@charset "utf-8";

@import url("reset.css");
@import url("forms.css");
@import url("icons.css");
@import url("jquery.fancybox.css");
@import url("menu.css");

/*****

	Global Section
	 
*****/
#footerlinks a:hover {
	color: #b42557;
}

#footerlinks a {
	padding: 15px 5px;
	display: inline-block;
	box-sizing: border-box;
	font-size: 11px;
	color: #aaa;
}

body {
	font: 62.5%/100% Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}

h1 {
	font-size: 22px;
	line-height: 140%;
	font-weight: bold;
	color: #333;
	padding: 0 0 10px 0;
	text-align: center;
}

h2 {
	font-size: 22px;
	line-height: 140%;
	font-weight: bold;
	color: #333;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 19px;
	line-height: 140%;
	font-weight: bold;
}

a {
	color: #333;
	text-decoration: none;
}

.showElement{
	display:block!important;
}

.hideElement{
	display:none!important;
}

#main_content a:hover,
a:hover {
	color: #aaa;
	text-decoration: none;
}

#main_content a {
	color: #000;
	text-decoration: underline;
}

#main_content .videos_online a {
	text-decoration: none;
}

#main_content a *,
#main_content a p,
#main_content a.seminars {
	color: #333;
	text-decoration: none !important;
}

#main_content a img {
	padding-right: 5px;
}

#main_content a.button {
	color: #333;
	text-decoration: none;
}

#main_content .wmpl_button_container {
	margin: 15px 0;
}

.highlight {
	color: #88654F;
}

.highlight2 {
	color: #b42557;
}

/*******************************
/* POPUP for ERRORS
*******************************/
.errorpopup {
	position: fixed;
	bottom: 10px;
	left: 20px;
	z-index: 9997;
	background-color: #b42557;
	height: auto;
	color: #fff;
	display: none;
}

.errornoticewrap {
	width: 350px;
	padding: 11px 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.errornotice {
	max-width: 250px;
	float: right;
}

.errornotice .link {
	margin-top: 10px;
}

#main_content .errornotice a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.erroricon {
	float: left;

}

.errorpopup_close {
	position: absolute;
	right: 8px;
	top: 8px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;

}

/*******************************
/* POPUP für Aktionen
*******************************/
.actionpopup {
	position: fixed;
	bottom: 10px;
	left: 20px;
	z-index: 9997;
	background-color: #b42557;
	height: auto;
	color: #fff;
	display: none;
}

.actionnoticewrap {
	width: 350px;
	padding: 11px 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.actionnotice {
	max-width: 250px;
	float: right;
}

.actionnotice .link {
	margin-top: 10px;
}

.actionnotice a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;

}

.actionicon {
	float: left;

}

.actionpopup_close {
	position: absolute;
	right: 8px;
	top: 8px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;

}

p {
	font-size: 14px;
	line-height: 140%;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.line {
	height: 1px;
	border-top: 1px solid #eee;
}

.backRed {
	background: #b42557;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.password.backRed {
	padding: 5px 107px 5px 50px;
}

.register.backRed {
	padding: 5px 84px;
	width: 100%;
	margin-left: -84px;
}

.datenschutz label a {
	color: #ffffff;
	text-decoration: underline;
}

.datenschutz.warning {
	background: rgba(250, 250, 250, 0.6);
	padding: 5px 10px;
}

.datenschutz.warning label a {
	color: #b42557;
}

.backRed ul {
	color: #fff;
	font-size: 1.2em;
	line-height: 180%;
	list-style: none;
	padding: 0;
	margin: 0 0 -10px 0;
}

.backGreen {
	color: #fff;
	width: 80%;
	margin: 0 auto;
}

.password.backGreen {
	background: #009900;
	padding: 10px 118px 10px 50px;
	margin-top: -20px;
}

.backRed span.error,
.backGreen span {
	color: #fff;
}

/*****

	Head Section
	 
*****/

#header {
}

#head_spacer {
	height: auto;
	margin-bottom: 35px;
}

#top_nav {
	list-style: none;
	width: 990px;
	padding: 5px 0;
	margin: 0 auto;
	font-size: 11px;
}

#top_nav ul.top_nav_left {
	float: left;
	width: auto;
}

#top_nav ul.top_nav_right {
	float: left;
	width: 200px;
}

#top_nav li {
	display: inline;
	border-right: 1px solid #333;
	padding: 0 8px 0 8px;
}

#top_nav li:first-child {
	border: none;
	padding-left: 0;
}

#top_nav li:last-child {
	border: none;
	padding-right: 0;
}

#langChange {
	background: #EEE;
	border: none;
	padding: 5px;
	font-size: 0.9em;
	text-transform: uppercase;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

#langChange option {
	line-height: 20px;
}

#countryChange {
	background: #EEE;
	border: none;
	padding: 5px;
	font-size: 0.9em;
	text-transform: uppercase;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

#countryChange option {
	line-height: 20px;
}

#head_wrap {
	width: 990px;
	margin: 0 auto;
}

.login #head_wrap {
	width: 570px;
	padding-left: 420px;
}

#konto {
	float: left;
	width: 420px;
}

#konto_toggle {
	position: relative;
}

#konto p {
	padding: 15px 0;
}

#konto a {
	color: #aaa;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: auto;
	padding-bottom: 10px;
	outline: none;
}

#konto_info {
	z-index: 999;
	position: absolute;
	background: #333;
	display: none;
	color: #fff;
	padding: 5px;
}

.no-js #konto_toggle:hover #konto_info {
	display: block;
}

#konto_info table {
	color: #fff;
}

#konto_info td {
	padding: 5px;
}

#logo {
	padding: 30px 0 0 0;
	width: auto;
	text-align: center;
	float: left;
}

.file-upload-bttn {
	height: 30px;
	line-height: 30px;
}

.pws #logo {
	margin: 0 auto;
	float: none;
}

#gateway {
	width: 400px;
	float: right;
}

#gate_login,
#gate_shop,
#gate_service {
	color: #aaa;
	background: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	width: 63px;
	display: block;
	z-index: 999;
	float: right;
	margin: -20px 0 0 15px;
}

#gate_service.gate_backtoportal div {
	width: 47.5px;
	height: 39px;
	padding: 34px 0 0 15.5px;
}


#gate_login:hover,
#gate_shop:hover,
#gate_service:hover {
	color: #333;
}

#gate_login div,
#gate_shop div,
#gate_service div {
	width: 47px;
	height: 39px;
	padding: 34px 0 0 16px;
	-webkit-box-shadow: 0 5px 10px 0 #ccc;
	box-shadow: 0 5px 10px 0 #ccc;
}

#gate_service div {
	width: 39px;
	height: 39px;
	padding: 34px 0 0 24px;
}

#gate_login p,
#gate_shop p,
#gate_service p {
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}

#breadcrumb {
	background: url(../gfx/interface/breadcrumb_bg.png) top center repeat-y;
	line-height: 3.4em;
	height: 3.4em;
}

#breadcrumb ul {
	width: 990px;
	margin: 0 auto;
	color: #555;
	font-size: 1.1em;
}

#breadcrumb ul li {
	display: inline;
}

/*****

	Content Section
	 
*****/

#content {
	width: 990px;
	margin: 0 auto;
	padding: 30px 0 180px 0;
	min-height: 1100px;
}

#content_pw {
	width: 265px;
	padding: 15px;
	background: #FAF7F5;
}

.content_pw {
	font-size: 11px;
	line-height: 140%;
}

#pw_box {
	width: 100%;
	margin: 0 auto;
	color: #fff;
}

#pw_box .login_field {
	width: 450px;
}

