@font-face {
    font-family: "Source Sans 3";
    src: url("../fonts/josefin-sans/JosefinSans-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("../fonts/josefin-sans/JosefinSans-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("../fonts/josefin-sans/JosefinSans-SemiBold.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("../fonts/josefin-sans/JosefinSans-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("../fonts/josefin-sans/JosefinSans-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "ITCAvantGardeStd";
    src: url("../fonts/ITCAvantGardeStd-Bold/ITCAvantGardeStd-Bold.otf");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    src: url("../fonts/source-sans/SourceSansPro-Regular.ttf");
    font-weight: 300;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
    font-family: "Abhaya Libre";
}

body {
    font-family: "Source Sans 3";
    font-size: 20px;
    line-height: 1.4;
    background: #F2E7DF;
    height: 100%;
    margin: 0;
    font-weight: 300;
    scroll-behavior: smooth;
}

body a {
    outline: 0 !important;
}

body h1{
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 40px;
}

body h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
}

body h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
}



.footer-title {
    font-family: "Abhaya Libre";
    font-size: 34px;
    font-weight: 700;
    line-height: 3;
}


.front-page__objects-carousel .slide__object-info h2 {
    display: inline-block;
    min-height: 56px;
    width: 100%;
    text-transform: none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

.front-page__objects-carousel .slide__object-info h3 {
    font-size: 18px !important;
    color: #fff;
    font-weight: normal;
}

.front-page__objects-carousel .slide__object-info .slide__object-price {
    text-align: right;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.project--content .project--highlights .referenz__title h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.referenz__subtext {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

#objects_carousel .owl-stage {
    -webkit-transition: all 81s ease 0s !important;
    -o-transition: all 1s ease 0s !important;
    transition: all 1s ease 0s !important;
}

.awards {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.awards__item {
    display: inline-block;
    max-width: 190px;
    margin: 10px;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.awards__item:hover {
    opacity: .8;
}

@media (max-width: 1700px) {
    .contact-block {
        margin-left: auto !important;
        width: 100% !important;
    }

    .front-page__objects-carousel .slide__object-info h2 {
        font-size: 18px;
    }

    .front-page__objects-carousel .slide__object-info .slide__object-price,
    .front-page__objects-carousel .slide__object-info h3 {
        font-size: 14px !important
    }

    .contact-block {
        margin-left: auto !important;
        max-width: 100% !important;
        -webkit-flex: auto;
        -moz-flex: auto;
        -ms-flex: auto;
        -o-flex: auto;
        flex: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.arrow_box {
    display: inline-block;
}

.arrow_box > div {
    display: inline-block;
    background: black;
    position: relative;
    padding: 20px 20px 18px 20px;
    margin-bottom: 30px;
    margin-left: -50%;
    margin-top: -50%;
}

.arrow_box > div:after {
    content: "";
    border-top: 15px solid #000;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: -45px;
    left: 50%;
}

.arrow_box > div h5 {
    display: inline-block;
    font-family: SourceSansPro;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.arrow_box > div span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: SourceSansPro;
}

.mobile--menu .language--chooser {
    text-align: center;
    width: 100%;
}

.mobile--menu .language--chooser a {
    background-color: transparent;
    border-bottom: 0;
    line-height: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.language--chooser .wpml-ls-current-language a {
    color: #000;
    text-decoration: none;
}

.language--chooser a {
    color: #646464;
    text-decoration: none;
}

.video-modal {
    position: fixed;
    z-index: -100;
    opacity: 0;
    visibility: hidden;
}

.video-modal--opened {
    overflow: hidden;
}

.video-modal--opened .video-modal {
    position: fixed;
    display: flex;
    overflow-y: scroll;
    overflow-x: hidden;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    opacity: 1;
}

.video-modal--opened .video-modal__content {
    position: relative;
    padding: 30px;
    width: 90%;
    background: radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 29px, #fff 30px);
    border-left: 6px solid #c9b59d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.video-modal--opened .video-modal__content .video-modal__content-left {
    padding-right: 33%;
    background-image: url(../images/iconaz.png);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-background-size: 125px 130px;
    background-size: 125px 130px;
}

.hero .img {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.front-page--top {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.archive .front-page--top {
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 50%);
}


.hero .active .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease 8s;
    -o-transition: all ease 8s;
    transition: all ease 8s;
}

@media (max-width: 767px) {
    .h1, h1, .h2, h2, .h3, h3, .h4, h4 {
        font-size: 21px;
    }

    .video-modal--opened .video-modal {
        align-items: flex-start;
    }

    .video-modal--opened .video-modal__content .video-modal__content-left {
        padding-right: 0;
        background-image: none;
    }
}

.video-modal--opened .close-modal {
    position: absolute;
    top: -9px;
    right: 0px;
    padding-bottom: 10px;
    padding-left: 13px;
}

@media screen and (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
    body h1{
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    body h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    body h3 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 768px) {
    .hide-desktop {
        display: none !important;
    }
}

.header-cta {
    width: 100%;
    display: flex;
    align-items: center;
    background: #c9b59d;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    text-decoration: none;
    text-decoration: none !important;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -ms-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
    margin-right: -450px;
}

@media (max-width: 1760px) {
    .header-cta {
        margin-right: -330px;
    }

    .header-cta-tippgeberprovision {
        margin-right: -330px;
    }

    .header-cta-tippgeberprovision {
        padding-left: 15px;
    }
}

@media (min-width: 1760px) {
    .header-cta {
        margin-right: -400px;
    }

    .header-cta-tippgeberprovision {
        margin-right: -400px;
    }
}

@media (min-width: 1830px) {
    .header-cta {
        margin-right: -450px;
    }

    .header-cta-tippgeberprovision {
        margin-right: -450px;
    }
}

@media (min-width: 2280px) {
    .header-cta {
        margin-right: -600px;
    }

    .header-cta-tippgeberprovision {
        margin-right: -600px;
    }
}

@media (min-width: 1925px) {
    .header-cta {
        margin-right: -480px;
    }

    .header-cta-tippgeberprovision {
        margin-right: -480px;
    }
}

@media (min-width: 2050px) {
    .header-cta {
        margin-right: -500px;
    }

    .header-cta-tippgeberprovision {
        margin-right: -500px;
    }
}

@media (min-width: 2100px) {
    .header-cta {
        margin-right: -520px;
    }

    .header-cta-tippgeberprovision {
        margin-right: -520px;
    }
}

@media (min-width: 2170px) {
    .header-cta {
        margin-right: -550px;
    }

    .header-cta-tippgeberprovision {
        margin-right: -550px;
    }
}

@media (min-width: 2260px) {
    .header-cta {
        margin-right: -600px;
    }

    .header-cta-tippgeberprovision {
        margin-right: -600px;
    }
}

@media (min-width: 2450px) {
    .header-cta {
        margin-right: -620px;
    }

    .header-cta-tippgeberprovision {
        margin-right: -620px;
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .header-cta {
        padding-left: 12px;
        padding-right: 12px;
    }
    .video-modal--opened .video-modal__content .video-modal__content-left{
        font-size: 18px!important;
}
    .video-modal--opened .video-modal__content .h3-lookalike{
        font-size: 20px!important;
}}

@media (max-width: 767px) {
    .header-cta {
        margin-top: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.header-cta span {
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: "ITCAvantGardeStd";
}

@media (min-width: 1700px) {
    .header-cta span {
        padding: 0 36px;
    }
}

.header-cta:hover {
    background: #333;
    margin-right: 0px;
    webkit-transition: .8s all;
}

.header a {
    font-family: "ITCAvantGardeStd";
    color: #fff !important;
}

.mobile--menu .mobile-menu--contacts {
    font-family: "ITCAvantGardeStd";
}


.header a:hover {
    color: #c9b59d !important;
}

.sub-menu a {
    color: #333 !important;
}

.header {
    /*height: 131px;*/
    height: 80px;
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#menu-menue-rechts{
    line-height: 75px !important;
}

@media (min-width: 1200px) {
    .header.small {
        height: 80px;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

    .header.small img.main-logo--image {
        width: 150px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .header.small .header-menu li a {
        border-bottom-width: 5px;
        line-height: 75px !important;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }
}

@media (max-width: 1199px) {
    .project--content .project--highlights .referenz__title h2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .header {
        height: 70px !important;
    }
}

.header .col-10.col-xl-3 {
    position: relative;
}

/*.header .col-10.col-xl-3:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
  display: block;
}*/

@media (max-width: 767px) {
    .header .col-10.col-xl-3:after {
        content: none;
    }
}

.header img.main-logo--image {
    height: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

@media (max-width: 1199px) {
    .header img.main-logo--image {
        height: auto;
        width: 70%;
    }
}

@media (min-width: 1200px) and (max-width: 1449px) {
    .header img.main-logo--image {
        height: 80%;
    }
}

.header .header-menu {
    margin: 0;
    padding: 0;
    text-align: left;
}

.header .header-menu ul {
    margin-bottom: 0;
}

.header .header-menu li {
    margin: 0;
    display: inline-block;
    padding: 0 0px;
    font-size: 0;
}

.header .header-menu li a {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.header .header-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.header .header-menu li .sub-menu ul li {
    display: none;
}

.header .header-menu ul li:hover ul li {
    display: block;
    padding: 5px;
}

.header .header-menu li .sub-menu ul li ul {
    display: none;
}

.header .header-menu ul li ul li:hover ul {
    display: block;
}

.header .header-menu li .sub-menu {
    -webkit-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    background: #fff;
    padding-left: 0;
    margin-bottom: 7px;
    opacity: 0;
    visibility: hidden;
    top: 55px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.header .header-menu li .sub-menu li {
    display: block;
    max-height: 70px;
}

.header .header-menu li .sub-menu li a {
    width: 100%;
    text-align: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
    line-height: 46px !important;
}

.header .header-menu li .sub-menu li:hover {
    background: #c9b59d;
    border-radius: 25px;
}

.header .header-menu li .sub-menu li:hover a {
    color: #333 !important;
}

.header .header-menu li:hover .sub-menu {
    border-radius: 25px;
}

.header .header-menu li:last-child {
    padding-right: 0;
}

.header .header-menu li:first-child {
    padding-left: 0;
}

.header .header-menu li a {
    color: #000;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    line-height: 50px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

@media (min-width: 1200px) and (max-width: 1590px) {
    .header .header-menu li a {
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 75px;
        border-bottom-width: 5px
    }
}

.header .header-menu li a:hover {
    color: #c9b59d;
}

.header .header-menu li.current-menu-item > a, .header .header-menu li.current-menu-parent > a {
    color: #c9b59d;
}

.header--phone {
    margin-right: 20px;
    letter-spacing: 0.75px;
    color: #c9b59d;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
}

.header--phone:hover {
    color: #d5a552;
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .header--phone {
        font-size: 17px;
        letter-spacing: 0;
    }
}

.header--phone svg {
    font-size: 24px;
    margin-right: 10px;
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .header--phone svg {
        font-size: 17px;
    }
}

.navigation--active .navigation--toggler img:nth-of-type(1) {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.navigation--active .navigation--toggler img:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.navigation--toggler {
    position: relative;
    cursor: pointer;
}

.navigation--toggler img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.navigation--toggler img:nth-of-type(2) {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.mobile--menu {
    z-index: -100;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #ebebeb;
}

@media (max-width: 767px) {
    .mobile--menu {
        display: flex;
        flex-direction: column;
        background: #fff;
    }
}

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

.mobile--menu ul li {
    list-style-type: none;
}

.mobile--menu ul li.current-menu-item a {
    background: #c9b59d;
    color: #fff;
}

.mobile--menu ul li a {
    width: 100%;
    padding-left: 45px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 70px;
    color: #000;
    display: block;
    text-decoration: none;
    background: #e9e9e9;
    font-family: "ITCAvantGardeStd";
    border-bottom: 1px solid #33333360;
}

.mobile--menu .mobile-menu--contacts {
    text-align: center;
    padding-top: 20px;
}

.mobile--menu .mobile-menu--contacts a {
    color: #c9b59d;
    text-decoration: none;
}

.mobile--menu .mobile-menu--contacts a svg {
    margin-right: 10px;
}

.mobile--menu .sub-menu {
    display: none;
}

.mobile--menu ul li ul li ul li {
    display: none;
}

.navigation--active {
    overflow: hidden;
}

.navigation--active .mobile--menu {
    z-index: 99999;
    opacity: 1;
}

.footer__bottom-bar {
    height: 80px;
    background: #000;
    text-align: center;
}

@media (max-width: 767px) {
    .footer__bottom-bar {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.footer__bottom-bar .footer-menu {
    display: flex;
    padding-left: 0;
    margin: 0 !important;
    height: 80px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .footer__bottom-bar .footer-menu {
        height: auto;
        flex-direction: column-reverse;
    }
}

.footer__bottom-bar .footer-menu li {
    list-style-type: none;
}

.footer__bottom-bar .footer-menu li a {
    color: #fff;
    font-size: 14px;
}

.footer__bottom-bar .footer-menu li:first-of-type a {
    color: #fff !important;
}

.footer__bottom-bar .footer-menu li:after {
    content: "|";
    color: #fff;
    margin-left: 8px;
    margin-right: 8px;
}

.referenzen-list {
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.referenzen-list li {
    width: 50%;
}

@media (max-width: 767px) {
    .referenzen-list li {
        width: 100%;
    }

    .footer__bottom-bar .footer-menu li:after {
        content: none;
    }
}

.footer__bottom-bar .footer-menu li:last-of-type:after {
    content: none !important;
    margin-left: 0;
    margin-right: 0;
}

.footer__cta-bar {
    padding-top: 50px;
    background: #F2E7DF;
    font-size: 20px;
}

@media (max-width: 767px) {
    .footer__cta-bar {
        height: auto;
        padding: 25px 0;
    }
}

@media (max-width: 767px) {
    .footer__cta-bar > div {
        flex-direction: column;
    }
}

.footer__cta-bar a {
    font-family: "Source Sans 3";
    line-height: 1.4;
    font-weight: 600;
}

@media (max-width: 767px) {
    .footer__cta-bar a {
        font-size: 18px;
        margin: 0;
        margin-top: 10px;
    }
}

.footer__cta-bar a:hover {
    text-decoration: none;
}

.modal-form--enquiry {
    opacity: 0;
    visibility: hidden;
    z-index: -100;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.modal-form--enquiry .modal-form--wrapper {
    position: relative;
    background: #fff;
    border-top: 5px solid #000;
    width: 100%;
    padding: 45px 35px 45px 50px;
}

.modal-form--enquiry .modal-form--wrapper .modal-form--close {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.modal-form--enquiry .modal-form--wrapper .gform_title {
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 35px;
}

.modal-form--enquiry .modal-form--wrapper .gform_title:before {
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    background: #3b3b3b;
    margin-bottom: 35px;
}

.modal-form--enquiry .modal-form--wrapper #gform_2 {
    position: relative;
}

@media (min-width: 768px) {
    .modal-form--enquiry .modal-form--wrapper #gform_2 .gform_footer {
        position: absolute;
        max-width: 50%;
        width: auto;
        right: 0;
        bottom: -15px;
    }
}

.modal-form--enquiry .modal-form--wrapper #gform_2 #gform_submit_button_2 {
    width: 250px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    outline: 0 !important;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.modal-form--enquiry .modal-form--wrapper #gform_2 #gform_submit_button_2:hover {
    background: #000;
    color: #fff;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 {
    display: flex;
    flex-wrap: wrap;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 input {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    background: transparent;
    outline: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 input:-moz-placeholder {
    text-transform: uppercase;
    color: #000;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #000;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 input:-moz-placeholder {
    text-transform: uppercase;
    color: #000;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_1,
.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_4 {
    flex: 1 0 66.6%;
}

@media (max-width: 767px) {
    .modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_1,
    .modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_4 {
        flex: 1 0 100%;
    }
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_1 span,
.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_4 span {
    padding-top: 0;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_2,
.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_3,
.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_6,
.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_7,
.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_8,
.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_10 {
    flex: 1 0 33.3%;
}

@media (max-width: 767px) {
    .modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_2,
    .modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_3,
    .modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_6,
    .modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_7,
    .modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_8,
    .modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_10 {
        flex: 1 0 100%;
    }
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_2 input,
.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_3 input,
.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_6 input,
.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_7 input,
.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_8 input,
.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_10 input {
    width: 100%;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_5 {
    flex: 1 0 33.3%;
    margin-right: 66.7%;
}

@media (max-width: 767px) {
    .modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_5 {
        flex: 1 0 100%;
        margin-right: 0;
    }
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #input_2_4 {
    display: flex;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #input_2_4 #input_2_4_1_container,
.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #input_2_4 #input_2_4_6_container {
    flex: 1 0 50%;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #input_2_4 select {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
    padding: 5px 4px;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #input_2_4 #input_2_4_6_container {
    padding-right: 0;
    padding-left: 8px;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #input_2_4 #input_2_4_1_container {
    padding-right: 8px;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_9 {
    flex: 1 0 50%;
    margin-right: 50%;
}

@media (max-width: 767px) {
    .modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_9 {
        width: 100%;
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .modal-form--enquiry .modal-form--wrapper #gform_fields_2 #field_2_9 {
        margin-top: 32px;
    }
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 .select2-selection--single {
    margin-top: 12px;
    padding: 5px 4px !important;
    height: 39px;
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    position: relative;
}

@media (max-width: 767px) {
    .modal-form--enquiry .modal-form--wrapper #gform_fields_2 .select2-selection--single {
        height: 45px !important;
    }
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 .select2-selection--single span {
    line-height: 27px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 !important;
    color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-form--enquiry .modal-form--wrapper #gform_fields_2 .select2-selection--single span {
        font-size: 13px;
    }
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 .select2-selection--single .select2-selection__arrow {
    height: 25px;
    width: 25px;
    display: block;
    background: url("../images/Rechteck_17.png");
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

@media (max-width: 767px) {
    .modal-form--enquiry .modal-form--wrapper #gform_fields_2 .select2 {
        width: 100% !important;
    }
}

.modal-form--enquiry .modal-form--wrapper #gform_fields_2 .select2.select2-container--open .select2-selection__arrow {
    transform: rotate(90deg);
}

.modal-form--active {
    overflow: hidden;
}

.modal-form--active .modal-form--enquiry {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

@media (max-width: 767px) {
    .modal-form--active .modal-form--enquiry {
        display: block !important;
        overflow: scroll;
    }

    .modal-form--active .modal-form--enquiry .modal-form--wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 767px) {
    #field_2_2 {
        margin-top: 0 !important;
    }
}

.section--contact {
    padding-top: 90px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .section--contact {
        padding-top: 55px;
        padding-bottom: 15px;
    }
}

.section--contact h2 {
    font-size: 23px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 35px;
}

.section--contact h2:before {
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    background: #3b3b3b;
    margin-bottom: 35px;
}

.section--contact p {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.section--contact a {
    display: block;
    line-height: 2.5;
}

.section--contact label a {
    display: inline-block;
    color: #000;
    text-decoration: underline;
    line-height: 1.7;
}

.section--contact .contact--form form {
    position: relative;
}

@media (max-width: 767px) {
    .section--contact .contact--form form .gfield_required {
        display: none !important;
    }
}

.section--contact .contact--form form #field_1_6 > .ginput_container {
    display: flex;
}

.section--contact .contact--form form #field_1_6 > .ginput_container #input_1_6_1 {
    margin-top: 6px !important;
    margin-right: 6px !important;
}

@media (max-width: 767px) {
    .section--contact .contact--form form #field_1_1 {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .section--contact .contact--form form #input_1_1_3_container {
        margin-bottom: 16px !important;
    }
}

@media (max-width: 767px) {
    .section--contact .contact--form .gform_footer {
        margin-top: 0 !important;
    }
}

@media (min-width: 992px) {
    .section--contact .contact--form .gform_footer {
        position: absolute;
        bottom: 0;
        right: 0;
        display: inline-block;
        width: auto;
    }
}

.section--contact .contact--form .gform_footer #gform_submit_button_1 {
    border: 1px solid #000;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 60px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    cursor: pointer;
}

@media (max-width: 767px) {
    .section--contact .contact--form .gform_footer #gform_submit_button_1 {
        margin-top: 0;
    }
}

.section--contact .contact--form .gform_footer #gform_submit_button_1:hover {
    background: #000;
    color: #fff;
}

.section--contact .contact--form .gform_fields {
    display: flex;
    flex-wrap: wrap;
}

.section--contact .contact--form .gform_fields li {
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.section--contact .contact--form .gform_fields li:nth-of-type(1) {
    flex: 1 0 100%;
}

.section--contact .contact--form .gform_fields li:nth-of-type(2) {
    flex: 1 0 50%;
}

@media (max-width: 767px) {
    .section--contact .contact--form .gform_fields li:nth-of-type(2) {
        flex: 1 0 100%;
    }
}

.section--contact .contact--form .gform_fields li:nth-of-type(3) {
    flex: 1 0 50%;
}

@media (max-width: 767px) {
    .section--contact .contact--form .gform_fields li:nth-of-type(3) {
        flex: 1 0 100%;
    }
}

.section--contact .contact--form .gform_fields li:nth-of-type(4) {
    flex: 1 0 100%;
}

.section--contact .contact--form .gform_fields li:nth-of-type(5) {
    margin-top: 30px;
}

.section--contact .contact--form .gform_fields li input {
    margin: 0 !important;
    border: 0;
    outline: 0 !important;
    border-bottom: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.section--contact .contact--form .gform_fields li input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}

.section--contact .contact--form .gform_fields li input:-moz-placeholder {
    text-transform: uppercase;
    color: #000;
}

.section--contact .contact--form .gform_fields li input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #000;
}

.section--contact .contact--form .gform_fields li input:-moz-placeholder {
    text-transform: uppercase;
    color: #000;
}

.contact__blocks {
    margin: 10px;
}

.contact__blocks > .container-fluid > .row:nth-of-type(2n+1) {
    background: #c9b59d;
    color: #fff;
}

.contact__blocks > .container-fluid > .row:nth-of-type(2n+1) a {
    color: #fff;
    text-decoration: none;
}

.contact__blocks > .container-fluid > .row:nth-of-type(2n) {
    background: #f9f1e4;
    color: #000;
}

.contact__blocks > .container-fluid > .row:nth-of-type(2n) h3 {
    color: #c9b59d;
}

.contact__blocks > .container-fluid > .row:nth-of-type(2n) a {
    color: #000;
    text-decoration: none;
}

.contact__blocks .contact__block-phone,
.contact__blocks .contact__block-email {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .contact__blocks .contact__block-phone a,
    .contact__blocks .contact__block-email a {
        font-size: 16px;
    }
}

.contact__blocks .contact__block-phone img,
.contact__blocks .contact__block-email img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 15px;
}

.contact__blocks .contact__big-image {
    width: 100% !important;
    object-fit: cover;
}

#gform_fields_1,
#gform_fields_3 {
    display: flex;
    flex-wrap: wrap;
}

#gform_fields_1 .ginput_container,
#gform_fields_3 .ginput_container {
    margin-top: 0;
}

#gform_fields_1 #input_1_5_1,
#gform_fields_3 #input_1_5_1 {
    display: none;
}

#gform_fields_1 input,
#gform_fields_1 textarea,
#gform_fields_3 input,
#gform_fields_3 textarea {
    background: #f3f3f3;
    border: 1px solid #c9b59d!important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 10px;
}

#gform_fields_1 label,.header-cta-tippgeberprovision
#gform_fields_3 label {
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 0;
}

#gform_fields_1 input,
#gform_fields_3 input {
    margin-top: 8px !important;
}

#gform_fields_1 #field_1_1,
#gform_fields_3 #field_1_1 {
    flex: 1 0 100%;
    max-width: 100%;
    padding-right: 0;
    display: flex;
    width: 100%;
}

#gform_fields_1 #field_1_1 #input_1_1,
#gform_fields_3 #field_1_1 #input_1_1 {
    margin: 0;
}

#gform_fields_1 #field_1_1 #input_1_1 #input_1_1_3_container,
#gform_fields_3 #field_1_1 #input_1_1 #input_1_1_3_container {
    padding-right: 10px;
}

#gform_fields_1 #field_1_1 #input_1_1 #input_1_1_6_container,
#gform_fields_3 #field_1_1 #input_1_1 #input_1_1_6_container {
    padding-right: 0;
}

#gform_fields_1 #field_1_2,
#gform_fields_3 #field_1_2 {
    flex: 1 0 50%;
    max-width: 50%;
    padding-right: 10px;
}

@media (max-width: 767px) {
    #gform_fields_1 #field_1_2,
    #gform_fields_3 #field_1_2 {
        flex: 1 0 100%;
        max-width: 100%;
        padding-right: 0px;
    }
}

#gform_fields_1 #field_1_2 input,
#gform_fields_3 #field_1_2 input {
    width: 100%;
}

#gform_fields_1 #field_1_3,
#gform_fields_3 #field_1_3 {
    flex: 1 0 50%;
    max-width: 50%;
    padding-right: 0;
}

@media (max-width: 767px) {
    #gform_fields_1 #field_1_3,
    #gform_fields_3 #field_1_3 {
        flex: 1 0 100%;
        max-width: 100%;
        padding-right: 0px;
    }
}

#gform_fields_1 #field_1_3 input,
#gform_fields_3 #field_1_3 input {
    width: 100%;
}

#gform_fields_1 #field_1_4,
#gform_fields_3 #field_1_4 {
    flex: 1 0 60%;
    max-width: 60%;
    padding-right: 10px;
}

@media (max-width: 767px) {
    #gform_fields_1 #field_1_4,
    #gform_fields_3 #field_1_4 {
        flex: 1 0 100%;
        max-width: 100%;
        padding-right: 0px;
    }
}

#gform_fields_1 #field_1_5,
#gform_fields_3 #field_1_5 {
    flex: 1 0 40%;
    max-width: 40%;
    padding-right: 0;
    margin-top: 39px;
}

@media (max-width: 767px) {
    #gform_fields_1 #field_1_5,
    #gform_fields_3 #field_1_5 {
        flex: 1 0 100%;
        max-width: 100%;
        padding-right: 0px;
    }
}

#gform_fields_1 #field_1_5 .gfield_required,
#gform_fields_3 #field_1_5 .gfield_required {
    display: none;
}

#gform_fields_1 #field_1_5 #input_1_5_1:checked ~ label:before,
#gform_fields_3 #field_1_5 #input_1_5_1:checked ~ label:before {
    border-color: #c9b59d;
}

#gform_fields_1 #field_1_5 #input_1_5_1:checked ~ label:after,
#gform_fields_3 #field_1_5 #input_1_5_1:checked ~ label:after {
    border-color: #c9b59d;
}

#gform_fields_1 #field_1_5 a,
#gform_fields_3 #field_1_5 a {
    color: #c9b59d;
    text-decoration: none;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#gform_fields_1 #field_1_5 a:hover,
#gform_fields_3 #field_1_5 a:hover {
    color: #c9b59d;
}

