@import url("reset.css");

/* roboto-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Minion';
    src: url('../fonts/minion.otf');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3 {
    font-family: 'Minion';
}

h1,
h2 {
    font-size: 35px;
    color: #a80000;
    padding-bottom: 20px;
}

h3 {
    font-size: 25px;
    color: #a80000;
    padding-bottom: 10px;
}

.clear {
    clear: both;
}

a:hover {
    transition: 0.3s;
    cursor: pointer
}

body {
    font-family: 'Roboto';
    font-size: 17px;
    line-height: 26px;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

header {
    background: url(../images/einzelbett.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 20px 10%;
    z-index: 9999;
}

nav ul {
    width: 600px;
    margin-left: auto;
    display: block;
}

nav ul li {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #2e2e2e;
}

nav ul li a:hover {
    color: #9a0000;

}

.logo {
    position: fixed;
    top: 5px;
    left: 10%;
    z-index: 999999
}

.sidenav {
    position: fixed;
    left: 15px;
    top: 70vh;
}
#captcha{
    width: 150px!important;
}

.sidenav img {
    width: 50px;
}

#ueber-uns {
    text-align: center;
    padding: 100px 10%;
    background: #d6d6d6
}

#ausstattung {
    padding: 100px 10%;
    background: url(../images/hintergrund.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

#ausstattung img {
    float: left;
    margin-right: 10px;
    width: 20px;
}


.col1,
.col2 {
    width: 50%;
    float: left;
}

#ausstattung h2 {
    padding-bottom: 50px;
}

.col1 {
    padding-right: 3%;
}

.col2 {
    padding-left: 3%;
}

#parallax {
    background: url(../images/zimmerservice.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
}

#bewertungen {
    padding: 100px 10%;
    background: url(../images/hintergrund.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.rating_thumb {
    display: none;
}

#bewertungen .subline {
    color: #9a0000;
}

.rating_box {
    font-style: italic;
}

.questionline:first-child,
.questionline:nth-child(3),
.questionline:nth-child(5) {
    background: rgba(168, 0, 0, 0.12)
}

.questionline {
    padding: 10px;
}

.freitext {
    padding-bottom: 30px;
}

.star {
    color: #a80000;
    text-align: right;
}

#impressum{
    background: url(../images/hintergrund.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 10%;
}

.center {
    display: table-cell;
    vertical-align: middle
}

#impressum a{
    color: #9a0000;
    text-decoration: none;
}

#bewertungen a {
    padding: 10px;
    background: #9a0000;
    color: #fff;
    font-family: 'Minion';
    text-decoration: none;
    font-size: 24px;
}

#bewertungen .col1 img {
    height: 600px;
}

#galerie {

    padding: 0px 10% 100px 10%;
    background: url(../images/hintergrund.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.rating-1 {
    display: none !important
}

.rating_value {
    display: none !important;
}

.rating span {
    color: #c21622 !important;
}

#rate_button {
    background: #c21622 !important;
    color: #fff !important;
    padding: 10px !important;
    border: none !important;
}

.rating span:hover ~ span::before {
    color: #c21622 !important;
    content: 'â˜…' !important;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 99999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(51, 0, 0, 0.92);
}

.dropdown {
    display: none;
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.mySlides img {
    height: 80vh;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}



img {
    margin-bottom: -4px;
}



.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: 0.8;
}

#kontakt {
    padding: 100px 10%;
    background: #720000;
    color: #fff;
}

#kontakt a{
    color: #fff;
    text-decoration: underline;
}

#kontakt h2 {
    color: #fff;
}

#kontakt .button {
    background: #fff;
    color: #a80000;
    text-decoration: none;
    padding: 10px;
    display: block;
    width: 163px;
    font-family: 'Minion';
    margin-top: 40px;
    font-size: 22px;
}

.column img {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    object-fit: cover;
}

.dse {
    background: #5d0000;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 10%;
}

.dse a {
    color: #fff;
    padding-right: 10px;
    text-decoration: none;
}

#kontakt .box img {
    float: left;
    margin-right: 30px;
    padding-bottom: 100px;
}



/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1180px) {
    #bewertungen .col1 img {
        height: 500px;
    }

    nav ul li {
        padding-left: 10px;
        padding-right: 10px;
    }

    nav ul {
        width: 400px;
    }
}

@media screen and (max-width: 980px) {
    .logo img {
        width: 150px;
        margin-top: 15px;
    }

    #bewertungen .col1 img {
        height: 400px;
    }

    .column img {
        height: 150px;
    }

    .mySlides img {
        height: 60vh;
    }
}


@media screen and (max-width: 800px) {
    .column {
        float: left;
        width: 50%;
    }

    .column img {
        height: 200px;
    }

    #parallax {
        height: 250px;
    }

    .col1,
    .col2 {
        width: 100%;
    }

    .col1 {
        padding-right: 0px;
    }

    .col2 {
        padding-left: 0px;
        margin-top: 40px;
    }

    #bewertungen .col1 {
        display: none
    }

    nav ul li a {
        font-size: 14px;
    }

    nav ul {
        width: 342px;
    }

    .sidenav {
        left: 0px;
    }

    .sidenav img {
        width: 32px;
    }

    .rating span {
        padding-left: 0px !important;
        line-height: 18px !important;
        padding-right: 10px !important;
        padding-bottom: 10px !important;
    }

    .rating_box .question {
        font-size: 12px !important;
        margin: 6px 8px;
        width: 54%;
    }
        td, th {
    padding: 0;
    float: none!important;
    display: block!important;
    text-align: left!important;
}
   

    .rating_box .questionline .star {
        font-size: 12px !important;
        padding: 0 1px;
    }

}

@media screen and (max-width: 650px) {
    .dropbtn {
        background-color: #9a0000;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    .dropbtn:hover,
    .dropbtn:focus {
        background-color: #2980B9;
    }

    .dropdown {
        position: fixed;
        top: 10px;
        right: 10%;
        display: inline-block;
        z-index: 9999999999
    }

    nav {
        height: 70px;
    }

    .dropdown-content {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        text-align: center;
        background-color: rgba(80, 0, 0, 0.87);
        min-width: 160px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        padding-top: 15vh;
    }

    .dropdown-content a {
        color: #fff;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    nav ul {
        display: none;
    }

    .dropdown a:hover {
        background-color: #ddd;
    }

    .show {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .column {
        float: left;
        width: 100%;
    }

    #kontakt .box {
        margin-top: 40px;
    }

    #kontakt .box img {
        padding-bottom: 113px;
    }

    .dse a {
        font-size: 15px;
    }

    h1,
    h2 {
        font-size: 25px;
    }
}
