@font-face {
  font-family: 'schmock';
  src: url('../resources/font/schmock.eot?28766223');
  src: url('../resources/font/schmock.eot?28766223#iefix') format('embedded-opentype'),
       url('../resources/font/schmock.woff?28766223') format('woff'),
       url('../resources/font/schmock.ttf?28766223') format('truetype'),
       url('../resources/font/schmock.svg?28766223#schmock') format('svg');
  font-weight: normal;
  font-style: normal;
}


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-o-animation-duration: 1s;
		 animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
	}

@viewport {
	width: device-width;
	user-zoom: fixed;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(119,119,119,0.8);
}
-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgba(119,119,119,0.8);
}
-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgba(119,119,119,0.8);
}
-ms-input-placeholder { /* Internet Explorer 10+ */
   color: rgba(119,119,119,0.8);
}


#wrapper {
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -moz-transform 0.8s;
	-o-transition: -o-transform 0.8s;
	transition: transform 0.8s;
}
h1, h2, h3, input, textarea, p, a, li {
	font-family: 'Avenir Next', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: rgb(85,85,85);
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 1;
}

h1 {
	text-transform: uppercase;
	font-size: 2.4em;
	font-weight: 200;
	color: rgb(119,119,119);
	line-height: 1.2;
	text-align: left;
}

p {
	line-height: 1.8;
	text-align: left;
}

h2 {
	color: rgb(85,85,85);
	font-size: 1.6em;
	font-weight: 400;
	margin-top: 8px;
}

h5 {
	font-family: schmock;
	font-size: 1.5em;
	-webkit-font-smoothing: antialiased;
	color: rgb(85,85,85);
}

header h5 {
	font-size: 3.1em;
}

hr {
	border: 0;
	height: 1px;
	background-color: rgb(105,105,105);
	max-width: 160px;
	margin: 0 auto;
	margin-bottom: 5px;
	display: inline-block;
	width: 80%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

}

a {
	color: rgb(249,115,80) !important;
	cursor: pointer;
	text-decoration: none;
	display: inline !important;
}

a:hover {
	color: rgb(255,214,0) !important;
}

#facebook-link {
	font-family: schmock;
	position: absolute;
	right: 20px;
	bottom: 20px;
	margin: 0px;
	padding: 0px;
	color: white !important;
	font-size: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.abstand-100 {
	height: 100px;
	width: 100%;
	display: block;
}

.impressum table p {
	padding: 0px 5px 0px 0px;
	margin: 0px;
}
#facebook-link:hover {
	color: rgb(255,214,0) !important;
}

ul.checklist li {
	list-style-type: none;
	list-style: none;
	word-break: keep-all;
	word-wrap: break-word;
	margin: 0px 0px 0px 50px !important;
	font-size: 120%;
	line-height: 1.5;
	vertical-align: middle;
	text-align: left;
}

ul.checklist li:before {
	content: "✓";
	font-size: 30px;
	color: rgb(255,214,0);
	margin: 0px 0px 0px -50px;
	width: 50px;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: middle;

}
header #header-logo {
	font-family: 'Avenir Next', sans-serif;
	font-weight: 400;
	font-size: 1.8em;
	-webkit-font-smoothing: antialiased;
}
header * {
	color: rgb(185,185,185);
}

div[class^="col"] {
	display: table-cell;
	vertical-align: middle;
}

.kurs table {
	font-family: 'Avenir Next', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: rgb(85,85,85);
	line-height: 1.8;
	margin: 25px auto !important;
}

.kurs table td {
	padding: 0px 10px;
	vertical-align: top;
	text-align: left;
	}

.kurs table td ~ td {
	text-align: left !important;
	}
#header-menu-icon {
	color: rgb(85,85,85);
	float: right;
	display: none;
	vertical-align: middle;
	cursor: pointer;
}

.clear {
	clear: both;
	width: 100%;
}

.row {
	margin-left: -15px;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px 0px;
	
}

.disabled {
	pointer-events: none;
	opacity: 0.5;
	text-decoration: line-through;
}
.disabled * {
	text-decoration: line-through;
}

#mailingtext {
	position: relative;
	top: 40%;
	width: 100%;
	color: rgb(160,160,160);
	padding: 25px;
	text-align: center;
	margin: 0px auto;
}

