@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@import url('https://fonts.googleapis.com/css?family=Gudea&display=swap');
@import url('https://fonts.googleapis.com/css?family=B612&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oxygen&display=swap');

:root {
    --nScreenWidth: 10px;
    --nScreenHeight: 10px;
	--font: 'Titillium Web', sans-serif;
}


/* Gültig für: ALLE */

* {
	margin: 0px;
	padding: 0px;	
}

html {
	width: auto;
	height: auto;
	--overflow-y: scroll;

}

body {
	width: auto;
	height: auto;
	overflow-y: scroll;	
}

div.scrapper {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	z-index: 2;
	margin-top: 0px;
}

a.nametag {
	position: absolute;
	top: 0px;
}
	
div.fixedmainmenu {
	width: 100%;
	height: 137px;
	position: fixed;
	top: 0px;
	margin: auto;	
	--background-color: rgb(203, 28, 37);
	background-color: rgb(224, 11, 28);
	z-index: 4;
	display: block;
}

	div.fixedmainmenu > div {
		width: 100%;
		height: 137px;
		position: relative;
		margin: auto;
	}
	
	div.fixedmainmenu > div > div.smalllinks {
		width: auto;
		height: 30px;
		line-height: 30px;
		position: relative;
		margin: auto;
		text-align: right;
		margin-right: 30px;
	}	
	
		div.fixedmainmenu > div > div.smalllinks > a.standard {
			font-size: 12px;
			font-family: var(--font);
			height: 20px;
			line-height: 20px;
			padding: 5px;
			color: rgb(255, 255, 255);
			text-decoration: none;
			border-radius: 2px;
		}
		
			div.fixedmainmenu > div > div.smalllinks > a.standard:hover {
				background-color: rgb(255, 255, 255);
				color: rgb(224, 11, 28);
			}
			
		div.fixedmainmenu > div > div.smalllinks > a.gray {
			font-size: 12px;
			font-family: var(--font);
			height: 20px;
			line-height: 20px;
			padding: 5px;
			color: rgb(150, 150, 150);
			text-decoration: none;
			border-radius: 2px;
		}
		
			div.fixedmainmenu > div > div.smalllinks > a.gray:hover {
				background-color: rgb(255, 255, 255);
				color: rgb(224, 11, 28);
			}
	
	div.fixedmainmenu > div > div.toplinks {
		width: auto;
		height: 107px;
		position: relative;
		margin: auto;
		margin-right: 30px;
	}
	
		div.contactcell {
			width: auto;
			overflow: hidden;
			float: right;
			text-align: right;
		}
	
			div.fixedmainmenu > div > div.toplinks > div.contactcell > p.standard {
				width: auto;
				height: auto;
				line-height: 30px;
				height: 30px;
				font-size: 18px;
				font-family: var(--font);
				padding: 5px;
				color: rgb(255, 255, 255);
				margin-top: 30px;
				margin-bottom: 37px;
				margin-left: 20px;
				overflow: hidden;
				border-radius: 5px;
				float: left;
			}
			
					div.fixedmainmenu > div > div.toplinks > div.contactcell > p.standard:hover {
						background-color: rgb(255, 255, 255);
						color: rgb(224, 11, 28);
					}
					
					div.fixedmainmenu > div > div.toplinks > div.contactcell > p.standard > span.phone {
						width: 30px;
						height: 30px;
						float: right;
						margin-right: 5px;
						display: block;
						background-size: auto 100%;
						background-repeat: no-repeat;
						background-image: url('layout/img/Kontakt_Telefon_Hell.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > p.standard:hover > span.phone {
								background-image: url('layout/img/Kontakt_Telefon.png');
							}
					
					div.fixedmainmenu > div > div.toplinks > div.contactcell > p.standard > span.email {
						width: 30px;
						height: 30px;
						float: right;
						margin-right: 5px;
						display: block;
						background-size: auto 100%;
						background-repeat: no-repeat;
						background-image: url('layout/img/Kontakt_Email_Hell.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > p.standard:hover > span.email {
								background-image: url('layout/img/Kontakt_Email.png');
							}
							
					div.fixedmainmenu > div > div.toplinks > div.contactcell > p.standard > span.fax {
						width: 30px;
						height: 30px;
						float: right;
						margin-right: 5px;
						display: block;
						background-size: auto 100%;
						background-repeat: no-repeat;
						background-image: url('layout/img/Kontakt_Fax_Hell.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > p.standard:hover > span.fax {
								background-image: url('layout/img/Kontakt_Fax.png');
							}
						
					div.fixedmainmenu > div > div.toplinks > div.contactcell > p.standard > span.text {
						width: auto;
						height: auto;
						float: right;
						display: block;
						overflow: hidden;
					}
					
			div.fixedmainmenu > div > div.toplinks > div.contactcell > p.gray {
				width: auto;
				height: auto;
				line-height: 30px;
				height: 30px;
				font-size: 18px;
				font-family: var(--font);
				padding: 5px;
				color: rgb(150, 150, 150);
				margin-top: 30px;
				margin-bottom: 37px;
				margin-left: 20px;
				overflow: hidden;
				border-radius: 5px;
				float: left;
				display: none;
			}
			
					div.fixedmainmenu > div > div.toplinks > div.contactcell > p.gray:hover {
						background-color: rgb(255, 255, 255);
						color: rgb(224, 11, 28);
					}
					
					div.fixedmainmenu > div > div.toplinks > div.contactcell > p.gray > span.phone {
						width: 30px;
						height: 30px;
						float: right;
						margin-right: 5px;
						display: block;
						background-size: auto 100%;
						background-repeat: no-repeat;
						background-image: url('layout/img/Kontakt_Telefon_Grau.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > p.gray:hover > span.phone {
								background-image: url('layout/img/Kontakt_Telefon.png');
							}
					
					div.fixedmainmenu > div > div.toplinks > div.contactcell > p.gray > span.email {
						width: 30px;
						height: 30px;
						float: right;
						margin-right: 5px;
						display: block;
						background-size: auto 100%;
						background-repeat: no-repeat;
						background-image: url('layout/img/Kontakt_Email_Grau.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > p.gray:hover > span.email {
								background-image: url('layout/img/Kontakt_Email.png');
							}
							
					div.fixedmainmenu > div > div.toplinks > div.contactcell > p.gray > span.fax {
						width: 30px;
						height: 30px;
						float: right;
						margin-right: 5px;
						display: block;
						background-size: auto 100%;
						background-repeat: no-repeat;
						background-image: url('layout/img/Kontakt_Fax_Grau.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > p.gray:hover > span.fax {
								background-image: url('layout/img/Kontakt_Fax.png');
							}
						
					div.fixedmainmenu > div > div.toplinks > div.contactcell > p.gray > span.text {
						width: auto;
						height: auto;
						float: right;
						display: block;
						overflow: hidden;
					}
								
			div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email {
				width: auto;
				height: auto;
				line-height: 30px;
				height: 30px;
				font-size: 18px;
				font-family: var(--font);
				padding: 5px;
				color: rgb(255, 255, 255);
				margin-top: 30px;
				margin-bottom: 37px;
				margin-left: 20px;
				overflow: hidden;
				border-radius: 5px;
				float: left;
			}
			
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email:hover {
						background-color: rgb(255, 255, 255);
						color: rgb(224, 11, 28);
					}
					
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email > span.phone {
						width: 30px;
						height: 30px;
						float: right;
						margin-right: 5px;
						display: block;
						background-size: auto 100%;
						background-repeat: no-repeat;
						background-image: url('layout/img/Kontakt_Telefon_Hell.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email:hover > span.phone {
								background-image: url('layout/img/Kontakt_Telefon.png');
							}
					
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email > span.email {
						width: 30px;
						height: 30px;
						float: right;
						margin-right: 5px;
						display: block;
						background-size: auto 100%;
						background-repeat: no-repeat;
						background-image: url('layout/img/Kontakt_Email_Hell.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email:hover > span.email {
								background-image: url('layout/img/Kontakt_Email.png');
							}
							
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email > span.fax {
						width: 30px;
						height: 30px;
						float: right;
						margin-right: 5px;
						display: block;
						background-size: auto 100%;
						background-repeat: no-repeat;
						background-image: url('layout/img/Kontakt_Fax_Hell.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email:hover > span.fax {
								background-image: url('layout/img/Kontakt_Fax.png');
							}
						
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email > span.text {
						width: auto;
						height: auto;
						float: right;
						display: block;
						overflow: hidden;
					}
					
			div.fixedmainmenu > div > div.toplinks > div.contactcell > a.grayemail {
				width: auto;
				height: auto;
				line-height: 30px;
				height: 30px;
				font-size: 18px;
				font-family: var(--font);
				padding: 5px;
				color: rgb(150, 150, 150);
				margin-top: 30px;
				margin-bottom: 37px;
				margin-left: 20px;
				overflow: hidden;
				border-radius: 5px;
				float: left;
				display: none;
			}
			
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.grayemail:hover {
						background-color: rgb(255, 255, 255);
						color: rgb(224, 11, 28);
					}
					
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.grayemail > span.phone {
						width: 30px;
						height: 30px;
						float: right;
						margin-right: 5px;
						display: block;
						background-size: auto 100%;
						background-repeat: no-repeat;
						background-image: url('layout/img/Kontakt_Telefon_Grau.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > a.grayemail:hover > span.phone {
								background-image: url('layout/img/Kontakt_Telefon.png');
							}
					
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.grayemail > span.email {
						width: 30px;
						height: 30px;
						float: right;
						margin-right: 5px;
						display: block;
						background-size: auto 100%;
						background-repeat: no-repeat;
						background-image: url('layout/img/Kontakt_Email_Grau.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > a.grayemail:hover > span.email {
								background-image: url('layout/img/Kontakt_Email.png');
							}
						
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.grayemail > span.text {
						width: auto;
						height: auto;
						float: right;
						display: block;
						overflow: hidden;
					}			
	
		div.fixedmainmenu > div > div.toplinks > a {
			font-size: 12px;
			font-family: var(--font);
			height: 50px;
			line-height: 50px;
			padding-left: 10px;
			color: rgb(255, 255, 255);
			text-decoration: none;
		}
		
			div.fixedmainmenu > div > div.toplinks > a:hover {
				text-decoration: overline;
			}
			
div.fixedmainmenu2 {
	width: 100%;
	height: 113px;
	position: absolute;
	margin: auto;
	top: 137px;
	--background-color: rgb(224, 11, 28);
	background-color: rgb(98, 97, 85);
	z-index: 3;
	display: block;
}

	div.fixedmainmenu2 > div {
		width: 100%;
		height: 113px;
		position: relative;
		margin: auto;
	}
			
	div.fixedmainmenu2 > div > div.menulinks {
		width: auto;
		height: 113px;
		line-height: 113px;
		position: relative;
		text-align: right;
		margin-right: 30px;
	}
	
		div.fixedmainmenu2 > div > div.menulinks > a.standard {
			font-size: 32px;
			font-family: var(--font);
			height: 113px;
			line-height: 113px;
			padding-left: 10px;
			padding-right: 10px;
			color: rgb(255, 255, 255);
			text-decoration: none;
			margin-left: 10px;
			border-radius: 5px;
		}
		
			div.fixedmainmenu2 > div > div.menulinks > a.standard:hover {
				background-color: rgb(255, 255, 255);
				color: rgb(224, 11, 28);
			}
			
		div.fixedmainmenu2 > div > div.menulinks > a.gray {
			font-size: 32px;
			font-family: var(--font);
			height: 113px;
			line-height: 113px;
			padding-left: 10px;
			padding-right: 10px;
			color: rgb(150, 150, 150);
			text-decoration: none;
			margin-left: 10px;
			border-radius: 5px;
			display: none;
		}
		
			div.fixedmainmenu2 > div > div.menulinks > a.gray:hover {
				background-color: rgb(255, 255, 255);
				color: rgb(224, 11, 28);
			}
	
a.fixedlogo {
	width: 500px;
	height: 250px;
	display: block;
	position: fixed;
	z-index: 4;
	left: 100px;
	top: 0px;
}

	a.fixedlogo > img {
		border: 0px;
		width: 500px;
		height: 250px;
	}
	
div.fixedbackground1 {
	width: 100%;
	height: var(--nScreenHeight);
	position: fixed;
	top: 0px;
	z-index: 1;
	background-image: url('layout/bg/licht_aus_NEU.png');
	background-size: cover;
	background-position: center;
	text-align: center;
}

	div.fixedbackground1 > span.fixedbackground1text {
		color: rgb(0,0,0);
		font-size: 7vh;
		font-family: var(--font);
		line-height: 9vh;
		position: absolute;
		padding: 2vw;
		--background-color: rgba(98, 97, 85, 0.6);
		--border-radius: 1vw;
		--transform: translateX(-50%);
		top: 40%;
		left: 5%;
		--text-shadow: 0.2vh 0.2vh rgb(255, 255, 255);
		text-shadow:  2px  2px 2px rgb(255, 255, 255),
					  2px -2px 2px rgb(255, 255, 255),
					 -2px  2px 2px rgb(255, 255, 255),
					 -2px -2px 2px rgb(255, 255, 255);
	}
	
	div.fixedbackground1 > img.schalter {
		width: 79px;
		height: 75px;
		position: absolute;
		top: calc(var(--nScreenHeight) - 150px - 80px);
		right: 20%;
		cursor: pointer;
	}
	
	div.fixedbackground1 > img.steckdose {
		width: 79px;
		height: 75px;
		position: absolute;
		top: calc(var(--nScreenHeight) - 75px - 80px);
		right: 20%;
		cursor: pointer;
	}

div.fixedbackground2 {
	width: 100%;
	height: var(--nScreenHeight);
	position: fixed;
	z-index: 1;
	top: 0px;
	background-image: url('layout/bg/licht_an_NEU.png');
	background-size: cover;
	background-position: center;
	text-align: center;
}

	div.fixedbackground2 > span.fixedbackground2text {
		color: rgb(0, 0, 0);
		font-size: 7vh;
		font-family: var(--font);
		line-height: 9vh;
		position: absolute;
		padding: 2vw;
		--background-color: rgba(98, 97, 85, 0.6);
		--border-radius: 1vw;
		--transform: translateX(-50%);
		top: 40%;
		left: 5%;
		--text-shadow: 0.2vh 0.2vh rgb(255, 255, 255);
		text-shadow:  2px  2px 2px rgb(255, 255, 255),
					  2px -2px 2px rgb(255, 255, 255),
					 -2px  2px 2px rgb(255, 255, 255),
					 -2px -2px 2px rgb(255, 255, 255);
	}
	
	div.fixedbackground2 > img.schalter {
		width: 79px;
		height: 75px;
		position: absolute;
		top: calc(var(--nScreenHeight) - 150px - 80px);
		right: 20%;
		cursor: pointer;
	}
	
	div.fixedbackground2 > img.steckdose {
		width: 79px;
		height: 75px;
		position: absolute;
		top: calc(var(--nScreenHeight) - 75px - 80px);
		right: 20%;
		cursor: pointer;
	}
	
div.fixedbackgroundcontent {
	width: 100%;
	height: var(--nScreenHeight);
	position: fixed;
	top: 0px;
	z-index: 1;
	background-size: cover;
	background-position: center;
	text-align: center;
}

div.content_scrapper {
	width: 100%;
	overflow: hidden;
	z-index: 4;
	background-color: rgb(255, 255, 255);
}

div.content {
	max-width: 1000px;
	min-height: calc(var(--nScreenHeight) - 300px);
	overflow: hidden;
	margin: auto;
	margin-top: 200px;
	margin-bottom: 100px;
	background-color: rgb(255, 255, 255);
}

div.content2 {
	max-width: 1000px;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 200px;
	margin-bottom: 100px;
	background-color: rgb(255, 255, 255);
}

div.contentdetail {
	max-width: 1000px;
	overflow: hidden;
	margin: auto;
	margin-top: 300px;
	margin-bottom: 200px;
	text-align: justify;
	background-color: rgb(255, 255, 255);
}

	div.contentdetail > h1 {
		width: 100%;
		height: auto;
		line-height: 80px;
		color: rgb(98, 97, 85);
		font-size: 42px;
		font-family: var(--font);
		display: block;
		margin-bottom: 30px;
		margin-top: 70px;
	}
	
	div.contentdetail > h2 {
		width: 100%;
		height: auto;
		line-height: 30px;
		color: rgb(98, 97, 85);
		font-size: 20px;
		font-family: var(--font);
		display: block;
		margin-bottom: 10px;
	}
	
	div.contentdetail > p {
		width: 100%;
		height: auto;
		line-height: 30px;
		color: rgb(98, 97, 85);
		font-size: 20px;
		font-family: var(--font);
		display: block;
		margin-bottom: 30px;
	}
	
	div.contentdetail > ul {
		color: rgb(98, 97, 85);
		font-size: 20px;
		font-family: var(--font);
		margin-bottom: 30px;
		list-style: disc;
	}
	
	div.contentdetail > ul > li {
		color: rgb(98, 97, 85);
		font-size: 20px;
		font-family: var(--font);
		list-style: disc;
		margin-left: 30px;
	}
	
div.contentdetailfixedimg {
	max-width: 1000px;
	overflow: hidden;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 50px;
	text-align: justify;
	background-color: rgb(255, 255, 255);
}

	div.contentdetailfixedimg > span.arrowdown {
		width: 100%;
		height: 90px;
		display: block;
		text-align: center;
		
	}
	
		div.contentdetailfixedimg > span.arrowdown > img {
			width: 200px;
			max-width: 50%;
			height: 50px;
			margin: auto;
			animation: ImageOne 1s infinite;
		}

	div.contentdetailfixedimg > h1 {
		width: 100%;
		height: auto;
		line-height: 80px;
		color: rgb(98, 97, 85);
		font-size: 42px;
		font-family: var(--font);
		display: block;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	
	div.contentdetailfixedimg > h2 {
		width: 100%;
		height: auto;
		line-height: 30px;
		color: rgb(98, 97, 85);
		font-size: 20px;
		font-family: var(--font);
		display: block;
		margin-bottom: 10px;
	}
	
	div.contentdetailfixedimg > p {
		width: 100%;
		height: auto;
		line-height: 30px;
		color: rgb(98, 97, 85);
		font-size: 20px;
		font-family: var(--font);
		display: block;
		margin-bottom: 30px;
	}
	
	div.contentdetailfixedimg > ul {
		color: rgb(98, 97, 85);
		font-size: 20px;
		font-family: var(--font);
		margin-bottom: 30px;
		list-style: disc;
		line-height: 30px;
	}
	
	div.contentdetailfixedimg > ul > li {
		color: rgb(98, 97, 85);
		font-size: 20px;
		font-family: var(--font);
		list-style: disc;
		margin-left: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}

div.content_scrapper_dark {
	width: 100%;
	overflow: hidden;
	background-color: rgb(169, 169, 161);
}

div.content_dark {	
	max-width: 1000px;
	min-height: calc(var(--nScreenHeight) - 300px);
	overflow: hidden;
	margin: auto;
	margin-top: 200px;
	margin-bottom: 100px;
	background-color: rgb(169, 169, 161);
}

h1.center {
	width: 100%;
	height: auto;
	line-height: 80px;
	color: rgb(224, 11, 28);
	font-size: 42px;
	font-family: var(--font);
	display: block;
	margin-bottom: 50px;
	text-align: center;
}

h1.center_light {
	width: 100%;
	height: auto;
	line-height: 80px;
	color: rgb(224, 11, 28);
	font-size: 42px;
	font-family: var(--font);
	display: block;
	margin-bottom: 50px;
	text-align: center;
}

div.text_3columns {
	width: 50%;
	height: auto;
	overflow: hidden;
	font-size: 20px;
	font-family: var(--font);
	line-height: 30px;
	color: rgb(98, 97, 85);
	column-count: 1;
	column-fill: balance;
	column-gap: 30px;
	text-align: justify;
	margin-left: 25%;
	margin-right: 25%;
}

	div.text_3columns > p {
		margin-bottom: 20px;
	}
	
div.empty {
	width: 100%;
	overflow: hidden;
	height: var(--nScreenHeight);
	
}

div.emptyheadline {
	width: 100%;
	overflow: hidden;
	height: calc(var(--nScreenHeight) - 90px);
	
}


	
div.images300x120 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: rgb(255, 255, 255);
	text-align: center;
}

	div.images300x120 > a {
		width: 50%;
		height: auto;
		display: block;
		float: left;
		text-align: center;
		margin: auto;
	}
	
		div.images300x120 > a > img {
			width: 300px;
			height: 120px;
			margin: auto;
		}
		
	div.images300x120 > span {
		width: 50%;
		height: auto;
		display: block;
		text-align: center;
		float: left;
	}
		
	div.images300x120 > span.single {
		width: 50%;
		height: auto;
		display: block;
		text-align: center;
		margin-left: 25%;
	}
	
		div.images300x120 > span.single > img {
			width: 300px;
			height: auto;
			margin: auto;
		}
	
		

div.text_3columns_dark {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 20px;
	font-family: var(--font);
	line-height: 30px;
	color: rgb(255, 255, 255);
	column-count: 3;
	column-fill: balance;
	column-gap: 30px;
	text-align: left;
}

	div.text_3columns > p {
		margin-bottom: 20px;
	}
	
div.comments {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 20px;
	font-family: var(--font);
	line-height: 30px;
	color: rgb(0, 0, 0);
	text-align: left;
}

	div.comments > p.one {
		width: 30%;
		height: auto;
		margin: 5%;
		background-color: rgb(255, 255, 255);
		border-radius: 20px;
		padding: 5%;
		float: left;
		position: relative;
	}
	
	div.comments > p.two {
		width: 30%;
		height: auto;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 5%;
		background-color: rgb(255, 255, 255);
		border-radius: 20px;
		padding: 5%;
		float: left;
		margin-top: 250px;
	}
	
	div.comments > p.three {
		width: 50%;
		height: auto;
		margin-left: 35%;
		margin-right: 5%;
		margin-bottom: 5%;
		background-color: rgb(255, 255, 255);
		border-radius: 20px;
		padding: 5%;
		float: left;
	}
	
	div.comments > p.four {
		width: 80%;
		height: auto;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 5%;
		background-color: rgb(255, 255, 255);
		border-radius: 20px;
		padding: 5%;
		float: left;
	}

div.banner_scrapper {
	width: var(--nScreenWidth);
	height: var(--nScreenHeight);
	overflow: hidden;
	position: relative;
}


span.contact {
	width: 95%;
	height: 50px;
	display: block;
	color: rgb(255, 255, 255);
	font-size: 22px;
	font-family: var(--font);
	line-height: 50px;
	text-decoration: none;
	margin-bottom: 10px;
	margin-left: 5%;
}

	span.contact > img {
		border: 0px;
		height: 30px;
		width: 30px;
		padding-left: 100px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		float: left;
	}


a.about {
	width: 75%;
	height: auto;
	display: block;
	color: rgb(98, 97, 85);
	font-size: 22px;
	font-family: var(--font);
	line-height: 50px;
	text-decoration: none;
	margin-bottom: 10px;
	float: left;
	padding-left: 25%;
}

	a.about:hover {
		color: rgb(224, 11, 28);
	}

	a.about > img {
		border: 0px;
		height: 30px;
		width: 30px;
		padding-left: 100px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		float: left;
	}
	
a.about_light {
	width: 45%;
	height: 50px;
	display: block;
	color: rgb(255, 255, 255);
	font-size: 22px;
	font-family: var(--font);
	line-height: 50px;
	text-decoration: none;
	margin-bottom: 10px;
	float: left;
	margin-left: 5%;
}

	a.about_light:hover {
		color: rgb(224, 11, 28);
	}

	a.about_light > img {
		border: 0px;
		height: 30px;
		width: 30px;
		padding-left: 100px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		float: left;
	}
	



a.image1 {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
	text-decoration: none;
	text-align: center;
	animation: ImageOne 10s infinite;
	z-index: 2;
}

		a.image1 > div {
			width: 100%;
			height: 100%;
		}

		a.image1 > div > span {
			color: rgb(0, 0, 0);
			font-size: 4vh;
			font-family: var(--font);
			line-height: 5vh;
			position: absolute;
			padding: 2vw;
			--background-color: rgba(98, 97, 85, 0.6);
			--border-radius: 1vw;
			transform: translateX(-50%);
			top: 60%;
			--text-shadow: 0.2vh 0.2vh rgb(255, 255, 255);
			text-shadow:  3px  3px 3px rgb(255, 255, 255),
						  3px -3px 3px rgb(255, 255, 255),
						 -3px  3px 3px rgb(255, 255, 255),
						 -3px -3px 3px rgb(255, 255, 255);
		}
				
a.image2 {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
	text-decoration: none;
	text-align: center;
	animation: ImageTwo 10s infinite;
	z-index: 2;
}

		a.image2 > div {
			width: 100%;
			height: 100%;
		}

		a.image2 > div > span {
			color: rgb(0, 0, 0);
			font-size: 4vh;
			font-family: var(--font);
			line-height: 5vh;
			position: absolute;
			padding: 2vw;
			--background-color: rgba(98, 97, 85, 0.6);
			--border-radius: 1vw;
			transform: translateX(-50%);
			top: 60%;
			--text-shadow: 0.2vh 0.2vh rgb(255, 255, 255);
			text-shadow:  3px  3px 3px rgb(255, 255, 255),
						  3px -3px 3px rgb(255, 255, 255),
						 -3px  3px 3px rgb(255, 255, 255),
						 -3px -3px 3px rgb(255, 255, 255);
		}
		
span.image3 {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: absolute;
	text-decoration: none;
	text-align: center;
}

				
@keyframes ImageOne {
  0%   {visibility: visible;}
  38%  {visibility: visible; opacity: 1.0;}
  46%  {visibility: hidden; opacity: 0.0;}
  92%  {visibility: hidden; opacity: 0.0;}
  100% {visibility: visible; opacity: 1.0;}
}

@keyframes ImageTwo {
  0%   {visibility: hidden;}
  38%   {visibility: hidden; opacity: 0.0;}
  46%  {visibility: visible; opacity: 1.0;}
  92%  {visibility: visible; opacity: 1.0;}
  100% {visibility: hidden; opacity: 0.0;}
}




@media only screen and (max-width : 1024px) {
	



div.fixedmainmenu {
	width: 100%;
	height: 100px;
	position: absolute;
	
}

	div.fixedmainmenu > div {
		width: 100%;
		height: 100px;
	}
	
	div.fixedmainmenu > div > div.smalllinks {
		width: 100%;
		height: 30px;
		line-height: 30px;
	}		

		div.fixedmainmenu > div > div.smalllinks > a.standard {
			font-size: 8px;

		}
		

			
		div.fixedmainmenu > div > div.smalllinks > a.gray {
			font-size: 8px;

		}	

			
div.fixedmainmenu2 {
	display: none;
}
	
a.fixedlogo {
	width: auto;
	height: 60px;
	top: 0px;
	left: 0px;
	position: absolute;
}

	a.fixedlogo > img {
		border: 0px;
		width: auto;
		height: 60px;
	}








	div.fixedmainmenu > div > div.toplinks {
		width: 100%;
		height: 50px;
		--position: relative;
		--margin: auto;
		margin-right: 0px;
	}
	
		div.contactcell {
			width: auto;
			overflow: hidden;
			float: right;
			text-align: right;
		}
	
			

			div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email {
				width: calc(100% - 10px);
				--height: auto;
				line-height: 20px;
				height: 20px;
				font-size: 10px;
				--font-family: var(--font);
				--padding: 5px;
				--color: rgb(255, 255, 255);
				margin-top: 2px;
				margin-bottom: 0px;
				margin-left: 0%;
				margin-right: 0px;
				--overflow: hidden;
				--border-radius: 5px;
				--float: left;
			}
			
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email:hover {
						background-color: rgb(255, 255, 255);
						color: rgb(224, 11, 28);
					}
					
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email > span.phone {
						width: 20px;
						height: 20px;
						--float: right;
						--margin-right: 5px;
						--display: block;
						--background-size: auto 100%;
						--background-repeat: no-repeat;
						--background-image: url('layout/img/Kontakt_Telefon_Hell.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email:hover > span.phone {
								background-image: url('layout/img/Kontakt_Telefon.png');
							}
					
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email > span.email {
						width: 20px;
						height: 20px;
						--float: right;
						--margin-right: 5px;
						--display: block;
						--background-size: auto 100%;
						--background-repeat: no-repeat;
						--background-image: url('layout/img/Kontakt_Email_Hell.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email:hover > span.email {
								background-image: url('layout/img/Kontakt_Email.png');
							}
						
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.email > span.text {
						width: auto;
						height: auto;
						float: right;
						display: block;
						overflow: hidden;
					}
					
			div.fixedmainmenu > div > div.toplinks > div.contactcell > a.grayemail {
				width: 100%;
				--height: auto;
				line-height: 20px;
				height: 20px;
				font-size: 10px;
				--font-family: var(--font);
				--padding: 5px;
				--color: rgb(150, 150, 150);
				margin-top: 0px;
				margin-bottom: 0px;
				margin-left: 0px;
				--overflow: hidden;
				--border-radius: 5px;
				--float: left;
			}
			
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.grayemail:hover {
						background-color: rgb(255, 255, 255);
						color: rgb(224, 11, 28);
					}
					
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.grayemail > span.phone {
						width: 20px;
						height: 20px;
						--float: right;
						--margin-right: 5px;
						--display: block;
						--background-size: auto 100%;
						--background-repeat: no-repeat;
						--background-image: url('layout/img/Kontakt_Telefon_Grau.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > a.grayemail:hover > span.phone {
								background-image: url('layout/img/Kontakt_Telefon.png');
							}
					
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.grayemail > span.email {
						width: 20px;
						height: 20px;
						--float: right;
						--margin-right: 5px;
						--display: block;
						--background-size: auto 100%;
						--background-repeat: no-repeat;
						--background-image: url('layout/img/Kontakt_Email_Grau.png');
					}
					
							div.fixedmainmenu > div > div.toplinks > div.contactcell > a.grayemail:hover > span.email {
								background-image: url('layout/img/Kontakt_Email.png');
							}
						
					div.fixedmainmenu > div > div.toplinks > div.contactcell > a.grayemail > span.text {
						width: auto;
						height: auto;
						float: right;
						display: block;
						overflow: hidden;
					}






	
div.contentdetail {
	margin-top: 60px;
	margin-bottom: 50px;
	text-align: justify;
	padding-left: 5%;
	padding-right: 5%;
}

	div.contentdetail > h1 {
		width: 100%;
		height: auto;
		line-height: 40px;
		color: rgb(98, 97, 85);
		font-size: 32px;
		font-family: var(--font);
		display: block;
		margin-bottom: 30px;
		margin-top: 70px;
	}
	
	div.contentdetail > h2 {
		width: 100%;
		height: auto;
		line-height: 26px;
		color: rgb(98, 97, 85);
		font-size: 16px;
		font-family: var(--font);
		display: block;
		margin-bottom: 10px;
	}
	
	div.contentdetail > p {
		width: 100%;
		height: auto;
		line-height: 26px;
		color: rgb(98, 97, 85);
		font-size: 16px;
		font-family: var(--font);
		display: block;
		margin-bottom: 30px;
	}
	
	div.contentdetail > ul {
		--color: rgb(98, 97, 85);
		font-size: 16px;
		--font-family: var(--font);
		--margin-bottom: 30px;
		--list-style: disc;
	}
	
	div.contentdetail > ul > li {
		--color: rgb(98, 97, 85);
		font-size: 16px;
		--font-family: var(--font);
		--list-style: disc;
		--margin-left: 30px;
	}


div.contentdetailfixedimg {
	width: 90%;
	overflow: hidden;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 50px;
	text-align: justify;
	background-color: rgb(255, 255, 255);
	padding-left: 5%;
	padding-right: 5%;
}			

	div.contentdetailfixedimg > h1 {
		width: 100%;
		height: auto;
		line-height: 50px;
		color: rgb(98, 97, 85);
		font-size: 32px;
		font-family: var(--font);
		display: block;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	
	div.contentdetailfixedimg > h2 {
		width: 100%;
		height: auto;
		line-height: 30px;
		color: rgb(98, 97, 85);
		font-size: 20px;
		font-family: var(--font);
		display: block;
		margin-bottom: 10px;
	}
	
	div.contentdetailfixedimg > p {
		width: 100%;
		height: auto;
		line-height: 30px;
		color: rgb(98, 97, 85);
		font-size: 18px;
		font-family: var(--font);
		display: block;
		margin-bottom: 30px;
	}
	
	div.contentdetailfixedimg > ul {
		color: rgb(98, 97, 85);
		font-size: 18px;
		font-family: var(--font);
		margin-bottom: 30px;
		list-style: disc;
		line-height: 30px;
	}
	
	div.contentdetailfixedimg > ul > li {
		color: rgb(98, 97, 85);
		font-size: 18px;
		font-family: var(--font);
		list-style: disc;
		margin-left: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}


	
h1.center {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 30px;
	line-height: 40px;
}

h1.center_light {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 30px;
	line-height: 40px;
}


	
a.about {
	width: 95%;
	padding-left: 5%;
	font-size: 18px;
}

	a.about > img {
		padding-left: 0px;
	}
	
span.contact {
	width: 95%;
	height: auto;
	display: block;
	overflow: hidden;
	word-wrap:break-word;
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-family: var(--font);
	line-height: 50px;
	text-decoration: none;
	margin-bottom: 10px;
	margin-left: 5%;
}

	span.contact > img {

		padding-left: 20px;

	}
	
div.content {
	margin-top: 50px;
	margin-bottom: 50px;
}

div.content_dark {
	margin-top: 50px;
	margin-bottom: 50px;
}

div.content2 {
	margin-top: 50px;
	margin-bottom: 50px;
}
	
div.text_3columns {
	width: 90%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	font-family: var(--font);
	line-height: 30px;
	color: rgb(98, 97, 85);
	column-count: 1;
	column-fill: balance;
	column-gap: 30px;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 0%;
	margin-right: 0%;
}

div.images300x120 > a {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
}


	div.images300x120 > span.single {
		width: 100%;
		height: auto;
		display: block;
		text-align: center;
		margin-left: 0%;
	}

		div.images300x120 > span.single > img {
			width: 100%;
			height: auto;
			margin: auto;
		}



	div.fixedbackground1 > img.schalter {
		width: 79px;
		height: 75px;
		position: absolute;
		right: 5%;
		cursor: pointer;
	}
	
	div.fixedbackground1 > img.steckdose {
		width: 79px;
		height: 75px;
		position: absolute;
		right: 5%;
		cursor: pointer;
	}

	div.fixedbackground2 > img.schalter {
		width: 79px;
		height: 75px;
		position: absolute;
		right: 5%;
		cursor: pointer;
	}
	
	div.fixedbackground2 > img.steckdose {
		width: 79px;
		height: 75px;
		position: absolute;
		right: 5%;
		cursor: pointer;
	}	



div.comments {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	font-family: var(--font);
	line-height: 30px;
	color: rgb(0, 0, 0);
	text-align: left;
	
}

	div.comments > p.one {
		width: 80%;
		height: auto;
		margin: 5%;
		background-color: rgb(255, 255, 255);
		border-radius: 20px;
		padding: 5%;
		float: left;
		position: relative;
	}
	
	div.comments > p.two {
		width: 80%;
		height: auto;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 5%;
		background-color: rgb(255, 255, 255);
		border-radius: 20px;
		padding: 5%;
		float: left;
		margin-top: 5px;
	}
	
	div.comments > p.three {
		width: 80%;
		height: auto;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 5%;
		background-color: rgb(255, 255, 255);
		border-radius: 20px;
		padding: 5%;
		float: left;
	}
	


div.banner_scrapper {
	width: var(--nScreenWidth);
	height: calc(var(--nScreenHeight)/2);
	overflow: hidden;
	position: relative;
}

}