@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/files/layout/fonts/pt-sans-v10-latin-regular.eot');
  src: local('PT Sans'), local('PTSans-Regular'), url('/files/layout/fonts/pt-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'), url('/files/layout/fonts/pt-sans-v10-latin-regular.woff2') format('woff2'), url('/files/layout/fonts/pt-sans-v10-latin-regular.woff') format('woff'), url('/files/layout/fonts/pt-sans-v10-latin-regular.ttf') format('truetype'), url('/files/layout/fonts/pt-sans-v10-latin-regular.svg#PTSans') format('svg');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/files/layout/fonts/pt-sans-v10-latin-700.eot');
  src: local('PT Sans Bold'), local('PTSans-Bold'), url('/files/layout/fonts/pt-sans-v10-latin-700.eot?#iefix') format('embedded-opentype'), url('/files/layout/fonts/pt-sans-v10-latin-700.woff2') format('woff2'), url('/files/layout/fonts/pt-sans-v10-latin-700.woff') format('woff'), url('/files/layout/fonts/pt-sans-v10-latin-700.ttf') format('truetype'), url('/files/layout/fonts/pt-sans-v10-latin-700.svg#PTSans') format('svg');
}
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
:focus {
  outline: none;
}
h1,
h2,
h3,
input,
textarea,
keygen,
select,
button {
  font-family: 'PT Sans', 'Arial';
  font-weight: 400;
}
:focus {
  outline: 0;
}
/* Contao Open Source CMS, (c) 2005-2017 Leo Feyer, LGPL-3.0+ */
body,
form,
figure {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
}
body {
  font-size: 100.01%;
}
select,
input,
textarea {
  font-size: 99%;
}
#container,
.inside {
  position: relative;
}
#main,
#left,
#right {
  float: left;
  position: relative;
}
#main {
  width: 100%;
}
#left {
  margin-left: -100%;
}
#right {
  margin-right: -100%;
}
#footer {
  clear: both;
}
#main .inside {
  min-height: 1px;
}
.content-gallery > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.content-gallery > ul li {
  float: left;
}
.content-gallery > ul li.col_first {
  clear: left;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.block {
  overflow: hidden;
}
.clear,
#clear {
  height: .1px;
  font-size: .1px;
  line-height: .1px;
  clear: both;
}
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.custom {
  display: block;
}
#container:after,
.custom:after {
  content: "";
  display: table;
  clear: both;
}
.color_black {
  color: #111111;
}
.no_mark {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.rte-right {
  text-align: right;
}
.rte-center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
a {
  color: #111111;
}
a.btn {
  position: relative;
  display: inline-block;
  background-color: #04305d;
  color: #FFF;
  text-align: left;
  min-width: 140px;
  max-width: 100%;
  text-decoration: none;
  padding: 10px 80px 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  pointer-events: pointer;
}
a.btn:hover:before {
  opacity: 1;
}
a.btn:hover:after {
  opacity: 1;
}
a.btn:before {
  transition: opacity 0.3s/2 ease-in;
  -webkit-transition: opacity 0.3s/2 ease-in;
  position: absolute;
  bottom: 100%;
  right: 0;
  pointer-events: none;
  z-index: 0;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 8px 140px;
  border-color: transparent transparent #66839e transparent;
  opacity: .7;
}
a.btn:after {
  transition: opacity 0.3s/2 ease-in;
  -webkit-transition: opacity 0.3s/2 ease-in;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
  z-index: 0;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 140px 0 0;
  border-color: #66839e transparent transparent transparent;
  opacity: .7;
}
.font_light {
  font-family: 'PT Sans', 'Arial';
  font-weight: 300;
}
.font {
  font-family: 'PT Sans', 'Arial';
  font-weight: 400;
}
.font_bold,
.bold,
strong,
b,
.font_medium {
  font-family: 'PT Sans', 'Arial';
  font-weight: 700;
}
u,
.underline {
  text-decoration: underline;
  text-decoration-skip: ink;
}
.glightbox-container {
  background: rgba(255, 255, 255, 0.98);
}
.glightbox-container .goverlay {
  background: rgba(255, 255, 255, 0.96);
}
.glightbox-container .gslide-image img {
  background: #fff;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.12);
}
.glightbox-container .gnext,
.glightbox-container .gprev {
  background-color: rgba(0, 0, 0, 0.08);
}
.glightbox-container .gnext:hover,
.glightbox-container .gprev:hover {
  background-color: rgba(0, 0, 0, 0.18);
}
.glightbox-container .gnext svg path,
.glightbox-container .gprev svg path {
  fill: #333;
}
.glightbox-container .gclose {
  background-color: rgba(0, 0, 0, 0.08);
}
.glightbox-container .gclose:hover {
  background-color: rgba(0, 0, 0, 0.18);
}
.glightbox-container .gclose svg path {
  fill: #333;
}
.glightbox-container .gslide-description {
  background: #fff;
}
.glightbox-container .gslide-title {
  color: #222;
}
.glightbox-container .gslide-desc {
  color: #555;
}
.glightbox-container .glightbox-counter {
  color: #333;
}
.glightbox-container .gloader {
  border-color: #ccc;
  border-top-color: #333;
}
.row {
  zoom: 1;
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row > .col,
.row > .col24,
.row > .col25,
.row > .col30,
.row > .col33,
.row > .col34,
.row > .col40,
.row > .col50,
.row > .col66,
.row > .col67,
.row > .col76 {
  width: 100%;
  float: left;
  display: block;
  min-height: 1px;
  position: relative;
  padding: 5px 10px;
}
.row > .col24 {
  width: 24%;
}
.row > .col25 {
  width: 25%;
}
.row > .col30 {
  width: 30%;
}
.row > .col33 {
  width: 33%;
}
.row > .col34 {
  width: 34%;
}
.row > .col40 {
  width: 40%;
}
.row > .col50 {
  width: 50%;
}
.row > .col66 {
  width: 66%;
}
.row > .col67 {
  width: 67%;
}
.row > .col76 {
  width: 76%;
}
.font_big {
  font-size: 26px;
  line-height: 115%;
}
.content-gallery ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
}
.content-gallery ul:after,
.content-gallery ul:before {
  content: none;
  display: none;
}
.content-gallery ul li {
  padding: 0;
}
.content-gallery ul li a {
  display: block;
}
.content-gallery ul li:before {
  content: none;
}
.content-gallery ul li img {
  width: 100%;
}
.mod_newslist {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
}
.mod_newslist:after,
.mod_newslist:before {
  content: none;
  display: none;
}
.mod_newslist .layout_latest {
  padding-bottom: 80px;
  position: relative;
}
.mod_newslist .layout_latest p.button {
  position: absolute;
  left: 0;
  bottom: 0;
}
.mod_newslist .layout_latest figure {
  margin-bottom: 20px;
}
.mod_newslist .layout_latest figure img {
  width: 100%;
}
.mod_newslist .layout_latest figure a {
  display: block;
}
.mod_newslist .layout_latest figure figcaption {
  display: none;
}
.mod_newslist .layout_latest h2 {
  font-size: 18px;
  line-height: 115%;
  font-family: 'PT Sans', 'Arial';
  font-weight: 700;
}
.mod_newslist .layout_latest h2 a {
  color: #04305d;
  text-decoration: none;
}
.mod_newsreader {
  padding-bottom: 40px;
}
.mod_newsreader .layout_full {
  margin-bottom: 20px;
}
.mod_newsreader .layout_full > * {
  margin-bottom: 20px;
}
.mod_newsreader .layout_full > *:last-child {
  margin-bottom: 0;
}
.mod_newsreader .layout_full h2 {
  font-size: 28px;
  line-height: 115%;
  font-family: 'PT Sans', 'Arial';
  font-weight: 700;
  margin-bottom: 0;
}
#cboxOverlay {
  background: #FFF;
}
#colorbox {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#colorbox #cboxWrapper #cboxContent {
  margin: 0;
  background: #FFF;
  padding: 20px 20px 40px 20px;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
  border: 0;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadingGraphic {
  background-image: url('/files/grafik/ajax-loader.gif');
}
#colorbox #cboxWrapper #cboxContent #cboxTitle {
  margin: 0;
  top: auto;
  bottom: 0;
  left: 0;
  background: #FFF;
  right: 0;
  width: 100%;
  pointer-events: none;
  font-size: 16px;
  line-height: 105%;
  padding: 10px 30px 10px 20px;
  color: #111111;
  text-align: left;
}
#colorbox #cboxWrapper #cboxContent #cboxClose {
  position: absolute;
  top: auto;
  bottom: 6px;
  right: 0;
  display: block;
  background: #FFF;
  width: auto;
  height: auto;
  padding: 5px 20px 5px 13.33333333px;
  text-indent: 0;
  color: #111111;
  cursor: pointer;
  font-size: 16px;
  font-family: Myriad,Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  z-index: 50;
}
@media (max-width: 840px) {
  #colorbox #cboxWrapper #cboxContent #cboxTitle {
    font-size: 13px;
    line-height: 110%;
  }
}
#cookie-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: 999;
  display: block;
  font-size: 18px;
  line-height: 140%;
  -webkit-box-shadow: 0px -(20px/4) 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -(20px/4) 10px rgba(0, 0, 0, 0.2);
}
#cookie-bar > .cookie-bar__inner {
  width: 100%;
  max-width: 1260px;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
  position: relative;
  display: block;
  zoom: 1;
}
#cookie-bar > .cookie-bar__inner:before,
#cookie-bar > .cookie-bar__inner:after {
  content: "";
  display: table;
}
#cookie-bar > .cookie-bar__inner:after {
  clear: both;
}
#cookie-bar > .cookie-bar__inner:before,
#cookie-bar > .cookie-bar__inner:after {
  content: "";
  display: table;
}
#cookie-bar > .cookie-bar__inner:after {
  clear: both;
}
#cookie-bar > .cookie-bar__inner > .cookie-bar__message {
  float: left;
  width: 74%;
}
#cookie-bar > .cookie-bar__inner a {
  color: #04305d;
  transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
}
#cookie-bar > .cookie-bar__inner a:hover {
  color: #111111;
}
#cookie-bar > .cookie-bar__inner span.cookie-bar__buttons {
  float: right;
  width: 25%;
  display: inline-block;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#cookie-bar > .cookie-bar__inner span.cookie-bar__buttons.rte-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#cookie-bar > .cookie-bar__inner span.cookie-bar__buttons.rte-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#cookie-bar > .cookie-bar__inner button.cookie-bar__btn,
