@charset "UTF-8";

/*
Theme Name: Marktkauf Knödgen Theme
Author: RUHR MEDIEN
Author URI: https://www.ruhrmedien.de/
Description: WordPress Theme für Marktkauf Knödgen.
Version: 1.0
*/

html {
  box-sizing: border-box;
  font-size: 16px;
  /* height: 3000px; */
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.alignleft {
  float:left;
  margin-right: 10px;
  margin-bottom: 20px;
}

.alignright {
  float:right;
  margin-left: 10px;
  margin-bottom: 20px;
}

:root {
  --primary-color: #ae824b;
  --secondary-color: #e7d8bc;
  --accent-color: #ad824b;
  --font-size: 16px;
  --padding: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* -------------  */

body {
  background-color: darkgray;
}

header {
  height: 500px;
  height: 100vh;
  position: relative;
  padding-top: 30px;
  border-top: 8px solid var(--accent-color);
}

.post-content p {
  margin-bottom: 15px;
  padding: 5px;
}

footer {
  width: 100%;
  height: 100px;
  background-color: #2c2c2c;
  color: gray;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .content,
#page-standort footer .content {
  padding: 0;
  margin-top: 0;
}

footer a {
  text-decoration: none;
  display: inline-block;
  color: silver;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 20px;
}

.impressum #newsletter {

  h4 {
    font-size: 15px;
    color: #aa5138;
    padding: 10px;
  }

  h3 {
    color: #a2533b;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  p {
    font-size: 15px;
    padding: 15px;
  }

  li {
    font-size: 13px;
    padding-left: 17px;
  }
}

.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: black;
}

#background-video {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  background-color: black;
  opacity: 1;
  filter: brightness(25%);
}

.home-btn-logo {
  display: inline-block;
  max-height: 70px;
  width: auto;
  margin-left: 50px;
}

.video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  /* Schwarzer Hintergrund */
  z-index: -1;
}

.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.6;
  filter: brightness(60%);
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100vw);
    /* Startet links außerhalb des Bildschirms */
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    /* Endet ohne Verschiebung */
    opacity: 1;
  }
}

.claim {
  width: 700px;
  width: 550px;
  height: auto;
  display: block;
  margin: 0 auto;
  /* Zentriert das Element horizontal */
  margin-top: 60px;
  /* Abstand von oben */
  position: relative;
  /* Relative Positionierung innerhalb seines Containers */
  animation: slideInFromLeft 1s ease-in-out forwards;
  /* Fügt die Animation hinzu */
}

.ed {
  display: block;
  width: 10vw;
  max-width: 220px;
  height: auto;
  position: absolute;
  left: 30px;
  top: 35px;
  width: 200px;
  height: 160px;
  z-index: 100;
}

.ed img {
  width: 100%;
  height: auto;
}

.kn-logo {
  width: 400px;
  height: auto;
  margin: 0 auto;
  /* margin-top: 42px; */
  position: relative;
  scale: 1.3;
  margin-top: 30px;
}

.kn-logo .logo {
  max-width: 100%;
}

.pulsing-logo {
  position: absolute;
  width: 120px;
  height: auto;
  right: 0;
  bottom: 3px;
  animation: heartbeat 2s infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.1);
  }

  40% {
    transform: scale(1);
  }

  60% {
    transform: scale(1.1);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.rad {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 20px;
  top: 30px;
  transition: transform 2s ease-out;
  border-radius: 100%;
  padding: 10px;
  z-index: 1000;
}

section,
header {
  border-bottom: 8px solid var(--accent-color);
}

.nav {
  height: fit-content;
  width: 800px;
  padding: 20px;
  margin: 0 auto;

  margin-top: 60px;
}


.newsblock {
  display: flex;
  width: 1250px;
  margin: 0 auto;
  gap: 10px;
  margin-top: 30px;

  flex-direction: column;
}

.aktuelles-page .newsblock {
  display: flex;
  width: 1250px;
  margin: 0 auto;
  gap: 30px;
  margin-top: 30px;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
}

.news__item_img {
  height: fit-content;
  padding: 0;

}

.aktuelles-page .newsitem {
  min-height: 200px;
  width: 30%;
  border: solid 1px silver;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #d7c4a7;
  height: 500px;
  position: relative;
  align-content: flex-start;
  margin-bottom: 0;

}

.aktuelles-page .news__item_body {

  padding: 30px !important;
  flex: 1 !important;

  h4 {

    background-color: transparent;
    padding: 0;
    font-weight: bold;
    color: #a2533b !important;
  }

  p {
    color: black;
    padding: 0;
    line-height: 18px;
    font-size: 13px;
    margin-top: 30px;
  }

  a {
    font-weight: bold;
  }


}


.flex-content {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

.sidetext {
  width: 50%;
  height: auto;
  font-size: 14px !important;
  line-height: 20px;
  text-shadow: #CCB695 2px 2px 0px;

  h3 {
    font-size: 20px !important;
    line-height: 25px;
  }
}

.service .sidetext {
  width: 45%;
  padding: 10px;
  background-color: #D7C4A7;
  text-shadow: none;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);
}



.prospekt {
  display: block;
  width: 50%;
  margin: 0 auto;
  width: fit-content;
  right: 10px;
  top: 5px;
  border: solid 5px #E7D8BC;
  background-color: #E7D8BC;
  cursor: pointer;
  margin-bottom: 20px;
  text-decoration: none !important;
  padding: 10px;
}

.prospekt img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  text-decoration: none !important;
}

