@charset "UTF-8";
/*
RESET CSS
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Roboto Mono";
  text-decoration-thickness: 1px !important;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture, svg, video, canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

input, button, textarea, select {
  font: inherit;
}

/*
@media (prefers-reduced-motion: reduce){
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
*/
body, html {
  overflow-x: hidden;
  height: 100%;
  touch-action: manipulation;
  scroll-behavior: smooth;
}

p {
  font-size: 1rem;
}

:root {
  --swiper-navigation-size: 1.5rem;
}

h1 {
  font-size: 2em;
  margin: 0.5rem 0;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0.5rem 0;
}

h3 {
  font-size: 1.17em;
  font-weight: normal;
  margin: 0.5rem 0;
}

h4 {
  font-size: 1em;
  margin: 0.5rem 0;
}

ol {
  list-style-type: decimal;
  padding-left: 30px;
}

ul {
  padding-left: 20px;
  list-style: circle;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

blockquote p {
  display: inline;
}

.text-end {
  text-align: right;
}

.text-center {
  text-align: center;
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-mono-v23-latin-regular.eot?") format("eot"), url("fonts/roboto-mono-v23-latin-regular.woff2") format("woff2"), url("fonts/roboto-mono-v23-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto Mono";
  font-style: bold;
  font-weight: 600;
  src: url("fonts/roboto-mono-v23-latin-600.eot?") format("eot"), url("fonts/roboto-mono-v23-latin-600.woff2") format("woff2"), url("fonts/roboto-mono-v23-latin-600.woff") format("woff");
}
a {
  color: #0000E4;
}
a:visited {
  color: #0000E4;
}

.header {
  /*margin-bottom: 15vh; */
  width: 100%;
  display: flex;
  height: 6rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  color: #0000E4;
  white-space: nowrap;
  padding: 32px 160px;
  padding: 2rem 10rem;
}
@media (max-width: 1254px) {
  .header {
    padding: 32px 80px;
    padding: 2rem 5rem;
  }
}
@media (max-width: 500px) {
  .header {
    padding: 32px 32px;
    padding: 2rem 2rem;
  }
}
.header .header-logo {
  font-size: 16px;
  font-size: 1rem;
}
.header .header-logo .active {
  font-weight: bold;
}
.header .header-burger {
  display: none;
}
.header .header-burger label {
  display: flex;
  flex-direction: column;
  width: 29px;
  width: 1.8125rem;
  cursor: pointer;
}
.header .header-burger label span {
  background: #0000E4;
  border-radius: 10px;
  height: 2px;
  margin: 2px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.header .header-burger span:nth-of-type(1) {
  width: 100%;
}
.header .header-burger span:nth-of-type(2) {
  width: 100%;
}
.header .header-burger span:nth-of-type(3) {
  width: 100%;
}
.header .header-burger input[type=checkbox] {
  display: none;
}
.header .header-burger input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(4px, 3px);
}
.header .header-burger input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.header .header-burger input[type=checkbox]:checked ~ span:nth-of-type(3) {
  display: none;
  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}
.header .header-nav {
  display: flex;
  gap: 1rem;
}
.header .header-nav .header-nav-ul {
  list-style: none;
  display: flex;
  gap: 25px;
  gap: 1.5625rem;
}
.header .header-nav .header-nav-link {
  color: #0000E4;
  font-size: 16px;
  font-size: 1rem;
  transition: color 0.3s;
}
.header .header-nav .header-nav-link.active {
  font-weight: bold;
}
.header .header-nav .header-nav-link:hover {
  color: #ddd;
}
.header .header-nav .header-nav-link a {
  padding: 4px 0;
  color: #0000E4;
}

.header-nav-mobile {
  z-index: 1000000000000000000;
  display: none;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: calc(100% - 10rem);
}
.header-nav-mobile .header-nav-ul-mobile {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column; /* Stack items vertically */
  justify-content: center; /* Center items vertically */
  justify-content: center; /* Center items vertically */
  align-items: center; /* Center items horizontally */
}
.header-nav-mobile .header-nav-ul-mobile .header-nav-link {
  list-style: none;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}

@media (max-width: 660px) {
  .header .header-nav {
    display: none;
  }
  .header .header-burger {
    display: block;
  }
}
/* Swiper container */
.frame-type-list .swiper {
  height: var(--swiper-height, 0);
  max-height: calc(22vw + 4rem);
  width: 100%;
  margin-top: var(--swiper-margin-top, 0);
}
@media (max-width: 700px) {
  .frame-type-list .swiper {
    height: 15rem;
    max-height: 80svh;
  }
}
@media (max-width: 500px) {
  .frame-type-list .swiper {
    /*   width: 50vh;*/
    width: 100%;
    height: 50svh;
  }
}

/* Hide scrollbar for Webkit browsers (Chrome, Safari) */
.page-container::-webkit-scrollbar, .page-wrapp::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge, and Firefox */
.page-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.page-container {
  /*height: calc(100vh - 21rem); */
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100svh - 12rem);
  padding-bottom: 0;
}