#cookie-bar > .cookie-bar__inner .cookie-bar__link {
  display: inline-block;
  text-align: center;
}
#cookie-bar > .cookie-bar__inner button.cookie-bar__btn {
  border: none;
  margin-right: 20px;
  background: none;
  width: 60px;
  height: 60px;
  background-image: url('/files/grafik/btn_check2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -100px;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
}
#cookie-bar > .cookie-bar__inner button.cookie-bar__btn:hover {
  border-color: #111111;
  background-image: url('/files/grafik/btn_check.png');
}
@media (max-width: 800px) {
  #cookie-bar > .cookie-bar__inner > .cookie-bar__message,
  #cookie-bar > .cookie-bar__inner span.cookie-bar__buttons {
    float: none;
    width: 100%;
  }
  #cookie-bar > .cookie-bar__inner span.cookie-bar__buttons {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  #cookie-bar > .cookie-bar__inner {
    padding: 10px;
  }
}
::selection {
  background: #04305d;
  color: #FFFFFF;
}
::-moz-selection {
  background: #04305d;
  color: #FFFFFF;
}
label {
  display: block;
  padding: 4px;
  color: #111111;
}
select,
input,
textarea {
  border: 1px solid #04305d;
  display: block;
  background: #FFF;
  padding: 4px;
  color: #111111;
  width: 100%;
}
ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #04305d;
  position: absolute;
  left: 0;
  top: .3em;
}
#header #nav_wrap .mod_customnav > ul > li,
#sprache li,
#footer li,
#cbar_cookiebar_ecce li,
.mod_breadcrumb li,
.projekt_list li,
.mm_slider li {
  padding: 0;
  margin: 0;
}
#header #nav_wrap .mod_customnav > ul > li:before,
#sprache li:before,
#footer li:before,
#cbar_cookiebar_ecce li:before,
.mod_breadcrumb li:before,
.projekt_list li:before,
.mm_slider li:before {
  content: none;
}
html {
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 18px;
}
body {
  overflow-x: hidden;
  font-size: 18px;
  line-height: 120%;
  font-family: 'PT Sans', 'Arial';
  font-weight: 400;
  color: #111111;
  background: #f0f0f0;
}
body.page_projekte_projekt #header .mod_article figure {
  height: 150px;
}
body.page_projekte_projekt #main .mod_article > .article_inside .mod_breadcrumb {
  margin-bottom: 0;
}
h1,
h2,
.content-mm-products-slider .intro p.topline,
.content-mm-products-slider .intro p.title {
  font-family: 'PT Sans', 'Arial';
  font-weight: 400;
  font-size: clamp(1.222rem, 0.73rem + 2.766vw, 2.667rem);;
  line-height: 115%;
  color: #04305d;
}
h3,
.content-mm-products-slider .intro p.link {
  font-family: 'PT Sans', 'Arial';
  font-weight: 400;
  font-size: clamp(1.222rem, 1.071rem + 0.851vw, 1.667rem);;
  line-height: 115%;
  color: #04305d;
  word-break: break-word;
}
.h3_small h3 {
  font-size: 22px;
  line-height: 120%;
  font-family: 'PT Sans', 'Arial';
  font-weight: 700;
}
h4 {
  font-family: 'PT Sans', 'Arial';
  font-weight: 400;
  font-size: clamp(1.222rem, 1.071rem + 0.851vw, 1.667rem);;
  line-height: 115%;
  color: #04305d;
}
h5 {
  font-family: 'PT Sans', 'Arial';
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  color: #04305d;
}
#wrapper {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  background: #FFF;
}
#header {
  position: relative;
  z-index: 50;
}
#header > .inside > .head {
  zoom: 1;
  width: 100%;
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  display: block;
  background: #FFF;
}
#header > .inside > .head:before,
#header > .inside > .head:after {
  content: "";
  display: table;
}
#header > .inside > .head:after {
  clear: both;
}
#header > .inside > .head:before {
  display: block;
  content: '';
  background: #FFF;
  position: absolute;
  left: -180px;
  width: 1640px;
  bottom: -54px;
  height: 100px;
  z-index: 5;
  -webkit-transform: rotate(-3.2deg);
  -moz-transform: rotate(-3.2deg);
  -ms-transform: rotate(-3.2deg);
  -o-transform: rotate(-3.2deg);
  transform: rotate(-3.2deg);
  pointer-events: none;
}
#header > .inside > .head:after {
  pointer-events: none;
  display: block;
  content: '';
  position: absolute;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url('/files/grafik/logo_bg.png');
  left: -190px;
  bottom: -87px;
  width: 1075px;
  height: 240px;
  z-index: 8;
  opacity: .1;
}
#header > .inside > .head > .inside {
  zoom: 1;
  z-index: 10;
  position: relative;
}
#header > .inside > .head > .inside:before,
#header > .inside > .head > .inside:after {
  content: "";
  display: table;
}
#header > .inside > .head > .inside:after {
  clear: both;
}
#header a {
  text-decoration: none;
}
#header #logo {
  float: left;
  width: 20%;
}
#header #nav_wrap {
  float: right;
  width: 80%;
  padding: 40px 0 20px 20px;
  text-align: right;
}
#header #nav_wrap .sidebar {
  display: none;
}
#header #nav_wrap > .wrapper > .inside {
  display: inline-block;
  zoom: 1;
}
#header #nav_wrap > .wrapper > .inside:before,
#header #nav_wrap > .wrapper > .inside:after {
  content: "";
  display: table;
}
#header #nav_wrap > .wrapper > .inside:after {
  clear: both;
}
#header #nav_wrap .mod_customnav {
  float: left;
  display: inline-block;
}
#header #nav_wrap .mod_customnav > ul > li {
  display: inline-block;
  margin-left: 40px;
}
#header #nav_wrap .mod_customnav > ul > li span,
#header #nav_wrap .mod_customnav > ul > li a {
  color: #04305d;
}
#header #sprache {
  float: left;
  display: inline-block;
  margin-left: 20px;
  text-transform: uppercase;
}
#header #sprache > li {
  margin-left: 10px;
  display: inline-block;
  color: #959595;
  font-family: 'PT Sans', 'Arial';
  font-weight: 400;
  position: relative;
}
#header #sprache > li:first-child:after {
  content: '';
  display: inline-block;
  width: 1px;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 6.66666667px;
  height: 100%;
  background: #959595;
}
#header #sprache > li.active {
  color: #04305d;
  font-family: 'PT Sans', 'Arial';
  font-weight: 700;
}
#header #sprache > li a {
  color: #959595;
  font-family: 'PT Sans', 'Arial';
  font-weight: 400;
}
#header .mod_article {
  position: relative;
  background: #04305d;
}
#header .mod_article:after {
  content: '';
  background: #FFF;
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: -50px;
  height: 100px;
  z-index: 50;
  -webkit-transform: rotate(-3.2deg);
  -moz-transform: rotate(-3.2deg);
  -ms-transform: rotate(-3.2deg);
  -o-transform: rotate(-3.2deg);
  transform: rotate(-3.2deg);
}
#header .mod_article figure {
  height: 300px;
}
#header .mod_article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod_breadcrumb {
  margin-bottom: 20px;
}
.mod_breadcrumb ul {
  zoom: 1;
}
.mod_breadcrumb ul:before,
.mod_breadcrumb ul:after {
  content: "";
  display: table;
}
.mod_breadcrumb ul:after {
  clear: both;
}
.mod_breadcrumb ul li {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  color: #04305d;
}
.mod_breadcrumb ul li:after {
  display: inline-block;
  content: '>';
  margin-left: 5px;
}
.mod_breadcrumb ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  font-family: 'PT Sans', 'Arial';
  font-weight: 700;
}
.mod_breadcrumb ul li:last-child:after {
  content: none;
  display: none;
}
.mod_breadcrumb ul li a {
  color: #04305d;
  text-decoration: none;
}
#main .mod_article .padding_top_2x {
  padding-top: 40px;
}
#main .mod_article.padding_top_0 > .article_inside {
  padding-top: 0;
}
#main .mod_article.padding_bottom_0 > .article_inside {
  padding-bottom: 0;
}
#main .mod_article.padding_bottom_4x > .article_inside {
  padding-bottom: 80px;
}
#main .mod_article.col_2 > .article_inside,
#main .col_2.content-element-group {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
}
#main .mod_article.col_2 > .article_inside:after,
#main .col_2.content-element-group:after,
#main .mod_article.col_2 > .article_inside:before,
#main .col_2.content-element-group:before {
  content: none;
  display: none;
}
#main .mod_article.col_2 > .article_inside > *,
#main .col_2.content-element-group > * {
  margin-bottom: 0;
}
#main .mod_article.row_full.padding_bottom_0 + .mod_article.bg_c6.padding_bottom_4x {
  padding-top: 40px;
}
#main .mod_article.col_4 > .article_inside,
.content-mm-products-kategorie .kategorie-list {
  padding-bottom: 40px;
  padding-top: 20px;
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
}
#main .mod_article.col_4 > .article_inside:after,
.content-mm-products-kategorie .kategorie-list:after,
#main .mod_article.col_4 > .article_inside:before,
.content-mm-products-kategorie .kategorie-list:before {
  content: none;
  display: none;
}
#main .mod_article.col_4 > .article_inside > *,
.content-mm-products-kategorie .kategorie-list > * {
  margin-bottom: 0;
}
#main .mod_article.col_5 > .article_inside,
#main .col_5.content-element-group {
  padding-bottom: 40px;
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
}
#main .mod_article.col_5 > .article_inside:after,
#main .col_5.content-element-group:after,
#main .mod_article.col_5 > .article_inside:before,
#main .col_5.content-element-group:before {
  content: none;
  display: none;
}
#main .mod_article.col_5 > .article_inside > *,
#main .col_5.content-element-group > * {
  margin-bottom: 0;
}
.content-text > *,
.content-text > .rte > *,
#footer ul > *,
#main .mod_mmprodukt_detail .content > div > *,
#main .mod_mmprodukt_detail .content .rte > *,
#main .mod_article > .article_inside > * {
  margin-bottom: 20px;
}
.content-text > *:last-child,
.content-text > .rte > *:last-child,
#footer ul > *:last-child,
#main .mod_mmprodukt_detail .content > div > *:last-child,
#main .mod_mmprodukt_detail .content .rte > *:last-child,
#main .mod_article > .article_inside > *:last-child {
  margin-bottom: 0;
}
.ce_accordionStart > .accordion > div > * {
  margin-bottom: 40px;
}
.ce_accordionStart > .accordion > div > *:last-child {
  margin-bottom: 0;
}
.col_4 .content-text:hover figure a + figcaption {
  opacity: 1;
}
.content-text figure > figcaption,
#main .mod_mm_produkt.projekt_list .projekte > ul > li .hover {
  display: block;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  bottom: 0;
  pointer-events: none;
  right: 0;
  padding: 20px;
  color: #FFF;
}
.content-text figure > figcaption:before,
#main .mod_mm_produkt.projekt_list .projekte > ul > li .hover:before {
  background: #04305d;
  opacity: .7;
  display: block;
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -10%;
  content: '';
  top: -10px;
  z-index: 1;
  -webkit-transform: rotate(-3.2deg);
  -moz-transform: rotate(-3.2deg);
  -ms-transform: rotate(-3.2deg);
  -o-transform: rotate(-3.2deg);
  transform: rotate(-3.2deg);
}
.content-text figure > figcaption strong,
#main .mod_mm_produkt.projekt_list .projekte > ul > li .hover strong,
.content-text figure > figcaption span,
#main .mod_mm_produkt.projekt_list .projekte > ul > li .hover span,
.content-text figure > figcaption p,
#main .mod_mm_produkt.projekt_list .projekte > ul > li .hover p {
  display: block;
  color: #FFF;
  z-index: 5;
  position: relative;
}
.content-text figure {
  position: relative;
  overflow: hidden;
}
.content-text figure > a {
  display: block;
}
.content-text figure > a + figcaption {
  opacity: 0;
}
.content-text figure > a:hover + figcaption {
  opacity: 1;
}
.content-text.projekt_kategorie {
  position: relative;
}
.content-text.projekt_kategorie:hover figure figcaption {
  opacity: 1;
}
.content-text.projekt_kategorie:hover p.button a.btn:before,
.content-text.projekt_kategorie:hover p.button a.btn:after {
  opacity: 1;
}
.content-text.projekt_kategorie > .headline {
  min-height: 70px;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}
