@charset "UTF-8";
/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
@import "../node_modules/leaflet/dist/leaflet.css";
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
.menu__group a,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
.menu__group a,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: hsl(0, 0%, 100%);
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: hsl(0, 0%, 29%);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: hsl(229, 53%, 53%);
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: hsl(0, 0%, 21%);
}

code {
  background-color: hsl(0, 0%, 96%);
  color: hsl(348, 86%, 46%);
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: hsl(0, 0%, 21%);
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: hsl(0, 0%, 21%);
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 1.25rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1, .columns.is-mobile > .column.menu__group:nth-child(2) {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5, .columns.is-mobile > .column.menu__group:first-child {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6, .columns.is-mobile > .column.menu__group:nth-child(3), .columns.is-mobile > .column.menu__group:nth-child(2) {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6, .columns.is-mobile > .column.menu__group:nth-child(3) {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.menu__group:nth-child(2), .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.menu__group:first-child, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.menu__group:nth-child(3), .column.menu__group:nth-child(2), .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.menu__group:nth-child(3), .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop, .column.menu__group:first-child {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop, .column.menu__group:nth-child(3) {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: -1.25rem;
}
.columns:last-child {
  margin-bottom: -1.25rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 1.25rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered, .layout-block#logistikpartner .columns.blocks-container {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop, .columns.is-variable.menu__group:first-child {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5, .columns.is-variable.menu__group:first-child {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6, .columns.is-variable.menu__group:nth-child(3), .columns.is-variable.menu__group:nth-child(2) {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/* Bulma Helpers */
.has-text-white, .jobs__text, .ansprechpartner__text, .layout-block.has-bg-color.has-bg-inside .container-inner {
  color: hsl(0, 0%, 100%) !important;
}

a.has-text-white:hover, a.jobs__text:hover, a.ansprechpartner__text:hover, .layout-block.has-bg-color.has-bg-inside a.container-inner:hover, a.has-text-white:focus, a.jobs__text:focus, a.ansprechpartner__text:focus, .layout-block.has-bg-color.has-bg-inside a.container-inner:focus {
  color: hsl(0, 0%, 90%) !important;
}

.has-background-white {
  background-color: hsl(0, 0%, 100%) !important;
}

.has-text-black {
  color: hsl(0, 0%, 4%) !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: hsl(0, 0%, 0%) !important;
}

.has-background-black {
  background-color: hsl(0, 0%, 4%) !important;
}

.has-text-light {
  color: hsl(0, 0%, 96%) !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: hsl(0, 0%, 86%) !important;
}

.has-background-light {
  background-color: hsl(0, 0%, 96%) !important;
}

.has-text-dark {
  color: hsl(0, 0%, 21%) !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: hsl(0, 0%, 11%) !important;
}

.has-background-dark {
  background-color: hsl(0, 0%, 21%) !important;
}

.has-text-primary {
  color: hsl(171, 100%, 41%) !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: hsl(171, 100%, 31%) !important;
}

.has-background-primary {
  background-color: hsl(171, 100%, 41%) !important;
}

.has-text-primary-light {
  color: hsl(171, 100%, 96%) !important;
}

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: hsl(171, 100%, 86%) !important;
}

.has-background-primary-light {
  background-color: hsl(171, 100%, 96%) !important;
}

.has-text-primary-dark {
  color: hsl(171, 100%, 29%) !important;
}

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: hsl(171, 100%, 39%) !important;
}

.has-background-primary-dark {
  background-color: hsl(171, 100%, 29%) !important;
}

.has-text-link {
  color: hsl(229, 53%, 53%) !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: hsl(229, 53%, 43%) !important;
}

.has-background-link {
  background-color: hsl(229, 53%, 53%) !important;
}

.has-text-link-light {
  color: hsl(229, 53%, 96%) !important;
}

a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: hsl(229, 53%, 86%) !important;
}

.has-background-link-light {
  background-color: hsl(229, 53%, 96%) !important;
}

.has-text-link-dark {
  color: hsl(229, 53%, 47%) !important;
}

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: hsl(229, 53%, 57%) !important;
}

.has-background-link-dark {
  background-color: hsl(229, 53%, 47%) !important;
}

.has-text-info {
  color: hsl(207, 61%, 53%) !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: hsl(207, 61%, 43%) !important;
}

.has-background-info {
  background-color: hsl(207, 61%, 53%) !important;
}

.has-text-info-light {
  color: hsl(207, 61%, 96%) !important;
}

a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: hsl(207, 61%, 86%) !important;
}

.has-background-info-light {
  background-color: hsl(207, 61%, 96%) !important;
}

.has-text-info-dark {
  color: hsl(207, 61%, 41%) !important;
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: hsl(207, 61%, 51%) !important;
}

.has-background-info-dark {
  background-color: hsl(207, 61%, 41%) !important;
}

.has-text-success {
  color: hsl(153, 53%, 53%) !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: hsl(153, 53%, 43%) !important;
}

.has-background-success {
  background-color: hsl(153, 53%, 53%) !important;
}

.has-text-success-light {
  color: hsl(153, 53%, 96%) !important;
}

a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: hsl(153, 53%, 86%) !important;
}

.has-background-success-light {
  background-color: hsl(153, 53%, 96%) !important;
}

.has-text-success-dark {
  color: hsl(153, 53%, 31%) !important;
}

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: hsl(153, 53%, 41%) !important;
}

.has-background-success-dark {
  background-color: hsl(153, 53%, 31%) !important;
}

.has-text-warning {
  color: hsl(44, 100%, 77%) !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: hsl(44, 100%, 67%) !important;
}

.has-background-warning {
  background-color: hsl(44, 100%, 77%) !important;
}

.has-text-warning-light {
  color: hsl(44, 100%, 96%) !important;
}

a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: hsl(44, 100%, 86%) !important;
}

.has-background-warning-light {
  background-color: hsl(44, 100%, 96%) !important;
}

.has-text-warning-dark {
  color: hsl(44, 100%, 29%) !important;
}

a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: hsl(44, 100%, 39%) !important;
}

.has-background-warning-dark {
  background-color: hsl(44, 100%, 29%) !important;
}

.has-text-danger {
  color: hsl(348, 86%, 61%) !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: hsl(348, 86%, 51%) !important;
}

.has-background-danger {
  background-color: hsl(348, 86%, 61%) !important;
}

.has-text-danger-light {
  color: hsl(348, 86%, 96%) !important;
}

a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: hsl(348, 86%, 86%) !important;
}

.has-background-danger-light {
  background-color: hsl(348, 86%, 96%) !important;
}

.has-text-danger-dark {
  color: hsl(348, 86%, 43%) !important;
}

a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: hsl(348, 86%, 53%) !important;
}

.has-background-danger-dark {
  background-color: hsl(348, 86%, 43%) !important;
}

.has-text-black-bis {
  color: hsl(0, 0%, 7%) !important;
}

