@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,500);

/*
* CSS Stylesheet for Contao CMS
* Copyright 2013, blu.plane GmbH
* http://www.bluplane.com
* 17.02.2014
*
* using elements of
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 20.06.2012
*
* red color #E74033
*/

/* #Layout Basics
================================================== */
	body {
		background-color: rgb(28, 35, 40);
		font-family: "Ubuntu", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 16px;
		line-height: 1.625em; 
		font-weight: 400; 
		color: #f8f8f8; 
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	#brand { position: absolute; left: 0; top: 25px; z-index: 100; }
	#container { clear: both; }

	/*  
	Sticky Footer Solution
	by Steve Hatcher 
	http://stever.ca
	http://www.cssstickyfooter.com
	*/
	* {margin:0;padding:0;} 
	html, body, #wrapper {height: 100%;}
	body > #wrapper {height: auto; min-height: 100%;}
	#container {padding-bottom: 90px;}
	#footer {
		position: relative;
		margin-top: -90px;
		height: 90px;
		clear:both;
	}
	
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { 
		font-family: "Ubuntu", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 300; 
		color: #f2f2f2; 
		text-rendering: optimizeLegibility; 
		padding-top: 0.273em; 
		line-height: 1.15538em; 
		padding-bottom: 0.273em; 
		margin: 0;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
	h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: #f2f2f2; }
	h1 { font-size: 42px; font-size: 2.625rem; }
	h2 { font-size: 30px; font-size: 1.875rem; }
	h3 { font-size: 26px; font-size: 1.625rem; }
	h4 { font-size: 22px; font-size: 1.425rem; }
	h5 { font-size: 18px; font-size: 1.2rem; font-weight: 500; }
	h6 { font-size: 16px; font-size: 1rem; font-weight: 400; }

	p { margin: 0 0 20px 0; }

	em { font-style: italic; }
	strong { font-weight: 500; color: #f2f2f2; }
	small { font-size: 80%; }
	sup { font-size: 0.8em; vertical-align: super; line-height: 0; }
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

	/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #fff; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #f2f2f2; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #f2f2f2; }

/* #Links
================================================== */
	a, a:visited { 
		color: #E74033; 
		text-decoration: none; 
		outline: 0; 
		line-height: inherit;
		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		-ms-transition: 0.1s linear all;
		-o-transition: 0.1s linear all;
		transition: 0.1s linear all;		
	}
	a:hover, a:focus { color: #A94033; outline: none; }

/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	ul li { padding-left: 28px; background: url('../images/bullet-red.png') 2px 2px no-repeat; }
	ul ol li { padding: 0; background: none; }
	li { line-height: 18px; margin-bottom: 12px; }
	li p { line-height: 21px; }

	dt { font-weight: 500; }
	dd { padding-left: 28px; background: url('../images/bullet_go.png') 2px 5px no-repeat; }

/* #Buttons
================================================== */
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display: inline-block;
		padding: 6px 12px;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.428571429;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		color: #333333;
		background-color: #ffffff;
		border-color: #cccccc;
	}

	.button:focus,
	button:focus,
	input[type="submit"]:focus,
	input[type="reset"]:focus,
	input[type="button"]:focus {
		outline: thin dotted #333;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	.button:focus,
	button:focus,
	input[type="submit"]:focus,
	input[type="reset"]:focus,
	input[type="button"]:focus {
		color: #333333;
		background-color: #ebebeb;
		border-color: #adadad;
	 }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
	    border: 0;
	    padding: 0;
	}

/* #Forms
================================================== */
	form { margin-bottom: 20px; }
	fieldset { margin-bottom: 20px; padding-top: 10px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	textarea,
	select {
		border: 1px solid #bbb;
		border-width: 0 0 1px 0;
		background-color: #EFEFEF;
		padding: 9px 8px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0 0 15px 0;
		width: 440px;
		max-width: 100%;
		display: inline-block; }
	.upload {display: block;}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	input[type="tel"]:focus,
	input[type="url"]:focus,
	textarea:focus {
		border: 1px solid #ccc;
		border-width: 0 0 1px 0;
		background-color: #f8f8f8;
 		color: #444;
		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		-ms-transition: 0.1s linear all;
		-o-transition: 0.1s linear all;
		transition: 0.1s linear all; }
	textarea { min-height: 90px; }
	label {
		float: left;
		clear: both;
		width: 150px;
		padding-top: 4px;
		margin: 0 0 15px 0; }
	legend {
		display: block;
		font-family: "Ubuntu", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 300; 
		color: #f2f2f2; 
		text-rendering: optimizeLegibility; 
		padding-top: 0.273em; 
		line-height: 1.15538em; 
		padding-bottom: 0.273em; 
		font-size: 30px;
		font-size: 1.875rem; }
	select { width: 220px; }

	input[type="text"].captcha { width: 60px; float: left; }
	.captcha_text { float: left; margin: 2px 0 0 10px; }
	.submit_container { clear: both; padding: 30px 0 0 0; }
	.explanation { margin: -15px 0 0 180px; }
	
	input[type="checkbox"] { display: inline; }
	.checkbox_container span, .radio_container span {display:block; clear: both;line-height: 26px;}
	.checkbox_container input.checkbox, .radio_container input.radio {float: left;margin: 9px 10px 0 3px;}
	.checkbox_container label, .radio_container label {width: auto;}
	.checkbox_container .mandatory, .radio_container .mandatory {float: right;}

	.ce_form fieldset { width: 610px; }
	.ce_form br { display: none; }
	input.vorname,
	input.nachname,
	input.telefon,
	input.fax { width: 145px; float: left; }
	label.nachname,
	label.fax { float:left; clear: none; width: 120px; margin-left: 10px; }
	input.plz { width: 90px; float: left; }
	input.ort { width: 260px; float: left; }
	label.ort { float:left; clear: none; width: 60px; margin-left: 10px; }


/* #Tables
================================================== */
	table {
		margin: 0;
		padding: 0;
		}
	table th,
	table td {
		padding: 8px 16px;
		text-align: left;
		border-bottom: 1px solid #ccc;
		}
	table thead {
		border-bottom: 2px solid #ccc;
		cursor: pointer;
		}
	table td {
/* 		color: #666; */
		}
	table tr:last-child th,
	table tr:last-child td {
		border-bottom: none;
		}
	table th a {text-decoration: none;}

/* #Contao specific
================================================== */
/* 	.ce_hyperlink a { padding-left: 22px; background: url('../images/external.png') 2px 2px no-repeat; } */
	.ce_downloads li { padding: 0; background: none; }

/* #News
================================================== */
	.mod_newsarchive p.info, .mod_newslist p.info, .mod_newsreader p.info {
		float: right;
		margin: 0 0 0 5px;
	    background-color: #999999;
		display: inline;
		padding: .2em .6em .3em;
		font-size: 75%;
		line-height: 1;
		color: #ffffff;
		text-align: center;
		white-space: nowrap;
		vertical-align: baseline;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

/* #Newsletter
================================================== */
	#main .mod_nl_list ul {margin: 0;}
	#main .mod_nl_list ul li {background: url('../images/document-export.png') 0 0 no-repeat;}
	.mod_subscribe input[type="text"],
	.mod_unsubscribe input[type="text"] {float: left; margin-right: 10px;}

/* #Gallery
================================================== */
	#main .ce_gallery ul {
	  margin: 0;
	  padding: 0;
	  overflow:hidden;
	}
	#main .ce_gallery li {
	  float:left;
	  margin: 0 30px 30px 0;
	  padding: 0;
	  background: none;
	}
	#main .ce_gallery li.col_first {
		clear: none;
	}	
	#main .ce_gallery li.col_last {
		margin: 0 0 30px 0;
	}