/* Swiper slide */
.frame-type-list .swiper-slide {
  width: 22vw;
  height: 22vw; /*  Fixed height for green container */
  /* background-color: #e0ffe0; Green background for container */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.frame-type-list .swiper-slide .slide-content-id {
  position: absolute;
  bottom: -3rem;
  left: 0;
  text-align: center;
  color: #0000E4;
  padding: 0.5rem;
  padding-top: 4rem;
  font-size: 1rem;
  width: 100%;
}
.frame-type-list .swiper-slide:hover .slide-content-id {
  /*display: block !important;*/
  text-decoration: underline;
}
@media (max-width: 700px) {
  .frame-type-list .swiper-slide {
    height: 12rem; /* 3rem - bottom */
  }
}
@media (max-width: 500px) {
  .frame-type-list .swiper-slide {
    width: 100%;
    /* height: calc(100vw - 3rem);*/
    height: 100%;
  }
  .frame-type-list .swiper-slide .slide-content-id {
    display: none !important;
    bottom: -3rem;
    text-decoration: none;
  }
}

/* Image inside the slide */
.frame-type-list .slide-image {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  /*width: auto;
  height: auto;
  */
}

/* Image positioning classes */
.top-left {
  top: 0;
  left: 0;
}

.top-right {
  top: 0;
  right: 0;
}

.bottom-left {
  bottom: 0;
  left: 0;
}

.bottom-right {
  bottom: 0;
  right: 0;
}

.startpage-swiper {
  overflow: visible;
}

/*
.list-item-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  @include wrapper();
  padding-top: 5rem;
  a{
    text-decoration: none;
    &:hover{
      text-decoration: none;
    }
  }
}

.list-header {
  display: flex;
  width: 100%;
  .list-column {
    font-weight: bold;
  }
}

.list-item {
  @include rem(font-size, 16px);
  display: flex;
  color: $blue;
  width: 100%;
  gap: 1rem;
  border-bottom: solid 1px transparent;
  margin-bottom: 4rem;
  &:hover {
    border-bottom:solid 1px $blue;
    cursor: pointer;
  }
}

.list-column {
  text-align: left;
}

.project-number {
  flex: 0 0 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-name {
  flex: 0 0 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-location {
  flex: 0 0 15%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-year {
  flex: 0 0 5%;
  min-width: 50px; // Set the desired minimum width
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-program {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-type {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1000px) {
  .project-type {
    flex: 0 0 0;
    display: none;
  }


  .list-item{
    justify-content: space-between;
  }

}

@media (max-width: 650px) {
  .project-location {
    flex: 0 0 0;
    display: none;
  }

  .project-name{
    flex: 0 0 50%;
  }
}

@media (max-width: 500px) {
  .project-year {
    flex: 0 0 0;
    display: none;
  }

  .project-name{
    flex: 0 0 80%;
  }
}
*/
.list-item-container {
  padding: 32px 160px;
  padding: 2rem 10rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 5rem;
}
@media (max-width: 1254px) {
  .list-item-container {
    padding: 32px 80px;
    padding: 2rem 5rem;
  }
}
@media (max-width: 500px) {
  .list-item-container {
    padding: 32px 32px;
    padding: 2rem 2rem;
  }
}
.list-item-container a {
  text-decoration: none;
}
.list-item-container a:hover {
  text-decoration: none;
}

.list-item {
  display: flex;
  width: 100%;
  gap: 2rem;
  border-bottom: solid 1px transparent;
  margin-bottom: 4rem;
}
.list-item.list-item--no-link :hover {
  border-bottom: none;
  cursor: default;
}
.list-item.list-item--link:hover {
  border-bottom: solid 1px #0000E4;
  cursor: pointer;
}

.list-column {
  display: table-cell;
  text-align: left;
  word-break: break-word;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

   */
}

.project-number {
  min-width: 40px;
  flex: 0 0 1%;
}

.project-name {
  flex: 0 0 22.5%;
}

.project-year {
  min-width: 50px;
  flex: 0 0 2%;
}

.project-location {
  min-width: 200px;
  flex: 0 0 12.5%;
}

.project-program {
  flex: 0 0 20%;
}

.project-type {
  flex: 1;
}

/*
@media (max-width: 1250px) {

  .project-type{
    display: none;
  }

}
*/
@media (max-width: 1150px) {
  .project-program {
    display: none;
  }
  .project-number {
    flex: 0 0 10%;
  }
  .project-type {
    display: none;
  }
  .project-location {
    flex: 0 0 20%;
  }
  .project-name {
    flex: 0 0 50%;
  }
}
@media (max-width: 1050px) {
  .project-year {
    display: none;
  }
  .project-year-mobile {
    display: inline-block !important;
  }
  .project-location {
    flex: 0 0 40%;
  }
}
@media (max-width: 800px) {
  .project-location {
    display: none;
  }
  .project-number {
    min-width: auto;
  }
  .project-number {
    flex: 0 0 15%;
  }
  .project-name {
    flex: 0 0 85%;
  }
  .list-item {
    gap: 0;
    margin-bottom: 2.8125rem;
  }
}
.frame-default.frame-type-textmedia {
  padding: 32px 160px;
  padding: 2rem 10rem;
  padding-top: 5rem;
}
@media (max-width: 1254px) {
  .frame-default.frame-type-textmedia {
    padding: 32px 80px;
    padding: 2rem 5rem;
  }
}
@media (max-width: 500px) {
  .frame-default.frame-type-textmedia {
    padding: 32px 32px;
    padding: 2rem 2rem;
  }
}
.frame-default.frame-type-textmedia header h2 {
  margin-bottom: 1.5rem;
}
.frame-default.frame-type-textmedia header h3 {
  margin-bottom: 1rem;
}
.frame-default.frame-type-textmedia .ce-textpic.ce-below .ce-gallery {
  margin-top: 5rem;
}
.frame-default.frame-type-textmedia .ce-textpic.ce-above .ce-gallery {
  margin-bottom: 5rem;
}
.frame-default.frame-type-textmedia .ce-textpic.ce-left .ce-gallery {
  margin-right: 5rem;
}
.frame-default.frame-type-textmedia .ce-textpic.ce-right .ce-gallery {
  margin-left: 5rem;
}

@media (max-width: 660px) {
  .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow-y: scroll;
    width: 100%;
  }
}
.text-bild-grid {
  padding: 32px 160px;
  padding: 2rem 10rem;
  padding: 1rem 10rem;
  display: flex;
}
@media (max-width: 1254px) {
  .text-bild-grid {
    padding: 32px 80px;
    padding: 2rem 5rem;
  }
}
@media (max-width: 500px) {
  .text-bild-grid {
    padding: 32px 32px;
    padding: 2rem 2rem;
  }
}
.text-bild-grid--position-left {
  justify-content: flex-start;
}
.text-bild-grid--position-center {
  justify-content: center;
}
.text-bild-grid--position-right {
  justify-content: flex-end;
}
.text-bild-grid__content--width-25 {
  width: 25%;
}
.text-bild-grid__content--width-50 {
  width: 50%;
}
.text-bild-grid__content--width-75 {
  width: 75%;
}
.text-bild-grid__content--width-100 {
  width: 100%;
}
@media (max-width: 1254px) {
  .text-bild-grid__content {
    /* &--width-25,
      &--width-50 {
          width: 75%;
      }
    */
  }
}
@media (max-width: 760px) {
  .text-bild-grid__content--width-25, .text-bild-grid__content--width-50, .text-bild-grid__content--width-75 {
    width: 100%;
  }
}
.text-bild-grid__text {
  margin-bottom: 1.5rem;
}
.text-bild-grid__text:last-child {
  margin-bottom: 0;
}
.text-bild-grid__text p {
  margin-bottom: 1rem;
}
.text-bild-grid__text p:last-child {
  margin-bottom: 0;
}
.text-bild-grid__media {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.text-bild-grid__figure {
  margin: 0;
}
.text-bild-grid__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  /* max-height: calc(100svh - 12rem); */
}
.text-bild-grid__caption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #666;
}

