@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600);
@import url("../wf/orbitron_bold/stylesheet.css");
@import url("../wf/orbitron_light/stylesheet.css");
@import url("../wf/fontawesome/stylesheet.css");

/* CPAG */

html, body, ul, ol, p, form {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:100%;
}
#wrapperContent{
	position:relative;
	background-color:#dddbd8;
}
body, input, select {
	font-size: 100%;
	font-weight: normal;
	color: #333;
	font-family: 'Source Sans Pro';
	font-weight: 300;
}
html, body {
	min-height: 100%;
}
body {
	background: #ebebeb;
	background: -moz-linear-gradient(top,  #b2b2b2 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top,  #b2b2b2 0%,#ebebeb 100%);
	background: -o-linear-gradient(top,  #b2b2b2 0%,#ebebeb 100%);
	background: -ms-linear-gradient(top,  #b2b2b2 0%,#ebebeb 100%);
	background: linear-gradient(to bottom,  #b2b2b2 0%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#ebebeb',GradientType=0 );
}
.clear {
	clear:both;
	width:0px;
	height:0px;
}
strong {
	font-weight: 600;
}

/* Top */

#containerTop {
	background: #fd6b0d;
	background: -moz-linear-gradient(top,  #fd6b0d 0%, #e16210 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd6b0d), color-stop(100%,#e16210));
	background: -webkit-linear-gradient(top,  #fd6b0d 0%,#e16210 100%);
	background: -o-linear-gradient(top,  #fd6b0d 0%,#e16210 100%);
	background: -ms-linear-gradient(top,  #fd6b0d 0%,#e16210 100%);
	background: linear-gradient(to bottom,  #fd6b0d 0%,#e16210 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6b0d', endColorstr='#e16210',GradientType=0 );
	padding: 0px 20px;
}
#layerTop {
	padding: 10px 0px;
	max-width: 1000px;
	margin: 0px auto;
	position: relative;
}
#layerTopLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 55%;
	text-align: center;
	z-index: 1;
}
#layerTopLogo img {
	max-width: 100%;
	height: auto;
}
#layerTopNavigation {
	float: right;
	height: 30px;
	line-height: 30px;
	padding-right:15px;
	margin-right: 15px;
	border-right: 1px solid;
	border-color: #FFFFFF;
	border-color: rgba(255,255,255,0.5);
}
#layerTopNavigation a {
	font-family: 'fontawesome';
	color: #FFFFFF;
	color: rgba(255,255,255,0.5);
	text-decoration: none;
	font-size: 150%;
}
#layerTopSearch {
	background-color: #e78140;
	background-color: rgba(255,255,255,0.2);
	padding-right: 30px;
	position: relative;
	float: right;
}
.inputSearch, .buttonSearch {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	height: 30px;
	background: none;
	border: none;
	color: #FFFFFF;
	color: rgba(255,255,255,0.5);
}
.inputSearch {
	width: 100%;
	padding: 0px 7px;
}
.buttonSearch {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	font-family: fontawesome;
	cursor: pointer;
}

/* Suche */

#layerTopSearchBox {
	position:absolute;
	right:0px;
	top:100%;
	background-color:#FFF;
	background-color: rgba(255,255,255,0.95);
	box-shadow:0px 0px 5px #000;
	width:250px;
	max-width: 100%;
	z-index:2;
	color:#333;
}
#searchBoxHead {
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCC;
	padding: 10px;
}
#searchBoxHeadTitle {
	float:left;
	font-family: 'orbitron light';
}
.linkSearchBoxClose {
	display:block;
	float:right;
	font-family:fontawesome;
	color:#333;
	text-decoration:none;
}
#searchBoxInfoKey {
	background-color:#CCC;
	font-size:80%;
	padding:5px 10px;
	margin-bottom:5px;
}
#searchBoxInfoCount {
	background-color:#FD6B0D;
	color:#FFF;
	font-size:80%;
	padding:5px 10px;
	margin-bottom:10px;
}
#searchBoxResult {
	padding:5px 10px 10px 10px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCC;
}
#searchBoxResult a {
	display:block;
	padding:5px 0px;
	font-size:80%;
	color:#333;
	text-decoration:none;
	-webkit-transition:all 500ms;
	transition:all 500ms;
}
#searchBoxResult a:before {
	content:'\f138';
	font-family:fontawesome;
}
#searchBoxResult a:hover {
	color:#FD6B0D;
	padding-left:10px;
}
#searchBoxNaviSites {
	font-size:80%;
	text-align:center;
}
.linkSearchBoxNavi {
	color:#333;
	text-decoration:none;
}
.linkSearchBoxNavi:hover {
	color:#FD6B0D;
}
.linkSearchBoxNavi.active {
	color:#FD6B0D;
	font-weight: 600;
}
#searchBoxNavi {
	overflow:hidden;
	padding: 0px 10px 10px 10px;
}
#searchBoxNaviLeft {
	width:30px;
	float:left;
}
#searchBoxNaviRight {
	width:30px;
	text-align:right;
	float:right;
}
#searchBoxNaviLeft a, #searchBoxNaviRight a {
	font-family:fontawesome;
	color:#333;
	text-decoration:none;
}
#searchBoxNaviLeft a:hover, #searchBoxNaviRight a:hover {
	color:#FD6B0D;
}
#searchBoxNaviCenter {
	padding:0px 30px;
	font-size:80%;
	text-align:center;
}

