@import url('https://fonts.googleapis.com/css2?family=Fauna+One&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Fauna One", sans-serif;
    /*overflow: hidden;*/
}

/* || VARIABLES */

:root {
    /* FONTS */
    --FF: "Fauna One", san-serif;
    --FF-HEADINGS: "Fauna One", cursive;
    --FS: clamp(1rem, 2.2vh, 1.5rem);

    /* COLORS */
    --BGCOLOR: #c2f1d7;
    --BGCOLOR-FADE: rgb(225, 245, 234);
    --BGIMAGE: linear-gradient(to right, var(--BGCOLOR), var(--BGCOLOR-FADE));
    --BGIMAGE1: url(/grafik/gallerie/usedom.jpg);
    --BGIMAGE_REVERS: linear-gradient(to bottom, var(--BGCOLOR-FADE), var(--BGCOLOR));
    --FONT-COLOR: #000;
    --FONT-COLOR-HELL: #fff;
    --BORDER-COLOR: #333;
/* || VARIABLEN ENDE */    
}
html{
    background-color: var(--BGCOLOR);
    background-image: var(--BGIMAGE);
}
header{
    position:sticky;
    background-color: var(--BGCOLOR-FADE);
    background-image: var(--BGIMAGE);
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 15px 200px;  
    transition: 0.5s ease; 
    z-index: 100;
}
header img{
    max-width: 200px;
    max-height: 200px;
}
header .brand{
    color: var(--FONT-COLOR-HELL);
    font-size: 1.5rem;
    font-weight: 600;
    text-transform:capitalize;
    text-decoration: none;
    text-shadow: 2px 2px #fff;
    text-shadow:  0 -5px 20px #000;
}
header .navigation{
  position: relative;
}
header .navigation .navigation-items a{
    position: relative;
    color:var(--FONT-COLOR-HELL);
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    margin-left: 30px;
    transition: 0.3s ease;
    text-shadow:  0 -5px 20px #000;
}
header .navigation .navigation-items a::before{
    content: "";
    position: absolute;
    background: var(--FONT-COLOR-HELL);
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
    text-shadow:  0 -5px 20px #000;
}
header .navigation .navigation-items a:hover::before{
    width: 100%;
}
 
section{
    padding: 1vh 10vh;
    background-color: var(--BGCOLOR-FADE);
    background-image: var(--BGIMAGE);
}
section h2{
    font-size: 1.1em;
    font-style: italic;
    margin-top: 1em;
    
}

/* || belegung.html*/
section.miete h2{
    font-family: var(--FF-HEADINGS);
    font-size: 1.5em;
    font-style: italic;
    margin-top: 1em;
}
section.miete h3{
    font-family: var(--FF);
    color: var(--FONT-COLOR);
    font-size: 0.8em;
    font-style: italic;
    margin-top: 2em;
}

table.preise{
    /* border: 1px solid darkgreen; */
    margin: 1em 0em 1em 0em;
    border-collapse: collapse;
    /* min-width: 150px; */
    max-width: 50vw;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}
table.preise th, td{
    padding: 10px 10px;
}
table.preise thead tr, th{
    background-color: rgba(22, 151, 151, 0.877);
    color: var(--FONT-COLOR-HELL);
    font-size: 0.8em;
    text-align: center;
    }
table.preise tbody tr th{
    border-bottom: 1px solid #ccc;
    font-size: 0.8em;
    text-align: center;
}
table.preise tbody tr td{
    border-bottom: 1px solid #ccc;
    font-size: 0.8em;
    text-align: center;
}
table.preise tbody tr:last-of-type{
    border-bottom: 1px solid rgba(22, 151, 151, 0.877);
    
}

table.preise tfoot tr td{
    background-color:rgba(22, 151, 151, 0.877);
    color: var(--FONT-COLOR-HELL);
    font-size: 0.8em;
    text-align: center;
}
/* || BELEGUNG ENDE */

