/* Google Fonts ------------------------------------------------------------------- */
/* oxygen-300 - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: local('Oxygen Light'), local('Oxygen-Light'),
       url('/_templates/shared-2019/googlefonts/oxygen-v7-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/_templates/shared-2019/googlefonts/oxygen-v7-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oxygen-regular - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local('Oxygen Regular'), local('Oxygen-Regular'),
       url('/_templates/shared-2019/googlefonts/oxygen-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/_templates/shared-2019/googlefonts/oxygen-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oxygen-700 - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local('Oxygen Bold'), local('Oxygen-Bold'),
       url('/_templates/shared-2019/googlefonts/oxygen-v7-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/_templates/shared-2019/googlefonts/oxygen-v7-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('/_templates/shared-2019/googlefonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/_templates/shared-2019/googlefonts/open-sans-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Basics ------------------------------------------------------------------------- */

html {
  -webkit-text-size-adjust: 100%; /* iOS */
  -ms-text-size-adjust: 100%; /* IE */
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-display: fallback;
  font-size: 1.1em;
  font-weight: 300;
  color: #333333;
  background: #232C35;
}
body.noscroll {
  overflow: hidden;
}

::selection {
  background: #E9AB04;
  color: #FFF;
}

form, h1, h2, h3, h4, h5, h6, img, p {
  padding: 0;
  margin: 0;
}

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

b, strong, span[style*="bold"] {
  font-weight: 700;
}

iframe {
  max-width: 100%;
  border: 0;
}

table {
  max-width: 100%;
}

a img {
  border: none;
}

/* Default Hyperlinks ------------------------------------------------------------------------- */

a {
  color: #EAAA00;
  text-decoration: none;
  transition: color 200ms;
}
a:hover, a:focus, a:active {
  color: #333333;
}

/* Headlines ------------------------------------------------------------------------- */

.headline1 {
  font-size: 2.2rem;
  font-family: 'Oxygen', Arial, Sans-serif;
  font-weight: 300;
  color: #333333;
  margin-bottom: 0.5em;
  line-height: 120%;
}

.headline2 {
  font-size: 1.6rem;
  font-family: 'Oxygen', Arial, Sans-serif;
  font-weight: 300;
  color: #333333;
  margin-bottom: 0.8em;
  line-height: 120%;
}

.headline3 {
  font-size: 1.2em;
  font-family: 'Oxygen', Arial, Sans-serif;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.5em;
  line-height: 120%;
}

.headline4 {
  font-size: 1.0em;
  font-family: 'Oxygen', Arial, Sans-serif;
  font-weight: 700;
  color: #333333;
  line-height: 120%;
}

/* Layout -------------------------------------------------------------------------------- */
div.page {
  overflow: hidden;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

header.header div.glow {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 18px;
  text-align: center;
  transform: translate(-50%,6px) scaleX(-1);
  z-index: 100;
  overflow: hidden;
}
header.header div.glow img {
  max-width: none;
  margin: 0;
  vertical-align: top;
}

div.header-container {
  display: flex;
  padding: 0;
  align-items: center;
  border-bottom: 2px solid #FAB116;
  background: #232C35;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.logo {
  position: relative;
  width: 130px;
  padding: 18px 40px 17px 40px;
}
div.logo img {
  height: 30px;
  width: 130px;
}

div.mainmenu {
  position: relative;
  padding: 0 13px 2px 40px;
  color: #464B4D;
  z-index: 100;
}

div.mainmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
div.mainmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
}
div.mainmenu ul li ul {
  display: none;
}
div.mainmenu ul li+li {
  margin-left: 40px;
}
div.mainmenu ul:after {
  display: block;
  content: '';
  clear: both;
}
div.mainmenu ul li a, div.mainmenu ul li strong {
  position: relative;
  display: inline-block;
  padding: 14px 0;
  font-weight: 300;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
}
div.mainmenu ul li a:hover, div.mainmenu ul li a.active, div.mainmenu ul li a.menu-list-marked, div.mainmenu ul li strong {
  color: #FFB600;
}

div.page {
  position: relative;
  padding-top: 67px;
  background: #FFFFFF;
  z-index: 1;
}

div.page img {
    margin: 5px 20px;
}

div.index-head, div.content-head {
  position: relative;
  box-shadow: 0 0 4px
}
div.index-head img, div.content-head img {
  margin: 0;
  width: 100%;
}

div.content-head:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  content: '';
  z-index: 1;
}
div.content-head div.style6 {
  z-index: 2;
}

div.white-area {
  position: relative;
  padding: 70px 0;
  background: #FFFFFF;
}

div.gray-area {
  position: relative;
  padding: 40px 0;
  background: #F3F3F3;
}

div.orange-area {
  position: relative;
  padding: 40px 0;
  color: #232C35;
  background: #EAAB00;
}
div.orange-area .headline1, div.orange-area .headline2, div.orange-area .headline3, div.orange-area .headline4, div.orange-area .headline5, div.orange-area .headline6 {
  color: #232C35;
}
div.orange-area a {
  color: #232C35;
}
div.orange-area a:hover {
  opacity: 0.6;
}