.smaller {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.col-mg-3, .col-3 {
	width: 33.333333333%;
}

.col-mg-2-3, .col-2-3 {
	width: 66.666666666%;
}

.col-mg-2, .col-2 {
	width: 50%;
}

.col-mg-4, .col-4 {
	width: 25%;
}

.col-mg-5, .col-5 {
	width: 20%;
}


@media screen and (max-width: 800px) {
	.row {
		display: block;
		width: 100%;
	}
	
	div[class^="col-"] {
		display: inline-block;
		width: 100%;
	}
	
}

.body {
	padding: 0px 15px;
}

#map {
	width: 100%;
	height: 500px;
}

section#Anfahrt {
	padding-bottom: 0px !important;
}

section#Anfahrt:before {
	width: 100%;
	height: 20px;
	background: green;
	display: inline-block;
	z-index: 1000;
}

body {
	background-color: rgb(85,85,85);
}

img {
	width: 100%;
	height: auto;
	display: inline-block;

}

img.gray {
	filter: grayscale(100%); filter: grayscale(100%);
	-moz-filter: grayscale(100%); filter: grayscale(100%);
	-webkit-filter: grayscale(100%); filter: grayscale(100%);
}

img#sehtest-img {
	padding: 20px;
	width: 100%;
	max-width: 600px;
	min-width: 400px;
	height: auto;
	opacity: 0.3;
	display: inline-block;
}

header.hide {
	-webkit-transform: translateY(-110%);
	-moz-transform: translateY(-110%);
	-o-transform: translateY(-110%);
	transform: translateY(-110%);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	-moz-transition: -moz-transform 0.8s, opacity 0.8s;
	-o-transition: -o-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

header.show {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	-moz-transition: -moz-transform 0.8s, opacity 0.8s;
	-o-transition: -o-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

header {
	background-color: rgba(255,214,0,0.94);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	z-index: 100;
	-webkit-transform: translateY(-110%);
	-moz-transform: translateY(-110%);
	-o-transform: translateY(-110%);
	transform: translateY(-110%);
	opacity: 0;
}

header #header-logo, header li, header ul {
	display: inline-block;
	position: relative;
	line-height: 2;
}

header li {
	list-style-type: none;
	margin: 0px;
	padding: 14px 10px 18px 10px;
	color: rgb(85,85,85);
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

header li.active {
	color: rgb(255,214,0);
	background-color: rgb(85,85,85);
}

header li.active:hover {
	color: rgb(255,214,0);
	background-color: rgb(85,85,85);
	cursor: default;
	padding: 14px 10px 18px 10px;
}

header li:hover {
	color: rgb(0,0,0);
	cursor: pointer;
	padding: 14px 10px 14px 10px;
	background-color: rgba(85,85,85,0.1);
}


.body, #header-container {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
	text-align: justify;
}

#header-logo {
	color: rgb(85,85,85);
	float: left;
}

header ul {
	float: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.map-attribute-right {
	text-align: right;
	font-size: x-small;
	padding: 0px 5px;
}

.sec {
	padding: 35px 0px;
}

.bg-white {
	background-color: white;
}

.bg-grey {
	background-color: rgb(242,242,242);
}

.bg-yellow {
	background-color: rgb(255,214,0);
}

.bg-yellow a {
	color: rgb(85,85,85) !important;
}

.bg-yellow a:hover {
	color: rgb(249,115,80) !important;
}

.sec-full {
	background: linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
	  ),url(../resources/home-bg-blackold.jpg);
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	min-height: 700px;
}

#room-img {
	background: url(../resources/images/raum.jpg);
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	min-height: 400px;
	margin-bottom: 40px;
}

#map-img {
	background: url(../resources/images/map.png);
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	min-height: 520px;
	margin-bottom: 40px;
}

#Unterricht {
	padding-top: 0px !important;
}

#home img {
	border: none;
	max-width: 500px;
	display: inline-block;
}

.sec-full#home .body {
	max-width: 800px;
	width: 100%;
	margin: 0;
	position: relative;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: Translate(-50%,-50%);
	-moz-transform: Translate(-50%,-50%);
	-o-transform: Translate(-50%,-50%);
	transform: Translate(-50%,-50%);
	display: table;
	table-layout: fixed;
	
}

.sec-full#home .body .home-img {
	display: table-cell;
	margin: 0px;
}

