/*!
Theme Name: rwolf-home (2022)
Theme URI: https://raffaelwolf.com/themes/rwolf-home
Author: Raffael Wolf
Author URI: https://rwolf.me
Description: A heavily modified and feature-rich wordpress theme for personal use.
Version: 0.00.05
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0
Text Domain: rwolf-home
Tags: custom-background, custom-logo, custom-menu, custom-page-templates, custom-post-types, featured-images, threaded-comments, theme-settings, translation-ready

This theme, like WordPress, is licensed under the GPL.
rwolf-home is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, 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;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

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

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

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

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

:root {
	--thewidth: 50em;
	--roundness-level: 25px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: skyblue;
}

a:visited {
	color: skyblue;
}

a:hover, a:focus, a:active {
	color: skyblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

a:-webkit-any-link {
    color: unset;
    cursor: pointer;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

 
/* Page Templates */

/* 	All pages  
 * 
 * .page-template-default, .post-template-default
 * 
 * text: #232423
 * lighter: #424242
 * 
 * */

.page-template-default main, .post-template-default main {
	max-width: 1000px;
	margin: 2em auto 0 auto;
}

.page-template-default .site-info, .post-template-default .site-info {
	text-align: center;
	margin: 10px auto;
	font-size: small;
}

.post-template-default h1.entry-title {
	margin-block-end: 0;
}

.post-template-default .entry-meta, .post-template-default .entry-meta a {
	font-size: 11pt;
	color: #424242;
}

.post-template-default .tags-links a {
	padding: 4px;
	background-color: blueviolet;
	color: white;
	font-weight: bold;
	font-size: 11pt;
	border-radius: 5px;
	text-decoration: none;
}


/* Index Page
 * 
 * .page-template-template-index
 * 
 */

.page-template-template-index p,.page-template-template-index span, .page-template-template-index a, .page-template-template-index h1, .page-template-template-index div {
	text-align: center;
}

p.index-links {
	font-family: monospace;
	text-align: left;
	padding: 0 3em;
	text-transform: lowercase;
	font-size: 2.2em;
	position: fixed;
	z-index: 1000;
	mix-blend-mode: multiply;
}

.index-links a {
	border-bottom: transparent solid 1px;
	transition: border-color 0.4s ease;
}

.index-links a:hover {
    color: green;
    text-transform: none;
	border-bottom: blueviolet solid 1px;
}


img.blurry-scurry {
	filter: blur(30px);
	z-index: 1;
	margin-top: 6em;
	animation: blurIn 3s ease forwards;
}

@keyframes blurIn {
	from {
		filter: blur(150px) hue-rotate(20deg);
		
	}
	to {
		filter: blur(30px) hue-rotate(0); 
	}
}

/*img.blurry-scurry:hover {
filter: blur(100px);
	height: 1080px;
	position: sticky;
}
*/

.page-template-template-index footer {
            margin: 1em auto 1em auto;
            padding: 0;
            text-align: center;
            /* width: calc(var(--thewidth) + 3em); */
        }

.page-template-template-index .site-info {
            font-size: 9pt;
        }
        
.page-template-template-index q.site-info, .page-template-template-index .site-info a, .page-template-template-index .site-info a:visited {
            text-decoration: none;
            color: rgb(119, 119, 119);
        }

.page-template-template-index .site-info a:hover {
            color: rgb(48, 48, 48);
        }

/* 	All pages  
 * 
 * .post-template-single-message,
 * 
 * text: #232423
 * lighter: #424242
 * 
 * */

.post-template-single-message main {
	max-width: 1000px;
	margin: 0 auto;
}

.post-template-single-message .entry-content p {
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 5px;
	font-size: 11pt;
}

.post-template-single-message .site-info {
	width: 300px;
	text-align: center;
	margin: 0 auto;
	/*margin-top: 35%;*/
}

/* Legal Page
 * 
 * .page-template-template-legal
 * 
 */

