@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: left;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 14px;
  padding-left: 14px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 752px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 972px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1172px;
  }
}
@media (min-width: 2100px) {
  .container {
    max-width: 1472px;
  }
}

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

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

.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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 2100px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.thead-inverse th {
  color: #fff;
  background-color: #212529;
}

.thead-default th {
  color: #495057;
  background-color: #e9ecef;
}

.table-inverse {
  color: #fff;
  background-color: #212529;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #32383e;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 1199px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive.table-bordered {
    border: 0;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}

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

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

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

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

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

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

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

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

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

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: .65;
}
.btn:active, .btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-link {
  font-weight: normal;
  color: #007bff;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
  box-shadow: none;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #868e96;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.show > a {
  outline: 0;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
  margin-bottom: 0;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .show > .nav-pills .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 767px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-md {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 2099px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 2100px) {
  .navbar-expand-xl {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
  color: white;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 768px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -14px;
    margin-left: -14px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 14px;
    margin-left: 14px;
  }
}
@media (min-width: 768px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0%;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}

.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}
a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}
a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}
a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}
.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}
.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}
.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}
.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}
.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 5px;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow::before {
  content: "";
  border-width: 11px;
}
.popover .arrow::after {
  content: "";
  border-width: 11px;
}
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 10px;
}
.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -11px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: -10px;
  margin-left: -6px;
  border-top-color: #fff;
}
.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 10px;
}
.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -8px;
  border-left-width: 0;
}
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: -10px;
  border-right-color: #fff;
}
.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 10px;
}
.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -7px;
  border-top-width: 0;
}
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: -10px;
  border-bottom-color: #fff;
}
.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 10px;
}
.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -8px;
  border-right-width: 0;
}
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: -10px;
  border-left-color: #fff;
}

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 9px 14px;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

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

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

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #868e96 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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-cell {
    display: table-cell !important;
  }

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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-cell {
    display: table-cell !important;
  }

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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-cell {
    display: table-cell !important;
  }

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 2100px) {
  .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-cell {
    display: table-cell !important;
  }

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 2100px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 2100px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 2100px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 2100px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/*
@if $enable-prefers-reduced-motion-media-query {
    @media (prefers-reduced-motion: reduce) {
        .spinner-border,
        .spinner-grow {
            animation-duration: 1.5s;
        }
    }
}

 */
.frame-space-before-medium {
  margin-top: 0 !important;
}

body {
  font-family: apparat-semicond, sans-serif;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 2.625rem;
  }
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700 !important;
}

.headerImage h1 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .headerImage h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .headerImage h1 {
    font-size: 4.125rem;
  }
}

p, li {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  p, li {
    font-size: 1.25rem;
  }
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

body strong, body b {
  font-weight: 400;
}
body sup, body sub {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.1;
}

.spitzmarke {
  font-size: 75%;
  line-height: 1;
}

.subline {
  font-size: 70%;
  line-height: 1;
}
@media (min-width: 768px) {
  .subline {
    font-size: 50%;
  }
}

hr {
  border: none;
  margin: 0;
  padding-bottom: 50px;
}

.red {
  color: inherit;
}

.ci-red {
  color: #e2002b;
}

h1 .red {
  color: #e2002b;
}

.white {
  color: #ffffff;
  pointer-events: none;
  text-decoration: none;
}
.white > a {
  text-decoration: none;
  color: inherit;
}

.redContentBox {
  color: #ffffff;
  background-color: #e2002b !important;
  padding: 75px;
  margin: 0 0 15px;
}
.redContentBox.less-padding {
  padding: 25px 30px 0;
}
.redContentBox.no-margin {
  margin: 0;
}
.redContentBox ol {
  list-style-position: inside;
}
.redContentBox ul {
  margin: 0 0 30px;
}
.redContentBox ul li {
  margin-bottom: 10px;
}
.redContentBox ul li:last-child {
  margin-bottom: 0;
}
.redContentBox ul li::before {
  color: #ffffff !important;
}
.redContentBox .layout-a4 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  line-height: 1.2;
}
.redContentBox.grey {
  color: #000000;
  background-color: #e6e5e6 !important;
}
.redContentBox.grey h3 {
  padding-bottom: 15px;
  margin-top: 15px;
}
@media (min-width: 1920px) {
  .redContentBox.grey h3 {
    padding-bottom: 30px;
  }
}

a {
  color: #e2002b;
}
a:hover, a:active, a:focus {
  color: #e2002b;
  outline: none;
}

em {
  font-style: normal;
}

figcaption {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}

.cta {
  width: 30px;
  height: 30px;
  background-color: #e2002b;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background: #e2002b url("../Images/Icos/Arrows/CTA_Arrows_single_right_red_full.svg") no-repeat center;
  /*
  &::before{
    content: '';
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    width: 20px;
    height: 4px;
    left: 3px;
    top: 11px;
  }
  &::after{
    content: '';
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    width: 4px;
    height: 20px;
    right: 11px;
    top: 3px;
  }
  */
}
.cta:hover {
  background: #e2002b url("../Images/Icos/Arrows/CTA_Arrows_single_right_red_inv_frame.svg") no-repeat center;
  /*
  &::before{
    background-color: $darkerRed;
  }
  &::after{
    background-color: $darkerRed;
  }
  */
}
.cta.large {
  width: 50px;
  height: 50px;
  border-width: 3px;
}
.cta.large::before {
  width: 32px;
  height: 6px;
  left: 6px;
  top: 19px;
}
.cta.large::after {
  width: 6px;
  height: 32px;
  right: 19px;
  top: 6px;
}
.cta.merken.bookmarked::after {
  display: none;
}

.back {
  width: 32px;
  height: 32px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/back.png") no-repeat center;
  display: block;
  background-size: cover;
}
.back:hover {
  background-image: url("../Images/Icos/back_white.png");
  background-color: #ffffff;
}

.prev {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  background: #e2002b url("../Images/Icos/Arrows/CTA_Arrows_double_left_red_full.svg") no-repeat center;
  display: block;
  background-size: cover;
}
.prev:hover {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_double_left_red_inv_frame.svg");
  background-color: #ffffff;
}

.prev-small {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Arrows/CTA_Arrows_double_left_red_full.svg") no-repeat center;
  display: block;
}
.prev-small:hover {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_double_left_red_inv_frame.svg");
  background-color: #ffffff;
}

a.bookmark {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Watchlist/CTA_Watchlist_plus_red_full.svg") no-repeat center;
  display: inline-block;
  background-size: cover;
  margin-right: 5px;
}
a.bookmark:hover {
  background-image: url("../Images/Icos/Watchlist/CTA_Watchlist_plus_red_inv_frame.svg");
  background-color: #ffffff;
}
a.bookmark.bookmarked {
  background-image: url("../Images/Icos/Watchlist/CTA_Watchlist_minus_red_full.svg");
  cursor: default;
}
a.bookmark.bookmarked:hover {
  background-image: url("../Images/Icos/Watchlist/CTA_Watchlist_minus_red_inv_frame.svg");
  background-color: #ffffff;
}

a.elbridgeBasket {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Elbridge_basket/CTA_Basket_plus_red_full.svg") no-repeat center;
  display: inline-block;
  background-size: cover;
  margin-right: 5px;
}
a.elbridgeBasket.close {
  background: none !important;
  background-image: none !important;
}
a.elbridgeBasket:hover {
  background-image: url("../Images/Icos/Elbridge_basket/CTA_Basket_plus_red_inv_frame.svg");
  background-color: #ffffff;
}
a.elbridgeBasket.inBasket {
  background-image: url("../Images/Icos/Elbridge_basket/CTA_Basket_minus_red_full.svg");
  background-color: #ffffff;
  cursor: default;
}
a.elbridgeBasket.inBasket:hover {
  background-image: url("../Images/Icos/Elbridge_basket/CTA_Basket_minus_red_inv_frame.svg");
  background-color: #e2002b;
}

a.addToBasket {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Webshop_basket/CTA_Basket_red_full.svg") no-repeat center;
  display: inline-block;
  background-size: cover;
  margin: 0 0 10px 5px !important;
  vertical-align: bottom;
}
a.addToBasket:hover {
  background-image: url("../Images/Icos/Webshop_basket/CTA_Basket_red_inv_frame.svg");
  background-color: #ffffff;
}

a.clearBasket {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Webshop_basket/CTA_Basket_deleted_red_full.svg") no-repeat center;
  display: inline-block;
  background-size: cover;
}
a.clearBasket:hover {
  background-image: url("../Images/Icos/Webshop_basket/CTA_Basket_deleted_red_inv_frame.svg");
  background-color: #ffffff;
}

a.app {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/CTA_ESY-App_red_full.svg") no-repeat center;
  display: inline-block;
  background-size: cover;
  margin-right: 10px;
}
a.app:hover {
  background-image: url("../Images/Icos/CTA_ESY-App_red_inv.svg");
  background-color: #ffffff;
}

.next {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  background: #e2002b url("../Images/Icos/Arrows/CTA_Arrows_double_right_red_full.svg") no-repeat center;
  display: block;
  background-size: cover;
}
.next:hover {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_double_right_red_inv_frame.svg");
  background-color: #ffffff;
}

.next-small {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Arrows/CTA_Arrows_double_right_red_full.svg") no-repeat center;
  display: block;
}
.next-small:hover {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_double_right_red_inv_frame.svg");
  background-color: #ffffff;
}

.top {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Arrows/CTA_Arrows_single_up_red_full.svg") no-repeat center;
  background-size: cover;
  display: block;
  margin: 70px 0 20px 32px;
}
@media (min-width: 768px) {
  .top {
    margin-left: 40px;
  }
}
@media (min-width: 1500px) {
  .top {
    margin-left: 75px;
  }
}
.top:hover {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_single_up_red_inv_frame.svg");
  background-color: #ffffff;
}

.download {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/CTA_Download_red_full.svg") no-repeat center;
  display: block;
  background-size: cover;
}
.download:hover {
  background-image: url("../Images/Icos/CTA_Download_red_inv_frame.svg");
  background-color: #ffffff;
}

.crosslink {
  width: 32px;
  height: 32px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/ESYLUX_CTA_30x30_Verknuepfung_negativ.svg") no-repeat center;
  display: block;
  background-size: cover;
}
.crosslink:hover {
  background-image: url("../Images/Icos/ESYLUX_CTA_30x30_Verknuepfung_positiv.svg");
  background-color: #ffffff;
}

.to-shop {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Webshop_basket/CTA_Basket_red_full.svg") no-repeat center;
  display: block;
  background-size: cover;
}
.to-shop:hover {
  background-image: url("../Images/Icos/Webshop_basket/CTA_Basket_red_inv_frame.svg");
  background-color: #ffffff;
}

.video {
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Icon_Video_rot.png") no-repeat center;
  display: block;
  background-size: cover;
}
.video:hover {
  background-image: url("../Images/Icos/Icon_Video_weissrot.png");
  background-color: #ffffff;
}

.mail {
  width: 32px;
  height: 32px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Send_Mail/CTA_Send_Mail_red_full.svg") no-repeat center;
  background-size: cover;
  display: block;
}
.mail:hover {
  background-image: url("../Images/Icos/Send_Mail/CTA_Send_Mail_red_inv_frame.svg");
  background-color: #ffffff;
}

.submit {
  width: 32px;
  height: 32px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2002b url("../Images/Icos/Send_Mail/CTA_Send_Mail_red_full.svg") no-repeat center;
  display: block;
  background-size: cover;
}
.submit:hover {
  background-image: url("../Images/Icos/Send_Mail/CTA_Send_Mail_red_inv_frame.svg");
  background-color: #ffffff;
}

.home-teaser {
  margin-bottom: 30px;
}
.home-teaser h2 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .home-teaser h2 {
    margin-bottom: 10px;
  }
}
.home-teaser .outer-image {
  overflow: hidden;
}
.home-teaser .outer-image .stoerer {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #ed6c06;
  color: #ffffff;
  padding: 10px 30px 10px 20px;
  text-transform: uppercase;
  opacity: 0;
  white-space: nowrap;
}
.home-teaser .outer-image .stoerer.turn-to-red {
  background-color: #e2002b;
}
.home-teaser .outer-image .stoerer .stoerer1 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .home-teaser .outer-image .stoerer .stoerer1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .home-teaser .outer-image .stoerer .stoerer1 {
    font-size: 4.125rem;
  }
}
.home-teaser .outer-image .stoerer .stoerer2 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.home-teaser .outer-image .stoerer.from-bottom {
  top: auto;
  bottom: 50px;
}
.home-teaser .no-gutters {
  border: 1px solid #8f8f95;
}
.home-teaser .img-fluid {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
.home-teaser .outer-copy {
  border-top: 1px solid #8f8f95;
  position: relative;
}
@media (min-width: 992px) {
  .home-teaser .outer-copy {
    border-top: none;
    border-left: 1px solid #8f8f95;
  }
}
.home-teaser .outer-copy::after, .home-teaser .outer-copy::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 992px) {
  .home-teaser .outer-copy::after, .home-teaser .outer-copy::before {
    right: 100%;
    top: 50%;
    left: auto;
    bottom: auto;
  }
}
.home-teaser .outer-copy::after {
  border-color: transparent;
  border-bottom-color: #FFFFFF;
  border-width: 30px;
  margin-left: -30px;
}
@media (min-width: 992px) {
  .home-teaser .outer-copy::after {
    border-bottom-color: transparent;
    border-right-color: #FFFFFF;
    margin-left: 0;
    margin-top: -30px;
  }
}
.home-teaser .outer-copy::before {
  border-color: transparent;
  border-bottom-color: #8f8f95;
  border-width: 31px;
  margin-left: -31px;
}
@media (min-width: 992px) {
  .home-teaser .outer-copy::before {
    border-bottom-color: transparent;
    border-right-color: #8f8f95;
    margin-left: 0;
    margin-top: -31px;
  }
}
.home-teaser .outer-copy .inner-copy {
  padding: 30px 30px 45px;
}
@media (min-width: 992px) {
  .home-teaser .outer-copy .inner-copy {
    padding-bottom: 30px;
  }
}
.home-teaser .outer-copy .inner-copy .cta {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
.home-teaser .outer-copy .inner-copy .appdemo {
  bottom: 30px;
  right: 65px;
  left: auto;
}
.home-teaser .outer-copy .inner-copy ol {
  padding-left: 20px;
}
@media (min-width: 992px) {
  .home-teaser .outer-copy.order-md-1 {
    border-left: none;
    border-right: 1px solid #8f8f95;
  }
}
@media (min-width: 992px) {
  .home-teaser .outer-copy.order-md-1::after, .home-teaser .outer-copy.order-md-1::before {
    right: auto;
    left: 100%;
  }
}
@media (min-width: 992px) {
  .home-teaser .outer-copy.order-md-1::after {
    border-right-color: transparent;
    border-left-color: #FFFFFF;
    z-index: 5;
  }
}
@media (min-width: 992px) {
  .home-teaser .outer-copy.order-md-1::before {
    border-right-color: transparent;
    border-left-color: #8f8f95;
    z-index: 5;
  }
}
.home-teaser .outer-copy.red-bg {
  background-color: #e2002b !important;
}
.home-teaser .outer-copy.red-bg .inner-copy {
  color: #ffffff;
}
.home-teaser .outer-copy.red-bg .inner-copy .cta {
  border: 2px solid #ffffff;
}
.home-teaser .outer-copy.red-bg::after {
  border-bottom-color: #e2002b;
}
@media (min-width: 992px) {
  .home-teaser .outer-copy.red-bg::after {
    border-right-color: #e2002b;
    border-bottom-color: transparent;
  }
}
@media (min-width: 992px) {
  .home-teaser .outer-copy.red-bg.order-md-1 {
    border-left: none;
    border-right: 1px solid #8f8f95;
  }
}
@media (min-width: 992px) {
  .home-teaser .outer-copy.red-bg.order-md-1::after, .home-teaser .outer-copy.red-bg.order-md-1::before {
    right: auto;
    left: 100%;
  }
}
@media (min-width: 992px) {
  .home-teaser .outer-copy.red-bg.order-md-1::after {
    border-right-color: transparent;
    border-left-color: #e2002b;
    z-index: 5;
  }
}
@media (min-width: 992px) {
  .home-teaser .outer-copy.red-bg.order-md-1::before {
    border-right-color: transparent;
    border-left-color: #8f8f95;
    z-index: 5;
  }
}
.home-teaser:hover .outer-image img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .home-teaser.autoHeight .outer-image, .home-teaser.autoHeight .outer-copy {
    height: 300px !important;
  }
  .home-teaser.autoHeight .outer-image img.img-fluid, .home-teaser.autoHeight .outer-copy img.img-fluid {
    height: 100%;
    max-width: none;
    width: auto;
    margin-left: -48px;
  }
}

