@charset "UTF-8";
/*!
Copyright by TwooDoo, Wegberg / Rath-Anhoven - 2025
Dieses Style-Sheet ist individuell entwickelt und von Hand geschrieben. Es unterliegt dem Schutz des deutschen Urheberrechts.
Jegliche Weiterverwendung, auch in Teilen, ohne unsere schriftliche Zustimmung ist untersagt.
*/
:focus {
  outline: none;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "ShantellSans", sans-serif;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8rem + 0.5vw, 1.2rem);
  line-height: 1.4em;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  color: #1c4277;
  background-color: #fafcfe;
}

a {
  color: inherit;
  background-color: inherit;
}

.h1 {
  width: 98%;
  margin: 24px auto 0;
  padding: 0;
  line-height: 1.4em;
  font-size: 1.75em;
  font-weight: 400;
  text-align: center;
  hyphens: auto;
}

.h2 {
  margin: 0 0 24px;
  padding: 0;
  line-height: 1.4em;
  font-size: 1.5em;
  font-weight: 400;
}

.h3 {
  margin: 30px 0 12px;
  padding: 0;
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 400;
}

.h4 {
  margin: 24px 0 12px;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
}

div {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 12px;
  padding: 0;
}

ul {
  margin: 12px 0;
  padding: 0 0 0 12px;
}
ul li {
  margin: 0 0 12px 12px;
  padding: 0;
}

img {
  border: none;
}

strong,
b {
  font-weight: 600;
}

blockquote,
q {
  font-style: oblique;
}

cite {
  font-style: oblique;
}

.hd-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  margin: 0 auto;
  padding: 0;
  color: white;
  background-color: rgb(47, 112, 202);
  background: linear-gradient(0deg, #2f70ca 0%, #2f70ca 5%, #407dd3 20%, #2f70ca 75%, #2f70ca 100%);
  box-shadow: 0 0 25px #2f70ca;
}
.hd-top .hd-div {
  order: 2;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0;
  padding: 0 48px 0 0;
  text-align: center;
  font-variation-settings: "wght" 400, "INFM" 100, "BNCE" 50;
}
.hd-top .hd-logo {
  order: 1;
  flex-grow: 0;
  flex-shrink: 0;
  width: 25vw;
  max-width: 150px;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
}
.hd-top .hd-logo img {
  display: block;
  width: 100%;
  transform: scaleX(-1);
}

.main {
  display: block;
  margin: auto;
}

.art-main {
  position: relative;
  margin: 0 auto;
  padding: 0 0 16vh;
  background-color: #fafcfe;
}
.art-main .cont-art-main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  margin: 0 auto;
  padding: 24px 0 0;
}
.art-main .fig-art-main {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 24px);
  max-width: 640px;
  min-height: 80vw;
  margin: 12px auto 24px;
  padding: 0;
  background-color: #e5eef9;
  box-shadow: 0 2px 24px #2f70ca;
  border-radius: 15px;
}
.art-main .fig-art-main .img-art-main {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.art-main .fig-art-main figcaption {
  box-sizing: border-box;
  padding: 5px 36px 7px;
  margin: 0 auto;
  font-size: 0.9em;
  font-style: oblique;
}
.art-main .fig-art-main .top {
  object-position: top center;
}
.art-main .div-art-content {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 24px);
  max-width: 640px;
  margin: 12px auto 24px;
  padding: 0 12px 12px;
  background-color: #fafcfe;
  background-color: rgba(250, 252, 254, 0.9);
  border-radius: 15px;
}
.art-main .div-art-content hr {
  margin: 48px 0;
}
.fig-bg-blur {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.fig-bg-blur img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform-origin: center;
  transform: scaleX(-105%) scaleY(105%);
  filter: blur(7px) brightness(150%) saturate(80%) opacity(95%);
}

