 html {
  scroll-behavior: smooth;
}



body {
            margin: 0;
            padding: 0;
            height: 100vh;
			width: 100%;
            background-color: #f0f0f0;
			-webkit-transition: all 0.3s ease;
  			-moz-transition: all 0.3s ease;
  			-o-transition: all 0.3s ease;
  			transition: all 0.3s ease;
            color: #683b11;
            
			font-family: azo-sans-web, sans-serif;
	        font-weight: 700;
            font-style: normal;
        }



/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFE5B6; /* change if the mask should have another color then white */
	z-index:999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url("../images/hey_loader.svg"); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}



.header-wrap {
	width: 100%;
	height: auto;
	position: relative;
	overflow-x: hidden;
}

.header-left {
	width: 40%;
	height: 40vw;
	padding: 5vw 5% 5vw 5%;
	background-color: #f9be8f;
	background-image:url("../images/background-patterndesign-orange-grid-01.svg");
	background-size: 70% auto;
	float: left;
	
}

.header-right {
	width: 50%;
	height: 50vw;
	padding: 0vw 0% 0vw 0%;
	float: left;
	background-image: url("../images/k_image-header3.jpg");
	background-size: cover;
	overflow: hidden;
}

.header-logo {
	width: 20vw;
	height: 10vw;	
	background-image:url("../images/logo-kroq-01.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}




.header-titletext {
	
	max-width: 40vw;
	height: auto;
	font-family: halyard-display, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 6.8vw;
	line-height: 5.9vw;
	color: #FFF;
	margin-top: 7vw;
}


.sticker-round {
	position: absolute;
	right: 0;
	margin: 2vw 2vw 0 0;
	width: 10vw;
	height: 10vw;
	float: right;
z-index: 600;
	background-image: url("../images/image-sticker-kroq-01.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow:hidden;

}

.sticker-round-TEXT {
	width: 10vw;
	height: 10vw;
	position: absolute;
	background-image: url("../images/image-sticker-kroq-TEXT-01.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	animation: rotateClockwise 60s linear infinite;
}

.edge-band {
	width: 0.5vw;
	height:50vw;
	background-image: url("../images/edge-band_ci_BG-11.jpg");
	background-size: 100% 10vw;
	position: absolute;
	top: 0;
	right:0;
	
}

@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.about-wrap {
	width: 100%;
	height: auto;
	background-color: #FFF;
	display: flex;
}


.about-left {
	width: 35%;
	height: auto;
	padding: 0;
	background-color:grey;
	float: left;
	
	display: grid;
  grid-template-rows: repeat(6, 1fr); /* 6 gleich hohe Zeilen */
  flex: 1;
 
  box-sizing: border-box;
}


.about-left .item {
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item.background-image-01 {
	background-image: url("../images/k_image-01.jpg");
	background-size: 100% auto;
	
}

.item.background-image-02 {
	background-image: url("../images/k_image-02.jpg");
	background-size: 100% auto;
	color: #FFF;
	font-family: halyard-display, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 2.5vw;
	line-height: 2.2vw;
}

.item.sandwich.background-image-03 {
	background-image: url("../images/k_image-04.jpg");
	background-size: 100% auto;
	
}

.item.background-image-03 {
	background-image: url("../images/restaurant-img_p.jpg");
	background-size: 100% auto;
	
}

.item.menubutton-01 {
	background-size:auto 200%;
	background-color: #ffe5b5!important;
	background-image:url("../images/k_sandwich-button-bg.png");
	background-position: right 100%;
	background-repeat:no-repeat;
	color: #683b11;
	font-family: halyard-display, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 2.5vw;
	line-height: 2.2vw;
	transition: background-position 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	cursor: pointer;
}

.item.menubutton-01:hover {
	background-position: right 00%;
}

.item.drinksbutton-01:hover {
	background-position: right 00%;
}

.item.drinksbutton-01 {
	background-size:auto 200%;
	background-color: #683b11!important;
	background-image:url("../images/k_drink-button-bg.png");
	background-position: right 100%;
	background-repeat:no-repeat;
	color: #ffe5b5; 
	font-family: halyard-display, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 2.5vw;
	line-height: 2.2vw;
	transition: background-position 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	cursor: pointer;

}

.text-align-left-button {
	width: 80%;
	height: auto;
	padding: 0 10% 0 10%;
}

.about-left .sandwich {
  grid-row: span 2; /* nimmt 2 Zeilen ein */
  background: #ddd;
}


.about-right {
	width: 55%;
	height: auto;
	padding: 5% 5% 5% 5%;
	background-color: #FFFFFF;
	float: left;
	font-family: azo-sans-web, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.5vw;
	line-height: 2.4vw;
	color: #683b11;
}

.text-title-o {
	height: auto;
	width: auto;
	font-family: halyard-display, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 9vw;
	line-height: 8vw;
	color: #EF8260;
	padding-bottom: 3vw;
}


.text-subtitle {
	font-family: azo-sans-web, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.3vw;
	line-height: 3vw;
	color: #683b11;
	padding-bottom: 3vw;
}

.menu-wrap {
	width: 90%;
	height: auto;
	background-color: #FFF;
	position: relative;
	padding: 5vw 5% 5vw 5%;
	position: relative;
	background-image:url("../images/background-patterndesign-01.svg");
	background-size: auto 100%;
	
}

.menu-baguettes-wrap {
	
display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 Spalten */
  grid-template-rows: repeat(2, 1fr);    /* 2 Zeilen */
  gap: 2.7vw;
  height: auto;
  box-sizing: border-box;
  margin-bottom: 7vw;
}


.croque-item {
  
 
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
  font-weight: bold;
  text-align: center;
  padding: 2vw;
  box-sizing: border-box;
	border-bottom: 0.2vw solid #683b11;
}


.container-baguette {
	width: 25%;
	height: 5vw;
	background-color: aqua;
	display: flex;
}

.title-menuitem {
	height: auto;
	width: 100%;
	font-family: halyard-display, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 2.1vw;
	line-height: 2vw;
	color: #683b11;
	padding-bottom: 1vw;
}

.image-menuitem {
	width: 100%;
	height: 8vw;
	margin-bottom: 1vw;
}


.description-menuitem {
	width: 100%;
	font-size: 1.2vw;
	padding-bottom: 1vw;
}







.menu-drinks-wrap {
	height: auto;
	overflow: auto;
	padding: 5vw 0% 0vw 0%;

}


.drink-item {
  
 
  font-size: 1.5vw;
  font-weight: bold;
  text-align: left;
  padding: 2vw 0 2vw 0vw;
  box-sizing: border-box;
  border-bottom: 0.2vw solid #683b11;
  overflow: auto;
}


.container-drink {
	width: 25%;
	height: 5vw;
	background-color: aqua;
	display: flex;
}


.drinks-left-container {
	width: 43%;
	height: auto;
float:left
}

.drinks-right-container {
	width: 55%;
	height: auto;
float: right;
	position: relative;
}

.drink-image {
	width:  20%;
	min-height: auto;
	float:left;	
	margin-top: -1vw;
}



.image-description-drink {
	width: 80%;
	height: auto;
	float:right;
}


.description-drink-item {
	width: auto;
	font-size: 1.2vw;
	padding-bottom: 1vw;
}

.title-drinkitem {
	height: auto;
	width: auto;
	font-family: halyard-display, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 2.1vw;
	line-height: 2vw;
	color: #683b11;
	padding-bottom: 1vw;
}


.footer-wrap {
	width: 90%;
	height: auto;
	background-color: #FFF;
	padding: 5vw 5% 5vw 5%;
	background-height: auto 100%;
	text-align: center;
}

.footer2-wrap {
	width: 90%;
	height: 5vw;
	background-color: #ffe5b5;
	padding: 3vw 5% 3vw 5%;
	background-height: auto 100%;
	text-align: center;
	font-size: 1vw;
	background-image:url("../images/holding-kroq-illustration-12.png");
	background-position: bottom center;
	background-size: auto 90%;
	background-repeat: no-repeat;
}

.footer-logo {
	width: 8vw;
	height: 4vw;
	margin-right: 3vw;
	background-image:url("../images/logo-kroq-footer-01.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: left;
}

.footer-text {
	width: auto;
	height: 2vw;
	padding: 1vw 01vw 0;
	float: left;

}

.footer-links-right {
	width: auto;
	height: 2vw;
	padding: 1vw 01vw 0;
	float: right;

}

.wrap-contact {
	width: 70%;
	height: auto;
	overflow: auto;
	
	margin-left: auto;
	margin-right: auto;
	
}

.tile-contact {
	width: 33%;
	height: auto;
	float: left;
	font-size: 1.3vw;
	line-height: 2vw
}

.title-contactitem {
	height: auto;
	width: auto;
	font-family: halyard-display, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 2.1vw;
	line-height: 2vw;
	color: #683b11;
	padding-bottom: 1vw;
}




a {
    color: #ef8260;
    text-decoration: none; 
	
	
}

a:visited {
    color: #ef8260;
}

a:hover {
    color: #683b11;
}

a:active {
    color: #683b11;
}


        #container {
            display: flex;
            flex-wrap: wrap;
            max-width: 900px;
			
        }

		.wrap-container {
			display: flex;
            flex-wrap: wrap;
			justify-content: center;
            align-items: center;
            height: auto;
			width: 96%;
			margin-left: 2%;
			margin-right: 2%;
			margin-bottom: 50px;
			z-index: 70;	
		}
		

		
.imprintdata-wrap {
	height: auto;
	overflow: auto;
	padding: 5vw 10% 10vw 10%;

}

.imprintdata-left-container {
	width: 30%;
	min-height: 20vw;
	float:left;
	background-image: url("../images/logo-kroq-footer-01.svg");
	background-size: 15vw auto;
	background-repeat: no-repeat;
	padding: 10vw 0 0 0;
}

.imprintdata-right-container {
	width: 70%;
	height: auto;
	float: right;
	position: relative;
	font-size: 1.0vw;
	line-height: 1.7vw;
}

.imprintdata-title {
	
	font-size: 1.7vw;
	line-height: 1.7vw;
	padding-bottom: 0.2vw;
}

.imprintdata-right-container li {
	padding: 0.5vw;
}

.imprintdata-right-container ul {
	padding: 0 2vw;
}







.bg-image-item1 {
	background-image: url("../images/k_image-header1.jpg");
	background-size: cover;

}

.bg-image-item2 {
	background-image: url("../images/k_image-header2.jpg");
	background-size: cover;

}

.bg-image-item3 {
	background-image: url("../images/k_image-header3.jpg");
	background-size: cover;

}

.bg-animation-wrap {
  display: flex;
  width: 400%; /* 4 Slides inkl. Duplikat */
  height: 50vw;
  transition: transform 3s cubic-bezier(0.25, 1, 1.75, 1);
}

.bg-animation-item {
  width: 25%;
  height: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}




.cookie-link-d {
	

}

.cookie-text {
	position: relative;
	width: auto;
	min-height: 10px;
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	
}




.cookie-check {	

	font-weight: 700;
	font-size: 15px;
	border: 2px solid #683b11;;
	border-radius: 20px;
	margin: auto;
	padding: 8px 12px;
	width: 80px;
    top:5px; *top:-2px; right:20px;
    cursor:pointer;
	
	text-align: center;
}


.cookie-check:hover {
	color: #FFF;
	background-color: #ef8260;
	border: 2px solid #ef8260;
}

.cookie-message {
	position: fixed;
	width: 200px;
	bottom: 0;
	right: 0;
	margin: 20px;
	padding-top: 160px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	background-image: url("../images/webimages-kroq-16.jpg");
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: top center;
	background-color: #FFE5B6;
	border-bottom: 0px solid #ccc;
	z-index: 800;
	font-size: 14px;
	color: #683b11;
	border-radius:  20px;
	
}




.cookie-message p, .cookie-message a {
  
}

.menu-icon-logo-veggie {
	background-image: url("../images/icon-logo-veggie.svg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 4vw auto;
}

.menu-icon-logo-halal {
	background-image: url("../images/icon-logo-halal.svg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 4vw auto;
}