/* #Breadcrumbs
================================================== */
	.mod_breadcrumb ul {
	  overflow:hidden;
	  margin:0;
	  padding:0;
	  list-style-type:none;
	}
	.mod_breadcrumb li {
	  float:left;
	  padding: 0;
	  background: none;
	}
	.mod_breadcrumb li:after {
	  margin-right:3px;
	  padding-left:1px;
	  content:" > ";
	}
	.mod_breadcrumb li.active:after {
	  display:none;
	}
	.mod_breadcrumb a {text-decoration: none;}
	
/* #Accordion
================================================== */
	.ce_accordion .toggler.ui-state-default {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px 5px 36px;
		line-height: 30px;
		margin: 0;
		cursor: pointer;
		background: #fafafa url('../images/accordeon-arrow-right.png') 8px 4px no-repeat;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	.ce_accordion .toggler:hover {
		color: #111;
	}
	.ce_accordion .toggler:active {
		outline: none;
	}
	.ce_accordion .toggler.ui-state-active {
		outline: none;
		background: #fafafa url('../images/accordeon-arrow-down.png') 8px 4px no-repeat;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	.ce_accordion .accordion div {
		padding: 10px 20px 0 20px;
	}

/* #Events
================================================== */
	.mod_eventlist .header {font-size:1.2em;margin-top: 1.5em;}
	.mod_eventlist h2 {font-size:1.2em;margin: 0;}
	p.time {margin: 0;}
	
