@charset "UTF-8";
/* core styles for all pages */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1160px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1160px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1160px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1160px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1160px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1160px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1160px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1160px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

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

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/*@import "code";
@import "tables";
@import "buttons";
@import "transitions";
@import "button-group";
@import "input-group";
@import "custom-forms";
@import "nav";
@import "navbar";
@import "card";
@import "breadcrumb";
@import "pagination";
@import "badge";
@import "jumbotron";
@import "alert";
@import "progress";
@import "media";
@import "list-group";
@import "close";
@import "modal";
@import "tooltip";
@import "popover";
@import "carousel";
@import "print";*/
/*breakpoints*/
/* colors */
:root {
  --color-font: #000;
  --color-background: #fff;
  --color-link: #FF0001;
  --color-border: #e4e4e4;
  --font-size: 1.8rem;
  --line-height: 1.44;
  --page-padding: 25px;
  --page-padding--top: 110px;
  --scrollBar: 0;
  --marginFooter: 130px;
}
@media (min-width: 1024px) {
  :root {
    --page-padding: 30px;
  }
}

/* timing funcs */
:root {
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@font-face {
  font-family: "Favorit";
  src: url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Favorit/FavoritStd-Regular.woff2") format("woff2"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Favorit/FavoritStd-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Favorit";
  src: url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Favorit/FavoritStd-Italic.woff2") format("woff2"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Favorit/FavoritStd-Italic.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Favorit";
  src: url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Favorit/FavoritStd-Medium.woff2") format("woff2"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Favorit/FavoritStd-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Favorit";
  src: url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Favorit/FavoritStd-MediumItalic.woff2") format("woff2"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Favorit/FavoritStd-MediumItalic.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Favorit";
  src: url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Favorit/FavoritStd-Bold.woff2") format("woff2"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Favorit/FavoritStd-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Favorit";
  src: url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Favorit/FavoritStd-BoldItalic.woff2") format("woff2"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Favorit/FavoritStd-BoldItalic.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Suisse Works";
  src: url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-Regular-WebS.woff2") format("woff2"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-Regular-WebS.woff") format("woff"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-Regular-WebS.eot") format("embedded-opentype"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-Regular-WebS.ttf") format("truetype"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-Regular-WebS.svg") format("svg");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Works";
  src: url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-RegularItalic-WebS.woff2") format("woff2"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-RegularItalic-WebS.woff") format("woff"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-RegularItalic-WebS.eot") format("embedded-opentype"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-RegularItalic-WebS.ttf") format("truetype"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-RegularItalic-WebS.svg") format("svg");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Suisse Works";
  src: url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-Bold-WebS.woff2") format("woff2"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-Bold-WebS.woff") format("woff"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-Bold-WebS.eot") format("embedded-opentype"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-Bold-WebS.ttf") format("truetype"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-Bold-WebS.svg") format("svg");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Works";
  src: url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-BoldItalic-WebS.woff2") format("woff2"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-BoldItalic-WebS.woff") format("woff"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-BoldItalic-WebS.eot") format("embedded-opentype"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-BoldItalic-WebS.ttf") format("truetype"), url("/typo3conf/ext/fconnection_project/Resources/Public/fonts/Suisse/SuisseWorks-BoldItalic-WebS.svg") format("svg");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}
.aspect--1-1 {
  position: relative;
  display: block;
  overflow: hidden;
}
.aspect--1-1 > img, .aspect--1-1 > .bgimage, .aspect--1-1 > video, .aspect--1-1 > iframe, .aspect--1-1 > .js-parallaxParent {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.aspect--1-1::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.aspect--16-9 {
  position: relative;
  display: block;
  overflow: hidden;
}
.aspect--16-9 > img, .aspect--16-9 > .bgimage, .aspect--16-9 > video, .aspect--16-9 > iframe, .aspect--16-9 > .js-parallaxParent {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.aspect--16-9::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.ff-sans, .gallery--content .gallery__counter, .tx-kesearch-pi1 .newsItem__more, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total, .tx-kesearch-pi1 #kesearch_results.kesearch_results--noresult, .tx-kesearch-pi1 #kesearch_num_results, .shopTeaser, .heroOverlay, .person, .accordeon .accordeon__content__item .bodytext, .accordeon .accordeon__header, .filter .filter__reset, .bodytext .media__caption, .media .media__caption, [class^=statictext], .selectWrapper, .radio input + label,
.checkbox input + label, .form__errors, .form-control + .control-label, .form-control, .form-group, .additionalInfo, .storySlide .slide__fixedMedia .slide__fixedMedia__caption, .storySlide .slide__scrollScene .intro, .newsDetail .newsItem__backLink .newsListHeader__link, .newsDetail .newsItem__date, .newsItem__tags, .newsList.newsList--photoGallery .newsList__item .newsItem__teasertext, .newsList.newsList--homeFeature .newsList__item .newsItem__teasertext, .newsList .newsList__item.newsList__item--stoerer .newsItem__teasertext, .newsList .newsList__item.newsList__item--topnews .newsItem__teasertext, .newsList .newsList__item .newsItem__more, .newsList .newsList__item .newsItem__date, .newsList .newsListHeader .newsListHeader__link, .nav, .pageFooter__address, .btn,
.btn:link,
.btn:hover,
.btn:visited,
.btn:focus, .ce--mask_map .bodytext, .lead--big, p.lead,
.lead, h1, .header--lvl1, .newsList.newsList--homeFeature .newsList__item .newsItem__title, .newsList .newsList__item.newsList__item--topnews .newsItem__title,
h2, .header--lvl2, .newsList .newsList__item .newsItem__image .newsItem__title,
h3, .header--lvl3, .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title, .filter .filter__handle, .newsList.newsList--story .newsList__item .newsItem__title, .newsList.newsList--slider .newsList__item .newsItem__title, .newsList .newsList__item .newsItem__title,
h4, .header--lvl4,
h5, .header--lvl5,
h6, .header--lvl6 {
  font-family: "Favorit", sans-serif;
}

.ff-serif, .datepickerTrigger input, .tx-kesearch-pi1 #kesearch_results .result-list-item .result-teaser, .newsList .newsList__item .newsItem__teasertext, body {
  font-family: "Suisse Works", serif;
}

.container {
  padding: 0 var(--page-padding);
}

.bgimage {
  --top: auto;
  --left: auto;
  --bottom: auto;
  --right: auto;
  --translateX: 0;
  --translateY: 0;
  --width: auto;
  --height: auto;
  --minWidth: auto;
  --minHeight: auto;
  --scale: 1;
  /* -h(orizontal)--l(eft) */
  overflow: hidden;
  transition: transform 0.5s ease;
}
.bgimage.imgPos-h--l {
  --left: 0;
}
.bgimage.imgPos-h--c {
  --left: 50%;
  --translateX: -50%;
}
.bgimage.imgPos-h--r {
  --right: 0;
}
.bgimage.imgPos-v--t {
  --top: 0;
}
.bgimage.imgPos-v--c {
  --top: 50%;
  --translateY: -50%;
}
.bgimage.imgPos-v--b {
  --bottom: 0;
}
.bgimage img,
.bgimage video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform: translate(var(--translateX), var(--translateY)) scale(var(--scale));
  width: 100%;
  width: var(--width);
  height: auto;
  height: var(--height);
  min-width: var(--minWidth);
  min-height: var(--minHeight);
  max-width: none;
}
.bgimage iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bgimage .js-parallaxParent,
.bgimage .js-parallaxElement {
  height: 100%;
}

@supports (object-fit: cover) {
  .bgimage img,
  .bgimage video {
    position: static;
    transform: none;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: var(--top) var(--left);
  }
  .bgimage img + video .bgimage video + img {
    display: none;
  }
}
[data-wrapperOrientation=landscape] [data-imageOrientation=landscape] {
  --height: 100%;
  --width: auto;
}
[data-wrapperOrientation=landscape][data-orientationOverride=true] [data-imageOrientation=landscape],
[data-wrapperOrientation=landscape] [data-imageOrientation=portrait] {
  --height: auto;
  --width: 100%;
}

[data-wrapperOrientation=portrait][data-orientationOverride=true] [data-imageOrientation=portrait],
[data-wrapperOrientation=portrait] [data-imageOrientation=landscape] {
  --height: 100%;
  --width: auto;
}
[data-wrapperOrientation=portrait] [data-imageOrientation=portrait] {
  --height: auto;
  --width: 100%;
}

.breakout, .newsList.newsList--photoGallery {
  margin-left: calc(var(--page-padding) * -1);
  margin-right: calc(var(--page-padding) * -1);
}
@media (min-width: none) {
  .breakout, .newsList.newsList--photoGallery {
    position: relative;
    left: 50%;
    right: 50%;
    max-width: calc(100vw - var(--scrollBar));
    margin-left: calc(-50vw + var(--scrollBar) / 2);
    margin-right: calc(-50vw + var(--scrollBar) / 2);
  }
}

.bg--gray {
  background: #f8f8f8;
  padding: 40px 0 30px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

/** basic styles **/
html {
  font-size: 10px;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--font-size);
  padding-top: var(--page-padding--top);
}

.container-fluid {
  padding-left: var(--page-padding);
  padding-right: var(--page-padding);
  max-width: none;
  margin: 0 auto;
}
.container-fluid .row {
  margin-right: calc(var(--page-padding) / -2);
  margin-left: calc(var(--page-padding) / -2);
}
.container-fluid [class*=col] {
  padding-left: calc(var(--page-padding) / 2);
  padding-right: calc(var(--page-padding) / 2);
}

img.img--rounded {
  border-radius: 50%;
}

.ce.frame--redframe {
  border: 8px solid #FF0001;
  margin-left: calc(var(--page-padding) * -1);
  margin-right: calc(var(--page-padding) * -1);
  padding: var(--page-padding);
  min-height: calc(100vh - 110px);
}
.ce.frame--redframe > .row {
  width: 100%;
}
.ce.frame--redframe:last-child {
  margin-bottom: calc(var(--marginFooter) * -1);
}

/*last content element margin*/
body > .container-fluid > .row > .col-12 > .ce:last-child {
  margin-bottom: 0;
}
body > .container-fluid > .row > .col-12 > .ce:last-child.ce--mask_shopteaser {
  margin-bottom: calc(var(--marginFooter) * -1);
}

/*account for fixed header with anchor-Links*/
.ce:target::before {
  content: "";
  display: block;
  height: 90px;
  margin-top: -90px;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
}
.hamburger:focus {
  outline: 0;
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: var(--color-font);
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 5px;
  background-color: var(--color-font);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -15px;
}
.hamburger-inner::after {
  bottom: -15px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  --stroke-color: var(--color-link);
  background-color: transparent;
  height: auto;
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1190px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger-box,
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  width: 35px;
  height: 2px;
}
@media (min-width: 1190px) {
  .hamburger .hamburger-box,
  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner::before,
  .hamburger .hamburger-inner::after {
    width: 35px;
    height: 5px;
  }
}
.hamburger .hamburger-box {
  top: -2px;
}
@media (min-width: 1190px) {
  .hamburger .hamburger-box {
    top: -4px;
  }
}
.hamburger .hamburger-inner::before {
  top: -10px;
}
@media (min-width: 1190px) {
  .hamburger .hamburger-inner::before {
    top: -12px;
  }
}
.hamburger .hamburger-inner::after {
  bottom: -10px;
}
@media (min-width: 1190px) {
  .hamburger .hamburger-inner::after {
    bottom: -12px;
  }
}
.hamburger:not(.is-active):hover .hamburger-inner::before {
  transform: translateY(-3px);
}
.hamburger:not(.is-active):hover .hamburger-inner::after {
  transform: translateY(3px);
}