.page-template-template-legal body, .page-template-template-legal button, .page-template-template-legal input, .page-template-template-legal select, .page-template-template-legal optgroup, .page-template-template-legal textarea {
	font-family: sans-serif;
	border: none;
	background-color: transparent;
}

.page-template-template-legal .entry-content {
	margin: 0;
}

.page-template-template-legal .back {
	box-shadow: none;
    cursor: pointer;
    color: rgb(7, 7, 7);
    border-radius: var(--roundness-level);
    transition: linear 200ms;
    text-align: center;
    text-decoration: none;
    height: 2.2em;
    margin-left: -4em;
    margin-top: .3em;
    position: absolute;
}

.page-template-template-legal table {
	display: table;
	box-sizing: border-box;
	text-indent: initial;
	border-spacing: 0px;
	border-color: none;
	border-collapse: separate;
}

.page-template-template-legal td {
	vertical-align: inherit;
	display: table-cell;
	padding: 0 .8em 0 0;
}

.page-template-template-legal .back::before {
	content: url("./svg/b.svg");
	width: 15px;
	height: 10px;
	display: block;
	border-radius: var(--roundness-level);
	transition: linear 200ms;
}

/* boomers hate me */
.page-template-template-legal .back:hover::before {
	filter: invert(60%) sepia(40%) saturate(100%) hue-rotate(87deg) brightness(50%) contrast(100%) opacity(1);
}

.page-template-template-legal .back:hover {
	/*transform: rotateZ(45deg) scale(1.2) skew(18deg);*/
	transform-origin: right right;
	filter: sepia(1);
}

.page-template-template-legal .back:active {
	transform: rotateZ(45deg) scale(.9) skew(18deg);
	transform-origin: right right;
	transition: linear 20ms;
}

.page-template-template-legal #page {
	width: 100%;
	line-height: 1.5;
}

.page-template-template-legal .thebox {
	width: var(--thewidth);
	min-height: var(--thewidth);
	padding: 0 2em 1em 2em;
	background-color: #fff;
	margin: 5em auto 0 auto;
	box-shadow: 0 6px 23px 0 rgb(0 0 0 / 16%);
	border-radius: var(--roundness-level);
	animation-name: boxrollin;
	animation-duration: 900ms;
	animation-timing-function: ease-out;       
}

.page-template-template-legal .title {
	padding: .8em 1.4em .3em 1.4em;
    position: relative;
}

.page-template-template-legal .title h1 {
	display: inline-block;
	margin: 0;
	margin-block-start: 0em;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.4em;
	transition: linear 200ms;
}

.page-template-template-legal .title h1 a {
	text-decoration: none;
	transition: linear 100ms;
}

.page-template-template-legal .title h1 a:hover {
	text-decoration: underline;
	color: #676767;
}

.page-template-template-legal #legal {
	font-size: 11pt;
	margin: 0em 1.6em 1.6em 1.6em;
}

.page-template-template-legal #legal h3 {
	display: block;
	font-size: 12pt;
	margin-block-end: 0em;
	margin-inline-start: 14px;
	margin-inline-end: 0px;
	font-weight: bold;
	color: rgb(139, 139, 139);
}

.page-template-template-legal #legal h3.sub {
	display: block;
	font-size: 0.9em;
	margin-block-end: 0.1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	margin-block-start: 0;
	color: rgb(19, 19, 19);
}

.page-template-template-legal #legal h2 {
	font-size: 1.1em;
}

.page-template-template-legal #legal td, .page-template-template-legal #legal .contact p {
	color: rgb(46, 46, 46);
	line-height: 1.1;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	margin-block-start: 0em;
	margin-block-end: .5em;
}

