@font-face{
  font-family: BalooTamma2;
  src: url('../Baloo_Tamma_2/BalooTamma2-Regular.ttf');

}

body{
	font-family: BalooTamma2;
	font-size: 160%;
	color: white;
	background: linear-gradient(#0997A5, #004777); //#1CCAD8
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: default;
	margin: 0;
}

a {
  color: #fff;
}



/* header */

.header {
  background-color: #0997A5;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: static;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;

  background-color: #0997A5;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #077583;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  position: relative;
  top: -10px;
  text-decoration: none;
}

.header .logo img{
	position: relative;
	top: 20px
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 38px 30px;
  position: relative;
  right: 0px;
  top: 20px;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 22px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 6px;
}

.header .menu-icon .navicon:after {
  top: -6px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 335px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}









/*
@media (min-width: 70em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

*/






section.lpage{
	height: 500px;
	padding: 30px;
}

section.chef{
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: black;
	text-align: center;
}

section.cta{
	text-align: center;
 	background-color: black;
	background-image: url("../images/board.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px 2px #333;
}

section.cta h2, section.tut h2{
	margin-top: 100px;
}

section.cta button, section.tut button, section.gt button{
	font-family: BalooTamma2;
	font-size: 90%;
	background-color: #FF7700;
	border: none;
	border-radius: 70px;
	box-shadow: 0 0 7px 2px #222;
	color: white;
	height: 70px;
	margin: 30px;
	width: 400px;
	cursor: pointer;
}

section.cta button:hover, button:active{
	border-style: solid;
}

section.tut button:hover, button:active{
	border-style: solid;
}

section.gt button:hover, button:active{
	border-style: solid;
}

section.gt{
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px 2px #333;
}

section.gt1{
   	background-color: white;
}

section.gt2{
}

section.oovo{
 	background-color: white;
	color: black;
}

section.oovo h4{
	margin-left: 10%;
}

section.oovo ul{
	display: inline-block;
}

section.serc{
	color: black;
	text-align: center;
 	background-color: white;
	/*background-image: url("../images/lehrer.jpg");*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px 2px #333;
}

section.termin{
	text-align: left;
	box-shadow: 0 0 10px 5px #666;
}

section.termin img{
	position: relative;
	top: -300px;
	right: 60px;
	height: 600px;
	width: 600px;
}

section.tut{
	text-align: center;
 	background-color: #222;
	/*background-image: url("../images/lehrer.jpg");*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px 2px #333;
}

section.zahlen{
	background-color: #222;
	background-image: url("../images/pier.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px 5px #333;
	text-align: center;
	text-shadow: 5px 2px 4px #666;
}

section.zahlen a {
	text-shadow: none;
	background-color: black;
	padding: 5px;
}

section.zahlen button, section.chef button{
	font-family: BalooTamma2;
	font-size: 90%;
	background-color: #004777;
	border: none;
	border-radius: 70px;
	box-shadow: 0 0 7px 2px #222;
	color: white;
	height: 70px;
	margin: 30px;
	width: 400px;
	cursor: pointer;
}

section.zahlen button:hover, button:active{
	border-style: solid;
}

section.chef button:hover, button:active{
	border-style: solid;
}




section.cash img{
	float: right;
}

section.chef img{
	float: right;
}

input{
	width: 90%;
	height: 30px;
	font-size: 100%;
	font-family: BalooTamma2;
	border-radius: 5px;
	color: rgb(140,140,140);
}

section.formular label, section.login label, section.signup label, section.sl label{
	float: left;
	position: relative;
	right: -5%;
	margin-right: 20%;
}

textarea{
	width: 90%;
	height: 120px;
	font-size: 100%;
	font-family: BalooTamma2;
	border-radius: 5px;
	cursor: pointer;
}


section.formular{
	background-color: white;
	color: black;
	width: 90%;
	padding: 5px;
	margin-top: 5%;
	position: static;
	background-clip: padding-box;
	text-align: center;
	box-shadow: 0px 0px 10px 2px #444;
	margin-left:5%;
	margin-right:5%;


}

section.login{
	background-color: white;
	color: black;
	width: 50%;
	position: static;
	padding: 5px;
	margin-top: 5%;
	font-size: 100%;
	background-clip: padding-box;
	text-align: center;
	box-shadow: 0px 0px 10px 2px #444;
	margin-left:25%;
	margin-right:25%;
	cursor: default;
}

section.signup{
	background-color: white;
	color: black;
	width: 90%;
	position: static;
	padding: 5px;
	font-size: 100%;
	background-clip: padding-box;
	text-align: center;
	box-shadow: 0px 0px 10px 2px gray;
	margin: 5%;

}

section.login label{
	float: left;
	position: relative;
	right: -5%;
}

section.sl{
	background-color: white;
	background-clip: padding-box;
	color: black;
	width: 90%;
	padding: 5px;
	position: static;
	font-size: 100%;
	text-align: center;
	box-shadow: 0px 0px 10px 2px gray;
	margin:5%;
}

section.imp{
	background-color: white;
	color: black;
	width: 60%;
	padding: 5% 15%;
	margin: 5%;
	position: static;
	background-clip: padding-box;
	box-shadow: 0px 0px 10px 2px #444;
	word-break: break-all;
}

section.imp a{
	color: black;
}

footer{
	margin-top: 40px;
	font-size: 80%;
	height: 100%;
	width: 100%;
}

footer .above{
	display: flex;
}

footer .above div{
	display: inline-block;
	margin: 1px;
	width: 100%;
	text-align: center;

}

footer a{
	color: white;
	text-decoration: none;
}

div.lline{
	background-color: black;
	margin-top: 40px;
	text-align: center;
}

footer strong{
	font-size: 110%;
}

.bold{
	text-transform: uppercase;
}

.hide{

  visibility: hidden;

}

#bild1{
	display: inline-block;
	position: relative;
  	right: -900px;
	top: -350px;
}

#bild2{
	display: none;
}

#kalender{
	margin-left: 50%;
}

#kasten{
  background-color: rgba(255, 255, 255, 0.1);
  width: 50%;
  height: 50%;
  margin-left: 50%;
  margin-top: 50%;
  text-align:  center;

}

#knopf{
	font-family: BalooTamma2;
	font-size: 90%;
	background-color: #FF7700;
	border: none;
	border-radius: 70px;
	box-shadow: 0 0 7px 2px #222;
	color: white;
	height: 70px;
	margin: 30px;
	width: 400px;
	cursor: pointer;
}

.rspv{
	background-color: #007700;
}

#lehrer{
	color: black;
	text-decoration: underline;
}

#mc{
	font-size: 100%;
	font-family: BalooTamma2;
	border-radius: 5px;
	float: left;
	position: relative;
	right: -10%;
	width: 10%;
	height: 20px;
}

#register{
	color: black;
	text-decoration: underline;
	text-align: center;
}

#schueler{
	color:black;
}

#zurueck{
	color: black;
	text-decoration: underline;
	cursor: pointer;
}





/* Media Queries: First Layout Breakdown */
@media screen and (max-width: 1380px) {

#bild1{
	display: inline-block;
	position: relative;
  	right: -600px;
	top: -190px;
}
}

/* Media Queries: Tablet Landscape */
@media screen and (max-width: 1060px) {

body{
	font-size: 120%;
}

section.lpage{
	height: 350px;
	padding: 10px 30px 30px 30px;
}

section.cta, section.tut{
	height: 550px;
}

section.oovo h4{
	margin-left: 2%;
}

section.termin img{
	top: -130px;
	right: -300px;
	height: 350px;
	width: 350px;
}

section.login #knopf{
	height: 10%;
	width: 70%;
	border-radius: 80px;
	font-size: 100%;
}

#bild1{
	display: none;
}

#bild2{
	display: inline-block;
	position: relative;
  	right: -350px;
	top: -150px;
}

