@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:'Exo 2', sans-serif;
	 -webkit-hyphens: manual;
	 -moz-hyphens: manual;
	 -ms-hyphens: manual;
	 hyphens: auto;
color:#006DB5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background-color:#fff;
   
}

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




#hero {
	margin-top: 150px;
}

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


.text-index-head{
	color: #fff;
	position: absolute;
	bottom: 3%;
	left: 4%;
}


.text-head{
	color: #fff;
	position: absolute;
	bottom: 3%;
	left: 4%;
}


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



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

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

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



.hidden{
	overflow:hidden;
}



.button{
    color: #fff;
    font-size: 160%;
    background-color: #006DB5;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 4%;
    transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;	
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.button:hover{
    color: #fff;
    background-color: #FFA225;
transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;	
}


.icon-button {
padding: 1%;
    padding-left: 5%;
    width:70px;
    height: auto;

display: inline-block;

}


.text-button{
    padding: 1%;
    text-align: center;
    margin: auto;
    float: none;
}



.marker {
  background-image: url(../grafik/marker.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 80%;
  padding-left: 8%;
  padding-top: 2%;
  padding-bottom: 2%;
    display: inline-block;
}


.farben{
    position: absolute;
    width: 500px;
    height: auto;
    left:0;
    bottom: -15%;
    z-index: 500;
}

.farben-rechts{
    position: absolute;
    width: 500px;
    height: auto;
    right:0;
    bottom: -15%;
    z-index: 500;
}


.farben-head{
    position: absolute;
    width: 800px;
    height: auto;
    left:0;
    bottom: -15%;
    z-index: 500;
    overflow: hidden;
}

/*------------- Video -------------*/
 video#bgvid{ 
    width:100%;
    height: 30%;
    background-size: contain;
	background-position: center center;
}
 video#bgvid source{ 
    width:100%;
}

#bg-video{
	width:100%;
    height: 100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#000000; 
	background-image:url(../images/stage_2.jpg);
	float:left;
}

/*video#bgvid { 
	position: fixed;
    max-width:950;
    width: auto;
    height: auto;
    top: 50%;
	left:50%;
	-ms-transform: translateX(-25%) translateY(-50%);
    -moz-transform: translateX(-25%) translateY(-50%);
    -webkit-transform: translateX(-25%) translateY(-50%);
    transform: translateX(-25%) translateY(-50%);
    background-size: contain;
	background-position: center center;
}

#bg-video{
	position: fixed;
	width:100%;
    height: 100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#000000; 
	background-image:url(../images/stage_2.jpg);
	float:left;
}*/

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


#hero h1 {
	font-weight: 700;
	font-size: 400%;
	margin-bottom: 10px;
}

h1, .h1 {
	font-weight: 500;
	font-size: 250%;
	margin-bottom: 25px;
    
}

h2, .h2 {
	font-weight: normal;
	font-size: 180%;
	margin-bottom: 25px;
	
}

h3, .h3 {
	font-weight: normal;
	font-size: 135%;
	margin-bottom: 15px;
}

h4, .h4 {
	font-weight: normal;
	font-size: 125%;
	
}


p { font-size: 115%;
	margin-bottom: 15px;
	
	line-height: 140%;
}

li { font-size: 115%;
	margin-bottom: 15px;
	
	line-height: 140%;
}

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

.tx-small  { font-size: 115%; }

.font-normal{
    font-weight: 500;
	font-size: 300%;
	line-height: 7rem;
    
}



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

a.tx-large{font-size:  125%;}

a:hover {  }


footer a{
    font-size:115%;
}



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

.pd-1{
	padding: 1%;
}

.pd-2 {
	padding: 2%;
}

.pd-3 {
	padding: 3%;
}

.pd-5 {
	padding: 5%;
}

.pd-bt-pfeil{
	padding-right: 3rem;
}

/* ---------------------------------- ECKEN RUND ---------------------------------- */

.ecke-lo{
    border-top-left-radius: 50px;
}

.ecke-lu{
    border-bottom-left-radius:50px;
}

.ecke-ru{
    border-bottom-right-radius: 50px;
}

