body {
  font-family: 'Lato', sans-serif;
  color: #001e1f;
}

label {
  font-family: 'Lato', sans-serif;
}

.form-control {
  font-family: 'Lato', sans-serif !important;
}

.font-sari {
  font-family: 'Lato', sans-serif !important;
}

button.bg-grey-dark {
  background-color: #006053 !important;
}
 
button.hover\:bg-grey-darker:hover {
  background-color: #006053 !important;
}

.bg-primary {
  background-color: #e30613 !important;
}

h1 {
  color: #001e1f;
  font-weight: 650;
  font-family: 'Lato', sans-serif;
  font-style: normal !important;
}

h2, .h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  color: #001e1f;
}

h3, .h3 {
  font-size: 18px;
  font-weight: 550;
  font-family: 'Lato', sans-serif;
  color: #001e1f;
}

h4, .h4 {
  font-size: 16px;
  font-weight: 550;
  font-family: 'Lato', sans-serif;
  color: #001e1f;
}

.headline-startseite {
  font-size: 22px;
  text-align: left;
  font-weight: 600;
  font-style: normal;
}

a {
  color: #001e1f;
}

a:hover, a:focus {
  color: #001e1f;
  text-decoration: underline;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #006053 !important;
}

.button-primary, .active > .button-secondary {
  padding: 12px;
  border-radius: 3px;
  max-height: 40px;
  min-width: 100px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #006053;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary:active, .active > .button-secondary:active {
    color: #006053;
    background-color: #f0f0f0;
    text-decoration: none;
}

.button-primary:hover, .active > .button-secondary:hover {
      color: #fff;
      background-color: #006053;
      text-decoration: none;
}

.text-primary {
  color: #006053 !important;
}

.text-grey-dark {
  color: #4C4C4C !important;
}

.hover\:text-primary:hover {
  color: #006053 !important;
}

.navigation-list {
  color: #4C4C4C !important;
}

.navigation-list .Selected > a {
  color: #006053 !important;
}

.styled-multi-select .btn-group.open .dropdown-toggle {
  box-shadow: none;
  border: 1px solid #006053;
  background-color: #fff;
}

.styled-multi-select .multiselect-container {
  min-width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  top: 40px;
  max-width: 300px;
  border-radius: 4px;
  border: 1px solid #006053;
  padding: 10px 0;
  box-shadow: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #006053;
  outline: 0;
}

.pagination-bare li.active {
  color: #006053;
}

.btn-primary {
  color: #fff;
  background-color: #006053;
  border-color: #006053;
}

.btn-primary:hover {
  color: #fff;
  background-color: #009480;
  border-color: #009480;
}

.rating-star--on {
  color: #ffcc19 !important;
}

footer > .bg-grey {
background-color: #f0f0f0 !important;
}

.bg-grey {
background-color: #ffffff !important;
}

.c-navmenu .o-nav__level--1 > .o-nav__item > a {
font-weight: 500;
padding: 5px 15px;
font-size: 18px;
color: #001e1f;
}

.c-navmenu .o-nav__level--1 > .o-nav__item > a:hover, .c-navmenu .o-nav__level--1 > .o-nav__item > a:focus {
color: #001e1f !important;
text-decoration: none;
}

.h-full > .bg-grey-light {
  background-color: #ecf9ef !important;
}

span.col-xs-12.h4 {
font-size: 22px;
font-family: 'Lato', sans-serif;
color: #006053;
font-weight: 400;
text-align: center !important;
padding-top: 1em;
}

.row.flex.flex-wrap.product-grid.product-grid--matrix > span.col-xs-12.h4 {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  color: #006053;
  font-weight: 400;
  text-align: center !important;
  padding-top: 1em;
  margin-top: 1em;
}

.bg-grey-light.h-full {
background-color: #ecf9ef !important;
}

/*
a[href*="bewertungen"]:hover, a[href*="bewertungen"]:visited, a[href*="bewertungen"]:focus {
color: #006053;
text-decoration: none;
}
*/

span.pr-1 {
  color: #494b4a
}

div.px-2 {
  color: #494b4a
}

i.fa.fa-star {
  color: #ffcc19
}

i.fa.fa-star.rating-star {
  color: #d6d6d6;
}

