/**
Theme Name: BrothausTheme
Author: Joshua Kopp
Author URI: https://www.joshuakopp.de
Description: The ultimate THEME for our church... yippieyayeah!
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brothaustheme
Template: astra
*/
@font-face {
    font-family: bebas;
    src: url("/wp-content/themes/brothaus-theme/assets/fonts/Bebas.woff");
}

h3 {
    font-family: "Segoe UI", "Arial";
    color: #007db6;
}
h2.blau {
    color: #007db6;
}
.sub-menu .menu-item {
    background-color: #3fb6df;
}

.br-row {
    margin-top: 3em;
    margin-bottom: 3em;
}

.br-mgn-16 {
    margin-top: 16em;
    margin-bottom: 16em;
}

.br-max-600 {
    max-height: 600px;
}

.typo-segui {
    font-family: 'Segoe UI';
    font-size: 1.5em;
}

.bg-grey {
    background-color: #f2eeed;
}

.min-height-5 {
    min-height: 5em;
}

.min-height-14 {
    min-height: 14em;
}
.info-box > div {
    text-align: center;
    margin: auto;
    padding: 1.3em;
}

.clickable:hover {
    cursor: pointer;
}

.platzhalter {
    min-height: 12em;
}
.wp-block-group {
	padding-top: 1em;
}
wp-block-button {
	color: #fff;
}
wp-block-button::hover {
	color: #000;
}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	color: #fff;
}