/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 Jan 2021, 15:12:57
    Author     : skreq
*/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/assets/fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/assets/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('/assets/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
         url('/assets/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/assets/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-regular - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/assets/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/assets/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/assets/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/assets/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-600 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/assets/fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/assets/fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('/assets/fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
         url('/assets/fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/assets/fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/assets/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('/assets/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
         url('/assets/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/assets/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  @font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/OpenSans_Condensed-Light.ttf'); /* IE9 Compat Modes */
    src: local(''),
         url('/assets/fonts/OpenSans_Condensed-Light.ttf') format('truetype'), /* Safari, Android, iOS */
  }

  @font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/MaterialIcons-Regular.ttf'); /* IE9 Compat Modes */
    src: local(''),
         url('/assets/fonts/MaterialIcons-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
  }

  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }
  
:root {
   --orange: #ec6801;
   --orange-hover:#bd5200;
   --green: #80b62c;
   --dark: #000;
   --main: #5d5d5d;
   --default:'Open Sans', sans-serif;
   --cond: 'Open Sans Condensed', sans-serif;
}

strong {
    font-weight: 600;
}

* { 
    box-sizing: border-box;
    font-family: var(--default);
    font-size: 1rem;
    color:var(--main);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

p a {
    color: var(--green)
}

h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    width: 100%;
    float: left;
}

body {
    margin: 0;
    background: #f2f2f2;
    margin-top:85px;
}

header {
    height: 85px;
    width:100%;
    position: fixed;
    top:0px;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
}

.mainWrapper {
    width: 100%;
    float: left;
    height: auto;
    min-height: 800px;
    background: url(/assets/bg.jpg.webp) center top repeat-x;
}

.centerWrap {
    max-width: 1460px;
    padding: 0 30px;
    margin: auto;
    display: block;
    position: relative;
}

header .logo {
    width:200px;
    float: left;
    margin-top: 20px;
}

header .nav ul {
    position: absolute;
    left: 0;
    display: none;
    padding: 0;
    list-style-type: none;
    min-width: 130%;
    width: max-content;
    background: #fff;
    text-align: center;
    top: 60px;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,0.09), 0 2px 8px 0 rgba(0,0,0,0.03);
    z-index: 999;
}

header .nav ul:hover {
    display: block
}

header .nav {
    float: left;
    padding-top: 0;
    margin-top: 0px;
    margin-left: 35px;
    height: 85px;
}

.nav .item {
    float: left;
    margin-right: 25px;
    font-family: var(--default);
    font-size: 15px;
    letter-spacing: -1px;
    font-weight: 600;
    position: relative;
    padding: 32px 0;
}

.nav .item .menuCaption {
    font-size: inherit;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: -1px;
}

.nav .material-icons {
    position: relative;
    vertical-align: bottom;
    font-size: 18px;
    margin-left: 5px;
}

.nav .item a {
    
    font-size: inherit;
    letter-spacing: -1px;
    font-family: inherit;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.nav .item.subMenu {
    cursor: pointer;
}

.nav .item.subMenu.active {
    color: #000;
}

.nav li a {
    padding: 20px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    float: left;
    text-align: left;
    width: 100%;
    font-size: 18px;
    font-family: var(--cond);
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.nav .item a:hover {
    color: var(--orange);
}

.nav li a:hover {
    background: #f3f3f3;
    color: var(--orange);
}

header .actions {
    float: right;
}

header .actions .icon {
    height: 85px;
    width: 70px;
    float: left;
    text-align: center;
    padding-top: 20px;  
    cursor: pointer;
    position: relative;
}
header .actions .icon *{
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

header .actions .icon:hover *{
    color: var(--orange);
}


.icon .material-icons {
    color:#000;
}

.icon span.iconName {
    float: left;
    width: 100%;
    font-size: 15px;
    margin-top: -5px;
}

.buttonXS {
    background: var(--orange);
    color: #fff;
    font-family: var(--cond);
    padding: 12px;
    font-size: 18px;
    float:left;
    margin-top: 0px;
    text-transform: uppercase;
        padding-right: 30px;
        position: relative;
        -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
border:0px;
cursor: pointer;
}

a.buttonXL {
    background: var(--orange);
    color: #fff;
    font-family: var(--cond);
    padding: 10px 15px;
    font-size: 30px;
    float: none;
    margin: auto;
    display: block;
    width: 485px;
    text-transform: uppercase;
    padding-right: 00px;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a.buttonXL .material-icons {
    color: #fff;
    position: absolute;
    top: 15px;
    font-size: 32px;
    right: 10px;
}

.buttonXS:hover,
a.buttonXL:hover{
    background: var(--orange-hover)
}

header .buttonXS {
    margin-top:18px;
    margin-left: 20px;
}

.buttonXS .material-icons {
    color: #fff;
    position: absolute;
    top: 12px;
    right: 5px;
}

.captionXL {
    font-size: 50px;
    font-family: var(--default);
    font-weight: 600;
    text-align: center;
    float: left;
    width: 100%;
    letter-spacing: -2px;
    color: var(--dark);
    line-height: 1.2;
        padding: 100px 50px 0;
}

.subCaptionHolder {
    float: left;
    width: 100%;
    padding: 40px 0 60px;
}

.buttonXLholder {
    float: left;
    width: 100%;
    padding: 70px 0 70px;
}

.subCaption {
    font-size: 20px;
    font-family: var(--default);
    font-weight: 400;
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
    width: 100%;
    max-width: 750px;
}

.teaserWrapper {
    float: left;
    width: 100%;
    background: none;
    grid-template-columns: repeat(3,1fr);
    display: grid;
    grid-column-gap: 40px;
}

.teaserWrapper.halfs {
    grid-template-columns: repeat(2,1fr);
}

.teaserItem {
    float: left;
    width: 100%;    
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0,0,0,0.05);
}

.teaserItem .imageHolder {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: auto;
}

.teaserWrapper .teaserItem img {
    float: left;
    width: 100%;
    height: auto;
}

.teaserItem a img {
    transition: all ease-out 0.3s;
}

.teaserItem a:hover img {
    transform: scale(1.2);
    transition: all ease-out 3s;
}

.mapWrapper p,
.teaserItem p {
    float: left;
    margin: 0;
    padding: 30px 40px;
}

.imageHolder span.teaserCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 30px;
    font-family: var(--cond);
    text-transform: uppercase;
    color: #fff;
    background: var(--green);
    z-index: 2;
}

.imageHolder span.teaserOrder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 99px;
    border: 5px solid #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 70px;
    font-size: 35px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    box-shadow: 0 4px 3px rgba(0,0,0,0.2);
}

.mapWrapper {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    background: #fff;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    margin-top: 70px;
}

.slideshowHolder li {
    display: none;
    z-index: 99;
    position: absolute;
    width: 100%;
}

.inlineCaption {
    color: #5d5d5d;
    font-size: 30px;
    font-family: var(--cond);
    width: 100%;
    float:left;
    margin-bottom: 15px;
}

.slideshowHolder {
    position: relative;
}

.slideshowHolder li.visible {
    display: block;
}

.slideshowHolder li img {
    float: left;
    width: 100%;
}

.slideshowHolder .bgPicture {
  position: relative;
  left: 0;
  width: 100%;
}

.slideshowHolder ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.mapPart {
    overflow: hidden;
}

.mapPart .shadow {
    background: url(/assets/shadow.png) repeat-y;
    width: 300px;
    height: 800px;
    position: absolute;
    z-index: 99;
    opacity: 0.3;
}

a.inlinePhone {
    font-size: 20px;
    color: var(--green);
}

.calcWrapper {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    background: #fff;
    grid-template-columns: auto 425px;
    display: grid;
}

.ui-slider {
    float: left;
    width: 100%;
    
}

.calculator {
    padding: 40px;
}

.calculator .settings .caption {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 600;
    
}

.separatorSettings {
    display: grid;
    grid-template-columns: 160px auto;
}

.line hr {
    margin-top: 20px;
    opacity: 0.2;
}

.calculator .settings {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 40px;
        grid-column-gap: 80px;
    margin-bottom: 30px;
}

.ui-widget.ui-widget-content {
    border: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
    border-radius: 0px!important;
}

.ui-widget-header {
    background: #f1f1f1!important;
}

.ui-widget-content {
    background: var(--green);
}

.ui-slider-horizontal {
    height: 11px;
}

span.sldChar,
span.sldVal {
    float: left;
    width: auto;
    margin-top: 10px;
    font-size: 15px;
    color: var(--green);
    font-weight: 600;
    margin-right: 5px;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
    border: 1px solid var(--green);
    background: #fff;
}

.inlineSEOBlock {
    padding: 70px 0;
    float: left;
    width: 100%;
    text-align: center;
}

.terminPart {
    position: relative;
        background: #d0c3a3;
}

.terminPart img {
    float: left;
    width: 100%;
    height: auto;
}

.resultCounts {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    float: left;
}

.result .bigNumber {
    font-size: 50px;
    font-family: var(--cond);
    color: var(--green);
    letter-spacing: -1px;
}

.result span.desc {
    font-size: 15px;
    line-height: 1.2;
    float: left;
    width: 100%;
}

.resultAction {
    float: left;
    width: 50%;
    padding-top: 14px;
    padding-left: 40px;
}

.textLink {
    color: var(--orange)
}

.resultAction .textLink {
    margin-top: 20px;
    float: left;
}

.inlineSEOBlock h1 {
    font-size: 30px;
    font-family: var(--cond);
    margin-top: 0px;
}

.terminPart .buttonXS {
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    width: 180px;
    bottom: 50px;
}

.terminPart .caption {
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 2px 21px rgba(0,0,0,0.6);
    position: absolute;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    line-height: 1;
    width: 300px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: 130px;
}

/* trust */
div#trust {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    background: #fff;
   
        box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    display: grid;
    grid-template-columns: repeat(6,1fr);
    text-align: center;
}

