/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
.gradient(@color: #F5F5F5, @start: #EEE, @stop: #FFF) {
  background: @color;
  background: -webkit-gradient(linear,
                               left bottom,
                               left top,
                               color-stop(0, @start),
                               color-stop(1, @stop));
  background: -ms-linear-gradient(bottom,
                                  @start,
                                  @stop);
  background: -moz-linear-gradient(center bottom,
                                   @start 0%,
                                   @stop 100%);
  background: -o-linear-gradient(@stop,
                                 @start);
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@stop,@start));
}
.bw-gradient(@color: #F5F5F5, @start: 0, @stop: 255) {
  background: @color;
  background: -webkit-gradient(linear,
                               left bottom,
                               left top,
                               color-stop(0, rgb(@start,@start,@start)),
                               color-stop(1, rgb(@stop,@stop,@stop)));
  background: -ms-linear-gradient(bottom,
                                  rgb(@start,@start,@start) 0%,
                                  rgb(@stop,@stop,@stop) 100%);
  background: -moz-linear-gradient(center bottom,
                                   rgb(@start,@start,@start) 0%,
                                   rgb(@stop,@stop,@stop) 100%);
  background: -o-linear-gradient(rgb(@stop,@stop,@stop),
                                 rgb(@start,@start,@start));
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",rgb(@stop,@stop,@stop),rgb(@start,@start,@start)));
}
*/
/*
 ***************************************************
 * DEBUG ON http://winless.org/online-less-compiler
 ***************************************************

@screen-xs-min:1px;
@screen-sm-min:480px;
@screen-md-min:992px;
@screen-lg-min:1200px;
@screen-xl-min:1500px;
@screen-xx-min:1800px;

@screen-xs-max:479px;
@screen-sm-max:991px;
@screen-md-max:1199px;
@screen-lg-max:1499px;
@screen-xl-max:1799px;

@grid-gutter-width-xs:30px;
@grid-gutter-width-sm:30px;
@grid-gutter-width-md:30px;
@grid-gutter-width-lg:30px;
@grid-gutter-width-xl:30px;
@grid-gutter-width-xx:30px;

#gridgutter > .v01();

*/
* > p {
  margin-top: 0;
}
* > p:last-child {
  margin-bottom: 0;
}
img,
img.img-responsive {
  max-width: 100%;
  height: auto;
}
img.img-noresponsive {
  max-width: none;
  height: auto;
}
.row-clearfix {
  clear: both;
  overflow: hidden;
  line-height: 0;
  height: 0;
  font-size: 0px;
}
.hc-widget-popup {
  z-index: 100;
}
.c-clickable,
.clickable,
.jquerylink {
  cursor: pointer;
}
.c-zoom-inzoomin {
  cursor: zoom-in;
}
.c-zoom-out {
  cursor: zoom-out;
}
.c-zoom-out {
  cursor: zoom-out;
}
.c-help {
  cursor: help;
}
.c-progress {
  cursor: progress;
}
.ev-clickable-loaded {
  cursor: pointer;
}
.valign-table {
  display: table;
  width: 100%;
  height: 100%;
}
.valign-cell {
  display: table-cell;
}
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
.ev-tbsl-fixed-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.ev-tbsl-slide-cols {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.ev-leaders {
  position: relative;
}
.ev-leaders:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  overflow: hidden;
  z-index: 1;
}
.ev-leaders:after {
  clear: both;
  content: '';
}
.ev-leaders.ev-leaders-dot:before {
  content: '..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................';
}
.ev-leaders.ev-leaders-star:before {
  content: '**************************************************************************************************************************************************************************************************************************************************************************************************************************************';
}
.ev-leaders .ev-leaders-caption {
  position: relative;
  z-index: 2;
  display: inline;
  background-color: white;
  padding-right: 5px;
}
.ev-leaders .ev-leaders-value {
  position: relative;
  z-index: 2;
  float: right;
  background-color: white;
  padding-left: 5px;
}
/*
			.ev-toggle-visible-xl { display:block; }
			.ev-toggle-hidden-xl { display:none; }
		*/
