/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


:root {

    /* Farben aus tl_design.pdf */
    --yellow: rgb(241, 199, 54);
    --darkblue: rgb(22, 27, 44);
    --green: rgb(102, 159, 103);
    --grey: rgb(237, 237, 237);


    /* weitere wichtige Farben */
    --white: rgb(255, 255, 255);
    --white-semitransparent: rgba(255, 255, 255, 0.5);
    --mediumyellow: rgb(244, 210, 94);
    --blue: rgb(113, 147, 204);
    --grey-semitransparent: rgba(237, 237, 237, 0.5);


    /* Leichte Farben (für Hintergrund)
       https://meyerweb.com/eric/tools/color-blend
       Color 1: aus tl_design.pdf, Seite 5 ganz links
       Color 2: #FFFFFF
       Midpoints: 4
       Dann Farbe Nummer 4 aus der Palette nehmen
     */
    --lightyellow: rgb(255, 236, 189);
    --lightgreen: rgb(193, 217, 197);
    --lightblue: rgb(198, 212, 235);
    --lightred: rgb(248, 174, 177);

}

.white_bg {
      background-color: var(--white);
}

@media not screen and (orientation: landscape), not screen and (min-width: 768px) {
  .white_bg_nogrid {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: var(--white);
  }
}

@supports (display: grid) {
  @media screen and (orientation: landscape), screen and (min-width: 768px) {
    .white_bg_grid {
      background-color: var(--white);
    }
  }
}

.white_bg input:focus,
.white_bg_nogrid input:focus,
.white_bg_grid input:focus,
.white_bg textarea:focus,
.white_bg_nogrid textarea:focus,
.white_bg_grid textarea:focus,
.white_bg select:focus,
.white_bg_nogrid select:focus,
.white_bg_grid select:focus
{
  border-color: rgb(178, 182, 194);
}

.grey_bg {
      background-color: var(--grey);
}

@media not screen and (orientation: landscape), not screen and (min-width: 768px) {
  .grey_bg_nogrid {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: var(--grey);
  }
}

@supports (display: grid) {
  @media screen and (orientation: landscape), screen and (min-width: 768px) {
    .grey_bg_grid {
      background-color: var(--grey);
    }
  }
}

.grey_bg input:focus,
.grey_bg_nogrid input:focus,
.grey_bg_grid input:focus,
.grey_bg textarea:focus,
.grey_bg_nogrid textarea:focus,
.grey_bg_grid textarea:focus,
.grey_bg select:focus,
.grey_bg_nogrid select:focus,
.grey_bg_grid select:focus
{
  border-color: rgb(178, 182, 194);
}

.mediumyellow_bg {
      background-color: var(--mediumyellow);
}

@media not screen and (orientation: landscape), not screen and (min-width: 768px) {
  .mediumyellow_bg_nogrid {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: var(--mediumyellow);
  }
}

@supports (display: grid) {
  @media screen and (orientation: landscape), screen and (min-width: 768px) {
    .mediumyellow_bg_grid {
      background-color: var(--mediumyellow);
    }
  }
}

.mediumyellow_bg input:focus,
.mediumyellow_bg_nogrid input:focus,
.mediumyellow_bg_grid input:focus,
.mediumyellow_bg textarea:focus,
.mediumyellow_bg_nogrid textarea:focus,
.mediumyellow_bg_grid textarea:focus,
.mediumyellow_bg select:focus,
.mediumyellow_bg_nogrid select:focus,
.mediumyellow_bg_grid select:focus
{
  border-color: #cd9868;
}

.lightyellow_bg {
      background-color: var(--lightyellow);
}

@media not screen and (orientation: landscape), not screen and (min-width: 768px) {
  .lightyellow_bg_nogrid {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: var(--lightyellow);
  }
}

@supports (display: grid) {
  @media screen and (orientation: landscape), screen and (min-width: 768px) {
    .lightyellow_bg_grid {
      background-color: var(--lightyellow);
    }
  }
}

.lightyellow_bg input:focus,
.lightyellow_bg_nogrid input:focus,
.lightyellow_bg_grid input:focus,
.lightyellow_bg textarea:focus,
.lightyellow_bg_nogrid textarea:focus,
.lightyellow_bg_grid textarea:focus,
.lightyellow_bg select:focus,
.lightyellow_bg_nogrid select:focus,
.lightyellow_bg_grid select:focus
{
  border-color: var(--mediumyellow);
}

.lightgreen_bg {
      background-color: var(--lightgreen);
}

@media not screen and (orientation: landscape), not screen and (min-width: 768px) {
  .lightgreen_bg_nogrid {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: var(--lightgreen);
  }
}