.page-template-template-legal #legal td.fat {
	color: rgb(139, 139, 139);
	font-weight: 600;
	width: 1%;
	margin-block-start: 1em;
	padding-inline-start: 1em;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.page-template-template-legal #legal p {
	padding-inline-start: 1em;
	padding-inline-end: 1em;
	line-height: 1.5;
	text-align: justify;
	text-align-last: none;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.page-template-template-legal #untertitel {
	padding-inline-start: 0em;
	padding-inline-end: 0em;
	margin-block-start: 0em;
	margin-block-end: 0em;
	line-height: 1;
	text-align: justify;
	font-size: 9pt;
	text-align-last: none;
}

.page-template-template-legal .notice {
	background-color: #2d2d2d;
	color: white;
	border-radius: var(--roundness-level);
	padding-inline: 5px;
	padding: 20px 40px 20px 40px;
	margin-top: .4em;
	box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 22%);
}

.page-template-template-legal .notice a {
	color: white;
}

.page-template-template-legal #legal .notice h3 {
	color: rgb(211 211 211);
}

.page-template-template-legal #legal .quelle {
	font-size: 9pt;
	text-decoration: none;
	color: rgb(119, 119, 119);
	padding-inline-start: 1em;
	padding-inline-end: 1em;
	text-align: right;
}
        
.page-template-template-legal #legal .contact {
	padding-inline-start: 0em;
	width: 100%;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	line-height: 1;
}

.page-template-template-legal #legal .contact td {
	padding-right: 1em;  
}

.page-template-template-legal .e-mail:before {
            content: attr(data-domain) "\0040" attr(data-name);
            unicode-bidi: bidi-override;
            direction: rtl;
        }

.page-template-template-legal footer {
            margin: 1em auto 1em auto;
            padding: 0;
            text-align: center;
            /* width: calc(var(--thewidth) + 3em); */
        }

.page-template-template-legal .site-info {
            font-size: 9pt;
        }
        
.page-template-template-legal q.site-info, .page-template-template-legal .site-info a, .page-template-template-legal .site-info a:visited {
            text-decoration: none;
            color: rgb(119, 119, 119);
        }

.page-template-template-legal .site-info a:hover {
            color: rgb(48, 48, 48);
        }


@media only screen and (max-width: 824px) {
	
	.page-template-template-legal #legal h3 {
		font-size: unset;
		margin-inline-start: 1em;
	}
	
	.page-template-template-legal #untertitel {
		font-size: 2vw;
	}
	
	.page-template-template-legal #legal {
		margin: 0;
		font-size: 3vw;
		line-height: 1.1;
		font-family: sans-serif;
	}
	
	td h3 {
		font-family: sans-serif;
	}
	
	.page-template-template-legal .thebox {
		margin: 0 auto;
		width: 100%;
		border-radius: 0;
		box-shadow: 0;
	}
	
	.page-template-template-legal .title {
    	padding-left: 0;
    }
	
	.page-template-template-legal .title h1 {
		margin-block-start: 0;
		padding-left: 0;
		font-size: 4vw;
	}
	
	.page-template-template-legal .back::before, .page-template-template-legal .back, .page-template-template-legal .title button {
		visibility: hidden;
		height: 0;
		width: 0;
		padding: 0;
		margin: 0;
		position: absolute;
	}
	
	.page-template-template-legal #legal .notice,  .page-template-template-legal #legal .notice p {
		text-align: left;
	}
	
	.page-template-template-legal #legal .quelle {
		font-size: 1.8vw;
		padding-inline-end: 1.5em;
	}
}


@media only screen and (max-width: 530px) {
	.page-template-template-legal #legal .contact td {
    	display: block;
	}
}

@media only screen and (max-width: 450px) {
	
	.page-template-template-legal #legal .notice {
		padding: 10px 20px;
	}
	
	.page-template-template-legal .thebox {
		padding: 0 .8em 1em .8em;
		
	}
	
	.page-template-template-legal p {
		font-size: 3.5vw;
	}
}

        @keyframes boxrollin {
            0% {box-shadow: none;margin-top: 100%;opacity: 0;}
            70% {margin-top: 5em;}
            100% {box-shadow: 0 6px 23px 0 rgb(0 0 0 / 16%);opacity: 1;}
        }

        @keyframes swich {
            0% {margin-left:2em;}
            100% {margin-left:0em;}
        }

        @keyframes swooch {
            0% {margin-left:0em;}
            100% {margin-left:2em;}
        }

