@font-face {
    font-display: swap;
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Roman.ttf') format('truetype'),
    url("../fonts/Avenir-Roman.woff2") format('woff2'),
    url("../fonts/Avenir-Roman.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Vlatcho';
    src: url('../fonts/vlatcho-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin-top: 0;
    color: #4d4d4d;
    font-family: "Vlatcho";
}

body h3 {
    font-family: "Avenir";
}

body h2 {
    font-weight: 500;
    text-transform: uppercase;
}

body p {
    font-family: "Avenir";
}

body li {
    font-family: "Avenir";
}

.logo a {
    display: flex;
    align-items: center;
    padding-top: 0;
    text-indent: -9999px;
    outline: none;
}

.headerbild-mobile img {
    display: none;
}

.navbar {
    background: #112e4d !important;
    padding: 6px 0 !important;
}

.navbar-nav {
    padding: 0 !important;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500 !important;
}

body .navbar-light .navbar-nav li,
body footer li {
    font-family: "Vlatcho" !important;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #7693b5 !important;
    text-shadow: none !important;
}

.navbar-light .navbar-nav li.active .nav-link::after {
    background: #7693b5;
    box-shadow: none !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #7693b5 !important;
    text-shadow: none !important;
}

.navbar.top-nav-collapse {
    background: #112e4d !important;
}

.top-nav-collapse .logo a {
    padding-top: 0 !important;
}

.logo a span {
    font-family: 'Arsenal', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    display: block;
    width: 205px;
    letter-spacing: 0.42px;
    font-weight: 700;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 75%);
}

.top-nav-collapse .logo a span {
    font-size: 16px;
    line-height: 22px;
}

.logo a img {
    width: 130px;
    position: relative;
    top: 0;
    left: 20px;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-nav-collapse .logo a img {
    width: 130px;
    top: 0;
}

.headerbild-logo {
    position: absolute;
    right: 7%;
    top: 60%;
    width: auto;
    height: 100%;
}

.headerbild-logo img {
    max-width: 450px;
    width: 100%;
    max-height: 550px;
    height: 100%;
}

.home .padd-wrap .content h1, .home .padd-wrap .content h2 {
    color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    text-transform: none !important;
}

.home .padd-wrap .content h2 {
    font-family: "Avenir";
}

.wow {
    visibility: hidden;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

button:focus {
    outline: 0 !important;
}

input:focus {
    outline: none !important;
}

.f-none {
    float: none
}

.bg-white {
    background-color: #fff
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.page-wrap {
    padding: 0;
}

.p-null {
    padding: 0;
}

.pl-null {
    padding-left: 15px !important;
}

.mob-only {
    display: none;
}

.desc-only {
    display: block
}

.relative {
    position: relative
}

.f-right {
    float: right
}

.f-left {
    float: left
}

.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

div.table {
    display: table;
    margin-bottom: 79px;
    line-height: 1.5;
    margin-top: 25px;
    max-width: 554px;
}

div.tr {
    display: table-row;
}

tr:hover {
    background-color: #2d2421 !important;
    color: white !important;
}

tr:hover td a {
    color: white;
}

div.td {
    display: table-cell;
    padding-right: 20px;
    margin-bottom: 48px;
    padding-bottom: 4px;
    padding-right: 32px;
    vertical-align: top;
}


div.td strong {
    font-weight: 400;
    max-width: 253px;
    display: inline-block;
}

div.td.t-bold {
}

div.tr.space-b div.td {
    padding-bottom: 30px;
}

.to-top img {
    position: fixed;
    right: 26px;
    bottom: 54px;
    cursor: pointer;
    display: none;
    z-index: 99;
    width: 43px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.to-top img:hover {
    opacity: 0.6
}

.page-wrap {
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    z-index: 9;
    position: relative;
    /* overflow-y: hidden; */
    /* overflow-x: hidden; */
    background-color: #112e4d;
    min-height: 1200px;
}

.navbar .container {
    position: relative;
    max-width: 1845px;
}

.navbar-default .navbar-collapse.navbar250 {
    width: 100%;
    /* padding-left: 18px; */
}

.menu-btn-close {
    display: none
}

.menu-btn {
    display: none
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 55px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.c-hamburger:focus {
    outline: 0
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 26px;
    left: 18px;
    right: 18px;
    height: 3px;
    background: #ffffff;
}

.c-hamburger span::after,
.c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    content: "";
}

.c-hamburger--htla.is-active span::after,
.c-hamburger--htla.is-active span::before,
.c-hamburger--htra.is-active span::after,
.c-hamburger--htra.is-active span::before {
    width: 50%
}

.c-hamburger span::before {
    top: -8px;
}

.c-hamburger span::after {
    bottom: -8px;
}

.c-hamburger--rot {
    background-color: #28aadc
}

.c-hamburger--rot span {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.c-hamburger--rot.is-active {
    background-color: #166888
}

.c-hamburger--rot.is-active span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-hamburger--htx {
    background-color: transparent;
}

.c-hamburger--htx span {
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s;
}

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform
}

.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform
}

.c-hamburger--htx.is-active {
    background-color: transparent;
}

.c-hamburger--htx.is-active span {
    background: 0 0;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff;
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ffffff;
}

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.c-hamburger--htla {
    background-color: #32dc64
}

.c-hamburger--htla span {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.c-hamburger--htla span::before {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: -webkit-transform .3s, width .3s, top .3s;
    transition: transform .3s, width .3s, top .3s
}

.c-hamburger--htla span::after {
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .3s, width .3s, bottom .3s;
    transition: transform .3s, width .3s, bottom .3s
}

.c-hamburger--htla.is-active {
    background-color: #18903c
}

.c-hamburger--htla.is-active span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-hamburger--htla.is-active span::before {
    top: 0;
    -webkit-transform: translateX(38px) translateY(4px) rotate(45deg);
    -ms-transform: translateX(38px) translateY(4px) rotate(45deg);
    transform: translateX(38px) translateY(4px) rotate(45deg)
}

.c-hamburger--htla.is-active span::after {
    bottom: 0;
    -webkit-transform: translateX(38px) translateY(-4px) rotate(-45deg);
    -ms-transform: translateX(38px) translateY(-4px) rotate(-45deg);
    transform: translateX(38px) translateY(-4px) rotate(-45deg)
}

.c-hamburger--htra {
    background-color: #ff9650
}

.c-hamburger--htra span {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.c-hamburger--htra span::before {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform .3s, width .3s, top .3s;
    transition: transform .3s, width .3s, top .3s
}

.c-hamburger--htra span::after {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform .3s, width .3s, bottom .3s;
    transition: transform .3s, width .3s, bottom .3s
}

.c-hamburger--htra.is-active {
    background-color: #e95d00
}

.c-hamburger--htra.is-active span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-hamburger--htra.is-active span::before {
    top: 0;
    -webkit-transform: translateX(-8px) translateY(4px) rotate(-45deg);
    -ms-transform: translateX(-8px) translateY(4px) rotate(-45deg);
    transform: translateX(-8px) translateY(4px) rotate(-45deg)
}

.c-hamburger--htra.is-active span::after {
    bottom: 0;
    -webkit-transform: translateX(-8px) translateY(-4px) rotate(45deg);
    -ms-transform: translateX(-8px) translateY(-4px) rotate(45deg);
    transform: translateX(-8px) translateY(-4px) rotate(45deg)
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #12131d;
}

.se-pre-con .load-logo {
}

.se-pre-con .load-logo .part1 img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    width: 151px;
}

.paginate {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    font-weight: 700;
    padding-top: 50px;
    width: 100%;
    margin-bottom: 50px;
}

.paginate span {
    padding: 4px;
    color: #000000;
}

.paginate .current {
    color: #62b0d1;
}

.paginate a {
    color: #333333;
    padding: 4px;
}

.paginate a:hover {
    color: #b1291c;
}

.color {
    color: #62b0d1;
}

.standard-content {
    padding: 150px 0;
    background-color: #fff;
}

.appartements .standard-content {
    padding-bottom: 60px;
}

.standard-header {
    padding: 200px 0 94px 0;
    color: #fff;
    text-align: center;
}

.standard-header h1 {
}

.video-header .padd-wrap {
    height: auto !important;
}

.video-header {
    overflow: visible;
    position: relative;
    border: 20px solid #fff;
}

.header-bg-img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%, rgba(255, 255, 255, .7) 0%);
    opacity: .5;
    z-index: 0;
}

.svg-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%, rgba(255, 255, 255, .7) 0%);
    opacity: .5;
    z-index: 0;
}

.svg-link {
    z-index: 2;
    position: relative;
}

.video-header .content, .headerbild-logo, .header-bg-img .content {
    z-index: 2;
}

.video-header video {
    /* position: absolute; */
    /* left: 50%; */
    /* % of surrounding element */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    /* % of current element */
    /* object-fit: cover; */
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    margin-bottom: -10px;
}

.video-header .content {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    bottom: 60px;
}

/* seven symbol as after element */

/*
.video-header .content::after {
    content: url('../img/seven-heaven/7.svg');
    position: absolute;
    max-width: 280px;
    max-height: 300px;
    top: calc(100% - 260px);
    display: block;
    left: calc(100% - 287px);
    width: 100%;
    height: 100%;
}*/

.video-header .content .logo-sm {
    margin-bottom: 35px;
}

.video-header .content .logo-sm img {
    width: 170px;
}

.video-header .content h1 {
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0px 0px 6px rgb(0 0 0 / 75%);
    margin-bottom: 10px;
    padding: 0 15px;
}

.video-header .content h2 {
    font-weight: 500;
    letter-spacing: 0;
    text-shadow: 0px 0px 6px rgb(0 0 0 / 75%);
    font-size: 24px;
}

.fixed-nav {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    width: auto;
}

.fixed-nav .nav-wrap {
    width: 50px;
    right: 0;
}

.fixed-nav .nav-wrap .links a {
    background-color: #112e4d;
    padding: 10px 35px 10px 55px;
    background-position: center left;
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 1px;
    width: 167px;
    position: relative;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fixed-nav .nav-wrap .links a:hover {
    right: 117px;
    opacity: 0.9;
}

.fixed-nav .nav-wrap .links.link1 a {
    background-image: url(../content-new/icon1.svg);
    background-size: 20px;
    background-position: center left 13px;
}

.fixed-nav .nav-wrap .links.link2 a {
    background-image: url(../content-new/icon2.svg);
    background-size: 27px;
    background-position: center left 11px;
}

.fixed-nav .nav-wrap .links.link3 a {
    background-image: url('../img/seven-heaven/7.svg');
    background-size: 34px 34px;
    background-position: center left 10px;
}

.fixed-nav.active .nav-wrap .links a {
    right: 113px;
}

.home-part1 {
    background-color: #fff;
    padding: 110px 0 210px 0;
}

.home-part1 .content {
    padding-top: 85px;
    padding-left: 45px;
}

.home-part1.lage1 .content {

    padding-top: 180px;
}

.home-part1 .container {

    max-width: 1308px;
}

.home-part1 .content .title {
    margin-bottom: 29px;
}

.home-part1 .content .sub-title {
}

.home-part1 .content .sub-title h3 {
    margin-bottom: 0;
}

.home-part1 .content .sm-text {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 15px;
}

.home-part1 .content .text {
    margin-bottom: 50px;
}

.home-part1 .aps-img1 img {
    position: absolute;
    left: 0;
    max-width: 975px;
    object-fit: cover;
    max-height: 975px;
    height: 750px;
    object-position: left;
}

.home-part1 .aps-img2 img {
}

.standard-btn a {
    display: inline-block;
    background-color: #112e4d;
    padding: 11px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    min-width: 248px;
    border: 1px solid #112e4d;
    position: relative;
    font-family: "Avenir";
}

.standard-btn a:hover {
    background-color: #7693b5;
}

.home-part2 {
    background-color: #fff;
    padding: 194px 0;
    text-align: left;
    margin-bottom: -480px;
}

#page-top > div.page-wrap > div > section.home-part2 > div > div > div > div.col-md-5 > div > div.title > h2 {
    margin-top: 30px;
}

.home-part2 .content {
    margin-top: 50px;
    padding-bottom: 150px;
    margin-right: 60px;
}

.home-part2 .content .title, .home-part2 .content .text {
    margin-bottom: 29px;
}

.home-part2 .content .sub-title {
    position: relative;
}

.home-part2 .content .sub-title .quota-img img {
    position: absolute;
    width: 195px;
    left: -131px;
    top: -19px;
    display: none;
}

.home-part2 .content .sub-title h3 {
    margin-bottom: 53px;
    position: relative;
}

.home-part2-img {
    margin-left: auto;
}

.home-part2 .aps-img1 img {
    margin-top: 40px;
    right: 100px;
    max-width: 600px;
    min-height: 780px;
}

.parallax-pic-text .main-wrap {
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.parallax-pic-text .main-wrap .title {
    text-align: left;
    margin-bottom: 80px;
}

.parallax-pic-text .main-wrap .title h2 {
    color: #112e4d;
}

.parallax-pic-text .new-icons-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.parallax-pic-text .new-icons-wrap .item-icon {
    flex: 0 0 auto;
    width: 14.28571%;
    text-align: center;
}

.parallax-pic-text .new-icons-wrap .item-icon .img-wrap {
    min-height: 155px;
    padding: 0 15px;
}

.parallax-pic-text .new-icons-wrap .item-icon .img-wrap img {
    max-width: 184px;
    width: 100%;
}

.parallax-pic-text .new-icons-wrap .item-icon .img-wrap.img-big img {
    max-width: 150px;
}

.parallax-pic-text .new-icons-wrap .item-icon .text {
    padding: 0 15px;
    line-height: 1.5;
    color: #112e4d;
}


.parallax-pic-text {
    padding: 200px 90px 0px 90px;
    background-image: url("../img/seven-heaven/sky_light.jpg");
}

.parallax-pic-text.bootshaus {

    padding: 503px 90px 0px 90px;
}

.parallax-pic-text.ausstattung {
    background-color: #ffffff;
    padding: 0px 90px 200px 90px;
    background-image: none;
    border: none;
    margin-top: 100px;
}

.parallax-pic-text.ausstattung.architektur {
    position: relative
}

.parallax-pic-text.ausstattung.architektur .aps-bg {

    position: absolute;

    width: 100%;

    height: 50%;

    bottom: 0;

    background-color: #f1e0d7;

    left: 0;
}

.dzsparallaxer.auto-init.parallax-new-hight1 {
    height: 700px !important;
    margin-bottom: -97px;
    z-index: 9;
}

.dzsparallaxer.auto-init.parallax-new-hight1 video {
    height: 100%;
    width: 100%;
}

body.architektur .dzsparallaxer.auto-init.parallax-new-hight1 {
    margin-bottom: 0px;
}

.divimage.dzsparallaxer--target.parallax-new-hight2 {
    height: 900px !important;
}

.parallax-pic-text .content-parallax {
    top: 40%;
    position: absolute;
    left: 113px;
    color: #fff;
    text-align: right;
    max-width: 405px;
}

.parallax-pic-text .content-parallax.top20 {
    top: 20%;
}

.parallax-pic-text .content-parallax img {
    width: 53px;
    margin-bottom: 14px;
}

.parallax-pic-text .content-parallax h2 {
    margin-bottom: 14px;
    font-size: 47px;
}

.home-part3 {
    background-color: #fff;
    padding: 253px 0 0px 0;
}

.home-part3 .container {
    max-width: 100%;
}

.home-part3 .content {
    padding-top: 76px;
    padding-left: 45px;
    text-align: right;
    max-width: 497px;
    float: right;
    margin-right: 75px;
}

.home-part3 .content .title {
    margin-bottom: 29px;
}

.home-part3 .content .sub-title {
    position: relative;
}

.home-part3 .content .sub-title .quota-img img {
    position: absolute;
    width: 195px;
    left: -33px;
    top: -19px;
}

.home-part3 .content .sub-title h3 {
    margin-bottom: 0;
    position: relative;
}

.home-part3 .aps-img1 img {
    position: absolute;
    right: 0;
    max-width: 906px;
    z-index: 9;
}

.home-part4 {
    background-color: #112e4d;
    padding: 252px 0 108px 0;
    color: #7693b5;
}

.home-part4 h3,
.home-part4 p {
    color: #fff;
}

.home-part4 .standard-btn a {
    background-color: #7693b5;
    color: #fff;
    border-color: #7693b5;
    font-family: "Avenir";
}

.home-part4 .standard-btn a:hover {
    background-color: #fff;
    color: #112e4d;
}

.home-part4 .container {
    max-width: 1255px;
}

.home-part4 .content {
    padding-top: 85px;
    padding-left: 45px;
}

.home-part4 .content .title {
    margin-bottom: 29px;
    position: relative;
    z-index: 9;
}

.home-part4 .content .text {
    position: relative;
    margin-bottom: 29px;
}

.home-part4 .content .text .quota-img img {
    position: absolute;
    width: 195px;
    left: -131px;
    top: -133px;
}

.home-part4 .content .sub-title h3 {
    margin-bottom: 53px;
    position: relative;
}

.home-part4 .aps-img1 img {
    position: absolute;
    left: 180px;
    max-width: 665px;
    z-index: 9;
}

.home-part5 {
    background-color: #fff;
    padding: 200px 0 159px 0;
    position: relative;
    min-height: 1232px;
}

.home-part5 .container {
    max-width: 100%;
}

.home-part5 .content {
    padding-top: 364px;
    padding-left: 45px;
    text-align: right;
    max-width: 684px;
    float: right;
    position: relative;
    margin-right: 82px;
}

.home-part5 .content .title {
    margin-bottom: 29px;
}

.home-part5 .content .title,
.home-part5 .content .title h2 {
    color: #1a1a1a;
}

.home-part5 .content .sub-title {
    position: relative;
    margin-bottom: 33px;
}

.home-part5 .content .text {
    margin-bottom: 45px;
}

.home-part5 .content .sub-title h3 {
    margin-bottom: 0;
    position: relative;
}

.home-part5 .aps-img1 img {
    position: absolute;
    right: 0;
    max-width: 906px;
}

.home-part5 .content .sm-text {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 36px;
}

.home-part5 .aps-color {
    background-image: url(../img/seven-heaven/sky_light.jpg);
    width: 39%;
    height: 1033px;
    position: absolute;
    top: 0;
    left: 0;
}

footer {
    background-color: #112e4d;
    display: block;
    position: relative;
    padding: 84px 0 0 0;
    overflow: hidden;
    min-height: 30vh;
}

footer .container {
    max-width: 1840px;
}

footer .aps-img img {
    position: absolute;
    width: 345px;
    right: 0;
    top: 0;
}

footer .col-md-2 {
    position: relative;
}

footer .logo {
    text-align: center;
}

footer .logo img {
    width: 152px;
    top: -48px;
    position: relative;
}

footer .nav-f {
    /* text-align: center; */
}

footer .nav-f ul {
    padding-left: 0;
}

footer .nav-f ul li {
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    vertical-align: top;
}

footer .nav-f ul li.has-text a {
    background: url(../img/nav-arrow1.png) no-repeat right 9px;
    background-size: 8px;
    padding-right: 12px;
    background-position: right center;
}

footer .nav-f ul li a {
    color: #7693b5;
}

footer .copy-text,
footer .copy-text a {
    color: #7693b5;
}

footer .nav-f ul li a:hover {
    opacity: 0.7
}

footer .nav-f ul li .more-info {
    left: 0;
    white-space: nowrap;
    font-size: 12px;
    position: absolute;
    display: none;
    text-align: left;
    padding: 10px 25px;
}

footer .big-text {
    font-size: 7vw;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    margin-bottom: -30px;
    font-weight: 700;
    padding-top: 7vh;
}

footer .social-icons {
    display: inline-block;
    position: relative;
    float: right;
}

footer .copy-text {
    position: absolute;
    top: -60px;
    right: 15px;
    white-space: nowrap;
}

footer .social-icons a {
    display: block;
    margin-bottom: 14px;
}

footer .social-icons a img {
    width: 25px;
    display: block;
}

footer .more-info > p {
    color: #fff !important;
}

.header-bg-img {
    border: 20px solid #fff;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.header-bg-img .content {
    position: absolute;
    padding: 15px;
    bottom: 5%;
    max-width: 748px;
    left: 6%;
}

.header-bg-img .content .text {
}

.header-bg-img .content .text img {
    width: 75px;
    padding: 17px 0;
}

.header-bg-img .content .text h2 {
    font-size: 45px;
    color: #fff;
    text-transform: none;
}

.header-bg-img .content .text h3 {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: -40px;
}

.place-content {
    background-color: #fff;
    padding: 110px 0;
}

.place-content .content {
    padding-top: 207px;
    padding-left: 45px;
    max-width: 511px;
    float: right;
    margin-right: 59px;
}

.place-content .part2 .content {
    padding-top: 290px;
}

.place-content .content .title {
    margin-bottom: 29px;
}

.place-content .content .sub-title {
    position: relative;
}

.place-content .content .sub-title .quota-img img {
    position: absolute;
    width: 195px;
    left: -131px;
    top: -19px;
}

.place-content .content .sub-title h3 {
    margin-bottom: 53px;
    position: relative;
}

.place-content .aps-img1 img {
    position: absolute;
    right: 100px;
    max-width: 975px;
}

.place-content .place-image {
    position: relative;
    display: inline-block;

}

.place-content .place-image img {
    max-width: 100%;
}

.place-content .place-image .aps-place {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(../content/2_Ums_Eck_Lage/ums_eck_position_mark.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    image-rendering: -webkit-optimize-contrast;
}

.place-content .place-image .redplace {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(../content/2_Ums_Eck_Lage/redkreis.png) !important;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    image-rendering: -webkit-optimize-contrast;
}

.place-content .place-image .aps-place:hover {
    background-image: url(../content/2_Ums_Eck_Lage/ums_eck_position_mark_mouseover_info.png);
    overflow: visible;
    z-index: 99;
}

.place-content .place-image .redplace:hover {
    background-image: url(../content/2_Ums_Eck_Lage/ums_eck_position_mark_mouseover_info.png) !important;
    overflow: visible;
    z-index: 99;
}

.place-content .place-image .aps-place .hidde-text {
    font-size: 23px;
    font-weight: 700;
    color: #f3e0d7;
    position: absolute;
    top: -43px;
    opacity: 0;
    text-align: center;
    white-space: nowrap;
    left: -40%;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
    text-shadow: 0px 0px 6px rgb(0 0 0 / 95%);
}

.place-content .place-image .aps-place:hover .hidde-text {
    opacity: 1;
}

.place-content .place-image.place1 .aps-place.aps3 {
    right: 84%;
    top: 82%;
}

.place-content .place-image.place1 .aps-place.aps4 {
    right: 46%;
    top: 28%;
}

.place-content .place-image.place1 .aps-place.aps5 {
    right: 24%;
    top: 10%;
}

.place-content .place-image.place1 .aps-place.aps6 {
    right: 8%;
    top: 32%;
}

.place-content .place-image.place1 .aps-place.aps7 {
    right: 58%;
    top: 40%;
}

.place-content .place-image.place1 .aps-place.aps8 {
    right: 63%;
    top: 44%;
}

.place-content .place-image.place1 .aps-place.aps9 {
    right: 71%;
    top: 31%;

}

.place-content .place-image.place1 .aps-place.aps9:hover {

    border-color: #9a1914;
}

.place-content .place-image.place1 .aps-place.aps11 {
    right: 55%;
    top: 58%;
}

.place-content .place-image.place1 .aps-place.aps13 {
    right: 66%;
    top: 80%;
}

#page-top > div.page-wrap > div > section.lage-part2 > div > div.container.part2 > div > div.col-md-7
.place-content .container {
    max-width: 1920px;
}

.place-content.part2 .container {
    max-width: 1490px;
}

.place-content .container.part2 {
    max-width: 1500px;
    margin-top: 168px;
}

.place-content .place-image.place2 .aps-place.aps1 {
    right: 44%;
    top: 5%;
    z-index: 9;
}

.place-content .place-image.place2 .aps-place.aps2 {
    right: 40%;
    top: 10%;
}

.place-content .place-image.place2 .aps-place.aps3 {
    right: 40%;
    top: 17%;
}

.place-content .place-image.place2 .aps-place.aps4 {
    right: 35%;
    top: 35%;
}

.place-content .place-image.place2 .aps-place.aps5 {
    right: 54%;
    top: 63%;
}

.place-content .place-image.place2 .aps-place.aps6 {
    right: 59%;
    top: 56%;
}

.place-content .place-image.place2 .aps-place.aps7 {
    right: 37%;
    top: 74%;
}

.place-content .place-image.place2 .aps-place.aps8 {
    right: 61%;
    top: 91%;
}


.place-content .place-image.place2 .aps-place.aps10 {
    right: 42%;
    top: 8%;
}

.place-content .place-image.place2 .aps-place.aps11 {
    right: 59%;
    top: 14%;
}

.place-content .place-image.place2 .aps-place.aps12 {
    right: 67%;
    top: 18%;
}

.place-content .place-image.place2 .aps-place.aps13 {
    right: 72%;
    top: 19%;
}

.place-content .place-image.place2 .aps-place.aps14 {
    right: 37%;
    top: 32%;
}

.place-content .place-image.place2 .aps-place.aps15 {
    right: 60%;
    top: 52%;
}

.place-content .place-image.place2 .aps-place.aps16 {
    right: 52%;
    top: 91%;
}

.lage-part2 {
    background-color: #fff;
    padding: 36px 0 235px 0;
}

.hotspot-lage {
    background-color: #fff;
    padding: 104px 0px;
}

.hotspot-lage .container {
    max-width: 1732px;
}

.hotspot-lage .container .aps-img1 img {
    max-width: 100%
}

.hotspot-lage .content {
    max-width: 561px;
    padding-left: 50px;
}

.hotspot-lage .content h2 {

    /* font-size: 33px; */
}

.lage-part2 .container {
    max-width: 1715px;
}

.lage-part2 .dzsparallaxer {
    margin-top: 104px;
}

.lage-part2 .parallax-aps {

    width: 800px;
}

.lage-part2 .content {
    padding-top: 117px;
    max-width: 596px;
}

.lage-part2 .part1 .content {
    padding-top: 117px;
    max-width: 650px;
    padding-left: 113px;
}

.lage-part2 .part2 .content {
    padding-top: 40px;
    max-width: 446px;
    padding-left: 90px;
}

.lage-part2 .content .title {
    margin-bottom: 29px;
}

.lage-part2 .content .title img {
    width: 50px;
    padding: 20px 0;
}

.lage-part2 .content .sub-title {
    position: relative;
}

.lage-part2 .content .sub-title .quota-img img {
    position: absolute;
    width: 195px;
    left: -131px;
    top: -19px;
}

.lage-part2 .content .sub-title h3 {
    margin-bottom: 10px;
    position: relative;
}

.lage-part2 .aps-img1 img {
    position: absolute;
    right: 100px;
    max-width: 975px;
}

.lage-part2 .aps-img2 img {
    position: absolute;
    left: 0;
    max-width: 975px;
}

.lage-part2 .part2 {
    padding-top: 119px;
    padding-bottom: 45px;
}

.lage-part3 {
    background-color: #7693b5;
    padding: 110px 0 235px 0;
    position: relative;
}

.lage-part3 .container {
    max-width: 100%;
}

.lage-part3 .container.part2 {
    max-width: 1773px;
}

.lage-part3 .aps-img1 img {
    max-width: 100%;
}

.lage-part3 .aps-img2 img {
    position: absolute;
    right: 0;
    max-width: 615px;
    top: -287px;
}

.lage-part3 .aps-img3 img {
    position: absolute;
    left: 0;
    max-width: 726px;
    bottom: -34px;
}

.lage-part3 .content .sub-title h3 {
    margin-bottom: 10px;
    position: relative;
}

.lage-part3 .content.content1 {
    max-width: 485px;
    float: right;
    padding-right: 52px;
    color: #fff;
}

.lage-part3 .content.content2 {
    padding-top: 296px;
}

.lage-part3 .content.content3 {
    padding-top: 72px;
}

.lage-part4 {
    background-color: #fff;
    padding: 59px 0 235px 0;
    position: relative;
}

.lage-part4 .container.part2 {
    max-width: 1304px;
    padding-top: 70px;
}

.lage-part4 .container.part3 {
    max-width: 1808px;
}

.lage-part4 .aps-img1 {
    text-align: right
}

.lage-part4 .aps-img1 img {
    max-width: 100%;
    position: relative;
    top: -148px;
}

.lage-part4 .aps-img2 img {
    position: absolute;
    right: 50px;
    max-width: 1290px;
    margin-top: 0;
}

.lage-part4 .aps-img3 img {
    position: absolute;
    right: 0;
    max-width: 973px;
    bottom: -89px;
}

.lage-part4 .content .sub-title h3 {
    margin-bottom: 10px;
    position: relative;
}

.lage-part4 .content.content1 {
    max-width: 426px;
}

.lage-part4 .content.content2 {
    padding-top: 40px;
    max-width: 472px;
}

.lage-part5 {
    background-color: #efdcd3;
    padding: 60px 0 76px 0;
    position: relative;
    z-index: 9;
}

.lage-part5 .container {
    max-width: 100%
}

.lage-part5 .container.part2 {
    max-width: 1773px;
}

.lage-part5 .aps-img1 img {
    max-width: 100%;
    position: absolute;
    bottom: -217px;
    left: 644px;
}

.lage-part5 .aps-img2 img {
    position: absolute;
    right: 0;
    max-width: 1053px;
    top: -110px;
}

.lage-part5 .aps-img3 img {
    position: absolute;
    left: 0;
    max-width: 726px;
    bottom: 201px;
}

.lage-part5 .content .sub-title h3 {
    margin-bottom: 10px;
    position: relative;
}

.lage-part5 .content.content1 {
    max-width: 366px;
    float: right;
    margin-right: 105px;
}

.lage-part5 .content.content2 {
    padding-top: 296px;
}

.lage-part5 .content.content3 {
    padding-top: 521px;
    padding-left: 30px;
}

body.ums-eck-i-lage .content .sub-title h3 {
    margin-bottom: 10px;
}

.lage-part6 {
    background-color: #fff;
    padding: 0px 0 249px 0;
    position: relative;
}

.lage-part6 .container.part2 {
    max-width: 1773px;
}

.lage-part6 .container.part1 {
    max-width: 1704px;
}

.lage-part6 .content.content1 {
    max-width: 547px;
    padding-top: 118px;
}

.lage-part6 .content.content2 {
    padding-top: 129px;
    max-width: 372px;
    padding-bottom: 109px;
}

.lage-part6 .content.content3 {
    padding-top: 499px;
    padding-left: 59px;
}

.lage-part6 .aps-img1 img {
    max-width: 100%;
    margin-top: -108px;
}

.lage-part6 .aps-img2 img {
    position: absolute;
    left: 0;
    max-width: 536px;
    bottom: -65px;
}

.lage-part6 .aps-img3 {
    text-align: right
}

.lage-part6 .aps-img3 img {
    padding-top: 222px;
    max-width: 100%;
}

.lage-part6 .aps-img4 img {
    position: absolute;
    right: 0;
    bottom: 600px;
}

.lage-part7 {
    background-color: #ffffff;
    padding: 150px 0 0px 0;
    position: relative;
    /* color: #F3E0D7; */
    z-index: 9;
}

.lage-part7 .container.part1 {
    max-width: 100%;
}

.lage-part7 .container.part2 {
    max-width: 1704px;
}

.lage-part7 .container.part3 {
    max-width: 1574px;
}

.lage-part7 .aps-img1 img {
    max-width: 100%;
    position: absolute;
    top: -194px;
    left: 104px;
}

.lage-part7 .aps-img2 img {
    max-width: 100%;
    position: absolute;
    top: -360px;
    right: 0;
}

.lage-part7 .aps-img3 img {
    max-width: 862px;
    position: absolute;
    left: 0;
}

.lage-part7 .aps-img4 img {
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.lage-part7 .content.content1 {
    padding-top: 160px;
    max-width: 350px;
    padding-bottom: 95px;
    padding-left: 117px;
}

.lage-part7 .content.content2 {
    max-width: 336px;
}

.lage-part7 .content.content3 {
    padding-top: 158px;
    max-width: 379px;
}

.lage-part7 .content.content4 {
    padding-top: 0;
    max-width: 400px;
    padding-bottom: 159px;
}

.lage-more-btn {
    background-color: #fff;
    text-align: center;
    padding-bottom: 190px;
}

.lage-more-btn .more-btn {
    display: inline-block;
    background-color: #4c3f3c;
    color: #f3e0d7;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 76px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lage-more-btn .more-btn:hover {
    background-color: #f3e0d7;
    color: #4c3f3c;
}

.lage-hidden-part {
    /* display: none; */
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.lage-hidden-part.active {
    height: auto;
    overflow: visible;
}

.cont-parallax1 {
    height: 450px !important;
}

.cont-parallax2 {
    height: 700px;
    width: 100%;
}

.home-part3 .cont-parallax1 {
    height: 725px !important;
    margin-bottom: -110px;
}

.home-part3 .cont-parallax2 {
    height: 1000px;
    width: 100%;
}

.home-part5 .cont-parallax1 {
    margin-top: 98px;
    height: 995px !important;
}

.home-part5 .cont-parallax2 {
    height: 1170px;
    width: 100%;
}

.lage-part3 .cont-parallax1 {
    height: 419px !important;
    margin-top: -232px;
}

.lage-part3 .cont-parallax2 {
    height: 648px;
    width: 100%;
}

.lage-part5 .cont-parallax1 {
    height: 625px !important;
    margin-top: -105px;
    margin-bottom: -297px;
}

.lage-part5 .cont-parallax2 {
    height: 1000px;
    width: 100%;
}

.lage-part7 .cont-parallax1 {
    height: 780px !important;
    margin-top: -232px;
    margin-bottom: -162px;
}

.lage-part7 .cont-parallax2 {
    height: 1000px;
    width: 100%;
}

.popup-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 50px;
    overflow-y: auto;
    /* background-color:rgb(0 0 0 / 73%); */
    display: none;
}

.popup-content .loader {

    background-color: #ffffff;

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    bottom: 0;

    z-index: 9;
}

.popup-content .dark-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 73%);
}

.popup-content .in-content {
    background-color: #fff;
    height: 100%;
    padding: 50px;
    overflow-y: auto;
    position: relative;
}

.popup-content .back-text {
    text-align: right;
    position: relative;
    top: -25px;
    right: -5px;
    font-size: 16px;
    cursor: pointer;
}

.popup-content .images-map {
    text-align: center;
}

.popup-content .images-map img {
    max-width: 100%;
    padding: 50px;
}

.popup-content .container {
    max-width: 1700px;
}

.popup-content .content-wrap {
    padding-left: 79px;
    padding-right: 15px;
    padding-top: 60px;
}

.popup-content .title {
    margin-bottom: 25px;
}

.popup-content .title h1 {
    font-size: 40px;
}

.popup-content .subtitle {
    font-weight: 700;
    font-size: 18px;
}

.popup-content .main-data {
    background-color: #bfbfbf;
    font-weight: 700;
    padding: 13px 0;
    margin-top: 45px;
    font-size: 18px;
}

.popup-content .main-data .data-wrap {
    display: inline-block;
    width: 33.33333%;
    float: left;
    text-align: center;
}

.popup-content .main-data .data-wrap .name {
    margin-bottom: 12px;
}

.popup-content .main-data .data-wrap .value {
    line-height: 1;
}

.contact-person {
    position: relative;
}

.contact-person .title {
    font-weight: 700;
    font-size: 18px;
}

.contact-person .person-wrap {
    background-color: #bfbfbf;
}

.contact-person .person-wrap .person-image {
    display: inline-block;
    float: left;
    width: 182px;
}

.contact-person .person-wrap .person-image img {
    width: 171px;
}

.contact-person .person-wrap .data-wrap {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    padding: 10px 20px;
    line-height: 21px;
    position: relative;
    color: #fff;
    font-family: "Avenir";
}

.contact-person .person-wrap .data-wrap a:hover {
    color: #7693b5 !important;
}

.contact-person .person-wrap .provider,
.contact-person .person-wrap .mail,
.contact-person .person-wrap .phone,
.contact-person .data-wrap .person-wrapper .wrapper-part-phone {
    position: relative;
    color: #fff !important;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.contact-person .person-wrap .provider {
    padding-top: 30px;
}

.contact-person .person-wrap .provider h4,
.contact-person .person-wrap .mail h4,
.contact-person .person-wrap .phone h4,
.contact-person .data-wrap .contact-persons .wrapper-part-phone h4 {
    font-size: 18px;
    font-weight: 700;
}

.contact-person .data-wrap .person-wrapper .wrapper-part-phone {
    padding-top: 20px;
}

.contact-person .person-wrap .provider p,
.contact-person .person-wrap .mail p,
.contact-person .person-wrap .phone p {
    font-size: 18px !important;
}

.contact-person .person-wrap a,
.contact-person .data-wrap .contact-persons .wrapper-part-phone span {
    color: #fff !important;
    font-size: 18px !important;
}

.contact-person .person-wrap .contact-persons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 50px;
}

.contact-person .person-wrap .contact-persons .person-wrapper {
    display: flex;
    flex-direction: column;
}

.contact-person .person-wrap .contact-persons .person-wrapper .wrapper-part-phone {

}

.contact-person .person-wrap .provider p {
    margin: 0;
    font-size: 16px;
}

.contact-person .person-wrap:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../img/seven-heaven/sky_dark.png");
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    left: -60px;
    top: -60px;
    height: 120%;
    z-index: 0;
    width: 1200px;
    overflow: hidden;
}

