/*
Version: 1.0
Author: MEDIEN-HOF GmbH
Author: http://www.medien-hof.de
*/


/*************************************************************************************/
/*              				   	    ALLGEMEIN      								  /
/*************************************************************************************/

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: 'Roboto Condensed','Arial', 'sans-serif';
	font-weight: 400; 
	font-size:1em;
	color:#000000;
	text-align: left;
}
.floatleft{
	float:left;
}

.floatright{
	float:right;
	
}

img {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	z-index: 0;
	border:0;
}

.clear{
	clear:both !important;
    display: block;
    visibility: hidden;
    height: 0px;
	}

hr{
	border: 1px #5b5f63 dotted;
	margin: 1.0em 0 1.5em 0;
	padding: 0px;
	height:1px !important;
	line-height:1.0em;
}
.blau{
color: #363a90;
}

.magenta{
color: #d30876;
}

#wrapper {
	position:relative;
	width: 100%;
	height: 100% !important;
	padding: 0;
	margin: 0 0 0 0;
	min-height:100%;
}

/*************************************************************************************/
/*              				   	    HEADER      								  /
/*************************************************************************************/

#inhalt {
	position:relative;
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}

#inhalt .box {
	position:relative;
	width: 45%;
	padding: 15px 15px 30px 15px;
	background-color: #f6f6f6;
}
p{
	margin: 0px 0 35px 0 !important;
	font-size:1.4em;
}
h1{
	text-transform:uppercase;
	color: #000000;
	font-size: 2.4em;
	line-height:1.0em !important;
	padding: 0px !important;
	margin: 120px 0 25px 0 !important;
	font-weight:400;
}
h2{
	text-transform:uppercase;
	font-size: 1.4em;
	line-height:1.0em !important;
	padding: 0px !important;
	margin: 0px 0 15px 0 !important;
	font-weight:400;
}
a.blau, a.blau:hover{
	text-decoration:none;
	color: #363a90;
}
a.magenta, a.magenta:hover{
	text-decoration:none;
	color: #d30876;
}
#inhalt .box .whitebg{
	position:relative;
	background-color: #ffffff;
	padding: 20px 10px 20px 10px;
	margin:0 0 30px 0;
}

a.webseitefood{
	text-decoration:none;
	padding:1.0em 2.0em 1.0em 2.0em;
	color: #ffffff !important;
	text-decoration:none;
	background-color:#363a90;
	-moz-border-radius:1.0em 1.0em 1.0em 1.0em; /* Firefox */
	-webkit-border-radius:1.0em 1.0em 1.0em 1.0em; /* Chrome, Safari */
	-khtml-border-radius:1.0em 1.0em 1.0em 1.0em; /* Konqueror */
	border-radius:1.0em 1.0em 1.0em 1.0em; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
}

a.webseitefood:hover {
	color: #ffffff !important;
	text-decoration:none;
	background-color:#363a90;
	-moz-border-radius:1.0em 0.6em 1.0em 0.6em; /* Firefox */
	-webkit-border-radius:1.0em 0.6em 1.0em 0.6em; /* Chrome, Safari */
	-khtml-border-radius:1.0em 0.6em 1.0em 0.6em; /* Konqueror */
	border-radius:1.0em 0.6em 1.0em 0.6em; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
}
a.webseiterda{
	text-decoration:none;
	padding:1.0em 2.0em 1.0em 2.0em;
	color: #ffffff !important;
	text-decoration:none;
	background-color:#d30876;
	-moz-border-radius:1.0em 1.0em 1.0em 1.0em; /* Firefox */
	-webkit-border-radius:1.0em 1.0em 1.0em 1.0em; /* Chrome, Safari */
	-khtml-border-radius:1.0em 1.0em 1.0em 1.0em; /* Konqueror */
	border-radius:1.0em 1.0em 1.0em 1.0em; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
}

a.webseiterda:hover {
	color: #ffffff !important;
	text-decoration:none;
	background-color:;
	-moz-border-radius:1.0em 0.6em 1.0em 0.6em; /* Firefox */
	-webkit-border-radius:1.0em 0.6em 1.0em 0.6em; /* Chrome, Safari */
	-khtml-border-radius:1.0em 0.6em 1.0em 0.6em; /* Konqueror */
	border-radius:1.0em 0.6em 1.0em 0.6em; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
}
#footer{
	position:relative;
	min-height:100%;
	width: 100%;
	height: 100% !important;
	max-width: 1200px;
	padding: 0 20px 0 0;
	margin: 20px auto;
	text-align:right;
	font-size:0.8em;
}
#footer a{
	text-decoration:none;
	color: #000000;
}
#footer a:hover{
	text-decoration:underline;
	color: #000000;
}
/*************************************************************************************/
/*              				*************   	    TABLET      								  /
/*************************************************************************************/
@media screen and (max-width: 960px) {

#wrapper {
	padding: 1.0em;
}
.floatleft{
	float:left;
}

.floatright{
	float:right;
}
/*              				   	    HEADER      								  */




}

/*************************************************************************************/
/*              				*************   	    SMARTPHONE      								  /
/*************************************************************************************/

@media screen and (max-width: 739px) {

#wrapper {
	padding: 2%;
	margin:0;
}
#inhalt {
	width: 90%;
	margin:0;
	padding:0;
}
.floatleft{
	float:none;
}

.floatright{
	float:none;
}
h1{
	margin: 20px 0 25px 0 !important;
}
h2{
	font-size: 0.8em;
}
#inhalt .box {
	width: 100%;
}
#footer{
	padding: 0 0 20px;
	text-align:left;
}
}
	