@charset "UTF-8";

/*! Theme Name: theme */

/*! Theme URI: https://studio-deutlich.de */

/*! Author: Ludwig Schmidt / Studio Deutlich */

/*! Author URI: https://studio-deutlich.de */

/*! Description:  */

/*! Version: 0.1 */

/*! License: GNU General Public License v2 or later */

/*! License URI: http://www.gnu.org/licenses/gpl-2.0.html */

/*! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: Apfel Grotezk, sans-serif; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

:root {

		/* global color values */

		--black: black;
		--white: #FFFCF6;
		--theme: #2D402E;
	}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 100%){

  .container{
    max-width: 100%;
  }
}

@media (min-width: 1700px){

  .container{
    max-width: 1700px;
  }
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-0{
  bottom: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.z-20{
  z-index: 20;
}

.m-4{
  margin: 1rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-2{
  margin-top: 0.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

.ml-8{
  margin-left: 2rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.hidden{
  display: none;
}

.h-7{
  height: 1.75rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.w-full{
  width: 100%;
}

.w-7{
  width: 1.75rem;
}

.w-14{
  width: 3.5rem;
}

.w-auto{
  width: auto;
}

.w-12{
  width: 3rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-lg{
  max-width: 32rem;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
          user-select: none;
}

.flex-col{
  flex-direction: column;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-between{
  justify-content: space-between;
}

.\!gap-0{
  gap: 0px !important;
}

.whitespace-normal{
  white-space: normal;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.border-b{
  border-bottom-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.bg-white{
  background-color: var(--white);
}

.object-cover{
  object-fit: cover;
}

.p-4{
  padding: 1rem;
}

.p-2{
  padding: 0.5rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pt-4{
  padding-top: 1rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.font-serif{
  font-family: JHA Times Now, serif;
}

.text-xs{
  font-size: 0.694rem;
}

.text-lg{
  font-size: 1.2rem;
}

.text-sm{
  font-size: 0.866rem;
}

.font-light{
  font-weight: 300;
}

.leading-relaxed{
  line-height: 1.625;
}

.text-white{
  color: var(--white);
}

.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*
@font-face {
  font-family: "Tiempos Text";
  src: url('fonts/TiemposText/tiempos-text-web-regular-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
} 
*/

@font-face {
	font-family: "Apfel Grotezk";
	src: url('fonts/ApfelGrotezk-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Apfel Grotezk";
	src: url('fonts/ApfelGrotezk-Fett.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "JHA Times Now";
	src: url('fonts/JHA_Times_Now_Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "JHA Times Now";
	src: url('fonts/JHA_Times_Now_SemiLight_Italic.woff') format('woff');
	font-weight: 350;
	font-style: italic;
}

html {
	--base-font-size: 20px;
	font-size: calc(var(--base-font-size) * 0.9);
	line-height: 1.35;
	background: white;
}

@media (min-width: 640px) {

html {
		font-size: calc(var(--base-font-size) * 0.82)
}
	}

@media (min-width: 768px) {

html {
		font-size: calc(var(--base-font-size) * 0.83)
}
	}

@media (min-width: 1024px) {

html {
		font-size: calc(var(--base-font-size) * 0.85)
}
	}

@media (min-width: 1280px) {

html {
		font-size: calc(var(--base-font-size) * 1)
}
	}

body{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  font-family: Apfel Grotezk, sans-serif;
  color: var(--theme);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6{
  font-family: JHA Times Now, serif;
  font-weight: 300;
	margin: 3rem 0 1.5rem 0;
	line-height: .9;
	letter-spacing: -.02em;
	text-wrap: pretty;
}

h1,
h2{
  font-size: 2.986rem;
}

@media (min-width: 640px){

  h1,
h2{
    font-size: 4.3rem;
  }
}

@media (min-width: 768px){

  h1,
h2{
    font-size: 4.3rem;
  }
}

h3{
  font-size: 1.728rem;
}

@media (min-width: 640px){

  h3{
    font-size: 2.074rem;
  }
}

@media (min-width: 768px){

  h3{
    font-size: 2.986rem;
  }
}

h4{
  font-size: 1.2rem;
}

@media (min-width: 640px){

  h4{
    font-size: 1.2rem;
  }
}

@media (min-width: 768px){

  h4{
    font-size: 1.2rem;
  }
}

p {
	margin: 0 0 1rem 0;
	display: block;
}

p:empty {
		display: none;
	}

p a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

em{
  font-size: 1.2rem;
}

@media (min-width: 1024px){

  em{
    font-size: 1.44rem;
  }
}

em {
	line-height: 1.4;
}

small{
  font-size: 0.866rem;
}

b,
strong{
  font-weight: 700;
}

form input[type="text"],
	form input[type="tel"],
	form input[type="number"],
	form input[type="email"],
	form textarea {
		display: block;
		-webkit-appearance: none;
		        appearance: none;
		border-radius: 0.25rem;
		border-width: 1px;
		padding: 0.25rem;
	}

form label{
  margin-bottom: 0.25rem;
		display: block;
}

.list-space li{
  margin-bottom: 1rem;
}

.icon svg {
		color: inherit;
		stroke: currentColor;
		width: 100%;
		height: 100%;
	}

.icon svg path,
		.icon svg rect,
		.icon svg line,
		.icon svg ellipse,
		.icon svg circle,
		.icon svg polyline,
		.icon svg polygon {
			stroke: inherit;
			stroke: currentColor;
			stroke-width: 1.5px !important;
		}

.icon svg path[d*="H24"],
			.icon svg path[d*="h24"],
			.icon svg path[d="M0,0h24v24h-24Z"],
			.icon svg path[d="M0,0h24v24h-24Z"],
			.icon svg path[d="M0,0H24V24H0Z"],
			.icon svg path[d="M24,0v24h-24v-24h24Z"],
			.icon svg path[d="M24,23.969H0v-24H24Z"],
			.icon svg path[id*="_Transparent_Rectangle"] {
				display: none !important;
			}

.page-content ul{
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  list-style-type: none;
}

.page-content ul li{
  position: relative;
  margin-left: 2.5rem;
}

.page-content ul li:before{
  position: absolute;
  top: 0px;
  left: -2.5rem;
				content: "→";
}

.page-content a:not(.wp-block-button__link){
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

/*
	

	
table
	width: 100%
	border-collapse: collapse
	
tr
	border-bottom: 1px solid lighten($base-font-color, 50%)
	

td, th
	padding: 5px 0
	
	
th
	font-weight: bold
	
	
table, ul, ol
	margin: 0 0 1.5rem 0
	
	
ul, ol
	padding: 0
	margin-left: 1.5rem
	
li
	padding: 0 0 .4em 0
	
	
img
	max-width: 100%
	height: auto
	
	
svg
	color: inherit
	
	path
		fill: currentColor

	

*/

.container{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px) {

.container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
    }

@media (min-width: 768px) {

.container{
    padding-left: 3rem;
    padding-right: 3rem;
  }
    }

.menu .space{
  margin-bottom: 1rem;
}

.menu .sub-menu{
  height: 0px;
  overflow: hidden;
  opacity: 0;
        margin-left: .8em;
        transition: height 300ms ease, opacity 300ms ease;
}

.menu .sub-menu.open {
        height: 3.6em;
        opacity: 1;
    }

.header{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  font-weight: 700;
  color: var(--white);
}

@media (min-width: 768px) {

.header{
    font-size: 0.866rem;
  }
    }

.header .current-menu-item a:before {
        content: "→ ";
    }

.header__menu{
  z-index: 0;
  height: 100vh;
  padding-top: 5rem;
}

@media (min-width: 768px) {

.header__menu{
    height: auto;
    padding-top: 0px;
  }
        }

.header__logo {
        letter-spacing: -.02em;
    }

@media (max-width: 767px) {
    .header__menu {
        transition: opacity 300ms ease;
        background-color: #7070703d;
    }

    .header__logo-holder {
        transition: opacity 300ms ease;
    }

    .header__menu-btn {
        z-index: 20;
        transition: border 300ms ease;
        position: relative;
    }

        .header__menu-btn span{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    border-top-width: 1px;
            border-color: currentColor;
            transform: translate(-50%, 0);
            transition: opacity 300ms ease, transform 300ms ease;
  }

            .header__menu-btn span:nth-child(1) {
                transform: translate(-50%, -.7rem);
            }

            .header__menu-btn span:nth-child(2) {
                transform: translate(-50%, 0);
            }

            .header__menu-btn span:nth-child(3) {
                transform: translate(-50%, .7rem);
            }

    .hero {
        overflow: hidden;
    }

    .hero img,
    .hero video {
        transition: filter 300ms ease;
        transform: scale(1.25);
        overflow: hidden;
    }

    .hero div {
        transition: opacity 300ms ease;
    }

    .template-page-green .header__menu{
    background-color: var(--theme);
  }

    .template-page-white .header__menu{
    background-color: var(--white);
  }
        .show-menu .header__menu{
    pointer-events: auto;
    opacity: 1;
  }

        .show-menu .header__logo-holder {
            opacity: 0;
        }

        .show-menu .header__menu-btn {
            border-color: transparent;
        }
                .show-menu .header__menu-btn span:nth-child(1) {
                    transform: translate(-50%, 0) rotate(45deg);
                }

                .show-menu .header__menu-btn span:nth-child(2) {
                    transform: translate(-90%, 0);
                    opacity: 0;
                }

                .show-menu .header__menu-btn span:nth-child(3) {
                    transform: translate(-50%, 0) rotate(-45deg);
                }
            .show-menu .hero >div {
                opacity: 0;
            }

            .show-menu .hero img,
            .show-menu .hero video {
                filter: blur(20px);
            }
}

.admin-bar .header {
    margin-top: 32px;
}

.hero{
  position: relative;
  display: flex;
  min-height: 100vh;
  width: 100%;
}

.pt-header {
    margin-top: 23rem;
}

.wp-block-columns h1,
    .wp-block-columns h2,
    .wp-block-columns h3{
  margin-top: 0px;
}

.wp-block-group.alignfull{
  position: relative;
  left: 50%;
  width: 100vw;
        margin-left: -50vw;
}

.wp-block-group.alignfull >div{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 100%){

  .wp-block-group.alignfull >div{
    max-width: 100%;
  }
}

@media (min-width: 1700px){

  .wp-block-group.alignfull >div{
    max-width: 1700px;
  }
}

.wp-block-group.alignfull >div{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px) {

.wp-block-group.alignfull >div{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
    }

@media (min-width: 768px) {

.wp-block-group.alignfull >div{
    padding-left: 3rem;
    padding-right: 3rem;
  }
    }

.wp-block-columns.alignfull{
  position: relative;
  left: 50%;
  width: 100vw;
        transform: translateX(-50%);
        max-width: 1800px;
}

.wp-block-quote{
  max-width: 32rem;
}

.wp-block-quote p{
  font-family: JHA Times Now, serif;
  font-style: italic;
        font-size: 1.35rem;
}

.wp-block-quote cite{
  font-size: 0.866rem;
  font-weight: 700;
        font-style: normal;
}

body{
  background-color: var(--white);
}

.template-page-green{
  background-color: var(--theme);
  color: var(--white);
}

.template-page-green .section{
  margin-top: 9rem;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

@media (min-width: 768px) {

.template-page-green .section {
            margin-top: 24rem
    }
        }

.template-page-white{
  background-color: var(--white);
  color: var(--theme);
}

.template-page-white .section{
  margin-top: 9rem;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

@media (min-width: 768px) {

.template-page-white .section {
            margin-top: 24rem
    }
        }

.template-page-white .header{
  color: var(--theme);
}

.wp-block-buttons{
  margin-bottom: 3rem;
}

.wp-block-button__link{
  background-color: var(--theme);
  font-size: 0.694rem;
  font-weight: 700;
    padding: calc(.867em + 2px) calc(1.833em + 2px);
}

@media (max-width: 1040px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) {
        flex-wrap: wrap !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }
}

/*
@media (min-width: 1040px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) {
        flex-wrap: nowrap !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0 !important;
        flex-grow: 1 !important;
    }
}*/

.image-variant-1 .wp-block-columns>.wp-block-column:nth-child(2) img{
  padding-right: 1.5rem;
  padding-left: 0px;
}

@media (min-width: 640px){

  .image-variant-1 .wp-block-columns>.wp-block-column:nth-child(2) img{
    padding-left: 3.5rem;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){

  .image-variant-1 .wp-block-columns>.wp-block-column:nth-child(2) img{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1040px) {
        .image-variant-1 .wp-block-columns>.wp-block-column:nth-child(1) {
            flex-basis: 33.3% !important;
            flex-grow: 1 !important;
        }

        .image-variant-1 .wp-block-columns>.wp-block-column:nth-child(2) {
            flex-basis: 66.6% !important;
            flex-grow: 1 !important;
        }
}

.image-variant-2 .wp-block-columns>.wp-block-column img{
  padding-right: 1.5rem;
  padding-left: 0px;
}

@media (min-width: 640px){

  .image-variant-2 .wp-block-columns>.wp-block-column img{
    max-width: 36rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1024px){

  .image-variant-2 .wp-block-columns>.wp-block-column img{
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.image-variant-2 .wp-block-columns>.wp-block-column:nth-child(2){
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 1039px) {
    .image-variant-2 .wp-block-columns>.wp-block-column:nth-child(2){
    margin-left: auto;
    max-width: 36rem;
  }
}

hr {
    border-top: 1px solid currentColor !important;
}

@media (max-width: 1039px) {

.no-space{
    gap: 0px;
  }
    }

.no-space .wp-block-column:nth-child(1){
  margin-bottom: 0px !important;
}

.no-space .wp-block-column:nth-child(1) p{
  margin-bottom: 0px !important;
}

.wp-block-details{
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.wp-block-details summary{
  position: relative;
  max-width: 36rem;
  -webkit-user-select: none;
          user-select: none;
  font-family: JHA Times Now, serif;
  line-height: 1.375;
        font-size: 1.62rem;
}

.wp-block-details summary::marker {
            content: "";
        }

.wp-block-details p{
  margin-top: 3rem;
  max-width: 36rem;
}

@media (min-width: 768px){

  .wp-block-details p{
    margin-left: 6rem;
  }
}

.wp-block-details:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 100vw;
        border-bottom-width: 1px;
        border-color: var(--white);
        transform: translateX(-50%);
    }

.wp-block-details:first-of-type:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 0px;
            width: 100vw;
            border-bottom-width: 1px;
            border-color: var(--white);
            transform: translateX(-50%);
        }

.home .header,
    .home .hero>div{
  mix-blend-mode: difference;
}

.front-svg{
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: 100%;
  max-width: 32rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.footer .menu{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 640px){

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:\!ml-auto{
    margin-left: auto !important;
  }

  .sm\:block{
    display: block;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:border-none{
    border-style: none;
  }

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:pl-8{
    padding-left: 2rem;
  }
}

@media (min-width: 768px){

  .md\:pointer-events-auto{
    pointer-events: auto;
  }

  .md\:relative{
    position: relative;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:-mt-12{
    margin-top: -3rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-14{
    width: 3.5rem;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:text-xl{
    font-size: 1.44rem;
  }

  .md\:text-sm{
    font-size: 0.866rem;
  }

  .md\:leading-tight{
    line-height: 1.25;
  }

  .md\:opacity-100{
    opacity: 1;
  }
}

@media (min-width: 1024px){

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }
}