/* Fonts
================================================== */
@font-face {
   font-family: 'Alena-Regular';
   src: url(../Fonts/Alena-Regular.eot);
}
@font-face {
   font-family: 'Alena-Regular';
   src: url(../Fonts/Alena-Regular.woff) format('woff');
}
@font-face {
   font-family: 'Alena-Bold';
   src: url(../Fonts/Alena-Bold.eot);
}
@font-face {
   font-family: 'Alena-Bold';
   src: url(../Fonts/Alena-Bold.woff) format('woff');
}

/* Base
================================================== */
html {
	height: auto;
	overflow-y: scroll;
	box-sizing: border-box;
	background-color: #f5f5f5;
}
body {
	height: 100%;
	font-family: 'Alena-Regular', Arial, Helvetica, sans-serif;
	background-color: #fff;
    color: #666;
    font-size: 18px;
    font-weight: 400;
	font-style: normal;
	line-height: 170%;
	letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	/*-webkit-user-select: none;
	user-select: none;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alena-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    color: #000;
    margin: 0;
	padding: 0;
	text-align: left;
	line-height: 170%;
	text-transform: none;
	letter-spacing: 0.06em;
}
h1 {
    font-family: 'Alena-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 21px 0 10px 0;
	text-transform: uppercase;
}
h2 {
    font-family: 'Alena-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 21px 0 10px 0;
	text-transform: uppercase;
}
p {
    margin: 0 0 30px 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active, a:focus, a:hover {
	text-decoration: none;
	color: #72102b;
}
*:focus, *:active {
    outline: 0 none;
}
a:focus, a:active {
    outline: 0 none;
}
.mainwrap a:hover, .mainwrap a:active {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
    border-color: #000;
}
b, strong {
	font-family: 'Alena-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
ol, ul {
	margin: 0 0 30px 30px;
	padding: 0;
	list-style-position: outside;
}
ol ol, ol ul, ul ol, ul ul {
	margin-top: 10px;
	margin-bottom: 15px;
}
.link-extern, .link-download, .link-intern {}
.link-mail {}
.link-extern:hover, .link-extern a:active, .link-mail:hover, .link-download:hover, .link-intern:hover {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.clearer {
	clear: both;
	display: table;
}
sup {
	top: -0.7em;
	left: 0.2em;
	font-size: 50%;
	font-family: 'Alena-Regular', Arial, Helvetica, sans-serif;
	font-weight: 400;
}
pre {
	font-family: 'Alena-Regular', Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #055f39;
	background-color: transparent;
	border: none;
	border-radius: 0;
	white-space: normal;
	word-break: inherit;
}
blockquote {
	padding: 10px;
	margin: 0;
	font-size: inherit;
	border: none;
	font-style: normal;
}
blockquote p, blockquote h1, blockquote h2, blockquote h3, blockquote h4 {
	display: inline;
}
blockquote p:last-child { margin-bottom: 0; }
blockquote:before {
	content: "\f101";
	font: normal normal normal 35px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: inherit;
	color: inherit;
	margin-right: 7px;
}
blockquote:after {
	content: "\f100";
	font: normal normal normal 35px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: inherit;
	color: inherit;
	margin-left: 7px;
}
.container {
	position: relative;
}
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.mainwrap {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
	text-align: left;
	margin: 0 auto;
}
video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* specific formatting */
.align-left, .text-left, .left { text-align: left !important; }
.align-center, .text-center, .center { text-align: center !important; }
.align-right, .text-right, .right { text-align: right !important; }
.align-justify, .text-justify, .justify { text-align: justify !important; }
.indent { margin-left: 1.5em; }
.block { display: block; }
/* Placeholder */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #000;
	opacity: 0.3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #000;
	opacity: 0.3;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #000;
	opacity: 0.3;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
	opacity: 0.3;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
	opacity: 0.3;
}

/* Header
================================================== */
#header {
	width: 100%;
	padding: 0;
	background-color: transparent;
}
#headBox {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent;
}
.headBlock {
	width: 100%;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.page-1 .headBlock {
	vertical-align: middle;
}
.fix-header .headBlock {
	display: block;
	position: fixed;
	z-index: 1000;
}
#logo {
	float: none;
	margin: 0 auto;
	padding: 24px 0 24px 0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#logo.fullbg {
	background-color: #fff;
}
.page-1 #logo {
	padding: 23px 0 25px 0;
}
.fix-header #logo {}
#logo img {
	width: 240px;
	height: auto;
	margin: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.fix-header #logo img {}