div.area-content, div.referenzen-content {
  position: relative;
  margin: 0 auto 0;
  max-width: 1380px;
  padding: 0 40px;
  line-height: 180%;
  opacity: 0;
}
div.referenzen-content {
  max-width: 1600px;
}
div.area-content.inview, div.referenzen-content.inview {
  animation: fadeIn-area-content 500ms forwards;
}
@keyframes fadeIn-area-content {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
footer.footer {
  position: relative;
  padding: 40px;
  color: #F0F0F0;
  font-size: 0.9em;
  line-height: 170%;
  border-top: 2px solid #FFB600;
  background: #232C35;
  z-index: 2;
}
footer.footer a {
  color: #F0F0F0;
}
footer.footer a:hover {
  color: #FFB600;
}
footer.footer .headline1, footer.footer .headline2, footer.footer .headline3, footer.footer .headline4 {
  color: #F0F0F0;
  margin-bottom: 5px;
}

footer.footer div.glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  text-align: center;
  transform: translate(0,-11px);
  overflow: hidden;
}
footer.footer div.glow img {
  max-width: none;
  margin: 0;
  vertical-align: top;
}

div.footer-container {
  display: flex;
  max-width: 1380px;
  margin: 0 auto 0;
  padding: 10px 0 0 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.footer-box {
  position: relative;
  width: calc( 25% - 30px );
  align-self: flex-start;
}


div.menu-overlay {
  display: none;
  position: absolute;
  top: 67px;
  left: 0;
  width: 100%;
  height: calc( 100vh - 67px );
  background: #232B33AA;
  z-index: 99;
}
div.menu-container {
  position: relative;
  display: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: calc( 100vh - 67px );
  overflow: auto;
  z-index: 102;
}
#menu-switch {
  display: none;
  background: none;
  border: 0;
  margin: 0 0 0 20px;
  outline: none;
}
#menu-switch span:nth-child(1),#menu-switch span:nth-child(2){-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center}#menu-switch{width:35px;height:25px;position:relative;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;vertical-align:bottom}#menu-switch span{display:block;position:absolute;height:2px;width:100%;background:#FFF;opacity:1;left:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}#menu-switch span:nth-child(1){top:6px;transform-origin:left center}#menu-switch span:nth-child(2){top:14px;transform-origin:left center}#menu-switch span:nth-child(3){top:22px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#menu-switch.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:2px;left:2px}#menu-switch.open span:nth-child(2){width:0;opacity:0}#menu-switch.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:26px;left:2px}
#menu-switch span {
  background: #FFF;
}

#menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#menu .col {
  position: absolute;
  top: 0;
  left: 0;
  width: calc( 25% - 1px );
  height: 100%;
  border-right: 1px solid #CCC;
  background: #FFF;
  overflow: hidden;
  overflow-y: auto;
}
#menu ul, #menu li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}
#menu ul {
  margin: 80px 20px 40px 20px;
}
#menu ul li a, #menu ul li strong {
  display: block;
  font-weight: 300;
  padding: 15px 32px 15px 20px;
  color: #333;
}
#menu ul li a:hover, #menu ul li strong, #menu ul li.hasSub:hover, #menu ul li.active, #menu ul li.active a, #menu ul li a.menu-list-marked {
  color: #F18A03;
}
#menu ul li ul {
  display: none;
}

#menu ul li.hasSub a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  font-weight: bold;
  transition: 150ms;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  display: block;
  border: 7px solid transparent;
  border-right: 0;
  border-left: 8px solid #999;
  content: '';
}
#menu ul li.hasSub.active a:after {
  right: 0;
  border-left: 8px solid #FAB116;
}

div.menu-container-back {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  padding: 30px 10px;
  cursor: pointer;
  z-index: 110;
  background: #F1F1F1;
}
div.menu-container-back:after {
  display: block;
  border: 7px solid transparent;
  border-left: 0;
  border-right: 8px solid #FAB116;
  content: '';
}

#menu-container-close {
  position: fixed;
  width: 30px;
  height: 30px;
  top: 85px;
  right: 20px;
  cursor: pointer;
  z-index: 110;
  background: inherit;
}
#menu-container-close:before,
#menu-container-close:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 30px;
  transform-origin: 50% 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  background: #FFF;
  content: '';
  transition: background 300ms;
}
#menu-container-close.black:before,
#menu-container-close.black:after {
background: #232C35;
}
#menu-container-close:after {
  transform: translate(-50%,-50%) rotate(135deg);
}
#menu-container-close:hover:before,
#menu-container-close:hover:after {
  background: #FAB116;
}

/* Topic page */
div.scrollicon {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%,0);
  width: 26px;
  height: 50px;
  border-radius: 15px;
  border: 2px solid #FFFFFF;
  transition: opacity 400ms;
  opacity: 0.8;
}
div.scrollicon span {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: #FFFFFF;
  animation: scrollicon-animation 1200ms infinite;
}
@keyframes scrollicon-animation {
  0% {
    top: 10px;
  }
  80% {
    top: 40px;
  }
  100% {
    opacity: 0;
  }
}
.scrolled div.scrollicon {
  opacity: 0;
}