i.fa.fa-fw.fa-star {
  color: #006053
}

.quantity-picker__field {
  background-color: #f9f9f9;
}

.quantity-picker__plus {
  background-color: #f9f9f9;
}
.quantity-picker__minus {
  background-color: #f9f9f9;
}

#mobileNavigation .active {
  background-color: #006053 !important;
}

.o-nav--inline .o-nav__item:hover .o-nav__level--2 {
  display: block;
  max-width: 100%;
}

.e-rezept-banner-mobile-container {
  display: none;
}

.container--mid {
max-width: 1330px !important;
}

.navigation-list a:not(.active) {
  color: #4C4C4C !important;
}

button.bg-secondary {
  background-color: #006053 !important;
}
.alert-warning {
    color: #001e1f !important;
    background-color: #fce7e8 !important;
    border-color: #fce7e8 !important;
}

/* Kategorie Übersicht Seite */
.grid-kategorie-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; 
    max-width: 900px;
    margin: auto;
}

.kategorie-container {
    position: relative;
    width: 275px;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.kategorie-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.kategorie-container:hover img {
  transform: scale(1.2);
}

.kategorie-top-text {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 1px 2px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}


/* Kategorie Startseite */
.category-startseiten-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.category-startseite {
  width: 291px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

.image-starseiten-container {
  width: 100%;
  overflow: hidden;
  height: 150px;
}

.image-starseiten-container img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.image-starseiten-container:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.content-category-startseite {
  padding: 20px;
  text-align: left;
  height: 300px;
  position: relative;
}

.content-category-startseite h2 {
  margin: 0;
  font-size: 20px;
  color: #001e1f;
}

.content-category-startseite p {
  font-size: 14px;
  color: #001e1fc8;
  margin-top: 5px;
}

.link-box-startseite {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 15px;
  text-decoration: none;
  color: #006053;
  font-weight: bold;
  border: 1px solid #006053;
  border-radius: 5px;
  transition: background 0.3s;
  position: absolute;
  top: 225px;
  left: 15px;
  text-align: center;
}

.link-box-startseite:hover {
  background: #006053;
  color: #fff;
  text-decoration: none;
}

.nicht-auswaehlbar {
user-select: none;
}


/* Pflichttext-Link Startseite*/
.ptlink {
position: absolute;
left: 30px;
text-decoration: underline;
}

.pflichttext {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: none; 
justify-content: center;
align-items: center;
z-index: 1000; /* Stellt sicher, dass das Overlay über allem liegt */
}

.pflichttext:target {
display: flex;
}

.pflichttext:target body {
overflow: hidden;
}

.pflichttext-content {
background: white;
padding: 20px;
width: 80%;
max-width: 900px;
border-radius: 10px;
text-align: left;
position: relative;
box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.close, .closed-button-startseite {
cursor: pointer;
color: #001e1f;
font-size: 20px;
text-decoration: none;
}

.close {
position: absolute;
top: 10px;
right: 15px;
font-size: 25px;
}

.close:hover {
color: red;
}

.closed-button-startseite {
display: inline-block;
margin-top: 20px;
padding: 10px;
border: 1px solid #006053;
color: #006053;
border-radius: 5px;
text-decoration: none;
font-size: 16px;
font-weight: bold;
text-align: center;
}

.closed-button-startseite:hover {
background: #006053;
color: white;
}


/* Marken Übersicht */
.marken-uebersicht-bg {
    background-color: #ffffff;
    max-width: 100%;
    padding: 10px;
    margin: 0 auto;
}

.marken-uebersicht {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    align-items: center;
    width: 100%;
}

.img-marken-startseite {
    width: 80%;
    height: 80%;
    height: auto;
    cursor: pointer;
}


/* Startseiten banner */
/* mobile Banner */
.banner-mobile1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  border-radius: 5px;
  overflow: hidden;
}

.banner-img-mobile1 {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px 5px 0 0;
}

.banner-content1 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; /* Abstand zwischen den Elementen */
  padding: 1rem;
  color: #001e1f;
  background-color: #fff; /* Optional: Kontrastfläche */
}

.banner-mobile-headline1 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
  color: #001e1f;
  padding-left: 10px;
}