.sec-full#home .body .home-text {
	display: table-cell;
	padding-left: 25px;
	vertical-align: middle;
	text-align: left;
}

.sec-full#home .body .home-text h1 {
	color: white;
	font-weight: 400;
	margin-top: 0px;
}

.sec-full#home .body .home-text p {
	color: white;
	font-weight: 400;
}

#home-start-button {
	
}


.profile-img {
	-webkit-transform: Scale(0.69,0.69) Rotate(45deg); 
	-moz-transform: Scale(0.69,0.69) Rotate(45deg); 
	transform: Scale(0.69,0.69) Rotate(45deg);
	overflow: hidden;
	margin: 0px 50px;
	max-width: 400px;
	display: inline-block;
	image-rendering: -webkit-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
}

.profile-img .inner-line {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 4px solid white;
	width: 100%;
	height: 100%;
	z-index: 100;
	-webkit-transform: Scale(0.9,0.9); 
	-moz-transform: Scale(0.9,0.9); 
	transform: Scale(0.9,0.9);
	
}

.normal-img {
	-webkit-transform: Scale(1); 
	-moz-transform: Scale(1); 
	transform: Scale(1);
	overflow: hidden;
	margin: 0px 50px;
	max-width: 400px;
	background-color: rgba(210,210,210,0.4);
	padding: 15px;
	display: inline-block;
}

.normal-img img {
	margin: 0px;
	padding: 0px;
	box-sizing: content-box;
	display: block !important;
}

.profile-img img {
	-webkit-transform: Scale(1.43,1.43) Rotate(-45deg); 
	-moz-transform: Scale(1.43,1.43) Rotate(-45deg); 
	transform: Scale(1.43,1.43) Rotate(-45deg);
	width: 100%;
	height: auto;
	filter: none; 
	
	
}
.row.contact {
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}

.row.contact .col-3 {
	vertical-align: top !important;
}
.contact .col-3 p {
	margin-top: 4px !important;
	line-height: 1.3;
	font-size: 0.9em;
}

.contact .col-3 h2 {
	margin-bottom: 4px !important;
	margin-top: 25px;
}

textarea, input[type="text"], input[type="email"]  {
	display: block;
	margin: 10px auto;
	font-size: 1em;
	font-weight: 400;
	padding: 10px;
	line-height: 1.2;
	-webkit-appearance: none;
	width: 100%;
	max-width: 600px;
	border-radius: 2px;
	border: 2px solid white;
	background: transparent;
	outline: none;
}

textarea {
	max-height: 500px;
	min-height: 250px;
}


button, input[type="submit"] {
	-webkit-appearance: none;
	border: 1px solid rgb(255,215,0);
	background: rgba(0,0,0,0.1);
	max-width: 300px;
	width: 100%;
	font-family: 'Avenir Next', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: rgb(255,215,0);
	text-align: center;
	padding: 15px 15px;
	margin: 0px;
	border-radius: 4px;
	font-size: 1.2em;
}


button.white, input[type="submit"].white {
	color: white;
	border-color: white;
	border-width: 2px;
	background: none;
	margin: 10px 0px;
	-webkit-box-shadow: inset 0 0 0px 0px white;
	-moz-box-shadow: inset 0 0 0px 0px white;
	box-shadow: inset 0 0 0px 0px white;
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

button:hover, input[type="submit"]:hover {
	background: rgba(0,0,0,0.3);
	cursor: pointer;
}


button.white:hover, input[type="submit"].white:hover {
	-webkit-box-shadow: inset 300px 0 0px 0px white;
	-moz-box-shadow: inset 300px 0 0px 0px white;
	box-shadow: inset 300px 0 0px 0px white;
	background: transparent;
	color: rgb(85,85,85);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	-moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

table {
	table-layout: fixed;
	border: none;
	padding: 0;
	margin: 0;
}


footer {
	background: rgb(85,85,85);
	width: 100%;
	padding: 20px 0px 15px 0px;
	margin: 0px;
}

#footer-img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 600px;
	height: auto;
	display: inline-block;
}

.body.footer {
	line-height: 0;
}

footer * {
	color: white;
	padding: 0px;
	margin: 0px;
	line-height: 2;
}

footer p:nth-child(1) {
	float: left;
	vertical-align: middle;
	
}

footer p:nth-child(2) {
	float: right;
}


@media screen and (max-width: 800px){
	.sec-full#home .body {
		display: block;
	}
	
	.sec-full#home .body img {
		width: 100%;
		display: block;
		margin-bottom: 25px;
	}
	.sec-full#home .body div {
		width: 100%;
		display: block;
		padding: 0px;
		margin: 0px;
		text-align: center;
	}
	
}

