/* =========================
VORFORMATIERUNG
========================= */

        
        *{box-sizing: border-box;} 

        
        *, *::after, *::before { 
        box-sizing: inherit;
        margin: 0; padding: 0;
        }

        
        html, body { 
        height: 100%;
        }

        
        ul {
        list-style-type: none; 
        }

        
        a { 
        text-decoration: none;  
        color: inherit; 
        }


/* =========================
ANFANG COOKIES 
========================= */
        .cookie-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.55);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 10000;
        }
        .cookie-overlay.hidden {
            display: none;
        }
        .cookie-popup {
            width: 680px;
            max-width: 90%;
            background: #fff;
            border-radius: 10px;
            padding: 20px 30px;
            box-shadow: 0 0 25px rgba(0,0,0,0.4);
            font-size: 14px;
            margin: 15% auto;
        }
        .cookie-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .cookie-close {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
        }
        .cookie-desc {
            margin: 10px 0 20px 0;
            color: #444;
        }

        /* TABS */
        .cookie-tabs {
            display: flex;
            border-bottom: 1px solid #ddd;
            margin-bottom: 15px;
        }
        .cookie-tab {
            flex: 1;
            padding: 10px;
            background: none;
            border: none;
            font-weight: bold;
            cursor: pointer;
            color: #555;
        }
        .cookie-tab.active {
            border-bottom: 3px solid black;
            color: black;
        }
        .cookie-tab-content {
            display: none;
        }
        .cookie-tab-content.active {
            display: block;
        }

        /* Kategorien */
        .cookie-category {
            background: #f7f7f7;
            border-radius: 6px;
            padding: 12px 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
        }
        .cookie-cat-text p {
            font-size: 13px;
            color: #666;
        }

        /* Switch */
        .cookie-switch {
            position: relative;
            width: 45px;
            height: 22px;
        }
        .cookie-switch input {
            display: none;
        }
        .cookie-switch .slider {
            position: absolute;
            inset: 0;
            background: #ccc;
            border-radius: 35px;
            cursor: pointer;
            transition: 0.3s;
        }
        .cookie-switch .slider:before {
            content: "";
            position: absolute;
            width: 18px;
            height: 18px;
            left: 2px;
            top: 2px;
            background: white;
            border-radius: 50%;
            transition: 0.3s;
        }
        .cookie-switch input:checked + .slider {
            background: #00a661;
        }
        .cookie-switch input:checked + .slider:before {
            transform: translateX(23px);
        }
        .slider.disabled {
            background: #ccc !important;
        }

        /* Buttons */
        .cookie-buttons {
            margin-top: 20px;
            display: flex;
            justify-content: space-between;
        }
        .cookie-buttons button {
            padding: 10px 18px;
            border: none;
            cursor: pointer;
            border-radius: 6px;
            font-weight: bold;
        }
        #cookieSave { background: #ddd; }
        #cookieDecline { background: #c0392b; color: white; }
        #cookieAccept { background: black; color: white; }

        .cookie-powered {
            margin-top: 15px;
            text-align: center;
            font-size: 12px;
            color: #888;
        }

        /* ===  RESPONSIVE COOKIE POPUP === */
        /* Tablets & kleinere Monitore (≤1024px) */
        @media (max-width: 1024px) {
            .cookie-popup {
                width: 90%;
                padding: 18px 22px;
                font-size: 13px;
            }
            .cookie-tabs {
                flex-wrap: wrap;
            }
            .cookie-tab {
                flex: 1 1 50%;
            }
        }

        /* Tablets / große Smartphones (≤768px) */
        @media (max-width: 768px) {
            .cookie-popup {
                width: 65.6%;
                padding: 16px 18px;
            }
            .cookie-header h2 {
                font-size: 18px;
            }
            .cookie-category {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
            .cookie-switch {
                align-self: flex-end;
            }
            .cookie-buttons {
                flex-direction: column;
                gap: 10px;
            }
            .cookie-buttons button {
                width: 94%;
            }
        }

        /* Smartphones (≤480px) */
        @media (max-width: 480px) {
            .cookie-popup {
                /* padding: 14px; */
                border-radius: 8px;
                width: 100%;
            }
            .cookie-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 5px;
            }
            .cookie-close {
                align-self: flex-end;
                font-size: 22px;
            }
            .cookie-tab {
                font-size: 12px;
                padding: 8px;
            }
            .cookie-desc {
                font-size: 12px;
            }
            .cookie-cat-text p {
                font-size: 12px;
            }
            .cookie-powered {
                font-size: 11px;
            }
        .cookie-buttons button {
                width: 90%;
            }
        }
