@charset "UTF-8";
/* CSS Document */
/* ==========================================
   Spendobel – Globale Schrift
   ========================================== */

:root {
    --bs-font-sans-serif: "Onest", sans-serif;
}

html,
body {
    font-family: "Onest", sans-serif;
}

/* ==========================================
   Spendobel – Überschriften
   ========================================== */



/* ==========================================
   Spendobel – Seitenhintergrund
   ========================================== */

.body-bg {
    background-color: #E9F6FE; !important;
}

/* ==========================================
   Spendobel – Grundlayout
   ========================================== */
 
/* ------------------------------------------
   Standard Desktop
   Außenbreite bis 1920px: 1280px / innerer Bereich: 1180px
   ------------------------------------------ */
 
#page-content .spendobel-content,
.spendobel-content {
    width: calc(100% - 100px);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
 
 
/* ------------------------------------------
   Vollbreiter Bereich
   ------------------------------------------ */
 
.spendobel-full {
    width: 100%;
}
 
 
/* ------------------------------------------
   Large Desktop
   ab 1920px: Außenbreite 1920px / innerer Bereich 1620px
   ------------------------------------------ */
 
@media (min-width: 1920px) {
 
    #page-content .spendobel-content,
    .spendobel-content {
        width: calc(100% - 100px);
        max-width: 1620px;
    }
 
}
 
 
/* ------------------------------------------
   Mobile
   ------------------------------------------ */
 
@media (max-width: 767.98px) {
 
    #page-content .spendobel-content,
    .spendobel-content {
        width: calc(100% - 50px);
        max-width: none;
    }
 
}
 
 
/* ==========================================
   Spendobel – Header Container
   Gleiche Logik wie oben, synchron gehalten,
   damit Header und Content nicht auseinanderlaufen
   ========================================== */
 
#page-header .container,
#page-header .container-mainnavigation {
    width: calc(100% - 100px);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
 
@media (min-width: 1920px) {
 
    #page-header .container,
    #page-header .container-mainnavigation {
        width: calc(100% - 100px);
        max-width: 1620px;
    }
 
}
 


/* ==========================================
   Spendobel Header
   ========================================== */

.container-mainnavigation {
    display: flex;
    align-items: center;
}

.spendobel-navigation-wrapper {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.spendobel-header-meta {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 0.5rem;
}

.spendobel-header-meta a {
    color: inherit;
    text-decoration: none;
	color: var(--bs-primary);
}

.spendobel-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.spendobel-navigation-wrapper #mainnavigation {
    width: auto;
}

/* ==========================================
   Hauptnavigation
   ========================================== */

#mainnavigation .nav-link,
#mainnavigation .nav-link span {
    color: var(--bs-primary) !important;
}

/* ==========================================
   Header Spezialmenü
   ========================================== */

.spendobel-header-meta-mobile {
    display: none;
}


/* ==========================================
   Mobile
   ========================================== */

@media (max-width: 767.98px) {

    .spendobel-header-meta {
        display: none;
    }

    .spendobel-header-meta-mobile {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
        padding-top: 20px;
    }
}


#page-header {
    border-bottom: none !important;
    box-shadow: none !important;
	background-color: transparent!important;
}

/* ==========================================
   Hauptnavigation – Typografie
   ========================================== */

#mainnavigation a,
#mainnavigation a span {
    font-family: "Onest", sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 24px !important;
}



/* ==========================================
   Spendobel Footer
   ========================================== */

#page-footer {
    background-color: transparent;
    color: var(--bs-primary);
    padding: 0;
}

#page-footer .footer-section {
    background-color: transparent;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#page-footer .frame {
    background-color: transparent;
    margin: 0;
}

#page-footer .frame-inner {
    padding-top: 0;
    padding-bottom: 0;
}


/* ==========================================
   Footer Navigation
   ========================================== */

#page-footer .spendobel-footer-navigation .footer-navigation-link,
#page-footer .spendobel-footer-navigation .footer-navigation-link-text {
    color: var(--bs-primary) !important;
}

