/* start moved to wp css file to enable customer change */
/* show logo in menu bar */
/*#top-menu {*/
/*    background: url("/wp-content/uploads/2022/10/cropped-logo-600-1.png") no-repeat;*/
/*    background-position: top 10px right 80px;*/
/*    background-size: 110px auto;*/
/*    padding-top: 30px;*/
/*}*/

/* set bg img */
/*.site-content {*/
/*    background: url("/wp-content/plugins/jgm/img/sky-background-40.jpg") repeat top center !important;*/
/*}*/

/* give space for small logo in nav bar to the right */
/*.navigation-top .wrap {*/
/*    max-width: 1030px;*/
/*    max-width: 1000px; default*/
/*}*/
/* end */

/*.site-content-contain {*/
/*    background: #fff;*/
/*}*/

/*.panel-content .wrap, .site-content .wrap {*/
/*    background: rgba(255, 255, 255, 0.5);*/
/*    padding-top: 3em !important;*/
/*    margin-top: 1em;*/
/*    margin-bottom: 1em;*/
/*    box-shadow: 1px 2px 6px #BCBDBE;*/
/*    border-radius: 5px;*/
/*}*/

/*body.home div#page {*/
/*    background-color: #fff;*/
/*}*/

/* move header img to top on subpages*/
/*.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {*/
/*    height: unset !important;*/
/*}*/

/*body.page:not(.twentyseventeen-front-page) */
/*.entry-title {*/
/*    color: #222;*/
/*    font-size: 14px;*/
/*    font-size: 1rem !important;*/
/*    font-weight: normal !important;*/
/*}*/

/* adjust header img height */
/*.twentyseventeen-front-page.has-header-image .custom-header-media, .twentyseventeen-front-page.has-header-video .custom-header-media, .home.blog.has-header-image .custom-header-media, .home.blog.has-header-video .custom-header-media {*/
/*    height: 1200px;*/
/*    height: 60vh !important;*/
/*    max-height: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*.page:not(.home) #content {*/
/*    padding-bottom: 0px !important;*/
/*}*/

/*.site-footer {*/
/*    border-top: 0px solid #eee !important;*/
/*    background: #fff;*/
/*}*/

/*.site-footer .widget-area, .site-footer .wrap {*/
/*    padding-top: 0px !important;*/
/*    padding-bottom: 0px !important;*/
/*}*/

/*.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {*/
/*    margin-bottom: 4em;*/
/*    padding-top: 2em;*/
/*}*/

/* moved to WP Extra Style */
/*  show logo in menu bar */
/*#top-menu {*/
/*    background: url("http://bayernlive-band.josefgalun.de/wp-content/uploads/2022/10/cropped-logo-600-1.png") no-repeat;*/
/*    background-position: top 10px right 80px;*/
/*    background-size: 110px auto;*/
/*    padding-top: 30px;*/
/*}*/

/*.navigation-top {*/
/*    font-size: 1em !important;*/
/*}*/
/*.menu-item {*/
/*    font-size: 1em !important;*/
/*}*/

/*.menu-scroll-down {*/
/*    top: 2em !important;*/
/*}*/

/*reduce parallax img height */
.panel-image {
    max-height: 600px !important;
}

.background-fixed .panel-image {
     background-attachment: unset!important;
}

.custom-logo-link img {
    display: inline-block;
    max-height: 200px !important;
    width: auto;
    border-radius: 20px;
}

p.has-background {
    padding: 0.5em 0.5em;
}



/* WP Form Styles */
.wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: normal !important;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-weight: normal !important;
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #ccc;
}