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

body{ 
	margin:0px 0px; 
	font-family: Source Sans Pro, Muli, Arial;
	font-weight: 100;
	background: #f8f8f8;
}

/*Allgemein*/

h3{
	font-size: .5em;
	padding-bottom: 1em;
}

h4{
	color: #15b8ec;
	font-size: 1.5em;
	padding-bottom: .6em;
}

h5{
	color: black;
	font-size: 1.1em;
	font-weight: 700;
}

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

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

.header_corona{
  position:absolute;
  top:20%;
  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;
}

@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

.blink-image{
	transition-delay: 4s;
	-moz-animation: blink normal 2s infinite ease-in-out;
	-webkit-animation: blink normal 2s infinite ease-in-out;
	-ms-animation: blink normal 2s infinite ease-in-out;
	animation: blink normal 2s infinite ease-in-out;

}

.scrolldown{
	position:absolute;
  	top:95%;
  	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%); 
  	 
}



.fill{
	height: 4em;
}

/*Leistungen*/


.textlinks{
	width: 50%;
	padding-bottom: 2em;
	float: left;
}

.textlinks img{
	width: 100%;
	padding-left: 2em;
}

.twotiles{
	width: 100%;
	float: left;
}

.andersrum{
	background: #86c1f2;
	background-image: url("images/longimage.png");
	background-position: right bottom;
    background-repeat: no-repeat;
	color: white;
	clear: left;
	padding: 100px 50px;
	font-size: 1.1em;
	line-height: 1.5;
	margin-top: -14px;
}

.andersrum h2{
	color: white !important;
	font-size: 2.5em;
	margin:0px 0px 30px 0px;
}

/*Ueber Uns*/
.photo img{
	width: 100%;
	padding-bottom: 5em;
}

.member{
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 3em;
}

.member_photo{
	width: 45%;
	float: left;
	height: 50%;
	position: relative;
}

.member_text{
	width: 55%;
	height: auto;
	float: left;
	position: relative;
	padding-top: 1em;
}

.profilepic{
	width: 75%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%; 
}

.daten{
	padding-top: 2em;
}

.portrait{
	float: left;
	width:20%;
}

.portrait img{
	width: 80%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%; 
	float: left;
}

.kontaktperson{
	padding-bottom: 2em;
	float: left;
	width: 100%;
}

.kontaktperson a{
	color: #15b8ec;
}

.socialmedia img{
	height: 60px;
	padding: 0.4em 0.4em 0.4em 0;
}

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

.description h2{
	column-break-before: avoid-column;
    -moz-column-break-before: avoid-column;
    -webkit-page-break-before: avoid-column;
   	display: inline-block; 
}

h5{
	color: #15b8ec;
	font-size: 1.3em;
	margin-bottom: -.6em;
}

.one_description{
	width: 80%;
}

.one_description_short{
	width: 40%;
}

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

p#ende{
	float: left;
	padding-bottom: 6em;
	width: 80%;
}

.thanksimage{
	width: 100%;
	padding-bottom: 2em;
}

.thanksimage img{
	width: 100%;
}

#videobereich iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0:
	left:0;

}

#videobereich{
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 25px;
}

.flags{
	width: 10%;
	float: left;
}

.flags img{
	width: 50px;
	margin: .6em;
}

.profile_header{
	padding-top: 4em;
}

.profile_header.portrait{
	float: left;
}


/*Navi*/

.bdue_menu img{
	width: 120px;
	padding-top: 1em;

}

.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: 20px;
	float: left;
	z-index: 1000;
}

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






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

input.submit-button {
	background: white;
	border: none;
	height: 60px;
	cursor: pointer;
	border:0.1em solid #15b8ec;
 	margin:0 0.3em 0.3em 0;
 	border-radius:0.12em;
 	box-sizing: border-box;
	transition: all 0.2s;
}

input.submit-button:hover{
	background:#15b8ec;
	color: white;
}

label {
	text-align: right;
	width: 100px;
	font-size: 1.1em;

}


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



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