@supports (display: grid) {
  @media screen and (orientation: landscape), screen and (min-width: 768px) {
    .lightgreen_bg_grid {
      background-color: var(--lightgreen);
    }
  }
}

.lightgreen_bg input:focus,
.lightgreen_bg_nogrid input:focus,
.lightgreen_bg_grid input:focus,
.lightgreen_bg textarea:focus,
.lightgreen_bg_nogrid textarea:focus,
.lightgreen_bg_grid textarea:focus,
.lightgreen_bg select:focus,
.lightgreen_bg_nogrid select:focus,
.lightgreen_bg_grid select:focus
{
  border-color: var(--green);
}

.lightblue_bg {
      background-color: var(--lightblue);
}

@media not screen and (orientation: landscape), not screen and (min-width: 768px) {
  .lightblue_bg_nogrid {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: var(--lightblue);
  }
}

@supports (display: grid) {
  @media screen and (orientation: landscape), screen and (min-width: 768px) {
    .lightblue_bg_grid {
      background-color: var(--lightblue);
    }
  }
}

.lightblue_bg input:focus,
.lightblue_bg_nogrid input:focus,
.lightblue_bg_grid input:focus,
.lightblue_bg textarea:focus,
.lightblue_bg_nogrid textarea:focus,
.lightblue_bg_grid textarea:focus,
.lightblue_bg select:focus,
.lightblue_bg_nogrid select:focus,
.lightblue_bg_grid select:focus
{
  border-color: var(--blue);
}

.lightred_bg {
      background-color: var(--lightred);
}

@media not screen and (orientation: landscape), not screen and (min-width: 768px) {
  .lightred_bg_nogrid {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: var(--lightred);
  }
}

@supports (display: grid) {
  @media screen and (orientation: landscape), screen and (min-width: 768px) {
    .lightred_bg_grid {
      background-color: var(--lightred);
    }
  }
}

.lightred_bg input:focus,
.lightred_bg_nogrid input:focus,
.lightred_bg_grid input:focus,
.lightred_bg textarea:focus,
.lightred_bg_nogrid textarea:focus,
.lightred_bg_grid textarea:focus,
.lightred_bg select:focus,
.lightred_bg_nogrid select:focus,
.lightred_bg_grid select:focus
{
  border-color: red;
}



