/*!
Theme Name: hel.d.
Theme URI: https://helenedeisenhammer.at/
Author: Martin Paschinger
Author URI: https://martinpaschinger.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: friedlieb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

friedlieb is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
:root {
  --clr-primary: #000000;
  --clr-secondary: #ffffff;
  --text-sm: 16px;
  --text-base: 20px;
  --text-md: 4.4vw;
  --text-lg: 5vw;
}

@font-face {
  font-family: "Helvetica-Regular";
  src: url("./assets/fonts/Helvetica-Regular.woff") format("woff"),
    url("./assets/fonts/Helvetica-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Helvetica-Bold";
  src: url("./assets/fonts/HelveticaNeueBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica-Regular";
  background-color: var(--clr-secondary);
  color: var(--clr-primary);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.entry-title {
  font-size: 45px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

h2 {
  font-size: var(--text-base);
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

.page-id-3 .entry-content h2,
.page-id-11 .entry-content h2 {
  font-size: var(--text-lg);
}

strong {
	font-family: "Helvetica-Bold";
	font-weight: normal;
  font-style: normal;
}

.site-info-footer strong {
	font-family: "Helvetica-Regular";
}

.impressum,
.datenschutz {
	margin: 90px 0px;
}

.impressum.spalten {
	width: 100%;
	display: flex;
	gap: 30px;	
}

.spalten div {
	width: 33.33333%;
}

.spalten div:nth-child(3) {
	text-align: right;
}

.view-list h2 {
  font-size: var(--text-md);
}

h3 {
  font-size: var(--text-base);
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

.single-entry-content-meta a,
.single-entry-content-meta h3 {
	text-transform: none;
}

#projekte-wrapper.view-grid h2 {
  font-size: var(--text-base);
  margin-top: 5px;
}

p,
button,
li {
  font-size: var(--text-base);
  font-weight: normal;
  font-style: normal;
}

a {
  font-size: var(--text-base);
  font-weight: normal;
  font-style: normal;
  color: var(--clr-primary);
  text-decoration: none;
  text-transform: uppercase;
}

.site-info-contact a {
  font-size: 35px;
  margin-left: 25%;
}

.subline h2 {
  font-size: 35px;
  margin-left: 25%;
  line-height: 1;
  transform: translateY(2px);
}

ul {
  list-style: none;
}

.lowercase {
  text-transform: lowercase;
}

button {
  text-transform: uppercase;
  color: var(--clr-primary);
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

/* Header */
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
      padding: 30px 45px 30px 20px;
  z-index: 999;
  transition: opacity 0.3s ease-in-out;
}

.site-header a {
	line-height: 0;
}

.home .site-header {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  z-index: 999;
}

.site-header svg {
  width: 75px;
  height: auto;
  display: inline-block;
}

.site-header.open .menu-square {
  background-color: var(--clr-secondary);
}

.site-header.open svg path {
  fill: var(--clr-secondary);
}

.menu-square {
  width: 25px;
  height: 25px;
  background-color: var(--clr-primary);
  cursor: pointer;
}

.home .menu-square {
  position: fixed;
  top: 30px;
  right: 45px;
  z-index: 101;
  opacity: 0;
}

.home .logo-svg-wrapper.open path {
  fill: #ffffff;
}

.home .menu-square.open {
  background-color: #ffffff;
}

.subline {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: 0;
}

.entry-header {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: -1;
}

.entry-content {
  width: 100%;
  height: auto;
  min-height: 100vh;
  /*padding: 200px 130px 130px 130px;*/
	padding: 200px 120px 130px 120px;
  background-color: var(--clr-secondary);
}

.post-type-archive-projekte .entry-content {
	background-color: transparent!important;
}

.page-id-13 .entry-content {
  min-height: auto;
	    padding: 130px 130px 30px 130px;
}

.home .entry-content {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 200px 130px 200px 130px;
  background-color: var(--clr-secondary);
  left: 0;
  position: relative;
  margin-top: 100vh;
  z-index: 3;
}

.post-type-archive-projekte .entry-content {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 200px 130px 200px 130px;
  background-color: var(--clr-secondary);
  left: 0;
  position: relative;
  z-index: 3;
}

.site-footer {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--clr-secondary);
  /*padding: 130px 120px 130px 120px;*/
	padding: 130px 120px 130px 120px;
  z-index: 1;
}

