@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: Interstate, 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 */

		--theme: #2a58db;
		/* --theme2: #d61b1d; */
	}

*, ::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;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 100%){

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

@media (min-width: 1280px){

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

@media (min-width: 1520px){

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

.fixed{
  position: fixed;
}

.bottom-0{
  bottom: 0px;
}

.right-0{
  right: 0px;
}

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

.m-4{
  margin: 1rem;
}

.m-0{
  margin: 0px;
}

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

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

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

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

.mb-8{
  margin-bottom: 2rem;
}

.mt-20{
  margin-top: 5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.h-7{
  height: 1.75rem;
}

.h-20{
  height: 5rem;
}

.w-full{
  width: 100%;
}

.w-7{
  width: 1.75rem;
}

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

.cursor-pointer{
  cursor: pointer;
}

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

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

.rounded-\[6px\]{
  border-radius: 6px;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.p-4{
  padding: 1rem;
}

.font-serif{
  font-family: serif;
}

.font-bold{
  font-weight: 700;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

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

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

@media (min-width: 640px) {

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

@media (min-width: 768px) {

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

@media (min-width: 1280px) {

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

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

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 3rem 0 1.5rem 0;
	line-height: 1.05;
}

h1, .h1{
  font-size: 1.44rem;
}

@media (min-width: 640px){

  h1, .h1{
    font-size: 1.44rem;
  }
}

@media (min-width: 768px){

  h1, .h1{
    font-size: 1.44rem;
  }
}

h2, .h2{
  font-size: 1.2rem;
}

@media (min-width: 640px){

  h2, .h2{
    font-size: 1.2rem;
  }
}

@media (min-width: 768px){

  h2, .h2{
    font-size: 1.2rem;
  }
}

h3, .h3{
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: inherit;
  color: var(--theme);
}

h4, .h4{
  font-size: 1.2rem;
}

@media (min-width: 640px){

  h4, .h4{
    font-size: 1.2rem;
  }
}

@media (min-width: 768px){

  h4, .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));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

em{
  font-size: 1.2rem;
}

@media (min-width: 1024px){

  em{
    font-size: 1.44rem;
  }
}

em {
	line-height: 1.4;
}

small{
  font-size: 0.8333rem;
}

b,
strong{
  font-weight: 700;
}

main ul, aside ul{
  margin-left: 1rem;
}

main ul li, aside ul li{
  position: relative;
  margin-bottom: 0.25rem;
  line-height: 1.25;

			list-style: none;
}

main ul li:before, aside ul li:before{
  position: absolute;
  top: 0.5rem;
  left: -0.75rem;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  background-color: var(--theme);
				content: "";
}

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

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

/*



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



*/

.page-grid{
  display: grid;
}

.page-grid header {
		grid-row: 1;
	}

.page-grid .logo {
		grid-row: 2;
	}

.page-grid .sidebar1 {
		grid-row: 3;
	}

.page-grid main {
		grid-row: 4;
	}

.page-grid .sidebar2 {
		grid-row: 5;
	}

.page-grid footer {
		grid-row: 6;
	}

.page-grid > div,  .page-grid > header,  .page-grid > aside,  .page-grid > footer,  .page-grid > main {
		/* outline: 1px dashed red; */
	}

.page-grid > main{
  font-size: 1.2rem;
}

@media (min-width: 1024px) {

.page-grid {
		grid-template-columns: 1fr 2fr;
		column-gap: 100px
}

		.page-grid header {
			grid-column: 1 / span 2;
			grid-row: 1;
		}

		.page-grid .logo{
    margin-bottom: 2.5rem;
			grid-column: 1;
			grid-row: 2;
  }

			@media (min-width: 1024px) {

		.page-grid .logo{
      margin-left: -1rem;
    }
			}

		.page-grid .sidebar1 {
			grid-row: 3;
		}

		.page-grid .sidebar2 {
			grid-row: 4;
		}

		.page-grid .sidebar1,
		.page-grid .sidebar2 {
			grid-column: 1;
		}

		.page-grid main {
			grid-row: 2 / span 3;
			grid-column: 2;
		}

		.page-grid footer {
			grid-column: 1 / span 2;
		}
	}

footer .menu, header .menu{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.5rem;
  font-size: 0.694rem;
}

@media (min-width: 1024px) {

footer .menu, header .menu{
    justify-content: flex-end;
  }
		}

footer .menu a, header .menu a{
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .menu a:before, header .menu a:before {
				content: "";
				height: 1rem;
				width: 1rem;
				background-color: var(--theme);
				transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
				transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
				transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
				transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
				transition-duration: 300ms;
			}

footer .menu a:hover, header .menu a:hover{
  color: var(--theme);
}

footer .menu a:hover:before, header .menu a:hover:before{
  --tw-rotate: 45deg;
  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));
}

#logo-blau path, #logo-rot path {
		fill: currentColor;
	}

.logo{
  position: relative;
  height: 0px;
  width: 100%;
  color: var(--theme);
	padding-top: 100%;
	max-width: 460px;
}

.logo svg{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
		color: inherit;
}

@keyframes logo-rotation-blau {
	0% {
		transform: rotate(0deg);
	}

	20% {
		transform: rotate(-90deg);
	}

	40% {
		transform: rotate(-180deg);
	}

	60% {
		transform: rotate(-270deg);
	}

	80% {
		transform: rotate(-360deg);
	}
}

@keyframes logo-rotation-rot {
	0% {
		transform: rotate(0deg);
	}

	100% {
			transform: rotate(-360deg);
	}
}

.logo-blau {
	animation: logo-rotation-blau 8000ms infinite;
	animation-timing-function: step-end;
}

.logo-rot {
	animation: logo-rotation-rot 14000ms infinite linear;
}

.home .page-grid{
  min-height: 100vh;
}

.home .front-page-menu li:before {
				display: none !important;
			}

.home .front-page-menu li a{
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-end;
  border-width: .25rem;
  border-color: var(--theme);
  background-color: var(--theme);
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 1.44rem;
}

@media (min-width: 640px){

  .home .front-page-menu li a{
    font-size: 1.44rem;
  }
}

@media (min-width: 768px){

  .home .front-page-menu li a{
    font-size: 1.44rem;
  }
}

.home .front-page-menu li a {
				border-radius: 6px;
			}

/*  h-20 border-[.5rem]  */

.home .front-page-menu li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--theme);
}

.home .logo{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.home .page{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.slideshow{
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
	z-index: -1;
}

.slideshow img{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
		animation-name: fade;
		animation-iteration-count: infinite;
		opacity: 0;
}

.slideshow[data-images="1"] img {
		animation-duration: 3s;
	}

.slideshow[data-images="2"] img {
		animation-duration: 6s;
	}

.slideshow[data-images="2"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="3"] img {
		animation-duration: 9s;
	}

.slideshow[data-images="3"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="3"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="4"] img {
		animation-duration: 12s;
	}

.slideshow[data-images="4"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="4"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="4"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="5"] img {
		animation-duration: 15s;
	}

.slideshow[data-images="5"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="5"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="5"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="5"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="6"] img {
		animation-duration: 18s;
	}

.slideshow[data-images="6"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="6"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="6"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="6"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="6"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="7"] img {
		animation-duration: 21s;
	}

.slideshow[data-images="7"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="7"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="7"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="7"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="7"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="7"] img:nth-child(7) { animation-delay: 18s; }

.slideshow[data-images="8"] img {
		animation-duration: 24s;
	}

.slideshow[data-images="8"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="8"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="8"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="8"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="8"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="8"] img:nth-child(7) { animation-delay: 18s; }

.slideshow[data-images="8"] img:nth-child(8) { animation-delay: 21s; }

.slideshow[data-images="9"] img {
		animation-duration: 27s;
	}

.slideshow[data-images="9"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="9"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="9"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="9"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="9"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="9"] img:nth-child(7) { animation-delay: 18s; }

.slideshow[data-images="9"] img:nth-child(8) { animation-delay: 21s; }

.slideshow[data-images="9"] img:nth-child(9) { animation-delay: 24s; }

.slideshow[data-images="10"] img {
		animation-duration: 30s;
	}

.slideshow[data-images="10"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="10"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="10"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="10"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="10"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="10"] img:nth-child(7) { animation-delay: 18s; }

.slideshow[data-images="10"] img:nth-child(8) { animation-delay: 21s; }

.slideshow[data-images="10"] img:nth-child(9) { animation-delay: 24s; }

.slideshow[data-images="10"] img:nth-child(10) { animation-delay: 27s; }

.slideshow[data-images="11"] img {
		animation-duration: 33s;
	}

.slideshow[data-images="11"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="11"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="11"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="11"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="11"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="11"] img:nth-child(7) { animation-delay: 18s; }

.slideshow[data-images="11"] img:nth-child(8) { animation-delay: 21s; }

.slideshow[data-images="11"] img:nth-child(9) { animation-delay: 24s; }

.slideshow[data-images="11"] img:nth-child(10) { animation-delay: 27s; }

.slideshow[data-images="11"] img:nth-child(11) { animation-delay: 30s; }

.slideshow[data-images="12"] img {
		animation-duration: 36s;
	}

.slideshow[data-images="12"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="12"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="12"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="12"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="12"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="12"] img:nth-child(7) { animation-delay: 18s; }

.slideshow[data-images="12"] img:nth-child(8) { animation-delay: 21s; }

.slideshow[data-images="12"] img:nth-child(9) { animation-delay: 24s; }

.slideshow[data-images="12"] img:nth-child(10) { animation-delay: 27s; }

.slideshow[data-images="12"] img:nth-child(11) { animation-delay: 30s; }

.slideshow[data-images="12"] img:nth-child(12) { animation-delay: 33s; }

.slideshow[data-images="13"] img {
		animation-duration: 39s;
	}

.slideshow[data-images="13"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="13"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="13"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="13"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="13"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="13"] img:nth-child(7) { animation-delay: 18s; }

.slideshow[data-images="13"] img:nth-child(8) { animation-delay: 21s; }

.slideshow[data-images="13"] img:nth-child(9) { animation-delay: 24s; }

.slideshow[data-images="13"] img:nth-child(10) { animation-delay: 27s; }

.slideshow[data-images="13"] img:nth-child(11) { animation-delay: 30s; }

.slideshow[data-images="13"] img:nth-child(12) { animation-delay: 33s; }

.slideshow[data-images="13"] img:nth-child(13) { animation-delay: 36s; }

.slideshow[data-images="14"] img {
		animation-duration: 42s;
	}

.slideshow[data-images="14"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="14"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="14"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="14"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="14"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="14"] img:nth-child(7) { animation-delay: 18s; }

.slideshow[data-images="14"] img:nth-child(8) { animation-delay: 21s; }

.slideshow[data-images="14"] img:nth-child(9) { animation-delay: 24s; }

.slideshow[data-images="14"] img:nth-child(10) { animation-delay: 27s; }

.slideshow[data-images="14"] img:nth-child(11) { animation-delay: 30s; }

.slideshow[data-images="14"] img:nth-child(12) { animation-delay: 33s; }

.slideshow[data-images="14"] img:nth-child(13) { animation-delay: 36s; }

.slideshow[data-images="14"] img:nth-child(14) { animation-delay: 39s; }

.slideshow[data-images="15"] img {
		animation-duration: 45s;
	}

.slideshow[data-images="15"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="15"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="15"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="15"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="15"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="15"] img:nth-child(7) { animation-delay: 18s; }

.slideshow[data-images="15"] img:nth-child(8) { animation-delay: 21s; }

.slideshow[data-images="15"] img:nth-child(9) { animation-delay: 24s; }

.slideshow[data-images="15"] img:nth-child(10) { animation-delay: 27s; }

.slideshow[data-images="15"] img:nth-child(11) { animation-delay: 30s; }

.slideshow[data-images="15"] img:nth-child(12) { animation-delay: 33s; }

.slideshow[data-images="15"] img:nth-child(13) { animation-delay: 36s; }

.slideshow[data-images="15"] img:nth-child(14) { animation-delay: 39s; }

.slideshow[data-images="15"] img:nth-child(15) { animation-delay: 42s; }

.slideshow[data-images="16"] img {
		animation-duration: 48s;
	}

.slideshow[data-images="16"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="16"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="16"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="16"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="16"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="16"] img:nth-child(7) { animation-delay: 18s; }

.slideshow[data-images="16"] img:nth-child(8) { animation-delay: 21s; }

.slideshow[data-images="16"] img:nth-child(9) { animation-delay: 24s; }

.slideshow[data-images="16"] img:nth-child(10) { animation-delay: 27s; }

.slideshow[data-images="16"] img:nth-child(11) { animation-delay: 30s; }

.slideshow[data-images="16"] img:nth-child(12) { animation-delay: 33s; }

.slideshow[data-images="16"] img:nth-child(13) { animation-delay: 36s; }

.slideshow[data-images="16"] img:nth-child(14) { animation-delay: 39s; }

.slideshow[data-images="16"] img:nth-child(15) { animation-delay: 42s; }

.slideshow[data-images="16"] img:nth-child(16) { animation-delay: 45s; }

.slideshow[data-images="17"] img {
		animation-duration: 51s;
	}

.slideshow[data-images="17"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="17"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="17"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="17"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="17"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="17"] img:nth-child(7) { animation-delay: 18s; }

.slideshow[data-images="17"] img:nth-child(8) { animation-delay: 21s; }

.slideshow[data-images="17"] img:nth-child(9) { animation-delay: 24s; }

.slideshow[data-images="17"] img:nth-child(10) { animation-delay: 27s; }

.slideshow[data-images="17"] img:nth-child(11) { animation-delay: 30s; }

.slideshow[data-images="17"] img:nth-child(12) { animation-delay: 33s; }

.slideshow[data-images="17"] img:nth-child(13) { animation-delay: 36s; }

.slideshow[data-images="17"] img:nth-child(14) { animation-delay: 39s; }

.slideshow[data-images="17"] img:nth-child(15) { animation-delay: 42s; }

.slideshow[data-images="17"] img:nth-child(16) { animation-delay: 45s; }

.slideshow[data-images="17"] img:nth-child(17) { animation-delay: 48s; }

.slideshow[data-images="18"] img {
		animation-duration: 54s;
	}

.slideshow[data-images="18"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="18"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="18"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="18"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="18"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="18"] img:nth-child(7) { animation-delay: 18s; }

.slideshow[data-images="18"] img:nth-child(8) { animation-delay: 21s; }

.slideshow[data-images="18"] img:nth-child(9) { animation-delay: 24s; }

.slideshow[data-images="18"] img:nth-child(10) { animation-delay: 27s; }

.slideshow[data-images="18"] img:nth-child(11) { animation-delay: 30s; }

.slideshow[data-images="18"] img:nth-child(12) { animation-delay: 33s; }

.slideshow[data-images="18"] img:nth-child(13) { animation-delay: 36s; }

.slideshow[data-images="18"] img:nth-child(14) { animation-delay: 39s; }

.slideshow[data-images="18"] img:nth-child(15) { animation-delay: 42s; }

.slideshow[data-images="18"] img:nth-child(16) { animation-delay: 45s; }

.slideshow[data-images="18"] img:nth-child(17) { animation-delay: 48s; }

.slideshow[data-images="18"] img:nth-child(18) { animation-delay: 51s; }

.slideshow[data-images="19"] img {
		animation-duration: 57s;
	}

.slideshow[data-images="19"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="19"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="19"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="19"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="19"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="19"] img:nth-child(7) { animation-delay: 18s; }

.slideshow[data-images="19"] img:nth-child(8) { animation-delay: 21s; }

.slideshow[data-images="19"] img:nth-child(9) { animation-delay: 24s; }

.slideshow[data-images="19"] img:nth-child(10) { animation-delay: 27s; }

.slideshow[data-images="19"] img:nth-child(11) { animation-delay: 30s; }

.slideshow[data-images="19"] img:nth-child(12) { animation-delay: 33s; }

.slideshow[data-images="19"] img:nth-child(13) { animation-delay: 36s; }

.slideshow[data-images="19"] img:nth-child(14) { animation-delay: 39s; }

.slideshow[data-images="19"] img:nth-child(15) { animation-delay: 42s; }

.slideshow[data-images="19"] img:nth-child(16) { animation-delay: 45s; }

.slideshow[data-images="19"] img:nth-child(17) { animation-delay: 48s; }

.slideshow[data-images="19"] img:nth-child(18) { animation-delay: 51s; }

.slideshow[data-images="19"] img:nth-child(19) { animation-delay: 54s; }

.slideshow[data-images="20"] img {
		animation-duration: 60s;
	}

.slideshow[data-images="20"] img:nth-child(2) { animation-delay: 3s; }

.slideshow[data-images="20"] img:nth-child(3) { animation-delay: 6s; }

.slideshow[data-images="20"] img:nth-child(4) { animation-delay: 9s; }

.slideshow[data-images="20"] img:nth-child(5) { animation-delay: 12s; }

.slideshow[data-images="20"] img:nth-child(6) { animation-delay: 15s; }

.slideshow[data-images="20"] img:nth-child(7) { animation-delay: 18s; }

.slideshow[data-images="20"] img:nth-child(8) { animation-delay: 21s; }

.slideshow[data-images="20"] img:nth-child(9) { animation-delay: 24s; }

.slideshow[data-images="20"] img:nth-child(10) { animation-delay: 27s; }

.slideshow[data-images="20"] img:nth-child(11) { animation-delay: 30s; }

.slideshow[data-images="20"] img:nth-child(12) { animation-delay: 33s; }

.slideshow[data-images="20"] img:nth-child(13) { animation-delay: 36s; }

.slideshow[data-images="20"] img:nth-child(14) { animation-delay: 39s; }

.slideshow[data-images="20"] img:nth-child(15) { animation-delay: 42s; }

.slideshow[data-images="20"] img:nth-child(16) { animation-delay: 45s; }

.slideshow[data-images="20"] img:nth-child(17) { animation-delay: 48s; }

.slideshow[data-images="20"] img:nth-child(18) { animation-delay: 51s; }

.slideshow[data-images="20"] img:nth-child(19) { animation-delay: 54s; }

.slideshow[data-images="20"] img:nth-child(20) { animation-delay: 57s; }

@keyframes fade {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.portfolio-grid{
  margin-bottom: 1rem;
  display: grid;
  gap: 1rem;
	grid-auto-rows: 300px;
	grid-auto-columns: 1fr;
	position: relative;
	z-index: 100;
}

.portfolio-grid :has(div:last-of-type:nth-of-type(odd)) div:last-of-type {
		grid-column: 1 / 4;
	}

.portfolio-grid .portfolio-item{
  position: relative;
  border-width: .5rem;
  border-color: var(--theme);
  font-size: 1rem;
		border-radius: 6px;
}

@media (min-width: 640px) {
			.portfolio-grid .portfolio-item:nth-child(4n + 1) {
				grid-column: span 2;
			}

			.portfolio-grid .portfolio-item:nth-child(4n + 4) {
				grid-column: 2 / span 2;
			}

		}

.portfolio-grid .portfolio-item .portfolio-item__content{
  height: 100%;
  padding: 1rem;
  opacity: 0;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.portfolio-grid .portfolio-item .portfolio-item__content:hover{
  opacity: 1;
				background-color: rgb(255 255 255 / 77%);
}

.portfolio-grid .portfolio-item img{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
			z-index: -1;
}

.wp-block-gallery{
  margin-bottom: 1rem;
  display: grid !important;
  grid-auto-rows: 200px;
  gap: 1rem;
}

@media (min-width: 768px){

  .wp-block-gallery{
    grid-auto-rows: 250px;
  }
}

@media (min-width: 1024px){

  .wp-block-gallery{
    grid-auto-rows: 300px;
  }
}

@media (min-width: 640px) {

.wp-block-gallery {
		grid-template-columns: 1fr 1fr 1fr
}
	}

.wp-block-gallery figure{
  position: relative;
  width: 100% !important;
}

.wp-block-gallery figure:hover{
  z-index: 10;
}

.wp-block-gallery figure {

		/*
		img {
			@apply absolute;
		}
		@screen lg {
			&:nth-child(2n) {
				@apply border-red-400;
			}

			&:nth-child(2n + 1) {
				&:hover {
					@apply scale-150;
				}
			}
		}*/
	}

@media (min-width: 640px) {
			.wp-block-gallery figure:nth-child(4n + 1) {
				grid-column: span 2;
			}

			.wp-block-gallery figure:nth-child(4n + 4) {
				grid-column: 2 / span 2;
			}
		}

.wp-block-gallery figure img{
  position: absolute;
  transform-origin: top right;
  border-width: .25rem;
  border-color: var(--theme);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
			border-radius: 6px;
}

/* border-[.5rem] */

@media (min-width: 1024px) {

.wp-block-gallery figure img:hover {
					transform: scale(1.514)
			}
				}

.wpcf7 .form-field input[type="email"],
		.wpcf7 .form-field input[type="text"],
		.wpcf7 .form-field textarea{
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: .3rem;
  border-color: var(--theme);
  padding: 1rem;
  font-size: 1rem;
}

.wpcf7 input[type="submit"]{
  background-color: var(--theme);
  padding: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.has-theme-background-color {
	background-color: var(--theme);
}

.has-theme-color {
	color: var(--theme);
}

@media (min-width: 1024px){

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