@font-face {
  font-family: 'icomoon';
  src: url('/css/fonts/icomoon/fonts/icomoon.eot?d66h7z');
  src: url('/css/fonts/icomoon/fonts/icomoon.eot?d66h7z#iefix') format('embedded-opentype'),
    url('/css/fonts/icomoon/fonts/icomoon.ttf?d66h7z') format('truetype'),
    url('/css/fonts/icomoon/fonts/icomoon.woff?d66h7z') format('woff'),
    url('/css/fonts/icomoon/fonts/icomoon.svg?d66h7z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home2:before {
  content: "\e901";
}
.icon-headphones:before {
  content: "\e910";
}
.icon-video-camera:before {
  content: "\e914";
}
.icon-podcast:before {
  content: "\e91c";
}
.icon-mic:before {
  content: "\e91e";
}
.icon-book:before {
  content: "\e91f";
}
.icon-copy:before {
  content: "\e92c";
}
.icon-ticket:before {
  content: "\e939";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-coin-euro:before {
  content: "\e93c";
}
.icon-location:before {
  content: "\e947";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-display:before {
  content: "\e956";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-floppy-disk:before {
  content: "\e962";
}
.icon-bubbles4:before {
  content: "\e970";
}
.icon-user:before {
  content: "\e971";
}
.icon-users:before {
  content: "\e972";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-user-check:before {
  content: "\e975";
}
.icon-hour-glass:before {
  content: "\e979";
}
.icon-spoon-knife:before {
  content: "\e9a3";
}
.icon-accessibility:before {
  content: "\e9b2";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-download3:before {
  content: "\e9c7";
}
.icon-upload3:before {
  content: "\e9c8";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-man:before {
  content: "\e9dc";
}
.icon-woman:before {
  content: "\e9dd";
}
.icon-man-woman:before {
  content: "\e9de";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-loop2:before {
  content: "\ea2e";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-embed2:before {
  content: "\ea80";
}
.icon-mail2:before {
  content: "\ea84";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-spotify:before {
  content: "\ea94";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-appleinc:before {
  content: "\eabe";
}
.icon-android:before {
  content: "\eac0";
}
.icon-file-pdf:before {
  content: "\eadf";
}


/* Interne Links - hinscrollen */
html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  overflow-y: scroll; /* Scrollbar rechts immer anzeigen */
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/*
* TYPOGRAPHY
*/
html:not(i) {
  font-family: Lato, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1px;
  color: var(--darkblue);
}

h3,
h4,
footer p {
  font-family: 'Roboto Slab', serif;
}

h3 {
  margin-bottom: 10px;
}

a:not(.no-link) {
  color: var(--darkblue);

  text-decoration-color: var(--yellow);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;

  border-bottom-color: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

a:not(.no-link):hover {
  background-color: var(--yellow);

  border-bottom-color: var(--yellow);
}

mark {
  /* https://codepen.io/alvarotrigo/pen/BaJyBvz */
  border-radius: 25% 0 25% 0;
  padding-left: 3px;
  padding-right: 3px;
  background-image: linear-gradient(
          -100deg,
          rgba(255, 224, 0, 0.2),
          rgba(255, 224, 0, 0.7) 95%,
          rgba(255, 224, 0, 0.1)
  );
}


/*
* LAYOUT
*/
#content_container {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.no-line-break {
  white-space: nowrap;
}

img.grid_img {
  width: 100%;
}

video.grid_video {
  width: 100%;
}

.no-margin-top {
  margin-top: 0;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.one-column-justified {
  text-align: justify;
}

.two-columns-justified {
  text-align: justify;
}

.text-balance {
  text-wrap: balance;
}


/*
 * BILD MIT BILDUNTERSCHRIFT
*/
figure {
}

figure img {
  display: block;/* wichtig, entfernt den Whitespace zwischen img und figcaption */
}

figcaption {
  padding: 10px;
  background-color: var(--white-semitransparent);
}

.white_bg_nogrid figcaption {
  background-color: var(--grey);
}


/*
* VIDEO
* (z.B. YouTube) einbetten mit voller Breite
*/
.video-container {
  position: relative;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
* NAVIGATION & HEADER
*/
header {
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 20px;
}

header h1 {
  display: none;
}

header img {
  width: 166px;
  margin-left: calc(50vw - 80px);
  margin-top: 20px;
  margin-bottom: 20px;
  transition: transform 0.5s ease-in-out;
}

header img:hover {
  transform: translateY(-5px);
}

header nav .nav-toggle-button {
  display: block;
}

header nav ul.nav-level-1 {
  display: none;

  padding-left: 20px;
  padding-right: 20px;

  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;

  text-align: left;
  list-style-type: none;

  width: 300px;

  background-color: var(--grey);
}

header nav ul.nav-level-1 li {
  display: block;
  width: 100%;
}

header nav ul.nav-level-1 li.nav-level-1 a.nav-level-1 {
  transition: transform 0.3s ease-in-out;
  border-bottom: 4px solid var(--yellow);
  display: inline-block;
  margin: 5px;
  padding: 5px;
  font-weight: bold;
  text-decoration: none;
  color: var(--darkblue);
  transform: rotateX(0deg);
}

header nav ul.nav-level-1 li.nav-level-1 a.nav-level-1:hover {
  display: inline-block;
  background-color: var(--darkblue);
  color: white;
  border-bottom: 4px solid transparent;
  transform: translateY(-10%);
}

header nav ul.nav-level-1 li.nav-level-1 a.nav-level-1-active {
  display: inline-block;
  background-color: var(--yellow);
  border-bottom: 4px solid transparent;
}

header nav ul.nav-level-1 li.nav-level-1 ul.nav-level-2 {
  padding-left: 30px;
  margin: 0;
  text-align: left;
  list-style-type: none;
  display: none;
}


@media screen and (max-width: 1649px) {
  header nav ul.nav-level-1 li.nav-level-1 ul.nav-level-2 {
    display: block;
  }
}

header nav ul.nav-level-1 li.nav-level-1 ul.nav-level-2 li.nav-level-2 {
  display: block;
  width: 100%;
}

header nav ul.nav-level-1 li.nav-level-1 ul.nav-level-2 li.nav-level-2 a.nav-level-2 {
  display: inline-block;
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 3px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  font-weight: bold;
  color: var(--darkblue);
}


/*
* SECTION
*/
.section_default_padding {
  padding-top: 25px;
  padding-bottom: 30px;
}


/*
* FOOTER
*/
footer {
  background-color: var(--white);
  margin: 0;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 25px;
}

footer ul#footer-links-social {
  padding: 0;
  margin-top: 0;
  margin-left: -5px;
  margin-right: 0;
  margin-bottom: 5px;
  text-align: center;
  list-style-type: none;
}

footer ul#footer-links-social li {
  display: inline-block;
}

footer ul#footer-links-social li a {
  transition: transform 0.3s ease-in-out;
  border-bottom: 4px solid var(--yellow);
  display: inline-block;
  margin: 5px;
  padding: 5px;
  font-weight: bold;
  text-decoration: none;
  color: var(--darkblue);
  transform: rotateX(0deg);
}

footer ul#footer-links-social li a:hover {
  display: inline-block;
  background-color: var(--darkblue);
  color: white;
  border-bottom: 4px solid transparent;
  transform: translateY(-10%);
}

footer #footer-links-social .social-link {
  border-bottom-width: 0;
  color: #ccc;
}

footer #footer-links-social .social-link:hover {
  background-color: white;
  color: var(--darkblue);
}

footer #footer-links-social .social-link-image {
  width: 10px;
  height: 10px;
  background-size: cover;
  background-position: center;
  line-height: 13px;
  background-repeat: no-repeat;
}

footer #footer-links-social .social-link-image span {
  visibility: hidden;
}

footer #footer-links-social #churchtools-link {
  background-image: url('/img/footer/churchtools.webp');
}

footer #footer-links-social #churchtools-link:hover {
  background-image: url('/img/footer/churchtools-hover.webp');
}

footer #footer-links-social #linktree-link {
  background-image: url('/img/footer/linktree.webp');
}

footer #footer-links-social #linktree-link:hover {
  background-image: url('/img/footer/linktree-hover.webp');
}

footer p#footer-copyright {
  margin: 0px;
  padding-top: 5px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

footer p#footer-impressum {
  margin: 0px;
  padding-top: 5px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}


