/* bitter-regular - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bitter-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/bitter-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bitter-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bitter-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bitter-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bitter-v25-latin-regular.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html {
	overflow-y: scroll;
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-size:16px;
}
html.nooverflow{
	overflow-y:hidden;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*font-family: 'Bitter', serif;
font-family: 'Open Sans', sans-serif;*/
body {
	margin: 0;
	padding: 0;
	color: rgb(29,28,27);
	font: normal 1em/1.25em 'Open Sans', sans-serif;
	background: rgb(255,255,255);
	position: relative;
}
table, td { 	border: 0;	margin: 0;	padding: 0;	vertical-align: top;	border-collapse: collapse;	border-spacing: 0;}
iframe, img { 	border: 0;	margin: 0;	padding: 0;}
img {
	display: inline-block;
	vertical-align: text-top;
}
a { 	color: inherit;	outline: 0;}
a:hover {
	color: rgb(222,0,126);
}
/*----------------------------------------------------------------*/
header, nav, main, footer, .logo, .stick { 	position: relative;	margin: 0 auto;
 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}
.center {
	margin: 0 auto;
	position: relative;
}
header { z-index:10; position:relative;}
main { }
.logo {
	position: fixed;
	padding: 0.5em;
	right: -2px;
	top: 0.25em;
	background-color: rgb(29,28,27);
	border-radius: 0 0 0 0.5em;
	z-index:30;}
.logo img { height:auto; width:7em;}
nav.stick { padding-top:0;  height:70px;  position:fixed; z-index:20;}
.anmeldung {
position: absolute;
top: 0.875rem;
left: 5rem; font-size:1em;  }
.anmeldung a { background-color:rgb(222,0,126); color:#fff; font-family:'Bitter', serif; display:block; padding:0.5rem; border-radius:0.25rem; border:1px solid rgb(222,0,126); box-shadow:0 0 4px rgba(0,0,0,0.5); }
.anmeldung a:hover { background-color:rgb(28,27,26);}
.anmeldung img { height:24px; width:auto;}
/*--------------------------------------------------*/
address { 	font-style: normal;}
.content {
	position: relative;
	padding: calc(0.5em + 2.5vw);
	max-width: 1200px;
	margin: auto;
}
.content img{
	max-width:100%;
	height:auto !important;
}
	
.bg-schwarz { background-color:rgb(28,27,26); color:rgb(255,255,255); } 
.bg-weiss { background-color:rgb(255,255,255); color:rgb(28,27,26)} 
.bg-pink { background-color:rgb(222,0,126);}

.bg-schwarz .ghostbutton {
	border: 1px solid #fff;
	color: #fff;
	padding: 8px;
	border-radius: 4px;
	display: inline-block;
	background-color: rgba(255,255,255,0.2);
	text-decoration: none;
}
.bg-schwarz .ghostbutton:hover { background-color:#fff; color:rgb(28,27,26);}

.content.text { max-width:55em; line-height:1.5em;}
.text ul li {
	line-height: 1.5em;
	list-style-type: square;
}
.aktuelles {
	line-height: 2.75rem;
	font-size: 0.75rem;
}
.aktuelles h2 {
	font-family: 'Bitter', serif;
} 
.aktuelles a { text-decoration:none;} .aktuelles img { height:1em !important; width:auto; vertical-align:middle;}
/*-------------------------------------------------------------------*/
.quicklinks {
	padding: calc(0.5em + 3vw);
	overflow: hidden;
	background-color: rgb(28,27,26);
}
.quicklinks ul { list-style:none; padding:0; margin:0; display:flex; justify-content: space-evenly; flex-wrap:wrap;}
.quicklinks ul li {
	background-image: url(../images/bg-quicklinks.png);
	background-repeat: no-repeat;
	background-size: 100%;
	flex: 1 0 22%;
	position: relative;
	margin: 1em 1%;
	max-width: 300px;
	min-width: 185px;
}
.quicklinks a {
	font-size: calc(0.5em + 1vw);
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 5vw 3vw;
	text-decoration: none;
	border-radius: 40%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85%;
}
.quicklinks img {height:1.5em; width:auto; vertical-align:middle; margin:calc(0.25em + 0.675vw);}
.quicklinks h3 { margin-bottom:0; font-size:1.125em;}
.quicklinks ul li:hover {   -webkit-transition: -webkit-transform .8s ease-in-out;
          transition: transform .8s ease-in-out;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);}
.quicklinks ul li:hover a{   -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);}
.quicklinks li:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
/*----------------------------------------------------------------------*/
.filialen {
	padding: 2vw;
	text-align: center;
	background: rgb(222,0,126) url(../images/bg-polygon.jpg);
	background-size: cover;}