/** responsive tabs plugin **/
@media (max-width: 575px) {
  .r-tabs.r-tabs-accordion-xs .r-tabs-nav {
    display: none;
  }
  .r-tabs.r-tabs-accordion-xs .r-tabs-accordion-title {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .r-tabs.r-tabs-accordion-sm .r-tabs-nav {
    display: none;
  }
  .r-tabs.r-tabs-accordion-sm .r-tabs-accordion-title {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .r-tabs.r-tabs-accordion-md .r-tabs-nav {
    display: none;
  }
  .r-tabs.r-tabs-accordion-md .r-tabs-accordion-title {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .r-tabs.r-tabs-accordion-lg .r-tabs-nav {
    display: none;
  }
  .r-tabs.r-tabs-accordion-lg .r-tabs-accordion-title {
    display: block;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .r-tabs.r-tabs-accordion-xl .r-tabs-nav {
    display: none;
  }
  .r-tabs.r-tabs-accordion-xl .r-tabs-accordion-title {
    display: block;
  }
}
@media (min-width: 1800px) {
  .r-tabs.r-tabs-accordion-xx .r-tabs-nav {
    display: none;
  }
  .r-tabs.r-tabs-accordion-xx .r-tabs-accordion-title {
    display: block;
  }
}
/** helper div for js - window.width **/
.ev-viewport {
  display: none;
}
@media (max-width: 575px) {
  .ev-viewport-xs {
    display: block;
  }
}
@media (min-width: 576px) {
  .ev-viewport-sm {
    display: block;
  }
}
@media (min-width: 992px) {
  .ev-viewport-md {
    display: block;
  }
}
@media (min-width: 1200px) {
  .ev-viewport-lg {
    display: block;
  }
}
@media (min-width: 1500px) {
  .ev-viewport-xl {
    display: block;
  }
}
@media (min-width: 1800px) {
  .ev-viewport-xx {
    display: block;
  }
}
.ev-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .align-left-xs {
    text-align: left;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-right-xs {
    text-align: right;
  }
  .pull-left-xs {
    float: left;
  }
  .pull-right-xs {
    float: right;
  }
  .block-center-xs {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .block-left-xs {
    display: inline-block;
    float: none;
    margin-right: auto;
  }
  .block-xs {
    display: block;
  }
  .block-right-xs {
    display: inline-block;
    float: none;
    margin-left: auto;
  }
  .ev-ratio-xs {
    position: relative;
  }
  .ev-ratio-xs:before {
    content: '';
    display: block;
  }
  .ev-ratio-xs-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ev-ratio-xs-1by1:before,
  .ev-ratio-xs-2by2:before,
  .ev-ratio-xs-3by3:before,
  .ev-ratio-xs-4by4:before,
  .ev-ratio-xs-5by5:before,
  .ev-ratio-xs-6by6:before {
    padding-top: 100%;
  }
  .ev-ratio-xs-1by2:before,
  .ev-ratio-xs-2by4:before,
  .ev-ratio-xs-3by6:before {
    padding-top: 200%;
  }
  .ev-ratio-xs-1by3:before,
  .ev-ratio-xs-2by6:before,
  .ev-ratio-xs-3by9:before {
    padding-top: 166.666666%;
  }
  .ev-ratio-xs-1by4:before,
  .ev-ratio-xs-2by8:before {
    padding-top: 175%;
  }
  .ev-ratio-xs-2by1:before,
  .ev-ratio-xs-4by2:before,
  .ev-ratio-xs-6by3:before {
    padding-top: 50%;
  }
  .ev-ratio-xs-2by3:before,
  .ev-ratio-xs-4by6:before {
    padding-top: 133.333333%;
  }
  .ev-ratio-xs-3by1:before,
  .ev-ratio-xs-6by2:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-xs-3by2:before,
  .ev-ratio-xs-6by4:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-xs-3by4:before,
  .ev-ratio-xs-6by8:before {
    padding-top: 125%;
  }
  .ev-ratio-xs-4by1:before {
    padding-top: 25%;
  }
  .ev-ratio-xs-4by3:before,
  .ev-ratio-xs-8by6:before {
    padding-top: 75%;
  }
  .ev-ratio-xs-5by1:before {
    padding-top: 20%;
  }
  .ev-ratio-xs-5by2:before {
    padding-top: 40%;
  }
  .ev-ratio-xs-5by3:before {
    padding-top: 60%;
  }
  .ev-ratio-xs-5by4:before {
    padding-top: 80%;
  }
  .ev-ratio-xs-16by9:before {
    padding-top: 56.25%;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-xs-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-xs-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-xs-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-xs-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-xs-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-xs-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-xs-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-xs-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-xs-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-xs-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-xs-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-xs-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-xs-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-xs-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-xs-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-xs-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-xs-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-xs-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-xs-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-xs-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-xs-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-xs-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-xs-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-xs-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-xs-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-xs-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-xs-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-xs-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-xs-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-xs-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-xs-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-xs-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-xs-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-xs-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-xs-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-xs-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-xs-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-xs-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-xs-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-xs-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-xs-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-xs-60 > .row-clearfix {
    height: 60px;
  }
}
@media (min-width: 576px) {
  .align-left-sm {
    text-align: left;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-right-sm {
    text-align: right;
  }
  .ev-tbsl-fixed-col {
    width: 40%;
  }
  .ev-tbsl-slide-cols {
    width: 60%;
  }
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
  .block-center-sm {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .block-left-sm {
    display: inline-block;
    float: none;
    margin-right: auto;
  }
  .block-sm {
    display: block;
  }
  .block-right-sm {
    display: inline-block;
    float: none;
    margin-left: auto;
  }
  .ev-ratio-sm {
    position: relative;
  }
  .ev-ratio-sm:before {
    content: '';
    display: block;
  }
  .ev-ratio-sm-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ev-ratio-sm-1by1:before,
  .ev-ratio-sm-2by2:before,
  .ev-ratio-sm-3by3:before,
  .ev-ratio-sm-4by4:before,
  .ev-ratio-sm-5by5:before,
  .ev-ratio-sm-6by6:before {
    padding-top: 100%;
  }
  .ev-ratio-sm-1by2:before,
  .ev-ratio-sm-2by4:before,
  .ev-ratio-sm-3by6:before {
    padding-top: 200%;
  }
  .ev-ratio-sm-1by3:before,
  .ev-ratio-sm-2by6:before,
  .ev-ratio-sm-3by9:before {
    padding-top: 166.666666%;
  }
  .ev-ratio-sm-1by4:before,
  .ev-ratio-sm-2by8:before {
    padding-top: 175%;
  }
  .ev-ratio-sm-2by1:before,
  .ev-ratio-sm-4by2:before,
  .ev-ratio-sm-6by3:before {
    padding-top: 50%;
  }
  .ev-ratio-sm-2by3:before,
  .ev-ratio-sm-4by6:before {
    padding-top: 133.333333%;
  }
  .ev-ratio-sm-3by1:before,
  .ev-ratio-sm-6by2:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-sm-3by2:before,
  .ev-ratio-sm-6by4:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-sm-3by4:before,
  .ev-ratio-sm-6by8:before {
    padding-top: 125%;
  }
  .ev-ratio-sm-4by1:before {
    padding-top: 25%;
  }
  .ev-ratio-sm-4by3:before,
  .ev-ratio-sm-8by6:before {
    padding-top: 75%;
  }
  .ev-ratio-sm-5by1:before {
    padding-top: 20%;
  }
  .ev-ratio-sm-5by2:before {
    padding-top: 40%;
  }
  .ev-ratio-sm-5by3:before {
    padding-top: 60%;
  }
  .ev-ratio-sm-5by4:before {
    padding-top: 80%;
  }
  .ev-ratio-sm-16by9:before {
    padding-top: 56.25%;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-sm-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-sm-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-sm-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-sm-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-sm-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-sm-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-sm-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-sm-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-sm-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-sm-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-sm-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-sm-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-sm-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-sm-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-sm-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-sm-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-sm-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-sm-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-sm-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-sm-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-sm-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-sm-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-sm-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-sm-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-sm-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-sm-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-sm-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-sm-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-sm-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-sm-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-sm-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-sm-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-sm-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-sm-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-sm-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-sm-60 > .row-clearfix {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .align-left-md {
    text-align: left;
  }
  .align-center-md {
    text-align: center;
  }
  .align-right-md {
    text-align: right;
  }
  .ev-tbsl-fixed-col {
    width: 30%;
  }
  .ev-tbsl-slide-cols {
    width: 70%;
  }
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
  .block-center-md {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .block-left-md {
    display: inline-block;
    float: none;
    margin-right: auto;
  }
  .block-md {
    display: block;
  }
  .block-right-md {
    display: block;
    float: none;
    margin-left: auto;
  }
  .width-md-12 {
    width: 12.5%;
  }
  .width-md-14 {
    width: 14.2857142857%;
  }
  .width-md-16 {
    width: 16.6666667%;
  }
  .width-md-20 {
    width: 20%;
  }
  .width-md-25 {
    width: 50%;
  }
  .width-md-33 {
    width: 33.3333333%;
  }
  .width-md-50 {
    width: 50%;
  }
  .width-md-66 {
    width: 66.6666666%;
  }
  .width-md-75 {
    width: 75%;
  }
  .ev-ratio-md {
    position: relative;
  }
  .ev-ratio-md:before {
    content: '';
    display: block;
  }
  .ev-ratio-md-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ev-ratio-md-1by1:before,
  .ev-ratio-md-2by2:before,
  .ev-ratio-md-3by3:before,
  .ev-ratio-md-4by4:before,
  .ev-ratio-md-5by5:before,
  .ev-ratio-md-6by6:before {
    padding-top: 100%;
  }
  .ev-ratio-md-1by2:before,
  .ev-ratio-md-2by4:before,
  .ev-ratio-md-3by6:before {
    padding-top: 200%;
  }
  .ev-ratio-md-1by3:before,
  .ev-ratio-md-2by6:before,
  .ev-ratio-md-3by9:before {
    padding-top: 166.666666%;
  }
  .ev-ratio-md-1by4:before,
  .ev-ratio-md-2by8:before {
    padding-top: 175%;
  }
  .ev-ratio-md-2by1:before,
  .ev-ratio-md-4by2:before,
  .ev-ratio-md-6by3:before {
    padding-top: 50%;
  }
  .ev-ratio-md-2by3:before,
  .ev-ratio-md-4by6:before {
    padding-top: 133.333333%;
  }
  .ev-ratio-md-3by1:before,
  .ev-ratio-md-6by2:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-md-3by2:before,
  .ev-ratio-md-6by4:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-md-3by4:before,
  .ev-ratio-md-6by8:before {
    padding-top: 125%;
  }
  .ev-ratio-md-4by1:before {
    padding-top: 25%;
  }
  .ev-ratio-md-4by3:before,
  .ev-ratio-md-8by6:before {
    padding-top: 75%;
  }
  .ev-ratio-md-5by1:before {
    padding-top: 20%;
  }
  .ev-ratio-md-5by2:before {
    padding-top: 40%;
  }
  .ev-ratio-md-5by3:before {
    padding-top: 60%;
  }
  .ev-ratio-md-5by4:before {
    padding-top: 80%;
  }
  .ev-ratio-md-16by9:before {
    padding-top: 56.25%;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-md-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-md-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-md-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-md-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-md-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-md-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-md-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-md-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-md-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-md-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-md-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-md-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-md-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-md-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-md-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-md-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-md-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-md-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-md-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-md-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-md-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-md-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-md-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-md-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-md-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-md-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-md-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-md-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-md-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-md-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-md-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-md-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-md-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-md-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-md-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-md-60 > .row-clearfix {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .align-left-lg {
    text-align: left;
  }
  .align-center-lg {
    text-align: center;
  }
  .align-right-lg {
    text-align: right;
  }
  .ev-tbsl-fixed-col {
    width: 25%;
  }
  .ev-tbsl-slide-cols {
    width: 75%;
  }
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
  .block-center-lg {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .block-left-lg {
    display: inline-block;
    float: none;
    margin-right: auto;
  }
  .block-lg {
    display: block;
  }
  .block-right-lg {
    display: inline-block;
    float: none;
    margin-left: auto;
  }
  .ev-ratio-lg {
    position: relative;
  }
  .ev-ratio-lg:before {
    content: '';
    display: block;
  }
  .ev-ratio-lg-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ev-ratio-lg-1by1:before,
  .ev-ratio-lg-2by2:before,
  .ev-ratio-lg-3by3:before,
  .ev-ratio-lg-4by4:before,
  .ev-ratio-lg-5by5:before,
  .ev-ratio-lg-6by6:before {
    padding-top: 100%;
  }
  .ev-ratio-lg-1by2:before,
  .ev-ratio-lg-2by4:before,
  .ev-ratio-lg-3by6:before {
    padding-top: 200%;
  }
  .ev-ratio-lg-1by3:before,
  .ev-ratio-lg-2by6:before,
  .ev-ratio-lg-3by9:before {
    padding-top: 166.666666%;
  }
  .ev-ratio-lg-1by4:before,
  .ev-ratio-lg-2by8:before {
    padding-top: 175%;
  }
  .ev-ratio-lg-2by1:before,
  .ev-ratio-lg-4by2:before,
  .ev-ratio-lg-6by3:before {
    padding-top: 50%;
  }
  .ev-ratio-lg-2by3:before,
  .ev-ratio-lg-4by6:before {
    padding-top: 133.333333%;
  }
  .ev-ratio-lg-3by1:before,
  .ev-ratio-lg-6by2:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-lg-3by2:before,
  .ev-ratio-lg-6by4:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-lg-3by4:before,
  .ev-ratio-lg-6by8:before {
    padding-top: 125%;
  }
  .ev-ratio-lg-4by1:before {
    padding-top: 25%;
  }
  .ev-ratio-lg-4by3:before,
  .ev-ratio-lg-8by6:before {
    padding-top: 75%;
  }
  .ev-ratio-lg-5by1:before {
    padding-top: 20%;
  }
  .ev-ratio-lg-5by2:before {
    padding-top: 40%;
  }
  .ev-ratio-lg-5by3:before {
    padding-top: 60%;
  }
  .ev-ratio-lg-5by4:before {
    padding-top: 80%;
  }
  .ev-ratio-lg-16by9:before {
    padding-top: 56.25%;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-lg-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-lg-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-lg-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-lg-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-lg-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-lg-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-lg-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-lg-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-lg-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-lg-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-lg-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-lg-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-lg-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-lg-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-lg-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-lg-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-lg-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-lg-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-lg-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-lg-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-lg-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-lg-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-lg-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-lg-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-lg-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-lg-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-lg-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-lg-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-lg-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-lg-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-lg-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-lg-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-lg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-lg-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-lg-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-lg-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-lg-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-lg-60 > .row-clearfix {
    height: 60px;
  }
}
@media (min-width: 1500px) {
  .align-left-xl {
    text-align: left;
  }
  .align-center-xl {
    text-align: center;
  }
  .align-right-xl {
    text-align: right;
  }
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
  .block-center-xl {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .block-left-xl {
    display: inline-block;
    float: none;
    margin-right: auto;
  }
  .block-xl {
    display: block;
  }
  .block-right-xl {
    display: inline-block;
    float: none;
    margin-left: auto;
  }
  .ev-ratio-xl {
    position: relative;
  }
  .ev-ratio-xl:before {
    content: '';
    display: block;
  }
  .ev-ratio-xl-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ev-ratio-xl-1by1:before,
  .ev-ratio-xl-2by2:before,
  .ev-ratio-xl-3by3:before,
  .ev-ratio-xl-4by4:before,
  .ev-ratio-xl-5by5:before,
  .ev-ratio-xl-6by6:before {
    padding-top: 100%;
  }
  .ev-ratio-xl-1by2:before,
  .ev-ratio-xl-2by4:before,
  .ev-ratio-xl-3by6:before {
    padding-top: 200%;
  }
  .ev-ratio-xl-1by3:before,
  .ev-ratio-xl-2by6:before,
  .ev-ratio-xl-3by9:before {
    padding-top: 166.666666%;
  }
  .ev-ratio-xl-1by4:before,
  .ev-ratio-xl-2by8:before {
    padding-top: 175%;
  }
  .ev-ratio-xl-2by1:before,
  .ev-ratio-xl-4by2:before,
  .ev-ratio-xl-6by3:before {
    padding-top: 50%;
  }
  .ev-ratio-xl-2by3:before,
  .ev-ratio-xl-4by6:before {
    padding-top: 133.333333%;
  }
  .ev-ratio-xl-3by1:before,
  .ev-ratio-xl-6by2:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-xl-3by2:before,
  .ev-ratio-xl-6by4:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-xl-3by4:before,
  .ev-ratio-xl-6by8:before {
    padding-top: 125%;
  }
  .ev-ratio-xl-4by1:before {
    padding-top: 25%;
  }
  .ev-ratio-xl-4by3:before,
  .ev-ratio-xl-8by6:before {
    padding-top: 75%;
  }
  .ev-ratio-xl-5by1:before {
    padding-top: 20%;
  }
  .ev-ratio-xl-5by2:before {
    padding-top: 40%;
  }
  .ev-ratio-xl-5by3:before {
    padding-top: 60%;
  }
  .ev-ratio-xl-5by4:before {
    padding-top: 80%;
  }
  .ev-ratio-xl-16by9:before {
    padding-top: 56.25%;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-xl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-xl-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-xl-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-xl-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-xl-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-xl-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-xl-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-xl-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-xl-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-xl-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-xl-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-xl-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-xl-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-xl-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-xl-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-xl-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-xl-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-xl-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-xl-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-xl-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-xl-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-xl-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-xl-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-xl-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-xl-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-xl-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-xl-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-xl-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-xl-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-xl-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-xl-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-xl-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-xl-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-xl-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-xl-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-xl-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-xl-60 > .row-clearfix {
    height: 60px;
  }
}
@media (min-width: 1800px) {
  .align-left-xx {
    text-align: left;
  }
  .align-center-xx {
    text-align: center;
  }
  .align-right-xx {
    text-align: right;
  }
  .pull-left-xx {
    float: left;
  }
  .pull-right-xx {
    float: right;
  }
  .block-center-xx {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .block-left-xx {
    display: inline-block;
    float: none;
    margin-right: auto;
  }
  .block-xx {
    display: block;
  }
  .block-right-xx {
    display: inline-block;
    float: none;
    margin-left: auto;
  }
  .ev-ratio-xx {
    position: relative;
  }
  .ev-ratio-xx:before {
    content: '';
    display: block;
  }
  .ev-ratio-xx-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ev-ratio-xx-1by1:before,
  .ev-ratio-xx-2by2:before,
  .ev-ratio-xx-3by3:before,
  .ev-ratio-xx-4by4:before,
  .ev-ratio-xx-5by5:before,
  .ev-ratio-xx-6by6:before {
    padding-top: 100%;
  }
  .ev-ratio-xx-1by2:before,
  .ev-ratio-xx-2by4:before,
  .ev-ratio-xx-3by6:before {
    padding-top: 200%;
  }
  .ev-ratio-xx-1by3:before,
  .ev-ratio-xx-2by6:before,
  .ev-ratio-xx-3by9:before {
    padding-top: 166.666666%;
  }
  .ev-ratio-xx-1by4:before,
  .ev-ratio-xx-2by8:before {
    padding-top: 175%;
  }
  .ev-ratio-xx-2by1:before,
  .ev-ratio-xx-4by2:before,
  .ev-ratio-xx-6by3:before {
    padding-top: 50%;
  }
  .ev-ratio-xx-2by3:before,
  .ev-ratio-xx-4by6:before {
    padding-top: 133.333333%;
  }
  .ev-ratio-xx-3by1:before,
  .ev-ratio-xx-6by2:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-xx-3by2:before,
  .ev-ratio-xx-6by4:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-xx-3by4:before,
  .ev-ratio-xx-6by8:before {
    padding-top: 125%;
  }
  .ev-ratio-xx-4by1:before {
    padding-top: 25%;
  }
  .ev-ratio-xx-4by3:before,
  .ev-ratio-xx-8by6:before {
    padding-top: 75%;
  }
  .ev-ratio-xx-5by1:before {
    padding-top: 20%;
  }
  .ev-ratio-xx-5by2:before {
    padding-top: 40%;
  }
  .ev-ratio-xx-5by3:before {
    padding-top: 60%;
  }
  .ev-ratio-xx-5by4:before {
    padding-top: 80%;
  }
  .ev-ratio-xx-16by9:before {
    padding-top: 56.25%;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-xx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-xx-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-xx-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-xx-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-xx-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-xx-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-xx-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-xx-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-xx-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-xx-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-xx-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-xx-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-xx-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-xx-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-xx-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-xx-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-xx-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-xx-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-xx-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-xx-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-xx-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-xx-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-xx-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-xx-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-xx-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-xx-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-xx-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-xx-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-xx-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-xx-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-xx-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-xx-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-xx-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-xx-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-xx-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-xx-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-xx-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-xx-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-xx-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-xx-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-xx-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-xx-60 > .row-clearfix {
    height: 60px;
  }
}
/** VIELWETTYPE LAYOUT **/
div#cmsskin div.vlt-tl421 a.error {
  color: red;
}
div#cmsskin div.vlt-tl421 a.error {
  color: red;
}
/** PROJECT **/
.ev-btn-default {
  display: inline-block;
  line-height: 1;
  background: #e00014;
  color: white;
  padding: 10px 40px;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
}
.ev-btn-default:hover {
  background-color: #000000;
  text-decoration: none;
}
.ev-btn-default.ev-btn-primary {
  color: white;
  text-transform: uppercase;
  background-color: #e00014;
}
.ev-btn-default.ev-btn-primary:hover {
  background-color: #d60013;
}
.ev-btn-default.ev-btn-block {
  display: block;
}
/** SECTIONS **/
body,
td {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}
::selection {
  background: #e00014;
  color: white;
}
a {
  color: #e00014;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
@media (min-width: 576px) {
  body,
  td {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body,
  td {
    font-size: 16px;
  }
}
.animsition-loading2,
.animsition-loading2:after {
  width: 200px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -100px;
  z-index: 100;
}
.ev-tabs ul.r-tabs-nav {
  display: inline-block;
  background: black;
  padding: 8px 0;
  border-radius: 20px;
  line-height: 1;
  margin-bottom: 30px;
}
.ev-tabs ul.r-tabs-nav li.r-tabs-tab a.r-tabs-anchor {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 40px;
}
.ev-tabs ul.r-tabs-nav li.r-tabs-tab.active a.r-tabs-anchor {
  background: #e00014;
  border-radius: 20px;
  padding: 6px 30px;
  line-height: 1;
}
.ev-tabs .ev-tabs-panels .ev-box .ev-box-links {
  margin-top: 20px;
}
.ev-tabs .ev-tabs-panels .ev-box .ev-box-links a {
  display: inline-block;
  line-height: 1;
  padding: 10px 40px;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  width: 60%;
  margin-bottom: 5px;
  color: white;
  background: #e00014;
}
.ev-tabs .ev-tabs-panels .ev-box .ev-box-links a:hover {
  background-color: #000000;
  text-decoration: none;
}
.ev-tabs .ev-tabs-panels .ev-box .ev-box-links a.ev-btn-primary {
  color: white;
  text-transform: uppercase;
  background-color: #e00014;
}
.ev-tabs .ev-tabs-panels .ev-box .ev-box-links a.ev-btn-primary:hover {
  background-color: #d60013;
}
.ev-tabs .ev-tabs-panels .ev-box .ev-box-links a.ev-btn-block {
  display: block;
}
.owl-carousel .owl-item img {
  width: auto;
}
#page_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 301;
  border-bottom: 1px solid #e00014;
  background-color: white;
}
#page_header #page_logo {
  float: right;
  padding: 15px;
}
#page_header #page_navigation {
  display: inline-block;
}
#page_header #page_language {
  display: none;
  position: relative;
  vertical-align: middle;
  margin-top: -10px;
  width: 475px;
}
#page_header #page_language a {
  color: black;
  padding-right: 30px;
}
#page_header #page_language .icon {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  padding-right: 5px;
}
#page_header #page_language #page_language_chooser {
  position: absolute;
  top: 0;
  right: 0;
}
#page_header #page_language #page_language_chooser ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
#page_header #page_language #page_language_chooser ul li {
  display: inline-block;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  padding-left: 10px;
}
#page_header #page_language #page_language_chooser ul li.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#page_header #page_language #page_language_chooser ul li a {
  padding-right: 0;
}
@media (min-width: 576px) {
  #page_header #page_language {
    display: inline-block;
  }
}
#page_body {
  position: relative;
  z-index: 1;
}
#page_footer {
  position: relative;
  padding: 20px 0;
  background: #e00014;
}
#cmsskin_poweredby {
  float: right;
  margin-top: -20px;
  margin-right: 20px;
}
#index_html .key-maingroup-child:first-child > .ev-c,
#index_html .key-maingroup-child:first-child > .ev-cg {
  max-width: 100%;
}
#index_html div#page_content .key-intro {
  overflow: hidden;
  color: white;
}
#index_html div#page_content .key-intro .key-welcome {
  line-height: 1.4;
  padding-bottom: 40px;
  font-size: 2.0em;
  font-weight: 300;
}
#index_html div#page_content .key-intro .key-intro-child {
  position: relative;
  z-index: 10;
}
#index_html div#page_content .key-intro .key-intro-child #animation-wrapper iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0px;
  background-color: black;
}
#index_html div#page_content .key-intro .key-intro-child.intro-iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
#index_html div#page_content .key-intro .key-intro-child.intro-iframe .key-frame {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#index_html div#page_content .key-intro .key-intro-child.intro-iframe .key-frame iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  #index_html div#page_content .key-intro .key-intro-child.intro-iframe .key-frame {
    display: block;
  }
}
#index_html div#page_content .key-anwendungen {
  position: stastic;
}
#index_html div#page_content .key-anwendungen #vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
#index_html div#page_content .key-anwendungen #vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio,   9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio,   16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#index_html div#page_content .key-anwendungen .key-anwendungen-child-1 {
  position: relative;
  z-index: 10;
}
#index_html div#page_content .key-anwendungen .key-bereiche .ev-btn-custom {
  color: white;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