@media screen and (max-width: 1050px){
	#header-menu-icon {
		display: inline-block;
	}
	
	header ul {
		position: fixed;
		left: 100%;
		height: 300px;
		width: 80%;
		max-width: 300px;
	}
	
	header ul li {
		display: inline-block;
		width: 100%;
		color: white;
		border-bottom: 1px solid #999;
		margin: 0px 0px 0px 20px !important;
		padding: 15px 10px !important;
	}

	header ul li:hover {
		margin: 0px 0px 0px 20px !important;
		padding: 15px 10px !important;
		color: rgb(255,215,0);
	}
	
	header ul li.active {
		background-color: rgba(255,255,255,0.06);
	}
	header ul li.active:hover {
		background-color: rgba(255,255,255,0.06);
	}
	
	body.open header {
		-webkit-transform: TranslateX(-300px);
		-moz-transform: TranslateX(-300px);
		transform: TranslateX(-300px);
	}
	
	body.open #wrapper {
		-webkit-transform: TranslateX(-300px);
		-moz-transform: TranslateX(-300px);
		transform: TranslateX(-300px);
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		transition: all 0.8s;
	}
	
	#wrapper {
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		transition: all 0.8s;
	}
}


@media screen and (max-width: 600px){

	.sec-full#home .body .home-text {
		display: block;
		width: 100%;
		text-align: center;
		padding-left: 0px;
	}
	
	.sec-full#home .body .home-text * {
		text-align: center;
	}
	
	.sec-full#home .body .home-img {
		display: block;
		width: 100%;
		text-align: center;
		
	}
	.sec-full#home .body .home-img img {
		display: inline-block;
		max-width: 400px;
	}
	
	#header-logo {
		font-size: 1.4em !important;
		margin-top: 8px;
	}
}

@media screen and (max-width: 400px){
	h1 {
		font-size: 1.9em;
	}
	
	p {
		font-size: 0.9em;
		line-height: 1.8;
	}
	
	h2 {
		font-size: 1em;
	}
	
	h5 {
		font-size: 1.5em;
	}
	ul.checklist li {
		font-size: 100%;
	}
	
	li.fklassen-class {
		width: 100%;
		min-width: 0px;
	}
	
	#map {
		height: 200px;
	}
}

/*----------------------------------- Rechner ----------------------------------- */

form {
	font-family: 'Avenir Next', sans-serif;
	font-weight: 200;
	color: rgb(85,85,85);
	
}
.rechner-form {
	width: 100%;
	text-align: center;
	font-size: 2em;
	line-height: 1.5;
}

.rechner-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rechner-form input,
.rechner-form select,
.rechner-form button {
	border: none;
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	display: inline-block;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
}

.rechner-form input:focus {
	outline: none;
}

.rechner-field {
	display: inline-block;
	position: relative;
}

.rechner-field.rechner-field-open {
	z-index: 10000;
}

.rechner-field-toggle,
.rechner-form input,
.rechner-form select  {
	line-height: inherit;
	display: inline-block;
	color: rgb(150,150,150) !important;
	cursor: pointer;
	border-bottom: 2px dashed rgb(255,215,0);
}