div.topic-submenu {
  position: relative;
  width: 100%;
  padding: 0 50px;
  background: #FFFFFF;
  transition: background 300ms;
}
div.topic-submenu.fixed {
  position: fixed;
  top: 67px;
  left: 0;
  max-width: none;
  background: #FFF;
  z-index: 999;
  background: #FFFFFF;
}
div.topic-submenu ul {
  display: block;
  max-width: 1480px;
  padding: 0;
  margin: 0 auto 0;
  list-style: none;
}
div.topic-submenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 40px;
  background: none;
}
div.topic-submenu ul li:first-child {
  margin: 0;
}
div.topic-submenu ul li a {
  display: block;
  padding: 30px 15px 20px 15px;
  color: #EAAA00;
  font-size: 1.2em;
  transition: 300ms;
}
div.topic-submenu.fixed ul li a {
  padding: 10px 15px;
  color: #EAAB00;
}
div.topic-submenu ul li a.directory-menu-list-marked, div.topic-submenu ul li a:hover {
  background: #EAAB00;
  color: #FFFFFF;
}
/* Slick ------------------------------------------------------------------------------- */
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  border-top-color: #333;
  border-right-color: #333;
  background: transparent;
  z-index: 99;
  cursor: pointer;
  outline: none;
  transition: 300ms;
}
.slick-arrow.slick-prev {
  left: 0;
  transform: translate(0,-50%) rotate(-135deg);
  opacity: 0.5;
}
.slick-arrow.slick-next {
  right: 0;
  transform: translate(0,-50%) rotate(45deg);
  opacity: 0.5;
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-next:hover {
  opacity: 1;
}
.slick-arrow.slick-disabled, .slick-arrow.slick-disabled:hover {
  opacity: 0;
}
.slick-list {
  padding: 5px 0;
  overflow: hidden;
}
div.index-head .slick-list {
  padding: 0;
}

/* Styles ------------------------------------------------------------------------------ */

div.style1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.style1 > img {
  margin: 5px;
}
div.style2 {
  width: calc( 50% - 30px );
}
div.style3 {
  width: calc( 33.33% - 25px );
}
div.style4 {
  width: calc( 25% - 20px );
}
div.style10 {
  position: relative;
  width: calc( 25% - 22px );
  margin: 15px 0;
  overflow: hidden;
}
div.style10 img {
  margin: 0; 
  width: 100%;
}
div.style11 {
  display: block;
  position: absolute;
  top: calc( 100% - 36px );
  left: 0;
  width: calc( 100% - 40px );
  height: calc( 100% - 10px );
  padding: 5px 20px;
  color: #FFFFFF;
  background: rgba(35,44,53,0.8);
  transition: 500ms;
}
div.style11 .headline1, div.style11 .headline2, div.style11 .headline3, div.style11 .headline4, div.style11 .headline5, div.style11 .headline6 {
  color: #FFFFFF;
  font-size: 1.2em;
}
div.style10:hover div.style11 .headline1, div.style10:hover div.style11 .headline2, div.style10:hover div.style11 .headline3, div.style10:hover div.style11 .headline4, div.style10:hover div.style11 .headline5, div.style10:hover div.style11 .headline6 {
  color: #FAB116;
}
div.style11 p {
  display: block;
  opacity: 0;
  transition: 500ms;
}
div.style10:hover div.style11 {
  top: 0;
}
div.style10:hover div.style11 p {
  opacity: 1;
}

div.style12 img {
  margin: 0;
  padding: 0 5px;
  outline: none;
}

div.style23  {
  display: block;
}
div.style23 a {
  display: block;
  padding: 10px;
  background: #232C35;
  color: #FFF;
  text-align: center;
}
div.style23 a:hover {
  opacity: 1;
  color: #EAAB00;
}


/* Kopfbild-Slider - START */
div.index-head .slick-dots {
  position: absolute;
  bottom: 30px;
  right: 50px;
}
div.index-head .slick-dots, div.index-head .slick-dots li {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
div.index-head .slick-dots li {
  display: inline;
}
div.index-head .slick-dots li button {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  overflow: hidden;
  color: transparent;
  background: transparent;
  border: 1px solid #FAB116;
  overflow: hidden;
  margin-left: 10px;
  cursor: pointer;
  outline: none;
}
div.index-head .slick-dots .slick-active {
  pointer-events: none;
}
div.index-head .slick-dots .slick-active button {
  background: #FAB116;
  color: #FAB116;
  cursor: default;
}
div.index-head div.style5, div.content-head div.style5 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  background: #333;
}
div.index-head div.style5 img, div.content-head div.style5 img {
  width: 100%;
  margin: 0;
  filter: blur(10px);
  transform: scale(1.1);
  overflow: hidden;
}
div.content-head div.style5 img {
  animation: zoom-out-style5 2000ms forwards;
}
div.style5 + div.style5 {
  display: none;
}
.slick-slider div.style5 + div.style5 {
  display: inline-block;
}
div.index-head div.style5.slick-current img {
  animation: zoom-out-style5 2000ms forwards;
}
@keyframes zoom-out-style5 {
  from {
    filter: blur(10px);
    transform: scale(1.1);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
div.index-head div.style6, div.content-head div.style6 {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 40px;
  font-family: 'Oxygen', Arial, Sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 160%;
  color: #FFFFFF;
  text-align: center;
  transform: translate(-50%,0);
  opacity: 0;
  text-shadow: 0 0 40px black;
}
div.content-head div.style6 { 
  top: auto;
  bottom: 50px;
  text-align: left;
  width: calc( 100% - 80px );
  max-width:  1380px;
  font-size: 1.1em;
  transform: translate(-50%,0);
}
div.content-head div.style6 .headline1, div.content-head div.style6 .headline2, div.content-head div.style6 .headline3, div.content-head div.style6 .headline4, div.content-head div.style6 .headline5, div.content-head div.style6 .headline6 { 
  font-size: 1.8em;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 0.3em;
}
@media all and (min-width: 600px) {
  div.index-head div.slick-current div.style6.inview {
    animation: fadeIn-style6 1000ms 1.5s forwards;
  }
  div.content-head div.slick-current div.style6.inview, div.content-head div.style6.inview {
    animation: fadeIn-style6-content 1000ms 0.5s forwards;
  }
}
.area-content p[rel="content-head"] {
  margin-bottom: 2em;
}
@keyframes fadeIn-style6 {
  from { opacity: 0; transform: translate(-50%,0); }
  to { opacity: 1; transform: translate(-50%,-50%); }
}
@keyframes fadeIn-style6-content {
  from { opacity: 0; bottom: 0; transform: translate(-50%,0); }
  to { opacity: 1; bottom: 50px; transform: translate(-50%,0); }
}
div.index-head div.style6 a:link, div.index-head div.style6 a:visited, div.index-head div.style6 a:focus, div.index-head div.style6 a:hover, div.index-head div.style6 a:active {
  display: inline-block;
  padding: 10px 40px;
  font-size: 0.5em;
  line-height: 1em;
  margin-top: 20px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: #232C35;
  transition: all 0.5s;
}
div.index-head div.style6 a:focus, div.index-head div.style6 a:hover, div.index-head div.style6 a:active {
  border: 1px solid #344250;
  color: #FFFFFF;
  background: #344250;
}
/* Kopfbild-Slider -- ENDE */

div.topic-head, div.topic-head-small {
  position: relative;
  width: 100%;
  height: calc( 100vh - 67px );
  background: #232C35;
  transition: height 1000ms;
  font-size: 1.5em;
  overflow: hidden;
}
div.topic-head.scrolled {
  height: 440px;
}
div.topic-head-small {
  height: 240px;
}
div.topic-head img, div.topic-head-small img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
div.topic-head div.style6, div.topic-head-small div.style6 {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: calc( 100% - 100px );
  max-width: 1380px;
  padding: 0 50px;
  transform: translate(-50%,50%);
  color: #FFF;
  transition: 1000ms;
}
div.topic-head div.style6 .headline1, div.topic-head div.style6 .headline2, div.topic-head div.style6 .headline3, div.topic-head div.style6 .headline4, div.topic-head div.style6 .headline5, div.topic-head div.style6 .headline6,
div.topic-head-small div.style6 .headline1, div.topic-head-small div.style6 .headline2, div.topic-head-small div.style6 .headline3, div.topic-head-small div.style6 .headline4, div.topic-head-small div.style6 .headline5, div.topic-head-small div.style6 .headline6 { 
  color: #FFFFFF;
  font-size: 2em;
}
div.topic-head div.style6 p {
  display: block;
  transition: 1000ms;
  padding-left: 10%;
}
div.topic-head.scrolled div.style6, div.topic-head-small div.style6 {
  transform: translate(-50%,0);
  bottom: 20px;
}
div.topic-head.scrolled div.style6 p, div.topic-head-small div.style6 p {
  height: 0;
  opacity: 0;
}

/* Referenzen -- START */
div.referenzen-content {
  text-align: center;
}
div.referenzen-content div.filter {
  margin: 40px 0 70px 0;
}
div.referenzen-content div.filter select {
  border: 1px solid #EAAA00;
  padding: 7px 10px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.0em;
  vertical-align: middle;
  margin: 0 10px;
  outline: none;
}
div.referenzen-content div.filter input[type="submit"] {
  border: 1px solid #EAAA00;
  background: #EAAA00;
  color: #FFFFFF;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1em;
  padding: 8px 15px;
  vertical-align: middle;
  margin: 0 10px;
  outline: none;
}
div.referenzen-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
div.referenzen-overview-container, div.referenzen-detail-container {
  width: 21%;
  margin-bottom: 60px;
  text-align: center;
}
div.referenzen-detail-container {
  width: calc( 50% - 40px );
  margin: 0;
}
div.referenzen-detail-content {
  position: relative;
  width: calc( 50% - 40px );
  margin-top: 80px;
  font-size: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.referenzen-detail-content a {
  text-overflow: ellipsis;
}
div.referenzen-overview-container .headline2 {
  margin-bottom: 0.1em;
  font-size: 1em;
  color: #333333;
}
div.referenzen-overview-container a, div.referenzen-overview-container .headline2 a {
  color: #333333;
}
div.referenzen-overview-set, div.referenzen-detail-set {
  position: relative;
  padding-top: 91.385%;
  margin-bottom: 20px;
  overflow: hidden;
}
div.referenzen-detail-set {
  margin-bottom: 0;
}
div.referenzen-overview-set img, div.referenzen-detail-set img {
  margin: 0;
}
div.referenzen-overview-monitor, div.referenzen-detail-monitor {
  position: absolute;
  top: 0;
  left: 13.85%;
  width: 86.15%;
  padding-top: 99%;
  background: url(/_templates/shared-2019/images/monitor.png) top center no-repeat;
  background-size: 100% auto;
}
div.referenzen-overview-monitor.only, div.referenzen-detail-monitor.only {
  left: 0;
  width: 100%;
}
div.referenzen-overview-monitor .display, div.referenzen-detail-monitor .display {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 92%;
  height: 51%;
  overflow: hidden;
}
div.referenzen-overview-monitor.only .display, div.referenzen-detail-monitor.only .display {
  height: 61%;
}
div.referenzen-overview-tablet, div.referenzen-detail-tablet {
  position: absolute;
  top: 45%;
  left: 0;
  width: 36%;
  padding-top: 48%;
  background: url(/_templates/shared-2019/images/tablet.png) top center no-repeat;
  background-size: 100% auto;
}
div.referenzen-overview-tablet .display, div.referenzen-detail-tablet .display {
  position: absolute;
  top: 5.6%;
  left: 9.7%;
  width: 80.7%;
  height: 82.9%;
  overflow: hidden;
}
div.referenzen-overview-smartphone, div.referenzen-detail-smartphone {
  position: absolute;
  top: 73%;
  left: 30%;
  width: 16%;
  padding-top: 24%;
  background: url(/_templates/shared-2019/images/smartphone.png) top center no-repeat;
  background-size: 100% auto;
}
div.referenzen-overview-smartphone .display, div.referenzen-detail-smartphone .display {
  position: absolute;
  top: 9.4%;
  left: 11.7%;
  width: 76.7%;
  height: 77.4%;
  overflow: hidden;
}
div.referenzen-overview-monitor div.display img, div.referenzen-overview-tablet div.display img, div.referenzen-overview-smartphone div.display img,
div.referenzen-detail-monitor div.display img, div.referenzen-detail-tablet div.display img, div.referenzen-detail-smartphone div.display img{
  width: 100%;
}

.banderole {
  position: absolute;
  top: 13px;
  right: -40px;
  z-index: 10;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  width: 140px;
  text-align: center;
  padding: 0;
  color: white;
  transform: rotate(45deg);
  border: 3px solid #fff;
  background: #EAAA00;
  -webkit-box-shadow: 0 0 5px 3px #5E5E5E;
  box-shadow: 0 0 5px 3px #5E5E5E;
}
div.referenzen-detail-content div.referenzen-icons {
  position: relative;
  display: inline-block;
  width: 100%;
  max-height: 120px;
  vertical-align: top;
}
div.referenzen-detail-content div.referenzen-icons span {
  display: inline-block;
}
div.referenzen-detail-content div.referenzen-icons span img {
  height: 110px;
  width: auto;
  margin: 0;
}

/* Referenzen -- ENDE */


/* Kachel-Slider -- START */
div.style7 {
  position: relative;
  margin: 0 -65px;
  padding: 5px 50px;
}
div.style7 > img {
  margin: 0;
}
div.style8 {
  position: relative;
  padding: 15px;
  margin: 0 15px;
  background: #FFFFFF;
  font-size: 0.9em;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  outline: none;
  float: left;
}
div.style1 div.style8 {
  width: calc( 25% - 50px );
  margin: 0;
  margin-bottom: 20px;
}
div.style8 div.image-center {
  position: relative;
  width: auto;
  margin: -15px;
}
div.style8 div.image-center img {
    width: 100%;
}
div.style8 div.image-center .headline2 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #232C35;
  border-bottom: 2px solid #FFB600;
  color: #FFF;
  padding: 12px 15px;
  font-size: 1.4em;
  text-align: left;
  margin: 0;
}
/* Kachel-Slider -- ENDE */

/* Content Tabs -- START */
div.style9 {
  position: relative;
}
div.style9 > ul {
  position: relative;
  list-style: none;
  margin: 0;
}
div.style9 > ul li {
  position: relative;
  background: none;
  padding: 0;
  margin: 0;
  transition: 300ms;
}
div.style9 > ul:nth-child(1) {
  display: flex;
  justify-content: space-between;
}
div.style9 > ul:nth-child(1) li {
  font-size: 1.2em;
  cursor: pointer;
}
div.style9 > ul:nth-child(2) li + li {
  display: none;
}
div.style9 > ul:nth-child(1) li:after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: '';
  width: 50px;
  height: 2px;
  background: transparent;
  transform: translate(-50%,0);
  transition: 300ms;
}
div.style9 > ul:nth-child(1) li:hover {
  color: #EAAA00;
}
div.style9 > ul:nth-child(1) li.active {
  color: #EAAA00;
}
div.style9 > ul:nth-child(1) li.active:after {
  background: #EFBE3B;
}
div.style9 > ul:nth-child(2) {
  position: relative;
  display: block;
  transition: 300ms;
  margin: 80px 0;
}
div.style9 div.style2 {
  opacity: 0;
  transform: translate(50%,0);
}
div.style9 div.style2.inview {
  animation: fade-to-left 500ms forwards;
}
@keyframes fade-to-left {
  from {
    opacity: 0;
    transform: translate(50%,0);
  }
  to {
    opacity: 1;
    transform: translate(0,0);
  }
}

/* Content-Tabs -- ENDE */

/* Snippet-News */
div.snippet-news-container, div.news-container {
  position: relative;
  width: calc( 50% - 30px );
  background: #FFFFFF;
  box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
div.news-container {
  width: calc( 33.33% - 20px );
  margin-bottom: 30px;
}
div.news-overview {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-flow: row wrap;
	flex-flow: row wrap;
  width: 100%;
  margin-bottom: 30px;
}

div.snippet-news-image, div.news-image {
  position: relative;
  overflow: hidden;
  padding-top: 55.6%;
}
div.snippet-news-image img, div.news-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transform: scale(2);
}
div.snippet-news-image.inview img, div.news-image.inview img {
  animation: zoom-out 1200ms forwards;
}
@keyframes zoom-out {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}


div.news-image img {
  vertical-align: bottom;
  margin: 0;
}

div.snippet-news-content, div.news-content {
  padding: 30px 25px;
}

div.snippet-news-date, div.news-date {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0 7px 0 0;
  border-right: 2px solid #F8B014;
  font-size: 1.3em;
  font-weight: 400;
}

div.snippet-news-headline, div.news-headline {
  display: inline-block;
}
div.snippet-news-headline .headline2, div.news-headline .headline2 {
  font-size: 1.6em;
  font-weight: 300;
  margin: 0;
  text-align: left;
}
div.news-headline .headline2 {
  font-size: 1.3em;
}
div.snippet-news-headline .headline2 a, div.news-headline .headline2 a {
  color: #000000;
  transition: opacity 200ms;
}
div.snippet-news-headline .headline2 a:hover, div.news-headline .headline2 a:hover {
  opacity: 0.7;
}

small.news-detail-date {
  display: inline-block;
  padding: 5px 10px 5px 0;
  border-right: 3px solid #F8B214;
  vertical-align: middle;
}
.news-detail-headline {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #464B4D;
  margin-left: 10px;
  vertical-align: middle;
}

div.snippet-news-teaser, div.news-teaser {
  margin-top: 25px;
}

div.news-teaser { 
  line-height: 160%;
}


/* Modul Navigation */
div.modul-navigation {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
}

div.modul-navigation span.link-spacer,
div.modul-navigation span.link-marked,
div.modul-pagebutton-inactive {
  padding: 6px 12px;
  color: #666666;
  text-transform: uppercase;
  font-weight: 400;
  border: 2px solid #FAFAFA;
  background: #FAFAFA;
  transition: 200ms;
  line-height: 140%;
}

div.modul-navigation a, div.modul-navigation div.inactive {
  padding: 6px 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  border: 2px solid #EAAA00;
  background: #EAAA00;
  transition: 200ms;
  line-height: 140%;
}
div.modul-navigation a:hover {
  background: #D09310;
  border-color: #D09310;
}
div.modul-navigation a.marked {
  background: #FFF;
  color: #EAAA00;
}
div.modul-navigation div.inactive {
  opacity: 0.1;
}
div.modul-navigation div.numall {
  width: 100%;
  margin-top: 10px;
  text-align: right;
}

/* Image Alignments ------------------------------------------------------------------------- */
div.image   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  5px;
  margin-right:  14px;
}
div.image-left   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  0;
  margin-right:  14px;
  float: left;
}
div.image-right   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  9px;
  margin-right:  0;
  float: right;
}
div.image-center   {
  width:  100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 7px;
}
div.image, div.image-left, div.image-right, div.image-center {
  position: relative;
  font-size: 0.8em;
  line-height: 120%;
}
div.image img, div.image-left img, div.image-right img, div.image-center img {
  margin: 0 0 5px 0;
  padding: 0;
  vertical-align: bottom;
}
div.image-center span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc( 100% - 40px );
  padding: 14px 20px;
  color: #FFFFFF;
  background: rgba(224,165,0,0.7);
}


