/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
 Text Domain:  fisch
*/

.entry-content>.wp-block-heading,
.entry-header>.entry-title {
    text-align: center;
}

.entry-content>div {
    margin-bottom: 80px;
}

.fisch-simple-events-list {
    list-style: none;
    margin: 0;
}

.fisch-simple-events-list li {
    margin-bottom: 20px;
}



.site-main>div,
.site-main>article {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.site-main h1.entry-title {
    margin-block-end: 80px;
    margin-block-start: 40px;
}

.site-main h2.wp-block-heading {
    padding-block-end: 10px;
    margin-block-end: 40px;
    margin-block-start: 20px;
    border-bottom: 2px solid var(--primary-violet);
}

.breakout-container {
    margin-left: -200px;
    margin-right: -200px;
    width: var(--gb-container-width);
}

/* Hero auf Startseite */

#homepage-hero-wrapper {
    min-height: 60vh;
    min-height: 500px;
}

#homepage-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60vh;
    min-height: 500px;
    padding-bottom: 60px
}

@media screen and (max-width: 1200px) {
    .breakout-container {
        margin-left: -40px;
        margin-right: -40px;
        width: 100vw;
        max-width: 100vw;
    }
}

@media screen and (max-width:500px) {
    #homepage-hero {
        padding-bottom: unset;
    }

    #homepage-hero h1 {
        font-size: 24px;
        padding: 0 20px;
    }
}