/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/*Add your own styles here:*/
/* H1-Text anstatt Logo */
/* Stellt sicher, dass das Text-Logo korrekt im Header sitzt */
.text-logo {
    position: absolute; /* Falls nötig, für exakte Platzierung */
    top: 0;
    left: 0; /* Direkt an den linken Rand setzen */
    height: 100px; /* Exakte Header-Höhe */
    line-height: 100px;
    font-size: 28px;
    font-weight: 500;
text-transform: uppercase;
    color: #000 !important;
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding-left: 0; /* Kein zusätzlicher Abstand */
    margin: 0;
    z-index: 9999;
    margin-top: 10px; /* Falls nötig, anpassen */
}

/* Link klickbar ohne Umbrüche */
.text-logo a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit;
    line-height: inherit;
    white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 989px) {
    .text-logo {
        margin-top: -26px; /* Falls nötig, anpassen */
padding-top: 27px;
    }
}
@media (max-width: 768px) {
    .text-logo {
        margin-top: -26px;
        padding-top: 27px;
    }
}


#header_main .text-logo {
    position: relative;
    left: 0;
    padding-left: 0;
    margin-left: 0;
}


/* Layer 2 Überschriften in H2 */
h2.layer-2-h2-headline {
    font-size: 22px !important;
    font-family: "Zen Kaku Gothic New", Arial, Helvetica, sans-serif;
    color: #000; /* Dunkelgrau */
padding-top: 25px;
Padding-bottom: 15px;


font-weight: 400;
}
/* Text anstatt Logo */
.logo img { display: none !important; }
.logo .subtext {
    font-size: 28px;
font-weight: 500;
font-family: zen-kaku-gothic-new;
    color: #000; 
margin-top: 43px;
}
/* Container für den Text mit blauem Hintergrund und Border-Top */
.startbild-pastoralis-home {
    background-color: #c8ebf8; /* Blauer Hintergrund */
    padding: 10px; /* Platz für den Text */
    border-top: 1px solid #000; /* Schwarze Border-Top */
    margin-bottom: 0; /* Entfernt den Abstand unterhalb des Textes */
}
/* Stil für den Text */
.startbild-pastoralis-home p {
    margin: 0; /* Entfernt zusätzlichen Abstand */
    color: #000; /* Textfarbe Schwarz */
    font-size: 18px; /* Schriftgröße */
    font-family: 'zen-kaku-gothic-new', Helvetica, Arial, sans-serif; /* Schriftart */
}
/* Spezifisches Styling für das Bild mit der Klasse 'pastoralist-home-image' */
.pastoralist-home-image {
    display: block;
    margin-top: 0 !important; /* Entfernt Abstand über dem Bild */
    padding-top: 0 !important; /* Entfernt jegliches Padding */
    width: 100%; /* Optional: Bildbreite auf 100% */
    height: auto; /* Optional: Automatische Höhe */
}
/* Logo Position in Responsive-Modus */
@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all .av-logo-container {
bottom: -5px; 
margin-bottom: -5px
    }
}
/* 2.ter Logo Text rechts unten */
#footer-title {
font-size: 20px;
font-family: zen-kaku-gothic-new;
color: #000;
font-weight: 500;
float: right;
position: relative;
left: -5%;
top: -38px;
}
.html_header_top.html_header_sticky.html_large #main {
padding-top: 48px;
}
/* Entfernen des oberen Abstands des speziellen Heading-Elements für große Bildschirme */
/* Start und Selfcontaing */
#main .container_wrap_first .av-special-heading.selfcontained {
    margin-top: 20px !important; 
    padding-top: 10px; 
}
@media (max-width: 599px) {
    /* Entfernen des oberen Abstands des speziellen Heading-Elements für extra kleine Bildschirme */
    #main .container_wrap_first .av-special-heading.selfcontained {
        margin-top: 10px !important;
        padding-top: 10px; 
        padding-bottom: 20px;
    }
    #main .container_wrap_first .av-special-heading.selfcontained-start {
        margin-top: 10px !important; 
        padding-top: 15px; 
    }
    /* Logo ausblenden für extra kleine Bildschirme */
    .logo {
        display: none !important;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    /* Entfernen des oberen Abstands des speziellen Heading-Elements für kleine Bildschirme */
    #main .container_wrap_first .av-special-heading.selfcontained {
        margin-top: 0px !important;
        padding-top: 25px; 
        padding-bottom: 25px;
    }
    #main .container_wrap_first .av-special-heading.selfcontained-start {
        margin-top: 10px !important; 
        padding-top: 15px; 
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* Entfernen des oberen Abstands des speziellen Heading-Elements für mittlere Bildschirme */
    #main .container_wrap_first .av-special-heading.selfcontained {
        margin-top: 0px !important;
        padding-top: 15px; 
        padding-bottom: 25px;
    }
    #main .container_wrap_first .av-special-heading.selfcontained-start {
        margin-top: 0px !important; 
        padding-top: 15px; 
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* Entfernen des oberen Abstands des speziellen Heading-Elements für große Bildschirme */
    #main .container_wrap_first .av-special-heading.selfcontained {
        margin-top: 0px !important; 
        padding-top: 15px; 
        padding-bottom: 23px;
    }
    #main .container_wrap_first .av-special-heading.selfcontained-start {
        margin-top: 5px !important; 
        padding-top: 15px; 
    }
}
@media (min-width: 1200px) {
    /* Entfernen des oberen Abstands des speziellen Heading-Elements für extra große Bildschirme */
    #main .container_wrap_first .av-special-heading.selfcontained {
        margin-top: 0px !important; 
        padding-top: 15px; 
        padding-bottom: 23px;
    }
    #main .container_wrap_first .av-special-heading.selfcontained-start {
        margin-top: 0px !important; 
        padding-top: 15px; 
    }
}
@media (min-width: 1920px) {
    /* Entfernen des oberen Abstands des speziellen Heading-Elements für iMac 21.5-inch */
    #main .container_wrap_first .av-special-heading.selfcontained {
        margin-top: 0px !important; 
        padding-top: 15px; 
padding-bottom: 23px;

    }
    #main .container_wrap_first .av-special-heading.selfcontained-start {
        margin-top: 0px !important; 
        padding-top: 15px; 
    }
}
@media (min-width: 2560px) {
    /* Entfernen des oberen Abstands des speziellen Heading-Elements für iMac Retina 5K 27-inch */
    #main .container_wrap_first .av-special-heading.selfcontained {
        margin-top: 0px !important; 
        padding-top: 15px; 
padding-bottom: 23px;
    }
    #main .container_wrap_first .av-special-heading.selfcontained-start {
        margin-top: 5px !important; 
        padding-top: 10px; 