#index_html div#page_content .key-anwendungen .key-bereiche .ev-btn-custom .icon {
  display: block;
  font-size: 7.0em;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  padding-top: 30px;
}
#index_html div#page_content .key-anwendungen .key-bereiche .ev-btn-custom .caption {
  display: block;
  margin-top: 15px;
  font-size: 1.25em;
}
#index_html div#page_content .key-anwendungen .key-bereiche .ev-btn-custom:after {
  content: 'Details';
  display: block;
  text-transform: uppercase;
  background-color: #e00014;
  margin-top: 15px;
  color: white;
  line-height: 1;
  padding: 10px 0px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
#index_html div#page_content .key-anwendungen .key-bereiche .ev-btn-custom:hover {
  color: #e00014;
}
#index_html div#page_content .key-anwendungen .key-bereiche .ev-btn-custom:hover .icon {
  color: #e00014;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index_html div#page_content .key-anwendungen .key-bereiche .ev-btn-custom:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (min-width: 992px) {
  #index_html div#page_content .key-anwendungen .key-bereiche .ev-btn-custom:after {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
#index_html div#page_content .key-news .key-news-box .ev-box-thumbnail,
#index_html div#page_content .key-news .key-messe-box .ev-box-thumbnail {
  padding-bottom: 20px;
}
#index_html div#page_content .key-news .key-news-box .ev-box-headline .mainline,
#index_html div#page_content .key-news .key-messe-box .ev-box-headline .mainline {
  font-weight: bold;
}
#index_html div#page_content .key-news .key-news-box .ev-box-content,
#index_html div#page_content .key-news .key-messe-box .ev-box-content {
  padding: 20px 10% 0 10%;
}
#index_html div#page_content .key-news .key-news-box .ev-box-links,
#index_html div#page_content .key-news .key-messe-box .ev-box-links {
  padding-top: 20px;
}
#index_html div#page_content .key-news .key-news-box .ev-box-links a,
#index_html div#page_content .key-news .key-messe-box .ev-box-links a {
  border: 1px solid white;
  color: white;
  border-radius: 20px;
  padding: 5px 40px;
  text-transform: uppercase;
}
#index_html div#page_content .key-news .ev-seperator-h-white > .row > .col {
  border-right: 1px solid white;
  padding-top: 30px;
  padding-bottom: 30px;
}
#index_html div#page_content .key-news .ev-seperator-h-white > .row > .col:last-child {
  border-right: 0px;
}
#index_html .key-arrow a {
  position: relative;
  display: inline-block;
  margin: auto;
  width: 50px;
  height: 50px;
}
#index_html .key-arrow .arrow {
  opacity: 0;
  position: absolute;
  margin-left: -15px;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#index_html .key-arrow .arrow-1 {
  -webkit-animation: arrow-movement 2s ease-in-out infinite;
  animation: arrow-movement 2s ease-in-out infinite;
}
#index_html .key-arrow .arrow-2 {
  -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
  animation: arrow-movement 2s 1s ease-in-out infinite;
}
#index_html .key-arrow .arrow:before,
#index_html .key-arrow .arrow:after {
  background: #fff;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}