.has-background-black-bis {
  background-color: hsl(0, 0%, 7%) !important;
}

.has-text-black-ter {
  color: hsl(0, 0%, 14%) !important;
}

.has-background-black-ter {
  background-color: hsl(0, 0%, 14%) !important;
}

.has-text-grey-darker {
  color: hsl(0, 0%, 21%) !important;
}

.has-background-grey-darker {
  background-color: hsl(0, 0%, 21%) !important;
}

.has-text-grey-dark {
  color: hsl(0, 0%, 29%) !important;
}

.has-background-grey-dark {
  background-color: hsl(0, 0%, 29%) !important;
}

.has-text-grey {
  color: hsl(0, 0%, 48%) !important;
}

.has-background-grey {
  background-color: hsl(0, 0%, 48%) !important;
}

.has-text-grey-light {
  color: hsl(0, 0%, 71%) !important;
}

.has-background-grey-light {
  background-color: hsl(0, 0%, 71%) !important;
}

.has-text-grey-lighter {
  color: hsl(0, 0%, 86%) !important;
}

.has-background-grey-lighter {
  background-color: hsl(0, 0%, 86%) !important;
}

.has-text-white-ter {
  color: hsl(0, 0%, 96%) !important;
}

.has-background-white-ter {
  background-color: hsl(0, 0%, 96%) !important;
}

.has-text-white-bis {
  color: hsl(0, 0%, 98%) !important;
}

.has-background-white-bis {
  background-color: hsl(0, 0%, 98%) !important;
}

.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse, .layout-block#logistikpartner .blocks-container {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  align-self: auto !important;
}

.is-align-self-flex-start {
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  align-self: flex-end !important;
}

.is-align-self-center {
  align-self: center !important;
}

.is-align-self-baseline {
  align-self: baseline !important;
}