/* Listen ------------------------------------------------------------------------- */
ul {
  margin: 0;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 0;
}
ol {
  margin: 0;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 5px;
  padding: 0;
}
li {
  margin: 0;
  margin-left: 15px;
  margin-bottom: 2px;
  padding: 0;
}

/* By Cybox Zeile ------------------------------------------------------------------------- */
div.by-cybox {
  position: relative;
  max-width: 1400px;
  padding: 3px 0;
  font-size: 0.9em;
  text-align: right;
  color: #CCC;
  margin: 0 auto 0;
}
div.by-cybox a:link, div.by-cybox a:visited, div.by-cybox a:focus, div.by-cybox a:hover, div.by-cybox a:active,
a.by-cybox:link, a.by-cybox:visited, a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
  color: #CCC;
}
div.by-cybox a:focus, div.by-cybox a:hover, div.by-cybox a:active,
a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
  color: #666;
}

/* Cyres Editor Fixes */
.unsichtbar, dfn {
  position:absolute;
  left:-1000px;
  top:-1000px;
  width:0;
  height:0;
  overflow:hidden;
  display:inline;
}

.clear {
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
  clear: both;
}
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;background: url(../images/hg-blue-arrow.png) no-repeat;
  width: 44px;
  height: 32px;
  top: -9999px;
}