.trust-item img {
    width: 100%;
    max-width: 180px;
    padding: 0px 60px 10px;
}
#trust .trust-item {
    cursor: pointer;
    border-right: 1px dashed rgba(0,0,0,0.1);
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-size: 15px;
    color: var(--nofocuscolor);
    padding: 30px 0px;
}

div.smallerTrust {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    display: grid;
    grid-template-columns: repeat(5,1fr);
    text-align: center;
}

.smallerTrust .trust-item {
    cursor: pointer;
    border-right: 1px dashed rgba(0,0,0,0.1);
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-size: 15px;
    color: var(--nofocuscolor);
    padding: 30px 0px;
}

.trust-item label {
    font-size: 15px;
    width: 100%;
    float: left;
    padding: 0 20px;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(84, 86, 90, 0.8);
    width: 100%;
    height: 100%;
    display: none;
}

.popup {
    
    padding: 50px;
    max-width: 1000px;
    background: #fff;
    background: url(/assets/images/popup.jpg) center top repeat-x #fff;
    min-height: 500px;
    position: absolute;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    top: 65px;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.05);
    display: none;
    text-align: left;
}
i.material-icons.closePopup {
    color: #fff;
    right: 20px;
    top: 20px;
    position: absolute;
    cursor: pointer;
}

.popup span.caption {
    float: left;
    width: 100%;
    
    font-size: 40px;
    line-height: 1.1;
    font-family: var(--cond);
    color: var(--green);
    margin-bottom: 40px;
    text-transform: uppercase;
}

.popup span.subCaption {
    text-align: left;
    max-width: 100%;
    font-family: var(--cond);
    text-transform: uppercase;
    font-size: 25px;
}

#trust .trust-item:hover {
    background: #fafff2;
    color: var(--actioncolor);
}

