@import url("//hello.myfonts.net/count/322c16");
/* font stack */
/* default, p, li, h1, navi */
/* h2, h3, btn, footer links */
/* bignumber */
/* font sizes */
/* footer links */
/* h1 */
/* default p, navi, teaser p */
/* h3, teaser h3 */
/* 12col p */
/* h2 */
/* bignumber */
/* colors */
/* screen sizes */
/* spacing */
/* mixins */
/* general */
@font-face {
  font-family: 'FFDINWebProBold';
  font-display: swap;
  src: url("../../../../fileadmin/system/css/../fonts/322C16_0_0.eot");
  src: url("../../../../fileadmin/system/css/../fonts/322C16_0_0.eot?#iefix") format('embedded-opentype'), url("../../../../fileadmin/system/css/../fonts/322C16_0_0.woff2") format('woff2'), url("../../../../fileadmin/system/css/../fonts/322C16_0_0.woff") format('woff'), url("../../../../fileadmin/system/css/../fonts/322C16_0_0.ttf") format('truetype'); }

@font-face {
  font-family: 'FFDINWebProLight';
  font-display: swap;
  src: url("../../../../fileadmin/system/css/../fonts/322C16_1_0.eot");
  src: url("../../../../fileadmin/system/css/../fonts/322C16_1_0.eot?#iefix") format('embedded-opentype'), url("../../../../fileadmin/system/css/../fonts/322C16_1_0.woff2") format('woff2'), url("../../../../fileadmin/system/css/../fonts/322C16_1_0.woff") format('woff'), url("../../../../fileadmin/system/css/../fonts/322C16_1_0.ttf") format('truetype'); }

@font-face {
  font-family: 'FFDINWebProMedium';
  font-display: swap;
  src: url("../../../../fileadmin/system/css/../fonts/322C16_2_0.eot");
  src: url("../../../../fileadmin/system/css/../fonts/322C16_2_0.eot?#iefix") format('embedded-opentype'), url("../../../../fileadmin/system/css/../fonts/322C16_2_0.woff2") format('woff2'), url("../../../../fileadmin/system/css/../fonts/322C16_2_0.woff") format('woff'), url("../../../../fileadmin/system/css/../fonts/322C16_2_0.ttf") format('truetype'); }

@font-face {
  font-family: 'FFDINWebPro';
  font-display: swap;
  src: url("../../../../fileadmin/system/css/../fonts/322C16_3_0.eot");
  src: url("../../../../fileadmin/system/css/../fonts/322C16_3_0.eot?#iefix") format('embedded-opentype'), url("../../../../fileadmin/system/css/../fonts/322C16_3_0.woff2") format('woff2'), url("../../../../fileadmin/system/css/../fonts/322C16_3_0.woff") format('woff'), url("../../../../fileadmin/system/css/../fonts/322C16_3_0.ttf") format('truetype'); }

img {
  max-width: 100%;
  height: auto; }

main > div > img {
  margin: 0px; }

svg {
  max-width: 100%;
  vertical-align: middle; }

a {
  transition: all 0.3s ease-in-out;
  outline: none !important;
  color: #ff3200; }
  .fsc-orage a, .orangevertical a {
    color: #fff; }
  a:hover, a:focus {
    outline: none !important;
    text-decoration: none; }

.orangedot {
  color: #ff3200;
  font-family: arial, sans-serif; }

.left, .align-left {
  text-align: left; }

.right, .align-right {
  text-align: right; }

@media (min-width: 768px) {
    .center, .align-center, .middle {
      text-align: center; } }

.nowrap, .nobr {
  white-space: nowrap; }

.nohyphens {
  hyphens: none; }

small, .help-block {
  font-size: 10.5px;
  line-height: 11.9px; }
  @media (min-width: 768px) {
  small, .help-block {
    font-size: 12px;
    line-height: 13.6px; } }
  @media (min-width: 1200px) {
  small, .help-block {
    font-size: 15px;
    line-height: 17px; } }
/* end general */
/* navigation */
.touchbutton, .touchbutton svg, .logo img {
  transition: all 0.3s; }

.touchbutton {
  padding: 16px 10px 16px 10px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  /*left: 0px;*/ }

.touchbutton svg {
  width: 20px;
  height: 20px; }

#menu, #sidebar {
  position: fixed;
  top: 50px;
  /*left: -300px;*/
  right: -300px;
  bottom: 0px;
  width: 300px;
  color: rgba(255, 255, 255, 0.9);
  background-color: #2c3238;
  transition: all 0.3s ease-out;
  z-index: 999; }
  #menu.opened, #sidebar.opened {
    /*left: 0px;*/
    right: 0px; }
  #menu .menu-list, #sidebar .menu-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    #menu .menu-list li, #sidebar .menu-list li {
      background: none;
      padding-left: 0px;
      margin-bottom: 0px; }
    #menu .menu-list a:visited, #sidebar .menu-list a:visited, #menu .menu-list a, #sidebar .menu-list a {
      display: block;
      padding: 15px;
      box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
      color: rgba(255, 255, 255, 0.9);
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 20px;
      line-height: 25px; }
      #menu .menu-list a:visited:hover, #sidebar .menu-list a:visited:hover, #menu .menu-list a:hover, #sidebar .menu-list a:hover, #menu .menu-list a:visited:focus, #sidebar .menu-list a:visited:focus, #menu .menu-list a:focus, #sidebar .menu-list a:focus {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
        color: #fff; }
    #menu .menu-list .active a:visited, #sidebar .menu-list .active a:visited, #menu .menu-list .active a, #sidebar .menu-list .active a {
      background-image: url("../../../../fileadmin/system/css/../img/arrow_menu.png");
      background-position: 15px 23px;
      background-repeat: no-repeat;
      padding-left: 30px; }

#sidebar {
  top: 65px;
  left: auto;
  right: 15px;
  bottom: auto;
  opacity: 0;
  z-index: -1;
  text-align: left; }
  #sidebar.opened {
    left: auto;
    opacity: 1;
    z-index: 999; }
  #sidebar p {
    text-align: left;
    padding-left: 15px; }
  #sidebar .sidebaricons {
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 30px; }
  #sidebar .xiicon {
    background-image: url("../../../../fileadmin/system/css/../../images/socialicons/social_media_logo_xing.svg"); }
  #sidebar .liicon {
    background-image: url("../../../../fileadmin/system/css/../../images/socialicons/linked_in_online_social_media.svg"); }
  #sidebar .fbicon {
    background-image: url("../../../../fileadmin/system/css/../../images/socialicons/online_social_media_facebook.svg"); }
  #sidebar .gpicon {
    background-image: url("../../../../fileadmin/system/css/../../images/socialicons/online_social_media_google_plus.svg"); }
  #sidebar .twicon {
    background-image: url("../../../../fileadmin/system/css/../../images/socialicons/twitter_online_social_media.svg"); }

.arrow_box {
  position: relative;
  background: #2c3238;
  border: 1px solid rgba(255, 255, 255, 0.8); }

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 92%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box:after {
  border-color: rgba(44, 50, 56, 0);
  border-bottom-color: #2c3238;
  border-width: 10px;
  margin-left: -10px; }

.arrow_box:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0.8);
  border-width: 11px;
  margin-left: -11px; }
/* end navigation */
/* layout/frames */
html {
  position: relative;
  min-height: 100%; }

body {
  /*min-width: 340px;*/
  padding-top: 50px;
  font-family: 'FFDINWebProLight', Arial, sans-serif;
  font-size: 16.2px;
  line-height: 19.8px;
  color: #4e545a;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  body.shortheader {
    padding-top: 28px; }
  @media (min-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 22px; } }
  @media (min-width: 1980px) {
  body {
    font-size: 21.6px;
    line-height: 26.4px; } }

.overlay {
  opacity: 0;
  transition: opacity 0.3s linear; }
  .overlay.shown {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: #000;
    opacity: 0.3;
    cursor: pointer; }

header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 4;
  height: 50px;
  transition: transform 0.5s; }
  header .logo img {
    height: 22px;
    position: absolute;
    top: 13px;
    left: 50px; }
  header .socialtoggle {
    position: absolute;
    top: 0px;
    right: 15px;
    padding: 13px 10px 15px 10px; }
    header .socialtoggle svg {
      width: 20px;
      height: 20px; }
  header.shortheader {
    height: 28px; }
    header.shortheader .touchbutton {
      padding: 2px 10px 0px 10px; }
      header.shortheader .touchbutton svg {
        width: 16px;
        height: 16px; }
    header.shortheader .logo img {
      height: 16px;
      left: 40px;
      top: 5px; }
    header.shortheader .socialtoggle {
      padding: 2px 10px 0px 10px; }
      header.shortheader .socialtoggle svg {
        width: 16px;
        height: 16px; }
  @media (max-width: 540px) {
    header.is-hidden {
      transform: translateY(-100%); } }

#footer {
  padding: 10px 0px 10px 0px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  height: 80px;
  color: #ddd; }
  @media (max-width: 540px) {
  #footer {
    text-align: left; } }
  #footer a, #footer a:visited {
    color: #ddd;
    margin: 0px 10px 0px 0px; }
  #footer a:hover {
    color: #fff; }
  #footer img {
    width: 20px;
    transition: filter 0.3s linear; }
    #footer img:hover {
      filter: brightness(150%);
      transition: filter 0.3s linear; }
  @media all and (-ms-high-contrast: none) {
  #footer {
    position: relative;
    bottom: auto; } }
  #footer .footerline {
    display: block;
    float: left;
    clear: both;
    margin-bottom: 5px; }
    #footer .footerline:first-child {
      margin-right: 10px; }
  @media (min-width: 768px) {
  #footer {
    height: 40px; }
    #footer .footerline {
      display: inline-block;
      float: none;
      clear: none;
      margin-bottom: 0px; } }

#sitepath {
  position: fixed;
  top: 55px;
  left: 0px;
  width: 100%;
  text-align: left;
  font-family: 'FFDINWebPro', Arial, sans-serif;
  font-size: 15px;
  line-height: 17px;
  z-index: 500; }
  #sitepath ul {
    list-style: none;
    margin: 5px 0px 0px 10px; }
    #sitepath ul li {
      background: none;
      display: inline;
      padding: 0; }
  #sitepath a, #sitepath a:visited {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 0px 5px 0px 0px;
    padding: 3px 7px 2px 7px;
    letter-spacing: 0.8px; }
  #sitepath a:hover {
    background-color: rgba(0, 0, 0, 1); }
  @media (max-width: 540px) {
  #sitepath {
    top: -100px; } }

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

