section.block-1-hero {
background-size: cover;
background-repeat: no-repeat;
padding-top: 14rem;
position: relative;
}
section.block-1-hero:after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 100%;
background-image: url(//southvision.de/wp-content/themes/southvision/assets/images/hero-background.svg);
background-size: cover;
background-position-x: 100%; 
background-position-y: 0%; 
top: 0;
right: 0;
z-index: 0;
opacity: 0.4;
}
section.block-1-hero .textWrap{
padding-top: 5rem;
padding-bottom: 10rem;
}
section.block-1-hero .flexRow{
position: relative;
z-index: 2;
}
section.block-1-hero .pullMeDown{
margin-bottom: -11rem;
}
.page-id-2459 section.block-1-hero .pullMeDown, .page-id-2520 section.block-1-hero .pullMeDown{
margin-bottom: 0;
}
.page-id-2459 section.block-1-hero .container, .page-id-2520 section.block-1-hero .container{
margin-bottom: calc(100% * -0.1);
}
section.block-1-hero .bottomHeroBorder{
position: relative;
z-index: 1;
}
section.block-1-hero .bottomHeroBorder {
width: 100%;
}
section.block-1-hero .bottomHeroBorder polygon.st0{
fill: #024667;
}
@media (max-width: 991px){
section.block-1-hero .pullMeDown{
margin-bottom: 0;
}
}
section.block-1-hero.nowLowerBow .textWrap {
min-height: 35rem;
}
section.block-1-hero.nowLowerBow + section:before {
content: '';
display: block;
margin-top: -6rem;
}
section.block-1-hero.nowLowerBow + section + section:before {
content: '';
display: none!important;
}
section.block-1-hero.backgroundEffect{
background-image: none!important;
}
section.block-1-hero.backgroundEffect:before{
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
z-index: 1;
background-position-x: 100%;
background-position-y: 0%;
background-color: rgb(226 243 255 / 30%);
background-size: cover;
}
section.block-1-hero.backgroundEffect:after{
z-index: 1;
}
section.block-1-hero.backgroundEffect .backgroundHelper{
position: absolute;
display: block;
width: 100%;
height: 100%;
background-size: cover;
background-position-x: 50%;
background-position-y: 50%;
top: 0;
right: 0;
z-index: 0;
opacity: 0.35;
}section.block-10-imgWithTextContentWidth .imgWrap img {
border-radius: 5px;
}section.block-13-faq .panel-group{
padding: 5rem 3rem;
border-radius: 3px;
}
section.block-13-faq .panel-title{
color: #212529;
font-weight: 700;
font-size: 2.4rem;
padding-top: 4rem;
padding-bottom: 2rem;
border-top: 1px solid #E3E3E3;
position: relative;	
padding-right: 3.4rem;
}
section.block-13-faq .panel-group > div:first-of-type .panel-title{
border-top: none;
}
section.block-13-faq .panel-title:after{
content: '';
position: absolute;
right: 0;
background-image: url(//southvision.de/wp-content/themes/southvision/assets/images/accordion-minus.svg);
background-size: cover;
width: 2.4rem;
height: 2.4rem;
-webkit-transition: background-image 0.4s ease;
-o-transition: background-image 0.4s ease;
transition: background-image 0.4s ease;
}
section.block-13-faq .collapsed .panel-title:after{
background-image: url(//southvision.de/wp-content/themes/southvision/assets/images/accordion-plus.svg);
}
section.block-13-faq .panel-body{
padding-top: 2rem;
padding-bottom: 3rem;
}section.block-2b-cta3, section.block-2b-cta3 .sectionInnerWrap{
position: relative;
z-index: 99;
background-size: cover;
background-position-x: 50%;
background-position-y: 38%;
}
section.block-2b-cta3.containBack{
background-size: contain;
}
section.block-2b-cta3 h1, section.block-2b-cta3 .h1, section.block-2b-cta3 h2, section.block-2b-cta3 .h2, section.block-2b-cta3 h3, section.block-2b-cta3 .h3, section.block-2b-cta3 h4, section.block-2b-cta3 .h4, section.block-2b-cta3 p {
color: #fff;
}
section.block-2b-cta3 .container{
padding-top: 18rem;
padding-bottom: 18rem;
position: relative;
z-index: 99999999999999999;
}
section.block-2b-cta3 .topCtaBorder, section.block-2b-cta3 .bottomCtaBorder {
position: absolute;
width: 100%;
left: 0;
}
section.block-2b-cta3 .topCtaBorder {
top: -1px;
}
section.block-2b-cta3 .bottomCtaBorder {
bottom: -1px;
}
.sectionInnerWrap:after {
content: '';
display: block;
width: 100%;
height: 100%;
background: rgb(2 106 149 / 0.6);
position: absolute;
top: 0;
z-index: -1;
}