/*
* SLIDER
*/
#slider {
  width: 100%;
}

/*
Bilder kleiner, passen sich an
https://github.com/nolimits4web/Swiper/issues/813#issuecomment-45495769
*/
.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  width: auto;
  height: auto;
  line-height: 14px; /* kein Abstand zwischen Slider und nächstem Block */
}

.swiper img {
  width: 100%;
  height: auto;
}

.swiper video {
  width: 100%;
  height: auto;
}

/*
< > Buttons bei Mobile ausblenden
*/
.swiper-button-prev-tl-wrapper,
.swiper-button-next-tl-wrapper {
  display: none;
}

.swiper-horizontal > .swiper-scrollbar {
  display: none;
}


/*
* SLIDER BILD
* Hat dieselbe Größe wie der Slider,
* ist aber kein Slider (bewegt sich nicht)
*/
#slider_image {
  line-height: 14px; /* kein Abstand zwischen Slider und nächstem Block */
}


/*
* HEADLINE BILD + ÜBERSCHRIFT
*/
@media screen and (orientation: landscape) {
  #headline img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
  }

  #headline h2 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 30px 30px;
    font-size: 40px;
    line-height: 38px;
    color: var(--darkblue);
    font-weight: 900;
    border: 4px solid transparent;
    backdrop-filter: blur(5px) opacity(95%);
  }

  #headline h2:before {
    content: ' ';
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-bottom: 4px solid var(--yellow);
    background-color: var(--white);
  }
}

@media screen and (orientation: portrait) {
  #headline img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 1;
  }

  #headline h2 {
    display: inline-block;
    font-weight: 900;
    padding: 0.8vw 1.5vw;
    font-size: 8vw;
    line-height: 8vw;
    margin: 0px 0px 0px 0px;
    color: var(--darkblue);
    border-bottom: 6px solid var(--yellow);
    background-color: white;
  }
}


/*
* INTRO TEXT
*/
.intro {
  font-size: 22px;
  font-style: italic;
  line-height: 30px;
  text-align: center;
}