.is-align-self-stretch {
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-relative {
  position: relative !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.is-underlined {
  text-decoration: underline !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* Bulma Utilities */
.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v21-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/poppins-v21-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v21-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v21-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
a {
  transition: color 0.3s;
  color: inherit;
}
a:hover {
  color: inherit;
}

.button.is-primary {
  all: unset;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  border-radius: 2.5rem;
  background-size: 1.125rem;
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  padding: 1rem 3rem 1rem 1.5rem;
  cursor: pointer;
  margin-top: 1rem;
  border-color: #E7344C;
  background-color: #E7344C;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='%23fff' d='M0 9c0-.498.37-.91.85-.975l.133-.009 17.286.001-6.245-6.22A.983.983 0 0 1 13.301.31l.11.095 7.933 7.898a.984.984 0 0 1 .289.66v.076l-.004.058.004-.096a.988.988 0 0 1-.193.585l-.009.012a.998.998 0 0 1-.086.098h-.001l-7.932 7.9a.983.983 0 0 1-1.483-1.283l.095-.11 6.242-6.218L.983 9.983A.983.983 0 0 1 0 9Z'/%3E%3C/svg%3E");
}

.button.is-secondary {
  all: unset;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  border-radius: 2.5rem;
  background-size: 1.125rem;
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  padding: 1rem 3rem 1rem 1.5rem;
  cursor: pointer;
  margin-top: 1rem;
  border-color: #E7344C;
  color: #E7344C;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='%23E7344C' d='M0 9c0-.498.37-.91.85-.975l.133-.009 17.286.001-6.245-6.22A.983.983 0 0 1 13.301.31l.11.095 7.933 7.898a.984.984 0 0 1 .289.66v.076l-.004.058.004-.096a.988.988 0 0 1-.193.585l-.009.012a.998.998 0 0 1-.086.098h-.001l-7.932 7.9a.983.983 0 0 1-1.483-1.283l.095-.11 6.242-6.218L.983 9.983A.983.983 0 0 1 0 9Z'/%3E%3C/svg%3E");
}

.has-text-white .button.is-secondary, .jobs__text .button.is-secondary, .ansprechpartner__text .button.is-secondary, .layout-block.has-bg-color.has-bg-inside .container-inner .button.is-secondary {
  all: unset;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  border-radius: 2.5rem;
  background-size: 1.125rem;
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  padding: 1rem 3rem 1rem 1.5rem;
  cursor: pointer;
  margin-top: 1rem;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='%23fff' d='M0 9c0-.498.37-.91.85-.975l.133-.009 17.286.001-6.245-6.22A.983.983 0 0 1 13.301.31l.11.095 7.933 7.898a.984.984 0 0 1 .289.66v.076l-.004.058.004-.096a.988.988 0 0 1-.193.585l-.009.012a.998.998 0 0 1-.086.098h-.001l-7.932 7.9a.983.983 0 0 1-1.483-1.283l.095-.11 6.242-6.218L.983 9.983A.983.983 0 0 1 0 9Z'/%3E%3C/svg%3E");
}

body {
  font-family: "Poppins", Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #191919;
  line-height: 1.4;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  h1 {
    font-size: calc(30px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 60px;
  }
}
h1 {
  font-weight: 600;
  line-height: 1.2;
}

h2, .menu__group a {
  font-size: 20px;
}
@media screen and (min-width: 375px) {
  h2, .menu__group a {
    font-size: calc(20px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  h2, .menu__group a {
    font-size: 40px;
  }
}
h2, .menu__group a {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.75em;
  color: #E7344C;
}

h3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
  color: #F7A833;
}

p + p,
* + ul,
* + ol,
ul + *,
ol + * {
  margin-top: 1em;
}

strong {
  color: inherit;
  font-weight: 600;
}

.site-footer {
  background: #191919;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 5rem 0 1.875rem 0;
  }
}

.site-footer__text {
  margin-bottom: 8.75rem;
}
.site-footer__text a:only-child {
  all: unset;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  border-radius: 2.5rem;
  background-size: 1.125rem;
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  padding: 1rem 3rem 1rem 1.5rem;
  cursor: pointer;
  margin-top: 1rem;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='%23fff' d='M0 9c0-.498.37-.91.85-.975l.133-.009 17.286.001-6.245-6.22A.983.983 0 0 1 13.301.31l.11.095 7.933 7.898a.984.984 0 0 1 .289.66v.076l-.004.058.004-.096a.988.988 0 0 1-.193.585l-.009.012a.998.998 0 0 1-.086.098h-.001l-7.932 7.9a.983.983 0 0 1-1.483-1.283l.095-.11 6.242-6.218L.983 9.983A.983.983 0 0 1 0 9Z'/%3E%3C/svg%3E");
}
.site-footer__text p {
  max-width: 34.375rem;
  margin-left: auto;
  margin-right: auto;
}

.site-footer__meta {
  position: relative;
}
.site-footer__meta p,
.site-footer__meta ul {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .site-footer__meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .site-footer__meta > div + div {
    margin-left: 3.75rem;
  }
}

.site-footer__logo {
  width: 10.625rem;
}
@media screen and (max-width: 768px) {
  .site-footer__logo {
    margin-bottom: 2.5rem;
  }
}

.site-footer__social a, .menu-footer__social a {
  display: block;
}
@media screen and (max-width: 768px) {
  .site-footer__social, .menu-footer__social {
    position: absolute;
    right: 0;
    top: 0;
  }
  .site-footer__social a, .menu-footer__social a {
    margin-bottom: 1rem;
    width: 2.375rem;
  }
}
@media screen and (min-width: 769px) {
  .site-footer__social, .menu-footer__social {
    display: flex;
  }
  .site-footer__social a, .menu-footer__social a {
    margin: 1rem 1rem 0 0;
    width: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  .site-footer__nav {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .site-footer__nav {
    width: 100%;
    text-align: center;
    margin-top: 3.75rem;
    margin-bottom: -3.75rem;
    margin-left: 0 !important;
  }
  .site-footer__nav li {
    display: inline-block;
    margin: 0 1rem;
  }
}

.site-footer__funding {
  border-top: solid 1px white;
  margin-top: 80px;
  padding-top: 40px;
}
.site-footer__funding div {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer__funding p {
  margin-bottom: 10px;
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 5rem;
  }
}

img,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 72.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 auto;
  position: relative;
}
.container.is-fullscreen, .layout-block.layout-is-fullscreen > .container {
  max-width: none;
  padding: 0;
}

main:has(.layout-block.has-bg-inside.has-bg-color:last-child) {
  margin-bottom: -3.75rem;
}
main:has(.layout-block.has-bg-inside.has-bg-color:last-child) + .site-footer {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  main:has(.layout-block.has-bg-inside.has-bg-color:last-child) {
    margin-bottom: -8.75rem;
  }
  main:has(.layout-block.has-bg-inside.has-bg-color:last-child) + .site-footer {
    padding-top: 12.5rem;
  }
}

.layout-block {
  padding-top: var(--layout-padding-top);
  padding-bottom: var(--layout-padding-bottom);
  position: relative;
}
.layout-block.has-bg-color.has-bg-inside .container-inner {
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .layout-block.has-bg-color.has-bg-inside .container-inner {
    border-radius: 25px;
  }
}
.layout-block.has-bg-color.has-bg-inside .container-inner {
  background-color: var(--layout-bg-color);
  padding: 4.375rem 0;
}
@media screen and (max-width: 1215px) {
  .layout-block.has-bg-color.has-bg-inside .container-inner {
    padding: 4.375rem 1.875rem;
  }
}
.layout-block:only-child:has(.content-block.text:only-child) {
  padding-top: 3.75rem;
}
@media screen and (min-width: 769px) {
  .layout-block:only-child:has(.content-block.text:only-child) {
    padding-top: 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .layout-block {
    padding-top: 0;
    padding-bottom: 0;
  }
  .layout-block:last-child {
    padding-bottom: 3.75rem;
  }
  .layout-block + .layout-block {
    padding-top: 3.75rem;
  }
}

.layout-block__bg {
  position: absolute;
  right: 0;
  width: 50vw;
  max-width: 31.25rem;
}
@media screen and (max-width: 1023px) {
  .layout-block__bg {
    z-index: 2;
  }
  .layout-block__bg + .container {
    z-index: 3;
  }
}

.content-block + .content-block {
  margin-top: 1.875rem;
}

.content-block.image + .content-block {
  margin-top: 2.5rem;
}

.has-text-white *, .jobs__text *, .ansprechpartner__text *, .layout-block.has-bg-color.has-bg-inside .container-inner * {
  color: inherit;
}

#scroll-down {
  all: unset;
  box-sizing: border-box;
  position: fixed;
  bottom: 65px;
  right: 1.25rem;
  width: 2.8125rem;
  height: 10.9375rem;
  font-size: 1rem;
  font-weight: 600;
  color: #E7344C;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 41 41'%3E%3Ccircle cx='20.5' cy='20.5' r='20.5' fill='%23E7344C'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='m20.158 33.39 11.5-19.919-11.5 19.918Zm11.5-19.919L20.24 20.158 8.904 13.613 20.158 33.39l11.5-19.919Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='m31.658 13.471-11.5 19.919-17.004-9.817 11.5-19.919z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1216px) {
  #scroll-down {
    right: calc((100% - 1120px) / 2);
  }
}
#scroll-down span {
  position: absolute;
  left: -2.5rem;
  top: 2.5rem;
  transform: rotate(-90deg);
  white-space: nowrap;
}
#scroll-down span::before {
  content: "";
  position: absolute;
  top: 1.375rem;
  right: 2rem;
  height: 0.25rem;
  width: 5.3125rem;
  background-color: #E7344C;
}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  background: #fff;
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .site-header {
    box-shadow: 0px 2px 10px 0px rgba(25, 25, 25, 0.25);
  }
}

.site-header__logo {
  display: block;
  width: 12.5rem;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .site-header__logo {
    margin: 0 auto;
  }
}

#site-header__toggle-menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 41 42'%3E%3Ccircle cx='20.5' cy='21' r='20.5' fill='%23191919'/%3E%3Crect width='24.442' height='2.505' x='8.673' y='13.904' fill='%23fff' rx='1.252'/%3E%3Crect width='24.442' height='2.505' x='8.673' y='19.748' fill='%23fff' rx='1.252'/%3E%3Crect width='24.442' height='2.505' x='8.673' y='25.592' fill='%23fff' rx='1.252'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.button-kundenportal {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='%23d14752' d='M9 18c4.97 0 9-4.03 9-9S13.97 0 9 0 0 4.03 0 9s4.03 9 9 9'/%3E%3Cpath fill='%23fff' d='M9 9.06c-1.51 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75 2.75 1.23 2.75 2.75S10.51 9.06 9 9.06ZM9 4.47c-1.02 0-1.85.83-1.85 1.85S7.98 8.17 9 8.17s1.85-.83 1.85-1.85S10.02 4.47 9 4.47Z'/%3E%3Cpath fill='%23fff' d='M12.8 14.43c-.25 0-.45-.2-.45-.45 0-1.68-1.5-3.04-3.35-3.04s-3.35 1.36-3.35 3.04c0 .25-.2.45-.45.45s-.45-.2-.45-.45c0-2.17 1.91-3.94 4.25-3.94s4.25 1.77 4.25 3.94c0 .25-.2.45-.45.45Z'/%3E%3C/svg%3E");
  right: 60px;
  width: auto;
  height: 40px;
  background-size: 40px;
  background-position: center right;
  background-repeat: no-repeat;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.2;
  padding-right: 50px;
  display: flex;
  align-items: center;
  z-index: 999;
}
@media screen and (max-width: 499px) {
  .button-kundenportal span {
    display: none;
  }
}
@media screen and (max-width: 373px) {
  .button-kundenportal {
    display: none;
  }
}

