@charset "UTF-8";
/*
Theme Name: leadership
Theme URI:
Author:
Author URI:
Description: 
Version: 1.00
License: 
License URI: 
Tags: 
Text Domain: default
Tested up to: 7.4
Requires PHP: 7.4

*/

body.page-template-default .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size, unset);
  margin-left: unset !important;
  margin-right: unset !important;
}

body .is-layout-constrained.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size, unset);
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* GRID */

:root { 
	--grid-gap: 16px;
	--grid-margin: clamp(1rem, -0.3839rem + 7.381vw, 8.75rem);
}

@media screen and ( min-width: 999480px ) {
	:root { 
		--grid-gap: 16px;
		--grid-margin: 6vw;
	}
}

@media screen and ( min-width: 999800px ) {
	:root { 
		--grid-gap: 16px;
		--grid-margin: 8vw;
	}
}

@media screen and ( min-width: 1600px ) {
	:root { 
		--grid-gap: 16px;
		--grid-margin: 140px;
	}
}

.single-post main {
	padding-right: var(--grid-margin);
	padding-left: var(--grid-margin);
}

.is-style-12-columns-grid {
  display: grid;
	grid-template-columns: 
	var(--grid-margin) 
	1fr 
	var(--grid-gap) 
	1fr 
	var(--grid-gap) 
	1fr 
	var(--grid-gap) 
	1fr 
	var(--grid-gap)
	1fr 
	var(--grid-gap) 
	1fr 
	var(--grid-gap) 
	1fr 
	var(--grid-gap) 
	1fr 
	var(--grid-gap)
	1fr 
	var(--grid-gap) 
	1fr 
	var(--grid-gap) 
	1fr 
	var(--grid-gap) 
	1fr 
	var(--grid-margin);
	gap: 0;
}

@media screen and (max-width: 200px) {
	[class*="is-style-grid-child-span"]:not([class*="mobile-span"]) {
	  grid-column: 2 / 25 !important;
	}
}

.is-style-grid-child-span-0-to-14 {
	grid-column: 1 / -1;
}

.is-style-grid-child-span-0-to-13 {
	grid-column: 1 / 25;
}

.is-style-grid-child-span-0-to-12 {
	grid-column: 1 / 23;
}

.is-style-grid-child-span-0-to-11 {
	grid-column: 1 / 21;
}

.is-style-grid-child-span-0-to-10 {
	grid-column: 1 / 19;
}

.is-style-grid-child-span-0-to-9 {
	grid-column: 1 / 17;
}

.is-style-grid-child-span-0-to-8 {
	grid-column: 1 / 15;
}

.is-style-grid-child-span-0-to-7 {
	grid-column: 1 / 13;
}

.is-style-grid-child-span-0-to-6 {
	grid-column: 1 / 11;
}

.is-style-grid-child-span-0-to-5 {
	grid-column: 1 / 9;
}

.is-style-grid-child-span-0-to-4 {
	grid-column: 1 / 7;
}

.is-style-grid-child-span-0-to-3 {
	grid-column: 1 / 5;
}

.is-style-grid-child-span-0-to-2 {
	grid-column: 1 / 3;
}

.is-style-grid-child-span-0-to-1 {
	grid-column: 1 / 2;
}

/**/

.is-style-grid-child-span-1-to-14 {
	grid-column: 2 / -1;
}

.is-style-grid-child-span-1-to-13 {
	grid-column: 2 / 25;
}

.is-style-grid-child-span-1-to-12 {
	grid-column: 2 / 23;
}

.is-style-grid-child-span-1-to-11 {
	grid-column: 2 / 21;
}

.is-style-grid-child-span-1-to-10 {
	grid-column: 2 / 19;
}

.is-style-grid-child-span-1-to-9 {
	grid-column: 2 / 17;
}

.is-style-grid-child-span-1-to-8 {
	grid-column: 2 / 15;
}

.is-style-grid-child-span-1-to-7 {
	grid-column: 2 / 13;
}

.is-style-grid-child-span-1-to-6 {
	grid-column: 2 / 11;
}

.is-style-grid-child-span-1-to-5 {
	grid-column: 2 / 9;
}

.is-style-grid-child-span-1-to-4 {
	grid-column: 2 / 7;
}

.is-style-grid-child-span-1-to-3 {
	grid-column: 2 / 5;
}

.is-style-grid-child-span-1-to-2 {
	grid-column: 2 / 3;
}

.is-style-grid-child-span-1-to-1 {
	grid-column: 2 / 2;
}

/**/

.is-style-grid-child-span-2-to-14 {
	grid-column: 4 / -1;
}

.is-style-grid-child-span-2-to-13 {
	grid-column: 4 / 25;
}

.is-style-grid-child-span-2-to-12 {
	grid-column: 4 / 23;
}

.is-style-grid-child-span-2-to-11 {
	grid-column: 4 / 19;
}

.is-style-grid-child-span-2-to-10 {
	grid-column: 4 / 19;
}

.is-style-grid-child-span-2-to-9 {
	grid-column: 4 / 17;
}

.is-style-grid-child-span-2-to-8 {
	grid-column: 4 / 15;
}

.is-style-grid-child-span-2-to-7 {
	grid-column: 4 / 13;
}

.is-style-grid-child-span-2-to-6 {
	grid-column: 4 / 11;
}

.is-style-grid-child-span-2-to-5 {
	grid-column: 4 / 9;
}

.is-style-grid-child-span-2-to-4 {
	grid-column: 4 / 7;
}

.is-style-grid-child-span-2-to-3 {
	grid-column: 4 / 5;
}

.is-style-grid-child-span-2-to-2 {
	grid-column: 4 / 4;
}

/**/

.is-style-grid-child-span-3-to-14 {
	grid-column: 6 / -1;
}

.is-style-grid-child-span-3-to-13 {
	grid-column: 6 / 25;
}

.is-style-grid-child-span-3-to-12 {
	grid-column: 6 / 23;
}

.is-style-grid-child-span-3-to-11 {
	grid-column: 6 / 21;
}

.is-style-grid-child-span-3-to-10 {
	grid-column: 6 / 19;
}

.is-style-grid-child-span-3-to-9 {
	grid-column: 6 / 17;
}

.is-style-grid-child-span-3-to-8 {
	grid-column: 6 / 15;
}

.is-style-grid-child-span-3-to-7 {
	grid-column: 6 / 13;
}

.is-style-grid-child-span-3-to-6 {
	grid-column: 6 / 11;
}

.is-style-grid-child-span-3-to-5 {
	grid-column: 6 / 9;
}

.is-style-grid-child-span-3-to-4 {
	grid-column: 6 / 7;
}

.is-style-grid-child-span-3-to-3 {
	grid-column: 6 / 6;
}

/**/

.is-style-grid-child-span-4-to-14 {
	grid-column: 8 / -1;
}

.is-style-grid-child-span-4-to-13 {
	grid-column: 8 / 25;
}

.is-style-grid-child-span-4-to-12 {
	grid-column: 8 / 23;
}

