body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
/*  background-color:#fbf5ed;  */
}
html, body {
  overscroll-behavior: none;
}

.aussen,
.content {
  position: relative;
  width: 100%;
  z-index: 1;
}

.content {
  overflow-x: hidden;
}

.content .section {
  width: 100%;
  height: 100vh;
}
@media screen and (min-width:1200px) {
  .content .section.hero {
  background-image: url("/files/pictures/entry/tempelberg3764.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
}}

@media screen and (max-width:680px) {
  .content .section.hero {
  background-image: url("/files/pictures/entry/tempelberg1280.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
}}

@media screen and (min-width:681px) and (max-width:1199px) {
  .content .section.hero {
  background-image: url("/files/pictures/entry/tempelberg2400.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
}}






.content .section .hero2 {
  background-image: url("/files/pictures/entry/hero3.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (orientation:landscape) and (orientation:landsacpe) {
  .portrait {
    display:none;
  }
}
@media screen and (orientation:portrait){
  .landscape {
    display:none;
  }
}
@media screen and (min-width:800px) {
  .image-header.desktop {
    display:flex;
    z-index:200;
  }
  .image-header.smartphone {
    display:none;
  }
}
@media screen and (max-width:799px) {
  .image-header.desktop {
    display:none;
  }
  .image-header.smartphone {
    display:flex;
    flex-flow:row wrap;
  }
}
.image-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  perspective: 300px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  object-position: center center;
}

.image-container2 {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  perspective: 300px;
  overflow: hidden;
}

.image-container2 img {
  width: 100%;
  height: calc(100dvh + 80px); /* 80px extra für die maximale Verschiebung */
  object-fit: cover;
  object-position: center bottom; /* Bild am unteren Rand ausrichten */
  /* GSAP wird diese Transforms überschreiben */
  transform: translateY(50px) translateX(0px) rotate(0deg); /* Startet 40px nach unten versetzt */
 /* transform-origin: 2700px 2300px; */
}
@media screen and (orientation:portrait) {
  .image-container2 img {
    width: 100%;
    height:100dvh;
    transform: translateY(0px) translateX(0px) rotate(0deg);
 /*     transform-origin: 1340px 2050px; */
  }
}
@media screen and (max-height:650px) {
  .image-container2 img {
       height: 100dvh;
       transform: translate(0px, -10px);
   /*    transform-origin: 2700px 2300px; */
  }
}
/*
@media screen and (orientation:portrait) and (max-width:1000px) {
	.image-container {
		height:100dvh;
	} 
.image-footer {
		bottom:20vh!important;
	}
   anfänglich zur Positionierung der Scroll-Aufforderung im Hero-Bild                      */
/*
#hero {
	min-height:115vh;
} */
.ce_text {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/*
h2 {
	font-size:3rem;
	color:#15616D;
}
h3 {
	font-size:2.2rem;
	color:#15616D;
}
p {
	font-size:1.1rem;
}
*/