.swiper-projects-container {
  /*
  .swiper-slide{
    display: none;
    &.swiper-slide-active{
      display: block;
    }
  }
  */
}
.swiper-projects-container .swiper-wrapper {
  /*  padding: 0rem 10rem;*/
}
.swiper-projects-container .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
  height: 0;
}
.swiper-projects-container .swiper-slide:not(.swiper-slide-active) .page-wrapp.text {
  height: 0;
}
.swiper-projects-container .slide-content .swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.swiper-projects-container .slide-content .swiper-zoom-container.swiper-slide-zoomed {
  cursor: grab;
}
.swiper-projects-container .slide-content img {
  max-width: 100%;
  max-height: calc(100svh - 16rem);
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto; /* Zentriert das Bild horizontal */
}
@media only screen and (max-height: 400px) and (orientation: landscape) {
  .swiper-projects-container .slide-content img {
    max-height: calc(117svh - 16rem);
  }
}
.swiper-projects-container .page-wrapp {
  margin-top: var(--container-margin-top);
  background: white;
  /*height:  calc(100vh - 10rem);*/
  padding: 32px 160px;
  padding: 2rem 10rem;
  /*padding-top: 5rem; */
  overflow-y: scroll;
}
@media (max-width: 1254px) {
  .swiper-projects-container .page-wrapp {
    padding: 32px 80px;
    padding: 2rem 5rem;
  }
}
@media (max-width: 500px) {
  .swiper-projects-container .page-wrapp {
    padding: 32px 32px;
    padding: 2rem 2rem;
  }
}
.swiper-projects-container .page-wrapp.text h2:first-child, .swiper-projects-container .page-wrapp.text h1:first-child, .swiper-projects-container .page-wrapp.text h3:first-child, .swiper-projects-container .page-wrapp.text h4:first-child, .swiper-projects-container .page-wrapp.text h5:first-child, .swiper-projects-container .page-wrapp.text h6:first-child, .swiper-projects-container .page-wrapp.text p:first-child, .swiper-projects-container .page-wrapp.text ul:first-child, .swiper-projects-container .page-wrapp.text ol:first-child, .swiper-projects-container .page-wrapp.text li:first-child, .swiper-projects-container .page-wrapp.text blockquote:first-child, .swiper-projects-container .page-wrapp.text pre:first-child, .swiper-projects-container .page-wrapp.text table:first-child, .swiper-projects-container .page-wrapp.text dl:first-child, .swiper-projects-container .page-wrapp.text dd:first-child, .swiper-projects-container .page-wrapp.text dt:first-child, .swiper-projects-container .page-wrapp.text figure:first-child, .swiper-projects-container .page-wrapp.text hr:first-child, .swiper-projects-container .page-wrapp.text fieldset:first-child, .swiper-projects-container .page-wrapp.text legend:first-child {
  margin-top: 0;
}
.swiper-projects-container .page-wrapp.slide {
  display: flex;
  align-items: center;
  vertical-align: middle;
  height: calc(100svh - 12rem);
}
.swiper-projects-container .swiper-button-next {
  right: 4rem;
}
.swiper-projects-container .swiper-button-prev {
  left: 4rem;
}
.swiper-projects-container .swiper-button-disabled {
  display: none;
}
.swiper-projects-container .swiper-button-next, .swiper-projects-container .swiper-button-prev {
  color: #0000E4;
}

