/*
 Theme Name:   Twenty Twenty-One Apotheke
 Theme URI:    https://lehmanns-apotheke.de
 Description:  Child-Theme für Twenty Twenty-One fuer Lehmanns Apotheke
 Author:       Marco Meyer
 Template:     twentytwentyone
 Version:      1.0.0
 Text Domain:  twentytwentyone-apotheke
*/

@font-face {
    font-family: "myfontawesome";
    font-style: normal;
    font-weight: 900;
    src: url(fonts/fa-solid-900.eot);
    src: url(fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(fonts/fa-solid-900.woff2) format("woff2"),url(fonts/fa-solid-900.woff) format("woff"),url(fonts/fa-solid-900.ttf) format("truetype"),url(fonts/fa-solid-900.svg#fontawesome) format("svg")
}
@font-face {
    font-family: 'Noto Serif';
    src: url('fonts/NotoSerif-Bold.woff2') format('woff2'),
        url('fonts/NotoSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif';
    src: url('fonts/NotoSerif.woff2') format('woff2'),
        url('fonts/NotoSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
	padding-top: 100px;
	background-color: #ffffff;
	margin: 0;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

p {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	color: #000000;
}
ul, li {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	color: #000000;
	
}
ul.testwise {
	text-align: center !important;
	list-style-position: inside;
}
p.testwise {
	text-align: center !important;
}
h2.testwise, h3.testwise {
	text-align: center !important;
}
a {
	text-decoration: underline;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	color: #006633;
}
h1 {
	line-height: 130% !important;
	font-size: 36px;
	/*font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;*/
	/*color: #004810;*/
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	color: #006633;
	margin-bottom: 30px !important;
	text-align: center !important;
}
h2 {
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	color: #006633;
	font-size: 30px;
	margin-bottom: 30px !important;
	margin-top: 60px !important;
	text-align: center !important;
}
h3 {
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	color: #006633;
	font-size: 25px;
	margin-bottom: 20px !important;
	margin-top: 60px !important;
	text-align: center !important;
}
.sidebar-content h3 {
	text-align: left !important;
}
h2 > a,
h3 > a {
	text-decoration: underline !important;
	color: #004810 !important;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.wp-block-list {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 18px !important;
}

.abstand-davor {
	margin-top: 20px;
}
.abstand-danach {
	margin-bottom: 20px;
}

/* ---------- Header Grundzustand ---------- */
.site-header {
  width: 100%;           /* Header Hintergrund über volle Breite */
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  max-width: 100% !important;
  padding-left: 70px;
  padding-right: 80px;
  padding-top: 10px;
  padding-bottom: 1px;
	margin-bottom: 0 !important;
}

.inner-header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  transition: padding 0.3s ease, transform 0.3s ease;
}

.inner-header .logo img {
  height: 50px;
  transition: height 0.3s ease;
}
.inner-header, .site-header {
  overflow: visible !important;
}

/* ---------- Menü ---------- */
.menu-toggle {
    display: none; 
}
.main-navigation .menu {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.menu-item a {
	color: #6d6d6d !important;
	font-size: 11pt;
	font-weight: 600;
}

.main-navigation .menu li {
  position: relative;
}

.main-navigation .menu li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #222;
  transition: color 0.3s;
}

.main-navigation .menu li a:hover {
  color: #0073aa;
}

/* ---------- Smooth Dropdown ---------- */
.main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease-in-out;
  z-index: 999;
}

.main-navigation .menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-navigation .sub-menu li a {
  padding: 10px 15px;
  white-space: nowrap;
}

/* ---------- Shrink + Slide beim Scrollen ---------- */
.site-header.scrolled {
  transform: translateY(-10px); /* Header leicht nach oben gleiten */
}

.site-header.scrolled .inner-header {
  padding: 10px 20px;           /* flacher */
}

.site-header.scrolled .inner-header .logo img {
  height: 40px;                 /* kleiner */
}

/* Pfeil nach unten bei Menüpunkten mit Untermenü */
.main-navigation .menu li.menu-item-has-children > a::after {
    content: '▼';       /* Kleiner Pfeil, du kannst auch ► oder ein Unicode-Symbol nehmen */
    display: inline-block;
    margin-left: 5px;
    font-size: 15px;   /* Größe des Pfeils anpassen */
    transition: transform 0.3s;
}

/* Optional: Pfeil dreht sich beim Hover/Öffnen des Untermenüs */
.main-navigation .menu li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}


/**********************************************************************
 * *************** SEITENAUFBAU MIT HERO BILD SECTION *****************
 * *******************************************************************/
#main-content {
	position: relative;
	margin-top: -28px;
}
.container {
  position: relative; /* Bezugsrahmen für absolute Positionierungen */
  width: 100%;
  min-height: 100%;      
}

.wellenbild img {
	width: 100%;
	max-height: 600px; /* Maximale Höhe auf 600px setzen */
	object-fit: cover;
	display: block;
	clip-path: path('M0,500 C400,450 800,550 1200,500 C1600,450 1920,550 1920,500 L1920,0 L0,0 Z');
	z-index: 1;
}

.c-left {
	position: absolute;
	top: 450px; 
	left: 0;
	width: calc(100% - 330px);
	height: auto; /* Höhe passt sich automatisch an Inhalt an *
	z-index: 1; /* oben, auf gleicher Ebene wie A */
	min-height: 100%; 
	padding-left: 130px;
	padding-right: 130px;
	padding-top: 100px;
	padding-bottom: 20px;
}
.c-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 330px;
	height: auto; /* passt sich dem Inhalt an */
	background-color: #dddddd;
	z-index: 0; /* hinter A und B */
	min-height: 100%;
	padding: 20px;
}



