header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      -moz-transform: scale(0.7, 0.7) translateX(-30%);
      -ms-transform: scale(0.7, 0.7) translateX(-30%);
      -o-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

/* -- dk_mmenu theme 'navy' -- */
.mm-menu
{
	background: #323849;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*************************************************************/
/*   Design:   PROFTECH.CH - Website    			 	 	 */
/*   File:     screen.css					                 */
/*-----------------------------------------------------------*/
/*   Autor:   Thomas Dürig, www.nuun.ch 	                 */
/*   Datum:   September 2016			                     */
/*   Site: 	  wwww.proftech.ch         		   		         */
/*************************************************************/
/*   Colors:            							 		 */
/*			  blau: #005691        	                         */
/*            gold: #BEB886         						 */
/*			  text-grau: #464646                             */
/*            titel-grau: #9A989A          					 */
/*************************************************************/

/*Jobs*/
.mod_plenta_jobs_basic_offer_list h2 {text-align: left; text-transform: none;}
.mod_plenta_jobs_basic_offer_list .layout_default {margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #dedede;}
.mod_plenta_jobs_basic_offer_reader .back {clear: both;}

/*SR Layer*/
#srl_layer {border: none; border-radius: 5px; min-height: 700px; overflow: hidden; width: 94%; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); max-width: 700px; margin-left: 0; margin-top: 0;}
#srl_layer #srl_closeBtn {width: 23px; height: 23px; background: url(../../files/Proftech/data/graphics/popup-close.svg) center no-repeat;}
.srl_content {padding: 0; height: 700px;}
#header .srl_content .inside {width: auto; margin: 0;}
.srl_content .pop-top {width: 100%; height: 325px; background: url(../../files/Proftech/data/graphics/popup-top.jpeg) center no-repeat; background-size: cover; position: relative;}
.srl_content .pop-top h2 {width: 330px; position: absolute; left: 13%; top: 80px; color: #fff; font-size: 50px; line-height: 61px; font-family: 'barlowbold'; text-align: left;}
.srl_content .pop-bot {box-sizing: border-box; width: 100%; padding: 20px 13%;}
.srl_content .pop-bot h3 {color: #005691; font-size: 50px; line-height: 61px; font-family: 'barlowbold'; text-align: left; margin-top: 20px; margin-bottom: 20px;}
.srl_content .pop-bot p {font-size: 20px; line-height: 27px;}
.srl_content .pop-bot .ce_hyperlink {margin: 30px 0;}
.srl_content .pop-bot .ce_hyperlink a {font-size: 20px; font-family: 'barlowbold'; line-height: 24px; color: #fff; display: inline-block; padding: 6px 15px 9px 40px; background: #005691 url(../../files/Proftech/data/graphics/arrow-right-weiss.svg) center left 15px no-repeat; border-radius: 4px;}
.srl_content .pop-bot #srl_closeBtn2 {cursor: pointer; font-size: 20px; line-height: 27px; background: none; position: relative; width: auto; height: auto; color: #005691; text-indent: initial; right: initial; top: initial;}

/*  GLOBAL LAYOUT											 */
/*************************************************************/
html, body {height: 100%; font: 100.01%/1.2em 'barlowregular', sans-serif, Arial, Verdana, Helvetica; color:#464646; letter-spacing:0.0em; -webkit-font-smoothing: antialiased;}
#wrapper {position:relative; width:100%; min-height: 100%; margin: 0 auto;}
#container {padding-top: 140px;}

.mobile {display: none !important;}

.schmal50 {width: 50% !important; margin-left: auto !important; margin-right: auto !important;}
.schmal70 {width: 70% !important; margin-left: auto !important; margin-right: auto !important;}
.schmal80 {width: 80% !important; margin-left: auto !important; margin-right: auto !important;}

body a:hover, body a:active {text-decoration: none; color: #BEB886;}
a, a:link, a:visited {text-decoration: none; color: #005691; transition: color 0.3s ease;}

.mod_article {width: 100%;}
.mod_article .inside {width: 1200px; margin: 0 auto;}

strong {font-family: 'barlowbold', sans-serif;}

h1 {font-family: 'barlowbold', sans-serif; color: #9A989A; text-align: center; text-transform: uppercase; font-size: 80px; line-height: 85px; margin-bottom: 20px; margin-top: 20px;}
h2 {font-family: 'barlowbold', sans-serif; color: #9A989A; text-align: center; text-transform: uppercase; font-size: 35px; line-height: 35px; margin-bottom: 20px; margin-top: 20px;}
h3 {font-family: 'barlowbold', sans-serif; color: #9A989A; font-size: 20px; line-height: 25px; text-align: center;}
h4 {background-color: #EFEFEF; font-family: 'barlowbold', sans-serif; color: #9A989A; font-size: 20px; line-height: 40px; text-align: center;}

.ce_headline {clear: both;}

#backtotop {width: 70px; height: 70px; position: fixed; bottom: 105px; right: 20px; cursor: pointer; opacity: 0; z-index: 5000;}
#backtotop img {width: 100%;}

/*Impressum*/
body.impressum #main h3 {text-align: left;}

#main .ce_gallery {clear: both;}
#main .ce_gallery ul {padding: 0; list-style: none;}
#main .ce_gallery ul li {width: 23.5%; margin-right: 2%; height: 125px; border-radius: 3px; overflow: hidden; margin-left: 0; display: inline-block; float: left; padding: 0; margin-bottom: 25px;}
#main .ce_gallery ul li.col_last {margin-right: 0;}
#main .ce_gallery ul li::before {display: none;}
#main .ce_gallery .image_container {overflow: hidden;}
#main .ce_gallery .image_container:hover img {-webkit-transform: scale(1.2); transform: scale(1.2);}
#main .ce_gallery .image_container img {width: 100%; height: auto; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
#main .schmal50 .ce_gallery ul li {height: 85px;}

/*Downloads*/ 
.ce_download, .ce_downloads {position:relative; width:100%; margin-bottom: 18px; padding:0;}
#main .ce_download ul, #main .ce_downloads ul {position:relative; list-style: none; float:left; width:100%; margin:0; padding:0 0 0 0;}
#main .ce_download ul li, #main .ce_downloads ul li {position:relative; width:100%; line-height:25px; padding:0 0 0 0; margin:0 0 10px 0;}
#main .ce_download img, #main .ce_downloads img {position:absolute; left:12px; top:10px; z-index:400; -webkit-border-bottom-right-radius: 0px; -moz-border-radius-bottomright: 0px; border-bottom-right-radius: 0px;}
body #container .ce_downloads a, body #container .ce_downloads a:link, body #container .ce_downloads a:visited, body #container .ce_download a, body #container .ce_download a:visited, body #container .ce_download a:link, body #container .enclosure a:link, body #container .enclosure a:visited {
    position:relative;
    z-index:300;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display:block;
    padding: 9px 30px 6px 40px;
    margin:0 0 0 0;
    background:#F1F1F1 url(../../files/Proftech/data/graphics/icon-download.png) top 9px right 8px no-repeat;
    background-color: #F1F1F1;
    transition: background-color 0.5s ease, color 0.5s ease; -webkit-transition: background-color 0.5s ease, color 0.5s ease; 
}
.ce_download ul li::before, .ce_downloads ul li::before {display: none;}

body #container .ce_downloads a:hover, 
body #container .ce_downloads a:active, 
body #container .ce_download a:hover, 
body #container .ce_download a:active {background-color:#CDC48B;}   

.ce_text a.anchor {position: absolute; display: block; visibility: hidden; width: 100%; top: -140px;}
#main .ce_text {clear: both; position: relative;}
#main .ce_text .image_container.float_left {width: 40%; margin-right: 6%; float: left; margin-bottom: 15px;}
#main .ce_text .image_container.float_right {width: 40%; margin-left: 6%; float: right; margin-bottom: 15px;}
#main .ce_text .image_container img {/*margin-bottom: 15px;*/ width: 100%; height: auto; border-radius: 3px;} 
#main .ce_image .image_container {border-radius: 3px;} 
#main .ce_gallery .image_container {border-radius: 3px;} 

#main p {font-size: 20px; line-height: 25px; color: #464646;}
#main ul li {font-size: 20px; line-height: 25px; padding-left: 0; position: relative;}
#main .ce_text ul {display: inline-block;}
#main .ce_text ul li {list-style: none; padding-left: 15px; background: url(../../files/Proftech/data/graphics/list-icon.png) no-repeat top 8px left;}
/*#main .ce_text ul li:before {content: ""; background: url(../../files/Proftech/data/graphics/list-icon.png) no-repeat center left; width: 15px; height: 10px; display: inline-block; position: relative; left: 0;}*/
#main .ce_text ol li {font-size: 20px; line-height: 25px; margin-left: 15px; position: relative; list-style-type: decimal;}
#main p.error {color:#D91D49;}

#main .ce_image img {width: 100%; height: auto;}

/*Hyperlink*/
body #main .ce_hyperlink {margin: 70px 0 30px 0; text-align: center;}
body #main .ce_hyperlink a {position: relative; font-family: 'barlowbold', sans-serif; display: inline-block; margin: 0 auto; padding: 13px 50px 8px 75px; border-radius: 3px; color: #fff; font-size: 20px; background: #BEB886; transition: all 0.3s ease;}
body #main .ce_hyperlink a:before {content: ""; position: absolute; width: 10%; height: 80%; top: 10%; left: 9%; z-index: 10; background: url(../../files/Proftech/data/graphics/icon-dl-zahnrad.svg) center no-repeat; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); transition: all 0.3s ease;}
body #main .ce_hyperlink a:hover {-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75); box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75);}
body #main .ce_hyperlink a:hover:before {-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}

/*Caroufredsel*/
body .ce_caroufredsel_gallery {height: 300px; border-radius: 3px; overflow: hidden; width: 100%; margin-bottom: 46px;}
body .caroufredsel_skin {height: 300px; position: relative;}
body .caroufredsel {height: 300px !important;}

.ce_slick-slider {height: 300px; overflow: hidden; border-radius: 3px; margin-bottom: 46px;}
.ce_slick-slider .image_container {height: 300px;}
.ce_slick-slider .image_container img {height: 300px; width: 100%; object-fit: cover;}


/*Accordeon*/
.ce_accordionStart {clear: both; margin-bottom: 20px !important;}
.ce_accordion .toggler {position: relative; float: right; font-family: 'barlowbold', sans-serif; display: inline-block; margin: 0 auto 20px auto; padding: 13px 50px 8px 75px; border-radius: 3px; color: #fff; font-size: 20px; background: #BEB886; transition: all 0.3s ease;}
.ce_accordion .toggler:before {content: ""; position: absolute; width: 25px; height: 80%; top: 10%; left: 9%; z-index: 10; background: url(../../files/Proftech/data/graphics/icon-dl-zahnrad.svg) center no-repeat; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); transition: all 0.3s ease;}
.ce_accordion .toggler:hover {-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2); box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.3); cursor: pointer;}
.ce_accordion .toggler:active:before {-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
.ce_accordion {margin-bottom: 50px;}
.ce_accordion .accordion {clear: both;}
.ce_accordion .accordion ul {margin:0;}

/*Produktion Text*/
#main .ce_text.schmal80 h3 {text-align: left;}
#main .ce_text table {width: 54%;}
#main .ce_text tbody,
#main .ce_text tr {width: 100%;}
#main .ce_text td {font-size: 20px; padding: 7px 5px 3px 5px; line-height: 20px;}
#main .ce_text tr:nth-child(2n+1) {background-color: #EFEFEF;}
#main .ce_text tr td:first-child {width: 40%;}
#main .ce_text tr td:nth-child(2) {width: 60%;}

/*  HEADER                                                   */
/*************************************************************/
#header {width: 100%; height: 140px; z-index: 4000; position: fixed; background: rgba(255,255,255,0.975);}
#header .inside {width: 1200px; margin: 0 auto; position: relative;}
#header .logo {width: 280px; margin-top: 45px; margin-right: 50px; float: left;}
#header .logo img {width: 100%; height: auto;}
#header .mobilebalken {display: none;}

/*Header Hyperlink*/
#header .maschinenliste a {position: absolute; width: 140px; right: 30px; top: -20px; font-family: 'barlowbold', sans-serif; display: inline-block; margin: 0 auto; padding: 45px 20px 10px 20px; border-radius: 3px; color: #fff; font-size: 20px; background: #5FAA97; -webkit-transform-origin: 15% 15%; transform-origin: 15% 15%; -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -o-transform: rotate(-5deg); transform: rotate(-5deg); -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
#header .maschinenliste a:before {content: ""; position: absolute; width: 16%; height: 50%; top: 2px; left: 9%; z-index: 10; background: url(../../files/Proftech/data/graphics/icon-dl-zahnrad.svg) center no-repeat; transition: all 0.3s ease;}
#header .maschinenliste a:hover {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}

/*Header Socials*/
#header .socials {position: absolute; right: 120px; top: 65px; display: inline-block; margin: 0 auto;}

/*  HOME                                                     */
/*************************************************************/
body.home .ce_caroufredsel_gallery {height: 450px; border-radius: 3px; overflow: hidden; width: 100%; margin-bottom: 50px;}
body.home .caroufredsel_skin {height: 450px; position: relative;}
body.home .caroufredsel {height: 450px !important;}
body.home .caroufredsel_controls {position: absolute; bottom: -1px; width: 100%; height: 110px; z-index: 2000; background: url(../../files/Proftech/data/graphics/bg-slider.svg) bottom left no-repeat; background-size: cover;}
body.home .ce_caroufredsel_gallery .caroufredsel_controls .caroufredsel_prev {position: absolute; bottom: 35px; right: 70px; width: 14px; height: 23px; background: url(../../files/Proftech/data/graphics/icon-slider-prev.svg); background-size: contain; background-repeat: no-repeat;}
body.home .ce_caroufredsel_gallery .caroufredsel_controls .caroufredsel_next {position: absolute; bottom: 35px; right: 35px; width: 14px; height: 23px; background: url(../../files/Proftech/data/graphics/icon-slider-next.svg); background-size: contain; background-repeat: no-repeat;}
body.home .ce_caroufredsel_gallery .caroufredsel_controls span {display: none;}
body .caroufredsel .caroufredsel_gallery .image_container img {width: 100%; height: auto;}

body.home .ce_slick-slider {height: 450px; border-radius: 3px; margin-bottom: 50px;}
body.home .ce_slick-slider .image_container {height: 450px;}
body.home .ce_slick-slider .image_container img {height: 450px;}
body.home .slick-container::after {content: ""; position: absolute; bottom: -1px; width: 100%; height: 110px; z-index: 3; background: url(../../files/Proftech/data/graphics/bg-slider.svg) bottom left no-repeat; background-size: cover;}
body.home .ce_slick-slider .slick-prev {position: absolute; bottom: 35px; right: 70px; width: 14px; height: 23px; z-index: 5; cursor: pointer; background: url(../../files/Proftech/data/graphics/icon-slider-prev.svg); background-size: contain; background-repeat: no-repeat;}
body.home .ce_slick-slider .slick-next {position: absolute; bottom: 35px; right: 35px; width: 14px; height: 23px; z-index: 5; cursor: pointer; background: url(../../files/Proftech/data/graphics/icon-slider-next.svg); background-size: contain; background-repeat: no-repeat;}

body.home .dienstleistungen {text-align: center;}
body.home .dienstleistungen .ce_image {width: 250px; border-radius: 3px; overflow: hidden; height: 290px; margin: 0 10px 30px 10px; display: inline-block; transition: box-shadow 0.3s ease;}
body.home .dienstleistungen .ce_image .image_container {height: 290px; overflow: hidden;}
body.home #main .dienstleistungen .ce_image .image_container img {height: 170px; width: auto;}
body.home .dienstleistungen .ce_image .caption {width: 100%; margin-top: -6px; position: relative; height: 120px; color: #fff; background-color: #005691; transition: all 0.3s ease;}
body.home .dienstleistungen .ce_image .caption span {color: #fff; font-family: 'barlowbold', sans-serif; display: block; position: absolute; width: 140px; top: 33px; left: 0; right: 0; margin: 0 auto; transform: rotate(-5deg); transition: all 0.3s ease;}
body.home .dienstleistungen .ce_image:hover {-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75); box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75);}
body.home .dienstleistungen .ce_image:hover .caption {background-color: #BEB886;}
body.home .dienstleistungen .ce_image:hover .caption span {transform: rotate(0deg);}

/*  NAVIGATION - MAIN										 */
/*************************************************************/
#header .mod_navigation {float: left;}

/*Level 1*/

body .mod_navigation ul.level_1 {display: inline-block; margin: 49px auto 0 auto;}
body .mod_navigation ul.level_1 li {float: left; padding: 0 15px; position: relative; text-align: center; font-family: 'barlowbold', sans-serif; font-size:20px; height: 80px; background-position: center bottom; transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
body .mod_navigation ul.level_1 li a {color: #9A989A; height: 20px; padding: 25px 0; display: block; text-decoration: none; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
body .mod_navigation ul.level_1 li span {cursor: pointer; display: block; text-decoration: none; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}

body .mod_navigation ul.level_1 li:hover {color: #005691;}
body .mod_navigation ul.level_1 li:hover a {color: #005691;}
body .mod_navigation ul.level_1 li:hover span {color: #005691;}

body .mod_navigation ul.level_1 li.trail,
body .mod_navigation ul.level_1 li.active {color: #005691;}
body .mod_navigation ul.level_1 li.active.last,
body .mod_navigation ul.level_1 li.trail.last {}
body .mod_navigation ul.level_1 li.trail > span,
body .mod_navigation ul.level_1 li.active > span,
body .mod_navigation ul.level_1 li.trail > a,
body .mod_navigation ul.level_1 li.active > a {color: #005691;}

body .mod_navigation li.active span.active {color: #005691;}

/*Level 2*/
body .mod_navigation ul.level_1 li ul.level_2 {visibility: hidden; opacity: 0; position: absolute; left: 50%; margin-left: -118px; padding: 20px 0 10px 0; top: 81px; width: 236px; background: #fff; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
body .mod_navigation ul.level_1 li:hover ul.level_2 {visibility: visible; opacity: 1; position: absolute; left: 50%; width: 236px; height: auto; margin-left: -118px; padding: 20px 0 10px 0; top: 71px; background: #fff; filter: drop-shadow(0px 7px 3px rgba(0,0,0,0.3)); -webkit-filter: drop-shadow(0px 7px 3px rgba(0,0,0,0.3));}
body .mod_navigation ul.level_1 li:hover ul.level_2 li {margin: 0;}
body.ie .mod_navigation ul.level_1 li:hover ul.level_2 {box-shadow: 0 0 8px #000; background: #fff;}

body.mobile .mod_navigation ul.level_1 li ul.level_2 {display: none;}
body.mobile .mod_navigation ul.level_1 li:hover ul.level_2 {display: block;}
body.ios .mod_navigation ul.level_1 li ul.level_2 {display: none;}
body.ios .mod_navigation ul.level_1 li:hover ul.level_2 {display: block;}

body .mod_navigation ul.level_1 li ul.level_2 li {margin: 0; text-align: center; padding: 0; font-size: 19px; height: auto; width: 226px; border-left: solid 5px #fff; border-right: solid 5px #fff; background:none; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
body .mod_navigation ul.level_1 li ul.level_2 li.submenu {background:none;}

body .mod_navigation ul.level_1 li ul.level_2 li a {color: #9A989A; width: 100%; padding: 10px 0; font-size: 16px;}
body .mod_navigation ul.level_1 li ul.level_2 li a span {color: #9A989A;}
body .mod_navigation ul.level_1 li ul.level_2 li:hover,
body .mod_navigation ul.level_1 li ul.level_2 li.active {border-left: solid 5px #005691; border-right: solid 5px #005691;}
body .mod_navigation ul.level_1 li ul.level_2 li:hover a {color: #005691;}
body .mod_navigation ul.level_1 li ul.level_2 li.active a {color: #005691;}
body .mod_navigation ul.level_1 li ul.level_2 li:hover a span {color: #005691;}
body .mod_navigation ul.level_1 li ul.level_2 li.active a span {color: #005691;}

/*.mm-slideout {height:100%;}*/
.mobilebtn {display:none;}
#header .mobilebtn_ct {display: none;}
.mm-slideout {margin:0 auto; position: relative; min-height: 100%;}
body #mod_nav_mobile a, body #mod_nav_mobile a:link, body #mod_nav_mobile a:visited {color: #fff; font-size: 18px;}
body .mm-menu {background: #005691;}
body .mm-menu em.mm-counter {color: #fff;}

/*  NEWS 													 */
/*************************************************************/
#main .mod_newslist .layout_latest {padding:15px 0 5px 0; border-bottom: 1px solid #b8b8b8;}
#main .mod_newslist .layout_latest h3 {text-align: left; margin-top: 0;}
#main .mod_newslist .layout_latest .image_container {display: inline-block; float: left; width: 40%; margin:0 5% 5px 0;}
#main .mod_newslist .layout_latest .image_container img {width: 100%; height: auto;}
#main .mod_newslist .layout_latest a {text-decoration: none; color: #005691; transition: color 0.5s ease; -webkit-transition: color 0.5s ease;}
#main .mod_newslist .layout_latest .date h3 a {color: #005691; text-align: left; transition: color 0.5s ease; -webkit-transition: color 0.5s ease;}
#main .mod_newslist .layout_latest .info {margin-bottom: 5px; color: #999;}
#main .mod_newslist .layout_latest a:hover {color: #BEB886; text-decoration: none;}
#main .mod_newslist .layout_latest .date h3 a:hover {color: #BEB886; text-decoration: none;}
#main .mod_newslist .layout_latest .date time {font-size: 14px; color: #689fcd;}
#main .mod_newslist .layout_latest .date h3 {margin-top: 0;}
#main .mod_newslist .pagination {padding-top: 15px; color:#005691;}
#main .mod_newslist .pagination ul {padding-left: 0;}
#main .mod_newslist .pagination li {display: inline-block; margin-right: 5px;}
#main .mod_newslist .pagination p {display: inline-block; float: left;}
#main .mod_newslist .pagination li a {color: #005691; text-decoration: none; transition: color 0.5s ease; -webkit-transition: color 0.5s ease;}
#main .mod_newslist .pagination li a:hover {color: #BEB886; text-decoration: none;}
#main .mod_newslist .teasersmall {width: 55%; float: right;} 

.mod_newsreader .back {width: 70%; margin: 0 auto;}
.mod_newsreader .back a:hover {text-decoration: none; color: #BEB886;}
.mod_newsreader .info {text-align: center;}

/* PAGINATION */
#main .pagination {font-size: 20px; width: 100%; float:left; display:block; padding:9px 0 0 0; clear: both;}
#main .pagination p {width: 50%; float:left; display:block; padding:0;}
#main .pagination ul {float:right; display:block; list-style-type:none;}
#main .pagination ul li {float:left; display:inline; background:none; margin:0 12px 0 0 !important; padding:0 !important;}
#main .pagination ul li::before {display: none;}
#main .pagination ul li span {color: #BEB886;}

/*  TIMELINE                                                 */
/*************************************************************/
body.geschichte #main .ce_text {clear: none;}

.timeline {margin: 0 15%; position: relative;}
.timeline:before {content: ""; position: absolute; height: 100%; top: 0; left: 50%; background: #9E9E9E; width: 2px;}
.timeline:after {content: ""; position: absolute; height: 10px; width: 10px; margin: -4px; bottom: 0; border-radius: 99em; left: 50%; background: #9E9E9E;}

.timeline .timeline-item {padding-bottom: 20px; position: relative;}
.timeline .timeline-item:before {content: ""; width: 20px; height: 20px; margin: -11px; border: 2px solid #9E9E9E; background: white; position: absolute; top: 29px; left: 50%; font-size: 2em; border-radius: 99em; transition:all 0.6s ease;}
.timeline .timeline-item:hover:before {width: 24px; height: 24px; margin: -13px; background: #005691; border: 2px solid #BEB886;}
.timeline .timeline-item:after {content: ""; display: block; clear: both;}
.timeline .timeline-item .ce_headline {width: 45%;}
.timeline .timeline-item div {width: 45%;}
.timeline .timeline-item .ce_headline {color: #BEB886; float: left; text-align: right;}
.timeline .timeline-item div {float: right; text-align: left; clear: right !important;}
.timeline .timeline-item div h3 {color: #BEB886; text-align: left;}
.timeline .timeline-item:nth-child(2n) .ce_headline {float: right; text-align: left;}
.timeline .timeline-item:nth-child(2n) div {float: left; text-align: right; clear: left !important;}
.timeline .timeline-item:nth-child(2n) div h3 {color: #BEB886; text-align: right;}
.timeline .timeline-item div.clearfix {width: 100%;}

/*  FOOTER 													 */
/*************************************************************/

#footer .mod_article .inside {width: 100%;}

#footer .footernews {text-align: center; padding: 0 0 20px 0; background-color: #005691;}
#footer .footernewsbgtop {display: block; width: 100%; height: 8vw; background: url("../../files/Proftech/data/graphics/bg-footer-news-top.svg") bottom -1px center no-repeat; background-size: 100% auto;}
#footer .footernewsbgbot {display: block; width: 100%; height: 9vw; background: url("../../files/Proftech/data/graphics/bg-footer-news-bot.svg") bottom center no-repeat; background-size: 110% auto;}
#footer .footernews .mod_newslist {width: 500px; margin: 0 auto;}
#footer .footernews .mod_newslist .info time {font-size: 20px; color: #fff;}
#footer .footernews .mod_newslist h3 a {font-size: 20px; color: #fff; text-decoration: none;}
#footer .footernews .mod_newslist .teaser {font-size: 20px; color: #fff; line-height: 1.1em;}
#footer .footernews .mod_newslist .more {margin-top: 40px; margin-bottom: 0;}
#footer .footernews .mod_newslist .more a {color: #fff; font-family: 'barlowbold', sans-serif; background: #BEB886; padding: 6px 30px; border-radius: 3px; transition: all 0.3s ease;}
#footer .footernews .mod_newslist .more a:hover {-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75); box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75);}

#footer .footerkontakt {background: #EFEFEF;}
#footer .footerkontakt .ce_text {text-align: center; font-size: 20px; color: #005691;}
#footer .footerkontakt .ce_text h3 {color: #005691; margin-top: 0;}
#footer .footerkontakt .ce_form {width: 750px; font-size: 20px; margin: 0 auto;}
#footer .footerkontakt .ce_form label {display: none;}
#footer .footerkontakt .ce_form input {width: 96%;}
#footer .footerkontakt .ce_form textarea {width: 96%; font-size: 20px;}
#footer .footerkontakt .ce_form .footerformleft {width: 48%; float: left; display: inline-block;}
#footer .footerkontakt .ce_form .footerformright {width: 48%; float: right; display: inline-block;}
#footer .footerkontakt .ce_form .dropzone {margin-bottom: 34px; color: #9A989A; border: 2px dashed rgba(0, 0, 0, 0.2)}
#footer .footerkontakt .ce_form .captcha_text {color:#9A989A;}
#footer .footerkontakt .ce_form .submit_container {display: block; width: 100%; position: relative; clear: both; text-align: center; margin: 0 auto;}
#footer .footerkontakt .ce_form .submit {font-family: 'barlowbold', sans-serif; float: none; width: 350px; text-align: left; display: inline-block; margin: 15px auto 0 auto; height: auto; padding: 10px 50px 7px 75px; border-radius: 3px; color: #fff; font-size: 20px; background: #BEB886 url(../../files/Proftech/data/graphics/icon-slider-next.svg) center left 40px no-repeat; cursor: pointer; transition: all 0.3s ease;}
#footer .footerkontakt .ce_form .submit:hover {-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75); box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75);}
#footer .footerkontaktbgbot {display: block; width: 100%; height: 10vw; background: url("../../files/Proftech/data/graphics/bg-footer-kontakt-bot.svg") top center no-repeat; background-size: 100% auto;}

#footer .footeraddress .inside {width: 1200px; margin: 0 auto;}
#footer .footeraddress .footeraddressleft {width: 60%; display: inline-block; float: left; height: 250px; overflow: hidden;}
#footer .footeraddress .footeraddressleft p {transform: rotate(-5deg); padding-left: 6px; margin-top: 0px; font-family: "barlowbold", sans-serif; font-size: 55px; color: #EFEFEF; line-height: 50px;}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}

#footer .footeraddress .footeraddressleft .ce_image {position: absolute; bottom: 0px; width: 140px; height: 140px; overflow: hidden;}
#footer .footeraddress .footeraddressleft .ce_image .image_container {height: 140px; overflow: hidden;}
#footer .footeraddress .footeraddressleft .ce_image img {width: 140px; height: 140px;
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;}


#footer .footeraddress .footeraddressmid {width: 20%; margin: 0; float: left; display: inline-block;}
#footer .footeraddress .footeraddressmid .veritas {margin-top: 105px;}
#footer .footeraddress .footeraddressright {width: 20%; margin: 0; float: left; display: inline-block;}
#footer .footeraddress .footeraddressright p {color: #005691; line-height: 27px;}

#footer .footerbot {background-color: #EFEFEF; height: 50px; padding: 30px 0 0 0; position: relative; z-index: 3000;}
#footer .footerbot .inside {width: 1200px; margin: 0 auto;}
#footer .footerbot .inside p {color: #005691; font-size: 15px; line-height: 22px; margin: 0;}
#footer .footerbot .ce_text {display: inline-block; float: left;}
#footer .footerbot .nuun {float: right; padding-top: 3px;}
#footer .footerbot a {color: #005691;}
#footer .footerbot a:hover {color: #BEB886;}

/*  FORMULAR					           				  	 */
/*************************************************************/

form label {width: 35%; padding: 11px 0; clear: both; margin-bottom: 10px; float: left; display: inline-block; font-size: 20px;}
form input {width: 60%; padding: 0 2%; height: 40px; color: #000000; border: solid 1px #CED1D2; border-radius: 2px; margin-bottom: 10px;}
form input:focus {-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);}
form br {clear:both; margin:0; padding:0;}
textarea {float: left; width:60%; height: 75px; border: 1px solid #d6d6d6; border-radius: 2px; margin: 3px 0 7px 0; color:#000000; padding:5px 2%; background-color:#ffffff;}
textarea:focus {-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);}
form .submit {padding: 5px 40px; font-size: 20px; color: #fff; background-color: #005093; border: none; width: auto; border-radius: 0; margin-right: 3px; float: right;}
body.schmierstoffe form .submit {background-color: #CDC48B;}
form p.error {float:left; width: 99%; color:#000000; height:10px; font-size:20px; line-height:1em; clear:both;}

form .select-style {width: 74%; margin-right: 0; font-size: 20px; margin-bottom: 5px; display: inline-block; height: 40px; overflow: hidden; background: url(../../files/Proftech/data/graphics/icon-dropdown.svg) no-repeat right 8% center #fff; border: 1px solid #d6d6d6; border-radius: 2px;}
form select {background: transparent; width: 100%; padding: 5px 3%; text-transform: capitalize; font-size: 20px; color: #000000; border: 0; border-radius: 0; height: 40px; -webkit-appearance: none;}
form input.upload {height:25px; padding-top: 8px; padding-bottom: 8px;}
form fieldset.checkbox_container {clear: both;}
form input.checkbox {width:5%; margin-top:1px; float:left;}
form .checkbox_container span label {width:95%;}
body.ie .ce_form input.checkbox {width: 3%;}

/*Kontakt*/
body.kontaktformular form label {width: 100%; margin-bottom: 0; padding: 6px 0 2px 0; display: block;}
body.kontaktformular form input {width: 96%; display: block;}
body.kontaktformular form textarea {width: 96%; padding:10px;}
body.kontaktformular form .checkbox_container span {width: 100%; float: right;}
body.kontaktformular form .checkbox_container span input {display: inline-block; margin-top: 0; width: 5%;}
body.kontaktformular form .checkbox_container span label {display: inline-block; float: left; clear: none; width: 95%; padding-top: 12px;}
body.kontaktformular form .submit_container {text-align: right;}
body.kontaktformular form .submit {font-family: 'barlowbold', sans-serif; float: none; width: 350px; text-align: left; display: inline-block; margin: 15px auto 0 auto; height: auto; padding: 10px 50px 7px 75px; border-radius: 3px; color: #fff; font-size: 20px; background: #BEB886 url(../../files/Proftech/data/graphics/icon-slider-next.svg) center left 40px no-repeat; cursor: pointer; transition: all 0.3s ease;}
body.kontaktformular form .submit:hover {-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75); box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.75);}
body.kontaktformular .dropzone.dz-clickable {clear: both;}
body.kontaktformular #footer .footerkontakt {display: none;}

body form .qq-upload-button {display:block !important; width: 250px !important; background-color:#BEB886 !important; font-family: 'barlowbold', sans-serif; font-size:20px; padding: 10px 50px 7px 50px; border-radius: 3px;}
body form .qq-upload-file-selector {background-color:#5DA30C !important; font-family: 'barlowbold', sans-serif; padding: 10px 10px;}
body .footerkontakt h3 {margin-top: 0.5em;}

/*Qualität*/
.accordion .ce_image.zertifikat {width: 30%; margin: 0 1.5%; display: inline-block; float: left;}

/*  FIXES  													 */
/*************************************************************/
.ce_dlh_googlemaps {clear: both; height: 450px; border-radius: 3px; overflow: hidden;}
.dlh_googlemap {width: 100% !important; height: 450px; padding-bottom: 0 !important}

#cboxLoadedContent {border: none;}
#cboxClose {background: url("../../files/Proftech/data/graphics/icon-cbox-close.svg") center no-repeat; background-size: contain; width: 35px; height: 35px;}
body.produktfinder #cboxClose {top: 33px;}
#cboxNext, #cboxNext:hover {background: url("../../files/Proftech/data/graphics/icon-cbox-next.svg") center no-repeat; background-size: contain;}
#cboxPrevious, #cboxPrevious:hover {background: url("../../files/Proftech/data/graphics/icon-cbox-prev.svg") center no-repeat; background-size: contain;}
#cboxTitle {display: none !important;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:0px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {height:1px; font-size:0.1px; line-height:0.1px; clear:both; }
.invisible { display:none;} 

:focus {outline: none;}

body.ie select::-ms-expand {
    display: none;
}


/* Mozilla based browsers */
::-moz-selection {
background-color: #BEB886; color: #fff;
}

/* Works in Safari */
::selection {
background-color: #BEB886; color: #fff;
}

/* Works in Opera */
::-o-selection {
background-color: #BEB886; color: #fff;
}
::-ms-selection {
background-color: #BEB886; color: #fff;
}

/* Works in Internet Explorer */
::-webkit-selection {
background-color: #BEB886; color: #fff;
}

/*  MEDIA-QUERIES                                            */
/*************************************************************/
@media screen and (max-width: 1250px) {
    .mod_article .inside,
    #header .inside,
    #footer .footeraddress .inside,
    #footer .footerbot .inside {width: 900px;}
    #main .ce_gallery ul li {height: 95px;}
    #header .maschinenliste {display: none;}
    #header .mod_navigation {float: right;}
    #header .logo {width: 220px; margin-right: 20px; margin-top: 52px;}
    body .mod_navigation ul.level_1 li.last ul.level_2 {left: 0%; margin-left: -137px;}
    body .mod_navigation ul.level_1 li.last:hover ul.level_2 {left: 0%; margin-left: -137px;}
    body .ce_caroufredsel_gallery {height: 220px;}
    body.home .ce_caroufredsel_gallery {height: 390px;}
    body.home .caroufredsel_skin {height: 390px;}
    body.home .ce_caroufredsel_gallery .caroufredsel_controls .caroufredsel_next {bottom: 25px;}
    body.home .ce_caroufredsel_gallery .caroufredsel_controls .caroufredsel_prev {bottom: 25px;}
    #header .socials {display: none;}

    .ce_slick-slider {height: 220px;}
    .ce_slick-slider .image_container {height: 220px;}
    .ce_slick-slider .image_container img {height: 220px;}

    body.home .ce_slick-slider {height: 390px;}
    body.home .ce_slick-slider .image_container {height: 390px;}
    body.home .ce_slick-slider .image_container img {height: 390px;}

    body.home .ce_slick-slider .slick-prev {bottom: 25px;}
    body.home .ce_slick-slider .slick-next {bottom: 25px;}
}

@media screen and (max-width: 950px) {
    .mod_article .inside,
    #header .inside,
    #footer .footeraddress .inside,
    #footer .footerbot .inside {width: 94%; margin: 0 3%;}
    .schmal50 {width: 100% !important;}
    .schmal70 {width: 100% !important;}
    .schmal80 {width: 100% !important;}
    .mod_newsreader .back {width: 100%;}
    #main .schmal50 .ce_gallery ul li,
    #main .ce_gallery ul li {height: 12vw; margin-bottom: 20px;}
    body .ce_caroufredsel_gallery {height: 23vw;}
    body.home .ce_caroufredsel_gallery {height: 40vw;}
    body.home .caroufredsel_skin {height: 40vw;}
    body.home .ce_caroufredsel_gallery .caroufredsel_controls .caroufredsel_next {bottom: 2vw;}
    body.home .ce_caroufredsel_gallery .caroufredsel_controls .caroufredsel_prev {bottom: 2vw;}
    #header .mod_navigation {display: none;}
    #header .mobilebtn_ct {display: block;}
    #header a.mobilebtn {display: block; text-decoration: none; width: 35px; height: 35px; padding: 0; position: absolute; top: 52px; right: 0; z-index: 1500; background: url("../../files/Proftech/data/graphics/mobile_button.svg") center no-repeat; background-size: contain;}

    .ce_slick-slider {height: 23vw;}
    .ce_slick-slider .image_container {height: 23vw;}
    .ce_slick-slider .image_container img {height: 23vw;}

    body.home .ce_slick-slider {height: 40vw;}
    body.home .ce_slick-slider .image_container {height: 40vw;}
    body.home .ce_slick-slider .image_container img {height: 40vw;}

    body.home .ce_slick-slider .slick-prev {bottom: 2vw;}
    body.home .ce_slick-slider .slick-next {bottom: 2vw;}
}

@media screen and (max-width: 800px) {
    #container {padding-top: 160px;}
    #footer .footerkontakt .ce_form .footerformleft {width: 100%; float: left;}
    #footer .footerkontakt .ce_form .footerformright {width: 100%; float: left;}
    #footer .footerkontakt .ce_form {width: 94%; margin: 0 3%;}
    #footer .footeraddress .footeraddressleft {width: 33%;}
    #footer .footeraddress .footeraddressmid {width: 33%;}
    #footer .footeraddress .footeraddressright {width: 33%;}
    h1, h2 {font-size: 30px; line-height: 45px; margin-top: 30px;}
    #header {margin-bottom: 15px;}
    #header .inside {position: relative; height: 100%;}
    #header .logo {margin-top: 42px;}
    #header a.mobilebtn {top: 42px;}
    #header .mobilebalken {border-radius: 3px; display: block; position: absolute; bottom: 0; background: #005093; height: 20px; color: #fff; width: 96%; padding: 4px 2% 0 2%; font-size: 16px; line-height: 16px;}
    #header .mobilebalken p.left {color: #fff; float: left; display: inline-block;}
    #header .mobilebalken p a {color: #fff; transition: color 0.3s ease;}
    #header .mobilebalken p a:hover {color: #BEB886;}
    #header .mobilebalken p {color: #fff !important; float: right; display: inline-block;}
    #backtotop {width: 45px; height: 45px;}
    .timeline {margin: 0; position: relative;}
}

@media screen and (max-width: 600px) {
    #header {height: 94px;}
    #header .logo {width: 190px; margin-top: 20px;}
    #header a.mobilebtn {top: 18px;}
    #container {padding-top: 110px;}
    #main .ce_text .image_container.float_left {width: 100%; margin: 0 0 15px 0; float: left;}
    #main .ce_text .image_container.float_right {width: 100%; margin: 0 0 15px 0; float: left;}
    #footer .footernews .mod_newslist {width: 94%; margin: 0 3%;}
    #footer .footernews {padding: 30px 0 40px 0;}
    #footer .footerkontakt {padding: 30px 0;}
    #footer .footerkontakt .ce_text {width: 94%; margin: 0 3%;}
    #footer .footerkontakt .ce_form .submit {width: 100%;}
    #footer .footeraddress .footeraddressleft {display: none;}
    #footer .footeraddress .footeraddressmid {width: 100%; text-align: center;}
    #footer .footeraddress .footeraddressmid .veritas {margin-top: 0;}
    #footer .footeraddress .footeraddressright {width: 100%; text-align: center;}
    #footer .footerbot {height: 65px;}
    #footer .footerbot .nuun {width: 100%; float: left;}
    body.home .caroufredsel_controls .caroufredsel_navi {display: none;}
    body.home .caroufredsel_controls {display: none;}
    body.home .slick-container::after {display: none;}
    body.home .ce_slick-slider .slick-prev {display: none;}
    body.home .ce_slick-slider .slick-next {display: none;}
    #main .ce_text table {width: 100%;}
    .accordion .ce_image.zertifikat {width: 100%; margin: 10px 0;}
    .mobile {display: block !important;}
    .desktop {display: none !important;}
    h1, h2, h3, h4, #main .ce_text table {word-break:break-word;}
    #main .mod_newslist .layout_latest .image_container {width: 100%; margin-right: 0;}
    #main .mod_newslist .teasersmall {width: 100%; float: left;}
    #main .mod_newslist .pagination p {width: 100%; float: left;}
    #main .mod_newslist .pagination ul {width: 100%; float: left;}
    body.kontaktformular form .submit {width: 100%;}


    .timeline:before {left: 5%;}
    .timeline:after {left: 5%;}

    .timeline .timeline-item:before {left: 5%;}
    .timeline .timeline-item .ce_headline {width: 85%; float: right;}
    .timeline .timeline-item div {width: 85%; float: right;}
    .timeline .timeline-item .ce_headline {float: right; text-align: left;}
    .timeline .timeline-item div {float: right; text-align: left; clear: right !important;}
    .timeline .timeline-item div h3 {text-align: left;}
    .timeline .timeline-item:nth-child(2n) .ce_headline {float: right; text-align: left;}
    .timeline .timeline-item:nth-child(2n) div {float: right; text-align: left; clear: left !important;}
    .timeline .timeline-item:nth-child(2n) div h3 {text-align: left;}
}

/*Abstaende*/
.oben0 {margin-top: 0px !important;}
.oben10 {margin-top: 10px !important;}
.oben20 {margin-top: 20px !important;}
.oben30 {margin-top: 30px !important;}
.oben40 {margin-top: 40px !important;}
.oben50 {margin-top: 50px !important;}
.oben60 {margin-top: 60px !important;}
.oben70 {margin-top: 70px !important;}
.oben80 {margin-top: 80px !important;}
.oben90 {margin-top: 90px !important;}
.oben100 {margin-top: 100px !important;}
.oben110 {margin-top: 110px !important;}
.oben120 {margin-top: 120px !important;}
.oben130 {margin-top: 130px !important;}
.oben140 {margin-top: 140px !important;}
.oben150 {margin-top: 150px !important;}

.unten0 {margin-bottom: 0px !important;}
.unten10 {margin-bottom: 10px !important;}
.unten20 {margin-bottom: 20px !important;}
.unten30 {margin-bottom: 30px !important;}
.unten40 {margin-bottom: 40px !important;}
.unten50 {margin-bottom: 50px !important;}
.unten60 {margin-bottom: 60px !important;}
.unten70 {margin-bottom: 70px !important;}
.unten80 {margin-bottom: 80px !important;}
.unten90 {margin-bottom: 90px !important;}
.unten100 {margin-bottom: 100px !important;}
.unten110 {margin-bottom: 110px !important;}
.unten120 {margin-bottom: 120px !important;}
.unten130 {margin-bottom: 130px !important;}
.unten140 {margin-bottom: 140px !important;}
.unten150 {margin-bottom: 150px !important;}

/*  FONTS  													 */
/*************************************************************/

@font-face {
    font-family: 'barlowbold';
    src: url('../../files/Proftech/data/style/Fonts/barlow-bold.woff2') format('woff2'),
         url('../../files/Proftech/data/style/Fonts/barlow-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'barlowregular';
    src: url('../../files/Proftech/data/style/Fonts/barlow-regular.woff2') format('woff2'),
         url('../../files/Proftech/data/style/Fonts/barlow-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
