/**
Theme Name: Astra FCF
Author: Roberto Ziera
Author URI:
Description: Astra Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-fcf
Template: astra
*/

:focus { outline: 0 !important; }

.site-content { hyphens: auto; }

.zufallszitat blockquote { 
    border-left: 0;
    font-size: 2.5em;
    text-align: center;
    }

.zufallszitat blockquote::before {
    content: "\201D";
    font-family: "Helvetica",sans-serif;
    display: flex;
    transform: rotate( 180deg );
    font-size: 6rem;
    font-style: normal;
    line-height: 1;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    }

/* Hauptnavigation */
.main-header-bar-navigation li a {
    font-weight: bold;
    }

.home .main-header-bar-navigation li a {
    color:var(--ast-global-color-3) !important;
    }
.home .main-header-bar-navigation li.active a ,
.home .main-header-bar-navigation li a:hover {
    color:var(--ast-global-color-1) !important;
    }

/* Bilder der Monats */
ul.wp-block-latest-posts {
    border: 0px solid #ff3333;
    text-align: center;
    }
ul.wp-block-latest-posts li img {
    border-radius: 5px;
    }
ul.wp-block-latest-posts li div {
    border: 0px solid #3333ff;
    }
ul.wp-block-latest-posts li a {
    font-weight: bold;
    }

/* Mitglieder */
figure.wp-block-image img {
    border-radius: 5px;
    }
figure.wp-block-image figcaption {
    font-weight: bold;
    text-align: center;
    }
