@charset "UTF-8";
/*!
Theme Name: wamiki2021
Theme URI: http://wamiki.de
Author: Kalle Kallovsky
Author URI: https://kallovsky.de
Description: Theme exklusiv für WaMiKi erstellt
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wamiki
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wamiki2021 is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/** wamiki defaults **/
/** element backgrounds **/
/** regular text colors **/
/** headline colors **/
/** link colors **/
/* header links **/
/** footer links **/
/** notices links **/
/** topics headline links **/
/** input area **/
/** buttons **/
/** checkboxes **/
/** border defaults **/
/** header colors **/
/** highlightext content areas **/
/** WooCommerce styles override */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/**
 *	show / hide classes with animation
 */
.hide {
	transition: transform 0.25s ease-out;
	transition-delay: 0s;
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: top;
	height: 0;
}

.show {
	transform-origin: top;
	transform: scaleY(1);
	transition: transform 0.15s ease-in;
	transition-delay: 0s;
}

.hidden {
	display: none;
}

/**
 *	show arrow keys up/down
 */
.collapse-arrow-up, .collapse-arrow-down {
	cursor: pointer;
	position: relative;
}

.collapse-arrow-up::after {
	color: #0f0f0f;
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 2px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	right: 10px;
}

.collapse-arrow-up::after {
	transform: rotate(135deg);
	top: 10px;
}

.collapse-arrow-down::after {
	color: #0f0f0f;
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 2px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	right: 10px;
}

.collapse-arrow-down::after {
	top: 0;
	transform: rotate(315deg);
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Elements
--------------------------------------------- */
.animate-fade-up {
	animation-duration: 1s;
	animation-name: fadeUp;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

body {
	background: #fff;
}

hr {
	background-color: #ebebeb;
	border: 0;
	height: 1px;
	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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

.four-uneven-columns {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr 2fr;
	-ms-grid-template-columns: 1fr 2fr 1fr 2fr;
}

@supports not (display: grid) {
	.four-uneven-columns {
		display: flex;
	}
	.four-uneven-columns :nth-child(1) {
		flex-basis: 16.6666667%;
	}
	.four-uneven-columns :nth-child(2) {
		flex-basis: 33.3333333%;
	}
	.four-uneven-columns :nth-child(3) {
		flex-basis: 16.6666667%;
	}
	.four-uneven-columns :nth-child(4) {
		flex-basis: 33.3333333%;
	}
}

.four-even-columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-template-columns: 1fr 1fr 1fr 1fr;
}

@supports not (display: grid) {
	.four-even-columns {
		display: flex;
	}
	.four-even-columns :nth-child(1) {
		flex-basis: 25%;
	}
	.four-even-columns :nth-child(2) {
		flex-basis: 25%;
	}
	.four-even-columns :nth-child(3) {
		flex-basis: 25%;
	}
	.four-even-columns :nth-child(4) {
		flex-basis: 25%;
	}
}

.three-uneven-columns {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	-ms-grid-template-columns: 1fr 2fr 1fr;
}

@supports not (display: grid) {
	.three-uneven-columns {
		display: flex;
	}
	.three-uneven-columns :nth-child(1) {
		flex-basis: 25%;
	}
	.three-uneven-columns :nth-child(2) {
		flex-basis: 50%;
	}
	.three-uneven-columns :nth-child(3) {
		flex-basis: 25%;
	}
}

.three-even-columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-template-columns: 1fr 1fr 1fr;
}

@supports not (display: grid) {
	.three-even-columns {
		display: flex;
	}
	.three-even-columns :nth-child(1) {
		flex-basis: 33.33333333%;
	}
	.three-even-columns :nth-child(2) {
		flex-basis: 33.33333333%;
	}
	.three-even-columns :nth-child(3) {
		flex-basis: 33.33333333%;
	}
}

.two-even-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	-ms-grid-template-columns: 1fr 1fr;
}

@supports not (display: grid) {
	.two-even-columns {
		display: flex;
	}
	.two-even-columns :nth-child(1) {
		flex-basis: 50%;
	}
	.two-even-columns :nth-child(2) {
		flex-basis: 50%;
	}
}

.two-uneven-columns {
	display: grid;
	grid-template-columns: 1fr 2fr;
	-ms-grid-template-columns: 1fr 2fr;
}

@supports not (display: grid) {
	.two-uneven-columns {
		display: flex;
	}
	.two-uneven-columns :nth-child(1) {
		flex-basis: 25%;
	}
	.two-uneven-columns :nth-child(2) {
		flex-basis: 75%;
	}
}

/* Typography
--------------------------------------------- */
/** import wamiki font */
@font-face {
	font-family: 'WalbaumGroteskBook';
	font-style: normal;
	font-weight: normal;
	src: url("assets/fonts/WalbaumGroteskBook.otf");
}

