* {
    min-height: 0;
    min-width: 0;
}

.wrapper {
    position: relative;
    width: 100%;
}

.wrapper img.background {
    width: 100%;
    min-height: 900px;
}

.wrapper img.cover {
    object-fit: cover;
}

.content-desktop {
    width: 100%;
    height: 100%;
    /*background: red;*/
    position: absolute;
    top: 0;
}

.content-base {
    position: absolute;
    width: 100%;
    top: 55%;
    transform: translateY(-50%);
    height: 400px;
    background: rgba(255, 255, 255, 0.75);
}

.content-container {
    /*background: red;*/
    position: relative;
    height: 650px;
    min-height: 650px;
    top: 55%;
    transform: translateY(-50%);
}

.base-section {
    width: 100%;
    background: rgba(255, 255, 255, .74);
    height: 550px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.contact {
    position: relative;
    background: rgba(0, 61, 81, 1);
    height: 100%;
    top: 0;
    left: 8.33%;
    /*transform: translateY(-50%);*/
    /*width: 496px;*/
    width: 35%;
    border-radius: 12px;
    padding: 15px 20px;
}

.contact-group {
    width: 90%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact h2 {
    position: relative;
    color: #B9985D;
    width: 50%;
    line-height: 3.2rem;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.contact h2::after {
    content: url(../images/accent.png);
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: -30px;
    left: 0;
}

.input_field {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #B9985D;
    padding-left: 24px;
    margin-bottom: 15px;
    color: #B9985D;
    box-shadow: none;
}

.input_field:focus {
    background: transparent;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #B9985D;
}

.input_field:focus+input_field::placeholder {
    background: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 3px solid #B9985D;
}

.input_field::placeholder {
    color: #B9985D;
}

.container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    margin-top: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    color: #B9985D;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #B9985D;
}

.container:hover input~.checkmark {
    background-color: transparent;
}

.container input:checked~.checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked~.checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #B9985D;
    border-width: 0 3px 3px 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.input_submit {
    background: #B9985D;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 12px 30px;
    cursor: pointer;
}

.input_submit:hover {
    background: #fff;
    color: #B9985D;
}

.input_submit[disabled] {
    opacity: .6;
}

.input_submit[disabled]:hover {
    background: #B9985D;
    color: #fff;
}

.input_submit_mobile {
    background: #B9985D;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 12px 30px;
    cursor: pointer;
}

.input_submit_mobile:hover {
    background: #fff;
    color: #B9985D;
}

.input_submit_mobile[disabled] {
    opacity: .6;
}

.input_submit_mobile[disabled]:hover {
    background: #B9985D;
    color: #fff;
}

.brochure {
    /*border: 1px solid blue;*/
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: auto;
    /*padding: 25px 0;*/
}

.brochure h3 {
    width: 65%;
    font-size: 1.5rem;
}

.brochure p {
    line-height: 1.5;
}

.read-more {
    display: block;
    float: left;
    clear: left;
    margin-bottom: 15px;
}

.read-more:after {
    display: inline-block;
    content: "";
    border-top: .1rem solid #003D51;
    width: 1rem;
    margin: 0 0 0 0.5rem;
    transform: translateY(-0.2rem);
}

.brochure .download {
    display: block;
    float: left;
    clear: left;
    background: #B9985D;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 8px 25px;
    margin-bottom: 15px;
}

.brochure .download:hover {
    background: #fff;
    color: #B9985D;
}

.brochure-group {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.brochure-group .gallery,
.brochure-group .virtual {
    width: 50%;
    height: 200px;
}

.brochure-group .gallery {
    max-height: 220px;
}

.gallery h4,
.virtual h4 {
    font-size: 1.4rem;
}

.brochure-group .virtual {
    max-height: 220px;
    margin-left: 35px;
}

.gallery-group,
.virtual-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-left: -10px;
    margin-right: -10px;
}

.gallery-group {
    /*background: yellow;*/
}

.virtual-group {
    /*background: green;*/
}

.items {
    width: 50%;
    padding: 10px;
    /*border: 1px solid black;*/
}

/*.items:after{*/
/*    content: "";*/
/*    display: block;*/
/*    padding-bottom: 100%;*/
/*}*/

.item-content {
    position: relative;
    width: 100%;
    height: auto;
    /*border: 1px solid red;*/
    border-radius: 8px;
}

.item-content img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.item-content .item-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 4px 8px;
    background: #003D51;
    color: #B9985D;
    border-radius: 0 0 8px 8px;
    font-size: 0.9rem
}

.gallery-group .slick-dots,
.virtual-group .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    margin-left: 0;
    margin-bottom: -15px;
}

.gallery-group .slick-dots li,
.virtual-group .slick-dots li {
    float: left;
    margin: 0 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #003D51;
    background: #fff;
}

.gallery-group .slick-dots li button,
.virtual-group .slick-dots li button {
    font-size: 0;
}