#index_html .key-arrow .arrow:before {
  -webkit-transform: rotate(45deg) translateX(-23%);
  transform: rotate(45deg) translateX(-23%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
#index_html .key-arrow .arrow:after {
  -webkit-transform: rotate(-45deg) translateX(23%);
  transform: rotate(-45deg) translateX(23%);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@-webkit-keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 0%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 0%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#page_content .headline-container-l1 h1 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 2.25em;
  line-height: 1.2;
  letter-spacing: 0.051em;
  font-weight: 300;
}
#page_content .headline-container-l1 .overline {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 20px;
}
#page_content .headline-container-l2 h2 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 2.25em;
  line-height: 1.2;
  letter-spacing: 0.051em;
}
#page_content .headline-container-l2 .subline {
  text-transform: uppercase;
}
#page_content .ev-webfonticon {
  font-size: 7.0em;
}
#page_content .key-maingroup-child {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  border: 0px solid white;
  padding: 100px 30px;
}
#page_content .key-maingroup-child > div.ev-cg {
  max-width: 1400px;
  margin: auto;
  border: 0px solid white;
}
@media (min-width: 1200px) {
  #page_content .key-maingroup-child {
    padding-bottom: auto;
  }
}
#page_content .key-maingroup-child > div.ev-cg,
#page_content .key-maingroup-child > div.ev-c {
  display: block;
  background-attachment: fixed;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#page_content .key-maingroup-child > div.ev-cg .ev-anchor-container,
