@charset "UTF-8";
/*!
Theme Name: Galerie Kunstraum
Theme URI: http://underscores.me/
Author: Marcus Fröhner
Author URI: http://underscores.me/
Description: Agentur Seefeuer
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: lum
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.

Lum 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


/*--------------------------------------------------------------
# Import Lum Page Customs variables
--------------------------------------------------------------*/
/* jost-300 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("_page-customs/assets/fonts/jost-font/jost-v14-latin-300.woff2") format("woff2"), url("_page-customs/assets/fonts/jost-font/jost-v14-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* jost-regular - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("_page-customs/assets/fonts/jost-font/jost-v14-latin-regular.woff2") format("woff2"), url("_page-customs/assets/fonts/jost-font/jost-v14-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* jost-700 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("_page-customs/assets/fonts/jost-font/jost-v14-latin-700.woff2") format("woff2"), url("_page-customs/assets/fonts/jost-font//jost-v14-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* jost-300italic - latin */
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 300;
  src: local(""), url("_page-customs/assets/fonts/jost-font/jost-v14-latin-300italic.woff2") format("woff2"), url("_page-customs/assets/fonts/jost-font/jost-v14-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* jost-italic - latin */
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: local(""), url("_page-customs/assets/fonts/jost-font/jost-v14-latin-italic.woff2") format("woff2"), url("_page-customs/assets/fonts/jost-font/jost-v14-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* jost-700italic - latin */
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: local(""), url("_page-customs/assets/fonts/jost-font/jost-v14-latin-700italic.woff2") format("woff2"), url("_page-customs/assets/fonts/jost-font/jost-v14-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* ICOMOON BASICS */
@font-face {
  font-family: 'icomoon';
  src: url("_page-customs/assets/fonts/icomoon-gk/icomoon.eot?loyxem");
  src: url("_page-customs/assets/fonts/icomoon-gk/icomoon.eot?loyxem#iefix") format("embedded-opentype"), url("_page-customs/assets/fonts/icomoon-gk/icomoon.ttf?loyxem") format("truetype"), url("_page-customs/assets/fonts/icomoon-gk/icomoon.woff?loyxem") format("woff"), url("_page-customs/assets/fonts/icomoon-gk/icomoon.svg?loyxem#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
/*--------------------------------------------------------------
# UNDERSCORE FOLLOWS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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; }

/* 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 {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Jost", "Arial", "Helvetica", "FreeSans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  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;
  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; }

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

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

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  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%; }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* 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);
  line-height: 1;
  padding: 0.6em 1em 0.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%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block; }
  .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 {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    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: 1166px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.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%; }

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

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

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

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

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

/*--------------------------------------------------------------
# Import Lum Page Customs STYLE
--------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.001rem; }

h1, h2, h3, h4, h5 {
  font-family: "Jost", "Arial", "Helvetica", "FreeSans", sans-serif;
  font-weight: 300;
  letter-spacing: -0.025rem;
  color: #000; }

h1, .h1 {
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: 1; }

h2, .h2 {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: .8rem;
  font-weight: 700; }

h3, .h3 {
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: .8rem; }
  h3:first-of-type, .h3:first-of-type {
    margin-top: 0; }
  h3 + p, .h3 + p {
    margin-top: 1.5rem; }
  h3.uk-text-uppercase, .h3.uk-text-uppercase {
    letter-spacing: 0.08rem; }

h4, .h4 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 12px; }
  h4 + p, .h4 + p {
    margin-top: 0; }

h5, .h5 {
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold; }

strong, .uk-text-bold {
  font-weight: 600; }

.content-area {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  .content-area .uk-card h3 {
    font-size: 21px;
    line-height: 1.2;
    -webkit-hyphens: none;
    hyphens: none; }

/*--------------------------------------------------------------
## TEMPLATE SPECIALS
--------------------------------------------------------------*/
h1, .h1 {
  color: red;
  font-weight: 300;
  line-height: 1; }
  h1 span, .h1 span {
    position: relative;
    left: -0.05rem; }
  h1 .small, .h1 .small {
    font-size: 1rem;
    font-weight: 400;
    color: black;
    margin-bottom: 0.4rem;
    letter-spacing: 0.05rem; }
  h1 a, .h1 a {
    color: red !important; }

@media (min-width: 640px) {
  h1 span, .h1 span {
    left: -0.2rem; }

  h2, .h2 {
    font-size: 27px;
    line-height: 1.3; }

  h3, .h3 {
    font-size: 23px;
    line-height: 1.3; }

  h4, .h4 {
    font-size: 19px;
    line-height: 1.3; }

  h5, .h5 {
    font-size: 16px;
    line-height: 1.3; } }
/*--------------------------------------------------------------
## CUSTOM PAGE / PROJEKT STYLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## CUSTOM MIXINS / VORLAGEN
--------------------------------------------------------------*/
/* Animation */
/*--------------------------------------------------------------
## BUTTON
--------------------------------------------------------------*/
.uk-button, a.uk-button, a.wp-block-button__link, a.wp-block-file__button, input[type="submit"], .search-submit {
  font-family: "Jost", "Arial", "Helvetica", "FreeSans", sans-serif;
  margin-right: 8px;
  margin-bottom: 0;
  padding: 10px 28px 10px;
  border: none;
  border-radius: 0;
  color: white;
  background-color: black;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: normal;
  letter-spacing: 0.02em;
  text-transform: none;
  -webkit-hyphens: none; }
  .uk-button:last-of-type, a.uk-button:last-of-type, a.wp-block-button__link:last-of-type, a.wp-block-file__button:last-of-type, input[type="submit"]:last-of-type, .search-submit:last-of-type {
    margin-right: 0; }
  .uk-button.uk-button-default, a.uk-button.uk-button-default, a.wp-block-button__link.uk-button-default, a.wp-block-file__button.uk-button-default, input[type="submit"].uk-button-default, .search-submit.uk-button-default {
    background-color: black; }
  .uk-button.uk-button-primary, a.uk-button.uk-button-primary, a.wp-block-button__link.uk-button-primary, a.wp-block-file__button.uk-button-primary, input[type="submit"].uk-button-primary, .search-submit.uk-button-primary {
    background-color: black; }
  .uk-button.uk-button-secondary, a.uk-button.uk-button-secondary, a.wp-block-button__link.uk-button-secondary, a.wp-block-file__button.uk-button-secondary, input[type="submit"].uk-button-secondary, .search-submit.uk-button-secondary {
    background-color: black; }
  .uk-button:visited, a.uk-button:visited, a.wp-block-button__link:visited, a.wp-block-file__button:visited, input[type="submit"]:visited, .search-submit:visited {
    color: white; }

/*--------------------------------------------------------------
## BRAKEPOINTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch .uk-button, body.no-touch a.wp-block-button__link, body.no-touch input[type="submit"], body.no-touch a.wp-block-button__link, body.no-touch a.wp-block-file__button {
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  body.no-touch .uk-button:hover, body.no-touch a.wp-block-button__link:hover, body.no-touch input[type="submit"]:hover, body.no-touch a.wp-block-button__link:hover, body.no-touch a.wp-block-file__button:hover {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: red;
    color: white !important;
    text-decoration: none; }
body.no-touch .uk-button-default:hover {
  background-color: red; }
body.no-touch .uk-button-primary:hover, body.no-touch .wp-block-button__link:hover {
  background-color: red !important; }
body.no-touch .uk-button-secondary:hover {
  background-color: red; }

/*--------------------------------------------------------------
## CSS - ICONS --- HAMBURGER / CLOSE
--------------------------------------------------------------*/
.btn-wrap {
  width: 100%;
  height: 100%;
  transform: scale(1);
  border-radius: 50%; }

.menu-btn {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: black;
  position: relative;
  transition: all .4s; }

.menu-btn::after {
  content: "";
  position: absolute;
  background: black;
  width: 30px;
  height: 3px;
  border-radius: 0;
  top: 9px;
  transition: all .4s; }

.menu-btn::before {
  content: "";
  position: absolute;
  background: black;
  width: 30px;
  height: 3px;
  border-radius: 0;
  bottom: 9px;
  transition: all .4s; }

.menutoggle {
  height: 67px;
  width: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.menutoggle.active .menu-btn::after {
  transform: rotateZ(45deg) translate(-7px, -7px); }

.menutoggle.active .menu-btn::before {
  transform: rotateZ(-45deg) translate(-6px, 6px); }

.menutoggle.active .menu-btn {
  background: transparent; }

/* ONLY CLOSE-BTN */
.close-btn {
  width: 30px;
  height: 30px; }
  .close-btn.small {
    width: 22px;
    height: 22px; }

.close-btn:before, .close-btn:after, .close-btn.small:before, .close-btn.small:after {
  position: absolute;
  top: 0;
  left: 13px;
  content: ' ';
  height: 30px;
  width: 3px;
  border-radius: 0;
  background-color: black; }

.close-btn.small:before, .close-btn.small:after {
  left: 10px;
  height: 22px;
  width: 2px;
  border-radius: 2px; }

.close-btn:before, .close-btn.small:before {
  transform: rotate(45deg); }

.close-btn:after, .close-btn.small:after {
  transform: rotate(-45deg); }

/*--------------------------------------------------------------
## PAGE CUSTOMS FROM ICOMOON (_fonts.scss)
--------------------------------------------------------------*/
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0 !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "\e902"; }

.icon-zoom-out1:before {
  content: "\e907"; }

.icon-zoom-in1:before {
  content: "\e908"; }

.icon-person:before {
  content: "\e903"; }

.icon-stack1:before {
  content: "\e900"; }

.icon-stack2:before {
  content: "\e906"; }

.icon-envelope:before {
  content: "\e905"; }

.icon-stack:before {
  content: "\e904"; }

.icon-papers:before {
  content: "\e904"; }

.icon-filter:before {
  content: "\ea5b"; }

[class*=uk-modal-close-] {
  top: 18px;
  right: 18px; }

/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch .main-navigation ul li a:hover, body.no-touch .main-navigation ul li a:visited:hover, body.no-touch .main-navigation ul li button:hover, body.no-touch .menutoggle a:hover, body.no-touch .menutoggle a:visited:hover, body.no-touch .menutoggle button:hover {
  color: red;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
body.no-touch .menutoggle:hover .menu-btn, body.no-touch .menutoggle:hover .menu-btn:before, body.no-touch .menutoggle:hover .menu-btn:after {
  background-color: red; }
body.no-touch .menutoggle:hover.active .menu-btn {
  background: transparent; }
body.no-touch .close-btn:hover {
  cursor: pointer; }
body.no-touch .close-btn:before, body.no-touch .close-btn:after {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
body.no-touch .uk-modal-dialog .close-btn:hover:before, body.no-touch .uk-modal-dialog .close-btn:hover:after {
  background-color: red;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/*--------------------------------------------------------------
## Header Navbar
--------------------------------------------------------------*/
.top-navigation ul li a, .top-navigation ul li button, .mobile-menu ul li a, .mobile-menu ul li button {
  font-family: "Jost", "Arial", "Helvetica", "FreeSans", sans-serif;
  text-transform: none;
  font-size: clamp(24px, 8vw, 56px);
  letter-spacing: 0.02em;
  color: black;
  /* CUSTOMS */
  font-weight: 300;
  line-height: 1;
  border: none;
  background: none;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0; }
.top-navigation ul li.current-menu-item a, .top-navigation ul li.current_page_item a, .top-navigation ul li.current_page_parent a, .mobile-menu ul li.current-menu-item a, .mobile-menu ul li.current_page_item a, .mobile-menu ul li.current_page_parent a {
  color: red; }

/* CUSTOMER CUSTOMS: ------------------------------------- */
/*--------------------------------------------------------------
## Options for Small Screens
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Options for MENU BREAKPOINT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Options for Small Screens
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Options for Small Screens
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## SLIDER- / SLIDESHOW- NAVIGATION (UIKIT)
--------------------------------------------------------------*/
.uk-slidenav-previous, .uk-slidenav-next {
  width: 26px;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
  background-size: auto 70%;
  position: relative;
  padding: 0;
  text-align: left; }
  .uk-slidenav-previous svg, .uk-slidenav-next svg {
    color: #e5e5e5;
    opacity: 0.6; }

.uk-slidenav-next {
  text-align: right; }

.uk-lightbox-button.uk-slidenav-previous, .uk-lightbox-button.uk-slidenav-next {
  width: 40px;
  padding: 10px;
  background: none; }

.uk-dotnav > * > * {
  border: none; }

.uk-dotnav > * {
  padding-left: 5px; }
  .uk-dotnav > *:first-of-type {
    padding-left: 0; }

.uk-dotnav {
  margin-left: 0; }
  .uk-dotnav li {
    padding: 0 0 0 6px; }
  .uk-dotnav a {
    background: none;
    width: 7px;
    height: 20px;
    position: relative; }
    .uk-dotnav a:hover {
      background: none; }
    .uk-dotnav a:after {
      width: 7px;
      height: 7px;
      background: black;
      position: absolute;
      content: '';
      display: block;
      top: calc(50% - 4px);
      left: 0;
      border-radius: 50%; }
  .uk-dotnav > .uk-active > a {
    background: none; }
    .uk-dotnav > .uk-active > a:after {
      background: black; }

/* MPE-CUSTOMS ---------------------- */
.uk-dotnav.dotnav-secondary li {
  padding: 0 0 0 8px; }
  .uk-dotnav.dotnav-secondary li:first-of-type {
    padding-left: 0; }
.uk-dotnav.dotnav-secondary a {
  width: 12px; }
  .uk-dotnav.dotnav-secondary a:after {
    width: 12px;
    height: 12px;
    border: 1px solid white;
    background: none; }
.uk-dotnav.dotnav-secondary > .uk-active > a:after {
  border-color: red; }

.postnav.slidenav-l {
  display: none; }
  .postnav.slidenav-l a {
    width: 30px; }
    .postnav.slidenav-l a.prev-posts {
      text-align: right; }
    .postnav.slidenav-l a.next-posts {
      text-align: left; }

.postnav.dotnav .custom-pagination {
  margin-top: 60px !important; }

/* Options for Large Screens ------------------------------- */
@media (min-width: 1200px) {
  /* MPE-CUSTOMS ---------------------- */
  .postnav.slidenav-l {
    display: block; }

  .postnav.dotnav.projects {
    display: none; } }
body.no-touch .uk-slidenav-previous:hover svg, body.no-touch .uk-slidenav-next:hover svg {
  opacity: 1;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: red; }

/*--------------------------------------------------------------
## FORMS
--------------------------------------------------------------*/
.wpcf7-form br {
  display: none; }
.wpcf7-form .wp-block-columns {
  grid-gap: 28px;
  margin-bottom: 12px; }
.wpcf7-form a {
  text-decoration: underline;
  color: black; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 10px;
  font-size: clamp(2rem, 8vw, 2.6rem);
  font-weight: 300;
  color: red; }

/* Absender-Seite in Kontakt-Formular */
input.referer-page {
  display: none; }

span.wpcf7-form-control-wrap {
  display: block;
  width: 100%; }
  span.wpcf7-form-control-wrap .wpcf7-date {
    color: black !important; }
  span.wpcf7-form-control-wrap.referer-page {
    display: none; }
  span.wpcf7-form-control-wrap .wpcf7-list-item {
    margin: 0 0 0.8em 1em; }
  span.wpcf7-form-control-wrap.acceptance {
    border: none;
    clear: both;
    display: block;
    padding: 12px 0; }
    span.wpcf7-form-control-wrap.acceptance span.wpcf7-list-item {
      margin: 0; }
    span.wpcf7-form-control-wrap.acceptance label {
      display: flex;
      position: relative; }
    span.wpcf7-form-control-wrap.acceptance input[type="checkbox"] {
      position: relative;
      top: 3px;
      width: 18px;
      height: 18px; }
    span.wpcf7-form-control-wrap.acceptance .wpcf7-list-item-label {
      padding-left: 2px;
      display: inline-block;
      width: calc(100% - 27px);
      font-size: 14px;
      line-height: 1.6; }
      span.wpcf7-form-control-wrap.acceptance .wpcf7-list-item-label a {
        color: black; }

span.wpcf7-form-control-wrap.your-message {
  float: left; }

.wpcf7-not-valid-tip {
  position: absolute;
  top: -30px;
  display: none !important; }

.wpcf7-not-valid:focus + .wpcf7-not-valid-tip {
  display: none !important; }

div.wpcf7-response-output {
  border: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important; }

.wpcf7-validation-errors, .wpcf7-acceptance-missing {
  border: none !important;
  padding: 0 !important;
  color: red; }

.wpcf7-mail-sent-ok {
  color: green; }

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 {
  display: flex;
  border: 1px solid #e8e8e8;
  border-radius: 0 !important;
  padding: 10px 16px;
  line-height: 20px;
  margin: 0;
  width: 100%;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  box-sizing: border-box;
  background: #e8e8e8 !important;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  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: rgba(42, 54, 66, 0.6); }
  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 {
    border: 1px solid #a1a1a1;
    color: #000;
    background: white !important;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    input[type="text"]:focus::placeholder,
    input[type="email"]:focus::placeholder,
    input[type="url"]:focus::placeholder,
    input[type="password"]:focus::placeholder,
    input[type="search"]:focus::placeholder,
    input[type="number"]:focus::placeholder,
    input[type="tel"]:focus::placeholder,
    input[type="range"]:focus::placeholder,
    input[type="date"]:focus::placeholder,
    input[type="month"]:focus::placeholder,
    input[type="week"]:focus::placeholder,
    input[type="time"]:focus::placeholder,
    input[type="datetime"]:focus::placeholder,
    input[type="datetime-local"]:focus::placeholder,
    input[type="color"]:focus::placeholder,
    textarea:focus::placeholder {
      color: rgba(42, 54, 66, 0.6); }
  input[type="text"].wpcf7-not-valid,
  input[type="email"].wpcf7-not-valid,
  input[type="url"].wpcf7-not-valid,
  input[type="password"].wpcf7-not-valid,
  input[type="search"].wpcf7-not-valid,
  input[type="number"].wpcf7-not-valid,
  input[type="tel"].wpcf7-not-valid,
  input[type="range"].wpcf7-not-valid,
  input[type="date"].wpcf7-not-valid,
  input[type="month"].wpcf7-not-valid,
  input[type="week"].wpcf7-not-valid,
  input[type="time"].wpcf7-not-valid,
  input[type="datetime"].wpcf7-not-valid,
  input[type="datetime-local"].wpcf7-not-valid,
  input[type="color"].wpcf7-not-valid,
  textarea.wpcf7-not-valid {
    background: red !important;
    color: white; }
    input[type="text"].wpcf7-not-valid::placeholder,
    input[type="email"].wpcf7-not-valid::placeholder,
    input[type="url"].wpcf7-not-valid::placeholder,
    input[type="password"].wpcf7-not-valid::placeholder,
    input[type="search"].wpcf7-not-valid::placeholder,
    input[type="number"].wpcf7-not-valid::placeholder,
    input[type="tel"].wpcf7-not-valid::placeholder,
    input[type="range"].wpcf7-not-valid::placeholder,
    input[type="date"].wpcf7-not-valid::placeholder,
    input[type="month"].wpcf7-not-valid::placeholder,
    input[type="week"].wpcf7-not-valid::placeholder,
    input[type="time"].wpcf7-not-valid::placeholder,
    input[type="datetime"].wpcf7-not-valid::placeholder,
    input[type="datetime-local"].wpcf7-not-valid::placeholder,
    input[type="color"].wpcf7-not-valid::placeholder,
    textarea.wpcf7-not-valid::placeholder {
      color: white; }
    input[type="text"].wpcf7-not-valid:focus,
    input[type="email"].wpcf7-not-valid:focus,
    input[type="url"].wpcf7-not-valid:focus,
    input[type="password"].wpcf7-not-valid:focus,
    input[type="search"].wpcf7-not-valid:focus,
    input[type="number"].wpcf7-not-valid:focus,
    input[type="tel"].wpcf7-not-valid:focus,
    input[type="range"].wpcf7-not-valid:focus,
    input[type="date"].wpcf7-not-valid:focus,
    input[type="month"].wpcf7-not-valid:focus,
    input[type="week"].wpcf7-not-valid:focus,
    input[type="time"].wpcf7-not-valid:focus,
    input[type="datetime"].wpcf7-not-valid:focus,
    input[type="datetime-local"].wpcf7-not-valid:focus,
    input[type="color"].wpcf7-not-valid:focus,
    textarea.wpcf7-not-valid:focus {
      color: white; }
      input[type="text"].wpcf7-not-valid:focus::placeholder,
      input[type="email"].wpcf7-not-valid:focus::placeholder,
      input[type="url"].wpcf7-not-valid:focus::placeholder,
      input[type="password"].wpcf7-not-valid:focus::placeholder,
      input[type="search"].wpcf7-not-valid:focus::placeholder,
      input[type="number"].wpcf7-not-valid:focus::placeholder,
      input[type="tel"].wpcf7-not-valid:focus::placeholder,
      input[type="range"].wpcf7-not-valid:focus::placeholder,
      input[type="date"].wpcf7-not-valid:focus::placeholder,
      input[type="month"].wpcf7-not-valid:focus::placeholder,
      input[type="week"].wpcf7-not-valid:focus::placeholder,
      input[type="time"].wpcf7-not-valid:focus::placeholder,
      input[type="datetime"].wpcf7-not-valid:focus::placeholder,
      input[type="datetime-local"].wpcf7-not-valid:focus::placeholder,
      input[type="color"].wpcf7-not-valid:focus::placeholder,
      textarea.wpcf7-not-valid:focus::placeholder {
        color: #a1a1a1; }

span.wpcf7-form-control-wrap[data-name="acceptance"] {
  padding-bottom: 10px;
  max-width: 100%;
  font-size: 16px; }
  span.wpcf7-form-control-wrap[data-name="acceptance"] .wpcf7-list-item {
    margin: 0 !important; }
span.wpcf7-form-control-wrap .wpcf7-quiz-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 16px; }

.search-submit {
  height: 100%;
  margin: 0 0 0 1px;
  border: none;
  padding: 0 14px !important;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .search-submit:before {
    font-size: 1.6rem; }
  .search-submit[disabled] {
    opacity: 0.6; }

input[type="submit"]:hover, button[type="submit"]:hover {
  cursor: pointer; }

input[type="submit"]:disabled:hover, button[type="submit"]:disabled:hover {
  cursor: inherit; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 60px white inset !important;
  background-color: #e8e8e8 !important;
  background-clip: content-box !important; }

/*--------------------------------------------------------------
## CUSTOMER SPECIALS
------------------------------------------------------------- */
input[type="checkbox"], .tnp-subscription input[type="checkbox"], .tnp-subscription-minimal input[type="checkbox"], .uk-checkbox {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  overflow: hidden;
  margin: 0;
  margin-top: -3px;
  margin-right: 8px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #e8e8e8;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  transition: .2s ease-in-out;
  transition-property: background-color,border; }
  input[type="checkbox"]:checked, .tnp-subscription input[type="checkbox"]:checked, .tnp-subscription-minimal input[type="checkbox"]:checked, .uk-checkbox:checked {
    background-color: red; }

.wpcf7-form h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 600; }
.wpcf7-form h3 {
  margin-bottom: 30px;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 300; }

label {
  display: block; }

select {
  display: block; }

/*--------------------------------------------------------------
## GUTENBERG BUTTON CUSTOMS
--------------------------------------------------------------*/
/*
a.wp-block-file__button {
    padding: 12px 28px 12px !important;
}
*/
/*--------------------------------------------------------------
## GUTENBERG GRID CUSTOMS
--------------------------------------------------------------*/
.wp-block-columns {
  display: grid;
  grid-gap: 30px; }

.wp-block-columns > * {
  grid-column: 1 / -1;
  margin: 0 !important; }

@media (min-width: 960px) {
  .wp-block-columns {
    grid-template-columns: repeat(12, 1fr); }

  .wp-block-column {
    grid-column-start: auto;
    grid-column-end: span 6; }

  .wp-block-column:only-child {
    grid-column-end: span 12; } }
@media (min-width: 960px) {
  /* Three column layout */
  .wp-block-column:not([style*='flex-basis']):nth-last-child(3):first-child,
  .wp-block-column:not([style*='flex-basis']):nth-last-child(3):first-child
  ~ .wp-block-column {
    grid-column-end: span 4; }

  /* "25 / 50 / 25" layout */
  .wp-block-column[style*='25%'] {
    grid-column-end: span 3; }

  .wp-block-column[style*='50%'] {
    grid-column-end: span 6; }

  /* "30 / 70" and "70 / 30" layouts */
  .wp-block-column[style*='33.33%'] {
    grid-column-end: span 4; }

  .wp-block-column[style*='66.66%'] {
    grid-column-end: span 8; } }
/*--------------------------------------------------------------
## GUTENBERG FRONTEND STYLES
--------------------------------------------------------------*/
.has-white-color {
  color: #ffffff !important; }

.has-white-background-color {
  background-color: #ffffff !important; }

.has-red-color {
  color: #b41e19 !important; }

.has-red-background-color {
  background-color: #b41e19 !important; }

.has-reddark-color {
  color: #6a1815 !important; }

.has-reddark-background-color {
  background-color: #6a1815 !important; }

.has-grey-color {
  color: #282828 !important; }

.has-grey-background-color {
  background-color: #282828 !important; }

.has-black-color {
  color: #000000 !important; }

.has-black-background-color {
  background-color: #000000 !important; }

body.no-touch .wp-block-button__link.has-red-background-color:hover {
  background-color: #6a1815 !important; }

body.no-touch .wp-block-button__link.has-reddark-background-color:hover {
  background-color: #150504 !important; }

body.no-touch .wp-block-button__link.has-grey-background-color:hover {
  background-color: black !important; }

body.no-touch .wp-block-button__link.has-black-background-color:hover {
  background-color: #333333 !important; }

.alignwide,
.alignfull {
  margin: 0 auto;
  box-sizing: content-box; }
  .alignwide.has-background,
  .alignfull.has-background {
    box-sizing: border-box; }

.alignwide {
  margin: 0 auto;
  max-width: 100%;
  width: 100%; }

.alignfull {
  max-width: 100vw;
  margin: 0 calc(50% - 50vw); }
  .alignfull.section > .wp-block-group__inner-container {
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box; }

/* Options for Small Screens ---------------------------------------------------------------- */
/* Options for Medium Screens ---------------------------------------------------------------- */
@media (min-width: 960px) {
  .alignwide {
    width: 100%;
    max-width: 100%; }

  .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc((900px - 100vw)/2); }
    .alignfull .alignwide {
      max-width: 1400px; }
      .alignfull .alignwide p {
        max-width: 900px;
        margin: auto; }

  .wp-block-group.has-background .alignwide {
    width: 100%;
    margin: 0; } }
/* Options for Large Screens ----------------------------- WIDE ----------------------------- */
@media (min-width: 1200px) {
  .alignwide {
    padding-left: 0;
    padding-right: 0; }
    .alignwide .wp-block-group.has-background .alignwide {
      width: 1400px;
      max-width: 1400px;
      margin: 0 calc((900px - 1400px)/2); }

  .alignfull {
    margin: 0 calc((1200px - 100vw)/2); }
    .alignfull .alignwide {
      padding-left: 0;
      padding-right: 0; }
      .alignfull .alignwide p {
        max-width: 1200px; } }
@media (min-width: calc( 1200px + 100px )) {
  .alignwide {
    width: 1200px;
    max-width: 1200px;
    margin: 0 calc((1200px - 1200px)/2); }

  .wp-block-group.has-background .alignwide {
    width: 1400px;
    max-width: 1400px;
    margin: 0 calc((900px - 1400px)/2); } }
@media (min-width: calc( 1400px + 100px )) {
  .alignwide {
    width: 1400px;
    max-width: 1400px;
    margin: 0 calc((1200px - 1400px)/2); } }
/*--------------------------------------------------------------
## MODAL CUSTOMS
--------------------------------------------------------------*/
.uk-modal {
  z-index: 6665;
  background-color: rgba(120, 120, 120, 0.8);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); }
  .uk-modal#overlay-menu {
    z-index: 6663; }
  .uk-modal h2 {
    color: #000; }

.uk-modal-dialog {
  font-size: 18px !important;
  line-height: 1.5;
  width: 760px;
  padding: 40px; }

#modal-search .uk-modal-dialog {
  width: 480px; }

.uk-modal-footer {
  background: none;
  padding: 23px 0 0 0; }

/* removes the original Modal-Animation for the new */
.uk-modal-dialog, .uk-modal {
  transition-duration: 0s; }

/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch .uk-modal .uk-close {
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  body.no-touch .uk-modal .uk-close:hover {
    color: black;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

/*--------------------------------------------------------------
## BORLABS COOKIE PLUGIN
--------------------------------------------------------------*/
div[data-borlabs-cookie-blocked-content] {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
  div[data-borlabs-cookie-blocked-content]:last-of-type {
    margin-bottom: 0; }
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct {
    width: 100%;
    min-height: 100% !important;
    max-height: 360px !important;
    margin: 0 !important; }
    div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-thumbnail {
      overflow: hidden; }
      div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-thumbnail img {
        margin: 0 !important;
        -webkit-filter: blur(3px);
        /* Safari */
        filter: blur(3px); }
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 81, 79, 0.7); }
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-text {
    height: 100%; }

[data-borlabs-cookie-wrap] * {
  font-family: "Jost", "Arial", "Helvetica", "FreeSans", sans-serif !important; }

[data-borlabs-cookie-wrap="inline"] p.borlabsCookieHeadline {
  font-family: "Jost", "Arial", "Helvetica", "FreeSans", sans-serif !important;
  font-weight: 600; }

[data-borlabs-cookie-wrap] [data-borlabs-cookie] p {
  color: #000 !important; }

[data-borlabs-cookie-log] {
  margin-left: -2px; }

[data-borlabs-cookie-log] th {
  text-transform: uppercase;
  font-weight: 600;
  text-align: left !important; }

/*--------------------------------------------------------------
## BREAKPOINTS
--------------------------------------------------------------*/
@media (min-width: 640px) {
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-text p, div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-text p label {
    font-size: 12px !important; }
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct.bc-bct-youtube .bc-text a[role="button"] {
    font-size: 14px !important; } }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## OVERLAY MENU
--------------------------------------------------------------*/
/* MODAL */
#overlay-menu {
  padding: 100px 0 0 0;
  background: white;
  opacity: 0; }
  #overlay-menu.stickyOn {
    padding: 100px 0 0 0; }
  #overlay-menu.uk-open {
    opacity: 1; }
  #overlay-menu .uk-modal-dialog {
    transition: none;
    background: none;
    height: 100%;
    overflow: scroll;
    padding: 0;
    margin: 0 auto !important;
    width: 100%; }
    #overlay-menu .uk-modal-dialog .mobile-menu ul {
      list-style: none;
      padding-left: 0;
      margin: auto; }
      #overlay-menu .uk-modal-dialog .mobile-menu ul li a {
        display: block;
        color: black;
        padding: 16px 0; }
      #overlay-menu .uk-modal-dialog .mobile-menu ul li.current-menu-item a, #overlay-menu .uk-modal-dialog .mobile-menu ul li.current_page_item a, #overlay-menu .uk-modal-dialog .mobile-menu ul li.current_page_parent a {
        color: red; }

/* Options for Small Screens -------------------------------- */
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch #overlay-menu .uk-modal-dialog .mobile-menu ul li a:hover {
  color: red; }

/* set background transparent for selected element: */
div::-moz-selection {
  background: transparent; }

div::selection, .site-header *::selection, #overlay-menu *::selection {
  background: none;
  color: black; }

::selection {
  background-color: red;
  color: white; }

html {
  height: 100%; }

body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  background-color: #e5e5e5;
  background-image: url("_page-customs/assets/images/backgrounds/galerie-kunstraum-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #000; }

a {
  color: black; }

a:hover {
  text-decoration: none; }

a:visited {
  color: black; }

a:active {
  outline: none; }

a:focus, button:focus {
  /* Barrierefrei-Test*/ }

.site-content {
  position: relative;
  background: white;
  z-index: 1; }

.content-area {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.5;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 100px;
  font-weight: 300; }

/*--------------------------------------------------------------
## HEADER / NAVBAR
--------------------------------------------------------------*/
.site-header {
  z-index: 6664 !important;
  background-color: white; }
  .site-header.uk-sticky.uk-active {
    background-color: none; }

.menutoggle-wrap {
  right: 0;
  top: 40px; }

.menutoggle {
  transform: scale(0.8);
  transform-origin: right center; }

.site-branding {
  width: 320px;
  background: rgba(0, 0, 0, 0.1);
  padding: 40px 30px 25px; }
  .site-branding .site-title {
    transform: scale(0.8); }
    .site-branding .site-title .uk-logo {
      font-family: "Jost", "Arial", "Helvetica", "FreeSans", sans-serif;
      line-height: 1.1;
      color: black; }
      .site-branding .site-title .uk-logo > div:first-of-type {
        font-size: 0.6em;
        letter-spacing: 0.08rem; }
      .site-branding .site-title .uk-logo > div:nth-of-type(2) {
        font-weight: 700;
        font-size: 1.4em; }
        .site-branding .site-title .uk-logo > div:nth-of-type(2) em {
          font-style: normal;
          color: red; }

/*--------------------------------------------------------------
## CONTENT
--------------------------------------------------------------*/
.entry-header {
  margin-bottom: 0; }
  .entry-header .entry-title {
    margin: 0; }
  .entry-header .entry-meta {
    margin: 0; }

.post-title .entry-meta {
  margin-bottom: 9px;
  font-size: 0.9rem;
  font-family: "Jost", "Arial", "Helvetica", "FreeSans", sans-serif; }
  .post-title .entry-meta a {
    color: red !important;
    font-weight: 400; }

h2 + p {
  margin-top: 0; }

.entry-content a:not(.uk-button, .wp-block-button__link), .content-area a:not(.uk-button, .wp-block-button__link) {
  color: black; }
.entry-content p a:not(.uk-button), .content-area p a:not(.uk-button) {
  word-break: break-word; }
.entry-content p a:not(.uk-button), .content-area p a:not(.uk-button) {
  text-decoration: underline; }

.page-header {
  margin-bottom: 70px; }

* + figure, * + figure.alignwide {
  margin-top: calc(20px * 2); }

h2 + figure, h2 + div {
  margin-top: 30px; }

h2 + figure .borlabs-cookie-responsive-iframe-wrapper {
  padding-top: 0; }

figure + * {
  margin-top: calc(20px * 2); }

figure, figure.alignwide {
  margin-bottom: 20px; }

figure.alignfull {
  margin-bottom: calc(20px * 4); }

p:last-child {
  margin-bottom: 1rem; }

ul, ol {
  padding-left: 20px;
  margin-left: 0; }

.edit-link {
  display: block;
  margin: 40px 0; }

/*--------------------------------------------------------------
## INDEX OF POSTS / BLOGPOSTS
--------------------------------------------------------------*/
.posts {
  position: relative; }

.posts-index .posttitle a {
  color: black; }
.posts-index a.readmore {
  margin-top: 12px;
  margin-bottom: 20px;
  color: black; }

.hover-fx {
  display: none; }

/*--------------------------------------------------------------
## POSTNAV / SLIDENAV / DOTNAV
--------------------------------------------------------------*/
.post-navigation-iconnav a {
  margin-bottom: 0;
  width: 33px; }
  .post-navigation-iconnav a span {
    transition: none !important; }
  .post-navigation-iconnav a.nav-previous.uk-button {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0; }
  .post-navigation-iconnav a.nav-next.uk-button {
    padding-left: 0;
    padding-right: 0; }
  .post-navigation-iconnav a.uk-button .uk-icon {
    position: relative;
    top: -1px; }
  .post-navigation-iconnav a.backtogrid, .post-navigation-iconnav a.backtolist {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 46px; }
    .post-navigation-iconnav a.backtogrid svg, .post-navigation-iconnav a.backtolist svg {
      width: 18px;
      position: relative;
      top: 1px; }

/*--------------------------------------------------------------
## PAGINATION NUMBERED
--------------------------------------------------------------*/
.custom-pagination {
  margin-top: 100px !important; }
  .custom-pagination ul {
    list-style: none;
    padding: 0;
    margin: 60px 0 0 0;
    text-align: center; }
    .custom-pagination ul li {
      display: inline-flex;
      margin-left: 10px; }
      .custom-pagination ul li:first-of-type {
        margin-left: 0; }
      .custom-pagination ul li a, .custom-pagination ul li div {
        display: inline-block;
        width: 26px;
        height: 32px;
        font-family: "Jost", "Arial", "Helvetica", "FreeSans", sans-serif;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
        font-size: 1rem;
        background: black;
        color: white !important; }
        .custom-pagination ul li a.first span, .custom-pagination ul li a.prev span, .custom-pagination ul li a.next span, .custom-pagination ul li a.last span, .custom-pagination ul li div.first span, .custom-pagination ul li div.prev span, .custom-pagination ul li div.next span, .custom-pagination ul li div.last span {
          position: relative;
          top: -1px; }
      .custom-pagination ul li .current {
        border: none;
        background: red; }

/*--------------------------------------------------------------
## EINBETTUNGEN WP
--------------------------------------------------------------*/
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 0;
  box-sizing: border-box; }

/*--------------------------------------------------------------
## WORDPRESS IMAGE & GALLERY
--------------------------------------------------------------*/
.wp-block-image figcaption {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 12px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5; }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  line-height: 1.5; }

.wp-block-gallery, .wp-block-gallery.alignwide, .wp-block-gallery.alignfull {
  margin-top: calc(35px * 2); }

h2 + .wp-block-gallery, h2 + .wp-block-gallery.alignwide {
  margin-top: 0; }

/* Image-Link Hover Animation in Image and Gallery*/
.wp-block-image a, .wp-block-gallery .blocks-gallery-item a, .posts a {
  display: block;
  overflow: hidden; }
  .wp-block-image a img, .wp-block-gallery .blocks-gallery-item a img, .posts a img {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, filter; }

/*--------------------------------------------------------------
## BORLABS COOKIE
--------------------------------------------------------------*/
.borlabs_cookie_log th {
  text-align: left !important; }

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.site-footer {
  grid-row-start: 2;
  grid-row-end: 3;
  color: #000;
  font-family: "Jost", "Arial", "Helvetica", "FreeSans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  z-index: 1;
  background: white; }
  .site-footer a {
    color: #000; }
  .site-footer .inner-wrap {
    max-width: 100%;
    margin: 0 auto; }
  .site-footer .footer-content-wrap {
    width: 320px;
    padding: 24px 30px 10px;
    font-weight: 400; }
  .site-footer .uk-navbar-nav > li a {
    font-size: 0.9em;
    color: #000;
    padding: 0;
    min-height: unset; }
  .site-footer .uk-navbar-nav > li:first-of-type {
    margin-right: auto; }

/*--------------------------------------------------------------
## SUCHE / SUCHERGEBNISSE WP
--------------------------------------------------------------*/
.search-results .site-main article {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
  padding: 30px 0; }
  .search-results .site-main article:first-of-type {
    padding-top: 0; }
  .search-results .site-main article:last-of-type {
    padding-bottom: 0;
    border: none; }
  .search-results .site-main article .search-result-type {
    margin-bottom: 0.25rem;
    display: none; }
  .search-results .site-main article.type-werke .search-result-type.type-werke {
    display: block; }
  .search-results .site-main article.type-kuenstler .search-result-type.type-kuenstler {
    display: block; }
  .search-results .site-main article.type-ausstellungen .search-result-type.type-ausstellungen {
    display: block; }
  .search-results .site-main article.type-page .search-result-type.type-page {
    display: block; }
  .search-results .site-main article.type-post .search-result-type.type-post {
    display: block; }

.wp-block-group.alignfull > .wp-block-group__inner-container .wp-block-group {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto; }
.wp-block-group.has-background {
  padding-left: 20px;
  padding-right: 20px; }
  .wp-block-group.has-background:last-child {
    margin-bottom: 0; }

.uk-container {
  padding-left: 20px;
  padding-right: 20px; }

/*--------------------------------------------------------------
## TEMPLATE SPECIALS
--------------------------------------------------------------*/
.site-branding, .menutoggle, .footer-content-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px); }

.logotxt em {
  font-style: normal;
  color: black; }

.entry-content p + .wp-block-buttons {
  margin-top: 35px; }

.uk-lightbox {
  background: white !important;
  z-index: 6666; }
  .uk-lightbox .uk-lightbox-toolbar {
    background: none; }
  .uk-lightbox .uk-lightbox-caption {
    color: #000; }
  .uk-lightbox .uk-lightbox-items > * > * {
    max-width: 75vw;
    max-height: 75vh; }
  .uk-lightbox .uk-spinner, .uk-lightbox .uk-icon {
    box-shadow: none;
    color: black; }
  .uk-lightbox .uk-lightbox-toolbar-icon {
    color: black; }
  .uk-lightbox .uk-lightbox-button svg {
    color: black;
    opacity: 1; }

/* ToTOP-Button */
.special-nav {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6666;
  transform: scale(0.8);
  transform-origin: right bottom; }
  .special-nav #toTopBtn {
    opacity: 0.4;
    background: rgba(255, 255, 255, 0.85);
    color: black;
    height: 67px;
    width: 67px;
    padding: 0;
    transform: scale(0);
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .special-nav #toTopBtn.active {
      right: 10px;
      opacity: 1;
      transform: scale(1);
      -moz-transition: all 0.4s ease-out;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }

.acc .uk-accordion-title {
  padding: 16px 0 16px 0;
  font-size: 1rem;
  line-height: 1.8; }
  .acc .uk-accordion-title h3, .acc .uk-accordion-title .h3 {
    margin: 0;
    display: inline-block; }
  .acc .uk-accordion-title:before {
    background: none;
    font-size: 20px; }
.acc .uk-accordion-title::before {
  margin: 0 20px 0 0;
  width: 16px;
  height: 100%;
  display: inline-block;
  float: none;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  content: '+';
  color: black; }
.acc .uk-open > .uk-accordion-title::before {
  content: '-'; }
.acc > :nth-child(n+1) {
  margin: 0;
  border-bottom: 1px solid #c4c4c4; }
.acc .uk-accordion-content {
  padding-bottom: 46px; }

header .date {
  font-weight: 400; }

a.btn-artistportrait, a.btn-werke {
  position: relative;
  padding-left: 22px;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  a.btn-artistportrait:before, a.btn-werke:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'icomoon' !important; }

a.btn-werke:before {
  content: '\e906';
  font-size: 1.2rem; }

a.btn-artistportrait:before {
  content: '\e903';
  font-size: 1.15rem; }

.passepartout {
  background: white; }
  .passepartout.artist, .passepartout.werk {
    padding: 30px;
    position: relative;
    aspect-ratio: 16/9; }
    .passepartout.artist img, .passepartout.werk img {
      height: 100%;
      width: auto; }
  .passepartout.werk {
    box-sizing: border-box;
    aspect-ratio: 1/1;
    padding: 0; }

.werke-grid {
  margin-top: 60px;
  margin-bottom: 120px;
  gap: 40px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .werke-grid.artist {
    margin-top: 30px; }
  .werke-grid > div {
    flex: 0 0 100%; }
  .werke-grid button {
    padding: 0;
    border: 0;
    background: none; }
  .werke-grid .imgwrap {
    padding: 24px; }
  .werke-grid .info {
    background: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.6;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 0;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .werke-grid .info h3 {
      font-size: 1rem; }
    .werke-grid .info button {
      color: red; }
    .werke-grid .info:hover {
      opacity: 1;
      -moz-transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      cursor: pointer; }
  .werke-grid .toolbar {
    padding: 10px 12px 0 16px; }
    .werke-grid .toolbar a, .werke-grid .toolbar button {
      color: #555555;
      font-weight: 300;
      font-size: clamp(0.9rem, 2vw, 0.9rem);
      position: relative;
      padding-left: 22px;
      -moz-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .werke-grid .toolbar a:before, .werke-grid .toolbar button:before {
        content: '';
        width: 14px;
        height: 14px;
        display: inline-block;
        position: absolute;
        top: 2px;
        left: 0;
        font-family: 'icomoon' !important; }
      .werke-grid .toolbar a.zoom, .werke-grid .toolbar button.zoom {
        padding-left: 17px; }
        .werke-grid .toolbar a.zoom:before, .werke-grid .toolbar button.zoom:before {
          content: "\e908";
          top: 0; }
      .werke-grid .toolbar a.form-toggle:before, .werke-grid .toolbar button.form-toggle:before {
        content: "\e905";
        font-size: 1.05rem; }
      .werke-grid .toolbar a:hover, .werke-grid .toolbar button:hover {
        color: red;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }

#filtermodal .uk-modal-dialog {
  width: 500px; }

ul.filter li {
  margin: 0 !important;
  border-bottom: 1px solid #e5e5e5; }
  ul.filter li a {
    padding: 11px 0 10px;
    display: block; }
    ul.filter li a.checked {
      color: red; }

.archive-article.auststellungen {
  margin-bottom: 100px; }
  .archive-article.auststellungen:last-of-type {
    margin: 0; }

/* STARTSEITE SPECIALS */
body.home .site {
  background-color: white; }
body.home .site-branding .ausstellung-info, body.home .content-area .ausstellung-info {
  display: none;
  padding: 0 23px 15px; }
  body.home .site-branding .ausstellung-info h2, body.home .content-area .ausstellung-info h2 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 2px 0; }
  body.home .site-branding .ausstellung-info .ausstellung-date, body.home .content-area .ausstellung-info .ausstellung-date {
    margin: 0 0 2px 0;
    font-weight: 600; }
  body.home .site-branding .ausstellung-info .detail-btn, body.home .content-area .ausstellung-info .detail-btn {
    display: inline-block;
    margin: 6px 0 15px 0;
    padding: 6px 20px 0 0;
    border-top: 1px solid black;
    letter-spacing: 0.05rem; }
body.home .content-area {
  padding-bottom: 0; }
  body.home .content-area .ausstellung-info {
    display: block;
    padding: 40px 0 0 0; }
body.home .uk-slideshow .slider-title-wrap {
  max-width: 100%;
  width: 100%; }
  body.home .uk-slideshow .slider-title-wrap .slider-title {
    margin: 0 auto 30px auto; }
    body.home .uk-slideshow .slider-title-wrap .slider-title h1 {
      font-size: clamp(3rem, 9vw, 14rem);
      line-height: 0.9;
      display: table-caption; }

/*--------------------------------------------------------------
## BREAKPOINTS
--------------------------------------------------------------*/
@media (min-width: 375px) {
  .wp-block-group.has-background, .uk-container {
    padding-left: 25px;
    padding-right: 25px; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  .menutoggle-wrap, .special-nav {
    right: 14px; }

  .menutoggle, .special-nav {
    transform: scale(0.9); }

  .site-branding .site-title {
    transform: scale(0.9); } }
@media (min-width: 480px) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  .menutoggle, .special-nav {
    transform: scale(1); }

  .site-branding .site-title {
    transform: scale(1); }

  .werke-grid > div {
    flex: 0 0 calc(50% - 20px); }

  .info-grid {
    display: grid;
    grid-template-columns: auto 50%; } }
/* Options for Small Screens ------------------------------- */
@media (min-width: 640px) {
  .content-area {
    width: 80%;
    font-size: 18px;
    line-height: 1.5; }

  .wp-block-group.alignfull > .wp-block-group__inner-container .wp-block-group {
    max-width: 760px; }
    .wp-block-group.alignfull > .wp-block-group__inner-container .wp-block-group.alignwide {
      max-width: 1400px; }
    .wp-block-group.alignfull > .wp-block-group__inner-container .wp-block-group.alignfull {
      max-width: 100%; }
  .wp-block-group.has-background {
    padding-left: 30px;
    padding-right: 30px; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */ }
/* Options for Medium Screens ------------------------------ */
@media (min-width: 960px) {
  .posts-index * + .uk-grid-margin {
    margin-top: 60px !important; }

  .content-area {
    width: 100%;
    max-width: 900px;
    padding-top: 40px; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  .special-nav {
    right: 36px;
    bottom: 0; }

  .werke-grid > div {
    flex: 0 0 calc(31% - 6px); } }
/* Options for Large Screens ------------------------------- */
@media (min-width: 1200px) {
  .content-area {
    max-width: 960px; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  .site-header, .site-footer {
    background: none;
    width: 320px !important;
    left: calc((50vw + (960px / 2) ) - 320px ); }

  .site-branding {
    padding: 80px 30px 0; }
    .site-branding .site-title {
      margin-bottom: 15px; }

  .menutoggle-wrap {
    right: -95px;
    top: 80px; }

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

  .special-nav {
    position: fixed !important;
    bottom: 0 !important;
    right: unset;
    left: calc((50vw + (960px / 2) ) + 28px ); }

  /* STARTSEITE SPECIALS */
  body.home .site-branding .ausstellung-info {
    padding: calc(100vh - 550px) 23px 15px; }
    body.home .site-branding .ausstellung-info.show {
      display: block; }
    body.home .site-branding .ausstellung-info.hide {
      display: none; }
  body.home .content-area .ausstellung-info {
    display: none; }
  body.home .site-footer {
    position: fixed !important;
    bottom: 0; }
  body.home .site-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.home .uk-slideshow {
    height: 100%; }
    body.home .uk-slideshow ul {
      height: 100%;
      min-height: 100vh !important; }
    body.home .uk-slideshow .slider-title-wrap .slider-title {
      width: 960px;
      margin: 0 auto 120px auto; }
      body.home .uk-slideshow .slider-title-wrap .slider-title > div {
        padding: 0 !important; } }
@media (min-width: calc( 1200px + 100px )) {
  .content-area {
    max-width: 1200px; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  .site-header, .site-footer {
    left: calc((50vw + (1010px / 2)) - 320px ); }

  .special-nav {
    left: calc((50vw + (1010px / 2) ) + 28px ); }

  .werke-grid {
    gap: 40px 40px; }
    .werke-grid > div {
      flex: 0 0 calc(25% - 30px); }

  /* STARTSEITE SPECIALS */
  body.home .uk-slideshow .slider-title-wrap .slider-title {
    width: calc( 960px + 50px ); } }
/* Options for XLarge Screens ------------------------------- */
@media (min-width: 1656px) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------- */
  .special-nav {
    position: fixed !important;
    bottom: 0 !important;
    right: unset; } }
/* Options for XLarge Screens ------------------------------- */
@media (min-width: 1600px) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------- */ }
@media (min-width: calc( 1400px + 100px )) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  .site-header, .site-footer {
    left: calc((50vw + (1210px / 2)) - 320px ); }

  .special-nav {
    left: calc((50vw + (1210px / 2) ) + 28px ); }

  /* STARTSEITE SPECIALS */
  body.home .uk-slideshow .slider-title-wrap .slider-title {
    width: 1210px; } }
@media (min-width: calc( 1400px + 248px )) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  .site-header, .site-footer {
    left: calc((50vw + (1400px / 2)) - 320px ); }

  .special-nav {
    left: calc((50vw + (1400px / 2) ) + 28px ); }

  /* STARTSEITE SPECIALS */
  body.home .uk-slideshow .slider-title-wrap .slider-title {
    width: 1400px; } }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch {
  /* Image-Link Hover Animation in Image and Gallery*/
  /* PAGE/CUSTOMER SPECIALS --------------------------------- */ }
  body.no-touch a:not(.uk-slidenav-next, .uk-slidenav-previous, .uk-button), body.no-touch .cardwrap a .uk-card-title {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    body.no-touch a:not(.uk-slidenav-next, .uk-slidenav-previous, .uk-button) .uk-icon, body.no-touch .cardwrap a .uk-card-title .uk-icon {
      -moz-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  body.no-touch a:not(.uk-button, .uk-slidenav-next, .uk-slidenav-previous, .menu-toggle):hover, body.no-touch .cardwrap a:hover .uk-card-title {
    color: red;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    body.no-touch a:not(.uk-button, .uk-slidenav-next, .uk-slidenav-previous, .menu-toggle):hover .uk-icon, body.no-touch .cardwrap a:hover .uk-card-title .uk-icon {
      -moz-transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
  body.no-touch button:hover {
    cursor: pointer; }
  body.no-touch .site-footer a:hover {
    color: red;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  body.no-touch .site-footer a:hover .uk-icon {
    color: red; }
  body.no-touch .wp-block-image a, body.no-touch .wp-block-gallery .blocks-gallery-item a, body.no-touch .posts a, body.no-touch .charts a, body.no-touch .has-post-thumbnail a, body.no-touch .cardwrap a {
    display: block;
    overflow: hidden;
    position: relative; }
    body.no-touch .wp-block-image a img, body.no-touch .wp-block-image a .img-transform-wrap, body.no-touch .wp-block-gallery .blocks-gallery-item a img, body.no-touch .wp-block-gallery .blocks-gallery-item a .img-transform-wrap, body.no-touch .posts a img, body.no-touch .posts a .img-transform-wrap, body.no-touch .charts a img, body.no-touch .charts a .img-transform-wrap, body.no-touch .has-post-thumbnail a img, body.no-touch .has-post-thumbnail a .img-transform-wrap, body.no-touch .cardwrap a img, body.no-touch .cardwrap a .img-transform-wrap {
      -moz-transition: all .7s ease-in-out;
      -webkit-transition: all .7s ease-in-out;
      transition: all .7s ease-in-out; }
  body.no-touch .wp-block-image a:hover img, body.no-touch .wp-block-gallery .blocks-gallery-item a:hover img, body.no-touch .posts a:hover img, body.no-touch .charts a:hover img, body.no-touch .has-post-thumbnail a:hover img, body.no-touch .cardwrap a:hover img {
    opacity: 0.6; }
  body.no-touch .wp-block-image a:hover img, body.no-touch .wp-block-image a:hover .img-transform-wrap, body.no-touch .wp-block-gallery .blocks-gallery-item a:hover img, body.no-touch .wp-block-gallery .blocks-gallery-item a:hover .img-transform-wrap, body.no-touch .posts a:hover img, body.no-touch .posts a:hover .img-transform-wrap, body.no-touch .charts a:hover img, body.no-touch .charts a:hover .img-transform-wrap, body.no-touch .has-post-thumbnail a:hover img, body.no-touch .has-post-thumbnail a:hover .img-transform-wrap, body.no-touch .cardwrap a:hover img, body.no-touch .cardwrap a:hover .img-transform-wrap {
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  body.no-touch .imgwrap {
    display: block;
    overflow: hidden;
    position: relative; }
  body.no-touch .site-branding .site-title .uk-logo > div:nth-of-type(2) em {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  body.no-touch .site-branding .site-title .uk-logo:hover > div:nth-of-type(2) em {
    color: black;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  body.no-touch .uk-lightbox .uk-lightbox-toolbar-icon:hover {
    color: red; }
  body.no-touch .custom-pagination ul li a:hover {
    background: black; }
  body.no-touch .imgwrap a {
    position: relative;
    display: block;
    height: 100%;
    float: left;
    /* UNDERLINDE EFFECT NR1 -------------------- */
    /* UNDERLINDE EFFECT NR1 ------- END -------- */ }
    body.no-touch .imgwrap a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 5px;
      bottom: 0;
      left: 0;
      right: 0;
      background: red;
      transform: scaleX(0);
      transition: .45s linear; }
    body.no-touch .imgwrap a:hover:before {
      visibility: visible;
      transform: scaleX(1);
      transition: .15s linear; }
  body.no-touch .special-nav .uk-button:hover {
    color: red !important; }
  body.no-touch .werke-grid .info button:hover {
    text-decoration: underline; }

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