/* #Calendar
================================================== */
	.mod_calendar table {
	    background-color: #FCFCFC;
	    border-collapse: separate;
	    width: 98%;
	    font-size: 90%;
	    border-bottom: 1px solid #DFDFDF;
	}
	.mod_calendar .head {
	    background: url('../images/calendar.jpg') repeat-x scroll left bottom #FDFEFF;
	    border-top: 1px solid #DFDFDF;
	    padding-bottom: 0.5em;
	    padding-top: 0.5em;
	    text-align: center;
	}
	.mod_calendar th.previous {
	    border-left: 1px solid #DFDFDF;
	    padding-left: 0.75em;
	    text-align: left;
	}
	.mod_calendar th.next {
	    border-right: 1px solid #DFDFDF;
	    padding-right: 0.75em;
	    text-align: right;
	}
	.mod_calendar th a {
	    color: #333333;
	    text-decoration: none;
	}
	.mod_calendar th a:hover {
	    text-decoration: underline;
	}
	.mod_calendar .label {
	    background-color: #FFCE4C;
	    color: #666;
	    font-weight: 400;
	    padding-bottom: 2px;
	    padding-top: 2px;
	    text-align: center;
	}
	.mod_calendar .label.weekend {
		background-color: #FFB900;
	}
	table.calendar td {
	    border-bottom: 1px solid #DFDFDF;
	    border-right: 1px solid #DFDFDF;
	    height: 7em;
	    padding: 0;
	    vertical-align: top;
	    width: 14%;
	}
	.mod_calendar .col_first {
	    border-left: 1px solid #DFDFDF;
	}
	.mod_calendar .weekend {
	    background-color: #F6F6F6;
	}
	.mod_calendar .today {
	    background-color: #14a2cc;
	}
	.mod_calendar .header {
	    background-color: #E6E6E6;
	    color: #666666;
	    font-size: 0.9em;
	    padding: 1px 5px;
	}
	.mod_calendar .event {
	    font-size: 0.9em;
	    line-height: 1.1;
	    margin: 3px;
	}
	.mod_calendar .event a {
	    color: #333333;
	    text-decoration: none;
	}
	.mod_calendar .event a:hover {
	    text-decoration: underline;
	}
	table.minicalendar h1 {
	    margin-bottom: 1em !important;
	}
	.mod_minicalendar table {
	    background: url('../images/calendar.jpg') repeat-x scroll left top #ECECEC;
	    border-collapse: separate;
	    width: 98%;
	}
	.mod_minicalendar td {
	    border-right: 1px solid #DFDFDF;
	    border-top: 1px solid #DFDFDF;
	    font-size: 0.9em;
	    padding: 2px 0;
	    text-align: center;
	    width: 14%;
	}
	.mod_minicalendar .col_last {
	    border-right: 0 none !important;
	}
	.mod_minicalendar .last .col_first {
	    background: url('../images/cbl.gif') no-repeat scroll left bottom transparent;
	}
	.mod_minicalendar .last .col_last {
	    background: url('../images/cbr.gif') no-repeat scroll right bottom transparent;
	}
	.mod_minicalendar th.previous {
	    background: url('../images/ctl.gif') no-repeat scroll left top transparent;
	    padding-bottom: 2px;
	    padding-left: 6px;
	    padding-top: 4px;
	    text-align: left;
	}
	.mod_minicalendar th.next {
	    background: url('../images/ctr.gif') no-repeat scroll right top transparent;
	    padding-bottom: 2px;
	    padding-right: 6px;
	    padding-top: 4px;
	    text-align: right;
	}
	.mod_minicalendar th.current {
	    padding-bottom: 1px;
	    padding-top: 1px;
	    text-align: center;
	}
	.mod_minicalendar .head a {
	    color: #333333;
	    text-decoration: none;
	}
	.mod_minicalendar .label {
	    color: #133B9A;
	    font-weight: 400;
	    padding-bottom: 1px;
	    text-align: center;
	}
	.mod_minicalendar td a {
	    color: #333333;
	    font-weight: 500;
	}

