/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../themes/mehrwert/assets/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../themes/mehrwert/assets/fonts/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../themes/mehrwert/assets/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../themes/mehrwert/assets/fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../themes/mehrwert/assets/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../themes/mehrwert/assets/fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../themes/mehrwert/assets/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../themes/mehrwert/assets/fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../themes/mehrwert/assets/fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../themes/mehrwert/assets/fonts/open-sans-v34-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../themes/mehrwert/assets/fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../themes/mehrwert/assets/fonts/open-sans-v34-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'fontello';
  src: url('../themes/mehrwert/assets/fonts/fontello.eot?82803230');
  src: url('../themes/mehrwert/assets/fonts/fontello.eot?82803230#iefix') format('embedded-opentype'),
       url('../themes/mehrwert/assets/fonts/fontello.woff2?82803230') format('woff2'),
       url('../themes/mehrwert/assets/fonts/fontello.woff?82803230') format('woff'),
       url('../themes/mehrwert/assets/fonts/fontello.ttf?82803230') format('truetype'),
       url('../themes/mehrwert/assets/fonts/fontello.svg?82803230#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?82803230#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-down-open:before { content: '\e800'; } /* '' */
.icon-left-open:before { content: '\e801'; } /* '' */
.icon-right-open:before { content: '\e802'; } /* '' */
.icon-up-open:before { content: '\e803'; } /* '' */
html, body {
  font-family: "Open Sans";
  font-size: 10px;
  margin: 0;
  color: #6f7072;
}
body {
  padding: 0;
}
* {
  box-sizing: border-box;
}
p {
  font: normal normal normal 18px/30px Open Sans;
  margin: 0 0 40px;
}
ul, ol, table {
  font-size: 10.5pt;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
img.left-aligned {
  float: left;
  margin: 0 20px 0 0 !important;
}
.col {
  float: left;
  width: 50%;
}
.slick-prev, .slick-next {
  width: auto !important;
  height: auto !important;
}
.slick-dots {
  bottom: -35px !important;
}
.wrapper {
  max-width: 890px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.wrapper > img {
  position: absolute;
  width: 30rem;
  left: -25rem;
  z-index: 0;
}
.wrapper .content {
  position: relative;
  z-index: 1;
}
.wrapper .content .top-slider {
  padding-bottom: 20px;
  margin-bottom: 20px;
  max-width: 888px;
  margin: 0;
}
.wrapper .content a {
  color: #ce003b;
}
.wrapper .content section {
  padding: 0 15px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 1220px) {
  .slick-slide .slide-image {
    min-height: 38vw !important;
  }
}
@media (min-width: 768px) {
  .wrapper .content {
    position: relative;
  }
  .wrapper .content section {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 992px) {
  .wrapper .content .top-slider {
    margin: 0 auto;
  }
}
@media (min-width: 1244px) {
  .wrapper .tower {
    width: auto;
  }
  .wrapper .content section {
    padding: 0 0 20px 0;
  }
}
.maxwidth, header .top-wrapper, header nav .nav-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.clearfix:after, .wrapper .content section:after, header .top-wrapper ul.topnav:after, header nav ul:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.clearbefore:before {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
header .top-wrapper ul.topnav {
  float: right;
  list-style: none;
  margin: 3rem 0;
  padding: 0;
}
header .top-wrapper ul.topnav li {
  float: left;
  line-height: 20px;
}
header .top-wrapper ul.topnav li a {
  color: #404040;
  padding: 0px 12px;
  font-size: 14px !important;
  color: #404040;
  float: left;
  display: block;
  text-decoration: none;
  line-height: 18px;
}
header .top-wrapper ul.topnav li a:hover, header .top-wrapper ul.topnav li a.active {
  color: #ccc;
}
header .top-wrapper img {
  margin: 15px 0 15px 15px;
  width: 240px;
}
header nav {
  border-top: 1px solid white;
  background-color: black;
}
header nav .nav-wrapper {
  text-align: right;
  position: relative;
  min-height: 38px;
}
header nav ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
header nav ul li {
  float: left;
  height: 38px;
  position: relative;
}
header nav ul li a {
  display: block;
  color: white;
  font-size: 14px;
  text-decoration: none;
  padding: 0 18px;
  line-height: 38px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
header nav ul li a:hover {
  background-color: #ce003b;
}
header nav ul li.active a {
  background-color: #ce003b;
}
header nav ul li.active:after {
  position: absolute;
  content: "";
  border: 6px solid transparent;
  border-top: 6px solid #ce003b;
  display: inline-block;
  vertical-align: bottom;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
header nav ul:after {
  content: "";
  clear: both;
  display: table;
}
header nav.sub ul li.active:after {
  display: none;
}
@media (min-width: 768px) {
  header nav ul {
    position: absolute;
    right: 0;
  }
}
h1 {
  color: #D0113F;
  margin: 20px 0;
  font: normal normal bold 42px/56px Open Sans;
}
h2 {
  font: normal normal 600 32px/43px Open Sans;
  color: #404040;
}
h2.pink {
  color: #fff;
  background: #ce003b;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 4px 4px 4px 8px;
  margin: 10px 0 30px 0;
}
h3 {
  font-size: 17px;
  margin: 15px 0 10px;
}
h4 {
  font-size: 14px;
  margin: 10px 0;
}
h4.clear {
  clear: both;
  padding-top: 30px;
}
@media (max-width: 600px) {
  h1 {
    font: normal normal bold 32px/42px Open Sans;
  }
}
.button, .file-cta, .file-name, .input, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .select select, .textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 3.5rem;
  padding: 0 calc(.625em - 1px);
  position: relative;
  vertical-align: top;
}
.input, .textarea {
  background-color: #fff;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}
.button {
  background-color: #CE003B;
  color: white;
  cursor: pointer;
}
label {
  display: inline-block;
}
.gallery {
  padding: 20px 0;
  clear: both;
}
.gallery div div {
  margin: 0 0 8px 0 !important;
  width: 100%;
}
.gallery img {
  width: 100%;
}
@media (min-width: 480px) and (max-width: 768px) {
  .gallery div div {
    width: auto;
  }
  .gallery div div:nth-child(even) {
    margin: 0 0 8px 4px !important;
  }
  .gallery div div:nth-child(odd) {
    margin: 0 4px 8px 0 !important;
  }
  .gallery img {
    width: calc(49vw - 30px);
  }
}
@media (min-width: 769px) {
  .gallery div div {
    width: auto;
    margin: 0 4px 8px 4px !important;
  }
  .gallery div div:nth-child(3n+0) {
    margin: 0 0 8px 4px !important;
  }
  .gallery div div:nth-child(3n+1) {
    margin: 0 4px 8px 0 !important;
  }
  .gallery img {
    width: calc(24vw - 16px);
    max-width: 290px;
  }
}
.paging {
  text-align: center;
  margin: 0 0 1.5rem;
}
.paging a {
  color: #ce003b;
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: 11pt;
  text-decoration: none;
  margin: 0 0.2rem;
  text-decoration: underline;
  font-weight: 500;
}
.paging a.active {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
.paging a.step {
  background-color: black;
  color: white;
  font-size: 14px;
  text-decoration: none;
  transition: all 200ms linear;
}
.paging a.step i {
  display: block;
  position: relative;
}
.paging a.step i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: auto;
}
.paging a.step.disabled {
  background-color: #ccc;
}
.paging a.step.disabled:hover {
  background-color: #ccc;
}
.paging a.step:hover {
  background-color: #ce003b;
}
.paging p {
  display: inline-block;
  margin: 0 1rem;
}
@media (min-width: 769px) {
  .paging {
    margin-top: 3rem;
  }
}
section.company img {
  height: 60px;
  object-fit: contain;
  margin: 10px 0;
}
section.company table {
  margin-top: 28px;
  width: 100%;
  line-height: 1.4em;
  font-size: 13.3px;
}
section.company table .comp {
  width: 240px;
  font-weight: 600;
  color: #57575a;
  padding: 0 !important;
}
.smart-city .project-list a {
  text-decoration: none;
}
.smart-city .project-list .project {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  color: black;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.smart-city .project-list .project img.preview {
  width: 100%;
  max-width: 240px;
  height: auto;
}
.smart-city .project-list .project img.preview.placeholder {
  display: none;
}
.smart-city .project-list .project .content small {
  font-size: 10pt;
}
.smart-city .project-list .project .content h3 {
  font-size: 12pt;
  margin: 5px 0;
}
.smart-city .project-list .project .content .link {
  text-decoration: underline;
  color: #ce003b;
}
@media (max-width: 720px) {
  .smart-city .project-list .project {
    flex-direction: column;
  }
  .smart-city .project-list .project img.preview {
    max-width: unset;
  }
}
.smart-city .logos img {
  max-height: 40px;
  margin-right: 5px;
}
.smart-city .filter {
  position: relative;
  display: inline-block;
}
.smart-city .filter button {
  background-color: black;
  color: white;
  padding: 10px 10px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 200ms linear;
}
.smart-city .filter button i:before {
  margin: 0 0 0 4px;
}
.smart-city .filter .dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.smart-city .filter .dropdown a {
  width: 300px;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-decoration: none !important;
  font-size: 11pt !important;
}
.smart-city .filter .dropdown a:hover {
  background-color: #f1f1f1;
}
.smart-city .filter .dropdown a img {
  max-height: 20px;
  max-width: 100px;
}
.smart-city .filter:hover button {
  background-color: #ce003b;
}
.smart-city .filter:hover .dropdown {
  display: block;
}
.smart-city .project-details a {
  font-size: 11pt;
}
.smart-city .project-details h2 {
  margin-bottom: 5px;
}
.smart-city .project-details small {
  display: block;
  font-size: 10pt;
  margin-bottom: 5px;
}
.smart-city .project-details img {
  width: 100%;
}
.smart-city .project-details .logos {
  margin: 10px 0 20px;
}
.smart-city .project-details .logos img {
  width: auto;
}
section.teaser {
  position: relative;
  min-height: 30rem;
}
section.teaser img {
  width: 100%;
  height: auto;
  max-height: 455px;
  object-fit: cover;
}
section.teaser .text {
  text-align: center;
  padding: 20px;
  display: block;
  background: #e8e9ea !important;
}
section.teaser .text h2 {
  font-size: 24px;
  color: #404040;
  font-weight: 300 !important;
  line-height: 1.3em;
  margin: 12px 20px 20px 20px;
  padding: 0 0 16px 0 !important;
  border-bottom: 1px solid #404040;
}
@media (min-width: 768px) {
  section.teaser .text {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
    width: 40%;
  }
}
section.article h1 {
  margin: 0;
}
section.article > img {
  margin: 20px 0;
  width: 100%;
}
section.article .back_link {
  float: right;
  line-height: 27px;
  font-size: 13px;
}
section.article .attachments {
  clear: both;
  padding-top: 30px;
}
section.article .attachments p {
  margin: 3px 0;
}
section.article .attachments img {
  width: auto;
  height: 20px;
  margin: 0;
}
.home .logos {
  display: flex;
  justify-content: space-between;
  gap: 1rem 3rem;
  flex-wrap: wrap;
  margin: 0 -14rem;
}
.home .logos img {
  height: 5rem;
}
@media (max-width: 1200px) {
  .home .logos {
    margin: 0;
  }
}
.geschaeftsstelle figure {
  float: right;
  width: 35vw;
  max-width: 400px;
}
@media (max-width: 900px) {
  .geschaeftsstelle figure {
    float: none;
    width: unset;
    margin-left: 0;
    max-width: unset;
  }
}
@media (max-width: 600px) {
  .geschaeftsstelle figure {
    margin-right: 0;
  }
}