.banner-text-mobile1 {
  font-size: 14px;
  color: #001e1f;
  margin: 0;
  padding-left: 10px;
}

.link-box-banner-mobile1 {
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 15px;
  padding-left: 10px;
  text-decoration: none;
  color: #006053;
  font-weight: 800;
  font-size: 16px;
}

.link-box-banner-mobile1:hover {
  color: #006053c7;
  cursor: pointer;
}

.ptlink-mobile1 {
  text-decoration: underline;
  display: flex;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 12px;
}
/* Desktop Banner */
.banner-startseite1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: #f9f9f9;; /* Optional, falls ein Hintergrund erforderlich ist */
  border-radius: 5px;
}

.banner-image1 {
  position: absolute;
  right: 0;
  height: 100%;
}

.banner-image1 img {
  height: 100%;
  width: auto; /* Bildbeibehaltung der Proportionen */
  border-radius: 5px;
}

.banner-headline1 {
  position: absolute;
  font-size: 27px;
  left: 30px;
  right: 780px;
  color: #001e1f;
}

.banner-text1 {
  position: absolute;
  left: 30px;
  right: 780px;
  color: #001e1f;
}

.link-box-banner1 {
display: inline-block;
margin-top: 15px;
padding: 10px 15px;
text-decoration: none;
color: #ffffff;
background: #006053;
font-weight: bold;
border: 1px solid #006053;
border-radius: 5px;
transition: background 0.3s;
position: absolute;
left: 30px;
text-align: center;
}

.link-box-banner1:hover {
background: #006053c7;
color: #ffffff;
text-decoration: none;
cursor: pointer;
text-decoration: none;
}
/* Abgrenzugn mobile/desktop */
.desktop-only1 {
  display: block; 
}

.mobile-only1 {
  display: none;
}

/* E-Rezept Seite */
/* Desktop Banner / mobile = Template Startseite */
.link-box-banner-e-rezept-1 {
display: inline-block;
margin-top: 15px;
padding: 10px 15px;
text-decoration: none;
color: #ffffff;
background: #006053;
font-weight: bold;
border: 1px solid #006053;
border-radius: 5px;
transition: background 0.3s;
position: absolute; /* Position innerhalb des content-category-startseite */
top: 250px;   /* Abstand */
left: 30px;  /* Abstand*/
text-align: center;
}

.link-box-banner-e-rezept-2 {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 15px;
  text-decoration: none;
  color: #ffffff;
  background: #006053;
  font-weight: bold;
  border: 1px solid #006053;
  border-radius: 5px;
  transition: background 0.3s;
  position: absolute; /* Position innerhalb des content-category-startseite */
  top: 250px;   /* Abstand */
  left: 185px;  /* Abstand*/
  text-align: center;
}

.link-box-banner-e-rezept-1:hover, .link-box-banner-e-rezept-2:hover {
  background: #ffffff;
  color: #006053;
  text-decoration: none;
  cursor: pointer;
}
/* Kategorie E-Rezept */
.category-e-rezept-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.category-e-rezept {
  width: 305px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

.image-e-rezept-container {
  width: 100%;
  overflow: hidden;
  height: 175px;
}

.image-e-rezept-container img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.content-category-e-rezept {
  padding: 25px;
  text-align: left;
  height: 220px;
  position: relative;
}

.content-category-e-rezept h2 {
  margin: 0;
  font-size: 20px;
}

.content-category-e-rezept p {
  font-size: 14px;
  color: #001e1f;
  margin-top: 5px;
}

.link-box-e-rezept {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 15px;
  text-decoration: none;
  color: #006053;
  font-weight: bold;
  border: 1px solid #006053;
  border-radius: 5px;
  transition: background 0.3s;
  position: absolute;
  top: 225px;
  left: 15px;
  text-align: center;
}

.link-box-e-rezept:hover {
  background: #006053;
  color: #fff;
  text-decoration: none;
}
/* Hinweise E-Rezept */
.e-rezept-container {
width: 100%;
background-color: #F9F9F9;
border: 2px solid #F9F9F9;
border-radius: 6px;
}

.e-rezept-hinweis-headline {
color: #001E1F;
font-size: 18px;
font-weight: bold;
text-align: center;
}

.e-rezept-hinweis-box {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: #F9F9F9;
width: 100%;
padding: 20px;
border: 6px solid #F9F9F9;
gap: 20px;
border-radius: 10px;
flex-wrap: wrap;
}

.e-rezept-hinweis-text {
color: #001e1f;
flex: 1 1 60%;
min-width: 200px;
display: flex;
flex-direction: column;
justify-content: center;
}

.e-rezept-img-wrapper {
width: 100px;
height: 100px;
flex-shrink: 0;
}

.e-rezept-img {
width: 100%;
height: 100%;
object-fit: cover;
}
/* Button E-Rezept*/
.button-primary-e-rezept {
  padding: 12px;
  border-radius: 5px;
  width: 275px;
  height: 45px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #006053;
  border: 1px solid #006053;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-primary-e-rezept:hover {
  background: #ffffff;
  color: #006053;
  text-decoration: none;
  cursor: pointer;
}

.button-e-rezept-container {
  display: flex;
  gap: 40px; /* Abstand zwischen den Buttons */
  margin-top: 20px;
}
/* Banner klein E-Rezept Desktop */
.e-rezept-banner-container {
  width: 100%;
  height: 250px;
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
}

.e-rezept-banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-left: 30px;   
  padding-right: 0;    
  gap: 0;
}

