/* ******************************
 * Style Sheets
 * erstellt von dq 180 
 * - Standardformate und Ausrichtungen
 * - Grundraster 
*******************************/
/* ******************************
 * TODO:
 * @todo>>> Adressbox Feinschliff
 * @todo>>> Schriftformate fuer Standardinhalte
 * @todo>>> Formulare und Fehlermeldungen
 * ******************************/
/* ******************************
 * Variable Werte
*******************************/
/*@schatten:		0 4px 5px -3px fade(@initial_schwarz,75%);*/
/* USE
background: @white url("@{base-url}bg-html.gif") left top repeat-x; */
/* ******************************
 * Reset und Clearfix
*******************************/
html,
body {
  padding: 0;
  margin: 0;
  overflow: visible;
  font-size: 16px;
  line-height: 21px;
}
div {
  box-sizing: border-box;
}
img {
  border: 0px;
  outline: 0px;
}
/* ******************
 * Elemente verstecken und floaten
 * ******************/
.versteckt {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.inline-block {
  display: inline-block;
}
.align-left {
  float: left;
}
.align-right {
  float: right;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear-both {
  clear: both;
}
.no-padding {
  padding: 0 !important;
}
/* ******************
 * Clearfix: in den Parent Klasse group einsetzen
 * ******************/
.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
/*  * html .group             { zoom: 1; } /* IE6 */
/*  *:first-child+html .group { zoom: 1; } /* IE7 */
/* ******************
 * Typografie
 * ******************/
/* Mixins: Standardgroessen fuer alle Textelemente */
/* Text in Gelb auf schwarzem Hintergrund*/
[class*="bgr-schwarz"] {
  color: #ffa900;
}
/* Fontvererbung */
h1,
h2,
h3,
h4,
h5,
h6,
dl,
.details,
p,
q,
em,
span,
table,
th,
caption,
tr,
td,
ul,
ol,
li,
a,
input,
select,
button,
textarea {
  font: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: 0.04em;
  color: currentColor;
}
/* Links */
a:link,
a:hover,
a:focus,
a:active,
a:visited {
  color: currentColor;
}
.ce_article a:not(.btn-rund):hover {
  background-color: #fdba4e;
}
[class*="bgr-schwarz"] a:hover {
  color: #000000;
}
/* Headlines */
h1 {
  font-size: 2.05rem;
  line-height: 1.35em;
  font-weight: 100;
  color: #ffefd2;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin: 0 0 .35em 0;
}
.ce_article + .ce_article h1 {
  margin-top: 6rem;
}
h2 {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 800;
  margin: 0em 0 4em 0;
  color: #ffefd2;
}
h2:not(:first-of-type) {
  margin-top: 4em;
}
h3,
summary {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 800;
  margin: 2.75em 0 .5em 0;
}
h1 + h3 {
  margin-top: 4em;
}
.h1-padding-top {
  margin-top: 10rem;
}
/* h3 mit counter */
.ce_article {
  counter-reset: section;
}
h3.mit-counter::before {
  counter-increment: section;
  content: counter(section) ". ";
}
/* strong: Betonung */
strong,
.strong {
  font-size: .75rem;
  line-height: 1.5em;
  letter-spacing: .05em;
  font-weight: 800;
}
/* Headlines gepunktet */
.dotted {
  float: right;
  clear: both;
  font-family: Perfograma, Codystar, Courier, serif;
  font-size: 1.35rem;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.09em;
}
.dotted-margin-bottom {
  margin-bottom: 5rem;
}
.articlebox .dotted {
  margin-right: 0;
  margin-bottom: 1em;
}
.nav-container .dotted {
  display: block;
  float: none;
  margin: 0 0 .35em 0;
}
/* Absatz und Abschlusspunkt */
p,
dl,
.details {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.adressbox > *,
.text-small {
  font-size: .75rem;
  line-height: 1.5em;
  letter-spacing: .05em;
}
/* Listen */
ul {
  list-style: none;
}
.articlebox ul:not(.list-unstyled) li {
  margin: 0 0 .5em 2em;
}
.articlebox ul:not(.list-unstyled) li::before {
  position: absolute;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  content: '\e234';
  font-size: .8rem;
  margin: 0.15em 0 0 -1.7em;
}
/* Bildergalerie Thumbnails Fancybox */
.galleryCont > a {
  display: inline-block;
  margin: 0 15px 14px 0;
  width: 29%;
}
/* Marginalien */
q {
  box-sizing: border-box;
  display: inline-block;
  quotes: "\00bb\00a0" " \00ab";
  font-size: 1rem;
  line-height: 1.5em;
  color: #ffefd2;
  float: left;
  width: 38%;
  margin: .35em 20px 1em 0;
  padding: .5em .7em .6em .7em;
  border: 2px dotted #ffefd2;
  border-width: 2px 0;
}
q.align-right {
  margin: .3em 0 1.5em 20px;
}
/* Abkuerzungen <abr> */
/* Link: Hoverfarbe */
.metanavigation a:hover,
.metanavigation a:focus,
.hauptnavigation a:hover,
.hauptnavigation a:focus,
.adressbox a:hover,
.adressbox a:focus,
.content-segment p a:hover,
.content-segment p a:focus {
  text-decoration: none;
  border-bottom: 2px dotted currentColor;
}
/* Standard-Counter */
.counter-reset {
  counter-reset: liste;
}
.counter-reset .counter-ziffern::before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  counter-increment: liste;
  content: counter(liste);
  white-space: pre;
}
/* Akkordion */
.akkordion {
  margin-top: 2em;
}
.akkordion .btn-rund {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1em;
  box-shadow: 0 0 10px 0px #ffefd2;
  border: none !important;
  background-color: #ffa900;
  color: #fdba4e !important;
}
.bgr-ebusiness ~ .articlebox .akkordion .btn-rund {
  background-color: #60d639 !important;
}
.bgr-corporate ~ .articlebox .akkordion .btn-rund {
  background-color: #e6007e !important;
}
.bgr-messe ~ .articlebox .akkordion .btn-rund {
  background-color: #009fe3 !important;
}
.akkordion .panel-heading:hover .btn-rund {
  border: none !important;
  box-shadow: 0 0 10px 5px #ffefd2;
}
.akkordion .glyphicon {
  color: inherit;
}
.akkordion .glyphicon::before {
  content: "\2212";
  position: absolute;
  top: -12px;
  left: 3px;
  color: #ffefd2;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.akkordion .collapsed .glyphicon::before {
  content: "\002b";
  left: 5px;
  transform: scale3d(1, 1, 1);
  transform-origin: 50% 50%;
  -webkit-animation: pulse 1.35s infinite alternate-reverse;
  -webkit-animation-play-state: running;
  animation: pulse 1.35s infinite alternate-reverse;
  animation-play-state: running;
}
.akkordion .collapsed .btn-rund {
  box-shadow: 0 0 10px 5px #ffefd2;
}
.akkordion .panel-title {
  font-size: 1rem;
  line-height: 1.5em;
  color: #ffefd2;
}
.akkordion .panel-title a,
.akkordion .panel-title a:hover {
  font-size: inherit;
  font-weight: bold;
  text-decoration: none !important;
  background-color: transparent  !important;
}
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(0.76, 0.76, 0.76);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(0.76, 0.76, 0.76);
  }
}
/*
input[type="checkbox"]:checked ~ label  .glyphicon::before { 
    content:"\2212";
    left: 3px;
}
input[type="checkbox"]:checked ~ label > button { .highlighter(8px; 4px); }
*/
/* Globale Typografie */
.text-schwarz {
  color: #000000;
}
.text-align-center {
  text-align: center;
}
/* ******************
 * EIGENE BREAKPOINTS
 * ******************/