.blurred main, .blurred .parallax-mirror {
  transition: filter 0.3s linear;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  filter: blur(5px); }

main {
  margin-bottom: 80px;
  margin-top: -50px; }
  main img {
    width: 100%;
    margin: 10px 0px 10px 0px; }
  @media all and (-ms-high-contrast: none) {
  main {
    margin-bottom: 0px; } }
  @media (min-width: 768px) {
  main {
    margin-bottom: 40px; } }
    @media all and (min-width: 768px) and (-ms-high-contrast: none) {
    main {
      margin-bottom: 0px; } }

.container {
  /*width: 780px-$containerspacing*2;
   padding-right: $containerspacing;
   padding-left: $containerspacing;*/ }

  @media (min-width: 992px) {
  .container {
    /*width: 1000px-$containerspacing*2;*/ } }
  @media (min-width: 1200px) {
  .container {
    /*width: 1200px-$containerspacing*2;*/ } }
  @media (min-width: 1980px) {
  .container {
    width: 1560px; } }

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

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

@media (max-width: 540px) {
  .col-xs-6 {
    width: 100%; } }

.parallax-window {
  width: 100%;
  height: 70vw;
  background: transparent; }
  @media (min-width: 768px) {
  .parallax-window {
    height: 50vw; } }
  @media (min-width: 1200px) {
  .parallax-window {
    height: 45vw; } }
  .parallax-window.halfheight {
    height: 30vw; }
    @media (min-width: 768px) {
  .parallax-window.halfheight {
    height: 25vw; } }
    @media (min-width: 1200px) {
  .parallax-window.halfheight {
    height: 22.5vw; } }

.row > .fsc-default, .row > .fsc-white {
  padding: 0px 10px 0px 10px; }

main > .fsc-white, main > .fsc-0 {
  background-color: #fff;
  z-index: 1; }

