@charset "utf-8";

 /*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}

/* Globals */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block; *display: inline; *zoom: 1;
}
audio:not([controls]){
	display: none;
}
[hidden] {
	display: none;
}
html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	background-color: #f5f5f5;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.125em;
	line-height: 1.4em;
	color: #333;
}
*,
*:before,
*:after { box-sizing: border-box;
 }
a, a:active, a:visited {
	color: #164dab;
	text-decoration: none;
}
a:hover {
	color: #206fa1;
}
/*END RESET*/

.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
#main {
	width: 1180px;
	margin: 0 auto;
	padding-top: 170px;
}

/*GRID*/
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	display: block;
	float: left;
	margin-right: 20px;

}
.col1{width:80px;}
.col2{width:180px;}
.col3{width:280px;}
.col4{width:380px;}
.col5{width:480px;}
.col6{width:580px;}
.col7{width:680px;}
.col8{width:780px;}
.col9{width:880px;}
.col10{width:980px;}
.col11{width:1080px;}
.left1{margin-left:100px;}
.left2{margin-left:200px;}
.left3{margin-left:300px;}
.left4{margin-left:400px;}
.left5{margin-left:500px;}
.left6{margin-left:600px;}
.left7{margin-left:700px;}
.left8{margin-left:800px;}
.left9{margin-left:900px;}
.left10{margin-left:1000px;}
.left11{margin-left:1100px;}
.left12{margin-left:1180px;}
.lastcol {margin-right: 0;}
/*GRID END*/

/*HEADER*/
#pagehead {
	z-index: 10;
	height: 130px;
	position: absolute;
	width: 100%;
}
#pagehead-outer {
	height: 80px;
	border-bottom: 1px solid #b0b0b0;
	background-color: #fff;
}
#pagehead-inner {
	height: 130px;
	width: 100%;
}
.titel-h1 {
	font-size: 1.475em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	line-height: 80px;
	color: #333;
}
#logo {
	position: relative;
	top: 0;
	left:50%;
	margin-left: -100px;
	height: 110px;
	background-color: #164dab;
	background-image: url("img/medi-learn_logo.svg");
	background-repeat: no-repeat;
	background-position: 50% 31%;
	width: 200px;
}
#top-nav ul {
	text-align: left;
}
#top-nav li {
	display: inline-block;
	border-right: 1px solid #333;
	padding: 0 20px;
	margin: 30px 0;
}
#top-nav li:last-child {
	border: none;
}
#top-nav li:first-child {
	padding-left: 0;
}
#top-nav li a {
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	transition: color .5s ease, background-color .5s ease;
}
#top-nav li a:hover {
	color: #999;
	background-color: #eee;
}

/*MAIN*/
.main {
	padding-top: 140px;
	padding-bottom: 100px;
	max-width: 1320px;
	margin: 0 auto;
	min-height: 800px;
}
.navbox {
	display: block;
	width: 23%;

	height: 400px;
	background-color: #eee;
	float: left;
	margin: 20px 1%;
	border-radius: 3px;
	font-weight: bold;
	transition: background-color .4s ease;
}
.center {
	text-align: center;
}
.row {
	padding: 20px 0;
}

.respimg {
	max-width: 90%;
}
@media all and (max-width: 900px) {
	.navbox {
		width: 44%;
		margin: 20px 3%;
	}

}
@media all and (max-width: 500px) {
	.navbox {
		width: 90%;
		margin: 20px 5%;
	}

}


.ergebnisse {
	background: url('img/ergebnisse-icon.svg') no-repeat 55% 50%;
}
.forum {
	background: url('img/forum-icon.svg') no-repeat 50% 50%;
}
.facebook {
	background: url('img/facebook-icon.svg') no-repeat 50% 50%;
}
.club {
	background: url('img/clublogo.svg') no-repeat 50% 50%;
	background-size: 70%;
}
.kurse {
	background: url('img/kurse-icon.svg') no-repeat 50% 50%;

}
.navbox:hover {
	background-color: #fff;
}
.navbox-oben,
.navbox-unten {
	height: 200px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: flex-start;
	flex-wrap: wrap;
	
}
.navbox h2 {
	color: #333;
}
.navbox-oben {
	background-color: #fff;
}
.navbox-unten {
	border-top: 1px solid #333;
	padding-top: 70px;
}
.exa-info {
	font-weight: normal;
	color: #616161;
	font-size: 16px;
}
/*FOOTER*/
p#footerueberschrift {
	font-family: Arial,  Helvetica,  sans-serif;
	font-weight: 700;
	font-size: 12px;
	margin: 0;
}
div#partner {
	width: 813px;
	height: 70px;
	margin: 0 auto;
}
div#partner ul {
	list-style-type: none;
}
div#partner ul li {
	float: left;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 30px;
	margin-top: 10px;
}
#daev {
	background-image: url(img/logo_daev.png);
	width: 145px;
	margin-right: 0!important;

}
#daef {
	background-image: url(img/logo_daef.png);
	width: 112px;
}
#bsc {
	background-image: url(img/logo_3b.png);
	width: 69px;
	margin-right: 35px!important;
}
#apo {
	background-image: url(img/apobank-logo.png);
	width: 154px;
	margin-right: 35px!important;
}
#boso {
	background-image: url(img/boso_Logo_web_footer.png);
	width: 112px;
	margin-right: 35px!important;
}
#thieme {
	background-image: url(img/logo_thieme.png);
	width: 98px;
}
#springer {
	background-image: url(img/springer-logo.png);
	width: 160px;
}
#noname {
	width: 940px;
	text-align: center;
	margin: 0 auto;
}
ul.footerliste li {
	display: inline;
	border-right: 1px solid #000;
	margin-top: 0;
	padding: 0 10px;
}
div#footerfuss {
	height: 52px;
}
p.footertext {
	text-align: center;
}

.keinborderright {
	border-right: 0 none!important;
}
div#footercontainer {
	clear: both;
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
	background-color: #eee;
	padding-top: 40px;
}
div#footercontainer a {
	color: #000;
	text-decoration: none;
}