/* Head */

#containerHead {
	padding:0px 20px;
}
#layerHead {
	max-width:996px;
	margin: 0px auto;
	border: 
	background-color:#FFF;
	position:relative;
	border: 2px solid #e37220;
	border-top: none;
}
#layerHead img {
	max-width:100%;
	height:auto;
}
#layerHeadTheme {
	position:relative;
}
.itemThemeImage {
	line-height:0;
}
.itemThemeCaption {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0px;
	max-width: 43%;
}
.itemThemeCaption img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.itemThemeCaptionInner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 58%;
	padding: 0% 11% 0% 7%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	color: #FFFFFF;
	font-family: 'orbitron light';
}
.bx-controls {
	position:absolute;
	bottom:15px;
	left:15px;
	overflow:hidden;
	z-index:1;
}
.bx-pager-item {
	margin-left:5px;
	float:left;
}
.bx-pager.bx-default-pager a {
	background: #747678;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	outline: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
	background: #fd6b0d;
}

/* Main */

#containerMain {
	padding:0px 20px;
}
#layerMain {
	max-width:1000px;
	margin:0px auto;
	padding: 30px 0px;
}
#layerMainLeft {
	width:200px;
	float:left;
	margin-bottom:20px;
	background-color: #FFFFFF;
}
#layerMainRight {
	width:200px;
	float:right;
	margin-bottom:20px;
}
#layerMainContent {
	margin: 0px 210px;
	padding: 20px;
	background-color: #FFFFFF;
}
#layerMainRightButton {
	padding:10px;
	text-align:center;
	background-color:#E8E8E8;
	cursor:pointer;
	display:none;
	margin-bottom:10px;
}
#layerMainRightButton:after {
	content:'\00a0\00a0\f0d7';
	font-family:fontawesome;
}
#layerMainButton {
	background-color:#FD6B0D;
	color:#FFF;
	height:40px;
	line-height:39px;
	padding:0px 10px;
	background-image:url(../img/button/iconNavi.png);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
	font-size:120%;
	margin-bottom:20px;
	display:none;
}
#buttonTop {
	text-decoration:none;
	color:#666666;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:92;
	display:none;
	opacity: 0.5;
	text-align: center;
	line-height: 100%;
}
#buttonTop:before {
	font-family: fontawesome;
	font-size: 190%;
	content: '\f077';
}
#buttonTop:hover {
	opacity: 1;
}

/* Navigation */