.is-style-grid-child-span-4-to-11 {
	grid-column: 8 / 21;
}

.is-style-grid-child-span-4-to-10 {
	grid-column: 8 / 19;
}

.is-style-grid-child-span-4-to-9 {
	grid-column: 8 / 17;
}

.is-style-grid-child-span-4-to-8 {
	grid-column: 8 / 15;
}

.is-style-grid-child-span-4-to-7 {
	grid-column: 8 / 13;
}

.is-style-grid-child-span-4-to-6 {
	grid-column: 8 / 11;
}

.is-style-grid-child-span-4-to-5 {
	grid-column: 8 / 9;
}

.is-style-grid-child-span-4-to-4 {
	grid-column: 8 / 8;
}

/**/

.is-style-grid-child-span-5-to-14 {
	grid-column: 10 / -1;
}

.is-style-grid-child-span-5-to-13 {
	grid-column: 10 / 25;
}

.is-style-grid-child-span-5-to-12 {
	grid-column: 10 / 23;
}

.is-style-grid-child-span-5-to-11 {
	grid-column: 10 / 21;
}

.is-style-grid-child-span-5-to-10 {
	grid-column: 10 / 19;
}

.is-style-grid-child-span-5-to-9 {
	grid-column: 10 / 17;
}

.is-style-grid-child-span-5-to-8 {
	grid-column: 10 / 15;
}

.is-style-grid-child-span-5-to-7 {
	grid-column: 10 / 13;
}

.is-style-grid-child-span-5-to-6 {
	grid-column: 10 / 11;
}

.is-style-grid-child-span-5-to-5 {
	grid-column: 10 / 10;
}

/**/

.is-style-grid-child-span-6-to-14 {
	grid-column: 12 / -1;
}

.is-style-grid-child-span-6-to-13 {
	grid-column: 12 / 25;
}

.is-style-grid-child-span-6-to-12 {
	grid-column: 12 / 23;
}

.is-style-grid-child-span-6-to-11 {
	grid-column: 12 / 21;
}

.is-style-grid-child-span-6-to-10 {
	grid-column: 12 / 19;
}

.is-style-grid-child-span-6-to-9 {
	grid-column: 12 / 17;
}

.is-style-grid-child-span-6-to-8 {
	grid-column: 12 / 15;
}

.is-style-grid-child-span-6-to-7 {
	grid-column: 12 / 13;
}

/**/

.is-style-grid-child-span-7-to-14 {
	grid-column: 14 / -1;
}

.is-style-grid-child-span-7-to-14 {
	grid-column: 14 / -1;
}

.is-style-grid-child-span-7-to-13 {
	grid-column: 14 / 25;
}

.is-style-grid-child-span-7-to-12 {
	grid-column: 14 / 23;
}

.is-style-grid-child-span-7-to-11 {
	grid-column: 14 / 21;
}

.is-style-grid-child-span-7-to-10 {
	grid-column: 14 / 19;
}

.is-style-grid-child-span-7-to-9 {
	grid-column: 14 / 17;
}

.is-style-grid-child-span-7-to-8 {
	grid-column: 14 / 15;
}

.is-style-grid-child-span-7-to-7 {
	grid-column: 14 / 14;
}

/**/

.is-style-grid-child-span-8-to-14 {
	grid-column: 16 / -1;
}

.is-style-grid-child-span-8-to-14 {
	grid-column: 16 / -1;
}

.is-style-grid-child-span-8-to-13 {
	grid-column: 16 / 25;
}

.is-style-grid-child-span-8-to-12 {
	grid-column: 16 / 23;
}

.is-style-grid-child-span-8-to-11 {
	grid-column: 16 / 21;
}

.is-style-grid-child-span-8-to-10 {
	grid-column: 16 / 19;
}

.is-style-grid-child-span-8-to-9 {
	grid-column: 16 / 17;
}

.is-style-grid-child-span-8-to-8 {
	grid-column: 16 / 9;
}

/**/

.is-style-grid-child-span-9-to-14 {
	grid-column: 18 / -1;
}

.is-style-grid-child-span-9-to-13 {
	grid-column: 18 / 25;
}

.is-style-grid-child-span-9-to-12 {
	grid-column: 18 / 23;
}

.is-style-grid-child-span-9-to-11 {
	grid-column: 18 / 21;
}

.is-style-grid-child-span-9-to-10 {
	grid-column: 18 / 19;
}

.is-style-grid-child-span-9-to-9 {
	grid-column: 18 / 9;
}

/**/

.is-style-grid-child-span-10-to-14 {
	grid-column: 20 / -1;
}

.is-style-grid-child-span-10-to-13 {
	grid-column: 20 / 25;
}

.is-style-grid-child-span-10-to-12 {
	grid-column: 20 / 23;
}

.is-style-grid-child-span-10-to-11 {
	grid-column: 20 / 22;
}

.is-style-grid-child-span-10-to-10 {
	grid-column: 20 / 10;
}

/**/

.is-style-grid-child-span-11-to-14 {
	grid-column: 22 / -1;
}

.is-style-grid-child-span-11-to-13 {
	grid-column: 22 / 25;
}

.is-style-grid-child-span-11-to-12 {
	grid-column: 23 / 23;
}

.is-style-grid-child-span-11-to-11 {
	grid-column: 22 / 11;
}

/**/

.is-style-grid-child-span-12-to-14 {
	grid-column: 24 / -1;
}

.is-style-grid-child-span-12-to-13 {
	grid-column: 24 / 25;
}

.is-style-grid-child-span-12-to-12 {
	grid-column: 24 / 23;
}

/**/

.is-style-grid-child-span-13-to-14 {
	grid-column: 25 / -1;
}

.is-style-grid-child-span-13-to-13 {
	grid-column: 25 / 25;
}