.rechner-field ul {
	position: absolute;
	visibility: hidden;
	background: rgb(255,215,0);
	left: -0.5em;
	top: 50%;
	font-size: 80%;
	opacity: 0;
	-webkit-transform: translateY(-40%) scale(0.9);
	-moz-transform: translateY(-40%) scale(0.9);
	transform: translateY(-40%) scale(0.9);
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

.rechner-field.rechner-field-open ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.rechner-field ul li {
	color: #fff;
	position: relative;
}

.rechner-dd ul li {
	padding: 0 1.5em 0 0.5em;
	cursor: pointer;
	white-space: nowrap;
}

.rechner-dd ul li.rechner-dd-checked {
	color: #478982;
}

.no-touch .rechner-dd ul li:hover {
	background: rgba(0,0,0,0.05);
}

.no-touch .rechner-dd ul li:hover:active {
	color: #478982;
}

.rechner-dd ul li.rechner-dd-checked:before,
.rechner-submit:before,
.rechner-field-go:before {
	font-family: 'schmock';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.rechner-dd ul li.rechner-dd-checked:before {
	content: "c";
	position: absolute;
	right: 1em;
	font-size: 50%;
	line-height: 1.5;
}

.rechner-ti-text ul {
	min-width: 12em;
}

.rechner-ti-text ul li.rechner-ti-input input {
	width: 100%;
	padding: 0.2em 2em 0.2em 0.5em;
	border-bottom: none;
	color: #fff;
	line-height: 1.5;
}

.rechner-ti-text ul li.rechner-ti-input {
	margin: 0;
}

.rechner-form .rechner-field-go {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
	background: rgba(0,0,0,0.1);
	width: 1.8em;
	line-height: 1.5;
	text-align: center;
	color: transparent;
	border-radius: 0px;
}

.rechner-field-go:before {
	content: "a";
	font-size: 75%;
	color: #fff;
	width: 100%;
	line-height: 3;
	display: block;
}

.rechner-ti-text ul li.rechner-ti-example {
	font-size: 80%;
	font-style: italic;
	font-weight: 400;
	padding: 0.6em 1em;
	color: rgba(0,0,0,0.2);
	border-top: 1px dashed rgba(255,255,255,0.7);
	margin: 0;
}

.rechner-ti-text ul li.rechner-ti-example em {
	color: #fff
}

.rechner-submit-wrap {
	margin-top: 0.4em;
	cursor: pointer;
	position: relative;
	display: inline-block;
	background: rgb(255,215,0);
	color: #fff;
	padding: 0 25px 0 0;
	border-radius: 2px;
	min-width: 300px;
	min-height: 57px;
	text-align: center;
	width: 100%;
	max-width: 300px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}


.rechner-submit-wrap.open {
	padding: 25px;
	max-width: 800px;
	cursor: inherit;
}


.rechner-submit-wrap ul, .rechner-submit-wrap .rechner-result-title {
	max-width: 0px;
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: max-width 1.5s 0.8s, max-height 1.5s, opacity 0.3s;
	-moz-transition: max-width 1.5s 0.8s, max-height 1.5s, opacity 0.3s;
	transition: max-width 1.5s 0.8s, max-height 1.5s, opacity 0.3s;
}

.rechner-submit-wrap.open ul, .rechner-submit-wrap.open .rechner-result-title {
	max-height: 800px;
	max-width: 1200px;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: max-width 1.5s, max-height 1.5s, opacity 0.8s 0.5s;
	-moz-transition: max-width 1.5s, max-height 1.5s, opacity 0.8s 0.5s;
	transition: max-width 1.5s, max-height 1.5s, opacity 0.8s 0.5s;
	
}


.rechner-form .rechner-submit {
	line-height: 3;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 60%;
	text-align: center;
	opacity: 1;
	overflow: hidden;
	height: auto;
	letter-spacing: 3px;
}

.rechner-submit-wrap.open .rechner-submit {
	height: 0px;
	opacity: 0 !important;
}


#rechner-result-close {
	font-family: "schmock";
	content: "x";
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	overflow: hidden;
	height: auto;
	opacity: 0;
	height: 0px;
	padding: 2px;
	cursor: pointer;
}

p.rechner-result-title {
	padding: 0px !important;
	margin: 0px !important;
}

.rechner-submit-wrap.open #rechner-result-close {
	opacity: 1;
	height: auto;
}

.rechner-submit:before {
	content: "a";
	color: #fff;
	float: left;
	padding: 0 0.7em;
	margin: 0 0.8em 0 0;
	background: rgba(0,0,0,0.06);
}

#rechner-result li {
	border-bottom: 1px dashed rgba(119,119,119,0.4);
	font-size: 0.7em;
	color: rgb(85,85,85);
	padding: 10px 0px;
	line-height: 1;
	text-align: right;
	width: 100% !important;
	display: table;
	display: block;
	margin: 0px;
}

#rechner-result {
	text-align: center;
}

#rechner-result li p {
	padding: 0px;
	margin: 0px;
	width: 300px;
	display: table-cell;
}

#rechner-result li .rechner-title {
	text-align: left;
	font-size: 75%;
	opacity: 0.6;
	width: 75%;
}

#rechner-result li .rechner-price {
	text-align: right;
	width: 200px;

}