/* || agb.html*/
section.nutzbedingungen{
    border: 0px solid #000;
}
section.nutzbedingungen h2{
    font-family: var(--FF-HEADINGS);
    font-size: 1.5em;
    font-style: italic;
    margin-top: 1em;
}
section.nutzbedingungen h3{
    font-family: var(--FF);
    color: var(--FONT-COLOR);
    font-size: 0.8em;
    font-style: italic;
    margin-top: 2em;
}
section.nutzbedingungen p{
    margin: 5px 0 15px 0;
    padding-left:0;
    font-size: 0.8em;
    text-align: justify;
}
section.nutzbedingungen dt{
    font-size: 0.9em;
    font-weight: bold;
    font-style: italic;
    padding-left: 3em;
    margin-top: 0.5em;
}
section.nutzbedingungen dl, dd{
    font-size: 0.9em;
}
section.nutzbedingungen dd{
    margin-bottom: 0.25em;
    padding-left: 6em;
}
section.nutzbedingungen dl#kosten{
    font-size: 0.8em;
}

section.nutzbedingungen a{
    position: relative;
    color:var(--FONT-COLOR);
    font-size: 0.9em;
    font-weight:500;
    font-style:oblique;
    text-decoration: none;
    transition: 0.3s ease;
}
section.nutzbedingungen a::before{
    content: "";
    position: absolute;
    background: var(--FONT-COLOR);
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
}
section.nutzbedingungen a:hover::before{
    width: 100%;
}
section.nutzbedingungen ul{
    margin: 5px 0 15px 35px;
    padding-left:0;
    font-size: 0.8em;
    text-align: justify;
}
section.nutzbedingungen li{
    list-style-type: circle;
}
/* || AGB ENDE */

/* || impressum.html */
section.impressum h2{
    font-family: var(--FF-HEADINGS);
    font-size: 1.5em;
    font-style: italic;
    margin-top: 1em;
}
section.impressum h3{
    font-family: var(--FF);
    color: var(--FONT-COLOR);
    font-size: 0.8em;
    font-style: italic;
    margin-top: 2em;
}
section.impressum p{
    margin: 5px 0 15px 0;
    padding-left:0;
    font-size: 0.8em;
    text-align: justify;
}
/* || IMPRESSUM ENDE */

/* || datenschutz.html */
section.datenschutz h2{
    font-family: var(--FF-HEADINGS);
    font-size: 1.5em;
    font-style: italic;
    margin-top: 1em;
}
section.datenschutz h3{
    font-family: var(--FF);
    color: var(--FONT-COLOR);
    font-size: 0.8em;
    font-style: italic;
    margin-top: 2em;
}
section.datenschutz p{
    margin: 5px 0 15px 0;
    padding-left:0;
    font-size: 0.8em;
    text-align: justify;
}
section.datenschutz ul{
    margin: 5px 0 15px 35px;
    padding-left:0;
    font-size: 0.8em;
    text-align: justify;
}
/* || DATENSCHUTZ ENDE */

/* || gallerie.html*/
.mgallerie {
    border: #000 solid 0px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 64%;
    display:flex;
    box-sizing:unset;
    /*align-items: top;
    background-color: var(--BGCOLOR-FADE);
    background-image: var(--BGIMAGE1);*/
    overflow: hidden;
   
    
}
/* ab hier neu*/
/*KARUSSEL*/
.carousel{
    width: 100vw;
    height: 100vh; /* ----- hier --*/
    overflow: hidden;
    margin-top: 0px;
    position: relative;
}
.carousel .list .item{
    position: absolute;
    inset: 0 0 0 0;
}
.carousel .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel .list .item .content{
    position: absolute;
    top: 25%;
    width: 1140px;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: var(--FONT-COLOR-HELL);
    text-shadow:  0 -5px 20px #000;
    
}
.carousel .list .item .content .author{
    font-weight:bold;
    letter-spacing: 10px;
}
.carousel .list .item .content .title,
.carousel .list .item .content .topic{
    font-weight: bold;
    font-size: 3em;
    list-style: 1.2em;
}
.carousel .list .item .content .topic{
    color: #f1683a;
}
.carousel .list .item .buttons{
    display: grid;
    grid-template-columns: repeat(2, 130px);
    grid-template-rows: 40px;
    gap: 5px;
    margin-top: 20px;
}
.carousel .list .item .content .button{
    border: none;
    background-color: #eee;
    letter-spacing: 3px;
    font-family: Poppins;
    font-weight: 500;
}
.carousel .list .item .content button:nth-child(2){
    background-color: transparent;
    color: #eee;
    border: 1px solid #eee;
}