.teamWrapper {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.teamWrapper img {
    float: left;
    width: 100%;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.teamWrapper .item {
    position: relative;
    background: #000;
        overflow: hidden;
}

.teamWrapper .item:hover img {
    opacity:0.3
}


.teamWrapper .item:hover span.name {
    bottom: 60px;
    z-index: 999;
    background: none;
}

.teamWrapper .item:hover .desc {
    bottom: 20px;
}

.teamWrapper .item span.name {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px 20px;
    background: rgba(0,0,0,0.35);
    z-index: 998;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
        
}

.teamWrapper .item.wide {
    background: #fff;
    grid-area: 2/3/3/5;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    padding: 40px;
}

.teamWrapper .desc {
    position: absolute;
    bottom: -50px;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    left: 20px;
    font-size: 16px;
    z-index: 999;
    color: #fff;
}

.teamWrapper .desc .pos {
    color: silver;
    float: left;
    width: 100%;
    font-size: 15px;
}

.teamWrapper .desc .toProfil {
    color: var(--green);
    float: left;
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
}

.item.wide .logo {
    float: left;
    width: 250px;
}

.item.wide p {
    float: left;
    width: 100%;
}

.faqWrapper {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    background: #fff;
    
}

.faqItem {
    padding: 0 40px;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.faqItem:hover,
.faqItem.active{
    background: #fafff2;
}


.faqItem .question {
    font-size: 20px;
    padding: 25px 0;
    float: left;
    width: 100%;
    padding-right: 30px;
}


.faqItem p {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    display: none;
    font-size: 16px;
        padding-bottom: 40px;
}

.faqItem p.opened {
    height: auto;
    
}

.faqItem span.material-icons {
    position: absolute;
    right: 30px;
    top: 27px;
    color: var(--green);
    font-size: 20px;
}

.provenBox .pewl {
    max-width: 100%;
}

.provenBox {
    float: left;
    width: 100%;
    padding: 40px;
}



.overFooterBox {
    width: 100%;
    margin: auto;
    margin-bottom: 140px;
    max-width: 1400px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    
}



.contOpt span.material-icons.bigIcon {
    margin: auto;
    display: block;
    font-size: 45px;
    position: relative;
    width: 80px;
    height: 80px;
    padding-top: 20px;
    border-radius: 999px;
    text-align: center;
    margin-bottom: 0px;
    color: var(--green);
    margin-top: 20px;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

a.contOpt:hover span.material-icons.bigIcon {
    background: var(--green);
    color: #fff;
    transform: scale(0.8);
}

.contOpt span.caption {
    font-family: var(--cond);
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 30px;
    color: var(--green);
    padding: 0 20px;
    margin-bottom: 15px;
}

.contOpt span.txt {
    padding: 0 30px;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
}

.contOpt p {
    padding: 0 30px;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 0;
}

.buttonWrapper a.buttonXS {
    float: none;
}
.buttonWrapper {
    float: left;
    width: 100%;
    height: 75px;
    margin-top: 20px;
    text-align: center;
}

footer {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    font-size: 16px!Important;
    margin-top: 60px;
}

footer .menu {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 30px;
    padding: 65px 0;
}

footer .menu ul li a,
footer .middle span,
footer .middle span strong,
footer .menu span{
    font-size: 16px;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

footer .menu ul li a:hover {
    color: var(--green);
}

footer .menu .colCapt {
    font-weight: 600;
    float: left;
    width: 100%;
}

footer .menu .item {
    float:left;
}

footer .menu ul {
    float: left;
    list-style-type: none;
    padding: 0;
    font-size: 16px;
}

.menu .item img {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}

footer .middle {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 50px 0;
}


.stars img {
    float: left;
}

.kundenbewert span {
    float: left;
}

span.stars {
    margin: -5px 0 0 10px;
}

span.starVal {
    color: var(--green);
    font-family: var(--cond);
    font-size: 30px!important;
    float: left;
    margin-left: 10px;
    margin-top: -10px;
}

footer .kundenbewert {
    float: left;
    width: 50%;
}

footer .kontakt {
    float: right;
    margin-top: -15px;
}

footer .kontakt a {
    font-size: 30px;
    font-family: var(--cond);
    color: var(--green);
    margin-left: 10px;
}

.underFooter {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #f6f6f6;
}

.underFooter ul{
    float: left;
    list-style-type: none;
    padding: 0;
}

.underFooter ul li{
    float:left;
    margin-right: 20px;
}

.underFooter ul li a{
    font-size: 16px;
}

.underFooter ul li a:hover{
    text-decoration: underline;
}

img.bottomLogo.logo {
    width: 180px;
    filter: grayscale(1);
    float: right;
    opacity: 0.87;
}

.searchOpened {
    width: 100%;
    height: auto;
    background: #fff;
    top: 85px;
    border-top: 1px solid rgba(0,0,0,0.1);
    position: fixed;
    box-shadow: 0px 10px 13px rgba(0,0,0,0.05);
    display: none;
}

.searchWrapper {
    position: absolute;
    width: calc(100% - 250px);
    padding: 15px 60px 15px 60px;
    background: #fff;
    height: 85px;
    z-index: 99;
    left: 250px;
    display: none;
}

.searchWrapper .searchIco {
    position: absolute;
    left: 10px;
    top: 30px;
    opacity: 0.5;
}

.searchWrapper input[type="text"] {
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-highlight: none;
}

textarea:focus, input:focus{
    outline: none;
}

.searchWrapper .closeIco {
    position: absolute;
    right: 35px;
    top: 30px;
    opacity: 0.5;
    cursor: pointer;
}

.searchContent {
    float: left;
    width: 100%;
    padding: 0px 15px 30px;
}

.searchOpened ul {
    list-style-type: none;
    padding: 0;
}

.searchOpened ul li{
   margin-bottom: 15px
}

.searchOpened ul li a:hover{
    color: var(--green);
}

.searchContent span.inlineCaption {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: var(--default);
}

.menuOverlay {
    background: rgba(84, 86, 90, 0.8);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    top: 0px;
    display: none;
}

.searchOverlay {
    background: rgba(84, 86, 90, 0.8);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -1;
    top: 85px;
    display: none;
}

.searchWrapper .closeIco:hover {
    opacity: 1;
}

#resMenu {
    width: 100%;
    max-width: 360px;
    height: 100vh;
    min-height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    left: -360px;
    overflow-y: scroll;
}

#resMenu .resItem {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    
}

.menuHeader {
    float: left;
    line-height: 60px;
    background: #000;
    color: #fff;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.menuHeader .close {
    float: right;
    top: 20px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    color: silver;
    font-size: 18px;
}

#resMenu .search {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#resMenu .search input {
    width: 100%;
    padding: 20px 20px;
    border:0px;
    background: rgb(243,243,243);
    padding-left: 60px;
        font-size: 16px;
}

#resMenu .search input::placeholder {
    opacity: 0.6;
}

#resMenu span.search {
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0.5;
        width: 20px;
}

.resCaption {
    float: left;
    width: 100%;
    font-family: var(--cond);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

#resMenu .resItem {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 0px 30px;
    cursor: pointer;
    
}

.resItem a {
    display: none;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-family: var(--cond);
    font-weight: 600;
    color: grey;
}

.resCaption span {
    position: absolute;
    right: 20px;
    color: var(--green);
}
div#menuWrapper {
    float: left;
}

.menuHeader img.logo {
    width: 140px;
    float: left;
    margin: 17px;
}

#resMenu .kontakt {
    float: left;
    padding: 30px;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.1);
    font-size: 16px;
}

#resMenu .kontakt strong {
    float: left;
    width: 100%;
    font-size: 16px;
}

#resMenu .kontakt a {
    font-size: 30px;
    font-family: var(--cond);
    color: var(--green);
}

span.material-icons.resMenuButton {
    position: absolute;
    top: 30px;
    left: 20px;
    color: #000;
    display: none;
}

div#mainTeaser {
    float: left;
    position: relative;
    margin: 30px auto 0;
    max-width: 1560px;
    display: grid;
    grid-template-columns: 66.7% 33.4%;
    background: #fff;
    box-shadow: 0 12px 30px rgb(0 0 0 / 10%);
}

.teaserDesc {
    padding: 60px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
  
    position: relative;
    background: rgb(235,235,235);
background: linear-gradient(0deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 60%);
}

#mainTeaser video {
    float: left;
    width: 100%;
}

video:focus {
    border: 0px;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.contactDetail {
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
}

.container.subpage {
    float: left;
    width: 100%;
    padding: 50px;
    background: #fff;
    margin-bottom: 30px;
}

.container.subpage.halfs .content {
    padding: 40px;
}

div#rightBar {
    float: right;
    width: 300px;
}

.subpageTeaser {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    margin-top: 30px;
    background-position-x: center;
    background:#fff;
}

.subpageTeaser .content {
    padding: 50px;
    float: left;
    position: relative;
    border-top: 5px solid var(--green);
}

.subpageTeaser img {
    right: 0px;
    float: left;
    width: 100%;
}


.subpageTeaser .title {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -2px;
    color: var(--dark);
}