#kalender{
	margin-left: 10%;
	margin-right: 10%;
}

}

/* Media Queries: Tablet Portrait */
@media screen and (max-width: 800px){

label, section.login label{
	right: -10%;
}

input{
	width: 80%;
}

section.lpage{
	font-size: 140%;
	height: 800px;
}

section.lpage button, #knopf{
	height: 10%;
	width: 70%;
	border-radius: 100px;
	font-size: 100%;
}

section.cta, section.tut{
	height: 1000px;
}

section.termin img{
	position: relative;
	top: -110px;
	right: -50px;
	height: 500px;
	width: 500px;
}

section.login{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

section.zahlen a {
	color: white;
	text-shadow: 5px 2px 4px #666;
}


#bild2{
	position: relative;
  	right: -100px;
	top: 20px;
}



}


/* Media Queries: Small Tablet */
@media screen and (max-width: 480px){

section.lpage{
	font-size: 120%;
	min-height: 100%;
	height: 800px;
}

section.lpage button, #knopf{
	height: 10%;
	width: 70%;
	border-radius: 80px;
	font-size: 100%;
}

section.cta h2, section.tut h2{
	margin-top: 50px;
}

section.oovo{
	height: 110%;
}

section.termin img{
	display: block;
	position: relative;
	top: -110px;
	right: 20%;
	height: 400px;
	width: 400px;
}

section.cash img{
height: 280px;
width: 400px;
}

section.chef img{
	height: 280px;
	width: 400px;
}

textarea{
	width: 80%;
}

#bild2{
	position: static;

}

}

/* Media Queries: iPhone */
@media screen and (max-width: 320px){



}

/* Media Queries: Small Phone */
@media screen and (max-width: 240px){



}
