* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none !important;
    list-style: none;
  }

  body {
    color: #00000a;
    line-height: 1.3;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
  }

  p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    word-spacing: 1px;
    margin: 0;
    hyphens: auto;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-lines: 4;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-lines: 4;
  }

  span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
  }
  /* ------------- Logo Austausch ------------ */
  #bild {

    transition: opacity 0.5s;
  }
  /* ------------- Navigation ------------ */
.bg-nav {
    transition: 1.5s ease-in;    
    background-color: transparent;
    }
    .scrolled {
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 1px rgba(0,0,0,.25);
    }
    
    .logo {
     width: 200px;
     margin: 4px 0px 10px 0px;   
    }
    
    @media (max-width: 767.98px) { 
    .logo {
    width: 180px;   
    }    
    }
    @media (max-width: 991.98px) {
    .logo {
    width: 180px;   
    } 
    }
    
    @media (min-width: 1200px) {
    .logo {
    width: 240px;   
    } 
    }
    
    .navbar .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    transition: all .3s ease-in-out;
    }

    .bg-nav.scrolled .nav-link {
    color: #000000;
    }
    /* Nva Link Under line */
    .navbar .navbar-nav .nav-item .nav-link::after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #e9b924;
        transition: width .4s;
    }
    
    /* Nva Link Under line on Hover */
    .navbar .navbar-nav .nav-item .nav-link:hover::after {
        width: 100%;
        transform: width .4s;
    }
    
.navbar .navbar-nav .nav-item .nav-link:hover {
color: #e9b924;
}

.navbar .navbar-nav .nav-link.active::after {
width: 100%;
transform: width .4s;
}

.navbar .navbar-nav .nav-link.active {
color: #e9b924;
font-weight: 700;
}

/* ----- Toggler ----- */
.navbar-toggler {
color: #ffffff;
background-color: #e4e4e4;
border: 0px;	
}

.navbar-toggler:focus {
box-shadow: none !important;
}

#navbarTogglerLifecard.show {
padding: 0px 20px;
color: #fff;
}

#navbarTogglerLifecard.bg-scrolled {
  background-color: transparent;
  }

.navbar-toggler-icon {
color: #e9b924;
}

 /*--------------Header Text -------------------*/
.carousel-caption {
position: absolute;
right: 15%;
left: 15%;
bottom: 4%;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
color: #fff;
text-align: center;
}
.carousel-caption h6{
color: #ffffff;
font-size: 1.8rem;
font-weight: 300;
letter-spacing: 4px;
}
.carousel-caption h5{
color: #ffffff;
text-transform: uppercase;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 2px;
}
.carousel-caption h5 .gelbtext{
color: #e9b924;
}
.carousel-caption p{
color: #ffffff;
}

@media (min-width: 576px) {
.carousel-caption {
bottom: 10%;
}
.carousel-caption h5{
font-size: 2.0rem;
}
}

@media (min-width: 768px) {
.carousel-caption {
bottom: 25%;
}
.carousel-caption h6{
font-size: 1.2rem;
}
.carousel-caption h5{
font-size: 2.4rem;
}
}

@media (min-width: 992px) {
.carousel-caption {
bottom: 30%;
}
.carousel-caption h6{
font-size: 1.8rem;
}
.carousel-caption h5{
font-size: 2.8rem;
}
}

@media (min-width: 1200px) {
.carousel-caption {
bottom: 40%;
}
}

@media (min-width: 1400px) {
.carousel-caption {
bottom: 40%;
}
}

 /*--------------Inhalt -------------------*/
/*-------Button -------*/

.button {
  width: auto;
  height: auto;
  color: #fff;
  padding: 6px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border-radius: 0px;
  outline: none;
}
/* 15 */
.btn {
  background: #e9b924;
  border: none;
  z-index: 1;
}
.btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #211b35;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #fff;
}
.btn:hover:after {
  left: 0;
  width: 100%;
}
.btn:active {
  top: 2px;
}

/*-------Button Ende -------*/
.jumptarget {
  position: relative;
  width: 10px;
  z-index: 0;
  }
  
  .jumptarget:before {
  width: 10px;
  display: block;
  content: " ";
  margin-top: -108px;
  height: 108px;
  visibility: hidden;
  }