/* =========================
ENDE COOKIES 
========================= */


/* =========================
KOPFBEREICH
========================= */
body {   
    font-family: Arial, Helvetica, sans-serif;   
    font-size: 16px;   
    font-weight: 400; 
    line-height: 1.3;
    overflow-x: hidden;
}

.body__news {
    position: relative;
    background: url('img/background.jpg') no-repeat center top;
    background-size: cover;
}

.header {
  background-color: #151515;
  width: 100%;
}



.header-main {
   background-color: transparent; 
    position: absolute; 
    z-index: 51; 
   top: 0; left: 0; right: 0; 
}


.wrapper {
  min-height: 100%; 
  display: flex; 
  flex-direction: column; 
}


.container {
  max-width: 100%; 
  width: 100%;
  margin: 0 auto;  
}


.header__inner {
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  /* width: 1%; */
  position: relative;
}

/* LOGO FORMATIERUNG */
  
.logo__img { 
  padding: 40px 20px 0px 10px; 
    width: 150px;
  height: auto;
  display: flex;
  align-items: center;  
  position: absolute;
}


/* =========================
ANFANG DROPDOWNMENÜ 
========================= */ 

.extra-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.extra-dropdown-btn {
  background: none;
  border: none;
  font-size: 28px;
  color: #c90b0b;
  cursor: pointer;
  padding: 7px 10px;
}


.extra-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 20%;   
  background: rgba(15, 15, 15, 0.3);
  border-radius: 5px;
  list-style: none;
  padding: 2px 2px;
  margin: 0;
  min-width: 140px;
  flex-direction: column;
  box-shadow: 0 4px 5px rgba(0,0,0,0.4);
  z-index: 200;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}


.extra-dropdown.open .extra-dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.extra-dropdown-menu li a {
  display: block;
  padding: 1px 1px;
  color: #d6d3d3;
  font-size: 80%;
}

.extra-dropdown-menu li a:hover {
  background: #a40e0e;
  width: 140px;
  border-radius: 5%;
  color: #fff;
}

/* =========================
fürs sehr-kleinen Monitor 480px 
========================= */
@media (max-width: 480px) {
  .header__inner {    
      justify-content: space-between;
  }
  .extra-dropdown {      
      z-index: 50;
  }
  .extra-dropdown-menu {
      position: absolute;
      top: 100%;
      left: 60%;
      transform: translateX(50%) scale(0.55);
      transform-origin: top center;
      right: auto; 
      min-width: 160px;
      border-radius: 5px;
  }
  .logo__img { 

  width: 150px;
  height: auto;
  display: flex;
  align-items: center;  
  position: absolute;
}
}
  /* geöffnet */
  .extra-dropdown.open .extra-dropdown-menu {
      transform: translateX(-92%) scale(0.95);
  }
  .logo {
      position: relative;
      transform: scale(0.92);
      z-index: 40;
  }
/* =========================
ENDE DROPDOWN 
========================= */


/* =========================
ANFANG Menübar Liste Menübar horizontal 
========================= */


.menu__list {
  display:flex; 
  gap: 10px; 
  list-style: none;
  padding: 0; 
  margin: 0;
}


.menu__list-link {
  text-decoration: none;
  color: #727171;
  text-transform: uppercase; 
  font-weight: 700; 
} 
/* =========================
ENDE Menübar Liste Menübar horizontal 
========================= */


/* ========================= 
HAUPTTEIL
========================= */

/* === ANFANG AGENTUR EMF + BUTTON MAC === */

.main { 
  flex-grow: 1; 
}

.top {
  color: #fff; /* Schriftfarbe */
  text-align: center; /* alle Elemente zentriert */
  padding-bottom: 50px;
    position: absolute; 
    z-index: 5; 
    left: 0; right: 0;     
    padding-top: 250px; 
}

