@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 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: #FFFFFF;
	border-style: outset;
	border-width: thin;
	border-color: #444BBC;
}
/* Header */
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;
}

/* Auswahl Section */
.Auswahl {
	margin-left: 25px;
}
.Auswahl h2 {
	text-align: left;
	color: #000000;
	font-size: 30px;
}


/* Über uns */
.container-1 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: #FFFFFF;
	text-align: center;
	font-size: 25px;
}
.about {
	text-align:center;
	font-size: 25px;
}


/* Footer 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 */