/* 	Maintenance  
 * 
 * .page-template-template-maintenance
 * 
 * */

.page-template-template-maintenance p,.page-template-template-maintenance span, .page-template-template-maintenance a, .page-template-template-maintenance h1, .page-template-template-maintenance div {
	text-align: center;
}

.page-template-template-maintenance a, .page-template-template-maintenanc a:visited {
    color: #303445;
}

.page-template-template-maintenance a:hover, #open:hover {
    color: #b0b0b0;
}

.page-template-template-maintenance .post-edit-link {
	display: none;
}

.page-template-template-maintenance #content, .error404 #content {
    width: 700px;
	margin: 10% auto;
}

.page-template-template-maintenance .site-info, .error404 .site-info {
	width: 700px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -350px;
	padding-bottom: 10px;
	background: white;
	color: #3b3b3b;
	font-size: small;
	text-align: center;
}

.page-template-template-maintenance .site-info a, .error404 .site-info a {
	color: #3b3b3b;
}

.kontakt-box {
	display:none;
	position: fixed;
	width: 700px;
	height: 100px;
	bottom: 0px;
	left: 50%;
	margin-left: -350px;
	background-color: white;
	box-shadow: 0px 0px 8px -5px black;
}

#wpcf7-f15-o1 {
	margin-top: 5px;
	margin-left: 2px;
}

.kontakt-box p {
	margin: 8px 10px;
	padding: 0;
	float: left;
}

.page-template-template-maintenance .kontakt-box p {
    text-align: left;
}

.wpcf7-form-control-wrap input,textarea {
	padding: 8px;
	min-width: 400px;
}

div .wpcf7-validation-errors {
	padding: 0;
	margin: 0;
}

span .wpcf7-not-valid-tip {
	position: absolute;
	font-size: 10px;
	top: 1px;
	left: 415px;
	width: 150px;
	text-align: left;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	position: absolute;
    /* width: 650px; */
    left: 50%;
    margin-left: -325px;
    /* bottom: 50px; */
    padding: 5px 7px;
    text-align: center;
    background-color: #F4D00C;
    border-color: #f7e700;
    border-radius: px;
    color: white;
    top: -62px;
}

.kontakt-box input[type="submit"] {
	padding: 12px 16px;
	text-transform: uppercase;
	border: none;
	color: grey;
	font-weight: 600;
	margin-top: -55px;
	border-radius: 3px;
	position: absolute;
    right: 12px;
    font-size: 12px;
	line-height: 1;
	background: #e6e6e6;
	cursor: pointer;
	
}

.kontakt-box input[type="submit"]:hover {
	background: #d9d9d9;
}

#open {
	text-decoration: underline;
	cursor: pointer;
}

#close {
	float: right;
	height: 30px;
	width: 30px;
	margin: 5px;
	line-height:1.1;
	font-size: 30px;
	background: white;
	cursor: pointer;
	color: grey;
}

#close:hover {
	color: #666666;;
}

p.kontakt-desc {
	font-size: 11px;
	color: grey;
	margin: .5em 2% 0 2%;
}

p.kontakt-legal {
	font-size: 11px;
	color: grey;
	margin: .5em 2% 0 2%;
	display: block;
  	position: relative;
  	margin-bottom: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	line-height: 2.2;
}

.wpcf7-checkbox, .radio {
  display: inline;
  margin: 10px 0 0;
}