line-height: 90px !important;
    }
}
/*** Border Linie unter Selfcontained ***/
#top #wrap_all .av-special-heading.selfcontained  {
margin-bottom: 40px;
border-bottom: 1px solid #000;
}
/* About-Text-Menü - Klasse text-menue-about */
div.container.av-logo-container  {
  line-height; 90px;
}
.av-logo-container {
    position: relative; /* Relativ positionieren */
    z-index: 1; /* Niedriger Z-Index */
    height: 90px !important;
}
#main .avia_textblock.text-menue-about {
    display: flex;
    flex-wrap: wrap; /* Ermöglicht das Umbrechen der Links */
    justify-content: center; /* Zentriert die Links horizontal */
    gap: 10px; /* Abstand zwischen den Links */
    position: relative; /* Relativ positionieren */
    z-index: 10; /* Höherer Z-Index */
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 4px important!;
    font-size: 18px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    word-spacing: 22px;
    line-height: 23px; /* Zeilenhöhe reduzieren */
    border-bottom: 1px solid #000; /* Grenze zum unteren Rand */
}

#main .avia_textblock.text-menue-about a {
    display: inline-flex; /* Flexbox für vertikale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
    text-decoration: none;
    color: inherit;
    height: 22px; /* Feste Höhe für die Links */
    border: 1px solid transparent; /* Optionale Rahmen */
    transition: background-color 0.3s, color 0.3s; /* Übergangseffekte */
    line-height: 20px; /* Zeilenhöhe der Links anpassen */
}

