@charset "UTF-8";
/* CSS Document */
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('../fonts/poppins-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v6-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-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'),
       url('../fonts/poppins-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v6-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v6-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'sansationregular';
    src: url('../fonts/Sansation-Regular-webfont.eot');
    src: url('../fonts/Sansation-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sansation-Regular-webfont.woff2') format('woff2'),
         url('../fonts/Sansation-Regular-webfont.woff') format('woff'),
         url('../fonts/Sansation-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Sansation-Regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*{
	padding:0;
	margin:0;
}

html, body {	
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	font-family: 'Poppins', Helvetica, sans-serif;
	 -webkit-hyphens: manual;
	 -moz-hyphens: manual;
	 -ms-hyphens: manual;
	 hyphens: manual;
	 background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
}

body img {
	width:100%;
	height:auto;
	display:block;
}


/* ---------------------------------- HEADER ---------------------------------- */

header {
	width: 100%;
	margin: auto;
	background: #FFFFFF;
	position: fixed;
	top: 0px;
	z-index: 9998;
		transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;
}

.logo {
	width: 350px;
	height: auto;
	float: left;
	padding: 30px;
		transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;
}

.logo img {
	width: 100%;
	height: auto;
}


/* ---------------------------------- CONTENT ---------------------------------- */

section {
	width: 100%;
	clear: both;
} 

.main {
	width: 91.66%;
	max-width: 1280px;
	margin: auto;
	clear: both;
}

/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */

.ct-block, .cm-block, .cs-block { display: none; }


/* ---------------------------------- SPALTEN ---------------------------------- */

.cd,.cd1,.cd2,.cd3,.cd4,.cd5,.cd6,.cd7,.cd8,.cd9,.cd10,.cd11,.cd12,
.ct,.ct1,.ct2,.ct3,.ct4,.ct5,.ct6,.ct7,.ct8,.ct9,.ct10,.ct11,.ct12,
.cm,.cm1,.cm2,.cm3,.cm4,.cm5,.cm6,.cm7,.cm8,.cm9,.cm10,.cm11,.cm12,
.cs,.cs1,.cs2,.cs3,.cs4,.cs5,.cs6,.cs7,.cs8,.cs9,.cs10,.cs11,.cs12 {
	float: left;
}

.cd1 { width:8.33%; }

.cd2 { width:16.66%; }

.cd3 { width:25%; }

.cd4 { width:33.33%; }

.cd5 { width:41.66%; }

.cd6 { width:50%; }

.cd7 { width:58.33%; }

.cd8 { width:66.66%; }

.cd9 { width:75%; }

.cd10 { width:83.33%; }

.cd11 { width:91.66%; }

.cd12 {	width:100%; }


/* ---------------------------------- SPALTEN - AUSRICHTUNG ---------------------------------- */

.cr { float: right; }
	
.cl { float: left; }

.cc { float: none; margin: auto; }

.relativ { position: relative; }

.absolut { position: absolute; }

/* ---------------------------------- TEXTE - AUSRICHTUNG ---------------------------------- */

.tx-center { text-align: center; }
.tx-left { text-align: left; }
.tx-right {text-align: right; }

/* ---------------------------------- TEXTE ---------------------------------- */


h1 {
	font-family: 'sansationregular';
	font-style: normal;
	font-weight: 300;
	font-size: 400%;
}

h1.h1small {
	font-size: 100%;
}

h2 {
	font-family: 'sansationregular';
	font-style: normal;
	font-weight: 300;
	font-size: 250%;
	-webkit-text-size-adjust: none	
}

.small h2 {
	font-weight: 300;
	font-size: 170%;
}

h3 {
	font-family: 'sansationregular';
	font-style: normal;
	font-weight: 300;
	font-size: 480%;
	-webkit-text-size-adjust: none	
}

h4{ font-size: 120%;
	font-style: normal;
	font-weight: 300;}

p { font-size: 100%; }


a { font-size: 100%; text-decoration: none; }

a:hover {  }

/* ---------------------------------- BUTTON ----------------------------------*/


a.box-button {
		font-family: 'sansationregular';
	font-style: normal;
	font-weight: 400;
		font-size: 120%;
	padding: 2% 6% 2% 6%;
	border: 1px solid #aec905;
	background: rgb(174, 201, 5);
	color: #FFF;
	display: inline-block;
	letter-spacing: 1px;
		transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;	
}


a.box-button:hover {
	padding: 2% 6% 2% 6%;
	border: 1px solid #aec905;
	background: rgb(256, 256, 256);
	color: #aec905;
	display: inline-block;
		transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;	
}


.dreieck {
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 40px 40px 0 40px;
	border-color: #aec905 transparent transparent transparent;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,.5));
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,.5));
	position: absolute;
	bottom: 8%;
		left:48%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
		transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;	
}