.filialen ul { list-style:none; padding:0; margin:0; display:flex; justify-content:center; flex-wrap:wrap;}
.filialen ul li {  text-align:left; padding:calc(2vw + 1em);   }
.filialen ul li:hover {  background-color:rgba(255,255,255,0.9);  }
.filialen h1 { color:#fff; font-family:'Bitter', serif;} .filialen h2 { color:#fff;}
.filialen a {
	display: inline-block;
	text-decoration: none;}
.filialen a:hover { color:rgb(28,27,26);}
/*----------------------------------------------------------------------*/
.team-box { list-style:none; padding:0; margin:0;}
.team-box li { display:block; padding: 1em 0em 1em 0;margin: 0;}
.team-box img { width:100%; height:auto;}
.team-box a { text-decoration:none;}
.team-box ul li{ display:list-item !important;}
/*----------------------------------------------------------------------*/
#map { 	width:100%; height: calc(25vw + 25vh);}
footer {
	margin: 0 auto;
	background-color: rgb(28,27,26);
	color: #fff;
	font-family: 'Bitter', serif;}
footer .left, footer .right { display:block;}
footer ul { list-style:none; padding:0; margin:0; display:flex; justify-content:flex-start; flex-wrap:wrap;}
footer ul li {  text-align:left; padding:1em 2em 1em 0; flex:0 1 230px;  }
.impressumcontainer {
	margin-top: 3em;
	font-size: 0.9em;}
/*----------------------------------------------------------------*/
#header-image-pager {
	position: absolute;
	z-index: 999;
	text-align: center;
	left: 0px;
	right: 0px;
	bottom: 20px;}
#header-image-pager a {
	background: #fff;
	text-indent: -9999px;
	width: 18px;
	height: 18px;
	margin: 0 5px;
	outline: 0;
	display: inline-block;
	border: 2px solid rgb(250,250,250);
	box-shadow: 2px 2px 4px rgba(50,50,50,0.7);
	border-radius: 10px;}
#header-image-pager a:hover, #header-image-pager a.active {
	background-color: rgb(222,0,126);
	border-color: #fff;}
/*----------------------------------------------------------------*/
.bild {
	position: relative;
	overflow: hidden;
	background: url(../images/loader.gif) no-repeat center center;}
.bildtext1, .bildtext2 {
	position: absolute;
	widht: 100%;
	left: 0;
	font-size: calc(0.75em + 4vw);
	bottom: calc(10vw + 10vh);
	background-color: rgba(255,255,255,0.9);
	line-height: 1.125em;
	padding: 1.5rem 2rem;
	border-radius: 0 2rem 2rem 0;
	font-family: 'Bitter', serif; z-index:50;}
.bildtext2 {
	font-size: calc(0.5em + 2vw);
	bottom: calc(2.5vw + 2.5vh);
	background-color: rgba(29,28,27,0.9);
	color: rgb(255,255,255);}
.bild a { text-decoration:none;}
/*----------------------------------------------------------------*/
nav  {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	margin: auto;
	padding: 0;
	width: 100%;}	
nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0 auto; position:relative;}
nav ul li {
	padding: 0 0.25em;
	margin: 0 0 3em 0;
	text-align: center;	}	