#gform_fields_1 #field_1_5 label,
#gform_fields_3 #field_1_5 label {
    padding-left: 46px;
    padding-top: 4px;
    position: relative;
    font-size: 14px;
}

#gform_fields_1 #field_1_5 label:before,
#gform_fields_3 #field_1_5 label:before {
    position: absolute;
    left: 0;
    top: 7px;
    background: #f3f3f3;
    content: "";
    width: 36px;
    height: 36px;
    border: 1px solid #c9b59d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
}

#gform_fields_1 #field_1_5 label:after,
#gform_fields_3 #field_1_5 label:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 10px;
    width: 12px;
    height: 23px;
    border-color: transparent;
    border-style: solid;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
}

#gform_fields_1 span.gfield_required,
#gform_fields_3 span.gfield_required {
    margin-left: 0;
    color: #000;
}

#gform_1,
#gform_3 {
    position: relative;
}

#gform_1 .gform_footer,
#gform_3 .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    width: 40%;
    right: 0;
    bottom: 9px;
}

@media (max-width: 767px) {
    #gform_1 .gform_footer,
    #gform_3 .gform_footer {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
    }
}

#gform_1 .gform_footer input,
#gform_3 .gform_footer input {
    border: 0;
    background: #c9b59d;
    width: 100%;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
}

