@import "../magnific-popup/magnific-popup.css";
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/albert-sans-v1-latin_latin-ext-100.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: italic;
  font-weight: 100;
  src: url('fonts/albert-sans-v1-latin_latin-ext-100italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/albert-sans-v1-latin_latin-ext-200.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: italic;
  font-weight: 200;
  src: url('fonts/albert-sans-v1-latin_latin-ext-200italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/albert-sans-v1-latin_latin-ext-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/albert-sans-v1-latin_latin-ext-300italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/albert-sans-v1-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/albert-sans-v1-latin_latin-ext-italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/albert-sans-v1-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/albert-sans-v1-latin_latin-ext-500italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/albert-sans-v1-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/albert-sans-v1-latin_latin-ext-600italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/albert-sans-v1-latin_latin-ext-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/albert-sans-v1-latin_latin-ext-700italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/albert-sans-v1-latin_latin-ext-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: italic;
  font-weight: 800;
  src: url('fonts/albert-sans-v1-latin_latin-ext-800italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/albert-sans-v1-latin_latin-ext-900.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: italic;
  font-weight: 900;
  src: url('fonts/albert-sans-v1-latin_latin-ext-900italic.woff2') format('woff2');
}
* {
  box-sizing: border-box;
}
table.blank td {
  padding: 1em;
}
body {
  padding: 0px;
  margin: 0px;
  font-size: 100%;
  line-height: 1.4em;
  font-family: "Albert Sans", sans-serif;
}
.contentWidth {
  max-width: 1200px;
}
.centered {
  margin: auto;
}
.alarm {
  color: white;
  background-color: #697A9E;
  border-radius: 15px;
  padding: 1em;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1.mainPageH1 {
  text-indent: -99999px;
  height: 30px;
  margin: 0;
  padding: 0;
  margin-top: -30px;
}
.mainNav {
  display: block;
  top: -10vw;
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 1000;
  background-color: #697A9E;
  border-bottom: 1px solid white;
  margin: 0;
  transition: top 0.5s ease-out;
}
.mainNav .head {
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: top 0.5s;
}
.mainNav .head .logo img {
  width: 30%;
}
.mainNav .head .hamburger {
  position: absolute;
  width: 3%;
  left: 48.5%;
  top: 30%;
  cursor: pointer;
}
.mainNav ul {
  display: block;
  max-width: 100%;
  list-style: none;
  width: 100%;
  padding: 3em 0em;
  margin: 0;
}
.mainNav ul li {
  height: 60px;
  text-align: center;
  margin: 1em auto;
}
.mainNav ul li.active a {
  color: #B4BDCF;
}
.mainNav ul li a {
  color: white;
  font-size: 220%;
  font-weight: 600;
  display: block;
  width: 100%;
  hyphens: none;
  z-index: 500;
  position: relative;
}
.mainNav #metamenu ul li a {
  margin: 14% 0em 14% 0;
  font-size: 120%;
}
.mainNav.mainNavSticky {
  top: -1px;
}
.mainNav .hamburgerToggle {
  display: none;
}
.mainNav #metamenu {
  float: right;
}
.mainNav #metamenu ul {
  margin: 0em;
  padding: 0em;
  list-style: none;
}
.mainNav #metamenu ul li {
  margin: 0em;
  padding: 0em;
  float: left;
  display: inline-block;
}
.mainNav #metamenu ul li a {
  display: block;
  font-weight: normal;
  padding: 1em;
}
.content-container {
  margin: 0em 2em;
}
.content-container .content-container-inner {
  max-width: 1200px;
  margin: auto;
}
#content {
  position: relative;
  z-index: 40;
  min-height: 30em;
  padding: 0;
  background-color: white;
  text-align: left;
}
#content h1,
#content h2,
#content h3 {
  color: #4C6D8E;
  margin: 1em auto;
  text-align: left;
}
#content h2 {
  font-size: 180%;
  font-weight: 900;
  padding: 2em 0 0.5em 0;
  text-transform: uppercase;
  border-bottom: 2px solid #4C6D8E;
}
#content p {
  font-size: 130%;
  line-height: 130%;
}
#content section {
  padding: 5em 1em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  clip-path: inset(0 0 0 0);
}
#content section.inverted {
  background-color: #697A9E;
  color: white;
}
#content section.inverted h1,
#content section.inverted h2,
#content section.inverted h3 {
  color: white;
}
#content section.inverted h2 {
  border-bottom: 0 none;
}
#content .infoContainer {
  margin: 3em 0em;
  clear: both;
  line-height: 140%;
  overflow: hidden;
}
#content .infoContainer img {
  float: left;
  width: 40%;
}
#content .infoContainer div {
  float: left;
  width: 59%;
  overflow: hidden;
  hyphens: auto;
  text-align: left;
  font-size: 100%;
  color: #777;
  line-height: 130%;
}
#content .infoContainer div h2 {
  padding: 0 0 0.5em 0;
}
#content .infoContainer div p {
  margin: 0em;
}
#content #about {
  padding-bottom: 2em;
}
#content #references .list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 80px;
  grid-row-gap: 20px;
}
#content #references .list span {
  aspect-ratio: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#content #team {
  background-color: #697A9E;
}
#content #team .labeld-image {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 30%;
  height: 300px;
  float: left;
  margin-bottom: 3%;
}
#content #team .labeld-image .label {
  color: black;
  background-color: rgba(255,255,255,0.85);
  padding: 0.5em 1em;
  line-height: 1.2em;
  font-size: 90%;
  position: absolute;
  bottom: 0;
  left: 0em;
  min-width: 70%;
  max-width: 90%;
  margin-bottom: 2em;
}
#content #team .labeld-image .label h3 {
  color: black;
  margin: 0.1em 0;
}
#content #team .labeld-image.labeld-image+.labeld-image {
  margin-left: 5%;
}
.socials {
  right: 50px;
  bottom: 30%;
  position: fixed;
  z-index: 10;
}
.socials ul {
  list-style-type: none;
  overflow: hidden;
}
.socials ul li {
  text-align: right;
}
.socials ul li a {
  display: inline-block;
  overflow: hidden;
  transition: padding 0.3s;
}
.socials ul li a:hover {
  padding-right: 0.5em;
}
.inverted .socials img {
  filter: brightness(1000%);
}
footer {
  background-color: #5a5a5a;
  width: 100%;
  color: white;
  padding-top: 1.5em;
  z-index: 15;
  position: relative;
}
footer a {
  color: white;
  display: inline-block;
}
footer a:hover {
  text-decoration: underline;
}
footer #vcard {
  position: relative;
  color: white;
  font-size: 100%;
  line-height: 130%;
  width: 50%;
  float: left;
}
footer #vcard a {
  color: white;
}
footer #partner {
  overflow: hidden;
  color: white;
  z-index: 100;
  font-size: 70%;
  text-align: center;
  width: 100%;
  clear: both;
  padding-top: 3em;
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer #partner div {
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  margin: 2% 1%;
  border-radius: 18px;
}
footer #partner div.heading {
  flex-grow: 4;
  flex-basis: 100%;
  text-align: center;
  height: 1em;
  background-color: transparent;
  font-size: 200%;
  margin: 0 auto;
  padding: 0;
}
footer #partner div a {
  text-indent: -99999px;
  color: white;
  height: 100%;
  width: 100%;
  display: block;
}
#team p img {
  width: 50% !important;
  height: auto;
}
#portfolio .refBlock {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}
#portfolio .refBlock .project {
  cursor: pointer;
  position: relative;
  aspect-ratio: 1;
  background-size: cover;
  background-position: top center;
  border-bottom: 1em solid #697A9E;
  background-color: white;
}
#portfolio .refBlock .project .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: aliceblue;
  opacity: 50%;
  transition: opacity 0.3s;
}
#portfolio .refBlock .project .mask:hover {
  opacity: 0;
}
#portfolio .refBlock .project .info {
  color: black;
  background-color: rgba(255,255,255,0.85);
  padding: 0.5em 1em;
  position: absolute;
  bottom: 10%;
  left: 0em;
  max-width: 90%;
  text-align: left;
  font-size: 90%;
}
#portfolio .refBlock .project .info.dark {
  background-color: rgba(0,0,0,0.85);
  color: white;
}
#portfolio .refBlock .project.active {
  border-bottom: 1em solid #B4BDCF;
}
#portfolio .view {
  background-color: #B4BDCF;
  color: black;
  font-size: 90%;
  line-height: 130%;
}
#portfolio .view .item {
  padding: 1em 0em;
  display: none;
  overflow: hidden;
}
#portfolio .view .item .leftFloat {
  float: left;
  vertical-align: top;
  margin-right: 1em;
}
#portfolio .portfolioDetail .flex {
  display: flex;
  justify-content: left;
  gap: 10px;
  flex-wrap: wrap;
}
#portfolio .portfolioDetail .flex div img,
#portfolio .portfolioDetail .flex a img {
  max-height: 150px;
  width: auto;
}
@media only screen and (max-width: 640px) {
  #portfolio .mobileOnly {
    display: block;
  }
  #portfolio .portfolioDetail .flex {
    padding-top: 2em;
  }
  #portfolio .refBlock {
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    grid-auto-rows: 100%;
    grid-template-columns: 194px;
    grid-template-rows: unset;
    overflow: scroll;
    grid-column-gap: 20px;
    grid-row-gap: 0;
    cursor: e-resize;
    margin: 1em 1%;
    scrollbar-color: #4C6D8E #697A9E;
  }
  #portfolio .refBlock .project {
    grid-row: 1;
    height: 200px;
    width: 200px;
    padding: 1%;
    background-size: 90%;
  }
  #portfolio .refBlock .project .info {
    font-size: 70%;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  #portfolio .mobileThumb a {
    display: block;
    height: 100%;
    width: 100%;
  }
  #portfolioDetail {
    background-color: white;
  }
  #portfolioDetail #content {
    background-color: white;
    margin-top: 0 !important;
  }
  #portfolioDetail #content section {
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0;
  }
  #portfolioDetail #content section .backlink {
    width: 100%;
    height: 60px;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #697A9E;
    text-indent: -9999px;
    background-image: url('img/backButton.png');
    background-size: cover;
    background-position: left;
  }
  #portfolioDetail #content section .content-container {
    padding: 0 1%;
    margin-top: 0;
  }
  #portfolioDetail #content section .content-container p {
    margin: 1em auto !important;
    width: 100%;
  }
  #portfolioDetail #content section .content-container .popup-gallery a {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    margin: 0.5em 0;
    border: 1px solid #EDF2F5;
    display: block;
    height: 100%;
    width: auto;
  }
}
header {
  width: 100%;
  height: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 350;
  position: relative;
}
header #headerImg {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 60vh;
  background-color: aliceblue;
}
header video {
  object-fit: cover;
  width: 100vw;
  height: 60vh;
  top: 0;
  left: 0;
}
header #headerArrow {
  display: block;
  background-color: #697A9E;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  color: white;
  text-align: center;
  background-image: url(img/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 50px;
  margin: auto;
  margin-top: -50px;
  z-index: 400;
  position: absolute;
  left: calc(0%);
  right: calc(0%);
}
header #headerArrow a {
  text-indent: -9999px;
  display: block;
}
header #headerCite {
  background-color: #4C6D8E;
  color: white;
  width: 100%;
  height: 40vh;
  margin: 0;
  padding: 0;
  left: 0;
  bottom: 0;
  padding-top: 2vh;
  text-align: center;
}
header #headerCite div {
  max-height: 100%;
  overflow: hidden;
  padding: 0 2%;
}
header #headerCite div cite {
  margin-top: 3%;
  font-size: 5vh;
  line-height: 120%;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  position: relative;
  display: block;
  height: 59%;
}
header #headerCite div cite:before {
  background-image: url(img/Zitat.svg);
  content: " ";
  width: 4vw;
  height: 7vh;
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: 1vh;
}
header #headerCite div cite:after {
  background-image: url(img/Zitat.svg);
  content: " ";
  width: 4vw;
  height: 7vh;
  display: inline-block;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