.container.subpage span.captionXL {
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 1.2;
}

.container.subpage.halfs {
    display: grid;
    grid-template-columns: 35% 65%;
    padding: 0;
}

.container.subpage.halfs.reversed {
    grid-template-columns: 65% 35%;
}

.pushedLeft {
    width: calc(100% - 380px)!important;
}

.container.withQuickMenu {
    display: grid;
    width: 100%;
    float: left;
    grid-template-columns: 3fr 1fr;
    grid-gap: 30px;
}

.container.subpage.halfs .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.quickMenu ul {
    float: left;
    background:#f2f2f2;
    margin: 0;
    list-style: none;
    padding: 0px;
    position: sticky;
    top: 110px;
    width: 100%;
}

.quickMenu ul li {
    padding: 0px 0px 0px 65px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    color: #7f868c;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;

    float: left;
    width: 100%;
}

.quickMenu ul li.active {
    
}

.quickMenu ul li span.order {
    position: absolute;
    left: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 0px;
    line-height: 27px;
    opacity: 0.6;
    top: 17px;
}

.quickMenu {
    padding-top: 30px;
}

span.stepper {
    position: absolute;
    top: -34px;
    width: 60px;
    height: 60px;
    background: var(--green);
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.quickMenu ul li.active .order {
    background: var(--green);
    opacity: 1;
    color: #fff;
    border: 0px;
}

.quickMenu ul li.active {
    background: rgba(255,255,255,1);
    border-bottom: 0px;
}

.quickMenu ul li.active a {
    color: var(--green);
}

span.inlineSeparator {
    width: 100%;
    float: left;
    margin: 20px 0px 50px;
    font-weight: 600;
}

span.inlineSeparator a{
    font-weight: 600;
    color: var(--green)
}

.container.subpage.subpageOverview {
    background: #fff;
    box-shadow: 0px 2px 40px rgb(0 0 0 / 10%);
    padding-left: 160px;
    position: relative;
    border-top: 2px solid var(--green);
    margin-bottom: 0px;
}

ul.styled a,
.container.subpage.subpageOverview a{
    color: var(--green)
}

span.material-icons.tips {
    position: absolute;
    left: 60px;
    font-size: 60px;
    top: 62px;
    color: var(--green);
}

ul.styled,
.subpageOverview ul {
    padding: 0px;
    margin: 0px;
    float: left;
    list-style: none;
    margin-top: 20px;
}

ul.styled span.material-icons {
    float: left;
}

ul.styled li,
.subpageOverview ul li{
    float: left;
    width: 100%;
}

.subpageOverview span.material-icons {
    float: left;
}

.pageSwitch {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background: #eaeaea;
    grid-gap: 1px;
}

.pageSwitch a {
    text-align: center;
    float: left;
    width: 100%;
    line-height: 60px;
    background: white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pageSwitch .material-icons {
    vertical-align: text-top;
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pageSwitch a:hover,
.pageSwitch a:hover .material-icons{
    background: var(--green);
    color: #fff
}

.quickMenu a {
    padding: 20px 30px 20px 10px;
    float: left;
    width: 100%;
}

.quickMenu ul li:hover {
    color: var(--green);
    background: rgba(255,255,255,1);
}

.quickMenu ul li:hover a {
    color: var(--green);
}

.quickMenu ul li:hover span.order {
    border-color: var(--green);

}

.container .content.longer {
    padding-bottom: 0px!important;
}

.container div.prolonger {
    grid-row: 2;
    grid-column: 1/3;
    padding: 40px;
}

.container.subpage p {
    float: left;
}

.container.subpage .captionXL,
.container.subpage h2.captionXL {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 1.2;
    margin-top:0px;
}

.subpageTeaser h1.title {
    margin: 0px 0;
} 

h2.captionXL.inline {
    margin: 20px 0 50px;
    padding: 0;
    text-align: left;
    font-size: 30px;
    letter-spacing: -1px;
    padding-left: 50px;
    line-height: 1.2;
}

h3.captionXL {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 1.2;
    margin-top:0px;
}

.prolonger p {
    margin-top: 0px;
}

.img.person img {
    margin: 25px 0 25px 25px;
    width: 230px;
    float: left;
}

.container.subpage.halfs.person {
    display: grid;
    grid-template-columns: auto auto;
}

.person span.name {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    width: 100%;
    float: left;
}

.subpageTeaser.wide h1 {
    position: absolute;
    margin: 0;
    bottom: 30px;
    left: 30px;
    padding: 10px 25px;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    color: #fff;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(3px);
    font-size: 3rem;
}

.container.subpage hr {
    margin: 40px 0 40px;
    float: left;
    width: 100%;
    opacity: 0.3;
}

.grid-halfs {
    display: grid;
    float: left;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    margin-bottom: 30px;
}

.grid-halfs .container.subpage {
    margin-bottom: 0px;
}

.noShadow {
    box-shadow: none!important;
}

.container.iframe {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.ihv-properties-card .ihv-holder {
    background-color: #fff!important;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 5%)!important;
}

.ihv-properties-card .ihv-price {
    font-weight: 600!important;
}

p.floating {
    padding: 40px 40px 30px;
    float: left;
    width: 100%;
}

span.iconCaption {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 25px;
    color: #c34646;
    padding: 10px 0 10px 35px;
    position: relative;
}

span.iconCaption .material-icons {
    position: absolute;
    color: #c34646;
    left: 5px;
    top: 15px;
}

.ihv-properties-card .ihv-holder {
    background-color: #fff;
    height: 100%;
}

.kontakt .content {
    background: #f5f5f5;
    width: 600px;
    position: absolute;
    top: 85px;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    right: 0;
    cursor: default;
    grid-template-columns: 1fr 2fr;
    display: none;
}

.kontakt .content span.title {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}

.kontakt .content input#callnumber {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.02);
    margin-bottom: 10px;
    color: #000
}

.kontakt .content input.btn.btn--secondary.callbackBtn {
    float: left;
    background: var(--orange);
    border: 0px;
    padding: 5px 10px;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.kontakt .content input.btn.btn--secondary.callbackBtn:hover{
    background: var(--orange-hover);
}



.callbackform.show {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    padding: 15px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
}

.kontakt .content ul {
    float: left;
    width: 100%;
    margin: 0;
    text-align: left;
    list-style: none;
    padding: 0;
}

.kontakt .content ul .material-icons {
    position: absolute;
    left: 7px;
    top: 12px;
    color: var(--green);
    font-size: 19px;
}
.kontakt .content ul li {
    position: relative;
    padding: 10px 10px 10px 35px;
    background: #fff;
    margin-top: 3px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
    border-radius: 2px;
    float: left;
    width: 100%;
}

.kontakt .content ul li a {
    color: #000!important;
}

.kontakt .content ul li a:hover {
    color: var(--orange)!important;
}

.alternateKontakt {
    padding: 0 20px 20px;
    float: left;
    width: 100%;
    background: whitesmoke;
}


.kontakt .content .left {
    padding: 17px 30px;
    text-align: left;
    background: #fbfbfb;
    border-right: 1px solid rgba(0,0,0,0.05);
    margin-top: 20px;
}

.kontakt .content .left p {
    font-size: 0.9rem;
    color: grey
}

span.phoneInfo {
    float: left;
    width: 100%;
    font-size: 0.7rem;
    color: grey!important;
}

.callbackHolder {
    float: left;
    padding: 20px;
    background: whitesmoke;
}

header .nav ul li {
    min-width: 260px;
}

header .nav ul li a .material-icons {
    float: right;
    color: var(--orange);
}

.grid-sidebar {
    display: grid;
    float: left;
    width: 100%;
    grid-template-columns: 2.5fr 1fr;
    grid-gap: 30px;
}

.grid-sidebar.reversed {
    grid-template-columns: 430px auto;
    margin-top: 40px;
    grid-gap: 0px;
}

.sidebar .holder {
    position: sticky;
    top: 110px;
    float:left;
}



.zins-check #calculatorFrame {
    min-height: 1200px;
}

.iframeHolder {
    padding: 0px!important;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    border: 5px solid white;
}

iframe#calculator {
    float: left;
    width: 100%;
    min-height: 700px;
}

.subpageTeaser.wide .nonH1 {
    position: absolute;
    margin: 0;
    bottom: 30px;
    left: 30px;
    padding: 10px 25px;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    color: #fff;
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(3px);
    font-size: 3rem;
}

div#baufilead-dialog {
    backdrop-filter: blur(3px);
}
ul.styled p {
    padding-left: 20px;
    position: relative;
}

ul.styled p span.material-icons {
    position: absolute;
    left: -5px;
}

#bl-dialog .baufilead-dialog-content-container {
    background-color: #ededed!important;
    border-color: #ededed!important;

}