.content-text.projekt_kategorie > .headline:after,
.content-text.projekt_kategorie > .headline:before {
  content: none;
  display: none;
}
.content-text.projekt_kategorie > .headline > * {
  align-self: end;
}
.content-text.projekt_kategorie > .headline.withicon {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 70px 1fr;
  grid-template-columns: 70px 1fr;
  grid-auto-rows: 1fr;
}
.content-text.projekt_kategorie > .headline.withicon:after,
.content-text.projekt_kategorie > .headline.withicon:before {
  content: none;
  display: none;
}
.content-text.projekt_kategorie a.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}
.content-text.projekt_kategorie figure figcaption {
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.content-text.projekt_kategorie > .rte {
  padding-bottom: 80px;
  margin: 0;
}
.content-text.projekt_kategorie > .rte p {
  margin: 0;
}
.content-text.projekt_kategorie > .rte p.button {
  position: absolute;
  left: 0;
  bottom: 0;
}
#main .mod_article {
  position: relative;
}
#main .mod_article > .article_inside {
  zoom: 1;
  width: 100%;
  max-width: 1260px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 2;
}
#main .mod_article > .article_inside:before,
#main .mod_article > .article_inside:after {
  content: "";
  display: table;
}
#main .mod_article > .article_inside:after {
  clear: both;
}
#main .mod_article.image_center .content-text figure {
  text-align: center;
}
#main .mod_article.image_center_nobottom .content-text figure {
  text-align: center;
  margin-bottom: 0;
}
#main .mod_article.row_full > .article_inside {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#main .mod_article.row_full > .article_inside .content-text {
  zoom: 1;
  width: 100%;
  max-width: 1260px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  display: block;
}
#main .mod_article.row_full > .article_inside .content-text:before,
#main .mod_article.row_full > .article_inside .content-text:after {
  content: "";
  display: table;
}
#main .mod_article.row_full > .article_inside .content-text:after {
  clear: both;
}
#main .mod_article.bg_c1 {
  overflow: visible;
  background: #04305d;
}
#main .mod_article.bg_c1 > .article_inside {
  color: #FFF;
}
#main .mod_article.bg_c1 > .article_inside a,
#main .mod_article.bg_c1 > .article_inside h2,
#main .mod_article.bg_c1 > .article_inside h3,
#main .mod_article.bg_c1 > .article_inside h4 {
  color: #FFF;
}
#main .mod_article.bg_c6 {
  overflow: visible;
  background: #3d5c80;
}
#main .mod_article.bg_c6 > .article_inside {
  color: #FFF;
}
#main .mod_article.bg_c6 > .article_inside a,
#main .mod_article.bg_c6 > .article_inside h2,
#main .mod_article.bg_c6 > .article_inside h3,
#main .mod_article.bg_c6 > .article_inside h4 {
  color: #FFF;
}
#main .mod_article.bg_c2 {
  overflow: visible;
  background: #e8ecf0;
}
#main .mod_article.bg_c2 + .bg_c1.triangle_tr_c1:before {
  background: #e8ecf0;
}
#main .mod_article.triangle_tr_c1 {
  margin-top: 90px;
  padding-top: 0;
}
#main .mod_article.triangle_tr_c1:before {
  position: absolute;
  bottom: 100%;
  right: 0;
  pointer-events: none;
  z-index: 0;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 90px 1600px;
  border-color: transparent transparent #04305d transparent;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