nav ul li a {
	line-height: 1.25em; display:inline-block;
	margin: 0.25em 0.125em 0.5em;
	padding: 0.125em 0.5em;
	text-decoration: none !important;
	font-family:'Bitter', serif; font-size:2.5em; color:rgb(222,0,126); position:relative; }
nav ul li a:hover, nav ul li a.aktiv {	
	background-color: rgb(255,255,255);}
nav ul li a:hover { color:rgb(28,27,26);}
nav ul li a:after {
      content: '';
      position: absolute;
      background-color:rgb(222,0,126);
      height: 4px;
      width: 0%;
      transform: translateX(-50%);
      left: 50%;
      bottom: 0;
      transition: .35s ease;    }
nav ul li a:hover:after, nav ul li a.aktiv:after {
      width: 100%;    }
nav ul li ul {
	list-style-type: none;
	padding: 0px;
	margin: 1em auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;}
nav ul li ul li {
	padding: 0 0.25em;
	margin: 0;
	text-align: center;
	flex: 0 1 auto;	}
nav ul li ul li a {
	line-height: 1.5em;
	display: block;
	margin: 0.125em;
	padding: 0.375em 0.675em;
	background-color: rgb(223,222,221);
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	color: rgb(29,28,27);
	border: 0;
	border-radius: 4px;
}
nav ul li a:hover, nav ul li a.aktiv {
	border-bottom-color: rgb(222,0,126);}
nav ul li ul li a:hover, nav ul li ul li a.aktiv {
	background-color: rgb(222,0,126);
	border:0; color:#fff;}
/*------------------------------------------------------------------------------------------------------*/
#menuToggle {
	display: block;
	position: absolute;
	top: 2rem;
	left: 2rem;
	width: 70px; height: 56px;
	z-index: 1;
	padding: 10px 0 3px 8px;
	-webkit-user-select: none;
	user-select: none;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 3px rgba(0,0,0,0.4); border:3px solid rgb(222,0,126);
}
#menuToggle input {
	display: block; 
	width: 70px;
	height: 56px;
	position: absolute;
	top: -4px;
	left: -4px;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 2; /* and place it over the hamburger */
	-webkit-touch-callout: none;}
/* * Just a quick hamburger */
#menuToggle span {
	display: block;
	width: 48px;
	height: 6px;
	margin-bottom: 6px;
	position: relative;
	background-color: rgb(222,0,126);
	z-index: 1;
	transform-origin: 0px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;}
#menuToggle:hover span { background-color:rgb(28,27,26);}
#menuToggle span:first-child {
	transform-origin: 0% 0%;}
#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;}
/* Transform all the slices of hamburger into a crossmark. */
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-1px, -11px);
	}