@font-face {
	font-family: 'WalbaumGroteskBook';
	font-style: normal;
	font-weight: bold;
	src: url("assets/fonts/WalbaumGroteskBook-Bold.otf");
}

@font-face {
	font-family: 'WalbaumGroteskText';
	font-style: normal;
	font-weight: normal;
	src: url("assets/fonts/WalbaumGroteskText.otf");
}

@font-face {
	font-family: 'WalbaumGroteskText';
	font-style: normal;
	font-weight: bold;
	src: url("assets/fonts/WalbaumGroteskText-Bold.otf");
}

@font-face {
	font-family: 'Walbaum10Pro';
	font-style: normal;
	font-weight: normal;
	src: url("assets/fonts/Walbaum10Pro.otf");
}

@font-face {
	font-family: 'Walbaum10Pro';
	font-style: normal;
	font-weight: bold;
	src: url("assets/fonts/Walbaum10ProBold.otf");
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: "WalbaumGroteskText", normal;
	font-size: 1rem;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 1.2rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #222222;
	letter-spacing: 0.1rem;
}

/* prevent link color for headlines */
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
	color: inherit;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 3rem;
	quotes: "“" "“" "“";
	color: white;
}

blockquote:before, blockquote:after {
	display: inline-block;
	vertical-align: middle;
	font-size: 2rem;
	line-height: 0;
	margin: 0;
}

blockquote:before {
	content: open-quote;
	padding-right: 0.3rem;
}

blockquote:after {
	content: close-quote;
	padding-left: 0.3rem;
}

blockquote p {
	margin: 0.5rem 0;
	padding: 0 !important;
	display: inline-block;
	vertical-align: middle;
}

blockquote span {
	padding: 0 !important;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: SFMono-Medium, "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Consolas, Courier, monospace;
	line-height: 1.5;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Links
--------------------------------------------- */
a {
	color: #000000;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline: 0;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #00AFCB;
}

a:focus {
	outline: thin dotted;
}

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

.user-notice a {
	color: #000000;
}

.user-notice a:active, .user-notice a:hover, .user-notice a:focus {
	color: #ffffff;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button, a.button {
	background: #00AFCB;
	border: 4px solid #00AFCB;
	border-radius: 0;
	outline: 0;
	color: #fdfcfc;
	font-family: 'WalbaumGroteskBook', sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-transform: none;
	padding: 7px 30px;
	min-height: 40px;
	height: auto;
	width: 100%;
	transition: background 0.3s ease-in-out 0s;
	margin-bottom: 10px;
	text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover, a.button:hover {
	border-color: #00AFCB;
	background: #fdfcfc;
	color: #00AFCB;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active, a.button:active {
	border-color: #00AFCB;
	color: #00AFCB;
}

button.disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
input[type="submit"].disabled,
.button.disabled, a.button.disabled {
	background: #575757;
	border-color: #575757;
	color: #919191;
	cursor: default;
}

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 {
	border-radius: 0px;
	border: 1px solid #575757;
	color: #000000;
	background: #F2F2F2;
	height: 40px;
	font-family: 'WalbaumGroteskBook', sans-serif;
	font-size: 15px;
	line-height: 20px;
	padding: 0 2px;
	outline: 0;
	width: 100%;
	transition: all 0.4s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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: #00AFCB;
	border-color: #00AFCB;
	background-color: #ffffff;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
	color: #00AFCB;
	border-color: #00AFCB;
	background-color: #ffffff;
}

.number-input {
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 48%;
	margin: 1rem auto;
}

.number-input button {
	width: 3rem;
	height: 100%;
	margin: 0;
	padding: 0 0.7rem;
	background: #E5E5E5;
	color: #000;
	font-weight: bold;
	border: 0;
}

.number-input input[type=number] {
	min-width: 50px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	background: white;
	border: none;
	-moz-appearance: textfield;
}

.number-input input::-webkit-outer-spin-button,
.number-input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="checkbox"] {
	position: relative;
	left: 0;
	top: 0;
	z-index: 0;
	-webkit-appearance: none;
	border-color: rgba(255, 255, 255, 0);
	padding: 0;
	margin: -2px 0;
}

input[type="checkbox"]::before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border: 1px solid #000000;
	display: block;
	margin: 0;
	z-index: 5;
	position: relative;
}

@media screen and (max-width: 767px) {
	input[type="checkbox"]::before {
		width: 25px;
		height: 25px;
		margin: 0 10px 0 0;
	}
}

input[type="checkbox"]:checked::before {
	background-color: #00AFCB;
	box-shadow: inset 0px 0px 0px 3px #ffffff;
}

select {
	border: 1px solid #00AFCB;
	border-radius: 0;
	padding: 0.5rem;
	width: 100%;
}

textarea {
	width: 100%;
}