.contact-person .person-wrap .data-wrap .name {
    font-size: 14px;
    font-weight: 500;
}

.contact-person .person-wrap .data-wrap .text {
    font-size: 13px;
    color: #1d1d1b;
}

.contact-person .person-wrap .data-wrap .text span {
    display: inline-block;
    width: 50px;
}

.contact-person .person-wrap .data-wrap .text .space {
    height: 13px;
}

.contact-person .person-wrap .data-wrap .text a {
    color: #1d1d1b;
}

.contact-person .person-wrap .data-wrap .text a:hover {
    color: #703f3c;
}

.contact-person .person-wrapper .wrapper-part h3,
.contact-person .person-wrapper .wrapper-part span.name {
    font-size: 25px;
    font-weight: 200;
}

.contact-person .person-wrapper .qr-code-wrapper {
    display: flex;
    background: #112e4d;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #fff;
}

.contact-person .person-wrapper .qr-code-wrapper img {
    max-width: 60px;
    width: 100%;
}

.contact-form {
    margin-top: 30px;
    width: 40%;
}

.contact-form .title {
    font-weight: 500;
    font-size: 26px;
    padding-top: 30px;
}

.quform-outer.quform-theme-light-light {
    margin-top: 10px !important;
}

.standard-content.realty .container.maps {
    max-width: 100%;
    margin-bottom: 120px;
}

