/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
button {
  font-family: inherit;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* extra small */
/* small */
/* medium */
/* large */
/* extra large */
/* extra large */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  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: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1922px) {
  .container {
    max-width: 1862px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1922px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1922px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (orientation: portrait) {
  .d-none-portrait {
    display: none !important;
  }
}
@media (orientation: landscape) {
  .d-none-landscape {
    display: none !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1922px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* LAST ROW MARGIN */
/* ROW CLEAR */
/* RATIO CONTAINER */
.position-rel {
  position: relative;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* added line */
  border: 0;
  bottom: 0;
  right: 0;
}
/* istok-web-regular - latin */
@font-face {
  font-family: 'IstokWeb';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/istok-web-v14-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Istok Web Regular'), local('IstokWeb-Regular'), url('../fonts/istok-web-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/istok-web-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/istok-web-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/istok-web-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/istok-web-v14-latin-regular.svg#IstokWeb') format('svg');
  /* Legacy iOS */
}
/* istok-web-700 - latin */
@font-face {
  font-family: 'IstokWeb';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/istok-web-v14-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Istok Web Bold'), local('IstokWeb-Bold'), url('../fonts/istok-web-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/istok-web-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/istok-web-v14-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/istok-web-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/istok-web-v14-latin-700.svg#IstokWeb') format('svg');
  /* Legacy iOS */
}
body {
  font-size: 16px;
  font-family: IstokWeb, Arial, Helvetica, sans-serif;
  line-height: 1.4;
}
.bold-style {
  font-weight: 700;
}
.topline-style-1 {
  font-size: 16px;
  line-height: 20px;
}
.headline-style-1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 576px) {
  .headline-style-1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .headline-style-1 {
    font-size: 60px;
    line-height: 65px;
  }
}
.subline-style-1 {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .subline-style-1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .subline-style-1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.topline-style-2 {
  font-size: 16px;
  line-height: 20px;
}
.headline-style-2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .headline-style-2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .headline-style-2 {
    font-size: 35px;
    line-height: 42px;
  }
}
.subline-style-2 {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .subline-style-2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.headline-style-3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .headline-style-3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .headline-style-3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.subline-style-3 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 576px) {
  .subline-style-3 {
    font-size: 18px;
    line-height: 20px;
  }
}
.headline-style-4 {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .headline-style-4 {
    font-size: 20px;
  }
}
.subline-style-4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 576px) {
  .subline-style-4 {
    font-size: 18px;
    line-height: 20px;
  }
}
.headline-style-5 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .headline-style-5 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .headline-style-5 {
    font-size: 25px;
    line-height: 30px;
  }
}
.subline-style-5 {
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 576px) {
  .subline-style-5 {
    font-size: 14px;
    line-height: 16px;
  }
}
.button-style {
  font-size: 18px;
  line-height: 22px;
  /* 
    @media (min-width: @screen-xl-min) { font-size: 30px; line-height: 38px; } */
}
@media (min-width: 576px) {
  .button-style {
    font-size: 20px;
    line-height: 25px;
  }
}
.copy-style {
  line-height: 1.5;
}
.copy-style > * + * {
  margin-top: 1em;
}
.copy-style ul,
.copy-style ol {
  list-style-type: none;
}
.copy-style ul li,
.copy-style ol li {
  padding-left: 1em;
  position: relative;
  margin: 0.5em 0;
}
.copy-style ul li::before,
.copy-style ol li::before {
  content: "\00BB \0020";
  position: absolute;
  top: 0;
  left: 0;
}
.copy-style a {
  font-weight: bold;
  text-decoration-color: #7A7874;
  text-decoration: underline;
  outline: none;
  /* Vorsicht: nur entfernen, wenn Ersatz vorhanden */
  position: relative;
}
.copy-style a::before {
  z-index: -1;
  display: block;
  content: " ";
  position: absolute;
  top: -3px;
  left: -6px;
  bottom: -3px;
  right: -6px;
}
.copy-style a:hover::before,
.copy-style a:focus::before,
.copy-style a:focus-within::before {
  background-color: #ffdc00c9;
  /* subtile Hintergrundfarbe */
  transition: background-color 0.2s ease;
}
.body-style {
  line-height: 1.5;
}
.body-style > * + * {
  margin-top: 1em;
}
.body-style ul,
.body-style ol {
  list-style-type: none;
}
.body-style ul li,
.body-style ol li {
  padding-left: 1em;
  position: relative;
  margin: 0.5em 0;
}
.body-style ul li::before,
.body-style ol li::before {
  content: "\00BB \0020";
  position: absolute;
  top: 0;
  left: 0;
}
.body-style a {
  font-weight: bold;
  text-decoration-color: #7A7874;
  text-decoration: underline;
  outline: none;
  /* Vorsicht: nur entfernen, wenn Ersatz vorhanden */
  position: relative;
}
.body-style a::before {
  z-index: -1;
  display: block;
  content: " ";
  position: absolute;
  top: -3px;
  left: -6px;
  bottom: -3px;
  right: -6px;
}
.body-style a:hover::before,
.body-style a:focus::before,
.body-style a:focus-within::before {
  background-color: #ffdc00c9;
  /* subtile Hintergrundfarbe */
  transition: background-color 0.2s ease;
}
.body-style h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .body-style h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .body-style h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
.body-style h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .body-style h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .body-style h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
.body-style h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px / 2;
}
@media (min-width: 576px) {
  .body-style h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .body-style h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
* {
  outline: 0;
}
.module-distances {
  /* 
    margin-left: @distance / 2;
    margin-right: @distance / 2; */
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .module-distances {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 1;
  display: inline-block;
}
a::before {
  display: block;
  content: " ";
  position: absolute;
  top: -3px;
  left: -6px;
  bottom: -3px;
  right: -6px;
  z-index: -1;
}
a:hover::before,
a:focus::before,
a:focus-within::before {
  background-color: #ffdc00c9;
  transition: background-color 0.2s ease;
}
img,
svg {
  display: block;
  max-width: 100%;
}
.main {
  overflow: hidden;
  margin-top: 55px;
}
@media (min-width: 768px) {
  .main {
    margin-top: 120px;
  }
}
.main-jumplink {
  height: 1px;
  line-height: 1px;
  display: block;
  overflow: hidden;
}
.container-fluid {
  max-width: 1900px;
}
.bg-yellow {
  background-color: #ffdc00;
}
.bg-grey {
  background-color: #e5e3dd;
}
.anchor {
  transform: translateY(-40px);
  height: 1px;
  display: inline-block;
}
.block + .block {
  margin-top: 20px;
  /* 

    &::after{
        content: ' nächstes Modul ';
        border-bottom: 1px solid #e5e3dd;
        display: block;
        text-align: center;
        color: #e5e3dd;
        margin-top: 80px;
    }  */
}
/* 
.block:last-child {
    margin-bottom: @distance / 2;
} */
.block.newsletter-registration:first-child,
.block.body-text:first-child {
  margin-top: 140px;
}
input,
textarea,
select {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  color: #000000;
}
input[type="text"],
input[type="password"],
textarea {
  width: 100%;
  border: 1px solid #000000;
  padding: 4px 10px 2px 4px;
  background: transparent;
  border-radius: 2px;
}
input[type="text"].error,
input[type="password"].error,
textarea.error {
  border-color: #c00808 !important;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover {
  background-color: #f0efeb;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
input[type="text"]:focus-within,
input[type="password"]:focus-within,
textarea:focus-within {
  outline: 2px dashed #BFB9AB;
  transition: outline 0.2s ease;
}
select {
  width: 100%;
  padding: 4px 10px 3px 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0;
  /* Firefox 1-3.6 */
  border-radius: 0;
  padding-right: 24px;
  background: transparent;
  border: none;
  border-radius: 2px;
  border: 1px solid #000000;
}
select option {
  color: #000000;
}
select.error {
  border-color: #c00808 !important;
}
select:hover {
  background-color: #f0efeb;
}
select:focus,
select:focus-within {
  outline: 2px dashed #BFB9AB;
  transition: outline 0.2s ease;
}
textarea {
  height: 100px;
  resize: vertical;
}
input[type="checkbox"].error + span {
  border-color: #c00808 !important;
}
::placeholder {
  opacity: 1;
  font-family: IstokWeb, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-top: 20px / 4;
  margin-bottom: 20px / 2;
  cursor: pointer;
  user-select: none;
  padding-right: 3px;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #000000;
}
.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio input:checked ~ .checkmark:after {
  display: block;
}
.radio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000000;
}
.radio:hover {
  background-color: #f0efeb;
  border-radius: 3px;
}
.radio:focus,
.radio:focus-within {
  outline: 2px dashed #BFB9AB;
  transition: outline 0.2s ease;
  border-radius: 2px;
}
.checkbox {
  position: relative;
  display: flex;
  margin-top: 8px;
}
.checkbox input {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.checkbox span {
  display: block;
  margin: 1px 10px 0 1px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #000000;
  border-radius: 2px;
  vertical-align: middle;
}
.checkbox span svg {
  fill: #000000;
  opacity: 0;
  transition: opacity 0.25s;
}
.checkbox input:checked + span svg {
  opacity: 1;
}
.checkbox a {
  font-weight: 700;
}
.checkbox label {
  line-height: 1.4;
}
.checkbox label a {
  text-decoration: underline;
}
.checkbox label a:hover,
.checkbox label a:focus,
.checkbox label a:focus-within {
  outline: 2px dashed #BFB9AB;
  transition: outline 0.2s ease;
}
.checkbox:focus,
.checkbox:focus-within {
  outline: 2px dashed #BFB9AB;
  transition: outline 0.2s ease;
}
form button {
  padding: 5px 10px 4px 10px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 11px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
}
form button:hover {
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.form-errors label {
  color: #c00808 !important;
}
.form-errors input,
.form-errors select,
.form-errors textarea {
  border-color: #c00808 !important;
}
.form--processing {
  position: relative;
  opacity: 0.8;
}
.form--processing .form__loading {
  display: block;
}
.form__loading {
  display: none;
  width: 120px;
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 60px);
  background: url('/site/templates/assets/images/loading.svg') no-repeat center center;
  background-size: 100% 100%;
  height: 120px;
  /* animation-name: rotate; 
    animation-duration: 1.5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear; */
}
.form__message--info,
.form__message--error {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.form__message--info:first-child,
.form__message--error:first-child {
  padding-top: 20px;
}
.form__message--info:last-child,
.form__message--error:last-child {
  padding-bottom: 20px;
}
.form__message--info span,
.form__message--error span {
  text-align: left !important;
}
.form__message--info a,
.form__message--error a {
  text-decoration: underline;
}
.form__message--info::before,
.form__message--error::before {
  content: "!";
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  margin-right: 8px;
  flex: 0 0 30px;
  border: 2px solid #000000;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
}
.form__message--error {
  color: #c00808;
}
.form__message--error span {
  color: #c00808;
}
.form__message--error::before {
  border: 2px solid #c00808;
}
.form__message--success {
  color: #014917;
}
.consent-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e3dd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consent-overlay__content {
  padding-left: 20px;
  padding-right: 20px;
}
.consent-overlay__button {
  position: relative;
  margin-top: 20px;
  z-index: 2;
}
.consent-overlay--hide {
  display: none;
}
.contact-card {
  line-height: 1.4;
}
.contact-card h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .contact-card h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .contact-card h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.contact-card p + p {
  margin-top: 20px/2;
}
.contact-card__name {
  display: block;
  margin-bottom: 20px/2;
}
.contact-card__contacticon,
.contact-card__email,
.contact-card__link {
  margin-top: 10px -3px;
}
.contact-card__contacticon a,
.contact-card__email a,
.contact-card__link a,
.contact-card__contacticon span,
.contact-card__email span,
.contact-card__link span {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: left;
  transition: all 0.2s;
  margin-bottom: 3px;
  position: relative;
}
.contact-card__contacticon a span:first-child,
.contact-card__email a span:first-child,
.contact-card__link a span:first-child,
.contact-card__contacticon span span:first-child,
.contact-card__email span span:first-child,
.contact-card__link span span:first-child {
  width: 20px;
  margin-top: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-card__contacticon a span:last-child,
.contact-card__email a span:last-child,
.contact-card__link a span:last-child,
.contact-card__contacticon span span:last-child,
.contact-card__email span span:last-child,
.contact-card__link span span:last-child {
  padding-left: 30px;
}
.contact-card__contacticon a svg,
.contact-card__email a svg,
.contact-card__link a svg,
.contact-card__contacticon span svg,
.contact-card__email span svg,
.contact-card__link span svg {
  fill: #000000;
  width: 20px;
  height: 20px;
}
.contact-card__contacticon a,
.contact-card__email a,
.contact-card__link a {
  font-weight: 700;
  display: inline-block;
}
.contact-card--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.contact-card--image > div:first-child {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.contact-card--image > div:last-child {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.contact-card--image img {
  width: 100%;
}
/* 
.fieldgroup__row + .fieldgroup__row {
    margin-top: @distance / 2;
} */
.fieldgroup__select {
  position: relative;
  display: block;
}
.fieldgroup__select-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-3px);
  pointer-events: none;
}
.fieldgroup__select-icon svg {
  width: 10px;
  height: 10px;
  fill: #000000;
}
.fieldgroup__checkbox {
  position: relative;
  display: flex;
  margin-top: 8px;
}
.fieldgroup__checkbox input {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.fieldgroup__checkbox span {
  display: block;
  margin: 1px 10px 0 1px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #000000;
  border-radius: 2px;
  vertical-align: middle;
}
.fieldgroup__checkbox span svg {
  fill: #000000;
  opacity: 0;
  transition: opacity 0.25s;
}
.fieldgroup__checkbox input:checked + span svg {
  opacity: 1;
}
.fieldgroup__checkbox a {
  font-weight: 700;
}
.fieldgroup__checkbox label {
  line-height: 1.4;
}
.fieldgroup__checkbox label a {
  text-decoration: underline;
}
.fieldgroup__checkbox label a:hover,
.fieldgroup__checkbox label a:focus,
.fieldgroup__checkbox label a:focus-within {
  outline: 2px dashed #BFB9AB;
  transition: outline 0.2s ease;
}
.fieldgroup__checkbox:focus,
.fieldgroup__checkbox:focus-within {
  outline: 2px dashed #BFB9AB;
  transition: outline 0.2s ease;
}
.fieldgroup__checkbox--disabled-1 input {
  cursor: default;
}
.fieldgroup__radio > label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-top: 20px / 4;
  margin-bottom: 20px / 2;
  cursor: pointer;
  user-select: none;
  padding-right: 3px;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.fieldgroup__radio > label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.fieldgroup__radio > label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #000000;
}
.fieldgroup__radio > label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.fieldgroup__radio > label input:checked ~ .checkmark:after {
  display: block;
}
.fieldgroup__radio > label .checkmark:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000000;
}
.fieldgroup__radio > label:hover {
  background-color: #f0efeb;
  border-radius: 3px;
}
.fieldgroup__radio > label:focus,
.fieldgroup__radio > label:focus-within {
  outline: 2px dashed #BFB9AB;
  transition: outline 0.2s ease;
  border-radius: 2px;
}
.fieldgroup__radio--row {
  display: flex;
}
.fieldgroup__radio--row > label + label {
  margin-left: 10px;
}
.fieldgroup__col--firstname {
  display: none;
}
.fieldgroup__error {
  color: #c00808;
}
.fieldgroup__error > p {
  margin-top: 20px / 2;
}
.fieldgroup__col--error label {
  color: #c00808 !important;
}
.fieldgroup__col--error input,
.fieldgroup__col--error select,
.fieldgroup__col--error textarea {
  border-color: #c00808 !important;
}
.fieldgroup__col {
  margin-top: 20px / 2;
  /* @media(min-width: @screen-sm-min) {
		margin-top: 0;
	} */
}
.fieldgroup__col--hidden {
  display: none;
}
.fieldgroup__label {
  font-weight: 700;
  margin-left: 2px;
  width: 100%;
  display: inline-block;
}
.fieldgroup__info {
  display: inline-block;
  position: relative;
  width: 20px;
  margin-left: 5px;
  height: 10px;
}
.fieldgroup__info svg {
  height: 22px;
  width: 22px;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.fieldgroup__tooltip {
  border: none !important;
  color: #ffffff;
  background: #000000 !important;
  padding: 10px !important;
  padding: 15px !important;
  border-radius: 11px !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
.fieldgroup-calendar {
  position: relative;
}
.fieldgroup-calendar:before {
  content: ' ';
  display: block;
  background: #e5e3dd;
  background: linear-gradient(97deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.692) 20%, #ffffff 100%);
  width: 50px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
}
.fieldgroup-calendar:hover {
  background-color: #f0efeb;
}
.fieldgroup-calendar:focus,
.fieldgroup-calendar:focus-within {
  outline: 2px dashed #BFB9AB;
  transition: outline 0.2s ease;
  border-radius: 2px;
}
.fieldgroup-calendar .fieldgroup-calendar-text {
  width: 100%;
  border: 1px solid #000000;
  padding: 4px 10px 3px 4px;
  background: transparent;
  border-radius: 2px;
  height: 31px;
  overflow: hidden;
  white-space: nowrap;
}
.fieldgroup-calendar .fieldgroup-calendar-text:disabled {
  color: #000000;
}
.fieldgroup-calendar .fieldgroup-calendar-text.error {
  border-color: #c00808 !important;
}
.fieldgroup-calendar img {
  width: 18px;
  position: absolute;
  top: 6px;
  right: 10px;
  /*
		border: none;
		background-color: transparent;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
        box-shadow: none !important;
		cursor: pointer;*/
}
.fieldgroup-calendar img:hover {
  background: none;
}
.order-ordering--bg-grey .fieldgroup-calendar:before {
  background: linear-gradient(97deg, rgba(229, 227, 221, 0) 0%, rgba(229, 227, 221, 0.9) 20%, #e5e3dd 100%);
}
.fieldgroup--prefield .fieldgroup__prefield {
  display: inline-block;
  padding-right: 5px;
}
.fieldgroup--prefield input {
  width: calc(100% - 35px);
}
.icon-button__icon {
  width: 40px;
}
.icon-headline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.icon-headline__icon {
  height: 54px;
  width: 54px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 20px;
}
.icon-headline__icon > svg {
  height: 54px;
  width: 54px;
}
.icon-headline__headlines {
  flex-grow: 1;
}
.icon-headline__headlines span {
  display: block;
}
.icon-headline--align-left {
  text-align: left;
}
.icon-headline--align-center {
  text-align: center;
}
.icon-headline--align-right {
  text-align: right;
}
.icon-headline--style-1 .icon-headline__topline {
  font-size: 16px;
  line-height: 20px;
}
.icon-headline--style-1 .icon-headline__headline {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 576px) {
  .icon-headline--style-1 .icon-headline__headline {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .icon-headline--style-1 .icon-headline__headline {
    font-size: 60px;
    line-height: 65px;
  }
}
.icon-headline--style-1 .icon-headline__subline {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .icon-headline--style-1 .icon-headline__subline {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .icon-headline--style-1 .icon-headline__subline {
    font-size: 40px;
    line-height: 48px;
  }
}
.icon-headline--style-2 .icon-headline__topline {
  font-size: 16px;
  line-height: 20px;
}
.icon-headline--style-2 .icon-headline__headline {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .icon-headline--style-2 .icon-headline__headline {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .icon-headline--style-2 .icon-headline__headline {
    font-size: 35px;
    line-height: 42px;
  }
}
.icon-headline--style-2 .icon-headline__subline {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .icon-headline--style-2 .icon-headline__subline {
    font-size: 25px;
    line-height: 30px;
  }
}
.icon-headline--style-3 .icon-headline__headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .icon-headline--style-3 .icon-headline__headline {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .icon-headline--style-3 .icon-headline__headline {
    font-size: 25px;
    line-height: 30px;
  }
}
.icon-headline--style-3 .icon-headline__subline {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 576px) {
  .icon-headline--style-3 .icon-headline__subline {
    font-size: 18px;
    line-height: 20px;
  }
}
.icon-label-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.2s;
  overflow: hidden;
  position: relative;
}
.icon-label-button--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.icon-label-button--style-black,
a.icon-label-button--style-black,
.icon-label-button--style-grey,
a.icon-label-button--style-grey,
.icon-label-button--style-yellow,
a.icon-label-button--style-yellow {
  border: none;
  padding: 15px 30px;
  border-radius: 11px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
  transform: translateZ(0);
  /* @media (min-width: @screen-xl-min) {
        padding: 15px 20px 13px 20px;
    } */
}
.icon-label-button--style-black::before,
a.icon-label-button--style-black::before,
.icon-label-button--style-grey::before,
a.icon-label-button--style-grey::before,
.icon-label-button--style-yellow::before,
a.icon-label-button--style-yellow::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #1D1D1B;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.icon-label-button--style-black:focus,
a.icon-label-button--style-black:focus,
.icon-label-button--style-grey:focus,
a.icon-label-button--style-grey:focus,
.icon-label-button--style-yellow:focus,
a.icon-label-button--style-yellow:focus,
.icon-label-button--style-black:focus-within,
a.icon-label-button--style-black:focus-within,
.icon-label-button--style-grey:focus-within,
a.icon-label-button--style-grey:focus-within,
.icon-label-button--style-yellow:focus-within,
a.icon-label-button--style-yellow:focus-within,
.icon-label-button--style-black:hover,
a.icon-label-button--style-black:hover,
.icon-label-button--style-grey:hover,
a.icon-label-button--style-grey:hover,
.icon-label-button--style-yellow:hover,
a.icon-label-button--style-yellow:hover {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.icon-label-button--style-black:focus::before,
a.icon-label-button--style-black:focus::before,
.icon-label-button--style-grey:focus::before,
a.icon-label-button--style-grey:focus::before,
.icon-label-button--style-yellow:focus::before,
a.icon-label-button--style-yellow:focus::before,
.icon-label-button--style-black:focus-within::before,
a.icon-label-button--style-black:focus-within::before,
.icon-label-button--style-grey:focus-within::before,
a.icon-label-button--style-grey:focus-within::before,
.icon-label-button--style-yellow:focus-within::before,
a.icon-label-button--style-yellow:focus-within::before,
.icon-label-button--style-black:hover::before,
a.icon-label-button--style-black:hover::before,
.icon-label-button--style-grey:hover::before,
a.icon-label-button--style-grey:hover::before,
.icon-label-button--style-yellow:hover::before,
a.icon-label-button--style-yellow:hover::before {
  transform: scaleX(1);
}
.icon-label-button--style-yellow {
  color: #000000;
  background: #ffdc00;
}
.icon-label-button--style-yellow:focus,
.icon-label-button--style-yellow:focus-within,
.icon-label-button--style-yellow:hover {
  background: #ffdc00;
  color: #ffffff;
}
.icon-label-button--style-yellow::before,
.icon-label-button--style-yellow a:focus-within::before,
.icon-label-button--style-yellow a:focus::before,
.icon-label-button--style-yellow a:hover::before {
  background: #7A7874;
}
.icon-label-button--style-black {
  background-color: #000000;
  color: #ffffff;
}
.icon-label-button--style-black:focus,
.icon-label-button--style-black:focus-within,
.icon-label-button--style-black:hover {
  background-color: #000000;
  color: #ffffff;
}
.icon-label-button--style-black::before,
.icon-label-button--style-black a:focus-within::before,
.icon-label-button--style-black a:focus::before,
.icon-label-button--style-black a:hover::before {
  background: #7A7874 !important;
}
.icon-label-button--style-grey {
  background-color: #BFB9AB;
  color: #ffffff;
}
.icon-label-button--style-grey:focus,
.icon-label-button--style-grey:focus-within {
  outline: 2px dotted #ffdc00;
  background-color: #BFB9AB;
}
.icon-label-button--style-grey:hover {
  background: #ffdc00;
}
.icon-label-button--style-text {
  position: unset;
  overflow: visible;
  transition: background-color 0.2s ease;
}
.icon-label-button--style-text::before {
  z-index: 1;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}
.icon-label-button--style-text .icon-label-button__label {
  padding-right: 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  position: relative;
}
.icon-label-button--style-text .icon-label-button__label::before {
  z-index: -1;
  display: block;
  content: " ";
  position: absolute;
  top: -3px;
  left: -6px;
  bottom: -3px;
  right: -6px;
}
.icon-label-button--style-text .icon-label-button__label::after {
  content: "\a0 ";
  z-index: 1;
  width: 0px;
  height: 0px;
  transform: rotate(360deg) translateY(4px);
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #000;
  margin-left: 10px;
  line-height: 25px;
  display: inline-block;
  position: absolute;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.icon-label-button--style-text:hover:before,
.icon-label-button--style-text:focus:before,
.icon-label-button--style-text:focus-within:before {
  background: none;
}
.icon-label-button--style-text:hover .icon-label-button__label::before,
.icon-label-button--style-text:focus .icon-label-button__label::before,
.icon-label-button--style-text:focus-within .icon-label-button__label::before {
  background-color: #ffdc00c9;
  transition: background-color 0.2s ease;
}
.icon-label-button__label {
  font-size: 18px;
  line-height: 22px;
  /* 
    @media (min-width: @screen-xl-min) { font-size: 30px; line-height: 38px; } */
}
@media (min-width: 576px) {
  .icon-label-button__label {
    font-size: 20px;
    line-height: 25px;
  }
}
.icon-label-button__icon {
  width: 26px;
  height: 26px;
}
.icon-label-button__icon svg {
  fill: currentColor;
}
.icon-label-button--icon-align-right .icon-label-button__label {
  order: 1;
}
.icon-label-button--icon-align-right .icon-label-button__icon {
  order: 2;
  margin-left: 5px;
}
.icon-label-button--icon-align-left .icon-label-button__label {
  order: 2;
}
.icon-label-button--icon-align-left .icon-label-button__icon {
  order: 1;
  margin-right: 5px;
}
.login .login {
  background-color: pink;
  position: relative;
}
.login .login__success {
  display: none;
}
.login .login__elements {
  display: block;
}
.login .login__intro {
  display: block;
}
.login .login__submit {
  margin-top: 20px;
}
.login .login__required {
  text-align: right;
  font-size: 12px;
  margin-top: 20px / 2;
}
.login.form--success .login__success {
  display: block;
}
.login.form--success .login__elements {
  display: none;
}
.login.form--success .login__intro {
  display: none;
}
.login__password-forgotten {
  margin-top: 20px;
  font-weight: bold;
}
.login__messages p:first-child {
  margin-top: 20px;
}
.multi-order-cell.multi-order-cell--closed .multi-order-cell__content {
  height: 0 !important;
}
.multi-order-cell:not(.multi-order-cell--closed) .multi-order-cell__action,
.multi-order-cell:not(.multi-order-cell--closed) .multi-order-cell__amount,
.multi-order-cell:not(.multi-order-cell--closed) .multi-order-cell__price {
  display: none;
}
.multi-order-cell:not(.multi-order-cell--closed) .multi-order-cell__note {
  visibility: hidden;
}
.multi-order-cell__title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.multi-order-cell__number {
  font-size: 20px;
  font-weight: 700;
  margin-right: 4px;
}
.multi-order-cell__name {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .multi-order-cell__name {
    font-size: 20px;
  }
}
.multi-order-cell__action {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.multi-order-cell__action-label {
  margin-right: 6px;
}
.multi-order-cell__action-icon {
  height: 18px;
  width: 18px;
}
.multi-order-cell__action-icon > svg {
  height: 18px;
  width: 18px;
  fill: currentColor;
}
.multi-order-cell__amount {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.multi-order-cell__amount-val {
  font-weight: 700;
}
.multi-order-cell__amount-unit {
  text-transform: uppercase;
  margin-left: 10px;
}
.multi-order-cell__price {
  display: block;
  text-align: right;
  font-weight: 700;
}
.multi-order-cell__note {
  font-size: 14px;
}
.multi-order-cell__content {
  overflow: hidden;
  transition: height 0.4s;
}
@media (min-width: 768px) {
  .multi-order-cell__group,
  .multi-order-cell__button-cancel {
    margin-left: 100% / 6;
    margin-right: 100% / 6;
  }
}
.multi-order-cell__headline,
.multi-order-cell__group-headline {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .multi-order-cell__headline,
  .multi-order-cell__group-headline {
    font-size: 20px;
  }
}
.multi-order-cell__right {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.multi-order-cell__img-container {
  position: relative;
  padding: 0 !important;
}
.multi-order-cell__img-container::before {
  position: relative;
  content: "";
  display: block;
  padding-top: 100%;
}
.multi-order-cell__img {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.multi-order-cell__amount-container {
  display: flex;
  flex-direction: row;
  flex-wrap: 0;
  align-items: center;
}
.multi-order-cell__amount-label {
  font-weight: 700;
}
.multi-order-cell__slider-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  flex-grow: 1;
}
.multi-order-cell__slider-wrapper::before,
.multi-order-cell__slider-wrapper::after {
  font-size: 18px;
  font-weight: 700;
  flex-grow: 0;
  flex-shrink: 0;
  padding-top: 1px;
}
.multi-order-cell__slider-wrapper::before {
  content: "-";
  padding-right: 4px;
}
.multi-order-cell__slider-wrapper::after {
  content: "+";
  padding-left: 4px;
}
.multi-order-cell__slider-range {
  -webkit-appearance: none;
  flex-grow: 1;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: #000000;
  outline: none;
}
.multi-order-cell__slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 44px;
  height: 26px;
  border: 0;
  background: url('/site/templates/assets/images/thumb.svg');
  cursor: pointer;
}
.multi-order-cell__slider-range::-moz-range-thumb {
  width: 44px;
  height: 26px;
  border: 0;
  background: url('/site/templates/assets/images/thumb.svg');
  cursor: pointer;
}
.multi-order-cell__slider-label {
  text-transform: uppercase;
  font-weight: 700;
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 100px;
  text-align: right;
  padding-left: 20px;
}
.multi-order-cell__row {
  align-items: flex-end;
}
.multi-order-cell__row:not(:first-child) {
  margin-top: 20px / 2;
}
.multi-order-cell__row-label {
  display: block;
  font-weight: 700;
}
.multi-order-cell__row-price {
  display: block;
  text-align: right;
  font-weight: 700;
}
.multi-order-cell__total-price {
  display: block;
  text-align: right;
  font-weight: 700;
  font-size: 24px;
}
.multi-order-cell__tax {
  display: block;
  text-align: right;
}
.multi-order-cell__button-cancel,
.multi-order-cell__button-add {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.multi-order-cell__button-cancel {
  flex-direction: row;
}
.multi-order-cell__button-add {
  flex-direction: row-reverse;
}
.multi-order-cell__total-label {
  display: block;
  font-weight: 700;
  font-size: 32px;
}
.multi-order-cell__divider {
  height: 1px;
  background-color: #1D1D1B;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.typo__headlines span {
  display: block;
}
.typo__copy {
  line-height: 1.5;
}
.typo__copy > * + * {
  margin-top: 1em;
}
.typo__copy ul,
.typo__copy ol {
  list-style-type: none;
}
.typo__copy ul li,
.typo__copy ol li {
  padding-left: 1em;
  position: relative;
  margin: 0.5em 0;
}
.typo__copy ul li::before,
.typo__copy ol li::before {
  content: "\00BB \0020";
  position: absolute;
  top: 0;
  left: 0;
}
.typo__copy a {
  font-weight: bold;
  text-decoration-color: #7A7874;
  text-decoration: underline;
  outline: none;
  /* Vorsicht: nur entfernen, wenn Ersatz vorhanden */
  position: relative;
}
.typo__copy a::before {
  z-index: -1;
  display: block;
  content: " ";
  position: absolute;
  top: -3px;
  left: -6px;
  bottom: -3px;
  right: -6px;
}
.typo__copy a:hover::before,
.typo__copy a:focus::before,
.typo__copy a:focus-within::before {
  background-color: #ffdc00c9;
  /* subtile Hintergrundfarbe */
  transition: background-color 0.2s ease;
}
.typo__topline + .typo__headline {
  margin-top: 5px;
}
.typo__headline + .typo__subline {
  margin-top: 10px;
}
.typo__headlines + .typo__copy {
  margin-top: 20px;
}
.typo__headlines + .typo__buttons,
.typo__copy + .typo__buttons {
  margin-top: 20px;
}
.typo__button + .typo__button {
  margin-top: 10px;
}
.typo--align-left {
  text-align: left;
}
.typo--align-center {
  text-align: center;
}
.typo--align-right {
  text-align: right;
}
.typo--style-1 .typo__topline {
  font-size: 16px;
  line-height: 20px;
}
.typo--style-1 .typo__headline {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 576px) {
  .typo--style-1 .typo__headline {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .typo--style-1 .typo__headline {
    font-size: 60px;
    line-height: 65px;
  }
}
.typo--style-1 .typo__subline {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .typo--style-1 .typo__subline {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .typo--style-1 .typo__subline {
    font-size: 40px;
    line-height: 48px;
  }
}
.typo--style-2 .typo__topline {
  font-size: 16px;
  line-height: 20px;
}
.typo--style-2 .typo__headline {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .typo--style-2 .typo__headline {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .typo--style-2 .typo__headline {
    font-size: 35px;
    line-height: 42px;
  }
}
.typo--style-2 .typo__subline {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .typo--style-2 .typo__subline {
    font-size: 25px;
    line-height: 30px;
  }
}
.typo--style-3 .typo__headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .typo--style-3 .typo__headline {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .typo--style-3 .typo__headline {
    font-size: 25px;
    line-height: 30px;
  }
}
.typo--style-3 .typo__subline {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 576px) {
  .typo--style-3 .typo__subline {
    font-size: 18px;
    line-height: 20px;
  }
}
.typo--style-4 .typo__headline {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .typo--style-4 .typo__headline {
    font-size: 20px;
  }
}
.typo--style-4 .typo__subline {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 576px) {
  .typo--style-4 .typo__subline {
    font-size: 18px;
    line-height: 20px;
  }
}
.typo--style-5 .typo__headline {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .typo--style-5 .typo__headline {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .typo--style-5 .typo__headline {
    font-size: 25px;
    line-height: 30px;
  }
}
.typo--style-5 .typo__subline {
  font-size: 12px;
  line-height: 14px;
  margin-top: 0;
}
@media (min-width: 576px) {
  .typo--style-5 .typo__subline {
    font-size: 14px;
    line-height: 16px;
  }
}
.typo2__headlines span {
  display: block;
}
.typo2__copy {
  line-height: 1.5;
  margin-top: 20px;
}
.typo2__copy > * + * {
  margin-top: 1em;
}
.typo2__copy ul,
.typo2__copy ol {
  list-style-type: none;
}
.typo2__copy ul li,
.typo2__copy ol li {
  padding-left: 1em;
  position: relative;
  margin: 0.5em 0;
}
.typo2__copy ul li::before,
.typo2__copy ol li::before {
  content: "\00BB \0020";
  position: absolute;
  top: 0;
  left: 0;
}
.typo2__copy a {
  font-weight: bold;
  text-decoration-color: #7A7874;
  text-decoration: underline;
  outline: none;
  /* Vorsicht: nur entfernen, wenn Ersatz vorhanden */
  position: relative;
}
.typo2__copy a::before {
  z-index: -1;
  display: block;
  content: " ";
  position: absolute;
  top: -3px;
  left: -6px;
  bottom: -3px;
  right: -6px;
}
.typo2__copy a:hover::before,
.typo2__copy a:focus::before,
.typo2__copy a:focus-within::before {
  background-color: #ffdc00c9;
  /* subtile Hintergrundfarbe */
  transition: background-color 0.2s ease;
}
/* 
.typo2__topline + .typo2__headline {
    margin-top: @distance * 0.5;
}

.typo2__headline + .typo2__subline {
    margin-top: @distance * 0.5;
} */
.typo2__button + .typo2__button {
  margin-top: 10px;
}
.typo2--align-left {
  text-align: left;
}
.typo2--align-center {
  text-align: center;
}
.typo2--align-right {
  text-align: right;
}
.typo2__buttons:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .typo2--tworows .typo2__headlines {
    width: 50%;
  }
  .typo2--tworows .typo2__copy {
    column-count: 2;
    column-gap: 40px;
  }
  .typo2--tworows .typo2__buttons {
    text-align: right;
  }
}
.typo2--style-1 .typo2__topline {
  font-size: 16px;
  line-height: 20px;
}
.typo2--style-1 .typo2__headline {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 576px) {
  .typo2--style-1 .typo2__headline {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .typo2--style-1 .typo2__headline {
    font-size: 60px;
    line-height: 65px;
  }
}
.typo2--style-1 .typo2__subline {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .typo2--style-1 .typo2__subline {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .typo2--style-1 .typo2__subline {
    font-size: 40px;
    line-height: 48px;
  }
}
.typo2--style-2 .typo2__topline {
  font-size: 16px;
  line-height: 20px;
}
.typo2--style-2 .typo2__headline {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .typo2--style-2 .typo2__headline {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .typo2--style-2 .typo2__headline {
    font-size: 35px;
    line-height: 42px;
  }
}
.typo2--style-2 .typo2__subline {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .typo2--style-2 .typo2__subline {
    font-size: 25px;
    line-height: 30px;
  }
}
.typo2--style-3 .typo2__headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .typo2--style-3 .typo2__headline {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .typo2--style-3 .typo2__headline {
    font-size: 25px;
    line-height: 30px;
  }
}
.typo2--style-3 .typo2__subline {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 576px) {
  .typo2--style-3 .typo2__subline {
    font-size: 18px;
    line-height: 20px;
  }
}
.youtube {
  position: relative;
  padding: 0 !important;
}
.youtube::before {
  position: relative;
  content: "";
  display: block;
  padding-top: 56.25%;
}
.youtube__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body-text__inner {
  /* 
    margin-left: @distance / 2;
    margin-right: @distance / 2; */
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .body-text__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.body-text__typo {
  line-height: 1.5;
  padding-left: 20px;
  padding-right: 20px;
}
.body-text__typo > * + * {
  margin-top: 1em;
}
.body-text__typo ul,
.body-text__typo ol {
  list-style-type: none;
}
.body-text__typo ul li,
.body-text__typo ol li {
  padding-left: 1em;
  position: relative;
  margin: 0.5em 0;
}
.body-text__typo ul li::before,
.body-text__typo ol li::before {
  content: "\00BB \0020";
  position: absolute;
  top: 0;
  left: 0;
}
.body-text__typo a {
  font-weight: bold;
  text-decoration-color: #7A7874;
  text-decoration: underline;
  outline: none;
  /* Vorsicht: nur entfernen, wenn Ersatz vorhanden */
  position: relative;
}
.body-text__typo a::before {
  z-index: -1;
  display: block;
  content: " ";
  position: absolute;
  top: -3px;
  left: -6px;
  bottom: -3px;
  right: -6px;
}
.body-text__typo a:hover::before,
.body-text__typo a:focus::before,
.body-text__typo a:focus-within::before {
  background-color: #ffdc00c9;
  /* subtile Hintergrundfarbe */
  transition: background-color 0.2s ease;
}
.body-text__typo h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .body-text__typo h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .body-text__typo h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
.body-text__typo h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .body-text__typo h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .body-text__typo h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
.body-text__typo h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px / 2;
}
@media (min-width: 576px) {
  .body-text__typo h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .body-text__typo h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.collapsibles--bg-grey .collapsibles__inner {
  background-color: #e5e3dd;
}
.collapsibles--bg-yellow .collapsibles__inner {
  background-color: #ffdc00;
}
.collapsibles__inner {
  /* 
    margin-left: @distance / 2;
    margin-right: @distance / 2; */
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .collapsibles__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.collapsibles__typo {
  padding-left: 20px;
  padding-right: 20px;
}
.collapsibles__typo:not(:last-child) {
  margin-bottom: 20px;
}
.collapsibles__boxes {
  padding-left: 20px;
  padding-right: 20px;
}
.collapsibles__box {
  border-bottom: 1px solid #000000;
}
.collapsibles__box-bar {
  cursor: pointer;
}
.collapsibles__box-bar-container {
  padding-top: 20px;
  padding-bottom: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: transparent;
  border: none;
  width: 100%;
  justify-content: space-between;
  text-align: left;
  transition: all 0.25s linear;
}
.collapsibles__box-headline {
  color: #000000;
  transition: all 0.25s linear;
  flex-grow: 1;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .collapsibles__box-headline {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .collapsibles__box-headline {
    font-size: 25px;
    line-height: 30px;
  }
}
.collapsibles__box-icon {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.collapsibles__box-icon > svg {
  width: 20px;
  height: 20px;
  transition: fill 0.25s linear;
  fill: #000000;
}
.collapsibles__box-bar-container:hover .collapsibles__box-headline,
.collapsibles__box-bar-container:focus .collapsibles__box-headline,
.collapsibles__box-bar-container:focus-within .collapsibles__box-headline {
  transform: translateX(10px);
}
.collapsibles__box-content {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .collapsibles__box-content {
    padding: 20px 40px;
  }
}
@media (min-width: 1200px) {
  .collapsibles__box-content {
    padding: 20px 80px;
  }
}
.collapsibles__box-content ul,
.collapsibles__box-content ol {
  margin: 1em;
}
.collapsibles__box-bar-container[aria-expanded="true"] .collapsibles__box-icon {
  transform: scaleY(-1);
}
.collapsibles__box-bar-container[aria-expanded="true"] .collapsibles__box-icon > svg {
  /* fill: @yellow;*/
}
.consent-manager {
  z-index: 10000;
  position: fixed;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 600px;
  padding-bottom: 20px / 2;
  padding-top: 20px / 2;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.5s;
  /* GROUPS */
  /* ITEMS */
  /* BUTTONS */
}
.consent-manager--on {
  transform: translateX(0);
}
.consent-manager__box {
  background-color: #e5e3dd;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding-left: 20px / 2;
  padding-right: 20px / 2;
}
@media (min-width: 576px) {
  .consent-manager__box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.consent-manager__headline {
  line-height: 24px;
  margin-bottom: 20px/4;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 576px) {
  .consent-manager__headline {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .consent-manager__headline {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  .consent-manager__headline {
    font-size: 25px;
  }
}
.consent-manager__copy a {
  text-decoration: underline;
}
.consent-manager__control {
  display: flex;
  justify-content: space-between;
}
.consent-manager__input {
  /* visibility: hidden;
        width: 0;
        height: 0;
        opacity: 0;
        */
  position: absolute;
  z-index: 1;
  width: 40px;
}
.consent-manager__input::before {
  display: block;
  content: " ";
  position: absolute;
  top: -6px;
  left: -7px;
  bottom: -7px;
  right: 2px;
  z-index: -1;
  border-radius: 10px;
  border: 2px dashed transparent;
}
.consent-manager__input:hover::before,
.consent-manager__input:focus::before,
.consent-manager__input:focus-within::before {
  border-color: #BFB9AB;
  transition: border-color 0.2s ease;
}
.consent-manager__toggle {
  display: flex;
  align-items: center;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #7A7874;
  background-color: #e5e3dd;
  cursor: pointer;
  padding: 0 2px;
  z-index: 2;
  position: relative;
}
.consent-manager__toggle > span {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #000000;
  border-radius: 100%;
}
.consent-manager__input:checked + .consent-manager__toggle {
  justify-content: flex-end;
  background-color: #ffdc00;
}
.consent-manager__input:disabled + .consent-manager__toggle {
  opacity: 0.5;
  cursor: not-allowed;
}
.consent-manager__groups {
  margin-top: 20px;
}
.consent-manager__group + .consent-manager__group {
  margin-top: 20px/2;
}
.consent-manager__group {
  background-color: #ffffff;
  padding: 20px 20px 10px 20px;
}
.consent-manager__group--on .consent-manager__items {
  height: auto;
  margin-bottom: 20px/2;
}
.consent-manager__group--on .consent-manager__group-toggle-icon {
  transform: rotate(180deg);
}
.consent-manager__group-headline {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px/4;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  z-index: 1;
  position: relative;
  color: #000000;
}
.consent-manager__group-headline::before {
  display: block;
  content: " ";
  position: absolute;
  top: -3px;
  left: -6px;
  bottom: -3px;
  right: -6px;
  z-index: -1;
  border-radius: 3px;
}
.consent-manager__group-headline:hover::before,
.consent-manager__group-headline:focus::before,
.consent-manager__group-headline:focus-within::before {
  background-color: #ffdc00c9;
  transition: background-color 0.2s ease;
}
.consent-manager__group-toggle-icon {
  margin-left: 10px;
}
.consent-manager__group-toggle-icon svg {
  fill: currentColor;
  width: 0.75em;
}
.consent-manager__group-copy {
  line-height: 1.5;
  margin-right: 60px;
  height: 0;
  overflow: hidden;
}
.consent-manager__group-copy > * + * {
  margin-top: 1em;
}
.consent-manager__group-copy ul,
.consent-manager__group-copy ol {
  list-style-type: none;
}
.consent-manager__group-copy ul li,
.consent-manager__group-copy ol li {
  padding-left: 1em;
  position: relative;
  margin: 0.5em 0;
}
.consent-manager__group-copy ul li::before,
.consent-manager__group-copy ol li::before {
  content: "\00BB \0020";
  position: absolute;
  top: 0;
  left: 0;
}
.consent-manager__group-copy a {
  font-weight: bold;
  text-decoration-color: #7A7874;
  text-decoration: underline;
  outline: none;
  /* Vorsicht: nur entfernen, wenn Ersatz vorhanden */
  position: relative;
}
.consent-manager__group-copy a::before {
  z-index: -1;
  display: block;
  content: " ";
  position: absolute;
  top: -3px;
  left: -6px;
  bottom: -3px;
  right: -6px;
}
.consent-manager__group-copy a:hover::before,
.consent-manager__group-copy a:focus::before,
.consent-manager__group-copy a:focus-within::before {
  background-color: #ffdc00c9;
  /* subtile Hintergrundfarbe */
  transition: background-color 0.2s ease;
}
.consent-manager__group--on .consent-manager__group-copy {
  height: auto;
}
.consent-manager__items {
  height: 0;
  overflow: hidden;
}
.consent-manager__item + .consent-manager__item {
  margin-top: 20px/2;
}
.consent-manager__item {
  margin-top: 20px/2;
}
.consent-manager__item--on .consent-manager__item-copy {
  height: auto;
}
.consent-manager__item-headline {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
.consent-manager__item-headline:hover,
.consent-manager__item-headline:focus {
  background: #ffdc00;
  border-radius: 2px;
}
.consent-manager__item-toggle-icon {
  margin-left: 10px;
}
.consent-manager__item-toggle-icon svg {
  fill: currentColor;
  width: 1.3em;
}
.consent-manager__item-copy {
  line-height: 1.5;
  margin-right: 60px;
  height: 0;
  overflow: hidden;
}
.consent-manager__item-copy > * + * {
  margin-top: 1em;
}
.consent-manager__item-copy ul,
.consent-manager__item-copy ol {
  list-style-type: none;
}
.consent-manager__item-copy ul li,
.consent-manager__item-copy ol li {
  padding-left: 1em;
  position: relative;
  margin: 0.5em 0;
}
.consent-manager__item-copy ul li::before,
.consent-manager__item-copy ol li::before {
  content: "\00BB \0020";
  position: absolute;
  top: 0;
  left: 0;
}
.consent-manager__item-copy a {
  font-weight: bold;
  text-decoration-color: #7A7874;
  text-decoration: underline;
  outline: none;
  /* Vorsicht: nur entfernen, wenn Ersatz vorhanden */
  position: relative;
}
.consent-manager__item-copy a::before {
  z-index: -1;
  display: block;
  content: " ";
  position: absolute;
  top: -3px;
  left: -6px;
  bottom: -3px;
  right: -6px;
}
.consent-manager__item-copy a:hover::before,
.consent-manager__item-copy a:focus::before,
.consent-manager__item-copy a:focus-within::before {
  background-color: #ffdc00c9;
  /* subtile Hintergrundfarbe */
  transition: background-color 0.2s ease;
}
.consent-manager__buttons {
  display: flex;
  margin-top: 20px;
}
.consent-manager__button + .consent-manager__button {
  margin-left: 2%;
}
.consent-manager__button {
  padding: 10px 16px 8px 16px;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  transition: all 0.2s;
  width: 49%;
}
.consent-manager__button:focus,
.consent-manager__button:focus-within,
.consent-manager__button:hover {
  background-color: #ffdc00;
  color: #000000;
  outline: 2px dotted #ffdc00;
}
.consent-manager__button--highlight {
  background-color: #000000;
  color: #ffffff;
}
.contact-widget__wrapper {
  z-index: 10000;
  position: fixed;
  top: 65px;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.5s;
  background-color: #ffdc00;
  width: 100%;
  border-radius: 11px;
}
@media (min-width: 768px) {
  .contact-widget__wrapper {
    width: 80%;
    top: 150px;
  }
}
@media (min-width: 1200px) {
  .contact-widget__wrapper {
    width: 40%;
  }
}
.contact-widget__scroll {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  padding-left: 20px/2;
  padding-right: 20px/2;
}
.contact-widget__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100%;
  padding-top: 20px / 2;
  padding-bottom: 20px;
}
.contact-widget__container a:focus,
.contact-widget__container a:focus-within {
  outline: 2px dashed #BFB9AB;
}
.contact-widget__headline {
  margin-bottom: 20px;
}
.contact-widget__headline svg {
  display: block;
  width: 45px;
  float: left;
}
.contact-widget__headline h2 {
  display: block;
  font-size: 30px;
  line-height: 43px;
  float: left;
  margin-left: 20px;
}
.contact-widget__headline::after {
  clear: both;
  content: '';
  display: block;
  height: 1px;
  line-height: 1px;
}
.contact-widget__close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: margin-top 0.25s;
}
.contact-widget__close-button svg {
  width: 24px;
  height: 24px;
  fill: #000000;
}
.contact-widget__close-button:focus,
.contact-widget__close-button:focus-within {
  outline: 2px dashed #BFB9AB;
}
.contact-widget__open-button {
  display: block;
  position: fixed;
  z-index: 4000;
  top: 65px;
  right: 13px;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  transition: bottom 0.25s, opacity 0.5s, visibility 0s;
  cursor: pointer;
  transform: translateZ(0);
  background-color: #ffdc00;
  display: flex;
  justify-content: center;
  padding: 5px;
  border-radius: 11px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition: 0.25s all;
}
.contact-widget__open-button svg {
  width: 100%;
}
.contact-widget__open-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1D1D1B;
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.contact-widget__open-button:focus,
.contact-widget__open-button:focus-within,
.contact-widget__open-button:hover {
  color: #ffdc00;
  background-color: #000000;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.contact-widget__open-button:focus svg,
.contact-widget__open-button:focus-within svg,
.contact-widget__open-button:hover svg {
  fill: #e5e3dd;
}
@media (min-width: 768px) {
  .contact-widget__open-button {
    top: 150px;
  }
}
.contact-widget__form-row {
  margin-bottom: 10px;
}
.contact-widget__form-phone {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .contact-widget__form-phone {
    font-size: 18px;
    line-height: 20px;
  }
}
.contact-widget__form-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-widget__form-comment {
  padding-top: 20px;
}
.contact-widget__form-comment a {
  text-decoration: underline;
}
.contact-widget--open .contact-widget__wrapper {
  z-index: 10000;
  transform: translateX(0);
  overflow: scroll;
  max-height: calc(100vh - 70px);
}
@media (min-width: 768px) {
  .contact-widget--open .contact-widget__wrapper {
    overflow: unset;
    max-height: unset;
  }
}
.contact-widget--open .contact-widget__open-button {
  display: none;
}
.contact-widget__form {
  position: relative;
  width: 100%;
  padding-right: 40px;
  margin-top: 20px;
}
.contact-widget__form .contact-widget {
  background-color: pink;
  position: relative;
}
.contact-widget__form .contact-widget__success {
  display: none;
}
.contact-widget__form .contact-widget__elements {
  display: block;
}
.contact-widget__form .contact-widget__intro {
  display: block;
}
.contact-widget__form .contact-widget__submit {
  margin-top: 20px;
}
.contact-widget__form .contact-widget__required {
  text-align: right;
  font-size: 12px;
  margin-top: 20px / 2;
}
.contact-widget__form.form--success .contact-widget__success {
  display: block;
}
.contact-widget__form.form--success .contact-widget__elements {
  display: none;
}
.contact-widget__form.form--success .contact-widget__intro {
  display: none;
}
.contact-widget__messages {
  margin-top: 40px;
  background: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #efefef;
}
.contact-widget__messages p:first-child {
  margin-top: 20px;
}
.contact-widget__form-submit,
.contact-widget__form-required {
  text-align: right;
}
/* honeypot */
.contact-widget .fieldgroup__row:first-child {
  display: none;
}
.contact__inner {
  /* 
    margin-left: @distance / 2;
    margin-right: @distance / 2; */
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .contact__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.contact--bg-grey .contact__inner {
  background-color: #e5e3dd;
}
.contact--bg-yellow .contact__inner {
  background-color: #ffdc00;
}
.contact__col-typo {
  padding-left: 20px;
  padding-right: 20px;
}
.contact__form {
  padding-left: 20px;
  padding-right: 20px;
}
.contact__form.form--processing {
  opacity: 0.8;
}
.contact__form-row {
  margin-bottom: 10px;
}
.contact__form-comment {
  padding-top: 20px;
}
.contact__form-comment a {
  text-decoration: underline;
}
.contact__form-messages {
  line-height: 1.4;
  margin-top: 40px;
  background: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #efefef;
}
.contact__form-message--error {
  color: #c00808;
  font-weight: 700;
  padding-top: 20px;
}
.contact__form-loading {
  display: none;
  width: 120px;
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 60px);
  background: url('/site/templates/assets/images/loading.svg') no-repeat center center;
  background-size: 100% 100%;
  height: 120px;
  /* animation-name: rotate; 
    animation-duration: 1.5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear; */
}
.contact__form-submit {
  margin-top: 20px;
  text-align: right;
}
.form--processing .contact__form-loading {
  display: block;
}
.form--processing .contact__form-submit {
  display: none;
}
.contact__form-success {
  display: none;
  /* color: @success-color; */
}
.form--success .contact__form-success {
  display: block;
}
.form--success .contact__form-elements {
  display: none;
}
.contact__form-required {
  text-align: right;
  font-size: 12px;
}
@media (max-width: 767px) {
  .contact__form-col {
    margin-top: 20px;
  }
}
.downloads__inner {
  /* 
    margin-left: @distance / 2;
    margin-right: @distance / 2; */
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .downloads__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.downloads--bg-grey .downloads__inner {
  background-color: #e5e3dd;
}
.downloads--bg-yellow .downloads__inner {
  background-color: #ffdc00;
}
.downloads__typo {
  padding-left: 20px;
  padding-right: 20px;
}
.downloads__items {
  margin-top: 40px;
  /* remove bottom distance  */
}
.downloads__items > div {
  margin-top: -20px;
  position: relative;
  top: 20px;
}
.downloads__item-col {
  margin-bottom: 40px;
}
.downloads__item {
  padding-left: 20px;
  padding-right: 20px;
}
.downloads__item-headlines > span {
  display: block;
}
.downloads__item-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .downloads__item-headline {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .downloads__item-headline {
    font-size: 25px;
    line-height: 30px;
  }
}
.downloads__item-subline {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 576px) {
  .downloads__item-subline {
    font-size: 18px;
    line-height: 20px;
  }
}
.downloads__item-button {
  margin-top: 10px;
}
.employees__inner {
  /* 
    margin-left: @distance / 2;
    margin-right: @distance / 2; */
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .employees__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.employees__tiles {
  margin-top: 60px;
}
.employees__col + .employees__col {
  margin-top: 20px;
}
/*
    > div {
        margin-top: -@distance;
		position: relative;
		top: @distance;
    }
}*/
.footer {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
}
.footer .footer__inner {
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #e5e3dd;
  color: #000000;
  overflow: hidden;
  line-height: 1.3em;
}
.footer .footer__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 40px;
}
.footer .footer__col--contact {
  order: 3;
}
.footer .footer__col--contact:first-child {
  padding-bottom: 0px;
}
.footer .footer__col--payment {
  order: 1;
}
.footer .footer__col--links {
  order: 4;
  margin-top: 40px;
  text-align: center;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .footer__col--links li {
  display: inline-block;
  padding: 0 5px;
}
.footer .footer__col--links a {
  margin-top: 5px;
  padding-top: 5px;
  display: inline-block;
}
.footer .footer__col--links a:hover {
  color: #333333;
}
.footer .footer__col--certified {
  order: 2;
}
.footer .footer__col--certified img {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer .footer__col-inner {
  padding-left: 20px;
  padding-right: 20px;
}
.footer .footer__col-inner p + p {
  margin-top: 10px;
}
.footer h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer p a {
  font-weight: 700;
  margin-top: 5px;
  padding-top: 5px;
  display: inline-block;
}
.footer p a:hover {
  color: #333333;
}
.footer ul {
  list-style: none;
}
.footer .footer__socials {
  list-style: none;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
.footer .footer__socials li {
  padding-left: 10px;
}
.footer .footer__socials li a {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  transition: all 0.25s ease;
  border-radius: 11px;
}
.footer .footer__socials li a img,
.footer .footer__socials li a svg {
  max-width: 100%;
  transition: all 0.25s ease;
}
.footer .footer__socials li a svg {
  fill: #000000;
}
.footer .footer__socials li a svg:hover {
  fill: #333333;
}
.footer .footer__socials li a:hover {
  transform: scale(1.05);
}
@media (min-width: 576px) {
  .footer {
    font-size: 18px;
  }
  .footer h2 {
    font-size: 18px;
  }
  .footer .footer__inner {
    padding-bottom: 40px;
  }
  .footer .footer__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer .footer__col--links {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .footer .footer__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .footer .footer__col--links {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .footer .footer__row {
    justify-content: space-between;
  }
  .footer .footer__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .footer .footer__col--contact {
    order: 10;
  }
  .footer .footer__col--payment {
    order: 30;
  }
  .footer .footer__col--certified {
    order: 40;
  }
  .footer .footer__col--links {
    order: 50;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .footer .footer__col--links {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .footer .footer__col--links {
    order: 20;
    margin-top: 0;
  }
  .footer .footer__col--links .footer__links {
    text-align: left;
  }
  .footer .footer__col--links .footer__links li {
    display: block;
  }
}
.header {
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  text-align: left;
  transition: height 0.2s, background-color 0.2s;
  background-color: #ffffff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .header {
    height: 120px;
  }
}
.header__container {
  position: relative;
  transform: translateY(-100%) translateY(55px);
  transition: transform 0.5s, background-color 0.5s, box-shadow 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .header__container {
    transform: translateY(-100%) translateY(120px);
  }
}
.header__image {
  position: absolute;
  right: -100%;
  height: calc(100% - 120px - 20px);
  max-height: 512px;
  bottom: 120px;
  transition: right 0.9s 0.5s, opacity 0.9s 0s;
  opacity: 0;
  max-width: none;
}
.header__navigation-container {
  line-height: 1px;
  font-size: 1px;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .header__navigation-container {
    text-align: center;
  }
}
.header__navigation {
  z-index: 10px;
  position: relative;
  width: 100%;
  text-align: left;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .header__navigation {
    padding-top: 100px;
    padding-bottom: 140px;
    padding-left: 80px;
  }
}
.header__navigation ul li a {
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
  /* &:focus-within,
            &:focus,
            &:hover{
                color: @darkgrey;
                text-decoration: underline;
            }*/
}
@media (min-width: 768px) {
  .header__navigation ul li a {
    font-size: 30px;
    line-height: 38px;
  }
}
.header__navigation ul li a.active {
  color: #BFB9AB;
  text-decoration: underline;
}
.header__navigation ul li.header__navigation-item--current > a {
  color: #1D1D1B;
  text-decoration: underline;
}
.header__navigation ul li ul li a {
  font-size: 18px;
  line-height: 25px;
}
.header__navigation-item {
  text-transform: uppercase;
}
.header__navigation-item + .header__navigation-item {
  margin-top: 20px;
}
.header__menu-button {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 15px;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: all 0.25s;
  z-index: 9;
  border-radius: 11px;
}
.header__menu-button span {
  width: 100%;
  height: 5px;
  background: #000000;
  position: absolute;
  border-radius: 10px;
  display: block;
  transition: transform 0.1s ease, top 0.1s ease 0.1s, width 0.1s ease;
}
.header__menu-button span:nth-child(1) {
  top: 6px;
  width: 26px;
}
.header__menu-button span:nth-child(2) {
  top: 17px;
}
.header__menu-button span:nth-child(3) {
  top: 28px;
}
@media (min-width: 768px) {
  .header__menu-button {
    bottom: -124px;
  }
}
.header__menu-button:hover,
.header__menu-button:focus,
.header__menu-button:focus-within {
  background: none;
}
.header__menu-button:hover::before,
.header__menu-button:focus::before,
.header__menu-button:focus-within::before {
  content: " ";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  border-radius: 11px;
  background-color: #ffdc00;
  transition: outline 0.2s ease, background-color 0.2s ease;
}
.header__logo {
  position: absolute;
  bottom: 7px;
  right: 13px;
}
.header__logo img {
  transition: max-height 0.2s;
  max-height: 30px;
}
.header__logo a:before {
  content: none;
}
.header__logo a:focus,
.header__logo a:hover,
.header__logo a:focus-within {
  background: none;
}
.header__skiptocontent {
  background: #ffffff;
  height: 55px;
  padding: 20px;
  transition: transform 0.3s;
  position: absolute;
  transform: translateY(-100%);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .header__skiptocontent {
    height: 120px;
  }
}
.header__skiptocontent:focus {
  transform: translateY(0%);
}
.header--on .header__container {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  transform: translateY(0) !important;
  background-color: #ffffff;
}
.header--on .header__menu-button span {
  transition: transform 0.1s ease 0.1s, top 0.1s ease, width 0.1s ease;
}
.header--on .header__menu-button span:nth-child(1) {
  top: 17px;
  transform: rotate(45deg);
  width: 100%;
}
.header--on .header__menu-button span:nth-child(2) {
  top: 17px;
  transform: rotate(45deg);
}
.header--on .header__menu-button span:nth-child(3) {
  top: 17px;
  transform: rotate(-45deg);
}
.header--on .header__image {
  right: 20px;
}
@media (min-width: 576px) {
  .header__image {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .header__logo {
    bottom: 10px;
    right: 13px;
  }
  .header__logo img {
    max-height: 90px;
  }
  .header__menu-button {
    display: inline-block;
    position: absolute;
    top: 40px;
  }
  .header--min {
    height: 60px;
  }
  .header--min .header__skiptocontent {
    height: 60px;
  }
  .header--min .header__container {
    transform: translateY(-100%) translateY(62px);
  }
  .header--min .header__logo img {
    max-height: 35px;
  }
  .header--min .header__menu-button {
    top: 9px;
  }
  .header--on .header__image {
    right: 20%;
  }
}
.image-gallery {
  overflow: hidden;
  /* removes bottom distance  */
}
.image-gallery > div {
  margin-top: -20px;
  position: relative;
  top: 20px;
}
.image-gallery__inner {
  /* 
    margin-left: @distance / 2;
    margin-right: @distance / 2; */
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .image-gallery__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.image-gallery--bg-grey .image-gallery__inner {
  background-color: #e5e3dd;
}
.image-gallery--bg-yellow .image-gallery__inner {
  background-color: #ffdc00;
}
.image-gallery__typo {
  padding-left: 20px;
  padding-right: 20px;
}
.image-gallery__items {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
.image-gallery__item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 50%;
  display: block;
  float: left;
}
.image-gallery__tile {
  position: relative;
  overflow: hidden;
}
.image-gallery__tile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.image-gallery__tile a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-gallery__tile-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  transform: translateY(100%);
  transition: all 0.25s;
  opacity: 0;
  text-align: center;
}
.image-gallery__tile-icon {
  width: 16px;
  height: 16px;
  fill: currentcolor;
  margin-left: auto;
  margin-right: auto;
}
.image-gallery__tile-label {
  margin-top: 10px;
}
.image-gallery__tile:hover .image-gallery__tile-overlay {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 576px) {
  .image-gallery__item {
    width: 33.333%;
  }
  .image-gallery__tile-icon {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .image-gallery__item {
    width: 25%;
  }
}
.image__row {
  align-items: flex-start;
}
.image__image {
  margin: 0 auto;
}
.intro-overlay {
  position: relative;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .intro-overlay {
    margin-top: 160px;
  }
}
.intro-overlay__container {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .intro-overlay__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.intro-overlay__typo-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .intro-overlay__typo-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-left: 8.333333%;
  }
}
.intro-overlay__typo {
  padding-left: 20px;
  padding-right: 20px;
}
.intro-overlay--media {
  margin-top: 0;
}
@media (min-width: 768px) {
  .intro-overlay--media.intro-overlay {
    min-height: 550px;
    display: flex;
    align-items: center;
    /*  padding-top: @distance * 5; */
  }
}
.intro-overlay--media .intro-overlay__media {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .intro-overlay--media .intro-overlay__media {
    padding: 0 !important;
  }
  .intro-overlay--media .intro-overlay__media::before {
    position: relative;
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .intro-overlay--media .intro-overlay__media > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.intro-overlay--media .intro-overlay__media:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: transparent;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0.7) 100%);
}
@media (min-width: 768px) {
  .intro-overlay--media .intro-overlay__media:after {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .intro-overlay--media .intro-overlay__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .intro-overlay--media .intro-overlay__media:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.7) 100%);
  }
}
.intro-overlay--media .intro-overlay__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.intro-overlay--media .intro-overlay__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.intro-overlay--media .intro-overlay__video > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro-overlay--media .intro-overlay__typo-col {
  /*  @media(min-width: @screen-xxl-min) {
            .col-4;
            .offset-7;
        } */
}
@media (min-width: 768px) {
  .intro-overlay--media .intro-overlay__typo-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .intro-overlay--media .intro-overlay__typo-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 50%;
  }
}
@media (min-width: 1200px) {
  .intro-overlay--media .intro-overlay__typo-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 50%;
  }
}
.newsletter-registration__head {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .newsletter-registration__head {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.newsletter-registration__body {
  background-color: #ffdc00;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .newsletter-registration__body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.newsletter-registration__icon-headline {
  padding-left: 20px;
  padding-right: 20px;
}
.newsletter-registration__typo {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.newsletter-registration__form {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.newsletter-registration__form .newsletter-registration {
  background-color: pink;
  position: relative;
}
.newsletter-registration__form .newsletter-registration__success {
  display: none;
}
.newsletter-registration__form .newsletter-registration__elements {
  display: block;
}
.newsletter-registration__form .newsletter-registration__intro {
  display: block;
}
.newsletter-registration__form .newsletter-registration__submit {
  margin-top: 20px;
}
.newsletter-registration__form .newsletter-registration__required {
  text-align: right;
  font-size: 12px;
  margin-top: 20px / 2;
}
.newsletter-registration__form.form--success .newsletter-registration__success {
  display: block;
}
.newsletter-registration__form.form--success .newsletter-registration__elements {
  display: none;
}
.newsletter-registration__form.form--success .newsletter-registration__intro {
  display: none;
}
.newsletter-registration__messages {
  background: #ffffff;
  margin-top: 20px;
  border-radius: 8px;
}
.parallax-breaker__inner {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
@media (orientation: landscape) {
  .parallax-breaker__inner {
    padding: 0 !important;
  }
  .parallax-breaker__inner::before {
    position: relative;
    content: "";
    display: block;
    padding-top: 25%;
  }
}
@media (orientation: portrait) {
  .parallax-breaker__inner {
    padding: 0 !important;
  }
  .parallax-breaker__inner::before {
    position: relative;
    content: "";
    display: block;
    padding-top: 50%;
  }
}
.parallax-breaker__image {
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  transform: translateZ(0);
}
.parallax-breaker__container {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 0;
  left: -10px;
  right: -10px;
  height: 100%;
}
.parallax-breaker__typo {
  padding-left: 20px;
  padding-right: 20px;
}
.parallax-breaker--text-white {
  color: #ffffff;
}
.review-list__inner {
  /* 
    margin-left: @distance / 2;
    margin-right: @distance / 2; */
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-color: #ffdc00;
}
@media (min-width: 768px) {
  .review-list__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.review-list__tiles {
  /* remove bottom distance  */
}
.review-list__tiles > div {
  margin-top: -20px;
  position: relative;
  top: 20px;
}
.review-list__col {
  margin-bottom: 20px;
}
/*
.review-list__col:last-child {
    display: none;
}*/
.review-list__tile-icon {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.review-list__tile-typo {
  padding-left: 20px;
  padding-right: 20px;
}
.review-list__tile-icon + .review-list__tile-typo {
  margin-top: 20px;
}
.review-list__tile-review_star {
  display: block;
  height: 25px;
  width: 150px;
  position: relative;
  margin: 0px 0 20px 17px;
}
.review-list__tile-review_star-bg {
  display: block;
  background: #000000;
  height: 100%;
}
.review-list__tile-review_star-fg {
  background: transparent url(../images/review-star-bg.svg) no-repeat left center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 25px;
}
.review-list__tile-headline {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .review-list__tile-headline {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .review-list__tile-headline {
    font-size: 25px;
    line-height: 30px;
  }
}
.review-list__tile-amount {
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 576px) {
  .review-list__tile-amount {
    font-size: 14px;
    line-height: 16px;
  }
}
.review-list__tile-copy {
  margin-top: 20px;
}
/*
@media (min-width: @screen-sm-min) {
    .review-list__col:last-child {
        display: block;
        .col-6;
    }
}
*/
@media (min-width: 768px) {
  .review-list__row {
    justify-content: center;
  }
  /*
    .review-list__col:last-child { 
        display: none;
    }*/
  .review-list__tile-review_star {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .review-list__tile-review_star {
    margin-top: 70px;
  }
}
.sitemap__inner {
  /* 
    margin-left: @distance / 2;
    margin-right: @distance / 2; */
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .sitemap__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.sitemap__inner ul {
  margin-left: 20px;
}
.sitemap__inner li {
  margin-top: 5px;
}
.sitemap__inner a {
  position: relative;
}
.sitemap__inner a::before {
  z-index: -1;
  display: block;
  content: " ";
  position: absolute;
  top: -3px;
  left: -6px;
  bottom: -3px;
  right: -6px;
}
.sitemap__inner a:hover::before,
.sitemap__inner a:focus::before,
.sitemap__inner a:focus-within::before {
  background-color: #ffdc00c9;
  /* subtile Hintergrundfarbe */
  transition: background-color 0.2s ease;
}
.sitemap--bg-grey .sitemap__inner {
  background-color: #e5e3dd;
}
.sitemap--bg-yellow .sitemap__inner {
  background-color: #ffdc00;
}
.sitemap__typo {
  padding-left: 20px;
  padding-right: 20px;
}
.sitemap__typo + .sitemap__typo {
  margin-top: 40px;
}
.teaser__row {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px / 2;
  padding-right: 20px / 2;
}
.teaser__entry {
  position: relative;
}
.teaser__entry-image img {
  width: 100%;
}
.teaser__entry-typo {
  padding: 20px;
}
@media (min-width: 768px) {
  .teaser__entry {
    flex: 1 1 0px;
    margin-left: 10px;
  }
  .teaser__entry:first-child {
    margin-left: 0;
  }
}
.text-image-advanced {
  position: relative;
}
.text-image-advanced__inner {
  /* 
    margin-left: @distance / 2;
    margin-right: @distance / 2; */
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .text-image-advanced__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.text-image-advanced--bg-grey .text-image-advanced__inner {
  background-color: #e5e3dd;
}
.text-image-advanced--bg-yellow .text-image-advanced__inner {
  background-color: #ffdc00;
}
.text-image-advanced__typo {
  padding-left: 20px;
  padding-right: 20px;
}
.text-image-advanced__image-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 20px;
}
.text-image-advanced__svg {
  width: 100%;
}
.text-image-advanced__typo-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.text-image-advanced--media-cover-0 .text-image-advanced__cover-image {
  display: none;
}
.text-image-advanced--media-cover-1 .text-image-advanced__cover-image-wrap {
  position: relative;
}
.text-image-advanced--media-cover-1 .text-image-advanced__cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .text-image-advanced__inner {
    padding-top: 0;
  }
  .text-image-advanced__cover-image-wrap {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .text-image-advanced--media-align-top .text-image-advanced__image-col,
  .text-image-advanced--media-align-left .text-image-advanced__image-col {
    order: 1;
  }
  .text-image-advanced--media-align-top .text-image-advanced__typo-col,
  .text-image-advanced--media-align-left .text-image-advanced__typo-col {
    order: 2;
  }
  .text-image-advanced--media-align-bottom .text-image-advanced__image-col,
  .text-image-advanced--media-align-right .text-image-advanced__image-col {
    order: 2;
  }
  .text-image-advanced--media-align-bottom .text-image-advanced__typo-col,
  .text-image-advanced--media-align-right .text-image-advanced__typo-col {
    order: 1;
  }
  .text-image-advanced--media-align-left .text-image-advanced__image-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 8.333333%;
    padding-bottom: 0;
  }
  .text-image-advanced--media-align-left .text-image-advanced__typo-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .text-image-advanced--media-align-right .text-image-advanced__image-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 8.333333%;
    padding-bottom: 0;
  }
  .text-image-advanced--media-align-right .text-image-advanced__typo-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .text-image-advanced--media-align-top .text-image-advanced__image-col,
  .text-image-advanced--media-align-top .text-image-advanced__typo-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-left: 8.333333%;
  }
  .text-image-advanced--media-align-top .text-image-advanced__typo-col {
    margin-top: 40px;
  }
  .text-image-advanced--media-align-bottom .text-image-advanced__image-col,
  .text-image-advanced--media-align-bottom .text-image-advanced__typo-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-left: 8.333333%;
  }
  .text-image-advanced--media-align-bottom .text-image-advanced__image-col {
    margin-top: 40px;
  }
  .text-image-advanced__typo-col > div {
    display: flex;
    height: 100%;
  }
  .text-image-advanced--text-align-v-top .text-image-advanced__typo-col > div {
    align-items: flex-start;
  }
  .text-image-advanced--text-align-v-center .text-image-advanced__typo-col > div {
    align-items: center;
  }
  .text-image-advanced--text-align-v-bottom .text-image-advanced__typo-col > div {
    align-items: flex-end;
  }
  .text-image-advanced--media-cover-0 .text-image-advanced__image-col > div {
    height: 100%;
    display: flex;
  }
  .text-image-advanced--media-cover-0.text-image-advanced--media-align-h-center .text-image-advanced__image-col > div {
    justify-content: center;
  }
  .text-image-advanced--media-cover-0.text-image-advanced--media-align-h-left .text-image-advanced__image-col > div {
    justify-content: start;
  }
  .text-image-advanced--media-cover-0.text-image-advanced--media-align-h-right .text-image-advanced__image-col > div {
    justify-content: end;
  }
  .text-image-advanced--media-cover-0.text-image-advanced--media-align-v-top .text-image-advanced__image-col > div {
    align-items: flex-start;
  }
  .text-image-advanced--media-cover-0.text-image-advanced--media-align-v-center .text-image-advanced__image-col > div {
    align-items: center;
  }
  .text-image-advanced--media-cover-0.text-image-advanced--media-align-v-bottom .text-image-advanced__image-col > div {
    align-items: flex-end;
  }
  .text-image-advanced--media-cover-1 .text-image-advanced__inner {
    padding-top: 0;
  }
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-left .text-image-advanced__cover-image-wrap {
    position: absolute;
    left: 0;
    right: calc(50% + 20px * 0.5);
    top: 0;
    bottom: 0;
  }
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-right .text-image-advanced__cover-image-wrap {
    position: absolute;
    left: calc(50% + 20px * 0.5);
    right: 0;
    top: 0;
    bottom: 0;
  }
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-top .text-image-advanced__cover-image-wrap,
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-bottom .text-image-advanced__cover-image-wrap {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-top .text-image-advanced__cover-image-wrap .text-image-advanced__cover-image,
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-bottom .text-image-advanced__cover-image-wrap .text-image-advanced__cover-image {
    background-size: 100%;
  }
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-h-left .text-image-advanced__cover-image {
    background-position-x: left;
  }
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-h-center .text-image-advanced__cover-image {
    background-position-x: center;
  }
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-h-right .text-image-advanced__cover-image {
    background-position-x: right;
  }
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-v-top .text-image-advanced__cover-image {
    background-position-y: top;
  }
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-v-center .text-image-advanced__cover-image {
    background-position-y: center;
  }
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-v-bottom .text-image-advanced__cover-image {
    background-position-y: bottom;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-top .text-image-advanced__cover-image-wrap,
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-bottom .text-image-advanced__cover-image-wrap {
    margin-top: -80px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .text-image-advanced--media-align-right .text-image-advanced__image-col,
  .text-image-advanced--media-align-left .text-image-advanced__image-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-left: 8.333333%;
  }
  .text-image-advanced--media-align-right .text-image-advanced__typo-col,
  .text-image-advanced--media-align-left .text-image-advanced__typo-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 8.333333%;
  }
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-left .text-image-advanced__cover-image-wrap {
    position: absolute;
    left: 0;
    right: calc(58.333333% + 20px * 0.5);
    top: 0;
    bottom: 0;
  }
  .text-image-advanced--media-cover-1.text-image-advanced--media-align-right .text-image-advanced__cover-image-wrap {
    position: absolute;
    right: 0;
    left: calc(58.333333% + 20px * 0.5);
    top: 0;
    bottom: 0;
  }
}
.text-image-teaser__inner {
  position: relative;
}
.text-image-teaser__imagebox {
  position: absolute;
  left: 0;
  top: 0%;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.text-image-teaser__image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.text-image-teaser__row {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.text-image-teaser__text {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.text-video__inner {
  /* 
    margin-left: @distance / 2;
    margin-right: @distance / 2; */
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .text-video__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.text-video--bg-grey .text-video__inner {
  background-color: #e5e3dd;
}
.text-video--bg-yellow .text-video__inner {
  background-color: #ffdc00;
}
.text-video__row {
  align-items: flex-start;
}
.text-video__typo {
  padding-left: 20px;
  padding-right: 20px;
}
.text-video__image {
  margin: 0 auto;
}
.text-video__typo-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.text-video__media-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.text-video__video {
  position: relative;
}
.text-video--media-align-top .text-video__typo-col {
  order: 2;
}
.text-video--media-align-top .text-video__media-col {
  order: 1;
  margin-bottom: 20px;
}
.text-video--media-align-bottom .text-video__typo-col {
  order: 1;
}
.text-video--media-align-bottom .text-video__media-col {
  order: 2;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .text-video--media-align-left .text-video__media-col,
  .text-video--media-align-right .text-video__media-col {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .text-video--media-align-left .text-video__typo-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
  }
  .text-video--media-align-left .text-video__media-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 8.333333%;
    order: 1;
  }
  .text-video--media-align-right .text-video__typo-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
  }
  .text-video--media-align-right .text-video__media-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 8.333333%;
    order: 2;
  }
  .text-video--media-align-top .text-video__media-col,
  .text-video--media-align-bottom .text-video__media-col,
  .text-video--media-align-top .text-video__typo-col,
  .text-video--media-align-bottom .text-video__typo-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-left: 8.333333%;
  }
}
@media (min-width: 1200px) {
  .text-video--media-align-right .text-video__media-col,
  .text-video--media-align-left .text-video__media-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-left: 8.333333%;
  }
  .text-video--media-align-right .text-video__typo-col,
  .text-video--media-align-left .text-video__typo-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 8.333333%;
  }
}
.text__inner {
  /* 
    margin-left: @distance / 2;
    margin-right: @distance / 2; */
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .text__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.text--bg-grey .text__inner {
  background-color: #e5e3dd;
}
.text--bg-yellow .text__inner {
  background-color: #ffdc00;
}
.text__typo {
  padding-left: 20px;
  padding-right: 20px;
}
.tile-list__inner {
  /* 
    margin-left: @distance / 2;
    margin-right: @distance / 2; */
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .tile-list__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tile-list--bg-grey .tile-list__inner {
  background-color: #e5e3dd;
}
.tile-list--bg-yellow .tile-list__inner {
  background-color: #ffdc00;
}
.tile-list__tiles {
  margin-top: 20px;
  /* remove bottom distance  */
}
.tile-list__tiles > div {
  margin-top: -20px;
  position: relative;
  top: 20px;
}
.tile-list__typo {
  padding-left: 20px;
  padding-right: 20px;
}
.tile-list__col {
  margin-bottom: 20px;
}
.tile-list__tile-icon {
  width: auto;
  max-width: 50%;
}
.tile-list__tile-typo {
  padding-left: 20px;
  padding-right: 20px;
}
.tile-list__tile-icon + .tile-list__tile-typo,
.tile-list__tile-image + .tile-list__tile-typo {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .tile-list--1 .tile-list__row {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .tile-list--2 .tile-list__row {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .tile-list--3 .tile-list__row {
    justify-content: center;
  }
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset { 
	margin: 0;
	padding: 0;	
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}




.ui-datepicker {
	width: 16em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
	border-left: 1px solid #1D1D1B;
	border-top: 1px solid #1D1D1B;
	width: 15px;
	height: 15px;
}
.ui-datepicker .ui-datepicker-prev span{
	transform: rotate(-45deg);
}
.ui-datepicker .ui-datepicker-next span{
	transform: rotate(130deg);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover span,
.ui-datepicker .ui-datepicker-next-hover span {
	border-color: black;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin:  .4em  0;
}
.ui-datepicker th {
	padding: 0.2em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 0.2em;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	width: auto;
	overflow: visible;
	font-size: 0.8em;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}


/* Component containers
----------------------------------*/
.ui-widget {
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #000;
	border-radius: 3px;
}
.ui-widget-content {
	border: 1px solid #000;
	background: #f0efeb;
}
.ui-widget-content a {
}
.ui-widget-header {
	border-bottom: 1px solid #000;
	font-weight: bold;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {

}
.ui-state-default a,
.ui-state-default a:link, 
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {

}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	font-weight: bold;
	text-decoration: underline;

}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {

}
.ui-icon-background,
.ui-state-active .ui-icon-background {
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {

}
.ui-state-checked {
	background: #BFB9AB;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #BFB9AB;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}




/* best wood
----------------------------------*/ 
.ui-datepicker tr:hover td,
.ui-state-active--week {
	background-color: #ffdc00;
}
.ui-datepicker tr:hover td:first-child,
.ui-state-active--week:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.ui-datepicker tr:hover td:last-child,
.ui-state-active--week:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.ui-datepicker tr:hover td:last-child {
	background-color: transparent;
}

.ui-datepicker-today {
	text-decoration: underline;
	font-weight: bold;
}

.ui-datepicker td a:hover,
.ui-datepicker td a:focus,
.ui-datepicker td a:focus-within {
	/*font-weight: bold; */
	text-decoration: underline;
}
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}