.logo {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.logo .logo__image {
  width: 52.2540983607%;
  height: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: right;
  background: url(/typo3conf/ext/fconnection_project/Resources/Public/img/logo_shs_picture.jpg) no-repeat center right var(--color-link);
  background-size: 50% 100%;
}
.logo .logo__image::before {
  padding-bottom: 32.0610687023%;
  content: "";
  display: block;
}
.logo .logo__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}
.logo .logo__font {
  width: 44.8770491803%;
}
.logo .logo__font svg {
  width: 100%;
  height: auto;
}

html {
  font-size: 10px;
}

body {
  color: var(--color-font);
  font-size: var(--font-size);
  line-height: var(--line-height);
}

a,
a:link,
a:hover,
a:visited,
a:focus {
  text-decoration: var(--text-decoration);
  color: var(--color-font);
  outline: none !important;
}
a:hover,
a:link:hover,
a:hover:hover,
a:visited:hover,
a:focus:hover {
  color: #7f7f7f;
}
a.link--icon.link--external:hover .iconWrap svg path, a.link--icon.link--shop:hover .iconWrap svg path,
a:link.link--icon.link--external:hover .iconWrap svg path,
a:link.link--icon.link--shop:hover .iconWrap svg path,
a:hover.link--icon.link--external:hover .iconWrap svg path,
a:hover.link--icon.link--shop:hover .iconWrap svg path,
a:visited.link--icon.link--external:hover .iconWrap svg path,
a:visited.link--icon.link--shop:hover .iconWrap svg path,
a:focus.link--icon.link--external:hover .iconWrap svg path,
a:focus.link--icon.link--shop:hover .iconWrap svg path {
  stroke: #7f7f7f;
}
a.link--icon.link--internal:hover .iconWrap svg path, a.link--icon.link--instagram:hover .iconWrap svg path,
a:link.link--icon.link--internal:hover .iconWrap svg path,
a:link.link--icon.link--instagram:hover .iconWrap svg path,
a:hover.link--icon.link--internal:hover .iconWrap svg path,
a:hover.link--icon.link--instagram:hover .iconWrap svg path,
a:visited.link--icon.link--internal:hover .iconWrap svg path,
a:visited.link--icon.link--instagram:hover .iconWrap svg path,
a:focus.link--icon.link--internal:hover .iconWrap svg path,
a:focus.link--icon.link--instagram:hover .iconWrap svg path {
  fill: #7f7f7f;
}
a.link--icon.link--mail:hover .iconWrap svg path,
a.link--icon.link--mail:hover .iconWrap svg rect,
a:link.link--icon.link--mail:hover .iconWrap svg path,
a:link.link--icon.link--mail:hover .iconWrap svg rect,
a:hover.link--icon.link--mail:hover .iconWrap svg path,
a:hover.link--icon.link--mail:hover .iconWrap svg rect,
a:visited.link--icon.link--mail:hover .iconWrap svg path,
a:visited.link--icon.link--mail:hover .iconWrap svg rect,
a:focus.link--icon.link--mail:hover .iconWrap svg path,
a:focus.link--icon.link--mail:hover .iconWrap svg rect {
  stroke: #7f7f7f;
}
a.link--icon.link--download:hover .iconWrap svg path,
a:link.link--icon.link--download:hover .iconWrap svg path,
a:hover.link--icon.link--download:hover .iconWrap svg path,
a:visited.link--icon.link--download:hover .iconWrap svg path,
a:focus.link--icon.link--download:hover .iconWrap svg path {
  fill: #7f7f7f;
}
a.link--icon.link--download:hover .iconWrap svg line,
a:link.link--icon.link--download:hover .iconWrap svg line,
a:hover.link--icon.link--download:hover .iconWrap svg line,
a:visited.link--icon.link--download:hover .iconWrap svg line,
a:focus.link--icon.link--download:hover .iconWrap svg line {
  stroke: #7f7f7f;
}
a.link--icon.link--social--tw:hover .iconWrap svg path, a.link--icon.link--social--fb:hover .iconWrap svg path, a.link--icon.link--social--in:hover .iconWrap svg path,
a:link.link--icon.link--social--tw:hover .iconWrap svg path,
a:link.link--icon.link--social--fb:hover .iconWrap svg path,
a:link.link--icon.link--social--in:hover .iconWrap svg path,
a:hover.link--icon.link--social--tw:hover .iconWrap svg path,
a:hover.link--icon.link--social--fb:hover .iconWrap svg path,
a:hover.link--icon.link--social--in:hover .iconWrap svg path,
a:visited.link--icon.link--social--tw:hover .iconWrap svg path,
a:visited.link--icon.link--social--fb:hover .iconWrap svg path,
a:visited.link--icon.link--social--in:hover .iconWrap svg path,
a:focus.link--icon.link--social--tw:hover .iconWrap svg path,
a:focus.link--icon.link--social--fb:hover .iconWrap svg path,
a:focus.link--icon.link--social--in:hover .iconWrap svg path {
  fill: #7f7f7f;
}
a.link--icon.link--social--tw svg, a.link--icon.link--social--fb svg, a.link--icon.link--social--in svg,
a:link.link--icon.link--social--tw svg,
a:link.link--icon.link--social--fb svg,
a:link.link--icon.link--social--in svg,
a:hover.link--icon.link--social--tw svg,
a:hover.link--icon.link--social--fb svg,
a:hover.link--icon.link--social--in svg,
a:visited.link--icon.link--social--tw svg,
a:visited.link--icon.link--social--fb svg,
a:visited.link--icon.link--social--in svg,
a:focus.link--icon.link--social--tw svg,
a:focus.link--icon.link--social--fb svg,
a:focus.link--icon.link--social--in svg {
  width: 17px;
  height: 17px;
}

/* normalize headings */
h1, .header--lvl1, .newsList.newsList--homeFeature .newsList__item .newsItem__title, .newsList .newsList__item.newsList__item--topnews .newsItem__title,
h2, .header--lvl2, .newsList .newsList__item .newsItem__image .newsItem__title,
h3, .header--lvl3, .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title, .filter .filter__handle, .newsList.newsList--story .newsList__item .newsItem__title, .newsList.newsList--slider .newsList__item .newsItem__title, .newsList .newsList__item .newsItem__title,
h4, .header--lvl4,
h5, .header--lvl5,
h6, .header--lvl6 {
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 0.4em;
  color: var(--color-font);
  letter-spacing: 0;
}
h1 a,
h1 a:link,
h1 a:hover,
h1 a:visited,
h1 a:focus, .header--lvl1 a, .newsList.newsList--homeFeature .newsList__item .newsItem__title a, .newsList .newsList__item.newsList__item--topnews .newsItem__title a,
.header--lvl1 a:link,
.header--lvl1 a:hover,
.header--lvl1 a:visited,
.header--lvl1 a:focus,
h2 a,
h2 a:link,
h2 a:hover,
h2 a:visited,
h2 a:focus, .header--lvl2 a, .newsList .newsList__item .newsItem__image .newsItem__title a,
.header--lvl2 a:link,
.header--lvl2 a:hover,
.header--lvl2 a:visited,
.header--lvl2 a:focus,
h3 a,
h3 a:link,
h3 a:hover,
h3 a:visited,
h3 a:focus, .header--lvl3 a, .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title a, .filter .filter__handle a, .newsList.newsList--story .newsList__item .newsItem__title a, .newsList.newsList--slider .newsList__item .newsItem__title a, .newsList .newsList__item .newsItem__title a,
.header--lvl3 a:link,
.header--lvl3 a:hover,
.header--lvl3 a:visited,
.header--lvl3 a:focus,
h4 a,
h4 a:link,
h4 a:hover,
h4 a:visited,
h4 a:focus, .header--lvl4 a,
.header--lvl4 a:link,
.header--lvl4 a:hover,
.header--lvl4 a:visited,
.header--lvl4 a:focus,
h5 a,
h5 a:link,
h5 a:hover,
h5 a:visited,
h5 a:focus, .header--lvl5 a,
.header--lvl5 a:link,
.header--lvl5 a:hover,
.header--lvl5 a:visited,
.header--lvl5 a:focus,
h6 a,
h6 a:link,
h6 a:hover,
h6 a:visited,
h6 a:focus, .header--lvl6 a,
.header--lvl6 a:link,
.header--lvl6 a:hover,
.header--lvl6 a:visited,
.header--lvl6 a:focus {
  text-decoration: none;
}
h1 a:hover,
h1 a:link:hover,
h1 a:hover:hover,
h1 a:visited:hover,
h1 a:focus:hover, .header--lvl1 a:hover,
.header--lvl1 a:link:hover,
.header--lvl1 a:hover:hover,
.header--lvl1 a:visited:hover,
.header--lvl1 a:focus:hover,
h2 a:hover,
h2 a:link:hover,
h2 a:hover:hover,
h2 a:visited:hover,
h2 a:focus:hover, .header--lvl2 a:hover,
.header--lvl2 a:link:hover,
.header--lvl2 a:hover:hover,
.header--lvl2 a:visited:hover,
.header--lvl2 a:focus:hover,
h3 a:hover,
h3 a:link:hover,
h3 a:hover:hover,
h3 a:visited:hover,
h3 a:focus:hover, .header--lvl3 a:hover, .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title a:hover, .filter .filter__handle a:hover, .newsList .newsList__item .newsItem__title a:hover,
.header--lvl3 a:link:hover,
.header--lvl3 a:hover:hover,
.header--lvl3 a:visited:hover,
.header--lvl3 a:focus:hover,
h4 a:hover,
h4 a:link:hover,
h4 a:hover:hover,
h4 a:visited:hover,
h4 a:focus:hover, .header--lvl4 a:hover,
.header--lvl4 a:link:hover,
.header--lvl4 a:hover:hover,
.header--lvl4 a:visited:hover,
.header--lvl4 a:focus:hover,
h5 a:hover,
h5 a:link:hover,
h5 a:hover:hover,
h5 a:visited:hover,
h5 a:focus:hover, .header--lvl5 a:hover,
.header--lvl5 a:link:hover,
.header--lvl5 a:hover:hover,
.header--lvl5 a:visited:hover,
.header--lvl5 a:focus:hover,
h6 a:hover,
h6 a:link:hover,
h6 a:hover:hover,
h6 a:visited:hover,
h6 a:focus:hover, .header--lvl6 a:hover,
.header--lvl6 a:link:hover,
.header--lvl6 a:hover:hover,
.header--lvl6 a:visited:hover,
.header--lvl6 a:focus:hover {
  text-decoration: underline;
}

h1, .header--lvl1, .newsList.newsList--homeFeature .newsList__item .newsItem__title, .newsList .newsList__item.newsList__item--topnews .newsItem__title {
  font-weight: 500;
  font-size: 4.3rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  h1, .header--lvl1, .newsList.newsList--homeFeature .newsList__item .newsItem__title, .newsList .newsList__item.newsList__item--topnews .newsItem__title {
    font-size: 7rem;
    line-height: 1;
  }
}

h2, .header--lvl2, .newsList .newsList__item .newsItem__image .newsItem__title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.31;
}
@media (min-width: 1024px) {
  h2, .header--lvl2, .newsList .newsList__item .newsItem__image .newsItem__title {
    font-size: 3.1rem;
    line-height: 1.19;
  }
}

h3, .header--lvl3, .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title, .filter .filter__handle, .newsList.newsList--story .newsList__item .newsItem__title, .newsList.newsList--slider .newsList__item .newsItem__title, .newsList .newsList__item .newsItem__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.44;
}
@media (min-width: 1024px) {
  h3, .header--lvl3, .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title, .filter .filter__handle, .newsList.newsList--story .newsList__item .newsItem__title, .newsList.newsList--slider .newsList__item .newsItem__title, .newsList .newsList__item .newsItem__title {
    font-size: 2.1rem;
    line-height: 1.28;
  }
}

