/*******download button ausblenden****/
.download_btn{
  display:none!important;
}

/** ELT Main CSS */
/*language swap*/

.desktop_switch.open li a {
  color:#fff;
  transition: color 0.3s ease-in-out;
}

.language_switch.open li:first-child a:after {
  color:#fff;
}

.language_switch li:first-child a:after {
content:"|";
color:#1A3244;
display: inline-block;
position: relative;
left: 4px;
}

.mobile_switch li:first-child a:after {
color:#fff;
}

ul.language_switch.desktop_switch {
  z-index: 99;
  color: #fff;
  padding-left: 20px;
}

ul.language_switch.mobile_switch {
  display: none;
}

ul.language_switch li a {
  color: #081f1c;
  transition: color 0.3s ease-in-out;
}

ul.language_switch li  {
padding: 0 6px;
}

ul.language_switch li.active a {
  color: #49D490;
}

ul.language_switch {
 display:flex;
 flex-direction: row!important;
 width: fit-content!important;
}

ul.language_switch li:before {
  display: none!important;
}

/*********preload header img**********/
body:after{
  content:
  url("/assets/img/hero_shot1.png")
  url("/assets/img/hero_shot2.png")
  url("/assets/img/hero_shot3.png")
  url("/assets/img/hero_shot4.png");
  position:absolute; width:0; height:0; overflow:hidden; z-index:-1; 
}


html {
  width: 100vw;
  overflow-x: hidden;


}



body, body * {

}

html * {
  font-family: "neue-haas-grotesk-display", poppins, sans-serif;
}

body {
  width: 100vw;
  height: auto;
  margin: 0;
  color: #1A3244;
}

body.no_scroll {
  overflow: hidden;
  height: 100%;
}



::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #49D490;
}

::selection {
  color: #fff;
  background: #49D490;
}

svg {
  max-width: 100%;

}
 img {
  max-width: 100%;
  width: 100%;
}
.svg_wrapper svg, .img_wrapper {
  height: auto;
  width: 100%;
}
/*****font styles***********************************************************************************************/

p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
 margin:0;
  letter-spacing: 1px;
}

p.my_white {
  font-weight: 200;
}

p.large_text {
  font-size: 28px;
  line-height: 1.4;
  margin:0;
}

h1 {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  padding-bottom: 44px;
}

h2 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position:relative;
}

h2:after {
  content: "";
  width: 150px;
  height: 2px;
  background: #49D490;
  position: absolute;
  margin-left: 10px;
  display: inline-block;
  bottom: 33px;
}

h3 {
  font-size: 50px;
  line-height: 1;
  margin: 0;
  padding-bottom: 24px;
  font-weight: 800;
  letter-spacing: 1px;
}


h4 {
  font-size: 28px;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 24px;
  font-weight: 800;
  letter-spacing: 1px;
}

a:hover {
  color: #fff;
  transition: all 0.4s ease-in-out;
}

a {
  color: #49D490;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out;
}


/**********menu****************************************************************************************************************************/
.menu {
  display: flex;
  justify-content: space-between;
  background: #fff;
  transition: all 0.4s ease-in-out;
  flex-wrap: wrap;
  position: fixed;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
}

.menu.sticky {
  background: #fff;
  transition: all 0.3s ease-in-out;
}

#fullscreen_menu {
  background: rgb(26,50,68);
  background: linear-gradient(0deg, rgba(26,50,68,1) 0%, rgba(19,36,48,1) 100%);
  height: 100vh;
  width: 100vw;
  position: fixed;
  max-width: 100%;
  height:0;
  overflow: hidden;
  transition: all 0.4s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}


.nav_button a.btn.positive {
  font-size: 12px;
  padding: 8px 16px;
}



#fullscreen_menu.toggle_show {
  height: 100vh;
  transition: all 0.8s ease-out;
}


.menu_content_wrapper {
  width: 60vw;
  display: flex;
  justify-content: space-between;
}

.menu_btn_wrapper {
  display: flex;
  align-items: center;
}



.menu_content li {
  transform: translateY(60px);
  opacity: 0;
  transition:none;
}

.menu_content li:nth-child(1):before {
  content: "1";
    position: absolute;
    display: inline-block;
    color: #49D490;
    top: 0;
    left: -10px;
    font-size: 20px;
    font-weight: 500;
}
.menu_content li:nth-child(2):before {
  content: "2";
  position: absolute;
  display: inline-block;
  color: #3aa973;
  top: 0;
  left: -10px;
  font-size: 20px;
  font-weight: 500;
}
.menu_content li:nth-child(3):before {
  content: "3";
  position: absolute;
  display: inline-block;
  color: #49D490;
  top: 0;
  left: -10px;
  font-size: 20px;
  font-weight: 500;
}
.menu_content li:nth-child(4):before {
  content: "4";
  position: absolute;
  display: inline-block;
  color: #49D490;
  top: 0;
  left: -10px;
  font-size: 20px;
  font-weight: 500;
}




.menu_content li:nth-child(1) {
  transition-delay:0.2s!important;
}
.menu_content li:nth-child(2) {
  transition-delay:0.4s!important;
}
.menu_content li:nth-child(3) {
  transition-delay:0.6s!important;
}
.menu_content li:nth-child(4) {
  transition-delay:0.8s!important;
}

.menu_content.toggle_show li {
  transform: translateX(0px);
  opacity:1;
  transition: all 0.5s ease-out;
}



.menu_content_wrapper p, .menu_content_wrapper a.footer-link{
  color:#fff;
  font-size: 20px;
}

.menu svg {
  display: block;
  padding: 10px 0 5px 0;
  transition: all 0.4s ease-in-out;
}

.menu ul {
  list-style: none;

}

.menu li {
  padding: 0 20px;
}

.menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
 
  letter-spacing: 1.5px;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}

.menu_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu .menu_links a{
  font-weight: 800;
  font-size: 68px;
  transition: all 0.4s ease-in-out;
  line-height: 1;
  text-transform: capitalize;
}

.menu_links li{
  margin-bottom:40px;
}
.menu_links li:last-child{
  margin-bottom:0px;
}

.menu a:hover {
  color: #49D490!important;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
span.logo_wrapper {
  padding-left: 20px;
  z-index: 9999;
}

#my_header.white-menu svg path {
  fill: #fff;
}

div#hero_shot {
  height: 85%;
  width: 100%;
  transition: all 0.6s ease-in-out;
  background-repeat: no-repeat!important;
  background-position: bottom!important;
  position: absolute;
  background-size: contain!important;