.dreieck:hover {
	bottom: 7.5%;
	  -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,.5));
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,.5));
	}

/* ---------------------------------- ABSTÄNDE ---------------------------------- */

.mg-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.mg-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.pd-1 {
	padding: 1%;
}

.pd-2 {
	padding: 2%;
}

.pd-3 {
	padding: 3%;
}

.pd-5 {
	padding: 5%;
}



/* ---------------------------------- TRENNER ---------------------------------- */


.trenner-50 {
	width: 100%;
	clear:both;
	height: 3vw;
}

.trenner-25 {
	width: 100%;
	clear:both;
	height: 2vw;
}

.trenner-10 {
	width: 100%;
	clear:both;
	height: 1vw;
}


.trenner-linie {
	width: 100%;
	height: 1px;
	clear:both;
}

.border-box {
	border: 10px solid #fff;
}

.tx-box-line {
	border: 1px solid #fff;
	background: rgba(18,91,96,0.3);
}

.tx-box-line-w {
	border: 1px solid #a0d0d2;;
	background: #fff;
}

/* ---------------------------------- IMAGES ---------------------------------- */

#hero {
	margin-top: 150px;
}

.index-img {
	background-position:center bottom;
	background-size:cover;
	background-image:url("../image/veraenderung-supervision.jpg");
}


.sc-img {
	background-position:center top;
	background-size:cover;
	background-image:url("../image/b_kuehnberger-supervision.jpg");
}


.kuehnberger-img {
	background-position:center top;
	background-size:cover;
	background-image:url("../image/b_kuehnberger-coach.jpg");
}


.kontakt-img {
	background-position:center top;
	background-size:cover;
	background-image:url("../image/kontakt.jpg");
}



/* ---------------------------------- FARBEN ---------------------------------- */