.footer-trigger {
  width: 100%;
  height: 1px;
  pointer-events: none;
  position: relative;
  background-color: transparent;
  z-index: 1;
}

.inner-entry-header {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 130px 130px 130px 130px;
  position: relative;
  z-index: 2;
}

.logo-svg-wrapper {
  height: 100%;
  width: calc(100% - 260px);
  position: fixed;
  top: 130px;
  left: 130px;
  z-index: 101;
  opacity: 0;
}

.logo-svg {
  width: 100%;
  height: auto;
}

.inner-entry-header-svg {
  width: 100%;
  height: auto;
  position: relative;
}

.inner-entry-footer-svg p,
.inner-entry-header-svg p {
  position: absolute;
    top: -0.55vw;
    right: 0.1vw;
    font-size: 2.2vw;
    font-weight: bold;
}

.inner-entry-header svg {
  width: 100%;
  height: auto;
}

/* Single */
.single .entry-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.single .entry-content {
  position: relative;
  margin-top: 100vh;
  left: 0;
  z-index: 2;
}

.page-id-11 .site-footer,
.page-id-13 .site-footer {
  overflow-y: scroll;
}

.entry-content-block-alt {
  position: relative;
  margin-bottom: 0px;
}

.entry-content-block-alt div > div {
  margin-left: 25%;
}

.entry-content-block-alt > div {
  width: 100%;
}

.entry-content-block-alt img {
  opacity: 1;
  height: auto;
  width: 100%;
  position: relative;
}

/* .single .site-footer,
.single .entry-content {
  overflow-y: hidden;
} */

.gsap-marker-scroller-end,
.gsap-marker-scroller-start,
.gsap-marker-end,
.gsap-marker-start {
  opacity:0 !important;
}
/* Menu */
.menu-wrapper {
  width: 100vw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  background-color: var(--clr-primary);
  color: var(--clr-secondary);
transform: translate(100%, -100%);
}

.menu-wrapper ul {
  margin-left: 150px;
}

.menu-wrapper ul li {
  line-height: 1.05;
}

.menu-wrapper ul li a {
  font-size: var(--text-lg);
  color: var(--clr-secondary);
}

.menu-wrapper p:first-of-type {
  position: absolute;
  top: 50px;
  left: 25%;
  z-index: 12;
  text-transform: uppercase;
}

.menu-wrapper p:last-of-type {
  position: absolute;
  bottom: 50px;
  left: 25%;
  z-index: 12;
}

.page-id-13 .entry-content-block {
  margin-bottom: 0;
}
/* Content */
/* Startseite */
img {
  display: block;
  width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.home .entry-header video,
.single-projekte video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}

.intro-description {
  width: 100%;
  flex: 1;
  margin-top: 50px;
}

.intro-description p {
  opacity: 0;
}

.intro-description p:nth-child(2) {
  margin-left: 25%;
}

.intro-description p:last-of-type {
  margin-left: 50%;
}

.entry-content-item h2 {
  filter: blur(4px);
  font-size: var(--text-lg);
  transition: filter 0.3s ease-in;
  line-height: 1.05;
}

.menu-wrapper ul li a {
  filter: blur(4px);
  transition: filter 0.3s ease-in;
}

.menu-wrapper ul li a:hover {
  filter: blur(0px);
}

.view-toggle button {
  filter: blur(2px);
  transition: filter 0.3s ease-in;
}

.view-toggle button:hover {
  filter: blur(0px);
}

.view-toggle li.active button {
  filter: blur(0px);
}

.entry-content-item:hover h2 {
  filter: blur(0px);
}

.view-grid h2 {
  filter: blur(0px) !important;
}

#projekte-wrapper {
  position: relative;
}

#projekte-wrapper > div {
  display: flex;
  flex-direction: column;
}

#projekte-wrapper.view-list > div img,
#projekte-wrapper.view-list > div video {
  height: 400px;
  width: auto;
  display: block;
  position: fixed;
  right: 60px;
  bottom: 60px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
  z-index: -1;
}

img.set-img-absolute {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#projekte-wrapper.view-list a {
  display: inline-block;
}

.entry-content-item:hover .entry-content-item-image img,
.entry-content-item:hover .entry-content-item-image video {
  opacity: 1 !important;
}

#projekte-wrapper.view-grid > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}

#projekte-wrapper.view-grid .entry-content-item-image {
  aspect-ratio: 1 / 1;
}

#projekte-wrapper.view-grid .entry-content-item-image img {
  height: 100%;
  object-fit: cover;
}