#page_content .key-maingroup-child > div.ev-c .ev-anchor-container {
  position: absolute;
  top: 0px;
}
#page_content .key-maingroup-child > div.ev-cg .ev-anchor-container .ev-anchor,
#page_content .key-maingroup-child > div.ev-c .ev-anchor-container .ev-anchor {
  display: block;
}
#page_content .key-maingroup-child.ba-left-top,
#page_content .key-maingroup-child.ba-left-bottom,
#page_content .key-maingroup-child.ba-center-bottom,
#page_content .key-maingroup-child.ba-right-top,
#page_content .key-maingroup-child.ba-right-bottom {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 500px;
}
#page_content .key-maingroup-child.ba-left-bottom {
  background-position: left bottom;
}
#page_content .key-maingroup-child.ba-center-center {
  background-position: center center;
}
#page_content .key-maingroup-child.ba-right-bottom {
  background-position: right bottom;
}
#page_content .key-maingroup-child.ba-left-top {
  background-position: left top;
}
#page_content .key-maingroup-child.ba-right-top {
  background-position: right top;
}
@media (min-width: 576px) {
  #page_content .key-maingroup-child.ba-left-top,
  #page_content .key-maingroup-child.ba-left-bottom,
  #page_content .key-maingroup-child.ba-center-center,
  #page_content .key-maingroup-child.ba-right-top,
  #page_content .key-maingroup-child.ba-right-bottom {
    background-size: auto auto;
  }
  #page_content .key-maingroup-child > div.ev-cg,
  #page_content .key-maingroup-child > div.ev-c {
    padding: 30px 30px;
  }
}
@media (min-width: 992px) {
  #page_content .key-maingroup-child.ba-left-top,
  #page_content .key-maingroup-child.ba-left-bottom,
  #page_content .key-maingroup-child.ba-center-center,
  #page_content .key-maingroup-child.ba-right-top,
  #page_content .key-maingroup-child.ba-right-bottom {
    padding-bottom: 0px;
    background-size: 45% auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  #page_content .key-maingroup-child.ba-left-top.ba-size-height,
  #page_content .key-maingroup-child.ba-left-bottom.ba-size-height,
  #page_content .key-maingroup-child.ba-center-center.ba-size-height,
  #page_content .key-maingroup-child.ba-right-top.ba-size-height,
  #page_content .key-maingroup-child.ba-right-bottom.ba-size-height {
    background-size: auto 90%;
  }
  #page_content .key-maingroup-child.ba-left-top.ba-size-auto,
  #page_content .key-maingroup-child.ba-left-bottom.ba-size-auto,
  #page_content .key-maingroup-child.ba-center-center.ba-size-auto,
  #page_content .key-maingroup-child.ba-right-top.ba-size-auto,
  #page_content .key-maingroup-child.ba-right-bottom.ba-size-auto {
    background-size: auto auto;
  }
}
@media (min-width: 1200px) {
  #page_content .key-maingroup-child {
    background-attachment: fixed;
    background-attachment: scroll;
  }
}
#page_content .owl-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 30px;
}
#page_content .owl-dots .owl-dot {
  display: inline-block;
  height: 7px;
  width: 40px;
  margin: 0px 5px;
  border: 1px solid black;
}
#page_content .owl-dots .owl-dot.active {
  background-color: black;
}
#page_content .key-kraus-group-child {
  text-align: center;
}
#page_content .key-kraus-group-child .ev-box-thumbnail {
  padding: 40px;
}
#page_content .key-kraus-group-child .ev-box-headline {
  font-weight: bold;
}
#page_content .key-kraus-group-child .ev-box-content {
  padding: 0 10px;
}
#page_content .key-kraus-group-child .ev-box-links {
  padding: 40px;
}
#page_content .key-kraus-group-child .ev-box-links .ev-box-link-1 {
  display: inline-block;
  line-height: 1;
  padding: 10px 40px;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  background: #e00014;
  color: white;
}
#page_content .key-kraus-group-child .ev-box-links .ev-box-link-1:hover {
  background-color: #000000;
  text-decoration: none;
}
#page_content .key-kraus-group-child .ev-box-links .ev-box-link-1.ev-btn-primary {
  color: white;
  text-transform: uppercase;
  background-color: #e00014;
}
#page_content .key-kraus-group-child .ev-box-links .ev-box-link-1.ev-btn-primary:hover {
  background-color: #d60013;
}
#page_content .key-kraus-group-child .ev-box-links .ev-box-link-1.ev-btn-block {
  display: block;
}
@media (min-width: 576px) {
  #page_content .headline-container-l1 h1 {
    font-size: 3.0em;
  }
  #page_content .headline-container-l2 h2 {
    font-size: 3.0em;
  }
}
@media (min-width: 992px) {
  #page_content .key-maingroup-child.ba-fixed {
    background-attachment: fixed;
  }
}
@media (min-width: 1200px) {
  #page_content .key-maingroup-child > div.ev-cg,
  #page_content .key-maingroup-child > div.ev-c {
    padding: 100px 60px;
  }
}
@media (min-width: 1500px) {
  #page_content .key-maingroup-child > div.ev-cg,
  #page_content .key-maingroup-child > div.ev-c {
    padding: 100px 60px;
  }
}
#page_content .key-backlink {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  text-transform: uppercase;
  background: #e00014;
}
#page_content .ev-tabs ul.r-tabs-nav {
  background: black;
  padding: 8px 0;
  border-radius: 20px;
  line-height: 1;
  margin-bottom: 30px;
}
#page_content .ev-tabs ul.r-tabs-nav li.r-tabs-tab a.r-tabs-anchor {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 40px;
}
#page_content .ev-tabs ul.r-tabs-nav li.r-tabs-tab.active a.r-tabs-anchor {
  background: #e00014;
  border-radius: 20px;
  padding: 6px 30px;
  line-height: 1;
}
#page_content .ev-tabs .r-tabs-accordion-title a.r-tabs-anchor {
  display: block;
  background: #000000;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px;
}
#page_content .ev-tabs .r-tabs-accordion-title a.r-tabs-anchor:hover {
  background: #e00014;
}
#page_content .ev-tabs .r-tabs-accordion-title.active a.r-tabs-anchor {
  background: #e00014;
  padding: 8px;
}
#page_content .ev-tabs .ev-tabs-panels .ev-box .ev-box-links {
  margin-top: 20px;
}
#page_content .ev-tabs .ev-tabs-panels .ev-box .ev-box-links a {
  display: inline-block;
  line-height: 1;
  padding: 10px 40px;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  width: 60%;
  margin-bottom: 5px;
  color: white;
  background: #e00014;
}
#page_content .ev-tabs .ev-tabs-panels .ev-box .ev-box-links a:hover {
  background-color: #000000;
  text-decoration: none;
}
#page_content .ev-tabs .ev-tabs-panels .ev-box .ev-box-links a.ev-btn-primary {
  color: white;
  text-transform: uppercase;
  background-color: #e00014;
}
#page_content .ev-tabs .ev-tabs-panels .ev-box .ev-box-links a.ev-btn-primary:hover {
  background-color: #d60013;
}
#page_content .ev-tabs .ev-tabs-panels .ev-box .ev-box-links a.ev-btn-block {
  display: block;
}
#page_content .ev-tabs .ev-tabs-panels .ev-btn-layout-04 {
  display: inline-block;
  line-height: 1;
  padding: 10px 40px;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  width: 60%;
  margin-bottom: 5px;
  color: white;
  background: #e00014;
}
#page_content .ev-tabs .ev-tabs-panels .ev-btn-layout-04:hover {
  background-color: #000000;
  text-decoration: none;
}
#page_content .ev-tabs .ev-tabs-panels .ev-btn-layout-04.ev-btn-primary {
  color: white;
  text-transform: uppercase;
  background-color: #e00014;
}
#page_content .ev-tabs .ev-tabs-panels .ev-btn-layout-04.ev-btn-primary:hover {
  background-color: #d60013;
}
#page_content .ev-tabs .ev-tabs-panels .ev-btn-layout-04.ev-btn-block {
  display: block;
}
#page_content ul.base-list {
  padding: 0;
  margin: 0;
  /*
  li.base-list-item:hover {
    color: @ev_color-base;
    .scale(1.5);
    margin-left: 88px;
  }
  */
}
#page_content ul.base-list > li {
  margin-left: 20px;
}
#page_content .key-tabs-liste .ev-tabs-navigation {
  position: absolute;
  left: 110%;
  top: 40%;
}
#page_content .key-tabs-liste .ev-tabs-navigation ul.r-tabs-nav {
  background: transparent;
}
#page_content .key-tabs-liste .ev-tabs-navigation ul.r-tabs-nav li.r-tabs-tab {
  display: inline-block;
}
#page_content .key-tabs-liste .ev-tabs-navigation ul.r-tabs-nav li.r-tabs-tab a {
  display: inline-block;
  color: black;
  text-decoration: none;
  text-align: left;
  width: 500px;
  height: 30px;
  font-weight: normal;
  padding: 0;
  text-transform: none;
}
#page_content .key-tabs-liste .ev-tabs-navigation ul.r-tabs-nav li.r-tabs-tab a:before {
  content: url(/de/images/bullet-schwarz.png);
  padding-right: 10px;
}
#page_content .key-tabs-liste .ev-tabs-navigation ul.r-tabs-nav li.r-tabs-tab:hover a {
  color: #e00014;
  font-size: 1.5em;
}
#page_content .key-tabs-liste .ev-tabs-navigation ul.r-tabs-nav li.r-tabs-tab:hover a:before {
  content: url(/de/images/bullet-rot.png);
}
#page_content .key-tabs-liste .ev-tabs-navigation ul.r-tabs-nav li.r-tabs-tab.active a.r-tabs-anchor {
  background: none;
  border-radius: none;
  padding: none;
  line-height: 1.6;
  padding: 0;
}
#page_content #id-06e5b278187246548df1e491a0e82be0 a {
  color: #e00014;
}
#page_content #id-06e5b278187246548df1e491a0e82be0 .r-tabs-accordion-title {
  display: inline-block;
  line-height: 1;
  background: #e00014;
  color: white;
  padding: 10px 40px;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
}
#page_content #id-06e5b278187246548df1e491a0e82be0 .r-tabs-accordion-title:hover {
  background-color: #000000;
  text-decoration: none;
}
#page_content #id-06e5b278187246548df1e491a0e82be0 .r-tabs-accordion-title.ev-btn-primary {
  color: white;
  text-transform: uppercase;
  background-color: #e00014;
}
#page_content #id-06e5b278187246548df1e491a0e82be0 .r-tabs-accordion-title.ev-btn-primary:hover {
  background-color: #d60013;
}
#page_content #id-06e5b278187246548df1e491a0e82be0 .r-tabs-accordion-title.ev-btn-block {
  display: block;
}
#page_content #id-06e5b278187246548df1e491a0e82be0 .r-tabs-accordion-title a {
  color: white;
}
#page_content .key-maingroup-child.ev-teaser-red {
  color: white;
}
#page_content .key-maingroup-child.ev-teaser-red:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #e00014, #520005);
  background-image: -o-linear-gradient(45deg, #e00014, #520005);
  background-image: linear-gradient(45deg, #e00014, #520005);
}
#page_content .key-maingroup-child.ev-teaser-red .owl-dot {
  border-color: white;
}
#page_content .key-maingroup-child.ev-teaser-red .owl-dot.active {
  background-color: white;
}
#page_content .key-maingroup-child.ev-teaser-grey:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, white, #CCCCCC);
  background-image: -o-linear-gradient(45deg, white, #CCCCCC);
  background-image: linear-gradient(45deg, white, #CCCCCC);
}
#page_content .key-maingroup-child.ev-teaser-grey .owl-dot {
  border-color: #000000;
}
#page_content .key-maingroup-child.ev-teaser-grey .owl-dot.active {
  background-color: #000000;
}
#page_content .key-maingroup-child.ev-teaser-black {
  color: white;
}
#page_content .key-maingroup-child.ev-teaser-black:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #424242, #000000);
  background-image: -o-linear-gradient(45deg, #424242, #000000);
  background-image: linear-gradient(45deg, #424242, #000000);
}
#page_content .key-maingroup-child.ev-teaser-black .owl-dot {
  border-color: white;
}
#page_content .key-maingroup-child.ev-teaser-black .owl-dot.active {
  background-color: white;
}
#page_content .key-maingroup-child.ev-teaser-black-nogradient {
  background-color: #212121;
  color: white;
}
#page_content .key-maingroup-child.ev-teaser-black-nogradient .owl-dot {
  border-color: white;
}
#page_content .key-maingroup-child.ev-teaser-black-nogradient .owl-dot.active {
  background-color: white;
}
#page_content .key-maingroup.kraus-anwendungen .ev-webfonticon {
  color: #e00014;
}
@media (max-width: 575px) {
  #page_content .key-maingroup.kraus-anwendungen .key-maingroup-child {
    background-position: center top;
    background-size: 100% auto;
    background-color: #3e3e3e;
    color: white;
    padding-top: 160px;
  }
}
@media (min-width: 576px) {
  #page_content .key-maingroup.kraus-anwendungen .key-maingroup-child > div {
    padding: 20px;
    width: 100%;
    max-width: 100%;
  }
  #page_content .key-maingroup.kraus-anwendungen .key-maingroup-child > div > .ev-cg {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    /*
        &:after {
          content:'';
          background-color: fade(black,      50%);        
          position:absolute;
          right:-20px;
          top:20px;
          bottom:-20px;
          left:0;
        }*/
  }
  #page_content .key-maingroup.kraus-anwendungen .key-maingroup-child > div > .ev-cg a {
    color: white!important;
  }
  #page_content .key-maingroup.kraus-anwendungen .ev-ba-black-50 {
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
    padding: 20px;
  }
  #page_content .key-maingroup.kraus-anwendungen .ev-ba-black-50 a {
    color: white!important;
  }
  #page_content .key-maingroup.kraus-anwendungen .key-maingroup-child {
    padding: 60px;
  }
  #page_content .key-maingroup.kraus-anwendungen .key-maingroup-child > div > .ev-cg {
    color: white;
    padding: 60px;
  }
  #page_content .key-maingroup.kraus-anwendungen .key-maingroup-child > div > .ev-cg a {
    color: white!important;
  }
  #page_content .key-maingroup.kraus-anwendungen .ev-ba-black-50 {
    padding: 60px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.ev-smscroll-nav-container {
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -60px;
  width: 60px;
  height: 120px;
  z-index: 300;
  text-align: center;
  display: none;
}
.ev-smscroll-nav-container .button {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  margin: 1px 0px;
  color: white;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(224, 0, 20, 0.8);
  font-size: 3.0em;
  cursor: pointer;
}
.ev-smscroll-nav-container .button .icon {
  line-height: 60px;
}
.ev-smscroll-nav-container .button:hover {
  background-color: #e00014;
  color: white;
}
.ev-smscroll-nav-container .button.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ev-smscroll-nav-container .button.inactive {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.ev-smscroll-dots-container {
  position: fixed;
  top: 50%;
  right: 5px;
  width: 20px;
  z-index: 300;
}
.ev-smscroll-dots-container ul {
  margin: 0;
  margin-top: -50%;
  text-align: center;
  padding: 0px;
  list-style: none;
}
.ev-smscroll-dots-container ul li {
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin: 8px 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000000;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.ev-smscroll-dots-container ul li span {
  display: none;
}
.ev-smscroll-dots-container ul li:hover {
  border-color: #e00014;
  background-color: #e00014;
}
.ev-smscroll-dots-container ul li.active {
  border-color: #000000;
  background-color: #000000;
}
.kraus-historie .key-historie-child-2 {
  overflow: hidden;
  position: relative;
}
.kraus-historie .key-historie-child-2 .owl-carousel-container {
  max-width: 200px;
  margin: auto;
}
.kraus-historie .key-historie-child-2 .owl-carousel-container .owl-controls {
  display: block;
}
.kraus-historie .key-historie-child-2 .owl-carousel-container .owl-controls .owl-nav > div {
  position: absolute;
  top: 4px;
  z-index: 5;
  background: white;
  padding: 5px;
}
.kraus-historie .key-historie-child-2 .owl-carousel-container .owl-controls .owl-nav > div:after {
  display: inline-block;
  font-family: 'icon';
  font-size: 1.8em;
  font-weight: bold;
}
.kraus-historie .key-historie-child-2 .owl-carousel-container .owl-controls .owl-nav > div.owl-prev {
  left: 0;
}
.kraus-historie .key-historie-child-2 .owl-carousel-container .owl-controls .owl-nav > div.owl-prev:after {
  content: '\e901';
}
.kraus-historie .key-historie-child-2 .owl-carousel-container .owl-controls .owl-nav > div.owl-next {
  right: 0;
}
.kraus-historie .key-historie-child-2 .owl-carousel-container .owl-controls .owl-nav > div.owl-next:after {
  content: '\e900';
  float: right;
}
.kraus-historie .key-historie-child-2 .owl-stage-outer {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.kraus-historie .key-historie-child-2 .owl-stage-outer .owl-stage {
  padding: 20px 0px;
}
.kraus-historie .key-historie-child-2 .owl-stage-outer .owl-stage:before {
  content: '';
  display: block;
  height: 1px;
  background: black;
}
.kraus-historie .key-historie-child-2 .ev-box {
  padding-top: 30px;
  position: relative;
}
.kraus-historie .key-historie-child-2 .ev-box .ev-box-inner {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.kraus-historie .key-historie-child-2 .ev-box .ev-box-headline {
  color: #e00014;
  font-size: 3em;
  padding: 20px;
}
.kraus-historie .key-historie-child-2 .ev-box:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -4px;
  display: block;
  width: 9px;
  height: 9px;
  background: black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.kraus-historie .key-historie-child-2 .owl-item.active .ev-box .ev-box-inner {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.kraus-historie .key-historie-child-2 .owl-item.active .ev-box:before {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  background-color: #e00014;
}
@media (min-width: 576px) {
  .kraus-historie .key-historie-child-2 .ev-box {
    margin: 0px -150px;
  }
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-item .ev-box .ev-box-thumbnail {
  max-width: 400px;
  height: auto;
  margin: 0 auto;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-item .ev-box .ev-box-thumbnail img {
  display: block;
  height: 200px;
  width: auto;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-item .ev-box .ev-box-headline {
  padding: 10px 0;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-item .ev-box .ev-box-headline .mainline {
  font-size: 1.5em;
  text-transform: uppercase;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-item .ev-box .ev-box-links {
  padding: 10px 0;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-item .ev-box .ev-box-links a {
  display: inline-block;
  line-height: 1;
  padding: 10px 40px;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  color: white;
  background: #e00014;
  text-transform: uppercase;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-item .ev-box .ev-box-links a:hover {
  background-color: #000000;
  text-decoration: none;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-item .ev-box .ev-box-links a.ev-btn-primary {
  color: white;
  text-transform: uppercase;
  background-color: #e00014;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-item .ev-box .ev-box-links a.ev-btn-primary:hover {
  background-color: #d60013;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-item .ev-box .ev-box-links a.ev-btn-block {
  display: block;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-item .key-details {
  display: none;
  margin-top: 30px;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-nav {
  display: inline-block;
  border: 1x solid red;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-nav > div {
  position: absolute;
  top: 45%;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-nav > div.owl-prev {
  left: 0px;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-nav > div.owl-prev .icon {
  font-family: 'icon';
  font-size: 1.5em;
  font-weight: bold;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-nav > div.owl-next {
  right: 0px;
}
#page_content .key-maingroup.kraus-produkte .key-produktslider .owl-nav > div.owl-next .icon {
  font-family: 'icon';
  font-size: 1.5em;
  font-weight: bold;
}
#page_content .key-maingroup.kraus-produkte .key-vorschauslider .owl-stage-outer {
  padding-top: 20px;
  margin: 0 auto;
  display: block;
}
#page_content .key-maingroup.kraus-produkte .key-vorschauslider .owl-stage-outer .owl-item {
  cursor: pointer;
}
#page_content .key-maingroup.kraus-produkte .key-vorschauslider .owl-stage-outer .owl-item .ev-box {
  width: 100%;
  padding: 0px 15px;
}
#page_content .key-maingroup.kraus-produkte .key-vorschauslider .owl-stage-outer .owl-item .ev-box .ev-box-thumbnail {
  border: 1px solid black;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
}
#page_content .key-maingroup.kraus-produkte .key-vorschauslider .owl-stage-outer .owl-item .ev-box .ev-box-thumbnail .ev-box-thumbnail-inner {
  padding-top: 5px;
}
#page_content .key-maingroup.kraus-produkte .key-vorschauslider .owl-stage-outer .owl-item .ev-box .ev-box-headline {
  font-size: 0.8em;
  line-height: 1.1;
  margin-top: 5px;
}
#page_content .key-maingroup.kraus-produkte .key-vorschauslider .owl-stage-outer .owl-item.current .ev-box-thumbnail {
  margin: 0 auto;
  border: 2px solid #e00014;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
#page_content .key-maingroup.kraus-produkte .key-vorschauslider .owl-stage-outer .owl-item.current .ev-box-headline {
  padding: 15px 0;
  display: block;
  color: #e00014;
}
#page_content .key-maingroup.kraus-produkte .key-vorschauslider .owl-stage-outer .owl-item.current .ev-box-headline .mainline {
  color: #e00014;
}
#page_content .key-maingroup.kraus-produkte .key-vorschauslider .owl-nav > div {
  display: inline-block;
}
#page_content .key-maingroup.kraus-produkte .key-vorschauslider .owl-nav > div.owl-prev {
  padding-right: 10px;
}
#page_content .key-maingroup.kraus-produkte .key-vorschauslider .owl-nav > div.owl-next {
  padding-left: 10px;
}
#page_content .key-maingroup.kraus-produkte .key-vorschauslider .owl-nav > div.disabled {
  color: #ccc;
}
#page_content .key-maingroup.kraus-kontakt .key-anschrift {
  padding: 30px 0px;
}
#page_content .key-maingroup.kraus-kontakt .key-anschrift .key-links {
  margin-top: 40px;
  text-align: left;
}
#page_content .key-maingroup.kraus-kontakt .key-anschrift .key-links a {
  display: inline-block;
  width: 70%;
  margin-bottom: 10px;
  text-align: center;
}
#page_content .key-maingroup.kraus-kontakt .key-anschrift .key-links a.ev-btn-custom {
  border: 1px solid #e00014;
  color: #e00014;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 40px;
}
#page_content .key-maingroup.kraus-kontakt .key-kontaktdetails .key-telefon,
#page_content .key-maingroup.kraus-kontakt .key-kontaktdetails .key-fax,
#page_content .key-maingroup.kraus-kontakt .key-kontaktdetails .key-email {
  display: block;
}
#page_content .key-maingroup.kraus-kontakt .key-kontaktdetails .key-telefon .Layout,
#page_content .key-maingroup.kraus-kontakt .key-kontaktdetails .key-fax .Layout,
#page_content .key-maingroup.kraus-kontakt .key-kontaktdetails .key-email .Layout {
  display: inline-block;
  vertical-align: middle;
}
#page_content .key-maingroup.kraus-kontakt .key-kontaktdetails .key-telefon .Layout:before,
#page_content .key-maingroup.kraus-kontakt .key-kontaktdetails .key-fax .Layout:before,
#page_content .key-maingroup.kraus-kontakt .key-kontaktdetails .key-email .Layout:before {
  content: '\e908';
  display: inline-block;
  font-family: 'icon';
  font-size: 1.3em;
  font-weight: bold;
  padding-right: 20px;
}
#page_content .key-maingroup.kraus-kontakt .key-kontaktdetails .key-fax .Layout:before {
  content: '\e90d';
}
#page_content .key-maingroup.kraus-kontakt .key-kontaktdetails .key-email a {
  color: #e00014;
  text-decoration: underline;
}
#page_content .key-maingroup.kraus-kontakt .key-kontaktdetails .key-email .Layout:before {
  content: '\e907';
}
#page_content .FormlibForm .page-content table {
  width: 100%;
}
#page_content .FormlibForm .view-status {
  margin-bottom: 20px;
}
#page_content .FormlibForm .view-status a {
  text-decoration: none;
}
#page_content .FormlibForm .view-status > .view-status-first-message span {
  display: block;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: bold;
}
#page_content .FormlibForm .view-status > .view-status-first-message span.error {
  background-color: #a94442;
}
#page_content .FormlibForm .view-status > .view-status-first-message span.notice {
  background-color: #3c763d;
}
#page_content .FormlibForm .view-status > .view-status-first-message span.warning {
  background-color: #8a6d3b;
}
#page_content .FormlibForm .view-status > .view-status-first-message span.info {
  background-color: #31708f;
}
#page_content .FormlibForm .view-status > .view-status-other-messages span {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid;
}
#page_content .FormlibForm .view-status > .view-status-other-messages span.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
#page_content .FormlibForm .view-status > .view-status-other-messages span.notice {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
#page_content .FormlibForm .view-status > .view-status-other-messages span.warning {
  border-color: #faebcc;
  background-color: #fcf8e3;
  color: #8a6d3b;
}
#page_content .FormlibForm .view-status > .view-status-other-messages span.info {
  border-color: #bce8f1;
  background-color: #d9edf7;
  color: #31708f;
}
#page_content .FormlibForm .view-content .field-caption {
  padding: 13px 0px;
  line-height: 1;
  vertical-align: top;
}
#page_content .FormlibForm .view-content .field-caption span {
  /*padding: 3px;*/
}
#page_content .FormlibForm .view-content .required {
  font-weight: bold;
}
#page_content .FormlibForm .view-content .required b {
  color: #a94442;
}
#page_content .FormlibForm .view-content select,
#page_content .FormlibForm .view-content input[type="text"],
#page_content .FormlibForm .view-content textarea {
  width: 100%;
  margin: 5px 0px;
  padding: 5px;
  line-height: 1;
}
#page_content .FormlibForm .view-content select:active,
#page_content .FormlibForm .view-content input[type="text"]:active,
#page_content .FormlibForm .view-content textarea:active {
  box-shadow: 0px;
}
#page_content .FormlibForm .view-content select textarea,
#page_content .FormlibForm .view-content input[type="text"] textarea,
#page_content .FormlibForm .view-content textarea textarea {
  line-height: inherit;
}
#page_content .FormlibForm .view-content input[type="radio"],
#page_content .FormlibForm .view-content input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
}
#page_content .FormlibForm .view-content .field-error input,
#page_content .FormlibForm .view-content .field-error select,
#page_content .FormlibForm .view-content .field-error textarea {
  background-color: #f2dede;
  color: #a94442;
  border-color: #a94442;
}
#page_content .FormlibForm .view-content .fieldgroup-horizontal > tbody > tr > td {
  padding-right: 10px;
}
#page_content .FormlibForm .view-content .fieldgroup-horizontal > tbody > tr > td:last-child {
  padding-right: 0px;
}
#page_content .FormlibForm .view-content .field-date input.TypeDate {
  width: 100% !important;
}
#page_content .FormlibForm .view-content .field-date a.choose {
  background-image: url(/basewebinterface/org/images/icons/16x16/calendar.png);
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: -25px;
  text-decoration: none;
}
#page_content .FormlibForm .view-content .field-datetime input.TypeDate {
  display: inline-block;
  width: 50% !important;
  margin-left: 10px;
}
#page_content .FormlibForm .view-content .field-datetime > div {
  width: auto !important;
}
#page_content .FormlibForm .view-content .field-datetime > div input.TypeText {
  width: 2em !important;
  text-align: center;
}
#page_content .FormlibForm .view-content .field-datetime a.choose {
  background-image: url(/basewebinterface/org/images/icons/16x16/calendar.png);
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: -25px;
  text-decoration: none;
}
#page_content .FormlibForm .view-content .easy-autocomplete-container ul li {
  padding: 4px;
}
#page_content .FormlibForm .view-content .fieldgroup-privacy .field-checkbox .field-description a {
  text-decoration: underline;
}
#page_content .FormlibForm .view-content .fieldgroup-privacy .field-checkbox.field-error {
  background-color: #f2dede;
  padding: 10px;
}
#page_content .FormlibForm .view-content .fieldgroup-privacy .field-checkbox.field-error .field-description {
  color: #a94442;
}
#page_content .FormlibForm .view-content .fieldgroup-privacy .field-checkbox.field-error .field-description a {
  color: #a94442;
}
@media (max-width: 991px) {
  #page_content .FormlibForm table.view-table-single table.fieldgroup > colgroup {
    display: none;
  }
  #page_content .FormlibForm table.view-table-single table.fieldgroup > colgroup > col {
    width: auto !important;
  }
  #page_content .FormlibForm table.view-table-single table.fieldgroup > tbody > tr > td {
    display: block;
  }
  #page_content .FormlibForm .field-controllervalue > div {
    width: auto !important;
  }
  #page_content .FormlibForm .field-fieldgroup .fieldgroup-horizontal > tbody > tr {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  #page_content .FormlibForm .field-fieldgroup .fieldgroup-horizontal > tbody > tr > td {
    padding-right: 0px !important;
  }
}
@media (min-width: 576px) {
  #page_content .FormlibForm .field-fieldgroup .fieldgroup-horizontal > tbody > tr > td.field-caption {
    padding-bottom: 0px !important;
  }
}
#page_content .FormlibForm h1,
#page_content .FormlibForm h2,
#page_content .FormlibForm h3 {
  margin: 0;
  margin-top: 30px;
}
#page_content .FormlibForm a {
  color: #e00014;
}
#page_content .FormlibForm .ButtonPrimary {
  padding: 8px 100px;
  margin-top: 30px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: bold;
  color: white;
  background: #e00014;
  border: 2px solid transparent;
}
#page_content .FormlibForm .ButtonPrimary:hover {
  background-color: white;
  color: #e00014;
  border: 2px solid #e00014;
}
#loading-animation {
  display: inline-block;
  text-align: center;
}
#loading-animation .dots {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#loading-animation .dots:not(:last-child) {
  margin-right: 9px;
}
#loading-animation .dots:before,
#loading-animation .dots:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
}
#loading-animation .dots:nth-child(0):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear infinite;
  animation: animBefore 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background-color: #F00;
}
#loading-animation .dots:nth-child(0):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear infinite;
  animation: animAfter 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background-color: #777;
}
#loading-animation .dots:nth-child(1):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear infinite;
  animation: animBefore 1s linear infinite;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  background-color: #F00;
}
#loading-animation .dots:nth-child(1):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear infinite;
  animation: animAfter 1s linear infinite;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  background-color: #777;
}
#loading-animation .dots:nth-child(2):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear infinite;
  animation: animBefore 1s linear infinite;
  -webkit-animation-delay: -1.8s;
  animation-delay: -1.8s;
  background-color: #F00;
}
#loading-animation .dots:nth-child(2):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear infinite;
  animation: animAfter 1s linear infinite;
  -webkit-animation-delay: -1.8s;
  animation-delay: -1.8s;
  background-color: #777;
}
#loading-animation .dots:nth-child(3):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear infinite;
  animation: animBefore 1s linear infinite;
  -webkit-animation-delay: -2.7s;
  animation-delay: -2.7s;
  background-color: #F00;
}
#loading-animation .dots:nth-child(3):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear infinite;
  animation: animAfter 1s linear infinite;
  -webkit-animation-delay: -2.7s;
  animation-delay: -2.7s;
  background-color: #777;
}
#loading-animation .dots:nth-child(4):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear infinite;
  animation: animBefore 1s linear infinite;
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
  background-color: #F00;
}
#loading-animation .dots:nth-child(4):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear infinite;
  animation: animAfter 1s linear infinite;
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
  background-color: #777;
}
#loading-animation .dots:nth-child(5):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear infinite;
  animation: animBefore 1s linear infinite;
  -webkit-animation-delay: -4.5s;
  animation-delay: -4.5s;
  background-color: #F00;
}
#loading-animation .dots:nth-child(5):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear infinite;
  animation: animAfter 1s linear infinite;
  -webkit-animation-delay: -4.5s;
  animation-delay: -4.5s;
  background-color: #777;
}
#loading-animation .dots:nth-child(6):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear infinite;
  animation: animBefore 1s linear infinite;
  -webkit-animation-delay: -5.4s;
  animation-delay: -5.4s;
  background-color: #F00;
}
#loading-animation .dots:nth-child(6):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear infinite;
  animation: animAfter 1s linear infinite;
  -webkit-animation-delay: -5.4s;
  animation-delay: -5.4s;
  background-color: #777;
}
#loading-animation .dots:nth-child(7):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear infinite;
  animation: animBefore 1s linear infinite;
  -webkit-animation-delay: -6.3s;
  animation-delay: -6.3s;
  background-color: #F00;
}
#loading-animation .dots:nth-child(7):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear infinite;
  animation: animAfter 1s linear infinite;
  -webkit-animation-delay: -6.3s;
  animation-delay: -6.3s;
  background-color: #777;
}
#loading-animation .dots:nth-child(8):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear infinite;
  animation: animBefore 1s linear infinite;
  -webkit-animation-delay: -7.2s;
  animation-delay: -7.2s;
  background-color: #F00;
}
#loading-animation .dots:nth-child(8):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear infinite;
  animation: animAfter 1s linear infinite;
  -webkit-animation-delay: -7.2s;
  animation-delay: -7.2s;
  background-color: #777;
}
#loading-animation .dots:nth-child(9):before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-animation: animBefore 1s linear infinite;
  animation: animBefore 1s linear infinite;
  -webkit-animation-delay: -8.1s;
  animation-delay: -8.1s;
  background-color: #F00;
}
#loading-animation .dots:nth-child(9):after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-animation: animAfter 1s linear infinite;
  animation: animAfter 1s linear infinite;
  -webkit-animation-delay: -8.1s;
  animation-delay: -8.1s;
  background-color: #777;
}
@-webkit-keyframes animBefore {
  0% {
    -webkit-transform: scale(1) translateY(-200%);
    z-index: 1;
  }
  25% {
    -webkit-transform: scale(1.3) translateY(0);
    z-index: 1;
  }
  50% {
    -webkit-transform: scale(1) translateY(200%);
    z-index: -1;
  }
  75% {
    -webkit-transform: scale(0.7) translateY(0);
    z-index: -1;
  }
  100% {
    -webkit-transform: scale(1) translateY(-200%);
    z-index: -1;
  }
}
@keyframes animBefore {
  0% {
    transform: scale(1) translateY(-200%);
    z-index: 1;
  }
  25% {
    transform: scale(1.3) translateY(0);
    z-index: 1;
  }
  50% {
    transform: scale(1) translateY(200%);
    z-index: -1;
  }
  75% {
    transform: scale(0.7) translateY(0);
    z-index: -1;
  }
  100% {
    transform: scale(1) translateY(-200%);
    z-index: -1;
  }
}
@-webkit-keyframes animAfter {
  0% {
    -webkit-transform: scale(1) translateY(200%);
    z-index: -1;
  }
  25% {
    -webkit-transform: scale(0.7) translateY(0);
    z-index: -1;
  }
  50% {
    -webkit-transform: scale(1) translateY(-200%);
    z-index: 1;
  }
  75% {
    -webkit-transform: scale(1.3) translateY(0);
    z-index: 1;
  }
  100% {
    -webkit-transform: scale(1) translateY(200%);
    z-index: 1;
  }
}
@keyframes animAfter {
  0% {
    transform: scale(1) translateY(200%);
    z-index: -1;
  }
  25% {
    transform: scale(0.7) translateY(0);
    z-index: -1;
  }
  50% {
    transform: scale(1) translateY(-200%);
    z-index: 1;
  }
  75% {
    transform: scale(1.3) translateY(0);
    z-index: 1;
  }
  100% {
    transform: scale(1) translateY(200%);
    z-index: 1;
  }
}
#page_content .key-maingroup.kraus-unternehmen .key-kraus-group .owl-carousel .owl-stage-outer {
  overflow: visible;
}
#page_content .key-maingroup.kraus-unternehmen .key-kraus-group .owl-carousel .owl-stage-outer .owl-item {
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
#page_content .key-maingroup.kraus-unternehmen .key-kraus-group .owl-carousel .owl-stage-outer .owl-item .ev-box-contentt {
  display: none;
}
#page_content .key-maingroup.kraus-unternehmen .key-kraus-group .owl-carousel .owl-stage-outer .owl-item.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#page_content .key-maingroup.kraus-unternehmen .key-kraus-group .owl-carousel .owl-stage-outer .owl-item.active .ev-box-content {
  display: block;
}
#page_content .key-maingroup.kraus-unternehmen .key-kraus-group .ev-box {
  position: relative;
  text-align: center;
}
#page_content .key-maingroup.kraus-unternehmen .key-kraus-group .ev-box .ev-box-thumbnail {
  max-width: 100%;
}
#page_content .key-maingroup.kraus-unternehmen .key-kraus-group .ev-box .ev-box-thumbnail img {
  margin: auto;
}
#page_content .key-maingroup.kraus-qualitaet .key-beratung a {
  color: white;
}
@media (max-width: 991px) {
  #page_content .key-maingroup.kraus-qualitaet .key-beratung {
    background-position: left center!important;
  }
}
@media (max-width: 575px) {
  #page_content .key-maingroup.kraus-qualitaet .key-aftersales {
    padding-bottom: 600px;
  }
}
/** VIEWLET **/
div#cmsskin div.vlt-v5773 .toggle-link {
  position: relative;
  z-index: 100;
}
div#cmsskin div.vlt-v5773 .toggle-link > a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  color: white;
  width: 60px;
  height: 60px;
  padding: 20px 15px;
  text-align: center;
}
div#cmsskin div.vlt-v5773 .toggle-link > a .caption {
  display: none;
  font-size: 1.2em;
}
div#cmsskin div.vlt-v5773 .toggle-link > a .icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 20px;
}
div#cmsskin div.vlt-v5773 .toggle-link > a .icon .icon-bar {
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  background-color: #e00014;
  display: block;
  height: 2px;
}
div#cmsskin div.vlt-v5773 .toggle-link > a .icon .icon-bar:first-child {
  top: 0%;
}
div#cmsskin div.vlt-v5773 .toggle-link > a .icon .icon-bar:last-child {
  top: 100%;
}
div#cmsskin div.vlt-v5773 .toggle-link > a.active {
  color: white;
  background-color: #e00014;
}
div#cmsskin div.vlt-v5773 .toggle-link > a.active .icon-bar {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  background-color: white;
}
div#cmsskin div.vlt-v5773 .toggle-link > a.active .icon-bar:first-child {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div#cmsskin div.vlt-v5773 .toggle-link > a.active .icon-bar:last-child {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div#cmsskin div.vlt-v5773 .toggle-link:after {
  content: '';
  display: block;
  clear: both;
}
div#cmsskin div.vlt-v5773 .toggle-navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  background-color: #e00014;
  z-index: 90;
}
div#cmsskin div.vlt-v5773 ul.level-1 {
  position: relative;
  margin: 0;
  padding: 0;
  padding: 15px;
  list-style: none;
}
div#cmsskin div.vlt-v5773 ul.level-1 > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
div#cmsskin div.vlt-v5773 ul.level-1 > li > a {
  position: relative;
  display: block;
  color: #fb6876;
  line-height: 1;
  padding: 15px 0px;
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  text-align: left;
}
div#cmsskin div.vlt-v5773 ul.level-1 > li > a:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: -11px;
  display: block;
  width: 23px;
  height: 23px;
  border: 2px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}