.site-header .button-kundenportal {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.menu-open {
  position: fixed;
}
.menu-open nav.menu {
  visibility: visible;
  opacity: 1;
}

.toggle-menu {
  all: unset;
  box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 999;
}

nav.menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #F7A833;
  z-index: 998;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
nav.menu .button-kundenportal {
  position: absolute;
  top: 0;
  right: 80px;
}
nav.menu .toggle-menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 41 42'%3E%3Ccircle cx='20.5' cy='21' r='20.5' fill='%23191919'/%3E%3Crect width='24.442' height='2.505' x='10.913' y='28.523' fill='%23fff' rx='1.252' transform='rotate(-45 10.913 28.523)'/%3E%3Crect width='24.442' height='2.505' x='12.771' y='11' fill='%23fff' rx='1.252' transform='rotate(45 12.77 11)'/%3E%3C/svg%3E");
  margin-left: auto;
  margin-top: 1.3125rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  nav.menu .toggle-menu {
    margin-top: 1.375rem;
    z-index: 1001;
  }
}
@media screen and (max-width: 768px) {
  nav.menu {
    z-index: 999;
  }
}
@media screen and (min-width: 769px) {
  nav.menu > .container {
    background-image: url("../images/bg-menu.svg");
    background-size: 15rem;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}

@media screen and (max-width: 768px) {
  .menu__groups {
    padding-right: 15%;
    max-width: 37.5rem;
  }
}

@media screen and (min-width: 769px) {
  .menu__group {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .menu__group {
    margin-bottom: 1.25rem;
  }
}
.menu__group p {
  font-size: 1.25rem;
  color: #E7344C;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .menu__group p {
    font-size: 1rem;
    font-weight: 600;
  }
}
.menu__group ul {
  margin-top: 0;
}
.menu__group a {
  line-height: 1.5;
  color: #fff;
  display: block;
  margin-bottom: 0;
}
.menu__group a.active, .menu__group a:hover {
  color: #E7344C;
}
@media screen and (max-width: 768px) {
  .menu__group a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 29'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M29.736 11.5 9.817 0l19.919 11.5ZM9.817 0l6.687 11.418L9.96 22.754 29.736 11.5 9.817 0Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='m9.817 0 19.919 11.5-9.817 17.004L0 17.004z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top 0.55em right;
    background-size: 0.675em;
    margin-top: 0.25em;
    background-size: 1.25em;
    background-position: top 0.22em right;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .menu__group a.active, .menu__group a:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 29'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23E7344C' d='M29.736 11.5 9.817 0l19.919 11.5ZM9.817 0l6.687 11.418L9.96 22.754 29.736 11.5 9.817 0Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='m9.817 0 19.919 11.5-9.817 17.004L0 17.004z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .menu__group a {
    font-size: 1.625rem;
  }
}

.menu-footer {
  margin-top: 1.5625rem;
}

.menu-footer__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .menu-footer__meta > div + div {
    margin-left: 6.25rem;
  }
}
@media screen and (min-width: 769px) {
  .menu-footer__meta {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .menu-footer__meta {
    justify-content: space-between;
  }
}
.menu-footer__meta p,
.menu-footer__meta ul {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
}

.menu-footer__logo img {
  width: 14.375rem;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .menu-footer__social {
    position: static;
  }
  .menu-footer__social a {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .menu-footer__nav {
    text-align: right;
  }
}

.size-1of1 {
  width: 100%;
}

.size-1of2 {
  width: calc(50% - 0.625rem);
}

.size-1of3 {
  width: calc((100% - 2.5rem) / 3);
}

@media screen and (max-width: 768px) {
  .grid[data-columns]::before {
    content: "1 .grid-col.size-1of1";
  }
}
@media screen and (min-width: 769px) {
  .grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .grid[data-columns]::before {
    content: "2 .grid-col.size-1of2";
  }
}
.content-block.kontaktformular form {
  margin-top: 5rem;
}
.content-block.kontaktformular input[type=text],
.content-block.kontaktformular input[type=email],
.content-block.kontaktformular input[type=checkbox],
.content-block.kontaktformular textarea {
  all: unset;
  box-sizing: border-box;
  border: solid 1px #C3C3C3;
  display: block;
}
.content-block.kontaktformular input[type=text],
.content-block.kontaktformular input[type=email],
.content-block.kontaktformular textarea {
  width: 100%;
  border-radius: 20px;
  color: #191919;
  padding: 0.9375rem 1.25rem;
}
.content-block.kontaktformular label {
  display: block;
}
.content-block.kontaktformular label:has(input) {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 0.625rem;
}
.content-block.kontaktformular input[type=checkbox] {
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 6px;
  margin-right: 0.625rem;
  position: relative;
}
.content-block.kontaktformular input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 5px;
  background-color: #F7A833;
}
.content-block.kontaktformular input[type=submit] {
  all: unset;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  border-radius: 2.5rem;
  background-size: 1.125rem;
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  padding: 1rem 3rem 1rem 1.5rem;
  cursor: pointer;
  margin-top: 1rem;
  border-color: #E7344C;
  background-color: #E7344C;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='%23fff' d='M0 9c0-.498.37-.91.85-.975l.133-.009 17.286.001-6.245-6.22A.983.983 0 0 1 13.301.31l.11.095 7.933 7.898a.984.984 0 0 1 .289.66v.076l-.004.058.004-.096a.988.988 0 0 1-.193.585l-.009.012a.998.998 0 0 1-.086.098h-.001l-7.932 7.9a.983.983 0 0 1-1.483-1.283l.095-.11 6.242-6.218L.983 9.983A.983.983 0 0 1 0 9Z'/%3E%3C/svg%3E");
}
.content-block.kontaktformular input.uniform__potty {
  position: absolute;
  left: -9999px;
}

@media screen and (max-width: 768px) {
  .content-block.ansprechpartner {
    padding-top: 6.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  .content-block.ansprechpartner {
    padding-top: 3.75rem;
  }
}

@media screen and (max-width: 768px) {
  .ansprechpartner__img {
    position: absolute;
    top: 0;
    left: 1.25rem;
    width: 13.75rem;
    padding: 0;
  }
}
@media screen and (max-width: 549px) {
  .ansprechpartner__img {
    width: 10.625rem;
  }
}

.ansprechpartner__text {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 95 109'%3E%3Cpath fill='%23fff' d='M47.465 108.622 95 81.449V27.173l-47.535 81.449ZM0 27.173V81.45l47.465 27.173V54.276L0 27.173ZM95 27.173 47.465 0 0 27.173h95Z'/%3E%3C/svg%3E");
  background-color: #F7A833;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .ansprechpartner__text {
    border-radius: 1.5625rem;
    background-size: 70px;
    background-position: right 20% top 65px;
    padding: 11.25rem 20% 3.125rem 20%;
  }
}
@media screen and (min-width: 769px) {
  .ansprechpartner__text {
    border-radius: 2.8125rem;
    background-size: 95px;
    background-position: left 60px top 45px;
    padding: 4.375rem 3.125rem 2.5rem 12.5rem;
  }
}
.ansprechpartner__text a:not(.button) {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 36 40'%3E%3Cpath fill='%23fff' d='M35.26 19.824.923 0 35.26 19.824h.001ZM.923 0l11.528 19.683L1.169 39.224l34.091-19.4L.923 0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left top 0.25em;
  padding-left: 1.5rem;
  font-weight: 600;
  font-size: 1.25rem;
}
.ansprechpartner__text a:not(.button):hover {
  color: inherit;
}

.content-block.boxes:not(:first-child) {
  margin-top: 4.375rem;
}
.content-block.boxes ul {
  list-style: none;
}
.content-block.boxes ul li {
  padding-left: 1em;
  position: relative;
}
.content-block.boxes ul li::before {
  content: "•";
  color: #191919;
  position: absolute;
  left: 0;
  top: -0.05em;
}
.content-block.boxes p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.content-block.boxes p > a:only-child {
  font-weight: bold;
  color: #E7344C;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='%23E7344C' d='M0 9c0-.498.37-.91.85-.975l.133-.009 17.286.001-6.245-6.22A.983.983 0 0 1 13.301.31l.11.095 7.933 7.898a.984.984 0 0 1 .289.66v.076l-.004.058.004-.096a.988.988 0 0 1-.193.585l-.009.012a.998.998 0 0 1-.086.098h-.001l-7.932 7.9a.983.983 0 0 1-1.483-1.283l.095-.11 6.242-6.218L.983 9.983A.983.983 0 0 1 0 9Z'/%3E%3C/svg%3E");
  background-size: 1.125rem;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 1.5625rem;
}
.content-block.boxes .content-block + .content-block {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .content-block.boxes:not(.has-accordion) .box__wrap {
    margin-bottom: 1.875rem;
  }
  .content-block.boxes:not(.has-accordion) .box {
    padding: 1.875rem;
    border-radius: 2.8125rem;
    box-shadow: 0px 17px 68px rgba(69, 88, 157, 0.09);
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .content-block.boxes:not(.has-accordion) .box {
    border-radius: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .content-block.boxes.has-accordion {
    padding: 1.875rem;
    border-radius: 2.8125rem;
    box-shadow: 0px 17px 68px rgba(69, 88, 157, 0.09);
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .content-block.boxes.has-accordion {
    border-radius: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .content-block.boxes.has-accordion .box__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .content-block.boxes.has-accordion .box__content-inner {
    padding-bottom: 1.25rem;
  }
  .content-block.boxes.has-accordion .box__title {
    cursor: pointer;
    position: relative;
    padding: 0.9375rem 2.5rem 0.9375rem 0;
  }
  .content-block.boxes.has-accordion .box__title * {
    margin-bottom: 0;
  }
  .content-block.boxes.has-accordion .box__title::before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 12'%3E%3Cpath stroke='%23F7A833' stroke-linecap='round' stroke-width='2' d='m1 1.293 9 9M19.293 1l-9 9'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 1.25rem;
    right: 0;
    transition: all 0.3s;
  }
  .content-block.boxes.has-accordion .box__title.active::before {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 769px) {
  .content-block.boxes .box__wrap {
    margin-bottom: 1.25rem;
  }
  .content-block.boxes .box {
    padding: 1.875rem;
    border-radius: 2.8125rem;
    box-shadow: 0px 17px 68px rgba(69, 88, 157, 0.09);
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .content-block.boxes .box {
    border-radius: 1.5625rem;
  }
}
@media screen and (min-width: 769px) {
  .content-block.boxes.has-2-columns .size-1of2 {
    width: calc(50% - 2.5rem);
  }
  .content-block.boxes.has-2-columns .box {
    margin-bottom: 3.125rem;
  }
  .content-block.boxes.has-2-columns .box__title {
    min-height: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 39 39'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23FDE5C2' d='M20.334 0 39 10.829 18.666 22.628 0 11.8 20.334 0Z'/%3E%3Cpath fill='%23FAC270' d='m0 11.8 18.666 10.828V39L0 28.17V11.8Z'/%3E%3Cpath fill='%23F7A833' d='M18.666 22.628 39 10.83V27.2L18.666 39V22.628Z'/%3E%3Cpath fill='%23fff' d='m11.259 5.267 18.664 10.83-2.905 1.685L8.353 6.952l2.906-1.685Z'/%3E%3Cpath fill='%23DFE4F4' d='M29.923 16.096v2.171l-2.905 1.686v-2.17l2.905-1.687Z'/%3E%3Cpath fill='%23F9BA5C' d='m1.933 22.851 8.686 5.04v-7.066l-8.686-5.04v7.066Z' style='mix-blend-mode:multiply'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h39v39H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 2.5rem;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 3.4375rem;
    padding-top: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .content-block.boxes.has-2-columns .box__title * {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-block.boxes.has-3-columns .grid[data-columns]::before {
    content: "3 .grid-col.size-1of3";
  }
  .content-block.boxes.has-2-columns .size-1of2 {
    width: calc(50% - 2.5rem);
  }
}

@media screen and (min-width: 1024px) {
  #home-logistik .content-block.boxes .grid-col:last-child {
    margin-top: 250px;
  }
}

.hero {
  width: 100%;
}
.hero img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero img {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .hero {
    aspect-ratio: 375/280;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    height: 100vh;
  }
}

.hero__slider {
  height: 100vh;
}

.hero__text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 6.25rem;
  max-width: 62.5rem;
}
.hero__text p {
  font-size: 1.25rem;
}

.content-block.hero-v2 {
  padding-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .content-block.hero-v2 {
    padding-top: 12.5rem;
  }
  .content-block.hero-v2:has(.hero-v2__img) {
    padding-bottom: 18.75rem;
  }
}
@media screen and (max-width: 768px) {
  .content-block.hero-v2:not(:has(.hero-v2__img)) h1 {
    margin-bottom: 0.5em;
  }
}

.hero-v2__img {
  aspect-ratio: 25/16;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.hero-v2__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hero-v2__img {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 769px) {
  .hero-v2__img {
    position: absolute;
    bottom: 3.125rem;
    right: 0;
    width: 62.5%;
  }
}

.hero-v2__headline p {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .hero-v2__headline {
    margin-bottom: 1.875rem;
  }
}

.hero-v2__text a:only-child {
  all: unset;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  border-radius: 2.5rem;
  background-size: 1.125rem;
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  padding: 1rem 3rem 1rem 1.5rem;
  cursor: pointer;
  margin-top: 1rem;
  border-color: #E7344C;
  color: #E7344C;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='%23E7344C' d='M0 9c0-.498.37-.91.85-.975l.133-.009 17.286.001-6.245-6.22A.983.983 0 0 1 13.301.31l.11.095 7.933 7.898a.984.984 0 0 1 .289.66v.076l-.004.058.004-.096a.988.988 0 0 1-.193.585l-.009.012a.998.998 0 0 1-.086.098h-.001l-7.932 7.9a.983.983 0 0 1-1.483-1.283l.095-.11 6.242-6.218L.983 9.983A.983.983 0 0 1 0 9Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .hero-v2__text p:has(:only-child) {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .page-loesungen .hero-v2__img {
    margin-top: 0.625rem;
  }
  .page-loesungen .hero-v2__img img {
    object-position: left 20vw bottom 0;
  }
}

@media screen and (max-width: 768px) {
  .page-logistik .hero-v2__img {
    margin-top: -1.25rem;
  }
  .page-logistik .hero-v2__img img {
    object-position: left 30vw bottom 0;
  }
}

@media screen and (min-width: 769px) {
  .page-services .hero-v2__img {
    aspect-ratio: 750/600;
    width: 60%;
  }
}
@media screen and (min-width: 1216px) {
  .page-services .hero-v2__img {
    aspect-ratio: 750/600;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .page-services .hero-v2__img {
    width: 120vw;
    margin-top: 1.25rem;
  }
  .page-services .hero-v2__img img {
    object-position: left 8vw bottom 0;
  }
}

@media screen and (min-width: 769px) {
  .page-e-commerce .hero-v2__img {
    aspect-ratio: 1/1;
    width: 45%;
    right: 15%;
  }
  .page-e-commerce .hero-v2__img img {
    object-position: left top;
  }
}

.content-block.icon-list li {
  position: relative;
  padding-left: 3.125rem;
  padding-top: 0.3125rem;
  min-height: 2.25rem;
}
.content-block.icon-list li + li {
  margin-top: 1.25rem;
}

.icon-list__img {
  width: 2.25rem;
  height: 2.25rem;
  position: absolute;
  left: 0;
  top: 0;
}
.icon-list__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.jobs__text {
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .jobs__text {
    border-radius: 25px;
  }
}
.jobs__text {
  text-align: center;
  background-color: #E7344C;
  padding: 6.25rem 2.5rem 7.5rem 2.5rem;
  margin-top: -3.125rem;
}
.jobs__text > div {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .jobs__text {
    margin-top: -6.25rem;
  }
}

.jobs__items {
  margin-top: -3.125rem;
}
@media screen and (max-width: 768px) {
  .jobs__items {
    padding-left: 15%;
    padding-right: 15%;
  }
}

.jobs__item {
  margin-bottom: 1.875rem;
}
.jobs__item h2, .jobs__item .menu__group a, .menu__group .jobs__item a {
  margin-bottom: 0;
}
.jobs__item p {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 0.75em;
  color: #E7344C;
}
.jobs__item a.box {
  display: block;
  padding: 1.875rem;
  border-radius: 2.8125rem;
  box-shadow: 0px 17px 68px rgba(69, 88, 157, 0.09);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .jobs__item a.box {
    border-radius: 1.5625rem;
  }
}
.jobs__item a.box {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='%23E7344C' d='M0 9c0-.498.37-.91.85-.975l.133-.009 17.286.001-6.245-6.22A.983.983 0 0 1 13.301.31l.11.095 7.933 7.898a.984.984 0 0 1 .289.66v.076l-.004.058.004-.096a.988.988 0 0 1-.193.585l-.009.012a.998.998 0 0 1-.086.098h-.001l-7.932 7.9a.983.983 0 0 1-1.483-1.283l.095-.11 6.242-6.218L.983 9.983A.983.983 0 0 1 0 9Z'/%3E%3C/svg%3E");
  background-size: 18px;
  background-position: right 20px bottom 35px;
  background-repeat: no-repeat;
}

#map-holder {
  width: 100%;
  height: 30rem;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #map-holder {
    border-radius: 25px;
  }
}
@media screen and (max-width: 768px) {
  #map-holder {
    height: 26.25rem;
  }
}

.leaflet-pane,
.leaflet-tile-pane,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-tooltip-pane,
.leaflet-popup-pane,
.leaflet-map-pane canvas,
.leaflet-map-pane svg,
.leaflet-bottom.leaflet-right {
  z-index: 0;
}

.leaflet-control-attribution {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .leaflet-control-attribution {
    padding-right: 10px;
  }
}

.content-block.kpi strong {
  font-size: 50px;
}
@media screen and (min-width: 375px) {
  .content-block.kpi strong {
    font-size: calc(50px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .content-block.kpi strong {
    font-size: 60px;
  }
}
.content-block.kpi strong {
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

@media screen and (min-width: 769px) {
  .content-block.logos {
    display: flex;
    align-items: center;
    margin-left: -1.5625rem;
  }
  .content-block.logos .logos__item {
    margin: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .content-block.logos .logos__item {
    margin-top: 2rem;
  }
  .content-block.logos img {
    max-width: 9.375rem;
    margin: 0 auto;
  }
}

.slider-loesungen .tns-controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 400px;
  z-index: 10;
  max-width: 70rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slider-loesungen .tns-controls {
    top: 500px;
  }
}
.slider-loesungen .tns-controls button {
  all: unset;
  box-sizing: border-box;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  cursor: pointer;
  position: absolute;
  background-size: 20px;
  background-repeat: no-repeat;
}
.slider-loesungen .tns-controls button[disabled] {
  display: none !important;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .slider-loesungen .tns-controls button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .slider-loesungen .tns-controls button {
    font-size: 0.875rem;
    font-weight: 600;
  }
}
.slider-loesungen .tns-controls button[data-controls=next] {
  text-align: right;
  right: 1.25rem;
  bottom: 3.125rem;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 36 40'%3E%3Cpath fill='%23fff' d='M35.26 19.824.923 0 35.26 19.824h.001ZM.923 0l11.528 19.683L1.169 39.224l34.091-19.4L.923 0Z'/%3E%3C/svg%3E");
  background-position: right center;
}
.slider-loesungen .tns-controls button[data-controls=prev] {
  left: 1.25rem;
  bottom: 3.125rem;
  padding-left: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 35 40'%3E%3Cpath fill='%23fff' d='M0 19.824 34.337 0 0 19.824H0ZM34.337 0 22.81 19.683l11.282 19.541L0 19.824 34.337 0Z'/%3E%3C/svg%3E");
  background-position: left center;
}

.slider-loesungen__item {
  height: 100%;
  position: relative;
}
.slider-loesungen__item::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  background-color: #F7A833;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .slider-loesungen__item::before {
    border-radius: 25px;
  }
}
@media screen and (max-width: 768px) {
  .slider-loesungen__item > .container {
    padding-top: 31.25rem;
  }
  .slider-loesungen__item::before {
    top: 3.75rem;
    height: 80%;
  }
}
@media screen and (min-width: 769px) {
  .slider-loesungen__item {
    padding-top: 2.1875rem;
    padding-bottom: 2.5rem;
  }
  .slider-loesungen__item::before {
    top: 0;
    height: 34.375rem;
  }
}

.slider-loesungen__item-text {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .slider-loesungen__item-text {
    position: absolute;
    top: 1.25rem;
    width: calc(100% - 2.5rem);
  }
}

.slider-loesungen__item-title h2, .slider-loesungen__item-title .menu__group a, .menu__group .slider-loesungen__item-title a {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .slider-loesungen__item-title h2, .slider-loesungen__item-title .menu__group a, .menu__group .slider-loesungen__item-title a {
    font-size: 1.875rem;
  }
}
.slider-loesungen__item-title p {
  font-size: 1.25rem;
}

.slider-loesungen__item-copy p {
  font-size: 0.875rem;
}

.slider-loesungen__item-circle {
  margin: 0 auto;
  position: relative;
  width: 37.5rem;
  height: 37.5rem;
}
@media screen and (max-width: 768px) {
  .slider-loesungen__item-circle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 34.375rem;
    height: 34.375rem;
  }
}
.slider-loesungen__item-circle > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-loesungen__item-circle div {
  width: 100%;
  z-index: 4;
}
.slider-loesungen__item-circle strong {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .slider-loesungen__item-circle strong {
    font-size: calc(30px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .slider-loesungen__item-circle strong {
    font-size: 60px;
  }
}
.slider-loesungen__item-circle strong {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .slider-loesungen__item-circle strong {
    font-size: 3.125rem;
  }
}
.slider-loesungen__item-circle .circle {
  aspect-ratio: 1/1;
  border-radius: 100%;
  transition: all 0.3s;
}
.slider-loesungen__item-circle .circle.step-1 {
  width: 60%;
  background-color: #E7344C;
  z-index: 3;
}
.slider-loesungen__item-circle .circle.step-2 {
  width: 77%;
  background-color: #EE4F68;
  z-index: 2;
  display: none;
}
.slider-loesungen__item-circle .circle.step-3 {
  width: 100%;
  background-color: #F98F9F;
  z-index: 1;
  display: none;
}

#tns1-item1 .circle.step-2 {
  display: block;
}

#tns1-item2 .circle.step-2,
#tns1-item2 .circle.step-3 {
  display: block;
}

.slider-loesungen__boxes {
  padding-bottom: 4.25rem;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .slider-loesungen__boxes {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .slider-loesungen__boxes {
    margin-top: -11.25rem;
  }
  .slider-loesungen__boxes .box {
    padding: 1.875rem;
    border-radius: 2.8125rem;
    box-shadow: 0px 17px 68px rgba(69, 88, 157, 0.09);
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .slider-loesungen__boxes .box {
    border-radius: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .slider-loesungen__boxes {
    padding: 1.875rem;
    border-radius: 2.8125rem;
    box-shadow: 0px 17px 68px rgba(69, 88, 157, 0.09);
    background-color: #fff;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .slider-loesungen__boxes {
    border-radius: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .slider-loesungen__boxes .column + .column {
    margin-top: 2.5rem;
  }
  .slider-loesungen__boxes .column {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.social-icons a {
  display: inline-block;
  width: 2.5rem;
  margin-right: 1.25rem;
}

.content-block.text-circle {
  position: relative;
}
@media screen and (max-width: 768px) {
  .content-block.text-circle {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.content-block.text-circle .text {
  background-color: #F7A833;
  border-radius: 50px;
}
@media screen and (max-width: 1023px) {
  .content-block.text-circle .text {
    padding: 3.75rem 1.875rem 15rem 1.875rem;
    margin-bottom: 11.25rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .content-block.text-circle .text {
    width: 80%;
    padding: 3.75rem 1.875rem;
  }
  .content-block.text-circle .text .text__inner {
    width: 60%;
  }
}
@media screen and (min-width: 1216px) {
  .content-block.text-circle .text {
    padding: 4.6875rem;
  }
}
.content-block.text-circle .circle {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 594 594'%3E%3Ccircle cx='297' cy='297' r='297' fill='%23F98F9F'/%3E%3Cellipse cx='297.5' cy='297' fill='%23EE4F68' rx='222.5' ry='223'/%3E%3Ccircle cx='297' cy='297' r='167' fill='%23E7344C'/%3E%3C/svg%3E");
}
.content-block.text-circle .circle strong {
  font-size: 50px;
}
@media screen and (min-width: 375px) {
  .content-block.text-circle .circle strong {
    font-size: calc(50px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .content-block.text-circle .circle strong {
    font-size: 60px;
  }
}
.content-block.text-circle .circle strong {
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 1023px) {
  .content-block.text-circle .circle {
    width: 100%;
    max-width: 23.4375rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-block.text-circle .circle {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.content-block.text-circle .circle__inner {
  width: 50%;
  text-align: center;
}
.content-block.text-circle * {
  color: inherit;
}
.content-block.text-circle a:only-child {
  all: unset;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  border-radius: 2.5rem;
  background-size: 1.125rem;
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  padding: 1rem 3rem 1rem 1.5rem;
  cursor: pointer;
  margin-top: 1rem;
  border-color: #fff;
  background-color: #fff;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='%23fff' d='M0 9c0-.498.37-.91.85-.975l.133-.009 17.286.001-6.245-6.22A.983.983 0 0 1 13.301.31l.11.095 7.933 7.898a.984.984 0 0 1 .289.66v.076l-.004.058.004-.096a.988.988 0 0 1-.193.585l-.009.012a.998.998 0 0 1-.086.098h-.001l-7.932 7.9a.983.983 0 0 1-1.483-1.283l.095-.11 6.242-6.218L.983 9.983A.983.983 0 0 1 0 9Z'/%3E%3C/svg%3E");
  color: #191919;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='%23191919' d='M0 9c0-.498.37-.91.85-.975l.133-.009 17.286.001-6.245-6.219A.983.983 0 0 1 13.301.31l.11.095 7.933 7.898a.984.984 0 0 1 .289.66v.076l-.004.058.004-.096a.988.988 0 0 1-.193.586l-.009.01a1 1 0 0 1-.086.1h-.001l-7.932 7.9a.983.983 0 0 1-1.483-1.284l.095-.11 6.242-6.218H.983A.983.983 0 0 1 0 9Z'/%3E%3C/svg%3E");
}

.content-block.text {
  --text-width: 100%;
}
@media screen and (min-width: 769px) {
  .content-block.text {
    width: var(--text-width);
  }
}
.content-block.text a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.075em;
}
.content-block.text p + p {
  margin-top: 1.5em;
}
.content-block.text h1 + p {
  margin-top: 3em;
}
.content-block.text * + h2, .content-block.text .menu__group * + a, .menu__group .content-block.text * + a {
  margin-top: 1.5em;
}
.content-block.text ol {
  margin-left: 1em;
}
.content-block.text ol li + li {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  #home-logistik {
    padding-top: var(--layout-padding-top);
  }
}
@media screen and (max-width: 1023px) {
  #home-logistik .layout-block__bg {
    transform: translateY(-200px);
  }
}

@media screen and (max-width: 768px) {
  #home-services {
    padding-top: 180px;
  }
  #home-services .layout-block__bg {
    width: 75vw;
    max-width: 20rem;
    top: -3.75rem;
    right: -3.125rem;
  }
}
@media screen and (min-width: 769px) {
  #home-services {
    padding-top: 180px;
  }
  #home-services .layout-block__bg {
    width: 100vw;
    max-width: 31.25rem;
    top: -9.375rem;
    right: -6.25rem;
  }
}
@media screen and (min-width: 1024px) {
  #home-services {
    padding-top: 320px;
  }
  #home-services .layout-block__bg {
    width: 66vw;
    max-width: 42.5rem;
    top: -9.375rem;
    right: calc(50vw - 78.125rem / 2);
  }
}

@media screen and (max-width: 768px) {
  #home-ecommerce {
    padding-top: 200px;
  }
  #home-ecommerce .layout-block__bg {
    top: -2.5rem;
    right: -0.625rem;
    width: 50vw;
    max-width: 20rem;
  }
}
@media screen and (min-width: 769px) {
  #home-ecommerce {
    padding-top: 150px;
  }
  #home-ecommerce .layout-block__bg {
    width: 66vw;
    max-width: 28.125rem;
    top: 0;
    right: 45%;
    z-index: 0;
  }
}
@media screen and (min-width: 1216px) {
  #home-ecommerce .column.is-4 {
    padding-left: 0;
  }
  #home-ecommerce .content-block.text p {
    padding-right: 25%;
  }
}
#home-ecommerce .content-block.logos {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #home-ecommerce-boxes .boxes {
    margin-top: 0;
  }
}

.layout-block#logistikpartner h2, .layout-block#logistikpartner .menu__group a, .menu__group .layout-block#logistikpartner a {
  color: #F7A833;
}
@media screen and (max-width: 768px) {
  .layout-block#logistikpartner {
    margin-top: 1.875rem;
  }
  .layout-block#logistikpartner h2, .layout-block#logistikpartner .menu__group a, .menu__group .layout-block#logistikpartner a {
    text-align: center;
    margin-bottom: -2em;
  }
}