@media (max-width: 767px) {
    #gform_1 .gform_footer input,
    #gform_3 .gform_footer input {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-top: 15px;
        display: block;
        margin-bottom: 35px;
    }
}

#gform_1 .gform_footer input:hover,
#gform_3 .gform_footer input:hover {
    background: #000;
    -webkit-box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
}

#gform_3 .gform_footer {
    width: 37.5%;
}

#gform_3 .ginput_container {
    margin-top: 0;
}

#gform_3 #input_3_8_1 {
    display: none;
}

#gform_3 input,
#gform_3 textarea {
    background: #f3f3f3;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 10px;
}

#gform_3 label {
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 0;
}

#gform_3 input {
    margin-top: 8px !important;
}

#gform_3 #field_3_1 {
    flex: 1 0 100%;
    max-width: 100%;
    padding-right: 0;
    display: flex;
    width: 100%;
}

@media (max-width: 767px) {
    #gform_3 #field_3_1 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

#gform_3 #field_3_1 #input_3_1 {
    margin: 0;
}

#gform_3 #field_3_1 #input_3_1 #input_3_1_3_container {
    padding-right: 10px;
    padding-top: 0;
}

@media (max-width: 767px) {
    #gform_3 #field_3_1 #input_3_1 #input_3_1_3_container {
        padding-right: 0;
    }
}