/* #Comments
================================================== */
	.ce_comments label {float: none;width: auto;}
	.ce_comments .comment_default {
	    background-color: #F6F6F6;
	    border-left: 2px solid #5B80B2;
	    margin-bottom: 6px;
	    padding: 12px 9px 3px 7px;
	}
	.ce_comments .comment_default pre {
	    font-size: 11px;
	    margin-bottom: 9px;
	    margin-top: 9px;
	}
	.ce_comments .info, .ce_comments p {
	    margin-bottom: 9px;
	}
	.ce_comments .code, .ce_comments .quote {
	    background-color: #F0F0F0;
	    border: 2px solid #DDDDDD;
	    margin-bottom: 13px;
	}
	.ce_comments .code p, .ce_comments .quote p {
	    font-size: 11px;
	    font-weight: 500;
	    margin: 3px 0 3px 1em;
	}
	.ce_comments .code pre, .ce_comments .quote blockquote {
	    margin-bottom: 6px;
	    margin-top: 0;
	}
	.ce_comments .comment {
	    font-size: 12px;
	}
	.ce_comments .reply {
	    border-left: 2px solid #ccc;
	    margin-left: 0.5em;
	    margin-top: 2em;
	    padding-left: 1em;
	}
	.ce_comments .form {
	    margin-top: 1.5em;
	}
	.ce_comments .widget {
		clear: both;
		margin-bottom: 15px;
	}
	.ce_comments .text, .ce_comments .captcha, .ce_comments .textarea {
		float: left;
	    margin-right: 10px;
	    width: 40%;
	}
	.ce_comments .textarea {
		margin: 10px 0 10px 0;
	}
	.ce_comments span.captcha_text {
		float: left;
	    margin: 0;
	}
	.ce_comments span.mandatory {
		float: left;
	}
	.ce_comments input[type="submit"] { margin: 0; }