#main .avia_textblock.text-menue-about a:hover {
    background-color: #f0f0f0;
    color: #000;
}
/* Media Queries für unterschiedliche Bildschirmauflösungen */
/* max-width: 599px */
@media (max-width: 599px) {
    #main .avia_textblock.text-menue-about {
        line-height: 28px; /* Zeilenhöhe anpassen */
        margin-top: -2px; /* Margin-Top anpassen */
        margin-bottom: 10px; /* Margin-Bottom anpassen */
        padding-top: 5px; /* Padding-Top anpassen */
        padding-bottom: 0px; /* Padding-Bottom anpassen */
    }

    #main .avia_textblock.text-menue-about a {
        height: 28px; /* Höhe für Links */
    }
}
/* min-width: 600px and max-width: 767px */
@media (min-width: 600px) and (max-width: 767px) {
    #main .avia_textblock.text-menue-about {
        line-height: 30px; /* Zeilenhöhe anpassen */
        margin-top: -7px; /* Margin-Top anpassen */
        margin-bottom: 12px; /* Margin-Bottom anpassen */
        padding-top: 10px; /* Padding-Top anpassen */
        padding-bottom: 0px; /* Padding-Bottom anpassen */
    }

    #main .avia_textblock.text-menue-about a {
        height: 28px; /* Höhe für Links */
    }
}
/* min-width: 768px and max-width: 991px */
@media (min-width: 768px) and (max-width: 991px) {
    #main .avia_textblock.text-menue-about {
        line-height: 30px; /* Zeilenhöhe anpassen */
        margin-top: 0px; /* Margin-Top anpassen */
        margin-bottom: 14px; /* Margin-Bottom anpassen */
        padding-top: 0px; /* Padding-Top anpassen */
        padding-bottom: 1px; /* Padding-Bottom anpassen */
    }

    #main .avia_textblock.text-menue-about a {
        height: 30px; /* Höhe für Links */
    }
}
/* min-width: 992px and max-width: 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
    #main .avia_textblock.text-menue-about {
        line-height: 25px; /* Zeilenhöhe anpassen */
        margin-top: 0px; /* Margin-Top anpassen */
        margin-bottom: 18px; /* Margin-Bottom anpassen */
        padding-top: 0px; /* Padding-Top anpassen */
        padding-bottom: 1px; /* Padding-Bottom anpassen */
    }

    #main .avia_textblock.text-menue-about a {
        height: 24px; /* Höhe für Links */
    }
}
/* min-width: 1200px */
@media (min-width: 1200px) {
    #main .avia_textblock.text-menue-about {
        line-height: 25px; /* Zeilenhöhe anpassen */
        margin-top: 0px; /* Margin-Top anpassen */
        margin-bottom: 18px; /* Margin-Bottom anpassen */
        padding-top: 0px !important; /* Padding-Top anpassen */
        padding-bottom: 0px !important; /* Padding-Bottom anpassen */
    }

    #main .avia_textblock.text-menue-about a {
        height: 25px; /* Höhe für Links */
    }
}

/* min-width: 1920px */
@media (min-width: 1920px) {
    #main .avia_textblock.text-menue-about {
        line-height: 25px; /* Zeilenhöhe anpassen */
        margin-top: 0px; /* Margin-Top anpassen */
        margin-bottom: 18px; /* Margin-Bottom anpassen */
        padding-top: 0px !important; /* Padding-Top anpassen */
        padding-bottom: 0px !important; /* Padding-Bottom anpassen */
    }

    #main .avia_textblock.text-menue-about a {
        height: 26px; /* Höhe für Links */
    }
}
/* min-width: 2560px */
@media (min-width: 2560px) {
    #main .avia_textblock.text-menue-about {
       line-height: 25px; /* Zeilenhöhe anpassen */
        margin-top: 0px; /* Margin-Top anpassen */
        margin-bottom: 18px; /* Margin-Bottom anpassen */
        padding-top: 0px !important; /* Padding-Top anpassen */
        padding-bottom: 0px !important; /* Padding-Bottom anpassen */
    }

    #main .avia_textblock.text-menue-about a {
        height: 26px; /* Höhe für Links */
    }
}
/* Hauptheader-Menü Anpassungen */
#header {
    height: 84px; /* Passe die Höhe nach Bedarf an */
    margin-bottom: 0;
    margin-top: -35px;
    box-shadow: none; 
}
/* Innerer Menue Container Anpassungen*/
#header .inner-container {
    height: 84px; /* Passe die Höhe nach Bedarf an */
    border-bottom: 1px solid #000;
}
/* Menü-Container Anpassungen */
#header_main {
    height: 84px; /* Passe die Höhe nach Bedarf an */
    margin-bottom: 0;
}
/* Innerer Container des Hauptheaders */
#header_main .inner-container {
    height: 84px; /* Passe die Höhe nach Bedarf an */
    margin-bottom: 0;
}
/* Menü-Elemente */
#header_main nav.main_menu {
    height: 84px; /* Passe die Höhe nach Bedarf an */
    line-height: 84px; /* Vertikale Zentrierung des Textes */
}
/* Menü-Links */
#header_main nav.main_menu ul li a {
    margin-top: 30px;
    height: 50px; /* Passe die Höhe nach Bedarf an */
    line-height: 60px; /* Vertikale Zentrierung des Textes */
    margin-bottom: 0;
}

