@import url("font-awesome.min.css");
@import url("nav.css");
@import url("dsgvo.css");
@font-face {
  font-family: '"Open Sans"';
  src: url('../fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf');
  src: url('../fonts/Open_Sans/OpenSans-Italic-VariableFont_wdth,wght.ttf');
  font-weight: normal;
  font-style: normal
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  body {
    padding-top: 6.5em;
  }
}
@media screen and (max-width: 736px) {
  body {
    padding-top: 4em;
  }
}
@media screen and (max-width: 480px) {
  body {
    padding-top: 3em;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
mark {
  background-color: transparent;
  color: inherit;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input, select, textarea {
  appearance: none;
}
@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  overflow-x: hidden;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  animation: none !important;
  transition: none !important;
}
body {
  /*  background-color: #f5f5f5; */
  background-color: transparent;
  color: #000;
  background-image: url("../../img/bg_flag.jpg");
  background-size: 120%; /* Skaliert Bild, füllt Fläche, evtl. Beschnitt */
  background-position: top; /* Zentriert das Bild */
  background-repeat: no-repeat; /* Verhindert Kacheln */
}
body, input, select, textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 1680px) {
  body, input, select, textarea, p {
    font-size: 12.5pt;
  }
}
@media screen and (max-width: 1280px) {
  body, input, select, textarea, p {
      font-size: 15pt;
  }
}
@media screen and (max-width: 1024px) {
  body, input, select, textarea, p {
     font-size: 24pt; 
  }
}
@media screen and (max-width: 736px) {
  body, input, select, textarea. p {
     font-size: 16pt;
  }
}
@media screen and (max-width: 480px) {
  body, input, select, textarea, p {
     font-size: 16pt;
  }
}
@media screen and (max-width: 360px) {
  body, input, select, textarea {
    font-size: 16pt;
  }
}
a {
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: ##008f5c !important;
  border-bottom-color: transparent;
}
strong, b {
  font-weight: 100;
}
em, i {
  font-style: italic;
}
p {
  margin: 0 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border-bottom: 0;
}
h1 {
  font-size: 2.5em;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 0.7em;
}
h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.25em;
  margin-bottom: 0.25em;
}
h5 {
  font-size: 1em;
  margin-bottom: 0.25em;
  font-weight: 600;
}
h6 {
  font-size: 0.7em;
  margin-bottom: 0.25em;
}
small {
  font-size: 0.875em;
}
hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 2em 0;
}
hr.major {
  margin: 3em 0;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.35em;
  }
  h4 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 736px) {
  h1 {
    font-size: 2em;
  }
  h3 {
    line-height: 1.3;
  }
}
input, select, textarea {
  color: #666;
}
a {
  color: #0d5271;
}
strong, b {
  color: #191919;
  font-weight: 700;
}
small {
  color: #aaa;
}
h1, h2, h3, h4, h5, h6 {
  color: #008f5c;
}
hr {
  border-bottom-color: rgba(144, 144, 144, 0.25);
}
.red {
  color: red;
}
.blue {
  color: blue;
}
.green {
  color: green;
}
.orange {
  color: orange;
}
.bluegrey-light {
  background-color: #f2f3f4;
}
.shadow {
  box-shadow: 2px 3px 10px silver;
}
.border {
  border: 1px solid #000;
}
.box {
  border-radius: 0;
  border: solid 1px;
  margin-bottom: 2em;
  padding: 1.5em;
}
.box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.box {
  border-color: rgba(144, 144, 144, 0.25);
}
.image {
  border-radius: 0;
  border: 0;
  display: inline-block;
  position: relative;
}
.image img {
  border-radius: 0;
  display: block;
}
.image.left, .image.right {
  max-width: 40%;
}
.image.left img, .image.right img {
  width: 100%;
}
.image.left {
  float: left;
  margin: 0 1.5em 1em 0;
  top: 0.25em;
}
.image.right {
  float: right;
  margin: 0 0 1em 1.5em;
  top: 0.25em;
}
.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
}
.image.main {
  display: block;
  margin: 0 0 3em 0;
  width: 100%;
}
.image.main img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .image.main {
    margin: 0 0 2em 0;
  }
}
a.image {
  overflow: hidden;
}
a.image img {
  transition: transform 0.2s ease-in-out;
}
a.image:hover img {
  transform: scale(1.075);
}
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}
ol li {
  padding-left: 0.25em;
}
ul li {
  padding-left: 0.5em;
}
ul.alt {
  list-style: disc;
  padding-left: 2em;
}
ul.alt li {
  padding: 0;
}
ul.alt li:first-child {
  padding-top: 0;
}
dl {
  margin: 0 0 2em 0;
}
dl dt {
  display: block;
  font-weight: 600;
  margin: 0 0 1em 0;
}
dl dd {
  margin-left: 2em;
}
ul.alt li {
  border-top-color: rgba(144, 144, 144, 0.25);
}
ul.actions {
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0;
}
ul.actions li {
  padding: 0 0 0 1em;
  vertical-align: middle;
}
ul.actions.special {
  justify-content: center;
  width: 100%;
  margin-left: 0;
}
ul.actions.special li:first-child {
  padding-left: 0;
}
ul.actions.stacked {
  flex-direction: column;
  margin-left: 0;
}
ul.actions.stacked li {
  padding: 1.3em 0 0 0;
}
ul.actions.stacked li:first-child {
  padding-top: 0;
}
ul.actions.fit {
  width: calc(100% + 1em);
}
ul.actions.fit li {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
ul.actions.fit li > * {
  width: 100%;
}
ul.actions.fit.stacked {
  width: 100%;
}
@media screen and (max-width: 480px) {
  ul.actions:not(.fixed) {
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) li {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 1em 0 0 0;
    text-align: center;
    width: 100%;
  }
  ul.actions:not(.fixed) li > * {
    width: 100%;
  }
  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }
  ul.actions:not(.fixed) li input[type="submit"], ul.actions:not(.fixed) li input[type="reset"], ul.actions:not(.fixed) li input[type="button"], ul.actions:not(.fixed) li button, ul.actions:not(.fixed) li .button {
    width: 100%;
  }
  ul.actions:not(.fixed) li input[type="submit"].icon:before, ul.actions:not(.fixed) li input[type="reset"].icon:before, ul.actions:not(.fixed) li input[type="button"].icon:before, ul.actions:not(.fixed) li button.icon:before, ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5em;
  }
}
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li .icon:before {
  font-size: 2em;
}
ul.contact-icons {
  list-style-type: none;
  padding: 0;
}
ul.contact-icons li {
  min-height: 2.4em;
  padding-left: 3.5em;
  margin-bottom: 1.5em;
}
ul.contact-icons li:before {
  border-radius: 100%;
  border: solid 1px;
  font-size: 1em;
  height: 2.4em;
  left: 0;
  line-height: 2.4em;
  position: absolute;
  text-align: center;
  top: -0.25em;
  width: 2.4em;
}
ul.contact-icons li a {
  border-bottom: 0;
  color: inherit;
}
ul.contact-icons li:before {
  border-color: rgba(144, 144, 144, 0.25);
}
ul.pagination {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.pagination li {
  display: inline-block;
  padding-left: 0;
  vertical-align: middle;
}
ul.pagination li > .page {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: 0;
  border-radius: 1em;
  display: inline-block;
  height: 1.5em;
  line-height: 1.325em;
  margin: 0 0.125em;
  min-width: 1.5em;
  padding: 0 0.5em;
  text-align: center;
}
ul.pagination li:first-child {
  padding-right: 0.75em;
}
ul.pagination li:last-child {
  padding-left: 0.75em;
}
@media screen and (max-width: 480px) {
  ul.pagination {
    display: flex;
  }
  ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
    display: none;
  }
  ul.pagination li:first-child {
    padding-right: 0.375em;
  }
  ul.pagination li:last-child {
    padding-left: 0.375em;
  }
  ul.pagination li {
    width: 50%;
  }
  ul.pagination li .button {
    width: 100%;
  }
}
ul.pagination li > .page {
  color: #888;
}
ul.pagination li > .page.active {
  background-color: #3ed8c4;
  color: #fff !important;
}
ul.pagination li > .page.active:hover {
  background-color: #53dcca;
}
ul.pagination li > .page.active:active {
  background-color: #2ad2bc;
}
section.special, article.special {
  text-align: center;
}
header p {
  position: relative;
  margin: 0 0 1.5em 0;
}
header small {
  display: block;
  margin-bottom: 1em;
}
header h1 + p, header h2 + p {
  font-size: 1.25em;
  margin-top: -0.5em;
}
header h3 + p {
  font-size: 1.1em;
  margin-top: -0.5em;
}
header h4 + p, header h5 + p, header h6 + p {
  font-size: 0.9em;
  margin-top: -0.5em;
}
header p {
  color: #aaa;
}
.table- {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
table {
  margin: 0 0 2em 0;
  width: 100%;
}
table tbody tr {
  border: solid 1px;
  border-left: 0;
  border-right: 0;
}
table td {
  padding: 0.75em 0.75em;
}
table th {
  font-size: 0.9em;
  font-weight: 600;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
table thead {
  border-bottom: solid 2px;
}
table tfoot {
  border-top: solid 2px;
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 1px;
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}
table tbody tr {
  border-color: rgba(144, 144, 144, 0.25);
}
table tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}
table th {
  color: #666;
}
table thead {
  border-bottom-color: rgba(144, 144, 144, 0.25);
}
table tfoot {
  border-top-color: rgba(144, 144, 144, 0.25);
}
table.alt tbody tr td {
  border-color: rgba(144, 144, 144, 0.25);
}
.main {
  width: 100%;
}
.main > section, .main > article {
	  padding: 2.5em 17.5% 2.5em 17.5%;
}
.main > section.alt, .main > article.alt {
  padding: 2.5em 17.5% 2.5em 17.5%;
}
@media screen and (max-width: 1280px) {
	.main {
  padding: 0 2.5% 0 2.5%;
}
  .main > section, .main > article {
    padding: 0 2.25em 0.5em 2.25em;
  }
}
@media screen and (max-width: 1025px) {
  .main > section, .main > article {
    padding: 0 0.5em 0.5em 0.5em;
  }
}
@media screen and (max-width: 980px) {
  .main {
    flex: 0 1 auto;
  }
}
.wrapper {
  display: flex;
  background-color: transparent;
  position: relative;
  margin: 5em auto 0;
  width: 100%;
}
@media screen and (max-width: 1025px) {
.wrapper {
  margin: 1em auto 0;
}
}
.wrapper.style1 {
  background-color: #3ed8c4;
  color: #ecfbf9;
}
.wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
  color: #fff;
}
.wrapper.style1 a {
  color: #fff;
}
.wrapper.style1 strong, .wrapper.style1 b {
  color: #fff;
}
.wrapper.style1 small {
  color: #c5f3ed;
}
.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
  color: #fff;
}
.wrapper.style1 hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style1 .box {
  border-color: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 1280px) {
  .wrapper {
    width: calc(100% - 3em);
    margin-bottom: 1.75em;
  }
}
@media screen and (max-width: 980px) {
  .wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 736px) {
  .wrapper {
    width: calc(100% - 2em);
    margin-bottom: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    border-bottom: solid 1px;
    border-color: rgba(144, 144, 144, 0.25);
    margin-bottom: 0;
    width: 100%;
  }
  .wrapper.style1 {
    border-color: rgba(255, 255, 255, 0.25);
  }
}
.col-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: hidden;
}
.col-1 > article {
  padding: 1em 3.25em 1.5em 3.25em;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .col-1 > article {
    padding: 0.5em;
  }
}
@media screen and (max-width: 736px) {
  .col-1 > article {
    width: 100%;
    border-left-width: 0;
  }
}
@media screen and (max-width: 480px) {
  .col-1 > article {
    padding: 2em 1.5em 0.1em 1.5em;
  }
}
.col-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2em -6em;
  width: calc(100% + 6em);
}
.col-2 article {
  flex-grow: 0;
  flex-shrink: 1;
  margin: 0 0 0 6em;
  position: relative;
  width: calc(50% - 6em);
}
.col-2 article:before {
  background: rgba(0, 0, 0, .4);
  content: '';
  display: block;
  height: calc(100%);
  left: -3em;
  position: absolute;
  top: 0;
  width: 1px;
}
.col-3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2em -6em;
  width: calc(100% + 6em);
}
.col-3 article {
  flex-grow: 0;
  flex-shrink: 1;
  margin: 0 0 0 6em;
  position: relative;
  width: calc(33.33333% - 6em);
}
.col-3 article:before {
  background: rgba(0, 0, 0, .4);
  content: '';
  display: block;
  height: calc(100%);
  left: -3em;
  position: absolute;
  top: 0;
  width: 1px;
}
/*.col-3 article:after {
  background: rgba(0, 0, 0, 1);
  bottom: -3em;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  width: calc(100% + 6em);
}*/
.col-4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2em -6em;
  width: calc(100% + 6em);
}
.col-4 article {
  flex-grow: 0;
  flex-shrink: 1;
  margin: 0 0 0 6em;
  position: relative;
  width: calc(25% - 6em);
}
.col-4 article:before {
  background: rgba(0, 0, 0, .4);
  content: '';
  display: block;
  height: calc(100%);
  left: -3em;
  position: absolute;
  top: 0;
  width: 1px;
}
.col-2 article > :last-child, .col-3 article > :last-child, .col-4 article > :last-child {
  margin-bottom: 0;
}
.col-2 article .image, .col-3 article .image, .col-4 article .image {
  display: block;
  margin: 0 0 2em 0;
}
.col-2 article .image img, .col-3 article .image img, .col-4 article .image img {
  display: block;
  width: 100%;
}
.col-2 article:first-of-type:before, .col-3 article:first-of-type:before, .col-4 article:first-of-type:before {
  content: none;
}
@media screen and (max-width: 1280px) {
  .col-2 article, .col-3 article, .col-4 article {
    width: calc(50% - 6em);
  }
  .col-3 article:nth-child(2n + 1) {
    margin-bottom: 3em;
  }
  .col-4 article:nth-child(2n + 2) {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 481px) and (max-width: 1280px) {
  .col-2 article:nth-child(2n + 1):before, .col-3 article:nth-child(2n + 1):before, .col-4 article:nth-child(2n + 1):before {
    display: none;
  }
  .col-2 article:nth-child(2n + 1):after, .col-3 article:nth-child(3n + 1):after, .col-4 article:nth-child(4n + 1):after {
    width: 100%;
  }
  .col-2 article:nth-last-child(2), .col-3 article:nth-last-child(2), .col-4 article:nth-last-child(2) {
    margin-bottom: 0;
  }
  .col-2 article:nth-last-child(2):after, .col-3 article:nth-last-child(2):after, .col-4 article:nth-last-child(2):after {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .col-2, .col-3, .col-4 {
    margin: 0 0 2em -4.5em;
    width: calc(100% + 4.5em);
  }
  .col-2 article, .col-3 article, .col-4 article {
    margin: 0 0 4.5em 4.5em;
    width: calc(50% - 4.5em);
  }
  .col-2 article:before, .col-3 article:before, .col-4 article:before {
    display: none;
  }
  .col-2 article:nth-last-child(3), .col-3 article:nth-last-child(3), .col-4 article:nth-last-child(3) {
    margin-bottom: 4.5em;
  }
}
@media screen and (max-width: 480px) {
  .col-2, .col-3, .col-4 {
    margin: 0 0 2em 0;
    width: 100%;
  }
  .col-2 article, .col-3 article, .col-4 article {
    margin: 0 0 4.5em 0;
    width: 100%;
  }
  .col-2 article:before, .col-3 article:before, .col-4 article:before {
    display: none;
  }
  .col-2 article:after, .col-3 article:after, .col-34 article:after {
    width: 100%;
  }
  .col-2 article:last-child, .col-3 article:last-child, .col-4 article:last-child {
    margin-bottom: 0;
  }
  .col-2 article:last-child:after, .col-3 article:last-child:after, .col-4 article:last-child:after {
    display: none;
  }
}
.col-2 .image, .col-3 .image, .col-4 .image {
  display: block;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.col-2 .image img, .col-3 .image img, .col-4 .image img {
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.col-2 .content, .col-3 .content, .col-4 .content {
  padding: 3rem 3rem 0.5rem 3rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 980px) {
  .col-2 article:before, .col-3 article:before, .col-4 article:before {
    display: none;
  }
  .col-2 > *, .col-3 > *, .col-4 > * {
    width: 100%;
  }
  .col-2 > *, .col-3 > *, .col-4 > * {
    padding: 1.5rem;
    width: calc(50% + 1.5rem);
  }
  .col-2 > :nth-child(-n + 2), .col-3 > :nth-child(-n + 2), .col-4 > :nth-child(-n + 2) {
    padding-top: 1.5rem;
  }
  .col-2 > :nth-last-child(-n + 2), .col-3 > :nth-last-child(-n + 2), .col-4 > :nth-last-child(-n + 2) {
    padding-bottom: 1.5rem;
  }
  .col-2 > :nth-child(2n + 1), .col-3 > :nth-child(2n + 1), .col-4 > :nth-child(2n + 1) {
    padding-left: 1.5rem;
  }
  .col-2 > :nth-child(2n), .col-3 > :nth-child(2n), .col-4 > :nth-child(2n) {
    padding-right: 1.5rem;
  }
  .col-2 > :nth-child(2n + 1), .col-2 > :nth-child(2n), .col-3 > :nth-child(2n + 1), .col-3 > :nth-child(2n), .col-4 > :nth-child(2n + 1), .col-4 > :nth-child(2n) {
    padding: 1.5rem;
    width: calc(100% + 3rem);
  }
  .col-2 > *, .col-3 > *, .col-4 > * {
    padding: 1.5rem;
    width: calc(100% + 3rem);
  }
  .col-2 > :nth-child(-n + 1), .col-3 > :nth-child(-n + 1), .col-4 > :nth-child(-n + 1) {
    padding-top: 0;
  }
  .col-2 > :nth-last-child(-n + 1), .col-3 > :nth-last-child(-n + 1), .col-4 > :nth-last-child(-n + 1) {
    padding-bottom: 0;
  }
  .col-2 > :nth-child(1n + 1), .col-3 > :nth-child(1n + 1), .col-4 > :nth-child(1n + 1) {
    padding-left: 0;
  }
  .col-2 > :nth-child(1n), .col-3 > :nth-child(1n), .col-4 > :nth-child(1n) {
    padding-right: 0;
  }
  .col-2 > :nth-child(1n + 1), .col-2 > :nth-child(1n), .col-3 > :nth-child(1n + 1), .col-3 > :nth-child(1n), .col-4 > :nth-child(1n + 1), .col-4 > :nth-child(1n) {
    width: calc(100% + 1.5rem);
  }
  .col-2 .content, .col-3 .content, .col-4 .content {
    padding: 2.5rem 2rem 0.1rem 2rem;
  }
}
.flexcontainer {
  width: 100%;
  margin-top: 5em;
}
.flexcontainer img {
  width: 100%;
  height: 200px;
}
.left-hand {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 200px;
  margin-right: 2em;
}
.right-hand {
  flex: 2 1 auto;
  width: 70%;
  height: 200px;
}
.flexbox {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* ====== Basis (Mobile-First) ====== */

:root {
  --space-1: 0 0.5rem 0 0.5rem;
  --space-2: 0 1rem 0 1rem;
  --space-3: 0 1.5rem 0 1.5rem;
  --space-4: 0 2rem 0 2rem;
  --radius: 12px;
}

.flexcontainer-alt {
  width: 100%;
  margin: 0;
  padding: var(--space-3) var(--space-2);
  box-sizing: border-box;
  display: grid;
  place-items: center; /* zentriert den Inhalt */
}

.flexcontainer-alt > .flexbox {
  width: 100%;
  max-width: var(--container-max);
  display: flex;
  flex-direction: column;          /* mobile: untereinander */
  align-items: stretch;
  gap: var(--space-3);             /* Abstände zwischen Spalten */
}

/* Text- (links) und Bildspalte (rechts) */
.left-hand-alt,
.right-hand-alt {
  width: 100%;
  min-width: 0;                    /* verhindert Überläufe bei langen Wörtern */
}

/* Mobile: Reihenfolge – Text zuerst, Bild danach */
.left-hand-alt { order: 1; }
.right-hand-alt { order: 2; }

/* Typografie/Innenabstand im Textbereich */
.left-hand-alt {
  padding: var(--space-2);
  line-height: 1.6;
}

/* Bild responsiv */
.right-hand-alt img,
.right-hand-alt .image {
  display: block;
  width: 100%;
  height: auto;                    /* Seitenverhältnis erhalten */
  border-radius: var(--radius);
}

/* Optional: wenn deine Bilder unterschiedliche Formate haben und du
   eine einheitliche Höhe willst, kannst du (mit Umsicht) object-fit nutzen:
.right-hand-alt img { height: 100%; object-fit: cover; } 
*/

/* ====== Breakpoints ====== */

/* Ab Tablet quer (~≥1024px): 2/3 : 1/3 nebeneinander */
@media (min-width: 1024px) {
  .flexcontainer-alt > .flexbox {
    flex-direction: row;           /* nebeneinander */
    align-items: center;
    gap: var(--space-4);
  }

  /* Flex-Wachstum steuert das Verhältnis 2:1 */
  .left-hand-alt {
    flex: 2 1 0;                   /* 2/3 */
    padding: var(--space-3) 0;
  }
  .right-hand-alt {
    flex: 1 1 0;                   /* 1/3 */
  }

  /* Optional: leichte Begrenzung der Textbreite für Lesbarkeit */
  .left-hand-alt > * {
    max-width: 60ch;
  }
}

/* Ab Desktop (~≥1024px): etwas mehr Luft */
@media (min-width: 1024px) {
  .flexcontainer-alt {
    padding: var(--space-4);
  }
  .left-hand-alt {
    padding-right: var(--space-4);
  }
}

/* ====== Feinheiten / Fallbacks ====== */

/* Wenn der Browser 'gap' in flex nicht kann: Fallback über Margins */
@supports not (gap: 1rem) {
  .flexcontainer-alt > .flexbox {
    /* kein gap */
  }
  .left-hand-alt { margin-bottom: var(--space-3); }
  @media (min-width: 768px) {
    .left-hand-alt { margin-bottom: 0; margin-right: var(--space-4); }
  }
}

/* Reduziere Bewegungen bei Systempräferenz */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
}



.tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #f2f3f4;
  /*box-shadow: 0 48px 80px -32px rgba(0,0,0,0.3);*/
  border: 1px solid #aaa;
}
.input {
  position: absolute;
  opacity: 0;
}
.label {
  display: block;
  width: 25%;
  padding: 2em 3em;
  background: #f2f3f4;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 900;
  color: #7f7f7f;
  transition: background 0.3s, color 0.3s;
}
.label:hover {
  background: #d8d8d8;
}
.label:active {
  background: #ccc;
}
.input:focus + .label {
  z-index: 1;
}
.input:checked + .label {
  background: #fff;
  color: #000;
}
@media (max-width: 900px) {
  .label {
    width: 100%;
  }
}
.panel {
  display: none;
  font-size: 1.2em;
  padding: 3em 5em;
  width: 100%
}
@media (min-width: 600px) {
  .panel {
    order: 99;
  }
}
.input:checked + .label + .panel {
  display: block;
}
/* Accordion */
details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary {
  width: 100%;
  padding: 0.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, .4);
  position: relative;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 300;
  list-style: none;
}
details:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, .4);
}
details summary:after {
  content: "+";
  color: rgba(0, 0, 0, .4);
  position: absolute;
  font-size: 1.75rem;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}
