@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans-bold.eot');
  src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold.woff2') format('woff2'), url('../fonts/opensans-bold.woff') format('woff'), url('../fonts/opensans-bold.ttf') format('truetype'), url('../fonts/opensans-bold.svg#open_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans-light.eot');
  src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light.woff2') format('woff2'), url('../fonts/opensans-light.woff') format('woff'), url('../fonts/opensans-light.ttf') format('truetype'), url('../fonts/opensans-light.svg#open_sanslight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans-regular.eot');
  src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular.woff2') format('woff2'), url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans-semibold.eot');
  src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold.woff2') format('woff2'), url('../fonts/opensans-semibold.woff') format('woff'), url('../fonts/opensans-semibold.ttf') format('truetype'), url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  background: #eee;
}
body.no-overflow {
  overflow: hidden !important;
}
body.page-index {
  overflow: hidden;
}
#page-wrapper {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
#page-wrapper.no-overflow {
  overflow: hidden !important;
}
body.page-index #page-wrapper {
  height: 100%;
}
.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.wrapper-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1rem;
}
.clear {
  clear: both;
}
.white-bg {
  background: #fff;
  padding: 20px 0;
  overflow: hidden;
}
.grey-bg {
  padding: 30px 0;
  overflow: hidden;
  background: #eee;
}
#content {
  min-height: calc(100% - 533px);
  position: relative;
}
body.page-da,
body.page-en {
  height: auto;
}
body.page-da #content,
body.page-en #content {
  min-height: 0;
}
body.page-index #content {
  height: calc(100% - 25px);
}
@media (max-width: 530px) {
  body.page-index #content {
    height: 100%;
  }
}
.lang-index-wrapper {
  position: relative;
  height: calc(100% - 25px);
  min-height: 600px;
}
.lang-index-wrapper .flex-caption {
  bottom: 250px;
  left: 150px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lang-index-wrapper .flex-caption {
    max-width: none;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 0;
  }
}
.content-img {
  display: block;
  max-width: 100%;
}
.box-25-wrapper {
  margin: 0 -16px;
}
.box-25,
.box-40,
.box-50,
.box-60 {
  float: left;
  margin-bottom: 20px;
}
.box-25 {
  box-sizing: border-box;
  padding: 0 16px 10px 16px;
  width: 25%;
  border-right: 2px solid #2d427c;
}
.box-25:last-of-type {
  border-right: none;
}
.job-offer {
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding: 0 16px 10px 16px;
  width: calc(33.33333333%) !important;
  border-right: 2px solid #2d427c;
}
.job-offer:last-of-type,
.job-offer:nth-of-type(3) {
  border-right: none;
}
.job-offer:last-of-type,
.job-offer:nth-of-type(6) {
  border-right: none;
}
@media (max-width: 900px) {
  .job-offer {
    width: 50% !important;
  }
  .job-offer:last-of-type,
  .job-offer:nth-of-type(2),
  .job-offer:nth-of-type(4) {
    border-right: none;
  }
  .job-offer:nth-of-type(3) {
    border-right: 2px solid #2d427c;
  }
}
@media (max-width: 600px) {
  .job-offer {
    width: 100% !important;
    border: 0 !important;
  }
}
.box-40 {
  width: 40%;
  box-sizing: border-box;
  padding-left: 30px;
}
.box-50 {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
.box-50:nth-of-type(odd) {
  padding-right: 15px;
}
.box-50:nth-of-type(even) {
  padding-left: 15px;
}
.box-60 {
  width: 60%;
}
@media (max-width: 999px) {
  .box-25 {
    width: 50%;
    border-right: none;
  }
  .box-25:first-of-type,
  .box-25:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .box-25:nth-of-type(3) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .box-40,
  .box-50,
  .box-60 {
    padding: 0 !important;
    width: 100%;
  }
  .box-50 {
    margin-bottom: 20px;
  }
  .box-50:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .box-25 {
    width: 100%;
    margin-bottom: 30px;
  }
  .box-25 .job-offer:first-of-type {
    border-right: none;
  }
  .box-25 p {
    margin-bottom: 0 !important;
  }
}
table tr td:first-of-type {
  min-width: 210px;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
h1 {
  font-size: 22px;
  font-weight: 700;
  color: #2d427c;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}
h1:before {
  content: "\f0d7";
  display: inline-block;
  font-family: "FontAwesome";
  color: #e0120f;
  font-size: 30px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
h2 {
	font-size: 20px;
	font-weight: 600;
	color: #2d427c;
	margin-bottom: 20px;
}
h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2d427c;
  margin-bottom: 20px;
}
h4 {
	font-size: 16px;
	font-weight: 600;
	color: #2d427c;
	margin-bottom: 20px;
}
#content p,
.grey-bg p,
.white-bg p {
  margin-bottom: 20px;
}
.blue {
  color: #2d427c;
}
.red {
  color: #e0120f;
}
ul.list {
  margin: 0 0 20px 15px;
}
ul.list li:before {
  content: "\f0da";
  display: inline-block;
  font-family: "FontAwesome";
  color: #e0120f;
  text-align: center;
  margin-right: -5px;
  position: relative;
  left: -15px;
}
.pdf-download {
  transition: 0.2s all linear;
  display: flex;
  align-items: center;
  height: 40px;
  margin: 10px 0 0 50px;
  word-break: break-all;
  position: relative;
}
.pdf-download:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("/img/pdf-icon.gif") no-repeat center;
  background-size: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -50px;
}
.pdf-download:hover {
  color: #e0120f;
}
.logo {
  float: left;
  margin-right: 50px;
  margin-top: 3px;
}
.logo img {
  width: 70px;
}
.logo.contact-logo {
  float: right;
}
@media (max-width: 999px) {
  .logo.contact-logo {
    margin-right: 0;
  }
}
#topnav {
  width: 100%;
  height: 25px;
  background: #2d427c;
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  padding-top: 4px;
  line-height: 1;
}
#topnav a {
  color: #fff;
}
#topnav p {
  float: left;
}
#topnav ul {
  float: right;
  margin-top: 2px;
}
#topnav ul li {
  float: left;
  margin-left: 10px;
}
nav {
  position: absolute;
  top: 25px;
  width: 100%;
  height: 75px;
  background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
  box-sizing: border-box;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  z-index: 50;
}
nav.nav-fixed {
  position: fixed;
  top: 0;
  background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.9) 100%);
}
nav ul {
  float: left;
  text-align: center;
}
nav ul.left-nav > li a:hover:before {
  content: "\f0d7";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3px;
  border-top: 2px solid #2d427c;
  font-family: "FontAwesome";
  color: #e0120f;
  font-size: 20px;
}
nav ul.left-nav > li.active a {
  font-weight: 700;
}
nav ul.left-nav > li.active a:before {
  content: "\f0d7";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3px;
  border-top: 2px solid #2d427c;
  font-family: "FontAwesome";
  color: #e0120f;
  font-size: 20px;
}
nav ul.left-nav > li.active ul li a {
  font-weight: 400;
}
nav ul.left-nav > li.active ul li a:before {
  content: "" !important;
  display: none !important;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a {
  display: block;
  padding: 30px 15px;
  position: relative;
}
nav ul li a:hover,
nav ul li a.active {
  font-weight: 700;
}
nav ul li a:after {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
nav ul li:hover ul {
  display: block;
}
nav ul li ul {
  position: absolute;
  background: rgba(255, 255, 255, 0);
  left: 0;
  display: none;
  width: 275px;
  text-align: left;
  padding: 5px 0;
}
nav ul li ul li {
  display: block;
  width: 100%;
}
nav ul li ul li a {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 24px;
}
nav ul li ul li a:hover,
nav ul li ul li a.active {
  color: #fff;
  background: #000;
}
nav ul li ul li a:hover:before,
nav ul li ul li a.active:before {
  content: "" !important;
  display: none !important;
}
nav ul li ul li a:hover:after,
nav ul li ul li a.active:after {
  content: "\f0da";
  display: block;
  font-family: "FontAwesome";
  color: #e0120f;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
  width: 20px;
  height: 20px;
  visibility: visible;
  text-align: center;
  font-size: 20px;
}
nav ul.right-nav {
  float: right;
}
nav ul.right-nav li.active a {
  font-weight: 700;
}
nav ul.right-nav li a {
  padding: 30px 5px;
}
nav ul.right-nav li a::last-of-type a {
  padding-right: 0;
}
nav .mobile-nav {
  display: none;
}
nav .mobile-nav #menu-icon,
nav .mobile-nav a {
  position: absolute;
  right: 0;
  padding: 30px 20px 30px 0;
  cursor: pointer;
  z-index: 70;
}
nav .mobile-nav #menu-icon:hover,
nav .mobile-nav a:hover {
  font-weight: 700;
}
nav .mobile-nav a {
  right: 80px;
}
@media (min-width: 826px) {
  nav #nav-wrapper {
    display: block !important;
  }
}
#search-overlay {
  display: none;
  position: fixed;
  top: 100px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8);
  width: 300px;
  padding: 20px;
  z-index: 250;
}
#search-overlay form input {
  float: left;
  width: calc(100% - 60px);
  display: block;
  background: #fff;
}
#search-overlay form button {
  width: 40px;
  font-size: 30px;
  padding: 0;
  float: left;
  border-radius: 0;
  color: red;
  height: 40px;
  display: block;
}
@media (max-width: 825px) {
  nav.mobile-nav-active {
    height: 100%;
  }
  nav.mobile-nav-active .wrapper {
    height: 100%;
  }
  nav .mobile-nav {
    display: block;
  }
  nav .mobile-nav.mobile-nav-active {
    background: #fff;
    width: calc(100% + 40px);
    margin: 0 -20px;
    position: relative;
    z-index: 100;
    top: -25px;
    height: 75px;
  }
  nav #nav-wrapper {
    display: none;
    position: fixed;
    top: -25px;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100% + 25px);
    z-index: 60;
    box-sizing: border-box;
    padding: 140px 0 30px;
    overflow-y: auto;
  }
  nav #nav-wrapper ul {
    float: none;
  }
  nav #nav-wrapper ul.left-nav,
  nav #nav-wrapper ul.right-nav {
    width: 100%;
    float: none;
  }
  nav #nav-wrapper ul li {
    float: none;
    margin-bottom: 20px;
  }
  nav #nav-wrapper ul li.search-nav {
    display: none;
  }
  nav #nav-wrapper ul li a {
    padding: 12px;
  }
  nav #nav-wrapper ul li a:after,
  nav #nav-wrapper ul li a:before {
    content: "";
    display: none;
  }
  nav #nav-wrapper ul li ul {
    position: static;
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
  }
  nav #nav-wrapper ul li ul:before {
    content: "\f0d7";
    display: inline-block;
    font-family: "FontAwesome";
    color: #e0120f;
    font-size: 20px;
  }
  nav #nav-wrapper ul li ul li {
    margin-bottom: 0;
  }
  nav #nav-wrapper ul li ul li a {
    background: none;
    border: none;
    padding: 12px 0;
    height: auto;
  }
  nav #nav-wrapper ul li ul li a:after {
    content: "";
    display: none;
  }
  nav #nav-wrapper ul li ul li a:hover,
  nav #nav-wrapper ul li ul li a.active {
    color: #000;
    font-weight: 700;
  }
  nav #nav-wrapper ul.right-nav li {
    margin-bottom: 0;
  }
}
@media (max-width: 530px) {
  #topnav {
    display: none;
  }
  nav {
    top: 0;
  }
}
header {
  width: 100%;
  height: 370px;
  position: relative;
  margin-bottom: 20px;
}
#map {
  width: 100%;
  height: 300px;
}
@media (max-width: 767px) {
  #map {
    margin-top: 30px;
  }
}
.zertifikate-logo {
  margin: 0 20px 20px 0;
}
@media (max-width: 450px) {
  .leistungen-p {
    float: left;
    margin-top: 20px;
  }
}
.leistungen-img-wrapper {
  width: 150px;
  height: 150px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  box-sizing: border-box;
  border: 2px solid #d5d5d5;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.leistungen-img-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: 5px;
  bottom: 5px;
  background: url("../img/plus-icon.svg") no-repeat center;
  background-size: 100%;
  transition: 0.2s all linear;
  opacity: .5;
  pointer-events: none;
}
.leistungen-img-wrapper:hover:after {
  opacity: 1;
}
.leistungen-img-wrapper .open-lb img {
  width: 150px;
}
.impressum {
  font-size: 10px;
}
#timeline {
  position: relative;
  width: 100%;
  height: 100%;
}
#timeline .timeline-line {
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  background: #2d427c;
  top: 0;
  left: 50%;
}
#timeline .timeline-entry {
  width: 100%;
  box-sizing: border-box;
}
#timeline .timeline-entry .year {
  font-weight: 700;
  color: #2d427c;
}
#timeline .timeline-entry.timeline-entry-left {
  padding-right: calc(50% + 30px);
  text-align: right;
}
#timeline .timeline-entry.timeline-entry-left .year {
  margin-right: -15px;
}
#timeline .timeline-entry.timeline-entry-left .year:after {
  content: "\f0d9";
  display: inline-block;
  font-family: "FontAwesome";
  color: #e0120f;
  font-size: 20px;
  position: relative;
  width: 15px;
  right: -2px;
  top: 2px;
}
#timeline .timeline-entry.timeline-entry-right {
  padding-left: calc(50% + 30px);
}
#timeline .timeline-entry.timeline-entry-right .year {
  margin-left: -15px;
}
#timeline .timeline-entry.timeline-entry-right .year:before {
  content: "\f0da";
  display: inline-block;
  font-family: "FontAwesome";
  color: #e0120f;
  font-size: 20px;
  position: relative;
  width: 15px;
  left: -2px;
  top: 2px;
}
@media (max-width: 767px) {
  #timeline .timeline-line {
    left: 0;
  }
  #timeline .timeline-entry.timeline-entry-left {
    padding-right: 0;
    padding-left: 20px;
    text-align: left;
  }
  #timeline .timeline-entry.timeline-entry-left .year {
    margin-right: 0;
  }
  #timeline .timeline-entry.timeline-entry-left .year:after {
    content: "";
    display: none;
  }
  #timeline .timeline-entry.timeline-entry-left .year:before {
    content: "\f0da";
    display: inline-block;
    font-family: "FontAwesome";
    color: #e0120f;
    font-size: 20px;
    position: relative;
    width: 15px;
    right: 0;
    top: 2px;
  }
  #timeline .timeline-entry.timeline-entry-right {
    padding-left: 20px;
  }
  #timeline .timeline-entry.timeline-entry-right .year {
    margin-left: 0;
  }
  #timeline .timeline-entry.timeline-entry-right .year:before {
    content: "\f0da";
    display: inline-block;
    font-family: "FontAwesome";
    color: #e0120f;
    font-size: 20px;
    position: relative;
    width: 15px;
    left: 0;
    top: 2px;
  }
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}
ul.tabs li {
  background: none;
  display: block;
  float: left;
  padding: 16px 0 56px;
  cursor: pointer;
  border-top: 2px solid #d5d5d5;
  position: relative;
  width: 25%;
  text-align: center;
  font-size: 20px;
  height: 48px;
}
ul.tabs li.current {
  color: #2d427c;
  font-weight: 700;
}
ul.tabs li.current:after {
  content: "\f0d7";
  display: block;
  font-family: "FontAwesome";
  color: #e0120f;
  font-size: 30px;
  position: relative;
  top: 0;
}
.tab-content {
  display: none;
}
.tab-content.current {
  display: inherit;
}
.tab-content .tab-title {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  background: #eee;
  padding: 16px 0;
  color: #2d427c;
}
.tab-content h3 {
  margin: 10px 0 20px;
}
#page-thumbs.herstellverfahren .slides li img {
  width: 40px;
  height: auto;
}
@media (max-width: 870px) {
  ul.tabs li {
    width: 50%;
    height: auto;
    padding: 16px 0;
  }
  ul.tabs li.current {
    color: #2d427c;
    font-weight: 700;
  }
  ul.tabs li.current:after {
    content: "";
    display: none;
  }
}
@media (max-width: 870px) {
  ul.tabs {
    margin-bottom: 30px;
  }
  ul.tabs li {
    width: 100%;
  }
}
#index-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  z-index: 20;
}
#index-footer .footer-box {
  width: calc(100% / 3);
  height: 100%;
  float: left;
  background: #2d427c;
  color: #fff;
  box-sizing: border-box;
  padding: 16px;
  text-align: center;
  transition: 0.2s background linear;
  border: 4px solid #fff;
}
#index-footer .footer-box p:last-of-type {
  margin-bottom: 0;
}
#index-footer .footer-box p:first-of-type {
  font-size: 20px;
  text-transform: uppercase;
  color: #eee;
  font-weight: 700;
  margin-bottom: 10px;
}
#index-footer .footer-box:hover {
  background: #142963;
}
footer {
  width: 100%;
  padding: 20px 0;
  background: #2d427c;
  color: #fff;
  overflow: hidden;
  font-size: 12px;
  border-top: 5px solid #eee;
}
footer .copyright {
  float: left;
  width: 250px;
}
footer a {
  color: #fff;
  /*margin-right: 10px;*/
}
footer a:hover,
footer a.active {
  text-decoration: underline;
}
footer .footer-details {
  float: left;
  width: calc(100% - 550px);
  overflow: hidden;
}
footer .footer-details .logo {
  margin: 0 12px 0 0;
}
footer .footer-details strong {
  display: block;
  margin-bottom: 5px;
}
footer .footer-details span {
  display: block;
}
footer .footer-details p {
  box-sizing: border-box;
  padding-left: 90px;
}
footer ul {
  float: right;
  width: 288px;
  text-align: right;
}
footer ul li {
  display: inline;
  float: left;
}
footer ul li:first-of-type:after {
  content: " | ";
  /*margin-right: 3px;*/
}
footer ul li:nth-of-type(2):after {
  content: " | ";
  /*margin-right: 3px;*/
}
footer ul li:nth-of-type(3):after {
  content: " | ";
}
@media (max-width: 860px) {
  footer .copyright {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  footer .footer-details {
    width: calc(100% - 200px);
    padding-bottom: 10px;
  }
}
@media (max-width: 630px) {
  footer .copyright {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  footer .footer-details {
    width: 100%;
    float: none;
  }
  footer ul {
    float: none;
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
}
@media (max-width: 430px) {
  footer .footer-details .logo {
    display: none;
  }
  footer .footer-details p {
    padding-left: 0;
  }
}
form#references-filter {
  margin-bottom: 20px;
}
form#references-filter p {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  top: 5px;
}
form#references-filter .form-group {
  width: calc(100% / 6);
  float: left;
  box-sizing: border-box;
  padding: 4px;
  text-transform: uppercase;
}
form#references-filter button {
  width: calc(100% - 40px);
  margin-right: 10px;
  float: left;
  max-width: none;
}
form#references-filter a.reset-filters {
  display: block;
  width: 30px;
  height: 30px;
  padding: 8px 0;
  line-height: 1;
  float: right;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #e0120f;
  border-radius: 100%;
}
@media (max-width: 999px) {
  form#references-filter .form-group:first-of-type,
  form#references-filter .form-group:nth-of-type(6) {
    width: 100%;
    text-align: center;
  }
  form#references-filter .form-group:nth-of-type(2),
  form#references-filter .form-group:nth-of-type(3),
  form#references-filter .form-group:nth-of-type(4),
  form#references-filter .form-group:nth-of-type(5) {
    width: 50%;
    margin-bottom: 20px;
  }
  form#references-filter .form-group .filter-btn {
    margin: auto;
  }
}
@media (max-width: 540px) {
  form#references-filter .form-group {
    width: 100% !important;
    padding: 0;
    margin-bottom: 20px !important;
  }
}
form input[type="text"] {
  height: 40px;
  width: 100%;
  max-width: 300px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding: 14px;
  line-height: 1;
  box-sizing: border-box;
  border: none;
  background: #eee;
  margin-right: 20px;
}
form input[type="text"]:focus {
  outline: none;
}
form button {
  width: 100%;
  max-width: 150px;
  border: none;
  background: #2d427c;
  color: #fff;
  height: 30px;
  box-sizing: border-box;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding: 9px 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 15px;
  transition: 0.2s background linear;
  cursor: pointer;
}
form button:hover {
  background: #142963;
}
form button:focus {
  outline: none;
}
@media (max-width: 540px) {
  form input[type="text"] {
    width: 100%;
    margin-right: 0;
    max-width: none;
  }
  form .search-btn {
    width: 100%;
    margin-top: 10px;
    max-width: none;
  }
}
.page-referenzen #page-slider {
  width: 100%;
  height: 300px;
}
.page-referenzen #page-slider .slides {
  width: 100%;
  height: 300px;
}
.page-referenzen #page-slider .slides li {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex !important;
  align-items: center;
}
.page-referenzen #page-slider .slides li a {
  width: 100%;
}
.page-referenzen #page-slider .slides li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  background: url("../img/plus-icon.svg") no-repeat center;
  background-size: 100%;
  transition: 0.2s all linear;
  opacity: .5;
  pointer-events: none;
}
.page-referenzen #page-slider .slides li a:hover:after {
  opacity: 1;
}
.page-referenzen #page-slider .slides li img {
  width: auto;
  margin: 0 auto;
  height: auto;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  position: relative;
  text-align: center;
  border-bottom: 2px solid #2d427c;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  margin: 0 16px;
  font-weight: 700;
  color: #000;
  height: 30px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 30px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: red;
  text-align: center;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.selectric-hover .selectric .button {
  display: block;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.selectric-items {
  width: 280px !important;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  background: rgba(45, 66, 124, 0.9);
  color: #fff;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height: 1;
  border-bottom: 1px solid #bcbcbc;
}
.selectric-items ul:last-of-type,
.selectric-items li:last-of-type {
  border-bottom: none;
}
.selectric-items li {
  display: block;
  padding: 8px 16px;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #2d427c;
  color: #fff;
}
.selectric-items li.highlighted {
  background: #2d427c;
  color: #fff;
}
.selectric-items li:hover {
  background: #2d427c;
  color: #fff;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #eee !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#projects .project,
#projects .projectTitle {
  display: flex;
  margin: 0 -8px;
}
#projects .project p,
#projects .projectTitle p {
  width: 25%;
  box-sizing: border-box;
  padding: 8px;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #dadada;
  margin: 0;
  cursor: pointer;
  word-break: break-word;
}
#projects .project:last-of-type,
#projects .projectTitle:last-of-type {
  border-bottom: none;
}
#projects .project:hover,
#projects .projectTitle:hover,
#projects .project.active,
#projects .projectTitle.active {
  background: #f8f8f8;
}
#projects .project:hover p:first-of-type,
#projects .projectTitle:hover p:first-of-type,
#projects .project.active p:first-of-type,
#projects .projectTitle.active p:first-of-type {
  font-weight: 600;
  color: #2d427c;
}
#projects .project#projects-header,
#projects .projectTitle#projects-header {
  margin: 0 -9px 1px;
}
#projects .project#projects-header p,
#projects .projectTitle#projects-header p {
  border-bottom: none;
  padding: 1px;
}
#projects .project#projects-header p span,
#projects .projectTitle#projects-header p span {
  background: #dadada;
  font-size: 17px;
  font-weight: 700;
  color: #2d427c;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
