@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);

/*
* CSS Stylesheet for Contao CMS
* Copyright 2014, WERFT6
* http://werft6.com
* 21.06.2014
*
* FONT Montserrat <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
* font-family: 'Montserrat', sans-serif;
*
*/

/* #Layout Basics
================================================== */
	body {
    	height: 100%;
		background: #fff;
		font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 16px;
		line-height: 1.625em; 
		font-weight: 400; 
		color: #000; 
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	#styleswitcher { position: absolute; top: 140px; right: 20px; } 
	#styleswitcher input[type="submit"] {
		border: none;
		border-radius: 0;
		padding: 3px 8px;
	}
	#styleswitcher input[type="submit"]#black {
		color: #000;
		background-color: transparent;
	}
	#styleswitcher input[type="submit"]#white {
		color: #c3c2c1;
		background-color: #e6e8e7;
	}

	#header { 
		padding-top: 15px;
		border-bottom: 1px solid #000;
	}
	#header .mod_article { clear: both; padding: 5px 0 5px 0; }
	#header .mod_article h1 { margin-left: 20px; }

	#brand {
		width: 320px;
		margin: 0 auto;	
	}
	#brand a {
		display: block;
		width: 320px;
		height: 162px;
		margin-bottom: 25px;
		background: url('../images/royalrender-logo-black.jpg') 0 0 no-repeat;
	}
	#brand a span {
		display: none;
	}
	
	#main .mod_article .ce_text { border-bottom: 1px solid #000; }
	#main .mod_article .ce_text.last { border-bottom: none; }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 400; 
		text-transform: uppercase;
		color: #000; 
		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 { color: #000; }
/* 	h1 { font-size: 42px; font-size: 2.625rem; } */
	h1 { font-size: 30px; font-size: 1.875rem; }
	h2 { font-size: 26px; font-size: 1.625rem; }
	h3 { font-size: 18px; font-size: 1.125rem; }
	h4 { font-size: 16px; font-size: 1rem; font-weight: 700; }
	h5, h6 { font-size: 16px; font-size: 1rem; font-weight: 400; }

	p { margin: 0 0 20px 0; }

	em { font-style: italic; }
	strong { font-weight: 700; color: #000000; }
	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: #f2f2f2; 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 020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #f2f2f2; }

    h4.ce_headline { text-align: center; }
    h3.ce_headline { text-align: center; }
    h2.ce_headline { text-align: center; }

/* #Links
================================================== */
	a, a:visited { 
		color: #22437f; 
		text-decoration: underline; 
		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: #f2f2f2; outline: none; }

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

	dt { font-weight: 700; }
	dd { padding-left: 30px; 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;
   		-webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    -webkit-border-radius: 0; 
	}

	.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; }
	form div { margin-bottom: 15px; }
	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;
		width: 330px;
		max-width: 100%;
		display: 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;
		width: 180px;
		padding-top: 4px;
	}
	legend {
		display: block;
		font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 400; 
		color: #444444; 
		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; }

	input[type="search"] { -webkit-appearance: textfield; }
	::-webkit-search-cancel-button { display: none; }

	.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; }

/* Search form
================================================== */
	#header .mod_form { width: 150px; float: right; display: inline; padding: 9px 20px 9px 0; border-top: 1px solid #000; border-bottom: 1px solid #000; }
	#header .mod_form form,
	#header .mod_form form div { margin: 0; }
	#header .mod_form input.text {
		float:left;
		height: 20px;
		padding: 2px 30px 2px 10px;
		background: transparent url('../images/lupe_white.jpg') 98% 3px no-repeat;
		-webkit-appearance: textfield;
		border: 1px solid #25272A;
		width: 125px;
	}
	::-webkit-search-cancel-button { display: none; }
	#header .mod_form input.submit { width: 25px; height: 21px; position:relative; top: -19px; left: 5px; }
	#header .mod_form input.text:focus { outline: none; }
	#main .mod_search form input.text:focus { outline: none; }
	#main .mod_search form input.text { margin: 0; padding: 6px 15px 6px 20px; background: #FCFCFC url('../images/search.png') 8px 7px no-repeat; width: 200px; }

