html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  color: #0D3943 !important; }

ul, li {
  margin: 0;
  padding: 0; }

a {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  text-decoration: none;
  color: #0D3943; }
  a:hover {
    opacity: 0.4; }

strong {
  font-weight: bold; }

/****** Headlines and Divider ********/
.headlineBorder {
  margin-bottom: 25px; }

.border-centered {
  width: 30px;
  height: 7px;
  background-color: #ffffff;
  margin: 0 auto; }

.border-left {
  width: 30px;
  height: 7px;
  background-color: #0D3943; }

.caption {
  padding-top: 25px; }

/****** For Header ********/
.fillWhite {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background-color: rgba(255, 255, 255, 0) !important;
  position: fixed !important; }
  .fillWhite svg path {
    fill: white; }
  .fillWhite a, .fillWhite p {
    color: #ffffff !important; }
  .fillWhite .active {
    border-bottom: 1px solid #ffffff; }
  .fillWhite .menubtn div {
    background-color: #ffffff !important; }

.expandWhite {
  background-color: rgba(255, 255, 255, 0.85) !important; }
  .expandWhite svg path {
    fill: #0D3943 !important; }
  .expandWhite a, .expandWhite p {
    color: #0D3943 !important; }

header {
  position: fixed;
  width: 100%;
  height: 72px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 0 25px 0 25px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); }
  header .headerLogo {
    margin: 16px 0 0 0;
    float: left; }
  header nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 26px 0 0 0;
    text-align: center; }
    header nav li {
      margin: 0 10px 0 10px;
      display: inline-block; }
  header .headerContact {
    float: right;
    margin: 26px 0 0 0; }

.active {
  font-weight: bold;
  border-bottom: 1px solid #0D3943;
  padding-bottom: 29px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease; }

.headermobile {
  display: none; }

@media (max-width: 780px) {
  header {
    display: none; }
  .headermobile {
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 72px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 0 15px 0 15px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); }
    .headermobile.expand {
      height: 100%; }
    .headermobile .headerLogo {
      display: inline-block;
      margin: 16px 0 0 0; }
    .headermobile nav {
      width: 100%;
      display: none;
      position: absolute;
      left: 50%;
      top: 48%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center; }
      .headermobile nav li {
        line-height: 80px; }
    .headermobile .headerContact {
      display: none;
      position: absolute;
      margin: 0 auto;
      bottom: 25px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .headermobile .active {
      border-bottom: 0px solid #0D3943;
      padding-bottom: 0px; }
    .headermobile .menubtn {
      width: 30px;
      height: 30px;
      position: absolute;
      right: 15px;
      top: 20px; }
      .headermobile .menubtn div {
        background-color: #0D3943;
        height: 1px;
        margin: 10px 0 0px 0; }
        .headermobile .menubtn div:first-child {
          margin-top: 4px; }
      .headermobile .menubtn.open .one {
        -webkit-transform: translateY(11px) rotate(45deg);
                transform: translateY(11px) rotate(45deg);
        background-color: #0D3943 !important; }
      .headermobile .menubtn.open .two {
        opacity: 0; }
      .headermobile .menubtn.open .three {
        -webkit-transform: translateY(-11px) rotate(-45deg);
                transform: translateY(-11px) rotate(-45deg);
        background-color: #0D3943 !important; } }

footer {
  height: 42px;
  width: 100%;
  padding: 13px 25px 13px 25px;
  position: relative;
  bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(5px); }
  footer .copyright {
    float: left; }
  footer .footerSublinks {
    float: right; }
    footer .footerSublinks a:first-child {
      margin-right: 15px; }

@media (max-width: 780px) {
  footer {
    padding: 13px 15px 13px 15px; } }

@media (max-width: 375px) {
  footer {
    font-size: 12px !important; } }

.introText {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff; }
  .introText .introTitle {
    margin-bottom: 20px; }
  .introText .introCopy {
    margin-top: 20px;
    max-width: 550px; }

.swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .swiper-container .swiper-slide {
    background-color: #0D3943; }
    .swiper-container .swiper-slide img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      opacity: 0.2; }

@media (max-width: 960px) {
  .introText {
    width: 500px; } }

@media (max-width: 768px) {
  .introText {
    width: 450px; } }

@media (max-width: 460px) {
  .introText {
    width: 300px; } }

.col section:last-child {
  background-color: aqua; }

.section {
  max-width: 320px;
  margin: 0 25px 50px 0; }
  .section .sectionHeader {
    line-height: 24px;
    margin-top: 35px; }
  .section p {
    margin-top: 30px; }
  .section .sectionList ul {
    list-style: square;
    margin-left: 20px; }
  .section .sectionList li {
    font-weight: 100;
    padding-top: 30px; }

.year {
  margin: 60px 0 15px 0; }

.imageDivider {
  margin: 50px 0 -25px 0;
  width: 100%; }

.swiper-containerService {
  width: 100%;
  z-index: -1; }
  .swiper-containerService .swiper-slide img {
    width: 100%;
    height: 630px;
    -o-object-fit: cover;
       object-fit: cover; }

.references {
  margin: 20px 0 150px 0; }
  .references:hover {
    opacity: 0.4; }
  .references .referenceLogo {
    max-width: 180px; }
    .references .referenceLogo img {
      max-width: 100%; }

@media (max-width: 960px) {
  .section {
    max-width: 500px; }
  .references {
    margin: 25px 0 10px 0;
    line-height: 24px; }
    .references .referenceLogo {
      max-width: 120px; }
      .references .referenceLogo img {
        max-width: 100%; }
  .imageDivider {
    margin: -100px 0 -50px 0;
    width: 100%; }
    .imageDivider img {
      width: 100%; }
  .swiper-containerService .swiper-slide img {
    height: 330px; } }

.profileImage {
  width: 300px;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-right: 15px; }
  .profileImage img {
    width: 100%; }

.headlineAbout {
  margin-bottom: 65px; }

.aboutText {
  margin-right: 50px; }

.aboutProfile {
  margin-top: 30px; }
  .aboutProfile .sectionList {
    line-height: 24px;
    -webkit-column-count: 2;
    column-count: 2; }
    .aboutProfile .sectionList p {
      padding-top: 19px; }
    .aboutProfile .sectionList ul {
      list-style: square;
      margin-left: 20px;
      font-weight: 100; }
    .aboutProfile .sectionList li {
      max-width: 300px; }
      .aboutProfile .sectionList li:last-child {
        margin: 0px 0px 40px 0px;
        padding-top: 16px; }

.perspectivesContainer {
  max-width: 330px; }

.divider {
  margin-top: 15px;
  height: 1px;
  background-color: rgba(13, 57, 67, 0.15); }

.aboutMap {
  margin: 60px 0 120px 0;
  height: 440px;
  width: 100%; }
  .aboutMap #map {
    width: 100%;
    height: 100%; }

.contactContainer {
  line-height: 25px;
  margin-top: 60px; }
  .contactContainer .headlineContact {
    margin: 25px 0 25px 0; }
  .contactContainer .contactInfo {
    margin-top: 25px; }

@media (max-width: 768px) {
  .profileImage {
    padding-right: 0px; }
  .aboutProfile {
    margin-top: 30px;
    margin-bottom: 30px; }
    .aboutProfile .sectionList {
      line-height: 24px;
      -webkit-column-count: 1;
      column-count: 1; }
    .aboutProfile li {
      margin-top: 20px; }
      .aboutProfile li:first-child {
        margin-top: 0px; }
  .aboutMap {
    margin: 60px 0 0px 0; } }

@media (max-width: 375px) {
  .aboutText {
    margin-right: 0px; }
  .profileImage {
    width: 100%; } }

.grid-100 {
  max-width: 100%;
  position: relative;
  margin: 0 auto; }

.grid-1280 {
  max-width: 1280px;
  position: relative;
  padding: 125px 25px 0px 25px;
  margin: 0 auto 0px auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.row::after {
  content: "";
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%; }

.col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col img {
  display: block; }

.b100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  .b100 img {
    width: 100%; }

.b60 {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%; }
  .b60 img {
    width: 100%; }

.b50 {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%; }
  .b50 img {
    width: 100%; }

.b30 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%; }
  .b30 img {
    width: 100%; }

.b25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }
  .b25 img {
    width: 100%; }

@media (max-width: 960px) {
  .grid-1280 {
    padding: 100px 15px 100px 15px; }
  .b60 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .b25 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }

@media (max-width: 768px) {
  .b25 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .b50 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .b30 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .b60 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .b80 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media (max-width: 375px) {
  .b30 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.basic {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease; }

html {
  animation: fadeSiteIn 0.5s ease forwards;
  /* [1] */
  -webkit-animation: fadeSiteIn 0.5s ease forwards;
  /* [1] */
  -moz-animation: fadeSiteIn 0.5s ease forwards;
  /* [1] */
  -o-animation: fadeSiteIn 0.5s ease forwards;
  /* [1] */ }

html.fadeSiteOut {
  animation: fadeSiteOut 0.5s ease forwards;
  /* [2] */
  -webkit-animation: fadeSiteOut 0.5s ease forwards;
  /* [2] */
  -moz-animation: fadeSiteOut 0.5s ease forwards;
  /* [2] */
  -o-animation: fadeSiteOut 0.5s ease forwards;
  /* [2] */ }

@keyframes fadeSiteIn {
  /* [1] */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeSiteOut {
  /* [2] */
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeSiteIn {
  /* [1] */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeSiteOut {
  /* [2] */
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* SANS */
.sans-xs {
  font-family: Helvetica, Sans-Serif;
  font-weight: 100;
  font-size: 14px; }

.sans-xs-b {
  font-family: Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 14px; }

.sans-s {
  font-family: Helvetica, Sans-Serif;
  font-weight: 100;
  font-size: 16px; }

.sans-menu {
  font-family: Helvetica, Sans-Serif;
  font-weight: 100;
  font-size: 24px; }

.sans-m {
  font-family: Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px; }

.sans-s-b {
  font-family: Helvetica, Sans-Serif;
  font-weight: bold; }

/* SERIF */
.serif-l {
  font-size: 53px;
  font-family: 'Abhaya Libre', serif; }

.serif-m {
  font-size: 28px;
  line-height: 43px;
  font-family: 'Abhaya Libre', serif; }

@media (max-width: 960px) {
  .serif-l {
    font-size: 44px;
    font-family: 'Abhaya Libre', serif; } }

@media (max-width: 460px) {
  .serif-l {
    font-size: 30px;
    line-height: 42px;
    font-family: 'Abhaya Libre', serif; } }

.imprintText {
  margin: 50px 0 100px 0;
  line-height: 32px; }
  .imprintText p {
    margin-top: 15px; }

.legalnotice p {
  margin-top: 15px;
  line-height: 32px; }