#gform_3 #field_3_1 #input_3_1 #input_3_1_3_container label {
    margin-top: 0;
}

#gform_3 #field_3_1 #input_3_1 #input_3_1_6_container {
    padding-right: 10px;
    padding-top: 0;
}

@media (max-width: 767px) {
    #gform_3 #field_3_1 #input_3_1 #input_3_1_6_container {
        padding-right: 0;
    }
}

#gform_3 #field_3_1 #input_3_1 #input_3_1_6_container label {
    margin-top: 0;
}

#gform_3 #field_3_4 {
    flex: 1 0 17%;
    max-width: 17%;
    padding-right: 10px;
    width: 17%;
}

@media (max-width: 767px) {
    #gform_3 #field_3_4 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

#gform_3 #field_3_4 input {
    width: 100%;
}

#gform_3 #field_3_5 {
    flex: 1 0 33%;
    max-width: 33%;
    padding-right: 10px;
    width: 33%;
}

@media (max-width: 767px) {
    #gform_3 #field_3_5 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

#gform_3 #field_3_5 input {
    width: 100%;
}

#gform_3 #field_3_6 {
    flex: 1 0 50%;
    max-width: 50%;
    padding-right: 0;
    width: 50%;
}

@media (max-width: 767px) {
    #gform_3 #field_3_6 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

#gform_3 #field_3_6 input {
    width: 100%;
}

#gform_3 #field_3_2,
#gform_3 #field_3_9 {
    flex: 1 0 33.3%;
    max-width: 33.3%;
    padding-right: 10px;
    width: 33.3%;
}

@media (max-width: 767px) {
    #gform_3 #field_3_2,
    #gform_3 #field_3_9 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

#gform_3 #field_3_2 input,
#gform_3 #field_3_9 input {
    width: 100%;
}

#gform_3 #field_3_3 {
    flex: 1 0 33.3%;
    max-width: 33.3%;
    padding-right: 0;
    width: 33.4%;
}

@media (max-width: 767px) {
    #gform_3 #field_3_3 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

#gform_3 #field_3_3 input {
    width: 100%;
}

#gform_3 #field_3_7 {
    flex: 62.5%;
    max-width: 62.5%;
    padding-right: 10px;
}

@media (max-width: 767px) {
    #gform_3 #field_3_7 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

#gform_3 #field_3_7 input,
#gform_3 #field_3_7 textarea {
    width: 100%;
}

#gform_3 #field_3_8 {
    flex: 1 0 37.5%;
    max-width: 37.5%;
    padding-right: 0;
    margin-top: 39px;
}

@media (max-width: 767px) {
    #gform_3 #field_3_8 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

#gform_3 #field_3_8 .gfield_required {
    display: none;
}

#gform_3 #field_3_8 #input_3_8_1:checked ~ label:before {
    border-color: #c9b59d;
}

#gform_3 #field_3_8 #input_3_8_1:checked ~ label:after {
    border-color: #c9b59d;
}

#gform_3 #field_3_8 a {
    color: #c9b59d;
    text-decoration: none;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#gform_3 #field_3_8 a:hover {
    color: #c9b59d;
}

#gform_3 #field_3_8 label {
    padding-left: 46px;
    padding-top: 4px;
    position: relative;
    font-size: 14px;
}

#gform_3 #field_3_8 label:before {
    position: absolute;
    left: 0;
    top: 7px;
    background: #f3f3f3;
    content: "";
    width: 36px;
    height: 36px;
    border: 1px solid #c9b59d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
}

#gform_3 #field_3_8 label:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 10px;
    width: 12px;
    height: 23px;
    border-color: transparent;
    border-style: solid;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
}

#gform_3 span.gfield_required {
    margin-left: 0;
    color: #000;
}

.front-page--top {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .front-page--top {
        height: 350px !important;
        margin-top: 20px !important;
    }
}

.front-page--top h1 {
    font-size: 60px;
    text-align: center;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 400;
}

@media (max-width: 767px) {
    .front-page--top h1 {
        font-size: 21px;
        margin-top: 100px;
        margin-left: 0;
        margin-top: 0;
    }
}

.front-page--top h3 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    background: #000;
    margin-bottom: 7px;
    display: inline-block;
    position: relative;
    line-height: 1.4;
    margin-top: 0;
    letter-spacing: 1.5px;
    margin-left: 145px;
    padding: 20px;
}

@media (max-width: 767px) {
    .front-page--top h3 {
        font-size: 16px;
        margin-left: 0;
    }
}

.front-page__welcome .col-12 {
    padding-top: 175px;
    background: url("../images/schrift.png");
    background-position: 0px 65px;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .front-page__welcome .col-12 {
        -webkit-background-size: 300px;
        background-size: 300px;
        padding-top: 90px;
        background-position: 0 25px;
    }
}

@media (max-width: 767px) {
    .front-page__welcome .col-12 h2 {
        margin-bottom: 20px;
    }
}

.front-page__spalten a .spalten__single h2 {
    align-self: flex-end;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    width: calc(100% - 16px);
    padding: 25px 30px;
    margin: 8px;
    font-size: 24px;
    position: relative;
    z-index: 5;
    margin-top: auto;
}

@media (min-width: 1680px) {
    .front-page__spalten a .spalten__single h2 {
        font-size: 30px;
    }
}

.front-page__spalten .spalten__single {
    position: relative;
    z-index: 3;
    height: 320px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media (min-width: 1680px) {
    .front-page__spalten .spalten__single {
        height: 400px;
    }
}

.front-page__spalten .spalten__single:hover .spalten__single-static {
    transform: scale(1.2);
}

.front-page__spalten .spalten__single .spalten__single-static {
    height: 350px;
    display: flex;
    position: relative;
    z-index: 4;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}

.front-page__spalten .spalten__single .spalten__single-hover {
    position: absolute;
    opacity: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background: #c9b59d;
    z-index: 5;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.front-page__spalten .spalten__single .spalten__single-hover h2,
.front-page__spalten .spalten__single .spalten__single-hover span {
    display: block;
    width: 420px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
}

@media (max-width: 1589px) {
    .front-page__spalten .spalten__single .spalten__single-hover h2,
    .front-page__spalten .spalten__single .spalten__single-hover span {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1680px) {
    .front-page__spalten .spalten__single .spalten__single-hover h2 {
        font-size: 40px;
    }
}

.front-page__uber-uns {
    padding-top: 55px;
    padding-bottom: 55px;
}

@media (max-width: 767px) {
    .front-page__uber-uns > .container > .row {
        flex-direction: column-reverse;
    }
}

.front-page__uber-uns .uber-uns__left {
    height: 100%;
    background-color: #c9b59d;
    background-image: url("../images/schrift2.png");
    background-position: -30px 93%;
    background-repeat: no-repeat;
    -webkit-background-size: 80%;
    background-size: 80%;
    padding-left: 80px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

@media (max-width: 767px) {
    .front-page__uber-uns .uber-uns__left {
        padding: 35px 15px 25px;
        background-image: none;
    }
}

.front-page__uber-uns .uber-uns__left span {
    margin-right: auto;
    /*width: 375px;*/
}

@media (max-width: 767px) {
    .front-page__uber-uns .uber-uns__left span {
        width: auto;
    }
}

.front-page__uber-uns .uber-uns__left h2 {
    color: #fff;
    margin-bottom: 25px;
}

.front-page__uber-uns .uber-uns__left a {
    display: inline-block;
    align-self: flex-end;
    border: 1px solid #fff;
    padding: 12px 25px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 25px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    text-decoration: none;
}

@media (max-width: 767px) {
    .front-page__uber-uns .uber-uns__left a {
        align-self: center;
    }
}

.front-page__uber-uns .uber-uns__left a:hover {
    background: #fff;
    color: #c9b59d;
}

.front-page__uber-uns .uber-uns__right-image {
    height: 570px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (max-width: 767px) {
    .front-page__uber-uns .uber-uns__right-image {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .sss {
        margin-top: 70px !important;
    }
}

@media (max-width: 1200px) {
    .sss {
        margin-top: 70px !important;
    }
}

@media (min-width: 1300px) {
    .projects--list .container {
        max-width: 1260px;
    }
}

.page-template-objects .front-page--top {
    margin-top: 80px;
    /*  margin-top: 131px;
  height: 400px;*/
}

@media (max-width: 767px) {
    .page-template-objects .front-page--top {
        margin-top: 70px;
        height: 300px;
    }
}

.page-template-objects .front-page--top h1 {
    font-size: 37px;
}

@media (max-width: 767px) {
    .page-template-objects .front-page--top h1 {
        font-size: 21px;
        letter-spacing: 0;
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .page-template-objects .front-page--top h3 {
        letter-spacing: 0;
        padding: 10px 15px;
    }
}

#objects_carousel .slide-content {
    height: 700px;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 3;
}

#objects_carousel .slide-content .slide--background {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

#objects_carousel .slide-content .slide--background .slide__top-mark {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(33, 33, 33, 0.9);
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    padding: 8px 13px;
    line-height: 1.4;
}

#objects_carousel .slide-content .slide--background .slide__object-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: calc(27% + 20px);
    background: rgba(33, 33, 33, 0.9);
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    padding: 20px;
}

#objects_carousel .slide-content .slide--background .slide__object-info .slide__object-info--left {
    flex: 1 0 60%;
    max-width: 60%;
}

#objects_carousel .slide-content .slide--background .slide__object-info .slide__object-info--left h3 {
    font-size: 18px;
}

#objects_carousel .slide-content .slide--background .slide__object-info .slide__object-info--left h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
}

#objects_carousel .slide-content .slide--background .slide__object-info .slide__object-info--right {
    flex: 1 0 40%;
    max-width: 40%;
}