/*************************************
 * FIXIERTE SEITENLEISTE   ***********
 * ***********************************/
/* Fixierte Leiste (Greifer) */
.floating-bar {
  position: fixed;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  background-color: #004811;
  width: 80px; /* Breite der Leiste */
  height: 150px; /* Höhe der Leiste */
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

/* Pfeil für den Greifer */
.arrow {
  width: 20px;
  height: 20px;
  margin-left: -20px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(225deg);
}

/* Box, die Icons enthält */
.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 10px;
  position: absolute;
  right: 60px; /* Position der Box relativ zur Leiste */
  top: 0;
  height: 100%;
  overflow: hidden;
  transition: right 0.3s ease;
}

/* Logos in der Box */
.boxlogo img {
  width: 40px;
  height: 40px;
  margin: 10px 0;
  animation: pulse 1s infinite ease-in-out;
}

/* Pulsierende Animation der Icons */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* Ausgefahrene Box (wenn die Leiste gehovt wird) */
.floating-bar:hover .box {
  right: 0; /* Box wird vollständig sichtbar */
}

/* Eingeklappten Zustand der Box (nur ein Teil der Icons sichtbar) */
.floating-bar .box {
  right: -30px; /* Box ist ein Stück weit eingeklappt */
}

/* Hover-Effekt für die Leiste */
.floating-bar:hover {
  width: 100px; /* Leiste wird breiter, wenn der Benutzer mit der Maus darüber fährt */
}


.bgfull {
	background-color: #F2F2F2;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 40px;
}


/*********************************
 * ACCORDION**********************
 * *******************************/
