@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: 'Mulish',Helvetica, sans-serif;
	 -webkit-hyphens: manual;
	 -moz-hyphens: manual;
	 -ms-hyphens: manual;
	 hyphens: manual;
	 background-color:#484847;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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


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

header {

}


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

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

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

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


h1 {
	font-weight: normal;
	font-size: 200%;
}

h2 {
	font-weight: normal;
	font-size: 150%;
	margin-bottom: 3%;
}

h3 {
	font-weight: normal;
	font-size: 200%;
}

p { font-size: 110%; line-height: 130%; }

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

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

a:hover {  }



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

.pd-1 {
	padding: 1%;
}

.pd-2 {
	padding: 2%;
}

.pd-3 {
	padding: 3%;
}

.pd-5 {
	padding: 5%;
}



.kreis {
    border-radius: 50%;
}

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

a.dark-button {
	width: 98%;
	padding: 1vw 0px 1vw 0px;
	position: absolute;
	text-align: center;
	bottom: 1%;
	left: 1%;
	background-color: rgba(10,10,10,0.5);
	font-family: 'Mulish';
	font-weight: bold;
	font-size: 1.3vw;
	display: inline-block;
   	text-transform: uppercase;
	color: #E7BB61;
	-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
transition: all 0.6s;
}

a.dark-button:hover {
	background-color: rgba(10,10,10,0.8);
	padding: 1.7vw 0px 1.7vw 0px;
}

.shadow {
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
}



.mouse-down {
	width: 60px;
	margin: auto;
}


.mouse-down > a img {
		width: 60px;
	position: absolute;
	bottom: 5vh;
	padding-bottom: 5px;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mouse-down > a:hover img {
	padding-bottom: 0px;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

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



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


.weiss { background-color: #ffffff; }

.grau { background-color: #cccccc; }

.hellgrau { background-color: #ebebeb; }

.dark { background-color: #222222; }


.tx-weiss { color: #ffffff; }

.tx-grau { color: #ccc; }


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

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

.tx-grau a:hover { color: #d1a32e;}


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

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

footer {
	width: 100%;
}



/* ---------------------------------- 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-weight: normal;
	font-size: 220%;
}

h2 {
	font-weight: normal;
	font-size: 180%;
}

h3 {
	font-weight: normal;
	font-size: 220%;
}

p { font-size: 120%; }

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

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

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


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

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

h1 {
	font-weight: normal;
	font-size: 170%;
}

h2 {
	font-weight: normal;
	font-size: 130%;
}
	
h3 {
	font-weight: normal;
	font-size: 170%;
}	
	
p { font-size: 100%; }	
	
	
	
} /* ------- 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; }	
	
	.bm {
		display: block;
	}	

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

a.dark-button {
	font-size: 24px;
}
		
	
/* ---------------------------------- TEXTE ---------------------------------- */


h1 { font-size: 150%; }

h2 {font-size: 130%; }
	
h3 { font-size: 150%; }	

p, a { font-size: 95%; }
	
.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; }	
	
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.cm-none { display: none; }
	
.cm-block { display: block; }	
	
/* ---------------------------------- BUTTON ---------------------------------- */

a.dark-button {
	font-size: 18px;
}
	
/* ---------------------------------- 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) { 
	

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

h2 {font-size: 105%; }
	
h3 { font-size: 110%; }	

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

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

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