@font-face {
	font-family: 'icomoon';
	src:url('../icomoon/fonts/icomoon.eot?t=2');
	src:url('../icomoon/fonts/icomoon.eot?t=2') format('embedded-opentype'),
	url('../icomoon/fonts/icomoon.woff?t=2') format('woff'),
	url('../icomoon/fonts/icomoon.ttf?t=2') format('truetype'),
	url('../icomoon/fonts/icomoon.svg?t=2') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body { height: 100%; }
body {
	font-family: Arial, sans-serif;
	font-size: 81.25%;
	background-color: #f4e9d8;
	color: #333;
}

h1,h2,h3,h4,h5,a { color: #c0234f; font-weight: normal; }
h1,h2,h3,h4,h5,p,ul,ol { margin-top: 0; }
h1 { font-size: 1.57142857142857em; text-transform: uppercase; font-family: Times New Roman,serif; line-height: 1.2; }
h2 { font-size: 1.42857142857143em; text-transform: uppercase; font-family: Times New Roman,serif; line-height: 1.2; }
h3 { font-size: 1.28571428571429em; }

.csc-firstHeader { margin-top: 0; }


/* Left, center, right and justify alignment of text in block elements*/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

p.indentLeft,ul.indentLeft,ol.indentLeft,h2.indentLeft,h3.indentLeft { padding: 0 0 0 16px; }

a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.mail {}

a.download { padding-left: 25px ; }
a.pdf { background: transparent url(/images/media_pdf.gif) no-repeat; }
a.ppt { background: transparent url(/images/media_ppt.gif) no-repeat; }
a.txt { background: transparent url(/images/media_txt.gif) no-repeat; }
a.doc { background: transparent url(/images/media_doc.gif) no-repeat; }
a.xls { background: transparent url(/images/media_xls.gif) no-repeat; }
a.zip { background: transparent url(/images/media_zip.gif) no-repeat; }
a.swf {	background: transparent url(/images/media_swf.gif) no-repeat; }
a.mov {	background: transparent url(/images/media_mov.gif) no-repeat; }
a.mp3 {	background: transparent url(/images/media_mp3.gif) no-repeat; }


:focus, *:active { outline: none !important; }

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

[class^="icon-"]:before, [class*=" icon-"]:before {
	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-cart:before { content: "\e9fe"; }
.icon-facebook:before { content: "\eee9"; }
.icon-twitter:before { content: "\eeee"; }
.icon-instagram:before { content: "\ea92"; }

.navbar-toggle { display: none; }


#wrap {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	background-color: #fff;
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 100%;
	padding-bottom: 10em;
	-webkit-box-shadow: 0px 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
}

#headerBox {
	position: relative;
	background-size: cover;
	z-index: 10;
}
#logo {
	position: absolute;
	top: 0;
	left: 20px;

}
#headButtons { position: absolute; bottom: 25px; right: 5px; font-size: 25px; }
#headButtons li { display: inline-block; margin: 0 5px; }
#headButtons li span { display: none; }
#headButtons.nav a { color: #f9daac; }


#mainNavBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(249, 218, 172, 0.9);
	border-top: solid 1px #c0234f;
	padding: 1px 10px 0 10px;
}

#mainBodyBox {
	padding: 100px 2.5% 0 2.5%;
	overflow: auto;
	position: relative;
	z-index: 5;
}
#contentContextBox {
	width: 80%;
	float: right;
}
#contentBox {
	width: 72%;
	float: left;
	padding: 0 20px;
}
#content ul { list-style: none; margin: 0 1em; padding: 0; }
#content li {
	background: transparent url("../images/hgrList2.gif") no-repeat scroll 0 0;
	padding: 1px 0 10px 30px;
}