.accordion {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-header {
    display: flex;
    align-items: center;
    cursor: pointer;
	background-color: #EEEEEE;
	padding: 20px;
}
.accordion-header a {
	text-decoration: none !important;
}
.accordion-symbol {
    margin-right: 10px;
    font-weight: bold;
    color: #333;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-symbol {
    transform: rotate(180deg); /* Optional für Animation */
}

.accordion-toggle {
    text-decoration: none;
    color: #333;
    display: block;
}

.accordion-content {
    display: none;
    padding: 20px;
    background: #fff;
}

.accordion-item.active .accordion-content {
    display: block;
}
.accordion-item.active .accordion-symbol {
    transform: rotate(180deg); /* Optional für Animation */
}





/**********************************
 * TERMINALS   ***********************
 * ********************************/
/* General body styles */
.pharmaterminal-body {
    font-family: Arial, sans-serif;
    background-color: #f9fafb;
    color: #374151;
    margin: 0;
    padding: 0;
}

/* Container for consistent width */
.pharmaterminal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Header styles */
.pharmaterminal-header {
    background-color: #059669;
    color: #ffffff;
    padding: 2rem 0;
    text-align: center;
}

.pharmaterminal-header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pharmaterminal-header-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.pharmaterminal-header-subtitle {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

/* CTA buttons */
.pharmaterminal-cta {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.pharmaterminal-cta-primary {
    background-color: #ffffff;
    color: #059669;
}

.pharmaterminal-cta-primary:hover {
    background-color: #e5e7eb;
}

.pharmaterminal-cta-secondary {
    background-color: #10b981;
    color: #ffffff;
}

.pharmaterminal-cta-secondary:hover {
    background-color: #059669;
}

/* Section styles */
.pharmaterminal-intro,
.pharmaterminal-services,
.pharmaterminal-locations,
.pharmaterminal-benefits,
.pharmaterminal-testimonial,
.pharmaterminal-contact {
    padding: 3rem 0;
}

.pharmaterminal-intro,
.pharmaterminal-testimonial {
    background-color: #ffffff;
}

.pharmaterminal-services,
.pharmaterminal-locations,
.pharmaterminal-contact {
    background-color: #f3f4f6;
}

.pharmaterminal-section-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
}

.pharmaterminal-section-text {
    font-size: 1.125rem;
    color: #4b5563;
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 1.5rem;
}

.pharmaterminal-text-center {
    text-align: center;
}

/* Image container */
.pharmaterminal-image-container {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.pharmaterminal-terminal-image {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Services flexbox layout */
.pharmaterminal-services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}

.pharmaterminal-service-card {
    background-color: #047857;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 1 1 250px;
    margin: 1rem;
    max-width: 300px;
}

.pharmaterminal-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.pharmaterminal-card-text {
    font-size: 1rem;
    color: white;
}

/* Locations section */
.pharmaterminal-map-container {
    margin-top: 2rem;
}

.pharmaterminal-map-placeholder {
    background-color: #e5e7eb;
    height: 24rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pharmaterminal-placeholder-text {
    color: #6b7280;
    font-size: 1.125rem;
}

.pharmaterminal-locations-list {
    margin-top: 1.5rem;
    list-style: none;
    padding: 0;
}

.pharmaterminal-location-item {
    font-size: 1.125rem;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

/* Benefits flexbox layout */
.pharmaterminal-benefits-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
}

.pharmaterminal-benefit-card {
    background-color: #047857;
    color: #ffffff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    flex: 1 1 250px;
    margin: 1rem;
    max-width: 300px;
}

/* Testimonial section */
.pharmaterminal-testimonial-card {
    background-color: #f3f4f6;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 48rem;
    margin: 0 auto;
}

.pharmaterminal-testimonial-text {
    font-size: 1.125rem;
    color: #4b5563;
    font-style: italic;
    margin-bottom: 1rem;
}

.pharmaterminal-testimonial-author {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
}

/* Footer styles */
.pharmaterminal-footer {
    background-color: #065f46;
    color: #ffffff;
    padding: 1.5rem 0;
    text-align: center;
}

.pharmaterminal-footer-text {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.pharmaterminal-footer-links {
    font-size: 1rem;
}

.pharmaterminal-footer-link {
    color: #ffffff;
    text-decoration: none;
    margin: 0 0.5rem;
}

.pharmaterminal-footer-link:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .pharmaterminal-header-title {
        font-size: 2rem;
    }

    .pharmaterminal-section-title {
        font-size: 1.75rem;
    }

    .pharmaterminal-section-text,
    .pharmaterminal-card-text,
    .pharmaterminal-testimonial-text,
    .pharmaterminal-location-item {
        font-size: 1rem;
    }

    .pharmaterminal-service-card,
    .pharmaterminal-benefit-card {
        flex: 1 1 100%;
        max-width: 100%;
        margin: 0.5rem 0;
    }
}







/***********************************************
 * Karussel Startseite   ***********************
 * *********************************************/
.mobile-faq {
	display: none;
}
.carousel {
  position: relative;
  overflow: hidden; /* Hält alles im Rahmen */
  width: 100%;
  max-width: 1000px;
  height: 600px;
  margin: auto;
}

.carousel-track {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex: 0 0 auto;
  width: 80%; /* Breite des aktiven Elements */
  position: absolute;
	background-color: #F2F2F2;
	border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8); /* Standard: verkleinert und mittig */
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0; /* Unsichtbar, wenn inaktiv */
  z-index: 1; /* Niedriger Stapelwert */
}

.carousel-item.active {
  transform: translate(-50%, -50%) scale(1); /* Vergrößern und zentrieren */
  opacity: 1;
  z-index: 10; /* Ganz vorne */
	background-color: #F2F2F2;
	border-radius: 20px;
	border-width:2px;
	border-style: solid;
	border-color: #e4e4e4;
}
.carousel-item.active table tr td {
	border-style: none !important;
	border-width: 0 !important;
}

.carousel-item.left {
  transform: translate(-120%, -50%) scale(0.8); /* Links verschieben und verkleinern */
  opacity: 0.3;
  z-index: 5;
}

.carousel-item.right {
  transform: translate(20%, -50%) scale(0.8); /* Rechts verschieben und verkleinern */
  opacity: 0.3;
  z-index: 5;
}

.carousel-button {
	font-size: 30pt;
	font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*background-color: rgba(0, 0, 0, 0.5);*/
  color: #004811;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 20;
}

.carousel-button.prev {
  left: 10px;
}

.carousel-button.next {
  right: 10px;
}

.carousel-content-left {
	float: left !important;
	width: 50%;
	padding: 20px;
}
.carousel-content-right {
	float: left !important;
	width: 50%;
	padding: 20px;
}
.carousel-content-left h2,
.carousel-content-left h3,
.carousel-content-left p {
	color:  #004811;
}

.carousel-item img, 
.carousel-item iframe {
	border-radius: 20px;
}

.mycenterdiv {
	text-align: center;
}
/***********************************************
 * Services Startseite   ***********************
 * *********************************************/
.services-block a::before {
	font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f35d";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}

.startseite-trenner {
	margin-top: 20px;
	margin-bottom: 40px !important;
}
.startblock-services {
	background-color: #F2F2F2;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 20px;
}
.startblock-services-title {
	background-color: #F2F2F2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 20px;	
	margin-bottom: 0px !important;
}
/*********************************************************
 * Startseite Block Online-Shop PHM   ***********************
 * *******************************************************/
.frontshop-background-section-phm {
	
	background: url('/wp-content/themes/twentytwentyone-apotheke/images/shop_phm_bg.png') no-repeat top center/100% auto;

	position: relative;
	display: flex;
	flex-direction: column; /* Stackt Inhalte vertikal */
	align-items: center;
	justify-content: flex-start;
	color: #666;
	text-align: center;
	z-index: 1;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 20px;
}
.frontshop-background-section h1 {
	font-size: 2.5em;
	margin-top: 50px;
}
.frontshop-background-section p {
	font-size: 1.2em;
	max-width: 800px;
	color: #004810;
	text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.7);
}
.frontshop-content-box {
	max-width: 800px;
	width: 90%;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 270px; /* Position für Überlagerung */
	left: 50%;
	transform: translateX(-50%); /* Zentriert innerhalb der .frontshop-background-section */
	z-index: 200;
	box-sizing: border-box;
}
.frontshop-content-box table,
.frontshop-content-box table td,
.frontshop-content-box table th {
    border: 0 !important;
    border-style: none !important;
    outline: none !important;
}
summary.phmchecklist {
	font-size:24px;
	border-top-color: grey;
	border-top-width: 1px;
	border-top-style: solid;
	display: block;
	margin-top:10px;
	
}

/*********************************
 * Icons   ***********************
 * *******************************/

.custom-hospital-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f47d";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-hospital-icon {
	font-size:14px;
	font-weight: 900;
}
.custom-info-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f05a";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-info-icon {
	font-size:14px;
	font-weight: 900;
}
.custom-produkte-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f4fd";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-produkte-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-desinfektion-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f5d0";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-desinfektion-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-verband-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f462";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-verband-icon {
	font-size:14px;
	font-weight: 900;
}
.custom-handschuhe-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f4bd";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-handschuhe-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-hilfsmittel-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f469";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-hilfsmittel-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-persoenlich-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f0f0";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-persoenlich-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-euro-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f153";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-euro-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-medical-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f477";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-medical-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-cart-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f217";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-cart-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-cannabis-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f55f";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-cannabis-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-blister-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f490";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-blister-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-pflegehilfsmittel-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f469";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-pflegehilfsmittel-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-services-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f0f1";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-services-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-einfach-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f5b8";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-einfach-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-praktisch-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f05a";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-praktisch-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-zeitersparnis-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f017";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-zeitersparnis-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-flexibel-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f274";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-flexibel-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-sorgenfrei-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f584";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-sorgenfrei-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-komfortabel-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f469";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-komfortabel-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-hygienisch-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f46b";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-hygienisch-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-sicher-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f560";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-sicher-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-diskret-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f070";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-diskret-icon {
	font-size:14px;
	font-weight: 900;
}
.custom-doctor-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f0f0";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-doctor-icon {
	font-size:14px;
	font-weight: 900;
}