#main .mod_article.triangle_tr_c6 {
  margin-top: 90px;
  padding-top: 0;
}
#main .mod_article.triangle_tr_c6:before {
  position: absolute;
  bottom: 100%;
  right: 0;
  pointer-events: none;
  z-index: 0;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 90px 1600px;
  border-color: transparent transparent #3d5c80 transparent;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
#main .mod_article.triangle_br_white,
#main .mod_article.triangle_br_blue {
  margin-bottom: 22.5px;
  padding-bottom: 60px;
}
#main .mod_article.triangle_br_white:after,
#main .mod_article.triangle_br_blue:after {
  position: absolute;
  bottom: 0%;
  left: 0;
  pointer-events: none;
  z-index: 0;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 90px 1600px;
  border-color: transparent transparent #FFF transparent;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
#main .mod_article.triangle_br_white.triangle_br_blue:after,
#main .mod_article.triangle_br_blue.triangle_br_blue:after {
  border-color: transparent transparent #04305d transparent;
}
#main .mod_article#projektablauf {
  background-color: #04305d;
  background: -moz-linear-gradient(left, #04305d 0%, #9eafc0 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #04305d), color-stop(100%, #9eafc0));
  background: -webkit-linear-gradient(left, #04305d 0%, #9eafc0 100%);
  background: -o-linear-gradient(left, #04305d 0%, #9eafc0 100%);
  background: -ms-linear-gradient(left, #04305d 0%, #9eafc0 100%);
  background: linear-gradient(to right, #04305d 0%, #9eafc0 100%);
  margin-top: 0;
  padding-top: 90px;
}
#main .mod_article#projektablauf:before {
  position: absolute;
  top: 0%;
  background: none;
  right: 0;
  pointer-events: none;
  z-index: 0;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 90px 1600px;
  border-color: transparent transparent #e8ecf0 transparent;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#main .mod_article#projektablauf:after {
  position: absolute;
  bottom: 0%;
  background: none;
  right: 0;
  pointer-events: none;
  z-index: 0;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 90px 1600px;
  border-color: transparent transparent #66839e transparent;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#main .mod_article#projektablauf > .article_inside {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
}
#main .mod_article#projektablauf > .article_inside:after,
#main .mod_article#projektablauf > .article_inside:before {
  content: none;
  display: none;
}
#main .mod_article#projektablauf > .article_inside .content-headline,
#main .mod_article#projektablauf > .article_inside .content-image {
  grid-column-start: 1;
  grid-column-end: -1;
}
#main .mod_article#projektablauf > .article_inside .content-image {
  -webkit-transform: translateY(-2em);
  -moz-transform: translateY(-2em);
  -ms-transform: translateY(-2em);
  -o-transform: translateY(-2em);
  transform: translateY(-2em);
}
#main .mod_article#projektablauf > .article_inside .content-text {
  text-align: center;
}
#main .mod_article#projektablauf > .article_inside .content-text h3 {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0;
  font-family: 'PT Sans', 'Arial';
  font-weight: 700;
}
#main .mod_article#projektablauf > .article_inside .content-text:nth-child(4) {
  -webkit-transform: translateY(-1.1em);
  -moz-transform: translateY(-1.1em);
  -ms-transform: translateY(-1.1em);
  -o-transform: translateY(-1.1em);
  transform: translateY(-1.1em);
}
#main .mod_article#projektablauf > .article_inside .content-text:nth-child(5) {
  -webkit-transform: translateY(-2.2em);
  -moz-transform: translateY(-2.2em);
  -ms-transform: translateY(-2.2em);
  -o-transform: translateY(-2.2em);
  transform: translateY(-2.2em);
}
#main .mod_article#projektablauf > .article_inside .content-text:nth-child(6) {
  -webkit-transform: translateY(-3.3em);
  -moz-transform: translateY(-3.3em);
  -ms-transform: translateY(-3.3em);
  -o-transform: translateY(-3.3em);
  transform: translateY(-3.3em);
}
#main .mod_article#projektablauf > .article_inside .content-text:nth-child(7) {
  -webkit-transform: translateY(-4.4em);
  -moz-transform: translateY(-4.4em);
  -ms-transform: translateY(-4.4em);
  -o-transform: translateY(-4.4em);
  transform: translateY(-4.4em);
}
#main .mod_article#projektablauf > .article_inside .content-text:nth-child(8) {
  -webkit-transform: translateY(-5.5em);
  -moz-transform: translateY(-5.5em);
  -ms-transform: translateY(-5.5em);
  -o-transform: translateY(-5.5em);
  transform: translateY(-5.5em);
}
#main .mod_article#projektablauf > .article_inside .content-text:nth-child(9) {
  -webkit-transform: translateY(-6.6em);
  -moz-transform: translateY(-6.6em);
  -ms-transform: translateY(-6.6em);
  -o-transform: translateY(-6.6em);
  transform: translateY(-6.6em);
}
#main .mod_article > .article_inside > *.col_2_left,
#main .mod_article > .article_inside > *.col_2_right {
  width: 50%;
  float: left;
}
#main .mod_article > .article_inside > *.col_2_left {
  clear: both;
  padding-right: 20px;
}
#main .mod_article > .article_inside > *.col_2_right {
  float: right;
  padding-left: 20px;
}
#main .mod_article > .article_inside > *.col_2_right + div,
#main .mod_article > .article_inside > *.col_2_right + section {
  clear: both;
}
#main .ce_accordionStart > .toggler {
  position: relative;
  display: inline-block;
  background-color: #04305d;
  color: #FFF;
  text-align: left;
  min-width: 140px;
  text-decoration: none;
  padding: 10px 80px 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  pointer-events: pointer;
  margin-bottom: 0;
  display: block;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  cursor: pointer;
  background: #FFF;
  color: #04305d;
  padding: 10px 20px;
  font-size: 26px;
  line-height: 110%;
}
#main .ce_accordionStart > .toggler:hover:before {
  opacity: 1;
}
#main .ce_accordionStart > .toggler:hover:after {
  opacity: 1;
}
#main .ce_accordionStart > .toggler:before {
  transition: opacity 0.3s/2 ease-in;
  -webkit-transition: opacity 0.3s/2 ease-in;
  position: absolute;
  bottom: 100%;
  right: 0;
  pointer-events: none;
  z-index: 0;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 8px 140px;
  border-color: transparent transparent #66839e transparent;
  opacity: .7;
}
#main .ce_accordionStart > .toggler:after {
  transition: opacity 0.3s/2 ease-in;
  -webkit-transition: opacity 0.3s/2 ease-in;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
  z-index: 0;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 140px 0 0;
  border-color: #66839e transparent transparent transparent;
  opacity: .7;
}
#main .ce_accordionStart > .toggler span:before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg) ;
  transform: rotate(360deg) ;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #04305d;
  margin-right: 10px;
}
#main .ce_accordionStart > .accordion {
  background: #c3cdd8;
  color: #111111;
  padding: 40px 20px;
  display: none;
}
#main .ce_accordionStart > .accordion .content-text {
  clear: both;
  overflow: hidden;
}
#main .ce_accordionStart > .accordion .content-text > h2,
#main .ce_accordionStart > .accordion .content-text > h3,
#main .ce_accordionStart > .accordion .content-text > h4,
#main .ce_accordionStart > .accordion .content-text > h5 {
  float: left;
  width: 40%;
  padding-right: 20px;
  color: #111111;
  font-family: 'PT Sans', 'Arial';
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
}
#main .ce_accordionStart > .accordion .content-text > .rte {
  float: right;
  width: 60%;
}
#main .ce_accordionStart a.btn {
  font-family: 'PT Sans', 'Arial';
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
}
#main .ce_accordionStart.active > .toggler span:before {
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(90deg) ;
  transform: rotate(90deg) ;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #04305d;
}
#main .ce_accordionStart.active > .accordion {
  display: block;
}
#main .arr_left,
#main .arr_right {
  position: absolute;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  cursor: pointer;
  width: 78px;
}
#main .arr_left > span,
#main .arr_right > span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 38px;
  height: 45px;
  display: inline-block;
  background-image: url('/files/grafik/icons/arr_left.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#main .arr_left.arr_right,
#main .arr_right.arr_right {
  left: auto;
  right: 0;
}
#main .arr_left.arr_right > span,
#main .arr_right.arr_right > span {
  left: auto;
  right: 20px;
  background-image: url('/files/grafik/icons/arr_right.png');
}
#main .mod_mm_products_slider {
  position: relative;
  overflow: hidden;
}
#main .mod_mm_products_slider.in-animation * {
  pointer-events: none;
  cursor: default;
}
#main .mod_mm_products_slider .slide_wrap {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: calc(100vh - 86px);
}
#main .mod_mm_products_slider .slide_wrap:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 50%;
}
#main .mod_mm_products_slider .slide_wrap ul.bullets {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 20px;
  text-align: center;
}
#main .mod_mm_products_slider .slide_wrap ul.bullets > li {
  display: inline-block;
  list-style: none;
  width: 20px;
  height: 20px;
  margin: 4px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  background: #ecedee;
  position: relative;
}
#main .mod_mm_products_slider .slide_wrap ul.bullets > li:before {
  content: none;
}
#main .mod_mm_products_slider .slide_wrap ul.bullets > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  background: transparent;
  z-index: 2;
  border-radius: 100%;
}
#main .mod_mm_products_slider .slide_wrap ul.bullets > li:hover:after {
  background: #04305d;
  opacity: .5;
}
#main .mod_mm_products_slider .slide_wrap ul.bullets > li.active {
  cursor: default;
  pointer-events: none;
}
#main .mod_mm_products_slider .slide_wrap ul.bullets > li.active:after {
  background: #04305d;
  opacity: 1;
}
#main .mod_mm_products_slider .slide_wrap .slide {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #66839e;
  z-index: 5;
}
#main .mod_mm_products_slider .slide_wrap .slide .inside,
#main .mod_mm_products_slider .slide_wrap .slide .img,
#main .mod_mm_products_slider .slide_wrap .slide img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#main .mod_mm_products_slider .slide_wrap .slide img {
  object-fit: cover;
}
#main .mod_mm_products_slider .slide_wrap .slide .img.img_landscape img {
  object-fit: cover;
}
#main .mod_mm_products_slider .slide_wrap .slide .img figcaption {
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-size: 16px;
  line-height: 115%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  pointer-events: none;
  padding: 4px 10px;
}
#main .mod_mm_products_slider .slide_wrap .slide.next {
  z-index: 15;
  display: none;
}
#main .mod_mm_products_slider .slide_wrap .slide.active {
  z-index: 10;
  display: block;
}
#main .content-mm-products-slider .slide_wrap:before {
  padding-top: 70%;
}
#main .content-mm-products-slider .slide_wrap .slide > .inside {
  position: absolute;
  left: 0;
  top: auto;
  height: auto;
  bottom: 80px;
  right: 0;
  z-index: 5;
}
#main .content-mm-products-slider .slide_wrap .slide > .inside .intro {
  zoom: 1;
  width: 100%;
  max-width: 1260px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  display: block;
  color: #111111;
}
#main .content-mm-products-slider .slide_wrap .slide > .inside .intro:before,
#main .content-mm-products-slider .slide_wrap .slide > .inside .intro:after {
  content: "";
  display: table;
}
#main .content-mm-products-slider .slide_wrap .slide > .inside .intro:after {
  clear: both;
}
#main .content-mm-products-slider .slide_wrap .slide > .inside .intro p {
  display: block;
  margin: 0;
}
#main .content-mm-products-slider .slide_wrap .slide > .inside .intro p > span {
  display: inline-block;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