/* Magnific Popup - CSS */
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:940;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:942;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:943}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:944}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:946;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}

/* Anfrageformular */
.orange-area form.forms {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.orange-area form.forms fieldset ol, .orange-area form.forms fieldset ol li {
  position: relative;
  padding: 0;
  margin: 0;
}
.orange-area form.forms fieldset li + li {
  border: 0;
}
.orange-area form.forms fieldset {
  width: calc( 50% - 30px );
  border: 0;
  padding: 0;
  margin: 0;
}
.orange-area form.forms fieldset input[type="text"], .orange-area form.forms fieldset textarea {
  width: 100%;  
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.93em;
  background: #FFFE;
  border: 0;
  border-bottom: 1px solid #333;
  margin: 5px 0;
  padding: 7px 10px;
  color: #111;
  box-sizing: border-box;
  outline: none;
  float: none;
}
.orange-area .forms-error {
  position: absolute;
  bottom: 5px;
  right: 0;
  display: block;
  padding: 0 10px;
  margin: 0;
  height: auto;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #C00;
  box-sizing: border-box;
  text-align: center;
}
.orange-area form.forms fieldset input[type="text"]:focus, .orange-area form.forms fieldset textarea:focus {
  background: #FFFC;
}
.orange-area input:focus + .forms-error {
  color: #DDD;
}
.orange-area form.forms fieldset input.forms-textline-error {
  border-bottom: 1px solid #C00;
}
.orange-area form.forms fieldset textarea { 
  height: 206px;
}
.orange-area form.forms fieldset legend {
  display: none;
}
.orange-area div.forms-buttons {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.orange-area div.forms-buttons input[type="submit"] {
  padding: 6px 30px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.9em;
  background: #232C35;
  border: 1px solid #FFFFFF;
  color: #FFF;
  cursor: pointer;
}

.textcenter {
  text-align: center;
}
.headlinecenter h1 {
  text-align: center;
}

@media all and (max-width: 1300px) {
  div.mainmenu ul li a, div.mainmenu ul li strong {
    padding: 14px 0;
  }
  div.mainmenu ul li+li {
    margin-left: 30px;
  }
}

@media all and (max-width: 1200px) {
  div.mainmenu ul li a, div.mainmenu ul li strong {
    padding: 14px 0;
  }
  div.index-head div.style6 {
    line-height: 120%;
    font-size: 1.4em;
    text-shadow: 0 0 30px rgba(0,0,0,1);
  }
  div.topic-head div.style6 {
    padding: 0 20px;
    width: calc( 100% - 40px );
  }
  #menu .col {
    width: calc( 33.33% - 1px );
  }
  div.referenzen-overview-container {
    width: 30%;
  }
}


@media all and (max-width: 1000px) {
  body {
    font-size: 1em;
  }
  .headline1 {
    font-size:1.6rem;
  }
  .headline2 {
    font-size: 1.2rem;
  }
  .headline3 {
    font-size: 1.1em;
  }
  div.area-content {
    padding: 0 20px;
  }
  div.snippet-news-container, div.news-container {
    width: calc( 50% - 15px )
  }
  div.style2, div.style3 {
    width: calc( 50% - 15px );
    margin: 15px 0;
  }
  .orange-area form.forms fieldset {
    width: calc( 50% - 15px );
  }
  div.logo {
    padding-right: 20px;
  }
  div.mainmenu {
    display: none;
  }
  div.menu-container {
    max-width: none;
    margin-left: 0;
    height: calc( 100vh - 67px );
  }
  div.header-container {
    justify-content: space-between;
  }
  #menu-switch {
    display: block;
    margin-right: 20px;
  }
  #menu ul {
    margin: 40px 20px;
  }
  #menu-container-close {
    display: none;
  }
  div.content-head div.style6 {
    display: none;
  }
  div.style4 {
    width: calc( 33.33% - 20px );
  }
  div.style10 {
    width: calc( 50% - 15px );
  }
  div.style1 div.style8 {
    width: calc( 33.33% - 50px );
  }
  div.topic-submenu {
    display: none;
  }
  div.topic-head.scrolled {
    height: 240px;
  }
  div.index-head div.style6 {
    width: 100%;
  }
}