#pw_box .login_desc {
	width: 290px;
	font-size: 11px;
	line-height: 160%;
}

#pw_box .login_desc p {
	font-size: 14px;
}

#pw_box .login_desc ol {
	padding-left: 20px;
}

.pw_text {
	float: left;
	max-width: 250px;
	color: #fff;
	padding: 20px 10px 0 30px;
	line-height: 140%;
}

.login #content {
	padding: 0
}

.column_left {
	width: 660px;
	float: left;
}

.column_right {
	width: 280px;
	float: right;
}

.box {
	display: block;
	width: 240px;
	height: 215px;
	padding: 185px 0 0 40px;
	margin: 0 0 30px 0;
}

.box_bg_01 {
	background: url(../gfx/interface/box_image_01.jpg) no-repeat;
}

.box_bg_02 {
	background: url(../gfx/interface/box_image_02.jpg) no-repeat;
}

.box_bg_03 {
	background: url(../gfx/interface/box_image_03.jpg) no-repeat;
}

.box p {
	width: 190px;
	padding: 30px 25px;
	color: #fff;
	font-size: 22px;
	line-height: 120%;
	background-color: #333;
}

.rgba .box p {
	background-color: rgba(0, 0, 0, 0.65);
}

/* Box - Leistungen & Richtlininen */
.lr .box {
	width: 380px;
	height: 190px;
	padding: 190px 0 0 0;
	margin: 0;
	float: left;
}

.lr .box_bg_01 {
	background: url(../media/service/leistungen_richtlinien/images/haro-leistungen.jpg) no-repeat;
}

.lr .box_bg_02 {
	background: url(../media/service/leistungen_richtlinien/images/haro-richtlinien.jpg) no-repeat;
}

.lr a {
	text-decoration: none !important;
}

.lr .box p.white {
	color: #fff !important;
}

.lr .box p.white strong {
	color: #fff !important;
}

/********* Leistungen & Richtlinien - Service ************/

#main_content .leistungricht a {
	text-decoration: none;
}

ol#leistungsliste {
	list-style: none;
	counter-reset: liste;
	padding-left: 0;
	margin: 0;
}

ol#leistungsliste li div strong:before {
	counter-increment: liste;
	content: counter(liste, decimal) ". ";

}

#sidebar {
	float: left;
	width: 170px;
	padding: 40px 0 0 0;
}

#content_nav {
}

#content_nav ul {
	font-size: 16px;
	line-height: 120%;
}

#content_nav ul li {
	display: block;
	padding: 0 0 20px 0;
}

#content_nav ul .active {
	font-weight: bold;
}

#content_nav ul.subnav {
	margin: 10px 0 0 0;
}

#content_nav ul.subnav li {
	padding: 10px 0 10px 7px;
	border-left: 1px solid #CCC;
}

#content_nav ul.subnav ul.subnav li {
	border: none;
}

#content_nav ul.subnav li a:hover {
	color: #999;
}

#content_nav ul.subnav .active {
	font-weight: normal;
	color: #999;
}

#column_content {
	float: right;
	width: 800px;
}

#column_content .line {
	height: 1px;
	border-top: 1px solid #ccc;
}

#main_content {
	padding: 10px 0 0 0;
	font-size: 15px;
	line-height: 120%;
}

#main_content textarea {
	height: 125px !important;
	width: 330px;
}

.button {
	height: 40px;
	padding: 5px 10px;
	width: 100%;
	background-color: #e9e9e9;
	color: #000;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
	border: 0;
}

.button:hover {
	background-color: #ccc;
	color: #000;
}

.button.negativ {
	border: 1px solid #ccc;
	background-color: transparent;
}

.button.negativ:hover {
	background-color: #ccc;
	color: #000;

}

/* Leistungen & Richtlinien */
.button.rl {
	width: 170px;
}

/* HCMS */
.button.hcms-button {
	padding: 8px 10px;
}

/* Adresse konfigurieren */
.button.adressConfig {
	margin: -5px 0 0 15px;
}

/* Händlerseite aufrufen */
.button.haendlerSite {
	padding: 12px 15px;
}

/***** 

	Login
	 
*****/

#login_column {
	width: 690px;
	height: 500px;
	float: left;
	position: relative;
}

#login_column.inactive .login_field,
#login_column.inactive .login_desc {
	display: none;
}

.login_background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#login_column .login_background.blur {
	background: url(../gfx/login/login_bg_active.jpg) top right no-repeat;
}

#login_column .login_background {
	background: url(../gfx/login/login_bg_inactive.jpg) top right no-repeat;
}

.login_content {
	overflow: hidden;
	color: #fff;
}

.login_content .error {
	padding: 10px 0 10px 50px;
	background: #B42557;
	color: #fff;
	margin-bottom: -10px;
}

.login_content .error ul {
	list-style: none;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

.login_content .error ul li {
	line-height: 120%;
}

.login .logout-note {
	line-height: 140%;
	padding: 5px 0 10px 50px;
	background: #B42557;
	color: #fff;
	margin-bottom: -5px;
	font-size: 1.2em;
}

.login_box {
	width: 85%;
	height: 60%;
	padding: 30px 0 25px;
	margin: 80px auto 0;
	border: 1px solid #fff;
}

.login_box p strong {
	font-size: 14px;
}

.rgba .login_box {
	border: 1px solid rgba(255, 255, 255, 0.60);
}

.login_box img {
	width: 95px;
	height: 86px;
	margin: 0 auto;
	display: block;
}

.login_box h2 {
	font-size: 30px;
	line-height: 120%;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 10px #333;
}

.login_box .login_field {
	float: left;
	width: auto;
	padding: 0 0 0 50px;
	margin: 15px 30px 0 0;
}

.login_box .login_field .inputs {
	font-size: 11px;
	color: #000;
	padding: 10px 13px;
	background-color: #fff;
	margin: 0 0 5px 0;
}

.login_box .login_field .inputs.plz {
	width: 30%;
	float: left;
}

.login_box .login_field .inputs.plz input {
	width: 48px;
}

.login_box .login_field .inputs.ort input {
	width: 110px;
}

.login_box .login_field .inputs.ort {
	width: 50%;
	float: right;
}

.anrede #main_label {
	margin-right: 30px;
}

.anrede label,
.bezug label {
	margin-right: 20px;
}

.bezugsart {
	line-height: 16px;
}

.rgba .login_box .login_field .inputs {
	background-color: rgba(255, 255, 255, 0.60);
}

.login_box .login_field .inputs input {
	font-size: 11px;
	color: #000;
	background: none;
	border: none;
}

.login_box .login_field .inputs input#kennung {
	width: 70%;
}

.login_box .login_field input.btn_submit {
	background: #fff;
	border: 0;
	text-transform: uppercase;
	font-size: 11px;
	color: #000;
	margin: 10px 0;
	padding: 7px 15px;
	display: block
}

.rgba .login_box .login_field input.btn_submit {
	background: rgba(255, 255, 255, 0.80);
}

.login_box .login_field input.btn_submit:hover {
	background: #fff;
}

.login_desc {
	float: left;
	width: 225px;
	margin: 13px 0 0 0;
}

.login_desc a {
	color: #fff;
	font-size: 11px;
	line-height: 150%;
	display: block;
}

.login_desc a strong {
	font-size: 14px;
}

#detail_column {
	width: 300px;
	height: 500px;
	float: left;
	position: relative;
}

#detail_column .login_background {
	background: url(../gfx/login/details_bg_inactive.jpg) top right no-repeat;
}

#detail_column .login_background.blur {
	background: url(../gfx/login/details_bg_active.jpg) top right no-repeat;
}

#detail_column .login_content {
	display: none;
}

