/* RESET ------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, b, 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, fuss, kopf, 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 bzeilesers */
article, aside, details, figcaption, figure, fuss, kopf, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 100.01%;
	height: 100.1%;
}
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;
}
div {
	position: relative;
	min-width: 0;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
/* Ende RESET ---------------------------------- */

html {
	height: 101%;
}
body {
	font-family: 'Quattrocento Sans', Arial, Verdana, 'Helvetica', sans-serif;
	background-color: #A0B7E0;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0px;
	font-size: 101.1%;
	color: #333333;
	background-image: url(../images/hg-knolle.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-attachment:fixed;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
	background-size: cover;
	height: 100%;
}
/* Layout -------------------------------------- */
.wrapper {
	position: relative;
	margin-left: 0 auto;
	width:80%;
	min-width:1500px;
	max-width:1140px;
}
#navigation {
	position: absolute;
	top: 50;
	height: 70px;
	width: 100%;
	z-index: 1001;
	/*background-image: url(../images/headerhg.png);*/
	max-width:1500px;


}
#header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
	text-align: center;
	background-color: #fff;
	z-index: 1000;
	border: 0px solid #fff;
	z-index: 1501;
}
.wrapper.main {
	position: relative;
	background: #fff;
	text-align: left;
	padding: 80px;
	padding-bottom: 2%;
	/*border-top: 35px solid #F4DA00;*/
	border-top: 35px;
  border-style: solid;
  border-image: linear-gradient(to right bottom, #F4DA00, #A0B7E0);
  border-image-slice: 5;
	margin-top: 180px;
	margin-bottom: 100px;
	-webkit-box-shadow: 0px 6px 48px 4px #111F35; /* WebKit */
	-moz-box-shadow: 0px 6px 48px 4px #111F35; /* Firefox */
	box-shadow: 0px 0px 10px 4px #111F35; /* Standard */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
/*SLIEDESHOW*/
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter {
	display: inline-block;
	float: left;
	margin-top: 50px;
	margin-left: 5%;
	list-style: none;

}
#introblocks .one_third{
	border: 2px solid #32599C;
color: #dc143c;
}

.motto{
	text-align:center;
	margin-bottom: 1em;
	margin-top: 0;
}

.one_third {
	width: 30%;
}

.centered{
	max-width:1300px;
	text-align: left;
	display: inline-block;
	overflow: hidden;
}

.clear, .group {
	display: block;
	clear: both;
}

.first{
	margin: 0;
}

.nospace {
	margin: 0;
	padding: 0;
	list-style: none;
}

.linklist li {
	display: block;
	margin-bottom: 0.5em;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid;
}

.linklist a{
	color: #32599C;
	text-decoration: none;
}

.linklist li:first-child {
	padding-top: 0.5em
}

.linklist li:last-child {
	border: none;
	margin: 0;
}
figcaption, figure, footer, header, main, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}

.spalte1, .spalte2 {
	position: relative;
	display: block;
	float: left;
	width: 48%;
}
.spalte2 {
	float: right;
}
#introblocks {
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
}

.grid-3 > li:nth-child(3n+1) {
	margin-left: 0;
	clear: left;
}
.grid-3 > li:nth-last-child(-n+3) {
	margin-bottom: 0;
}

#introblocks a{
	text-decoration: none;
}

#introblocks figure figcaption > a {
	color: #FFFFFF;
	background-color: #32599C;
}
#introblocks figure figcaption > a {
	display: block;
	padding: 0.5em;
	text-transform: capitalize;
	font-size: 1.2rem;
}
#thirds{
	margin: 1em 4em;
	display: block;
}
#slideshow{
	margin-top:20px;
	text-align:center;
	display:block;
}