bottom:0;
}

.logo_wrapper.logo_active svg path {
  fill: #fff;
  transition: all 0.2s ease-in;

}
.logo_wrapper svg path {

  transition: all 0.2s ease-in;
  transition-delay: 0.2s;
}

.nav_button .btn {
  margin-top: 0;
}

.nav_button a {
  margin: 0;
}

/***********buttons****************************************************************************************************************/

a.btn, .btn-submit {
  padding: 8px 20px;
  background: #49D490;
  text-decoration: none;
  color: #1A3244;
  transition: all 0.2s ease-in;
  font-size: 16px;
  font-weight:600;
  border-radius:10px;
  margin-top: 44px;
  display:inline-block;
  position:relative;
}

a.btn::before, .btn-submit:before {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #49D490;
  position: absolute;
  top: -4px;
  right: -4px;
  padding: 2px;
  border-radius: 14px;
  transition: all 0.2s ease-in;
}

a.btn:hover, btn-submit:hover {
  background: #fff;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

a.btn:hover:before, btn-submit:hover:before {
  border: 2px solid #fff;
  position: absolute;
  transition: all 0.2s ease-in;
}

a.btn.positive {
  padding: 8px 20px;
  background: #49D490;
  text-decoration: none;
  color: #1A3244;
  transition: all 0.2s ease-in;
  font-size: 16px;
  font-weight:600;
  border-radius:10px;
}
a.btn.positive.negative {
  background: #fff;
  text-decoration: none;
  color: #3aa973;
  transition: all 0.2s ease-in;
  font-size: 16px;
  font-weight:600;
  border-radius:10px;
}
a.btn.positive.negative::before {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #fff;
  position: absolute;
  top: -4px;
  right: -4px;
  padding: 2px;
  border-radius: 14px;
  transition: all 0.2s ease-in;
}

a.btn.positive::before {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #49D490;
  position: absolute;
  top: -4px;
  right: -4px;
  padding: 2px;
  border-radius: 14px;
  transition: all 0.2s ease-in;
}

a.btn.positive:hover {
  background: #1A3244;
  transition: all 0.2s ease-in;
  cursor: pointer;
  color:#fff!important;
}
a.btn.positive:hover:before {
  border: 2px solid #1A3244;
  position: absolute;
  transition: all 0.2s ease-in;
}

a.btn_secondary {
  padding: 8px 20px;
  background: none;
  text-decoration: none;
  color: #49D490;
  border: 2px solid #49D490;
  transition: all 0.2s ease-in;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 44px;
  position: relative;
  display: inline-block;
}

a.btn_secondary:hover {
  background: #49D490;
  color: #1A3244;
  border: 2px solid #49D490;
  transition: all 0.2s ease-in;
}

/** for cookie bar */
.btn_cookie_sec {
  margin-right: 15px;
  margin-top: 0px !important;
}

.btn_cookie_sec:hover {
  background: white !important;
  border: 2px solid #1A3244 !important;
  color:#1A3244 !important;
  transition: all 0.2s ease-in;
}

.btn_cookie {
  margin-right: 15px;
  margin-top: 0px !important;
}

.btn_cookie:hover {
  color:#fff !important;
}

/***********layout*************************************************************************************************************************************************/
.section_wrapper {
padding:120px 0;
background-size: cover!important;
    background-repeat: no-repeat!important;
    max-width: 100vw;
    overflow-x: hidden;
}

.content_wrapper {
  max-width: 1200px;
  margin: auto;
  padding:0 40px;
}

.column_wrapper_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column_wrapper_1_3 {
  display: flex;
  justify-content: space-between;
}

.column_half {
  flex-basis: 50%;
  width: 50%;
  align-self: center;
 
}

.column_1_3 {
  flex-basis: 33%;
}

.column_2_3 {
  flex-basis: 66%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.my_max_width {
  max-width: 800px;

}
h3.my_max_width {
  max-width: 850px;
}

.section_imprint {
  padding: 120px 0;
}

.section_imprint h2 {
  margin-top: 60px;
}

.icon_wrapper svg {
  padding-bottom: 10px;
}

.section_imprint h4 {
  font-size: 20px;
  margin-top: 40px;
}

.section_imprint h3 {
  font-size: 24px;
  margin-top: 40px;
}

/*********content**********************************************************************************************************************************************/
/****text bild******/
/**********text_bild***************/

.column_half.bild_box img {
  border-radius: 20px;
}

div#design .bild_box {
background-position: center -30px!important;
}

p.h4_subline{
font-size: 20px;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.text_box h3 {
font-size: 40px;
}



.column_half.bild_box {
align-self: unset;
background-size: cover!important;
background-repeat: no-repeat!important;
background-position: top center!important;

}

.column_half.text_box {
margin-right: auto;
box-sizing: border-box;
padding-right: 0;
padding-left:80px;
}

.left_right_switch .bild_box {
order: 2;

}
.left_right_switch .text_box {
margin-left: auto;
margin-right:unset;
padding-left:0;
padding-right: 80px;
}
/******akordeon********/
/***************************akkordion*************************/

.section_wrapper.faq{
  background: #fff;
}
.faq_section .accordion__intro, .faq_section .accordion__content,.faq_section .accordion__active .accordion__content {
  padding-left: 0;
}

  
  /****knöpfe +-*******/
 
  .accordion__intro:after {
    content: "+";
    font-size: 40px;
    font-weight:400;
    color: #49D490;
    background: none;
    border-radius: 5px;
    margin-left: 50px;
    text-align: center;
    line-height: 0;
    transition: all 0.2s ease-in;
    right: 0;
  }
  
  
  
  .accordion__active .accordion__intro:after {
    background: none;
    text-align: center;
    vertical-align: middle;
    transition: all 0.2s ease-in;
    transform: rotate(45deg);
  }

  .accordion__active .accordion__intro_btn, .accordion:hover .accordion__intro_btn {
  color:#3aa973;
  }
  
  

  
  .accordion {
    width: 100%;
border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
 
  }
  
    .accordion__intro {
      position: relative;
      padding: 20px;
      cursor: pointer;
      color:#224158;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid #1A3244;
    }
  
    .accordion__content {
      padding: 0 20px 0px 20px;
      max-height: 0;
      overflow: hidden;
      will-change: max-height;
      transition: all 0.25s ease-out;
      color: #081f1c;
    }
    .accordion__active .accordion__content {
      padding: 0 20px 20px 20px;
      transition: all 0.25s ease-out;
    }
    
    .accordion__intro img {
      height: 20px;
      width: 20px;
      margin-right: 10px;
  }
  .accordion__intro_btn{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
  }
  


/*************landingpage*********/

#kontakt{
  scroll-margin-top: 60px;
}

.flex_me {
  display: flex;
  gap: 24px;
}

a.btn.icon_btn.positive {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

a.btn.icon_btn.positive:hover path {
fill:#fff;
}

.landingpage, .landingpage *{
  scroll-behavior: smooth!important;
}
div#my_header.lp_menu {
  padding-right: 20px;
}

/*******lp form**/
.lp_form_section{
  background: rgb(26,50,68);
  background: linear-gradient(0deg, rgba(26,50,68,1) 0%, rgba(19,36,48,1) 100%);
  color: white;
}
.lp_form_section .column_half{
align-self: flex-start;
margin-bottom: 40px;
}
.lp_form_section .step_wrapper {
  margin-left: 40px;
  margin-top: 0;
}

.lp_form_section h4.step_contact{
  padding-bottom: 8px;
}

/**************testimonials LP*************/
.lp{
  position: relative;
}

li.glide__slide {
  border: 1px solid #49D490;
  border-radius: 10px;
  padding: 24px 24px 32px 24px;
  background: white;
}

.lp h3{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 24px;
}

li.glide__slide img {
  height: 100px;
  width: 100px;
  margin-top: 24px;
  margin-bottom: 16px;
  object-fit: contain;
  border-radius: 50%;
}

.svg_wrapper.stars svg {
  width: 200px;
}
.svg_wrapper.stars {
  width: 100%;
  display: flex;
  justify-content: center;
align-items: center;
}

div.center_btn{
  width: 100%;
  display: flex;
  justify-content: center;
align-items: center;
}
.lp .glide__arrow--right {
  right: -80px;
}
.lp .glide__arrow--left {
  left: -80px;
}
button.glide__arrow path {
  fill: #49D490;
}
#grey{
  background: #f4f4f4;
}