.prospekt .datum {
  width: 100%;
  height: auto;
  color: #a2533b;
  background-color: #E7D8BC;
  text-decoration: none !important;
  padding: 10px;
  ;
}

.marktfacts {
  width: 40%;
  background-color: #BA6247;
  height: auto;
  height: fit-content;
  padding: 20px;
  position: relative;
}

.marktfacts h4 {
  color: #C6B291;
  color: #E6D8BC;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.marktfacts .fact {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #E6D8BC;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  font-size: 14px;
  padding-left: 20px;
}

.keyfact_head {
  font-weight: bold;
  color: #BA6247;
  margin-left: -4px;
}

.keyfact {
  font-style: oblique;
  font-weight: 100;
  margin-left: 10px;
}

.keyfact_head:before {
  content: "» ";
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.newsitem {
  width: 400px;
  height: fit-content;
  min-height: 200px;

  width: 100%;
  display: flex;
  border: solid 1px silver;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  border-radius: 10px;
  overflow: hidden;

  a {
    background-color: #a2533b;
    color: white;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 20px;

  }
}

.standort-img-adresse {
  width: 1000px;
  height: 305px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.standort-img-adresse .adresse {
  height: fit-content;
  background-color: #E6D8BC;
  width: 500px;
  margin-left: 360px;
  padding: 18px;
  font-size: 14px;
}

.markt_art {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

.markt_standort {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: -2px;
  margin-bottom: 10px;
}

.standort-marktkauf-re {
  background-image: url(standort-adresse-marktkauf-re.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.standort-edeka-he {
  background-image: url(standort-adresse-edeka-he.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.standort-trinkgut-re {
  background-image: url(standort-adresse-trinkgut-re.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.standort-trinkgut-bo {
  background-image: url(standort-adresse-trinkgut-bo.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.standort-trinkgut-bo-oberscheidstr {
  background-image: url(standort-adresse-trinkgut-bo-oberscheidstr.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.standort-trinkgut-bo-dorstener {
  background-image: url(standort-adresse-trinkgut-bo-dorstener.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.galerie {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 !important;
  margin-bottom: 50px;
  text-align: center;
  justify-content: center;
  width: 100% !important;
  align-content: stretch;
  padding: 50px !important;
}

.galerie img {
  width: 350px;
  height: 220px;
  object-fit: cover;
  object-position: center center;
  cursor: pointer;
  display: block;
}


.newsitem .newsbtn {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 30px;
  border-radius: 10px 0 10px 0;
  text-transform: uppercase;
}

.news__item_img {
  width: 100%;
}

.news__item_img img {
  display: block;
  max-width: 100%;
}

.news__item_body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  font-size: 14px;
  width: 100%;

  h4 {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);

    color: white;
    padding: 20px;
  }

  p {
    padding: 20px;
    color: white;
  }

  p a {
    background-color: transparent !important;
  }
}


.news__item_body {
  position: relative;
  overflow: hidden;
}

.news__item_body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(8px);
  z-index: -1;
}


.nav {
  ul {
    width: 100%;
    display: flex;
    flex-grow: 1;
    flex: 1;
    justify-content: space-around;
  }

  li {
    /* border: solid 1px #dcc4a1; */
    background-color: #dcc4a1;
    color: #dcc4a1;
    color: #a2533b;
    margin-right: 10px;

    a {
      display: block;
      height: 100%;
      width: 100%;
      padding: 10px 20px;
      font-size: 18px;
      text-transform: uppercase;
      text-decoration: none;
      color: #a2533b;
    }

    a:hover {
      background-color: #a2533b;
      color: #dcc4a1;
    }
  }
}


#stickynav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(173, 130, 75, 0.506);
  background-color: #ad824b;
  z-index: 100000;
  height: 70px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  /* Anfangs unsichtbar */
  transition: opacity 0.5s, transform 0.5s, visibility 0.5s;
  /* Transition für Opacity, Transform und Visibility */
  transform: translateY(-100%);
  /* Startet außerhalb des sichtbaren Bereichs */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

#stickynav ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-content: space-between;
  width: fit-content;
  /* margin: 0 auto; */
  height: 60px;
  scale: 1;
}

#stickynav.aktiv {
  visibility: visible;
  transform: translateY(0);
  /* Bewegt sich in die Sicht */
}


.social-btns {
  height: 100%;
  width: 90px;
  margin-right: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  scale: 0.9;
}

.smicon {
  display: block;
  height: 35px;
  width: 35px;
  background-size: cover;
  background-repeat: no-repeat;

  filter: brightness(100);
  opacity: .6;
}

.fbicon {
  background-image: url(fb-logo.png);

}

.igicon {
  background-image: url(insta-logo.png);
}

.smicon:hover {
  filter: brightness(1);
  opacity: 1;
  scale: 1.2;
}


/* #stickynav ul a {
  display: inline-block;
  text-decoration: none;
  color: white;
  border: solid 2px white;
  padding: 10px 20px;
  font-weight: 700;
  padding-top:17px;
  border-top: none;
  background-color: #ad824b;
  text-transform: uppercase;
  font-size: 14px;
} */


#stickynav ul a {
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  height: 40px;
}

#stickynav ul li a::before {
  content: "";
  display: inline-block;
  /* Damit die Grafik in derselben Zeile wie der Text bleibt */
  position: absolute;
  width: 40px;
  height: 40px;
  /* Höhe des Bildes */
  background: url("mehherz.png") no-repeat;
  background-size: contain;
  /* Skaliert das Bild passend zur Größe des Blocks */
  vertical-align: middle;
  /* Ausrichtung in der Mitte des Textes */
  position: absolute;
  top: 43%;
  left: 10px;
  transform: translateY(-50%);
  opacity: .5;
  /* Zentriert das Element */
}

#stickynav ul li a:hover::before {
  opacity: 1;
  width: 45px;
  height: 45px;
}

.einzelstand {
  width: 65%;
  display: block;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
}

#standimg {
  width: 75%;

  display: block;
  height: auto;
  margin: 0 auto;
  /* filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2)); */
  margin-top: 30px;
  transform: translateX(-30px);
}

.bockimg,
.bewerbimg {
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 900px;
}

.news__item_img a {
  all: unset;
  text-decoration: none;
  cursor: pointer;
}


.newsbody {
  width: 800px;
  height: auto;

  background-color: #C6B291;
  background-color: #d6c4a7;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);

  margin: 0 auto;
  margin-top: -30px;
  padding: 50px
}

.newsbody h3 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  width: 70%;
  margin-bottom: 20px;
}

.news-detail-img {
  width: 1000px;

  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}

#page-news-item header {
  height: fit-content !important;
  padding-bottom: 130px
}


.nav2 ul {
  width: 55%;
  width: 70vw;
  margin: 0 auto;
  margin-top: -2px;
  padding: 10px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-content: space-between;
  z-index: 100;
}

.nav2 a {
  display: inline-block;
  padding: 10px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  color: #dcc4a1;
  transition: all 0.2s ease-out;
}

.nav2 ul li a::before {
  content: "";
  display: inline-block;
  /* Damit die Grafik in derselben Zeile wie der Text bleibt */
  position: absolute;
  width: 80px;
  height: 80px;
  /* Höhe des Bildes */
  background: url("mehherz.png") no-repeat;
  background-size: contain;
  /* Skaliert das Bild passend zur Größe des Blocks */
  vertical-align: middle;
  /* Ausrichtung in der Mitte des Textes */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  /* Zentriert das Element */
}

.nav2 ul li:nth-child(even) {
  margin-top: 120px;
  margin-left: -160px;
}

.nav2 ul li:nth-child(odd):not(:first-child) {
  margin-left: -160px;
}

.nav2 a:hover {
  color: #a2533b;
  color: #BD6449;
  scale: 1.15;
  transition: all 0.2s ease-out;
  transform: rotate(-3deg);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
}


#mobile-slideout-menu ul li a::before {
  content: "» ";
}

#homelogo {
  cursor: pointer;
}

.content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

#page-standort .content {
  margin-top: 0;
  padding-top: 40px;

  h3 {
    font-size: 25px;
    color: #a2533b;
    font-weight: bold;
    text-transform: uppercase;
  }
}

.skyline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  filter: brightness(0.8) drop-shadow(1px 1px silver);
  opacity: 0.5;
}

