/* 
Theme Name: Südstadt Galerie
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Add your custom styles here */

/* ALLGEMEIN
========================================================================== */

:root {
	--white: #fff;
	--black: #212121;
	--darkgray: #333;
	--red: #CC0000;
	--green: #128B1E;
	
	--background-lightred: #EDE1E2;
	--background-lightyellow: #F9F0DF;
	--background-lightgray: #F2F2F2;
}


html {
	scroll-padding-top: 3.125rem;
}


html, body {
	overflow-x: hidden;
}

body {
	color: var(--black);
	background: var(--white);
	line-height: 1.5;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: 600;
	display: block;
}

p {
	margin: 0;
	padding: 0 0 0.9375rem 0;
}

p:last-child {
	padding: 0;
}

.visually-hidden {
	display: none !important;
}

.no-margin h2, .no-margin h3, .no-margin h4 {
	margin-bottom: 0 !important;
}

.link-white a {
	color: var(--white) !important;
}

/* HEADER
========================================================================== */

header > .e-con-inner {
	max-width: 100% !important;
}

#header {
	height: 6.25rem;
	transition: all 0.3s;
}

.trigger-oeffnungszeiten-menue {
	cursor: pointer;
}

/*** Logo ***/

#logo-header2 {
	display: none;
	text-decoration: none !important;
}

/*** Header klein ***/

#header.header-small {
	height: 3.125rem;
}

#header.header-small #logo-header1,
#header.header-small #main-menu-horizontal {
	display: none;
}

#header.header-small #logo-header2 {
	display: flex;
}

#header.header-small #quicklinks img {
	height: 1.5625rem;
}

/*** Quicklinks ***/

#quicklinks img {
	height: 1.875rem;
	width: auto;
	transition: all 0.3s;
}

/*** Menü ***/

#open-menu {
	color: var(--red);
	border: none;
	padding: 0;
	position: relative;
	font-size: 0.875rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
}

#open-menu:hover,
#open-menu:focus {
	background: none;
	color: var(--red);
}

#open-menu .icon {
	display: block;
	width: 100%;
}

#open-menu .icon span {
	background: var(--red);
	display: block;
	height: 0.125rem;
	margin: 0.25rem 0;
	position: relative;
	width: 100%
}

#open-menu .title {
	width: 100%;
	display: block;
	margin-top: 0.0625rem;
}

/** Off Canvas **/

#off-canvas-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	max-width: 27.5rem;
	height: 100%;
	min-height: 100vh;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 0.9375rem 0 rgba(0,0,0,.25);
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	transition: right 0.5s;
}

#off-canvas-menu.open {
	right: 0;
}

#close-menu {
	position: absolute;
	top: 1.5625rem;
	right: 1.5625rem;
	width: 1.6875rem;
	height: 1.6875rem;
	z-index: 10;
	cursor: pointer;
}

#Pfad_205, #Pfad_206, #Pfad_207 {
	fill: var(--red) !important;
}

#close-menu svg {
	width: 100%;
	height: auto;
}

#close-menu svg path {
	fill: var(--red);
}

#off-canvas-menu .elementor > .elementor-element.e-con-boxed {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

#off-canvas-menu .elementor.elementor-2155,
#off-canvas-menu .elementor.elementor-2294 {
	width: 100%;
}

#off-canvas-menu .elementor-element.elementor-element-aa6a087 {
	line-height: 1.4;
}

#off-canvas-menu .elementor-element.elementor-element-aa6a087 a {
	font-size: inherit;
	text-decoration: none;
	color: var(--black);
}

#off-canvas-menu .elementor-element.elementor-element-aa6a087 a:hover {
	color: var(--red);
}

#off-canvas-menu nav li {
	border-bottom: 0.0625rem solid #E5E5E5;
}

#off-canvas-menu nav li.externallink {
	position: relative;
}

