/*
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;
}

.headline-balken {
	position: relative;
	top: -40px;
	z-index: 1;
}

.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;
}




.btn {
	position: relative;
    top: 100px;
    display: block;
    margin: auto;
background-color: #a8e819;
font-weight: 900;
border: 0;
bottom: 20px;
border-radius: 5px;
color: #002d67;
font-size: 80px;
border-radius: 10px;
box-shadow: 10px 10px 20px #0000008f;
padding: 30px 60px;
}

.slot-main {
display: block;
position: relative;
/* background-color: #0f0f0f; */
width: 100%;
height: 600px;
margin: 0 auto;
}

.slots {
/* position: absolute; */
display: flex;
justify-content: space-around;
width: 100%;
text-align: center;
top: 50%;
padding: 24px 0;
/* transform: translate(0, -50%); */
	background-image: url('/wp-content/uploads/2023/10/Zeichenflaeche-1.png');
}


.slot {
display: inline-block;
height: 270px;
overflow: hidden;
}
.slot .slot-inner {
display: block;
height: 7004px;
width: 140px;
background-position: 0 0;
}
.loop .slot .slot-inner {
-webkit-animation: slide 3s infinite linear;
-moz-animation: slide 3s infinite linear;
animation: slide 3s infinite linear;
}
.slot.slot2 .slot-inner {
animation-delay: 0.1s;
}
.slot.slot3 .slot-inner {
animation-delay: 0.2s;
}
.slot.slot4 .slot-inner {
animation-delay: 0.3s;
}
.slot.slot5 .slot-inner {
animation-delay: 0.4s;
}

.stop .slot1 .slot-inner {
background-position-y: -1600px;
-webkit-animation: stop1 1s normal forwards ease-in-out;
-moz-animation: stop1 1s normal forwards ease-in-out;
animation: stop1 5s normal ease-out;
animation-iteration-count: 1;
}
.stop .slot2 .slot-inner {
background-position-y: -1065px;
-webkit-animation: stop2 2s normal forwards ease-in-out;
-moz-animation: stop2 2s normal forwards ease-in-out;
animation: stop2 2s normal ease-out;
animation-iteration-count: 1;
}
.stop .slot3 .slot-inner {
background-position-y: -4565px;
-webkit-animation: stop3 3.5s normal forwards ease-in-out;
-moz-animation: stop3 2s normal forwards ease-in-out;
animation: stop3 4s normal ease-out;
animation-iteration-count: 1;
}

.stop .slot4 .slot-inner {
background-position-y: -795px;
-webkit-animation: stop4 2.5s normal forwards ease-in-out;
-moz-animation: stop4 2.5s normal forwards ease-in-out;
animation: stop4 7s normal ease-out;
animation-iteration-count: 1;
}

.stop .slot5 .slot-inner {
background-position-y: 15px;
-webkit-animation: stop5 3.5s normal forwards ease-in-out;
-moz-animation: stop5 3.5s normal forwards ease-in-out;
animation: stop5 10s normal ease-out;
animation-iteration-count: 1;
}

@-webkit-keyframes slide {
0% {
	background-position-y: 0;
}
100% {
	background-position-y: -7000px;
}
}
@-webkit-keyframes stop1 {
0% {
	background-position-y: 1000px;
}
100% {
	background-position-y: -1600px;
}
}
@-webkit-keyframes stop2 {
0% {
	background-position-y: 500px;
}
100% {
	background-position-y: -1065px;
}
}
@-webkit-keyframes stop3 {
	0% {
		background-position-y: -3000px;
	}
	100% {
		background-position-y: -4565px;
	}
}

@-webkit-keyframes stop4 {
	0% {
		background-position-y: 1200px;
	}
	100% {
		background-position-y: -795px;
	}
}

@-webkit-keyframes stop5 {
	0% {
		background-position-y: 6000px;
	}
	100% {
		background-position-y: 15;
	}
}


.background1 {
	background-image: url('/wp-content/uploads/2023/10/Zeichenflaeche-22.png');
}


.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}

.wpforms-container .wpforms-page-indicator.circles {
	justify-content: space-between;
}

.wpforms-page-indicator-page:not(:last-child) {
	display: flex;
	width: 100% !important;
	align-items: center;
	justify-content: space-around;
}

.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page:after {
	content: '';
	width: 60%;
	height: 1px;
	background-color: #000;
	display: inline-block;
	margin: 0 20px;
}

.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page:last-child:after {
	display: none;
}

.active .wpforms-page-indicator-page-number {
	background-color: #a8e810 !important;
	color: #002d67 !important;
}

#play_btn {
	position: absolute;

}