@charset "UTF-8";
/*!
Theme Name: QUINTENSE 2019
Theme URI: http://underscores.me/
Author: Marcus Fröhner
Author URI: https://seefeuer.net
Description: QUINTENSE VOVAL ENSEMBLE
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quintense
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 with others.

HCS is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
// 1. Import Page Customs variables and styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## CUSTOM PAGE VARS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## BRAND COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## DBpedia Specials
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## TEXT COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## TYPO
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## GLOBAL COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## HEADER & NAVIGATION
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## MOBILE MENU
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## CONTENT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## BUTTON
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## FORMS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## CUSTOM PAGE TYPO
--------------------------------------------------------------*/
/* roboto-regular - latin */
@import url(uikit.min.css);
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../eot/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../eot/roboto-v20-latin-regulard41d.eot#iefix") format("embedded-opentype"), url("../woff2/roboto-v20-latin-regular.woff2") format("woff2"), url("../woff/roboto-v20-latin-regular.woff") format("woff"), url("../ttf/roboto-v20-latin-regular.ttf") format("truetype"), url("../svg/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("../eot/roboto-v20-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../eot/roboto-v20-latin-italicd41d.eot#iefix") format("embedded-opentype"), url("../woff2/roboto-v20-latin-italic.woff2") format("woff2"), url("../woff/roboto-v20-latin-italic.woff") format("woff"), url("../ttf/roboto-v20-latin-italic.ttf") format("truetype"), url("../svg/roboto-v20-latin-italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../eot/roboto-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../eot/roboto-v20-latin-700d41d.eot#iefix") format("embedded-opentype"), url("../woff2/roboto-v20-latin-700.woff2") format("woff2"), url("../woff/roboto-v20-latin-700.woff") format("woff"), url("../ttf/roboto-v20-latin-700.ttf") format("truetype"), url("../svg/roboto-v20-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("../eot/roboto-v20-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url("../eot/roboto-v20-latin-900d41d.eot#iefix") format("embedded-opentype"), url("../woff2/roboto-v20-latin-900.woff2") format("woff2"), url("../woff/roboto-v20-latin-900.woff") format("woff"), url("../ttf/roboto-v20-latin-900.ttf") format("truetype"), url("../svg/roboto-v20-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */ }
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: white; }

h1, h2 {
  font-weight: 900; }
  h1 .subheadline, h2 .subheadline {
    font-size: 0.7em; }

article.post .entry-header h1.entry-title {
  text-transform: none;
  letter-spacing: 0; }

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* DIESER BLOCK IST NUR NOTWENDIG WENN UIKIT.MIN.CSS eingebunden ist und nicht SCSS */
h1, .page-title h2 {
  font-size: 32px;
  line-height: 1; }

.entry-header h1 {
  font-size: 30px; }

h2 {
  font-size: 1.5rem;
  line-height: 1; }

h3, h3.uk-card-title {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: .3rem;
  margin-top: 2.5rem; }
  h3:first-of-type, h3.uk-card-title:first-of-type {
    margin-top: 0; }
  h3 + p, h3.uk-card-title + p {
    margin-top: 0.5rem; }

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

h5 {
  font-size: 16px;
  line-height: 20px;
  margin: 0; }

/* Options for Small Screens ---------------------------------------------------------------- */
@media (min-width: 640px) {
  h1, .page-title h2 {
    font-size: 65px; }

  .entry-header h1 {
    font-size: 40px; }

  h2 {
    font-size: 2rem; }

  h3, h3.uk-card-title {
    font-size: 22px; }

  h4 {
    font-size: 18px; } }
/*--------------------------------------------------------------
# Underscores
/*------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  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 0 0; }

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

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

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

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

big {
  font-size: 125%; }

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

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

body {
  height: 100%;
  background: white;
  /* Fallback for when there is no custom background color defined. */ }

.site {
  height: 100%; }

.header-wrap {
  width: 100%;
  height: unset;
  z-index: 667; }

.site-header {
  height: unset;
  width: 100% !important;
  background: none; }

.site-content {
  /* Wenn Header NICHT absolute
  min-height: -webkit-calc(100% - unset);
  min-height: -moz-calc(100% - unset);
  min-height: -o-calc(100% - unset);
  min-height: calc(100% - unset);
  */
  /* Wenn Header absolute */
  min-height: 100%;
  padding-bottom: unset; }