.infoicon {
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 21px;
}


.handzettel {
  width: 100%;
  height: auto;
  display: flex;
  transition: all 0.5s ease;

  justify-content: center;
}

.handzettelhead {
  /* border: solid 2px #a2533b; */
  color: #a2533b;
  /* color: white; */
  padding: 10px;
  margin-bottom: 10px;
  width: 105%;
  font-weight: bold;
  /* background-color: rgb(204 182 149 / 71%); */
  /* border-radius: 17px 0; */
  background-image: url(border.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 84px;
  margin-left: -15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.handzettel__einzeln a {
  text-decoration: none !important;
}


.handzettelhead strong {
  font-weight: normal;
  line-height: 0px;
  font-size: smaller;
}

.linkbutton {
  padding: 9px 13px;
  text-transform: uppercase;
  background-color: #BD6449;
  border: solid 1px #BD6449;
  color: white;
  text-align: center;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  text-shadow: none !important;
}

.linkbutton.outline {
  background-color: transparent;
  color: #aa5138;
  border: solid 1px #aa5138;
  width: 100%;
  font-weight: bold;
}


.bigbutton {
  transform: scale(1.3);
  margin: 0 auto;
  display: block;
  width: 20%;
  padding: 15px;
  width: 300px;
}


/* Standorte section */

.standort_container {
  width: 1300px;
  /* height: 750px; */
  margin: 0 auto;
  z-index: 200;
  display: flex;
  order: revert;
  padding-bottom: 20px;
  padding: 0px 4vw;
}


.standort_container div:nth-child(1) {
  z-index: 4;
}

.standort_container div:nth-child(2) {
  z-index: 3;
}

.standort_container div:nth-child(3) {
  z-index: 2;
}

.standort_container div:nth-child(4) {
  z-index: 1;
}

.standort_item {
  height: 100%;
  display: flex;
  flex-direction: column;

}

.standort_item:not(:first-of-type) {
  margin-left: -50px;
}

.standort_image {
  width: 100%;
}

.standort_image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.standort_meta {
  height: 100%;
  width: 100%;
  padding: 25px;
  padding-left: 80px;
  text-align: right;
}

.standort_name {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.standort_stadt {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px
}

.standort_anschrift {
  font-size: 13px;
}

a[href^="tel:"] {
  text-decoration: none;
  color: #a2533b;
  font-weight: bold;
  pointer-events: auto !important;
}


.handzettel__einzeln {
  transition: filter 1s ease;
  /* Weicher Übergang für den Filtereffekt */
}

.handzettel__einzeln {
  filter: blur(0px);
}

.handzettel__einzeln {
  padding: 20px;
  /* cursor: pointer; */
  transition: all 0.5s ease;
  max-width: 303px;
}


.handzettel__descr {
  padding: 15px;
  text-align: center;
  transition: all 0.5s ease;
  z-index: -1;
}

.handzettel__einzeln:hover .handzettel__descr {
  margin-top: 0;
}

.seil {
  width: 8px;
  height: 100%;
  position: absolute;
  right: 31px;
  top: 110px;
  z-index: 1000;
  /* height: 4000px; */
  height: 100vh;
  width: 7px;
  background-image: url(stahlseil.png);
  background-size: contain;
  opacity: .6;
}

section {
  min-height: 100vh;
  position: relative;
  padding-bottom: 140px;
  scroll-margin-top: 62px;
}


.bogen {
  height: 100%;
  width: auto;
  position: absolute;
  z-index: -1;
}

.bleft {
  left: 0;
  top: 0;
  fill: #a2533b;
}

.bright {
  right: 0;
  transform: scaleX(-1);
  top: 0;
}


.bglogo {
  position: absolute;
  height: 100%;
  object-fit: contain;
  bottom: 0;
  right: 20px;
}

section:nth-child(even) {
  background-color: #dcc4a1;
  background-color: #CCB695;
  box-shadow: inset 10px -1px 310px 5px rgba(0, 0, 0, 0.4);
}

section#angebote {
  background-image: url(foerderturm.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.secmenue {
  height: 70px;
  width: 800px;
  color: #BA6247;
  border-bottom: solid 2px #BA6247;
  position: absolute;
  left: 600px;
  top: 34px;
  font-weight: bold;
  display: flex;
  align-items: end;
  padding: 10px 20px;
  font-size: 22px;
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.1)) brightness(100);
  text-transform: uppercase;
  z-index: 10;

  p {
    font-weight: bold;
    /* text-transform: uppercase; */
  }
}

.gondel {
  height: 170px;
  width: 492px;
  top: -56px;
  z-index: 51;
  transform: translateX(-100%);
  transition: transform 1s ease-out;
  position: relative;
  filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.1)) brightness(100);
}

