@charset "UTF-8";
* {
  font-family: "Roboto", sans-serif !important;
}

em {
  color: inherit !important;
}

a,
a:visited,
a:focus,
a:hover {
  color: #3e0110;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

p {
  font-size: 1.4rem;
}

header {
  padding: 20px !important;
  width: 100%;
  background: transparent;
}
header.absolute {
  position: absolute;
  z-index: 999;
}
header.colored {
  background: transparent;
}
header .language a {
  color: #3e0110 !important;
}
header .language a span.active {
  text-decoration: underline;
}
header .language a span.de {
  padding-right: 5px;
}
header .language a span.en {
  padding-left: 5px;
}
header .language a span:hover {
  color: #3e0110aa;
}

footer {
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  background: transparent;
}
footer.absolute {
  position: absolute;
  z-index: 999;
}
footer.colored {
  background: transparent;
  height: 35px;
}
footer a:hover {
  color: #3e0110aa !important;
}
@media (max-width: 668px) {
  footer {
    padding: 0;
  }
  footer a {
    font-size: 1rem !important;
  }
}
footer a {
  font-size: 1.1rem !important;
}

.wrapper {
  min-height: 100vh;
}

.content-wrapper {
  padding: 40px 25px;
  width: 100%;
  font-size: 1.4rem;
}

h1.site-title {
  margin: 40px 0;
}

h4 {
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 2px;
  margin-top: 10px;
}

main.stage {
  display: inline-block;
  width: 100%;
  min-height: 80vh;
  overflow: hidden;	
}
@media (min-width: 668px) {
  main.stage .uk-position-center-left {
    left: 50px;
  }
}
@media (min-width: 668px) {
  main.stage .uk-position-center-right {
    right: 50px;
  }
}

img.greyscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}

.background-image {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-section {
  display: flex;
  position: relative;
  height: 100%;
}
.main-section .stage-wrapper {
  margin: 0 auto;
}
.main-section.background-image {
  background-image: url("../../../../wp-content/uploads/2020/06/Startseite2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.main-section figure {
  margin-bottom: 0;
}
.main-section figure > img {
  box-shadow: 5px 5px 5px grey;
}
.main-section figure.no-shadow > img {
  box-shadow: none !important;
}
.main-section a.arrow {
  background: #ffffff33;
  z-index: 999;	
}

.site-name {
  font-weight: 700;
  color: #3e0110;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  font-size: 2rem;
}
.site-name > a {
  text-decoration: none;
}

.uk-navbar-nav > li a {
  color: #3e0110;
  min-height: inherit !important;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 500;
}
.uk-navbar-nav > li a.uk-open {
  background: #f3f3f3;
  color: #3e0110;
}
.uk-navbar-nav > li a:hover {
  color: #3e0110aa;
}

.home #mobile-navigation > div > a,
.home .site-name a,
.home header nav > ul > li > a,
.home footer ul li a {
  color: white !important;
  font-weight: bold !important;
}

.home header nav > ul > li > a:hover {
  color: #3e0110 !important;
}

.uk-navbar-dropbar-slide {
  display: none !important;
}

@media (max-width: 668px) {
  #site-navigation {
    display: none !important;
  }
}

#mobile-navigation {
  margin: 6px;
}
@media (max-width: 668px) {
  #mobile-navigation {
    display: block !important;
  }
}
#mobile-navigation > div {
  display: block !important;
  text-align: right;
}
#mobile-navigation > div > a {
  color: #3e0110;
}

.uk-offcanvas img {
  max-width: 150px;
}
.uk-offcanvas .about,
.uk-offcanvas .werke {
  overflow: hidden;
  height: 0;
}
.uk-offcanvas .about .subtitle,
.uk-offcanvas .werke .subtitle {
  font-size: 0.8em;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 40px;
}
.uk-offcanvas .about .subtitle::first-letter,
.uk-offcanvas .werke .subtitle::first-letter {
  text-transform: uppercase !important;
}
.uk-offcanvas .uk-navbar-nav > li a {
  font-size: 0.9rem;
  padding: 0 5px;
}

.dropdown {
  top: 34px !important;
  position: absolute;
  background: #f3f3f3;
  box-shadow: 11px 11px 11px #CCCCCCCC;
  padding-top: 10px;
}

.werke-dropdown {
  width: max-content;
  animation: unset !important;
  transition: unset !important;
  animation-duration: unset !important;
  right: 0;
}
.werke-dropdown li {
  float: left;
}
.werke-dropdown img {
  height: 60px;
}

.ueber-dropdown {
  width: 190px;
  animation-duration: unset !important;
  animation: unset !important;
  transition: unset !important;
}

/* navi */
#site-navigation li.has-child:hover > a {
  background: #f3f3f3;
  color: #3e0110aa;
}
#site-navigation li.has-child:hover > div {
  display: block !important;
}

.subtitle::first-letter {
  text-transform: uppercase !important;
}

li.has-child ul a {
  text-transform: lowercase;
}
li.has-child ul a::first-letter {
  text-transform: uppercase !important;
}

.uk-navbar-dropdown-nav {
  font-size: 15px;
}

.uk-lightbox {
  background: white !important;
}

.uk-lightbox-toolbar {
  background: transparent !important;
  color: black;
}

.uk-lightbox-caption {
  bottom: 12px;
}

.uk-lightbox-toolbar-icon {
  color: black !important;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.wp-block-group {
  margin-bottom: 40px;
}

.page-id-228 .wp-block-group,
.page-id-281 .wp-block-group {
  float: left;
  width: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-separator {
  float: left;
  width: 100%;
  margin-top: 0;
}

.page-id-12 .main-section a:first-child:after,
.page-id-73 .main-section a:first-child:after {
  content: "➚";
}

@media (max-width: 576px) {
  .wp-block-group {
    margin-bottom: 0;
  }
  .wp-block-group .wp-block-image {
    width: 100%;
  }
  .wp-block-group .wp-block-image figure {
    float: unset !important;
  }

  .wp-block-media-text__content {
    padding-left: 0 !important;
    margin-bottom: 40px !important;
  }

  .page-id-575 .content-wrapper {
    padding-right: 0 !important;
  }
}

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