body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

textarea {
    resize: vertical;
}

td {
    vertical-align: top;
}

a {
    font-weight: bolder;
    color: #000;
}

a:hover {
    color: #cc0000;
}

a,
button,
label {
    transition: all .4s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #cc0000;
    font-weight: 300;
}

h2 {
    font-size: 1.8rem;
}

a:hover,
label:hover,
button:hover {
    text-decoration: none;
    cursor: pointer;
}

#get {
    background: url('https://http-get.de/get.gif') no-repeat;
}

#maedchenname {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.onjektbeschreibung pre {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    white-space: normal;
}

.primary-background {
    background-color: #cc0000;
}

.bold {
    font-weight: bold !important;
}

.fb-link {
    display: inline-block;
    text-align: center;
    line-height: 1;
}

.fb-link .fb-hover-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.fb-link .fb-hover-icon,
.fb-link .fb-nohover-icon {
    transition: all .4s;
}

.fb-link:hover .fb-hover-icon {
    opacity: 1;
    visibility: visible;
}

.fb-link:hover .fb-nohover-icon {
    opacity: 0;
    visibility: hidden;
}

.col-xxl-6 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.scroll-abstand {
    height: 60px;
    margin-top: -60px;
    opacity: 0;
    visibility: hidden;
}

.custom-li-pl {
    padding-left: 2.14285714em;
}

.custom-li-pl .fa-li {
    left: 0;
}

/* Farben */
.black {
    color: #000 !important;
}

.red {
    color: #cc0000 !important;
}

.bg-gray {
    background-color: #e5e5e5 !important;
}

/* Buttons */
button:focus {
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.more {
    color: #cc0000;
    text-transform: uppercase;
    font-size: 0.8125rem;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    font-weight: 300;
}

.more:hover {
    border-top-color: #000;
    border-bottom-color: #000;
    color: #000 !important;
}

.service-menu-btn {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 32%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    font-size: 0.8rem;
    margin: 5px;
}

.service-menu-btn:hover {
    color: #cc0000;
    border-top-color: #cc0000;
    border-bottom-color: #cc0000;
}

.footer-btn,
.mandatory-btn {
    display: inline-block;
    padding: .3rem .5rem;
    border: 2px solid #cc0000;
    background-color: #fff;
    color: #cc0000 !important;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 300;
}

.footer-btn:hover,
.mandatory-btn:hover {
    background-color: #cc0000;
    color: #fff !important;
}

.send-btn,
.sub-btn,
.print-btn,
.error-page .btn {
    display: inline-block;
    padding: .5rem 1rem;
    border: 2px solid #cc0000;
    background-color: #fff;
    color: #cc0000 !important;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
}

.error-page .btn {
    border-radius: 0;
}

.send-btn:hover,
.sub-btn:hover,
.print-btn:hover,
.error-page .btn:hover {
    background-color: #cc0000;
    color: #fff !important;
}

#infoButton {
    left: auto;
    top: 46px;
    right: 5px;
    z-index: 1029;
}

#infoButton a {
    height: 2rem;
    width: 2rem;
    font-size: 1.5rem;
    border: 2px solid #cc0000;
    border-radius: 50%;
    background-color: #cc0000;
    line-height: 28px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .5);
}

#infoButton a:hover {
    background-color: #fff !important;
    color: #cc0000 !important;
    box-shadow: none;
}

/* Slider Controls */
.slick-prev,
.slick-next {
    width: 35px;
    height: 35px;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    border: 2px solid #cc0000;
    z-index: 2;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev::before,
.slick-next::before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #cc0000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev::before {
    content: "\f053";
}

.slick-next::before {
    content: "\f054";
}

.slideshow-img {
    border: 2px solid #cc0000;
}

/* Navbar toggler */
.toggler {
    display: block;
    width: 55px;
    height: 41px;
    position: relative;
    cursor: pointer;
    padding: .625rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 0;
}

.toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: calc(55px - 1.25rem);
    background: #cc0000;
    color: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0.625rem;
}

.toggler span:nth-child(1) {
    top: 0.625rem;
}

.toggler span:nth-child(2) {
    top: 1.125rem;
}