.gondel img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.gondel::before {
  content: "";
  background-image: url(laufkreis.png);
  background-size: contain;
  width: 57px;
  height: 57px;
  display: block;
  position: absolute;
  left: 0;
  filter: hue-rotate(102);
  top: 0;
  z-index: 3000;
  transition: transform 3s;
  /* Glatter Übergang für die Transformation */
}

.gondel.einfahren:before,
.gondel.einfahren:after {
  animation: spin 1s linear;
  /* Definiert die Animation */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.gondel::after {
  content: "";
  background-image: url(laufkreis.png);
  background-size: contain;
  width: 57px;
  height: 57px;
  display: block;
  position: absolute;
  right: 0;
  filter: hue-rotate(102);
  top: 0;
  z-index: 3000;
}

.gondel.einfahren {
  transform: translateX(100px);
}

h2 {
  font-size: 80px;
  font-weight: bold;
  position: relative;
  /* Optional, falls du weitere Positionierungen machen möchtest */
  width: fit-content;
  text-align: center;
  margin-left: 50px;
  border-bottom: 10px solid white;
}

h2 span {
  display: inline-block;
  transform: translateY(10px);
}

h2::before {
  content: "";
  display: inline-block;
  /* Damit die Grafik in derselben Zeile wie der Text bleibt */
  width: 55px;
  /* Breite des Bildes */
  height: 100px;
  /* Höhe des Bildes */
  background: url("gon_links.png") no-repeat;
  background-size: contain;
  /* Skaliert das Bild passend zur Größe des Blocks */
  vertical-align: middle;
  /* Ausrichtung in der Mitte des Textes */
  transform: translateX(-36%);
}

h2::after {
  content: "";
  display: inline-block;
  /* Damit die Grafik in derselben Zeile wie der Text bleibt */
  width: 55px;
  /* Breite des Bildes */
  height: 100px;
  /* Höhe des Bildes */
  background: url("gon_rechts.png") no-repeat;
  background-size: contain;
  /* Skaliert das Bild passend zur Größe des Blocks */
  vertical-align: middle;
  /* Ausrichtung in der Mitte des Textes */
  transform: translateX(45%);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* Lightbox Overlay */
.lightbox {
  position: fixed;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999 !important;
}

.lightbox.active {
  display: flex;
}

/* Inhalt wrappern, um Buttons relativ zum Bild zu positionieren */
.lightbox-content {
  position: relative;
  /* MAKING A CONTAINING BLOCK */
  max-width: 50vw;
  max-height: 50vh;
  z-index: 999999;
}

.lightbox-content img {
  display: block;
  max-width: 50% !important;
  max-height: 50% !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#lightbox-img {
  max-width: 60% !important;
}

/* Alle Buttons absolut innerhalb .lightbox-content */
.lightbox-content .close,
.lightbox-content .nav {
  position: absolute;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  user-select: none;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  border-radius: 3px;
}

/* Close-Button oben rechts */
.lightbox-content .close {
  top: 10px;
  right: 10px;
}

/* Prev-/Next Buttons mittig links/rechts */
.lightbox-content .nav.prev {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.lightbox-content .nav.next {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.lightbox-content .nav:hover,
.lightbox-content .close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mapslink {

  display: inline-block;
  color: #a2533b;
  text-decoration: none;
  font-size: 13px;
  border-radius: 20px;
  /* right: 18px;
  bottom: 3px; */
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;

}

.mapslink em {
  font-size: smaller;
  font-weight: normal;
}

/* img gallery */
.next,
.prev {

  color: #AC824B !important;
  width: 60px;
  height: 60px;
  border: solid 3px #AC824B;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 25px;
  cursor: pointer;
  font-weight: bold;
}

.close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #AC824B !important;
  width: 45px;
  height: 45px;
  border: solid 3px #AC824B;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  color: red;
  font-size: 30px;
  font-weight: bold;
}

section:last-of-type {
  border: none !important;
}

.flex-content[id^="jobs-"] {
  scroll-margin-top: 120px;
  /* passt du ggf. an deine Headerhöhe an */
}


#page-standort .content {
  h3 {
    padding: 15px;
  }
}


#newsletter form,
#newsletter form,
#karriere form {
  width: 100%;
  margin: 35px auto;
  color: white;
}

#newsletter select,
#newsletter input[type=tel] #newsletter input[type=email],
#newsletter input[type=text],
#newsletter input[type=submit],
#newsletter textarea {
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  appearance: none !important;
  -webkit-appearance: none !important;

  background-color: #C0AC8D;
  color: white;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
}

