* {
	margin: 0;
	padding: 0;
	border: 0;
	border:  none;
	font-size: 100%;
	font: inherit;
	box-sizing: border-box;
}

html {
	height: 100%;
	background-color: #b0cadf;
}

body {
    height: 100%;
	max-width: 1400px;
    color: #051235;
    margin: 0 auto;
    font-size: 16px;
    font: normal 62.5%/160% 'Open Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
   	background: #1079a5 url('../img/carsten-stalfort--large_3.jpg') repeat top center fixed;
}

/* @group HEADER */

.header {
	width: 100%;
	
	display: -webkit-flex; /* Safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;   
	
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header__nav {
	height: auto;
	padding: 6px;
	 
	display: -webkit-flex; /* Safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;  
	
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1 ;
	-ms-flex-grow: 1 ;
	-o-flex-grow: 1 ;
	flex-grow: 1;
	
	-webkit-align-self: flex-end; /* Safari 7.0+ */
	-moz-align-self: flex-end;
	-ms-align-self: flex-end;
	-o-align-self: flex-end;
	align-self: flex-end;
	
	-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.header__btn {
	margin-left: 20px;
	margin-top: 10px;
}

.header__btn:last-child {
	margin-right: 30px;
}

.header__transition--start {
	-webkit-transition: all 0.6s; /* Safari */
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.header__btn a { 
	font-size: 1.4em;
	padding: 6px;
	color: white; 
	border: 1px solid #333;
	font-variant: small-caps;
	text-decoration: none;
	letter-spacing: 1pt;
}

.header__btn a:hover{
	color: #FFF;
	border: 2px solid white;
	
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

/* @end */

main {
	height: 100%;
	margin: 0 auto;
}

.header-wrapper-mobile {
	display: none;
}

.header-wrapper-desktop {
		display: block;
		max-width: 1400px;
	}
	

	
	
/* @group FOOTER */

footer {
	width: 100%;
	min-height: 30px;
	color: #fff;
	padding-top: 6px;
	font-size: 1.4em;
	line-height: 140%;
	text-align: center;
	background-color: #1079A5;
	padding-bottom: 20px;
}

footer a {
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
}

footer a:hover {
	color: lightblue;
	text-decoration: underline;
}

/* @end */

/* @group SECTION__01 */

.sec01 {
	min-height: 500px;
	width: 100%;
	text-align: center;
}

.sec01__titel {
	position: relative;
	top: 5px;
	padding-top: 20px;
	height: 380px;
	width: 70%;
	text-align: center;
	margin: auto;
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	line-height: 120%;
	}
	

/* @group Titelbuchstaben */

.sec01__titel-w {
font-size: 9em;
color: #1079A5;

-webkit-transition: all 0.1s 0 linear;
-moz-transition: all 0.1s 0 linear;
-ms-transition: all 0.1s 0 linear;
-o-transition: all 0.1s 0 linear;
transition: all 0.1s 0 linear;
}

.sec01__titel-w:hover {
color: #f47f31;
}

.sec01__titel-a {
font-size: 6em;
position: relative;
top: 60px;
left: 100px;
color: #EEB30D;

-webkit-transition: all 0.3s 0 linear;
-moz-transition: all 0.3s 0 linear;
-ms-transition: all 0.3s 0 linear;
-o-transition: all 0.3s 0 linear;
transition: all 0.3s 0 linear;
}

.sec01__titel-a:hover {
color: #444;
}

.sec01__titel-s {
font-size: 95%;
position: relative;
left: -25px;
color: #333;

-webkit-transition: all 0.3s 0 linear;
-moz-transition: all 0.3s 0 linear;
-ms-transition: all 0.3s 0 linear;
-o-transition: all 0.3s 0 linear;
transition: all 0.3s 0 linear;
}

.sec01__titel-s:hover {
color: #f47f31;
font-size: 100%;
}

.sec01__titel-img {
	width: 231px; 
	height: 208px; 
	margin: auto; 
	position: relative; 
	top: 100px;
}




/* @end */


.sec01__subtitle {
	width: 80%;
	text-align: right;
}

.sec01__subtitle-a {
	font-size: 1.6em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 2pt;
	line-height: 180%;
	color: #fff;
	text-decoration: none;
}

.sec01__subtitle-a:hover {
	color: #000;
}

.sec01__kontakt {
	width: 80%;
	text-align: right;
	background-color: #1079A5;
	opacity: 0.8;
}

.sec01__hint {
	width: 28px;
	height: 30px;
	margin: 0 auto;
	font-size: 2em;
	text-align: center;
}

.sec01__hintbox {
	height: 40px;
	background-color: white;
}

.sec01__scrollbox {
	position: relative;
	top: 10px;
	height: 30px;
	width: 20px;
	margin: 0 auto;
	
	-webkit-transition: all 1s;	
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.sec01__hint a:after {
	content: " ";
	display: block;
}

.sec01__hint a {
	color: #1079A5;
	text-decoration: none;
}

.sec01__hint a:hover .sec01--translateY {
	-webkit-transform: translatey(20px);
	-ms-transform: translatey(20px);
	-moz-transform: translatey(20px);
	-o-transform: translatey(20px);
	transform: translatey(20px);
}

/* @end */

/* @group SECTION__02 */

.sec02 {
	min-height: 600px;
	padding: 20px;
	padding-top: 20px;
	background-color: #fff;
}

.sec02__h3 {
	font-size: 2.4em;
	margin: 20px 0 50px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #333;
	text-align: center;
}

.sec02__flexbox-large-visitenkarte {
	max-width: 800px;
	min-width: 300px;
	padding: 10px;
	margin: auto;
	font-size: 1.2em;
	line-height: 150%;
	
	display: -webkit-flex; /* Safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

.sec02__flexbox-large-visitenkarte p {
	text-align: justify;
}

.sec02__flexbox-large-visitenkarte img {
	float: right;
	margin: -30px -20px 6px 40px;
	box-shadow: 0px 3px 8px #999;
	border: 10px solid #fff;
}

.sec02__flexbox_large-profilcontainerbox {
	max-width: 1160px;
	min-width: 300px;
	box-shadow: 0px 3px 5px #333;
	margin: 30px auto;
	
	display: -webkit-flex; /* Safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

.sec02__flexbox_large-profilcontainerbox-kariert {
	background: #1079a5 url('../img/bg_zertifizierungen_carsten_stalfort.png') repeat top left;
}


.sec02__flexbox_large-profilcontainerbox-singlebox {
		width: 300px;
		min-height: 300px;
		margin: 10px 20px 10px 20px;
		padding: 10px;
}

.sec02__flexbox_large-profilcontainerbox-singlebox ul {
		list-style-type: square;
		list-style-position: outside;
		margin: 6px 0 0 20px;
}

.sec02__flexbox_large-profilcontainerbox-singlebox li {
		padding: 3pt;
}

.sec02__flexbox_large-profilcontainerbox h3 {
	font-size: 15pt;
	color: #666;
	line-height: 130%;
	letter-spacing: 1pt;
	margin: 20px auto;
}

.sec02__flexbox_large-profilcontainerbox-singlebox h3 {
	font-size: 15pt;
	color: #666;
	line-height: 130%;
	letter-spacing: 1pt;
	margin-bottom: 20px;
}

.sec02__flexbox_large-profilcontainerbox-mcbox {
		
		height: 70px;
		width: 300px;
		padding: 20px 8px 20px 8px;
		border: 1px solid #ddd;
		margin: 10px;
		color: #555;
		line-height: 140%;	
	text-align: center;	
	font-size: 1.4em;
	float: left;
	background-color: #fff;
}

.mc {
	font-size: 1.4em;
}

.sec02__flexbox_large-profilcontainerbox-imagebox {
	width: 100%;
	margin: 30px auto;
	padding: 20px;
	
	display: -webkit-flex; /* Safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ms-zertifikate {
	height: 60px;
	width: auto;
	box-shadow: 0px 2px 3px #999;
	margin: 5px;
	opacity: 0.6;
	
	
				-webkit-transition: all 1.2s;
				-moz-transition: all 1.2s;
				-ms-transitifon: all 1.2s;
				-o-transition: all 1.2s;
				transition: all 1.2s;
				
		/*		-webkit-animation: scale-termin 9s infinite;
				-moz-animation: scale-termin 9s infinite;								 
				animation: scale-termin 9s infinite;*/
				
				}

.ms-zertifikate:hover {
	opacity: 1;
	height: 90px;
	width: auto;
}


/* @end */



/* @group SECTION__03 */

.sec03 {
	min-height: 16px;
	width: inherit;
	background-color: #1b1b1b;
	border-bottom: 1px solid #333;
}

.sec03__btn--gradient-blueblue {
	background: linear-gradient(to bottom, #97c5eb, #0072cf);
}

.sec03__content {
	text-align: left;
	padding: 3px 10px 3px 10px;
	font-size: 2em;
	font-weight: 200;
	color: #1079A5;
	letter-spacing:5pt;
}

/* @end */

/* @group SECTION__05 */

.sec05__overlay {
	position: absolute;
	top: 5px;
	left: 25%;
	height: 380px;
	width: 50%;
	margin: auto;
	padding: 10px;
	background-image:linear-gradient(45deg, #0d152d 20%, #1079A5 70%);
	
	visibility: hidden;
	opacity: 0;
}

a.sec05__closer {
	float: right;
	margin-right: -6px;
	font-size: 1.4em;
	padding: 3px;
	background-color: white;
	color: navy;
	font-weight: 600;
}

a.sec05__closer:hover {
	color: orange;
}

.sec05__content {
	position: absolute;
	top: 25px;
	left: 30%;
	background-color: white;
	color: #0d152d;
	height: 320px;
	width: 40%;
	margin: auto;
	padding: 20px;
	font-size: 1.4em;
	line-height: 160%;
	text-align: center;
	
	visibility: hidden;
	opacity: 0;
}

.sec05__content p {
	margin-bottom: 20px;
}

.sec05__h2 {
	font-weight: 400;
	font-size: 1.6em;
	margin-bottom: 30px;
	margin-top: 20px;
	line-height: 160%;
}

.sec05__h3 {
	font-weight: 600;
	margin-top: 20px;
}

.adress-top {
	height: 80px; 
	text-align: left; 
	font-size: 1.4em; 
	auto; color: #333;
}

.adress-name {
	height: 30px; 
	text-align: center; 
	font-size: 2.6em; 
	padding: 10px auto;
}

.adress-trainer {
	height: 70px; 
	text-align: center; 
	font-size: 1.2em;
}

.adress-home {
	text-align: right; 
	font-size: 1em; 
	color: #333; 
	padding: 0 10px 3px 0;
}

.adress-numbers {
	text-align: right; 
	font-size: 1em; 
	color: #333; 
	padding: 0 10px 3px 0;
}

.adress-email {
	text-align: right; 
	font-size: 1em; 
	color: #333; 
	padding: 0 10px 3px 0;
}


adress-trainer

@-webkit-keyframes fade-in {
from {
	opacity: 0;
	visibility: hidden;
	}
to {
	opacity: .8;
	visibility: visible;
	}	
}

@keyframes fade-in {
from {
	opacity: 0;
	visibility: hidden;
	}
to {
	opacity: .8;
	visibility: visible;
	}	
}


@-webkit-keyframes fade-in-termin {
from {
	opacity: 0;
	visibility: hidden;
	}
to {
	opacity: 1;
	visibility: visible;
	}	
}

@keyframes fade-in-termin {
from {
	opacity: 0;
	visibility: hidden;
	}
to {
	opacity: 1;
	visibility: visible;
	}	
}

@-webkit-keyframes fade-in-inlett {
from {
	opacity: 0;
	visibility: hidden;
	}
to {
	opacity: 1;
	visibility: visible;
	}	
}

@keyframes fade-in-inlett {
from {
	opacity: 0;
	visibility: hidden;
	}
to {
	opacity: 1;
	visibility: visible;
	}	
}

@-webkit-keyframes slide-in {
from {
	-webkit-transform: translateY(-600px);
	transform: translateY(-600px);
	}
to {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	}	
}

@-moz-keyframes slide-in {
from {
	-moz-transition: translateY(-600px);
	transform: translateY(-600px);
	}
to {
	-moz-transition: translateY(30px);
	transform: translateY(30px);
	}	
}

@keyframes slide-in {
from {
	-webkit-transform: translateY(-600px);
	-moz-transition: translateY(-600px);
	-ms-transition: translateY(-600px);
	-o-transition: translateY(-600px);
	transform: translateY(-600px); 
	}
to {
	-webkit-transform: translateY(30px);
	-moz-transition: translateY(30px);
	-ms-transition: translateY(30px);
	-o-transition: translateY(30px);
	transform: translateY(30px); 
	}	
}

.activeform {
	-webkit-animation: fade-in 2s ease 0s forwards alternate;
  -moz-animation: fade-in 2s ease 0s forwards alternate;										 
	animation: fade-in 2s ease 0s forwards alternate;
}


.activeinlett {
	-webkit-animation: fade-in-inlett 3s ease 0s forwards alternate;
	-moz-animation: fade-in-inlett 3s ease 0s forwards alternate;
	animation: fade-in-inlett 3s ease 0s forwards alternate;
}

.activetermin-1 {
	-webkit-animation: fade-in-termin 1s ease-in-out 0s forwards alternate;
  -moz-animation: fade-in-termin 1s ease-in-out 0s forwards alternate;								 
	animation: fade-in-termin 1s ease-in-out 0s forwards alternate;
}

.activetermin-2 {
	-webkit-animation: fade-in-termin 2s ease-in-out 0.6s forwards alternate;
  -moz-animation: fade-in-termin 2s ease-in-out 0.6s forwards alternate;								 
	animation: fade-in-termin 2s ease-in-out 0.6s forwards alternate;
}

.activetermin-3 {
	-webkit-animation: fade-in-termin 2s ease-in-out 1.2s forwards alternate;
  -moz-animation: fade-in-termin 2s ease-in-out 1.2s forwards alternate;								 
	animation: fade-in-termin 2s ease-in-out 1.2s forwards alternate;
}

.activetermin-4 {
	-webkit-animation: fade-in-termin 2s ease-in-out 1.8s forwards alternate;
  -moz-animation: fade-in-termin 2s ease-in-out 1.8s forwards alternate;								 
	animation: fade-in-termin 2s ease-in-out 1.8s forwards alternate;
}

.activetermin-5 {
	-webkit-animation: fade-in-termin 2s ease-in-out 2.4s forwards alternate;
  -moz-animation: fade-in-termin 2s ease-in-out 2.4s forwards alternate;								 
	animation: fade-in-termin 2s ease-in-out 2.4s forwards alternate;
}

/* @end */
	


/* @group SECTION__11 */

.sec11 {
	width: 100%;
	min-height: 40px;
	z-index: 1;
}

.sec11__btn--gradient-blueblack {
	/*background: radial-gradient(90deg #00284b, #0d152d);*/
	/*background-image:linear-gradient(45deg, #0d152d 20%, #1079A5 70%)*/
	background-color: #073345;
	
}

.sec11__nav {
	text-align: center;
	
	display: -webkit-flex; /* Safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	
	}
	
.sec11__btn {
	height: 40px;
	width: 200px;
	padding: 12px 10px 0 10px;
	font-size: 2em;
	color: #fff;
	letter-spacing: 1px;
	font-variant: small-caps;
	text-decoration: none;
}	

.sec11__btn:hover {
	color: #ffffff;
	background: linear-gradient(to bottom, #00284b, #0d152d);
}	

	
/* @end */

/* @group SEC12 */

.sec12 {
	width: 100%;
	min-height: 800px;
	background-color: #00284c;
}

.sec12__h3 {
	font-size: 2em;
	padding: 40px 0 20px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: white;
	text-align: center;
	background-color: #0d152d;
}



.sec12__h4 {
	font-size: 1.2em;
	padding: 10px 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
}


.sec12__flexbox_large-trainingcontainerbox {
	max-width: 1400px;
	min-width: 300px;
	box-shadow: 0px 3px 5px #444;
	background-color: #00284c;
	
	display: -webkit-flex; /* Safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

.sec12__flexbox_large-trainingcontainerbox-singlebox {
		width: 300px;
		min-height: 300px;
		margin: 20px;
		padding: 10px;
		color: #fff;
}

.sec12__flexbox_large-trainingcontainerbox-singlebox ul {
		list-style-type: square;
		list-style-position: outside;
		margin: 6px 0 0 20px;
}

.sec12__flexbox_large-trainingcontainerbox-singlebox li {
		padding: 3pt;
}

.sec12__flexbox_large-trainingcontainerbox-singlebox h3 {
	font-size: 15pt;
	color: #fff;
	line-height: 130%;
	letter-spacing: 1pt;
	margin-bottom: 20px;
}


.sec12__flexbox_large-trainingcontainerbox-tablebox {
		width: 60%;
		min-width: 320px;
		margin: 20px;
		color: #fff;
}

.sec12__flexbox_large-trainingcontainerbox-tablebox h3 {
	font-size: 15pt;
	color: #fff;
	line-height: 130%;
	letter-spacing: 1pt;
	margin-bottom: 20px;
}

.sec12__flexbox_large-trainingcontainerbox-tablebox table {
		border-collapse: collapse;
		border: 1px solid #104c77;
		text-align: left;
		width: 100%;
}

.sec12__flexbox_large-trainingcontainerbox-tablebox tr {
	border-top: 1px solid #104c77;
	border-bottom: 1px solid #104c77;
}

.sec12__flexbox_large-trainingcontainerbox-tablebox tr:first-child {
	border-top: 0 none;
}

.sec12__flexbox_large-trainingcontainerbox-tablebox th {
	padding-bottom: 20px;
}

.sec12__flexbox_large-trainingcontainerbox-tablebox td {
		vertical-align: text-top;
		padding: 1em;
}

.sec12__flexbox_large-trainingcontainerbox-tablebox td:first-child {
	min-width: 80px;
	text-align: left;
}

.tablelight {
	background-color: #104c77;
}

#microsoft-office-kurse {
	display: none;
}

.sec12__btn-arrow {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	padding: 5px;
	text-decoration: underline;
	float: right;
}


/* @end */


/* @group SEC14 */

.sec14 {
	width: 100%;
	min-height: 600px;
	background-color: #efefef;
}

.sec14__h3 {
	font-size: 2em;
	padding: 30px 0 20px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: black;
	text-align: center;
	background-color: #efefef;
}

.sec14__h4 {
	font-size: 1.2em;
	padding: 10px 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
}

.sec14__flexbox_large-consultingcontainerbox {
	max-width: 1160px;
	min-width: 300px;
	min-height: 300px;
	margin: auto;
	margin-top: 30px;
	box-shadow: 0px 3px 5px #333;
	
	display: -webkit-flex; /* Safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

.sec14__flexbox_large-consultingcontainerbox-singlebox {
		width: 300px;
		min-height: 300px;
		margin: 20px;
		padding: 10px;
		background-color: #efefef;
}

.sec14__flexbox_large-consultingcontainerbox-singlebox ul {
		list-style-type: square;
		list-style-position: outside;
		margin: 6px 0 0 20px;
}

.sec14__flexbox_large-consultingcontainerbox-singlebox li {
		padding: 3pt;
}

.sec14__flexbox_large-consultingcontainerbox-singlebox h3 {
	font-size: 15pt;
	color: #666;
	line-height: 130%;
	letter-spacing: 1pt;
	margin-bottom: 20px;
}


.sec14__galerie {
	width: 100%;
	min-height: 800px;

	display: -webkit-flex; /* Safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sec14__imgbox {
	min-height: 240px;
	margin: 20px;
	padding: 10px;
	border: 1px solid grey;
	background-color: #fff;
	
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	
	-webkit-transition: all 0.6s; /* Safari */
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 20.6ss;
	transition: all 0.6s;
	
}

.sec14__imgbox:hover {
	border: 1px solid #fff;
	background-color: grey;
}

.sec14__img {
	height: 220px;
}

.sec14__figcaption {
	color: #000;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: 400;
	margin-top: 15px;
}

.sec14__img-nondisplay {
	display: none;
}

/* @end */

@media screen and (max-width: 1000px) {
	/* @group Titelbuchstaben */
	
	body {
	   	background: #0d152d url('../img/bg-carsten-stalfort--1000_3.jpg') repeat top center fixed;
	}
	
	.sec01 {
		min-height: 380px;
		width: 100%;
		text-align: center;
	}
	
	.sec01__titel {
		position: relative;
		top: 5px;
		padding-top: 10px;
		height: 280px;
		width: 70%;
		text-align: center;
		margin: auto;
		color: #333;
		font-family: 'Raleway', sans-serif;
		font-weight: 200;
		line-height: 70%;
		}
	
	.sec01__titel-w {
	font-size: 7em;
	color: #1079A5;
	
	-webkit-transition: all 0.1s 0 linear;
	-moz-transition: all 0.1s 0 linear;
	-ms-transition: all 0.1s 0 linear;
	-o-transition: all 0.1s 0 linear;
	transition: all 0.1s 0 linear;
	}
	
	.sec01__titel-w:hover {
	color: #f47f31;
	}
	
	.sec01__titel-a {
	font-size: 4em;
	color: #EEB30D;
	top: 50px;
	left: 60px;
	}
	
	.sec01__titel-a:hover {
	color: #444;
	}
	
	.sec01__subtitle-a {
		font-size: 1.4em;
	}
	
	.sec01__titel-img {
		width: 260px; 
		height: auto; 
		margin: auto; 
		position: relative; 
		top: 60px;
	}
	
	.sec01__titel-img img {
		width: 80%; 
		height: 80%; 
	}
	
	/* @end */
		

}

@media screen and (max-width: 830px) {
	.sec01 {
		min-height: 320px;
		width: 100%;
		text-align: center;
	}
	
	.sec01__titel {
		position: relative;
		top: 5px;
		padding-top: 10px;
		height: 200px;
		width: 70%;
		text-align: center;
		margin: auto;
		color: #333;
		font-family: 'Raleway', sans-serif;
		font-weight: 200;
		line-height: 70%;
		}
	
	.sec01__titel-w {
	font-size: 6.6em;
	color: #1079A5;
	
	-webkit-transition: all 0.1s 0 linear;
	-moz-transition: all 0.1s 0 linear;
	-ms-transition: all 0.1s 0 linear;
	-o-transition: all 0.1s 0 linear;
	transition: all 0.1s 0 linear;
	}
	
	.sec01__titel-w:hover {
	color: #f47f31;
	}
	
	.sec01__titel-a {
	font-size: 4em;
	position: relative;
	left: 50px;
	color: #EEB30D;
	}
	
	.sec01__titel-a:hover {
	color: #444;
	}
	
	.sec01__subtitle-a {
		font-size: 1.2em;
	}
	
	.sec01__titel-img {
		width: 180px; 
		height: auto; 
		margin: auto; 
		position: relative; 
		top: 60px;
	}
	
	.sec01__titel-img img {
		width: 70%; 
		height: 70%; 
	}
	
	/* @end */
	
	.sec11__btn {
		height: 40px;
		width: 140px;
		padding: 12px 10px 0 10px;
		font-size: 1.6em;
		color: #fff;
		letter-spacing: 1px;
		font-variant: small-caps;
		text-decoration: none;
	}	
	
	.sec05__overlay {
		position: absolute;
		top: 50px;
		left: 5%;
		height: 300px;
		width: 90%;
		margin: 20px auto;
		padding: 10px;
		background-image:linear-gradient(45deg, #0d152d 20%, #1079A5 70%);
		
		visibility: hidden;
		opacity: 0;
	}
	.sec05__content {
		position: absolute;
		top: 35px;
		left: 10%;
		background-color: white;
		color: #0d152d;
		height: 260px;
		width: 80%;
		margin: 50px auto;
		padding: 20px;
		font-size: 1.4em;
		line-height: 140%;
		text-align: center;
		
		visibility: hidden;
		opacity: 0;
	}
	
	.sec01__kontakt {
		width: 60px;
		text-align: right;
		background-color: #1079A5;
		opacity: 1;
	}
	
	
	.adress-top {
		height: 50px; 
		text-align: left; 
		font-size: 1em; 
		letter-spacing: 1pt;
		color: #333;
	}
	
	.adress-name {
		height: 30px; 
		text-align: center; 
		font-size: 2em; 
		padding: 3px auto;
	}
	
	.adress-trainer {
		height: 60px; 
		text-align: center; 
		font-size: 1em;
	}
	
	.adress-home {
		text-align: right; 
		font-size: 0.8em; 
		color: #333; 
		padding: 0 4px 3px 0;
	}
	
	.adress-numbers {
		text-align: right; 
		font-size: 1em; 
		color: #333; 
		padding: 0 4px 3px 0;
	}
	
	.adress-email {
		text-align: right; 
		font-size: 1em; 
		color: #333; 
		padding: 0 4px 3px 0;
	}

}

@media screen and (max-width: 660px) {
		.sec01 {
			min-height: 280px;
			width: 100%;
			text-align: center;
		}
		
		.sec01__titel {
			position: relative;
			top: 5px;
			padding-top: 10px;
			height: 200px;
			width: 70%;
			text-align: center;
			margin: auto;
			color: #333;
			font-family: 'Raleway', sans-serif;
			font-weight: 200;
			line-height: 70%;
			}
		
		.sec01__titel-w {
		font-size: 5.6em;
		color: #1079A5;
		
		-webkit-transition: all 0.1s 0 linear;
		-moz-transition: all 0.1s 0 linear;
		-ms-transition: all 0.1s 0 linear;
		-o-transition: all 0.1s 0 linear;
		transition: all 0.1s 0 linear;
		}
		
		.sec01__titel-w:hover {
		color: #f47f31;
		}
		
		.sec01__titel-a {
		font-size: 3.3em;
		position: relative;
		top: 40px;
		left: 60px;
		color: #EEB30D;
		}
		
		.sec01__titel-a:hover {
		color: #444;
		}
		
		.sec01__subtitle-a {
			font-size: 1em;
		}
		
		/* @end */
		
		.sec11__btn {
			height: 40px;
			width: 140px;
			padding: 12px 10px 0 10px;
			font-size: 2em;
			color: #fff;
			letter-spacing: 1px;
			font-variant: small-caps;
			text-decoration: none;
		}
		
		.header__btn a { 
			font-size: 1.2em;
			padding: 4px;
			color: white; 
			border: 1px solid #333;
			font-variant: small-caps;
			text-decoration: none;
			letter-spacing: 1pt;
		}
		.sec05__overlay {
			position: absolute;
			top: 50px;
			left: 5%;
			height: 320px;
			width: 90%;
			margin: 20px auto;
			padding: 10px;
			background-image:linear-gradient(45deg, #0d152d 20%, #1079A5 70%);
			
			visibility: hidden;
			opacity: 0;
		}
		.sec05__content {
			position: absolute;
			top: 35px;
			left: 10%;
			background-color: white;
			color: #0d152d;
			height: 280px;
			width: 80%;
			margin: 50px auto;
			padding: 20px;
			font-size: 1.4em;
			line-height: 160%;
			text-align: center;
			
			visibility: hidden;
			opacity: 0;
		}
		
		.sec01__kontakt {
			width: 60px;
			text-align: right;
			background-color: #1079A5;
			opacity: 1;
		}
		
		
		.adress-top {
			height: 50px; 
			text-align: left; 
			font-size: 1em; 
			letter-spacing: 1pt;
			color: #333;
		}
		
		.adress-name {
			height: 30px; 
			text-align: center; 
			font-size: 2em; 
			padding: 3px auto;
		}
		
		.adress-trainer {
			height: 60px; 
			text-align: center; 
			font-size: 1em;
		}
		
		.adress-home {
			text-align: right; 
			font-size: 0.8em; 
			color: #333; 
			padding: 0 4px 3px 0;
		}
		
		.adress-numbers {
			text-align: right; 
			font-size: 1em; 
			color: #333; 
			padding: 0 4px 3px 0;
		}
		
		.adress-email {
			text-align: right; 
			font-size: 1em; 
			color: #333; 
			padding: 0 4px 3px 0;
		}

}

@media screen and (max-width: 560px) {
		
		.header__nav {
			height: auto;
			padding: 2px;
		}
		
		.header__btn {
			margin-left: 20px;
			margin-top: 3px;
		}
		
		.sec01 {
			min-height: 240px;
			width: 100%;
			text-align: center;
		}
		
		.sec01__titel {
			position: relative;
			top: 2px;
			padding-top: 0;
			height: 200px;
			width: 70%;
			text-align: center;
			margin: auto;
			color: #333;
			font-family: 'Raleway', sans-serif;
			font-weight: 200;
			line-height: 70%;
			}
		
		.sec01__titel-w {
		font-size: 5em;
		color: #1079A5;
		
		-webkit-transition: all 0.1s 0 linear;
		-moz-transition: all 0.1s 0 linear;
		-ms-transition: all 0.1s 0 linear;
		-o-transition: all 0.1s 0 linear;
		transition: all 0.1s 0 linear;
		}
		
		.sec01__titel-w:hover {
		color: #f47f31;
		}
		
		.sec01__titel-a {
		font-size: 3em;
		position: relative;
		left: 30px;
		color: #EEB30D;
		}
		
		.sec01__titel-a:hover {
		color: #444;
		}
		
		.sec01__subtitle-a {
			font-size: 0.8em;
		}
		
		/* @end */
		
		.sec11__btn {
			height: 40px;
			width: 120px;
			padding: 12px 10px 0 10px;
			font-size: 1.6em;
			color: #fff;
			letter-spacing: 1px;
			font-variant: small-caps;
			text-decoration: none;
		}
		
		.sec05__overlay {
			position: absolute;
			top: 30px;
			left: 5%;
			height: 350px;
			width: 90%;
			margin: 20px auto;
			padding: 10px;
			background-image:linear-gradient(45deg, #0d152d 20%, #1079A5 70%);
			
			visibility: hidden;
			opacity: 0;
		}
		.sec05__content {
			position: absolute;
			top: 35px;
			left: 10%;
			background-color: white;
			color: #0d152d;
			height: 280px;
			width: 80%;
			margin: 50px auto;
			padding: 20px;
			font-size: 1.4em;
			line-height: 160%;
			text-align: center;
			
			visibility: hidden;
			opacity: 0;
		}
		
		.sec01__kontakt {
			width: 60px;
			text-align: right;
			background-color: #1079A5;
			opacity: 1;
		}
		
		
		.adress-top {
			height: 50px; 
			text-align: left; 
			font-size: 1em; 
			letter-spacing: 1pt;
			color: #333;
		}
		
		.adress-name {
			height: 30px; 
			text-align: center; 
			font-size: 2em; 
			padding: 3px auto;
		}
		
		.adress-trainer {
			height: 60px; 
			text-align: center; 
			font-size: 1em;
		}
		
		.adress-home {
			text-align: right; 
			font-size: 0.8em; 
			color: #333; 
			padding: 0 4px 3px 0;
		}
		
		.adress-numbers {
			text-align: right; 
			font-size: 1em; 
			color: #333; 
			padding: 0 4px 3px 0;
		}
		
		.adress-email {
			text-align: right; 
			font-size: 1em; 
			color: #333; 
			padding: 0 4px 3px 0;
		}


}

@media screen and (max-width: 490px) {
		
		body {
		   	background: #0d152d url('../img/carsten-stalfort--490_3.jpg') repeat top center fixed;
		}
		
		.header-wrapper-mobile {
			display: block;
		}
		
		
		.header_picture-mobile {
			width: 100%;
			height: 220px;
			box-shadow: 0px 1px 2px #999;
			background: #fff url('../img/unserearbeit/mlz_unserearbeit_479x220.jpg'); 
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
		}
		
			.header-wrapper-desktop {
				display: none;
				/*background: #fff url('../img/unserearbeit/mlz_unserearbeit_479x220.jpg') top center fixed; 
				background-repeat: no-repeat;
				background-position: 0 60px;
				background-size: contain;*/
			}
			
		.dropdown {
		    width: 50px;
			height: 20px;
		}
		
		.dropdown-content {
		    display: none;
		    position: absolute;
			left: -1px;
			top: 26px;
			width: 260px;
			margin-right: 30px;
		    background-color: #f9f9f9;
		    box-shadow: 0px 2px 3px #999;
			z-index: 1;
		}
		
		.dropdown-content a {
		    color: #333;
		    padding: 12px 14px;
		    text-decoration: none;
		    display: block;
			border-bottom: 1px solid #333;
			font-size: 9pt;
			letter-spacing: 1pt;
		}
		
		.show {display: block;}
			
				
				header a {
				  color: #0052a1;
				}
				
			.menuebtn {
				border: none;
			    cursor: pointer;
				height: 20px;
				width: 40px;
				background-color: green;
			}
			
			.dropbtn:hover, .dropbtn:focus {
			    background-color: blue;
			}
			
			.material-icons {
			  font-family: 'Material Icons';
			  font-weight: lighter;
			  font-style: normal;
			  font-size: 24px;  /* Preferred icon size */
			  display: inline-block;
			  line-height: 1;
			  text-transform: none;
			  letter-spacing: normal;
			  word-wrap: normal;
			  white-space: nowrap;
			  direction: ltr;
			  color: rgba(0, 0, 0, 0.56);
			  background-color: #efefef;
			
			  /* Support for all WebKit browsers. */
			  -webkit-font-smoothing: antialiased;
			  /* Support for Safari and Chrome. */
			  text-rendering: optimizeLegibility;
			
			  /* Support for Firefox. */
			  -moz-osx-font-smoothing: grayscale;
			
			  /* Support for IE. */
			  font-feature-settings: 'liga';
			}
			
		.header__nav {
			height: auto;
			padding: 2px;
		}
		
		.header__btn {
			margin-left: 20px;
			margin-top: 3px;
		}
		
		.sec01 {
			min-height: 140px;
			width: 100%;
			text-align: center;
		}
		
		.sec01__titel {
			position: relative;
			top: 2px;
			padding-top: 2px;
			height: 100px;
			width: 98%;
			text-align: center;
			margin: auto;
			color: #333;
			font-family: 'Raleway', sans-serif;
			font-size: 7em;
			font-weight: 200;
			line-height: 70%;
			}
		
		.sec01__titel-w {
		font-size: 60%;
		color: #1079A5;
		
		-webkit-transition: all 0.1s 0 linear;
		-moz-transition: all 0.1s 0 linear;
		-ms-transition: all 0.1s 0 linear;
		-o-transition: all 0.1s 0 linear;
		transition: all 0.1s 0 linear;
		}
		
		.sec01__titel-w:hover {
		color: #f47f31;
		}
		
		.sec01__titel-a {
		font-size: 36%;
		position: relative;
		top: -20px;;
		left: 20px;
		margin-left: 2px;
		padding-left: 2px;
		color: #EEB30D;
		}
		
		.sec01__titel-a:hover {
		color: #444;
		}
		
		.sec01__subtitle {
			width: 100%;
			text-align: center;
			background-color: #efefef;
			opacity: 0.8;
		}
		
		.sec01__subtitle-a {
			font-size: 1em;
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			letter-spacing: 1pt;
			color: #666;
			text-decoration: none;
		}
		
		.sec01__subtitle-a:hover {
			color: #000;
		}
		
		.sec05__overlay {
			position: absolute;
			top: 30px;
			left: 5%;
			height: 350px;
			width: 90%;
			margin: 20px auto;
			padding: 10px;
			background-image:linear-gradient(45deg, #0d152d 20%, #1079A5 70%);
			
			visibility: hidden;
			opacity: 0;
		}
		.sec05__content {
			position: absolute;
			top: 35px;
			left: 10%;
			background-color: white;
			color: #0d152d;
			height: 280px;
			width: 80%;
			margin: 50px auto;
			padding: 20px;
			font-size: 1.4em;
			line-height: 160%;
			text-align: center;
			
			visibility: hidden;
			opacity: 0;
		}
		
		.sec01__kontakt {
			width: 60px;
			text-align: right;
			background-color: #1079A5;
			opacity: 1;
		}
		
		
		.adress-top {
			height: 50px; 
			text-align: left; 
			font-size: 1em; 
			letter-spacing: 1pt;
			color: #333;
		}
		
		.adress-name {
			height: 30px; 
			text-align: center; 
			font-size: 2em; 
			padding: 3px auto;
		}
		
		.adress-trainer {
			height: 60px; 
			text-align: center; 
			font-size: 1em;
		}
		
		.adress-home {
			text-align: right; 
			font-size: 0.8em; 
			color: #333; 
			padding: 0 4px 3px 0;
		}
		
		.adress-numbers {
			text-align: right; 
			font-size: 1em; 
			color: #333; 
			padding: 0 4px 3px 0;
		}
		
		.adress-email {
			text-align: right; 
			font-size: 1em; 
			color: #333; 
			padding: 0 4px 3px 0;
		}
		
		
		/* @end */
		
		.sec11__btn {
			height: 40px;
			width: 120px;
			padding: 12px 10px 0 10px;
			font-size: 1.6em;
			color: #fff;
			letter-spacing: 1px;
			font-variant: small-caps;
			text-decoration: none;
		}
		
		.sec02__flexbox-large-visitenkarte img {
			width: 120px;
			float: right;
			margin: -20px 6px 6px 10px;
			box-shadow: 0px 2px 5px #999;
			border: 6px solid #fff;
		}
		
		.sec02__flexbox_large-profilcontainerbox-mcbox {
				width: 250px;
				height: auto;
				padding: 10px;
				border: 1px solid #ddd;
				margin: 10px;
				color: #555;
				line-height: 140%;	
			text-align: center;	
			font-size: 1.4em;
			float: none;
			background-color: #fff;
		}
		
		.mc {
			font-size: 1.2em;
		}
		
		
		.ms-zertifikate {
			width: 80%;
			max-width: 300px;
			height: auto;
			box-shadow: 0px 2px 3px #999;
			margin: 5px;
			opacity: 1;
			
			
						-webkit-transition: none; 
						-moz-transition: none;
						-ms-transitifon: none;
						-o-transition: none;
						transition: none;
						
				/*		-webkit-animation: scale-termin 9s infinite;
						-moz-animation: scale-termin 9s infinite;								 
						animation: scale-termin 9s infinite;*/
						
						}
		
		.ms-zertifikate:hover {
			box-shadow: 0px 3px 5px #fff;
			height: auto;
		}
		
		


}