main > .fsc-orange {
  background: linear-gradient(to right, #ff5000 0%, #ff3200 100%);
  z-index: 1; }

main > .fsc-darkgrey {
  background-color: #2c3238;
  z-index: 1; }

.fsc-white {
  width: 100%;
  float: left;
  clear: both; }

.fsc-dreiSpalten .container .row h1, .fsc-dreiSpalten .container .row h2, .fsc-dreiSpalten .container .row h3, .fsc-dreiSpalten .container .row h4, .fsc-dreiSpalten .container .row h5, .fsc-dreiSpalten .container .row h6, .fsc-dreiSpalten .container .row p {
  text-align: left; }
  .fsc-dreiSpalten .container .row .ce-bodytext {
    margin: 10px 0px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-width: 27vh;
    -moz-column-width: 27vh;
    column-width: 27vh; }
    .fsc-dreiSpalten .container .row .ce-bodytext p:first-child {
      margin-top: 0px; }
    .fsc-dreiSpalten .container .row .ce-bodytext h1, .fsc-dreiSpalten .container .row .ce-bodytext h2, .fsc-dreiSpalten .container .row .ce-bodytext h3, .fsc-dreiSpalten .container .row .ce-bodytext h4, .fsc-dreiSpalten .container .row .ce-bodytext h5, .fsc-dreiSpalten .container .row .ce-bodytext h6 {
      webkit-column-span: all;
      column-span: all; }

.fsc-zweiSpalten .container .row h1, .fsc-zweiSpalten .container .row h2, .fsc-zweiSpalten .container .row h3, .fsc-zweiSpalten .container .row h4, .fsc-zweiSpalten .container .row h5, .fsc-zweiSpalten .container .row h6, .fsc-zweiSpalten .container .row p {
  text-align: left; }
  .fsc-zweiSpalten .container .row .ce-bodytext {
    margin: 10px 0px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-width: 40vh;
    -moz-column-width: 40vh;
    column-width: 40vh; }
    .fsc-zweiSpalten .container .row .ce-bodytext p:first-child {
      margin-top: 0px; }
    .fsc-zweiSpalten .container .row .ce-bodytext h1, .fsc-zweiSpalten .container .row .ce-bodytext h2, .fsc-zweiSpalten .container .row .ce-bodytext h3, .fsc-zweiSpalten .container .row .ce-bodytext h4, .fsc-zweiSpalten .container .row .ce-bodytext h5, .fsc-zweiSpalten .container .row .ce-bodytext h6 {
      webkit-column-span: all;
      column-span: all; }

.fsc-orange {
  width: 100%;
  float: left;
  clear: both;
  color: rgba(255, 255, 255, 0.9); }
  .fsc-orange h1, .fsc-orange h2, .fsc-orange h3, .fsc-orange h4, .fsc-orange p, .fsc-orange .zuk {
    color: rgba(255, 255, 255, 0.9); }
  .fsc-orange hr {
    border-color: rgba(255, 255, 255, 0.9); }
  .fsc-orange .btn-default {
    color: #ff3200;
    background-color: #fff;
    border: 1px solid #ff3200; }
  .fsc-orange .btn-default:hover {
    color: rgba(255, 255, 255, 0.9);
    background-color: #ff3200;
    border: 1px solid rgba(255, 255, 255, 0.9); }
  .fsc-orange .ce-bullets li, .fsc-orange ul li, .fsc-orange ol li {
    background-image: url("../../../../fileadmin/system/css/../img/wdot.png"); }
  .fsc-orange .pictoteaser a, .fsc-orange .pictoteaser a:visited, .fsc-orange .pictoteaser a:hover {
    color: #fff; }

.fsc-transparentmargin {
  margin: 20px 0 140px; }
  .fsc-transparentmargin .logowrap {
    text-align: center;
    position: absolute;
    z-index: 3;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -30px; }
  .fsc-transparentmargin .gptw-logo {
    width: 80px; }
  .fsc-transparentmargin .kununu-logo {
    width: 80px; }


  @media (min-width: 1200px) {
  .fsc-transparentmargin {
    margin: 20px 0 60px;
    margin: 20px 0 90px; }
    .fsc-transparentmargin .gptw-logo {
      width: 120px; }

    .fsc-transparentmargin .kununu-logo {
      width: 120px; } }

.fsc-grey, .fsc-volker, .fsc-matthias, .fsc-ulli, .fsc-luisa, .fsc-sebastian, .fsc-stephan, .fsc-karsten, .fsc-detlev, .fsc-alexf, .fsc-tanja, .fsc-michaelz, .fsc-nele, .fsc-michaele, .fsc-nadine, .fsc-michaelf {
  width: 100%;
  float: left;
  clear: both;
  background-color: #4e545a;
  color: rgba(255, 255, 255, 0.9); }
  .fsc-grey h1, .fsc-volker h1, .fsc-matthias h1, .fsc-ulli h1, .fsc-luisa h1, .fsc-sebastian h1, .fsc-stephan h1, .fsc-karsten h1, .fsc-detlev h1, .fsc-alexf h1, .fsc-tanja h1, .fsc-michaelz h1, .fsc-nele h1, .fsc-michaele h1, .fsc-nadine h1, .fsc-michaelf h1, .fsc-grey h2, .fsc-volker h2, .fsc-matthias h2, .fsc-ulli h2, .fsc-luisa h2, .fsc-sebastian h2, .fsc-stephan h2, .fsc-karsten h2, .fsc-detlev h2, .fsc-alexf h2, .fsc-tanja h2, .fsc-michaelz h2, .fsc-nele h2, .fsc-michaele h2, .fsc-nadine h2, .fsc-michaelf h2, .fsc-grey h3, .fsc-volker h3, .fsc-matthias h3, .fsc-ulli h3, .fsc-luisa h3, .fsc-sebastian h3, .fsc-stephan h3, .fsc-karsten h3, .fsc-detlev h3, .fsc-alexf h3, .fsc-tanja h3, .fsc-michaelz h3, .fsc-nele h3, .fsc-michaele h3, .fsc-nadine h3, .fsc-michaelf h3, .fsc-grey h4, .fsc-volker h4, .fsc-matthias h4, .fsc-ulli h4, .fsc-luisa h4, .fsc-sebastian h4, .fsc-stephan h4, .fsc-karsten h4, .fsc-detlev h4, .fsc-alexf h4, .fsc-tanja h4, .fsc-michaelz h4, .fsc-nele h4, .fsc-michaele h4, .fsc-nadine h4, .fsc-michaelf h4, .fsc-grey p, .fsc-volker p, .fsc-matthias p, .fsc-ulli p, .fsc-luisa p, .fsc-sebastian p, .fsc-stephan p, .fsc-karsten p, .fsc-detlev p, .fsc-alexf p, .fsc-tanja p, .fsc-michaelz p, .fsc-nele p, .fsc-michaele p, .fsc-nadine p, .fsc-michaelf p {
    color: rgba(255, 255, 255, 0.9); }
  .fsc-grey h3, .fsc-volker h3, .fsc-matthias h3, .fsc-ulli h3, .fsc-luisa h3, .fsc-sebastian h3, .fsc-stephan h3, .fsc-karsten h3, .fsc-detlev h3, .fsc-alexf h3, .fsc-tanja h3, .fsc-michaelz h3, .fsc-nele h3, .fsc-michaele h3, .fsc-nadine h3, .fsc-michaelf h3 {
    text-transform: none; }
  .fsc-grey hr, .fsc-volker hr, .fsc-matthias hr, .fsc-ulli hr, .fsc-luisa hr, .fsc-sebastian hr, .fsc-stephan hr, .fsc-karsten hr, .fsc-detlev hr, .fsc-alexf hr, .fsc-tanja hr, .fsc-michaelz hr, .fsc-nele hr, .fsc-michaele hr, .fsc-nadine hr, .fsc-michaelf hr {
    border-color: rgba(255, 255, 255, 0.9); }
  .fsc-grey .btn-default, .fsc-volker .btn-default, .fsc-matthias .btn-default, .fsc-ulli .btn-default, .fsc-luisa .btn-default, .fsc-sebastian .btn-default, .fsc-stephan .btn-default, .fsc-karsten .btn-default, .fsc-detlev .btn-default, .fsc-alexf .btn-default, .fsc-tanja .btn-default, .fsc-michaelz .btn-default, .fsc-nele .btn-default, .fsc-michaele .btn-default, .fsc-nadine .btn-default, .fsc-michaelf .btn-default {
    color: rgba(255, 255, 255, 0.9);
    background-color: #ff3200;
    border: 1px solid rgba(255, 255, 255, 0.9); }
  .fsc-grey .btn-default:hover, .fsc-volker .btn-default:hover, .fsc-matthias .btn-default:hover, .fsc-ulli .btn-default:hover, .fsc-luisa .btn-default:hover, .fsc-sebastian .btn-default:hover, .fsc-stephan .btn-default:hover, .fsc-karsten .btn-default:hover, .fsc-detlev .btn-default:hover, .fsc-alexf .btn-default:hover, .fsc-tanja .btn-default:hover, .fsc-michaelz .btn-default:hover, .fsc-nele .btn-default:hover, .fsc-michaele .btn-default:hover, .fsc-nadine .btn-default:hover, .fsc-michaelf .btn-default:hover {
    color: #4e545a;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.9); }

.fsc-volker, .fsc-matthias, .fsc-ulli, .fsc-luisa, .fsc-sebastian, .fsc-stephan, .fsc-karsten, .fsc-detlev, .fsc-alexf, .fsc-tanja, .fsc-michaelz, .fsc-nele, .fsc-michaele, .fsc-nadine, .fsc-michaelf {
  padding-top: 10px; }
  @media (min-width: 1200px) {
  .fsc-volker, .fsc-matthias, .fsc-ulli, .fsc-luisa, .fsc-sebastian, .fsc-stephan, .fsc-karsten, .fsc-detlev, .fsc-alexf, .fsc-tanja, .fsc-michaelz, .fsc-nele, .fsc-michaele, .fsc-nadine, .fsc-michaelf {
    padding-top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left -220px bottom; } }
  @media (min-width: 1400px) {
  .fsc-volker, .fsc-matthias, .fsc-ulli, .fsc-luisa, .fsc-sebastian, .fsc-stephan, .fsc-karsten, .fsc-detlev, .fsc-alexf, .fsc-tanja, .fsc-michaelz, .fsc-nele, .fsc-michaele, .fsc-nadine, .fsc-michaelf {
    background-position: left -100px bottom; } }
  @media (min-width: 1980px) {
  .fsc-volker, .fsc-matthias, .fsc-ulli, .fsc-luisa, .fsc-sebastian, .fsc-stephan, .fsc-karsten, .fsc-detlev, .fsc-alexf, .fsc-tanja, .fsc-michaelz, .fsc-nele, .fsc-michaele, .fsc-nadine, .fsc-michaelf {
    background-position: left 0px bottom; } }

@media (min-width: 1200px) {
  .fsc-matthias {
    background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Maetti-Portrait.png"); }
    .fsc-ulli {
      background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Ulli-Portrait.png"); }
    .fsc-luisa {
      background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Luisa-Portrait.png"); }
    .fsc-sebastian {
      background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Sebastian-Portrait.png"); }
    .fsc-stephan {
      background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Stephan-Portrait.png"); }
    .fsc-karsten {
      background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Karsten-Portrait.png"); }
    .fsc-detlev {
      background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Detlev-Portrait.png"); }
    .fsc-alexf {
      background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Alex-F-Portrait.png"); }
    .fsc-tanja {
      background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Tanja-Portrait.png"); }
    .fsc-michaelz {
      background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Michael-Z-Portrait.png"); }
    .fsc-volker {
      background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Volker-Portrait.png"); }
    .fsc-nele {
      background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Nele-Portrait.png"); }
    .fsc-michaele {
      background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Michael-E-Portrait.png"); }
    .fsc-nadine {
      background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Nadine-Portrait.png"); }
    .fsc-michaelf {
      background-image: url("../../../../fileadmin/system/css/../../images/mitarbeiterkontakt/Michael-F-Portrait.png"); } }

.fsc-darkgrey {
  width: 100%;
  float: left;
  clear: both;
  color: rgba(255, 255, 255, 0.9); }
  .fsc-darkgrey h1, .fsc-darkgrey h3, .fsc-darkgrey p {
    color: rgba(255, 255, 255, 0.9); }
  .fsc-darkgrey hr {
    border-color: rgba(255, 255, 255, 0.9); }
  .fsc-darkgrey .btn-default {
    color: rgba(255, 255, 255, 0.9);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.9); }
  .fsc-darkgrey .btn-default:hover {
    color: #2c3238;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.9); }
/* end layout */
/* typo */
h1, h2, h3, h4, h5, p, .specialsubheader {
  margin: 10px 0px 10px 0px;
  text-align: left; }
  @media (min-width: 768px) {
  h1, h2, h3, h4, h5, p, .specialsubheader {
    text-align: center; } }

h1 {
  font-family: 'FFDINWebProLight', Arial, sans-serif;
  font-size: 12px;
  line-height: 13.6px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (min-width: 1200px) {
  h1 {
    font-size: 15px;
    line-height: 17px; } }

h2, .specialsubheader {
  font-family: 'FFDINWebPro', Arial, sans-serif;
  font-size: 30px;
  line-height: 33px;
  color: #ff3200;
  margin-bottom: 5px;
  display: block; }
  @media (min-width: 768px) {
  h2, .specialsubheader {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 15px; } }
  @media (min-width: 1200px) {
  h2, .specialsubheader {
    font-size: 50px;
    line-height: 55px; } }

.specialsubheader {
  margin: 10px 0px 0px 0px; }

h3 {
  font-family: 'FFDINWebPro', Arial, sans-serif;
  font-size: 16.8px;
  line-height: 20.3px;
  color: #ff3200;
  text-transform: uppercase;
  margin: 25px 0px 0px 0px;
  text-align: left; }
  @media (min-width: 768px) {
  h3 {
    font-size: 19.2px;
    line-height: 23.2px;
    margin: 15px 0px 5px 0px; } }
  @media (min-width: 1200px) {
  h3 {
    font-size: 24px;
    line-height: 29px; } }

h4 {
  font-family: 'FFDINWebPro', Arial, sans-serif;
  font-size: 16.8px;
  line-height: 21px;
  color: #7c858c;
  margin-bottom: 5px;
  display: block; }
  @media (min-width: 768px) {
  h4 {
    font-size: 22.4px;
    line-height: 28px;
    margin-bottom: 15px; } }
  @media (min-width: 1200px) {
  h4 {
    font-size: 28px;
    line-height: 35px; } }

p {
  font-family: 'FFDINWebProLight', Arial, sans-serif;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 10px 0px 10px 0px; }
  p.introtext {
    font-size: 16.8px;
    line-height: 20.3px; }
    @media (min-width: 768px) {
  p.introtext {
    font-size: 19.2px;
    line-height: 23.2px; } }
    @media (min-width: 1200px) {
  p.introtext {
    font-size: 24px;
    line-height: 29px; } }
  .teaser p {
    text-align: left; }

.col-md-6 p, .col-md-4 p, .col-md-3 p, .col-sm-6 p, .col-sm-4 p, .col-sm-3 p {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
  .col-md-6 p, .col-md-4 p, .col-md-3 p, .col-sm-6 p, .col-sm-4 p, .col-sm-3 p {
    text-align: left;
    margin-bottom: 10px; } }

td {
  vertical-align: top;
  text-align: left;
  font-family: 'FFDINWebProLight', Arial, sans-serif; }
  .col-md-6 td, .col-md-4 td, col-md-3 td, .teaser td {
    font-size: 12.6px;
    line-height: 15.4px; }
    @media (min-width: 768px) {
  .col-md-6 td, .col-md-4 td, col-md-3 td, .teaser td {
    font-size: 14.4px;
    line-height: 17.6px; } }
    @media (min-width: 1200px) {
  .col-md-6 td, .col-md-4 td, col-md-3 td, .teaser td {
    font-size: 18px;
    line-height: 22px; } }

hr {
  width: 100%;
  border-width: 1px;
  border-color: #7c858c;
  margin: 10px 0px 10px 0px; }
/* end typo */
/* modules */
.svgdivider {
  display: inline-block;
  width: 100%;
  height: 60px;
  position: relative;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 2;
  /*Änderung wegen streifen */ }
  @media (min-width: 768px) {
  .svgdivider {
    height: 120px; } }
  @media (min-width: 1200px) {
  .svgdivider {
    height: 180px; } }
  .svgdivider.lineup {
    height: 61px;
    position: relative;
    margin-bottom: -1px;
    z-index: 2; }
    @media (min-width: 768px) {
  .svgdivider.lineup {
    height: 121px; } }
    @media (min-width: 1200px) {
  .svgdivider.lineup {
    height: 181px; } }

.svgdivider svg {
  width: 100%;
  height: 100%; }

.pulltop, .pullboth {
  z-index: -1;
  margin-top: -59px; }
  @media (min-width: 768px) {
  .pulltop, .pullboth {
    margin-top: -119px; } }
  @media (min-width: 1200px) {
  .pulltop, .pullboth {
    margin-top: -179px; } }

.pullbottom, .pullboth {
  margin-bottom: -59px; }
  @media (min-width: 768px) {
  .pullbottom, .pullboth {
    margin-bottom: -119px; } }
  @media (min-width: 1200px) {
  .pullbottom, .pullboth {
    margin-bottom: -179px; } }

.pullnone {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
  .pullnone {
    margin-top: 50px;
    margin-bottom: 50px; } }
  @media (min-width: 1200px) {
  .pullnone {
    margin-top: 100px;
    margin-bottom: 100px; } }
  @media (min-width: 1980px) {
  .pullnone {
    margin-top: 150px;
    margin-bottom: 150px; } }

.spacer {
  float: left;
  clear: both;
  width: 100%;
  height: 25px; }
  @media (min-width: 768px) {
  .spacer {
    height: 50px; } }
  main > .spacer {
    background-color: #fff; }

.btn {
  font-family: 'FFDINWebPro', Arial, sans-serif;
  font-size: 12.6px;
  line-height: 15.4px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin: 0px 0px 9px 0px;
  padding: 10px 20px 7px 20px;
  max-width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
  .btn {
    margin: 20px 0px 19px 0px; } }
  @media (min-width: 768px) {
  .btn {
    font-size: 14.4px;
    line-height: 17.6px; } }
  @media (min-width: 1200px) {
  .btn {
    font-size: 18px;
    line-height: 22px; } }

.isofilter {
  margin: 0px 0px 1px 0px;
  width: 100%; }
  @media (min-width: 768px) {
  .isofilter {
    margin: 0px 0px 5px 0px;
    width: auto; } }

.btn-default {
  color: rgba(255, 255, 255, 0.9);
  background-color: #ff3200;
  border: 1px solid rgba(255, 255, 255, 0.9); }

.btn-default:hover {
  color: #ff3200;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ff3200; }

.btn-primary {
  color: rgba(255, 255, 255, 0.9);
  background-color: #ff3200;
  border: none; }

.btn-primary:hover {
  color: #ff3200;
  background-color: rgba(255, 255, 255, 0.9); }

.trennlinie {
  width: 100%;
  /*height: auto;*/
  height: 10px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
  .trennlinie {
    margin-top: 25px;
    margin-bottom: 10px; } }

.ce-bullets, ul, ol {
  padding-left: 0px;
  list-style: none; }
  .ce-bullets li, ul li, ol li {
    background-image: url("../../../../fileadmin/system/css/../img/dot.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 18px; }
    @media (min-width: 1200px) {
  .ce-bullets li, ul li, ol li {
    background-position: 0px 6px; } }
    .col-md-6 .ce-bullets li, .col-md-6 ul li, .col-md-6 ol li, .col-md-4 .ce-bullets li, .col-md-4 ul li, .col-md-4 ol li, col-md-3 .ce-bullets li, col-md-3 ul li, col-md-3 ol li, .teaser .ce-bullets li, .teaser ul li, .teaser ol li {
      background-position: 0px 4px;
      padding-left: 13px; }

    @media (min-width: 1200px) {
    .col-md-6 .ce-bullets li, .col-md-6 ul li, .col-md-6 ol li, .col-md-4 .ce-bullets li, .col-md-4 ul li, .col-md-4 ol li, col-md-3 .ce-bullets li, col-md-3 ul li, col-md-3 ol li, .teaser .ce-bullets li, .teaser ul li, .teaser ol li {
      background-position: 0px 6px; } }

.row {
  overflow: hidden; }

.col-md-4 > .teaser-wrap, .col-md-3 > .teaser-wrap, .col-sm-4 > .teaser-wrap, .col-sm-3 > .teaser-wrap {
  width: 100%;
  padding: 0px; }

.teaserlist {
  margin-top: 10px; }

.teaser {
  width: 100%;
  display: block;
  color: inherit;
  border-bottom: 1px solid #7c858c;
  overflow: hidden;
  text-align: left;
  margin-bottom: 20px; }
  .teaser div, .teaser img {
    margin: 0px;
    width: 100%;
    float: left;
    clear: both; }
  .teaser .mrburns {
    width: 40%;
    clear: none;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
  .teaser .mrburns {
    width: 100%;
    clear: both;
    margin-bottom: 0px; } }
  .teaser .newstext {
    padding: 0px 10px;
    width: 60%;
    clear: none;
    overflow: hidden; }
    .teaser .newstext h3 {
      text-transform: none; }
    @media (max-width: 540px) {
  .teaser .newstext h3 {
    font-size: 15px;
    line-height: 17px;
    margin-top: 0px; }
    .teaser .newstext p {
      font-size: 14px;
      line-height: 16px; } }
    @media (min-width: 768px) {
  .teaser .newstext {
    width: 100%;
    clear: both;
    height: auto;
    overflow: visible; } }
  .teaser .orangevertical {
    width: 100%;
    height: 260px; }
    .teaser .orangevertical > span {
      color: #fff;
      padding: 20px;
      display: block; }
    @media (max-width: 540px) {
  .teaser .orangevertical {
    height: 100%; } }
  .teaser:hover, .teaser:focus {
    color: inherit; }
  @media (min-width: 768px) {
  .fullheight-teaserlist .teaser {
    border-bottom: none; } }

.orangevertical {
  background: linear-gradient(to right, #ff5000 0%, #ff3200 100%); }

.infoteaser, .pictoteaser {
  border-bottom: none; }
  .infoteaser .thumbwrap, .pictoteaser .thumbwrap {
    width: 40%;
    position: relative;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
  .infoteaser .thumbwrap, .pictoteaser .thumbwrap {
    width: 100%;
    clear: both; } }
  .infoteaser .newstext, .pictoteaser .newstext, .infoteaser p, .pictoteaser p {
    height: auto;
    margin: 0px; }
    @media (min-width: 768px) {
  .infoteaser .newstext, .pictoteaser .newstext, .infoteaser p, .pictoteaser p {
    padding: 0px; } }
  .infoteaser .coords, .pictoteaser .coords {
    font-size: 0.8em; }
    @media (min-width: 1200px) {
  .infoteaser .coords, .pictoteaser .coords {
    font-size: 1em; } }

.infoteaser {
  margin-bottom: 0px; }
  .infoteaser .topleft {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    color: #ff3200; }
  @media (min-width: 768px) {
  .infoteaser {
    padding: 10px; } }
  .infoteaser h3 {
    margin-top: 10px;
    color: #ff3200;
    font-size: 14.4px;
    line-height: 17.4px; }
    @media (min-width: 768px) {
  .infoteaser h3 {
    font-size: 24px;
    line-height: 29px; } }
    @media (min-width: 1200px) {
  .infoteaser h3 {
    font-size: 24px;
    line-height: 29px; } }
    @media (min-width: 1980px) {
  .infoteaser h3 {
    font-size: 28.8px;
    line-height: 34.8px; } }
  .infoteaser ul {
    padding: 0px; }
    .infoteaser ul li {
      margin-bottom: 2px;
      background-position: 0px 5px;
      font-size: 12.6px;
      line-height: 15.4px; }
    @media (min-width: 768px) {
    .infoteaser ul li {
      font-size: 14.4px;
      line-height: 17.6px; } }
    @media (min-width: 1200px) {
    .infoteaser ul li {
      font-size: 18px;
      line-height: 22px; } }

.pictoteaser .pictoheadline {
  margin-bottom: 15px; }
  .pictoteaser .picto {
    width: 30px;
    height: 30px;
    margin: 15px 10px 0px 0px; }
    @media (min-width: 1200px) {
  .pictoteaser .picto {
    width: 40px;
    height: 40px; } }
    @media (min-width: 1980px) {
  .pictoteaser .picto {
    width: 60px;
    height: 60px; } }
  .pictoteaser h3 {
    vertical-align: middle;
    line-height: 30px;
    margin: 15px 0px 0px 0px;
    padding: 0px; }
    @media (min-width: 1200px) {
  .pictoteaser h3 {
    line-height: 40px; } }
    @media (min-width: 1980px) {
  .pictoteaser h3 {
    line-height: 60px; } }
  .pictoteaser .linkicon {
    line-height: 18px;
    margin-top: 10px; }
    .pictoteaser .linkicon a {
      color: #000; }
    .pictoteaser .linkicon img {
      width: 15px;
      height: 15px;
      margin-right: 5px; }

.fsc-orange .linkicon a {
  color: #fff; }

.big {
  font-family: 'FFDINWebPro', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: -12px;
  display: block;
  font-family: 'FFDINWebProBold', Arial, sans-serif;
  font-size: 60px;
  line-height: 60px; }
  @media (min-width: 768px) {
  .big {
    font-size: 40px;
    line-height: 40px; } }
  @media (min-width: 992px) {
  .big {
    font-size: 50px;
    line-height: 50px; } }
  @media (min-width: 1200px) {
  .big {
    font-size: 65px;
    line-height: 65px; } }
  @media (min-width: 1980px) {
  .big {
    font-size: 75px;
    line-height: 75px; } }

.b2b {
  margin-bottom: 0px;
  display: inline;
  font-family: 'FFDINWebProMedium', Arial, sans-serif; }

.huge {
  font-family: 'FFDINWebProMedium', Arial, sans-serif;
  margin-left: -0.05em;
  margin-bottom: -0.2em;
  display: block;
  font-size: 75px;
  line-height: 75px; }
  @media (min-width: 768px) {
  .huge {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: -0.2em; } }
  @media (min-width: 992px) {
  .huge {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: -0.2em; } }
  @media (min-width: 1200px) {
  .huge {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: -0.2em; } }
  @media (min-width: 1980px) {
  .huge {
    font-size: 180px;
    line-height: 180px;
    margin-bottom: -0.2em; } }

.testimonial {
  width: 100%;
  min-height: 520px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 992px) {
  .testimonial {
    min-height: 43vw;
    background-repeat: no-repeat;
    background-position: right 5vw top 8vw;
    background-size: 18vw; } }
  @media (max-width: 1410px) {
  .testimonial {
    background-image: none !important; } }
  .testimonial .testimonial-content {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center; }
    .testimonial .testimonial-content img {
      padding-bottom: 10px;
      width: 30%; }
    @media (min-width: 768px) {
    .testimonial .testimonial-content img {
      width: 20%;
      padding-bottom: 30px; } }
    @media (min-width: 768px) {
  .testimonial .testimonial-content {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px; } }
    @media (min-width: 1200px) {
  .testimonial .testimonial-content {
    padding-top: 180px;
    padding-bottom: 180px; } }
    @media (min-width: 1400px) {
  .testimonial .testimonial-content {
    padding-top: 140px;
    padding-bottom: 140px; } }
    @media (min-width: 1980px) {
  .testimonial .testimonial-content {
    padding-top: 40px;
    padding-bottom: 40px; } }
    .testimonial .testimonial-content cite {
      font-family: "museo", serif;
      font-weight: 500;
      font-style: italic;
      font-size: 19.6px;
      line-height: 24.5px; }
    @media (min-width: 768px) {
    .testimonial .testimonial-content cite {
      font-size: 22.4px;
      line-height: 28px; } }
    @media (min-width: 1200px) {
    .testimonial .testimonial-content cite {
      font-size: 28px;
      line-height: 35px; } }
    .testimonial .testimonial-content .author {
      font-family: "museo", serif;
      font-weight: 100;
      font-style: italic;
      color: #2c3238;
      font-size: 12.6px;
      line-height: 15.4px;
      letter-spacing: 1px;
      margin-top: 1.5em; }
    @media (min-width: 768px) {
    .testimonial .testimonial-content .author {
      font-size: 14.4px;
      line-height: 17.6px; } }
    @media (min-width: 1200px) {
    .testimonial .testimonial-content .author {
      font-size: 18px;
      line-height: 22px; } }
/* TODO: refactor teaserlists */
.reducedls {
  letter-spacing: -0.06em; }

@media (min-width: 768px) {
  .grayscale-0, .grayscale-1 {
    overflow: hidden; }
    .grayscale-0 img, .grayscale-1 img {
      transition-duration: 2s;
      transform: scale(1); }
    .grayscale-1 img {
      filter: brightness(50%) grayscale(100%); }
    .teaser:hover .grayscale-0 img, .teaser:hover .grayscale-1 img {
      transform: scale(1.1); }
    .teaser:hover .grayscale-1 img {
      filter: brightness(100%) grayscale(0%); } }

.imagelist, .customerlist {
  margin-left: auto;
  margin-right: auto; }
  .imagelist img, .customerlist img {
    width: 180px;
    height: 114px;
    margin: 0px 10px 0px 10px; }
    @media (max-width: 540px) {
  .imagelist img, .customerlist img {
    width: 140px;
    height: 89px; } }
/* TODO: refactor teaserlists */
/* TODO: refactor branding */
.branding1, .branding3 {
  position: relative;
  width: 45%;
  height: auto;
  z-index: 2; }
  @media (min-width: 768px) {
  .branding1, .branding3 {
    width: 24%; } }

.branding2 {
  width: 35%;
  height: auto;
  position: absolute;
  top: 35%;
  right: 65%;
  z-index: 1; }
  @media (min-width: 768px) {
  .branding2 {
    width: 16%;
    top: 37%;
    right: 60%; } }
/* TODO: refactor branding */
/* TODO: refactor contactfooter */
.submit {
  margin: 0px;
  border: 1px solid #ff3200 !important;
  float: left;
  clear: both; }

form {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 20px; }
  @media (min-width: 768px) {
  form {
    margin-top: 0px; } }

@media (min-width: 768px) {
    #kontaktformular {
      height: 250px; }
      #kontaktformular .submit {
        position: absolute;
        bottom: 0px;
        width: 100%; } }

.form-control {
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #7c858c;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 10.5px;
  line-height: 11.9px; }
  @media (min-width: 768px) {
  .form-control {
    font-size: 12px;
    line-height: 13.6px; } }
  @media (min-width: 1200px) {
  .form-control {
    font-size: 15px;
    line-height: 17px; } }

.form-control:focus {
  background: #fff;
  color: #4e545a;
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(255, 255, 255, 1); }

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9); }

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9); }

.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9); }
/* TODO: refactor contactfooter */
/* end modules */
/* testing */
iframe, video {
  width: 100%;
  border: none; }

.vimeoVideo {
  margin: 10px 0px 10px 0px; }

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.responsive-video {
  position: relative;
  padding-bottom: 42.5%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }
  .responsive-video .vp-player-layout {
    top: -2px important !; }

.responsive-video-fixed {
  padding-bottom: 45.5%; }
  @media (min-width: 992px) {
  .responsive-video-fixed {
    padding-bottom: 50%; } }
  @media (min-width: 1200px) {
  .responsive-video-fixed {
    padding-bottom: 45.5%; } }

.address {
  float: left;
  clear: both;
  background-color: #ff3200;
  padding: 10px; }
  @media (min-width: 768px) {
  .address {
    width: 100%;
    min-height: 250px; } }
  .address h3, .address p {
    text-align: left;
    margin: 0;
    padding: 0; }
  .address p, .address td {
    font-size: 15px;
    line-height: 22px; }
  .address a, .address a:visited, .address a:hover {
    color: #fff; }
  .address .socialicons {
    float: left;
    clear: both;
    width: 100%; }
    .address .socialicons img {
      float: left;
      clear: none;
      margin-right: 10px;
      width: 25px;
      transition: filter 0.3s linear; }
    .address .socialicons img:hover {
      filter: brightness(50%);
      transition: filter 0.3s linear; }

.addressx a, .addressx a:visited, .addressx a:hover {
  color: #fff; }

.locations {
  width: 100%;
  float: left;
  clear: both;
  margin: 20px 0px 20px 0px; }
  .locations h5 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    display: none; }
  .locations hr {
    margin-top: 0px;
    margin-bottom: 10px;
    border-color: rgba(255, 255, 255, 0.9);
    display: none; }
  .locations p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    display: none; }
  .locations a, .locations a:visited, .locations a:hover {
    color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 768px) {
  .locations h5 {
    font-size: 18px;
    display: block; }
    .locations hr {
      display: block; }

    .locations p {
      font-size: 15px;
      display: block; }

    .locations .locationlinks {
      display: none; } }

.btn-default:focus, .btn-default.focus, .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  border-color: #ff3200; }

textarea {
  resize: none; }

.bigslider {
  float: left;
  clear: both;
  position: relative;
  width: 1920px;
  height: 800px;
  margin-bottom: 20px; }
  @media (min-width: 1920px) {
  .bigslider {
    width: 100%;
    height: 41vw; } }

.hdslider {
  float: left;
  clear: both;
  position: relative;
  width: 1920px;
  height: 1080px; }
  @media (min-width: 1920px) {
  .hdslider {
    width: 100%;
    height: 56.25vw; } }

.menu-lang {
  font-family: FFDINWebPro;
  font-size: 17px; }
  .menu-lang li {
    background-image: none;
    padding-top: 3em; }
    .menu-lang li a {
      opacity: 0.5;
      font-size: 17px;
      color: #fff; }
    .menu-lang li a:hover {
      color: rgba(255, 255, 255, 0.9);
      opacity: 0.9; }
/*10.02.2017 Helge */
.btn.btn-primary.color-reverse:hover {
  background-color: #000;
  color: rgba(255, 255, 255, 0.9); }
/*11.05.2017 Helge Fachartikel Textbaustein*/
.fachthema {
  background-color: #fff; }
  .fachthema .row {
    margin-top: 10px;
    margin-bottom: 10px; }
  .fachthema h3 {
    text-transform: none;
    cursor: pointer;
    background-image: url("../../../../fileadmin/system/css/../img/pfeil_nach_oben.svg");
    background-position: right 4px;
    background-repeat: no-repeat;
    padding-right: 25px; }
    .fachthema h3.collapsed {
      background-image: url("../../../../fileadmin/system/css/../img/pfeil_nach_unten.svg"); }
  .fachthema p {
    text-align: left; }
  @media (min-width: 768px) {
  .fachthema .row {
    margin-top: 0px;
    margin-bottom: 0px; }
    .fachthema h3 {
      cursor: auto;
      background: none; } }
/*02.06.2017 Helge Buttons in Gridelements auf orangen Hintergrund*/
.fsc-orange .btn.btn-primary.color-reverse:hover {
  background-color: #000;
  color: rgba(255, 255, 255, 0.9); }

.fsc-orange .btn.btn-primary.color-reverse {
  background-color: #fff;
  color: #ff3200; }
/*footer*/
#footermap, #footermap2 {
  color: white;
  position: relative; }
  #footermap h3, #footermap2 h3, #footermap p, #footermap2 p {
    color: white;
    text-align: justify;
    padding-left: 10px; }
  #footermap img, #footermap2 img {
    margin: 0; }
  #footermap .map_canvas, #footermap2 .map_canvas {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: 0; }
  #footermap .kontaktbox, #footermap2 .kontaktbox {
    background-color: #ff3200;
    position: absolute;
    top: 0px;
    z-index: 1; }
  #footermap .kontaktbox, #footermap2 .kontaktbox {
    float: left;
    display: inline-block;
    padding: 15px 50px 15px 15px;
    margin-top: 8%; }
    #footermap .kontaktbox .zuk, #footermap2 .kontaktbox .zuk {
      color: rgba(255, 255, 255, 0.9); }

.ce-textpic img, .vimeoVideo, .smallslider, .bigslider, .hdslider {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
  .ce-textpic img, .vimeoVideo, .smallslider, .bigslider, .hdslider {
    margin-bottom: 50px; } }
  @media (min-width: 1200px) {
  .ce-textpic img, .vimeoVideo, .smallslider, .bigslider, .hdslider {
    margin-bottom: 80px; } }
  @media (min-width: 1980px) {
  .ce-textpic img, .vimeoVideo, .smallslider, .bigslider, .hdslider {
    margin-bottom: 120px; } }

.col-md-6 .ce-textpic img, .col-md-4 .ce-textpic img, .col-md-3 .ce-textpic img, .col-sm-6 .ce-textpic img, .col-sm-4 .ce-textpic img, .col-sm-3 .ce-textpic img, .col-md-6 .vimeoVideo, .col-md-4 .vimeoVideo, .col-md-3 .vimeoVideo, .col-sm-6 .vimeoVideo, .col-sm-4 .vimeoVideo, .col-sm-3 .vimeoVideo, .col-md-6 .smallslider, .col-md-4 .smallslider, .col-md-3 .smallslider, .col-sm-6 .smallslider, .col-sm-4 .smallslider, .col-sm-3 .smallslider, .col-md-6 .bigslider, .col-md-4 .bigslider, .col-md-3 .bigslider, .col-sm-6 .bigslider, .col-sm-4 .bigslider, .col-sm-3 .bigslider, .col-md-6 .hdslider, .col-md-4 .hdslider, .col-md-3 .hdslider, .col-sm-6 .hdslider, .col-sm-4 .hdslider, .col-sm-3 .hdslider {
  margin-bottom: 0px; }

.teaserlist:after {
  content: '';
  display: block;
  clear: both; }

.isohidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important; }

#svg-container-animation {
  min-height: 275px; }
  #svg-container-animation h2 {
    margin-bottom: 4vh; }
  #svg-container-animation p, #svg-container-animation h2 {
    color: white;
    text-align: center; }
  #svg-container-animation .svg-span {
    width: 75%;
    height: 20vh;
    margin: auto;
    top: auto;
    left: auto;
    position: relative;
    display: flex;
    justify-content: center; }
  #svg-container-animation .svg-animation {
    margin-left: 1%;
    margin-right: 1%;
    align-items: center;
    width: 7%;
    transition: none; }
  #svg-container-animation .svg-incon-hoverable:hover {
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    animation: pulse 2s infinite; }

@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
    70% {
      -webkit-box-shadow: 0 0 0 1em rgba(255, 255, 255, 0); }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
    70% {
      -moz-box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 1em rgba(255, 255, 255, 0); }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
  #svg-container-animation .svg-animation p {
    opacity: 0; }

#case-highlight .parallax-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 400px;
  margin-left: -200px;
  text-align: center !important;
  padding: 20px; }
  #case-highlight .parallax-overlay p {
    margin: 0px 0px 10px 0px; }
  #case-highlight .parallax-overlay h4 {
    color: white;
    text-align: center !important; }
  #case-highlight .parallax-overlay .btn {
    margin: 0px;
    width: 200px; }
  @media (min-width: 1200px) {
  #case-highlight .parallax-overlay {
    width: 600px;
    margin-left: -300px; } }

header svg {
  pointer-events: none; }

.newsteaser, .infoteaser, .trennlinie, .imagelist img, .csc-bulletlist, .fadein, .branding1, .branding2, .frames > h1, .frames > h2, .frames > h3, .frames > p {
  visibility: hidden; }

#footermap a, #footermap2 a, #footermap a:visited, #footermap2 a:visited, #footermap a:hover, #footermap2 a:hover {
  color: #fff !important; }
/*Animationen Thomas*/
/*ÖPNV*/
#OEPNV_Grafik_Lieniennetz {
  padding: 10px 0; }
  #OEPNV_Grafik_Lieniennetz .firstLine, #OEPNV_Grafik_Lieniennetz .secondLine, #OEPNV_Grafik_Lieniennetz .thirdLine, #OEPNV_Grafik_Lieniennetz .forthLine, #OEPNV_Grafik_Lieniennetz .fithLine {
    fill: none;
    stroke: white;
    stroke-width: 2; }

.form-check-label {
  font-size: 15px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: normal;
  margin-top: 4px; }
  .form-check-label input {
    margin-right: 10px; }
  .form-check-label p {
    margin: 0px;
    padding: 3px; }

#subscription .form-check-label {
  float: left;
  clear: both; }
/*Lieferanten Extension Thomas*/
/*Lieferanten Registrierung*/
#lieferantenRegistrierung .help-block {
  color: white; }
  #lieferantenRegistrierung input.error {
    border-color: #a94442; }
  #lieferantenRegistrierung #lieferantenRegistrierung-multicheckbox-branche {
    font-size: 15px; }
    #lieferantenRegistrierung #lieferantenRegistrierung-multicheckbox-branche .form-check-label span {
      font-weight: bold; }
  #lieferantenRegistrierung .actions {
    background-color: #4e545a;
    padding-bottom: 2em; }
    #lieferantenRegistrierung .actions .submit, #lieferantenRegistrierung .actions .btn-default {
      float: none;
      width: 100%; }
    #lieferantenRegistrierung .actions .btn-cancel {
      display: none; }

