/* copytext */
/* colors */
/*$primarydark: #FF6400;*/
/*$primarylight: #F39332;*/
/*$primary: $primarylight;*/
/*$primaryhover: $primarydark;*/
/*$sliderNext: '';*/
/*$sliderPrev: '';*/
/* breakpoints */
/* spacing */
/* other */
/* mixins */
/* general */
img {
  max-width: 100%;
  height: auto; }

strong {
  font-weight: 700; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.align-center, .center, .middle {
  text-align: center; }
/* end general */
/* navigation */
nav {
  opacity: 0;
  transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  position: fixed;
  top: -940px;
  left: 0px;
  right: 0px;
  z-index: 2;
  border-bottom: 3px solid #f39332;
  background: #fff; }
  nav .cross {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px; }
  nav .nav-item img {
    margin-bottom: 10px;
    width: 60px;
    display: none; }
    nav .nav-item hr {
      width: 100%;
      border-color: #f39332;
      margin: 0px; }
    nav .nav-item .nav-title {
      font-size: 16px;
      font-weight: bold; }
      nav .nav-item .nav-title a {
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 22px;
        display: block;
        width: 100%;
        padding: 20px 20px 20px 0px;
        transition: all 0.3s ease-in-out; }
        nav .nav-item .nav-title a:hover {
          color: #2e2e2e;
          background-color: #f2f6f7;
          padding: 20px 10px 20px 10px;
          background-position: right 10px center; }
    nav .nav-item .nav-description {
      font-size: 12px;
      display: none; }
    nav .nav-item:last-child hr {
      border: none; }
  @media (min-width: 768px) {
  nav {
    top: -884px;
    padding-top: 20px; }
    nav .cross {
      display: block; }

    nav .nav-item {
      height: 170px;
      overflow: hidden;
      margin-bottom: 10px; }
      nav .nav-item img {
        display: block; }
      nav .nav-item hr {
        margin: 10px 0px 10px 0px; }
      nav .nav-item .nav-title a {
        display: block;
        padding: 0px 22px 0px 0px; }
        nav .nav-item .nav-title a:hover {
          color: #2e2e2e;
          background-color: transparent;
          padding: 0px 22px 0px 0px;
          background-position: right center; }
      nav .nav-item .nav-description {
        display: block; }
      nav .nav-item:last-child hr {
        border-top: 1px solid #f39332; } }
  @media (min-width: 1200px) {
  nav {
    top: -854px;
    padding-top: 50px;
    padding-bottom: 30px; }
    nav .nav-item {
      height: 210px; }
      nav .nav-item .nav-title {
        font-size: 20px; }
        nav .nav-item .nav-title a {
          background-size: 30px; }
      nav .nav-item .nav-description {
        font-size: 18px; } }

.opened {
  opacity: 1;
  top: 60px; }
  @media (min-width: 768px) {
  .opened {
    top: 116px; }
    .opened.scrolled {
      height: auto;
      top: 80px; } }
  @media (min-width: 1200px) {
  .opened {
    top: 146px; } }

main {
  transition: filter 0.5s linear; }

.blurred {
  filter: blur(10px); }
/* end navigation */
/* layout */
body {
  min-width: 300px;
  padding-top: 60px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #6f838d;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 20px;
    padding-top: 116px; } }
  @media (min-width: 1200px) {
  body {
    font-size: 19px;
    line-height: 23px;
    padding-top: 146px; } }

@media (min-width: 768px) {
    .container {
      width: 680px;
      padding-right: 50px;
      padding-left: 50px; } }
  @media (min-width: 992px) {
  .container {
    width: 900px; } }
  @media (min-width: 1200px) {
  .container {
    width: 1100px; } }
  @media (min-width: 1980px) {
  .container {
    width: 1500px; } }

.container-fluid {
  padding-right: 50px;
  padding-left: 50px; }

.row > .fsc-default {
  float: left;
  position: relative;
  padding: 0px 15px 0px 15px; }

main, footer, main > div, .fsc-default {
  width: 100%;
  float: left;
  clear: both; }

main img {
  width: 100%;
  margin: 10px 0px 10px 0px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  overflow: hidden;
  background-color: #fff;
  z-index: 3; }
  header .sitepath, header .linework, header .navlabel, header .langmenu {
    display: none; }
  header .touchbutton {
    padding: 14px 10px 14px 0px;
    margin-top: 13px;
    float: left; }
  header .touchbutton svg {
    width: 31px;
    height: 18px; }
  header .logo {
    display: block; }
    header .logo img {
      float: right;
      height: 40px;
      margin-top: 12px; }
  header .langmenu a, header .langmenu a:visited {
    color: #f39332; }
  header a:hover {
    filter: brightness(70%); }
  @media (min-width: 768px) {
  header {
    height: 116px; }
    header .sitepath {
      display: block;
      position: absolute;
      bottom: 6px;
      left: 0;
      right: 0;
      height: 20px;
      overflow: hidden;
      color: #fff;
      background-color: #6f838d; }
      header .sitepath ul {
        float: left;
        clear: both;
        width: 100%;
        height: 20px;
        list-style-type: none;
        padding: 0px; }
        header .sitepath ul li {
          float: left;
          background-image: url("../../../../fileadmin/system/css/../img/trennsymbol.svg");
          background-repeat: no-repeat;
          background-position: 0px 4px;
          padding-left: 14px;
          font-size: 12px;
          line-height: 20px;
          letter-spacing: 0.5px;
          text-transform: uppercase;
          margin-right: 9px; }
          header .sitepath ul li:first-child {
            background-image: none;
            padding-left: 0px; }
          header .sitepath ul li img {
            float: left;
            height: 14px;
            margin-top: 3px; }
          header .sitepath ul li a {
            display: block; }
          header .sitepath ul li a:hover {
            filter: brightness(85%); }

    header .linework {
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      height: 6px;
      background: linear-gradient(90deg, #ff6400 0%, #f39332 100%); }

    header .touchbutton {
      margin-top: 32px; }

    header .navlabel, header .langmenu {
      float: left;
      display: block;
      margin-top: 44px;
      text-transform: uppercase;
      letter-spacing: 1px; }

    header .navlabel {
      margin-right: 45px; }

    header .logo img {
      height: 60px;
      margin-top: 20px; } }
  @media (min-width: 1200px) {
  header {
    height: 146px; }
    header .touchbutton {
      margin-top: 48px; }

    header .navlabel, header .langmenu {
      margin-top: 60px; }

    header .navlabel {
      margin-right: 100px; }

    header .logo img {
      height: 80px;
      margin-top: 25px; } }

@media (min-width: 768px) {
    .scrolled {
      height: 80px; }
      .scrolled .touchbutton {
        margin-top: 4px; }
      .scrolled .navlabel, .scrolled .langmenu {
        margin-top: 16px;
        font-size: 16px; }
      .scrolled .logo img {
        height: 40px;
        margin-top: 5px; } }

footer {
  padding: 15px 0px 15px 0px;
  background: linear-gradient(90deg, #ff6400 0%, #f39332 100%);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase; }
  footer a {
    margin-right: 15px; }

.fsc-white, .fsc-whitespacing {
  background-color: #fff; }
  @media (min-width: 768px) {
  .fsc-white .hp-grey, .fsc-whitespacing .hp-grey {
    display: block; } }

.fsc-primary, .fsc-primaryspacing {
  color: #fff;
  background: linear-gradient(90deg, #ff6400 0%, #f39332 100%); }
  .fsc-primary .header-large, .fsc-primaryspacing .header-large {
    color: #fff; }
  .fsc-primary .tile, .fsc-primaryspacing .tile {
    color: #6f838d; }
  @media (min-width: 768px) {
  .fsc-primary .hp-white, .fsc-primaryspacing .hp-white {
    display: block; } }

.fsc-secondary, .fsc-secondaryspacing {
  background-color: #f2f6f7; }
  @media (min-width: 768px) {
  .fsc-secondary .hp-grey, .fsc-secondaryspacing .hp-grey {
    display: block; } }

.fsc-whitespacing, .fsc-primaryspacing, .fsc-secondaryspacing {
  padding-bottom: 30px; }
  @media (min-width: 992px) {
  .fsc-whitespacing, .fsc-primaryspacing, .fsc-secondaryspacing {
    padding-bottom: 60px; } }
/* end layout */
/* typo */
h1, h2, h3, h4, h5 {
  margin: 10px 0px 10px 0px;
  font-family: Calibri, Arial, sans-serif;
  font-weight: normal; }

.header-large {
  color: #f39332;
  font-size: 20px;
  line-height: 20px;
  margin-top: 50px; }
  @media (min-width: 768px) {
  .header-large {
    font-size: 30px;
    line-height: 30px; } }
  @media (min-width: 1200px) {
  .header-large {
    font-size: 50px;
    line-height: 48px; } }

.header-medium {
  font-size: 18px;
  line-height: 18px; }
  @media (min-width: 768px) {
  .header-medium {
    font-size: 22px;
    line-height: 22px; } }
  @media (min-width: 1200px) {
  .header-medium {
    font-size: 27px;
    line-height: 27px; } }

.header-small {
  font-size: 16px;
  line-height: 16px; }
  @media (min-width: 768px) {
  .header-small {
    font-size: 18px;
    line-height: 18px; } }
  @media (min-width: 1200px) {
  .header-small {
    font-size: 20px;
    line-height: 20px; } }

.header-picto {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.07px;
  text-transform: uppercase;
  margin-top: 50px; }
  @media (min-width: 768px) {
  .header-picto {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.43px; } }
  @media (min-width: 992px) {
  .header-picto {
    margin-top: 80px; } }
  @media (min-width: 1200px) {
  .header-picto {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 1.43px; } }

.header-picto-image {
  position: absolute;
  top: -27px;
  left: -52px;
  width: 100px;
  height: auto;
  margin: 0px;
  display: none; }

.doubleheader {
  position: relative;
  overflow: visible; }
  .doubleheader .header-large {
    margin: 10px 0px 10px 0px; }

p {
  /*
   -ms-hyphens: auto;
   -moz-hyphens: auto;
   -webkit-hyphens: auto;
   hyphens: auto;
   */
  margin: 10px 0px 10px 0px; }
  .headerimage-header1 p {
    /*
     -ms-hyphens: none;
     -moz-hyphens: none;
     -webkit-hyphens: none;
     hyphens: none;
     */ }

hr {
  margin: 10px 0px 10px 0px; }
/* end typo */
/* modules */
.headerimage {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 50%;
  height: 300px;
  margin-bottom: 140px; }
  .headerimage .headerimage-transparency {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    background-color: #6f838d;
    opacity: 0.7; }
  .headerimage .headerimage-overlay {
    position: absolute;
    top: 300px;
    left: 0px;
    width: 100%;
    height: 140px;
    padding: 15px;
    overflow: hidden; }
    .headerimage .headerimage-overlay .headerimage-header1 {
      font-size: 20px;
      line-height: 20px;
      text-transform: uppercase; }
    .headerimage .headerimage-overlay .headerimage-header2 {
      font-size: 14px;
      line-height: 16px; }
    .headerimage .headerimage-overlay hr {
      border-top: 2px solid #fff; }
  @media (min-width: 768px) {
  .headerimage {
    height: 440px;
    margin-bottom: 180px; }
    .headerimage .headerimage-overlay {
      top: 440px;
      height: 180px; }
      .headerimage .headerimage-overlay .headerimage-header1 {
        font-size: 40px;
        line-height: 40px;
        width: 680px;
        margin: 0px auto;
        padding: 0px 50px; }
      .headerimage .headerimage-overlay .headerimage-header2 {
        font-size: 16px;
        line-height: 20px;
        width: 680px;
        margin: 0px auto;
        padding: 0px 50px; }
      .headerimage .headerimage-overlay .headerimage-hr {
        width: 680px;
        margin: 0px auto;
        padding: 0px 50px; } }
  @media (min-width: 992px) {
  .headerimage {
    height: 440px;
    margin-bottom: 0px; }
    .headerimage .headerimage-overlay {
      position: relative;
      margin-top: 100px;
      margin-left: -15px;
      padding: 15px 30px;
      height: auto;
      top: auto;
      left: auto;
      width: 46%;
      border-radius: 0px 0px 7px 0px; }
      .headerimage .headerimage-overlay .headerimage-header1, .headerimage .headerimage-overlay .headerimage-header2, .headerimage .headerimage-overlay .headerimage-hr {
        width: auto;
        margin: 10px 0px;
        padding: 0px; }
      .headerimage .headerimage-overlay .headerimage-header1 {
        min-height: 80px; } }
  @media (min-width: 1200px) {
  .headerimage .headerimage-overlay .headerimage-header1 {
    font-size: 50px;
    line-height: 48px;
    min-height: 96px; }
    .headerimage .headerimage-overlay .headerimage-header2 {
      font-size: 20px;
      line-height: 24px; } }
  @media (min-width: 1980px) {
  .headerimage {
    height: 30vw; } }

.spacer {
  float: left;
  clear: both;
  width: 100%; }

.btn {
  transition: all 0.3s ease-in-out;
  margin: 10px 0px 10px 0px;
  max-width: 100%;
  overflow: hidden;
  height: auto;
  border-radius: 20px;
  line-height: 1em;
  padding: 1rem 2rem;
  border: none;
  text-transform: uppercase;
  white-space: normal; }
  @media (min-width: 1200px) {
  .btn {
    white-space: nowrap;
    line-height: 36px;
    padding: 0 2rem; } }

.btn-default, .btn, .btn:visited, .btn:not(.btn-raised) {
  color: #fff;
  background-color: #f39332; }

.btn:hover, .btn:focus:not(.btn-raised):not(.btn-link), .btn:hover:not(.btn-raised):not(.btn-link) {
  color: #fff;
  background-color: #ff6400; }

.tile-wrap {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px 0px 30px 0px; }
  .tile-wrap .tile, .tile-wrap .product-tile {
    transition: none;
    background: #fff;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    border-top: 8px solid #6f838d;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.5); }
    .tile-wrap .tile .linkarrows, .tile-wrap .product-tile .linkarrows {
      font-size: 22px;
      line-height: 28px;
      padding: 0px 30px 2px 30px; }
    .tile-wrap .tile hr, .tile-wrap .product-tile hr {
      color: #f39332;
      border-color: #f39332; }
    .tile-wrap .tile .tile-category, .tile-wrap .product-tile .tile-category {
      text-transform: uppercase;
      padding: 7.5px 15px;
      display: inline-block;
      width: 100%;
      letter-spacing: 1.07px;
      font-size: 14px;
      line-height: 16px; }
      @media (min-width: 768px) {
  .tile-wrap .tile .tile-category, .tile-wrap .product-tile .tile-category {
    letter-spacing: 1.43px; } }
    .tile-wrap .tile .tile-date, .tile-wrap .product-tile .tile-date {
      float: right; }
    .tile-wrap .tile .tile-image, .tile-wrap .product-tile .tile-image {
      width: 100%;
      margin: 0px;
      height: 138px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
      @media (min-width: 768px) {
  .tile-wrap .tile .tile-image, .tile-wrap .product-tile .tile-image {
    height: 155px; } }
      @media (min-width: 992px) {
  .tile-wrap .tile .tile-image, .tile-wrap .product-tile .tile-image {
    height: 138px; } }
      @media (min-width: 1200px) {
  .tile-wrap .tile .tile-image, .tile-wrap .product-tile .tile-image {
    height: 176px; } }
      @media (min-width: 1980px) {
  .tile-wrap .tile .tile-image, .tile-wrap .product-tile .tile-image {
    height: 251px; } }
    .tile-wrap .tile p, .tile-wrap .product-tile p {
      line-height: 1.1em; }
    .tile-wrap .tile .tile-gradient, .tile-wrap .product-tile .tile-gradient {
      background: linear-gradient(90deg, #ff6400 0%, #f39332 100%); }
    .tile-wrap .tile .tile-text, .tile-wrap .product-tile .tile-text {
      margin: 15px 15px; }
  .tile-wrap a.tile:hover, .tile-wrap a.tile:focus {
    filter: brightness(90%); }
  .tile-wrap .product-tile {
    border-top: none;
    height: auto;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 40px; }
    .tile-wrap .product-tile .product-header {
      background-color: #f39332;
      color: white;
      padding: 5px 3px 5px 15px; }
      .tile-wrap .product-tile .product-header .product-highrunner {
        font-size: 12px;
        float: right;
        padding-right: 22px;
        text-transform: uppercase;
        background-image: url("../../../../fileadmin/system/css/../img/stern.png");
        background-repeat: no-repeat;
        background-position: right center; }
    .tile-wrap .product-tile .product-markings {
      float: right; }
      .tile-wrap .product-tile .product-markings div {
        width: 30px;
        line-height: 30px;
        font-size: 12px;
        color: black;
        margin: 3px;
        text-align: center; }
      .tile-wrap .product-tile .product-markings .product-regulatory {
        background: #ffdc00; }
      .tile-wrap .product-tile .product-markings .product-usp {
        background: #00954e; }
    .tile-wrap .product-tile .product-main {
      padding: 2px 45px 2px 15px;
      color: #000; }
      .tile-wrap .product-tile .product-main small {
        font-size: 13px;
        line-height: 15px; }
      .tile-wrap .product-tile .product-main .header-medium, .tile-wrap .product-tile .product-main .header-small {
        color: #6f838d;
        margin-bottom: 5px; }
    .tile-wrap .product-tile .product-bottom {
      padding: 2px 15px 2px 15px; }
    .tile-wrap .product-tile .product-more {
      position: absolute;
      left: 30px;
      bottom: 15px;
      color: #f39332; }
    @media (min-width: 768px) {
  .tile-wrap .product-tile {
    height: 240px; } }
    @media (min-width: 1200px) {
  .tile-wrap .product-tile {
    height: 280px;
    font-size: 16px;
    line-height: 20px; } }

.mobiletext-1 .hidden-xs {
  display: block !important; }

.isotope > .tile-wrap, .productlist > .tile-wrap {
  padding: 0px 15px 0px 15px; }
  @media (min-width: 768px) {
    .isotope > .tile-wrap, .productlist > .tile-wrap {
      width: 50%; } }
  @media (min-width: 992px) {
    .isotope > .tile-wrap, .productlist > .tile-wrap {
      width: 33.33333%; } }

.leadelement {
  background-image: url("../../../../fileadmin/system/css/../img/raute_gross.svg");
  background-repeat: no-repeat;
  background-position: 15px top;
  background-size: auto 50px;
  padding-top: 25px; }
  .leadelement .btn, .leadelement .btn.btn-default:not(.btn-raised), .leadelement .btn:focus:not(.btn-raised):not(.btn-link), .leadelement .btn:hover:not(.btn-raised):not(.btn-link) {
    color: #000;
    background-color: #fff; }
  .leadelement .btn:focus:not(.btn-raised):not(.btn-link), .leadelement .btn:hover:not(.btn-raised):not(.btn-link) {
    filter: brightness(90%); }
  @media (min-width: 768px) {
  .leadelement {
    background-position: 50px top;
    background-size: auto 75px;
    padding-top: 50px; } }
  @media (min-width: 1200px) {
  .leadelement {
    background-position: 50px top;
    background-size: auto 100px;
    padding-top: 75px; } }

.panorama .parallax-window {
  background: #fff;
  position: relative; }
  .panorama .parallax-window .panorama-banner .doubleheader {
    margin-top: 50px; }
    .panorama .parallax-window .panorama-banner .header-large {
      color: #fff; }
  @media (min-width: 768px) {
  .panorama .parallax-window {
    background: transparent;
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
    .panorama .parallax-window .panorama-banner {
      position: absolute;
      width: 100%;
      height: 146.66667px;
      top: 146.66667px;
      background-color: rgba(0, 0, 0, 0.5); }
      .panorama .parallax-window .panorama-banner .doubleheader {
        margin-top: 30px; }

    .panorama .panorama-tiles {
      margin-top: -176.66667px; } }
  @media (min-width: 1200px) {
  .panorama .parallax-window {
    height: 440px; }
    .panorama .parallax-window .panorama-banner {
      height: 146.66667px;
      top: 146.66667px; }
      .panorama .parallax-window .panorama-banner .doubleheader {
        margin-top: 20px; }

    .panorama .panorama-tiles {
      margin-top: -176.66667px; } }
  @media (min-width: 1980px) {
  .panorama .parallax-window {
    height: 30vw; }
    .panorama .parallax-window .panorama-banner {
      height: 10vw;
      top: 10vw; }

    .panorama .panorama-tiles {
      margin-top: -10.3125vw; } }
  @media (max-width: 767px) {
  .panorama .parallax-window {
    background: none !important; } }

.ce-bullets {
  list-style-type: none; }

.ce-bullets li {
  background-image: url("../../../../fileadmin/system/css/../img/dot.png");
  background-repeat: no-repeat;
  background-position: 0px 8px;
  padding-left: 12px;
  margin-bottom: 10px; }

.fsc-primary .ce-bullets li {
  background-image: url("../../../../fileadmin/system/css/../img/wdot.png"); }

a, a:visited {
  outline: none !important;
  color: inherit; }

a:hover, a:focus {
  transition: all 0.3s ease-in-out;
  color: inherit;
  outline: none !important;
  text-decoration: none; }

p a, p a:visited {
  color: #f39332; }

p a:hover, p a:focus {
  color: #f39332; }

.fsc-primary p a, .fsc-primary p a:visited {
  color: #f2f6f7; }

.fsc-primary p a:hover, .fsc-primary p a:focus {
  color: #fff; }

.flexslider {
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none; }
  .flexslider .flexslider .slides > li {
    width: auto !important; }
/* end modules */
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #f39332;
  border-radius: none;
  text-align: center; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f001';
  color: #fff;
  text-shadow: none;
  line-height: 40px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: center; }

.flex-control-nav {
  bottom: -5px; }
/*
 Styledef Kontaktformular:
 */
.caret {
  width: auto;
  border: none; }

label {
  margin-bottom: 0px;
  font-weight: normal; }

.sliders label {
  margin-top: 5px; }

[type="checkbox"]:checked + label::before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #f39332;
  border-bottom: 2px solid #f39332;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.nomargin {
  margin: 0; }

.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
  background-color: #f39332;
  border: 1px solid #fff; }

.filterswrap {
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 30px; }

.tagline {
  width: 100%;
  background-color: #e05800; }
  .tagline .quicksearch-icon {
    margin-top: 17px; }
  .tagline .chip {
    color: #fff;
    background-color: #b34600; }
  .tagline .chip i {
    color: #fff;
    opacity: 0.9; }
  .tagline .chipz {
    margin-top: 15px; }
  .tagline input:not([type]), .tagline input[type="date"], .tagline input[type="datetime-local"], .tagline input[type="datetime"], .tagline input[type="email"], .tagline input[type="number"], .tagline input[type="password"], .tagline input[type="search"], .tagline input[type="tel"], .tagline input[type="text"], .tagline input[type="time"], .tagline input[type="url"], .tagline textarea.materialize-textarea {
    color: #000;
    background-color: #fff;
    border: 1px solid grey;
    border-radius: 5px;
    outline: 0;
    height: 32px;
    width: 100%;
    font-size: 1rem;
    margin: 0px 0px 5px 0px;
    padding: 0px 5px;
    transition: none;
    box-sizing: border-box; }
  .tagline ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999; }
  .tagline :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1; }
  .tagline ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1; }
  .tagline :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999; }
  .tagline ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999; }
  .tagline .row {
    margin-bottom: 10px; }

.isofilters {
  margin-bottom: 0px; }
  .isofilters h1 {
    margin: 10px 0px 10px 0px;
    font-family: Calibri, Arial, sans-serif;
    font-weight: normal;
    font-size: 2.28rem;
    line-height: 110%;
    margin-bottom: 60px; }
  .isofilters h5 {
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
    background-image: url("../../../../fileadmin/system/css/../img/filterlines.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .isofilters div {
    margin-top: 0px; }
  .isofilters .sliders {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-bottom: 0px; }
  .isofilters .collapsible {
    border: none;
    box-shadow: none; }
  .isofilters .collapsible-header {
    background: transparent;
    padding: 0px;
    border: none;
    min-height: 23px; }
  .isofilters .collapsible-body {
    border: none;
    padding: 0px; }
  .isofilters .dropdown-content li {
    min-height: 38px; }
  .isofilters .dropdown-content li > a, .isofilters .dropdown-content li > span {
    padding: 8px 16px; }

.mailform p {
  margin-bottom: 0px; }
  .mailform p:last-child {
    margin-bottom: 15px; }
  .mailform .actions {
    margin-top: 15px; }
  .mailform .previous .btn {
    margin-right: 30px; }
  .mailform .select-wrapper {
    min-height: 66px; }
  .mailform .select-wrapper span.caret {
    color: #f39332; }
  .mailform .dropdown-content li > a, .mailform .dropdown-content li > span {
    color: #000; }
  .mailform .select-wrapper input.select-dropdown {
    border-bottom: 1px solid #f39332; }
  .mailform label {
    color: inherit; }
  .mailform input:not([type]), .mailform input[type="text"], .mailform input[type="password"], .mailform input[type="email"], .mailform input[type="url"], .mailform input[type="time"], .mailform input[type="date"], .mailform input[type="datetime"], .mailform input[type="datetime-local"], .mailform input[type="tel"], .mailform input[type="number"], .mailform input[type="search"], .mailform textarea.materialize-textarea {
    border-bottom: 1px solid #f39332; }
  .mailform input:not([type]):focus:not([readonly]), .mailform input[type=text]:focus:not([readonly]), .mailform input[type=password]:focus:not([readonly]), .mailform input[type=email]:focus:not([readonly]), .mailform input[type=url]:focus:not([readonly]), .mailform input[type=time]:focus:not([readonly]), .mailform input[type=date]:focus:not([readonly]), .mailform input[type=datetime]:focus:not([readonly]), .mailform input[type=datetime-local]:focus:not([readonly]), .mailform input[type=tel]:focus:not([readonly]), .mailform input[type=number]:focus:not([readonly]), .mailform input[type=search]:focus:not([readonly]), .mailform textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #f39332;
    box-shadow: 0 1px 0 0 #f39332; }
  .mailform input:not([type]):focus:not([readonly]) + label, .mailform input[type=text]:focus:not([readonly]) + label, .mailform input[type=password]:focus:not([readonly]) + label, .mailform input[type=email]:focus:not([readonly]) + label, .mailform input[type=url]:focus:not([readonly]) + label, .mailform input[type=time]:focus:not([readonly]) + label, .mailform input[type=date]:focus:not([readonly]) + label, .mailform input[type=datetime]:focus:not([readonly]) + label, .mailform input[type=datetime-local]:focus:not([readonly]) + label, .mailform input[type=tel]:focus:not([readonly]) + label, .mailform input[type=number]:focus:not([readonly]) + label, .mailform input[type=search]:focus:not([readonly]) + label, .mailform textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #f39332; }
  .mailform .dropdown-content li {
    min-height: 38px; }
  .mailform .dropdown-content li > a, .mailform .dropdown-content li > span {
    padding: 8px 16px; }

.fsc-primaryspacing .select-wrapper span.caret {
  color: #fff; }
  .fsc-primaryspacing .dropdown-content li > a, .fsc-primaryspacing .dropdown-content li > span {
    color: #000; }
  .fsc-primaryspacing .noUi-target {
    background: rgba(255, 255, 255, 0.5); }
  .fsc-primaryspacing .noUi-connect {
    background: #fff; }
  .fsc-primaryspacing .noUi-target.noUi-horizontal .noUi-tooltip {
    background-color: #f39332;
    border: 1px solid #fff; }
  .fsc-primaryspacing .noUi-tooltip span {
    color: #fff; }
  .fsc-primaryspacing .select-wrapper input.select-dropdown {
    border-bottom: 1px solid #fff; }
  .fsc-primaryspacing label {
    color: inherit; }
  .fsc-primaryspacing input:not([type]), .fsc-primaryspacing input[type="text"], .fsc-primaryspacing input[type="password"], .fsc-primaryspacing input[type="email"], .fsc-primaryspacing input[type="url"], .fsc-primaryspacing input[type="time"], .fsc-primaryspacing input[type="date"], .fsc-primaryspacing input[type="datetime"], .fsc-primaryspacing input[type="datetime-local"], .fsc-primaryspacing input[type="tel"], .fsc-primaryspacing input[type="number"], .fsc-primaryspacing input[type="search"], .fsc-primaryspacing textarea.materialize-textarea {
    border-bottom: 1px solid #fff; }
  .fsc-primaryspacing input:not([type]):focus:not([readonly]), .fsc-primaryspacing input[type=text]:focus:not([readonly]), .fsc-primaryspacing input[type=password]:focus:not([readonly]), .fsc-primaryspacing input[type=email]:focus:not([readonly]), .fsc-primaryspacing input[type=url]:focus:not([readonly]), .fsc-primaryspacing input[type=time]:focus:not([readonly]), .fsc-primaryspacing input[type=date]:focus:not([readonly]), .fsc-primaryspacing input[type=datetime]:focus:not([readonly]), .fsc-primaryspacing input[type=datetime-local]:focus:not([readonly]), .fsc-primaryspacing input[type=tel]:focus:not([readonly]), .fsc-primaryspacing input[type=number]:focus:not([readonly]), .fsc-primaryspacing input[type=search]:focus:not([readonly]), .fsc-primaryspacing textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff; }
  .fsc-primaryspacing input:not([type]):focus:not([readonly]) + label, .fsc-primaryspacing input[type=text]:focus:not([readonly]) + label, .fsc-primaryspacing input[type=password]:focus:not([readonly]) + label, .fsc-primaryspacing input[type=email]:focus:not([readonly]) + label, .fsc-primaryspacing input[type=url]:focus:not([readonly]) + label, .fsc-primaryspacing input[type=time]:focus:not([readonly]) + label, .fsc-primaryspacing input[type=date]:focus:not([readonly]) + label, .fsc-primaryspacing input[type=datetime]:focus:not([readonly]) + label, .fsc-primaryspacing input[type=datetime-local]:focus:not([readonly]) + label, .fsc-primaryspacing input[type=tel]:focus:not([readonly]) + label, .fsc-primaryspacing input[type=number]:focus:not([readonly]) + label, .fsc-primaryspacing input[type=search]:focus:not([readonly]) + label, .fsc-primaryspacing textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #fff; }

#frame_zone, #popup_zone {
  color: #6f838d; }

.frame_zone #btn_cvparser a:hover, .frame_zone .btn_xing a:hover, .frame_zone .btn_linkedin a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000 !important;
  display: block;
  font-size: 16px; }

#maintenance {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center; }
  #maintenance h1 {
    text-align: center;
    padding: 60px;
    font-size: 44px;
    color: #fff;
    text-transform: uppercase; }

.modal {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  bottom: auto; }

#modalsalesregion {
  overflow: visible;
  max-width: 600px; }
  #modalsalesregion label {
    color: #000; }

.modal-content {
  position: relative;
  background-color: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .modal-content img {
    width: auto;
    max-width: 300px;
    max-height: 150px; }
  .modal-content h3 {
    font-size: 18px;
    color: #f39332;
    font-weight: bold; }
  .modal-content p {
    color: #000;
    font-size: 16px;
    margin: 0px; }
  .modal-content small {
    line-height: 1.1;
    display: block; }
  .modal-content table {
    width: 100%; }
  .modal-content .btn {
    margin: 0px 0px 20px 0px; }
  .modal-content table {
    margin-top: 5px; }
  .modal-content td {
    font-size: 12px;
    line-height: 1.1;
    color: #fff;
    background-color: #90a9b5;
    text-align: center;
    border: 1px solid #fff;
    padding: 7px 3px 3px 3px; }
  .modal-content .value {
    line-height: 1.7;
    font-size: 18px;
    font-weight: bold; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none; } }

.btn-floating {
  background-color: #fff; }

.btn-floating:hover {
  background-color: #e5e5e5; }

.btn-floating i {
  color: #f39332; }

.expertbutton {
  margin-top: 20px; }

.expert {
  display: none; }

#filtertags {
  padding-left: 30px;
  font-size: 12px; }

#filterbutton {
  position: fixed;
  top: 75px;
  right: 10px;
  padding: 10px;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff6400 0%, #f39332 100%);
  z-index: 1; }
  #filterbutton:hover .leftpart {
    display: block; }
  #filterbutton .leftpart {
    width: 150px;
    float: left;
    clear: none;
    display: none;
    transition: all 0.3s ease-in-out; }
  @media (min-width: 768px) {
    #filterbutton .leftpart {
      width: 180px; } }
  #filterbutton .leftpart.extrawidth {
    width: 220px; }
    @media (min-width: 768px) {
    #filterbutton .leftpart.extrawidth {
      width: 250px; } }
  #filterbutton .leftpart a, #filterbutton .leftpart a:visited, #filterbutton .leftpart a:hover {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1em; }
  #filterbutton .leftpart a:hover {
    filter: brightness(85%); }
  #filterbutton .rightpart {
    width: 40px;
    float: right;
    clear: none; }
  @media (min-width: 768px) {
    #filterbutton .rightpart {
      width: 60px;
      top: 131px; } }
  #filterbutton .rightpart img {
    width: 100%; }
  #filterbutton h6 {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    letter-spacing: 1.43px;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    #filterbutton h6 {
      font-size: 22px;
      line-height: 22px; } }
  @media (min-width: 1200px) {
    #filterbutton h6 {
      font-size: 27px;
      line-height: 27px;
      margin-bottom: 15px; } }
  #filterbutton p {
    color: #fff;
    text-transform: uppercase; }
  @media (min-width: 768px) {
  #filterbutton {
    top: 131px;
    right: 30px;
    padding: 15px;
    border-radius: 45px; } }
  @media (min-width: 1200px) {
  #filterbutton {
    top: 176px; } }
/********* HELGE **************/
/*Slider*/
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: -40px; }

.owl-nav .owl-prev {
  background: url("../../../../fileadmin/system/css/../img/slider-links_orange.svg") no-repeat;
  right: 60%; }

.owl-nav .owl-next {
  background: url("../../../../fileadmin/system/css/../img/slider-rechts_orange.svg") no-repeat;
  left: 60%; }

@media (min-width: 768px) {
  .owl-nav .owl-prev, .owl-nav .owl-next {
    top: 50%;
    bottom: 0;
    margin-top: -50px; }
    .owl-nav .owl-prev {
      left: -35px;
      right: 100%; }
    .owl-nav .owl-next {
      right: -40px;
      left: 100%; } }

.salesregion {
  white-space: nowrap;
  font-size: 13px;
  line-height: 1em;
  float: right;
  clear: both; }
  .salesregion .material-icons {
    font-size: 1em;
    margin-left: 6px;
    margin-top: 3px; }
  @media (min-width: 1200px) {
  .salesregion {
    position: absolute;
    top: -40px;
    right: 15px; } }

#modalsalesregion .select-wrapper {
  width: 200px; }
  #modalsalesregion .select-wrapper input.select-dropdown {
    border-bottom: 1px solid #6f838d; }

#modalsalesregion select, #modalsalesregion option, #modalsalesregion .btn-flat, #modalsalesregion .caret, #modalsalesregion input {
  color: #6f838d; }
/*Navigation Internet-Explorer*/
nav .cross {
  height: 20px; }
/*Form-Extension*/
/*.visible-xs .langmenu .separator {
 display: none;
 }*/
/*Langmenu mobil*/
.visible-xs.nav-item {
  padding: 20px 15px 20px 15px; }

.visible-xs.nav-item a {
  margin-left: 10px;
  margin-right: 10px; }

.svgtest .product-tile {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
  .svgtest .product-tile {
    padding-bottom: 60px; } }

.svgtest .product-tile:hover {
  background-color: #ddd; }

@media (max-width: 767px) {
  table {
    width: 100%; }
    thead {
      display: none; }
    tbody td {
      display: block;
      text-align: center; }
    tbody td:before {
      content: attr(data-th);
      display: block;
      text-align: center; } }

.badge {
  margin: 0px !important;
  color: #fff !important;
  background-color: #90a9b5 !important; }
