/* RESET */ 

* {
	margin: 0;
	border: none;
	padding: 0;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-size:1em;
	font-weight: normal;
	box-sizing: border-box;  
	font-style: inherit;
	vertical-align: baseline;
}

ul, ol {
	list-style: none;
	list-style-position: inside;
}

input, button, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;    
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after, 
q::before, q::after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    color: inherit;
	text-decoration: none;
}

img {
	display: block;
	border: none;
	padding: 0;
	max-width: 100%;
}

a img,:link img,:visited img { 
	border: none; 
	}

:link,:visited { 
	text-decoration: none; 
	}

address {
	font-style: normal;
	}
	
button {
	border: none;
    background-color: none;
    }
	
input, input:focus {
	border: none;
}


/* GENERAL */

*::selection {
	color: #EEEBE9;
	background-color: #FB7E00;
}

/* .sec-color *::selection {
	background-color:  #5CC9FF;
	color: #E9EEF0;
} */

.hide {
	opacity: 0;
}

/* FONT */

@font-face {
	font-family: noto;
        src: url('NotoSans-Medium.ttf') format('truetype'); 
	}

/* comme-regular - latin */
@font-face {
	font-family: Comme;
	font-weight: 400;
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-style: normal;
	src: url('../assets/webfonts/comme-v2-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* comme-700 - latin */
  @font-face {
	font-family: Comme;
	font-weight: 700;
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-style: normal;
	src: url('../assets/webfonts/comme-v2-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* oleo-script-regular - latin */
@font-face {
	font-family: 'Oleo Script';
	font-weight: 400;
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-style: normal;
	src: url('../assets/webfonts/oleo-script-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* oleo-script-700 - latin */
  @font-face {
	font-family: 'Oleo Script';
	font-weight: 700;
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-style: normal;
	src: url('../assets/webfonts/oleo-script-v14-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

@font-face {
	font-family: caveat;
		src: url('../assets/webfonts/Caveat-VariableFont_wght.ttf') format('truetype'); 
	}
	
* {
	font-family: Comme, Verdana, sans-serif;
}

h1, h2, h3, h5 {
	font-family: 'Oleo Script', sans-serif;
}


h1, h5 {
	font-family: caveat, 'Oleo Script', sans-serif;
}

h1 {
	padding: 4rem;
	font-size: 3rem;
	text-align: center;
}

/* Heading for sections with special design 
(80 + 4 px padding to left, -4 margin to hide end of border) */

h2 {
	position: relative;
	z-index: 2;
	display: inline;
	padding: 0.5rem 40px 0.5rem 80px;
	font-size: 3rem;
	border-radius: 0  3rem 3rem 0;
}

h2::after {
	position: absolute;
	bottom: 0;
	left: 80px;
	z-index: -1;
	display: inline-flex;
	width: 125px;
	height: 125px;
	content: "";
	background-image: url("../assets/waffle_stamp.svg");
	background-size: 125px 125px;
	transform: translate(-50%, 25%);
}

/* Sub section heading with special underline, also used in h4 (filter)
no side padding because only used in sections */
h3 {
	position: relative;
	font-size: 1.5rem;
	padding-bottom: 10px;
}

h3::before, h4 a::before {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 15%;
	height: 8px;
	border-radius: 4px;
	content: "";
	min-width: 25px;
}

h3.center::before {
	left: 50%;
  	margin-left: -7.5%;
}

h3.side::before {
	left: -2px;
}

/* define colors of styling according to class of section */
h3::before {
	background: #0D6F99;
}

.sec-color h3::before {
	background: #0D6F99;
}

/* Headline for filters in menu with little animated underline */
h4 {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}

/* hide underline for this heading by default, set properties for animation */
h4 a::before {
	left: -10px;
	transition: left .5s, opacity .1s;
	opacity: 0;
}

/* show underline when filter is selected */
h4 a.selected::before {
	left: -4px;
	opacity: 1;
}

/* define colors of styling according to class of section */
.main-color h4 a::before, .main-color h4 a.selected::before {
	background:#FB7E00;
}

.sec-color h4 a::before, h4 a.selected::before {
	background: #FB7E00;
}

/* Headline for "sub claims & headings" */
h5 {
	font-size: 3rem;
	text-align: center;
}

/* not used anywhere yet... */
h6 {
	font-size: 1.5rem;
}

/* adjust h2 special design for less padding on smaller screens */
@media(width <= 1024px) {
	h2 {
		padding-left: 40px;
	}

	h2::after {
		left: 40px;
		width: 100px;
		height: 100px;
		background-size: 100px 100px;
		transform: translate(-40%, 25%);
	}
}

@media(width <= 768px) {
	h1 {
		font-size: 2rem;
	}
	
	/* adjust h2 special design for less padding on smaller screens */

	/* the switch from px to rem makes it harder to adjust to the -4px margin but the effect doesn't look too bad */
	h2 {
		padding: 0.25rem 2rem 0.25rem 1rem;
	}

	h2::after {
		left: 1rem;
		width: 100px;
		height: 100px;
		background-size: 100px 100px;
		transform: translate(-20%, 25%);
	}

	/* adjust h3 and h4 underline for smaller screens */
	h3::before, h4 a::before {
		width: 25%;
		height: 6px;
	}

	h3.center::before {
		margin-left: -12.5%;
	}

	h5 {
		font-size: 2rem;
	}
}

@media(width <= 480px) {
	h1 {
		padding: 2rem;
	}

	h2 {
		font-size: 1.5rem;
		padding-left: 0.5rem;
	}

	h2::after {
		left: 0.5rem;
		width: 80px;
		height: 80px;
		background-size: 80px 80px;
		transform: translate(-20%, 25%);
	}

	h3 {
		font-size: 1.25rem;
	}

	/* adjust h3 and h4 underline for smaller screens */
	h3::before, h4 a::before {
		width: 40%;
		height: 4px;
	}

	h3.center::before {
		margin-left: -20%;
	}

}

a, a:link,:visited {
	text-decoration: underline;
}

.main-color a {
	font-weight: bold;
	color:#FB7E00;
}

.sec-color a {
	font-weight: bold;
	color:#FB7E00;
}

a:hover {
	color: #171717;
	text-decoration: none;
}

b, strong {
	font-weight: bold;
}

em {
	 font-style: italic;
}

p {
	padding: 1rem 0;
}

/* CONTENT & LAYOUT */

/* Flex Body */

body {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
}

header {
	flex: 0 1 auto;
}

main {
	flex: 1 0 auto;
}

footer {
	flex: 0 1 auto;
}

/* HEADER */

.header-img {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-size: cover;
}

/* position logo in middle of header background-image */
.logo {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 100%;
	padding-top: 7rem;
    transform: translateY(-50%);
}

.logo img {
	display: block;
	width: 25%;
	margin: 0 auto;
}

@media(width <= 768px) {
	.logo {
		padding-top: 4rem;
	}

	.logo img {
		width: 35%;
	}
}

@media(width <= 480px) {
	.logo img {
		width: 50%;
	}
}

/* NAV */

nav ul {
	display: flex;
}

nav ul a {
	cursor: pointer;
}

/* Styling for fixed bar on top of screen with logo and menu */
#main-nav {
	position: fixed;
	position: -webkit-fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	padding: 0.5rem 80px 0.25rem;
	background-color:#EEEBE9;
	box-shadow: 0 5px 4px -1px rgb(63 62 60 / 30%);
}

/* the first ul splits into 2 columns: logo-bar and menu */
#main-nav > ul {
	justify-content: center;
	align-items: center;
}

/* styling for sticky bar on bottom of screen */
#bottom-nav {
	position: fixed;
	position: -webkit-fixed;
	bottom: 0;
	z-index: 99;
	width: 100%;
	padding: 0.25rem 80px;
	background-color: #EEEBE9;
	box-shadow: 0 -2px 3px -1px rgb(63 62 60 / 30%);
}

/* vertical navs */
.logo-bar ul, #menu ul, #bottom-nav ul {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

/* size of logo-bar in desktop menu (where it only shows the logo) */
/* #main-nav ul li.logo-bar {
	flex: 0 1 125px;
} */

.small-logo a {
	display: inline-block;
	width: 100%;
	font-family: 'Oleo Script', sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 50px;
	text-transform: none !important;
	color: #0D6F99;
	text-decoration: none;
	vertical-align: bottom;
}

/* icon for mobile menu */
.icon {
	display: none !important;
}

.icon a {
	font-size: 2rem;
	text-align: right;
	color: #0D6F99 !important;
}

/* let menu take the remaining space, set padding between logo-bar and menu */
#main-nav ul li.menu {
	flex: 1 0 auto;
	padding-left: 60px;
}

/* styling/layout of menu */
#scroll-nav li {
	padding: 0.25rem 0.5rem;
	text-align: center;
	flex: 1 0 auto;
}

/* styling/layout of bottom bar */
#bottom-nav li {
	padding: 0.5rem;
	font-weight: bold;
	text-align: center;
	flex: 1 0 auto;
}

/* no padding/white space to the left for content of first li of menu and bottom bar */
#scroll-nav li:first-child, #bottom-nav li:first-child {
	text-align: left;
	padding-right: 0.5rem;
	padding-left: 0;
}

/* no padding/white space to the right for content of last li of menu and bottom bar */
#scroll-nav li:last-child, #bottom-nav li:last-child {
	text-align: right;
	padding-left: 0.5rem;
	padding-right: 0;
}