/* #newsletter input[type=checkbox] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: solid 1px orange;
    margin-right: 15px;
    margin-left: 10px;
    margin-top: 10px;
} */


#newsletter input[type=submit] {
  margin-bottom: 25px;
  background-color: #aa5138 !important;
  color: white !important;
  border: none !important;
}

#newsletter input[type=tel],
#newsletter input[type=email] {
  padding: 20px;
  margin-bottom: 10px;
  appearance: none !important;
  -webkit-appearance: none !important;

  background-color: #C0AC8D !important;
  color: white !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
}

#newsletter textarea {
  height: 200px
}

label {
  color: #aa5138 !important;
  font-weight: bold;
  padding: 15px;
  display: inline-block;
  margin-top: 15px;
}

#newsletter .content::before {
  content: "";
  display: block;
  text-align: center;
  margin: 40px auto;
  width: 70%;
  height: 1px;
  background-color: white;
}

#newsletter select,
#newsletter input,
#newsletter textarea {
  width: 100% !important;
  padding: 20px !important;
  margin-bottom: 0px !important;
  appearance: none !important;
  background-color: #C0AC8D !important;
  color: white !important;
  border: solid 1px #C0AC8D;
}

#newsletter textarea {
  height: 200px !important;
}

form .w50 {
  width: 100% !important;
  float: none;
  border: solid 5px #555555 !important;
}


