@charset "UTF-8";
/*!
Theme Name: Stolpersteine Meiningen Demo
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
--------------------------------------------------------------*/
/* heebo-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 200;
  src: url("_page-customs/assets/fonts/heebo/heebo-v21-latin-200.eot");
  /* IE9 Compat Modes */
  src: url("_page-customs/assets/fonts/heebo/heebo-v21-latin-200.eot?#iefix") format("embedded-opentype"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-200.woff2") format("woff2"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-200.woff") format("woff"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-200.ttf") format("truetype"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-200.svg#Heebo") format("svg");
  /* Legacy iOS */ }
/* heebo-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300;
  src: url("_page-customs/assets/fonts/heebo/heebo-v21-latin-300.eot");
  /* IE9 Compat Modes */
  src: url("_page-customs/assets/fonts/heebo/heebo-v21-latin-300.eot?#iefix") format("embedded-opentype"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-300.woff2") format("woff2"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-300.woff") format("woff"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-300.ttf") format("truetype"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-300.svg#Heebo") format("svg");
  /* Legacy iOS */ }
/* heebo-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url("_page-customs/assets/fonts/heebo/heebo-v21-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("_page-customs/assets/fonts/heebo/heebo-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-regular.woff2") format("woff2"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-regular.woff") format("woff"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-regular.ttf") format("truetype"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-regular.svg#Heebo") format("svg");
  /* Legacy iOS */ }
/* heebo-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 600;
  src: url("_page-customs/assets/fonts/heebo/heebo-v21-latin-600.eot");
  /* IE9 Compat Modes */
  src: url("_page-customs/assets/fonts/heebo/heebo-v21-latin-600.eot?#iefix") format("embedded-opentype"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-600.woff2") format("woff2"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-600.woff") format("woff"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-600.ttf") format("truetype"), url("_page-customs/assets/fonts/heebo/heebo-v21-latin-600.svg#Heebo") format("svg");
  /* Legacy iOS */ }
