body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #62AAE5;
}

.grecaptcha-badge { opacity:0;}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/Ferienhaus/Ausblick.jpeg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: large;
}

.content {
    height: auto;
    min-height: 100%;
    width: 60%;
    background-color: white;
    position: absolute;
    margin-top: -60px;
    left: 50%;
    transform: translate(-50%);
    overflow: hidden;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.contenth1 {
    padding-top: 50px;
    text-align: center;
    color: grey;
    font-weight: lighter;
    font-size: 2em;
}

.hrbanner {
    display: block;
    height: 5px;
    width: 51px;
    border: 0;
    border-top: 5px solid #FFCC00;
    margin: auto;
    padding: 0;
}

.hrbox {
    display: block;
    height: 5px;
    width: 51px;
    border: 0;
    border-top: 5px solid #FFCC00;
    margin: auto;
    padding: 0;
}

.contentp {
    text-align: center;
    color: grey;
    margin: 5em;
}

.housedetails {
    text-align: left;
    cursor: pointer;
}

.boxinfo {
    float: left;
    width: 30%;
    padding: 20px;
    height: 350px;
    background: #75ADAC;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    margin: auto;
    text-align: center;
    color: white;
    font-weight: lighter;
}

.boximage1 {
    float: left;
    padding: 20px;
    height: 350px;
    background: #75ADAC;
    box-sizing: border-box;
    text-align: center;
    color: white;
    font-weight: lighter;
    width: 70%;
    background-image: url("../images/Wohnung_Bellevue/Bild8.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.boximage2 {
    float: left;
    padding: 20px;
    height: 350px;
    background: #75ADAC;
    box-sizing: border-box;
    text-align: center;
    color: white;
    font-weight: lighter;
    width: 70%;
    background-image: url("../images/Wohnung_Seegarten/Bild4.jpeg");
    background-position: 40% 30%;
    background-repeat: no-repeat;
    background-size: cover;
}

.infoSign {
    color: orange;
    font-weight: bold;
}

.clear {
    clear: both;
}

details {
    margin-top: 2%;
}

table {
    border-spacing: 20px;
}

th {
 border-bottom: 3px solid #00ADAC;
}

td {
    border-bottom: 0.5px solid #00ADAC;
}

@keyframes growAndFadeInFontSize {
    0% {
        font-size: 0;
        opacity: 0;
    }

    100% {
        font-size: 1em;
        opacity: 1;
    }
}

.housedetails[open] {
    animation-name: growAndFadeInFontSize;
    animation-duration: 500ms;
}

details>summary {
    list-style: none;
}

details>summary::marker,
/* Latest Chrome, Edge, Firefox */
details>summary::-webkit-details-marker

/* Safari */
    {
    display: none;
}

.detailscontent table {
    margin-left: auto;
    margin-right: auto;
}

.detailscontent {
    padding: 50px;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.iframe-maps iframe {
    margin-top: 2%;
    width: 100% !important;
    height: 500px !important;
}

footer {
    background: #75ADAC;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin-top: 50px;
}


.navcontainer img {
    top: -30%;
    transform: translateY(30%);
}

.navcontainer li {
    border-right: 0px;
}

.navcontainer li:nth-child(4) {
    margin-right: 10px;
    border-right: 1px solid white;
}

.locationbox ul {
    margin: 0 auto;
}

.locationbox li {
    display: inline-block;
    list-style-type: none;
    line-height: 9px;
    border-right: 1px solid #354052;
    padding: 0 10px;
}

dialog:not([open]) {
    display: none;
}

footer ul {
    margin: 0 auto;
}

footer li {
    display: inline-block;
    list-style-type: none;
    line-height: 9px;
    border-right: 1px solid #354052;
    padding: 0 10px;
}

.equipmentbox ul {
    overflow: hidden;
    padding-left: 0;
}

.equipmentbox li {
    color: black;
    margin-bottom: 20px;
    list-style-type: none;
}

li:last-child {
    border-right: 0;
}

li a {
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.imprint {
    color: blue;
    font-weight: bold;
}

.locationbox {
    margin-bottom: 20px;
}

.locationbox h2 {
    color: grey;
}

.locationbox li a {
    color: black;
}

.equipmentcontainer {
    width: 100%;
    height: auto;
    color: grey;
}

.equipmentcontainer h2 {
    font-weight: lighter;
}

.equipmentbox {
    width: 20%;
    float: left;
}

.mySlides1,
.mySlides2,
.mySlides3 {
    display: none
}

/* Slideshow container */
.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: #00ADAC;
}

.prev {
    left: 0;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover,
.next:hover {
    background-color: #f1f1f1;
    color: black;
}



.slider-container {
    margin-top: 2%;
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.menu {
    position: absolute;
    left: 0;
    z-index: 900;
    width: 100%;
    bottom: 0;
}

.menu label {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50px;
    margin: 0 0.2em 1em;
}

.menu label:hover,
.menu label:focus {
    background: #1c87c9;
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    padding: 8em 1em 0;
    background-size: cover;
    background-position: 50% 50%;
    transition: left 0s 0.75s;
}

[id^="slide"]:checked+.slide {
    left: 0;
    z-index: 100;
    transition: left 0.65s ease-out;
}

.slide-1 {
    background-image: url("../images/Ferienhaus/HausAussen1.jpeg");
}

.slide-2 {
    background-image: url("../images/Ferienhaus/HausAussen2.jpeg");
}

.slide-3 {
    background-image: url("../images/Ferienhaus/HausAussen3.jpeg");
}

video {
    position: absolute;
    left: 50%;
    /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%);
    /* % of current element */
    object-fit: cover;
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
}

.contactcontainer {
    margin-top: 50px;
}

/* Create three equal columns that floats next to each other */
.contactbox {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300px;
    /* Should be removed. Only for demonstration */
}

.contactbox h2 {
    color: grey;
}

.contactbox a {
    color: grey;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.ratingscontainer {
    width: 100%;
    min-height: 300px;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 25px 0 #d6e0f5;
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.external-ratings {
    top: 0;
    right: 0;
    position: absolute;
    margin: 0.5em;
}

.ratingDescription {
    height: auto;
}

.ratingContainer {
    padding: 0;
    margin: 0 auto;
    width: 500px;
    height: auto;
    border: 1px solid lightgray;
}

.ratingHeader {
    margin: 0;
    padding: 0;
    background-color: #75ADAC;
}


form textarea {
    width: 400px;
    height: 200px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

input[type=text] {
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

form input {
    width: 400px;
}

input[type=submit] {
    background-color: #75ADAC;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    cursor: pointer;
}


/* Sternebewertung */

span#Bewertung label {
    line-height: 45px;
    cursor: Pointer;
}

span#Bewertung input[type="radio"] {
    display: None;
}

.sternebewertung {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

label.sternebewertung:not(:checked)>input {
    display: None;
}

label.sternebewertung:not(:checked)>label {
    position: relative;
    width: 1em;
    padding: 0 .1em;
    overflow: Hidden;
    white-space: Nowrap;
    cursor: Pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #D0D0D0;
    text-shadow: 1px 1px #B0B0B0, 2px 2px #606060, .1em .1em .2em rgba(0, 0, 0, .5);
    transition: all .5s;
}

label.sternebewertung:not(:checked)>label::before {
    content: '★ ';
}

label.sternebewertung>input:checked~label {
    color: #FFD700;
    text-shadow: 1px 1px #C06000, 2px 2px #904000, .1em .1em .2em rgba(0, 0, 0, .5);
    animation: twinkle 1s ease-in-out infinite alternate;
}

label.sternebewertung:not(:checked)>label:hover,
label.sternebewertung:not(:checked)>label:hover~label {
    color: #FECF41;
    text-shadow: 1px 1px #F29E02, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

label.sternebewertung>input:checked+label:hover,
label.sternebewertung>input:checked+label:hover~label,
label.sternebewertung>input:checked~label:hover,
label.sternebewertung>input:checked~label:hover~label,
label.sternebewertung>label:hover~input:checked~label {
    color: #FBB600;
    text-shadow: 1px 1px #F8BA01, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

.topnav {
    position: absolute;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: rgba(98, 170, 229, 0.1);
}

.topnav.responsive a {
    float: none;
    display: block;
}

.verticalseperator {
    border-left: 1px solid green;
    height: 100%;
}

.topnav a {
    display: inline-block;
    color: #f2f2f2;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav hr {
    display: none;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.topnav .icon {
    display: none;
}


@keyframes twinkle {
    to {
        text-shadow: 1px 1px #FFE653, 2px 2px #FFF5BF, .1em .1em .2em rgba(0, 0, 0, .5);
    }
}

@media screen and (max-width: 1000px) {

    .equipmentbox {
        clear: both;
        width: 100%;
    }

    .topnav {
        text-align: left;
    }

    .topnav.responsive hr {
        display: block;
    }

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }


    form textarea {
        width: 300px;

    }

    form input {
        width: 300px;
    }

    .ratingContainer {
        width: 300px;
    }

    .external-ratings {
        position: relative;
    }

    .contactbox {
        width: 100%;
    }

    .content {
        margin-top: 0;
        width: 100%;
        left: 0;
        transform: none;
        background-color: white;
    }

    .boxinfo {
        clear: both;
        line-height: 0;
        height: 80px;
        width: 100%;
        padding: 0;
    }

    .boximage1 {
        clear: both;
        width: 100%;
    }

    .boximage2 {
        clear: both;
        width: 100%;
    }
}