@charset "utf-8";

/* Fonts */
@font-face {
    font-family: 'icomoon';
    src:url('/template/font/icomoon.eot?sy0tu7');
    src:url('/template/font/icomoon.eot?#iefixsy0tu7') format('embedded-opentype'),
        url('/template/font/icomoon.woff?sy0tu7') format('woff'),
        url('/template/font/icomoon.ttf?sy0tu7') format('truetype'),
        url('/template/font/icomoon.svg?sy0tu7#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before { content: "\f095"; }
.icon-menu:before { content: "\f0c9"; }

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 300; font-size: 15px; }
body {
	background-color: #f0f2f5;
	color: #0e0e0e;
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 300; font-size: 15px;
	line-height: 1.231;
	margin: 0;
}
::selection {
	background: #5d3c2d;
	color: #FFF; 
	text-shadow: none;
}

/* Links */
a { color: #0e0e0e; }
a:hover { 
	color: #5d3c2d;
	text-decoration: underline;
}
a:focus { outline: 0; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: #0e0e0e; text-decoration: none; }

/* Typography */
h1, h2, h3 { 
	line-height: 1.2em;
	text-align: left; 
}
h1, h2 { 
	color: #5d3c2d;
	font-size: 1.73em; font-weight: 400;
	margin: 0.67em 0;
}
h1 { font-size: 2.2em; }
h3 { 
	color: #0e0e0e;
	font-size: 1.13em; font-weight: 300;
	margin: 1em 0;
	text-transform: uppercase;
}
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
menu, ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }
figure img { height: auto; width: 100%; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default!important; background: #838383;}
button[disabled]:hover, html input[disabled]:hover { background: #838383;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0;}
#article table th { background-color: #5d3c2d; color: #fff; }
#article table td, table th { border: 1px solid #cecece; }
#article .tablecontainer { overflow: auto; }
#article table td, table th { padding: 0.5em; }

/* CUSTOM CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg, .msgerror { margin-bottom: 15px; padding: 4px; }
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; }
.msg { background-color: white; border: 1px solid #ddd; }
.msg h2 { color: #444; }
.msgerror { background-color: white; border: 1px solid #c00; }
.msgerror, .msgerror h2 { color: #c00; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"], .buttoncontainer a.button {
	background: #5d3c2d;
	border-radius: 0; border: 0;
	color: #FFF;
	font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; font-size: 1.13em;
	line-height: 1.2em; 
	display: inline-block;
	padding: 0.85rem 1.5rem;
	text-decoration: none; text-transform: uppercase;
	transition: background 300ms, color 300ms;
}
a.button:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, #aside .buttoncontainer a.button:hover {
	color: #FFF;
	background: #99644e;
}
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* PRIMARY STYLES [layout] */
.fancybox-button--zoom { display: none!important; }
div .ui-widget-header { background: #5d3c2d!important; }

.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	margin: 0 auto;
	width: 980px;
}
#header { background: #fff; }
#head { 
	display: table;
	position: relative; z-index: 1;
	height: 100px;
	width: 100%;
}
#head > * { 
	display: table-cell;
	vertical-align: middle;
}
#calltoaction_menu {
	padding-right: 18px;
	text-align: right; 
}
#calltoaction_menu .button {
	background: #5d3c2d;
}
#calltoaction_menu .button:hover { 
	background: #99644e;
}
#calltoaction_menu .button i { 
	font-size: 1.5em;
	margin-right: 10px;
	vertical-align: -0.2em;
}

#logo { padding-left: 18px; padding-right: 18px; }
#logo img {
	height: auto;
	width: 100%; max-width: 250px;
}

