/*@import url('https://fonts.googleapis.com/css?family=Patua+One&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caesar+Dressing&display=swap');
/*_____________________________________Body__________________________________*/
body {
	/*font-family: 'Patua One', cursive;*/
	font-family: 'Roboto', sans-serif;
}
body#background {
	background-image: url('/image/HeraklionHarbor.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
h1 {
	font-family: 'Caesar Dressing', cursive;
	text-shadow: 2px 2px rgba(255, 255, 255, 0.5);
}
.header {
	font-size: 1rem;
}
@media (max-width: 420px) {
	.header {
		font-size: 0.8rem;
	}
}
@media (max-width: 360px) {
	.header {
		font-size: 0.7rem;
	}
}
.headerSpace {
	margin-bottom: 47px;
}
@media (max-width: 420px) {
	.headerSpace {
		margin-bottom: 43px;
	}
}
@media (max-width: 360px) {
	.headerSpace {
		margin-bottom: 42px;
	}
}
.main {
	font-size: 1rem;
}
/*_____________________________________Navigation____________________________*/
#topbar {
	overflow: hidden;
	background-color: #333;
	z-index: 1000;
}
.stickyTop {
	position: fixed;
	top: 0;
	width: 100%;
}
#topbar ul, #bottombar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}
#topbar li {
	float: left;
}
#topbar li a, #bottombar li a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
#topbar li a:hover:not(.active), #bottombar li a:hover:not(.active) {
	background-color: #111;
}
.active {
	background-color: rgb(0, 105, 220);
}
/*_____________________________________Info_Error_system_____________________*/
.error {
	background-color: #daa;
}
.info {
	background-color: #ada;
}
.hint {
	background-color: #ffd700;
}
.error,
.info,
.hint {
	font-size: 1.5em;
}
/*_____________________________________Logo__________________________________*/
.logo {
	margin: 0.5em;
	width: 60%;
}
.logoTimes {
	margin: 0.5em;
	width: 40%;
}
/*_____________________________________Card__________________________________*/
.cardTable {
	font-size: 1rem;
	border-spacing: 0px;
}
@media (max-width: 800px) {
	.cardTable {
		font-size: 0.8rem;
	}
}
@media (max-width: 610px) {
	.cardTable {
		font-size: 0.7rem;
	}
}
@media (max-width: 530px) {
	.cardTable {
		font-size: 0.6rem;
	}
}
@media (max-width: 460px) {
	.cardTable {
		font-size: 0.5rem;
	}
}
@media (max-width: 380px) {
	.cardTable {
		font-size: 0.45rem;
	}
}
.mealGroup {
	font-size: 1.5em;
	font-weight: bold;
	background-color: rgb(160, 227, 255);
}
.mealGroup th {
	border-bottom: solid;
	border-width: 3px;
	border-color: rgba(0, 105, 220, 0.9);
}
.mealFirst {
	font-size: 1.5em;
	background-color: rgb(220, 245, 255);
}
.mealSecond {
	font-size: 1em;
	background-color: rgb(220, 245, 255);
}
.mealLast td {
	border-bottom: solid;
	border-width: 1px;
	border-color: rgba(0, 105, 220, 0.9);
}
.evntMealGroup {
	font-size: 1.5em;
	font-weight: bold;
	background-color: rgb(255, 160, 160);
}
.evntMealGroup th {
	border-bottom: solid;
	border-width: 3px;
	border-color: rgba(220, 0, 0, 0.9);
}
.eventMealFirst {
	font-size: 1.5em;
	background-color: rgb(248, 248, 248);
}
.eventMealSecond {
	font-size: 1em;
	background-color: rgb(248, 248, 248);
}
.eventMealLast td {
	border-bottom: solid;
	border-width: 1px;
	border-color: rgba(220, 0, 0, 0.9);
}
.mealCol1 {
	width: 17%;
}
.mealCol2 {
	width: 66%;
}
.mealCol3 {
	width: 	17%;
}
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #000;
}
.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right: 8px solid #000;
}
.arrow-up {
	margin-left: 20px;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #000;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-left: 8px solid #000;
}
/*_____________________________________Galerie_______________________________*/
.galerie {
	padding-top: 30px;
}
.picHeight {
	width: 50%;
	height: auto;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5), 0 16px 24px 0 rgba(0, 0, 0, 0.4);
	border-radius: 5px;
}
.picWidth {
	width: 95%;
	height: auto;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5), 0 16px 24px 0 rgba(0, 0, 0, 0.4);
	border-radius: 5px;
}
/*_____________________________________DataPrivacy___________________________*/
.point {
	list-style-type: disc;
	padding-left: 20px;
}
/*_____________________________________Imprint_______________________________*/
.impTitle {
	font-size: 1.5em;
	font-family: 'Caesar Dressing', cursive;
	text-shadow: 2px 2px rgba(255, 255, 255, 0.5);
}
/*_____________________________________Footer________________________________*/
#bottombar {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #333;
	z-index: 1000;
}
#bottombar ul {
	text-align: center;
}
#bottombar li {
	display: inline-block;
}
.footer {
	font-size: 1rem;
}
@media (max-width: 420px) {
	.footer {
		font-size: 0.8rem;
	}
}
@media (max-width: 360px) {
	.footer {
		font-size: 0.7rem;
	}
}
.space {
	height: 47px;
}
@media (max-width: 420px) {
	.space {
		height: 43px;
	}
}
@media (max-width: 360px) {
	.space {
		height: 42px;
	}
}
/*_____________________________________Colors________________________________*/
.weiss-45 {
	background-color: rgba(255, 255, 255, 0.45);
}