.lp:before {
  content: "";
  height: 86%;
  width: 100%;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/testimonial_before.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 10%;
  left: 92px;
  z-index: -1;
}

/****************************************/

div#padd.logo_wall {
  padding-top: 120px;
  background: #f4f4f4;
}
/*********ablauf*******/
.ablauf h3{
  text-align: center;
}

.ablauf .accordion__intro_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 40px;
}

.mtitle{
color:#fff;
}
.section_wrapper.ablauf {
  color: #fff;
  background: rgb(26,50,68);
  background: linear-gradient(0deg, rgba(26,50,68,1) 0%, rgba(19,36,48,1) 100%);
}

.column_wrapper_2.experten img {
  aspect-ratio: 1.3;
  object-fit: cover;
  border-radius: 10px;
}
.ablauf .elt_list li {
  font-size: 16px;
  color: #fff;
}

.modul_time {
  margin-top: 16px;
  color: #fff;
}

div.modul_time:before{
  background: url("/assets/img/times.svg");
  height: 20px;
  width: 20px;
  position: relative;
  margin-right:8px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  content:"";
  top: 4px;
}

.ablauf p{
  color:#fff;
}

.ablauf .accordion__content img {
  box-sizing: border-box;
  padding: 40px;
}

.ablauf .accordion__intro img {
  height: 35px;
  width: 35px;
  margin-right: 16px;
}

.modul_green {
  display: flex;
  align-items: center;
}

.ablauf .content_wrapper {
    max-width: 800px;
    margin: auto;
}
.experten .img_box{
width: 30%;
flex-basis:30%;
}

.experten{
margin-top: 40px;
  }

  .ablauf .accordion{
    border: 1px solid #49D490;
    border-radius: 10px;
  }
  .ablauf .accordion__intro {
    border:  none;
    color: #49D490;
  }
/******************/

a.btn.positive.negative {
  margin-top: 20px;
}
.section_wrapper.small_cta {
  background: #49d490;
  padding: 40px 0;
  color: #fff;
  margin:40px 0;
}
.small_cta .content_wrapper{
display: flex;
    align-items: center;
    flex-direction: column;
}

.small_cta h3{
  max-width:700px;
  text-align: center;
  margin:auto;
  font-size:40px;
}
#lp_header p.intro_text {
  font-size: 24px;
  line-height: 1.4;
  max-width: 800px;
}

.elt_list ul{
  padding-left:0;
  list-style: none;
  margin-top:20px;
}
.elt_list li{
  margin-bottom:8px;
  font-size:20px;
  font-weight: 600;
  padding-left: 32px;
  position: relative;
}

.elt_list li:before{
  margin-right:8px;
content:"";
display:inline-block;
position: absolute;
height: 20px;
width:20px;
background:url("/assets/img/greencheck.svg");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
top: 2px;
left:0;
}
div#cta_white {
  padding-bottom: 0;
}
div#cta_white {
  padding-bottom: 0;
}
div#cta_white .cta_text_wrapper {
  background: #f4f4f4;
  color:#1A3244;
}

.section_wrapper.funktionierts {
  text-align: center;
  padding-bottom: 0;
}

.funktionierts .column_wrapper_2{
  margin-top:40px;
}

.funktionierts.section_wrapper h3, .funktionierts.section_wrapper p {
max-width: 900px;
margin:auto;
}

h2.below {
  width: fit-content;
  margin: auto;
}
h2.below:after {
  display: block;
  left: calc(50% - 75px);
  margin-left: 0;
  margin-top: 8px;
  bottom: unset;
}

.img_headline {
  position: absolute;
width:100%;
  bottom: 0;
  left: 0;
  background: #1A3244;
  color: #fff;
  padding: 8px 0;
  margin-bottom: -2px;
}

.img_box {
  position: relative;
  border-radius:0 0 10px 10px;
  overflow:hidden;
width:30%;
}
.img_box img{
object-fit: cover;

}

/*****************programm overview*********************/


p.module_name {
  position: absolute;
  top: -15px;
  padding: 0 10px;
  background: #1A3244;
  color: #49D490;
}

.section_wrapper.program_overview {
  overflow:hidden;
  background: #1A3244;
  padding-bottom: 0;
  color:#fff;
}

.stop-scroll {
  overflow: unset;
  height: 100%;
  overflow-x: hidden;
}

.program_overview a.btn {
  margin-right: 24px;
}

.program_modul {
  border: 1px solid #49D490;
  padding: 40px;
  border-radius: 20px;
  margin-top: 80px;
  position:relative;
  height: 380px;
}

