/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
.spaceTopBottomHalf{
  padding: var(--space-top-bottom-half) 0;
}
.dnd-section>.row-fluid {
  position:relative;
  z-index:1;
}
.headline .hashtag, .subline .hashtag{
  color:var(--pink);
}
.subline {
  font-size: var(--font-size_40-30);
  line-height:1.2;
}
.italic h1,
.italic {
  font-style: italic;
}
.italic h2,
.italic {
  font-style: italic;
}
.nprmal h2,
.normal {
  font-style: normal;
}
.italic h3,
.italic {
  font-style: italic;
}
.nprmal h3,
.normal {
  font-style: normal;
}
.italic h4,
.italic {
  font-style: italic;
}
.nprmal h4,
.normal {
  font-style: normal;
}





a.arrow-link,
a.arrow-link:hover,
a.arrow-link:active,
span.arrow-link,
span.arrow-link:hover,
span.arrow-link:active{
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  color: var(--text-color-pink);
  font-size: 16px;
  padding-left: 20px;
  display: inline-block;
  position:relative;
}

a.arrow-link:before,
span.arrow-link:before{
  position: absolute;
  content: "";
  height: 14px;
  position: absolute;
  width: 14px;
  background-position: center;
  background-size: 24px;
  left: 0;
  top: 3px;
  filter: var(--filter-pink);
  transition: left 0.3s ease;
  background-image: url('https://25736706.fs1.hubspotusercontent-eu1.net/hubfs/25736706/raw_assets/public/Oplaender%202024/images/arrow-right.svg');
    }

a.arrow-link:hover:before,
a:hover span.arrow-link:before{
  left: 5px;
}

/* .headline + .subline{
margin-top:35px;
} */

/* accordion */

