
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

body{
	font-family: "poiret-one", sans-serif;
	color: #226F54;
	font-size: 20px;
	text-align: left;
	cursor: url("../images/cursor_klein.png") 16 16, auto;
}
h1{
	 font-family: "verveine", sans-serif;
font-weight: 400;
font-style: normal;
	text-transform: lowercase;
	color: #226F54;
	font-size: 500%;
  background: #226F54;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 6px 20px rgba(0,0,0,0.4);
	text-align: center;
}
h2{
	font-family: "poiret-one", sans-serif;
	color: #FED7D1;
	 letter-spacing: .5rem;
	text-transform: uppercase;
	font-size: 100%;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}
h3 {
    font-family: "verveine", sans-serif;
font-size: 40px;
	color: #EA5937;
font-style: normal;
}

h4{
	font-family: "verveine", sans-serif;
	font-size: 25px;
	color: #226F54;
	text-align: center;

}
h5,
h6,
.font-body {
   font-family: "poiret-one", sans-serif;
font-weight: 400;
font-style: normal;
}

.blog{
	font-family: "verveine", sans-serif;
	font-size: 25px;
	color: #87C38F;
}
@media (min-width: 992px) {
    .display-1 {
        font-size: 7rem;
    }
}

.btn {
    font-family: "verveine", sans-serif;
    transition: .5s;
	cursor: url("../images/cursor_pointer_klein.png") 20 20, pointer;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.bg-primary{
	background-color: #226F54;
}
.text-primary{
	color: #226F54;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    border-radius: 60px;
    z-index: 99;
	height: 60px;
	width: 60px;
	opacity: 0.75;
	background-color: #FED7D1;
	align-content: center;
	align-items: center;
	transition: 0.5s ease;
	
}

.back-to-top:hover {
	background-color: #EA5937;
	opacity: 1;
	cursor: url("../images/cursor_pointer_klein.png") 20 20, pointer;
}
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 40px 0;
    color: #226F54;
    font-size: 25px;
    outline: none;
	font-family: "poiret-one", sans-serif;
	 transition: transform 0.3s ease;
	position: sticky!important;
}

.sticky-top {
  position: sticky!important;
  top: 0;
  z-index: 1030; /* Navbar über allen bg-circles */
}



.nav-link:hover{
	cursor: url("../images/cursor_pointer_klein.png") 20 20, pointer;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #FED7D1;
	font-style: italic;
}

.navbar-dark .navbar-nav .nav-link:hover{
	  color: #EA5937;
	font-weight: bold;
	transform: scale(1.05);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.section-title, .lead {
    color: #EA5937;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5rem;
	font-family: "poiret-one", sans-serif;
}

.lead{
	text-align: right;
	font-size:4vh;
  padding-top: 30px;
	color: #FED7D1;
	padding-left: 40%;
}

.lead::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
  padding-left: 10px;
    background: linear-gradient(135deg, #226F54, #87C38F);
    margin-bottom: 10px;
    border-radius: 2px;
}

.blog-post h1{
	text-align: left;
	color: #FED7D1!important;
}

.animate-up-down {
    position: relative;
    animation: animateUpDown 1s ease infinite;
}

@keyframes animateUpDown { 
    0% { 
        top: 0px;
    }
    50% { 
        top: 10px;
    }
    100% { 
        top: 0px;
    } 
}

.animate-rotate {
    position: absolute;
    animation: animateRotate 8s linear infinite;
}

@keyframes animateRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}
.leaf {
  position: absolute;
  width: 80px;
  animation: leafArc 5s cubic-bezier(.4,0,.2,1) infinite alternate;
  transform-origin: center;
	transform: rotate(180deg);
}

@keyframes leafArc {
  0% {
    transform: translateX(-100px) translateY(0) rotate(15deg);
  }
  50% {
    transform: translateX(0) translateY(140px) rotate(-15deg);
  }
  100% {
    transform: translateX(100px) translateY(0) rotate(-60deg);
  }
}



.bg-hero {
    background: linear-gradient(rgba(34, 36, 41, .8), rgba(34, 36, 41, .8)), url(../img/carousel-1.jpg) top center no-repeat;
    background-size: cover;
}

.gradient-bg {
  background: linear-gradient(135deg, #226F54, #87C38F);
}


.menu .tab-content img {
    transition: .5s;
}

.menu .tab-content img:hover {
    opacity: .7;
}

.team-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Bild füllt Box, bleibt proportional */
    transform: scale(1.2) translateY(0);
    transition: transform 0.5s;
}

.team-item:hover img {
    transform: scale(1.2) translateY(-20px); /* sanft nach oben */
}

.team-item .team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(254, 215, 209, 0.9); /* leicht transparent */
    opacity: 0;
    transition: opacity 0.5s;
}