.e-rezept-banner-content {
  background-color: white;
  border: 6px solid #F9F9F9;
  border-radius: 15px;
  padding: 15px 25px;
  flex: 1 1 55%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.e-rezept-banner-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.e-rezept-banner-headline {
  color: #001E1F;
  font-size: 27px;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.4;
}

.banner-app-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.app-badge {
  height: 40px;
  width: auto;
}

.e-rezept-banner-right {
  flex: 1 1 45%;
  display: flex;
  justify-content: flex-end;  
  align-items: center;
  padding: 0; 
  height: 250px;           
}

.e-rezept-banner-right img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  margin-right: 0;
  margin: 0;            
}


/* Button Formulare*/
.button-primary-formulare {
padding: 12px;
border-radius: 5px;
width: 175px;
height: 40px;
font-weight: 700;
font-size: 16px;
text-align: center;
cursor: pointer;
color: #fff;
background-color: #006053;
border: 1px solid #006053;
border-radius: 5px;
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
}

.button-primary-formulare:hover {
background: #ffffff;
color: #006053;
text-decoration: none;
cursor: pointer;
}

.button-formulare-container {
 display: flex;
 gap: 40px; /* Abstand zwischen den Buttons */
 margin-top: 20px;
}
.app-container {
 position: relative;
 display: inline-block;
 align-items: center;
}
.app {
height: 35px;
padding-left: 10px;
}
  
.page--order-complete .flex {
display: -webkit-flex !important;
display: flex !important;
flex-wrap: wrap !important; 
}

.page--order-complete .w-1\/4 {
width: auto !important;
margin-right: 45px !important;
}

/* Alle Media min */
@media (min-width: 1200px) {
  .xl\:ml-16 {
    margin-left: 0px !important;
  }
  .container {
    max-width: 1302px;
}
}
@media (max-width: 1024px) {
  .e-rezept-banner-container {
    display: none !important;
  }
}
@media (min-width: 1012px) {
    .e-rezept-site-border {
        margin-right: 125px;
    }
    .category-e-rezept-container {
        gap: 60px;
    }
}
@media (min-width: 576px) {
  a[href="https://www.claras-apotheke.de/"] {
    width: 20% !important;
  }
}
/* Alle Media max */
@media (max-width: 767px) {
  .e-rezept-banner-mobile-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
  }

  .e-rezept-banner-mobile-inner {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 20px 20px 0; /* oben 20, seitlich 20, unten 0 */
  }

  .e-rezept-banner-mobile-content {
    background-color: #FFF;
    border: 6px solid #F9F9F9;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .e-rezept-banner-mobile-headline {
    color: #001E1F;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.4;
    text-align: center;
  }

  .banner-app-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  .app-badge {
    height: 35px;
    width: auto;
  }

  .e-rezept-banner-mobile-right {
    width: calc(100% + 40px);  /* 100% + (20px links + 20px rechts) */
    margin: 0 -20px 0;         /* oben 0, links/rechts -20px, unten 0 */
    line-height: 0;
    padding: 0;
  }