/*ENDE*/
#footer {
	position: relative;
	width: 100%;
	border-top: 1px solid #9A862F;
	margin-top: 65px;
	padding-top: 15px;
}
.colsmall {
	float: right;
	width: 27%;
	border: 0px solid #000;
}
.colsmall .infobox {
	margin-top:-50px;
	padding: 10px;
	padding-top: 0px;
	background-color: #fff;
	border: 0px solid #13B9E9;
	margin-bottom: 40px;
}
.colbig {
	float: left;
	width: 65%;
	padding: 0px;
	padding-top: 0px;
	border: 0px solid #ffb600;
	background-color: #fff;
	color: #000;
}
/* zwei spalten */
.row {
	position: relative;
	width: 100%;
	min-width: 100%;
	display:table;
	table-layout: fixed;
	border-collapse: separate;
	margin-bottom: 20px;
	border-spacing: 15px 0px;
	background-color: #fff;
}
.col1-2, .col2-2 {
	position: relative;
	display: table-cell;
	width: 48%;
	background-color: #efefef;
}
.col1-2 {
}
.col2-2 {
}
.col1-3, .col2-3, .col3-3 {
	position: relative;
	display: table-cell;
	background-color: #efefef;
}
.col1-3 {
}
.col2-3 {
}
.col3-3 {
}
.col50_a, .col50_b,.col50_c,.col50_d,.col50_e  {
	position: relative;
	display: block;
	float: left;
	width: 48%;
}
.col50_b {
	float: right;
}
.col50_c {
	margin-top:-100px;
	margin-right:50px;
	float: right;
}
.col50_d {
	margin-top:-325px;
	margin-right:0px;
	float: left;
	width: 60%;
}
.col50_e {
	margin-top:10px;
	position: relative;
	display: block;
	float: left;
	width: 48%;
	margin-right:0px;
}
.box {
	margin-bottom: 2.0em;
}
/* Vorstand --------- */
.personbox {
	position: relative;
	display: inline-block;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 25px;
	padding-bottom: 15px;
	background-color: #E7E7E7;
}
.personbox img.portrait {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
.personbox:nth-child(4n) {
	border: 0px solid red;
	margin-right: 0;
}
/* Zugleitung --------- */
.zugleiter {
	position: relative;
	display: inline-block;
	width: 70%;
	margin-left: 10px;
	margin-bottom: 75px;
	padding-bottom: 15px;
	background-color: #E7E7E7;
	
}
.zugleiter img.portrait {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	
}
.zugleiter:nth-child(4n) {
	border: 0px solid red;
	margin-right: 0;
	
	
}
/* Textformatierungen -------------------- */
#maincontent h1 {
	display: inline-block;
	font-family: 'Quattrocento', 'Times', 'Times New Roman', Serif;
	font-size: 20px;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	line-height: 130%;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
	background-color: #32599C;
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
#maincontent h2 {
	font-size: 20px;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 1px;
	color: #32599C;
	line-height: 130%;
	margin-top: 0.80em;
	margin-bottom: 0.40em;
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
#maincontent h1+h2 {
	margin-top: 0;
}

