@charset "UTF-8";
/*
Theme Name: Avanta Forum
Author: RaapSteinert Kommunikation
Author URI: https://www.raap-steinert.de/
Description: Avanta Forum
Version: 1.0.0
Text Domain: avanta
*/

a,
button,
input,
.input-text, input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea,
.form-control,
.btn {
    color: #2E2E2E;
    transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    background: transparent;
    border: 0;
    box-shadow: none;
}

/* roboto-condensed-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/roboto-condensed-v27-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Seo Seiten */


.page-template-template-seo-site-php h1, h2 {
    font-weight: 100;
}

.page-template-template-seo-site-php h1 strong,
.page-template-template-seo-site-php h2 strong {
    font-weight: 900;
}

.page-template-template-seo-site-php p {
    width: 90%;
}

.parent-pageid-49 {
    background-color: #2e2e2e !important;
}

/* .parent-pageid-53 {
    background-color: #004F42 !important;
}

.parent-pageid-53 hr {
    background-color: #004137 !important;
    border-color: #004137 !important;
} */

.jahre-30 img {
    object-fit: contain !important;
}

hr {
    background-color: #ffffff;
}

.vorteil p {
    font-family: 'Roboto Condensed';
    font-size: 30px;
    line-height: 70px;
    font-weight: lighter;
}

.style-945 h1,
.style-945 h2 {
    font-weight: lighter;
    font-size: 48px;
}

.style-945 h1 strong,
.style-945 h2 strong {
    font-weight: 700;
}

.wrupper {
    max-width: 1360px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;

}

.gallerie {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.gallerie .g-6,
.gallerie .g-12 {
    margin-bottom: 16px;
    box-sizing: border-box;
    position: relative;
}

.gallerie .g-6 {
    width: 50%;
}

.layer {
    background-color: #000000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    z-index: 5;

}

.image-link {
    width: 100%;
}

.layer img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px !important;
    height: 40px !important;
}

.g-6 {
    width: 50%;
}

.g-12 {
    width: 100%;
}

.col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col {
    position: relative;
    float: left;
}

.leistungen .g-6 {
    width: 48%;
    margin-right: 2%;
}

.mt-50 {
    margin-top: 50px;
}

.mt-150 {
    margin-top: 130px;
}


.mt-200 {
    margin-top: 168px;
}

.article-slick .slick-arrow.slick-next, .article-slick_extra .slick-arrow.slick-next {
    background-image: url(assets/img/arrow-right.png) !important;
}

.cont-mob {
    display: none;

}

.hamburger {
    display: none;
}

@media (max-width: 1650px) {
    .cont-des {
        position: relative;
        top: -100px;
    }
}

@media (max-width: 1024px) {

    .hamburger {
        display: block;
    }

    .menu-item {
        padding: 0px;
        font-size: 1em !important;
        padding: 0px !important;
        padding-top: 15px !important;
    }

    .style-126 header .slick-track p {
        display: block !important;
    }

    .style-126 .slick-slide__content {
        top: 40%;
    }

    .cont-des {
        position: relative;
        top: -15px;
    }

    .cont-mob {
        display: block;
        width: 100%;
        position: relative;
        padding: 50px 40px;
    }

    .style-126 .page .slick,
    .style-126 header {
        margin-bottom: 0px !important;
    }

    .style-126 .slick-slide__wrapper::after {
        background-color: rgba(0, 0, 0, 0) !important;
    }

}

@media (max-height: 850px) {


    .style-126 .page .slick,
    .style-126 header {
        margin-bottom: 0px !important;
    }

    .style-126 header .slick-track p {
        display: block !important;
    }

    .style-126 .slick-slide__content {
        top: 40%;
    }

    .cont-des {
        position: relative;
        top: 80px;
    }

    .cont-mob {
        display: block;
        width: 100%;
        position: relative;
        padding: 50px 40px;
    }

    .style-126 .page .slick {
        margin-bottom: 0px !important;
    }

    .style-126 .slick-slide__wrapper::after {
        background-color: rgba(0, 0, 0, 0) !important;
    }

}


@media (max-width: 820px) {
    .cont-des {
        position: relative;
        top: -15px;
    }
}

@media (max-width: 768px) {
    .cont-des {
        position: relative;
        top: -70px;
        max-width: 90%;
    }
}

@media (max-width: 520px) {
    .cont-des {
        position: relative;
        top: -40px;
    }
}

.pum-theme-847, .pum-theme-standard-theme {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.pum-theme-847 .pum-content, .pum-theme-standard-theme .pum-content {
    color: #000000ad !important;
}

.pum-theme-standard-theme .pum-container {
    padding: 28px !important;
}

.pum-theme-847 .pum-content + .pum-close, .pum-theme-standard-theme .pum-content + .pum-close {
    position: absolute !important;
    height: 26px !important;
    width: 26px !important;
    left: auto !important;
    right: -13px !important;
    bottom: auto !important;
    top: -13px !important;
    padding: 0px !important;
    color: #ffffff !important;
    font-family: Arial !important;
    font-weight: 100 !important;
    font-size: 24px !important;
    line-height: 24px !important;
    border: 2px none #ffffff;
!important border-radius: 26 px !important;
    box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.10) !important;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00) !important;
    background-color: rgba(236, 116, 4, 1.00) !important;

}


#pum_popup_title_853 {
    display: none !important;
}

.pum-theme-847 .pum-content + .pum-close, .pum-theme-standard-theme .pum-content + .pum-close {
    background-color: #D1AF4E !important;
    border-radius: 50%;
}


.cont-des h3 {

}

.cont-des p {

}

.style-126 .slick-slide__wrapper::after {
    background-color: rgba(0, 0, 0, 0.3);
}

.article-slick .slick-arrow.slick-prev, .article-slick_extra .slick-arrow.slick-prev {
    background-image: url(assets/img/arrow-left.png) !important;
}

.style-664 footer {
    margin: 0px !important;
}

.style-176 .size-thumbnail {
    float: left;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .article-no_limits .article-excerpt,
    .article-no_limits .article-title {
        max-width: none !important;
        margin: 0 auto;
    }

}

.style-176 p {
    float: left;
    width: 100%;
}

.bear {
    height: calc(100vh - 311px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}

.waschtxt h3 {
    font-size: 50px;
    line-height: 50px;
    max-width: 600px;
    margin: 0 auto;
}

.style-664 p {
    max-width: 600px;
    margin: 0 auto;
}

.style-664 footer p {
    margin-bottom: 1.875rem;
}

.navbar,
.navbar-collapse,
.navbar-collapse .nav-item {
    background-color: #2E2E2E;
    color: white;
    z-index: 999999;
}

.navbar-toggler {
    z-index: 999999999 !important;
}

.landshut {
    z-index: 2 !important;
}

footer {
    z-index: 1;
}

.fade-in-left,
.fade-in-right {
    position: absolute;
    bottom: 0px;
    height: calc(100vh - 311px);
}

.fade-in-left img,
.fade-in-right img {
    width: auto;
    height: calc(100vh - 311px);
}

.fade-in-left img {
    float: left;
    object-fit: fill;
}

.fade-in-right img {
    float: right;
    height: 80%;
    width: 100%;
    object-fit: scale-down;
}

.fade-in-left {
    left: 0px;
    -webkit-animation-name: fade-in-left;
    -webkit-animation-duration: 4s;
    animation-name: fade-in-left;
    animation-duration: 4s;
    overflow: hidden;
}

@keyframes fade-in-left {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(-0%);
    }
}

.fade-in-right {
    right: 0px;
    -webkit-animation-name: fade-in-right;
    -webkit-animation-duration: 4s;
    animation-name: fade-in-right;
    animation-duration: 4s;
    width: 30vw;
    bottom: -20%;

}

@keyframes fade-in-right {
    from {
        transform: translateX(+50%);
    }
    to {
        transform: translateX(+0%);
    }
}

