@charset "utf-8";
@import url("https://www.malaga-si.de/google-fonts/font-open-sans/stylesheet.css");
@import url("https://www.malaga-si.de/google-fonts/font-lato/stylesheet.css");

/* CSS Document */

body 
{ background-color:white;
background-image: radial-gradient(#daa520 9px, transparent 10px), repeating-radial-gradient(#daa520 0,#daa520 6px, transparent 5px, transparent 20px, #daa520 21px, #daa520 25px, transparent 26px, transparent 0px);    
background-size: 30px 30px, 90px 90px; 
background-position: 0 0;
background-attachment: fixed;}

.textlink {color: #daa520;}

.implink {
	color: #fff;
}

td, tr {padding: 0px; text-align:left !important; }

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	line-height: 50px;
	color: rgb(153,0,0);
	text-transform: uppercase;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 35px;
	color:rgb(153,0,0);
	text-transform: uppercase;

	}
	
h3 {
	font-family: 'Lato', sans-serif;
	color: rgb(153,0,0);
	text-transform: uppercase;

	}

hr  {
	height: 30px;
	border-style: solid;
	border-color: rgb(153,0,0);
	border-width: 1px 0 0 0;
	border-radius: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
} hr:before {display: block; content: ""; height: 30px; margin-top: -31px; border-style: solid; border-color: rgb(153,0,0); border-width: 0 0 1px 0; border-radius: 20px; }

img {
	max-width: 100%;
	height: auto;
}

input, textarea, select {
	border: 1px solid #f79625;
}

#logo {
	width: 255px; margin: 0 auto;
	text-align:center;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
	}

#wrapper {
	max-width: 1280px; margin: 0 auto;
	border: 5px solid rgb(153, 0,0);
	background-color: #fff;
	box-shadow: 0px 0px 15px #666666;

     }

#header {
	width: 100%;
	height: auto;}

#header img {
	max-width:100%;
	height: auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: auto;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: rgb(153, 0,0);
}
#cssmenu > ul {
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;

}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
	padding: 15px;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,0.4);
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
	color: #ffffff;
	background-color: rgb(185,0,0);
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #fff;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 50px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
  z-index: 100;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 40px;
  left: 0px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: -0px;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
	text-decoration: none;
	font-weight: 400;
	padding: 11px 25px;
	width: 180px;
	color: #333333;
	background: #ffffff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgb(153, 0,0);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;

}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}

#content {
	background-color:#fff;
	text-align: center;
	padding: 60px 85px 60px 85px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
	max-width: 100%;
	height: auto;
	box-shadow: 0px 0px 25px #666666;
}

.foto {padding: 0 0 50px 0; text-align: center; max-width: 100%;
	height: auto;}
	
.textlink {color: rgb(153,0,0);}


#footer {
	max-width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: rgb(153, 0,0);
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	}
	
/* ----- Styles fuer die Preisliste und kalkulator ----- */

.preisliste, .konfigurator {font-size:12px;}
.preisliste table.liste{border-collapse:collapse; width:100%}
.preisliste table.liste thead{
	background-color: rgb(153,0,0) !important;
	border: 1px solid #000;
	border-bottom-width: 0
}
.preisliste .kurs, .konfigurator .titel{}/* ----- Styles nichtumbruch bei Kurstitel ----- */

