/* overpass-300 - latin */
@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/overpass-v5-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/overpass-v5-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/overpass-v5-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/overpass-v5-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/overpass-v5-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/overpass-v5-latin-300.svg#Overpass') format('svg'); /* Legacy iOS */
  }
  /* overpass-regular - latin */
  @font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/overpass-v5-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/overpass-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/overpass-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/overpass-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/overpass-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/overpass-v5-latin-regular.svg#Overpass') format('svg'); /* Legacy iOS */
  }
  /* overpass-800 - latin */
  @font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/overpass-v5-latin-800.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/overpass-v5-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/overpass-v5-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/overpass-v5-latin-800.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/overpass-v5-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/overpass-v5-latin-800.svg#Overpass') format('svg'); /* Legacy iOS */
  }

body {
	background-color:#eeefed;
	font-family: 'Overpass', sans-serif;
	font-size:20px;
	font-weight:300;
}

body,html {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

h1 {
	font-family: 'Overpass', sans-serif;
	font-size:50px;
	line-height: 40px;
	margin-top:0px;
	padding-top:0px;
	font-weight: 800;
}

h2 {
	margin-top:0px;
	padding-top:0px;
}

#wrapper {
	width:100%;
	max-width:1920px;
	margin:0 auto;
}

#mobnav {
	height:56px;
	background-color:#00AED0;
	width:100%;
	top:0px;
	position:fixed;
	display:none;
	z-index:10;
}

#logo {
	text-align: center;
}

#logo img {
	max-width:400px;
	width:40%;
}

.schriftzug {
	color:#FFFFFF;
	float:left;
	margin-left:15px;
	margin-top:11px;
	font-size:30px;
	display:none;
}

#burger {
	width:50px;
	height:26px;
	float:right;
	margin-top:15px;
	margin-right:15px;
	cursor: pointer;
	display: none;
}

#burger div {
	height:4px;
	width:100%;
	background-color:#FFFFFF;
}

#burger div:nth-child(2),#burger div:nth-child(3) {
	margin-top:7px;
}

navigation {
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #00AED0;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 100;
	max-width: 1920px;
	display:flex;
	justify-content: space-around;
}

navigation a {
	color:#FFFFFF;
	text-decoration: none;
	margin-left:1%;
	margin-right:1%;
	width:18%;
	text-align: center;
	transition:0.5s ease-in-out color;
	font-size:16px;
}

navigation a:hover {
	color:#000000;
	transition:0.5s ease-in-out color;
}


header {
	padding-bottom:30px;
	background-size:100%;
	background-position:bottom;
	background-repeat: no-repeat;
	margin-top:145px;
}

header .middle {
	color:#FFFFFF;
}

header .middle .headline {
	font-size:70px;
	width:100%;
	text-align:center;
	margin-top:80px;
	color:#00AED0;
}

header .middle .description {
	font-size:30px;
	width:100%;
	text-align:center;
	margin-top:70px;
	margin-bottom:100px;
	color:#7F8082;
}

header .middle .scroller {
	width:100%;
	text-align: center;
	font-size:12px;
	margin-top:70px;
	display:none;
	color:#7F8082;
}

.yellow {
	color:#dbb20a;
}

.lime {
	color:#9eceb8;
}

section {
	width:100%;
	padding-left:10%;
	padding-right:10%;
	box-sizing: border-box;
	padding-top:70px;
	padding-bottom:70px;
	color:#FFFFFF;
}

#uebermich {
	background-color:#FFFFFF;
}

#uebermich h1 {
	color:#00AED0;
}

#uebermich article {
	font-size:20px;
	color:#7F8082;
	float:left;
	width:60%;
	line-height: 30px;
}

#uebermich img {
	width:30%;
	margin-top:-100px;
	float:right;
	border-radius:250px;
}

#studio {
	padding:0px;
}

.studio img {
	width:100%;
	position: absolute;
}

.studio_01 {
	width:70%;
	float:left;
	border: 5px solid #00AED0;
	box-sizing: border-box;
	overflow:hidden;
	position: relative;
}

.studio_01 img {
	top:-30%;
	left:0px;
}

.studio_02 {
	width:30%;
	float:left;
	background-size:150%;
	background-position: center;
	border-right: 5px solid #00AED0;
	border-top: 5px solid #00AED0;
	border-bottom: 5px solid #00AED0;
	box-sizing: border-box;
	overflow:hidden;
	position: relative;
}

.studio_02 img {
	top:0%;
	left:0px;
	width:150%;
}

.studio_03 {
	width:30%;
	float:left;
	background-size:150%;
	background-position: center;
	border-left: 5px solid #00AED0;
	border-bottom: 5px solid #00AED0;
	box-sizing: border-box;
	overflow:hidden;
	position: relative;

}

.studio_03 img {
	top:0%;
	left:-30px;
	width:150%;
}

.studio_04 {
	width:70%;
	float:left;
	border-bottom: 5px solid #00AED0;
	box-sizing: border-box;
	border-left: 5px solid #00AED0;
	border-right: 5px solid #00AED0;
	box-sizing: border-box;
	overflow:hidden;
	position: relative;
}

.studio_04 img {
	top:-34%;
	left:0px;
}

.studio_05 {
	width:20%;
	float:left;
	border-bottom: 5px solid #00AED0;
	box-sizing: border-box;
	border-left: 5px solid #00AED0;
	box-sizing: border-box;
	overflow:hidden;
	position: relative;
}

.studio_05 img {
	top:0px;
	left:0px;
	width:130%;
}