.wpcf7-list-item {
    display: inline-block;
}
.wpcf7-list-item input[type=checkbox], input[type=radio] {
      display: none;
}

 .wpcf7-list-item input[type=checkbox]:checked, .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
        content: "\f0c8";
        color: pink;
        font-style: normal;
        font-weight: normal;
        line-height: 14px;
        text-decoration: inherit;
        text-align: center;
      }
    
  
  .wpcf7-list-item-label {
    display: inline-block;
    font-weight: normal;
    left: 15px;
    line-height: 14px;
    margin: 0 0 15px;
    position: relative;
}
    wpcf7-list-item-label::before {
      background: white;
      border: 1px solid pink;
      border-radius: 3px;
      content: "";
      height: 15px;
      left: -22px;
      position: absolute;
      width: 15px;
    }

     wpcf7-list-item-label:hover {
      cursor: pointer;
    }

    .wpcf7-list-item-label ::before {
      border-radius: 100%;
    }
/*
 *
.wpcf7 {
  
}

.wpcf7-form {
  
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-form .wpcf7-radio {
  
}

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}


.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.kontakt-legal .wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
	position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
border: 3px solid red;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 5px;
  height: 18px;
  width: 18px;
  top: 0px;
  border: 2px solid #222;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 5px;
    visibility: hidden;
    font-size: 16px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
border-color: red
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
background: #222;
   visibility: visible;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked ~ .checkmark {
	background-color: #000;
}
*/

/* 	Index  
 * 
 * .page-template-template-index 
 * 
 * */

.page-template-template-maintenance a, .page-template-template-maintenancea:visited {
    color: #303445;
}

.page-template-template-maintenance a:hover, #open:hover {
    color: #b0b0b0;
}

.page-template-template-maintenance .post-edit-link {
	display: none;
}

.kontakt-box {
	display:none;
	position: fixed;
	width: 700px;
	height: 100px;
	bottom: 0px;
	left: 50%;
	margin-left: -350px;
	background-color: white;
	box-shadow: 0px 0px 8px -5px black;
}

#wpcf7-f15-o1 {
	margin-top: 5px;
	margin-left: 2px;
}

.kontakt-box p {
	padding: 0;
	float: left;
}

.page-template-template-maintenance .kontakt-box p {
    text-align: left;
}

.wpcf7-form-control-wrap input,textarea {
	padding: 8px;
	min-width: 400px;
}

div .wpcf7-validation-errors {
	padding: 0;
	margin: 0;
}

span .wpcf7-not-valid-tip {
	position: absolute;
	font-size: 10px;
	top: 1px;
	left: 415px;
	width: 150px;
	text-align: left;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	position: absolute;
    /* width: 650px; */
    left: 50%;
    margin-left: -325px;
    /* bottom: 50px; */
    padding: 5px 7px;
    text-align: center;
    background-color: #F4D00C;
    border-color: #f7e700;
    border-radius: px;
    color: white;
    top: -62px;
}

.kontakt-box input[type="submit"] {
	padding: 12px 16px;
	text-transform: uppercase;
	border: none;
	color: grey;
	font-weight: 600;
	margin-top: -55px;
	border-radius: 3px;
	position: absolute;
    right: 12px;
    font-size: 12px;
	line-height: 1;
	background: #e6e6e6;
	cursor: pointer;
	
}

.kontakt-box input[type="submit"]:hover {
	background: #d9d9d9;
}

#open {
	text-decoration: underline;
	cursor: pointer;
}

#close {
	float: right;
	height: 30px;
	width: 30px;
	margin: 5px;
	line-height:1.1;
	font-size: 30px;
	background: white;
	cursor: pointer;
	color: grey;
}

#close:hover {
	color: #666666;;
}

p.kontakt-desc {
	font-size: 11px;
	color: grey;
	margin: .5em 2% 0 2%;
}

.wpcf7-checkbox, .radio {
  display: inline;
  margin: 10px 0 0;
}

