@import url(http://fonts.googleapis.com/css?family=Play:400,700);
/* -- Allgemeine Formatierungen -- */
html {  
  height: 100%;
}

body {  
  font-family: 'Play', arial, sans-serif;  
  font-size: 16px;  
  margin: 0px;  
  padding: 0px;  
  color: #363636 ;  
  background: url("../images/metall.jpg") repeat-y scroll center top !important;
  position:relative;  
  height:100%;
}

section, aside, header, nav, article, footer, time, figure {  
  display: block;  
  margin: 0px;  
  padding: 0px;
}

* {  
  outline: none;
}

img {  
  border: none;
}

p {  
  margin: 0px 0px 10px 0px;
}

p.align-center, .align-center {  
  text-align: center;
}

p.align-left, .align-left {  
  text-align: left;
}

p.align-right, .align-right {  
  text-align: right;
}

p.align-justify, .align-justify {  
  text-align: justify;
}

table td, .contenttable td {  
  vertical-align: top;
}

a {  
  text-decoration: none;  
  color: #545b64;
}

ul {  
  padding: 0 0 0 15px;  
  list-style: none;
}

li {  
  background: url("../images/aufzaehlung.png") left 4px no-repeat;  
  padding-left: 15px;
}

#c280 ul li {
    background: url("../images/haken.png") no-repeat left top;
    margin-bottom: 10px;
    min-height: 27px;
    padding: 2px 0 0 40px;
}

#c280 ul:first-child {
    margin-right: 20px;
}

#c280 ul {
    float: left;
}

h1 {	border-bottom: 3px solid #252b32;    color: #252b32;    font-family: "Play",arial,sans-serif !important;    font-size: 38px !important;    font-weight: 300 !important;    margin: 30px 0 !important;    padding: 0 0 30px;    text-align: left;
}

h2 {	border-bottom: 3px solid #252b32;    color: #252b32;    font-family: "Play",arial,sans-serif !important;    font-size: 38px !important;    font-weight: 300 !important;    margin: 30px 0 !important;    padding: 0 0 30px;    text-align: left;
}

h4{
	color: #252b32;    
	font-family: "Play",arial,sans-serif !important; 
    font-size: 18px;
	margin: 10px 0;
	font-weight: normal;
}

.csc-textpic-caption {
    color: #828282;
    font-size: 14px;
    text-align: right;
}

/* *************** HINTERGRUND-SLIDER *************** */

#slideshow {
    display: block;
    height: 654px !important;
    left: 50%;
    margin: 0 0 0 -494px;
    padding: 0;
    position: absolute !important;
    top: 100px;
    width: 988px !important;
    z-index: 1;
}

#slideshow li {
  margin: 0px;
  padding: 0px;
  background-repeat:no-repeat;
  width: 100% !important;
  height: 654px !important;
  background-image:none;
  background-position: center top;
}

/* *************** HINTERGRUND-SLIDER ENDE ************ */  

.zentriert {  
  max-width: 988px;  
  width: 100%;  
  margin: 0 auto;  
  position: relative;
}

/* -- Allgemeine Formatierungen -- */
/* -- Bereich: OBEN -- */
.funktionen {  
  width: 100%;  
  height: 25px;
  display: block;  
  float: left;  
  clear: both;  
  background: #141414;  
  padding: 5px 0px;  
  position: relative;  
  z-index: 10;
}

/* -- SPRACHE -- */
.sprache {
  float: left;
  display: block;
  margin: 0px 0px 0px 15px;
}
/* -- SPRACHE -- *

/* -- TICKER -- */
.ticker {
    position: relative;
    width: 100%;
  margin: 0;
  font-family: 'Play', arial;
  font-size: 11px;                
}

.ticker .inhalt_normal {
  padding: 0px;
  background: none;
}

.ticker .tickertext {
  width: 70%;
  border: 0px;
  padding: 0px;
  margin: 0px;
  resize: none;
  background-image: none;
  font-family: 'Play', arial;
  font-size: 11px;
  overflow: hidden;
  background-color: #FFFFFF;
}
/* -- TICKER -- */

/* -- Damit man keinen Hintergrund sieht, bei kleier werden der Navi -- */
.weiss {
/* Muss selbe Farbe wie bei .funktionen haben */  
  background: #141414;
  width: 100%;
  height: 55px;
  float: left;
  clear: both;
  display: block;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 10;
}
  
#header {  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;
}

.oben {  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;  
  position: fixed;  
  background: #252B32;  
  z-index: 30;
}

/* Hauptnavi */
#hauptnavi {  
  float: left;  
  width: 100%;  
  margin: 37px 0px 35px 0px;  
  font-size: 18px;
}