input[type=submit],
.submitsend {
  background-color: #c67964 !important;
  border: solid 5px #555555 !important;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 25px;
  -webkit-appearance: none;
  appearance: none;
  width: 100% !important;
  color: white !important;
  padding: 20px !important;
}

/* #newsletter input[type=checkbox] {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    background-color: white;
    color: #C0AC8D;
    border: none !important;
} */


.marktextras {
  width: 100%;
  height: 1000px;
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap;
}

.marktextra {
  width: 25%;
  background-color: #BA6247;
  color: white !important;
  padding: 20px;
}

.marktextra img {
  display: block;
  height: auto;
  width: 100%;
}

.marktextra p {
  font-size: 13px !important;
  padding: 18px;
}

.marktextra h4 {
  font-size: 19px !important;
  padding: 18px;
  font-weight: bold;
}

.bewerben-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: #D6C4A6;
  color: #2c2c2c;
  width: 400px;
  max-width: 550px;
  font-weight: 400;
  padding-right: 20px;
  border-radius: 38px 10px 10px 0;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.bewerbungen {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 100px;
  justify-content: space-between;
  width: 1020px;
  margin: 0 auto;
  padding-top: 20px;
}

.marktkauf {
  border: solid 1px #019640;
}

.trinkgut {
  border: solid 1px #E51D29;
}

.edeka {
  border: solid 1px #FFE500;
}

.bewerben-button img {
  height: 100px;
  width: auto;
}

.text {
  text-align: left !important;
  width: 80%;
}

option:selected {
  color: red;
}

/* Burger Button Style */
#burger-menu-button.burger {
  width: 35px;
  height: 25px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 11110001;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

#burger-menu-button.burger span {
  height: 4px;
  background: #a2533b;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
  width: 100%;
}

/* Animation bei Öffnung */
#burger-menu-button.open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

#burger-menu-button.open span:nth-child(2) {
  opacity: 0;
}

#burger-menu-button.open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}


/* Slideout Menü */
#mobile-slideout-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100%;
  background-color: #dcc4a1;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  transition: right 0.3s ease;
  padding-top: 80px;
}

#mobile-slideout-menu.open {
  right: 0;
}

#mobile-slideout-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mobile-slideout-menu ul li {
  border-bottom: 1px solid #ae824b;
}

#mobile-slideout-menu ul li a {
  display: block;
  padding: 15px 25px;
  color: #a2533b;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

#mobile-slideout-menu ul li a:hover {
  background-color: #ae824b;
  color: white;
}