.tx-lieferantenio .star-ratings-css {
  overflow: hidden;
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 1.5em;
  width: auto;
  position: relative; }
  .tx-lieferantenio .star-ratings-css-top {
    color: #e7711b;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden; }
  .tx-lieferantenio .star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0; }
  .tx-lieferantenio .starbadge {
    margin-left: 5px; }
  .tx-lieferantenio .starrating {
    display: -webkit-inline-box; }
  .tx-lieferantenio .radioRating {
    /* Ratings widget */
    display: inline-block;
    border: 0;
    /* Order correctly by floating highest to the right */ }
  .tx-lieferantenio .radioRating [type="radio"]:not(:checked) + label:before, .tx-lieferantenio .radioRating input:not(:checked) + label:before, .tx-lieferantenio .radioRating [type="radio"] + label:before, .tx-lieferantenio .radioRating [type="radio"] + label:after, .tx-lieferantenio .radioRating [type="radio"] + label:before, .tx-lieferantenio .radioRating [type="radio"] + label:after {
    border: none;
    font-size: 1.1rem;
    margin: 0;
    cursor: pointer;
    position: inherit; }
  .tx-lieferantenio .radioRating [type="radio"]:checked + label:after, .tx-lieferantenio .radioRating [type="radio"].with-gap:checked + label:before, .tx-lieferantenio .radioRating [type="radio"].with-gap:checked + label:after {
    border: none;
    background-color: transparent; }
  .tx-lieferantenio .radioRating > [type="radio"], .tx-lieferantenio .radioRating input {
    display: none; }
  .tx-lieferantenio .radioRating > [type="radio"]:not(:checked), .tx-lieferantenio .radioRating input:not(:checked) {
    padding-left: 0px; }
    .tx-lieferantenio .radioRating > [type="radio"]:not(:checked) + label, .tx-lieferantenio .radioRating input:not(:checked) + label {
      padding-left: 0px; }
      .tx-lieferantenio .radioRating > [type="radio"]:not(:checked) + label:after, .tx-lieferantenio .radioRating input:not(:checked) + label:after {
        display: none; }
      .tx-lieferantenio .radioRating > [type="radio"]:not(:checked) + label:hover, .tx-lieferantenio .radioRating input:not(:checked) + label:hover, .tx-lieferantenio .radioRating > [type="radio"]:not(:checked) + label:hover ~ .tx-lieferantenio .radioRating > [type="radio"]:not(:checked) + label, .tx-lieferantenio .radioRating input:not(:checked) + label:hover ~ .tx-lieferantenio .radioRating input:not(:checked) + label {
        color: #ffd700; }
  .tx-lieferantenio .radioRating > [type="radio"]:checked, .tx-lieferantenio .radioRating input:checked {
    padding-left: 0px; }
    .tx-lieferantenio .radioRating > [type="radio"]:checked + label, .tx-lieferantenio .radioRating input:checked + label {
      padding-left: 0px; }
    .tx-lieferantenio .radioRating > [type="radio"]:checked ~ label, .tx-lieferantenio .radioRating input:checked ~ label {
      color: #ffd700; }
  .tx-lieferantenio .radioRating > label {
    float: right;
    left: auto !important;
    /* The star of the show */
    /* Zero stars rating */ }
  .tx-lieferantenio .radioRating > label:before {
    border: none;
    display: inline-block;
    font-size: 1.1rem;
    padding: 0.3rem 0.2rem;
    margin: 0;
    cursor: pointer;
    content: "\2605";
    /* full star */ }
  .tx-lieferantenio .radioRating label:hover, .tx-lieferantenio .radioRating label:hover ~ label {
    color: #ffd700; }
  .tx-lieferantenio .radioRating input:checked + label:hover, .tx-lieferantenio .radioRating input:checked ~ label:hover, .tx-lieferantenio .radioRating input:checked ~ label:hover ~ label, .tx-lieferantenio .radioRating label:hover ~ input:checked ~ label {
    color: #f0e68c; }
  .tx-lieferantenio .auflistung .form-row .input-field.select .caret {
    display: none; }
    .tx-lieferantenio .auflistung .form-row .input-field.select .ce-bullets li, .tx-lieferantenio .auflistung .form-row .input-field.select ul li, .tx-lieferantenio .auflistung .form-row .input-field.select ol li {
      background-image: none; }
    .tx-lieferantenio .auflistung .lieferanten-item {
      width: 100%;
      padding: 0px 15px 0px 15px;
      min-width: 300px; }
  @media (min-width: 768px) {
      .tx-lieferantenio .auflistung .lieferanten-item {
        width: 48%; } }
  @media (min-width: 1200px) {
      .tx-lieferantenio .auflistung .lieferanten-item {
        width: 32%; } }
  .tx-lieferantenio .auflistung .lieferanten-item .kontaktbox {
    margin: 15px 0;
    color: white;
    width: 100%; }
    .tx-lieferantenio .auflistung .lieferanten-item .kontaktbox .row {
      margin: 10px 0px; }
    .tx-lieferantenio .auflistung .lieferanten-item .kontaktbox td {
      padding: 0px; }
    .tx-lieferantenio .auflistung .lieferanten-item .kontaktbox p.firma {
      font-size: 1.8em;
      font-weight: bold; }
    .tx-lieferantenio .auflistung .lieferanten-item .kontaktbox h3, .tx-lieferantenio .auflistung .lieferanten-item .kontaktbox p {
      color: white; }
    .tx-lieferantenio .auflistung .lieferanten-item .kontaktbox hr {
      border-color: rgba(255, 255, 255, 0.9); }
    .tx-lieferantenio .auflistung .lieferanten-item .kontaktbox .starrating {
      height: 1.1em;
      padding-left: 0px;
      width: auto; }
      .tx-lieferantenio .auflistung .lieferanten-item .kontaktbox .starrating .star-ratings-css {
        color: #ff8e66; }
        .tx-lieferantenio .auflistung .lieferanten-item .kontaktbox .starrating .star-ratings-css-top {
          color: white; }
  .tx-lieferantenio .detailansicht select {
    background-color: gray;
    width: 100%;
    display: inherit; }
  .tx-lieferantenio .detailansicht .bewertungform {
    margin-bottom: 15px; }
  .tx-lieferantenio .detailansicht .bewertungform #kriterium {
    background-color: gray;
    width: 100%; }
  .tx-lieferantenio .detailansicht .bewertungform textarea#kommentar {
    width: 100%;
    resize: vertical;
    color: #4e545a;
    background-color: white;
    min-height: 4em;
    height: 6em; }
  .tx-lieferantenio .detailansicht .bewertungform #bewertung-submit {
    width: 100%; }
  .tx-lieferantenio .detailansicht .bewertungform .rating-form {
    color: #9c9c9c;
    margin-top: 10px;
    /* RATING - Form - Label */ }
    .tx-lieferantenio .detailansicht .bewertungform .rating-form .form-item {
      position: relative;
      margin: auto;
      width: auto;
      text-align: left;
      direction: rtl;
      /*background: green;*/ }
    .tx-lieferantenio .detailansicht .bewertungform .rating-form input[type="radio"] {
      position: absolute;
      left: -9999px; }
    .tx-lieferantenio .detailansicht .bewertungform .rating-form [type="radio"]:checked + label:after {
      display: none; }
    .tx-lieferantenio .detailansicht .bewertungform .rating-form label {
      display: inline-block;
      cursor: pointer;
      position: initial;
      padding-left: 0; }
      .tx-lieferantenio .detailansicht .bewertungform .rating-form label .fa {
        font-size: 40px;
        font-size: 4rem;
        line-height: 40px; }
      .tx-lieferantenio .detailansicht .bewertungform .rating-form label .fa-star {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0; }
    .tx-lieferantenio .detailansicht .bewertungform .rating-form .rating-star {
      display: inline-block;
      position: relative; }
    .tx-lieferantenio .detailansicht .bewertungform .rating-form .ir {
      position: absolute;
      left: -9999px; }
  .tx-lieferantenio .detailansicht .bewertungform .rating-form .form-legend + .form-item {
    padding-top: 10px; }
  .tx-lieferantenio .detailansicht .bewertungform .rating-form label:hover .fa-star-o, .tx-lieferantenio .detailansicht .bewertungform .rating-form label:focus .fa-star-o, .tx-lieferantenio .detailansicht .bewertungform .rating-form label:hover ~ label .fa-star-o, .tx-lieferantenio .detailansicht .bewertungform .rating-form label:focus ~ label .fa-star-o, .tx-lieferantenio .detailansicht .bewertungform .rating-form input[type="radio"]:checked ~ label .fa-star-o {
    opacity: 0; }
  .tx-lieferantenio .detailansicht .bewertungform .rating-form label:hover .fa-star, .tx-lieferantenio .detailansicht .bewertungform .rating-form label:focus .fa-star, .tx-lieferantenio .detailansicht .bewertungform .rating-form label:hover ~ label .fa-star, .tx-lieferantenio .detailansicht .bewertungform .rating-form label:focus ~ label .fa-star, .tx-lieferantenio .detailansicht .bewertungform .rating-form input[type="radio"]:checked ~ label .fa-star {
    opacity: 1; }
  .tx-lieferantenio .detailansicht .bewertungform .rating-form input[type="radio"]:checked ~ label .fa-star {
    color: #ea4b00; }
  .tx-lieferantenio .detailansicht .comment-grid .comment-item.panel-default.panel {
    width: 100%;
    border-color: transparent;
    background-color: transparent; }
    .tx-lieferantenio .detailansicht .comment-grid .comment-item.panel-default.panel .text-muted {
      float: right; }
    .tx-lieferantenio .detailansicht .comment-grid .comment-item.panel-default.panel .panel-heading {
      color: transparent;
      background-color: transparent;
      border-color: transparent; }
      .tx-lieferantenio .detailansicht .comment-grid .comment-item.panel-default.panel .panel-heading .col-sm-6 {
        width: auto; }
    .tx-lieferantenio .detailansicht .comment-grid .comment-item.panel-default.panel .panel-body {
      color: transparent;
      background-color: transparent; }
  .tx-lieferantenio .detailansicht .branche-labels {
    width: fit-content;
    padding: 5px;
    margin: auto; }
  .tx-lieferantenio .detailansicht .branche-labels .label {
    margin: 5px; }
  @-moz-document url-prefix() {
    .tx-lieferantenio .detailansicht .branche-labels {
      width: -moz-fit-content; } }
  .tx-lieferantenio .form-row {
    overflow: visible; }
  .tx-lieferantenio .showproperies .row {
    padding-bottom: 10px; }
/*Social Media Styles*/
.tx-pb-social .panel-heading, .tx-pxa-social-feed .panel-heading {
  padding: 3px 0px 0px 10px; }
  .tx-pb-social .panel-heading img, .tx-pxa-social-feed .panel-heading img {
    height: 20px;
    width: 20px;
    margin: 0px; }
  .tx-pb-social .grid-item, .tx-pxa-social-feed .grid-item {
    margin-left: 15px;
    margin-top: 10px; }
  .tx-pb-social .grid-item .panel-body, .tx-pxa-social-feed .grid-item .panel-body {
    padding: 0px; }
  @media (min-width: 768px) {
      .tx-pb-social .grid-item .panel-body, .tx-pxa-social-feed .grid-item .panel-body {
        max-height: 150px;
        min-height: 150px; } }
  .tx-pb-social .grid-item .image, .tx-pxa-social-feed .grid-item .image {
    display: flex;
    justify-content: center;
    align-items: center; }
  @media (min-width: 768px) {
      .tx-pb-social .grid-item .image, .tx-pxa-social-feed .grid-item .image {
        height: 150px; } }
  .tx-pb-social .grid-item .image img, .tx-pxa-social-feed .grid-item .image img {
    margin: auto;
    width: auto; }
    @media (min-width: 768px) {
      .tx-pb-social .grid-item .image img, .tx-pxa-social-feed .grid-item .image img {
        max-height: 140px; } }
  .tx-pb-social .grid-item .text, .tx-pxa-social-feed .grid-item .text {
    overflow: hidden; }
  @media (min-width: 768px) {
      .tx-pb-social .grid-item .text, .tx-pxa-social-feed .grid-item .text {
        height: 140px; } }
  .tx-pb-social .grid-item .text p, .tx-pxa-social-feed .grid-item .text p {
    color: #4e545a; }

#contacttool .btn {
  margin: 0px 0px 5px 0px;
  text-transform: none; }
  #contacttool .btn-primary {
    color: #4e545a;
    background-color: rgba(255, 255, 255, 0.8); }
  #contacttool .btn-primary:hover {
    color: #4e545a;
    background-color: rgba(255, 255, 255, 1); }
  #contacttool .btn-primary.active {
    color: rgba(255, 255, 255, 0.9);
    background-color: #ff3200; }
  #contacttool .btn-primary.active:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #ff3200; }
  #contacttool .btn-submit {
    color: #ff3200;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ff3200;
    text-transform: uppercase; }
  #contacttool .toolinput {
    width: 100%; }
  @media (min-width: 768px) {
    #contacttool .toolinput {
      width: 400px; } }
  #contacttool label input {
    text-align: left;
    position: relative;
    float: left; }