.team-item:hover .team-overlay {
    opacity: 1;
}

.team-item {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    position: relative; /* wichtig für Overlay absolut */
    overflow: hidden;   /* wichtig, damit Bild beim Hover nicht ausbricht */
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D8F6D5;
    background: #226F54;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: #EA5937;
	 cursor: url("../images/cursor_pointer_klein.png") 20 20, pointer;
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

.instagram img {
    transition: .5s;
}

.instagram img:hover {
    opacity: .9;
}

@media (min-width: 991.98px) {
    .credit {
        background: #226F54;
    }
}

/* Das Hero Image */
.hero-image {
	/* Mit "linear-gradient" wird das Hintergrundbild (images/photographer.jpg) abgedunkelt, damit der Text leichter lesbar ist */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),
					rgba(0, 0, 0, 0.5)),
					url("../images/hero.jpg");

	/* Höhe des Hero-Images festlegen */
	height: 100vh; /* 50vh macht das Hero-Image nur halb so hoch */

	/* Ausrichtung und Zentrierung des Bildes, damit es auf allen Bildschirmen gut aussieht */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	  margin-top: 0; /* keine unnötige Lücke über Navbar */
  z-index: 1;    /* Hintergrund unter Navbar */

}

/* Platziert einen Text in der Mitte des Bildes (optional) */
.hero-text {
	color: white;
	text-align: center;
	align-self: center;
	background-image: url("../images/logo-04.png");
  width: 50vh;
  height: 50vh;
	    opacity: 0.25;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
transition: transform 1.5s ease, opacity 1.5s ease;
}


.hero-text:hover{
	background-image: url("../images/logo-04.png");
	 transform: scale(1.9);
	    opacity: 1;

}