.custom-internallink-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f360";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #004810;
}
.custom-internallink-icon {
	font-size:14px;
	font-weight: 900;
}

.pillentaxi-icons {
	margin-left: 20px;
}
.pillentaxi-icons::before {
    content: "•";
    margin-right: 8px; 
    font-size: 1.5em;
}

/******************************************
 * Startseite Services Block neu **********
 * ***************************************/
.services-container {
  display: flex;
  flex-wrap: wrap; /* auf kleine Screens umbrechen */
  gap: 20px;
  justify-content: space-between;
  background-color: #f2f2f2;
}

.service-block {
  flex: 1 1 220px; /* flexibel, min. Breite 220px */
  background-color: #f2f2f2;
  padding: 15px;
  box-sizing: border-box;
}

.service-header {
  display: flex;
  align-items: center;
  gap: 10px; /* Abstand Icon → Titel */
  margin-bottom: 10px;
  background-color: #f2f2f2;
}

.service-icon {
  font-size: 24px; /* Icongröße */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-title {
  margin: 0;
  font-size: 18px;
}

.service-text {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.5;
}

.service-link {
  display: inline-block;
  font-size: 14px;
  color: #004d00;
  text-decoration: none;
}
.service-link:hover {
  text-decoration: underline;
}





/************************************
 * ******* SIDEBAR ******************
 * *********************************/
#sidebar {
	padding-top: 500px;
	padding-left: 10px;
	padding-right: 10px;
}
.sidebar-title {
	margin-top: 0 !important;
}
.sidebar-title a {
	text-decoration: none !important;
}
.sidebar-thumb a img {
	border-radius: 15px;
}