.studio_06 {
	width:30%;
	float:left;
	border-bottom: 5px solid #00AED0;
	box-sizing: border-box;
	border-left: 5px solid #00AED0;
	box-sizing: border-box;
	overflow:hidden;
	position: relative;
}

.studio_07 {
	width:30%;
	float:left;
	border-bottom: 5px solid #00AED0;
	box-sizing: border-box;
	border-left: 5px solid #00AED0;
	box-sizing: border-box;
	overflow:hidden;
	position: relative;
}

.studio_08 {
	width:20%;
	float:left;
	border-bottom: 5px solid #00AED0;
	box-sizing: border-box;
	border-right: 5px solid #00AED0;
	border-left: 5px solid #00AED0;
	box-sizing: border-box;
	overflow:hidden;
	position: relative;
}

.studio_08 img {
	top:0px;
	left:0px;
	width:140%;
}


#meinangebot {
	color:#FFFFFF;
	background-color:#333333;
	position:relative;
}

/*#meinangebot::after {
	content: "";
	background-color:#000000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	width:100%;
	height:100%;
	opacity: 0.8;
	z-index:0;
}*/

#meinangebot h1 {
	color:#00AED0;
	z-index:2;
	position: relative;
}

#meinangebot .article-wrapper {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

#meinangebot article {
	width:50%;
	z-index:2;
	position: relative;
	margin-bottom:30px;
}

#meinangebot .dreieck {
	width:50px;
	height:50px;
	background-color:#FFFFFF;
	position:absolute;
	z-index:2;
	top:0px;
	left:50%;
	margin-left:-25px;
	transform: rotate(45deg);
	margin-top:-25px;
}

ul {
	padding-left:0px;
	margin:0px;
}

ul li {
	list-style: none;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	margin-left:10px;
	float:left;
	width:97%;
}

li::before {
	content: "• ";
	color: #00AED0; /* or whatever color you prefer */
	height:30px;
	width:3%;
	float:left;
	margin-right:10px;
}

#preise {
	color:#333333;
	background-color:#FFFFFF;
	position:relative;
}

#preise h1 {
	color:#00AED0;
	z-index:2;
	position: relative;
}

#preise .article-wrapper {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

#preise article {
	width:50%;
	z-index:2;
	position: relative;
	margin-bottom:30px;
}

#preise .preis_wrapper {
	display:flex;
	justify-content: flex-start;
}

#preise .preis_wrapper span {
	width:150px;
}

#kontakt {
	color:#7F8082;
	background-color:#FFFFFF;
}

#kontakt article {
	float:left;
	width:50%;
	line-height:30px;
}

#kontakt article a {
	color:#7F8082;
}

#kontakt article:nth-child(2) {
	text-align:right;
}

#termin h1 {
	color:#00AED0;
}

#termin a {
	color:#7F8082;
}

#termin article {
	width:1000%;
	float:left;
	color:#7F8082;
	line-height: 30px;
	margin-bottom:20px;
}

.fs30 {
	font-size:30px;
}

.fs14 {
	font-size:14px;
}

.error {
	background-color:#970002;
	color:#FFFFFF;
	width:100%;
	text-align: center;
	padding:10px;
	box-sizing: border-box;
	display:none;
}

.success {
	background-color:#0B700A;
	color:#FFFFFF;
	width:100%;
	text-align: center;
	padding:10px;
	box-sizing: border-box;
	display:none;
}

.galink {
	color:#000000;
}

.gatext {
	display: none;
}

.cleardiv {
	clear:both;
	height:0px;
}

@media only screen and (max-width: 800px) {
	h1 {
		font-size:40px;
		line-height: 32px;
	}

	#uebermich article {
		width:100%;
	}
	
	#uebermich img {
		width:50%;
		margin-top:50px;
		margin-right:25%;
	}
	
	#meinangebot {
		background-size:200%;
	}
	
	#meinangebot article {
		width:100%;
	}

	#preise article {
		width:100%;
	}
}

@media only screen and (max-width: 700px) {
	header .middle .headline {
		margin-top:40px;
	}

	header .middle .description {
		margin-top:45px;
		margin-bottom:0px;
	}

	header .middle .scroller {
		margin-top:45px;
		display:block;
	}
	
	header {
		background-image:url(../img/header-bg-mob.png);
	}
	
	#burger {
		display:block;
	}
	
	navigation {
		position:fixed;
		top:40px;
		z-index:5;
		background-color:#00AED0;
		display:none;
	}
	
	navigation a {
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
		border-bottom:1px solid #ffffff;
		margin:0px;
		float:left;
	}
	
	#uebermich img {
		width:90%;
		margin-right:5%;
	}
	

	
	#kontakt article {
		width:100%;
	}
	
	#kontakt article:nth-child(2) {
		width:100%;
		text-align:left;
		margin-top:30px;
	}
	
	#gallerie .q_left {
		width:100%;
	}

	#gallerie .r_right {
		width:100%;
	}

	#gallerie .q_right {
		width:50%;
	}

	#gallerie .sec {
		background-color:#F1CB5B;
	}
	
	#mobnav {
		display:block;
	}
	
	#termin article {
		width:100%;
	}
	
	#termin article:nth-child(3) {
		margin-left:0px;
		margin-top:30px;
	}
	
	.studio_34 {
		width:100%;
	}

	.studio_14 {
		display:none;
	}

	.studio_38 {
		width:50%;
	}

	.studio_28 {
		display: none;
	}
	
	#produkte article .chann-pro {
		width:80% !important;
		max-height:none;
	}


	#produkte article .nobusan-pro {
		width:80% !important;
		max-height: none;
	}
}

@media only screen and (max-width: 600px) {

	#meinangebot {
		background-size:400%;
	}
}