#rechner-result li:nth-last-child(2) {
	border-bottom: 2px solid rgb(119,119,119);
}

#rechner-result li:last-child .rechner-title {
	font-weight: bold !important;
	font-size: 100% !important;
	opacity: 1;
}

#rechner-result li:last-child .rechner-price {
	font-weight: bold !important;
}
#rechner-result li:last-child .rechner-title em {
	font-weight: 400;
	font-size: 75% !important;
	opacity: 0.6;
}


.no-touch .rechner-form .rechner-submit:hover,
.no-touch .rechner-form .rechner-submit:active {
	background: #69B1A9;
}

.no-touch .rechner-form .rechner-submit:hover:before {
	background: #58a199;
}

.rechner-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	z-index: 9999;
	visibility: hidden;
	transition: visibility 0s 0.3s, opacity 0.3s;
}

.rechner-field.rechner-field-open ~ .rechner-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}


ul.fklassen {
	overflow: visible;
	display: table-cell;
	width: 80%;
	max-width: 1100px;
	min-width: 0px !important;
	padding: 0px 15px;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	z-index: 10;
}

ul.fklassen .content-box {
	position: relative;
	left: 0px;
	float: left;
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	vertical-align: top;
}

ul.fklassen .content-box:after {
    clear : both;
}

li.fklassen-class {
	display: inline-block !important;
	width: 26%;
	min-width: 180px;
	overflow: hidden;
	padding: 20px;
	cursor: pointer;
	white-space: pre-line;
	vertical-align: top;
	margin-bottom: 0px;
	padding-bottom: 0px;
	min-height: 510px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
li.fklassen-class:hover {
	background-color: white;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

li.fklassen-class .details {
	display: none;
}

li.fklassen-class img {
	opacity: 0.72;
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: -9px;
	padding: 0px;
}

li.fklassen-class h2 {
	text-align: center;
	font-size: 3em;
}

.slider-table {
	display: table;
	vertical-align: top;
	width: 100%;
}

.openslider-button {
	display: table-cell;
	width: 10%;
	margin: 0;
	padding: 0;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	z-index: 400 !important;
	position: relative;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
}

.openslider-button p {
	display: inline-block;
	background-color: rgb(255,215,0);
	opacity: 0.6;
	vertical-align: middle;
	padding: 25px;
	font-size: 40px;
	font-family: schmock;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 401;
}
.openslider-back {
	text-align: left;

}
.openslider-forth {
	text-align: right;

}

.openslider-back p:hover {
	padding-left: 50px;
	opacity: 0.9;
}
.openslider-forth p:hover {
	padding-right: 50px;
	opacity: 0.9;
}

.openslider-back p {
	text-align: left;
	
}
.openslider-forth p {
	
}


@media screen and (max-width: 1200px){
	ul.fklassen {
		max-width: 900px;
	}
}

@media screen and (max-width: 45em) {
	.rechner-form {
		font-size: 1.8em;
	}
	#room-img {
		height: 80px !important;
		min-height: 200px;
	}

	#sehtest-img {
		display: none !important;
	}

	.openslider-button p {
		display: inline-block;
		background-color: rgb(255,215,0);
		opacity: 0.6;
		vertical-align: middle;
		padding: 15px;
		font-size: 20px;
		font-family: schmock;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		z-index: 401;
	}

	.openslider-back p:hover {
		padding-left: 30px;
		opacity: 0.9;
	}
	.openslider-forth p:hover {
		padding-right: 30px;
		opacity: 0.9;
	}

}

@media screen and (max-width: 25em) {
	.rechner-form {
		font-size: 1.4em;
	}
	li.fklassen-class {
		width: 18%;
	}

	.openslider-button p {
		display: inline-block;
		background-color: rgb(255,215,0);
		opacity: 0.6;
		vertical-align: middle;
		padding: 15px 5px;
		font-size: 15px;
		font-family: schmock;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		z-index: 401;
	}
	.openslider-back p:hover {
		padding-left: 15px;
		opacity: 0.9;
	}
	.openslider-forth p:hover {
		padding-right: 15px;
		opacity: 0.9;
	}
}

/*----------------------------------- Popup ----------------------------------- */