.hero-image {
  background-image:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("../images/hero.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

 

h1 span {
  display: inline-block;
  transition: transform 0.25s ease, text-shadow 0.25s ease;
  background: #226F54;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

h1 span:hover {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
	 transform: scale(1.25) translateY(-4px);
}

.animated-border {
  width: 120px;
  margin: 0 auto;
  border-top: 3px solid transparent;
  position: relative;
}

.animated-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(135deg, #226F54, #87C38F);
  transform: translateX(-50%);
  animation: borderGrow 1.2s ease forwards;
}

@keyframes borderGrow {
  from {
    width: 0;
  }
  to {
    width: 120px;
  }
}
.rounded-pill{
	background-color: #FED7D1;
	
	
}

.rounded-pill .active{
background-color: #87C38F !important;
	cursor: url("../images/cursor_pointer_klein.png") 20 20, pointer;
}
footer{
	text-transform: uppercase;
}
footer a{
	color: #FED7D1;
	text-decoration: none;
	transition: 0.5s ease;
}

footer a:hover{
	color: #EA5937;
	font-weight: bold;
		cursor: url("../images/cursor_pointer_klein.png") 20 20, pointer;
}

a:hover{
	cursor: url("../images/cursor_pointer_klein.png") 12 12, pointer;
}


.social-icon:hover {
  background-color: #FED7D1;
  color: #EA5937;
	transform: scale(1.2);
  transition: all 0.3s ease;
	align-content: center;
	align-self: center;
}

/* Accordion Buttons dezent */
.accordion-button {
  border-radius: 10px;
	transition: 0.5s ease;
		cursor: url("../images/cursor_pointer_klein.png") 20 20, pointer;
}

button{
	background-color: #87C38F !important;
	color: white !important;
	border-radius: 20px;
	transition: 0.5s ease;
}
button:hover{
	background-color: #D8F6D5 !important;
	cursor: url("../images/cursor_pointer_klein.png") 20 20, pointer !important;
	transform: scale(1.2);
}
	
/*Kontaktformular*/

/* --------------------------
   Allgemein
--------------------------- */
.contact-section {
  padding: 60px 0;
  font-family: "poiret-one", sans-serif;
  color: #226F54;
}



/* --------------------------
   Zitat
--------------------------- */
.quote p {
  font-size: 24px;
  font-style: italic;
  color: #226F54;
}

.animated-border {
  width: 120px;
  margin: 20px auto 0;
  border-top: 3px solid transparent;
  position: relative;
}

.animated-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(135deg, #226F54, #87C38F);
  transform: translateX(-50%);
  animation: borderGrow 1.2s ease forwards;
}

@keyframes borderGrow {
  from { width: 0; }
  to { width: 120px; }
}

/* --------------------------
   Formulare
--------------------------- */
.contact-form input,
.contact-form textarea,
.newsletter-form input, .holz {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 2px solid #87C38F;
  border-radius: 10px;
  font-size: 16px;
  outline: none;
  transition: border 0.3s, box-shadow 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus,
.newsletter-form input:focus {
  border-color: #FED7D1;
  box-shadow: 0 0 8px rgba(254, 215, 209, 0.5);
}

.btn-submit {
  background-color: #87C38F;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 12px 30px;
  font-family: "verveine", sans-serif;
  cursor: url("../images/cursor_pointer_klein.png") 20 20, pointer;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: #D8F6D5;
  transform: scale(1.1);
}

/* --------------------------
   Karte
--------------------------- */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  border-radius: 10px;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* --------------------------
   Social Icons
--------------------------- */
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #FED7D1;
  color: #226F54;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #EA5937;
  color: #fff;
  transform: scale(1.2);
}

/* --------------------------
   Sonstige Styles
--------------------------- */
.contact-info h5 {
  font-family: "verveine", sans-serif;
  color: #226F54;
  margin-bottom: 10px;
}

.contact-info p {
 color: #EA5937;
}

/* --------------------------
   Hintergrund-Form
--------------------------- */
.contact-shape {
  background-color: #FED7D1;
  min-height: 500px;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Innenabstand + Zentrierung */
.contact-shape-inner {
  width: 100%;
  max-width: 100vh;
  padding: 15vh;
}

/* Formular Box */
.contact-form {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}



/*Shop*/

.shop-module{
  background: rgba(255,255,255,0.6);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.shop-module:hover{
  transform: translateY(-6px);
  box-shadow: 0 25px 45px rgba(0,0,0,0.12);
}
.shop-module input[type="number"],
.shop-module select {
  max-width: 200px;
  margin-top: 8px;
	 cursor: url("../images/cursor_pointer_klein.png") 20 20, pointer;
}

.shop-module label {
  display: block;
  margin-top: 10px;
}

.shop-module details {
  margin: 15px 0;
	 cursor: url("../images/cursor_pointer_klein.png") 20 20, pointer;
}

.shop-module summary {
  cursor: url("../images/cursor_pointer_klein.png") 20 20, pointer;
  font-weight: bold;
  color: #226F54;
}

.shop-module details p {
  margin-top: 10px;
  color: #EA5937;
}
.shop-module img {
  border-radius: 15px;
  margin-bottom: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}


#orderSummary {
  background: linear-gradient(135deg, rgba(255,255,255,0.85), rgba(255,255,255,0.6));
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

#orderSummary ul {
  list-style: none;
  padding-left: 0;
}

#orderSummary li {
  margin-bottom: 10px;
}

.price-tag{
	padding: 10px;
	align-content: flex-end;
	text-align: end;
	background-color: #EA5937;
	border-radius: 30px;
	font-family: "poiret-one", sans-serif;
	color: #FED7D1;	
  font-size: 20px;
	margin-top: 10px;
}

.shop img {
    width: 150px;         /* Bildgröße */
    height: 150px;        /* Höhe gleich Breite für Kreis */
    object-fit: cover;    /* Bild proportional zuschneiden */
    border-radius: 50%;   /* Macht es rund */
    transition: transform 0.5s ease; /* für Hover-Effekt */
}

.shop img:hover {
    transform: scale(1.2); /* wie dein Hover-Effekt */
}

.dach{
	 cursor: url("../images/cursor_pointer_klein.png") 20 20, pointer;
}
/* Versteckt das Standard-Checkbox-Design */
.dach {
  position: relative;
 max-width: 15px;
 min-height: 15px;
  -webkit-appearance: none; /* Chrome/Safari */
  -moz-appearance: none;    /* Firefox */
  appearance: none;
  border: 2px solid #87C38F;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  vertical-align: middle;
  margin-right: 8px;
	align-content: center;
	align-items: center;
}

/* Hover-Effekt */
.dach:hover {
  border-color: #FED7D1;
  box-shadow: 0 0 5px rgba(254, 215, 209, 0.6);
}

/* Wenn die Checkbox aktiviert ist */
.dach:checked {
  background-color: #87C38F;
  border-color: #87C38F;
}

/* Optional: Häkchen anzeigen */
.dach:checked::after {
  content: '✓';
	align-content: center;
	padding-left: 7px;
  color: white;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 3px;
}

option {
  font-family: "poiret-one", sans-serif;
  font-size: 20px;
  color: #226F54;
  background-color: #D8F6D5;
}
option:checked {
  background-color: #87C38F;
	color: #D8F6D5;
}

/*blog*/



 /* Blog Karten */
    .blog-card {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      cursor: pointer;
      margin-bottom: 30px;
      transition: transform 0.3s ease;
    }

    .blog-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 20px 20px 0 0;
      transition: transform 0.5s ease;
    }

    .blog-card:hover img {
      transform: scale(1.1);
    }

    .blog-title {
      background: linear-gradient(135deg, #226F54, #87C38F);
      text-align: center;
      padding: 10px 0;
      font-family: "verveine", sans-serif;
      color: #D8F6D5;
      font-size: 20px;
      border-radius: 0 0 20px 20px;
    }

    .blog-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color:#FED7D1;
      opacity: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px;
      text-align: center;
      transition: opacity 0.5s ease;
      border-radius: 20px;
    }

    .blog-card:hover .blog-overlay {
      opacity: 0.9;
    }

    .blog-overlay p {
      color: #EA5937;
      font-family: "poiret-one", sans-serif;
      font-size: 20px;
    }

    h3.section-category {
      margin-top: 50px;
      margin-bottom: 20px;
    }


/*nachhaltigkeit*/


.block {
    background-color: rgba(254, 215, 209, 0.4);
    border-radius: 50px;
    padding: 3rem;
    margin: 2rem 0;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
	width: 50%;
}

.block:hover {
    background-color: rgba(254, 215, 209, 0.8);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Alternierende Layouts links/rechts */
.block-left { 
	text-align: left;
  	float: left;
    clear: both;
    margin-left: 0;
    margin-right: auto;
}

.block-right { 
	text-align: right;
 	float: right;
    clear: both;
    margin-left: auto;
    margin-right: 0;
}


.block-left .block-icon { 
right: 2rem;
	
} 

.block-right .block-icon {
left:2rem;
}

/* Icon */
.block-icon {
    position: absolute;
    top: 2rem;
    font-size: 2rem;
    color: #EA5937;

}

.scroll-left {
    opacity: 0;
    transform: translateX(-60px);
    transition: all 0.8s ease;
}

.scroll-right {
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.8s ease;
}

.scroll-left.visible,
.scroll-right.visible {
    opacity: 1;
    transform: translateX(0);
}


/* Farbige Kreise als Hintergrund */
.bg-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
	    transition: transform 0.3s ease-out;
}

.bg-circle-1 { width: 200px; height: 200px; background: #226F54; top: -50px; left: -50px;}
.bg-circle-2 { width: 150px; height: 150px; background: #87C38F; bottom: -30px; right: -30px;}
.bg-circle-3 { width: 100px; height: 100px; background: #EA5937; top: 50%; left: -50px; transform: translateY(-50%);}
.bg-circle-4 { width: 120px; height: 120px; background: #226F54; top: 15%; right: -40px;}
.bg-circle-5 { width: 80px; height: 80px; background: #87C38F; bottom: 20%; left: 10%;}
.bg-circle-6 { width: 60px; height: 60px; background: #EA5937; top: 70%; right: 20%;}
.bg-circle-7 { width: 180px; height: 180px; background: #87C38F; top: -60px; right: 25%;}
.bg-circle-8 { width: 90px; height: 90px; background: #226F54; bottom: 10%; right: -30px;}
.bg-circle-9 { width: 70px; height: 70px; background: #EA5937; top: 30%; left: 60%;}

/* HR Stil */
hr.custom-hr {
    border: 0;
    height: 3px;
    background: linear-gradient(135deg, #226F54, #87C38F);
    border-radius: 2px;
    margin: 1rem 0;
	clear: both;
}

/* Zitat */
blockquote {
    font-style: italic;
    font-size: 1.25rem;
    background-color: rgba(34, 111, 84, 0.1);
    padding: 2rem;
    border-left: 6px solid #226F54;
    border-radius: 30px;
    margin: 3rem 0;
}

@media (max-width: 767px) {
    .block-left, .block-right { text-align: center; }
    .block-icon { left: 50%; transform: translateX(-50%); }
}



.section-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
  padding-left: 10px;
    background: linear-gradient(135deg, #226F54, #87C38F);
    margin-top: 0.5rem;
    border-radius: 2px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1; /* Für den IE6 und IE7 */
}


/* ZITATE */
blockquote {
    max-width: 500px;
    margin: 3rem auto;
    padding: 1.5rem 2rem;
    font-style: italic;
    border-left: 4px solid #87C38F;
    background: rgba(135,195,143,0.1);
    border-radius: 20px;
}

.blog-post {
  display: none;
}

.blog-post.active {
  display: block;
}

/* Bild-Container */
.bildbox {
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
}

/* Bild selbst */
.blogpic {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* wichtig: mittiger Ausschnitt */
  object-position: center;
  display: block;
}


.blogbox {
  background-color: rgba(254, 215, 209, 0.9);
  border-radius: 40px;
  padding: 2.5rem;
  color: #EA5937;

  position: sticky;
  top: 120px;             /* Abstand zum oberen Rand */
  margin-top: -80px;      /* Überlappt das Bild */
  width: 80%;
  margin-left: auto;

  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  z-index: 2;
}