#hauptnavi a {
  color: #FFFFFF;
}

#hauptnavi ul {  
  margin: 0px;  
  padding: 0px;  
  list-style: none;
}

#hauptnavi li {  
  background: none;  
  float: left;  
  padding: 0px;  
  margin: 0px 0px 0px 2px;
}

#hauptnavi li:first-child {  
  margin: 0px;
}

#hauptnavi li a {  
  padding: 35px 15px !important;
  margin-right: 2px;
}

#hauptnavi li.active a, #hauptnavi li:hover a {  
  background: #545b64 !important;
}

.mobil_kontakt, .button_mobil, .funk_mobil {  
  display: none;
}

/* Hauptnavi */
.logo {  
  width: 144px;  
  display: block;  
  margin: 0px;  
  position: absolute;  
  top: -20px;  
  right: 10px;
  cursor: pointer;
}

.logo img{
  width: 100% !important;
  height: auto !important;
}

/* -- Bereich: OBEN -- */

/* -- Bereich: FADE-IN-BOX -- */
#fadebox {
    background: #ffffff none repeat scroll 0 0;
    font-size: 14px;
    height: auto;
    left: -465px;
    line-height: 1.1;
    padding: 20px;
    position: fixed;
    top: 230px;
    width: 425px;
    z-index: 150;
    display: none
}

.schliessen {  
  width: 27px;  
  height: 27px;  
  display: block;  
  right: 10px;   
  top: 10px;  
  background: url(../images/close.png) no-repeat;  
  position: absolute;  
  cursor: pointer;
  z-index: 10;
}

.fadebox_button {
    background: #c0c2c8;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: -62px;
    top: 0;
    width: 70px;
}
.fadebox_button:after {
    background: url(../images/karriere.png) no-repeat left top;
    content: "";
    height: 150px;
    margin-top: -75px;
    position: absolute;
    right: 22px;
    top: 50%;
    width: 22px;
}

#fadebox h2 {
    border-bottom: 1px dotted #252b32;
    color: #252b32;
    font-family: "Play",arial,sans-serif !important;
    font-size: 18px !important;
    margin: 0 0 10px !important;
    padding-bottom: 10px;
    text-align: left;
}

#fadebox .inhalt_normal {
	margin: 0px;
	padding: 0px;
}


#lightbox label {  
  display: none !important;
}
/* -- Bereich: FADE-IN-BOX -- */

/* -- Bereich: ONEPAGEINHALT -- */
.onepageinhalt {
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;
  position: relative;
  z-index:5;
}

.bereiche {  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;  
  margin: 100px 0px 0px 0px;
}

.inhalt {  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;
  margin-top: 61px;
}

.nr-1 .inhalt {
  margin: 0px;
}.nr-1 .inhalt_normal {	padding: 60px 0px 40px 0px;}

.bereiche .zentriert {  
  padding: 0px 2%;  
  width: 96%;
}

.inhalt_normal, .farbe1, .farbe2, .farbe3, .farbe4 {  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;  
  padding: 30px 0px 40px 0;
}

/* HEADER */  
.header {
  width: 100%;
  float: left;
  clear: both;
  display: block;
  height: 300px;
  overflow: hidden;
}

.header div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin: 0px;
}

.header img {
  width: 100% !important;
}


.header .inhalt_normal, .header .inhalt_normal .zentriert {  
  width: 100%;  
  max-width: 100%;  
  float: none;  
  clear: none;  
  margin: 0px;  
  padding: 0px;
}

.parabild {
  width: 100%;
  height: 400px;
  display: block;
  background-position: 0 0px;
  background-size: cover;
  background-attachment: static;
}

/* HEADER */

/* HEADERSLIDE */
.headerslide {
  width: 100%;
  float: left;
  clear: both;
  display: block;
  height: 300px;
  overflow: hidden;
}

.headerslide .inhalt_normal, .headerslide .inhalt_normal .zentriert {  
  width: 100%;  
  max-width: 100%;  
  float: none;  
  clear: none;  
  margin: 0px;  
  padding: 0px;
  background: none;
}

.headerslide .csc-textpic-imagecolumn, .headerslide .csc-textpic-image {
  width: 100% !important; 
}

.headerslide .owl-carousel .owl-item img {
  width: 100% !important;
  height: auto !important;
}
/* HEADERSLIDE */

.inhalt_normal {  
  background: #FFFFFF;
}

/* -- Bereich: ONEPAGEINHALT -- */

.feature-buttons {
  bottom: 15%;   
  position: fixed;    
  right: 1%;  
  z-index: 200;   
  display: block;
}