/* Images included by issuem shortcode
--------------------------------------------- */
div.issuem_archives_shortcode > div.issuem_archive > p > a.featured_archives_cover img,
div.issuem_issue_cover img, div.issuem_active_list_widget p.issuem_widget_issue_cover_image img {
	box-shadow: -8px 2px 10px 0px rgba(134, 134, 134, 0.75);
	border-radius: 3px 0px 0px 3px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/**
* global menu
*/
.main-navigation {
	display: flex;
	width: auto;
	text-align: right;
	margin: 0 80px 0 0;
	font-size: 1rem;
	font-weight: bold;
	position: static;
	/**
	mini MENU
	*/
}

.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item a {
	border-bottom: 2px solid;
	padding-bottom: 2px;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
}

.main-navigation li {
	list-style: none;
}

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

.main-navigation .menu-toggle {
	display: none;
}

.main-navigation .menu-minimenu-container {
	display: block;
}

.main-navigation .menu-minimenu-container ul {
	display: block;
}

.main-navigation .menu-minimenu-container li {
	list-style: none;
	font-size: 1rem;
	font-weight: normal;
	display: inline-block;
	padding: 0 10px;
}

@media screen and (max-width: 768px) {
	.main-navigation {
		margin: 0 25px 0 0;
	}
	.main-navigation .menu-minimenu-container {
		display: block;
		visibility: hidden;
		opacity: 0;
		margin: 0;
		transition: 0.4s;
		padding: 0.4rem;
		position: absolute;
		background: #fff;
		padding: 2rem;
		width: auto;
		height: auto;
		top: 150px;
		left: 0;
		right: 0;
		box-shadow: -2px 1px 3px 3px rgba(0, 0, 0, 0.2);
	}
	.main-navigation .menu-minimenu-container ul {
		padding: 0;
		margin: 0;
	}
	.main-navigation .menu-minimenu-container li {
		list-style: none;
		padding: 1rem 0.5rem;
		font-size: 1.5rem;
		font-weight: normal;
	}
	.main-navigation.toggled .menu-minimenu-container {
		display: block;
		visibility: visible;
		opacity: 1;
		top: 60px;
	}
	.main-navigation.toggled {
		border: 1px solid #00AFCB;
		color: #000;
	}
	.main-navigation.toggled a {
		color: #000 !important;
	}
	.main-navigation.toggled a:hover {
		color: #00AFCB;
	}
	.main-navigation .menu-toggle {
		display: inline-block;
		cursor: pointer;
		background: none;
		border: 0;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.main-navigation .menu-toggle p {
		display: none;
	}
	.main-navigation .menu-toggle .line {
		width: 35px;
		height: 5px;
		background-color: #fff;
		margin: 6px auto;
		transition: 0.4s;
	}
	.main-navigation.toggled .line-1 {
		-webkit-transform: rotate(-45deg) translate(-8px, 8px);
		transform: rotate(-45deg) translate(-8px, 8px);
	}
	.main-navigation.toggled .line-2 {
		opacity: 0;
	}
	.main-navigation.toggled .line-3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

ul.navigation {
	margin: 2rem;
	padding: 0;
}

ul.navigation li {
	list-style: none;
}

ul.navigation.horizontal {
	display: flex;
	justify-content: space-between;
}

ul li.disabled a {
	cursor: default;
	color: #919191;
}

/* Header
--------------------------------------------- */
/** move down a bit when admin bar is appearing */
.admin-bar #masthead {
	margin-top: 32px;
}

@supports (position: sticky) {
	.admin-bar #masthead {
		margin-top: 0;
		top: -28px;
	}
	.admin-bar #masthead section.row {
		top: 32px;
	}
}

/* Main header, fixed position */
#masthead {
	max-width: 1300px;
	background-color: #00AFCB;
	color: #ffffff;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	height: 120px;
	width: 100%;
	z-index: 50;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14.4px;
	/** resized header when scrolling down */
	/*--------------------------------------------------------------
    # more specific content
    --------------------------------------------------------------*/
	/* cart logo */
	/* search icon and search form */
}

@supports (position: sticky) {
	#masthead {
		position: sticky;
		top: -60px;
	}
}

#masthead section.row {
	width: 100%;
	height: 60px;
	padding: 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@supports (position: sticky) {
	#masthead section.row {
		position: sticky;
		top: 0;
	}
}

#masthead .site-branding {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	text-transform: none;
}

#masthead .site-branding .logoimg {
	height: 35px;
	margin: 0 20px 0 40px;
}

@media screen and (max-width: 980px) {
	#masthead .site-branding .logoimg {
		margin: 0 20px;
	}
}

#masthead .site-branding .site-description {
	margin: 0;
	font-size: 21px;
	line-height: 49px;
	font-weight: bold;
}

@media screen and (max-width: 980px) {
	#masthead .site-branding .site-description {
		display: none;
	}
}

#masthead .menu-hauptmenu-container {
	width: 100%;
}

#masthead a {
	color: #ffffff;
}