#page-footer .spendobel-footer-navigation {
    margin: 0 0 20px 0;
}

#page-footer .footer-navigation-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;

    margin: 0;
    padding: 0;

    list-style: none;
}

#page-footer .footer-navigation-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#page-footer .footer-navigation-list a {
    color: var(--bs-primary);
    text-decoration: none;
}


/* ==========================================
   Footer Information
   ========================================== */

#page-footer .spendobel-footer-information {
    color: var(--bs-primary);
}

#page-footer .spendobel-footer-address {
    color: var(--bs-primary);
    line-height: 24px;
}

#page-footer .spendobel-footer-copyright {
    color: var(--bs-primary);
    text-align: left;
}


/* ==========================================
   Desktop
   ========================================== */

@media (min-width: 768px) {

    #page-footer .spendobel-footer-information {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
    }

    #page-footer .spendobel-footer-address {
        display: flex;
        gap: 0;
    }

    #page-footer .spendobel-footer-address > div {
        display: inline;
    }

    #page-footer .spendobel-footer-address > div:not(:last-child)::after {
        content: " · ";
    }

    #page-footer .spendobel-footer-copyright {
        margin-left: auto;
        white-space: nowrap;
    }

}


/* ==========================================
   Mobile
   ========================================== */

@media (max-width: 767.98px) {

    #page-footer .spendobel-footer-inner {
        display: block;
    }

    #page-footer .spendobel-footer-navigation {
        margin-bottom: 20px;
    }

    #page-footer .spendobel-footer-address {
        display: block;
    }

    #page-footer .spendobel-footer-address > div {
        display: block;
    }

    #page-footer .spendobel-footer-copyright {
        display: block;
        margin-top: 20px;
        text-align: left;
    }
}

/* ==========================================
   Links – Spendobel
   ========================================== */

/* Normale Links */
a {
    color: var(--bs-primary);
}

/* Hover – alle Links */
a:hover {
    color: var(--bs-secondary) !important;
}


/* ==========================================
   Hauptnavigation
   ========================================== */

#mainnavigation a,
#mainnavigation a span {
    color: var(--bs-primary) !important;
}

#mainnavigation a:hover,
#mainnavigation a:hover span {
    color: var(--bs-secondary) !important;
}


/* ==========================================
   Spezialmenü
   ========================================== */

.spendobel-header-meta a {
    color: var(--bs-primary) !important;
}

.spendobel-header-meta a:hover {
    color: var(--bs-secondary) !important;
}


/* ==========================================
   Footer Navigation – Farben
   ========================================== */

#page-footer .footer-navigation-link {
    color: var(--bs-primary) !important;
}

#page-footer .footer-navigation-link .footer-navigation-link-text {
    color: var(--bs-primary) !important;
}

#page-footer .footer-navigation-link:hover,
#page-footer .footer-navigation-link:hover .footer-navigation-link-text {
    color: var(--bs-secondary) !important;
}


/* ==========================================
   Typography – Headings
   ========================================== */

h1 {
    font-family: "Onest", sans-serif;
    font-size: 72px;
    line-height: 85px;
    font-weight: 800;
    letter-spacing: 0;
}

h2 {
    font-family: "Onest", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--bs-primary);
}

h3 {
    font-family: "Onest", sans-serif;
    font-size: 33px;
    line-height: 37px;
    font-weight: 800;
    letter-spacing: 0;
    color: var(--bs-primary);
}

/* ==========================================
   Typography – Body
   ========================================== */

.spendobel-text {
    font-family: "Onest", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0;
}

.spendobel-intro {
    font-family: "Onest", sans-serif;
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
}

/* ==========================================
   Spendobel Accordion
   ========================================== */

/* ------------------------------------------
   Accordion Container
   ------------------------------------------ */

.spendobel-accordion {
    position: relative;
    background-color: var(--bs-primary);
    overflow: hidden;
}


/* ------------------------------------------
   Hintergrund-Welle
   ------------------------------------------ */

.spendobel-accordion .frame-backgroundimage-container {
    display: none;
}

