

/* html, body, img */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html,
body {
	height: 100%;
}

body {
	text-align: center;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: #656d7a;
	font-size: 19px;
	line-height: 1.2em;
}

img {
	border: 0px;
}

p {
	margin-bottom: 8px;
}


/* Positionen */

#container {
	margin: 20px auto 50px auto;
	text-align: center;
	max-width: 1047px;
	/* clear: left; */
	border: 0px solid red;
}

#textbox {
	border: 0px solid red;
	padding: 25px;
	color: #656d7a;
}

#textbox_impressum {
	border: 0px solid red;
	padding: 25px;
	color: #656d7a;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
}

#textbox_impressum h1 {
	font-weight: bold;
	line-height: 1.2em;
	font-size: 1.10em;
}

#bildbox img {
	width: 100%;
}



#servicebox {
	background-color: #48ac3c;
	color: white;
	margin: 27px 27px 5px 27px;
	padding: 14px 14px 2px 14px;
	font-size: 0.97em;
	line-height: 1.2em;
}

#linkbox {
	border: 0px solid red;
	padding: 0px 20px;
	font-size: 0.97em;
	text-align: center !important;
}

#logobox_small img {
	width: 100px;
}

#logobox_small,
text-align: center !important;

}
span.titel {
	font-size: 1.1em;
	font-weight: bold !important;
}
a {
	text-decoration: none;
}
a:link {
	color: #656d7a;
}
a:visited {
	color: #656d7a;
}
a:focus {
	color: #48ac3c;
}
a:hover {
	color: #48ac3c;
}
a:active {
	color: #48ac3c;
}	
	
#servicebox a:link {
	color: white;
}
#servicebox a:visited {
	color: white;
}
#servicebox a:focus {
	color: #313c98;
}
#servicebox a:hover {
	color: #313c98;
}
#servicebox a:active {
	color: #313c98;
}
#textbox_impressum a {
	text-decoration: underline;
}
#textbox_impressum a.link1 {
	text-decoration: none;
}


.textbox_datenschutz222 strong {
	position: relative;
	top: 30px;

}

.textbox_datenschutz p.format1 {
	text-indent: -26px;
	margin-left: 30px;		

}

.textbox_datenschutz p.format2 {
	text-indent: -21px;
	margin-left: 56px;			

}

.textbox_datenschutz p.format3 {
	margin-left: 30px;		

}


@media screen and (max-width: 1100px) {
	#bildbox {
		margin-left: 20px;
		margin-right: 20px;
	}

}
@media screen and (max-width: 900px) {
	#logobox {
		text-align: center !important;
		padding-left: 20px !important;
	}
	
	#logobox img {
		width: 150px;
		text-align: center !important;
	}
}
@media screen and (max-width: 800px) {
	body {
		font-size: 17px;
	}
	
	.textbox_datenschutz p.format1 {
		text-indent: -23px;
		margin-left: 24px;		
	}
	
	.textbox_datenschutz p.format2 {
		text-indent: -17px;
		margin-left: 41px;			
	}

	.textbox_datenschutz p.format3 {
		margin-left: 30px;		
	}		
}

@media screen and (max-width: 540px) {
	#servicebox {
		margin: 27px 0px 5px 0px;
	}
}
@media screen and (max-width: 720px) {
	#container {
		text-align: left !important;
	}
	
	#logobox_small,
	#logobox {
		text-align: center !important;
	}
	
	#logobox img {
		width: 100px;
		text-align: center !important;
	}
}

