/* reset */
html, body{width: 100%; margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;font-family: 'Lato', sans-serif;}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

p{margin: 0;padding: 0.6em 0 0 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/*fonts in index.php*/
@font-face {
  font-family: Lato;
  src: url(/helpers/fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: Lato;
  src: url(/helpers/fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: LatoBold;
  src: url(/helpers/fonts/Lato-Bold.ttf);
}

@font-face {
  font-family: LatoLight;
  src: url(/helpers/fonts/Lato-Light.ttf);
}
/* variables - use like this: var(--main-acc-color) */
:root {
  --main-bg-color: #ffffff;
  --sec-bg-color: #e1e1e1;
  --main-txt-color: #181c1c;
  --main-a-color: #c70046;
  --main-acc-color: #e20714;
  --sec-acc-color: #ede8e8;
  --main-acc-act-color: #ebfeff;
  --sec-acc-act-color: #009fff;
  --glitch-color: #ffffff;
  
  --main-code-color: #888888;  
  --main-font: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  --h-font: 'LatoLight';  /* var(--h-font) */
  --hb-font: 'LatoBold'; /* var(--hb-font) */
  
  /*slider*/
  --swiper-theme-color: #dcff02;
  --swiper-navigation-size: 30px;
  --main-slider-overlay-einzeln-color: #dcff02;
}

/* ------------------------------------------------- */
body {
  color: var(--main-txt-color);
  background-color: var(--main-bg-color);
  font-size: 1em;
  font-weight: 500;
  /* letter-spacing: .01em; */
  line-height: 1.6;
  font-family: var(--main-font);
}
/* grid layout 4 content */
.grid {
  display:grid;
  min-height:60vh;
  min-width:100%;
  grid-template-rows: 1fr auto;
   align-items: start;
}
form{width:100%;}
/* Mobile First Media Queries 640 < 1280 < 1920 */
/* Base style */
  .page{
		background-color: var(--main-bg-color);
		padding: 0;
		margin: 0;
		overflow-x: hidden;
	}
  .wrapper{max-width:90vw; margin: 0 auto;}
  
/* Larger than mobile screen */
@media (min-width: 40.0rem) {
  .wrapper{max-width:90vw;width: 90vw;}
}

/* Larger than tablet scr een */
@media (min-width: 80.0rem) {
  .wrapper{max-width:1024px;}
}
/* Larger than desktop screen */
@media (min-width: 120.0rem) {
  
}

/* TYPO */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .5em 0;
}

h1 {
  font-size:calc(0.899vw + 20.0515px);
  line-height: 1.2;
}

h2 {
  font-size:calc(0.7vw + 25px);
  line-height: 1.25;
  font-weight: 300;
  padding: 0em 0 0 0;
}

h3 {
  font-size: calc(.5vw + 15px);
    line-height: 1.3;
    display: inline-block;
	font-weight: 300;
}

h4 {
  font-size: 2.2rem;
  letter-spacing: -.08rem;
  line-height: 1.35;
}

h5 {
  font-size: .9rem;
  /* letter-spacing: -.05rem; */
  line-height: 1.5;
  font-weight: 600;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}
#datepicker input[type="text"]{
    font-size: 1.5em;
    font-family: 'Lato';
}
.hidden { display:none; }
tr{padding-bottom: .5em;}
td{padding-right: .5em;border-bottom: 1px solid #ffc5e0;}
.red{color: var(--main-acc-color);font-family: Lato !important;}
.blue {color: var(--sec-acc-act-color);font-weight:600;}
.over {
    font-size:calc(0.899vw + 32.0515px);
    line-height: 1.1;
    margin-bottom: 5px;
	font-family: LatoLight;
	}
.oversmall {
    font-size:calc(0.899vw + 16.0515px);
    line-height: 1.1;
    margin-bottom: 5px;
	}
.oversmaller {
    font-size: calc(0.9em + 3px);
    margin-bottom: 5px;
	}
.abstand-top{margin-top: 40px;}
.center{text-align: center;}
.formtext{margin-bottom: 0em;margin-top:1em;}
.form-check-inline{font-size: 80%;}
input.datepicker{font-size: 30px;}
.personalinfo{
	
	margin-left:1em;
	border-radius:0px !important;
	border:1px solid var(--main-txt-color) !important;
	width:100%;
}
.startbutton{
	width:100%;
}
/* collapsible */
.collapsible {
  cursor: pointer;
  padding:.7em;
  width: 100%;
  border: 1px solid var(--main-acc-color);
  text-align: left;
  outline: none;
  margin: 1em 0 1em 0;
  color: var(--main-txt-color);
  background-color: var(--main-bg-color);
}

.active, .collapsible:hover {
  background-color: var(--main-acc-color);
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.klassencontent {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 4px;
}
.content .open {
  max-height: 100%;
}

.gutscheinbilddiv{
	width:100%;
	max-height:250px;
	overflow: hidden;
}
.klassenbilddiv{
    max-height: 150px;
    overflow: hidden;
    display: flex;
	max-width: 100%;
    flex-wrap: wrap;
}
.klassenbilddiv h3{
    padding: .7em 0 0 .5em;
}
.klassencontent h3{
	color: var(--main-acc-color);
}
.gutscheinbild{
	width:100%;
}
/* .giftbox{width:100px;} */
.giftbox::before {
  content: '';
  background: url(/helpers/img/Gift-Box.png);
  /*position: absolute; */
    /* top: 0px; */
    /* left: 0px; */
    width: 120px;
	height: 120px;
    display: inline-block;
}

/* Funny Radiobox */
label.control-label {
  min-width: 260px;
}
label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
  min-width: 190px;
  width:100%;
}
.control-label{
 font-size: 80%;	
}
label input {
  position: absolute;
  left: -9999px;
}
label input:checked + span {
  background-color: var(--sec-acc-color);
}
label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em var(--main-a-color);
}
label span {
  display: flex;
  align-items: center;
  border-radius: 99em;
  transition: 0.25s ease;
  padding: .5em;
}
label span:hover {
  background-color: var(--main-acc-color);
  color: var(--main-bg-color);
}
label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 1em var(--sec-acc-color);
}
/* gutscheincss */
.gutscheincss{
	margin: 1em;
    border-radius: 10px;
    border: .2em solid var(--main-acc-color);
    background-color: var(--main-acc-color);
    padding: .5em;
    color: var(--main-bg-color);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
.gutscheincssbild{
		
	}
.gutscheinlogo{
	padding: 0 0 1em 0;
	float: right;
    width: 200px;
}
.gutscheinlogo:hover{
	filter: grayscale(30%);
}
.klassenicon{
	max-width: 80px;
}
.vorteileicon{
	max-width: 80px;
	display:block;
}
/* navbar */
.navbar-brand:hover{
	filter: grayscale(30%);
}
.menu {
  margin: 0;
  text-align: right;
  overflow: hidden;
  list-style: none;
  padding-top: 0.5em;
}
.logo{
    padding: 1em 0 0 0;
    float: left;
	}
.toggle {
  display: none;
  position: relative;
}

.toggle span,
.toggle span:before,
.toggle span:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 18px;
  border-radius: 2px;
  background: var(--main-acc-color);
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  right: 0;
}

