
/* ************************************** */
/* Generelle Klassen neu setzen im Inhalt
/* ************************************** */

.content-quickcms hr.delimiterline {
	border: none;
	background:#ddd;
	width:100px;
	height:7px;
	text-align:center;
	margin: 24px auto;
}

.content-quickcms ul {
    margin: 0 0 0 8px;
    padding: 0;
}

.content-quickcms li:before {
	content: "\f105"; /* f00c Haken*/
    color: #888888;
	font-family: "FontAwesome";
	margin-right: 8px;
}

.content-quickcms p {
	margin-bottom: 1em;
}

.content-quickcms p:last-child {
	margin-bottom:0;
}

.content-quickcms h2 {
    font-size: 20px;
	font-weight: 500;
    vertical-align: top;
    margin-bottom: 20px;
}

/* ************************************** */
/* Quicklink-Classes                      */
/* ************************************** */

.quicklink {
	color:#555555;
    background-color:#F0F3F6;
    padding:25px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px;	
	margin-bottom:25px;
}

.quicklink:hover {
	color:#FFF;
	background-color:#00ADC6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 10px 10px 0px 10px; 
	-moz-border-radius: 10px 10px 0px 10px; 
	-webkit-border-radius: 10px 10px 0px 10px;	
}

.quicklink_title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.quicklink_content {
	margin-top: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.quicklink h3 {
	margin-top:0 !important;
}

/* ********************** */
/* Search-Classes	      */
/* ********************** */

.searchresult {
	background-color:#FFCC66;
}

/* ********************** */
/* Formular-Classes	  */
/* ********************** */

.form_table {
	margin-top:30px;
}
.form_tr {
}
.form_td_label {
	width:150px;
	padding-bottom:6px;
	padding-right:20px;
	vertical-align:middle;
	whitespace:nowrap;
}
.form_td_value {
	padding-bottom:6px;
}
.form_td_comment {
	padding-bottom:6px;
}
.form_td_buttons {
	padding-bottom:6px;
}
.form_checkbox {
	padding-bottom:6px;
}
.form_radio {
	padding-bottom:6px;
}

.form_textbox {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	padding: 8px 12px 8px;
	margin: 0;
	font-size: 14px;
	line-height: 18px !important;
	color: #787878;
	background-color: #F0F3F6;
	outline: none;
	min-width:70%;
	width:auto;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form_textbox:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.login_textbox {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	padding: 8px 12px 8px;
	margin: 0;
	font-size: 14px;
	line-height: 18px !important;
	color: #787878;
	background-color: #F0F3F6;
	outline: none;
	min-width:200px;
	width:auto;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_textboxsmall {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	padding: 8px 12px 8px;
	margin: 0;
	font-size: 14px;
	line-height: 18px !important;
	color: #787878;
	background-color: #F0F3F6;
	outline: none;
	min-width:120px;
	width:auto;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_dropdown {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	padding: 8px 12px 8px;
	margin: 0;
	font-size: 14px;
	line-height: 18px !important;
	color: #787878;
	background-color: #F0F3F6;
	outline: none;
	min-width:35%;
	width:auto;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_dropdown_product {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	padding: 8px 12px 8px;
	margin: 0;
	font-size: 14px;
	line-height: 18px !important;
	color: #787878;
	background-color: #F0F3F6;
	outline: none;
	min-width:200px;
	width:auto;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_dropdown_email {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	padding: 8px 12px 8px;
	margin: 0;
	font-size: 14px;
	line-height: 18px !important;
	color: #787878;
	background-color: #F0F3F6;
	outline: none;
	min-width:200px;
	width:auto;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_textarea {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	padding: 8px 12px 8px;
	margin: 0;
	font-size: 14px;
	line-height: 18px !important;
	color: #787878;
	background-color: #F0F3F6;
	outline: none;
	min-width:70%;
	width:auto;
	height:100px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize:none;
}

.form_button, .button, .button_autowidth {
  background: #00adc6;
  color: #fff;
  border: 0;
  padding: 8px 23px;
  font-weight: 400;
}

.form_button:hover, .button:hover, .button_autowidth:hover {
  color: #FFF;
  background: #03c0db;
  -moz-box-shadow: 0 2px 1px #F0F3F6;
  -webkit-box-shadow: 0 2px 1px #F0F3F6;
  box-shadow: 0 2px 1px #F0F3F6;
}

.form_button:active, .button:active, .button_autowidth:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: 1px;
}

.form_button_inactive {
}

.form_delimiter {
	height:1px;
	background-image:url('/pic/form/form_delimiter.gif');
	background-repeat:repeat-x;
}
.form_delpadding {
	height:15px;
}

.searchbox {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	padding: 8px 12px 8px;
	margin: 0;
	font-size: 14px;
	line-height: 18px !important;
	color: #787878;
	background-color: #F0F3F6;
	outline: none;
	min-width:200px;
	width:auto;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* ********************** */
/* List-Classes           */
/* ********************** */

.list_table {
}
.list_header {
	padding-top:6px;
	padding-right:3px;
	padding-bottom:6px;
	padding-left:3px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#b0b0b0;
}
.list_row1 {
	/*background-color:#E6E6E6;*/
	padding-top:6px;
	padding-right:3px;
	padding-bottom:6px;
	padding-left:3px;
	border-bottom:dotted 1px #b0b0b0;
}
.list_row2 {
	/*background-color:#DADADA;*/
	padding-top:6px;
	padding-right:3px;
	padding-bottom:6px;
	padding-left:3px;
	border-bottom:dotted 1px #b0b0b0;
}
.searchbox_list {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	padding: 9px 12px 10px;
	margin: 0 8px 0 8px;
	font-size: 14px;
	line-height: 18px !important;
	color: #787878;
	background-color: #F0F3F6;
	outline: none;
	min-width:120px;
	width:auto;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ********************** */
/* FAQ-Classes	  */
/* ********************** */

.faq_textbox {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	padding: 8px 12px 8px;
	margin: 0;
	font-size: 14px;
	line-height: 18px !important;
	color: #787878;
	background-color: #F0F3F6;
	outline: none;
	min-width:200px;
	width: 60%;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Style-Fix für neuen H4 Titel */

h4.faq_title {
	font-size: 15px;
	font-weight:400 !important;
	line-height: 18px;
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	color: inherit;
}

h4.faq_title:hover {
	color: inherit;
}

/* Layout helpers (FIX)
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* FAQ Container CSS
----------------------------------*/
/* Titel Stelle */
.ui-state-default, .ui-widget-content .ui-state-default {
	border: 1px solid #F0F3F6;
	background: #F0F3F6;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* Titel Stelle hover */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	border: 1px solid #00ADC6;
	background: #00ADC6;
	color:#FFFFFF;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* Titel Stelle selektiert */
.ui-state-active, .ui-widget-content .ui-state-active {
	border: 1px solid #F0F3F6;
	background: #F0F3F6;
	color:#555555;
	outline: none;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
/* BG Answer Container */
.ui-widget-content { 
	border: 1px solid #fafafa;
	background: #fafafa;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
}
.ui-state-hover a, .ui-state-hover a:hover {
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 18px;
	height: 18px;
	background-image: url(/pic/jquery/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
	background-image: url(/pic/jquery/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/pic/jquery/ui-icons_ffffff_256x240.png);
}
/* Icons Template FAQ default */
.ui-state-default .ui-icon {
	background-image: url(/pic/jquery/ui-icons_222222_256x240.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(/pic/jquery/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/pic/jquery/ui-icons_222222_256x240.png);
}
/* Icons FAQ end */

/* Icon Auswahl (Position) */
/* Icon FAQ closed -32px -16px */
.ui-icon-triangle-1-e { background-position: -48px -208px; }
/* Icon FAQ open -48px -16px */
.ui-icon-triangle-1-s { background-position: -64px -208px; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(/pic/jquery/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .50;
	filter:Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(/pic/jquery/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .20;
	filter:Alpha(Opacity=20);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Accordion
----------------------------------*/
/* FAQ Classes - Added by RHA */
.ui-accordion .ui-accordion-header {
	padding-left:32px;
	padding-top:9px;
	padding-bottom:8px;
	cursor: pointer;
	position: relative;
	margin-top: 5px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	padding: .5em .5em .5em 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: 8px; top: 50%;
	margin-top: -9px;
}
.ui-accordion .ui-accordion-content {
	padding: 20px 20px 20px 32px;
	border-top: 0;
	margin-top: -1px;
	position: relative;
	top: 1px;
	margin-bottom: 3px;
	overflow: auto;
	display: none;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}

/* *********************** */
/* Bildergalerie - Classes */
/* *********************** */

.gallery_topmargin {
	margin-top:30px;
}

.gallery_counter {
	margin-top:0px;
	position:relative;
	top:-8px;
}

.gallery_picture_div {
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
}

.image_wrapper {
	overflow:hidden;
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	border-radius:4px !important;
}

.thumbnail {
	border:none;
	border-radius:4px !important;
	margin:0;
	padding:0;
	 -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail:hover {
	border:none;
	border-radius:4px !important;
	margin:0;
	padding:0;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	 -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