.naviLink1Root {
	list-style:none;
}
.naviLinkItem1, .naviLinkItem1open {
	position:relative;
}
.naviLink1, .naviLink1open {
	display:block;
	padding: 10px;
	color: #707170;
	text-decoration: none;
	font-family: 'orbitron light';
	font-size: 120%;
	-webkit-transition:background 500ms;
	transition:background 500ms;
}
.naviLinkItem1:hover .naviLink1, .naviLink1open {
	background-color: #fd6b0d;
	color: #FFFFFF;
}
.naviLink1open {
	font-family: 'orbitron bold';
}
.naviLink2Root {
	list-style:none;
	background-color: #fd6b0d;
}
.naviLink2Root li:after {
	content: '';
	display: block;
	margin: 0px 10px;
	border-bottom: 1px solid #FFFFFF;
}
.naviLink2Root li:last-child:after {
	border-bottom: none;
}
.naviLink2, .naviLink2open {
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	padding: 5px 10px;
}
.naviLink2:hover, .naviLink2open {
	background-color: #f79455;
	background-color: rgba(255,255,255,0.2);
}
.containerNaviMouseOver1 {
	position:absolute;
	left:100%;
	top:0px;
	padding: 10px;
	background-color: #989898;
	background-color: rgba(152,152,152,0.95);
	display: none;
}
.naviLinkItem1:hover .containerNaviMouseOver1 {
	display:block;
}
.naviLinkOver2Root {
	list-style:none;
}
.naviLinkOver2Root li {
	border-bottom: 1px dotted #FFFFFF;
	width: 280px;
}
.naviLinkOver2Root li:last-child {
	border: none;
}
.naviLinkOver2 {
	display:block;
	padding:8px 0px;
	color:#FFF;
	text-decoration:none;
}
.naviLinkOver2:hover {
	padding: 8px;
	background-color:#ababab;
	background-color:rgba(255,255,255,0.2);
}

/* Content */

.areaContent img{
	max-width:100%;
	height:auto !important;
}
#layerMainContent h1, .areaContentLayerText h1, #layerFooterContent h1, .contentTitle {
	font-size: 150%;
	color:#fd6b0d;
	font-family: 'orbitron light';
}
#layerMainContent h2, .areaContentLayerText h2, #layerFooterContent h2, .contentSubTitle {
	font-size: 120%;
	color:#fd6b0d;
	font-weight: 600;
}
.areaContent {
	padding-top:15px;
	padding-bottom:5px;
	line-height:150%;
	overflow:hidden;
}
.areaContent p, .naviBoxText p{
	margin-bottom: 15px;
}
.areaContent p:last-child, .naviBoxText p:last-child {
	margin-bottom: 0px;
}
.areaContent a, .naviBoxText a {
	text-decoration: none;
	color:#fd6b0d;
	font-weight: 600;
}
.areaContent a:hover, .naviBoxText a:hover {
	text-decoration:underline;
}
.areaContent li {
	margin-left:20px;
	margin-bottom:5px;
}
.imageContentLeft {
	padding: 0px;
	float: left;
	width: 180px;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imageSubContentLeft {
	padding: 0px;
	float: left;
	width: 200px;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imageContentRight {
	padding: 0px;
	float: right;
	width: 180px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.contentBottom {
	height: 20px;
}
hr {
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
}

/* Contentboxen */

.containerContentBox {
	background-color:#FFFFFF;
	padding:10px;
}
.naviBoxTitle {
	font-size:120%;
	font-family: 'orbitron light';
	color:#fd6b0d;
}
.naviBoxText {
	padding-top:10px;
	font-size:90%;
}

/* Content Layer */

#containerContentLayer {
	left:50%;
	margin-left:-300px;
	position: absolute;
	z-index: 7;
	width: 600px;
	top: 80px;
	z-index:9999;
	background-color: rgba(255,255,255,0.98);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.contentLayerClose {
    height: 27px;
    width: 27px;
    display: block;
    background-image: url(../img/lb/close.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    top: 25px;
}
#layerContentLayerHead {
	padding:0px 60px 25px 60px;
	text-align: center;
}
#layerContentLayerHead  img{
	max-width:100%;
	height:auto;
}
#layerContentLayerBody {
	text-align: left;
}
.areaContentLayerText {
	padding:10px 0px;
	margin:0px 25px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	color:#666666;
}
#layerContentLayerFooter {
	height: 30px;
}
#areaContentLayerTextFooter {
	height:30px;
	line-height:30px;
	text-align: right;
	padding-left:25px;
	padding-right:25px;
}
.contentLayerLink {
	color: #CCC;
	text-decoration: none;
	font-size: 10pt;
}
.contentLayerLink:hover {
	color: #CCC;
	text-decoration: underline;
}

