@charset "utf-8";
@font-face { 
	font-family: 'sonfon'; 
	src: url('../media/fonts/sonfon.ttf');
}

.sonfon {
	font-family: 'sonfon'; 
}

a.lnav {
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'sonfon';
	font-size: 56px;
	font-weight: 500;
	color: var(--vc1);
	border: 0;
	line-height: 120px;
	margin: 12px;
	padding: 8px 24px;	
	border-radius: 50ex;	
	background-color: var(--bc1);
}
a.lnav:hover {
	text-decoration: none;
	color: var(--vc3);
	border: 0;
	background-color: var(--bc1);
}

a.cnav {
	text-decoration: none;
	font-size: 24px;
	color: var(--bc1);
	border: 0;
	line-height: 56px;
	margin: 8px;
	padding: 8px 24px;	
}
a.mnav {
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 32px;
	font-weight: 400;
	color: var(--vc1);
	border: 0;
	border-bottom: 3px solid transparent;
	line-height: 56px;
	margin: 8px;
	padding: 8px 24px;	
}
a.mnav:hover {
	text-decoration: none;
	color: var(--vc1);
	border: 0;
	border-bottom: 3px solid var(--vc3);
}

a.mnav.pointernav {
	text-decoration: none;
	color: var(--vc3);
	border: 0;
	border-bottom: 3px solid var(--vc3);
}
a.mnav.pointernav:hover {
	text-decoration: none;
	color: var(--vc3);
	border: 0;
	border-bottom: 3px solid var(--vc3);
}

.lnav.logo {
	text-transform: lowercase;
	border: 4px solid var(--vc3);
	border-radius: 0;
}
.lnav.logo:hover {
	text-transform: lowercase;
	color: var(--vc1);
	border: 4px solid var(--vc2);
	border-radius: 0;
}

.flogo {
	width: 40%;
	margin: 16px;
}

.topnavline {
	color: var(--vci1);
	background: var(--bci1);
}

.mnavline {
	color: var(--vc1);
	background: var(--bc1);
}

.botnavline {
	color: var(--vc1);
	background: var(--bc3);
}

.botnavline {
	margin-top: 32px;
	padding-top: 32px;
	padding-bottom: 32px;
	border-top: 4px solid var(--bc3);
	background-color: var(--bc1);
}

.rrect {
	width: fit-content;
	font-family: 'sonfon';
	color: var(--vci1);
	border: 4px solid var(--vc3);
	margin: 8px;
	padding: 8px 24px;	
	background-color: var(--bcdk75);
}
.wtrns {
	background-color: var(--bc1t75);
	border-radius: 8px;
}

.dtrns {
	background-color: var(--bcdk75);
	color: var(--vci1);
	border-radius: 8px;
}

.posrel {
	position: relative;
}

.katecon .btgoto {
	width: 100%;
	font-weight: 700;
	transition: .5s;
	background: var(--white);
}
.katecon:hover .btgoto {
	width: 100%;
	background-color: var(--bc2);
}

.katecon .imgbgcase {
	width: 100%;
    height: 0 !important;
    padding-bottom: 50% !important;
	border-radius: 8px;
}

.katecon {
	width: 100%;
	background: var(--bc1);
	border-radius: 8px;
	filter: grayscale(80%);
    transition: 0.5s;
}

.katecon:hover {
	background: var(--bc1);
	filter: grayscale(0%);
}

.katecon .listitem {
	height: 52px;
	line-height: 20px;
	overflow: hidden;
}

.katecon h3, .katecon h4 {
	position: relative;
	padding: 4px 4px;
	width: 100%;
	overflow: hidden;
    cursor: default;
}
.katecon h3::after, .katecon h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%; /* Breite des Verlaufs, hier 50% */
  height: 100%;
  background: linear-gradient(to left, var(--bc1), transparent); /* Verlauf von transparent nach weiß */
}

.katecon p {
	padding: 8px 4px;
	text-align: justify;
}

.product-images {
	display: flex;
	flex-direction: row;
	height: 50vh;
	overflow: hidden;
	border-radius: 8px;
	background: var(--bc2);
	padding: 2px;
  }
  
  #featured {
	width: 75%;
	background-size: cover;
	background-position: center;
	border-radius: 6px;
	align-items: center;
	cursor: pointer;
	margin-left: 2px;
  }
  
  .thumbnails {
	width: 25%;
	align-items: flex-start;
	overflow-x: hidden;
	overflow-y: auto;
	flex-direction: column;
	scrollbar-width: none;
	-ms-overflow-style: none;
	border-radius: 6px;
  }
  
  .thumbnails::-webkit-scrollbar {
	display: none;
  }
  
  .thumbnails img {
	width: calc(100%); /* Passen Sie die Breite der Thumbnails an */
	height: auto;
	cursor: pointer;
	margin-top: 1px;
	margin-bottom: 1px;
	border-radius: 6px;
  }
  
  table.productdetail {
	 background-color: var(--lgray);
	 width: 100%;
  }
  table.productdetail tr:nth-child(even) {
	 background-color: var(--bc1);
  }
  table.productdetail tr:hover {
	 background-color: var(--vci1);
  }
  table.productdetail td {
	 padding: 2px;
  }
  table.productdetail td:nth-child(even) {
	 text-align: right;
  }
  
  
  .productaddline {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	border-radius: 6px;
  }
  .productaddline img {
	width: 56px; /* Passen Sie die Breite der Thumbnails an */
	height: auto;
	cursor: pointer;
	margin-top: 1px;
	margin-bottom: 1px;
	border-radius: 6px;
	float: left;
  }
  
  .calendar {
	  background-color: var(--vci1);
  }
  .calendar:hover {
	  background-color: var(--bc1);
  }
  div.tcok {
	  color: var(--vci1);
	  background-color: var(--vc4);
  }
  div.tcok:hover {
	  color: var(--vci1);
	  background-color: var(--vc1);
  }
  div.tcinfo {
	  color: var(--vci1);
	  background-color: var(--vc5);
  }
  div.tcinfo:hover {
	  color: var(--vci1);
	  background-color: var(--vc1);
  }
  div.tctoday {
	  box-shadow: inset 0 0 0 1.5px var(--vc4);
	  background: transparent;
	  font-weight: 600;
	  color: var(--vc1);
  }
  
  