.jobs-header {
  border-bottom: solid 1px #aa5138;
  padding: 25px;
  padding-bottom: 10px !important;
  width: 100% !important;
  margin-left: 20px;
}


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

  .bewerbungen {
    width: 100%;
    padding: 0 25px;
    justify-content: left;
    gap: 25px;
    padding-bottom: 50px;
  }

  .page-karriere .flex-content {
    width: 100%;
  }

  .aktuelles-page .newsblock {
    width: 100%;
  }

  .standort_container {
    width: 1300px;
    /* height: 750px; */
    width: 98% !important;
    display: flex;
  }

  .standort_item:not(:first-of-type) {
    margin-left: 0px;
  }

  .standort_meta {
    padding-left: 19%;
  }

  .newsblock {
    width: 100%;
    padding: 20px;
    align-items: center;
  }

  .newsitem {
    width: 60%;
    height: auto;
    flex-wrap: wrap;
  }

  .news__item_body {
    p {
      padding: 10px 20px;
      padding-bottom: 0;
    }

    padding-bottom: 80px;
  }

  .news__item_img img {
    width: 100%;
  }


  .nav2 ul {
    width: 90%;
  }

  .nav2 ul li {
    scale: 0.8;
  }

  .rad,
  .seil {
    display: none;
  }

  .ed {
    width: 150px;
    height: auto;
  }

  .kn-logo {
    scale: 1;
    margin-top: 15px;
    transform: translateX(80px);
  }

  .bglogo {
    display: none;
  }

  .gondel {
    scale: 0.6;
  }

  .gondel.einfahren {
    transform: translateX(-100px);
  }

  .secmenue {
    left: 350px;
    top: 10px;
  }

  .content {
    margin-top: -50px;
    width: 100%;
  }

  .handzettel {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 0 20vw;
  }

  .handzettel__einzeln {
    max-width: 300px;
    border-bottom: solid 1px #AC824B;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  section#angebote {
    background-image: none !important;
  }

  #stickynav {
    gap: 10px;
  }

  .social-btns {
    width: 100px;
    display: none;
  }

  .home-btn-logo {
    margin-left: 0;
    position: absolute;
    left: 10px;
    top: 0;
  }

  #stickynav ul {
    width: 100%;
    padding-left: 80px;
  }
}

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


  .aktuelles-page .newsblock {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .aktuelles-page .newsblock .newsitem {
    width: 40%;
  }

  .bockimg,
  .bewerbimg {
    width: 80%;
  }

  .standort_container {

    width: 100%;
    padding-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px;
  }

  .standort_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 45%;
    height: auto;
    min-width: 300px;
  }

}