.module_accordion .accordionList {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
.module_accordion .accordionList li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 35px 0;
  cursor: pointer;
}  
.module_accordion .accordionList li:after{
  border-bottom: 3px dotted var(--purple);
  bottom: -1px;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.module_accordion .accordionList li:first-child:before{
  border-top: 3px dotted var(--purple);
  top: 0;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  z-index: 1;
}
/* .module_accordion .accordionList li:first-child{
border-top: 3px dotted var(--purple);
} */
.module_accordion .accordionList li  .h5,.module_accordion .accordionContent  {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.module_accordion .accordionContentInner {
  position: relative;
  display: block;
  padding: 40px 0 0 0;
  font-size:var(--font-size_20-18);
}
.module_accordion .accordionTitle {
  display: flex;
  justify-content: space-between;
}
.module_accordion .accordionTitle .arrow {
  width: 24px;
  height: 24px;
  margin-top: 4px;
  transition: all 0.3s ease-in-out;
}
.module_accordion .accordionList li.active .accordionTitle .arrow{
  transform: rotate(180deg);
}
.module_accordion .accordionTitle .arrow img {
  width: 100%;
  height: 100%;
}
.module_accordion .accordionList li .h5{
  padding-right:15px;
}
/* Two column sections */


.two-column-section .hs-image-widget {width:100%;}
.two-column-section *{color:#fff;}
.two-column-section h3{margin-bottom:10px;}
.two-column-section h6{margin-bottom:10px;}
.two-column-section .button.secondary:hover,.two-column-section button.secondary:hover{background:#fff;color:#541b6a;}

/*********************************  J O B S  *********************************/

.jobsInner {
  padding: 35px 0;
  display: flex;
  flex-wrap: wrap;
  position:relative;
}
/*
.module_jobs .jobsInner:after{
  border-bottom: 3px dotted var(--purple);
  bottom: -1px;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.module_jobs .jobsInner:first-child:before{
  border-top: 3px dotted var(--purple);
  top: 0;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.module_jobs .jobsInner:first-child {
  border-top: 2px dotted var(--purple);
  opacity: 0.3;
}*/

.module_jobs .jobsInner {
  border-bottom: 2px dotted #cbbad2;
}

.jobsLink{
  width:120px;
  text-align: right;
}
.jobsContent{
  width:calc(100% - 120px);
  padding-right:15px;
}
.jobsContent h3,.jobsContent p{
  margin-bottom:1rem;
}
.jobcontentInner{
  font-size:var(--font-size_20-18);
}
.jobTimeLocation {
  display: flex;
  flex-wrap: wrap;
}
.jobTimeLocation p{
  padding-right:48px;
  color:var(--pink);
  margin:0;
  display: flex;
  align-items: center;
}
.jobTimeLocation span, .jobsLink span{
  width:24px;
  height:24px;
  margin-right: 6px;
}
.jobTimeLocation img, .jobsLink img{
  width:100%;
  height:100%;
  filter: invert(29%) sepia(41%) saturate(4485%) hue-rotate(312deg) brightness(93%) contrast(88%);
}
.jobsLink a{
  color:var(--pink);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}
.jobsLink a:hover{
  font-weight:700;
  text-transform: uppercase;
  font-style: italic;
}
.jobsLink span{
  margin-right:0;
}

/* process step */
.processStepInner{
  display:flex;
  flex-wrap:wrap;
}
.processStepContent{
  width:33.33%;
  padding: 0 0 130px 0
}
.processStepText span {
  font-size: 80px;
  position: absolute;
  line-height: 1;
  top: -30px;
  left: 5px;
}
.processStepCircle {
  width: 60px;
  height: 60px;    
  border-radius: 50px;    
  position:relative;
}
.processStepContent.purple .processStepCircle span{
  color:var(--pink);
}
.processStepContent.pink .processStepCircle{
  background:var(--pink);
}
.processStepContent.purple .processStepCircle{
  background:var(--purple);
}
.processStepContentText {
  padding-top: 35px;
  max-width: 220px;
}
.processStepContentText a {
  text-decoration: underline;
}

.processStepText {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.processLine {
  height: 0px;
  width: calc(100% - 120px);
  margin: 0 30px;
}
.processStepContent.purple .processLine {
  border-bottom: 6px dotted var(--pink);
}
.processStepContent.pink .processLine {
  border-bottom: 6px dotted var(--purple);
}
.processStepContent:last-child .processStepText .processLine{
  display:none;
}
.processStepContent:nth-last-child(-n+3) {
  padding:0;
}
/* slider module */
.quotesSliderTwoCol{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}
.quotesImg{
  width:430px;
  position:relative;
}
.quotesImg:after {
  position: absolute;
  content: '';
  top: -25%;
  left: -8%;
  background: url(https://25736706.fs1.hubspotusercontent-eu1.net/hubfs/25736706/Layout/Blobs/blob_testimonial-slider.svg);
  width: 376px;
  height: 498px;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  z-index:-1;
}
/* .quotesImg:after {
position: absolute;
content: '';
background-image: linear-gradient(182deg, rgba(84, 27, 106, 1) 0%, rgba(225, 49, 137, 1) 100%);
filter: blur(40px);
height: 300px;
left: -8%;
opacity: .9;
position: absolute;
top: 0;
transform: rotate(-554deg);
width: 70%;
z-index: -1;
} */
.quotesSection{
  overflow:hidden;
}
.quotesSection .swiper{
  overflow: initial;
}
.quotesSection .swiper-slide.swiper-slide-prev {
  opacity: 0;
}

.quotesSection .swiper-slide.swiper-slide-next {
  opacity: 0;
}
.quotesImg img{
  max-width:390px!important;
}
.quotesContent{
  width: calc(100% - 430px);
  padding:0 40px;
}
.module_quotes_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:var(--primary);
}
.module_quotes_slider .swiper-pagination-bullet{
  background:var(--pink);
  opacity:1;
}
.module_quotes_slider .swiper-pagination{
  margin:45px 0 0 0;
}
/* hero module */
.heroHeader {
  padding-bottom: 40px;
}
.heroTextContent h3 span{
  color:var(--pink);
  display:block;
}
.heroTextContent h3{
  line-height:1.13;
}
.heroContentLink{
  padding-top:70px;
  font-size:var(--font-size_20-18);
}
.heroContentLink a {
  display:flex;
  align-items:center;
  margin-bottom: 10px;
  text-decoration: none;
  color: var(--purple);
}
.heroContentLink a:hover {
    color: var(--pink);
}
.heroContentLink a svg {
  width: 18px;
  height: 18px;
  color: var(--purple);
  margin-right: 4px;
}
.heroContentLink a:hover svg {
  color: var(--pink);
}

.module_hero{
  position:relative;
  z-index:1;
}
/* .heroVideoShadow:after {
width: 90%;
height: 480px;
content: "";
filter: blur(40px);
left: -5%;
position: absolute;
top: -30%;
transform: rotate(-554deg);
z-index: -1;
opacity: 0.9;
background-image: linear-gradient(175deg, rgba(225, 49, 137, 1) 0%, rgba(84, 27, 106, 1) 100%);
} 
.module_hero:after{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  background: url(https://25736706.fs1.hubspotusercontent-eu1.net/hubfs/25736706/Layout/Blobs/blob_hero@1x.svg);
  width: 778px;
  height: 847px;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  z-index:-1;
}
*/
@media (max-width: 992px) {
  .module_hero:after{
    display: none;
  }
}
.heroVideoShadow{
  position:relative;
  z-index:1;
}
.heroVideoShadow iframe{
  border-radius:10px;
}
.herovideoTagImage{
  position: absolute;
  content: '';
  top: -60px;
  right: -15px;
  width: 100px;
  height:100px;
  z-index:1;
}
/* image text teaser */
.image-right, .image-left{
  position: relative;
}
.teaser-image img {
  width: 100%;
  height: 300px!important;
  object-fit: cover;
  object-position: center;
}
.teaser-image-content {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40%;
}
.image-left .teaser-image-content {
  left:0;
  right:unset;
}
.text-box{
  padding: 45px 120px 45px 95px;
  min-height: 278px;
  margin-top: 68px;  
} 
.text-box.lightgrey{
  background:var(--lightgrey);
}
.text-box.grey{
  background:var(--grey);
}
.text-box.white{
  background:var(--white);
}
.teaser-image{
  line-height:0;
}
/* job header */
.module_job_header .jobTimeLocation{
  margin:25px 0;
}
.jobHeaderBackButton {
  margin-bottom: 45px;
}
.backButton{
  display: flex;
  align-items: center;
}
.backButton img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(20%) saturate(7498%) hue-rotate(268deg) brightness(97%) contrast(97%);
  transform: rotate(180deg);
  margin-right:5px;
}
.backButton:hover img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(77%) saturate(1715%) hue-rotate(304deg) brightness(88%) contrast(100%);
}
.jobInnerHeader{
  position:relative;
  z-index:1
}
.jobInnerHeader .button-wrapper{
  padding-bottom:43px;
}
.bottomTagImage{
  position:absolute;
  right:0;
  bottom:0;
  width: 128px;
  height: 128px;
}
/*
.jobInnerHeader:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  background: url(https://25736706.fs1.hubspotusercontent-eu1.net/hubfs/25736706/Layout/Blobs/blob_header_unterseite.svg);
  width: 578px;
  height: 736px;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  z-index:-1;
}

.sectionForm .module_headeing:after{
  position: absolute;
  content: '';
  top: -4%;
  right: 0;
  background: url(https://25736706.fs1.hubspotusercontent-eu1.net/hubfs/25736706/Layout/Blobs/blob_formular.svg);
  width: 335px;
  height: 367px;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  z-index:-1;
}
*/
.sectionForm .module_headeing .subline {
  font-size: var( --font-size_30-20);
}
/* only text */
.onlyTextInner{
  background:#fff;
  padding:72px 95px;
}
.textContent{
  margin-bottom:3rem;
}
.textContent:last-child{
  margin-bottom:0;
}
.textContent.purple * {
  color: var(--purple);
}
.textContent.pink * {
  color: var(--pink);
}
.textContent p{
  margin-bottom:3rem;
}
.textContent{
  font-size:23px;
}
/* four column icon */
.four-column-section img {
  min-height: 100px;
  object-fit: scale-down;
  margin-bottom: 20px;
}
/* sticky slidebar */
.slide-sticky {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.slide-sticky-search {
  margin-bottom: 25px;
}
.slide-sticky-search , .slide-sticky-call{
  cursor:pointer;
}
/* newsletter */
.module_newsletter{
  padding:clamp(2rem, calc(0.65rem + 3.74vw), 4.8rem) 0;
}
.module_newsletter .newsletterButton a.button{
  margin:0;
}
.module_newsletter .newsletterText {
  font-size: var(--font-size_40-30);
  line-height:1.2;
  font-style:italic;

}
.module_newsletter .newsletterButton {
  display: flex;
  justify-content: flex-end;
}
.module_newsletter .newsletterInner{
  padding-left:clamp(3rem, calc(0.98rem + 5.61vw), 7.2rem);
  padding-right:clamp(3rem, calc(0.98rem + 5.61vw), 7.2rem);
}
/* banner */
.bannerTitle {
  margin-bottom: 6.5rem;
}
.bannerImage img{
  width:100%!important;
}
.bannerImageContent{
  position:relative;
}
.bannerTagImage{
  height: 158px;
  width: 158px;
  position: absolute;
  right: -33px;
  top: -32px;
  z-index:1;
}
.bannerTagImage img{
  width:100%;
  height:100%;
}
.verticalCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/********************** T I M E L I N E  **********************/
.module_timeline {
  padding: 100px 0px 0px;
  border-bottom: 3px dashed rgba(84, 27, 106, 0.3);
  margin:50px 0px;
}
.timeline-inner {
  display: flex;
  flex-wrap: wrap;
  width: 57.13%;
  position: relative;
  margin-bottom: 73px;
  padding-bottom: 22px;
}
.timeline-inner:last-child {
  margin-bottom: 41px;
}
.timeline-inner:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}
.timeline-inner:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}
.timeline-inner .left {
  width: calc(100% - 158px);
  padding-right: 34px;
}
.timeline-inner:nth-child(2n) .left {
  margin: 0 0 0 auto;
  padding-left: 34px;
  padding-right: 0;
}
.timeline-inner .right {
  width:158px;
  position: absolute;
  top: -35px;
  right: 0;
  background: #fff;
  /*padding-bottom: 27px;*/
  z-index: 1;
}
.timeline-inner:nth-child(even) .right {
  right: auto;
  left: 0;
}
.timeline-inner .right h3 {
  font-size: var(--font-size_40-30);
  width: 158px;
  height: 158px;
  background: var(--purple);
  color: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  margin-bottom: 0;
}
.timeline-inner .left p {
  font-size: var(--font-size_20-18);
  line-height: 32px;
}
.timeline-inner:after {
  border-right:3px dashed rgba(84, 27, 106, 0.3);
  content: "";
  position: absolute;
  height: 100%;
  right: 80px;
  bottom: 0;
}
.timeline-inner:nth-child(even):after {
  right:auto;
  left: 80px;
}
.timeline-inner .jobsLink {
  width: auto;
}
.timeline-inner:nth-child(even) .jobsLink{
  text-align: left;
}
.timeline-inner:nth-child(even) .jobsLink a {
  justify-content: flex-start;
}
.timeline-inner .content{
  margin:22px 0 21px;
}



/* image text slider */
.textImageSlider{
  position:relative;
}
.swiper.imageTextSlider{
  margin:0 -30px!important;
}
.imageTextSlider .swiper-slide{
  padding: 30px 30px 0;
}
.module_image_text_slider .textImageSliderRow{
  position:relative;   
}
.imageTextContent .headline{
  margin-bottom:1.4rem;
}
.imageTextContent, .textImageSlider{
  width:633px;
}
.imageTextContent{
  padding:3.2rem 0 4rem 0;
}
.textImageSlider {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 512px;
}
.textImageSlider img{
  height:100% !important;
}
.imageTextContent .subline{
  font-size:var(--font-size_30-20);
  max-width:443px;
  margin-bottom: 2.4rem;
}
.swiper.imageTextSlider .swiper-pagination {
  position: absolute;
  right: 30px;
  left: unset;
  bottom: 0;
  width: 633px;
}
@media (max-width: 1250px) {
  .bannerTagImage{
    height: 100px;
    width: 100px;
    right: -15px;
  }
  .bannerTitle {
    margin-bottom: 3.5rem;
  }
  .imageTextContent, .textImageSlider {
    width: 550px;
  }
  .textImageSlider{
    height:450px;
  }
  .swiper.imageTextSlider{
    margin:0 -15px!important;
  }
  .imageTextSlider .swiper-slide{
    padding: 15px 15px 0;
  }
}
@media (max-width: 991px) {
  .quotesContent {
    padding: 30px 0;
    width:100%;
  }
  .quotesImg{
    width:100%;
  }
  .module_quotes_slider .swiper-pagination {
    margin: 20px 0;
  }
  /*   .heroVideoShadow:after{
  height:400px;
} */
  .footerImageInner.col-md-3 {
    grid-column-end: span 12;
  }
  .footerImageInner.col-start-md-10 {
    grid-column-start: 1;
  }
  .footerSocialInner.col-md-3 {
    grid-column-end: span 6;
  }
  .text-box{
    padding: 40px 50px;
  }
  .herovideoTagImage {
    height: 70px;
    top: -45px;
    width: 70px;
  }
  .timeline-inner .right {
    right: auto;
    top: -15px;
    width: 118px;
    left: 0;
  }
  .timeline-inner .right h3 {
    height: 118px;
    width: 118px;
  }
  .timeline-inner .jobsLink {
    text-align: left;
  }
  .timeline-inner .jobsLink a {
    justify-content: flex-start;
  }
  .timeline-inner .left {
    padding-right: 0;
    width: 100%;
    padding-left: 148px;
  }
  .timeline-inner{
    width: 100%;
    margin-bottom: 56px;
  }
  .timeline-inner:after {
    right: auto;
    left: 54px;
  }
  .timeline-inner:nth-child(2n):after {
    left: 54px;
  }
  .timeline-inner:nth-child(odd) {
    text-align: left;
  }
  .timeline-inner:nth-child(2n) .left {
    padding-left: 148px;
    padding-right: 0;
  }
  .imageTextContent, .textImageSlider {
    width: 100%;
  }
  .textImageSlider{
    position:relative;
    height:100%;
  }
  .swiper.imageTextSlider .swiper-pagination{
    position:relative;
    width:100%;
    margin-top: 1.2rem;
  }
  .imageTextContent .subline {
    margin-bottom: 0;
  }
  .imageTextSlider .swiper-slide {
    padding: 0 15px;
  }
  .imageTextContent {
    padding: 0 0 4rem;
  }
}
@media (max-width: 767px) {
  .heroContentLink {
    padding: 30px 0;
  }
  /*   .heroVideoShadow:after{
  top: -12%;
  width:70%;
  left:0;
  height:400px
} */
  .module_quotes_slider .swiper-pagination {
    margin: 0;
  }
  .footerImageInner.col-md-3 {
    grid-column-end: span 6;
  }
  .footerImageInner.col-start-md-10 {
    grid-column-start: 7;
  }
  .text-box{
    margin-top:0;
    padding: 20px;
  } 
  .module_image_text_teaser .row{
    gap:0;
  }    
  .teaser-image-content {
    position: relative;
    width: 100%;
  }
  .text-box{
    min-height:auto;
  }
  .onlyTextInner{
    padding:50px;
  }
  .four-column-section img{
    margin-bottom:10px;
  }
  /*   .two-column-section > .row-fluid > .dnd-column{
  min-height: 450px;
}
  .two-column-section > .row-fluid > .dnd-column + .dnd-row {
  min-height: auto;
} */
  .module_newsletter .newsletterButton {
    justify-content: start;
    margin-top:2rem;
  }
}

@media (max-width: 580px) {
  .heroHeader {
    padding-bottom: 20px;
  }
  .heroHeader br{
    display:none
  }
  .processStepContent{
    width:50%;
  }
  .jobTimeLocation p{
    margin-bottom:10px;
  }
  /*   .heroVideoShadow:after{
  height:100%;
} */
  /*   .quotesImg:after{
  height:100%;
  left:0;
} */
  .jobHeaderBackButton {
    margin-bottom: 30px;
  }
  .bottomTagImage {
    height: 65px;
    width: 65px;
  }
  .sectionForm .module_headeing:after{
    top:0;
  }
  .onlyTextInner{
    padding:40px 25px;
  }
  .herovideoTagImage {
    height: 50px;
    top: -35px;
    width: 50px;
  }
  .bannerTagImage{
    height: 65px;
    width: 65px;
  }
}
@media (max-width: 480px) {
  .jobsLink, .jobsContent{
    width:100%;  
  }
  .jobsLink{
    margin-top:20px;
  }
  .jobsLink a{
    justify-content:start;
  }
  .processStepContent,.processStepContent:nth-last-child(-n+3){
    width:100%;
    padding: 20px 40px 40px 0;
  }
  .timeline-inner .right {
    width: 98px;
  }
  .timeline-inner .right h3 {
    height: 98px;
    width: 98px;
  }
  .timeline-inner .left,.timeline-inner:nth-child(2n) .left {
    padding-left: 120px;
  }
}
@media (max-width: 478px) {
  .footerSocialInner.col-md-3 {
    grid-column-end: span 12;
  }
  .footerImageInner.col-md-3 {
    grid-column-end: span 12;
  }
  .footerImageInner.col-start-md-10 {
    grid-column-start: 1;
  }
}
@media (max-width: 360px) {
  .timeline-inner .right h3 {
    height: 78px;
    width: 78px;
    font-size: 20px;
  }
  .timeline-inner .right {
    width: 78px;
  }
  .timeline-inner .left, .timeline-inner:nth-child(2n) .left {
    padding-left: 94px;
  }
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*! _reset.css / generic */

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 140px;
  background: #eceff0;
}

@media (max-width: 767px) {
  body {
    padding-top: 90px;
  }
}

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* h1 {
  font-size: 72px;
  margin: 0.67em 0;
} */

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 16px; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*! variables.css */
/******************************   V A R I A B L E N   ******************************/

:root   {
  --transition: transition: all 0.5s ease-in-out;
}

/******************************   C O L O R S  ******************************/

:root   {
  --white: #FFFFFF;
  --black: #000000;
  --primary: #541B6A;  
  --secondary: #E13189;  

  --text-color-light:#fff;
  --text-color-purple: #541B6A;
  --text-color-pink: #E13189;
  --purple: #541B6A;  
  --pink: #E13189; 
  --lightgrey:#f8f8f8;
  --grey:#ECEFF0;
  --darkpruple:#3C194A;
  --lightblue:#CAD8DF;
  --gradient-purple: linear-gradient(32deg, rgba(225, 49, 137, 1) 0%, rgba(84, 27, 106, 1) 100%);
  
  --filter-pink: invert(29%) sepia(41%) saturate(4485%) hue-rotate(312deg) brightness(93%) contrast(88%);

  --background-color-1: #FFFFFF; /* white */
  --background-color-2: #f8f8f8; /* light grey */
  --background-color-3: #ECEFF0; /* grey */
  --background-color-4: #3C194A;/*dark pruple */
}

/* TOP and Bottom spacinf */
:root{
  --space-top-bottom-half:30px;
  --space-top-bottom-large:60px
}
/******************************   E X P L A N A T I O N  ******************************/
/*


name of variables:

--TAG_DEFINITION: value 


using clamp

E.g. clamp(1.6rem, calc(1.67rem + -0.19vw), 1.4rem);
clamp generator: https://observablehq.com/@saneef/fluid-typography-css-clamp-value-generator

Viewport: min = 360px
Viewport: max = Breite Container
Viewport: max = 1108px


RemBase = 10

Color Filter for SVG:
https://codepen.io/sosuke/pen/Pjoqqp

px to em
https://www.w3schools.com/cssref/css_pxtoemconversion.php



100 – Thin.
200 – Extra Light (Ultra Light)
300 – Light.
400 – Normal.
500 – Medium.
600 – Semi Bold (Demi Bold)
700 – Bold.
800 – Extra Bold (Ultra Bold)


*/
/* font size */
:root{
  --font-size_40-30: clamp(3rem, calc(2.52rem + 1.34vw), 4rem);
  --font-size_30-20: clamp(2rem, calc(1.52rem + 1.34vw), 3rem);
  --font-size_36-26: clamp(2.6rem, calc(2.12rem + 1.34vw), 3.6rem);
  --font-size_20-18: clamp(1.8rem, calc(1.7rem + 0.27vw), 2rem);
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
/*! _grid.css / objects */

/*  B R E A K P O I N T S 

XS          SM              MD
0 - 477px | 478px - 767px | 768px - 1920px


Content-Width
min. 1440 (größer gleich 1440) = 1355 px
min. 1280 (größer gleich 1280) = 1235 px
min. 1110 (größer gleich 1110) =  815 px

*/


:root   {

  /*  S E C T I O N   P A D D I N G S   SX */
  --section_padding-top_xs: 40px;
  --section_padding-bottom_xs: 40px;

  --section_padding-top_half_xs: 20px;
  --section_padding-bottom_half_xs: 20px;

  --section_padding-right_xs: 0;
  --section_padding-left_xs: 0;


  /*  S E C T I O N   P A D D I N G S   SM */
  --section_padding-top_sm: 50px;
  --section_padding-bottom_sm: 50px;

  --section_padding-top_half_sm: 25px;
  --section_padding-bottom_half_sm: 25px;

  --section_padding-right_sm: 0;
  --section_padding-left_sm: 0;


  /*  S E C T I O N   P A D D I N G S   MD */
  --section_padding-top_md: 60px;
  --section_padding-bottom_md: 60px;

  --section_padding-top_half_md: 30px;
  --section_padding-bottom_half_md: 30px;

  --section_padding-right_md: 0;
  --section_padding-left_md: 0;


  /*  S E C T I O N   P A D D I N G S   LG */
  --section_padding-top_lg: 60px;
  --section_padding-bottom_lg: 60px;

  --section_padding-top_half_lg: 30px;
  --section_padding-bottom_half_lg: 30px;

  --section_padding-right_lg: 0px;
  --section_padding-left_lg: 0px;


  /*  C O L   M A R G I N S  */
  --col_margin-bottom_xs: 0px;
  --col_margin-bottom_sm: 0px;
  --col_margin-bottom_md: 0px;


  /*  G A P S  */
  --section_column-gap_xs: 0px;
  --section_column-gap_sm: 15px;
  --section_column-gap_md: 15px;
  --section_column-gap_lg: 15px;

  --section_row-gap_xs: 15px;
  --section_row-gap_sm: 0px;
  --section_row-gap_md: 0px;
  --section_row-gap_lg: 0px;

}

section {
  position: relative;
  padding: 30px 15px;
  background-size: cover;
  background-position: center;
}
.container  {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}



/*  B R E A K P O I N T S 

XS          SM              MD
0 - 477px | 478px - 767px | 768px - 1920px


Content-Width
min. 1440 (größer gleich 1440) = 1355 px
min. 1280 (größer gleich 1280) = 1235 px
min. 1110 (größer gleich 1110) =  815 px

*/


/*
@media {}    
.container  {
width: 100%;
max-width: 1400px;
margin-right: auto;
margin-left: auto;
}   
} */


/* ROW */
.row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
/*
.row > div {
display: grid;
}
*/
.row.fifth {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.row.block {
  display: block;
}
.row.flex {
  display: flex;
  flex-wrap: wrap;
  gap: unset;
}

.row { 
  padding: 0;
}

.vertical-centered { display: flex; align-items: center; }  
.vertical-center { align-items: center; } 
.vertical-bottom { align-items: flex-end; }  




/* XS */

@media (min-width: 0px) {

  section { 
    padding: var(--section_padding-top_xs) var(--section_padding-right_xs) var(--section_padding-top_xs) var(--section_padding-left_xs);
  }
  section.section_padding-top_half { padding-top: var(--section_padding-top_half_xs) }
  section.section_padding-bottom_half { padding-bottom: var(--section_padding-bottom_half_xs) }

  section.section_padding-top_none { padding-top: 0px }
  section.section_padding-bottom_none { padding-bottom: 0px }

  .row { column-gap: var(--section_column-gap_xs); }

  .col-start-xs-1 { grid-column-start: 1; }
  .col-start-xs-2 { grid-column-start: 2; }
  .col-start-xs-3 { grid-column-start: 3; }
  .col-start-xs-4 { grid-column-start: 4; }
  .col-start-xs-5 { grid-column-start: 5; }
  .col-start-xs-6 { grid-column-start: 6; }
  .col-start-xs-7 { grid-column-start: 7; }
  .col-start-xs-8 { grid-column-start: 8; }
  .col-start-xs-9 { grid-column-start: 9; }
  .col-start-xs-10 { grid-column-start: 10; }
  .col-start-xs-11 { grid-column-start: 11; }
  .col-start-xs-12 { grid-column-start: 12; }

  .col-xs-1 { grid-column-end: span 1;}
  .col-xs-2 { grid-column-end: span 2;}
  .col-xs-3 { grid-column-end: span 3;}
  .col-xs-4 { grid-column-end: span 4;}
  .col-xs-5 { grid-column-end: span 5;}
  .col-xs-6 { grid-column-end: span 6;}
  .col-xs-7 { grid-column-end: span 7;}
  .col-xs-8 { grid-column-end: span 8;}
  .col-xs-9 { grid-column-end: span 9;}
  .col-xs-10 { grid-column-end: span 10;}
  .col-xs-11 { grid-column-end: span 11;}
  .col-xs-12 { grid-column-end: span 12;}

  .col-start-xs-1,
  .col-start-xs-2,
  .col-start-xs-3,
  .col-start-xs-4,
  .col-start-xs-5,
  .col-start-xs-6,
  .col-start-xs-7,
  .col-start-xs-8,
  .col-start-xs-9,
  .col-start-xs-10,
  .col-start-xs-11,
  .col-start-xs-12 { margin-bottom: var(--col_margin-bottom_xs); }

  .xs_show { display: inline-block !important; }
  .xs_hide { display: none !important; }    

  .text-left_xs { text-align: left !important; }
  .text-center_xs { text-align: center !important; }
  .text-right_xs { text-align: right !important; }

  .reverse-order_xs { grid-row: 1; } 

}

@media (min-width: 478px) {

  section { 
    padding: var(--section_padding-top_sm) var(--section_padding-right_sm) var(--section_padding-top_sm) var(--section_padding-left_sm);
  }
  section.section_padding-top_half { padding-top: var(--section_padding-top_half_sm) }
  section.section_padding-bottom_half { padding-bottom: var(--section_padding-bottom_half_sm) }

  section.section_padding-top_none { padding-top: 0px }
  section.section_padding-bottom_none { padding-bottom: 0px }

  .row { column-gap: var(--section_column-gap_sm);row-gap:var(--section_column-gap_sm) }

  .col-start-sm-1 { grid-column-start: 1; }
  .col-start-sm-2 { grid-column-start: 2; }
  .col-start-sm-3 { grid-column-start: 3; }
  .col-start-sm-4 { grid-column-start: 4; }
  .col-start-sm-5 { grid-column-start: 5; }
  .col-start-sm-6 { grid-column-start: 6; }
  .col-start-sm-7 { grid-column-start: 7; }
  .col-start-sm-8 { grid-column-start: 8; }
  .col-start-sm-9 { grid-column-start: 9; }
  .col-start-sm-10 { grid-column-start: 10; }
  .col-start-sm-11 { grid-column-start: 11; }
  .col-start-sm-12 { grid-column-start: 12; }

  .col-sm-1 { grid-column-end: span 1;}
  .col-sm-2 { grid-column-end: span 2;}
  .col-sm-3 { grid-column-end: span 3;}
  .col-sm-4 { grid-column-end: span 4;}
  .col-sm-5 { grid-column-end: span 5;}
  .col-sm-6 { grid-column-end: span 6;}
  .col-sm-7 { grid-column-end: span 7;}
  .col-sm-8 { grid-column-end: span 8;}
  .col-sm-9 { grid-column-end: span 9;}
  .col-sm-10 { grid-column-end: span 10;}
  .col-sm-11 { grid-column-end: span 11;}
  .col-sm-12 { grid-column-end: span 12;}

  .col-start-sm-1.vertical-centered,
  .col-start-sm-2.vertical-centered,
  .col-start-sm-3.vertical-centered,
  .col-start-sm-4.vertical-centered,
  .col-start-sm-5.vertical-centered,
  .col-start-sm-6.vertical-centered,
  .col-start-sm-7.vertical-centered,
  .col-start-sm-8.vertical-centered,
  .col-start-sm-9.vertical-centered,
  .col-start-sm-10.vertical-centered,
  .col-start-sm-11.vertical-centered,
  .col-start-sm-12.vertical-centered { display: flex; align-items: center; }     

  .col-start-xs-1,
  .col-start-xs-2,
  .col-start-xs-3,
  .col-start-xs-4,
  .col-start-xs-5,
  .col-start-xs-6,
  .col-start-xs-7,
  .col-start-xs-8,
  .col-start-xs-9,
  .col-start-xs-10,
  .col-start-xs-11,
  .col-start-xs-12 { margin-bottom: var(--col_margin-bottom_sm); }  

  .sm_show { display: inline-block !important; }
  .sm_hide { display: none !important; }    

  .text-left_sm { text-align: left !important; }
  .text-center_sm { text-align: center !important; }
  .text-right_sm { text-align: right !important; }

  .reverse-order_sm { grid-row: 1; } 

}

@media (min-width: 768px) {

  section { 
    padding: var(--section_padding-top_md) var(--section_padding-right_md) var(--section_padding-top_md) var(--section_padding-left_md);
  }
  section.section_padding-top_half { padding-top: var(--section_padding-top_half_md) }
  section.section_padding-bottom_half { padding-bottom: var(--section_padding-bottom_half_md) }

  section.section_padding-top_none { padding-top: 0px }
  section.section_padding-bottom_none { padding-bottom: 0px }

  .row { column-gap: var(--section_column-gap_md) }

  .col-start-md-1 { grid-column-start:1;}
  .col-start-md-2 { grid-column-start:2;}
  .col-start-md-3 { grid-column-start:3;}
  .col-start-md-4 { grid-column-start:4;}
  .col-start-md-5 { grid-column-start:5;}
  .col-start-md-6 { grid-column-start:6;}
  .col-start-md-7 { grid-column-start:7;}
  .col-start-md-8 { grid-column-start:8;}
  .col-start-md-9 { grid-column-start:9;}
  .col-start-md-10 { grid-column-start:10;}
  .col-start-md-11 { grid-column-start:11;}
  .col-start-md-12 { grid-column-start:12;}

  .col-md-1 { grid-column-end: span 1;}
  .col-md-2 { grid-column-end: span 2;}
  .col-md-3 { grid-column-end: span 3;}
  .col-md-4 { grid-column-end: span 4;}
  .col-md-5 { grid-column-end: span 5;}
  .col-md-6 { grid-column-end: span 6;}
  .col-md-7 { grid-column-end: span 7;}
  .col-md-8 { grid-column-end: span 8;}
  .col-md-9 { grid-column-end: span 9;}
  .col-md-10 { grid-column-end: span 10;}
  .col-md-11 { grid-column-end: span 11;}
  .col-md-12 { grid-column-end: span 12;}

  .col-start-xs-1,
  .col-start-xs-2,
  .col-start-xs-3,
  .col-start-xs-4,
  .col-start-xs-5,
  .col-start-xs-6,
  .col-start-xs-7,
  .col-start-xs-8,
  .col-start-xs-9,
  .col-start-xs-10,
  .col-start-xs-11,
  .col-start-xs-12 { margin-bottom: var(--col_margin-bottom_md); }  

  .col-start-md-1.vertical-centered,
  .col-start-md-2.vertical-centered,
  .col-start-md-3.vertical-centered,
  .col-start-md-4.vertical-centered,
  .col-start-md-5.vertical-centered,
  .col-start-md-6.vertical-centered,
  .col-start-md-7.vertical-centered,
  .col-start-md-8.vertical-centered,
  .col-start-md-9.vertical-centered,
  .col-start-md-10.vertical-centered,
  .col-start-md-11.vertical-centered,
  .col-start-md-12.vertical-centered { display: flex; align-items: center; }     

  .md_show { display: inline-block !important; }
  .md_hide { display: none !important; }    

  .text-left_md { text-align: left !important; }
  .text-center_md { text-align: center !important; }
  .text-right_md { text-align: right !important; }

  .reverse-order_md { grid-row: 1; } 

}


@media (min-width: 1420px) {

  section { 
    padding: var(--section_padding-top_lg) var(--section_padding-right_lg) var(--section_padding-top_lg) var(--section_padding-left_lg);
  }
  section.section_padding-top_half { padding-top: var(--section_padding-top_half_md) }
  section.section_padding-bottom_half { padding-bottom: var(--section_padding-bottom_half_md) }

  section.section_padding-top_none { padding-top: 0px }
  section.section_padding-bottom_none { padding-bottom: 0px }

  .row { column-gap: var(--section_column-gap_lg) }

  .col-start-lg-1 { grid-column-start:1;}
  .col-start-lg-2 { grid-column-start:2;}
  .col-start-lg-3 { grid-column-start:3;}
  .col-start-lg-4 { grid-column-start:4;}
  .col-start-lg-5 { grid-column-start:5;}
  .col-start-lg-6 { grid-column-start:6;}
  .col-start-lg-7 { grid-column-start:7;}
  .col-start-lg-8 { grid-column-start:8;}
  .col-start-lg-9 { grid-column-start:9;}
  .col-start-lg-10 { grid-column-start:10;}
  .col-start-lg-11 { grid-column-start:11;}
  .col-start-lg-12 { grid-column-start:12;}

  .col-lg-1 { grid-column-end: span 1;}
  .col-lg-2 { grid-column-end: span 2;}
  .col-lg-3 { grid-column-end: span 3;}
  .col-lg-4 { grid-column-end: span 4;}
  .col-lg-5 { grid-column-end: span 5;}
  .col-lg-6 { grid-column-end: span 6;}
  .col-lg-7 { grid-column-end: span 7;}
  .col-lg-8 { grid-column-end: span 8;}
  .col-lg-9 { grid-column-end: span 9;}
  .col-lg-10 { grid-column-end: span 10;}
  .col-lg-11 { grid-column-end: span 11;}
  .col-lg-12 { grid-column-end: span 12;}

  .col-start-lg-1.vertical-centered,
  .col-start-lg-2.vertical-centered,
  .col-start-lg-3.vertical-centered,
  .col-start-lg-4.vertical-centered,
  .col-start-lg-5.vertical-centered,
  .col-start-lg-6.vertical-centered,
  .col-start-lg-7.vertical-centered,
  .col-start-lg-8.vertical-centered,
  .col-start-lg-9.vertical-centered,
  .col-start-lg-10.vertical-centered,
  .col-start-lg-11.vertical-centered,
  .col-start-lg-12.vertical-centered { display: flex; align-items: center; }     



  .lg_show { display: inline-block !important; }
  .lg_hide { display: none !important; }  

  .text-left_lg { text-align: left !important; }
  .text-center_lg { text-align: center !important; }
  .text-right_lg { text-align: right !important; }

}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.6rem;
}
/* Anchors */

a {
  cursor: pointer;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.6rem;
  text-wrap: balance;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.6rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
ul li, ol li{
  padding-bottom:1rem;
}
/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.6rem;
  padding-left: 1rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
  max-width:100%;
  height:auto;
  vertical-align: middle;
}
/* quotes */
.quotes{
  font-size:var(--font-size_36-26);
  font-style:italic;
  line-height:1.3;
  color:var(--pink);
  margin-bottom: 16px;
}
/* topline */
.topline {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.14px;
  color: var(--pink);
}
/******************************   B U T T O N S   ******************************/


:root   {

  /*  D E F A U L T   also used as  F O R M   S U B M I T   B U T T O N  */
  --button_default_font-family: var(--body_font-family);
  --button_default_background-color: var(--purple);
  --button_default_color: var(--text-color-light);
  --button_default_font-size: 1.6rem;
  --button_default_font-weight: 700;
  --button_default_line-height: normal;
  --button_default_letter-spacing: 0;
  --button_default_border-radius: 50px;
  --button_default_border-width: 1px;
  --button_default_border-color: var(--purple);
  --button_default_padding: 18px 35px;
  --button_default_text-transform: uppercase;
  --button_default_text-decoration: none;
  --button_default_transition: var(--transition);
  --button_default_box-shadow: none;
  --button_default_margin-top: 24px;
  --button_default_margin-right: 16px;


  /*  D E F A U L T  Hover  */
  --button_default_hover_background-color: var(--pink);
  --button_default_hover_color: var(--text-color-light);
  --button_default_hover_border-color: var(--pink);
  --button_default_hover_box-shadow: none;

  /*  D E F A U L T  Focus  */
  --button_default_focus_background-color: var(--pink);
  --button_default_focus_color: var(--text-color-light);
  --button_default_focus_border-color: var(--pink);
  --button_default_focus_box-shadow: none;

  /*  D E F A U L T  Active  */
  --button_default_active_background-color: var(--white);
  --button_default_active_color: var(--purple);
  --button_default_active_border-color: var(--purple);
  --button_default_active_box-shadow: none;



  /*  P R I M A R Y  */
  --button_primary_font-family: var(--button_default_font-family);
  --button_primary_background-color: var(--button_default_background-color);
  --button_primary_color: var(--button_default_color);
  --button_primary_font-size: var(--button_default_font-size);
  --button_primary_font-weight: var(--button_default_font-weight);
  --button_primary_line-height: var(--button_default_line-height);
  --button_primary_letter-spacing: var(--button_default_letter-spacing);
  --button_primary_border-radius: var(--button_default_border-radius);
  --button_primary_border-width: var(--button_default_border-width);
  --button_primary_border-color: var(--button_default_border-color);
  --button_primary_padding: var(--button_default_padding);
  --button_primary_text-transform: var(--button_default_text-transform);
  --button_primary_text-decoration: var(--button_default_text-decoration);
  --button_primary_box-shadow: var(--button_default_box-shadow);
  --button_primary_margin-top: var(--button_default_margin-top);
  --button_primary_margin-right: var(--button_default_margin-right);



  /*  P R I M A R Y  Hover  */
  --button_primary_hover_background-color: var(--button_default_hover_background-color);
  --button_primary_hover_color: var(--button_default_hover_color);
  --button_primary_hover_border-color: var(--button_default_hover_border-color);
  --button_primary_hover_box-shadow: var(--button_default_hover_box-shadow);

  /*  P R I M A R Y  Focus  */
  --button_primary_focus_background-color: var(--button_default_focus_background-color);
  --button_primary_focus_color: var(--button_default_focus_color);
  --button_primary_focus_border-color: var(--button_default_focus_border-color);
  --button_primary_focus_box-shadow: var(--button_default_focus_box-shadow);

  /*  P R I M A R Y  Active  */
  --button_primary_active_background-color: var(--button_default_active_background-color);
  --button_primary_active_color: var(--button_default_active_color);
  --button_primary_active_border-color: var(--button_default_active_border-color);
  --button_primary_active_box-shadow: var(--button_default_active_box-shadow);    


  /*  S E C O N D A R Y  */
  --button_secondary_font-family: var(--button_default_font-family);
  --button_secondary_background-color: var(--pink);
  --button_secondary_color: var(--text-color-light);
  --button_secondary_font-size: var(--button_default_font-size);
  --button_secondary_font-weight: var(--button_default_font-weight);
  --button_secondary_line-height: var(--button_default_line-height);
  --button_secondary_letter-spacing: var(--button_default_letter-spacing);
  --button_secondary_border-radius: var(--button_default_border-radius);
  --button_secondary_border-width: var(--button_default_border-width);
  --button_secondary_border-color: var(--pink);
  --button_secondary_padding: var(--button_default_padding);
  --button_secondary_text-transform: var(--button_default_text-transform);
  --button_secondary_text-decoration: var(--button_default_text-decoration);
  --button_secondary_box-shadow: var(--button_default_box-shadow);
  --button_secondary_margin-top: var(--button_default_margin-top);
  --button_secondary_margin-right: var(--button_default_margin-right);


  /*  S E C O N D A R Y  Hover  */
  --button_secondary_hover_background-color: var(--purple);
  --button_secondary_hover_color: var(--text-color-light);
  --button_secondary_hover_border-color: var(--purple);
  --button_secondary_hover_box-shadow: var(--button_default_hover_box-shadow);

  /*  S E C O N D A R Y  Focus  */
  --button_secondary_focus_background-color: var(--pink);
  --button_secondary_focus_color: var(--text-color-light);
  --button_secondary_focus_border-color: var(--pink);
  --button_secondary_focus_box-shadow: var(--button_default_focus_box-shadow);

  /*  S E C O N D A R Y  Active  */
  --button_secondary_active_background-color: var(--white);
  --button_secondary_active_color: var(--pink);
  --button_secondary_active_border-color: var(--pink);
  --button_secondary_active_box-shadow: var(--button_default_focus_box-shadow);    

}
/******************************   B U T T O N S    D E F A U L T    ******************************/

button,
.button {
  font-family: var(--button_default_font-family);
  background-color: var(--button_default_background-color);
  color: var(--button_default_color);
  font-size: var(--button_default_font-size);
  font-weight: var(--button_default_font-weight);
  line-height: var(--button_default_line-height);
  letter-spacing: var(--button_default_letter-spacing);
  border-radius: var(--button_default_border-radius);
  border-width: var(--button_default_border-width);
  border-style: solid;
  border-color: var(--button_default_border-color);
  padding: var(--button_default_padding);
  text-transform: var(--button_default_text-transform);
  text-decoration: var(--button_default_text-decoration);
  margin-top: var(--button_default_margin-top);
  margin-right: var(--button_default_margin-right);
  display: inline-block;
  transition: var(--transition);
  hyphens: auto;
  text-align: center;
}

button:hover,
.button:hover {
  background-color: var(--button_default_hover_background-color);
  color: var(--button_default_hover_color);
  border-color: var(--button_default_hover_border-color);
  box-shadow: var(--button_default_hover_box-shadow);
}
button:focus,
.button:focus {
  background-color: var(--button_default_focus_background-color);
  color: var(--button_default_focus_color);
  border-color: var(--button_default_focus_border-color);
  box-shadow: var(--button_default_focus_box-shadow);
}
button:active,
.button:active {
  background-color: var(--button_default_active_background-color);
  color: var(--button_default_active_color);
  border-color: var(--button_defaultactive_border-color);
  box-shadow: var(--button_default_active_box-shadow);
}
button.margin-top_none,
.button.margin-top_none {
  margin-top: 0 !important;
}
/******************************   B U T T O N S    P R I M A R Y     ******************************/

button.primary,
.button.primary {
  font-family: var(--button_primary_font-family);
  background-color: var(--button_primary_background-color);
  color: var(--button_primary_color);
  font-size: var(--button_primary_font-size);
  font-weight: var(--button_primary_font-weight);
  line-height: var(--button_primary_line-height);
  letter-spacing: var(--button_primary_letter-spacing);
  border-radius: var(--button_primary_border-radius);
  border-width: var(--button_primary_border-width);
  border-style: solid;
  border-color: var(--button_primary_border-color);
  padding: var(--button_primary_padding);
  text-transform: var(--button_primary_text-transform);
  text-decoration: var(--button_primary_text-decoration);
  margin-top: var(--button_primary_margin-top);
  transition: var(--transition);
}
button.primary:hover,
.button.primary:hover {
  background-color: var(--button_primary_hover_background-color);
  color: var(--button_primary_hover_color);
  border-color: var(--button_primary_hover_border-color);
  box-shadow: var(--button_primary_hover_box-shadow);
}
button.primary:focus,
.button.primary:focus {
  background-color: var(--button_primary_focus_background-color);
  color: var(--button_primary_focus_color);
  border-color: var(--button_primary_focus_border-color);
  box-shadow: var(--button_primary_focus_box-shadow);
}
button.primary:active,
.button.primary:active {
  background-color: var(--button_primary_active_background-color);
  color: var(--button_primary_active_color);
  border-color: var(--button_primary_actives_border-color);
  box-shadow: var(--button_primary_active_box-shadow);
}



/******************************   B U T T O N S    S E C O N D A R Y    ******************************/

button.secondary,
.button.secondary {
  font-family: var(--button_secondary_font-family);
  background-color: var(--button_secondary_background-color);
  color: var(--button_secondary_color);
  font-size: var(--button_secondary_font-size);
  font-weight: var(--button_secondary_font-weight);
  line-height: var(--button_secondary_line-height);
  letter-spacing: var(--button_secondary_letter-spacing);
  border-radius: var(--button_secondary_border-radius);
  border-width: var(--button_secondary_border-width);
  border-style: solid;
  border-color: var(--button_secondary_border-color);
  padding: var(--button_secondary_padding);
  text-transform: var(--button_secondary_text-transform);
  text-decoration: var(--button_secondary_text-decoration);
  margin-top: var(--button_secondary_margin-top);
  margin-right: var(--button_secondary_margin-right);
  transition: var(--transition);
}
button.secondary:visited,
.button.secondary:visited {
  background-color: var(--button_secondary_background-color);
  color: var(--button_secondary_color);
  border-color: var(--button_secondary_border-color);
}
button.secondary:hover,
.button.secondary:hover {
  background-color: var(--button_secondary_hover_background-color);
  color: var(--button_secondary_hover_color);
  border-color: var(--button_secondary_hover_border-color);
  box-shadow: var(--button_secondary_hover_box-shadow);
}
button.secondary:focus,
.button.secondary:focus {
  background-color: var(--button_secondary_focus_background-color);
  color: var(--button_secondary_focus_color);
  border-color: var(--button_secondary_focus_border-color);
  box-shadow: var(--button_secondary_focus_box-shadow);
}
button.secondary:active,
.button.secondary:active {
  background-color: var(--button_secondary_active_background-color);
  color: var(--button_secondary_active_color);
  border-color: var(--button_secondary_active_border-color);
  box-shadow: var(--button_secondary_active_box-shadow);
}


.background_purple button.secondary:hover,
.background_purple .button.secondary:hover {
  background-color: white;
  color: var(--button_secondary_hover_background-color);
}


/* button,
.button,
.hs-button {
cursor: pointer;
display: inline-block;
text-align: center;
transition: all 0.15s linear;
white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
background-color: #D0D0D0;
border-color: #D0D0D0;
color: #E6E6E6;
}


.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
background: none;
border: none;
border-radius: 0;
color: initial;
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
letter-spacing: inherit;
line-height: inherit;
margin-bottom: 0;
padding: 0;
text-align: left;
text-decoration: none;
transition: none;
} */
/*! _color.css */

/******************************   C O L O R S  ******************************/



.background_white { background-color: var(---background-color-1); }
.background_grey-light { background-color: var(--background-color-2); }
.background_grey { background-color: var(--background-color-3); }
.background_purple { background-color: var(--purple); }
.background_pink { background-color: var(--pink); }
.background_gradient-purple { background: var(--gradient-purple); }


.light { color: var(--text-color-light); }
.black {color: var(--black);}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light p,
.light li,
.light blockquote,
.light .topline{
  color: inherit;
}
/*! _forms.css / elements */

.hs-form-field {
  margin-bottom: 1.4rem;
}
fieldset.form-columns-1 .hs-input{
  width:100%!important;
}
/* Labels */

form label {
  display: block;
  font-size: 20px;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 20px;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 20px;
  padding: 1.6rem;
  width: 100%;
}
/*
.form-columns-3 .hs-form-field {
  width: 33.3% !important;
}
*/

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}
form input[type=checkbox]{
  display:none;
}
form input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding-left: 1.8rem;
}
form input[type="checkbox"] + span:before {
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid var(--purple);
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 0;
  background-color: #ffffff;
}

form input[type="checkbox"]:checked + span:before {
  background-image: url('https://25736706.fs1.hubspotusercontent-eu1.net/hubfs/25736706/raw_assets/public/Oplaender%202024/images/module-icons/check-mark.svg');
    }
/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: 11px;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 20px;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0 !important;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  padding-left: 30px !important;
}
/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin:0;
  font-size:14px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



