/* =========== */
/* LAYOUT 1148 */
/* =========== */

div.layout { 
	width: 100%;
	max-width: 1148px;
	margin: 0px auto;
/*	
	outline: 1px solid #b94a48 !important;	
*/	
}

div.row { 
	height: 1%; 
}
div.row-end { 
	clear: both;
	font: 1px/1px sans-serif;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

div.col1l, div.col2l, div.col3l, div.col4l, 
div.col5l, div.col6l, div.col7l, div.col8l,
div.col9l, div.col10l, div.col11l, div.col12l,
div.col13l, div.col14l,
div.colMaxl, div.colMax,
div.col1l-3 {
	float: left;
	margin-left: 2.439024%; /*28px;*/
/*	
	outline: 1px solid #b94a48 !important;	
*/	
}


div.col1l:first-child, div.col2l:first-child, div.col3l:first-child,
div.col4l:first-child, div.col5l:first-child, div.col6l:first-child,
div.col7l:first-child, div.col8l:first-child, div.col9l:first-child,
div.col10l:first-child, div.col11l:first-child, div.col12l:first-child,
div.col13l:first-child, div.col14l:first-child,
div.colMaxl:first-child, div.colMax:first-child,
div.col1l-3:first-child {
	margin-left: 0px; 
}

/*
div.col1l { width:   4.87804%; outline: 1px solid #b94a48 !important;}
*/
div.col1l { width:   4.87804%; }

div.col2l { width:  12.19512%; }
div.col3l { width:  19.51219%; }
div.col4l { width:  26.82926%; }
div.col5l { width:  34.14634%; }
div.col6l { width:  41.46341%; }
div.col7l { width:  48.78048%; }
div.col8l { width:  56.09756%; }
div.col9l { width:  63.41463%; }
div.col10l { width: 70.73170%; }
div.col11l { width: 78.04878%; }
div.col12l { width: 85.36585%; }
/*
div.col12l { width: 85.36585%; outline: 1px solid #b94a48 !important;}
*/

div.col13l { width: 92.68292%; }
div.col14l { width: 100%; }

div.colMaxl { width: 100%; }
div.colMax  { width: 100%; }

div.colNonel  { display:none; }
span.colNonel { display:none; }

div.col1l-3 { width:  31.7073173333%; }





/* ======== */
/* FULLPAGE */
/* ======== */

html.fp-enabled,
.fp-enabled body {
   margin: 0;
   padding: 0;
   overflow:hidden;

   /*Avoid flicker on slides transitions for mobile phones #336 */
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
	height: 100%;
	position: relative;
	
	/* Touch detection for Windows 8 */
	-ms-touch-action: none;
	
	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box; /* <=28 */
	box-sizing: border-box;
}
.fp-slide {
	float: left;
}
.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index:1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout:fixed;
	width: 100%;
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0px;
    height: 0px;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0px;
  border-width: 38.5px 34px 38.5px 0px;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0px 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: hidden;
	position: relative;
}
.fp-scroller{
	overflow: hidden;
}
.iScrollIndicator{
	border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: 0px;
  opacity: 1;
	-webkit-transform: translate3d(0,0,0);	
	
  bottom: 14px;
}

#fp-nav.right {
  right: 0px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
	bottom: 17px;
}
.fp-slidesNav.top {
	top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0px;
  padding: 0px;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  position:relative;
  background: none;
	padding: 0px;	

  margin: 5px;
  margin-right: 20px;

  width: 5px;
  height:8px;
}

.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}


#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  top: 0px;
  left: 0px;

	background: url(images/phpcolors/rgba.php?r=148&g=148&b=148&a=100) repeat;
  background: rgba(148,148,148,1.0);		
	
  position: absolute;
  z-index: 1;
	
  width: 5px;
  height:8px;
}


