@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: 'Sofia Sans Extra Condensed' sans-serif;
	 -webkit-hyphens: manual;
	 -moz-hyphens: manual;
	 -ms-hyphens: manual;
	 hyphens: manual;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background-color:#f5eee8;
   
}

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

header{
    width: 100%;
	margin: auto;
    background-image: url("../image/header.jpg");
	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;
}



/* sofia-sans-extra-condensed-300 - latin */
@font-face {
  font-family: 'Sofia Sans Extra Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/sofia-sans-extra-condensed-v2-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/sofia-sans-extra-condensed-v2-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/sofia-sans-extra-condensed-v2-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/sofia-sans-extra-condensed-v2-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/sofia-sans-extra-condensed-v2-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/sofia-sans-extra-condensed-v2-latin-300.svg#SofiaSansExtraCondensed') format('svg'); /* Legacy iOS */
}

/* sofia-sans-extra-condensed-regular - latin */
@font-face {
  font-family: 'Sofia Sans Extra Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sofia-sans-extra-condensed-v2-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/sofia-sans-extra-condensed-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/sofia-sans-extra-condensed-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/sofia-sans-extra-condensed-v2-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/sofia-sans-extra-condensed-v2-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/sofia-sans-extra-condensed-v2-latin-regular.svg#SofiaSansExtraCondensed') format('svg'); /* Legacy iOS */
}

/* sofia-sans-extra-condensed-500 - latin */
@font-face {
  font-family: 'Sofia Sans Extra Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/sofia-sans-extra-condensed-v2-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/sofia-sans-extra-condensed-v2-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/sofia-sans-extra-condensed-v2-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/sofia-sans-extra-condensed-v2-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/sofia-sans-extra-condensed-v2-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/sofia-sans-extra-condensed-v2-latin-500.svg#SofiaSansExtraCondensed') format('svg'); /* Legacy iOS */
}

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




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



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


.logo-index{
    width:22vw;
    padding: 1% 0 1% 0;
}


#hero-index {
	width: 100%;
}

#hero {
	width: 100%;
	margin:0%;
}

.index-img {
	background-position:center;
	background-size:cover;
	background-image:url("../image/index-header.jpg");
	background-repeat: no-repeat;
	height: 75vh;
	position: relative;
}

