#Footer {
    background-color: #213a8e;
    color: #ffffff;
}

#Footer a {
    color: #fff;
}

#Footer, #Footer .widget_recent_entries ul li a {
    color: #ffffff;
}

#back_to_top {
background-color: #e20613;
border-radius: 0px;
border-color: #fff;
border: 1px;
}

#Top_bar .menu > li a:after {
background: #e20613;
}

.share-simple .post-header .title_wrapper {
padding-top:20px !important;
}

span.wpcf7-list-item {
    margin: 0 0 0 0em !important;
}

#slider-1-slide-12-layer-17 {
    font-size: 13px !important;

}









#slider-1-slide-1-layer-17 {
    font-size: 13px !important;
}

#slider-1-slide-15-layer-17 {
    font-size: 13px !important;
}


#slider-1-slide-31-layer-17 {
    font-size: 13px !important;
}


#slider-1-slide-32-layer-17 {
    font-size: 13px !important;
}



#slider-1-slide-33-layer-17 {
    font-size: 13px !important;
}

body.keyboard-support #Top_bar .menu li.submenu .menu-toggle {
    display: none;
    
}

/* Screenreader-Text für Links mit target="_blank" im Cookie-Banner */
.cc-link[target="_blank"]::after {
    content: "öffnet in neuem Fenster";
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

a.mfn-link {
    color: #121211 !important;
	font-size: 16px !important;
}
.accordion .question > .title {
    
    font-size: 15px !important;
    
}






.style-simple .accordion .question .answer {
    color: #333 !important;
	font-size: 15px !important;
}



.icon-up-open-big {
    color: #ffffff !important;   /* Icon weiß */
    font-weight: bold !important; /* falls für Icon-Font relevant */
font-size:20px !important;
    display: block;              /* für text-align wirksam */
    text-align: center;          /* zentriert das Icon im Container */
}

.accordion .question > .title > .acc-icon-plus, .accordion .question .title > .acc-icon-minus {
   
    color: rgba(0,0,0,.8) !important;
}


body,
ul.timeline_items,
.icon_box a .desc,
.icon_box a:hover .desc,
.feature_list ul li a,
.list_item a,
.list_item a:hover,
.widget_recent_entries ul li a,
.flat_box a,
.flat_box a:hover,
.story_box .desc,
.content_slider.carousel ul li a .title,
.content_slider.flat.description ul li .desc,
.content_slider.flat.description ul li a .desc {
    font-size: 14px !important;
    color: #191818 !important;
}



.invisible-anchor {
  position: relative;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.wpcf7-form label[for="your-email"] {
    display: block;
    margin-bottom: -9px;
    line-height: 1.2;
}


span.wpcf7-form-control-wrap {
  
    margin-bottom: -20px !important;
}

input::placeholder,
textarea::placeholder {
  color: #191818 !important; /* Deine gewünschte Farbe */
  opacity: 1;  /* Wichtig, sonst sehen manche Browser es blass an */
}


/* ================================
   Back-to-Top Button Styling
   ================================ */
  

#back_to_top.footer_button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #213a8e;
  border: 1px solid #fff;
  z-index: 9999;
/*position: relative;*/
margin-bottom: 10vh;
}

/* Icon im Button zentrieren */
#back_to_top.footer_button i {
  color: #ffffff;
  font-size: 30px;
  display: block;
  text-align: center;
  line-height: 1;
}

/* Fake-Link-Text für Screenreader */
#back_to_top[href=""]::after {
  content: "Nach oben scrollen";  /* Text für Screenreader */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* Back to top – Animationen & Hover komplett deaktivieren */
#back_to_top,
#back_to_top * {
    transition: none !important;
    animation: none !important;
}

/* Hover-Zustand neutralisieren */
#back_to_top:hover,
#back_to_top:focus,
#back_to_top:active {
    background-color: #213a8e !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Betheme nutzt oft ::before / ::after für Hover-Effekte */
#back_to_top::before,
#back_to_top::after {
    display: none !important;
    content: none !important;
}

/* Icon-Farbe fixieren */
#back_to_top i {
    color: #ffffff !important;
}




/* Visually hidden Klasse (falls noch nicht vorhanden) */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}



#Footer .footer_copy .social li a {
    font-size: 30px !important;
    line-height: 30px !important;
  padding: 15px !important;
}