/* styling for menu links, make their position relative for positioning absolute item at CTA link */
#scroll-nav li a {
	position: relative;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
	color:#171717;
	vertical-align: bottom;
	text-decoration: none;
}

/* styling & positioning for CTA link */
#scroll-nav li a.order {
	font-family: 'Oleo Script', sans-serif;
	font-size: 1.75rem;
	font-weight: normal;
	text-align: center;
	text-transform: none;
	color: #FB7E00;
	text-decoration: none;
}

#scroll-nav li a.order::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	display: inline-flex;
	width: 60px;
	height: 60px;
	content: "";
	background-image: url("../assets/waffle_stamp.svg");
	background-size: 60px 60px;
	transform: translate(-50%, 75%);
}

#scroll-nav li a:hover {
	color: #FB7E00;
}

#scroll-nav li a.order:hover {
	color: #0D6F99;
}


@media(width <= 1024px) {
	#main-nav ul {
		flex-wrap: wrap;
	}

	/* adjust padding on sides */
	#main-nav, #bottom-nav {
		padding: 0.5rem 40px 0.25rem;
	}

	#main-nav ul li.menu {
		padding-left: 20px;
	}
}

@media(width <= 768px) {
	/* adjust padding on sides */
	#main-nav {
		padding: 0.5rem 1rem;
	}

	/* no more padding between logo-bar & menu because of vertical layout */
	#main-nav ul li.menu {
		padding-left: 0;
	}

	/* show icon */
	.icon {
		display: inline-block !important;
	}

	/* don't restrict width of logo-bar in mobile menu... */
	#main-nav ul li.logo-bar {
		width: 100%;
		flex: 0 1 auto;
	}

	/* ... but keep logo itself the same width as in desktop menu */
