html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: sans-serif;
	font-weight: 500;
	color:white;
}

img {
	max-width:100%;
}

.home {
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	
}

.home .logobar {
	position:absolute;
	top:0px;
	right:0px;
	padding:30px;
	background-color:rgba(0,0,0,0.85);
	border-bottom-left-radius:64px;
	
}

.home .logobar .logo {
	height:100px;
}

.home .logobar .tagesdeal {
	height:100px;
}

.home .preisliste {
	position:absolute;
	top:0px;
	left:0px;
	padding:60px;
	padding-top:25px;
	padding-bottom:25px;
	background-color:rgba(0,0,0,0.85);
	border-bottom-right-radius:64px;
	text-align:center;
	width:15%;
}

.home .preisliste .price-container {
  position: relative;
  display: inline-block; /* Damit das Kreuz sich nur auf die h2 bezieht */
}

.home .preisliste .cross-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none; /* Damit Klicks durchgehen */
}

.home .preisliste .price {
  margin: 0;
}

.home .preisliste p {
	font-family: 'Source Sans 3',sans-serif;
	font-weight: 400;
	margin:0px;
	padding:0px;
	font-size:25px;
}

.home .preisliste .uvp {
	padding-bottom:20px;
}

.home .preisliste .preprice {
	padding-bottom:20px;
}

.home .preisliste .dealprice {
	padding-bottom:40px;
}

.home .preisliste .uvp h2 {
	font-family: 'Racing Sans One';
	margin:0px;
	padding:0px;
	font-size:60px;
}

.home .preisliste .preprice h2 {
	font-family: 'Racing Sans One';
	margin:0px;
	padding:0px;
	font-size:60px;
	color:#b4b4b4;
}

.home .preisliste .dealprice p {
	font-family: 'Source Sans 3',sans-serif;
	font-weight: 400;
	margin:0px;
	padding:0px;
	font-size:20px;
}

.home .preisliste .dealprice img {
	max-width:250px;
}

.home .preisliste .dealprice h2 {
	font-family: 'Racing Sans One';
	margin:0px;
	padding:0px;
	font-size:90px;
	color:#ff0000;
}

.home .preisliste .info p {
	font-size:20px;
}

.home .preisliste .info a {
	background-color:black;
	border-radius:256px;
	border:2px solid white;
	display:block;
	margin-right:auto;
	margin-left:auto;
	padding:10px 20px;
	color:white;
}

.home .preisliste .info a:hover {
	text-decoration:none;
}


.home .countdown {
	position:absolute;
	bottom:0px;
	left:0px;
	padding:60px;
	padding-top:25px;
	padding-bottom:25px;
	background-color:rgba(0,0,0,0.85);
	border-top-right-radius:64px;
	text-align:center;
	width:15%;
}

.home .countdown .hh,.home .countdown .mm, .home .countdown .ss {
	font-size:150px;
	font-weight:bold;
	line-height:110px;
}


h1, h2, h3 {
	padding:0px;
	margin:0px;
}

@media (max-width: 1920px) {

    .home .preisliste .uvp h2 {
		font-size:50px;
	}

	.home .preisliste .preprice h2 {
		font-size:50px;
	}
	

	.home .preisliste .dealprice img {
		max-width:250px;
	}

	.home .preisliste .dealprice h2 {
		font-size:70px;
	}
	
	.home .preisliste, .home .countdown {
		width:20%;
	}
	
	.home .countdown .hh, .home .countdown .mm, .home .countdown .ss {
		font-size: 100px;
		font-weight: bold;
		line-height: 70px;
	}

}

@media (max-height: 1200px) {

    .home .preisliste .uvp h2 {
		font-size:50px;
	}

	.home .preisliste .preprice h2 {
		font-size:50px;
	}
	

	.home .preisliste .dealprice img {
		max-width:250px;
	}

	.home .preisliste .dealprice h2 {
		font-size:70px;
	}
	
	.home .preisliste, .home .countdown {
		width:20%;
	}
	
	.home .countdown .hh, .home .countdown .mm, .home .countdown .ss {
		font-size: 100px;
		font-weight: bold;
		line-height: 70px;
	}

}
