body {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    hyphens: auto;
    color: #121212;
}

p {
    font-weight: 400;
    line-height: 1.8em;
    font-size: 1.2em;
    letter-spacing: 1px;
}



.content-wrapper li {
    font-weight: 400;
    line-height: 1.8em;
    font-size: 1.2em;
    letter-spacing: 1px;
    list-style: square;
}

.content-wrapper ul {
    padding-left: 20px;
}

h1 {
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: 1em;
    font-size: 3em;
    hyphens: auto;
}

h2 {
    font-weight: 600;
    font-size: 2em;
    margin-top: 2em;
    letter-spacing: 0.05em;
}

.hero-image {
    width: 100%;
    margin-top: 3em;
}

a {
    text-decoration: none;
    color: #121212;
    letter-spacing: 0.05em;
    font-weight: 400;
}

p a {
    color: #6b6b6b;
}

p a:hover {
    color: #121212;
}

.main-header {
    width: 240px;
    height: 100vh;
    top: 0;
    position: fixed;
    font-weight: 500;
}


.head_wrapper {
    height: 100%;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    margin-left: 20px;
    border-right: 1px solid #CFCFCF;
}

.head_wrapper a {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.logo {
    float: left;
    display: block;
    width: 240px;
    height: 200px;
}

.main-nav {
    width: 100%;
    align-items:center;
    z-index: 1;
}

.main-nav a {
    font-size: 1.8em;
}

.main-nav ul {
    list-style-type: none;
    margin-top: 20px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.main-nav li {
    display: inline-block;
    width: 100%;
}

.main-nav li a {
    display: inline-block;
    text-decoration: none;
    color: #818181;
    font-size: 1.3em;
    text-transform: capitalize;
    font-weight: 500;
}

.main-nav li a:hover {
    color: #000;
}


.content-wrapper {
    margin-left: 240px;
    padding-left: 60px;
    max-width: 800px;
    padding-right: 40px;
}

.image img {
    height: 90vh;
}

.image {
    width: 100%;
}


.main-footer {
    z-index: -1;
    width: 100vw;
    color: #121212;
    margin-top: 50px;
    display: inline-block;
}

.footer_container {
    display: flex;
}

.footer_item {
    border-right: 1px solid #CFCFCF;
    float: left;
    letter-spacing: 0.1em;
    padding: 20px;
    text-align: left;
}

.footer_item h3 {
    margin: 0;
}

.footer_item p {
    font-weight: 400;
    margin-top: 0.5em;
}

.footer_item a {
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 0.1em;
    color: #6b6b6b;
}


.footer_item h3 {
    text-transform: uppercase;
}

.copyright {
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    letter-spacing: 0.1em;
    padding: 20px;
    margin-top: 5em;
}

.content-wrapper img {
    max-width:100%;
    max-height:100%;
}
.reservieren {
    float: none;
    display: block;
    width: 100%;
}

.anreise {
    display: inline-block;
    width: 100%;
    align-items: center;
}

.beschreibung {
    display: flex;
    align-items: center;
}

.buttons {
    margin-top: 30px;
}

.buttons a {
    line-height: 2em;
    font-size: 2.5em;
    color: #818181;
    margin-bottom: 20px;
    border-bottom: 3px solid #7a7a7a;
}

.buttons a:hover {
    color: #121212;
    border-bottom: 3px solid #121212;

}

.divider {
    width:20px;
    height:auto;
    display:inline-block;
}



table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}


table {
    margin-right: auto;
    margin-bottom: 100px;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100vw;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 1.2em;
    letter-spacing: 1%;
}

th {
    color: #121212;
    padding: 20px 20px 20px 20px;
    letter-spacing: 0.1em;
}

td {
    padding: 20px 20px 20px 20px;
}

tr {
    padding: 8px 10px 6px 8px;
    border-bottom: 1px solid #CFCFCF;
}


.galerie {
    display: flex;
    width: 100%;
    align-items: center;
}


.galerie_wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.mySlides {
    display: none;
    width: 100%;
}

.buttons_galerie {
    width: 100%;
    padding-top: 20px;
    font-weight: 600;
    font-size: 1.8em;
}

.zurueck {
    text-align: left;
    color: #818181;
}

.weiter {
    float: right;
    text-align: right;
    color: #818181;
}
/*
.zurueck:hover, .weiter:hover{
    color: #121212;
    cursor: url('https://dev.erlenhuettli.ch/user/themes/erlen/img/cursor.png'), auto;
}
*/

.galerie_leiste {
    height: 40px;
    align-items: center;
    margin-top: -7px;
}

.map {
    height: 600px;
    width: 100%;
}

#map {
    height: 100%;
    width: 100%;
    background-color: grey;
    display: inline-block;
}

#map a {
    letter-spacing: normal;
    text-transform: none;
}

#map i {
    font-size: 0.8em;
}

.preise td, .preise th {
    text-align: center;
}

/*
.reservieren a {
    cursor: url('https://dev.erlenhuettli.ch/user/themes/erlen/img/cursor.png'), auto;
}
*/

.preise {
    width: 100%;
    align-items: center;
}

.checkout {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.eingabefeld {
    float: left;
    display: block;
}

.eingabefeld > .description {
    font-size: 1em;
    font-weight: 500;
}

.eingabefeld input {
    font-weight: 600;
    color: #888888;
    width: 70px;
    text-align: center;
    font-size: 2em;
    border: none;
    border-bottom: 2px solid #888888;
}

.eingabefeld #total {
    font-weight: 600;
    color: #121212;
    width: 70px;
    text-align: center;
    font-size: 32px;
    border: none;
    border-bottom: 2px solid #000000;
    padding-right: 10px;
    padding-left: 10px;
}

.zeichen {
    color: #888888;
    font-size: 32px;
    float: left;
    text-align: center;
    width: 40px;
    font-weight: 600;
    padding-top: 8px;
}


