/* Template Custom Settings für FarmGirl Page */
.footer-text-center{
    text-align: center;
}

.t3-sidebar{
    padding-top: 4px;
    padding-bottom: 20px;
}

.t3-sidebar .t3-module{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

/* Bild der Gallery Karten nicht anzeigen */
/* Icon vor dem Titel ausblenden */
.pg-item-box-title.image .ph-si-image {
    display: none !important;
}

/* Titel zentrieren */
.pg-item-box-title.image {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
}


/* Fonts */
@font-face {
    font-family: 'RampartRegular';
    src: url('../rampart-regular-webfont.woff2') format('woff2'),
         url('../rampart-regular-webfont.woff')  format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* verhindert unsichtbaren Text beim Laden */
}

@font-face {
    font-family: 'Arvo';
    src: url('../Arvo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Schriften */


/*Klassen für JCE Editor*/
.Bilder-FarmGirl-Stile{
    border-radius: 3px;
    box-shadow: rgba(50, 50, 93, 0.4) 0px 6px 12px -2px, rgba(0, 0, 0, 0.7) 0px 3px 7px -3px;
    margin-top: 0.9375em;
}

@media screen and (max-width: 992px) {
    article img.w-150, .article-intro img.w-150 {
        width: 150px !important;
        max-width: 100% !important;
    }
    article img.w-200, .article-intro img.w-200 {
        width: 200px !important;
        max-width: 100% !important;
    }
    article img.w-250, .article-intro img.w-250 {
        width: 250px !important;
        max-width: 100% !important;
    }
    article img.w-300, .article-intro img.w-300 {
        width: 300px !important;
        max-width: 100% !important;
    }
    article img.w-440, .article-intro img.w-440 {
        width: 440px !important;
        max-width: 100% !important;
    }

    .Bilder-rechter-Abstand, .Bilder-linker-Abstand{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .Bilder-FarmGirl-Stile{
        display: block !important;
        margin-inline: auto !important;
    }   

    .t3-sidebar{
        padding-top: 20px;
    }
}

@media (min-width: 768px) {
    .Bilder-rechter-Abstand{
        margin-right: 0.9375em;
    }

    .Bilder-linker-Abstand{
        margin-left: 0.9375em;
    }   
}

.Bilder-rechter-Abstand{
    /* Dumy für JCE Editor, da die Klasse nur im Media Query greift und sonst 
    nicht angezeigt wird*/
}

.Bilder-linker-Abstand{
    /* Dumy für JCE Editor, da die Klasse nur im Media Query greift und sonst 
    nicht angezeigt wird*/
}

.Bilder-w-150{
    width: 150px;
}

.Bilder-w-200{
    width: 200px;
}

.Bilder-w-250{
    width: 250px;
}

.Bilder-w-300{
    width: 300px;
}

.Bilder-w-440{
    width: 440px;
}

.Bilder-unterer-Abstand{
    margin-bottom: 0.9375em;
}

.Bilder-Abstand-rundum{
    margin: 0.9375em;
}