@media only screen and (min-width: 767px) {
  .dotted,
  .main .dotted {
    font-size: 2.5rem;
    line-height: 1.1em;
  }
  .articlebox .dotted {
    margin-top: -2.75em;
    margin-right: -14.5%;
  }
  h1 {
    font-size: 4rem;
    line-height: 1.5em;
  }
  h2,
  h3,
  p,
  ul,
  dl,
  dd,
  dt,
  .details,
  .summary,
  .panel-title {
    font-size: 1.25rem;
    line-height: 1.5em;
  }
  .adressbox > *,
  .text-small {
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: .05em;
  }
  /* strong: Betonung */
  strong,
  .strong {
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 800;
  }
}
@media only screen and (min-width: 767px) and (orientation: portrait) {
  .articlebox .dotted {
    margin-right: -1%;
  }
}
@media only screen and (min-width: 1010px) {
  .articlebox p {
    position: relative;
  }
  q,
  q.align-left,
  q.align-right {
    position: absolute;
    display: inline;
    width: 30%;
    font-size: 1.75rem;
    line-height: 1.3em;
    margin: 0.3em 0 0 -35%;
    padding: 15px 15px 20px 15px;
  }
}
/* ******************
 * GRUNDRASTER v1
 * ******************/
/* ******************
 * body, container
 * ******************/
body {
  width: 100%;
  overflow-x: hidden;
  font-family: EncodeSans, sans-serif;
  font-weight: normal;
  background: url('../../img/custom/img-dots.png'), url('../../img/custom/img-dots.png') 17vw 16vh, url('../../img/custom/img-dots.png') -27vw 45vh no-repeat;
  background-color: #ffa900;
}
body .articlebox {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.container-fluid {
  /*  width: 100%;*/
  min-height: 100vh;
  padding: 0;
  overflow-x: hidden;
  background-color: transparent;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.22);
}
/* ******************
 * header
 * ******************/
header {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
  border-left: 2.5vw solid #ffffff;
  border-right: 2.5vw solid #ffffff;
  margin: 0;
}
/* ******************
 * MAIN Contentbox
 * ******************/
.main {
  position: relative;
  height: auto;
  min-height: 100vh;
  width: 100%;
  border-left: 2.5vw solid #ffffff;
  border-right: 2.5vw solid #ffffff;
}
.main > div:last-of-type {
  border-bottom: 7em solid #ffa900;
}
/* ******************
 * Footer
 * ******************/
footer {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 2.5vw;
}
footer .row {
  overflow: visible;
}
/* ******************
 * Bildstoerer
 * ******************/
.awards,
.stoerer-img {
  position: absolute;
  top: 10px;
  left: 14px;
  height: 3rem;
}
.awards img,
.stoerer-img img {
  width: auto;
  height: 3rem !important;
}
.well {
  height: 3.5rem;
  width: 100%;
  padding: 3px 15px;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  box-shadow: none;
}
/* ******************
 * row
 * ******************/
.row {
  max-width: 100%;
  overflow: hidden;
  background-color: #ffa900;
  margin: 0;
}
.bgr-weiss {
  background-color: #ffffff;
}
.bgr-schwarz {
  background-color: #000000;
}
.mit-schatten {
  height: 12px;
  box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.75);
}
/* *************************************
 * Flex-Layout
 * Ausgangsbasis ist Hauptmenue
 * ************************************/
.flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flex-item {
  flex: 2 1 100%;
  margin-bottom: 9px;
}
/* *************************************
 * .ce_article:
 * Container fuer Inhalte in .main
 * ************************************/
.articlebox {
  padding: 0;
}
.articlebox .ce_article img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.ce_article {
  padding: 0 calc(5vw) 1em calc(2.5vw + 1vw);
}
.ce_article:first-child {
  padding-top: .5em;
}
.ce_article:last-of-type {
  padding-bottom: 2.5em;
}
.ce_article.dotted-headline {
  padding: 0 2.5vw 4.5em 2.5vw;
}
/* Abschlusspunkt */
.dot::after,
.ce_article:last-child::after {
  display: block;
  content: '';
  width: .85em;
  height: .85em;
  background-color: #000000;
  border-radius: 100%;
  margin-top: 4em;
  margin-bottom: 1.4em;
}
.ce_article.dotted-headline:last-child::after,
.ce_article.no-dot:last-child::after {
  display: none;
}
/* ******************
 * Auszeichnungsfarbe als Hintergrundfarbe 
 * ******************/
.bgr-corporate {
  background-color: #e6007e !important;
}
.bgr-ebusiness {
  background-color: #60d639 !important;
}
.bgr-messe {
  background-color: #009fe3 !important;
}
/* ******************
 * Video, Multimedia
 * ******************/
video {
  width: 100%;
}
/* ******************
 * Cookie-Hinweis
 * ******************/
