* {
  box-sizing: border-box;
}

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

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
	font-size: 14px 
  color: lightpink;
  padding: 10px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.vertical-menu {
  width: 200px; 
}

.vertical-menu a {
  background-color: #F7e2cd; 
  color: black; 
  display: block; 
  padding: 12px; 
  text-decoration: none; 
}

.vertical-menu a:hover {
  background-color: #f8b1a4; 
  top: 70px;
}

.vertical-menu a.active {
  background-color: #FDAB9F; 
  color: white;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: lightpink;
  color: #FC9483;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #FDA4BA;
}

.div1 {
	width:400px;
	height: 100px;
border: 1px solid pink;
}

.divabsolute {
	
	right: 150px;
	width: 250px;
	height: 120px;
	border: 3px solid pink;
}

.aside {
	
	top: 120px;
	right: 40px;
	width: 250px;

  background-color: #FDAB9F;
  padding: 0px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.video iframe{
	width: 560px;
	height: 315px;
	max-width: 100%;
	max-height: 100%
	
}



.footer2{
	width:100%;
	background-color: #f7e2cd;
	height: 40px;
	margin-top:10px;
	border-radius: 12px;
	text-align:center;
	font-size:10px;
	font-family:'Open Sans', serif;
	
	
	
}

.text {
	font-family:'Open Sans';
	
	font-size:20px;
	text-align:center;
	padding-top: 10px;
	top: 10px;
	
	
	
}

.bilder{
left: 250px;
top: 120px;
right: 35px;
bottom: 200px;
right: 200px;


}


.schüler {
	font-family:'Open Sans';
	font-size:20px;
	text-align:left;
	padding-top: 50px;
	
	left: 500px;
	top: -250px;
	right: 400px;
}
	
	.lebensweise {
		font-family:'Open Sans';
	font-size:20px;
	text-align:left;
	padding-top: 50px;
	
	left: 500px;
	top: -550px;
	right: 400px;
	}
	
	.footer5 {
		background-color: #f7e2cd;
	}
	
	
	
	
	
		
		.footerunten2 {
			background-color: #f7e2cd;
		}
		
		
	
		


			
		

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}