/* Mobile to Tablet */
@media screen and (max-width: 1024px) {

	.mobile-span-0-to-14 {
		grid-column: 1 / -1;
	}

	.mobile-span-0-to-13 {
		grid-column: 1 / 25;
	}

	.mobile-span-0-to-12 {
		grid-column: 1 / 23;
	}

	.mobile-span-0-to-11 {
		grid-column: 1 / 21;
	}

	.mobile-span-0-to-10 {
		grid-column: 1 / 19;
	}

	.mobile-span-0-to-9 {
		grid-column: 1 / 17;
	}

	.mobile-span-0-to-8 {
		grid-column: 1 / 15;
	}

	.mobile-span-0-to-7 {
		grid-column: 1 / 13;
	}

	.mobile-span-0-to-6 {
		grid-column: 1 / 11;
	}

	.mobile-span-0-to-5 {
		grid-column: 1 / 9;
	}

	.mobile-span-0-to-4 {
		grid-column: 1 / 7;
	}

	.mobile-span-0-to-3 {
		grid-column: 1 / 5;
	}

	.mobile-span-0-to-2 {
		grid-column: 1 / 3;
	}

	.mobile-span-0-to-1 {
		grid-column: 1 / 2;
	}

	/**/

	.mobile-span-1-to-14 {
		grid-column: 2 / -1;
	}

	.mobile-span-1-to-13 {
		grid-column: 2 / 25;
	}

	.mobile-span-1-to-12 {
		grid-column: 2 / 23;
	}

	.mobile-span-1-to-11 {
		grid-column: 2 / 21;
	}

	.mobile-span-1-to-10 {
		grid-column: 2 / 19;
	}

	.mobile-span-1-to-9 {
		grid-column: 2 / 17;
	}

	.mobile-span-1-to-8 {
		grid-column: 2 / 15;
	}

	.mobile-span-1-to-7 {
		grid-column: 2 / 13;
	}

	.mobile-span-1-to-6 {
		grid-column: 2 / 11;
	}

	.mobile-span-1-to-5 {
		grid-column: 2 / 9;
	}

	.mobile-span-1-to-4 {
		grid-column: 2 / 7;
	}

	.mobile-span-1-to-3 {
		grid-column: 2 / 5;
	}

	.mobile-span-1-to-2 {
		grid-column: 2 / 3;
	}

	.mobile-span-1-to-1 {
		grid-column: 2 / 2;
	}

	/**/

	.mobile-span-2-to-14 {
		grid-column: 4 / -1;
	}

	.mobile-span-2-to-13 {
		grid-column: 4 / 25;
	}

	.mobile-span-2-to-12 {
		grid-column: 4 / 23;
	}

	.mobile-span-2-to-11 {
		grid-column: 4 / 19;
	}

	.mobile-span-2-to-10 {
		grid-column: 4 / 19;
	}

	.mobile-span-2-to-9 {
		grid-column: 4 / 17;
	}

	.mobile-span-2-to-8 {
		grid-column: 4 / 15;
	}

	.mobile-span-2-to-7 {
		grid-column: 4 / 13;
	}

	.mobile-span-2-to-6 {
		grid-column: 4 / 11;
	}

	.mobile-span-2-to-5 {
		grid-column: 4 / 9;
	}

	.mobile-span-2-to-4 {
		grid-column: 4 / 7;
	}

	.mobile-span-2-to-3 {
		grid-column: 4 / 5;
	}

	.mobile-span-2-to-2 {
		grid-column: 4 / 4;
	}

	/**/

	.mobile-span-3-to-14 {
		grid-column: 6 / -1;
	}

	.mobile-span-3-to-13 {
		grid-column: 6 / 25;
	}

	.mobile-span-3-to-12 {
		grid-column: 6 / 23;
	}

	.mobile-span-3-to-11 {
		grid-column: 6 / 21;
	}

	.mobile-span-3-to-10 {
		grid-column: 6 / 19;
	}

	.mobile-span-3-to-9 {
		grid-column: 6 / 17;
	}

	.mobile-span-3-to-8 {
		grid-column: 6 / 15;
	}

	.mobile-span-3-to-7 {
		grid-column: 6 / 13;
	}

	.mobile-span-3-to-6 {
		grid-column: 6 / 11;
	}

	.mobile-span-3-to-5 {
		grid-column: 6 / 9;
	}

	.mobile-span-3-to-4 {
		grid-column: 6 / 7;
	}

	.mobile-span-3-to-3 {
		grid-column: 6 / 6;
	}

	/**/

	.mobile-span-4-to-14 {
		grid-column: 8 / -1;
	}

	.mobile-span-4-to-13 {
		grid-column: 8 / 25;
	}

	.mobile-span-4-to-12 {
		grid-column: 8 / 23;
	}

	.mobile-span-4-to-11 {
		grid-column: 8 / 21;
	}

	.mobile-span-4-to-10 {
		grid-column: 8 / 19;
	}

	.mobile-span-4-to-9 {
		grid-column: 8 / 17;
	}

	.mobile-span-4-to-8 {
		grid-column: 8 / 15;
	}

	.mobile-span-4-to-7 {
		grid-column: 8 / 13;
	}

	.mobile-span-4-to-6 {
		grid-column: 8 / 11;
	}

	.mobile-span-4-to-5 {
		grid-column: 8 / 9;
	}

	.mobile-span-4-to-4 {
		grid-column: 8 / 8;
	}

	/**/

	.mobile-span-5-to-14 {
		grid-column: 10 / -1;
	}

	.mobile-span-5-to-13 {
		grid-column: 10 / 25;
	}

	.mobile-span-5-to-12 {
		grid-column: 10 / 23;
	}

	.mobile-span-5-to-11 {
		grid-column: 10 / 21;
	}

	.mobile-span-5-to-10 {
		grid-column: 10 / 19;
	}

	.mobile-span-5-to-9 {
		grid-column: 10 / 17;
	}

	.mobile-span-5-to-8 {
		grid-column: 10 / 15;
	}

	.mobile-span-5-to-7 {
		grid-column: 10 / 13;
	}

	.mobile-span-5-to-6 {
		grid-column: 10 / 11;
	}

	.mobile-span-5-to-5 {
		grid-column: 10 / 10;
	}

	/**/

	.mobile-span-6-to-14 {
		grid-column: 12 / -1;
	}

	.mobile-span-6-to-13 {
		grid-column: 12 / 25;
	}

	.mobile-span-6-to-12 {
		grid-column: 12 / 23;
	}

	.mobile-span-6-to-11 {
		grid-column: 12 / 21;
	}

	.mobile-span-6-to-10 {
		grid-column: 12 / 19;
	}

	.mobile-span-6-to-9 {
		grid-column: 12 / 17;
	}

	.mobile-span-6-to-8 {
		grid-column: 12 / 15;
	}

	.mobile-span-6-to-7 {
		grid-column: 12 / 13;
	}

	/**/

	.mobile-span-7-to-14 {
		grid-column: 14 / -1;
	}

	.mobile-span-7-to-14 {
		grid-column: 14 / -1;
	}

	.mobile-span-7-to-13 {
		grid-column: 14 / 25;
	}

	.mobile-span-7-to-12 {
		grid-column: 14 / 23;
	}

	.mobile-span-7-to-11 {
		grid-column: 14 / 21;
	}

	.mobile-span-7-to-10 {
		grid-column: 14 / 19;
	}

	.mobile-span-7-to-9 {
		grid-column: 14 / 17;
	}

	.mobile-span-7-to-8 {
		grid-column: 14 / 15;
	}

	.mobile-span-7-to-7 {
		grid-column: 14 / 14;
	}

	/**/

	.mobile-span-8-to-14 {
		grid-column: 16 / -1;
	}

	.mobile-span-8-to-14 {
		grid-column: 16 / -1;
	}

	.mobile-span-8-to-13 {
		grid-column: 16 / 25;
	}

	.mobile-span-8-to-12 {
		grid-column: 16 / 23;
	}

	.mobile-span-8-to-11 {
		grid-column: 16 / 21;
	}

	.mobile-span-8-to-10 {
		grid-column: 16 / 19;
	}

	.mobile-span-8-to-9 {
		grid-column: 16 / 17;
	}

	.mobile-span-8-to-8 {
		grid-column: 16 / 9;
	}

	/**/

	.mobile-span-9-to-14 {
		grid-column: 18 / -1;
	}

	.mobile-span-9-to-13 {
		grid-column: 18 / 25;
	}

	.mobile-span-9-to-12 {
		grid-column: 18 / 23;
	}

	.mobile-span-9-to-11 {
		grid-column: 18 / 21;
	}

	.mobile-span-9-to-10 {
		grid-column: 18 / 19;
	}

	.mobile-span-9-to-9 {
		grid-column: 18 / 9;
	}

	/**/

	.mobile-span-10-to-14 {
		grid-column: 20 / -1;
	}

	.mobile-span-10-to-13 {
		grid-column: 20 / 25;
	}

	.mobile-span-10-to-12 {
		grid-column: 20 / 23;
	}

	.mobile-span-10-to-11 {
		grid-column: 20 / 22;
	}

	.mobile-span-10-to-10 {
		grid-column: 20 / 10;
	}

	/**/

	.mobile-span-11-to-14 {
		grid-column: 22 / -1;
	}

	.mobile-span-11-to-13 {
		grid-column: 22 / 25;
	}

	.mobile-span-11-to-12 {
		grid-column: 23 / 23;
	}

	.mobile-span-11-to-11 {
		grid-column: 22 / 11;
	}

	/**/

	.mobile-span-12-to-14 {
		grid-column: 24 / -1;
	}

	.mobile-span-12-to-13 {
		grid-column: 24 / 25;
	}

	.mobile-span-12-to-12 {
		grid-column: 24 / 23;
	}

	/**/

	.mobile-span-13-to-14 {
		grid-column: 25 / -1;
	}

	.mobile-span-13-to-13 {
		grid-column: 25 / 25;
	}
}