/*** Socket Schrift ***/
#socket > .container {
	display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
  #footer-title {
    display: none;
  }
}

.responsive #socket > .container {
    font-size: 14px;
font-family: zen-kaku-gothic-new;
color: #000;
font-weight: 500;
}
#socket.container_wrap {
    border-top-style: none;
    border-top-width: 0;
}
/*** Publication und Exhibition Titel und Text Formatierungen ***/
.publications-text-titel {
    font-size: 28px;
    font-weight: 500;
    font-family: zen-kaku-gothic-new;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.about-publications-text {
    font-size: 22px;
    font-weight: 500 !important;
    font-family: zen-kaku-gothic-new;
    color: #000;
    padding-bottom: 50px;
    border-bottom: 1px solid #000 !important;
    margin-top: -10px;
    margin-bottom: 50px;
}
/*** Anpassungen Toggles für Reader ***/
span.toggle_icon, p.toggler {
    border: none !important;
}

.toggle_content {
    background: #e5e6e6 !important;
}

.toggle_icon {
    left: auto;
    right: 10px;
}

.av_toggle_section .toggle_icon:before {
    content: url(https://winfried-bullinger.org/wp-content/uploads/2024/06/WB-Reader-Arrow.svg);
    top: -6px;
    position: relative;
}

.av_toggle_section .activeTitle .toggle_icon:before {
    content: url(https://winfried-bullinger.org/wp-content/uploads/2024/06/WB-Reader-X.svg);
    top: -6px;
    position: relative;
}

.av_toggle_section .toggle_icon {
    border: none;
}

.av_toggle_section .toggle_icon .vert_icon,
.av_toggle_section .toggle_icon .hor_icon {
    display: none;
}

/*** Toggle für Reader - entfernt graue Border left und right ***/
.togglecontainer * {
    border-left: none;
    border-right: none;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.togglecontainer .av-inherit-border-color {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}
/*** 3. Ebene Seiten ***/
#top .avia_textblock.img-with-caption-below .wp-caption {
    border: 1px solid #dcdcdc;
    width: 100% !important;
    margin: 0;
    display: grid;
    grid-auto-rows: auto;
    align-items: flex-end;
}
#top .avia_textblock.img-with-caption-below .wp-caption img {
    padding: 0 !important;
    margin-top: 0; /* Falls ein Abstand über dem Bild gewünscht ist */
}
#top .avia_textblock.img-with-caption-below .wp-caption .wp-caption-text {
    display: block;
    color: #000;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: zen-kaku-gothic-new;
    width: 100%;
    padding: 0 1em; /* Padding angepasst für einheitliche Werte */
    text-align: left;
}
.avia_textblock.img-with-caption-below .wp-caption .wp-caption-text p {
    margin: 0 !important;
}
/*** Feld-Definitionen für Works Seite ***/
#top .avia_textblock.img-with-caption-right .wp-caption .wp-caption-text {
    grid-area: feld1;
}
/*** Hängt davon ab, ob ein Link auf dem Bild ist oder nicht ***/
#top .avia_textblock.img-with-caption-right .wp-caption > *:first-child {
    grid-area: feld2;
}
#top .avia_textblock.img-with-caption-right .wp-caption {
    border: 1px solid #dcdcdc;
    width: 100% !important;
    margin: 0;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "feld2 feld1";
    align-items: flex-end;
}
#top .avia_textblock.img-with-caption-right .wp-caption img {
    padding: 0 !important;
    margin-top: 0; /* Falls ein Abstand über dem Bild gewünscht ist */
}
#top .avia_textblock.img-with-caption-right .wp-caption .wp-caption-text {
    display: block;
    color: #000;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-family: zen-kaku-gothic-new;
    width: 100%;
    padding: 0 1em;
    text-align: left;
}
.avia_textblock.img-with-caption-right .wp-caption .wp-caption-text p {
    margin: 0 !important;
}
/* Navigations-Menü für Ebene 4 */
.nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
}
.nav-button, .nav-link {
    display: inline-block;
    padding: 27px 10px 0 10px;
    text-align: center;
    text-decoration: none;
}
.nav-button:hover, .nav-link:hover {
    background-color: #ffffff;
}
.nav-link img {
    width: 34px; /* Größe des Bildsymbols anpassen */
    height: 34px;
}
/* Galerie-Navigation 4. Ebene im Responsive Mode */
.responsive-galerie {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; /* Hinzugefügt, um Platz unter dem Element zu schaffen */
    position: relative; /* Um die Linie relativ zum Container zu platzieren */
}
.responsive-galerie .left-image {
    max-width: 45px;
    position: relative;
    top: 3px; /* Bild leicht nach oben verschieben */
    margin-right: 10px;
}
.responsive-galerie .left-text {
    flex: 1; /* Damit der Text den verfügbaren Platz einnimmt */
    text-align: left;
    font-size: 22px; /* Schriftgröße für den linken Text */
}
.responsive-galerie .right-text {
    text-align: right;
    font-size: 28px; /* Schriftgröße für den rechten Text */
}
/* Kleines Dreieck für Galerie-Navigation */
.dreieck-slideshow img {
    max-width: 45px;
    position: relative;
    top: 9px;
    margin-right: 10px;
}
.layoutArea .column p img {
    width: 35px;
    position: relative;
    top: 8px;
    margin-right: 5px;
}

