

* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

img {
    border: none;
    font-size: 0;
}

.hidden {
    display: none;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    line-height: 160%;
    margin: 0px 0px 0px 0px;
    font-size: 2.4rem;
    color: #fff;
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
    background: #000;
}


a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease-out;
    border: 0;
}

a:hover {
    color: #176227;
}

b, strong {
    font-weight: 600;
}

p {
    margin-bottom: 1.5rem;
}

p.big_gap {
    margin-bottom: 3rem;
}

p.no_mb, p:last-child {
    margin-bottom: 0;
}

small, .small {
    font-size: 2.2rem;
}

.text_centered {
    text-align: center;
}

#mmenu, #rmenu, .sh_smpt {
    display: none;
}

#wrapper {
    position: relative;
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
}

#header_wrap {
	position: fixed;
	height: 22.5rem;
	z-index: 1000000;
	left: 0;
	right: 0;
	top: 0;
    transition: 0.3s ease-out;

}

#header {
    position: relative;
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    height: 22.5rem;
    background: #000;
}

#header.scrolled {
    transform: translateY(-8rem);
}




#header #logo {
    width: auto;
    height: 17.5rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    top: 2.5rem;
    transition: transform 0.3s ease-out;
    transform-origin: center bottom;
}

#header.scrolled #logo {
    transform: translateX(-50%) translateY(0.9rem) scale(0.65);
} 





#header #menu {
    position: absolute;
    left: 4rem;
    top: 5.9rem;
    cursor: pointer;
    z-index: 9999999;
    padding-right: 2rem;
    transition: transform 0.3s ease-out;
}

#header.scrolled #menu {
    transform: translateY(4.3rem);
}

#header #menutrigger {
    display: flex;
    align-items: center;
    font-size: 2.1rem;
    text-transform: uppercase;
    line-height: 100%;
    min-height: 3.6rem;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
}

#header #menutrigger span {
    display: block;
    height: 2px;
    background: #e30613;
    width: 4rem;
    margin-right: 2rem;
    position: relative;
}

#header #menutrigger span:before, #header #menutrigger span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #e30613;
}

#header #menutrigger span:before {
    top: -1rem;
}

#header #menutrigger span:after {
    bottom: -1rem;
}

#header #menutrigger div {
    padding-bottom: 0.2rem;
}

#header #menu #topmenu {
    position: absolute;
    left: 0;
    top: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    z-index: 999999;
    background: rgba(255,239,204,0.95);
    display: none;
    cursor: auto;
}

#header #menu:hover #topmenu {
    display: block;
    overflow: hidden;
}

#topmenu_border {
    position: fixed;
    left: 5rem;
    top: 8.9rem;
    background: none;
    outline: 0.5rem solid #176227;
    z-index: 100;
    transition: transform 0.3s ease-out;
    display: none;
}

#topmenu_border.scrolled {
    transform: translateY(-3.7rem);
}

#header #menu #topmenu ul {
    list-style: none;
}

#header #menu #topmenu ul li a {
    color: #333;
    padding: 0.3rem 3rem 0.3rem 6rem;
    display: block;
    font-size: 2.4rem;
    white-space: nowrap;
    position: relative;
    transition: 0.3s ease-out;
    font-weight: 400;
    text-transform: uppercase;
}

#header #menu #topmenu ul li.active a, #header #menu #topmenu ul li a:hover {
    color: #176227;
}

#header #menu #topmenu ul li a:before {
    content: '';
    display: block;
    width: 3.2rem;
    height: 3.8rem;
    position: absolute;
    left: 1.7rem;
    top: 0.5rem;
    background: url(../images/icon_menu.svg) no-repeat;
    background-size: contain;
    transition: 0.3s ease-out;
    opacity: 0;
    transform: translateX(-0.6rem);
}

#header #menu #topmenu ul li.active a:before, #header #menu #topmenu ul li a:hover:before {
    opacity: 1;
    transform: translateX(0);   
}








    

#header #contact {
    position: absolute;
    right: 5rem;
    height: 10rem;
    top: 2.75rem;
    display: flex;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-out;
    font-weight: 400;
    visibility: hidden;
}

#header.scrolled #contact {
    transform: translateY(4.2rem);
}

#header #contact div:first-child {
    display: flex;
    align-items: center;
}

#header #contact div:first-child img {
    display: block;
    height: 3.4rem;
    width: auto;
    margin-right: 1rem;
}

#header #contact div:last-child {
    display: flex;
    align-items: center;
}

#header #contact .instagram, #header #contact .facebook {
    display: block;
    width: 4rem;
    height: auto;
    margin-left: 5rem;
}

#header #contact .instagram {
    width: 3.9rem;
}

#header #contact .facebook {
    margin-left: 3rem;
}

.phone_mobile {
    display: none;
}


#opener {
    position: relative;
    background: #111;
    height: calc(100vh - 26.5rem);
    width: calc(100% - 8rem);
    margin: 0 auto;
    z-index: 10;
}

#slider {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#opener .message {
    position: absolute;
    z-index: 999999999999999;
    right: 10rem;
    bottom: 10rem;
}

#opener .message > div {
    background: rgba(255,243,217,0.95);
    width: 70rem;
    padding: 3rem 4rem 3.5rem;
    font-size: 2.8rem;
    line-height: 160%;
    position: relative;
}

