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;
}