/*But let's hide the middle one. */
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);}
/*Ohyeah and the last one should go the other direction	 */
#menuToggle input:checked ~ span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(5px, 5px);}
/* Make this absolute positioned at the top left of the screen */
#menu {
	position: fixed; overflow:auto;
	width: 100%; height:100%;
	margin: 0; top:0; right:0; left:0; bottom:0;
	padding: 5vmax 5vmax 0;
	background-color: rgb(255,255,255);
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */	  
	transform-origin: 0% 0%;
	transform: translate(-500%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
#menuToggle input:checked ~ #menu {
	transform: scale(1.0, 1.0);
	opacity: 1;
}
/*-------------------------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	font-weight: normal;
	line-height: 1.375em;
}
h1, .h1 {
	font-size: 2em;
	font-size: calc(1.25em + 2.25vw);
}
h2 {
	font-size: 1.5em;
	font-size: calc(1em + 1.25vw);
}
h3 { 	font-size: 1.25em;font-size:calc(1em + 1vw);}
.left { float: left; margin: 0 1em 1em 0;}
.right { float: right;	margin: 0 0 1em 1em;}
footer .left, footer .right { margin-bottom:0;}
.bitter { font-family: 'Bitter', serif;}
.pink {color:rgb(222,0,126);}
.grau {color:rgb(152,150,153);}
.nounder a { text-decoration:none;}
.bg-klasse { position:absolute; right:1em; bottom:1em; font-family:'Bitter', serif; font-size:20em; z-index:0; opacity:0.5; color:rgb(222,0,126);}
iframe.responsive {
	max-width: 100%;
	overflow: auto !important;
	-webkit-overflow-scrolling: touch !important;
}
.restable td{ padding-bottom:1em; padding-right:1em;}
/*----------------------------------------------------------------*/
.clear { 	clear: both;	line-height: 0;	height: 0;	overflow: hidden;	padding: 0;	margin: 0;}
.clear:after { 	content: "";	display: block;	clear: both;}
/*----------------------------------------------------------------*/
.galerie-aktuelles{	line-height: 0px;}
.galerie-aktuelles a{	text-decoration:none;}
.galerie-aktuelles img{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;}
a.button_pager{
	cursor: pointer;
	color: #FFFFFF;
	font-size: 10.5pt;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
	border: 1px solid rgb(222,0,126);
	background-color: rgb(222,0,126);}
a.button_pager:hover,a.pager:hover{
	border: 1px solid rgb(222,0,126);
	color: #FFF;
	background-color: rgb(222,0,126);
}
.pager{
	background-color: #bbb;
	color: #fff;
	border: 1px solid #bbb;
	font-size: 11pt;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;}
.pager_active{
	color: #FFFFFF;
	border: 1px solid rgb(222,0,126);
	font-size: 11pt;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: inline-block;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: rgb(222,0,126);}
.pager_inactive{
	background-color: #eee;
	border: 1px solid #eee;
	color: #ccc;}
.datum{
	font-size:0.8em;
	margin-bottom:5px;}
.trennlinie, hr {
	height: 0px;
	line-height: 0px;
	border-bottom: 1px solid rgb(222,0,126);
	margin: 2em 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	width: 80%;
	overflow: hidden;
}
/*----------------------------------------------------------------*/
#formular { 	position: relative;	alignment-adjust: 0;	margin: 0;	padding: 0;}
form { 	margin: 0;	width: 100%;}

input, textarea, button, select {
	position: relative;
	border: 1px solid rgb(195,54,78);
	width: 100%;
	padding: 0.25em 0.5em;
	color: rgb(75,75,75);
	height: 2.5em;
	font: 16px/24px 'Bitter', serif;
	margin-bottom: 0.5em;
	background: rgb(252,252,252);
	border-radius: 0.25em;
} 

	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(75,75,75);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgb(75,75,75);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(75,75,75);
}
option {line-height:2em; padding:1em 0; display:block;
	color: rgb(75,75,75);}
