/*
 Theme Name: Kosmetik. Institut am Alten Markt
 Theme URI: https://www.kosmetik-apoam.de/
 Description: A child theme for the Blocksy theme.
 Author: Markus Metzger
 Author URI: https://www.werbeagentur-mosaic.de/
 Template: blocksy
 Version: 1.0.0
*/

@import url("../blocksy/style.css");
@import url("css/font-awesome.css");

::selection {
    background-color: rgba(228, 219, 208, 0.3) !important;
    color: #675e4c !important;
}

img.default-logo {
    max-width: 100%;
}

p a {
	color: #a39378;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}


[data-header*="type-1"] #offcanvas .ct-panel-inner {
    background-color: #a69678 !important;
}

.wp-element-button {
    background-color: #5c313f !important;
    color: #fff !important;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a69678;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px !important;
}

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

body.home .page-title {
    display: none;
}

.custom-hero-image {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    border-bottom: 36px solid #a69678;
	background-size: cover;
}

@media (max-width: 768px) {
    .custom-hero-image {
        height: 15vh;
        min-height: 125px;
        border-bottom-width: 24px;
    }
	
	h2.leistungen-oberkategorie-titel {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	#menu-menu-3 {
		margin-bottom: 25px;
	}
}

nav[class*=menu] li[class*=current-menu-]>.ct-menu-link,
nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent {
	color: #000 !important;
}

nav[class*=menu] li:hover>.ct-menu-link,
nav[class*=menu] li:hover>.ct-sub-menu-parent {
	color: #fff !important;
	text-decoration: underline;
}

.hero-content {
    position: relative;
    z-index: 1;
    font-size: 2rem;
}

.pdf-dl {
    display: inline-block;
    background: #f6f6f6;
    padding: 4px 12px;
}
.pdf-dl i {
    font-size: 26px;
    font-weight: bold;
    margin-right: 3px;
    color: #a69678;
}
.pdf-dl a {
    font-size: 22px;
}

h1.page-title {
    color: #a69678;
}

body.page-id-10 h3 {
    font-size: 16px;
    font-weight: 600;
    color: #a69678;
}

.p-spacer {
    margin-block-end: 2.3rem !important;
}

.highlight1 {
    color: #ada084;
    font-style: normal;
}

.highlight2 {
    color: #ada084;
}

.price {
    float: right;
}

ul.list-1 {
    list-style: none;
    padding-left: 0;
}

.dotted-underline {
    margin-bottom: 5px !important;
}

.list-1 {
    margin-top: -5px;
    margin-bottom: 15px;
}

.list-1 li:before {
    content: ' ';
    display: inline-block;
    background: #a69678;
    width: 25px;
    height: 10px;
    margin-right: 4px;
}


.team-uebersicht-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

/* Tablet */
@media (max-width: 1024px) {
    .team-uebersicht-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */
@media (max-width: 640px) {
    .team-uebersicht-grid {
        grid-template-columns: 1fr;
    }
}

.team-uebersicht-item {
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
    height: 100%;
}

.team-uebersicht-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.team-uebersicht-bild img {
    display: block;
    width: 100%;
    height: auto;
}

.team-uebersicht-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f3f3f3;
}

.team-uebersicht-inhalt {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team-uebersicht-titel {
    margin: 0 0 10px;
    font-size: 1.3rem;
    line-height: 1.3;
}

.team-uebersicht-qualifikationen {
    font-style: italic;
    margin-bottom: 12px;
    color: #666;
    line-height: 1.4;
}

.team-uebersicht-text {
    margin-bottom: 15px;
}

.team-uebersicht-mehr {
    margin-top: auto;
    padding-top: 10px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .team-uebersicht-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .team-uebersicht-grid {
        grid-template-columns: 1fr;
    }
}

.single-team .entry-meta,
.single-leistung .entry-meta,
.post-type-archive-leistung .entry-meta {
	display: none;
}



.leistungen-uebersicht-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.leistungen-uebersicht-item {
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
    height: 100%;
}

.leistungen-uebersicht-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.leistungen-uebersicht-bild img {
    display: block;
    width: 100%;
    height: auto;
}

.leistungen-uebersicht-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f3f3f3;
}

