* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	scroll-behavior: smooth;
}

body{ 
	margin:0px 0px; 
	font-family: Muli, Arial;
}

/*Allgemein*/

#wrapper{
	background-size:cover;
  position:relative;
  height:100vh;
  background-color: #15b8ec;
  float: left;
}

#hero_main{
  background-size:cover;
  position:relative;
  height:100vh;
  background-color: #15b8ec;
}

.header{
  position:absolute;
  top:50%;
  text-align:center;
  width:80%;
  left: 10%;
  color:#fff;
  font-size:36px;
  -ms-transform: translate(0,-50%); /* IE 9 */
  -webkit-transform: translate(0,-50%); /* Safari */
  transform: translate(0,-50%);  
  z-index: 1;
}

.nav-mobile img{
	z-index: 10;
	position: relative;
}



/*Leistungen*/


#content{
  padding:100px 50px;
  text-align:left;
  width:80%;
  margin:0px auto;
}

#content.corona{
	padding:0;
	top: 25%;
	position: relative;
}

.corona img{
	position: relative;
	padding:0;
	top:20%;
	width:40%;
	float: left;
	left: 30%;
}

#content.corona h2{
	font-size: 1.6em;
	color: white;
}


.corona_text{
	width: 70%;
	left: 15%;
	float: left;
	position: relative;
	padding-top: 5.5em;
}

.corona p{
	width: 100% !important;
}

.button_corona{
	color: black;
	background-color: #15b8ec;
	box-shadow: 0 2px 4px rgb(36 36 36 / 15%);
	padding: 12px;
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 32px;
}

.button_corona a{
	color: white;
	font-weight: 800;
}

.button_corona p{
	text-align: center;
}

.button_corona:hover{
	background-color: #d2a0ff;
}

#content h2{
  	margin:0px 0px 30px 0px;
  	color: #15b8ec;
  	font-size: 2.5em;
  	clear: left;

}

#content p{
	font-size: 1.1em;
	line-height: 1.5;
	width: 80%;
}

/*Navi*/

.nav{
	overflow: hidden;
	font-family: Muli, Arial;
	font-size: 14px;
	float: right;
}

.menuleiste{
	background: rgba(255,255,255,1);
	box-shadow: 0 2px 4px rgb(36 36 36 / 15%);
	height: 70px;
	position: fixed;
	width: 100%;
	z-index: 2;
}

ul{
	list-style-type: none;
	text-decoration: none;
}

a{
	text-decoration: none;
	color: black;
	cursor: pointer;

}

li{
	float: left;
	transition: all 0.2s linear;
	height: 70px;
	padding: 26px;
}

li:hover{
	color: #d2a0ff;
}

#current{
	border-bottom: 5px solid #15b8ec;
}

.languages{
	float: left;
	padding-right: 20px;
	padding-top: 14px;
}

.menu_language a{
	font-size: 20px;
}

.trenner{
	float: left;
	padding-top: 26px;
	padding-right: 2em;
	padding-left: 2em;
	height: 70px;
}


.logo-img{
	padding-left: 20px;
	padding-top: 1em;
	float: left;
	z-index: 1000;
}

.logo-img img{
	width: 260px;
}




/*Footer*/


#footer{
  border-top: 1px solid #dadada;
  height: 60px;
  bottom: 0;
  float: left;
  width: 100%;
}

#footer p{
  margin: 20px;
  font-size: 0.8em;
  text-align: center;
}

.inalogo img{
	transition: all 800ms ease-in-out;
}

.inalogo img:hover{
	-ms-transform: rotate(360deg); /* IE 9 */
  	-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
  	transform: rotate(360deg);
}

#footer a{
	cursor: pointer;
	text-decoration: underline;
}

#footer a:hover{
	color: #d2a0ff;
}

#contact-area {
	max-width: 1000px;
	margin-top: 3em;
}




/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 11; /* Sit on top */
    left: 0;
    top: 0;
    background-color: white; 
    /*Zeile danach für diagonalen BG*/
    background: linear-gradient(to right bottom, #15b8ec 60%, white 10%);
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 20%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: left; /* Centered text/links */
    margin-left: 20%;
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color:white;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay a.menu_language{
	font-size: 20px;
	margin-top: 10px;
}

hr{
	color: white;
	border: 1px solid;
	width: 20%;
	position: relative;
	margin-left: 2%;
	margin-bottom: 20px;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #d2a0ff;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    right: 20px;
    font-size: 50px;
}

.nav-mobile img{
	z-index: 10;
	position: fixed;
	right: 1.5em;
}



/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


