@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/07lsind.png);
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	font-weight: bold;
}
img {
	height: auto;
	max-width: 100%;
}

a:link {
	color: rgba(0,124,196,1);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(238,63,60,1);
}
a:hover {
	text-decoration: none;
	color: rgba(238,63,60,1);
}
a:active {
	text-decoration: none;
	color: rgba(238,63,60,1);
}
a {
	font-size: 1.125em;
}

#container {
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border: 2px solid #007cc4;
	background-color: rgba(255,255,255,1);
	padding-bottom: 30px;
}
header {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-image: url(../images/hintblau.png);
	background-color: rgba(255,255,255,1);
}
.box1 {
	/* [disabled]background-color: rgba(153,204,102,1); */
	flex: 1 1 300px;
	/* [disabled]text-align: left; */
	padding-top: 10px;
	padding-left: 20px;
}
.box2 {
	/* [disabled]background-color: rgba(255,204,51,1); */
	flex: 1 1 300px;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
}
#atmo {
	/* [disabled]background-color: rgba(204,153,204,1); */
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
}


nav {
	/* [disabled]background-color: rgba(255,255,204,1); */
	width: 80%;
}
nav ul br {
	clear: both;
}
nav ul {
	list-style-type: none;
}
nav ul li a {
	background-color: rgba(255,255,255,1);
	display: block;
	float: left;
	width: 20%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

main {
	/* [disabled]background-color: rgba(255,255,102,1); */
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ee3f3c;
	padding-top: 30px;
}
section {
	/* [disabled]background-color: rgba(255,255,102,1); */
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 50px;
}

aside {
	flex: 1 1 300px;
	/* [disabled]background-color: rgba(153,204,153,1); */
	padding-right: 10px;
	padding-left: 30px;
}
article {
	flex: 1 1 300px;
	/* [disabled]background-color: rgba(255,153,51,1); */
	padding-right: 30px;
	padding-left: 10px;
	text-align: right;
	padding-top: 30px;
}

.lks1 {
	/* [disabled]background-color: rgba(153,102,255,1); */
	height: 84px;
	flex: 1 1 100px;
	text-align: center;
}
.lks2 {
	/* [disabled]background-color: rgba(51,153,255,1); */
	height: 84px;
	flex: 1 1 100px;
	padding-top: 42px;
	text-align: center;
}
.lks3 {
	/* [disabled]background-color: rgba(204,153,153,1); */
	height: 84px;
	flex: 1 1 100px;
	text-align: center;
}
.lks4 {
	/* [disabled]background-color: rgba(102,255,204,1); */
	height: 84px;
	flex: 1 1 100px;
	padding-top: 42px;
	text-align: center;
}
.lks5 {
	/* [disabled]background-color: rgba(255,204,0,1); */
	height: 84px;
	flex: 1 1 100px;
	text-align: center;
}

footer {
	text-align: center;
	height: 70px;
	padding-top: 50px;
	font-size: 13px;
	padding-bottom: 20px;
}
#footerleistungen {
	text-align: center;
	height: 200px;
	padding-top: 50px;
	font-size: 13px;
	padding-bottom: 20px;
}

footer a {
	font-size: 13px;
}
.rot {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ee3f3c;
}
.abstand {
	padding-left: 30px;
}

@media all and (max-width: 1230px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	header {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-image: none;
}
}


@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#container {
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
header {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-image: none;
}
nav {

	width: 100%;
}
nav ul li a {
	background-color: rgba(255,255,255,1);
	display: block;
	float: left;
	width: 20%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.box2 {
	/* [disabled]background-color: rgba(255,204,51,1); 
	flex: 1 1 300px;
	text-align: center;
	padding-top: 0px;*/
	display:none;
}
}

@media all and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	
	body {
	
	font-size: 2em;
	font-weight: bold;
}

	a {
	font-size: 1.5em;
}
	nav ul li a {
	background-color: rgba(255,255,255,1);
	display: block;
	float: none;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-color:rgba(0,0,0,1);
	border-bottom-width: 1px;
}
main {
	
	border: none;
}
article {
	flex: 1 1 300px;
	/* [disabled]background-color: rgba(255,153,51,1); */
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	padding-top: 30px;
}
footer {
	height:auto;
	text-align: center;
	padding-top: 50px;
	font-size: 1.5em;
	padding-bottom: 20px;
}
footer a{
	
	font-size: 0.75em;
	
}
.rot {
	border: none;
}
