* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    background-image: url('../content/horvath_background-pattern.jpg');
}

body {
    max-width: 1080px;
    margin: auto;
    background-color: #005f33;
    font-family: 'Archivo Narrow', sans-serif;
}

h1 {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 3rem;
    text-align: center;
    font-family: 'Grenze Gotisch', cursive;
    font-weight: 800;
    font-size: 3rem;
    color: #ffffff;
    z-index: 1;
}

h2 {
    padding-bottom: 1rem;
    font-family: 'Grenze Gotisch', cursive;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #00713c;
}

p {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 1.5rem;
    line-height: 120%;
    color: #ffffff;
    hyphens: none;
}

a {
    color: #00713c;
    font-family: 'Grenze Gotisch', cursive;
    font-weight: 300;
    font-size: 1.65rem;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1080px;
    margin: auto;
    height: 3rem;
    background-color: #00713c;
    -webkit-filter: drop-shadow(0 0.5rem 0.5rem rgba(0,0,0,.25));
    filter: drop-shadow(0 0.5rem 0.5rem rgba(0,0,0,.25));
    z-index: 100;
}

.navbar-logo {
    height: 4.1rem;
    animation: fade-in-move-down 1s;
    -webkit-filter: drop-shadow(0 0.5rem 0.5rem rgba(0,0,0,.25));
    filter: drop-shadow(0 0.5rem 0.5rem rgba(0,0,0,.25));
    transition: 0.5s ease-in-out;
}

@keyframes fade-in-move-down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar a {
    float: left;
    display: block;
    height: 2rem;
    padding: 0.75rem 1rem 0.25rem;
    color: #ffffff;
    font-family: 'Grenze Gotisch', cursive;
    font-weight: 300;
    font-size: 1.125rem;
    text-decoration: none;
}

.navbar a.lang {
    float: right;
}

.navbar a:hover {
    color: #005f33;
}

.navbar .icon {
  display: none;
}

.snowflakes img {
    position: absolute;
    top: 3rem;
    width: 100%;
    max-width: 1080px;
    z-index: 99;
}

.slideshow {
    position: relative;
    top: 3rem;
    margin: auto;
}

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

.lead img {
    width: 100%;
    vertical-align: middle;
    border-bottom: solid #00713c 0.125rem;
}

.lead p {
    position: absolute;
    align-content: center;
    width: 95%;
    padding: 1.25rem 1rem 0.35rem;
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    left: 50%;
    transform: translate(-50%, -150%);
    -webkit-filter: drop-shadow(0 0.5rem 0.5rem rgba(0,0,0,.75));
    filter: drop-shadow(0 0.5rem 0.5rem rgba(0,0,0,.75));
    z-index: 1;
}

.dot {
    width: 72px;
    height: 72px;
    background: #00713c;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    margin-bottom: 2rem;
    border: solid #00713c 0.125rem;
    z-index: 100;
}

.dot:hover {
    color: #005f33;
    background: #00713c;
}

.dot i {
    margin-top: 0.75rem;
    font-size: 3rem;
}

.header {
    font-family: 'Grenze Gotisch', cursive;
    font-size: 4rem;
    
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.5s;
    animation-name: fade;
    animation-duration: 0.5s;
}

.container {
    position: relative;
    width: 100%;
    padding-bottom: 2rem;
    z-index: 1;
}

.container img {
    position: relative;
    width: 100%;
}

.container a {
    color: #ffffff;
    font-size: 1.35rem;
}

.text-box {
    position: absolute;
    top: 0;
    width: 33.33%;
    background: #00713c;
    padding: 1rem;
    margin-left: 1rem;
}

.text-box h1 {
    color: #ffffff;
    text-align: left;
    padding: 0;
    font-size: 2rem;
    font-weight: 400;
}

.text-box p {
    padding-top: 1rem;
    text-align: left;
    font-size: 1.15rem;
}

.column {
    display: block;
    margin: auto;
    padding: 1rem;
    width: 50%;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 1.25rem;
    text-align: right;
    line-height: 120%;
    color: #ffffff;
    background: #00713c;
    hyphens: none;
    border: 0.125rem solid #00713c;
    border-radius: 0.5rem;
}

