/* © cs-media.one */
/* Mobil first */

* {
 	margin: 0;
  	padding: 0;
	box-sizing: border-box;
}


html, body {
    height: 100%; /*Für Sticky Footer auch main/body*/
}


/*
html {
	background-attachment: fixed;
	background-image: url("../media/Demo/IMG_0085.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/

html::before {
	content: ' ';
    display: block;
  	background-image: url("../media/Demo/IMG_0085.jpg"); 
	background-position: center;
    background-size: cover;
    height: 100vh; 
    width: 100vw;
    top: 0; bottom: 0; left: 0; right: 0;
    position: fixed;
	z-index: -10;
  

}

body {
    /*    margin: 0;*/
    font-size: 110%;
    font-family: 'Work Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    line-height: 1.7;
	font-weight: 300;
	color:#222222;
  	width: 100%;
  	display: flex;/*Für Sticky Footer auch main/html*/
  	flex-direction: column; /*Für Sticky Footer auch main/html*/
}


header {
  /*	  background-color: rgba(142,161,174, 1);*/
	background-color: rgba(255,255,255, .9);
	min-height: 70px;
	padding: 0px 20px 0px 0px;
	margin: 0 auto;
	width: 100%;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .0);
	z-index: 9900;
	position: fixed;
	-webkit-transition: all ease-out .5s;
  	-moz-transition: all ease-out .5s;
  	-o-transition: all ease-out .5s;
  	transition: all ease-out .5s;
}

.active_cs {
  	background-color: rgba(255,255,255, .8);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
}


main {
  	line-height: 1.7;
  	position: relative;
  	z-index: 2;
	width: 95%;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	flex: 1;
}

footer {
	width: 100%;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .2);
	background-color: rgba(10,10,20, .9);
	text-align: center;
	font-size:14px;
	line-height: 25px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}


section {
	width: 100%;
}


column{
	width: 100%;
}


.sec1{
  	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
/*
	height: 300px;
	background-image: url(../media/1.png);
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}

.sec2{
  	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgba(250,250,250, .0);
	min-height: 400px;
/*
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
*/
}
.sec3{
  	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgba(250,250,250, .0);
	min-height: 400px;
/*
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
*/
}

.sec4{
  	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
/*	min-height: 200px;*/
}


.sec5{
  	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	min-height: 550px;
	position: relative;
}

.sec6{
	width: 100%;
  	height: 100%;
 	position: absolute; 
	left: 0;
	top: auto;
}


.sec7{
	width: 100%;
  	height: 100%;
	display: flex;
 	position: absolute; 
	font-size: 5em;
	font-weight: 900;
	text-align: center;
	display: flex; 
	flex-direction: column; 
	justify-content:center;
	color: white;
	left: 0;
	top: auto;
	visibility: hidden;
  	opacity: 0;
  	transition: opacity 500ms ease-in;
}

.sec7.show{
	visibility: visible;
  	opacity: 1;
}


.sec8{
	width: 100%;
  	height: 100%;
	display: flex;
 	position: absolute; 
	font-size: 5em;
	font-weight: 900;
	text-align: center;
	display: flex; 
	flex-direction: column; 
	justify-content:center;
	color: white;
	left: 0;
	top: auto;
	visibility: hidden;
  	opacity: 0;
  	transition: opacity 500ms ease-in;
}

.sec8.show{
	visibility: visible;
  	opacity: 1;
	
}


.content {
    background-color: #e8e8e8; /* fall-back */
    background-color: rgba(250,250,250,.0);
    padding-top: 2em;
	padding-left: 2em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
    max-width: 1060px;
	min-height: 100%;
  	/*  	height:auto !important;*/
  	height:100%;
	font-size:1.0em;
}

.content2 {
    padding: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
    max-width: 1060px;
	font-size:1.0em;
/*	color:#161631;*/
}


.content3 {
    padding: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
    max-width: 1060px;
/*  	height:auto !important;*/
	font-size:1.0em;
/*	color: #fff;*/
}

.content4 {
/*
    padding: 1em;
	margin-top: 0em;
	margin-bottom: 0em;*/
	margin-left: auto;
	margin-right: auto;
    max-width: 1060px;
}