/* -- Bereich: PFEIL NACH UNTEN -- */
.nachunten {  
  width: 56px;  
  height: 56px;  
  background: url(../images/arrow-bottom.png) left top no-repeat;
  cursor: pointer;    
  display: none;    
  opacity: 0.7;
  transition: opacity 0.3s ease;
  margin-bottom: 5px;
}
/* -- Pfeil Nach unten -- */

/* -- Bereich: PFEIL NACH OBEN -- */
.nachoben {  
  width: 56px;  
  height: 56px;  
  background: url(../images/arrow-top.png) left top no-repeat;  
  cursor: pointer;    
  display: none;  
  opacity: 0.7;
  transition: opacity 0.3s ease;
  margin-bottom: 5px;
}
/* -- Pfeil Nach oben -- */

/* -- SUCHEN Button -- */
.suche {
  height: 56px;
  width: 56px;
  display: block;
  background: url(../images/suche.png) left top no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.nachoben:hover, .suche:hover, .nachunten:hover {
  opacity: 1;
}
/* -- Drucklink Button -- */

/* -- Bereich: FOOTER -- */
#footer {  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;  
  color: #252b32;  
  position: relative;  
  font-size: 14px;  
  margin-top: 150px;
  z-index: 5;
}

#footer .inhalt_normal {  
  background: none;  
  padding: 0px;
}

#footer a {  
  color: #252b32;
}

#footer .c25r {
	width: 30%;
}

#unten {  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;
/* Muss selbe Höhe wie der .mapsborder haben */  
  min-height: 38px;
}


.zertifikat {
	position: absolute;
	top: -74px;
	left: 0px;
}

.mapsborder {  
  width: 100%;  
  height: 38px;  
  width: 100%;  
  display: block;  
  float: left;  
  clear: both;  
  background: #252B32;  
  text-align: center;
}

#mapstoggle {  
  background: url(../images/anfahrt-icon.png) center top no-repeat;  
  width: 97px;  
  height: 86px;  
  position: relative;  
  top: -55px;  
  margin: 0 auto;  
  cursor: pointer;
}

.googlemap iframe {  
  pointer-events: none;

}

.googlemap {
  height: 350px;
  /*overflow: hidden;*/
  float: left;
  clear: both;
  width: 100%;
  display: block;
}

.anfahrt {
/* Muss selbe Farbe wie der .footerinhalt haben */  
  background: #FFFFFF;
  height: 0px;
  /*height: 350px;*/
  overflow: hidden;
  float: left;
  clear: both;
  display: block;
  width: 100%;
}

.anfahrt .inhalt_normal, .anfahrt .inhalt_normal .zentriert {  
  width: 100%;  
  max-width: 100%;  
  float: none;  
  clear: none;  
  margin: 0px;  
  padding: 0px;
}

.footerinhalt {  
  width: 96%;  
  display: block;  
  float: left;  
  clear: both;  
  background: #FFFFFF;  
  padding: 55px 2% 30px 2%;
}

#footer  .csc-menu {  
  margin: 0px;  
  padding: 0px;  
  text-align: right;
}

#footer  .csc-menu li a{  
	padding: 2% 1%;  
	min-height: auto;
	margin: 0px 0 2% 2%;
	background: #d4d4d4;
	text-align: center;
	float: left;
	border-radius: 2px;
	width: 45%;
}



#footerfunction {
  display: block;
  float: left;
  clear: both;
  width: 96%;
  background: #2e2e2e;
  padding: 0 2%;
  height: 38px;
}

.iconsmartstyle {  
  float: right;  
  padding: 5px 0;
  position: absolute;
  top: -35px;
  right: 0px;
}

.fb, .yt {
  float: left;
  display: block;
  margin: 5px 5px 5px 0; 
}

.drucklink a {
  float: left;
  display: none;
  background: url(../images/print.png) left top no-repeat;
  height: 25px;
  width: 25px;
  background-size: 100% auto;
  text-indent: -9999px;
  margin: 5px 0;
  visibility: hidden;
}

/* -- Bereich: FOOTER -- */

/* -- UNTERSEITEN -- */
.rahmen {  
  width: 100%;  
  min-height: 100%;  
  position: relative;  
  float: left;  
  clear: both;  
  display: block;
}

.unterseite_inhalt  {
  width: 100%;
  display: block;  
  float: left;  
  clear: both;
  position: relative;
  z-index:5;
  margin-top: 300px;
  margin-bottom: 400px;
}

