@charset "utf-8";
/*CSS Document*/

body{
	margin: 0;
	background-image: url(images/background.jpg);
	background-position: center;
	background-size: cover;
}

*{
	box-sizing: border-box;
}

header{
	width: 100%;
	max-width: 100%;
	background-image: url(images/header03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}


nav{
	width: 1200px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;	
}

nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li{
	float: left;
	width: 16.66666667%;
	padding: 10px 0;
	text-align: center;
	background-color: rgba(105,179,255);
	text-transform: uppercase; 	
	transition: 1.5s;
	line-height: 1em;
	font-family: 'Indie Flower', cursive;
}

nav ul li:hover{
	background-color: black;
	color: white;
	transition: 1.5s;
}
.topnav {
  overflow: hidden;
  background-color: rgba(105,179,255);
}
.active {
  background-color: black;
  color: white;
}
.topnav .icon {
  display: none;
}

main{
	width: 1200px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: white;
	padding-top: 2em;
	padding-bottom: 4em;
}
h1{
	text-align: center;
	margin: 20px 0 20px 0;
	font-family: 'Indie Flower', cursive;
	text-shadow: 3px 3px 0;
	font-size: 3em;
}
h2{
	text-align: center;
	font-family: 'Baloo Chettan 2', cursive;
}
h3{
	text-align: center;
	font-family: 'Baloo Chettan 2', cursive;
}
h4{
	text-align: center;
	font-family: 'Baloo Chettan 2', cursive;
	font-size: 1em;
}
h6{
	text-align: left;
	font-family: 'Baloo Chettan 2', cursive;
	font-size: 1em;
}
p{
	margin: 0 0 2em;
	font-family: 'Baloo Chettan 2', cursive;
	line-height: 2em;
	text-align: left;
}
.center{
	text-align: center;
}

video{
	padding-left: 20%;
}


li{
	font-family: 'Baloo Chettan 2', cursive;
	line-height: 2.5em;
	text-align: left;
}
dd{
	font-family: 'Baloo Chettan 2', cursive;
	line-height: 2.5em;
	text-align: left;
}


a[href^='tel:']::before{
	content: '\260e';
	margin-right: 0.3em;
}
a[href^='mailto:']::before{
	content: '\2709';
	margin-right: 0.3em;
}
footer{
	width: 100%;
	max-width: 100%;
	height: auto;
	background-color: grey;
	bottom: 0;
	left: 0;
	padding: 5px 25px 0;
}
footer p{
	color: black;
	text-align: left;
	line-height: 2em;
}
.slicknav_menu{
	display: none;
}
.clear{
	clear: both;
}
/*12er gridaufteilung*/
.row{
	display: flex;
	flex-direction: row;
	flex-basis: 0;
	flex-grow: 1;
	flex-wrap: nowrap;
}
.col{
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
}
.col.one{
	flex-basis: 8.3333333333333%;
	max-width: 8.3333333333333%;
	padding: 25px;
}
.col.two{
	flex-basis: 16.666666666666%;
	max-width:16.666666666666%;
	padding: 25px;
}
.col.three{
	flex-basis: 25%;
	max-width: 25%;
	padding: 25px;

}

.col.four{
	flex-basis: 33.333333333333%;
	max-width:33.333333333333%;
	padding: 25px;
}

.col.five{
	flex-basis: 41.666666666666%;
	max-width: 41.666666666666%;
	padding: 25px;
}
.col.six{
	flex-basis: 50%;
	max-width:50%;
	padding: 25px;
}
.col.seven{
	flex-basis: 58.333333333333%;
	max-width: 58.333333333333%;
	padding: 25px;
}

.col.eight{
	flex-basis: 66.6666666666666%;
	max-width: 66.6666666666666%;
	padding: 25px;
}


.col.nine{
	flex-basis: 75%;
	max-width: 75%;
	padding: 25px;
}
.col.ten{
	flex-basis: 83.333333333333%;
	max-width: 83.333333333333%;
	padding: 25px;
}
.col.eleven{
	flex-basis: 91.666666666666%;
	max-width: 91.666666666666%;
	padding: 25px;
}
.col.twelve{
	flex-basis: 100%;
	max-width:100%;
	padding: 25px;
}
.col.twelve.centered{
	width:50%;
	padding: 0 25% 0 25%;
}


body {
  font-family: Verdana, sans-serif;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 8px 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 79em){
.column {
  width: 50%;
  float: center;
  }
}
@media only screen and (max-width: 35em){
.column {
  width: 100%;
  
  }

}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: black;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left; 
  }

  nav ul li{
	float: left;
	width: 90%;
	padding: 10px 0;
	text-align: center;

}
}




@media all and (max-width: 100em){
	header{
		height: 650px;
	}
}
@media all and (max-width: 90em){
	header{
		height: 600px;
	}
}
@media all and (max-width: 83em){
	header{
		height: 550px;
	}
}
@media all and (max-width: 75em){
	header{
		height: 500px;
	}
}
@media all and (max-width: 70em){
	header{
		height: 450px;
	}
}
@media all and (max-width: 65em){
	header{
		height: 400px;
	}
	.row{
	flex-wrap: wrap;
	}
	.col.three {
		flex-basis: 50%;
		max-width: 50%;
	}
	
}
@media all and (max-width: 61em){
	header{
		height: 350px;
	}
}
@media only screen and (max-width: 55em){
	header{
		height: 330px;
	}
	.col.one, .col.two, .col.three, .col.four, .col.five, .col.six, .col.seven, .col.eight, .col.nine, .col.ten, .col.eleven, .col.twelve{
	flex-basis: 100%;
	max-width: 100%;
	}
	.slicknav_menu{
	display:block;
	position: fixed;
	z-index: 1000;
	}
	#menu {
		display:none;
	}
	.col.twelve.centered{
	width:80%;
	padding: 0 10% 0 10%;
	}
	h1{
	text-align: center;
	margin: 20px 0 20px 0;
	font-family: 'Indie Flower', cursive;
	text-shadow: 3px 3px 0;
	font-size: 2.5em;
}


}
@media all and (max-width: 46em){
	header{
		height: 300px;
	}
}
@media all and (max-width: 41em){
	header{
		height: 260px;
	}
}
@media all and (max-width: 35em){
	header{
		height: 220px;
	}
}
@media all and (max-width: 30em){
	header{
		height: 200px;
	}
}
@media all and (max-width: 26em){
	header{
		height: 160px;
	}
}
@media only screen and (max-width: 22em){
	header{
		height: 120px;
	}
}

