/*.fixed-page-navigation {
	position:fixed;
	top:48%;
	right:3%;
	z-index: 10000;
}

.fixed-page-navigation img{
	height: 100px;
}*/
.page {
  max-width: 1920px;
  margin: 0 auto; }
  .page .page-header.is-fixed {
    left: 50%;
    transform: translateX(-50%); }
  .page-header {
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%); }
    .page-header > div {
      max-width: 1920px;
      margin: 0 auto; }

.sidebar .sub-navigation li.border--after + li {
  border-top: 1px solid #000; }

.main-navigation li.border--after {
  padding-bottom: 16px;
  margin-bottom: 12px;
  border: none;
  border-bottom: 1px solid #000; }
.main-navigation ul.level_2 li.active span, .main-navigation ul_level_3 li.active span {
  font-size: 14px;
  font-weight: bold; }

.list--big {
  background-color: #f6f6f6;
  display: inline-block;
  padding: 20px 30px;
  margin: 20px 0;
  border: 4px solid #37aadf; }
  .list--big ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.5rem; }
    .list--big ul span {
      font-weight: bold; }

/* Header fixed */
.header-navigation-inner {
  min-height: 100px; }

.header-bar {
  min-height: 2.8462em; }

/* Header fixed Ende */
.footer-zertifikat {
  float: left;
  margin: 20px; }

.fixed-page-navigation {
  position: fixed;
  top: 48%;
  right: 3%;
  z-index: 10000; }

.fixed-page-navigation .contact {
  height: 70px;
  width: 70px;
  display: block;
  background-image: url("../../../files/stepp/img/css-icons-etc/email-icon.png");
  background-size: cover; }

.fixed-page-navigation .contact:hover {
  background-image: url("../../../files/stepp/img/css-icons-etc/email-icon-hover.png");
  background-size: cover; }

@media screen and (max-width: 900px) {
  .fixed-page-navigation .contact {
    height: 75px;
    width: 75px;
    display: block;
    background-image: url("../../../files/stepp/img/css-icons-etc/email-icon.png");
    background-size: cover; }

  .fixed-page-navigation .contact:hover {
    height: 75px;
    width: 75px;
    display: block;
    background-image: url("../../../files/stepp/img/css-icons-etc/email-icon-hover.png");
    background-size: cover; } }
@media screen and (max-width: 599px) {
  .fixed-page-navigation .contact {
    height: 50px;
    width: 50px;
    display: block;
    background-image: url("../../../files/stepp/img/css-icons-etc/email-icon.png");
    background-size: cover; }

  .fixed-page-navigation .contact:hover {
    height: 50px;
    width: 50px;
    display: block;
    background-image: url("../../../files/stepp/img/css-icons-etc/email-icon-hover.png");
    background-size: cover; } }
.half-width-content {
  margin-right: 25%;
  margin-left: 25%; }

.header-navigation-inner {
  height: 100px;
  /*127px;*/ }

.-boxed > .teaser-boxes-item .image-wrapper {
  margin: 0em -1.42857em 1.28571em;
  margin-top: 0em;
  margin-right: -1.42857em;
  margin-bottom: 1.28571em;
  margin-left: -1.42857em; }

.teaser-boxes-item .image-wrapper.-has-hover:hover img,
.team-boxes-item .image-wrapper.-has-hover:hover img,
.teaser-boxes-item .image-wrapper.-has-hover:focus img,
.team-boxes-item .image-wrapper.-has-hover:focus img,
.image_container a:hover img,
.image_container a:focus img {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

/*-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);*/
/*.image_wrapper a:hover img,
.image_wrapper a:focus img {
    -webkit-filter: none;
    filter: none;
	border: 2px solid red;
}
.image_wrapper a:hover:after,
.image_wrapper a:focus:after {
     content: none;
 }*/
/*.image_container a:hover img,
.image_container a:focus img {
    -webkit-filter: none;
    filter: none;
}
.image_container a:hover:after,
.image_container a:focus:after {
    content: none;
}*/
/*.floating-sidebar {
    position: fixed;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}*/
/*.floating-sidebar ul, li
{
    list-style: none;
}*/
/*.floating-sidebar ul, li
{
	min-width: 100px;
}*/
/**

Styles 08.2019

 */
.overflow--hidden {
  overflow: hidden; }

.only--mobile {
  display: block; }

.only--desktop {
  display: none; }

.main-slider {
  padding-bottom: 40px; }
  .main-slider .rsts-nav {
    height: 30px;
    bottom: 0; }
  .main-slider .button--container .headline-box {
    margin: 10px auto; }
  .main-slider .button--container .rsfh-dummy {
    display: none; }
  .main-slider .ce_gallery ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
    .main-slider .ce_gallery ul li {
      flex-basis: 33.333%;
      max-width: 33.333%;
      width: auto;
      margin: 0;
      padding: 5px; }
      .main-slider .ce_gallery ul li img {
        max-height: 80px;
        width: auto;
        max-width: 100%;
        margin: 20px auto; }

.flipbook--overlay {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  left: 0;
  z-index: 90000;
  background-color: rgba(0, 0, 0, 0.9); }
  .flipbook--overlay-close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px; }
    .flipbook--overlay-close i {
      color: #fff;
      font-size: 40px; }
  .flipbook--overlay.is--open {
    display: block; }

.flip-book-container {
  height: 100%; }

/***** YT Player *****/
.yt-player {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 24px; }
  .yt-player--container {
    position: relative; }
  .yt-player img {
    vertical-align: bottom; }
  .yt-player iframe {
    width: 100%;
    z-index: 1; }
  .yt-player .yt--description {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
    padding: 10px 20px;
    background-color: rgba(0, 153, 161, 0.6);
    color: #fff; }
  .yt-player--dataprotection {
    position: absolute;
    width: 320px;
    font-size: .875rem;
    line-height: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    opacity: 0;
    transition: all .3s;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    top: calc(50% + 60px);
    z-index: 1; }
    .yt-player--dataprotection .ce_hyperlink {
      margin-top: 8px; }
    .yt-player--dataprotection:before {
      border: 15px solid transparent;
      border-bottom: 15px solid #fff;
      bottom: 99%;
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .yt-player--dataprotection.is--active {
      opacity: 1; }
  .yt-player .yt--badge {
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 4px 16px;
    background-color: #37aadf;
    color: #fff; }
  .yt-player .btn--play {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: .2s ease-in-out; }
    .yt-player .btn--play:hover {
      transform: translate(-50%, -50%) scale(0.95); }
  .yt-player .yt--info {
    background-color: #fff;
    text-align: left;
    border: 1px solid #eee;
    padding: 30px 20px;
    margin-top: -1px; }
    .yt-player .yt--info h3 {
      margin-top: 0;
      font-weight: bold; }
    .yt-player .yt--info p {
      font-size: 14px;
      margin-bottom: 0; }

.width--1400 {
  max-width: 1400px; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.partner {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .partner--item {
    flex-basis: 50%;
    max-width: 50%;
    padding: 24px;
    display: flex;
    justify-content: center; }
    .partner--item img {
      max-height: 60px; }

.teaser-boxes.flex a.button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%); }
.teaser-boxes.flex .teaser-boxes-item {
  position: relative;
  padding: 20px 20px 70px 20px; }

.product-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 2.25em auto; }
  .product-grid img {
    vertical-align: bottom; }
  .product-grid--item {
    padding: 8px;
    margin: 0px 18px 18px 0px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in-out; }
    .product-grid--item:hover {
      transform: translateY(-4px);
      box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.1); }
    .product-grid--item img {
      width: 70px; }

.quicklinks {
  justify-content: center; }
  .quicklinks section {
    width: auto !important;
    margin: 10px !important;
    width: 280px !important; }
    .quicklinks section.teaser-boxes-item {
      border: none;
      background-color: transparent; }
      .quicklinks section.teaser-boxes-item h3 {
        margin: 16px 0px; }
      .quicklinks section.teaser-boxes-item img {
        transition: .3s ease-in-out; }
        .quicklinks section.teaser-boxes-item img:hover {
          transform: scale(1.1); }

.button--fixed {
  position: absolute;
  top: 20px;
  left: 20px; }

.box--product {
  background-color: #f6f6f6;
  padding: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px; }

.text--white-bg {
  text-align: left; }
  .text--white-bg h1, .text--white-bg h2, .text--white-bg h3, .text--white-bg h4, .text--white-bg p {
    color: #000;
    margin: 8px 0px;
    display: inline-block;
    float: left;
    padding: 8px 12px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.7); }

.margin-top--small .feature-box-text {
  margin-top: 20px; }

@media screen and (min-width: 600px) {
  .only--mobile {
    display: none; }

  .only--desktop {
    display: block; }

  .main-slider {
    height: 680px; }
    .main-slider .margin--top {
      margin-top: 60px !important; }

  .button--container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .button--container .headline-box {
      margin: 10px 0px !important; } }
@media screen and (min-width: 768px) {
  .partner--item {
    flex-basis: 25%;
    max-width: 25%; } }
@media screen and (min-width: 1024px) {
  .quicklinks section.teaser-boxes-item {
    flex-basis: calc(20% - 20px);
    max-width: calc(20% - 20px); } }


.no-resize > figure {
    width: auto !important;
}

.yt-player > figure > button {
    background: none;
    border: none;
    box-shadow: none;
}

.yt-player--container > button > figcaption {
    color: #000;
    text-shadow: none;
}

.media figure, .content-image figure, .content-gallery figure {
    border:none !important;
    background: none !important;
    box-shadow: none !important;
}

/*# sourceMappingURL=custom.css.map */