.toggle span:before {
  top: -6px;
}

.toggle span:after {
  bottom: -6px;
}

.toggle.open span{
  background-color: transparent;
}

.toggle.open span:before,
.toggle.open span:after {
  top: 0;
}

.toggle.open span:before {
  transform: rotate(45deg);
}

.toggle.open span:after {
  transform: rotate(-45deg);
}

.menu__item {
  padding: 1rem;
  display: inline-block;
}

.menu__item.toggle {
  display: none;
}
/* .nav-link:before {
    content:"🔑";
}*/
/* header icons */
.link_klassen:before {
  display: inline-block;
  content: ' ';
  background-image: url('img/headericons/graduation-cap.svg');
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
.link_kontakt:before {
  display: inline-block;
  content: ' ';
  background-image: url('img/headericons/phone-call.svg');
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
.link_kursplan:before {
  display: inline-block;
  content: ' ';
  background-image: url('img/headericons/calendar.svg');
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
.link_team:before {
  display: inline-block;
  content: ' ';
  background-image: url('img/headericons/user.svg');
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
.link_key:before {
  display: inline-block;
  content: ' ';
  background-image: url('img/headericons/key.svg');
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
a.nav-link{
	color: #272c30;
	font-weight: 600;
	font-size: 103%;
}
.navbar{
	min-height: 80px;
	border-bottom: 2px solid var(--main-acc-color);
}
@media screen and (max-width: 600px) {
  nav {
    grid-template-columns: 122px auto;
  }

  .menu__item{
    display: none;
  }

  .menu__item.toggle {
    display: inline-block;
  }

  .menu {
    text-align: right;
    padding: 0.5rem 1rem;
  }

  .toggle {
    display: block;
  }

  .menu.responsive .menu__item:not(:first-child) {
    display: block;
    padding: 0 0 0.5rem 0;
  }
}

/* footer */
a.footer-item,li.footer-item{list-style: none;}
.footer{
	margin-top: 1em;
	background-color: var(--sec-bg-color);
	padding-top: 2em;
}
/* stundenplan */
/* Klassen Icons */
button#klasseB{
	background-image: url( '/helpers/img/cal_B.png'); 
            background-size: cover; 
			background-color: transparent;
            width: 80px;
			height: 44px;
}
button#BL17{
	background-image: url( '/helpers/img/cal_BL17.png'); 
            background-size: cover; 
			background-color: transparent;
            width: 80px;
			height: 44px; 
}
button#Bdual{
	background-image: url( '/helpers/img/cal_BDual.png'); 
            background-size: cover; 
			background-color: transparent;
            width: 80px;
			height: 44px; 
}
button#klasseA{
	background-image: url( '/helpers/img/cal_A.png'); 
            background-size: cover; 
			background-color: transparent;
            width: 80px;
			height: 44px; 
}
button#klasseAM{
	background-image: url( '/helpers/img/cal_AM.png'); 
            background-size: cover; 
			background-color: transparent;
            width: 80px;
			height: 44px; 
}
button#CEF{
	background-image: url( '/helpers/img/cal_CEF.png'); 
            background-size: cover; 
			background-color: transparent;
            width: 80px;
			height: 44px; 
}
button#C95{
	background-image: url( '/helpers/img/cal_C95.png'); 
            background-size: cover; 
			background-color: transparent;
            width: 80px;
			height: 44px;
}
button#Arzt{
	background-image: url( '/helpers/img/cal_Arzt.png'); 
            background-size: cover; 
			background-color: transparent;
            width: 80px;
			height: 44px; 
}
button#EHK{
	background-image: url( '/helpers/img/cal_EHK.png'); 
            background-size: cover; 
			background-color: transparent;
            width: 80px;
			height: 44px; 
}
@media only screen and (min-width: 768px) {
/* Klassen Icons */
button#klasseB{
	background-image: url( '/helpers/img/cal_B.png'); 
            /*background-size: cover; */
			background-color: transparent;
            /*width: 160px;
			height: 90px;*/
            font-size: 2rem; 
			margin: 1em;
}
button#BL17{
	background-image: url( '/helpers/img/cal_BL17.png'); 
            /*background-size: cover; */
			background-color: transparent;
            /*width: 160px;
			height: 90px;*/
            font-size: 2rem; 
			margin: 1em;
}
button#Bdual{
	background-image: url( '/helpers/img/cal_BDual.png'); 
            /*background-size: cover; */
			background-color: transparent;
           /*width: 160px;
			height: 90px;*/
            font-size: 2rem; 
			margin: 1em;
}
button#klasseA{
	background-image: url( '/helpers/img/cal_A.png'); 
            /*background-size: cover; */
			background-color: transparent;
            /*width: 160px;
			height: 90px;*/
            font-size: 2rem; 
			margin: 1em;
}
button#klasseAM{
	background-image: url( '/helpers/img/cal_AM.png'); 
            /*background-size: cover; */
			background-color: transparent;
            /*width: 160px;
			height: 90px;*/
            font-size: 2rem; 
			margin: 1em;
}
button#CEF{
	background-image: url( '/helpers/img/cal_CEF.png'); 
            /*background-size: cover; */
			background-color: transparent;
            /*width: 160px;
			height: 90px;*/
            font-size: 2rem; 
			margin: 1em;
}
button#C95{
	background-image: url( '/helpers/img/cal_C95.png'); 
            /*background-size: cover; */
			background-color: transparent;
            /*width: 160px;
			height: 90px;*/
            font-size: 2rem; 
			margin: 1em;
}
button#Arzt{
	background-image: url( '/helpers/img/cal_Arzt.png'); 
            /*background-size: cover; */ 
			background-color: transparent;
            /*width: 160px;
			height: 90px;*/
            font-size: 2rem; 
			margin: 1em;
}
button#EHK{
	background-image: url( '/helpers/img/cal_EHK.png'); 
            /*background-size: cover; */
			background-color: transparent;
            /*width: 160px;
			height: 90px;*/
            font-size: 2rem; 
			margin: 1em;
}
}