.entry-content-header {
  width: 100%;
  display: flex;
  gap: calc(25% - 81px);
  margin-bottom: 60px;
}

.entry-header img {
  height: 100%;
  object-fit: cover;
}

.single .entry-content {
  padding: 40px 120px;
}

.single-entry-content-meta {
  width: 100%;
  display: flex;
	flex-direction: column;
  gap: 0px;
	margin-bottom: 20px;
}

.single-entry-content-meta-col {
	width: 100%;
	display: flex;
}

.single-entry-content-meta-col > div:first-of-type {
	width: 130px;
	flex-shrink: 0;
}

.single-entry-content-description {
  width: 100%;
}

.single-entry-content-description p:first-of-type {
  margin-left: 25%;
}

.single-entry-content-description p:last-of-type {
  margin-left: 50%;
}

.single-entry-content-header {
  margin-bottom: 80px;
}

/* Flexible grid items */
.two-grid {
  width: 100%;
  display: flex;
}

.fullscreen-grid {
  width: 100%;
  position: relative;
}

.two-grid .grid-item {
  width: 50%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.two-grid img,
.two-grid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fullscreen-grid .grid-item {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 6.44444 / 4;
}

.fullscreen-grid .grid-item,
.two-grid .grid-item {
	background-color: #000;
}

.grid-item.alt-height {
  height: 200vh !important;
}

.grid-item h2 {
  text-transform: none;
  font-size: 72px;
  line-height: 1;
  bottom: 25px;
  left: 35px;
  position: absolute;
  z-index: 3;
  color: var(--clr-secondary);
  opacity: 0;
}

.fullscreen-grid img,
.fullscreen-grid video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Über uns */
.entry-content-block {
  margin-bottom: 90px;
}

.entry-content-block:first-of-type h3,
.entry-content-block-alt h3 {
  margin-bottom: 90px;
}

.entry-content-block > div:last-of-type {
  margin-left: 50%;
}

.entry-content-block > div:first-of-type {
  margin-left: 25%;
}

.entry-content-block p {
  margin-bottom: 20px;
}

.entry-content-block-alt p,
.entry-content-block-alt img {
  margin-bottom: 40px;
}

.entry-content-block-alt img {
  padding-left: 0%;
	margin-bottom: 0;
}

.page-id-11 .swiper {
	margin-left: 0%;
}

.page-id-11 .swiper-wrapper {
	margin-left: 0%;
	aspect-ratio: 1 / 1;
}

.page-id-11 .swiper-slide {
	margin-left: 0%;
}

.page-id-11 .swiper-wrapper img {
  opacity: 1;
  height: 100%;
  width: 100%;
	object-fit: cover;
  position: relative;
}

.page-id-11 .swiper-slide {
  opacity: 1;
  height: 100%;
  width: 100%;
  position: relative;
}

.page-id-11 .set-swiper-margin {
	margin-left: 66.6666%!important;
	margin-bottom: 40px;
}

/* Footer */
.post-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 0px 200px 0px;
}

.site-info-contact {
      padding: 0px 0px 70px 0px;
}

.site-info-logo {
  padding-bottom: 60px;
}

.site-info-footer {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  width: 100%;
}

.site-info-footer div:last-of-type {
  text-align: right;
}

.site-info-footer div:last-of-type ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-info-footer h3 {
  margin-bottom: 30px;
}

.site-info-footer div:nth-child(2) ul {
  margin-top: 30px;
}
.site-main {
  position: relative;
}

.inner-entry-header svg {
  opacity: 0;
}

.pre-entry-content-mobile {
  display: none;
}

.page-id-13 .site-footer {
  transform: translateY(0);
  height: auto;
  position: relative;
  padding-top: 0;
}

.page-id-13 .site-info h2,
.page-id-13 .site-info-contact {
  display: none;
}

	.entry-content-block h3 {
    margin-bottom: 20px;
  }

.view-grid .entry-content-item-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    display: block;
}

.page-id-410 .site-footer {
	display: none;
}

.page-id-410 .site-header {
	display: none;
}

.page-id-410 .gsap-marker-scroller-end, .page-id-410 .gsap-marker-scroller-start, .page-id-410 .gsap-marker-end, .page-id-410 .gsap-marker-start {
	display: none!important;
}

.platzhalter-entry-content {
	width: 100vw;
	height: 100vh;
	position: relative;
}

.platzhalter-entry-content h2 {
	font-size: 35px;
}

