@charset "UTF-8";
/* --------------------------------------------------------------------------------------------- */
/* Copyright by TwooDoo, Wegberg / Rath-Anhoven - 2024                                           */
/* Dieses Style-Sheet unterliegt dem Schutz des Urheberrechts.                                   */
/* Jegliche Weiterverwendung, auch in Teilen, ohne unsere schriftliche Zustimmung ist untersagt. */
/* --------------------------------------------------------------------------------------------- */
:focus {
  outline: none;
  background-color: #d5d5d5;
}

a:link {
  color: inherit;
  font-weight: normal;
  text-decoration: underline dotted;
}
a:link:hover {
  text-decoration: underline dotted;
}
a:visited {
  color: inherit;
  font-weight: normal;
}

body {
  font-family: "Source Sans 3 VF", sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  margin: 0;
  padding: 0;
  color: #293133;
}

.h1 {
  font-size: 1.85em;
  line-height: 1.1em;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.h2 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.h3 {
  margin: 0;
  padding: 25px 0 8px;
  font-size: 1.4em;
  line-height: 1.1em;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.h4 {
  padding: 10px 0;
  margin: 0;
  font-size: 1.25em;
  line-height: 1.1em;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

section,
article,
nav,
div,
p,
figure {
  padding: 0;
  margin: 0;
}

p,
li {
  padding-bottom: 10px;
}

ul,
ol {
  margin: 0;
  padding: 0 0 10px 20px;
}

img {
  border: none;
}

strong,
b {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

blockquote,
q {
  font-style: italic;
}

body {
  color: #293133;
  background-color: white;
}

.hauptfoto {
  top: 0;
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.hauptfoto figure {
  position: relative;
  bottom: 0;
  width: 100vw;
  max-height: 850px;
}
.hauptfoto figure img {
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
}
.hauptfoto figure figcaption {
  display: block;
  position: absolute;
  bottom: 15%;
  right: 1%;
  color: white;
  background-color: #002266;
  box-shadow: 0 0 5px #002266;
  line-height: 1.2em;
  font-family: "Source Code VF";
  font-size: 1.2rem;
  text-align: right;
}
.hauptfoto figure figcaption > span {
  display: block;
  margin: 0;
  padding: 5px;
}
.hauptfoto figure::after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-display: fallback;
  font-size: 0.85em;
  color: #343f41;
  text-shadow: 0 0 1px white;
}
.hauptfoto .copy-twoodoo::after {
  content: "Bild Ⓒ: TwooDoo 2024";
}
.hauptfoto .copy-bauformat::after {
  content: "Bild Ⓒ: BAUFORMAT 2024";
}

.main {
  display: block;
}

.sec-main {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 0;
  flex-shrink: 0;
  flex-direction: column-reverse;
  justify-content: space-around;
  overflow: hidden;
}

.art-main {
  padding: 25px;
  max-width: 650px;
}

.h1 {
  position: relative;
  flex-basis: 100%;
  max-width: 650px;
  padding: 50px 25px 10px;
  margin: 0 auto;
}

.bildspalte {
  display: none;
}

.dl-klassen {
  padding: 15px 0;
  margin: 0;
}
.dl-klassen dd {
  font-size: 0.95em;
  margin: 0;
  padding: 0 0 15px;
}

.signatur {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 65px;
  color: #293133;
  background-color: #e6e6e6;
}
.signatur .sig-head {
  padding: 10px 10px 40px;
  font-size: 1.3em;
  line-height: 1.2em;
  text-align: center;
}
.signatur .impressum {
  padding: 20px 0;
  text-align: center;
}
.signatur .impressum a {
  margin: 0 10px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
.signatur .twoodoo {
  padding: 10px 0;
  font-size: 0.85em;
  text-align: center;
}
.signatur .twoodoo a {
  color: inherit;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.nowrap {
  white-space: nowrap;
}

.img-float {
  float: left;
  margin: 0 10px 0 0;
}

.info {
  padding: 10px;
  font-style: italic;
  background-color: #f2f2f2;
}

.cite::before {
  content: "»";
}

.cite::after {
  content: "«";
}

.menu .menuinput {
  display: none;
  position: absolute;
}
.menu .menulabel {
  display: block;
  z-index: 99;
  position: fixed;
  top: 5px;
  left: 5px;
  height: 50px;
  width: 50px;
  margin-left: 0;
  cursor: pointer;
  background-color: #002266;
  transition: all 0.4s ease-in-out;
}
.menu .menulabel .menuburger {
  z-index: 1;
  position: relative;
  top: 25px;
  margin: auto;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fafafa;
  transition: all 0.4s ease-in-out;
}
.menu .menulabel .menuburger::before {
  content: "";
  position: absolute;
  top: -10px;
  margin: auto;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fafafa;
  transition: all 0.4s ease-in-out;
}
.menu .menulabel .menuburger::after {
  content: "";
  position: absolute;
  top: 10px;
  margin: auto;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fafafa;
  transition: all 0.4s ease-in-out;
}
.menu .menuinhalt {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  height: auto;
  width: 100%;
  max-width: 250px;
  padding-top: 0;
  background-color: #fafafa;
  transform: translateY(-270px) translateX(60px);
  transition: all 0.4s ease-in-out;
}
.menu .menuinhalt .nav-logo img {
  display: block;
  width: calc(100% - 10px);
  padding: 5px;
}
.menu .menuinhalt ul {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  left: 0;
  list-style-type: none;
  background-color: #fafafa;
  padding: 0 5px 5px;
}
.menu .menuinhalt ul li {
  width: 100%;
  padding: 0;
  margin: 1px auto;
}
.menu .menuinhalt ul li a {
  display: block;
  padding: 10px 15px;
  line-height: 2em;
  text-align: center;
  font-family: "Source Code VF";
  font-weight: 400;
  font-variation-settings: "wght" 400;
  text-decoration: none;
  color: #fafafa;
  background-color: #002266;
  box-shadow: none;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}
.menu .menuinhalt ul li a:hover {
  background-color: #003399;
}
.menu .menuinhalt .menuschalter {
  z-index: -1;
  display: block;
  position: fixed;
  top: 0;
  left: -105%;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  background-color: rgba(204, 204, 204, 0.7);
  transition: all 0.4s ease-in-out;
}
.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 ~ .menulabel b::after {
  opacity: 0;
}
.menu .menuinput:checked ~ .menulabel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
}
.menu .menuinput:checked + .menuinhalt {
  transform: translateY(0) translateX(60px);
}
.menu .menuinput:checked + .menuinhalt .menuschalter {
  left: 0;
}

.bodenmenu {
  z-index: 99;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #293133;
  background-color: #d9d9d9;
  font-size: 1.3em;
  font-variant: small-caps;
}
.bodenmenu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 900px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.bodenmenu ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  height: 50px;
  width: 30%;
  margin: 5px 0;
  padding: 0;
}
.bodenmenu ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 50px;
  text-decoration: inherit;
  background-color: white;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.bodenmenu ul li a span {
  display: none;
}
.bodenmenu ul .kontakt {
  background-image: url("style-img/menu/brief-symbol.png");
}
.bodenmenu ul .tel {
  background-image: url("style-img/menu/tel-symbol.png");
}

@media all and (min-width: 768px) {
  .hauptfoto figure figcaption {
    right: 1%;
    bottom: 10%;
    padding: 7px 15px;
    font-size: 2.5rem;
  }
  .h1 {
    padding: 75px 25px 10px;
  }
  .sec-main {
    flex-direction: row;
    padding: 0 0 50px;
  }
  .signatur {
    padding: 50px 0 115px;
  }
  .menu .menuinhalt {
    position: absolute;
    transform: translateY(10px) translateX(10px);
  }
  .menu .menulabel {
    display: none;
  }
  .menu .menuinput:checked ~ .menulabel {
    display: none;
  }
  .menu .menuinput:checked ~ .menulabel::after {
    display: none;
  }
  .menu .menuinput:checked + .menuinhalt {
    top: 0;
  }
  .bodenmenu ul li a,
  .bodenmenu ul li label {
    background-position: 15px center;
  }
  .bodenmenu ul li a span,
  .bodenmenu ul li label span {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .hauptfoto figure figcaption {
    bottom: 20%;
    padding: 15px 25px;
    font-size: 3rem;
  }
  .menu .menuinhalt {
    box-shadow: 0 2px 12px 0 #404c4f;
    box-shadow: 0 2px 20px 0 rgba(64, 76, 79, 0.6);
    transform: translateY(10px) translateX(55px);
  }
}
@media all and (min-width: 1248px) {
  .bildspalte {
    display: block;
    max-width: 400px;
    margin: 70px 0 0;
  }
  .bildspalte figure {
    margin: 25px;
  }
  .bildspalte figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .bildspalte figure figcaption {
    padding: 5px 10px;
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
@media all and (min-width: 1520px) {
  .menu .menuinhalt {
    position: fixed;
    top: 10px;
    left: 55px;
  }
}
@font-face {
  font-family: "Source Sans 3 VF";
  font-weight: 200 900;
  font-style: normal;
  font-stretch: normal;
  src: url("fonts/source-sans/Source-sans/SourceSans3VF-Upright.ttf.woff2") format("woff2"), url("fonts/source-sans/SourceSans3VF-Upright.ttf.woff") format("woff"), url("fonts/source-sans/SourceSans3VF-Upright.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "Source Sans 3 VF";
  font-weight: 200 900;
  font-style: italic;
  font-stretch: normal;
  src: url("fonts/source-sans/SourceSans3VF-Italic.ttf.woff2") format("woff2"), url("fonts/source-sans/SourceSans3VF-Italic.ttf.woff") format("woff");
  font-display: fallback;
}
@font-face {
  font-family: "Source Code VF";
  font-weight: 200 900;
  font-style: normal;
  font-stretch: normal;
  src: url("fonts/source-code/SourceCodeVF-Upright.otf.woff2") format("woff2-variations"), url("fonts/source-code/SourceCodeVF-Upright.otf.woff") format("woff-variations"), url("fonts/source-code/SourceCodeVF-Upright.ttf.woff2") format("woff2-variations"), url("fonts/source-code/SourceCodeVF-Upright.ttf.woff") format("woff-variations");
  font-display: fallback;
}
/* © 2023 Adobe (http://www.adobe.com/), with Reserved Font Name ‘Source’. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries. */
/* 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 */