/* #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: #000000;
		}
	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, .ce_accordion .toggler.ui-state-default {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px 5px 28px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 1px;
		margin: 0;
		cursor: pointer;
		background: #fafafa url('../images/plus.png') 8px 9px 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 {
		background: #f8f8f8 url('../images/plus.png') 8px 9px no-repeat;
		color: #444;
	}
	.ce_accordion .toggler.active, .ce_accordion .toggler.ui-state-active {
		outline: none;
		background: #fafafa url('../images/minus.png') 8px 9px 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: #9fa7c4;
	    color: #FFFFFF;
	    font-weight: 400;
	    padding-bottom: 2px;
	    padding-top: 2px;
	    text-align: center;
	}
	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;
	    color: #BBBBBB;
	}
	.mod_calendar .today {
	    background-color: #c8d0ed;
	}
	.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: 700;
	}

/* #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: 700;
	    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; }

/* #Custom CSS
================================================== */
	/* Header navigation plain */
	#header .mod_navigation { width: 1030px; float: left; border-top: 1px solid #000; border-bottom: 1px solid #000; }
	#header .mod_navigation ul  { list-style: none; }
	#header .mod_navigation li { float: left; padding: 0 3px; }
	#header .mod_navigation li.last { border: none; }
	#header .mod_navigation > ul > li > a,
	#header .mod_navigation > ul > li > span {
		display: block;
		padding: 9px 10px 9px 10px;
		color: #000;
		text-decoration: none;
		text-transform: uppercase;
	}
	#header .mod_navigation span { cursor: default; }
	#header .mod_navigation li:hover a,
	#header .mod_navigation li.active span,
	#header .mod_navigation li.trail a { background: #e9eeee; }
	#header .mod_navigation ul.level_2 {
		display: none;
	}
	#header .mod_navigation ul.level_2 li { position:relative; float: none; padding: 0; }
	#header .mod_navigation ul.level_2 a,
	#header .mod_navigation ul.level_2 span { display: block; width: 165px; padding: 4px 0 5px 15px; color: #555555; font-size: 14px; }
	#header .mod_navigation ul.level_2 li a:hover,
	#header .mod_navigation ul.level_2 li.active a,
	#header .mod_navigation ul.level_2 li.trail a,
	#header .mod_navigation ul.level_2 li span:hover,
	#header .mod_navigation ul.level_2 li.active span,
	#header .mod_navigation ul.level_2 li.trail span { background: #cccccc; }
	#header .mod_navigation li:hover ul.level_2 { left: auto; }

	/* Header navigation bar-style */