#maincontent .infobox h2 {
	display: block;
	font-family: 'Quattrocento', 'Times', 'Times New Roman', Serif;
	font-size: 20px;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	line-height: 130%;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0;
	margin-bottom: 2px;
	background-color: #32599C;
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
#maincontent h3 {
	font-size: 16px;
	font-size: 1.0em;
	font-weight: 700;
	letter-spacing: 1px;
	color: #32599C;
	line-height: 180%;
	margin-top: 0.80em;
	margin-bottom: 0.80em;
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
#maincontent p, #maincontent td {
	font-size: 12px;
	font-size: 0.85em;
	font-weight: 400;
	line-height:150%;
	margin-bottom: 0.80em;
}
#maincontent p.zitat {
	color: #78b7e0;
	font-size: 19px;
	font-size: 1.0em;
	line-height: 150%;
}
#maincontent p.untertitel {
	font-size: 10px;
	font-size: 0.7em;
	line-height: 130%;
}
#maincontent .personbox p {
	padding-left: 5px;
	margin: 0;
}
#maincontent a {
	color: #666;
	text-decoration: underline;
}
#maincontent a:hover, #maincontent a:active, #maincontent a:visited {
	color: #000;
}
#maincontent ul {
	list-style-type: square;
	padding-left: 17px;
	margin-bottom: 0.85em;
}
#maincontent ol {
	list-style-type: decimal;
	padding-left: 17px;
	margin-bottom: 0.85em;
}
#maincontent li {
	font-size: 12px;
	font-size: 0.85em;
	line-height:160%;
	margin-bottom: 0.80em;
}
#maincontent p.tklein {
	font-size: 10px;
	font-size: 0.75em;
}
#maincontent p.zurueck {
	margin-top: 30px;
}
a.telresp {
	text-decoration: none;
	color: #000;
}
p.trigger {
	cursor: pointer;
}
.news p.trigger {
	cursor: pointer;
	text-align: right;
	text-decoration: underline;
}
/* Sonderformate ------------------------- */
#maincontent img.icon {
	width: 13px;
	height: 11px;
	margin-right: 5px;
	z-index: 5000;
}
.saalplan img {
	display: block;
	width: 80%;
	height: auto;
}
#maincontent div.motto {
	padding-bottom: 10px;
	font-size: 20px;
	margin-top: -160px;
	margin-left: 100px;
	margin-right: -100px;
	border-bottom: 1px solid #F4DA00;
}
#maincontent div.motto h2 {
	display: inline-block;
	font-family: 'Quattrocento', 'Times', 'Times New Roman', Serif;
	font-size: 20px;
	font-size: 1.0em;
	font-weight: normal;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #fff;
	line-height: 130%;
	padding: 5px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0px;
	background-color: #9A862F;
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
#maincontent div.motto p {
	margin-bottom: 0;
	margin-top: -250px;
	font-size: 16px;
	font-size: 1.0em;
}
#header img#logo {
	width: 180px;
	width: 15.5%;
	height: auto;
	text-align: center;
	position: relative;
	text-align: center;
	margin-top: -250px;
	margin-left: -1200px;
	border: 0px solid #000;
	z-index: 5000;
}
#header #titel {
}
#header #titel h1 {
	margin-top: -300px;
	margin-left: 150px;
	font-family: 'Quattrocento', 'Times', 'Times New Roman', Serif;
	font-size: 30px;
	font-size: 180%;
	font-weight: 700;
	color: #32599C;
}
#header #titel h1 span {
	text-transform: uppercase;
	color: #9A862F;
}
#header #titel h2 {
	border-top: 1px solid #9A862F;
	margin-top: 15px;
	margin-left: 150px;
	padding-top: 15px;
	font-size: 20px;
	font-size: 100%;
	color: #32599C;
}
.colsmall .infobox {
	border-bottom: 1px solid #F4DA00;
}
#maincontent .colsmall .infobox p {
	line-height: 130%;
	font-size: 13px;
	font-size: 0.85em;
}
#maincontent .colsmall .infobox p.link {
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}
#maincontent .colsmall .infobox p.link a {
	text-decoration: none;
	color: #32599C;
	background-image: url(../images/linkpfeil.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 15px;
}
.colsmall .infobox .innerbox {
	background-color: #F4DA00;
	padding: 10px;
}

.box img {
	width: 90%;
	max-width: 730px;
	height: auto;
}
.colsmall .infobox img {
	width: 100%;
	height: auto;
}

table {
	width: 100%;
	background-color: #fff;
}
th {

}
td {
	padding-right: 2%;
}
#fb {
	position: fixed;
	left: 15px;
	bottom: 40px;
	width: 31px;
	z-index: 100;
}
#fb img {
	width: 100%;
	height: auto;
	padding: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #fff;
}
#maincontent p.termin {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #F4DA00;
}

/* Tabelle - Terminvorschau --- */
#maincontent table.termintabelle {
	width: 90% !important;
}
#maincontent table.termintabelle td, #maincontent table.termintabelle td p {
	font-size: 12px;
	font-size: 0.85rem;
	margin: 0;
	padding: 5px;
}
table.termintabelle td:nth-child(1) {
	text-align: left;
	width: 62% !important;
}
table.termintabelle td:nth-child(2) {
	text-align: right;
	width: 38% !important;
}
table.termintabelle tr:nth-child(even) {
	background-color: #fff;
}
table.termintabelle tr:nth-child(odd) {
	background-color: #efefef;
}