.title {
  padding-bottom: 20; 
  font-size: 70px;
  color: rgba(250, 250, 250, 0.60); 
  font-weight: 600;
}

/* === RESPONSIVE TITLE  === */
@media (max-width: 480px) {
    .title { font-size: 40px; line-height: 1.3; 
    padding-bottom: 5.0%;}
}

.top__button {
  position: relative;  
  top: -1px;                 
  background: transparent;   
  border: 1px solid rgba(255,255,255,0.15);  
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;  
  box-shadow: 0 0 12px rgba(255,255,255,0.35);  
  backdrop-filter: blur(4px); 
  justify-content: center;
  align-items: center;
  text-align: center;
 
}
.top__button:hover {
  box-shadow: 0 0 18px rgba(255,255,255,0.35);
  border-color: rgba(255,255,255,0.35);
}

.top__link {
  font-size: 70px;
  font-weight: 600;
  color: rgba(250, 250, 250, 0.60);
  background-color: transparent;
  text-transform: uppercase; 
  padding: 0px;
  max-width: 500px;
  width: 100%; 
  display: inline-block; 
}

/* === RESPONSIVE BUTTON MAC  === */
@media (max-width: 480px) {
    .top__button { padding: 10px 40px; }
  .top__button .top__link { font-size: 180%; }}

/* === ENDE AGENTUR EMF + BUTTON MAC === */

/* =========================
ANFANG SLIDER 
========================= */

.swiper::after{
  content: '';
  background: rgba(21, 21, 21, 0.2); 
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.swiper-slide {
  height: 100vh;
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: auto 0; 
} 

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #151515;
  border-radius: 5px; 
  opacity: 1; 
  margin: 0 10px !important; 
}

.swiper-pagination-bullets.swiper-pagination-horizontal{ 
  bottom: 1px;
}
.swiper-pagination-bullet-active{
  height: 5px;
  background-color: #fff;
}



/* === RESPONSIVE SLIDER  === */

@media (max-width: 480px) {
    .swiper { height: 100vh; }
    .swiper .overlay-center { width: 40%; }
    .slide-couple { background-position: center center; } 
    .slide-motiv-dob { background-position: center center; } 
    .slide-motiv-haka { background-position: center center; }     
   
}

/* =========================
ENDE SLIDER 
========================= */

/* II. Bereicht Warum mit Agentur Eugen Mesler? */
.why-emf { 
  padding: 50px 0;
}
.section-title {   
  font-size: 48px;
  font-weight: 700;
  text-align: center; 
  margin-bottom:20px; 
}

@media (max-width: 480px) {
    .section-title {font-size: 180%; }
}

.why-emf__list {
  display: grid; 
  grid-template-columns: repeat(4,1fr); 
  gap: 40px;
  text-align: center;
}

@media (max-width: 480px) {
    .why-emf__list {
    grid-template-columns: 1fr;
    gap: 25px;
}
}

.why-emf__item-img {
  margin-bottom: 30px;
  width: 60px;
  border-radius: 150px;
  border: 2px solid #151515;
}
.why-emf__item-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.why-erf__item-text {
  text-align: center;
}

/* III. Ablauf */
.how-does {
  padding-bottom: 50px;
}

/* ?zieht den Text in die Mitte auf max-Fenster von 680px */
.how-does__inner { 
  max-width: 680px;
  margin: 0 auto;
}
.how-does__text {
  padding-bottom: 20px;
}

@media (max-width: 480px) {
    .how-does__text {
  padding: 5px 7px;
}
}

.how__does_title {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 480px) {
    .how__does_title {
        font-style: italic;
        font-size: 120%;
        padding: 10px 7px 0px 7px;
        text-align: right;
        
    }
}

.how__does-list {
  padding: 30px 0px 20px;
  counter-reset: myCounter; 
}

.how__does-item { 
  list-style-type: none;
  width: 580px;
  position: relative; 
  margin-left: auto;  
  box-sizing: content-box; 
  padding: 19px 0 19px 100px; 
  min-height: 63px;
}
.how__does-item + .how__does-item {
  margin-top: 10px;
}

@media (max-width: 480px) {
    .how__does-item { 
        max-width: 70%;
        font-size: 100%;
        padding: 10px 7px 5px 80px;
        margin-top: 2%;
    }
}

