/*** COLOR VARIABLES  ****/
/*** FONT VARIABLES  ****/
/*** Bootstrap VARIABLES  ****/
html {
  height: 100%;
  overflow-y: scroll; }

body {
  min-height: 100%;
  color: #12141e;
  line-height: 1.4; }
  body .btn, body a {
    transition: all 0.3s ease-in-out; }
  body .box-shadow {
    box-shadow: 0 0 20px 6px #494949; }
  body .btn-primary {
    color: #fff !important;
    text-transform: uppercase; }
    body .btn-primary:hover {
      background-color: transparent;
      color: #f69432 !important;
      border: 1px solid #f69432;
      text-decoration: none !important; }
  body .btn-secondary {
    color: #fff;
    background-color: #12141e;
    border: 1px solid #12141e;
    font-family: "Proxima Nova W05 Bold"; }
    body .btn-secondary:hover, body .btn-secondary:focus, body .btn-secondary:active {
      background-color: #fff !important;
      color: #12141e !important;
      border: 1px solid #12141e;
      box-shadow: none;
      text-decoration: none !important; }
  body .btn-thirdy {
    color: #12141e;
    background-color: #fff;
    border: 1px solid #12141e;
    font-family: "Proxima Nova W05 Bold"; }
    body .btn-thirdy:hover, body .btn-thirdy:focus, body .btn-thirdy:active {
      background-color: #12141e !important;
      color: #fff !important;
      border: 1px solid #12141e;
      box-shadow: none; }
  body strong {
    font-weight: normal;
    font-family: "Proxima Nova W05 Bold"; }
  body .mb-6 {
    margin-bottom: 5rem; }
  body header {
    z-index: 9;
    width: 100%;
    position: relative; }
    body header .navbar {
      z-index: 1;
      background: #FFF;
      padding: 0px;
      height: 125px; }
      body header .navbar.top-nav-collapse {
        box-shadow: 0 0 20px 6px #494949; }
      body header .navbar .service-nav .nav-link {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 13px;
        letter-spacing: 0px;
        font-family: "Proxima Nova W05 Light"; }
      body header .navbar .active .nav-link {
        color: #f69432; }
      body header .navbar .nav-link {
        color: #12141e;
        font-family: "Proxima Nova W05 Bold";
        font-size: 17px;
        letter-spacing: 1px;
        padding: 1.3rem 0.7rem 1.3rem 0.6rem;
        transition: all .3s ease-in-out; }
        body header .navbar .nav-link:hover {
          color: #f69432; }
      body header .navbar .navbar-brand {
        transition: all 0.2s ease-in-out;
        padding: 0px; }
        body header .navbar .navbar-brand img {
          width: 240px;
          height: auto; }
      body header .navbar.top-nav-collapse .navbar-brand {
        font-size: 25px; }
      body header .navbar .dropdown-menu {
        background-color: #f69432; }
        body header .navbar .dropdown-menu a.dropdown-item {
          color: #000; }
          body header .navbar .dropdown-menu a.dropdown-item:hover {
            background-color: #f69432; }
  body .bootstrap-select .dropdown-menu {
    padding: 0;
    border-top: 1px solid #12141e; }
    body .bootstrap-select .dropdown-menu .dropdown-item {
      padding: 0.25rem .8rem; }
      body .bootstrap-select .dropdown-menu .dropdown-item.active, body .bootstrap-select .dropdown-menu .dropdown-item:active, body .bootstrap-select .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
        color: #f69432; }
  body .view {
    background-size: cover;
    min-height: 60vh;
    width: 100%;
    position: relative; }
    body .view .full-bg-img {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0; }
      body .view .full-bg-img h1 {
        color: white; }
  body main {
    position: relative;
    margin-top: 125px;
    min-height: 100px;
    margin-bottom: 50px; }
    body main h1, body main h2 {
      font-family: "Rokkitt", serif; }
    body main h1 {
      font-family: "Rokkitt", serif;
      font-weight: 900;
      font-size: 3rem;
      line-height: 50px;
      margin-bottom: 0px; }
    body main h2 {
      font-size: 1.8rem; }
    body main h3 {
      font-family: "Proxima Nova W05 Black"; }
    body main h4 {
      color: #f69432;
      text-transform: uppercase;
      font-weight: normal;
      font-size: 20px;
      letter-spacing: 1px;
      font-family: "Proxima Nova W05 Bold"; }
    body main a {
      color: #12141e; }
      body main a:hover {
        color: #f69432;
        text-decoration: none; }
    body main .pagination li a.arrow {
      background-color: #EDEDEE;
      padding: 0.5rem 0.75rem;
      display: block; }
      body main .pagination li a.arrow:hover {
        background-color: #DBDCDD; }
      body main .pagination li a.arrow img {
        transform: rotate(0deg) !important; }
    body main .pagination li a.next img {
      position: relative;
      bottom: 1px;
      transform: rotate(180deg) !important; }
    body main .pimcore_area_imagetext a:hover .arrow-orange {
      position: relative;
      left: 10px; }
    body main .pimcore_area_imagetext .arrow-orange {
      position: relative;
      left: 0;
      width: 80px;
      height: 20px;
      transition: all 0.3s ease-in-out; }
    body main .bx-wrapper {
      border: 0;
      box-shadow: none;
      margin: 0; }
      body main .bx-wrapper .bx-controls .bx-controls-direction a {
        position: relative;
        display: inline-block;
        top: unset;
        left: unset;
        right: unset;
        margin-top: 20px;
        width: 96px;
        height: 32px;
        text-indent: -99999px;
        z-index: 0;
        background-color: #EDEDEE;
        background-image: url(/static/img/arrow-black.png);
        background-repeat: no-repeat;
        background-position: 10px 9px;
        background-size: 80px 16px; }
        body main .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
          transform: rotate(180deg) !important; }
        body main .bx-wrapper .bx-controls .bx-controls-direction a:hover {
          background-color: #DBDCDD; }
      body main .bx-wrapper img {
        width: 100%;
        height: auto; }
      body main .bx-wrapper .bx-controls-direction a {
        background-color: grey; }
      body main .bx-wrapper .text {
        background-color: #fff;
        position: relative;
        margin-left: auto;
        width: 400px;
        bottom: -50px;
        text-align: center;
        padding: 10px;
        font-family: "Rokkitt", serif;
        font-size: 1.3rem;
        right: 30px; }
        body main .bx-wrapper .text h2 {
          font-weight: 900;
          font-size: 2.8rem; }
    body main .referenz-detail .head-title {
      border-top: 1px solid #12141e;
      border-bottom: 1px solid #12141e;
      padding: 4px 0; }
      body main .referenz-detail .head-title h1 {
        font-family: "Proxima Nova W05 Bold";
        font-size: 1.7rem; }
    body main .slider-txt.orange .slider-inner h2 {
      color: #f69432; }
    body main .slider-txt.orange .slider-inner p {
      color: #f69432; }
    body main .slider-txt .slider-inner {
      background-color: #fff;
      position: absolute;
      margin-left: auto;
      width: 432px;
      bottom: 0;
      text-align: center;
      padding: 20px 10px 0 10px;
      font-family: "Rokkitt", serif;
      font-size: 1.3rem;
      line-height: 1;
      right: 70px; }
      body main .slider-txt .slider-inner h2 {
        font-weight: 900;
        font-size: 2.8rem;
        line-height: 1; }
    body main .controls .bxPrev img {
      transform: rotate(0deg) !important; }
    body main .controls .bxNext img {
      transform: rotate(180deg) !important;
      position: relative;
      bottom: 2px; }
    body main .controls a {
      display: block;
      background-color: #EDEDEE; }
      body main .controls a:hover {
        background-color: #DBDCDD; }
    body main .referenzen .plus {
      background-color: #EDEDEE;
      transition: all 0.3s ease-in-out; }
    body main .referenzen a.detail {
      text-decoration: none; }
    body main a img {
      transition: all 0.3s ease-in-out; }
    body main a .referenzen-img {
      width: 255px;
      height: 200px;
      overflow: hidden; }
    body main a:hover {
      color: #f69432; }
      body main a:hover img {
        transform: scale(1.05); }
      body main a:hover .plus {
        background-color: #DBDCDD; }
    body main .card {
      border: 0px solid #12141e;
      border-left: 0px solid;
      border-right: 0px solid;
      border-bottom: 1px solid #12141e;
      /*** PLUS MINUS ANIMATION **/ }
      body main .card:first-of-type {
        border-top: 1px solid #12141e; }
      body main .card .closed .vertical {
        transition: all 0.3s ease-in-out;
        transform: rotate(-90deg); }
      body main .card .closed .horizontal {
        transition: all 0.3s ease-in-out;
        transform: rotate(-90deg);
        opacity: 1; }
      body main .card .active-acc .circle-plus {
        opacity: 1; }
        body main .card .active-acc .circle-plus .vertical {
          transition: all 0.1s ease-in-out;
          transform: rotate(90deg); }
        body main .card .active-acc .circle-plus .horizontal {
          transition: all 0.1s ease-in-out;
          transform: rotate(90deg);
          opacity: 0; }
      body main .card .circle-plus {
        font-size: 1em; }
      body main .card .circle-plus .circle {
        position: relative;
        width: 1em;
        height: 1em;
        border-radius: 100%; }
      body main .card .circle-plus .circle .horizontal {
        position: absolute;
        background-color: #12141e;
        width: 20px;
        height: 3px;
        left: 50%;
        margin-left: -15px;
        top: 50%;
        margin-top: -2.5px; }
      body main .card .circle-plus .circle .vertical {
        position: absolute;
        background-color: #12141e;
        width: 3px;
        height: 20px;
        left: 50%;
        margin-left: -6px;
        top: 50%;
        margin-top: -11px; }
      body main .card .card-header {
        border: 0px;
        background-color: transparent;
        font-family: "Proxima Nova W05 Bold";
        padding: 0.65rem 0rem; }
        body main .card .card-header .btn-link {
          color: #12141e;
          font-family: "Proxima Nova W05 Bold";
          padding: 0.75rem 0rem;
          font-size: 18px;
          text-transform: uppercase; }
          body main .card .card-header .btn-link:hover, body main .card .card-header .btn-link:focus, body main .card .card-header .btn-link.focus, body main .card .card-header .btn-link.active {
            color: #f69432;
            text-decoration: none; }
      body main .card .card-body {
        padding: 1.25rem 0; }
        body main .card .card-body ul {
          padding-left: 0px;
          list-style: none; }
          body main .card .card-body ul li a {
            font-size: 18px;
            padding: 0.25rem 0;
            display: inline-block; }
            body main .card .card-body ul li a.active {
              color: #f69432; }
    body main .no-header-image {
      height: 120px; }
    body main .bg-black {
      background-color: #2b3237;
      color: #fff; }
      body main .bg-black h1, body main .bg-black h2 {
        color: #fff; }
    body main .a-draw:hover .drawing .icon-left {
      background-color: #12141e; }
    body main .drawing {
      position: absolute;
      right: 0;
      bottom: 0;
      transition: all .3s ease-in-out; }
      body main .drawing .triangle {
        position: absolute;
        right: 497px;
        bottom: -112px;
        width: 0;
        height: 0;
        border-right: 250px solid transparent;
        border-bottom: 387px solid #f69432;
        transform: rotate(271deg);
        transition: all .3s ease-in-out; }
      body main .drawing .square {
        width: 369px;
        bottom: -346px;
        height: 625px;
        background-color: #f69432;
        transform: rotate(100deg);
        position: absolute;
        right: -33px;
        transition: all .3s ease-in-out; }
      body main .drawing .text {
        left: -155px;
        position: relative;
        top: -30px;
        color: #fff;
        width: 399px; }
        body main .drawing .text h2, body main .drawing .text h3, body main .drawing .text p {
          transition: all .3s ease-in-out; }
        body main .drawing .text h2 {
          font-size: 1.9rem;
          font-weight: 900;
          margin-bottom: 0px; }
        body main .drawing .text h3 {
          font-size: 1.3rem; }
        body main .drawing .text p {
          margin-bottom: 0px; }
        body main .drawing .text .icon-left {
          transition: all .3s ease-in-out;
          background-color: #fff;
          border-radius: 50%;
          padding: 10px;
          width: 40px;
          height: 40px; }
          body main .drawing .text .icon-left img {
            width: 19px;
            height: auto; }
        body main .drawing .text.editmode {
          top: 0px; }
    body main .header-image {
      width: 100%;
      height: 570px;
      overflow: hidden;
      position: relative; }
      body main .header-image .left-arrow {
        position: absolute;
        right: 0;
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 100px solid #C30000; }
      body main .header-image .carousel-item {
        height: 570px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
      body main .header-image img {
        width: 100%;
        height: auto; }
    body main .pimcore_area_standorte h3 {
      color: #f69432;
      text-transform: uppercase;
      font-family: "Proxima Nova W05 Bold"; }
    body main .image-block a img {
      transform: scale(1);
      transition: all .3s ease-in-out; }
    body main .image-block a:hover img {
      transform: scale(1.05); }
    body main .image-block .image {
      position: relative; }
      body main .image-block .image .img-inner {
        overflow: hidden;
        width: 540px;
        height: 295px; }
      body main .image-block .image .text {
        background-color: #fff;
        position: absolute;
        bottom: -70px;
        width: 80%;
        margin: 0 auto;
        padding: 10px;
        font-family: "Rokkitt", serif;
        font-size: 1.3rem;
        z-index: 4;
        left: 50%;
        margin-left: -40%;
        line-height: 1; }
        body main .image-block .image .text h2 {
          font-weight: 900;
          font-size: 2.8rem; }
    body main .button-link {
      position: absolute;
      left: -100px;
      top: 50px; }
      @media (max-width: 1300px) {
        body main .button-link {
          left: -50px; } }
      @media (max-width: 1199.98px) {
        body main .button-link {
          left: -20px; } }
      @media (max-width: 991.98px) {
        body main .button-link {
          left: -10px;
          top: 10px; } }
      @media (max-width: 767.98px) {
        body main .button-link {
          left: 10px;
          width: 150px;
          height: 150px;
          font-size: 13px; }
          body main .button-link h4 {
            font-size: 18px; } }
  body .button-link {
    z-index: 5;
    width: 200px;
    height: 200px;
    background-color: #f69432;
    color: #FFF !important;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    body .button-link h4 {
      font-family: "Rokkitt", serif;
      text-transform: none;
      font-weight: bold;
      color: #FFF !important;
      font-size: 25px;
      line-height: 1; }
  body.fullwidth main > .pimcore_area_content .fullwidth {
    padding: 50px 0; }
  body.fullwidth main .pimcore_area_fullwidth .image {
    background-size: cover;
    background-attachment: fixed; }
  body .pimcore_area_content {
    padding: 20px 0;
    hyphens: auto; }
  body .pimcore_area_title {
    padding-bottom: 0; }
    body .pimcore_area_title h1, body .pimcore_area_title h2, body .pimcore_area_title h3 {
      margin: 0; }
  body .pimcore_area_aktuelles a p {
    color: #12141e !important; }
  body .pimcore_area_aktuelles a:hover .btn {
    background-color: transparent;
    color: #f69432 !important;
    border: 1px solid #f69432;
    text-decoration: none !important; }
  body .pimcore_area_imagetext {
    padding-bottom: 0; }
    body .pimcore_area_imagetext a p {
      color: #12141e; }
  body .pimcore_area_headerbild {
    padding-top: 0;
    padding-bottom: 0; }
  body .pimcore_area_text img {
    max-width: 100%; }
  body .pimcore_area_text ul {
    padding-left: 20px; }
  body .pimcore_area_standorte a,
  body .pimcore_area_text a,
  body .person-list .person a {
    color: #f69432; }
    body .pimcore_area_standorte a:hover,
    body .pimcore_area_text a:hover,
    body .person-list .person a:hover {
      text-decoration: underline; }
  body .main-title {
    margin-top: 50px; }
  body .pimcore_area_gmap {
    padding: 0; }
  body .pimcore_area_personen .person-list .card {
    border: 1px solid #12141e;
    margin-bottom: 20px; }
    body .pimcore_area_personen .person-list .card .card-header {
      position: relative; }
      body .pimcore_area_personen .person-list .card .card-header .opener-icon {
        position: absolute;
        height: 20px;
        width: 20px;
        right: 20px;
        top: 27px;
        text-align: center;
        transform-origin: center;
        transition: transform 0.25s ease-in-out;
        transform: rotate(-45deg); }
      body .pimcore_area_personen .person-list .card .card-header.collapsed .opener-icon {
        transform: rotate(0deg); }
      body .pimcore_area_personen .person-list .card .card-header.collapsed .filter {
        display: none; }
    body .pimcore_area_personen .person-list .card .card-header, body .pimcore_area_personen .person-list .card .card-body {
      padding: 1.5rem; }
  body .pimcore_area_personen .filter .btn {
    background: transparent;
    border: none; }
    body .pimcore_area_personen .filter .btn:focus {
      outline: none !important;
      box-shadow: none; }
  body .pimcore_area_personen .person-list {
    margin-bottom: -50px; }
    body .pimcore_area_personen .person-list .person {
      margin-bottom: 50px;
      display: block; }
      body .pimcore_area_personen .person-list .person .text-small {
        font-size: .9rem; }
      body .pimcore_area_personen .person-list .person a {
        transition: none; }
      body .pimcore_area_personen .person-list .person .img {
        position: relative; }
        body .pimcore_area_personen .person-list .person .img img {
          width: 100%;
          height: auto; }
        body .pimcore_area_personen .person-list .person .img .color {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          opacity: 0;
          transition: opacity .2s ease-in-out; }
      body .pimcore_area_personen .person-list .person .person-contact {
        visibility: hidden; }
      body .pimcore_area_personen .person-list .person.active .person-contact {
        visibility: visible; }
      body .pimcore_area_personen .person-list .person.active .img .color {
        opacity: 1; }
  body .pimcore_area_intro {
    padding: 0; }
    body .pimcore_area_intro .view .image-loader {
      position: absolute !important;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  body .pimcore_area_intro-slider .carousel-item {
    height: 80vh; }
    body .pimcore_area_intro-slider .carousel-item .image-loader {
      height: 100%;
      width: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center; }
    body .pimcore_area_intro-slider .carousel-item .carousel-caption {
      bottom: 50px;
      color: #f69432;
      background-color: rgba(255, 255, 255, 0.5); }
      body .pimcore_area_intro-slider .carousel-item .carousel-caption p:last-child {
        margin-bottom: 0; }
  body .area-gallery-grid {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em; }
    body .area-gallery-grid > a {
      break-inside: avoid;
      display: inline-block;
      margin: 0 0 1em; }
      body .area-gallery-grid > a img {
        display: block; }
  body .area-gallery-squares {
    display: flex;
    flex-wrap: wrap; }
    body .area-gallery-squares > a {
      height: auto;
      margin: 10px; }
  body .bg-img-center {
    background-size: cover;
    background-position: center center; }
  body footer {
    background-color: #444;
    padding: 20px 0;
    color: white;
    background-color: #f69432; }
    body footer strong {
      font-family: "Proxima Nova W05 Black"; }
    body footer a {
      color: #fff; }
      body footer a:hover {
        color: #12141e;
        text-decoration: none; }
    body footer .text div:first-of-type {
      margin-left: 0px; }
  body p:last-child {
    margin-bottom: 0; }
  body [data-toggle] {
    cursor: pointer; }
  body .navbar-toggler {
    border: none;
    width: 70px;
    height: 65px; }
    body .navbar-toggler span {
      height: 8px;
      width: 100%;
      display: inline-block;
      vertical-align: top;
      margin-top: -14px;
      background-color: #f69432; }
      body .navbar-toggler span:after {
        background-color: #f69432;
        height: 8px;
        width: 100%;
        display: inline-block;
        content: "";
        margin-bottom: 5px; }
      body .navbar-toggler span:before {
        content: "";
        height: 8px;
        width: 100%;
        display: inline-block;
        margin-top: 15px;
        background-color: #f69432; }
  body .globalMenuOverlay {
    transition: 0.4s;
    position: fixed;
    display: none;
    z-index: 120;
    background-color: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0;
    left: 0;
    bottom: 0; }
    body .globalMenuOverlay.show {
      display: block; }
  body .navbar-collapse-mmenu {
    background-color: #f69432;
    transition: 0.4s;
    transform: translate(110%);
    z-index: 150;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    padding: 10px;
    bottom: 0;
    width: 80%;
    overflow-y: auto;
    height: 100% !important;
    box-shadow: 0px 0px 5px 5px rgba(65, 65, 65, 0.6); }
    body .navbar-collapse-mmenu.show, body .navbar-collapse-mmenu.collapsing {
      transform: translateX(0px); }
    body .navbar-collapse-mmenu ul {
      list-style: none;
      margin: 0;
      padding: 0 0 0 20px; }
      body .navbar-collapse-mmenu ul li {
        list-style: none; }
        body .navbar-collapse-mmenu ul li span.collapsed > i {
          -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        body .navbar-collapse-mmenu ul li a {
          display: block;
          flex: 1 1 auto;
          padding: 10px 0;
          color: #12141e;
          border-bottom: 1px #12141e solid; }
          body .navbar-collapse-mmenu ul li a:hover {
            text-decoration: none; }
        body .navbar-collapse-mmenu ul li span {
          width: 40px;
          border-bottom: 1px #12141e solid;
          border-left: 1px #ccc solid; }

body {
  /** Datepicker reset **/ }
  body form .form-check-label label:after {
    border-color: #f69432; }
  body form .form-check-label input[type="radio"] + label:before {
    background-color: #f69432; }
  body form .form-check-label input[type="checkbox"]:checked + label:after {
    background-color: #f69432; }
  body .form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0; }
  body .form-control {
    padding: .4rem .75rem;
    border: 1px solid rgba(0, 0, 0, 0.15); }
    body .form-control.editable-div {
      padding: 0;
      position: relative; }
      body .form-control.editable-div .placeholder {
        z-index: 1;
        color: #b3b2ae;
        position: absolute;
        padding: .4rem .75rem;
        top: 0;
        left: 0;
        opacity: 0; }
      body .form-control.editable-div > div[contenteditable] {
        z-index: 2;
        padding: .4rem .75rem;
        width: 100%;
        min-height: 30px; }
        body .form-control.editable-div > div[contenteditable]:focus {
          border-color: #80bdff;
          outline: 0; }
        body .form-control.editable-div > div[contenteditable]:empty + label {
          opacity: 1; }
  body ul.form-control-feedback {
    margin: .25rem 0 0 0;
    padding-left: 20px; }
  body .dropzone {
    min-height: 20px;
    border: 1px dotted rgba(0, 0, 0, 0.5);
    padding: 0; }
    body .dropzone .dz-message {
      margin: 0;
      padding: 20px 10px;
      line-height: 1.5; }
    body .dropzone .dz-error-message {
      top: 160px; }
    body .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      -webkit-filter: none;
      filter: none; }
    body .dropzone .dz-preview .dz-progress {
      position: relative;
      left: inherit;
      top: inherit;
      margin-top: 0;
      margin-left: 0;
      width: auto;
      border: 1px #bbb solid;
      -webkit-box-flex: 0;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    body .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: none;
      -moz-animation: none;
      -ms-animation: none;
      -o-animation: none;
      animation: none; }
  body label.invisible {
    font-size: 1px; }
  body .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    max-width: 100%; }
  body .form-check-label {
    padding-left: 0;
    margin-bottom: 7px; }
    body .form-check-label label {
      cursor: pointer;
      position: relative;
      padding-left: 30px;
      height: 20px;
      line-height: 20px;
      margin-bottom: 0; }
      body .form-check-label label:after, body .form-check-label label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        margin: 2px; }
      body .form-check-label label:after {
        border: 2px #f69432 solid; }
    body .form-check-label input:disabled + label:after {
      border-color: !important; }
    body .form-check-label input[type="radio"] {
      display: none; }
    body .form-check-label input[type="radio"] + label:after {
      -moz-border-radius: 50%;
      border-radius: 50%; }
    body .form-check-label input[type="radio"] + label:before {
      transition: 0.2s;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #f69432;
      transform: scale(0); }
    body .form-check-label input[type="radio"]:checked + label:before {
      transform: scale(0.5); }
    body .form-check-label input[type="radio"].is-invalid + label {
      color: #f69432; }
      body .form-check-label input[type="radio"].is-invalid + label span {
        border-color: #f69432; }
    body .form-check-label input[type="checkbox"] {
      display: none; }
    body .form-check-label input[type="checkbox"] + label:after {
      transition: 0.2s;
      -moz-border-radius: 2px;
      border-radius: 2px;
      width: 20px;
      height: 20px;
      margin: 0; }
    body .form-check-label input[type="checkbox"] + label:before {
      transition: 0.2s;
      top: 0;
      left: 0;
      width: 8px;
      height: 13px;
      opacity: 0;
      z-index: 1;
      border-width: 2px;
      border-style: solid;
      border-color: transparent #fff #fff transparent;
      -webkit-transform: rotateZ(37deg);
      -ms-transform: rotateZ(37deg);
      transform: rotateZ(37deg);
      -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }
    body .form-check-label input[type="checkbox"]:checked + label:before {
      opacity: 1; }
    body .form-check-label input[type="checkbox"]:checked + label:after {
      background-color: #f69432; }
  body .field-container > div {
    padding: 0 5px;
    flex: 1 1 auto; }
    body .field-container > div:first-child {
      padding-left: 0; }
    body .field-container > div:last-child {
      padding-right: 0; }
  body .is-invalid .invalid-feedback {
    display: block; }
  body .has-danger .invalid-feedback {
    display: block; }
  body ul.invalid-feedback {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
  body .form-panel {
    transform: translateY(0px);
    opacity: 1;
    height: auto;
    transition: top 0s linear 0s, opacity .3s ease .01s; }
    body .form-panel.hide {
      transform: translateY(-2000px) translateZ(0);
      opacity: 0;
      height: 0;
      transition: opacity .3s ease 0s, transform 0s linear .9s; }
  body .datepicker-inline {
    width: auto; }
  body .datepicker table thead {
    color: white; }
    body .datepicker table thead th:hover {
      background-color: transparent !important; }
  body .datepicker table tbody {
    background-color: white; }
  body .datepicker table td, body .datepicker table th {
    border-radius: 0;
    width: 35px;
    height: 35px;
    line-height: 35px; }
    body .datepicker table td.day, body .datepicker table th.day {
      text-align: center;
      padding: 0; }
    body .datepicker table td.today, body .datepicker table td.today:hover, body .datepicker table td.today.disabled, body .datepicker table td.today.disabled:hover, body .datepicker table th.today, body .datepicker table th.today:hover, body .datepicker table th.today.disabled, body .datepicker table th.today.disabled:hover {
      border: none;
      background-image: none; }
    body .datepicker table td.active, body .datepicker table td.active:hover, body .datepicker table td.active.disabled, body .datepicker table td.active.disabled:hover,
    body .datepicker table td span.active, body .datepicker table td span.active:hover, body .datepicker table td span.active.disabled, body .datepicker table td span.active.disabled:hover, body .datepicker table th.active, body .datepicker table th.active:hover, body .datepicker table th.active.disabled, body .datepicker table th.active.disabled:hover,
    body .datepicker table th span.active, body .datepicker table th span.active:hover, body .datepicker table th span.active.disabled, body .datepicker table th span.active.disabled:hover {
      border: none;
      background-image: none;
      background-color: #f69432; }
    body .datepicker table td.highlight-light:after, body .datepicker table th.highlight-light:after {
      border: 2px solid; }
    body .datepicker table td.highlight, body .datepicker table th.highlight {
      color: white; }
    body .datepicker table td span, body .datepicker table th span {
      border-radius: 0; }
      body .datepicker table td span.badge, body .datepicker table th span.badge {
        position: absolute;
        top: -4px;
        right: -4px;
        width: auto;
        height: auto;
        line-height: 10px;
        z-index: 100;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
  body .datepicker .datepicker-switch {
    width: auto; }
  body .datepicker .datepicker-days th, body .datepicker .datepicker-days td {
    border: none;
    position: relative; }
  body .datepicker .datepicker-days td {
    z-index: 1; }
    body .datepicker .datepicker-days td:after {
      transition: 0.3s;
      transform: scale(0.8);
      content: '';
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%;
      width: 100%;
      height: 100%;
      border: 1px transparent solid; }
    body .datepicker .datepicker-days td:hover {
      background-color: transparent !important; }
      body .datepicker .datepicker-days td:hover:after {
        border: 1px #f69432 solid; }
    body .datepicker .datepicker-days td.active {
      background-color: transparent !important;
      text-shadow: none; }
      body .datepicker .datepicker-days td.active:after {
        background-color: #f69432; }
    body .datepicker .datepicker-days td.today {
      background-color: transparent !important; }
      body .datepicker .datepicker-days td.today:after {
        border: 2px solid; }
  body .loader {
    position: relative;
    display: none; }
    body .loader .circular {
      height: 100%;
      -webkit-animation: rotate 2s linear infinite;
      animation: rotate 2s linear infinite;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
    body .loader.loader-absolute {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center; }
      body .loader.loader-absolute .circular {
        position: absolute;
        top: 0;
        max-width: 30px;
        margin: 0 auto;
        padding: 4px; }
    body .loader .path {
      stroke-dasharray: 50, 200;
      stroke-dashoffset: 0;
      stroke: #f69432;
      -webkit-animation: dash 1.5s ease-in-out infinite;
      animation: dash 1.5s ease-in-out infinite;
      stroke-linecap: round; }
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124; } }
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124; } }
  body .loader-show {
    min-height: 30px;
    min-width: 30px; }
    body .loader-show .loader {
      display: block;
      z-index: 10;
      background-color: rgba(255, 255, 255, 0.5); }

/*** COLOR VARIABLES  ****/
/*** FONT VARIABLES  ****/
/*** Bootstrap VARIABLES  ****/
body main .header-image {
  height: auto; }
body main .image-block .image .img-inner {
  width: 100%; }
@media (max-width: 1199.98px) {
  body main a .referenzen-img {
    width: 100%;
    height: auto; } }
@media (max-width: 991.98px) {
  body main .slider-txt .slider-inner {
    margin: auto;
    left: inherit;
    right: inherit;
    position: relative; }
  body main .image-block .image .text {
    bottom: 0px; }
  body main a .referenzen-img {
    width: 100%;
    height: auto; }
  body main .pagination li a.btn {
    padding: 0.15rem 0.25rem; }
  body main .pagination li a.arrow {
    padding: 0.25rem 0.25rem; } }
@media (max-width: 767.98px) {
  body header .navbar .navbar-brand {
    margin-left: 15px;
    margin-top: 15px; }
  body main .header-image .carousel-item {
    height: 270px; }
  body main .drawing {
    width: 100%;
    left: 0;
    right: inherit;
    background-color: #f69432;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative; }
    body main .drawing .text {
      position: initial;
      margin: 0 auto; }
    body main .drawing .triangle, body main .drawing .square {
      display: none !important; } }
@media (max-width: 575.98px) {
  body header .navbar .navbar-brand img {
    width: 200px; }
  body main .slider-txt .slider-inner {
    width: 100%; }
  body main .controls img {
    max-width: 50px; } }

body.editmode header > nav.fixed-top {
  position: relative !important;
  width: 100%; }

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