@media (max-width: 500px) {
  .swiper-projects-container .swiper-button-next {
    right: 0.2rem;
  }
  .swiper-projects-container .swiper-button-prev {
    left: 0.2rem;
  }
}
.footer {
  padding: 2rem 0;
  /*margin: 0 4rem; */
  z-index: 100;
  height: 6rem;
  background: white;
  line-height: 2rem;
  /* text-align: center;

   width: 100%;
   bottom: 0;
   position: fixed;
   z-index: 100;

   */
  background: white;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer-text {
  font-size: 1rem;
  color: #333;
  white-space: nowrap; /* Prevent the text from wrapping */
  /* display: inline-block;
    animation: scroll-left 100s linear infinite;   */
}

.footer-text2 {
  animation-delay: 2.5s;
}

.marquee {
  position: absolute;
  bottom: 3.7rem;
}
.marquee > span {
  position: absolute;
}

/*
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

 */
.footer-swiper {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  display: -webkit-flex;
  display: flex;
}
.footer-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  display: -webkit-flex;
  display: flex;
}
.footer-swiper .swiper-slide {
  display: -webkit-flex;
  display: flex;
  width: auto !important;
}
.footer-swiper .swiper-slide p {
  margin: 0 0.2rem;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .footer {
    /*  margin: 0 2rem;
     /* width: calc(100% - 4rem);*/
  }
  .footer-text {
    /*font-size: 0.8rem;*/
  }
}
.frame-default.frame-type-textmedia .ce-textpic.ce-left .ce-gallery,
.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

@media (max-width: 660px) {
  .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow-y: scroll;
    width: auto !important;
  }
}
@media (max-width: 360px) {
  .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow-y: scroll;
    width: 100% !important;
  }
}

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