/*********************************************************
 * Location Boxes Standortseiten   ***********************
 * *******************************************************/
.location-box-frame {
	width: 100%;
	background-color: #F2F2F2;
	padding: 20px;
	border-radius: 20px;
}

.location-box {
  max-width: 1000px;
  margin: 20px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.location-title {
  text-align: center;
  color: #006633;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}

.location-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.info-block {
  flex: 1;
  max-width: 300px;
}

.info-block h3 {
  margin-bottom: 10px;
  color: #006633;
}

.info-block p, .info-block ul {
  margin: 5px 0;
}

.info-block ul {
  list-style: none;
  padding: 0;
}

.info-block ul li {
  margin: 5px 0;
}

.map {
  flex: 2;
  max-width: 600px;
}

.map iframe {
  border-radius: 8px;
  width: 100%;
  /*height: 100%;*/
}
.info-block table {
	border-style: none !important;
	border-width: 0 !important;
}
.info-block tr td {
	border-style: none !important;
	border-width: 0 !important;
	padding: 5px !important;
	vertical-align: top !important;
	
}


/*********************************************************
 *********** Einzelne Design-Elemente ********************
 * ******************************************************/
.bg-block-top {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #F2F2F2;
	padding: 20px;
	margin-bottom: 0px !important;
}
.bg-block-middle {
	background-color: #F2F2F2;
	padding: 20px;
}
.bg-block-bottom {
	background-color: #F2F2F2;
	padding: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 40px;
}
.custom-internallink-icon::before {
    font-family: myfontawesome; 
    font-weight: 900; 
    content: "\f360";
    display: inline-block;
	font-size:25px;
	padding-right:10px;
	color: #006633;
}
.custom-internallink-icon {
	font-size:14px;
	font-weight: 900;
}




/************************************
 * ******* FOOTER ******************
 * *********************************/
#main-footer {
	background-color: #222222;
}

#footer-inf {
	background-color: #153520;
	color: #ffffff;
	font-size:12pt;
	padding-left:50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#customfooter {
	display: flex;
	justify-content: center; 
    align-items: center;
    flex-wrap: wrap;
}
.footerspalte {
	width: 25%;
	 margin: 10px;
	 color: #ffffff;
}
.footerspalte h2 {
	font-family: Helvetica,Arial,Lucida,sans-serif;
	font-size: 12pt;
	color: #ffffff !important;
	margin-bottom: 5px;
	text-decoration: underline;
}
.footerspalte a {
	color: #ffffff !important;
	text-decoration: none !important;
}
.service-list {
    display: flex;
    flex-direction: column; /* Elemente untereinander anordnen */
    gap: 10px; /* Abstand zwischen den Zeilen */
}

