	/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.tx-startupslider {margin:1rem 0;}
.flexslider .slides {margin:0;}
.flexslider .slides h2{margin-bottom:5px;}
.flexslider .slides h3{font-weight:300; font-size: 2rem; line-height:2.5rem;}
.flexslider .slides [class*="col-8"] h3{font-weight:700; font-size: 2rem; line-height:3.5rem;}
.flexslider .slides.width-max {margin:0 auto; padding: 0 3rem;}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider.RS-12 {padding:0; background:url(../Images/farbbalken_sm.jpg) no-repeat 50% 0;}
.flexslider.RS-12 ul{}
.flexslider.RS-12 .row {padding:4rem 3rem; }
.flexslider.RS-12 .row.SL-1 {background:url(../Images/slide_content_1.png) no-repeat;}
.flexslider.RS-12 .row.SL-2 {background:url(../Images/slide_content_2.png) no-repeat;}
.flexslider.RS-12 .row.SL-3 {background:url(../Images/slide_content_3.png) no-repeat;}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
}
.tx-kundenmeinungen .flexslider {
  background: transparent; color:#fff;
}

.flexslider .slides {
  zoom: 1;
  margin-top:0;
}
.flexslider .slides img {	
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.RS-12 .flex-viewport { background:#F6F4F0; }
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
#carousel {  margin-bottom:0; margin-top:4px; background:url(../Images/farbbalken_3840.jpg) no-repeat 50% 0; padding:2rem 0 2rem 0;}
#carousel3 {padding-bottom:2rem; overflow:hidden;}
#carousel h2 {color:#fff;max-width:1400px; margin:0 auto; padding-left:3rem; padding-bottom:2rem;}
#carousel li {
	color:#fff; 
	width: 32.33333% !important; 
	cursor:pointer;     
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(235, 235, 235, 0);
    transition: -webkit-text-stroke-color .5s;   
	}
	
#carousel li:hover { 
     -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;}
#carousel li:nth-child(2) { text-align:center;}
#carousel li:nth-child(2) h3{display:inline-block; text-align:left;}
#carousel li:last-child h3{ float:right;}
#carousel li h3{color:#fff; font-weight:300; margin:0;}
#carousel li.flex-active-slide h3{color:#fff; font-weight:700;}
.carousel li {
  margin-right: 5px; 
}


.flex-direction-nav {
  *height: 0;
  width:50%; border:1px solid red;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 65px;
  margin: -20px 0 0;
  position: absolute;
  top: 90%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer; 
  color: rgba(45, 48, 123, 0.9);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

#carousel3 .flex-direction-nav a {   opacity: 1; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 60px;
  line-height:2.57rem;
  display: inline-block;
  content: '\f001';	
  color: rgba(45, 48, 123, 0.9);
  /*color: rgba(255, 255, 255, 0.8); */
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
#carousel3 .flex-direction-nav .flex-prev {
  left: -70px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
#carousel3 .flex-direction-nav .flex-next {
  right: -70px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 62%;
  position: absolute;
  bottom: 10%;
  text-align: center;
}
.inspire .flex-control-nav {bottom: -1rem;}

#slider-news .flex-control-nav {bottom:-1rem;}

#carousel3 .flex-control-nav{
  width: 100%;
  position: absolute;
  bottom: -25px;
  text-align: center;
  padding:1rem 0;
}
.tx-kundenmeinungen .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -45px;
  text-align: center;
  padding:1rem 0;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 20px;
  height: 20px;
  display: block;
  background: #666;
  background: rgba(170, 192, 191, 0.3);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
 /* -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; */
}
.tx-kundenmeinungen .flex-control-paging li a { background:#fff; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.6);
}
.flex-control-paging li a.flex-active {
  background: #AAC0BF;
  background: rgba(170, 192, 191, 1);
  cursor: default;
}


.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.fl-inner .flex-control-thumbs li {
  width: 16.666667%;
  float: left;
  margin: 4px;
  padding:0;
  
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border: 1px solid #373F43;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active-slide img {
  opacity: 1;
  cursor: default;
   border: 2px solid #9B2423;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
  @media screen and (max-width: 1400px) {
	 .flexslider {padding:0;}
 }
 
 
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;	
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  .fl-inner .flex-control-thumbs li {
  width: 14.666667%;
  float: left;
  margin: 1%;
  padding:0; 
}
.flex-direction-nav a { height: 68px; }
.flex-direction-nav a:before {line-height:3rem;}
#carousel .slides {width: 800px!important; }
.flexslider .slides h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}	  
}

 @media screen and (max-width: 768px) {
	.slides [class*="_sm-12"] img{max-width:70%; margin:1rem auto;}  
 }
 

@media screen and (max-width: 660px) {
.flexslider {padding:0 0.5rem;}	
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 50px;
  line-height:3rem;
  display: inline-block;
  color: #999; 
}
.flex-direction-nav a { width: 40px; height: 55px; }

.flex-control-thumbs {
  display:none;	
 }
#carousel {margin-top:3rem;}  
#carousel .flex-direction-nav {display:none;} 
#carousel li {
	float:none !important;
    clear:both;	
	text-align:left !important;
	}
#carousel li:nth-child(2) {margin-bottom:1rem;}	
#carousel li:last-child h3 {float: none;}	
#carousel .slides {width: 600px!important; transform: translate3d(0px, 0px, 0px) !important;}	
}
@media screen and (max-width: 1024px) {
.flex-control-nav { position: relative;}
}


@media screen and (max-width: 480px) {
.slides [class*="_sm-12"] img{max-width:90%; margin:1rem auto;}  
.flexslider .slides h3{font-weight:300; font-size: 2rem; line-height:2.5rem;}
.flexslider .slides [class*="col-8"] h3{font-weight:700; font-size: 2rem; line-height:2.5rem;}
.flexslider .slides.width-max {padding: 0 1rem;}
#carousel h2 {padding-left: 1rem;}
.flexslider.RS-12 .row {padding: 4rem 1rem;}
}