.form-columns-3 .hs-form-field{
    width:33.3%!important;
}

@media (max-width: 480px) {
  fieldset.form-columns-2 .hs-input{
    width:100%!important;
  }
  .form-columns-3 .hs-form-field,
  fieldset.form-columns-3 .hs-input,
  .form-columns-3 .hs-form-field .hs-input {
    width:100%!important;
  }
}

.submitted-message {
    background: rgba(0, 255, 0, 0.2);
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid rgba(0, 255, 0, 1);
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/*! _header.css / components */

.header {
  background-color: #eceff0;
  background-color: #CAD8DF;
/*   position: sticky;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%; */
}


.header-inner {
  padding:36px 0;
  width: 100%;
  max-width: 1108px;
  margin: 0 auto;
}
.header .dnd-section {
  padding: 0;
}

body.header-open {
  overflow: hidden;
  position:relative;
}
body.header-open .header-open-background {
  overflow: hidden;
  background: #3C194A;
  opacity: 0.6;
  position: fixed;
  width: 100%;
  height: 100vh;
  content: '';
  z-index: -1;
  top: 0;
  left: 0;
}
/* Header container */

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

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}


/* @media (max-width: 767px) {
.header__container {
flex-direction: column;
padding: 1rem 0 0;
}


.header__row-1 {
padding-top: 0;
}

.header__row-2 {
justify-content: center;
padding: 1.05rem;
}
} */