#off-canvas-menu nav li.externallink::after {
	content: '';
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 50%;
	margin-top: -0.5rem;
	right: 1.25rem;
	background: url('/wp-content/themes/suedstadt/img/nav_arrow-red.svg') no-repeat center/contain;
}

#off-canvas-menu .social-media {
	box-shadow: 0 -0.625rem 0.625rem rgba(0,0,0,0.05);
}

/*** Ã–ffnungszeiten ***/

#opening-hours {
	position: fixed;
	padding: 2.5rem 0.9375rem  0.9375rem 0.9375rem;
	top: 0;
	right: -100%;
	width: 100%;
	max-width: 27.5rem;
	height: 100%;
	min-height: 100vh;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 0.9375rem 0 rgba(0,0,0,.25);
	transition: right 0.5s;	
}

#opening-hours .elementor > .elementor-element.e-con-boxed {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

#opening-hours.open {
	right: 0;
}

#close-hours {
	position: absolute;
	top: 1.5625rem;
	right: 1.5625rem;
	width: 1.6875rem;
	height: 1.6875rem;
	z-index: 10;
	cursor: pointer;
}

#open-hours {
	cursor: pointer;
}

#opening-hours table tbody tr td,
#opening-hours table tbody tr td:hover {
	background: #fff;
}

#opening-hours table tbody tr td {
	border: none;
	border-bottom: 0.0625rem solid #DEDEDE;
	padding: 1.25rem 2.5rem;
	line-height: 1;
}

/** Desktop **/

#dropdown {
	position: absolute;
	width: 15.3125rem;
	right: 0;
	font-size: 1rem;
	cursor: pointer;
}

#dropdown .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	line-height: 1;
}

#dropdown .inner .icon {
	width: 1.125rem;
	margin-right: 0.3125rem;
}

#dropdown .inner .txt {
	position: relative;
	padding-right: 1.5625rem;
}

#dropdown .inner .txt::after {
	content: '';
	height: 1rem;
	width: 1.5rem;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(90deg);
	background: url('/wp-content/themes/suedstadt/img/nav_arrow.svg') no-repeat center/contain;
}

#dropdown.active .inner .txt::after {
	transform: rotate(-90deg);
}

#opening-hours-dsk {
	display: none;
	width: 23.75rem;
	background: #f8f8f8;
	height: auto;
	position: absolute;
	top: 6.25rem;
	right: 14.0625rem;
	padding: 1.5625rem 0;
	box-shadow: 0 0.375rem 0.375rem 0 rgba(0,0,0,.25);
	border-top: 0.0625rem solid rgba(0,0,0,0.1);
	z-index: 110;
}

#opening-hours-dsk .elementor-element-f414b03,
#opening-hours-dsk .elementor-element-61c8149 {
	display: none;
}

#opening-hours-dsk .elementor-element-e283d33 {
	font-size: 1.5625rem;
}

#opening-hours-dsk .elementor-element-b3ef800 .elementor-button {
	background: var(--red);
	display: block;
}
#opening-hours-dsk .elementor-element-b3ef800 .elementor-button:hover {
	background: #A30000;
}


#opening-hours-dsk table tbody tr td,
#opening-hours-dsk table tbody tr td:hover {
	background: #f8f8f8;
}

#opening-hours-dsk table tbody tr td {
	border: none;
	border-bottom: 0.0625rem solid #DEDEDE;
	padding: 1.25rem 2.5rem;
	line-height: 1;
}

#opening-hours-dsk table tbody tr td:nth-child(1) {
	padding-right: 0.625rem;
}
#opening-hours-dsk table tbody tr td:nth-child(2) {
	padding-left: 0.625rem;
	text-align: center;
}

#opening-hours-dsk table {
	margin-bottom: 0;
}

#opening-hours-dsk.open {
	display: block;
}

#header.header-small #dropdown {
	display: none;
}

/* FOOTER
========================================================================== */