#masthead a:hover {
	color: #ffffff;
}

#masthead a:active {
	color: #ffffff;
}

#masthead a:visited {
	color: #ffffff;
}

#masthead .shrinked {
	height: 35px;
}

#masthead li.vi_wcaio_menu_cart {
	margin-top: -10px;
}

#masthead #site-header-search {
	cursor: pointer;
	position: relative;
	height: 24px;
	width: 24px;
}

@media screen and (max-width: 768px) {
	#masthead #site-header-search {
		height: 40px;
		width: 40px;
	}
}

#masthead #site-header-search li {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 122.879 119.799' fill='white' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M49.988,0h0.016v0.007C63.803,0.011,76.298,5.608,85.34,14.652c9.027,9.031,14.619,21.515,14.628,35.303h0.007v0.033v0.04 h-0.007c-0.005,5.557-0.917,10.905-2.594,15.892c-0.281,0.837-0.575,1.641-0.877,2.409v0.007c-1.446,3.66-3.315,7.12-5.547,10.307 l29.082,26.139l0.018,0.016l0.157,0.146l0.011,0.011c1.642,1.563,2.536,3.656,2.649,5.78c0.11,2.1-0.543,4.248-1.979,5.971 l-0.011,0.016l-0.175,0.203l-0.035,0.035l-0.146,0.16l-0.016,0.021c-1.565,1.642-3.654,2.534-5.78,2.646 c-2.097,0.111-4.247-0.54-5.971-1.978l-0.015-0.011l-0.204-0.175l-0.029-0.024L78.761,90.865c-0.88,0.62-1.778,1.209-2.687,1.765 c-1.233,0.755-2.51,1.466-3.813,2.115c-6.699,3.342-14.269,5.222-22.272,5.222v0.007h-0.016v-0.007 c-13.799-0.004-26.296-5.601-35.338-14.645C5.605,76.291,0.016,63.805,0.007,50.021H0v-0.033v-0.016h0.007 c0.004-13.799,5.601-26.296,14.645-35.338C23.683,5.608,36.167,0.016,49.955,0.007V0H49.988L49.988,0z M50.004,11.21v0.007h-0.016 h-0.033V11.21c-10.686,0.007-20.372,4.35-27.384,11.359C15.56,29.578,11.213,39.274,11.21,49.973h0.007v0.016v0.033H11.21 c0.007,10.686,4.347,20.367,11.359,27.381c7.009,7.012,16.705,11.359,27.403,11.361v-0.007h0.016h0.033v0.007 c10.686-0.007,20.368-4.348,27.382-11.359c7.011-7.009,11.358-16.702,11.36-27.4h-0.006v-0.016v-0.033h0.006 c-0.006-10.686-4.35-20.372-11.358-27.384C70.396,15.56,60.703,11.213,50.004,11.21L50.004,11.21z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	#masthead #site-header-search li {
		background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 122.879 119.799' fill='black' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M49.988,0h0.016v0.007C63.803,0.011,76.298,5.608,85.34,14.652c9.027,9.031,14.619,21.515,14.628,35.303h0.007v0.033v0.04 h-0.007c-0.005,5.557-0.917,10.905-2.594,15.892c-0.281,0.837-0.575,1.641-0.877,2.409v0.007c-1.446,3.66-3.315,7.12-5.547,10.307 l29.082,26.139l0.018,0.016l0.157,0.146l0.011,0.011c1.642,1.563,2.536,3.656,2.649,5.78c0.11,2.1-0.543,4.248-1.979,5.971 l-0.011,0.016l-0.175,0.203l-0.035,0.035l-0.146,0.16l-0.016,0.021c-1.565,1.642-3.654,2.534-5.78,2.646 c-2.097,0.111-4.247-0.54-5.971-1.978l-0.015-0.011l-0.204-0.175l-0.029-0.024L78.761,90.865c-0.88,0.62-1.778,1.209-2.687,1.765 c-1.233,0.755-2.51,1.466-3.813,2.115c-6.699,3.342-14.269,5.222-22.272,5.222v0.007h-0.016v-0.007 c-13.799-0.004-26.296-5.601-35.338-14.645C5.605,76.291,0.016,63.805,0.007,50.021H0v-0.033v-0.016h0.007 c0.004-13.799,5.601-26.296,14.645-35.338C23.683,5.608,36.167,0.016,49.955,0.007V0H49.988L49.988,0z M50.004,11.21v0.007h-0.016 h-0.033V11.21c-10.686,0.007-20.372,4.35-27.384,11.359C15.56,29.578,11.213,39.274,11.21,49.973h0.007v0.016v0.033H11.21 c0.007,10.686,4.347,20.367,11.359,27.381c7.009,7.012,16.705,11.359,27.403,11.361v-0.007h0.016h0.033v0.007 c10.686-0.007,20.368-4.348,27.382-11.359c7.011-7.009,11.358-16.702,11.36-27.4h-0.006v-0.016v-0.033h0.006 c-0.006-10.686-4.35-20.372-11.358-27.384C70.396,15.56,60.703,11.213,50.004,11.21L50.004,11.21z'/%3E%3C/g%3E%3C/svg%3E");
		background-size: contain;
		background-repeat: no-repeat;
	}
}

