:root{
    --main-color: #186217;
    --snd-color: #F15A24;
}
    
@font-face {
  font-family: goodFont;
  src: url('https://fonts.googleapis.com/css2?family=Catamaran&family=Roboto:wght@100&display=swap');
}

body{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-family: 'Catamaran';
    font-weight: 300;
    color: var(--snd-color);
    
}
label{
    font-weight: 700;
    color: black;
    
}
.background{
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    
    
}
.backgroundImage{
    position: relative;
    min-width: 100%;
    height: 100%;
    left: -180px;
}



.headline{
    position: fixed;
    z-index: 11;
    background-color: white;
    padding: 0px 40px 0px 24px;
    top: 14;
    font-weight: 800;
    font-size: 4em;
    letter-spacing: .2em;
    text-decoration-color: #186217;
}


/* Menu */

#sidebar{
    z-index: 10;
    position: fixed;
    width: 500px;
    height: 100%;
    background: #fff;
    left: -500px;
    transition: 0.7s;
    box-shadow: 10px 10px 100px;
    
}
#sidebar.active{
    left: 0;
}

#sidebar ul{
    position: fixed;
    margin-top: 25vh;
    
}

#sidebar ul li{
    list-style: none;
    color: #000;
    font-size: 20px;
    margin-top: .8em;
    padding-top: 10px;
    padding-left: 14px;
}

#sidebar a{
    text-decoration: none;
    font-size: 2.2em;
    font-weight: 800; 
    color: var(--main-color);
}
#sidebar .selected a{
    color: var(--snd-color);
}
#sidebar a:hover{
    color: var(--snd-color);
    font-size: 2.2em;
    font-weight: 900; 
}


.toggle-btn{
    position: absolute;
    padding-top: 20px;
    padding-left: 530px;
    padding-right: 30px;
    padding-bottom: 24px;
    background-color: white;
    box-shadow: 10px 10px 100px;
    
}

.toggle-btn span{
    width: 65px;
    height: 6px;
    background: var(--snd-color);
    display: block;
    margin-top: 6px;
}



/* Menu */

/*
.menu{
    position: fixed;
    height: 100%;
    width: 16em;
    background-color: white;
    
}
.menu-background{
    width: 100%;
    height: 50%;
    margin-top: 30vh;
    margin-left: 3vw;
    margin-bottom: 50%;
    color: white;
    
}
.menu li{
    margin-top: 1.5em;
    
}
.menu a{
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 600; 
    color: var(--main-color);
}
.menu #selected a{
    color: var(--snd-color);
}
.menu a:hover{
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: 600; 
    color: #186217;
}
*/

.paragraphBox{
    position: absolute;
    float: none;
    bottom: 20vh;
    right: 4vw;
    width: 30em;
    height: auto;
    padding: 0px 20px 20px;
    background-color: white;
}

.paragraph{
    color: #000;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.2;
}
.paragraphLink{
    color: var(--snd-color);
    font-size: 1.8em;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: underline;
}

.listContainer{
    position: relative;
    top: 18%;
    left: 13%;
    width: 80vw;
    height: 128vw;
}

.listContainerGallery{
    position: relative;
    top: 24%;
    left: 11%;
    width: 90vw;
    height: 160vw;
}

.listElement{
    overflow: hidden;
    position: relative;
    float: left;
    height: 50%;
    width: 40%;
    padding: 2.5%;
}
.eselImage{
    overflow: hidden;
    width: 100%;
    height: 50%;
    margin-bottom: 2em; 
    background-color: black;
}
.eselImage img{
    top: -23%;
}
.eselImageSmall{
    overflow: hidden;
    width: auto;
    height: 14vw;
    margin-bottom: 2em;
    opacity: .8;
}
.eselImageSmall img{
    position: relative;
    top: -20%;
    width: 100%;
}
.eselImageGallery{
    overflow: hidden;
    width: auto;
    height: auto;
    margin-bottom: 18%;
    opacity: .8;
}
.listElement img{
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
}
h3{
    position: relative;
    padding: 10;
    margin: -18 -10;
    bottom: 100%;
    left: -5;
    font-size: 4.4em;
    line-height: 1.1em;
    letter-spacing: .2em;
}
.h3Small{
    top: -72%;
}
.listParagraph{
    font-size: 1.9em;
    font-weight: 700;
    line-height: 1.2;
}
.listParagraphLink{
    position: relative;
    font-size: 2em;
    font-weight: 900;
    top: -1em;
}

.listContainerCalendar{
    position: relative;
    top: 35%;
    left: 7%;
    width: 88vw;
    height: 52vh;
}
.listElementCalendar{
    position: relative;
    float: left;
    height: 100%;
    width: 20%;
    padding: 2.5%;
}
.Calendar{
    width: 100%;
    height: 100%;
}
.calendarImage{
    overflow: hidden;
    margin-bottom: 4em; 
    background-color: black;
}
.continueBox{
    position: absolute;
    float: none;
    width: 10vw;
    height: auto;
    left: 84vw;
    top: ;
    bottom: 10vh;
    padding: 5px 20px 0px;
    background-color: var(--snd-color);
    bottom: ;
}
.continueParagraph{
    color: #fff;
    font-weight: 600;
    line-height: 0em;
    font-size: 1.6em;
    letter-spacing: 4;
}
.bookingColumn{
    float: left;
    height: 80vh;
    width: 100vw;
}
.listContainerBooking{
    float: left;
    position: relative;
    top: 10%;
    left: 10%;
    width: 70vw;
    height: 50vh;    
}
.listContainerBooking2{
    float: left;
    position: relative;
    top: 10%;
    left: 20%;
    width: 55vw;
    height: 60vh;    
}
.listElementBooking{
    position: relative;
    float: left;
    height: 30%;
    width: 80%;
    padding: 2.5% 2.5% 2.5% 9%;
    margin: 2%;
    border-style: solid;
    border-width: 5px;
    border-color: #dcdcdc;
}
.listElementBooking:hover{
    position: relative;
    float: left;
    height: 30%;
    width: 80%;
    padding: 2.5% 2.5% 2.5% 9%;
    margin: 2%;
    border-style: solid;
    border-width: 5px;
    border-color: var(--main-color);
}
.h3Booking{
    top: -100%;
    left: -4%
}
form input{
    height: 4em;
    width: 100%;
}

#sidebar .impressum a{
    line-height: 20em;
    font-size: 1em;
}