footer > .e-con-inner {
	max-width: 100% !important;
}

footer nav li a {
	text-decoration: none !important;
}

/*** Scroll UP ***/

#scroll-up {
	background: var(--green);
	width: 3.125rem;
	height: 3.125rem;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 0;
	z-index: 100;
	bottom: 13%;
	box-shadow: 0 0.3125rem 0.3125rem rgba(0,0,0,0.1);
	cursor: pointer;
}

#scroll-up svg {
	width: 1.875rem;
	height: auto;
}

/* ELEMENTOR
========================================================================== */

.elementor > .elementor-element.e-con-boxed {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
}

h2.elementor-heading-title {
	margin-bottom: 1.25rem;
}

h3.elementor-heading-title {
	margin-bottom: 1.25rem;
}

.elementor a {
	text-underline-offset: 0.3125rem;
}

.elementor-button.button-link {
	padding: 0;
	text-decoration: underline;
	font-size: 1.125rem;
	color: var(--black);
	margin: 0;
	display: inline-block;
}

/*** Text Editor ***/

.elementor-widget-text-editor h4 {
	font-size: 1.25rem;
}

.elementor-widget-text-editor ul {
	padding: 0;
	margin: 0;
}

.elementor-widget-text-editor a {
	font-size: 1rem;
}

.elementor-widget-text-editor ul li {
	list-style: none;
	position: relative;
	padding-left: 1.5625rem;
}

.elementor-widget-text-editor ul li::before {
	content: '';
	width: 0.25rem;
	height: 0.25rem;
	background: var(--black);
	top: 0.625rem;
	left: 0;
	border-radius: 100%;
	position: absolute;
}

#ul-app ul li::before {
	content: '';
	width: 0.25rem;
	height: 0.25rem;
	background: var(--white);
	top: 0.625rem;
	left: 0;
	border-radius: 100%;
	position: absolute;
}

/*** Formular ***/

::placeholder {
	color: #fff !important;
	opacity: 0 !important;
}

.elementor-form .elementor-field-group {
	position: relative;
}

.elementor-form .elementor-field-group .elementor-field-textual {
	border-radius: 0.25rem;
	border: 0.0625rem solid #DBDBDB;
	background: var(--white);
	transition: box-shadow 0.3s !important;
	min-height: auto;
	padding: 1.875rem 1.25rem 0.625rem 1.25rem;
	font-size: 1.125rem;
}

.elementor-form .elementor-field-group .elementor-field-textual:focus {
	border-color: #A0A4A6;
	box-shadow: 0 0 0 0.25rem #DBDBDB;
}

.elementor-field-group.elementor-field-type-text label,
.elementor-field-group.elementor-field-type-email label,
.elementor-field-group.elementor-field-type-textarea label {
	position: absolute;
	left: 1.25rem;
	top: 1.625rem;
	transition: all 0.3s;
}

.elementor-form .elementor-mark-required .elementor-field-label::after {
	color: inherit !important;
}

.elementor-field-group.elementor-field-type-text:focus-within label,
.elementor-field-group.elementor-field-type-email:focus-within label,
.elementor-field-group.elementor-field-type-textarea:focus-within label,
.elementor-field-group.filled.elementor-field-type-text label,
.elementor-field-group.filled.elementor-field-type-email label,
.elementor-field-group.filled.elementor-field-type-textarea label {
    font-size: 0.875rem;
	color: #A0A4A6;
	top: 0.9375rem;
}

/** Checkbox **/

.elementor-field-group.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option {
	position: relative;
	width: 100%;
	padding: 0;
}

.elementor-field-group.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 0.25rem;
	padding: 0;
	border: 0.0625rem solid #DBDBDB;
	cursor: pointer;
	z-index: 1;
}

.elementor-field-group.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input:checked {
	background: #6C6C6C url('/wp-content/themes/sonne/img/checkbox.svg') no-repeat center/65% auto;
	border-color: #6C6C6C;
}