.detail_box img {
	width: 95px;
	height: 86px;
	margin: 0 auto;
	display: block;
	padding: 0 0 35px 0;
}

.detail_box h2 {
	font-size: 30px;
	line-height: 120%;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 10px #333;
}

.detail_box .login_content ul {
	list-style: none;
	padding-left: 20px;
}

.detail_box .login_content ul li:before {
	content: '+';
	margin-right: 4px;
}

.detail_box .login_content ul li {
	font-size: 12px;
	line-height: 200%;
}

#login_content {
	background: #eee;
	padding: 30px 20px 50px;
}

#login_content h2 {
	font-size: 26px;
	line-height: 120%;
	font-weight: normal;
	text-align: right;
	float: left;
	width: 470px;
	padding: 30px 20px 0 0;
}

#login_content p {
	float: left;
	width: 430px;
	font-size: 13px;
	padding: 0 0 0 10px;
}

.pw_column {
	background: #654934 url(../gfx/login/register_bg.jpg) top right no-repeat;
	background-size: cover;
	height: auto;
	padding-bottom: 40px;
	float: left;
	width: 100%;
}

.register_box {
	color: #fff;
	width: 80%;
	margin: 0 auto;
}

.register_box p {
	line-height: 180%;
}

.login_box .register_box .login_field {
	padding-left: 0;
	margin-right: 0;
	width: 100%;
}

.register_box .login_field .column_left,
.register_box .login_field .column_right {
	width: 300px;
}

.register a {
	/*color: #fff;*/
	text-decoration: underline;
}

.inputs select {
	padding: 0;
	margin: 0;
	font-size: 11px;
	border: 0;
	background: none;
}

.back {
	width: 85%;
	margin: 20px auto 0;
}

.back a {
	color: #fff;
}

#column_content ul.subnav {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	height: 27px;
}

#column_content ul.subnav li {
	display: inline-block !important;
	list-style-type: none;
	text-decoration: none;
}

#column_content ul.subnav li a {
	color: #B42557;
	padding: 15px;
	cursor: pointer;
	text-indent: 0;
	text-decoration: none;
}

#column_content ul.subnav li:before {
	display: none;
}

#column_content ul.subnav li:hover a, .ui-state-active a {
	background-color: #B42557 !important;
	color: #fff !important;
}

/****** COLUMNS *********/

.border_box {
	border: 1px solid #CCC;
}

.border_box p {
	margin-bottom: 10px;
	padding: 5px 10px;
}

.border_box .box_foot {
	background: rgb(204, 204, 204);
	text-align: center;
	padding: 5px 0;
}

/*****

	Old Content Styling / Remove when Migration is complete
	 
*****/

.headlines {
	font-size: 22px;
	line-height: 140%;
	font-weight: bold;
	color: #333;
	padding: 0 0 10px 0;
}

/*****

	Modul: Startseite Update Feed

*****/

#update_feed {
	position: relative;
	overflow: hidden;
}

#update_feed h2 {
	text-align: center;
}

#update_feed_wrap {
}

.update_column_01 {
	float: left;
	width: 40px;
	padding: 25px 0 0 0;
}

.update_column_02 {
	position: relative;
	left: 15px;
	float: left;
	width: 530px;
	text-align: center;
}

.update_column_02 p#update_feed_alternate a {
	color: #000;
	text-decoration: underline;
}

.update_column_02 p#update_feed_alternate a:hover {
	color: #333;
	text-decoration: none;
}

.update_column_02 a {
}

.update_column_02 a span {
	color: #aaa;
}

.update_column_03 {
	float: right;
	width: 40px;
	padding: 25px 0 0 0;
	text-align: right;
}

/*****

	Modul: Startseite News

*****/

#news {
}

.news_element {
}

.news_element img {
	display: block;
	padding: 15px 0 30px 0;
}

.news_element h2 {
	padding: 0 0 10px 30px;
}

.news_element p {
	padding: 0 0 0 30px;
}

.news_element a {
	color: #000;
	text-decoration: underline;
}

.news_element a:hover {
	color: #333;
	text-decoration: none;
}

/*****
  	
  	Pressetexte
  	
******/

#pressetext-listing-wrap {
}

#pressetext-listing-wrap .list-content #frm_suche {
	background: #EEE;
	padding: 20px;
}

#frm_suche div select {
	margin-left: 15px;
}

/***** 

	Foot Section
	 
*****/

#footer {
	height: 140px;
	margin: -180px 0 0 0;
	padding: 40px 0 0 0;
	position: relative;
}

.login #footer {
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
}

#foot_wrap {
	width: 990px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#foot_wrap p {
	padding: 0 0 30px 0;
	font-size: 11px;
	color: #aaa;
	text-align: center;
}

#scroll_top {
	background: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 45px;
	margin: 0 auto;
	padding: 20px 0 25px 18px;
	-webkit-box-shadow: 0 -5px 10px 0 #ccc;
	box-shadow: 0 -5px 10px 0 #ccc;
}

/***** 

	Globale Hndler CMS Styles
	
*****/

.hcms {
}

.hcms .col {
	float: left;
}

#column_content .hcms .col ul li,
#column_content ul.col li,
#column_content .upload_help ul li {
	text-indent: 0;
	padding-left: 0;
}

#column_content .hcms .col ul li:before,
#column_content ul.col li:before,
#column_content .upload_help ul li:before {
	content: '';
	margin-right: 0;
}

.hcms .section-spacing {
	margin-bottom: 20px;
}

.hcms .section-spacing_editor {
	margin-bottom: 25px;
}

.hcms #publish-status {
}

.hcms #publish-status .col {
	width: 33.3333%;
	padding: 5px 0;
}

.hcms .highlight-section {
	padding: 15px;
	background-color: #E9E9E9;
}

.hcms div.error {
	border: 1px solid #b8004a;
	padding: 10px;
	margin-bottom: 20px;
	color: #000000;
}

.hcms .status-positv {
	color: #009900;
}

.hcms .status-negativ {
	color: #CC0033;
}

.hcms #publish-haendlerdaten label {
	font-weight: bold;
	margin-right: 5px;
}

.hcms #bilder-gallery {
}

#bilder-gallery .image_innercell {
	border: 1px solid #EEE;
	overflow: hidden;
}

#bilder-gallery .image_innercell img {
	border: none;
}

.hcms .upload-area {
	float: left;
	width: auto;
}

.hcms .upload-area.two {
	float: right;
}

.hcms ul.instruction {
	padding: 0;
	margin: 0;
}

.hcms ul.instruction li {
	text-decoration: none;
	padding: 0 !important;
	margin: 0 !important;
}

.file-upload-bttn {
	width: 278px !important;
	padding: 0 !important;
	margin: 5px 0 6px 0 !important;
}

.hcms .bilder-basics-tbn {
	width: 285px;
	margin: 0 70px 10px 0;
}

.hcms .bilder-gallery-tbn {
	float: left;
	width: 180px;
	margin: 30px 7px 30px 0;
}

.hcms .bilder-gallery-tbn-subline {
	margin-top: 3px;
}

.hcms .image_innercell {
	margin: 5px 0 10px;
	height: 170px;
}

.hcms .image_innercell img {
	display: block;
	min-height: 128px;
}

.upload_maske input {
	padding: 5px;
}

.upload_maske li {
	margin-bottom: 15px;
}

/************
 *   PWS 
**************/

#column_content ul {
	list-style: none;
	padding-left: 10px;
	line-height: 150%;
	margin: 5px 0 0;
}

#column_content ul li:before {
	content: '+';
	margin-right: 10px;
}

#column_content ul li {
	display: block;
	padding-left: 20px;
	text-indent: -20px;
}