.konfigurator .einheiten{text-align:center !important;}
.preisliste table.liste tr, .konfigurator table.liste tr{border-bottom:1px solid black; border-left:1px solid #999; border-right:1px solid #999}
.preisliste table.liste td, .preisliste table.liste th, .konfigurator table.liste td, .konfigurator table.liste th{padding:3px 2px 3px 2px;text-align:left; vertical-align:top; line-height:100%; font-size:12px}
.preisliste table.liste th.dauer{text-align:left}
.preisliste table.liste th.wochen{padding-left:0}
.preisliste h2, .konfigurator h2{
	font-size: 14px;
	margin: 0 0 0.5em 0;
	color: #f5185f;
	text-transform: uppercase;
}
.preisliste .datum{width:6em; margin-right:0.5em; padding:0.1em; background-color:#eee}
.preisliste .abschnitt, .konfigurator .abschnitt{width:90%; font-size:12px; border:1px solid #ddd; padding:0.5em 15px; margin:0.5em 0}
.preisliste .zebra0, .konfigurator .zebra0  {background-color:#EEEEEE}
.konfigurator table.liste thead{color:#000; background-color:rgb(153,0,0) !important; border:1px solid #999; border-bottom-width:0}
.konfigurator select{margin:1px; background-color:#F4F4F4; border: 1px solid #ccc;}
#auswahl td, #auswahl th{vertical-align:bottom; font-size:12px;}
#auswahl input.submit{font-weight:bold; padding:0 1em; margin:0}
#filter label, #anfrage label{display:inline-block; width:10em; text-align:right}
.muss label{font-weight:bold}
.fehler{color:darkred; border:1px solid darkred}
#filter select, #anfrage select, #filter input.text, #anfrage input.text{width:20em}
#anfrage textarea{width:20em; height:3em}
table.liste thead th.woche{padding-left:0.75em}
table.liste th.dauer{text-align:right}
table.liste th.wochen{padding-left:0}
#name, #strasse, #telefon, #geburt{margin-top:1em}
#submit{font-weight:bold; font-size: 1.2em; padding-left:10em; margin-top:1em}
#submit input.submit{width:20em;}
input, select{
	font-family: Arial, Helvetica, sans-serif;
}
#auswahl td, #auswahl th{vertical-align:bottom}
.muss label{font-weight:bold}
.fehler{color:darkred; border:1px solid darkred}
#filter select, #anfrage select, #filter input.text, #anfrage input.text{width:20em; font-size:12px}
#anfrage textarea{width:20em; height:3em}
table.liste thead th.woche{padding-left:0.75em}
#name, #strasse, #telefon, #geburt{margin-top:1em}
div.basiswoche {
	float: right;
}

div.basiswoche input.submit {
	margin-left: 5px;
}


@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 
 h1 {
	font-size: 1.5em;
	line-height: 30px;
}

h2 {
	color:rgb(153,0,0);
	font-size: 1.125em;
	padding: 0;
	}
	

#cssmenu {
  }
  #cssmenu > ul {
    display: none;
	box-shadow: none;
	background-image: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid #fff;
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
		border-top: 1px solid #fff;

  }
  #cssmenu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
   /* font-weight: 700;*/
    color: /*#d3eced*/ #fff;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgb(153,0,0);
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #C8C891;
    border-bottom: 2px solid #C8C891;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #C8C891;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  
  
  #content {
	padding: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #1A1A1A;
	max-width: 100%;
	height: auto;
	border-left: 1px solid rgba(80, 80, 80, 0.12);
  	border-right: 1px solid rgba(80, 80, 80, 0.12);
	box-shadow: 0px 0px 25px #666666;
}


#footer {
	max-width: 100%;
	height: auto;
	padding: 10px;
	font-size: 10px;
	}


input  {
	max-width: 30% !important;
	text-align: left;
}

input[type='radio'] {
	
	max-width: 50px;

	
}

@media screen and (max-width: 500px) {
	
	img {
	max-width: 100%;
	height: auto;
}

  #content {
	padding: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	max-width: 100%;
	height: auto;
	border-left: 1px solid rgba(80, 80, 80, 0.12);
  	border-right: 1px solid rgba(80, 80, 80, 0.12);
	box-shadow: 0px 0px 25px #666666;
}

hr  {
	border-style: solid;
	border-color: rgb(153,0,0);
	border-width: 1px 0 0 0;

} hr:before {display: block;  }


h2 {
	line-height: 20px;
	}



}