.elementor-field-group.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label {
	position: relative;
	top: auto;
	left: auto;
	padding: 0 0 0 2.5rem;
	font-size: 1rem;
	display: block;
	line-height: 1.4;
}

/** Button **/

.elementor-field-group.elementor-field-type-submit {
	justify-content: flex-end;
	margin: 0.3125rem 0 0 0;
}

.elementor-field-group.elementor-field-type-submit::before {
	content: '* = Pflichtfeld';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.875rem;
	color: #A0A4A6;
}

.elementor-form button.elementor-button.elementor-size-md {
	border-radius: 0.25rem;
	line-height: 1.5;
	padding: 0.625rem 1.25rem;
	display: inline-block;
	min-height: auto;
	flex-basis: auto !important;
}

/* MAIN (SEITEN)
========================================================================== */

#page {
	padding-top: 6.25rem;
	background: var(--white);
}

/*** Sticky Buttons ***/

#quicknav-rght {
	position: fixed;
	top: 35%;
	right: 0;
	z-index: 100;
}

#quicknav-rght .btn-notdienst,
#quicknav-rght .btn-notfallnummern {
	width: 3.125rem;
	height: 3.125rem;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.625rem 0;
	box-shadow: 0 0.3125rem 0.3125rem rgba(0,0,0,0.1);
	cursor: pointer;
}

#quicknav-rght .btn-notdienst svg {
	width: 1.875rem;
	height: auto;
}

#quicknav-rght .btn-notdienst {
	background: var(--red);
}

#quicknav-rght .btn-notfallnummern {
	background: rgba(255,255,255,0.85);
}

.notfallnummern-content {
	position: fixed;
	right: 0;
	width: 100%;
	max-width: 40rem;
	background: var(--white);
	padding: 3.4375rem;
	top: 35%;
	z-index: 101;
	margin-top: 4.375rem;
	box-shadow: 0 0.1875rem 0.3125rem rgba(0,0,0,0.1);
	transform: scale(0);
	transition: transform 0.5s;
	transform-origin: top right;
}

.notfallnummern-content .elementor > .elementor-element.e-con-boxed {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.notfallnummern-content #close-notfallnummern {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
}

.notfallnummern-content.open {
	transform: scale(1);
}

/*** Startseite ***/

.start-header-image h1 {
	font-size: 7rem;
	line-height: 1;
}

.start-header-image h1 span {
	font-size: 2.5rem;
	font-weight: 400;
	display: block;
}

.start-header-image h1 span:nth-child(1) {
	margin-left: -4.6875rem;
}

.start-header-image::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(139,140,122,0) 0%, rgba(139,140,122,1) 50%, rgba(139,140,122,0) 100%);
	opacity: 0.75;
	mix-blend-mode: multiply;
}

/** Leistungen **/

.background-dots {
	z-index: 1;
}

.background-dots::before {
	content: '';
	width: 100%;
	height: 6.5625rem;
	position: absolute;
	top: 0.9375rem;
	left: 0;
	background: url('/wp-content/uploads/Dots_Deko01.svg') repeat-x center/74.875rem auto;
	border: none;
	z-index: -1;
}

.background-dots::after {
	content: '';
	width: 100%;
	height: 6.5625rem;
	position: absolute;
	bottom: 0.9375rem;
	left: 0;
	background: url('/wp-content/uploads/Dots_Deko02.svg') repeat-x center/76.125rem auto;
	border: none;
	z-index: -1;
}

/** Apo Peip App **/

.e-n-accordion details {
	border-bottom: 0.0625rem solid #A0A4A6;
}

.elementor-element-883320c {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    overflow: hidden;
}