.toggler span:nth-child(3) {
    top: 1.625rem;
}

.toggler-close span:nth-child(1) {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 1.125rem;
}

.toggler-close span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}

.toggler-close span:nth-child(3) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1.125rem;
}

/* Mobile Navbar */
.myNavigation {
    position: relative;
}

.navbar-logo {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}

.navbar-logo img {
    max-width: 125px;
    padding: .5rem;
}

.toggler-open {
    margin: 0 auto;
}

/* Mobile Navigation */
.navigationContent {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.navigationContent .nav-container {
    position: relative;
    width: 100%;
    max-width: 320px;
    left: -320px;
    transition: all .4s;
}

#mainNavigation:checked~.navigationContent {
    opacity: 1;
    visibility: visible;
}

#mainNavigation:checked~.navigationContent .nav-container {
    left: 0;
}

.nav-container {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.mobile-nav-header {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 320px;
    background-color: #fff;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
}

.mobile-nav-header .navigation-link {
    display: block;
    max-width: 125px;
}

.mobile-nav-header .toggler-close {
    max-width: 55px;
    margin-left: 120px;
}

.navigation-item {
    background-color: #fff;
    position: relative;
}

.navigation-link {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0 !important;
    transition: .4s;
}

.navigation-link.on,
.dropdown-item.on {
    color: #fff !important;
    background-color: #cc0000 !important;
}

.navigation-link:hover {
    cursor: pointer;
    color: #cc0000;
}

.navigation-link.dropdown-open {
    color: #cc0000;
}

.navigation-item:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 10px solid rgba(0, 0, 0, .5);
    transition: all .4s;
}

.navigation-item:hover::before {
    visibility: hidden;
    opacity: 0;
}

.navigation-item:not(:first-child) .navigation-link {
    display: block;
    padding: 10px;
}

.navigation-item:nth-child(2) {
    width: 92%;
    max-width: calc(0.92 * 320px);
}

.navigation-item:nth-child(2)::before {
    border-left: calc(0.92 * 320px) solid transparent;
}

.navigation-item:nth-child(3) {
    width: 84%;
    max-width: calc(0.84 * 320px);
}

.navigation-item:nth-child(3)::before {
    border-left: calc(0.84 * 320px) solid transparent;
}

.navigation-item:nth-child(4) {
    width: 76%;
    max-width: calc(0.76 * 320px);
}

.navigation-item:nth-child(4)::before {
    border-left: calc(0.76 * 320px) solid transparent;
}

.navigation-item:nth-child(5) {
    width: 68%;
    max-width: calc(0.68 * 320px);
}

.navigation-item:nth-child(5)::before {
    border-left: calc(0.68 * 320px) solid transparent;
}

.navigation-item:nth-child(6) {
    width: 60%;
    max-width: calc(0.60 * 320px);
}

.navigation-item:nth-child(6)::before {
    border-left: calc(0.60 * 320px) solid transparent;
}

.navigation-item:nth-child(7) {
    width: 52%;
    max-width: calc(0.52 * 320px);
}

.navigation-item:nth-child(7)::before {
    border-left: calc(0.52 * 320px) solid transparent;
}

.nav-dropdown-menu {
    display: none;
}

#leistungendrop:checked~.nav-dropdown-menu {
    display: block;
}

.dropdown-open~.nav-dropdown-menu {
    display: block;
}

.open-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1030;
}

.dropdown-item:hover {
    background: none;
    color: #cc0000;
}

/* Header Main */
.header-main {
    background-color: #fff;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .75));
    height: 41px;
}

.header-main .container-fluid {
    padding: 0;
}

.contact-top {
    position: absolute;
    top: 0;
    right: 0;
}

.contact-top a {
    color: #cc0000;
    line-height: 1;
    font-size: 1rem;
}

/* Hero */
.hero {
    position: relative;
    min-height: 505px;
    border-bottom: 2px solid #cc0000;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    background-image: url("../images/992/modern-building-against-sky-323780.jpg");
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    padding-top: 150px;
}

.hero-slider {
    padding-bottom: 45px;
}

.hero-box-content {
    width: calc(100% - 10px);
    max-width: 365px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px;
    background-color: rgba(255, 255, 255, .9);
    font-size: 1rem;
    font-weight: 300;
}