/*
* ÜBERSCHRIFTEN MIT WELLE
*/
.h2-wave {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.h2-wave h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.h2-wave img {
  height: 30px;
  margin: 0;
}

.h3-wave {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.h3-wave h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.h3-wave img {
  height: 30px;
  margin: 0;
}


/*
* ÜBERSCHRIFTEN MIT HALBER STRICH
*/
h2.h2-underline {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  padding-bottom: 5px;
  position:relative;
}

h2.h2-underline:before{
  content: "";
  position: absolute;
  width: 50%;
  height: 5px;
  bottom: -3px;
  left: 25%;
  border-bottom: 2px solid var(--darkblue);
}


/*
* LISTEN
*/

/* Liste Punkte auf einer Linie mit sonstigem Text */
ol.ol-same-line {
  padding-left: 0;
  margin-left: 18px;
}

ul.ul-same-line {
  padding-left: 0;
  margin-left: 20px;
}

/* Andere Wert für Firefox */
@-moz-document url-prefix() {
  ul.ul-same-line {
    margin-left: 16px;
  }
}

/* Liste mit Punkten im TL-gelb */
ul.ul-yellow-dot li::marker {
  color: var(--yellow);
}


/*
* FORMULARE
*/
select {
  height: 32px;
  border: 2px solid var(--darkblue);
  border-radius: 5px;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
  margin-bottom: 10px;

  background-color: var(--white);
}

input {
  height: 20px;
}

input[type=file] {
  height: 27px;
}

input[type=image] {
  height: unset;
}

/* nötig, aus unbekanntem Grund */
input[type=search] {
  height: 32px;
}

input,
textarea {
  border: 2px solid var(--darkblue);
  border-radius: 5px;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  margin-bottom: 10px;

  background-color: var(--white);
}

/* focus: aktives, ausgewähltes Eingabefeld, in welches gerade getippt wird */
input:focus, textarea:focus, select:focus {
  outline: none;/* dicken Rand entfernen */
  /* border-color abhängig von section BackgroundColor, wird gesetzt in background.css.php */
  /* keine background-color setzen, da unterschiedliches Verhalten je Browser bei select */
}

textarea {
  max-height: 200px;/* wird von autosize vergrößert bis zu diesem Maximum */
  resize: none;
}

.form-fullwidth {
  width: 100%;
}

.tabular-form-line, .tabular-form-line-error {
  width: 100%;
}

.tabular-form-line label, .tabular-form-line-error label {
  width: 100%;
}

.tabular-form-line input.tabular-form-line-input-fullwidth, .tabular-form-line-error input.tabular-form-line-input-fullwidth,
.tabular-form-line textarea, .tabular-form-line-error textarea
{
  /* do NOT use this for select ! */
  width: calc(100% - 20px);/* 20px = padding-left + padding-right + 2*border */
}

.tabular-form-line select, .tabular-form-line-error select
{
  width: 100%
}

.tabular-form-line-input-checkbox-label-wrapper {
  /* Checkbox label Text auf einer Linie, auch wenn mehrzeilig */
  display: flex;
  flex-direction: row;
}

.tabular-form-line-input-checkbox-label-wrapper-paddingmarginbottom {
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.tabular-form-line .tabular-form-line-input-checkbox {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  margin-bottom: 0;
}

.tabular-form-line .tabular-form-line-input-checkbox-label {
  margin-left: 10px;
}

.tabular-form-line-error .error {
  margin-bottom: 15px;
}


/*
* BUTTONS
*/
.button {
  background-color: var(--darkblue);
  color: var(--yellow);
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  border: 0px;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  transform: translate(0px, 0px);
  line-height: 24px;
  letter-spacing: 0.1px;
  vertical-align: middle;
  box-sizing: content-box;
}

.button:hover, .button:focus {
  outline: none;/* dicken Rand entfernen */
  background-color: var(--yellow);
  color: var(--darkblue);
  border: 0px;
  cursor: pointer;
  transform: translate(10px, 0px);
}

.button[disabled], .button-disabled {
  background-color: var(--grey-semitransparent);
  color: var(--darkblue);
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  border: 0px;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  transform: translate(0px, 0px);
  line-height: 24px;
  letter-spacing: 0.1px;
  vertical-align: middle;
  box-sizing: content-box;
}

/* Der Button innerhalb eines Datei-Upload-Elements. Hat meist den Text "Datei auswählen" / "Durchsuchen". */
input::file-selector-button {
  background-color: var(--darkblue);
  color: var(--yellow);
  border: none;
  padding-top: 3px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  text-decoration: none;
}

input::file-selector-button:hover {
  background-color: var(--yellow);
  color: var(--darkblue);
}

.button-group-vertical a,
a.single-button-vertical,
.button-group-vertical button,
button.single-button-vertical {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 360px) {
  .button-group-vertical a,
  a.single-button-vertical,
  .button-group-vertical button,
  button.single-button-vertical {
    width: 300px;
  }
}

.button-group-vertical a:not(:last-child),
.button-group-vertical button:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1079px) {
  .button-group-horizontal a,
  a.single-button-horizontal,
  .button-group-horizontal button,
  button.single-button-horizontal {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  @media screen and (min-width: 360px) {
    .button-group-horizontal a,
    a.single-button-horizontal,
    .button-group-horizontal button,
    button.single-button-horizontal {
      width: 300px;
    }
  }

  .button-group-horizontal a:not(:last-child),
  .button-group-horizontal button:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1080px) {
  .button-group-horizontal a:not(:last-child),
  .button-group-horizontal button:not(:last-child) {
    margin-right: 15px;
  }
}

.table-button {
  display: inline-block;
  color: var(--yellow);
  border: 0px;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  text-decoration: none;
  background-color: var(--darkblue);
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .table-button {
    text-align: center;
  }
}

a.table-button {
}

.table-button:hover {
  background-color: var(--yellow);
  color: var(--darkblue);
  border: 0px;
  cursor: pointer;
}

a.pagination-button {
  display: inline-block;
  color: var(--darkblue);
  border: 0px;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  margin-right: 4px;
  text-decoration: none;
  background-color: var(--white);
}

a.pagination-button.current,
a.pagination-button:hover {
  background-color: var(--yellow);
  color: var(--darkblue);
  border: 0px;
  cursor: pointer;
  font-weight: bold;
}


/*
* RESPONSIVE TABELLEN
*/
table.responsive-table {
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
  margin-top: 0;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 0;
}

table.responsive-table thead {
  font-weight: bold;
}

table.responsive-table th {
  text-align: unset;
}

table.responsive-table td {
  vertical-align: center;
}

table.responsive-table tbody tr {
  background-color: var(--white);
}

table.responsive-table.responsive-table-grey-bg tbody tr {
  background-color: var(--grey);
}

table.responsive-table.responsive-table-lightyellow-bg tbody tr {
  background-color: var(--lightyellow);
}

table.responsive-table.responsive-table-lightgreen-bg tbody tr {
  background-color: var(--lightgreen);
}

table.responsive-table.responsive-table-lightblue-bg tbody tr {
  background-color: var(--lightblue);
}

table.responsive-table.responsive-table-grey-bg-hover tbody tr:hover {
  background-color: var(--grey);
}

table.responsive-table.responsive-table-lightyellow-bg-hover tbody tr:hover {
  background-color: var(--lightyellow);
}

table.responsive-table.responsive-table-lightgreen-bg-hover tbody tr:hover {
  background-color: var(--lightgreen);
}

table.responsive-table.responsive-table-lightblue-bg-hover tbody tr:hover {
  background-color: var(--lightblue);
}

table.responsive-table tbody td {
  padding: 6px;
}

table.responsive-table tbody td .responsive-table-portrait-desc {
  display: none;
  font-weight: bold;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  table.responsive-table {
    width: calc(100% + 8px);
  }

  table.responsive-table col {
    display: none;
  }

  table.responsive-table thead {
    display: none;
  }

  table.responsive-table tbody tr {
    display: block;
    padding: 10px;
    margin-bottom: 15px;
  }

  table.responsive-table tbody td {
    display: block;
  }

  table.responsive-table tbody td .responsive-table-portrait-desc {
    display: block;
  }
}


/*
* WARNUNG FÜR PORTRAIT
*/
#portrait_warning {
  display: none;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  #portrait_warning {
    display: block !important;
    padding: 30px 20px;
    background-color: var(--grey);
    margin-left: -20px;
    margin-right: -20px;
  }

  #portrait_warning p {
    font-size: 20px;
    padding: 10px;
    border: 2px solid var(--darkblue);
    margin: 0;
    background-color: var(--white);
  }

  #portrait_warning h4 {
    font-size: 20px;
    color: var(--white);
    background-color: var(--darkblue);
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
  }

  .portrait_hide {
    display: none;
  }
}