.pws_table {
	text-align: center;
}

.pws_table .mainGrey {
	padding: 15px 0;
	background: #DDD;
}

.pws_table .mainGrey td {
	border-right: 1px solid #fff;
}

.pws_table td {
	font-size: 11px;
	padding: 10px;
}

.pws_table .calc.active td {
	border-top: 1px solid #B42557;
	border-bottom: 1px solid #B42557;
}

.pws_table .calc.active td:first-child {
	border-left: 1px solid #B42557;
}

.pws_table .calc.active td:last-child {
	border-right: 1px solid #B42557;
}

.pws input.calcInput,
.pws .calcInput {
	border: none !important;
}

.pws input[type=submit] {
	width: auto;
}

#eindruckkosten .column_left {
	width: 400px;
}

#eindruckkosten .column_right {
	width: 500px;
}

/***********************
      PREISSCHILDER 
************************/

.preisschilder {
}

.preisschilder input,
.preisschilder select {
	padding: 5px;
}

.preisschilder div span {
	width: 25%;
	display: block;
	float: left;
}

.preisschilder .button {
	width: 35%;
	display: block;
	float: left;
}

.preisschilder a.button {
	padding: 20px 10px 0;
	text-align: center;
}

.preisschilder a.anlegen {
	padding: 12px 40px;
	margin-left: 15px;
}

.preisschilder input.anlegen {
	margin-left: 15px;
}

table.preis_tables {
	font-size: 0.8em;
}

table.preis_tables tr td,
table.preis_tables tr th {
	border-bottom: 1px solid rgb(204, 204, 204);
	line-height: 150%;
	padding: 5px;
	vertical-align: middle;
}

table.inner_table tr td {
	border-bottom: none;
}

table.preis_tables tr th {
	font-weight: bold;
	text-align: left;
}

.preis_table_navi {
	color: #999;
	padding-top: 5px;
}

/******** INDIVIDUELLE PM LABELS *********/

#label_data {
	line-height: 200%;
	/*background: rgb(238, 238, 238);*/
	padding: 15px;
	padding-left: 0;
	width: 100%;
	margin-bottom: 3%;
}

#frm_edit_pm_label_options ul {
	list-style: none;
	font-size: 1.3em;
}

#frm_edit_pm_label_options ul li * {
	font-size: 1em;
}

#frm_edit_pm_label_options .alt_btn {
	display: none;
}

div.selection_column {
	float: left;
}

ul.choose {
	margin: 0;
	padding: 0;
}

ul.choose li {
	line-height: 200%;
}

#printlist_error {
	display: none;
}

/*************** USER LOGIN - ADMISSION.TPL.PHP **********************/

table.preis_tables.admission {
	font-size: 1.2em;
}

.status-negativ {
	color: #ff0000;
}

.status-positiv {
	color: #008C21;
}

.logout-note {
	color: #fff;
	font-size: 1.2em;

}

/*****
    
    Sprite
     
*****/

.sprite {
	display: block;
	background: url(../gfx/sprite.png) 0 0 no-repeat;
}

.s_login {
	background-position: -22px -2px;
	width: 32px;
	height: 25px;
}

a:hover .s_login {
	background-position: -22px -28px;
}

.s_logout {
	background-position: -4px -57px;
	width: 32px;
	height: 25px;
}

a:hover .s_logout {
	background-position: -41px -67px;
}

.s_service {
	background-position: -4px -2px;
	width: 15px;
	height: 22px;
}

a:hover .s_service {
	background-position: -4px -28px;
}

.sprite_backtoportal {
	display: block;
	background: url(../gfx/sprite_backtoportal.png) 0 0 no-repeat;
}

.s_backtoportal {
	background-position: 0px;
	width: 33px;
	height: 26px;
}

a:hover .s_backtoportal {
	background-position: -33px 0px;
}

.s_scrolltop {
	background-position: -57px -2px;
	width: 27px;
	height: 14px;
}

a:hover .s_scrolltop {
	background-position: -57px -18px;
}

.s_scrolltop_news {
	background-position: -57px -2px;
	width: 27px;
	height: 14px;
	display: block;
	margin: 20px auto 30px;
}

.s_scrolltop_news:hover {
	background-position: -57px -18px;
}

.s_scrolldown {
	background-position: -57px -37px;
	width: 27px;
	height: 14px;
	display: block;
	margin: 20px auto 30px;
}

.s_scrolldown:hover {
	background-position: -57px -51px;
}

.s_konto {
	background-position: -90px -3px;
	width: 13px;
	height: 6px;
	display: inline-block;
}

.s_konto_active {
	background-position: -90px -11px;
	width: 13px;
	height: 6px;
	display: inline-block;
}

/*******
 	Aktionen 
********/

td.td_abstand_left10 {
	padding-left: 20px;
}

.verkaufsfoerderung > tr {
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
}

.verkaufsfoerderung .td_rahmen:first-child {
	height: 140px;
	text-align: center;
}

.aktionen_header {
	margin-bottom: 30px;
}

.aktion_headline {
	text-align: center;
	margin-bottom: 30px;
}

.aktion_headline h3 {
	font-weight: bold;
	line-height: 200%;
}

.anzeigen_download {
	float: right;
	margin-bottom: 20px;
}

.accHeadline {
	background: #EEE;
	width: 96%;
	line-height: 32px;
	height: 32px;
	padding: 0 2%;
	margin-bottom: 2px;
	cursor: pointer;
}

.accHeadline .accClose {
	float: right;
	text-align: right;
}

.accImage {
	float: left;
	padding: 0 0 0 10px;
	margin-right: 30px;
}

.accLinks u {
	display: block;
	margin-bottom: 5px;
}

.accContent {
	padding: 10px 0;
}

/*******

 	Catalog Language Tabs

********/
#column_content #catalog-language-tabs ul.subnav {
	height: 44px;
}

#column_content #catalog-language-tabs ul.subnav li {
	padding-left: 0;
	text-indent: 0px;
}

#column_content #catalog-language-tabs ul.subnav li a {
	color: #333;
}

#catalog-language-tabs.ui-widget {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
}

#catalog-language-tabs div {
	word-wrap: break-word;
}

#catalog-language-tabs.ui-widget-content, #catalog-language-tabs .ui-widget-content {
	border: none;
	background: none;
}

#catalog-language-tabs .ui-widget-header {
	border: none;
	background: none;
	font-weight: normal;
}

#catalog-language-tabs .ui-state-default,
#catalog-language-tabs .ui-widget-content .ui-state-default,
#catalog-language-tabs .ui-widget-header .ui-state-default {
	border: none;
	background: none;
}

#catalog-language-tabs .ui-tabs-panel {
	border-width: 0;
	padding: 0;
	background: none;
}

#catalog-language-tabs .ui-corner-all,
#catalog-language-tabs .ui-corner-bottom,
#catalog-language-tabs .ui-corner-right,
#catalog-language-tabs .ui-corner-br,
#catalog-language-tabs .ui-corner-all,
#catalog-language-tabs .ui-corner-bottom,
#catalog-language-tabs .ui-corner-left,
#catalog-language-tabs .ui-corner-bl {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*******

 	Catalog Language Tabs

********/
#column_content #catalog-language-tabs ul.subnav {
	height: 44px;
}

#column_content #catalog-language-tabs ul.subnav li {
	padding-left: 0;
	text-indent: 0px;
}

#column_content #catalog-language-tabs ul.subnav li a {
	color: #333;
}

#catalog-language-tabs.ui-widget {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
}

#catalog-language-tabs div {
	word-wrap: break-word;
}