.box-heading {
    color: #cc0000;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.hero-slider .slick-prev,
.hero-slider .slick-next {
    top: auto;
    bottom: 5px;
}

.hero-slider .slick-prev {
    right: 45px;
    left: auto;
}

.hero-slider .slick-next {
    right: 5px;
}

/* Hero Unterseiten */
.hero-us {
    position: relative;
    min-height: calc(100vw + 41px);
    border-bottom: 2px solid #cc0000;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.hero-us img {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 365px;
    right: 0;
    bottom: 0;
}

.hero-us#finanzieren {
    background-position: center bottom;
}

.hero-us#default {
    background-image: url("../images/992/modern-building-against-sky-323780.jpg");
}

.hero-us#bewerten {
    background-image: url("../images/992/06_bewerten.jpg");
}

.hero-us#kaufen {
    background-image: url("../images/992/05_kaufen.jpg");
}

.hero-us#mieten {
    background-image: url("../images/992/02_Mieten.jpg");
}

.hero-us#verkaufen {
    background-image: url("../images/992/01_Verkaufen.jpg");
}

.hero-us#vermieten {
    background-image: url("../images/992/04_Vermieten.jpg");
}

.hero-us#finanzieren {
    background-image: url("../images/992/01_Finanzieren.jpg");
}

.hero-us#versicherung {
    background-image: url("../images/992/03_versicherung.jpg");
}

.hero-us#jobs {
    background-image: url("../images/992/modern-building-against-sky-323780.jpg");
}

/* Service Menu */
#service-menu {
    padding: 10px 5px;
}

/* Content Sections */
.box {
    position: relative;
    display: block;
    border: 1px solid #000;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .5);
    padding: .5rem 1rem 3rem;
    height: 100%;
}

.box:hover {
    color: #000 !important;
    box-shadow: none;
}

.box .leistungen-more {
    position: absolute;
    right: 1rem;
    bottom: .5rem;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: all .4s;
}

.box .leistungen-more:hover {
    color: #cc0000;
    border-top-color: #cc0000;
    border-bottom-color: #cc0000;
}

.content-main {
    position: relative;
    min-height: 700px;
}

.custom-container {
    padding: 30px 15px;
}

#immobilienangebote {
    background-color: #e5e5e5;
}

.job-box {
    padding: 1rem;
    border: 1px solid #000;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .5);
    background-color: #fff;
}

/* Angebot Slider */
.immobilien-slider {
    margin-top: 2rem;
    padding: 0 35px;
}

.immobilien-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
}

.angebot-container {
    padding: 5px;
    float: none;
    height: inherit;
}

.angebot-content {
    display: block;
    border: 1px solid #000;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .5);
    height: 100%;
    background-color: #fff;
}

.angebot-header {
    display: block;
    position: relative;
}

.angebot-header img {
    width: 100%;
    height: auto;
}

.angebot-img {
    display: block;
    max-height: calc((100vw - 110px) / 1536 * 1024);
    overflow: hidden;
}

.angebot-tag {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: .5rem 1rem;
    background-color: #cc0000;
    color: #fff;
    text-transform: uppercase;
}

.angebot-body {
    display: block;
    padding: 1rem 1rem .5rem;
    background-color: #fff;
    color: #000;
}

.angebot-title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    height: 106px;
}

.angebot-description {
    display: block;
    font-size: .8rem;
    height: 60px;
}

.angebot-info {
    margin-top: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: bold;
}

.zimmer-groeße,
.preis {
    display: block;
    font-size: .8rem;
}

/* Service Sektion */
.service-container {
    border: 1px solid #000;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .5);
    overflow: hidden;
}

.service-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 62.5vw;
    max-height: 320px;
}

.text-container {
    padding-bottom: 30px;
}

/* Angebote Seite */
.immobilie-container {
    border: 1px solid #000;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .5);
}

.immobilie-container .informationen {
    padding: 15px 30px 15px 30px;
    -ms-flex-order: 1;
    order: 1;
}

.immobilie-container .informationen h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.immobilie-container .bild-container {
    position: relative;
    -ms-flex-order: 2;
    order: 2;
    min-height: 250px;
}

