@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
	body {
		width: 100%;
		margin:0;
		padding:0;
		font-family: "Ubuntu",Helvetica,Arial,"sans-serif";
	}
	header {
		height: 90px;
		border-bottom: 1px solid #DEDEDE;
		position:fixed;
		width: 100%;
		top: 0;
		z-Index:10;
		transform: rotate(0.2deg);
		background-color: #FFFFFF;
	}
	#imgLogo {
		height:calc(100% - 20px);
		margin-top:5px;
		top: 10px;
		margin-left: 70px;
	}
	#burgerMenu {
		display:inline;
		top: 20px;
		margin-right: 50px;
		position: absolute;
	}
	#menuList {
		display: none;
		background-color: #DEDEDE;
		margin: 0;
		padding: 0 0 0 15px;
		list-style-type: none;
		line-height: 3em;
		max-width:62%;
		min-width:300px;
		font-weight:bold;
	}
	
	#menuList>li>a:link, #menuList>li>a:visited {
		text-decoration:none;
		color: #666666;
		padding-left: 0;
		transition: 0.3s ease;
	}
	#menuList>li {
		padding-left: 0px;
		transition: 0.3s ease;	
	}
	#menuList>li:hover {
		padding-left: 10px;		
		transition: 0.3s ease;	
	}
	#menuList>li>a:hover{
		text-decoration:none;
		color: #000000;
		transition: 0.3s ease;		
	}
	
	main {
		width:100%;
		min-height: calc(100vh);
		background-color: #FFFFFF;
		margin-top: 105px;
	}
	footer {
		background-color: #343434;
		color: #FFFFFF;
		min-height: 150px;
		padding: 30px 0;
		line-height: 2em;
	}
	footer a:link,footer a:visited {
		color: #FFFFFF;
		text-decoration:none;
		transition: 0.3s ease;
	}
	footer a:hover {
		color: #DFDFDF;
		text-decoration:none;
		transition: 0.3s ease;
	}
	footer ul {
		list-style-type:none;
		padding-left: 0;
	}
	#headCenter,#mainCenter,#footCenter {
		margin-left: auto;
		margin-right:auto;
		height:100%;
	}
	#headCenter,#mainCenter {
		background-color: #FFFFFF;
		padding: 0;
	}	
	#stage {
		width: auto;
		height: auto;
		max-height: 550px;
		max-width:100%;
		background-image: url(/imgs/stage_.jpg);
		background-position: center; 
		background-repeat: no-repeat;
		background-size: cover; 
		position:relative;
	}
	.stageBauchbinde {
		width: calc(100% - 40px);
		padding: 20px;
		background-color: #FFFFFF;
		display: inline-block;
		position: absolute;
		bottom: 10px;
		font-size: 1.5em;
		font-weight:bold;
		opacity: 0.62;
	}
	.stageBauchbindeText {
		width: calc(100% - 40px);
		padding: 20px;
		display: inline-block;
		position: absolute;
		bottom: 10px;
		font-size: 1.5em;
		font-weight:bold;
		opacity: 1;
		left: 0;
		z-Index: 2;
	}
	#usplist {
	}
	#usplist > ul > li > h2 {
		text-align: center;
	}
	#usplist > ul{
		padding-left: 0;
	}
	#usplist > ul > li {
		text-align: justify;
		list-style-type: none;
		padding: 0 20px 0 20px;
		border: 1px solid #DEDEDE;
		display: inline-block;
		margin-right: 10px;
		margin-left: 10px;
		margin-top:80px;
	}
	.footLinks {
		padding: 0 20px 0 20px;
		display: inline-block;
		margin-right: 10px;
		margin-left: 10px;		
	}
	
	#usplist > ul > li:first-child,.footLinks > li:first-child {
		margin-left: 0px;
	}
	#usplist > ul > li:last-child,.footLinks > li:last-child {
		margin-right: 0px;
	}
	.uspImg {
		width: 100%;
	}
	.uspIcon {
		background-color: #008080;
		height: 100px;
		width: 100px;
		border-radius: 50px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -50px;
		text-align:center;
		color: #FFFFFF;
		font-size: 4em;
		line-height: 1.5em;
		font-weight: bold;
		color: transparent;  
		text-shadow: 0 0 0 #FFFFFF;
	}
	#threeSteps {
		margin-top: 50px;
		background-color: #008080;
		z-Index: 2;
		width: 93%;
		transform:rotate(359deg);
		color: #FFFFFF;
		font-size:1.3em;
		padding: 40px;
	}
	#threeSteps li {
		margin-bottom: 2em;
	}
	
	#loesung {
		margin-top: -10px;
		background-color: #FAFAFA;
		z-Index: 2;
		width: 93%;
		transform:rotate(1deg);
		color: #000000;
		font-size:1.3em;
		padding: 40px;		
	}
	
	#prices {
		margin-top: -10px;
		background-color: #F0F0F0;
		z-Index: 2;
		width: 93%;
		transform:rotate(359deg);
		color: #000000;
		font-size:1.3em;
		padding: 40px;		
	}
	
	.btnReg {
		margin-top: 40px;
		background-color: #008080;
		border-radius: 10px;
		font-size: 1.1em;
		color: #FFFFFF;
		padding:15px;
		text-transform:uppercase;
		display: inline-block;
		font-weight:bold;
		transition: 0.3s ease;
		text-align:center;
	}
	.btnReg:hover {
		margin-top: 40px;
		background-color: #008080;
		border-radius: 10px;
		color: #FFFFFF;
		padding:16px;
		text-transform:uppercase;
		display: inline-block;
		font-weight:bold;
		transition: 0.15s ease;
		box-shadow: 0 0 5px black;
	}

	@media only screen and (max-width: 1079px) {
		#mainCenter,#footCenter {
			padding: 0 10px 0 10px;
		}		
		#usplist > ul > li:first-child,.footLinks > li:first-child {
			margin-left: 10px;
		}
		#usplist > ul > li {
			margin-bottom: 40px;
		}
		.footLinks {
			text-align:center;
			display: block;
			margin: 0;
		}
		#threeSteps,#loesung,#prices {
			width: 90%;
		}		
	}
	
	@media only screen and (max-width: 780px) {
		#threeSteps,#loesung,#prices {
			width: 82%;
		}	
	}	
	
	@media only screen and (max-width: 620px) {
		#imgLogo {
			height: auto;
			max-width: 270px;
		}
		header {
			height:75px;
		}
		.stageBauchbindeText {
			font-size:1.2em;
		}
		#threeSteps,#loesung,#prices {
			width: 75%;
		}	
	}
	
	@media only screen and (min-width: 1080px) {
		#burgerMenu {
			display:none;
		}
		#menuList {
			display: inline-block;
			float: right;
			font-size: 1em;
			line-height: 6em;
			background-color: transparent;
			text-transform:uppercase;
		}
		#menuList>li {
			display:inline;
			list-style-type: none;
			margin-left: 20px;
		}
		#menuList>li:hover {
			padding-left: 0px;
		}
		#imgLogo {
			margin: 10px 0;
		}

		#headCenter,#mainCenter {
			width: 1060px;
		}
		#usplist > ul > li, .footLinks {
			width: 295px;
		}
		.footLinks {
			display: inline-block;
			text-align:center;
		}		
	}

	@media only screen and (min-width: 1120px) {
		#headCenter,#mainCenter,#footCenter {
			width: 1100px;
		}
		#usplist > ul > li, .footLinks > li {
			width: 308px;
		}
	}	
	
	@media only screen and (min-width: 1320px) {
		#headCenter,#mainCenter,#footCenter {
			width: 1300px;
		}
		#usplist > ul > li, .footLinks > li  {
			width: 375px;
		}
	}	
	
	@media only screen and (min-width: 1670px) {
		#headCenter,#mainCenter,#footCenter {
			width: 1650px;
		}
		#usplist > ul > li, .footLinks > li {
			width: 491px;
		}
	}	