/*
* WELLE ALS TRENNER
*/
.wave {
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}


/*
* WELLE ALS TRENNER (NUR MOBILE)
*/
.mobile_wave {
  display: block;
}


/*
* ICONS
*/
span.icon_wrapper {
  display: inline-block;
  width: 25px;
}

.icon_grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 25px 5px 1fr;
}

.icon_grid .icon {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}

.icon_grid .icon_text {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 3;
  grid-column-end: 4;
}


/*
* FEHLER
*/
.error {
  color: red;
  font-weight: bold;
}

noscript {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: x-large;
}

.fatal-error {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: var(--lightred);
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: red;
  font-weight: bold;
}


/*
* ERFOLG
*/
.success {
  color: var(--green);
  font-weight: bold;
}




@supports (display: grid) {
  @media screen and (orientation: landscape), screen and (min-width: 768px) {
/*
* TYPOGRAPHY
*/

/* Zeilenumbruch, nur bei großen Auflösungen */
.line-break-l {
  display: table;
}

@media screen and (min-width: 1200px) {
  .two-columns-justified {
    column-count: 2;
    column-gap: 50px;
  }

  .two-columns-justified-line-break {
    display: table;
  }
}


/*
* NAVIGATION & HEADER
*/

/* Menü Breakpoint */
@media screen and (min-width: 1650px) {

  header {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(80px, 1fr) 180px 80px minmax(300px, 920px) minmax(80px, 1fr);
    grid-auto-flow: column;

    padding-bottom: 0 !important;
  }

  header a#tl-logo-link {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3;
  }

  header img {
    margin-top: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 5px !important;
  }

  header nav {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 4;
    grid-column-end: 5;
    align-self: center;
  }

  header nav .nav-toggle-button {
    display: none;
  }

  header nav ul.nav-level-1 {
    display: block;

    padding: 0;

    margin-top: 0;
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 0;

    text-align: right !important;
    white-space: nowrap;/* Menu immer in einer Zeile */

    width: unset;

    background-color: transparent;

  }

  header nav ul.nav-level-1 li.nav-level-1 {
    display: inline-block;

    width: auto;

    position: relative;
  }

  header nav ul.nav-level-1 li.nav-level-1-has-level-2:hover {
    background-image: linear-gradient(to bottom, var(--white) 75%, var(--grey-semitransparent) 100%);
  }

  header nav ul.nav-level-1 li.nav-level-1:hover a.nav-level-1 {
    display: inline-block;
    background-color: var(--darkblue);
    color: white;
    border-bottom: 4px solid transparent;
    transform: translateY(-10%);
  }

  header nav ul.nav-level-1 li.nav-level-1:last-of-type a.nav-level-1 {
    margin-right: 0;
  }

  header nav ul.nav-level-1 li.nav-level-1 ul.nav-level-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3px;

    margin: 0;

    text-align: left;

    background-color: var(--grey-semitransparent);
    backdrop-filter: blur(5px) opacity(95%);

    position: absolute;
    min-width: 100%;
    z-index: 100; /* oberste Ebene, über dem Slider/Headline Bild! */
  }

  header nav ul.nav-level-1 li.nav-level-1:hover ul.nav-level-2 {
    display: block;
  }

  header nav ul.nav-level-1 li.nav-level-1 ul.nav-level-2 li.nav-level-2 a.nav-level-2 {
    width: calc(100% - 20px);/* 20px = padding-left + padding-right + margin-left + margin-right */
  }

  header nav ul.nav-level-1 li.nav-level-1 ul.nav-level-2 li.nav-level-2 {
    position: relative;

    display: block;
    width: 100%;
  }

  header nav ul.nav-level-1 li.nav-level-1 ul.nav-level-2 li.nav-level-2:hover a.nav-level-2 {
    display: inline-block;
  }

}