#main .content-mm-products-slider .slide_wrap .slide > .inside .intro p a {
  text-decoration: none;
}
#main .content-mm-products-slider .slide_wrap .slide > .inside .intro p.subline {
  margin-top: 20px;
  font-size: 30px;
  line-height: 100%;
}
#main .content-mm-products-slider .slide_wrap .slide > .inside .intro p.link {
  margin-top: 20px;
}
#main .content-mm-products-slider .slide_wrap .slide > .inside .intro p.link > span {
  background: none;
  padding: 0;
}
#main .mod_mm_produkt_detail .mod_mm_products_slider {
  margin-bottom: 40px;
}
#main .mod_mm_produkt_detail .mod_mm_products_slider .slide_wrap {
  max-height: calc(100vh - 86px);
}
#main .mod_mm_produkt_detail .mod_mm_products_slider .slide_wrap:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 50%;
}
#main .mod_mm_produkt_detail .mod_mm_products_slider .slide_wrap .slide img {
  object-fit: contain;
}
#main .mod_mm_produkt.projekt_list figcaption {
  display: none;
}
#main .mod_mm_produkt.projekt_list .row.filter {
  border-bottom: 1px solid #04305d;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
  grid-auto-rows: 1fr;
  padding-bottom: 10px;
}
#main .mod_mm_produkt.projekt_list .row.filter:after,
#main .mod_mm_produkt.projekt_list .row.filter:before {
  content: none;
  display: none;
}
#main .mod_mm_produkt.projekt_list .row.filter > * {
  align-self: end;
}
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_title .headline {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 70px 1fr;
  grid-template-columns: 70px 1fr;
  grid-auto-rows: 1fr;
}
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_title .headline:after,
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_title .headline:before {
  content: none;
  display: none;
}
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_title .headline > * {
  align-self: center;
}
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 6em 1fr;
  grid-template-columns: 6em 1fr;
  grid-auto-rows: 1fr;
}
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter:after,
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter:before {
  content: none;
  display: none;
}
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter > * {
  align-self: end;
}
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter p {
  text-align: right;
}
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter ul:after,
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter ul:before {
  content: none;
  display: none;
}
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter ul li {
  align-self: end;
  text-align: center;
  opacity: .5;
  cursor: pointer;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter ul li:hover {
  opacity: .75;
}
#main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter ul li.active {
  font-family: 'PT Sans', 'Arial';
  font-weight: 700;
  opacity: 1;
}
#main .mod_mm_produkt.projekt_list .projekte > ul {
  border-bottom: 1px solid #04305d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  zoom: 1;
}
#main .mod_mm_produkt.projekt_list .projekte > ul:before,
#main .mod_mm_produkt.projekt_list .projekte > ul:after {
  content: "";
  display: table;
}
#main .mod_mm_produkt.projekt_list .projekte > ul:after {
  clear: both;
}
#main .mod_mm_produkt.projekt_list .projekte > ul > li {
  display: inline-block;
  position: relative;
  margin: 5px;
  overflow: hidden;
}
#main .mod_mm_produkt.projekt_list .projekte > ul > li .hover {
  text-align: left;
  opacity: 0;
}
#main .mod_mm_produkt.projekt_list .projekte > ul > li:hover .hover {
  opacity: 1;
}
#main .mod_mm_produkt.projekt_list .projekte > ul > li a.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#main .mod_mm_produkt.projekt_list .projekte > p.link {
  text-align: right;
}
#main .mod_mm_produkt_detail {
  padding-top: 20px;
  padding-bottom: 80px;
}
#main .mod_mm_produkt_detail h1 {
  margin-bottom: 20px;
}
#main .mod_mm_produkt_detail h2 {
  font-size: 24px;
  line-height: 120%;
}
#main .mod_mm_produkt_detail h3 {
  font-size: 24px;
  line-height: 120%;
}
#main .mod_mm_produkt_detail .daten,
#main .mod_mm_produkt_detail .main {
  display: block;
}
#main .mod_mm_produkt_detail .daten > *,
#main .mod_mm_produkt_detail .main > * {
  margin-bottom: 20px;
}
#main .mod_mm_produkt_detail .daten > *:last-child,
#main .mod_mm_produkt_detail .main > *:last-child {
  margin-bottom: 0;
}
#main .mod_mm_produkt_detail .content {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  grid-auto-rows: auto;
}
#main .mod_mm_produkt_detail .content:after,
#main .mod_mm_produkt_detail .content:before {
  content: none;
  display: none;
}
#main .mod_mm_produkt_detail .content .intro {
  font-family: 'PT Sans', 'Arial';
  font-weight: 700;
}
#main .mod_mm_produkt_detail .content .maps p {
  color: #04305d;
  margin-bottom: 20px;
}
#main #team_uebersicht .content-text {
  text-align: center;
  word-break: break-all;
  word-break: break-word;
}
#main #team_uebersicht .content-text h2 {
  font-size: 18px;
  line-height: 110%;
  font-family: 'PT Sans', 'Arial';
  font-weight: 700;
  margin: 0 0 5px 0;
  color: #111111;
}
#main #team_uebersicht .content-text h3 {
  font-size: 18px;
  line-height: 110%;
  margin: 0 0 5px 0;
  color: #111111;
}
#main #team_uebersicht .content-text p {
  margin: 0;
  font-size: 14px;
  line-height: 140%;
}
#main #team_uebersicht .content-text img {
  border-radius: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