#fp-nav ul li a span.grey, .fp-slidesNav ul li a span.grey {
	background: url(images/phpcolors/rgba.php?r=170&g=170&b=170&a=100) repeat;
	background: rgba(170,170,170,1.0);
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {

	background: url(images/phpcolors/rgba.php?r=196&g=26&b=30&a=100) repeat;
	background: rgba(196,26,30,1.0);
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #ffffff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0px;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
/* ======== */
/* FULLPAGE */
/* ======== */

.fp-tableCell {
	vertical-align: middle !important;
	vertical-align: top !important;
}

.scrolling .fp-tableCell {
	vertical-align: top !important;
}

.phoneOK .fp-tableCell {
	padding-bottom: 18px;
}
.phoneOK #section0 .fp-tableCell {
	padding-bottom: 0px;
}
/* mit video */
.phoneOK #section2 .fp-tableCell {
	padding-bottom: 0px;
}
.phoneOK #section3 .fp-tableCell {
	padding-bottom: 0px;
}

/* ohne video 
.phoneOK #section1 .fp-tableCell {
	padding-bottom: 0px;
}
.phoneOK #section2 .fp-tableCell {
	padding-bottom: 0px;
}
*/

.iScrollIndicator {
	cursor: pointer;
}

/***********/
/* sliderR */
/***********/

/* v1.0.6 */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;

}

.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: none;
	-webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}

.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

a.rsImg {
	text-indent:-999999px
}

.grab-cursor {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url('images/sliderR/grab.cur'), pointer !important; 
}

.grabbing-cursor{ 
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url('images/sliderR/grabbing.cur'), pointer !important;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url('images/blank.gif');
}


/***********/
/* sliderR */
/***********/






/* ========== */
/* POPUP Bild
/* ========== */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #ffffff;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
/*	
  background: transparent;
*/	
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
  border: 0;
}

/* +++++++++ */
.mfp-close {
	font-family: "webfont1", Verdana, Geneva, Tahoma, sans-serif;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 12px;
  top: 16px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 0px;
  color: white;
  font-style: normal;
	
  font-size: 1px;
  color: #8C8C8C;
	
	
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	background: url(images/controls.png) no-repeat -48px 0;
  right: 22px;
  top: 26px;
	
}

.mfp-close-btn-in .mfp-close {
  color: #a3a3a3;
}

.mfp-close:hover, .mfp-close:focus,
.mfp-close-btn-in .mfp-close:hover,
.mfp-close-btn-in .mfp-close:focus {
  color: #b3b3b3;
	opacity: 0.8;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; 
}

	
/*new*/
.mfp-image-holder .mfp-close {
	background: none;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

	
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }	
	
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;

  padding: 0px;
}

/* shadow */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
}
.mfp-figure small {
}
.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }





	
	
/* =========== */
/* POPUP Image
/* =========== */
	
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
	
}
		
.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
		opacity: 1.0;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}	

.mfp-bg.mfp-no-margins {
  background: #282828;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0px;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0px;
	bottom: 0px;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0px;
}


.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* ==== */
/* FORM */
/* ==== */

/**********************/
/* form               */
/**********************/

label.error {
	font-family: "webfont2", Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #CC071E;
	margin-top: 3px;
	padding-left: 4px;
	padding-left: 0px;
	padding-bottom: 0px;
}

input.error {
/*
	border: #000000 1px solid;
*/	
}


/* Modul jquery-impromptu.5.2.5.min.js */
/* new */
.jqibox {
	font-family: "webfont2", Verdana, Geneva, Tahoma, sans-serif;
	font-size: 18px;
}