/*
* CONTENT CONTAINER
*/
#content_container {
  padding: 0 !important;
}

#content_container {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) minmax(500px, 1180px) minmax(80px, 1fr);
  grid-auto-flow: column;
}


/*
* SECTION
*/
#content_container .section_bg_a,
#content_container .section_a
{
  grid-row-start: 2;
  grid-row-end: 3;
}

#content_container .section_bg_b,
#content_container .section_b
{
  grid-row-start: 3;
  grid-row-end: 4;
}

#content_container .section_bg_c,
#content_container .section_c
{
  grid-row-start: 4;
  grid-row-end: 5;
}

#content_container .section_bg_d,
#content_container .section_d
{
  grid-row-start: 5;
  grid-row-end: 6;
}

#content_container .section_bg_e,
#content_container .section_e
{
  grid-row-start: 6;
  grid-row-end: 7;
}

#content_container .section_bg_f,
#content_container .section_f
{
  grid-row-start: 7;
  grid-row-end: 8;
}

#content_container .section_bg_g,
#content_container .section_g
{
  grid-row-start: 8;
  grid-row-end: 9;
}

#content_container .section_bg_h,
#content_container .section_h
{
  grid-row-start: 9;
  grid-row-end: 10;
}

#content_container .section_bg_i,
#content_container .section_i
{
  grid-row-start: 10;
  grid-row-end: 11;
}

#content_container .section_bg_j,
#content_container .section_j
{
  grid-row-start: 11;
  grid-row-end: 12;
}

#content_container .section_bg_k,
#content_container .section_k
{
  grid-row-start: 12;
  grid-row-end: 13;
}

#content_container .section_bg_l,
#content_container .section_l
{
  grid-row-start: 13;
  grid-row-end: 14;
}

#content_container .section_bg_m,
#content_container .section_m
{
  grid-row-start: 14;
  grid-row-end: 15;
}

#content_container .section_bg {
  grid-column-start: 1;
  grid-column-end: 4;
}

#content_container .section {
  grid-column-start: 2;
  grid-column-end: 3;
}