@media all and (max-width: 800px) {
  div.style4 {
    width: calc( 50% - 10px );
  }
  div.style1 div.style8 {
    width: calc( 50% - 40px );
  }
  div.topic-head div.style6 { 
    font-size: 0.8em;
  }
  div.referenzen-overview-container {
    width: 44%;
  }
  div.referenzen-detail-container, div.referenzen-detail-content {
    width: 100%;
  }
  div.referenzen-detail {
    margin-top: 30px;
  }
  div.referenzen-detail-content {
    margin-top: 40px;
  }
  div.referenzen-content div.filter select {
    width: 100%;
    margin: 5px 0;
  }
  #data-navigation-numbers {
    display: none;
  }
  #data-navigation-right {
    order: 3;
  }
  #data-navigation-overview {
    order: 2;
  }
}

@media all and (max-width: 600px) {
  div.area-content, div.referenzen-content {
    opacity: 1;
  }
  div.area-content.inview, div.referenzen-content.inview {
    animation: none;
  }
  div.index-head div.style5 img, div.content-head div.style5 img {
    transform: none;
    filter: none;
  }
  div.index-head div.style5.inview img, div.content-head div.style5.inview img {
    animation: none;
  }
  div.index-head div.style6 {
    opacity: 1;
    transform: translate(-50%,-50%);
  }
  div.index-head div.style6.inview {
    animation: none;
  }
  div.style9 div.style2 {
    opacity: 1;
    transform: translate(0,0);
  }
  div.style9 div.style2.inview {
    animation: none;
  }
  div.snippet-news-image img, div.news-image img {
    transform: none;
  }
  div.snippet-news-image.inview img, div.news-image.inview img {
    animation: none;
  }
  div.content-head div.style6 { 
    opacity: 1;
    bottom: 50px;
    transform: translate(-50%,0);
  }
  div.content-head div.style6.inview {
    animation: none;
  }
  div.snippet-news-container {
    width: 100%;
  }
  div.snippet-news-container + div.snippet-news-container {
    margin-top: 30px;
  }
  div.style2, .orange-area form.forms fieldset {
    width: 100%;
  }
  div.style2 + div.style2, div.style3 + div.style3 {
    margin-top: 30px;
  }
  div.style9 > ul:nth-child(1) {
    flex-wrap: wrap;
    justify-content: center;
  }
  div.style9 > ul:nth-child(1) li {
    width: auto;
    padding: 5px 20px;
    margin: 5px;
    text-align: center;
    background: #232C35;
    color: #FFF;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    transition: 300ms;
  }
  div.style9 > ul:nth-child(1) li.active {
    background: #FEB600;
    color: #FFF;
    box-shadow: 0 0 0;
  }
  div.style9 > ul:nth-child(2) {
    margin-top: 20px;
  }
  div.style9 > ul:nth-child(1) li:after {
    content: none;
  }
  /*div.style9 > ul:nth-child(1) {
    display: none;
  }
  div.style9 > ul:nth-child(2) {
    height: auto !important;
  }
  div.style9 > ul:nth-child(2) li {
    display: block !important;
  }
  div.style9 > ul:nth-child(2) li + li {
    border-top: 1px solid #CCC;
    padding-top: 30px;
    margin-top: 30px;
  }*/
  footer.footer {
    padding: 20px;
  }
  div.footer-container {
    align-items: flex-start;
  }
  div.footer-box {
    width: calc( 50% - 20px );
    margin-bottom: 30px;
  }
  #menu .col {
    width: calc( 100% - 1px );
  }
  div.modul-navigation div.modul-pages {
    display: none;
  }
  div.modul-navigation div.numall {
    text-align: center;
  }
  div.index-head div.style5 img {
    transform: none;
    filter: none;
  }
  div.index-head div.style5.inview img {
    animation: none;
  }
  div.index-head div.style6 {
    position: relative;
    top: auto;
    left: auto;
    width: calc( 100% - 80px );
    transform: none;
    opacity: 1;
    padding: 20px 40px;
    background: #232C35;
  }
  div.area-content.inview, div.referenzen-content.inview {
    opacity: 1;
  }
  div.index-head div.style6.inview, div.area-content.inview, div.referenzen-content.inview {
    animation: none;
  }
}

@media all and (max-width: 480px) {
  div.snippet-news-container, div.news-container {
    width: 100%;
  }
  div.footer-box {
    width: 100%;
  }
  div.style3 {
    width: 100%;
  }
  div.style4 {
    width: 100%;
  }
  div.style1 div.style8 {
    width: calc( 100% - 30px );
  }
  div.style10 {
    width: 100%;
  }
  div.referenzen-overview-container {
    width: 100%;
  }
}


/* Nur Internet Explorer 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div.topic-head img {
    object-fit: none;
    height: auto;
  }
}