.immobilie-container .bild {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.immobilie-container .bild-container .galerie-btn {
    position: absolute;
    right: 30px;
    bottom: 15px;
    margin-bottom: 0;
}

/* Formulare */
.custom-file {
    width: 100%;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    overflow: hidden;
    white-space: nowrap;
}

.custom-file-label::after {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}

.formular-heading {
    font-weight: bold;
    font-size: 1.5rem;
}

.formular-subheading {
    display: block;
    font-weight: bold;
}

/* Footer */
.footer-main {
    background-color: #333;
    color: #fff;
    padding-bottom: 2rem;
}

.footer-main a {
    color: #fff;
}

.footer-main a:hover {
    color: #cc0000;
}

.trenner-unten {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.trenner-unten::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
    height: 2px;
    background-color: #fff;
}

/* Modals */
.modal-content {
    border: 1px solid #000;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .5);
    border-radius: 0;
}

.modal-header {
    border-radius: 0;
    border-bottom: none;
}

.modal-gruesse .modal-dialog {
    max-width: 800px !important;
}

.modal-gruesse .modal-body {
    padding: 15px 0 0;
}

/* Gallery Modal */
#gallery-modal {
    background-color: rgba(0, 0, 0, .75);
}

#gallery-modal .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#gallery-modal .modal-title {
    color: #fff;
    margin: 0 auto;
}

#gallery-modal .close {
    position: absolute;
    color: #fff;
    top: 15px;
    right: 15px;
}

#gallery-modal img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 156px);
    margin: 0 auto;
}

/* Phone Modal */
#phoneModal .modal-dialog {
    max-width: 350px;
}

/* Mandatory */
.mandatory {
    position: fixed;
    bottom: 0;
    left: 0;
    transition: all .4s;
    z-index: 1030;
}

.mandatory-btn {
    border-bottom: none;
    position: relative;
}

.mandatory-btn.active {
    background-color: #cc0000;
    color: #fff !important;
}

.mandatory-btn:not(:last-child) {
    margin-right: 3px;
}

.mandatory-btn img {
    height: 16px;
    width: auto;
    transition: all .4s;
    vertical-align: top;
}

.mandatory-btn .img-hover {
    position: absolute;
    top: 0.3rem;
    left: .5rem;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.mandatory-btn:hover .img-hover {
    visibility: visible;
    opacity: 1;
}

.mandatory-btn:hover .img-no-hover {
    visibility: hidden;
    opacity: 0;
}

/* to Top */
.totop {
    position: fixed;
    right: 0;
    bottom: 60px;
    left: auto;
    z-index: 2;
}

.totop a {
    display: inline-block;
    position: relative;
    height: 27.6px;
    width: 27.6px;
    border: 2px solid #cc0000;
    color: #cc0000;
    background-color: #fff;
    text-align: center;
}

.totop a i {
    position: relative;
    top: -1px;
}

.totop a:hover {
    background-color: #cc0000;
    color: #fff;
}

/* Google Maps on contact page */
.map {
    width: 100%;
    position: relative;
    height: 300px;
}

.map:before,
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map:before {
    content: '';
    z-index: 1;
}

.map iframe {
    border: none;
}

.map.active {
    z-index: 1
}

.map.active:before {
    z-index: 0
}

.wpt img {
    max-width: 100px;
}

.powered-by {
    font-size: 14px;
    font-weight: 500;
}

.powered-by small {
    font-size: 10px;
}

.wpt-adress {
    font-size: 12px;
}

.wpt-cc-banner {
    font-family: "Open Sans", sans-serif;
}

.wpt-cc-iframe-placeholder {
    background-color: rgba(0, 0, 0, .75);
}

.wpt-cc-iframe-placeholder::after {
    display: none
}

.wpt-cc-iframe-placeholder .cookie-information {
    color: #fff !important;
    font-weight: bold;
    text-decoration: underline;
}

.wpt-cc-iframe-placeholder .cookie-information:hover {
    text-decoration: none;
    opacity: .5;
}

#privacy-page a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
}

@media screen and (orientation: landscape) {

    /* Hero */
    .hero {
        min-height: 1px;
    }
}