#nav_main {
	background-color: #5d3c2d;
	padding: 0;
	position: relative; z-index: 2;
	text-align: center;
}
#nav_main .dropdown { display: none; }
#nav_main > div > ul > li { 
	display: inline-block; 
	position: relative; z-index: 1;
}
#nav_main > div > ul > li > a {
	color: #fff; color: rgba(255,255,255, 0.9);
	border-left: thin solid #fff;
	display: block;
	font-size: 1.13em; font-weight: 600;
	line-height: 1.75em;
	padding: 1em 1.3em;
	text-align: center; text-decoration: none; text-transform: uppercase;
	transition: background-color 700ms ease-out, color 300ms linear;
}
#nav_main > div > ul > li:first-child > a { border-left: none; }
#nav_main > div > ul > li.active > a, #nav_main > div > ul > li:hover > a { text-decoration: underline; }
#nav_main li ul { 
	box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.4);
	background-color: #fff;
	display: none;
	line-height: 1.231;
	min-width: 100%;
	position: absolute; z-index: 1; left: 0;
}
#nav_main li ul li { display: block; }
#nav_main li ul a {
	display: block;
	border: none;
	padding: 0.7em 1em;
	text-transform: none; text-align: center; text-decoration: none;
}
#nav_main li ul li.active > a, #nav_main li ul li:hover > a {
	background: #DDD; 
	color: #0e0e0e;
}

#panorama-container { 
	background: #5d3c2d;
	position: relative; z-index: 1;
}
#panorama-container:before {
	background: #f0f2f5;
	content: '';
	height: 30%;
	position: absolute; bottom: 0; left: 0; right: 0; z-index: 1;
}
#panorama {
	position: relative; z-index: 1;
	height: auto;
	width: 100%; max-width: 980px; 
}
#panorama img { height: auto; width: 100%; }

#main {
	margin-top: 10px; padding-bottom: 60px;
	overflow: auto;
}
#article {
	background-color: #fff;
	float: left;
	margin-right: 10px; padding: 35px 45px;
	width: 560px;
	line-height: 2em;
}
#article.fullwidth {
	box-sizing: border-box;
	float: none;
	margin: 0;
	width: 100%;
}
#article blockquote {
	margin: 1em 0;
	padding: 0.125em 1em;
	background-color: #f4f4f4;
	border: thin solid #dddddd;
	border-radius: 3px;
}
#aside {
	float: right;
	line-height: 1.4em;
	width: 320px;
}

#aside .map {
	margin-bottom: -4px;
	position: relative;
}
#aside .map img { width: 100%; height: auto; }
#aside .map a {
	background: #5d3c2d;
	color: #FFF;
	display: inline-block;
	font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; font-size: 1.13em;
	line-height: 1.2em; 
	padding: 0.85rem 1.5rem;
	position: absolute; right: 0; bottom: 25px; z-index: 1;
	text-decoration: none; text-transform: uppercase;
	transition: background 300ms, color 300ms;
}
#aside .map a:hover, #aside .map a:active { 
	background: #BA3D33;
	color: #FFF;
}

#aside .showcase {
	background: #fff;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	font-weight: 400;
	margin-bottom: 10px; padding: 2em;
}
#aside .showcase .showcase-title {
	color: #5d3c2d;
	font-size: 1.13em; font-weight: 700; 
	margin: 0 auto 0.5em;
	text-transform: uppercase;
}
#aside .showcase .title {
	color: #5d3c2d;
	font-size: 1.13em; font-weight: 700; 
	margin: 0.5em auto 0.5em;
	text-transform: uppercase;	
}
#contact-showcase table td { vertical-align: top; }
#contact-showcase table td:first-child { padding-right: 0.5em; }
#contact-socialmedia { text-align: center; }
#contact-socialmedia > * {
	display: block;
	margin: 2em auto 0;
}
#contact-socialmedia img {
	height: auto;
	width: 100%;
}
#contact-socialmedia #fblogo { max-width: 140px; }

#footer {
	background: #5d3c2d;
	color: #FFF; 
	font-size: 0.8em;
	min-height: 11px;
	padding: 20px 0;
}
#footer a { color: #fff; text-decoration: none;}
#footer a.active, #footer span, #languageselect span { color: #FFF; }
#footer span, #languageselect span { margin: 0 3px; }

#languageselect a.active, #footer a:hover { text-decoration: underline; }
#languageselect a { text-transform: lowercase;  }

#copyright > span:nth-child(1) { color: #fff; }

