@import "fonts.css";
@import "stuecke.css";
@import "menu.css";
@import "grid.css";


/* ==============================
   PLUGIN BalbooaAlbumDesc Batch
   ============================== */

.ba-album-shortdesc {
    font-size: 0.95rem;
    line-height: 1.1;
    /*margin: 0.5rem 1rem 1rem;*/
}

.ba-album-shortdesc p:last-child {
    margin-bottom: 0;
}

.ba-album-shortdesc,
.ba-album-shortdesc p {
    font-family: "Barlow", Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.95rem;
    line-height: 1.3 !important;
    color: #333 !important;
}

.ba-gallery .ba-goback > a {
    border: .0625rem solid #333!important;
    margin-right: 2rem !important;
}

.ba-goback .categories-description {
    margin-top: 0.5rem!important;
    padding-left: 6.2rem!important;
}



/* ==============================
   GRUNDLAYOUT
   ============================== */

body {
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
}


/* ==============================
   STARTSEITENBEITRÄGE
   ============================== */

.startseite1 {
    box-shadow:
        0 0 2px #3339421a,
        0 2px 5px #33394214,
        0 5px 15px #33394214,
        inset 0 0 0 var(--cassiopeia-color-primary);
    background-color: #f4eedb;
    padding: 20px;
}

.startseite1 h1 {
    font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
    line-height: 2.5rem;
    font-size: 2.9rem;
    font-weight: 500;
    color: #400101;
    background-color: transparent;
    padding: 0;
}

.startseite1 .blog-item .item-image {
    filter: none;
    border-radius: 10px;
}

.startseite1 .item-image:hover {
    filter: none;
}


/* ==============================
   ALLGEMEINE BEITRÄGE
   ============================== */

.allgemein h1 {
    font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
    line-height: 2.5rem;
    font-size: 2.9rem;
    font-weight: 500;
    color: #400101;
    background-color: transparent;
    padding: 0;
}

.allgemein a {
    text-decoration: none !important;
}

.allgemein2 .com-content-article,
.allgemein2 .com-content-category-blog {
    background-color: #f4eedb;
    padding: 20px;
}

.allgemein2 h1 {
    font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
    line-height: 2.5rem;
    font-size: 2.9rem;
    font-weight: 500;
    color: #400101;
    background-color: transparent;
    padding: 0;
}

.allgemein2 a {
    text-decoration: none !important;
}


/* ==============================
   HILFSKLASSEN
   ============================== */

.eckenrund300 {
    border-radius: 150px;
}

.grauerhintergrund {
    background-color: #ecebe6;
    width: 100%;
    padding: 20px;
}


/* ==============================
   BLOG-BEITRÄGE
   ============================== */

/*
.boxed2 {
    box-shadow:
        0 0 2px #3339421a,
        0 2px 5px #33394214,
        0 5px 15px #33394214,
        inset 0 0 0 var(--cassiopeia-color-primary);
    background-color: #f4eedb;
    padding: 20px;
}
*/

.boxed4 {
    box-shadow:
        0 0 2px #3339421a,
        0 0 5px #33394214,
        0 5px 15px #33394214;
    background-color: #fff;
}


/* ==============================
   TITEL / KATEGORIE
   ============================== */

h1,
.page-header,
.header .mod-custom h1 {
    font-family: "Barlow", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #525252;
    font-size: 1.6rem;
    background-color: #ebebeb;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 1px;
}

.page-header {
    margin-bottom: 20px;
}

.rueckblicke .page-header {
    background-color: transparent;
    padding: 0;
}

.rueckblicke .page-header h1 {
    font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
    line-height: 2.5rem;
    font-size: 2.9rem;
    font-weight: 600;
    color: #400101;
    background-color: transparent;
    padding: 0;
}

.allgemein .page-header h1 {
    font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
    line-height: 2.5rem;
    font-size: 2.9rem;
    font-weight: 600;
    color: #400101;
    background-color: transparent;
    padding: 0;
}


/* ==============================
   TABELLE
   ============================== */

#tabelle {
    border-collapse: collapse;
    width: 100%;
}

#tabelle td,
#tabelle th {
    border: 1px solid #ecebe6;
    padding: 8px;
}

#tabelle tr:nth-child(even) {
    background-color: #f3f3f1;
}

#tabelle tr:hover {
    background-color: #ecebe6;
}

#tabelle th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #8c884f;
    color: white;
    font-weight: 400;
    line-height: 1.7em;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-family: "Barlow Semi Condensed", Helvetica, Arial, sans-serif;
}


/* ==============================
   SEITENAUFBAU: BEITRAGSBILD
   ============================== */

/* Desktop */
figure.float-end.item-image {
    margin-left: 20px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    margin-right: 20px !important;
    max-width: 50%;
}

figure.float-end.item-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Tablet */
@media (max-width: 991px) {
    figure.float-end.item-image {
        max-width: 50%;
        margin-left: 15px !important;
        margin-right: 0 !important;
    }
}

/* Smartphone */
@media (max-width: 767px) {
    figure.float-end.item-image {
        float: none !important;
        max-width: 100%;
        margin: 0 0 20px 0 !important;
    }

    figure.float-end.item-image img {
        width: 100%;
    }
}

figure.float-end img {
    border-radius: 18px;
}


/* ==============================
   SEITENAUFBAU: BLOGBILD
   ============================== */

.blog-item .item-image {
    filter: sepia(50%);
    border-radius: 10px;
}

.item-image:hover {
    filter: sepia(1%);
}


/* ==============================
   FESTIVALBANNER
   ============================== */

.container-banner {
    margin-bottom: -20px;
    padding-top: 15px;
}





/* ==============================
   IMPRESSUM / FOOTER
   ============================== */

.footer-links {
    text-align: center;
    font-family: "Barlow Semi Condensed", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.9em;
}

.footer .footer-links a {
    margin: 0 12px;
    color: rgb(60, 60, 60) !important;
    text-decoration: none !important;
    display: inline-block;
    transition: color 0.2s ease;
}

.footer .footer-links a:hover,
.footer .footer-links a:focus {
    color: rgb(131, 35, 32) !important;
}

.container-footer .grid-child {
    justify-content: center;
}

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


/* ==============================
   MODULKLASSEN
   ============================== */

.cardgrau {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ecebe6 !important;
    background-clip: border-box;
    border: 1px solid #dfe3e7;
    border-radius: 0.25rem;
    padding: 10px;
}