/* Aktuelles Uebersicht ---- */
.news, .startbox {
	background-color: #fff;
	padding: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-top:50px;
	border-bottom: 1px solid #F4DA00;
}
.newstxt {
}
.news img {
	width: 100%;
	height: auto;
}
.newsfooter {
}
.newsfooter p.datum{
	width: 48%;
	float: left;
	text-align: left;
	display: none;
}
.newsfooter p.weiter{
	width: 48%;
	float: right;
	text-align: right;
}
/* Bildergalerie -------------------- */
ul#galerie
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#galerie li
{
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul#galerie li img
{
	width: 23%;
	height: auto;
	margin-bottom: 10px;
}
/* InfoCenter -------------- */

.akkordeon h1.trigger, .akkordeon h2.trigger {
	position: relative;
	font-size: 12px;
	font-size: 1.0em;
	font-weight: 500;
	font-weight: normal;
	text-align: left;
	margin: 0 auto 0;
	color: #fff;
	line-height: 130%;
	padding: 5px;
	padding-right: 65px;
	background-color:#32599C;
	/*border-bottom: 1px solid #0175be;*/
	display: inline-block;
	cursor: pointer;
}
#maincontent .saalplan.akkordeon h2 {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 35px;
	padding-right: 15px;
	font-size: 0.9em;
	color: #fff !important;
}
.akkordeon h1.trigger span {
	position: absolute;
	text-indent: -800em;
	display: block;
	overflow: hidden;
	background-image:url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 25px;
	height: 25px;
	top: 5px;
	right: 5px;
	z-index: 800;
}
.akkordeon h2.trigger span {
	position: absolute;
	text-indent: -800em;
	display: block;
	overflow: hidden;
	background-image:url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 25px;
	height: 25px;
	top: 5px;
	left: 5px;
	z-index: 800;
}
.akkordeon h1.trigger_active span {
	position: absolute;
	text-indent: -800em;
	display: block;
	overflow: hidden;
	background-image:none;
	background-image:url(../images/minus.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 25px;
	height: 25px;
	top: 5px;
	right: 5px;
	z-index: 800;
}
.akkordeon h2.trigger_active span {
	position: absolute;
	text-indent: -800em;
	display: block;
	overflow: hidden;
	background-image:none;
	background-image:url(../images/minus.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 25px;
	height: 25px;
	top: 5px;
	left: 5px;
	z-index: 800;
}
.saalplan {
	margin-bottom: 20px;
}
.saalplan .toggle_container {
	padding-bottom: 20px;
}
.saalplan img {
	border: 1px solid #F4DA00;
	padding: 10px;
}
/* Veranstaltungen --------- */
#maincontent .veranstaltung {
	display: table;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #F4DA00;

}
#maincontent .veranstaltung p.termin {
	border-bottom: 0px solid #F4DA00;
}
#maincotent .veranstaltungsinfos {
	position: relative;
	display: table-cell;
	padding-left: 30px !important;
}
#maincontent .veranstaltung p.trigger  {
	text-decoration: underline;
	cursor: pointer;
}
#maincontent .veranstaltung .toggle_container img {
	width: 100%;
	height: auto;
}

#maincontent .veranstaltung p.termin {
	margin-bottom: 0;
}
/* Kalendericon -- */

.kicon {
	position: relative;
	display: table-cell;
	width: 130px;
	padding-right: 30px;
	text-align: center;
}
.kiconrahmen {
	-webkit-box-shadow: 0px 6px 48px 4px #741223;
	-moz-box-shadow: 0px 0px 3px 3px #ddd;
	box-shadow: 0px 0px 10px 2px #d4d5d7;
}
.kiconheader {
	position: relative;
	background-color: #32599c;
	color: #f4da00;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-size: 0.95em;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	z-index: 1000;
	border-bottom: 2px solid #fff;
}

.kiconday {
	position: relative;
	z-index: 800;
	background-color: #f4da00;
	color: #32599c;
}
#maincontent .kiconday p.zahl {
	margin: 0;
	line-height: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Quattrocento', 'Times', 'Times New Roman', Serif;
}
#maincontent .kiconday p.tag {
	font-size: 14px;
	font-size: 0.95em;
	margin: 0;
	padding-bottom: 10px;
	line-height: 100%;
}
/* Fussbereich ------------- */

#footer p.copyinfo {
	float: left;
	font-size: 12px;
	font-size: 0.75em;
	margin: 0;
	color: #000;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer img#buur {
	position: absolute;
	right: -60px;
	bottom: 10px;
	width: 75px;
	height: auto;
	z-index: 500;
}
/* Formulargestaltung ----------------- */