/*
	#header .mod_navigation { float: right; }
	#header .mod_navigation ul  { list-style: none; }
	#header .mod_navigation li { float: left; padding: 0 3px; line-height: 14px; border-right: 1px solid #f6f6f6; background: #89b8df; }
	#header .mod_navigation li.last { border: none; }
	#header .mod_navigation a,
	#header .mod_navigation span { display: block; padding: 8px 15px 8px 15px; text-decoration: none; font-size: 14px; color: #fff; }
	#header .mod_navigation span { cursor: default; }
	#header .mod_navigation li:hover,
	#header .mod_navigation li.active,
	#header .mod_navigation li.trail { background: #3f9ed3; }
	#header .mod_navigation li:hover a,
	#header .mod_navigation li.active span,
	#header .mod_navigation li.trail a { background: #3f9ed3; color:#fff; }
	#header .mod_navigation ul.level_2 { width:170px; left:-999em; position: absolute; margin: 0 0 0 -3px; padding: 5px 0 5px 0; background:#89b8df; border-top: 1px solid #ccc; z-index: 1000; }
	#header .mod_navigation ul.level_2 li { position:relative; float:none; padding:0 3px 1px; background-color:#89b8df; border: 0; }
	#header .mod_navigation ul.level_2 a,
	#header .mod_navigation ul.level_2 span { padding: 4px 9px 5px; font-size: 12px; background: #89b8df; }
	#header .mod_navigation ul.level_2 li:hover,
	#header .mod_navigation ul.level_2 li.active,
	#header .mod_navigation ul.level_2 li.trail { background-image:none; }
	#header .mod_navigation ul.level_2 li:hover a,
	#header .mod_navigation ul.level_2 li.active a,
	#header .mod_navigation ul.level_2 li.trail a,
	#header .mod_navigation ul.level_2 li:hover span,
	#header .mod_navigation ul.level_2 li.active span,
	#header .mod_navigation ul.level_2 li.trail span { background: #3f9ed3; }
	#header .mod_navigation ul.level_2 li.first { padding-top: 6px;background: #89b8df; }
	#header .mod_navigation li:hover ul.level_2 { left: auto; }
*/

	/* above navigation homepage */
	.custom .mod_navigation { float: right; }
	.custom .mod_navigation ul  { list-style: none; }
	.custom .mod_navigation li { float: left; padding: 0 3px; }
	.custom .mod_navigation li.last { border: none; }
	.custom .mod_navigation > ul > li > a,
	.custom .mod_navigation > ul > li > span {
		color: #ffffff;
		display: block;
		padding: 8px 15px 8px 15px;
		text-decoration: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.custom .mod_navigation > ul > li.submenu > a,
	.custom .mod_navigation > ul > li.submenu > span:hover {
		-webkit-border-radius: 4px;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 4px;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		border-radius: 4px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	.custom .mod_navigation span { cursor: default; }
	.custom .mod_navigation li:hover a,
	.custom .mod_navigation li.active span,
	.custom .mod_navigation li.trail a { background: #e9e9e9; color: #333333; }
	.custom .mod_navigation ul.level_2 {
		width: 180px;
		left: -999em;
		position: absolute;
		padding: 5px 0 5px 0;
		background: #e9e9e9;
		z-index: 1000;
		-webkit-border-radius: 4px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 4px;
		-moz-border-radius-topleft: 0;
		border-radius: 4px;
		border-top-left-radius: 0;
	}
	.custom .mod_navigation ul.level_2 li { position:relative; float: none; padding: 0; }
	.custom .mod_navigation ul.level_2 a,
	.custom .mod_navigation ul.level_2 span { display: block; width: 165px; padding: 4px 0 5px 15px; font-size: 14px; }
	.custom .mod_navigation ul.level_2 li a:hover,
	.custom .mod_navigation ul.level_2 li.active a,
	.custom .mod_navigation ul.level_2 li.trail a,
	.custom .mod_navigation ul.level_2 li span:hover,
	.custom .mod_navigation ul.level_2 li.active span,
	.custom .mod_navigation ul.level_2 li.trail span { background: #cccccc; }
	.custom .mod_navigation li:hover ul.level_2 { left: auto; }


	/* Mobile Navigatin - Off Canvas */
    .mobilenav {
        float: right;
        display: none;
    }
    
    .mobilenav a {
	    display: block;
	    width: 32px;
	    height: 32px;
	    background: url('../images/menu-button.png') 0 0 no-repeat;
	    text-indent: -9999em;
    }
	
	/* 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 12px;text-decoration:none;font-size:14px;color:#666;border-bottom: 1px solid #ddd; }
	#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:#000; }

	/* 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 20px;text-decoration:none;font-size:14px;text-transform: uppercase;color:#000;border-bottom: 1px solid #000; }
	#left .level_1 span { cursor:default; }
	#left .level_1 li:hover a, #left .level_1 li.active span, #left .level_1 li.trail a { background: #e9eeee; }

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

	/* Footer navigation */
	#footer .mod_customnav { border-top: 1px solid #000; border-bottom: 1px solid #000; margin-bottom: 15px; }
	#footer .mod_customnav .level_1 li { position: relative; display:block; float: left; }
	#footer .mod_customnav .level_1 a, #footer .level_1 span { position: relative; display:block; text-decoration: none; text-transform: uppercase; color: #000; padding: 9px 20px 9px 20px; }
	#footer .mod_customnav .level_1 span { cursor:default; }
	#footer .mod_customnav .level_1 a:hover, #footer .mod_customnav .level_1 li.active span, #footer .mod_customnav .level_1 li.trail a { color: #444; }
	
	/* 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: 700;font-size: 12px;background: #fff;padding: 0 10px; }
	.mod_booknav li.up a {font-size: 16px; }

/* #Global Site Styles
================================================== */

		
/* #Individual Page Styles
================================================== */
	.homepage #container .block { margin: 0; line-height: 0; }
	
	#homepage-top .ce_image { width: 600px; float: left; }
	#homepage-bottom .ce_image { width: 399px; float: left; border-right: 1px solid #000; }
	#homepage-bottom .ce_image.last {border: none; }

/* #Extensions
================================================== */
	/* #Rocksolid Slider */
	.mod_rocksolid_slider {
		position: absolute;
		top: 0;
		left: 0;
	}
	.rsts-skin-default .rsts-caption {
		top: 65%;
		left: 0;
		right: auto;
		width: 42%;
		height: 95px;
		margin: 0;
		padding: 15px 30px;
		font-size: 24px;
		line-height: 30px;
	 }	

	/* #Change Language */
	.mod_changelanguage {
	    float: right;
	    width: 140px;
	    margin: 75px 0 0 15px;
	}
	.mod_changelanguage a,
	.mod_changelanguage span {
		display: block; 
		width: 36px; 
		height: 24px;
		float: left;
		margin-left: 30px;
		text-indent: -9999px; 
	}
	a.lang-de, span.lang-de {  
		background: url('../images/deutsch.png') no-repeat scroll 0 50% transparent;
	}  
	a.lang-en, span.lang-en {  
		background: url('../images/english.png') no-repeat scroll 0 50% transparent;
	}  

	
/* #Media Queries
================================================== */
	@media (min-width:980px) {
	}
	
	@media (min-width:980px) and (max-width:1199px) {
		/* width:960px; */
		#header .mod_navigation { width: 790px; }
	}

	/* 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_navigation { width: 534px; }
		#header .mod_form { width: 190px; }
		#header .mod_form input.text { width: 150px; }
	}
	
	/* Phone */
	@media (max-width:767px) {
		/* width:auto; */

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

		#header .mod_article h1 { margin: 0; }

		#styleswitcher { top: 60px; right: 0; } 
		#styleswitcher input[type="submit"] { padding: 2px 2px; }

		h1 { font-size: 36px; }
		h2 { font-size: 24px; }
		h3 { font-size: 20px; }
		h4 { font-size: 16px; }
		h5, h6 { font-size: 16px; }
		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; }
	}


/* #Print Stylesheet
================================================== */
	@media print {
		* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
		body { font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }
		a, a:visited { text-decoration: underline; }
		a[href]:after { content: " (" attr(href) ")"; }
		abbr[title]:after { content: " (" attr(title) ")"; }
		.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
		pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
		thead { display: table-header-group; } /* h5bp.com/t */
		tr, img { page-break-inside: avoid; }
		img { max-width: 100% !important; }
		@page { margin: 0.5cm; }
		p, h2, h3 { orphans: 3; widows: 3; }
		h2, h3 { page-break-after: avoid; }
		.hideonprint,
		#header,
		#footer {display:none;}
	}