.jqifade{
	position: absolute; 
	background-color: #f0f0f0; 
}
div.jqi{ 
	width: 600px; 
	max-width:90%;
	position: absolute; 
	background-color: #FFFFFF; 
	font-size: 13px; 
	text-align: left; 
	border: solid 1px #CC071E;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}
div.jqi .jqicontainer{
  font-size: 13px;
	font-weight: bold;
}
div.jqi .jqiclose{ 
	font-family: "webfont2", Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #AAAAAA; 
	/* font-weight: bold; */	
}
div.jqi .jqistate{
	background-color: #FFFFFF;
}
div.jqi .jqititle{
	font-size: 13px; 
	padding: 5px 10px;
	font-size: 16px; 
	line-height: 20px; 
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{ 
	font-family: "webfont2", Verdana, Geneva, Tahoma, sans-serif;
	font-size: 18px;
	padding: 21px; 
	line-height: 21px; 
	color: #000000; 
}

div.jqi .jqibuttons{ 
	text-align: right; 
	margin: 0px -7px -7px -7px;
	border-top: solid 1px #CC071E; 
	background-color: #FFFFFF;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
}
div.jqi .jqibuttons button{ 
	font-family: "webfont2", Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal; 
	border: none;
	border-left: solid 1px #CC071E; 
	color: #CC071E; 
	font-size: 16px; 
	cursor:pointer;
}
div.jqi .jqibuttons button.jqidefaultbutton{
	font-family: "webfont2", Verdana, Geneva, Tahoma, sans-serif;
	color: #CC071E; 
}
div.jqi .jqibuttons button:hover {
	color: #000000;
	outline: none;
	cursor:pointer;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #DCCEAF;
}

/* sub states */
div.jqi .jqiparentstate::after{ 
	background-color: #777777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0px;left:0px;bottom:0px;right:0px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
	position: absolute;
	top:0px;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }


/**********************/
/* form               */
/**********************/








/* ========== */
/* rSliderDef */
/* ========== */

/* Background */
.rSliderDef,
.rSliderDef .rsOverflow,
.rSliderDef .rsSlide,
.rSliderDef .rsVideoFrameHolder,
.rSliderDef .rsThumbs {
	color: #FFFFFF;
}

.rsFullscreen .rsOverflow {
	background: #151515;
	background: #FAFAFA;
	color: #FFFFFF;
}


/***************
*  1. Arrows
****************/


.rSliderDef .rsArrow {
	position: absolute;
	z-index: 1001;
	height: 100%;
	width: 50%;
	display: block;
	cursor: pointer;
	height: 84%;
}
.touch .rSliderDef .rsArrow {
	width: 28px;
}

.rSliderDef.rsHor .rsArrow {
	width: 50%;
	height: 84%;
}
.touch .rSliderDef.rsHor .rsArrow {
	width: 28px;
}

.rSliderDef.rsHor .rsArrowLeft  { 
	position: absolute;
	z-index: 1001;
	left:  0px;
	left: -2.439024%;
	margin-left: -28px;
	top: 8%; 
}
.rSliderDef.rsHor .rsArrowRight { 
	position: absolute;
	z-index: 1001;
	top: 8%; 
	margin-left: 28px;
}
.no-touch .rSliderDef.rsHor .rsArrowRight { 
	left: 52.439024%; 
}

.touch .rSliderDef.rsHor .rsArrowRight { 
	right: -2.439024%; 
	margin-left: 0px; 
	margin-right: -28px; 
}

.rSliderDef .rsArrowIcn {	
	width: 28px;
	height: 110px;
	top: 50%;
	margin-top:-55px;	
	position: absolute;	
	cursor: pointer;
	
	-webkit-backface-visibility:hidden !important;
	backface-visibility: hidden !important;
	-webkit-transform:translateZ(0);
	
}
.rSliderDef .rsArrowLeft .rsArrowIcn {	
	left: 0px;
	margin-left: 0px;
}
.rSliderDef .rsArrowRight .rsArrowIcn {	
	right: 0px;
	margin-right: 0px;
}

.rSliderDef .rsArrowIcn:hover {
}

.rSliderDef.rsHor .rsArrowLeft .rsArrowIcn { 
	background: url('images/sliderR/prevn.png');
	background-size: 28px 110px;
}
.section.templateCol3R .rSliderDef.rsHor .rsArrowLeft .rsArrowIcn { 
	background: url('images/sliderR/prevn_ws.png');
	background-size: 28px 110px;
}
.rSliderDef.rsHor .rsArrowLeft .rsArrowIcn:hover {
}


.rSliderDef.rsHor .rsArrowRight .rsArrowIcn {
	background: url('images/sliderR/nextn.png');
	background-size: 28px 110px;
}
.section.templateCol3R .rSliderDef.rsHor .rsArrowRight .rsArrowIcn {
	background: url('images/sliderR/nextn_ws.png');
	background-size: 28px 110px;
}
.rSliderDef.rsHor .rsArrowRight .rsArrowIcn:hover {
}

.rSliderDef .rsArrowDisabled .rsArrowIcn { 
	opacity: .2; 
	filter: alpha(opacity=20);  
	*display: none;
}

#sliderGallery0.rSliderDef .rsArrowIcn,
#sliderGallery1.rSliderDef .rsArrowIcn {
    margin-top: -55px;
    margin-top: -70px;
}


/************
*  2. Bullets
************/

.rSliderDef .rsBullets {
	z-index:20;

	position: absolute;
	left: 5%;
	bottom: 8px;
	width: 90%;
	height: 15px;
	margin: 0px auto; 

	text-align: center;
	line-height: 15px;
	overflow: hidden;
}
.scrolling .rSliderDef .rsBullets {
	bottom: 28px;
}

.rSliderDef .rsBullet {
	width: 15px;
	height: 15px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	/* top, right, bottom, left */
	padding: 0px 10px 0px 10px;
	cursor: pointer;
}

.rSliderDef .rsBullet span {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;

	background: url(images/phpcolors/rgba.php?r=226&g=227&b=228&a=100) repeat;
  background: rgba(226,227,228,1.0);		
}

.rSliderDef .rsBullet span:hover {
	background-color: #CC071E;
}
.rSliderDef .rsBullet.rsNavSelected span {
	background-color: #CC071E;
}


.auto-scrolling .rsNav.rsBullets {
	-webkit-backface-visibility:hidden !important;
	backface-visibility: hidden !important;
	-webkit-transform:translateZ(0);
}


/***************
*  3. Thumbnails
****************/

.rSliderDef .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rSliderDef .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rSliderDef.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rSliderDef.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rSliderDef .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rSliderDef .rsThumb img {
	width: 100%;
	height: 100%;
}
.rSliderDef .rsThumb.rsNavSelected {
	background: #02874a;
}
.rSliderDef .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rSliderDef .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rSliderDef .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rSliderDef .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rSliderDef .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rSliderDef .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rSliderDef.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rSliderDef.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rSliderDef.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rSliderDef.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rSliderDef.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rSliderDef .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('images/sliderR/rSliderDef.png');
}