.leistungen-uebersicht-inhalt {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.leistungen-uebersicht-titel {
    margin: 0 0 10px;
    font-size: 1.3rem;
    line-height: 1.3;
}

.leistungen-uebersicht-text {
    margin-bottom: 15px;
}

.leistungen-uebersicht-mehr {
    margin-top: auto;
    padding-top: 10px;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .leistungen-uebersicht-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .leistungen-uebersicht-grid {
        grid-template-columns: 1fr;
    }
}



.qcontact {
    background: #a69678;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.qcontact p,
.qcontact a {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 0;
}

.qcontact i.fa {
    font-size: 52px;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}

.qcontact {
    background-color: #a69678;
    padding: 30px 0;
}

.qcontact__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.qcontact__row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.qcontact__col {
    flex: 1 1 calc(50% - 30px);
    min-width: 300px;
}

.qcontact p {
    font-size: 16px;
    line-height: 1.6;
}

.qcontact i {
    margin-right: 10px;
    color: #fff;
}

.qcontact a:hover {
    color: #fff !important;
}

@media (max-width: 768px) {
    .qcontact__row {
        flex-direction: column;
    }
    .qcontact__col {
        flex: 1 1 100%;
    }
}



#quick-contacts * {
    animation-duration: .8s !important;
    transition-duration: .8s !important;
}

/* Mobile Quick Phone Button */
#quick-contacts-2 {
    display: none;
}

/* Quick Contact Buttons */
#quick-contacts {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#quick-contacts li {
    position: relative;
    cursor: pointer;
}

#quick-contacts li .button-wrap {
    background-color: #fff;
    height: 60px;
    width: 280px;
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    position: absolute;
    right: -222px;
    transition: right 1s ease;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

#quick-contacts li .button-wrap:hover {
    right: 0;
}

#quick-contacts li .button-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #a69678;
    vertical-align: text-bottom;
    border-radius: 50px;
    margin: 5px 0 5px 5px
}

#quick-contacts li .button-icon i:before {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    margin-left: 0;
    vertical-align: top;
}

/*#call-button-with-icon a:before,*/
#quick-contacts li#quick-phone-btn .button-icon i:before {
    font-family: 'FontAwesome';
    content: "\f095";
    font-style: normal;
}

/*#mail-button-with-icon a:before,*/
#quick-contacts li#quick-mail-btn .button-icon i:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    font-style: normal;
}

#quick-contacts li .button-content {
    display: inline-block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: left;
}

#quick-contacts li .button-content a {
    color: #a69678;
    text-decoration: none;
    vertical-align: text-bottom;
    display: inline-block;
    width: 100%;
}

#quick-contacts li:nth-child(2) {
    top: 70px;
    position: absolute;
}

@media (max-width:992px) {
	#quick-contacts {
        display: none;
    }

    #quick-contacts-2 {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: #a69678;
        z-index: 99;
    }

    #quick-contacts-2 * {
        color: #fff;
        font-size: 20px;
        text-decoration: none;
    }

    #quick-contacts-2 a {
        display: block;
        padding: 12px;
        text-align: center;
        font-size: 17px;
    }

    #quick-contacts-2 a:before {
        font-family: "FontAwesome";
        content: "\f095";
        margin-right: 10px;
        font-size: 32px;
        line-height: 40px;
        vertical-align: middle;
    }

    #quick-contacts {
        position: fixed;
        right: 0;
        top: 40%;
        z-index: 999;
        list-style: none;
        padding-left: 0;
        margin: 0;
        transform: scale(0.8);
    }

    #quick-contacts li .button-wrap:hover {
        right: -3px;
    }
}

@media (max-width:1024px) {
    .qcontact .col-lg-6:nth-child(1) {
        padding-bottom: 30px;
    }
    #bg-img-4,
    #bg-img-16,
    #bg-img-21 {
        height: 350px;
        margin-left: 0;
    }
    #bg-img-11 {
        height: 280px;
    }
    #bg-img-16,
    #bg-img-21 {
        margin-top: 75px;
    }
    #bg-img-4,
    #bg-img-16,
    #bg-img-21,
    #bg-img-13,
    #bg-img-14,
    #bg-img-15 {
        background-position: center bottom;
    }
}

#footer .contact-line {
    margin-bottom: 6px;
}

#footer .contact-line strong {
    display: inline-block;
    min-width: 90px;
}

@media (min-width:600px) and (max-width:1023px) {
    /*.dotted-underline {*/
    /*    border-bottom: 2px dotted #ebdcc0;*/
    /*}*/
    .dotted-underline:has(+ .dotted-underline) {
        border-bottom: 2px dotted #ebdcc0;
    }
}