@media screen and (min-width: 365px) {
    .hero-us {
        min-height: 406px;
    }
}

@media screen and (min-width: 480px) {

    /* Angebot Slider */
    .angebot-container {
        padding: 20px;
    }

    .angebot-title {
        height: 63.5px;
    }

    .angebot-description {
        font-size: 1rem;
    }

    .zimmer-groeße,
    .preis {
        font-size: 1rem;
    }

    .angebot-img {
        max-height: calc((100vw - 140px) / 1536 * 1024);
    }
}

@media screen and (min-width: 576px) {

    /* Hero Unterseiten */
    .hero-us {
        min-height: 406px;
    }

    #privacy-page a {
        -ms-word-wrap: normal;
        word-wrap: normal;
        -ms-word-break: normal;
        word-break: normal;
    }
}

@media screen and (min-width: 720px) {
    .angebot-img {
        max-height: calc(((100vw - 180px) / 1536 * 1024) / 2);
    }
}

@media screen and (min-width: 768px) {

    /* Allgemeine Klassen */
    .scroll-abstand {
        height: 96px;
        margin-top: -96px;
    }

    #infoButton {
        top: 51px;
        right: 10px;
    }

    #infoButton a {
        height: 2.5rem;
        width: 2.5rem;
        font-size: 2rem;
        line-height: 36px;
    }

    /* Hero */
    #heroSlider {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%
    }

    .hero-box-content {
        width: calc(100% - 20px);
        max-width: 500px;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 1.25rem;
    }

    .box-heading {
        font-size: 1.625rem;
    }

    .hero-slider .slick-next {
        bottom: 5px;
    }

    .hero-slider .slick-prev {
        right: 45px;
    }

    /* Hero Unterseiten */
    .hero-us {
        min-height: 406px;
    }

    /* Service Menu */
    #service-menu {
        padding-right: 10px;
        padding-left: 10px;
    }

    .service-menu-btn {
        font-size: 1rem;
        margin: 5px 0;
    }

    /* Content Sections */
    /* Service Sektion */
    .service-img {
        height: auto;
        max-height: none;
    }

    /* Angebote Seite */
    .immobilie-container .informationen {
        padding: 15px 30px 15px 15px;
        -ms-flex-order: 2;
        order: 2;
    }

    .immobilie-container .bild-container {
        -ms-flex-order: 1;
        order: 1;
        min-height: 1px;
    }

    /* Footer */
    .trenner-unten {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .trenner-unten::after {
        display: none;
    }

    .trenner-md-unten {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .trenner-md-unten::after {
        content: "";
        position: absolute;
        right: 15px;
        bottom: 0;
        left: 15px;
        height: 2px;
        background-color: #fff;
    }

    .trenner-md-right {
        border-right: 2px solid #fff;
    }

    /* Gallery Modal */
    #gallery-modal .modal-dialog {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {

    /* Hero */
    .hero {
        background-image: url('/images/1200/modern-building-against-sky-323780.jpg');
    }

    /* Hero Unterseiten */
    .hero-us {
        min-height: 406px;
    }

    .hero-us#default {
        background-image: url("../images/1200/modern-building-against-sky-323780.jpg");
    }

    .hero-us#bewerten {
        background-image: url("../images/1200/06_bewerten.jpg");
    }

    .hero-us#kaufen {
        background-image: url("../images/1200/05_kaufen.jpg");
    }

    .hero-us#mieten {
        background-image: url("../images/1200/02_Mieten.jpg");
    }

    .hero-us#verkaufen {
        background-image: url("../images/1200/01_Verkaufen.jpg");
    }

    .hero-us#vermieten {
        background-image: url("../images1200//04_Vermieten.jpg");
    }

    .hero-us#finanzieren {
        background-image: url("../images/1200/01_Finanzieren.jpg");
    }

    .hero-us#versicherung {
        background-image: url("../images/1200/03_versicherung.jpg");
    }

    .hero-us#jobs {
        background-image: url("../images/1200/modern-building-against-sky-323780.jpg");
    }

    /* Gallery Modal */
    #gallery-modal .modal-dialog {
        max-width: 940px;
    }
}