/* Flexbox für das 'summary'-Element */
#icon-akkordeon1 > summary {
    display: flex;
    justify-content: space-between; /* Verteilt den Platz zwischen den Elementen */
    align-items: center; /* Vertikale Mitte für alle Elemente */
}
/* Icon links von der Überschrift */
#icon-akkordeon1 > summary::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/wp-content/uploads/icon-leistungen-beratung-und-informationen.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px; /* Abstand zwischen Icon und Text */
}
/* Überschrift linksbündig */
#icon-akkordeon1 > summary .e-n-accordion-item-title-text {
    text-align: left; /* Überschrift linksbündig */
    margin-right: auto; /* Verhindert, dass die Überschrift zentriert wird */
}
/* Das Öffnen/Schließen-Icon bleibt rechts */
#icon-akkordeon1 > summary .e-n-accordion-item-title-icon {
    margin-left: auto; /* Schiebt das Schließen/Öffnen-Icon nach rechts */
}

#icon-akkordeon2 > summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#icon-akkordeon2 > summary::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/wp-content/uploads/icon-leistungen-spagyrik.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
#icon-akkordeon2 > summary .e-n-accordion-item-title-text {
    text-align: left;
    margin-right: auto;
}
#icon-akkordeon2 > summary .e-n-accordion-item-title-icon {
    margin-left: auto;
}

#icon-akkordeon3 > summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#icon-akkordeon3 > summary::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/wp-content/uploads/icon-leistungen-individualrezepturen.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
#icon-akkordeon3 > summary .e-n-accordion-item-title-text {
    text-align: left;
    margin-right: auto;
}
#icon-akkordeon3 > summary .e-n-accordion-item-title-icon {
    margin-left: auto;
}

#icon-akkordeon4 > summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#icon-akkordeon4 > summary::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/wp-content/uploads/icon-leistungen-aktions-jahreskalender.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
#icon-akkordeon4 > summary .e-n-accordion-item-title-text {
    text-align: left;
    margin-right: auto;
}
#icon-akkordeon4 > summary .e-n-accordion-item-title-icon {
    margin-left: auto;
}

#icon-akkordeon5 > summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#icon-akkordeon5 > summary::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/wp-content/uploads/icon-leistungen-kundenkarte.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
#icon-akkordeon5 > summary .e-n-accordion-item-title-text {
    text-align: left;
    margin-right: auto;
}
#icon-akkordeon5 > summary .e-n-accordion-item-title-icon {
    margin-left: auto;
}

#icon-akkordeon6 > summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#icon-akkordeon6 > summary::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/wp-content/uploads/icon-leistungen-messwerbestimmung.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
#icon-akkordeon6 > summary .e-n-accordion-item-title-text {
    text-align: left;
    margin-right: auto;
}
#icon-akkordeon6 > summary .e-n-accordion-item-title-icon {
    margin-left: auto;
}

#icon-akkordeon7 > summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#icon-akkordeon7 > summary::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/wp-content/uploads/icon-leistungen-praesente-und-gutscheine.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
#icon-akkordeon7 > summary .e-n-accordion-item-title-text {
    text-align: left;
    margin-right: auto;
}
#icon-akkordeon7 > summary .e-n-accordion-item-title-icon {
    margin-left: auto;
}

#icon-akkordeon8 > summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#icon-akkordeon8 > summary::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/wp-content/uploads/icon-leistungen-reise-und-impfberatung.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
#icon-akkordeon8 > summary .e-n-accordion-item-title-text {
    text-align: left;
    margin-right: auto;
}
#icon-akkordeon8 > summary .e-n-accordion-item-title-icon {
    margin-left: auto;
}

#icon-akkordeon9 > summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#icon-akkordeon9 > summary::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/wp-content/uploads/icon-leistungen-kompressionsstruempfe.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
#icon-akkordeon9 > summary .e-n-accordion-item-title-text {
    text-align: left;
    margin-right: auto;
}
#icon-akkordeon9 > summary .e-n-accordion-item-title-icon {
    margin-left: auto;
}