#bl-dialog .baufilead-dialog-title {
    font-family: 'Roboto'!important;
    color: #000000!important;
    font-size: 20px!important;
}

#bl-dialog .baufilead-close-button {
    fill: #949494!important;
}
#bl-dialog .baufilead-panel,
bl-panel.baufilead-arrow-right.baufilead-panel {
    border: 0px!important;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%)!important;
}



#bl-dialog .baufilead-button-container .baufilead-button {
    background: #ee7608!important;
    color: #fff!important;
    box-shadow: none!important;
    border-radius:0px!important;
}

#bl-dialog .baufilead-button-container .baufilead-button-text {
    color:#fff!important;
}

#bl-dialog .baufilead-arrow-right:before {
    border-color: rgba(194, 225, 245, 0)!important;
    border-left-color: #dbdbdb!Important!important;
}

#bl-dialog .baufilead-radio-label, #bl-dialog .baufilead-checkbox-label, #bl-dialog input, #bl-dialog textarea,
#bl-dialog .baufilead-inputlabel-input-container:after, #bl-dialog .baufilead-formularelement-label, #bl-dialog .baufilead-inputlabel-tilgung-label {
    font-family: 'Roboto'!important;
}

iframe#banksFrame {
    float: left;
    width: 100%;
    margin-top: 40px;
    min-height: 3980px;
}

ul#tagFilter {
    max-width: 768px;
    width: 100%;
    margin: auto!important;
    text-align: center;
    list-style-type: none;
    padding: 50px 0px 20px;
    margin: 0px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

ul#tagFilter li {
    display: inline-block
}

#dynamic-loader {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.filterHolder {
    float: left;
    width: 100%;
    position: relative;
}

#tagFilter li {
    padding: .75rem 1rem;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 5px;
    border-radius: 15px;
    font-size: 1px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#tagFilter li a {
    font-size: 0.9rem;
    padding: 12px 0px;
}

#tagFilter li.active, #tagFilter li:hover {
    background: rgba(255,255,255,0.5);
    box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
}

#dynamic-loader ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

#dynamic-loader ul li {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0,0,0, 0.02);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#dynamic-loader ul li:hover {
    box-shadow: 0px 2px 30px rgba(0,0,0, 0.1);
}

#dynamic-loader ul li:hover .resultImageHolder {
    transform: scale(1.2);
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out;
}

#dynamic-loader ul li a{
    float: left;
    width: 100%;
}

.resultImageHolder {
    min-height: 300px;
    float:left;
    width:100%;
}

div#dynamic-loader li span {
    float: left;
    width: 100%;
}

.resultImageHolder {
    min-height: 300px;
    float: left;
    width: 100%;
    background-size: cover!important;
    background-position: center!important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#dynamic-loader .content {
    float: left;
    width: 100%;
    padding: 20px 30px;
}

#dynamic-loader p {
    float: left;
    font-size: 0.9rem;
}

div#dynamic-loader li span {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
    line-height: 1.2;
}

#dynamic-loader span.tagName {
    font-size: 0.8rem;
    font-weight: 500;
    float: left;
    width: auto;
    padding: 4px 6px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    color: #616161;
    margin-right: 5px;
    margin-bottom:5px;
    background: rgba(0,0,0,0.02);
}

div#dynamic-loader li:hover span.title {
    color:var(--green)
}

div#dynamic-loader li span.title {
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    word-break: break-word;
}

.resultImageWrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.container.subpage.post p {
    width: 100%;
    float: left;
}

.wp-block-buttons {
    float:left;
}

.container.subpage.post h2 {
        color: #000;
        float: left;
        width: 100%;
        font-size: 1.5rem;
        font-weight: 600;
}

.container.subpage.post h3 {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #000;
    font-size: 1.1rem;
}

.container.subpage.post .wp-block-media-text {
    margin-bottom: 1.5em;
    float: left;
    width: 100%;
    font-size: 1rem;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 30px;
}

.container.subpage.post .wp-block-media-text .wp-block-media-text__content {
    padding: 0px;
}



.container.subpage.post li:before {
    content: 'chevron_right';
    font-family: 'Material Icons';
    display: inline-block;
    vertical-align: sub;
    font-size: 1.2rem;
    position: absolute;
    color: var(--green);
    left: 0px;
}

.container.subpage.post ul {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0px;
}

.container.subpage.post a {
    color: var(--green);
}

.container.subpage.post p.inBox em {
    background: #f6ffe9;
    color: #658631;
    padding: 30px;
    float: left;
    font-size: 20px;
    border: 1px solid #dae4ca;
    box-shadow: 0 4px 10px rgb(197 228 176 / 52%);
}

.sidebarMenu {
    float: left;
    padding: 30px;
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
}

.sidebarMenuCaption {
    font-weight: 700;
    color:#000;
    width: 100%;
    float:left;
    margin-bottom: 20px;
}

.sidebarMenu ul {
    padding: 0px;
    margin: 0px;
    float: left;
    width:100%;
}

.sidebarMenu ul li {
    list-style: none;
    padding-left: 25px;
    margin-bottom: 15px;
    margin-left: 0px;
    position: relative;
}