#catalog-language-tabs.ui-widget-content, #catalog-language-tabs .ui-widget-content {
	border: none;
	background: none;
}

#catalog-language-tabs .ui-widget-header {
	border: none;
	background: none;
	font-weight: normal;
}

#catalog-language-tabs .ui-state-default,
#catalog-language-tabs .ui-widget-content .ui-state-default,
#catalog-language-tabs .ui-widget-header .ui-state-default {
	border: none;
	background: none;
}

#catalog-language-tabs .ui-tabs-panel {
	border-width: 0;
	padding: 0;
	background: none;
}

#catalog-language-tabs .ui-corner-all,
#catalog-language-tabs .ui-corner-bottom,
#catalog-language-tabs .ui-corner-right,
#catalog-language-tabs .ui-corner-br,
#catalog-language-tabs .ui-corner-all,
#catalog-language-tabs .ui-corner-bottom,
#catalog-language-tabs .ui-corner-left,
#catalog-language-tabs .ui-corner-bl {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*****

    Online Kataloge Tabs

*****/

#column_content #catalog-tabs ul.subnav {
	height: 44px;
}

#column_content #catalog-tabs ul.subnav li {
	padding-left: 0;
	text-indent: 0px;
}

#column_content #catalog-tabs ul.subnav li a {
	color: #333;
}

#catalog-tabs.ui-widget {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
}

#catalog-tabs div {
	word-wrap: break-word;
}

#catalog-tabs.ui-widget-content, #catalog-tabs .ui-widget-content {
	border: none;
	background: none;
}

#catalog-tabs .ui-widget-header {
	border: none;
	background: none;
	font-weight: normal;
}

#catalog-tabs .ui-state-default,
#catalog-tabs .ui-widget-content .ui-state-default,
#catalog-tabs .ui-widget-header .ui-state-default {
	border: none;
	background: none;
}

#catalog-tabs .ui-tabs-panel {
	border-width: 0;
	padding: 0;
	background: none;
}

#catalog-tabs .ui-corner-all,
#catalog-tabs .ui-corner-bottom,
#catalog-tabs .ui-corner-right,
#catalog-tabs .ui-corner-br,
#catalog-tabs .ui-corner-all,
#catalog-tabs .ui-corner-bottom,
#catalog-tabs .ui-corner-left,
#catalog-tabs .ui-corner-bl {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*******

 	Catalog Language Tabs

********/
#column_content #catalog-tabs ul.subnav {
	height: 44px;
}

#column_content #catalog-tabs ul.subnav li {
	padding-left: 0;
	text-indent: 0px;
}

#column_content #catalog-tabs ul.subnav li a {
	color: #333;
}

#catalog-tabs.ui-widget {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
}

#catalog-tabs div {
	word-wrap: break-word;
}

#catalog-tabs.ui-widget-content, #catalog-tabs .ui-widget-content {
	border: none;
	background: none;
}

#catalog-tabs .ui-widget-header {
	border: none;
	background: none;
	font-weight: normal;
}

#catalog-tabs .ui-state-default,
#catalog-tabs .ui-widget-content .ui-state-default,
#catalog-tabs .ui-widget-header .ui-state-default {
	border: none;
	background: none;
}

#catalog-tabs .ui-tabs-panel {
	border-width: 0;
	padding: 0;
	background: none;
}

#catalog-tabs .ui-corner-all,
#catalog-tabs .ui-corner-bottom,
#catalog-tabs .ui-corner-right,
#catalog-tabs .ui-corner-br,
#catalog-tabs .ui-corner-all,
#catalog-tabs .ui-corner-bottom,
#catalog-tabs .ui-corner-left,
#catalog-tabs .ui-corner-bl {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#catalog-tabs ul {
	float: none;
}

#catalog-tabs .tab {
	background-color: #cccccc;
}

#catalog-tabs .active, .tabnav .tab:hover {
	color: #b42557 !important;
	background-color: #A1A1A1;
	box-shadow: 0.5px 0.866px 6px 0px rgba(16, 18, 17, 0.25);
}

#catalog-tabs a.portal_link {
	text-decoration: none !important;
}

#column_content #catalog-tabs-1 ul.subnav {
    height: 44px;
}

#column_content #catalog-tabs-1 ul.subnav li {
    padding-left: 0;
    text-indent: 0px;
}

#column_content #catalog-tabs-1 ul.subnav li a {
    color: #333;
}

#catalog-tabs-1.ui-widget {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
}

#catalog-tabs-1 div {
    word-wrap: break-word;
}

#catalog-tabs-1.ui-widget-content, #catalog-tabs-1 .ui-widget-content {
    border: none;
    background: none;
}

#catalog-tabs-1 .ui-widget-header {
    border: none;
    background: none;
    font-weight: normal;
}

#catalog-tabs-1 .ui-state-default,
#catalog-tabs-1 .ui-widget-content .ui-state-default,
#catalog-tabs-1 .ui-widget-header .ui-state-default {
    border: none;
    background: none;
}

#catalog-tabs-1 .ui-tabs-1-panel {
    border-width: 0;
    padding: 0;
    background: none;
}

#catalog-tabs-1 .ui-corner-all,
#catalog-tabs-1 .ui-corner-bottom,
#catalog-tabs-1 .ui-corner-right,
#catalog-tabs-1 .ui-corner-br,
#catalog-tabs-1 .ui-corner-all,
#catalog-tabs-1 .ui-corner-bottom,
#catalog-tabs-1 .ui-corner-left,
#catalog-tabs-1 .ui-corner-bl {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*******

 	Catalog Language Tabs

********/
#column_content #catalog-tabs-1 ul.subnav {
    height: 44px;
}

#column_content #catalog-tabs-1 ul.subnav li {
    padding-left: 0;
    text-indent: 0px;
}

#column_content #catalog-tabs-1 ul.subnav li a {
    color: #333;
}

#catalog-tabs-1.ui-widget {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
}

#catalog-tabs-1 div {
    word-wrap: break-word;
}

#catalog-tabs-1.ui-widget-content, #catalog-tabs-1 .ui-widget-content {
    border: none;
    background: none;
}

#catalog-tabs-1 .ui-widget-header {
    border: none;
    background: none;
    font-weight: normal;
}

#catalog-tabs-1 .ui-state-default,
#catalog-tabs-1 .ui-widget-content .ui-state-default,
#catalog-tabs-1 .ui-widget-header .ui-state-default {
    border: none;
    background: none;
}

#catalog-tabs-1 .ui-tabs-1-panel {
    border-width: 0;
    padding: 0;
    background: none;
}

#catalog-tabs-1 .ui-corner-all,
#catalog-tabs-1 .ui-corner-bottom,
#catalog-tabs-1 .ui-corner-right,
#catalog-tabs-1 .ui-corner-br,
#catalog-tabs-1 .ui-corner-all,
#catalog-tabs-1 .ui-corner-bottom,
#catalog-tabs-1 .ui-corner-left,
#catalog-tabs-1 .ui-corner-bl {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#catalog-tabs-1 ul {
    float: none;
}

#catalog-tabs-1 .tab {
    background-color: #cccccc;
}

#catalog-tabs-1 .active, .tabnav .tab:hover {
    color: #b42557 !important;
    background-color: #A1A1A1;
    box-shadow: 0.5px 0.866px 6px 0px rgba(16, 18, 17, 0.25);
}

#catalog-tabs-1 a.portal_link {
    text-decoration: none !important;
}

#column_content #catalog-tabs-2 ul.subnav {
    height: 44px;
}

#column_content #catalog-tabs-2 ul.subnav li {
    padding-left: 0;
    text-indent: 0px;
}

#column_content #catalog-tabs-2 ul.subnav li a {
    color: #333;
}