.standard-content.realty .container.maps .view2 {
    display: none
}

.standard-content.realty .svg-map-wrap .space-svg {
    height: 80px;
}

.standard-content.realty .svg-map-wrap svg {
    /* height: 799px; */
    width: 100%;
}

.standard-content.realty .svg-map-wrap.small svg {
    height: auto;
    width: 100%;
}

.standard-content.realty .svg-map-wrap.small {
    margin-left: 100px;
    position: relative;
    padding-bottom: 112px;
}

.standard-content.realty .text-content {
    max-width: 422px;
    margin-left: 80px;
    margin-top: 0;
}

.standard-content.realty .text-content.small {
    margin-top: 0px;
}

.standard-content.realty .text-content h2 {
}

.standard-content.realty .text-content p {
}

.standard-content.realty .text-content .view-change {display: none;}

.standard-content.realty .text-content .view-change .title {
    font-size: 26px;
    font-weight: 700;
}

.standard-content.realty .text-content .view-change .view-select {
}

.standard-content.realty .text-content .view-change .view-select .item {
    display: inline-block;
    background-color: rgb(198 198 198 / 20%);
    font-size: 15px;
    font-weight: 700;
    padding: 7px 25px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.standard-content.realty .text-content .view-change .view-select .item.active {
    background-color: #f3e0d7;
}

.standard-content.realty .text-content .view-change .view-select .item:hover {
    background-color: #f3e0d7;
}


.standard-content.realty .svg-map-wrap.small .aps-img1 img {
    width: 68px;
    position: absolute;
    bottom: 0;
}

.standard-content.realty .svg-map-wrap.small .aps-img2 img {
    position: absolute;
    width: 106px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 9px;
}

.standard-content.realty .text-content .floor-select {
    margin-top: 25px;
}

.standard-content.realty .text-content .floor-select .flors {
    margin-bottom: 10px;
    cursor: pointer;
}

.standard-content.realty .text-content .floor-select .flors .left {
    font-family: "Avenir" !important;
    display: inline-block;
    border: 1px solid #ccc4aa;
    text-align: center;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 500;
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
}

.standard-content.realty .text-content h2 {
    font-size: 18px;
    font-family: "Avenir";
    font-weight: 700;
    text-transform: none;
    color: #000;
    margin-bottom: 20px;
}

.standard-content.realty .text-content .floor-select .flors .text {
    font-family: "Avenir" !important;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    padding-left: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.standard-content.realty .text-content .floor-select .flors:hover .text,
.standard-content.realty .text-content .floor-select .flors.active .text {
    opacity: 1;
}

.standard-content.realty .text-content .floor-select .flors:hover .left,
.standard-content.realty .text-content .floor-select .flors.active .left {
    background-color: #ccc4aa;
}

body.dg .standard-content.realty .text-content .floor-select .flors.flor1 .left {
    background-color: #f3e0d7
}

body.page-id-539 .standard-content.realty .text-content .floor-select .flors.flor2 .left {
    background-color: #f3e0d7
}

body.page-id-548 .standard-content.realty .text-content .floor-select .flors.flor3 .left {
    background-color: #f3e0d7
}

body.page-id-550 .standard-content.realty .text-content .floor-select .flors.flor4 .left {
    background-color: #f3e0d7
}

body.page-id-552 .standard-content.realty .text-content .floor-select .flors.flor5 .left {
    background-color: #f3e0d7
}

.download-button {
    padding-top: 50px;
}

.appartements .download-button.download-bab,
.appartements .download-button.pricing-plans {
    padding-top: 20px !important;
}

.download-button a {
    font-family: "Avenir" !important;
    display: inline-block;
    border: 1px solid #ccc4aa;
    text-align: center;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 500;
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
    background-color: #ccc4aa;
}

.appartements .download-button a:hover {
    background-color: transparent;
}

.standard-content.realty .svg-map-wrap.small .svg-space {
    height: 80px;
}

.boot-part1 {
    background-color: #fff;
    padding: 90px 0;
}

.boot-part1 .content {

    padding-top: 126px;

    padding-bottom: 77px;
}

.boot-part1 .content .sub-title {
    position: relative;
    margin-bottom: 100px;
}

.boot-part1 .content .text {

    text-align: right;
}

.boot-part1 .content .sub-title .quota-img img {
    position: absolute;
    width: 195px;
    left: -131px;
    top: -19px;
}

.boot-part1 .content .sub-title h3 {
    margin-bottom: 53px;
    position: relative;
    font-size: 45px;
    max-width: 299px;
}

.boot-part1 .aps-img1 img {
    position: absolute;
    right: 0;
    max-width: 975px;
}

.boot-part2 {
    background-color: #fff;
    padding: 0 0 0px 0;
    position: relative;
    z-index: 9;
}

.boot-part2 .container {

    max-width: 100%;
}

.boot-part2 .content {

    padding-top: 126px;

    padding-bottom: 77px;

    padding-left: 182px;

    max-width: 620px;
}

.boot-part2 .content .sub-title {
    position: relative;
}

.boot-part2 .content .text {
}

.boot-part2 .content .sub-title .quota-img img {
    position: absolute;
    width: 195px;
    left: -131px;
    top: -19px;
}

.boot-part2 .content .sub-title h3 {
    margin-bottom: 21px;
    position: relative;
    max-width: 271px;
}

.boot-part2 .aps-img1 img {
    position: absolute;
    right: 90px;
    max-width: 677px;
    bottom: -385px;
}

.parallax-div {
    height: 692px;
}

.boot-part2 {
}

.boot-part2 .cont-parallax1 {
    height: 700px !important;
    margin-bottom: -107px;
}

.boot-part2 .cont-parallax2 {
    height: 900px;
}

.boot-part3 {
    background-color: #fff;
    padding: 245px 0 139px 0;
    /* position: relative; */
}

.boot-part3 .maps-wrap {

    text-align: right;
}

.boot-part3 .container {
    max-width: 100%
}

.boot-part3 .content {

    padding-top: 126px;

    padding-bottom: 77px;

    max-width: 586px;

    padding-left: 157px;
}

.boot-part3 .content .sub-title {
    position: relative;
    margin-bottom: 10px;
    max-width: 241px;
}

.boot-part3 .map-text {
    position: relative;
    display: inline-block;
    margin-left: 91px;
}

.boot-part3 .map-text .text {
    color: #9b9190;
    font-weight: 700;
    font-size: 32px;
    position: absolute;
    left: -6px;
    top: 133px;
    transform-origin: bottom left;
    -ms-transform: rotate(270deg);
    /* IE 9 */
    -moz-transform: rotate(270deg);
    /* Firefox */
    -webkit-transform: rotate(270deg);
    /* Safari and Chrome */
    -o-transform: rotate(270deg);
    /* Opera */
    transform: rotate(270deg);
    /* Standards */
    text-align: right;
    width: 198px;
}

.boot-part3 .map-text .map-mg {
    display: inline-block;
}

.boot-part3 .map-text .map-mg img {
    max-width: 100%;
}

.auss-part1,
.auss-part3,
.auss-part4 {
    background-color: #fff;
    padding: 90px 0 100px 0;
    text-align: left;
}

.architektur .auss-part1 {
    padding-bottom: 170px;
}

.ausstattung .auss-part1 .aps-img1 {
    padding-top: 120px;
}

.ausstattung .auss-part2 .aps-img1 img {
    max-width: 940px;
    min-height: 500px;
    object-fit: cover;
}

.ausstattung .parallax-pic-text {
    position: relative;
}

.ausstattung .parallax-pic-text:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #112e4d;
    left: 0;
    right: 0;
    bottom: 0;
    top: -10%;
}

.auss-part3 .aps-img1.aps-imgs {
    padding-left: 80px;
}

.auss-part1.video-part .container {
    width: 100%;
    max-width: 1760px;
}

.auss-part1.video-part {
    padding-bottom: 50px;
}

.auss-part1.video-part .container video {
    width: 100%;
}

.auss-part1.new-part {
    text-align: left;
    padding-bottom: 111px;


}

.auss-part1.new-part .container {
    max-width: 1756px;
    margin-top: 100px;
}

.auss-part1.new-part .acrh-wrap {
    display: inline-block;
    margin-top: 240px;
}

.auss-part1.new-part .acrh-wrap .item-ac {
    margin-bottom: 50px;
}

.auss-part1.new-part .acrh-wrap .item-ac .img-wrap {
    padding-right: 40px;
    margin-bottom: 30px;
}

.auss-part1.new-part .acrh-wrap .item-ac .img-wrap img {
    /* max-width: 374px; */
    max-width: 154px;
    margin-top: 210px;
}

@media (max-width: 1300px) {
    .auss-part1.new-part .acrh-wrap .item-ac .img-wrap img {
        margin-top: 0;
    }

    .auss-part1.new-part .content {
        display: inline-block;
        padding-bottom: 80px;
        margin-top: 10px;

    }

    .auss-part1.new-part {
        padding-top: -10px;
    }

    .auss-part1.new-part .acrh-wrap {
        margin-top: 10px;
    }

}

.auss-part1.new-part .acrh-wrap .item-ac .text {
    font-size: 13px;
}

.auss-part1 .content {
    padding-top: 120px;
    padding-bottom: 284px;
}

.eq-part1.auss-part1 {
    padding-top: 0;
    padding-bottom: 10px;
}

.eq-part2.auss-part2 {
    background: #fff;
}

.eq-part2.auss-part2 .aps-img1 img {
    position: relative !important;
    width: 100%;
    top: unset;
    left: unset;
}

.eq-part2.auss-part2 .description-wrap {
    padding-left: 80px;
}

.eq-part2.auss-part2 h2 {
    font-size: 56px;
    font-family: "Vlatcho";
}

.eq-part2.auss-part2 .content {
    margin: 0;
}

/* auss-part3 NEU*/

.auss-part3 {
    padding-top: 100px;
}

.auss-part3 .aps-img1.aps-imgs img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.auss-part3 .content {
    padding-top: 0;
    padding-right: 0;
    text-align: right;
    float: right;
}

.auss-part3 .content .text {
    padding-top: 30px;
}

@media (min-width: 1600px) {
    .auss-part1.new-part .content {
        display: inline-block;
        padding-bottom: 80px;
        margin-top: 200px;

    }
}

.auss-part1 .content .sub-title {
    position: relative;
}

.auss-part1 .content .text {
    text-align: left;
    max-width: 100%;
    float: left;
    padding-top: 25px;
}

.auss-part1.new-part .content .text {
    text-align: left;
    float: left;
}

.auss-part1 .content .sub-title .quota-img img {
    position: absolute;
    width: 195px;
    right: -20px;
    top: -68px;
}

.auss-part1 .content .sub-title h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.auss-part1 .aps-img1 img {
    /*  position: absolute;
      right: 0;*/
    max-width: 800px;
}

.auss-part2 {
    background-image: url("../img/seven-heaven/sky_light.jpg");
    padding: 95px 0 0 0;
    position: relative;
}

.auss-part2 ul {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

.auss-part2 h2 {
    font-family: "Avenir", sans-serif;
    font-size: 24px;
}

.auss-part2 .parket-wrap {
    display: flex;
    padding-top: 30px;
}

.auss-part2 .parket-wrap .parket-item {
    padding-right: 28px;
    margin-bottom: 30px;
}

.auss-part2 .parket-wrap .parket-item .img-wrap {
}

.auss-part2 .parket-wrap .parket-item .img-wrap img {
    max-width: 100%;
}

.auss-part2 .parket-wrap .parket-item .title {
    font-size: 13px;
    font-style: italic;
}

.auss-part2 .parket-wrap .parket-item .subtitle {
    font-size: 9px;
    font-style: italic;
}

.auss-part2 .content {
    padding-top: 0;
    padding-bottom: 284px;
    margin-top: -135px;
}

.auss-part2 .headerbild-logo {
    position: absolute;
    right: 0;
    top: -35%;
    width: auto;
    height: 100%;
    min-height: 100%;
}

.auss-part2 .content .sub-title {
    position: relative;
}

.auss-part2 .content .text {
    max-width: 676px;
}

.auss-part2 .content .sub-title .quota-img img {
    position: absolute;
    width: 195px;
    left: -117px;
    top: 4px;
}

.auss-part2 .content .sub-title h3 {
    margin-bottom: 10px;
    position: relative;
}

.auss-part2 .aps-img1 img {
    position: absolute;
    left: 1px;
    max-width: 840px;
    top: -200px;
}

/*.auss-part3 {
    background-color: #7693B5;
    padding: 357px 0 16px 0;
    position: relative;
    margin-top: -282px;
}

.auss-part3 .container {
    max-width: 1852px;
}

.auss-part3 .content {
    padding-top: 0;
    padding-right: 0;
    text-align: right;
    float: right;
}

.auss-part3 .content .sub-title {
    position: relative;
}

.auss-part3 .content .text {
}

.auss-part3 .content.content1 {
    max-width: 433px;
}*/

.individual {
    margin-left: 100px;
}

/*
.auss-part3 .content.content2 {
    !* padding-top: 700px; *!
    padding-right: 105px;
    padding-bottom: 20px;
}

.auss-part3 .content .title img {
    width: 50px;
    padding: 20px 0;
}

.auss-part3 .content .sub-title h3 {
    margin-bottom: 10px;
    position: relative;
}

.auss-part3 .aps-img1 img {
    position: absolute;
    left: 0;
    max-width: 975px;
    bottom: 292px;
}

.auss-part3 .aps-img2 img {
    position: absolute;
    right: 140px;
    max-width: 890px;
    bottom: 465px;
}

.auss-part3 .box-text {
    background: url(../content/5_Ausstattung/schischi_verbindung_zweier_welten.svg) no-repeat center right;
    background-size: cover;
    color: #fff;
    padding: 209px 30px 18px 30px;
    max-width: 360px;
    position: absolute;
    bottom: 292px;
    z-index: 9;
    left: 768px;
}

.auss-part3 .box-text h3 {
    font-size: 25px;
    max-width: 200px;
    margin-bottom: 10px;
}

.auss-part3 .box-text p {
    font-size: 12px;
}
*/

.auss-part4 {
    /*  background-color: #7693B5;
     padding: 0;
     text-align: right;
     margin-top: -48px;
     margin-bottom: -37px;
    z-index: 99; */
}

.auss-part4 {
    text-align: right;
}

.auss-part4 .aps-img1.aps-img {
    position: absolute;
    left: 0;
}

.auss-part4 .col-md-5 {
    padding-top: 130px;
}

.auss-part4 .new-part .container {
    max-width: 100%;
}

.auss-part4 .new-part {
    text-align: left;
    padding-bottom: 106px;
    /* padding-top: 95px; */
}

.auss-part4 .new-part .new-image {
}

.auss-part4 .new-part .new-image img {
    max-width: 100%;
    position: relative;
    left: -15px;
}

.auss-part4 .new-part .sub-title {
    margin-top: 120px;
}

.auss-part4 .new-part .text {
}

.auss-part4 .new-tiers-content {
    margin-right: 128px;
    padding-bottom: 200px;
    padding-top: 15px;
}

@media (max-width: 1300px) {
    .auss-part4 .new-tiers-content {
        margin-right: 0px;
    }

}

.auss-part4 .new-tiers-content .tiers-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: 40px;
}

.auss-part4 .new-tiers-content .tiers-wrap .item-tiers {
    flex: 0 0 auto;
    width: 100%;
    padding: 14px;
    margin-right: 160px;
}

.fliesen {
    max-width: 190px;
    height: 120px;
    margin-top: 50px;
    border: solid 1px rgba(0, 0, 0, 0.42);
}


.auss-part4 .new-tiers-content .tiers-wrap .item-tiers .img-tiers {
    margin-bottom: 10px;
}

.auss-part4 .new-tiers-content .tiers-wrap .item-tiers .img-tiers img {
    max-width: 300px;
}

.auss-part4 .new-tiers-content .tiers-wrap .item-tiers .text {
    font-size: 13px;
    font-style: italic;
    line-height: 1;
}

.auss-part4.part22 {
    background-color: #ffffff;
}

.auss-part4 .container {
    max-width: 1722px;
}

.auss-part4 .container.part2 {

    max-width: 1864px;

    /* margin-top: 163px; */
}

.auss-part4 .content.content1 {
    padding-top: 205px;
    padding-bottom: 0;
    padding-right: 120px;
    padding-bottom: 200px;
}

.auss-placeholder {
    height: 20px;
    background: #fff;
}

@media (max-width: 1300px) {
    .auss-part4 .content.content1 {
        margin-bottom: 80px;
    }
}

.auss-part4 .content.content2 {
    padding-top: 109px;
    padding-bottom: 0;
    padding-right: 83px;
    text-align: left;
}

.auss-part4 .content .sub-title {
    position: relative;
}

.auss-part4 .aps-img1.aps-imgs {
    position: absolute;
    left: 0;
}

@media (max-width: 767px) {
    .zweifliesen {
        display: flex;
        gap: 10px;
        margin-bottom: 60px;
        flex-wrap: wrap;
    }

    .fliesen {
        max-width: 200px;
        margin-top: 10px;
        height: auto;
    }
}

.auss-part4 .new-tiers-content .tiers-wrap {
    margin-left: 0;
}


@media (min-width: 1731px) {
    .lage-part2 .aps-img2 img {
        max-width: 46%;
    }
}

.auss-part4 .sub-title {
    padding-bottom: 10px;
}

.auss-part4 .text {
    padding-bottom: 20px;
}

.auss-part4 .content .sub-title h3 {
    margin-bottom: 10px;
    position: relative;
}

.auss-part4 .aps-img1 img {

    right: 0;
    max-width: 1040px;
    margin-bottom: 80px;
}

.auss-part4 .aps-img2 img {
    width: 100%;
    max-height: 500px;
    text-align: left;
    float: right;
    object-fit: cover;
    z-index: 9;
    display: block;
    position: relative;
    max-width: 90%;
    margin-top: -60px;
}

.auss-part4 .aps-img3 {
    padding-right: 50px;
    margin-top: -90px;
}

.auss-part4 .aps-img3 img {
    max-width: 650px;
}

.auss-part4 h3 {
    font-size: 26px;
}

.auss-part4 .wrapper2 {
    padding-top: 200px;
}

.auss-part4 .container.part2 .cont-parallax1 {
    height: 800px !important;
    margin-top: -45px;
}

.auss-part4 .container.part2 .cont-parallax2 {
    height: 900px;
}

.auss-part4 .text-img {
    padding-left: 111px;
    padding-top: 0;
}

.auss-part4 .text-img h3 {

    margin-bottom: 25px;
}

.auss-part4 .text-img img {
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 28px;
}

.auss-part4 .text-img h4 {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 0;
    font-weight: 400;
}

.auss-part4 .text-img p {
    max-width: 564px;
}

.auss-part4 .text-img p span {
    color: #8a7f7d;
    font-style: italic;
    font-size: 12px;
}

.auss-part5 {
    background-color: #efdcd3;
    padding: 172px 0 30px 0;
}

.auss-part5 .content {
    padding-top: 120px;
    padding-bottom: 284px;
    padding-left: 265px;
}

.auss-part5 .content .sub-title {
    position: relative;
    margin-bottom: 10px;
}

.auss-part5 .content .text {

    max-width: 440px;

}

.auss-part5 .container {
    max-width: 100%;
}

.auss-part5 .keramik-wrap {
    position: relative;
    float: right;
    margin-bottom: 78px;
}

.auss-part5 .keramik-wrap .text {
    color: #9b9190;
    font-weight: 700;
    font-size: 27px;
    position: absolute;
    left: 18px;
    bottom: 48px;
    transform-origin: bottom left;
    -ms-transform: rotate(270deg);
    /* IE 9 */
    -moz-transform: rotate(270deg);
    /* Firefox */
    -webkit-transform: rotate(270deg);
    /* Safari and Chrome */
    -o-transform: rotate(270deg);
    /* Opera */
    transform: rotate(270deg);
    /* Standards */
    text-align: left;
    width: 198px;
}

.auss-part5 .keramik-wrap .items {
}

.auss-part5 .keramik-wrap .items .item {
    display: inline-block;
    margin-left: 30px;
}

.auss-part5 .keramik-wrap .items .item img {

    max-width: 100%;

    margin-bottom: 5px;
}

.auss-part5 .keramik-wrap .items .item .title {
    font-size: 13px;
    font-style: italic;
}

.auss-part5 .keramik-wrap .items .item .subtitle {
    font-size: 9px;
    font-style: italic;
    color: #8a7f7d;
}

.auss-part6 {
    background-color: #ffffff;
    padding: 0px 0 0px 0;
    position: relative;
}

.auss-part6 .content {
    padding-top: 252px;
    padding-bottom: 181px;
    padding-left: 23px;
}

.auss-part6 .content .sub-title {
    position: relative;
    margin-bottom: 10px;
}

.auss-part6 .content .text {

    max-width: 440px;

}

.auss-part6 .container {
    max-width: 1300px;
}

.auss-part6 .keramik-wrap {
    position: relative;
    margin-bottom: 78px;
}

.auss-part6 .keramik-wrap .text {
    color: #9b9190;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 40px;
}

.auss-part6 .keramik-wrap .items {
}

.auss-part6 .keramik-wrap .items .item {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 70px;
}

.auss-part6 .keramik-wrap .items .item img {
    max-width: 100%;
    margin-bottom: 5px;
}

.auss-part6 .keramik-wrap .items .item .title {
    font-size: 13px;
    font-style: italic;
}

.auss-part6 .keramik-wrap .items .item .subtitle {
    font-size: 9px;
    font-style: italic;
    color: #8a7f7d;
}

.auss-part6 .last-line {
    color: #8a7f7d;
    font-size: 9px;
    font-style: italic
}

.auss-part6 .white-bg {
    height: 641px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    bottom: -54px;
}

.auss-part6 .aps-img1 img {
    position: absolute;
    right: 0;
    max-width: 975px;
    bottom: 0;
}

.contact-part1 {
    background-color: #fff;
    padding: 55px 0 200px 0;
    color: #000;
}

.contact-part1 ::placeholder {
    color: #000;
    font-weight: 500;
}

.contact-part1 .slogan h3 {
    font-family: "Vlatcho";
    font-weight: 500;
}

.contact-part1 .content {
    padding: 100px 0 190px 0;
}

.contact-part1 .content .sub-title .quota-img img {
    position: absolute;
    width: 195px;
    left: -105px;
    top: -15px;
}

.contact-part1 .content .sub-title {
    position: relative;
}

.contact-part1 .content .text {

    max-width: 440px;

}

.contact-part1 .content .sub-title h3 {
    margin-bottom: 75px;
    position: relative;
}

.contact-part1 .aps-img1 img {
    position: absolute;
    right: 0;
    max-width: 975px;
}

.contact-part1 .contact-person .title {
    display: none
}

.big-number {
    font-size: 230px;
    color: #7693b5;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

.contact-part2 {
    background-color: #fff;
    padding: 55px 0 0 0;
}

.contact-part2 .content {
    padding-top: 0;
    padding-bottom: 180px;
    max-width: 500px;
    padding-left: 30px;
}

.contact-part2 .content .sub-title {
    position: relative;
    margin-bottom: 10px;
}

.contact-part2 .content .text {
    max-width: 440px;

}

.contact-part2 .content .big-number {
    left: -169px;
}

.contact-part2 .aps-img1 img {
    position: absolute;
    left: 127px;
    max-width: 975px;
}

.contact-part3 {
    background-color: #fff;
    padding: 179px 0 87px 0;
    position: relative;
}

.contact-part3 .content.content1 {
    padding-top: 326px;
    padding-bottom: 0;
    max-width: 500px;
    padding-left: 75px;
}

.contact-part3 .content.content2 {
    padding-top: 109px;
    padding-bottom: 284px;
    max-width: 500px;
    padding-left: 30px;
    position: relative;
    z-index: 9;
}

.contact-part3 .container {

    max-width: 1664px;
}

.contact-part3 .content .sub-title {
    position: relative;
    margin-bottom: 10px;
}

.contact-part3 .content .text {
    max-width: 440px;

}

.contact-part3 .content.content1 .big-number {
    left: -181px;
}

.contact-part3 .content.content2 .big-number {
}

.contact-part3 .aps-img1 img {
    position: absolute;
    left: 0;
    max-width: 760px;
}

.contact-part3 .aps-img2 img {
    position: absolute;
    right: 0;
    max-width: 975px;
    top: -193px;
}

.contact-part3 .cont-parallax1 {
    width: 401px;
    float: right;
    height: 243px !important;
}

.contact-part3 .cont-parallax2 {
    height: 310px !important;
}

.contact-part4 {
    background-color: #fff;
    padding: 0 0 41px 0;
    position: relative;
}

.contact-part4 .content.content1 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 399px;
    margin-top: -57px;
    max-width: 898px;
}

.contact-part4 .content.content2 {
    padding-top: 0;
    padding-bottom: 284px;
    /* max-width: 558px; */
    padding-left: 177px;
    margin-top: -141px;
}

.contact-part4 .container {
    max-width: 1800px;
}

.contact-part4 .content .sub-title {
    position: relative;
    margin-bottom: 10px;
}

.contact-part4 .content .text {
}

.contact-part4 .content.content1 .big-number {
    left: -323px;
    top: 176px;
}

.contact-part4 .content.content2 .big-number {
}

.contact-part5 {
    background-color: #112e4d;
    padding: 0 0 78px 0;
    position: relative;
    color: #7693b5;
}

.contact-part5 .content.content1 {
    padding-top: 121px;
    padding-bottom: 0;
    padding-left: 119px;
    margin-top: -57px;
}

.contact-part5 .content.content2 {
    padding-top: 28px;
    padding-bottom: 284px;
    max-width: 500px;
    padding-left: 30px;
    margin-top: -141px;
}

.contact-part5 .container {
    max-width: 1800px;
}

.contact-part5 .content .sub-title {
    position: relative;
    margin-bottom: 10px;
}

.contact-part5 .content .text {
    max-width: 440px;

}

.contact-part5 .content.content1 .big-number {
    left: -181px;
    top: 0;
}

.contact-part5 .content.content2 .big-number {
    text-align: right;
    right: -90px;
    z-index: 9;
}

.contact-part5 .aps-img1 img {
    position: absolute;
    max-width: 400px;
    padding-left: 79px;
    top: -80px;
}

.contact-part5 .aps-img2 img {
    position: absolute;
    right: 0;
    max-width: 975px;
    top: -240px;
}

.contact-part6 {
    background-color: #112e4d;
    padding: 0 0 74px 0;
    position: relative;
    color: #7693b5;
}

.contact-part6 .content.content1 {
    padding-bottom: 0;
    padding-left: 422px;
    margin-bottom: 107px;
    margin-top: -275px;
    /* margin-top: 0; */
}

.contact-part6 .content.content2 {
    padding-top: 28px;
    padding-bottom: 0;
    padding-left: 166px;
    margin-top: 69px;
    max-width: 778px;
}

.contact-part6 .container {
    max-width: 100%;
}

.contact-part6 .content .sub-title {
    position: relative;
    margin-bottom: 10px;
}

.contact-part6 .content .text {
}

.contact-part6 .content.content1 .big-number {
    left: -307px;
    top: 179px;
}

.contact-part6 .content.content2 .big-number {
    z-index: 9;
}

.contact-part7 {
    background-color: #fff;
    padding: 0 0 78px 0;
    position: relative;
}

.contact-part7 .content.content1 {
    padding-bottom: 0;
    padding-left: 119px;
    margin-top: -154px;
    margin-bottom: 152px;
}

.contact-part7 .content.content2 {
    padding-top: 393px;
    max-width: 646px;
    padding-left: 150px;
    margin-top: -141px;
}

.contact-part7 .container {
    max-width: 1800px;
}

.contact-part7 .content .sub-title {
    position: relative;
    margin-bottom: 10px;
}

.contact-part7 .content .text {
    max-width: 601px;
}

.contact-part7 .content.content1 .big-number {
    /* left: -181px; */
    top: 0;
}

.contact-part7 .content.content2 .big-number {
    /* text-align: right; */
    /* right: -90px; */
    z-index: 9;
}

.contact-part7 .aps-img1 img {

    position: relative;

    left: 116px;

    max-width: 100%;
}

.contact-part7 .aps-img2 img {
    position: absolute;
    right: 0;
    max-width: 975px;
    top: 87px;
}

.contact-part7 .cont-parallax1 {
    margin-left: 122px;
    height: 350px !important;
}

.contact-part7 .cont-parallax2 {
    height: 500px
}

.contact-info {
    background-color: #fff;
    padding-bottom: 25px;
    display: none !important;
}

.contact-info .wrap-content {
    padding: 20px;
}

.contact-info .wrap-content .part1 {
    background-color: #d4c1b8;
    font-size: 27px;
    text-align: center;
    padding: 130px 15px;
    margin-bottom: 45px;
}

.contact-info .wrap-content .part1 .title {
    font-weight: 700;
}

.contact-info .wrap-content .part1 .text {
    max-width: 710px;
    margin: 0 auto;
}

.contact-info .wrap-content .part2 {
}

.contact-info .wrap-content .map-img {
}

.contact-info .wrap-content .map-img img {
    width: 100%;
}

.quform-theme-light-light .quform-submit button {
    background: #112e4d !important;
    color: #fff !important;
    border-color: #112e4d !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    font-family: "Avenir";
}

.quform-theme-light-light .quform-elements .quform-element-text input {
    font-size: 18px !important;
}

.quform-theme-light-light .quform-submit button:hover {
    background: #7693b5 !important;
}

.content-full-wrap {
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}

.popup-info-svg {
    background-color: #f0f0f0;
    padding: 15px;
    line-height: 1.5
}

.popup-info-svg .name {
    font-weight: 700;
    font-size: 18px;
}

.popup-info-svg .livingarea {
    font-size: 18px;
}

@media (max-height: 650px) {
    .video-header .padd-wrap {
        /* height: 650px !important; */
    }
}

@media (max-height: 790px) {
    .header-bg-img {
        height: 790px !important;
    }
}

@media (min-width: 1921px) {
    footer .big-text {
        font-size: 140px;
    }
}

@media (max-width: 1870px) {
    .contact-part2 .aps-img1 img {

        max-width: 734px;

        left: 0;
    }
}

@media (max-width: 1680px) {
    .home-part1 .aps-img1 img {
        max-width: 734px;
        left: 0;
        padding-bottom: 0px;
    }
}

@media (max-width: 1780px) {
    .contact-part5 .aps-img2 img {

        max-width: 525px;

        top: -80px;
    }

    .lage-part5 .aps-img1 img {
        display: none;
    }

    .boot-part1 .aps-img1 img {
        max-width: 750px;
    }

    .boot-part1 .content {

        padding-top: 0;
    }

    .auss-part1 .aps-img1 img {

        max-width: 750px;
    }
}

@media (max-width: 1730px) {

    .lage-part7 .aps-img3 img {

        max-width: 700px;
    }

    .lage-part7 .aps-img2 img {

        max-width: 482px;

        top: -65px;
    }

    .lage-part2 .aps-img2 img {
        max-width: 560px;
    }

    .lage-part3 .aps-img2 img {
        max-width: 400px;
        top: -80px;
    }

    .lage-part3 .aps-img3 img {
        max-width: 500px;
    }

    .lage-part4 .aps-img2 img {
        max-width: 800px
    }

    .lage-part4 .container.part2 {
        /* padding-top: 373px; */
    }

    .lage-part4 .aps-img3 img {
        max-width: 700px;
    }

    .lage-part2 .aps-img1 img {
        max-width: 700px;
    }
}

@media (max-width: 1700px) {
    .standard-content.realty .text-content .view-change .view-select .item {
        padding: 7px 10px;
    }

    .contact-part5 .aps-img1 img {

        max-width: 400px;

        top: -9px;
    }

    .contact-part3 .aps-img1 img {

        max-width: 531px;
    }

    .auss-part6 .aps-img1 img {

        max-width: 800px;
    }

    .auss-part4 .aps-img1 img {
        max-width: 805px;
    }

    .lage-part5 .aps-img2 img {

        max-width: 750px;

        top: -40px;
    }


    .home-part3 .aps-img1 img {
        max-width: 762px;
    }

    .home-part5 .aps-img1 img {
        max-width: 562px;
    }

    .home-part5 .aps-color {
        width: 350px;
    }

    .home-part5 {
        min-height: 1254px;
    }
}

@media (max-width: 1600px) {
    .home-part1.lage1 .content {
        padding-top: 30px;
    }

    .lage-part7 .aps-img4 img {

        max-width: 900px;

    }

    .auss-part1 .content .sub-title .quota-img img {

    }

    .contact-part5 .aps-img2 img {

        max-width: 400px;

        margin-top: 10px;
    }

    .auss-part5 .content {

        padding-left: 0;
    }

    /*
    .auss-part3 .box-text {

        left: 400px;
    }

    .auss-part3 .aps-img2 img {

        max-width: 700px;

        bottom: 590px;

        right: 0;
    }
    */
    .auss-part2 .aps-img1 img {

        max-width: 660px;
        top: -16px;
    }

    .boot-part2 .aps-img1 img {

        max-width: 400px;
    }

    .lage-part6 .aps-img1 img {

        max-width: 646px;
    }

    .lage-part6 .aps-img4 img {
        max-width: 500px;
    }

    .lage-part6 .aps-img2 img {

        max-width: 400px;
    }

    .popup-content .content-wrap {
        padding-left: 0;
    }

    .place-content .place-image .aps-place {
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
    }

    .auss-part1.new-part .content {
        margin-top: 230px;
    }

    .auss-part1.new-part .acrh-wrap {
        margin-top: 260px;
    }
}

@media (max-width: 1500px) {
    .contact-part3 .aps-img1 img {

        max-width: 431px;
    }

    . .big-number {
        left: 0 !important;
        top: auto !important;
    }

    .auss-part1 .aps-img1 img {

        max-width: 650px;
    }

    .standard-content.realty .svg-map-wrap svg {
        height: 609px;
    }

    .standard-content.realty .text-content {
        max-width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .standard-content.realty .svg-map-wrap.small {
        margin-left: 0;
        padding: 50px;
    }

    .lage-part7 .aps-img3 img {

        max-width: 650px;
    }

    .lage-part7 .aps-img2 img {

        max-width: 505px;

        top: -65px;
    }

    .lage-part7 .aps-img1 img {

        max-width: 399px;

        left: 0;
    }
}

@media (max-width: 1300px) {
    .auss-part2 {
        padding-bottom: 50px;
    }

    .auss-part4 .container.part2 .cont-parallax1 {
        margin-top: 30px;
    }

    .lage-part6 {
        padding: 0;
    }

    .lage-part7 .content.content1 {
        padding-left: 0
    }

    .contact-part7 .content.content2 {

        padding-left: 0;

        padding-top: 166px;
    }

    .contact-part5 .content.content1 {

        padding-left: 50px;
    }

    .contact-part6 .content.content1 {
        padding-left: 50px;
        margin-top: 0;
    }

    .contact-part6 .content.content1 .big-number {
        left: 0;
        top: 0
    }

    .contact-part5 .content.content1 .big-number {

        left: 0;
    }

    .contact-part3 .content.content2 {

        padding-top: 40px;

        padding-bottom: 85px;
    }

    .contact-part3 {

        padding: 50px 0 50px 0;
    }

    .contact-part2 .content {

        padding-bottom: 40px;
    }

    .auss-part4 .content.content1 {
        padding: 0;
    }

    /*
    .auss-part3 .aps-img1 img {

        bottom: 200px;
    }
    */
    .auss-part2 .content {
        padding-bottom: 40px;
    }

    .auss-part2 .content .sub-title .quota-img img {
        width: 90px;
        left: -60px;
    }

    .auss-part1 {
        padding: 50px 0 50px 0;
    }

    .auss-part1 .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .auss-part1 .content .sub-title .quota-img img {

        width: 90px;

    }

    .boot-part3 .content {

        padding-left: 0;
    }

    .parallax-pic-text.bootshaus {

        padding: 90px 90px 0px 90px;
    }

    .boot-part2 {

        padding: 40px 0;
    }

    .boot-part2 .cont-parallax1 {

        margin-bottom: 40px;
    }

    .lage-part6 .aps-img3 img {
        display: none
    }

    .lage-part6 .content.content3 {

        padding-top: 51px;

        padding-left: 0;
    }

    .lage-part6 .content.content2 {

        padding-top: 52px;
    }

    .lage-part5 .content.content3 {

        padding-top: 321px;
    }

    .lage-part5 .aps-img2 img {

        max-width: 650px;

    }

    .aps-imgs img {
        position: static !important;
        max-width: 100% !important;
    }

    .lage-part6 .aps-img1 img {
        margin-top: 0;
    }

    .h2,
    h2 {
        font-size: 40px;
        font-weight: 700;
    }

    .place-content .content .sub-title .quota-img img {
        width: 80px;
        left: -36px;
    }

    .lage-part2 .part2 {
        padding-top: 141px;
    }

    .lage-part4 .aps-img1 img {
        margin-bottom: 50px
    }

    .lage-part4 .container.part2 {
        padding-top: 100px;
    }
}

@media (max-width: 1199px) {
    .contact-part4 .content.content2 {

        padding-left: 60px;
    }

    .lage-part5 .cont-parallax1 {
        height: 625px !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .contact-part2 .content .big-number {
        left: -109px;
    }

    .contact-part1 .content .sub-title .quota-img img {

        width: 90px;

        left: -33px;
    }

    /*    .auss-part3 .aps-img2 img {

            max-width: 550px;
        }

        .auss-part3 .aps-img1 img {
            max-width: 558px;
            margin-bottom: 30px;
        }*/
    .lage-part6 .content.content1 {

        padding-top: 0;
    }

    .lage-part6 .container.part1 .col-xl-7 {
        order: 2
    }

    .lage-part7 .content.content4 {

        padding-top: 42px;
    }

    .lage-part7 .content.content3 {

        padding-top: 40px;
    }

    .lage-part6 {
        padding: 100px 0 100px 0;
    }

    .lage-part5 .content.content3 {

        padding-top: 30px;

        padding-left: 0;
    }

    .lage-part5 .container.part2 {

        max-width: 960px;

        margin-top: 30px;
    }

    .lage-part5 .container.part2 .col-xl-5 {
        order: 2
    }

    .aps-imgs2 img {
        position: static !important;
        max-width: 100% !important;
    }

    .standard-content.realty .svg-map-wrap svg {
        height: 463px;
    }

    .place-content .place-image .aps-place {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }

    .video-header .padd-wrap {
        /* height: 650px !important; */
    }

    footer .big-text {
        margin-bottom: -10px;
    }

    .header-bg-img .content .text h2 {
        font-size: 50px;
    }

    .header-bg-img .content .text img {
        width: 49px;
        padding: 10px 0;
    }
}

@media (max-width: 1100px) {
}

@media (max-width: 991px) {
    .auss-part4 .new-tiers-content .tiers-wrap .item-tiers .text {
        font-size: 10px;
    }

    .home-part2 {
        padding-top: 10px;
    }

    .parallax-pic-text .main-wrap {
        padding-bottom: 40px;
    }

    .parallax-pic-text .new-icons-wrap .item-icon .img-wrap img {
        max-width: 69px;
    }

    .parallax-pic-text .new-icons-wrap .item-icon .img-wrap {
        min-height: 100px;
    }

    .parallax-pic-text .new-icons-wrap .item-icon {
        width: 50%;
        margin-bottom: 50px;
    }

    .video-header .content .logo-sm img {
        width: 100px;
    }

    .auss-part4 {
        padding-bottom: 30px;
    }

    .popup-info-svg {
        display: none;
    }

    .lage-part3 .cont-parallax1 {
        margin-top: -61px;
    }

    .contact-part1 .content {

        padding-bottom: 20px;

        padding-top: 0;

        padding-left: 20px;
    }

    .lage-part7 .container.part2 .order2 {
        order: 2;
    }

    .h1,
    h1 {
        font-size: 45px;
        margin-bottom: 0.9rem;
    }

    .auss-part1 .content {
        padding-top: 0;
    }


    .contact-part1 {

        padding: 55px 0 0 0;
    }

    .contact-part7 {

        padding: 0 0 35px 0;
    }

    .contact-info .wrap-content .part1 {

        padding: 45px 15px;

        font-size: 20px;
    }

    .contact-part7 .content.content2 {
        max-width: 100%
    }

    .contact-part7 .cont-parallax1 {

        margin-left: 0;

        margin-bottom: 50px;
    }

    .contact-part7 .content .text {
        max-width: 100%
    }

    .contact-part7 .content.content1 {

        padding-left: 0;

        margin-top: 20px;

        margin-bottom: 55px;
    }

    .contact-part5 {

        padding: 0px 0 43px 0;
    }

    .big-number {

        font-size: 150px;
    }

    .contact-part6 .content.content2 {

        padding-left: 0;

        padding-top: 20px;

        margin-top: 10px;
    }

    .contact-part3 .content .text {
        max-width: 100%
    }

    .contact-part5 .aps-img1 img {

        padding-left: 0;

        top: 0;
    }

    .contact-part5 .content .text {
        max-width: 100%
    }

    .contact-part6 .content.content1 {
        padding-left: 15px;
        margin-bottom: 55px;
    }

    .contact-part5 .content.content1 {
        padding-left: 0;
        padding-top: 75px;
    }

    .contact-part5 .content.content2 {

        padding-left: 0;

        max-width: 100%;

        padding-bottom: 50px;

        margin-top: -96px;
    }

    .contact-part3 .cont-parallax1 {

        margin-top: 50px;

        float: none;
    }

    .contact-part2 .content {

        padding-left: 0;
    }


    .contact-part5 .content.content2 .big-number {

        text-align: left;

        right: 0;
    }

    .contact-part4 .content.content1 .big-number {

        left: 0;

        top: 0;
    }

    .contact-part3 .content.content1 .big-number,
    .contact-part2 .content .big-number {
        left: 0
    }

    .contact-part3 .content.content2 {

        padding-left: 0;

        max-width: 100%;

        padding-bottom: 20px;
    }

    .contact-part4 .content.content1 {

        padding-left: 0;

        margin-top: 0;
    }

    .contact-part3 .content.content1 {

        padding-left: 0;

        padding-top: 50px;

        max-width: 100%;
    }

    .contact-part4 .content.content2 {

        padding-top: 0;

        padding-left: 0;

        margin-top: 0;

        padding-bottom: 40px;
    }

    .order2 {
        order: 2;
    }

    .order1 {
        order: 1;
    }

    .order3 {
        order: 3;
    }

    .auss-part5 .keramik-wrap {
        margin-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .auss-part6 .keramik-wrap {

        margin-bottom: 0;
    }

    .auss-part6 .keramik-wrap .text {

        margin-bottom: 5px;
    }

    .auss-part6 .content {
        padding-top: 40px;
        padding-left: 0;
        padding-bottom: 50px;
    }

    .auss-part5 .keramik-wrap .items .item {
        margin-bottom: 20px;
        margin-left: 0;
    }

    .auss-part5 .keramik-wrap .text {

        transform: none;

        position: static;

        padding-left: 0;
    }

    .auss-part5 .content {

        padding-top: 40px;

        padding-bottom: 35px;
    }

    .auss-part5 {

        padding: 50px 0 0px 0;
    }

    .auss-part3 .box-text {

        position: static;

        width: 100%;

        max-width: 100%;

        margin-bottom: 30px;
    }

    /*  .auss-part3 .content.content2 {

          padding-top: 0;

          padding-right: 0;
      }*/
    .aps-imgs3 img {
        position: static !important;
        max-width: 100% !important;
    }

    .auss-part2 {

        padding: 50px 0;
    }

    /* .auss-part3 {
         margin-top: 0;
         padding: 20px 0 10px 0;
     }*/
    .boot-part3 {

        padding: 50px 0 50px 0;
    }

    .boot-part1 .content .sub-title .quota-img img {
        width: 94px;
        left: -38px;
    }

    .boot-part1 .content {
        padding-left: 22px;
        padding-bottom: 25px;
    }

    .boot-part2 .content .sub-title .quota-img img {
        width: 94px;
        left: -39px;
        top: 31px;
    }

    .boot-part2 .content {

        padding-top: 0;

        padding-left: 25px;

        padding-bottom: 35px;
    }

    .lage-part5 .content.content3 {
        padding-top: 10px;

    }

    .lage-part6 {
        padding: 50px 0 0px 0;
    }

    .lage-part5 {

        padding: 50px 0 50px 0;
    }

    .lage-more-btn {

        padding-bottom: 80px;
    }

    .popup-content {
        padding: 50px 12px;
    }

    .popup-content .content-wrap {
        padding-right: 0;
        padding-top: 30px;
    }

    .popup-content .back-text {
        top: 0;
        right: 10px;
    }

    .popup-content .in-content {
        padding: 5px;
    }

    .popup-content .images-map img {
        margin: 50px 0;
        padding: 15px;
    }

    .popup-content .title h1 {
        font-size: 30px;
    }

    .popup-content .col-lg-7 {
        /* order: 2 */
    }

    .popup-content .images-map {
        display: none;
    }

    .popup-content .carousel-item {
        aspect-ratio: 16/9;
    }

    .popup-content .carousel-item img {
        width: 100% !important;
        height: auto;
        max-height: 100%;
    }

    .standard-content.realty .svg-map-wrap.small .aps-img1 img {
        width: 48px;
    }

    .standard-content.realty .svg-map-wrap.small .aps-img2 img {
        width: 80px;
    }

    .standard-content.realty .svg-map-wrap.small {
        padding-bottom: 58px;
        padding-left: 0;
        padding-right: 0;
    }

    .standard-content.realty .container.maps {
        margin-bottom: 50px;
    }

    table.dataTable {
        font-size: 13px !important;
        min-width: 641px;
    }

    table.dataTable thead span {
        background-size: 9px !important;
        background-position: right 4px !important;
    }

    .standard-content {
        padding: 50px 0;
    }

    .lage-part3,
    .lage-part4 {
        padding: 50px 0;
    }

    .standard-content.realty .container.maps .col-lg-8 {
        order: 2;
    }

    .standard-content.realty .container.maps .col-lg-4 {
    }

    .standard-content.realty .text-content .floor-select .flors .text {
        opacity: 1
    }

    .standard-content.realty .text-content .floor-select {
        margin-top: 30px;
    }

    .place-content {
        padding: 0 0 50px 0;
    }

    .place-content .content {
        float: none;
        max-width: 100%;
        padding-top: 31px;
        margin-bottom: 40px;
        margin-right: 0;
        padding-left: 0;
    }

    .place-content .part2 .content {
        padding-top: 35px;
        margin-right: 0;
    }

    .place-content .part2 .col-lg-5 {
        order: 1;
    }

    .place-content .part2 .col-lg-7 {
        order: 2;
    }

    .place-content .container.part2 {
        margin-top: 20px;
    }

    .place-content .content .sub-title .quota-img img {
        width: 94px;
        left: -39px;
        top: 31px;
    }

    .place-content .place-image .aps-place .hidde-text {
        font-size: 14px
    }

    .lage-part2 {
        padding: 0 0;
    }

    .lage-part2 .part1 .content {

        padding-left: 0px;
    }

    .navbar-light .navbar-nav li.active .nav-link:after {
        display: none
    }

    .header-bg-img {
        height: 597px !important;
    }

    footer .nav-f ul li {
        display: block;
        padding: 0;
    }

    footer .nav-f ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .nav-f ul li .more-info {
        position: static;
        /* display: block; */
        text-align: center;
        padding: 10px 0;
    }

    footer .big-text {
        margin-bottom: -3px;
    }

    .home-part4 .content {
        padding-left: 10px;
    }

    .home-part1 .content {
        padding-top: 50px;
        padding-left: 0;
    }

    .home-part2 .content {
        padding-bottom: 50px;
        margin-right: 50px;
        margin-top: 50px;

    }


    .home-part4 .content .sub-title .quota-img img {
        width: 80px;
        left: -40px;
    }

    .home-part3 .content .sub-title .quota-img img {
        width: 80px;
        left: 50px;
    }

    .home-part2 .content .sub-title .quota-img img {
        width: 80px;
        left: -25px;
    }

    .boot-part1 {

        padding: 50px 0 0 0;
    }

    .boot-part1 .content .sub-title h3 {
        font-size: 33px
    }

    .boot-part1 .content .sub-title {

        margin-bottom: 24px;
    }

    .h3,
    h3 {
        font-size: 26px;
        margin-bottom: 10px !important;
    }

    .home-part3 .content {
        padding-top: 28px;
        margin-right: 0;
    }

    .home-part5 .aps-color {
        width: 90px;
        height: 70%
    }

    .home-part1 {
        padding: 50px 0 50px 0;
    }


    .video-header .content .logo-sm {
        margin-bottom: 25px;
    }

    .video-header .content h1 {
        font-size: 30px;
    }

    .video-header .content h2 {
        font-size: 21px;
    }

    .parallax-pic-text {
        padding: 50px 0;
        display: none;
    }

    body.home .parallax-pic-text {

        display: block;
    }

    body.home .parallax-pic-text .dzsparallaxer {
        display: none;
    }

    .home-part4 {
        padding: 50px 0;
    }

    .home-part5 {
        padding: 50px 0;
        min-height: auto;
    }

    .home-part3 {
        padding: 50px 0;
    }

    .dark-overly {
        display: block;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 9;
        top: 0;
        bottom: 0;
        background-color: #000000c4;
        right: -100%;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

    .dark-overly.active {
        right: 0;
    }

    .fixed-top {
        overflow: inherit;
        background: #fff;
    }

    .navbar-light #menu-main-menu-2.navbar-nav .nav-link {
        margin-left: 0
    }

    .navbar {
        padding: 9px 10px !important;
    }

    .navbar.top-nav-collapse .contakt-info,
    .navbar .contakt-info {
        top: 10px;
        right: 70px;
    }

    .logo a img,
    .top-nav-collapse .logo a img {
        width: 140px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: relative;
        top: 2px;
        left: 0;
    }

    .navbar {
        padding: 7px 10px;
        opacity: 1;
        background-color: #3d4246;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        height: auto;
    }

    .page-wrap {
        padding-top: 52px;
    }

    .navbar .contakt-info .search-part,
    .navbar .contakt-info .icons {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu li.active .dropdown-item {
        color: #b1291c;
    }

    .dropdown-item {
        padding: 3px 14px;
        font-size: 17px;
    }

    .dropdown-menu {
        padding: 0px 0 0px 0;
        position: static !important;
        display: block;
        text-align: left;
    }

    .navbar-light #menu-main-menu-2.navbar-nav .nav-link {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .navbar-nav .nav-link {
        font-size: 18px !important;
        line-height: 1.5;
        background: none !important;
    }

    .top-nav-collapse .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        padding: 11px 20px;
    }

    .navbar-collapse {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .navbar-light .navbar-nav li {
        margin-left: 0px;
    }

    .navbar-expand-lg .navbar-nav {
        /* padding-left: 13px; */
    }

    .navbar .contakt-info .direct-call a .icon img {
        width: 40px;
        margin: 0 17px;
    }

    .navbar.top-nav-collapse .contakt-info,
    .navbar .contakt-info {
        top: 10px;
        right: 70px;
    }

    .logo a {
        padding: 0 !important;
    }

    .logo a img,
    .top-nav-collapse .logo a img {
        width: 105px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: relative;
        top: 0;
        margin-bottom: 0;
    }

    .logo a span {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .menu-btn-close img {
        width: 100%;
    }

    .top-nav-collapse .menu-btn {
        /* top: -9px; */
    }

    .menu-btn {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        display: block;
        /* width: 32px; */
        /* height: 35px; */
        position: absolute;
        right: -13px;
        top: 15px;
        z-index: 999;
        top: -5px;
    }

    .menu-btn.active {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        display: block;
        background: url(../img/menu_white.png) no-repeat center;
        width: 61px;
        height: 63px;
        background-size: 61px;
        background-color: transparent;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        overflow-x: hidden;
        padding-top: 19px;
        transition: 0.5s;
        border-top: 0;
        display: block;
        margin-top: 61px;
        margin-bottom: 0;
        padding-top: 32px;
        padding-left: 0;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        padding-bottom: 50px;
        /* min-height: 650px; */
        background-color: #112e4d;
    }

    .navbar-light #menu-main-menu-2.navbar-nav .current-menu-parent > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link {
        border-bottom: none;
        color: #f3e0d7;
    }
}

@media (max-width: 767px) {
    .auss-part4 .new-part {
        padding-bottom: 50px;
    }

    .auss-part4 .new-part .sub-title {
        margin-top: 80px;
    }

    .auss-part4 .new-part .new-image img {
        left: 0;
        margin-top: 50px;
    }

    .auss-part1.new-part .acrh-wrap {
        padding-top: 0;
        display: block;
        margin-top: 40px;
    }

    .auss-part1.new-part .acrh-wrap .item-ac .img-wrap {
        padding-right: 0;
    }

    .auss-part1.new-part {
        padding-bottom: 43px;
    }

    .auss-part2 .parket-wrap {
        display: block;
    }

    .auss-part4 .new-tiers-content {
        padding-bottom: 50px;
        padding-top: 0;
    }

    .standard-content.realty .text-content .view-change .view-select .item {

        display: block;

        text-align: center;

        margin-bottom: 12px;
    }

    .lage-part7 .content.content4 {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .hotspot-lage {
        padding: 40px 0px;
    }

    .hotspot-lage .content {
        padding-left: 0;
    }

    footer .copy-text {
        top: inherit;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .lage-part5 .content.content1 {
        margin-right: 0;
        float: none
    }

    .lage-part3 .content.content1 {
        float: none;
        padding-right: 0;
    }

    .lage-part3 .cont-parallax1 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .contact-part3 .cont-parallax1 {

        float: none;

        width: 100%;
    }

    .auss-part4 .content.content2 {
        padding-right: 0;
        padding-top: 40px;
    }

    .auss-part4 .text-img p {
        max-width: 100%
    }

    .auss-part4 .text-img {

        padding-left: 0;
    }

    .auss-part4 .container.part2 {
        margin-top: 0;
    }

    .auss-part2 .content {
        padding-top: 0;
    }

    .auss-part2 .order2 {
        order: 2
    }

    .auss-part2 .order1 {
        order: 1;
        padding-left: 20px !important;
    }

    .auss-part2 .order1 .sub-title h2 {
        word-break: break-word;
        max-width: 100%;
        font-size: 30px;
    }

    @media (min-width: 1600px) {
        .auss-part2 .aps-img1 img {
            max-width: 800px;
        }
    }

    .boot-part3 .map-text {

        margin-left: 45px;

        margin-bottom: 20px;
    }

    .boot-part3 .map-text .text {

        font-size: 18px;

        top: 162px;
    }

    .boot-part3 {
        padding: 0px 0 50px 0;
    }

    .boot-part3 .content {

        padding-top: 0;

        padding-bottom: 30px;
    }

    .lage-part6 .container.part1 .col-md-7 {
        order: 2
    }

    .lage-part7 .content.content2 {

        padding-top: 40px;
    }

    .lage-part7 .content.content1 {

        padding-top: 0;

        padding-bottom: 10px;
    }

    .lage-part7 {
        padding: 40px 0 50px 0;
    }

    .lage-part6 .content.content2 {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .lage-part6 .aps-img3 img {
        padding-top: 40px;
    }

    .lage-part6 .content.content1 {

        padding-top: 0;
    }

    .lage-part6 .content.content3 {

        padding-top: 40px;
        padding-left: 0
    }

    body#page-top .cont-parallax1 {
        height: 250px !important;
        margin-bottom: 0px;
    }

    .lage-part5 .cont-parallax1 {
        margin-bottom: 0
    }

    body#page-top .cont-parallax2 {
        height: 400px;
        width: 100%;
    }

    .lage-part2 .part2 .content {
        padding-top: 30px;

        padding-left: 0px;
    }

    .lage-part2 .dzsparallaxer {

        margin-top: 0;
    }

    .lage-part2 .part1 .content {
        padding-top: 0
    }

    .lage-part4 .container.part2 {
        padding-top: 40px;
    }

    .lage-part3 .content.content3 {
        padding-top: 0;
    }

    .lage-part2 .part2 {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .lage-part3 .content.content2 {
        padding-top: 30px;
    }

    .lage-part4 .content.content2 {
        padding-top: 0;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .header-bg-img .content {
        left: 0;
        right: 0;
    }

    .header-bg-img .content .text h3 {
        margin-bottom: -20px;
        font-size: 16px;
        margin-top: 20px;
    }

    .header-bg-img .content .text h2 {
        font-size: 28px;
    }

    .header-bg-img .content {
        bottom: 0;
        padding-bottom: 10px;
    }

    .header-bg-img .content .text img {
        width: 28px;
        padding: 5px 0;
    }

    .header-bg-img {
        height: 490px !important;
    }

    .fixed-nav .nav-wrap .links.link1 a {
        background-size: 14px;
        background-position: center left 8px;
    }

    .fixed-nav .nav-wrap .links.link2 a {
        background-size: 20px;
        background-position: center left 6px;
    }

    .fixed-nav .nav-wrap .links.link3 a {
        background-size: 21px;
        background-position: center left 6px;
    }

    .fixed-nav .nav-wrap .links a {
        padding: 0px 35px 0px 55px;
    }

    .fixed-nav .nav-wrap {
        width: 30px;
    }

    .fixed-nav.active .nav-wrap .links a {
        right: 0 !important;

    }

    .home-part5 .content {
        padding-top: 0;
        padding-bottom: 50px;
        padding-left: 0;
        margin-right: 0;
    }

    .home-part4 .content {
        padding-top: 50px;
    }

    .home-part3 .content {
        padding-top: 0;
        padding-bottom: 50px;
        margin-right: 0;
    }

    .architektur .auss-part2 .content {
        margin-top: 0;
    }

    footer .social-icons a {
        display: inline-block;
        margin: 3px;
    }

    footer .social-icons a img {
        display: inline-block;
    }

    footer .logo img {
        top: 0;
        margin-bottom: 49px;
    }

    footer .aps-img img {
        width: 125px;
    }

    footer {
        padding: 40px 0 0 0;
    }

    @media (max-width: 767px) {
        .video-header .padd-wrap {
            height: 485px !important;
        }
    }

    .video-header .content {
        bottom: 18px;
    }

    footer .social-icons {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .standard-content.realty .svg-map-wrap svg {
        height: 363px;
    }

    .auss-part3 .aps-img1.aps-imgs.map-img {
        padding-left: 0 !important;

        img {
            width: 100%;
        }
    }
}

@media (max-width: 600px) {
}

@media (max-width: 550px) {
    .place-content .place-image .aps-place {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
}

@media (max-width: 767px) {
    .video-header .content h1 {
        font-size: 24px;
    }

    .video-header .content h2 {
        font-size: 17px;
    }

    .video-header .svg-map-wrap > .view1 {
        max-width: 100%;

        svg {
            width: 100%;
        }
    }

    .h3,
    h3 {
        font-size: 22px;
    }

    .h2,
    h2 {
        font-size: 30px;
    }

    .standard-content.realty .svg-map-wrap svg {
        height: 303px;
    }

    .headerbild-logo {
        left: 0;

        > img {
            max-height: 250px;
            object-fit: contain;
        }
    }

    .auss-part2 .headerbild-logo {
        top: -55%;
    }
}

@media (max-width: 400px) {
    .place-content .place-image .aps-place {
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
    }
}

@media (min-width: 576px) {
    .carousel-item img {
        width: auto !important;
        max-height: 700px;
    }
}

.carousel-inner img {
    width: 100%;
    max-width: 100%;
    margin: auto;
}


.carousel-control-next,
.carousel-control-prev {
    filter: drop-shadow(2px 4px 6px black)
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: rgba(0.7, 0.7, 0.7, 0.1);
    filter: contrast(100%);
}


@media (max-width: 1119px) {
    .carousel-inner img {
        width: auto !important;
        max-width: 100%;
        /* height: 400px; */
        max-height: 400px;
    }
}

.zweifliesen {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    margin-bottom: 60px;
    margin-left: 20px;
}

@media (min-width: 768px )and (max-width: 1000px) {
    .zweifliesen {
        display: flex;
        gap: 10px;
        margin-bottom: 60px;
        flex-wrap: wrap;
    }

    .fliesen {
        max-width: 250px;
        margin-top: 10px;
        height: auto;
    }
}


@media (max-width: 768px) {
    .auss-part4 .content .text {
        max-width: 100%;

    }
}

@media (min-width: 1301px) {
    .fliesen {
        max-width: 190px;

    }
}

.sub-title-h4 {
    padding-bottom: 30px !important;
    padding-top: 6px !important;
}

/* apartment single view */
.page-template-page-floors .standard-content .content h2 {
    font-size: 25px;
    text-transform: none;
    padding-bottom: 15px;
}

.page-template-page-floors .standard-content .content p {
    margin: 0;
}

.page-template-page-floors .standard-content .part-one,
.page-template-page-floors .standard-content .part-two,
.page-template-page-floors .standard-content .part-three {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: start;
    gap: 30px;
    padding-bottom: 60px;
}

.page-template-page-floors .standard-content .svg-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -25px;
}

.page-template-page-floors .standard-content .svg-wrapper svg, .page-template-page-floors .standard-content .svg-wrapper img {
    max-width: 480px;
}

.page-template-page-floors .standard-content .right h2 {
    font-family: "Vlatcho";
    font-weight: 500;
    font-size: 35px;
}

.page-template-page-floors .standard-content .content {
    width: 40%;
}

.page-template-page-floors .standard-content .right .standard-title {
    font-weight: 700;
    font-size: 14px;
}

.page-template-page-floors .standard-content .right .description {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.page-template-page-floors .standard-content.realty .text-content .floor-select {
    margin-top: 50px;
}

.page-template-page-floors {
    color: #000;
}

/* apartment header - homepage */
.svg-map-wrap,
.view1,
svg {
    height: 100%;
}

@media (max-width: 767px) {
    .contact-part1 {

        .form-wrap {
            flex-wrap: wrap;
        }

        .contact-form {
            width: 100%;
        }

        .contact-person {
            width: 100%;

            .person-wrap {
                background: unset;
                padding-bottom: 30px;

                &::before {
                    width: calc(100% + 31px);
                    left: -16px;
                    top: -30px;
                    height: 100% !important;
                }
            }
        }

        form {
            margin-bottom: 100px;
        }
    }

    .auss-part4 {
        .aps-img3 {
            position: absolute;
            bottom: 95%;
        }

        .aps-img2 img {
            /*margin-top: unset;*/
            max-width: 100%;
        }

        .aps-img1 {
            bottom: 55%;
        }
    }
}

/* ueber uns */
.about-us .about-us.person {
    background: #fff;
    padding: 50px 0;
}

.about-us .about-us.person:first-of-type {
    padding-top: 250px;
}

.about-us .about-us.person img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 380px;
    max-height: 550px;
}

.about-us .about-us.person .container {
    max-width: 1600px;
}

.about-us .about-us.person .sub-title {
    padding-top: 50px;
}

.about-us .about-us.person .aps-img1 {
    width: 100%;
}

.video-header .svg-map-wrap > .view1 svg {
    width: 100% !important;
    height: 100% !important;
}

.svg-link {
    position: relative;
}

a.svg-link:after {
    content: "TOP 26";
    display: block;
    position: absolute;
    height: 40px;
    width: 50px;
    background: #fff;
}

.apt-info {
    display: none;
}

@media (max-width: 1200px) {
    .about-us .about-us.person:first-of-type {
        padding-top: 50px;
    }

    .about-us .about-us.person .sub-title {
        padding-top: 20px;
    }

    .about-us .about-us.person {
        padding: 20px 0 50px 0;
    }

    .about-us .about-us.person .col-lg-6:first-of-type {
        order: 1 !important;
    }
}


/* homepage responsive */

@media (max-width: 1200px) {
    .home .home-part1 {
        padding: 0;
    }

    .home .home-part1 .col-md-7 {
        order: 2;
        padding-top: 40px;
    }

    .svg-map-wrap, .view1, svg,
    .video-header .svg-map-wrap > .view1 svg {
        height: auto !important;
    }

    .home .headerbild-logo {
        top: unset;
        bottom: 10px;
        height: 40px;
    }

    .video-header .content {
        bottom: 20%;
    }

    .home-part2 .content {
        margin-right: 20px;
    }

    .home-part1 .aps-img1 img,
    .home-part2 .aps-img1 img {
        height: auto;
        object-fit: contain;
        min-height: unset;
        margin-top: 0;
    }

    .home-part2 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .parallax-pic-text .new-icons-wrap .item-icon .img-wrap.img-big img {
        max-width: 69px;
    }

    .home-part5 .cont-parallax1 {
        margin-top: 0;
    }

    .home .headerbild-logo {
        right: 50%;
        transform: translateX(50%);
    }

    .auss-part4 > .content-full-wrap > .wrapper1 > .row {
        flex-direction: column;
    }

    .contact-part1 {
        padding: 0;

        .container {
            max-width: 100% !important;

        }

        .form-wrap {
            flex-direction: column;

            .contact-form {
                padding-right: 5px !important;
                padding-left: 5px !important;
                margin-bottom: 30px;
            }

            .contact-form, .contact-person {
                width: 100%;
            }
        }
    }

    .contact-person {
        .person-wrap {
            background: none !important;
            padding-bottom: 50px;

            &::before {
                width: calc(100% + 31px) !important;
                top: -30px;
                left: -16px;
                height: 100% !important;
            }

            .data-wrap {
                padding-top: 0;

                span.name {
                    margin-bottom: 0 !important;
                    font-size: 20px !important;
                    font-weight: 600;
                }

                h4, h3 {
                    font-size: 18px !important;
                    margin-bottom: 0 !important;
                    font-weight: 600;
                }

                a {
                    font-size: 16px !important;
                }

                .contact-persons, .wrapper-part-phone {
                    padding-top: 0 !important;
                }

                .provider, .phone, .mail, .contact-persons {
                    grid-template-columns: 1fr 1fr !important;
                    grid-gap: 5px !important;
                    margin-bottom: 15px;
                    padding-top: 0;
                }

                .wrapper-part-phone {
                    grid-template-columns: 1fr 1fr !important;
                    grid-gap: 5px !important;
                }

                .mail {
                    grid-template-columns: 1fr 1fr !important;
                }

                .person-wrapper {
                    margin-bottom: 10px !important;
                    gap: 20px;
                }
            }


        }
    }

    .aps-img1 {
        bottom: 57%;
    }

    footer .nav-f ul li {
        text-align: center;
    }
}

/* page appartements responsive */
@media (max-width: 1200px) {
    .appartements .download-button {
        padding-bottom: 30px;
    }

    .appartements .standard-content {
        padding: 0 0 10px 0;
    }

    .standard-content.realty .text-content .floor-select .flors .text {
        font-size: 15px;
    }

    .page-template-page-floors .standard-content .part-one,
    .page-template-page-floors .standard-content .part-two,
    .page-template-page-floors .standard-content .part-three {
        flex-direction: column;
        gap: 50px;
    }

    .page-template-page-floors .standard-content .content {
        text-align: center;
        width: 100%;
        padding-top: 40px;
    }

    .page-template-page-floors .standard-content .svg-wrapper svg, .page-template-page-floors .standard-content .svg-wrapper img {
        max-width: 380px;
    }

    .appartements .download-button,
    .appartements .download-button.pricing-plans {
        padding-bottom: 0;
    }

    .appartements .download-button.download-bab {
        padding-bottom: 30px;
    }
}

/* page ausstattung responsive */
@media (max-width: 1200px) {
    .ausstattung .auss-part1 .content .text {
        max-width: 100%;
    }

    .ausstattung .auss-part1 .aps-img1 {
        padding-top: 20px;
    }
}

@media (max-width: 1300px) {
    .eq-part2.auss-part2 h2 {
        font-size: 40px;
    }
}

/* sticky icons right side */
@media (max-width: 767px) {
    .fixed-nav .nav-wrap .links.link3 a {
        background-size: 13px;
        background-position: center left 9px;
    }
}

.home .view2 {
    display: none;
}

.home .video-header .padd-wrap {
    height: auto !important;
}

/* architektur und lage */

@media (max-width: 1200px) {
    .architektur {
        .auss-part4 {
            .aps-img1 {
                bottom: 75%;
                width: 50%;
                left: 50% !important;
            }
        }
    }
}

@media (max-width: 1200px) {
    .architektur {
        .auss-part4 {
            text-align: left;
            padding-top: 0;

            .sub-title {
                padding-bottom: unset !important;
            }

            .text {
                margin-bottom: 0 !important;
            }

            .aps-img1.aps-imgs > img {
                margin-bottom: 30px !important;
            }

            .col-md-5, .container.wrapper2 {
                padding-top: unset !important;
            }

            .container.wrapper2 > .row {
                flex-direction: column; !important;
                flex-wrap: wrap;

                .col-md-5, .col-md-7 {
                    width: 100% !important;
                    max-width: 100% !important;
                }
            }

            .container.wrapper1 > .row {
                flex-direction: column; !important;
                flex-wrap: wrap;

                .col-md-5, .col-md-7 {
                    width: 100% !important;
                    max-width: 100% !important;
                }
            }

            .content {
                width: 100% !important;
            }
        }


        .header-bg-img {
            height: auto;

            .text {
                h2 {
                    text-align: center;
                }

                img {
                    display: none;
                }
            }

            .content {
                margin-bottom: 20px;
            }
        }

        .auss-part2 .headerbild-logo {
            display: none !important;

            img {
                max-height: 140px !important;
                max-width: unset !important;
            }
        }

        .col:has(.aps-img3) {
            padding: unset !important;
        }

        .auss-part4 .aps-img3 {
            padding-right: 0 !important;
            margin-top: 30px !important;
        }

        .auss-part4 {
            .aps-imgs {
                position: static !important;
                max-width: 100%;
                width: 100%;

                img {
                    width: 100% !important;
                    left: 0;
                    min-height: 250px;
                    max-height: 250px;
                    object-fit: cover
                }
            }

            .aps-img2.aps-imgs {
                float: none !important;
                height: 250px;

                img {
                    margin-top: 0px !important;
                }
            }
        }

        .auss-part3 {
            padding-top: 30px !important;
            padding-bottom: 30px !important;
        }
    }
}

@media (max-width: 767px) {
    .architektur {
        .auss-part3 {
        }

        padding-top: 40px !important;
    }

    .auss-part3, .auss-part1 {
        padding-bottom: 30px !important;
    }

    .contact-part1 .slogan h3 {
        font-size: 30px;
    }

    .contact-form .title {
        font-size: 24px;
    }
}

/* navigator responsive */

@media (max-width: 1200px) {
    .home .video-header {
        border: none;
    }

    .home .padd-wrap .padd-wrap {
        display: flex;
        flex-direction: column-reverse;
        background: #fff;
    }

    .home .padd-wrap .padd-wrap .content {
        order: 1;
        padding: 50px 30px 30px;
        position: relative;
    }

    .home .padd-wrap .padd-wrap .content h1,
    .home .padd-wrap .padd-wrap .content h2 {
        color: #4d4d4d !important;
        text-align: center;
    }

    .home .padd-wrap .padd-wrap .content h1 {
        font-size: 40px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .home .padd-wrap .padd-wrap .content {
        margin-top: 100px;
    }
}