/* ICOMOON BASICS */
@font-face {
  font-family: 'icomoon';
  src: url("_page-customs/assets/fonts/icomoon-basics/icomoon.eot?loyxem");
  src: url("_page-customs/assets/fonts/icomoon-basics/icomoon.eot?loyxem#iefix") format("embedded-opentype"), url("_page-customs/assets/fonts/icomoon-basics/icomoon.ttf?loyxem") format("truetype"), url("_page-customs/assets/fonts/icomoon-basics/icomoon.woff?loyxem") format("woff"), url("_page-customs/assets/fonts/icomoon-basics/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: "Heebo", "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 {
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.001rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Heebo", "Arial", "Helvetica", "FreeSans", sans-serif;
  font-weight: 600;
  letter-spacing: -0.025rem;
  text-transform: none; }

h1, .h1 {
  font-size: clamp(1.8em, 8vw, 2.4em);
  line-height: 1; }

h2, .h2 {
  font-size: clamp(1.4em, 6vw, 1.7em);
  line-height: 1.3; }

h3, .h3 {
  font-size: clamp(1.1em, 6vw, 1.2em);
  line-height: 1.3;
  margin-bottom: .8rem; }
  h3:first-of-type, .h3:first-of-type {
    margin-top: 0; }
  h3 + p, .h3 + p {
    margin-top: 0.5rem; }
  h3.uk-text-uppercase, .h3.uk-text-uppercase {
    letter-spacing: 0.08rem; }

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

h5, .h5 {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: .3rem; }
  h5 + p, .h5 + p {
    margin-top: 0; }

h6, .h6 {
  font-size: 0.9em;
  line-height: 1.3;
  margin-bottom: .3rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04rem; }
  h6 + p, .h6 + p {
    margin-top: 0; }

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

.content-area {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/*--------------------------------------------------------------
## TEMPLATE SPECIALS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## UIKIT OVERWRITE
--------------------------------------------------------------*/
* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
  margin-top: 20px; }

em {
  color: unset; }

:focus:not([tabindex^='-']) {
  outline: none; }

.uk-table-small td, .uk-table-small th {
  padding: 0 12px; }

.uk-leader-fill::after {
  margin-left: 12px;
  font-size: 0.5rem; }

/*--------------------------------------------------------------
## 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: "Heebo", "Arial", "Helvetica", "FreeSans", sans-serif;
  margin-right: 8px;
  margin-bottom: 0;
  padding: 10px 28px 10px;
  border: none;
  border-radius: 0;
  color: white;
  background-color: #b41e19;
  font-size: 1rem !important;
  font-weight: 700 !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: #b41e19; }
  .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: #b41e19; }
  .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: #282828; }
  .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: #6a1815;
    color: white !important;
    text-decoration: none; }
body.no-touch .uk-button-default:hover {
  background-color: #6a1815; }
body.no-touch .uk-button-primary:hover, body.no-touch .wp-block-button__link:hover {
  background-color: #6a1815 !important; }
body.no-touch .uk-button-secondary:hover {
  background-color: #6a1815; }

/*--------------------------------------------------------------
## 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: #6a1815;
  position: relative;
  transition: all .4s; }

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

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

.menutoggle {
  height: 30px;
  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;
  top: 24px;
  right: 20px; }
  .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: #6a1815; }

.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-cheveron-down:before {
  content: "\e906"; }

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

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

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

.icon-mail:before {
  content: "\e901"; }

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

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

.wp-block-group.member .icon-phone {
  margin-right: 7px; }
  .wp-block-group.member .icon-phone:before {
    font-size: 0.8rem;
    position: relative;
    top: 1px; }
.wp-block-group.member .icon-mail {
  margin-right: 7px; }
  .wp-block-group.member .icon-mail:before {
    font-size: 0.85rem;
    position: relative;
    top: 2px; }

/*--------------------------------------------------------------
## 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: #b41e19;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
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: #b41e19;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/*--------------------------------------------------------------
## CSS - CUSTOM - LUM-GRID like WP-BLOCK-COLUMNS but FLEX
--------------------------------------------------------------*/
.lum-grid {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 2em; }

.wp-block-columns {
  grid-gap: 3.5%;
  grid-row-gap: 2em; }

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

/* Options for Small Screens ------------------------------- */
@media (min-width: 640px) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------ */ }
/* Options for Medium Screens ------------------------------ */
@media (max-width: 959px) {
  .wp-block-columns {
    flex-wrap: wrap !important; }
    .wp-block-columns > * {
      flex-basis: auto !important; } }
@media (min-width: 960px) {
  .lum-grid {
    grid-column-gap: 3.5%;
    grid-row-gap: 2em; }
    .lum-grid > div {
      flex: 0 0 31%; }

  .wp-block-columns {
    flex-wrap: nowrap !important; }
    .wp-block-columns > * {
      flex-basis: 1 !important; } }
/*--------------------------------------------------------------
## Header Navbar
--------------------------------------------------------------*/
.top-navigation ul li a, .top-navigation ul li button, .mobile-menu ul li a, .mobile-menu ul li button {
  font-family: "Heebo", "Arial", "Helvetica", "FreeSans", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0em;
  color: black;
  /* CUSTOMS */
  font-weight: 400;
  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: #b41e19; }

/* CUSTOMER CUSTOMS: ------------------------------------- */
.top-navigation ul li .icon-phone:before, .mobile-menu ul li .icon-phone:before {
  position: relative;
  top: -1px; }
.top-navigation ul li .icon-mail:before, .mobile-menu ul li .icon-mail:before {
  font-size: 1.5rem; }
.top-navigation ul li .icon-search:before, .mobile-menu ul li .icon-search:before {
  font-size: 1.5rem; }

.main-navigation ul li a {
  /* UNDERLINDE EFFECT NR1 -------------------- */
  /* UNDERLINDE EFFECT NR1 ------- END -------- */ }
  .main-navigation ul li a:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 2px;
    bottom: 23px;
    left: 15px;
    right: 15px;
    background: #b41e19;
    transform: scaleX(0);
    transition: .25s linear; }
.main-navigation ul li.current_page_item a:before, .main-navigation ul li.current-page-ancestor a:before, .main-navigation ul li.current-menu-item a:before {
  visibility: visible;
  transform: scaleX(1); }

/*--------------------------------------------------------------
## Options for Small Screens
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Options for MENU BREAKPOINT
--------------------------------------------------------------*/
@media screen and (min-width: 1166px) {
  .menutoggle.mobile, #overlay-menu {
    display: none; } }