details[open] summary:after {
  transform: rotate(45deg);
  font-size: 2rem;
}
details summary {
  outline: 0;
}
details p {
  font-size: 0.95rem;
  margin: 0 0 1rem;
  padding-top: 1rem;
}
details[open] > p {
  opacity: 0;
  animation-name: showContent;
  animation-duration: 0.3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
details[open] > summary {
  animation-name: slideDown;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
keyframes slideDown {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: auto;
  }
}
@keyframes showContent {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.accordion {
  background-color: #f2f3f4;
  color: #444;
  cursor: pointer;
  padding: 1em;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  transition: 0.4s ease;
}
.accordion.active, .accordion:hover {
  background-color: #d8d8d8;
  transition: background-color 0.3s ease;
}
.accordion:after {
  content: '\002B';
  color: #c00000;
  font-size: 1.4em;
  line-height: 1em;
  float: right;
  margin-left: .5em;
}
.accordion.active:after {
  content: "\2212";
}
.accordion-content {
  margin-top: 1em;
  padding: 0 1em;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
footer {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
	padding: 0 17.5% 2.5em 17.5%;

}
footer p {
  font-size: 1em;
  color: #eee;
}
footer div a {
  color: #000;
  text-decoration: none;
}
.footercontainer {
  width: 100%;
}
.footer a:hover {
  opacity: 0.5;