.hero h1 {
    margin-bottom: 0;
}

.hero-content {
    padding: 75px;
}

.hero-content p {
    max-width: 75%;
    margin: 0 auto;
    margin-bottom: 25px;
}

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

.hero-content a.btn-primary+a.btn-primary {
    margin-left: 10px;
}

.hero h3+p {
    margin-top: 35px;
}

.hero-image {
    position: relative;
    width: 100%;
    height: 100vh;
}

.hero-image>.image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.hero-image>.image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.hero-small-image {
    position: absolute;
    right: 10%;
    top: 25%;
    max-width: 250px;
    z-index: 2;
}

.hero-button {
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 2;
}

.hero h1 {
    max-width: 75%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.hero-stoerer {
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%) rotate(-5deg);
    background: #FDFAF1;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, .25));
}

@media screen and (max-width: 960px) {
    .hero-content {
        padding: 35px;
    }

    .hero-content p {
        max-width: 100%;
    }

    .hero h1 {
        max-width: 100%;

    }
}

@media screen and (max-width: 650px) {
    .hero-content a.btn-primary,
    .hero-content a.openbookinggolden {
        margin: 5px;
    }

    .fixedsidebar {
        left: 50%;
        bottom: 0;
        top: auto;
        transform: translateX(-50%);
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .iconnavigation ul {
        text-align: center;
    }

    .iconitem {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 5px;
    }

    .iconitem:last-child {
        margin-right: 0;
    }

    .iconitem a,
    .iconitem .openbookingblue {
        height: 44px;
        width: 44px;
    }

    .footeradress {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 400px) {
    .hero-small-image {
        max-width: 120px;
    }

    .hero-content {
        padding: 35px 0;
    }
}