#masthead #site-header-search .site-header-search-modal {
	position: absolute;
	top: 48px;
	right: 0;
	width: 300px;
	box-shadow: #000 2px 2px 9px 0px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s cubic-bezier(0.58, 0.01, 0.48, 0.96);
}

#masthead #site-header-search .site-header-search-modal input[type="search"] {
	padding: 18px 20px;
	height: auto;
	font-size: 1.1rem;
}

#masthead #site-header-search:hover .site-header-search-modal, #masthead #site-header-search:focus .site-header-search-modal {
	visibility: visible;
	opacity: 1;
}

#masthead #menu-item-account {
	position: relative;
	height: 28px;
	width: 28px;
}

@media screen and (max-width: 768px) {
	#masthead #menu-item-account {
		height: 40px;
		width: 40px;
	}
}

#masthead #menu-item-account a {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	#masthead #menu-item-account a {
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		background-size: contain;
		background-repeat: no-repeat;
	}
}

/**
    Secondary Header - ( Topics header )
*/
#term-navigation {
	max-width: 1300px;
	padding: 25px 0px;
	margin: 0;
	position: static;
	width: 100%;
	z-index: 30;
	background: #ffffff;
}

@media screen and (min-width: 768px) {
	@supports (position: sticky) {
		#term-navigation {
			position: sticky;
			margin: 0;
			top: 60px;
		}
	}
}

#term-navigation .is_active {
	font-weight: bold;
	letter-spacing: 1px;
}

#term-navigation .topic-menu {
	text-align: center;
	padding: 0;
	margin: 0;
}

#term-navigation .topic-menu > li {
	display: inline-block;
	list-style: none;
}

#term-navigation .topic-menu > li a {
	text-decoration: none;
	color: #0f0f0f;
}

#term-navigation .topic-menu > li a:hover {
	color: #00AFCB;
}

@media screen and (min-width: 768px) {
	@supports (position: sticky) {
		.admin-bar #term-navigation {
			top: 92px;
		}
	}
}

.ovalbuttons ul li {
	border: 1px solid #00AFCB;
	border-radius: 20px;
	padding: 5px 30px;
	margin: 5px 0.5rem;
}

.ovalbuttons ul li:hover {
	background: #fdfcfc;
}

.ovalbuttons ul li:hover a {
	color: #fdfcfc;
}

/* Posts and pages
--------------------------------------------- */
body {
	text-align: center;
}

.site {
	max-width: 1300px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 400px;
	padding-bottom: 3rem;
	background-color: #fff;
}

.site-main.single article.entry-header {
	display: block;
}

.site-main article.entry-header {
	display: none;
}

#wrapper {
	background: #fff;
	padding: 0 0 100px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 0 3fr;
	grid-template-columns: 1fr 3fr;
	margin: 0 auto 0 auto;
	position: relative;
}

@supports not (display: grid) {
	#wrapper {
		display: flex;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	#wrapper {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

#main-content {
	-ms-grid-row: 1;
	grid-row-start: 1;
	grid-column-start: span 2;
	padding: 0;
	width: 100%;
	overflow: visible;
}

@supports not (display: grid) {
	#main-content {
		flex-basis: 70%;
		padding-right: 15px;
	}
}

#main-content .no-sidebar {
	grid-column-end: 4;
	grid-column-start: 1;
}

@supports not (display: grid) {
	#main-content .no-sidebar {
		flex-basis: 100%;
		padding-right: 15px;
	}
}

@media screen and (max-width: 768px) {
	#main-content {
		-ms-grid-columns: inherit;
		grid-template-columns: inherit;
	}
}

#main-content article {
	position: relative;
	text-align: left;
	margin: 0 0 2rem 0;
}

#main-content.search article {
	background: #fdfcfc;
}

.woocommerce #main-content {
	grid-column-start: 2;
	grid-row-start: 2;
}

@media screen and (max-width: 768px) {
	.woocommerce #main-content {
		grid-column-start: inherit;
		grid-row-start: inherit;
	}
}

.enedit-link::after {
	content: "✎";
}

.edit-link {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: #00AFCB;
	border: 1px solid #00AFCB;
	border-radius: 24px;
	padding: 5px 18px;
}

.edit-link a {
	text-decoration: none;
	font-weight: bold;
}

.entedit-link:hover {
	background: #00AFCB;
}

.entedit-link:hover a {
	color: #fdfcfc;
}

.enedit-link:hover:after {
	color: #fdfcfc;
}

.grid-loading-overlay {
	top: 132px;
}