#objects_carousel .slide-content .slide--background .slide__object-info .slide__object-info--right p {
    line-height: 1.2;
    margin-bottom: 8px;
}

#objects_carousel .slide-content .slide--overlay {
    width: 85%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#objects_carousel .owl-nav {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: transparent;
    width: 27%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    border: 2px solid #fff;
}

#objects_carousel .owl-nav .owl-prev {
    height: 100%;
    width: 50%;
}

#objects_carousel .owl-nav .owl-prev .nav--nav-prev {
    height: 120px;
    width: 100%;
    background-image: url(../images/Form_2.png);
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    -webkit-background-size: 21px 44px;
    background-size: 21px 44px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

#objects_carousel .owl-nav .owl-prev .nav--nav-prev:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

#objects_carousel .owl-nav .owl-next {
    width: 50%;
    height: 100%;
}

#objects_carousel .owl-nav .owl-next .nav--nav-next {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 120px;
    width: 100%;
    background-image: url(../images/Form_2.png);
    transform: rotate(180deg);
    display: inline-block;
    -webkit-background-size: 21px 44px;
    background-size: 21px 44px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

#objects_carousel .owl-nav .owl-next .nav--nav-next:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.front-page__objects-carousel {
    margin-top: 100px;
}

.object-slider__right {
    background-color: #c9b59d;
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    background-position: 55px 35px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 35px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.object-slider__right .object-slider__right-wrapper {
    display: block;
    max-width: 300px;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1680px) {
    .object-slider__right .object-slider__right-wrapper {
        max-width: 500px;
        min-width: 500px;
    }
}

.object-slider__right .object-slider__right-wrapper h2 {
    color: #000;
    font-size: 30px;
    margin-bottom: 10px;
}

.object-slider__right .object-slider__right-wrapper h2.white-background {
    background: #fff;
    padding: 8px 13px;
    display: inline-block;
}

.object-slider__right .object-slider__right-wrapper span,
.object-slider__right .object-slider__right-wrapper a {
    display: block;
}

.object-slider__right .object-slider__right-wrapper span {
    color: #fff;
    margin-top: 15px;
}

.object-slider__right .object-slider__right-wrapper a {
    margin-top: 35px;
    width: 100%;
    background: #c9b59d;
    border: 4px solid #fff;
    text-align: center;
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.object-slider__right .object-slider__right-wrapper a:hover {
    background: #ff9e06;
    -webkit-box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
}

.slide--project-card {
    background: #fff;
    position: relative;
    z-index: 6;
    width: 100%;
    border-radius: 25px;
    padding: 30px 15px 30px 15px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.slide--project-card:hover {
    border-color: #c9b59d;
    background-color: #fff;
    -webkit-box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
}

.slide--project-card .bottom-info {
    display: flex;
    justify-content: space-between;
}

.slide--project-card .bottom-info > div {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
}

.slide--project-card .bottom-info > div img {
    margin-right: 5px;
}

.slide--project-card .slide--project-card__logo-wrapper {
    width: 100%;
    text-align: center;
}

.slide--project-card .slide--project-card__logo-wrapper:after {
    display: block;
    content: "";
    height: 2px;
    width: 35%;
    background: #000;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
}

.slide--project-card .slide--project-card__logo-wrapper img {
    height: 95px;
}

.slide--project-card h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
}

.slide--project-card h4 {
    font-size: 25px;
    font-weight: 500;
    color: #c9b59d;
    text-align: center;
    min-height: 34px;
    max-height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.slide--project-card h5 {
    font-size: 14px;
    min-height: 21px;
    max-height: 21px;
    line-height: 21px;
    color: #9c9c9c;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.slide--project-card .slide--project-card__infobox {
    margin-top: 20px;
}

.slide--project-card .slide--project-card__infobox img {
    width: 20px;
    height: 20px;
}

.slide--project-card .slide--project-card__infobox > div {
    display: flex;
    align-items: center;
    margin: 10px 0;
    min-height: 54px;
}

.slide--project-card .slide--project-card__infobox > div img {
    flex: 1 0 12%;
    object-position: left;
    object-fit: contain;
}

.slide--project-card .slide--project-card__infobox > div b {
    flex: 1 0 33%;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 900;
}

.slide--project-card .slide--project-card__infobox > div span {
    flex: 1 0 55%;
    font-size: 16px;
}

.slide--project-card .slide--project-card__buttons {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 20px;
}

.slide--project-card .slide--project-card__buttons a {
    flex: 1 0 50%;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.slide--project-card .slide--project-card__buttons a:hover {
    border-color: #000;
    background: #fff !important;
    color: #000 !important;
}

.slide--project-card .slide--project-card__buttons a:nth-of-type(2) {
    background: #000;
}

.slide--project-card .slide--project-card__buttons a:nth-of-type(1) {
    background: #959595;
}

.projects--list {
    padding-top: 75px;
    padding-bottom: 75px;
}

.projects--list .slide--project-card {
    padding-top: 0;
}

.projects--list .slide--project-card .slide--project-card__project-image {
    height: 220px;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

#gform_fields_2 {
    display: flex;
    flex-wrap: wrap;
}

#gform_fields_2 .ginput_container {
    margin-top: 0;
}

#gform_fields_2 #input_2_8_1 {
    display: none;
}

#gform_fields_2 input,
#gform_fields_2 textarea {
    background: #f3f3f3;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 10px;
}

#gform_fields_2 label {
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 0;
}

#gform_fields_2 input {
    margin-top: 8px !important;
}

#gform_fields_2 #field_2_1 {
    flex: 1 0 50%;
    max-width: 50%;
    padding-right: 0;
    display: flex;
    width: 50%;
}

@media (max-width: 767px) {
    #gform_fields_2 #field_2_1 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

#gform_fields_2 #field_2_1 #input_2_1 {
    margin: 0;
}

#gform_fields_2 #field_2_1 #input_2_1 #input_2_1_3_container {
    padding-right: 10px;
    padding-top: 0;
}

@media (max-width: 767px) {
    #gform_fields_2 #field_2_1 #input_2_1 #input_2_1_3_container {
        padding-right: 0;
    }
}

#gform_fields_2 #field_2_1 #input_2_1 #input_2_1_3_container label {
    margin-top: 0;
}

#gform_fields_2 #field_2_1 #input_2_1 #input_2_1_6_container {
    padding-right: 10px;
    padding-top: 0;
}

@media (max-width: 767px) {
    #gform_fields_2 #field_2_1 #input_2_1 #input_2_1_6_container {
        padding-right: 0;
    }
}

#gform_fields_2 #field_2_1 #input_2_1 #input_2_1_6_container label {
    margin-top: 0;
}

#gform_fields_2 #field_2_2 {
    flex: 1 0 25%;
    max-width: 25%;
    padding-right: 10px;
}

@media (max-width: 767px) {
    #gform_fields_2 #field_2_2 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

#gform_fields_2 #field_2_2 input {
    width: 100%;
}

#gform_fields_2 #field_2_3 {
    flex: 1 0 25%;
    max-width: 25%;
    padding-right: 0;
}

@media (max-width: 767px) {
    #gform_fields_2 #field_2_3 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

#gform_fields_2 #field_2_3 input {
    width: 100%;
}

#gform_fields_2 #field_2_4 {
    flex: 1 0 25%;
    max-width: 25%;
    padding-right: 10px;
}

@media (max-width: 767px) {
    #gform_fields_2 #field_2_4 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

#gform_fields_2 #field_2_4 input {
    width: 100%;
}