.program_modul h4 {
  line-height: 1.2;
  margin: 0;
  padding-bottom: 16px;
}

.program_modul .icon_content_wrapper {
  margin-right: 0px;
  width: 70%;
  margin: auto;
  margin-bottom: 40px;
 
}


.vertical-section{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  overflow: hidden;
  display: flex;
  position: sticky;
  top:0;
  align-items: center;
  height: 100vh;
}



section {
  min-width: 450px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 147px 40px;
  box-sizing: border-box;
}



/***************philosophy section******************/


.philo_max_width {
  max-width: 600px;
}

.philo_column {
  margin-bottom: 120px;
}
.column_half.philo_column {
  flex-basis: 45%;
  width: 45%;
}
.philosophy_section .section_headline {
    margin-bottom: 40px;
    margin-top:60px;
}
.philosophy_container{
  position:relative;
}
.philosophy_container:before {
  width: 100%;
  content: "";
  height: 2px;
  background: #49D490;
  top: 44%;
  display: inline-block;
  position: absolute;
}

.philosophy_container:after {
  content: "";
  height: 94%;
  position: absolute;
  top: 0;
  width: 2px;
  display: inline-block;
  background: #49D490;
  left: 50%;
}
/*********subheader************/

div#subheader {
  max-width: 100%;
  padding: 200px 0 120px 0;
  background-size: cover!important;
    background-repeat: no-repeat!important;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;


}

div#subheader h1 {
  padding-bottom: 60px;
  max-width: 850px;
  font-size: 80px;
  z-index: 8;
  letter-spacing: 1px;
}

div#subheader .img_wrapper {
  padding-bottom: 60px;
  margin-left: 96px;
  max-width: 900px;
  height: auto;
  object-fit: cover;
  position:relative;
  z-index: -1;
}

div#subheader .img_wrapper:before {
  content: "";
  height: 882px;
  width: 771px;
  background: url(/assets/img/subheader_bg_element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: -1;
  right: -353px;
  top: -280px;
}

/************logo_wall**********/
.logo_wall {
  padding-top: 0;
}

.logo_wall_container {
  display: flex;
  flex-wrap: wrap;
}
.logo_img_wrapper {
  flex-basis: 20%;
  width: 20%;
}
.logo_img_wrapper img {
  width: 100%;
  height: auto;
}

/********header******************************************/

.entry-header {
  height: 80vh;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex;justify-content: center;
  max-height:1000px;
  min-height:800px;
  

}

.entry_column_wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 5%;
}
p.intro_text {
  font-size: 28px;
  line-height: 1.4;
  max-width: 800px;
}

.headline-container {
  max-width: 650px;
}

.entry_column_wrapper .img_wrapper  {
  height:100%;
  width: 100%;
  position: relative;
}

.entry_column_wrapper img {
  height: auto;
  width: auto;
  position: absolute;
  bottom: 0;
  max-height: 80%;
}




.entry_column_wrapper .column_half {
  display: flex;
  justify-content: center;
      align-items: center;
    height: 100%;
}


/***entry before***/
.entry_column_wrapper .img_wrapper:before {
  content: "";
  height: 600px;
  width: 650px;
  position: absolute;
  bottom: 0;
  background: url(/assets/img/arrow_long_up.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  right: 70px;
}


@keyframes entry_fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*******************logo text list***************/
.section_wrapper.logo_text_list {
  padding-bottom: 0;
}

.program_list_container h3 {
  font-size: 28px;
  padding-bottom: 10px;
}

.program_list_section_headline{
  margin-bottom:80px;
}

.program_list_container {
  display: flex;
  flex-wrap: wrap;
}

.listelem {
  display: flex;
flex-direction:column;
  flex-basis:50%;
  width:50%;
  padding:60px;
  box-sizing: border-box;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  color: #fff;
  height: 50vh;
  justify-content: flex-end;
  background-color:#081f1c;
  position:relative;
  background-position: center center!important;
}


.listelem:nth-child(odd) {
border-bottom:1px solid #fff;
border-right:1px solid #fff;
}
.listelem:nth-child(even) {
  border-bottom:1px solid #fff;
}



.listelem:hover .hide_hover{
max-height:500px;
transition: all 1s ease-in-out;
}

.listelem:hover .background_hover{
opacity:0.5;
}

.background_hover{
  height:100%;
  width:100%;
  position: absolute;
  content: "";
  display:block;
background: #1A3244;
opacity:0;
top: 0;
left: 0;
transition: all 0.5s ease-in-out;
}

.all_wrapper{
  z-index: 2;
}

.hide_hover {
  max-height: 0;
  overflow: hidden;
  transition: all 1s ease-out;

}


.program_list_container .icon_content_wrapper {
 width:80px;
 height:80px;

}

.list_content_wrapper {
  flex-basis: 80%;
  max-width:400px;
}


.icon_content_wrapper img {
    height: auto;
    width: 100%;
}


/*******************************cards*******************/
.card_wrapper {
  display: flex;
  justify-content: space-between;
margin-top:60px;
}

.card {
  flex-basis: 32%;
  background: #1A3244;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}

.card .img_wrapper{
  margin: 16px 0 40px 0;
  display: flex;
  justify-content: center;
  height: 100px;
}



/******************philosophy****************************/

#philosophy {
 color:#fff;
  padding: 200px 0;
  background-position: center center!important;
}


/***************team*************************************/

.single_team_member img {
  border-radius: 20px;
  overflow: hidden;
}


#team_member:after{
  content: "";
  height: 600px;
  width: 650px;
  position: absolute;
  bottom: 0;
  background: url(/assets/img/arrow_long_up.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  right: 38%;
  z-index: -1;
}

.team_intro_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  z-index: 1;
  margin-bottom: 60px;
}



.team_text_container {
  flex-basis: 30%;
  flex-grow: 1;
}

.team_headline_container {
  flex-basis: 30%;
  min-width: 329px;
  width: 30%;
 
}

.team_wrapper {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.single_team_member {
  flex-basis: 29%;
  text-align: center;
}

.single_team_member .img_wrapper {
  margin-bottom: 24px;
}
.single_team_member h3 {
  font-size: 36px;
  padding-bottom: 8px;
}
.single_team_member h4 {
  font-weight: 400;
}
.slide_btn {
  margin-top: 8px!important;
  cursor:pointer;
}
/************slide************************/

div#team_member {
  background: rgb(26,50,68);
  background: linear-gradient(0deg, rgba(26,50,68,1) 0%, rgba(19,36,48,1) 100%);
  color: #fff;
  position:relative;
  z-index: 1;
}