div#cmsskin div.vlt-v5773 ul.level-1 > li > a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: -3px;
  display: block;
  width: 7px;
  height: 7px;
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
div#cmsskin div.vlt-v5773 ul.level-1 > li > a.active,
div#cmsskin div.vlt-v5773 ul.level-1 > li > a.sub {
  color: white;
}
div#cmsskin div.vlt-v5773 ul.level-1 > li:last-child > a {
  border-bottom: 0px;
}
@media (min-width: 576px) {
  div#cmsskin div.vlt-v5773 ul.level-1 > li:hover > a {
    color: white;
  }
  div#cmsskin div.vlt-v5773 ul.level-1 > li:hover > a:after {
    margin-top: -7px;
    right: -7px;
    width: 15px;
    height: 15px;
  }
  div#cmsskin div.vlt-v5773 ul.level-1 > li:hover > a:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  div#cmsskin div.vlt-v5773 ul.level-1 > li:hover ul.level-2 {
    display: block;
  }
}
div#cmsskin div.vlt-v5773 ul.level-1 > li.active > a,
div#cmsskin div.vlt-v5773 ul.level-1 > li.sub > a {
  color: white;
}
div#cmsskin div.vlt-v5773 ul.level-1 > li.active > a:after,
div#cmsskin div.vlt-v5773 ul.level-1 > li.sub > a:after {
  margin-top: -7px;
  right: -7px;
  width: 15px;
  height: 15px;
}
div#cmsskin div.vlt-v5773 ul.level-1 > li ul.level-2 {
  display: none;
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0px;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 50px;
}
div#cmsskin div.vlt-v5773 ul.level-1 > li ul.level-2 > li {
  margin: 0;
  padding: 0;
}
div#cmsskin div.vlt-v5773 ul.level-1 > li ul.level-2 > li > a {
  display: block;
  color: white;
  font-size: 1.5em;
  font-weight: 400;
  padding: 10px 0px;
  text-decoration: none;
  line-height: 1;
}
div#cmsskin div.vlt-v5773 ul.level-1 > li ul.level-2 > li > a:hover {
  color: white;
  font-weight: bold;
}
div#cmsskin div.vlt-v5773 ul.level-1 > li ul.level-2 > li > a.active,
div#cmsskin div.vlt-v5773 ul.level-1 > li ul.level-2 > li > a.sub {
  font-weight: bold;
  color: white;
}
@media (min-width: 576px) {
  div#cmsskin div.vlt-v5773 ul.level-1 {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 50%;
    max-width: 400px;
    padding: 0px;
  }
  div#cmsskin div.vlt-v5773 ul.level-1:after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: white;
    top: 0px;
    bottom: 0px;
    right: 0px;
  }
}
@media (min-width: 992px) {
  div#cmsskin div.vlt-v5773 ul.level-1 {
    position: absolute;
    top: 80px;
    left: 80px;
    width: 400px;
    padding: 0px;
  }
  div#cmsskin div.vlt-v5773 ul.level-1:after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: white;
    top: 0px;
    bottom: 0px;
    right: 0px;
  }
}
div#cmsskin div.vlt-v5841 ul.level-1 {
  display: block;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin: 0;
}
div#cmsskin div.vlt-v5841 ul.level-1 li {
  display: inline-block;
}
div#cmsskin div.vlt-v5841 ul.level-1 li a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.85em;
}
div#cmsskin div.vlt-v5841 ul.level-1 li a:after {
  content: '|';
  padding: 0 15px;
}
div#cmsskin div.vlt-v5841 ul.level-1 li:last-child a:after {
  content: '';
}
div#cmsskin div.vlt-v5874 .vlt-filter-item-caption {
  display: none;
}
div#cmsskin div.vlt-v5874 select {
  border: 1px solid black;
  background: transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  max-width: 400px;
  padding: 5px 10px;
}
div#cmsskin div.vlt-v5874 .vlt-teaser {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
  /*
  .vlt-teaser-media-crops {
    position: relative;
    &:before {
      content: '';
      position: absolute;
      top: 0;
      left: 100px;
      display: inline-block;
      width: 170px;
      height: 170px;
      .rounded(50%);
      border-bottom: 1px solid white;
      border-left: 3px solid #000;
      border-right: 3px solid #000;
      border-top: 3px solid #000;
      .transition(0.2s,  ease,  0s);
      .rotation(-20deg);
    }
    &:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 105px;
      width: 160px;
      height: 160px;
      .rounded(50%);
      border-bottom: 1px solid #000;
      border-left: 1px solid #000;
      border-right: 1px solid #000;
      border-top: 1px solid white;
      .transition(0.2s,  ease,  0s);
      .rotation(-20deg);
    }
    a {
      img {
        position: absolute;
        top: 10px;
        left: 110px;
        .rounded(50%);
      }
    }
    &:hover {
      &:after {
        .rotation(90deg);
        border-color: @ev_color-base;
        border-top-color: white;
      }
      &:before {
        .rotation(90deg);
        border-color: @ev_color-base;
        border-bottom-color: white;
      }
      a {}



    }
  }
  */
}
div#cmsskin div.vlt-v5874 .vlt-teaser .vlt-teaser-content {
  text-align: left;
}
div#cmsskin div.vlt-v5874 .vlt-teaser .vlt-teaser-content .vlt-person-name {
  display: none;
}
div#cmsskin div.vlt-v5874 .vlt-teaser .vlt-teaser-content .vlt-person-position {
  font-size: 1.5em;
  font-weight: bold;
}
div#cmsskin div.vlt-v5874 .vlt-teaser .vlt-teaser-content .vlt-person-function {
  margin-bottom: 10px;
}
div#cmsskin div.vlt-v5874 .vlt-teaser .vlt-teaser-content .vlt-person-number-phone .prefix {
  display: none;
}
div#cmsskin div.vlt-v5874 .vlt-teaser .vlt-teaser-content .vlt-person-number-phone:before {
  content: '\e908';
  font-family: 'icon';
  font-weight: bold;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
div#cmsskin div.vlt-v5874 .vlt-teaser .vlt-teaser-content .vlt-person-email .prefix {
  display: none;
}
div#cmsskin div.vlt-v5874 .vlt-teaser .vlt-teaser-content .vlt-person-email:before {
  content: '\e907';
  font-family: 'icon';
  font-weight: bold;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
div#cmsskin div.vlt-v5874 .vlt-teaser .vlt-teaser-content .vlt-person-email a {
  color: #e00014;
  text-decoration: underline;
}