.sidebarMenu ul li a:hover {
    color:var(--green)
}

.sidebarMenu ul li:before {
    content: 'chevron_right';
    font-family: 'Material Icons';
    display: inline-block;
    vertical-align: sub;
    font-size: 1.2rem;
    color: var(--green);
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
}

.container.subpage.post ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}

.container.subpage.post {
    padding: 30px;
}

.container.subpage.post p.inBox {
    margin: 0px 0px 20px;
}

.alphabetWrapper {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}



.alphabetHolder.fixed {
    position: fixed;
    z-index: 9;
    background: rgb(249 249 249);
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    width: 100%;
    backdrop-filter: blur(3px);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
}

.alphabetHolder.fixed a {
    color:#5d5d5d;
}

.alphabetHolder a {
    color: #000;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 99px;
}
.alphabetHolder a:hover,
.alphabetHolder a.active {
    background: #fff;
    transform: scale(1.5);
    box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
    color: var(--green);
    
}

.letterBreakpoint hr {
    opacity: 0.4;
}

.letterBreakpoint {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    padding: 0 30px;
    position: relative;
    z-index: 0;
}

.letterBreakpoint span.letter {
    position: absolute;
    background: #000000;
    z-index: 9;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    top: -10px;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.lexikonHolder {
    float: left;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1px;
    margin-bottom: 50px;
    width: 100%;
}



.lexikonHolder div p{
    display: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: 20px;
    width: 100%;
    left: 0;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    font-size: 0.9rem;
    border-radius: 5px;
    top: 39px;
    left: 0px;
    -webkit-transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    -ms-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
    transition: top 0.2s ease-out;
}

.lexikonHolder div.activeP p{
    display: block!important;
}


.lexikonHolder div {
    float: left;
    background: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.lexikonHolder div .word {
    width: 100%;
    padding: 15px 35px 15px 15px;
    float: left;
    word-break: break-word;
}

.lexikonHolder div:hover {
    background: #f9f9f9;
}

.lexikonHolder div:hover span.material-icons {
    transform: rotate(90deg);
}

div .word span.material-icons {
    position: absolute;
    right: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: var(--green);
}

.wp-block-media-text__media img {
    height: auto;
}

.resItem a span.material-icons {
    right: 20px;
    position: absolute;
}

#tagFilter li.active a {
    color: var(--green);
}

.wp-block-image {
    margin-bottom: 2em;
    margin: 0;
    width: 100%;
    float: left;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
    float: left;
    width: 100%;
}

.searchContent div#searchResult {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1px;
    /* max-height: 500px; */
    overflow-y: hidden;
    margin-bottom: 40px;
}

.searchContent div#searchResult .entry-meta {
    font-size: 0.7rem;
}

.searchContent div#searchResult .entry-meta time,
.searchContent div#searchResult .entry-meta span,
.searchContent div#searchResult .entry-meta a,
.searchContent div#searchResult .entry-meta {
    font-size: 0.8rem!important;
}

.searchContent div#searchResult .entry-meta {
    padding: 2px 5px;
    border: 1px solid rgba(0,0,0,0.1);
    float: left;
    border-radius: 5px;
    background: rgba(0,0,0,0.02);
}

.searchContent div#searchResult .result-wrap {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
}

.searchContent div#searchResult .result-wrap img{
    max-width: 70px;
    border-radius: 5px;
}

.resultWrapper span.entry-title a {
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.5px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.resultWrapper span.entry-title a:hover {
    color: var(--green);
}

.entry-summary p {
    float: left;
    font-size: 0.9rem;
    margin: 0;
}

#searchResult article {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 20%);
}

.searchContent div#addMoreChars {
    float: left;
    padding: 10px;
    margin-top: 30px;
    width: 100%;
}

#addMoreChars span.material-icons {
    float: left;
    margin-right: 10px;
    color: var(--green);
}

.captionHolder {
    margin: auto;
    max-width: 1000px;
}
.container.about-us {
    background: #fff;
    float: left;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.container.about-us img {
    float: left;
    width: 100%;
    margin-top: -30px;
}

.container.subpage.beraters {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 340px;
}

.kontaktWrapper form input[type=submit] {
    width: auto;
    border: 0px;
    background: var(--orange);
    color: #fff;
    font-family: var(--cond);
    padding: 12px;
    font-size: 18px;
    float: left;
    margin-top: 20px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 0px;
    cursor: pointer;
    border-radius: 0px;
}

.kontaktWrapper .form-row {
    margin-bottom: 20px;
}

.kontaktWrapper form textarea,
.kontaktWrapper form input,
.kontaktWrapper input#callnumber {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid silver;
    border-radius: 5px;
    resize: none;
}

.kontaktWrapper form label {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 0.9rem;
    margin-bottom: 5px;
    font-weight: 600;
    color: #000
}

.kontaktWrapper form textarea,
.kontaktWrapper form input,
.kontaktWrapper form p {
    float: left;
    width: 100%;
}

.kontaktWrapper input[type="radio"] {
    float: left;
    width: auto!important;
    margin-right: 10px;
}

span#anrede span {
    margin: 20px 0px 0px!important;
}

.form-row {
    display: grid;
    float: left;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    width: 100%;
}

.wpcf7-response-output {
    float: left;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    float: left;
    margin-top: 10px;
}

.kontaktWrapper input[type="checkbox"] {
    float: left;
    width: 20px;
    margin: 0;
}

.accept-row {
    float: left;
    display: grid;
    grid-template-columns: 45px auto;
}

.accept-row p {
    margin: 0px;
}

.beraterHolder {
    display: grid;
    float: left;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    grid-gap: 1px;
}

.beraterHolder .beraterThumb {
    position: relative;
}

.beraterHolder .beraterThumb img {
    float:left;
    width: 100%;
}

.beraterHolder .beraterThumb .desc {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 60px 30px 0px 30px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 92%);
    color: #fff;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.beraterHolder .beraterThumb span {
    color: #fff;
    float: left;
    width: 100%;
    font-size: 0.9rem;
    text-align: center;
}

.beraterHolder .beraterThumb span.name {
    font-weight: 700;
    font-size: 1.2rem
}

.beraterHolder .beraterThumb span.zumProfile {
    opacity: 0;
    color: var(--orange);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a.beraterThumb:hover .desc {
    padding: 60px 30px 30px 30px;
}

a.beraterThumb:hover .desc span.zumProfile {
    padding:20px 0 20px;
    opacity: 1;
}

.card .holder {
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0,0,0,0.1);
}

.card .holder img {
    float: left;
    width: 100%;
}

.card .holder {
    background: #fff;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    position: sticky;
    top: 110px;
    float: left;
}

.card .info {
    float: left;
    padding: 30px;
}

.card .info h1{
    float: left;
    font-size: 2rem;
    width: 100%;
    margin: 0;
    font-weight: 700;
    color:#000;
}

.card .info a {
    color: var(--orange)
}

h2{
    font-size: 1.2rem;
    width: 100%;
    color: #000;
}