/* #Read More Links
================================================== */
	p.more a, p.back a {
		display: inline-block;
		padding: 6px 12px;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.428571429;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		color: #333333;
		background-color: #ffffff;
		border-color: #cccccc;
	}
	p.more a:hover, p.back a:hover {
		color: #333333;
		text-decoration: none;
		color: #333333;
		background-color: #ebebeb;
		border-color: #adadad;
	}
	p.more a:active, p.back a:active {
		background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}
	p.more a:focus, p.back a:focus {
		outline: thin dotted #333;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

/* #FAQ
================================================== */
	.mod_faqlist ul { list-style: none; margin-top: 15px; }
	.mod_faqlist li { line-height: 18px; margin-bottom: 12px; padding-left: 28px; background: url('../images/question.png') 2px 0 no-repeat; }
	.mod_faqlist li p { line-height: 21px; }
	.mod_faqlist li a { text-decoration: none; }

/* #Google Maps
================================================== */
	.routinglink .text {width: 150px;float: left;margin-right: 5px;}
	.routinglink .submit {margin: 0;float: left;}

/* #Pagination
================================================== */
	.pagination {
		clear: both;
	    border-top: 1px dotted #BBBBBB;
	    margin-bottom: 1em;
	    margin: 1em 30px 0 30px;
	    padding-top: 1em;
	}
	.pagination p {
	    float: left;
	    margin-bottom: 0;
	    width: 30%;
	}
	.pagination ul {
	    float: right;
	    margin-bottom: 0;
	    text-align: right;
	    width: 70%;
	}
	.pagination li {
	    display: inline; 
	}
	#main .pagination li {padding:0 2px 0 2px;background: none;}

/* Search form
================================================== */
	#header .mod_form { float: right; margin: 62px 0 0 0; }
	#header .mod_form input[type=text] {
		width: 15px;
		padding: 8px 9px 8px 14px;
		color: transparent;
		cursor: pointer;
		outline: none;
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
		background: #ededed url('../images/search.png') no-repeat 10px center;
		border: solid 1px #ccc;
		-webkit-border-radius: 10em;
		-moz-border-radius: 10em;
		border-radius: 10em;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
	}
	#header .mod_form input[type=text]:hover {
		background-color: #fff;
	}
	#header .mod_form input[type=text]:focus {
		width: 130px;
		padding-left: 32px;
		color: #000;
		background-color: #fff;
		cursor: auto;
		border-color: #66CC75;
		-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
		-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
		box-shadow: 0 0 5px rgba(109,207,246,.5);
	}
	#header .mod_form input:-moz-placeholder {
		color: transparent;
	}
	#header .mod_form input::-webkit-input-placeholder {
		color: transparent;
	}
	input::-webkit-search-decoration,
	input::-webkit-search-cancel-button {
		display: none; 
	}
	#main .mod_search form input.text {
		float:left;
		margin: 0 5px 0 0;
	    padding: 7px 15px 7px 30px;
	    background: #FCFCFC url('../images/search.png') 8px 7px no-repeat;
	    -webkit-appearance: textfield;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	    border: 1px solid #D0D0D0;
		-webkit-transition-duration: 400ms;
		-webkit-transition-property: width, background;
		-webkit-transition-timing-function: ease;
		-moz-transition-duration: 400ms;
		-moz-transition-property: width, background;
		-moz-transition-timing-function: ease;
		-o-transition-duration: 400ms;
		-o-transition-property: width, background;
		-o-transition-timing-function: ease;
		width: 90px;
	}
	#main .mod_search form input.text { width: 270px; }