.column p {
    color: #ffffff;
}

table th, table td {
    vertical-align: top;
    padding: 0.5rem;
}

.columnheader {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    font-family: 'Grenze Gotisch', cursive;
    font-weight: 600;
    font-size: 2rem;
    column-span: all;
    color: #ffffff;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom: 0.5;
    border-bottom-width: 0.125rem;
}

.allergens {
    padding: 0.25rem 0.5rem;
    text-align: center;
    font-size: 0.75rem;
    border-top-color: #00713c;
    border-top-style: solid;
    border-top: 0.5;
    border-top-width: 0.1rem;
}

.booking {
    position: relative;
    margin: auto;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 1rem; 
    color: #00713c;
    width: 55%;
    border-radius: 0.5rem;
}

#hors-hydra-4994fb50-0d4f-11eb-bbef-5bc765cc22d7 {
    
}

.social-media {
    width: 100%;
    font-size: 1.5em;
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 2rem;
}

.social-media a {
    padding: 0.5rem;
    width: 1.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: #ffffff;
    border: 0.125rem solid #ffffff;
    border-radius: 0.5rem;
    text-decoration: none;
    background-color: ;
}

.social-media a:hover {
    text-decoration: none;
    color: #00713c;
    border-radius: 0.5rem;
    background-color: #ffffff;
    transition: ease-in-out 0.2s;
}

.info {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 1rem;
    color: #ffffff;
    margin: auto;
    padding-bottom: 4rem;
    text-align: center;
}

.info a {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 1rem;
    font-style: italic;
    font-weight: 500;
    text-decoration: underline;
    color: #ffffff;
    text-decoration: none;
}

.info a:hover {
    text-decoration: underline;
}

iframe.info {
    position: relative;
    border: solid #005f33 0.125rem;
    width: 100%;
}

.footer {
    position: fixed;     
    text-align: center;    
    width: 100%;
    max-width: 1080px;
    margin: auto;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 0.75rem;
    color: #ffffff;
    border-top: 0.0125rem solid #005f33;
    background-color: #00713c;
    padding: 0.5rem 0;
    bottom: 0;
    z-index: 99;
}

@media screen and (max-width: 1080px) {
    h1 {
        padding-bottom: 1rem;
        font-size: 2.5rem;
    }
    h2 {
       font-size: 2rem; 
    }
    p {
        font-size: 1rem;
    }
    a {
        font-size: 1.125rem;
    }
    .lead img {
        top: 0;
    }
    .text-box {
        position: relative;
        width: calc(100% - 2rem);
        margin: auto;
        background: none;
    }
    .text-box h1 {
        font-size: 1.75rem;
    }
    .text-box p {
    }
    .column {
        font-size: 1rem;
    }
    .columnheader {
        padding-bottom: 0.5rem;
        font-size: 1.5rem;
        border-bottom-width: 0.1rem;
    }
}

@media screen and (max-width: 780px) {
    .navbar a:not(:first-child) {display: none;}
    .navbar a.icon {
        float: right;
        display: block;
    }
    .navbar.responsive {position: fixed;}
    .navbar.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .navbar.responsive a {
        float: none;
        background-color: #00713c;
        display: block;
        text-align: center;
        border-bottom: 0.0125rem solid #005f33;
    }
    .navbar.responsive a.lang {
        float: none;
    }
    .navbar.responsive a:hover {
        color: #ffffff;
        background-color: #005f33;
    }
    .navbar-logo {
        position: absolute;
        height: 2.1rem;
        top: 0.5rem;
        left: 0.5rem;
        border: none;
    }
    .lead p {
        padding: 0.75rem 1rem 0.35rem;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .dot {
        width: 42px;
        height: 42px;
    }
    .dot i {
        margin-top: 0.5rem;
        font-size: 1.75rem;
    }
    .header {
        font-size: 2rem;
    }
    .column {
        width: 75%;
    }
    .booking  {
        width: 75%;
    }
}