header #headerCite div span {
  margin-top: 1%;
  height: 35%;
  font-size: 3vh;
  font-weight: 300;
  line-height: 130%;
  width: 80%;
  display: inline-block;
}
@media only screen and (max-height: 640px) {
  header #headerCite div span {
    display: none;
  }
}
.mobileOnly {
  display: none;
}
#content .mainNav ul li.mobileOnly {
  display: none;
}
.socialsMobile {
  display: none;
}
@media only screen and (max-width: 640px) {
  .mobileOnly {
    display: inline-block;
  }
  .desktopOnly {
    display: none;
  }
  video {
    display: none;
  }
  header {
    position: relative;
    overflow: visible;
    height: 60px;
  }
  header #headerImg {
    background-size: cover;
    aspect-ratio: 2.13157894737;
    height: 300px;
  }
  header #headerImg video {
    display: none;
  }
  header #headerCite,
  header #headerArrow {
    display: none;
  }
  header .metamenu {
    display: none;
  }
  .mainNav {
    top: 0;
  }
  .mainNav #metamenu {
    display: none;
  }
  .mainNav .head {
    width: 100%;
    text-align: left;
  }
  .mainNav .head .logo {
    width: 88%;
    display: block;
  }
  .mainNav .head .logo img {
    height: 60px;
    width: 90%;
    margin: 0 auto;
  }
  .mainNav .head .hamburger {
    height: 60px;
    width: 8%;
    top: -1%;
    right: 2%;
    left: auto;
  }
  .mainNav .hamburgerToggle li {
    width: 100%;
    display: block !important;
  }
  .mainNav .hamburgerToggle li.mobileOnly {
    font-size: 60%;
  }
  .content-container {
    margin: 0em 0.1em;
  }
  #content {
    position: relative;
    z-index: 40;
    clear: both;
    margin-top: 300px;
  }
  #content h1,
  #content h2,
  #content h3 {
    margin-left: 0.1em;
    margin-right: 0.1em;
    hyphens: auto;
  }
  #content h1 {
    font-size: 160%;
    line-height: 160%;
  }
  #content h2 {
    border-bottom: 2px solid #4C6D8E;
    font-size: 145%;
    padding-top: 0;
    line-height: 145%;
  }
  #content h3 {
    font-size: 130%;
  }
  #content p,
  #content ul,
  #content ol {
    margin: 0.1em;
    hyphens: none;
    text-align: left;
    font-size: 130%;
  }
  #content section {
    margin: 0 0 4em 0;
    padding: 0 1%;
  }
  #content section img {
    height: auto;
    width: 100%;
  }
  #content .infoContainer img {
    width: 100%;
  }
  #content .infoContainer div {
    width: 100%;
  }
  #content #references .list {
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    grid-auto-rows: 100%;
    grid-template-columns: 200px;
    grid-template-rows: unset;
    overflow: scroll;
    grid-column-gap: 20px;
    grid-row-gap: 0;
    cursor: e-resize;
    margin: 1em 1%;
  }
  #content #references .list span {
    grid-row: 1;
    border: 1px solid silver;
    height: 200px;
    width: 200px;
    padding: 1%;
    background-size: 90%;
  }
  #content #team {
    margin-bottom: 0;
  }
  #content #team .labeld-image {
    height: 300px;
    width: auto;
    margin-bottom: 1em;
    background-position: center 30%;
    float: none;
  }
  #content #team .labeld-image .label {
    font-size: 80%;
    width: 100%;
    bottom: 0;
    min-width: 100%;
    max-width: 100%;
  }
  #content #team .labeld-image .label h3 {
    margin: 0em;
    color: black;
  }
  #content #team .labeld-image .label a {
    font-size: 90%;
    color: #666;
  }
  #content #team .labeld-image.labeld-image+.labeld-image {
    margin-left: 0;
  }
  footer {
    padding-top: 0;
  }
  footer ul {
    margin: auto;
  }
  footer #vcard {
    padding: 2.5em 0.5em;
    line-height: 150%;
    font-size: 120%;
    width: 100%;
  }
  footer #partner {
    width: 100%;
    text-align: center;
    padding: 2.5em 0.5em;
    background-color: #7a7a7a;
  }
  footer #partner p {
    margin: 0;
    text-align: left;
  }
  footer #partner p div {
    padding: 0;
    margin: 0;
  }
  footer .socialsMobile {
    position: relative;
    display: flex;
    clear: both;
    padding: 2.5em 0.5em;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  footer .socialsMobile div {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
  }
  footer #metamenuFooter {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  footer #metamenuFooter div {
    padding: 1em;
    width: 100%;
    display: inline-block;
    float: left;
  }
  footer #metamenuFooter .right {
    text-align: right;
  }
  footer #metamenuFooter .left {
    text-align: left;
  }
  section .socials {
    display: none !important;
  }
  .impressum #content {
    margin-top: 100px;
  }
  .impressum #content .content-container {
    margin-top: 0;
  }
  .impressum #content p {
    margin: 1em;
  }
  .datenschutz #content {
    margin-top: 100px;
  }
  .datenschutz #content .content-container {
    margin-top: 0;
  }
}
.error {
  display: inline-block;
  background-color: #c00;
  color: white;
}
