@charset "utf-8";
/* CSS Document */

*{
	margin: 10px;
	padding: 10px;
	box-sizing: border-box;
}

.body{
	background-color: #04508A;
	color: #B4D5F3;
	font-family: "Quicksand", sans-serif;
  	font-optical-sizing: auto;
}

.body2{
	background-color: #382571;
	color: #B4D5F3;
	font-family: "Quicksand", sans-serif;
  	font-optical-sizing: auto;
}

.body3{
	background-color: #3D7EB0;
	color: #B4D5F3;
	font-family: "Quicksand", sans-serif;
  	font-optical-sizing: auto;
}

.body4{
	background-color: #23557C;
	color: #B4D5F3;
	font-family: "Quicksand", sans-serif;
  	font-optical-sizing: auto;
}

.body5{
	background-color: #607DCC;
	color: #B4D5F3;
	font-family: "Quicksand", sans-serif;
  	font-optical-sizing: auto;
}

.container{
	align-content: center;
}

.w3-display-right{
	position: relative;
	bottom: 250px;
	left: 750px;
	height: 40px;
	background-color: rgba(255,255,255,0.00);
	border-color: rgba(255,255,255,0.00);
}

.w3-display-left{
	position: relative;
	bottom: 250px;
	left: 20px;
	height: 40px;
    background-color: rgba(255,255,255,0.00);
	border-color: rgba(255,255,255,0.00);
}

h1{
	font-size: 80px;
	text-align: center;
}

h2{
	font-size: 40px;
	text-align: center;
}

p{
	font-size: 27px;
	text-align: center;
}

h3{
	font-size: 35px;
	text-align: center;
}

* {box-sizing: border-box;}

body {
	font-family: Verdana, sans-serif;
	align-conent: center;
}

img {
	vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 40%;
  margin-left: 20%;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  text-align: center;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
/* Fading animation */

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: #000000;
}

div.flexbox{
	display: flex;
	position: relative;
	/*flex-flow: <flex-direction> <flex-wrap>*/
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	padding-left: 11%;
}


.column{
	align-content: center;
}

.uebermich2{
	float:right;
	width:20%; 
	margin-left:15px;
}

.background-video{
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 50%;
}

nav a:hover{
	background-color: #FFFFFF;
	border-radius: 5px;
	color: #000000;
	z-index: 1;
}

nav{
	font-family: "Quicksand", sans-serif;
	color: #FFFFFF;
	font-size: 25px;
	background-color: #000000;
	height: 80px;
	width: 96%;
	top: 0px;
	left: 1.5%;
	position: fixed;
	z-index: 1;
	text-align: center;
}