label  /* Alle Labels UND Formularelemente auswÃƒÂ¤hlen */ {
	display: block;
	float: none;
	text-align: left;
	width: 100%;
}
form br { /* Alle Zeilenumbrueche in Formularen auswaehlen */
	/* das floating der labels und inputs aufheben */
}
.form {
	background: #ffffff;
	height: 35px;
	width: 100%;
	margin: 0px;
	padding-left: 5px;
	text-align: left;
	display: block;
	color: #000;
	font-weight: 400;
	border: 1px solid #d6d4d3;
}
.form2 {
	display: inline;
	font-size: 56px;
	font-size: 1.0em;
	color: #ffffff;
	background-color: #B8222E;
	border: 1px solid #B8222E;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.form2:hover {
	cursor: pointer;
	color: #000;
	background-color: #fff;
	border: 1px solid #B8222E;
}
.formular select, .formular option:hover {
cursor: pointer;
}
.formular option:nth-child(odd) {
background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nachricht {
	vertical-align: baseline;
	height: 60px;
	width: 100%;
}
.formhinweis {
	font-size: 85%;
}
/* Kennzeichnung externer Links */
.exlink {
	position: relative;
	top: 0px;
	left: 0px;
}
a.exlink span {
	display: none;
}
a:hover.exlink span {
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	margin: 0px;
	background-color: #fff7d7;
	padding: 5px;
	border: 1px solid #a28c3c;
	color: #000000;
	border: 1px solid #fff666;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none;
	z-index: 100;
}
a:hover.exlink {
	color: #000000;
	border: 0px;
	font-weight:normal;
	text-decoration: none;
	z-index: 200;
}
/* Ende exlink */


/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* Beginn Grid-System -------------------- */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.zeile {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
	text-align:left;
	border: 0px solid #000;
}
.zeile .zeile {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -15px;
}
.spalte, .spalten {
	float: left;
	min-height: 1px;
	padding: 0 15px;
	position: relative;
	border: 0px solid #000;
}
[class*="spalte"] + [class*="spalte"]:last-child {
	float: right;
}
[class*="spalte"] + [class*="spalte"].end {
	float: left;
}
.zeile .eins {
	width: 8.33%
}
.zeile .zwei {
	width: 16.66%
}
.zeile .drei {
	width: 25%
}
.zeile .vier {
	width: 33.33%
}
.zeile .fuenf {
	width: 41.66%
}
.zeile .sechs {
	width: 50%
}
.zeile .sieben {
	width: 58.33%
}
.zeile .acht {
	width: 66.66%
}
.zeile .neun {
	width: 75%
}
.zeile .zehn {
	width: 83.33%
}
.zeile .elf {
	width: 91.66%
}
.zeile .zwoelf {
	width: 100%
}
/* Nicolas Gallagher's micro clearfix */
.zeile:before, .zeile:after, .clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.zeile:after, .clearfix:after {
	clear: both;
}
.zeile, .clearfix {
	zoom: 1;
}

/* Mobile-Samsung Galaxy A51/A71*/
@media only screen and (max-width: 412px) {
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
	text-align: center;
	background-color: #fff;
	z-index: 1000;
	border: 0px solid #fff;
	z-index: 1501;
}
.wrapper.main {
	position: relative;
	background: #fff;
	text-align: left;
	padding: 80px;
	padding-bottom: 2%;
	/*border-top: 35px solid #F4DA00;*/
	border-top: 35px;
  border-style: solid;
  border-image: linear-gradient(to right bottom, #F4DA00, #A0B7E0);
  border-image-slice: 5;
	margin-top: 180px;
	margin-bottom: 100px;
	-webkit-box-shadow: 0px 6px 48px 4px #111F35; /* WebKit */
	-moz-box-shadow: 0px 6px 48px 4px #111F35; /* Firefox */
	box-shadow: 0px 0px 10px 4px #111F35; /* Standard */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.colsmall {
	float: right;
	width: 27%;
	border: 0px solid #000;
	margin-top:20000px;
}

	/* Sonderformate ------------------------- */
#maincontent img.icon {
	width: 13px;
	height: 11px;
	margin-right: 5px;
	z-index: 5000;
}
.saalplan img {
	display: block;
	width: 80%;
	height: auto;
}
#maincontent div.motto {
	padding-bottom: 10px;
	font-size: 20px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #F4DA00;
}
#maincontent div.motto h2 {
	display: inline-block;
	font-family: 'Quattrocento', 'Times', 'Times New Roman', Serif;
	font-size: 20px;
	font-size: 1.0em;
	font-weight: normal;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #fff;
	line-height: 130%;
	padding: 5px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0px;
	background-color: #9A862F;
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
#maincontent div.motto p {
	margin-bottom: 0;
	margin-top: -100px;
	font-size: 16px;
	font-size: 1.0em;
}
#header img#logo {
	width: 180px;
	width: 15.5%;
	height: auto;
	text-align: left;
	position: relative;
	text-align: center;
	margin-top: -250px;
	margin-left: auto;
	border: 0px solid #000;
	z-index: 5000;
}
#header #titel {
}
#header #titel h1 {
	margin-top: -300px;
	margin-left: auto;
	font-family: 'Quattrocento', 'Times', 'Times New Roman', Serif;
	font-size: 30px;
	font-size: 180%;
	font-weight: 700;
	color: #32599C;
}
#header #titel h1 span {
	text-transform: uppercase;
	color: #9A862F;
}
#header #titel h2 {
	border-top: 1px solid #9A862F;
	margin-top: 15px;
	margin-left: auto;
	padding-top: 15px;
	font-size: 20px;
	font-size: 100%;
	color: #32599C;
}