/* Linie unter dem Element */
.responsive-galerie::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #000; /* 1px dicke schwarze Linie */
    position: absolute;
    bottom: -30px; /* 20px Abstand nach unten */
    left: 0;
}

/* Definiere die Klasse "trenner-galerie" */
.trenner-galerie {
    margin-top: 130px !important; /* Oben-Abstand */
    margin-bottom: 0 !important; /* Unten-Abstand */
    padding: 0; /* Innenabstand überall */
}

/* Blende die Linie (trenner-galerie) für Bildschirme kleiner als 768px aus */
@media (max-width: 768px) {
    .trenner-galerie {
        display: none;
    }
}
/*** Entfernt weisse Trennlinie in Pages ***/
.container_wrap {
    border-top-style: none;
}
#main .avia_textblock.text-menue-maps {
    display: flex;
    flex-wrap: wrap; /* Ermöglicht das Umbrechen der Links */
    justify-content: center; /* Zentriert die Links horizontal */
    gap: 10px; /* Abstand zwischen den Links */
    position: relative; /* Relativ positionieren */
    z-index: 10; /* Höherer Z-Index */
    margin-bottom: 0px;
    margin-top: 2px;
    padding-top: 4px important!;
    font-size: 18px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    word-spacing: 22px;
    line-height: 23px; /* Zeilenhöhe reduzieren */
}

#main .avia_textblock.text-menue-maps a {
    display: inline-flex; /* Flexbox für vertikale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
    text-decoration: none;
    color: inherit;
    height: 22px; /* Feste Höhe für die Links */
    border: 1px solid transparent; /* Optionale Rahmen */
    transition: background-color 0.3s, color 0.3s; /* Übergangseffekte */
    line-height: 20px; /* Zeilenhöhe der Links anpassen */
}

#main .avia_textblock.text-menue-maps a:hover {
    background-color: #f0f0f0;
    color: #000;
}
/* Bildschirmeinstellungen */
/* Auflösung große Bildschirme Galerie Bild */
.avia-image-container.gallerie-image img {
    max-height: 650px;
    width: auto;
    margin-top: 30px !important;
    margin-bottom: 20px;
}

/* Auflösung extra kleine Bildschirme Galerie Bild (Handy, kleiner als 600px) */
@media (max-width: 599px) {
    .avia-image-container.gallerie-image img {
        max-height: 550px;
        margin-top: 30px !important;
        margin-bottom: 10px;
    }
}

/* Auflösung kleine Bildschirme Galerie Bild (portrait Tablets and große Telefone, 600px und größer) */
@media (min-width: 600px) and (max-width: 767px) {
    .avia-image-container.gallerie-image img {
        max-height: 550px;
        margin-top: 30px !important;
        margin-bottom: 10px;
    }
}

/* Auflösung mittlere Bildschirme Galerie Bild (Tablet queer, 768px und größer) */
@media (min-width: 768px) and (max-width: 991px) {
    .avia-image-container.gallerie-image img {
        max-height: 450px;
        margin-top: 30px !important;
        margin-bottom: 10px;
    }
}

/* Auflösung große Bildschirme Galerie Bild (große Desktops 992px und größer) */
@media (min-width: 992px) and (max-width: 1199px) {
    .avia-image-container.gallerie-image img {
        max-height: 550px;
        margin-top: 30px !important;
        margin-bottom: 10px;
    }
}

/* Auflösung extra große Bildschirme Galerie Bild (große Desktops, 1200px und größer ) */
@media (min-width: 1200px) {
    .avia-image-container.gallerie-image img {
        max-height: 550px;
        margin-top: 30px !important;
        margin-bottom: 10px;
    }
}


