@font-face {
    font-family: 'TrashHand-Webfont';
    src: url('../fonts/TrashHand-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../fonts/Quicksand-Regular.woff')  format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #eaedc3;
    font-family: 'Quicksand-Regular', system-ui, sans-serif;
    color: #3a3a3a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'TrashHand-Webfont', sans-serif;
    color: #6c8341;
}

h1 {
    font-size: 36pt;
}

body a,
body a:visited,
body a:hover,
body a:active { text-decoration: none; }

hr {
  border-top: 2px solid #f1f1f1;
}

.footer {
    background-color: #7a8212;
    color: #f1f1f1;
    font-size: 10pt;
    line-height: .5;
    margin-top: 16px;
}

.highlight {
    font-weight: bold;
    color: #6c8341;
}

.content-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding-top: 86.5px; /* ersetzen mit padding, dann spacer element mit flex: 1; probieren!!!! min-height 100vh? */
    min-height: 100vh;
}

.menu-item {
    height: 100%;
    display: flex !important;
    align-items:center !important;
}

.spacer {
    flex: 1;
}

.booking_button {
    margin: 32px;
    display: flex;
    background-color: #7a8212;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-family: 'TrashHand-Webfont';
    font-size: 32pt;
    width: 300px; 
    height: 80px;
}

.flex-center {
    justify-content: center;
}

.preview_image {
    width: 300px;
    height: 200px;
}