/* Responsive Navi */

#layerNavigationResp {
	width:0%;
	height:100%;
	position:fixed;
	top:0;
	z-index:99;
	overflow:auto;
	display:block;
	background-color:#444;
	-webkit-transition:500ms width;
	transition:500ms width;
	display:none;
}
#buttonNavigationRespClose {
	width:27px;
	height:27px;
	background-image:url(../img/lb/close.png);
	position:absolute;
	top:20px;
	right:15px;
	cursor:pointer;
}
.naviLinkResp1Root, .naviLinkResp2Root {
	list-style:none;
}
.naviLinkResp1Root {
	padding-right:55px;
}
.naviLinkResp1, .naviLinkResp1open {
	color:#FFF;
	padding:20px;
	display:block;
	text-decoration:none;
	font-size:120%;
}
.naviLinkResp2, .naviLinkResp2open {
	color:#FFF;
	padding:15px 20px 15px 40px;
	display:block;
	text-decoration:none;
	font-size:100%;
}
.naviLinkResp3, .naviLinkResp3open {
	color:#FFF;
	padding:15px 20px 15px 60px;
	display:block;
	text-decoration:none;
	font-size:100%;
}
.naviLinkResp1:hover, .naviLinkResp1open, .naviLinkResp2:hover, .naviLinkResp2open, .naviLinkResp3:hover, .naviLinkResp3open {
	background-color:rgba(255,255,255,0.2);
}

/* Footer */

#containerFooter {
	width:100%;
	max-height:90%;
	bottom:0px;
	overflow:auto;
	position:fixed;
	z-index:90;
}
#layerFooterTop {
	max-width:1000px;
	padding:0px 20px;
	margin:0px auto;
	height:30px;
	position:relative;
}
#layerFooterButton {
	width:200px;
	height:30px;
	line-height:30px;
	font-size:120%;
	background-color:#fd6b0d;
	color:#FFF;
	text-align:center;
	left:20px;
	bottom:0px;
	cursor:pointer;
	position:absolute;
}
#layerFooterBody {
	background-color:#fd6b0d;
	padding:0px 20px;
	overflow:hidden;
	max-height:5px;
	-webkit-transition:max-height 500ms;
	transition:max-height 500ms;
}
#layerFooterBody.active {
	max-height:1000px;
}
#layerFooterContent {
	max-width:1000px;
	padding-top:20px;
	margin:0px auto;
}
#layerFooterText {
	margin-right:200px;
	padding-right:10px;
	border-right:1px solid #FFF;
	font-size:90%;
	color:#FFF;
}
#layerFooterText .areaContent a, #layerFooterText h1, #layerFooterText h2, #layerFooterText .contentTitel, #layerFooterText .contentSubTitle{
	color:#FFF;
}
#layerFooterNavi {
	width:200px;
	float:right;
}
.linkNaviFooter1Root {
	list-style:none;
}
.linkNaviFooter, .linkNaviFooteropen {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-family: 'orbitron light';
	padding:10px 0px 10px 20px;
	font-size:120%;
}
.linkNaviFooter:before, .linkNaviFooteropen:before {
	font-family:fontawesome;
	content:'\f105\00a0\00a0';
}
#layerFooterImprint {
	max-width:1000px;
	margin:0px auto;
	color:#FFF;
	padding:20px 0px;
	font-size:90%;
	clear:both;
}
#layerFooterImprint a{
	color:#FFF;
	text-decoration:none;
}
#layerFooterImprint a:hover{
	text-decoration:underline;
}