/* MacBook Air/Pro Galerie Bild (Retina, 13-inch, 1440px) nichts mehr ändern */
@media (min-width: 1440px) and (max-width: 1535px) {
    .avia-image-container.gallerie-image img {
        max-height: 600px;
        margin-top: 55px !important;
        margin-bottom: 0px;
    }
}

/* MacBook Pro Galerie Bild (Retina, 15-inch, 1680px) */
@media (min-width: 1680px) and (max-width: 1791px) {
    .avia-image-container.gallerie-image img {
        max-height: 700px;
        margin-top: 35px !important;
        margin-bottom: 35px;
    }
}

/* iMac Galerie Bild (21.5-inch, 1920px) */
@media (min-width: 1920px) and (max-width: 2559px) {
    .avia-image-container.gallerie-image img {
        max-height: 750px;
        margin-top: 55px !important;
        margin-bottom: 35px;
    }
}

/* iMac Galerie Bild (Retina 5K, 27-inch, 2560px and up) nichts mehr ändern */
@media (min-width: 2560px) {
    .avia-image-container.gallerie-image img {
        max-height: 750px;
        margin-top: 55px !important;
        margin-bottom: 35px;
    }
}
/* Schmaler Container About */
#schmaler-container-about .container {
  width: 90%;
  max-width: 1450px;
position: relative;
}
/*** About Pages ***/
#schmaler-container-portrait .container {
  width: 60%;
  max-width: 1350px;
}
/*** About Pages - Documentation ***/
#schmaler-container-about-documentation .container {
  width: 55%;
  max-width: 1350px;
}
/* Kontaktformular */
/* Kontaktformular */
/* Kontaktformular Container */
#responsive-form {
  max-width: 75%; /* Breite auf 3/4 reduziert */
  margin: 0 auto; /* Zentriert das Formular */
  width: 100%;
}

.form-row {
  width: 100%;
  margin-bottom: 0px; /* Verringert den Abstand zwischen den Feldern */
}

.column-half, .column-full {
  float: left;
  position: relative;
  padding-right: 25px; /* Minimaler Abstand zwischen den Feldern */
  width: 100%;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}

/* Eingabefelder für Name und Email */
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"] {
  width: 100%;
  height: 50px; /* Feste Höhe für Name und Email Felder */
  line-height: 50px; /* Vertikale Zentrierung des Textes */
  padding-left: 28px;
  margin-bottom: -10px !important; /* Abstand auf 5px reduziert */
  border: 1px solid #000 !important;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #fff !important;
  
  /* Schriftarten anpassen */
  font-size: 22px;
  font-weight: 500;
  font-family: 'zen-kaku-gothic-new', Helvetica, Arial, sans-serif;
}

/* Textarea (Nachrichtenfeld) bleibt unverändert */
.wpcf7 textarea {
  width: 100%;
  padding-left: 28px;
  margin-bottom: 5px !important; /* Abstand auf 5px reduziert */
  border: 1px solid #000 !important;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #fff !important;
  
  /* Schriftarten anpassen */
  font-size: 22px;
  font-weight: 500;
  font-family: 'zen-kaku-gothic-new', Helvetica, Arial, sans-serif;
}

/* Submit Button Styling */
.wpcf7-submit {
  height: 50px !important; /* Gleiche Höhe wie Name und Email */
  line-height: 50px !important; /* Vertikale Zentrierung */
  background-color: #c8ebf8 !important; /* Hintergrundfarbe */
  color: #000 !important; /* Textfarbe schwarz */
  font-size: 22px; /* Schriftgröße */
  font-weight: 500; /* Schriftgewicht wie oben */
  font-family: 'zen-kaku-gothic-new', Helvetica, Arial, sans-serif;
  border: 1px solid #000 !important; /* 1px schwarzer Rand */
  padding: 0 80px !important; /* Padding nur links und rechts */
  display: inline-block; /* Stellt sicher, dass der Button die Breite des Inhalts hat */
  box-sizing: border-box; /* Stellt sicher, dass das Padding richtig berechnet wird */
  cursor: pointer; /* Zeigt den Mauszeiger als Hand an */
}

