@charset "UTF-8";
.bg-light {
  background-color: #F1F7FA;
}

.bg-blueDark {
  background-color: #28485E;
}

.bg-gradiant {
  background: #77AECC;
  background: linear-gradient(90deg, rgb(119, 174, 204) 0%, rgb(47, 130, 172) 100%);
}

@font-face {
  font-family: "Satoshi-Regular", sans-serif;
  src: url("fonts/Satoshi-Regular.woff2") format("woff2"), url("fonts/Satoshi-Regular.woff") format("woff"), url("fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Medium" sans-serif;
  src: url("fonts/Satoshi-Medium.woff2") format("woff2"), url("fonts/Satoshi-Medium.woff") format("woff"), url("fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Bold", sans-serif;
  src: url("fonts/Satoshi-Bold.woff2") format("woff2"), url("fonts/Satoshi-Bold.woff") format("woff"), url("fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
h1 {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
}

h2 {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}

h3 {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.fontsize-24 {
  font-size: 24px;
  line-height: 28px;
}

html, body {
  margin: 0px;
  padding: 0px 0 0px 0;
  font-family: "Satoshi-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  color: #262626;
  background: #ffffff;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  moz-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body {
  padding: 96px 0 0 0;
}

.trans {
  opacity: 0;
}

.bold, b, strong {
  font-weight: 600;
  font-style: normal;
  font-family: "Satoshi-Bold", sans-serif;
}

a {
  color: #262626;
  text-decoration: none;
}

img {
  border: 0px;
  max-width: 100%;
  height: auto;
}

.mobnanbtn {
  display: none;
}

.menutogglearrow {
  display: none;
}

.box-img {
  width: 100%;
  height: auto;
  display: block;
}

.animateAll {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

button, input[type=button], input[type=submit], input[type=reset] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
  box-shadow: none;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  width: auto;
  min-width: 120px;
  text-align: center;
  display: inline-block;
  background: #77AECC;
  background: linear-gradient(90deg, rgb(47, 130, 172) 0%, rgb(119, 174, 204) 100%);
  border-radius: 8px;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  font-family: "Satoshi-Bold", sans-serif;
  font-weight: 700;
  padding: 15px 25px 13px 25px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.btn:hover {
  background: linear-gradient(90deg, rgb(119, 174, 204) 0%, rgb(47, 130, 172) 100%);
}
.btn .icon-btn {
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
}
.btn.btn_colored {
  border: 0.5px solid #77AECC;
  background-color: #77AECC;
}
.btn.btn_colored:hover {
  border: 0.5px solid #74ACCB;
  background-color: #74ACCB;
}
.btn.btn-withe {
  background-color: #ffffff;
  background: #ffffff;
  color: #77AECC;
}
.btn.btn-withe:hover {
  background-color: #77AECC;
  background: #77AECC;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 21px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 21px -8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 21px -8px rgba(0, 0, 0, 0.3);
}
.btn.btn-textlink {
  padding: 0px 20px 0 0;
  background: inherit;
  background-color: transparent;
  color: #262626;
  position: relative;
  background-image: url("../Images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: 98% 6px;
}
.btn.btn-textlink:hover {
  background: inherit;
  background-color: transparent;
  color: #262626;
  background-image: url("../Images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: 100% 6px;
}

.border20 {
  border-radius: 20px;
}

.borderradius-16 {
  border-radius: 16px;
}

.textCenter {
  text-align: center;
}

.text-input a {
  text-decoration: underline;
}
.text-input p {
  margin: 0 0 10px 0;
}
.text-input p:last-child {
  margin: 0 0 0px 0;
}
.text-input ul {
  margin: 30px 0 15px 0;
  padding: 0px;
  float: left;
  width: 100%;
}
.text-input ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin: 0 0 15px 0;
}
.text-input ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
}

.pagewidth {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}

#wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}

main#content {
  min-height: 100vh;
  width: 100%;
  float: left;
}

.content-row {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 0 0px;
}

.content-row-inner {
  width: 100%;
  float: left;
  position: relative;
}

.content-row-inner-center {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto;
}

.bgbox {
  float: left;
  position: relative;
  width: calc(100% - 140px);
  padding: 60px 70px;
}

.w-full {
  width: 100%;
  max-width: 100%;
}

.w-large {
  width: 1738px;
  max-width: calc(100% - 240px);
  position: relative;
}
.w-large .contentbox {
  position: relative;
  width: calc(100% - 160px);
}

.w-medium {
  width: 90%;
  max-width: 1110px;
}

.w-small {
  width: 70%;
  max-width: 990px;
}

.w-90 {
  width: 90%;
}

.w-75 {
  width: 75%;
}

.w-70 {
  width: 70%;
}

.w-30 {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.safari select {
  -webkit-appearance: none;
}

.content-row-spacer {
  min-height: 80px;
}

.content-row-sectionheadline {
  padding: 0px;
}
.content-row-sectionheadline .w-large .contentbox {
  width: 100%;
}
.content-row-sectionheadline .w-large .contentbox .btnbox {
  float: right;
}
.content-row-sectionheadline .infoline {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 5px 0;
}
.content-row-sectionheadline h2 {
  float: left;
  margin: 0px;
  padding: 0px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.content-row-header {
  padding: 0 0 20px 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  background: #fff;
  height: 75px;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-header .logo {
  display: block;
  width: 176px;
  height: auto;
  float: left;
  margin: 0 0 0 -90px;
}
.content-row-header .action-btn {
  position: relative;
  float: right;
  margin: 37px 0 0 0;
}
.content-row-header .action-btn .btn-lang {
  cursor: pointer;
  float: left;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  margin: 0 20px 0 0;
  text-transform: uppercase;
}
.content-row-header .action-btn .btn-search {
  float: left;
  cursor: pointer;
}
.content-row-header .action-btn .btn-search .img-search {
  position: relative;
  height: 17px;
  width: auto;
  top: 2px;
}
.content-row-header .headernav {
  position: relative;
  float: left;
  width: calc(100% - 190px);
}

.HeaderInvert {
  padding-top: 0px;
}
.HeaderInvert .content-row-header {
  background: none;
  border-bottom: 0px;
}
.HeaderInvert .content-row-header .btn-lang {
  color: #ffffff;
}
.HeaderInvert .content-row-header .logo, .HeaderInvert .content-row-header .img-search {
  filter: brightness(0) invert(1);
}

.scroll .HeaderInvert .content-row-header {
  background: #ffffff;
  border-bottom: 0px;
  box-shadow: 0px 33px 39px -43px rgba(0, 0, 0, 0.5);
}
.scroll .HeaderInvert .content-row-header .btn-lang {
  color: #262626;
}
.scroll .HeaderInvert .content-row-header .logo, .scroll .HeaderInvert .content-row-header .img-search {
  filter: inherit;
}

.navbox {
  float: right;
  margin: 36px 0px 0 0;
}
.navbox .navitem .subnavLayer {
  display: none;
}
.navbox .navitem.navitem-level1 {
  display: block;
  float: left;
  font-size: 17px;
  margin: 0 0 0 40px;
  letter-spacing: 1.3px;
}
.navbox .navitem.navitem-level1 a {
  color: #262626;
}
.navbox .navitem.active {
  font-family: "Satoshi-Medium", sans-serif;
  font-weight: 800;
  letter-spacing: 0.7px;
}
.navbox .navitem.open .subnavLayer {
  display: block;
  position: absolute;
  right: 0px;
  background: #fff;
  z-index: 99;
  border-radius: 16px;
  padding: 50px;
  width: 900px;
  max-width: 100%;
  top: 116px;
  margin: 0px;
  list-style-type: none;
  -webkit-box-shadow: 0px 0px 29px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 29px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 29px -10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.navbox .navitem.open .subnavLayer .navlayerborder {
  float: left;
  width: 100%;
  height: 10px;
  bottom: 0px;
  position: absolute;
  left: 0px;
  pointer-events: none;
}
.navbox .navitem.open .subnavLayer .navitem-level2 {
  float: left;
  margin: 0 4% 0 0;
  color: #262626 !important;
  width: 38%;
}
.navbox .navitem.open .subnavLayer .navitem-level2 a {
  color: #262626 !important;
  font-family: "Satoshi-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.navbox .navitem.open .subnavLayer .navitem-level2 .subnavTitel {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.navbox .navitem.open .subnavLayer .navitem-level2 .subnavLayer-sub {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.navbox .navitem.open .subnavLayer .navitem-level2 .subnavLayer-sub .navitem-level3 {
  float: left;
  width: 100%;
  margin: 0 0 7px 0;
}
.navbox .navitem.open .subnavLayer .navitem-level2:last-child {
  margin-right: 0px;
  width: 58%;
}
.navbox .navitem.open .subnavLayer .navitem-level2:last-child .subnavLayer-sub .navitem-level3 {
  float: left;
  width: 48%;
  margin: 0 2% 7px 0;
}

.HeaderInvert .navbox .navitem.navitem-level1 a {
  color: #ffffff;
}

.scroll .navbox .navitem.navitem-level1 a {
  color: #262626;
}

.content-row-heroslider {
  background-color: #262626;
  margin: 0 0 80px 0;
}
.content-row-heroslider .slick-dots {
  position: absolute;
  z-index: 50;
  top: 23%;
  right: 20px;
}
.content-row-heroslider .slick-dots li {
  border: 1px solid #ffffff;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.content-row-heroslider .slick-dots li button {
  opacity: 0;
}
.content-row-heroslider .slick-dots li:hover {
  background: #ffffff;
}
.content-row-heroslider .slick-dots li.slick-active {
  background: #ffffff;
}
.content-row-heroslider .sliderbox-hero {
  float: left;
  width: 100%;
  position: relative;
}
.content-row-heroslider .img-heroslider {
  width: auto;
  max-width: inherit;
  min-width: 100vw;
  display: block;
  height: 100vh;
}
.content-row-heroslider .hero-hl {
  font-size: 104px;
  line-height: 100px;
  color: #ffffff;
  font-weight: 300;
  position: absolute;
  z-index: 20;
  left: 0px;
  top: 50px;
}
.content-row-heroslider .hero-contentbottom {
  position: absolute;
  z-index: 20;
  left: 0px;
  color: #ffffff;
  top: 75vh;
  width: 100%;
}
.content-row-heroslider .hero-contentbottom .subheader {
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  width: 54%;
}
.content-row-heroslider .hero-contentbottom .description {
  font-size: 30px;
  line-height: 42px;
  width: 54%;
}
.content-row-heroslider .hero-contentbottom .btnbox {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.content-row-heroslider .borderline {
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -5px;
  pointer-events: none;
}
.content-row-heroslider .borderline .borderpart {
  position: absolute;
  width: 33.33%;
  height: 10px;
  left: 0px;
  background: red;
}
.content-row-heroslider .borderline .borderpart {
  position: absolute;
  width: 33.33%;
  height: 10px;
  left: 0px;
}
.content-row-heroslider .borderline .borderpart.border1 {
  background: #F79309;
  left: 0px;
}
.content-row-heroslider .borderline .borderpart.border2 {
  background: #A0D400;
  left: 33.33%;
}
.content-row-heroslider .borderline .borderpart.border3 {
  background: #912193;
  left: 66.66%;
}

.content-row-headertextimage {
  margin: 20px 0 0 0;
}
.content-row-headertextimage .contentbox {
  width: 100%;
}
.content-row-headertextimage .contentbox .textbox {
  width: 42%;
  float: left;
  color: #ffffff;
}
.content-row-headertextimage .contentbox .textbox h1 {
  margin: 15px 0 10px 0;
  float: left;
  width: 100%;
}
.content-row-headertextimage .contentbox .headertext {
  font-size: 20px;
  line-height: 28px;
}
.content-row-headertextimage .contentbox .imagebox {
  width: 50%;
  float: right;
  margin: 0px 0 0 0;
}

.content-row-teasertext {
  padding: 0px 0 80px 0;
}
.content-row-teasertext .contentbox {
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  width: 66%;
}
.content-row-teasertext .contentbox .btnrow {
  margin: 30px 0 0 0;
  clear: both;
}

.content-row-bigctabox .contentbox .thumbbox {
  width: 170px;
  height: 170px;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #fff;
  margin: -130px 0 20px 0;
  float: left;
}
.content-row-bigctabox .contentbox .bigctatext {
  font-size: 72px;
  line-height: 80px;
  float: left;
  width: 100%;
  margin: 0 0 200px 0;
  font-family: "Satoshi-Regular", sans-serif;
  font-weight: 100;
  color: #ffffff;
}
.content-row-bigctabox .contentbox .buttoninfotext {
  font-size: 20px;
  line-height: 28px;
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  color: #262626;
}

.content-row-projectbigctabox {
  margin-top: 80px;
}

.content-row-imagetext {
  padding: 0 0 80px 0;
}
.content-row-imagetext .imagebox {
  float: left;
  width: 38%;
  position: relative;
}
.content-row-imagetext .textbox {
  float: right;
  width: 54%;
  position: relative;
}
.content-row-imagetext .textbox .textbox-inner {
  float: left;
  width: 100%;
  margin: 25px 0 0px 0;
}
.content-row-imagetext .textbox .btnrow {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}

.content-row-textimagevariation {
  padding: 40px 0 60px 0;
}
.content-row-textimagevariation .textpart {
  width: 48%;
  float: left;
  position: relative;
}
.content-row-textimagevariation .textpart.textpart-right {
  float: right;
}
.content-row-textimagevariation .textpart .boxheadline {
  float: left;
  width: 100%;
  min-height: 28px;
}
.content-row-textimagevariation .textpart .textbox {
  margin: 0 0 15px 0;
}
.content-row-textimagevariation .textpart .text-input ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #77AECC;
}
.content-row-textimagevariation .textpart.notext .boxheadline {
  display: none;
}
.content-row-textimagevariation.singlecolum .textpart {
  width: 100%;
  float: left;
}

.content-row-teaserlist {
  padding: 0 0 80px 0;
}
.content-row-teaserlist .teaserlist-box {
  float: right;
  width: 75%;
  padding: 0 0px 0 0;
}
.content-row-teaserlist .teaserlist-box .teaserlist-item {
  float: left;
  width: 80%;
  border-bottom: 1px solid #D6DADD;
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
  position: relative;
}
.content-row-teaserlist .teaserlist-box .teaserlist-item .teaserlist-item-hl {
  float: left;
  width: 36%;
  margin: 0px;
  padding: 0px;
}
.content-row-teaserlist .teaserlist-box .teaserlist-item .teaserlist-item-text {
  float: right;
  width: 62%;
}

.content-row-twocolumlist .teaserlist-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 100px;
}
.content-row-twocolumlist .teaserlist-box .teaserlist-item {
  flex: 1 1 calc(50% - 100px);
  box-sizing: border-box;
  margin: 0;
  float: none;
  width: inherit;
  border-bottom: 1px solid #D6DADD;
  padding: 0 0 50px 0;
  margin: 0 0 30px 0;
  position: relative;
}
.content-row-twocolumlist .teaserlist-box .teaserlist-item .listicon {
  float: left;
  width: 60px;
}
.content-row-twocolumlist .teaserlist-box .teaserlist-item .teaserlist-item-text {
  float: right;
  width: calc(100% - 100px);
}
.content-row-twocolumlist .teaserlist-box .teaserlist-item:nth-child(odd) {
  clear: none;
}
.content-row-twocolumlist .teaserlist-box .teaserlist-item:last-child {
  flex: 1 1 calc(50% - 100px);
}

.content-row-singleimage {
  padding: 0 0 80px 0;
}

.content-row-imagetextgrid {
  padding: 0 0 80px 0;
}
.content-row-imagetextgrid .imagetextgrid-item {
  position: relative;
  float: left;
  width: calc(33% - 16.5px);
  margin: 0 30px 30px 0;
}
.content-row-imagetextgrid .imagetextgrid-item:nth-child(3n) {
  margin-right: 0px;
}
.content-row-imagetextgrid .imagetextgrid-item .contentbox {
  position: relative;
  border: 3px solid #D6DADD;
  float: left;
  width: calc(100% - 100px);
  margin: 30px 0 0 0;
  padding: 50px;
}
.content-row-imagetextgrid .imagetextgrid-item .contentbox .dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #D6DADD;
  right: 15px;
  top: 15px;
}
.content-row-imagetextgrid .imagetextgrid-item .contentbox .btnrow {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.content-row-imagetextgrid .imagetextgrid-item.color-orange .contentbox {
  border: 3px solid #F79309;
}
.content-row-imagetextgrid .imagetextgrid-item.color-orange h3 {
  color: #F79309;
}
.content-row-imagetextgrid .imagetextgrid-item.color-orange .dot {
  background: #F79309;
}
.content-row-imagetextgrid .imagetextgrid-item.color-green .contentbox {
  border: 3px solid #A0D400;
}
.content-row-imagetextgrid .imagetextgrid-item.color-green h3 {
  color: #A0D400;
}
.content-row-imagetextgrid .imagetextgrid-item.color-green .dot {
  background: #A0D400;
}
.content-row-imagetextgrid .imagetextgrid-item.color-purple .contentbox {
  border: 3px solid #912193;
}
.content-row-imagetextgrid .imagetextgrid-item.color-purple h3 {
  color: #912193;
}
.content-row-imagetextgrid .imagetextgrid-item.color-purple .dot {
  background: #912193;
}

.content-row-factline {
  padding: 0 0 0px 0;
  margin: 0 0 80px 0;
  height: 400px;
  overflow: hidden;
  background-color: #28485E;
  color: #ffffff;
  background-image: url("../Images/bg-facts.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.content-row-factline .factlinebox {
  padding: 0 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  height: 400px;
}
.content-row-factline .factbox {
  display: inline-block;
  margin: 0px 20px 0 20px;
}
.content-row-factline .nr {
  font-size: 88px;
  line-height: 80px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Satoshi-Medium", sans-serif;
  text-align: center;
  width: 180px;
}
.content-row-factline .info {
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.content-row-imagetextboxslider {
  padding: 0 0 80px 0;
  width: 100vw;
  overflow: hidden;
}
.content-row-imagetextboxslider .slick-list {
  overflow: visible;
}
.content-row-imagetextboxslider .slick-track {
  padding: 60px 0 0 0;
}
.content-row-imagetextboxslider .sliderbox-imagetextbox {
  width: 50%;
}
.content-row-imagetextboxslider .slideitem-imagetextbox {
  position: relative;
  margin: 0 30px 0 0;
  opacity: 1;
}
.content-row-imagetextboxslider .slideitem-imagetextbox .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  background: #eeeeee;
  border-radius: 100%;
  margin: 0 5px 0 0;
}
.content-row-imagetextboxslider .slideitem-imagetextbox.color-orange .dot {
  background: #F79309;
}
.content-row-imagetextboxslider .slideitem-imagetextbox.color-green .dot {
  background: #A0D400;
}
.content-row-imagetextboxslider .slideitem-imagetextbox.color-purple .dot {
  background: #912193;
}
.content-row-imagetextboxslider .slideitem-imagetextbox .itemlink {
  display: none;
}
.content-row-imagetextboxslider .slideitem-imagetextbox .slideitem-imagetextbox-inner {
  width: calc(100% - 60px);
  float: left;
  margin: 30px 0 30px 30px;
}
.content-row-imagetextboxslider .slideitem-imagetextbox .slideitem-imagetextbox-inner .imagebox {
  float: left;
  width: 38%;
}
.content-row-imagetextboxslider .slideitem-imagetextbox .slideitem-imagetextbox-inner .textbox {
  float: right;
  width: 58%;
}
.content-row-imagetextboxslider .slideitem-imagetextbox .slideitem-imagetextbox-inner .textbox .boxtitel {
  margin: 0px;
}
.content-row-imagetextboxslider .slideitem-imagetextbox .slideitem-imagetextbox-inner .textbox .infoline {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 0 0 20px 0;
  height: 20px;
}
.content-row-imagetextboxslider .slideitem-imagetextbox.slick-active {
  opacity: 1;
}
.content-row-imagetextboxslider .slick-dots {
  position: absolute;
  top: 0px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.content-row-imagetextboxslider .slick-dots li {
  float: left;
}
.content-row-imagetextboxslider .slick-dots li button {
  text-indent: -999999px;
  display: block;
  width: 100px;
  height: 2px;
  border: 0px;
  background-color: #F1F7FA;
}
.content-row-imagetextboxslider .slick-dots li.slick-active button {
  background-color: #77AECC;
}
.content-row-imagetextboxslider .slick-dots li.slick-active-prev button {
  background-color: #77AECC;
}

.content-row-partnerlogos {
  margin-top: 80px;
}
.content-row-partnerlogos .logorow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow-x: auto;
}
.content-row-partnerlogos .img-logo {
  max-width: 100%;
  height: auto;
  margin: 0 10px 0 0;
  background-color: transparent;
  mix-blend-mode: multiply;
}
.content-row-partnerlogos .img-logo:first-child {
  margin-left: 0px;
}
.content-row-partnerlogos .img-logo:last-child {
  margin-right: 0px;
}

.content-row-quote .contentbox {
  padding: 0 0 0 80px;
}
.content-row-quote .bgbox {
  padding: 80px 70px;
}
.content-row-quote blockquote {
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
  text-align: center;
  font-style: italic;
  max-width: 1100px;
  margin: 0 auto;
}
.content-row-quote .info {
  width: 100%;
  float: left;
  text-align: center;
  margin: 25px 0 0 0;
}
.content-row-quote .info:before {
  content: "— ";
}

.content-row-projectlist {
  float: left;
  padding: 40px 0 0 0;
}
.content-row-projectlist .box-projectlist {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.content-row-projectlist .box-projectlist .item-project {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.content-row-projectlist .box-projectlist .item-project .projectbox-inner {
  width: calc(100% - 60px);
  float: left;
  margin: 30px 0 30px 30px;
}
.content-row-projectlist .box-projectlist .item-project .projectbox-inner .imagebox {
  float: left;
  width: 38%;
}
.content-row-projectlist .box-projectlist .item-project .projectbox-inner .textbox {
  float: right;
  width: 58%;
}
.content-row-projectlist .box-projectlist .item-project .projectbox-inner .textbox .infoline, .content-row-projectlist .box-projectlist .item-project .projectbox-inner .textbox .abstract {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 0 0 20px 0;
  height: 20px;
}
.content-row-projectlist .box-projectlist .item-project .projectbox-inner .textbox .infoline .dot, .content-row-projectlist .box-projectlist .item-project .projectbox-inner .textbox .abstract .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  background: #eeeeee;
  border-radius: 100%;
  margin: 0 5px 0 0;
}
.content-row-projectlist .box-projectlist .item-project .projectbox-inner .textbox .boxtitel {
  margin: 0px;
}

.box-projectdetail .backlink {
  position: relative;
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 0 30px;
  display: block;
  background-image: url("../Images/icon-backarrow.svg");
  background-repeat: no-repeat;
  background-position: 5px 4px;
}
.box-projectdetail .backlink:hover {
  background-position: 0px 4px;
}
.box-projectdetail .contentbox {
  color: inherit;
}
.box-projectdetail .contentbox .infoline {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 0 0 20px 0;
  height: 20px;
}
.box-projectdetail .contentbox .infoline .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  background: #eeeeee;
  border-radius: 100%;
  margin: 0 5px 0 0;
}
.box-projectdetail .contentpart-project-team {
  padding: 0px 0 40px 0;
  float: left;
  width: 100%;
}
.box-projectdetail .contentpart-project-team .box-team {
  width: 48%;
  position: relative;
  float: left;
}
.box-projectdetail .contentpart-project-team .box-team .textbox {
  width: calc(100% - 125px);
  float: right;
}
.box-projectdetail .contentpart-project-team .box-team.box-project-member {
  float: right;
}
.box-projectdetail .contentpart-project-team .box-team.box-project-member .textbox {
  width: 100%;
  float: left;
}
.box-projectdetail .contentpart-project-team .box-team .imagebox {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 0 0 0 0;
}
.box-projectdetail .contentpart-project-team .box-team .boxtitel {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
}
.box-projectdetail .contentpart-project-team .hr {
  float: left;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eeeeee;
  padding: 45px 0 0px 0;
  margin: 0 0 0px 0;
  position: relative;
}

.content-row-gallery {
  padding: 100px 0 0 0;
  width: 100vw;
  overflow: hidden;
}
.content-row-gallery .item-gallery .copyright {
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  float: left;
  width: 100%;
  margin: 5px 0 0 0px;
}
.content-row-gallery .item-gallery.visible-2 .copyright {
  margin-left: 12px;
}
.content-row-gallery .slider-container {
  position: relative;
  max-width: 100%;
  overflow: visible;
  margin: 0 auto;
}
.content-row-gallery .slider-container .slider-gallery {
  display: flex;
  transition: transform 0.4s ease;
}
.content-row-gallery .slider-container .slider-gallery .item-gallery {
  flex: 0 0 33.33333%;
  box-sizing: border-box;
  padding: 0px;
  height: 400px;
  top: 110px;
  opacity: 0.3;
  position: relative;
  -webkit-transition: opacity 1200ms, top 500ms ease;
  -moz-transition: opacity 1200ms, top 500ms ease;
  -o-transition: opacity 1200ms, top 500ms ease;
  transition: opacity 1200ms, top 500ms ease;
}
.content-row-gallery .slider-container .slider-gallery .item-gallery figcaption {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  opacity: 0;
}
.content-row-gallery .slider-container .slider-gallery .item-gallery .imagebox {
  height: 400px;
  width: calc(70% - 30px);
  overflow: hidden;
  border-radius: 16px;
  border: 15px solid #ffffff;
  position: relative;
}
.content-row-gallery .slider-container .slider-gallery .item-gallery .imagebox .box-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.content-row-gallery .slider-container .slider-gallery .item-gallery.visible-2 {
  height: 720px;
  top: 0px;
  opacity: 1;
  -webkit-transition: opacity 0ms, top 0ms ease;
  -moz-transition: opacity 0ms, top 0ms ease;
  -o-transition: opacity 0ms, top 0ms ease;
  transition: opacity 0ms, top 0ms ease;
}
.content-row-gallery .slider-container .slider-gallery .item-gallery.visible-2 .imagebox {
  width: calc(160% - 30px);
  height: 640px;
  left: -30%;
}
.content-row-gallery .slider-container .slider-gallery .item-gallery.visible-2 figcaption {
  opacity: 1;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.content-row-gallery .slider-container .slider-gallery .item-gallery.visible-3 .imagebox {
  float: right;
}
.content-row-gallery .slider-container .prev-btn, .content-row-gallery .slider-container .next-btn {
  position: absolute;
  top: 10px;
  z-index: 1;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 8px;
  background: #77AECC;
  background: linear-gradient(90deg, rgb(119, 174, 204) 0%, rgb(47, 130, 172) 100%);
  opacity: 0.9;
}
.content-row-gallery .slider-container .prev-btn:hover, .content-row-gallery .slider-container .next-btn:hover {
  opacity: 1;
}
.content-row-gallery .slider-container .prev-btn {
  left: 10%;
  top: 315px;
}
.content-row-gallery .slider-container .next-btn {
  right: 10%;
  top: 315px;
}
.content-row-gallery .slider-container .arrow {
  display: block;
  width: 16px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.content-row-gallery .slider-container .arrow.arrow-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-row-gallery .seperator {
  position: absolute;
  width: 24px;
  height: 100%;
  background: #fff;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -12px;
}

.content-row-downloadlinks {
  padding: 0 0 80px 0;
}
.content-row-downloadlinks .item-download {
  float: left;
  width: 100%;
  float: left;
  width: 100%;
  border-bottom: 0.5px solid #364954;
  padding: 0 0 30px 0;
  margin: 5px 0 30px 0;
  position: relative;
  height: 45px;
}
.content-row-downloadlinks .item-download .partleft {
  width: 30%;
  float: left;
}
.content-row-downloadlinks .item-download .partleft .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.content-row-downloadlinks .item-download .partcenter {
  width: 60%;
  float: left;
  position: relative;
}
.content-row-downloadlinks .item-download .partright {
  width: 10%;
  float: right;
  text-align: right;
  position: relative;
}
.content-row-downloadlinks .item-download .partright .downloadbtn {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 8px;
  background: #77AECC;
  background: linear-gradient(90deg, rgb(119, 174, 204) 0%, rgb(47, 130, 172) 100%);
  opacity: 1;
  float: right;
}
.content-row-downloadlinks .item-download .partright .downloadbtn img {
  display: block;
  width: 16px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  transform: rotate(-90deg);
  position: relative;
  top: 12px;
  opacity: 0.8;
}
.content-row-downloadlinks .item-download .partright .downloadbtn.downloadbtn-url img {
  transform: rotate(145deg);
}
.content-row-downloadlinks .item-download .partright .downloadbtn:hover img {
  opacity: 1;
}

.content-row-team {
  padding: 40px 0 0 0;
}
.content-row-team .section-teamlist {
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  padding: 0px 0 15px 0;
  margin: 0 0 100px 0;
}
.content-row-team .team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.content-row-team .item-team {
  flex: 0 0 calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 50px;
}
.content-row-team .item-team .thumbbox {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  margin: 0 0 20px 0;
}
.content-row-team .item-team .thumbbox img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content-row-team .item-team .title, .content-row-team .item-team .department, .content-row-team .item-team .email {
  font-size: 14px;
}
.content-row-team .item-team .name {
  font-weight: 600;
}

.content-row-joblist .box-projectlist .item-project .projectbox-inner .textbox {
  float: left;
  width: 100%;
}

.box-jobdetail .content-row-headertextimage {
  margin: 20px 0 30px 0;
}
.box-jobdetail .content-row-headertextimage .contentbox .textbox {
  width: 80%;
}

.content-row-footer {
  color: #ffffff;
  line-height: 28px;
}
.content-row-footer a {
  color: #ffffff;
}
.content-row-footer .logo {
  display: block;
  width: 176px;
  height: auto;
  margin: 0px 0 0 -90px;
  filter: brightness(0) invert(1);
}
.content-row-footer address {
  float: left;
  width: 100%;
  font-style: normal;
}
.content-row-footer .sociallinks {
  float: left;
  width: 100%;
}
.content-row-footer .sociallinks a:hover {
  opacity: 0.8;
}
.content-row-footer .footer-subline {
  float: left;
  width: 100%;
  border-top: 2px solid #497185;
  margin: 50px 0 25px 0;
  font-size: 14px;
  padding: 30px 0 0 0;
}
.content-row-footer .footer-subline .metalinks {
  float: left;
}
.content-row-footer .footer-subline .metalinks a {
  margin: 0 25px 0 0;
}
.content-row-footer .footer-subline .metalinks a:hover {
  opacity: 0.8;
}
.content-row-footer .footer-subline .copy {
  float: right;
}
.content-row-footer .footer-subline .copy a:hover {
  opacity: 0.8;
}
.content-row-footer .footerpart {
  width: 33%;
  float: left;
}
.content-row-footer .footerpart-2 {
  padding: 176px 0 0 0;
}
.content-row-footer .footerpart-2 h3 {
  font-size: 20px;
  line-height: 30px;
  float: left;
  width: calc(100% - 160px);
}
.content-row-footer .footerpart-2 .btnbox {
  float: right;
  width: 135px;
  margin: 22px 0 0 15px;
}
.content-row-footer .footerpart-2 .btnbox .btn {
  width: 120px;
  min-width: 120px;
  color: #28485E;
  background: rgb(119, 174, 204);
  background: linear-gradient(to right, rgb(119, 174, 204) 0%, rgb(75, 216, 206) 100%);
  padding: 15px 5px 13px 9px;
}
.content-row-footer .footerpart-2 .btnbox .btn:hover {
  background: linear-gradient(to right, rgb(75, 216, 206) 0%, rgb(119, 174, 204) 100%);
}
.content-row-footer .footerpart-3 {
  width: auto;
  float: right;
  padding: 90px 0 0 0;
  max-width: 340px;
}
.content-row-footer .footerpart-3 .footermenu {
  display: flex;
  flex-wrap: wrap;
}
.content-row-footer .footerpart-3 .footermenu .footernavitem {
  flex: 1 1 50%;
  margin: 6px 0 0 0px;
  box-sizing: border-box;
  text-align: left;
}
.content-row-footer .footerpart-3 .footermenu .footernavitem:hover {
  opacity: 0.8;
}

/* ....................................................................................... 1023 */
@media only screen and (max-width: 1023px) {
  html, body {
    font-size: 16px;
    line-height: 23px;
  }
  .headernav, .action-btn {
    display: none;
  }
  .w-large {
    max-width: 90vw;
  }
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
  h1 br {
    display: none;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .content-row-header .logo {
    margin: 0 0 0 0px;
  }
  .content-row-heroslider .slick-dots {
    z-index: 50;
    top: 97px;
    right: 5%;
  }
  .content-row-heroslider .hero-hl {
    font-size: 74px;
    line-height: 70px;
  }
  .content-row-heroslider .img-heroslider {
    width: 100%;
    height: 490px;
    object-fit: cover;
  }
  .content-row-heroslider .slick-slide {
    min-height: 815px;
  }
  .content-row-heroslider .content-row-inner-center {
    max-width: 90%;
  }
  .content-row-heroslider .hero-contentbottom .subheader {
    width: 100%;
  }
  .content-row-heroslider .hero-contentbottom .description {
    font-size: 25px;
    line-height: 35px;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .content-row-heroslider .hero-contentbottom {
    top: 500px;
  }
  .content-row-heroslider .hero-contentbottom .btnbox {
    bottom: -115px;
    left: 0px;
  }
  .bgbox {
    width: calc(100% - 80px);
    padding: 40px 40px;
  }
  .content-row-teasertext {
    padding: 0px 0 20px 0;
    overflow: hidden;
  }
  .content-row-teasertext .contentbox {
    font-size: 24px;
    line-height: 34px;
    width: 100%;
  }
  .content-row-spacer {
    min-height: 20px !important;
  }
  .content-row-sectionheadline .infoline {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px 0;
    text-align: center;
  }
  .content-row-sectionheadline h2 {
    margin: 0px 0 0px 0;
    padding: 0px;
    width: 100%;
    text-align: center;
  }
  .content-row-teaserlist {
    padding: 0 0 20px 0;
  }
  .content-row-teaserlist .teaserlist-box {
    float: left;
    width: 90%;
    padding: 0 0px 0 5%;
  }
  .content-row-teaserlist .teaserlist-box .teaserlist-item {
    width: 100%;
  }
  .content-row-teaserlist .teaserlist-box .teaserlist-item .teaserlist-item-hl {
    width: 100%;
  }
  .content-row-teaserlist .teaserlist-box .teaserlist-item .teaserlist-item-text {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .content-row-singleimage {
    padding: 0 0 20px 0;
  }
  .content-row-imagetextgrid {
    padding: 0 0 20px 0;
  }
  .content-row-imagetextgrid .imagetextgrid-item {
    width: 100%;
    margin: 0 0px 30px 0;
  }
  .content-row-imagetextgrid .imagetextgrid-item .contentbox {
    width: calc(100% - 44px);
    margin: 30px 0 0 0;
    padding: 0 20px 15px 20px;
    min-height: 10px !important;
  }
  .content-row-factline {
    height: auto;
    padding: 0 0 50px 0;
  }
  .content-row-factline .factlinebox {
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    height: auto;
  }
  .content-row-factline .factbox {
    margin: 55px 0px 0 0px;
    float: left;
    width: 100%;
    text-align: center;
  }
  .content-row-factline .factbox .nr {
    font-size: 58px;
    line-height: 50px;
    width: 100%;
  }
  .content-row-sectionheadline .w-large .contentbox .btnbox {
    float: left;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
  }
  .content-row-imagetextboxslider .sliderbox-imagetextbox {
    width: 100%;
  }
  .content-row-imagetextboxslider .slick-track {
    padding: 60px 0 0 0;
    width: 100% !important;
  }
  .content-row-imagetextboxslider .slick-slide {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
  .content-row-imagetextboxslider .slideitem-imagetextbox .slideitem-imagetextbox-inner .imagebox {
    width: 100%;
  }
  .content-row-imagetextboxslider .slideitem-imagetextbox .slideitem-imagetextbox-inner .textbox {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .content-row-imagetextboxslider .slideitem-imagetextbox .slideitem-imagetextbox-inner .textbox .boxtitel {
    margin: 10px 0 0 0;
    float: left;
  }
  .content-row-imagetextboxslider {
    padding: 40px 0 20px 0;
  }
  .content-row-bigctabox .contentbox .bigctatext {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
    margin: 0 0 20px 0;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .content-row-bigctabox .contentbox .bigctatext br {
    display: none;
  }
  .content-row-bigctabox .contentbox .buttoninfotext br {
    display: none;
  }
  .content-row-imagetext {
    padding: 0 0 20px 0;
  }
  .content-row-imagetext .imagebox {
    width: 100%;
  }
  .content-row-imagetext .w-large .contentbox {
    position: relative;
    width: 100%;
  }
  .content-row-imagetext .textbox {
    float: left;
    width: 100%;
  }
  .content-row-imagetext .textbox .textbox-inner {
    margin: 0 0 0px 0;
  }
  .content-row-partnerlogos {
    margin-top: 20px;
  }
  .content-row-partnerlogos .img-logo {
    max-width: 120px;
  }
  .content-row-footer .footerpart {
    width: 100%;
    float: left;
  }
  .content-row-footer .logo {
    margin: 0px 0 0 0px;
  }
  .content-row-footer .footerpart-2 {
    padding: 0 0 0 0;
  }
  .content-row-footer .footerpart-3 {
    width: auto;
    float: left;
    padding: 0px 0 0 0;
    max-width: 100%;
  }
  .content-row-footer .footer-subline .copy {
    float: left;
    display: block;
    width: 80%;
  }
  .content-row-header {
    position: absolute;
  }
  .mobnanbtn {
    display: block;
    position: fixed;
    z-index: 999999;
    right: 5%;
    top: 29px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #77AECC;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
  }
  .mobnanbtn:hover {
    background-color: #74ACCB;
  }
  .mobnanbtn .close {
    display: none;
  }
  .mobnanbtn .open span {
    display: block;
    width: 70%;
    height: 2px;
    background-color: #ffffff;
    margin: 11px 0 -5.5px 15%;
    float: left;
  }
  .mobnavOpen .btn-lang {
    color: #ffffff;
  }
  .mobnavOpen .logo, .mobnavOpen .img-search {
    filter: brightness(0) invert(1);
  }
  .mobnavOpen .content-row-header .logo {
    position: fixed;
    z-index: 99999999;
    filter: brightness(0) invert(1);
  }
  .mobnavOpen .action-btn {
    display: block;
    position: fixed;
    z-index: 999999;
    top: 50px;
    width: 90%;
    border-bottom: 0.5px solid #fff;
    padding: 0 0 13px 0;
  }
  .mobnavOpen .open {
    display: none;
  }
  .mobnavOpen .close {
    display: block;
    font-size: 23px;
    margin: 9px 0 0 2.5px;
  }
  .mobnavOpen .content-row-header .headernav {
    position: fixed;
    float: left;
    width: 100vw;
    top: 0px;
    left: 0px;
    height: 100vh;
    overflow: auto;
    background: #77AECC;
    background: linear-gradient(90deg, rgb(119, 174, 204) 0%, rgb(47, 130, 172) 100%);
    z-index: 9999;
    display: block;
  }
  .mobnavOpen .content-row-header .headernav .navbox {
    float: left;
    margin: 140px 0 0 5%;
    padding: 0px;
    width: 90%;
  }
  .mobnavOpen .content-row-header .headernav .navbox a {
    color: #ffffff;
  }
  .mobnavOpen .content-row-header .headernav .navbox .menutogglearrow {
    display: block;
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 9px;
    top: 0px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 20px;
    width: 23px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 100%;
    padding: 0px 0px 3px 0px;
    opacity: 0.85;
  }
  .mobnavOpen .content-row-header .headernav .navbox .navitem.navitem-level1 {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    width: 100%;
    margin: 0 0 16px 0;
    border-bottom: 0.5px solid #fff;
    padding: 0 0 16px 0;
  }
  .mobnavOpen .content-row-header .headernav .navbox .navitemOpen .subnavLayer {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    float: left;
    width: 100%;
  }
  .mobnavOpen .content-row-header .headernav .navbox .navitemOpen .subnavLayer .subnavTitel {
    font-size: 16px;
    float: left;
    margin: 18px 0 10px 0;
    width: 100%;
  }
  .mobnavOpen .content-row-header .headernav .navbox .navitemOpen .subnavLayer .subnavLayer-sub {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 16px;
  }
  .mobnavOpen .content-row-header .headernav .navbox .navitemOpen .subnavLayer .subnavLayer-sub a {
    display: block;
    padding: 5px 0;
  }
  .content-row-headertextimage .contentbox .textbox {
    width: 100%;
  }
  .content-row-headertextimage .contentbox .imagebox {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
  }
  .content-row-bigctabox .contentbox .thumbbox {
    margin: 0px 0 20px 0;
    float: left;
  }
  .content-row-projectlist {
    float: left;
    padding: 10px 0 0 0;
  }
  .content-row-projectlist .box-projectlist .item-project {
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .content-row-projectlist .box-projectlist .item-project .projectbox-inner .imagebox {
    width: 100%;
  }
  .content-row-projectlist .box-projectlist .item-project .projectbox-inner .textbox {
    float: left;
    width: 100%;
  }
  .content-row-projectlist .box-projectlist .item-project .projectbox-inner .textbox .infoline, .content-row-projectlist .box-projectlist .item-project .projectbox-inner .textbox .abstract {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0 0 20px 0;
    height: auto;
  }
  .box-projectdetail .contentbox .infoline {
    height: auto;
    line-height: 20px;
  }
  .box-projectdetail .contentpart-project-team .box-team {
    width: 100%;
    position: relative;
    float: left;
  }
  .box-projectdetail .contentpart-project-team .box-team.box-project-member {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .box-projectdetail .contentpart-project-team .box-team .imagebox {
    float: none;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px auto;
  }
  .box-projectdetail .contentpart-project-team .box-team .textbox {
    width: 100%;
    float: left;
    text-align: center;
  }
  .content-row-textimagevariation .textpart {
    width: 100%;
    float: left;
    position: relative;
  }
  .box-projectdetail .contentpart-project-team {
    padding: 0px 0 20px 0;
  }
  .content-row-textimagevariation {
    padding: 0px 0 20px 0;
  }
  .content-row-textimagevariation .textpart .boxheadline {
    min-height: 0px;
  }
  .content-row-textimagevariation .textpart .textbox {
    margin: 0 0 3px 0;
  }
  .text-input ul {
    margin: 5px 0 5px 0;
  }
  .content-row-quote .bgbox {
    padding: 20px 20px;
    width: calc(100% - 40px);
  }
  .content-row-quote .contentbox {
    padding: 0 0 0 0px;
    width: 100%;
  }
  .content-row-quote blockquote {
    font-size: 30px;
    line-height: 40px;
    max-width: 100%;
  }
  .downloadrows h2 {
    font-size: 20px;
  }
  .content-row-downloadlinks .item-download .partleft {
    width: 100%;
    float: left;
  }
  .content-row-downloadlinks .item-download .partleft .title {
    font-size: 16px;
    line-height: 26px;
  }
  .content-row-downloadlinks .item-download .partcenter {
    width: 100%;
    float: left;
    position: relative;
  }
  .content-row-downloadlinks .item-download {
    height: auto;
  }
  .content-row-downloadlinks .item-download .partright {
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
  }
  .content-row-downloadlinks .item-download .partright .downloadbtn {
    position: relative;
    top: 0px;
    right: 0px;
    float: left;
    margin: 20px 0 0 0;
  }
  .content-row-downloadlinks {
    padding: 0 0 20px 0;
  }
  .content-row-teasertext-project .bgbox {
    width: 100%;
    padding: 0px 0px;
  }
  .content-row-projectbigctabox {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=project.css.map */