.index-kreis {
   display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
/* ---------------------------------- CONTENT ---------------------------------- */

.content{
    margin:18vh 3% 0% 3%;
    
}

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

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

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

.drei-bilder {
    display: flex;
    align-content: stretch;
}

.bild-1 {
    position: relative;
	left: 30%;
	bottom: 0;
}

.bild-2 {
	position: relative;
	right: 38%;
	padding-top: 35%;
}

.bild-3 {
	position: relative;
	left: 39%;
	margin-top: -22%;
}

.hidden{
	overflow:hidden;
}

.insta {
    width: 30px;
}

.flex-master {
	display: flex;
	align-self: stretch;
}

.flex-box {
	display: flex;
	align-items: stretch;
}

.kreis {
    border-radius: 100%;
}




.button-down{
	color: #fff;
	position: absolute;
	bottom: 15vh;
	right: 15vw;
	width:5%;
	
}

.bt-pfeil{
	background-position:center right;
	background-image:url("../grafik/button-pfeil-blau.svg");
	background-repeat: no-repeat;
	position: relative;
	
}

.bt-pfeil-weiss{
	background-position:center right;
	background-image:url("../grafik/button-pfeil-weiss.svg");
	background-repeat: no-repeat;
	position: relative;
	
}




/*---------Lightbox----------------------*/

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
 float: left;
  width: 25%;
  padding: 2%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 45%;
  
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

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

.bm-left {
	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;
	flex-direction: row-reverse;
}

/* ---------------------------------- 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: 600%;
	line-height: 7rem;
    font-family:'Allison';
}

h2, .h2 {
	font-weight: normal;
	font-size: 400%;
	margin-bottom: 10px;
    font-family:'Allison';
	
}

h3, .h3 {
	font-weight: normal;
	font-size: 300%;
	margin-bottom: 10px;
    font-family:'Sofia Sans Extra Condensed', sans-serif;
}

h4, .h4 {
	font-weight: normal;
	font-size: 200%;
	margin-bottom: 8px;
    font-family:'Sofia Sans Extra Condensed', sans-serif;
}

p { font-size: 150%;
	margin-bottom: 5px;
	font-family:'Sofia Sans Extra Condensed', sans-serif;
	line-height: 140%;
}

li { font-size: 140%;
	margin-bottom: 15px;
	font-family:'Sofia Sans Extra Condensed', sans-serif;
	line-height: 140%;
}

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

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

.link-small { font-size: 150%; }

.font-normal{
    font-weight: 500;
	font-size: 300%;
	line-height: 7rem;
    font-family:'Sofia Sans Extra Condensed', sans-serif;
}



a { font-size: 200%; text-decoration: none; color: #18A6D5; font-family:'Sofia Sans Extra Condensed', sans-serif;  }

a:hover { text-decoration: none; color: #6D5248;}


footer a{
    font-size:150%;
}



/* ---------------------------------- ABSTÃ„NDE ---------------------------------- */

.pd-1{
	padding: 1%;
}

.pd-2 {
	padding: 2%;
}

.pd-3 {
	padding: 3%;
}

.pd-5 {
	padding: 5%;
}

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

/* .................................. ÃœBERLAPPUNG .................................. */


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

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

/* ---------------------------------- TRENNER ---------------------------------- */
.trenner-header {
	width: 100%;
	clear:both;
	height: 210px;
}

.trenner-header-mobil {
	width: 100%;
	clear:both;
	height: 135px;
}

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

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

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



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


.weiss { background-color: #ffffff; }

.braun { background-color: #6D5248; }

.cyan { background-color: #49AFE8; }

.beige { background-color: #E1CCB8; }



.tx-weiss { color: #ffffff; }

.tx-cyan { color: #49AFE8; }

.tx-braun {color: #6D5248;}

.tx-beige { color: #E1CCB8; }


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

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

.tx-braun a { color: #6D5248; }

.tx-cyan a { color: #49AFE8; }


/* ---------------------------------- 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%;
	color: #E1CCB8;
    background-image: url("../image/header.jpg");
}

footer a {
	display: block;
	color: #E1CCB8;
}

footer a:hover {
	color: #49AFE8;
}

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


footer .insta {
	width: 55px;
	padding-left: 20px;
	padding-top: 5px;
}

footer .insta:hover {
	opacity: 0.7;
}


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

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

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

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


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

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

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

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

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

h2, .h2 {font-size: 300%; }
    
h3, .h3{font-size:180%;}    

p { font-size: 150%; }
    
    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-index{
    width:15vw;
   
}
    
     .index-img {
	height: auto;
	position: relative;
}
	
/* ---------------------------------- 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%; }
    
    .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: 200px;	
}
	
    .logo-index{
        width:40vw;
    }
	
    .index-img {
	height: auto;
	position: relative;
}
    


.text-index-head{
	height: auto;
}
	.text-index-head h1{
	font-weight: 700;
	font-size: 350%;
	line-height: 120%;
	}
	
	
	.text-head{
	color: #fff;
	position: absolute;
	bottom: -20%;
	left: 10%;
}
	
	.text-head h1{
	font-weight: 400;
	font-size: 150%;
	line-height: 110%;
}

.text-head h2{
	font-weight: 400;
	font-size: 150%;
	line-height: 100%;
}
	
	#hero h1{
		font-weight: 700;
	font-size: 300%;
	line-height: 110%;
	}
	

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

.cm-txc { text-align: center; }
.cm-txl { text-align: left; }
.cm-txr {text-align: right; }	
    
    
    p{font-size:140%;
    }
	
} /* ------- 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; }	
				
	.cs-bm-none {
	display: -webkit-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
}
	

	.bild-1 {
left: 35%;
bottom: 0;
	}
	
	.bild-2 {
		right: 32%;
padding-top: 32%;
	}
	
	.bild-3 {
		left: 42%;
margin-top: -22%;
	}
/* .................................. ÃœBERLAPPUNG .................................. */


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


.logo {
	width: 180px;
	height: auto;
	float: left;
	
	padding:5px 0 5px 0;
		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("../image/index-header.jpg");
	height: 35vh;
	position: relative;
}

    
    .logo-index{
        width:40vh;
    }
    
    
.trenner-header-mobil {
	width: 100%;
	clear:both;
	height: 154px;
}
    

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


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

h2, .h2 {font-size: 250%; }
    
    h3, .h3 {font-size:180%;}
    
    h4, .h4{
        font-size:140%;
    }

p{font-size: 130%;}
    
footer a{
    font-size:130%;
}

    

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

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

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