/* 	#main-nav ul li.small-logo a {
		flex: 0 1 125px;
	} */
	
	/* hide menu */
	#main-nav li.menu {
		display: none;
	}
	
	#scroll-nav {
		flex-direction: column;
		align-items: center;
	}

	/* menu as column: give all li the same padding */
	#main-nav li.menu ul li {
		text-align: center !important;
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}

	/* bottom-nav: give all li the same padding and distribute between nav and li */
	#bottom-nav {
		padding: 0.5rem;
	}

	#bottom-nav li {
		padding: 0.5rem !important;
		font-size: 0.75rem;
	}
}

@media(width <= 480px) {
	/* adjust padding on sides */
	#main-nav {
		padding: 0.5rem !important;
	}

	/* bottom-nav wrap: give all li the same padding and distribute between nav and li */
	#bottom-nav {
		padding: 0.25rem !important;
	}

	#bottom-nav ul {
		flex-wrap: wrap;
	}

	#bottom-nav ul li {
		padding: 0.5rem 0.25rem !important;
		text-align: center !important;
	}

	/* smaller icon */
	.icon a {
		font-size: 1.5rem;
	}

	#scroll-nav li a {
		font-size: 1rem;
	}

	#scroll-nav li a.order {
		font-size: 1.25rem;
	}

	#scroll-nav li a span.here {
		bottom: -2.25rem;
		height: 2.25rem;
		font-size: 1.25rem;
	}

	#scroll-nav li a span.here::after {
		bottom: 4px;
		width: 60px;
		height: 44px;
		background-size: 60px 44px;
	}
}

/* LAYOUT and MAIN CONTENT */

/* HR */

/* Styling of HR in two length classes */