.wpcf7-submit:hover {
  background-color: #a0d3e2; /* Etwas dunklerer Farbton beim Hover */
}
/* Styling des Platzhalters */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #111; /* Graue Platzhalterfarbe */
  font-size: 22px;
  padding-left: 20px;
  /* Schriftarten anpassen */
  font-family: 'zen-kaku-gothic-new', Helvetica, Arial, sans-serif;
}
/* Gemeinsames Styling für "Data protection: *" und Privacy Policy Text */
.data-protection-text, 
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 18px; /* Gleiche Schriftgröße */
  font-weight: normal; /* Normales Schriftgewicht */
  font-family: 'zen-kaku-gothic-new', Helvetica, Arial, sans-serif; /* Gleiche Schriftart */
  color: #000; /* Gleiche Textfarbe */
  margin-bottom: 5px; /* Abstand zwischen den Elementen */
}
.data-protection-text {
margin-top: -5px;
}
/* Stellt sicher, dass Checkbox und Text nebeneinander bleiben */
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  display: inline-flex; /* Stellt sicher, dass Checkbox und Text nebeneinander sind */
  align-items: center; /* Vertikale Zentrierung der Checkbox und des Textes */
margin-left: -5px;
}

/* Optional: Styling für den Link in der Datenschutz-Checkbox */
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label a {
  color: #000; /* Linkfarbe */
  text-decoration: underline !important; /* Unterstrichener Link */
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  margin-right: 10px; /* 10px Abstand zwischen Checkbox und Text */
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
font-family:'zen-kaku-gothic-new', Helvetica, Arial, sans-serif; 
}
/* Intro Video */
/* Intro Video Border-Top */
#top.page-id-8462 #header .inner-container {
   border-bottom: none;
}
#top.page-id-8462 .av_minimal_header #header_main {
	border-bottom: 1px solid #000;
}
#unmute-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

#unmute-button {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #f90;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 1px 1px 2px #888;
}
.av-section-video-bg video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
/* Intro Video text headline */
/* Hauptüberschrift (Headline) */
.intro-video-headline h3,
.intro-video-headline h2 {
    font-size: 64px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    text-align: center !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
    text-shadow: 1px 1px 2px #888 !important; /* Dezenter Schatten */
}

/* Unterschrift (Sub-Headline) */
.intro-video-sub-headline h3,
.intro-video-sub-headline h2 {
    font-size: 24px !important;
    font-weight: normal !important;
    color: #ffffff !important;
    text-align: center !important;
    line-height: 1.4 !important;
    margin-bottom: -5px !important;
    text-shadow: 1px 1px 2px #888 !important; /* Dezenter Schatten */
}