#contextBox {
	width: 28%;
	float: right;
}
.contextBoxItem {
	border-radius: 8px;
	overflow: hidden;
	background-color: #f7efe2;
	margin-bottom: 20px;
}
.contextBoxItem h3 {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 2px 5px;

	background: #c0234f; /* Old browsers */
	background: -moz-linear-gradient(top,  #c0234f 0%, #cc6681 82%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c0234f 0%,#cc6681 82%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c0234f 0%,#cc6681 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0234f', endColorstr='#cc6681',GradientType=0 ); /* IE6-9 */

}
.contextBoxItem p {
	padding: 0.75em 5px;
	margin: 0;
	font-size: 0.92857142857143em;
}




#leftSideBar {width: 20%; color: #535353; }
#leftSideBar .gallery li { margin-bottom: 20px; }
#leftSideBar .gallery h4 { color: inherit; font-size: 0.75em; }

#footerBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 95%;
	font-size: 0.9em;
	padding: 1em 0;
	margin: 0 2.5%;
	min-height: 8em;
	border-top: solid 1px #f9daac;
}
#footerBox p {
	margin: 0;
}
	/************************
    * Navigationen
    ************************/


.nav, .gallery { list-style: none; margin: 0; padding: 0; }
.nav a { text-decoration: none; color: #c0234f; }

/* MainNav Styling */
#mainNav { white-space: nowrap; }
#mainNav > li { float: left; }
#mainNav a { display: block; padding: 4px 10px; font-weight: bold; }
#mainNav > .sf-breadcrumb > a, #mainNav > .active > a, #mainNav > li > a:hover { background-color: #c0234f; color: #f9daac!important; }
#mainNav ul {  }
#mainNav ul li a { background-color: #fff; color: #e07d98; padding: 1px 10px; }
#mainNav a:hover, #mainNav li.current > a, #mainNav a.active { color: #c0234f; }

/*************************
	FORMULARE
**************************/

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; width: auto; }

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
form
{
	margin: 1.4em 0;
	padding: 0;
}
input, textarea, select
{
	width: 250px;
}

.fbError
{
	color: #cc0000;
}
.fbError input, .fbError textarea
{
	border: solid 2px #cc0000;
}
.formField
{
	clear: both;
	padding: 2px 0;
}
.formField label
{
	width: 120px;
	float: left;

}
.button
{
	margin-left: 120px;
	margin-top: 20px;
}
#routingForm .button { margin-left: 0; }
.radio
{
	width: auto;
}

.radioSet
{
	display: inline;
	padding-right: 1em;
}
.radioLabel
{
	position: relative;
	top: -2px;
	padding: 0 0.5em;
}
.radioSet.fbError
{
	border: none;
}
.check
{
	float: left;
	clear: both;
}
.formField label.checkboxLabel, .formField label.radioLabel
{
	position: relative;
	top: 0;
	float: none;
	padding-left: 0.5em;
	width: 100%;
}
.formHint
{
	clear: both;
	padding: 1em 0;
	font-size: 0.8em;
}
.formField h4	{ padding: 1em 0;}

/* Datum Picker */

a.dp-choose-date {
	float: left;
	width: 20px;
	height: 14px;
	padding: 0;
	margin: 2px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/calenderImg.gif) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 140px!important;
	float: left;
}

#searchBoxForm
{
	margin-left: 10px;
}
#searchBoxForm input, #searchBoxForm input.searchField
{
	width: auto!important;
}


.alertBox h4
{
	display: none;
	font-size: 1.2em;
}
.alertBox
{
	color: #cc0000;
	padding: 0 0 20px 50px;
	background: transparent url(/images/alertSign.gif) no-repeat left top;
	margin-top: 20px;
}
.alertBox ul
{
	color: #cc0000
}

/* MIX */

.embed-container {
	height: 0;
	width: 100%;
	padding-bottom: 75%;
	overflow: hidden;
	position: relative;
}

.embed-container object {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


#goTop {
	display:none;
	position: fixed;
	right: 50px;
	bottom: 0;
	text-decoration: none;
	color: #c0234f;
	font-size: 18px;
	line-height: 40px;
	width: 65px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0, 0.45);
	-moz-box-shadow:    0 0 3px 0 rgba(0,0,0, 0.45);
	box-shadow:         0 0 3px 0 rgba(0,0,0, 0.45);
}