.platzhalter-entry-content video {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	index: 1;
	object-fit: cover;
}

.platzhalter-intro-description {
    bottom: 0px;
    position: absolute;
    z-index: 2;
    margin-left: 25vw;
    width: calc(100% - 25vw);
    height: calc(50svh + 50px);
	padding-right: 25px;
}

.platzhalter-subline {
	height: calc(50% - 20px);
} 

.platzhalter-subline p {
	margin-left: 30vw;
}

.platzhalter-subline-footer {
	width: 100%;
    display: flex;
    justify-content: space-between;
}

.back-link {
	display: none;
	margin-bottom: 40px;
}

.datenschutz p a {
	text-transform: none;
}
/*--------------------------------------------------------------
	# GSAP Settings
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Media Queries
	--------------------------------------------------------------*/
@media all and (max-width: 1680px) {
  .logo-svg-wrapper {
    width: calc(100% - 160px);
    top: 80px;
    left: 80px;
  }

  #projekte-wrapper.view-grid > div {
    width: 100%;
  }

  .site-footer {
    padding: 80px 110px;
  }

  .inner-entry-header {
    padding: 80px;
  }

  .site-info-contact {
    padding: 80px 0px 160px 0px;
  }

  .site-info-logo {
    padding-bottom: 120px;
  }

  .menu-wrapper ul {
    margin-left: 120px;
  }

  .entry-content {
    padding: 160px 110px 110px 110px;
  }

  .entry-content-block:first-of-type h3,
  .entry-content-block-alt h3 {
    margin-bottom: 60px;
  }

  .entry-content-block-alt {
    margin-bottom: 0px;
  }

  .single .entry-content {
    padding: 40px 110px;
  }

  .grid-item h2 {
    font-size: 46px;
    bottom: 20px;
    left: 30px;
  }
}

.mobil-title-w {
	display: none;
}

@media all and (max-width: 1560px) {
}

@media all and (max-width: 1480px) {
}

@media all and (max-width: 1300px) {
}

@media all and (max-width: 1180px) {
}