#cookie-accept .container {
  max-width: 90vw;
}
#cookie-accept .container > .row {
  padding: 1em 1.5em;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.42);
}
#cookie-accept .btn-primary {
  position: static;
  background-color: #e6007e;
  box-sizing: padding-box;
  padding: 5px 12px;
  width: auto;
  height: 2.25em;
  border-radius: 4px;
  font-size: .9em;
  color: #ffa900;
}
#cookie-accept .btn-primary:hover,
#cookie-accept .btn-primary:active,
#cookie-accept .btn-primary:focus {
  background-color: #88e800;
  box-shadow: 0 0 8px 4px rgba(255, 226, 0, 0.8);
  color: #ffefd2;
  border: 0;
}
/* ******************
 * EIGENE BREAKPOINTS
 * ******************/
@media only screen and (min-width: 768px) {
  .container-fluid {
    padding-top: 4.5rem;
  }
  footer {
    position: fixed;
    top: 0;
    width: 100%;
    height: 4.5rem;
    padding: 3px 2.5vw;
    z-index: 100;
  }
  .well {
    display: inline-block;
    height: 3.5rem;
    overflow: hidden;
    margin: 5px 0;
    padding: 3px 15px;
    background: linear-gradient(to right, #e6e6e6 0%, #ffffff 96%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
  }
  .ce_article {
    padding: 0 2.5vw 1em 2.5vw;
  }
  .ce_article:first-child {
    padding-top: 8em;
  }
  .ce_article:last-of-type {
    padding-bottom: 9em;
  }
  .ce_article.dotted-headline {
    padding: 0 2.5vw 8em 2.5vw;
  }
}
@media only screen and (min-width: 1350px) {
  .container-fluid,
  header,
  .main,
  footer {
    width: 80vw;
    max-width: 1480px;
  }
}
/* ******************
 * SEITEN-ANIMATION
 * ******************/
.introbox {
  opacity: 0;
  -webkit-animation: fade-in 2s 0s forwards;
  animation: fade-in 2s 0s forwards;
}
.articlebox > *:not(:first-child),
.projekte .articlebox {
  opacity: 0;
  -webkit-animation: fade-in 0.7s 0.4s forwards;
  animation: fade-in 0.7s 0.4s forwards;
}
.projekte .articlebox {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ******************
 * Logo und Claim
 * ******************/
.logotraeger {
  position: relative;
  height: 14vh;
  padding: 0;
  text-align: justify;
}
.logo {
  position: relative;
  height: 100%;
  top: 0;
}
.logo a {
  position: absolute;
  bottom: 0;
}
.logo img {
  width: 60vw;
  max-width: 260px;
  height: auto;
  margin-top: -1px;
  margin-left: -5px;
}
.logo .claim {
  position: absolute;
  top: -0.25em;
  right: 1.5vw;
  font-family: EncodeSansNarrow, sans-serif;
  font-weight: 800;
  font-size: .75rem;
  line-height: 1.5em;
  letter-spacing: .05em;
}
.initial_dot {
  font-size: 2rem;
  line-height: 20px;
  margin-left: .065em;
}
/* ******************
 * EIGENE BREAKPOINTS
 * ******************/
@media only screen and (min-width: 767px) {
  .logo a {
    bottom: .32em;
  }
  .logo img {
    margin-left: 0;
    padding-bottom: .9em;
  }
  .logo .claim {
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: .8em;
    right: 2.5vw;
    font-family: EncodeSansNarrow, sans-serif;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: .05em;
  }
  .initial_dot {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1014px) {
  .initial_dot {
    font-size: 3rem;
  }
}
/* ******************
* ICONS. Traegerflaechen
* ******************/
[class^="iconbox"] {
  position: relative;
  opacity: .5;
}
[class^="iconbox"] .icon {
  position: relative;
  float: left;
  display: inline-block;
  fill: #ffa900;
  z-index: 2;
}
[class^="iconbox"] .icon .propeller {
  opacity: .4;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: spin 6.5s infinite linear;
  animation: spin 6.5s infinite linear;
  z-index: -1;
}
[class^="iconbox"]:hover {
  opacity: 1 !important;
}
[class^="iconbox"] span {
  display: inline-block;
  z-index: 1;
  font-family: EncodeSansNarrow, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3em;
  color: #ffefd2;
  width: 50%;
}
[class^="iconbox"] .icon-corporate {
  fill: #e6007e;
}
[class^="iconbox"] .icon-corporate + span {
  background-color: rgba(230, 0, 126, 0.78);
}
[class^="iconbox"] .icon-ebusiness {
  fill: #60d639;
}
[class^="iconbox"] .icon-ebusiness + span {
  background-color: rgba(96, 214, 57, 0.78);
}
[class^="iconbox"] .icon-ebusiness .propeller.delayed {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
[class^="iconbox"] .icon-messe {
  fill: #009fe3;
}
[class^="iconbox"] .icon-messe + span {
  background-color: rgba(0, 159, 227, 0.78);
}
[class^="iconbox"] .icon-messe .propeller.delayed {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
[class^="iconbox"] span {
  display: inline-block;
}
a[class^="iconbox"],
a[class^="iconbox"]:hover {
  display: inline-block;
  width: 100%;
  border: 0 !important;
  background: none;
}
.iconbox-farbfeld {
  opacity: 1;
  /*    .icon-ebusiness + span  { left: 50%; }*/
}
.iconbox-farbfeld .icon {
  position: absolute;
  right: calc(50% - 8px);
  bottom: -6px;
  opacity: .5;
}
.iconbox-farbfeld:hover .icon {
  opacity: .8;
}
.iconbox-farbfeld:hover .icon .propeller {
  -wekit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.iconbox-farbfeld span {
  display: inline-block;
  padding: .3em .5em;
  width: 50%;
}
.iconbox-farbfeld .icon-ebusiness {
  right: -8px;
}
.iconbox-als-headline {
  opacity: 1;
  font-family: EncodeSansNarrow, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.085em;
  margin-top: 1.5em;
}
.iconbox-als-headline .icon {
  display: block;
  margin: -0.5em 0.6em 0.5em 0.5%;
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 100%;
}
.iconbox-als-headline .icon .propeller {
  opacity: .3;
}
/* ******************
 * Suchmatrix: Animation
 * ******************/
.list-suchmatrix [class^="iconbox"] span {
  width: 70%;
  padding-top: 0;
}
.list-suchmatrix li .propeller {
  animation-play-state: paused;
}
.list-suchmatrix li:hover .propeller,
.list-suchmatrix li.selected .propeller {
  animation-play-state: running;
}
.list-suchmatrix li.selected [class^="iconbox"] {
  opacity: 1;
}
/* ******************
 * EIGENE BREAKPOINTS
 * ******************/
@media only screen and (min-width: 767px) {
  .iconbox-farbfeld .icon {
    right: initial;
    left: calc(100% - 65px);
    bottom: -2px;
  }
  .iconbox-farbfeld span {
    width: 100%;
  }
  .iconbox-als-headline {
    margin-top: 1em;
  }
  .iconbox-als-headline .icon {
    margin: -1.1em 0.6em 0.5em 13.5%;
  }
}
/* ******************
* Animation: 360° Drehung im Uhrzeigersinn
* ******************/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* *************************************
 * Introbox, z.B. Kompetenzfelder
 * ************************************/
.introbox {
  margin-top: 6vh;
  padding: 9vh 0 .35rem 0;
  width: 100%;
  min-height: 14.5vh;
  overflow: hidden;
  background: url('../../img/custom/bgr/bgr2.svg') no-repeat 0 5vh;
  background-size: cover;
  text-align: center;
  /*    a:hover, a:focus { border:0;} */
}
.introbox .mit-padding {
  padding: 1rem 2.5vw 0 2.5vw;
}
.introbox .flex-container {
  text-align: left;
}
.introbox .flex-item {
  height: 21vh;
  margin-bottom: .4em;
  overflow: hidden;
  box-shadow: none;
  transform: translate3d(0px, 0px, 0px);
  transition: box-shadow 0.5s ease-out;
}
.introbox .flex-item img {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
}
.introbox .flex-item:last-child {
  margin-bottom: 1.5em;
}
.introbox .flex-item:hover {
  box-shadow: 0 0 14px 10px #ffefd2;
}
.introbox a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: EncodeSansNarrow, sans-serif;
  font-size: 1.1em;
  line-height: 1.25em;
  text-transform: uppercase;
  font-weight: bolder;
  color: #fff;
  border: 0;
}
.introbox > img {
  position: relative;
  height: 40vh;
  width: auto;
}
.introbox span {
  position: absolute;
  display: block;
  box-sizing: border-box;
  padding: .15em .3em;
  width: 50%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #ffa900;
  font-size: 1.2rem;
  line-height: 1.25em;
}
.introbox .icon-ebusiness + span {
  left: 50%;
}
.introbox-felder {
  padding: .5em 0 .3em 0;
  background-size: 216%;
  background-position: center bottom;
}
/* ******************
 * EIGENE BREAKPOINTS
 * ******************/
@media only screen and (min-width: 767px) {
  .introbox {
    /*span {
	    width: 100%;
	    height: 3.5em;
	    left: 0 !important;
	    white-space: nowrap;
	}
	*/
  }
  .introbox a {
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.25em;
  }
  .introbox > img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .introbox-felder {
    padding: .65em 0 .5em 0;
  }
}
@media only screen and (min-width: 300px) and (max-width: 800px) {
  .desktop .introbox .flex-item img {
    top: initial;
    bottom: -50px;
    width: 50%;
    height: auto;
  }
  .desktop .introbox .flex-item:nth-child(odd) img {
    right: 0;
    bottom: -90px;
  }
}
@media only screen and (orientation: landscape) and (max-width: 900px) {
  .introbox {
    padding-top: 20vh;
    margin-top: 0;
  }
  .introbox .flex-item:nth-child(odd) img {
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .introbox .flex-container {
    height: 60vh;
    margin-top: 4vh;
    margin-bottom: -5vh;
  }
  .introbox .flex-item {
    flex: 4 4 25%;
    height: 100%;
    margin-top: -22vh;
    transition: margin-top 0.25s ease-in-out;
  }
  .introbox .flex-item img {
    top: initial;
    bottom: 0;
    height: auto;
    width: 100%;
  }
  .introbox .flex-item:not(:first-child) {
    margin-left: 20px;
  }
  .introbox .flex-item:hover {
    margin-top: -7vh;
  }
  .introbox a {
    font-size: 2em;
    line-height: 1.25em;
    text-transform: uppercase;
    font-weight: 400;
  }
  .introbox span {
    height: 4em;
    width: 100%;
    /*height: 3.5em;*/
    left: 0 !important;
    white-space: nowrap;
    padding: .15em .3em;
  }
}
@media only screen and (min-width: 900px) {
  .introbox .flex-item {
    margin-top: -11vh;
  }
  .introbox span {
    font-size: 1.5rem;
    line-height: 1.35em;
  }
}
/* Introbox-Tablet: Hochformat */
@media only screen and (min-width: 768px) and (max-width: 900px) and (orientation: portrait) {
  .desktop .introbox .flex-item {
    margin-top: -16vh;
  }
  .desktop .introbox .flex-item img {
    bottom: 0 !important;
    top: initial !important;
    height: auto;
    width: 125% !important;
  }
  .desktop .introbox .flex-item [class^="iconbox"] span {
    font-size: 1.3rem;
    height: 6.5rem;
  }
}
/* ******************
 * NAVIGATIONS-MENUES
 * UND ADRESSBOX
 * ******************/
.metanavigation {
  position: relative;
  margin-top: 9px;
  text-align: right;
}
.metanavigation li {
  padding: 0 0 0 15px;
}
.metanavigation a {
  display: inline-block;
  font-family: EncodeSansNarrow, sans-serif;
  font-size: .75rem;
  line-height: 1.5em;
  letter-spacing: .05em;
  color: #ffa900;
  font-weight: 800;
  text-transform: lowercase;
}
/*******************
 * Hauptmenue
 *******************/
.nav-container {
  position: absolute;
  margin-top: -12vw;
  margin-left: 68vw;
  z-index: 200;
  padding-bottom: 5px;
  transform: translate3d(0px, 0px, 0px);
}
/* Halbkreisfoermige Label */
.nav-buttonlabel {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 24vw;
  height: 12vw;
  font-family: EncodeSans, sans-serif;
  font-size: .75rem;
  line-height: 1.5em;
  font-weight: 800;
  cursor: pointer;
  margin: 0;
}
.nav-buttonlabel.top {
  background-color: #ffefd2;
  color: #ffa900;
  border-radius: 24vw 24vw 0 0;
}
.nav-buttonlabel.bottom {
  background-color: #ffa900;
  color: #ffefd2;
  border-radius: 0 0 24vw 24vw;
  box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.6);
}
.nav-buttonlabel::before {
  padding-left: 8px;
  position: absolute;
}
.nav-buttonlabel.top::before {
  content: 'men\0000FC';
  bottom: 2px;
}
.nav-buttonlabel.bottom::before {
  content: 'kontakt';
  top: 2px;
}
/* Hover: Wechsel zu X */
input:checked + .nav-container > .nav-buttonlabel::before {
  width: 100%;
  content: '\0000D7' !important;
  text-align: center;
  font-size: 3rem;
  margin-left: -4px;
  bottom: 6px;
}
.nav-container:hover .nav-buttonlabel.bottom,
input:checked + .nav-container > .nav-buttonlabel.bottom {
  box-shadow: 0px 4px 5px -3px #ffefd2;
}
/* DIV mit Hauptmenue und Adressbox */
.nav-contentbox {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  left: -68vw;
  height: 0;
  width: 95vw;
  width: 0;
  background-color: #ffa900;
  border-bottom: 0px solid #ffa900;
  z-index: 0;
  transition: height 0.8s ease-in-out, border 0.8s ease-in-out, width 0s 2s;
  box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.75);
}
.nav-contentbox * {
  padding: 0;
}
input:checked + .nav-container > .nav-contentbox {
  overflow-y: auto;
  height: 75vh;
  width: 95vw;
  border-bottom: 18px solid #ffa900;
  transition: height 0.8s ease-in-out, border 0.8s ease-in-out, width 0s 0s;
}
.nav-menuwrapper,
.adress-wrapper {
  padding: 2em calc(3.75vw);
  background-color: #ffefd2;
}
.linkbox {
  /*box-sizing: border-box;*/
  background: rgba(255, 169, 0, 0.65);
  color: #ffefd2;
}
.linkbox:hover,
.linkbox:focus,
.linkbox.active {
  background: #ffa900;
}
.linkbox::after {
  display: none;
  content: attr(data-title);
  width: 100%;
  border-top: 1px dashed #ffefd2;
  padding: 4px 4vw 6px 4vw;
  font-family: EncodeSansNarrow, sans-serif;
  font-weight: 800;
  font-size: .75rem;
  line-height: 1.5em;
  letter-spacing: .05em;
}
.hauptnavigation ul {
  list-style: none;
  padding: .3em 4vw 0 4vw;
}
.hauptnavigation li {
  font-family: EncodeSansNarrow, sans-serif;
  font-size: 1.7rem;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: lowercase;
  margin-bottom: 0.25em;
}
.hauptnavigation a:hover,
.hauptnavigation a:focus,
.hauptnavigation a.active {
  color: #000000;
}
/*******************
 * Ergaenzung zu .btn
 * Einfacher Kreisbutton
 *******************/
.btn-rund {
  width: 4.5em;
  height: 4.5em;
  box-sizing: content-box;
  padding: 2px;
  background-color: #ffefd2;
  box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.75);
  border: 3px dotted transparent;
  border-radius: 100%;
  color: #ffa900;
  font-family: EncodeSansNarrow, sans-serif;
  font-weight: 900;
  line-height: 1.9em;
  text-transform: uppercase;
  transition: border 0.6s, box-shadow 0.16s;
}
.btn-rund .glyphicon {
  width: 100%;
  height: 100%;
  padding-top: 5px;
  font-size: 1.75rem;
  line-height: 2.05;
  color: #ffa900;
}
.btn-rund:hover,
.btn-rund:focus,
.btn-rund:active {
  color: #fdba4e;
  border: 3px dotted rgba(255, 255, 255, 0.46) !important;
  box-shadow: 0 0 8px 4px #ffefd2;
}
.btn-rund:focus,
.btn:active,
input:checked + .btn {
  box-shadow: 0 0 8px 4px rgba(255, 226, 0, 0.8);
}
.btn:hover .glyphicon,
.btn:focus .glyphicon,
.btn:active .glyphicon {
  color: #fdba4e;
}
.btn-xl {
  width: 78px;
  height: 78px;
}
.btn-xl .glyphicon {
  padding-top: 11px;
  font-size: 2.05rem;
  line-height: 1.35em;
  color: #ffa900;
}
.back {
  position: fixed !important;
  width: 15%;
}
/* *************************************
 * Adressbox
 * ************************************/
.adress-wrapper {
  padding-top: 2.5em;
  background-color: #ffa900;
}
.adress-wrapper .adressbox {
  font-size: .88em;
  line-height: 1.5em;
  font-weight: 800;
}
/* ******************
 * EIGENE BREAKPOINTS
 * ******************/
@media only screen and (orientation: landscape) and (max-width: 900px) {
  .nav-container {
    margin-top: -45px;
    margin-left: 71vw;
  }
  .logotraeger {
    height: 17vh;
  }
  .nav-buttonlabel {
    width: 90px;
    height: 45px;
    font-size: .75rem;
    line-height: 1.5em;
    letter-spacing: .05em;
  }
  .nav-contentbox {
    left: -59vw;
  }
}
@media only screen and (min-width: 767px) {
  .metanavigation {
    /*margin-right:-15px;*/
  }
  .metanavigation a {
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: .05em;
  }
  .nav-container {
    margin-top: -49px;
    margin-left: 0;
    left: 4vw;
    z-index: 200;
  }
  .nav-buttonlabel {
    width: 98px;
    height: 49px;
    margin-left: 2vw;
    font-family: EncodeSans, sans-serif;
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 800;
    padding-left: 2px;
    cursor: pointer;
  }
  .nav-contentbox {
    left: -2vw;
  }
  input:checked + .nav-container > .nav-contentbox {
    width: 90vw;
  }
  .hauptnavigation ul {
    list-style: none;
    padding: 15px 15px 20px 20px;
  }
  .hauptnavigation li {
    font-size: 2rem;
  }
  .linkbox::after {
    display: block;
    padding-left: 20px;
  }
  .btn-rund .glyphicon {
    font-size: 1.75rem;
    line-height: 1.3em;
    line-height: 2.05em;
  }
  .btn-xl {
    width: 98px;
    height: 98px;
  }
  .btn-xl .glyphicon {
    font-size: 3rem;
    line-height: 1.5em;
    padding-top: 12px;
    color: #ffa900;
  }
  /*******************************
   SCROLLBARS
   ********************************/
  /* Webkit
    *******************************/
  .nav-contentbox::-webkit-scrollbar {
    width: 4px;
    background: transparent;
    box-shadow: none;
    transition: width .5 ease;
  }
  .nav-contentbox::-webkit-scrollbar-thumb {
    width: 3px;
    background: rgba(255, 0, 0, 0.13);
    -webkit-border-radius: 1ex;
  }
  .nav-contentbox::-webkit-scrollbar-track {
    width: 3px;
    background: transparent;
    -webkit-box-shadow: none;
  }
  .nav-contentbox::-webkit-scrollbar-corner {
    display: none;
  }
}
@media only screen and (min-width: 1010px) {
  .nav-container .flex-item {
    flex: 0 4 45%;
    margin-bottom: 18px;
  }
  .nav-container .flex-item:nth-child(even) {
    margin-left: 20px;
  }
  .hauptnavigation ul {
    height: 14.5rem;
  }
  .nav-menuwrapper,
  .adress-wrapper {
    padding: 2em 0 2em calc(3.75vw);
  }
  input:checked + .nav-container > .nav-contentbox {
    width: 100%;
  }
}
/* Formulare */
form .panel {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: visible;
}
.form-group {
  margin-bottom: 8px;
  /* Error-Anzeigen */
  /*Checkbox*/
}
.form-group > div {
  position: relative;
  height: 6rem;
  margin-bottom: 8px;
  padding: 0;
}
.form-group .form-input {
  height: inherit;
  min-height: 6rem;
}
.form-group label:not(.label-checkbox) {
  position: absolute;
  display: block;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 4px 18px;
  background-color: transparent;
  border-top: 1px dashed transparent;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: .05em;
  line-height: 1em;
  color: #ffa900;
  text-transform: lowercase;
}
.form-group sup {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 10px;
  color: transparent;
  background-color: #e6007e;
}
.form-group input:not([type="checkbox"]),
.form-group textarea {
  position: absolute;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 14px 18px 36px 18px;
  border: 0;
  border-right: 10px solid transparent;
  border-radius: 0;
  font-family: EncodeSansNarrow, sans-serif;
  font-size: 2rem;
  color: #ffefd2;
  box-shadow: none;
  background: rgba(255, 239, 210, 0.26);
  transition: background 0.35s ease-out;
}
.form-group textarea {
  position: static;
  height: calc(24rem + .75em);
  padding: 14px 18px;
  line-height: 1.5em;
  border: 0;
  transition: background 0.35s ease-out;
  padding-top: 7rem;
  margin-top: 0;
  margin-bottom: 2em;
}
.form-group textarea + label {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 2.55rem;
  top: 3.9em !important;
  border-bottom: 8px solid #ffa900;
  line-height: 1.85em;
}
.form-group input:selection + label {
  border-top-color: #ffa900;
}
.form-group input:disabled {
  height: 6rem;
  overflow: hidden;
}
.form-group input:disabled + label {
  margin-bottom: 8px;
}
.form-group input:focus ~ sup,
.form-group textarea:focus ~ sup {
  background-color: #ffe200 !important;
}
.form-group input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  background-color: #e6007e;
  width: 4em;
  height: 2.25em;
  border-radius: 4px;
  color: #ffa900;
}
.form-group input[type="checkbox"]::before {
  display: block;
  content: "OK";
  width: inherit;
  height: inherit;
  font-weight: 900;
  color: currentColor;
  line-height: 2em;
  text-align: center;
}
.form-group input[type="checkbox"]:checked {
  background-color: #88e800;
  box-shadow: 0 0 8px 4px rgba(255, 226, 0, 0.8);
  color: #ffefd2;
}
.form-group .form-input label:only-child {
  padding-left: 5em;
}
.form-group .form-input label:only-child,
.form-group input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  top: 0;
  border: 0;
  outline: 0;
  width: auto;
  height: auto;
  color: #000000;
  margin-right: 2em;
  line-height: 1.6em;
}
.form-group input[type="checkbox"] + label {
  left: 4em;
  padding-top: 5px;
}
.form-group input#ok ~ button[type="submit"] {
  opacity: .1;
  cursor: not-allowed;
}
.form-group input#ok:checked ~ button[type="submit"] {
  opacity: 1 ;
  cursor: auto;
}
.form-group:last-of-type .form-input {
  text-align: center;
}
.form-group-sm {
  height: 6rem;
}
.form-group-lg {
  height: auto;
}
.form-group:hover input:not([type="checkbox"]),
.form-group:hover textarea {
  background: rgba(255, 239, 210, 0.6);
}
/* Heller Hintergrund bei Fokus auf Eingabefeld */
input:focus,
textarea:focus {
  box-shadow: none !important;
  outline: 0;
  color: #ffa900 !important;
  background-color: #ffefd2 !important;
}
input:focus + label,
textarea:focus + label,
.form-group:hover > label {
  border-top-color: #ffa900 !important;
}
/* Submit-Button */
.form-group input[type="submit"].btn-primary {
  display: inline-block;
  width: 4.5em;
  height: 4.5em;
  margin-left: -4.5em;
  box-sizing: content-box;
  padding: 2px;
  background-color: #ffefd2;
  box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.75);
  border: 3px dotted transparent;
  border-radius: 100%;
  color: #ffa900;
  font-family: EncodeSansNarrow, sans-serif;
  font-weight: 900;
  line-height: 1.9em;
  font-size: 1.25rem;
  text-transform: uppercase;
  opacity: 0.5;
  transition: border 0.6s, box-shadow 0.16s, opacity 0.6s;
}
.form-group input[type="submit"].btn-primary .glyphicon {
  width: 100%;
  height: 100%;
  padding-top: 5px;
  font-size: 1.75rem;
  line-height: 2.05;
  color: #ffa900;
}
input[type="submit"].btn-primary:hover,
input[type="submit"].btn-primary:focus,
input[type="submit"].btn-primary:active {
  opacity: 1;
  color: #fdba4e;
  border: 3px dotted rgba(255, 255, 255, 0.46) !important;
  box-shadow: 0 0 8px 4px #ffefd2;
}
@media only screen and (min-width: 1010px) {
  form .panel {
    padding: 0 30px 0 0;
  }
}
/* ******************************
 * PROJEKTE
 * Uebersicht und Einzelseiten
*******************************/
.projekte .introbox {
  min-height: 6em;
  height: 6em;
}
.projekte .dotted-headline {
  margin-top: 2.25em;
}
.projekte .padding-suchmatrix {
  padding-top: 10em;
}
/*Detailseite: Typografie und Einzelbilder */
.projekte-detail {
  /* Detail-Icons */
}
.projekte-detail .projekt-detail {
  color: #ffefd2;
  font-weight: 800;
  overflow: hidden;
}
.projekte-detail .projekt-detail h1 {
  color: #000000;
  margin-bottom: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.projekte-detail .projekt-detail h1:first-of-type {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.projekte-detail .projekt-detail h1:last-of-type {
  margin-bottom: 1em;
}
.projekte-detail .projekt-detail figure,
.projekte-detail .projekt-detail p {
  margin-bottom: 6em;
}
.projekte-detail .projekt-detail .counter-ziffern::before {
  display: inline-block;
  position: relative;
  height: 1em;
  width: 100%;
  line-height: inherit;
}
.projekte-detail .projekt-detail figure img {
  width: 100%;
  margin-bottom: .3em;
}
.projekte-detail .projekt-detail figcaption {
  padding: 0;
  font-size: .75rem;
  line-height: 1.5em;
  letter-spacing: .05em;
}
.projekte-detail .detail-icons {
  display: none;
}
.projekte-detail .detail-icons .glyphicon {
  font-size: 1.35rem;
  line-height: 1.5em;
}
.projekte-detail .detail-icons dd {
  display: inline-block;
  margin-right: 8px;
  opacity: .5;
}
.projekte-detail .detail-icons dd:hover {
  opacity: 1;
}
.projekte-detail .detail-icons dt {
  position: absolute;
  display: none;
}
.projekte-detail .detail-icons dd:hover + dt {
  display: block;
}
/* Suchmatrix */
.panel {
  border: 0;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.panel-yellow {
  color: #ffefd2;
}
.panel-yellow > [class*="panel-"],
.page-box,
.news-wrapper .news-item {
  background: linear-gradient(to right, #fdba4e 0%, #ffa900 64%);
  margin-bottom: 5px;
  border-radius: inherit;
}
.list-suchmatrix {
  /* Kompetenzfelder: Icons Links */
  margin-left: -15px;
  /* Suchmatrix: Tagcloud */
}
.list-suchmatrix input {
  display: none;
}
.list-suchmatrix .iconbox-default::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 44px;
  height: 44px;
  border: 5px solid rgba(255, 255, 255, 0.13);
  border-radius: 100%;
}
.list-suchmatrix .iconbox-default span {
  position: relative;
  float: left;
  height: 65px;
  margin-left: .15rem;
  padding-top: 0.5rem;
  background-color: transparent;
  font-family: EncodeSans, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2em;
}
.list-suchmatrix input:checked + .iconbox-default {
  opacity: 1;
}
.list-suchmatrix input:not(:checked) + .iconbox-default {
  opacity: .65 !important;
}
.list-suchmatrix input + .iconbox-default .icon,
.list-suchmatrix input:not(:checked) + .iconbox-default:focus .icon {
  fill: #ffa900;
}
.list-suchmatrix input:checked + .iconbox-default .icon-corporate {
  fill: #e6007e;
}
.list-suchmatrix input:checked + .iconbox-default .icon-ebusiness {
  fill: #60d639;
}
.list-suchmatrix input:checked + .iconbox-default .icon-messe {
  fill: #009fe3;
}
.list-suchmatrix input:not(:checked) + .iconbox-default .icon .propeller {
  animation-play-state: paused;
}
.list-suchmatrix .btn {
  background-color: transparent;
}
.list-suchmatrix .btn:focus {
  color: #000000;
}
/* Bilder als Flex-Items */
.flex-item-projekt {
  position: relative;
  flex: 0 2 31.5%;
  margin-bottom: 0;
  margin-right: 4px;
  overflow: hidden;
}
.flex-item-projekt img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 0 !important;
  z-index: 0;
}
.flex-item-projekt a {
  font-size: 1rem;
  line-height: 1.5em;
  color: #ffefd2;
  text-decoration: none;
}
.flex-item-projekt span {
  display: block;
  box-sizing: border-box;
  margin-top: .5em;
  width: 100%;
  font-weight: 800;
  opacity: 0;
}
/* Bilder auf Detailseite zum Projekt */
.projekt-thumbnails {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  overflow: visible;
}
.projekt-thumbnails li {
  display: flex;
  align-self: center;
  padding: 0 23px 19px 0;
  margin: 0 0px 6px 0;
  flex: 0 8 calc(50% - 5px);
  transition: all 0.45s ease-out;
  overflow: visible;
}
.projekt-thumbnails li img {
  width: 100%;
  height: auto;
  max-height: 230px;
  box-shadow: none;
  transform-origin: 50% 50%;
  transform: scale(1);
  transition: all 0.45s ease-out;
}
.projekt-thumbnails li:hover img {
  border-width: 0;
  box-shadow: 0px 4px 5px -3px #ffefd2;
  transform: scale(1.1);
  transition: all 0.1s ease-out;
}
.projekt-thumbnails div {
  padding-left: 0;
}
/* Counter */
.suchmatrix-thumbnails .counter-ziffern::before {
  font-size: 2.05rem;
  line-height: 1.35em;
  color: #ffa900;
  top: -10px;
  left: 6px;
  z-index: 1;
}
/* Page-Box */
.page-box {
  padding: 1em 30px;
  margin: 3em 0 6em 0;
}
.page-box h2 {
  margin-bottom: 1.5em;
}
/* ******************
 * Fancybox
 * ******************/
header.fancybox-margin {
  padding-right: 15px;
}
/*gleicht fancybox-margin aus*/
.fancybox-overlay {
  overflow: auto;
}
/* ******************
 * EIGENE BREAKPOINTS
 * ******************/
@media only screen and (min-width: 767px) {
  .projekte-detail .projekt-detail {
    /*Detailbilder gross*/
    /* Detail-Icons */
  }
  .projekte-detail .projekt-detail figure img {
    width: 100%;
    max-width: 85vw;
  }
  .projekte-detail .projekt-detail figcaption {
    padding: 0 45px 0 0;
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: .05em;
  }
  .projekte-detail .projekt-detail .detail-icons {
    display: inline-block;
  }
  /* Counter */
  .suchmatrix-thumbnails .counter-ziffern::before {
    font-size: 4rem;
    line-height: 1.5em;
  }
  .suchmatrix-thumbnails .flex-container {
    padding-left: 30px;
  }
  .suchmatrix-thumbnails .flex-container .flex-item-projekt {
    flex: 0 2 calc(25% - 10px);
    margin-bottom: 0;
    margin-right: -10px;
    padding-bottom: 4.5em;
    overflow: visible;
  }
  .suchmatrix-thumbnails .flex-container .flex-item-projekt img {
    filter: saturate(80%) invert(70%) contrast(200%) opacity(37%);
    transition: filter .4s linear;
  }
  .suchmatrix-thumbnails .flex-container .flex-item-projekt img:hover {
    filter: saturate(180%) invert(0%) contrast(100%) opacity(100%);
    transition: filter .5s linear;
  }
  .suchmatrix-thumbnails .flex-container .flex-item-projekt span {
    opacity: 0;
    display: block;
    position: absolute;
    width: 120%;
  }
  .suchmatrix-thumbnails .flex-container .flex-item-projekt:hover span {
    opacity: 1;
  }
  /* Thumbnails Projektdetails */
  .projekt-thumbnails li {
    flex: 0 8 calc(32% - 25px);
  }
}
@media only screen and (min-width: 1034px) {
  .list-suchmatrix .iconbox-default {
    margin-bottom: 1em;
  }
  .list-suchmatrix .iconbox-default span {
    font-size: 1.25rem;
    line-height: 1.5em;
  }
  .suchmatrix-thumbnails .flex-container {
    padding-left: 30px;
  }
  .suchmatrix-thumbnails .flex-container .flex-item-projekt {
    flex: 0 2 calc(25% - 10px);
  }
  .suchmatrix-thumbnails .flex-container .flex-item-projekt:hover span {
    opacity: 1;
  }
  .projekt-thumbnails li {
    flex: 0 8 calc(20% - 25px);
  }
}
/* ******************
 * NEWSBEREICH
 * ******************/
.freecontent ul {
  list-style: none;
}
.freecontent .flex-container {
  align-items: stretch;
}
.freecontent .news-header {
  padding: 10px 10px 1em 10px;
}
.freecontent .news-header .dotted {
  margin: 0;
  font-size: 2rem;
  clear: left;
}
.freecontent .news-header h3 {
  margin-top: 1em;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.3em;
}
.freecontent .newsbox-liste {
  background-color: #ffa900;
}
.freecontent .news-button {
  position: relative;
  display: inline-block;
  flex: 10 10 100%;
  min-height: 15em;
  margin: 0;
  border-top: 8px solid #ffa900;
  transform: translate3d(0, 0, 0);
  background-color: transparent;
  transition: background-color 0.5s ease;
}
.freecontent .news-button h6 {
  position: absolute;
  width: 80%;
  font-size: 2.25em;
  font-weight: 100;
  color: #ffefd2;
  line-height: 1.3em;
  box-sizing: border-box;
  padding: 7px 10px;
}
.freecontent .news-button a {
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: currentColor;
  margin: 0;
  top: 0;
}
.freecontent .news-button a:hover,
.freecontent .news-button a:focus {
  color: #ffefd2;
  background-color: transparent;
  text-decoration: none;
}
.freecontent .news-button img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: 200%;
  filter: saturate(380%);
  border-width: 0px;
  border: 0 solid transparent;
  opacity: .3;
  transition: all 0.4s ease-out;
}
.freecontent .news-button:hover {
  background-color: rgba(220, 210, 10, 0.6);
  transition: background-color 0.5s ease;
}
.freecontent .news-button:hover img,
.freecontent .news-button:focus img {
  border-width: 28px;
  opacity: .6;
  box-shadow: none !important;
  transition: all 0.5s ease-out;
}
/* ******************
 * Stoerer-Bereich
 * ******************/
.awards-link {
  display: inline-block;
  border: none;
}
/* ******************
 * EIGENE BREAKPOINTS
 * ******************/
@media only screen and (min-width: 767px) {
  .freecontent .flex-item {
    flex: 10 10 auto;
    height: 100%;
    margin: 0;
    border: 0;
    border-left: 8px solid #ffa900;
  }
  .freecontent .flex-item:last-child {
    border-right: 8px solid #ffa900;
  }
  .freecontent .news-header {
    padding: 27px 17px 1em 14px;
  }
  .freecontent .news-header .dotted {
    float: left;
    font-size: 2.5em;
  }
  .freecontent .news-header h3 {
    margin-top: 3em;
  }
  .freecontent .news-button h6 {
    font-size: 2.5em;
    line-height: 1.25em;
    padding: 5px 0 7px 25px;
  }
}
/* ******************
 * Meldungen
 * ******************/
.newsbox .newsbox-article {
  padding-top: 8em;
}
.newsbox .newsbox-article h1 {
  margin-bottom: 4rem;
}
.news-wrapper {
  overflow: visible;
}
.news-wrapper .news-item {
  margin-bottom: 1em;
  border-radius: inherit;
  padding: 1em 15px .5em 15px;
}
.news-wrapper .news-item:hover {
  box-shadow: 0px 0px 8px -1px #ffefd2;
  background: linear-gradient(to right, #fdba4e 50%, #ffa900 100%);
}
.news-wrapper .news-item .news-image-preview {
  display: inline-block;
  float: left;
  margin: 0 22px 0 0;
  height: 5rem;
  width: auto;
}
.news-wrapper .news-item .news-headline-preview {
  margin: 0;
}
.news-wrapper .news-item a,
.news-wrapper .news-item a:hover {
  background-color: transparent;
  text-decoration: none;
}
/*# sourceMappingURL=styles_initial.css.map */