.sticky {
	display: block;
}

.post .entry-header,
.page .entry-header,
.article .entry-header {
	border-bottom: 0;
	padding: 0px;
	text-align: center;
}

.post .entry-header .entry-header-text,
.page .entry-header .entry-header-text,
.article .entry-header .entry-header-text {
	text-transform: uppercase;
	max-width: 800px;
	margin: 0 auto;
}

.post .entry-header .entry-header-text .entry-title,
.page .entry-header .entry-header-text .entry-title,
.article .entry-header .entry-header-text .entry-title {
	font-family: "WalbaumGroteskText", normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 42px;
	letter-spacing: 0.01em;
	width: 100%;
	white-space: normal;
	-o-text-overflow: unset;
	text-overflow: unset;
	overflow: visible;
	margin: 4rem 0;
}

.post .entry-header .entry-header-text .secondary-title,
.page .entry-header .entry-header-text .secondary-title,
.article .entry-header .entry-header-text .secondary-title {
	text-transform: initial;
}

.post .entry-header .entry-header-text .entry-pre-meta,
.page .entry-header .entry-header-text .entry-pre-meta,
.article .entry-header .entry-header-text .entry-pre-meta {
	font-weight: bold;
}

.post .entry-header .entry-header-text .entry-pre-meta a,
.page .entry-header .entry-header-text .entry-pre-meta a,
.article .entry-header .entry-header-text .entry-pre-meta a {
	text-decoration: none;
	color: #00AFCB;
}

.post .entry-header .entry-header-text .entry-pre-meta a:hover,
.page .entry-header .entry-header-text .entry-pre-meta a:hover,
.article .entry-header .entry-header-text .entry-pre-meta a:hover {
	color: #000000;
}

.post .entry-header .entry-header-text .entry-meta,
.page .entry-header .entry-header-text .entry-meta,
.article .entry-header .entry-header-text .entry-meta {
	margin: 2rem 0;
}

.post .entry-header .entry-header-text .entry-meta:before,
.page .entry-header .entry-header-text .entry-meta:before,
.article .entry-header .entry-header-text .entry-meta:before {
	content: " ";
	width: 40%;
	height: 0;
	border-top: 1px solid #000;
	display: block;
	margin: 0 auto 1rem auto;
}

.post .entry-header section.featured-image img,
.page .entry-header section.featured-image img,
.article .entry-header section.featured-image img {
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: cover;
	position: relative;
}

.post .post-edit-link,
.page .post-edit-link,
.article .post-edit-link {
	color: #ffffff;
}

div.image-not-found-container {
	position: relative;
}

div.image-not-found-container img.image-not-found {
	filter: grayscale(1);
}

div.image-not-found-container h1.image-not-found, div.image-not-found-container h2.image-not-found, div.image-not-found-container h3.image-not-found, div.image-not-found-container h4.image-not-found, div.image-not-found-container h5.image-not-found, div.image-not-found-container p.image-not-found {
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	transform: translate(0, -50%);
}

section .section-title {
	overflow: hidden;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 4rem 0;
}

section .section-title:before, section .section-title:after {
	content: " ";
	width: 50%;
	border-bottom: 1px dashed #e1dcdc;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5em 0 -55%;
}

section .section-title:after {
	margin: 0 -55% 0 .5em;
}

.related_posts .related_posts_grid.slider {
	margin: 0 2rem;
}

.related_posts .related_posts_grid.slider .js-prev {
	left: -3rem;
}

.related_posts .related_posts_grid.slider .js-next {
	right: -3rem;
}

.related_posts .related_posts_grid.slider li.slider-slide {
	text-align: left;
	background: none;
}

.related_posts .related_posts_grid.slider li.slider-slide .related_post_thumb {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.related_posts .related_posts_grid.slider li.slider-slide .related_post_secondary_title {
	font-size: 0.7rem;
}

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

.page-content,
.entry-content,
.entry-summary {
	text-align: left;
	margin: 0;
	overflow: hidden;
}

.page-content p, .page-content span, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5,
.entry-content p,
.entry-content span,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-summary p,
.entry-summary span,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5 {
	padding: 0 1rem;
}

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

#cookie-notice {
	background-color: rgba(224, 0, 73, 0.96) !important;
	font-size: 18px;
	font-family: "WalbaumGroteskText", normal;
}

#cookie-notice #cn-notice-text {
	display: block !important;
}

#cookie-notice #cn-notice-buttons {
	display: inline-flex !important;
}

#cookie-notice #cn-notice-buttons .cn-button {
	border: 4px solid #00AFCB;
	max-width: 100px;
}

/** slider **/
.slider::before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}

.slider::before, .slider-prev-link {
	left: 1rem;
}

.slider::after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}

.slider::after, .slider-next-link {
	right: 1rem;
}

.slider {
	margin: 0;
	position: relative;
	padding-top: 100% !important;
}