#main #team_uebersicht .content-text:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#main .content-swiper .swiper-button-prev,
#main .content-swiper .swiper-button-next {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 44px;
  height: 44px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  border: 0;
  border-radius: 6px;
  background-color: #04305d;
  box-shadow: none;
  background-position: center;
  background-repeat: no-repeat;
}
#main .content-swiper .swiper-button-prev svg.swiper-navigation-icon,
#main .content-swiper .swiper-button-next svg.swiper-navigation-icon {
  -webkit-transform: rotate(180deg) scale(0.75);
  -moz-transform: rotate(180deg) scale(0.75);
  -ms-transform: rotate(180deg) scale(0.75);
  -o-transform: rotate(180deg) scale(0.75);
  transform: rotate(180deg) scale(0.75);
}
#main .content-swiper .swiper-button-prev svg.swiper-navigation-icon path,
#main .content-swiper .swiper-button-next svg.swiper-navigation-icon path {
  fill: #FFF;
}
#main .content-swiper .swiper-button-next {
  left: auto;
  right: 20px;
}
#main .content-swiper .swiper-button-next svg.swiper-navigation-icon {
  -webkit-transform: rotate(0deg) scale(0.75);
  -moz-transform: rotate(0deg) scale(0.75);
  -ms-transform: rotate(0deg) scale(0.75);
  -o-transform: rotate(0deg) scale(0.75);
  transform: rotate(0deg) scale(0.75);
}
#main .content-swiper .swiper-pagination {
  bottom: 20px;
}
#main .content-swiper .swiper-pagination > .swiper-pagination-bullet {
  border: 2px solid #04305d;
  background: #FFF;
  width: 20px;
  height: 20px;
  opacity: 1;
}
#main .content-swiper .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #04305d;
}
#header #banner_historie {
  background-image: url('/files/grafik/buero_bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #375275;
}
#historie {
  height: 500px;
  overflow: hidden;
  color: #FFF;
}
#historie a {
  color: #FFF;
}
#historie .headline {
  position: absolute;
  left: 0;
  width: 100%;
  top: 80px;
}
#historie .headline h1 {
  color: #FFF;
  zoom: 1;
  width: 100%;
  max-width: 1260px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  display: block;
}
#historie .headline h1:before,
#historie .headline h1:after {
  content: "";
  display: table;
}
#historie .headline h1:after {
  clear: both;
}
#historie .zeitstrahl {
  width: 100%;
  margin-top: 80px;
  height: 380px;
  position: relative;
}
#historie .balken {
  height: 50px;
  position: absolute;
  left: 40px;
  right: 40px;
  top: 50%;
  background: #e8ecf0;
  opacity: .7;
  transform-origin: left center;
  -webkit-transform: rotate(-3.2deg);
  -moz-transform: rotate(-3.2deg);
  -ms-transform: rotate(-3.2deg);
  -o-transform: rotate(-3.2deg);
  transform: rotate(-3.2deg);
}
#historie .item {
  position: absolute;
  top: 50%;
  margin-top: 2px;
  left: 100px;
  width: 260px;
  z-index: 5;
}
#historie .item .point {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #FFF;
  position: absolute;
  left: -17px;
  top: 0;
  z-index: 10;
}
#historie .item .point img {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 36px;
  max-width: 36px;
  height: 36px;
}
#historie .item .rte {
  z-index: 5;
  margin-top: 20px;
  border-left: 2px solid #FFF;
  padding-top: 50px;
  padding-left: 10px;
  color: #d9dfe6;
  font-size: 16px;
  line-height: 110%;
}
#historie .item .rte strong {
  color: #FFF;
}
#historie .item .rte a {
  display: inline-block;
}
#historie .item .rte p {
  margin-bottom: 4px;
}
#historie .item .rte p:last-child {
  margin-bottom: 0;
}
#historie .item .rte img {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 4px;
}
#historie .item.top {
  top: auto;
  bottom: 50%;
  margin-top: 0;
  margin-bottom: -38px;
}
#historie .item.top .point {
  top: auto;
  bottom: 0;
}
#historie .item.top .rte {
  padding-top: 0;
  padding-bottom: 60px;
}
#historie .item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 100%;
}
#historie .item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#historie .item.item_1 {
  left: 100px;
  margin-top: 4px;
}
#historie .item.item_1 .point {
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}
#historie .item.item_2 {
  left: 300px;
  margin-bottom: -28px;
}
#historie .item.item_3 {
  left: 500px;
  margin-top: -18px;
}
#historie .item.item_4 {
  left: 670px;
  margin-bottom: -6px;
}
#historie .item.item_5 {
  left: 840px;
  margin-top: -37px;
}
#historie .item.item_6 {
  max-width: 240px;
  left: 1000px;
  margin-bottom: 12px;
}
#historie .item.item_7 {
  left: 1130px;
  margin-top: -53px;
}
#historie .item.item_8 {
  max-width: 240px;
  left: 1280px;
  margin-bottom: 26px;
}
#main .mod_article:last-child {
  margin-bottom: 22.5px;
  padding-bottom: 60px;
  margin-bottom: 0;
}
#main .mod_article:last-child:after {
  position: absolute;
  bottom: 0%;
  left: 0;
  pointer-events: none;
  z-index: 0;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 90px 1600px;
  border-color: transparent transparent #66839e transparent;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