h4, .header--lvl4,
h5, .header--lvl5,
h6, .header--lvl6 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.44;
}

p.lead,
.lead {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.286;
}

.lead--big {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.286;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--center {
  text-align: center;
}

.textelement h1 + .bodytext, .textelement h2 + .bodytext, .textelement h3 + .bodytext, .textelement h4 + .bodytext, .textelement h5 + .bodytext {
  margin-top: 35px;
}
.textelement h1.textelement__header {
  margin-bottom: 60px;
}

.bodytext p + h1, .bodytext p + h2, .bodytext p + h3, .bodytext p + h4,
.newsItem__text p + h1,
.newsItem__text p + h2,
.newsItem__text p + h3,
.newsItem__text p + h4 {
  margin-top: 25px;
}
.bodytext a,
.bodytext a:link,
.bodytext a:hover,
.bodytext a:visited,
.bodytext a:focus,
.newsItem__text a,
.newsItem__text a:link,
.newsItem__text a:hover,
.newsItem__text a:visited,
.newsItem__text a:focus {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.bodytext a:after,
.bodytext a:link:after,
.bodytext a:hover:after,
.bodytext a:visited:after,
.bodytext a:focus:after,
.newsItem__text a:after,
.newsItem__text a:link:after,
.newsItem__text a:hover:after,
.newsItem__text a:visited:after,
.newsItem__text a:focus:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #000;
  bottom: 2px;
  left: 0;
  right: 0;
}
.bodytext a:hover::after,
.bodytext a:link:hover::after,
.bodytext a:hover:hover::after,
.bodytext a:visited:hover::after,
.bodytext a:focus:hover::after,
.newsItem__text a:hover::after,
.newsItem__text a:link:hover::after,
.newsItem__text a:hover:hover::after,
.newsItem__text a:visited:hover::after,
.newsItem__text a:focus:hover::after {
  background: #7f7f7f;
}
.bodytext img,
.newsItem__text img {
  max-width: 100%;
  height: auto;
}

.bodytext ul,
.newsItem__text ul {
  margin: 0;
  padding-left: 20px;
  margin-top: -1rem;
  line-height: 1.555;
  /*li {
  	vertical-align: top;
  	position: relative;
  	padding-left: 11px;

  	&::before {
  		content: '-';
  		display: inline-block;
  		margin-right: 4px;
  		position: absolute;
  		top: 0;
  		left: 0;
  	}
  }*/
}
.bodytext ul + ul, .bodytext ul + p,
.newsItem__text ul + ul,
.newsItem__text ul + p {
  margin-top: 1rem;
}

.link--icon {
  display: inline-flex;
  justify-content: center;
}
.link--icon .iconWrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  min-width: 20px;
  margin-right: 10px;
}
.link--icon svg {
  width: auto;
  height: auto;
  max-height: 16px;
}
.link--icon.link--internal svg, .link--icon.link--instagram svg {
  transform: rotate(-90deg) translateX(4px);
}
.link--icon.link--internal svg line, .link--icon.link--instagram svg line {
  display: none !important;
}
.link--icon.link--internal svg {
  position: relative;
  left: 2px;
}
.link--icon.link--download svg {
  position: relative;
  left: 2px;
}

.ce--mask_map .bodytext {
  font-size: 1.8rem;
}

.text--small {
  font-size: 1.4rem;
}

.icon {
  --color-stroke: currentColor;
}
.icon path {
  fill: var(--color-stroke);
}
.icon.icon--arrow--left {
  transform: rotate(-90deg);
}
.icon.icon--arrow--right {
  transform: rotate(90deg);
}
.icon.icon--gallery--arrow path, .icon.icon--accordeon path {
  fill: none;
  stroke: var(--color-stroke);
  stroke-width: 2px;
}
.icon.icon--chevron path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}

.mt--extra-small, .frame-space-before-extra-small {
  margin-top: 0;
}

.mb--extra-small, .frame-space-after-extra-small {
  margin-bottom: 0;
}

.mt--small, .frame-space-before-small {
  margin-top: 25px;
}

.mb--small, .frame-space-after-small {
  margin-bottom: 25px;
}

.mt--medium, .frame-space-before-medium {
  margin-top: 30px;
}

.mb--medium, .frame-space-after-medium {
  margin-bottom: 30px;
}

.mt--large, .frame-space-before-large {
  margin-top: 40px;
}

.mb--large, .frame-space-after-large {
  margin-bottom: 40px;
}

.mt--extra-large, .frame-space-before-extra-large {
  margin-top: 60px;
}

.mb--extra-large, .frame-space-after-extra-large {
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .mt--extra-small, .frame-space-before-extra-small {
    margin-top: 0;
  }
  .mb--extra-small, .frame-space-after-extra-small {
    margin-bottom: 0;
  }
  .mt--small, .frame-space-before-small {
    margin-top: 25px;
  }
  .mb--small, .frame-space-after-small {
    margin-bottom: 25px;
  }
  .mt--medium, .frame-space-before-medium {
    margin-top: 43px;
  }
  .mb--medium, .frame-space-after-medium {
    margin-bottom: 43px;
  }
  .mt--large, .frame-space-before-large {
    margin-top: 75px;
  }
  .mb--large, .frame-space-after-large {
    margin-bottom: 75px;
  }
  .mt--extra-large, .frame-space-before-extra-large {
    margin-top: 100px;
  }
  .mb--extra-large, .frame-space-after-extra-large {
    margin-bottom: 100px;
  }
}
.btn,
.btn:link,
.btn:hover,
.btn:visited,
.btn:focus {
  --color--font: #fff;
  --color--background: var(--color-link);
  --color--border: var(--color-link);
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 4px 10px;
  background-color: var(--color--background);
  border: 1px solid var(--color--border);
  color: var(--color--font);
  transition: all 0.2s ease;
  text-align: center;
  justify-content: center;
  outline: 0;
}
.btn:hover,
.btn:link:hover,
.btn:hover:hover,
.btn:visited:hover,
.btn:focus:hover {
  --color--background: transparent;
  --color--border: var(--color-link);
  color: var(--color-link);
}
.btn.btn--black,
.btn:link.btn--black,
.btn:hover.btn--black,
.btn:visited.btn--black,
.btn:focus.btn--black {
  --color--font: #000;
  --color--background:#fff ;
  --color--border: #000;
}
.btn.btn--black:hover,
.btn:link.btn--black:hover,
.btn:hover.btn--black:hover,
.btn:visited.btn--black:hover,
.btn:focus.btn--black:hover {
  --color--font: #fff;
  --color--background: #000;
  color: #fff;
}

.btn--plain,
.btn--plain:link,
.btn--plain:hover,
.btn--plain:visited,
.btn--plain:focus {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  pointer-events: all;
  cursor: pointer;
}
.btn--plain::-moz-focus-inner,
.btn--plain:link::-moz-focus-inner,
.btn--plain:hover::-moz-focus-inner,
.btn--plain:visited::-moz-focus-inner,
.btn--plain:focus::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn--plain:focus, .btn--plain:active,
.btn--plain:link:focus,
.btn--plain:link:active,
.btn--plain:hover:focus,
.btn--plain:hover:active,
.btn--plain:visited:focus,
.btn--plain:visited:active,
.btn--plain:focus:focus,
.btn--plain:focus:active {
  outline: 0;
}

.btn--arrow svg {
  --color-stroke: #fff;
  height: 32px;
  width: 16px;
}
@media (min-width: 1024px) {
  .btn--arrow svg {
    height: 60px;
    width: 30px;
  }
}
.btn--arrow svg path {
  fill: none;
  stroke: var(--color-stroke);
  stroke-width: 2px;
}