#gform_fields_2 #field_2_5 {
    flex: 1 0 37.5%;
    max-width: 37.5%;
    padding-right: 10px;
}

@media (max-width: 767px) {
    #gform_fields_2 #field_2_5 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

#gform_fields_2 #field_2_5 input {
    width: 100%;
}

#gform_fields_2 #field_2_6 {
    flex: 1 0 37.5%;
    max-width: 37.5%;
    padding-right: 0px;
}

@media (max-width: 767px) {
    #gform_fields_2 #field_2_6 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

#gform_fields_2 #field_2_6 input {
    width: 100%;
}

#gform_fields_2 #field_2_7 {
    flex: 62.5%;
    max-width: 62.5%;
    padding-right: 10px;
}

@media (max-width: 767px) {
    #gform_fields_2 #field_2_7 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

#gform_fields_2 #field_2_7 input,
#gform_fields_2 #field_2_7 textarea {
    width: 100%;
}

#gform_fields_2 #field_2_8 {
    flex: 1 0 27.5%;
    max-width: 27.5%;
    padding-right: 0;
    margin-top: 39px;
}

@media (max-width: 767px) {
    #gform_fields_2 #field_2_8 {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

#gform_fields_2 #field_2_8 .gfield_required {
    display: none;
}

#gform_fields_2 #field_2_8 #input_2_8_1:checked ~ label:before {
    border-color: #c9b59d;
}

#gform_fields_2 #field_2_8 #input_2_8_1:checked ~ label:after {
    border-color: #c9b59d;
}

#gform_fields_2 #field_2_8 a {
    color: #c9b59d;
    text-decoration: none;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#gform_fields_2 #field_2_8 a:hover {
    color: #c9b59d;
}

#gform_fields_2 #field_2_8 label {
    padding-left: 46px;
    padding-top: 4px;
    position: relative;
    font-size: 14px;
}

#gform_fields_2 #field_2_8 label:before {
    position: absolute;
    left: 0;
    top: 7px;
    background: #f3f3f3;
    content: "";
    width: 36px;
    height: 36px;
    border: 1px solid #c9b59d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
}

#gform_fields_2 #field_2_8 label:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 10px;
    width: 12px;
    height: 23px;
    border-color: transparent;
    border-style: solid;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
}

#gform_fields_2 span.gfield_required {
    margin-left: 0;
    color: #000;
}

#gform_2 {
    position: relative;
}

#gform_2 .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    width: 37.5%;
    right: 0;
    bottom: 9px;
}

@media (max-width: 767px) {
    #gform_2 .gform_footer {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
    }
}

#gform_2 .gform_footer input {
    border: 0;
    background: #c9b59d;
    width: 100%;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
}

.mobile--menu .menu-show-child .sub-menu {
    display: block;
}

.mobile--menu ul li ul li.menu-show-child ul li {
    display: block !important;
}

.mobile--menu .menu-show-child .sub-menu a {
    padding-left: 60px;
    line-height: 30px;
    font-size: 12px;
    background-color: #dcdcdc;
}

@media (max-width: 767px) {
    #gform_2 .gform_footer input {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-top: 15px;
    }
}

#gform_2 .gform_footer input:hover {
    background: #000;
    -webkit-box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
}

.fixed-anchor__form {
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 10;
}

.fixed-anchor__form a {
    padding: 20px 45px;
    background: #c9b59d;
    color: #fff;
    display: inline-block;
    -webkit-box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.fixed-anchor__form a:hover {
    background: #c9b59d;
}

@media (max-width: 1400px) {
    .fixed-anchor__form {
        right: 0;
        bottom: 0;
        left: 0;
        background: #c9b59d;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .fixed-anchor__form a {
        background: #fff;
        color: #c9b59d;
        padding: 9px 19px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .fixed-anchor__form a:hover {
        background: #fff;
        color: #c9b59d;
    }
}

.project--gallery {
    margin-top: 120px;
}

@media (max-width: 1199px) {
    .project--gallery {
        margin-top: 70px !important;
    }
}

.project--gallery #project_gallery {
    position: relative;
}

.project--gallery #project_gallery .slide-content {
    height: 550px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.project--gallery #project_gallery .slide-content:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .project--gallery #project_gallery .slide-content {
        height: 225px;
    }
}

.project--gallery #project_gallery .owl-prev {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 0px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c9b59d;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -ms-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.project--gallery #project_gallery .owl-prev:hover {
    background: #c9b59d;
}

@media (max-width: 767px) {
    .project--gallery #project_gallery .owl-prev {
        left: 22px;
        width: 44px;
        height: 60px;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        left: 0;
        top: 16%;
    }
}

.project--gallery #project_gallery .owl-prev .nav--nav-prev {
    height: 30px;
    width: 15px;
    margin-right: 7px;
    background-image: url(../images/Form_2.png);
    display: inline-block;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.project--gallery #project_gallery .owl-prev .nav--nav-prev:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .project--gallery #project_gallery .owl-prev .nav--nav-prev {
        width: 24px;
        height: 24px;
        margin-right: 0;
    }
}

.project--gallery #project_gallery .owl-next {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: -80px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c9b59d;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -ms-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

@media (max-width: 1199px) {
    .project--gallery #project_gallery .owl-next {
        display: none;
    }
}

.project--gallery #project_gallery .owl-next:hover {
    background: #c9b59d;
}

@media (max-width: 767px) {
    .project--gallery #project_gallery .owl-next {
        right: -22px;
        width: 44px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        right: 0;
        top: 16%;
    }
}

.project--gallery #project_gallery .owl-next .nav--nav-next {
    height: 30px;
    width: 15px;
    margin-left: 7px;
    background-image: url(../images/Form_2.png);
    transform: rotate(180deg);
    display: inline-block;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.project--gallery #project_gallery .owl-next .nav--nav-next:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .project--gallery #project_gallery .owl-next .nav--nav-next {
        width: 24px;
        height: 24px;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .project--content {
        padding-bottom: 35px;
    }
}

@media (max-width: 991px) {
    .project--content {
        padding-bottom: 35px;
    }
}

.project--content .project--highlights {
    padding: 30px 35px 35px;
}

.page-id-131 .project--content .project--highlights {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .6);
}

@media (max-width: 767px) {
    .project--content .project--highlights {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.project--content .project--highlights h1 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
}

.project--content .project--highlights h2 {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .project--content .project--highlights h2 {
        margin-bottom: 25px;
    }
}

.project--content .project--highlights .project--highlight-wrapper {
    width: 100%;
    display: flex;
}

.project--content .project--highlights .project--highlight-wrapper .project--highlight-left {
    flex: 1 0 54px;
    max-width: 54px;
    padding-right: 30px;
    margin-top: 15px;
}

.project--content .project--highlights .project--highlight-wrapper .project--highlight-right {
    flex: 1 0 calc(100% - 54px);
    max-width: calc(100% - 54px);
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-top: 10px;
}

.project--content .project--highlights .project--highlight-wrapper .project--highlight-right .single-h3-top{
font-weight: bold;
    font-size: 40px;
}

.project--content .project--highlights .project--highlight-wrapper .project--highlight-right span {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

.project--content .project--highlights .project--highlight-wrapper .project--highlight-right h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.project--content .project--highlights .project--highlight-wrapper .project--highlight-right h4 {
    font-weight: 300;
    font-size: 14px;
}

.project--content .project--description,
.project--content .project--floorplan {
    background: #fff;
    padding: 35px 47px 25px 50px;
    -webkit-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
    .project--content .project--description,
    .project--content .project--floorplan {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.project--content .project--description p,
.project--content .project--floorplan p {
    font-weight: 500;
}

.project--content .project--description .wrapper-title,
.project--content .project--floorplan .wrapper-title {
    width: 100%;
    text-align: center;
}

.project--content .project--description h2,
.project--content .project--floorplan h2 {
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}

.project--content .project--description h2:after,
.project--content .project--floorplan h2:after {
    display: block;
    width: 100px;
    height: 2px;
    background: #000;
    content: "";
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.project--content .project--description a,
.project--content .project--floorplan a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 600;
}

.project--content .project--facts {
    background: #959595;
    -webkit-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    max-height: 350px;
    height: 100%;
}

.project--content .project--facts .wrapper-title {
    width: 100%;
    text-align: center;
    padding-top: 35px;
}

@media (max-width: 767px) {
    .project--content .project--facts .wrapper-title {
        padding-bottom: 35px;
    }
}

.project--content .project--facts .wrapper-title h2 {
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
    color: #fff;
}

.project--content .project--facts .wrapper-title h2:after {
    display: block;
    width: 100px;
    height: 2px;
    background: #fff;
    content: "";
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.project--content .project--facts .slide--project-card__infobox {
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.project--content .project--facts .slide--project-card__infobox img {
    width: 20px;
    height: 20px;
}

.project--content .project--facts .slide--project-card__infobox > div {
    display: flex;
    align-items: center;
    height: 25%;
    border-top: 1px solid #b4b4b4;
    padding-left: 35px;
    padding-right: 35px;
}

.project--content .project--facts .slide--project-card__infobox > div:first-of-type {
    border-top: 0;
}

.project--content .project--facts .slide--project-card__infobox > div img {
    flex: 1 0 12%;
    object-position: left;
    object-fit: contain;
    filter: invert(1);
}

.project--content .project--facts .slide--project-card__infobox > div b {
    flex: 1 0 33%;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
}

.project--content .project--facts .slide--project-card__infobox > div span {
    flex: 1 0 55%;
    font-size: 16px;
    color: #fff;
}

.project--content .project--floorplan-slider {
    -webkit-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    max-height: 380px;
}

@media (max-width: 767px) {
    .project--content .project--floorplan-slider {
        height: 232px !important;
    }
}

.project--content .project--floorplan-slider #floorplan_slider {
    position: relative;
}

.project--content .project--floorplan-slider #floorplan_slider .owl-stage-outer {
    height: 100%;
}

.project--content .project--floorplan-slider #floorplan_slider .owl-stage-outer .owl-stage {
    height: 100%;
}

.project--content .project--floorplan-slider #floorplan_slider .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

.project--content .project--floorplan-slider #floorplan_slider h3 {
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 8px 13px;
    background: #959595;
    margin-bottom: 0;
}

.project--content .project--floorplan-slider #floorplan_slider .owl-prev {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 20px;
    height: 70px;
    background: #959595;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
}

.project--content .project--floorplan-slider #floorplan_slider .owl-prev:hover {
    background: #000;
}