.alert-danger {
  background: linear-gradient(to right, #ff5000 0%, #ff3200 100%);
  border: none;
  color: #fff; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #fff; }

.ls-vpcontainer {
  display: none !important; }
/*Zusammenfuehrung Sandbox*/
@media only screen and (min-width: 280px) and (max-width: 767px) {
  .slider {
    margin-bottom: -50px; } }

@media only screen and (min-width: 768px) {
  .slider {
    margin-bottom: -130px; } }
/*general*/
h3 {
  text-transform: none;
  text-align: center;
  font-size: 20px;
  line-height: 29px; }
/* 5 columns */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.fachthema h3 {
  text-align: left; }

.teaser.textteaser {
  border: none; }

.teaser.textteaser .newstext, .teaser.textteaser .linktextteaser {
  font-size: 14px;
  line-height: 18px;
  padding: 0; }

.teaser h2 {
  font-size: 20px;
  text-align: left;
  line-height: 1.1em;
  margin: 15px 0px 5px 0px; }

.fsc-grey .teaser.textteaser h2, .fsc-darkgrey .teaser.textteaser h2, .fsc-darkgrey h2 {
  color: #fff; }

.fsc-grey .teaser.textteaser .linktextteaser, .fsc-darkgrey .teaser.textteaser .linktextteaser, .fsc-orange .teaser.textteaser .linktextteaser {
  color: #fff;
  background-image: url("/fileadmin/system/img/linkpfeil_weiss2.svg");
  background-size: 15px; }

.teaser.textteaser .linktextteaser {
  padding-left: 25px;
  background-image: url("/fileadmin/system/img/linkpfeil_orange.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left; }

.teaser.textteaser div {
  float: none; }

.teaser.textteaser .newstext {
  width: 100%; }

.teaser.pictoteaser .pictoheadline {
  display: table-cell; }

.teaser.pictoteaser .pictorow {
  display: table-row; }

.teaser.pictoteaser .pictocellimg {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  float: none;
  width: 40px; }

.teaser.pictoteaser .pictocellimg img, .teaser.pictoteaser h2 {
  margin: 0; }

.teaser.pictoteaser .pictocellhead {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  float: none;
  padding-left: 10px; }

.teaser.infoteaser .topleft h3, .teaser.pictoteaser h3 {
  text-align: left; }

.fsc-darkgrey .teaser.pictoteaser .linkicon a, .fsc-grey .teaser.pictoteaser .linkicon a {
  color: rgba(255, 255, 255, 0.9); }

.fsc-grey .teaser.pictoteaser h2 {
  color: #ff3200; }

.greylinkbutton {
  background-color: #aaa;
  padding: 10px;
  margin: 6px 0px;
  color: #2c3238;
  position: relative; }

.greylinkbutton img {
  position: absolute;
  right: 15px;
  top: 0px;
  height: 100%;
  margin-top: 0px;
  width: 10px; }

.greylinkbutton:hover {
  background: linear-gradient(to right, #ff5000 0%, #ff3200 100%);
  color: #fff; }

.greybuttonfirst {
  font-family: 'FFDINWebProLight', Arial, sans-serif; }

.greybuttonsecond {
  font-family: 'FFDINWebProBold', Arial, sans-serif; }

.owl-carousel {
  position: relative;
  height: 100%;
  margin-bottom: -120px; }
  @media (max-width: 540px) {
  .owl-carousel {
    margin-bottom: -90px; } }
  @media (max-width: 767px) {
  .owl-carousel {
    margin-bottom: -90px; } }
  @media (min-width: 768px) {
  .owl-carousel {
    margin-bottom: -130px; } }
  @media (min-width: 992px) {
  .owl-carousel {
    margin-bottom: -175px; } }
  @media (min-width: 1400px) {
  .owl-carousel {
    margin-bottom: -180px; } }

.owl-carousel .owl-slide {
  background-size: cover;
  /*height: 500px;*/
  height: 70vw;
  /*margin-top:-50px;*/ }
  @media (max-width: 540px) {
  .owl-carousel .owl-slide {
    height: 440px;
    margin-top: 0px;
    background-position: center;
    background-size: auto 100%; } }
  @media (min-width: 992px) {
  .owl-carousel .owl-slide {
    /*height: 700px;*/
    height: 50vw;
    /*margin-top: -75px;*/ } }
  @media (min-width: 1400px) {
  .owl-carousel .owl-slide {
    /*height: 930px;*/
    /*height: 660px;*/
    /*height:730px;*/
    height: 45vw;
    /*margin-top: -180px;*/ } }
  @media (min-width: 1980px) {
  .owl-carousel .owl-slide {
    height: 45vw;
    /*margin-top: -100px;*/ } }

.owl-carousel .owl-slide .sliderbox {
  background-color: rgba(0, 0, 0, 0.70); }

.owl-carousel .owl-slide .sliderboxorange {
  background: linear-gradient(to right, #ff5000 0%, #ff3200 100%); }
  .owl-carousel .owl-slide .sliderboxorange a {
    color: #4e545a; }

.owl-carousel .owl-slide .sliderbox, .owl-carousel .owl-slide .sliderboxorange {
  top: 65px;
  left: 20px;
  right: 10px;
  padding: 28px 10px 5px;
  /*height: 130px;*/
  /*width: 340px;*/
  max-width: 340px;
  position: absolute; }
  @media (max-width: 540px) {
  .owl-carousel .owl-slide .sliderbox, .owl-carousel .owl-slide .sliderboxorange {
    max-width: 340px;
    top: 65px;
    left: 20px;
    right: 20px;
    padding: 28px 10px 5px;
    /*height: 130px;*/ } }
  @media (min-width: 768px) {
  .owl-carousel .owl-slide .sliderbox, .owl-carousel .owl-slide .sliderboxorange {
    top: 80px;
    left: 20px;
    max-width: 380px;
    /*height: 140px;*/
    padding: 28px 15px 10px; } }
  @media (min-width: 992px) {
  .owl-carousel .owl-slide .sliderbox, .owl-carousel .owl-slide .sliderboxorange {
    /*width: 600px;*/
    max-width: 470px;
    left: 50px;
    top: 120px;
    /*height: 170px;*/
    padding: 28px 15px 10px; } }
  @media (min-width: 1400px) {
  .owl-carousel .owl-slide .sliderbox, .owl-carousel .owl-slide .sliderboxorange {
    left: 50px;
    top: 120px;
    /*height: 170px;*/
    padding: 28px 15px 10px; } }

.owl-carousel .owl-slide p {
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  font-family: 'FFDINWebProBold', Arial, sans-serif; }

.owl-carousel .owl-slide .sliderintro {
  /*font-size: 22px;*/
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 2px; }
  @media (min-width: 768px) {
  .owl-carousel .owl-slide .sliderintro {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 5px; } }
  @media (min-width: 992px) {
  .owl-carousel .owl-slide .sliderintro {
    font-size: 38px;
    line-height: 38px;
    padding-bottom: 10px; } }
  @media (min-width: 1400px) {
  .owl-carousel .owl-slide .sliderintro {
    font-size: 38px;
    line-height: 38px;
    padding-bottom: 10px; } }

.owl-carousel .owl-slide .slidersub {
  /*font-size: $font*0.9;*/
  font-size: 12.6px;
  font-family: 'FFDINWebProMedium', Arial, sans-serif;
  margin-top: 0px;
  line-height: 15px; }
  @media (min-width: 768px) {
  .owl-carousel .owl-slide .slidersub {
    font-size: 16px;
    font-family: 'FFDINWebProBold', Arial, sans-serif;
    /*margin-top: 10px;*/
    line-height: 17px; } }
  @media (min-width: 992px) {
  .owl-carousel .owl-slide .slidersub {
    font-size: 17px;
    font-family: 'FFDINWebProBold', Arial, sans-serif;
    /*margin-top: 10px;*/
    line-height: 20px; } }
  @media (min-width: 1400px) {
  .owl-carousel .owl-slide .slidersub {
    font-size: 17px;
    font-family: 'FFDINWebProBold', Arial, sans-serif;
    /*margin-top: 10px;*/ } }

.owl-carousel .sliderchevron {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 28px; }
  @media (min-width: 768px) {
  .owl-carousel .sliderchevron {
    top: 15px; } }
  @media (min-width: 992px) {
  .owl-carousel .sliderchevron {
    top: 20px;
    right: 20px; } }

.owl-carousel .sliderchevron img {
  transition: all 0.2s ease-in-out; }

.owl-carousel .sliderchevron img:hover {
  transform: scale(1.5); }

.owl-carousel .owl-nav {
  display: block !important; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 28px;
  top: 70px; }
  @media (min-width: 768px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    /*top: 145px;*/
    top: 90px;
    left: 35px; } }
  @media (min-width: 992px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    /*top: 210px;*/
    top: 130px;
    left: 65px; } }


.owl-theme .owl-dots .owl-dot span {
  margin: 5px 2px; }

.owl-theme .owl-dots .owl-dot.active span {
  background: #c00; }

.owl-theme .owl-dots .owl-dot span {
  background: #fff; }

.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.imggal .col-sm-6 img {
  height: auto; }
  @media (min-width: 768px) {
    .imggal .col-sm-6 img {
      height: 288px; } }
  @media (min-width: 992px) {
    .imggal .col-sm-6 img {
      height: 380px; } }
  @media (min-width: 1200px) {
    .imggal .col-sm-6 img {
      height: 463px; } }
  @media (min-width: 1980px) {
    .imggal .col-sm-6 img {
      height: 630px; } }
  @media (min-width: 768px) {
    .imggal .col-sm-6 .col-xs-12 img {
      height: 134px; } }
  @media (min-width: 992px) {
    .imggal .col-sm-6 .col-xs-12 img {
      height: 180px; } }
  @media (min-width: 1200px) {
    .imggal .col-sm-6 .col-xs-12 img {
      height: 221.5px; } }
  @media (min-width: 1980px) {
    .imggal .col-sm-6 .col-xs-12 img {
      height: 305px; } }
  @media (min-width: 768px) {
    .imggal .col-sm-6 .col-xs-6 img {
      height: 134px; } }
  @media (min-width: 992px) {
    .imggal .col-sm-6 .col-xs-6 img {
      height: 180px; } }
  @media (min-width: 1200px) {
    .imggal .col-sm-6 .col-xs-6 img {
      height: 221.5px; } }
  @media (min-width: 1980px) {
    .imggal .col-sm-6 .col-xs-6 img {
      height: 305px; } }

.imagegallery {
  position: relative; }

.imagegallery div {
  position: absolute;
  padding: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.70);
  color: #fff;
  width: 100%;
  font-size: 16.2px; }
  @media (min-width: 768px) {
  .imagegallery div {
    font-size: 12px;
    padding: 6px; } }
  @media (min-width: 992px) {
  .imagegallery div {
    font-size: 16.2px;
    padding: 10px; } }

.imagegallery .gallerylink {
  background-image: url("/fileadmin/system/img/chevron-right.svg");
  background-repeat: no-repeat;
  background-position: right 10px center; }

.imagegallery:hover .gallerylink {
  background-color: #ff3200; }

@media (max-width: 540px) {
    .container {
      padding-left: 25px;
      padding-right: 25px; } }
/*Backoffice*/
.tx-felogin-pi1 legend {
  display: none; }

.iframe-container {
  /*position: relative; */
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0px 10px 0px 10px; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/*cookiebanner*/
#cookiebanner {
  background-color: #fff;
  bottom: 0;
  padding: 30px 0px;
  position: fixed;
  width: 100%;
  overflow-y: auto;
  max-height: 100%;
  z-index: 99;
  opacity: 0.9; }
  #cookiebanner p {
    text-align: left; }
  #cookiebanner input {
    float: left;
    margin-right: 10px; }
  #cookiebanner .col-12 {
    padding-left: 10px;
    padding-right: 10px; }

#cookiebanner label {
  /*font-family: FFDINWebProBlack;*/ }

.c-header {
  /*font-family: FFDINWebProBlack;*/ }

.button-container {
  margin-top: 20px; }

.button-container a {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  /*font-family: FFDINWebProBlack;*/
  min-width: 48%;
  padding: 10px 25px;
  text-align: center; }

.button-container a:hover {
  color: #fff;
  background-color: #d12d00; }

.button-container #ChangeReload {
  margin-right: 10px; }

.button-container #AcceptReload:hover {
  background-color: #00ad21; }

.c-button {
  background-color: #fff; }

#cookiebanner .c-settings .c-header {
  margin-bottom: 10px; }

.CookieDeclaration p {
  text-align: left; }
/*nav new*/
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 4;
  height: 50px;
  /*background: linear-gradient(to right, #ff5000 0%, #ff3200 100%);
   transition: all 0.5s;*/
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

header.fill {
  background-color: #ff3700;
  /*background: linear-gradient(to right, #ff5000 0%, #ff3200 100%);*/ }

header.alwaysfilled {
  background-color: #ff3700 !important; }

header .logo img {
  height: 30px;
  position: absolute;
  top: 10px;
  left: 8%; }

@media (min-width: 577px) {
  header .logo img {
    left: 4%; } }

@media (min-width: 668px) {
  header .logo img {
    height: 33px;
    width: 74px;
    top: 8px; }

  .touchbutton svg {
    width: 33px;
    height: 33px; } }

.touchbutton {
  padding: 13px 10px 13px 10px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  right: 15px;
  transition: all 0.3s; }

.langmenu {
  position: absolute;
  top: 15px;
  right: 75px;
  color: #fff;
  font-family: 'FFDINWebPro', Arial, sans-serif; }
  .langmenu a, .langmenu a:hover, .langmenu a:focus, .langmenu a:visited {
    color: #fff;
    font-family: 'FFDINWebPro', Arial, sans-serif; }
  .langmenu a:hover {
    color: #ddd; }
  .langmenu a.active {
    font-family: 'FFDINWebProBold', Arial, sans-serif; }

.touchbutton svg {
  width: 30px;
  height: 30px;
  transition: all 0.3s;
  pointer-events: none; }

svg {
  max-width: 100%;
  vertical-align: middle; }

#menu {
  position: fixed;
  top: 50px;
  right: -300px;
  bottom: 0px;
  width: 300px;
  color: rgba(255, 255, 255, 0.9);
  background-color: #2c3238;
  transition: all 0.3s ease-out;
  z-index: 999; }

#menu.opened, #sidebar.opened {
  right: 0px; }

#menu .menu-list, #sidebar .menu-list {
  margin: 0;
  padding: 0;
  list-style: none; }

#menu .menu-list li, #sidebar .menu-list li {
  background: none;
  padding-left: 0px;
  margin-bottom: 0px; }

#menu .menu-list a:visited, #sidebar .menu-list a:visited, #menu .menu-list a, #sidebar .menu-list a {
  display: block;
  padding: 15px;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 25px; }

.parallax-window.fsc-x {
  z-index: 0;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: transparent; }
  @media (min-width: 768px) {
  .parallax-window.fsc-x {
    height: 600px; } }
  @media (min-width: 1200px) {
  .parallax-window.fsc-x {
    height: 800px; } }
  .parallax-window.fsc-x h2 {
    padding: 0px 10px; }
  @media (min-width: 768px) {
  .parallax-window.fsc-x {
    margin-top: 100px; } }
  @media (min-width: 1200px) {
  .parallax-window.fsc-x {
    margin-top: 200px; }
    .parallax-window.fsc-x h2 {
      padding: 0px 20px; } }

.zukslider {
  width: 100%;
  margin-top: 50px; }
  @media (min-width: 768px) {
  .zukslider {
    margin-top: 100px; } }
  @media (min-width: 1200px) {
  .zukslider {
    margin-top: 200px; } }

.tns-controls, button, .tns-liveregion {
  display: none; }

.frame-responsive-wrap {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  height: auto;
  padding-bottom: 31.27%; }
  .frame-responsive-wrap .frame-responsive {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

#video-header .video-container {
  width: 100%; }
  #video-header .video-container .overlaygrid {
    background-image: url("/fileadmin/video/ZUK-WEB-SHOWREEL-2022_GRID-Punkt_3x3.png");
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1; }
  @media (min-width: 992px) {
  #video-header .video-container .overlaygrid {
    background-image: url("/fileadmin/video/ZUK-WEB-SHOWREEL-2022_GRID-Punkt.png"); } }

#video-header .hero-container .overlay {
  top: unset;
  bottom: 7%; }

.fsc-orange p a, .fsc-orange p a:hover, .fsc-orange p a:visited {
  color: #fff; }
