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


body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #666;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
}

h1 {
	font-size: 34pt;
	color: #02558e;
	margin-top: 0;
	margin-bottom: 30px;
}

h2 {
	font-size: 20pt;
	color: #dd8c05;
}

h3 {
	font-size: 20pt;
	color: #dd8c05;
}

p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* PDF-Links */
a[href$=".pdf"] {
    padding-left: 20px;
    background-image: url(images/icn_pdf.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.navbar-brand img {
	width: 300px;
}

section {
    text-align: center;
}

.spacer {
	height: 50px;
}

.spacer-leistungen {
	height: 90px;
}

.header-bild {
	background-color:#eee;
	height: 700px;
}

.header-leistungen {
	background-image: url(images/header_leistungen2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-person {
	background-image: url(images/header_person.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-referenzen {
	background-image: url(images/header_referenzen.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-themen {
	background-image: url(images/header_themen.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header-kontakt {
	background-image: url(images/header_kontakt.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.inhalt {
	font-weight: 300;
	font-size: 18px;
	padding-top: 60px;
	padding-bottom: 120px;
}

.projektmanager {
	width: 100%;
	height: 250px;
	background-image: url(images/teaser_projektmanager.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.trainer {
	width: 100%;
	height: 250px;
	background-image: url(images/teaser_trainer2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mentor {
	width: 100%;
	height: 250px;
	background-image: url(images/teaser_mentor.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.kaffeehaus {
	width: 100%;
	height: 250px;
	background-image: url(images/teaser_kaffeehaus2_700x480.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.worldcafe {
	width: 100%;
	height: 250px;
	background-image: url(images/teaser_world_cafe_700x480.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cafelounge {
	width: 100%;
	height: 250px;
	background-image: url(images/teaser_melange_700x480.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

blockquote {
    border-left:none
}

.quote-badge {
    background-color: rgba(0, 0, 0, 0.2);   
}

.quote-box {    
    overflow: hidden;
	margin-left: auto;
	margin-right: auto;
    padding-top: -100px;
    border-radius: 5px;
    background-color: #F3F3F3;
    margin-top: 25px;
    width: 50%;
    
}

.quotation-mark {    
    margin-top: -10px;
    font-weight: bold;
    font-size:100px;
    font-family: "Times New Roman", Georgia, Serif;
    
}

.quote-text{  
    font-size: 19px;
    margin-top: -65px;
}

.referenzen-logos {
	margin-bottom: 15px;
}

.referenzen-logos img {
	width: 100%;
	max-width: 165px;
}

.themenkasten {
	margin-bottom: 30px;
	min-height: 300px;
}

.thema {
	font-size: 14px;
	height: 100%;
	min-height: 250px;
	background-image: url(images/brett.jpg);
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
}

.thema .content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.thema h3 {
	margin-top: 0!important;
}

.thema h3 {
}

footer {
	background-color: #333;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #888;
	font-size: 11pt;
}

#footer h1, h2, h3, h4, h5 ,h6 {
	margin-top: 0;
}

footer a {
	color: #fff;
}

#footer_left img {
	max-width: 250px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

/* MEDIA QUERIES */

@media (max-width: 1200px) {	
	
	.header-bild {
		height: 350px;
	}
	
	h3 {
		font-size: 16pt;
	}

	.thema {
		min-height: 325px;
	}
}

@media (max-width: 992px) {	
	
	.navbar-brand img {
		max-width: 220px;
		padding-top: 5px;
	}

	.thema {
		min-height: 220px;
	}
}

@media (max-width: 768px) {
	
	h1 {
		font-size: 20pt;
	}
	
	h2 {
		font-size: 15pt;
	}
	
	.inhalt {
		font-size: 10pt;
	}
	
	.spacer-leistungen {
		height: 50px;
	}
	
	.header-bild {
		height: 250px;
	}

	.thema {
		min-height: auto;
	}

	.quote-box {
		width: 85%;
		font-size: 13px;

	}

	.quote-text{  
		font-size: 13px;
		margin-top: -65px;
	}
	
	footer {
		text-align: center;
	}
}




/********** GOOGLE FONTS **********/

/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/ubuntu-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ubuntu-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/ubuntu-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ubuntu-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}



