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

/* ------------------------------

MEDIADINGER
Hofackerstr. 96
79110 Freiburg

Tel. +49 761 15 293 493
www.mediadinger.de

--------------------------------- */

/* ****** FARBEN ****** */
/* Grün: #006666 */
/* helles Grün: #e6f0f0 */
/* dunkles Grün: #025c5c */

* {
	margin: 0;
	padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {	
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #006666;
}

h1 {
	margin-top: 50px;
	margin-bottom: 15px;
}

h2 {
	margin-top: 50px;
	margin-bottom: 15px;
}

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

span {
	display: block;
}

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

.row {
	margin-left: 0;
	margin-right: 0;
}

.spacer {
	height: 50px;
}

.spacer-intro {
	height: 90px;
}

.navbar-nav>li>a {
	color: #fff !important;
}

.navbar-nav>li>a:hover {
	color: #8ecece !important;
}

.navbar-nav>li>.active {
	color: #8ecece !important;
}

.navbar-default {
	background-color: #006666;
	color: #fff;
	border: none;
}

.navbar-brand {
	padding-top: 0;
}

.logo {
	height: 50px;
}

section {
    text-align: center;
}

article {
	margin-bottom: 30px;
}

article p {
	font-size: 12px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	padding-bottom: 100px;
}

.header-bild {
	height: 450px;
	background-color: #e6f0f0;
	margin-bottom: 50px;
}

.header-intro {
	background-image: url(images/bg_daumen_1140.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	text-align: right;
}

.header-experte {
	background-image: url(images/bg_experte_1140.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	text-align: right;
}

.header-leistungen {
	background-image: url(images/bg_leistungen_1140.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	text-align: right;
}

.header-vorschriften {
	background-image: url(images/bg_vorschriften_1140.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	text-align: right;
}

.header-referenzen {
	background-image: url(images/bg_referenzen_1140.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	text-align: right;
}

.header-termine {
	background-image: url(images/bg_termine_1140.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	text-align: right;
}

.hero {
	z-index: 3;
	display: inline;
	margin-right: 130px;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.73);
}

.hero h1 {
	color: #fff;
	font-size: 100px;
	display: inline;
}

.uebersicht {
	padding-bottom: 30px;
	margin-top: 50px;
	margin-bottom: 100px;
}

.uebersicht header {
	height: 250px;
	background-color: #e6f0f0;
}

.uebersicht-vorschriften {
	background-image: url(images/bg_uebersicht_vorschriften.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.uebersicht-qm {
	background-image: url(images/bg_uebersicht_qm.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.uebersicht-partnerschaft {
	background-image: url(images/bg_uebersicht_partnerschaft.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.person {
	height: 400px;
	background-image: url(images/heinz_lang.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.referenz {
	margin-bottom: 30px;
}

.referenz img {
	max-width: 200px;
	max-height: 50px;
}

#zertifikate {
	background-color: #f0f0f0;
	padding: 50px;
	margin-top: 80px;
}

footer {
	background-color: #006666;
	color: #8ecece;
	font-size: 14px;
	text-align: center;
}

footer h1 {
	color: #fff;
}

footer h1 {
	font-size: 22px;
}

#footer-top {
	padding-bottom: 50px;
}

#footer-bottom {
	background-color: #025c5c;
	line-height: 50px;
	color: #448989;
}

footer a {
	color: #8ecece;
}

footer a:visited {
	color: #8ecece;
}

footer a:hover {
	color: #fff;
}



.fa {
	display: inline-block;
	font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: 1;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.social a {
	font-size: 2.5em;
	color: #677d8d;
}


/* MEDIA QUERIES */

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
	.spacer-intro { height: 50px; }
	#intro .container { padding-left: 0; padding-right: 0;}
	.header-intro { padding-top: 80px; }
	.header-bild { height: 200px; margin-bottom: 30px; text-align: center; }
	.hero h1 { font-size: 40px; }
	.uebersicht { margin-bottom: 0; }
}




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

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


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