/*
Theme Name: buerofuenf.de
Author: Büro 5 GmbH
Author URI: https://www.buerofuenf.de/
Description: Standard theme for Wordpress development
Requires at least: WordPress 5.9
Version: 2.1
Tags: buerofuenf

Theme CSS is compiled via SASS. Sources are not published.
Enter custom CSS here.
*/


.wp-block-columns.is-layout-flex.wp-container-core-columns-layout-2.wp-block-columns-is-layout-flex {
	gap: 30px;
}
.wp-block-columns.align-images-center.awards {
	gap: 32px 72px;
}
.wp-block-columns.gap {
	gap: 30px;
}

.wp-block-audio audio {
	border-radius: 100px;
}

@media (max-width: 781px){
  .wp-block-columns.align-images-center.awards {
    gap: 32px 62px;
  }
  .wp-block-columns.align-images-center.awards>.wp-block-column {
      flex-basis: calc(50% - 31px) !important;
  }
}


.page-barrierefreiheit .checkbox__checkbox {
	border-color: #fff !important;
}
.page-barrierefreiheit .checkbox__checkbox::after {
	background-color: #fff !important;
}
.page-barrierefreiheit .textarea, 
.page-barrierefreiheit .textfield {
	padding: 5px !important;
}
.page-barrierefreiheit .wpcf7-response-output {
	color: #000 !important;
}
.page-barrierefreiheit .wpcf7 form.sent .wpcf7-response-output {
	border-left-color: #d6f070 !important;
}

body.page-jubilaeum .headline-two-color__title>span {
	color: #feee00;
}
body.page-jubilaeum .plus__icon::after, 
body.page-jubilaeum .plus__icon::before {
	background-color: #feee00;
}