.weiss { background-color: #ffffff; }

.weiss-a { background: rgba(256, 256, 256, 0.9) }

.grau { background-color: #cccccc; }

.blau { background-color: #003e70; }

.green { background-color: #aec905; }


.tx-weiss { color: #ffffff; }

.tx-blau { color: #003e70; }

.tx-grau { color: #333; }

.tx-green { color: #aec905; }

.tx-green-dark { color: #92af07;}

.tx-weiss a { color: #ffffff; }

.tx-grau a { color: #333; }

.tx-black a { color: #000; }

a.tx-green { color: #aec905; }
a.tx-green:hover { color: #333; }

a.tx-blau { color: #003e70; }
a.tx-blau:hover { color: #aec905; }

.kontakt a { color: #003e70; }
.kontakt a:hover { color: #aec905; }

/* ---------------------------------- AUFLSITUNG ----------------------------------*/

.pfeil-liste li {
	list-style: none;
	padding: 5px;
	padding-left: 30px;
	margin-left: 5px;
	display: block;
	background-image: url(../grafik/pfeile.svg);
	background-position: left top 11px;
	background-repeat: no-repeat;
	background-size: 17px;
}

/* .................................. Middel-Box .................................. */

.box-middel {
	position:absolute;
	top:30%;
	transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
}

.bm-cr {
	right: 0px;
}

.bm-cl {
	left: 0px;
}

.box-middel-cc {
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}


/* .................................. ÜBERLAPPUNG .................................. */


.lap-box {
	position: absolute;
	bottom: -50px;
}

.lap-box-top {
	position: relative;
	margin-top: -80px;
	float: left;
}

/* ---------------------------------- FOOTER ---------------------------------- */

footer {
	width: 100%;
	color: #fff;
}

footer a {
	display: inline-block;
	color: #fff;
}

footer a:hover {
	color: #aec905;
}

footer .icon {
	width: 120px;
	margin-right: 30px;
	float: left;
}

/* ---------------------------------- UP SCROLLER  ---------------------------------- */

.scrollup{
    width:40px;
    height:40px;
    position:fixed;
	z-index:30;
    bottom:60px;
    right:0px;
    display:none;
    text-indent:-9999px;
    background: url(../grafik/icon_top.png) no-repeat;
}


@media only screen and (min-width: 2200px) { 
	
.main {
	max-width: 1750px;
	}	
	

/* ---------------------------------- TEXTE ---------------------------------- */

h1 {
	font-family: 'sansationregular';
	font-style: normal;
	font-weight: 300;
	font-size: 400%;
}

h1.h1small {
	font-size: 120%;
}

h2 {
	font-family: 'sansationregular';
	font-style: normal;
	font-weight: 300;
	font-size: 270%;
}

.small h2 {
	font-weight: 300;
	font-size: 190%;
}

h3 {
	font-family: 'sansationregular';
	font-style: normal;
	font-weight: 300;
	font-size: 500%;
}

h4{ font-size: 140%;
	font-style: normal;
	font-weight: 300;}

p { font-size: 120%; }


a { font-size: 120%; text-decoration: none; }	
	
}
/* ------- ENDE 2200 ----- */


@media only screen and (max-width: 1396px) { 
	

/* ---------------------------------- TEXTE ---------------------------------- */


h1 { font-size: 400%; }

h2 { font-size: 220%; }

h3 { font-size: 300%; }

h4 { font-size: 120%; }
	
p { font-size: 100%; }	
	
/* ---------------------------------- HEADER ---------------------------------- */

.logo {
	width: 250px;
	height: auto;
	float: left;
	padding: 20px;
		transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;
}
/* ---------------------------------- IMAGES ---------------------------------- */

#hero {
	margin-top: 125px;
}	
	
} /* ------- ENDE 13960 ----- */



@media only screen and (max-width: 1280px) { 
	
	
/* ---------------------------------- SPALTEN ---------------------------------- */

.ct1 { width:8.33%; }

.ct2 { width:16.66%; }

.ct3 { width:25%; }

.ct4 { width:33.33%; }

.ct5 { width:41.66%; }

.ct6 { width:50%; }

.ct7 { width:58.33%; }

.ct8 { width:66.66%; }

.ct9 { width:75%; }

.ct10 { width:83.33%; }

.ct11 { width:91.66%; }

.ct12 {	width:100%; }

/* ---------------------------------- SPALTEN - AUSRICHTUNG ---------------------------------- */

.ct-cr { float: right; }
	
.ct-cl { float: left; }

.ct-cc { float: none; margin: auto; }
	
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.ct-none { display: none; }
	
.ct-block { display: block; }	
	
	
/* ---------------------------------- TEXTE ---------------------------------- */


h1 { font-size: 230%; }

h2 { font-size: 160%; }

.small h2 {	font-size: 140%;}	
	
h3 { font-size: 300%; }

h4 { font-size: 110%;}
	
p { font-size: 95%; }		
	
.ct-txc { text-align: center; }
.ct-txl { text-align: left; }
.ct-txr {text-align: right; }	

/* ---------------------------------- AUFLSITUNG ----------------------------------*/

.pfeil-liste li {
	list-style: none;
	padding: 4px;
	padding-left: 30px;
	margin-left: 5px;
	display: block;
	background-image: url(../grafik/pfeile.svg);
	background-position: left top 7px;
	background-repeat: no-repeat;
	background-size: 17px;
	font-size: 95%;
}	
	
.dreieck {
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 30px 30px 0 30px;
	border-color: #aec905 transparent transparent transparent;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,.5));
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,.5));
	position: absolute;
	bottom: 8%;
	left:48%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
		transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;	
}

.dreieck:hover {
	bottom: 7.5%;
	  -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,.5));
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,.5));
	}	
/* ---------------------------------- TRENNER ---------------------------------- */	

.trenner-50 {
	width: 100%;
	clear:both;
	height: 50px;
}

.trenner-25 {
	width: 100%;
	clear:both;
	height: 25px;
}

.trenner-10 {
	width: 100%;
	clear:both;
	height: 10px;
}

} /* ------- ENDE 1280 ----- */



@media only screen and (max-width: 880px) { 
	
.logo {
	width: 180px;
	padding: 10px;
}
	
/* ---------------------------------- IMAGES ---------------------------------- */

#hero {
	margin-top: 90px;
}

.index-img,
.sc-img,
.kuehnberger-img,
.kontakt-img {
		background-image:none;
}
	
	
/* ---------------------------------- SPALTEN ---------------------------------- */

.cm1 { width:8.33%; }

.cm2 { width:16.66%; }

.cm3 { width:25%; }

.cm4 { width:33.33%; }

.cm5 { width:41.66%; }

.cm6 { width:50%; }

.cm7 { width:58.33%; }

.cm8 { width:66.66%; }

.cm9 { width:75%; }

.cm10 { width:83.33%; }

.cm11 { width:91.66%; }

.cm12 {	width:100%; }
	
/* ---------------------------------- SPALTEN - AUSRICHTUNG ---------------------------------- */

.cm-cr { float: right; }
	
.cm-cl { float: left; }

.cm-cc { float: none; margin: auto; }	
	
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.cm-none { display: none; }
	
.cm-block { display: block; }
	
/* ---------------------------------- BOX MIDDEL ---------------------------------- */
	
.bm-clear {
	position: static;
	top:0%;
	transform: translateY(-0%);
	-webkit-transform: translateY(-0%);
	
	}	
	
/* ---------------------------------- ABSTÄNDE ---------------------------------- */

.mg-15 {
	padding-left: 10px;
	padding-right: 10px;
}
.mg-25 {
	padding-left: 15px;
	padding-right: 15px;
}
	
/* ---------------------------------- TEXT ---------------------------------- */	

h1 { font-size: 200%; }

h2 { font-size: 150%; letter-spacing: 0px; }

.small h2 {	font-size: 120%;}		
	
h3 { font-size: 300%; }

h4 { font-size: 100%; }
	
p { font-size: 95%; }		
.cm-txc { text-align: center; }
.cm-txl { text-align: left; }
.cm-txr {text-align: right; }	
	
.cm-tx-weiss { color: #ffffff; }

.cm-tx-grau { color: #333; }
	
.cm-tx-black { color: #000; }	

.cm-tx-hellblau { color: #a0d0d2; }

.cm-tx-weiss a { color: #ffffff; }

.cm-tx-grau a { color: #333; }	
	
} /* ------- ENDE 880 ----- */


@media only screen and (max-width: 560px) { 
	

/* ---------------------------------- SPALTEN ---------------------------------- */

.cs1 { width:8.33%; }

.cs2 { width:16.66%; }

.cs3 { width:25%; }

.cs4 { width:33.33%; }

.cs5 { width:41.66%; }

.cs6 { width:50%; }

.cs7 { width:58.33%; }

.cs8 { width:66.66%; }

.cs9 { width:75%; }

.cs10 { width:83.33%; }

.cs11 { width:91.66%; }

.cs12 {	width:100%; }
		
.main {	width: 90%; }	
	
	
/* ---------------------------------- SPALTEN - AUSRICHTUNG ---------------------------------- */

.cs-cr { float: right; }
	
.cs-cl { float: left; }

.cs-cc { float: none; margin: auto; }
	
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.cs-none { display: none; }
	
.cs-block { display: block; }	
		
	
/* ---------------------------------- TEXTE ---------------------------------- */

h1 { font-size: 180%; line-height: 110%; }

h2 { font-size: 130%; letter-spacing: 0px; }

h3 { font-size: 200%; }

h4 { font-size: 100%; }


.cs-txc { text-align: center; }
.cs-txl { text-align: left; }
.cs-txr {text-align: right; }	
		
	
/* .................................. ÜBERLAPPUNG .................................. */


.lap-box {
	position: absolute;
	bottom: -1px;
}
	
	
/* ---------------------------------- ABSTÄNDE ---------------------------------- */	
	
.icon {
	width: 50px;
}

.pd-1 {
	padding: 0.5%;
}

.pd-2 {
	padding: 1%;
}

.pd-3 {
	padding: 2%;
}

.pd-5 {
	padding: 4%;
}

footer .icon {
	width: 90px;
	margin-right: 30px;
	float: none;
	padding-bottom: 30px;
}	
	

} /* ------- ENDE 560 ----- */