h3 {
    float: left;
    width: 100%;
    color: #000;
}

.card .info ul {
    margin: 0px;
    padding: 0px 0px 0px 40px;
    float: left;
}

.card .info ul li {
    padding: 0px;
    list-style: none;
    margin: 0 0 10px;
    float:left;
    width: 100%;
}

.card .info ul li .material-icons {
    position: absolute;
    left: 30px;
    
}

.grid-sidebar.reversed .content {
    background: #fff;
    padding: 40px;
}

.grid-sidebar.reversed .content h1 {
    font-size: 3rem;
    color: #000;
    font-weight: 600;
    margin: 0;
    letter-spacing: -1px;
}

.grid-sidebar.reversed .content h2 {
    font-size: 1.7rem;
    color: #000;
    font-weight: 600;
    margin: 0 0 30px;
    letter-spacing: -1px;
}



.contact-antrag ul {
    float: right;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: calc(100% - 200px);
    padding: 5px 0px 0px;
    max-width: 800px;
    grid-gap: 25px;
}

.contact-antrag ul li {
    float: left;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0;
}

.contact-antrag .material-icons {
    position: absolute;
    left: -10px;
    top: 6px;
    color: var(--green);
}

span.uspInfo {
    font-size: 0.9rem;
    line-height: 1.2;
    float: left;
}

.contact-antrag a {
    color: #000;
    font-weight: 700;
}

/*lead form*/

div#leadForm {
    max-width: 1000px;
    margin: 120px auto 30px;
    background: #fff;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    padding: 50px;
}


#leadForm span.captionXL {
    font-size: 2.5rem;
    letter-spacing: -1px;
    line-height: 1.2;
    margin: 150px auto 0;
    float: none;
    text-align: left;
    max-width: 600px;
    display: table;
    padding: 50px 0px 0px;
}

#leadForm span.captionXL small {
    font-size: 2rem;
    float:left;
    margin-top: 20px;
}

div#antragBox {
    background: #fff;
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: table;
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -190px;
    padding: 30px;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
}

#antragBox span.material-icons {
    float: left;
    width: 20px;
    position: absolute;
    left: 0px;

    color: var(--green);
}

div#antragBox ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
div#antragBox h1 {
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}

div#antragBox ul li {
    width: 100%;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

form {
    max-width: 600px;
    margin: auto;
    display: table;
}

#leadForm h2 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    margin: 40px 0 20px;
    letter-spacing: -.5px;
    float: left;
}

#leadForm [type="radio"]:checked, 
#leadForm [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

#leadForm [type="radio"]:checked + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--orange);
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#leadForm [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid lightgrey;
    border-radius: 100%;
    background: #fff;
}

#leadForm [type="radio"]:checked + label:before, 
#leadForm [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid lightgrey;
    border-radius: 100%;
    background: #fff;
}

#leadForm [type="radio"]:checked + label, 
#leadForm [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

#leadForm #formTeaser {
    width: calc(100% + 100px);
    float: left;
    margin-left: -50px;
    margin-top: -50px;
    position: relative;
}

#leadForm #formTeaser img {
    float: left;
    width: 100%;
}

.infoBox .content {
    display: none;
}

.nice-select.full {
    float: left;
    width: calc(100% - 50px);
    height: 50px;
    line-height: 48px;
}

.insideInput.right {
    right: 0px!important;
}

.formInput.long,
.nice-select.full.long {
    width: 100%;
}

.nice-select.noInfo {
    width: 100%;
    height: 50px;
    line-height: 48px;
}

.infoBox {
    cursor: pointer;
    float: left;
    width: 50px;
    text-align: center;
}

.formRow {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    min-height: 50px;
}




.infoBox .material-icons{
    color: silver;
    padding-top: 13px
}

.formInput {
    float: left;
    width: calc(100% - 50px);
    border: 1px solid #e8e8e8;
    padding: 13px 15px;
    border-radius: 5px;
}

.nice-select.open .list {
    width: calc(100% + 2px);
    left: -1px;
    box-shadow: 0px 13px 20px rgb(0 0 0 / 30%);
    padding: 15px 0;
    border: 1px solid grey;
    margin-top: 0px;
}

.nice-select .option.selected.focus {
    background-color: #f6f6f6;
    border-left: 5px solid var(--orange);
}

span.material-icons.insideInput {
    position: absolute;
    right: 50px;
    top: 0px;
    -webkit-top: 2px;
    background: #fff;
    padding: 12px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #e8e8e8;
    border-left: 1px dashed rgba(0,0,0,0.15);
    z-index: 8;
    height: 50px;
    display: block;
}

@media not all and (min-resolution:.001dpcm) { @media {



    span.material-icons.insideInput {
        top: 2px!important;
     }
}}



.splitter.halfs {
    float: left;
    width: calc(100% - 50px);
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}

#leadForm textarea.text-area {
    float: left;
    width: calc(100% - 50px);
    padding: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    height: 140px;
    resize: none;
    margin-bottom: 30px;
}

div#telBeratungBox {
    float: left;
    width: 100%;
}

#leadForm button#send {
    float: left;
    width: calc(100% - 50px);
    border: 0px;
    background: var(--orange);
    color: #fff;
    padding: 15px;
    margin: 10px 0 30px;
    cursor: pointer;
}

#leadForm .ssl {
    float: left;
    padding-left: 30px;
    width: calc(100% - 50px);
    position: relative;
    font-size: 0.9rem;
}

#leadForm .ssl .material-icons {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--dark);
}

#leadForm label.formLabel {
    position: absolute;
    top: -12px;
    z-index: 1;
    background: #fff;
    font-size: 0.8rem;
    padding: 3px;
    left: 15px;
    display: none;
}

i.material-icons.optionMark {
    position: absolute;
    left: 15px;
    top: 12px;
    color: var(--green);
}

span.current.selectedOption {
    font-weight: 600;
    color: var(--green);
    padding-left: 30px;
}

#leadForm .formRow input::placeholder {
    color: var(--main);
    opacity: 1;
    font-weight: 400;
}

#leadForm .formRow input {
    color: var(--green);
    font-weight: 600;
}

#leadForm .empty-error {
    color:red;
}

#leadForm input.empty-error {
    color:red;
    border: 1px solid red;

}

#leadForm div.empty-error {
    color:red;
    border: 1px solid red;

}


#leadForm .empty-error::placeholder {
    color: red!important;

}

.row-of-4 {
    grid-template-columns: repeat(4,1fr);
}

.legal ul {
    float: left;
    width: 100%;
}

.legal .container.subpage p {
    float: left;
    width: 100%;
}

.grid-sidebar.legal {
    margin-top: 30px;
}

.stelle {
    float: left;
    width: 100%;
    display: grid;
    position: relative;
    grid-template-columns: 3fr 1fr 100px;
    grid-column-gap: 30px;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: all 0.3s ease-out;
}

.stelle:hover {
    background: #f9f9f9;
    
}

.stelle:hover div{
    color: var(--orange);
}