#opener .message > div:before {
    content: '';
    display: block;
    position: absolute;
    background: none;
    border-bottom: 1rem solid rgba(23,98,39,0.95);
    border-right: 1rem solid rgba(23,98,39,0.95);
    left: 0; right: 0; top: 0; bottom: 0;
    box-sizing: border-box;
    transform: translateX(1rem) translateY(1rem);
}

#opener .message > div h3 {
    font-family: 'Playfair Display', serif;
    font-size: 5.5rem;
    color: #176227;
    margin-bottom: 1.5rem;
    line-height: 130%;
    font-weight: 500;
}

#content .message {
    display: none;
}

#content {
    position: relative;
    padding-bottom: 10rem;
}

.centered {
    width: 140rem;
    margin: 0 auto;
}

section {
    padding: 22rem 0 25rem;
}

section:last-child {
    padding-bottom: 40rem;
}


section#home {
    padding: 22.5rem 0 4rem;
}


#content h1, #content h2.like_h1 {
    font-family: 'Bebas Neue', serif;
    font-size: 12rem;
    color: #e30613;
    margin-bottom: 3rem;
    line-height: 120%;
    font-weight: 500;
}

#content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 6rem;
    color: #176227;
    margin-bottom: 1.5rem;
    line-height: 130%;
    font-weight: 500;
}


#content h2.headline_centered {
    text-align: center;
    text-wrap: balance;
}

#content h2.google {
    font-size: 5.5rem;
}

#content h2.big_gap {
    margin-bottom: 11rem;
}


#content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    color: #176227;
    margin-bottom: 1.5rem;
    line-height: 130%;
    font-weight: 500;
}

#content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #176227;
    margin-bottom: 1.5rem;
    line-height: 130%;
    font-weight: 500;
}


#content ul {
    list-style: none;
}

#content ul.list li {
    padding-left: 1.8rem;
    position: relative;
    text-align: left;
    margin-bottom: 0.7rem;
}

#content ul.list li:last-child {
    margin-bottom: 0;
}

#content ul.list li:before {
    content: '';
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #176227;
    left: 0;
    top: 1.8rem;
}


.clm2 {
    display: flex;
    justify-content: space-between;
}

.clm2.reverse {
    flex-direction: row-reverse;
}

.clm2 > div:first-child {
    width: 55%;

}

.clm2 > div:last-child {
    width: 40%;
    position: relative;
}

.fatbox {
    background-color: #176227;
    padding: 1.5rem;
    text-align: center;
    font-weight: 500;
    box-sizing: border-box;
    color: #fff;
    font-size: 2.8rem;
    text-transform: uppercase;
}

.gallery_slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    bottom: 0;
}

.speisekarte .gallery_slider {
    top: 0.5rem;
}

.speisekarte {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.speisekarte > div {
    width: 45%;
    margin-bottom: 15rem;
    position: relative;
}

.speisekarte > div:nth-child(1) { order: 1; }
.speisekarte > div:nth-child(2) { order: 2; }
.speisekarte > div:nth-child(3) { order: 4; }
.speisekarte > div:nth-child(4) { order: 3; }
.speisekarte > div:nth-child(5) { order: 5; }
.speisekarte > div:nth-child(6) { order: 6; }
.speisekarte > div:nth-child(7) { order: 7; }
.speisekarte > div:nth-child(8) { order: 8; }

.speisekarte > div:nth-last-child(1), .speisekarte > div:nth-last-child(2) {
    margin-bottom: 0;
}

table {
    width: 100%;
}

table td {
    line-height: 140%;
    padding: 0.6rem 0;
    vertical-align: top;
}

table td:last-child, table td.price {
    white-space: nowrap;
    text-align: right;
    padding-left: 1.5rem;
    width: 1%;
}

table td.price.big_gap {
    padding-left: 3rem;
}

.divider {
    width: 100%;
    height: 9rem;
    background: center center no-repeat;
    background-size: auto 100%;
}

.divider1 { background-image: url(../images/divider1.svg); }
.divider2 { background-image: url(../images/divider2.svg); }
.divider3 { background-image: url(../images/divider3.svg); }
.divider4 { background-image: url(../images/divider4.svg); }




#kontakt .instagram, #kontakt .facebook {
    display: inline-block;
    width: 4rem;
    height: auto;
    margin-bottom: 2.5rem;
}

#kontakt .instagram {
    width: 3.9rem;
    margin-right: 2rem;
}



input, textarea, button#bfSubmitButton {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 2.3rem;
    border: 1px solid #176227;
    color:  #333;
    padding: 0.5rem 1rem 0.6rem;
    outline: none;
    box-sizing: border-box;
    background: #fffcf5;
    -webkit-appearance: none;
    border-radius: 0;
}

input.gr_button {
    color: #fff;
    background: #176227;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
}

input.gr_button:hover {
    background:  #0f4c1b;
    border: 1px solid #0f4c1b;
}



#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40rem;
    z-index: 1000;

    background-size: auto 80%;
}

#footer_inner {
    left: 0;
    right: 0;
    bottom:0;
    height: 10rem;
    line-height: 10rem;
    position: absolute;
    font-size: 2rem;
    text-align: center;
    color: #fff;

    text-transform: uppercase;
    font-weight: 500;
}

#footer_inner a {
        color: #fff;
}