/* Navigation skipper */

.header__column {
  display: flex;
}


.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 244px;
  overflow: hidden;
}

/* @media (max-width: 767px) {
.header__logo {
margin: 0 auto;
width: 100%;
}
} */

.header__logo img {
  max-width: 100%;
  width:244px !important;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

/* .header__logo--main {
padding-top: 1rem;
} */

/* Search bar */

.header__search {
  padding: 0;
  width: auto;
}




.header__search .hs-search-field__input {
  position:relative;
  height: 45px;
  padding: 0 1.4rem;
  
  background-image: url(https://25736706.fs1.hubspotusercontent-eu1.net/hubfs/25736706/raw_assets/public/Oplaender%202024/images/module-icons/icons8-search.svg);
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 17px;
  
}



.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}


/* @media (max-width: 767px) {
.header__search {
border-top: 2px solid #CED4DB;
order: 1;
padding: 1.05rem;
}
} */

/* Language switcher */

/* .header__language-switcher {
cursor: pointer;
padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
position: static;
}

.header__language-switcher .lang_list_class {
border: 2px solid;
border-radius: 3px;
box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
display: block;
left: calc(100% - 24px);
opacity: 0;
min-width: 100px;
padding-top: 0;
text-align: left;
top: 100%;
transition: opacity 0.3s;
visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
opacity: 1;
transition: opacity 0.3s;
visibility: visible;
}

.header__language-switcher .lang_list_class:before {
left: 70%;
top: -25px;
}

.header__language-switcher .lang_list_class:after {
left: 70%;
top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
top: -22px;
transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
border: none;
font-size: 18px;
padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
border-radius: 6px 6px 0 0;
border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
border-bottom: none;
border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
transition: background-color 0.3s;
}

.header__language-switcher--label {
display: flex;
position: relative;
}

.header__language-switcher--label-current {
align-items: center;
display: flex;
font-size: 0.75rem;
margin-bottom: 0.175rem;
margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 6px solid #494A52;
content: "";
display: block;
height: 0px;
margin-left: 0.7rem;
margin-top: 0.175rem;
width: 0px;
} */

/* @media (max-width: 767px) {
.header__language-switcher {
border-top: 2px solid #CED4DB;
padding-left: 1.05rem;
padding-right: 0;
}

.header__language-switcher .lang_list_class {
border: none;
box-shadow: unset;
display: block;
left: 30px;
opacity: 1;
padding: 0 1.05rem;
top: 0;
visibility: visible;
}

.header__language-switcher .lang_list_class li {
background-color: inherit;
font-size: 0.917rem;
}

.header__language-switcher--label-current {
display: none;
}

.header__language-switcher .globe_class {
background-image: none;
}

.header__language-switcher .lang_list_class li:hover{
background-color: inherit;
}

.header__language-switcher .lang_list_class:before,
.header__language-switcher .lang_list_class:after {
content: none;
}}
*/
/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */


.header__navigation {
  display: block;
  width: 100%;
  transition: 0.5s right ease;
  position: fixed;
  top: 0;
  right: -500px;
  max-width: 490px;
  background: var(--purple);
  z-index: 5;
  height: 100vh;
  overflow-y: auto; 
}

.header__navigation.open {
  right: 0;
}

.headerTop{
  background-image: linear-gradient(225deg, rgba(225, 49, 137, 1) 0%, rgba(84, 27, 106, 1) 100%);
  padding: 35px 70px 200px;
}
.headerBottom{
  background:var(--purple);
  padding: 35px 70px;
  position: fixed;
  width: 100%;
  right: -500px;
  bottom: 0;
  max-width: 490px;
  transition: right .5s ease;
}

.header__navigation.open .headerBottom {
  right: 0;
}

.header .header__navigation *{
  color:var(--white);
}
.header__navigation--toggle,
.header__search--toggle,
.header__language-switcher--toggle,
.header__close--toggle {
  cursor: pointer;
  /*     margin: 0 5vw; */
  position: relative;
}

.header__navigation--toggle.hide,
.header__search--toggle.hide,
.header__language-switcher--toggle.hide {
  display: none;
}

.header__navigation--toggle.open,
.header__search--toggle.open,
.header__language-switcher--toggle.open {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.header__navigation--toggle:after,
.header__search--toggle:after,
.header__language-switcher--toggle:after {
  display: none;
  font-size: 1.083rem;
  font-weight: 600;
  position: absolute;
  left: 40px;
  text-transform: uppercase;
  top: -10px;
}

.header__navigation--toggle.open:after,
.header__search--toggle.open:after,
.header__language-switcher--toggle.open:after {
  display: block;
  word-break: normal;
}

.header__navigation--toggle {
  height: 20px;
  width: 20px;
  min-width: 20px;
  color: var(--purple);
/*
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  background-size: cover;
  height: 20px;
  width: 20px;
  min-width: 20px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(30%) saturate(3699%) hue-rotate(261deg) brightness(88%) contrast(103%);
*/
}

/* .header__navigation--toggle:after {
content: "Menu";
} */

/* .header__language-switcher--toggle {
background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
background-size: cover;
height: 25px;
width: 25px;
}

.header__language-switcher--toggle:after {
content: "Language";
} */

.header__search--toggle {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-size: cover;
  height: 25px;
  width: 25px;
}

.header__search--toggle:after {
  content: "Search";
}

.header__close--toggle {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 110%;
  display: none;
  height: 20px;
  margin-right: 0;
  width: 20px;
  z-index:10;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7497%) hue-rotate(202deg) brightness(104%) contrast(99%);
  position: absolute;
  right: 70px;
  top: 60px;
}

.header__close--toggle.show {
  display: block;
}
ul.menu__wrapper.no-list {
  border-top: 1px solid #F8F8F8;
  border-bottom: 1px solid #F8F8F8;
}
.headerRightContent .button{
  margin-top:0;
  margin-right: 60px;
}
.menu__wrapper{
  padding:15px 0;
}
.menu-open-logo{
  max-width:55px;
  margin-bottom: 30px;
}
.simpleMenu ul {
  padding: 15px 0;
  display:block !important;
  border-bottom: 1px solid #F8F8F8;
}
.simpleMenu ul li a {
  font-size: 18px;
  line-height: 2.22;

}
.simpleMenu ul li {
  padding: 0;
}
.headerSocialFollow {
  padding: 40px 0;
}
/*
.headerSocialFollow .hs-social-follow{
  justify-content: space-between !important;
}
*/
.headerBottom .header__search form label{
  display:none;
}
.headerBottom .header__search form input[type=text]{
  color:var(--purple);
}
.headerBottom .header__search .hs-search-field__input{
  width:100%;
  border-radius:50px;
}
.headerBottom .header__search form{
  background:transparent;
}
.headerTelContent{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 0 0;
  align-items: center;
}
.headerTelContent h6{
  font-size:18px;
  margin:0;
  line-height: 1.5;
}
.headerTelContent span{
  font-size:24px;
  line-height: 1.12;
}
@media (max-width: 767px) {
  .header-inner {
    padding:25px 0;
  }

  .headerRightContent .button{
    margin-right:30px;
  }
}
@media (max-width: 567px) {
/*   .header {
    padding: 25px 0;
  } */
  .header__logo{
    max-width:140px;
  }
  .header__logo img {
    width:140px !important;
  }
  .headerRightContent .button {
    margin-right: 10px;
    padding: 12px;
    font-size: 12px;
  }
  .headerTop, .headerBottom{
    padding:35px;
  }

  .headerTop{
    padding-bottom:200px;
  }
  .header__close--toggle{
    right:35px;
  }
}
.header a {
  text-decoration: none;
}


.header .meta-navigation ul {
  list-style: none;
  padding-left: 0;
}
.footer .container{
  max-width:1108px;
  padding:0 20px;
}
.footer{
  padding:4rem 0 3rem 0;
}
.footerTop{
  padding:60px 0 45px;
}
.footerMenuList ul li {
  padding-bottom:8px;
  font-size:18px;
}
.footerMenuList ul li a {
  text-decoration: none;
}  
.footerMenuList ul li:last-child{
  padding-bottom:0;
}
.footerBottomContent{
  padding-top:3rem;
  text-transform:uppercase;
}
.footerBottomContent *{
  font-size: 1.4rem;
}
.footerExternalLink svg{
  width:20px;
  height:20px;
  margin-right:10px;
}
.footerExternalLink a{
  display: flex;
  align-items: center;
  font-size:18px;
  text-decoration: none;
  margin-bottom:8px;
}
.footerImage{
  text-align:right;
}
.footerImage img{
  max-height:120px;
}
.footerSocialInner{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
      row-gap: 20px;
}
.footerLine{
  border-bottom:1px solid var(--lightgrey);
}
@media (max-width: 1100px){
  .footerSocial .hs-social-follow{
    gap:15px;
  }
}
@media (max-width: 991px){
  .footerTop.row{
    row-gap:35px;
  }
  .footerImage img {
    max-height: 102px;
  }
  .footerImage{
    text-align:left;
  }
  .footerTop {
    padding: 10px 0 35px;
  }
}
@media (max-width: 520px){
  .footerSocial{
    margin-bottom:15px;
  }
}
@media (max-width: 478px){
  .footerSocialInner{
    margin:20px 0;
  }
  .footerTop.row{
    row-gap:15px;
  }
  .footer,.footerTop{
    padding:1rem 0;
  }
  .footerBottomContent{
    padding-top:1rem;
  }
}
/*! _default-modules.css / components */

@media (min-width: 768px) {

    .two-column-section .row-fluid .span1 {
      width: calc(8.3334 * 1% * 1 - 0 * (11 * 8.3334 / 100));
    }
  
    .two-column-section .row-fluid .span2 {
      width: calc(8.3334 * 1% * 2 - 0 * (10 * 8.3334 / 100));
    }
  
    .two-column-section .row-fluid .span3 {
      width: calc(8.3334 * 1% * 3 - 0 * (9 * 8.3334 / 100));
    }
  
    .two-column-section .row-fluid .span4 {
      width: calc(8.3334 * 1% * 4 - 0 * (8 * 8.3334 / 100));
    }
  
    .two-column-section .row-fluid .span5 {
      width: calc(8.3334 * 1% * 5 - 0 * (7 * 8.3334 / 100));
    }
  
    .two-column-section .row-fluid .span6 {
      width: calc(8.3334 * 1% * 6 - 0 * (6 * 8.3334 / 100));
    }
  
    .two-column-section .row-fluid .span7 {
      width: calc(8.3334 * 1% * 7 - 0 * (5 * 8.3334 / 100));
    }
  
    .two-column-section .row-fluid .span8 {
      width: calc(8.3334 * 1% * 8 - 0 * (4 * 8.3334 / 100));
    }
  
    .two-column-section .row-fluid .span9 {
      width: calc(8.3334 * 1% * 9 - 0 * (3 * 8.3334 / 100));
    }
  
    .two-column-section .row-fluid .span10 {
      width: calc(8.3334 * 1% * 10 - 0 * (2 * 8.3334 / 100));
    }
  
    .two-column-section .row-fluid .span11 {
      width: calc(8.3334 * 1% * 11 - 0 * (1 * 8.3334 / 100));
    }
  
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/***********************************************  S E R C V I C E S  -  L E I S T U N G E N  ***********************************************/

.module_3-column-content .three-column-content-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 35px;
}


.module_3-column-content a .three-column-content-item {
  text-decoration: none;
}
.module_3-column-content .three-column-content-item {
  width: 100%;
  text-decoration: none;
  display: block;
}

.module_3-column-content .three-column-content {
  max-width: 253px;
  color: var(--purple);
  margin: 0 auto;
}
.module_3-column-content .three-column-content-item h3 {
  font-style: italic;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 300;
}
.module_3-column-content .three-column-content,
.module_3-column-content  a .three-column-content {
  color: var(--purple);
}
.module_3-column-content a:hover .three-column-content {
  color: var(--pink);
}


.module_3-column-content .three-column-content-item h3,
.module_3-column-content a.three-column-content-item h3 {
  color: var(--purple);
}
.module_3-column-content .three-column-content-item h3 span,
.module_3-column-content a.three-column-content-item h3 span {
  color: var(--pink);
}
/*
.module_3-column-content a.three-column-content-item:hover h3 {
  color: var(--pink);
}
.module_3-column-content a.three-column-content-item:hover h3 span {
  color: var(--purple);
}
*/


.module_3-column-content .three-column-content > *:last-child{
  margin-bottom: 0;
}

@media(min-width:478px){
  .module_3-column-content .three-column-content-item {
    width: calc(50% - 20px/2);
  }
}

@media(min-width:768px){
  .module_3-column-content .three-column-content-item {
    width: calc(33.33% - 40px/3);
  }
}

@media(min-width:1025px){
  .module_3-column-content .three-column-content-flex {
    column-gap: 32px;
    row-gap: 64px;
  }

  .module_3-column-content .three-column-content-item {
    width: calc(33.33% - 64px/3);
  }
}

@media(min-width:1170px){
  .module_3-column-content .three-column-content {
    line-height: 1.5;
  }

  .module_3-column-content h3 {
    font-size: 42px;
    line-height: 1.28;
  }
}


/***********************************************  R E F E R E N Z E N  ***********************************************/

.module_references .references-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 35px;
}