.titfon {
	font-size: 64px;
	font-family: 'sonfon';
	color: var(--vci1);
}

.titimg {
	height:128px;
}



.herohomep {
	font-size: 32px;
	font-weight: 600;
	color: var(--vci1);
}

.bigtext {
	font-size: 24px;
	font-weight: 600;
}

.bigtli {
	margin-left: 32px;
}


.hero3dist {
	width: 99%;
	height: 15vh;
}

.sfood {color: var(--mainbgcolor1);}

.sfood a {color: var(--mainbgcolor1);font-size: 18px;line-height: 32px;margin: 12px;}

.sfood a:hover {color: var(--mainbgcolor1);}

.sfood div.row div {min-height: 100%;display: flex;justify-content: center;align-items: center;text-align: center;padding: 32px;}

.sfood big {font-size: 40px;}

.sfood ul {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;list-style-type: none;padding: 0;}

.sfood li a {padding: 8px;font-size: 24px; font-weight: 600;}

.sfood li a:hover {text-decoration: none;}

.sublink, .subnavlink, .pointernavsubnavlink {
	font-size: 1.22vw;
}

.panel {
	background-color: var(--bc1);
	position: fixed;
    right: -400px; /*left or right and the width of your navigation panel*/
    width: 400px; /*should match the above value*/
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
	border-left: var(--bc3) solid 4px;
    z-index: 10999;
}

@media only screen and (min-width: 1600px) {
	.tlogo {
		width: 160px;
		padding: 8px 32px;
		margin: 0px -20px 0px -40px;
	}
	a.lnav {
		font-size: 52px;
		line-height: 110px;
		margin: 12px;
		padding: 8px 24px;	
	}
	a.mnav {
		font-size: 24px;
		line-height: 30px;
		margin: 8px;
		padding: 4px 12px;	
	}
	a.cnav {
		font-size: 21px;
		line-height: 30px;
		margin: 8px;
		padding: 4px 12px;	
	}
	
	.sublink, .subnavlink, .pointernavsubnavlink {
		font-size: 1.22vw;
	}
	}

/*		Wide Mobile Layout: 1600px.   */

@media only screen and (min-width: 992px) and (max-width: 1599px) {
	.tlogo {
		width: 10vw;
		padding: 0.6vw 1.8vw;
		margin: 0px -1.6vw 0px -2.6vw;
	}
	a.lnav {
		font-size: 3.0vw;
		line-height: 8vw;
		margin: 0.8vw;
		padding: 0.6vw 1.8vw;	
	}
	a.mnav {
		font-size: 1.5vw;
		line-height: 1vw;
		margin: 0.6vw;
		padding: 0.3vw 0.8vw;	
	}
	a.cnav {
		font-size: 1.4vw;
		line-height: 2.0vw;
		margin: 0.6vw;
		padding: 0.3vw 0.8vw;	
	}
	.titfon {
		font-size: 3.7vw;
	}
	
	.sublink {
		width: 100vw;
	}
	.sublink, .subnavlink, .pointernavsubnavlink {
		font-size: 5vw;
	}
}

/*		Small Mobile Layout: 992px.   */

@media only screen and (max-width: 991px) {
	.tlogo {
		width: 16vw;
		padding: 0.6vw 1.8vw;
		margin: 0 -1.6vw 0 -2.6vw;
		background-color: var(--bc1);
		border-radius: 50em;
	}
	a.lnav {
		line-height: 12vw;
		margin: 0.8vw;
		padding: 0.6vw 1.8vw;	
		background-color: transparent;
	}
	a.lnav:hover {
		background-color: transparent;
	}
	a.mnav {
		font-size: 5.6vw;
		line-height: 14vw;
		margin: 2vw;
		padding: 1vw 1.5vw;	
	}
	a.cnav {
		font-size: 2.1vw;
		line-height: 1.0vw;
		margin: 0.6vw;
		padding: 0.3vw 1.8vw;	
	}
	.titfon {
		font-size: 7vw;
	}
	.rrect {
		font-size: 3vw;
	}
	
	.sublink {
		width: 100vw;
	}
	.sublink, .subnavlink, .pointernavsubnavlink {
		font-size: 5vw;
	}
}