/* CONTENT */
#article {
	line-height: 180%;
	font-weight: 300;
}
#article ul { list-style-type: square; }

/* START Page-Files */
#pagefiles ul { list-style: none; }
#pagefiles ul li { margin: 1.5em 0; }
#pagefiles ul li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
#pagefiles ul li a {
	display: inline-block;
	vertical-align: middle;
}
/* END Page-Files */

/* Tabelle */
.simple td, .simple th { padding: 5px; }
.simple tr:first-child th {
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}
.simple td:first-child{ vertical-align: top; }

/* Cookie Hint */
#cookiehint {
	display: table;
	width: 100%;
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 0; right: 0; bottom: 0;
	text-align: center;
}
#cookiehint p, #cookiehint button {
	display: table-cell!important;
	vertical-align: middle;
}
#cookiehint p {
	margin: 0;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint button {
	background: #fff!important;
	border: none!important;
	color: #000!important;
	line-height: 1.25em!important;
	margin-left: 1em;
	padding: 0.4em!important;
	text-transform: uppercase!important;
}
#cookiehint button:hover { 
	background: #ddd!important;
	cursor: pointer;
}
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.light button {
	background: #aaa!important;
	color: #fff!important;
}
#cookiehint.light button:hover { background: #ddd!important; }
#cookiehint.top { top: 0; bottom: initial; }

/* Responsive Images */
.responsiveimages {
	clear: both;
	overflow: auto;
}
.responsiveimages a { 
	border-bottom: none!important;
	display: inline-block;
	float: left;
	margin-left: 0.5%; margin-top: 0.25%; margin-bottom: 0.25%;
	text-decoration: none;
	width: 100%;
}
.responsiveimages a:first-child { margin-left: 0!important; }
.responsiveimages.fullwidth a { margin-left: 0; }
.responsiveimages.portrait a { width: 100%; max-width: 300px; }
.responsiveimages.fiftyfifty a { width: 49.75%; }
.responsiveimages.thirtyfsixtyf a:first-child, .responsiveimages.sixtyfthirtyf a:nth-child(2), 
.responsiveimages.sixtyfthirtyfx2 a:nth-child(2), .responsiveimages.sixtyfthirtyfx2 a:nth-child(3), .responsiveimages.sixtyfx2thirtyf .leftside { width: 34.65%; }

.responsiveimages.thirtyfsixtyf a:nth-child(2), .responsiveimages.sixtyfthirtyf a:first-child, 
.responsiveimages.sixtyfthirtyfx2 a:first-child, .responsiveimages.sixtyfx2thirtyf .rightside { width: 64.4%; }

.responsiveimages.sixtyfthirtyfx2 a:nth-child(3) { margin-top: 0.5%; }

.responsiveimages.sixtyfx2thirtyf a { margin-left: 0!important; }
.responsiveimages.sixtyfx2thirtyf a:nth-child(2) { margin-top: 1.5%; }
.responsiveimages.sixtyfx2thirtyf > div { 
	display: inline-block;
	float: left;
	height: 100%;
}
.responsiveimages.sixtyfx2thirtyf .rightside { margin-left: 0.5%; }

.responsiveimages a img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}
@media screen and (max-width: 560px) {
	.responsiveimages.sixtyfthirtyfx2 > *, .responsiveimages.sixtyfx2thirtyf .leftside > * { width: 49.75%!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:first-child {
		margin-bottom: 0.5%;
		width: 100%!important;
	}
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(2) { margin-left: 0!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(3) { margin-top: 0!important; }
	
	.responsiveimages.sixtyfx2thirtyf .leftside { width: 100%; }
	.responsiveimages.sixtyfx2thirtyf .rightside {
		margin-top: 0.5%; margin-left: 0;
		width: 100%;
	}
	.responsiveimages.sixtyfx2thirtyf .leftside > *:nth-child(2) { margin-left: 0.5%!important; margin-top: 0; }
}
@media screen and (max-width: 400px) {
	.responsiveimages.fiftyfifty a {
		margin-left: 0;
		width: 100%;
	}
	.responsiveimages.fiftyfifty a:nth-child(2) { margin-top: 0.5%; }
}

#newsletter input[type="text"] {
    border: 1px solid #EFEFEF;
    padding: 0.7em;
    margin: 0.75em 0 1.25em;
    width: 90%;
}

/* MEDIAQUERIES */
/* kleiner als 980 */
@media screen and (max-width: 980px) {
	.wrapper { margin: 0; width: 100%; }
	#panorama { width: 100%; height: auto; }
	#article {
		margin-right: 1.02%; padding: 2em 4.592%;
		width: 57.143%; 
	}
	#aside { width: 32.652%; }
	#aside .showcase { padding: 1em 6.25%; }	
	#footer .wrapper {
		padding: 0 2%;
		width: 96%;
	}
}