.info_slide {
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  padding: 80px;
  padding-top: 160px;
  background: url(/assets/img/slide_bg.svg);
  background-size: cover!important;
  background-repeat: no-repeat!important;
  height: 100vh;
  z-index: 5555;
  transform: translateX(600px);
  box-sizing: border-box;
  transition: all 1s ease-in-out;
  color:#1A3244;
  overflow: scroll;}

  .info_slide .widget{
    margin-top:40px;
    min-width: 320px;
    }

    .info_slide h3 {
      padding-bottom: 0;
  }

.info_slide.open{
  transform: translateX(0px);
  transition: all 1s ease-in-out;
}

.close {
  position: absolute;
  top: 120px;
  right: 80px;
  cursor:pointer;
}

/********************call to action cta********************/

div#cta_nopad {
  padding: 0;
}


.cta_background_image {
  flex-basis: 55%;
  width: 55%;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
}



.cta_text_wrapper p{
max-width:450px;
}

.cta_text_wrapper {
  flex-basis: 45%;
  width: 45%;
  padding: 160px 5% 160px 5%;
  box-sizing: border-box;
  background: rgb(26,50,68);
  background: linear-gradient(0deg, rgba(26,50,68,1) 0%, rgba(19,36,48,1) 100%);
  color:#fff;
}

/*************chart**************/

lottie-player#firstLottie {
  width: 100%!important;
  height: 100%!important;

}

.chart_wrapper {
  max-width: 100%;
  position: relative;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/******************form********************************/
/* added by piet */
.input_group {
  position: relative;
  width: 45%;
  flex-basis: 45%;
}

input[type="checkbox"].input-error {
  color: red;
}

textarea.input-error {
  border: 1px solid red !important;
}

#loader {
  height: 40px;
  width: 40px;
  vertical-align: middle;
}
.pitchdeck.input-error {
  color: red;
}

input[type="submit"].disabled {
  opacity: 0.2;
  pointer-events: none;
}

.my_checkbox.input-error,
.my_checkbox.input-error a {
  color: red;
}

.icon-validated-txt {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 50;
}

#form-success {
  color: white;
  font-size: 1.1em;
}

.input-txtarea {
  position: relative;
}

.d-hidden {
  display: none !important;
}

#frm_honeypot {
  position: absolute;
  transform: translate(-10000px);
  opacity: 0;
}

/* ende piet */
.input_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

form.kontakt_form {
  display: inline-block;
  position: relative;
  width: 100%;
}

textarea.textarea {
  width: 100%;
  margin-bottom: 20px;
  height: 150px;
  border: 1px solid #49D490;
  background-color: #1A3244;
  margin-top: 30px;
  max-width: 560px;
  min-width: 100%;
  max-height: 200px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #B8B9B9;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px !important;
}

textarea.textarea:hover,
textarea.textarea:focus {
  background-color: #224158;
  color: #fff;
  outline: none;
  transition: all 0.4s ease-in-out;
}

textarea.textarea:active {
  background: #224158;
  transition: all 0.4s ease-in-out;
}

input.btn.btn-submit {
  background: none;
  color: #49D490;
  font-size: 16px;
  padding: 8px 60px;
  border: 2px solid #49D490;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  margin-top: 8px;
  cursor: pointer;
  border-radius: 10px !important;
}

input.btn.btn-submit:hover,
input.btn.btn-submit:focus,
input.btn.btn-submit:active {
  background: #49D490;
  color: #1A3244;
  transition: all 0.4s ease-in-out;
  padding: 8px 60px!important;
  border-radius: 10px !important;
}



.my_checkbox {
  padding-top: 30px;
  color: #49D490;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 2px;
}

.my_checkbox a {
  color: #49D490;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 2px;
}

.my_checkbox a:hover {
  color: #3aa973;
}
/*******checkbox****************************/

.regular-checkbox {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #49D490;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 5px;
  border-radius: 0;
  display: inline-block;
  position: relative;
  top: 5px;
  right: 4px;
  cursor: pointer;
}

.regular-checkbox:hover {
  background-color: #224158;
  border: 1px solid #49D490;
}

.regular-checkbox:active,
.regular-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked {
  background-color: #49D490;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid #49D490;
}

.regular-checkbox:checked:after {
  content: "\2714";
  font-size: 8px;
  position: absolute;
  top: 0px;
  left: 2px;
  color: #fff;
}




/************************testimonialslider**********************/



.testimonial_content_wrapper {
  max-width: 700px;
  margin: auto;
}
p.testimonial_content {
  font-size:16px;
  margin-bottom:20px;
}

.testimonial_section_headline{
  margin-bottom:150px;
}

.slider_container{
  position:relative;
}
p.testimonial_name strong {
  margin-right: 15px;
}