.project--content .project--floorplan-slider #floorplan_slider .owl-prev .nav--nav-prev {
    height: 70px;
    width: 40px;
    background-image: url(../images/Rechteck_17_w.png);
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    -webkit-background-size: 17px 32px;
    background-size: 17px 32px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.project--content .project--floorplan-slider #floorplan_slider .owl-next {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: -20px;
    background: #959595;
    height: 70px;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
}

.project--content .project--floorplan-slider #floorplan_slider .owl-next:hover {
    background: #000;
}

.project--content .project--floorplan-slider #floorplan_slider .owl-next .nav--nav-next {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 70px;
    width: 40px;
    background-image: url(../images/Rechteck_17_w.png);
    transform: rotate(180deg);
    display: inline-block;
    -webkit-background-size: 17px 32px;
    background-size: 17px 32px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.project--content .acf-map {
    -webkit-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.project--content .project--distances {
    -webkit-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.project--content .project--distances .project--distances-types {
    padding: 40px 25px 27px;
    background: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.project--content .project--distances .project--distances-types h4 {
    color: #bdbdbd;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 27px;
    font-weight: 900;
}

.project--content .project--distances .project--distances-types .project--distances-types__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.project--content .project--distances .project--distances-types .project--distances-types__wrapper .project--distances-type__single {
    flex: 1 0 20%;
    cursor: pointer;
}

.section {
    padding: 110px 0;
}

.section__title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

.section__text_home {
    font-size:: 18px;
    margin-bottom: 20px;
}


@media (max-width: 767px) {
    .project--content .project--distances .project--distances-types .project--distances-types__wrapper .project--distances-type__single {
        flex: 1 0 33%;
    }
}

.project--content .project--distances .project--distances-types .project--distances-types__wrapper .project--distances-type__single.distance-type--active {
    background: #ebebeb;
}

.project--content .project--distances .project--distances-types .project--distances-types__wrapper .project--distances-type__single img {
    width: 100%;
    height: 37px;
    object-fit: contain;
    object-position: center;
    margin-top: 17px;
    margin-bottom: 15px;
}

.project--content .project--distances .project--distances-types .project--distances-types__wrapper .project--distances-type__single h3 {
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.project--content .project--distances .project--distances-info {
    background: #000;
    color: #fff;
    height: 100%;
    padding-left: 35px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .project--content .project--distances .project--distances-info {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.project--content .project--distances .project--distances-info .project--distances-info__single {
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.project--content .project--distances .project--distances-info .project--distances-info__single h3 {
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.project--content .project--distances .project--distances-info .project--distances-info__single .project--distances-info__single-data {
    display: flex;
    flex-wrap: wrap;
}

.project--content .project--distances .project--distances-info .project--distances-info__single .project--distances-info__single-data span {
    flex: 1 0 80%;
    font-weight: 500;
}

.project--content .project--distances .project--distances-info .project--distances-info__single .project--distances-info__single-data span:nth-of-type(2n) {
    flex: 1 0 20%;
}

.project--content .project--distances .project--distances-info .project--distances-info__single.distance-info--active {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.project--content .project--purchase {
    background: #ffffff;
    -webkit-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 35px 40px 55px;
}

@media (max-width: 767px) {
    .project--content .project--purchase {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.project--content .project--purchase > .row > div:last-of-type div:after {
    content: none !important;
}

.project--content .project--purchase .wrapper-title {
    width: 100%;
    text-align: center;
}

.project--content .project--purchase .wrapper-title h2 {
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
    color: #000;
}

.project--content .project--purchase .wrapper-title h2:after {
    display: block;
    width: 100px;
    height: 2px;
    background: #000;
    content: "";
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.project--content .project--purchase .project--purchase-single {
    position: relative;
    height: 100%;
}

@media (min-width: 992px) {
    .project--content .project--purchase .project--purchase-single:after {
        content: "";
        width: 1px;
        height: 64%;
        background: #959595;
        position: absolute;
        right: -15px;
        bottom: 15px;
    }
}

.project--content .project--purchase .project--purchase-single img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 30px;
}

.project--content .project--purchase .project--purchase-single h3 {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    background: #000;
    text-transform: uppercase;
    padding: 4px 8px;
    margin-bottom: 20px;
}

.project--content .project--purchase .project--purchase-single .project--purchase-single__content {
    text-align: center;
}

@media (min-width: 992px) {
    .project--content .project--purchase .project--purchase-single .project--purchase-single__content {
        padding: 0 36px;
    }
}

.project--content .project--purchase .project--purchase-single .project--purchase-single__content p {
    font-weight: 500;
}

.open-form--button {
    width: 100%;
}

@media (max-width: 767px) {
    .open-form--button {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.open-form--button a {
    width: 100%;
    border: 1px solid #000;
    text-align: center;
    margin-top: 30px;
    padding: 30px 0;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    color: #000;
}

@media (max-width: 767px) {
    .open-form--button a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.open-form--button a:hover {
    background: #000;
    color: #fff;
}

.section-header__wrapper h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    background: #c9b59d;
    line-height: 1.4;
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
}

.section-header__wrapper hr {
    margin-top: -2px;
    border-width: 2px;
    border-color: #c9b59d;
}

.section__object-table {
    padding-bottom: 35px;
    padding-top: 25px;
}

.section__object-table span {
    line-height: 28px;
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    color: #000;
}

@media (max-width: 767px) {
    .section__object-table span {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.section__dynamic-content {
    margin-top: 25px;
}

.section__dynamic-content > .container-fluid:nth-of-type(2n) {
    padding-top: 55px;
    padding-bottom: 55px;
}

.section__dynamic-content > .container-fluid:nth-of-type(2n+1) > .row {
    background: #000;
    color: #fff;
    padding-top: 55px;
    padding-bottom: 55px;
}

.section__dynamic-content ul {
    margin-left: 0;
}

#energybarInner {
    position: relative;
}

#energybarInner #energybarMarker {
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #525557;
    transition: 0.8s 0.5s all ease-in-out;
}


@media (max-width: 767px) {
    .section__energy .col-6 {
        font-size: 14px;
        align-self: center;
    }
}

.section__energy .energy-disclaimer {
    color: #7b7c7c;
    line-height: 1.1;
    margin-top: 25px;
    display: block;
    font-size: 15px;
}

.referenz__list ul li {
    padding-right: 60px;
}

.page-template-referenzen .owl-carousel:before {
    content: "Bereits erfolgreich verkauft";
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c9b59d;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -55px;
    top: 15px;
    z-index: 10;
}

@media (max-width: 767px) {
    .page-template-referenzen .owl-carousel:before {
        content: none;
        width: 110px;
        height: 110px;
        font-size:: 15px;
    }

    .referenz__list ul li {
        padding-right: 0;
    }
}

.page-template-referenzen .object-slider__right {
    border: 5px solid transparent;
    background: #f3f3f3;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.page-template-referenzen .object-slider__right h2.white-background {
    background: #c9b59d;
    color: #fff;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.page-template-referenzen .object-slider__right span {
    color: #000;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.page-template-referenzen .object-slider__right a {
    background-color: transparent;
    border-color: #707070;
    color: #707070;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.page-template-referenzen .object-slider__right a::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 36px;
    background: url(../images/Form2_black.svg) no-repeat center;
}

.page-template-referenzen .object-slider__right:hover {
    border-color: #fff;
    background: #c9b59d;
}

.page-template-referenzen .object-slider__right:hover h2.white-background {
    background: #fff;
    color: #000;
}

.page-template-referenzen .object-slider__right:hover span {
    color: #fff;
}

.page-template-referenzen .object-slider__right:hover a {
    background-color: #c9b59d;
    border-color: #fff;
    color: #fff;
}

.referenz__list h1,
.referenz__list h2 {
    padding-top: 65px;
    padding-bottom: 35px;
    background-position: 90px 24px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: 352px 112px;
    font-size: 30px;
    font-weight: 400;
    overflow: visible;
    text-align: center;
}

@media (max-width: 767px) {
    .referenz__list h1,
    .referenz__list h2 {
        background-position: 0 0;
        -webkit-background-size: 265px;
        background-size: 265px;
    }
}

.referenz__list ul {
    /*  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;*/
    padding-left: 0;
    margin-left: 0;
}

@media (max-width: 767px) {
    .referenz__list ul {
        /*columns: 1 !important;*/
    }
}

.referenz__list ul li {
    list-style-type: none;
    position: relative;
    padding-left: 70px;
    margin-bottom: 23px;
}

.referenz__list ul li strong {
    color: #c9b59d;
}

@media (max-width: 767px) {
    .referenz__list ul li {
        padding-left: 45px;
        padding-top: 0;
    }
}

.referenz__list ul li:before {
    content: "";
    display: block;
    height: 55px;
    width: 51px;
    background-image: url(../images/Form6.png);
    max-width: 55px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .referenz__list ul li:before {
        height: 27px;
        width: 25px;
        -webkit-background-size: contain;
        background-size: contain;
        max-width: 25px;
        top: 1px;
    }
}

.company--content {
    padding-bottom: 0 !important;
}

.company--info-blocks {
    display: flex;
    flex-wrap: wrap;
    background: #ebebeb;
    margin-top: 25px;
}

.company--info-blocks .company--single-block {
    flex: 1 0 33.3%;
    border-right: 2px solid #fff;
    padding: 27px 10px;
}

.company--info-blocks .company--single-block:last-of-type {
    border-right: none;
}

.company--info-blocks .company--single-block img {
    height: 45px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin-bottom: 20px;
}

.company--info-blocks .company--single-block h4 {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 0;
}

.service--image {
    height: 400px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .service--image {
        margin-top: 70px !important;
        height: 250px;
    }
}

.service--image h1 {
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 767px) {
    .service--image h1 {
        font-size: 32px;
    }
}

.service--content,
.company--content {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .service--content,
    .company--content {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.service--content h2,
.company--content h2 {
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 35px;
    display: block;
}

.service--content h2:before,
.company--content h2:before {
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    background: #000;
    margin-right: auto;
    margin-bottom: 35px;
}

.service--content p,
.company--content p {
    font-size: 17px;
    font-weight: 500;
}

.service--content b,
.company--content b {
    font-size: 17px;
}

.service--accordions {
    background: #ebebeb;
    padding-top: 80px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .service--accordions {
        padding-top: 15px;
        padding-bottom: 35px;
    }
}

.service--accordions .service--accordion {
    background: #fff;
    margin-top: 20px;
    -webkit-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.service--accordions .service--accordion:before {
    content: "";
    position: absolute;
    top: -73px;
    left: -20px;
    background-image: url(../images/Rechteck_31.png);
    width: 146px;
    height: 146px;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service--accordions .service--accordion:after {
    content: "";
    position: absolute;
    bottom: -62px;
    right: -17px;
    background-image: url(../images/Rechteck-311.png);
    width: 124px;
    height: 124px;
    display: block;
    -webkit-background-size: contain;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service--accordions .service--accordion h2 {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 20px;
}

@media (max-width: 480px) {

    .front-page__uber-uns .uber-uns__right-image {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .service--accordions .service--accordion h2 {
        margin-left: 15px;
    }
}

.service--accordions .service--accordion h3 {
    font-size: 20px;
    margin-left: 20px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .service--accordions .service--accordion h3 {
        margin-left: 15px;
        margin-bottom: 0px;
    }
}

.service--accordions .service--accordion .service--accordion-number {
    color: #fff;
    text-align: right;
    font-size: 23px;
    font-weight: 600;
    margin-right: 8px;
    margin-top: 18px;
    line-height: 1;
}

@media (max-width: 767px) {
    .service--accordions .service--accordion .service--accordion-number {
        text-align: left;
        padding-left: 47px;
    }
}

.service--accordions .service--accordion .service--accordion-wrapper {
    padding: 50px 10px 20px;
}

@media (max-width: 767px) {
    .service--accordions .service--accordion .service--accordion-wrapper {
        padding-left: 15px;
        padding-top: 20px;
    }
}

.service--accordions .service--accordion .service--accordion-wrapper .service--accordion__single_article {
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.service--accordions .service--accordion .service--accordion-wrapper .service--accordion__single_article:nth-of-type(1) {
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
    margin-bottom: 30px;
}

.service--accordions .service--accordion .service--accordion-wrapper .service--accordion__single_article h4 {
    font-size: 17px;
    font-weight: 700;
}

.service--accordions .service--accordion .service--accordion-wrapper .service--accordion__single_article span {
    font-weight: 500;
}

.service--accordions .service--accordion .service--button-toggler {
    background: url(../images/Rechteck_17.png);
    transform: rotate(270deg);
    height: 36px;
    width: 20px;
    position: relative;
    margin-left: 9px;
    margin-bottom: 3px;
    z-index: 1;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -ms-transition: transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
}

@media (max-width: 767px) {
    .service--accordions .service--accordion .service--button-toggler {
        margin-left: auto;
        margin-right: 36px;
    }
}

.articles--visible .service--accordion__single_article {
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
    margin-bottom: 30px;
}

.articles--visible .service--button-toggler {
    transform: rotate(90deg) !important;
}

@media (max-width: 767px) {
    .service--table {
        overflow-x: scroll;
    }
}

.service--table .service--table-row {
    display: flex;
    border-bottom: 1px solid #959595;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .service--table .service--table-row {
        width: 500px;
    }
}

.service--table .service--table-row:nth-of-type(1) .service--table-col p {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .service--table .service--table-row:nth-of-type(1) .service--table-col p {
        font-size: 20px;
    }
}

.service--table .service--table-row:nth-of-type(n+2) {
    padding: 35px 0;
}

.service--table .service--table-row:nth-of-type(n+2) .service--table-col:nth-of-type(1) p {
    font-size: 23px;
    font-weight: 700;
    color: #959595;
    margin-bottom: 0;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .service--table .service--table-row:nth-of-type(n+2) .service--table-col:nth-of-type(1) p {
        font-size: 20px;
    }
}

.service--table .service--table-row:nth-of-type(n+2) .service--table-col p {
    padding-right: 35px;
    font-weight: 500;
    margin-bottom: 0;
}

.service--table .service--table-row .service--table-col {
    flex: 1 0 33.3%;
}

.section__about-top {
    background: #c9b59d;
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px !important;
}

@media (max-width: 1200px) {
    .section__about-top {
        padding-bottom: 0;
    }
}

@media (max-width: 992px) {
    .section__about-top {
        display: flex;
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 35px;
    }
}

.section__about-top h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

.section__about-top .about__overlay-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section_awards {
    padding-top: 0;
    padding-bottom: 50px;
}

@media (max-width: 992px) {
    .section__about-top .about__overlay-image {
        margin-bottom: 35px;
        position: relative;
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 767px) {
    .section_awards {
        padding-top: 50px;
    }
}

}
@media (max-width: 480px) {
    .section__about-top .about__overlay-image {
        height: 200px;
    }
}

.page-template-referenzen .ref-proj .object-slider__right {
    padding-top: 60px;
    padding-bottom: 54px;
}

.section__about-top.left-image {
    background: #f9f1e4;
    margin-top: 50px;
}

.section__about-top.left-image h3 {
    color: #c9b59d;
}

.section__about-top.left-image .about__overlay-image {
    right: auto !important;
    left: 0 !important;
}

.section__about-top.left-image .about__content {
    color: #000;
}

.page-template-referenzen .ref-proj .object-slider__right:hover .object-slider__right-wrapper::before {
    display: none;
}

.ref-proj .object-slider__right-wrapper {
    position: relative;
}

.ref-proj .object-slider__right-wrapper::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px dashed #707070;

}

.ref-proj.oranged .object-slider__right {
    background: url(../images/haus_gros.png) no-repeat 10px 10px, #c9b59d;
}

.ref-proj.oranged h2.white-background {
    background-color: #fff !important;
    color: #000 !important;
}

.ref-proj.oranged span {
    color: #fff !important;
}

.ref-proj.oranged a {
    background-color: #c9b59d !important;
    color: #fff !important;
    border-color: #fff !important;
}

.ref-proj.oranged a:hover {
    background-color: #ff9000 !important
}

.object-slider__right .object-slider__right-wrapper .ref_title {
    padding-bottom: 20px;

}

.page-template-referenzen .object-slider__right span {
    min-height: 165px;
}

.ref-proj:nth-child(1) .object-slider__right-wrapper::before,
.ref-proj:nth-child(2) .object-slider__right-wrapper::before,
.ref-proj:nth-child(3) .object-slider__right-wrapper::before {
    display: none;
}

@media (max-width: 1680px) {
    .object-slider__right .object-slider__right-wrapper h2,
    .page-template-referenzen .object-slider__right h2.white-background {
        font-size: 21px;
    }

    .page-template-referenzen .object-slider__right span {
        font-size:: 16px;
        line-height: 1.4;
    }
}

/*# sourceMappingURL=main.css.map */

.ewd-ufaq-faq-category-title {
    display: none;
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    color: #333;
}

.ewd-ufaq-faq-title-text {
    color: #333;
}

.pt-less {
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 30px;
}

.zhigh {
    z-index: 99;
}

.zhigher {
    z-index: 999;
}

.zhighest {
    z-index: 9999;
}

.white {
    color: #fff;
}

.wp-menu-img img {
    margin-right: 10px;
    position: relative;
    top: 10px;
}

#menu-menue-neu {
    text-align: center;
    display: flex;
    justify-content: end;
    line-height: 86px !important;
    align-items: flex-start;
}

.header {
    border-bottom: 3px solid #D0BCA3;
}

.youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}
.youtube-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
}

section.video{
    padding-top: 75px;
}

.video-container{
    border-radius: 25px;
}