.gallery-group .slick-dots li.slick-active,
.virtual-group .slick-dots li.slick-active {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #003D51;
}

.after-post {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: rgba(40, 100, 119, .8);
    backdrop-filter: blur(10px);
    z-index: 999;
    display: none;
}

.after-post.show {
    display: block;
}

.notification {
    position: absolute;
    height: 200px;
    width: 500px;
    top: 50%;
    left: 50%;
    border-radius: 8px;
    transform: translate(-50%, -50%);
    background: #003D51;
    border: 1px solid #B9985D;
    text-align: center;
}

.message {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
}

.notification p {
    text-align: center;
    color: #B9985D;
}

.close-after-post {
    padding: 10px 50px;
    border-radius: 20px;
    color: #fff;
    background: #B9985D;
    cursor: pointer;
}

.close-after-post:hover {
    background: #fff;
    color: #B9985D;
}

body.no-scroll {
    overflow: hidden;
}

.content-mobile,
.subcontent-mobile {
    display: none;
}

.error {
    display: none;
    color: red;
    margin-top: -10px;
}

.error.show {
    display: block;
}

select.input-field {
    border: none;
}

[class^='select2'] .select2-selection--single {
    background: transparent;
    border: unset;
    color: #B9985D;
    margin-bottom: 15px;
    border-bottom: 1px solid #B9985D;
    padding-left: 16px;
}

[class^='select2'] .select2-selection--single .select2-selection__placeholder,
[class^='select2'] .select2-selection--single .select2-selection__rendered {
    color: #B9985D;
}

[class^='select2'] .select2-selection--single {
    height: 32px;
}

[class^='select2'] .select2-selection--single .select2-selection__arrow {
    display: none;
}

label.disclaimer {
    background: #f8f8f8;
    border-radius: 12px;
    /* padding: 15px 25px; */
    color: #000;
    display: block;
    position: relative;
    /* padding-left: 30px; */
    padding: 25px 30px 25px 45px;
    margin-bottom: 12px;
    margin-top: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    /* color: #B9985D; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.disclaimer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.disclaimer .checkmark {
    position: absolute;
    top: 40px;
    /* transform: translateY(-50%); */
    left: 12px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #000;
}

.disclaimer:hover input~.checkmark {
    background-color: transparent;
}

.disclaimer input:checked~.checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.disclaimer input:checked~.checkmark:after {
    display: block;
}

.disclaimer .checkmark:after {
    left: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.disclaimer a{
    text-decoration: underline;
}


.select2-container {
    width: 100% !important;
}


@media screen and (max-width: 1366px) {
    .base-section {
        height: 90%;
    }

    .contact {
        left: 5%;
        width: 37%;
    }
}

@media screen and (max-width: 1024px) {
    .content-container {
        top: 50%;
    }

    .base-section {
        height: 92%;
    }

    .contact-group {
        width: 95%;
    }

    .contact {
        left: 4%;
        width: 40%;
    }

    .item-content .item-name {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 768px) {
    .content-desktop {
        display: none;
    }

    .wrapper img.background {
        min-height: 850px;
    }

    .content-mobile {
        display: block;
        position: absolute;
        /*background: red;*/
        width: 100%;
        height: 100%;
        top: 0;
    }

    .content-mobile .contact {
        position: relative;
        background: rgba(0, 61, 81, 1);
        height: 650px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        border-radius: 12px;
        padding: 21px 12px;
    }

    .content-mobile .contact h2 {
        width: 70%;
    }

    .subcontent-mobile {
        display: block;
    }

    .subcontent-mobile .brochure-mobile {
        position: relative;
        top: 0;
        transform: unset;
        padding: 20px 30px;
    }

    .brochure-mobile h3 {
        width: 60%;
    }

    .brochure-mobile .read-more {
        display: block;
        clear: left;
        margin-bottom: 15px;
    }

    .brochure-mobile .read-more:after {
        display: inline-block;
        content: "";
        border-top: .1rem solid #003D51;
        width: 1rem;
        margin: 0 0 0 0.5rem;
        transform: translateY(-0.2rem);
    }

    .brochure-mobile .download {
        display: block;
        width: 200px;
        clear: left;
        background: #B9985D;
        color: #fff;
        border: none;
        border-radius: 12px;
        padding: 8px 30px;
        margin-bottom: 15px;
    }

    .brochure-mobile .gallery h4,
    .brochure-mobile .virtual h4 {
        margin-left: 15px;
    }

    .brochure-mobile .brochure-group {
        flex-direction: column;
    }

    .brochure-mobile .gallery,
    .brochure-mobile .virtual {
        width: 100%;
    }

    .brochure-mobile .gallery-group,
    .brochure-mobile .virtual-group {
        margin-left: unset;
        margin-right: unset;
    }

    .brochure-mobile .virtual {
        margin-left: unset;
    }
}