.service-item {
    display: flex;
    align-items: center; /* Bild und Text vertikal mittig ausrichten */
}

.service-item img {
    margin-right: 8px; /* Abstand zwischen Bild und Text */
}

.service-item a {
    display: flex;
    align-items: center; /* Sicherstellen, dass der Link auch flexibel bleibt */
    color: #ffffff;
    text-decoration: none;
}

.service-item span {
    color: #ffffff;
}
#customfooter2 {
	display: flex;
	justify-content: center; 
    align-items: center;
    flex-wrap: wrap;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #5c5a5a;
	padding:15px;
}
.footerspalte2 {
	width: 200px;
	color: #ffffff;
}
.footerspalte2 p {
	color: #ffffff;
}
.footerspalte3 {
	width: 120px;
	margin-left: 50px;
	color: #ffffff;
}


/************************************
 * ******* BLOG    ******************
 * *********************************/
img.blog-article-hero {
	width: 350px !important;
	border-radius: 15px !important;
}


/**********************************************************
 * ******* NEU LLM OPTIMIERTER INHALT    ******************
 * *******************************************************/
/* === GLOBAL: INHALTSBEREICH === */
    .content-wrapper {
      font-family: 'Open Sans', sans-serif;
      color: #1a1a1a;
      line-height: 1.65;
      max-width: 1200px;
      margin: 0 auto;
      padding: 1rem;
      text-align: left;
    }

    .block {
      background: #fff;
      border-radius: 14px;
      padding: 2rem;
      margin-bottom: 2.5rem;
      box-shadow: 0 4px 16px rgba(0,0,0,0.06);
      border: 1px solid #eee;
    }

    /* === ÜBERSCHRIFTEN: ZENTRIERT === */
    .block h1, .block h2 {
      text-align: center !important;
      /*font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      color: #007A5A;*/
      margin: 0 0 1.5rem;
      position: relative;
    }
    .block h1 {
      font-size: 2.4rem;
    }
    .block h2 {
      font-size: 1.85rem;
      padding-bottom: 0.5rem;
    }
    .block h2::after {
      content: '';
      position: absolute;
      left: 50%; transform: translateX(-50%);
      bottom: 0;
      width: 60px; height: 3px;
      background: #007A5A;
      border-radius: 2px;
    }

    /* === H3 & FLIESSTEXT: LINKSBÜNDIG === */
    .block h3, .block p, .block li, .block td, .focus-card, .contact-info {
      text-align: left !important;
    }

    /* === HERO === */
    .hero {
      background: linear-gradient(135deg, #f8fcf9 0%, #f0f7f4 100%);
    }
    .hero p {
      max-width: 800px;
      margin: 1rem auto;
      font-size: 1.1rem;
      text-align: left;
    }
    .hero .btn-group {
      text-align: center;
      margin-top: 1.5rem;
    }

    /* === BUTTONS === */
    .btn {
      display: inline-block;
      background: #007A5A;
      color: #fff !important;
      padding: 0.75rem 1.8rem;
      border-radius: 8px;
      font-weight: 600;
      text-decoration: none;
      margin: 0.5rem;
      transition: all 0.2s;
    }
    .btn:hover { background: #006144; transform: translateY(-2px); }

    /* === GRIDS === */
    .focus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 1.5rem; }
    .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
    .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
    .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 1.5rem; background: #f8f8f8; padding: 1.5rem; border-radius: 12px; }

    @media (max-width: 768px) {
      .focus-grid, .contact-grid { grid-template-columns: 1fr; }
      .hero p { margin: 1rem 0; }
    }

    /* === KARTEN === */
    .focus-card {
      background: #f8f8f8;
      padding: 1.5rem;
      border-radius: 12px;
      border-left: 4px solid #007A5A;
    }
    .service-card {
      background: #fff;
      padding: 1.5rem;
      border-radius: 12px;
      text-align: center;
      border: 1px solid #eee;
      transition: all 0.2s;
    }
    .service-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 20px rgba(0,122,90,0.1);
      border-color: #007A5A;
    }
    .service-card h4 { color: #007A5A; margin: 0.75rem 0 0.5rem; font-size: 1.1rem; }
	.service-card p {text-align: center !important;}

    /* === TEAM === */
    .team-card { text-align: center; }
    .team-card img {
      width: 110px; height: 110px;
      border-radius: 50%;
      object-fit: cover;
      border: 4px solid #007A5A;
      margin-bottom: 0.75rem;
    }

    /* === ACCORDION === */
    details { margin-top: 1rem; font-size: 0.95rem; }
    summary { cursor: pointer; font-weight: 600; color: #007A5A; }

    /* === KONTAKT === */
    .contact-info table { width: 100%; border-collapse: collapse; margin-top: 1rem; }
    .contact-info td { padding: 0.35rem 0; border-bottom: 1px dotted #ddd; }
    .contact-info td:first-child { font-weight: 600; width: 35%; }
    .map-placeholder {
      background: #ddd; height: 250px; border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      color: #666; font-style: italic;
    }
/* === KONTAKT BLOCK OPTIMIERT === */
.contact-block h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  color: #007A5A;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 12px;
}

.contact-info {
  text-align: left;
  font-size: 1rem;
}

.contact-info p {
  margin: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-info strong {
  min-width: 60px;
  color: #007A5A;
  font-weight: 600;
}

.opening-hours p {
  margin: 0.4rem 0;
  font-size: 0.95rem;
}

.map-container {
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .map-container {
    height: 250px;
  }
  .contact-info p {
    flex-direction: column;
  }
  .contact-info strong {
    margin-bottom: 0.2rem;
  }
}



/******************************************************************************
 ************************    MOBILE RESPONSIVE   ******************************
 * ***************************************************************************/
@media (max-width: 992px) {
	.site-header {padding-left:0;}
	.inner-header .logo img {height: 30px;transition: height 0.3s ease;}
	.floating-bar {display: none;}
	.menu-toggle {display: block; font-size: 18px;background-color: #004811 !important;border: none;cursor: pointer; margin-left:60px !important;}
	.main-navigation .menu {display: none;flex-direction: column;gap: 0;background: #fff;position: absolute;top: 100%;left: 0;width: 100%;border-top: 1px solid #ddd;}
    .main-navigation .menu.active {display: flex;}
    .main-navigation .menu li a {padding: 15px;border-bottom: 1px solid #eee;}
    .main-navigation .menu li.menu-item-has-children > .sub-menu {position: relative;opacity: 1;visibility: visible;transform: translateY(0);border: none;display: none;}
    .main-navigation .menu li.menu-item-has-children.active > .sub-menu {display: block;}
    .main-navigation .menu li.menu-item-has-children > a::after {float: right;transition: transform 0.3s;}
    .main-navigation .menu li.menu-item-has-children.active > a::after {transform: rotate(180deg);}
	.wellenbild img {clip-path: none; width: 100%; max-height:300px;}
	.container {position: relative;	display: flex;flex-direction: column;}
	.c-left, .c-right {position: relative;width: 100%;top: auto;left: auto;right: auto;padding: 20px;}
	.wellenbild {order: 1 !important;}
	.c-left {order: 2 !important;}
	.c-right {order: 3 !important;background-color: #dddddd;margin-top: 20px;}
	#sidebar {padding-top: 20px;}
	.carousel {display:none;}
	.mobile-faq {display: block;}
	.mobile-faq-question {width: 100%;text-align: left;background-color: #004811 !important;color: #fff;padding: 1rem;font-size: 1.1rem;font-weight: bold;border: none;border-radius: 3px;cursor: pointer;margin-top: 1rem;transition: background 0.3s ease;}
	.mobile-faq-question::after {content: "+";float: right;font-weight: bold;}
	.mobile-faq-question.active::after {content: "-";}
	.mobile-faq-answer {display: none;background: #f9f9f9;border-left: 4px solid #D0AC62;padding: 1rem;margin-bottom: 0.5rem;}
	.mobile-faq-answer p {margin: 0;}
	.service-list {display: block;}
	.service-item {display: flex;align-items: center; /* Bild und Text vertikal mittig ausrichten */}
	.service-item img {margin-right: 8px; margin-bottom: 8px;}
	.service-item a {display: flex;align-items: center; color: #ffffff;text-decoration: none;}
	.service-item span {color: #ffffff;}
	#customfooter {display: block;}
	#customfooter2 {display: block;}
	.footerspalte3 {margin-left: 0;}
	.footerspalte {width: 100%;margin: 10px;color: #ffffff;padding:8px !important;}
	.footerspalte h2 {display: block; font-family: Helvetica,Arial,Lucida,sans-serif;font-size: 12pt;color: #ffffff !important;margin-bottom: 5px;margin-top: 15px !important;text-decoration: underline;}
	.footerspalte a {color: #ffffff !important;text-decoration: none !important;}


  .services-container {
    justify-content: center;
  }



  .services-container {
    flex-direction: column;
  }
  .service-block {
    flex: 1 1 100%;
  }
    

  
}