.rahmen #footer{
  position: absolute;
  bottom: 0px;
  left: 0px;
}
/* -- UNTERSEITEN -- */
/* -- OWL PLUGIN -- */
/* -- OWL-SILDER -- */
.owlslider {
  position: relative;  background: #252B32;  width: 100%;  display: block;  float: left;  clear: both;
}.owlslider .inhalt_normal {	background: none;	padding-top: 10px;}.owlslider h1, .owlslider h2 {
	color: #FFFFFF;}
.owl-controls {
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 40%;
}

.owl-prev, .owl-next {
  cursor: pointer;
  background: url(../images/slider_pfeile.png) left top no-repeat;
  width: 25px;
  height: 50px;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  left: 5px;
}

.owl-next {
  background: url(../images/slider_pfeile.png) right top no-repeat;  
  left: auto;
  right: 5px;
}

.owl-dots {
  display: none;
}
/* -- OWL-SILDER -- */

/* -- OWL-GALLERY -- */
.owlgalerie .zentriert  {
  max-width: 600px;
  width: 96%;
}
/* -- OWL-GALLERY -- */
/* -- OWL PLUGIN -- */

/* -- EXTENSION -- */
/* -- TT_NEWS -- */
/* -- LIST -- */
.news-list-container {
margin: 0px 0 20px 0;
padding: 0px;
}

.news-list-item {  
margin: 20px 0 0 0;  
padding: 20px 0 0 0;  
border-top: 1px dotted #D3D3D3;
}

.news-list-item:first-child {  
border: 0px;  
margin: 0px;  
padding: 0px;
}

.news-list-item h2 {  
text-align: left;  
font-size: 18px;
}
/* -- LIST -- */

/* -- SINGLE -- */

/* -- SINGLE -- */
.news-single-item {
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin: 0px 0px 10px 0px;
  padding: 0px; 
}

.singleinhalt {
  width: 100%;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.news-single-img {
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.news-single-backlink {
  width: 100%;
  float: left;
  clear: both;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  border-top: 1px dotted #D3D3D3;
}
/* -- TT_NEWS -- */

/* -- JFMulticontent -- */
/* Allgemeine Formatierungen JFMulticontent */
.tx-jfmulticontent-pi1 .inhalt_normal, .tx-jfmulticontent-pi1 .inhalt_normal .zentriert {  
  width: auto;  
  float: none;  
  clear: none;  
  margin: 0px;  
  padding: 0px;
  background: none;
}

/* Allgemeine Formatierung: TABS */

.ui-tabs .ui-tabs-nav li {  
  background: none !important;
  border: 0px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-tl, .ui-corner-top, .ui-corner-tr, .ui-corner-left, .ui-corner-bl {
    border-radius: 0px;
}

.ui-widget-content, .ui-widget-content .inhalt_normal {  
  border: 0px;  
  background: none; 
}

.ui-widget-header {  
  background: none;  
  border: 0px;  
  padding: 0px;  
  margin: 0px;
}

.ui-widget {
  font-family: 'Play', arial, sans-serif !important;    
  font-size: 14px !important;    
  color: #363636 ;
}

.ui-tabs .ui-tabs-nav {
  padding: 0px;
}

.ui-tabs .ui-tabs-panel {  
  padding: 15px;  
  float: left;  
  clear: both;  
  display: block;
  background: #E6E6E6;
  margin-top: 5px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {  
  background: #E6E6E6;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #15A9B5;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, .ui-state-default a:hover {    
  background:  #15a9b5;
  color: #FFFFFF;
}

.tx-jfmulticontent-pi1 .ui-tabs-nav  {  
  background:none !important;  
  border: none !important;  
  font-size: 14px !important;  
  font-family: 'Play', arial, sans-serif !important;    
  font-weight: 300 !important;  
  margin-top: 20px;
}

.tx-jfmulticontent-pi1 .ui-widget-content {  
  font-family: 'Play', arial, sans-serif !important;    
  font-size: 16px !important;    
  color: #363636 ;  
  display: block;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {  
  font-weight: 300;
}

.ui-tabs-panel ul {  
  list-style: disc;
}

/* Allgemeine Formatierung: TABS */

/* Allgemeine Formatierung: ACCORDION */
.ui-accordion .ui-accordion-header {
    font-family: "Play",arial,sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-align: left;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 0px;
}

.ui-accordion .ui-accordion-header a {
    padding: 5px;
}

.ui-accordion  .ui-state-default, .ui-accordion  .ui-widget-content .ui-state-default, .ui-accordion  .ui-widget-header .ui-state-default {  
  background: #EFEFEF;
  border: 0px;
}

.ui-accordion .ui-state-active, .ui-accordion  .ui-widget-content .ui-state-active, .ui-accordion  .ui-widget-header .ui-state-active {
  background: #252b32;
  border: 0px;
}

.ui-accordion .ui-state-default a, .ui-accordion  .ui-state-hover a  {
	background: none;
	color: #252b32;
}

 .ui-accordion  .ui-state-active a {
  background: none;
  color: #FFFFFF;
}

.ui-accordion .ui-state-default:visited a, .ui-accordion .ui-state-default:hover a {
	color: #FFFFFF;
	background: none;
}
 
.ui-accordion .ui-state-default:hover {
	background: #252b32;
}

.ui-accordion  .ui-widget-content  {  
	background: #FFFFFF;
	color: #252b32;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: 15px;
  left: auto;
  top: 50%;
  margin-top: -6px;
}

.ui-state-default .ui-icon {
  background: url(../images/accordion_closed.png) left top no-repeat !important; 
  width: 14px;
  height: 14px;
}

.ui-state-active .ui-icon, .ui-state-default:hover .ui-icon {
  background: url(../images/accordion_opened.png) left top no-repeat !important; 
  width: 14px;
  height: 14px;
}

.unterseite_inhalt .tx-jfmulticontent-pi1 .ui-accordion .ui-widget-content ol {
	padding: 0;
}

.unterseite_inhalt .tx-jfmulticontent-pi1 .ui-accordion .ui-widget-content li {
	background: none;
	margin-bottom: 10px;
}

.unterseite_inhalt .tx-jfmulticontent-pi1 .ui-accordion .ui-widget-content li:last-child {
	margin-bottom: 0;
}

/* Allgemeine Formatierung: ACCORDION */

/* Allgemeine Formatierung: SLIDER */
.anythingSlider .anythingWindow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.anythingSlider .anythingWindow .inhalt_normal {
  padding: 0 2% 0 2%;
  width: 96% !important;
  height: auto !important;
}

.anythingSlider-default .anythingWindow {
  border: 0px;
  background: #E6E6E6;
}

.anythingSlider-default {
  margin: 0 auto;
  padding: 0 30px 0 30px;
}

.anythingSlider-default .arrow {
  top: 40%;
  position: absolute;
  display: block;
}

.anythingSlider-default .arrow a {
  display: block;
  width: 25px;
  height: 50px;
  margin:  0;
  text-align: center;
  outline: 0;
  background: url(../images/slider_pfeile_blau.png) left top no-repeat;
}

.anythingSlider-default .forward a, .anythingSlider-default .forward a:hover, .anythingSlider-default .forward a.hover  {
  background-position: right 0px;
}

.anythingSlider-default .back a:hover, .anythingSlider-default .back a.hover { 
  background-position: left 0px; 
}

.anythingSlider-default .anythingControls, .anythingControls {
  display: none !important;
}
/* Allgemeine Formatierung: SLIDER */

/* Allgemeine Formatierungen JFMulticontent */ 
/* -- JFMulticontent -- */
/* -- EXTENSION -- */

/* -- Verschiedene Styles (Rahmen im Backend) -- */
/* Allgemeine Formatierungen der Styles */

.farbe1 h2, .farbe2 h2, .farbe3 h2, .farbe4 h2 {
  color: #252b32;
}

/* FARBE 1 */
.farbe1 {
  background: #E4E4E4;  color: #252b32;
}

.farbe1 h1, .farbe1 h2 {	color: #252b32;}


/* FARBE 1 */

/* FARBE 2 */
.farbe2 {  
  background: #252B32;
  color: #FFFFFF;	padding: 20px 0px 10px 0px;}.farbe2 h2 {	color: #FFFFFF;	border-bottom: 3px solid #FFFFFF;}
/* FARBE 2 */

/* FARBE 3 */
.farbe3 {  
  background: #026169;  
  color: #FFFFFF;
}
/* FARBE 3 */

/* FARBE 4 */
.farbe4 {  
  background: #B59F0C;  
  color: #FFFFFF;
}
/* FARBE 4 */

/* Allgemeine Formatierungen der Styles */ 
.farbe1 .ui-tabs .ui-tabs-panel, .farbe1 .ui-tabs .ui-tabs-panel a,
.farbe2 .ui-tabs .ui-tabs-panel, .farbe2 .ui-tabs .ui-tabs-panel a,
.farbe3 .ui-tabs .ui-tabs-panel, .farbe3 .ui-tabs .ui-tabs-panel a,
.farbe4 .ui-tabs .ui-tabs-panel, .farbe4 .ui-tabs .ui-tabs-panel a,
.farbe1 .ui-accordion-content,  .farbe1 .ui-accordion-content a ,
.farbe2 .ui-accordion-content,  .farbe2 .ui-accordion-content a ,
.farbe3 .ui-accordion-content,  .farbe3 .ui-accordion-content a ,
.farbe4 .ui-accordion-content,  .farbe4 .ui-accordion-content a  {
  color: #252b32 !important;
 }
 
.farbe1 .ui-accordion-content a, 
.farbe2 .ui-accordion-content a,
.farbe3 .ui-accordion-content a,
.farbe4 .ui-accordion-content a {
  text-decoration: underline;
 }
 
 
.farbe1 .anythingSlider-default .arrow a,
.farbe2 .anythingSlider-default .arrow a, 
.farbe3 .anythingSlider-default .arrow a,
.farbe4 .anythingSlider-default .arrow a  {
  background: url(../images/slider_pfeile.png) left top no-repeat;
}

.farbe1 .anythingSlider-default .forward a, .farbe1 .anythingSlider-default .forward a:hover, .farbe1 .anythingSlider-default .forward a.hover,
.farbe2 .anythingSlider-default .forward a, .farbe2 .anythingSlider-default .forward a:hover, .farbe2 .anythingSlider-default .forward a.hover,
.farbe3 .anythingSlider-default .forward a, .farbe3 .anythingSlider-default .forward a:hover, .farbe3 .anythingSlider-default .forward a.hover,
.farbe4 .anythingSlider-default .forward a, .farbe4 .anythingSlider-default .forward a:hover, .farbe4 .anythingSlider-default .forward a.hover  {
  background-position: right 0px !important;
}
/* FARBE 1 Accordion */
.farbe1 .ui-accordion  .ui-state-default, .farbe1 .ui-accordion  .ui-widget-content .ui-state-default, .farbe1 .ui-accordion  .ui-widget-header .ui-state-default {  
  background: #FFFFFF;
}

.farbe1 .ui-accordion .ui-state-active, .farbe1 .ui-accordion  .ui-widget-content .ui-state-active, .farbe1 .ui-accordion  .ui-widget-header .ui-state-active {
  background:  #252b32;
}

.farbe1 .ui-accordion .ui-state-default a, .farbe1 .ui-accordion  .ui-state-hover a  {
  background: none;
}

 .farbe1 .ui-accordion .ui-state-default:visited a, .farbe1 .ui-accordion .ui-state-default:hover a {
  color: #FFFFFF;
  background: none;
 }
 
.farbe1 .ui-accordion .ui-state-default:hover {
    background: #252b32;
}

.farbe1 .ui-accordion  .ui-widget-content  {  
  background: #FFFFFF;
  color: #252b32;
}

/* FARBE 1 Accordion */

/* FARBE 2 Accordion */
.farbe2 .ui-accordion  .ui-state-default, .farbe2 .ui-accordion  .ui-widget-content .ui-state-default, .farbe2 .ui-accordion  .ui-widget-header .ui-state-default {  
  background: #861155;
}

.farbe2 .ui-accordion .ui-state-active, .farbe2 .ui-accordion  .ui-widget-content .ui-state-active, .farbe2 .ui-accordion  .ui-widget-header .ui-state-active {
  background:  #680437;
}

.farbe2 .ui-accordion .ui-state-default a, .farbe2 .ui-accordion  .ui-state-hover a  {
  background: none;
}

 .farbe2 .ui-accordion .ui-state-default a:visited, .farbe2 .ui-accordion .ui-state-default a:hover {
  color: #FFFFFF;
  background: none;
 }
/* FARBE 2 Accordion */

/* FARBE 3 Accordion */
.farbe3 .ui-accordion  .ui-state-default, .farbe3 .ui-accordion  .ui-widget-content .ui-state-default, .farbe3 .ui-accordion  .ui-widget-header .ui-state-default {  
  background: #106f77;
}

.farbe3 .ui-accordion .ui-state-active, .farbe3 .ui-accordion  .ui-widget-content .ui-state-active, .farbe3 .ui-accordion  .ui-widget-header .ui-state-active {
  background:  #005159;
}

.farbe3 .ui-accordion .ui-state-default a, .farbe3 .ui-accordion  .ui-state-hover a  {
  background: none;
}

 .farbe3 .ui-accordion .ui-state-default a:visited, .farbe3 .ui-accordion .ui-state-default a:hover {
  color: #FFFFFF;
  background: none;
 }
/* FARBE 3 Accordion */

/* FARBE 4 Accordion */
.farbe4 .ui-accordion  .ui-state-default, .farbe4 .ui-accordion  .ui-widget-content .ui-state-default, .farbe4 .ui-accordion  .ui-widget-header .ui-state-default {  
  background: #c5af20;
}

.farbe4 .ui-accordion .ui-state-active, .farbe4 .ui-accordion  .ui-widget-content .ui-state-active, .farbe4 .ui-accordion  .ui-widget-header .ui-state-active {
  background:  #a58f00;
}

.farbe4 .ui-accordion .ui-state-default a, .farbe4 .ui-accordion  .ui-state-hover a  {
  background: none;
}

 .farbe4 .ui-accordion .ui-state-default a:visited, .farbe4 .ui-accordion .ui-state-default a:hover {
  color: #FFFFFF;
  background: none;
 }
/* FARBE 4 Accordion */

/* ----------------- */

/* FARBE 1 Tabs */

.farbe1 .ui-tabs .ui-tabs-panel {
  background: #252b32;
}

.farbe1 .ui-state-default a, .farbe1 .ui-state-default a:link, .farbe1 .ui-state-default a:visited {
  background: #FFFFFF;
  color: #252b32;
}

.farbe1 .ui-state-active a, .farbe1 .ui-state-active a:link, .farbe1 .ui-state-active a:visited, .farbe1 .ui-state-default a:hover {
  color: #FFFFFF;
  background: #252b32;
}

/* FARBE 1 Tabs */

/* FARBE 2 Tabs */

.farbe2 .ui-tabs .ui-tabs-panel {
  background: #680437;
}

.farbe2 .ui-state-default a, .farbe2 .ui-state-default a:link, .farbe2 .ui-state-default a:visited {
  background: #861155;
  color: #FFFFFF;
}

.farbe2 .ui-state-active a, .farbe2 .ui-state-active a:link, .farbe2 .ui-state-active a:visited, .farbe2 .ui-state-default a:hover {
  color: #FFFFFF;
  background: #680437;
}

/* FARBE 2 Tabs */

/* FARBE 3 Tabs */

.farbe3 .ui-tabs .ui-tabs-panel {
  background: #005159;
}

.farbe3 .ui-state-default a, .farbe3 .ui-state-default a:link, .farbe3 .ui-state-default a:visited {
  background: #106f77;
  color: #FFFFFF;
}

.farbe3 .ui-state-active a, .farbe3 .ui-state-active a:link, .farbe3 .ui-state-active a:visited, .farbe3 .ui-state-default a:hover {
  color: #FFFFFF;
  background: #005159;
}

/* FARBE 3 Tabs */

/* FARBE 4 Tabs */

.farbe4 .ui-tabs .ui-tabs-panel {
  background: #a58f00;
}

.farbe4 .ui-state-default a, .farbe4 .ui-state-default a:link, .farbe4 .ui-state-default a:visited {
  background: #c5af20;
  color: #FFFFFF;
}

.farbe4 .ui-state-active a, .farbe4 .ui-state-active a:link, .farbe4 .ui-state-active a:visited, .farbe4 .ui-state-default a:hover {
  color: #FFFFFF;
  background: #a58f00;
}

/* FARBE 4 Tabs */

/* ----------------- */

/* FARBE 1 Slider */
.farbe1 .anythingSlider-default .anythingWindow {
  background: #0295A1;
}
/* FARBE 1 Slider */

/* FARBE 2 Slider */
.farbe2 .anythingSlider-default .anythingWindow {
  background: #680437;
}
/* FARBE 2 Slider */

/* FARBE 3 Slider */
.farbe3 .anythingSlider-default .anythingWindow {
  background: #005159;
}
/* FARBE 3 Slider */

/* FARBE 4 Slider */
.farbe4 .anythingSlider-default .anythingWindow {
  background: #a58f00;
}
/* FARBE 4 Slider */

/* -- Verschiedene Styles (Rahmen im Backend) -- */

/* -- COOKIES -- */
#cookie-bar {
  background:#111111; 
  color:#ffffff; 
  text-align:center; 
  padding: 5px 0 5px 0; 
  font-size: 10px; 
  font-family: arial;
}

#cookie-bar.fixed {
  position:fixed; 
  top:0px; 
  left:0; 
  width:100%;
}

#cookie-bar.fixed.bottom {
  bottom:0; top:auto;
}

#cookie-bar p {
  margin:0; 
  padding:0;
}

#cookie-bar a {
  color:#ffffff !important; 
  display:inline-block; 
  border-radius:3px; 
  text-decoration:none; 
  padding:0px; 
  margin-left:0px;
}

#cookie-bar .cb-enable {
  background:#252b32; 
  margin-left: 8px; 
  padding: 0 5px;
}
/* -- COOKIES -- */

#cboxClose, #cboxPrevious, #cboxNext {
  width: 18px;
  height: 18px;
  text-indent: -999px;
  overflow: hidden;
}

#cboxClose {
  background: url(../images/lightbox_sprites.png) -36px 0px no-repeat;
}

