@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 {
/* michroma-regular - latin */
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/michroma-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Michroma'),
       url('../fonts/michroma-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/michroma-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/michroma-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/michroma-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/michroma-v10-latin-regular.svg#Michroma') format('svg'); /* Legacy iOS */
}
/* 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; }


.fullbox {
	display: table;
	float: none;
}

.full { 
	display: table-cell;
	float: none;
}

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

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

.tx-trenner { margin-right: 0.3em; }

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


h1 {
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 300;
	font-size: 150%;
}

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

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

.large  {
	font-weight: 300;
	font-size: 350%;
}

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

.tx-large{ font-size: 120%; }

p,i { font-size: 100%; }


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

a:hover {  }

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


.button {
	background-image: url(../grafik/pfeile.svg);
	background-position: right 5px center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 1.7em;
	display: inline-block;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.button:hover {
	background-position: right 0px center;
}

_:-ms-lang(x),
	.button { 
	background-image: none;
	background-position: right 5px center;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	padding-right: 1.7em;
	display: inline-block;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}/* IE11 */


.pfeil-down {
	position: absolute;
	width: 65px;
	bottom: 13%;
	margin-left: 48%;
		transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;		
}

.pfeil-down:hover {
	bottom: 12%;
}

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


.pd-1 {
	padding: 1%;
}

.pd-2 {
	padding: 2%;
}

.pd-3 {
	padding: 3%;
}

.pd-5 {
	padding: 5%;
}

	
.icon {
	width: 48px;
}

/* ---------------------------------- 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;
}


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

#hero {
	margin-top: 150px;
}

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

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

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

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


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

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



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


.weiss { background-color: #ffffff; }

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

.grau { background-color: #cccccc; }

.blau { background-color: #213862; }

.green { background-color: #a1c32c; }


.tx-weiss { color: #ffffff; }

.tx-blau { color: #213862; }

.tx-grau { color: #333; }

.tx-green { color: #a1c32c; }

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

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

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

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

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

a.tx-blau { color: #213862; }
a.tx-blau:hover { color: #a1c32c; }

.kontakt a { color: #213862; }
.kontakt a:hover { color: #a1c32c; }

.shadow {
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  /* Similar syntax to box-shadow */
}

/* ---------------------------------- 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;
}

ol {
	margin-left: 1em
}

ol.abc {
	list-style-type: lower-latin;
}

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

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

.bm-cr {
	right: 0px;
}

.bm-cl {
	left: 0px;
}

.box-middel-cc {
	position:absolute;
	top:40%;
	left:15%;
	transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
	transform: translateX(-15%);
	-webkit-transform: translateX(-15%);
}

.box-middel-center {
	position:absolute;
	top:12%;
	left:50%;
	transform: translateY(-12%);
	-webkit-transform: translateY(-12%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

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

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

footer a:hover {
	color: #a1c32c;
}

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;
	}	
	
.pfeil-down {
	position: absolute;
	width: 80px;
	bottom: 13%;
	margin-left: 48%;
		transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;		
}
/* ---------------------------------- TEXTE ---------------------------------- */
h1 {
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 300;
	font-size: 200%;
}

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

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

	.large  {
	font-weight: 300;
	font-size: 400%;
}


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

.tx-large{ font-size: 140%; }

p,i { font-size: 120%; }


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

a:hover {  }

}
/* ------- ENDE 2200 ----- */

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

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

h3 { font-size: 160%; }

}

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

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

h1 { font-size: 130%; }

h2 { font-size: 200%; }
	
.large  { font-size: 250%; }
	

h3 { font-size: 150%; }

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;
}	
	
.pfeil-down {
	position: absolute;
	width: 50px;
	bottom: 10%;
	margin-left: 48%;
		transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;		
}

.pfeil-down:hover {
	bottom: 9%;
}	
	
} /* ------- 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: 120%; }

h2 { font-size: 200%; }
	
.large  { font-size: 250%; }
	
h3 { font-size: 140%; }

p,.tx-large { font-size: 100%; }	
	
.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%;
}	
	
/* ---------------------------------- 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; }
	

.cm-fullclear { 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 ---------------------------------- */	

	
.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; }	
	
.large  { font-size: 200%; }	
	
} /* ------- 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; }	
	

.box-middel-cc {
	position:absolute;
	top:40%;
	left:50%;
	transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
	
	
/* ---------------------------------- TEXTE ---------------------------------- */

h1 { font-size: 120%; }

h2 { font-size: 150%; }
	
.large  { font-size: 150%; }
	

h3 { font-size: 115%; }

p,i,.tx-large { font-size: 95%; }	

.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 ----- */