/**/

.align-content-top {
  align-content: top;
}

.align-content-center {
  align-content: center;
}

.align-content-bottom {
  align-content: bottom;
}

/**/

.align-items-top {
  align-items: top;
}

.align-items-center {
  align-items: center;
}

.align-items-bottom {
  align-items: bottom;
}

/**/

.grid-row-1 {
  grid-row: 1;
}

.grid-row-2 {
  grid-row: 2;
}

.grid-row-3 {
  grid-row: 3;
}

.grid-row-4 {
  grid-row: 4;
}

.grid-row-5 {
  grid-row: 5;
}

.grid-row-6 {
  grid-row: 6;
}

/* Mobile to Tablet */
@media screen and (max-width: 1024px) {
	.mobile-grid-row-1 {
	  grid-row: 1;
	}

	.mobile-grid-row-2 {
	  grid-row: 2;
	}

	.mobile-grid-row-3 {
	  grid-row: 3;
	}

	.mobile-grid-row-4 {
	  grid-row: 4;
	}

	.mobile-grid-row-5 {
	  grid-row: 5;
	}

	.mobile-grid-row-6 {
	  grid-row: 6;
	}
}

/**/

.all-rows {
  grid-row: 1 / 99 !important;
  background-color: #FFF !important;
}

/**/

.embed-privacy-container {
  margin-bottom: 16px !important;
}

/***********************************/

#site-header {
	font-size: var(--font-size-28);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: auto;
	z-index: 1000;
	padding-top: 3em;
	padding-bottom: 2em;
}

@media screen and (max-width: 1023px) {
	#site-header .wp-block-image {
		width: 180px;
	}
}

nav {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/************ mobile nav *************/

nav.mobile {
	gap: 24px;
}

nav.mobile.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #183800;
	color: #ffffff;
	padding: var(--grid-margin);
}

nav.mobile .wp-block-navigation-item__content {
	color: #ffffff !important;
	align-content: center;
	display: flex;
	line-height: 1;
}

nav.mobile .wp-block-navigation-item__content::before {
	content: "";
	border-color: transparent;
	border-width: 2px; /* todo */
	border-style: solid;
	border-radius: 99999px;
	width: 0.5em; /* todo */
	height: 0.5em; /* todo */
	display: inline-block;
	line-height: inherit;
	margin-right: 0.5em; /* todo */
	line-height: 1;
	margin-top: 0.15em;
}

nav.mobile .wp-block-navigation-item__content:hover::before {
	border-color: #FFF;
}

nav.mobile .current-menu-item .wp-block-navigation-item__content::before {
	background-color: #8DAE44;
	border-color: #FFF;
}

/************ desktop nav *************/

.wp-block-group.hide-on-mobile {
	align-content: center;
	display: grid;
}

nav.desktop {
	gap: 24px;
}

nav.desktop .wp-block-navigation__container {
	align-items: start;
	gap: 3em;/* todo */
}

nav.desktop .wp-block-navigation-item__content {
	color: #EFF4F7 !important;
	align-content: center;
	display: flex;
	line-height: 1;
}

nav.desktop li:nth-of-type(3) .wp-block-navigation-item__content {
	font-size: var(--font-size-30);
	max-width: 4ch;
	line-height: 1.16667em !important; /* 30px/35px */
	margin-right: 1ch;
}

nav.desktop li:nth-of-type(3) .wp-block-navigation-item__content::after {
	content: "";
	border-color: #FFF;
	border-width: 2px; /* todo */
	border-style: solid;
	border-radius: 99999px;
	width: 0.6em; /* todo */
	height: 0.6em; /* todo */
	display: inline-block;
	line-height: inherit;
	margin-left: -2em; /* todo */
	line-height: 1;
	margin-top: 2.5em;
	flex-shrink: 0;
	
}

nav.desktop li:nth-of-type(3) .wp-block-navigation-item__content::after {
	background-color: transparent;
	border-color: #FFF;
}

nav.desktop li:nth-of-type(3) .wp-block-navigation-item__content:hover::after {
	background-color: #8DAE44;
	border-color: #FFF;
}

/***********************************/

.wp-block-cover {
  padding: 0 !important;
}

/*************** belief ********************/

#belief .wp-block-group.unlocking {
  margin: 80px 160px;
}

#belief .wp-block-group.unlocking .wp-block-group {
  padding: 40px 160px;
}

#belief .wp-block-group.unlocking p {
  max-width: 100%;
  text-transform: uppercase;
}

/************* approach **********************/

#approach .wp-block-media-text {
  grid-template-columns: 31.25% auto !important;
  gap: 28px;
  margin-bottom: 0;
}

#approach .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: auto 31.25% !important;
}

#approach .wp-block-media-text__content {
  padding: 0;
}

#approach .wp-block-media-text__content p {
  margin: 0;
}

/************ work with us ************/

#reach-out-for p::before {
	content: "";
	background-color: #8DAD43;
	border-color: #FFF;
	border-width: 4px; /* TODO */
	border-style: solid;
	border-radius: 99999px;
	width: 1em;
	height: 1em;
	display: inline-block;
	line-height: inherit;
	margin-right: 63px; /* TODO */
}

/************ blog&content ****************/

.embed-privacy-overlay label, 
.embed-privacy-overlay p {
  font-size: 12px;
}

.embed-privacy-overlay label, 
.embed-privacy-overlay p.embed-privacy-input-wrapper {
  font-size: 16px;
}