/*--------------------------------------------------------------
## Options for Small Screens
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Options for Small Screens
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch {
  /* UNDERLINDE EFFECT NR1 -------------------- */
  /* UNDERLINDE EFFECT NR1 -------- END ------- */ }
  body.no-touch .site-header a:hover, body.no-touch .site-header button:hover {
    color: #b41e19 !important;
    cursor: pointer; }
  body.no-touch .main-navigation ul li a:hover:before, body.no-touch .main-navigation ul li a:focus:before {
    visibility: visible;
    transform: scaleX(1); }

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

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

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

/*--------------------------------------------------------------
## FORMS
--------------------------------------------------------------*/
.wpcf7-form br {
  display: none; }
.wpcf7-form .wp-block-columns {
  grid-gap: 18px; }

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

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 #e8e8e8;
    color: #000;
    background: #e8e8e8 !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; }

textarea {
  float: left; }

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 8px !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.8rem; }
  .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; }

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: #6a1815; }

label {
  display: block; }

select {
  display: block; }

/*--------------------------------------------------------------
## CUSTOMER SPECIALS
------------------------------------------------------------- */
input[type="search"].uk-search-input {
  border-radius: 30px 0 0 30px !important; }

.search-submit {
  width: 55px;
  padding: 0 14px 0 7px !important;
  border-radius: 0 30px 30px 0 !important; }

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

.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;
  padding-top: 3em;
  padding-bottom: 3em;
  margin-top: 3em;
  margin-bottom: 3em; }
  .wp-block-group.has-background:last-child {
    margin-bottom: 0; }
  .wp-block-group.has-background *:first-child {
    margin-top: 16px; }
  .wp-block-group.has-background div:first-child {
    margin-top: 0; }

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

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */ }
/* Options for Small Screens ---------------------------------------------------------------- */
@media (min-width: 640px) {
  .alignfull > .wp-block-group__inner-container {
    max-width: 600px; } }
/* Options for Medium Screens ---------------------------------------------------------------- */
@media (min-width: 960px) {
  .alignwide, .alignfull {
    width: 100%;
    max-width: 100%;
    margin: 0 calc((840px - 840px)/2); }

  .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc((840px - 100vw)/2); }
    .alignfull > .wp-block-group__inner-container {
      max-width: 840px; }
    .alignfull .alignwide {
      max-width: 1200px; }
      .alignfull .alignwide p {
        max-width: 840px; }

  .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: 1200px;
      max-width: 1200px;
      margin: 0 calc((840px - 1200px)/2); }

  .alignfull {
    margin: 0 calc((840px - 100vw)/2); }
    .alignfull > .wp-block-group__inner-container {
      max-width: 840px; }
      .alignfull > .wp-block-group__inner-container > .wp-block-group.alignwide {
        margin: 0 calc((840px - 1200px)/2); }
        .alignfull > .wp-block-group__inner-container > .wp-block-group.alignwide p {
          max-width: 100%; }
    .alignfull .alignwide {
      padding-left: 0;
      padding-right: 0; }
      .alignfull .alignwide p {
        max-width: 840px; } }
@media (min-width: calc( 1200px + 100px )) {
  .alignwide {
    width: 1200px;
    max-width: 1200px;
    margin: 0 calc((840px - 1200px)/2); }

  .wp-block-group.has-background .alignwide {
    width: 1200px;
    max-width: 1200px;
    margin: 0 calc((840px - 1200px)/2); } }