table {
	width: 100%;
	background-color: #fff;
}
th {

}
td {
	padding-right: 2%;
}
#fb {
	position: fixed;
	left: 15px;
	bottom: 40px;
	width: 31px;
	z-index: 100;
}
#fb img {
	width: 100%;
	height: auto;
	padding: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #fff;
}
#maincontent p.termin {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #F4DA00;
}

	.container {
	}
	.zeile {
		width: auto;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		border: 0px solid #000;
	}
	.spalte, .spalten {
		width: 100% !important;
		float: none;
	}
	.spalte:last-child, .spalten:last-child {
		float: none;
	}
	[class*="spalte"] + [class*="spalte"]:last-child {
		float: none;
	}
	.spalte:before, .spalten:before, .spalte:after, .spalten:after {
		content:"";
		display:table;
	}
	.spalte:after, .spalten:after {
		clear: both;
	}
}

/* Mobile2 */
@media only screen and (max-width: 950px) {
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
	text-align: center;
	background-color: #fff;
	z-index: 1000;
	border: 0px solid #fff;
	z-index: 1501;
}
.wrapper.main {
	position: relative;
	background: #fff;
	text-align: left;
	padding: 80px;
	padding-bottom: 2%;
	/*border-top: 35px solid #F4DA00;*/
	border-top: 35px;
  border-style: solid;
  border-image: linear-gradient(to right bottom, #F4DA00, #A0B7E0);
  border-image-slice: 5;
	margin-top: 180px;
	margin-bottom: 100px;
	-webkit-box-shadow: 0px 6px 48px 4px #111F35; /* WebKit */
	-moz-box-shadow: 0px 6px 48px 4px #111F35; /* Firefox */
	box-shadow: 0px 0px 10px 4px #111F35; /* Standard */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.colsmall {
	float: right;
	width: 27%;
	border: 0px solid #000;
	margin-top:1100px;
}

	/* Sonderformate ------------------------- */
#maincontent img.icon {
	width: 13px;
	height: 11px;
	margin-right: 5px;
	z-index: 5000;
}
.saalplan img {
	display: block;
	width: 80%;
	height: auto;
}
#maincontent div.motto {
	padding-bottom: 10px;
	font-size: 20px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #F4DA00;
}
#maincontent div.motto h2 {
	display: inline-block;
	font-family: 'Quattrocento', 'Times', 'Times New Roman', Serif;
	font-size: 20px;
	font-size: 1.0em;
	font-weight: normal;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #fff;
	line-height: 130%;
	padding: 5px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0px;
	background-color: #9A862F;
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
#maincontent div.motto p {
	margin-bottom: 0;
	margin-top: -100px;
	font-size: 16px;
	font-size: 1.0em;
}
#header img#logo {
	width: 180px;
	width: 15.5%;
	height: auto;
	text-align: left;
	position: relative;
	text-align: center;
	margin-top: -250px;
	margin-left: auto;
	border: 0px solid #000;
	z-index: 5000;
}
#header #titel {
}
#header #titel h1 {
	margin-top: -300px;
	margin-left: auto;
	font-family: 'Quattrocento', 'Times', 'Times New Roman', Serif;
	font-size: 30px;
	font-size: 180%;
	font-weight: 700;
	color: #32599C;
}
#header #titel h1 span {
	text-transform: uppercase;
	color: #9A862F;
}
#header #titel h2 {
	border-top: 1px solid #9A862F;
	margin-top: 15px;
	margin-left: auto;
	padding-top: 15px;
	font-size: 20px;
	font-size: 100%;
	color: #32599C;
}