@media (min-width:1024px) {
    #nagelverschoenerung h3 {
        margin-top: 0;
    }

    #bg-img-4,
    #bg-img-16,
    #bg-img-21 {
        height: 459px;
    }

    #bg-img-11,
    #bg-img-12,
    #bg-img-13,
    #bg-img-14 {
        height: 350px;
    }

    #bg-img-15 {
        margin-top: 58px;
    }
    #bg-img-18 {
        height: 166px;
    }

    #bg-img-19 {
        height: 254px;
    }
    #bg-img-20 {
        height: 240px;
    }
}



.leistungen-strukturiert {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.leistungen-hauptkategorie-titel {
    margin-bottom: 30px;
}

.leistungen-rubrik {
    margin-bottom: 50px;
}

.leistungen-rubrik-header {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    align-items: start;
    margin-bottom: 30px;
}

.leistungen-rubrik-bild img {
    display: block;
    width: 100%;
    height: auto;
}

.leistungen-rubrik-titel {
    margin: 0 0 10px;
}

.leistungen-rubrik-einleitung {
    line-height: 1.6;
}

.leistungen-rubrik-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.leistungen-rubrik-item {
    border: 1px solid #e5e5e5;
    background: #fff;
    height: 100%;
}

.leistungen-rubrik-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.leistungen-rubrik-item-inhalt {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
}

.leistungen-rubrik-item-titel {
    margin: 0 0 12px;
}

.leistungen-rubrik-item-text {
    margin-bottom: 18px;
    line-height: 1.5;
}

.leistungen-rubrik-item-meta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    padding-top: 10px;
    font-weight: 600;
}

.leistungen-rubrik-item-mehr {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .leistungen-rubrik-header {
        grid-template-columns: 1fr;
    }

    .leistungen-rubrik-grid {
        grid-template-columns: 1fr;
    }
}



.leistung-details-wrapper {
    margin-top: 30px;
}

.leistung-kurzbeschreibung {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.leistung-meta-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background: #f7f7f7;
}

.leistung-meta-item {
    line-height: 1.5;
}

.leistung-hinweis-box {
    margin-bottom: 40px;
    padding: 20px;
    border-left: 4px solid #c9b38c;
    background: #faf8f3;
}

.leistung-team-box h2 {
    margin-bottom: 25px;
}

.leistung-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.leistung-team-item {
    border: 1px solid #e5e5e5;
    background: #fff;
    height: 100%;
}

.leistung-team-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.leistung-team-bild img {
    display: block;
    width: 100%;
    height: auto;
}

.leistung-team-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f2f2f2;
}

.leistung-team-inhalt {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

.leistung-team-name {
    margin: 0 0 10px;
}

.leistung-team-qualifikation {
    margin-bottom: 12px;
    font-style: italic;
    color: #666;
    line-height: 1.4;
}

.leistung-team-mehr {
    margin-top: auto;
    padding-top: 10px;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .leistung-meta-box {
        grid-template-columns: 1fr;
    }

    .leistung-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .leistung-team-grid {
        grid-template-columns: 1fr;
    }
}

body.post-type-archive-leistung main article {
	padding: 8px !important;
}

body.post-type-archive-leistung main article h2 {
	font-size: 22px;
	margin-bottom: 5px !important;
}

body.post-type-archive-leistung main article .entry-excerpt {
	margin-bottom: 0 !important;
}


.mitarbeiter-leistungen {
    margin-top: 50px;
    margin-bottom: 50px !important;
}

.mitarbeiter-leistungen-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.mitarbeiter-leistung-item {
    border: 1px solid #e5e5e5;
    padding: 20px;
    background: #fff;
}

.mitarbeiter-leistung-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}


.mitarbeiter-leistung-item h4 {
	font-size: 19px;
}

.leistung-meta {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    padding-top: 10px;
}

.mitarbeiter-leistungen-rubrik {
    margin-top: 40px;
}

.mitarbeiter-leistungen-rubrik:first-of-type {
    margin-top: 25px;
}

.mitarbeiter-leistungen-rubrik-titel {
    margin: 0 0 20px;
	font-size: 25px !important;
	color: #a69678 !important;
}

@media (max-width: 640px) {
    .mitarbeiter-leistungen-grid {
        grid-template-columns: 1fr;
    }
}

.leistung-meta {
    margin-top: 10px;
    font-weight: 600;
    text-align: right;
}

.preis {
    font-size: 1.1rem;
}

.mitarbeiter-leistung-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.leistung-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.preis {
    font-weight: 600;
    font-size: 1.05rem;
}

.leistung-text {
	min-height: 64px;
}

.leistung-cta {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #c9b38c;
    background: #c9b38c;
    color: #fff;
    line-height: 1;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.2s ease;
}