#icon-akkordeon10 > summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#icon-akkordeon10 > summary::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/wp-content/uploads/icon-leistungen-arzneimittel-kurierdienst.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
#icon-akkordeon10 > summary .e-n-accordion-item-title-text {
    text-align: left;
    margin-right: auto;
}
#icon-akkordeon10 > summary .e-n-accordion-item-title-icon {
    margin-left: auto;
}

#icon-akkordeon11 > summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#icon-akkordeon11 > summary::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/wp-content/uploads/icon-leistungen-verleih-von-geraeten.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
#icon-akkordeon11 > summary .e-n-accordion-item-title-text {
    text-align: left;
    margin-right: auto;
}
#icon-akkordeon11 > summary .e-n-accordion-item-title-icon {
    margin-left: auto;
}

#icon-akkordeon12 > summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#icon-akkordeon12 > summary::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/wp-content/uploads/icon-leistungen-ernaehrungsberatung.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
#icon-akkordeon12 > summary .e-n-accordion-item-title-text {
    text-align: left;
    margin-right: auto;
}
#icon-akkordeon12 > summary .e-n-accordion-item-title-icon {
    margin-left: auto;
}

#icon-akkordeon13 > summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#icon-akkordeon13 > summary::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/wp-content/uploads/icon-leistungen-baby.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
#icon-akkordeon13 > summary .e-n-accordion-item-title-text {
    text-align: left;
    margin-right: auto;
}
#icon-akkordeon13 > summary .e-n-accordion-item-title-icon {
    margin-left: auto;
}

/** Notfallnummern **/

/* Weiße Linie unter dem Button-Text */
#notdienst-apo-ru .elementor-button-text {
    position: relative; /* Für das Pseudo-Element */
    color: inherit; /* Beibehaltung der Textfarbe */
}
/* Die weiße Unterstreichung */
#notdienst-apo-ru .elementor-button-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; /* Abstand der Linie zum Text */
    width: 100%;
    height: 2px; /* Dicke der Linie */
    background-color: white; /* Farbe der Linie */
}
#notdienst-apo-slf .elementor-button-text {
    position: relative;
    color: inherit;
}
#notdienst-apo-slf .elementor-button-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: white;
}
						
/** Kurierdienst **/

.elementor-element.elementor-element-334bef9.elementor-widget-text-editor a {
	color: var(--white) !important;
}

/** Partnerapotheke **/

#uc_card_carousel_elementor_54313ef_item1 .ue-item-icon {
	width: 11.25rem !important;
	height: 4.125rem !important;
}

#uc_card_carousel_elementor_54313ef_item1 .ue-item-icon svg {
	width: 11.25rem !important;
}

#uc_card_carousel_elementor_54313ef_item2 {
	
}

/** Kundenkarte **/

.image-gradiant::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.75;
	mix-blend-mode: multiply;	
}

.background-circle::after {
	content: '';
	width: 370px;
	height: 320px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('/wp-content/uploads/Hintergrund-Kreis.svg') no-repeat center/contain;
	z-index: 1;
}

.background-circle > .elementor-element {
	z-index: 2;
}

@media screen and (max-width: 768px) {
  .background-circle::after {
    top: auto;
    bottom: 0;
  }
}


@media screen and (max-width: 480px) {
  .background-circle::after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 6.25rem;
  }
}

/** Kontakt **/

.contact-links {
	font-size: 1.125rem !important;
}

.contact-links a {
	font-size: 1.125rem !important;
}

/*** BeitrÃ¤ge ***/

/** Startseite Vorschau **/

.trigger-oeffnungszeiten {
	font-size: 1rem;
	text-decoration: underline;
	text-underline-offset: 0.3125rem;
	cursor: pointer;
}

.aktion-teaser .icon {
	position: relative;
	z-index: 1;
}

.aktion-teaser .icon .elementor-element {
	z-index: 1;
}