.page-unternehmen #fullscreen-img {
  width: 85%;
  margin-left: auto;
  margin-bottom: -6.25rem;
}
@media screen and (min-width: 769px) {
  .page-unternehmen #umwelt .content-block.text {
    margin-top: 6.25rem;
  }
  .page-unternehmen #umwelt .content-block.text,
  .page-unternehmen #umwelt .content-block.icon-list {
    padding-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .page-unternehmen #soziales .content-block.image {
    max-width: 15.625rem;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(30px);
  }
}
@media screen and (min-width: 769px) {
  .page-unternehmen #soziales .content-block.image {
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 769px) {
  .page-unternehmen .content-block.boxes.has-2-columns .box__title {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 46'%3E%3Cpath fill='%23E7344C' d='m19.97 45.702 20-11.433V11.433l-20 34.269Z'/%3E%3Cpath fill='%23F7A833' d='M0 11.433v22.836l19.97 11.433V22.836L0 11.433Z'/%3E%3Cpath fill='%23E7344C' d='M39.97 11.433 19.97 0 0 11.433h39.97Z'/%3E%3Cpath fill='%23fff' d='m0 11.433 20 11.432v22.866l20-34.27-40-.028Z'/%3E%3C/svg%3E");
    background-size: 2.25rem;
    padding-left: 3.125rem;
  }
}