.col-md-4 .home-teaser .outer-copy, .col-md-3 .home-teaser .outer-copy, .col-md-6 .home-teaser .outer-copy {
  border-left: none;
  border-top: 1px solid #8f8f95;
}
.col-md-4 .home-teaser .outer-copy::after, .col-md-4 .home-teaser .outer-copy::before, .col-md-3 .home-teaser .outer-copy::after, .col-md-3 .home-teaser .outer-copy::before, .col-md-6 .home-teaser .outer-copy::after, .col-md-6 .home-teaser .outer-copy::before {
  top: auto;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.col-md-4 .home-teaser .outer-copy::before, .col-md-3 .home-teaser .outer-copy::before, .col-md-6 .home-teaser .outer-copy::before {
  border-color: transparent;
  border-bottom-color: #8f8f95;
  border-width: 31px;
  margin-left: -31px;
}
.col-md-4 .home-teaser .outer-copy::after, .col-md-3 .home-teaser .outer-copy::after, .col-md-6 .home-teaser .outer-copy::after {
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 30px;
  margin-left: -30px;
}
.col-md-4 .home-teaser .outer-copy .inner-copy, .col-md-3 .home-teaser .outer-copy .inner-copy, .col-md-6 .home-teaser .outer-copy .inner-copy {
  height: 371px;
}
@media (min-width: 992px) {
  .col-md-4 .home-teaser.img-bottom .outer-copy, .col-md-3 .home-teaser.img-bottom .outer-copy, .col-md-6 .home-teaser.img-bottom .outer-copy {
    border-top: none;
    border-bottom: 1px solid #8f8f95;
    border-right: none;
  }
}
@media (min-width: 992px) {
  .col-md-4 .home-teaser.img-bottom .outer-copy::after, .col-md-4 .home-teaser.img-bottom .outer-copy::before, .col-md-3 .home-teaser.img-bottom .outer-copy::after, .col-md-3 .home-teaser.img-bottom .outer-copy::before, .col-md-6 .home-teaser.img-bottom .outer-copy::after, .col-md-6 .home-teaser.img-bottom .outer-copy::before {
    top: 100%;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .col-md-4 .home-teaser.img-bottom .outer-copy::before, .col-md-3 .home-teaser.img-bottom .outer-copy::before, .col-md-6 .home-teaser.img-bottom .outer-copy::before {
    border-top-color: #8f8f95;
    border-bottom-color: transparent;
    margin-top: 0;
    margin-bottom: -31px;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .col-md-4 .home-teaser.img-bottom .outer-copy::after, .col-md-3 .home-teaser.img-bottom .outer-copy::after, .col-md-6 .home-teaser.img-bottom .outer-copy::after {
    border-bottom-color: transparent;
    border-top-color: #ffffff;
    margin-top: 0;
    margin-bottom: -31px;
    z-index: 1;
  }
}

.col-md-6 .home-teaser .outer-copy .inner-copy {
  height: 400px;
}

.col-md-3 .home-teaser .outer-image {
  height: auto;
}
.col-md-3 .home-teaser .outer-copy {
  height: auto;
  padding-bottom: 30px;
}
.col-md-3 .home-teaser .outer-copy .inner-copy {
  height: auto;
}

.ico-nav {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: 15px;
}
.ico-nav li {
  width: 50%;
  border-left: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .ico-nav li {
    width: auto;
  }
}
.ico-nav li a {
  text-align: center;
  padding: 12px;
}
@media (min-width: 992px) {
  .ico-nav li a {
    position: relative;
    top: 12px;
    padding: 0;
    margin-left: 15px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1920px) {
  .ico-nav li a {
    margin-left: 20px;
  }
}
.ico-nav li a img {
  width: 30px;
  height: 30px;
}
.ico-nav li a img.hover {
  display: none;
}
@media (min-width: 992px) {
  .ico-nav li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
  }
  .ico-nav li a img.hover {
    z-index: -1;
    display: block;
  }
}
@media (min-width: 992px) {
  .ico-nav li a:hover img.hover {
    z-index: 5;
  }
}

@media (min-width: 992px) {
  header .fixed-header-helper {
    position: fixed;
    width: 100%;
    z-index: 50;
    border-bottom: 1px solid #000;
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  header .fixed-header-spacer {
    padding-top: 85px;
  }
}
@media (min-width: 1920px) {
  header .fixed-header-spacer {
    padding-top: 107px;
  }
}
header nav.navbar {
  padding: 0;
  background-color: #ffffff;
  height: 85px;
}
@media (min-width: 1920px) {
  header nav.navbar {
    height: auto;
  }
}
header nav.navbar .navbar-toggler {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 0;
  background: url("../../Public/Images/Icos/CTA_Menue_red_full.svg");
  margin-left: auto;
  margin-right: 32px;
  position: relative;
  top: -15px;
}
@media (min-width: 768px) {
  header nav.navbar .navbar-toggler {
    width: 50px;
    height: 50px;
    top: 0px;
  }
}
@media (min-width: 992px) {
  header nav.navbar .navbar-toggler {
    margin-right: 0;
  }
}
header nav.navbar .navbar-toggler:hover {
  background-image: url("../../Public/Images/Icos/CTA_Menue_red_inv_frame.svg");
}
header nav.navbar .navbar-toggler span {
  background: none;
}
header nav.navbar .navbar-brand {
  padding: 0;
}
header nav.navbar .navbar-brand-inner {
  display: inline-block;
  padding: 27px 0;
  max-width: 75%;
  margin-right: 0;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-brand-inner {
    padding: 38px 0 18px;
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  header nav.navbar .navbar-brand-inner {
    padding: 36px 0 20px;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-brand-inner {
    padding: 40px 0 30px;
  }
}
header nav.navbar .img-brand {
  width: 120px;
  height: auto;
}
@media (min-width: 768px) {
  header nav.navbar .img-brand {
    width: 172px;
  }
}
@media (min-width: 992px) {
  header nav.navbar .img-brand {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  header nav.navbar .img-brand {
    width: 172px;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .img-brand {
    width: 246px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav {
  position: relative;
  z-index: 50;
  background: #ffffff;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav {
    position: static;
    z-index: auto;
    background-color: transparent;
  }
}
header nav.navbar .navbar-collapse .navbar-nav li {
  border: 1px solid #8f8f95;
  border-top: none;
  border: none;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav li {
    border: none;
  }
}
header nav.navbar .navbar-collapse .navbar-nav li.has-sub {
  position: relative;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav li.has-sub {
    position: static;
  }
}
header nav.navbar .navbar-collapse .navbar-nav li.has-sub .cta {
  position: absolute;
  right: 0;
  top: 6px;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav li.has-sub .cta {
    display: none;
  }
}
header nav.navbar .navbar-collapse .navbar-nav li.has-sub.opened > .cta::after {
  display: none;
}
header nav.navbar .navbar-collapse .navbar-nav li.has-sub.opened > .cta {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_single_down_red_full.svg");
}
header nav.navbar .navbar-collapse .navbar-nav li.has-sub.opened > .cta:hover {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_single_down_red_inv_frame.svg");
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav {
    margin-left: 15px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li {
  font-size: 0.875rem;
  line-height: 1.652;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li {
    height: auto;
    margin: 32px 15px 0;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li {
    margin: 37px 35px 0;
    font-size: 1.125rem;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li a {
  color: #4c4c4c;
  padding: 15px;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li a {
    position: relative;
    padding: 15px 10px;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li a {
    padding: 16px 10px 24px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li a:hover {
  color: #e2002b;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li a:hover::after, header nav.navbar .navbar-collapse .navbar-nav.main-nav li a:hover::before {
    bottom: -1px;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 50;
  }
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li a:hover::after {
    border-color: transparent;
    border-bottom-color: #000000;
    border-width: 5px;
    margin-left: -5px;
  }
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li a:hover::before {
    border-color: transparent;
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li a:hover::after, header nav.navbar .navbar-collapse .navbar-nav.main-nav li a:hover::before {
    bottom: -1px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu {
  display: none;
  list-style-type: none;
  width: auto;
  padding-left: 0;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu {
    position: absolute;
    width: 1920px;
    left: -238px;
    z-index: 40;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
    padding: 12px 0 27px;
    border-top: 1px solid #000000;
    font-size: 0;
    top: 41px;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu {
    top: 107px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li {
  font-family: apparat-excond, sans-serif;
  font-size: 1.125rem;
  line-height: 1.1;
  text-transform: none;
  border-left: none !important;
  border-right: none !important;
  border-top: 1px solid #8f8f95;
  border-bottom: none;
  border: none !important;
}
@media (max-width: 991px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li {
    display: -moz-inline-grid;
    display: -ms-inline-grid;
    display: -webkit-inline-grid;
    display: -o-inline-grid;
    display: inline-grid;
    vertical-align: top;
    text-align: left;
    line-height: 1.5;
    margin: 10px 0 0;
    height: auto;
    width: 292.5px;
    padding-left: 118px;
    border: none;
  }
}
@media (min-width: 1200px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li {
    width: 292.5px;
    padding-left: 118px;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li {
    width: 368px;
    padding-left: 138px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li.no-sub {
  white-space: nowrap;
  display: block;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li a {
  position: static;
  color: #000000;
  padding: 15px 30px;
  display: block;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li a {
    padding: 0;
    display: inline;
    line-height: 1.4;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li a:hover {
  text-decoration: none;
  color: #e2002b;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li a:hover::after, header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li a:hover::before {
  display: none;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser {
  text-align: left;
  margin-top: 60px;
  position: relative;
  padding-left: 30px;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser {
    padding-left: 0;
    margin-top: 7px;
    left: -3px;
  }
}
@media (min-width: 1200px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser {
    left: 5px;
    margin-top: 50px;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser {
    left: -3px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser h3 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  color: #e2002b;
  margin-bottom: 10px;
  padding-left: 2px;
  height: 50px;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser h3 {
    height: auto;
  }
}
@media (min-width: 1200px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser h3 {
    position: absolute;
    bottom: 180px;
    height: auto;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser h3 {
    margin-bottom: 25px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser h3 span {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0;
  padding-top: 5px;
  letter-spacing: 0.075em;
  text-transform: none;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a {
  position: relative;
  display: inline-block;
  color: #e2002b;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0 !important;
  top: 0;
  cursor: pointer !important;
  max-width: 178px;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a .cta {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: auto;
  display: block;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a:hover {
  border-color: #e2002b;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a:hover img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a:hover .cta {
  background-color: #FFFFFF;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a:hover .cta::before {
  background-color: #e2002b;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .menu-teaser a:hover .cta::after {
  background-color: #e2002b;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li.solutionsTeasers .menu-teaser {
  left: -1px;
}
@media (min-width: 1200px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li.solutionsTeasers .menu-teaser {
    left: 4px;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li.solutionsTeasers .menu-teaser {
    left: -1px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .third-level-menu {
  padding: 0;
  display: none;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .third-level-menu {
    display: block;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .third-level-menu li {
  display: block;
  width: auto;
  padding-left: 0;
  text-transform: none;
  border-top: 1px solid #8f8f95;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .third-level-menu li {
    border: none;
    line-height: 1.5;
    margin-top: 9px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .third-level-menu li a {
  cursor: pointer;
  line-height: 1.2;
  color: #8f8f95;
  font-weight: 300;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .third-level-menu li a {
    color: inherit;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li .third-level-menu li a:hover {
  color: #e2002b;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.products {
  top: -1000px;
}
@media (min-width: 1921px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.products > .nav-item {
    padding-left: 0 !important;
    padding-right: 0;
    width: 318px !important;
  }
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.products li {
    width: 241.5px;
    padding-left: 92px;
  }
}
@media (min-width: 1200px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.products li {
    width: 292.5px;
    padding-left: 118px;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.products li {
    width: 368px;
    padding-left: 138px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.products li .third-level-menu li a:hover {
  cursor: pointer;
}
@media (min-width: 1921px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.solutions > .nav-item {
    padding-left: 0 !important;
    padding-right: 0;
    width: 318px !important;
  }
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.solutions .third-level-menu {
    margin-bottom: 30px !important;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu .container {
  padding: 0;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu .container li {
    margin-bottom: 25px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu .has-sub {
  font-weight: 700;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu .has-sub li {
  font-weight: 400;
  font-size: 1.125rem;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.solutions > li {
  padding: 15px 30px;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.solutions > li ul {
  margin-bottom: 0 !important;
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu.solutions > li ul li a {
  padding-left: 0;
}
@media (min-width: 1200px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li:first-child .second-level-menu li {
  /*
  width: 1172px;
  padding-left: 265px;
}
@include breakpoint(xl){
  width: 1472px;
  padding-left: 135px;
  */
  }
}
@media (min-width: 1200px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li:first-child .second-level-menu li .third-level-menu li {
    display: -moz-inline-grid;
    display: -ms-inline-grid;
    display: -webkit-inline-grid;
    display: -o-inline-grid;
    display: inline-grid;
    vertical-align: top;
    width: 292.5px;
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li:first-child .second-level-menu li .third-level-menu li {
    width: 368px;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li:first-child .second-level-menu li .third-level-menu li:nth-child(4n) {
    width: 230px;
  }
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li:last-child .second-level-menu .container {
    padding-left: 48px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li:last-child .second-level-menu .container {
    padding-left: 148px;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li:last-child .second-level-menu .container {
    padding-left: 185px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li.act > a {
  color: #e2002b;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li.act > a::after, header nav.navbar .navbar-collapse .navbar-nav.main-nav li.act > a::before {
    bottom: -1px;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 50;
  }
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li.act > a::after {
    border-color: transparent;
    border-bottom-color: #000000;
    border-width: 5px;
    margin-left: -5px;
  }
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li.act > a::before {
    border-color: transparent;
    border-bottom-color: transparent;
    border-width: 5px;
    margin-left: -5px;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li.act > a::after, header nav.navbar .navbar-collapse .navbar-nav.main-nav li.act > a::before {
    bottom: -1px;
  }
}
@media (min-width: 1921px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li.c-11 .second-level-menu > .nav-item {
    padding-left: 0 !important;
    padding-right: 0;
    width: 318px !important;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.main-nav li.c-11 .second-level-menu .third-level-menu {
  margin-bottom: 30px;
}
header nav.navbar .navbar-collapse .navbar-nav.ico-nav {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #8f8f95;
  margin-top: 2px;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav {
    border: none;
    margin-top: 0;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.ico-nav li {
  width: 50%;
  border-left: none;
  margin-bottom: 0;
}
header nav.navbar .navbar-collapse .navbar-nav.ico-nav li:first-child {
  border-left: 1px solid #8f8f95;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav li:first-child {
    border: none;
  }
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav li {
    width: auto;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.ico-nav li a {
  text-align: center;
  padding: 12px;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav li a {
    position: relative;
    top: 12px;
    padding: 0;
    margin-left: 10px;
    width: 30px;
    height: 30px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.ico-nav li a img {
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav li a img {
    width: 30px;
    height: 30px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.ico-nav li a img.hover {
  display: none;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    z-index: 1;
  }
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav li a img.hover {
    z-index: -1;
    display: block;
  }
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.ico-nav li a:hover img.hover {
    z-index: 5;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.meta-nav {
  position: relative;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.meta-nav {
    position: absolute;
    top: 0;
    right: 0;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.meta-nav li {
  font-size: 0.9375rem;
  line-height: 1.652;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.06em;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.meta-nav li {
    margin: 0 0 0 20px;
    line-height: 2.5333;
    text-transform: none;
    font-weight: 300;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.meta-nav li a {
  color: #4c4c4c;
  padding: 15px;
}
@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.meta-nav li a {
    color: #000000;
    padding: 0;
  }
}
header nav.navbar .navbar-collapse .navbar-nav.meta-nav li a:hover {
  color: #e2002b;
}

#full-width-slider {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #000000;
  display: none;
}
@media (min-width: 992px) {
  #full-width-slider {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #full-width-slider .rsOverflow {
    min-height: 400px;
    height: 75vw !important;
    background: #e6e5e6;
    margin-bottom: 30px;
  }
}
#full-width-slider .rsOverflow .rsSlide {
  background: #e6e5e6;
}
#full-width-slider .logo {
  display: block;
  height: 30px;
  width: auto;
  margin-bottom: 7px;
}
#full-width-slider.royalSlider {
  display: none;
}
@media (min-width: 1200px) {
  #full-width-slider.royalSlider,
  #full-width-slider .rsOverflow {
    height: 560px !important;
  }
}
@media (min-width: 1920px) {
  #full-width-slider.royalSlider,
  #full-width-slider .rsOverflow {
    height: 560px !important;
  }
}
#full-width-slider .infoBlock {
  width: auto;
  left: 0;
  margin-left: 0;
  top: 40vw;
  bottom: auto;
  padding: 0;
}
@media (min-width: 768px) {
  #full-width-slider .infoBlock {
    width: 752px;
    margin-left: -376px;
    left: 50%;
    top: 100px;
  }
}
@media (min-width: 992px) {
  #full-width-slider .infoBlock {
    width: 100%;
    margin-left: -50%;
  }
}
@media (min-width: 1200px) {
  #full-width-slider .infoBlock {
    top: 122px;
  }
}
@media (min-width: 1500px) {
  #full-width-slider .infoBlock {
    width: 100%;
    margin-left: -50%;
  }
}
@media (min-width: 1920px) {
  #full-width-slider .infoBlock {
    width: 1920px;
    margin-left: -960px;
  }
}
#full-width-slider .infoBlock h2 {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #000000;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  #full-width-slider .infoBlock h2 {
    font-weight: 500;
    line-height: 1.1;
    width: 72.5%;
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  #full-width-slider .infoBlock h2 {
    font-size: 2.75rem;
    width: 75%;
  }
}
@media (min-width: 1500px) {
  #full-width-slider .infoBlock h2 {
    width: auto;
  }
}
@media (min-width: 1920px) {
  #full-width-slider .infoBlock h2 {
    font-size: 4.125rem;
    line-height: 1.2;
    margin-top: 50px;
    margin-left: 0;
  }
}
#full-width-slider .infoBlock h2 .subline {
  font-size: 60%;
  display: block;
  margin-top: 7px;
}
@media (min-width: 768px) {
  #full-width-slider .infoBlock h2 .subline {
    font-size: 75%;
  }
}
@media (min-width: 992px) {
  #full-width-slider .infoBlock h2 .subline {
    font-size: 1.5rem;
  }
}
@media (min-width: 1920px) {
  #full-width-slider .infoBlock h2 .subline {
    font-size: 50%;
  }
}
#full-width-slider .infoBlock h2 .cta {
  display: block;
  margin-top: 30px;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  #full-width-slider .infoBlock h2 .cta {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 30px;
    margin-top: 0;
  }
}
#full-width-slider .infoBlock h2 .cta::before {
  width: 18px;
  height: 4px;
  left: 3px;
  top: 10px;
}
#full-width-slider .infoBlock h2 .cta::after {
  width: 4px;
  height: 18px;
  right: 10px;
  top: 3px;
}
@media (min-width: 768px) {
  #full-width-slider .white-font .infoBlock h2 {
    color: #ffffff;
  }
}
#full-width-slider .aufsteiger {
  width: 0;
}
@media (min-width: 768px) {
  #full-width-slider .aufsteiger {
    top: auto;
    bottom: 0;
    position: absolute;
    opacity: 0.9;
    z-index: 5;
    left: 50%;
    width: 382px;
    margin-left: -578px;
  }
}
@media (min-width: 992px) {
  #full-width-slider .aufsteiger {
    width: 480px;
    margin-left: -700px;
  }
}
@media (min-width: 1200px) {
  #full-width-slider .aufsteiger {
    top: 180px;
    width: 600px;
    margin-left: -807px;
  }
}
@media (min-width: 1500px) {
  #full-width-slider .aufsteiger {
    margin-left: -960px;
  }
}
@media (min-width: 1920px) {
  #full-width-slider .aufsteiger {
    margin-left: -1115px;
    top: 400px;
  }
}
@media (min-width: 768px) {
  #full-width-slider .aufsteiger.additional {
    height: auto;
  }
}
@media (min-width: 1200px) {
  #full-width-slider .aufsteiger.additional {
    top: 100px;
  }
}
@media (min-width: 1920px) {
  #full-width-slider .aufsteiger.additional {
    top: 315px;
  }
}
#full-width-slider .rsArrow .rsArrowIcn {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 0;
  background-position: 0 0;
}
#full-width-slider .rsArrow.rsArrowLeft {
  bottom: 15px;
}
@media (min-width: 992px) {
  #full-width-slider .rsArrow.rsArrowLeft {
    bottom: 31px;
  }
}
#full-width-slider .rsArrow.rsArrowLeft .rsArrowIcn {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_double_left_red_full.svg");
}
#full-width-slider .rsArrow.rsArrowLeft .rsArrowIcn:hover {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_double_left_red_inv_frame.svg");
}
#full-width-slider .rsArrow.rsArrowRight {
  bottom: 15px;
}
@media (min-width: 992px) {
  #full-width-slider .rsArrow.rsArrowRight {
    bottom: 31px;
  }
}
#full-width-slider .rsArrow.rsArrowRight .rsArrowIcn {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_double_right_red_full.svg");
}
#full-width-slider .rsArrow.rsArrowRight .rsArrowIcn:hover {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_double_right_red_inv_frame.svg");
}
#full-width-slider .rsBullets {
  bottom: 30px;
  display: none;
}
@media (min-width: 992px) {
  #full-width-slider .rsBullets {
    display: block;
  }
}
#full-width-slider .rsBullets .rsBullet {
  width: auto;
  height: auto;
  padding: 0 18px 0 0;
}
#full-width-slider .rsBullets .rsBullet span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: none;
  border: none;
}
@media (min-width: 1920px) {
  #full-width-slider .rsBullets .rsBullet span {
    width: 11px;
    height: 11px;
  }
}
#full-width-slider .rsBullets .rsBullet.rsNavSelected span {
  background: #000000;
}

.wide-teaser {
  height: auto;
  background: no-repeat center center;
  background-size: contain;
  margin: 0 auto 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .wide-teaser {
    height: 520px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .wide-teaser {
    height: 560px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .wide-teaser {
    height: 650px;
  }
}
@media (min-width: 1920px) {
  .wide-teaser {
    height: 780px;
  }
}
.wide-teaser .img-box {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.wide-teaser .img-box img.img-fluid {
  max-height: 590px;
  margin: 0 auto;
  width: auto;
}
@media (min-width: 1920px) {
  .wide-teaser .img-box img.img-fluid {
    max-height: 720px;
  }
}
.wide-teaser .img-box.logo-box {
  text-align: center;
}
.wide-teaser .img-box.logo-box img.img-fluid {
  width: 250px;
  height: auto;
  display: none;
}
.wide-teaser .container {
  height: 100%;
}
.wide-teaser .container .row {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .wide-teaser .container .row {
    height: 100%;
  }
}
.wide-teaser .container .row .outer-copy {
  border: 1px solid #8f8f95;
  position: relative;
  background-color: #FFFFFF;
}
.wide-teaser .container .row .outer-copy .inner-copy {
  padding: 30px 15px 60px;
}
.wide-teaser .container .row .outer-copy .inner-copy .cta {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
.wide-teaser .container .row .outer-copy .inner-copy h3.descTarget {
  color: #e2002b;
  position: relative;
  padding-right: 40px;
  hyphens: auto;
  line-height: 1;
  margin-top: 15px;
}
.wide-teaser .container .row .outer-copy .inner-copy h3.descTarget .cta {
  bottom: 0;
  right: 0;
}
.wide-teaser .container .row .outer-copy .inner-copy ol {
  padding-left: 0;
}
.wide-teaser .container .row .outer-copy .inner-copy ol li {
  list-style-type: none;
  padding-left: 20px;
  color: inherit;
  position: relative;
  margin-bottom: 5px;
}
.wide-teaser .container .row .outer-copy .inner-copy ol li::before {
  content: '+';
  position: absolute;
  left: 0;
}
@media (min-width: 1920px) {
  .wide-teaser .container .row.justify-content-center .col-2 {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
.wide-teaser.isCover {
  background-size: cover;
}

.owl-carousel .owl-nav .prev {
  position: absolute;
  left: 10px;
  top: 50%;
  cursor: pointer;
  margin-top: -16px;
}
@media (min-width: 1200px) {
  .owl-carousel .owl-nav .prev {
    left: -77px;
  }
}
.owl-carousel .owl-nav .next {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .owl-carousel .owl-nav .next {
    right: -77px;
  }
}
.owl-carousel .owl-item a {
  position: relative;
  display: inline-block;
  color: #e2002b;
  overflow: hidden;
  border: 2px solid #ffffff;
}
.owl-carousel .owl-item a img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
.owl-carousel .owl-item a h3 {
  position: absolute;
  top: 28px;
  left: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.231;
}
@media (min-width: 1920px) {
  .owl-carousel .owl-item a h3 {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .owl-carousel .owl-item a h3 {
    font-size: 42px;
  }
}
.owl-carousel .owl-item a h3 span {
  display: block;
  font-size: 60%;
}
.owl-carousel .owl-item a .cta {
  position: absolute;
  right: 28px;
  bottom: 28px;
}
.owl-carousel .owl-item a:hover {
  border: 2px solid #e2002b;
}
.owl-carousel .owl-item a:hover img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.owl-carousel .owl-item a:hover .cta {
  background-color: #FFFFFF;
}
.owl-carousel .owl-item a:hover .cta::before {
  background-color: #e2002b;
}
.owl-carousel .owl-item a:hover .cta::after {
  background-color: #e2002b;
}

footer {
  background-color: #e6e5e6;
  font-family: apparat-excond, sans-serif;
  line-height: 1.4667;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  margin-bottom: 68px;
}
@media (min-width: 992px) {
  footer {
    margin-bottom: 0;
  }
}
footer .row {
  margin-bottom: 0 !important;
}
footer ul, footer .footer-nav {
  list-style-type: none;
  padding: 50px 0 0;
  margin: 0;
}
@media (min-width: 992px) {
  footer ul, footer .footer-nav {
    padding: 80px 0;
  }
}
footer ul li, footer .footer-nav li {
  display: -moz-inline-grid;
  display: -ms-inline-grid;
  display: -webkit-inline-grid;
  display: -o-inline-grid;
  display: inline-grid;
  vertical-align: top;
  width: 100%;
  font-family: apparat-excond, sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 50px !important;
  line-height: 1.6 !important;
}
@media (min-width: 1200px) {
  footer ul li, footer .footer-nav li {
    width: 20%;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1920px) {
  footer ul li, footer .footer-nav li {
    width: 16.6667%;
  }
}
footer ul li a, footer .footer-nav li a {
  color: #000000;
}
footer ul li a:hover, footer .footer-nav li a:hover {
  color: #e2002b;
  text-decoration: none;
}
footer ul li ul, footer .footer-nav li ul {
  padding: 0;
}
footer ul li ul li, footer .footer-nav li ul li {
  display: block;
  width: auto;
  font-weight: normal;
  margin: 20px 0 0 !important;
}
@media (min-width: 992px) {
  footer ul li.first-pull, footer .footer-nav li.first-pull {
    position: absolute;
    left: 59.9%;
    top: 122px;
  }
}
@media (min-width: 1920px) {
  footer ul li.first-pull, footer .footer-nav li.first-pull {
    left: 50%;
  }
}
@media (min-width: 992px) {
  footer ul li.second-pull, footer .footer-nav li.second-pull {
    position: absolute;
    left: 59.9%;
    top: 162px;
  }
}
@media (min-width: 1920px) {
  footer ul li.second-pull, footer .footer-nav li.second-pull {
    left: 50%;
  }
}
footer ul.new .footer-col, footer .footer-nav.new .footer-col {
  display: -moz-inline-grid;
  display: -ms-inline-grid;
  display: -webkit-inline-grid;
  display: -o-inline-grid;
  display: inline-grid;
  width: 100%;
}
@media (min-width: 992px) {
  footer ul.new .footer-col, footer .footer-nav.new .footer-col {
    width: 20%;
  }
}
footer ul.new .footer-sitemap-heading > ul, footer .footer-nav.new .footer-sitemap-heading > ul {
  padding: 0 0 30px;
}
footer ul.new .footer-sitemap-heading, footer ul.new li, footer .footer-nav.new .footer-sitemap-heading, footer .footer-nav.new li {
  font-size: 1.125rem;
  line-height: 1.1;
  color: #555;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
}
footer ul.new .footer-sitemap-heading a, footer ul.new li a, footer .footer-nav.new .footer-sitemap-heading a, footer .footer-nav.new li a {
  color: #555;
}
footer ul.new .footer-sitemap-heading ul li, footer ul.new li ul li, footer .footer-nav.new .footer-sitemap-heading ul li, footer .footer-nav.new li ul li {
  width: 100%;
  margin: 5px 0 0 !important;
  line-height: 1.1 !important;
  color: #888;
  font-size: 0.875rem;
  text-transform: none;
}
footer ul.new .footer-sitemap-heading ul li a, footer ul.new li ul li a, footer .footer-nav.new .footer-sitemap-heading ul li a, footer .footer-nav.new li ul li a {
  padding-right: 5px;
  color: #888;
}
footer ul.new .footer-sitemap-heading ul.second-level-menu > li.is-shortcut, footer ul.new li ul.second-level-menu > li.is-shortcut, footer .footer-nav.new .footer-sitemap-heading ul.second-level-menu > li.is-shortcut, footer .footer-nav.new li ul.second-level-menu > li.is-shortcut {
  font-weight: bold;
  margin-top: 15px !important;
}
footer ul.new .footer-sitemap-heading ul.second-level-menu > li.is-shortcut:first-child, footer ul.new li ul.second-level-menu > li.is-shortcut:first-child, footer .footer-nav.new .footer-sitemap-heading ul.second-level-menu > li.is-shortcut:first-child, footer .footer-nav.new li ul.second-level-menu > li.is-shortcut:first-child {
  margin-top: 5px !important;
}
footer ul.new .footer-sitemap-heading ul.second-level-menu > li.is-shortcut > a, footer ul.new li ul.second-level-menu > li.is-shortcut > a, footer .footer-nav.new .footer-sitemap-heading ul.second-level-menu > li.is-shortcut > a, footer .footer-nav.new li ul.second-level-menu > li.is-shortcut > a {
  cursor: default;
}
footer ul.new .footer-sitemap-heading ul.second-level-menu.products > li.has-sub, footer ul.new li ul.second-level-menu.products > li.has-sub, footer .footer-nav.new .footer-sitemap-heading ul.second-level-menu.products > li.has-sub, footer .footer-nav.new li ul.second-level-menu.products > li.has-sub {
  font-weight: bold;
  margin-top: 15px !important;
}
footer ul.new .footer-sitemap-heading ul.second-level-menu.products > li.has-sub:first-child, footer ul.new li ul.second-level-menu.products > li.has-sub:first-child, footer .footer-nav.new .footer-sitemap-heading ul.second-level-menu.products > li.has-sub:first-child, footer .footer-nav.new li ul.second-level-menu.products > li.has-sub:first-child {
  margin-top: 5px !important;
}
footer ul.new .footer-sitemap-heading ul.second-level-menu.products > li.has-sub > a, footer ul.new li ul.second-level-menu.products > li.has-sub > a, footer .footer-nav.new .footer-sitemap-heading ul.second-level-menu.products > li.has-sub > a, footer .footer-nav.new li ul.second-level-menu.products > li.has-sub > a {
  cursor: default;
}
footer ul.new .footer-sitemap-heading ul.second-level-menu.products .flyout-menu-teaser, footer ul.new li ul.second-level-menu.products .flyout-menu-teaser, footer .footer-nav.new .footer-sitemap-heading ul.second-level-menu.products .flyout-menu-teaser, footer .footer-nav.new li ul.second-level-menu.products .flyout-menu-teaser {
  display: none;
}
footer ul.new .footer-sitemap-heading ul.second-level-menu.solutions .nav-column-1,
footer ul.new .footer-sitemap-heading ul.second-level-menu.solutions .nav-column-2, footer ul.new li ul.second-level-menu.solutions .nav-column-1,
footer ul.new li ul.second-level-menu.solutions .nav-column-2, footer .footer-nav.new .footer-sitemap-heading ul.second-level-menu.solutions .nav-column-1,
footer .footer-nav.new .footer-sitemap-heading ul.second-level-menu.solutions .nav-column-2, footer .footer-nav.new li ul.second-level-menu.solutions .nav-column-1,
footer .footer-nav.new li ul.second-level-menu.solutions .nav-column-2 {
  font-weight: bold;
  margin-bottom: 10px !important;
}
footer ul.new .footer-sitemap-heading ul.third-level-menu:first-child, footer ul.new li ul.third-level-menu:first-child, footer .footer-nav.new .footer-sitemap-heading ul.third-level-menu:first-child, footer .footer-nav.new li ul.third-level-menu:first-child {
  margin-top: 0;
}
footer ul.new .footer-sitemap-heading ul.third-level-menu li.is-shortcut, footer ul.new li ul.third-level-menu li.is-shortcut, footer .footer-nav.new .footer-sitemap-heading ul.third-level-menu li.is-shortcut, footer .footer-nav.new li ul.third-level-menu li.is-shortcut {
  font-weight: bold;
  margin-top: 15px !important;
}
footer ul.new .cta, footer .footer-nav.new .cta {
  display: none;
}
footer .abbinder {
  background-color: #e2002b;
  color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  footer .abbinder {
    padding-top: 70px;
  }
}
footer .abbinder ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer .abbinder ul li {
  width: auto;
  font-weight: normal;
  margin-right: 16px;
  position: relative;
  margin-bottom: 0 !important;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
footer .abbinder ul li::after {
  content: '|';
  display: inline-block;
  position: absolute;
  right: -10px;
}
footer .abbinder ul li:last-child::after {
  content: '';
}
footer .abbinder ul li a {
  color: #FFFFFF;
}
footer .abbinder ul li a:hover {
  color: #000000;
  text-decoration: none;
}
footer .abbinder ul li a:focus, footer .abbinder ul li aactive {
  text-decoration: none;
  color: #FFFFFF;
}
footer .abbinder .copy {
  display: block;
  width: auto;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  footer .abbinder .copy {
    width: 50%;
  }
}
footer .abbinder .social {
  font-size: 0;
  margin: 20px 0;
}
@media (min-width: 992px) {
  footer .abbinder .social {
    float: right;
    margin: 0;
  }
}
footer .abbinder .social span {
  position: relative;
  top: 18px;
  font-size: 1.875rem;
  padding-right: 7px;
}
footer .abbinder .social a {
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  position: relative;
}
footer .abbinder .social a:first-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  footer .abbinder .social a:first-child {
    margin-left: 15px;
  }
}
footer .abbinder .social a img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
footer .abbinder .social a img.hover {
  z-index: 0;
}
footer .abbinder .social a:hover img.hover {
  z-index: 2;
}

.content-page .owl-carousel .owl-item a {
  display: inline;
  border: none;
}
.content-page .owl-carousel .owl-item a:hover {
  border: none;
}
.content-page .owl-carousel .owl-item a.cta {
  border: 2px solid #e2002b;
}
.content-page .owl-carousel .owl-item a.cta:hover {
  border: 2px solid #e2002b;
}
.content-page .page-functions .print {
  top: 6px;
}
.content-page .back-to-filter {
  position: relative;
  padding-right: 50px;
  border: 0;
  padding-bottom: 10px;
  margin-top: -31px;
}
.content-page .back-to-filter h3 {
  font-size: 1.5rem !important;
}
@media (min-width: 1920px) {
  .content-page .back-to-filter h3 {
    font-size: 1.875rem !important;
  }
}
.content-page ul {
  padding-left: 0;
}
.content-page .home-teaser ul, .content-page .col-md-4 ul {
  padding-left: 15px;
}
.content-page li {
  margin-bottom: 0;
  padding-left: 0;
}
.content-page .col-md-8 ul {
  padding-left: 20px;
}
.content-page .col-md-8 li {
  margin-bottom: 0px;
  padding-left: 5px;
}
.content-page .col-sm-8 img {
  margin-bottom: 30px;
}
.content-page .container-fluid .col {
  text-align: center;
}
.content-page.solutions h3 {
  font-size: 2rem;
  margin-top: 15px;
}
.content-page.solutions h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
}
.content-page.solutions h4 .subline {
  font-size: 15px;
  text-transform: none;
}
.content-page.solutions nav li {
  margin-bottom: 0;
}
.content-page .col-md-8 .table th, .content-page .col-md-8 .table td {
  padding: 10px 20px 10px 0;
  border: none;
  font-size: 0.875rem;
}
.content-page .col-md-8 .table tr {
  border-top: 1px solid #000000;
}
.content-page .col-md-8 .table tr:first-child {
  border: none;
}
.content-page .col-md-8 .table th {
  border-bottom: 2px solid #000000;
}
.content-page .col-md-8 .table td:last-child {
  width: 50px;
  padding: 10px;
  text-align: center;
}
.content-page .col-md-8 .table td:last-child .download {
  display: inline-block;
}
.content-page .col-md-8 .table.table-sm td:last-child {
  width: auto;
  border: 0;
}
.content-page .col-md-8 .ce-table th, .content-page .col-md-8 .ce-table td {
  padding: 10px 80px 10px 0;
  border: none;
  font-size: 0.875rem;
}
.content-page .col-md-8 .ce-table.veranstaltungen th, .content-page .col-md-8 .ce-table.veranstaltungen td {
  white-space: nowrap;
}
.content-page .col-md-8 .ce-table tr {
  border-top: 1px solid #000000;
}
.content-page .col-md-8 .ce-table tr:first-child {
  border: none;
}
.content-page .col-md-8 .ce-table th {
  border-bottom: 2px solid #000000;
  font-size: 1.125rem;
}
.content-page .col-md-8 .ce-table th:last-child {
  border: 0;
}
.content-page .col-md-8 .ce-table td {
  font-size: 1.125rem;
}
.content-page .col-md-8 .col-md-4 h3 {
  margin: 0 0 15px;
}
.content-page .col-md-8 .col-md-4 h3 a {
  color: #000000;
}
.content-page .col-md-8 .col-md-4 h3 a:hover {
  text-decoration: none;
}
.content-page .col-md-8 .col-md-4 p {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .content-page .col-md-8 .col-md-4 p {
    font-size: 1.25rem;
  }
}
.content-page .col-md-8 .col-md-4 .ce-left img {
  height: 60px;
}
.content-page .col-md-8 .home-teaser h2 span {
  -moz-hyphens: auto;
  hyphens: auto;
}
.content-page.reference h2 {
  font-size: 1.0625rem;
  line-height: 1.4667;
  margin: 35px 0 25px;
}
.content-page.reference .col-md-8 ul {
  padding-left: 15px;
  margin: 20px 0 30px;
}
.content-page.reference .col-md-8 ul li {
  margin-bottom: 0;
  font-size: 13px;
}
@media (min-width: 992px) {
  .content-page.reference .col-md-8 ul li {
    font-size: 0.9375rem;
  }
}
.content-page.reference header ul {
  margin-bottom: 0;
}
.content-page .ce-uploads {
  border: none;
  margin-bottom: 15px;
}
.content-page .ce-uploads h3 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.content-page .bildmaterial {
  position: relative;
}
.content-page .bildmaterial sup {
  position: absolute;
  top: auto;
  left: 2px;
  bottom: 40px;
}
.content-page .bildmaterial h3 {
  height: 42px;
  position: relative;
}
.content-page .bildmaterial h3 span {
  position: absolute;
  top: 0;
}
.content-page .bildmaterial .download {
  position: absolute;
  right: 0;
  bottom: 0;
}
.content-page .bildmaterial .inner-wrapper {
  position: relative;
  padding-bottom: 30px;
}
.content-page .bildmaterial hr {
  border-top: 1px solid transparent;
  padding-bottom: 30px;
  width: 110%;
  margin-top: 30px;
}
.content-page .bildmaterial::after {
  content: '';
  display: block;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  bottom: 12px;
  width: 100%;
}

.sidebar-box {
  border: none;
  background-color: #ffffff;
  padding: 35px 35px 60px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1920px) {
  .sidebar-box:first-child {
    margin-top: 30px;
  }
}
.sidebar-box h3 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.sidebar-box p {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.1;
}
.sidebar-box ul {
  padding-left: 15px;
}
.sidebar-box .cta, .sidebar-box .download, .sidebar-box .submit, .sidebar-box .mail {
  position: absolute;
  bottom: 35px;
  right: 35px;
  left: auto;
}
.sidebar-box .table {
  margin-bottom: 11px;
}
.sidebar-box .table th {
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: right;
  color: #e2002b;
  padding: 2px 4px;
  font-weight: bold;
  border: none;
}
@media (min-width: 1920px) {
  .sidebar-box .table th {
    font-size: 0.9375rem;
    line-height: 1.4667;
  }
}
.sidebar-box .table th::after {
  content: '|';
  display: inline-block;
  position: relative;
  right: -4px;
}
.sidebar-box .table td {
  padding: 2px 4px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: bold;
  border: none;
}
.sidebar-box.alternative-items .product-title {
  font-size: 20px !important;
  margin-bottom: 3px;
}
.sidebar-box.alternative-items .order-number {
  margin-bottom: 20px;
}
.sidebar-box.alternative-items .cta {
  margin: 0 !important;
  bottom: auto;
  top: 24px;
  width: 22px;
  height: 22px;
  z-index: 1;
}
.sidebar-box.ce-uploads {
  padding-bottom: 15px;
}
.sidebar-box.ce-uploads img.img-fluid {
  float: none;
  width: 50%;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  padding: 0;
}
.sidebar-box.contains-box-shadow {
  padding-bottom: 15px;
}
.sidebar-box.contains-box-shadow img.img-fluid {
  float: none;
  width: 50%;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  padding: 0;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) {
  padding-bottom: 15px;
  margin-top: 0;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .image-wrapper {
  position: relative;
  overflow: hidden;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .image-wrapper .cut {
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .image-wrapper .cut.top-30 {
  top: -30%;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .image-wrapper .cut.top-40 {
  top: -40%;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .image-wrapper .cut.top-50 {
  top: -50%;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .image-wrapper .cut.top-60 {
  top: -60%;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .image-wrapper .cut.top-70 {
  top: -70%;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .image-wrapper .cut.top-80 {
  top: -80%;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .image-wrapper .cut.top-90 {
  top: -90%;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .image-wrapper .cut.top-100 {
  top: -100%;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .copy-wrapper {
  padding: 10px 0 0 0;
  position: relative;
  padding-bottom: 30px;
  height: auto;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .copy-wrapper .download {
  bottom: 0;
  right: 0;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .copy-wrapper .download.hasLapa {
  right: 40px !important;
  bottom: 0 !important;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .copy-wrapper .cta {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .copy-wrapper .app {
  position: absolute;
  bottom: 0;
  right: -10px;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .copy-wrapper .app.hasLapa, .sidebar-box.crosslinking:not(.contains-box-shadow) .copy-wrapper .app.hasBrosch {
  right: 30px;
}
.sidebar-box.crosslinking:not(.contains-box-shadow) .copy-wrapper .app.hasLapa.hasBrosch {
  right: 70px;
}
.sidebar-box.contains-box-shadow .copy-wrapper {
  margin-top: 20px;
}
.sidebar-box.contains-box-shadow .copy-wrapper.no-copy {
  margin-top: -40px;
}
.sidebar-box.green {
  background-color: #4fa928 !important;
  color: #FFFFFF;
}
.sidebar-box.product-item {
  border-top-color: #e3e3e4 !important;
  padding-bottom: 15px;
  overflow: hidden;
}
.sidebar-box.product-item .order-number {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.sidebar-box.product-item img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
.sidebar-box.product-item:hover img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.passende-produkte {
  border: none;
  background-color: #fff;
  position: relative;
  padding: 70px 15px 50px;
  overflow: hidden;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .passende-produkte {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .passende-produkte {
    margin-bottom: 0;
  }
}
.passende-produkte img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
.passende-produkte a.wrapper {
  position: absolute;
}
.passende-produkte a.wrapper:hover {
  border: none !important;
}
.passende-produkte h3 {
  position: absolute !important;
  left: 30px !important;
  top: 20px !important;
  font-size: 1.125rem !important;
  line-height: 1.1 !important;
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .passende-produkte h3 {
    font-size: 1.125rem !important;
    left: 10px !important;
    top: 0 !important;
  }
}
.passende-produkte h3 span {
  display: block;
  font-size: 65% !important;
  left: 10px !important;
  margin-top: 0 !important;
}
.passende-produkte .cta.small {
  position: absolute;
  bottom: 30px !important;
  right: 30px !important;
}
@media (min-width: 768px) {
  .passende-produkte .cta.small {
    bottom: 10px !important;
    right: 10px !important;
  }
}
.passende-produkte:hover img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.content-related-products .passende-produkte {
  margin: 0 auto 25px;
  max-width: 630px;
}
.content-related-products .passende-produkte a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.content-related-products .passende-produkte a.cta {
  z-index: 2;
  left: auto;
  top: auto;
}
.content-related-products .passende-produkte a.warranty-link {
  display: inline-block;
  position: absolute !important;
  top: 75px;
  left: 30px;
  width: 55px;
  z-index: 5;
  border: none;
}
@media (min-width: 768px) {
  .content-related-products .passende-produkte a.warranty-link {
    top: 54px;
    left: 10px;
  }
}
.content-related-products .passende-produkte a.warranty-link .product-warranty {
  width: 55px;
  transform: none;
}
.content-related-products .passende-produkte a.warranty-link .product-warranty.inverse {
  display: none;
}
.content-related-products .passende-produkte a.warranty-link:hover .product-warranty {
  display: none;
  transform: none;
}
.content-related-products .passende-produkte a.warranty-link:hover .product-warranty.inverse {
  display: block;
}

.related-slider .owl-nav {
  text-align: right;
}
.related-slider .owl-nav div {
  text-align: left;
  display: inline-block;
  margin-left: 10px;
}

.landing-page {
  background: url("../Images/lp_background.jpg") no-repeat center 86px;
  background-size: contain;
}
@media (min-width: 768px) {
  .landing-page {
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
  }
}
.landing-page header {
  background-color: #ffffff;
  border-bottom: 1px solid #8f8f95;
}
.landing-page .container > .row {
  margin-bottom: 30px;
}
.landing-page .container > .row.no-margin {
  margin-bottom: 0;
}
.landing-page .related.container {
  padding-top: 45px;
}
.landing-page .related.container > .row {
  margin-bottom: 0px;
}
.landing-page .main ol {
  padding: 0 0 20px;
}
.landing-page .main ol li {
  font-size: 0.9375rem;
}
.landing-page .main ul {
  padding-left: 0;
}
.landing-page .main ul li {
  list-style-type: none;
  padding-left: 15px;
  color: inherit;
  font-size: 13px;
  position: relative;
}
@media (min-width: 992px) {
  .landing-page .main ul li {
    font-size: 0.9375rem;
  }
}
.landing-page .main ul li::before {
  content: '+';
  position: absolute;
  left: 0px;
  color: #e2002b;
}
.landing-page .main .col-md-4 ul {
  list-style-position: inside;
  padding-left: 16px;
}
.landing-page .main .col-md-4 ul li {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 0;
}
.landing-page .main .col-md-4 ul li::before {
  display: none;
}
.landing-page .main .wide-teaser {
  height: 560px;
}
.landing-page .main .wide-teaser .container .row .outer-copy {
  height: auto;
}
.landing-page .main .wide-teaser ul li {
  padding-left: 20px;
}
.landing-page .main .wide-teaser ul li::before {
  color: inherit;
}
.landing-page .main .redContentBox ol {
  padding: 20px 0 10px 20px;
  list-style-position: outside;
}
.landing-page .main .redContentBox ol li strong {
  text-transform: uppercase;
  line-height: 2;
}
.landing-page .main .redContentBox p strong {
  text-transform: uppercase;
  line-height: 2;
}
.landing-page .main .redContentBox ul {
  padding-left: 15px;
  padding-bottom: 30px;
}
.landing-page .main .redContentBox ul li {
  margin: 0;
  list-style-type: disc;
  padding-left: 0;
}
.landing-page .main .redContentBox ul li::before {
  display: none;
}
.landing-page .main .col-md-4 .redContentBox ul {
  padding-left: 0;
  margin-top: -15px;
}
.landing-page .main .col-md-4 .redContentBox ul li {
  list-style-type: none;
  padding-left: 15px;
  color: inherit;
  font-size: 0.9375rem;
  position: relative;
  margin-bottom: 4px;
}
.landing-page .main .col-md-4 .redContentBox ul li::before {
  content: '+';
  position: absolute;
  left: 0px;
  color: #ffffff !important;
  display: inline-block;
}
.landing-page h1 {
  font-size: 7.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .landing-page h1 {
    margin-top: 155px;
  }
}
@media (min-width: 1920px) {
  .landing-page h1 {
    margin-top: 218px;
  }
}
.landing-page h1 .subline {
  font-size: 50%;
  position: relative;
  top: -20px;
}
.landing-page h2 {
  margin: 0 0 25px;
}
.landing-page h3 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 30px 0 0;
}
.landing-page .sidebar-box h3 {
  line-height: 1.4;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0 0 11px;
}
@media (min-width: 1920px) {
  .landing-page .sidebar-box h3 {
    line-height: 1.3;
    font-size: 1.625rem;
    margin: 0 0 15px;
  }
}
.landing-page p {
  line-height: 1.34;
}
.landing-page .sidebar-box p {
  font-size: 0.8125rem;
  margin-bottom: 0 !important;
}
@media (min-width: 1920px) {
  .landing-page .sidebar-box p {
    font-size: 0.9375rem;
  }
}
.landing-page .col-md-8 .home-teaser .outer-copy .inner-copy {
  height: 100%;
}
.landing-page .col-md-8 .home-teaser .outer-image {
  height: 72vw;
  max-height: 450px;
}
@media (min-width: 768px) {
  .landing-page .col-md-8 .home-teaser .outer-image {
    height: 500px;
    max-height: none;
  }
}
.landing-page .col-md-8 .ce-left.ce-above {
  margin-top: 60px;
}
.landing-page .col-md-4 .home-teaser .outer-copy {
  padding-bottom: 30px;
}
.landing-page .col-md-4 .home-teaser .outer-copy::before {
  margin-left: -31px;
}
.landing-page .col-md-4 .home-teaser .outer-copy::after {
  margin-left: -30px;
}
@media (min-width: 992px) {
  .landing-page .col-md-4 .home-teaser .outer-copy {
    height: 375px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .landing-page .col-md-4 .home-teaser .outer-copy {
    height: 300px;
  }
}
@media (min-width: 1920px) {
  .landing-page .col-md-4 .home-teaser .outer-copy {
    height: 322px;
  }
}
.landing-page .col-md-4 .home-teaser .outer-copy .inner-copy {
  height: 100%;
}
.landing-page .col-md-4 .home-teaser .outer-image {
  height: 72vw;
  max-height: 450px;
}
@media (min-width: 768px) {
  .landing-page .col-md-4 .home-teaser .outer-image {
    height: 500px;
    max-height: none;
  }
}
@media (min-width: 992px) {
  .landing-page .col-md-4 .home-teaser .outer-image {
    height: 375px;
  }
}
@media (min-width: 1200px) {
  .landing-page .col-md-4 .home-teaser .outer-image {
    height: 332px;
  }
}
@media (min-width: 1920px) {
  .landing-page .col-md-4 .home-teaser .outer-image {
    height: 460px;
  }
}
.landing-page .col-md-4 .home-teaser .outer-image img.img-fluid {
  margin-top: -30%;
}
@media (min-width: 992px) {
  .landing-page .col-md-4 .home-teaser .outer-image img.img-fluid {
    margin-top: 0;
  }
}
.landing-page .col-md-3.ml-auto p,
.landing-page .sidebar-behaviour p {
  margin-bottom: 45px;
}
.landing-page .home-teaser {
  overflow: hidden;
}
.landing-page .home-teaser h2 {
  margin: 0 0 15px;
}
@media (min-width: 1920px) {
  .landing-page .home-teaser h2 {
    margin: 28px 0 37px;
  }
}
.landing-page .home-teaser .col-md-6 h2 {
  margin: 0 0 15px;
}
@media (min-width: 1920px) {
  .landing-page .home-teaser .col-md-6 h2 {
    margin: 0 0 25px;
  }
}
.landing-page .home-teaser .col-md-7.outer-copy {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .landing-page .home-teaser .col-md-7.outer-copy {
    height: 359px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .landing-page .home-teaser .col-md-7.outer-copy {
    height: 300px;
  }
}
@media (min-width: 1920px) {
  .landing-page .home-teaser .col-md-7.outer-copy {
    height: 375px;
  }
}
.landing-page .home-teaser .col-md-7.outer-image {
  height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .landing-page .home-teaser .col-md-7.outer-image {
    height: 359px;
  }
}
@media (min-width: 1200px) {
  .landing-page .home-teaser .col-md-7.outer-image {
    height: 300px;
  }
}
@media (min-width: 1920px) {
  .landing-page .home-teaser .col-md-7.outer-image {
    height: 375px;
  }
}
.landing-page .home-teaser .col-md-6.outer-copy {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .landing-page .home-teaser .col-md-6.outer-copy {
    height: 359px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .landing-page .home-teaser .col-md-6.outer-copy {
    height: 300px;
  }
}
@media (min-width: 1920px) {
  .landing-page .home-teaser .col-md-6.outer-copy {
    height: 375px;
  }
}
.landing-page .home-teaser .col-md-6.outer-image {
  height: 72vw;
  max-height: 450px;
}
@media (min-width: 768px) {
  .landing-page .home-teaser .col-md-6.outer-image {
    max-height: none;
    height: 500px;
  }
}
@media (min-width: 992px) {
  .landing-page .home-teaser .col-md-6.outer-image {
    height: 359px;
  }
}
@media (min-width: 1200px) {
  .landing-page .home-teaser .col-md-6.outer-image {
    height: 300px;
  }
}
@media (min-width: 1920px) {
  .landing-page .home-teaser .col-md-6.outer-image {
    height: 375px;
  }
}
.landing-page .home-teaser .col-md-5.outer-copy {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .landing-page .home-teaser .col-md-5.outer-copy {
    height: 359px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .landing-page .home-teaser .col-md-5.outer-copy {
    height: 300px;
  }
}
@media (min-width: 1920px) {
  .landing-page .home-teaser .col-md-5.outer-copy {
    height: 375px;
  }
}
.landing-page .home-teaser .col-md-5.outer-image {
  height: 359px;
}
@media (min-width: 1200px) {
  .landing-page .home-teaser .col-md-5.outer-image {
    height: 300px;
  }
}
@media (min-width: 1920px) {
  .landing-page .home-teaser .col-md-5.outer-image {
    height: 375px;
  }
}
.landing-page .home-teaser .outer-copy {
  background-color: #ffffff;
  height: 100%;
}
.landing-page .home-teaser .outer-copy::after {
  border-width: 30px;
  margin-top: -30px;
}
.landing-page .home-teaser .outer-copy::before {
  border-width: 31px;
  margin-top: -31px;
}
.landing-page .home-teaser.no-image .red-content {
  background-color: #e2002b;
  color: #ffffff;
  padding: 27px 30px 40px;
}
@media (min-width: 992px) {
  .landing-page .home-teaser.no-image .red-content {
    padding: 27px 48px;
    height: 359px;
    overflow-y: hidden;
  }
}
@media (min-width: 1200px) {
  .landing-page .home-teaser.no-image .red-content {
    height: 300px;
  }
}
@media (min-width: 1920px) {
  .landing-page .home-teaser.no-image .red-content {
    padding: 40px 75px;
    height: 375px;
  }
}
.landing-page .home-teaser.no-image .red-content ul {
  margin: 0;
}
.landing-page .home-teaser.no-image .red-content ul li {
  font-size: 0.9375rem;
  font-size: 14px;
  margin-bottom: 4px;
}
.landing-page .home-teaser.no-image .red-content ul li::before {
  color: #ffffff !important;
}
.landing-page .home-teaser.no-image .outer-copy::after, .landing-page .home-teaser.no-image .outer-copy::before {
  bottom: 100%;
  left: 50%;
}
@media (min-width: 992px) {
  .landing-page .home-teaser.no-image .outer-copy::after, .landing-page .home-teaser.no-image .outer-copy::before {
    right: auto;
    left: 100%;
    bottom: auto;
  }
}
.landing-page .home-teaser.no-image .outer-copy::after {
  border-right-color: transparent;
  border-left-color: #FFFFFF;
  z-index: 5;
}
.landing-page .home-teaser.no-image .outer-copy::before {
  border-right-color: transparent;
  border-left-color: #8f8f95;
  z-index: 5;
}
.landing-page .home-teaser.just-image {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .landing-page .home-teaser.just-image {
    margin-bottom: 0;
  }
}
.landing-page .home-teaser.just-image .cta {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.landing-page .col-md-4 .home-teaser h2 {
  margin-top: 0;
}
.landing-page.small-headlines h1 {
  font-size: 3.5625rem;
}
@media (min-width: 992px) {
  .landing-page.small-headlines h1 {
    font-size: 4.5625rem;
  }
}
@media (min-width: 1200px) {
  .landing-page.small-headlines h1 {
    font-size: 5.5625rem;
  }
}
@media (min-width: 1920px) {
  .landing-page.small-headlines h1 {
    font-size: 6.5625rem;
  }
}
.landing-page.small-headlines h2 {
  font-size: 1.75rem;
}
.landing-page.small-headlines .col-md-8.order-1 h3 {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (min-width: 1920px) {
  .landing-page.small-headlines .col-md-8.order-1 h3 {
    font-size: 1.75rem;
  }
}
.landing-page.small-headlines.smallest h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .landing-page.small-headlines.smallest h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .landing-page.small-headlines.smallest h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1920px) {
  .landing-page.small-headlines.smallest h1 {
    font-size: 5rem;
  }
}
.landing-page.small-headlines.smallest h1 .subline {
  top: -5px;
}
@media (min-width: 1200px) {
  .landing-page.small-headlines.smallest h1 .subline {
    top: -20px;
  }
}
.landing-page.small-headlines.content-page.smallest h1 .subline {
  top: 0;
}

.lp-teasers img {
  height: auto;
}

.owl-theme.lp .owl-nav {
  position: absolute;
  bottom: 50px;
}
.owl-theme.lp .owl-nav .prev-small {
  display: inline-block;
}
.owl-theme.lp .owl-nav .next-small {
  display: inline-block;
  margin-left: 10px;
}
.owl-theme.lp .owl-dots {
  position: absolute;
  bottom: 50px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}

.main .ce-textpic img {
  margin-bottom: 15px;
}

.produktbereich header {
  border-bottom: 1px solid #000000;
}
.produktbereich .col-md-4.ml-auto header {
  border-bottom: none;
}

a.Herbstaktion, a.Startaktion {
  background: url(../Images/Icos/ESYLUX_CTA_promotion_01.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
}
a.Herbstaktion:hover, a.Startaktion:hover {
  background-image: url(../Images/Icos/ESYLUX_CTA_promotion_02.svg);
}

a.productElc {
  background: url(../Images/Icos/ESYLUX_CTA_ELC_01.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
}
a.productElc:hover {
  background-image: url(../Images/Icos/ESYLUX_CTA_ELC_02.svg);
}

@media (min-width: 768px) {
  .product-detail .page-functions {
    width: max-content;
  }
}
.product-detail .white-stripe {
  background-color: #ffffff;
  padding: 10px 0 5px;
}
@media (min-width: 1500px) {
  .product-detail .white-stripe {
    margin: -20px 0 10px;
  }
}
.product-detail .white-stripe .scrollable-nav {
  padding-left: 40px;
}
@media (min-width: 1500px) {
  .product-detail .white-stripe .scrollable-nav {
    padding-left: 75px;
  }
}
.product-detail .white-stripe .scrollable-nav a {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
  color: #000000;
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.09em;
  font-weight: 400;
}
.product-detail .white-stripe .scrollable-nav a.active, .product-detail .white-stripe .scrollable-nav a:hover {
  color: #e2002b;
  text-decoration: none;
}
.product-detail .product-sticky-nav {
  display: none;
  position: fixed;
  top: 152px;
  z-index: 10;
  left: 0;
  right: 0;
  padding: 0 0 25px;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-detail .product-sticky-nav.show {
    display: block;
    box-shadow: -10px -10px 20px rgba(0, 0, 0, 0.5);
  }
}
.product-detail .product-sticky-nav .product-headline {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 29px 0 2px;
  text-transform: none;
}
.product-detail .product-sticky-nav .enum {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
  display: inline-block;
}
.product-detail .product-sticky-nav .has-price {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.1;
}
.product-detail .product-sticky-nav .product-preview-image {
  position: relative;
  top: 34px;
  max-width: 110px !important;
}
@media (min-width: 1500px) {
  .product-detail .product-sticky-nav .product-preview-image {
    max-width: 120px !important;
  }
}
.product-detail .product-sticky-nav .product-preview-information {
  padding-left: 40px;
  position: relative;
  top: 36px;
}
@media (min-width: 1200px) {
  .product-detail .product-sticky-nav .product-preview-information {
    padding-left: 5px;
  }
}
.product-detail .product-sticky-nav .anchor-navigation {
  padding-left: 32px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .product-detail .product-sticky-nav .anchor-navigation {
    padding-left: 40px;
  }
}
@media (min-width: 1500px) {
  .product-detail .product-sticky-nav .anchor-navigation {
    padding-left: 75px;
  }
}
.product-detail .product-sticky-nav .anchor-navigation a {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
  color: #000000;
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.09em;
  font-weight: 400;
}
.product-detail .product-sticky-nav .anchor-navigation a.active, .product-detail .product-sticky-nav .anchor-navigation a:hover {
  color: #e2002b;
  text-decoration: none;
}
.product-detail .product-sticky-nav .sub-functions {
  right: 83px;
  top: 18px;
  bottom: auto;
}
.product-detail .product-sticky-nav .page-functions {
  padding-top: 15px;
  padding-bottom: 0;
}
.product-detail .headline-subcategory-series {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin: 15px 0 25px 32px;
  font-size: 1.75rem !important;
}
@media (min-width: 768px) {
  .product-detail .headline-subcategory-series {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .product-detail .headline-subcategory-series {
    font-size: 2.625rem;
  }
}
@media (min-width: 768px) {
  .product-detail .headline-subcategory-series {
    margin-left: 40px;
    margin-bottom: 5px;
    margin-top: 8px;
  }
}
@media (min-width: 1500px) {
  .product-detail .headline-subcategory-series {
    margin-left: 75px;
  }
}
.product-detail .sub-functions {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .product-detail .sub-functions {
    position: absolute;
    right: 75px;
    width: 250px;
    bottom: 0;
  }
}
.product-detail .sub-functions a {
  display: inline-block;
  margin-right: 5px;
}
.product-detail .sub-functions a:last-child {
  margin: 0 !important;
}
.product-detail .product-item {
  background-color: #ffffff;
}
.product-detail .product-item .sub-functions {
  position: static;
  width: auto;
}
.product-detail .has-price {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
.product-detail .download-all {
  position: absolute;
  right: 32px;
  top: 36px;
  z-index: 1;
}
@media (min-width: 768px) {
  .product-detail .download-all {
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .product-detail .download-all {
    right: 50%;
  }
}
.product-detail .download-all span {
  font-size: 13px;
}
@media (min-width: 768px) {
  .product-detail .download-all span {
    font-size: 1rem;
  }
}
.product-detail .download-all .download {
  display: inline-block;
  margin: 0 7px -2px 30px;
}
.product-detail #shortfacts,
.product-detail #downloads,
.product-detail #include-delivery,
.product-detail .related.productAccessories,
.product-detail #technical-data,
.product-detail #lichtberechnung,
.product-detail #busstrom {
  padding: 0 32px;
}
@media (min-width: 768px) {
  .product-detail #shortfacts,
  .product-detail #downloads,
  .product-detail #include-delivery,
  .product-detail .related.productAccessories,
  .product-detail #technical-data,
  .product-detail #lichtberechnung,
  .product-detail #busstrom {
    padding: 0 40px;
  }
}
@media (min-width: 1500px) {
  .product-detail #shortfacts,
  .product-detail #downloads,
  .product-detail #include-delivery,
  .product-detail .related.productAccessories,
  .product-detail #technical-data,
  .product-detail #lichtberechnung,
  .product-detail #busstrom {
    padding: 0 75px;
  }
}
.product-detail #shortfacts h2,
.product-detail #downloads h2,
.product-detail #include-delivery h2,
.product-detail .related.productAccessories h2,
.product-detail #technical-data h2,
.product-detail #lichtberechnung h2,
.product-detail #busstrom h2 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 45px;
  font-size: 1.75rem !important;
}
@media (min-width: 768px) {
  .product-detail #shortfacts h2,
  .product-detail #downloads h2,
  .product-detail #include-delivery h2,
  .product-detail .related.productAccessories h2,
  .product-detail #technical-data h2,
  .product-detail #lichtberechnung h2,
  .product-detail #busstrom h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .product-detail #shortfacts h2,
  .product-detail #downloads h2,
  .product-detail #include-delivery h2,
  .product-detail .related.productAccessories h2,
  .product-detail #technical-data h2,
  .product-detail #lichtberechnung h2,
  .product-detail #busstrom h2 {
    font-size: 2.625rem;
  }
}
.product-detail #shortfacts h3, .product-detail #shortfacts h4,
.product-detail #downloads h3,
.product-detail #downloads h4,
.product-detail #include-delivery h3,
.product-detail #include-delivery h4,
.product-detail .related.productAccessories h3,
.product-detail .related.productAccessories h4,
.product-detail #technical-data h3,
.product-detail #technical-data h4,
.product-detail #lichtberechnung h3,
.product-detail #lichtberechnung h4,
.product-detail #busstrom h3,
.product-detail #busstrom h4 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.25rem !important;
  margin: 30px 0 !important;
}
.product-detail #esylocator h2 {
  padding-left: 32px;
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.75rem !important;
  margin: 75px 0 30px;
}
@media (min-width: 768px) {
  .product-detail #esylocator h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .product-detail #esylocator h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 768px) {
  .product-detail #esylocator h2 {
    padding-left: 40px;
  }
}
@media (min-width: 1500px) {
  .product-detail #esylocator h2 {
    padding-left: 75px;
  }
}
.product-detail #esylocator .map-info {
  height: 600px;
  background-color: #fff;
  padding: 32px;
}
@media (min-width: 768px) {
  .product-detail #esylocator .map-info {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .product-detail #esylocator .map-info {
    padding: 75px;
  }
}
.product-detail #esylocator .map-info p {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.75rem !important;
}
@media (min-width: 768px) {
  .product-detail #esylocator .map-info p {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .product-detail #esylocator .map-info p {
    font-size: 2.625rem;
  }
}
.product-detail #esylocator .map-info .maps-legend {
  position: absolute;
  bottom: 75px;
}
.product-detail #esylocator .map-info .maps-legend span {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1.75rem !important;
  display: inline-block;
  padding: 0 0 42px 51px;
  margin: 0 100px 0 0;
}
@media (min-width: 768px) {
  .product-detail #esylocator .map-info .maps-legend span {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .product-detail #esylocator .map-info .maps-legend span {
    font-size: 2.625rem;
  }
}
.product-detail #esylocator .map-info .maps-legend span.installer {
  background: url("../Images/installers.png") no-repeat 0 0;
  background-size: 40px;
  color: #e2002b;
}
.product-detail #esylocator .map-info .maps-legend span.wholesale {
  background: url("../Images/wholesale.png") no-repeat 0 0;
  background-size: 40px;
}
.product-detail #esylocator .map-info .pac-input-wrapper {
  padding: 50px 0 6px 44px;
  background: url("../Images/CTA_Search_grey_inv.svg") no-repeat 0 bottom;
  background-size: 40px;
}
.product-detail #esylocator .map-info .pac-input-wrapper #pac-input {
  border: none;
  border-bottom: 1px solid #000;
  width: 50%;
}
.product-detail #esylocator .map-info .pac-input-wrapper #pac-input:active, .product-detail #esylocator .map-info .pac-input-wrapper #pac-input:focus {
  outline: none;
}
.product-detail #esylocator .map-info .pac-input-wrapper #pac-input::placeholder {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
.product-detail .fittingSeries,
.product-detail .similarSeries {
  padding: 0 32px;
}
@media (min-width: 768px) {
  .product-detail .fittingSeries,
  .product-detail .similarSeries {
    padding: 0 40px;
  }
}
@media (min-width: 1500px) {
  .product-detail .fittingSeries,
  .product-detail .similarSeries {
    padding: 0 75px;
  }
}
.product-detail .accessory-item {
  margin-left: 0;
  margin-right: 0;
}
.product-detail .accessory-item.first-item {
  border-width: 2px;
}
.product-detail .accessory-item .col-2:last-child, .product-detail .accessory-item .col-sm-2:last-child, .product-detail .accessory-item .col-sm-5:last-child {
  text-align: right;
}
.product-detail .accessory-item .has-price {
  display: inline-block;
  top: 0;
}
.product-detail .related {
  margin-bottom: 30px;
}
.product-detail .related h2 {
  font-size: 1.875rem;
  margin: 20px 0 25px;
}
.product-detail .fittingSeries h2, .product-detail .similarSeries h2 {
  margin-top: 45px;
  font-size: 1.75rem;
}
.product-detail .fittingSeries a, .product-detail .similarSeries a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  right: 14px;
  z-index: 1;
  border: none;
}
.product-detail .fittingSeries a.cta, .product-detail .similarSeries a.cta {
  bottom: 15px;
  right: 15px;
  top: auto;
  left: auto;
}
.product-detail .fittingSeries a.cta:hover, .product-detail .similarSeries a.cta:hover {
  border: none;
}
.product-detail .fittingSeries a.warranty-link, .product-detail .similarSeries a.warranty-link {
  display: inline-block;
  position: absolute !important;
  top: 75px;
  left: 30px;
  bottom: auto;
  width: 55px;
  z-index: 5;
  border: none;
}
@media (min-width: 768px) {
  .product-detail .fittingSeries a.warranty-link, .product-detail .similarSeries a.warranty-link {
    top: 54px;
    left: 10px;
  }
}
.product-detail .fittingSeries a.warranty-link .product-warranty, .product-detail .similarSeries a.warranty-link .product-warranty {
  width: 55px;
  transform: none;
}
.product-detail .fittingSeries a.warranty-link .product-warranty.inverse, .product-detail .similarSeries a.warranty-link .product-warranty.inverse {
  display: none;
}
.product-detail .fittingSeries a.warranty-link:hover .product-warranty, .product-detail .similarSeries a.warranty-link:hover .product-warranty {
  display: none;
  transform: none;
}
.product-detail .fittingSeries a.warranty-link:hover .product-warranty.inverse, .product-detail .similarSeries a.warranty-link:hover .product-warranty.inverse {
  display: block;
}
.product-detail h1 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-detail h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .product-detail h1 {
    font-size: 2.625rem;
  }
}
.product-detail .enum {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 0;
}
.product-detail .enum::after {
  content: '|';
  padding-left: 8px;
  padding-right: 8px;
}
.product-detail .enum:last-child::after {
  content: '';
  padding: 0;
}
.product-detail .enum span {
  padding-right: 10px;
}
.product-detail .enum.has-price {
  display: block;
  margin-top: -24px;
}
.product-detail .enum.has-price .red {
  color: #000000;
}
.product-detail .available {
  color: #e2002b;
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.product-detail .ico-explain {
  top: 62px;
  left: 75px;
}
.product-detail .ico-explain img {
  width: 50px !important;
  height: 50px !important;
}
.product-detail .animated {
  -webkit-animation-duration: 1 ms;
  animation-duration: 1 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.product-detail .carousel-wrapper {
  position: relative;
  margin-top: 87px;
}
.product-detail .carousel-wrapper .series-title {
  position: static;
  color: #000000;
  z-index: 25;
}
@media (min-width: 768px) {
  .product-detail .carousel-wrapper .series-title {
    position: absolute;
    font-size: 42px;
    left: 115px;
    bottom: 50px;
  }
}
.product-detail .carousel-wrapper .series-title .spitzmarke {
  display: block;
  font-size: 50%;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .product-detail .carousel-wrapper .series-title .spitzmarke {
    margin-bottom: 5px;
  }
}
.product-detail .similarSeries .carousel-wrapper {
  margin-top: 0;
}
.product-detail .owl-carousel.product-slider {
  margin-bottom: 30px;
}
.product-detail .owl-carousel.product-slider .owl-stage {
  display: flex;
  align-items: center;
  height: 491px;
  background-color: #ffffff;
}
.product-detail .owl-carousel.product-slider .owl-stage .owl-item {
  background-color: #ffffff;
  overflow: hidden;
}
.product-detail .owl-carousel.product-slider .owl-stage .owl-item img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 502px;
}
@media (min-width: 768px) {
  .product-detail .owl-carousel.product-slider .owl-stage .owl-item img {
    height: 244px;
  }
}
@media (min-width: 992px) {
  .product-detail .owl-carousel.product-slider .owl-stage .owl-item img {
    height: 319px;
  }
}
@media (min-width: 1200px) {
  .product-detail .owl-carousel.product-slider .owl-stage .owl-item img {
    height: 388px;
  }
}
@media (min-width: 1920px) {
  .product-detail .owl-carousel.product-slider .owl-stage .owl-item img {
    height: 491px;
  }
}
.product-detail .owl-carousel.product-slider .owl-nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 40px;
}
.product-detail .owl-carousel.product-slider .owl-nav div {
  display: inline-block !important;
  margin: 5px;
  cursor: pointer;
}
.product-detail .owl-carousel.product-slider .owl-dots {
  position: absolute;
  top: -69px;
  left: 32px;
  height: 45px;
  overflow: hidden;
  text-align: left;
  margin: 0;
}
.product-detail .owl-carousel.product-slider .owl-dots.disabled {
  display: block;
}
@media (min-width: 768px) {
  .product-detail .owl-carousel.product-slider .owl-dots {
    left: 40px;
  }
}
@media (min-width: 1500px) {
  .product-detail .owl-carousel.product-slider .owl-dots {
    left: 75px;
    height: 55px;
    top: -78px;
  }
}
@media (min-width: 1920px) {
  .product-detail .owl-carousel.product-slider .owl-dots {
    height: 70px;
    top: -90px;
  }
}
.product-detail .owl-carousel.product-slider .owl-dots .owl-dot {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border: 2px solid transparent;
  margin-right: 10px;
}
@media (min-width: 1500px) {
  .product-detail .owl-carousel.product-slider .owl-dots .owl-dot {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1920px) {
  .product-detail .owl-carousel.product-slider .owl-dots .owl-dot {
    width: 70px;
    height: 70px;
  }
}
.product-detail .owl-carousel.product-slider .owl-dots .owl-dot.active {
  border: 2px solid #e2002b;
}
.product-detail .owl-carousel.product-slider .owl-dots .owl-dot .web_series_image_close_up,
.product-detail .owl-carousel.product-slider .owl-dots .owl-dot .web_picture_key_function,
.product-detail .owl-carousel.product-slider .owl-dots .owl-dot .web_series_image_application {
  margin-left: -13px;
  height: 45px;
  width: auto;
}
@media (min-width: 1500px) {
  .product-detail .owl-carousel.product-slider .owl-dots .owl-dot .web_series_image_close_up,
  .product-detail .owl-carousel.product-slider .owl-dots .owl-dot .web_picture_key_function,
  .product-detail .owl-carousel.product-slider .owl-dots .owl-dot .web_series_image_application {
    margin-left: -19px;
    height: 55px;
  }
}
@media (min-width: 1920px) {
  .product-detail .owl-carousel.product-slider .owl-dots .owl-dot .web_series_image_close_up,
  .product-detail .owl-carousel.product-slider .owl-dots .owl-dot .web_picture_key_function,
  .product-detail .owl-carousel.product-slider .owl-dots .owl-dot .web_series_image_application {
    margin-left: -26px;
    height: 70px;
  }
}
.product-detail .owl-carousel.product-slider .owl-dots .owl-dot .web_product_image_default {
  margin-left: -1px;
  height: 45px;
  width: auto;
}
@media (min-width: 1500px) {
  .product-detail .owl-carousel.product-slider .owl-dots .owl-dot .web_product_image_default {
    height: 55px;
  }
}
@media (min-width: 1920px) {
  .product-detail .owl-carousel.product-slider .owl-dots .owl-dot .web_product_image_default {
    height: 70px;
  }
}
.product-detail .owl-carousel.product-slider .owl-dots .owl-dot .model-3d {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
}
.product-detail .owl-carousel.product-slider .owl-dots .owl-dot .model-3d span {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  line-height: 48px;
  color: #ffffff;
  background-color: #e2002b;
  top: -5px;
  left: -8px;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 0;
  pointer-events: none;
}
@media (min-width: 1500px) {
  .product-detail .owl-carousel.product-slider .owl-dots .owl-dot .model-3d span {
    top: 3px;
    left: 1px;
    line-height: 40px;
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1920px) {
  .product-detail .owl-carousel.product-slider .owl-dots .owl-dot .model-3d span {
    top: 10px;
    left: 10px;
  }
}
.product-detail .owl-carousel.product-slider .owl-dots .owl-dot .video-thumb {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.product-detail .owl-carousel.product-slider .owl-dots .owl-dot .video-thumb span {
  top: -7px;
  left: -9px;
  position: absolute;
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-indent: -999px;
  background: url("../Images/Icos/cta-video-red.svg");
  background-size: cover;
  border-radius: 0;
  pointer-events: none;
}
@media (min-width: 1500px) {
  .product-detail .owl-carousel.product-slider .owl-dots .owl-dot .video-thumb span {
    top: 3px;
    left: 1px;
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1920px) {
  .product-detail .owl-carousel.product-slider .owl-dots .owl-dot .video-thumb span {
    top: 10px;
    left: 10px;
  }
}
.product-detail .product-information {
  background-color: #FFFFFF;
  min-height: 491px;
  padding: 32px;
}
@media (min-width: 768px) {
  .product-detail .product-information {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .product-detail .product-information {
    padding: 75px;
  }
}
.product-detail .product-information b {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.product-detail .product-information .col-12 {
  padding: 0 !important;
}
.product-detail .nav-pills {
  margin: 30px 0 40px;
}
.product-detail .nav-pills .nav-item {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-detail .nav-pills .nav-item {
    margin-left: 2%;
    width: 32%;
  }
}
.product-detail .nav-pills .nav-item:first-child {
  margin-left: 0;
}
.product-detail .nav-pills .nav-item .nav-link {
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #e2002b;
  font-size: 0.9375rem;
  line-height: 38px;
  padding: 0;
  font-weight: normal;
  border: 1px solid #e2002b;
  letter-spacing: 0.06em;
}
.product-detail .nav-pills .nav-item .nav-link.active, .product-detail .nav-pills .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #e2002b;
  position: relative;
}
@media (min-width: 768px) {
  .product-detail .nav-pills .nav-item .nav-link.active::before, .product-detail .nav-pills .nav-item .nav-link:hover::before {
    border-color: transparent;
    border-top-color: #e2002b;
    bottom: -10px;
    border-style: solid;
    border-width: 10px 11px 0;
    content: ' ';
    left: 50%;
    margin-left: -11px;
    position: absolute;
  }
  .product-detail .nav-pills .nav-item .nav-link.active::after, .product-detail .nav-pills .nav-item .nav-link:hover::after {
    border-color: transparent;
    border-top-color: #fff;
    bottom: -9px;
    border-style: solid;
    border-width: 10px 11px 0;
    content: ' ';
    left: 50%;
    margin-left: -11px;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .product-detail .nav-pills.hasCalculation .nav-item {
    width: 23.5%;
  }
}
.product-detail .nav-pills.hasCalculation .nav-item .nav-link {
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 11px;
  padding-bottom: 11px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
.product-detail .table th, .product-detail .table td {
  padding: 10px 0;
  width: 45%;
  border: none;
  font-size: 0.9375rem;
}
@media (min-width: 1920px) {
  .product-detail .table th, .product-detail .table td {
    width: 50%;
  }
}
.product-detail .table th.second, .product-detail .table th.no-service-download, .product-detail .table td.second, .product-detail .table td.no-service-download {
  width: 35%;
}
@media (min-width: 1920px) {
  .product-detail .table th.second, .product-detail .table th.no-service-download, .product-detail .table td.second, .product-detail .table td.no-service-download {
    width: 40%;
  }
}
.product-detail .table {
  margin-bottom: 2rem;
}
.product-detail .table .material-icons {
  font-size: 15px;
}
.product-detail .table tr {
  border-top: 1px solid #000000;
}
.product-detail .table tr:first-child {
  border-width: 2px;
}
.product-detail .table tr:last-child {
  border-bottom: 2px solid #000000;
}
.product-detail .table th {
  border-bottom: 2px solid #000000;
  text-transform: uppercase;
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.25rem !important;
}
.product-detail .table th b {
  font-weight: 700;
}
.product-detail .table td:last-child {
  width: 50px;
}
.product-detail .table td:last-child .download {
  margin: 0 0 0 auto;
}
.product-detail .table td:last-child .cta {
  margin: 0 0 0 auto;
}
.product-detail .table.table-sm td:last-child {
  width: auto;
  border: 0;
}
.product-detail .table thead tr:first-child {
  border: none;
}
.product-detail .table.prod-download tr:first-child {
  border-width: 0px;
}
.product-detail .table.prod-download tr:last-child {
  border-bottom: none;
}
.product-detail .no-prod-download {
  display: none;
}
.product-detail .product-item {
  border-top: 1px solid #000000;
}
.product-detail .product-item:first-child {
  border-top: 2px solid #000000;
}
.product-detail .product-item:last-child {
  border-bottom: 2px solid #000000;
}
.product-detail .product-item img {
  margin-top: 7px;
}
.product-detail .product-item a {
  text-decoration: none !important;
}
.product-detail .product-item .info-wrapper {
  padding: 0 0 8px 10px;
}
.product-detail .product-item .product-title {
  color: #e2002b;
  display: block;
  margin-top: 20px;
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .product-detail .product-item .product-title {
    font-size: 1.25rem;
  }
}
.product-detail .product-item .order-number {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.1;
  color: #000000;
}
.product-detail .product-item .order-number span {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.1;
  padding-right: 6px;
}
.product-detail .product-item .product-list-attributes {
  display: block;
  margin-top: 20px;
}
.product-detail .product-item .cta {
  display: inline-block;
  margin-top: 20px;
}
.product-detail .product-item .download {
  display: inline-block;
  margin-right: 5px;
  margin-top: 20px;
}
.product-detail .load-more {
  padding-top: 40px;
  text-align: center;
  width: 100%;
}
.product-detail .load-more .cta {
  display: inline-block;
  margin: 20px auto;
  background: url("../../Public/Images/Icos/Arrows/CTA_Arrows_single_down_red_full.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
}
.product-detail .load-more .cta::after, .product-detail .load-more .cta::before {
  display: none;
}
.product-detail .load-more .cta:hover {
  background-image: url("../../Public/Images/Icos/Arrows/CTA_Arrows_single_down_red_inv_frame.svg");
}
.product-detail .load-more span {
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 15px;
  line-height: 32px;
  vertical-align: top;
}
.product-detail .col-md-3.ml-auto,
.product-detail .sidebar-behaviour {
  padding-top: 27px;
}
.product-detail .col-md-3.ml-auto header,
.product-detail .sidebar-behaviour header {
  border: none;
}
.product-detail .sidebar-box {
  margin-top: 0 !important;
}
.product-detail .sidebar-box.crosslinking {
  position: relative;
  border: 0;
  padding: 0;
  margin-bottom: 30px;
}
.product-detail .sidebar-box.crosslinking h3 {
  position: absolute;
  left: 32px;
  right: auto;
  top: 75px;
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  z-index: 1;
}
@media (min-width: 768px) {
  .product-detail .sidebar-box.crosslinking h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .product-detail .sidebar-box.crosslinking h3 {
    font-size: 2.625rem;
  }
}
@media (min-width: 768px) {
  .product-detail .sidebar-box.crosslinking h3 {
    left: 40px;
  }
}
@media (min-width: 1200px) {
  .product-detail .sidebar-box.crosslinking h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1500px) {
  .product-detail .sidebar-box.crosslinking h3 {
    left: 75px;
    font-size: 2.5rem;
  }
}
.product-detail .sidebar-box.crosslinking .image-wrapper {
  position: relative;
  overflow: hidden;
}
.product-detail .sidebar-box.crosslinking .image-wrapper .cut {
  position: static;
}
.product-detail .sidebar-box.crosslinking .image-wrapper .image-spacer {
  display: none;
}
.product-detail .sidebar-box.crosslinking .copy-wrapper {
  position: absolute;
  bottom: 37.5px;
  top: auto;
  right: 75px;
  padding: 37.5px 37.5px 37.5px 32px;
  height: 200px;
  color: #ffffff;
  background-color: #e2002b;
}
@media (min-width: 768px) {
  .product-detail .sidebar-box.crosslinking .copy-wrapper {
    padding: 37.5px 37.5px 37.5px 40px;
  }
}
@media (min-width: 1500px) {
  .product-detail .sidebar-box.crosslinking .copy-wrapper {
    padding: 37.5px 37.5px 37.5px 75px;
  }
}
.product-detail .sidebar-box.crosslinking .copy-wrapper p, .product-detail .sidebar-box.crosslinking .copy-wrapper li {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .product-detail .sidebar-box.crosslinking .copy-wrapper p, .product-detail .sidebar-box.crosslinking .copy-wrapper li {
    font-size: 1.25rem;
  }
}
.product-detail .sidebar-box.crosslinking .modal-thumb {
  background: none !important;
  position: static;
}
.product-detail .sidebar-box.crosslinking .modal-thumb .trigger {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  background: none !important;
}
.product-detail .sidebar-box.crosslinking .download, .product-detail .sidebar-box.crosslinking .appdemo, .product-detail .sidebar-box.crosslinking .app {
  display: none;
}
.product-detail .sidebar-box.crosslinking .cta {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  background: none !important;
}
.product-detail .sidebar-box.ce-uploads {
  background-color: #4fa928;
  position: relative;
  border: 0;
  padding: 0;
}
.product-detail .sidebar-box.ce-uploads h3 {
  position: absolute;
  left: 32px;
  right: auto;
  top: 75px;
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .product-detail .sidebar-box.ce-uploads h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .product-detail .sidebar-box.ce-uploads h3 {
    font-size: 2.625rem;
  }
}
@media (min-width: 768px) {
  .product-detail .sidebar-box.ce-uploads h3 {
    left: 40px;
  }
}
@media (min-width: 1200px) {
  .product-detail .sidebar-box.ce-uploads h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1500px) {
  .product-detail .sidebar-box.ce-uploads h3 {
    left: 75px;
    font-size: 2.5rem;
  }
}
.product-detail .sidebar-box.ce-uploads p {
  position: absolute;
  bottom: 37.5px;
  top: auto;
  right: 75px;
  padding: 37.5px 37.5px 37.5px 32px;
  height: 200px;
  color: #ffffff;
  background-color: #e2002b;
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 15px;
  z-index: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .product-detail .sidebar-box.ce-uploads p {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .product-detail .sidebar-box.ce-uploads p {
    padding: 37.5px 37.5px 37.5px 40px;
  }
}
@media (min-width: 1500px) {
  .product-detail .sidebar-box.ce-uploads p {
    padding: 37.5px 37.5px 37.5px 75px;
  }
}
.product-detail .sidebar-box.ce-uploads .img-fluid {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 150px;
  background-color: #ffffff;
}
.product-detail .sidebar-box.ce-uploads .download {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  background: none !important;
  z-index: 1;
}
.product-detail .sidebar-box.contains-box-shadow .image-wrapper {
  text-align: center;
  top: 27%;
  position: absolute;
}
.product-detail .title-information {
  height: 87px;
  padding: 0 32px;
  position: relative;
}
@media (min-width: 768px) {
  .product-detail .title-information {
    padding: 0 40px;
  }
}
@media (min-width: 1500px) {
  .product-detail .title-information {
    padding: 0 75px;
  }
}
.product-detail .title-information .sub-functions {
  bottom: auto;
  top: -34px;
}

.accessory-item {
  border-top: 1px solid #000000;
}
.accessory-item .product-title {
  font-size: 1rem;
  margin-top: 16px;
  display: block;
}
.accessory-item .order-number {
  font-size: 1rem;
  color: #000000;
  display: block;
}
.accessory-item .order-number span {
  font-size: 11px;
  padding-right: 6px;
}
.accessory-item .available {
  color: #e2002b;
  font-size: 11px;
  margin: -20px 0 20px;
  display: block;
  padding-right: 6px;
}
.accessory-item .cta {
  margin-top: 16px;
}

.related._container.prod > .row {
  margin-bottom: 45px;
}

.page-functions {
  padding: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .page-functions {
    padding: 18px 40px;
  }
}
@media (min-width: 1500px) {
  .page-functions {
    padding: 35px 75px;
  }
}
.page-functions .print {
  position: absolute;
  right: 0;
  top: 30px;
}
.page-functions .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.page-functions .breadcrumb .breadcrumb-item {
  font-size: 0.875rem;
  color: #9d9d9c;
}
.page-functions .breadcrumb .breadcrumb-item.active {
  color: #000000;
}
.page-functions .breadcrumb .breadcrumb-item:after {
  content: '';
}
.page-functions .breadcrumb .breadcrumb-item:before {
  content: '|';
  padding-left: 5px;
  padding-right: 5px;
}
.page-functions .breadcrumb .breadcrumb-item:first-child {
  text-indent: -100px;
  overflow: hidden;
  position: relative;
  width: 17px;
  height: auto;
  background: url(../Images/Icos/Home.svg) no-repeat;
  top: 0;
  background-size: contain;
  /*
  &::before{
    content: url("../Images/Icos/breadcrumb_home.png");
    position: absolute;
    right: -92px;
    top: 0;
  }
  */
}

.print img {
  position: relative;
  top: -3px;
  height: 19px;
}

.product-series.list .print img, .product-detail .print img {
  top: -7px;
}

.back-to-filter {
  position: relative;
  padding-right: 80px;
  border: 0;
}
@media (min-width: 1920px) {
  .back-to-filter {
    margin-top: 75px;
  }
}
.back-to-filter h3 {
  margin-bottom: 0;
}
.back-to-filter .back {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.875rem;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.875rem;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.875rem;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.875rem;
}

input.form-control {
  border: 1px solid #696a67;
  margin-bottom: 18px;
  border-radius: 0;
}

textarea.form-control {
  border: 1px solid #696a67;
  margin-bottom: 18px;
  border-radius: 0;
}

label {
  font-size: 0.875rem;
  color: #333333;
}

.product-series .ui a.disabled,
.product-series .esyluxProductfilter.processing,
.product-series .esyluxProductfilterResults.processing {
  opacity: 0.5;
}
.product-series .series-benefits ul {
  padding-left: 0;
  font-size: 0.9375rem;
  margin-bottom: 0;
  position: relative;
}
.product-series .series-benefits ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 0;
}
.product-series .series-benefits ul li::before {
  content: '+';
  position: absolute;
  left: 0;
}
@media (min-width: 1500px) {
  .product-series h1 {
    font-size: 2.5rem;
  }
}
.product-series h1 .spitzmarke {
  display: block;
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .product-series h1 .spitzmarke {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .product-series h1 .spitzmarke {
    font-size: 2.625rem;
  }
}
.product-series h1 .series-headline {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}
.product-series h1 b {
  color: #e2002b;
}
.product-series .series-description {
  margin: 45px 0 30px;
}
.product-series .series-teaser {
  margin-bottom: 10px;
}
.product-series .series-teaser .tile-wrapper {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 2;
}
.product-series .series-teaser .inner-wrapper {
  background-color: #ffffff;
  width: 100%;
  padding: 10px;
  position: relative;
}
.product-series .series-teaser .inner-wrapper .warranty-link {
  display: inline-block;
  position: absolute;
  top: 60px;
  left: 10px;
  width: 55px;
  z-index: 5;
}
.product-series .series-teaser .inner-wrapper .warranty-link .product-warranty {
  width: 55px;
}
.product-series .series-teaser .inner-wrapper .warranty-link .product-warranty.inverse {
  display: none;
}
.product-series .series-teaser .inner-wrapper .warranty-link:hover .product-warranty {
  display: none;
}
.product-series .series-teaser .inner-wrapper .warranty-link:hover .product-warranty.inverse {
  display: inline-block;
}
.product-series .series-teaser .inner-wrapper h2 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.2;
  height: 60px;
  margin: 0;
}
.product-series .series-teaser .inner-wrapper h2 .subline {
  font-size: 65%;
  display: block;
}
.product-series .series-teaser .inner-wrapper .info {
  color: #e2002b;
  font-size: 0.9375rem;
  line-height: 1;
}
.product-series .series-teaser .inner-wrapper .info span {
  font-size: 1.875rem;
  line-height: 1;
  display: inline-block;
  padding-right: 4px;
}
.product-series .series-teaser .inner-wrapper .cta {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
.product-series .series-teaser:hover a {
  text-decoration: none !important;
}
.product-series .series-teaser:hover .inner-wrapper {
  border-color: #e2002b;
}
.product-series .series-teaser:hover .inner-wrapper .cta {
  background-color: #FFFFFF;
}
.product-series .series-teaser:hover .inner-wrapper .cta::before {
  background-color: #e2002b;
}
.product-series .series-teaser:hover .inner-wrapper .cta::after {
  background-color: #e2002b;
}
.product-series .filter-item {
  margin-bottom: 10px;
  display: none;
}
.product-series .filter-item .label {
  background-color: #e6e4e4;
  height: 38px;
  font-size: 0;
}
.product-series .filter-item .label .cta {
  display: inline-block;
  height: 38px;
  width: 38px;
  background: url("../../Public/Images/Icos/cta_right_38px.png") no-repeat center center;
  cursor: pointer;
}
.product-series .filter-item .label .cta::after {
  width: 4px;
  height: 24px;
  right: 13px;
  top: 3px;
}
.product-series .filter-item .label .cta::before {
  width: 24px;
  height: 4px;
  left: 3px;
  top: 13px;
}
.product-series .filter-item .label .cta:hover {
  background-image: url("../../Public/Images/Icos/cta_right_white_38px.png");
}
.product-series .filter-item .label .cta:hover::after, .product-series .filter-item .label .cta:hover::before {
  background-color: #e6e4e4;
}
.product-series .filter-item .label span {
  font-size: 0.9375rem;
  line-height: 38px;
  color: #393a34;
  background-color: #e6e4e4;
  display: inline-block;
  border-left: 10px solid #ffffff;
  vertical-align: top;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .product-series .filter-item .label span {
    font-size: 0.75rem;
  }
}
@media (min-width: 1920px) {
  .product-series .filter-item .label span {
    font-size: 0.9375rem;
  }
}
.product-series .filter-item.show .label {
  background-color: #e2002b;
}
.product-series .filter-item.show .label span {
  color: #ffffff;
  background-color: #e2002b;
}
.product-series .filter-item.show .label .cta {
  background-image: url("../../Public/Images/Icos/Arrows/CTA_Arrows_single_down_red_full.svg");
}
.product-series .filter-item.show .label .cta:hover {
  background-image: url("../../Public/Images/Icos/Arrows/CTA_Arrows_single_down_red_inv_frame.svg");
}
.product-series .filter-item .ui {
  padding: 18px 0 10px 48px;
  display: none;
}
.product-series .filter-item .ui a {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url("../../Public/Images/Icos/CTA_Box_grauer_rahmen_15x15.svg") no-repeat left 3px;
  cursor: pointer;
  background-size: 15px 15px;
}
@media (min-width: 768px) {
  .product-series .filter-item .ui a {
    font-size: 0.75rem;
  }
}
@media (min-width: 1920px) {
  .product-series .filter-item .ui a {
    font-size: 0.9375rem;
  }
}
.product-series .filter-item .ui a.set {
  background-image: url("../../Public/Images/Icos/CTA_Punkt_15x15.svg");
}
.product-series .filter-item .ui a.lieferzeit8-i {
  display: none;
}
.product-series .filter-item .ui a.lieferzeit8-14d {
  padding-left: 50px;
  position: relative;
}
.product-series .filter-item .ui a.lieferzeit8-14d::before {
  content: url("../Images/Icos/icon_lieferzeit_14d.svg");
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 1px;
}
@media (min-width: 1920px) {
  .product-series .filter-item .ui a.lieferzeit8-14d::before {
    top: 3px;
  }
}
.product-series .filter-item .ui a.lieferzeit8-72h {
  padding-left: 50px;
  position: relative;
}
.product-series .filter-item .ui a.lieferzeit8-72h::before {
  content: url("../Images/Icos/icon_lieferzeit_72h.svg");
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 1px;
}
@media (min-width: 1920px) {
  .product-series .filter-item .ui a.lieferzeit8-72h::before {
    top: 3px;
  }
}
.product-series .filter-item .ui .slider-value, .product-series .filter-item .ui div {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .product-series .filter-item .ui .slider-value, .product-series .filter-item .ui div {
    font-size: 0.75rem;
  }
}
@media (min-width: 1920px) {
  .product-series .filter-item .ui .slider-value, .product-series .filter-item .ui div {
    font-size: 0.9375rem;
  }
}
.product-series .open-all, .product-series .reset {
  display: block;
  background: url("../../Public/Images/Icos/CTA_Box_grauer_rahmen_15x15.svg") no-repeat left center;
  font-size: 0.9375rem;
  color: #999999 !important;
  margin-left: 13px;
  padding-left: 50px;
  margin-bottom: 8px;
}
.product-series .reset {
  margin-bottom: 30px;
  display: inline-block;
  background-position: right center;
  line-height: 1;
  margin-left: 0;
  padding-left: 0;
  padding-right: 30px;
}
.product-series .esyluxProductfilterProductList .product-item {
  border-top: 1px solid #000000;
  background-color: #ffffff;
}
.product-series .esyluxProductfilterProductList .product-item:first-child {
  border-top-width: 2px;
}
@media (min-width: 768px) {
  .product-series .esyluxProductfilterProductList .product-item:first-child {
    border-top-width: 1px;
  }
}
.product-series .esyluxProductfilterProductList .product-item .product-title {
  color: #e2002b;
  display: block;
  margin-top: 20px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .product-series .esyluxProductfilterProductList .product-item .product-title {
    white-space: nowrap;
  }
}
@media (min-width: 1920px) {
  .product-series .esyluxProductfilterProductList .product-item .product-title {
    font-size: 1rem;
  }
}
.product-series .esyluxProductfilterProductList .product-item .order-number {
  font-size: 15px;
  color: #000000;
}
@media (min-width: 1920px) {
  .product-series .esyluxProductfilterProductList .product-item .order-number {
    font-size: 1rem;
  }
}
.product-series .esyluxProductfilterProductList .product-item .order-number span {
  font-size: 11px;
  padding-right: 6px;
}
.product-series .esyluxProductfilterProductList .product-item .available {
  color: #e2002b;
  font-size: 11px;
  display: block;
  padding-right: 6px;
}
.product-series .esyluxProductfilterProductList .product-item .product-list-attributes {
  display: block;
  margin-top: 20px;
}
.product-series .esyluxProductfilterProductList .product-item .cta {
  display: inline-block;
  margin-top: 20px;
  margin-left: 5px;
}
.product-series .esyluxProductfilterProductList .product-item .cta:first-child {
  margin-left: 0px;
}
.product-series .esyluxProductfilterProductList .product-item .bookmark,
.product-series .esyluxProductfilterProductList .product-item .elbridgeBasket {
  margin-right: 0;
}
.product-series .esyluxProductfilterProductList .product-item .download {
  display: inline-block;
  margin-right: 5px;
  margin-top: 20px;
}
.product-series .esyluxProductfilterOrigin {
  overflow-x: hidden;
}
.product-series.list h1 {
  color: #e2002b;
}
.product-series.list h1 .spitzmarke {
  display: block;
  color: #000000;
  font-size: 50%;
}
.product-series.list h1 .spitzmarke b {
  color: #e2002b;
}
.product-series.list h2 {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .product-series.list h2 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1920px) {
  .product-series.list h2 {
    line-height: 1.3;
    font-size: 1.625rem;
  }
}
.product-series.list h4 {
  padding-top: 15px;
}
.product-series.list a:hover {
  text-decoration: none;
}
.product-series.list .series-description {
  margin-bottom: 45px;
}
.product-series.list .product-item {
  border-top: 1px solid #000000;
  background-color: #ffffff !important;
}
.product-series.list .product-item:first-child {
  border-top-width: 2px;
}
.product-series.list .product-item:last-child {
  border-bottom: 2px solid #000000;
  padding-bottom: 1px;
}
.product-series.list .product-item .d-block.d-lg-none.no-empty-space {
  position: relative;
  top: -15px;
}
.product-series.list .product-item img {
  margin-top: 7px;
}
.product-series.list .product-item .product-title {
  color: #e2002b;
  display: block;
  margin-top: 20px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .product-series.list .product-item .product-title {
    white-space: nowrap;
  }
}
@media (min-width: 1920px) {
  .product-series.list .product-item .product-title {
    font-size: 1rem;
  }
}
.product-series.list .product-item .order-number {
  font-size: 15px;
  color: #000000;
}
@media (min-width: 1920px) {
  .product-series.list .product-item .order-number {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .product-series.list .product-item .order-number {
    margin-bottom: 7px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .product-series.list .product-item .order-number {
    margin-bottom: 0;
    display: inline;
  }
}
.product-series.list .product-item .order-number span {
  font-size: 12px;
  padding-right: 6px;
}
.product-series.list .product-item .available {
  color: #e2002b;
  font-size: 11px;
  display: block;
  padding-right: 6px;
}
.product-series.list .product-item .text-right {
  font-size: 0;
}
.product-series.list .product-item .product-list-attributes {
  display: block;
  margin-top: 20px;
}
.product-series.list .product-item .cta {
  display: inline-block;
  margin-top: 20px;
  margin-left: 5px;
}
.product-series.list .product-item .cta:first-child {
  margin-left: 0;
}
.product-series.list .product-item .bookmark,
.product-series.list .product-item .elbridgeBasket {
  margin-right: 0;
}
.product-series.list .product-item .download {
  display: inline-block;
  margin-right: 5px;
  margin-top: 20px;
}
.product-series.list .series-closup {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .product-series.list .series-closup {
    height: 388px;
  }
}
@media (min-width: 1920px) {
  .product-series.list .series-closup {
    height: auto;
  }
}
.product-series.list .series-closup h1 {
  position: static;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .product-series.list .series-closup h1 {
    position: absolute;
    bottom: 22px;
    left: 115px;
    color: #000000;
    z-index: 20;
  }
}
@media (min-width: 992px) {
  .product-series.list .series-closup h1 {
    bottom: 50px;
  }
}
.product-series.list .series-closup .img-fluid {
  width: auto;
}
.product-series.list .no-series-closup h1 {
  position: static;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .product-series.list .no-series-closup h1 {
    color: #000000;
  }
}
.product-series.list .series-benefits ul {
  padding-left: 0;
  font-size: 0.9375rem;
  margin-bottom: 31px;
  position: relative;
  top: -15px;
}
.product-series.list .series-benefits ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 0;
}
.product-series.list .series-benefits ul li::before {
  content: '+';
  position: absolute;
  left: 0;
}
.product-series .tags-wrapper .esyluxProductfilter {
  margin-bottom: 0;
}
.product-series .tags-wrapper .filter-tags .filter-item {
  display: inline;
}
.product-series .tags-wrapper .filter-tags .filter-item .ui {
  display: inline;
  padding: 0;
}
.product-series .tags-wrapper .filter-tags .filter-item .ui .filter-tag {
  display: inline-block;
  border: 1px solid #e3e3e4;
  font-size: 0.625rem;
  color: #9d9d9c;
  padding: 5px 8px 5px 8px;
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-top: 18px;
}
.product-series .tags-wrapper .filter-tags .filter-item .ui .filter-tag.hide {
  display: none;
}
.product-series .tags-wrapper .filter-tags .filter-item .ui .filter-tag div {
  display: inline-block;
}
.product-series .tags-wrapper .filter-tags .filter-item .ui .filter-tag span {
  font-size: 0.625rem;
  color: #9d9d9c;
  line-height: 15px;
  display: inline-block;
}
.product-series .tags-wrapper .filter-tags .filter-item .ui .filter-tag a {
  font-size: 0.625rem;
  color: #9d9d9c;
  line-height: 15px;
  display: inline-block;
  padding-left: 2px;
  padding-right: 25px;
  margin: 0;
}
.product-series .tags-wrapper .filter-tags .filter-item .ui .filter-tag a.set {
  background: url("../../Public/Images/Icos/CTA_X_15x15_red_full.svg") no-repeat right center;
}
.product-series .tags-wrapper .filter-tags .filter-item .dimension-slider {
  display: inline-block;
}
.product-series .tags-wrapper .filter-tags .filter-item .dimension-slider .filter-tag {
  padding-right: 33px;
}
.product-series .tags-wrapper .filter-tags .filter-item .dimension-slider .filter-tag .slidertag {
  background: url("../../Public/Images/Icos/CTA_X_15x15_red_full.svg") no-repeat right center;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 8px;
}

.col-4.col-md-20 img {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .col-4.col-md-20 img {
    margin-top: 0;
  }
}

.col-md-38 .ce-left img {
  width: 24%;
}

@media (min-width: 992px) {
  .col-md-38 {
    flex: 0 0 37.35%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 37.35%;
    max-width: 37.35%;
  }
  .col-md-38 .ce-left img {
    height: 25px;
    width: auto;
    margin-right: 10px;
  }
  .col-md-38 p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .col-md-24 {
    flex: 0 0 25.3%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25.3%;
    max-width: 25.3%;
  }

  .col-md-62 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
    flex: 0 0 62.5%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }

  .col-md-20 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
    flex: 0 0 20%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20%;
    max-width: 20%;
  }

  .col-md-80 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
    flex: 0 0 80%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-md-80 h3 {
    margin-top: 10px;
  }
}
@media (min-width: 1920px) {
  .col-md-38 {
    flex: 0 0 37.45%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 37.45%;
    max-width: 37.45%;
  }

  .col-md-24 {
    flex: 0 0 25.1%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25.1%;
    max-width: 25.1%;
  }
}
.ce-border img {
  border: 1px solid #8f8f95;
}

hr.ce-div {
  border-color: #8f8f95;
}

.office-row hr {
  border-color: #8f8f95;
}

.headerImage {
  text-align: center;
  position: relative;
}
.headerImage .picture-wrapper {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: auto;
  background-color: #e6e5e6;
}
@media (min-width: 768px) {
  .headerImage .picture-wrapper {
    background-color: #fff;
  }
}
@media (min-width: 1920px) {
  .headerImage .picture-wrapper {
    height: 560px;
  }
}
.headerImage .picture-wrapper video {
  width: 100%;
  height: auto;
}
.headerImage img.img-fluid {
  width: auto;
  height: auto;
}
.headerImage .container-wrapper {
  width: auto;
  left: 0;
  margin-left: 0;
  top: 10px;
  bottom: auto;
  padding: 0 14px;
  /*
  position: static;
  text-align: left;
  padding: 0 14px;
  @include breakpoint(md){
    position: absolute;
    top: 55%;
    left: 50%;
    margin-left: -586px;
    width: 1172px;
  }
  @include breakpoint(xl){
    width: 1472px;
    margin-left: -736px;
    top: 348px;
  }
  */
}
@media (min-width: 768px) {
  .headerImage .container-wrapper {
    position: absolute;
    width: 752px;
    margin-left: -376px;
    left: 50%;
    top: 100px;
    height: 176px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .headerImage .container-wrapper {
    width: auto;
    margin-left: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .headerImage .container-wrapper {
    top: 122px;
  }
}
@media (min-width: 1920px) {
  .headerImage .container-wrapper {
    width: 1920px;
    margin-left: -960px;
    left: 50%;
  }
}
.headerImage .container-wrapper h1 {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #000000;
  display: block;
  position: relative;
  text-align: left;
  z-index: 10;
  margin: 30px 0;
  font-weight: 400;
        /*
        @include layout1;
        color: #000000;
        display: inline-block;
        font-weight: 500;
        position: relative;
        z-index: 10;
        margin: 15px 0;
        @include breakpoint(md){
          margin-bottom: 60px;
          width: 80%;
          font-size: 4.25rem;
        }

        @include breakpoint(xl){
          font-size: 5.25rem;
        }

        .subline{
          display: block;
          font-size: 50%;
          padding-top: 15px;
        }
        */
}
@media (min-width: 768px) {
  .headerImage .container-wrapper h1 {
    font-size: 1.75rem;
    margin: 0 0 0.5rem;
    font-weight: 500;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  .headerImage .container-wrapper h1 {
    font-size: 2.75rem;
    width: auto;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .headerImage .container-wrapper h1 {
    font-size: 4.25rem;
  }
}
@media (min-width: 1920px) {
  .headerImage .container-wrapper h1 {
    font-size: 5.25rem;
    margin-top: 50px;
  }
}
.headerImage .container-wrapper h1 .subline {
  font-size: 60%;
  display: block;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .headerImage .container-wrapper h1 .subline {
    font-size: 75%;
  }
}
@media (min-width: 992px) {
  .headerImage .container-wrapper h1 .subline {
    font-size: 1.5rem;
  }
}
@media (min-width: 1920px) {
  .headerImage .container-wrapper h1 .subline {
    font-size: 50%;
  }
}
@media (min-width: 768px) {
  .headerImage .container-wrapper.white-font h1 {
    color: #ffffff;
  }
}
.headerImage .aufsteiger {
  width: 0;
}
@media (min-width: 768px) {
  .headerImage .aufsteiger {
    top: auto;
    bottom: 0;
    position: absolute;
    opacity: 0.9;
    z-index: 5;
    left: 50%;
    width: 382px;
    margin-left: -578px;
  }
}
@media (min-width: 992px) {
  .headerImage .aufsteiger {
    width: 480px;
    margin-left: -700px;
  }
}
@media (min-width: 1200px) {
  .headerImage .aufsteiger {
    width: 600px;
    margin-left: -960px;
  }
}
@media (min-width: 1920px) {
  .headerImage .aufsteiger {
    margin-left: -1115px;
  }
}
.headerImage .logo {
  display: block;
  height: 30px;
  width: auto;
  margin-bottom: 7px;
  margin-top: -12px;
}
.headerImage .stoerer {
  color: #ffffff;
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background-color: #e2002b;
  padding: 10px 7% 11px 17px;
  display: inline;
  line-height: 1;
  text-align: left;
}
@media (min-width: 768px) {
  .headerImage .stoerer {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .headerImage .stoerer {
    font-size: 3.375rem;
  }
}
@media (min-width: 768px) {
  .headerImage .stoerer {
    position: absolute;
    right: 0;
    top: 12.5%;
  }
}
@media (min-width: 1200px) {
  .headerImage .stoerer {
    font-size: 1.375rem;
    padding: 20px 7% 20px 28px;
    top: 30px;
  }
}
@media (min-width: 1920px) {
  .headerImage .stoerer {
    top: auto;
    font-size: 1.875rem;
    padding: 26px 7% 30px 75px;
    bottom: 403px;
  }
}
.headerImage .stoerer .stoerer1 {
  margin-right: 15px;
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  top: 6px;
}
@media (min-width: 768px) {
  .headerImage .stoerer .stoerer1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .headerImage .stoerer .stoerer1 {
    font-size: 4.125rem;
  }
}
.headerImage .stoerer .stoerer2 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  padding-top: 1px;
  display: inline;
  line-height: 1.3;
  position: relative;
  top: 5px;
}
.headerImage .stoerer .stoerer2.has-stoerer1 {
  position: relative;
  top: 5px;
}
@media (min-width: 1200px) {
  .headerImage .stoerer .stoerer2.has-stoerer1 {
    top: 7px;
  }
}
@media (min-width: 1920px) {
  .headerImage .stoerer .stoerer2.has-stoerer1 {
    top: 7px;
  }
}
@media (min-width: 1200px) {
  .headerImage .stoerer .stoerer2 {
    top: 7px;
  }
}
@media (min-width: 1920px) {
  .headerImage .stoerer .stoerer2 {
    top: 7px;
  }
}
.headerImage .stoerer.isgrid {
  display: flex;
}
.headerImage .stoerer.isgrid .stoerer1, .headerImage .stoerer.isgrid .stoerer2 {
  display: inline-grid;
}
.headerImage .stoerer-orange .stoerer {
  background-color: #ed6c06;
}
.headerImage.watch-list {
  height: auto !important;
}
.headerImage.watch-list .picture-wrapper {
  height: auto;
}
.headerImage.watch-list .picture-wrapper .container-wrapper {
  height: auto;
  top: 25px;
  left: 0;
  margin-left: 0;
}
@media (min-width: 1500px) {
  .headerImage.watch-list .picture-wrapper .container-wrapper {
    top: 60px;
  }
}
.headerImage.watch-list .picture-wrapper .container-wrapper p {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 32px;
  background: url("../Images/Riser_small.svg") no-repeat 0 0;
  background-size: 29px;
  min-height: 110px;
  text-align: left;
}
@media (min-width: 768px) {
  .headerImage.watch-list .picture-wrapper .container-wrapper p {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .headerImage.watch-list .picture-wrapper .container-wrapper p {
    font-size: 2.625rem;
  }
}
@media (min-width: 768px) {
  .headerImage.watch-list .picture-wrapper .container-wrapper p {
    background-size: 31px;
    padding-left: 40px;
  }
}
@media (min-width: 1500px) {
  .headerImage.watch-list .picture-wrapper .container-wrapper p {
    background-size: 60px;
    padding-left: 75px;
  }
}
.headerImage.watch-list .picture-wrapper .container-wrapper p .subline {
  font-size: 60%;
  line-height: 1;
  position: relative;
  top: -5px;
}

.content-page .wide-teaser .container .row .outer-copy {
  height: auto;
}

.accordion .label {
  background-color: #e6e5e6;
  height: 38px;
  text-transform: uppercase;
  margin-bottom: 20px;
  white-space: nowrap;
}
.accordion .label .cta {
  display: inline-block;
  height: 38px;
  width: 38px;
  background: url("../../Public/Images/Icos/cta_right_38px.png") no-repeat center center;
}
.accordion .label .cta:hover {
  background-image: url("../../Public/Images/Icos/cta_right_white_38px.png");
}
.accordion .label .cta:hover::after, .accordion .label .cta:hover::before {
  background-color: #b2b2b2;
}
.accordion .label span {
  font-size: 1.125rem;
  font-family: apparat-excond, sans-serif;
  letter-spacing: 0.1em;
  line-height: 38px;
  color: #000000;
  background-color: #e6e5e6;
  display: inline-block;
  border-left: 10px solid #ffffff;
  vertical-align: top;
  padding-left: 15px;
  position: relative;
}
.accordion .label span::before {
  content: '';
  width: 10px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.02);
  display: block;
  position: absolute;
  left: -10px;
}
.accordion .accordion-body {
  padding-left: 48px;
  display: none;
}
.accordion .accordion-body table {
  margin-bottom: 15px;
}
.accordion .accordion-body img {
  margin-bottom: 15px;
}
.accordion .accordion-body .home-teaser {
  margin-top: 15px;
}
.accordion .accordion-body .outer-image img {
  margin-bottom: 0;
}
.accordion.show > .label {
  background-color: #e2002b;
}
.accordion.show > .label .cta {
  background-image: url("../../Public/Images/Icos/Arrows/CTA_Arrows_single_down_red_full.svg");
}
.accordion.show > .label .cta:hover {
  background-image: url("../../Public/Images/Icos/Arrows/CTA_Arrows_single_down_red_inv_frame.svg");
}
.accordion.show > .label span {
  background-color: #e2002b;
  color: #ffffff;
}
.accordion.portfolio .label span {
  border-left: 0;
}

.load-all-wrapper {
  display: none;
}

.portfolio-all-wrapper, .load-all-wrapper {
  position: relative;
}
.portfolio-all-wrapper .portfolio-all, .portfolio-all-wrapper .load-all, .load-all-wrapper .portfolio-all, .load-all-wrapper .load-all {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #e6e5e6 url("../../Public/Images/Icos/cta_right_38px.png") no-repeat center center;
}
.portfolio-all-wrapper .portfolio-all:hover, .portfolio-all-wrapper .load-all:hover, .load-all-wrapper .portfolio-all:hover, .load-all-wrapper .load-all:hover {
  background-image: url("../../Public/Images/Icos/cta_right_white_38px.png");
}
.portfolio-all-wrapper .portfolio-all.open, .portfolio-all-wrapper .load-all.open, .load-all-wrapper .portfolio-all.open, .load-all-wrapper .load-all.open {
  background-image: url("../../Public/Images/Icos/Arrows/CTA_Arrows_single_down_red_full.svg");
}
.portfolio-all-wrapper .portfolio-all.open:hover, .portfolio-all-wrapper .load-all.open:hover, .load-all-wrapper .portfolio-all.open:hover, .load-all-wrapper .load-all.open:hover {
  background-image: url("../../Public/Images/Icos/Arrows/CTA_Arrows_single_down_red_inv_frame.svg");
}
.portfolio-all-wrapper span, .load-all-wrapper span {
  position: absolute;
  left: 63px;
  top: 10px;
  white-space: nowrap;
}
.portfolio-all-wrapper .hide-all, .load-all-wrapper .hide-all {
  display: none;
}
.portfolio-all-wrapper.parent-open .show-all, .load-all-wrapper.parent-open .show-all {
  display: none;
}
.portfolio-all-wrapper.parent-open .hide-all, .load-all-wrapper.parent-open .hide-all {
  display: inline;
}

.grid .element-item {
  position: relative;
  margin-bottom: 15px;
}
.grid .element-item h3 {
  position: absolute;
  top: 10px;
  left: 25px;
  right: 25px;
  background-color: #ffffff !important;
  margin: 0;
  padding: 10px 15px;
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.grid .element-item .img-fluid {
  margin-bottom: 0 !important;
}
.grid .element-item .cta {
  position: absolute;
  bottom: 10px;
  right: 25px;
}

.dropdown-menu.button-group {
  background-color: #ffffff !important;
}

.filter-button-group {
  margin-top: 70px;
  margin-bottom: 80px;
}
.filter-button-group .dropdown .dropdown-menu {
  width: 100%;
  padding: 10px;
  font-size: 0.9375rem;
  border-radius: 0;
  margin-top: -1px;
  border: 1px solid #8f8f95;
}
.filter-button-group .dropdown .dropdown-menu li {
  margin: 10px 0;
}
.filter-button-group .dropdown .dropdown-toggle {
  border: 1px solid #8f8f95;
  background: #ffffff url("../../Public/Images/Icos/Arrows/CTA_Arrows_single_up_red_full.svg") no-repeat right center;
  background-size: contain;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 0.9375rem;
  color: #8f8f95;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 0;
}
.filter-button-group .dropdown .dropdown-toggle::after {
  display: none;
}

.col-md-8 .kachel-wrapper {
  display: none;
}
.col-md-8 .kachel {
  margin-bottom: 30px;
  display: block;
  position: relative;
  color: #000000;
  overflow: hidden;
}
.col-md-8 .kachel h3 {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  padding: 10px 15px;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  color: #e2002b;
  background-color: #ffffff;
  font-size: 18px;
}
.col-md-8 .kachel .cta {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.col-md-8 .col-md-4 .ce-left img {
  height: 80px;
  width: auto;
}

.ce-uploads.row h3 {
  margin: 0 0 10px;
  height: 60px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .ce-uploads.row h3 {
    height: 36px;
  }
}
@media (min-width: 1500px) {
  .ce-uploads.row h3 {
    height: 60px;
  }
}
.ce-uploads.row img.img-fluid {
  padding-right: 0;
  border: 1px solid #8f8f95;
}
.ce-uploads.row .download {
  position: absolute;
  bottom: 0;
  right: 7px;
}
.ce-uploads.row .col-12 {
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.videos.row h3 {
  margin: 0 0 10px;
  height: 40px;
  font-size: 12px;
}
.videos.row .col-12 {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.download-wrapper {
  display: block;
  border: 1px solid #8f8f95;
  background-color: #F3F3F3;
  padding: 30px;
  position: relative;
  margin-bottom: 10px;
  top: 0;
}
.download-wrapper img {
  height: 28px;
  width: auto;
  margin: 6px 0;
}
@media (min-width: 768px) {
  .download-wrapper img {
    height: 40px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .download-wrapper img {
    height: 28px;
    margin: 6px 0;
  }
}
@media (min-width: 1920px) {
  .download-wrapper img {
    height: 50px;
  }
}
.download-wrapper span {
  position: absolute;
  right: 30px;
  top: 35px;
}
@media (min-width: 1920px) {
  .download-wrapper span {
    top: 40px;
  }
}

.small-image-wrapper {
  position: relative;
  margin: 20px 0 0;
}
.small-image-wrapper p {
  font-size: 0.8125rem;
}
.small-image-wrapper .text-wrapper {
  background-color: #ffffff;
  padding: 30px 0 0 0;
}
@media (min-width: 768px) {
  .small-image-wrapper .text-wrapper {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 50%;
    padding: 30px;
  }
}
.small-image-wrapper .text-wrapper img {
  height: 30px;
  width: auto;
  position: absolute;
  bottom: -25px;
  right: 30px;
}
@media (min-width: 768px) {
  .small-image-wrapper .text-wrapper img {
    bottom: 30px;
  }
}
.small-image-wrapper .text-wrapper.no-text {
  padding: 15px;
}
.small-image-wrapper .text-wrapper.no-text img {
  position: static;
  height: auto;
}
.small-image-wrapper .cta {
  position: absolute;
  left: auto;
  right: 30px;
  bottom: 30px;
}
.small-image-wrapper.align-right .text-wrapper {
  left: 50%;
  right: 30px;
}

.modal-content button.close {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 2rem;
  color: #e2002b;
  opacity: 1;
  cursor: pointer;
  font-weight: normal;
}
@media (min-width: 768px) {
  .modal-content button.close {
    right: 30px;
    top: 18px;
    font-size: 3.5rem;
  }
}

.modal-thumb {
  position: relative;
}
.modal-thumb .trigger {
  cursor: pointer;
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../Public/Images/Icos/CTA_zoom_arrow_red_full.svg") no-repeat center;
  background-size: 32px;
}
.modal-thumb .trigger:hover {
  background-image: url("../../Public/Images/Icos/CTA_zoom_arrow_red_inv_frame.svg");
}

.modal-lg {
  max-width: 800px;
}
@media (min-width: 1200px) {
  .modal-lg {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  .modal-lg {
    max-width: 1500px;
  }
}

.table.veranstaltungen {
  font-size: 0.9375rem;
}
.table.veranstaltungen tr {
  border: none !important;
}
.table.veranstaltungen tr th {
  border: none !important;
  padding: 5px !important;
  color: #e2002b;
  text-transform: uppercase;
}
.table.veranstaltungen tr th span {
  color: #000000;
  font-weight: normal;
  display: inline-block;
  padding-right: 25px;
}
.table.veranstaltungen tr th span::after {
  content: '|';
  position: relative;
  right: -17px;
}
.table.veranstaltungen tr td {
  border: none !important;
  padding: 5px !important;
}
.table.veranstaltungen tr td:last-child {
  width: auto !important;
  text-align: left !important;
}
.table.veranstaltungen tr:hover {
  background-color: #e2002b !important;
}
.table.veranstaltungen tr:hover th {
  color: #ffffff;
}
.table.veranstaltungen tr:hover th span {
  color: #ffffff;
}
.table.veranstaltungen tr:hover th a {
  color: #ffffff;
  text-decoration: none;
}
.table.veranstaltungen tr:hover td {
  color: #ffffff;
}

#language_menu {
  display: none;
  position: relative;
  z-index: 1000;
  border: 1px solid #8f8f95;
  border-top: none;
}
@media (min-width: 992px) {
  #language_menu {
    position: absolute;
    top: 86px;
    left: 50%;
    margin-left: -571px;
    border: none;
    z-index: 20;
  }
}
@media (min-width: 1920px) {
  #language_menu {
    top: 108px;
    margin-left: -721px;
  }
}
#language_menu .ml-auto {
  padding-top: 20px;
  background-color: rgba(255, 255, 255, 0.95);
}
@media (min-width: 992px) {
  #language_menu .ml-auto {
    padding: 37.5px 75px 18.5px;
  }
}
#language_menu .ml-auto .col-6 {
  text-transform: uppercase;
}
#language_menu .ml-auto .col-6 span {
  display: block;
  color: #999999;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 0.9375rem;
  position: relative;
  top: -4px;
}
#language_menu .ml-auto .col-6 a {
  color: #000000;
}
#language_menu .ml-auto .col-6 a:hover {
  text-decoration: none;
  color: #e2002b;
}
#language_menu .ml-auto .col-6 a:hover span {
  color: #e2002b;
}
#language_menu .ml-auto .col-6.active a, #language_menu .ml-auto .col-6.active span {
  color: #e2002b;
}

#search_panel {
  display: none;
  position: relative;
  z-index: 20;
  padding: 0;
  border: 1px solid #8f8f95;
  border-top: none;
}
@media (min-width: 992px) {
  #search_panel {
    top: 86px;
    left: 50%;
    margin-left: -571px;
    position: absolute;
    padding-left: 14px;
    padding-right: 14px;
    border: none;
    z-index: 1000;
  }
}
@media (min-width: 1920px) {
  #search_panel {
    top: 108px;
    margin-left: -721px;
  }
}
#search_panel .col-7 {
  padding: 0;
}
@media (min-width: 992px) {
  #search_panel #form_kesearch_searchfield {
    position: relative;
    top: -1px;
  }
}
#search_panel #form_kesearch_searchfield #ke_search_searchfield_sword {
  width: 100%;
  padding: 5px 10px;
}
#search_panel #form_kesearch_searchfield #ke_search_searchfield_submit {
  position: absolute;
  bottom: 5px;
  right: 36px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent url("../../Public/Images/Icos/Icon_Search_Function_grau.png");
  overflow: hidden;
  text-indent: -9999px;
  background-size: cover;
  padding: 0;
  opacity: 0.6;
}
#search_panel #form_kesearch_searchfield .close-search-panel {
  position: absolute;
  bottom: 15px;
  right: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  color: #868e96;
  font-size: 2.125rem;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .teaser_icon {
  display: none;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: #e2002b !important;
}
.tx-kesearch-pi1 .resetbutt, .tx-kesearch-pi1 .submitbutt {
  display: none;
}
.tx-kesearch-pi1 .kesearchbox {
  position: relative;
}
.tx-kesearch-pi1 .kesearchbox #ke_search_sword {
  width: 100%;
  padding: 9px 10px;
}
.tx-kesearch-pi1 .kesearchbox #kesearch_submit {
  position: absolute;
  bottom: -2px;
  right: 6px;
  left: auto;
  top: auto;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent url("../../Public/Images/Icos/Icon_Search_Function_grau.png");
  overflow: hidden;
  text-indent: -9999px;
  background-size: cover;
  padding: 0;
  opacity: 0.6;
}

#form_kesearch_searchfield {
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #form_kesearch_searchfield {
    margin-bottom: 30px;
  }
}
#form_kesearch_searchfield #ke_search_searchfield_sword {
  width: 100%;
  padding: 5px 10px;
}
#form_kesearch_searchfield #ke_search_searchfield_submit {
  position: absolute;
  bottom: 5px;
  right: 6px;
  left: auto;
  top: auto;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent url("../../Public/Images/Icos/Icon_Search_Function_grau.png");
  overflow: hidden;
  text-indent: -9999px;
  background-size: cover;
  padding: 0;
  opacity: 0.6;
}

.nav-tabs.search-tabs {
  border: none;
  margin-bottom: 30px;
}
.nav-tabs.search-tabs li {
  margin-left: 2%;
  width: 32%;
  display: block;
  text-align: center;
}
.nav-tabs.search-tabs li:first-child {
  margin-left: 0;
}
.nav-tabs.search-tabs li a {
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #e2002b;
  font-size: 0.9375rem;
  line-height: 38px;
  padding: 0;
  font-weight: normal;
  border: 1px solid #e2002b;
  letter-spacing: 0.06em;
  display: block;
}
.nav-tabs.search-tabs li a.active, .nav-tabs.search-tabs li a:hover {
  background-color: #ffffff;
  color: #e2002b;
  position: relative;
  text-decoration: none;
}
.nav-tabs.search-tabs li a.active::before, .nav-tabs.search-tabs li a:hover::before {
  border-color: transparent;
  border-top-color: #e2002b;
  bottom: -10px;
  border-style: solid;
  border-width: 10px 11px 0;
  content: ' ';
  left: 50%;
  margin-left: -11px;
  position: absolute;
}
.nav-tabs.search-tabs li a.active::after, .nav-tabs.search-tabs li a:hover::after {
  border-color: transparent;
  border-top-color: #fff;
  bottom: -9px;
  border-style: solid;
  border-width: 10px 11px 0;
  content: ' ';
  left: 50%;
  margin-left: -11px;
  position: absolute;
}
.nav-tabs.search-tabs li.active a {
  background-color: #ffffff;
  color: #e2002b;
  position: relative;
}
.nav-tabs.search-tabs li.active a::before {
  border-color: transparent;
  border-top-color: #e2002b;
  bottom: -10px;
  border-style: solid;
  border-width: 10px 11px 0;
  content: ' ';
  left: 50%;
  margin-left: -11px;
  position: absolute;
}
.nav-tabs.search-tabs li.active a::after {
  border-color: transparent;
  border-top-color: #fff;
  bottom: -9px;
  border-style: solid;
  border-width: 10px 11px 0;
  content: ' ';
  left: 50%;
  margin-left: -11px;
  position: absolute;
}

.col-md-3.ml-auto .powermail-errors-list,
.col-md-8 .powermail-errors-list,
.newsletter-modal .powermail-errors-list {
  padding-left: 5px;
  padding-top: 5px;
  list-style-type: none;
}
.col-md-3.ml-auto .powermail-errors-list li,
.col-md-8 .powermail-errors-list li,
.newsletter-modal .powermail-errors-list li {
  font-family: apparat-excond, sans-serif;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  color: #e2002b;
}
.col-md-3.ml-auto .tx-powermail,
.col-md-8 .tx-powermail,
.newsletter-modal .tx-powermail {
  border: 1px solid #e3e3e4;
  padding: 35px 0;
  margin-bottom: 50px;
}
.col-md-3.ml-auto .tx-powermail h3,
.col-md-8 .tx-powermail h3,
.newsletter-modal .tx-powermail h3 {
  display: none;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset legend,
.col-md-8 .tx-powermail .powermail_fieldset legend,
.newsletter-modal .tx-powermail .powermail_fieldset legend {
  display: none;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset h3,
.col-md-8 .tx-powermail .powermail_fieldset h3,
.newsletter-modal .tx-powermail .powermail_fieldset h3 {
  display: block;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input input, .col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input textarea,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea input,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea textarea,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input textarea,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea textarea,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input textarea,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea textarea {
  width: 100%;
  border: 1px solid #696a67;
  margin-bottom: 18px;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 0.9375rem;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input input.parsley-error, .col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input textarea.parsley-error,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea input.parsley-error,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea textarea.parsley-error,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input input.parsley-error,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input textarea.parsley-error,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea input.parsley-error,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea textarea.parsley-error,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input input.parsley-error,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input textarea.parsley-error,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea input.parsley-error,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea textarea.parsley-error {
  border: 2px solid #e2002b;
  margin-bottom: 5px;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input label,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea label,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input label,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea label,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_input label,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea label {
  display: none;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check > label,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio > label,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check > label,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio > label,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check > label,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio > label {
  display: none;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_text,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_text,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_text {
  font-size: 0.8125rem;
  margin-top: 25px;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede {
  margin-bottom: 10px;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede .radio,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede .radio,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede .radio,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede .radio,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede .radio,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede .radio,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede .radio,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede .radio,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede .radio,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede .radio,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede .radio,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede .radio {
  display: inline-block;
  margin-right: 10px;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede .radio input,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede .radio input,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede .radio input,
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede .radio input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede .radio input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede .radio input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede .radio input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede .radio input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede .radio input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_nlanrede .radio input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_infoanrede .radio input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_abwicklunganrede .radio input {
  margin-right: 3px;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox {
  position: relative;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox label,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox label,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox label {
  padding-left: 30px;
  font-size: 11px;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check .checkbox input {
  position: absolute;
  left: 0;
  top: 5px;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit {
  text-align: right;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input {
  width: 30px;
  height: 30px;
  background: #e2002b url("../../Public/Images/Icos/Send_Mail/CTA_Send_Mail_red_full.svg") no-repeat center;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  background-size: cover;
  cursor: pointer;
  border-radius: 0;
}
.col-md-3.ml-auto .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input:hover,
.col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input:hover,
.newsletter-modal .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input:hover {
  background: #e2002b url("../../Public/Images/Icos/Send_Mail/CTA_Send_Mail_red_inv_frame.svg") no-repeat center;
  background-size: cover;
}

.col-md-8 .tx-powermail,
.newsletter-modal .tx-powermail {
  border: none;
  margin-bottom: 0;
}
.col-md-8 .tx-powermail .container-fluid,
.newsletter-modal .tx-powermail .container-fluid {
  padding: 0;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.pressemitteilung h3 {
  margin-top: 0;
}
.pressemitteilung img {
  margin-bottom: 0 !important;
}
.pressemitteilung p {
  margin-bottom: 0;
}
.pressemitteilung .download {
  position: absolute;
  right: 15px;
  bottom: 0;
}
.pressemitteilung hr {
  margin: 15px 0;
  border-top-color: #8f8f95;
}
.pressemitteilung .col-12.col-md-8 {
  padding-bottom: 35px;
}
.pressemitteilung:last-child hr {
  border-color: transparent;
}

/*
.slideProductImageDefault,
.slideSeriesImageDefault{
  position: relative;

  &::before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    box-shadow: inset 0 0 60px rgba(0,0,0,0.25);
  }
}
 */
.content-page.locator .col-md-8 #map {
  margin-top: 45px;
}
.content-page.locator .col-md-8 #map h3 {
  font-size: 0.9375rem;
  color: #e2002b;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: none;
}
.content-page.locator .col-md-8 #map address {
  font-size: 0.9375rem;
}
.content-page.locator .col-md-8 #map .gm-style-iw {
  padding: 30px 40px 20px 20px;
}
.content-page.locator .col-md-8 #map .gm-style-iw button {
  top: 4px !important;
  right: 5px !important;
  display: block;
  width: 30px;
  height: 30px;
  opacity: 1 !important;
}
.content-page.locator .col-md-8 #map .gm-style-iw button::after {
  content: '×';
  font-size: 20px;
  color: #e2002b;
}
.content-page.locator .col-md-8 #map .gm-style-iw button img {
  display: none !important;
}

#map h3 {
  font-size: 1.5rem;
  max-width: 80%;
  margin-bottom: 0;
}
#map address {
  margin-bottom: 0;
}
#map .gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 20px;
}
#map .gm-style .gm-style-iw-c button {
  right: 10px !important;
  top: 10px !important;
  outline: none !important;
}

.table-wrapper {
  overflow: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .table-wrapper {
    overflow: visible;
  }
}

.parsley-errors-list.filled {
  padding-left: 3px;
  list-style-type: none;
}
.parsley-errors-list.filled li {
  font-size: 13px;
  color: #e2002b;
  margin-bottom: 0;
}

.esyluxProductfilter {
  margin-bottom: 40px;
}

.contentAccordions .open-all {
  display: block;
  background: url("../../Public/Images/Icos/CTA_Box_grauer_rahmen_15x15.svg") no-repeat left center;
  font-size: 0.9375rem;
  color: #999999 !important;
  margin-left: 13px;
  padding-left: 50px;
  margin-bottom: 15px;
}
.contentAccordions .open-all.opened {
  background-image: url("../../Public/Images/Icos/CTA_Punkt_15x15.svg");
}

.xs-talign-right {
  text-align: right;
}
@media (min-width: 768px) {
  .xs-talign-right {
    text-align: left;
  }
}

a.print {
  display: none;
}

@media (min-width: 768px) {
  .solutions a.print, .merkliste a.print, .product-series.list a.print, .product-detail a.print {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile-opt-wrapper {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 50px;
  }

  .outer-copy img.mobile-opt {
    position: relative;
    top: 15px;
  }

  .owl-carousel.lp, .owl-carousel.related-slider {
    display: block !important;
  }
  .owl-carousel.lp .mobile-opt-wrapper, .owl-carousel.related-slider .mobile-opt-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion-body .col-4.col-md-20, .accordion-body .col-8.col-md-80 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wide-teaser.has-img-box {
    height: auto;
    padding-bottom: 30px;
  }

  .wide-teaser .img-box.logo-box {
    display: none;
  }
}
@media (max-width: 991px) {
  .landing-page .home-teaser.no-image .outer-copy::after {
    border-color: transparent;
    border-bottom-color: #FFFFFF;
    border-width: 30px;
    margin-left: -30px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .landing-page .home-teaser.no-image .outer-copy::after {
    border-bottom-color: transparent;
    border-right-color: #FFFFFF;
    margin-left: 0;
    margin-top: -30px;
  }
}
@media (max-width: 991px) {
  .landing-page .home-teaser.no-image .outer-copy::before {
    border-color: transparent;
    border-bottom-color: #8f8f95;
    border-width: 31px;
    margin-left: -31px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .landing-page .home-teaser.no-image .outer-copy::before {
    border-bottom-color: transparent;
    border-right-color: #8f8f95;
    margin-left: 0;
    margin-top: -31px;
  }
}

@media print {
  .newsletter-trigger-modal-wrapper {
    display: none;
  }

  .merkliste .cta,
  .merkliste .bookmark,
  .merkliste .elbridgeBasket,
  .merkliste .page-functions,
  .merkliste .navbar-toggler,
  .merkliste .top,
  .merkliste .footer-nav,
  .merkliste .legal,
  .merkliste .social {
    display: none;
    border: none;
  }
  .merkliste h1 {
    font-size: 1.5rem;
  }
  .merkliste .row.product-item {
    border: none;
  }
  .merkliste .row.product-item * {
    border: none;
  }
  .merkliste .row.product-item .col-4,
  .merkliste .row.product-item .col-8,
  .merkliste .row.product-item .col-12 {
    border-top: 1px solid #000000;
  }
  .merkliste .esyluxProductfilterOrigin {
    position: relative;
  }
  .merkliste .esyluxProductfilterOrigin .product-item {
    page-break-inside: avoid;
    page-break-after: always;
    position: relative;
  }
  .merkliste .container .container {
    padding: 0;
  }

  .produktbereich {
    /*
    header{
      display: block !important;
      width: auto !important;
      .container{
        display: block !important;
        width: auto !important;
        .navbar{
          display: block !important;
          width: auto !important;
          a{
            display: block !important;
            width: auto !important;
            img{
              display: block !important;
              width: auto !important;
            }
          }
        }
      }
    }
    */
  }
  .produktbereich .col-md-4.ml-auto,
  .produktbereich .cta,
  .produktbereich .bookmark,
  .produktbereich .elbridgeBasket,
  .produktbereich .navbar-collapse,
  .produktbereich .page-functions,
  .produktbereich .navbar-toggler,
  .produktbereich .top,
  .produktbereich .footer-nav,
  .produktbereich .legal,
  .produktbereich .social {
    display: none !important;
    border: none;
  }
  .produktbereich .row {
    display: block;
  }
  .produktbereich .row.product-item > div {
    display: inline-block;
  }
  .produktbereich header {
    border: none;
  }
  .produktbereich .product-item img {
    width: auto;
    height: 80px;
  }
  .produktbereich .col-12.col-sm-8.col-lg-8.col-xl-8 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block !important;
  }
  .produktbereich.product-detail .similarSeries, .produktbereich.product-detail .fittingSeries, .produktbereich.product-detail .col-md-3.ml-auto, .produktbereich.product-detail #pills-facts, .produktbereich.product-detail #pills-download, .produktbereich.product-detail #pills-tab li:first-child, .produktbereich.product-detail #pills-tab li:last-child {
    display: none;
  }
  .produktbereich.product-detail #pills-tab li {
    margin-left: 0 !important;
  }
  .produktbereich.product-detail #pills-data {
    display: block;
    opacity: 1;
  }

  .solutions .col-md-3.ml-auto,
  .solutions .cta,
  .solutions .bookmark,
  .solutions .elbridgeBasket,
  .solutions .navbar-collapse,
  .solutions .page-functions,
  .solutions .navbar-toggler,
  .solutions .top,
  .solutions .footer-nav,
  .solutions .legal,
  .solutions .social,
  .solutions .content-related-products,
  .solutions .home-teaser,
  .solutions .aufsteiger {
    display: none !important;
    border: none;
  }
  .solutions .col-12.col-md-8,
  .solutions .col-12.col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block !important;
  }
  .solutions .row {
    display: block;
  }
  .solutions .office-row .col-md-38 {
    float: left;
    flex-basis: 37.35% !important;
    max-width: 37.35% !important;
  }
  .solutions .office-row .col-md-24 {
    float: left;
    flex-basis: 25.3% !important;
    max-width: 25.3% !important;
  }
  .solutions .office-row hr {
    clear: both;
  }
  .solutions header {
    border: none;
  }
  .solutions .headerImage {
    border: none;
  }
  .solutions .headerImage .container-wrapper {
    position: static;
    margin-left: 0;
    height: auto;
  }
  .solutions .headerImage .container-wrapper h1 {
    padding-left: 0;
  }
}
.home-teaser .modal-thumb .trigger {
  bottom: 30px;
  right: 30px;
  top: auto;
}

.solutions .col-md-8 td:first-child,
.solutions .col-lg-8 td:first-child {
  white-space: nowrap;
}
.solutions .col-md-8 td:last-child,
.solutions .col-lg-8 td:last-child {
  padding-right: 0;
}
.solutions .col-md-38 p:first-child {
  margin-top: 0;
}

.cc_container {
  background-color: rgba(34, 34, 34, 0.9) !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cc_container .cc_btn, .cc_container .cc_btn:visited {
    margin-top: 11px;
  }
}
@media (min-width: 1920px) {
  .cc_container .cc_btn, .cc_container .cc_btn:visited {
    margin-top: 0;
  }
}

.cc_message {
  line-height: 1.4 !important;
}

.new-logo-position {
  position: absolute;
  bottom: 8px;
  left: 37px;
}
@media (min-width: 768px) {
  .new-logo-position {
    bottom: 30px;
    left: 75px;
  }
}
.new-logo-position img {
  height: 30px;
}

li.bookmark {
  position: relative;
}
li.bookmark #bookmark-counter {
  position: absolute;
  top: 4px;
  right: -8px;
  font-size: 10px;
  width: 18px;
  height: 18px;
  background-color: #e2002b;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  border-radius: 12px;
  color: #fff;
  z-index: 5;
}

li.bom {
  position: relative;
}
li.bom #project-list-counter {
  display: none;
  position: absolute;
  top: 4px;
  right: -8px;
  font-size: 10px;
  width: 18px;
  height: 18px;
  background-color: #e2002b;
  line-height: 18px;
  text-align: center;
  border-radius: 12px;
  color: #fff;
  z-index: 5;
}

li.shop {
  position: relative;
}
li.shop #basket-counter {
  position: absolute;
  top: 4px;
  left: 30px;
  font-size: 10px;
  width: 18px;
  height: 18px;
  background-color: #e2002b;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  border-radius: 12px;
  color: #fff;
  z-index: 5;
}

.product-item-all {
  margin-top: 45px;
  margin-bottom: 45px;
}

.bookmarkAll-wrapper {
  position: relative;
  float: right;
}
.bookmarkAll-wrapper .bookmark-counter {
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 10px;
  width: 18px;
  height: 18px;
  background-color: #e2002b;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  border-radius: 12px;
  color: #fff;
}
.bookmarkAll-wrapper .bookmark.bookmarkAll {
  margin-right: 0 !important;
}

.portfolio.accordion .label {
  margin-bottom: 15px;
}
.portfolio.accordion .accordion-body {
  padding-bottom: 15px;
  background-color: #ffffff;
}
.portfolio ._label {
  background-color: #e2002b;
  height: 38px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.portfolio ._label span.cta {
  display: inline-block;
  height: 38px;
  width: 38px;
  border: 4px solid #e2002b;
  background-color: #e2002b;
}
.portfolio ._label span.cta::after {
  display: none;
}
.portfolio ._label span.cta::before {
  width: 24px;
  height: 4px;
  left: 3px;
  top: 13px;
  background-color: #ffffff !important;
}
.portfolio h2 {
  display: inline-block;
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 38px;
  border-left: 10px solid #ffffff;
  vertical-align: top;
  padding-left: 15px;
  letter-spacing: 0.06em;
  margin: 0;
}
.portfolio .subProductGroups {
  padding-left: 10px;
  margin-left: 7px;
  padding-bottom: 3px;
  min-height: 41px;
}
.portfolio .subProductGroups h3 {
  display: inline-block;
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.125rem;
  margin: 0;
  color: #000000;
  position: relative;
  top: 8px;
}
.portfolio .subProductGroups .fl-right {
  color: #e2002b;
  font-size: 0.875rem;
  margin-top: -5px;
  text-align: right;
}
@media (min-width: 992px) {
  .portfolio .subProductGroups .fl-right {
    float: right;
    margin-top: 0;
    font-size: 0.9375rem;
  }
}
.portfolio .subProductGroups .fl-right span:not(.nowrap) {
  font-size: 1.0625rem;
  padding-right: 3px;
}
@media (min-width: 992px) {
  .portfolio .subProductGroups .fl-right span:not(.nowrap) {
    font-size: 1.375rem;
  }
}
.portfolio .subProductGroups .fl-right .cta {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: 5px;
}
.portfolio .subProductGroups:last-child {
  padding-bottom: 14px;
}
.portfolio:first-child .label {
  margin-top: 0;
}
.portfolio.show h2 {
  color: #ffffff;
}

.red-button {
  display: inline-block;
  width: 100%;
  background-color: #e2002b;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid #e2002b;
  margin-bottom: 15px;
}
.red-button:hover {
  background-color: #ffffff;
  color: #e2002b !important;
}
.red-button:active, .red-button:focus {
  color: #ffffff;
}
.red-button.esylux-addproduct:disabled, .red-button.bookmark-savenotes:disabled {
  cursor: default;
  border: #e6e5e6;
  background-color: #e6e5e6;
  color: #ffffff !important;
}
.red-button.elbridge {
  background-color: #4fa928;
  border-color: #4fa928;
}
.red-button.elbridge:hover {
  background-color: #ffffff;
  color: #4fa928 !important;
  text-decoration: none;
}

.share-bookmarks label {
  display: none;
}
.share-bookmarks .submit {
  border: none;
  float: right;
  z-index: 10;
  cursor: pointer;
}
.share-bookmarks .text-right .bookmark {
  margin-right: 0;
  margin-top: 25px;
  overflow: hidden;
  text-indent: -999px;
}

.modal.modal-left-pane.show .modal-dialog, .modal.modal-right-pane.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.modal-left-pane .modal-dialog {
  transform: translate(-100%, 0);
}
.modal.modal-right-pane .modal-dialog {
  transform: translate(100%, 0);
}

.newsletter-modal-header {
  border: none;
}
.newsletter-modal-header button.close {
  z-index: 2500;
  top: 8px;
  right: 20px;
}

.newsletter-trigger-modal-wrapper {
  position: fixed;
  right: -149px;
  top: 45%;
  z-index: 100;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  padding: 0 0 60px;
}
@media (min-width: 768px) {
  .newsletter-trigger-modal-wrapper {
    right: -170px;
    padding: 0;
  }
}
.newsletter-trigger-modal-wrapper .newsletter-trigger-modal {
  border: none;
  border-radius: 0;
  padding: 10px 25px 10px 5px;
  background: #e2002b;
  cursor: pointer;
  width: 180px;
  text-align: center;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .newsletter-trigger-modal-wrapper .newsletter-trigger-modal {
    padding: 15px 20px;
    width: 250px;
  }
}
.newsletter-trigger-modal-wrapper .newsletter-trigger-modal:hover, .newsletter-trigger-modal-wrapper .newsletter-trigger-modal:focus, .newsletter-trigger-modal-wrapper .newsletter-trigger-modal:active {
  background: #e2002b;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.5);
}
.newsletter-trigger-modal-wrapper .newsletter-trigger-modal .text {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
}
@media (min-width: 768px) {
  .newsletter-trigger-modal-wrapper .newsletter-trigger-modal .text {
    font-size: 1rem;
    letter-spacing: 0.3em;
  }
}
.newsletter-trigger-modal-wrapper .dismiss {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 20px;
  line-height: 14px;
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .newsletter-trigger-modal-wrapper .dismiss {
    top: 9px;
  }
}

.nav-pills {
  margin: 30px 0 40px;
}
.nav-pills .nav-item {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .nav-pills .nav-item {
    margin-left: 2%;
    width: 32%;
  }
}
.nav-pills .nav-item:first-child {
  margin-left: 0;
}
.nav-pills .nav-item .nav-link {
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #e2002b;
  font-size: 0.9375rem;
  line-height: 38px;
  padding: 0;
  font-weight: normal;
  border: 1px solid #e2002b;
  letter-spacing: 0.06em;
}
.nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #e2002b;
  position: relative;
}
@media (min-width: 768px) {
  .nav-pills .nav-item .nav-link.active::before, .nav-pills .nav-item .nav-link:hover::before {
    border-color: transparent;
    border-top-color: #e2002b;
    bottom: -10px;
    border-style: solid;
    border-width: 10px 11px 0;
    content: ' ';
    left: 50%;
    margin-left: -11px;
    position: absolute;
  }
  .nav-pills .nav-item .nav-link.active::after, .nav-pills .nav-item .nav-link:hover::after {
    border-color: transparent;
    border-top-color: #fff;
    bottom: -9px;
    border-style: solid;
    border-width: 10px 11px 0;
    content: ' ';
    left: 50%;
    margin-left: -11px;
    position: absolute;
  }
}

.form-light-calculator #form-calculate-workplaneheight-office-label,
.form-light-calculator #form-calculate-workplaneheight-corridor-label,
.form-light-calculator #form-calculate-reflection-wrap,
.form-light-calculator #form-calculate-calctype-luxprovided-label,
.form-light-calculator #form-calculate-calctype-requiredqty-label,
.form-light-calculator .form-calculate-result-wrap {
  padding-left: 15px;
  font-size: 0.875rem;
}
.form-light-calculator #form-calculate-workplaneheight-office-label {
  padding-left: 0;
}
.form-light-calculator #form-calculate-calctype-requiredqty,
.form-light-calculator #form-calculate-calctype-luxprovided {
  float: left;
  margin: 5px 5px 15px 0;
}
@media (min-width: 1920px) {
  .form-light-calculator #form-calculate-calctype-requiredqty,
  .form-light-calculator #form-calculate-calctype-luxprovided {
    margin-bottom: 0;
  }
}
.form-light-calculator input.btn {
  background-color: #e2002b;
  border-radius: 0;
  border: none;
  margin: 30px 0 0 15px;
  font-size: 0.9375rem;
  line-height: 40px;
  width: 25%;
  padding: 0;
}
.form-light-calculator .form-calculate-result,
.form-light-calculator .form-calculate-result-label {
  display: inline-block;
  font-size: 30px;
  color: #e2002b;
  padding-right: 7px;
  margin-bottom: 15px;
}
.form-light-calculator .form-calculate-result-label {
  color: #000;
}

.lichtberechnung-teaser {
  margin-bottom: 30px;
}
.lichtberechnung-teaser .form-group {
  margin-bottom: 5px;
}
.lichtberechnung-teaser .info, .lichtberechnung-teaser form {
  background-color: #ffffff;
  padding: 75px;
}
.lichtberechnung-teaser .info img, .lichtberechnung-teaser form img {
  margin: 10px auto 60px;
  display: block;
}
.lichtberechnung-teaser .form-body {
  padding: 0;
  border-top: none;
  position: relative;
      /*

    &::after, &::before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }

    &::after{
      border-color: transparent;
      border-bottom-color: #FFFFFF;
      border-width: 30px;
      margin-left: -30px;
    }
    &::before{
      border-color: transparent;
      border-bottom-color: $borderGrey;
      border-width: 31px;
      margin-left: -31px;
    }

       */
}
.lichtberechnung-teaser .form-body .wartungsfaktor {
  padding-left: 50px;
}
.lichtberechnung-teaser .results {
  position: relative;
}
.lichtberechnung-teaser .results input.btn {
  width: 100%;
  margin: 16px 0 0;
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.lichtberechnung-teaser .results .download {
  position: absolute;
  bottom: 0;
  right: 15px;
}
.lichtberechnung-teaser .results .form-group,
.lichtberechnung-teaser .results table {
  margin-bottom: 0;
}
.lichtberechnung-teaser .results .table {
  position: relative;
  top: 3px;
}
.lichtberechnung-teaser .results .table tr {
  border: none;
}
.lichtberechnung-teaser .results .table tr th {
  text-transform: none;
  border: none;
}
.lichtberechnung-teaser .results .table tr td {
  font-size: 0.75rem;
  padding: 0;
  width: 40%;
}
.lichtberechnung-teaser .results .table tr td:last-child {
  color: #e2002b;
  width: 30%;
}

.share-bookmarks {
  padding-top: 60px;
}
.share-bookmarks .list-group-item {
  border: none;
  border-radius: 0;
  border-top: 1px solid #000000;
}
.share-bookmarks .list-group-item .product-title {
  padding-top: 20px;
  display: inline-block;
}
.share-bookmarks .list-group-item .order-number {
  color: #000000;
  font-size: 16px;
}
.share-bookmarks .list-group-item .order-number span {
  font-size: 11px;
}
.share-bookmarks.order-request .installer, .share-bookmarks.order-request .planner, .share-bookmarks.order-request .wholesale, .share-bookmarks.order-request .enduser {
  display: none;
}
.share-bookmarks.order-request img {
  width: 75px;
}
.share-bookmarks.order-request #amount {
  margin-top: 18px;
}
.share-bookmarks.order-request .radio label {
  display: inline-block;
  margin-right: 12px;
}
.share-bookmarks.order-request .radio label input {
  margin-right: 6px;
}
.share-bookmarks.order-request .checkbox label {
  display: inline-block;
}
.share-bookmarks.order-request .checkbox input {
  margin-right: 12px;
}
.share-bookmarks.order-request .pflichtfelder {
  font-size: 0.875rem;
}
.share-bookmarks.order-request #wholesaleorder {
  position: relative;
}
@media (min-width: 1920px) {
  .share-bookmarks.order-request #wholesaleorder {
    top: 0;
  }
}
.share-bookmarks.order-request .label-wholesaleorder {
  max-width: 90%;
}
.share-bookmarks.order-request .elbridge-product .quantity {
  margin-top: 10px;
}
.share-bookmarks.order-request .elbridge-product img {
  width: 60px;
  height: 60px;
}

.elbridge-basket .elbridge-submit {
  margin-top: 20px;
}

.elbridge-cart-update {
  position: absolute;
  background: #e2002b;
  color: #fff;
  padding: 17px 15px 10px;
  top: 0;
  z-index: 40;
  right: 35px;
  display: none;
  opacity: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
.elbridge-cart-update.refresh {
  display: block;
  opacity: 1;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

.elbridge-prepare .product-item {
  border: none !important;
}

.clearAndAddProjectToBasket {
  padding: 10px 0;
  line-height: 1.25;
}

#addProjectToBasket-modal .modal-content {
  border-radius: 0;
  border: none;
}
#addProjectToBasket-modal .modal-header {
  border: none;
  height: 60px;
}
#addProjectToBasket-modal .modal-header .close {
  z-index: 1;
}

@media (min-width: 992px) {
  .solutionsTeasers .col-md-2 {
    margin-left: 130px;
  }
}
@media (min-width: 1200px) {
  .solutionsTeasers .col-md-2 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .solutionsTeasers .col-md-2:first-child {
    margin-left: 150px;
  }
}
@media (min-width: 1200px) {
  .solutionsTeasers .col-md-2:first-child {
    margin-left: 250px;
  }
}
@media (min-width: 1920px) {
  .solutionsTeasers .col-md-2:first-child {
    margin-left: 307px;
  }
}

@media (min-width: 992px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li.solutionsTeasers .menu-teaser h3 {
    bottom: 140px;
  }
}
@media (min-width: 1200px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li.solutionsTeasers .menu-teaser h3 {
    bottom: 185px;
  }
}
@media (min-width: 1920px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu li.solutionsTeasers .menu-teaser h3 {
    bottom: 170px;
  }
}

.media-center .no-service-download {
  display: none;
}
.media-center .accordion-body {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .filter-mobile-wrapper {
    display: none;
  }
}

span.unit {
  text-transform: lowercase !important;
}
span.unit sup, span.unit sub {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.1;
}

.ce-textpic.ce-above sup {
  top: -20px;
}

.esyluxProductBasket .basketHeader {
  font-weight: bold;
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .esyluxProductBasket .quantity {
    width: 66.6667%;
  }
}
.esyluxProductBasket input {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .esyluxProductBasket input {
    margin: 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .esyluxProductBasket img {
    width: 66.6667%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.esyluxProductBasket .pricePerItem {
  margin: 5px 0;
  display: block;
}
@media (min-width: 768px) {
  .esyluxProductBasket .pricePerItem {
    margin: 20px 0 0;
  }
}
.esyluxProductBasket .priceTotalArticle {
  margin: 5px 0;
  display: block;
}
@media (min-width: 768px) {
  .esyluxProductBasket .priceTotalArticle {
    margin: 20px 0 0;
  }
}
.esyluxProductBasket .clearBasket {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .esyluxProductBasket .clearBasket {
    margin: 20px 0 0;
  }
}

.progressBar {
  height: 1px;
  position: relative;
  background-color: #000000;
  margin: 12px 0 100px;
}
.progressBar .steps {
  position: absolute;
  top: -15px;
  font-size: 0.8125rem;
  padding-top: 50px;
  color: #212529;
  width: 30px;
}
.progressBar .steps.active, .progressBar .steps:hover {
  text-decoration: none;
  color: #e2002b;
}
.progressBar .steps.step1 {
  left: 0;
  background: url("../../Public/Images/Icos/Webshop_statusbar/CTA_Statusbar_1_red_full.svg") no-repeat 0 0;
  max-width: 25%;
}
.progressBar .steps.step1.active, .progressBar .steps.step1:hover {
  background-image: url("../../Public/Images/Icos/Webshop_statusbar/CTA_Statusbar_1_red_inv_frame.svg");
}
.progressBar .steps.step2 {
  left: 28%;
  background: url("../../Public/Images/Icos/Webshop_statusbar/CTA_Statusbar_2_red_full.svg") no-repeat 0 0;
  max-width: 25%;
}
.progressBar .steps.step2.active, .progressBar .steps.step2:hover {
  background-image: url("../../Public/Images/Icos/Webshop_statusbar/CTA_Statusbar_2_red_inv_frame.svg");
}
.progressBar .steps.step3 {
  left: 56%;
  background: url("../../Public/Images/Icos/Webshop_statusbar/CTA_Statusbar_3_red_full.svg") no-repeat 0 0;
  max-width: 25%;
}
.progressBar .steps.step3.active, .progressBar .steps.step3:hover {
  background-image: url("../../Public/Images/Icos/Webshop_statusbar/CTA_Statusbar_3_red_inv_frame.svg");
}
.progressBar .steps.step4 {
  left: 84%;
  background: url("../../Public/Images/Icos/Webshop_statusbar/CTA_Statusbar_4_red_full.svg") no-repeat 0 0;
}
.progressBar .steps.step4.active, .progressBar .steps.step4:hover {
  background-image: url("../../Public/Images/Icos/Webshop_statusbar/CTA_Statusbar_4_red_inv_frame.svg");
}

.basketOnComponents .price {
  padding-right: 6px;
}
.basketOnComponents .basketForm {
  position: relative;
  padding-right: 45px;
  max-width: 220px;
}
.basketOnComponents .basketForm input {
  padding: 5px 10px;
  font-size: 0.9375rem;
}
.basketOnComponents .basketForm .addToBasket {
  position: absolute;
  right: 0;
  top: 0;
}

.quantity {
  position: relative;
}
.quantity .reduce {
  position: absolute;
  left: 1px;
  top: 4px;
  width: 30px;
  height: 30px;
  background: url("../../Public/Images/Icos/Arrows_30pix_0013_gray_single_left_inv_30_shop_dark.png") no-repeat 0 0;
}
.quantity .reduce.active, .quantity .reduce:hover {
  background-image: url("../../Public/Images/Icos/Arrows_30pix_0013_gray_single_left_inv_30_shop_light.png");
}
.quantity .increase {
  position: absolute;
  right: 1px;
  top: 4px;
  width: 30px;
  height: 30px;
  background: url("../../Public/Images/Icos/Arrows_30pix_0017_gray_single_right_inv_30_shop_dark.png") no-repeat 0 0;
}
.quantity .increase.active, .quantity .increase:hover {
  background-image: url("../../Public/Images/Icos/Arrows_30pix_0017_gray_single_right_inv_30_shop_light.png");
}
.quantity input {
  text-align: center;
}
.quantity .material-icons {
  color: #696a67;
  cursor: pointer;
}

.product-detail .quantity .reduce, .product-detail .quantity .increase {
  top: 1px;
  height: 29px;
}
.product-detail h1 {
  text-transform: none !important;
}

.tx-felogin-pi1,
.frame-type-felogin_login {
  padding: 32px;
}
@media (min-width: 768px) {
  .tx-felogin-pi1,
  .frame-type-felogin_login {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .tx-felogin-pi1,
  .frame-type-felogin_login {
    padding: 75px;
  }
}
.tx-felogin-pi1 legend,
.frame-type-felogin_login legend {
  display: none;
}
.tx-felogin-pi1 input,
.frame-type-felogin_login input {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  margin-bottom: 18px;
  border-radius: 0;
  border: 1px solid #000;
}
.tx-felogin-pi1 input[type="submit"],
.frame-type-felogin_login input[type="submit"] {
  display: inline-block;
  width: 100%;
  background-color: #e2002b;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid #e2002b;
  margin-bottom: 30px;
  padding: 0;
  cursor: pointer;
}
.tx-felogin-pi1 input[type="submit"]:hover,
.frame-type-felogin_login input[type="submit"]:hover {
  background-color: #ffffff;
  color: #e2002b !important;
}
.tx-felogin-pi1 input[type="submit"]:active, .tx-felogin-pi1 input[type="submit"]:focus,
.frame-type-felogin_login input[type="submit"]:active,
.frame-type-felogin_login input[type="submit"]:focus {
  color: #ffffff;
}
.tx-felogin-pi1 .status-message-username,
.frame-type-felogin_login .status-message-username {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
}

.tooltip-wrapper {
  position: relative;
  cursor: pointer;
}
.tooltip-wrapper .tooltip-content {
  position: absolute;
  bottom: 44px;
  display: inline-block;
  font-size: 24px;
  white-space: nowrap;
  left: 0;
  background-color: #e2002b;
  padding: 11px 8px 5px;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  display: none;
}
@media (min-width: 1920px) {
  .tooltip-wrapper .tooltip-content {
    bottom: 42px;
  }
}

.product-detail h1.newname {
  color: #9c9e9f;
}

.product-detail h1 .enum {
  margin-bottom: 15px;
}

.product-detail h1 .enum span {
  font-size: 14px;
  padding-right: 6px;
}

.nav-item.shop {
  display: none;
}

.rma-user-form {
  margin-top: 45px;
}
.rma-user-form h4 {
  margin-top: 30px;
}
.rma-user-form label.error {
  color: #e2002b;
}
.rma-user-form .form-control.error,
.rma-user-form .has-error .form-control {
  border-color: #e2002b;
  border-width: 2px;
}
.rma-user-form input[type="number"]::-webkit-outer-spin-button, .rma-user-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.rma-user-form input[type="number"] {
  -moz-appearance: textfield;
}
.rma-user-form .form-group {
  margin-bottom: 10px;
}
.rma-user-form .form-group.article-list.clone {
  display: none;
}
.rma-user-form .form-group.article-list .delete-this {
  width: 320px;
  display: block;
  margin-left: auto;
  margin-bottom: 30px;
  margin-top: -15px;
}
.rma-user-form .form-group.article-list label {
  display: none;
}
.rma-user-form .form-group.article-list .form-control {
  margin-bottom: 0;
}
.rma-user-form .form-group.text label {
  display: none;
}
.rma-user-form .form-group.text input, .rma-user-form .form-group.text textarea {
  margin-bottom: 2px;
}
.rma-user-form .form-group input[type="checkbox"] {
  float: left;
  margin: 6px;
}
.rma-user-form .form-group input[type="file"] {
  display: block;
  font-size: 13px;
}
.rma-user-form .form-group input.update-button {
  width: 320px;
  display: block;
}
.rma-user-form .form-group input.submit-button {
  width: 320px;
  margin-left: auto;
  display: block;
}
.rma-user-form .form-text {
  margin-top: 0.125rem;
}

.series-teaser-as-list .inner {
  margin-left: 48px;
  background-color: #ffffff;
}
.series-teaser-as-list .inner .toggle {
  width: 38px;
  height: 38px;
  background: #e6e4e4 url("../../Public/Images/Icos/cta_right_38px.png") no-repeat center center;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 0;
}
.series-teaser-as-list .accordion-inner-body {
  margin-left: 48px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .series-teaser-as-list .accordion-inner-body {
    margin-left: 110px;
  }
}
.series-teaser-as-list .accordion-inner-body .cta {
  vertical-align: top;
}
.series-teaser-as-list .accordion-inner-body img {
  height: auto;
}
.series-teaser-as-list .accordion-inner-body .d-block.d-lg-none.no-empty-space.sub-functions {
  margin-bottom: 15px;
  text-align: right;
}
.series-teaser-as-list a {
  text-decoration: none !important;
}
.series-teaser-as-list > .inner {
  border-top: 1px solid #000000;
}
.series-teaser-as-list:first-child > .inner {
  border-width: 2px;
}
.series-teaser-as-list:last-child > .inner {
  border-bottom: none;
}
.series-teaser-as-list img {
  margin-top: 7px;
  height: auto;
  width: auto;
}
@media (min-width: 768px) {
  .series-teaser-as-list img {
    height: 42px;
  }
}
.series-teaser-as-list h2 {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
  margin: 18px 0 0;
  color: #e2002b;
}
.series-teaser-as-list .info {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 30px 0 0;
  color: #e2002b;
  display: inline-block;
  line-height: 46px;
}
.series-teaser-as-list .info span {
  font-size: 1.0625rem;
  padding-right: 3px;
}
@media (min-width: 992px) {
  .series-teaser-as-list .info span {
    font-size: 1.375rem;
  }
}
.series-teaser-as-list .info.d-block {
  color: #000000;
  font-size: 0.6875rem;
}
.series-teaser-as-list .info.d-block span {
  font-size: 1rem;
  line-height: 1.5rem;
}
.series-teaser-as-list .cta {
  margin-top: 20px;
  display: inline-block;
  line-height: 1;
  margin-bottom: -8px;
  display: none;
}
@media (min-width: 992px) {
  .series-teaser-as-list .cta {
    margin-top: 18px;
  }
}
@media (min-width: 1200px) {
  .series-teaser-as-list .cta {
    margin-top: 7px;
  }
}
@media (min-width: 1920px) {
  .series-teaser-as-list .cta {
    margin-top: 12px;
  }
}
.series-teaser-as-list .cta.d-inline-block {
  display: none !important;
  margin-top: 0;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .series-teaser-as-list .cta.d-inline-block {
    margin-top: 7px;
  }
}
.series-teaser-as-list.show .inner .toggle {
  background-image: url("../../Public/Images/Icos/cta_down_38px.png");
}
.series-teaser-as-list.accordion .inner {
  cursor: pointer;
}

#stoererModal .modal-content {
  background: transparent;
  border: none;
}
#stoererModal .modal-content button.close {
  color: #ffffff;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  #stoererModal .modal-content button.close {
    right: 70px;
  }
}
#stoererModal .modal-content .helper {
  position: relative;
}
@media (min-width: 768px) {
  #stoererModal .modal-content .helper {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) {
  #stoererModal .modal-content .helper {
    padding: 0 150px;
  }
}
#stoererModal .modal-content .helper a {
  background-color: #e2002b;
  color: #fff;
  font-size: 1.0625rem;
  padding: 4px 12px;
  letter-spacing: 0.04em;
  display: block;
  border-top: 1px solid #ffffff;
}
@media (min-width: 768px) {
  #stoererModal .modal-content .helper a {
    position: absolute;
    top: 75px;
    right: -30px;
    font-size: 1.375rem;
    white-space: nowrap;
    border-top: none;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  #stoererModal .modal-content .helper a {
    font-size: 1.5rem;
    top: 65px;
  }
}
@media (min-width: 1200px) {
  #stoererModal .modal-content .helper a {
    font-size: 1.75rem;
    top: 75px;
  }
}
@media (min-width: 1920px) {
  #stoererModal .modal-content .helper a {
    top: 85px;
  }
}
#stoererModal .modal-content .helper a:hover {
  text-decoration: none;
}

#newsModal .modal-lg {
  max-width: 800px;
}
#newsModal .modal-content {
  background-color: #ffffff;
}
#newsModal .modal-content .modal-header {
  border: none;
}
#newsModal .modal-content .modal-body {
  padding: 45px 30px 60px;
}
@media (min-width: 768px) {
  #newsModal .modal-content .modal-body {
    padding: 60px;
  }
}
#newsModal .modal-content button.close {
  color: #e2002b;
  top: 10px;
  right: 15px;
  z-index: 5;
}
@media (min-width: 992px) {
  #newsModal .modal-content button.close {
    right: 30px;
  }
}

.nowrap {
  white-space: nowrap;
}

.statisches-highlight {
  margin-bottom: 20px;
}
.statisches-highlight a {
  position: relative;
  display: inline-block;
  color: #e2002b;
  overflow: hidden;
  border: 2px solid #b7b7b7;
}
.statisches-highlight a img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
.statisches-highlight a h3 {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.231;
}
@media (min-width: 1200px) {
  .statisches-highlight a h3 {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .statisches-highlight a h3 {
    font-size: 42px;
  }
}
.statisches-highlight a h3 span {
  display: block;
  font-size: 60%;
}
.statisches-highlight a .cta {
  position: absolute;
  right: 28px;
  bottom: 28px;
}
.statisches-highlight a:hover {
  border: 2px solid #e2002b;
}
.statisches-highlight a:hover img {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.statisches-highlight a:hover .cta {
  background-color: #FFFFFF;
}
.statisches-highlight a:hover .cta::before {
  background-color: #e2002b;
}
.statisches-highlight a:hover .cta::after {
  background-color: #e2002b;
}

.product-highlights {
  position: absolute;
  bottom: 28px;
  left: 0;
  background-color: #e2002b;
  color: #fff;
  padding: 14px 28px 19px;
  right: 30%;
  font-size: 1rem;
  line-height: 1.231;
  min-height: 100px;
  letter-spacing: 0.033em;
}

.searchlist .product-item-all {
  margin-bottom: 30px;
  margin-top: 0;
}
.searchlist .check-archived {
  text-align: right;
}
.searchlist .form-check {
  margin-top: 5px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .searchlist .form-check {
    margin-top: -25px;
  }
}
.searchlist .form-check #toggle-archived {
  margin-left: 0;
  position: relative;
}
.searchlist .form-check label {
  padding-right: 5px;
}

.tx-femanager {
  padding: 32px;
}
@media (min-width: 768px) {
  .tx-femanager {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .tx-femanager {
    padding: 75px;
  }
}
.tx-femanager form .form-group.row {
  margin-bottom: 0;
}
.tx-femanager form label {
  display: none;
}
.tx-femanager form label.checkbox {
  display: inline-block;
}
.tx-femanager .alert.bg-danger {
  background-color: transparent !important;
  color: #e2002b;
  padding-left: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tx-femanager .alert.bg-danger h4 {
  display: none;
}

.deliveryForm label {
  display: none;
}

.cc-window.cc-banner {
  display: block;
}
.cc-window.cc-banner .cc-compliance {
  display: block;
  position: relative;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .cc-window.cc-banner .cc-compliance {
    position: absolute;
    width: 320px;
  }
}
.cc-window.cc-banner .cc-compliance .cc-deny {
  display: block;
  width: 20px;
  position: absolute;
  right: 30px;
  top: 15px;
  padding: 7px;
  font-size: 30px;
  font-weight: 400;
}
.cc-window.cc-banner .cc-compliance .cc-deny:hover {
  text-decoration: none;
  color: #ffffff;
}
.cc-window.cc-banner .cc-compliance .cc-allow {
  display: inline-block;
  margin-right: 20px;
  margin-top: 15px;
  padding: 7px 25px;
  font-weight: normal;
}
.cc-window.cc-banner .cc-compliance .cc-allow:hover {
  text-decoration: none;
}
.cc-window.cc-banner .cc-message {
  font-size: 14px;
  line-height: 19px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  min-height: 72px;
}
@media (min-width: 768px) {
  .cc-window.cc-banner .cc-message {
    padding-right: 340px;
  }
}
.cc-window.cc-banner .cc-message .cc-link {
  color: #fff;
  text-decoration: none;
  display: inline;
}
.cc-window.cc-banner .cc-message .cc-link:hover {
  color: #888;
}

span.lieferzeit {
  background: url(../Images/Icos/icon_lieferzeit_auf_anfrage.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
}

span.lieferzeit-10 {
  background: url(../Images/Icos/icon_lieferzeit_10d.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
}

span.lieferzeit-48 {
  background: url(../Images/Icos/icon_lieferzeit_48h.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
}

span.lieferzeit-14 {
  background: url(../Images/Icos/icon_lieferzeit_14d.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
}

span.lieferzeit-72 {
  background: url(../Images/Icos/icon_lieferzeit_72h.svg) no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
}

.product-archived span.lieferzeit, .product-archived span.lieferzeit-10, .product-archived span.lieferzeit-48 {
  display: none;
}

@media (min-width: 992px) {
  .col-md-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input,
  .col-lg-8 .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input {
    position: relative;
    top: -50px;
  }
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  margin: 0 0 2px;
  border: 1px solid #e3e3e4;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.col-md-8 .videowrapper, .col-lg-8 .videowrapper {
  margin-bottom: 30px;
}

.name-concept {
  cursor: pointer;
}
.name-concept .accordion-inner-head {
  border-top: 1px solid #000000;
}
.name-concept .accordion-inner-head img {
  margin: 0;
}
.name-concept .accordion-inner-head .wrapper {
  position: relative;
  padding-left: 40px;
}
.name-concept .accordion-inner-head .cta {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: url("../../Public/Images/Icos/cta_right_38px.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.name-concept .accordion-inner-head .cta:hover {
  background-image: url("../../Public/Images/Icos/cta_right_white_38px.png");
}
.name-concept .accordion-inner-head .cta:hover::after, .name-concept .accordion-inner-head .cta:hover::before {
  background-color: #b2b2b2;
}
.name-concept .accordion-inner-head h3 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 30px;
}
.name-concept .accordion-inner-head .identifier {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.name-concept .accordion-inner-head .identifier .name {
  display: inline-block;
  border: 1px solid #000000;
  font-size: 0.875rem;
  padding: 4px;
}
@media (min-width: 1920px) {
  .name-concept .accordion-inner-head .identifier .name {
    padding: 4px 5px;
  }
}
.name-concept .accordion-inner-head .identifier .spacer {
  width: 100%;
  height: 15px;
  border: 1px solid #e2002b;
  border-top: none;
  margin-top: 4px;
}
.name-concept .accordion-inner-head .identifier span {
  font-size: 0.75rem;
}
.name-concept .accordion-inner-head .identifier.has-trenner {
  position: relative;
  margin-right: 15px;
}
.name-concept .accordion-inner-head .identifier .trenner {
  position: absolute;
  right: -10px;
  top: 6px;
}
.name-concept .accordion-inner-body {
  margin: 30px 0;
  display: none;
}
.name-concept .accordion-inner-body .table {
  border-bottom: 2px solid #000000;
}
.name-concept .accordion-inner-body .table th {
  font-weight: 500;
  border-top: none;
  border-bottom: 2px solid #e2002b;
  padding: 5px 0;
}
.name-concept .accordion-inner-body .table th:last-child {
  border-bottom: 2px solid #e2002b;
}
.name-concept .accordion-inner-body .table tr td {
  width: 50%;
  font-weight: 300;
  padding: 5px 0;
}
.name-concept .accordion-inner-body .table tr td:last-child {
  border-bottom: 1px solid #000000;
  text-align: left;
  padding: 5px 0;
}
.name-concept .accordion-inner-body .table tr td.headline {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  color: #e2002b;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.name-concept .accordion-inner-body .table tr:first-child td.headline {
  border-top: none;
}
.name-concept .accordion-inner-body .table tr:last-child td {
  border-bottom: none;
}
.name-concept.show .cta {
  background-image: url("../../Public/Images/Icos/Arrows/CTA_Arrows_single_down_red_full.svg");
}
.name-concept.show .cta:hover {
  background-image: url("../../Public/Images/Icos/Arrows/CTA_Arrows_single_down_red_inv_frame.svg");
}
.name-concept:first-child .accordion-inner-head {
  border-top: none;
}
.name-concept:last-child {
  margin-bottom: 20px;
}
.name-concept:last-child .accordion-inner-head {
  border-bottom: none;
}
.name-concept .order-md-1 {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .name-concept .order-md-1 {
    padding-bottom: 0;
  }
}

.accordion:last-child .name-concept:last-child .accordion-inner-head {
  border-bottom: 2px solid #000000;
}

h3.name-concept {
  font-size: 24px;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 60px !important;
}
@media (min-width: 768px) {
  h3.name-concept {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h3.name-concept {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1920px) {
  h3.name-concept {
    line-height: 1.3;
    font-size: 1.875rem;
  }
}

h1.name-concept {
  font-size: 11px;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 60px !important;
}
@media (min-width: 768px) {
  h1.name-concept {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h1.name-concept {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1920px) {
  h1.name-concept {
    line-height: 1.3;
    font-size: 1.875rem;
  }
}

.naming-segments-outer {
  position: relative;
  display: inline-block;
}
.naming-segments-outer h1 {
  position: relative;
  font-size: 1.75rem;
  margin-top: 10px;
}
@media (min-width: 1920px) {
  .naming-segments-outer h1 {
    margin-top: 0;
  }
}
.naming-segments-outer .key-link {
  display: inline-block;
  position: relative;
  top: -3px;
  right: -10px;
}
@media (min-width: 768px) {
  .naming-segments-outer .key-link {
    position: absolute;
    right: -27px;
    top: -11px;
  }
}
.naming-segments-outer .namingSegments .tooltip-wrapper:hover {
  color: #e2002b;
}

.no-empty-space {
  font-size: 0;
}

.text-sm-right {
  text-align: left;
}
@media (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
}

.load-more-filters {
  text-align: left;
  width: 100%;
  display: none;
  position: relative;
}
.load-more-filters .filter-cta {
  display: inline-block;
  margin: 0 auto;
  background: url("../../Public/Images/Icos/Arrows/CTA_Arrows_single_down_red_full.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 38px;
  height: 38px;
}
.load-more-filters .filter-cta::after, .load-more-filters .filter-cta::before {
  display: none;
}
.load-more-filters .filter-cta:hover {
  background-image: url("../../Public/Images/Icos/Arrows/CTA_Arrows_single_down_red_inv_frame.svg");
}
.load-more-filters span {
  position: absolute;
  left: 63px;
  font-size: 15px;
  top: 10px;
}
@media (min-width: 768px) {
  .load-more-filters span {
    font-size: 13px;
  }
}
@media (min-width: 1920px) {
  .load-more-filters span {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .slideYoutube {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .slideYoutube {
    padding: 0 26px;
  }
}
@media (min-width: 1200px) {
  .slideYoutube {
    padding: 0 32px;
  }
}
@media (min-width: 1920px) {
  .slideYoutube {
    padding: 0 132px;
  }
}
.slideYoutube .videowrapper {
  border: none;
}

@media (min-width: 992px) {
  .quickOrderTeaserForm .outer-image {
    height: 371px !important;
  }
}
@media (min-width: 1920px) {
  .quickOrderTeaserForm .outer-image {
    height: 460.65px !important;
  }
}
.quickOrderTeaserForm .no-gutters {
  border: none;
}
.quickOrderTeaserForm .button-wrapper {
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
}
.quickOrderTeaserForm .button-wrapper .red-button {
  line-height: 1.5;
}
.quickOrderTeaserForm .button-wrapper .red-button:focus, .quickOrderTeaserForm .button-wrapper .red-button:active {
  outline: none !important;
}
.quickOrderTeaserForm .button-wrapper .red-button:first-child {
  margin-top: 30%;
}
@media (min-width: 768px) {
  .quickOrderTeaserForm .button-wrapper .red-button:first-child {
    margin-top: 75px;
  }
}
.quickOrderTeaserForm .button-wrapper .red-button .row {
  height: 60px;
}

.merkliste .frame-type-header,
.merkliste .frame-type-image {
  padding-left: 0 !important;
}
.merkliste h1 {
  margin-top: 60px;
  padding-left: 0 !important;
}
.merkliste .quickOrderTeaserForm {
  margin: 30px 0 15px;
}
.merkliste .quickOrderTeaserForm .sword {
  width: 100%;
  line-height: 31px;
  margin-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
  height: 40px;
}
.merkliste .quickOrderTeaserForm button.red-button {
  height: 40px;
}
.merkliste .quickOrderTeaserForm button.add-to-watchlist, .merkliste .quickOrderTeaserForm button.go-to-order-request {
  display: none;
}
.merkliste .quickOrderTeaserForm button .nowrap:last-child {
  display: none;
}
.merkliste .container .container {
  padding: 0;
}
.merkliste.bestellanfrage .quickOrderTeaserForm button.add-to-watchlist, .merkliste.bestellanfrage .quickOrderTeaserForm button.go-to-watchlist {
  display: none;
}
.merkliste.bestellanfrage .quickOrderTeaserForm button.go-to-order-request {
  display: inline-block;
}
.merkliste.bestellanfrage .share-bookmarks {
  padding-top: 30px;
}
.merkliste .newsletter-modal .quickOrderTeaserForm .col-sm-8,
.merkliste .newsletter-modal .quickOrderTeaserForm .col-sm-4 {
  flex: 0 0 100%;
  max-width: 100%;
}

.carousel-wrapper .controls {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 30px;
  height: 30px;
}
.carousel-wrapper .controls div {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.carousel-wrapper .controls div.play {
  background: url("../Images/Icos/CTA_Play_30x30_red_full.svg") no-repeat center center;
  background-size: contain;
}
.carousel-wrapper .controls div.play:hover {
  background-image: url("../Images/Icos/CTA_Play_30x30_white_inv_frame.svg");
}
.carousel-wrapper .controls div.pause {
  background: url("../Images/Icos/CTA_Pause_30x30_red_full.svg") no-repeat center center;
  background-size: contain;
}
.carousel-wrapper .controls div.pause:hover {
  background-image: url("../Images/Icos/CTA_Pause_30x30_white_inv_frame.svg");
}
.carousel-wrapper .controls div.triggered {
  z-index: 1;
}

.carousel-video {
  display: none;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .carousel-video {
    display: block;
  }
}
.carousel-video .trigger {
  cursor: pointer;
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  background: url("../../Public/Images/Icos/CTA_zoom_arrow_red_full.svg") no-repeat center;
  background-size: 32px;
}
.carousel-video .trigger:hover {
  background-image: url("../../Public/Images/Icos/CTA_zoom_arrow_red_inv_frame.svg");
}
.carousel-video .close-video {
  display: none;
}
.carousel-video.triggered .trigger {
  display: none;
}
.carousel-video.triggered .close-video {
  position: absolute;
  color: #e2002b;
  top: 15px;
  right: 15px;
  display: inline-block;
  font-size: 36px;
  width: 36px;
  background-color: #fff;
  opacity: 1;
  text-align: center;
  height: 36px;
  line-height: 30px;
  border: 3px solid #e2002b;
  font-weight: normal;
  cursor: pointer;
  z-index: 2;
}
.carousel-video.triggered .close-video:hover {
  color: #ffffff;
  background-color: #e2002b;
}

.lightbox-video, .lightbox-element {
  position: relative;
}
.lightbox-video .trigger, .lightbox-element .trigger {
  cursor: pointer;
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  background: url("../../Public/Images/Icos/CTA_zoom_arrow_red_full.svg") no-repeat center;
  background-size: 32px;
}
.lightbox-video .trigger:hover, .lightbox-element .trigger:hover {
  background-image: url("../../Public/Images/Icos/CTA_zoom_arrow_red_inv_frame.svg");
}
.lightbox-video .close-video, .lightbox-element .close-video {
  display: none;
}
.lightbox-video.triggered, .lightbox-element.triggered {
  position: absolute;
}
.lightbox-video.triggered .trigger, .lightbox-element.triggered .trigger {
  display: none;
}
.lightbox-video.triggered .close-video, .lightbox-element.triggered .close-video {
  position: absolute;
  color: #e2002b;
  top: 15px;
  right: 15px;
  display: inline-block;
  font-size: 36px;
  width: 36px;
  background-color: #fff;
  opacity: 1;
  text-align: center;
  height: 36px;
  line-height: 30px;
  border: 3px solid #e2002b;
  font-weight: normal;
  cursor: pointer;
  z-index: 2;
}
.lightbox-video.triggered .close-video:hover, .lightbox-element.triggered .close-video:hover {
  color: #ffffff;
  background-color: #e2002b;
}

@media (min-width: 768px) {
  .as-product-item-in-list a {
    position: relative;
    left: -60px;
  }
}
@media (min-width: 1200px) {
  .as-product-item-in-list a {
    left: -30px;
  }
}
@media (min-width: 1920px) {
  .as-product-item-in-list a {
    left: -60px;
  }
}
.as-product-item-in-list .product-title {
  color: #e2002b;
  display: block;
  margin-top: 13px;
  font-size: 16px;
}
.as-product-item-in-list .order-number {
  font-size: 1rem;
  color: #000000;
}
@media (min-width: 768px) {
  .as-product-item-in-list .order-number {
    margin-bottom: 7px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .as-product-item-in-list .order-number {
    margin-bottom: 0;
    display: inline;
  }
}
.as-product-item-in-list .order-number span {
  font-size: 11px;
  padding-right: 6px;
}

.projectList .as-product-item-in-list a {
  position: static;
}
.projectList .sub-functions {
  white-space: nowrap;
}

.app-content {
  display: none;
  opacity: 0;
}

.app-init {
  margin-top: 45px;
  cursor: pointer;
  background-color: #e2002b !important;
}
.app-init:hover {
  background-color: #FFFFFF !important;
}

.app-frame {
  background: url("../../Public/Images/Clickmodule/DE/esy-app_demo_frame_with_pen.png") no-repeat right top;
  background-size: contain;
  padding: 19px 9px 19px 124px;
  cursor: url("../../Public/Images/Clickmodule/clickmodule_cursor_inactive.png") 17 17, not-allowed;
}
@media (min-width: 992px) {
  .app-frame {
    padding: 35px 16px 35px 116px;
  }
}
@media (min-width: 1200px) {
  .app-frame {
    padding: 50px 24px 35px 146px;
  }
}
@media (min-width: 1920px) {
  .app-frame {
    padding: 46px 35px 34px 135px;
  }
}
.app-frame .owl-carousel .owl-item .font-helper {
  position: absolute;
  left: 11px;
  top: 33px;
  font-size: 6px;
  color: #fff;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .font-helper {
    left: 20px;
    top: 63px;
    font-size: 8px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .font-helper {
    left: 22px;
    top: 88px;
    font-size: 10px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .font-helper {
    font-size: 12px;
    left: 32px;
    top: 115px;
  }
}
.app-frame .owl-carousel .owl-item .font-helper span {
  display: block;
  font-size: 90%;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .font-helper span {
    padding-top: 3px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .font-helper span {
    padding-top: 9px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .font-helper span {
    padding-top: 10px;
  }
}
.app-frame .owl-carousel .owl-item .font-helper.fh2 {
  right: 16px;
}
.app-frame .owl-carousel .owl-item .font-helper.fh2 span {
  text-align: right;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh2 span {
    padding-top: 6px;
    padding-right: 14px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh2 span {
    padding-top: 12px;
    padding-right: 23px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh2 span {
    padding-top: 13px;
    padding-right: 35px;
  }
}
.app-frame .owl-carousel .owl-item .font-helper.fh3 {
  top: 53px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh3 {
    top: 98px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh3 {
    top: 139px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh3 {
    top: 177px;
  }
}
.app-frame .owl-carousel .owl-item .font-helper.fh4 {
  top: 107px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh4 {
    top: 197px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh4 {
    top: 278px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh4 {
    top: 355px;
  }
}
.app-frame .owl-carousel .owl-item .font-helper.fh5 {
  top: 20px;
  left: 6px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh5 {
    top: 38px;
    left: 13px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh5 {
    top: 55px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh5 {
    top: 71px;
  }
}
.app-frame .owl-carousel .owl-item .font-helper.fh6 {
  top: 29px;
  left: 6px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh6 {
    top: 55px;
    left: 13px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh6 {
    top: 79px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .font-helper.fh6 {
    top: 100px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn {
  cursor: url("../../Public/Images/Clickmodule/clickmodule_cursor_active.png") 17 17, pointer;
  display: inline-block;
  height: 20px;
  position: absolute;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn {
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn {
    height: 40px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn.inactive {
  cursor: url("../../Public/Images/Clickmodule/clickmodule_cursor_inactive.png") 17 17, not-allowed;
}
.app-frame .owl-carousel .owl-item .next-btn.slide-1 {
  left: 0;
  right: 0;
  bottom: 0;
}
.app-frame .owl-carousel .owl-item .next-btn.slide-2 {
  left: 0;
  right: 0;
  top: 15px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-2 {
    top: 30px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-2 {
    top: 45px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-2 {
    top: 60px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn.slide-3 {
  left: 0;
  right: 0;
  top: 23px;
  height: 52px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-3 {
    top: 42px;
    height: 93px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-3 {
    top: 50px;
    height: 120px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-3 {
    top: 78px;
    height: 161px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn.slide-3.inactive {
  top: 74px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-3.inactive {
    top: 137px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-3.inactive {
    top: 180px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-3.inactive {
    top: 248px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn.slide-4 {
  left: 66%;
  right: 0;
  bottom: 26px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-4 {
    bottom: 49px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-4 {
    bottom: 68px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-4 {
    bottom: 94px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn.slide-5 {
  bottom: 35px;
  left: 15px;
  right: 28px;
  height: 20px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-5 {
    bottom: 73px;
    left: 25px;
    right: 55px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-5 {
    bottom: 101px;
    left: 52px;
    right: 79px;
    height: 30px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-5 {
    bottom: 135px;
    left: 60px;
    right: 98px;
    height: 30px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn.slide-6 {
  height: 12px;
  top: 40px;
  left: 35px;
  right: 5px;
  z-index: 1;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-6 {
    height: 18px;
    top: 78px;
    left: 79px;
    right: 11px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-6 {
    height: 26px;
    top: 108px;
    left: 100px;
    right: 11px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-6 {
    height: 30px;
    top: 141px;
    left: 140px;
    right: 14px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn.slide-7 {
  top: 38px;
  height: 91px;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-7 {
    top: 68px;
    height: 169px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-7 {
    top: 90px;
    height: 206px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-7 {
    top: 122px;
    height: 296px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn.slide-8 {
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.app-frame .owl-carousel .owl-item .next-btn.slide-9 {
  top: 3px;
  left: 0;
  right: 0;
  height: 16px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-9 {
    top: 10px;
    height: 24px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-9 {
    top: 14px;
    height: 30px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-9 {
    top: 21px;
    height: 34px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn.slide-10 {
  bottom: 34px;
  left: 0;
  right: 0;
  height: 28px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-10 {
    bottom: 64px;
    height: 53px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-10 {
    bottom: 89px;
    height: 68px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-10 {
    bottom: 114px;
    height: 91px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn.slide-11 {
  left: 0;
  right: 0;
  bottom: 17px;
  height: 16px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-11 {
    bottom: 31px;
    height: 27px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-11 {
    bottom: 45px;
    height: 35px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-11 {
    bottom: 58px;
    height: 45px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn.slide-12 {
  left: 55px;
  right: 15px;
  bottom: 45px;
  height: 17px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-12 {
    left: 102px;
    right: 29px;
    bottom: 83px;
    height: 27px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-12 {
    left: 130px;
    right: 35px;
    bottom: 117px;
    height: 35px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-12 {
    left: 177px;
    right: 50px;
    bottom: 152px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn.slide-13 {
  left: 55px;
  right: 15px;
  bottom: 60px;
  height: 17px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-13 {
    left: 102px;
    right: 29px;
    bottom: 110px;
    height: 27px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-13 {
    left: 130px;
    right: 35px;
    bottom: 155px;
    height: 35px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-13 {
    left: 177px;
    right: 50px;
    bottom: 197px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn.slide-14 {
  top: 30px;
  left: 5px;
  right: 5px;
  height: 23px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-14 {
    top: 57px;
    left: 10px;
    right: 10px;
    height: 39px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-14 {
    top: 79px;
    height: 55px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-14 {
    top: 102px;
    left: 15px;
    right: 15px;
    height: 70px;
  }
}
.app-frame .owl-carousel .owl-item .next-btn.slide-15 {
  bottom: 15px;
  left: 0;
  right: 0;
  height: 18px;
}
@media (min-width: 992px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-15 {
    bottom: 30px;
    height: 27px;
  }
}
@media (min-width: 1200px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-15 {
    bottom: 44px;
    height: 35px;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .owl-item .next-btn.slide-15 {
    bottom: 58px;
    height: 44px;
  }
}
.app-frame .owl-carousel .owl-nav {
  position: absolute;
  bottom: -150px;
}
.app-frame .owl-carousel .owl-dots {
  position: absolute;
  bottom: -50px;
}
.app-frame .owl-carousel .tooltip-wrapper {
  overflow: visible;
}
.app-frame .owl-carousel .tooltip-wrapper .tooltip-content {
  bottom: auto;
  top: -30px;
  white-space: normal;
  width: 100%;
  font-size: 12px;
  text-transform: none;
  margin-left: 0 !important;
}
@media (max-width: 1199px) {
  .app-frame .owl-carousel .tooltip-wrapper .tooltip-content {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .app-frame .owl-carousel .tooltip-wrapper .tooltip-content {
    font-size: 15px;
  }
}

.app-infobox {
  border: 1px solid #8f8f95;
  margin-top: 12px;
  padding: 30px 90px;
  position: relative;
  height: 482px;
}
@media (min-width: 1920px) {
  .app-infobox {
    height: 621px;
    margin-left: 40px;
  }
}
.app-infobox .prev-slide {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -15px;
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_double_left_red_full.svg");
}
.app-infobox .prev-slide:hover {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_double_left_red_inv_frame.svg");
}
.app-infobox .next-slide {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_double_right_red_full.svg");
}
.app-infobox .next-slide:hover {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_double_right_red_inv_frame.svg");
}
.app-infobox > div {
  display: none;
}
.app-infobox > div:first-child h3 {
  position: absolute;
  bottom: -100px;
  left: 15px;
  right: -80px;
}
@media (min-width: 992px) {
  .app-infobox > div:first-child h3 {
    bottom: -125px;
    right: -125px;
    left: 10px;
  }
}
.app-infobox .grey-box {
  background-color: #e6e5e6 !important;
  display: inline-block;
  padding: 5px 12px;
}
.app-infobox .app {
  position: absolute;
  right: 70px;
  bottom: 0;
}
.app-infobox .download {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.app-infobox .cta {
  position: absolute;
  right: 0px;
  bottom: 0;
}
.app-infobox .col-4 img {
  margin-top: 10px;
  max-height: 30px;
  width: auto;
}

.app-nav {
  margin-top: 30px;
  margin-left: 45px;
}
.app-nav .inner-nav {
  border-top: 1px solid #8f8f95;
  height: 30px;
  display: inline-block;
  text-align: center;
}
.app-nav .el-all {
  border: 1px solid #8f8f95;
  width: 30px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 15px;
  display: inline-block;
  background-color: #e6e5e6 !important;
  color: #000000;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  top: -15px;
}
.app-nav .el-all:first-child {
  height: 12px;
  width: 12px;
  margin-left: -1px;
}
.app-nav .el-all:last-child {
  height: 12px;
  width: 12px;
  margin-right: -1px;
}
.app-nav .el-all:hover, .app-nav .el-all.active {
  background-color: #e2002b !important;
  text-decoration: none;
  color: #ffffff;
}

@media (min-width: 768px) {
  .info-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .app-content,
  .app-intro {
    display: none !important;
  }
}

.col h1 .subline {
  font-size: 50%;
  position: relative;
  top: -15px;
}

.appdemo {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e2002b;
  display: inline-block;
  line-height: 28px;
  width: 90px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  border: 1px solid #e2002b;
}
.appdemo:hover {
  color: #e2002b;
  background-color: #ffffff;
  text-decoration: none;
}

.link-red-button {
  background: #e2002b !important;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  border: 1px solid #e2002b;
  padding: 1px 30px;
}
.link-red-button:hover {
  color: #e2002b !important;
  background-color: #ffffff !important;
  text-decoration: none;
}
.link-red-button:focus, .link-red-button:active {
  color: #FFFFFF !important;
}

.redContentBox .link-red-button {
  border-color: #ffffff;
}

.filter .reset.active {
  color: #212529 !important;
  background-image: url("../../Public/Images/Icos/CTA_X_15x15_red_full.svg");
  cursor: pointer;
}

.form-group.no-margin {
  margin-bottom: 0;
}

#get-pdf-modal .modal-content .modal-header,
#esyluxProductComparison-get-pdf-modal .modal-content .modal-header,
#esyluxProductComparison-share-modal .modal-content .modal-header {
  border: none;
}
#get-pdf-modal .modal-content .modal-header button,
#esyluxProductComparison-get-pdf-modal .modal-content .modal-header button,
#esyluxProductComparison-share-modal .modal-content .modal-header button {
  z-index: 5;
}
#get-pdf-modal .modal-content .modal-body,
#esyluxProductComparison-get-pdf-modal .modal-content .modal-body,
#esyluxProductComparison-share-modal .modal-content .modal-body {
  max-width: 600px;
  padding: 30px;
}
#get-pdf-modal .modal-content .modal-body h3,
#esyluxProductComparison-get-pdf-modal .modal-content .modal-body h3,
#esyluxProductComparison-share-modal .modal-content .modal-body h3 {
  margin: 28px 0 42px;
}
#get-pdf-modal .modal-content .modal-body label,
#esyluxProductComparison-get-pdf-modal .modal-content .modal-body label,
#esyluxProductComparison-share-modal .modal-content .modal-body label {
  display: none;
}
#get-pdf-modal .modal-content .modal-body .download,
#esyluxProductComparison-get-pdf-modal .modal-content .modal-body .download,
#esyluxProductComparison-share-modal .modal-content .modal-body .download {
  box-shadow: none;
  border: 0;
  margin-left: auto;
}
#get-pdf-modal .modal-content .modal-body .submit,
#esyluxProductComparison-get-pdf-modal .modal-content .modal-body .submit,
#esyluxProductComparison-share-modal .modal-content .modal-body .submit {
  border: none !important;
  margin-left: auto;
}

.filter-tags {
  padding-bottom: 22px;
}
.filter-tags .filter-tag {
  display: inline-block;
  border: 1px solid #e3e3e4;
  font-size: 0.625rem;
  color: #9d9d9c;
  padding: 5px 28px 5px 8px;
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
}
.filter-tags .filter-tag div {
  display: inline-block;
}
.filter-tags .filter-tag span, .filter-tags .filter-tag a {
  font-size: 0.625rem;
  color: #9d9d9c;
  line-height: 15px;
}
.filter-tags .filter-tag span.clear-filter-tag, .filter-tags .filter-tag a.clear-filter-tag {
  background: url("../../Public/Images/Icos/CTA_X_15x15_red_full.svg") no-repeat right center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.accordion-body .product-series.list .product-item:first-child {
  border-top-width: 0px;
}

.accordion-body .product-series.list .product-item:last-child {
  border-bottom-width: 0px;
}

#full-width-slider .stoerer {
  position: absolute;
  top: 8%;
  right: 0;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  background-color: #e2002b;
  padding: 10px 7% 11px 17px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  #full-width-slider .stoerer {
    top: 12.5%;
  }
}
@media (min-width: 1200px) {
  #full-width-slider .stoerer {
    font-size: 1.375rem;
    padding: 20px 7% 20px 28px;
    top: 30px;
  }
}
@media (min-width: 1920px) {
  #full-width-slider .stoerer {
    font-size: 1.875rem;
    padding: 26px 7% 22px 75px;
    bottom: 403px;
    top: auto;
  }
}
#full-width-slider .stoerer .stoerer1 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 15px;
  position: relative;
  top: 6px;
  font-size: 2.0625rem;
}
@media (min-width: 768px) {
  #full-width-slider .stoerer .stoerer1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  #full-width-slider .stoerer .stoerer1 {
    font-size: 4.125rem;
  }
}
@media (min-width: 768px) {
  #full-width-slider .stoerer .stoerer1 {
    font-size: 4.125rem;
  }
}
#full-width-slider .stoerer .stoerer2 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  padding-top: 1px;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  #full-width-slider .stoerer .stoerer2 {
    font-size: 1.5rem;
    letter-spacing: normal;
  }
}
#full-width-slider .stoerer .stoerer2.has-stoerer1 {
  position: relative;
  top: 6px;
}
@media (min-width: 768px) {
  #full-width-slider .stoerer .stoerer2.has-stoerer1 {
    top: 3px;
  }
}
@media (min-width: 1200px) {
  #full-width-slider .stoerer .stoerer2.has-stoerer1 {
    top: 7px;
  }
}
@media (min-width: 1920px) {
  #full-width-slider .stoerer .stoerer2.has-stoerer1 {
    top: 7px;
  }
}
#full-width-slider .stoerer.isgrid {
  display: flex;
  font-size: 0.8125rem;
}
@media (min-width: 1200px) {
  #full-width-slider .stoerer.isgrid {
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px) {
  #full-width-slider .stoerer.isgrid {
    font-size: 1.25rem;
  }
}
#full-width-slider .stoerer.isgrid .stoerer1, #full-width-slider .stoerer.isgrid .stoerer2 {
  display: inline-grid;
}
#full-width-slider .stoerer-orange .stoerer {
  background-color: #ed6c06;
}

.bg-grey {
  background-color: #e6e5e6;
  padding: 30px;
  margin-bottom: 30px;
}

.product-special-features {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .product-special-features {
    font-size: 1.25rem;
  }
}
.product-special-features ul {
  padding-left: 0;
}
.product-special-features ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 0;
}
.product-special-features ul li::before {
  content: '+';
  position: absolute;
  left: 0;
}

.warranty-helper {
  position: relative;
}
.warranty-helper .warranty-link {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  z-index: 5;
}
@media (min-width: 768px) {
  .warranty-helper .warranty-link {
    width: 64px;
  }
}
@media (min-width: 768px) {
  .warranty-helper .warranty-link.smartphone {
    display: none;
  }
}
.warranty-helper .warranty-link.desktop {
  display: none;
  top: -9px;
}
@media (min-width: 992px) {
  .warranty-helper .warranty-link.desktop {
    display: inline-block;
  }
}
.warranty-helper .warranty-link .product-warranty {
  width: 64px;
}
@media (min-width: 1500px) {
  .warranty-helper .warranty-link .product-warranty {
    width: 110px;
  }
}
.warranty-helper .warranty-link .product-warranty.inverse {
  display: none;
}
.warranty-helper .warranty-link:hover .product-warranty {
  display: none;
}
.warranty-helper .warranty-link:hover .product-warranty.inverse {
  display: inline-block;
}
.warranty-helper h1 {
  padding-right: 75px;
}

.sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  overflow: visible;
  height: 65px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 25;
  font-size: 0;
}
@media (min-width: 992px) {
  .sticky-bar {
    bottom: auto;
    top: 393px;
    right: 0;
    height: 160px;
    width: auto;
  }
}
.sticky-bar .bar {
  color: #FFFFFF;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  background-color: #e2002b;
  display: inline-block;
  width: 24.6%;
  margin-right: 0.5%;
  height: 65px;
  text-align: center;
  font-size: 0.5rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .sticky-bar .bar {
    width: 250px;
    height: 50px;
    position: absolute;
    right: -198px;
    padding-left: 60px;
    line-height: 50px;
    margin-right: 0;
    text-align: left;
    font-size: 1rem;
  }
}
.sticky-bar .bar:hover {
  text-decoration: none;
  right: 0;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.sticky-bar .bar span {
  height: 30px;
  width: 30px;
  display: block;
  margin: 4px auto 0;
}
@media (min-width: 992px) {
  .sticky-bar .bar span {
    height: 40px;
    width: 40px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    margin: 0;
  }
}
.sticky-bar .order-request-trigger-modal {
  bottom: 165px;
}
.sticky-bar .order-request-trigger-modal span {
  background: #e2002b url("../Images/Icos/CTA_Quick_Order_Request_30x30_EUR.svg") no-repeat 1px center;
}
.sticky-bar .esylocator {
  bottom: 0;
  margin-right: 0;
}
.sticky-bar .esylocator span {
  background: #e2002b url("../Images/Icos/CTA_Locator_white_inv.svg") no-repeat 1px center;
}
.sticky-bar .kontakt {
  bottom: 55px;
}
.sticky-bar .kontakt span {
  background: #e2002b url("../Images/Icos/CTA_Contact_white_inv.svg") no-repeat 1px center;
}
.sticky-bar .dismiss {
  width: 8.5%;
  height: 65px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  padding-left: 0;
  background-color: #e2002b;
  margin-right: 0;
  position: absolute;
  display: none;
}
@media (min-width: 992px) {
  .sticky-bar .dismiss {
    bottom: 165px;
    right: 0;
    width: 52px;
    height: 30px;
    line-height: 30px;
  }
}
.sticky-bar .newsletter-trigger-modal {
  bottom: 110px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 992px) {
  .sticky-bar .newsletter-trigger-modal {
    text-align: left;
  }
}
.sticky-bar .newsletter-trigger-modal span {
  background: #e2002b url("../Images/Icos/CTA_Newsletter_white_inv.svg") no-repeat left center;
}

.powermail_fieldwrap_type_select {
  margin-bottom: 15px;
}
.powermail_fieldwrap_type_select label {
  display: none;
}
.powermail_fieldwrap_type_select select {
  width: 100%;
  padding: 8px 10px;
  font-size: 0.875rem;
  border: 1px solid #696a67;
}

.pb-lightbox-wrapper {
  position: relative;
}
.pb-lightbox-wrapper .modal-thumb-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: left;
}
.pb-lightbox-wrapper .modal-thumb-wrapper .modal-thumb {
  display: inline-block;
  top: 30px;
  bottom: 30px;
  margin-left: 30px;
}
.pb-lightbox-wrapper .modal-thumb-wrapper .modal-thumb img {
  width: auto;
}
.pb-lightbox-wrapper .modal-thumb-wrapper .modal-thumb .trigger {
  top: auto;
  bottom: 15px;
  right: 15px;
}

.ico-explain {
  position: absolute;
  left: 15px;
  top: 15px;
  display: inline-block;
}
.ico-explain img {
  width: 50px;
  background-color: #ffffff;
}

.content-page.lapa-behavior .ico-explain {
  left: 32px;
  top: 32px;
}
@media (min-width: 768px) {
  .content-page.lapa-behavior .ico-explain {
    left: 40px;
    top: 40px;
  }
}
@media (min-width: 1500px) {
  .content-page.lapa-behavior .ico-explain {
    left: 75px;
    top: 75px;
  }
}

.vat-info {
  font-size: 11px;
  margin-top: 40px;
}

.technical-data-info {
  font-size: 11px;
  margin-top: -15px;
  margin-bottom: 0;
  line-height: 1.6;
}

.elbridge-info {
  font-size: 11px;
  margin-top: -10px;
}

.product-series .has-price {
  display: block !important;
  margin-bottom: 15px;
}
.product-series .vat-info {
  border-top: 1px solid #000000;
  margin-top: 0;
  padding-top: 15px;
}
.product-series.list .vat-info {
  border-top: 2px solid #000000;
}
.product-series.list .product-item .sub-functions .cta,
.product-series.list .product-item .sub-functions .lieferzeit,
.product-series.list .product-item .sub-functions .lieferzeit-72,
.product-series.list .product-item .sub-functions .lieferzeit-14,
.product-series.list .product-item .sub-functions .share,
.product-series.list .product-item .sub-functions .bookmark,
.product-series.list .product-item .sub-functions .elbridgeBasket,
.product-series.list .product-item .sub-functions .download,
.product-series.list .product-item .sub-functions .productElc,
.product-series.list .product-item .sub-functions .eei {
  display: inline-block;
  margin: 20px 0 10px 5px !important;
  vertical-align: top;
}

.series-teaser-as-list .product-item a:hover,
.esyluxProductfilterProductList .product-item a:hover {
  text-decoration: none;
}
.series-teaser-as-list .product-item .sub-functions .cta,
.series-teaser-as-list .product-item .sub-functions .lieferzeit,
.series-teaser-as-list .product-item .sub-functions .lieferzeit-72,
.series-teaser-as-list .product-item .sub-functions .lieferzeit-14,
.series-teaser-as-list .product-item .sub-functions .share,
.series-teaser-as-list .product-item .sub-functions .bookmark,
.series-teaser-as-list .product-item .sub-functions .elbridgeBasket,
.series-teaser-as-list .product-item .sub-functions .download,
.series-teaser-as-list .product-item .sub-functions .productElc,
.series-teaser-as-list .product-item .sub-functions .eei,
.esyluxProductfilterProductList .product-item .sub-functions .cta,
.esyluxProductfilterProductList .product-item .sub-functions .lieferzeit,
.esyluxProductfilterProductList .product-item .sub-functions .lieferzeit-72,
.esyluxProductfilterProductList .product-item .sub-functions .lieferzeit-14,
.esyluxProductfilterProductList .product-item .sub-functions .share,
.esyluxProductfilterProductList .product-item .sub-functions .bookmark,
.esyluxProductfilterProductList .product-item .sub-functions .elbridgeBasket,
.esyluxProductfilterProductList .product-item .sub-functions .download,
.esyluxProductfilterProductList .product-item .sub-functions .productElc,
.esyluxProductfilterProductList .product-item .sub-functions .eei {
  display: inline-block;
  margin: 20px 0 10px 5px;
  vertical-align: top;
}

ul.pagination {
  margin-top: 30px;
}
ul.pagination .page-item .page-link {
  border-radius: 0;
  border-color: #e2002b;
  color: #e2002b;
  width: 45px;
  height: 45px;
  padding: 0;
  line-height: 43px;
  text-align: center;
}
ul.pagination .page-item .page-link:hover {
  background-color: #e2002b;
  color: #ffffff;
}
ul.pagination .page-item.active .page-link {
  background-color: #e2002b;
  color: #ffffff;
}

.busstrom input.form-control {
  margin-bottom: 2px;
}
.busstrom label {
  margin-bottom: 1px;
}
.busstrom .form-control {
  font-size: 14px;
}
.busstrom input.btn {
  margin-left: -8px !important;
}

.busstrom-intro {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0.875rem;
}
.busstrom-intro:before {
  content: '* ';
}

.energy-label {
  display: inline-block;
  width: 55px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}

.flyout-menu-teaser {
  padding: 0 !important;
  width: 100% !important;
}
@media (min-width: 992px) {
  .flyout-menu-teaser {
    margin-top: 45px !important;
  }
}
@media (max-width: 991px) {
  .flyout-menu-teaser {
    display: none !important;
  }
}

.sidebar-box.product-item .accessory-item {
  border: none;
  position: relative;
}
.sidebar-box.product-item .accessory-item .product-title {
  font-size: 15px !important;
  line-height: 1.1;
}
.sidebar-box.product-item .accessory-item .order-number {
  margin-bottom: 10px;
}
.sidebar-box.product-item .accessory-item .cta {
  top: auto;
  bottom: 10px;
  right: 0;
}
.sidebar-box.product-item .accessory-item hr {
  border-top-color: #000000;
  margin: 0;
}
.sidebar-box.product-item .accessory-item .box-shadow-inset {
  position: relative;
}
.sidebar-box.product-item .accessory-item .box-shadow-inset::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.25);
}
.sidebar-box.product-item .accessory-item .box-shadow-inset img {
  height: 100px;
  width: auto;
}
.sidebar-box.product-item .accessory-item:last-child hr {
  display: none;
}

:hover .sidebar-box.product-item .box-shadow-inset img {
  transform: none;
}

.projectList {
  margin-top: 30px;
}
.projectList .projectlist-name,
.projectList .projectlist-room-name {
  font-weight: 700;
}
.projectList .projectlist-name::placeholder,
.projectList .projectlist-room-name::placeholder {
  font-weight: 400;
}
.projectList .projectlist-rooms .projectlist-room {
  margin-bottom: 2px;
}
.projectList .projectlist-rooms .projectlist-room .projectlist-room-products .projectlist-product {
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  padding-top: 15px;
  background-color: #ffffff !important;
  padding-bottom: 10px;
}
.projectList .projectlist-rooms .projectlist-room .projectlist-room-products .projectlist-product:last-child {
  border: none;
}
.projectList .projectlist-rooms .projectlist-room .projectlist-room-products .projectlist-product .projectlist-product-description .product-item {
  border: none;
}
.projectList .projectlist-rooms .projectlist-room .projectlist-room-products .projectlist-product .projectlist-product-description img {
  margin: 0 auto;
  display: block;
}
.projectList .projectlist-rooms .projectlist-room .projectlist-room-products .projectlist-product .projectlist-product-description a {
  margin-top: 0;
}
.projectList .projectlist-rooms .projectlist-room .projectlist-room-products .projectlist-product .projectlist-product-description a .product-title {
  margin-top: 0;
}
.projectList .projectlist-rooms .projectlist-room .projectlist-room-products .projectlist-product .form-group {
  margin-right: 45px;
}
.projectList .projectlist-rooms .projectlist-room .projectlist-room-products .projectlist-product .close {
  position: absolute;
  right: 20px;
  top: 0;
}
.projectList .projectlist-rooms .projectlist-room .projectlist-room-products .projectlist-product .sub-functions {
  padding-top: 25px;
}
.projectList .red-button {
  cursor: pointer;
}
.projectList .grey-button {
  border: #e6e5e6;
  background-color: #e6e5e6;
  color: #ffffff !important;
}
.projectList .projectlist-persist {
  cursor: pointer;
}
.projectList .projectlist-persist:disabled {
  cursor: default;
  border: #e6e5e6;
  background-color: #e6e5e6;
  color: #ffffff !important;
}
.projectList hr {
  margin: 0 0 30px;
  border-top: 2px solid #000000;
  padding: 0;
}
.projectList .form-group {
  margin: 0;
}
@media (min-width: 992px) {
  .projectList .form-group {
    margin-bottom: 15px;
  }
}
.projectList .projectlist-wanttoremoveall {
  font-size: 0.75rem;
  color: #7e7e7e;
  text-align: right;
  display: none;
}
.projectList .projectlist-wanttoremoveall:hover {
  text-decoration: none;
}
.projectList .projectlist-wanttoremoveall span {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.75rem;
  padding-left: 5px;
}

#projectlist-product-watchlist .modal-header {
  border: none;
}
#projectlist-product-watchlist .modal-header .close {
  z-index: 2;
}
#projectlist-product-watchlist .modal-body {
  padding: 60px 30px 20px;
}
#projectlist-product-watchlist .modal-body .product-title {
  margin-top: 0;
}
#projectlist-product-watchlist .modal-body img {
  max-width: 60px;
  margin-left: auto;
  display: block;
  margin-right: 10px;
}
#projectlist-product-watchlist .modal-body button {
  margin-top: 30px;
}
#projectlist-product-watchlist .modal-body hr {
  border-top: 1px solid #000;
  margin-top: 15px;
}
#projectlist-product-watchlist .modal-body .cta {
  margin-right: 0;
}
#projectlist-product-watchlist .modal-body .add-el-to-projectlist {
  width: 15px;
  height: 15px;
}

#bim-portal {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  #bim-portal {
    width: 100%;
  }
}
#bim-portal .modal-dialog {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (min-width: 1200px) {
  #bim-portal .modal-dialog {
    width: 100%;
  }
}
#bim-portal .modal-dialog .modal-header {
  border-bottom: none;
}
@media (min-width: 768px) {
  #bim-portal .modal-dialog .modal-content button.close {
    right: 14px;
    top: -3px;
  }
}
#bim-portal .modal-dialog .modal-content .videowrapper {
  padding-bottom: 150%;
}
@media (min-width: 768px) {
  #bim-portal .modal-dialog .modal-content .videowrapper {
    padding-bottom: 75%;
  }
}

.videowrapper.bim-catalogue-wrapper {
  padding-bottom: 150%;
}
@media (min-width: 992px) {
  .videowrapper.bim-catalogue-wrapper {
    padding-bottom: 56.25%;
  }
}

.new-teaser {
  margin-bottom: 30px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #8f8f95;
}
.new-teaser .link-all {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.new-teaser .inner-wrapper {
  height: 100%;
}
.new-teaser .inner-wrapper h2 {
  margin: 0 0 15px;
}
.new-teaser .inner-wrapper.has-gradient {
  background-image: radial-gradient(ellipse at 15% 0px, #ffffff 1%, rgba(0, 0, 0, 0) 60%);
}
.new-teaser .inner-wrapper.has-gradient.white-font {
  background-image: radial-gradient(ellipse at 15% 0px, #000000 1%, rgba(0, 0, 0, 0) 60%);
}
.new-teaser .inner-wrapper.white-font h2, .new-teaser .inner-wrapper.white-font p, .new-teaser .inner-wrapper.white-font .red {
  color: #ffffff !important;
}
.new-teaser .copy {
  padding: 30px;
}
.new-teaser .cta {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.new-teaser .logo {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 40%;
}
.new-teaser a {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  .new-teaser.wide {
    height: 520px;
  }
}
@media (min-width: 1200px) {
  .new-teaser.wide {
    height: 620px;
  }
}
.new-teaser.wide .inner-wrapper h2 {
  font-size: 2rem;
  margin-top: 30px;
  font-weight: 600;
  display: inline-block;
}
@media (min-width: 768px) {
  .new-teaser.wide .inner-wrapper h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .new-teaser.wide .inner-wrapper h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .new-teaser.wide .inner-wrapper h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .new-teaser.wide .inner-wrapper h2 {
    font-size: 3.8rem;
  }
}
@media (min-width: 1920px) {
  .new-teaser.wide .inner-wrapper h2 {
    font-size: 4.25rem;
  }
}
.new-teaser.wide .inner-wrapper a {
  display: inline-block;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .new-teaser.wide .inner-wrapper a {
    margin: 0;
    display: inline;
  }
}
.new-teaser.wide .inner-wrapper .cta {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.new-teaser.wide .inner-wrapper .cta:hover {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_single_right_red_inv_frame.svg");
}
.new-teaser.wide .inner-wrapper.has-gradient {
  background-image: radial-gradient(ellipse at 30% 0px, #ffffff 1%, rgba(0, 0, 0, 0) 60%);
}
.new-teaser.wide .inner-wrapper.has-gradient.white-font {
  background-image: radial-gradient(ellipse at 30% 0px, #000000 1%, rgba(0, 0, 0, 0) 60%);
}
.new-teaser.colored {
  overflow-x: hidden;
  height: auto;
}
@media (min-width: 992px) {
  .new-teaser.colored {
    height: 520px;
    padding: 27.5px 0;
  }
}
@media (min-width: 1200px) {
  .new-teaser.colored {
    height: 620px;
    padding: 77.5px 0;
  }
}
.new-teaser.colored.green {
  background-color: #4fa928;
}
.new-teaser.colored.blue {
  background-color: #0064ad;
}
.new-teaser.colored.yellow {
  background-color: #ffd500;
}
.new-teaser.colored img {
  background-color: #ffffff;
}
@media (min-width: 420px) {
  .new-teaser.colored .text-wrapper {
    padding-left: 30px;
  }
}
.new-teaser.colored .text-wrapper h2 {
  font-size: 1.75rem;
  margin: 0 0 30px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .new-teaser.colored .text-wrapper h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .new-teaser.colored .text-wrapper h2 {
    font-size: 3.0rem;
  }
}
@media (min-width: 1200px) {
  .new-teaser.colored .text-wrapper h2 {
    font-size: 3.25rem;
  }
}
@media (min-width: 1920px) {
  .new-teaser.colored .text-wrapper h2 {
    font-size: 3.5rem;
  }
}
.new-teaser.colored .text-wrapper .link-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.new-teaser.colored .text-wrapper .link-wrapper a {
  display: inline-block;
}
.new-teaser.colored .text-wrapper .link-wrapper a span {
  width: 30px;
  height: 30px;
  margin: 0;
  display: inline-block;
  position: static;
}
.new-teaser.colored .text-wrapper .link-wrapper a span.cta {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_single_right_red_full.svg");
}
.new-teaser.colored .text-wrapper .link-wrapper a span.mail {
  background-image: url("../Images/Icos/Send_Mail/CTA_Send_Mail_red_full.svg");
}
.new-teaser.colored .text-wrapper .link-wrapper a span.download {
  background-image: url("../Images/Icos/CTA_Download_red_full.svg");
}
.new-teaser.colored .text-wrapper .link-wrapper a:hover {
  text-decoration: none;
}
.new-teaser.colored .text-wrapper .link-wrapper a:hover span.cta {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_single_right_red_inv_frame.svg");
}
.new-teaser.colored .text-wrapper .link-wrapper a:hover span.mail {
  background-image: url("../Images/Icos/Send_Mail/CTA_Send_Mail_red_inv_frame.svg");
}
.new-teaser.colored .text-wrapper .link-wrapper a:hover span.download {
  background-image: url("../Images/Icos/CTA_Download_red_inv_frame.svg");
}
@media (min-width: 768px) {
  .new-teaser.colored .text-wrapper .link-wrapper a:last-child {
    margin-bottom: 0;
  }
}
.new-teaser.colored .text-wrapper .link-wrapper .link-text {
  position: absolute;
  left: 45px;
  top: 0;
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .new-teaser.colored .text-wrapper .link-wrapper .link-text {
    font-size: 1.8rem;
  }
}
.new-teaser.colored .mail {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -10px;
  width: 30px;
  height: 30px;
  background-image: url("../Images/Icos/Send_Mail/CTA_Send_Mail_red_inv_frame.svg");
}
@media (min-width: 768px) {
  .new-teaser.colored .mail {
    margin-top: -37.5px;
    left: -40px;
    width: 75px;
    height: 75px;
  }
}
.new-teaser.colored img {
  margin: 32.5px 0;
  box-shadow: 8px 8px 23px rgba(0, 0, 0, 0.75);
  padding: 0;
}
@media (min-width: 420px) {
  .new-teaser.colored img {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .new-teaser.colored img {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .new-teaser.colored img {
    margin: 0;
  }
}

.owl-carousel.lp-teasers .owl-nav {
  margin-top: 0;
}
.owl-carousel .owl-item .new-highlights-item {
  height: 420px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #8f8f95;
  margin-bottom: 30px;
}
.owl-carousel .owl-item .new-highlights-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
}
.owl-carousel .owl-item .new-highlights-item .product-highlights {
  bottom: auto;
  top: 275px;
  right: 30px;
  height: 112px;
}
.owl-carousel .owl-item .new-highlights-item .cta {
  bottom: auto;
  top: 230px;
  right: 30px;
}

.grey-bg > * {
  background-color: #e6e5e6;
  padding: 0 60px;
}
.grey-bg > *:first-child {
  padding-top: 60px;
}
.grey-bg > *:last-child {
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.grey-bg > *:last-child p:last-child, .grey-bg > *:last-child ul:last-child {
  margin-bottom: 0;
}
.grey-bg h2 {
  margin-top: 0;
}

.home-intro {
  font-size: 1.5rem;
}

.modal#orderRequest .modal-body {
  width: 510px;
}
.modal#orderRequest .quickOrderTeaserForm .no-gutters {
  margin-top: 15px;
}
.modal#orderRequest .quickOrderTeaserForm .outer-copy {
  border-right: none;
}
.modal#orderRequest .quickOrderTeaserForm .outer-copy::before, .modal#orderRequest .quickOrderTeaserForm .outer-copy::after {
  display: none;
}

.to-product-comparison {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  top: 30px;
  color: #000000;
}
.to-product-comparison:hover {
  color: #000000;
}
.to-product-comparison .red {
  color: #000000;
}

.portfolio .to-product-comparison {
  font-size: 0.9375rem;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  display: block;
}

.product-comparisation-page {
  padding-left: 32px;
}
@media (min-width: 768px) {
  .product-comparisation-page {
    padding-left: 40px;
  }
}
@media (min-width: 1500px) {
  .product-comparisation-page {
    padding-left: 75px;
  }
}
.product-comparisation-page .product-series.list h1 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000000;
}
@media (min-width: 768px) {
  .product-comparisation-page .product-series.list h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .product-comparisation-page .product-series.list h1 {
    font-size: 2.625rem;
  }
}
.product-comparisation-page #esyluxProductComparison .select-wrapper {
  margin-right: 16px;
}
.product-comparisation-page #esyluxProductComparison .esyluxProductComparison-result-product {
  position: relative;
  padding: 0 15px 15px;
  background-color: #FFFFFF;
}
.product-comparisation-page #esyluxProductComparison .esyluxProductComparison-result-product .close-btn {
  position: absolute;
  right: 15px;
  top: 25px;
  margin: 0;
}
.product-comparisation-page #esyluxProductComparison .esyluxProductComparison-result-product li {
  font-size: 1rem;
}
.product-comparisation-page #esyluxProductComparison h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #e2002b;
  height: 2.4rem;
  margin-bottom: 8px;
}
.product-comparisation-page #esyluxProductComparison p {
  font-size: 1rem;
}
.product-comparisation-page #esyluxProductComparison p.vat-info {
  font-size: 11px;
  margin: -35px 0 40px 14px;
  width: 100%;
}
.product-comparisation-page #esyluxProductComparison .cta-wrapper {
  margin-bottom: 30px;
  font-size: 0;
}
.product-comparisation-page #esyluxProductComparison .cta-wrapper a, .product-comparisation-page #esyluxProductComparison .cta-wrapper span {
  display: inline-block;
  margin: 0 10px 0 0;
}
.product-comparisation-page #esyluxProductComparison .cta-wrapper a.eei, .product-comparisation-page #esyluxProductComparison .cta-wrapper span.eei {
  margin: 0;
}
.product-comparisation-page #esyluxProductComparison .product-detail .enum {
  font-size: 0.875rem;
}
.product-comparisation-page #esyluxProductComparison .series-headline {
  font-size: 1rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.product-comparisation-page #esyluxProductComparison .fact-0 {
  margin-bottom: 15px;
}
.product-comparisation-page #esyluxProductComparison .fact-0 p {
  margin-bottom: 0;
}
.product-comparisation-page #esyluxProductComparison .compare-facts h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.product-comparisation-page #esyluxProductComparison .compare-facts p {
  font-size: 0.875rem;
}
.product-comparisation-page #esyluxProductComparison .compare-facts ul {
  padding-left: 15px;
}
.product-comparisation-page #esyluxProductComparison .compare-facts li {
  font-size: 0.875rem;
}
.product-comparisation-page #esyluxProductComparison .compare-facts .compare-fact {
  margin-bottom: 30px;
}
.product-comparisation-page #esyluxProductComparison select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #000000;
  height: 40px;
  -moz-padding-start: calc(10px - 3px);
  padding-left: 10px;
  background: #FFFFFF url("../Images/Icos/Material/arrow_drop_down_black_24dp.svg") no-repeat right 10px center;
  color: #000;
  font-size: 0.9375rem;
  outline: none;
  cursor: pointer;
  padding-right: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-comparisation-page #esyluxProductComparison select optgroup {
  font-style: normal;
}
.product-comparisation-page #esyluxProductComparison select option {
  color: #000000;
  background-color: #FFFFFF;
}
.product-comparisation-page #esyluxProductComparison select::-ms-expand {
  display: none;
}
.product-comparisation-page #esyluxProductComparison select:focus::-ms-value {
  background-color: transparent;
}
.product-comparisation-page #esyluxProductComparison #esyluxProductComparison-selection .p-3:first-child {
  margin-left: -8px;
}
.product-comparisation-page #esyluxProductComparison #esyluxProductComparison-selection select {
  margin-bottom: 10px;
}
.product-comparisation-page #esyluxProductComparison .esyluxProductComparison-tools::before {
  content: '';
  display: block;
  background-color: #000000;
  height: 2px;
  width: 100%;
  margin: 0 14px 50px;
}

.no-mt {
  margin-top: 0 !important;
}

.list-inside {
  padding-left: 15px !important;
}

.close-btn {
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  width: 30px;
  background-color: #e2002b;
  opacity: 1;
  text-align: center;
  height: 30px;
  line-height: 27px;
  border: 3px solid #e2002b;
  font-weight: normal;
  cursor: pointer;
}
.close-btn:hover {
  color: #e2002b;
  background-color: #fff;
  text-decoration: none;
}

#share .modal-header,
.share-modal .modal-header {
  border: none;
}
#share .modal-header .close,
.share-modal .modal-header .close {
  z-index: 10;
}
#share .enum,
.share-modal .enum {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.125rem;
}
#share .enum span,
.share-modal .enum span {
  padding-right: 10px;
}
#share .enum:after,
.share-modal .enum:after {
  content: '|';
  padding-left: 8px;
  padding-right: 8px;
}
#share .enum:last-child:after,
.share-modal .enum:last-child:after {
  content: '';
  padding: 0;
}
#share .modal-body .shariff-inner-modal h3,
#share #modal-body .shariff-inner-modal h3,
.share-modal .modal-body .shariff-inner-modal h3,
.share-modal #modal-body .shariff-inner-modal h3 {
  margin: 0 0 5px !important;
  font-size: 22px;
  text-transform: none;
}
#share .modal-body .shariff-inner-modal h3 span,
#share #modal-body .shariff-inner-modal h3 span,
.share-modal .modal-body .shariff-inner-modal h3 span,
.share-modal #modal-body .shariff-inner-modal h3 span {
  text-transform: uppercase;
}
#share .modal-body .shariff-inner-modal .copy-to-clipboard,
#share #modal-body .shariff-inner-modal .copy-to-clipboard,
.share-modal .modal-body .shariff-inner-modal .copy-to-clipboard,
.share-modal #modal-body .shariff-inner-modal .copy-to-clipboard {
  background-color: #e6e5e6 !important;
  margin-top: 25px !important;
}
#share .modal-body .shariff-inner-modal ul,
#share #modal-body .shariff-inner-modal ul,
.share-modal .modal-body .shariff-inner-modal ul,
.share-modal #modal-body .shariff-inner-modal ul {
  padding-left: 0 !important;
}
#share .modal-body .shariff-inner-modal ul li,
#share #modal-body .shariff-inner-modal ul li,
.share-modal .modal-body .shariff-inner-modal ul li,
.share-modal #modal-body .shariff-inner-modal ul li {
  padding-left: 0 !important;
}
#share .modal-body hr,
#share #modal-body hr,
.share-modal .modal-body hr,
.share-modal #modal-body hr {
  padding-bottom: 50px;
}

.share {
  width: 30px;
  height: 30px;
  background: url("../Images/Icos/Social_media/CTA_Share_30x30_red_full.svg") no-repeat center center;
  display: block;
}
.share:hover {
  background-image: url("../Images/Icos/Social_media/CTA_Share_30x30_white_inv_frame.svg");
}

.shariff-inner-modal {
  padding: 45px 15px;
}
@media (min-width: 992px) {
  .shariff-inner-modal {
    padding: 65px 100px 75px;
  }
}
.shariff-inner-modal h3 {
  margin-bottom: 5px;
  font-size: 22px;
}
.shariff-inner-modal h3 span {
  display: block;
  font-size: 62.5%;
  padding-bottom: 3px;
}
.shariff-inner-modal hr {
  margin: 0 0 15px;
  border: none;
}
.shariff-inner-modal .copy-to-clipboard {
  color: #000;
  background: #e6e5e6 url("../Images/Icos/Share/link.svg") no-repeat 10px center;
  display: block;
  font-size: 14px;
  padding: 5px 10px 5px 43px;
  background-size: 27px;
  margin-top: 25px;
  text-decoration: none;
}

.shariff ul {
  padding: 0;
  margin: 0;
}
.shariff .shariff-button {
  display: inline-block;
  margin-right: 15px;
  height: 30px;
  width: 30px;
  text-indent: 0;
  margin-bottom: 0;
}
.shariff .shariff-button a {
  background-color: transparent;
  display: inline-block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: -999px;
}
.shariff .shariff-button a:hover {
  border: 2px solid #e2002b;
}
.shariff .shariff-button.facebook a {
  background-image: url("../Images/Icos/Share/CTA_facebook_red_full.svg");
}
.shariff .shariff-button.facebook a:hover {
  background-image: url("../Images/Icos/Share/CTA_facebook_white_full.svg");
}
.shariff .shariff-button.whatsapp a {
  background-image: url("../Images/Icos/Share/CTA_WhatsApp_red_full.svg");
}
.shariff .shariff-button.whatsapp a:hover {
  background-image: url("../Images/Icos/Share/CTA_WhatsApp_white_full.svg");
}
.shariff .shariff-button.xing a {
  background-image: url("../Images/Icos/Share/CTA_xing_red_full.svg");
}
.shariff .shariff-button.xing a:hover {
  background-image: url("../Images/Icos/Share/CTA_xing_white_full.svg");
}
.shariff .shariff-button.linkedin a {
  background-image: url("../Images/Icos/Share/CTA_linkedin_red_full.svg");
}
.shariff .shariff-button.linkedin a:hover {
  background-image: url("../Images/Icos/Share/CTA_linkedin_white_full.svg");
}

@media (max-width: 767px) {
  #SgCookieOptin .sg-cookie-optin-box p.sg-cookie-optin-box-description {
    font-size: 13px;
    margin-bottom: 0;
  }
}
#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list li.sg-cookie-optin-box-cookie-list-item {
  padding: 10px 0 0 0 !important;
  margin: 12px 0 0 0 !important;
}
#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-header {
  font-size: 18px !important;
}

.sub-functions a {
  margin-right: 5px;
}

.portfolio-series {
  overflow: hidden;
}
.portfolio-series .accordion-inner-head {
  position: relative;
  padding-left: 30px;
  overflow: hidden;
}
.portfolio-series .accordion-inner-head .cta.toggle {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../Images/Icos/cta_right_38px.png");
  background-size: contain;
}
.portfolio-series .accordion-inner-head .cta.toggle:hover {
  background-image: url("../Images/Icos/cta_right_white_38px.png");
}
.portfolio-series .accordion-inner-body {
  display: none;
  padding-left: 48px;
  padding-bottom: 10px;
}
.portfolio-series .accordion-inner-body a {
  display: block;
  margin-bottom: 10px;
}
.portfolio-series .accordion-inner-body a:hover {
  text-decoration: none;
}
.portfolio-series .accordion-inner-body .label-count-products {
  font-size: 0.9375rem;
}
.portfolio-series .accordion-inner-body .portfolio-series-item {
  position: relative;
  padding-left: 33px;
  width: 100%;
  overflow: hidden;
}
.portfolio-series .accordion-inner-body .portfolio-series-item a {
  color: #000000;
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: none;
  margin: 0;
  line-height: 30px;
}
.portfolio-series .accordion-inner-body .portfolio-series-item .series-outline {
  width: 25px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.portfolio-series .accordion-inner-body .portfolio-series-item .count-products {
  position: absolute;
  right: 0;
  margin-right: 8px;
  color: #e2002b;
  font-family: apparat-semicond, sans-serif;
}
@media (min-width: 768px) {
  .portfolio-series .accordion-inner-body .portfolio-series-item .count-products {
    margin-right: 53px;
  }
}
.portfolio-series .accordion-inner-body .portfolio-compare {
  text-transform: uppercase;
}
.portfolio-series .accordion-inner-body .portfolio-compare a {
  position: static;
  margin-top: 10px;
}
.portfolio-series.show .accordion-inner-head .cta.toggle {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_single_down_red_full.svg");
}
.portfolio-series.show .accordion-inner-head .cta.toggle:hover {
  background-image: url("../Images/Icos/Arrows/CTA_Arrows_single_down_red_inv_frame.svg");
}

.image-fader {
  position: relative;
}
.image-fader img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.image-fader img.img-1 {
  position: relative;
  display: block;
}

.additional-info {
  padding: 5px;
  font-size: 12px;
  text-align: right;
  background-color: #e6e5e6;
}
.additional-info a:hover {
  text-decoration: none;
}

/*
*
*    REBRUSH
*
*/
.container {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.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 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (min-width: 992px) {
  .content-page .col-md-8.grid-modified {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
    padding-right: 53px;
  }
}
@media (min-width: 1200px) {
  .content-page .col-md-8.grid-modified {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
}
@media (min-width: 1500px) {
  .content-page .col-md-8.grid-modified {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 68px;
  }
}
@media (min-width: 992px) {
  .content-page .col-md-3.grid-modified {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 33px;
  }
}
@media (min-width: 1200px) {
  .content-page .col-md-3.grid-modified {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 1500px) {
  .content-page .col-md-3.grid-modified {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 68px;
  }
}

body {
  background-color: rgba(0, 0, 0, 0.02);
}

.ce-textpic, .frame-external-content-protection {
  margin-bottom: 15px;
}

.ce-bodytext, .frame-external-content-protection {
  padding: 32px;
}
@media (min-width: 768px) {
  .ce-bodytext, .frame-external-content-protection {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .ce-bodytext, .frame-external-content-protection {
    padding: 75px;
  }
}
.ce-bodytext ul, .frame-external-content-protection ul {
  padding-left: 20px;
}

.tx-powermail .ce-bodytext, .tx-powermail .frame-external-content-protection {
  padding: inherit;
}

.mt-50 {
  margin-top: 50px !important;
}

.vertical-spacer {
  padding: 32px;
}
@media (min-width: 768px) {
  .vertical-spacer {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .vertical-spacer {
    padding: 75px;
  }
}
.vertical-spacer .page-functions {
  padding: 35px 0;
}

.horizontal-spacer {
  padding: 0 32px;
}
@media (min-width: 768px) {
  .horizontal-spacer {
    padding: 0 40px;
  }
}
@media (min-width: 1500px) {
  .horizontal-spacer {
    padding: 0 75px;
  }
}
.horizontal-spacer .page-functions {
  padding: 35px 0;
}

@media (min-width: 1500px) {
  .sidebar-spacer {
    padding-left: 65px;
  }
}
.sidebar-spacer h2, .sidebar-spacer h3, .sidebar-spacer h4 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.sidebar-spacer header {
  border: none;
}

.red-bg {
  background-color: #e2002b !important;
}

.grey-bg {
  background-color: #e6e5e6 !important;
}

.clearStorageTag,
.clearCartTag {
  padding-top: 15px;
  text-align: right;
}
.clearStorageTag .bookmark,
.clearStorageTag .clear-cart,
.clearCartTag .bookmark,
.clearCartTag .clear-cart {
  height: auto;
  width: auto;
  background-image: none !important;
  text-indent: 0;
  overflow: auto;
  font-size: 0.75rem;
  color: #7e7e7e;
  cursor: pointer !important;
  text-decoration: none;
}
.clearStorageTag .bookmark span,
.clearStorageTag .clear-cart span,
.clearCartTag .bookmark span,
.clearCartTag .clear-cart span {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.75rem;
  padding-left: 5px;
  cursor: pointer !important;
}
.clearStorageTag .bookmark.large,
.clearStorageTag .clear-cart.large,
.clearCartTag .bookmark.large,
.clearCartTag .clear-cart.large {
  font-size: 1rem;
  padding-top: 10px;
  margin-top: -10px;
}
.clearStorageTag .bookmark.large span,
.clearStorageTag .clear-cart.large span,
.clearCartTag .bookmark.large span,
.clearCartTag .clear-cart.large span {
  font-size: 2rem;
  position: relative;
  top: -4px;
}

@media (min-width: 992px) {
  body > .container {
    overflow: hidden;
  }

  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  body > .container {
    overflow: hidden;
  }

  .container {
    max-width: 1920px;
  }
}
@media (min-width: 1200px) {
  header nav.navbar .navbar-collapse .navbar-nav.main-nav li .second-level-menu {
    top: 41px;
  }
}

footer .footer-nav {
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 768px) {
  footer .footer-nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1500px) {
  footer .footer-nav {
    padding-left: 75px;
    padding-right: 75px;
  }
}
footer .abbinder .legal, footer .abbinder .copy {
  padding-left: 32px;
}
@media (min-width: 768px) {
  footer .abbinder .legal, footer .abbinder .copy {
    padding-left: 40px;
  }
}
@media (min-width: 1500px) {
  footer .abbinder .legal, footer .abbinder .copy {
    padding-left: 75px;
  }
}
footer .abbinder .social {
  padding-left: 32px;
}
@media (min-width: 768px) {
  footer .abbinder .social {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  footer .abbinder .social {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (min-width: 1500px) {
  footer .abbinder .social {
    padding-right: 75px;
  }
}
footer .solutionsTeasers {
  display: none !important;
}

header {
  background: #fff;
}
@media (min-width: 768px) {
  header {
    background: transparent;
  }
}
header .fixed-header-helper {
  border: none;
}
@media (min-width: 992px) {
  header .fixed-header-spacer {
    padding-top: 151px;
  }
}
header .first-row {
  position: relative;
  padding: 0 32px;
}
@media (min-width: 768px) {
  header .first-row {
    padding: 0 40px;
  }
}
@media (min-width: 1500px) {
  header .first-row {
    padding: 0 75px;
  }
}
header .first-row .img-brand {
  max-width: 200px;
  height: auto;
  margin: 20px 0;
}
header .first-row .social {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 0;
  display: none;
}
@media (min-width: 992px) {
  header .first-row .social {
    display: block;
  }
}
@media (min-width: 1500px) {
  header .first-row .social {
    right: 75px;
  }
}
header .first-row .social a {
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
header .first-row .social a img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
header .first-row .social a:hover img.hover {
  z-index: 0;
}
header .second-row {
  position: relative;
  padding: 0 32px;
}
@media (min-width: 768px) {
  header .second-row {
    padding: 0 40px;
  }
}
@media (min-width: 1500px) {
  header .second-row {
    padding: 0 75px;
  }
}
header .second-row ul {
  display: inline-block;
  padding-left: 0;
}
header .second-row ul li {
  list-style-type: none;
  font-family: apparat-excond, sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
header .second-row ul.search {
  position: absolute;
  top: 50px;
  left: 22px;
  width: 70%;
}
@media (min-width: 992px) {
  header .second-row ul.search {
    margin-left: 240px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    position: static;
    width: auto;
  }
}
header .second-row ul.search .search {
  margin-bottom: 0;
}
header .second-row ul.ico-nav {
  position: absolute;
  margin: 0;
  right: 32px;
  top: -12px;
}
@media (min-width: 768px) {
  header .second-row ul.ico-nav {
    right: 40px;
  }
}
@media (min-width: 1500px) {
  header .second-row ul.ico-nav {
    right: 75px;
  }
}
header .second-row ul.ico-nav li {
  display: inline-block;
  width: auto;
}
header .second-row .language-container {
  font-family: apparat-excond, sans-serif !important;
  font-size: 1.125rem !important;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  header .second-row .language-container {
    margin-bottom: 0;
  }
}
header .second-row .language-container .choosen-language {
  padding-right: 18px;
  position: relative;
  cursor: pointer;
  background: url("../Images/Icos/Arrows/Arrow_Languages_30x30.svg") no-repeat right 4px;
  background-size: 12px;
}
header .second-row .language-container .choosen-language .language {
  padding-left: 4px;
}
header .second-row .language-container .lang {
  display: none;
  position: absolute;
  top: 25px;
  left: -15px;
  background-color: #ffffff;
  padding: 5px 15px 10px;
  z-index: 60;
}
header .second-row .language-container .lang li {
  white-space: nowrap;
  margin: 5px 0 10px;
}
header .second-row .language-container .lang li span {
  width: 120px;
  display: inline-block;
}
header .second-row .language-container .lang li a {
  color: #000000;
}
header .second-row .language-container .lang li a:hover {
  text-decoration: none;
}
header .second-row .language-container .lang li.active {
  display: none;
}
header .second-row #form_kesearch_searchfield {
  padding-left: 52px;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 992px) {
  header .second-row #form_kesearch_searchfield {
    width: 400px;
  }
}
header .second-row #form_kesearch_searchfield #ke_search_searchfield_submit {
  right: auto;
  left: 0;
  background: url("../Images/CTA_Search_grey_inv.svg") no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  bottom: -12px;
  cursor: pointer;
}
header .second-row #form_kesearch_searchfield #ke_search_searchfield_sword {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000000;
  padding: 0;
  letter-spacing: 0.1em;
}
header .second-row #form_kesearch_searchfield #ke_search_searchfield_sword:active, header .second-row #form_kesearch_searchfield #ke_search_searchfield_sword:focus {
  outline: none;
}
header .second-row #form_kesearch_searchfield ::placeholder {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
header .third-row {
  padding: 0 32px;
  min-height: 30px;
}
@media (min-width: 1500px) {
  header .third-row {
    padding: 0 75px;
    background-color: #fbfbfb;
  }
}
@media (min-width: 1920px) {
  header .third-row > .container {
    max-width: 1770px;
  }
}
header .third-row nav.navbar {
  background-color: transparent;
  height: auto;
  position: absolute;
  top: 40px;
  width: 100%;
  margin-left: -32px;
}
@media (min-width: 768px) {
  header .third-row nav.navbar {
    margin-left: auto;
    margin-right: auto;
    width: 752px;
    top: 15px;
  }
}
@media (min-width: 992px) {
  header .third-row nav.navbar {
    position: relative;
    top: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
header .third-row nav.navbar .navbar-nav {
  margin-left: 0 !important;
  padding: 0 32px;
}
@media (min-width: 992px) {
  header .third-row nav.navbar .navbar-nav {
    padding: 0;
  }
}
header .third-row nav.navbar .navbar-nav > li {
  font-family: apparat-excond, sans-serif !important;
  font-size: 1.125rem !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  header .third-row nav.navbar .navbar-nav > li {
    margin: 0 20px 0 0 !important;
  }
}
@media (min-width: 1200px) {
  header .third-row nav.navbar .navbar-nav > li {
    margin: 0 35px 0 0 !important;
  }
}
@media (min-width: 1500px) {
  header .third-row nav.navbar .navbar-nav > li {
    margin: 0 55px 0 0 !important;
  }
}
header .third-row nav.navbar .navbar-nav > li:first-child {
  margin-left: 0 !important;
}
@media (min-width: 992px) {
  header .third-row nav.navbar .navbar-nav > li:first-child {
    margin-left: 7.5px !important;
  }
}
@media (min-width: 1500px) {
  header .third-row nav.navbar .navbar-nav > li:first-child {
    margin-left: 0 !important;
  }
}
header .third-row nav.navbar .navbar-nav > li > a {
  color: #000000 !important;
  padding: 15px 0 6px !important;
}
header .third-row nav.navbar .navbar-nav > li .second-level-menu {
  text-align: left !important;
}
@media (min-width: 992px) {
  header .third-row nav.navbar .navbar-nav > li .second-level-menu > li:not(.no-sub, .flyout-menu-teaser) {
    padding-left: 40px !important;
    width: 16.667% !important;
  }
}
@media (min-width: 1500px) {
  header .third-row nav.navbar .navbar-nav > li .second-level-menu > li:not(.no-sub, .flyout-menu-teaser) {
    padding-left: 75px !important;
    width: 16.667% !important;
  }
}
header .third-row nav.navbar .navbar-nav > li .second-level-menu .flyout-menu-teaser .col-md-2 {
  margin-left: 0 !important;
  padding-left: 32px;
}
@media (min-width: 1500px) {
  header .third-row nav.navbar .navbar-nav > li .second-level-menu .flyout-menu-teaser .col-md-2 {
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  header .third-row nav.navbar .navbar-nav.meta-nav {
    position: static !important;
  }
}
header .third-row nav.navbar .navbar-nav.meta-nav > li {
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  header .third-row nav.navbar .navbar-nav.meta-nav > li {
    margin: 0 20px 0 0 !important;
  }
}
@media (min-width: 1200px) {
  header .third-row nav.navbar .navbar-nav.meta-nav > li {
    margin: 0 30px 0 0 !important;
  }
}
header .third-row nav.navbar .navbar-nav.meta-nav > li:last-child {
  margin-right: 0 !important;
}
@media (min-width: 992px) {
  header .third-row nav.navbar .navbar-nav.meta-nav > li:last-child {
    margin-right: 7.5px !important;
  }
}
@media (min-width: 1500px) {
  header .third-row nav.navbar .navbar-nav.meta-nav > li:last-child {
    margin-right: 0 !important;
  }
}

#full-width-slider {
  margin-bottom: 15px !important;
  border: none;
}
#full-width-slider .infoBlock h2 {
  font-family: apparat-excond, sans-serif !important;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  padding-left: 32px;
  background: url("../Images/Riser_small.svg") no-repeat 0 0;
  background-size: 25px;
}
@media (min-width: 768px) {
  #full-width-slider .infoBlock h2 {
    background-size: 31px;
    padding-left: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  #full-width-slider .infoBlock h2 {
    max-width: 75%;
    min-height: 110px;
  }
}
@media (min-width: 1500px) {
  #full-width-slider .infoBlock h2 {
    font-size: 4.125rem;
    background-size: 60px;
    padding-left: 75px;
    max-width: 66.666%;
  }
}
#full-width-slider .infoBlock h2 .subline {
  font-size: 70% !important;
}
@media (min-width: 768px) {
  #full-width-slider .infoBlock h2 .subline {
    font-size: 50% !important;
  }
}
#full-width-slider .infoBlock h2 .red {
  color: #e2002b !important;
}
#full-width-slider .rsABlock.aufsteiger {
  display: none !important;
}
#full-width-slider .rsArrow.rsArrowLeft {
  right: 115px;
}
#full-width-slider .rsArrow.rsArrowRight {
  right: 75px;
}

#full-width-slider .rsBullets .rsBullet.rsNavSelected span {
  background: #e2002b;
}

.owl-carousel .owl-item .new-highlights-item {
  margin-bottom: 15px;
  height: 560px;
  border: none;
}
.owl-carousel .owl-item .new-highlights-item a {
  text-decoration: none;
}
.owl-carousel .owl-item .new-highlights-item a h3 {
  font-family: apparat-excond, sans-serif !important;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  padding: 32px;
  position: static;
  color: #000000;
}
.owl-carousel .owl-item .new-highlights-item a h3 span {
  font-size: 100%;
}
@media (min-width: 768px) {
  .owl-carousel .owl-item .new-highlights-item a h3 {
    font-size: 2.625rem;
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .owl-carousel .owl-item .new-highlights-item a h3 {
    padding: 75px;
  }
}
.owl-carousel .owl-item .new-highlights-item .product-highlights {
  bottom: 37.5px;
  top: auto;
  right: 32px;
  font-family: apparat-semicond, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 32px;
  height: 200px;
}
@media (min-width: 768px) {
  .owl-carousel .owl-item .new-highlights-item .product-highlights {
    font-size: 1.375rem;
    right: 40px;
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .owl-carousel .owl-item .new-highlights-item .product-highlights {
    right: 75px;
    padding: 37.5px 37.5px 37.5px 75px;
  }
}
.owl-carousel .owl-nav {
  position: relative;
  margin: 22.5px 0;
  height: 30px;
}
.owl-carousel .owl-nav .prev {
  top: 0;
  right: auto;
  left: 32px;
  margin: 0;
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav .prev {
    left: 40px;
  }
}
@media (min-width: 1500px) {
  .owl-carousel .owl-nav .prev {
    left: 75px;
  }
}
.owl-carousel .owl-nav .next {
  top: 0;
  left: 72px;
  right: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav .next {
    left: 80px;
  }
}
@media (min-width: 1500px) {
  .owl-carousel .owl-nav .next {
    left: 115px;
  }
}

.new-teaser {
  border: none;
  margin-bottom: 15px;
  height: 560px;
}
.new-teaser .copy {
  padding: 32px;
}
@media (min-width: 768px) {
  .new-teaser .copy {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .new-teaser .copy {
    padding: 75px;
  }
}
.new-teaser .inner-wrapper h2 {
  font-family: apparat-excond, sans-serif !important;
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .new-teaser .inner-wrapper h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .new-teaser .inner-wrapper h2 {
    font-size: 2.625rem;
  }
}
.new-teaser.wide {
  height: auto;
  min-height: 560px;
}
@media (min-width: 768px) {
  .new-teaser.wide {
    height: 560px;
  }
}
.new-teaser.wide .inner-wrapper h2 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .new-teaser.wide .inner-wrapper h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .new-teaser.wide .inner-wrapper h2 {
    font-size: 4.125rem;
  }
}
.new-teaser.wide .inner-wrapper a {
  text-decoration: none;
  color: inherit;
}
.new-teaser.wide.banderole .container {
  position: relative;
  height: 100%;
}
.new-teaser.wide.banderole .container .copy {
  background-color: #FFFFFF;
  font-size: 1.375rem;
  width: 100%;
}
@media (min-width: 768px) {
  .new-teaser.wide.banderole .container .copy {
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
.new-teaser.wide.banderole .container .copy h2 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .new-teaser.wide.banderole .container .copy h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .new-teaser.wide.banderole .container .copy h2 {
    font-size: 2.625rem;
  }
}
.new-teaser.wide.banderole .container .copy ul {
  padding-left: 25px;
}
@media (min-width: 992px) {
  .new-teaser.wide.banderole.banderole-13-63-pc .copy {
    left: 12.5%;
    right: 12.5%;
  }
}
@media (min-width: 1500px) {
  .new-teaser.wide.banderole.banderole-13-63-pc .copy {
    left: 12.5%;
    right: 37.5%;
  }
}
@media (min-width: 992px) {
  .new-teaser.wide.banderole.banderole-50-75-pc .copy {
    left: 12.5%;
    right: 12.5%;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .new-teaser.wide.banderole.banderole-50-75-pc .copy {
    left: 50%;
    right: 25%;
  }
}

@media (min-width: 992px) {
  .new-teaser.wide.banderole.banderole-63-88-pc .copy {
    left: 12.5%;
    right: 12.5%;
  }
}
@media (min-width: 1500px) {
  .new-teaser.wide.banderole.banderole-63-88-pc .copy {
    left: 56.25%;
    right: 6.25%;
  }
}
@media (min-width: 1920px) {
  .new-teaser.wide.banderole.banderole-63-88-pc .copy {
    left: 62.5%;
    right: 12.5%;
  }
}
@media (min-width: 992px) {
  .new-teaser.wide.banderole.banderole-37-87-pc .copy {
    left: 12.5%;
    right: 12.5%;
  }
}
@media (min-width: 1500px) {
  .new-teaser.wide.banderole.banderole-37-87-pc .copy {
    right: 12.5%;
    left: 37.5%;
  }
}
@media (min-width: 992px) {
  .new-teaser.wide.banderole.banderole-25-50-pc .copy {
    left: 12.5%;
    right: 12.5%;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .new-teaser.wide.banderole.banderole-25-50-pc .copy {
    right: 50%;
    left: 25%;
  }
}

@media (min-width: 992px) {
  .new-teaser.wide.banderole.banderole-13-38-pc .copy {
    left: 12.5%;
    right: 12.5%;
  }
}
@media (min-width: 1500px) {
  .new-teaser.wide.banderole.banderole-13-38-pc .copy {
    right: 56.25%;
    left: 6.25%;
  }
}
@media (min-width: 1920px) {
  .new-teaser.wide.banderole.banderole-13-38-pc .copy {
    right: 62.5%;
    left: 12.5%;
  }
}
.new-teaser.fifty-percent span.cta {
  display: none;
}

.grey-bg {
  margin-bottom: 15px;
}
.grey-bg > * {
  padding: 0 75px;
}
.grey-bg > :first-child {
  padding-top: 75px;
}
.grey-bg > :last-child {
  margin-bottom: 0;
  padding-bottom: 75px;
}
.grey-bg h2 {
  font-family: apparat-excond, sans-serif;
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1;
  margin-bottom: 30px;
  max-width: 75%;
}
.grey-bg .home-intro {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 75%;
  font-size: 1.375rem;
  line-height: 1.2;
}

.new-teaser.colored {
  padding: 27.5px 0;
}
@media (min-width: 768px) {
  .new-teaser.colored {
    height: 462px;
  }
}
@media (min-width: 1920px) {
  .new-teaser.colored {
    padding: 77.5px 0;
    height: 560px;
  }
}
.new-teaser.colored .order-sm-12 {
  text-align: center;
}
@media (min-width: 768px) {
  .new-teaser.colored .order-sm-12 {
    text-align: left;
  }
}
.new-teaser.colored .text-wrapper {
  padding: 32px;
}
@media (min-width: 768px) {
  .new-teaser.colored .text-wrapper {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .new-teaser.colored .text-wrapper {
    padding: 75px;
  }
}

.new-teaser.colored .text-wrapper .link-wrapper .link-text {
  font-weight: 700;
  font-size: 1.75rem;
  font-family: apparat-excond, sans-serif;
  line-height: 1.14;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .new-teaser.colored .text-wrapper .link-wrapper .link-text {
    font-size: 2.625rem;
    line-height: 1;
  }
}

/*
*
*   END Home
*
*/
/*
*
*   START Contentpage
*
*/
.content-page .container > .row > .col-md-8 > .frame-type-text,
.content-page .container > .row > .col-md-8 > .frame-type-textpic,
.content-page .container > .row > .col-md-8 > .frame-type-image,
.content-page .container > .row > .col-md-8 > .frame-type-header,
.content-page .container > .row > .col-md-8 > .frame-type-html,
.content-page .container > .row > .col-md-8 > .frame-type-list,
.content-page .container > .row > .col-md-8 > .accordion,
.content-page .container > .row > .col-md-8 > .row, .content-page .container > .row > .col-lg-8 > .frame-type-text,
.content-page .container > .row > .col-lg-8 > .frame-type-textpic,
.content-page .container > .row > .col-lg-8 > .frame-type-image,
.content-page .container > .row > .col-lg-8 > .frame-type-header,
.content-page .container > .row > .col-lg-8 > .frame-type-html,
.content-page .container > .row > .col-lg-8 > .frame-type-list,
.content-page .container > .row > .col-lg-8 > .accordion,
.content-page .container > .row > .col-lg-8 > .row {
  padding-left: 32x;
}
@media (min-width: 768px) {
  .content-page .container > .row > .col-md-8 > .frame-type-text,
  .content-page .container > .row > .col-md-8 > .frame-type-textpic,
  .content-page .container > .row > .col-md-8 > .frame-type-image,
  .content-page .container > .row > .col-md-8 > .frame-type-header,
  .content-page .container > .row > .col-md-8 > .frame-type-html,
  .content-page .container > .row > .col-md-8 > .frame-type-list,
  .content-page .container > .row > .col-md-8 > .accordion,
  .content-page .container > .row > .col-md-8 > .row, .content-page .container > .row > .col-lg-8 > .frame-type-text,
  .content-page .container > .row > .col-lg-8 > .frame-type-textpic,
  .content-page .container > .row > .col-lg-8 > .frame-type-image,
  .content-page .container > .row > .col-lg-8 > .frame-type-header,
  .content-page .container > .row > .col-lg-8 > .frame-type-html,
  .content-page .container > .row > .col-lg-8 > .frame-type-list,
  .content-page .container > .row > .col-lg-8 > .accordion,
  .content-page .container > .row > .col-lg-8 > .row {
    padding-left: 40px;
  }
}
@media (min-width: 1500px) {
  .content-page .container > .row > .col-md-8 > .frame-type-text,
  .content-page .container > .row > .col-md-8 > .frame-type-textpic,
  .content-page .container > .row > .col-md-8 > .frame-type-image,
  .content-page .container > .row > .col-md-8 > .frame-type-header,
  .content-page .container > .row > .col-md-8 > .frame-type-html,
  .content-page .container > .row > .col-md-8 > .frame-type-list,
  .content-page .container > .row > .col-md-8 > .accordion,
  .content-page .container > .row > .col-md-8 > .row, .content-page .container > .row > .col-lg-8 > .frame-type-text,
  .content-page .container > .row > .col-lg-8 > .frame-type-textpic,
  .content-page .container > .row > .col-lg-8 > .frame-type-image,
  .content-page .container > .row > .col-lg-8 > .frame-type-header,
  .content-page .container > .row > .col-lg-8 > .frame-type-html,
  .content-page .container > .row > .col-lg-8 > .frame-type-list,
  .content-page .container > .row > .col-lg-8 > .accordion,
  .content-page .container > .row > .col-lg-8 > .row {
    padding-left: 75px;
  }
}
.content-page .container > .row > .col-md-8 *:not(.accordion .label,
.tooltip-content,
.frame-type-text,
.frame-type-textpic,
.red-button,
.modal-content,
.gm-style-iw
), .content-page .container > .row > .col-lg-8 *:not(.accordion .label,
.tooltip-content,
.frame-type-text,
.frame-type-textpic,
.red-button,
.modal-content,
.gm-style-iw
) {
  background-color: transparent;
}
.content-page .container > .row > .col-md-8 .ce-bodytext, .content-page .container > .row > .col-lg-8 .ce-bodytext {
  padding: 0;
}
.content-page .container > .row > .col-md-8 .img-fluid, .content-page .container > .row > .col-lg-8 .img-fluid {
  margin-bottom: 15px;
}
.content-page .container .content-related-products {
  padding: 30px 75px 0;
}
.content-page .container .content-related-products .ce-bodytext {
  padding: 0;
}
.content-page .container .content-related-products .passende-produkte {
  border: none;
  background-color: #FFFFFF;
}
.content-page .ce-gallery {
  margin-bottom: 0;
}
.content-page .frame-space-before-extra-small, .content-page .frame-space-before-small, .content-page .frame-space-before-medium, .content-page .frame-space-before-large {
  margin-top: 0 !important;
}
.content-page .frame-space-after-extra-small, .content-page .frame-space-after-small, .content-page .frame-space-after-medium, .content-page .frame-space-after-large {
  margin-bottom: 0 !important;
}
.content-page .col-md-4 > *, .content-page .col-md-8 > *, .content-page .col-lg-4 > *, .content-page .col-lg-8 > * {
  background-color: #ffffff;
}
.content-page .col-md-8.grid-modified > * {
  background-color: transparent;
}
.content-page .frame-type-image {
  background-color: transparent !important;
}
.content-page .accordion .accordion-body {
  background-color: #ffffff !important;
  overflow-x: hidden;
  padding-right: 48px;
}
.content-page .accordion .accordion-body h2 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .content-page .accordion .accordion-body h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .content-page .accordion .accordion-body h2 {
    font-size: 2.625rem;
  }
}
.content-page .accordion .accordion-body h3, .content-page .accordion .accordion-body h4 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.content-page .accordion .accordion-body h3.ce-uploads-fileName, .content-page .accordion .accordion-body h4.ce-uploads-fileName {
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .content-page .accordion .accordion-body h3.ce-uploads-fileName, .content-page .accordion .accordion-body h4.ce-uploads-fileName {
    font-size: 0.875rem;
  }
}
@media (min-width: 1500px) {
  .content-page .accordion .accordion-body h3.ce-uploads-fileName, .content-page .accordion .accordion-body h4.ce-uploads-fileName {
    font-size: 1.125rem;
  }
}
.content-page .accordion .accordion-body h3.ce-uploads-fileName {
  font-size: 1rem;
  line-height: 1.2;
  text-transform: none;
}
@media (min-width: 992px) {
  .content-page .accordion .accordion-body h3.ce-uploads-fileName {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1500px) {
  .content-page .accordion .accordion-body h3.ce-uploads-fileName {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: unset;
  }
}
.content-page .accordion .accordion-body > .row > .col-md-6:first-child .ce-bodytext:first-child {
  padding-top: 5px;
}
@media (min-width: 992px) {
  .content-page .accordion .accordion-body > .row > .col-md-6:first-child {
    padding-right: 24px;
  }
}
.content-page .accordion .accordion-body > .row > .col-md-6:last-child .ce-bodytext:first-child {
  padding-top: 5px;
}
@media (min-width: 992px) {
  .content-page .accordion .accordion-body > .row > .col-md-6:last-child {
    padding-left: 24px;
  }
}
.content-page .aufsteiger {
  display: none;
}
.content-page .headerImage {
  height: auto;
  overflow: hidden;
}
.content-page .headerImage .container-wrapper h1 {
  font-family: apparat-excond, sans-serif !important;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  padding-left: 32px;
  padding-top: 0;
  background: url("../Images/Riser_small.svg") no-repeat 0 0;
  background-size: 25px;
  min-height: 110px;
}
@media (min-width: 768px) {
  .content-page .headerImage .container-wrapper h1 {
    font-size: 2.5rem;
    background-size: 31px;
    padding-left: 40px;
  }
}
@media (min-width: 1500px) {
  .content-page .headerImage .container-wrapper h1 {
    font-size: 4.125rem;
    background-size: 60px;
    padding-left: 75px;
  }
}
.content-page h3, .content-page h2 {
  letter-spacing: 0;
  font-family: apparat-excond, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .content-page h3, .content-page h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .content-page h3, .content-page h2 {
    font-size: 2.625rem;
  }
}
.content-page .ce-bodytext .cta, .content-page .ce-bodytext .download {
  float: right;
  margin: 10px 0 0 10px;
}
.content-page p a {
  color: #000000;
}
.content-page td.as-headline {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.5rem !important;
}
.content-page.lapa-behavior .container > .row > .col-lg-8 > .frame-type-text,
.content-page.lapa-behavior .container > .row > .col-lg-8 > .frame-type-textpic,
.content-page.lapa-behavior .container > .row > .col-lg-8 > .frame-type-header,
.content-page.lapa-behavior .container > .row > .col-lg-8 > .frame-type-html,
.content-page.lapa-behavior .container > .row > .col-lg-8 > .frame-type-list,
.content-page.lapa-behavior .container > .row > .col-lg-8 > .accordion,
.content-page.lapa-behavior .container > .row > .col-lg-8 > .row {
  padding-left: 0;
}
.content-page.lapa-behavior .container > .row > .col-lg-8 > * {
  background-color: #ffffff;
}
.content-page.lapa-behavior .container > .row > .col-lg-8 *:not(.accordion .label,
.tooltip-content,
.frame-type-textpic,
.frame-type-text
) {
  background-color: transparent;
}
.content-page.lapa-behavior .container > .row > .col-lg-8 .ce-bodytext {
  padding: 0;
}
.content-page.lapa-behavior .container .content-related-products {
  padding: 30px 75px 0;
}
.content-page.lapa-behavior .container .content-related-products .passende-produkte {
  border: none;
  background-color: #FFFFFF;
}
.content-page.lapa-behavior .container .same-height-ce .img-fluid,
.content-page.lapa-behavior .container .same-height-bodytext .img-fluid {
  margin-bottom: 0 !important;
}
.content-page.lapa-behavior .ce-image, .content-page.lapa-behavior .frame-type-shortcut, .content-page.lapa-behavior .frame-type-textpic {
  margin-bottom: 15px;
}
.content-page.lapa-behavior .frame-type-header {
  padding-left: 15px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .content-page.lapa-behavior .frame-type-header {
    padding-left: 40px;
  }
}
@media (min-width: 1500px) {
  .content-page.lapa-behavior .frame-type-header {
    padding-left: 75px;
  }
}
.content-page.lapa-behavior .frame-type-header h2, .content-page.lapa-behavior .frame-type-header h3 {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .content-page.lapa-behavior .accordion {
    padding-left: 0 !important;
    padding-right: 60px;
  }
}
@media (min-width: 1500px) {
  .content-page.lapa-behavior .accordion {
    padding-right: 75px;
  }
}
.content-page.lapa-behavior .container > .row > .col-lg-8 .ce-bodytext {
  padding: 32px;
}
@media (min-width: 768px) {
  .content-page.lapa-behavior .container > .row > .col-lg-8 .ce-bodytext {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .content-page.lapa-behavior .container > .row > .col-lg-8 .ce-bodytext {
    padding: 75px;
  }
}
.content-page.lapa-behavior .ce-uploads {
  padding: 32px;
}
@media (min-width: 768px) {
  .content-page.lapa-behavior .ce-uploads {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .content-page.lapa-behavior .ce-uploads {
    padding: 75px;
  }
}
.content-page.lapa-behavior .ce-uploads h3 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .content-page.lapa-behavior .ce-uploads h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .content-page.lapa-behavior .ce-uploads h3 {
    font-size: 2.625rem;
  }
}
.content-page.lapa-behavior .ce-uploads p {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .content-page.lapa-behavior .ce-uploads p {
    font-size: 1.25rem;
  }
}
.content-page.lapa-behavior .ce-uploads .download {
  right: 75px;
  bottom: 75px;
}
.content-page .layout-a4 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.wide-teaser {
  height: auto;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .wide-teaser {
    height: 560px;
  }
}
.wide-teaser .row {
  position: relative;
}
.wide-teaser .outer-copy {
  border: none !important;
}
@media (min-width: 768px) {
  .wide-teaser .outer-copy {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 33.333%;
    overflow: hidden;
  }
}

.wide-teaser .container .row .outer-copy .inner-copy {
  padding: 32px;
}
@media (min-width: 768px) {
  .wide-teaser .container .row .outer-copy .inner-copy {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .wide-teaser .container .row .outer-copy .inner-copy {
    padding: 75px;
  }
}

.redContentBox.less-padding {
  padding: 32px;
}
@media (min-width: 768px) {
  .redContentBox.less-padding {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .redContentBox.less-padding {
    padding: 75px;
  }
}

/* Remove border from sidebar boxes */
@media (min-width: 992px) {
  .col-md-3.ml-auto,
  .sidebar-behaviour {
    padding-right: 75px;
  }
}
.col-md-3.ml-auto .tx-powermail,
.col-md-3.ml-auto .sidebar-box,
.sidebar-behaviour .tx-powermail,
.sidebar-behaviour .sidebar-box {
  border: none;
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 35px 35px 50px;
}
.col-md-3.ml-auto .tx-powermail h3,
.col-md-3.ml-auto .sidebar-box h3,
.sidebar-behaviour .tx-powermail h3,
.sidebar-behaviour .sidebar-box h3 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.col-md-3.ml-auto .tx-powermail .cta,
.col-md-3.ml-auto .sidebar-box .cta,
.sidebar-behaviour .tx-powermail .cta,
.sidebar-behaviour .sidebar-box .cta {
  position: absolute;
  bottom: 35px;
  right: 35px;
}
.col-md-3.ml-auto .tx-powermail .ce-bodytext,
.col-md-3.ml-auto .sidebar-box .ce-bodytext,
.sidebar-behaviour .tx-powermail .ce-bodytext,
.sidebar-behaviour .sidebar-box .ce-bodytext {
  padding: 0;
}

.content-page.lapa-behavior .sidebar-behaviour {
  padding-right: 0;
}
.content-page.lapa-behavior .sidebar-behaviour .tx-powermail,
.content-page.lapa-behavior .sidebar-behaviour .sidebar-box {
  margin-bottom: 15px;
}
.content-page.lapa-behavior .sidebar-behaviour .tx-powermail h3,
.content-page.lapa-behavior .sidebar-behaviour .sidebar-box h3 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.content-page.lapa-behavior .sidebar-behaviour .tx-powermail .cta,
.content-page.lapa-behavior .sidebar-behaviour .sidebar-box .cta {
  position: absolute;
  bottom: 35px;
  right: 35px;
}
.content-page.lapa-behavior .sidebar-behaviour .tx-powermail .ce-bodytext,
.content-page.lapa-behavior .sidebar-behaviour .sidebar-box .ce-bodytext {
  padding: 0;
}

.downloads a {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .downloads a {
    font-size: 1.25rem;
  }
}

.ce-uploads-description {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.1;
}

.pressemitteilung .date {
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 15px;
  display: inline-block;
}
@media (min-width: 768px) {
  .pressemitteilung .date {
    font-size: 1.25rem;
  }
}

header h1 {
  padding-left: 75px;
}

.esyworld.landing-page.small-headlines #c37682 .ce-bodytext {
  padding: 0;
}
.esyworld.landing-page.small-headlines h1 {
  font-family: apparat-excond, sans-serif !important;
  font-weight: 700;
  font-size: 4.125rem;
  line-height: 1;
  padding-left: 75px;
  background: url("../Images/Riser_small.svg") no-repeat 0 0;
  background-size: 60px;
  min-height: 110px;
  margin: 160px 0 100px;
}
.esyworld.landing-page.small-headlines h2 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .esyworld.landing-page.small-headlines h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .esyworld.landing-page.small-headlines h2 {
    font-size: 2.625rem;
  }
}
.esyworld.landing-page.small-headlines .text-wrapper {
  background-color: #ffffff;
}

h2 .layout-a4 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

span.layout-a4 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

.esy-app-demo .esy-app h1 {
  font-family: apparat-excond, sans-serif !important;
  font-weight: 700;
  font-size: 4.125rem;
  line-height: 1;
  padding-left: 75px;
  background: url("../Images/Riser_small.svg") no-repeat 0 0;
  background-size: 60px;
  min-height: 110px;
  margin: 40px 0;
}
@media (min-width: 1921px) {
  .esy-app-demo .esy-app h1 {
    margin: 40px 75px;
  }
}
@media (min-width: 1921px) {
  .esy-app-demo .esy-app .app-intro .click-module-intro {
    padding: 0 75px;
  }
}
.esy-app-demo .esy-app .app-intro ul {
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .esy-app-demo .esy-app .app-frame {
    width: 463px;
    height: 643px;
    margin-left: 75px;
  }
}
.esy-app-demo .esy-app .app-infobox {
  background-color: #ffffff !important;
  margin: 0 75px;
}
.esy-app-demo .app-content {
  padding-left: 75px;
}
.esy-app-demo .sidebar-box .appdemo {
  display: none;
}
.esy-app-demo .sidebar-box .cta {
  right: 0 !important;
  bottom: 0 !important;
}
.esy-app-demo .intro-text {
  margin-left: 40px;
}

/*
*
*   END Contentpage
*
*/
/*
*
*   START Landingpage
*
*/
.content-page.lapa-behavior .container > .row > .col-lg-8 > .frame-type-image {
  padding-left: 0;
}
.content-page.lapa-behavior header h1, .content-page.lapa-behavior header h2 {
  padding-left: 0;
}
.content-page.lapa-behavior .frame-type-text + .frame-type-text {
  margin-top: 10px !important;
}
.content-page.lapa-behavior .accordion {
  margin-bottom: 15px;
}
.content-page.lapa-behavior .frame-type-text:last-child,
.content-page.lapa-behavior .frame-type-textpic:last-child,
.content-page.lapa-behavior .frame-type-image:last-child {
  margin-bottom: 15px !important;
}
.content-page.lapa-behavior .frame-type-text img.img-fluid,
.content-page.lapa-behavior .frame-type-textpic img.img-fluid,
.content-page.lapa-behavior .frame-type-image img.img-fluid {
  margin-bottom: 0 !important;
}

.lapa-teaser {
  margin-bottom: 15px;
}
.lapa-teaser .image-wrapper {
  position: relative;
}
.lapa-teaser .image-wrapper .teaser {
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #ed6c06;
  color: #ffffff;
  font-family: apparat-excond, sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 30px 75px;
  text-transform: uppercase;
  line-height: 1;
}
.lapa-teaser .text-wrapper {
  padding: 32px 32px 50px;
  position: relative;
}
@media (min-width: 768px) {
  .lapa-teaser .text-wrapper {
    padding: 40px 40px 60px;
    min-height: 430px;
  }
}
@media (min-width: 1500px) {
  .lapa-teaser .text-wrapper {
    padding: 75px 75px 105px;
  }
}
.lapa-teaser .text-wrapper a.cta {
  float: right;
}
.lapa-teaser .text-wrapper .modal-thumb .trigger:hover {
  background-image: url("../../Public/Images/Icos/CTA_zoom_arrow_red_inv_frame.svg");
}
.lapa-teaser .text-wrapper .modal-thumb .trigger {
  right: 40px;
  top: 10px;
  height: 30px;
  width: 30px;
}
.lapa-teaser .redContentBox {
  height: auto;
  margin: 0;
  padding: 32px;
}
@media (min-width: 768px) {
  .lapa-teaser .redContentBox {
    padding: 40px;
  }
}
@media (min-width: 1920px) {
  .lapa-teaser .redContentBox {
    padding: 75px;
  }
}
.lapa-teaser .redContentBox h2 {
  margin: 0;
}
.lapa-teaser .redContentBox ul li {
  margin: 0;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .lapa-teaser .redContentBox ul li {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .lapa-teaser .redContentBox ul li {
    font-size: 1.25rem;
  }
}
.lapa-teaser .stoerer {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #ed6c06;
  color: #ffffff;
  padding: 15px 30px 15px 32px;
  text-transform: uppercase;
  opacity: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .lapa-teaser .stoerer {
    padding: 15px 30px 15px 40px;
  }
}
@media (min-width: 1500px) {
  .lapa-teaser .stoerer {
    padding: 15px 30px 15px 75px;
  }
}
.lapa-teaser .stoerer.turn-to-red {
  background-color: #e2002b;
}
.lapa-teaser .stoerer .stoerer1 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .lapa-teaser .stoerer .stoerer1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .lapa-teaser .stoerer .stoerer1 {
    font-size: 4.125rem;
  }
}
.lapa-teaser .stoerer .stoerer2 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .lapa-teaser .stoerer .stoerer2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1500px) {
  .lapa-teaser .stoerer .stoerer2 {
    font-size: 1.5rem;
  }
}
.lapa-teaser .stoerer .stoerer2.no-stoerer1 {
  position: relative;
  top: 3px;
}

@media (min-width: 768px) {
  .wide-teaser .container .row .outer-copy {
    margin-left: 16.667%;
  }
}
@media (min-width: 768px) {
  .wide-teaser .container .row .outer-copy.has-offset {
    margin-left: 16.667%;
  }
}
@media (min-width: 992px) {
  .wide-teaser .container .row .outer-copy.has-offset {
    margin-left: 33.333%;
  }
}
@media (min-width: 1200px) {
  .wide-teaser .container .row .outer-copy.has-offset {
    margin-left: 50%;
  }
}

.picture-height .ce-bodytext {
  height: 556px;
}

.content-page.international .col-md-6 p strong {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #e2002b;
  padding-top: 15px;
  display: inline-block;
}

.lapa-behavior .col-md-4:first-child figcaption, .lapa-behavior .col-lg-4:first-child figcaption {
  padding-left: 75px;
}

.responsive-mobile-helper {
  padding: 32px;
}
@media (min-width: 768px) {
  .responsive-mobile-helper {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .responsive-mobile-helper {
    padding: 75px;
  }
}

.solutions-benefits li {
  margin-bottom: 5px;
}

.planning-example .modal-thumb .trigger {
  top: 32px;
  right: 32px;
}
@media (min-width: 768px) {
  .planning-example .modal-thumb .trigger {
    top: 40px;
    right: 60px;
  }
}
@media (min-width: 1500px) {
  .planning-example .modal-thumb .trigger {
    top: 75px;
    right: 75px;
  }
}

.news-list-view .white {
  color: #000000;
}

.news-single header > h2,
.news-single h2, .news-single h3 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0 !important;
}
.news-single .frame-type-text header > h2 {
  padding-left: 32px !important;
}
@media (min-width: 768px) {
  .news-single .frame-type-text header > h2 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1500px) {
  .news-single .frame-type-text header > h2 {
    padding-left: 75px !important;
  }
}
.news-single p {
  line-height: 1.4;
  margin-bottom: 30px;
}
.news-single p strong, .news-single p b {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-transform: none;
}
.news-single .news-intro {
  padding: 0 32px;
}
@media (min-width: 768px) {
  .news-single .news-intro {
    padding: 0 40px;
  }
}
@media (min-width: 1500px) {
  .news-single .news-intro {
    padding: 0 75px;
  }
}
.news-single .news-intro h2 {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 60px !important;
}
@media (min-width: 768px) {
  .news-single .news-intro h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .news-single .news-intro h2 {
    font-size: 2.625rem;
  }
}
.news-single .news-intro .teaser-text p {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-transform: none;
  line-height: 1.2;
}
.news-single .ce-bodytext {
  height: 100%;
  padding: 0 32px;
}
@media (min-width: 768px) {
  .news-single .ce-bodytext {
    padding: 0 40px;
  }
}
@media (min-width: 1500px) {
  .news-single .ce-bodytext {
    padding: 0 75px;
  }
}
.news-single .frame-type-text {
  margin-bottom: 15px;
}
.news-single .frame-type-header {
  padding-top: 0;
}
.news-single figure {
  margin-bottom: 30px;
}
.news-single figcaption {
  padding: 15px 32px 30px;
}
@media (min-width: 768px) {
  .news-single figcaption {
    padding: 15px 40px 30px;
  }
}
@media (min-width: 1500px) {
  .news-single figcaption {
    padding: 15px 75px 30px;
  }
}
.news-single .ce-image figcaption,
.news-single .ce-textpic figcaption {
  font-size: 0.875rem;
  position: relative;
  bottom: -.25em;
  line-height: 1.4;
  padding-bottom: 0 !important;
}
.news-single .redContentBox {
  padding: 32px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news-single .redContentBox {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .news-single .redContentBox {
    padding: 75px;
  }
}
.news-single .redContentBox a {
  color: #ffffff;
  text-decoration: underline;
}
.news-single .redContentBox a:hover {
  text-decoration: none;
}
.news-single .redContentBox p:last-child {
  margin-bottom: 0;
}
.news-single .shariff {
  display: none;
}
.news-single .sidebar-spacer {
  background: transparent !important;
}
.news-single .sidebar-box {
  background-color: #ffffff !important;
  margin-top: 15px;
  max-width: 100% !important;
  padding: 32px !important;
}
@media (min-width: 768px) {
  .news-single .sidebar-box {
    padding: 40px !important;
  }
}
@media (min-width: 1500px) {
  .news-single .sidebar-box {
    padding: 75px !important;
  }
}
.news-single .sidebar-box .cta {
  right: 32px;
}
@media (min-width: 768px) {
  .news-single .sidebar-box .cta {
    right: 40px;
  }
}
@media (min-width: 1500px) {
  .news-single .sidebar-box .cta {
    right: 75px;
  }
}
.news-single .sidebar-box .download {
  right: 32px !important;
  bottom: 32px !important;
}
@media (min-width: 768px) {
  .news-single .sidebar-box .download {
    right: 40px !important;
    bottom: 40px !important;
  }
}
@media (min-width: 1500px) {
  .news-single .sidebar-box .download {
    right: 75px !important;
    bottom: 75px !important;
  }
}
.news-single .sidebar-box.crosslinking .cta {
  bottom: 0 !important;
  right: 0 !important;
}
.news-single .sidebar-box h2, .news-single .sidebar-box h3 {
  margin-top: 0;
  font-size: 2.625rem !important;
}
.news-single .sidebar-box p {
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
}

/*
*
*   END Landingpage
*
*/
@media (max-width: 1199px) {
  .no-auto-height-up-lg > * {
    height: auto !important;
  }
}
.ui-widget.ui-widget-content {
  z-index: 2000;
}

.solutions-products-headline {
  margin-left: 32px;
}
@media (min-width: 768px) {
  .solutions-products-headline {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .solutions-products-headline {
    margin-left: 0;
  }
}

.elbridge-basket {
  margin: 0 32px;
}
@media (min-width: 768px) {
  .elbridge-basket {
    margin: 0 40px;
  }
}
@media (min-width: 1500px) {
  .elbridge-basket {
    margin: 0 75px;
  }
}

h1.headline-subcategory-series {
  font-family: apparat-excond, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.75rem !important;
  color: #000 !important;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  h1.headline-subcategory-series {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  h1.headline-subcategory-series {
    font-size: 2.625rem;
  }
}

.modal-dialog {
  background-color: #ffffff !important;
}

.orderrequest-product {
  background-color: #ffffff !important;
}
.orderrequest-product .orderrequest-product-description .product-item {
  border: none !important;
}
.orderrequest-product .orderrequest-product-description .product-item .as-product-item-in-list a {
  left: 0;
}
.orderrequest-product .orderrequest-product-description img {
  max-width: 70px;
  margin: 0 0 0 auto;
  display: block;
}
.orderrequest-product .orderrequest-product-description a {
  margin-top: 0;
}
.orderrequest-product .orderrequest-product-description a .product-title {
  margin-top: 0;
}

.c-socialwall {
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.c-socialwall .c-socialwall__item {
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 420px) {
  .c-socialwall .c-socialwall__item {
    flex: 0 0 50%;
  }
}
@media (min-width: 1200px) {
  .c-socialwall .c-socialwall__item {
    flex: 0 0 33.3333%;
  }
}
@media (min-width: 1500px) {
  .c-socialwall .c-socialwall__item {
    flex: 0 0 25%;
  }
}
.c-socialwall .c-socialwall__item img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: text-bottom;
  margin: 0;
}
.c-socialwall .c-socialwall__item p, .c-socialwall .c-socialwall__item a {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
.c-socialwall .c-socialwall__item p {
  font-size: 1rem;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: none;
  margin: 0;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.c-socialwall .c-socialwall__item .box-shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent, transparent 40%, rgba(0, 0, 0, 0.8));
}

.insta-icon {
  display: inline-block;
}
.insta-icon a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
}
.insta-icon a::after {
  content: '';
  width: 30px;
  display: inline-block;
  background: url("../Images/Icos/Share/CTA_Instagram_white_full_black.svg") no-repeat right bottom -6px;
  background-size: 30px;
  height: 30px;
}

.pd-md h3 {
  margin-top: 0;
}
.pd-md .intro + h3 {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .pd-md .intro + h3 {
    margin-top: 40px;
  }
}
@media (min-width: 1500px) {
  .pd-md .intro + h3 {
    margin-top: 75px;
  }
}
.pd-md .ce-image {
  margin-bottom: 30px;
}
.pd-md .redContentBox {
  padding: 32px;
}
@media (min-width: 768px) {
  .pd-md .redContentBox {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .pd-md .redContentBox {
    padding: 75px;
  }
}
.pd-md .redContentBox .intro {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.pd-md.content-page.lapa-behavior .container > .row > .col-lg-8 > * {
  background-color: transparent;
}

.special-presence-motion-detectors {
  position: relative;
}
.special-presence-motion-detectors .link-1,
.special-presence-motion-detectors .link-2 {
  position: absolute;
  bottom: 32px;
  left: 32px;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .special-presence-motion-detectors .link-1,
  .special-presence-motion-detectors .link-2 {
    bottom: 40px;
    left: 40px;
  }
}
@media (min-width: 1500px) {
  .special-presence-motion-detectors .link-1,
  .special-presence-motion-detectors .link-2 {
    bottom: 75px;
    left: 75px;
  }
}
.special-presence-motion-detectors .link-1 {
  bottom: 55%;
}

.children-inline-block > * {
  display: inline-block;
}

.countrySelectAfterRedirect {
  display: none;
  background-color: #e2002b;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 0;
  overflow: hidden;
}
.countrySelectAfterRedirect.active {
  display: block;
  height: 47px;
  padding: 13px 30px 10px;
}
.countrySelectAfterRedirect a {
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #fff;
  margin: 0 25px;
}
.countrySelectAfterRedirect a.close {
  position: absolute;
  right: 10px;
  top: 1px;
  opacity: 1;
  text-shadow: none;
}
.countrySelectAfterRedirect a.close:hover {
  color: #fff;
}
.countrySelectAfterRedirect a.close span {
  font-size: 42px;
}

.countrySelectAfterRedirect-spacer {
  height: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.countrySelectAfterRedirect-spacer.active {
  height: 47px;
}

.product-wrap-all {
  position: absolute;
  z-index: -1;
}

.product-detail .product-wrap-all {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.image-from-bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-with-headline {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
}
.image-with-headline h1, .image-with-headline h2, .image-with-headline h3, .image-with-headline h4 {
  margin: 0 30px 30px;
}

.product-list-warranty {
  display: none;
  width: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-list-warranty img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .product-list-warranty {
    display: block;
  }
}

.product-note {
  margin-top: 20px;
  height: 80px;
}
.product-note::placeholder {
  font-size: 11px;
}

.projectList .product-list-warranty {
  width: 40px;
  right: 7px;
  top: 0;
}
.projectList .product-note {
  width: 100%;
  margin-top: 0;
}

.rsContent {
  cursor: pointer;
}

.accessorie-separator {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
}
.accessorie-separator span {
  display: inline-block;
  padding: 10px 30px 5px;
  font-family: apparat-excond, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
}

@media (min-width: 2100px) {
  .add-cta h1 {
    max-width: 90%;
  }
}
.add-cta .cta {
  display: block;
  margin-top: 30px;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .add-cta .cta {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 30px;
    margin-top: 0;
  }
}
.add-cta .cta::before {
  width: 18px;
  height: 4px;
  left: 3px;
  top: 10px;
}
.add-cta .cta::after {
  width: 4px;
  height: 18px;
  right: 10px;
  top: 3px;
}