.waschtxt {
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

@media (max-width: 1024px) {

    .fade-in-left img {
        width: 80%;
        height: auto;
    }

    .slick-dots {
        width: auto;
        padding: 0px;
    }

    .style-47 .slick-dots {
        width: 460px;
        padding-left: 40px;
        box-sizing: border-box;
    }


    .waschtxt h3 {
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .waschtxt {
        width: 60% !important;
        z-index: 9999;
    }

}

@media (max-width: 991px) {
    .article-page_only_content p,
    .article-page_centered_content p,
    .article-no_limits p,
    .spac-6 p,
    .article-page_only_content.ltr p,
    .article-page_centered_content.ltr p {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media (max-width: 812px) {

    .article-no_limits {
        background-size: contain !important;
    }

    .style-51 .specs-last {
        margin-bottom: 50px !important;
    }

    .page .article-content {
        margin-bottom: 0px !important;
    }

}

@media (max-width: 812px) {

    .style-51 .article-page_only_content,
    .style-51 .article-page_centered_content,
    .style-51 .article-no_limits,
    .style-51 .spac-6,
    .style-51 .article-page_only_content.ltr,
    .style-51 .article-page_centered_content.ltr {
        margin-top: 0px !important;
        padding-top: 0px;
    }

    .style-53 .article-page_only_content,
    .style-53 .article-page_centered_content,
    .style-53 .article-no_limits,
    .style-53 .spac-6,
    .style-53 .article-page_only_content.ltr,
    .style-53 .article-page_centered_content.ltr {
        margin-top: 0px !important;
        padding-top: 0px;
    }

    .style-53 .article-content p:first-of-type {
        margin-bottom: 50px !important;
    }

}


@media (max-width: 480px) {


    .style-47 .slick-dots {
        width: auto !important;
        padding-left: 0px !important;
    }

    .wohnentxt {
        left: 35px !important;
    }

    .wohnentxt p {
        padding-top: 0px;
        width: auto;
        padding: 0px !important;
    }

    .newgrid .g-7 {
        margin-right: 0px !important;
    }

    .landshut {
        width: 90% !important;
    }

    .landshut h3 {
        padding-right: 0px !important;
    }

}


@media (max-width: 991px) {

    .navbar-collapse {
        transition: 0.5s;
        transform: translate(0, -100vh);
    }

    .collapse.show {
        transform: translate(0, 0vh);
    }

}

.style-664 p {
    max-width: 600px;
}


.newgrid {
    display: inline-block;
}

.newgrid .g-7 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 1800px) {
    .newgrid .g-7 {
        margin-right: 20px;
    }
}


.newgrid .g-5 {
    margin-right: 20px;
    width: calc(40% - 20px);
}

.nui .right-gal:nth-child(2) {
    width: calc(50% - 10px);
    height: auto;
    margin-right: 10px;
    padding-right: 0px;
}

.nui .right-gal:nth-child(3) {
    width: calc(50% - 10px);
    height: auto;
    margin-left: 10px;
}

.nui .right-gal:nth-child(1) {
    width: 100%;
    height: auto;
    margin-right: 0px;
    padding-right: 0px;
}

.right-gal {
    padding: 0px;
    display: inline-block;
    float: left;
    height: auto;
    max-height: 400px;
    margin-bottom: 20px;
}

.right-gal img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.right-gal:nth-child(2) {
    width: calc(60% + 20px);
    height: auto;
    margin-right: 0px;
    padding-right: 0px;
}


.right-gal:nth-child(6) {
    width: calc(60% + 20px);
    height: auto;
    margin-left: 0px;
    padding-left: 0px;
}

.right-gal:nth-child(3) {
    width: calc(40% - 40px);
    height: auto;
}

.right-gal:nth-child(5) {
    width: calc(40% - 40px);
    height: auto;
}


a:hover, a:focus, a:active,
button:hover,
button:focus,
button:active,
input:hover,
input:focus,
input:active,
.input-text:hover,
.input-text:focus,
.input-text:active, input[type=email]:hover, input[type=email]:focus, input[type=email]:active, input[type=password]:hover, input[type=password]:focus, input[type=password]:active, input[type=search]:hover, input[type=search]:focus, input[type=search]:active, input[type=tel]:hover, input[type=tel]:focus, input[type=tel]:active, input[type=text]:hover, input[type=text]:focus, input[type=text]:active, input[type=url]:hover, input[type=url]:focus, input[type=url]:active, textarea:hover, textarea:focus, textarea:active,
.form-control:hover,
.form-control:focus,
.form-control:active,
.btn:hover,
.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: #D1AF4E;
    background: transparent;
}

.slick-slide {
    border: 0;
    box-shadow: none;
}

.slick-slide:hover, .slick-slide:focus, .slick-slide:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

img {
    display: inline-block;
}

ol, ul {
    margin: 0;
}

form {
    margin-bottom: 0;
}

.row-limit {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

@media (min-width: 1200px) {
    .row-limit {
        padding-left: 5.75rem;
        padding-right: 5.75rem;
    }
}

.font-roboto {
    font-family: "Roboto Condensed", sans-serif;
}

h5 {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.2em;
}

h3 {
    font-size: 1.563em;
    line-height: 1.1em;
    font-weight: bold;
}

@media (min-width: 768px) {
    h3 {
        font-size: 3.75em;
        line-height: 1.1em;
    }
}

@media (min-width: 1200px) {
    h3 {
        font-size: 3.125vw;
        line-height: 3.385vw;
    }
}

h3 b, h3 strong {
    font-weight: bold;
}

p {
    font-size: 0.938em;
    line-height: 1.25em;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    p {
        font-size: 1.25em;
        line-height: 1.25em;
    }
}

.link {
    position: relative;
    font-size: 0.938em;
    line-height: 1.25em;
    font-weight: bold;
}

@media (min-width: 768px) {
    .link {
        font-size: 1.25em;
        line-height: 1em;
    }
}

.link-more {
    /*
        &::after{
            content: '';
            background-image: url(assets/img/arrow_right.svg);
            background-position: right center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 2.1875rem;
            height: 1rem;
            position: absolute;
            right: -3rem;
            top: .3rem;
            transition: all .3s ease;
        }
        &:hover,
        &:active,
        &:focus{
            &::after{
                background-image: url(assets/img/arrow_right-hover.svg);
            }
        }
        */
}

.link-more span {
    display: inline-block;
    position: absolute;
    bottom: -2px;
    right: -3rem;
}

.link-more span .cls-1 {
    stroke: #2e2e2e;
    transition: all .3s ease;
}

.link-more:hover span .cls-1, .link-more:active span .cls-1, .link-more:focus span .cls-1 {
    stroke: #D1AF4E !important;
}

body, html {
    color: #2E2E2E;
    font-family: "Roboto Condensed", sans-serif;
}

.nav-social {
    margin-top: .4rem;
}

.nav-social__wrapper {
    width: 7.75rem;
}

@media (min-width: 992px) {
    .nav-social__wrapper {
        width: auto;
    }

    .leftwieder {
        text-transform: uppercase;

    }

    .leftwieder strong {
        font-size: 8rem !important;
        line-height: 8.5rem;
    }

    .leftwieder,
    .rightwieder {
        position: relative;
        width: 50%;
        float: left;
        display: block;
        box-sizing: border-box;
        padding-right: 5%;
    }

    .leftwieder h3,
    .rightwieder h3 {
        font-weight: 400 !important;
    }

    .leftwieder p,
    .rightwieder p {
        font-size: 2rem;
    }

    .neu {
        width: 100%;
    }
}


@media (max-width: 1366px) {
    .slick-slide__content {
        top: 30%;
    }
}

.nav-item {
    font-size: 1.563em;
    line-height: 1.5em;
    text-align: left !important;
    color: #fff;
}

@media (min-width: 992px) {
    .nav-item {
        color: #2E2E2E;
        text-align: center !important;
        font-size: 1em;
        line-height: 2.5em;
    }
}

@media (min-width: 66.5rem) {
    .nav-item {
        font-size: 1.25em;
        line-height: 1.5em;
    }
}

@media (min-width: 1200px) {
    .nav-item {
        font-size: 1.563em;
        line-height: 1.5em;
    }
}

.nav-item.active span {
    position: relative;
}

.nav-item.active {
    font-weight: bold;
}

.nav-item.active span::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2E2E2E;
    position: absolute;
    left: 0;
    bottom: -.25rem;
}

.nav-item:first-of-type span {
    font-weight: 500;
}

.nav-item:first-of-type span:after {
    height: 1.5px;
}

.navbar {
    z-index: 40;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
}

@media (min-width: 768px) {
    .navbar {
        background: #fff;
    }
}

@media (min-width: 1200px) {
    .navbar {
        padding-left: 5.75rem;
        padding-right: 5.75rem;
    }
}

.navbar.scrolled {
    transition: all .5s ease;
    background: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
    .navbar.scrolled {
        background: #fff;
    }
}

.navbar-nav {
    width: 75%;
    margin-left: 2.1875rem;
}

@media (min-width: 992px) {
    .navbar-nav {
        width: 100%;
        margin-left: 0;
    }
}

.navbar-brand img {
    height: 1.625rem;
}

@media (min-width: 768px) {
    .navbar-brand img {
        height: auto;
    }
}

.navbar-toggler {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    height: 1.625rem;
    width: 1.625rem;
    padding-left: .25rem;
    padding-right: 0;
    z-index: 99;
}

@media (min-width: 768px) {
    .navbar-toggler {
        width: 3.375rem;
        height: 3.375rem;
        padding-left: .75rem;
    }
}

.navbar-toggler:active, .navbar-toggler:focus, .navbar-toggler:hover {
    background-color: #000;
}

.navbar-toggler-icon {
    width: 1rem;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-top: .2rem;
    margin-bottom: .25rem;
    transition: all .3s ease;
}

@media (min-width: 768px) {
    .navbar-toggler-icon {
        width: 1.725rem;
        margin-top: .25rem;
        margin-bottom: .5rem;
    }
}

.navbar-toggler-icon:first-of-type {
    transform: rotate(45deg) translateX(0px) translateY(0px);
}

@media (min-width: 768px) {
    .navbar-toggler-icon:first-of-type {
        transform: rotate(45deg) translateX(3px) translateY(2px);
    }
}

.navbar-toggler-icon:nth-of-type(2) {
    display: none;
}

.navbar-toggler-icon:last-of-type {
    transform: rotate(-45deg) translateX(4px) translateY(-4px);
}

.navbar-toggler.collapsed .navbar-toggler-icon:first-of-type {
    transform: rotate(0deg) translateX(0px) translateY(0px);
}

.navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(2) {
    display: block;
}

.navbar-toggler.collapsed .navbar-toggler-icon:last-of-type {
    transform: rotate(0deg) translateX(0px) translateY(0px);
}

.navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    padding-top: 3.5rem;
}

@media (min-width: 992px) {
    .navbar-collapse {
        height: auto;
        padding-top: 0;
        top: unset;
        left: unset;
        position: relative;
        background-color: #fff;
    }
}

@-webkit-keyframes info-box-anim {
    0% {
        -webkit-transform: translate3d(200%, 0, 0);
        transform: translate3d(200%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0);
    }
}

@keyframes info-box-anim {
    0% {
        -webkit-transform: translate3d(200%, 0, 0);
        transform: translate3d(200%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0);
    }
}

.info-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #D1AF4E;
    height: 4.25rem;
    z-index: 20;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: none;
    overflow: hidden;
}

@media (min-width: 768px) {
    .info-box {
        display: inline-block;
        height: 5.25rem;
    }
}

@media (min-width: 1200px) {
    .info-box {
        height: 6.25rem;
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
        padding-left: 11.5vw;
        padding-right: 11.5vw;
    }
}

.info-box p {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    color: #fff;
    padding-left: 1rem;
    display: inline-block;
    animation: info-box-anim 20s infinite linear;
}

@media (min-width: 768px) {
    .info-box p {
        font-size: 1.5em;
        line-height: 1.5em;
    }
}