/* leistungen - uebersicht */
.leistungen-uebersicht-gruppiert {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.leistungen-rubrik-block {
    display: flex;
    flex-direction: column;
}

.leistungen-rubrik-titel {
    margin: 0 0 20px;
}

.mitarbeiter-leistungen-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.mitarbeiter-leistung-item {
    border: 1px solid #e5e5e5;
    padding: 20px;
    background: #fff;
}

.mitarbeiter-leistung-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.mitarbeiter-leistung-item h3 {
    margin: 0 0 12px;
}

.leistung-text {
    margin-bottom: 12px;
    line-height: 1.5;
}

.leistung-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.preis {
    font-weight: 600;
    font-size: 1.05rem;
}

.leistung-cta {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #c9b38c;
    background: #c9b38c;
    color: #fff;
    line-height: 1;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.mitarbeiter-leistung-item a:hover .leistung-cta {
    background: transparent;
    color: #c9b38c;
}

@media (max-width: 640px) {
    .mitarbeiter-leistungen-grid {
        grid-template-columns: 1fr;
    }
}

/* leistungs-uebersicht */
.leistungen-kategorien-hierarchie {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.leistungen-oberkategorie-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.leistungen-oberkategorie-titel {
	font-size: 28px;
    padding: 10px 0 5px 10px;
	background-color: #a69678;
	color: #fff;
    margin: 0;
	padding-left: 10px;
	margin-block-end: 0 !important;
}

.leistungen-oberkategorie-beschreibung {
    margin-top: -10px;
    max-width: 950px;
}

.leistungen-oberkategorie-beschreibung p:last-child,
.leistungen-unterkategorie-beschreibung p:last-child {
    margin-bottom: 0;
}

.leistungen-unterkategorie-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.leistungen-unterkategorie-titel {
	font-size: 24px;
    margin: 0;
	margin-block-end: 0 !important;
}

.leistungen-unterkategorie-beschreibung {
    max-width: 900px;
    margin-bottom: 8px;
}

.leistungen-kategorie-liste {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e5e5e5;
	margin-bottom: 25px;
}

.leistungen-liste-item {
    border-bottom: 1px solid #e5e5e5;
}

.leistungen-liste-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 16px 0;
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.leistungen-liste-name {
    font-weight: 600;
    line-height: 1.4;
}

.leistungen-liste-meta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.leistungen-liste-preis {
    font-weight: 600;
    white-space: nowrap;
}

.leistungen-liste-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #bda67a;
    transition: color 0.2s ease, transform 0.2s ease;
}

.leistungen-liste-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.leistungen-liste-link:hover .leistungen-liste-icon,
.leistungen-liste-link:focus .leistungen-liste-icon {
    color: #0d2a4d;
    transform: translateX(2px);
}

@media (max-width: 640px) {
    .leistungen-liste-link {
        gap: 12px;
        padding: 14px 0;
    }

    .leistungen-liste-name {
        font-size: 0.98rem;
    }

    .leistungen-liste-meta {
        gap: 10px;
    }

    .leistungen-liste-preis {
        font-size: 0.95rem;
    }
}


.wide-btn .wp-block-button {
	width: 100%;
}

.list-check {
	margin-left: 0 !important;
	margin-top: -15px !important;
}

.list-check li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
    display: inline-block;
}

.list-check li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #a69678;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .single-team .wp-block-image.alignleft figcaption.wp-element-caption,
    .single-team .wp-block-image.alignleft,
    .single-team .wp-block-image.alignright,
    .single-team img.alignleft,
    .single-team img.alignright,
	.single-leistung .wp-block-image.alignleft,
    .single-leistung .wp-block-image.alignright,
    .single-leistung img.alignleft,
    .single-leistung img.alignright {
        float: none !important;
        clear: both;
        display: block;
        margin: 0 auto 20px !important;
        text-align: center;
        max-width: 100%;
    }

    .single-team h1,
    .single-team h2,
    .single-team h3,
    .single-team p,
    .single-team ul,
    .single-leistung h1,
    .single-leistung h2,
    .single-leistung h3,
    .single-leistung p,
    .single-leistung ul {
        clear: both;
    }
	
	.wp-block-image.alignright>figcaption {
		display: block;
		margin: 0 20px;
	}

    .list-check {
        margin-left: 0 !important;
    }
}

#html-sitemap .sitemap-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
}

#html-sitemap .sitemap-section {
    margin-bottom: 35px;
}

#html-sitemap h2,
#html-sitemap h3,
#html-sitemap h4 {
    margin-top: 0;
}

