@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #CACACA;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: #FFFFFF;
	border-style: outset;
	border-width: thin;
	border-color: #444BBC
}
/* Navigation */
header {
    width: 100%;
    height: 250px;
    background-color: #444BBC;
}

.logo {
    color: #FFFFFF;
	font-size: 80px;
    font-weight: bold;
    text-align:left;
    width: 100%;
    float:right;
    margin-top: 5px;
    margin-left: 25px;
    letter-spacing: 4px;
}

ul li a {
	fontsize: 14px;
	color: #000000;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}


.Auswahl {font-size: 18px;
		  margin-left: 25px;
		 }
.Auswahl ul li:hover a {color: #E32528}
.Lieferanten {
	padding: 20px;
	font-size: 25px;
	text-align: justify
}
.Funk {
	padding: 20px;
	font-size: 25px;
	text-align: justify
}
.Hybrid {
	padding: 20px;
	font-size: 25px;
	text-align: justify
}

/* More info */
footer {
	background-color: #717070;
	padding-bottom: 50px;
	height: 200px;
}
.footer_column-l {
	width: 50%;
	text-align: center;
	padding-top: 20px;
	float: left;
	color: #FFFFFF;
}

.footer_column-r {
	width: 50%;
	text-align: center;
	padding-top: 20px;
	float: right;
	color: #FFFFFF;
}

.copyright {
	text-align: center;
	margin-left: 0px;
	margin-bottom: bottom;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 10px;
}




/* Mobile */