.rSliderDef.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rSliderDef.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rSliderDef.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rSliderDef.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rSliderDef .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rSliderDef .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rSliderDef .rsThumbsHor {
		height: 44px;
	}
	.rSliderDef .rsThumbsVer {
		width: 59px;
	}
}


/**********
*  6. Video
***********/
.rSliderDef .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rSliderDef .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url('images/sliderR/rSliderDef.png') no-repeat 0 -32px;
	background-color: #000;
	background-color: #CC071E;
	background-color: rgba(0,0,0,0.75);
	background-color: rgba(204,7,30,0.9);
	*background-color: #000;
	*background-color: #CC071E;
	
	
}
.rSliderDef .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
	background-color: rgba(204,7,30,0.75);
}
.rSliderDef .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rSliderDef .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rSliderDef .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rSliderDef .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('images/sliderR/rSliderDef.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rSliderDef .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

/***************
*  7. Preloader
****************/

.rSliderDef .rsPreloader {
	width:20px;
	height:20px;
	background-image:url('images/sliderR/preloader-white.gif');

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}


/* ======= */
/* caption */ 
/* ======= */

.rSliderCaptInfo {
	z-index: 1000;
	font-family: "webfont1", Verdana, Geneva, Tahoma, sans-serif;
  position: relative;
  overflow: hidden;

  top: 0px;
  bottom: 0px;
  width: 100%;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	margin: 0px;
	padding:0px;
	margin-top: 40px;
	vertical-align: top;
	text-align: left;
	background: none;	

	margin-top: 15px;
}

.scrolling.desktopOK .rSliderCaptInfo, .scrolling.padOK .rSliderCaptInfo {
  bottom: 0px;
}


.rSliderCaptInfo h1.capt, .rSliderCaptInfo h1.capt a,
.rSliderCaptInfo h5.capt, .rSliderCaptInfo h5.capt a {
	font-weight: normal;
	text-align: left;
	text-transform: none;
  margin: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	text-transform: none;
	margin-left:0px;
  width: auto;
	background: none;	

	padding:0px;
	padding-left:0px;

	font-size:17px;
	line-height: 24px;
	font-family: "webfont1", Verdana, Geneva, Tahoma, sans-serif;

	color: #CC071E;	
	color: #000000;	
	
}


.section.templateCol3R .rSliderCaptInfo h1.capt, 
.section.templateCol3R .rSliderCaptInfo h1.capt a,
.section.templateCol3R .rSliderCaptInfo h5.capt, 
.section.templateCol3R .rSliderCaptInfo h5.capt a {
	color: #ffffff;	
}

/*korrektur in .js */
.desktopOK .rSliderCaptInfo.rsAbsoluteEl, .padOK .rSliderCaptInfo.rsAbsoluteEl {
	margin-left:-2000px;
}

h1.capt b, h1.capt b,
h5.capt b, h5.capt b {
	font-family: "webfont1b", Verdana, Geneva, Tahoma, sans-serif;
	color: #CC071E;
	font-weight: normal;
}
	
.rSliderCaptInfo h1.capt a:hover, .rSliderCaptInfo h1.capt a:hover,
.rSliderCaptInfo h5.capt a:hover, .rSliderCaptInfo h5.capt a:hover 	{
	color: #6B625F;
	text-decoration: none;
}

.rSliderCaptInfo a {
	text-decoration: none;
}

.rSliderCaptInfo {
	margin-left: -3000px;	
}


	



/* ========= */
/* ACCORDION */
/* ========= */

.accordion {
  border: none;
  border-radius: 0px;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
	/* top, right, bottom, left */
	padding: 8px 0px 0px 0px;
}

h3, h3 span.headText {
	font-family: "webfont1b", Verdana, Geneva, Tahoma, sans-serif;
	color: #000000;
	font-size:17px;
	line-height: 36px;
  margin-bottom: 25px;
}

.accordion:first-child {
  margin-top:  0px;
}

.accordion_head, span.headText {
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  padding-left: 0px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
/*	
*/	
}

.accordion_head {
	background: url(images/arrow_11x11.png) 12px center no-repeat;
	background-size: 11px 11px;
	background-color: #F4F4F4;
}
.accordion_head.col1 {
	background-color: #F4F4F4;
}
.accordion_head.col2 {
	background-color: #E9E9E9;
}
.accordion_head.col3 {
	background-color: #DDDEDE;
}
.accordion_head.col4 {
	background-color: #D8D9D9;
}



span.headText {
  padding-left: 34px;
}

.no-touch .accordion_head:hover {
	color: #AAAAAA;
}

.accordion.accordion1.is-open .accordion_head, .accordion.accordion2.is-open .accordion_head,
.accordion.accordion3.is-open .accordion_head, .accordion.accordion4.is-open .accordion_head,
.accordion.accordion5.is-open .accordion_head, .accordion.accordion6.is-open .accordion_head {
	background: url(images/arrow_11x11_rt.png) 12px center no-repeat;
	background-size: 11px 11px;
	background-color: #FFFFFF;
}

.accordion.accordion1.is-open .accordion_head span.headText,
.accordion.accordion2.is-open .accordion_head span.headText,
.accordion.accordion3.is-open .accordion_head span.headText,
.accordion.accordion4.is-open .accordion_head span.headText,
.accordion.accordion5.is-open .accordion_head span.headText,
.accordion.accordion6.is-open .accordion_head span.headText {
	color: #CC071E;
}

.accordion.accordion1.is-open, .accordion.accordion2.is-open,
.accordion.accordion3.is-open, .accordion.accordion4.is-open,
.accordion.accordion5.is-open, .accordion.accordion6.is-open {
	background: transparent;
}
.accordion_body {
	/* top, right, bottom, left */
	padding: 22px 0px 0px 0px;
}


#accordion1-1.accordion.accordion1 {
/*
  margin-top:  -45px;
*/	
}