.slider .js-next, .slider .js-prev {
	position: absolute;
	transform: translate(0, -100%);
	top: 50%;
	z-index: 5;
}

.slider .js-next {
	right: 0;
}

.slider .js-prev {
	left: 0;
}

.slider .slider-viewport {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	counter-reset: item;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	box-sizing: border-box;
	scrollbar-color: transparent transparent;
	/* thumb and track color */
	scrollbar-width: 0px;
	-ms-overflow-style: none;
}

.slider .slider-viewport::-webkit-scrollbar {
	width: 0;
}

.slider .slider-viewport::-webkit-scrollbar-track {
	background: transparent;
}

.slider .slider-viewport::-webkit-scrollbar-thumb {
	background: transparent;
	border: none;
}

.slider .slider-viewport .slider-slide {
	position: relative;
	flex: 0 0 calc( 50% - 0.75rem);
	width: calc( 50% - 1rem);
	margin: 0.5rem;
	background: #F2F2F2;
	list-style: none;
	counter-increment: item;
	padding: 2rem;
	scroll-snap-align: start;
}

.slider .slider-viewport .slider-slide .slider-prev-link, .slider .slider-viewport .slider-slide .slider-next-link {
	top: 50%;
	transform: translate(0, -54px);
}

.slider-container {
	container: slider-container / inline-size;
}

@container slider-container ( min-width: 768px ) {
	.slider-container .slider {
		padding-top: 55% !important;
	}
	.slider-container .slider-viewport .slider-slide {
		flex: 0 0 calc( 33.33% - 0.75rem);
		width: calc( 33.33% - 1rem);
	}
}

@container slider-container ( min-width: 980px ) {
	.slider-container .slider {
		padding-top: 40% !important;
	}
	.slider-container .slider-viewport .slider-slide {
		flex: 0 0 calc( 25% - 0.75rem);
		width: calc( 25% - 1rem);
	}
}

.wki-newsletter {
	text-align: center;
	margin: 5rem 10rem;
	line-height: 2rem;
}

.wki-newsletter .newsletter-title, .wki-newsletter h1, .wki-newsletter h2, .wki-newsletter h3, .wki-newsletter h4 {
	font-weight: normal;
	text-transform: uppercase;
}

.wki-newsletter .newsletter-content button, .wki-newsletter .newsletter-content input[type="submit"] {
	background: #575757;
	color: white;
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0.7rem 2rem;
	text-transform: uppercase;
}

.wki-newsletter .newsletter-content button:hover, .wki-newsletter .newsletter-content input[type="submit"]:hover {
	background: #919191;
	color: white;
}

.wki-newsletter .newsletter-content .mailpoet_paragraph {
	display: inline-block;
}

.wki-newsletter .newsletter-content .mailpoet_paragraph input[type="text"], .wki-newsletter .newsletter-content .mailpoet_paragraph input[type="email"] {
	margin: 4rem auto;
	padding: 2rem 4rem;
	width: auto !important;
}

.error-404 .page-content {
	min-height: calc( 100vh - 140px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 3rem;
}

.error-404 .page-content .page-title {
	margin-bottom: 4rem;
}

@media screen and (max-width: 1300px) {
	.error-404 .page-content .notfound-info {
		padding: 1rem;
	}
	.error-404 .page-content .widget_tag_cloud {
		padding: 1rem;
	}
}

.error-404 .page-content .tags-and-category-links {
	grid-column-start: span 2;
	display: grid;
	grid-gap: 3rem;
	grid-template-columns: 3fr 1fr 3fr;
}

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

.bypostauthor {
	display: block;
}

.comments-area {
	margin: 5rem 0 0 0;
	padding: 1rem;
	background: #f1f1f1;
}

.comments-area ol {
	list-style: none;
	text-align: left;
}

.comments-area ol li article {
	margin-bottom: 1rem;
}

.comments-area .logged-in-as span {
	display: block;
}

.comments-area .logged-in-as span span {
	display: inline;
}

.comments-area .comment-respond {
	margin: 4rem 20rem;
}

@media screen and (max-width: 980px) {
	.comments-area .comment-respond {
		margin: 2rem 10rem;
	}
}

@media screen and (max-width: 768px) {
	.comments-area .comment-respond {
		margin: 1rem 2rem;
	}
}

.comments-area .no-comments {
	display: none;
}

/* Sidebar
--------------------------------------------- */
#sidebar {
	grid-row-start: 1;
	width: 75%;
	margin: 0 auto;
	letter-spacing: 0.1em;
}

@supports not (display: grid) {
	#sidebar {
		flex-basis: 30%;
	}
}

#sidebar .search-form input[type="search"], #sidebar .widget .search-form input {
	padding-right: 40px;
	background-image: url(assets/icons/icon_Suche_inaktiv.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: 97% 50%;
	display: inline-block;
	margin: 0;
}