#html-sitemap .sitemap-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#html-sitemap .sitemap-list li {
    margin-bottom: 8px;
}

#html-sitemap .sitemap-oberkategorie {
    margin-bottom: 28px;
}

#html-sitemap .sitemap-unterkategorie {
    margin: 14px 0 0 18px;
}

@media (max-width: 768px) {
    #html-sitemap .sitemap-columns {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}



#html-sitemap {
	max-width: 1320px;
	margin: 0 auto;
	padding: 40px 24px 70px;
	color: #24364a;
}

#html-sitemap a {
	color: #b8aa8a;
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

#html-sitemap a:hover,
#html-sitemap a:focus {
	color: #8f7c58;
	text-decoration: underline;
}

#html-sitemap .sitemap-columns {
	display: grid;
	grid-template-columns: minmax(0, 2.2fr) minmax(280px, 0.95fr);
	gap: 72px;
	align-items: start;
}

#html-sitemap .sitemap-column {
	min-width: 0;
}

/* Überschriften */
#html-sitemap h2 {
	margin: 0 0 28px;
	font-size: 1.7rem;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #1f3045;
}

#html-sitemap h3 {
	margin: 0 0 18px;
	padding-bottom: 10px;
	font-size: 1.55rem;
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #1f3045;
	border-bottom: 1px solid rgba(184, 170, 138, 0.35);
}

#html-sitemap h4 {
	margin: 0 0 10px;
	font-size: 1.18rem;
	line-height: 1.3;
	font-weight: 700;
	color: #1f3045;
}

#html-sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#html-sitemap li {
	margin: 0;
	padding: 0;
	line-height: 1.55;
}

#html-sitemap li + li {
	margin-top: 8px;
}

#html-sitemap .sitemap-list li a {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.6;
}

#html-sitemap .sitemap-list-leistungen li a,
#html-sitemap .sitemap-list-direkte-leistungen li a {
	font-size: 0.98rem;
}

#html-sitemap .sitemap-oberkategorie {
	margin-bottom: 42px;
}

#html-sitemap .sitemap-unterkategorie {
	margin: 0 0 28px;
	padding-left: 16px;
	border-left: 3px solid rgba(184, 170, 138, 0.22);
}

#html-sitemap .sitemap-unterkategorie:last-child {
	margin-bottom: 0;
}

/* Rechte Spalte optisch zusammenfassen */
#html-sitemap .sitemap-pages,
#html-sitemap .sitemap-team {
	background: #faf8f4;
	border: 1px solid rgba(184, 170, 138, 0.22);
	border-radius: 18px;
	padding: 24px 26px;
	box-shadow: 0 10px 26px rgba(31, 48, 69, 0.05);
}

#html-sitemap .sitemap-pages {
	margin-bottom: 24px;
}

#html-sitemap .sitemap-pages h2,
#html-sitemap .sitemap-team h2 {
	margin-bottom: 20px;
	font-size: 1.7rem;
}

#html-sitemap .sitemap-list-pages li + li,
#html-sitemap .sitemap-list-team li + li {
	margin-top: 10px;
}

#html-sitemap .sitemap-list-pages a,
#html-sitemap .sitemap-list-team a {
	font-size: 1rem;
}

/* Etwas feinere Trennung bei direkten Leistungslisten */
#html-sitemap .sitemap-list-direkte-leistungen li,
#html-sitemap .sitemap-list-leistungen li {
	position: relative;
	padding-left: 14px;
}

#html-sitemap .sitemap-list-direkte-leistungen li::before,
#html-sitemap .sitemap-list-leistungen li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(184, 170, 138, 0.75);
}

/* Mobile / Tablet */
@media (max-width: 1100px) {
	#html-sitemap .sitemap-columns {
		grid-template-columns: 1fr;
		gap: 42px;
	}
}

@media (max-width: 767px) {
	#html-sitemap {
		padding: 28px 18px 50px;
	}

	#html-sitemap h2 {
		font-size: 1.75rem;
		margin-bottom: 22px;
	}

	#html-sitemap h3 {
		font-size: 1.5rem;
		margin-bottom: 16px;
	}

	#html-sitemap h4 {
		font-size: 1.12rem;
	}

	#html-sitemap .sitemap-oberkategorie {
		margin-bottom: 34px;
	}

	#html-sitemap .sitemap-unterkategorie {
		padding-left: 12px;
		margin-bottom: 22px;
	}

	#html-sitemap .sitemap-pages,
	#html-sitemap .sitemap-team {
		padding: 20px 18px;
		border-radius: 14px;
	}
}