option:nth-child(even) { background-color:rgba(28,27,26,0.15);}
.check {
	width: 2em;
	padding: 0;
	margin: 0;
	height: 2em;
	background-color: #fff;
}
textarea { height: 150px;}
input:focus, textarea:focus {
	border: 1px solid rgb(255,0,0);
	background: #fff;
	color: #000;
}
.send {
	border: none;
	width: auto;
	cursor: pointer;
	padding: 4px 64px;
	height: 3em;
	color: rgb(255,255,255);
	border-radius: 4px;
	text-shadow: 1px 1px 32px rgba(0,0,0,0.5);
	font-size: 1.5em;
	font-family: 'Bitter', serif;
	background: rgb(222,0,126) url(../images/bg-polygon.jpg);
	background-size: cover;
	letter-spacing: 1px;
}
.send:hover, .send:focus {
	color: rgb(222,0,126);
	background: #FFF;

}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 6px;
	margin-left: -22px;
	cursor: pointer;
	display: inline;
}
.pflicht {
	line-height: 15px;
	color: rgb(222,0,126);
}
a.button{
	border: 1px solid transparent;
	cursor: pointer;
	background-color: rgb(222,0,126);
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: inline-block;
	font-size: 0.9em;
	padding-left: 7px;
	padding-right: 7px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
a.button:hover{
	border: 1px solid #c3364e;
	color: #c3364e;
	background-color: #fff;
}
/*-------------------------------------------------------------------*/	
.drop {  cursor: pointer; font-size:1.5em; color:rgba(50,50,50,0.7); }
input[type="checkbox"]  { display: none; /* hide the checkboxes */}
input +.drop +.box { display:none;}
.drop:after {  content:'►';  }
:checked +.drop:after {  content:'';  }
input:checked + .drop + .box {  display:block;  color:rgba(50,50,50,0.75); opacity:0.85;}	
/*------------------------------------------*/
@media only screen and (max-height:400px) { 
	.bildtext1, .bildtext2 { display:none;} .bild { height:100vh !important;}
	#tobottom { display:none;}
}
@media only screen and (max-width:449px) { 	
	.bildtext1 { display:none;} .bildtext2 {	padding: 0.5rem 1rem;}
	.anmeldung .icon { display:block;} 
	.anmeldung .text { display:none;}
	.logo.stick { display:none;}
	.stick .anmeldung { left:auto; right:0.75rem;}
	header { z-index:10; position:relative; height:70px; background-color:rgb(28,27,26);}
	.restable td { display:block; }
	.sp-hide { display:none; }
	/*------------------------------------------------------------------------------------------------------*/
	nav { z-index:40;}
	#menuToggle {
		display: block;
		position: absolute;
		top:0.875rem; left:0.5rem;
		width: 52px; height: 42px;
		z-index: 1;
		padding: 8px 0 2px 6px;
		-webkit-user-select: none;
		user-select: none;
		background-color: #fff;
		border-radius: 4px;
		box-shadow: 0 0 3px rgba(0,0,0,0.4); border:2px solid rgb(222,0,126);
	}
	#menuToggle input {
		display: block; 
		width: 52px;
		height: 46px;
		position: absolute;
		top: -3px;
		left: -3px;
		cursor: pointer;
		opacity: 0; /* hide this */
		z-index: 2; /* and place it over the hamburger */
		-webkit-touch-callout: none;}
	/* * Just a quick hamburger */
	#menuToggle span {
		display: block;
		width: 36px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;
		background-color: rgb(222,0,126);
		z-index: 1;
		transform-origin: 0px 0px;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;}
	#menuToggle span:first-child {
		transform-origin: 0% 0%;}
	#menuToggle span:nth-last-child(2) {
		transform-origin: 0% 100%;}
	/* Transform all the slices of hamburger into a crossmark. */
	#menuToggle input:checked ~ span {
		opacity: 1;
		transform: rotate(45deg) translate(-1px, -8px);
		}
	/*But let's hide the middle one. */
	#menuToggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);}
	/*Ohyeah and the last one should go the other direction	 */
	#menuToggle input:checked ~ span:nth-last-child(2) {
		opacity: 1;
		transform: rotate(-45deg) translate(4px, 4px);}
	/* Make this absolute positioned at the top left of the screen */
	#menu {
		position: fixed; overflow:auto;
		width: 100%; height:100%;
		margin: 0; top:0; right:0; left:0; bottom:0;
		padding: 80px 3vw 3vw;
		background-color: rgb(255,255,255);
		list-style-type: none;
		-webkit-font-smoothing: antialiased;
		/* to stop flickering of text in safari */	  
		transform-origin: 0% 0%;
		transform: translate(-500%, 0);
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	 font-size:0.675em; }
	#menuToggle input:checked ~ #menu {
		transform: scale(1.0, 1.0);
		opacity: 1;
	}
	/*-----------------------------------------------------*/
	.filialen ul { display:none;}
	.aktuelles h3 { display:block;}
}
@media only screen and (min-width:450px) { 		
	.anmeldung { left:6.5rem; top:1rem;} 
	#menuToggle {top:1rem; left:1rem;} 
	.anmeldung a { padding:0.875rem; font-size:1.25em; text-decoration:none;} 
	.logo {top:0.875rem; right:-2px; border:2px solid #fff; border-radius:0.5em 0 0 0.5em; padding-top:0.25em; padding-bottom:0.25em;}
	.logo.stick  img { height:auto; width:7em;}
	nav.stick { padding-top:0; background-color:rgba(28,27,26,0.8); height:85px;  position:fixed; z-index:20;}
}

@media only screen and (max-width: 699px) {	
	header { position:relative;}
	.bild { height: 250px; height:calc(100vh - 70px);	}
	.logo  img { width:7em;}	
	#tobottom { transform:scale(0.675); right:2em !important; bottom:0.75em !important;	}
	#prevnext { opacity: 0.5;	}
	#prevnext:hover, #prevnext:focus  {	opacity: 1;	}
	footer .left, footer .right { float:none; margin:0;margin-bottom:1em; text-align:left;}
	section { padding:2em 1em !important;}
	.aktuelles h2 { display:block;}
}
@media only screen and (max-width: 895px) {	
	.quicklinks ul li {
	flex: 1 0 49%;
	margin: 1em 1%;
	min-width: 185px;
	max-width: 225px;
	}
	.quicklinks a {
	font-size:1.25em;
	padding:50px 30px;}
}
@media only screen and (max-width: 520px) {	
	.quicklinks ul li {
		flex: 1 0 49%;
		margin: 1em 1%;
		min-width: 100px;
		max-width: 185px;	}
	.quicklinks p { display:none;}
}
@media only screen and (min-width: 700px) {
	.bild { min-height: 500px;	height: 100vh;	}
	header { position: fixed; top: 0; width: 100%; }
	.anmeldung { top: 2rem; left: 10rem; } 
	.anmeldung a { font-size:1.5em;}
	.logo { border-radius:0 0 0 3.5em; border: 2px solid #fff; top:-2px; padding:1rem; }
	.logo img { width:258px;}
	.logo:before {content:url(../images/eck.png); left:-53px; width:4em; height:4em; display:block; top:-2px; position:absolute; }
	 .logo.stick:before {display:none;}	 
	 #menuToggle {top:2rem; left:2rem;}
	 .stick #menuToggle {top:1rem; left:1rem;} .stick .anmeldung {top:1rem; left:6rem;}
}
@media only screen and (min-width: 625px) {	 
	.team-box { list-style:none; padding:0; margin:0; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
	.team-box li { flex: 0 0 50%;}
	.team-box img { width:90%; height:auto;}
	.team-box li:nth-of-type(1) { order: 1; }
	.team-box li:nth-of-type(2) { order: 2; }
	.team-box li:nth-of-type(3) { order: 4; }
	.team-box li:nth-of-type(4) { order: 3; }
	.team-box li:nth-of-type(5) { order: 5; }
	.team-box li:nth-of-type(6) { order: 6; }
	.team-box li:nth-of-type(7) { order: 8; }
	.team-box li:nth-of-type(8) { order: 7; }
	.team-box li:nth-of-type(9) { order: 9; }
	.team-box li:nth-of-type(10) { order: 10; }
	.team-box li:nth-of-type(11) { order: 12; }
	.team-box li:nth-of-type(12) { order: 11; }
	.team-box li:nth-of-type(13) { order: 13; }
	.team-box li:nth-of-type(14) { order: 14; }
	.team-box li:nth-of-type(15) { order: 16; }
	.team-box li:nth-of-type(16) { order: 15; }
	.team-box li:nth-of-type(17) { order: 17; }
	.team-box li:nth-of-type(18) { order: 18; }
	.team-box li:nth-of-type(19) { order: 20; }
	.team-box li:nth-of-type(20) { order: 19; }
	.team-box li:nth-of-type(21) { order: 21; }
	.team-box li:nth-of-type(22) { order: 22; }
	.team-box li:nth-of-type(23) { order: 24; }
	.team-box li:nth-of-type(24) { order: 23; }
	.team-box li { padding-right:1em; padding-left:1em;}
}
@media only screen and (min-width: 1300px) {
	.quicklinks a {
		font-size:1.375em;
		padding:64px 30px;}
	.bildtext1{ font-size:4.25em;} 
	.bildtext2 { font-size:2.5em;}
}
@media only screen and (min-width: 1400px) {	
	main { display:flex; flex-wrap: wrap;} 
	main section {flex:1 0 33%;} 
	.aktuelles {flex-basis:100%;} 
	.quicklinks ul li {flex-basis:300px;}
	.filialen {flex-basis:100%;}
}
/*-----------------------------------------------------------------------*/
#totop, #tobottom {
	position: fixed;
	z-index: 150;
	right: 1em;
	bottom: 1.25em;
	text-decoration: none;
	border-radius: 50%;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#totop { width: 50px; height: 50px;	background: rgb(28,27,26);		padding-top: 2px; display: block;	bottom:4em;}
#tobottom { right: 50%;	margin-right: -25px; position: absolute; width: 50px; height: 50px; background-color: rgb(222,0,126); padding-top: 1px;
 -webkit-animation: tb 2s infinite; /* Safari 4+ */
  -moz-animation:   tb 2s infinite; /* Fx 5+ */
  -o-animation:     tb 2s infinite; /* Opera 12+ */
  animation:        tb 2s infinite; /* IE 10+, Fx 29+ */
}
#tobottom:hover, #tobottom:focus { padding-top: 13px;}
#totop.show, #tobottom.show { visibility: visible; cursor: pointer;	opacity: 1.0;}
@-webkit-keyframes tb {
  0%   { padding-top: 4px; }
  50% { padding-top: 13px; }
  100% { padding-top: 4px; }
}
@-moz-keyframes tb {
  0%   { padding-top: 4px; }
  50% { padding-top: 13px; }
  100% { padding-top: 4px; }
}
@-o-keyframes tb {
  0%   { padding-top: 4px; }
  50% { padding-top: 13px; }
  100% { padding-top: 4px; }
}
@keyframes tb {
  0%   { padding-top: 4px; }
  50% { padding-top: 13px; }
  100% { padding-top: 4px; }
}
/*-----------------------------------------------------*/
#prevnext {
	display: block;
	position: absolute;
	top: 50%;
	width: 100% !important;
	height: 50px;
	margin-top: -25px;
}
#prevnext #prevbutton, #prevnext #nextbutton {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
}
#prevnext #prevbutton { left: 20px;	text-align: left;	padding-left: 2px; padding-top:5px;}
#prevnext #nextbutton {	right: 20px; text-align: right;	padding-right: 2px; padding-top:5px;}
#prevnext #prevbutton:hover, #prevnext #prevbutton:focus, #prevnext #nextbutton:hover, #prevnext #nextbutton:focus {
	background-color: rgb(222,0,126);
}
/*-------------------------------------------------------------------------------*/
.error{font-size:0.9em;color:#ff4ab1;}
#paylink.disabled{
	display:inline-block;
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	opacity:0.5;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;}
/*----------------------------------------------------------------*/
.slider {
	position: relative;
	z-index: 1;
}
.cycle-slideshow {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: url(../images/loader.gif) no-repeat center center;
	height: 100%;
 }
.cycle-slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	display: block;
	height: auto;
}
/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}
/* prev / next links */
.controls {
	position: relative;
	width: 100%;
	font-family: 'Bitter', serif;
	text-align: center;
	cursor: pointer;
	background-color: rgb(222,0,126);
	padding: 0.5em;
}
.controls span {
	padding: 0 1em;
	font-size: 2em;
	color: #fff;
}
.controls span:hover { color:rgb(28,27,26);}

/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}
