@charset "UTF-8";
/* CSS Document */

/* Allgemeine Einstellungen, für alle Browser gleiche Einstellungen */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

/* Header-Einstellungen */

header {
	padding: 32px;
}

/* Bilder-Einstellungen */

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 10px 10px;
	color: #2F322A;
}

/* Body-Einstellungen */

body {
	margin-left: auto;
	margin-right: auto;
	background: #e6f4f8;
}

a hover {
    color: inherit;
}

/* Das Logo wird platziert */
.logo-font {
        font-family: 'Spartan', serif;
}

.logo-style {
	text-decoration: none;
    color: #000000;
    margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

/* Navigation wird platziert */

.nav-style ul {
	list-style-type: none;
}

.nav-style ul li a {
	text-decoration: none;
	color: #000000;
	text-align: center;
	display: block;
	padding: 8px;
}

.nav-footer-style ul {
	list-style-type: none;
}

.nav-footer-style ul li a {
	text-decoration: none;
	color: #000000;
	text-align: center;
	display: block;
	text-transform: lowercase;
	padding: 8px;
    font-size: 12px;
}

/* Übrige Elemente werden formatiert */

h2 {
	font-size: 25px;
	font-weight:380;
	margin-bottom: 23px;
}

p {
	font-size: 16px;
	font-weight: 380;
	margin-bottom: 35px;
}

.button_1 {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.button_2 {
	border: 2px #000000 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000;
	text-decoration: none;
}
.online_assessment {
	background-image: url("../im/Bild_Online_Assessment_1.jpg");
	/*background-color: #44546a;*/
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.einzel_assessment {
	background-image: url("../im/Bild_Einzel_Assessment_1.jpg");
	/*background-color: #993366;*/
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.placement {
	background-image: url("../im/Bild_Placement_1.jpg");
	/*background-color: #993366;*/
	color: #000000;
	padding: 30px 20px 60px;
	text-align: center;
}

.fuehrungsberatung {
	background-image:url("../im/Bild_Fuehrungsberatung_1.jpg");
	/*background-color: #993366;*/
	color: #000000;
	padding: 30px 20px 60px;
	text-align: center;
}
.dienstleistungen_links {
    background-image:url("../im/Bild_Weisser_Hintergrund_1.jpg");
    background-color: white;
    padding: 25px;
    line-height: 1.3;

}

.dienstleistungen_rechts {
    background-image:url("../im/Bild_Weisser_Hintergrund_1.jpg");
    background-color: white;
    background-size: cover;
    line-height: 1.3;
}

.dienstleistungen_rechts_text {
    background-color: #FFFFFF;
}

.forschung_rechts {
    padding-top: 20px;
    padding-bottom: 20px;
}

.forschung_rechts_text {
    padding: 25px;
}

.forschung_links_reihe1 {
    /*background-image:url("../im/Bild_Weisser_Hintergrund_1.jpg");*/
    background-color: white;
    padding: 25px;
    line-height: 1.3;
}

.forschung_rechts_reihe1 {
    /*background-image:url("../im/pic_forschung_bibliothek_2.jpg");*/
    background-color: white;
    padding: 25px;
    line-height: 1.3;
}

.kontakt_anfrage {
	background-color: white;
	color: black;
	padding: 30px 20px 60px;
	text-align: center;
}

.online_assessment_links {
    background-image: url("../im/Bild_Fuehrungs_Assessment_1.jpg");
    height: 450px;
}

.online_assessment_rechts {
    background-image: url("../im/Bild_Fuehrungs_Assessment_1.jpg");
    height: 450px;
}

a { color: inherit; }

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.button_absenden {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}


/* Tablet view */

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.nav-style ul li {
		display: inline-block;
	}
	
	.nav-style ul {
		text-align: center;
	}	
	
	.nav-footer-style ul li {
		display: inline-block;
	}
	
	.nav-footer-style ul {
		text-align: center;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
	
}

/* Desktiop view */

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.logo-style {
		float: left;
	}
	
	.nav-style {
		float: right;
	}
	
    .nav-style-dienstleistungen {
		background-image:url("../im/Bild_Weisser_Hintergrund_1.jpg");
        background-color: white;
        padding-left: 28px;
	}
    
	.nav-footer-style-left {
		float: left;
	}
	
    .nav-footer-style-right {
		float: right;
	}
    
	h2 {
		margin-bottom: 16px;
	}
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
    
}