@media all and (max-width: 1024px) {
	.mobil-title-w {
		 width: 100%;
        height: auto;
        background-color: #fff;
        padding: 30px 15px 12px 20px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 100;
	}
	
	.single .mobil-title-w .entry-title {
		margin-bottom: 10px;
	}
	
	.single .single-entry-content-header{
		padding-top: 0!important;
	}
	
	.single-entry-content-header .entry-title {
		display: none;
	}
	
	.two-grid {
    width: 100%;
    flex-direction: column;
}
	
	.two-grid .grid-item {
    width: 100%;
}
	
	.postid-597 .entry-header img {
    object-position: 22% 80%;
}
	
.back-link {
	display: none;
}
	
	.page-id-13 .back-link {
		display: inline-block;
	}
	
	.single .entry-header {
		position: relative;
	}
	.single .entry-content {
		margin-top: 0;
	}
	.home .entry-content {
  min-height: none;
  margin-top: 0vh;
}
	.post-type-archive-projekte .entry-content {
		min-height: none;
	}
	
	.single-entry-content-meta-col > div:first-of-type {
	width: 80px;
	flex-shrink: 1;
}
	
	.entry-content-block-alt p,
.entry-content-block-alt img {
  margin-bottom: 20px;
}

.entry-content-block-alt img {
  padding-left: 0%;
	aspect-ratio: 1 / 1;
	width: 100%;
height: 100%;
	object-fit: cover;
}
	
	.fullscreen-grid .grid-item {
  aspect-ratio: 1 / 1;
}
	
	.site-header {
    padding: 30px 20px 0px 0px;
} 
    .home .menu-square {
        width: 30px;
        height: 30px;
        top: 30px;
        right: 20px;
    }
	
	.inner-entry-footer-svg p,
  .inner-entry-header-svg p {
    right: 0.1vw;
        font-size: 3vw;
  }

  .view-list h2 {
    transition: filter 0.1s ease-in !important;
  }

  .pre-entry-content-mobile {
    display: block;
  }

  .entry-content-block:first-of-type h3,
  .entry-content-block-alt h3 {
    margin-bottom: 70px;
  }

  .entry-content-block-alt > div {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .swipe-panel {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .entry-content {
    padding: 70px 20px;
  }

  .intro-description {
    display: none;
  }

  .inner-entry-header {
    padding: 40px 20px;
  }

  .home article {
    overflow: hidden;
  }

  .logo-svg-wrapper {
    height: 100%;
    width: 100%;
    top: 16px;
    left: 4px;
    opacity: 1;
    position: relative;
  }

  .subline {
    opacity: 1;
  }

          .logo-svg {
        width: 120vw;
        height: 33vw;
        transform: rotate(-90deg);
        top: calc(41vw + 40px);
        right: calc(-44vw + 20px);
        position: absolute;
    }

  #projekte-wrapper.view-grid > div {
    width: calc(100vw - 80px);
  }

  .subline {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }

  .subline h2 {
    font-size: 24px;
    margin-left: 0;
  }

  .subline p {
    text-align: right;
    width: 100%;
  }

  .site-footer {
    width: 100%;
    height: auto;
    overflow-y: scroll;
    padding: 20px;
  }

  .site-info-contact a {
    margin-left: 0;
  }

  .site-info-contact {
    display: none;
  }

  .entry-content-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding-bottom: 30px;
    margin: 0;
  }

  .view-toggle {
    text-align: right;
  }

  .site-info h2 {
    display: none;
  }

  .site-info-footer {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    width: 100%;
    gap: 60px;
    padding-bottom:0px;
    overflow-x: hidden;
  }

  .site-info-footer div:last-of-type {
    order: 4;
    text-align: left;
  }

  .site-info-footer div:first-of-type {
    order: 3;
  }

  .site-info-footer div:nth-child(2) {
    order: 1;
  }

  .site-info-logo {
    padding-bottom: 0px;
  }

  .menu-wrapper ul li a,
  .entry-title,
  .entry-content-item h2 {
    font-size: 32px;
	          line-height: 1.05;
    overflow: visible;
  }

  .site-header svg {
    display: none;
  }

  h3,
  p,
  li,
  a,
  button {
    font-size: 16px;
  }

  .single-entry-content-description {
    margin-top: 30px;
  }

  .single-entry-content-description {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  #projekte-wrapper.view-list > div img,
	#projekte-wrapper.view-list > div video {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
	  opacity: 1;
	  object-fit: cover;
		z-index: 1;
  }
	
	.view-list h2 {
        filter: none !important;
        font-size: 16px !important;
        margin: 8px 0px 5px 0px;
  }

  #projekte-wrapper > div {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    column-gap: 30px;
  }
	
	
	
	#projekte-wrapper .entry-content-item-image {
  aspect-ratio: 1 / 1;
}

  .single .entry-content {
    padding: 0px;
  }

  .post-type-archive .swipe-panel {
    height: auto;
  }

  .pre-entry-content-mobile,
  .page-id-13 .entry-content {
    padding: 40px 20px 40px 20px;
  }
	
	.page-id-11 .entry-content {
    padding: 70px 20px 0px 20px;
  }
	
	.page-id-11 .entry-content-block:first-of-type h3, 
	.page-id-11 .entry-content-block-alt h3 {
        margin-bottom: 30px;
    }
	
	.page-id-11 .entry-content-block h3 {
    margin-bottom: 30px;
}
	
	#projekte-wrapper {
		padding-right: 0px;
	}

  .post-type-archive .entry-content {
    padding: 0 20px 0px 20px;
  }

  .post-type-archive .entry-content-header {
    padding: 70px 40px 30px 0px;
  }

  .single .single-entry-content-header {
    padding: 30px 20px 70px 20px;
  }
	
	.single .entry-title {
		margin-bottom: 15px;
	}

  .home .entry-content {
    height: auto;
    padding: 70px 20px;
  }
	
	.post-type-archive-projekte .entry-content {
		height: auto;
	}

  .pre-entry-content-mobile {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-bottom: 0px;
  }

  .post-type-archive .pre-entry-content-mobile {
    display: none;
  }

  .single-entry-content-header {
    margin-bottom: 0;
  }

  .single-entry-content-meta {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0px;
  }
	
	.single-entry-content-meta {
		margin-bottom: 0;
	}

  .single-entry-content-meta-col div:last-of-type {
    text-align: left;
	  width: 100%;
  }
	
	.single-entry-content-meta-col {
		gap: 20px;
	}

  .single-entry-content-description p:first-of-type,
  .single-entry-content-description p:last-of-type {
    margin-left: 0;
  }

  .post-nav {
        padding: 10px 20px 0px 0px;
    }

  .menu-wrapper ul {
    margin-left: 20px;
  }

  .menu-wrapper p:first-of-type {
    position: absolute;
    top: 20vh;
    left: 20px;
    z-index: 12;
  }

  .menu-wrapper p:last-of-type {
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 12;
  }

  .page-id-13 .entry-content-block {
    margin-bottom: 0px !important;
  }

  .site-info-footer div:last-of-type ul {
    gap: 70px;
  }

  .site-info-footer div:last-of-type ul li:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }

  .entry-content-block {
    margin-bottom: 70px;
  }

  .entry-content-block > div:last-of-type,
  .entry-content-block > div:first-of-type {
    margin-left: 0%;
  }

  .single .site-footer {
    padding-top: 80px;
    height: auto;
    overflow-y: auto;
    position: relative;
    top: none;
    left: 0;
    z-index: 3;
  }

  #projekte-wrapper.view-list > div img {
    z-index: 0;
  }

  .entry-content-item.active .entry-content-item-image img {
    opacity: 1 !important;
  }

  .entry-content-block-alt div > div {
    margin-left: 0;
  }

  .grid-item.alt-height {
    height: 100% !important;
  }
	
	.page-id-3 .entry-content h2 {
  font-size: 32px;
}