@media (min-width: 1200px) {
    .info-box p {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .info-box p {
        font-size: 2.188em;
        line-height: 1.5em;
    }
}

.slick {
    position: relative;
    height: 15.625rem;
    color: #fff;
}

@media (min-width: 768px) {
    .slick {
        height: 46.875rem;
    }
}

.slick .row-limit {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .slick .row-limit {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
        margin-left: -0.395rem;
        margin-right: -0.395rem;
    }
}

@media (min-width: 1200px) {
    .slick .row-limit {
        padding-left: 5.75rem;
        padding-right: 5.75rem;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.slick-slide__wrapper {
    height: 15.625rem;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media (min-width: 768px) {
    .slick-slide__wrapper {
        height: 46.875rem;
    }
}

.slick-slide__wrapper::after {
    content: '';
    background-image: url(assets/img/slick_gradient.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slick-slide__content {
    position: relative;
    z-index: 20;
    margin-top: 5.375rem;
}

@media (min-width: 768px) {
    .slick-slide__content {
        margin-top: 12.5rem;
    }
}

.slick-slide__content h3 {
    max-width: 70.75rem;
    font-size: 1.563em;
    line-height: 1.08em;
    font-weight: bold;
    padding-left: 3rem;
    padding-right: 3rem;
}

.slick-slide__content h3:first-of-type {
    font-weight: 100;
}

@media (min-width: 768px) {
    .slick-slide__content h3 {
        font-size: 3.75em;
        line-height: 1.08em;
        padding-left: 11.5vw;
    }
}

.slick-nav {
    position: absolute;
    z-index: 20;
    right: 0;
    bottom: 1.875rem;
    color: #2E2E2E;
    width: 6rem;
    left: 0;
    height: .625rem;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

@media (min-width: 992px) {
    .slick-nav {
        width: auto;
        height: 12.5rem;
        background-color: #fff;
        left: auto;
        bottom: 0;
    }
}

.hell::after {
    background: none !important;
}

.slick-nav .slick-track {
    width: auto !important;
    transform: translate3d(0, 0, 0) !important;
}

.slick-nav__wrapper {
    width: .625rem !important;
    height: .625rem;
    border-radius: 50%;
    padding-left: .625rem;
    padding-right: .625rem;
    position: relative;
}

.slick-nav__wrapper::after {
    content: '';
    width: .625rem;
    height: .625rem;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 992px) {
    .slick-nav__wrapper {
        height: 12.5rem;
        width: 16.875rem !important;
        padding: 1.5rem 2.5rem;
        border-radius: 0;
    }

    .slick-nav__wrapper.slick-current {
        background-color: #D1AF4E;
    }

    .slick-nav__wrapper::after {
        content: none;
    }
}

.slick-nav__wrapper h4 {
    font-size: 2.188em;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
}

.slick-nav__wrapper p {
    margin-bottom: 0;
    font-size: 1.25em;
    line-height: 1.25em;
}

@media (min-width: 768px) {
    .page .slick {
        height: 37.5rem;
    }
}

@media (min-width: 768px) {
    .page .slick-slide__wrapper {
        height: 37.5rem;
    }
}

.arrow-box {
    position: absolute;
    height: 5rem;
    width: auto;
    bottom: 8rem;
    left: 17vw;
    padding-left: 3rem;
}

.arrow-box p {
    font-size: 1.25em;
    line-height: 1em;
    margin-bottom: 0;
}

.arrow-box p:last-of-type {
    position: absolute;
    bottom: -1rem;
}

.arrow-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/downarrow.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
}

header {
    position: relative;
    margin-top: -5.375rem;
    margin-bottom: 3.125rem;
}

@media (min-width: 768px) {
    header {
        margin-top: 0;
        margin-bottom: 9.375rem;
    }
}

header .arrow-box {
    display: none;
}

@media (min-width: 1512px) {
    header .arrow-box {
        display: block;
    }
}

main {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    main {
        margin-bottom: 9.375rem;
    }
}

@media (min-width: 768px) {
    main.page {
        margin-bottom: 12.5rem;
    }
}

.article {
    margin-bottom: 3.125rem;
}

.article-box_fig {
    width: 35%;
    margin-left: 42%;
    margin-right: auto;
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
}

.article-box_fig_lower {
    margin-bottom: -10% !important;
}

.article-title {
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .article-title {
        margin-bottom: 1.875rem;
        margin-top: 1.5rem;
    }
}

.article-title span {
    display: block;
}

.article-excerpt, .article-content {
    margin-bottom: 1.125rem;
}

@media (min-width: 768px) {
    .article-excerpt, .article-content {
        margin-bottom: 1.6875rem;
        max-width: 23rem;
    }
}

.article-excerpt p:first-of-type, .article-content p:first-of-type {
    font-weight: 100;
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .article-content {
        max-width: 26rem;
    }
}

@media (min-width: 992px) {
    .article-content {
        max-width: 75%;
    }
}

.article-slick, .article-slick_extra {
    width: 100vw;
    margin-left: -3.2rem;
    margin-bottom: 5.875rem;
}

@media (min-width: 768px) {
    .article-slick, .article-slick_extra {
        width: 85%;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .article-slick.w-md-100, .article-slick_extra.w-md-100 {
        width: 100% !important;
    }
}

.article-slick .slick-arrow, .article-slick_extra .slick-arrow {
    position: absolute;
    bottom: -2.7rem;
    right: calc(50% - 2.5rem);
    width: 2.1875rem;
    height: .875rem;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

@media (min-width: 768px) {
    .article-slick .slick-arrow, .article-slick_extra .slick-arrow {
        height: 2.1875rem;
        width: 4.625rem;
        bottom: -4rem;
        right: 0;
    }
}

.article-slick .slick-arrow.slick-prev, .article-slick_extra .slick-arrow.slick-prev {
    right: calc(50% + 2.5rem);
    background-image: url(assets/img/slick_arrow_left.svg);
}

@media (min-width: 768px) {
    .article-slick .slick-arrow.slick-prev, .article-slick_extra .slick-arrow.slick-prev {
        right: 7.5625rem;
    }
}

.article-slick .slick-arrow.slick-next, .article-slick_extra .slick-arrow.slick-next {
    background-image: url(assets/img/slick_arrow_right.svg);
}

@media (min-width: 768px) {
    .article-slick-nav_left .slick-arrow, .article-slick_extra-nav_left .slick-arrow {
        right: unset;
        left: 7.5625rem;
    }
}

@media (min-width: 768px) {
    .article-slick-nav_left .slick-arrow.slick-prev, .article-slick_extra-nav_left .slick-arrow.slick-prev {
        right: unset;
        left: 0;
    }
}

@media (min-width: 768px) {
    .article-left_top_fig {
        margin-top: -4.5rem;
        margin-right: 1.5rem;
        margin-left: auto;
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .article-left_top_fig {
        margin-top: -10rem;
        margin-right: 3rem;
        width: 70%;
    }
}

@media (min-width: 768px) {
    .article-left_top_fig .article-excerpt {
        max-width: 32.8125rem;
    }
}

@media (min-width: 768px) {
    .article-left_top_fig_longer .article-fig {
        margin-right: 0;
        margin-left: auto;
        width: 100%;
        margin-bottom: 7.5rem;
    }
}

@media (min-width: 1200px) {
    .article-left_top_fig_longer .article-fig {
        margin-top: -8rem;
    }
}

@media (min-width: 1648px) {
    .article-left_top_fig_longer .article-fig {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .article-left_top_fig_longer .article-excerpt,
    .article-left_top_fig_longer .article-title {
        width: 90%;
        margin-left: auto;
        margin-right: 10%;
        max-width: 26rem;
    }
}

@media (min-width: 1200px) {
    .article-left_top_fig_longer .article-excerpt,
    .article-left_top_fig_longer .article-title {
        width: 80%;
        margin-right: 15%;
    }
}

.article-fig_longer {
    margin-left: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .article-fig_longer .article-excerpt,
    .article-fig_longer .article-title,
    .article-fig_longer .link {
        margin-left: auto;
        margin-right: 1.5rem;
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .article-fig_longer .article-excerpt,
    .article-fig_longer .article-title,
    .article-fig_longer .link {
        margin-right: 3rem;
        width: 70%;
    }
}

@media (min-width: 768px) {
    .article-fig_only_in_col {
        width: 85%;
        margin-top: -1.5rem;
    }
}

@media (min-width: 992px) {
    .article-fig_only_in_col {
        margin-top: -1rem;
    }
}

@media (min-width: 1200px) {
    .article-fig_only_in_col {
        margin-top: -8.75rem;
    }
}

@media (min-width: 768px) {
    .article-bottom_fig .article-excerpt,
    .article-bottom_fig .article-title {
        max-width: 90%;
    }
}

@media (min-width: 1200px) {
    .article-bottom_fig .article-excerpt,
    .article-bottom_fig .article-title {
        max-width: 75%;
    }
}

.article-bottom_fig .article-fig {
    margin-top: 5rem;
}

@media (min-width: 768px) {
    .article-bottom_fig .article-fig {
        max-width: 90%;
        margin-right: 0;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .article-bottom_fig .article-fig {
        max-width: 75%;
    }
}

.article-only_figs .article-box_fig {
    margin-bottom: 0;
}

.article-only_figs .article-only-fig {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .article-only_figs .mt-md-5 {
        margin-top: 6.25rem !important;
    }
}

.article-page_only_content {
    margin-top: 3.125rem;
}

@media (min-width: 768px) {
    .article-page_only_content {
        margin-top: 12.5rem;
    }
}

@media (min-width: 768px) {
    .article-page_only_content.ltr {
        margin-top: 9.375rem;
    }
}

@media (min-width: 768px) {
    .article-page_only_content.lower_position {
        margin-top: 12.5rem;
    }
}

@media (min-width: 768px) {
    .article-page_only_content .article-excerpt,
    .article-page_only_content .article-title {
        width: 90%;
        display: block;
        max-width: unset !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .article-page_only_content .article-excerpt,
    .article-page_only_content .article-title {
        width: 75%;
    }
}

@media (min-width: 768px) {
    .article-page_centered_content {
        margin-top: 9.375rem;
    }
}

@media (min-width: 768px) {
    .article-page_centered_content.ltr {
        margin-top: 11.875rem;
    }
}

@media (min-width: 768px) {
    .article-page_centered_content .article-title,
    .article-page_centered_content .article-excerpt {
        width: 75%;
        max-width: unset !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .article-page_centered_content .article-title,
    .article-page_centered_content .article-excerpt {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .article-page_centered_content .article-only-fig {
        width: 95%;
    }
}

.article-no_limits {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    background-image: url(assets/img/pin_big.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

@media (min-width: 768px) {
    .article-no_limits {
        margin-top: 9.375rem;
    }
}

.article-no_limits .article-title,
.article-no_limits .article-excerpt {
    max-width: unset !important;
    width: 100%;
}

.article-no_limits .article-title span,
.article-no_limits .article-excerpt span {
    display: inline-block;
}

.article_margin-top {
    margin-top: 3.125rem;
}

@media (min-width: 768px) {
    .article_margin-top {
        margin-top: 7.5rem;
    }
}

footer {
    position: relative;
    background-color: #2E2E2E;
    color: #fff;
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
    margin-bottom: -5px;
}

@media (min-width: 768px) {
    footer {
        padding-top: 3.125rem;
    }
}

@media (min-width: 768px) {
    footer::before {
        content: '';
        width: 14vw;
        height: 100%;
        background-color: #D1AF4E;
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (min-width: 992px) {
    footer::before {
        width: 12vw;
    }
}

@media (min-width: 1920px) {
    footer::before {
        width: 12.5rem;
    }
}

footer h5 {
    margin-bottom: .7rem;
}

footer p {
    font-size: 0.938em;
    line-height: 1.15em;
    margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
    footer p {
        margin-bottom: 0;
    }
}


footer .nav-link {
    text-align: left !important;
    color: #fff;
    opacity: .5;
    font-size: 0.938em;
    line-height: 1.15em;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    footer .nav-link {
        padding-left: 1rem;
    }
}

.footer-brand {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin-bottom: 1.875rem;
    width: 9.125rem;
}

@media (min-width: 768px) {
    .footer-brand {
        width: auto;
        height: 100%;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .footer-brand::before {
        content: '';
        width: 50%;
        height: calc(100% + 4rem);
        background-color: #D1AF4E;
        position: absolute;
        left: 0;
        z-index: -1;
        height: calc(100% + 6.25rem);
        top: -3.125rem;
    }
}

.footer-socials {
    width: 4.875rem;
    margin-left: auto;
    margin-right: 0;
    float: right;
    margin-top: .25rem;
    z-index: 20;
}

@media (min-width: 768px) {
    .footer-socials {
        width: 50%;
        margin-top: -2rem;
        float: none;
    }
}

@media (min-width: 120rem) {
    .footer-socials {
        margin-left: 38%;
    }
}

.footer-socials .nav-social {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    opacity: 1;
}

@media (min-width: 768px) {
    .footer-socials .nav-social {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

.page .article-title {
    max-width: 26rem;
}

@media (min-width: 768px) {
    .page .article-title {
        max-width: 75%;
    }
}

.page .article-content {
    margin-bottom: 3.125rem;
}

@media (min-width: 768px) {
    .page .article-content {
        max-width: 75%;
        margin-bottom: 1.125rem;
    }
}

.gallery {
    margin-top: 2.125rem;
}

@media (min-width: 768px) {
    .gallery {
        margin-top: 7.5rem;
        margin-bottom: 3.125rem;
    }
}

@media (min-width: 768px) {
    .gallery .gallery-row {
        margin-bottom: 7.1875rem;
    }
}

.gallery .gallery-row figure {
    margin-bottom: 3.125rem;
}

@media (min-width: 768px) {
    .gallery .gallery-row figure {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .gallery .gallery-row .col-md-5 {
        margin-top: 4.3215rem;
    }
}

.office-content p {
    margin-bottom: 3.125rem;
}

@media (min-width: 768px) {
    .office-content p {
        margin-bottom: 3.75rem;
    }
}

.office-content p.font-weight-bold {
    margin-bottom: 1.25rem;
}

.office-content p:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .office .article-title {
        max-width: unset;
        width: 40vw;
    }
}

@media (min-width: 768px) {
    .office .article-slick {
        margin-top: 2rem;
    }
}

@media (min-width: 992px) {
    .row.other .article-title {
        max-width: 26rem;
    }
}

#map {
    height: 21.875rem;
}

.contact-content {
    margin-bottom: 3.125rem;
}

.contact-content h2 {
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .contact-content h2 {
        font-size: 3.229vw;
        font-weight: 300;
    }
}

.contact-content h2 strong {
    font-weight: bold;
}

.contact-content p {
    min-height: 1em;
}

.clean-page {
    margin-top: 4rem;
}

@media (min-width: 768px) {
    .clean-page {
        margin-top: 5.625rem;
    }
}

@media (min-width: 1200px) {
    .clean-page {
        width: 60.25vw;
        margin-left: 12vw;
    }
}

.clean-page_title h2 {
    font-weight: bold;
    margin-top: 4rem;
}

@media (min-width: 768px) {
    .clean-page_title h2 {
        font-size: 3.229vw;
        margin-top: 9.375rem;
    }
}

@media (min-width: 768px) {
    .clean-page:last-of-type {
        padding-bottom: 3.125rem;
    }
}

.extra-slick {
    width: 80%;
}


@media (max-width: 667px) {

    .waschtxt {
        top: 40%;
        left: 60%;
        transform: translate(-50%, -50%);
        position: absolute;
    }

    .fade-in-left {
        left: 0px;
        -webkit-animation-name: fade-in-left;
        -webkit-animation-duration: 4s;
        animation-name: fade-in-left;
        animation-duration: 4s;
        overflow: hidden;
        height: calc(80vh - 311px);
        top: 0px;
    }

    .fade-in-right {
        right: 0px;
        -webkit-animation-name: fade-in-right;
        -webkit-animation-duration: 4s;
        animation-name: fade-in-right;
        animation-duration: 4s;
        width: 50vw;
        bottom: -25%;
    }

    .fade-in-left img {
        height: calc(80vh - 311px);

    }

    .fade-in-right img {
        float: right;
        height: 100%;
        width: 100%;
        object-fit: scale-down;
    }

}

@media (max-width: 768px) {

    footer {
        padding-left: 35px !important;
    }

    .waschtxt {
        top: 40%;
        left: 60%;
    }

    footer .row,
    footer .col-md-6,
    footer .col-md-3 {
        padding-left: 0px !important;
    }

    footer .footer-socials {
        width: 100%;
        margin-bottom: 30px;
    }

    footer .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media (max-width: 600px) {
    .waschtxt br {
        display: none;
    }
}


@media (max-width: 512px) {
    .fade-in-left img,
    .fade-in-left {
        height: calc(70vh - 311px);
    }
}

.style-179 h1 {
    font-size: 24px;
    font-weight: 700;
    width: 100%;
}

.style-179 h2 {
    font-size: 22px;
    font-weight: 700;
    width: 100%;
}

.style-179 h3 {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
}

.style-179 h4 {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
}

.style-179 p {
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
}

.style-179 a {
    color: #D1AF4E;
}

.style-179 ul {
    padding: 13px;
    width: 100%
}

.style-179 li {
    font-size: 16px;
    width: 100%;
}

.order-4 .hsif:first-of-type {
    margin-bottom: 50px;
}

.order-1 .article-title {
    margin-top: 0px !important;
}

.navbar.scrolled {
    background-color: #2E2E2E !important;
}

.offnung .g-5:hover .img-fluid {
    transform: scale(1.1);
}

.slick-track {
    background-color: #2E2E2E !important;
}

.navbar,
.navbar-collapse,
.navbar-collapse .nav-item {
    background-color: #2E2E2E;
    color: white;
    z-index: 9999;
}

.navbar-toggler {
    z-index: 999999999;
}

.navbar-collapse .nav-item:hover,
.active {
    color: #D1AF4E !important;

}

.mt-new {
    margin-top: 0rem;
}

.landshut p {
    width: 50%;
}

header .slick-track p,
header .slick-track h4 {
    color: white !important;
}

body {
    color: white !important;
    background-color: #2E2E2E !important;
}

.style-47,
.style-47 .slick-track {
    background-color: #562441 !important;
}

.style-49, .style-49 .slick-track {
    background-color: #2E2E2E !important;
}

/* .style-51, .style-51 .slick-track {
    background-color: #405335 !important;
} */

/* .style-53, .style-53 .slick-track {
    background-color: #004F42 !important;
} */

/* .style-126, .style-126 .slick-track {
    background-color: #007A81 !important;
} */

/* .style-1945,
.style-1945 .slick-track {
    background-color: #562441 !important;
} */

a {
    color: white;
}

footer {
    background-color: #212121;
}

.unternehmen {
    padding-bottom: 150px;
}

.wohnen {
    height: 700px;
    width: 100%;
    float: left;
    position: relative;
    background-position: center;
    background-size: cover;
    margin-bottom: 140px;
}

.simpleParallax {
    box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
    width: auto;
    height: 700px;
}

.simpleParallax img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1140px) {
    .mt-new {
        margin-top: 0rem;
    }
}

@media (max-width: 1520px) {
    .simpleParallax {
        box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
        width: auto;
        height: 100%;
    }
}

.wohnentxt {
    margin-top: 0px;
    top: 50%;
    left: 5.75rem;
    transform: translate(-0%, -50%);
    position: absolute;
}

.wohnentxt p {
    width: 50%;
    padding-top: 80px;
}

.wohnentxt h3 {
    font-weight: 100 !important;
}

footer {
    float: left;
}

footer .row {
    max-width: 100%;
}

.style-47 h1 {
    font-size: 2.75rem;
}

.wrapper-an {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.page-id-2520 .stellenangebote .intro .wrapper-an {
    display: block;
}


.link-more span .cls-1 {
    stroke: white !important;
}

@media (max-width: 1360px) {

    .landshut,
    .landshut p {
        width: 80%;
    }

    .wrapper-an {
        max-width: 100%;
        padding: 0px 40px;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        display: flex;
    }

}

.g-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto;
}

.col {
    float: left;
    box-sizing: border-box;
    display: block;
}

.unternehmen {
    width: 100%;
    float: left;
}

.g-6 {
    width: 50%;
}

.page .col.g-6 {
    padding: 0px !important;
}

.gallerie .g-6:first-of-type {
    padding-right: 8px !important;
}

.gallerie .g-6 .g-6 {
    padding-right: 0px !important;
}

.gallerie .g-6:last-of-type {
    padding-left: 8px !important;
}

.pt-150 {
    padding-top: 150px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-250 {
    padding-bottom: 250px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.mt-250 {
    margin-top: 150px;
}


.clear {
    clear: both;
}

.clear::after {
    clear: both;
    float: none;
}

.col.g-6 img {
    width: 100%;
}

.g-4 {
    width: 33%;
    padding-right: 30px;
    padding-left: 0px;
}

.g-4 img {
    width: 80%;
}

.g-12-5 {
    width: 12.5%;
    padding: 0px;
    overflow: hidden;
    transition: 0.4s;
}

.mitarbeitergalerie-12 {
    width: 25.0%;
}

.g-12-5:hover img {
    transform: scale(1.1);
    -webkit-filter: grayscale(0%);
}

.g-12-5 img {
    width: 100%;
    height: auto;
    /*filter: gray;*/
    /*-webkit-filter: grayscale(100%);*/
}

.g-5 {
    width: 40%;
    padding: 0;
    padding-left: 20px;
    padding-right: 0px;
}

.g-7 {
    width: 60%;
    padding: 0px;
}

.g-5 img {
    width: 100%;
    -webkit-box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
}

.g-7 hr {
    border-top: 1px solid white;
    float: left;
    width: 66%;
    margin: auto;
}

.offnung {
    margin: 0 auto;
    max-width: 1740px;
}

.offnung .g-6 {
    padding-bottom: 40px !important;
}

.offnung h3 {
    font-weight: 100 !important;
    font-size: 2.75em;
}

.offnung strong {
    padding-bottom: 20px;
    display: inline-block;
}

.offnung em {
    font-style: normal;
    position: absolute;
    left: 160px;
}

.jahre-30 img {
    position: absolute;
    bottom: 50px;
    right: 0px;
}

.mb-100 {
    margin-bottom: 100px;
}

.schautage p {
    width: 50%;
}

.gallery-row figure {
    padding: 0px !important;
    display: inline-table !important;
}

#page-126 .slick-slide__content {
    width: 730px;

    @media (max-width: 800px) {
        width: unset;
    }
}

.gallery-row figure img {
    margin: 0px !important;
}

.col-12 .gallery-row:last-of-type {
    justify-content: space-evenly !important;
}

.gallery-row .col-md-5 {
    max-width: 31%;
}

.gallery-row .col-xl-7 {
    max-width: 48%;
}

body {
    background-color: #F5F4F3;
}

html {
    scroll-behavior: smooth;
}

figure,
main .row .col-md-7 article {
    overflow: hidden;
    transition: 0.4s;
}

footer figure {
    overflow: visible;
}

.slick-slide__content {
    margin-top: 0px !important;
    top: 50%;
    left: 5.75rem;
    transform: translate(-0%, -50%);
    position: absolute;
}

.nav-social .img-fluid {
    height: 25px;
    width: auto;
    object-fit: contain;
}

.style-49 .spec-5,
.style-51 .spec-5 {
    display: none !important;
}

#map {
    height: 60rem;
    width: 90%;
}

.style-49 .spec-6,
.style-53 .spec-6 {
    display: none !important;
}

footer {
    margin-top: 200px !important;
}

.style-47 footer,
.style-49 footer,
.style-51 footer,
.style-53 footer {
    margin-top: 0px !important;
}

.article-fig:hover .img-fluid,
.article-box_fig:hover .img-fluid,
.gallery-row figure:hover .img-fluid,
.article-only-fig:hover .img-fluid,
.article:hover .img-fluid,
.mobile-mb-0:hover .img-fluid,
.right-gal:hover .img-fluid {
    transform: scale(1.1);
}

.article-slick_fig .img-fluid,
.other .article-only-fig,
main .row .col-md-7 article,
.row .order-1 .article-only-fig,
.right-gal {
    -webkit-box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
    display: inline-block;
}

.right-gal {
    box-shadow: none !important;
    overflow: hidden;
}

.home-slider-nav {
    margin: 0px !important;
}

.slide figure:hover .img-fluid {
    transform: scale(1);
}

.page .slick,
.page .slick-slide__wrapper {
    height: calc(100vh - 109px);
    margin-bottom: 150px;
}

.hsif {
    width: 72%;
    margin-left: 28%;
}

.arrow-box:hover p {
    color: #D1AF4E;
}

.footer-socials .nav-social {
    z-index: 11111;
}

.arrow-box p {
    transition: 0.4s;
}

.slick-slide__wrapper::after {
    /* background-image: url(assets/img/slick_gradient.png) !important; */
}

.img-fluid:before {
    -webkit-box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
}

main figure {
    -webkit-box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
    display: table;
}

#page-126 .slick-dots {
    display: none;
}

.article-no_limits {
    margin-bottom: 150px;
}

.article-fig .Natursteine,
.article-fig .Fliesen {
    display: none !important;
}

.Holzböden {
    width: 70% !important;
    margin-bottom: 5% !important;
}

.arrow-box {
    display: none !important;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 80px;
    display: block;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0;
    width: 13px;
    height: 13px;
    z-index: 9;
    left: 50%;
    -webkit-animation: fade_move_down 4s ease-in-out infinite;
    -moz-animation: fade_move_down 4s ease-in-out infinite;
    animation: fade_move_down 4s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -10px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 10px);
        opacity: 0;
    }
}

@-moz-keyframes fade_move_down {
    0% {
        -moz-transform: translate(0, -10px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -moz-transform: translate(0, 10px);
        opacity: 0;
    }
}

@keyframes fade_move_down {
    0% {
        transform: translate(0, -10px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 10px);
        opacity: 0;
    }
}

.slick-dots {
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translate(-50%);
}

.slick-list {
    -webkit-box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 30px 23px 76px 0px rgba(0, 0, 0, 0.5);
}

header .slick-list {
    box-shadow: none;
}

.slick-dots .slick-active {
    background-color: white;
    border-radius: 0px;
}

.slick-nav__wrapper:active {
    background-color: unset !important;
}

.row-limit {
    max-width: 100%;
}


.slick-dots li {
    float: left;
    height: 15px;
    width: 15px;
    background-color: #efefef8c;
    margin-right: 40px;
    list-style-type: none;
    transition: 0.4s;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .slick-dots li {
        background-color: grey;
    }

}


.slick-dots li:hover {
    transform: scale(1.4);
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    background: url(assets/img/avanta-dots.png);
}

.other {
    margin-top: 100px;
}

.slick-track .slick-nav__wrapper {
}

.slick-main {
    height: calc(100vh - 109px);
}

.navbar {
}

.slick {
    height: calc(100vh - 109px);
    margin-bottom: 150px;
}

.slick a {
    color: white;
}

@media (max-width: 768px) {

    .order-1 .article-title {
        margin-top: 50px !important;
    }

    .d-none-mobile {
        display: none;
    }

    .article-excerpt p {
        width: 80%;
    }

    .order-1 article {
        margin-bottom: 0;
    }

    .style-51 .order-1 figure:first-of-type {
        display: block !important;
    }

    .style-53 .mobile-order .mobile-order figure:first-of-type {
        display: block !important;
    }

    .style-53 .mobile-order .mobile-order:first-of-type {
        max-width: 100% !important;
    }

    .style-49 .secondo {
        display: flex !important;
    }

    .style-49 .secondo figure {
        display: block !important;
    }

    .style-49 .secondo .col-md-6:first-of-type {
        order: 2;
    }

    .style-49 .col-md-6,
    .style-49 .col-md-10,
    .style-49 .spac-6,
    .style-49 .col-md-5,
    .style-49 .col-lg-6 {
        padding-left: 0px !important;
    }


}


@media (min-width: 768px) {

    .page .article-title {
        margin-top: 0px;
    }

    .slick-slide__wrapper {
        height: calc(100vh - 109px);
    }

}


.home-slider .slick-slide__content h3 {
    padding: 0px !important;
    width: 700px;
    font-size: 3.75rem;
}

.link-more span {
    bottom: 0px;
}

.spec-3 {
    margin-bottom: 3.75rem;
}


@media (max-width: 1650px) {

    .home-slider .slick-slide__content h3 {
        padding-left: 23vw;
        padding-right: 20rem;
    }

    .home-slider .slick-slide__content {
        bottom: 22rem;
        right: 0px;
        top: 35%;
    }


    .home-slider .slick-slide__content h3 {
        padding: 0px !important;
        margin: 0px !important;
    }

}

.slick-other .slick-slide__content h3 {
    padding-left: 0px;
    padding-right: 0px;
}

.arrow-box {
    left: 5vw !important;
    bottom: 17rem !important;
}

.img-fluid {
    transition: 0.4s;
    width: 100%;
}

@media (max-width: 1200px) {

    .wohnentxt p {
        width: 80%;
    }

    .schautage p br {
        display: none;
    }

    .offnung .g-6 {
        width: 100%;
    }

    .offnung strong {
        padding-bottom: 0px;
    }

    .fe p:last-of-type::before {
        content: "Montag - Freitag";
        width: 100%;
        position: relative;
        display: inline-block;
    }


    .te em {
        bottom: -25px;
    }

    .fe br {
        display: inline-block;
        content: "Lager";
        width: 13px;
    }


    .slick-slide__content {
        left: 3rem;
    }

    .navbar-collapse {
        height: 0vh;
        transition: 0.5s;
    }

    .show {
        height: 100vh !important;
    }

    .spec-2 {
        top: 50%;
        transform: translateY(-50%);
        bottom: 140px !important;
        display: flex;
    }

    .style-47 .other .col-md-7,
    .style-47 .other .col-md-5 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .mitarbeiter .d-none {
        display: block !important;
        order: 2;
        max-width: 50%;
        padding-left: 150px !important;

    }

    .left-1024 {
        left: 50px;
    }

    .gallery .gallery-row {
        margin-bottom: 5rem;
    }

    .style-47 .article-content,
    .style-47 .article-title {
        max-width: 100%;
    }

    .style-47 .spac {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 5rem !important;
    }


}

@media (max-width: 1200px) {

    .leftwieder strong {
        font-size: 6rem !important;
        line-height: 6.5rem;
    }
}


@media (max-width: 1024px) {


    .scroll-down {
        display: none !important;
    }

    .schautage p {
        width: 70%;
    }

    header .slick-track p, header .slick-track h4 {
        height: 100px;

    }

    .mobile-unseen {
        display: none;
    }

    .abstand-top {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .style-49 .row {
        margin-left: 0px;
    }

    .mt-200 {
        margin-top: 100px;
        height: 600px;
    }

    .homes .order-3 {
        top: -200px;
    }

    .landshut {
        left: 5rem;
        transform: translate(-50%, -50%);
    }

    .landshut p {
        width: 80%;
    }

    .hier {
        display: block !important;
    }

    .hier,
    .hier img {
        height: 380px;
        width: auto;
        top: 50px;

    }

    .mt-new {
        margin-top: 0px;
    }

    .slick-track {
        background-color: transparent !important;
    }

    footer {
        margin-top: 100px !important;
    }

    .article-no_limits {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .article-page_centered_content.ltr {
        margin-top: 50px;
    }

    .style-47 h1 {
        font-size: 2.2rem;
        z-index: 1;
    }

    .pb-150 {
        padding-bottom: 80px !important;
    }

    .mt-250 {
        margin-top: 80px;
    }

    .wohnen {
        height: 550px;
    }

    .pt-150 {
        padding-top: 50px;
    }

    .pb-250 {
        padding-bottom: 150px !important;
    }

    .unternehmen {
        padding-bottom: 100px;
    }

    .jahre-30 img {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translate(0, -50%);
    }

    .slick-track .slick-current {
        background-color: white !important;
    }

    .slick-nav {
        position: absolute !important;
        z-index: 20 !important;
        right: 0 !important;
        bottom: 50px !important;
        color: transparent !important;
        width: auto !important;
        left: 0 !important;
        height: .625rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        cursor: pointer !important;
        background: transparent !important;
    }


    .home-slider .slick-slide__content {
        bottom: 0px;
        top: 50%;
        transform: translate(-50%);
        left: 3rem;
        margin-top: 0px !important;
        top: 35%;
        left: 5.75rem !important;
        transform: translate(-0%, -50%);
    }

    .page .article-title {
        max-width: 75%;
    }

    header,
    main {
        margin-bottom: 5rem !important;
    }

    .slick-slide__content h3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


    h3 {
        font-size: 2.2rem !important;
    }

    .slick-slide__content h3 {
        font-size: 3rem !important;
    }

    .page .slick,
    .page .slick-slide__wrapper,
    .slick-main,
    .slick,
    .slick-slide__wrapper {
        height: calc(70vh - 109px);
    }


    .home-slider-nav .slick-list .slick-track {
    }

    .home-slider-nav .slick-nav__wrapper:hover {
        background-color: white !important;
        cursor: pointer;
        /*transform: scale(1.4);*/
    }

    .slick-nav__wrapper::after {
        display: none !important;
    }

    .home-slider .slick-slide__content
    .slick-slide__content {
        left: 50% !important;
        top: 50%;
        width: 600px;
        transform: translate(-50%, -50%);
        right: 0px !important;
        bottom: 0px;
        margin-top: 0px;
    }

}

@media screen and (max-width: 1024px) {


    .scroll-down {
        display: none !important;
    }

    .slick-nav {
        position: absolute !important;
        z-index: 20 !important;
        right: 0 !important;
        bottom: 50px !important;
        color: transparent !important;
        width: auto !important;
        left: 0 !important;
        height: .625rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        cursor: pointer !important;
        background: transparent !important;
    }

    .home-slider-nav .slick-list {
        background-color: transparent;
    }

    .home-slider-nav .slick-track {
        background-color: transparent !important;
    }

    .home-slider-nav .slick-track h4 {
        color: transparent !important;
    }

    .home-slider-nav .slick-nav__wrapper {
        float: left;
        height: 15px !important;
        width: 15px !important;
        background-color: #efefef8c;
        margin-right: 40px !important;
        list-style-type: none;
        transition: 0.4s;
        float: left;
        padding: 0px !important;
        border-radius: 0px !important;
        left: 45%;
        transform: translateX(-50%);
    }

    .slick-initialized .slick-slide {
        display: block;
    }


}

@media (max-width: 991px) {

    .wrapper-an .g-4 {
        width: 100%;
        display: inline-block;
    }

    .wrapper-an {
        display: flex;
    }

    .wrapper-an.pb-150 {
        display: inline-block;
    }

    .jahre-30 {
        display: none !important;
    }

    .offnung .g-7 {
        width: 100%;
        padding-left: 2.5rem;
    }

    .fe br {
        width: 50px;
    }

    .offnung hr {
        width: 300px;
    }

    .offnung .g-5 {
        display: none;
    }

    .g-12-5 {
        width: 25%;
    }

    .spac-8 {
        width: 50%;
    }

    .ml-md-auto {
        margin-left: 0px !important;
    }

    .article-page_only_content,
    .article-page_centered_content,
    .article-no_limits,
    .spac-6,
    .article-page_only_content.ltr,
    .article-page_centered_content.ltr {
        margin-top: 5rem;
    }


    .style-51 .spac-6,
    .style-53 .spac-6 {
        margin-top: 0rem;
        order: 3;
    }

    .style-53 .spac-6 {
        margin-top: 5rem;
    }


}

@media (max-width: 812px) {

    .paralax {
        width: auto !important;
    }

    .landshut {
        left: 5.75rem !important;
        transform: translate(0%, -50%) !important;
    }

    .homes .slick-slider {
        margin-top: 50px;
    }

    .home-slider .slick-slide__content {

        left: 3rem !important;
        margin-top: 0px !important;
        top: 30%;
        transform: translate(0%, -50%);
        position: absolute;
        bottom: 18rem !important;

    }

    .slick-slide__content {
        top: 30%;
    }

    .home-slider .neu {
        top: 100px;
        transform: translate(-0%, 0%);
    }

    h3 {
        font-size: 25px !important;
    }

    .home-slider .slick-slide__content h3, .slick-slide__content h3 {
        font-size: 35px !important;
    }

    .home-slider .hell h3, .home-slider .hell h3 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .wohnentxt p {
        width: 80%;
    }

    .offnung strong {
        padding-bottom: 20px !important;
    }

    .te {
        padding-bottom: 0px !important;
    }

    .gallery-row .col-md-5 {
        max-width: 42%;
    }

    .article-no_limits {
        margin-top: 0px !important;
    }

    .article-page_centered_content .article-excerpt,
    .article-page_centered_content .article-title {
        width: 100%;
    }

    .spec-2 {
        bottom: 0px;
        transform: translateY(0%);
        top: 0px;
    }

    .spec-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .style-51 .specs-last {
        margin-bottom: 2rem;
    }

    .specs-5 {
        width: 85%;
        float: right;
    }


    main figure {
        position: relative !important;
    }

    .other {
        margin-top: 0px;
    }

    .home-slider .slick-slide__content h3,
    .slick-slide__content h3 {
        padding: 0px !important;
        width: auto;
        font-size: 2.5rem;
    }

    header {
        margin-bottom: 50px;
    }

    header, main {
        margin-bottom: 0px !important;
    }

    .article-title {
        margin-top: 50px !important;
    }

    .article-page_only_content, .article-page_centered_content, .article-no_limits, .spac-6, .article-page_only_content.ltr, .article-page_centered_content.ltr {
        margin-top: 50px !important;
        padding-top: 0px;
    }

    .wrapper-an:first-of-type {
        padding-top: 50px !important;
    }

    .unternehmen {
        padding-bottom: 100px;
    }

    #map {
        width: 100%;
        margin-top: 50px;
    }

    .style-126 main .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .style-126 main .row-limit {
        margin: 0px !important;

    }

    .style-126 .contact-content h2 {
        font-size: 3.5rem;
        padding-top: 50px;
    }

    .navbar-nav .active {
        color: #d1af4e;
    }


}

@media (max-width: 767px) {

    .style-126 .row-limit {
        padding-left: 0px;
        padding-right: 0px;
    }

    footer {
        padding-left: 35px !important;
    }

    .hier {
        display: none !important;
    }

    .homes .order-3 {
        top: 0px;
    }

    .order-3 article {
        margin-top: 0px !important;
    }

    .mt-200 {
        margin-top: 50px;
    }

    .sticky-top {
        position: fixed;
        z-index: 9999;
        overflow: visible;
        width: 100%;
    }

    .wohnen {
        margin-bottom: 100px;
    }

    .style-47 .pb-50 {
        padding-bottom: 0px;
    }

    .style-47 h1 {
        z-index: 9999999;
        margin-bottom: 50px;
    }

    .wohnentxt p {
        padding-top: 0px;
    }

    .wohnen {
        height: 400px;
    }

    #map {
        margin-top: 50px;
    }

    .landshut {
        left: 35px !important;
    }
}

@media (max-width: 540px) {

    .slick-slide__content h3 {
        max-width: 430px !important;
    }

    .slick-slide__content {
        left: 35px !important;
    }

}

@media (max-width: 960px) {

    .footer-socials {
        float: right !important;
        padding-left: 250px !important;
        padding-top: 20px !important;
    }


}

@media (max-width: 768px) {

    .footer-socials {
        padding-left: 0px !important;
    }
}


@media (max-width: 480px) {

    .slick-slide__content {
        left: 2rem;
        top: 50%;
    }

    .style-51 .order-1 .article-only-fig {
        margin-bottom: 0px;
    }

    .article-excerpt p {
        width: 100%;
    }

    .wohnen {
        margin-bottom: 50px;
    }

    .offnung em {
        left: 170px;
    }

    .style-126 .contact-content h2 {
        font-size: 2rem;
    }

    .style-51 .article-excerpt {
        margin-bottom: 0;
    }

    .style-51 .secondo .order-2 {
        order: 1;
    }

    .style-51 .page .article-content {
        margin-bottom: 0px !important;
    }

    .page .article-content {
        margin-bottom: 0px !important;
    }

    .style-51 .specs-last {
        margin-bottom: 0px;
    }

    .style-51 .thirste {
        margin-top: 0px !important;
    }

    /*.mobile-mb-0 {
        margin-bottom: 0px !important;
    }*/

    .thirste .d-none,
    .secondo .d-none {
        display: block !important;
    }

    .mobile-order {
        order: 2;
    }

    .style-49 .article-content {
        margin-bottom: 0px;
    }

    .style-49 .article-page_only_content {
        margin-top: 0px;
    }

    .footer-brand {
        margin-bottom: 0px;
    }

    #page-126 .slick-slide__content {
        width: auto;
    }

    .contact-content p {
        padding-left: 0px !important;
    }

    .contact-content {
        margin-bottom: 0px;
    }

    .style-51 .secondo {
        margin-top: 0px !important;
    }

    .style-53 .mobile-order {
        margin-top: 0px !important;
    }

    .article-no_limits {
        background-size: contain;
    }

    .style-53 .article-excerpt,
    .style-53 .article-excerpt p:first-of-type {
        margin-bottom: 0px !important;
    }

    .secondo,
    .thirste {
        margin-top: 0px !important;
    }


    .secondo .col-md-6:first-of-type {
        margin: 50px 0px;
    }

    .secondo .col-md-6:first-of-type .article-title {
        margin-top: 0px;
    }

    .style-49 figure {
        margin-bottom: 0px;
    }

    .nav-social__wrapper {
        width: auto;
    }


    .style-51 .article-excerpt p:first-of-type,
    .style-51 .article-content p:first-of-type {
        margin-bottom: 0px;
    }

    .style-47 .slick-track {
        background-color: transparent !important;
    }

    .style-49 .slick-track {
        background-color: transparent !important;
    }

    .style-51 .slick-track {
        background-color: transparent !important;
    }

    .style-53 .slick-track {
        background-color: transparent !important;
    }

    .style-126 .slick-track {
        background-color: transparent !important;
    }

    .wrapper-an h1 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .wrapper-an {
        padding: 0px;
    }

    .home-slider .slick-slide__content h3, .slick-slide__content h3 {
        font-size: 30px !important;
    }

    .home-slider .slick-slide__content {
        left: 0rem !important;
        padding-left: 2rem;
        width: 100%;
    }

    .page .slick, .page .slick-slide__wrapper, .slick-main, .slick, .slick-slide__wrapper {
        height: 100vh;
    }

    .landshut {
        left: 0px !important;
    }

    .navbar {
        padding-left: 35px;
        padding-right: 35px;
    }

    .navbar-toggler {
        width: 36px;
        height: 36px;
        padding-left: 0.55rem;
    }

    .landshut p {
        width: 100%;
    }

    .home-slider-nav .slick-nav__wrapper {
        left: 35%;
    }

    .paralax {
        width: auto !important;
        height: 100%;
    }

    .article-slick, .article-slick_extra {
        width: 100vw;
    }

    .row-limit {
        padding-left: 0px;
        padding-right: 0px;
    }

    .row {
        margin: 0px;
    }

    .style-49 .row-limit {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
    }

    main h3,
    main p,
    footer,
    .link-more {
        padding-right: 35px !important;
        padding-left: 35px !important;
    }

    .article-slick, .article-slick_extra {
        margin-bottom: 50px;
        margin-left: 0px;
    }

    footer h5 {
        margin: 0px;
        margin-bottom: 30px;
        margin-top: 30px !important;
    }

    footer h5:first-of-type {
        margin-top: 0px !important;
    }

    footer nav {
        margin-top: 30px;
    }

    footer .col-md-3 {
        padding-left: 0px;
    }


    .jahre-30 img {
        position: relative;
        top: 0px;
        right: -30px;
        transform: translate(0, -0%);
        padding-top: 50px;
        padding-right: 25px;
        padding-left: 25px;
    }


    .wrapper-an {
        display: inline-block;
    }

    .g-12-5 {
        width: 50%;
    }

    h3 {
        font-size: 25px !important;
    }

    .wohnen {
        height: 450px;
    }

    .wohnentxt {
        left: 35px !important;
    }

    .offnung h3 {
        padding-left: 0px !important;
    }

    .offnung .g-7 {
        padding-left: 0px;
    }

    .style-47 .pb-50 {
        padding-bottom: 50px;
    }

    .wohnentxt p {
        padding-top: 0px;
        width: auto;
        padding: 0px !important;
    }

    .style-47 h1 {
        font-size: 25px;
    }

    .offnung .g-12 strong:first-of-type {
        padding-bottom: 0px !important;
    }

    .fe p:last-of-type {
        padding-bottom: 20px;
    }

    main .offnung .g-6 {
        padding-bottom: 20px !important;
    }

    main .offnung .te {
        padding-bottom: 0px !important;
    }

    .te em {
        display: none;
    }

    .te {
        padding-bottom: 0px !important;
    }

    .ce {
        margin-bottom: 20px;
    }

    .schautage p {
        width: 100%;
    }

    .unternehmen {
        padding-bottom: 50px;
    }

    .slick-dots li {
        margin-right: 15px !important;
    }

    .g-4 {
        width: 100%;
    }

    h3 {
        font-size: 1.5rem !important;
    }

    .col-lg-6,
    .col-lg-3,
    .col-md-5,
    .col-md-7,
    .col-md-6,
    .spec-2 {
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        max-width: 100% !important;
        left: 0px !important;
    }

    figure {
        margin-bottom: 2rem;
    }

    .spacs-1,
    .article,
    .specs-3 {
        margin-bottom: 0px !important;
    }

    .gallery .gallery-row figure,
    .gallery .gallery-row,
    .spec-3 {
        margin-bottom: 2rem;
    }

    .specs-2 {
        margin-bottom: 0px !important;
    }

    .mitarbeiter .d-none {
        max-width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .spac-8 {
        width: 100%;
    }


    ul, li {
        padding: 0px;
    }

    footer h5:first-of-type {
        margin-top: 30px !important;
    }

    li {
        margin-right: 20px !important;
    }

    .article-page_only_content,
    .article-page_centered_content,
    .article-no_limits,
    .spac-6,
    .article-page_only_content.ltr,
    .article-page_centered_content.ltr {
        margin-top: 2rem;
    }

    .style-49 p,
    .style-49 .article-page_only_content {
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 0px !important;
    }

    .mobile-mb-50 {
        margin-bottom: 50px;
    }

    .style-49 .article-excerpt,
    .style-49 .article-content,
    footer p {
        margin-bottom: 0px;
    }

    footer {
        margin-top: 50px;
    }

    .mt-200 {
        height: 450px;
    }

    .paralax {
        height: 110% !important;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
    .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4,
    .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-collapse .nav-social__wrapper {
        width: 100px;
    }

    .wrapper-an:first-of-type {
        padding-bottom: 0px !important;
    }

}

@media (max-height: 800px) {
    .slick-slide__content {
        top: 30%;
    }
}

.gm-style .gm-style-iw {
    color: #000;
}

@media (max-width: 1024px) {

    .leftwieder strong {
        font-size: 5vw !important;
        line-height: 5.5vw !important;
    }


    .leftwieder h3,
    .rightwieder h3 {
        font-weight: 400 !important;
        font-size: 2rem !important;
    }

    .leftwieder p,
    .rightwieder p {
        font-size: 1rem;
        display: block !important;
    }

    .leftwieder,
    .rightwieder {
        position: relative;
        width: 50%;
        float: left;
        display: block;
        box-sizing: border-box;
        padding-right: 5%;
    }

}

@media (max-width: 1650px) {

    .neu {
        bottom: 0px !important;
    }

}


@media (max-width: 480px) {

    .pop-spacing {
        padding: 25px;
    }

    .hell .slick-slide__content h3 {
        font-size: 25px !important;
    }

    .leftwieder,
    .rightwieder {
        width: 100%;
        padding-bottom: 25px;
    }

    .neu {
        top: 100px !important;
    }

    .leftwieder strong {
        font-size: 2rem !important;
        font-weight: normal;
        line-height: 2.2rem !important;
    }

    footer .footer-socials {
        padding-left: 0px !important;
        margin-bottom: 0px !important;
    }

}

.fancybox-content {
    background: #2E2E2E !important;
    padding: 0px !important;
}

.pop-spacing {
    padding: 75px 100px 100px 100px;
    position: relative;
    display: block;
}

.fancybox-button svg path {
    fill: black !important;
    transform: scale(1.7);
}

.fancybox-close-small svg {
    top: -8px;
    left: -8px;
    overflow: visible !important;
}

.fancybox-slide--html .fancybox-close-small {
    background: #D1AF4E !important;
    opacity: 1;
}

.fancybox-slide--html {
    padding: 25px;
}

.popup br {
    padding-bottom: 10px;
}

@media (max-width: 768px) {

    .pop-spacing {
        padding: 25px;
    }

    .fancybox-slide--html .fancybox-close-small {
        position: absolute;
        top: 25px;
        right: 25px;
    }
}

@media (max-width: 480px) {

    .home-slider .hell .neu {
        top: 100px !important;
        left: 0rem !important;
        transform: translate(0%, -0%);
    }

    .leftwieder h3 strong {
        font-size: 35px !important;
        line-height: 35px !important;
    }

    .fancybox-slide--html .fancybox-close-small {
        position: fixed;
    }

    .neu p {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .popup .link-more {
        padding-left: 0px !important;
    }

    .ordering .mob-fir {
        order: 1;
    }

    .ordering .mob-sec {
        order: 2;
    }

    .ordering {
        display: flex;
    }
}

@media (max-height: 1200px) {

    .neu {
        top: 400px;
    }


}

@media (max-height: 868px) {

    .neu {
        top: 50px !important;
        transform: translate(-0%, 0%) !important;
    }

}

@media (max-height: 768px) {

    .leftwieder strong {
        font-size: 5vw !important;
        line-height: 5.5vw;
    }

    .leftwieder h3, .rightwieder h3 {
        font-size: 2.5vw !important;
        line-height: 3vw !important;
    }

    .leftwieder p, .rightwieder p {
        font-size: 1.5vw !important;
        line-height: 2vw !important;
    }

}


.acf-clone-fields > .acf-field-repeater.hidden {
    display: block !important;
}

.acf-field-left {
    float: left !important;
}

.acf-field-right {
    float: right !important;
}

.acf-field-repeater.hidden > .acf-label > label {
    display: none !important;
}

.g-6 .g-6:nth-child(odd) {
    margin-right: 8px !important;
    width: calc(50% - 8px);
    float: left;
}


.g-6 .g-6:nth-child(even) {
    margin-left: 8px !important;
    width: calc(50% - 8px);
    float: right;
}

.page-child .g-9 {
    width: 75%;
    padding-left: 0px;
}

.wrupper .g-12 {
    flex-wrap: nowrap;
}

.style-999 {
    background-color: #004F42 !important;
}

.style-999 hr {
    background-color: #314029;
}


.image-link:hover .layer {
    opacity: 0.75;
}

.vorteil strong {
    padding-left: 22px;
}

.image-link:hover {
    cursor: url(assets/img/lupe.png) !important;

}

.style-997 hr {
    background-color: #004137;
}

.sticky-top {
    top: -1px;
}

.mfp-zoom-out-cur {
    width: 100vw;
}

@media (max-width: 1024px) {

    .page-child .mt-200,
    .page-child .mt-150 {
        height: auto;
        margin-top: 100px;
    }

    .vorteil:last-of-type {
        margin-top: 0px;
    }

    .vorteil {
        width: 100%;
    }

}

#my-menu {
    display: none;

}

@media (max-width: 1400px) {
    .navbar-collapse .menu-item {
        font-size: 1em !important;
    }
}

@media (max-width: 1024px) {

    .hamburger {
        top: 25px;
    }

    #menu-dropdown {
        display: none !important;
    }

    .page-child .navbar-toggler {
        display: none !important;
    }

    #my-menu {
        display: block;

    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        background-color: white;
        transition: 0.4s;
    }

    .is-active .hamburger-inner, .is-active .hamburger-inner::before, .is-active .hamburger-inner::after {
        background-color: #D1AF4E;

    }

}


@media (max-width: 768px) {


    .page-child .order {
        display: flex;
        flex-wrap: wrap;

    }

    .page-child .order .g-6:first-of-type {
        order: 2;
        width: 100%;
        flex: 100%;
        margin-top: 50px;
    }

    .page-child .order .g-6:last-of-type {
        order: 1;
        width: 100%;
        flex: 100%;
    }

    .vorteil:last-of-type {
        margin-top: 0px !important;
    }

    .page-child .g-6 {
        width: 100%;
    }

    .g-6 .g-6:nth-child(even) {
        width: calc(50% - 8px);
    }

    .leistungen img {
        max-height: 300px;
    }

    .g-6 .g-6:nth-child(odd) {
        width: calc(50% - 8px);
    }

    .page-child hr {
        margin: 0px;
    }

    .page-child .mt-200,
    .page-child .mt-150 {
        height: auto;
        margin-top: 50px;
    }

    .page-child .mt-50 {
        margin-top: 30px;
    }

    .page-child h1 {
        margin: 0px;
        hyphens: auto;
        word-break: break-word;
        font-size: 2rem;
    }

    .footer-socials {
        display: none;
    }

}


@media (max-width: 480px) {


    #menu-dropdown .menu-item {
        width: 150px !important;
        text-align: left;
        float: none;
    }

    #menu-dropdown .menu-item-has-children::after:hover .sub-menu {

    }


    #menu-dropdown {
        display: inline-block !important;
        float: left;
    }

    .headimg {
        padding-top: 80px;
        height: 400px;
    }

    .wrupper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .g-6 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .gallerie {
        display: inline-block;
    }

    .vorteil p {
        font-size: 20px;
        line-height: 40px;
        font-weight: lighter;
        width: 100%;
    }

    .vorteil:last-of-type {
        margin-top: 0px !important;
    }

    .page-child footer {
        margin-top: 50px;
    }

    .gallerie .g-6 .g-6 {
        height: 150px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .gallerie .g-6 .g-12 {
        height: 250px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .gallerie .g-6:first-of-type {
        margin-bottom: 0px !important;
        padding-right: 0px !important;

    }

    .gallerie .g-6:last-of-type {
        padding-left: 0px !important;
    }

    .page-child .g-9 {
        width: 100%;
    }


}

.page-id-1015 .gallerie .g-6:first-of-type .g-12:nth-of-type(2) {
    height: 250px !important;
}

.page-id-1015 .gallerie .g-6:last-of-type .g-12:first-of-type {
    height: 250px !important;
}

/* .parent-pageid-51 {
    background-color: #405335 !important;
}

.parent-pageid-51 hr {
    background-color: #314029 !important;
} */

.come-in {
    transform: translateY(400px);
    opacity: 0;
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.page-template-template-seo-site .g-12 img {
    -webkit-box-shadow: 0px 0px 60px -23px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 60px -23px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 60px -23px rgba(0, 0, 0, 0.6);
}

html {
    scroll-behavior: smooth;
}

.menu-item {
    font-size: 1.563em;
    padding-right: .5rem;
    padding-left: .5rem;
    flex: 1 1 auto;
    text-align: center;
    list-style-type: none;
    display: block;
    padding: .5rem 1rem;
    float: left;
    position: relative;
}

#menu-dropdown {
    margin: 0;
    padding: 0px;
    display: flex;
    width: 100%;
}

.sub-menu {
    display: block;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%, 0%);
    padding: 0px;
    font-size: 1.2rem;
    background-color: #2e2e2e;
    padding-top: 30px;
    width: 100%;
    transition: 0.6s;
    height: auto;
    overflow: hidden;
    max-height: 0px;
    min-width: 150px;
}

.menu-item:hover .sub-menu {
    display: block;
    height: auto;
    max-height: 400px;
}

.sub-menu li {
    font-size: 20px;
    text-align: center;
}

.sub-menu li:last-of-type {
    padding-bottom: 20px;
}

#menu-dropdown .menu-item {
    width: 100%;
}

.sub-menu .menu-item {
    padding: 10px 0px;
}

/*li.current_page_item > a,
a[aria-current="page"] {
    background-color: var(--primary-color);
    line-height: 15px;
    padding: 15px 0;
}*/

li.current_page_item > a,
a[aria-current="page"] {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: #D1AF4E;
    background: transparent;
}

/*li.current_page_item .sub-menu {
    top: 55px;
}*/

.page-child .g-6 a {
    text-decoration: underline;
}

.current-menu-parent a {
    color: #D1AF4E;
}

.sub-menu a {
    color: white;
}

.navbar-collapse .sub-menu a {
    word-spacing: 9999px;
    display: inline-block;
}

.sub-menu li:hover a {
    color: #D1AF4E;
}

.menu-item-1393,
.menu-item-1394 {
    display: none;
}


.mm-listview .menu-item-1393 {
    background-image: url("assets/img/facebook.svg");
    display: block;
    font-size: 0px;
    background-repeat: no-repeat;
    left: 40px;
    color: #2e2e2e;
    top: 30px;
}


.mm-listview .menu-item-1394 {
    background-image: url("assets/img/instagram.svg");
    display: block;
    font-size: 0px;
    background-repeat: no-repeat;
    left: 40px;
    color: #2e2e2e;
    top: 30px;
}

.mm-listview .menu-item-1436 {
    background-image: url("assets/img/waschbear-icon.png");
    display: block;
    font-size: 0px;
    background-repeat: no-repeat;
    left: 40px;
    color: #2e2e2e;
    top: 30px;
}

.mm-listview .menu-item-1393::after,
.mm-listview .menu-item-1394::after,
.mm-listview .menu-item-1436::after {
    border-bottom-width: 0px;
}

.mm-listview .menu-item-1393,
.mm-listview .menu-item-1394,
.mm-listview .menu-item-1436 {
    background-position: center;
    height: 25px;
    width: 25px;
    background-size: contain;
    float: left;
}

.mm-listview .menu-item-1393 a,
.mm-listview .menu-item-1394 a,
.mm-listview .menu-item-1436 a {
    font-size: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}


.mm-listview .menu-item-1394 a::after,
.mm-listview .menu-item-1393 a::after {
    left: -50px;
}


.table_open {
    width: 60%;
    font-size: 1.7rem;
}

.table_open_left {
    width: 35%;
}

.table_open_right {
    width: 65%;
}

@media (max-width: 1024px) {
    .table_open {
        width: 100%;
    }

    .table_open_left {
        width: 50%;
    }

    .table_open_right {
        width: 50%;
    }
}