.pageHeader {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid var(--color-border);
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  height: 82px;
}
@media (min-width: 1024px) {
  .pageHeader {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.pageHeader .pageHeader__background {
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  height: 0;
  background: #fff;
  z-index: 1;
  transition: height 0.2s linear;
  max-height: calc(100vh - 82px);
  overflow-y: auto;
}
.pageHeader .pageHeader__loading {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 3px;
  background: var(--color-link);
}
.pageHeader .pageHeader__close {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
}
.pageHeader .logo {
  width: 205px;
  height: 34px;
}
@media (min-width: 1024px) {
  .pageHeader .logo {
    width: 242px;
    height: 40px;
  }
}
.pageHeader .logo.logo--alternative {
  height: 40px;
  width: auto;
}
.pageHeader .logo.logo--alternative img, .pageHeader .logo.logo--alternative svg {
  width: auto;
  height: auto;
  max-height: 65px;
}
.pageHeader .pageHeader__navWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageHeader .pageHeader__navWrapper .nav--one {
  flex-grow: 1;
}
.pageHeader .pageHeader__navWrapper > a {
  display: flex;
}
.pageHeader .searchbar {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: left 0.5s ease;
  z-index: 5;
  background: #fff;
}
@media (min-width: 1190px) {
  .pageHeader .pageHeader__navWrapper > .logoutMobile {
    display: none;
  }
}

.searchbar button {
  position: relative;
  top: 3px;
  margin-right: 15px;
}
.searchbar button:hover {
  margin-right: 15px;
}
.searchbar form {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  align-items: baseline;
}
.searchbar input,
.searchbar input:focus {
  background: #fff;
  border: none;
  color: var(--color-font);
  font-size: 1.8rem;
  font-weight: 700;
}

.is-loading .pageHeader__loading {
  animation: loading 4s infinite;
}

@keyframes loading {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0%;
  }
  100% {
    right: 0%;
    left: 100%;
  }
}
.pageFooter {
  border-top: 1px solid var(--color-border);
  padding: 40px 0;
  margin-top: var(--marginFooter);
}
.pageFooter .logo {
  width: 208px;
  height: 35px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .pageFooter .logo {
    width: 242px;
    height: 40px;
  }
}
.pageFooter .logo--alternative {
  width: auto;
  height: 35px;
}
@media (min-width: 1024px) {
  .pageFooter .logo--alternative {
    width: auto;
    height: 40px;
  }
}
.pageFooter .logo--alternative img {
  max-height: 65px;
  width: auto;
}
.pageFooter .col--last {
  text-align: left;
}
@media (min-width: 1024px) {
  .pageFooter .col--last {
    text-align: right;
  }
}

.pageFooter__address {
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.pageFooter__address p:last-child {
  margin-bottom: 0;
}

.nav {
  font-weight: 700;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.nav a,
.nav a:hover,
.nav a:link,
.nav a:visited,
.nav a:focus {
  --color-font: #030303;
}
.nav a {
  font-weight: 700;
  display: block;
}
.nav li {
  flex-shrink: 0;
  flex-grow: 0;
}

.nav--one {
  display: none;
}
@media (min-width: 1190px) {
  .nav--one {
    display: flex;
    justify-content: space-around;
    justify-content: space-between;
    margin: 0 15% 0 0;
  }
}
@media (min-width: 1285px) {
  .nav--one {
    margin: 0 15% 0 85px;
  }
}
.nav--one > li > a {
  position: relative;
  padding: 0 25px;
}
.nav--one > li > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 25px;
  right: 25px;
  height: 2px;
  background-color: transparent;
}
.nav--one > li.active > a::after {
  background-color: var(--color-link);
}
.nav--one li ul {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin: 0;
  margin-left: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  z-index: 10;
}
.nav--one li ul a {
  white-space: nowrap;
}
.nav--one li ul a.active, .nav--one li ul a:hover {
  color: #7f7f7f;
}
.nav--one svg {
  display: none;
}
.nav--one.nav--one--left {
  justify-content: flex-start;
}

.nav--meta {
  justify-content: flex-end;
  font-size: 1.4rem;
  display: none;
  font-weight: 700;
}
@media (min-width: 1190px) {
  .nav--meta {
    display: flex;
    align-items: center;
    font-weight: 400;
  }
}
.nav--meta li {
  margin-left: 20px;
}
.nav--meta li a {
  padding-right: 0;
}
.nav--meta .nav--meta--lang {
  position: relative;
}
.nav--meta .nav--meta--lang a {
  display: none;
  padding-right: 0;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 15px;
}
.nav--meta .nav--meta--lang a.is-active {
  display: block;
}
.nav--meta .nav--meta--lang a svg {
  position: absolute;
  right: 0;
  height: auto;
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.nav--meta .nav--meta--lang span {
  display: none;
}
.nav--meta .nav--meta--lang select {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
}
.nav--meta .nav--meta--contact a {
  padding-right: 0;
}
@media (min-width: 1190px) {
  .nav--meta .nav--meta--contact a {
    font-weight: 400;
  }
}
.nav--meta .js-openSearchBar {
  position: relative;
  z-index: 10;
}

.nav--footer {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 25px;
}
.nav--footer a {
  padding-right: 0;
  font-weight: 400;
}
.nav--footer li {
  display: block;
}
.nav--footer li.nav--footer__social {
  display: flex;
  margin-top: 25px;
}
.nav--footer li.nav--footer__social svg {
  height: 17px;
  width: auto;
}
.nav--footer li.nav--footer__social a {
  margin-right: 15px;
}
.nav--footer li.nav--footer__social .iconWrap {
  margin-right: 0;
}

.nav--legal {
  display: inline-block;
  margin-bottom: 0;
}
.nav--legal li {
  text-align: left;
}
.nav--legal li.last {
  margin-top: 5px;
}
@media (min-width: 1190px) {
  .nav--legal li.last {
    margin-top: 30px;
  }
}

.nav--side {
  display: flex;
  background: #fff;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 20;
  writing-mode: tb-rl;
  transform: rotate(-180deg) translateY(50%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
  transition: transform 0.5s ease;
}
@media (min-width: 1190px) {
  .nav--side {
    display: flex;
  }
}
.nav--side a {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 15px;
  display: block;
  border-top: 1px solid var(--color-border);
  background: #fff;
}
.nav--side li:last-child a {
  color: #fff;
  background: var(--color-link);
  border: 1px solid var(--color-link);
  transition: all 0.2s ease;
  font-weight: 700;
}
.nav--side li:last-child a:hover {
  background: #fff;
  color: var(--color-link);
}
.nav--side.is-hidden {
  transform: rotate(-180deg) translateY(50%) translateX(-100%);
}
.nav--side.is-hidden .mobileTrigger {
  transform: translateX(100%);
}
.nav--side.is-semi-hidden {
  transform: rotate(-180deg) translateY(50%) translateX(-100%);
}
.nav--side .mobileTrigger {
  height: 50px;
  width: 50px;
  background: var(--color-link);
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(-106%);
  box-shadow: 0 -3px 6px 0px rgba(0, 0, 0, 0.25);
  transition: transform 0.5s ease;
}
.nav--side .mobileTrigger svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav--side .mobileTrigger svg polygon {
  fill: #fff;
}

.nav--section {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -5px;
}
.nav--section li {
  font-size: 1.4rem;
  height: 17px;
  margin-bottom: 5px;
  padding: 0 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  display: inline-flex;
  align-items: center;
}
.nav--section li:last-child {
  border-right: none;
}
.nav--section a {
  padding-right: 0;
}

.mobileMenuWrapper {
  display: none;
  position: fixed;
  top: 82px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  overflow: auto;
  z-index: 30;
}
.mobileMenuWrapper.is-visible {
  display: block;
  opacity: 1;
}
.mobileMenuWrapper .nav--one {
  display: block;
  font-size: 2.6rem;
}
.mobileMenuWrapper .nav--one li a {
  display: flex;
  min-height: 66px;
  padding: 10px var(--page-padding);
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
  white-space: normal;
}
.mobileMenuWrapper .nav--one li a::after {
  content: none;
}
.mobileMenuWrapper .nav--one li a svg {
  width: 15px;
}
.mobileMenuWrapper .nav--one li ul {
  position: static;
  font-size: 2.6rem;
  margin-left: 0;
}
.mobileMenuWrapper .nav--one li ul a {
  padding: 10px 0 10px calc(var(--page-padding) * 2);
}
.mobileMenuWrapper .nav--one .nav-item.sub--mobile a svg {
  display: block;
}
.mobileMenuWrapper .nav--one .nav-item.sub--mobile.is-active a svg {
  transform: rotate(180deg);
}
.mobileMenuWrapper .nav--meta {
  display: flex;
  flex-direction: column;
  font-size: 2.6rem;
  font-weight: 700;
}
.mobileMenuWrapper .nav--meta li {
  display: flex;
  height: 66px;
  padding: 0 var(--page-padding);
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
  margin: 0;
}
.mobileMenuWrapper .nav--meta .nav--meta--contact {
  order: 1;
}
.mobileMenuWrapper .nav--meta .nav--meta--lang {
  order: 2;
}
.mobileMenuWrapper .nav--meta .nav--meta--search {
  order: 3;
}
.mobileMenuWrapper .nav--meta .nav--meta--search svg {
  width: 20px;
  height: 20px;
  transform: scaleX(-1);
}
.mobileMenuWrapper .nav--meta .nav--meta--lang {
  justify-content: flex-start;
}
.mobileMenuWrapper .nav--meta .nav--meta--lang a {
  padding-right: 0;
  font-weight: 700;
  display: inline-block;
}
.mobileMenuWrapper .nav--meta .nav--meta--lang a svg {
  display: none;
}
.mobileMenuWrapper .nav--meta .nav--meta--lang a.is-active {
  text-decoration: underline;
}
.mobileMenuWrapper .nav--meta .nav--meta--lang span {
  display: inline;
}
.mobileMenuWrapper .nav--meta .nav--meta--lang select {
  display: none;
}
.mobileMenuWrapper .nav--meta .js-openSearchBar {
  display: none;
}
.mobileMenuWrapper .nav--meta .searchbar {
  position: static;
  display: block;
  pointer-events: all;
  opacity: 1;
}
.mobileMenuWrapper .nav--meta .searchbar input {
  font-size: 2.6rem;
}

.logoutMobile {
  margin-right: 40px;
}
@media (min-width: 1190px) {
  .logoutMobile {
    display: none;
  }
}

.newsList .newsListHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .newsList .newsListHeader {
    margin-bottom: 45px;
  }
}
.newsList .newsListHeader .newsListHeader__link {
  font-size: 1.4rem;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
}
.newsList .newsListHeader .newsListHeader__link svg {
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.newsList .newsList__header {
  margin-bottom: 0;
}
.newsList .newsList__item {
  position: relative;
  margin-bottom: 35px;
  display: block;
}
.newsList .newsList__item .newsItem__teasertext {
  font-size: 1.6rem;
}
.newsList .newsList__item .newsItem__teasertext__text::after {
  content: " ";
  display: inline;
}
.newsList .newsList__item .newsItem__tags + .newsItem__teasertext {
  margin-top: 10px;
}
.newsList .newsList__item .newsItem__title {
  margin-top: 10px;
}
.newsList .newsList__item .newsItem__title span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 95%;
  background-size: 0% 0.08em;
  background-repeat: no-repeat;
  transition: background-size 0.4s;
}
.newsList .newsList__item .newsItem__date {
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
}
.newsList .newsList__item .newsItem__more {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
  padding-right: 20px;
}
.newsList .newsList__item .newsItem__more svg {
  width: 11px;
  height: 11px;
  margin-left: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
.newsList .newsList__item .newsItem__image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}
.newsList .newsList__item .newsItem__image > img, .newsList .newsList__item .newsItem__image > .bgimage, .newsList .newsList__item .newsItem__image > video, .newsList .newsList__item .newsItem__image > iframe, .newsList .newsList__item .newsItem__image > .js-parallaxParent {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.newsList .newsList__item .newsItem__image::before {
  content: "";
  display: block;
  padding-bottom: 65.5%;
}
.newsList .newsList__item .newsItem__image .newsItem__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.newsList .newsList__item .newsItem__image .newsItem__title {
  font-size: 26px;
}
@media screen and (min-width: 1024px) {
  .newsList .newsList__item .newsItem__image .newsItem__title {
    font-size: calc(26px + 36 * (100vw - 1024px) / 2976);
  }
}
@media screen and (min-width: 4000px) {
  .newsList .newsList__item .newsItem__image .newsItem__title {
    font-size: 62px;
  }
}
.newsList .newsList__item .newsItem__image.newsItem__image--video {
  position: relative;
  display: block;
  overflow: hidden;
}
.newsList .newsList__item .newsItem__image.newsItem__image--video > img, .newsList .newsList__item .newsItem__image.newsItem__image--video > .bgimage, .newsList .newsList__item .newsItem__image.newsItem__image--video > video, .newsList .newsList__item .newsItem__image.newsItem__image--video > iframe, .newsList .newsList__item .newsItem__image.newsItem__image--video > .js-parallaxParent {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.newsList .newsList__item .newsItem__image.newsItem__image--video::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.newsList .newsList__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 8px;
  opacity: 0;
  background: var(--color-link);
  transition: opacity 0.2s ease;
}
.newsList .newsList__item:hover {
  color: #000;
}
.newsList .newsList__item:hover .newsItem__title span {
  background-size: 100% 0.08em;
}
.newsList .newsList__item:hover .newsItem__more {
  color: #7f7f7f;
}
.newsList .newsList__item:hover .newsItem__more svg path {
  fill: #7f7f7f;
}
.newsList .newsList__item.newsList__item--topnews .newsItem__title span {
  background-size: 0% 0.05em;
}
.newsList .newsList__item.newsList__item--topnews .newsItem__teasertext {
  font-size: 2.1rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .newsList .newsList__item.newsList__item--topnews {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.newsList .newsList__item.newsList__item--topnews:hover .newsItem__title span {
  background-size: 100% 0.05em;
}
.newsList .newsList__item.newsList__item--stoerer {
  border: 8px solid var(--color-link);
  padding: 30px;
}
.newsList .newsList__item.newsList__item--stoerer .newsItem__title {
  font-size: 3.1rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--color-link);
  margin-bottom: 25px;
  margin-top: 0;
}
.newsList .newsList__item.newsList__item--stoerer .newsItem__teasertext {
  font-size: 2.1rem;
  line-height: 1.23;
  font-weight: 700;
  color: var(--color-link);
  margin-bottom: 20px;
}
.newsList .newsList__item.newsList__item--stoerer .newsItem__more {
  color: var(--color-link);
  margin-top: auto;
}
.newsList .newsList__item.newsList__item--stoerer .newsItem__more svg path {
  fill: var(--color-link);
}
.newsList .col--last .newsList__item {
  margin-bottom: 0;
}
.newsList.newsList--homeFeature .newsList__item {
  margin-bottom: 0;
  /*@media (min-width: $bpMobile) {
  	margin-bottom: 35px;
  } */
  /*& + .newsList__item {
  	//hide before slider get initialized
  	display: none;
  }*/
}
.newsList.newsList--homeFeature .newsList__item::before {
  content: none;
}
.newsList.newsList--homeFeature .newsList__item .newsItem__title {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .newsList.newsList--homeFeature .newsList__item .newsItem__title {
    margin-bottom: 20px;
  }
}
.newsList.newsList--homeFeature .newsList__item .newsItem__teasertext {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.285;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .newsList.newsList--homeFeature .newsList__item .newsItem__teasertext {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}
.newsList.newsList--homeFeature .newsList__item .newsItem__image {
  height: calc(100vh - var(--page-padding--top));
  width: 100%;
  z-index: 1;
  transition: transform 0.8s;
}
.newsList.newsList--homeFeature .newsList__item .newsItem__image::before {
  content: none;
}
.newsList.newsList--homeFeature .newsList__item .dotWrapper {
  height: 14px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .newsList.newsList--homeFeature .newsList__item .dotWrapper {
    margin-top: 0;
    margin-left: 6px;
  }
}
.newsList.newsList--photoGallery {
  --color-font: #fff;
  background: #000;
  padding: 40px 0 30px;
}
.newsList.newsList--photoGallery .newsList__item {
  margin-bottom: 0;
}
.newsList.newsList--photoGallery .newsList__item::before {
  content: none;
}
.newsList.newsList--photoGallery .newsList__item .newsItem__tags {
  text-align: center;
  justify-content: center;
  display: flex;
  margin-bottom: 10px;
}
.newsList.newsList--photoGallery .newsList__item .newsItem__title {
  font-size: 3.1rem;
  line-height: 1.1935;
  color: #fff;
  text-align: center;
}
.newsList.newsList--photoGallery .newsList__item .newsItem__teasertext {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
}
.newsList.newsList--photoGallery .newsList__item .newsItem__teasertext a,
.newsList.newsList--photoGallery .newsList__item .newsItem__teasertext a:link,
.newsList.newsList--photoGallery .newsList__item .newsItem__teasertext a:hover,
.newsList.newsList--photoGallery .newsList__item .newsItem__teasertext a:visited,
.newsList.newsList--photoGallery .newsList__item .newsItem__teasertext a:focus {
  text-decoration: underline;
  color: #fff;
}
.newsList.newsList--photoGallery .newsList__item .newsItem__teasertext a:hover,
.newsList.newsList--photoGallery .newsList__item .newsItem__teasertext a:link:hover,
.newsList.newsList--photoGallery .newsList__item .newsItem__teasertext a:hover:hover,
.newsList.newsList--photoGallery .newsList__item .newsItem__teasertext a:visited:hover,
.newsList.newsList--photoGallery .newsList__item .newsItem__teasertext a:focus:hover {
  color: #7f7f7f;
}
.newsList.newsList--photoGallery .newsList__item .newsItem__slide + .newsItem__slide {
  display: none;
}
.newsList.newsList--photoGallery .newsList__item .newsItem__photoGallery {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .newsList.newsList--photoGallery .newsList__item .newsItem__photoGallery {
    margin-top: 0;
  }
}
.newsList.newsList--photoGallery .newsList__item .newsItem__image::before {
  padding-bottom: 56.25%;
}
.newsList.newsList--photoGallery .newsList__item .link--icon {
  text-transform: none;
  text-decoration: none !important;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-flex;
  padding-right: 30px;
  position: relative;
}
.newsList.newsList--photoGallery .newsList__item .link--icon .iconWrap {
  order: 2;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  margin-left: 9px;
  margin-right: 0;
}
.newsList.newsList--photoGallery .newsList__item .link--icon .iconWrap svg path {
  fill: currentColor;
}
.newsList.newsList--slider .newsList__item .newsItem__image {
  margin-bottom: 10px;
}
.newsList.newsList--slider .newsList__item .newsItem__image::before {
  padding-bottom: 100%;
}
.newsList.newsList--slider .newsList__item .newsItem__image img {
  transition: transform 0.5s ease;
}
.newsList.newsList--slider .newsList__item .newsItem__image > img {
  min-width: 100%;
  width: auto;
  left: 50%;
  transform: translate(-50%, 0);
  object-fit: cover;
}
.newsList.newsList--slider .newsList__item .newsItem__tags,
.newsList.newsList--slider .newsList__item .newsItem__date,
.newsList.newsList--slider .newsList__item .newsItem__teasertext {
  display: none;
}
@media (min-width: 1024px) {
  .newsList.newsList--slider .newsList__item .newsItem__teasertext {
    display: block;
  }
}
.newsList.newsList--slider .newsList__item:hover::before {
  opacity: 0;
}
.newsList.newsList--slider .gallery {
  margin-right: calc(var(--page-padding) * -1);
  margin-left: calc(var(--page-padding) * -1);
  /*.gallery__arrows {
  	display: none;

  	@media (min-width: $bpMobile) {
  		display: block;
  		top: 33%;
  	}
  }*/
}
@media (min-width: 1024px) {
  .newsList.newsList--slider .gallery {
    margin-right: calc(var(--page-padding) / -2);
    margin-left: calc(var(--page-padding) / -2);
  }
}
.newsList.newsList--slider .gallery .gallery__item {
  padding-right: 25px;
}
@media (min-width: 1024px) {
  .newsList.newsList--slider .gallery .gallery__item {
    padding: 0 calc(var(--page-padding) / 2);
  }
}
.newsList.newsList--slider .gallery .newsList__item {
  margin-bottom: 0;
}
.newsList.newsList--story .newsList__item {
  text-align: center;
}
.newsList.newsList--story .newsList__item .newsItem__title {
  margin-bottom: 0;
  margin-top: 10px;
}
.newsList.newsList--story .newsList__item .newsItem__image {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.newsList.newsList--story .newsList__item .newsItem__image::before {
  padding-bottom: 125%;
}
.newsList.newsList--story .newsList__item .newsItem__tags,
.newsList.newsList--story .newsList__item .newsItem__date,
.newsList.newsList--story .newsList__item .newsItem__teasertext {
  display: none;
}
.newsList.newsList--story .newsList__item::before {
  width: 50%;
  margin: 0 auto;
}
.newsList.newsList--story .newsList__item .newsItem__more {
  margin-top: 0;
}
.newsList .newsList--grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .newsList .newsList--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .newsList .newsList--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1420px) {
  .newsList .newsList--grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.newsList .newsList--grid .page-navigation,
.newsList .newsList--grid .news-clear {
  display: none;
}
.newsList.newsList--medien .newsList__item .newsItem__teasertext__text {
  font-size: 1.4rem;
  line-height: 1.28;
  font-weight: 400;
}
.newsList.newsList--medien .newsList__item .newsItem__teasertext__text svg {
  margin-left: 6px;
}
.newsList.newsList--hszArchive .newsList__item .newsItem__image {
  margin-bottom: 18px;
}
.newsList.newsList--hszArchive .newsList__item .newsItem__date {
  font-size: 1.4rem;
}

.newsList--teaser3 .newsListHeader__link {
  display: none;
}
@media (min-width: 1024px) {
  .newsList--teaser3 .newsListHeader__link {
    display: block;
  }
}

.newsList--teaser .newsList__item .newsItem__image {
  margin-bottom: 9px;
}
.newsList--teaser .newsList__item .newsItem__tags {
  margin-bottom: 5px;
}
.newsList--teaser .newsList__item .newsItem__title {
  margin-top: 0px;
}
.newsList--teaser .newsList__item .newsItem__title br {
  display: none;
}
@media (min-width: 1024px) {
  .newsList--teaser .newsList__item .newsItem__title br {
    display: block;
  }
}

.newsList--homeFeature__scrollOverlay {
  position: fixed;
  top: 82px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.newsItem__tags {
  color: var(--color-link);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.newsItem__tags svg {
  margin-left: 7px;
  width: 13px;
  height: 7px;
  position: relative;
  top: 1px;
}
.newsItem__tags svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5px;
}
.newsItem__tags select {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}

.newsList__reloadTrigger {
  text-align: center;
}
.newsList__reloadTrigger .btn {
  margin-top: 40px;
}

.newsDetail .social {
  margin-top: 15px;
  margin-bottom: 60px;
}
.newsDetail .social svg {
  width: 15px;
  height: 15px;
  margin: 0 7.5px;
}
.newsDetail .social .sociallink:hover svg path {
  fill: #7f7f7f;
}
.newsDetail .newsItem__tags {
  margin-bottom: 15px;
}
.newsDetail .newsItem__date {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 20px;
}
.newsDetail .newsItem__backLink {
  text-align: right;
  transform: translateY(-100%);
}
.newsDetail .newsItem__backLink .newsListHeader__link {
  font-size: 1.4rem;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
}
.newsDetail .newsItem__backLink .newsListHeader__link svg {
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
@media (min-width: 576px) {
  .newsDetail .newsItem__backLink {
    transform: translateY(100%);
  }
}

/* story */
.newsDetail--story {
  display: grid;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  grid-template-rows: min-content;
  scroll-snap-type: y proximity;
  -ms-grid-columns: 100%;
}
.newsDetail--story .newsDetail__scrollIndicator {
  position: absolute;
  display: none;
  overflow: hidden;
  transition: opacity 0.2s ease;
}
@media (min-width: 1024px) {
  .newsDetail--story .newsDetail__scrollIndicator {
    top: 0;
    left: 50%;
    right: 0;
    padding: 0 70px;
    display: block;
    height: 40px;
    background: #fff;
    z-index: 6;
    margin-left: -3px;
  }
}
.newsDetail--story .newsDetail__scrollIndicator .newsDetail__scrollIndicator__bar {
  height: 4px;
  background: #000;
  width: 0;
  position: relative;
  top: 12px;
  max-width: 100%;
}
.newsDetail--story .scrollScene__downWrapper {
  position: fixed;
  bottom: 0;
  left: 50%;
  right: 0;
  background: #fff;
  height: 60px;
  z-index: 50;
  transition: opacity 0.2s ease;
}
.newsDetail--story .scrollScene__downWrapper .scrollScene__down {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.newsDetail--story .scrollScene__downWrapper .scrollScene__down svg {
  width: 20px;
  transform: rotate(-90deg);
}

.storySlide {
  --scroll-snap-align: start;
  display: grid;
  grid-template-columns: 100%;
  position: relative;
  z-index: 5;
}
.storySlide.storySlide--first {
  position: static;
}
@media (min-width: 1024px) {
  .storySlide {
    grid-template-columns: repeat(2, 50%);
  }
}
.storySlide .slide__scrollScene {
  min-height: 0;
  height: min-content;
  padding-top: 1px;
  position: relative;
}
.storySlide .slide__scrollScene::before, .storySlide .slide__scrollScene::after {
  content: none;
}
.storySlide .slide__scrollScene::before {
  display: block;
}
.storySlide .slide__scrollScene::after {
  content: "";
  margin-top: auto;
  display: block;
}
.storySlide .slide__scrollScene .scrollScene__down {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  cursor: pointer;
  display: none;
}
.storySlide .slide__scrollScene .scrollScene__down svg {
  width: 20px;
  transform: rotate(-90deg);
}
.storySlide .slide__scrollScene.slide__scrollScene--first::after {
  content: none;
}
.storySlide .slide__scrollScene.slide__scrollScene--first {
  min-height: 50vh;
  padding-top: 50px;
  /*&::before,
  &::after {
  	display: block;
  	content: '';
  	height: 1px;
  	scroll-snap-align: start;
  }*/
}
@media (min-width: 1024px) {
  .storySlide .slide__scrollScene.slide__scrollScene--first {
    min-height: 100vh;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .storySlide .slide__scrollScene.slide__scrollScene--first .scrollScene__down {
    display: block;
  }
}
.storySlide .slide__scrollScene.slide__scrollScene--placeholder {
  min-height: 100vh;
}
.storySlide .slide__scrollScene.slide__scrollScene--placeholder .scrollScene__down svg path {
  stroke-width: 0;
}
.storySlide .slide__scrollScene .intro {
  font-size: 1.4rem;
  margin-bottom: 15px;
  text-align: center;
}
.storySlide:last-child .slide__scrollScene:last-child .scrollScene__down {
  display: none;
}
.storySlide .slide__additional {
  min-height: 100%;
  -ms-grid-column: 1;
}
.storySlide .slide__additional img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.storySlide .slide__additional.is-active .slide__fixedMedia {
  opacity: 1;
  pointer-events: all;
}
.storySlide .slide__content {
  padding: 0 30px;
  -ms-grid-column: 2;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .storySlide .slide__content {
    padding: 0 75px;
  }
}
.storySlide .slide__content .breakout, .storySlide .slide__content .newsList.newsList--photoGallery {
  margin-left: -30;
  margin-right: -30px;
}
@media (min-width: 1024px) {
  .storySlide .slide__content .breakout, .storySlide .slide__content .newsList.newsList--photoGallery {
    margin-left: -75px;
    margin-right: -75px;
  }
}
.storySlide .slide__content .additionalInfo__item {
  padding-left: calc(75px - var(--page-padding));
  padding-right: calc(75px - var(--page-padding));
}
.storySlide .slide__content .additionalInfo__item .offset-md-2 {
  margin-left: 0;
}
.storySlide .slide__content .additionalInfo__item .col-lg-5 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}
.storySlide .slide__content .additionalInfo__item .col-lg-1 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}
.storySlide .slide__scrollScene {
  display: flex;
  flex-direction: column;
}
.storySlide .slide__center {
  margin: auto;
  position: relative;
}
.storySlide .slide__fixedMedia {
  position: static;
  width: 100%;
  height: 50vh;
}
@media (min-width: 1024px) {
  .storySlide .slide__fixedMedia {
    scroll-snap-align: none;
    position: fixed;
    height: 100vh;
    top: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: opacity 1s ease;
    width: 50%;
  }
}
.storySlide .slide__fixedMedia .slide__fixedMedia__caption {
  font-size: 1.4rem;
  line-height: 1.44;
  text-align: center;
  opacity: 0;
  display: none;
  min-height: 44px;
  justify-items: center;
  align-items: flex-start;
  min-height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px var(--page-padding);
  border-right: 1px solid var(--color-border);
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .storySlide .slide__fixedMedia .slide__fixedMedia__caption {
    display: flex;
  }
}
.storySlide .slide__fixedMedia .slide__fixedMedia__slide,
.storySlide .slide__fixedMedia .slick-slider,
.storySlide .slide__fixedMedia .slick-list,
.storySlide .slide__fixedMedia .slick-track,
.storySlide .slide__fixedMedia .slick-slide,
.storySlide .slide__fixedMedia .slick-slide > div {
  height: 100%;
}
.storySlide .slide__fixedMedia .slick-track {
  width: 100% !important;
}
.storySlide .slide__fixedMedia:hover .slide__fixedMedia__caption {
  opacity: 1;
}
.storySlide .slide__fixedMedia .slide__fixedMedia--landscape {
  display: none;
}
.storySlide .slide__fixedMedia .slick-slide {
  position: absolute !important;
  left: 0 !important;
}
.storySlide .slide__fixedMedia.slide__fixedMedia--fixed {
  opacity: 1;
  pointer-events: all;
}
.storySlide .slide__fixedMedia.slide__fixedMedia--fixed .slide__fixedMedia__placeholder {
  display: block;
  height: 100%;
}
.storySlide .slide__fixedMedia.slide__fixedMedia--fixed .slide__fixedMedia__slide {
  position: fixed;
  z-index: -1;
  top: 0;
  height: 50%;
  width: calc(100% - var(--scrollBar));
}
@media (min-width: 1024px) {
  .storySlide .slide__fixedMedia.slide__fixedMedia--fixed .slide__fixedMedia__slide {
    height: 100%;
    width: 50%;
    z-index: 1;
  }
}
.storySlide .ce--mask_text .col-12,
.storySlide .ce--mask_imagerow .col-12 {
  width: 100%;
  max-width: 100%;
  margin: 0;
  flex: 1;
}
.storySlide:last-child .slide__scrollScene:last-child::after {
  content: none;
}

.newsList--agenda .newsList__listHeader {
  display: grid;
  grid-template-columns: 100%;
  padding: 15px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  position: sticky;
  top: 82px;
  z-index: 2;
  background: #FFD0D0;
}
.newsList--agenda .newsList__listHeader h4 {
  margin-bottom: 0;
  display: flex;
}
.newsList--agenda .newsList__listHeader h4 svg {
  margin-left: auto;
}
@media (min-width: 768px) {
  .newsList--agenda .newsList__listHeader h4 {
    display: block;
  }
}
@media (min-width: 768px) {
  .newsList--agenda .newsList__listHeader {
    display: grid;
    grid-template-columns: repeat(2, 25%) 50%;
    grid-gap: 30px;
  }
}
.newsList--agenda .newsList__listHeader .spacer {
  margin: 15px -25px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .newsList--agenda .newsList__listHeader .spacer {
    margin: 0;
    height: auto;
    background: none;
  }
}
.newsList--agenda .agendaItem {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  padding: 17px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .newsList--agenda .agendaItem {
    grid-template-columns: repeat(2, 25%) 50%;
    grid-gap: 30px;
    padding: 17px 25px;
  }
}
.newsList--agenda .agendaItem__time {
  text-align: right;
}
@media (min-width: 768px) {
  .newsList--agenda .agendaItem__time {
    text-align: left;
  }
}
.newsList--agenda .agendaItem__title {
  margin-top: 15px;
  grid-column: 1/span 2;
}
.newsList--agenda .agendaItem__title h3, .newsList--agenda .agendaItem__title h4 {
  margin-bottom: 0;
}
.newsList--agenda .agendaItem__title .newsItem__tags {
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
}
.newsList--agenda .agendaItem__title .newsItem__tags em {
  font-style: normal;
  color: var(--color-link);
}
@media (min-width: 768px) {
  .newsList--agenda .agendaItem__title {
    margin-top: 0;
    grid-column: 3;
  }
}
.newsList--agenda .agendaItem__title h3 span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 95%;
  background-size: 0% 0.08em;
  background-repeat: no-repeat;
  transition: background-size 0.4s;
}
.newsList--agenda .agendaItem__title:hover h3 span {
  background-size: 100% 0.08em;
}
.newsList--agenda .agendaItem--external .agendaItem__title h3 span {
  background-image: linear-gradient(#FF0001, #FF0001);
  background-position: 0 100%;
  background-size: 100% 0.13em;
  background-repeat: no-repeat;
}
.newsList--agenda .agendaHeader__type {
  position: relative;
  margin: 0 -25px;
}
.newsList--agenda .agendaHeader__type select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.newsList--agenda .agendaHeader__type svg {
  width: 20px;
}
@media (min-width: 768px) {
  .newsList--agenda .agendaHeader__type {
    margin: 0;
  }
}

.additionalInfo {
  padding-top: 15px;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .additionalInfo {
    padding-top: 25px;
  }
}
.additionalInfo .additionalInfo__item {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-left: var(--page-padding);
  margin-right: var(--page-padding);
}
.additionalInfo .additionalInfo__item:last-child {
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .additionalInfo .additionalInfo__item {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.additionalInfo .additionalInfo__item .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .additionalInfo .additionalInfo__item .container-fluid {
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
  }
}
.additionalInfo .additionalInfo__title,
.additionalInfo .additionalInfo__link {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: 5px;
}
.additionalInfo .additionalInfo__title p,
.additionalInfo .additionalInfo__link p {
  margin-top: 0;
  margin-bottom: 0;
}
.additionalInfo .additionalInfo__title p + p,
.additionalInfo .additionalInfo__link p + p {
  margin-top: 10px;
}
.additionalInfo .additionalInfo__title {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .additionalInfo .additionalInfo__title {
    padding-top: 5px;
  }
}
.additionalInfo .additionalInfo__title svg {
  height: 12px;
  width: auto;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
  position: relative;
  right: 5px;
}
.additionalInfo .additionalInfo__title svg path {
  stroke-width: 6px;
}
@media (min-width: 1024px) {
  .additionalInfo .additionalInfo__title svg {
    display: none;
  }
}
.additionalInfo .additionalInfo__title.is-open svg {
  transform: rotate(90deg);
}
.additionalInfo .additionalInfo__text {
  font-size: 1.6rem;
}
.additionalInfo .additionalInfo__text p {
  margin-top: 0;
  margin-bottom: 0;
}
.additionalInfo .additionalInfo__text p + p {
  margin-top: 10px;
}
.additionalInfo .additionalInfo__link {
  text-align: left;
  width: 100%;
}
.additionalInfo .col--mobileHidden {
  display: none;
  padding-top: 25px;
}
@media (min-width: 1024px) {
  .additionalInfo .col--mobileHidden {
    display: flex !important;
    padding-top: 0;
  }
}

.additionalInfo--1 .additionalInfo__item {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
.additionalInfo--1 .additionalInfo__item [class^=col-] {
  padding-bottom: 25px;
  padding-top: 25px;
}
.additionalInfo--1 .additionalInfo__item [class^=col-]::before, .additionalInfo--1 .additionalInfo__item [class^=col-]::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--color-border);
}
.additionalInfo--1 .additionalInfo__item [class^=col-]::after {
  top: auto;
  bottom: 0;
  display: none;
}
.additionalInfo--1 .additionalInfo__item [class^=col-]:first-child::before, .additionalInfo--1 .additionalInfo__item [class^=col-]:first-child::after {
  left: calc(var(--page-padding) / 2);
  right: calc(var(--page-padding) / 2);
}
@media (min-width: 1024px) {
  .additionalInfo--1 .additionalInfo__item [class^=col-]:first-child::before, .additionalInfo--1 .additionalInfo__item [class^=col-]:first-child::after {
    right: 0;
  }
}
.additionalInfo--1 .additionalInfo__item [class^=col-]:last-child::before, .additionalInfo--1 .additionalInfo__item [class^=col-]:last-child::after {
  right: calc(var(--page-padding) / 2);
}
@media (min-width: 1024px) {
  .additionalInfo--1 .additionalInfo__item:last-child [class^=col-]::after {
    display: block;
  }
}
.additionalInfo--1 .additionalInfo__item:last-child::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-border);
}
@media (min-width: 1024px) {
  .additionalInfo--1 .additionalInfo__item:last-child::after {
    display: none;
  }
}
.additionalInfo--1 .additionalInfo__item .col--mobileHidden {
  padding-top: 0;
}
.additionalInfo--1 .additionalInfo__item .col--mobileHidden::before, .additionalInfo--1 .additionalInfo__item .col--mobileHidden::after {
  display: none;
}
@media (min-width: 1024px) {
  .additionalInfo--1 .additionalInfo__item .col--mobileHidden {
    border-color: var(--color-border);
    padding-top: 25px;
  }
  .additionalInfo--1 .additionalInfo__item .col--mobileHidden::before {
    display: block;
  }
}

.input {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.form-group {
  font-weight: 400;
  font-size: 1.6rem;
}

.form-control {
  --input-border-color: #e4e4e4 ;
  --input-text-color-active: #707070;
  --input-border-color-active: #e4e4e4;
  --input-label-color: #707070;
  border: none;
  border-bottom: 1px solid var(--input-border-color);
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--input-text-color);
  transition: all 0.2s ease;
  height: 40px;
  padding: 0 20px 0 0;
  display: flex;
  background: #f8f8f8;
}
.form-control:focus {
  background: #f8f8f8;
  color: var(--input-text-color-active);
  border-color: var(--input-border-color-active);
  outline: 0;
  box-shadow: none;
}
.form-control:focus + .control-label, .form-control.hasFocus + .control-label, .form-control.hasInput + .control-label, .form-control[placeholder] + .control-label, .form-control[type=date] + .control-label, .form-control[type=time] + .control-label {
  font-size: 1.2rem;
  top: -2px;
}
.form-control + .control-label {
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--input-label-color);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  opacity: 0.5;
}
.form-control--noLabel {
  padding: 13px 25px 13px;
}
.form-control.has-error {
  border-color: var(--color-link);
  color: var(--color-link);
}
.form-control.has-error + .control-label {
  color: var(--color-link);
  opacity: 1;
}

.form__errors {
  font-size: 1.6rem;
  margin-top: 15px;
  color: var(--color-link);
}
.form__errors::empty {
  margin-top: 0;
}

label.has-error {
  font-weight: 500;
  font-size: 1.6rem;
  padding: 2px 24px;
}

.radio,
.checkbox {
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
}
.radio input[type=checkbox],
.radio input[type=radio],
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  width: 16px;
  height: 16px;
  visibility: hidden;
  position: absolute;
}
.radio input + label,
.checkbox input + label {
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.radio input + label::before,
.checkbox input + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-border);
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.radio input[type=checkbox]:checked + label::before,
.checkbox input[type=checkbox]:checked + label::before {
  background: var(--color-link);
}
.radio input[type=radio]:checked + label::before,
.checkbox input[type=radio]:checked + label::before {
  background: #000;
}

.nl__submit {
  margin-top: 20px;
}

.selectWrapper {
  position: relative;
  border-radius: 0;
  background: transparent;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px solid var(--color-border);
  box-shadow: none;
  margin-top: -2px;
  z-index: 1;
  width: 100%;
}
.selectWrapper .selectWrapper__handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 12px;
}
.selectWrapper .selectWrapper__handle svg {
  width: 100%;
  height: auto;
}
.selectWrapper select {
  --input-label-color: #707070;
  font-size: 1.6rem;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
  color: var(--input-label-color);
}
.selectWrapper select:focus {
  outline: none;
}
.selectWrapper select::-ms-expand {
  display: none;
}
.selectWrapper select.hasInput, .selectWrapper select.hasNoPlaceholder {
  --input-label-color: #000 ;
}
.selectWrapper select.has-error {
  color: var(--color-link);
}
.selectWrapper.has-error {
  border-color: var(--color-link);
}
.selectWrapper.has-error select {
  color: var(--color-link);
}
.selectWrapper + .control-label {
  display: none;
}
.selectWrapper.selectWrapper--plain {
  height: auto;
  line-height: inherit;
  font-size: inherit;
  display: inline-block;
  width: auto;
  margin: 0;
  border-bottom: 0;
}
.selectWrapper.selectWrapper--plain select {
  opacity: 0;
}

.form-navigation {
  margin-top: 25px;
}

.actions .form__info {
  display: none;
}

.form__header {
  margin-bottom: 30px;
}

[id^=jetztunterstuetzen-][id$=-radiobutton-1],
[id^=jetztunterstuetzenf-][id$=-radiobutton-1],
[id^=jetztunterstuetzeni-][id$=-radiobutton-1] {
  order: 2;
  margin-top: 15px;
}
[id^=jetztunterstuetzen-][id$=-radiobutton-1] .form-group,
[id^=jetztunterstuetzenf-][id$=-radiobutton-1] .form-group,
[id^=jetztunterstuetzeni-][id$=-radiobutton-1] .form-group {
  display: flex;
  flex-wrap: wrap;
}
[id^=jetztunterstuetzen-][id$=-radiobutton-1] .form-group .radio,
[id^=jetztunterstuetzenf-][id$=-radiobutton-1] .form-group .radio,
[id^=jetztunterstuetzeni-][id$=-radiobutton-1] .form-group .radio {
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
}
[id^=jetztunterstuetzen-][id$=-radiobutton-1] .form-group .radio:last-child,
[id^=jetztunterstuetzenf-][id$=-radiobutton-1] .form-group .radio:last-child,
[id^=jetztunterstuetzeni-][id$=-radiobutton-1] .form-group .radio:last-child {
  width: 50%;
}

[id^=mitgliedwerden-][id$=-radiobutton-1],
[id^=mitgliedwerdenf-][id$=-radiobutton-1],
[id^=mitgliedwerdeni-][id$=-radiobutton-1] {
  order: 2;
  margin-top: 15px;
}

[class^=statictext] {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

[id^=newsletterHSZ][id$=-radiobutton-1] {
  order: 2;
  margin-top: 15px;
}

.newsletterForm .frame-type-form_formframework {
  margin-top: 0;
  margin-bottom: 0;
}

.feLogin {
  padding-top: 25px;
  padding-bottom: 25px;
}
.feLogin .feLogin__forgot {
  margin-top: 20px;
  display: inline-block;
}
.feLogin .typo3-messages {
  margin: 0;
  padding: 0;
  border: 1px solid var(--color-border);
  padding: 25px;
  list-style: none;
  margin-bottom: 25px;
  font-size: 1.6rem;
  font-family: "Favorit", sans-serif;
}
.feLogin .typo3-messages p {
  margin-bottom: 0;
}

fieldset[id$=-fieldset-hidden] {
  display: none !important;
}

.media {
  margin-bottom: 30px;
  position: relative;
}
.media .media__caption {
  font-size: 1.4rem;
  line-height: 1.14;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

.media__fullScreen {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 33px;
  height: 33px;
  z-index: 5;
}
.media__fullScreen path {
  fill: #000;
  stroke: #000;
}

.bodytext .media__caption {
  font-size: 1.4rem;
  line-height: 1.14;
  margin-top: -0.5rem;
  display: flex;
  justify-content: space-between;
}

.filter {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 15px 0;
  position: relative;
}
.filter .filter__handle {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.filter .filter__handle svg {
  width: 12px;
  height: 8px;
  margin-left: 10px;
  transform: rotate(0);
  transition: transform 0.2s;
}
.filter .filter__handle.is-open svg {
  transform: rotate(-180deg);
}
.filter .filter__content {
  margin-top: 25px;
  display: none;
}
.filter .filter__reset {
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
}
.filter .filter__reset svg {
  margin-left: 7px;
  height: 8px;
  width: 8px;
}

.modalWrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: auto;
  background: #fff;
  z-index: 50;
}
.modalWrapper .modal__close {
  position: fixed;
  top: 10px;
  right: calc(10px + var(--scrollBar));
  z-index: 10;
  mix-blend-mode: difference;
  min-height: 0;
  width: 40px;
  height: 40px;
}
.modalWrapper .modal__close svg {
  width: 20px;
  height: 20px;
}
.modalWrapper .modal__close svg line {
  stroke: #fff;
}
.modalWrapper .modalSlider img {
  width: 100%;
  height: 100vh;
  object-fit: contain;
  object-position: center;
}
.modalWrapper .modalSlider .media {
  margin-bottom: 0;
}
.modalWrapper .modalSlider .modalSlider__slide {
  position: relative;
  display: block !important;
}
.modalWrapper .modalSlider .media__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px var(--page-padding);
}
.modalWrapper .modalSlider .media__caption__caption {
  margin-right: 20px;
}
.modalWrapper .modalSlider .media__caption__counter {
  margin-left: auto;
  flex-shrink: 0;
}
.modalWrapper .modal__content > .frame {
  display: contents;
}

.modalWrapper--dark {
  background: #000;
}
.modalWrapper--dark .gallery__arrows svg path,
.modalWrapper--dark .gallery__arrows svg line,
.modalWrapper--dark .modal__close svg path,
.modalWrapper--dark .modal__close svg line {
  stroke: #fff;
}
.modalWrapper--dark .modalSlider .media__caption {
  background: #000;
  color: #fff;
  border-top: none;
}

body.modal-is-open {
  overflow: hidden;
}

.modal__content--form {
  padding-top: 80px;
}
.modal__content--form .container-fluid {
  max-width: 920px;
}
.modal__content--form .form__header {
  margin-bottom: 60px;
}

.accordeon {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.accordeon .accordeon__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: 700;
  cursor: pointer;
}
.accordeon .accordeon__header svg {
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
  position: relative;
  right: 5px;
  height: 12px;
  width: 6px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .accordeon .accordeon__header svg {
    height: 30px;
    width: 16px;
    right: 10px;
  }
}
.accordeon .accordeon__header svg path {
  stroke-width: 6px;
  stroke: currentColor;
}
@media (min-width: 1024px) {
  .accordeon .accordeon__header svg path {
    stroke-width: 2px;
  }
}
.accordeon .accordeon__header.is-open svg {
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .accordeon .accordeon__header {
    font-size: 2.1rem;
    line-height: 1.57;
  }
}
.accordeon .accordeon__content {
  display: none;
}
.accordeon .accordeon__content__item .bodytext {
  font-size: 2rem;
}

.row--accordeon + .row--accordeon .accordeon {
  border-top: 0;
}

.row + .row .offset-md-2 .accordeon {
  border-top: 0;
}

.person {
  margin-bottom: var(--page-padding);
  position: relative;
}
.person .person__image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.person .person__image > img, .person .person__image > .bgimage, .person .person__image > video, .person .person__image > iframe, .person .person__image > .js-parallaxParent {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.person .person__image::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.person .person__image > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.person .person__name {
  font-size: 2rem;
  font-weight: 700;
}
.person .person__name span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 95%;
  background-size: 0% 0.08em;
  background-repeat: no-repeat;
  transition: background-size 0.4s;
}
.person .person__text {
  font-size: 1.6rem;
}
.person .person__text p {
  margin: 0;
}
.person .person__text p a,
.person .person__text p a:link,
.person .person__text p a:hover,
.person .person__text p a:visited,
.person .person__text p a:focus {
  text-decoration: none;
  position: static !important;
}
.person .person__text p a span {
  position: relative;
  display: inline-block;
}
.person .person__text p a span:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #000;
  bottom: 2px;
  left: 0;
  right: 0;
}
.person .person__text p a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
  height: 100%;
}
.person .person__info {
  font-size: inherit;
  hyphens: auto;
}
.person:hover .person__name span {
  background-size: 100% 0.08em;
}
.person:hover .person__text a span::after {
  background: #7f7f7f;
}

.person--single {
  text-align: center;
}
.person--single .person__image {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
.person--single .person__name {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 20px;
}
.person--single .person__text {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.19444;
}
.person--single.person--textimage .textimage__image {
  width: 50%;
  max-width: 100%;
  margin: 0 auto 60px;
}

.heroOverlay {
  display: none;
  position: fixed;
  top: 82px;
  left: 0;
  right: 0;
  z-index: 5;
  background: #fff;
  color: var(--color-link);
  border: 8px solid;
  transition: opacity 0.2s ease;
  height: calc(100vh - 82px);
  overflow: auto;
}
@media (min-width: 1024px) {
  .heroOverlay {
    height: calc(100vh - 92px);
    border-width: 20px;
    top: 92px;
  }
}
.heroOverlay .heroOverlay__text {
  font-size: 4.8rem;
  line-height: 1.04;
  font-weight: 500;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .heroOverlay .heroOverlay__text {
    font-size: 12.1rem;
    font-weight: 700;
    margin-bottom: 40px;
  }
}
.heroOverlay .heroOverlay__link {
  --color-font: var(--color-link);
  font-size: 2.1rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 28px;
  width: fit-content;
}
.heroOverlay .heroOverlay__link svg {
  --color-stroke: var(--color-link);
  width: 17px;
  height: 17px;
  margin-left: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
@media (min-width: 1024px) {
  .heroOverlay .heroOverlay__link {
    font-size: 2.6rem;
  }
}
.heroOverlay .heroOverlay__content {
  min-height: calc(100vh - 98px);
  display: flex;
  flex-direction: column;
  padding-top: 28vw;
  padding-bottom: 20px;
  overflow: auto;
}
@media (min-width: 1024px) {
  .heroOverlay .heroOverlay__content {
    min-height: calc(100vh - 132px);
    justify-content: center;
    padding: 40px 0;
  }
}
.heroOverlay .heroOverlay__close {
  position: absolute;
  top: 20px;
  right: 15px;
}
.heroOverlay .heroOverlay__close svg {
  width: 33px;
  height: 33px;
}
.heroOverlay .heroOverlay__close svg line {
  stroke: var(--color-link);
  stroke-width: 1;
}
@media (min-width: 1024px) {
  .heroOverlay .heroOverlay__close {
    top: 50px;
    right: 50px;
  }
  .heroOverlay .heroOverlay__close svg {
    height: 58px;
    width: 58px;
  }
}

.imageGallery .media__caption {
  justify-content: center;
}
@media (min-width: 1024px) {
  .imageGallery .media__caption {
    justify-content: space-between;
  }
}
.imageGallery .media__caption .media__caption__caption {
  display: none;
}
@media (min-width: 1024px) {
  .imageGallery .media__caption .media__caption__caption {
    display: block;
    margin-right: 20px;
  }
}
.imageGallery .media__caption .media__caption__counter {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .imageGallery .media__caption .media__caption__counter {
    margin-left: 0;
    flex-shrink: 0;
  }
}
.imageGallery .media__caption .media__caption__icon {
  margin-left: auto;
  position: relative;
  top: -2px;
}
@media (min-width: 1024px) {
  .imageGallery .media__caption .media__caption__icon {
    display: none;
  }
}

.shopTeaser .shopItem {
  margin-bottom: 50px;
}
.shopTeaser .shopItem .shopItem__title {
  font-size: 1.4rem;
  line-height: 1.4285;
  font-weight: 700;
}
.shopTeaser .shopItem .news__more {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4285;
  font-weight: 400;
  padding-right: 20px;
  position: relative;
}
.shopTeaser .shopItem .news__more svg {
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.shopTeaser .shopItem .shopItem__image {
  position: relative;
  display: block;
  overflow: hidden;
}
.shopTeaser .shopItem .shopItem__image > img, .shopTeaser .shopItem .shopItem__image > .bgimage, .shopTeaser .shopItem .shopItem__image > video, .shopTeaser .shopItem .shopItem__image > iframe, .shopTeaser .shopItem .shopItem__image > .js-parallaxParent {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.shopTeaser .shopItem .shopItem__image::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.shopTeaser .shopItem .shopItem__image img {
  max-width: 100%;
  height: 100%;
  width: auto;
}
.shopTeaser .shopItem .shopItem__content {
  border-top: 1px solid var(--color-border);
  padding-top: 10px;
}
.shopTeaser .shopItem:hover {
  color: #000;
}
.shopTeaser .shopItem:hover .news__more {
  color: #7f7f7f;
}
.shopTeaser .shopItem:hover .news__more svg path {
  fill: #7f7f7f;
}
@media (min-width: 1024px) {
  .shopTeaser .shopItem {
    margin-bottom: 0;
  }
}
.shopTeaser .col--shop:nth-child(5) {
  display: none;
}
@media (min-width: 1024px) {
  .shopTeaser .col--shop:nth-child(5) {
    display: block;
  }
}
@media (min-width: 1024px) {
  .shopTeaser {
    padding-bottom: 140px;
  }
}

@supports (object-fit: contain) {
  .shopTeaser .shopItem .bgimage {
    object-fit: contain;
    object-position: center;
    top: 15px;
    right: 0;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
  }
}
.mapWrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.mapWrapper > img, .mapWrapper > .bgimage, .mapWrapper > video, .mapWrapper > iframe, .mapWrapper > .js-parallaxParent {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.mapWrapper::before {
  content: "";
  display: block;
  padding-bottom: 62.8571428571%;
}
.mapWrapper #mapDetail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.searchResultWrapper {
  padding: 20px 0;
}

.tx-kesearch-pi1 #kesearch_num_results {
  color: #7f7f7f;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--color-border);
}
.tx-kesearch-pi1 #kesearch_results .result-list-item:first-child {
  padding-top: 15px;
  border-top: 2px solid var(--color-border);
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-teaser {
  color: #000;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: inherit;
  font-weight: inherit;
  position: relative;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background: var(--color-link);
  bottom: 0;
  left: 0;
  right: 0;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item a:link:hover .hit {
  color: #7f7f7f;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item a:link:hover .hit::after {
  opacity: 0;
}
.tx-kesearch-pi1 #kesearch_results.kesearch_results--noresult {
  font-size: 1.4rem;
  color: #7f7f7f;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total {
  font-size: 1.4rem;
  border-top: 0;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .kesearch_pagebrowser {
  margin: 0;
}
.tx-kesearch-pi1 .newsItem__more {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
  padding-right: 20px;
}
.tx-kesearch-pi1 .newsItem__more svg {
  width: 11px;
  height: 11px;
  margin-left: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
.tx-kesearch-pi1 .newsItem__more:hover svg path {
  fill: #7f7f7f;
}

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

.video {
  position: relative;
}
.video .video__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .video__preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.datepickerTrigger {
  position: relative;
}
.datepickerTrigger svg {
  position: absolute;
  width: 18px;
  height: 18px;
  left: -25px;
  top: 2px;
}
.datepickerTrigger input {
  font-weight: 700;
  font-size: 2rem;
  background: transparent;
  border: 0;
  outline: 0 !important;
}
.datepickerTrigger input::-webkit-input-placeholder {
  color: var(--color-font);
  font-weight: 700;
}

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  touch-action: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.datepicker-container::before, .datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.datepicker-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f;
}
.datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}
.datepicker-top-left::before, .datepicker-top-right::before {
  border-bottom-color: #39f;
}
.datepicker-top-left::after, .datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}
.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f;
}
.datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}
.datepicker-bottom-left::before, .datepicker-bottom-right::before {
  border-top-color: #39f;
}
.datepicker-bottom-left::after, .datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}
.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
.datepicker-panel > ul::before, .datepicker-panel > ul::after {
  content: " ";
  display: table;
}
.datepicker-panel > ul::after {
  clear: both;
}
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #39f;
}
.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}
.datepicker-panel > ul[data-view=years] > li, .datepicker-panel > ul[data-view=months] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}
.datepicker-hide {
  display: none;
}