/* THUMBNAIL */
.thumbnail{
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
}
.thumbnail .item{
    width: 150px;
    height: 200px;
    flex-shrink: 0;
    position: relative;
}
.thumbnail .item img{
    width: 150px;
    height: 200px;
    flex-shrink: 0;
    position: relative;
    object-fit: cover;
    border-radius: 20px;
}
.thumbnail .item .content{
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-size: 0.8em;
    color: var(--FONT-COLOR-HELL);
}
.thumbnail .item .content .title{
    font-weight: bold;
}
/* ARROWS */
.arrows{
    position: absolute;
    top: 80%;
    right: 52%;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.arrows button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eee4;
    border: none;
    font-family: monospace;
    color: #fff;			
    font-weight: bold;
    font-size: xx-large;
    transition: 0.5s;
    z-index: 100;
}
.arrows button:hover{
    background-color: #eee;
    color: #555;
}

.carousel .list .item:nth-child(1){
    z-index: 1;
}
.carousel .list .item:nth-child(1) .author,
.carousel .list .item:nth-child(1) .title,
.carousel .list .item:nth-child(1) .topic,
.carousel .list .item:nth-child(1) .des,
.carousel .list .item:nth-child(1) .buttons{
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent 0.5s linear 1 forwards;
}
@keyframes showContent{
    to{
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}
.carousel .list .item:nth-child(1) .title{
    animation-delay: 1.2s;
}
.carousel .list .item:nth-child(1) .topic{
    animation-delay: 1.5s;
}
.carousel .list .item:nth-child(1) .des,
.carousel .list .item:nth-child(1) .buttons{
    animation-delay: 1.8s;
}

/* effect next click */
.carousel.next .list .item:nth-child(1) img{
    width: 150px;
    height: 220px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    border-radius: 20px;
    animation: showImage 0.5s linear 1 forwards;
}
@keyframes showImage{
    to{
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
}
.carousel.next .thumbnail .item:nth-last-child(1){
    width: 0;
    overflow: hidden;
    animation: showThumbnail 0.5s linear 1 forwards;
}
@keyframes showThumbnail{
    to{
        width: 150px;
    }
}
.carousel.next .thumbnail{
    transform: translateX(150px);
    animation: transformThumbnail 0.5s linear 1 forwards;
}
@keyframes transformThumbnail{
    to{
        transform: translateX(0);
    }
}

/* effect prev click */
.carousel.prev .list .item:nth-child(2){
    z-index: 2;
}
.carousel.prev .list .item:nth-child(2) img{
    position: absolute;
    bottom: 0;
    left: 0;
    animation: outImage 0.5s linear 1 forwards;
}
@keyframes outImage{
    to{
        width: 150px;
        height: 200px;
        border-radius: 20px;
        left: 50%;
        bottom: 50px;
    }
}
.carousel.prev .thumbnail .item:nth-child(1){
    width: 0;
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail 0.5s linear 1 forwards;
}
.carousel.prev .list .item:nth-child(2) .author,
.carousel.prev .list .item:nth-child(2) .title,
.carousel.prev .list .item:nth-child(2) .topic,
.carousel.prev .list .item:nth-child(2) .des,
.carousel.prev .list .item:nth-child(2) .buttons{
    animation: contenOut 1.5s linear 1 forwards;
}
@keyframes contentOut{
    to{
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}
.carousel.next .arrows button,
.carousel.prev .arrows button{
    pointer-events: none;
}
/*TIME*/
.time{
    width: 100%;
    height: 5px;
    background-color: #f1683a;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}
.carousel.next .time,
.carousel.prev .time{
    width: 100%;
    animation: timeRunning 2s linear 1 forwards;
}
@keyframes timeRunning{
    to{
        width: 0;
    }
}
/*ENDE*/
/* || GALLERIE ENDE */
/* || BUCHUNG */

main.buchung{
    margin: 0 auto;
    padding: 25px;
    background-color: var(--BGCOLOR-FADE);
    background-image: var(--BGIMAGE);
    border: #000 solid 0px;
}
main.buchung h2{
    font-family: var(--FF-HEADINGS);
    font-size: 1em;
    font-style: italic;
    margin-top: 1em;
    text-align: center;
}
main.buchung p{
    margin: 5px 0 15px 0;
    padding-left:0;
    font-size: 0.8em;
    text-align: justify;
}
/*Elterncontainer*/
.form-cont{
    margin: 0 auto;
    max-width: 70%;
    border: rgba(1, 1,1, 0.25) dashed 1px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
   /* align-items:center;*/
   flex-wrap: wrap;
    flex-grow: 0; /* Element behält seine ursprüngliche Größe */
}

.form-col {
  flex-basis: 100%;  /*oder ein anderer Wert, um die Spaltenbreite zu definieren*/
  box-sizing: border-box; /*hilft bei der Breite*/
  margin: 15px 5px 0px 5px; /* oben rechts unten links */
  padding: 10px;
  border: rgba(1, 1,1, 0.05) solid 0px;
  border-radius: 10px;
}

.form-col fieldset{
    padding: 10px;
    border-radius: 10px;
    border-color: transparent;
    font-size: 0.9em;
}

.form-col input,
.form-col select{
    padding: 10px;
    margin-top: 10px;
    width: 49%;
    height: 3em;
    border-radius: 10px;
    border: rgba(1, 1,1, 0.1) solid 1px;
    background-color: transparent;
    font-size: 0.9em;
}

.form-col select{
   appearance:none;
   outline: 0;
   box-shadow: none;
   background-color: rgba(1,1,1, 0.1);
   cursor: pointer; 
   min-width: 250px;
 }
.form-col .name,
.form-col .mail,
.form-col .strasse,
.form-col .datum,
.form-col .anzahlgaeste,
.form-col .plz,
.form-col .ort{
    min-width: 250px;
 }
 
 .form-col textarea{
    height: 150px;
    width: 100%;
    font-size: 0.9em;
    border: rgba(1, 1,1, 0.1) solid 1px;
    background-color: transparent;
    border-radius: 10px;
    padding: 10px;
 }

.form-col .anzZeichen{
	font-size:0.7em;
        border: #000 solid 0px;
        text-align: right;
	margin-top: 5px;
	padding: 0 25px;
}

/*.form-col > input.rechne{*/
.form-col .rechne{
    margin-top: 10px;
    border: rgba(1, 1,1, 0.1) solid 0px;
    min-width: 25px;
    max-width: 30px;
	text-align: center;  
}
.form-col .rechne:last-child{
    border: rgba(1, 1,1, 0.1) solid 1px;
	background-color: rgba(1,1,1, 0.1);
    min-width: 30px;
    max-width: 50px; 
	text-align: center;
}

.form-col .check{
    width: 20px;
    height: 20px;
    accent-color: rebeccapurple;
    margin-left: 5px;
    border:#000 solid 1px;
 }
 
 .form-col .bestaetigen{   
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
    bottom: 5px;
    font-size: 0.9em;
 }

 .form-col button{
    font-family: var(--FF);
    font-size: 1.1em;
    border: rgba(1, 1,1, 0.1) solid 1px;
    border-radius: 10px;
    padding: 8px 16px;
    margin-top: 10px;
    cursor: pointer;
    width: 49%;
    min-width: 250px;
 }
  .form-col button[type="submit"]{
    color: #fff;
    background-color: rebeccapurple;
    
 }
 .form-col button[type="submit"]:hover{
    color: #fff;
    background-color: rgb(48, 4, 92);
 }
 .form-col button[type="reset"]{
    background-color:transparent;
 }
 .form-col button[type="reset"]:hover{
    background-color: rgba(1,1,1, 0.1);
 }
  /* Formatieren der Formularfelder bei Fehleingaben */
.fehler{
     color: red; font-size: 0.9em;
 }
.erfolg{
     color: green; font-size: 1em; margin-bottom: 1em;
 }
/* || BUCHUNG ENDE */

/* || KONTAKT */


/* || KONTAKT ENDE */
/* || DANKE Start */
body.danke{
    margin: 0 auto;
    padding: 25px;
    background-color: var(--BGCOLOR-FADE);
    background-image: var(--BGIMAGE);
    border: #000 solid 0px;
}
main.danke h2{
    font-family: var(--FF-HEADINGS);
    font-size: 1em;
    font-style: italic;
    margin-top: 1em;
    text-align: center;
    padding-bottom: 10px;
}
main.danke p{
    margin: 5px 0 15px 0;
    padding-left:15 px;
    font-size: 0.8em;
    text-align: center;	
}
/* || DANKE ENDE */
footer{
    background-color: rgba(22, 151, 151, 0.877);
    color: var(--FONT-COLOR-HELL);
    position: relative;
    height: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    text-align: center;
    padding: 0vh 5vw;   
    transition: 0.5s ease; 
    flex-wrap: wrap;
    font-size: 1em;
    z-index: 100;
}

footer img{
    margin: 0px 25px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
}

footer a{
    position: relative;
    color:var(--FONT-COLOR-HELL);
    font-size: 1em;
    text-decoration: none;
    margin-left: 30px;
    transition: 0.3s ease;
}

footer a::before{
    content: "";
    position: absolute;
    background: var(--FONT-COLOR-HELL);
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
}
footer a:hover::before{
    width: 100%;
}

footer div ul li{
list-style: none;
line-height: 1.8em;
}


@media(max-width: 1250px){
    header{
        z-index: 999;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
        transition: 0.5s ease;
    }
    header img{
        max-width: 100px;
        max-height: 100px;
    }

    header .brand{
        font-size: 1.2rem;
    }

    section{
        padding: 1.5vh 5vw;
    }

    header .navigation{
        display: none;
    }
    header .navigation.active{
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(1, 1, 1, 0.5);
    }
    header .navigation .navigation-items a{
        color: #222;
        font-size: 1rem;
        margin: 20px;
    }
    header .navigation .navigation-items a::before{
        background: #222;
        background: red;
        height: 2px;
    }
    header .navigation.active .navigation-items{
        background: #fff;
        width: 300px;
        /* max-width: 300px; */
        margin: 20px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 10px;
        box-shadow: 0 5px 25px rgba(1, 1, 1, 0.2);
    }
    .menu-btn{
	background: url(../grafik/openMenuSW.png)no-repeat;
        background-size: 30px;
        background-position: center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s ease;
        background-color: transparent;
        border-radius: 10px;
    }
    .menu-btn.active{
        z-index: 999;
        background: url(../grafik/close.png)no-repeat;
        background-size: 30px;
        background-position: center;
        transition: 0.3 ease;
        color: #fff;
    }
    
    section.impressum p,
    section.nutzbedingungen p{
        margin: 5px 0 15px 0;
        padding-left:0;
        text-align: justify;
    }
    
    table.preise tbody tr th{
        border-bottom: 1px solid #ccc;
        font-size: 0.7em;
        text-align: center;
    }
    table.preise tbody tr td{
        border-bottom: 1px solid #ccc;
        font-size: 0.7em;
        text-align: center;
    }
    table.preise tfoot tr td{
       font-size: 0.7em;
       text-align: center;
    }
    footer{
        height: 120px;
        font-size: 0.9em;
    }    
    footer img{
        margin: 0px 25px;
        max-width: 50px;
        max-height: 50px;
        border-radius: 50%;
    }
    footer a::before{
        height: 1px;
    }
    
}

@media screen and (max-width: 578px){
    section h2{
        font-size: 1em;
    }

    table.preise thead{
        display: none;
    }
    table.preise tbody th{
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        overflow: hidden;
        font-size: 0.9em;
    }
    table.preise tbody tr{
        display:block;
        justify-items: left;
        margin-bottom: 10px;
        text-wrap: nowrap;
        font-size: 0.9em;
        border-bottom: 0px solid #ccc;
    }
    table.preise tbody tr:last-of-type{
        border-bottom: 0px solid #ccc;
    }
    table.preise tbody td{
        display:block;
    }
    table.preise tbody td::before{
        content:attr(data-label)": ";
        display:inline-block;
        min-width: 200px;
    }
    table.preise tfoot{
        font-size: 0.9em;
        color: #fff;
    }

    section.impressum p,
    section.nutzbedingungen p{
        margin: 5px 0 15px 0;
        padding-left:0;
        text-align: justify;
    }

    .carousel .list .item .content{padding-right: 0;}
    .carousel .list .item .content .title{font-size: 2rem;}
    .carousel .list .item .content .topic{ font-size: 1.5rem; }

    /* || BUCHUNG Start */
    .form-cont{
        margin: 3vw 3vw; 
        max-width: 90vw;
        font-size: 0.9em;
    }
    .form-col input,
    .form-col select{
        width: 100%;
    }
    /* || Buchung ENDE */

    footer{
        padding: 3vh 2vw;
        flex-wrap: wrap;
        height: 100px;
        font-size: 0.7em;
    }    
    footer img{
        margin: 0px 25px;
        max-width: 35px;
        max-height: 35px;
        border-radius: 50%;
    }
    
    footer div ul li{
       line-height: 1.5em;
       
    }
    footer a::before{
        height: 1px;
    }
}