/*
Theme Name: BW-Theme
Author: CDU BW
Description: WordPress-Theme basierend auf HTML-Vorlage für CDU Baden-Württemberg
Version: 1.0
*/

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.herr-von-muellerhoff-regular {
  font-family: "Herr Von Muellerhoff", cursive;
  font-weight: 400;
  font-style: normal;
}

  :root {
    --color-dark: #2D3C4B;
    --font-cursive:  "Herr Von Muellerhoff", cursive;
    --font-text:  "Inter", sans-serif;
    --color-gold: #f7c50e;
    --color-bg: #67abb6;
  }
body{
    font-family:var(--font-text);
	margin:0;
	padding:0;
	font-size: 16px;
    font-weight: 400;
	text-align: left;
  font-optical-sizing: auto;
  font-style: normal;
  background-color:var(--color-bg);
    position:relative;
    color:var(--color-black);
    overflow-x: hidden;
    max-width: 100vw;
}
html {
  scroll-behavior: smooth;
}
div{
    box-sizing: border-box;
    max-width: 100%;
}

/* Allgemeine Stile zur Vermeidung horizontaler Scrollbalken */
* {
    max-width: 100%;
}

.container {
    overflow-x: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

/* Sicherstellen, dass Bootstrap-Container korrekt funktioniert */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
p{
  padding:10px 0;
  margin: 0;
}
.header{
    position: absolute;
    width: 100%;
    background-color: transparent;
    top: 0;
    z-index: 200;
}
@media screen and (max-width: 767px){
    .header{
        position: relative;
        background-color: white;
    }
}
.navbar-brand img{
    width: 200px;
    height: auto;
}
@media screen and (max-width: 767px){
   .navbar-brand img{
    width: 138px;
    height: auto;
} 
}
.slider-logo-position{
    position: absolute;
    z-index: 1000;
    top: 50px;
    left: 50px; 
}
.slider-logo-position a{
    display: block;
}
.slider-logo-position img{
    max-width: 250px;
    height: auto;
}
.top-link-position{
    position: absolute;
    z-index: 1000;
    bottom: -140px;
    left: 50px; 
}
.hier-spenden{
    display: block;
}
.hier-spenden img{
   width: 280px;
   height: 280px;
   transition: all  .5s ease-in-out;
}
.hier-spenden img:hover{
   -moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
   transition: all  .5s ease-in-out;
}
@media screen and (max-width: 1200px){
    .slider-logo-position{
        top: 30px;
        left: 30px; 
    }
    .slider-logo-position img{
        max-width: 180px;
    }
    .top-link-position{
        bottom: -80px; 
    }
    .hier-spenden img{
   width: 160px;
   height: 160px;
   transition: all  .5s ease-in-out;
    }
}
@media screen and (max-width: 767px){
    .slider-logo-position{
        top: 20px;
        left: 20px; 
    }
    .slider-logo-position img{
        max-width: 120px;
    }
    .top-link-position{
       bottom: -47px; 
       left:15px;
       z-index: 100;
    }
    .hier-spenden img{
   width: 94px;
   height: 94px;
   transition: all  .5s ease-in-out;
    }
}
.fix-link{
    position: fixed;
    display: block;
    top:70vh;
    right: 0;
    z-index: 200;
}
.fix-link img{
    width:382px;
    height: 148px;
}
@media screen and (max-width: 1200px){
    .fix-link img{
    width:240px;
    height:auto;
}
}
@media screen and (max-width: 767px){
    .fix-link img{
    width:160px;
    height: 60px;
}
}
.navbar-toggler{
    box-shadow:none;
 background: url(images/munu-burger.svg) center no-repeat transparent;
 width: 32px;
  height: 15px;
  background-size: 100%;
  border-radius: 0;
  border: none;
}
.navbar-toggler:focus, .navbar-toggler:focus-visible, .navbar-toggler:focus-within{
    border:none;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}


.menu-block .nav-link{
    font-weight: 800;
    font-style: italic;
    font-size: 28px;
    color:#2d3c4b;
    padding: 18px 0;
}
@media screen and (max-width: 767px){
 .menu-block .nav-link{
    font-size: 20px;
}
}
.mine-menu-position{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    z-index: 300;
}
.navbar-collapse.collapsing .menu-block {
    background-color: white;
    transform: translate(360px, 0px);
    transition: all .5s ease-in-out;
  position: relative;
  opacity: 0;
  width: 0;
  height: 100vh;
  padding-top: 100px;
  padding-left: 40px;
  padding-right:40px;
}
  .navbar-collapse.collapse .menu-block {
    width: 100%;
    opacity: 1;
    transform: translate(0px, 0px);
    transition: all .5s ease-in-out;
    min-width: 360px;
  padding-top: 100px;
  padding-left: 40px;
  padding-right:40px;
  height: 100vh;
   background-color: white;
   position: relative;
  }
  .close{
    position:absolute;
    right:30px; 
    top: 25px;
    background: url(images/menu-close.svg) center no-repeat transparent;
    background-size: 18px;
    border:none;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    z-index: 400;
  }
  @media screen and (max-width: 575px){
 .close{
    right:15px;
    top: 25px;
}
  }




.top-slider{
    position:relative;
    width: 100%;
    height:auto;
}
@media screen and (max-width: 767px){
    .top-slider{
       width: 100%;
     aspect-ratio: 5 / 3;  
     height: auto; 
    }
}
.bg-green{
     background: linear-gradient(to bottom right, #70bac5, #64a6b2);
}
.soc-min-height{
    min-height: 485px;
}
.flex-order{
    position:relative;
}
@media screen and (max-width: 767px){
  .flex-order{
    display: flex;
    flex-direction: column;
  }  
}
.vert-align{
  min-height: 485px;  
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px){
    .vert-align{
        min-height: auto;
        padding-right: 0;
         padding-bottom: 50px;
         order: 1;
    }
}
.social-block{
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
}
@media screen and (max-width:767px){
    .social-block{
        position: static;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 30px 20px 80px 20px;
        flex-wrap: wrap;
        gap: 10px;
    }
}
.soc-ico{
    background-color: white;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    flex-basis: 56px;
  max-width: 56px;
  flex-grow: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px){
    .soc-ico{
       width: 40px;
    height: 40px; 
     flex-basis: 40px;
  max-width: 40px;
  background-size: 60%;
    }
}
.ico-facebook{
    background-image: url(images/ico-facebook.svg);
}
@media screen and (max-width: 767px){
    .ico-facebook{
       background-size: 40%; 
    }
}
.ico-inst{
    background-image: url(images/ico-inst.svg);
}
.ico-whatsapp{
    background-image: url(images/ico-viber.svg);
}
.ico-tiktok{
    background-image: url(images/ico-tiktok.svg);
}
.ico-x{
    background-image: url(images/ico-x.svg);
}
.ico-in{
    background-image: url(images/ico-in.svg);
}
.ico-mail{
    background-image: url(images/ico-mail.svg);
}

.handtext-1{
    font-family: var(--font-cursive);
    font-size: 70px;
    line-height: 75px;
    color:white;
    text-align: center;
    padding-bottom: 30px;
}
@media screen and (max-width: 767px){
    .handtext-1{
    font-family: var(--font-cursive);
    font-size: 50px;
    line-height: 58px;
}
}
.more{
    font-family: var(--font-text);
    font-size: 17px;
      color: #FFC314 !important;
    text-decoration: none;
  text-align: right;
  display: block;
    background: transparent !important;
    box-shadow: none !important;
}
.text-1{
  font-family: var(--font-text);
    font-size: 18px;
    line-height: 30px;
    color: white;
  text-align: left;
}
.text-1 p{
    padding: 15px 0;
}
.autor-sing{
    display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px){
    .autor-sing{
       display: block; 
    }
.autor-sing img{
    width: 154px;
    height: 176px;
}
.sing-img{
    text-align: center;
    margin: auto;
}
}
.half-block{
    width: 50%;
    position:relative;
    float:left;
      aspect-ratio: 6 / 5;
    overflow: hidden;
    background-size: cover;
    background-color: #3d4856;
}
  
@media screen and (max-width: 767px){
    .half-block{
        width: 100%;
    }
}
.half-block-text{
    padding:20px 40px 30px 20px;
    text-align: left;
    font-size: 18px;
    color:white;
}

.photo-sign{
    font-family: var(--font-text);
    font-size: 70px;
    text-transform: uppercase;
    color: white;
    background-color: #2D3C4B;
    line-height: 75px;
    font-weight: 800;
  font-style: italic;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 .1em;
}
@media screen and (max-width: 1200px){
    .photo-sign{
       font-size: 55px; 
       line-height: 60px;
    }
}
@media screen and (max-width: 991px){
    .photo-sign{
       font-size: 40px; 
       line-height: 44px;
    }
}
.color-gold{
    color:var(--color-gold) !important;
}
.social-media-wall{
    width: 100%;
    margin: 150px auto;
    text-align: left;
    background-color: white;
    /* aspect-ratio: 16 / 9; */
}
@media screen and (max-width: 767px){
    .social-media-wall{
        /* aspect-ratio: 3 / 4; */
    }
}
.bg-gray{
    background-color: #bec1c7;
    padding:150px 0;
    overflow: hidden;
    max-width: 100%;
}
.h1{
    font-family: var(--font-text);
    font-size: 70px;
    text-transform: uppercase;
    color: white;
    line-height: 75px;
    font-weight: 800;
  font-style: italic;
    text-align: center;
}
.h1 span{
    color:var(--color-gold);
}
@media screen and (max-width: 1200px){
    .h1{
       font-size: 55px; 
       line-height: 63px;
    }
}
@media screen and (max-width: 991px){
   .h1{
    font-size: 40px;
    line-height: 48px;
   } 
}
.footer{
    background: url(images/footer-bg.svg) no-repeat right bottom  #2d3c4b;
    background-size: 25%;
    padding:80px 0;
    width: 100%;
    overflow-x: hidden;
}
@media screen and (max-width: 991px){
    .footer{
    background-size: 50%;
    padding:80px 0;
}
}
@media screen and (max-width: 767px){
    .footer{
    background-size: 70%;
    padding:80px 0 120px;
}
}
.footer-block{
    font-family: var(--font-text);
    color:white;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 70px;
    max-width: 100%;
    word-wrap: break-word;
}
.footer-block a{
    color: white;
    text-decoration: none;
}
.footer-block a:hover{
    text-decoration: underline;
}
.wp-cont,
.wp-cont p{
    color: white;
    font-size: 18px;
    line-height: 28px;
}
.wp-cont a,
.wp-cont a:link,
.wp-cont a:visited{
    color: #f7c50e;
    text-decoration: underline;
}
.wp-cont a:hover{
    color: #f7c50e;
    text-decoration: none;
}
@media screen and (max-width: 991px){
    .footer-block{
      font-size: 18px;
    line-height: 28px;  
    }
}

.footer-menu{
    max-width: 100%;
    overflow-x: hidden;
}

.footer-menu a{
    font-family: var(--font-text);
    color:white;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    float: left;
    padding:5px 0;
    margin-right: 45px;
    max-width: 100%;
    word-wrap: break-word;
}
@media screen and (max-width: 991px){
    .footer-menu a{
        line-height: 33px;
        display:block;
    float:none;
    padding:0;
    margin-right: 0;
}
    }
.slider-position{
    padding-top: 50px;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    position: relative;
}

/* Swiper Basisstile */
.swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}


/* Swiper navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #FFC314;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}
.slide-img{
    width: 100%;
    height: auto;
    display: block;
}
.swiper-team{
   position: relative;  
}
.swiper-head{
    position: relative;
}
.swiper-head .swiper-pagination-bullet, .swiper-team .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border:solid 1px white;
    opacity: 1;
}
.swiper-head .swiper-pagination-bullet-active, .swiper-team .swiper-pagination-bullet-active {
    background-color: #FFC314;
}
.head-img{
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 640;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.head-img-home{
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 1080;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.team-img{
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 640;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}


.navbar-expand-lg .navbar-collapse.collapse.show, .navbar-expand-lg .navbar-collapse.collapsing{
    display: block !important;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
}
.form-block{
    display: flex;
    gap: 30px;
    padding:10px 0 15px;
}
@media screen and (max-width: 767px){
    .form-block{
    display:block;
    padding:0;
}
}


.input-1{
    width: 100%;
    height: 53px;
    background-color: white;
    border:none;
    padding: 5px 10px;
    font-size: 18px;
    color: #2D3C4B;
    box-sizing: border-box;
}
.input-1:active, .input-1:hover, .input-1:focus {
    outline: 0;
    outline-offset: 0;
}
.textarea-1:active, .textarea-1:hover, .textarea-1:focus {
    outline: 0;
    outline-offset: 0;
}
.textarea-1{
    width: 100%;
    background-color: white;
    border:none;
    padding: 5px 10px;
    font-size: 30px;
    color: #2D3C4B;
    box-sizing: border-box;
}
@media screen and (max-width: 767px){
    .input-1, .textarea-1{
        margin-bottom:20px;
    }
}
.button-form{
    background-color: var(--color-gold);
    color:white;
    font-size: 18px;
    height: 46px;
    padding:3px 20px;
    border:none;
    box-shadow: none;
    min-width: 160px;
}
.button-form:active, .button-form:hover, .button-form:focus {
    outline: 0;
    outline-offset: 0;
}
.text-1 a{
    color:var(--color-gold);
    text-decoration: underline;
}
.container-imput input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  width: 34px;
  border-radius:0;
  background-color: #fff;
  border:none;
  z-index: 200;
}
.container-imput{
    position:relative;
    text-align: left;
  cursor: pointer;
}
.container-imput input:checked ~ .checkmark {
  background-color: var(--color-gold);
}
.check-ico {
  position: absolute;
  display: none;
  left: 12px;
  top: 6px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container-imput input:checked ~ .checkmark .check-ico {
  display: block;
}
  .accordion-button.more{
      display: block;
  }
  
  .accordion-item{
      background: transparent;
      border: none;
  }
  .more:active, .more:hover, .more:focus {
      outline: 0;
      outline-offset: 0;
      border: none;
      box-shadow: none;
  }
  .werichbin{
      cursor:pointer;
      overflow: hidden;
  }
  .descr-werichbin-xs{
      display: none;
  }
  .descr-werichbin{
      position:relative;
      width: 100%;
      aspect-ratio: 6 / 5;
      transform: translateY(100%);
      transition: all .7s ease-in-out;
      opacity: 0;
  }
  .descr-werichbin img{
      width: 100%;
      height: auto;
  }
  .werichbin:hover .descr-werichbin{
      transform: translateY(0);
      transition: all .7s ease-in-out;
      opacity: 1;
  }
  .werichbin.active .descr-werichbin{
      transform: translateY(0);
      transition: all .7s ease-in-out;
      opacity: 1;
  }
  .photo-sing-position{
      display: block;
      position: relative;
      margin:40px 0 0 40px;
      opacity: 1;
      transition: all .5s ease-in-out;
      transform: translateY(0);
  }
  .werichbin:hover .photo-sing-position{
      transition: all .5s ease-in-out;
      transform: translateY(-100%);
      height: 0;
      opacity: 0;
      margin: 0 0 0 40px;
  }
  .werichbin.active .photo-sing-position{
      transition: all .5s ease-in-out;
      transform: translateY(-100%);
      height: 0;
      opacity: 0;
      margin: 0 0 0 40px;
  }
  @media screen and (max-width: 1200px){
      .photo-sing-position{
           margin:30px 0 0 30px;
      }
      .werichbin:hover .photo-sing-position,
      .werichbin.active .photo-sing-position{
           margin:0 0 0 30px;
      }
  }
  @media screen and (max-width: 991px){
      .photo-sing-position{
           margin:20px 0 0 20px;
      }
      .werichbin:hover .photo-sing-position,
      .werichbin.active .photo-sing-position{
           margin:0 0 0 20px;
      }
  }

  .gold-strong{
    color:#f7c50e; font-weight:700;
}

.footer-nav{
    padding-left:0 !important;
}

/* Presse Page Styles */
.presse-content {
    background: linear-gradient(to bottom right, #70bac5, #64a6b2);
    padding-top: 80px;
}

.presse-intro-text {
    font-family: var(--font-text);
    font-size: 18px;
    line-height: 28px;
    color: white;
    margin-bottom: 80px;
    text-align: center;
}

.presse-intro-text p {
    color: white;
    margin: 0;
}

.pressefoto-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.pressefoto-item {
    background: #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
}

.pressefoto-image {
    width: 100%;
    aspect-ratio: 4/3;
    background: #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pressefoto-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pressefoto-info {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: white;
}

.download-icon {
    flex-shrink: 0;
    color: #2d3c4b;
    display: flex;
}

.pressefoto-text p {
    margin: 0;
    color: #2d3c4b;
    font-family: var(--font-text);
    padding: 0;
}

.pressefoto-label {
    font-size: 16px;
    font-weight: 700;
}

.pressefoto-name {
    font-size: 16px;
    font-weight: 400;
}

.pressefoto-title {
    font-size: 16px;
    font-weight: 400;
}

.presse-files {
    margin-top: 50px;
}

.file-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.file-item .download-icon {
    color: white;
}

.file-link {
    font-family: var(--font-text);
    font-size: 18px;
    color: white;
    text-decoration: underline;
}

.file-link:hover {
    color: #f7c50e;
}

@media screen and (max-width: 991px){
    .pressefoto-grid-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .presse-intro-text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px){
    .pressefoto-grid-4 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .presse-intro-text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 50px;
    }

    .row{
        --bs-gutter-x: 0;
    }
    .text-1{
        font-size: 17px;
        line-height: 24px;
    }   
    .text-1 p{
        font-size: 17px;
        line-height: 24px;
    }
}

.presse-intro-text a{
    color: #fff;
    text-decoration: none; 
}
.presse-intro-text a:hover{
    color: #fff;
    text-decoration: underline; 
}