/*
ul[data-view="days"] > li {

  position: relative;

  &::before {
    content: attr(data-tooltip-text);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    margin-top: -5px;
    text-align: center;
    transform: translateY(-90%) translateX(-50%);
    opacity: 0;
    pointer-events: none;
    background: #075535;
    color: #fff;
    font-weight: 500;
    transition: all 0.2s linear;
  }

  &::after {
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    transform: rotate(45deg) translateY(10%) translateX(-50%);
    position: absolute;
    top: -8px;
    left: 50%;
    opacity: 0;
    background: #075535;
    pointer-events: none;
    transition: all 0.2s linear;

  }

  &:hover::before {
    opacity: 1;
    transform: translateY(-100%) translateX(-50%);
  }
  &:hover::after {
    opacity: 1;
    transform: translateY(0) translateX(-50%) rotate(45deg);
  }

  &.muted,
  &.disabled {
    &::before,
    &::after {
      background: #ccc;
      color: #000;
    }
  }
}*/
label[for=chosenmitUpload-imageupload-1],
label[for=chosenmitUpload-imageupload-1] + .input {
  display: none;
}

.newsletterArchiv .archivItem .media {
  margin-bottom: 13px;
}
.newsletterArchiv .archivItem .archivItem__link {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.newsletterArchiv .archivItem .archivItem__link svg {
  margin-left: 4px;
  width: 11px;
  height: 11px;
}

.ce--mask_homefeaturesektionen .homefeatureSektionen .homefeatureSektionen__slide {
  display: grid !important;
  grid-template-columns: 100%;
  min-height: calc(100vh - 82px - 50px);
}
@media (min-width: 1024px) {
  .ce--mask_homefeaturesektionen .homefeatureSektionen .homefeatureSektionen__slide {
    grid-template-columns: repeat(2, 50%);
  }
}
.ce--mask_homefeaturesektionen .homefeatureSektionen .homefeatureSektionen__slide__content {
  -ms-grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 15%;
}
.ce--mask_homefeaturesektionen .homefeatureSektionen .homefeatureSektionen__slide__content > * {
  max-width: 100%;
}
.ce--mask_homefeaturesektionen .homefeatureSektionen .homefeatureSektionen__slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .ce--mask_homefeaturesektionen .dotWrapper {
    padding-left: 50%;
  }
}
.ce--mask_homefeaturesektionen .dotWrapper .gallery__dots {
  justify-content: center;
  transform: translateY(-50%);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.gallery {
  position: relative;
}

.gallery__controlWrapper .gallery__arrows {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .gallery__controlWrapper .gallery__arrows {
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    transform: translateY(0);
  }
}
.gallery__controlWrapper .gallery__arrows .btn--arrow--back,
.gallery__controlWrapper .gallery__arrows .btn--arrow--next {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 16px;
}
@media (min-width: 1024px) {
  .gallery__controlWrapper .gallery__arrows .btn--arrow--back,
  .gallery__controlWrapper .gallery__arrows .btn--arrow--next {
    top: 0;
    bottom: 0;
    height: 100%;
    width: 33%;
    cursor: none;
  }
  .gallery__controlWrapper .gallery__arrows .btn--arrow--back svg,
  .gallery__controlWrapper .gallery__arrows .btn--arrow--next svg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    margin-top: -30px;
    margin-left: -15px;
  }
}
.gallery__controlWrapper .gallery__arrows .btn--arrow--back svg path,
.gallery__controlWrapper .gallery__arrows .btn--arrow--next svg path {
  stroke-width: 4px;
  stroke: #000;
}
@media (min-width: 1024px) {
  .gallery__controlWrapper .gallery__arrows .btn--arrow--back svg path,
  .gallery__controlWrapper .gallery__arrows .btn--arrow--next svg path {
    stroke-width: 3px;
  }
}
.gallery__controlWrapper .gallery__arrows .btn--arrow--next {
  left: auto;
  right: 0;
}
.gallery__controlWrapper .gallery__arrows--small {
  height: 43px;
  top: 25%;
  left: 30px;
  right: 30px;
  transform: translateY(-50%);
  pointer-events: all;
  mix-blend-mode: normal;
  display: none;
}
.gallery__controlWrapper .gallery__arrows--small .btn {
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.gallery__controlWrapper .gallery__arrows--small .btn svg {
  width: 43px;
  height: 43px;
  position: static;
  display: block;
  margin-top: 0;
  margin-left: 0;
  pointer-events: all;
}
.gallery__controlWrapper .gallery__arrows--small .btn svg path {
  fill: none;
  stroke-width: 2;
}
.gallery__controlWrapper .gallery__arrows--small .btn.btn--arrow--next svg {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .gallery__controlWrapper .gallery__arrows--small {
    display: block;
  }
}

.gallery__dots {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.gallery__dots li {
  width: 14px;
  height: 14px;
  margin-right: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: background 0.2s ease;
}
.gallery__dots li.is-active {
  background: #000;
}

.gallery--content .gallery__controls .gallery__arrows svg path {
  stroke: #000;
}
.gallery--content .gallery__counter {
  font-size: 1.4rem;
  line-height: 1.14;
  text-align: right;
}