/* Mobile Anpassungen */
@media only screen and (max-width: 768px) {
    .intro-video-headline h3,
    .intro-video-headline h2 {
        font-size: 45px !important;
        line-height: 1.3 !important;
margin-top: -290px;
        margin-bottom: 4px !important;
        text-shadow: 1px 1px 2px #888 !important;
    }

    .intro-video-sub-headline h3,
    .intro-video-sub-headline h2 {
        font-size: 20px !important;
        line-height: 1.4 !important;
        margin-bottom: 20px !important;
        text-shadow: 1px 1px 2px #888 !important;
    }
}
/* iPad Portrait (768px - 1024px) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .intro-video-headline h3,
    .intro-video-headline h2 {
        font-size: 55px !important;
        line-height: 1.3 !important;
        margin-top: -10px;
        margin-bottom: 6px !important;
        text-shadow: 1px 1px 2px #888 !important;
    }

    .intro-video-sub-headline h3,
    .intro-video-sub-headline h2 {
        font-size: 24px !important;
        line-height: 1.4 !important;
        margin-bottom: 4px !important;
        text-shadow: 1px 1px 2px #888 !important;
    }
}
/* iPad Landscape (1024px) */
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .intro-video-headline h3,
    .intro-video-headline h2 {
        font-size: 60px !important;
        line-height: 1.3 !important;
        margin-top: -120px;
        margin-bottom: -10px !important;
        text-shadow: 1px 1px 2px #888 !important;
    }

    .intro-video-sub-headline h3,
    .intro-video-sub-headline h2 {
        font-size: 26px !important;
        line-height: 1.4 !important;
        margin-bottom: -10px !important;
        text-shadow: 1px 1px 2px #888 !important;
    }
}
/*** Ebene 2 width für Pages und Reader ***/
#schmaler-container .container {
  width: 90%;
  max-width: 1450px;
}
/*** Ebene 2 width für Pages und Reader ***/
#schmaler-container-conversations .container {
  width: 70%;
  max-width: 1400px;
}
/* Toggle Container für Reader */
.togglecontainer p.toggler {
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
left: -30px;
}
/* entferne Scroll-Top-Link */
#scroll-top-link {
	display: none;
}
/* Footer Menue mit Social Media Icons */
/*** footer menue farbe mit hover ***/
#socket #avia3-menu .avia-menu-text {
	color: #000;
}
#socket #avia3-menu .avia-menu-text:hover {
	color: #ccc;
}
/*** footer menü und social media für normale auflösung ***/
.menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -10px !important;
  font-size: 16px; /* Schriftgröße nach Bedarf anpassen */
  font-family: 'Zen Kaku Gothic New', sans-serif; /* Schriftart */
  color: #000; /* Textfarbe */
  font-weight: 500; /* Schriftgewicht */
}
.menu-bottom {
  text-align: left;
}
.menu-bottom a {
  margin-left: 15px; /* Abstand zwischen dem Text und den Links */
  text-decoration: none; /* Entfernt die Unterstreichung der Links */
  color: inherit; /* Links übernehmen die Textfarbe des Elternelements */
}
.menu-bottom a:hover {
  text-decoration: underline; /* Unterstreichung beim Hovern hinzufügen */
}
.social-bottom {
  display: flex;
  align-items: center;
margin-top: 20px;
}
.social-bottom a {
  margin-left: 35px; /* Abstand zwischen den Icons */
}
.social-bottom img {
  width: 30px; /* Standardgröße der Icons anpassen */
  height: auto; /* Höhe automatisch anpassen, um das Seitenverhältnis beizubehalten */
  margin-top: 12px; /* Verschiebt die Icons um 5px nach unten */
}
/* Optional: Icon-Größe bei Hover-Effekt anpassen */
.social-bottom a:hover img {
  width: 30px; /* Größe der Icons beim Hovern */
  height: auto; /* Höhe automatisch anpassen, um das Seitenverhältnis beizubehalten */
  margin-top: 12px; /* Verschiebt die Icons um 5px nach unten */
}
/*** footer menü und social media für responsive auflösung ***/
@media (max-width: 900px) {
  .menu-container {
    flex-direction: column;
    align-items: center;
margin-top: -100px;
  }
.menu-bottom {
    text-align: center;
    margin-bottom: 10px; /* Abstand zwischen den Text und den Icons */
  }
.social-bottom {
    justify-content: center;
  }
.social-bottom a {
    margin-left: 15px; /* Reduzierter Abstand zwischen den Icons */
  }
}
.social-bottom a {
  line-height: 90px;
}
/* Reduzierter Abstand zwischen Trennlinie und Footermenue und Social Media Icons - alle Seiten */
.spacer-social-media {
  margin-bottom: -25px !important;
}
/* Reduzierter Abstand zwischen Trennlinie und Footermenue und Social Media Icons - nur Galerie */
.spacer-social-media-galerie {
  margin-bottom: -25px !important;
}
/* Blendet die untere Trennerlinie in der Galerie bei unter 767px aus */
@media only screen and (max-width: 767px) {
    .spacer-social-media-galerie {
        display: none;
    }
}
/* Seiten mit grauem Hintergrund hier komma-getrennt eintragen */
.html_entry_id_703,
.html_entry_id_786,
.html_entry_id_790,
.html_entry_id_835,
.html_entry_id_855,
.html_entry_id_873,
.html_entry_id_918,
.html_entry_id_949,
.html_entry_id_988,
.html_entry_id_994,
.html_entry_id_998,
.html_entry_id_1030,
.html_entry_id_1034,
.html_entry_id_1072,
.html_entry_id_1076,
.html_entry_id_1191,
.html_entry_id_1195,
.html_entry_id_1199,
.html_entry_id_1216,
.html_entry_id_1220,
.html_entry_id_1225,
.html_entry_id_892,
.html_entry_id_1305,
.html_entry_id_1350,
.html_entry_id_1755,
.html_entry_id_1772,
.html_entry_id_1808,
.html_entry_id_1873,
.html_entry_id_7033,
.html_entry_id_7352,
.html_entry_id_7672,
.html_entry_id_8083,
.html_entry_id_9157,
.html_entry_id_493 {
	--enfold-header-color-bg: #e5e6e6;
	--enfold-main-color-bg: #e5e6e6; 
	--enfold-footer-color-bg: #e5e6e6;
	--enfold-alternate-color-bg2: #e5e6e6;
	--enfold-header-color-bg2: #e5e6e6;
	--enfold-socket-color-bg: #e5e6e6;
	--enfold-socket-color-border: #e5e6e6;
}