.how__does-item::before { 
  counter-increment: myCounter;
  content: counter(myCounter); 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  font-size: 48px;
  font-weight: 700;
  background-color: rgb(224, 221, 224);
  width: 70px; 
  height: 70px;
  border-radius: 50%; 
  color: #2e2d2d; 
  position: absolute; 
  left: 0; 
  top: 0;
}

@media (max-width: 480px) {
    .how__does-item::before {
        font-size: 160%;
        width: 50px; 
        height: 50px;
        font-weight: 700;
     }
}

/* IV. VIDEO */
.video-first-page {
  padding-bottom: 30px;
}
.video__title {
  margin-bottom: 10px;
}
.video__text {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

/* ?Damit das Video zentriert wird in Verbindung mit margin: 0 auto */
.video__mac {
  margin: 0 auto;
  display: block; 
  width: 100%; 
  aspect-ratio: 16/9;
}
@media (max-width: 1250px) {
    .video__mac { height: auto; }
}


/* V. Wichtige Infomartionen */
.important {
  padding-bottom: 20px;
}
.important__title {
  margin-bottom: 15px;
}
.important__text {
  max-width: 680px;
  margin: 0 auto 20px;
  text-align: center;
}
.important__list { 
  display: grid;
  text-align: center;
}
.important__item-button-de {
  display: inline-block;
  width: 200px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 45px;
  border: 2px solid #ffffff; 
  background: #ffffff;
  color: white;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(243, 243, 240, 0.308);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  top: -1px;
  margin-bottom: 20px;
}
.important__item-button-de:hover {
   background: rgba(255, 255, 255, 0.2); 
  box-shadow: 0 6px 35px rgba(78, 78, 77, 0.5);
  transform: translateY(-2px);
}
.important__item-button-ru {
  display: inline-block;
  width: 200px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 45px;
  border: 2px solid #ffffff; 
  background: #ffffff;
  color: white;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(243, 243, 240, 0.308); 
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  top: -1px;
  margin-bottom: 20px;
}
.important__item-button-ru:hover {
  box-shadow: 0 6px 35px rgba(78, 78, 77, 0.5);
  transform: translateY(-2px);
}

.important__item-button-vc {
  display: inline-block;
  width: 200px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 45px;
 border: 2px solid #ffffff; 
  background: #ffffff;
  color: white;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(243, 243, 240, 0.308);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  top: -1px;
  margin-bottom: 20px;
}
.important__item-button-vc:hover {
  box-shadow: 0 6px 35px rgba(78, 78, 77, 0.5);
  transform: translateY(-2px);
}
.raised-text {
  font-size: 24px;
  font-weight: bold;
  color: #333;
 }
.important__item-text {
  max-width: 350px; 
  text-align: center; 
  margin: 0 auto 15px;   
}
.important__item-text-vc {
  font-size: 14px;
  font-style: italic;
}

/* =========================
ANFANG MAC-NEWSLOGO (links-mittig über dem Hintergrundbild im NEWS-Bereich) - RESPONSIVE
========================= */

/* === DESKTOP (Standard) === */

.section__newslogos {
    position: absolute;
    top: 40%;             
    left: 5.4%;             
    z-index: 60;            
}

.section__newslogos-mac {
    display: inline-block;
    width: 250px;           
    background: rgba(255, 255, 255, 0.03);  
    backdrop-filter: blur(0.5px);                   
}
            /* =========================
            ANFANG RESPONSIVE
            ========================= */
                /* === TABLETS (≤ 1024px) === */
        @media (max-width: 1024px) {
            .section__newslogos {
                top: 40%;
                left: 10px;
                transform: translateY(-50%);
            }
            .section__newslogos-mac {
                width: 212px;                 
                transform: rotate(-90deg);   
                transform-origin: center;
            }
            }

                /* === SMARTPHONES (≤ 768px) === */
            @media (max-width: 768px) {
            .section__newslogos {
                top: 40%;
                left: 10px;                
                transform: translateY(-50%);
            }

            .section__newslogos-mac {
                width: 180px;             
                transform: rotate(-90deg); 
                transform-origin: center;
            }
            }

                /* === KLEINE SMARTPHONES (≤ 480px) === */
            @media (max-width: 480px) {
            
            .extra-dropdown-btn {
                margin-left: 163px;                    
            }
            .extra-dropdown-menu {
                flex-direction: column;       
                transform: scale(0.6) translateY(-10px);
                transform-origin: top right;
                right: -80px;
                border-radius: 5px;            
            }
            .extra-dropdown-menu li a {
                font-size: 0.8em;
                margin:  0 5px;
            }

            .extra-dropdown.open .extra-dropdown-menu {
                transform: scale(0.8) translateY(0);
            }
            .logo { 
                position: absolute; 
                top: -40.5%;        
                right: -1.5%;      
                left: auto;
                z-index: 30;     
                transform: scale(0.48);
                width: 140px;
            }

            .section__newslogos {
                position: absolute;
                top: 7%;      
                right: 20px;   
                left: auto;      
                transform: none; 
                z-index: 20;
            }

            .section__newslogos-mac {
                width: 70px;             
                transform: rotate(0deg);  
                transform-origin: center; 
            }
            }


        /* ========================= 
        ENDE  MAC-NEWS-RESPONSIVE 
        ========================= */

/* =========================
RESPONSIVE – MONITOR 805x480
(Kleines Tablet / Landscape)
========================= */
@media (min-width: 650px) and (max-width: 900px) and (max-height: 480px) {

  /* =========================
  HEADER
  ========================= */
  .logo__img {
    width: 90px;
    padding: 20px 20px 0 10px;
  }

  .extra-dropdown-btn {
    font-size: 24px;
  }

  /* =========================
  HERO / TOP-BEREICH
  ========================= */
  .top {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .title {
    font-size: 42px;
    line-height: 1.2;
    padding-bottom: 10px;
  }

  .top__link {
    font-size: 42px;
  }

  /* =========================
  SLIDER
  ========================= */
  .swiper-slide {
    height: 100vh;
    background-position: center center;
  }

  /* =========================
  WHY EMF (Grid)
  ========================= */
  .why-emf__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .section-title {
    font-size: 32px;
  }

  /* =========================
  ABLAUF
  ========================= */
  .how-does__inner {
    max-width: 90%;
  }

  .how__does-item {
    width: 100%;
    padding-left: 80px;
  }

  .how__does-item::before {
    width: 55px;
    height: 55px;
    font-size: 28px;
  }

  /* =========================
  VIDEO
  ========================= */
  .video__text {
    font-size: 18px;
  }

  /* =========================
  IMPORTANT
  ========================= */
  .important__item-text {
    font-size: 14px;
  }

  /* =========================
  FOOTER
  ========================= */
  .footer__menu {
    flex-wrap: wrap;
    gap: 15px;
  }

  .footer__menu-title {
    font-size: 18px;
  }

  .section__newslogos-mac .logo__mac {
    margin: 0 0 0 -150px;
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.95; 
}
}

.section__newslogos-mac .logo__mac {
    
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.95; 
}



/* =========================
ENDE MAC-Logo links-mittig über dem Hintergrundbild im NEWS-Bereich 
========================= */


/* =========================
ANFANG Bild-News 
========================= */

.section-preorder { 
    height: 760px; 
    background: url(../img/CoupleMotiv.png) top/cover no-repeat; 
    position: relative; 
    margin-bottom: 10px; 
    padding-top: 20px;
}

.section-preorder__block { 
  width: 360px; 
  height: 130px; 
  background-color: rgba(255, 255, 255, 0.7); 
  position: absolute; 
  top: 76%; 
  left:1.5%;
  padding: 5px 20px 2px 1px; 
  border-radius: 5px;
}

.section-preorder__border { 
  width: 265px; 
  height: 158px;   
  margin: 0 auto; 
  padding: 17px 28px 0 28px;  
  text-align: justify; 
  border-radius: 5px;
}

.section-preorder__titel { 
  font-size: 1rem; 
  margin: 0; 
  margin-bottom: 15px; 
  font-family: Arial, Helvetica, sans-serif;   
  text-align: center;
}

/* Formatierung für Text im Sticker */
.section-preorder__text { 
  font-size: 0.8rem;
  margin: 0; 
  font-style: italic;
  text-align: center;
}
/* =========================
ENDE Bild-News 
========================= */


/* =========================
ANFANG .city-box
========================= */

.city-section {
    position: relative;
    margin-top: -2px; 
    z-index: 1;
    display: flex;
    justify-content: flex-end; 
    padding: 50px 20px; 
}

.city-container {
    display: flex;
    flex-direction: column; 
    gap: 20px; 
}

.city-box {
    background-color: rgba(255, 255, 255, 0.7);     
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    min-width: 250px;
    max-width: 300px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.city-box img {
    width: 60px;
    margin-bottom: 15px;
}
.city-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.city-text {
    font-size: 1rem;
    line-height: 1.4;
}
/* =========================
ENDE city-box 
========================= */

/* =========================
Ia. ANFANG MAIN für CONTACTS.PHP 
========================= */
.contacts {
  padding: 50px 0 5px;
}
.contacts__title {
  margin-bottom: 20px;
}
.contacts__text{
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 50px;
  padding: 0 50px;  
}

.form{
  max-width: 680px;
  margin: 0 auto;
  display: flex; 
  justify-content: space-between; 
  flex-wrap: wrap; 
}

.form__input {
  width: 270px;
  padding: 18px 20px;
  display: inline-block;
  border: 1px solid grey;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  font-weight: 400; 
  line-height: 1.3;
  color: black;
}
.form__input::placeholder, 
.form__textarea::placeholder {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  font-weight: 400; 
  line-height: 1.3;
  color: black;
  opacity: 0.5;
}

@media (max-width: 480px) {
    .contacts {padding: 50px 0 5px;}
    .contacts__title { font-size: 200%; margin-bottom: 5px; }
    .contacts__text {font-size: 16px; text-align: justify; margin-bottom: 5px;}
    .form__input { margin: 5px auto;}
    .form__textarea {padding: 0px 7px 0px 7px; margin: 5px;}
}

.form__textarea {
  width: 100%;
  resize: none; 
  padding: 28px 20px;
  height: 290px;
  border: 1px solid grey;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  font-weight: 400; 
  line-height: 1.3;
  color: black;
}

.form_btn {
  text-transform: uppercase;
  color: #fff;
  background-color: #151515;
  border-radius: 45px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  font-weight: 400; 
  padding: 12px 61px;
  margin: 0 auto; 
}
.transmission_report_ok {
  color: grey;
  text-align: center;
}
.transmission_report_error {
  color: red;
  text-align: center;
}

.contakt__unter-button {
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
}
/* =========================
Ia. ENDE MAIN für CONTACTS.PHP 
========================= */


/* =========================
ANFANG FOOTER 
========================= */

.footer {
    background-color: #151515;
    color: white;
    padding: 20px 15px 10px 15px;
}

.footer__menu {
  display: flex; 
  justify-content: space-evenly; 
  margin-bottom: 10px;
}

.footer__menu-list{
  max-width: 220px;
}
.footer__menu-title {
  font-size: 24px;
  font-weight: 500; 
}

.footer__menu-item + .footer__menu-item { 
  padding-top: 10px; 
}

.app__item-img-outlook {
  width: 55px;
  background-color: #fff;
  border-radius: 5px;
}

.app__item-img-whatsapp {
  width: 55px;
  background-color: #fff;
  border-radius: 5px;  
}

/* === Footer Media - Monitor 480px === */
@media (max-width: 480px) {
    .footer__menu-title { font-size: 120%;}
   .footer__menu-link {font-size:90%} 
   .app__item-img-outlook { width: 30px; height: 30px; }
   .app__item-img-whatsapp {width: 30px; height: 30px; }
   .footer_app-icon-contact-ueberschrift {font-size: 100%; font-weight: 700;}
   .footer_app-icon-contact_text {font-size: 70%;}
   .video-chat {font-size: 60%;}
   .footer_copy-text {font-size: 90%; text-align: justify; } 
   .copy__nav {font-weight: 700;}
   .how-does__text {text-align: justify;}
   .how-does-item {text-align: justify;}
}


/* IFRAME DOWNLOADBEREICH*/
.slide {
    max-height: 0;
    width: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.slide.open {
    height: 700px;
    max-height: 700px; 
    width: 100%;
    max-width: 100%;
} 
.slide.close {
    height: 0px;
    max-height: 0px; 
    width: 100%;
    max-width: 100%;
}/* Ende des iframe */

.app {
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
  margin-bottom: 10px;
}

.video-chat {
  font: 8px 100;
  font-style: italic;
}

/* CopyrightElement */
.footer__copy { 
  max-width: 806px; 
  margin: 0 auto 15px; 
  text-align: center; 
  font-size: 15px;
}

.copy_nav-list { 
  display: flex; 
  justify-content: center; 
  gap: 40px; 
}


/* ANFANG AGB Container */
.agb-container {
    max-width: 900px;
    margin: 40px auto 20px auto;
    background: #fafafa;
    padding: 35px 15px;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

/* Überschriften */
.agb-container h1 {
    margin-top: 0;
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
}
.agb-container h2 {
    margin-top: 35px;
    font-size: 24px;
    color: #333;
}
.agb-container h3 {
    font-size: 20px;
    margin-top: 25px;
    color: #444;
}

/* Textformatierung */
.agb-container p {
    margin: 10px 0 18px 0;
    color: #444;
    font-size: 16px;
}
.agb-container ul {
    margin: 10px 0 20px 20px;
}
.agb-container li {
    margin-bottom: 8px;
}

/* Hervorhebungen */
.agb-highlight {
    padding: 15px;
    background: #f4f6fa;
    border-left: 4px solid #5c5d5e;
    margin: 20px 0;
    border-radius: 5px;
}

        /* Responsiv */
        @media (max-width: 600px) {
            .agb-container {
                padding: 25px;
            }
            .agb-container h1 {
                font-size: 26px;
            }
            .agb-container h2 {
                font-size: 22px;
            }
}
/* ENDE AGB Container */


/* ANFANG Impressum Container */
.impressum-container {
    max-width: 900px;
    margin: 40px auto 20px auto;
    background: #fafafa;
    padding: 35px 15px;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

.impressum-container h1 {
    margin-top: 0;
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
}

.impressum-container h2 {
    margin-top: 35px;
    font-size: 24px;
    color: #333;
}

.impressum-container h3 {
    font-size: 20px;
    margin-top: 25px;
    color: #444;
}

.impressum-container p {
    margin: 10px 0 18px;
    color: #444;
    font-size: 16px;
}

.impressum-container ul {
    margin: 10px 0 20px 20px;
}

.impressum-container li {
    margin-bottom: 8px;
}

.impressum-highlight {
    padding: 15px;
    background: #f4f6fa;
    border-left: 4px solid #5c5d5e;
    margin: 20px 0;
    border-radius: 5px;
}

        /* Responsiv */
        @media (max-width: 600px) {
            .impressum-container {
                padding: 25px;
            }
            .impressum-container h1 {
                font-size: 26px;
            }
            .impressum-container h2 {
                font-size: 22px;
            }
}
/* ENDE Impressum Container */


/* ANFANG Datenschutz Container */
.ds-container {
    max-width: 900px;
    margin: 40px auto 20px auto;
    background: #fafafa;
    padding: 35px 15px;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

/* --- Überschriften --- */
.ds-container h1 {
    margin-top: 0;
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
}
.ds-container h2 {
    margin-top: 35px;
    font-size: 24px;
    color: #333;
}
.ds-container h3 {
    font-size: 20px;
    margin-top: 25px;
    color: #444;
}

/* --- Text --- */
.ds-container p {
    margin: 10px 0 18px 0;
    color: #444;
    font-size: 16px;
}
.ds-container ul {
    margin: 5px 0 20px 20px;
}
.ds-container li {
    margin-bottom: 8px;
}

/* --- Hervorhebungen --- */
.ds-highlight {
    padding: 15px;
    background: #f4f6fa;
    border-left: 4px solid #5c5d5e;
    margin: 20px 0;
    border-radius: 5px;
}

        /* --- Responsiv --- */
        @media (max-width: 600px) {
            .ds-container {
                padding: 25px;
            }
            .ds-container h1 {
                font-size: 26px;
            }
            .ds-container h2 {
                font-size: 22px;
            }
}
/* ENDE Datenschutz Container */
/* =========================
   ENDE FOOTER
   ========================= */