#cboxPrevious {
  background: url(../images/lightbox_sprites.png) 0px 0px no-repeat;
}

#cboxNext {
  background: url(../images/lightbox_sprites.png) -18px 0px no-repeat;
  left: 25px;
}

#lightbox .inhalt_normal,#impressionen .inhalt_normal {margin: 0px; padding: 0px;}


/* ************ SUCHVERSION *********** */

#searchborder {
  background: #f1f1f1;
  padding: 20px 5%;
  margin: 0px;
  float: left;
  display: block;
  clear: both;
  width: 90%;
}

.search_decription {
  padding: 15px 30px 5px;
  background: #252b32;
  border-radius: 35px;
  margin: 15px 0 15px 0;
  color: #fff;
  display: table;
  position: relative;
}

.search_decription:before {
  content: "";
  background: url(../images/search_bubble.png) left top no-repeat #252b32;
  height: 21px;
  width: 34px;
  position: absolute;
  top: -21px;
  right: 50px;
}

#searchborder .logo {
  cursor: default;
}

#searchcontent {
  background: #ffffff;
  padding: 10px 5%;
  width: 90%;
  margin-top: 0px;
  float: left;
  display: block;
  clear: both;
}

#text-search {
  width: 100%;
  border: 0px;
  border-bottom: 5px solid #252b32;
  min-height: 100px;
  background: none;
  font-size: 50px;
  font-family: 'Play', arial;
  color: #c9c9c9;
}