.spendobel-accordion::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 233px;

    background-image: url('/fileadmin/shared/welle.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;

    z-index: 0;
    pointer-events: none;
}


/* ------------------------------------------
   Accordion Inhalt
   ------------------------------------------ */

.spendobel-accordion .frame-container {
    position: relative;
    z-index: 1;
    padding-top: 15rem;
}


/* ------------------------------------------
   Accordion Hauptüberschrift
   ------------------------------------------ */

.spendobel-accordion .frame-header h2,
.spendobel-accordion .frame-header h2 span {
    margin: 0;
    padding: 0;

    font-family: "Onest", sans-serif;
    font-size: 36px;
    line-height: 54px;
    font-weight: 900;
    letter-spacing: -0.36px;

    color: #fff !important;
}


/* ------------------------------------------
   Accordion
   ------------------------------------------ */

.spendobel-accordion .accordion {
    --bs-accordion-color: #fff;
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;

    --bs-accordion-btn-color: #fff;
    --bs-accordion-btn-bg: transparent;

    --bs-accordion-active-color: #fff;
    --bs-accordion-active-bg: transparent;

    margin: 0;
    padding: 0;
}


/* ------------------------------------------
   Accordion Items
   ------------------------------------------ */

.spendobel-accordion .accordion-item {
    background-color: transparent;
    border: 0;
}


/* ------------------------------------------
   Trennlinie zwischen Items
   ------------------------------------------ */

.spendobel-accordion .accordion-item:not(:last-child) {
    border-bottom: 1px solid #fff;
    margin: 10px 0;
}


/* ------------------------------------------
   Item Überschrift
   ------------------------------------------ */

.spendobel-accordion .accordion-button {
    font-family: "Onest", sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0;

    color: #fff !important;
    background-color: transparent;

    box-shadow: none;
    padding-left: 0;
}


/* ------------------------------------------
   Item Überschrift – geöffnet
   ------------------------------------------ */

.spendobel-accordion .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
}


/* ------------------------------------------
   Plus-Zeichen
   ------------------------------------------ */

.spendobel-accordion .accordion-button::after {
    content: "+";

    width: auto;
    height: auto;

    background-image: none;

    font-family: "Onest", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;

    color: #fff;

    transform: none;
}


/* ------------------------------------------
   Kreuz bei geöffnetem Item
   ------------------------------------------ */

.spendobel-accordion .accordion-button:not(.collapsed)::after {
    content: "×";
    transform: none;
}


/* ------------------------------------------
   Accordion Text
   ------------------------------------------ */

.spendobel-accordion .accordion-body {
    background-color: transparent;
    color: #fff;
    padding-left: 0;
}

.spendobel-accordion .accordion-body p {
    margin: 0;

    font-family: "Onest", sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;

    color: #fff !important;
}


/* ------------------------------------------
   Mobile
   ------------------------------------------ */

@media (max-width: 767.98px) {

    .spendobel-accordion .frame-container {
        padding-top: 5rem;
    }

    .spendobel-accordion .frame-header h2,
    .spendobel-accordion .frame-header h2 span {
        font-size: 32px;
        line-height: 40px;
    }

    .spendobel-accordion .accordion-item:not(:last-child) {
        margin-left: 20px;
        margin-right: 20px;
    }

    .spendobel-accordion .accordion-button {
        font-size: 20px;
        line-height: 26px;
    }

    .spendobel-accordion .accordion-body p {
        font-size: 18px;
        line-height: 26px;
    }
}

/* ------------------------------------------
   Cards
   ------------------------------------------ */

.spendobel_cards .card-group-element-item {
    position: relative;

    min-height: 180px;
    padding: 24px;
    box-sizing: border-box;

    border-radius: 20px !important;
    border: none !important;
    box-shadow: 3px 5px 7px 0 rgba(0, 0, 0, 0.15);

    display: flex;
    flex-direction: column;
    overflow: hidden;
}


/* ------------------------------------------
   Bootstrap Card
   ------------------------------------------ */