#projects .projectTitle p {
  cursor: auto !important;
}
#projects .project-detail {
  display: none;
  overflow: hidden;
  margin: 0 -8px 30px;
  padding: 0 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
}
#projects .project-detail .project-title {
  background: #d5d5d5;
  font-size: 18px;
  font-weight: 700;
  color: #2d427c;
  width: calc(100% + 16px);
  padding: 16px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 -8px 30px;
}
#projects .project-detail table {
  margin-bottom: 20px;
}
#projects .project-detail table tr td:first-of-type {
  width: 120px;
  min-width: 0;
}
#projects .project-detail .box-40 {
  padding-left: 0;
}
#projects .project-detail .box-60 {
  box-sizing: border-box;
  padding-left: 30px;
}
#projects .project-detail .box-60 p {
  white-space: pre-line;
}
#projects .project-detail .project-img {
  margin: 30px -8px 0;
  box-sizing: border-box;
  padding: 16px 8px;
  text-align: center;
  background: #eee;
}
#projects .project-detail .project-img #page-thumbs {
  box-sizing: border-box;
  padding: 8px 4px;
  margin-top: 16px;
  background: #fff;
}
#projects .project-detail .project-img #page-thumbs .slides img {
  width: auto !important;
  height: auto !important;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 999px) {
  #projects .project p {
    width: calc(100% / 3);
  }
  #projects .project p:last-of-type {
    display: none;
  }
}
@media (max-width: 880px) {
  #projects .project-detail .box-40,
  #projects .project-detail .box-60 {
    width: 100%;
    padding: 0;
  }
  #projects .project-detail .box-40 {
    margin-bottom: 50px;
  }
}
@media (max-width: 730px) {
  #projects .project p {
    width: 50%;
  }
  #projects .project p:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 530px) {
  #projects .project {
    display: block;
  }
  #projects .project p {
    width: 100%;
    border-bottom: none;
  }
  #projects .project p:first-of-type {
    font-weight: 600;
  }
  #projects .project p:nth-of-type(2) {
    border-bottom: 1px solid #dadada;
  }
}
span.open-lb {
  cursor: pointer;
}
.lightbox {
  display: none;
}
.lightbox .caption {
  background: #eee;
  box-sizing: border-box;
  padding: 16px;
  text-align: center;
}
.gallery-wrapper {
  width: 100%;
  text-align: center;
  /*background: #fff;*/
  background: #eee;
  box-sizing: border-box;
  padding: 4px;
}
.gallery-wrapper img {
  display: inline-block;
}
.gallery-wrapper .caption {
  background: #eee;
  box-sizing: border-box;
  padding: 16px;
  margin-bottom: 0 !important;
}
.page-unser-team .gallery-wrapper img {
  width: 100%;
  max-width: 600px;
}
.mfp-bottom-bar {
  top: auto;
  box-sizing: border-box;
  padding: 16px;
  background: #eee;
}
.mfp-title {
  color: #000;
}
.flexslider {
  border: none;
  border-radius: 0;
  background: none;
  margin: 0;
}
.flexslider .slides li {
  position: relative;
  overflow: hidden;
}
.flex-caption {
  position: absolute;
  bottom: 300px;
  left: 200px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  padding: 16px;
  color: #2d427c;
}
.flex-caption span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.flex-caption a {
  color: #e0120f;
  display: block;
  font-weight: 700;
  margin-top: 20px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 20px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 20px;
}
.flexslider:hover .flex-direction-nav a {
  opacity: 0.7;
  height: 45px;
}
.flex-direction-nav .flex-prev {
  left: 20px;
  text-align: center;
}
.flex-direction-nav .flex-next {
  right: 20px;
  text-align: center;
}
.flex-direction-nav a {
  opacity: 0.7;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background: #fff;
}
.flex-direction-nav a:before {
  color: #2d427c;
  font-size: 30px;
  margin-top: 3px;
}
#index-slider,
#index-slider .slides,
#index-slider .slides li,
#index-slider .slides li img {
  height: 100%;
}
#index-slider .slides img {
  width: auto;
}
.flex-control-thumbs {
  width: 240px;
  position: absolute;
  bottom: 200px;
  left: 50%;
  margin-left: -96px;
  z-index: 30;
}
.flex-control-thumbs li {
  width: 40px;
  height: 40px;
  margin: 0 4px;
  overflow: hidden;
  cursor: pointer;
}
.flex-control-thumbs li img {
  width: 40px;
  opacity: 1;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.flex-control-thumbs li img.flex-active {
  opacity: 1;
  border-color: #e0120f;
}
.flex-control-thumbs li img:hover {
  opacity: 1;
}
#page-thumbs-asdf .slides li {
  width: 40px !important;
  height: 40px !important;
  margin: 0 4px !important;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid transparent;
}
#page-thumbs-asdf .slides li.flex-active-slide {
  border: 2px solid #e0120f;
}
.flex-control-thumbs .slides li img,
#page-thumbs .slides li img,
#page-thumbs-2 .slides li img {
  width: 40px;
  height: auto;
  cursor: pointer;
}
#index-slider .flex-caption:before {
  content: "";
  display: block;
  position: absolute;
  top: -26px;
  left: 16px;
  width: 50px;
  height: 50px;
  background: url("../img/ng-raute.svg") no-repeat center;
  background-size: 100%;
}
@media (max-width: 767px) {
  #index-slider {
    height: 500px;
  }
  .flex-control-thumbs {
    display: none;
  }
  .flex-caption {
    max-width: none;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 0;
  }
  #index-footer {
    position: static;
  }
  #index-footer .footer-box {
    width: 100%;
    height: auto;
    margin-bottom: -2px;
  }
  body.page-index {
    overflow: auto;
  }
  body.page-da #page-wrapper,
  body.page-en #page-wrapper {
    height: auto;
  }
  body.page-da #content,
  body.page-en #content {
    min-height: 0;
  }
  body.page-da #index-footer,
  body.page-en #index-footer {
    height: auto;
    overflow: hidden;
  }
}
#page-slider .flex-caption,
#page-slider-2 .flex-caption {
  position: static;
  background: #eee;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  color: #000;
  padding: 16px;
  margin-bottom: 0;
}
#page-slider .flex-caption span,
#page-slider-2 .flex-caption span {
  font-size: 14px;
  margin-bottom: 10px;
}
#page-slider .flex-caption a,
#page-slider-2 .flex-caption a {
  margin-top: 10px;
}
#page-thumbs ul,
#page-thumbs-2 ul {
  width: 100% !important;
  text-align: center;
}
#page-thumbs ul li,
#page-thumbs-2 ul li {
  float: none !important;
  display: inline-block !important;
  margin: 0 !important;
}

.red-hover:hover {
    color: #e0120f;
}