/* Formular */

.validateMessage {
	background-color:#900;
	padding:10px;
	color:#FFF;
	font-size:80%;
}
.tableElementRow {
	width:100%;
}
.formLabel {
	width:20%;
	vertical-align:top;
	padding-bottom:5px;
}
.formLabelMandatory {
	padding-left:20%;
}
.formValue {
	width:80%;
	padding-bottom:5px;
	vertical-align:top;
}
.formValueZIP {
	width:20%;
	padding-right:2%;
	padding-bottom:5px;
}
.formValuePlace {
	width:60%;
	padding-bottom:5px;
}
.formInput {
	border:1px solid #999;
	width:100%;
	box-sizing:border-box;
}
.formInputMandatory {
	width:100%;
	box-sizing:border-box;
	border:1px solid #999;
	background:#f2f2f2;
}
.formSelect {
	border:1px solid #999;
	width:50%;
	box-sizing:border-box;
}
.formSelectMandatory {
	border:1px solid #999;
	width:50%;
	background:#f2f2f2;
	box-sizing:border-box;
}
.formTextarea {
	width:100%;
	border:1px solid #999;
	resize:vertical;
	box-sizing:border-box;
}
.formTextareaBig {
	width:100%;
	border:1px solid #999;
	resize:vertical;
	box-sizing:border-box;
	min-height:220px;
}
.labelCaptcha {
	font-size:90%;
	display:block;
	margin-bottom:10px;
}
.layerCaptchaRight {
	text-align:right;
	padding-bottom:5px;
	padding-left:5px;
}
.formInputCaptchaMandatory, .buttonRefreshCaptcha {
	width:100%;
	padding:0px;
	margin:0px;
	border:1px solid #999;
	background:#f2f2f2;
	box-sizing:border-box;
}
.buttonRefreshCaptcha {
	font-size:80%;
	cursor:pointer;
	background-color:#FD6B0D;
	color:#FFF;
}
.functionBarLarge {
	text-align:right;
}
.cmdSendLarge {
	cursor:pointer;
	border:none;
	background-color:#FD6B0D;
	color:#FFF;
}
.count_text {
	font-size:80%;
}

@media only screen and (max-width : 1040px) {

#layerMainRight {
	clear:left;
	float:left;
}
#layerMainContent {
	margin-right:0px;
}

}

@media only screen and (max-width : 650px) {

/* Head */

#layerTop {
	padding-top: 0px;
}
#layerTopLogo {
	position: static;
	max-width: 100%;
}
#layerTopNavigation {
	float: left;
	padding: 0px;
	border: none;
}
.itemThemeCaption {
	display: none;
}


/* Main */

#layerMainButton, #layerMainRightButton, #layerNavigationResp {
	display:block;
}
#layerMainLeft, #layerMainRightBox {
	display:none;
}
#layerMainRight {
	float:none;
	width:100%;
}
#layerMainContent {
	margin-left:0px;
}
#layerFooterText {
	margin-right:0px;
	padding-right:0px;
	border-right:0px solid #FFF;
}
#layerFooterText td {
	display: block;
	width: 100% !important;
}
#layerFooterText iframe {
	width: 100% !important;
	margin-bottom: 20px;
}
#layerFooterNavi {
	width:100%;
	float:none;
	margin-bottom:20px;
}
#containerContentLayer {
	width:90%;
	left:50%;
	margin-left:-45%;
}
#layerFooterImprint {
	text-align:center;
	
}

/* Formular */

.formLabel {
	width:100%;
	display:block;
}
.formLabelMandatory {
	padding-left:0%;
}
.formValue {
	width:100%;
	display:block;
}
.formValueZIP {
	width:20%;
	padding-right:0%;
	display:block;
}
.formValuePlace {
	width:100%;
	display:block;
}
.formSelect {
	width:100%;
}
.formSelectMandatory {
	width:100%;
}

}