.aktion-teaser .icon::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #EDE1E2;
	border-radius: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
} 

.aktion-teaser h3 {
	margin-bottom: 0;
	line-height: 1.5;
}

.aktion-teaser a {
	color: var(--white);
}

.aktion-teaser .description strong {
	display: block;
	font-weight: 600;
}

.aktion-teaser .elementor-widget-text-editor a {
	font-size: 0.875rem;
}

/** Anker **/

.aktion-anker {
	cursor: pointer;
}

/** Beitrag **/

.elementor-element.single-post-aktion.e-con-boxed {
	padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.elementor-element.single-post-aktion.e-con-boxed .elementor-element.e-con-boxed {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.single-post-aktion .headline,
.single-post-aktion .headline strong,
.single-post-aktion .preis strong {
	font-weight: 600;
}

.single-post-aktion .icon {
	position: relative;
	z-index: 1;
}

.single-post-aktion .icon > .elementor-element {
	z-index: 1;
}

.single-post-aktion .icon::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border-radius: 100%;
	background: var(--white);
}

/*
.single-post-aktion .beitrag-inhalt {
	max-width: 41.25rem;
	margin: 0 auto;
}
*/

/* Farben */

.category-rot .single-post-aktion {
	background: var(--background-lightred);
	.preis {
		border-color: #fff !important;
	}
}

.category-gelb .single-post-aktion {
	background: var(--background-lightyellow);
	.preis {
		border-color: #DBDBDB !important;
	}
}

.category-grau .single-post-aktion {
	background: var(--background-lightgray);
	.preis {
		border-color: #DBDBDB !important;
	}
}

/* RESPONSIVE
========================================================================== */

@media screen and (max-width: 1400px) {
	
	/*** Header ***/
	
	#main-menu-horizontal {
		display: none;
	}
	
.elementor-2213 .elementor-element.elementor-element-125c7453 {
	width: calc(100% - 14.6875rem);
}
.elementor-2213 .elementor-element.elementor-element-6fb90bbc {
	width: 14.6875rem;
}

}

@media screen and (max-width: 1024px) {
	
	/*** Footer ***/
	
	#menu-1-c3197f4 li a {
		padding-left: 3.125rem;
	}

}