div#popup #popup-content {
	position: relative;
	max-width: 600px;
	max-height: 90%;
	padding: 25px;
	width: 90%;
	min-height: 100px;
	top: 50%;
	left: 50%;
	overflow: scroll;
	background-color: white;
	-webkit-overflow-wrap: touch;
	overflow-wrap: touch;

	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

}

div#popup.show {
	opacity: 1;
	max-height: 100%;
	-webkit-transition: opacity 0.5s, max-height 0s 0s;
	-moz-transition: opacity 0.5s, max-height 0s 0s;
	transition: opacity 0.5s, max-height 0s 0s;
}

div#popup {
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: rgba(0,0,0,0.6);
	z-index: 500;
	opacity: 0;
	max-height: 0px;
	-webkit-transition: opacity 0.5s, max-height 0s 0.5s;
	-moz-transition: opacity 0.5s, max-height 0s 0.5s;
	transition: opacity 0.5s, max-height 0s 0.5s;
}

div#popup h2 {
	text-align: center;
}

div#popup img {
	width: 100%;
	max-width: 400px;
	display: block;
	margin: 0 auto;
}


/* New in 2017 --------------------------------------- */

a.btn-1,
.btn-1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	font-family: schmock;
	border-radius: 2em;
	color: rgb(85,85,85) !important;
	padding: 0.3em 0em 0em 0.1em;
	width: 1.8em;
	height: 1.8em;
	border: 3px solid rgb(85, 85, 85);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}

.absolventen-intro a.btn-1 {
	display: inline-block !important;
	padding-left: 0em !important;
	padding-right: 0.1em !important;
	font-size: 1.6em !important;
	border-width: 2px;
	position: absolute;
	left: 2em;
	top: 1em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.absolventen-intro a.btn-1:hover {
	transform: translateX(-8px);
}

.table-25 {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.table-20 {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

a.table-20 {
	display: inline-block !important;
}

.absolvent-block {
	overflow: hidden;
	position: relative;
	background-color: rgb(255,215,0);
	padding-bottom: 20%;
	margin: 0;
	
}

.abschluesse .absolvent-block {
	padding-bottom: 18%;
}

.absolvent-block .text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	color: white;
	padding: 2em;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	transform: translateY(20%);
}

.absolvent-block:hover .text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.absolvent-block img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
}

.absolvent-block:hover img {
	opacity: 0.1;
}

.absolvent-block .link {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	padding: 2em;
	transform: translate(-50%,-50%);
	text-overflow: center;
}




.absolvent-block .text h3,
.absolvent-block .text h2,
.absolvent-block .text p {
	line-height: 1.4;
	margin: 0;
	padding: 0;
	cursor: pointer;
	color: rgb(60,60,60);
}

.absolvent-block .text h3 {
	margin-bottom: 1em;
}

.abschluesse hr {
	margin-bottom: 4em;
}


.absolventen-page {
	padding-bottom: 1px;
}


.absolventen-page .absolvent-block {
	border: 3px solid white;
}


@media screen and (max-width: 1350px) {
	.absolventen-intro {
		padding-top: 4em !important;
	}
}

@media screen and (max-width: 1410px) {
	.table-20 {
		width: 25%;
		padding-bottom: 30% !important;
	}

	.table-20:nth-child(4) {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.table-20 {
		width: 33.333%;
		padding-bottom: 36% !important;
	}

	.table-20:nth-child(3) {
		display: none;
	}
}

@media screen and (max-width: 850px) {
	.table-20 {
		width: 100%;
		padding-bottom: 45% !important;
	}
}


/* --------------------Absolventen Seite -----------------*/

.absolventen-intro {
	padding: 4em 0em 2em;
}

@media screen and (max-width: 1177px) {
	.absolventen-intro a.btn-1 {
		left: 0.5em;
		top: 0em;
	}

	.absolventen-intro {
		 padding-bottom: 1em;
	}

	.absolventen-intro p {
		margin-bottom: 0em;
	}
}


@media screen and (max-width: 1250px) {
	.table-25 {
		width: 33.333%;
		padding-bottom: 25%;
	}

}

@media screen and (max-width: 950px) {
	.table-25 {
		width: 50%;
		padding-bottom: 45%;
	}

}


@media screen and (max-width: 650px) {
	.table-25 {
		width: 100%;
		padding-bottom: 60%;
	}

}

/*-------------------------- zusatz ---------------------------*/

#Form_ContactForm fieldset{
	border: none;
}