@media screen and (min-width: 1024px) {

    /* Angebot Slider */
    .angebot-img {
        max-height: calc(((100vw - 220px) / 1536 * 1024) / 3);
    }
}

@media screen and (min-width: 1200px) {

    /* Allgemeine Klassen */
    .scroll-abstand {
        height: 84px;
        margin-top: -84px;
    }

    .spalten-xl-2 {
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        column-count: 2;
        column-gap: 30px;
    }

    .py-xl-09 {
        padding-top: 0.9rem !important;
        padding-bottom: 0.9rem !important;
    }

    #infoButton {
        top: 107px;
        right: 15px;
    }

    /* Buttons */
    .more {
        font-size: .9rem;
    }

    /* Header Main */
    .contact-top {
        font-size: 1.3rem;
        line-height: 1;
    }

    .header-main {
        height: auto;
    }

    /* Navigation */
    .myNavigation {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        background-color: #fff;
        max-width: calc(100vw / 12 * 10);
        margin: 0 auto;
    }

    .toggler {
        display: none;
    }

    .navbar-logo {
        position: relative;
    }

    .navbar-logo img {
        max-width: 175px;
    }

    .navigationContent {
        position: relative;
        left: auto;
        height: auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: none;
        max-height: none;
        background-color: transparent;
        overflow: visible;
        visibility: visible;
        opacity: 1;
    }

    .nav-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 7%;
        padding-right: 7%;
    }

    .navigationContent .nav-container {
        max-width: none;
        left: 0;
    }

    #mainNavigation:checked~.navigationContent .nav-container {
        left: 0;
    }

    .mobile-nav-header {
        display: none;
    }

    .navigation-item {
        width: auto !important;
        max-width: none !important;
    }

    .navigation-item::before {
        display: none !important;
    }

    .navigation-link {
        padding: .9rem 8px !important;
        line-height: 1;
        font-size: 15px;
    }

    .nav-dropdown-menu {
        position: absolute;
        background-color: #fff;
    }

    /* Hero */
    #heroSlider {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%
    }

    .hero {
        background-image: url('/images/1600/modern-building-against-sky-323780.jpg');
        min-height: 43.75vw;
    }

    .hero-box-content {
        max-width: calc(100vw / 12 * 5);
        margin-left: calc(100vw / 12);
        font-size: 1.26vw;
        line-height: 1.25;
    }

    .box-heading {
        font-size: 1.75vw;
    }

    /* Hero Unterseiten */
    .hero-us {
        min-height: 500px;
    }

    .hero-us#default {
        background-image: url("../images/1600/modern-building-against-sky-323780.jpg");
    }

    .hero-us#bewerten {
        background-image: url("../images/1600/06_bewerten.jpg");
    }

    .hero-us#kaufen {
        background-image: url("../images/1600/05_kaufen.jpg");
    }

    .hero-us#mieten {
        background-image: url("../images/1600/02_Mieten.jpg");
    }

    .hero-us#verkaufen {
        background-image: url("../images/1600/01_Verkaufen.jpg");
    }

    .hero-us#vermieten {
        background-image: url("../images/1600/04_Vermieten.jpg");
    }

    .hero-us#finanzieren {
        background-image: url("../images/1600/01_Finanzieren.jpg");
    }

    .hero-us#versicherung {
        background-image: url("../images/1600/03_versicherung.jpg");
    }

    .hero-us#jobs {
        background-image: url("../images/1600/modern-building-against-sky-323780.jpg");
    }

    /* Service Menu */
    #service-menu {
        max-width: calc(100vw / 12 * 10);
        padding-right: 0;
        padding-left: 0;
        margin-right: calc(100vw / 12);
        margin-left: calc(100vw / 12);
    }

    .service-menu-btn {
        margin: 5px 0;
    }

    /* Angebot Slider */
    .angebot-img {
        max-height: calc((((100vw / 12 * 10) - 220px) / 1536 * 1024) / 3);
    }

    /* Content Sections */
    .custom-container {
        padding: 50px 0;
        max-width: calc(100vw / 12 * 10);
        margin-right: calc(100vw / 12);
        margin-left: calc(100vw / 12);
    }

    /* Angebote Seite */
    .informationen ul {
        min-height: 120px;
    }

    .informationen .immobilie-description {
        height: 96px;
    }

    /* Phone Modal */
    #phoneModal .modal-body {
        text-align: center;
    }

    /* Gallery Modal */
    #gallery-modal .modal-dialog {
        max-width: 90vw;
    }

    /* Footer */
    .trenner-md-unten {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .trenner-md-unten::after {
        display: none;
    }

    .trenner-xl-right {
        border-right: 2px solid #fff;
    }
}