.search_close {
  height: 27px;
  width: 27px;
  background: url(../images/close.png) left top no-repeat;
  position: absolute;
    right: 50px;
    top: 50px;
  cursor: pointer;
}

.highlight {
    background-color: #252b32;
  color: #fff;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}

.highlight {
    padding:1px 4px;
    margin:0 -4px;
}

/* *** ELEMENTE AUSBLENDEN *** */

#searchborder .headerslide, #searchborder .ui-tabs-nav, #searchborder .tx-jfmulticontent-pi1 h3, #searchborder .owlgalerie #sync2, #searchborder .ui-accordion-header, #searchborder .header, #searchborder .owl-controls {
  display: none !important
}
/* *** ELEMENTE AUSBLENDEN *** */

#searchborder .bereiche {
  margin-top: 0px;
}

#searchborder .oben {
  position: relative;
  width: auto !important;
  float: right !important;
}

#searchborder .logo {
  top: -60px;
  right: -30px;
  width: 90px;
  height: auto;
}

/* *** ERSTER BEREICH ABSTAND ENTFERNEN *** */
#searchborder .csc-default:first-child {
  margin-top: 0px !important;
}

#searchborder .bereiche:first-child {
  margin-top: 0px !important;
}
/* *** ERSTER BEREICH ABSTAND ENTFERNEN *** */