.site-footer {
  height: unset;
  width: 100%;
  margin-top: calc( -1px - unset + 1px);
  background-color: #01091c; }

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

dd {
  margin: 0 1.5em 1.5em; }

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: $color__border-button;
	border-radius: 3px;
	background: $color__background-button;
	color: rgba(0, 0, 0, .8);
	@include font-size(0.75);
	line-height: 1;
	padding: .6em 1em .4em;

	&:hover {
		border-color: $color__border-button-hover;
	}

	&:active,
	&:focus {
		border-color: $color__border-button-focus;
	}
}
*/
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: 0 !important;
  padding: 3px;
  -webkit-appearance: none;
  outline: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1d1d1b; }
  a:visited {
    color: #1d1d1b; }
  a:hover, a:focus, a:active {
    color: #d5a813; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
      left: 100%; }
    .main-navigation ul ul a {
      width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation a {
    display: block;
    text-decoration: none; }
  .main-navigation #primary-menu {
    display: none; }

/* Small menu. */
.menu-toggle {
  display: block; }

@media screen and (min-width: 64em) {
  .main-navigation #primary-menu {
    display: flex; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 13.125px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

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

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

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

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

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

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

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

.post,
.page {
  margin: 0 0 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; }

.entry-content {
  margin: 0 0 0 0; }

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

.bypostauthor {
  display: block; }

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

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# default variables and available mixins for UIKIT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Your custom mixin overwrites for UIKIT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# UIKIT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# CUSTOM PROJECT PAGE STYLE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## UIKIT OVERWRITE
--------------------------------------------------------------*/
a, .uk-link {
  color: unset; }
  a:hover, .uk-link:hover {
    text-decoration: none; }

p, ul, ol, dl, pre, address, fieldset, figure {
  margin: 0 0 20px 0;
  font-weight: 300; }
  p:last-of-type, ul:last-of-type, ol:last-of-type, dl:last-of-type, pre:last-of-type, address:last-of-type, fieldset:last-of-type, figure:last-of-type {
    margin-bottom: 0; }

* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
  margin-top: 20px; }

.entry-header h1, .entry-header h2 {
  margin-bottom: 0; }

h1, h2 {
  text-transform: none;
  letter-spacing: 0rem; }

strong {
  font-weight: bold; }

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

em {
  color: unset; }

.uk-modal {
  background: rgba(255, 255, 255, 0.1); }

.uk-modal-full .close-wrapper {
  height: unset;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box; }
.uk-modal-full .modal-dialog {
  margin-top: unset; }

.uk-modal-close-full {
  position: relative;
  padding: 5px; }

.uk-modal-close-full svg, uk-modal-close svg {
  width: 20px; }

.uk-card-default {
  background: #fff; }

.uk-sticky-placeholder {
  width: 100%; }

/* Lightbox */
.uk-lightbox-toolbar {
  background: none; }

.uk-lightbox-button {
  background: none; }

.uk-container {
  max-width: 1300px; }

/* Dotnav*/
.uk-dotnav > * {
  padding-left: 10px; }

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

.uk-dotnav > .uk-active > a:after {
  background: none !important;
  border-color: white; }

.uk-dotnav a:after {
  background: none !important; }

address {
  margin: 0; }

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  color: #002a43;
  white-space: normal; }

/* Options for Small Screens ---------------------------------------------------------------- */
@media (min-width: 640px) {
  .entry-header h1, .entry-header h2 {
    margin-bottom: 0; }

  .wp-block-image.alignfull figcaption.uk-container {
    padding-left: 30px;
    padding-right: 30px; } }
@media (max-width: 640px) {
  .uk-container, .wp-block-image.alignfull figcaption.uk-container {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 960px) {
  .wp-block-image.alignfull figcaption.uk-container {
    padding-left: 40px;
    padding-right: 40px; } }
body.no-touch .uk-accordion-title:focus, body.no-touch .uk-accordion-title:hover {
  color: #d5a813; }

/*--------------------------------------------------------------
## CUSTOM PAGE / PROJEKT STYLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## CUSTOM MIXINS / VORLAGEN
--------------------------------------------------------------*/
.soft-hide {
  opacity: 0 !important;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px); }

.soft-show {
  opacity: 1;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out; }

/* Animation */
/*--------------------------------------------------------------
## BUTTON
--------------------------------------------------------------*/
.uk-button, a.uk-button, .wp-block-button a, input[type="button"] {
  font-family: "Roboto", sans-serif;
  margin-right: 8px;
  margin-bottom: 14px;
  padding: 16px 25px;
  border-radius: 0;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  background: #edc338;
  color: #002a43; }
  .uk-button:last-of-type, a.uk-button:last-of-type, .wp-block-button a:last-of-type, input[type="button"]:last-of-type {
    margin-right: 0; }
  .uk-button.uk-button-default, a.uk-button.uk-button-default, .wp-block-button a.uk-button-default, input[type="button"].uk-button-default {
    background: black;
    color: white; }
  .uk-button.uk-button-primary, a.uk-button.uk-button-primary, .wp-block-button a.uk-button-primary, input[type="button"].uk-button-primary {
    background: #edc338;
    color: #002a43; }
  .uk-button.uk-button-secondary, a.uk-button.uk-button-secondary, .wp-block-button a.uk-button-secondary, input[type="button"].uk-button-secondary {
    background: white;
    color: #818181; }
  .uk-button.uk-button-white, a.uk-button.uk-button-white, .wp-block-button a.uk-button-white, input[type="button"].uk-button-white {
    background: white;
    color: #1d1d1b; }
  .uk-button.uk-button-blue, a.uk-button.uk-button-blue, .wp-block-button a.uk-button-blue, input[type="button"].uk-button-blue {
    background: #002a43;
    color: white; }

.wp-block-button.white a {
  background: white;
  color: #1d1d1b; }
.wp-block-button.blue a {
  background: #002a43;
  color: white; }

h2 .uk-button {
  font-size: 12px;
  padding: 5px 10px;
  position: relative;
  top: 2px; }

/*--------------------------------------------------------------
## BRAKEPOINTS
--------------------------------------------------------------*/
@media (min-width: 640px) {
  h2 .uk-button {
    top: 4px; } }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch .uk-button, body.no-touch .wp-block-button a, body.no-touch input[type="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 .wp-block-button a:hover, body.no-touch input[type="button"]:hover {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer; }
body.no-touch .uk-button-default:hover {
  background: black; }
body.no-touch .uk-button-primary:hover, body.no-touch .wp-block-button a:hover, body.no-touch input[type="button"]:hover {
  background: #d5a813;
  color: white; }
body.no-touch .uk-button-secondary:hover {
  background: white;
  color: #d5a813; }
body.no-touch .uk-button-white:hover {
  color: #d5a813; }
body.no-touch .uk-button-blue:hover, body.no-touch .wp-block-button.blue a:hover {
  background: #002a43;
  color: #d5a813; }
body.no-touch .wp-block-button.white a:hover {
  background: white;
  color: #d5a813; }

/*--------------------------------------------------------------
## SLIDER- / SLIDESHOW- NAVIGATION (UIKIT)
--------------------------------------------------------------*/
.uk-dotnav a {
  border-radius: 0;
  background: none;
  width: 13px;
  height: 13px;
  position: relative; }
  .uk-dotnav a:hover {
    background: none; }
  .uk-dotnav a:after {
    border-radius: 50%;
    width: 13px;
    height: 13px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: none;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0; }
.uk-dotnav > .uk-active > a {
  background: none; }
  .uk-dotnav > .uk-active > a:after {
    background: #a1a1a1; }

/*--------------------------------------------------------------
## CSS - ICONS --- HAMBURGER / CLOSE
--------------------------------------------------------------*/
.menu-btn {
  width: 30px;
  height: 3px;
  background: white;
  position: relative;
  transition: all .4s; }

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

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

.menutoggle {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: calc(14px * 2); }

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

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

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

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

.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;
  background-color: black; }

.close-btn.small:before, .close-btn.small:after {
  left: 9px;
  height: 20px;
  width: 2px; }

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

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

/*--------------------------------------------------------------
## DBpedia SPECIALS / IconFont
--------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../eot/icomoonbf8c.eot");
  src: url("../eot/icomoonbf8c.eot#iefix") format("embedded-opentype"), url("../ttf/icomoonbf8c.ttf") format("truetype"), url("../woff/icomoonbf8c.woff") format("woff"), url("../svg/icomoonbf8c.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[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;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*--------------------------------------------------------------
## 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: #d5a813;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
body.no-touch .menutoggle:not(.active):hover .menu-btn {
  background: #d5a813; }
  body.no-touch .menutoggle:not(.active):hover .menu-btn:after, body.no-touch .menutoggle:not(.active):hover .menu-btn:before {
    background: #d5a813; }
body.no-touch .menutoggle.active:hover .menu-btn:after, body.no-touch .menutoggle.active:hover .menu-btn:before {
  background: #d5a813; }
body.no-touch .close-btn {
  -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 .uk-modal-dialog .close-btn {
  opacity: 0.4; }
  body.no-touch .uk-modal-dialog .close-btn:hover {
    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; }

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

span.wpcf7-form-control-wrap {
  display: block;
  border: 1px solid #a1a1a1;
  width: 100%; }
  span.wpcf7-form-control-wrap:focus-within {
    border: 1px solid #818181; }
  span.wpcf7-form-control-wrap.referer-page {
    display: none; }
  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 input[type="checkbox"] {
      position: absolute;
      top: 15px;
      left: 0;
      margin: 0; }
    span.wpcf7-form-control-wrap.acceptance .wpcf7-list-item-label {
      padding-left: 22px;
      display: block;
      font-size: 0.75rem;
      line-height: 1.6;
      color: #1d1d1b; }
      span.wpcf7-form-control-wrap.acceptance .wpcf7-list-item-label a {
        color: #1d1d1b; }

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

.wpcf7-mail-sent-ok {
  color: #0c5ca7; }

.wpcf7-form-control-wrap.radios {
  border: none; }
  .wpcf7-form-control-wrap.radios .wpcf7-list-item {
    display: block;
    margin-left: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 2px solid white;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  width: 100%;
  color: #1d1d1b;
  font-weight: 300; }
  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: #1d1d1b; }
  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: #cc012e;
    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: white; }

.mailchimpinputfields input {
  margin-bottom: 12px; }

textarea {
  float: left; }

#modal-search input[type="search"] {
  background: #e8e8e8;
  height: 100%;
  border: none; }
#modal-search .icon:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  content: "\e909"; }

@media (min-width: 960px) {
  #modal-search .uk-grid {
    padding: 20px; } }
/*--------------------------------------------------------------
## GUTENBERG FRONTEND STYLES
--------------------------------------------------------------*/
.alignwide,
.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw; }

/* Options for Small Screens ---------------------------------------------------------------- */
/* Options for Large Screens ---------------------------------------------------------------- */
/* Options MAX CONTENT-WIDTH ---------------------------------------------------------------- */
@media (min-width: calc((1300px + 1px))) {
  .alignwide {
    margin: 0 auto;
    max-width: 100%; }

  .content-wrap .alignwide {
    max-width: 100vw; }

  .alignfull.maxwidth {
    width: 1700px; }

  .gutenberg-content .alignwide {
    width: 1300px;
    max-width: 1300px;
    margin-left: calc(50% - (1300px / 2));
    margin-right: calc(50% - (1300px / 2)); } }
@media (min-width: calc((1300px + 80px))) {
  .alignfull .alignwide {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
/* Options for XLarge Screens ---------------------------------------------------------------- */
@media (min-width: 1600px) {
  .alignwide {
    margin: 0 calc((1300px - 1300px)/2);
    max-width: 1300px;
    width: 1300px; }

  .gutenberg-content .alignwide {
    margin-left: calc((100% - 1300px)/2) !important;
    margin-right: calc((100% - 1300px)/2) !important; }

  .content-wrap .alignwide {
    width: unset; }

  .alignfull.maxwidth {
    margin: 0 calc((1300px - 1700px)/2); } }
/* Options for XXLarge Screens ---------------------------------------------------------------- */
/*--------------------------------------------------------------
## MODAL CUSTOMS
--------------------------------------------------------------*/
.uk-modal .uk-box-shadow-medium {
  box-shadow: 0 0 35px rgba(0, 42, 67, 0.5); }
.uk-modal .close-btn:before, .uk-modal .close-btn:after {
  background-color: #1d1d1b; }
.uk-modal .uk-modal-title {
  color: #1d1d1b;
  margin-bottom: 36px; }
  .uk-modal .uk-modal-title:before {
    display: none; }
.uk-modal .modal-phone-contact .uk-modal-title {
  margin-bottom: 18px; }
.uk-modal .modal-phone-contact p:last-of-type {
  margin-bottom: 30px; }

.uk-modal-dialog, .uk-modal-dialog input, .uk-modal-dialog textarea {
  font-size: 15px !important;
  line-height: 1.6; }

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

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

/*--------------------------------------------------------------
## Header Navbar
--------------------------------------------------------------*/
.main-navigation ul {
  margin: 12px 0; }
  .main-navigation ul li {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0;
    display: flex;
    /* DBpedia Toggle DropDown-Menus */
    position: relative; }
    .main-navigation ul li:first-of-type {
      padding-left: 0; }
    .main-navigation ul li:last-of-type {
      padding-right: 0; }
    .main-navigation ul li a, .main-navigation ul li button {
      text-decoration: none;
      position: relative;
      -moz-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: white;
      display: inline-block;
      padding-right: 6px; }
      .main-navigation ul li a:visited, .main-navigation ul li button:visited {
        color: white; }
    .main-navigation ul li.current_page_item a, .main-navigation ul li.current-page-ancestor a {
      color: #d5a813; }
    .main-navigation ul li .expand-men {
      position: relative;
      display: inline-block;
      width: 20px; }
      .main-navigation ul li .expand-men .icon-arrow-down {
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        color: white; }
        .main-navigation ul li .expand-men .icon-arrow-down:before {
          content: "\e901";
          display: inline-block;
          text-align: center;
          line-height: 0.8;
          font-size: 35px; }
    .main-navigation ul li.active a, .main-navigation ul li.active .expand-men .icon-arrow-down {
      color: #002a43 !important; }

.head-content-wrap {
  position: relative; }

.head-wrapper-class {
  width: 100%; }

@media screen and (min-width: 575px) {
  .main-navigation .main-nav-xtras {
    display: block; } }
/*--------------------------------------------------------------
## DBpedia Specials
--------------------------------------------------------------*/
.menu-top {
  background: rgba(0, 42, 67, 0.9);
  max-width: 1300px;
  /* XTRAS - KONTAKT - SUCHE - PHONE ------------- */ }
  .menu-top .uk-navbar-nav > li > a {
    color: white;
    min-height: 56px;
    font-size: 0.75rem;
    padding: 0 10px;
    font-family: "Roboto", sans-serif;
    opacity: 0.8; }
  .menu-top ul li.outgoing-link a:before {
    font-family: 'icomoon' !important;
    speak: never;
    content: "\e908";
    margin-right: 6px;
    opacity: 0.8; }
  .menu-top ul.main-nav-xtras li.icon a:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-size: 17px;
    font-weight: 100;
    line-height: 1.5;
    opacity: 0.8; }
  .menu-top ul.main-nav-xtras li.contact a:before {
    content: "\e907"; }
  .menu-top ul.main-nav-xtras li.search a:before {
    content: "\e909";
    font-size: 14px; }
  .menu-top ul.main-nav-xtras li.member-login a:before {
    content: "\e900";
    font-size: 17px; }
  .menu-top ul.main-nav-xtras li:last-of-type a {
    padding-right: 0; }

.submenues-wrap {
  position: relative;
  display: none;
  visibility: hidden; }
  .submenues-wrap.show {
    display: block; }
  .submenues-wrap #first-submen-wrap,
  .submenues-wrap #second-submen-wrap,
  .submenues-wrap #third-submen-wrap,
  .submenues-wrap #fourth-submen-wrap,
  .submenues-wrap #fifth-submen-wrap {
    display: none;
    padding: 30px 0 35px 0; }
    .submenues-wrap #first-submen-wrap.showSubmen,
    .submenues-wrap #second-submen-wrap.showSubmen,
    .submenues-wrap #third-submen-wrap.showSubmen,
    .submenues-wrap #fourth-submen-wrap.showSubmen,
    .submenues-wrap #fifth-submen-wrap.showSubmen {
      display: block; }
  .submenues-wrap .submenues-inner-wrap {
    background: white;
    width: 100%; }
    .submenues-wrap .submenues-inner-wrap .menu-wrap {
      padding: 0 30px; }
    .submenues-wrap .submenues-inner-wrap ul li a {
      color: #002a43;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 25px;
      display: inline-block;
      letter-spacing: 0.1rem; }
      .submenues-wrap .submenues-inner-wrap ul li a:visited {
        color: #002a43; }
      .submenues-wrap .submenues-inner-wrap ul li a:hover {
        cursor: default; }
    .submenues-wrap .submenues-inner-wrap ul .sub-menu {
      padding: 0;
      list-style: none; }
      .submenues-wrap .submenues-inner-wrap ul .sub-menu li {
        margin-bottom: 24px; }
        .submenues-wrap .submenues-inner-wrap ul .sub-menu li a {
          font-weight: bold;
          font-size: 0.9rem;
          margin-bottom: 0;
          text-transform: none;
          letter-spacing: normal; }
          .submenues-wrap .submenues-inner-wrap ul .sub-menu li a .menu-item-description {
            display: block;
            font-weight: 100; }
        .submenues-wrap .submenues-inner-wrap ul .sub-menu li.current-menu-item a {
          color: #d5a813; }
  .submenues-wrap .dropdown-teaser {
    margin-top: 35px;
    border-top: 1px solid #0f71cd;
    padding-top: 30px; }

.menu-main {
  padding-top: 20px; }

/*--------------------------------------------------------------
## BREAKPOINTS
--------------------------------------------------------------*/
@media screen and (min-width: 64em) {
  .main-navigation .menutoggle.mobile {
    display: none; }

  .submenues-wrap {
    visibility: visible; } }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch .menu-top .uk-navbar-nav > li > a:hover {
  opacity: 1; }
body.no-touch .menu-top ul li a:hover, body.no-touch .menu-top ul.main-nav-xtras li a:hover {
  color: #47d79e; }
body.no-touch ul.main-nav-xtras li.icon a:hover:before {
  opacity: 1; }
body.no-touch .main-navigation ul li a:hover {
  color: #d5a813; }
body.no-touch .main-navigation ul li .expand-men .icon-arrow-down {
  -moz-transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }
body.no-touch .main-navigation ul li .expand-men:hover {
  cursor: pointer !important; }
  body.no-touch .main-navigation ul li .expand-men:hover .icon-arrow-down {
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #d5a813; }
body.no-touch .submenues-wrap .submenues-inner-wrap ul li .sub-menu li a {
  -moz-transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }
  body.no-touch .submenues-wrap .submenues-inner-wrap ul li .sub-menu li a:hover {
    color: #d5a813;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    cursor: pointer; }
body.no-touch .submenues-wrap .submenues-inner-wrap ul li .menu-item-has-children a:focus {
  color: red; }

/*--------------------------------------------------------------
## BORLABS COOKIE PLUGIN
--------------------------------------------------------------*/
div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct {
  min-height: 100% !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%; }
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-text p {
    line-height: 1.2 !important;
    max-width: 560px;
    margin: 0 auto !important; }
div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct.bc-bct-youtube .bc-text a[role="button"] {
  margin: 10px 0 15px 0 !important; }

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

[data-borlabs-cookie-wrap="inline"] p.borlabsCookieHeadline {
  font-family: "Roboto", sans-serif !important;
  font-weight: 900; }

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

.borlabs-privacy {
  font-size: 12px; }
  .borlabs-privacy h3 {
    font-size: 18px;
    padding: 20px 0 16px; }
  .borlabs-privacy [data-borlabs-cookie-log] {
    margin-left: -2px; }
  .borlabs-privacy .borlabs_cookie_log th {
    text-transform: uppercase;
    font-weight: 900;
    text-align: left !important; }

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  padding-top: 0; }

/*--------------------------------------------------------------
## BREAKPOINTS
--------------------------------------------------------------*/
@media (min-width: 960px) {
  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: 0.85rem !important;
    line-height: 1.3 !important; }
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct.bc-bct-youtube .bc-text a[role="button"] {
    margin: 20px 0 30px 0 !important;
    font-size: 1.2rem !important;
    padding: 6px 26px !important; } }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## OFFCANVAS MOBILE MENU
--------------------------------------------------------------*/
.uk-offcanvas-bar {
  background: #002a43;
  /* XTRAS - KONTAKT - SUCHE - PHONE ------------- */ }
  .uk-offcanvas-bar .offcanvas-navi {
    position: relative; }
  .uk-offcanvas-bar .close-btn.uk-offcanvas-close, .uk-offcanvas-bar .close-btn.slide-search-close {
    right: -3px;
    top: 0;
    padding: 0;
    opacity: 0.4; }
    .uk-offcanvas-bar .close-btn.uk-offcanvas-close.small, .uk-offcanvas-bar .close-btn.slide-search-close.small {
      top: 5px;
      right: 0; }
    .uk-offcanvas-bar .close-btn.uk-offcanvas-close:before, .uk-offcanvas-bar .close-btn.uk-offcanvas-close:after, .uk-offcanvas-bar .close-btn.slide-search-close:before, .uk-offcanvas-bar .close-btn.slide-search-close:after {
      background: #fffaec; }
  .uk-offcanvas-bar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .uk-offcanvas-bar .main-nav-xtras {
    margin-top: 2px; }
    .uk-offcanvas-bar .main-nav-xtras ul {
      margin-left: -10px; }
      .uk-offcanvas-bar .main-nav-xtras ul li {
        float: left;
        padding-left: 7px;
        padding-right: 7px; }
        .uk-offcanvas-bar .main-nav-xtras ul li:last-of-type {
          padding-right: 0; }
        .uk-offcanvas-bar .main-nav-xtras ul li a {
          color: white; }
        .uk-offcanvas-bar .main-nav-xtras ul li.phone {
          display: list-item; }
          .uk-offcanvas-bar .main-nav-xtras ul li.phone a .uk-icon svg {
            position: relative;
            top: -1px;
            height: 16px; }
        .uk-offcanvas-bar .main-nav-xtras ul li.contact a .uk-icon svg {
          position: relative;
          top: -1px; }
        .uk-offcanvas-bar .main-nav-xtras ul li.search a .uk-icon svg {
          position: relative;
          top: 0;
          height: 17px; }
  .uk-offcanvas-bar .offcanvas-primary-nav-wrap {
    margin-top: 60px; }
  .uk-offcanvas-bar .offcanvas-mobile-menu {
    width: 100%; }
    .uk-offcanvas-bar .offcanvas-mobile-menu .uk-accordion-title {
      cursor: pointer; }
    .uk-offcanvas-bar .offcanvas-mobile-menu ul li a {
      display: inline-block;
      color: #47d79e;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 1.25rem; }
    .uk-offcanvas-bar .offcanvas-mobile-menu ul li.current_page_item a, .uk-offcanvas-bar .offcanvas-mobile-menu ul li.current-page-ancestor a {
      color: #edc338; }
    .uk-offcanvas-bar .offcanvas-mobile-menu ul li.current_page_item ul li a, .uk-offcanvas-bar .offcanvas-mobile-menu ul li.current-page-ancestor ul li a {
      color: #47d79e; }
    .uk-offcanvas-bar .offcanvas-mobile-menu ul li.current_page_item ul li.current_page_item a, .uk-offcanvas-bar .offcanvas-mobile-menu ul li.current-page-ancestor ul li.current_page_item a {
      color: #edc338; }
    .uk-offcanvas-bar .offcanvas-mobile-menu ul li.current_page_item .uk-icon.closed, .uk-offcanvas-bar .offcanvas-mobile-menu ul li.current-page-ancestor .uk-icon.closed {
      color: #edc338; }
    .uk-offcanvas-bar .offcanvas-mobile-menu ul li ul {
      padding: 8px 0 20px; }
      .uk-offcanvas-bar .offcanvas-mobile-menu ul li ul li a {
        font-weight: bold;
        font-size: 0.95rem;
        line-height: 20px;
        text-transform: none;
        margin-bottom: 12px; }
        .uk-offcanvas-bar .offcanvas-mobile-menu ul li ul li a .menu-item-description {
          display: block;
          font-weight: 100; }
    .uk-offcanvas-bar .offcanvas-mobile-menu ul li:last-of-type ul {
      padding-bottom: 0; }
  .uk-offcanvas-bar .footer-nav ul li a {
    font-size: 12px; }

/* Options for Medium Screens ------------------------------- */
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    padding-top: 20px; } }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch .uk-offcanvas-bar .close-btn.uk-offcanvas-close, body.no-touch .uk-offcanvas-bar .close-btn.slide-search-close {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  body.no-touch .uk-offcanvas-bar .close-btn.uk-offcanvas-close:hover, body.no-touch .uk-offcanvas-bar .close-btn.slide-search-close:hover {
    cursor: pointer;
    opacity: 1;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }
body.no-touch .offcanvas-mobile-menu .uk-accordion-title a:hover {
  color: #edc338; }
body.no-touch .offcanvas-mobile-menu .uk-accordion-title:hover:before {
  opacity: 0.8; }
body.no-touch .offcanvas-mobile-menu .menu-item-has-children > a:hover {
  cursor: default; }
body.no-touch .offcanvas-mobile-menu ul li ul li a:hover {
  color: #edc338; }
body.no-touch .offcanvas-mobile-menu ul li .submentoggle .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 .offcanvas-mobile-menu ul li .submentoggle .uk-icon:hover {
    opacity: 1;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }

html {
  margin: 0; }

.posts p a {
  display: inline; }

a:hover {
  text-decoration: none; }

.site-content {
  position: relative;
  background: #104057; }
  .site-content.newsletter {
    padding-bottom: 200px; }
  .site-content.overviewpage {
    background: #47d79e; }

.content-area {
  max-width: 1300px;
  font-size: 15px;
  line-height: 1.5;
  margin-top: unset; }

.post-edit-link {
  display: inline-block !important;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 0 20px 0 36px;
  border-radius: 15px;
  position: relative;
  background: #cc012e;
  color: white !important; }
  .post-edit-link svg {
    position: absolute;
    left: 11px;
    top: 4px; }
  .post-edit-link:hover {
    background: #0c5ca7;
    color: white; }

/*--------------------------------------------------------------
## HEADER / NAVBAR
--------------------------------------------------------------*/
.sticky-bg {
  height: unset;
  overflow: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 888;
  width: 100%; }

@-moz-document url-prefix() {
  .sticky-bg {
    background: white; } }
.site-branding, .footer-logo {
  max-width: 160px;
  width: 160px;
  display: inline-block; }
  .site-branding .logowrap, .footer-logo .logowrap {
    position: relative; }
  .site-branding .custom-logo-link, .site-branding .mobile-logo-link, .footer-logo .custom-logo-link, .footer-logo .mobile-logo-link {
    max-width: 160px;
    height: auto;
    background: url(../svg/dbpedia-org-logo.svg);
    display: block;
    line-height: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left center; }
  .site-branding .brandname, .footer-logo .brandname {
    position: absolute;
    top: 2px;
    left: 0;
    width: 160px;
    height: 100%;
    text-transform: uppercase;
    color: #818181;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: right;
    z-index: 1; }
  .site-branding .mobile-logo-link, .footer-logo .mobile-logo-link {
    display: none;
    max-width: 160px;
    background: url(../svg/dbpedia-org-logo.svg);
    background-repeat: no-repeat; }
  .site-branding .site-description, .footer-logo .site-description {
    display: none; }

/*--------------------------------------------------------------
## PAGE HERO QUINTENSE
--------------------------------------------------------------*/
.pagehero {
  overflow: hidden;
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .pagehero img.uk-invisible {
    width: calc(100% + 200px);
    max-width: calc(100% + 200px); }

.pagehero-placeholder {
  z-index: -1;
  position: relative;
  opacity: 0;
  overflow: hidden; }
  .pagehero-placeholder img.uk-invisible {
    width: calc(100% + 200px);
    max-width: calc(100% + 200px); }

.pagehero-placeholder + .site-content .content-area {
  margin-top: 0; }
  .pagehero-placeholder + .site-content .content-area .section:first-of-type {
    padding-top: 56px; }

/*--------------------------------------------------------------
## CONTENT
--------------------------------------------------------------*/
.entry-header .entry-meta {
  margin-top: 4px;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif; }
  .entry-header .entry-meta a {
    color: #1d1d1b; }

h2 + p {
  margin-top: 0; }

.entry-content p a:not(.uk-button), .content-area p a:not(.uk-button) {
  /*word-break: break-all;*/ }
.entry-content p a:not(.uk-button), .content-area p a:not(.uk-button) {
  text-decoration: none; }

.content-area:not(.white-content) a:not(.uk-button, .wp-block-button .wp-block-button__link, .wp-block-button.white .wp-block-button__link), .content-area:not(.white-content) a:visited:not(.uk-button, .wp-block-button .wp-block-button__link, .wp-block-button.white .wp-block-button__link) {
  color: white; }

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

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

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

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

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

/*--------------------------------------------------------------
## UK-CARD
--------------------------------------------------------------*/
.cardwrap .uk-box-shadow-medium {
  height: 100%; }
  .cardwrap .uk-box-shadow-medium a, .cardwrap .uk-box-shadow-medium .uk-card, .cardwrap .uk-box-shadow-medium .uk-card-body {
    height: 100%; }

.uk-card-default .uk-card-body {
  padding: 25px 25px 35px; }
.uk-card-default .subhead {
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

/*--------------------------------------------------------------
## SECTIONS
--------------------------------------------------------------*/
.section {
  padding: 56px 0 56px; }
  .section:last-of-type {
    margin-bottom: 0; }
  .section:first-of-type {
    margin-top: 0; }

.entry-content > .section:first-of-type {
  padding-top: 0; }

.alignfull, .alignwide {
  box-sizing: border-box; }
  .alignfull *, .alignfull ::before, .alignfull ::after, .alignwide *, .alignwide ::before, .alignwide ::after {
    box-sizing: inherit; }

.alignwide {
  padding-left: 20px;
  padding-right: 20px; }

.alignfull .alignwide {
  padding-left: 20px;
  padding-right: 20px; }

.section + .section {
  margin-top: 0; }

.content-without-title {
  margin-top: calc(0 + 35px); }

/*--------------------------------------------------------------
## POSTNAV / SLIDENAV / DOTNAV
--------------------------------------------------------------*/
.slidenav-l {
  display: none; }
  .slidenav-l a {
    box-sizing: content-box;
    color: #a1a1a1; }

.post-navigation-iconnav a .txt {
  display: inline-block;
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.post-navigation-iconnav a.nav-previous.uk-button {
  padding-left: 10px;
  padding-right: 12px;
  margin-right: 0; }
.post-navigation-iconnav a.nav-next.uk-button {
  padding-left: 12px;
  padding-right: 10px; }
.post-navigation-iconnav a.uk-button .uk-icon {
  position: relative;
  top: -1px; }
.post-navigation-iconnav a.backtogrid, .post-navigation-iconnav a.backtolist {
  padding-left: 14px;
  padding-right: 12px; }

/*--------------------------------------------------------------
## PAGINATION NUMBERED
--------------------------------------------------------------*/
.custom-pagination ul {
  list-style: none;
  padding: 0;
  margin: 60px 0 0 0;
  text-align: center; }
  .custom-pagination ul li {
    display: inline-block;
    margin-left: 12px; }
    .custom-pagination ul li:first-of-type {
      margin-left: 0; }
    .custom-pagination ul li a, .custom-pagination ul li span {
      display: inline-block;
      border: 1px solid #1d1d1b;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      line-height: 31px;
      text-align: center;
      font-size: 0.9rem;
      float: left; }
    .custom-pagination ul li .current {
      border: 1px solid #818181;
      color: #818181; }
    .custom-pagination ul li .cdr svg, .custom-pagination ul li .cdl svg {
      position: relative;
      top: -1px;
      left: 0;
      width: 22px; }
    .custom-pagination ul li .cr svg, .custom-pagination ul li .cl svg {
      width: 15px;
      position: relative;
      top: -1px;
      left: -1px; }
    .custom-pagination ul li .cr svg {
      left: 1px; }

/*--------------------------------------------------------------
## SUCHE / SUCHERGEBNISSE WP
--------------------------------------------------------------*/
.search-results .site-main article {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
  padding: 20px 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 .entry-header {
    margin: 0; }
    .search-results .site-main article .entry-header h3.entry-title {
      margin-top: 0;
      margin-bottom: 0; }
    .search-results .site-main article .entry-header .entry-meta {
      margin-top: 0; }
  .search-results .site-main article.type-m-projects .search-result-type.type-project {
    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; }

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

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

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

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

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

.wp-block-gallery .blocks-gallery-item figcaption {
  opacity: 0;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

/*--------------------------------------------------------------
## GALLERY-SLIDER / SLIDER-IMAGE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## TOOLTIP
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## GOOGLE MAP PLUGIN (Pantheon)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## BORLABS COOKIE
--------------------------------------------------------------*/
.borlabs_cookie_log th {
  text-align: left !important; }

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.site-footer {
  color: #47d79e;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 100;
  /* DBPEDIA */ }
  .site-footer a {
    color: #47d79e; }
  .site-footer .footer-wrap .footer-content-wrap {
    height: 100%; }
  .site-footer .footer-grid-wrap, .site-footer .footer-grid {
    width: 100%; }
  .site-footer ul {
    font-weight: 100; }
  .site-footer .uk-list.menu > li:nth-child(n+2) {
    margin-top: 5px; }
  .site-footer .uk-list.socials > li:nth-child(n+2) {
    margin-top: 0;
    margin-left: 6px; }
  .site-footer .uk-list.socials [class^="icon-"], .site-footer .uk-list.socials [class*=" icon-"] {
    font-size: 20px; }
  .site-footer .uk-list.socials .icon-github:before {
    content: "\e90b"; }
  .site-footer .uk-list.socials .icon-linkedin:before {
    content: "\e90c"; }
  .site-footer .uk-list.socials .icon-rss:before {
    content: "\e90d"; }
  .site-footer .uk-list.socials .icon-twitter:before {
    content: "\e90e"; }
  .site-footer .uk-list.socials .icon-facebook:before {
    content: "\e90a"; }
  .site-footer .uk-list.socials .icon-youtube:before {
    content: "\e911"; }

/*--------------------------------------------------------------
## DBpedia SPECIALS
--------------------------------------------------------------*/
p a, .excerpt a, .summary a, address a, .entry-content ul li a:not(.uk-button), .lastnews-slider .uk-grid li a.readmore, .entry-content table a, .entry-content div a {
  padding-bottom: 2px;
  border-bottom: 2px solid #edc338; }

.entry-content a.img-link {
  border-bottom: 0;
  padding-bottom: 0; }

h1 a, h2 a, h3 a, h4 a {
  border-bottom: 2px solid #edc338; }

h1 a {
  border-bottom-width: 4px; }

h3 a {
  border-bottom: none; }

.entry-content ul.uk-grid li a:not(.uk-button) {
  padding-bottom: 0;
  border-bottom: none; }

ul.uk-dotnav li a {
  padding-bottom: 0;
  border-bottom: none !important; }

.lastnews-slider ul.uk-grid li a.readmore {
  padding-bottom: 2px;
  border-bottom: 2px solid #edc338; }

a:visited {
  color: unset; }

.head-background {
  min-height: 400px;
  overflow: hidden;
  padding-bottom: 200px; }

#particles-js {
  background-color: #002a43;
  background-image: url(../jpg/dbpedia-background-fallback.jpg);
  background-size: cover;
  height: 800px;
  width: 100%;
  top: 0;
  z-index: 0; }

.page-title {
  padding-top: 230px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1; }

/* CONTENTS ------------------------------------------------- */
.content-area {
  margin-top: -200px;
  position: relative; }

body.blog .site-content, body.archive .site-content, body.single .site-content {
  background: #47d79e; }

.white-content {
  background-color: white;
  color: #002a43;
  margin-bottom: 100px; }
  .white-content h1, .white-content h2, .white-content h3, .white-content h4, .white-content h5, .white-content h6 {
    color: #002a43; }
  .white-content .wp-block-group.blue, .white-content p.blue {
    background: #104057;
    color: white; }
    .white-content .wp-block-group.blue h1, .white-content .wp-block-group.blue h2, .white-content .wp-block-group.blue h3, .white-content .wp-block-group.blue h4, .white-content .wp-block-group.blue h5, .white-content .wp-block-group.blue h6, .white-content p.blue h1, .white-content p.blue h2, .white-content p.blue h3, .white-content p.blue h4, .white-content p.blue h5, .white-content p.blue h6 {
      color: white; }
    .white-content .wp-block-group.blue.fractal, .white-content p.blue.fractal {
      background-image: url(../svg/20200911_dbpedia-fractal-blog.svg);
      background-size: cover;
      background-blend-mode: soft-light; }
  .white-content .wp-block-group.border-blue, .white-content p.border-blue {
    border: 1px solid #104057; }
  .white-content .wp-block-group.has-background, .white-content .wp-block-group.blue .wp-block-group__inner-container, .white-content .wp-block-group.border-blue .wp-block-group__inner-container, .white-content p.has-background, .white-content p.blue .wp-block-group__inner-container, .white-content p.border-blue .wp-block-group__inner-container {
    padding: 30px; }
  .white-content p.blue, .white-content p.border-blue {
    padding: 30px; }

/* Content nach innen versetzt */
.inset {
  margin: 0 auto; }

.content-wrap {
  padding: 60px 20px 20px 20px; }
  .content-wrap .alignfull, .content-wrap .alignwide {
    min-height: 100px; }
    .content-wrap .alignfull .wrap-inner, .content-wrap .alignwide .wrap-inner {
      padding: 20px; }
    .content-wrap .alignfull.blue, .content-wrap .alignwide.blue {
      background: #104057;
      color: white; }
      .content-wrap .alignfull.blue h2, .content-wrap .alignwide.blue h2 {
        color: white;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.05rem; }
      .content-wrap .alignfull.blue.summary, .content-wrap .alignwide.blue.summary {
        margin-top: 20px; }
        .content-wrap .alignfull.blue.summary .wrap-inner, .content-wrap .alignwide.blue.summary .wrap-inner {
          padding-top: 50px;
          padding-bottom: 60px; }
          .content-wrap .alignfull.blue.summary .wrap-inner ol, .content-wrap .alignwide.blue.summary .wrap-inner ol {
            line-height: 1.8; }
    .content-wrap .alignfull.summary:before, .content-wrap .alignwide.summary:before {
      position: absolute;
      right: 0;
      left: 0;
      top: -69px;
      height: 70px;
      content: '';
      min-width: 100px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 44' style='enable-background:new 0 0 100 44;'\a         xml:space='preserve'%3E%3Cstyle type='text/css'%3E\a         .st0%7Bfill:%23104057;%7D %3C/style%3E%3Cpath class='st0'\a         d='M0.2,44c16.4-0.3,37.2-2,49.8-18.7C62.6,42,83.4,44,99.8,44L0.2,44z'/%3E%3C/svg%3E"); }
    .content-wrap .alignfull.yellow, .content-wrap .alignwide.yellow {
      background: #edc338; }

.cat-links .icon-category:before {
  content: "\e905";
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 4px; }

/* CALL TO ACTION --------------------- */
.cta {
  min-height: 200px;
  margin-top: 80px !important;
  position: relative; }
  .cta .wrap-inner {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .cta .title h2 {
    font-size: 40px; }
  .cta .content p {
    padding: 20px 0; }
  .cta .content a.uk-button {
    display: inline-block; }
  .cta:before {
    position: absolute;
    right: 0;
    left: 0;
    top: -69px;
    height: 70px;
    content: '';
    min-width: 100px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 44' style='enable-background:new 0 0 100 44;'\a         xml:space='preserve'%3E%3Cstyle type='text/css'%3E\a         .st0%7Bfill:%23EDC338;%7D %3C/style%3E%3Cpath class='st0'\a         d='M0.2,44c16.4-0.3,37.2-2,49.8-18.7C62.6,42,83.4,44,99.8,44L0.2,44z'/%3E%3C/svg%3E"); }
  .cta:after {
    position: absolute;
    right: 0;
    left: 0;
    top: -69px;
    height: 70px;
    content: '';
    min-width: 100px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    top: unset;
    bottom: -69px;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 44' style='enable-background:new 0 0 100 44;'\a         xml:space='preserve'%3E%3Cstyle type='text/css'%3E\a         .st0%7Bfill:%23EDC338;%7D %3C/style%3E%3Cpath class='st0'\a         d='M0.2,44c16.4-0.3,37.2-2,49.8-18.7C62.6,42,83.4,44,99.8,44L0.2,44z'/%3E%3C/svg%3E"); }
  .cta.yellow {
    background-color: #edc338;
    margin-bottom: 80px !important; }
  .cta.blue {
    top: -190px;
    margin-bottom: -190px;
    background-color: #002a43;
    background-image: url(../png/dbpedia-cta-background.png);
    background-blend-mode: lighten; }
    .cta.blue .uk-button {
      max-width: 260px; }
    .cta.blue:before {
      position: absolute;
      right: 0;
      left: 0;
      top: -69px;
      height: 70px;
      content: '';
      min-width: 100px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 44' style='enable-background:new 0 0 100 44;'\a         xml:space='preserve'%3E%3Cstyle type='text/css'%3E\a         .st0%7Bfill:%23002a43;%7D %3C/style%3E%3Cpath class='st0'\a         d='M0.2,44c16.4-0.3,37.2-2,49.8-18.7C62.6,42,83.4,44,99.8,44L0.2,44z'/%3E%3C/svg%3E"); }
    .cta.blue:after {
      position: absolute;
      right: 0;
      left: 0;
      top: -69px;
      height: 70px;
      content: '';
      min-width: 100px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain;
      top: unset;
      bottom: -69px;
      transform: rotate(180deg);
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 44' style='enable-background:new 0 0 100 44;'\a         xml:space='preserve'%3E%3Cstyle type='text/css'%3E\a         .st0%7Bfill:%23002a43;%7D %3C/style%3E%3Cpath class='st0'\a         d='M0.2,44c16.4-0.3,37.2-2,49.8-18.7C62.6,42,83.4,44,99.8,44L0.2,44z'/%3E%3C/svg%3E"); }

/* CALL TO ACTION --------- END ------- */
.sidebar {
  background-color: #008cff;
  background-image: url(../svg/20200911_dbpedia-fractal-blog.svg), -webkit-linear-gradient(top, #008cff, white);
  background-image: url(../svg/20200911_dbpedia-fractal-blog.svg), -moz-linear-gradient(top, #008cff, white);
  background-image: url(../svg/20200911_dbpedia-fractal-blog.svg), -o-linear-gradient(top, #008cff, white);
  background-image: url(../svg/20200911_dbpedia-fractal-blog.svg), linear-gradient(to bottom, #008cff, white);
  background-blend-mode: screen;
  background-size: 2000px auto;
  width: 100%;
  color: #1d1d1b; }
  .sidebar .bgwrap {
    height: 100%;
    width: 100%;
    padding: 60px 20px;
    background: -webkit-linear-gradient(top, #008cff, white);
    background: -moz-linear-gradient(top, #008cff, white);
    background: -o-linear-gradient(top, #008cff, white);
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0)); }
  .sidebar h3 {
    text-transform: uppercase;
    font-size: 1rem; }
  .sidebar .widget {
    margin-bottom: 60px;
    max-width: 380px; }
    .sidebar .widget:last-of-type {
      margin-bottom: 0; }
    .sidebar .widget.latest-posts {
      max-width: 100%; }
    .sidebar .widget .uk-accordion > :nth-child(n+2) {
      margin-top: 12px; }
    .sidebar .widget .uk-accordion .uk-list li:last-of-type {
      margin-bottom: 25px; }
    .sidebar .widget .uk-accordion-content {
      padding-left: 12px; }
      .sidebar .widget .uk-accordion-content .uk-list > li:nth-child(n+2) {
        margin-top: 6px; }
    .sidebar .widget ul {
      text-transform: uppercase; }
  .sidebar .latest-posts .imgwrap {
    margin-bottom: 16px; }
  .sidebar .latest-posts .date {
    padding-bottom: 16px;
    border-bottom: 1px solid #104057;
    margin-bottom: 12px; }
  .sidebar .latest-posts h4 {
    margin: 0; }

.teaser .teaser-wrap {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  height: 100%; }

.nl-subscribe {
  background-color: #002a43;
  min-height: 300px;
  margin-top: -300px;
  margin-bottom: 80px;
  background-image: url(../svg/20200911_dbpedia-fractal-blog.svg);
  background-size: cover;
  background-blend-mode: multiply; }
  .nl-subscribe .teaser-wrap .bracket {
    position: absolute;
    right: 0;
    left: 0;
    top: -69px;
    height: 70px;
    content: '';
    min-width: 100px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 44' style='enable-background:new 0 0 100 44;'\a         xml:space='preserve'%3E%3Cstyle type='text/css'%3E\a         .st0%7Bfill:%2301091c;%7D %3C/style%3E%3Cpath class='st0'\a         d='M0.2,44c16.4-0.3,37.2-2,49.8-18.7C62.6,42,83.4,44,99.8,44L0.2,44z'/%3E%3C/svg%3E");
    top: unset;
    bottom: 0; }
  .nl-subscribe .title h2 {
    font-size: 40px; }
  .nl-subscribe .form-wrap {
    max-width: 440px; }

/* RESORCES ON HOME-PAGE */
.resources-grid {
  background-color: #47d79e;
  background-image: url(../svg/20200911_dbpedia-fractal-blog.svg);
  background-size: cover;
  background-blend-mode: screen;
  padding-top: 120px;
  padding-bottom: 160px;
  margin-top: 60px; }
  .resources-grid:before {
    position: absolute;
    right: 0;
    left: 0;
    top: -69px;
    height: 70px;
    content: '';
    min-width: 100px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    top: unset;
    bottom: -69px;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 44' style='enable-background:new 0 0 100 44;'\a         xml:space='preserve'%3E%3Cstyle type='text/css'%3E\a         .st0%7Bfill:%23104057;%7D %3C/style%3E%3Cpath class='st0'\a         d='M0.2,44c16.4-0.3,37.2-2,49.8-18.7C62.6,42,83.4,44,99.8,44L0.2,44z'/%3E%3C/svg%3E");
    bottom: unset;
    top: -1px; }
  .resources-grid h2 {
    color: #002a43; }
  .resources-grid .resource-posts ul li .card h3 {
    font-size: 1.2rem; }
  .resources-grid .resource-posts ul li .uk-button {
    position: relative;
    margin-top: 6px; }
    .resources-grid .resource-posts ul li .uk-button .icon-download:before {
      content: "\e910";
      font-size: 21px;
      line-height: 0;
      position: relative;
      top: 3px;
      margin-right: 6px; }
  .resources-grid .resource-posts.cat-a ul li .card {
    background: white;
    color: #002a43; }
    .resources-grid .resource-posts.cat-a ul li .card h3 {
      color: #002a43; }
  .resources-grid .resource-posts.cat-b ul li .card {
    background: #002a43;
    color: white; }
    .resources-grid .resource-posts.cat-b ul li .card h3 {
      color: white; }

.col_inset {
  max-width: 410px;
  margin: 0 auto; }

.acf-content.grid-on-top, .acf-content.grid-on-bottom {
  padding-top: 120px;
  padding-bottom: 130px; }
  .acf-content.grid-on-top .col-inset, .acf-content.grid-on-bottom .col-inset {
    max-width: 380px;
    margin: 0 auto 50px auto; }
    .acf-content.grid-on-top .col-inset:last-of-type, .acf-content.grid-on-bottom .col-inset:last-of-type {
      margin-bottom: 0; }
  .acf-content.grid-on-top h3, .acf-content.grid-on-bottom h3 {
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    margin-bottom: 32px; }

.lastnews-slider {
  background-color: #002a43;
  background-image: url(../svg/20200911_dbpedia-fractal-blog.svg);
  background-size: cover;
  background-blend-mode: soft-light; }
  .lastnews-slider:before {
    position: absolute;
    right: 0;
    left: 0;
    top: -69px;
    height: 70px;
    content: '';
    min-width: 100px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 44' style='enable-background:new 0 0 100 44;'\a         xml:space='preserve'%3E%3Cstyle type='text/css'%3E\a         .st0%7Bfill:%23002a43;%7D %3C/style%3E%3Cpath class='st0'\a         d='M0.2,44c16.4-0.3,37.2-2,49.8-18.7C62.6,42,83.4,44,99.8,44L0.2,44z'/%3E%3C/svg%3E"); }
  .lastnews-slider .inset {
    padding-top: 60px;
    padding-bottom: 60px; }
  .lastnews-slider .content a {
    display: inline !important; }
  .lastnews-slider .dotnav {
    height: 40px;
    right: 0;
    top: 17px;
    z-index: 669; }
    .lastnews-slider .dotnav ul {
      float: left;
      position: relative;
      top: 6px; }
    .lastnews-slider .dotnav .title {
      padding-left: 16px;
      margin-right: 5px; }

.companies-slider {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 70px;
  background-color: #002a43;
  background-image: url(../svg/20200911_dbpedia-fractal-blog.svg);
  background-size: cover;
  background-blend-mode: soft-light; }
  .companies-slider h2 {
    font-size: 40px; }
  .companies-slider .card {
    background-color: white;
    background-size: 80% auto; }
    .companies-slider .card .imgwrap {
      width: 80%;
      height: 80%; }

/* OVERVIEW PAGE --------------------- */
.overview-page .group-block {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(../svg/20200911_dbpedia-fractal-blog.svg);
  background-size: cover;
  background-blend-mode: soft-light; }
  .overview-page .group-block:nth-child(n+2) {
    margin-top: 100px; }
  .overview-page .group-block .wp-block-group__inner-container {
    position: relative; }
  .overview-page .group-block h2 {
    font-size: 40px;
    text-align: left;
    text-transform: none;
    margin-bottom: 50px; }
  .overview-page .group-block h2 + * {
    clear: both; }
  .overview-page .group-block h3 {
    margin-bottom: 16px; }
    .overview-page .group-block h3 a {
      padding-bottom: 4px;
      border-bottom: 2px solid #edc338; }
  .overview-page .group-block.blue-block {
    background-color: #002a43; }
    .overview-page .group-block.blue-block:before {
      position: absolute;
      right: 0;
      left: 0;
      top: -69px;
      height: 70px;
      content: '';
      min-width: 100px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 44' style='enable-background:new 0 0 100 44;'\a         xml:space='preserve'%3E%3Cstyle type='text/css'%3E\a         .st0%7Bfill:%23002a43;%7D %3C/style%3E%3Cpath class='st0'\a         d='M0.2,44c16.4-0.3,37.2-2,49.8-18.7C62.6,42,83.4,44,99.8,44L0.2,44z'/%3E%3C/svg%3E"); }

/* ADDRESS / COMPANIES SINGLE-PAGES -------------------- */
address .label {
  display: inline-block;
  width: 66px;
  font-weight: 700; }

/* GUTENBERG CUSTOM  */
.wp-block-group__inner-container {
  padding-left: 0;
  padding-right: 0; }

/* Grid */
.wp-block-columns {
  margin-bottom: 0; }

.wp-block-columns + .wp-block-columns {
  margin-top: 50px; }

.wp-block-column:nth-child(n+2) {
  margin-top: 50px; }

/* CORE PUBLICATIONS - PLUGIN STYLE -------------------- */
.corepub button, .corepub input[type="button"] {
  margin-bottom: 0;
  margin-top: 0; }
.corepub .tx-extbibsonomy-csl-publication-filter {
  align-items: initial;
  height: 55px; }
.corepub .tx-extbibsonomy-csl-publication-filter input[type="button"] {
  margin-left: 0; }
.corepub .tx-extbibsonomy-csl-publication-filter input[type="text"] {
  margin-right: 8px;
  border-color: #002a43; }
.corepub .bibsonomycsl_publications-headline {
  font-size: 18px !important; }
.corepub ul.bibsonomycsl_publications {
  padding-left: 0;
  font-size: 18px; }
  .corepub ul.bibsonomycsl_publications li {
    padding-bottom: 1.8em; }
  .corepub ul.bibsonomycsl_publications .bibsonomycsl_entry {
    font-size: 15px;
    line-height: 1.5; }

/* EVENTS - POSTTYPE ---------------------------------- */
.posts.events .cat-links a {
  display: inline; }
.posts.events .uk-table tr {
  padding-top: 12px; }
  .posts.events .uk-table tr:first-child {
    padding-top: 0; }
.posts.events .uk-table td {
  padding: 0 !important; }
  .posts.events .uk-table td address {
    line-height: 1.4; }

@media (min-width: 690px) {
  .posts.events .uk-table td:nth-child(2) {
    padding-left: 12px !important; }
  .posts.events .uk-table-responsive td {
    display: table-cell; }
  .posts.events .uk-table-responsive tr {
    display: table-row;
    padding-top: 0; }
    .posts.events .uk-table-responsive tr td {
      padding-top: 12px !important; } }
/*--------------------------------------------------------------
## BREAKPOINTS
--------------------------------------------------------------*/
/* Options for CTA ---------------------------------------- */
@media (max-width: calc(1300px - 1px)) {
  body.blog .cta.yellow .title, body.archive .cta.yellow .title {
    margin: 0 auto;
    max-width: 480px; }
    body.blog .cta.yellow .title h2, body.archive .cta.yellow .title h2 {
      font-size: 40px; } }
/* Options for Gutenberg 600px ------------------------------ */
@media (min-width: 600px) {
  .wp-block-column:nth-child(n+2) {
    margin-top: 0; }
  .wp-block-column:nth-child(n+3) {
    margin-top: 50px; } }
/* Options for Gutenberg 786px ------------------------------ */
@media (min-width: 782px) {
  .wp-block-column:nth-child(n+3) {
    margin-top: 0; } }
/* Options for Small Screens ------------------------------- */
@media (min-width: 640px) {
  .content-area {
    font-size: 18px;
    line-height: 1.6; }

  .section {
    padding: 100px 0 100px;
    margin-top: 0;
    margin-bottom: 0; }

  .pagehero-placeholder + .site-content .content-area .section:first-of-type {
    padding-top: 100px; }

  .alignwide {
    padding-left: 30px;
    padding-right: 30px; }

  .alignfull .alignwide {
    padding-left: 30px;
    padding-right: 30px; }
    .alignfull .alignwide .alignwide {
      padding-left: 0;
      padding-right: 0;
      margin: 0; }
  .alignfull .alignwide {
    max-width: 1300px;
    margin: 0 auto; }

  /* DBpedia */
  .page-title {
    padding-top: 226px;
    padding-bottom: 150px; }

  .content-wrap {
    padding: 60px 30px 30px 30px; }
    .content-wrap .alignfull .wrap-inner, .content-wrap .alignwide .wrap-inner {
      padding: 30px; }

  .sidebar .bgwrap {
    padding: 60px 30px; }

  .lastnews-slider .dotnav {
    top: -36px; }

  .corepub .bibsonomycsl_publications-headline {
    font-size: 22px !important; }
  .corepub ul.bibsonomycsl_publications .bibsonomycsl_entry {
    font-size: 18px;
    line-height: 1.6; } }
/* Options for Medium Screens ------------------------------ */
@media (min-width: 960px) {
  .content-without-title {
    margin-top: calc(0 + 60px); }

  .alignwide {
    padding-left: 40px;
    padding-right: 40px; }

  .alignfull .alignwide {
    max-width: 1300px; }

  .inset, .overview-page .wp-block-group__inner-container {
    width: 94%;
    max-width: 1300px;
    margin: 0 auto; }

  .cta .title {
    margin-bottom: 0 !important; }

  .nl-subscribe .title h2 {
    margin-right: 30px; }

  .content-wrap {
    padding: 60px; }
    .content-wrap .alignfull, .content-wrap .alignwide {
      margin: 0 -60px; }
      .content-wrap .alignfull .wrap-inner, .content-wrap .alignwide .wrap-inner {
        padding: 60px; }

  .sidebar {
    width: 380px; }
    .sidebar .bgwrap {
      padding: 60px 40px; }

  .acf-content.grid-on-top .col-inset, .acf-content.grid-on-bottom .col-inset {
    margin-bottom: 0; }

  .overview-page .group-block h2 {
    width: 50%;
    float: right;
    font-size: 60px; } }
/* Options for Large Screens ----------- POSTNAV ----------- */
@media (min-width: calc(1200px + 100px)) {
  .slidenav-l {
    display: block; }

  .dotnav-s, .postnav.bottom.projects {
    display: none; } }
/* Options for Large Screens ------------------------------- */
@media (min-width: 1200px) {
  .post-navigation-iconnav a .txt {
    width: 250px; }

  .alignwide {
    padding-left: 0;
    padding-right: 0; }

  .group-block .wp-block-group__inner-container {
    padding-left: 20px;
    padding-right: 20px; }

  .cta .title h2, .nl-subscribe .title h2 {
    margin-right: 30px;
    font-size: 60px; }
  .cta .content p, .nl-subscribe .content p {
    padding-top: 0; }

  .companies-slider h2 {
    font-size: 60px; } }
/* Options for XLarge Screens ------------------------------- */
@media (min-width: 1600px) {
  .uk-card-default p {
    padding: 0 40px; } }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch {
  /* Image-Link Hover Animation in Image and Gallery*/ }
  body.no-touch .entry-content a, body.no-touch .entry-content a:visited, body.no-touch .content-area a, body.no-touch .content-area a:visited {
    -moz-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
  body.no-touch .entry-content a:not(.uk-button, .wp-block-button .wp-block-button__link):hover, body.no-touch .entry-content a:not(.uk-button, .wp-block-button .wp-block-button__link):visited:hover, body.no-touch .content-area a:not(.uk-button, .wp-block-button .wp-block-button__link):hover, body.no-touch .content-area a:not(.uk-button, .wp-block-button .wp-block-button__link):visited:hover {
    color: #d5a813 !important;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
  body.no-touch a:not(.uk-slidenav-next, .uk-slidenav-previous) {
    -moz-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
  body.no-touch .posts p a {
    display: inline; }
  body.no-touch h1 a {
    -moz-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
  body.no-touch h1 a:hover {
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
  body.no-touch a:not(.uk-button, .uk-slidenav-next, .uk-slidenav-previous, .menu-toggle, .wp-block-button__link, .menu-item-has-children > a):hover, body.no-touch a:not(.uk-button):hover *, body.no-touch a:not(.uk-button):visited:hover {
    color: #d5a813 !important;
    -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, .wp-block-button__link, .menu-item-has-children > a):hover .uk-icon, body.no-touch a:not(.uk-button):hover * .uk-icon, body.no-touch a:not(.uk-button):visited:hover .uk-icon {
      color: #d5a813;
      -moz-transition: all .1s ease-in-out;
      -webkit-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out; }
  body.no-touch .post-navigation-iconnav a:hover {
    background: #d5a813;
    color: white; }
  body.no-touch .site-footer a:hover {
    color: #edc338; }
  body.no-touch .wp-block-image a, body.no-touch .wp-block-gallery .blocks-gallery-item a, body.no-touch .uk-slider li a, body.no-touch .posts a {
    display: inline-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 .uk-slider li a img, body.no-touch .uk-slider li a .img-transform-wrap, body.no-touch .posts a img, body.no-touch .posts a .img-transform-wrap {
      -moz-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  body.no-touch .wp-block-image a:not(.img-link):hover img, body.no-touch .wp-block-image a:hover .img-transform-wrap, body.no-touch .wp-block-gallery .blocks-gallery-item a:not(.img-link):hover img, body.no-touch .wp-block-gallery .blocks-gallery-item a:hover .img-transform-wrap, body.no-touch .uk-slider li a:not(.img-link):hover img, body.no-touch .uk-slider li a:hover .img-transform-wrap, body.no-touch .posts a:not(.img-link):hover img, body.no-touch .posts a:hover .img-transform-wrap {
    transform: scale(1.1);
    transition-timing-function: ease-out; }
  body.no-touch .wp-block-image.logowall a, body.no-touch .wp-block-gallery .blocks-gallery-item.logowall a, body.no-touch .uk-slider li.logowall a, body.no-touch .posts.logowall a {
    overflow: visible; }
    body.no-touch .wp-block-image.logowall a .imgwrap, body.no-touch .wp-block-gallery .blocks-gallery-item.logowall a .imgwrap, body.no-touch .uk-slider li.logowall a .imgwrap, body.no-touch .posts.logowall a .imgwrap {
      overflow: visible; }
      body.no-touch .wp-block-image.logowall a .imgwrap .img-transform-wrap, body.no-touch .wp-block-gallery .blocks-gallery-item.logowall a .imgwrap .img-transform-wrap, body.no-touch .uk-slider li.logowall a .imgwrap .img-transform-wrap, body.no-touch .posts.logowall a .imgwrap .img-transform-wrap {
        background-size: 80% auto; }
  body.no-touch .imgwrap {
    display: block;
    overflow: hidden;
    position: relative; }
  body.no-touch .wp-block-gallery .blocks-gallery-item:hover figcaption {
    opacity: 1;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  body.no-touch .uk-slidenav-previous:hover, body.no-touch .uk-slidenav-next:hover {
    opacity: 1;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  body.no-touch .project-single .uk-slidenav-previous:hover, body.no-touch .project-single .uk-slidenav-next:hover {
    opacity: 0.8; }
  body.no-touch .companies-slider .card .transform-wrap {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  body.no-touch .companies-slider .card:hover .transform-wrap {
    transform: translateY(-20px);
    transition-timing-function: ease-out; }

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