/*
Theme Name: Sage Starter Theme
Theme URI: https://roots.io/sage/
Description: Theme for xxxx by Southvision
Version: 1.0
Author: Southvision
Author URI: https://southvision.de/
Text Domain: sage
 
License: MIT License
License URI: http://opensource.org/licenses/MIT
*/

/* raleway-latin-wght-normal */
@font-face {
  font-family: 'Raleway Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/raleway_5.2.8_latin-wght-normal.woff2") format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

  
  /* VARIABLES */
  
  :root {
    --black: #172933;
    --white: #fff;
    --grey: #dfdede;
    --primary: #f97100;
    --primaryLight: #f97100a1;
    --lightGrey: rgba(75, 95, 110, 0.1);
    --sectionPadding: 8rem;
    --font: "Raleway Variable", sans-serif;
    --shadow: 0px 3px 6px #00000029;
    --borderRadius: 8px;
  }
  
  /* ALLGEMEIN */
  
  *:focus {
    outline: none !important;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  section {
    padding-top: var(--sectionPadding);
    padding-bottom: var(--sectionPadding);
  }
  
  body {
    font-family: var(--font);
    font-size: 1.8rem;
    color: var(--black);
    width: 100%;
    overflow-x: hidden;
    font-variant-numeric: lining-nums;
  }
  
  img {
    width: 100%;
    height: auto;
  }
  
  iframe {
    width: 100%;
  }
  
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4 {
    margin-top: 0;
  }
  
  a {
    color: #172933;
    font-weight: bold;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  .mainHeader {
    z-index: 999;
  }
  
  .mb-0 {
    margin-bottom: 0 !important;
  }
  
  .box {
    background: var(--white) 0% 0% no-repeat padding-box;
    box-shadow: var(--shadow);
  }
  
  .text-center {
    text-align: center !important;
  }
  
  .border-radius {
    border-radius: var(--borderRadius);
  }
  
  .flexRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .disFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .justCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .justBetween {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  
  .alignItemsCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .alignItemsEnd {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .padTo3 {
    padding-top: 3rem;
  }
  
  .maTo3 {
    margin-top: 3rem;
  }
  
  .maTo6 {
    margin-top: 6rem;
  }

  .maBo3{
    margin-bottom: 3rem;
  }
  
  .text-right {
    text-align: right;
  }
  
  .text-center {
    text-align: center;
  }

  .breadcrumb{
    background: none;
  }
  
  /*.ctaBtn {
    padding: 2rem 5rem;
    color: #fff;
    background-color: var(--primary);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 1.9rem;
    text-transform: uppercase;
    border: 1px solid var(--primary);
  }
  
  .ctaBtn:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }*/
  
  .ghostBtn {
    color: var(--primary);
    background-color: transparent;
    border: 1px solid var(--primary);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    text-align: center;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  
  .ghostBtn:hover {
    color: #fff;
    background-color: var(--primary);
  }
  
  .multipleCtaWrap > a {
    margin-top: 2rem;
    margin-right: 2rem;
  }
  
  @media (min-width: 992px) {
    .order1md {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .order2md {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }

    .modal-dialog {
      width: 900px!important;
    }
  }
  
  @media (max-width: 1199px) {
    .maToMD3 {
      margin-top: 3rem;
    }
    .maToMD6 {
      margin-top: 6rem;
    }
  }
  
  @media (max-width: 991px) {
    .maToSM3 {
      margin-top: 3rem;
    }
    .maToSM6 {
      margin-top: 6rem;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .order1sm {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .order2sm {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
  }
  
  @media (max-width: 767px) {
    html {
      font-size: 9px;
    }
    .maToXS3 {
      margin-top: 3rem;
    }
    .maToXS6 {
      margin-top: 6rem;
    }
    .order1xs {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    .order2xs {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    h1 span, .h1 span {
      font-size: 20px;
    }
    .bewerten-box {
      width: 95% !important;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      text-align: center;
      padding: 2rem !important;
    }
    .bewertung-inner-box {
      float: inherit!important;
      width: 100% !important
    }

    .mt-xs-2  {
      margin-top: 2rem!important;
    }

    .mb-xs-2 {
      margin-bottom: 2rem!important;
    }
	  
	.multipleCtaWrap > a{
	  margin-top: 3rem;
      margin-right: 2.1rem;
      margin-left: 2.1rem;
	}
  }

  @media (max-width: 1024px){
    .bewerten-box{
      width: 94vw!important;
      padding: 2rem!important;
    }

    .bewertung-inner-box{
      float:unset!important;
      width: unset!important;
      padding-left: 4rem;
    }
  }
  
  /* Headlines */
  
  h1,
  .h1 {
    font-size: 3rem;
    color: var(--black);
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 2.3;
  }
  
  h1 span,
  .h1 span {
    background-color: var(--primary);
    padding: 12px 8px;
    color: white;
    line-height: 2.3;
  }
  
  h2,
  .h2 {
    font-size: 3rem;
    font-weight: 400;
    color: var(--black);
    line-height: 1.5;
  }
  
  h2 span,
  .h2 span {
    background-color: var(--primary);
    padding: 4px 12px;
    color: white;
    line-height: 1.5;
  }
  
  h3,
  .h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--black);
	  line-height: 3rem;
  }
  
  h3 span,
  .h3 span {
    background-color: var(--primary);
    padding: 4px 8px;
    color: white;
  }
  
  h4,
  .h4 {
    font-size: 1rem;
    font-weight: 300;
    color: var(--white);
    text-transform: uppercase;
  }
  
  .subline {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
  }
  
  @media (max-width: 992px) {
    p {
      font-size: 1.8rem;
    }
    h1 {
      font-size: 2.8rem;
    }
    h2 {
      font-size: 2.2rem;
    }
	  
	h3 {
	 font-size: 1.9rem;
	}
  }
  
  /* HEADER */
  
  .navbar-brand > img {
    width: 17rem;
  }
  
  .navbar-nav > li > a {
    color: var(--black);
    font-size: 1.5rem;
    font-weight: 400;
  }
  
  .navbar-nav > li.current-menu-item > a,
  .navbar-nav > li > a:hover {
    color: var(--primary);
  }
  
  .navbar-toggle .icon-bar {
    background-color: var(--primary);
  }
  
  .navbar-toggle {
    margin-top: 4rem;
  }
  
  @media (min-width: 992px) {
    .mainHeader .container-fluid:before,
    .mainHeader .container-fluid:after,
    .mainHeader .row:before,
    .mainHeader .row:after,
    .mainHeader .collapse.navbar-collapse:before,
    .mainHeader .collapse.navbar-collapse:after {
      display: none !important;
    }
    .navbar-nav > li > a {
      margin-bottom: 2rem;
    }
    .mainHeader .collapse.navbar-collapse {
      padding-left: 0;
    }
  
    .mainHeader .container-fluid {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-right: 100px;
    }
  }
  
  /* Stick Header */
  
  header.scrolled {
    top: -400px;
    transition: top 1.5s ease;
    position: fixed;
    width: 100%;
    background: var(--white);
    z-index: 99;
  }
  
  .wrap.scrolled {
    margin-top: 10.9rem;
  }
  
  header.scrolled.sticky {
    top: 0;
  }
  
  header.scrolled .logo,
  header .logoScrolled {
    display: none;
  }
  
  header.scrolled .logoScrolled {
    display: block;
    width: 9rem;
  }
  
  @media (min-width: 992px) {
    header.scrolled .logoHeader {
    }
  }
  
  /* Topheader */
  
  .topHeader a {
    padding: 0.7rem 15px;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--primary);
    display: inline-block;
  }
  
  /* FOOTER */
  
  footer {
    background-color: var(--black);
    color: var(--white);
    padding-top: 5rem;
  }
  
  footer a {
    color: var(--white);
  }
  
  .city {
    flex-basis: 0;
    flex-grow: 1;
    white-space: nowrap;
  }
  
  .bottomFooter {
    margin-top: 2rem;
    font-size: 12px;
  }

@media (max-width: 767px){
	footer{
		padding-bottom:10rem;
	}
}

footer img{
	width: 10%;
}
  
/* Fixed Contact */
  
.fixedContactWrap {
    position: fixed;
    right: 0;
    top: 30%;
    overflow: hidden;
    margin-top: -52px;
    z-index: 999999;
}
  
  .fixedContactWrap .scrolledWrapper {
       display: flex;
       flex-direction: column;
       gap: 1rem;
       /* margin-top: 1rem; */
       visibility: visible;
}
   
.fixedContactWrap .scrolledWrapper > div{
       display: flex;
       justify-content: flex-end;
       align-items: center;
}

.fixedContactWrap.scrolled .unscrolledWrapper {
    display: none;
}
  
.fixedContactWrap.scrolled .scrolledWrapper {
    visibility: visible;
}
  
.fixedContactWrap .unscrolledWrapper {
    max-width: 330px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
  
@media (max-width: 991px) {
	  
	.fixedContactWrap .scrolledWrapper {
        visibility: visible;
     flex-direction: row;
   width: 80%;
   justify-content: space-between;
       }
    /* .fixedContactWrap .scrolledWrapper > div {
      height: 68px;
    } */
    .fixedContactWrap.scrolled .scrolledWrapper {
      display: flex;
      width: 80%;
      justify-content: space-between;
    }
    .fixedContactWrap {
      background-color: #172933;
    }
    .fixedContactWrap .scrolledWrapper img {
      background-color: unset !important;
      display: block;
		margin:auto;
    }
    .fixedContactWrap img {
      border: unset !important;
    }
}
  
.fixedContactWrap .scrolledWrapper a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
}
  
.fixedContactWrap .scrolledWrapper img,
.fixedContactWrap .scrolledWrapper img {
    background: var(--primary);
    width: 3.2rem;
    padding: 0.5rem;
    position: relative;
    z-index: 2;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    object-fit: contain;
}
  
.fixedContactWrap .scrolledWrapper p {
    background: var(--primaryLight);
    display: inline-block;
    margin-bottom: 0;
    height: 4.4rem;
    vertical-align: middle;
    padding-top: 1.1rem;
    position: absolute;
    z-index: 1;
    right: -100%;
    -webkit-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 5px 0 0 5px;
    visibility: hidden;
}
  
.contactToLeft p,
.fixedContact:hover > p,
.fixedPhone:hover > p,
.fixedRegistration:hover > p,
.fixedWhats:hover > p {
    right: -3px;
    visibility: visible;
    position: relative;
}
  
.contactToLeft img {
    border-radius: 0;
}
  
@media (max-width: 991px) {
  .fixedContactWrap {
      top: unset;
      bottom: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      /* background: #8a6d3b;*/
      padding: 0.5rem 0;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
  }
  
  .fixedContactWrap > div {
      /*margin-right: 20px;*/
  }
  
  .fixedContactWrap img {
      border: 1px solid #fff;
      border-radius: 5px;
      display: block;
  }
  
  .fixedContactWrap > div:last-of-type {
      margin-right: 0px;
  }
  
  .fixedContact,
  .fixedRegistration,
  .fixedWhats {
      margin-top: 0;
  }
}
  
.unscrolledWrapper .contact-text {
    background: var(--black);
    color: white;
    padding: 10px;
}
  
.unscrolledWrapper .contact-text a {
    color: white;
}
  
select {
    padding: 12px 14px;
    border-radius: 10px;
}
  
label {
    color: var(--primary);
    font-weight: 400;
}
  
.mt-2 {
    margin-top: 2rem;
}
  
.mt-3 {
    margin-top: 3rem;
}
  
.mt-4 {
    margin-top: 4rem;
}
  
.mt-5 {
    margin-top: 5rem;
}
  
.selectize-control .selectize-input {
    max-width: 375px;
    background-color: white !important;
    background-image: none !important;
    padding: 12px 8px;
    border-radius: var(--borderRadius);
    text-align: center;
}
  
.selectize-control .selectize-input input {
  font-size: 14px;
}
  
.selectize-dropdown .option {
  padding: 8px 8px;
}

.selectize-dropdown .active {
  background-color: #fba55e !important;
}

@media (max-width: 450px){
  #loading_animation{
    margin-left: 0rem;
    text-align: center;
  }
}
  
.d-none {
  display: none !important;
}

.btn, 
.ctaBtn {
  border-radius: var(--borderRadius);
  text-align: left;
  font-size: 20px;
  padding: 14px 20px;
  display: inline-block;
  font-weight: 600;
}

.btn-secondary {
  background: var(--black);
  color: var(--white);
  border: none;
}

.btn-secondary:hover {
  background: #172933b3;
  text-decoration: none;
}

.btn-primary,
.ctaBtn {
  background: var(--primary);
  color: var(--white);
  border: none;
}

.btn-primary:hover,
.ctaBtn:hover {
  background-color: #fba55e;
  text-decoration: none;
}

.btn-outline-primary {
  background: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
}

.btn-outline-primary:hover {
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}

.icon {
  height: 20px;
  width: auto;
}

.orange-box {
  width: 100vw;
  background-color: var(--primaryLight);
  height: 250px;
  margin-top: -130px;
  margin-bottom: 100px;
  z-index: 0;
}

.scrolledWrapper {
  visibility: visible;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.strasse-icon {
  position: absolute;
  bottom: 0;
  right: -160px;
  max-width: 500px;
}

.pt-0 {
  padding-top: 0 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}
  
.block-7-other-cities a {
  font-size: 16px;
  margin-bottom: 8px;
}

.footer-heading {
  font-size: 25px;
}

.bottomFooter {
  text-align: center;
}

#step2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#step2 input {
  max-width: inherit;
}

.w-100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.btn.btn-sm {
  font-size: 18px;
  padding: 10px 30px;
    font-weight: 400;
}

.question-mark-circle {
  border-radius: 100px;
  border: 1px solid var(--primary);
  padding: 0 6px;
  font-size: 16px;
  width: 21px;
  display: inline-block;
  height: 21px;
  margin-left: 2px;
  color: var(--primary);
  font-weight: inherit;
}

.question-mark-circle:hover {
text-decoration: none;
}

a.close {
  position: absolute;
  right: 14px;
  top: 2px;
  font-size: 30px;
  line-height: 1;
  color: grey;
  font-weight: inherit;
  z-index: 99999999;
}

a.close:hover {
  text-decoration: none;
}

.modal-content {
  margin-top: 15%;
}

.color-primary {
  color: var(--primary);
}

/* Pop-up */

.exitpopup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 2.5rem;
  z-index: 1000;
  border-radius: var(--borderRadius);
  border: none;
  box-shadow: #000000a8 0rem 0rem 51rem 78rem;
}

.exitpopup h2{
  color:var(--primary);
  font-size: 3rem;
  font-weight: 700;
  margin-top: 3rem;
}

.exitpopup .btn-primary{
  margin-bottom: 2rem;
}

.exitpopup span{
    color:var(--primary);
    text-decoration: underline;
    padding:.4em .7em;
    cursor:pointer;
    float: right;
}

.blur-filter{
  backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Für Safari */
}

/* Ratgeber */

.single-ratgeber .page-content {
  padding-top: 0px!important;
}

.single-ratgeber table, 
.single-ratgeber tbody, 
.single-ratgeber tr,
.single-ratgeber thead,
.single-ratgeber td {
	border: 1px solid #f9710033;
}
.single-ratgeber thead tr{
	background-color: #f97100; 
	color: #fff;
}

.single-ratgeber table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.single-ratgeber th{
	text-align: left;
}

.single-ratgeber td,
.single-ratgeber th{
	padding: 5px;
}
@media (min-width: 1200px){
.single-ratgeber .block-6-freeTextSection .container,
.single-ratgeber .wp-block-table {
  width: 900px;
}
	
	.single-ratgeber .wp-block-table{
		padding-left: 105px;
	}
}

.block-ratgeber-hero .sectionInner{
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 10rem;
	padding-bottom: 10rem;
	-webkit-box-shadow: -2px 8px 11px 0px rgba(0,0,0,0.16);
	box-shadow: -2px 8px 11px 0px rgba(0,0,0,0.16);
}
.block-ratgeber-hero .bgColorHelper{
	position: absolute;
	width:50%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.block-ratgeber-hero .bgImgHelper{
	position: absolute;
	width:50%;
	height: 100%;
	top: 0;
	left: 50%;
	z-index: -2;
	background-repeat:no-repeat;
	background-size:cover;
}
.block-ratgeber-hero .textWrap{
	padding-bottom: 3rem;
}
.block-ratgeber-hero .ctaBtn{
	margin-top:3rem;
}

.block-ratgeber-hero h1{
	line-height:1.42857143;
}
@media (max-width: 767px){
	.block-ratgeber-hero .textWrap{
		margin-top: 10rem;
	}
	
	.block-ratgeber-hero.typeB .bgColorHelper{
		width:100%;
	}
	.block-ratgeber-hero.typeB .bgImgHelper{
	    width: 100%;
		left: 0;	
		height: 30rem;
		z-index: -1;
	}
	.block-ratgeber-hero.typeB .sectionInner{
		padding-top: 23rem;
		padding-bottom: 0;
	}
	.block-ratgeber-hero.typeB .mainContainer{
		position: relative;
	}
  .single-ratgeber .block-10-bild-text{
    color:var(--black);
  }
  .single-ratgeber .block-10-bild-text .col-xs-12.col-md-12{
    margin-top: 40rem;
  }
	
}
.hero-section h1{
  color:#fff;
}
.hero-section h1 span{
  background-color: #f97100;
  padding: 12px 8px;
  color: white;
  line-height: 2.3;
}
.ratgeberBox{
  box-shadow: 1px 0px 11px 0px #2d2d2d1f;
  border-radius: var(--borderRadius);
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
  height: 100%;
}
.ratgeberBox:hover{
  box-shadow: 1px 0px 11px 0px #2d2d2d54;
}
.ratgeberBox h3 {
  color: var(--primary);
  font-weight: 700;
  font-size: 2rem;
  padding: 2rem 2rem 0 2rem;
}
.ratgeberBox img{
  object-fit: cover;
}
.ratgeberBox h3{
	hyphens: auto;
}
.ratgeberBox p {
  font-weight: 400;
  padding: 0rem 2rem 2rem 2rem;
}
.block-ratgeber-cta h2 {
  max-width: 450px;
}
.block-ratgeber-cta {
  margin-top: 10rem;
  margin-bottom: 5rem;
}
.block-ratgeber-cta .cta-content{
  width: 60%;
}
.block-ratgeber-cta .cta-bild {
  height: 400px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: var(--borderRadius);
  object-fit: cover;
}
.block-ratgeber-cta .cta {
  font-size: 30px;
}
.block-ratgeber-cta .cta-kontakt {
  font-size: 25px;
}
.block-ratgeber-cta .ml-2 {
  margin-left: 2rem!important;
}

.block-ratgeber-cta .logo-icon {
  max-width: 400px;
  position: absolute;
  right: 130px;
  top: 12px;
}

.block-ratgeber-cta img {
z-index: -1;
}

.ratgeber-uebersicht .row{
	row-gap: 3rem;
}

.ratgeber-uebersicht h2{
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
.block-ratgeber-cta{
  margin-top:50px;
}

.block-ratgeber-cta .cta-content {
    padding-top: 2rem;
}
	.ratgeber-uebersicht .row{
	flex-wrap: wrap;
}
	.ratgeberBox{
		margin: 1rem;
	}
}

@media (max-width: 992px){
  .block-ratgeber-cta{
    padding: 2rem;
  }

  .block-ratgeber-cta .cta-content{
    margin-top: 2rem;
  }

  .block-ratgeber-cta .cta-row{
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px){
	.block-ratgeber-hero .bgImgHelper {
		width: 100%;
		left: 0;
		height: 30rem;
		z-index: -1;
	}

	.block-ratgeber-hero .mainContainer {
    	position: relative;
		margin-top: 13rem;
	}
}

.cta-row{
  display: flex;
  align-items: center;
}

.schritte{
	color: #b1b1b1;
	font-size: 16px;
	margin-left: 1rem;
}

/* TEST */

section.block-1-heroSection {
	padding-top: 8rem;
	padding-bottom: 24rem;
	margin-bottom: 24rem;
	position: relative;
	background-color: #172933;
}

section.block-1-heroSection h1, section.block-1-heroSection .usps {
	color: white;
}

section.block-1-heroSection .h2 {
	color: var(--primary);
	line-height: 1;
}

.backgroundImg{
	width: 100%;
  	height: auto;
	object-fit: cover;
	position: absolute;
	top: 0px;
	-webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 3.0s;
    animation-duration: 3.0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.46,.03,.59,.86);
    -webkit-animation-timing-function: cubic-bezier(.46,.03,.59,.86);
}

/* FadeIn Animation */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* ZommIn Animation */
@-webkit-keyframes zoomIn {
  from {-webkit-transform: scale(1);transform: scale(1);}
  to {-webkit-transform: scale(1.03);transform: scale(1.03);}
}
@keyframes zoomIn {
  from {-webkit-transform: scale(1);transform: scale(1);}
  to {-webkit-transform: scale(1.03);transform: scale(1.03);}
}

.bewertung-inner-box {
	width: 800px;
	float: right;
	text-align: left;
}

ul.usps {
	margin-bottom: 1rem;
	padding-left: 0;
}

.usps li {
	list-style: none;
	height: 50px;
}
.usps li::before {
	content: '';
	display: inline-block;
	height: 40px;
	width: 45px;
	background-image: url("/wp-content/themes/southvision/assets/images/ul-icon.svg");
	background-repeat: no-repeat;
}

.usps li div {
	margin-left: 45px;
	margin-top: -45px;
}

.bewerten-box {
	padding: 4rem;
	margin-top: 5rem;
	position: absolute;
	width: 65vw;
	left: 0;
	background-color: white;
	z-index: 999;
}

ul.steps {
	padding-left: 0;
	position: relative;
	z-index: 1;
}
ul.steps li {
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2em;
	border-radius: 1em;
	background: var(--primary);
	margin: 0 1em;
	display: inline-block;
	color: white;
	position: relative;
}

ul.steps li::before{
	content: '';
	position: absolute;
	top: .9em;
	left: -4em;
	width: 4em;
	height: .2em;
	background: var(--primary);
	z-index: -1;
}


ul.steps li:first-child::before {
	display: none;
}

ul.steps .active {
	background: var(--primary);
}

ul.steps .active ~ li {
	background: var(--grey);
}

ul.steps .active ~ li::before {
	background: var(--grey);
}