/* *** ACCORDION *** */
#searchborder .tx-jfmulticontent-pi1 li {
  display: block;
  float: left;
  clear: both;
  background: none;
}

#searchborder .tx-jfmulticontent-pi1 .ui-widget-content {
  display: block !important;
}

#searchborder.tx-jfmulticontent-pi1 .inhalt_normal, #searchborder .bereiche:first-child .inhalt_normal {
  border: 0px;
}

#searchborder .tx-jfmulticontent-pi1 h2 {
  font-size: 18px;
  color: #252b32;
}
/* *** ACCORDION *** */

/* *** SLIDER *** */
#searchborder .anythingSlider {
  height: auto !important;
}

#searchborder .anythingSlider .anythingWindow {
  display: block;
    height: auto !important;
    overflow: visible !important;
}

#searchborder .anythingSlider .anythingBase {
  position: static !important;
  left: 0px !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  padding: 15px 0 !important;
}

#searchborder .anythingSlider .panel {
  float: none !important;
  overflow: visible !important;
  height: auto !important;
}

#searchborder .anythingSlider .cloned {
  display: none !important;
}

#searchborder .arrow {
  display: none !important;
}

#searchborder .owlslider, #searchborder .owlgalerie {
  display: none;
}
/* *** SLIDER *** */

/* *** LIGHTBOX *** */
#cboxLoadedContent {
  margin-top: 20px;
  margin-bottom: 0px;
}

#cboxCurrent {
  display: none;
}

#cboxTitle, #cboxPrevious, #cboxNext, #cboxClose, #cboxCurrent  {
  top: 0px;
  bottom: auto;
}
/* *** LIGHTBOX *** */