.page-header {
	display: none;
}
.arrowBox {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	width: 70px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	background: transparent;
	cursor: pointer;
	z-index: 2000;
}
.arrowBox:hover {
	/*background: rgba(0,140,79,0.8);*/
}
.arrowBox i {
	height: 40px;
	width: 70px;
	margin-top: 0;
	text-align: center;
	color: #fff;
	display: inline-block;
	background: transparent url('../Images/pfeil-nach-unten.svg') center center no-repeat;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.arrowBox i, .arrowBox i:hover, .arrowBox i:focus, .arrowBox i:active {
	-webkit-animation-name: hvr-hang-sink, hvr-hang;
	animation-name: hvr-hang-sink, hvr-hang;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}
/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

/* Navigation
================================================== */
.navbar {
	min-height: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
#headBox .navbar {
	clear: both;
	padding-top: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-default {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #72102b;
	text-align: center;
}
#navBox {
	position: fixed;
	top:0 ;
	right: 0;
	z-index: 1000;
	margin: 17px 10px 0 5px;
	padding-top: 0;
	width: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/* Toggle */
.navbar-toggle {
	float: none;
	color: #fff;
	text-align: center;
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 500;
	width: auto;
	height: auto;
	margin: 0;
	padding: 1px 5px;
	border-radius: 0;
	border: none;
	background-color: transparent;
}
.navbar-toggle:focus, .navbar-toggle:hover, .navbar-toggle:active {
	color: #b88693;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-toggle .closeNav {
	/*background: #000 url('../Images/menu-icon.png') center center no-repeat;*/
	display: none;
}
.navbar-toggle .closeNav:focus, .navbar-toggle .closeNav:hover, .navbar-toggle .closeNav:active {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-toggle.openNav .closeNav {
	display: block;
}
.navbar-toggle .icon-bar {
	width: 30px;
	height: 2px;
	background: #72102b;
	margin: 6px 0;
}
#toggleBox {
	/*display: none;*/
	position: relative;
	margin: 0;
}
#toggleBox.container {
	height: auto;
}
.navbar-default .navbar-nav li .redline {
	display: none;
}
.navbar-default .navbar-nav>li {
	margin: 1px 0;
}
.navbar-default .navbar-nav li a {
	height: auto;
	margin: 0;
	padding: 0 8px;
	color: #fff;
	font-family: 'Alena-Bold', Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 130%;
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
	background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:active {
	color: #b88693;
	background: transparent;
	border: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-default .navbar-nav .active>a, .navbar-default .navbar-nav .active>a:focus, .navbar-default .navbar-nav .active>a:hover, .navbar-default .navbar-nav .active>a:active,
.navbar-default .navbar-nav .activetop>a, .navbar-default .navbar-nav .activetop>a:focus, .navbar-default .navbar-nav .activetop>a:hover, .navbar-default .navbar-nav .activetop>a:active {
	color: #b88693;
	background: transparent;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-default .navbar-nav>li>a {
	margin: 0;
}
.navbar-default .navbar-nav li li {
	font-size: 18px;
	float: left;
}
.navbar-default .navbar-nav li li a {
	color: #72102b;
}
.navbar-default .navbar-nav li li a:focus, .navbar-default .navbar-nav li li a:hover, .navbar-default .navbar-nav li li a:active {
	color: #72102b;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-default .navbar-nav li li.active>a, .navbar-default .navbar-nav li li.active>a:focus, .navbar-default .navbar-nav li li.active>a:hover, .navbar-default .navbar-nav li li.active>a:active {
	color: #72102b;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
/* Subnavigation */
.navbar-sub {
	display: inline-block;
	margin: 30px 0 0 0;
}
.navbar-sub li {
	margin: 0;
	padding: 0;
}
.navbar-sub li a {
	padding: 0 0 10px 0;
	color: #000;
	font-family: 'Alena-Bold', Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 130%;
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
	background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-sub li a:focus, .navbar-sub li a:hover, .navbar-sub li a:active, .navbar-sub li.activetop a, .navbar-sub li.active a {
	color: #72102b;
	background: transparent;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.redline {
	display: block;
	width: 80px;
	height: 7px;
	background: #fff;
}
.redline.full {
	background: #72102b;
	margin-bottom: 20px;
}
/* Sweep To Right */
.redline {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.redline:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #72102b;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
/*.redline:hover:before, .redline:focus:before, .redline:active:before {*/
.navbar-sub li a:hover + .redline:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/* Subnavi links */
.contentwrap .frame-type-menu_subpages ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 140%;
}
.contentwrap .frame-type-menu_subpages ul li {
	margin: 0 0 8px 0;
}
.contentwrap .frame-type-menu_subpages ul li a {
	color: #000;
}
.contentwrap .frame-type-menu_subpages ul li a.active {
	color: #72102b;
}
.contentwrap .frame-type-menu_subpages ul li a:hover, .contentwrap .frame-type-menu_subpages ul li a:focus, .contentwrap .frame-type-menu_subpages ul li a:active {
	color: #72102b;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
/* Sweep To Right */
.greyline {
	display: block;
	width: 20px;
	height: 3px;
	background: #c9c6c6;
	margin-top: 8px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.greyline:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #72102b;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.contentwrap .frame-type-menu_subpages ul li a:hover + .greyline:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/* Search */
/*.searchblock {
	float: right;
	margin: 9px 0 0 0;
	padding: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.fix-header .searchblock {
	margin-top: 0;
}
.searchblock form input[type="text"] {
	height: 24px;
	margin: -1px 0 0 0;
	padding: 0 3px;
	width: 100px;
	font-size: 0.9em;
	line-height: inherit;
	float: left;
	background: transparent;
	border: 1px solid rgba(0,0,0,0.1);
}
.searchblock form input[type="text"]:hover, .searchblock form input[type="text"]:focus {
	background-color: rgba(255,255,255,0.8);
}
.searchblock #ke_search_searchfield_submit {
	padding: 3px 0 0 5px;
	cursor: pointer;
	display: inline-block;
	line-height: 100%;
	background-color: transparent;
	border: none;
	font-size: 15px;
}*/
/* Breadcrumb */
/*.breadcrumb {
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
	line-height: 130%;
	background-color: transparent;
	border-radius: 0;
	color: #000;
	opacity: 0.46;
}
.breadcrumb li {
    margin: 0 !important;
}
.breadcrumb li:before {
	margin-right: 0 !important;
}
.breadcrumb>li:before {
    content: "" !important;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb>.active {
	color: inherit;
}
.breadcrumb>li+li:before {
	padding: 0 6px;
	color: #000;
	content: ":" !important;
}*/

/* Content
================================================== */
.contentwrap {
	text-align: left;
}
.contentwrap ul {
	/*list-style-type: none;*/
	margin: 0 0 30px 30px;
}
.contentwrap li {
	margin: 0;
	text-align: left;
}
.contentwrap .frame-type-text ol li {
	list-style-type: decimal;
}
.contentBlock {
	padding-top: 20px;
	padding-bottom: 30px;
}
.contentBlock a {
	font-family: 'Alena-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
	margin-bottom: 0;
}
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	margin-top: 10px;
}
.ce-gallery figcaption {
    position: relative;
    float: right;
    display: block;
    width: auto;
	margin: 10px 0 0 0;
    padding: 0;
    font-size: inherit;
	text-align: right;
	line-height: 110%;
    background: transparent;
    color: inherit;
}
.frame-type-header {
	/*margin-top: 20px;*/
}
.image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.contentwrap .frame-type-text, .contentwrap .frame-type-textpic, .contentwrap .ce-table {
	text-align: left;
	font-size: 15px;
	line-height: 170%;
}
.page-9 p + h2 {
	margin-top: -30px;
}
/* Uploads */
.ce-uploads {
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	background-color: #fff;
}
.ce-uploads img {
	padding-right: 0;
}
.ce-uploads li {
	margin: 15px 0;
	padding: 15px;
	line-height: 100%;
}
.ce-uploads li a span:before {
	/*content: "\f138";
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	margin-right: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}
.ce-uploads li .uploaddata {
	margin: 0;
}
.ce-uploads li img {
	float: left;
	margin-right: 10px;
}
.ce-uploads span {
	display: inline-block;
}
.ce-uploads-fileName {
	margin-top: 0.1em;
	margin-right: 5px;
	line-height: 125%;
}
.ce-uploads-description {
	margin-top: 3px;
	margin-right: 0.5em;
	clear: left;
	font-size: 0.8em;
}
.ce-uploads-filesize {
	color: inherit;
	font-size: 0.8em;
	white-space: nowrap;
}
/* Frames */
/* Panel */
.panel-group {
	margin-top: 20px;
	display: none;
}
.panel {
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}
.panel-default {
	border: none;
}
.panel-heading {
	padding: 10px 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-default>.panel-heading {
	color: #000;
	background-color: #ededed;
	border-color: transparent;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	/*border-top-color: #ededed;*/
	border: none;
}
.panel-title {
	font-size: 21px;
	padding-top: 2px;
}
.panel-title span {
	font-size: 0.7em;
	line-height: 120%;
	display: block;
}
.panel-title a:hover, .panel-title a:active, .panel-title a:focus {
	text-decoration: none;
}
.panel-body {
	padding: 0;
}
.panel-body .frame-type-text {
	padding: 0 15px;
}
.panel-body .frame-type-text header {
	display: none;
}
.panel-body .frame-type-html {
	line-height: 0;
}
.panel-body .frame-type-html iframe {
	max-width: 100%;
}
/* Table */
.frame-type-table, .contenttable {
	margin: 30px 0;
}
.contenttable td {
	padding: 0 10px 0 0;
}
.ce-table th, .ce-table td {
	border-top: none;
	padding: 0 10px 0 0;
	min-width: 130px;
}
.ce-table p {
	margin: 0;
}
/* Lightbox */
.lb-nav a.lb-next {
	/*background: url('../Images/pfeil-rechts.png') right 48% no-repeat;*/
	background: transparent;
	filter:alpha(Opacity=0);
	opacity: 0;
}
.lb-nav a.lb-next:hover {
	filter:alpha(Opacity=0);
	opacity: 0;
}
.lb-nav a.lb-prev {
	/*background: url('../Images/pfeil-links.png') left 48% no-repeat;*/
	background: transparent;
	filter:alpha(Opacity=0);
	opacity: 0;
}
.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=0);
	opacity: 0;
}
/* Parallax */
.parallaxScroll {
	overflow: hidden;
}
.parallaxBack, #headerImg {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 160px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-1 .parallaxBack, .page-1 #headerImg {
	height: 100vh;
}

/* Google map
================================================== */
#googleMap {
	width: 100%;
	height: 215px;
	position: relative;	
	display: block;
	background-color: transparent;
	margin-bottom: 0;
}
.map-tooltip {
    padding: 5px;
	display: block;
	font-size: 13px;
	font-family: 'Alena-Regular', Arial, Helvetica, sans-serif;
	font-weight: 400;
    line-height: 15px;
    color: #000;
}
.map-tooltip p {
    margin: 0;
    text-align: left;
	min-width: 110px;
}
.maplink {
	display: block;
	margin-top: 20px;
}

/* Form
================================================== */
form input[type="text"], input[type="password"], input[type="email"], form textarea, form select {
	width: 100%;
	/*color: #000;*/
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
	padding: 3px 5px;
}
form input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, form textarea:focus,
form input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, form textarea:hover {
	/*background-color: #5f9e31;*/
	background-color: #fff;;
}
form input[type="submit"] {
    width: auto;
	margin: 10px 0;
	padding: 12px 25px;
	background: #5f9e31;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	color: #000;
    border: none;
    border-radius: 0;
}
form input[type="submit"]:hover, form input[type="submit"]:active, form input[type="submit"]:focus {
    border: none;
    background: #000;
	color: #000;
    text-decoration: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.form-control, .powermail_field input {
	padding: 3px 5px;
	font-size: inherit;
	/*color: #000;
	background-color: #fff;*/
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control {
	height: 90px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #000;
}
.btn-primary, .btn-primary:active {
	color: #fff;
	background-color: #000;
	border-color: transparent;
}
.btn {
	width: auto;
	margin: 0;
	padding: 12px 25px;
	background: #5f9e31;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	color: #fff;
    border: none;
    border-radius: 0;
	font-size: inherit;
	text-align: left;
}
.btn:hover, .btn:active, .btn:focus {
	background: #000;
	color: #fff;
}
legend {
	margin-bottom: 0;
	font-size: 1em;
	color: #000;
	border-bottom: none;
	display: none;
}
label {
	float: none;
	display: block;
	margin: 0;
	padding: 5px 0;
	font-weight: 400;
}
.checkbox, .radio {
	margin-top: 0;
	margin-bottom: 0;
}
.mandatory, .required {
	color: #9d0d15;
	margin-left: 3px;
}
.parsley-required, .parsley-custom-error-message {
	color: #9d0d15;
	font-size: 0.8em;
	margin-top: 5px;
	padding: 1px 5px;
	background: #5f9e31;
}
.parsley-required:before, .parsley-custom-error-message:before {
	content: "" !important;
	margin-right: 0 !important;
}

/* Footer
================================================== */
footer {
	display: table-footer-group;
	vertical-align: bottom;
	margin: 0;
    padding: 3px 0;
    color: #000;
    background-color: #f5f5f5;
    font-size: 16px;
    text-align: center;
}
footer a {
	color: #000;
	/*opacity: 0.6;*/
}
footer a:hover, footer a:active, footer a:focus {
	color: #000;
	/*opacity: 1;*/
}
footer .copyright {
	/*opacity: 0.6;*/
}
footer span {
	display: inline-block;
	margin: 0 10px;
}

/* Media queries
================================================== */
@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
	.page-1 #navBox {
		display: none;
	}
	#toggleBox {
		clear: both;
		margin: 0 -30px;
		padding: 0;
	}
	.navbarBox {
		position: fixed;
		top: 83px;
		left: 0;
		right: 0;
		z-index: 1000;
		margin: 0 -15px;
		/*opacity: 0;*/
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	#mainNav {
		display: none;
	}
	#subNav {
		padding: 0 30px;
		/*padding-top: 60px;*/
	}
	.page-1 #subNav {
		padding-top: 0;
	}
	.frame-type-menu_subpages {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 600px) {
	.ce-left .ce-gallery, .ce-column, .ce-right .ce-gallery, .ce-column {
		float: none;
	}
	.ce-intext.ce-left .ce-gallery {
		margin-right: 0;
	}
	
	.ce-intext.ce-right .ce-gallery {
		margin-left: 0;
	}
}

@media screen and (max-width: 440px) {}

@media screen and (min-width: 768px) {
	.parallaxBack, #headerImg {
		height: 260px;
	}
	#navBox {
		display: none;
	}
	.navbarBox {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
	}
	#headBox .navbar {
		padding-left: 0;
	}
	.page-1 #logo {
		padding: 33px 0 38px 0;
	}
	#logo img {
		width: 350px;
	}
	.fix-header #logo img {
		width: 350px;
	}
	.page-1 #logo img {
		width: 400px;
	}
	.navbarBox.fix-nav {
		position: fixed;
		top: 100px;
		left: auto;
		right: auto;
	}
	.navbar-default {
		left: -15px;
	}
	.navbar-nav {
		display: table;
		float: none;
		margin: 0 auto;
	}
	.navbar-sub {
		margin: 80px 0 0 0;
	}
	.navbar-sub li {
		float: left;
		padding: 0 10px;
	}
	.navbar-sub li:first-of-type {
		padding-left: 0;
	}
	.navbar-sub li:last-of-type {
		padding-right: 0;
	}
	.noSubNav {
		height: 40px;
	}
	.contentBlock {
		padding-top: 20px;
		padding-bottom: 190px;
	}
	footer {
		/*position: absolute;
		left: 0;
		right: 0;
		bottom: 0;*/
	}
}

@media screen and (min-width: 992px) {
	.frame-type-text {
		padding-right: 60px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		width: 970px;
	}
}

@media print {
	html * {font-family: 'Alena-Regular', Arial, Helvetica, sans-serif;}
	body {
		font-family: 'Alena-Regular', Arial, Helvetica, sans-serif;
	    background: #fff;
	    color: #000;
	    font-size: 16px;
	    font-weight: 400;
	    margin: 0;
	    padding: 0;
	}
	.nav, .navbar, .footernav, .csc-linkToTop, .breadcrumb, #header {
		display: none;
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		text-decoration: none !important;
	}
	a[href]:after {
		display: none;
	}
	.link-extern, .link-intern, .link-mail, .link-download {
		padding: 0;
	}
	.page-header {
	    display: block;
	}
}