nav a{
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

nav img{
	width: 100px;
	margin-top: 0px;
	margin-left: 3px;
}

.dancing-script{
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

.background-image1{
	width: 100%;
	margin: auto;
}

.background-image2{
	width: 100%;
	margin: auto;
}

.background-image3{
	width: 100%;
	margin: auto;
}

.background-image4{
	width: 100%;
	margin: auto;
}

.background-image5{
	width: 100%;
	margin: auto;
}

.image-container {
    position: relative;
    width: 100%;
}

.image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
}

.image-text h1 {
    font-size: 50px;
	color:#FFFFFF;
	background-color: #15234E;
	align-content: center;
	border-radius: 20px;
}

.image-text2 h1{
	font-size: 40px;
	color:#000000;
	align-content: center;
	border-radius: 20px;
}

.image-text2 {
    transform: translate(-50%, -50%);
    text-align: center;
	margin-left: 50%;
	margin-top: 8%;
}

@media screen and (max-width: 480px) { 

	nav{
		font-family: "Quicksand", sans-serif;
		color: #FFFFFF;
		font-size: 100px;
		background-color: #000000;
		height: 80px;
		width: 96%;
		top: 0px;
		left: 1.5%;
		position: fixed;
		z-index: 1;
		text-align: center;
	}
	
   .mainarticle { 
	   font-size: 14px;
	} 
	
	.slideshow-container{
		max-width: 90%;
	}
	
	.uebermich2{
		float:right;
		width:100%; 
		margin-left:10px;
	}
	
	.uebermich3{
		float: left;
		width: 100%;
	}
	
	.meinefamilie{
		margin-bottom: 5%;
		width: 100%;
	}
	
	.Katze{
		width: 100%;
		float: left;
	}
	
	footer p{
		font-size: 6px;
	}
	
	footer a{
		font-size: 6px;
		color: #FFFFFF;
	}
	
	.Turnen1{
		flex-flow: row wrap;
		width: 90%;
	}
	
	.Turnen2{
		flex-flow: row wrap;
		width: 90%;
	}
	
	.Turnen3{
		flex-flow: row wrap;
		width: 90%;
	}
	
	.Schifahren1{
		width: 90%;
		flex-flow: row wrap;
	}
	
	.Schifahren2{
		width: 90%;
		flex-flow: row wrap;
	}
	
	.Schifahren3{
		width: 90%;
		flex-flow: row wrap;
	}
	
	.Bilder{
		width: 90%;
		margin: auto;
		float: left;
	}
	
	.Kinderfoto1{
		width: 90%;
		flex-flow: row wrap;
	}
	
	.Kinderfoto2{
		width: 90%;
		flex-flow: row wrap;
	}
	
	.Kinderfoto3{
		width: 90%;
		flex-flow: row wrap;
	}
	
	.Schulprojekte img{
		width: 70%;
		align-content: center;
	}
	
	.Rauris1{
		width: 90%;
		flex-flow: row wrap;
	}
	
	.Rauris2{
		width: 90%;
		flex-flow: row wrap;
	}
	
	.Rauris3{
		width: 90%;
		flex-flow: row wrap;
	}
	
	.image-text2 {
    transform: translate(-50%, -50%);
    text-align: center;
	margin-left: 50%;
	margin-bottom: 40px;
	}

   } 

.Schulprojekte img{
	width: 30%;
	align-content: center;
	padding-bottom: 70px;
}

.Schulprojekte img:hover{
	transform: scale(120%);
}

.footer1{
	text-align: center;
	background-color: #15528B;
	color: #FFFFFF; 
}

footer p{
	font-size: 20px;
}

.footer2{
	text-align: center;
	background-color: #382571;
	color: #FFFFFF;
}

.footer3{
	text-align: center;
	background-color: #3D7EB0;
	color: #FFFFFF;
}

.footer4{
	text-align: center;
	background-color: #23557C;
	color: #FFFFFF;
}

.footer5{
	text-align: center;
	background-color: #607DCC;
	color: #FFFFFF;
}

ul{
	color: #FFFFFF;
	font-size: 140%;
}

.meinefamilie{
	margin-bottom: 5%;
	width: 50%;
}

.uebermich3{
	float: left;
	width: 17%;
}

.Kreise{
	width: 30%;
}

.Steckbrief{
	margin-left: 20%;
}

.meinefamilie_text{
	margin-bottom: 10%;
}

.liste{
	align-content: center;
}

.Bilder{
	width: 23%;
	margin: auto;
	float: left;
}

tr.Stundenplan{
    background-color: #B4D5F3;
	color: #343434;
    margin: 0px;
    padding: 0px;
}

tr.Ueberschrift{
    background-color: #000000;
    margin: 0px;
    padding: 0px;
}

footer a{
	font-size: 20px;
	color: #FFFFFF;
}

.Rauris{
	align-content: center;
	width: 400px;
}

.Tabelle{
	text-align: center;
	margin: auto;
	width: 50%;
}

div a{
	font-size: 30px;
	color: #B4D5F3;
}

div a:hover{
	color: #000000;
}

.Katze{
	width: 19%;
	float: left;
}

.MeinLieblingstier{
	align-content: center;
}

.Kinderfoto1{
	width: 32%;
	flex-flow: row wrap;
}

.Kinderfoto1:hover{
	transform: scale(110%);
}

.Kinderfoto2{
	width: 32%;
	flex-flow: row wrap;
}

.Kinderfoto2:hover{
	transform: scale(110%);
}

.Kinderfoto3{
	width: 30%;
	flex-flow: row wrap;
}

.Kinderfoto3:hover{
	transform: scale(110%);
}

.Rauris1{
	width: 32%;
	flex-flow: row wrap;
}

.Rauris1:hover{
	transform: scale(110%);
}

.Rauris2{
	width: 30%;
	flex-flow: row wrap;
}

.Rauris2:hover{
	transform: scale(110%);
}

.Rauris3{
	width: 32%;
	flex-flow: row wrap;
}

.Rauris3:hover{
	transform: scale(110%);
}

.Turnen1{
	width: 32%;
	flex-flow: row wrap;
}

.Turnen1:hover{
	transform: scale(110%);
}

.Turnen2{
	width: 30%;
	flex-flow: row wrap;
}

.Turnen2:hover{
	transform: scale(110%);
}

.Turnen3{
	width: 32%;
	flex-flow: row wrap;
}

.Turnen3:hover{
	transform: scale(110%);
}

.Schifahren1{
	width: 32%;
	flex-flow: row wrap;
}

.Schifahren1:hover{
	transform: scale(110%);
}

.Schifahren2{
	width: 30%;
	flex-flow: row wrap;
}

.Schifahren2:hover{
	transform: scale(110%);
}

.Schifahren3{
	width: 32%;
	flex-flow: row wrap;
}

.Schifahren3:hover{
	transform: scale(110%);
}

.Karte{
	padding-bottom: 30px;
}

.Backgroundvideo{
	margin: 40%;
	padding: auto;
}