.div-break {
  margin: 16vh auto;
  margin: 0 auto 12vh;
  padding: 24px 26px;
  text-align: center;
  background-color: #e5eef9;
}
.div-break .div-break-item {
  box-sizing: border-box;
  max-width: 600px;
  max-width: 960px;
  margin: 12vh auto;
  padding: 12px;
  color: white;
  background-color: rgb(47, 112, 202);
  background: linear-gradient(0deg, #2f70ca 0%, #2f70ca 12px, #407dd3 60px, #2f70ca 160px, #2f70ca 100%);
  box-shadow: 0 2px 24px #2f70ca;
  border-radius: 15px;
}
.div-break .div-break-item p {
  max-width: 600px;
  margin: 0 auto 12px;
}
.div-break .div-break-item .h3 {
  max-width: 600px;
  margin: 30px auto 12px;
}
.div-break .div-break-item .links {
  margin-top: 24px;
  text-align: center;
}

.einschub {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 24px);
  max-width: 640px;
  margin: 14vh auto 0;
  margin: 6vh auto 0;
  padding: 30px 24px 36px;
  background-color: #f4f7fc;
  border-radius: 15px;
}
.einschub cite {
  display: block;
  margin: 12px 0;
}
.einschub .padright {
  padding-right: 12px;
}
.einschub .h3:first-of-type {
  margin: 0 0 12px;
}

.links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.links .link-cont {
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 200px;
  margin: 0 0 24px;
  font-size: 0.8em;
}
.links .link-cont a {
  display: block;
  margin: 4px 12px;
  padding: 6px 12px;
  border: 1px solid #93b6e6;
  color: #1c4277;
  background-color: #fafcfe;
  border-radius: 9999px;
}
.links .link-cont a span {
  display: block;
  padding: 4px 12px;
}
.links .link-cont a:hover {
  background-color: #e5eef9;
}