@media (min-width: calc( 1200px + 100px )) {
  .alignwide {
    width: 1200px;
    max-width: 1200px;
    margin: 0 calc((840px - 1200px)/2); } }
/*--------------------------------------------------------------
## MODAL CUSTOMS
--------------------------------------------------------------*/
.uk-modal {
  z-index: 6665;
  background-color: rgba(255, 255, 255, 0.95);
  background-repeat: repeat;
  background-size: 100px 100px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); }
  .uk-modal#overlay-menu {
    z-index: 6663; }
  .uk-modal h2 {
    color: #000;
    font-size: clamp(2.4em, 6vw, 3em); }

.uk-modal-dialog {
  background: none;
  font-size: 18px !important;
  line-height: 1.5;
  width: 760px;
  max-width: 100%;
  padding: 24px; }
  .uk-modal-dialog > div {
    margin-bottom: 20vh !important; }

#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: #b41e19;
    -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: "Heebo", "Arial", "Helvetica", "FreeSans", sans-serif !important; }

[data-borlabs-cookie-wrap="inline"] p.borlabsCookieHeadline {
  font-family: "Heebo", "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: calc(100px + 50px) 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-top: 0;
    padding-bottom: 0;
    margin: 0 auto !important; }
    #overlay-menu .uk-modal-dialog .mobile-menu ul {
      list-style: none;
      padding-left: 0;
      max-width: 300px;
      margin: auto; }
      #overlay-menu .uk-modal-dialog .mobile-menu ul li a {
        display: block;
        font-size: clamp(1.2em, 7vw, 1.7em);
        letter-spacing: 0.02em;
        color: black;
        padding: 16px 0;
        border-bottom: 1px solid #e8e8e8; }
      #overlay-menu .uk-modal-dialog .mobile-menu ul li:last-of-type a {
        border: none; }

/* Options for Small Screens -------------------------------- */
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
/* 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: #b41e19;
  color: white; }

html {
  height: 100%; }

body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  font-size: 18px; }

a:hover {
  text-decoration: none; }

a:visited {
  color: #6a1815; }

a:active {
  outline: none; }

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

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

.content-area {
  max-width: 600px;
  font-size: clamp(0.9em, 4vw, 1em);
  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: white; }

.site-branding a {
  color: black; }
  .site-branding a:hover {
    color: #282828 !important; }
.site-branding .uk-logo {
  font-family: "Heebo", "Arial", "Helvetica", "FreeSans", sans-serif;
  font-size: 16px;
  letter-spacing: 0em;
  text-transform: uppercase; }

/*--------------------------------------------------------------
## CONTENT
--------------------------------------------------------------*/
.entry-header {
  margin-bottom: 40px; }
  .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: "Heebo", "Arial", "Helvetica", "FreeSans", sans-serif; }
  .post-title .entry-meta a {
    color: #6a1815 !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: #6a1815; }
.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), .entry-content .posts a:not(.uk-button), .content-area p a:not(.uk-button), .content-area .posts a:not(.uk-button) {
  text-decoration: none;
  font-weight: 400; }

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

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; }
  .edit-link a {
    padding: 6px 24px 4px 12px;
    border: 1px dotted #6a1815;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 0.8em;
    position: relative;
    z-index: 2; }
  .edit-link svg {
    width: 16px;
    position: relative;
    left: -10px;
    margin-left: -16px;
    top: -1px;
    color: #6a1815;
    z-index: 0; }
  .edit-link:hover svg {
    color: #b41e19; }

/*--------------------------------------------------------------
## INDEX OF POSTS / BLOGPOSTS
--------------------------------------------------------------*/
.posts {
  position: relative; }
  .posts .post-date {
    color: #555555;
    font-weight: 400; }

/*--------------------------------------------------------------
## 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: 8px; }
      .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: "Heebo", "Arial", "Helvetica", "FreeSans", sans-serif;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
        font-size: 1rem;
        background: #282828;
        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: #b41e19; }

/*--------------------------------------------------------------
## 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: 600px;
  margin: 0 auto;
  padding-top: 12px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5; }

.wp-block-gallery figure {
  margin: 0 !important; }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  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*/
figure a {
  display: block;
  overflow: hidden; }
  figure 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;
  z-index: 1;
  background: none;
  font-size: 0.8em !important; }
  .site-footer .uk-list li {
    margin-top: 0; }
  .site-footer a {
    color: #000; }
  .site-footer .inner-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 0 15px; }
  .site-footer .uk-navbar-nav {
    display: block;
    margin-bottom: 1.7rem; }
  .site-footer .uk-navbar-nav > li > a {
    min-height: 26px;
    font-size: 0.9em;
    color: #000;
    font-family: "Heebo", "Arial", "Helvetica", "FreeSans", sans-serif; }