.stelle:hover .stellenlink span {
    color: var(--orange);
}

.stellenlink,
.stellenort,
.stellentitel {
    padding: 15px 30px;
    transition: all 0.3s ease-out;
}
.stellenlink,
.stellenort {
    border-left: 1px dashed rgba(0,0,0,0.1);
    
}

.stellenlink {
    text-align: center;
    vertical-align: middle;
}

.stellentitel {
    padding-left: 40px;
    color: #000;
}

.content img {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.alt-footer {
    text-align: center;
    padding: 20px 0 60px;
}

.alt-footer span{
    cursor: pointer;
    font-size: 0.8rem;
}

.alt-footer span:hover{
    color:var(--orange)
}

.popup span.h3, .popup span.h4 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
}

span.officeTitle {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #000!important;
    margin-bottom: 5px;
}

.teaserDesc .caption {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    color: #000;
    margin-top: 0px;
}

.teaserDesc p {
    color: #525252;
    font-size: 1.3rem;
}

.teaserDesc .arrow {
    position: absolute;
    background: white;
    width: 50px;
    height: 50px;
    left: -25px;
    top: 90px;
    transform: rotate(45deg);
}

.faqCaption {
    padding: 0 0 30px 40px;
    text-align: left;
    font-size: 2rem;
    margin-top: 50px;
}

div#homeTeaser {
    float: left;
    width: 100%;
    position: relative;
    background: #000;
    margin-top: 30px;
    overflow: hidden;
    min-height: 600px;
}

div#homeTeaser img {
    float: left;
    width: 100%;
    opacity: 0.8;
    height: auto;
}

div#homeTeaser .slide.active img {
    transform: scale(1.3);
    transition: all 0.4s ease-out;
}

div#homeTeaser .slide.active.unzoomed img {
    transform: scale(1);
}


#homeTeaser .teasInfo {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 450px;
    z-index: 1;
    filter: blur(3px);
    transition: all 0.4s ease-out;
}

#homeTeaser .slide.active.unzoomed .teasInfo {
    filter: blur(0px);
    left: 60px;
}

div#loader {
    background:var(--orange);
    height: 5px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 0%;
    opacity: 1;
}

img#roof {
    left: 60px;
    position: absolute;
    z-index: 1;
    width: 50px!important;
    top: 100px;
    opacity: 1!important;
}

#homeTeaser .teasInfo span {
    color: #fff;
}

#homeTeaser .teasInfo span.caption {
    font-size: 1.6rem;
    margin-bottom: 20px;
    float: left
}

#homeTeaser .teasInfo span.subCaption {
    font-size: 2.5rem;
    text-align: left;
    padding: 0;
    margin: 0;
    font-weight: 600;
    line-height: 1.1;
    float: left;
    margin-bottom: 30px
}

.infoBox .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    left: 0;
    top: 0;
    z-index: 9;
}

.infoBox .content {
    display: none;
    position: absolute;
    z-index: 9999;
    background: #fff;
    padding: 20px;
    width: 400px;
    right: 0;
    -webkit-box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 4px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 20%);
    font-size: 15px;
}

.infoBox .content .arrow {
    position: absolute;
    top: -6px;
    right: 16px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(
45deg
);
}

div#partnersHolder {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background: #fff;
    margin-top: 60px;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 5%);
    background: #ededed;
    grid-gap: 1px;
}

#partnersHolder .partner {
    background: #fff;
}

#partnersHolder .partner img {
    height: 50px;
    max-width: 200px;
    margin: auto;
    display: block;
}

#partnersHolder .partner {
    background: #fff;
    padding: 30px;
}

#homeTeaser .slide {
    position: relative;
    float: left;
    display: none;
}

#homeTeaser .slide.active {
    display: block
}

.content.carriere {
    background: #fff;
    padding: 50px;
    float:left;
}

.content .two-col {
    display: inline;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    grid-gap: 30px;
    margin-bottom: 30px;
}

.two-col:before {
    display: none!important;
}

.content .left-col,
.content .right-col {
    width:100%
}

#position-title {
    width: 100%;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
}
#position-title a {
    background: var(--orange);
    margin-top: 15px;
    display: table!important;
    width: auto;
    margin: 20px auto 10px;
    color: #fff;
    padding: 10px;
}

div#aufvertrauenbauen {
    float: left;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 2rem;
    color: #000;
    width: 100%;
    text-align: center;
}

img.avatar.amaBenutzer {
    margin-right: 30px;
}

section.error-404.not-found {
    width: 100%;
    max-width: 768px;
    margin: 100px auto;
    text-align: center;
    padding: 0 30px;
}

.error-404 h1.page-title {
    font-size: 2rem;
    color: #000;
    font-weight: 600;
}

.error-404 p {
    font-size: 1.3rem;
}

.error-404 a.buttonXS {
    float: none;
    margin-top: 20px;
    display: inline-block;
}

span.material-icons.ico-404 {
    font-size: 100px;
    color: #000;
}

.hiddenVal {
    display: none;
}

.formInput.contIn {
    padding-left: 50px;
}

span.material-icons.inputCheckIcon {
    position: absolute;
    top: 10px;
    left: 13px;
    color: var(--green);
    display: none;
}

#success-icon {
    color: #fff!important;
    background: rgb(0, 153, 0);
    z-index: 99999;
    display: none;
    position: relative;
    width: calc(100% - 50px);
    height: 50px;
    text-align: center;
    padding: 13px 11px;
    margin-top: 50px;
    margin-bottom: -25px;
    float: left;
}

#leadForm .captionHolder {
    margin: auto;
    max-width: 1000px;
    float: left;
    width: 100%;
    
}

.agreeCheck a.bringPopup {
    text-decoration: underline;
}

div#leadTrust {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    float: left;
}

.leadStandort {
    max-width: 1000px;
    margin: 0px auto 30px;
    background: #fff;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    padding: 0px;
    display: none;
    grid-template-columns: repeat(2,1fr);
    
}

.leadStandort img {
    width: 100%;
    float: left;
}
.leadStandort h2 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 800;
    color: #000;
    margin: 0 0 20px;
    letter-spacing: -.5px;
    float: left;
}

.standort-info {
    padding: 30px;
}

.standort-info ul {
    padding: 0;
    list-style: none;
}

.standort-info li {
    min-height: 20px;
}
.standort-info .material-icons {
    margin-top: 2px;
    vertical-align: bottom;
    margin-right: 10px;
    color: var(--green);
}

#antragBox li {
    font-weight: 800;
}

.sign-agreement {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
  }
  
  .sign-agreement p {
    margin: 0px;
  }
  
  .sign-agreement input[type="checkbox"] {
    padding-right: 10px;
    margin-right: 10px;
    align-self: flex-start;
    height: 20px;
    width: 50px;
}
  
  button#send:disabled {
    filter: grayscale(1);
    opacity: 0.5;
    cursor: normal;
  }

  .frc-captcha {
    float:left;
    width: 100%;
  }