.kursplanbutton{
	background-color: transparent;
    font-size: 2rem;
    margin: 1em;
	border: 0px var(--main-txt-color) !important;
	border: 0px solid var(--main-acc-color) !important;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 3rem !important;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
/* BK style */
.date-dropdowns .year{
	border-radius: 10px 0px 0px 10px;
    padding: 25px 30px 25px 30px;
    background: #ee1c25;
    color: var(--main-bg-color);
    border: none;
    border-right: 1px solid #e0b3b3;
	font-size: 18px;
	font-family: Lato;
}
.date-dropdowns .month{
    padding: 25px 25px 25px 25px;
    border-right: 1px solid #e0b3b3;
    background: #ee1c25;
    color: var(--main-bg-color);
    border-bottom: none;
    border-top: none;
	font-size: 18px;
	font-family: Lato;
}
.date-dropdowns .day{
    border-radius: 0px 10px 10px 0px;
    padding: 25px 25px 25px 25px;
    background: #ee1c25;
    color: var(--main-bg-color);
    border: none;
	font-size: 18px;
	font-family: Lato;
}
.cal_age{
    width: 41%;
    font-size: 28px;
	font-family: LatoLight;
}
.date-dropdowns{margin-top: 10%;}
#formContent{margin: 0 auto;}

.inputGroup {
  display: inline-block;
  margin: 10px;
  position: relative;
}
.inputGroup label.book {
  padding: 6px 30px;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  
  border: 1px solid var(--main-acc-color);
  border-radius: 10px;
  color: var(--main-txt-color);
  
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
  width: 120px;
}

.inputGroup label.bookinfo {
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  
  border: 0px solid var(--main-txt-color);
  border-radius: 10px;
  color: var(--main-txt-color);
  
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
  width: 80px;
  min-width: 120px;
  margin: 10px 0;
}

.inputinfo{
	padding: 6px;
	border-radius: 10px;
	color: var(--main-txt-color);
	border: 1px solid var(--main-acc-color);
}

.checkmark{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 100%;
}
input:checked + .checkmark{
  background: #d0d0d073;
}
label span.checkmark {
    display: flex;
    align-items: center;
	border-radius:4px;
    transition: 0.25s ease;
    padding: .5em;
	z-index: -2;
}
label span.checkmark:hover {
    background-color: #d0d0d073;
}
#hideshow{
	border-bottom: 2px solid var(--main-acc-color);
}
.programm{
	background-color: var(--main-acc-act-color);
	border: 1px solid var(--sec-acc-act-color);
	border-radius: 10px;
	height: 100%;
	width: 100%;
	padding: 1em;
	font-size: 80%;
}
#programm_GW{
	margin-bottom: .5em;
}
@media (min-width: 40.0rem) {
  .programm{
	background-color: var(--main-acc-act-color);
	border: 1px solid var(--sec-acc-act-color);
	border-radius: 10px;
	height: 100%;
	padding: 1em;
}
}
/********* page loader start here *********/
		#loader {
		    display: none; 
		}
		.loader-overlay {background: #fff; opacity: 0.9; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 11111;}
		.loader-border {width: 100px; height: 100px; position: relative; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
		.loader-border:before {content: ''; width: 100px; height: 100px; display: inline-block; padding: 0px; border: 5px dotted; border-top-color: #77a7d1; border-bottom-color: #274E7D; border-left-color: #77a7d1; border-right-color: #274E7D; position: absolute; top: 0; left: 0; -webkit-animation: loader 3.5s linear infinite; animation: loader 3.5s linear infinite;}
		.a-loader {width: 40px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

		@keyframes loader {
		from {transform: rotate(0deg);}

		to {transform: rotate(360deg);}
		}

		@-webkit-keyframes loader {
		from {-webkit-transform: rotate(0deg);}

		to {-webkit-transform: rotate(360deg);}
		}
		/********* page loader end here *********/
.gutscheinimg{
	display:block;
	width:100%;
}
.bluebox{
	z-index:222;
	background-color: var(--main-acc-act-color);
    border: 1px solid var(--sec-acc-act-color);
    border-radius: 6px;
    height: 25px;
    width: 25px;
	color: var(--sec-acc-act-color);
	text-align: center;
	cursor: pointer;
	margin-left: 7px;
	margin-bottom: 0.7em;
}
.klassentext {display:none;}
.programmtext{
	color: var(--sec-acc-act-color);
	font-size:80%;
}
.klab{width:45%;}
/********* CSS accotab *********/
/* Accordion styles */

*, :after, :before {
    box-sizing: border-box;
}
.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.accordion .a-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 5px;
}
.accordion .a-container .a-btn {
	margin: .5em 0;
	position: relative;
	padding: 15px 30px;
	width: 100%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
	border: 1px solid var(--main-acc-color);
	}
.accordion .a-container .a-btn span {
  display: block;
  position: absolute;
  height: 14px;
  width: 14px;
  right: 20px;
  top: 18px;
}
.accordion .a-container .a-btn span:after {
  content: "";
  width: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 6px;
}
.accordion .a-container .a-btn span:before {
  content: "";
  width: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 6px;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.accordion .a-container .a-panel {
  width: 100%;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0px 10px;
}
.accordion .a-container.active .a-btn {
}
.accordion .a-container.active .a-btn span::before {
  transform: rotate(0deg);
}
.accordion .a-container.active .a-panel {
  padding: 15px 10px 10px 10px;
  opacity: 1;
  max-height: 100%;
}
.a-container.active{
	background-color: var(--main-bg-color);
	background-color: white;
	}
	.klassenAuswahlDiv{display:flex;}