/*--------------------------------------------------------------
## 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-project .search-result-type.type-project {
    display: block; }
  .search-results .site-main article.type-termin .search-result-type.type-termin {
    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; }

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

/*--------------------------------------------------------------
## TEMPLATE SPECIALS
--------------------------------------------------------------*/
.site-header .site-branding .logo {
  width: 150px;
  margin-right: 4px;
  background-size: 100% auto; }

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

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

.uk-lightbox {
  z-index: 6666;
  background: rgba(255, 255, 255, 0.85) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px); }
  .uk-lightbox .uk-lightbox-caption {
    color: #000; }
  .uk-lightbox .uk-lightbox-items > * > * {
    max-width: 75vw;
    max-height: 75vh;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.36);
    border-radius: 0;
    border: 23px solid white; }
  .uk-lightbox .uk-spinner, .uk-lightbox .uk-icon {
    box-shadow: none;
    color: #b41e19; }
  .uk-lightbox .uk-lightbox-toolbar {
    background: none; }
  .uk-lightbox .uk-lightbox-toolbar-icon {
    color: #818181; }

/* ToTOP-Button */
.special-nav {
  position: fixed;
  bottom: 10px;
  right: 35px;
  z-index: 6666; }
  .special-nav #toTopBtn {
    opacity: 0.4;
    background: #6a1815;
    color: white;
    height: 43px;
    width: 43px;
    padding: 0;
    border-radius: 50%;
    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; }

/*--------------------------------------------------------------
## BREAKPOINTS
--------------------------------------------------------------*/
@media (min-width: 375px) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------ */ }
@media (min-width: 1166px) {
  .menu-breakpoint {
    display: block; } }
/* Options for Small Screens ------------------------------- */
@media (min-width: 640px) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------ */ }
/* Options for Medium Screens ------------------------------ */
@media (min-width: 960px) {
  .posts-index * + .uk-grid-margin {
    margin-top: 60px !important; }

  .content-area {
    max-width: 840px;
    padding-top: 40px; }

  .site-footer .uk-navbar-nav {
    display: flex;
    margin-bottom: 0; }
    .site-footer .uk-navbar-nav li:last-of-type a {
      padding-right: 0; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */ }
/* Options for Large Screens ------------------------------- */
@media (min-width: 1200px) {
  .content-area {
    max-width: 840px; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */ }
/* Options for XLarge Screens ------------------------------- */
@media (min-width: 1600px) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------- */ }
/*--------------------------------------------------------------
## 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: #b41e19;
    -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: #b41e19;
    -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: #6a1815; }
  body.no-touch figure a {
    display: block;
    overflow: hidden;
    position: relative; }
    body.no-touch figure a img, body.no-touch figure 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 figure a:hover img {
    opacity: 0.6; }
  body.no-touch figure a:hover img, body.no-touch figure 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 .uk-lightbox .uk-lightbox-toolbar-icon:hover {
    color: #b41e19; }
  body.no-touch .custom-pagination ul li a:hover {
    background: #b41e19; }

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