.wpcf7-list-item {
    display: inline-block;
}
.wpcf7-list-item input[type=checkbox], input[type=radio] {
      display: none;
}

 .wpcf7-list-item input[type=checkbox]:checked, .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
        content: "\f0c8";
        color: pink;
        font-style: normal;
        font-weight: normal;
        line-height: 14px;
        text-decoration: inherit;
        text-align: center;
      }
    
  
  .wpcf7-list-item-label {
    display: inline-block;
    font-weight: normal;
    left: 15px;
    line-height: 14px;
    margin: 0 0 15px;
    position: relative;
}
    wpcf7-list-item-label::before {
      background: white;
      border: 1px solid pink;
      border-radius: 3px;
      content: "";
      height: 15px;
      left: -22px;
      position: absolute;
      width: 15px;
    }

     wpcf7-list-item-label:hover {
      cursor: pointer;
    }

    .wpcf7-list-item-label ::before {
      border-radius: 100%;
    }		

@keyframes dim-the-light{
	from {background-color:rgba(0, 0, 0, 0)}
	to{background-color:rgba(0, 0, 0, 0.6);}
}

@keyframes redim-the-light{
	from {background-color:rgba(0, 0, 0, 0.6)}
	to{background-color:rgba(0, 0, 0, 0);}
}

/* admin styles */
.post-edit-link {
    /* padding: 5px; */
    text-decoration: none;
    background: white;
    padding: 1em 2em 1em 2em;
    background-color: #bb70e3;
    margin: 5em auto 0 auto;
    box-shadow: 0 6px 23px 0 rgb(0 0 0 / 16%);
    border-radius: var(--roundness-level);
    text-transform: lowercase;
    font-family: monospace;
}

.post-edit-link a, .post-edit-link a:visited {
	color: #f1f1f1;
}

/* cookiebanner */
#privacy-banner {
	background-color: #ffffff;
	font-size: 14px;
	width: 70vw;
	max-width: 45em;
	box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
	font-family: sans-serif;
	text-align: justify;
	line-height: 1.8em;
	padding: .4em 1.4em;
	border-radius: 6px;
	margin: 1em auto 0 auto;
	transition: all 0.5s ease-in;
	position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
	z-index:1001;
}

#privacy-banner p {
  	margin: 1.4em 0;
	text-align: center;
}

#privacy-banner button {
	background-color: #6859fe;
	border: none;
	color: #ffffff;
	font-size: 1.2em;
	padding: 0.8em 1.2em;
	display: block;
	position: relative;
	border-radius: 5px;
	margin: 1em auto 0 auto;
	transition: all .1s linear;
}

#privacy-banner button:hover {
	transform: scale(1.05);
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 22%);
	cursor: pointer;
}

#privacy-banner a {
	color: #6859fe;
	text-decoration: none;
}

#privacy-banner a:hover {
	color: #6e59ae;
}

.privacy-hide {
	visibility: hidden;

}

.privacy-show {
	visibility: visible;
}

@media only screen and (max-width: 37.5em) {
  #privacy-banner {
    width: 95%;
  }
}

/* END cookiebanner */

@media screen and (max-width: 1000px) {
		.page-template-template-maintenance .site-info, .error404 .site-info {
		width: unset;
		position: relative;
		bottom: 0;
		left: 0;
		margin-left: 0;
		font-size: small;
		text-align: center;
	}
}

@media screen and (max-width: 782px) {
	.page-template-template-maintenance #content {
		margin-left: 0;
		left: 0;
		width: 100%;
		padding: 0 5%;
	}	
	
	div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
		max-width: 90%;
		left: 50%;
	    margin-left: -45%;
		position: fixed;
	}
	
}
	
@media screen and (max-width: 320px) and (max-width: 414px) {
	.kontakt-box {
		left: 0!important;
		margin-left: 0!important;
		width: unset;
	}
}

@media screen and (max-width: 300px) {
	.page-template-template-maintenance .site-info {

}
}