#sidebar {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 35%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#sidebar .content-image {
  overflow: visible;
  position: relative;
}
#sidebar .content-image:hover figcaption {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
#sidebar .content-image:first-child:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 20px;
  background: #66839e;
  border-radius: 20px 20px 0 0;
}
#sidebar .content-image:last-child:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 20px;
  background: #66839e;
  border-radius: 0 0 20px 20px;
}
#sidebar .content-image figcaption {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 100%;
  width: 200px;
  height: 100%;
  top: 0;
  background: #385576;
  padding: 5px 10px;
  color: #FFF;
  font-size: 16px;
  line-height: 110%;
}
#sidebar .content-image figcaption > * {
  display: block;
}
#sidebar .content-image a {
  background: #66839e;
  display: block;
  color: #FFF;
  padding: 10px;
}
#sidebar .content-image a img {
  width: 25px;
}
#sidebar .content-image a:hover {
  background: #385576;
}
#sidebar .content-image.btn_telefon figcaption {
  height: 200%;
}
#footer {
  position: relative;
  background: #66839e;
  overflow: hidden;
  color: #FFF;
  z-index: 40;
}
#footer:after {
  pointer-events: none;
  display: block;
  content: '';
  position: absolute;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url('/files/grafik/logo_bg.png');
  left: -40px;
  right: -40px;
  top: -60px;
  bottom: -20px;
  z-index: 1;
  opacity: 1;
}
#footer a {
  color: #FFF;
  text-decoration: none;
}
#footer .article_inside {
  z-index: 5;
  zoom: 1;
  width: 100%;
  max-width: 1260px;
  padding: 80px 20px;
  margin: 0 auto;
  position: relative;
  display: block;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
}
#footer .article_inside:before,
#footer .article_inside:after {
  content: "";
  display: table;
}
#footer .article_inside:after {
  clear: both;
}
#footer .article_inside:after,
#footer .article_inside:before {
  content: none;
  display: none;
}
#footer .article_inside ul {
  padding-top: 1.1em;
  margin-top: 20px;
}
#footer .article_inside ul li {
  margin-bottom: 5px;
}
#footer .article_inside em {
  font-style: normal;
  position: absolute;
  right: 20px;
  bottom: 80px;
}
#menu {
  display: none;
}
@media (max-width: 1580px) {
  #historie {
    height: auto;
    overflow: visible;
    padding: 100px 20px;
  }
  #historie .headline {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: auto;
    height: auto;
  }
  #historie .headline h1 {
    padding: 0;
  }
  #historie .zeitstrahl {
    margin-top: 20px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #historie .zeitstrahl .balken {
    top: 0;
    height: auto;
    -webkit-transform: rotate(0) translateX(-50%);
    -moz-transform: rotate(0) translateX(-50%);
    -ms-transform: rotate(0) translateX(-50%);
    -o-transform: rotate(0) translateX(-50%);
    transform: rotate(0) translateX(-50%);
    right: auto;
    bottom: 0;
    left: 50%;
    width: 50px;
  }
  #historie .zeitstrahl .item {
    position: relative;
    top: auto;
    margin: 0;
    width: 50%;
    margin-left: 50%;
    left: auto;
    right: auto;
    max-width: 100%;
    padding: 0;
  }
  #historie .zeitstrahl .item.top {
    bottom: auto;
    max-width: 100%;
  }
  #historie .zeitstrahl .item .point,
  #historie .zeitstrahl .item.top .point {
    top: 0;
    bottom: auto;
  }
  #historie .zeitstrahl .item .rte {
    margin: 0;
    border: 0;
    padding: 0;
    padding-top: 8px;
    padding-right: 20px;
    padding-left: 80px;
    font-size: 20px;
    line-height: 120%;
    position: relative;
  }
  #historie .zeitstrahl .item .rte:before {
    position: absolute;
    top: 17px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #FFF;
    content: '';
    display: inline-block;
  }
  #historie .zeitstrahl .item:nth-child(2n) {
    margin-left: 0;
  }
  #historie .zeitstrahl .item:nth-child(2n) .point {
    left: auto;
    right: -17px;
  }
  #historie .zeitstrahl .item:nth-child(2n) .rte {
    text-align: right;
    padding-left: 20px;
    padding-right: 80px;
  }
  #historie .zeitstrahl .item:nth-child(2n) .rte:before {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1260px) {
  #main .mod_mm_produkt.projekt_list .row.filter {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  #main .mod_mm_produkt.projekt_list .row.filter:after,
  #main .mod_mm_produkt.projekt_list .row.filter:before {
    content: none;
    display: none;
  }
  #main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter ul {
    display: -ms-grid;
    display: grid;
    grid-gap: 5px;
    -ms-grid-columns: repeat(auto-fit, 200px);
    grid-template-columns: repeat(auto-fit, 200px);
    grid-auto-rows: auto;
  }
  #main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter ul:after,
  #main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter ul:before {
    content: none;
    display: none;
  }
  #main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter > * {
    align-self: start;
  }
  #main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter p,
  #main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter ul li {
    text-align: left;
  }
  #main .mod_article.col_5 > .article_inside,
  #main .col_5.content-element-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
  }
  #main .mod_article.col_5 > .article_inside:after,
  #main .col_5.content-element-group:after,
  #main .mod_article.col_5 > .article_inside:before,
  #main .col_5.content-element-group:before {
    content: none;
    display: none;
  }
  .content-text.projekt_kategorie > .headline.withicon {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 30px 1fr;
    grid-template-columns: 30px 1fr;
    grid-auto-rows: 1fr;
  }
  .content-text.projekt_kategorie > .headline.withicon:after,
  .content-text.projekt_kategorie > .headline.withicon:before {
    content: none;
    display: none;
  }
  #main .mod_article > .article_inside {
    padding-right: 60px;
  }
}
@media (max-width: 1100px) {
  .mod_newslist,
  #main .mod_article.col_4 > .article_inside,
  .content-mm-products-kategorie .kategorie-list {
    grid-template-columns: 1fr 1fr;
  }
  #main .arr_right.arr_right {
    width: 118px;
  }
  #main .arr_right.arr_right span {
    right: 60px;
  }
  h2 {
    font-size: 38px;
    line-height: 120%;
  }
  #main .mod_article.col_4 > .article_inside {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    justify-content: center;
  }
  #main .mod_article.col_4 > .article_inside:after,
  #main .mod_article.col_4 > .article_inside:before {
    content: none;
    display: none;
  }
  #main .mod_article.col_4 > .article_inside .content-text.projekt_kategorie figure {
    display: block;
  }
  #main .mod_article.col_4 > .article_inside .content-text.projekt_kategorie figure img {
    width: 100%;
  }
  #main .mod_article#projektablauf > .article_inside {
    display: block;
    counter-reset: section;
  }
  #main .mod_article#projektablauf > .article_inside .content-image {
    display: none;
  }
  #main .mod_article#projektablauf > .article_inside .content-text {
    display: block;
    overflow: visible;
    margin-bottom: 40px;
    position: relative;
    padding-left: 70px;
    text-align: left;
  }
  #main .mod_article#projektablauf > .article_inside .content-text:before {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    background: #FFF;
    color: #04305d;
    font-family: 'PT Sans', 'Arial';
    font-weight: 700;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 50px;
    counter-increment: section;
    content: counter(section);
    display: inline-block;
  }
}
@media (max-width: 900px) {
  #historie .zeitstrahl .item .rte {
    padding-right: 0;
  }
  #historie .zeitstrahl .item:nth-child(2n) .rte {
    padding-left: 0;
  }
  #sidebar {
    display: none;
  }
  #main .arr_left,
  #main .arr_right {
    display: none;
  }
  #main .mod_article > .article_inside {
    padding-right: 20px;
  }
  #menu {
    position: fixed;
    z-index: 9999;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    top: 10px;
    right: 10px;
    background: #FFF;
    width: 45px;
    height: 45px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 80%;
    background: #04305d;
    border-radius: 9px;
    opacity: 1;
    left: 10%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #menu span:nth-child(1) {
    top: 8px;
  }
  #menu span:nth-child(2),
  #menu span:nth-child(3) {
    top: 20px;
  }
  #menu span:nth-child(4) {
    top: 32px;
  }
  html.menu_open #menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  html.menu_open #menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  html.menu_open #menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  html.menu_open #menu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  html.menu_open #header #nav_wrap {
    left: 0;
  }
  html.menu_open #header #nav_wrap .sidebar {
    display: block;
  }
  html.menu_open #header #nav_wrap > .wrapper {
    opacity: 1;
  }
  html.menu_open #header #nav_wrap > .wrapper > .inside {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #header .mod_article:after {
    content: none;
  }
  #header #nav_wrap {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    padding: 20px;
    z-index: 999;
    transition: transform 0.3s ease-in;
    -webkit-transition: transform 0.3s ease-in;
  }
  #header #nav_wrap > .wrapper {
    opacity: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header #nav_wrap > .wrapper:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    background: #66839e;
    opacity: .8;
  }
  #header #nav_wrap > .wrapper.rte-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #header #nav_wrap > .wrapper.rte-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #header #nav_wrap > .wrapper > .inside {
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    display: block;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    flex-shrink: 0;
    flex-grow: 1;
  }
  #header #nav_wrap > .wrapper > .inside .sidebar {
    text-align: center;
    padding: 20px;
    color: #FFF;
  }
  #header #nav_wrap > .wrapper > .inside .sidebar > * {
    margin-bottom: 20px;
  }
  #header #nav_wrap > .wrapper > .inside .sidebar > *:last-child {
    margin-bottom: 0;
  }
  #header #nav_wrap > .wrapper > .inside .sidebar figure figcaption {
    margin-top: 10px;
  }
  #header #nav_wrap > .wrapper > .inside .sidebar figure a {
    background: #04305d;
    display: inline-block;
    padding: 10px;
  }
  #header #nav_wrap > .wrapper > .inside .sidebar figure span {
    display: block;
  }
  #header #nav_wrap > .wrapper > .inside .mod_customnav {
    float: none;
    display: block;
  }
  #header #nav_wrap > .wrapper > .inside .mod_customnav ul li {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  #header #nav_wrap > .wrapper > .inside .mod_customnav ul li strong,
  #header #nav_wrap > .wrapper > .inside .mod_customnav ul li a {
    display: inline-block;
    background: #FFF;
    padding: 10px 40px;
  }
  #header #nav_wrap > .wrapper > .inside .mod_customnav ul li strong {
    background: #04305d;
    color: #FFF;
  }
  #main .mm_slider.mod_mm_produkt .slide > .inside > .intro p.topline,
  #main .mm_slider.mod_mm_produkt .slide > .inside > .intro p.title {
    font-size: 30px;
    line-height: 120%;
  }
  #main .mm_slider.mod_mm_produkt .slide > .inside > .intro p.link {
    font-size: 20px;
    line-height: 120%;
  }
  #header #logo {
    width: 200px;
  }
}
@media (max-width: 640px) {
  .mod_newslist,
  #main .mod_article.col_4 > .article_inside,
  .content-mm-products-kategorie .kategorie-list,
  #footer .article_inside {
    display: block;
  }
  .mod_newslist > *,
  #main .mod_article.col_4 > .article_inside > *,
  .content-mm-products-kategorie .kategorie-list > *,
  #footer .article_inside > * {
    margin-bottom: 20px;
  }
  .mod_newslist > *:last-child,
  #main .mod_article.col_4 > .article_inside > *:last-child,
  .content-mm-products-kategorie .kategorie-list > *:last-child,
  #footer .article_inside > *:last-child {
    margin-bottom: 0;
  }
  #historie .zeitstrahl .balken {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 0;
  }
  #historie .zeitstrahl .item,
  #historie .zeitstrahl .item:nth-child(2n) {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  #historie .zeitstrahl .item .point,
  #historie .zeitstrahl .item:nth-child(2n) .point {
    right: auto;
    left: 9px;
  }
  #historie .zeitstrahl .item:last-child,
  #historie .zeitstrahl .item:nth-child(2n):last-child {
    margin-bottom: 0;
  }
  #historie .zeitstrahl .item .rte,
  #historie .zeitstrahl .item:nth-child(2n) .rte {
    text-align: left;
    padding-left: 80px;
    padding-right: 0;
  }
  #historie .zeitstrahl .item .rte:before,
  #historie .zeitstrahl .item:nth-child(2n) .rte:before {
    right: auto;
    left: 9px;
  }
  .mod_newslist {
    grid-template-columns: 1fr;
  }
  .content-gallery ul {
    grid-template-columns: 1fr 1fr;
  }
  #main .mm_slider > .slide_wrap {
    min-height: 200px;
  }
  #main .mm_slider > .slide_wrap > ul.bullets {
    padding: 5px;
  }
  .mod_breadcrumb {
    display: none;
  }
  #header {
    margin-bottom: 20px;
  }
  #header > .inside > .head:before,
  #header > .inside > .head:after {
    content: none;
  }
  #header .mod_article {
    display: none;
  }
  #header #banner_historie {
    display: block;
  }
  #sidebar {
    display: none;
  }
  h1 {
    font-size: 30px;
    line-height: 120%;
  }
  h2 {
    font-size: 26px;
    line-height: 120%;
  }
  #main .ce_accordionStart > .accordion .content-text > h2,
  #main .ce_accordionStart > .accordion .content-text > h3,
  #main .ce_accordionStart > .accordion .content-text > h4,
  #main .ce_accordionStart > .accordion .content-text > h5,
  #main .ce_accordionStart > .accordion .content-text > .rte {
    float: none;
    width: 100%;
  }
  .content-text.projekt_kategorie figure {
    display: inline-block;
  }
  #main .mod_article.col_2 > .article_inside,
  #main .col_2.content-element-group,
  #main .mod_mmprodukt_detail .content {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  #main .mod_article.col_2 > .article_inside:after,
  #main .col_2.content-element-group:after,
  #main .mod_mmprodukt_detail .content:after,
  #main .mod_article.col_2 > .article_inside:before,
  #main .col_2.content-element-group:before,
  #main .mod_mmprodukt_detail .content:before {
    content: none;
    display: none;
  }
  #main .mod_article > .article_inside > *.col_2_left,
  #main .mod_article > .article_inside > *.col_2_right {
    float: none;
    width: 100%;
  }
  #main .mod_article > .article_inside > *.col_2_right {
    padding-left: 0;
  }
  #main .mod_article.col_4 > .article_inside,
  #main .mod_article.col_5 > .article_inside,
  #main .col_5.content-element-group {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  #footer > .inside {
    padding-top: 40px;
    padding-bottom: 40px;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  #footer > .inside p {
    margin-bottom: 0;
  }
  #footer > .inside:after,
  #footer > .inside:before {
    content: none;
    display: none;
  }
  #footer > .inside ul {
    margin-top: 0;
    padding-top: 0;
  }
  #footer > .inside p,
  #footer > .inside li {
    text-align: left !important;
  }
  #footer > .inside em {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: auto;
    height: auto;
  }
}
@media (max-width: 450px) {
  #main .mod_article.col_4 > .article_inside,
  #main .mod_article.col_5 > .article_inside,
  #main .col_5.content-element-group,
  #main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter,
  #main .mod_mm_produkt_detail .content {
    display: block;
  }
  #main .mod_article.col_4 > .article_inside > *,
  #main .mod_article.col_5 > .article_inside > *,
  #main .col_5.content-element-group > *,
  #main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter > *,
  #main .mod_mm_produkt_detail .content > * {
    margin-bottom: 40px;
  }
  #main .mod_article.col_4 > .article_inside > *:last-child,
  #main .mod_article.col_5 > .article_inside > *:last-child,
  #main .col_5.content-element-group > *:last-child,
  #main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter > *:last-child,
  #main .mod_mm_produkt_detail .content > *:last-child {
    margin-bottom: 0;
  }
  #main .mod_mm_produkt.projekt_list .row.filter .kategorie_filter p {
    margin-bottom: 20px;
  }
  #main .content-mm-products-slider .slide_wrap .slide > .inside .intro p.link {
    margin-top: 0;
  }
  #main .mod_mm_products_slider .slide_wrap ul.bullets {
    padding-bottom: 10px;
  }
  #main .content-mm-products-slider .slide_wrap .slide > .inside .intro {
    padding-bottom: 0;
  }
  #main .content-mm-products-slider .slide_wrap .slide > .inside .intro a.btn {
    margin-bottom: 0;
  }
}
@media (max-height: 450px) {
  #header #nav_wrap > .wrapper {
    display: block;
  }
}
@media (hover: none) {
  .content-text.projekt_kategorie figure figcaption,
  #main .mod_mm_produkt.projekt_list .projekte > ul > li .hover {
    display: none;
  }
}