@media screen and (max-width: 768px) {
	
	#page {
		position: relative;
		width: 100%;
		z-index: 2;
		transition: transform 0.5s;
	}
	
	#page.slide-out {
		transform: translate3d(100vw,0,0);
	}
	
	#quicknav-rght, #scroll-up {
		opacity: 1;
		transition: opacity 0.3s ease-in-out 0.5s;
	}
	#page.slide-out #quicknav-rght,
	#page.slide-out #scroll-up {
		opacity: 0;
		transition-delay: 0s;
	}
	
	/*** Elementor ***/
	
	.elementor > .elementor-element.e-con-boxed {
		padding-right: 0.9375rem !important;
		padding-left: 0.9375rem !important;
	}
	
	.elementor-button.button-link {
		font-size: 1rem;
	}
	
	/** Text Editor **/

	.elementor-widget-text-editor h4 {
		font-size: 1.125rem;
	}
	
	.elementor-widget-text-editor a {
		font-size: 0.875rem;
	}
	
	/** Formular **/
	
	.elementor-form .elementor-field-group .elementor-field-textual {
		font-size: 1rem;
	}
	
	.elementor-field-group.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
	.elementor-field-group.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label a{
		font-size: 0.875rem;
	}

	/*** Header ***/
	
	#quicklinks img {
		height: 1.5rem;
	}
	
	#header.header-small #quicklinks img {
		height: 1.5rem;
	}
	
	/*** MenÃ¼ ***/
	
	#open-menu {
		font-size: 0.75rem;
	}
	
	#open-menu .icon span {
		margin: 0.1875rem 0;
	}

	#off-canvas-menu {
		display: none;
		right: auto;
		left: 0;
		width: 100vw;
		max-width: 100vw;
		z-index: 1;
		overflow-y: auto;
	}

	#off-canvas-menu.open {
		display: block;
	}
	
	/*** Ã–ffnungszeiten ***/

	#opening-hours {
		width: 100vw;
		max-width: 100vw;
		right: auto;
		left: 0;
		top: -120%;
		overflow-y: auto;
		transition: top 0.5s;
	}

	#opening-hours.open {
		top: 0;
		right: auto;
	}
	
	/*** Main ***/
	
	.notfallnummern-content {
		max-width: 100%;
	}
	
	/*** Footer ***/
	
	#menu-1-c3197f4 {
		border-top: 0.0625rem solid #DEDEDE;
		width: 100%;
	}
	
	#menu-1-c3197f4 li {
		border-bottom: 0.0625rem solid #DEDEDE;
		display: block;
		width: 100%;
	}
	
	#menu-1-c3197f4 li a {
		padding: 0.9375rem 0;
		display: block;
	}
	
	/*** Startseite ***/

	.start-header-image h1 {
		font-size: 3.125rem;
	}

	.start-header-image h1 span {
		font-size: 1.5625rem;
	}

	.start-header-image h1 span:nth-child(1) {
		margin-left: -3.125rem;
	}

	
	/*** BeitrÃ¤ge ***/

	.elementor-element.single-post-aktion.e-con-boxed {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important;
	}

	.elementor-element.single-post-aktion.e-con-boxed .elementor-element.e-con-boxed {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	/** Startseite Vorschau **/
	
	.trigger-oeffnungszeiten {
		font-size: 0.875rem
	}
	
	.aktion-teaser-wrap {
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		width: calc(100% + 0.9375rem);
		padding-bottom: 1.25rem;
		margin-bottom: -1.25rem;
	}
	
	.aktion-teaser-wrap .aktion-teaser {
		width: 10.8125rem;
		display: inline-block;
		vertical-align: top;
	}
	
	.aktion-teaser-wrap .aktion-teaser > .e-con-inner {
		height: auto;
	}
	
	.aktion-teaser .description  strong {
		white-space: break-spaces !important;
	}
	
	.aktion-teaser .elementor-widget-text-editor a {
		font-size: 0.75rem;
	}
	
}

@media screen and (max-width: 580px) {

}

@media screen and (max-width: 480px) {

	
	/*** Elementor ***/
	
	/** Formular **/
	
	.elementor-field-group.elementor-field-type-submit::before {
		font-size: 0.75rem;
	}
	
	/*** Startseite ***/
	
	.start-header-image h1 span:nth-child(2) {
		max-width: 240px;
		margin: 0 auto;
	}
	
	/** Partnerapotheke **/
	
	#partnerapotheken {
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		width: calc(100% + 0.9375rem);
		padding-bottom: 1.25rem;
		margin-bottom: -1.25rem;
	}
	
	#partnerapotheken > .elementor-element {
		width: 16.875rem;
		display: inline-block;
		margin-right: 0.9375rem;
		vertical-align: top;
		min-height: 33.125rem;
	}
	
	#partnerapotheken h3,
	#partnerapotheken .elementor-widget-text-editor a {
		white-space: break-spaces !important;
	}
}

@media screen and (max-width: 400px) {
	
	/* Header - Sticky Nav (Logo Schrift) */
	.elementor-2213 .elementor-element.elementor-element-70e8223 {
		font-size: 0.75rem;
	}
}
@media screen and (max-width: 380px) {
	
	/* Header - Sticky Nav (Logo Schrift) */
	.elementor-2213 .elementor-element.elementor-element-70e8223 {
		font-size: 0.625rem;
	}
}
@media screen and (max-width: 365px) {
	
	/* Header - Sticky Nav (Logo Schrift) */
	.elementor-2213 .elementor-element.elementor-element-70e8223 {
		display: none;
	}
}