#catalog-tabs-2.ui-widget {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
}

#catalog-tabs-2 div {
    word-wrap: break-word;
}

#catalog-tabs-2.ui-widget-content, #catalog-tabs-2 .ui-widget-content {
    border: none;
    background: none;
}

#catalog-tabs-2 .ui-widget-header {
    border: none;
    background: none;
    font-weight: normal;
}

#catalog-tabs-2 .ui-state-default,
#catalog-tabs-2 .ui-widget-content .ui-state-default,
#catalog-tabs-2 .ui-widget-header .ui-state-default {
    border: none;
    background: none;
}

#catalog-tabs-2 .ui-tabs-2-panel {
    border-width: 0;
    padding: 0;
    background: none;
}

#catalog-tabs-2 .ui-corner-all,
#catalog-tabs-2 .ui-corner-bottom,
#catalog-tabs-2 .ui-corner-right,
#catalog-tabs-2 .ui-corner-br,
#catalog-tabs-2 .ui-corner-all,
#catalog-tabs-2 .ui-corner-bottom,
#catalog-tabs-2 .ui-corner-left,
#catalog-tabs-2 .ui-corner-bl {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*******

 	Catalog Language Tabs

********/
#column_content #catalog-tabs-2 ul.subnav {
    height: 44px;
}

#column_content #catalog-tabs-2 ul.subnav li {
    padding-left: 0;
    text-indent: 0px;
}

#column_content #catalog-tabs-2 ul.subnav li a {
    color: #333;
}

#catalog-tabs-2.ui-widget {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
}

#catalog-tabs-2 div {
    word-wrap: break-word;
}

#catalog-tabs-2.ui-widget-content, #catalog-tabs-2 .ui-widget-content {
    border: none;
    background: none;
}

#catalog-tabs-2 .ui-widget-header {
    border: none;
    background: none;
    font-weight: normal;
}

#catalog-tabs-2 .ui-state-default,
#catalog-tabs-2 .ui-widget-content .ui-state-default,
#catalog-tabs-2 .ui-widget-header .ui-state-default {
    border: none;
    background: none;
}

#catalog-tabs-2 .ui-tabs-2-panel {
    border-width: 0;
    padding: 0;
    background: none;
}

#catalog-tabs-2 .ui-corner-all,
#catalog-tabs-2 .ui-corner-bottom,
#catalog-tabs-2 .ui-corner-right,
#catalog-tabs-2 .ui-corner-br,
#catalog-tabs-2 .ui-corner-all,
#catalog-tabs-2 .ui-corner-bottom,
#catalog-tabs-2 .ui-corner-left,
#catalog-tabs-2 .ui-corner-bl {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#catalog-tabs-2 ul {
    float: none;
}

#catalog-tabs-2 .tab {
    background-color: #cccccc;
}

#catalog-tabs-2 .active, .tabnav .tab:hover {
    color: #b42557 !important;
    background-color: #A1A1A1;
    box-shadow: 0.5px 0.866px 6px 0px rgba(16, 18, 17, 0.25);
}

#catalog-tabs-2 a.portal_link {
    text-decoration: none !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 0px !important;
}

/*****

    jReject (jQuery Browser Rejection Plugin)
     
*****/

#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 200;
	position: absolute;
}

#jr_wrap {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 300;
	padding: 0;
	margin: 0;
}

#jr_inner {
	background: #FFF;
	border: 1px solid #aaa;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
}

#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	margin: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 1.6em;
	line-height: 140%;
	margin-bottom: 0.5em;
}

#jr_inner p {
	font-size: 1.2em;
	line-height: 140%;
	text-align: left;
	padding: 5px;
	margin: 0;
}

#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jr_inner ul li {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 122px;
	margin: 5px 10px 10px 10px;
	padding: 0;
	text-align: center;
}

#jr_inner li a {
	color: #333;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#jr_inner li a:hover {
	text-decoration: underline;
}

#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto 5px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
}

#jr_close {
	margin: 0 0 0 50px;
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0;
}

#jr_close a {
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 1.2em;
	text-decoration: underline;
}

#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}

/*****

	Responsive Webdesign / Media Queries

*****/

@media screen and (max-width: 1024px) {
	/** Desktop Browser **/
}

@media screen and (max-device-width: 1024px) {
	/** iPad Querformat **/
}

@media screen and (max-device-width: 960px) {
	/** iPhone 4 Querformat **/
}

@media screen and (max-device-width: 640px) {
	/** iPhone 4 Hochformat **/
}

@media screen and (max-device-width: 480px) {
	/** iPhone 3 Querformat **/
}

@media screen and (max-device-width: 320px) {
	/** iPhone 3 Hochformat **/
}

@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 */
}

/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
.jcrop-holder {
	direction: ltr;
	text-align: left;
}

.jcrop-vline, .jcrop-hline {
	background: #FFF url(Jcrop.gif);
	font-size: 0;
	position: absolute;
}

.jcrop-vline {
	height: 100%;
	width: 1px !important;
}

.jcrop-vline.right {
	right: 0;
}

.jcrop-hline {
	height: 1px !important;
	width: 100%;
}

.jcrop-hline.bottom {
	bottom: 0;
}

.jcrop-tracker {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	height: 100%;
	width: 100%;
}

.jcrop-handle {
	background-color: #333;
	border: 1px #EEE solid;
	font-size: 1px;
	height: 7px;
	width: 7px;
}

.jcrop-handle.ord-n {
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	top: 0;
}

.jcrop-handle.ord-s {
	bottom: 0;
	left: 50%;
	margin-bottom: -4px;
	margin-left: -4px;
}

.jcrop-handle.ord-e {
	margin-right: -4px;
	margin-top: -4px;
	right: 0;
	top: 50%;
}

.jcrop-handle.ord-w {
	left: 0;
	margin-left: -4px;
	margin-top: -4px;
	top: 50%;
}

.jcrop-handle.ord-nw {
	left: 0;
	margin-left: -4px;
	margin-top: -4px;
	top: 0;
}

.jcrop-handle.ord-ne {
	margin-right: -4px;
	margin-top: -4px;
	right: 0;
	top: 0;
}

.jcrop-handle.ord-se {
	bottom: 0;
	margin-bottom: -4px;
	margin-right: -4px;
	right: 0;
}

.jcrop-handle.ord-sw {
	bottom: 0;
	left: 0;
	margin-bottom: -4px;
	margin-left: -4px;
}

.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
	height: 7px;
	width: 100%;
}

.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
	height: 100%;
	width: 7px;
}

.jcrop-dragbar.ord-n {
	margin-top: -4px;
}

.jcrop-dragbar.ord-s {
	bottom: 0;
	margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
	margin-right: -4px;
	right: 0;
}

.jcrop-dragbar.ord-w {
	margin-left: -4px;
}

.jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline {
	background: #FFF;
	filter: alpha(opacity=70) !important;
	opacity: .70 !important;
}

.jcrop-light .jcrop-handle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #000;
	border-color: #FFF;
	border-radius: 3px;
}

.jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline {
	background: #000;
	filter: alpha(opacity=70) !important;
	opacity: .7 !important;
}

.jcrop-dark .jcrop-handle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	border-color: #000;
	border-radius: 3px;
}

.solid-line .jcrop-vline, .solid-line .jcrop-hline {
	background: #FFF;
}

.jcrop-holder img, img.jcrop-preview {
	max-width: none;
}

.fa.fa-trash:hover,
.fa.fa-pencil:hover {
	cursor: pointer;
}

.btn-imguploader {
	width: 150px;
	background: #ccc;
	padding: 8px;
	text-align: center;
	float: right;
}