.ecke-ro{
    border-top-right-radius: 50px;
}

    .img-team{
         border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

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

.box-middel {
	position:absolute;
	top:40%;
    right: 0%;
    width:40%;
	transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
}



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

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

.margin-button-down{
    margin-bottom:-15%;
}

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


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


.trenner-spacer{
    width: 100%;
    clear:both;
    height: 150px;
}
/* ---------------------------------- FARBEN ---------------------------------- */


.weiss { background-color: #ffffff; }

.hellblau { background-color: #12B8DE; }

.dunkelblau { background-color: #006DB5; }

.orange { background-color: #FFA225;}

.tuerkis { background-color: #2FB7B0; }



.tx-weiss { color: #ffffff; }

.tx-hellblau { color: #12B8DE; }

.tx-dunkelblau { color: #006DB5; }

.tx-orange {color: #FFA225;}



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


.dunkelblau .tx-weiss a:hover { color:#12B8DE; }
.dunkelblau .tx-orange a:hover { color:#fff; }


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

.wrap-minus {
	margin-top: -10%;
}

.wrap-plus {
	margin-bottom: -10%;
}


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

.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;
}


.bm-image {
-webkit-align-self: stretch;
align-self: stretch;
	overflow: hidden;
}

.bm-image img {
  object-fit: cover;
object-position: center center;	
  height: 100%;
}



/* ---------------------------------- 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%;
	margin: auto;
	padding: 0px 4% 4%;
}


.footer-navi {
	float:left;
	margin-right: 3%;
	margin-top: 1.5%;
}

.footer-navi li {
	list-style:none;
	float:left;
	border-right: 1px solid #FFF;
	padding-right: 6px;
	padding-left: 6px;
}

.footer-navi li:last-child {
	border-right: 0px solid #FFF;
}

.footer-navi li a {
	color:#FFF;
	text-decoration:none;
	font-size:100%
}

.footer-navi li a:hover {
	color: #C00;
}


.notfall-box{
    float: right;
}

.notfall {
  float: left;
  background-image: url("../grafik/phone.svg");
  background-repeat: no-repeat;
  margin-top: 0%;
  padding-left: 70px;
  margin-bottom: 1.4%;
  background-size: auto 70%;
  background-position: left center;
}

.notfall p {
	color: #FFF;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 0.5px;
}

.notfall p.nummer {
	color: #FFF;
	font-weight: normal;
	font-size: 250%;
	margin-top: -2%;
}


/* ---------------------------------- 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, .h1 {
	font-weight: 700;
	font-size: 280%;
}

h2, .h2 {
	font-weight: normal;
	font-size: 180%;
	text-transform: uppercase;
}

h3, .h3 {
	font-weight: normal;
	font-size: 150%;
}

p { font-size: 115%; }

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


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

.mehr {
	color: #10459d;
	font-weight: normal;
	font-size: 160%;
	margin-bottom: 10px;
	text-transform: uppercase;
	
		
}	
    
    
    .button{
    font-size: 230%;
}
    .icon-button {
    width:110px;
}
    
	
}
/* ------- ENDE 2200 ----- */


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

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

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

h2, .h2 {
	font-weight: normal;
	font-size: 130%;
}

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

.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, .h1 { font-size: 200%; }

h2, .h2 {font-size: 150%; }
    
h3, .h3{font-size:120%;}    

p { font-size: 95%; }
    
    a{font-size:150%;}
	
.tx-large  { font-size: 200%; }	
	
.ct-txc { text-align: center; }
.ct-txl { text-align: left; }
.ct-txr {text-align: right; }	
	
	
/* ---------------------------------- CONTENT ---------------------------------- */	
.logo-index{
    width:35vw;
    padding: 1% 0 1% 0;
}
    
    .sterne-footer{
    width:13vw;
   
}
    
        .sterne-index{
    width:15vw;
   
}
	
/* ---------------------------------- 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;
}

    
   /* ---------------------------------- GRAFIKEN ---------------------------------- */	 

.farben{
    position: absolute;
    width: 400px;
    height: auto;
    left:0;
    bottom: -20%;
    z-index: 500;
}

.farben-rechts{
    position: absolute;
    width: 400px;
    height: auto;
    right:0;
    bottom: -20%;
    z-index: 500;
}


.farben-head{
    position: absolute;
    width: 500px;
    height: auto;
    left:0;
    bottom: -12%;
    z-index: 500;
    overflow: hidden;
}    
 
/* ---------------------------------- FOOTER ---------------------------------- */	   
    
.notfall-box{
    float: left;
}

.notfall {
  float: left;
  background-image: url("../grafik/phone.svg");
  background-repeat: no-repeat;
  margin-top: 0%;
  padding-left: 60px;
  margin-bottom: 1.4%;
  background-size: auto 55%;
  background-position: left center;
}

.notfall p {
	color: #FFF;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 0.5px;
}

.notfall p.nummer {
	color: #FFF;
	font-weight: normal;
	font-size: 220%;
	margin-top: -2%;
}

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



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

    .logo {
	width: 350px;

	padding: 0px 20px;

}
        .trenner-spacer{

    height: 80px;
}
   
/* ---------------------------------- 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%; }
    
    .cm55 {}
	
/* ---------------------------------- 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 ---------------------------------- */

    
    .logo img{
	margin: 3% 1% 1% 1%;
	max-width: 250px;	
}
	
 
	
    .index-img {
	height: auto;
	position: relative;
}
    
    

	#hero h1{
		font-weight: 700;
	font-size: 250%;
	line-height: 110%;
	}
	

	
/* ---------------------------------- TEXT ---------------------------------- */	

.cm-txc { text-align: center; }
.cm-txl { text-align: left; }
.cm-txr {text-align: right; }	
    
    
    p{font-size:105%;
    }
    
    
    
/* ---------------------------------- GRAFIKEN ---------------------------------- */	 

    
.ecke-lo{
    border-top-left-radius: 0px;
}

.ecke-lu{
    border-bottom-left-radius:0px;
}

.ecke-ru{
    border-bottom-right-radius: 0px;
}

.ecke-ro{
    border-top-right-radius: 0px;
}    
    

    
    
.farben{
    position: absolute;
    width: 400px;
    height: auto;
    left:0;
    bottom: -20%;
    z-index: 500;
}

.farben-rechts{
    position: absolute;
    width: 400px;
    height: auto;
    right:0;
    bottom: -20%;
    z-index: 500;
}


.farben-head{
    position: absolute;
    width: 350px;
    height: auto;
    left:0;
    bottom: -12%;
    z-index: 500;
    overflow: hidden;
} 
    
    
    
    .notfall {
  float: left;
  background-image: url("../grafik/phone.svg");
  background-repeat: no-repeat;
  margin-top: 1.5%;
  padding-left: 50px;
  margin-bottom: 1.4%;
  background-size: auto 60%;
  background-position: left center;
}

.notfall p {
	color: #FFF;
	font-weight: normal;
	font-size: 95%;
	letter-spacing: 0px;
}

.notfall p.nummer {
	color: #FFF;
	font-weight: normal;
	font-size: 200%;
	margin-top: -2%;
}	

	
} /* ------- ENDE 880 ----- */


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

    .trenner-spacer{

    height: 80px;
}
    
    #hero{
        margin-top: 110px;
    }
/* ---------------------------------- 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;
}
/* ---------------------------------- CONTENT ---------------------------------- */


.logo {
	width: 180px;
	height: auto;
	float: left;
	
	padding:5px 0 0 10px;
		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{
	
	/*max-width: 180px;*/
    width: 100%;
	height: auto;
	z-index: 2000;
}
    
    .index-img {

	background-image:url("../images/head-index-mobil.jpg");
	
	height: 90vh;
	position: relative;
}


    
/* ---------------------------------- GRAFIKEN---------------------------------- */

    
    
  .farben{
    position: absolute;
    width: 250px;
    height: auto;
    left:0;
    bottom: -20%;
    z-index: 500;
}

.farben-rechts{
    position: absolute;
    width: 250px;
    height: auto;
    right:0;
    bottom: -20%;
    z-index: 500;
}


.farben-head{
    position: absolute;
    width: 200px;
    height: auto;
    left:0;
    bottom: -20%;
    z-index: 500;
    overflow: hidden;
} 
     
    
    .marker {

  padding-left: 10%;

}

    

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



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

    
    

h1, .h1 {
	
	font-size: 250%;
    
}

h2, .h2 {
	font-size: 150%;
	margin-bottom: 25px;
	
}

h3, .h3 {

	font-size: 125%;
	margin-bottom: 15px;
}

h4, .h4 {
	font-weight: normal;
	font-size: 115%;
	
}


p { font-size: 110%;	
}




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

a.tx-large{font-size:  125%;}
    
    
    
    
.cs-txc { text-align: center; }
.cs-txl { text-align: left; }
.cs-txr {text-align: right; }	
		

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


	
	
.notfall {
  float: left;
  background-image: url("../grafik/phone.svg");
  background-repeat: no-repeat;
  margin-top: 5.5%;
  padding-left: 60px;
  margin-bottom: 5%;
  background-size: auto 55%;
  background-position: left top;
}	
	
.notfall p {
		line-height: 75%;
	}
	
.notfall p.nummer {
  color: #fff;
  font-weight: normal;
  font-size: 200%;
  margin-top: 5%;
}	


		
.footer-navi li a {
  color: #FFF;
  text-decoration: none;
  font-size: 90%;
}	

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