.e-rezept-banner-mobile-right img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.marken-uebersicht {
  grid-template-columns: repeat(2, 1fr); /* 2 Spalten auf Smartphones */
}
}
@media (max-width: 768px) {
    .category-startseiten-container {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 20px;
    }
    .category-startseite {
        width: 45%;
        min-width: 250px;
    }
    .grid-kategorie-container {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 20px;
    }
    .kategorie-container {
        width: 45%;
        min-width: 250px;
    }
    .e-rezept-hinweis-box {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  
  .e-rezept-hinweis-text {
    flex: none;
    width: 100%;
    padding-left: 0;
  }
  
  .e-rezept-img-wrapper {
    margin-left: 0;
    margin-top: 15px;
    align-self: center;
  }
  .category-e-rezept-container {
      flex-wrap: nowrap !important;
      overflow-x: auto;
      justify-content: flex-start;
      padding-bottom: 20px;
  }
  .category-e-rezept {
      width: 45%;
      min-width: 275px;
  }
  .grid-kategorie-container-e-rezept {
      flex-wrap: nowrap !important;
      overflow-x: auto;
      justify-content: flex-start;
      padding-bottom: 20px;
  }
  .kategorie-container-e-rezept {
      width: 45%;
      min-width: 250px;
  }
}
@media (max-width: 1011px) {
    .desktop-only1 {
        display: none;
    }
  
    .mobile-only1 {
        display: block;
    }
    .pflichttext-content {
    background: white;
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 10px;
}
.shoptext-element {
      box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    }
.category-e-rezept-container {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .kategorie-container-e-rezept {
      width: 234px;
      height: 340px;
  }
  .grid-kategorie-container-e-rezept {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
  .kategorie-container-e-rezept {
    width: 45%;
    min-width: 250px;
  }
  .category-e-rezept {
  width: 275px;
  }
  .image-e-rezept-container {
  height: 150px;
  }
  .category-e-rezept-container {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
  .category-e-rezept {
    width: 45%;
    min-width: 275px;
  }
  .kategorie-container {
      width: 234px;
      height: 340px;
  }
  .grid-kategorie-container {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
  .kategorie-container {
    width: 45%;
    min-width: 250px;
  }
  .category-startseite {
    width: 234px;
     width: 45%;
    min-width: 250px;
  }
  .image-starseiten-container {
    height: 128px;
  }
  .category-startseiten-container {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
  .marken-uebersicht {
      grid-template-columns: repeat(3, 1fr); /* 4 Spalten auf Tablets */
  }
}
@media (max-width: 1200px) {
  .desktop-only {
      display: none;
  }
  
  .mobile-only {
      display: block;
  }
}
/* Alle Media min/max */
@media (min-width: 385px) and (max-width: 404px) {
  a[href="https://www.claras-apotheke.de/"] {
    width: 14rem !important;
  }
}
@media (min-width: 305px) and (max-width: 384px) {
  a[href="https://www.claras-apotheke.de/"] {
    width: 11rem !important;
  }
}
@media (min-width: 285px) and (max-width: 304px) {
  a[href="https://www.claras-apotheke.de/"] {
  width: 9rem !important;
  }
}
/* Desktop Banner / Arzneimittel-Check */
.link-box-banner-am-check-1 {
display: flex;
width: 150px;
margin-top: 15px;
padding: 10px 15px;
text-decoration: none;
color: #ffffff;
background: #006053;
font-weight: bold;
border: 1px solid #006053;
border-radius: 5px;
transition: background 0.3s;
position: absolute; /* Position innerhalb des content-category-startseite */
top: 250px;   /* Abstand */
left: 30px;  /* Abstand*/
text-align: center;
justify-content: center;   
align-items: center;       
}

.link-box-banner-am-check-2 {
  display: flex;
  width: 150px;
  margin-top: 15px;
  padding: 10px 15px;
  text-decoration: none;
  color: #ffffff;
  background: #006053;
  font-weight: bold;
  border: 1px solid #006053;
  border-radius: 5px;
  transition: background 0.3s;
  position: absolute; /* Position innerhalb des content-category-startseite */
  top: 250px;   /* Abstand */
  left: 210px;  /* Abstand*/
  text-align: center;
  justify-content: center;   
  align-items: center;  
}

.link-box-banner-am-check-1:hover, .link-box-banner-am-check-2:hover {
  background: #ffffff;
  color: #006053;
  text-decoration: none;
  cursor: pointer;
}

.link-box-banner-am-check-2:hover, .link-box-banner-am-check-2:hover {
  background: #ffffff;
  color: #006053;
  text-decoration: none;
  cursor: pointer;
}  
/* Desktop Banner mobil/ Arzneimittel-Check */
.link-box-banner-am-check-mobil1 {
  display: flex;
  gap: 20px;
  padding: 0px 15px 5px;
  
}
 
.link-box-banner-am-check-mobil1 a {
  background-color: #006053;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  flex: 1; 
}
 
.link-box-banner-am-check-mobil1 a:hover {
  background-color: #ffffff;
  color: #006053;
}
/* FAQ Arzneimittel-Check */
.category-am-check-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}

.category-am-check {
  width: 305px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

.image-am-check-container {
  width: 100%;
  overflow: hidden;
  height: 150px;
}

.image-am-check-container img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.content-category-am-check {
  padding: 25px;
  text-align: left;
  height: 250px;
  position: relative;
}

.content-category-am-check h2 {
  margin: 0;
  font-size: 18px;
}

.content-category-am-check p {
  font-size: 14px;
  color: #001e1f;
  margin-top: 5px;
}
/* Kontakt Arzneimittel-Check */
.am-check-container {
width: 100%;
background-color: #F9F9F9;
border: 2px solid #F9F9F9;
border-radius: 6px;
padding: 10px;
}

.am-check-box {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: #F9F9F9;
width: 100%;
padding: 10px;
padding-left: 30px;
padding-right: 30px;
border: 6px solid #F9F9F9;
border-radius: 10px;
flex-wrap: wrap;
}

.am-check-text {
color: #001e1f;
flex: 1 1 60%;
min-width: 200px;
display: flex;
flex-direction: column;
justify-content: center;
padding: 10px;
}

/* Kontakt */
.kontakt-element {
    background-color: #F9F9F9;
    border: 40px solid #F9F9F9;
    border-radius: 5px;
    max-width: 800px;
    margin: auto;
}

.kontakt-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 800px;
}
@media (max-width:768px){
  .flex-table, .flex-table tr, .flex-table td {display:block;width:100%}
  .flex-table td{padding:5px 0;}
  .flex-table td:last-child{border-bottom:none}
  .kontakt-element {border: 20px solid #fefefe;}
  .flex-table {padding-left: 25px;}
}
.link {
  color: #006053;
}
.link:hover {
  color: #00493f;
}
.shoptext-element {
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  font-family: 'Lato', sans-serif;
  padding: 10px 40px;
  border-radius: 15px;
}
.click-card {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  background: #f9f9f9;
  color: #001e1f;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: transform 0.1s, box-shadow 0.1s;
  margin: 0 auto;
}
.click-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}
.click-card:active {
  transform: translateY(1px);
}
.click-card img {
  width: 180px;
  border-radius: 10px;
}
.click-card h2 {
  margin: 0;
  font-size: 20px;
}
.click-card p {
  margin: 5px 0 0;
}
.click-card .text {
  flex: 1;
}
@media (max-width:700px) {
  .click-card {
    flex-direction: column;
    text-align: center;
  }
  .click-card img {
    width: 100%;
    max-width: 75px;
  }
}

/* Hero-Banner */
@media (max-width: 1199px) {
  .banner-headline1 {
    top: 0px;
  }
  
  .banner-text1 {
  top: 100px;
  }

  .link-box-banner1 {
  top: 150px;
  }

  .ptlink {
  top: 220px;
  }
}

@media (min-width: 1200px) {
  .banner-headline1 {
    top: 0px;
  }
  
  .banner-text1 {
  top: 80px;
  }

  .link-box-banner1 {
  top: 120px;
  }

  .ptlink {
  top: 200px;
  }
}