.btn-imguploader:hover {
	cursor: pointer;
	background: #bbb;
}

.ui-dialog-titlebar {
	border: none;
	background: none;
}

.ui-dialog-title {
	display: none;
}

.ui-dialog {
	padding-top: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
}

#btn-choose-img {
	margin: 0 auto;
	background: #ccc;
	width: 200px;
	padding: 30px 12px;
	text-align: center;
	margin-top: 65px;
	font-size: 15px;
	font-weight: bold;
}

#btn-choose-img:hover {
	cursor: pointer;
	background: #bbb;
}

.hcms .logotitle {
	float: left;
	margin-top: 50px;
}

.hcms .logotitle input {
	width: 429px;

}

.hcms .logotitle label {
	display: inline-block;
}

.hcms .kopfbildtitle {

}

.hcms .kopfbildtitle label {
	display: inline-block;
}

.hcms .kopfbildtitle input {
	width: 720px;
	margin-top: 25px;
}

.overlay-impression {
	text-align: center;
	width: 100%;
	padding-top: 72.5px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.65);
	height: 100%;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.overlay-impression:hover {
	opacity: 1;
}

.overlay-impression i {
	color: white;
	display: inline-block;
	font-size: 26px;
}

.impression-hcms {
	background-size: cover !important;
	border: 1px solid #ccc;
	height: 240px;
	width: 323px;
	float: left;
	margin-right: 37px;

}

.impression-hcms:last-child {
	margin-right: 0px !important;
}

.impression-hcms-container {
	margin-bottom: 7px;
	margin-top: 7px;
	cursor: move !important;
}

.impression-hcms-container.ui-sortable-helper {
	background-color: #FFF;
	box-shadow: 1px 1px 5px #CCC;
}

.impressionen-hcms-wrapper .placeholderclass {
	border: 2px dotted #ccc;
	/*background: #85AF05; */
	height: 150px;
}

.impressionen-hcms-wrapper .success,
.kopfbildtitle .success,
#logocontainer .headlinewrap .success {
	height: 25px;
	width: 100%;
	background: #FF7F00;
	color: #fff;
	padding: 7px 5px 5px 5px;
	text-align: center;
	box-shadow: 1px 1px 5px #CCC;
	margin-bottom: 7px;
}

.impressionen-hcms-wrapper .success .arrow-down,
.kopfbildtitle .success .arrow-down,
#logocontainer .headlinewrap .success .arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #FF7F00;
	margin-left: auto;
	margin-right: auto;
}

.impression-hcms-container .metadatacontainer {
	float: left;
	/*width: 590px;*/
	width: 437px;
	margin-top: 25px;
	/*height: 50px;
	background: green;*/
}

.impression-hcms-container .metadatacontainer label {
	width: 140px;
	display: inline-block;
}

.impression-hcms-container .metadatacontainer .ui-spinner {
	width: 90px;
	margin-bottom: 15px;
}

.impression-hcms-container .metadatacontainer input[type="text"] {
	width: 277px;
	margin-bottom: 15px;
}

.impression-hcms-container .metadatacontainer .impressionposition {
	color: #ccc;
	width: 120px;
	border: none;
	margin-bottom: 15px;
}

.overlay-impression i.fa-trash,
.overlay-kopfbild i.fa-trash,
.overlay-logo i.fa-trash {
	margin-right: 10px;
}

.overlay-logo {
	text-align: center;
	width: 100%;
	padding-top: 65px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.65);
	height: 100%;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	float: left;
}

.overlay-logo:hover {
	opacity: 1;
}

.overlay-logo i {
	color: white;
	display: inline-block;
	font-size: 26px;
}

.logo-hcms {
	height: 160px;
	width: 280px;
	float: left;
	margin-right: 15px;
	background-repeat: no-repeat !important;
}

.overlay-kopfbild {
	text-align: center;
	width: 100%;
	padding-top: 224.5px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.65);
	height: 100%;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	float: left;
}

.overlay-kopfbild:hover {
	opacity: 1;
}

.overlay-kopfbild i {
	color: white;
	display: inline-block;
	font-size: 26px;
}

.kopfbild-hcms {
	height: 449px;
	width: 795px;
	float: left;
	margin-right: 15px;
}

.component.wrap_crop_logo {
	height: 400px;
}

.component.wrap_crop_kopfbild {
	height: 500px;
}

.component.wrap_crop_impression {
	height: 400px;
}

.overlay-logo-for-cropping {
	width: 280px;
	height: 160px;
	margin-left: -140px;
	margin-top: -80px;
}

.overlay-kopfbild-for-cropping {
	width: 795px;
	height: 449px;
	margin-left: -399.5px;
	margin-top: -226.5px;
}

.overlay-impression-for-cropping {
	width: 324px;
	height: 239px;
	margin-left: -85px;
	margin-top: -85px;
}

.resize-container {
	position: relative;
	display: inline-block;
	cursor: move;
	margin: 0 auto;
}

.component {
	position: relative;
	padding: 4em;
	max-width: 901px;
	overflow: hidden;
	margin: 0 auto;
}

.resize-container img {
	display: block
}

.resize-container img {
	outline: 1px dashed #B42557;
}

.resize-handle-ne,
.resize-handle-se,
.resize-handle-nw,
.resize-handle-sw {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background: #888;
	z-index: 999;
}

.resize-handle-nw {
	top: -5px;
	left: -5px;
	cursor: nw-resize;
}

.resize-handle-sw {
	bottom: -5px;
	left: -5px;
	cursor: sw-resize;
}

.resize-handle-ne {
	top: -5px;
	right: -5px;
	cursor: ne-resize;
}

.resize-handle-se {
	bottom: -5px;
	right: -5px;
	cursor: se-resize;
}

.overlay {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	border: 2px solid #888;
	box-sizing: content-box;
	pointer-events: none;
}

.overlay:after,
.overlay:before {
	content: '';
	position: absolute;
	display: block;
	width: 204px;
	height: 40px;
}

.overlay:before {
	top: 0;
	margin-left: -2px;
	margin-top: -40px;
}

.overlay:after {
	bottom: 0;
	margin-left: -2px;
	margin-bottom: -40px;
}

.overlay-inner:after,
.overlay-inner:before {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 204px;
}

.overlay-inner:before {
	left: 0;
	margin-left: -40px;
	margin-top: -2px;
}

.overlay-inner:after {
	right: 0;
	margin-right: -40px;
	margin-top: -2px;
}

.hover-pointer-underlined:hover {
	text-decoration: underline;
	cursor: pointer;
}

.btn-i-marginright i {
	margin-right: 5px;
}

#button-new-logo,
#button-new-kopfbild,
#button-new-impression {
	color: #85AF05;
	border: 1px solid #85AF05;
	padding: 8px;
	text-align: center;
}

#logocontainer {

	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

#logocontainer .headlinewrap,
#kopfbildcontainer .headlinewrap {
	margin-bottom: 20px;
}

#logocontainer .logoheadline,
#kopfbildcontainer .kopfbildheadline {
	float: left;

}

#kopfbildcontainer {
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;

}

#button-new-logo {
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	background-color: #85AF05;
	width: 240px;

}

#button-new-kopfbild {
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	color: #fff;
	background-color: #85AF05;
}

#button-new-impression {
	margin: 0;

	height: 224px;
	width: 307px;
	background-color: #fff;
	border: 1px solid #85AF05;
	display: table-cell;
	vertical-align: middle;
}

#button-new-logo i,
#button-new-kopfbild i,
#button-new-impression i {
	color: #85AF05;
}

#button-new-logo:hover,
#button-new-kopfbild:hover,
#button-new-impression:hover {
	color: black;
	background: #85AF05;
	cursor: pointer;
}