.content-border{
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
	background-color: rgba(250,250,250, .6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
/*	border:3px solid #50BA00;*/
	border-radius: 20px;
}



.brand {
	background-image: url(../media/Logo.png);
	background-repeat: no-repeat;
	margin: 15px 10px -30px 10px;
	width: 230px;
  	height: 120px;
	background-size: contain;
	float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    visibility: visible;
	z-index: 9999;
	position: fixed;
	transform: rotate(354deg); /*Grad Neigung*/
 }

.brand2 {
	background-image: url(../media/Logo.png);
	background-repeat: no-repeat;
	margin: 15px 10px -30px 10px;
	width: 230px;
  	height: 120px;
	background-size: contain;
	float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    visibility: visible;
	z-index: 9999;
	position: fixed;
	transform: rotate(354deg); /*Grad Neigung*/
 }





/* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */ /* Tablett */  /* Tablett */  /* Tablett */  /* Tablett */
	
@media screen and (min-width: 760px) and (max-width: 1200px){
	
	
header {
  /*	  background-color: rgba(142,161,174, 1);*/
	background-color: rgba(255,255,255, .0);
	min-height: 70px;
	padding: 0px 20px 0px 0px;
	margin: 0 auto;
	width: 100%;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .0);
	z-index: 9900;
	position: fixed;
	-webkit-transition: all ease-out .5s;
 	-moz-transition: all ease-out .5s;
  	-o-transition: all ease-out .5s;
  	transition: all ease-out .5s;
}
	
.active_cs {
  	background-color: rgba(255,255,255, .0);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .0);
}
	
	

.display-switch1{
	visibility: hidden;
	display:none;
}
.display-switch2{
	visibility: visible;
	display:block;
}

	
	
	
.sec1{
  	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
	
.brand {
	background-image: url(../media/Logo.png);
	background-repeat: no-repeat;
	margin: -45px 10px 0px 20px;
	width: 25px;
  	height: 8px;
	background-size: contain;
	float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    visibility: hidden;
	z-index: 9999;
	position: fixed;
	-webkit-transition: all ease-out .5s;
  	-moz-transition: all ease-out .5s;
  	-o-transition: all ease-out .5s;
  	transition: all ease-out .5s;
	transform: rotate(0deg); /*Grad Neigung*/
 }

    
.brand2 {
	background-image: url(../media/Logo.png);
	background-repeat: no-repeat;
	margin: 15px 10px -30px 10px;
	width: 200px;
  	height: 100px;
	background-size: contain;
	float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    visibility: visible;
	z-index: 9999;
	position: fixed;
	-webkit-transition: all ease-out .5s;
  	-moz-transition: all ease-out .5s;
  	-o-transition: all ease-out .5s;
  	transition: all ease-out .5s;
	transform: rotate(354deg); /*Grad Neigung*/
 }
 

}
	
	
	
	
	
	
	
	
	
	
	
	
	
/* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */ /* Desktop */
@media screen and  (min-width: 1200px) {

		
	
main {
  	line-height: 1.7;
  	position: relative;
  	z-index: 2;
	width: 1200px;
	margin: 0 auto;
	padding-top: 150px;
	padding-bottom: 100px;
	flex: 1;	
}
	
	
header {
  /*	  background-color: rgba(142,161,174, 1);*/
	background-color: rgba(255,255,255, 0);
	min-height: 110px;
	padding: 0px 20px 0px 0px;
	margin: 0 auto;
	width: 100%;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .0);
	z-index: 9900;
	position: fixed;
	-webkit-transition: all ease-out .5s;
  	-moz-transition: all ease-out .5s;
  	-o-transition: all ease-out .5s;
  	transition: all ease-out .5s;
}
	
.active_cs {
  	background-color: rgba(255,255,255, .0);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .0);
}

	
	
.display-switch1{
	visibility: visible;
	display:block;
}
.display-switch2{
	visibility: hidden;
	display:none;
}	

.sec1{
  	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
	
.brand {
	background-image: url(../media/Logo.png);
	background-repeat: no-repeat;
	margin: -45px 10px 0px 20px;
	width: 25px;
  	height: 8px;
	background-size: contain;
	float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    visibility: hidden;
	z-index: 9999;
	position: fixed;
    -webkit-transition: all ease-out .5s;
  	-moz-transition: all ease-out .5s;
  	-o-transition: all ease-out .5s;
  	transition: all ease-out .5s;
	transform: rotate(0deg); /*Grad Neigung*/
 }
        
.brand2 {
	background-image: url(../media/Logo.png);
	background-repeat: no-repeat;
	margin: 20px 10px -50px 20px;
	width: 250px;
  	height: 140px;
	background-size: contain;
	float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-osx-font-smoothing: grayscale;
    visibility: visible;
	z-index: 9999;
	position: fixed;
    -webkit-transition: all ease-out .5s;
  	-moz-transition: all ease-out .5s;
  	-o-transition: all ease-out .5s;
  	transition: all ease-out .5s;
	transform: rotate(354deg); /*Grad Neigung*/
 }

}	
	
	
	
	
	
	
	
	
	
	
	
	
	