.slider_container:before {
  content: "";
  height: 450px;
  width: 450px;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/testimonial_before.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: -115px;
  left: 92px;
}
.slider:before {
  content: "";
  height: 50px;
  width: 80px;
  display: inline-block;
  position: absolute;
  background: url(/assets/img/quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 7px;
  left: 152px;
}
/********************************************************/
.slider {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden; 
  border-radius: 15px;
}

.slide {
  width: 100%;
  height: 350px;
  position: absolute;
  transition: all 0.5s;
}

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

.slider .btn {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  z-index: 10px;
  cursor: pointer;
  background-color: transparent;
  font-size: 18px;
}

.slider .btn:active {
  transform: scale(1.1);
}

.btn-prev {
  top: 30%;
  left: 2%;
}

.btn-next {
  top: 30%;
  right: 2%;
}

.dots {
  position: absolute;
  bottom: 18px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.dot {
  width: 8px;
  height: 8px;
  background: #224158;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

.active-dot {
  background: #49D490;
  cursor: default;
}


/**********contact**************/

.step_wrapper {
  margin-top: 40px;
}

.contact_section{
  padding:0;
  margin-bottom:120px;
}
.contact_section h1{
 color:#fff;
}

.form_column_wrapper.column_wrapper {
  display: flex;
  max-width: 1920px;
    margin: auto;
}
.form_left_side {
  flex-basis: 30%;
  width: 30%;
  min-width: 502px;
  padding: 80px;
  box-sizing: border-box;
  padding-top:120px;
  position: relative;
  overflow: hidden;
}

.form_right_side {
  flex-grow: 1;
  padding: 80px;
  box-sizing: border-box;
  background: rgb(26,50,68);
    background: linear-gradient(0deg, rgba(26,50,68,1) 0%, rgba(19,36,48,1) 100%);
  padding-top: 120px;
  position: relative;
}


.form_left_side:before {
  content: "";
  height: 653px;
  width: 429px;
  background: url(/assets/img/subheader_bg_element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: -50px;
  top: 163px;
}

/******input*******************************/


p.my_checkbox {
  color: #fff;
}


input.form-control {
  width: 100%;
  flex-basis: 1;
  padding: 15px;
  margin-bottom: 20px;
  border: none;
  background: none;
  border-bottom: 1px solid #3aa973;
  transition: all 0.4s ease-in-out;
  border-radius: 0 !important;
  box-sizing: border-box;
  font-size: 16px;
}

input.form-control:active {
  background: #224158;
  transition: all 0.4s ease-in-out;
}

input.form-control {
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 0;
}

input.form-control::-webkit-input-placeholder,
textarea.textarea::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

input.form-control:-ms-input-placeholder,
textarea.textarea::-webkit-input-placeholder {
  /* Internet Explorer */
  color: #fff;
}

input.form-control::placeholder,
textarea.textarea::-webkit-input-placeholder {
  color: #fff;
}

input.form-control:hover,
input.form-control:focus {
  background-color: #224158;
  color: #fff;
  outline: none;
  transition: all 0.4s ease-in-out;
}

/**********autofill styles*******************************/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #081f1c inset;
  -webkit-text-fill-color: #224158;
}

/***********input files**************************************/

input[type="file"] {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: -1px;
  left: 0;
  width: 0.1px;
  height: 0.1px;
  user-select: none;
}

input[type="file"]:focus + label[for="files"] {
  border: 1px solid #85e5ff;
}

label[for="files"] {
  background: #1A3244;
  padding: 10px;
  color: #B8B9B9;
  font-family: sans-serif;
  border-radius: 0px;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out;
}

label[for="files"]:hover {
  background: #B8B9B9;
  transition: all 0.4s ease-in-out;
  color: #fff;
}



/********footer***********************************/

footer{
  -webkit-box-shadow: 0px -17px 16px 5px #49d49040;
  box-shadow: 0px -17px 16px 5px #49d49040;
}

/*copy***/
.footer_copy_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  color: #fff;
  align-items: end;
}

.footer_copy {
  background: #1A3244;
  
}

.footer_copy_wrapper p,
.footer_copy_wrapper a {
  font-size: 12px;
  color: #fff;
}

.footer_copy_wrapper a:hover {
  color: #49D490;
}
/******widgets****/

.widget.empty_widget {
  flex-basis: unset;
  width: unset;
  flex-grow: 1;
  min-width: unset;
}

.widget_container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 60px 0px;
}

.widget {
  flex-basis: 25%;
  width: 25%;
  min-width: 260px;
}



.icon_box_footer path {
  fill: #1A3244;
}


.icon_box_footer a {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  align-items: center;
  color:#1A3244;
}
.icon_box_footer a:hover {
  color:#49D490;
}

.icon_box_footer a:hover path {
  fill: #49D490;
  transition: all 0.4s ease-in-out;
}

.icon_box_footer svg {
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
}

.footer-widgets_wrapper {
  background-color: #fff;

}

p.widget_anschrift {
  color: #1A3244;
  font-weight: 200;
  letter-spacing: 1.5px;
}

.footer_widget_menu {
 text-align:right;
}

.footer_widget_menu a {
  color: #49D490;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-align: right;
}

.footer_widget_menu a:after {
  content: "";
  display: inline-block;
  position: relative;
  height: 10px;
  width: 10px;
  background-size: contain!important;
  background-repeat: no-repeat;
  background: url(/assets/img/arrow.svg);
  right: 0;
  margin-left: 5px;
}

.footer_widget_menu a:hover {
  color: #1A3244;
}

.rechtliches {
  padding: 0;
  line-height: 1;
}


/********elemente cta sticky**************************************




a.myphone {
  padding: 15px 10px 0px 10px;
  border-top: 1px solid #fff;
  transition: all 0.4s ease-in;
}

a.my-mail {
  padding: 10px;
  transition: all 0.4s ease-in-out;
}

a.myphone:hover path,
a.myphone:hover line,
a.my-mail:hover path {
  fill: #081f1c;
  stroke: #081f1c;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

a.myphone:hover rect {
  stroke: #081f1c;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

a.myphone:hover circle {
  fill: #081f1c;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}


/*******style set up***********/
.my_white,
.my_white h1,
.my_white h2,
.my_white h3,
.my_white h4,
.my_white h5,
.my_white h6,
.my_white p,
.my_white li,
.my_white div,
.my_white .style-simple blockquote,
.my_white .blockquote p.author span,
.my_white .counter .desc_wrapper .number-wrapper {
  color: #fff !important;
}

/************fonts************************************************************************************************/

/******nav-icon**************************/



#nav-icon4 {
  width: 30px;
  height: 22px;
  position: relative;
  margin: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #1A3244;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon4:hover span{
  background:#49D490;
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 3px;
}

#nav-icon4.open span, div#nav-icon4.white-menu.open span{
  background:#49D490;
}

div#nav-icon4.white-menu span {
  background: #fff;
}

/********datenschutz/impressum*******************************************************/

.section.imprint h1 {
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 0;
}

.section.imprint h2 {
  padding-top: 40px;
}

.section.imprint h3 {
  font-size: 20px;
  padding: 20px 0 10px 0;
}