#button-new-logo:hover i,
#button-new-kopfbild:hover i,
#button-new-impression:hover i {
	color: black;
}

body > div.ui-dialog.ui-resizable > div.ui-dialog-titlebar.ui-widget-header {
	display: none !important;
}

.button-center-middle:hover,
.button-center-horizontal:hover,
.button-center-vertical:hover,
.button-adapt-to-height:hover,
.button-adapt-to-width:hover {
	cursor: pointer;
}

.button-center-middle:hover div,
.button-center-horizontal:hover div,
.button-center-vertical:hover div,
.button-adapt-to-height:hover div,
.button-adapt-to-width:hover div {
	text-decoration: underline;
}

body #main_content span.btn_underline_on_hover:hover {
	text-decoration: underline !important;
}

.onoffswitch {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #ccc;
	border-radius: 50px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 25px;
	padding: 0;
	line-height: 25px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	/*content: "JA";*/
	padding-left: 13px;
	background-color: #85B200;
	color: #FFFFFF;
}

.onoffswitch-inner:after {
	/* content: "NEIN";*/
	padding-right: 13px;
	background-color: #B42557;
	color: #FFFFFF;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 40px;
	margin: -7.5px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 61px;
	border: 2px solid #ccc;
	border-radius: 50px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

/**Bilderupload wrong size*/
div.error.wrongsize {
	position: absolute;
	top: 0;
	z-index: 1000;
	background: #fff;
	padding: 15px;
	border: 1px solid #b42557;
}

/****Social Media Links HCMS ***/
#unternehmen-socialmedia .socialmedia_wrap {
	width: 100%;
	margin-bottom: 10px;

}

#unternehmen-socialmedia .socialmedia_wrap label {
	width: 10%;
	box-sizing: border-box;
	margin-right: 20px;
}

#unternehmen-socialmedia .socialmedia_wrap input {
	width: 90%;
}

/****
	Downloadcenter @tech-info

 ****/
#wrap_downloadcenter_produkt {
	margin-top: 25px;
}

#downloadcenter label {
	padding-top: 7.5px;
	float: left;
	width: 100px;
}

#downloadcenter select {
	float: left;
	padding: 5px;
}

#downloadcenter > div > div {
	margin-bottom: 8px;
}

#downloadcenter .button {
	width: 205px;
	text-align: center;
	padding: 10px 0;
	margin-top: 30px;
	height: auto;
	color: white;
	background: #b42557;
	border: 1px solid #b42557;
}

#downloadcenter .button:hover {
	cursor: pointer;
	color: #b42557;
	background: white;
}

.downloads_category_headline {
	margin-top: 35px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #b42557;
}

#downloadcenter > div > div > a > span {
	text-transform: uppercase;
	color: #b42557;
	font-weight: bold;
	letter-spacing: 1pt;
	float: right;
}

#downloadcenter > div > div > a > span:hover {
	color: black;
}

.reset_downloadcenter {
	float: right;
	color: #b42557;
	font-weight: bold;
}

.reset_downloadcenter:hover {
	cursor: pointer;
	color: black;
}

#downloadcenter > div > div > a > img {
	float: left;
	margin-right: 30px;
}

#downloadcenter > div > div > a > div {
	float: left;
	max-width: 450px;
}

.verlegeinfo_und_downloads_headline {
	font-weight: bold;
}

.verlegeinfo_und_downloads_subline {
	margin-top: 5px;
	display: inline-block;
}

.verlegeinfo_und_downloads_row {
	margin-bottom: 25px !important;
}

#bestandslogowrap img {
	/*float: left*/
}

#bestandslogowrap .changebestandlogo {
	float: left;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	background-color: #85af05;
	box-sizing: border-box;
	padding: 0.8em 2em;
}

#bestandslogowrap .downloadbestandlogo {
	float: right;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 0.8em 2em;
	background-color: #eeeeee;

}

#bestandslogowrap .bestandslogo {
	font-weight: bold;
	/*float: left;*/
}

#bestandslogowrap #bestandslogoaction {
	width: 50%;
	margin: 40px auto;
}

#bestandslogowrap .bestandslogoimg {
	width: 50%;
	margin: 0 auto;
}

#bestandskopfbildwrap #bestandskopfbildaction {
	width: 50%;
	margin: 40px auto;
}

#bestandskopfbildwrap .changebestandkopfbild {
	cursor: pointer;
	float: left;
	text-transform: uppercase;
	background-color: #85af05;
	color: #fff;
	box-sizing: border-box;
	padding: 0.8em 2em;

}

#bestandskopfbildwrap .downloadbestandkopfbild {
	float: right;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #eeeeee;
	box-sizing: border-box;
	padding: 0.8em 2em;
}

#bestandskopfbildwrap .bestandskopfbild {
	font-weight: bold;
}

.s_shop_p {
	hyphens: auto;
}

#cautionbestand {
	border: 1px solid crimson;
	box-sizing: border-box;
	padding: 1em;
	margin-bottom: 4em;
}

#bigNav_mod3 #nav .level2 li a {
	line-height: 1.6em;
	height: auto;
	padding: 7.5px 20px;
}

.wmpl_list_form {
	width: 100%;
}

.wmpl_list_form .wmpl_list_fieldgroup {
	margin: 0 0 0.8em 0;
}

.wmpl_list_form .wmpl_list_fieldgroup .wmpl_list_labelwrapper {
	width: 25%;
	display: inline-block;
}

.wmpl_list_form .wmpl_list_fieldgroup .wmpl_list_controlwrapper {
	width: 73%;
	display: inline-block;
}
.wmpl_list_form .wmpl_list_fieldgroup .wmpl_list_controlwrapper textarea {
	height: 125px;
	width: 330px;
}

.wmpl_list_form .wmpl_list_fieldgroup .wmpl_list_controlwrapper input {
	padding: 5px;
}

.wmpl_list_form .wmpl_list_submitwrapper .button {
	width: 35%;
}

.wmpl_list_form .wmpl_list_infos {
	margin: 1em 0;
}

.wmpl_list_form .wmpl_list_footnote {
	margin: 1em 0;
}

.wmpl_edit {
	width: 100%;
	font-size: 0.8em;
}

.wmpl_edit tr th,
.wmpl_edit tr td {
	border-bottom: 1px solid rgb(204, 204, 204);
	line-height: 150%;
	padding: 5px;
	vertical-align: middle;
}

.wmpl_edit tr th {
	text-align: left;
	font-weight: bold;
}

.wmpl_list.error {
	margin: 0.8em 0;
	line-height: 1;
}

#main_content .werbemittel_error_list,
.werbemittel_error_list {
	padding-left: 0;
	margin-top: 15px;
}

.noscroll {
	overflow: hidden;
}

/*****
	Print Stylesheet
********/
@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

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

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

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

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

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

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


#bigNav_mod3 {
	background-color: #ffffff;
	z-index: 999;
}

#bigNav_mod3 #NavRel {
	position: relative;
}

#bigNav_mod3.sticky {
	border-bottom: 1px solid #eee;

}

#bigNav_mod3 #logoNavi {
	display: block;
	position: absolute;
	z-index: 1000;
	right: 30px;
	top: -95px;
}

#bigNav_mod3.sticky #logoNavi {
	top: 19px;
}

#bigNav_mod3 #logoNavi svg {
	width: 130px;
	transition: width 500ms;
	position: fixed;
	margin-left: -130px;
}

#bigNav_mod3.sticky #logoNavi svg {
	width: 100px;
}

#bigNav_mod3.sticky #logoNavi .f {
	display: none;
}