/* =============== */
/* VIDEO GALLERY
/* =============== */


.rsVideoContainer {
	width:100%; 
	height:100%; 
	overflow:hidden; 
	display:block; 
	float:left; 
}


.videoGallery .rsTmb {
	font-family: "webfont1b", Verdana, Geneva, Tahoma, sans-serif;
	color: #000000;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
  margin-bottom: 0px;
  padding: 10px;
	margin-right: 3px;
	
	display: block;
	
}

.videoGallery .rsThumbsVer  {
	box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
/*	
  border-top: 1px solid #aaaaaa;
*/	
}

.videoGallery .rsThumbs {
  width: 252px;
  padding: 0px;
}

.videoGallery .rsThumbs .rsThumb {
  width: 252px;
  height: 146px;
  background: #fafafa;
  background: #E9E9E9;
	margin: 0px;
}

.videoGallery .rsThumb {
	box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  background: #fafafa;
  background: #E2E3E4;
  border-bottom: 1px solid #CCCDCE;
}

.videoGallery .rsThumb:last-child {
  border-bottom: none;
}

.videoGallery .rsThumb:hover {
  background: #E2E3E4;
  background: #fafafa;
}

.videoGallery .rsThumb.rsNavSelected {
  background: #E2E3E4;
  background: #fafafa;
}