@media screen and (min-width: 1200px) and (min-height: 500px) {

    /* Phone Modal */
    #phoneModal .modal-dialog {
        top: calc(50% - 30px);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 1400px) {
    .navigation-link {
        padding: .9rem 10px !important;
        font-size: 16px;
    }
}

@media screen and (min-width: 1600px) {

    /* Allgemeine Klassen */
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .scroll-abstand {
        height: 96px;
        margin-top: -96px;
    }

    #infoButton {
        top: 120px;
    }

    /* Navigation */
    .navbar-logo img {
        max-width: 200px;
    }

    /* Hero */
    .hero {
        background-image: url('/images/1920/modern-building-against-sky-323780.jpg');
        min-height: 700px;
    }

    /* Hero Unterseiten */
    .hero-us {
        min-height: 600px;
    }

    /* Hero Unterseiten */
    .hero-us#default {
        background-image: url("../images/1920/modern-building-against-sky-323780.jpg");
    }

    .hero-us#bewerten {
        background-image: url("../images/1920/06_bewerten.jpg");
    }

    .hero-us#kaufen {
        background-image: url("../images/1920/05_kaufen.jpg");
    }

    .hero-us#mieten {
        background-image: url("../images/1920/02_Mieten.jpg");
    }

    .hero-us#verkaufen {
        background-image: url("../images/1920/01_Verkaufen.jpg");
    }

    .hero-us#vermieten {
        background-image: url("../images/1920/04_Vermieten.jpg");
    }

    .hero-us#finanzieren {
        background-image: url("../images/1920/01_Finanzieren.jpg");
    }

    .hero-us#versicherung {
        background-image: url("../images/1920/03_versicherung.jpg");
    }

    .hero-us#jobs {
        background-image: url("../images/1920/modern-building-against-sky-323780.jpg");
    }

    /* Service Sektion */
    .text-container {
        padding: 3rem;
    }

    .box {
        max-height: 300px;
    }
}

@media screen and (min-width: 1921px) {

    /* Navigation */
    .myNavigation {
        max-width: 1600px;
    }

    /* Hero */
    .hero {
        background-image: url('/images/4096/modern-building-against-sky-323780.jpg');
        min-height: calc(100vw / 43 * 14);
    }

    .hero-box-content {
        max-width: 800px;
        font-size: 1.5rem;
        margin-left: calc((100vw - 1600px) / 2);
    }

    .box-heading {
        font-size: 2.125rem;
    }

    /* Hero Unterseiten */
    .hero-us#default {
        background-image: url("../images/4096/modern-building-against-sky-323780.jpg");
    }

    .hero-us#bewerten {
        background-image: url("../images/4096/06_bewerten.jpg");
    }

    .hero-us#kaufen {
        background-image: url("../images/4096/05_kaufen.jpg");
    }

    .hero-us#mieten {
        background-image: url("../images/4096/02_Mieten.jpg");
    }

    .hero-us#verkaufen {
        background-image: url("../images/4096/01_Verkaufen.jpg");
    }

    .hero-us#vermieten {
        background-image: url("../images/4096/04_Vermieten.jpg");
    }

    .hero-us#finanzieren {
        background-image: url("../images/4096/01_Finanzieren.jpg");
    }

    .hero-us#versicherung {
        background-image: url("../images/4096/03_versicherung.jpg");
    }

    .hero-us#jobs {
        background-image: url("../images/4096/modern-building-against-sky-323780.jpg");
    }

    /* Service Menu */
    #service-menu {
        max-width: 1600px;
        margin: 0 auto;
    }

    /* Content Sections */
    .custom-container {
        max-width: 1600px;
        margin: 0 auto;
    }
}