.impressum,
.datenschutz {
	margin: 40px 0px;
}

.impressum.spalten {
	width: 100%;
	flex-direction: column;
	gap: 20px;	
}

.spalten div {
	width: 100%;
}

.spalten div:nth-child(3) {
	text-align: left;
}
	
	.view-toggle {
		display: none;
	}
	
	h2 {
    font-size: 16px;
}
	
	.menu-wrapper ul li a {
		filter: none;
		line-height: 1.05;
		font-size: 55px;
		display: inline-block;
	}
	
	.menu-wrapper ul li:nth-child(3) a {
		line-height: 1.4;
    height: 70px;
    margin-top: -8px;
	}
	
	.page-id-3 .entry-content h2, .page-id-11 .entry-content h2 {
    font-size: 32px;
		line-height: 1.05;
    margin-bottom: 30px;
}
	
	   .site-footer {
		   min-height: 100vh;
		   position: relative;
			padding-top: 70px;
	}
	
	.site-info-footer {
		gap: 30px;
	}
	
	.site-info-footer > div:first-of-type  {
		margin-top: 40px;
	}
	
	.site-info-footer > div:first-of-type ul li a {
		font-size: 32px;
		line-height: 1.05;
	}
	
	.site-info-footer div:nth-child(2) ul {
    margin-top: 15px;
}
	
	    .site-info-footer div:last-of-type ul {
        gap: 0;
        flex-direction: row;
			align-items: center;
    }
	
	.site-info-footer div:last-of-type ul li a{
       font-size: 12px;
    }
	
	    .site-info-footer div:last-of-type {
        order: 4;
        text-align: left;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px 20px;
    }
	
	.page-id-13 .site-main,
	.page-id-13 .site-header {
		display: none;
	}
	
	.page-id-13 .site-footer {
    height: 100vh;
    position: relative;
    padding-top: 70px;
}
	
	.menu-square {
		width: 30px;
		height: 30px;
	}
	
	    .grid-item h2 {
        font-size: 21px;
        bottom: 15px;
        left: 15px;
    }
	
	.page-id-13 .site-info-footer > div:first-of-type {
		display: none;
	}
	
	.inner-entry-header-svg a {
		display: block;
	}
	
	.grid-item.alt-height {
  height: 100vh !important;
}
	
	.entry-content-block-alt h2 {
		max-width: 280px;
	}
	
	.platzhalter-intro-description {
    margin-left: 0;
    width: 100%;
    height: calc(50svh + 110px);
	padding: 0px 20px;
}

.platzhalter-subline {
	height: calc(50% - 20px);
} 
	
	
.platzhalter-subline h2 {
	font-size: 32px;
        line-height: 1.05;
}

.platzhalter-subline p {
	margin-left: 22vw;
}

.platzhalter-subline-footer {

        position: fixed;
        bottom: 0px;
        left: 0;
        z-index: 10;
        padding: 30px 20px;
}
	
	.page-id-11 .entry-content {
		padding-right: 20px!important;
	}
	
	.page-id-11 .set-swiper-margin {
    margin-left: 0% !important;
    margin-bottom: 30px;
}
	
	.page-id-11 .swiper-wrapper {
	margin-left: 0%;
	aspect-ratio: 1 / 1;
}
		
}