.signatur {
  width: 100%;
  margin: 0 auto;
  padding: 48px 0 60px;
  color: white;
  background-color: #2a65b5;
  background: linear-gradient(0deg, #2f70ca 0%, #2f70ca 5%, #407dd3 20%, #2f70ca 75%, #2f70ca 100%);
}
.signatur .impressum {
  padding: 20px 0;
  text-align: center;
}
.signatur .impressum a {
  margin: 0 10px;
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}
.signatur .twoodoo {
  padding: 10px 0;
  font-size: 0.8em;
  text-align: center;
}
.signatur .twoodoo a {
  color: inherit;
  font-weight: 400;
}
.signatur .twoodoo span {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.link-mehr {
  padding: 24px 15px 48px;
  text-align: right;
  font-size: 0.8em;
}
.link-mehr a {
  display: inline-block;
  padding: 0.5em 20px 0.6em;
  margin: 0 0 10px 10px;
  text-decoration: none;
  background-color: #dedede;
  border: solid 1px rgb(47, 112, 202);
  border-radius: 2rem;
}
.link-mehr a:hover {
  text-decoration: none;
  color: #fafcfe;
  background-color: rgb(47, 112, 202);
}
.zentriert {
  text-align: center;
}

.rechts {
  text-align: right;
}

.fett {
  font-weight: 600;
  letter-spacing: 0.1em;
}

.chev::before {
  content: "„";
}

.chev::after {
  content: "“";
}

.smiley {
  aspect-ratio: 1/1;
  height: 1em;
  width: 1em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
}

.menu {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.menu .menucontain {
  position: relative;
  max-width: 2040px;
  height: 0;
  margin: 0 auto;
}
.menu .menuinput {
  display: none;
  position: absolute;
}
.menu .menulabel {
  display: block;
  z-index: 99;
  position: absolute;
  top: 54px;
  right: 6px;
  height: 36px;
  width: 36px;
  margin-left: 0;
  cursor: pointer;
  background-color: #2f70ca;
  border: 1px solid #fafcfe;
  border-radius: 5px;
}
.menu .menulabel .home {
  position: absolute;
  top: -48px;
  left: 0;
  height: 36px;
  width: 36px;
  margin: 0;
  background-color: #2f70ca;
  background-image: url("images/menu/hut-symbol.png");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  border: 1px solid #fafcfe;
  border-radius: 5px;
}
.menu .menulabel .menuburger {
  z-index: 19;
  position: relative;
  top: 17px;
  margin: auto;
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
}
.menu .menulabel .menuburger::before {
  content: "";
  position: absolute;
  top: -7px;
  margin: auto;
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
}
.menu .menulabel .menuburger::after {
  content: "";
  position: absolute;
  top: 7px;
  margin: auto;
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
}
.menu .menuinhalt {
  position: absolute;
  top: 102px;
  right: 6px;
  transform-origin: center right;
  transform: scaleX(0);
  backdrop-filter: blur(5px);
}
.menu .menuinhalt .menu-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu .menuinhalt .menu-ul li a {
  display: block;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  color: #fafcfe;
  background-color: rgb(47, 112, 202);
  border: 1px solid #fafcfe;
  border-radius: 5px;
}
.menu .menuinhalt .menu-ul li:hover a,
.menu .menuinhalt .menu-ul li.aktuell a {
  color: rgb(47, 112, 202);
  background-color: #fafcfe;
  border: 1px solid rgb(47, 112, 202);
}
.menu .menuinput:checked ~ .menulabel .menuburger::before {
  top: 1px;
  transform: rotate(45deg);
}
.menu .menuinput:checked ~ .menulabel .menuburger {
  background-color: transparent;
}
.menu .menuinput:checked ~ .menulabel .menuburger::after {
  top: 1px;
  transform: rotate(-45deg);
}
.menu .menuinput:checked + .menuinhalt {
  transform: scaleY(1);
}
.menu .menuinput:checked + .menuinhalt .menuschalter {
  transform: scaleX(1);
}
.menu .menuinput:checked + .menuinhalt .menu-ul {
  transform: scaleY(1);
}

.bottom {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
.bottom .bottomcont {
  position: relative;
  width: 100%;
  max-width: 2040px;
  height: 0;
  margin: 0 auto;
}
.bottom .span-link {
  overflow: hidden;
  position: absolute;
  right: 6px;
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #fafcfe;
  border-radius: 5px;
}
.bottom .span-link a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2f70ca;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.bottom .tel {
  bottom: 60px;
}
.bottom .tel a {
  background-image: url("images/menu/handy-symbol.png");
}
.bottom .to-top {
  bottom: 12px;
}
.bottom .to-top a {
  background-image: url("images/menu/pfeil-hoch.png");
}

@media all and (min-width: 392px) {
  .hd-top .hd-div {
    font-size: 1.5em;
    line-height: 1.2em;
  }
}
@media all and (min-width: 640px) {
  .h1 {
    margin: 72px 0 0;
  }
  .hd-top .hd-div {
    font-size: 1.75em;
    padding: 0 150px 0 0;
  }
  .art-main .cont-art-main {
    padding: 6vh 0 0;
  }
  .art-main .cont-art-main .fig-art-main {
    min-height: 350px;
  }
  .art-main .cont-art-main .fig-art-main .img-art-main {
    aspect-ratio: 7/5;
  }
  .art-main .cont-art-main .fig-art-main .ar-1-1 {
    aspect-ratio: 1/1;
  }
}
@media all and (min-width: 768px) {
  .signatur .twoodoo span {
    display: initial;
  }
}
@media all and (min-width: 1024px) {
  .menu .menulabel {
    top: 60px;
    right: 12px;
  }
  .bottom .span-link {
    right: 12px;
  }
  .bottom .hd-top .hd-div {
    text-align: center;
  }
}
@media all and (min-width: 1080px) {
  .art-main .cont-art-main {
    flex-direction: row;
    justify-content: space-evenly;
    padding: 12vh 0 0;
  }
  .art-main .cont-art-main .fig-art-main {
    flex-basis: 50%;
    position: sticky;
    top: 12px;
    margin: 12px 12px 24px;
  }
  .art-main .cont-art-main .div-art-content {
    flex-basis: 50%;
    margin: 12px 12px 24px;
    padding: 0 36px 36px;
  }
  .art-main:nth-of-type(even) .cont-art-main {
    flex-direction: row-reverse;
  }
  .art-main-reverse .cont-art-main {
    flex-direction: row-reverse;
  }
  .menu .menulabel {
    top: 72px;
    right: 24px;
  }
  .menu .menuinhalt {
    top: 120px;
    right: 24px;
  }
  .bottom .span-link {
    right: 24px;
  }
  .bottom .to-top {
    bottom: 24px;
  }
  .bottom .tel {
    bottom: 72px;
  }
}
@media all and (min-width: 1440px) {
  .div-break {
    border-radius: 5px;
  }
}
@font-face {
  font-display: swap;
  font-family: "ShantellSans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/shantell-sans/Shantell_Sans-Normal-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "ShantellSans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("fonts/shantell-sans/Shantell_Sans-Normal-SemiBold.woff2") format("woff2");
}
/* SHANTELL SANS*/
/* A font made for visual artist Shantell Martin, based on her felt-marker handwriting. Primary font design & development by Arrow Type / Stephen Nixon. Cyrillic by Anya Danilova.*/
/* Copyright 2022 The Shantell Sans Project Authors (https://github.com/arrowtype/shantell-sans)/*
/* This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL */