html,
body {
    padding: 0;
    margin: 0;
}

#page-title {
    font-family: 'AustinCyr', sans-serif !important;
    color: var(--dark-blue);
    font-size: 35px;
}

h3 {
    margin: 20px;
    font-size: 28px !important;
    font-family: 'Roboto', sans-serif;
    color: var(--dark-blue);
}

/* Heading Section */

.heading-section {
    background: url(https://www.ostseeferienhaus.de/assets/kontakt/heading-section-bg.jpg) no-repeat center center;
    background-size: cover;
}

.heading-section>h2 {
    color: var(--sunset-mustard);
}

#title-container {
    width: 100%;
    text-align: center;
}

#title-container span {
    padding: 20px;
    display: inline-block;
    max-width: 900px;
    margin: auto;
    text-align: left;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("img/Preloader_2_2.gif") center no-repeat #fff;
}

#se-pre-con span {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #975338;
}

.small-loader {
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
    height: 550px;
    z-index: 2;
    background: url("img/Preloader_2_2.gif") center no-repeat none;
}

.small-loader span {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #975338;
}



h3 {
    text-align: center;
    font-size: 21px;
}

.desc {
    padding: 20px;
    display: inline-block;
    max-width: 900px;
    margin: auto;
    text-align: left;
    line-height: 25px;
    display: block;
    color: var(--dark-blue);
}

.the-buttons {
    margin: auto;
    display: block;
    max-width: 200px;
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    font-size: 16px;
    background-color: var(--dark-blue);
    color: white;
    cursor: pointer;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, var(--sunset-mustard) 50%, var(--dark-blue) 50%),
        linear-gradient(to right, var(--dark-blue) 50%, var(--sunset-mustard) 50%) !important;
    transition: background-position 0.5s linear;
    background-position: -100% 0;
    border-bottom: none !important;
}

.the-buttons:hover {
    background-position: 0 0;
}


.container-div {
    max-width: 900px;
    height: 550px;
    margin: auto;
    padding: 0;
    border: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
}

.container-div>iframe {
    width: 450px;
    height: 550px;
    border: none;
    padding: 0;
    float: left;
    z-index: 1;
}

.container-div>img {
    height: 550px;
    width: 450px;
    object-fit: cover;
    object-position: center;
    padding: 0;
    border: 0;
    float: left;
}

.info-link {
    text-decoration: underline;
}

.title-container-div {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .container-div {
        max-width: 100%;
        height: max-content;
    }

    .container-div>img {
        float: none;
        clear: both;
        display: inline-block;
        height: auto;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .container-div>iframe {
        float: none;
        clear: both;
        display: inline-block;
        width: 100%;
        height: 550px;
        margin-top: 30px;
    }

    .small-loader {
        width: 100%;
        height: 550px;
        bottom: 0;
        top: 450px;
    }
}