/************ contact ****************/

form p {
  margin: 0;
}

form label {
  text-transform: uppercase;
  width: 100%;
  display: block;
  overflow: hidden;
}

.wpcf7-form-control {
  padding: 20px 20px;
  margin-top: 8px;
  margin-bottom: 40px;
  width: 100%;
}

.wpcf7-form-control.wpcf7-submit {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: transparent !important;
  border: 2px solid #FFF;
  box-shadow: none;
  padding: 12px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 99999px;
}

/* typography */

body {
	overflow-x: hidden;
}

header > p {
	hyphens: auto;
	word-break: break-word;
}

.width-100 {
	width: 100%;
}

@media screen and (max-width: 1023px) {
	.hide-on-mobile {
		display: none !important;
	}
}

@media screen and (min-width: 1024px) {
	.hide-on-tablet {
		display: none !important;
	}
}

:root {
	--font-size-headlines: 0.3;
	--font-size-text: 0.5;
}

@media screen and (min-width: 600px) {
	:root {
		--font-size-headlines: 0.45;
		--font-size-text: 0.5;
	}
}

@media screen and (min-width: 800px) {
	:root {
		--font-size-headlines: 0.45;
		--font-size-text: 0.5;
	}
}

@media screen and (min-width: 1024px) {
	:root {
		--font-size-headlines: 0.5;
		--font-size-text: 0.5;
	}
}

@media screen and (min-width: 1280px) {
	:root {
		--font-size-headlines: 0.65;
		--font-size-text: 0.65;
	}
}

@media screen and (min-width: 1920px) {
	:root {
		--font-size-headlines: 1;
		--font-size-text: 1;
	}
}

:root {
	--font-size-150: calc( 150px * var(--font-size-headlines) );
	--font-size-100: calc( 100px * var(--font-size-headlines) );
	--font-size-50:  calc( 50px * var(--font-size-headlines) );
	--font-size-40:  calc( 40px * var(--font-size-text) );
	--font-size-30:  calc( 30px * var(--font-size-text) );
	--font-size-28:  calc( 28px * var(--font-size-text) );
	--font-size-20:  calc( 20px * var(--font-size-text) );
}

@media screen and (max-width: 600px) {
	:root {
		--font-size-40:  calc( 16px ) !important;
		--font-size-30:  calc( 16px ) !important;
		--font-size-28:  calc( 14px ) !important;
		--font-size-20:  calc( 14px ) !important;
	}
}

body {
	font-family: 'Work Sans';
	font-weight: 400;
	font-size: 16px;
}

h1, h2, h3, h4 {
	font-family: 'Work Sans';
	line-height: 1.17;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

p {
	font-size: var(--font-size-40);
	margin-top: 0;
	margin-bottom: 0;
}

.font-size-150 {
	font-size: var(--font-size-150);
	line-height: 0.9; /* TEST / ZEILENABSTAND 55px */
}

.font-size-100 {
	font-size: var(--font-size-100);
	line-height: 1.17; /* work with us / line-height 117px / ZEILENABSTAND 55px */
}

.font-size-50 {
	font-size: var(--font-size-50);
}

nav.font-size-50 {
	margin-top: 0 !important; /* our approach */
	margin-bottom: 0 !important; /* our approach */
}

.font-size-40 {
	font-size: var(--font-size-40);
	line-height: 1.375;
}

.font-size-30 {
	font-size: var(--font-size-30);
}

.font-size-28 {
	font-size: var(--font-size-28);
}

.font-size-20 {
	font-size: var(--font-size-20);
}

/* Page: Belief */

#belief header .wp-block-cover .wp-block-spacer {
	display: none;
}

#belief header h1 {
	border-top: 3.22em solid rgba(255, 255, 0, 0.0); /* 322px */
	border-bottom: 0.67em solid rgba(255, 255, 0, 0.0); /* 67px */
}

#belief header p {
	border-bottom: 1.45em solid rgba(255, 255, 0, 0.0); /* 58px */
}

@media screen and (max-width: 1024px) {
	#belief header p br {
		display: none;
	}
}

#belief #our-belief h2 {
	border-top: 0.58em solid rgba(255, 255, 0, 0.0); /* 58px */
	border-bottom: 0.55em solid rgba(255, 255, 0, 0.0); /* 55px */
}

#belief #our-belief p {
	border-bottom: 1.725em solid rgba(255, 255, 0, 0.0); /* 69px */
}

#belief #new-belief h2 {
	border-top: 2.87em solid rgba(255, 0, 0, 0.0); /* 287px */
	border-bottom: 2.87em solid rgba(255, 0, 0, 0.0); /* 287px */
	max-width: 22ch;
}

#belief #new-belief .wp-block-image {
	overlow-x: hidden;
}

#belief #new-belief .wp-block-image img {
	transform: translateX(-65%) rotate(0deg) scale(2) ;
	width: 100%;
}

#belief #unlocking {
	font-size: var(--font-size-100);
	margin-top: 1em; /* 101px */
	margin-bottom: 1em; /* 101px */
}

#belief #unlocking .carousel-inner {
	min-height: 19em;
}

@media screen and (min-width: 600px) {
	#belief #unlocking .carousel-inner {
		min-height: 12em;
	}
}

@media screen and (min-width: 1280px) {
	#belief #unlocking .carousel-inner {
		min-height: 10.1em;
	}
}

#belief #unlocking .carousel-item,
#belief #unlocking .carousel-item p {
	background-color: #183800;
}

#belief #unlocking h2 {
	line-height: 1;
	border-top: 1em solid rgba(255, 255, 0, 0.0);
	border-bottom: 0.5em solid rgba(255, 255, 0, 0.0); /* ? */
}

#belief #unlocking p {
	border-bottom: 1em solid rgba(255, 255, 0, 0.0); /* ? */
	padding-left: 10%;
	padding-right: 10%;
}

#belief #unlocking .carousel-control-prev {
	left: -10%;
	width: 60%;
}

#belief #unlocking .carousel-control-next {
	right: -10%;
	width: 60%;
}

#belief #unlocking .carousel .carousel-indicators {
  position: relative !important;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0.5em 0;
  list-style: none;
  border: 0 !important;
}

#belief #unlocking .carousel .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 16px !important;
  height: 16px !important;
  padding: 0;
  margin-right: 8px;
  margin-left: 8px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFF;
  background-clip: padding-box;
  border: 2px solid #000;
  transition: all 0.25s ease;
}

#belief #unlocking .carousel .carousel-indicators [data-bs-target]:not(.active) {
  background-color: #FFF;
  border-color: #000;
}

#belief #unlocking .carousel .carousel-indicators [data-bs-target].active {
  width: 14px !important;
  height: 14px !important;
  background-color: #000000;
  border-color: transparent;
  border-width: 2px;
}

/* Page: Approach */

#approach header .wp-block-cover .wp-block-spacer {
	display: none;
}

#approach header h1 {
	border-top: 2.14666em solid rgba(255, 255, 0, 0.0); /* 322px */
	border-bottom: 24px solid rgba(255, 255, 0, 0.0);
}

