/*
███████████████████████████████████████████████████████████████████████████████████████████████
    FontAwesome
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@import "fontawesome/fontawesome.min.css";
@import "fontawesome/brands.min.css";
@import "fontawesome/solid.min.css";
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Resets
███████████████████████████████████████████████████████████████████████████████████████████████
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
  border: none;
  background-repeat: no-repeat;
}
body {
  min-height: 100vh;
  min-height: 100dvh;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
ol,
ul {
  list-style: none;
}
ol li {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Viewport-Anweisung
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@-ms-viewport {
  width: device-width;
  zoom: 1;
}
@-o-viewport {
  width: device-width;
  zoom: 1;
}
@viewport {
  width: device-width;
  zoom: 1;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Barrierefreiheit
███████████████████████████████████████████████████████████████████████████████████████████████
*/
:root {
  --focus_outline_size: max(3px, 0.1em);
  --focus_outline_style: dashed;
  --focus_outline_offset: 0.1rem;
  --focus_outline_color: rgb(10, 208, 10);
}
@supports selector(:focus-visible) {
  *:focus {
    outline: none;
  }
}
*:focus-visible {
  outline: var(--focus_outline_size) var(--focus_outline_style)
    var(--focus_outline_color);
  outline-offset: var(--focus_outline_offset, var(--focus_outline_size));
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Variablen
███████████████████████████████████████████████████████████████████████████████████████████████
*/
:root {
  --font_serif: "Times New Roman", Times, serif;
  --font_sans_serif: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;

  --font_size_html: 17px;

  --font_size_h1: 2.6em;
  --font_size_h2: 2.2em;
  --font_size_h3: 1.5em;
  --font_size_h4: 1.1em;

  --font_color_default: #333;

  --font_color_heading: #222;

  --font_color_link: #0e5287;

  --fontawesome: "Font Awesome 6 Free";
  --fontawesome_brands: "Font Awesome 6 Brands";

  --color_brand: #010080;
  --color_brand_rgb: 1, 0, 128;

  --color_brand_2: #f28c13;
  --color_brand_rgb_2: 242, 140, 19;
}
@media (max-width: 700px) {
  :root {
    --font_size_html: 17px;
  }
}
@media (max-width: 600px) {
  :root {
    --font_size_html: 16px;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    allgemeine Einstellungen
███████████████████████████████████████████████████████████████████████████████████████████████
*/
html {
  font-size: var(--font_size_html);
  scroll-behavior: smooth;
  min-height: 100%;
  position: relative;
}
body {
  font-size: 100%;
}
body,
body * {
  font-family: var(--font_sans_serif);
  color: var(--font_color_default);
  line-height: 1.8em;
  font-weight: 400;
}
p,
table {
  margin-bottom: 1.5em;
}
i,
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
.center {
  text-align: center !important;
}
.center > * {
  display: inline-block;
}
.clear {
  clear: both;
  float: none;
  display: block;
}
a.fancybox {
  display: inline-block;
  cursor: zoom-in;
  position: relative;
}
a.fancybox:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 3.3px rgba(0, 0, 0, 0.056),
    inset 0 0 8px rgba(0, 0, 0, 0.081), inset 0 0 15px rgba(0, 0, 0, 0.1),
    inset 0 0 26.8px rgba(0, 0, 0, 0.119), inset 0 0 50.1px rgba(0, 0, 0, 0.144),
    inset 0 0 120px rgba(0, 0, 0, 0.2);
}
a.fancybox img[style*="float:left"],
a.fancybox img[style*="float: left"] {
  margin: 0 2% 1% 0;
}
a.fancybox img[style*="float:right"],
a.fancybox img[style*="float: right"] {
  margin: 0 0 1% 2%;
}
a.fancybox.right {
  display: inline-block;
  float: right;
  margin: 0 0 1% 2%;
  box-shadow: 0px 0px 0.5px rgba(0, 0, 0, 0.017),
    0px 0px 1.1px rgba(0, 0, 0, 0.024), 0px 0px 2.1px rgba(0, 0, 0, 0.03),
    0px 0px 3.8px rgba(0, 0, 0, 0.036), 0px 0px 7.1px rgba(0, 0, 0, 0.043),
    0px 0px 17px rgba(0, 0, 0, 0.06);
  cursor: zoom-in;
}
.anchor {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -8rem;
}
@media (max-width: 850px) {
  a.fancybox.right {
    max-width: 30%;
  }
}
@media (max-width: 400px) {
  a.fancybox.right {
    float: none;
    margin-left: 0;
    max-width: unset;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    dynamische Schriftgröße
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@media (max-width: 1300px) {
  body {
    font-size: 98.4%;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 96.8%;
  }
}
@media (max-width: 1100px) {
  body {
    font-size: 95.2%;
  }
}
@media (max-width: 1000px) {
  body {
    font-size: 93.6%;
  }
}
@media (max-width: 900px) {
  body {
    font-size: 92%;
  }
}
@media (max-width: 800px) {
  body {
    font-size: 90.4%;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 88.8%;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 87.2%;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 85.6%;
  }
}
@media (max-width: 400px) {
  body {
    font-size: 84%;
  }
}
@media (max-width: 300px) {
  body {
    font-size: 82.4%;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Überschriften
███████████████████████████████████████████████████████████████████████████████████████████████
*/
h1,
h2,
h3,
h4 {
  display: block;
  clear: both;
  float: none;
  overflow: visible;
  text-align: left;
  line-height: 1.3em;
  color: var(--font_color_heading);
  font-weight: 600;
}
h1 *,
h2 *,
h3 *,
h4 * {
  line-height: inherit;
}
h1,
.like_h1 {
  font-size: var(--font_size_h1);
  margin-top: 0;
  margin-bottom: calc(var(--font_size_h1) * 0.2);
  line-height: 1.2em;
}
h2,
.like_h2 {
  font-size: var(--font_size_h2);
  margin-top: calc(var(--font_size_h2) * 0.4);
  margin-bottom: calc(var(--font_size_h2) * 0.3);
}
body.home h2,
body.home .like_h2 {
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  font-size: var(--font_size_h3);
  margin-top: calc(var(--font_size_h3) * 0.5);
  margin-bottom: calc(var(--font_size_h3) * 0.2);
}
h4 {
  font-size: var(--font_size_h4);
  margin-top: calc(var(--font_size_h4) * 1.5);
  margin-bottom: calc(var(--font_size_h4) * 0.3);
  color: var(--font_color_default);
}
.heading {
  --h_tag_line_height: 1.3em;
  --cross_dimension: 10px;
  margin-bottom: 2rem;
}
.heading h1,
.heading h2,
.heading h3 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  line-height: var(--h_tag_line_height);
}
.heading h1 *,
.heading h2 *,
.heading h3 * {
  font-weight: inherit;
}
.heading .pre_heading {
  font-size: 1em;
  font-weight: 400;
  line-height: var(--h_tag_line_height);
  text-transform: uppercase;
  margin-bottom: 0.5em;
  color: var(--color_brand_2);
}
.heading h1 span,
.heading h2 span,
.heading h3 span {
  position: relative;
  z-index: 1;
  padding-right: 2em;
  background-color: #fff;
}
.heading.light h1 span,
.heading.light h2 span,
.heading.light h3 span {
  background-color: var(--color_brand_2);
}
@media (max-width: 45rem) {
  .heading h2::after,
  .heading h2::before {
    display: none;
  }
}
@media (max-width: 1100px) {
  h1,
  h2.like_h1 {
    font-size: calc(var(--font_size_h1) * 0.84);
  }
  h2,
  h1.like_h2 {
    font-size: calc(var(--font_size_h2) * 0.88);
  }
  h3 {
    font-size: calc(var(--font_size_h3) * 0.92);
  }
  h4 {
    font-size: calc(var(--font_size_h4) * 0.96);
  }
}
@media (max-width: 900px) {
  h1,
  h2.like_h1 {
    font-size: calc(var(--font_size_h1) * 0.8);
    text-transform: none;
  }
  h2,
  h1.like_h2 {
    font-size: calc(var(--font_size_h2) * 0.87);
  }
  h3 {
    font-size: calc(var(--font_size_h3) * 0.94);
  }
}
@media (max-width: 600px) {
  h1,
  h2.like_h1 {
    font-size: calc(var(--font_size_h1) * 0.78);
  }
  h2,
  h1.like_h2 {
    font-size: calc(var(--font_size_h2) * 0.83);
  }
  h3 {
    font-size: calc(var(--font_size_h3) * 0.88);
  }
  h4 {
    font-size: calc(var(--font_size_h4) * 0.93);
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Grund-Layout mit grid
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.content_grid {
  --padding_inline: 4vw;
  --wide_max_width: 1500px;
  --norm_max_width: 1200px;
  --narrow_max_width: 900px;
  --wide_size: calc((var(--wide_max_width) - var(--norm_max_width)) / 2);
  --norm_size: calc((var(--norm_max_width) - var(--narrow_max_width)) / 2);
  display: grid;
  grid-template-columns:
    [full_width-start] minmax(var(--padding_inline), 1fr)
    [wide-start] minmax(0, var(--wide_size))
    [norm-start] minmax(0, var(--norm_size))
    [narrow-start] min(
      100% - (var(--padding_inline) * 2),
      var(--narrow_max_width)
    )
    [narrow-end]
    minmax(0, var(--norm_size)) [norm-end]
    minmax(0, var(--wide_size)) [wide-end]
    minmax(var(--padding_inline), 1fr) [full_width-end];
}
.content_grid > :not(.full_width, .wide, .narrow),
.full_width > :not(.full_width, .wide, .narrow) {
  grid-column: norm;
}
.content_grid > .wide {
  grid-column: wide;
}
.content_grid > .norm {
  grid-column: norm;
}
.content_grid > .narrow {
  grid-column: narrow;
}
.content_grid > .full_width {
  grid-column: full_width;
  display: grid;
  grid-template-columns: inherit;
}
.content_grid > .full_width > .wide {
  grid-column: wide;
}
.content_grid > .full_width > .narrow {
  grid-column: narrow;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Column-Layout
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.clc {
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.clc.vcenter {
  align-items: center;
  align-content: center;
}
.clc .col {
  flex-grow: 0;
  flex-shrink: 1;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Header
███████████████████████████████████████████████████████████████████████████████████████████████
*/
header {
  --animation_duration: 350ms;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  max-width: inherit;
  padding: 0;
}
body:not(.home) header {
  border-bottom: 1px solid rgba(var(--color_brand_rgb), 0.1);
}
header.shrink {
  box-shadow: 0px 0.8px 1.3px rgba(0, 0, 0, 0.042),
    0px 1.9px 3.2px rgba(0, 0, 0, 0.061), 0px 3.6px 6px rgba(0, 0, 0, 0.075),
    0px 6.5px 10.7px rgba(0, 0, 0, 0.089),
    0px 12.1px 20.1px rgba(0, 0, 0, 0.108), 0px 29px 48px rgba(0, 0, 0, 0.15);
  border-bottom: none !important;
}
header a {
  text-decoration: none;
}

/* ========================================================================================= */
header .main_line {
  padding: 1.6rem 0;
  transition: padding var(--animation_duration);
  background-color: rgba(255, 255, 255, 0);
  transition: background-color var(--animation_duration) ease;
}
header.shrink .main_line {
  padding: 0.8rem 0;
  background-color: rgba(255, 255, 255, 1);
}
header .main_line .grid {
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: 310px 1fr;
  justify-content: space-between;
  align-items: center;
}
header .main_line .logo img {
  width: 100%;
  max-width: 120px;
  transition: max-width var(--animation_duration) ease;
}
header.shrink .main_line .logo img {
  max-width: 100px;
}
@media (max-width: 90rem) {
  header .main_line {
    padding: 1.5em 0;
  }
  header .main_line .grid {
    grid-template-columns: 250px 1fr;
  }
}
@media (max-width: 25rem) {
  header .main_line .grid {
    gap: 1rem 1em;
  }
  header .main_line {
    padding: 0.8em 0;
  }
  header .main_line .grid {
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 20rem) {
  header .main_line .grid {
    grid-template-columns: 2fr 1fr;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Hero
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#hero {
  position: relative;
  min-height: 60vh;
  min-height: 60dvh;
  min-height: 40svw;
  background-image: url("../bilder/hero-bg.jpg");
  background-size: cover;
  background-position: 10% 0;
}
body:not(.home) #hero {
  min-height: 20vh;
  min-height: 20dvh;
  min-height: 13svw;
  background: none;
}
#hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.7) 10%,
    rgba(255, 255, 255, 0) 100%
  );
}
#hero > * {
  position: relative;
  z-index: 1;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Button
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.button {
  color: #fff;
  padding: 0.9em 1.7em;
  font-weight: 500;
  background-color: var(--color_brand);
  overflow: hidden;
  line-height: 1.1em;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;
  border-radius: 1.15rem;
}
.button:hover {
  background-color: var(--color_brand_2);
}
.button.white {
  color: var(--font_color_default);
  background-color: #fff;
}
.button.white:hover {
  color: #fff;
  background-color: var(--color_brand_2);
}
.button + .button {
  margin-left: 1em;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Viewport-Effects
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.vpe.taut {
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s ease-out;
}
.vpe.from_left.taut {
  transform: translateX(-10%);
}
body.nojs .vpe.taut,
.vpe.visible {
  opacity: 1;
  transform: translateX(0) !important;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Content
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#content {
  overflow: auto;
  padding: 0;
  --section-vertical-padding: 4rem;
}
#content section {
  padding: var(--section-vertical-padding) 0;
}
#content hr {
  border: none;
  height: 1px;
  margin: 3rem 0;
  background-color: var(--color_brand);
  filter: saturate(0.6);
}
#content ul {
  margin-left: 1.8rem;
  list-style: none !important;
}
#content ul li {
  line-height: inherit;
  margin-top: 0.8em;
  line-height: 1.5em;
}
#content ul li::before {
  content: "\f058";
  font-family: var(--fontawesome);
  font-size: 0.9em;
  display: block;
  float: left;
  width: 1.8rem;
  margin-left: -1.8rem;
  text-align: center;
  color: inherit;
}
#content ol {
  margin-left: 3.3em;
}
#content ol li {
  margin-top: 0.6em;
}
#content p,
#content table,
#content ol,
#content ul {
  margin-bottom: 1.2em;
}
#content p.right {
  text-align: right;
}
#content a:not(.button) {
  color: var(--font_color_link);
  text-decoration: underline;
}
#content img {
  max-width: 100%;
}
#content img.right {
  float: right;
  margin: 0 0 0.5em 1.5em;
  max-width: 50%;
}
#content img.left {
  float: left;
  margin: 0 1.5em 0.5em 0;
  max-width: 50%;
}
#content .fullsize_pic {
  display: block;
  width: 100%;
}
#content figure {
  max-width: 100%;
}
#content figure img {
  max-width: 100%;
}
#content figure figcaption {
  margin-top: -0.2em;
  font-style: italic;
}
#content ul a.fancybox {
  display: inline-block;
  margin: 0.4em 0.4em 0.7em 0.4em;
  line-height: 0;
  box-shadow: 0 0px 0.7px -3px rgba(0, 0, 0, 0.02),
    0 0px 1.6px -3px rgba(0, 0, 0, 0.028), 0 0px 3px -3px rgba(0, 0, 0, 0.035),
    0 0px 5.4px -3px rgba(0, 0, 0, 0.042), 0 0px 10px -3px rgba(0, 0, 0, 0.05),
    0 0px 24px -3px rgba(0, 0, 0, 0.07);
}
#content button {
  border: none;
}
@media (max-width: 700px) {
  #content img.left,
  #content img.right {
    float: none;
    margin: 0 0 1em 0;
    width: auto;
    max-width: 100%;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Bild-Text-Layout
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.pic_text_layout {
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  --pic_width: 550px;
  --gap: 4rem;
}
.pic_text_layout + .pic_text_layout {
  margin-top: 3em;
}
.pic_text_layout .col {
  flex-grow: 0;
  flex-shrink: 1;
}
.pic_text_layout .col.pic {
  width: var(--pic_width);
  padding-top: 0.5em;
}
.pic_text_layout .col.pic img {
  display: block;
  width: auto;
  max-width: 100%;
}
.pic_text_layout .col.text {
  width: calc(100% - var(--pic_width) - var(--gap));
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Intro
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#intro {
  width: 30rem;
  margin-top: 12rem;
  padding-bottom: 2rem;
}
#intro p {
  width: 25rem;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.35em;
}
#intro .badges {
  display: flex;
  margin-top: 1rem;
  gap: 1rem;
}
@media (max-width: 1300px) {
  #intro {
    width: 50%;
  }
  #intro h1,
  #intro p {
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
      0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
      0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  }
  #intro p {
    width: auto;
  }
}
@media (max-width: 800px) {
  #intro {
    margin-top: 9rem;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.4rem;
    box-shadow: 0.6px 0.5px 2.2px rgba(0, 0, 0, 0.02),
      1.3px 1.3px 5.3px rgba(0, 0, 0, 0.028),
      2.5px 2.4px 10px rgba(0, 0, 0, 0.035),
      4.5px 4.2px 17.9px rgba(0, 0, 0, 0.042),
      8.4px 7.9px 33.4px rgba(0, 0, 0, 0.05), 20px 19px 80px rgba(0, 0, 0, 0.07);
  }
  #intro h1,
  #intro p {
    text-shadow: none;
  }
  #intro .badge {
    float: right;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  #intro .badges {
    display: block;
  }
  #intro .badge {
    float: none;
    display: block;
    margin: 1rem auto 0 auto;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    HP-Section "Über Uns"
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#about_us {
  margin-top: 3rem;
}
#about_us .pic_con {
  width: 40%;
}
#about_us .pic_con img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#about_us .text_con {
  width: 60%;
}
#about_us .text_con .wrapper {
  padding-left: 3rem;
  width: 50rem;
}
#about_us .text_con p.bold {
  font-weight: 700;
}
@media (max-width: 1800px) {
  #about_us .text_con .wrapper {
    width: 45rem;
  }
}
@media (max-width: 1600px) {
  #about_us .text_con .wrapper {
    width: 43rem;
  }
}
@media (max-width: 1400px) {
  #about_us .text_con .wrapper {
    width: 42rem;
  }
}
@media (max-width: 1300px) {
  #about_us .text_con .wrapper {
    width: calc(min(100vw, 1200px) * 0.6 - 3rem);
  }
}
@media (max-width: 1200px) {
  #about_us .text_con .wrapper {
    width: calc(100% - 4rem);
  }
}
@media (max-width: 1100px) {
  #about_us .pic_con {
    width: 35%;
  }
  #about_us .text_con {
    width: 65%;
  }
  #about_us .text_con .wrapper {
    padding-left: 2rem;
  }
}
@media (max-width: 700px) {
  #about_us {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
  #about_us .col {
    width: 100% !important;
  }
  #about_us .pic_con {
    order: 2;
    margin-top: 2rem;
  }
  #about_us .pic_con img {
    aspect-ratio: unset;
    height: auto;
    border-radius: 1rem;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  #about_us .text_con {
    order: 1;
  }
  #about_us .text_con .wrapper {
    padding-left: 0;
    width: 100%;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    HP-Section "Premiumpartner"
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#premiumpartner {
  position: relative;
  margin-top: 3rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 50%,
    rgba(1, 0, 128, 1) 50%
  );
  overflow: hidden;
  align-items: center;
}
#premiumpartner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#premiumpartner::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#premiumpartner .pic_con {
  width: 40%;
  position: relative;
  z-index: 2;
  padding-right: 5rem;
  padding-bottom: 3rem;
}
#premiumpartner .pic_con img {
  display: block;
  z-index: 2;
  width: 200px;
  height: auto;
  margin: 0 auto;
}
#premiumpartner .pic_con img + img {
  margin-top: 1.5rem;
}
#premiumpartner .text_con {
  width: 60%;
}
#premiumpartner .text_con .wrapper {
  padding-left: 3rem;
  width: 50rem;
}
#premiumpartner .text_con .wrapper .inner_con {
  position: relative;
  background-color: var(--color_brand);
  padding: 4rem 0;
}
#premiumpartner .text_con .wrapper .inner_con::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 60vw;
  background-image: url("../bilder/home/partner-bg-left.png");
  background-position: 100% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-right: -1px;
}
#premiumpartner .text_con .wrapper .inner_con::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 60vw;
  background-image: url("../bilder/home/partner-bg-right.png");
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-left: -1px;
}
#premiumpartner .text_con * {
  color: #fff;
}
#premiumpartner .text_con .wrapper .inner_con > *:last-child {
  margin-bottom: 0;
}
#premiumpartner .text_con h2 {
  margin-top: 0;
}
#premiumpartner .text_con strong {
  font-weight: 700;
}
#premiumpartner .text_con strong * {
  font-weight: inherit;
}
#premiumpartner .text_con a {
  color: var(--color_brand_2);
}
@media (max-width: 1800px) {
  #premiumpartner .text_con .wrapper {
    width: 45rem;
  }
}
@media (max-width: 1600px) {
  #premiumpartner .text_con .wrapper {
    width: 43rem;
  }
}
@media (max-width: 1400px) {
  #premiumpartner .text_con .wrapper {
    width: 42rem;
  }
  #premiumpartner .text_con .wrapper .inner_con {
    padding: 3rem 0;
  }
  #premiumpartner .text_con .wrapper .inner_con::after {
    width: 6rem;
    background-image: none;
  }
  #premiumpartner .text_con h2 {
    text-transform: unset;
    font-weight: 600;
    font-size: 2.2rem;
  }
  #premiumpartner .pic_con {
    padding-bottom: 2rem;
  }
}
@media (max-width: 1300px) {
  #premiumpartner .text_con .wrapper {
    width: calc(min(100vw, 1200px) * 0.6 - 3rem);
  }
  #premiumpartner .pic_con {
    width: 30%;
  }
  #premiumpartner .pic_con img {
    box-sizing: content-box;
    width: 176px;
    max-width: 90%;
    margin: 0 auto;
  }
  #premiumpartner .pic_con img.isolated {
    width: 160px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
    padding: 1rem;
    border-radius: 0.4rem;
  }
  #premiumpartner .text_con {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  #premiumpartner .text_con .wrapper {
    width: calc(100% - 4rem);
  }
}
@media (max-width: 1100px) {
  #premiumpartner {
    position: relative;
    margin-top: 3rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: unset;
    background-color: var(--color_brand);
  }
  #premiumpartner .pic_con {
    width: 35%;
    padding-left: 1rem;
  }
  #premiumpartner .pic_con img {
    background-color: #fff;
  }
  #premiumpartner .text_con {
    width: 65%;
  }
  #premiumpartner .text_con .wrapper .inner_con::before,
  #premiumpartner .text_con .wrapper .inner_con::after {
    display: none;
  }
  #premiumpartner .text_con .wrapper {
    padding-left: 2rem;
  }
}
@media (max-width: 700px) {
  #premiumpartner {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
  #premiumpartner .col {
    width: 100% !important;
  }
  #premiumpartner .pic_con {
    order: 2;
    margin-top: 0;
    padding: 1.5rem 1rem 3rem 1rem;
  }
  #premiumpartner .pic_con img {
    width: 200px;
  }
  #premiumpartner .text_con {
    order: 1;
  }
  #premiumpartner .text_con .wrapper {
    padding-left: 0;
    width: 100%;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    HP-Section "Leistungen"
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#services .service_listing {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  margin-top: 1rem;
}
#services .service_listing a {
  position: relative;
  border-radius: 0.5rem;
  padding: 7rem 2rem 2rem;
  text-decoration: none;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #555;
  overflow: hidden;
}
#services .service_listing a.hydropower {
  background-image: url("../bilder/home/wasserkraft.webp");
}
#services .service_listing a.photovoltaics {
  background-image: url("../bilder/home/photovoltaik.webp");
}
#services .service_listing a.e_mobility {
  background-image: url("../bilder/home/e-mobilitaet.webp");
}
#services .service_listing a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(var(--color_brand_rgb), 0.15) 0%,
    rgba(var(--color_brand_rgb), 0.75) 60%
  );
}
#services .service_listing a > * {
  color: inherit;
  position: relative;
  z-index: 1;
}
#services .service_listing a h3 {
  text-transform: uppercase;
}
#services .service_listing a p {
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  #services .service_listing {
    gap: 2rem;
  }
}
@media (max-width: 1400px) {
  #services .service_listing a {
    padding: 7rem 1.5rem 1.5rem;
  }
}
@media (max-width: 1300px) {
  #services .service_listing {
    gap: 2rem 1rem;
  }
}
@media (max-width: 1100px) {
  #services .service_listing a {
    padding: 5rem 1.2rem 1.2rem;
  }
  #services .service_listing a p {
    line-height: 1.5em;
  }
}
@media (max-width: 900px) {
  #services .service_listing a {
    padding: 4rem 1.1rem 1.1rem;
  }
}
@media (max-width: 800px) {
  #services .service_listing {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 350px) {
  #services .service_listing {
    gap: 4vw;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    HP-Section "Karriere"
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#jobs_banner {
  position: relative;
  margin-top: 3rem;
  background-image: url("../bilder/home/jobs-banner.webp");
  background-size: cover;
  background-position: 50% 20%;
  background-color: #444;
  padding: 6rem 0 !important;
}
#jobs_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color_brand_rgb), 0.6);
  filter: brightness(0.8) saturate(0.4);
  backdrop-filter: blur(2px);
}
#jobs_banner > * {
  position: relative;
  z-index: 1;
}
#jobs_banner .wrapper {
  padding-left: 40%;
}
#jobs_banner .wrapper h2,
#jobs_banner .wrapper p,
#jobs_banner .wrapper p * {
  color: #fff;
}
@media (max-width: 1300px) {
  #jobs_banner {
    padding: 4rem 0 !important;
  }
}
@media (max-width: 1200px) {
  #jobs_banner .wrapper {
    padding-left: 30%;
  }
}
@media (max-width: 900px) {
  #jobs_banner .wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 700px) {
  #jobs_banner .wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 550px) {
  #jobs_banner {
    padding: 2.5rem 0 !important;
  }
  #jobs_banner .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    HP-Section "Kontaktdaten"
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#contact_section {
  margin-top: 3rem;
}
#contact_section .clc {
  margin-top: 2rem;
}
#contact_section .clc .col {
  overflow: hidden;
}
#contact_section .clc .form_col {
  width: 53%;
  padding: 0 0.5rem;
}
#contact_section .clc .contact_data_col {
  width: 40%;
}
#contact_section .clc .contact_data_col .block {
  position: relative;
  padding-left: 3rem;
  margin-top: 2rem;
}
#contact_section .clc .contact_data_col .block:first-of-type {
  margin-top: 0;
}
#contact_section .clc .contact_data_col .block::before {
  content: "";
  font-family: var(--fontawesome);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  line-height: 1em;
  margin-top: 0.2em;
}
#contact_section .clc .contact_data_col .block.telephone_block::before {
  content: "\f095";
}
#contact_section .clc .contact_data_col .block.opening_hours_block::before {
  content: "\f017";
}
#contact_section .clc .contact_data_col .block.address_block::before {
  content: "\f3c5";
}
#contact_section .clc .contact_data_col .block strong {
  display: block;
}
#contact_section .clc .contact_data_col .block a {
  color: var(--color_brand_2);
}
@media (max-width: 90rem) {
  #contact_section .clc .form_col {
    width: 60%;
  }
  #contact_section .clc .contact_data_col {
    width: auto;
  }
}
@media (max-width: 60rem) {
  #contact_section .clc {
    margin-top: 1rem;
  }
  #contact_section .clc .col {
    width: 100%;
  }
  #contact_section .clc .form_col {
    order: 2;
    margin-top: 3rem;
  }
  #contact_section .clc .contact_data_col {
    order: 1;
    margin-bottom: 2.5rem;
  }
  #contact_section .clc .contact_data_col .block span {
    display: inline;
  }
}
@media (max-width: 20rem) {
  #contact_section .clc .contact_data_col .block span {
    display: block;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Flex-Galerien
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.flex_gallery {
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 1.5em;
  --gap: 0.5rem;
  --pics_per_row: 4;
  gap: var(--gap);
}
.flex_gallery.per_row_2 {
  --pics_per_row: 2;
}
.flex_gallery.per_row_3 {
  --pics_per_row: 3;
}
.flex_gallery.per_row_4 {
  --pics_per_row: 4;
}
.flex_gallery.per_row_5 {
  --pics_per_row: 5;
}
.flex_gallery.per_row_6 {
  --pics_per_row: 6;
}
.flex_gallery.per_row_7 {
  --pics_per_row: 7;
}
.flex_gallery a {
  align-items: center;
  align-content: center;
  flex-grow: 0;
  flex-shrink: 1;
  line-height: 0;
  position: relative;
  width: calc(
    (100% - ((var(--pics_per_row) - 1) * var(--gap))) / var(--pics_per_row)
  );
  cursor: zoom-in;
  background-color: #444;
  text-decoration: none !important;
  color: #fff;
  border-radius: 0.4em;
  overflow: hidden;
  transition: all 250ms ease-in-out;
}
.flex_gallery a:hover {
  background-color: var(--color_brand);
  color: #fff;
}
.flex_gallery a:hover figure {
  scale: 0.97;
}
.flex_gallery a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.flex_gallery a figcaption {
  padding: 0.1em 0.6em 0.6em;
  line-height: 1.3em;
  color: #fff;
  font-style: normal !important;
  font-size: 0.95em;
}
.flex_gallery a:hover img {
  filter: saturate(1.2) contrast(1.2);
  border-radius: 0.3em;
}
.flex_gallery a div {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(25, 25, 25, 0.6);
  padding: 0.4em;
  line-height: 1.2em;
  color: #fff;
}
.flex_gallery a:hover div {
  background-color: var(--color_brand);
}
@media (max-width: 800px) {
  .flex_gallery.per_row_3 {
    --pics_per_row: 2;
  }
}
@media (max-width: 650px) {
  .flex_gallery.per_row_4 {
    --pics_per_row: 2;
  }
}
@media (max-width: 600px) {
  .flex_gallery.per_row_2 a {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .flex_gallery a {
    width: 100%;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
  Picture Source
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.psc {
  position: relative;
}
.pic_source {
  font-family: Arial, Verdana, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300;
  position: absolute !important;
  z-index: 1 !important;
  right: 5px;
  bottom: 5px;
  grid-column: 1 / -1 !important;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  gap: 0.15em 0.2em;
  gap: 0;
  background-color: #333 !important;
  color: #fff !important;
  line-height: 1em;
  cursor: pointer;
  border-radius: 1em;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 2px rgba(255, 255, 255, 0.09), 0 0 5px rgba(255, 255, 255, 0.14),
    0 0 8px rgba(255, 255, 255, 0.18), 0 0 13px rgba(255, 255, 255, 0.23);
}
.pic_source.top {
  bottom: unset !important;
  top: 3px;
}
.pic_source * {
  font-family: inherit;
  color: inherit !important;
}
.pic_source::before {
  content: "\00A9"/ "Copyrightzeichen";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.21em;
  aspect-ratio: 1;
  font-size: 1.15em;
  line-height: 1.05em;
  padding: 1px 0 0 1px;
}
.pic_source input[type="checkbox"] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1 !important;
  cursor: pointer;
}
.pic_source .indicator {
  --focus_outline_size: 3px;
  --focus_outline_offset: 0;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9rem;
  outline: 0 var(--focus_outline_style, dashed)
    var(--focus_outline_color, fuchsia);
  outline-offset: var(--focus_outline_offset, 1px);
  pointer-events: none;
}
.pic_source input[type="checkbox"]:not(:checked) ~ .indicator {
  animation: indicator_rotation 6s infinite linear;
}
@keyframes indicator_rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pic_source input[type="checkbox"]:focus-visible ~ .indicator {
  outline-width: var(--focus_outline_size, 4px);
}
.pic_source span {
  display: none;
  position: unset !important;
  font-size: 0.9em;
  margin-top: 0.15em;
  line-height: 1.2em !important;
}
.pic_source input[type="checkbox"]:checked ~ span {
  display: inline-block;
  padding: 0 1ch 1px;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Back-to-Top-Button
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#b2t_btn {
  background: #000;
  position: fixed;
  bottom: 1.5%;
  right: 1.5%;
  height: 2em;
  width: 2em;
  border-radius: 99em;
  opacity: 0.5;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 3.1px rgba(255, 255, 255, 0.062),
    0px 0px 7.4px rgba(255, 255, 255, 0.089),
    0px 0px 14px rgba(255, 255, 255, 0.11),
    0px 0px 25px rgba(255, 255, 255, 0.131),
    0px 0px 46.8px rgba(255, 255, 255, 0.158),
    0px 0px 112px rgba(255, 255, 255, 0.22);
}
#b2t_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0.45em;
  width: 0.45em;
  border: solid #fff;
  border-width: 0.2em 0 0 0.2em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 42%;
  left: 51%;
  margin-left: -16%;
  transition: all 0.1s ease;
}
#b2t_btn:hover {
  opacity: 1;
}
#b2t_btn:hover::before {
  margin-top: -0.2em;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Google Maps On Demand
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.gmod {
  width: 100%;
  height: 520px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
}
.gmod .bg_map {
  position: absolute;
  top: -1%;
  left: -1%;
  height: 102%;
  width: 102%;
  background-image: url("../bilder/gmod-bg.png");
  background-repeat: repeat;
  background-position: 0 0;
  filter: blur(0.05rem);
}
.gmod .opt_in_banner {
  background-color: rgba(120, 120, 120, 0.8);
  color: #fff;
  padding: 1em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 0.85em;
}
.gmod .opt_in_banner .desc {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.3em;
}
.gmod .opt_in_banner .desc a {
  color: inherit !important;
}
.gmod .opt_in_banner .show_map_btn {
  display: inline-block;
  padding: 0.6em 1.2em;
  margin-bottom: 0.9em;
  background-color: #2aa549;
  color: #fff;
  border: none;
  font-size: 1em;
  line-height: 1.2em;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.gmod .opt_in_banner .show_map_btn:hover {
  background-color: #208039;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Footer
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#footer {
  --logo_max_width: 160px;
  color: #fff;
  padding: 5rem 0 2.5rem 0;
  overflow: visible;
  background: linear-gradient(to bottom, #dadaed 0%, var(--color_brand) 100%);
}
#footer * {
  color: inherit;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline !important;
}
#footer .clc {
  justify-content: space-between;
}
#footer .clc .col_1 {
  width: var(--logo_max_width);
  align-self: center;
}
#footer .clc .col_2 {
  width: 18rem;
}
#footer .clc .col_3 {
  width: 9rem;
}
#footer .clc .col strong {
  display: block;
  margin-top: 1rem;
}
#footer .clc .col strong:first-child {
  margin-top: 0;
}
#footer .clc .col ul li {
  font-weight: 600;
  margin-top: 0.6rem;
}
#footer .clc .col ul li:first-child {
  margin-top: 0;
}
#footer .clc .col ul li * {
  font-weight: inherit;
}
#footer .funding {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  margin-top: 3rem;
  padding: 0.5rem 1.5rem;
  border-radius: 0.2rem;
  font-style: italic;
}
@media (max-width: 49rem) {
  #footer {
    --logo_max_width: 100px;
  }
  #footer .clc .col_1 {
    order: 2;
  }
  #footer .clc .col_2 {
    width: 16rem;
    order: 1;
  }
  #footer .clc .col_3 {
    width: 7rem;
    order: 3;
  }
}
@media (max-width: 40rem) {
  #footer .clc .col_1 {
    display: none;
  }
  #footer .clc .col_2 {
    width: auto;
    order: 1;
  }
  #footer .clc .col_3 {
    width: auto;
    order: 3;
  }
}
@media (max-width: 29rem) {
  #footer {
    --logo_max_width: 140px;
    padding: 5rem 0 2rem 0;
  }
  #footer .clc {
    row-gap: 1rem;
  }
  #footer .clc .col * {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  #footer .clc .col_1 {
    display: block;
  }
  #footer .clc .col_2 {
    width: 100%;
  }
}
@media (max-width: 18rem) {
  #footer {
    --logo_max_width: 80px;
  }
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Bottom-Line
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#bottom_line {
  background-color: #02061b;
  padding: 0.6rem 0;
  text-align: center;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.8);
}
#bottom_line * {
  color: inherit;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    CWD im Footer
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#cwd {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #222;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.4em;
}
#cwd * {
  color: inherit !important;
  line-height: inherit !important;
  opacity: 0.8;
}
#cwd a {
  text-decoration: none !important;
}
#cwd a:hover {
  text-decoration: underline !important;
  opacity: 1;
}