#sidebar .search-form input[type="search"]:focus, #sidebar .search-form input[type="search"]:hover, #sidebar .search-form input[type="search"]:active, #sidebar .widget .search-form input:focus, #sidebar .widget .search-form input:hover, #sidebar .widget .search-form input:active {
	background-image: url(assets/icons/icon_Suche_aktiv.svg);
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

.sticky-wrapper {
	position: sticky;
	top: 90px;
}

@media screen and (max-width: 768px) {
	#sidebar {
		grid-row-start: inherit;
		grid-column-start: inherit;
		width: 90%;
	}
}

/* Footer
--------------------------------------------- */
#footer-container {
	max-width: 1300px;
	margin: auto;
	position: fixed;
	min-height: 200px;
	z-index: -3;
	bottom: 0;
	width: 100%;
	height: auto;
}

#footer-container .neustart_kultur_banner {
	width: 50%;
	margin: 3rem auto;
}

#footer-container .footer-content {
	background: #BFBFBF;
	padding: 45px 0;
	width: 100%;
	margin: 0 auto;
}

#footer-container .widget {
	margin: 0;
	padding: 0 15px;
}

#footer-container .widget_search {
	text-align: right;
}

#footer-container .search-form {
	width: 50%;
	display: inline-block;
}

#footer-container .search-form .search-field, #footer-container .search-form .search-submit {
	width: 100%;
}

#footer-container .search-form .search-submit {
	margin-top: 5px;
}

#footer-container .menu {
	list-style: none;
}

#footer-container .menu a {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
}

#footer-container .menu a:hover, #footer-container .menu a:active {
	color: #00AFCB;
}

#footer-container .menu a:visited {
	color: #ffffff;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* woof woocommerce filter
--------------------------------------------- */
/**
    woof loading overlay

*/
#woof_html_buffer {
	border-radius: 0;
	background: rgba(255, 255, 255, 0.94);
	color: #000;
	font-family: inherit;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.div.woof_info_popup {
	background: rgba(0, 176, 203, 0.705);
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #000000;
}

/* woo wishlist
--------------------------------------------- */
/** product list **/
.tinv-wraper.tinv-wishlist .tinvwl-product-in-list {
	color: #00AFCB;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	transform: translate(25%, 25%);
	width: auto !important;
	text-align: left;
	margin: 0;
}

/** icon **/
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
	font-size: 45px;
}

@media screen and (min-width: 980px) {
	.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
	.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
	.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
	a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before,
	a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
		font-size: 30px;
	}
}

/** wishlist conunter circle mod **/
.wishlist_products_counter.count {
	position: absolute;
	background: #fdfcfc;
	color: #0f0f0f;
	font-size: 11px;
	border-radius: 50%;
	width: 16px;
	padding-top: 16px;
	margin: -4px 0px 0 -17px;
	height: 0;
	box-shadow: -1px 1px 7px;
}

.wishlist_products_counter.count .count-inner {
	position: absolute;
	margin: -15px 0px 0 -15px;
	width: 15px;
	height: 15px;
	font-size: 9px;
	text-align: center;
}

/** WISHLIST PAGE **/
@media screen and (max-width: 768px) {
	.tinvwl-table-manage-list tbody {
		display: block;
	}
	.tinvwl-table-manage-list tbody tr {
		margin: auto;
		display: block;
	}
}

.tinvwl-table-manage-list .product-name {
	text-align: left;
}

/* issuem
--------------------------------------------- */
.issuem_archives_shortcode {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
}

.issuem_archives_shortcode .issuem-archives-issue {
	text-align: center;
}

.issuem_archives_shortcode .issuem-archives-issue .issuem-archives-issue-title {
	font-weight: 600;
	font-size: 1.5rem;
}

@media screen and (max-width: 980px) {
	.issuem_archives_shortcode {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 768px) {
	.issuem_archives_shortcode {
		grid-template-columns: 1fr 1fr;
	}
}

/* issuem
--------------------------------------------- */
.stk-column {
	align-items: center;
}

.stk-column span, .stk-column h1, .stk-column h2, .stk-column h3, .stk-column h4, .stk-column p {
	padding: 0;
}

@media screen and (min-width: 1023px) {
	.wp-block-stackable-column.area-collapsed {
		flex: 1 1 0px;
	}
	.wp-block-stackable-column.area-expanded {
		flex: 10 1 0px;
	}
	.wp-block-stackable-column.transition-one-sec {
		transition: all 1s !important;
	}
	.wp-block-stackable-column.squeezed .wp-block-stackable-icon-label.stk-block-icon-label {
		width: 500px;
		width: max-content;
		height: auto;
		transform: rotate(90deg);
		transform-origin: 75px -89px;
	}
	.wp-block-stackable-column.squeezed .wp-block-stackable-heading h4 {
		width: max-content;
	}
}

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=style.css.map */