#approach header p {
	border-bottom: 1.375em solid rgba(255, 255, 0, 0.0);
}

#approach header p + p {
	border-bottom: 1.2625em solid rgba(255, 255, 0, 0.0); /* 50.5px */
}

#approach header + div > p {
	border-top: 1.2625em solid rgba(255, 255, 0, 0.0); /* 50.5px */
	border-bottom: 2.525em solid rgba(255, 255, 0, 0.0); /* 101px */
}

#approach header .wp-block-image {
  transform: translateY(35%);
}

#approach header .wp-block-image img {
  transform: translateX(29%) rotate(-45deg) scale(1);
}

#approach .wp-block-media-text {
	border-bottom: 2.775em solid rgba(255, 255, 0, 0.0); /* 111px*/
}

#approach .wp-block-group:nth-of-type(5) .wp-block-media-text {
	border-bottom: 5.525em solid rgba(255, 255, 0, 0.0); /* 221px */
}

#approach .wp-block-media-text h2 {
	border-top: 1.2em solid rgba(255, 0, 0, 0.0);
	border-bottom: 1.2em solid rgba(255, 0, 0, 0.0);
}

#approach .wp-block-media-text p + p {
	border-top: 1em solid rgba(255, 255, 0, 0.0);
}

/* Page: Work with us */

#work-with-us header .wp-block-cover .wp-block-spacer {
	display: none;
}

#work-with-us header h1 {
	border-top: 2.126666em solid rgba(255, 255, 0, 0.0); /* 319px */
	border-bottom: 1.25em solid rgba(255, 255, 0, 0.0); /* 57px */
}

#work-with-us header p {
	border-bottom: 1.425em solid rgba(255, 255, 0, 0.0); /* 57px */
}

#work-with-us header .wp-block-image img {
	transform: translateX(29%) rotate(-45deg) scale(1);
}

#work-with-us #founder h2 {
	border-top: 0.62em solid rgba(255, 255, 0, 0.0); /* 62px */
	border-bottom: 0.36em solid rgba(255, 255, 0, 0.0); /* 36px */
}

#work-with-us #fotos {
	border-top: 80px solid rgba(255, 0, 0, 0.0); /* 158px */
	border-bottom: 50px solid rgba(255, 0, 0, 0.0); /* 100px */
}

@media screen and (min-width: 600px) {
	#work-with-us #fotos {
		border-top: 158px solid rgba(255, 0, 0, 0.0); /* 158px */
		border-bottom: 100px solid rgba(255, 0, 0, 0.0); /* 100px */
	}
}

#work-with-us #how-we-work h2 {
	border-top: 0.86em solid rgba(255, 255, 0, 0.0); /* 129px */
	border-bottom: 0.76666em solid rgba(255, 255, 0, 0.0); /* 115px */
}

#work-with-us #how-we-work h3 {
	border-bottom: 0.4em solid rgba(255, 255, 0, 0.0); /* 20px */
}

#work-with-us #how-we-work p::after {
	display: block;
	content: "";
	width: 1px;
	height: 7.89285714286em; /* 221px */
	border-left: 1px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

@media screen and (min-width: 600px) {
	#work-with-us #how-we-work p::after {
		width: 2px;
	}
}

@media screen and (min-width: 1920px) {
	#work-with-us #how-we-work p::after {
		height: 221px;
		width: 2px;
	}
}

#work-with-us #how-we-work p:last-of-type::after {
	display: none;
}

#work-with-us #fotos .wp-block-columns {
	gap: 1.5em;
}

#work-with-us #fotos a {
	background-color: #183800;
	display: block;
}

#work-with-us #fotos a img {
	opacity: 0.5;
	transition: all 0.125s;
}

#work-with-us #fotos a:hover img {
	opacity: 1;
}

#work-with-us #how-we-work p:last-of-type {
	border-bottom: 4.6428em solid rgba(255, 255, 0, 0.0); /* 214px */
}

@media screen and (min-width: 600px) {
	#work-with-us #how-we-work p:last-of-type {
		border-bottom: 7.6428em solid rgba(255, 255, 0, 0.0); /* 214px */
	}
}

#work-with-us #who-we-are h2 {
	border-top: 0.62666em solid rgba(255, 255, 0, 0.0); /* 94px */
	border-bottom: 0.2727em solid rgba(255, 255, 0, 0.0); /* 55px */
}

#work-with-us #anna h2 {
	border-top: 0.3em solid rgba(255, 255, 0, 0.0); /* 30px */
	border-bottom: 0.18em solid rgba(255, 255, 0, 0.0); /* 18px */
}

#work-with-us #anna p {
	border-bottom: 1em solid rgba(255, 255, 0, 0.0);
}

#work-with-us #anna p:last-of-type {
	border-bottom: 2.875em solid rgba(255, 255, 0, 0.0); /* 115px */
}

#work-with-us #reach-out h2 {
	border-top: 1.06em solid rgba(255, 255, 0, 0.0); /* 106px */
	border-bottom: 0.93em solid rgba(255, 255, 0, 0.0); /* 93px */
}

#work-with-us #reach-out ul {
	font-size: var(--font-size-50);
	line-height: 1.17;
    margin: 0;
	margin-bottom: 3em;
	margin-left: 16px;
	padding: 0;
	padding-left: 0em;
	list-style: none;
	border: 0px solid red;
	transform: translateX(1.6em);
}

#work-with-us #reach-out ul li {
	padding: 0;
	margin-bottom: 1em;
	padding-left: 0em;
	border: 0px solid yellow;
    display: flex;
    flex-direction: row;
    align-items: center;
	flex-shrink: 0;
	flex-grow: 0;
}

#work-with-us #reach-out ul li::before {
	display: inline-block;
	content: "";
	width: 0.85em;
	height: 0.85em;
	margin-left: 2.5em;
	margin-right: -1em;
	margin-top: 0;
	background-color: #8DAD43;
	border: 4px solid #FFF;
	border-radius: 999999px;
	transform: translateX(-190%) translateY(0.0em);
	align-self: start;
	flex-shrink: 0;
	flex-grow: 0;
}

@media screen and (max-width: 600px) {
	#work-with-us #reach-out ul li::before {
		border: 2px solid #FFF;
	}
}

#work-with-us #rolf h2 {
	border-top: 1.07em solid rgba(255, 255, 0, 0.0); /* 107px */
	border-bottom: 0.26em solid rgba(255, 255, 0, 0.0); /* 26px */
}

#work-with-us #rolf p {
	border-bottom: 1em solid rgba(255, 255, 0, 0.0); /* ? */
}

#work-with-us #rolf .wp-block-image {
	width: 100%;
}

#work-with-us #rolf .wp-block-image img {
	width: 100%;
}
/* Page: Blog&Content */

#blog-content header {
	xoverflow-y: hidden;
}

#blog-content header .wp-block-spacer {
	display: none;
}

#blog-content header h1 {
	border-top: 2.14666em solid rgba(255, 255, 0, 0.0); /* 322px */
	border-bottom: 0.36666em solid rgba(255, 255, 0, 0.0); /* 55px */
}