/********************************responsive*************************************************************************************************************************************/
/*****************************end 1200*****************************************************************************************************/
@media only screen and (max-width: 1200px) {

  .widget.empty_widget {
  display:none;
}
.menu_widget {
  flex-basis: unset;
  width: unset;
  min-width: unset;
  flex-grow: 1;
}

  .slider_container:before {
    top: calc(36% - 225px);
    left: 0;
}

  .slider:before {
    top: -78px;
    left: calc(50% - 40px);
}

.slider {
  overflow: unset;
}


  .menu_content_wrapper {
    width: 80vw;
}
h1 {
  font-size: 68px;
}

}
/*****************************end 1024*****************************************************************************************************/
@media only screen and (max-width: 1024px) {

  .form_column_wrapper.column_wrapper {

    flex-wrap: wrap;
  }

  .menu_d_i {
    display: none;
}

  ul.language_switch.desktop_switch {
    display: none;
}
ul.language_switch.mobile_switch {
  display: flex;
}

ul.language_switch.mobile_switch a{
color: #fff;
}

  .form_left_side {
    flex-basis: 100%;
    width: 100%;
    padding-top: 120px;
    order: 2;
}


  .entry_column_wrapper .img_wrapper:before {
    height: 532px;
    width: 596px;
    right: -11px;
}


  
  .menu .menu_links a {
    font-size: 54px;
  }

  .menu_info {
    order: 2;
    margin-top:80px;
  }
  .menu_content_wrapper {
    flex-direction: column;
  }


  .menu_contact {
    margin-bottom: 40px;
}

  .footer-widgets_wrapper {
    padding: 0;
  }

 

  /************mobile menu*************/
 



  .menu ul {
   
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: left;
    width: 100vw;
  padding:0;
  }

 


 

  /****************************/

  .section {
    padding-left: 7%;
    padding-right: 7%;
  }

  .entry-header {
    padding: 40px;
    height: 650px;
    min-height:unset;
    padding-bottom: 0;
  }



  

  .entry_wrapper {
    padding-bottom: 40px;
  }

  

  .entry-header:before {
    background: linear-gradient(0deg, rgba(8, 31, 28, 1) 35%, rgba(8, 31, 28, 0) 78%);
  }

  
}
/*****************************969*****************************************************************************************************************************************/

@media only screen and (max-width: 969px) {


  .flex_me {
    flex-direction: column;
    gap: 0;
}

  .column_half.text_box {
    margin-top: 40px;
    padding-left: 0;
}

  .lp_form_section .step_wrapper {
    margin-left: 0;
}

  h3,  .text_box h3, .small_cta h3 {
    font-size: 40px;
  }

  .elt_list li {
    font-size: 16px;
}

  .img_headline {
position:relative;
    margin-bottom: 0;
    border-radius: 0 0 10px 10px;
    top: -5px;
}

  .slide, .slider {
    height: 470px;
  }


  

  .contact_section {
    padding: 0;
    margin-bottom: 0;
}


  .form_left_side, .form_right_side {
    padding:40px;
}



  .single_team_member .info_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

  .single_team_member .img_wrapper {
    margin-bottom: 0px;
    flex-basis: 40%;
    margin-right: 40px;
}

.single_team_member {
  flex-basis: 29%;
  display: flex;
  margin-bottom: 40px;
  text-align: left;
}


  .team_wrapper {
    flex-direction: column;
}


  div#subheader .img_wrapper:before {
    right: calc(79% - 350px);
  }

  div#subheader .img_wrapper {
    margin-left: 7%;
  }


  div#subheader h1 {
    font-size: 64px;
  }

  .section_wrapper.logo_wall {
    padding-top: 0;
}

  .section_wrapper {
    padding: 100px 0;
  }

  .slider_container:before {
    top: calc(36% - 300px);
    left: -94px;
    height: 600px;
    width: 600px;
}

  p.testimonial_content {
    font-size: 20px;
  }

  .testimonial_content_wrapper {
    max-width: 70vw;
    margin: auto;
}

  .chart_wrapper {
  
   padding: 0px;
  }

  .first_column{
    order: 1;
    margin-top: 40px;
  }

  #philosophy {
    color: #fff;
    padding: 150px 0;
}



  p.large_text {
    font-size: 24px;
  }

  .card_wrapper {
    flex-direction: column;
}

.card {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom:32px;
}
.card .img_wrapper {
  flex-basis: 25%;
  padding-right: 30px;
}
.card .text_wrapper {
  flex-basis: 75%;
}

  .entry_column_wrapper .img_wrapper:before {
    height: 430px;
    width: 484px;
    right: -29px;
}


  .entry-header {
    height: 570px;
  }

  .entry_column_wrapper {
  margin:0;
}


  p.intro_text {
    font-size: 24px;
  }


  h1 {
    font-size: 54px;
}
div#subheader h1 {
  font-size: 54px;
}

  .entry_column_wrapper .column_half{
    flex-basis:50%;
  width:50%;
    }
 
 


  .section.leistungen {
    padding-bottom: 0px;
    background: #fff;
  }

  .widget.menu_widget {
    max-width: 128px;
  }

  .widget.empty_widget {
    display: none;
  }

  .widget {
    flex-basis: 33%;
    width: 33%;
  }

  

 
  
  

  .column_half {
    flex-basis: 100%;
    width: 100%;
  
  }

  .svg_wrapper {
    display: flex;
    justify-content: center;
    padding-top: 40px;
  }

  
}
/*****************************767*****************************************************************************************************************/

@media only screen and (max-width: 767px) {

  .footer_copy_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

  .program_list_container h3 {
    font-size: 28px;
    padding-bottom: 10px;
    text-align: left;
    width: 100%;
}

  h2 {
    width: fit-content;
    margin: auto;
    text-align: center;
}

h2:after {
  display: block;
  left: calc(50% - 50px);
  margin-left: 0;
    margin-top: 16px;
  bottom: unset;
}

  .listelem {
    padding: 40px 24px;
}

  .ablauf .column_wrapper_2 {
    flex-direction: column;
}

.ablauf .accordion__content img {
  box-sizing: border-box;
  padding: 40px;
  display: none;
}

  .img_headline {
    padding-left: 24px;
    box-sizing: border-box;
}

  .funktionierts.section_wrapper h3{
    hyphens: auto;
  }

  .funktionierts.section_wrapper p {
    text-align: left;
}

  h2.below:after {
    display: block;
    left: calc(50% - 50px);
  }

  .ablauf .accordion__intro_btn {

    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    flex-direction: column;
}

  .lp .glide__arrow{
    display:none;
  }

  div#cta_white {
    padding-bottom: 0;
    padding-top: 0;
}

  #grey {
    margin-bottom: 0;
  }

  .lp_form_section h4.step_contact {
    padding-bottom: 8px;
    font-size: 20px;
}

  .text_box h3, .small_cta h3 {
    font-size: 30px;
}

 .img_box{
    width: 100%;
    flex-basis:100%;
    margin-bottom:24px;
    }

    .img_box img {
      object-fit: cover;
      aspect-ratio: 1.8;
  }

  .elt_list li {
    margin-bottom: 8px;
    font-size: 16px;
  }


  .philosophy_container:after{
    display:none;
  }


  .listelem:nth-child(odd) {
    border-bottom:1px solid #fff;
    border-right:unset;
    }


  .background_hover {
    opacity: 0.5;
  }

  .hide_hover {
    max-height: unset;
  }


  .listelem {
    flex-basis: 100%;
    width: 100%;
  }



  .testimonial_content_wrapper p {
    text-align: center;
  }


  section {
    min-width: 100vw;

    max-width: 100vw!important;
}


  .entry_column_wrapper .img_wrapper:before {
    height: 717px;
    width: 917px;
    right: -144px;
    bottom: -121px;
    background: url(/assets/img/subheader_bg_element.svg);
}


  .input_wrap {
    flex-direction: column;
  }

  .input_group {
    width: 100%;
    flex-basis: 100%;
}