/* make end of section classes relative to position hr */
.content, .columns, .landscape {
	position: relative;
}

hr {
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	z-index: 4;
	display: block;
	margin: auto;
	border-radius: 8px;
}

.long {
	width: 85%;
	margin: auto;
}

.small {
	width: 45%;
	margin: auto;
}

/* color for different sections */
.main-color hr {
	border: 8px solid #0D6F99;
}

.sec-color hr {
	border: 8px solid #0D6F99;
}

/* diffrent heights depending on screen size */
@media(width <= 768px) {
	hr {
		bottom: -6px;
	}

	.main-color hr {
		border: 6px solid #0D6F99;
	}
	
	.sec-color hr {
		border: 6px solid #0D6F99;
	}
}

@media(width <= 480px) {
	.sec-color hr {
		border: 4px solid #0D6F99;
	}
	
	.main-color hr {
		border: 4px solid #0D6F99;
	}

	hr {
		bottom: -5px;
		border-radius: 6px;
	}
}

/* GENERAL LAYOUT */
/* Columns for Images & Text/Image sections */
.columns {
	display: flex;
	flex-direction: row;
}

.column, .column-img {
	flex: 1 0 auto;
	min-width: 50%;
	max-width: 50%;
}

/* .column-img {
	max-height: 400px;
	width: auto;
} */

/* padding between text & content in the next colum */
.column p {
	padding-right: 2rem;
}

/* switch to diffrent layout on smaller screen */
@media(width <= 768px) {
	.columns {
		flex-direction: column;
	}
	
	.column {
		max-width: 100%;
	}

	.column p {
		padding-right: 0;
	}
}

/* top-padding for each section */
section {
	padding: 80px 0 0;
}

/* inner-section = parts with background-color */
/* center align with special section heading
.inner-section {
	margin-top: -2rem;
} */

/* background color for inner-section depending on color class */
.main-color .inner-section, .main-color .columns {
	background-color:#EEEBE9;
}

.sec-color .inner-section, .sec-color .columns {
	background-color: #EEEBE9;
}

/* special inner-section design for menu */
.fmenu-card {
	margin-left: 80px;
	margin-right: 80px;
}

/* width of content divs */
.content {
	padding: 2rem 80px;
}

/* more space at the beginning of section content */
.inner-section .content:first-child {
	padding-top: 4rem !important;
}

/* div class for chunks of text/content with a bit of padding inbetween */
div.description {
	padding: 1rem 0;
}

/* adjust padding for smaller screens */
@media(width <= 1024px) {
	.fmenu-card {
		margin-left: 40px;
		margin-right: 40px;
	}

	.content {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}

@media(width <= 768px) {
	.content {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.fmenu-card {
		margin-left: 0;
		margin-right: 0;
	}

	div.description {
		padding: 0.5rem 0;
	}
}

@media(width <= 480px) {
	.content {
		padding: 0.5rem !important;
	}

/* 	.inner-section {
		margin-top: -1.5rem;
	} */

	.inner-section .content:first-child {
		padding-top: 3.5rem !important;	
	}
}

/* FOOD MENU Style */

.filter ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.filter ul li {
	padding: 0.5rem 1rem;
	flex: 1 0 auto;
}

.filter ul li a {
	font-weight: bold;
	color: #171717;
	cursor: pointer;
	text-decoration: none;
}


/* centered menu */
.fmenu h3, .fmenu div {
	text-align: center;
}

/* Styling of lists of food items in subsections */

/* for more space between sub-sections */
ul.food {
	padding-bottom: 1rem;
}

ul.food li {
	padding: 0.5rem 0;
}

ul.food li span {
	padding-left: 1rem;
}


/* ABOUT Section */
.background-img {
	width: 100%;
	min-height: 400px;
	background-size: cover;
	background-position: center;
}

.claim {
	position: absolute;
	top: 50%;
	left:0;
	z-index: 2;
	width: 100%;
	transform: translateY(-50%);
}





/* FOOTER */

footer {
	background-color: #FBEFE2;
}

footer i {
	padding: 1rem 2rem 1rem 0;
	font-size: 2rem;
	color: #171717;
}

footer a:hover i {
	color:#FB7E00;
}

/* make space for bottom nav in footer section */
#footer-nav {
	padding-bottom: 40px !important;
}

@media(width <= 480px) {
	#footer-nav {
		padding-bottom: 100px !important;
	}
}