#blog-content header p {
	border-bottom: 0.075em solid rgba(255, 255, 0, 0.0); /* 55px */
	grid-row: 1;
}

#blog-content header .is-style-grid-child-span-0-to-4 {
	grid-row: 2;
	margin-top: 0em;
}

#blog-content header .wp-block-image {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: top;
}

#blog-content header .wp-block-image {
	transform: translateY(0%);
}

#blog-content header .wp-block-image {
	transform: translateX(-33%) translateY(15%) scale(1.65);
	margin-top: 6%;
}

#blog {
	overflow-x: hidden;
}

#blog h2 {
	border-top: 1.08em solid rgba(255, 255, 0, 0.0); /* 108px */
	border-bottom: 1.08em solid rgba(255, 255, 0, 0.0); /* 24px */
	z-index: 1;
}

#blog .wp-block-post-date {
	border-top: 8px solid rgba(255, 255, 0, 0.0);
	border-bottom: 8px solid rgba(255, 255, 0, 0.0);
	font-size: var(--font-size-20); /*? */
}

#blog .wp-block-post-title {
	font-size: var(--font-size-40); /*? */
	line-height: 1.0em;
	border-top: 0px solid rgba(255, 255, 0, 0.0);
	border-bottom: 0px solid rgba(255, 255, 0, 0.0);
	min-height: 6em;
	text-transform: none;
	color: #CCC;  /*? */
}

#blog .wp-block-post-title a {
	text-transform: none;
	text-decoration: none;
	color: #000;
}

#blog .carousel .carousel-control-next {
	top: 28%;
	bottom: auto;
	right: 9%;
}

@media screen and (min-width: 600px) {
	#blog .is-style-carousel-2 {
		width: calc( 175% ) ;
	}

	#blog .carousel .carousel-control-next {
		right: 37%;
	}
}

@media screen and (min-width: 800px) {
	#blog .is-style-carousel-2 {
		width: calc( 125% );
	}

	#blog .carousel .carousel-control-next {
		right: 12%;
	}
}

@media screen and (min-width: 1280px) {
	#blog .is-style-carousel-2 {
		width: calc( 108% );
	}

	#blog .carousel .carousel-control-next {
		right: 9%;
	}
}

#blog .carousel.carousel-fade .carousel-item {
	background-color: #FFF;
}

#blog .is-style-carousel-2 .carousel-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#blog .carousel .carousel-control-next .carousel-control-next-icon {
	width: 25px;
	height: 25px;
	transform: matrix(0, 1, -1, 0, 0, 0);
	transform: skew(-45deg, 45deg);
	border: 4px solid #707070;
}

#blog .carousel-indicators {
	xdisplay: none !important;
}

.visually-hidden {
	display: none;
}

.embed-privacy-overlay {
	z-index: 50;
}

#podcast h2 {
	border-top: 2.47em solid rgba(255, 255, 0, 0.0);
	border-bottom: 0.24em solid rgba(255, 255, 0, 0.0);
	text-transform: none;
}

#podcast p {
	border-bottom: 7.375em solid rgba(255, 255, 0, 0.0); 
}

#podcast .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	font-size: var(--font-size-28);
	border-bottom: 9em solid rgba(255, 255, 0, 0.0);
}

#episodes {
	font-size: var(--font-size-100);
	margin-top: 2em; /* 199px */
}

#episodes h2 {
	line-height: 1;
	border-top: 0.99em solid rgba(255, 255, 0, 0.0);
	border-bottom: 0.83em solid rgba(255, 255, 0, 0.0);
}

#episodes .embed-privacy-container {
  margin-top: 16px;
}

#episodes div:nth-of-type(3) .embed-privacy-container {
  margin-top: 0;
}

#episodes .embed-privacy-container {
  margin-bottom: 0 !important;
}

#episodes .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: var(--font-size-28);
	border-top: 3.071428em solid rgba(255, 255, 0, 0.0); /* 86px */
	border-bottom: 2.892857em solid rgba(255, 255, 0, 0.0); /* 81px */
}

/* button */
#episodes .wp-block-buttons .wp-block-button .wp-block-button__link {
	color: #FFF;
	font-size: var(--font-size-28);
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 1px;
	padding: 1em 2em;
	max-width: 260px; /* 260px */
	max-height: 100px; /* 100px */
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#guest-at {
	border-bottom: 199px solid rgba(255, 255, 0, 0.0);
}

#guest-at h2 {
	border-top: 1.49em solid rgba(255, 255, 0, 0.0); /* 149px */
	border-bottom: 0.46em solid rgba(255, 255, 0, 0.0); /* 46px */
}

#guest-at .wp-block-columns {
	margin-bottom: 0;
	gap: 16px;
}

#guest-at .wp-block-column {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#guest-at .wp-block-column .embed-privacy-container {
  margin-bottom: 0px !important;
}

#guest-at .wp-block-column :last-child {
  margin-bottom: 0;
}

#guest-at .embed-privacy-logo {
  display: none;
}

#guest-at .embed-soundcloud + div {
  display: none;
}

/* Page: Contact */

#contact .wp-block-spacer {
	display: none;
}

#contact .wp-block-image {
	transform: translateX(-50%) rotate(0deg) scale(1.55);
	margin-top: 50%;
}

#contact h1 {
	border-top: 2.14666em solid rgba(255, 255, 0, 0.0); /* 321px */
	border-bottom: 0.36666em solid rgba(255, 255, 0, 0.0); /* 55px */
}

#contact .wpcf7-form label {
	font-size: var(--font-size-28);
}

#contact .wpcf7-form-control {
	padding: 20px 20px;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}

#contact .wpcf7-text,
#contact .wpcf7-textarea {
	padding: 1em;
	margin-top: 0.8em; /* 21px */
	margin-bottom: 0.0em; /* 40px */
	width: 100%;
	min-width: 0;
	border: 1px solid #707070;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
}

#contact p + p {
	margin-top: 1.0em; /* 29.5px */
}

#contact p:nth-of-type(4) {
	margin-top: 2em; /* 91px */
}

#contact p:nth-of-type(5) {
	margin-top: 1em; /* checkbox */
	margin-bottom: 1em; /* checkbox */
}

#contact p:nth-of-type(5) .wpcf7-list-item {
	margin: 0;
	font-size: var(--font-size-28);
}

#contact p:nth-of-type(6) {
	margin-top: 0px; /* button  */
}

#contact .wpcf7-acceptance {
	padding: 0; /*  */
	margin: 0; /*  */
}

#contact textarea.wpcf7-form-control {
	border: 1px solid #707070;
}

#contact a {
	color: #FFF;
}

/* button */
#contact .wpcf7-form-control.wpcf7-submit {
	font-size: var(--font-size-28);
	font-weight: normal;
	line-height: 1;
	letter-spacing: 1px;
	padding: 1em 2em;
	width: 9.2857em; /* 260px */
	height: 3.571428em; /* 100px */
	margin-bottom: 18.3214285em; /* 513px */
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#contact .wpcf7-spinner {
	display: none;
}