/* #1050 */
@media (max-width: 1050px) {
  .standort-img-adresse {
    scale: 0.8;
    margin-left: -9%;
  }

  .standort-img-adresse .adresse {
    height: fit-content;
    background-color: #E6D8BC;
    width: 500px;
    margin-left: 360px;
    padding: 18px;
    font-size: 14px;
  }
}


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

  section {
    box-shadow: none !important;
  }

  .standort-img-adresse {
    scale: 1;
    width: 100% !important;
    height: fit-content;
    margin: 0 auto;
    margin-top: 60px;
    display: flex !important;
    justify-content: right;
    align-items: flex-end;
    position: relative;
    background-position-x: 2px;
    background-size: contain;
    overflow: hidden !important;
    background-color: #E6D8BC !important;
    border-top: 20px #E6D8BC solid;
    border-bottom: 20px #E6D8BC solid;
  }

  .standort-marktkauf-re {
    background-image: url(standort-marktkauf-re.png);
  }

  .standort-trinkgut-bo {
    background-image: url(standort-trinkgut-bo.png);
  }

  .standort-trinkgut-re {
    background-image: url(standort-trinkgut-re.png);
  }

  .standort-edeka-he {
    background-image: url(standort-edeka-he.png);
  }


  .standort-img-adresse .adresse {
    height: fit-content;
    background-color: transparent !important;
    width: fit-content !important;
    margin-left: 360px;
    margin-left: 0px !important;
    padding: 10px !important;
    font-size: 12px !important;
    display: flex !important;
    justify-content: right;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
  }


  .standort-img-adresse .adresse .markt_art,
  .standort-img-adresse .adresse .markt_standort {
    font-size: 15px !important;
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    background-color: rgba(162, 83, 59, 0.95);
    color: white;
    text-align: right;
    width: 100%;
  }

  .markt_daten {
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, .8);
    background-color: rgba(162, 83, 59, 0.95);
    padding: 15px;
    color: white !important;
    text-align: right;

    a {
      color: white !important;
    }
  }

  .mapslink {
    background-color: #BA6247;
    padding: 10px 20px;
    border-radius: 0 !important;
    border: none;
    color: white;
    margin-left: 0px;
    width: 100% !important;
    text-align: right !important;

    em {
      display: none;
    }
  }

  .marktextras {
    width: 100%;
    height: auto;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .marktextra {
    width: 45%;
  }

  .page-karriere .flex-content .sidetext {
    width: 100%;
    padding: 25px !important;
  }

  .bewerbungen {
    width: 100%;
    padding: 0 25px;
    justify-content: center !important;
    gap: 25px;
    padding-bottom: 50px;
  }

  .bewerben-button {
    width: 100%;
  }

  .service .sidetext {
    width: 90%;
    padding: 10px;
    background-color: #D7C4A7;
    text-shadow: none;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);
    font-size: 13px !important;
  }

  .newsbody {
    width: 90% !important;
    padding: 10px;

    p {
      font-size: 15px !important;
      line-height: 20px;
      padding: 20px;
    }

    h3 {
      padding: 0 20px;
      font-size: 20px;
    }

    .intro {
      padding: 20px;
      font-size: 15px;
    }
  }

  .service .sidetext h3 {

    font-size: 19px !important;
    line-height: 22px !important;
  }


  .bewerbimg {
    width: 90%;
  }

  .bockimg {
    width: 80%;
  }


  .home-btn-logo {
    display: none;
  }

  #stickynav ul {
    width: 100%;
    padding-left: 0px;
  }

  .secmenue {
    width: 100%;
    position: absolute;
    top: 85px;
    left: 0;

    font-size: 17px;
    padding-left: 52px;
    height: auto;
    border: none !important;
  }

  .content {
    margin-top: 0px;
    width: 100%;
  }

}

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

  #burger-menu-button {
    display: flex !important;
  }


  #page-standort .flex-content {
    flex-wrap: wrap;
    width: 100% !important;
    padding: 20px;
    justify-content: center;
    flex-direction: row-reverse;
  }

  #page-standort .flex-content>div {
    width: 70%;
    margin-bottom: 50px;
  }

  #page-standort .flex-content>div {
    width: 100%;
    margin-bottom: 50px;
  }

  .home-btn-logo {
    display: block;
    left: 20px;
    scale: 0.9;
  }

  #stickynav ul {
    display: none;
  }

}

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

  .flex-content {
    flex-wrap: wrap;
    padding:10px;
  }

  .flex-content > div {
    width: 100%;
  }

  .sidetext {
    order: 2;
    padding: 10px !important;
  }

.marktfacts {
  order: 1;
  margin-bottom: 20px;
}

  .bigbutton {
    transform: scale(1.1) !important;
    width: 60% !important;
    margin-top: 20px;
  }

  .galerie {
    width: 100%;
    padding: 0 !important;
    gap: 20px;
  }

  .galerie img {
    width: 100%;
    height: auto;
    display: block;
  }

  .marktextra {
    width: 90%;
  }

  .newsbody img {
    float: none !important;
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    max-width: 100% !important;
  }

  .standort_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 45%;
    height: auto;
    min-width: 300px;
    border-bottom: solid 1px #a2533b;
    padding-top: 40px;
  }


  .newsbody h3 {
    padding: 20px 5px !important;
    font-size: 23px;
  }

  .page-karriere #standimg {
    width: 100%;
    margin-left: 32px !important;
    scale: 1.1;
  }


  .aktuelles-page .newsblock {
    width: 100%;
  }

  .page-karriere .flex-content .sidetext {
    padding: 0 !important;
  }

  .newsitem {
    width: 90% !important;
  }

  #mainnav {
    display: none;
  }


  #stickynav {
    visibility: visible;
    transform: translateY(0%);
    transition: none;
  }

  header {
    padding-top: 80px;
  }

  .ed {
    position: fixed;
    top: 100px;
    top: 8px;
    left: 100px;
    z-index: 999999;
    height: 60px !important;
    margin-top: -5px;
    width: auto !important;
  }

  .ed img {
    height: fit-content !important;
    width: auto !important;
    max-height: 100%;
    display: block;
  }

  .kn-logo {
    transform: translateX(0px);
    scale: 0.8;
  }

  .handzettel {
    padding: 0;
  }

  .newsitem {
    width: 90%;
  }


  footer {
    height: fit-content !important;
    text-align: center;
    padding: 30px 0;
  }

  footer a {
    text-decoration: none;
    display: block;
    color: silver;
    line-height: 15px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 20px;
    border-bottom: dotted 1px #555555;
    width: 80%;
    margin: 0 auto;
  }

  footer a:last-of-type {
    border-bottom: none;
  }

  footer span {
    display: none;
  }

}

@media (max-height: 730px) {
  .claim {
    display: none;
  }
}