@charset "UTF-8";

/*! Theme Name: Virginia Kirst */

/*! 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.0.8 | 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: currentColor; /* 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: Relative Pro, 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 */
  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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

:root {
		
		/* global color values */
	  
	  --black: black;
	  --white: white;
	  --theme: #331937;
	}

*, ::before, ::after{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.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: 1024px){

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

.fixed{
  position: fixed;
}

.bottom-0{
  bottom: 0px;
}

.right-0{
  right: 0px;
}

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

.m-4{
  margin: 1rem;
}

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

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

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.w-full{
  width: 100%;
}

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

.cursor-pointer{
  cursor: pointer;
}

.flex-wrap{
  flex-wrap: wrap;
}

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

.gap-2{
  gap: 0.5rem;
}

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

.border-t{
  border-top-width: 1px;
}

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

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

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

.p-4{
  padding: 1rem;
}

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

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

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

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

/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2022 Colophon Foundry
 *
 * Licenced to Virginia Kirst 
 */

@font-face {
    font-family: 'Relative Pro';
    src: url('fonts/relative-book-pro.eot');
    src: url('fonts/relative-book-pro.eot?#iefix') format('embedded-opentype'),
         url('fonts/relative-book-pro.woff2') format('woff2'),
         url('fonts/relative-book-pro.woff') format('woff'),
         url('fonts/relative-book-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
	--base-font-size: 21.5px;
	font-size: calc(var(--base-font-size) * 0.9);
	line-height: 1.35;
	color: var(--theme);
	text-decoration-thickness: .07em;
}

@media (min-width: 1024px) {

html {
		font-size: 1.7vw
}
	}

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

h1, h2, h3, h4, h5, h6 {
	/* @apply text-base; */
	font-weight: 400;
	line-height: inherit;
	margin: 0 0 1rem 0;
}

hr {
	margin: 0 0 1rem 0;
	display: block;
	border-width: 0 0 1px 0 !important;
}

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

p:empty {
		display: none;
	}

.page-content a{
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.page-content a[target="_blank"] {	
			position: relative;
	    margin-right: 0.3em;
		}

.page-content a[target="_blank"]:after {
				content: "↗";
				vertical-align: super;
				font-size: 0.694rem;
				position: absolute;
			}

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 {
	box-shadow: 0 0 0 .15em var(--theme);
	background-color: var(--theme);
	-webkit-box-decoration-break: clone;
	        box-decoration-break: clone;
	color: white;
	display: inline;
	font-weight: normal;
	line-height: 1.4;
}

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

.page-content ul {
		list-style-type: disc;
	}

.page-content ul li {
	    margin-left: rem;
	    padding-left: 1rem;
		}

.page-content ul li::marker{
  font-size: 0.694rem;
}

/*
	

	
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

	

*/

/* 0.02777778vw -> 40px */

/* 13.472222 -> spalte */

.spacer-top {
	margin-top: calc((100vw / 6) - 46.66666667px));	
}

.spacer-bottom {
	margin-bottom: calc((100vw / 6) - 46.66666667px));	
}

.header, 
.page-content, 
.page-image {
	max-width: 600px;
	width: 100%;
  display: table;
  margin: auto;
  padding-left: 1rem;
	padding-right: 1rem;
}

.page-image__caption{
  margin-top: 0.5rem;
		font-size: .5rem;
}

.page-content{
  margin-top: 1.5rem;
}

.header{
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 100%;
  background-color: var(--white);
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.header__logo, .header-logo-spacer{
  display: table;
  padding-bottom: 2rem;
  padding-top: 1rem;
		text-decoration: none !important;
}

.header__logo, 
	.header__menu {
		position: absolute;
		width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
		background-color: white;
		max-width: 600px;
  	display: table;
  	z-index: 100;
	}

.header-logo-spacer,
	.header-menu-spacer {
		pointer-events: none;
	}

.header__logo[data-fixed="true"] {
	position: fixed;
	top: 0;
}

.header__menu[data-fixed="true"] {
	position: fixed;
}

.header__menu[data-fixed="false"] {
	top: auto !important;
}

.footer{
  margin-top: 5rem;
}

.footer ul {
		list-style: none;
	}

.footer ul li {
			margin: 0;
			padding: 0;
		}

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

.header a:hover, .footer a:hover {
		text-decoration: underline;
	}

.current-menu-item,
.current-lang {
	text-decoration: underline;	
}

.page-content h1 {
	display: none;
}

@media (min-width: 1024px) {
	.header, 
	.page-content, 
	.page-image {
		max-width: none;
	}
	
	.page-image__caption {
		position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0.4em;
    color: white;
	}

	.header {
		margin-top: 13.472222vw;
		margin-bottom: 13.472222vw;
	}
		
		.header__logo,
		.header-logo-spacer {
			padding-top: 2.777778vw;
			padding-bottom: 4.49074067vw;
		}
		
		.header__logo, 
		.header__menu {
			width: 50vw;
			padding-left: 2.777778vw;
			padding-right: 2.777778vw;
			max-width: none;
		}
	
	.footer {
		margin-top: 13.472222vw;
	}

	.page-image{
    position: fixed;
  }

	.page-image{
    top: 0px;
  }

	.page-image{
    left: 0px;
  }

	.page-image {
		width: 50vw;
		height: 100vh;
		padding: 0;
	}
		
		.page-image img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

	.page-content {
		
	}
	
	.header, 
	.page-content {
		margin-left: 50vw;
		width: 50vw;
		padding-left: 2.777778vw;
		padding-right: 2.777778vw;
	}
		.page-id-15 .header, 
		.page-id-15 .page-content, 
		.page-id-3 .header, 
		.page-id-3 .page-content {
			margin-left: auto;
		}
}

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

@media (min-width: 1024px){

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