/* Schriften Clamp von 1400 bis 769 */
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-color);
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 400;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
h1,
.h1,
span.h1 {
  font-size: 3.1em;
  margin: 0 0 20px 0;
  line-height: 0.95;
  letter-spacing: 0.05em;
  font-family: athelas, serif;
  font-weight: 700;
}
h2,
.h2,
span.h2 {
  font-size: clamp(2rem, 1.391rem + 1.268vw, 2.5rem);
  margin: 0 0 15px 0;
  line-height: 1;
  font-family: athelas, serif;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  h2,
  .h2,
  span.h2 {
    hyphens: auto;
  }
}
h3,
.h3,
span.h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 14px 0;
  font-family: athelas, serif;
  font-weight: 400;
}
h4,
.h4,
span.h4 {
  font-size: 1.188rem;
  font-weight: 700 !important;
  margin: 0 0 5px 0;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 400;
}
h5,
.h5,
span.h5 {
  font-size: 1.188rem;
  margin: 0 0 5px 0;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 400;
}
h6,
span.h6 {
  font-size: 1.188emrem;
  margin: 0 0 5px 0;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 400;
}
span.caption {
  display: block;
  font-size: 0.8418em;
  line-height: 1.25;
}
p {
  margin: 0 0 15px 0;
  font-size: clamp(1rem, 0.771rem + 0.477vw, 1.188rem);
}
.center {
  max-width: 1360px;
  padding: 0 40px;
  margin: auto;
  width: 100%;
}
.sr-only {
  overflow: hidden;
}
.sr-only > span {
  position: absolute;
  left: -100vw;
}
#header .header-bgr {
  background: #222222;
  background: -webkit-linear-gradient(bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 75%, rgba(34, 34, 34, 0.6) 100%);
  background: -o-linear-gradient(bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 75%, rgba(34, 34, 34, 0.6) 100%);
  background: linear-gradient(to top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 75%, rgba(34, 34, 34, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  z-index: 90;
}
#header .region-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  z-index: 100;
}
#header .region-header .block-system-branding-block {
  font-size: 0;
  position: fixed;
  top: 45px;
  transition: all 500ms;
}
#header .region-header .block-system-branding-block a {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  transition: all 500ms;
}
#header .region-header .block-system-branding-block a img {
  width: 100%;
  height: 100%;
  transition: all 500ms;
}
@media screen and (min-width: 770px) {
  #header .region-header .block-system-branding-block {
    right: 30px;
    height: 110px;
  }
  #header .region-header .hamburger {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 769px) {
  #header .region-header .block-system-branding-block {
    position: absolute;
    top: 25px;
    left: 30px;
    height: 72px;
  }
}
.header-small #header .region-header .block-system-branding-block {
  opacity: 0;
  visibility: hidden;
}
.header-small #header .region-header .hamburger {
  opacity: 1;
  visibility: visible;
}
.layout-container {
  position: relative;
}
#footer {
  background: var(--bgr-light);
  margin-top: 140px;
  padding: 65px 0 0 0;
}
#footer .scroll-up {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#footer .copy {
  display: flex;
  position: relative;
  padding: 20px 0;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #footer .copy {
    flex-wrap: wrap;
    padding: 20px;
  }
  #footer .copy .copy-year,
  #footer .copy .copy-menu {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 581px) {
  #footer .copy {
    font-size: 1rem;
  }
}
.ajax-progress.ajax-progress-fullscreen {
  background-color: rgba(255, 255, 255, 0.6) !important;
  width: 100vw !important;
  height: 100vh !important;
  border-radius: 0;
  opacity: 1 !important;
  top: 0;
  left: 0;
}
.ajax-progress.ajax-progress-fullscreen .ajax-throbber {
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
}
.ajax-progress.ajax-progress-fullscreen .ajax-throbber.sk-fold {
  position: relative;
  z-index: 100;
}
.ajax-progress.ajax-progress-fullscreen .ajax-throbber.sk-fold .sk-fold-cube::before {
  background-color: var(--blue) !important;
}
.messages {
  border: none;
  padding: 20px 10px 20px 70px;
  border-radius: 5px;
}
.messages--error {
  box-shadow: none;
  background-image: none;
  background-color: var(--red);
  color: var(--white);
  font-size: 1rem;
  position: relative;
}
.messages--error:before {
  font-family: 'Atelier-MB';
  font-weight: normal;
  content: '\F334';
  position: absolute;
  font-size: 2rem;
  top: 14px;
  left: 20px;
  color: var(--night-blue);
}
.messages__item + .messages__item {
  margin-top: 5px;
}
.gnext,
.gprev {
  display: none;
}
.glightbox-clean .gclose {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  top: 35px;
  right: 60px;
}
.glightbox-clean .gclose:after {
  font-family: 'Atelier-MB';
  font-weight: normal;
  content: '\f10e';
  font-size: 3em;
}
.glightbox-clean .gclose:hover {
  background: rgba(255, 255, 255, 0.8);
}
.glightbox-clean .gclose svg {
  display: none;
}
#vita-timeline > .layout:after {
  content: '';
  background: url(../../bilder/vita-dot.svg);
  width: 5px;
  height: calc(100% - 100px);
  position: absolute;
  top: 0;
  left: 143px;
  z-index: -1;
}
#kronkorken-malerei .field--name-field-bild:hover img:hover {
  transform: scale(1);
}

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