/* kleiner als 920 und größer als 780 */
@media screen and (min-width: 781px) and (max-width: 970px) {
	#nav_main > div > ul > li > a { font-size: 0.9em; }
}

/* größer als 900 */
@media screen and (min-width: 900px) {
	#article { line-height: 1.8em; }
}

/* mindestens 780 */
@media screen and (min-width: 791px) {
	#nav_main div > ul { display: block!important; }
	#nav_main div > ul > li:hover > ul { display: block; }
}

/* kleiner als 790 */
@media screen and (max-width: 790px) {
	#article { 
		line-height: 1.8em;
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
		margin-top: 0; margin-right: 0; padding: 35px 4.592%;
		width: 100%;
	}
	#nav_main {
		display: inline-block;
		margin: 0; padding: 1em 0;
		width: 100%; height: auto;
	}
	#nav_main .dropdown {
		color: #0e0e0e!important;
		display: block;
		padding-right: 18px;
		text-align: right;
	}
	#nav_main .dropdown > a { 
		color: #FFF;
		display: inline-block;
		text-decoration: none;
	}
	#nav_main .dropdown > a:hover { color: #FFF; }
	#nav_main .dropdown i { font-size: 2em; }

	#nav_main ul {
		display: none;
		list-style: none;
		margin-top: 20px;
	}
	#nav_main li {
		border-top: thin solid #fff!important;
		display: block!important;
	}
	#nav_main li li { border-top: thin solid #CCCCCC!important; }
	#nav_main li a {
		border: none!important;
		display: block;
		color: #FFF!important;
		padding: 0.5em 0!important;
	}
	#nav_main > div > ul > li:last-child > a { padding-bottom: 0!important; }
	#nav_main li ul {
		display: block;
		margin: 0;
		opacity: 1;
		position: static; top: 0; left: 0;
	}
	#nav_main li ul a { color: #0e0e0e!important; }

	#main { 
		margin-top: 0;
		padding-bottom: 0;
	}
	#article, #aside .showcase { padding: 18px!important; }
	#aside { 
		margin-top: 0;
		width: 100%;
	}
	#aside .showcase { margin-bottom: 0; }
	
	#contact-showcase { text-align: center; }
	#contact-showcase table { margin-left: auto; margin-right: auto; }
	#contact-showcase table > tr { display: block; }
	#contact-showcase table td { display: inline-block; }
}

/* kleiner als 560 */
@media screen and (max-width: 560px) {
	html { -webkit-text-size-adjust: none; }
	#calltoaction_menu .button { 
		padding: 0.85rem;
		width: 25px;
	}
	#calltoaction_menu .button i { margin-right: 0; }
	#calltoaction_menu .button span { display: none; }
	
	#footer > div > * {
		display: block;
		float: none;
		text-align: center;
	}
	#footer > div > * + * { margin-top: 15px; }
}

/* PRINT STYLES */

@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	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; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h1, h2, h3 { orphans: 3; widows: 3; }
	h1, h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #nav_main, #aside, #footer, #copyright { display: none; }
	#main { background: none; box-shadow: none; margin: 0; }
	#article  { float: none; font-size: 16pt; padding: 0; width: 100%!important; }
	#article a { border: none; text-decoration: none; }
	.slidebox dd { display: block!important; }
	#panorama { margin-bottom: 2em; }
	#aside .map div.showcase { display: block; }
}