h4.rsABlock.blockInfo {
  left: 2%; 
  bottom: 3% !important; 
  width: 100%;
  max-width: 96%;
	color: #fafafa;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
  margin-bottom: 0px;
	background: url(images/phpcolors/rgba.php?r=0&g=0&b=0&a=60) repeat;
	background: rgba(0,0,0,0.6);

	-moz-border-radius: 4px;
	border-radius: 4px;
/*	*/	
	display: none;

}


h4.rsABlock.blockInfo p {
	color: #eeeeee;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
  margin-bottom: 0px;
	padding: 8px;
	padding-left: 12px;
	padding-right: 20px;
}


.rSliderDef .rsBtnCenterer {
	z-index: 50;
}




/* ============== */
/* RETINA-DISPLAY
/* ============== */


@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) { 



	
/* ==== */
/* LOGO */
/* ==== */

.logo {
	background: url(images/logo_rechts_592x46.png) 0px 0px no-repeat;
	background-size: 296px 23px;
}
.phoneOK .logo {
	background: url(images/logo_rechts_296x23.png) 0px 0px no-repeat;
	background-size: 180px 14px;
}



.rSliderDef.rsHor .rsArrowLeft .rsArrowIcn { 
	background: url('images/sliderR/prev_rn.png');
	background-size: 28px 110px;
}
.section.templateCol3R .rSliderDef.rsHor .rsArrowLeft .rsArrowIcn { 
	background: url('images/sliderR/prev_rn_ws.png');
	background-size: 28px 110px;
}

.rSliderDef.rsHor .rsArrowRight .rsArrowIcn {
	background: url('images/sliderR/next_rn.png');
	background-size: 28px 110px;
}
.section.templateCol3R .rSliderDef.rsHor .rsArrowRight .rsArrowIcn {
	background: url('images/sliderR/next_rn_ws.png');
	background-size: 28px 110px;
}


.navDown, .navDown.red {
	background:url('images/navupdown_nr.png');
	background-size: 52px 28px;
 	background-repeat: no-repeat;
 	background-position: center center;
}


#formContact textarea.formText {
	padding-left: 6px;
}


}