/* Page: Privacy */

#privacy .wp-block-spacer {
	display: none;
}

#privacy h1 {
	border-top: 2.14666em solid rgba(255, 255, 0, 0.0); /* 321px */
	border-bottom: 0.36666em solid rgba(255, 255, 0, 0.0); /* 55px */
}

#privacy h2,
#privacy h3 {
	font-size: var(--font-size-50);
	margin-top: 1em;
	margin-bottom: 0.25em;
}

#privacy p {
	font-size: var(--font-size-40);
	margin-top: 0;
	margin-bottom: 0;
}

#privacy .wp-block-image {
	grid-column: 14 / 25;
	grid-row: 2;
}

#privacy .wp-block-image {
	overflow: hidden;
}

@media screen and (max-width: 1080px) {
	#privacy .wp-block-image {
		display: none;
	}
}

#privacy .wp-block-image img {
	transform: translateX(40%) translateY(-10%) rotate(1deg) scale(1);
}

#privacy ul {
	grid-column: 2 / 25;
	font-size: var(--font-size-40);
	margin-top: 0;
	margin-bottom: 0;
}

#privacy p + p {
	margin-top: 1em;
}

#privacy a {
	color: #FFF;
}

#privacy p:empty {
	display: none;
}

#privacy h2 br {
	display: none;
}

/* Page: Imprint */

#imprint .wp-block-spacer {
	display: none;
}

#imprint h1 {
	border-top: 2.14666em solid rgba(255, 255, 0, 0.0); /* 321px */
	border-bottom: 0.36666em solid rgba(255, 255, 0, 0.0); /* 55px */
}

@media screen and (max-width: 600px) {
	#imprint .wp-block-image {
		display: none;
	}
}

#imprint .wp-block-image {
	overflow: hidden;
}

#imprint .wp-block-image img {
	transform: translateX(40%) rotate(1deg) scale(1.0);
}

#imprint h2,
#imprint h3 {
	font-size: var(--font-size-50);
	margin-top: 1em;
	margin-bottom: 0.25em;
}

#imprint .grid-row-2 h2:first-of-type {
	margin-top: 0;
}

#imprint p {
	font-size: var(--font-size-40);
	margin-top: 0;
	margin-bottom: 0;
}

#imprint p + p {
	margin-top: 1em;
}

#imprint p:empty {
	display: none;
}

/* .single-post */

.single-post main header {
	x-width: calc( 100% + ( var(--grid-margin) * 2 ) );
	margin-left: calc( var(--grid-margin) * -1 );
	margin-right: calc( var(--grid-margin) * -1 );
	padding-left: calc( var(--grid-margin) * 1 );
	padding-right: calc( var(--grid-margin) * 1 );
	background-color: #183800;
}

.single-post h1 {
	font-size: var(--font-size-100);
	line-height: 1.17;
	border-top: 3.22em solid rgba(255, 255, 0, 0.0);
	border-bottom: 1em solid rgba(255, 255, 0, 0.0); /* 0.67em */
	color: #FFF;
}

.single-post h2,
.single-post h3,
.single-post h4
.single-post h5,
.single-post h6 {
	clear: both;
	font-size: var(--font-size-50);
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1.5em solid rgba(255, 255, 0, 0.0);
	border-bottom: 0.25em solid rgba(255, 255, 0, 0.0); /* 0.67em */
	display: block;
	text-transform: none;
}

.single-post p + .wp-block-heading,
.single-post ol + .wp-block-heading,
.single-post .wp-block-quote + .wp-block-heading{
	border-top: 1.0em solid rgba(255, 255, 0, 0.0);
}

.single-post main p,
.single-post main ol,
.single-post main ul {
	font-size: var(--font-size-40);
	xx-margin-top: 0;
	xx-margin-bottom: 0;
}

.single-post main ol,
.single-post main ul {
	font-size: var(--font-size-40);
	margin-top: 1em;
	margin-bottom: 1em;
}

.single-post main figure {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.single-post p {
	margin-bottom: 1em !important;
}

.single-post .wp-block-post-content > p:first-of-type {
	margin-top: 1.5em;
}

.single-post .wp-block-post-content > .wp-block-heading + p:first-of-type {
	margin-top: 0em;
}

.single-post .wp-block-quote {
	padding: 1.5em 2.5em;
	margin: 1.5em 0;
	border-left: 2px solid #000;
}

.single-post .wp-block-quote p {
	margin: 0 !important;
}

.single-post ol li {
	margin-bottom: 1em;
}

.single-post .wp-element-caption {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	font-size: 85%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
	display: inline;
	float: left;
	margin-right: 1.5em;
	width: calc( 50% - 1.5em );
	margin-top: 0;
}

.alignright {
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
	display: inline;
	float: right;
	margin-left: 1.5em;
	width: calc( 50% - 1.5em );
}

.alignleft img,
.alignright img {
	width: 100%;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */

footer a {
	color: #FFF;
	text-decoration: none;
}

#footer-logo {
	margin-top: 1em;
	max-width: 80%;
}

@media screen and (max-width: 800px) {

	#footer-contact-us {
		grid-column: 16 / 25 !important;
		grid-row: 2 !important;
		margin-top: 2em;
	}

	#footer-contact-us a {
		text-decoration: underline;
	}

	#footer-social {
		grid-column: 2 / 25 !important;
		grid-row: 3 !important;
	}

	#footer-anschrift {
		grid-column: 9 / 25 !important;
		grid-row: 4 !important;
		margin-top: 2em;
		margin-bottom: 0 !important;
	}

	#footer-logo {
		grid-column: 9 / 20 !important;
		grid-row: 5 !important;
		margin-top: 0.5em;
		margin-left: 0em;
		margin-bottom: 1em;
	}

	#footer-imprint {
		grid-row: 6 !important;
		grid-column: 2 / 25 !important;
		grid-row: 6 !important;
		margin-bottom: 3em;
	}

	footer .wp-block-spacer {
		display: none;
	}
}


/* mobile navigation */

.wp-block-navigation.is-vertical {
	display: flex;
  flex-direction: column;
}

.wp-block-navigation.items-justified-right.is-vertical {
  align-items: flex-end;
}

.wp-block-navigation.items-justified-right {
  justify-content: flex-end;
}

.wp-block-navigation-item__content {
	outline: none !important;
}

/* custom */

#blog .is-style-carousel-2 .wp-block-post {
  border: 0;
}

#blog .wp-block-query .carousel .carousel-control-prev {
  display: none;
}

@media screen and (min-width: 600px) {
	#blog .is-style-carousel-2 {
	  width: calc( 175% + ( 2 * var(--grid-margin) ) - ( 0 * var(--gap, 1px) ) ) !important; /* 175% */
	}
}

@media screen and (min-width: 800px) {
	#blog .is-style-carousel-2 {
	  width: calc( 100% + ( 2 * var(--grid-margin) ) - ( 0 * var(--gap, 1px) ) ) !important; /* 125% */
	}
}

.is-style-carousel-2 .wp-block-post-featured-image img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}