.spendobel_cards .card-group-element-item .card {
    background-color: transparent;
    border: none !important;
    border-radius: 20px !important;
}


/* ------------------------------------------
   Linke Karte – Orange / schwarze Schrift
   ------------------------------------------ */

.spendobel_cards .card-group-element-item:nth-child(1) {
    background-color: #FF6040;
}

.spendobel_cards .card-group-element-item:nth-child(1) h2,
.spendobel_cards .card-group-element-item:nth-child(1) p {
    color: #000000 !important;
}


/* ------------------------------------------
   Rechte Karte – Weiß / blaue Schrift
   ------------------------------------------ */

.spendobel_cards .card-group-element-item:nth-child(2) {
    background-color: #FFFFFF;
}

.spendobel_cards .card-group-element-item:nth-child(2) h2,
.spendobel_cards .card-group-element-item:nth-child(2) p {
    color: var(--bs-primary) !important;
}


/* ------------------------------------------
   Überschriften
   ------------------------------------------ */

.spendobel_cards .card-group-element-item h2 {
    font-family: "Onest", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.3;
}


/* ------------------------------------------
   Beschreibung
   ------------------------------------------ */

.spendobel_cards .card-group-element-item p {
    font-family: "Onest", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 20px 0;
}


/* ------------------------------------------
   Card Body
   ------------------------------------------ */

.spendobel_cards .card-group-element-item .card-body {
    background-color: transparent;
}

/* ==========================================
   Spendobel News
   ========================================== */

.spendobel-news .news-list-view > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    margin: 0;
    padding: 0;

    list-style: none;
}


/* ------------------------------------------
   Einzelne News-Karte
   ------------------------------------------ */

.spendobel-news .news-list-view > ul > li {
    margin: 0;
    padding: 0;

    border: none;
    background: transparent;
}


/* ------------------------------------------
   News-Inhalt
   ------------------------------------------ */

.spendobel-news .news-list-item {
    display: flex;
    flex-direction: column;

    height: 100%;
    margin: 0 !important;
    padding: 0;

    background: #fff;
    border-radius: 20px;
    overflow: hidden;

    box-shadow: 3px 5px 7px 0 rgba(0, 0, 0, 0.15);
}


/* ------------------------------------------
   Bild
   ------------------------------------------ */

.spendobel-news .news-list-item .col-md-3 {
    width: 100%;
    padding: 0;
}


.spendobel-news .news-list-item .col-md-3 a {
    display: block;
}


.spendobel-news .news-list-item .col-md-3 img {
    display: block;

    width: 100%;
    height: 220px;

    object-fit: cover;
}


/* ------------------------------------------
   Textbereich
   ------------------------------------------ */

.spendobel-news .news-list-item .col-md-9 {
    width: 100%;
    padding: 24px;
}


/* ------------------------------------------
   Überschrift
   ------------------------------------------ */

.spendobel-news .news-list-item h3 {
    margin: 0 0 12px 0;
}


.spendobel-news .news-list-item h3 a {
    font-family: "Onest", sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;

    color: var(--bs-primary);
    text-decoration: none;
}


/* ------------------------------------------
   Datum
   ------------------------------------------ */

.spendobel-news .news-list-item .extra {
    margin-bottom: 12px !important;

    font-family: "Onest", sans-serif;
    font-size: 14px;
    color: #666;
}


/* ------------------------------------------
   Teaser
   ------------------------------------------ */

.spendobel-news .news-list-item .lead {
    margin: 0;
}


.spendobel-news .news-list-item .lead p {
    margin: 0;

    font-family: "Onest", sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;

    color: #000;
}


/* ------------------------------------------
   Weiterlesen
   ------------------------------------------ */

.spendobel-news .news-list-item .btn-read-more {
    margin-top: 20px;
}


/* ------------------------------------------
   Mobile
   ------------------------------------------ */

@media (max-width: 767.98px) {

    .spendobel-news .news-list-view > ul {
        grid-template-columns: 1fr;
    }

    .spendobel-news .news-list-item .col-md-3 img {
        height: 200px;
    }
}