#content ul.docList { margin: 2em 0 1em 0; }
#content ul.docList h3 { margin: 0; }

#siteNav {}
#siteNav .goList { margin: 0 20px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.

   ========================================================================== */

@media only screen and (max-width: 48em) {
	#wrap { padding-bottom: 12em; }
	#mainBodyBox { padding-top: 20px; }
	#headButtons { bottom: 0; }
	/* Navigation */
	.navbar-toggle {
		display: block;
		background-color: transparent;
		background-image: none;
		border: none;
		position: absolute;
		top: 10px;
		right: 10px;
		padding: 0;
		cursor: pointer;
	}
	.navbar-toggle .icon-bar {
		display: block;
		height: 6px;
		width: 36px;
		border-radius: 3px;
		background-color: #f9daac;
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 3px;
	}

	html {
		overflow-x: hidden;
		overflow-y: scroll;
	}
	body {
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		width: 100%;
		position: relative;
		left: 0;
	}
	body.menuActive {
		position: fixed;
		left: 240px;
		cursor: pointer;
	}
	body.menuActive .exit-off-canvas {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 10000;
		background-color: rgba(0,0,0,0.2);
		transition: all 0.4s ease;
	}
	#mainNav {
		width: 240px;
		background-color: #f4e9d8;
		position: fixed;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		top: 0;
		left: -245px;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0, 0.45);
		-moz-box-shadow:    0 0 3px 0 rgba(0,0,0, 0.45);
		box-shadow:         0 0 3px 0 rgba(0,0,0, 0.45);
		z-index: 50;
	}
	.menuActive #mainNav {
		left: 0;
	}


	#mainNav ul { margin: 1px 0 5px 0; }
	#mainNav li {
		float: none!important;
		margin: 0;
		position:relative;
	}
	#mainNav ul ul li a { padding-left: 30px; }
	#mainNav ul ul ul li a { padding-left: 60px; }
	#mainNav a { line-height: 3em; border-bottom: solid 1px #fff; padding: 0 10px; }
	#mainNav ul { display: none; position:static!important; list-style: none; padding: 0; }


	#mainNav .openSub { position: absolute; top: 0px; right: 0; background-color: #CCCCCC;  cursor:pointer; width: 3em; line-height: 3em; z-index: 5; text-align: center; }
	#mainNav .openSub:before { content: "▼"; color: #fff; font-size: 1em; }

	#mainNav .active.sub > ul { display: block; }
	#mainNav .active.sub > .openSub:before {content: "▲"; color: #E39312; }
	/* Navigation end */

	#goTop { right: 20px; }
	#footerBox { padding-bottom: 5em; }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

@media only screen and (max-width: 38.75em) {
	#logo {
		width: 30.645161290323%;
	}
}
@media only screen and (max-width: 30em) {
	#contentContextBox, #contentBox, #contextBox, #leftSideBar {
		width: 100%;
		float: none;
	}
	#contentBox { padding: 0; }
	#contextBox { padding-top: 2em; }
	#leftSideBar { text-align: center; }
	#leftSideBar .gallery h4 { font-size: 1em; padding-top: 5px; }
	#headerBox { height: 90px; position: fixed; top: 0; left: 0; width: 100%; }
	#wrap { padding-top: 90px; }
	#logo { height: 100px!important; width: auto!important; }
}

@media only screen and (min-width: 32em) {
	/*** MainNav ESSENTIAL STYLES ***/
	.sf-menu, .sf-menu * {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.sf-menu li {
		position: relative;
	}

	.sf-menu ul {
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		z-index: 99;
	}

	.sf-menu > li {
		float: left;
	}

	.sf-menu li:hover > ul,
	.sf-menu li.sfHover > ul {
		display: block;
	}

	.sf-menu a {
		display: block;
		position: relative;
	}

	.sf-menu ul ul {
		top: 0;
		left: 100%;
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
     * Don't show links for images, or javascript/internal links
     */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

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