/*
Theme Name: BB FVB-DS 23
Author: Bonnie & Byte
Author URI: https://bonniebyte.com
Theme URI: https://bonniebyte.com
Tags: full-site-editing, block-patterns
Text Domain: bb-fvb-ds-23
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.2
Version: 1.0.2

*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	line-height: 1.2;
}

main {
	margin-top: 0;
	padding-top: 0 !important
}

h1 {
	position: relative;
	z-index: 1;
}

h2 {
	font-size: 38px;
}

.wp-block-columns {
	gap: 40px;
	margin-bottom: 40px;
}

.fvb-balken {
	margin-top: -70px;
	position: relative;
	z-index: 10;
}

.themen-row > div {
	border-radius: 8px;
	box-shadow: 0px 0px 10px #00000044;
	overflow: hidden;
}

.themen-row h2, .themen-row p {
	padding: 0 20px;
}

.themen-row p {
	margin-bottom: 20px;
}

.themen-row a {
	text-decoration: none;
}

.wp-block-pb-accordion-item {
	border-bottom: 1px solid;
	margin-top: 0 !important;
}

.wp-block-pb-accordion-item p {
	font-size: 18px;
}

.c-accordion__title {
	padding-right: 3rem !important;
	margin: 15px 0;
	font-size: 20px;
}

.c-accordion__title:after {
	font-size: 3em;
    color: #a8e810;
	transform: translateY(-55%) !important;
}

.events-wrapper h3 {
	color: #a8e819;
	background-color: var(--wp--preset--color--contrast);
	text-align: center;
    padding: 10px 20px;
    border-radius: 6px;
    width: 470px;
	margin: 34px auto 40px !important;
}

body.page-id-62 {
	overflow-y: hidden;
}

#events-wrapper {
	height: 980px;
	overflow: scroll;
}