.page-kontakt .content-block.text {
  padding-left: 0.625rem;
}
.page-kontakt .content-block.text p {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-kontakt .content-block.text,
  .page-kontakt .content-block.social-icons {
    text-align: center !important;
  }
  .page-kontakt #logo-agorando img {
    max-width: 17.1875rem !important;
  }
  .page-kontakt #contact-data .blocks-container .column:has(.content-block.image) {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .page-kontakt .content-block.text {
    margin-top: 0.625rem;
  }
  .page-kontakt .content-block.social-icons,
  .page-kontakt .content-block.text {
    padding-left: 0.625rem;
  }
}

#infobox-kundenportal .button.is-primary {
  all: unset;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  border-radius: 2.5rem;
  background-size: 1.125rem;
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  padding: 1rem 3rem 1rem 1.5rem;
  cursor: pointer;
  margin-top: 1rem;
  border-color: #fff;
  background-color: #fff;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='%23fff' d='M0 9c0-.498.37-.91.85-.975l.133-.009 17.286.001-6.245-6.22A.983.983 0 0 1 13.301.31l.11.095 7.933 7.898a.984.984 0 0 1 .289.66v.076l-.004.058.004-.096a.988.988 0 0 1-.193.585l-.009.012a.998.998 0 0 1-.086.098h-.001l-7.932 7.9a.983.983 0 0 1-1.483-1.283l.095-.11 6.242-6.218L.983 9.983A.983.983 0 0 1 0 9Z'/%3E%3C/svg%3E");
  color: #191919;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 18'%3E%3Cpath fill='%23191919' d='M0 9c0-.498.37-.91.85-.975l.133-.009 17.286.001-6.245-6.219A.983.983 0 0 1 13.301.31l.11.095 7.933 7.898a.984.984 0 0 1 .289.66v.076l-.004.058.004-.096a.988.988 0 0 1-.193.586l-.009.01a1 1 0 0 1-.086.1h-.001l-7.932 7.9a.983.983 0 0 1-1.483-1.284l.095-.11 6.242-6.218H.983A.983.983 0 0 1 0 9Z'/%3E%3C/svg%3E");
}
#infobox-kundenportal ul {
  list-style: none;
}
#infobox-kundenportal ul li {
  padding-left: 1em;
  position: relative;
}
#infobox-kundenportal ul li::before {
  content: "•";
  color: #191919;
  position: absolute;
  left: 0;
  top: -0.05em;
}
#infobox-kundenportal li::before {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  #infobox-kundenportal .layout-block__bg {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #infobox-kundenportal .layout-block__bg {
    z-index: 98;
    width: 50vw;
    right: 0;
    top: 250px;
  }
}
@media screen and (min-width: 1024px) {
  #infobox-kundenportal .layout-block__bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    top: 220px;
    margin-left: 300px;
  }
}
@media screen and (min-width: 769px) {
  #infobox-kundenportal {
    padding-bottom: 100px;
  }
  #infobox-kundenportal ul {
    max-width: 55%;
  }
}

/*# sourceMappingURL=styles.css.map */