/* #Custom CSS
================================================== */
	/* Header navigation */
	#header .mod_navigation {
		float: right;
		margin: 60px 0 50px 0;
	}
	#header .mod_navigation ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#header .mod_navigation ul:before,
	#header .mod_navigation ul:after {
		display: table;
		content: " ";
	}
	#header .mod_navigation ul:after {
		clear: both;
	}
	#header .mod_navigation ul:before,
	#header .mod_navigation ul:after {
		display: table;
		content: " ";
	}
	#header .mod_navigation ul:after {
		clear: both;
	}
	#header .mod_navigation ul > li {
		position: relative;
		display: block;
		float: left;
		padding: 0;
		background: none;
	}
	#header .mod_navigation ul > li > a,
	#header .mod_navigation ul > li > span {
		text-decoration: none;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		text-align: center;
		color: #f8f8f8;
		position: relative;
		display: block;
		padding: 11px 0;
		width: 110px;
	}
	#header .mod_navigation ul > li > a:hover,
	#header .mod_navigation ul > li > a:focus {
		text-decoration: none;
		color: #f2f2f2;
		background-color: #E74033;
	}
	#header .mod_navigation ul > li.active > span,
	#header .mod_navigation ul > li.active > span:hover,
	#header .mod_navigation ul > li.active > span:focus,
	#header .mod_navigation ul > li.trail > a,
	#header .mod_navigation ul > li.trail > a:hover,
	#header .mod_navigation ul > li.trail > a:focus {
		color: #ffffff;
		background-color: #E74033;
	}
	#header .mod_navigation ul > li > a > img {
		max-width: none;
	}
	#header .mod_navigation ul.level_2 { display: none; }


	/* Submenu right */
	#right .mod_navigation {}
	#right .level_1 li { margin: 0; padding: 0; background: none; }
	#right .level_1 a, #right .level_1 span { display:block;padding:8px 0 8px 24px;text-decoration:none;font-size:14px;color:#f2f2f2;border-bottom: 1px solid #ddd;background: url('../images/bullet_arrow_right.png') 2px 8px no-repeat; }
	#right .level_1 > li > a, #right .level_1 > li > span { background: url('../images/bullet_arrow_right.png') 2px 9px no-repeat; }
	#right .level_1 span { cursor:default; }
	#right .level_1 > li:hover > a, #right .level_1 > li.active > span, #right .level_1 > li.trail > a { color:#f8f8f8; }
	#right .level_1 > li.active > span { font-weight: 500; }

	#right .level_2 { display: none; }
	#right .level_1 li.active .level_2, #right .level_1 li.trail .level_2 { display: block; }
	#right .level_2 a, #right .level_2 span { color:#666; background: none; }
	#right .level_2 > li:hover > a, #right .level_2 > li.active > span, #right .level_2 > li.trail > a { color:#000; }
	#right .level_2 > li.active > span { font-weight: 500; }
	
	/* Submenu left */
	#left .mod_navigation {}
	#left .level_1 li { margin: 0; padding: 0; background: none; }
	#left .level_1 a, #left .level_1 span { display:block;padding:8px 12px 8px 0;text-decoration:none;font-size:14px;text-transform: uppercase;color:#444;border-bottom: 1px solid #ddd; }
	#left .level_1 span { cursor:default; }
	#left .level_1 li:hover a, #left .level_1 li.active span, #left .level_1 li.trail a { color:#aaa; }

	/* Custom navigation */
	.mod_customnav {}
	.mod_customnav li { padding: 0; background: none; }

	/* Top navigation */
	#header .mod_customnav { float: right; height: 40px; }
	#header .mod_customnav li { position: relative; display:block; float: left; }
	#header .mod_customnav a, #header .level_1 span { position: relative; display:block; padding: 4px 15px 2px 30px; text-decoration:none; font-size:14px; color: #ffffff; }
	#header .mod_customnav span { cursor:default; }
	#header .mod_customnav li:hover a, #header .mod_customnav li.active span, #header .mod_customnav li.trail a { color: #eee; }

	#footer .footernav {
		font-size: 13px;
		line-height: 1.525em; 
		color: #f2f2f2;
	}
	#footer .footernav .copyright { float: left; }
	#footer .footernav .nav { float: right; }
	#footer .footernav .nav ul li { padding: 0; background: none; float: left; margin-left: 10px; }
	#footer .footernav .nav ul li a,
	#footer .footernav .nav ul li span { color: #f2f2f2; }
	
	/* Page Navigation */
	.mod_booknav {width: 920px;margin-top: 30px;margin-left: auto;margin-right: auto;background: transparent url('../images/double-line.gif') 0 8px repeat-x;text-transform: uppercase;}
	.mod_booknav li {float: left;width: 45%;}
	.mod_booknav li.up {text-align: center;width: 10%;}
	.mod_booknav li.next {text-align: right;}
	.mod_booknav li a {text-decoration: none;font-weight: 500;font-size: 12px;background: #fff;padding: 0 10px;}
	.mod_booknav li.up a {font-size: 16px;}

	/* Mobile Navigatin - Off Canvas */
    .mobilenav {
        position: absolute;
        top: 15px;
        right: 0;
        display: none;
    }
    
    .mobilenav a {
	    display: block;
	    width: 32px;
	    height: 32px;
	    background: url('../images/menu-button.png') 0 0 no-repeat;
	    text-indent: -9999em;
    }

	.mm-list > li {
		background: none;
	}
	
/* #Global Site Styles
================================================== */
	.caption { font-size: 14px; color: #888; }

	#header .mod_article { clear: both; }
		
/* #Individual Page Styles
================================================== */
	.homepage #brand { position: relative; left: auto; }

	.homepage { text-align: center; }
	.homepage #header { height: 150px; }
	
	.homepage .button { width: 110px; margin: 15px 30px 0 30px; }

	/* Rocksolid Slider */
	.mod_rocksolid_slider {
		clear: both;
		margin-bottom: 15px;
	}
	.rsts-view {
	    margin: 0;
	    width: 100%;
	}
	.rsts-view .rsts-slides .rsts-slide {
	    padding: 0;
	    background: none;
	}
	.rsts-nav { display: none; }
	.rsts-skin-default .rsts-caption {
		top: 125px;
		right: 0;
		left: auto;
	    bottom: 45%;
	    width: 42%;
	    height: 95px;
	    margin: 0;
	    padding: 15px 20px;
		font-size: 24px;
	    line-height: 30px;
	}	
	
	.mod_eventlist .event { margin-bottom: 50px; padding-left: 120px; background: url('../images/concert-calendar.jpg') 0 5px no-repeat; }
	
	.homepage .mod_eventlist h1 { font-size: 30px; padding-bottom: 5px; }
	.homepage .mod_eventlist .event { margin: 0; padding: 10px 0 10px 0; border-bottom: 1px solid #eee; background: none; }
	.homepage .mod_eventlist .layout_upcoming span { font-weight: 500; }
	.homepage .mod_eventlist .layout_upcoming .location { font-size: 14px; }

	
/* #Media Queries
================================================== */
	@media (min-width:980px) {
	}
	
	@media (min-width:980px) and (max-width:1199px) {
		/* width:960px; */
		#header .mod_form { margin: 40px 0 0 15px; }
		#brand { width: 45%; }
		#header .mod_navigation { margin: 38px 0 30px 0; }
		#header .mod_navigation ul > li > a,
		#header .mod_navigation ul > li > span {
			width: 90px;
		}
	}

	/* Tablet Lanscape */
	@media (max-device-width: 1024px) and (orientation: landscape) { 
	}	
	
	/* Tablet Portrait */
	@media (min-width:768px) and (max-width:979px) and (orientation: portrait) {
		/* width:744px; */
		#header .mod_form { margin: 34px 0 0 15px; }
		#brand { width: 40%; }
		#header .mod_navigation { margin: 32px 0 30px 0; }
		#header .mod_navigation ul > li > a,
		#header .mod_navigation ul > li > span {
			width: 80px;
		}
	}
	
	/* Phone */
	@media (max-width:767px) {
		/* width:auto; */
		h1 { font-size: 36px; }
		h2 { font-size: 24px; }
		h3 { font-size: 20px; }
		h4 { font-size: 16px; }
		h5, h6 { font-size: 16px;}
		.homepage .button { width: 90px; margin: 15px 10px 0 10px; }
		#brand { position: relative; top: 10px; width: 65%; margin-bottom: 20px; }
		#header .mod_form { position: absolute; top: -50px; right: 55px; z-index: 999; }
		
		/*#header .mod_navigation { clear: left; float: left; margin: 15px 0 10px 0; }
		#header .mod_navigation ul > li > a,
		#header .mod_navigation ul > li > span { padding: 9px 0; width: 75px; }*/

		#header .mod_navigation { display: none; }
	    .mobilenav { display: block; }

		label,
		label.nachname,
		label.fax,
		label.ort {
			float: none;
			display: block;
			width: auto;
			padding-top: 4px;
			margin: 0;
		}
		input[type="text"],
		input[type="password"],
		input[type="email"],
		input[type="tel"],
		input[type="url"],
		textarea,
		select {
			width: 280px;
			max-width: 100%;
			display: block;
			margin: 0;
		}
		.ce_form fieldset { width: auto; }
		.ce_form br { display: block; }
		input.vorname,
		input.nachname,
		input.telefon,
		input.fax,
		input.plz,
		input.ort { width: 280px; float: none; }
		#footer .footernav .copyright { margin: 0 0 0 10px; }
		#footer .footernav .nav { float: left; clear: both; margin: 10px 0 10px 0; }
		#shop h4 { margin-right: 10px; }
		#shop .newline p,
		#disziplinen p { clear: both; }
	}

	/* Phone landscape */
	@media only screen 
		and (min-device-width : 375px) 
		and (max-device-width : 667px) 
		and (orientation : landscape) {
			
	}
