
body.fullimg-transpanels.band2-2
{
    background-image: url(/wp-content/uploads/gaudihexen-background-2.jpg) !important;
    background-position: center center !important;
}

body.fullimg-transpanels.kontakt2
{
    background-image: url(/wp-content/uploads/gaudihexen-background-2.jpg) !important;
    background-position: center center !important;
}



/* NAVLEISTE */

.navbar-row-logo-photo .fl-photo-content, 
.navbar-row-logo-photo .fl-photo-img {
    width: 242px;
    height: auto;
}

.topbar-row_phone-icon .fl-module-content {
    margin-top: 0px;
}
.topbar-row_phone-icon .fl-icon i, 
.topbar-row_phone-icon .fl-icon i:before {
    font-size: 23px;
}

.topbar-row_mail-html.fl-module-html {
    min-width: inherit !important;
} 


@media (max-width: 992px) {

    .navbar-row_inner-menu-flexbox {
        order: -1;
    }
 
    .hamburger
    {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}



:root {
    --gap-for-js: 40px;
}

@media (max-width: 1340px) 
{

    :root {
        --gap-for-js: 20px;
    }
    
    .fl-col.sat-col-panel .fl-col-content > .fl-module.sat-grid 
    {
        row-gap: 20px;
        column-gap: 20px;
    }

    .fl-post-content .fl-row-content-wrap 
    {
        padding-top: 0;
        padding-bottom: 0;
    }

}
@media (max-width: 768px) {
    .fl-node-6qd4wz3xi2nj.fl-row > .fl-row-content-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
}





/* VERANSTALTER */

body.veranstalter 
{

}

@media (max-width: 1100px) 
{

    body.veranstalter .fl-col.sat-col-panel .fl-col-content > .fl-module.sat-grid .fl-module.sat-flex, 
    body.veranstalter .fl-col.sat-col-panel .fl-col-content > .fl-module.sat-grid .fl-module.sat-flex-trans 
    {
        grid-column: span 2;
    }

}






/* START */

.fl-module-video {
  width: 100% !important;
}



body.start #mobile-foto
{
    display: none;
}

body.start #mobile-foto > .fl-module-content {
    margin-bottom: 20px;
}

body.start#firstFlex 
{
    margin-top: 0;
}

html 
{
    font-weight: 500;
}


body.start #firstFlex {
    margin-top: calc(100vh - 218px - var(--ot-desktop-navarea-hoehe-px) - 0px);
}

@media (max-width: 1023px), (max-height: 450px), (max-aspect-ratio: 1/1), (min-aspect-ratio: 5/2)
{
    html 
    {
        font-weight: 400;
    }

    body.start
    {
        background-image: none !important;

        background: rgb(12, 77, 109); 
        background: linear-gradient(179deg, rgb(0, 80, 135) 0%, rgb(16, 121, 165) 100%) !important;    
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-attachment: fixed !important;
        background-size: cover !important;          
    }

    body.start #mobile-foto
    {
        display: block;
    }

    body.start #firstFlex 
    {
        margin-top: 20px;
    } 

    .fl-node-hws3j5gcqlyd.fl-col.sat-col-panel:first-child {
        margin-top: 0px !important;
    }
}

@media (max-width: 450px)
{
    body.start #firstFlex 
    {
        margin-top: 0px;
    } 
}


/* Zweiter Block: Safari-Stabilität */
@media only screen and (max-width: 430px) and (-webkit-min-device-pixel-ratio: 3) 
{
    body.start,
    body.fullimg-transpanels {
        background-attachment: scroll !important;
        background-position: center center !important;
    }
}