.module_references .references-item {
  width: 100%;
  text-decoration: none;
  display: block;
}


.module_references .references-top {
  position: relative;
}

.module_references .references-top-left {
  padding: 20px 15px;
  width: 115px;
}

.module_references .references-top-left-item:not(:last-child) {
  margin-bottom: 12px;
}

.module_references .references-number {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.71px;
  font-style: italic;
  margin-bottom: 3px;
}

.module_references .references-number sub {
  bottom: 0;
  font-size: 60%;
}

.module_references .references-text {
  font-size: 12px;
}

.module_references .references-top-image {
  /* position: absolute; */
  top: 0;
  right: 0;
  z-index: -1;
  /* width: 90%; */
  height: 100%;
  margin-top: 24px;
}

.module_references .references-top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module_references .references-content,
.module_references a .references-content {
  /* width: 84%; */
  width: 100%;
  margin-left: auto;
  /* margin-top: 42px; */
  margin-top: 12px;
  color: var(--purple);
}
.module_references a:hover .references-content {
  color: var(--pink);
}
.module_references a .references-content h3 {
  color: var(--purple);
}
.module_references a:hover .references-content h3 {
  color: var(--pink) !important;
}

.module_references .link-wrapper {
  margin-top: 16px;
}

.module_references .references-content h3 {
  margin-bottom: 16px;
}

.module_references .hastag {
  font-size: 14px;
  line-height: 2.2;
  color: var(--pink);
  letter-spacing: 0.14px;
}

@media(min-width:768px){
  .module_references .references-item {
    width: calc(50% - 20px/2);
  }
/*
  .module_references .references-top-image {
    width: 84%;
  }
  */
}

@media(min-width:1025px){
  .module_references .references-flex {
    column-gap: 32px;
    row-gap: 64px;
  }

  .module_references .references-item {
    width: calc(33.33% - 64px/3);
  }
}

@media(min-width:1170px){
  .module_references .references-content{
    font-size:18px;
    line-height: 1.44;
  }

  .module_references .references-content h3 {
    font-size: 36px;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}