/* MBA CSS-Sheet - Stand: 22.08.2014 */

@font-face {
    font-family: 'arimoregular';
    src: url('../fonts/Arimo-Regular-webfont.eot');
    src: url('../fonts/Arimo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Arimo-Regular-webfont.woff2') format('woff2'),
         url('../fonts/Arimo-Regular-webfont.woff') format('woff'),
         url('../fonts/Arimo-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Arimo-Regular-webfont.svg#arimoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arimobold';
    src: url('../fonts/Arimo-Bold-webfont.eot');
    src: url('../fonts/Arimo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Arimo-Bold-webfont.woff2') format('woff2'),
         url('../fonts/Arimo-Bold-webfont.woff') format('woff'),
         url('../fonts/Arimo-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Arimo-Bold-webfont.svg#arimobold') format('svg');
    font-weight: normal;
    font-style: normal;

}


* { padding: 0; 
	margin: 0;
	outline: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	}

body {
	font-family: 'arimoregular', 'Helvetica', sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	color: #000;
	}

/* ------- Typo3 ------- */

h1, h2, h3 {
	text-transform: uppercase;
	font-weight: normal;
	}

h1 {
	background: rgba(255,255,255, 0.8);
	font-size: 2.8em;
	padding: 15px 25px;
	position: relative;
	top: 40px;
	max-width: 750px;
	margin: 0 auto;
	font-family: 'arimobold', Helvetica, sans-serif;
	}
	h1 span {
	font-size: 0.5em;
	font-weight: 400;
	font-family: 'arimoregular', 'Helvetica', sans-serif;
	}
	
h2 {
	font-weight: 400;
	font-size: 2.0em;
	letter-spacing: 1px;
	font-family: 'arimobold', Helvetica, sans-serif;
	}
	h2+p {
	color: #0099cc;
	margin-bottom: 30px;
	}
	
h3 {
	clear: both;
	font-size: 1.2em;
	background: #ebebeb;
	padding: 15px 25px 13px 25px;
	margin-bottom: 25px;
	margin-top: 50px;
	font-weight: 400;
	}
	
p {
	margin-bottom: 15px;
	line-height: 1.4em;
	font-size: 0.9em;
	}

a, a:visited, a:focus {
	color: #0b4690;
	text-decoration: none;
	border-bottom: 1px dotted #0b4690;
	}
	a:hover {
	border-bottom: 1px solid #0b4690;
	}
	
ul, ol {
	margin-left: 25px;
	line-height: 1.4em;
	font-size: 0.9em;
	}
	
div.clear {
	clear: both;
	}
	
strong, b {
	font-weight: 400;
	font-family: 'arimobold', Helvetica, sans-serif;
}

/* ------- Header ------- */


#header {
	max-width: 1690px;
	background: url(../img/mba-berufsbegleitend-studieren.jpg);
	height: 500px;
	margin: 0 auto 15px auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
	
#wrapper_content {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 25px;
	}
	
#footer {
	border-top: 1px solid #ebebeb;
	margin-top: 50px;
	}
	#footer p {
	float: left;
	padding: 15px 0;
	font-size: 0.9em;
	}
	#footer p+p {
	float: right;}
	
div.left {
	width: 47%;
	margin-right: 3%;
	float: left;
	margin-bottom: 25px;
	}
div.right {
	width: 47%;
	margin-left: 3%;
	float: right;
	margin-bottom: 25px;
	}


@media only screen and (max-width: 600px){
div.left, div.right {
	width: 100%;
	margin: 0 0 25px 0;
	float: left;
	}
#footer p {
	padding: 15px 0 10px 0;
	}
#footer p+p {
	float: left;
	padding: 0;
	width: 100%;
	}
}