.form_left_side{
  min-width: unset;
}

  .form_left_side, .form_right_side {
    padding:20px;
    padding-top:40px;
}

  .single_team_member:last-child {
    margin-bottom: 0;
}

  #team_member:after {
  display:none;
  }

  .close {
    right: 20px;
  }

  .info_slide {
    width: 100vw;
    padding: 120px 20px 120px 20px;
  }




  .info_slide h4 {
    font-size: 20px;
  }

  .info_slide h3 {
    padding-bottom: 8px;
  }

  .single_team_member .img_wrapper {
    margin-right: 30px;
}

  .single_team_member h3 {
    font-size: 20px;
    padding-bottom: 0px;
  }
  .single_team_member h4 {
    font-size: 16px;
    padding-bottom: 8px;
  }

  .single_team_member a.btn_secondary {
    font-size: 14px;
}

  .team_intro_wrapper {
    flex-direction: column;
  }

  .philo_column {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #49D490;
}

  .philosophy_container:before {
   display:none;
  }

  .column_half.philo_column {
    flex-basis: 100%;
    width: 100%;
}

.column_half.philo_column:last-child {
  margin-bottom: 0;
  border: none;
}

  .section_wrapper.faq_section {
    margin-bottom: 80px;
}


  .my_akkordeon {
    padding: 0 0;
}

  div#subheader .img_wrapper {
    padding-bottom: 40px;
  }

  div#subheader {
    padding: 120px 0 120px 0;
  }

  .list_content_wrapper {
    flex-basis: 70%;
}

.program_list_container .icon_content_wrapper {
  flex-basis: 23%;
  margin-right: 21px;
}

  .program_list_section_headline {
    margin-bottom: 48px;
}

h1 {
  font-size: 44px;
  padding-bottom: 24px;
}
div#subheader h1 {
font-size: 44px;
}

  #nav-icon4.open span, div#nav-icon4.white-menu.open span {
    background: #49D490;
}

  div#nav-icon4.white-menu span {
    background: #1A3244;
}
div#nav-icon4.white-menu:hover span {
  background: #49D490;
}

  #my_header.white-menu svg path {
    fill: #1A3244;
}

.logo_wrapper.logo_active svg path {
  fill: #fff;
}

  h2:after {
    width: 100px;
  }

  .logo_wall_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo_img_wrapper {
  flex-basis: 30%;
  width: 30%;
}

  .logo_wall {
    padding-top: 0;
}

  .section_wrapper {
    padding: 60px 0;
  }

  .testimonial_content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

  .cta_text_wrapper {
    flex-basis: 45%;
    width: 45%;
    padding: 80px 20px;
  }

  .cta_text_wrapper {
    flex-basis: 100%;
    width: 100%;
}

.cta_text_wrapper {
  padding: 80px 20px;
}

.cta .column_wrapper_2 {
 display:block;
}

.cta_background_image {
  flex-basis: 100%;
  width: 100%;
  height: 50vw;
}

  .btn-next {
    top: 20%;
    right: 0%;
}
.btn-prev {
  top: 20%;
  left: 0%;
}

  .slider {
    height: 288px;
  }

  .slider_container:before {
    top: calc(36% - 320px);
    left: -180px;
    height:640px;
    width:640px;
}

  p.testimonial_content {
    font-size: 16px;
    text-align: center;
  }


  .content_wrapper{
    padding:0 20px;
  }

  #philosophy {
    color: #fff;
    padding: 100px 0;
}




  .menu {
    background: #fff;
  }


  .entry-header {
    height: auto;
      padding: 40px 20px;
      max-width: 100vw;
      overflow: hidden;
  }

  .menu_content_wrapper p, .menu_content_wrapper a.footer-link {
    font-size: 16px;
}

  .menu_info {
    margin-top: 40px;
}

  .footer_widget_menu {
    text-align: left;
}
  

  .widget:last-child {
    padding: 0;
  }

  .widget.menu_widget {
    max-width: unset;
  }

  .widget {
    flex-basis: 100%;
    width: 100%;
    padding-bottom: 40px;
  }

  .form_padding {
    padding: 5px 7% 80px 7%;
    padding-left: 30px;
    box-sizing: border-box;
  }

  

  .regular-checkbox {
    display: block;
    position: relative;
    top: 17px;
    right: 24px;
  }
  .my_checkbox {
    margin-left: 20px;
  }

  

  input.form-control {
    width: 100%;
    flex-basis: 100%;
  }

  

  .slide, .slider {
    height: 580px;
  }

  

  .accordion {
    font-size: 18px;
  }

 

  .panel p {
    padding-right: 0;
  }

  

  .entry_text-container {
    padding-right: 5%;
  }

  .entry_wrapper {
    position: absolute;
    padding-bottom: 0px;
    display: block;
    bottom: 40px;
  }

  .entry_column_wrapper {
    margin: 80px 0;
}

.entry_column_wrapper .column_half {
  flex-basis: 100%;
  width: 100%;
}
.entry_column_wrapper .column_half:first-child {
 z-index: 5;
}
  
}
/*****************************569*****************************************************************************************/

@media only screen and (max-width: 569px) {

  .cta_text_wrapper h2, #kontakt h2 {
    text-align: left;
    margin: unset;
}

.cta_text_wrapper h2:after ,  #kontakt h2:after{
  display: block;
left:0;
}

  .experten .img_box {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 24px;
}

  .footer_copy .content_wrapper {
    padding: 0;
}


  .btn-next {
    top: 20%;
    right: -10px;
}
.btn-prev {
  top: 20%;
  left: -10px;
}




  .card {
    flex-direction: column;
}

.card .img_wrapper {
  padding-right: 0;
  width: 50%;
}


  
  .menu .menu_links a {
    font-size: 30px;
  }
  .menu_links li {
    margin-bottom: 30px;
}

  .nav_button a.btn.positive {
    font-size: 12px;
}



  h3 {
    font-size: 30px;
    hyphens: auto;
  }
}