.section-head h4 {
color: #fff;
position: relative;
padding: 0 0 0 15px;
line-height: 1;
border-left: 1px solid #eee;
letter-spacing: 2px;
font-size: 28px;
font-weight: 700;
}
.section-head h4 span{
font-weight: 300;
}

.section-head h4::before {
content: '';
width: 1px;
height: 35px;
background: #e9b924;
position: absolute;
left: -1px;
bottom: 0;
}

#reformen .section-head h4, #kontakt .section-head h4, #aktuelles .section-head h4{
color: #000000;  
}

#reformen .section-head h4::before {
background: #000000;
}

#herausforderungen p,#lobbyarbeit p {
  color: #fff;
  font-weight: 200;  
}
#reformen p {
  color: #000000;
  font-weight: 200;  
}

.text-schwarz {
color: #000000;    
}
.bg-grau {
background-color: #f7f7f7;
}
.bg-weiss {
background-color: #ffffff;
}
.bg-gelb {
  background-color: #e9b924;
}

.logo-weltkugel {
 max-width: 60px;   
}
  /*--------------Accordeon Aktuelles -------------------*/


.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.accordion {
  --bs-accordion-border-radius: 0px;
  --bs-accordion-inner-border-radius: 0px;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);

}

.accordion-button{
font-size: 1.3rem;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #e9b924;
}
.accordion-button:hover {
  color: var(--bs-accordion-active-color);
  background-color: #e9b924;
}

#accordionLifecard .accordion-body p {
  margin: 14px 0px; 
}

  /*--------------Kontakt -------------------*/
.form-control,.form-select {
  padding: .375rem .75rem;
  font-size: 0.81rem;
  border: 0px;
  border-radius:4px;
  background-color: #f7f7f7;
  }
  .form-check-input[type="checkbox"] {
  border-radius: 4px;
  background-color: #f7f7f7;
  } 

.betreff {
display:none;
}

.mail-success {
margin-top: 50px;
padding:20px;
background-color:#f7f7f7;  
}
.mail-success h5{
color:#19ff1d;
} 

.mail-nachricht {
 padding: 10px;
 background-color: #c9c9c9; 
 font-family: 'Poppins', sans-serif;
}
   /*----- Farbe Datenschutzhinweistext -----------
  .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #e9b924;
  }
  -------------------------------*/
  .form-check-input {
  border: 4px;
  } 
 /*--------------Footer -------------------*/
.bg-lila {
background-color:#312950;  
}
.bg-dunkellila {
background-color:#211b35;  
}
.bg-dunkellila p span{
color: #fff;
font-weight: 500;
font-size: 14px;
}  
.bg-dunkellila p{
color: #727272;
font-weight: 200;
font-size: 12px;
} 

.icofont {
  font-family: 'IcoFont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-icon {
color: #fff;  
font-size: 45px;
padding: 10px;
}

.footer-link a {
color: #727272; 
font-size: 12px; 
}
.footer-link a:hover {
color: #c9c9c9; 
font-size: 12px; 
}
.footer-logo {
max-height: 50px;  
}
.footer-copyright {
  font-size: 10px;  
}
  /*--------------Modals -------------------*/
.modal-body {
background-color: #eeeeee;   
}

.modal-header {
background-color: #312950;
}
.modal-header h1{
color: #fff;
}
.modal-header .btn-close{
background-color: #fff;
color: #fff;
}
.modal-body h1{
font-size: 1.86rem;
color: #e9b924;
text-transform: none;
}
.modal-body p,ul,li,h2,h3,h4{
color: #707173;
}

/*--------- Button Scroll Top ---------*/

#myBtn {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
right: 30px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: 1px solid rgba(255, 255, 255,0.4); /* Remove borders */
outline: none; /* Remove outline */
background-color: #e9b924; /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 10px 15px; /* Some padding */
border-radius: 0px; /* Rounded corners */
font-size: 18px; /* Increase font size */
}

#myBtn:hover {
background-color: #211b35; /* Add a dark-grey background on hover */
}



