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

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



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

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

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





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

header {

}

.logo{
	margin: auto;
	padding-top: 1%;
	width: 55%;
}

.logo img{
	max-width: 200px;	
	width: 75%;
	margin: auto;
	z-index: 2000;
}

.box-height {
}

.index-img {
	background-position:center center;
	background-size:cover;
	background-image:url("../images/head-index.jpg");
	background-repeat: no-repeat;
}

.text-index-head{
	color: #2A4C4C;
	height: 40vh;
	width: 80%;
}


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

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

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

.icon{
	width:33%;
	min-width: 150px;
}

.hidden{
	overflow:hidden;
}


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

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


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

.cd,.cd1,.cd2,.cd3,.cd4,.cd5,.cd6,.cd7,.cd8,.cd9,.cd10,.cd11,.cd12, .cd25,
.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%; }

.cd25 {	width:20%; }


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

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

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

.relativ { position: relative; }

.absolut { position: absolute; }

.bm {
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ---------------------------------- TEXTE - AUSRICHTUNG, FORMATIERUNGEN ---------------------------------- */

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

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



h1 {
	font-weight: bold;
	font-family:'Abel', Helvetica, sans-serif;	
	font-size: 280%;
	letter-spacing: -2px;
}

h2 {
	font-weight: bold;
	font-family:'Abel', Helvetica, sans-serif;	
	font-size: 180%;
}
h3 {
	font-weight: normal;
	font-size: 120%;
}


p { font-size: 140%;
	margin-bottom: 15px;
	font-family:'Poppins', Helvetica, sans-serif;
	line-height: 140%;
}

.content p { font-size: 100%;
	margin-bottom: 15px;
	font-family:'Poppins', Helvetica, sans-serif;
	line-height: 140%;
}


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

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

a:hover { text-decoration: underline; }


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

.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 {
	width: 100%;
	height: 1px;
	clear:both;
}

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

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



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


.weiss { background-color: #ffffff; }

.grau { background-color: #cccccc; }

.hellgrau { background-color: #ebebeb; }

.beige { background-color: #CBB16F; }

.gruen { background-color: #2A4C4C; }


.tx-weiss { color: #ffffff; }

.tx-grau { color: #333; }

.tx-beige { color: #CBB16F; }

.tx-gruen { color: #2A4C4C; }


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

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

.tx-beige a { color: #CBB16F; }

.tx-gruen a { color: #2A4C4C; }


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

footer {
	width: 100%;
	margin: auto;
	min-height: 100px;
	margin-top: 10px;
}




@media only screen and (min-width: 2200px) { 
	
}
/* ------- ENDE 2200 ----- */


@media only screen and (max-width: 1280px) { 
	
	
.logo img{
	max-width: 150px;	
	width: 75%;
	margin: auto;
	z-index: 2000;
}
	
	
/* ---------------------------------- 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; }

.ct-bm-none {
	display: -webkit-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
}
	
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.ct-none { display: none; }
	
.ct-block { display: block; }	
	
	
/* ---------------------------------- TEXTE ---------------------------------- */


h1 { font-size: 180%; }

h2 {font-size: 140%; }

p { font-size: 120%; }
	
.tx-large  { font-size: 110%; }	
	
.ct-txc { text-align: center; }
.ct-txl { text-align: left; }
.ct-txr {text-align: right; }	
/* ---------------------------------- 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) { 
	

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

.cm-bm-none {
	display: -webkit-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
}
	
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.cm-none { display: none; }
	
.cm-block { display: block; }	
	
/* ---------------------------------- CONTENT ---------------------------------- */
/*
.index-img {
	background-image:none;
	height:auto;
}*/

.text-index-head{
	height: auto;
}
	
/* ---------------------------------- TEXT ---------------------------------- */	

.cm-txc { text-align: center; }
.cm-txl { text-align: left; }
.cm-txr {text-align: right; }	
	
} /* ------- ENDE 880 ----- */


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

/* ---------------------------------- HEAD ---------------------------------- */
	
	
.logo{
	margin: auto;
	margin-top: 20px;
	max-width: 50%;
}
.index-img {
	background-position:center center;
	background-size:cover;
	background-image:url("../images/head-index-mobil.jpg");
	background-repeat: no-repeat;
}


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


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

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


h1 { font-size: 140%; }

h2 {font-size: 105%; }

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

.cs-txc { text-align: center; }
.cs-txl { text-align: left; }
.cs-txr {text-align: right; }	
		

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


@media only screen and (max-width: 860px) and (max-height:450px) { 

.logo{
	margin-left:3%;
	padding-top: 1%;
	width: 55%;
}
.logo img{
	margin-left:1%;
}
	
}