table {
	width: 100%;
	background-color: #fff;
}
th {

}
td {
	padding-right: 2%;
}
#fb {
	position: fixed;
	left: 15px;
	bottom: 40px;
	width: 31px;
	z-index: 100;
}
#fb img {
	width: 100%;
	height: auto;
	padding: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #fff;
}
#maincontent p.termin {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #F4DA00;
}

	.container {
	}
	.zeile {
		width: auto;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		border: 0px solid #000;
	}
	.spalte, .spalten {
		width: 100% !important;
		float: none;
	}
	.spalte:last-child, .spalten:last-child {
		float: none;
	}
	[class*="spalte"] + [class*="spalte"]:last-child {
		float: none;
	}
	.spalte:before, .spalten:before, .spalte:after, .spalten:after {
		content:"";
		display:table;
	}
	.spalte:after, .spalten:after {
		clear: both;
	}
}
/* Ende Grid-System --------------- */
/* Ende Grid-System --------------- */

/* quattrocento-regular - latin */
@font-face {
	font-family: 'Quattrocento';
	font-style: normal;
	font-weight: 400;
	src: url('../webfonts/quattrocento-v9-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Quattrocento'),
		url('../webfonts/quattrocento-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../webfonts/quattrocento-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../webfonts/quattrocento-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../webfonts/quattrocento-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../webfonts/quattrocento-v9-latin-regular.svg#Quattrocento') format('svg'); /* Legacy iOS */
}

/* quattrocento-700 - latin */
@font-face {
	font-family: 'Quattrocento';
	font-style: normal;
	font-weight: 700;
	src: url('../webfonts/quattrocento-v9-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Quattrocento Bold'), local('Quattrocento-Bold'),
		url('../webfonts/quattrocento-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../webfonts/quattrocento-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('../webfonts/quattrocento-v9-latin-700.woff') format('woff'), /* Modern Browsers */
		url('../webfonts/quattrocento-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../webfonts/quattrocento-v9-latin-700.svg#Quattrocento') format('svg'); /* Legacy iOS */
}
/* quattrocento-sans-regular - latin */
@font-face {
	font-family: 'Quattrocento Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../webfonts/quattrocento-sans-v10-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Quattrocento Sans'), local('QuattrocentoSans'),
		url('../webfonts/quattrocento-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../webfonts/quattrocento-sans-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../webfonts/quattrocento-sans-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../webfonts/quattrocento-sans-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../webfonts/quattrocento-sans-v10-latin-regular.svg#QuattrocentoSans') format('svg'); /* Legacy iOS */
}

/* quattrocento-sans-italic - latin */
@font-face {
	font-family: 'Quattrocento Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../webfonts/quattrocento-sans-v10-latin-italic.eot'); /* IE9 Compat Modes */
	src: local('Quattrocento Sans Italic'), local('QuattrocentoSans-Italic'),
		url('../webfonts/quattrocento-sans-v10-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../webfonts/quattrocento-sans-v10-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../webfonts/quattrocento-sans-v10-latin-italic.woff') format('woff'), /* Modern Browsers */
		url('../webfonts/quattrocento-sans-v10-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../webfonts/quattrocento-sans-v10-latin-italic.svg#QuattrocentoSans') format('svg'); /* Legacy iOS */
}

/* quattrocento-sans-700 - latin */
@font-face {
	font-family: 'Quattrocento Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../webfonts/quattrocento-sans-v10-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Quattrocento Sans Bold'), local('QuattrocentoSans-Bold'),
		url('../webfonts/quattrocento-sans-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../webfonts/quattrocento-sans-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('../webfonts/quattrocento-sans-v10-latin-700.woff') format('woff'), /* Modern Browsers */
		url('../webfonts/quattrocento-sans-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../webfonts/quattrocento-sans-v10-latin-700.svg#QuattrocentoSans') format('svg'); /* Legacy iOS */
}
/*Laufschrift*/
	.marquee {
		max-width: 315vw; /* iOS braucht das */
		white-space: nowrap;
		overflow: hidden;
		margin-bottom: 10px;
		/* hier evtl. noch font-size, color usw. */
	}

	.marquee span {
		display: inline-block;
		padding-left: 105%; /* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
		animation: marquee 20s linear infinite;
	}

	/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
	.marquee span:hover {
		animation-play-state: paused 
	}

	/* Make it move */
	@keyframes marquee {
	    0%   {transform: translate3d(0,0,0);}
	    100% {transform: translate3d(-100%,0,0);}
	}