/*
* FOOTER
*/
@media screen and (min-width: 1180px) {

  footer {
    padding-top: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px !important;
    display: grid;
    grid-template-columns: minmax(80px, 1fr) minmax(200px, 370px) 35px minmax(200px, 370px) 35px minmax(200px, 370px) minmax(80px, 1fr);
    grid-template-rows: 1fr;
    align-self: self-start;
  }

  footer ul#footer-links-social {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    text-align: left;
  }

  footer p#footer-copyright {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 4;
    grid-column-end: 5;
    padding-top: 9px;
  }

  footer p#footer-impressum {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 6;
    grid-column-end: 7;
    text-align: right;
    padding-top: 9px;
  }

}


/*
* SLIDER
*/
#slider_grid {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) minmax(500px, 1180px) minmax(80px, 1fr);
}

#slider {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}

/*
< > Buttons auf großen Screens
rechts und links vom Slider
vertikal zentriert
*/
@media screen and (min-width: 1080px) {

  .swiper-button-prev-tl-wrapper {
    display: block;

    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;

    margin: auto;
  }

  .swiper-button-next-tl-wrapper {
    display: block;

    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 3;
    grid-column-end: 4;

    margin: auto;
  }

  .swiper-button-prev-tl,
  .swiper-button-next-tl {
    width: 30px;
    height: 30px;
    border-radius: 30px;

    font-size: 30px;
    padding: 10px;
  }

  .swiper-button-prev-tl:hover,
  .swiper-button-next-tl:hover {
    cursor: pointer;
    transform: unset;
  }

}

@media screen and (min-width: 1400px) {

  .swiper-button-prev-tl-wrapper {
    margin: auto;
  }

  .swiper-button-next-tl-wrapper {
    margin: auto;
  }

  .swiper-button-prev-tl,
  .swiper-button-next-tl {
    width: 40px;
    height: 40px;
    border-radius: 40px;

    font-size: 40px;
  }

}

@media screen and (min-width: 1600px) {

  .swiper-button-prev-tl-wrapper {
    margin-top: auto;
    margin-left: auto;
    margin-right: 30px;
    margin-bottom: auto;
  }

  .swiper-button-next-tl-wrapper {
    margin-top: auto;
    margin-left: 30px;
    margin-right: auto;
    margin-bottom: auto;
  }

  .swiper-button-prev-tl,
  .swiper-button-next-tl {
    width: 50px;
    height: 50px;
    border-radius: 50px;

    font-size: 50px;
  }

}


/*
* SLIDER BILD
* Hat dieselbe Größe wie der Slider,
* ist aber kein Slider (bewegt sich nicht)
*/
#slider_image {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}


/*
* HEADLINE BILD + ÜBERSCHRIFT
*/
#headline {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 4;

  position: relative;
  text-align: center;
  align-self: center;
}


/*
* INTRO TEXT
*/
.intro-block {
  width: 80%;
  max-width: 600px;
  margin-left: 50%;
  transform: translateX(-50%);
  text-wrap: balance;
}


/*
* FORMULARE
*/
.tabular-form-line {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(100px, auto) 20px 1fr;
}

.tabular-form-line-no-grid {
  display: block;
}

.tabular-form-line-error {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(100px, auto) 20px 1fr 20px 1fr;
}

.tabular-form-line label, .tabular-form-line-error label {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  padding-top: 4px;
}

.tabular-form-line div.tabular-form-line-input-fullwidth, .tabular-form-line-error div.tabular-form-line-input-fullwidth,
.tabular-form-line input.tabular-form-line-input-fullwidth, .tabular-form-line-error input.tabular-form-line-input-fullwidth,
.tabular-form-line select, .tabular-form-line-error select,
.tabular-form-line textarea, .tabular-form-line-error textarea
{
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 3;
  grid-column-end: 4;
}

.tabular-form-line .tabular-form-line-input-checkbox {
  margin-top: 8px;
}

.tabular-form-line .tabular-form-line-full-line-width {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 1;
  grid-column-end: 4;
}

.tabular-form-line-error .tabular-form-line-full-line-width {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 1;
  grid-column-end: 6;
}

.tabular-form-line .tabular-form-line-button {
  padding-top: 10px;
}

.tabular-form-line-error .tabular-form-line-button {
  padding-top: 10px;
}

.tabular-form-line-error .error {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 5;
  grid-column-end: 6;
  padding-top: 4px;
}


/*
* WELLE ALS TRENNER (NUR MOBILE)
*/
.mobile_wave {
  display: none;
}


  } /* media */
} /* suppports */


