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

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, 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, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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 #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.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: rgb(183.6, 218.04, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.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);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control: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;
  width: 100%;
}

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

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

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

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

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .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 > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .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 > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 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;
  padding-left: 1.25rem;
}

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.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 {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: rgb(113.4130434783, 221.0869565217, 138);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).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: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.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 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.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 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.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 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.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 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.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 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.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-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.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;
}

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

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

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

.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: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  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: #6c757d;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  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;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.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: 1;
}
.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:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.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 {
  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(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: calc((1.5 * rem - 1rem) / 2);
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: calc((1.5 * rem - 1rem) / 2);
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  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-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  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-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox a {
  color: white;
}
.custom-checkbox a:hover {
  color: white;
  text-decoration: underline;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  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-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(127.5, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  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-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.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:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.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:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  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: #dee2e6 #dee2e6 #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,
.nav-pills .show > .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:hover, .navbar-brand:focus {
  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%;
  flex-grow: 1;
  align-items: center;
}

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

.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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row 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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  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: #fff;
}
.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);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.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 > hr {
  margin-right: 0;
  margin-left: 0;
}
.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-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-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-header + .list-group .list-group-item:first-child {
  border-top: 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);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 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,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    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,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
  position: absolute;
  top: 160px;
  width: 100%;
}
.breadcrumb .breadcrumblist {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.breadcrumb li {
  color: #ffffff;
}
.breadcrumb li a {
  color: #ffffff;
  text-decoration: underline;
}
.breadcrumb li .seperator {
  display: inline-block;
  margin: 0 8px 0 3px;
}

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

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

.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 #dee2e6;
}
.page-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.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: 700;
  line-height: 1;
  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]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(0, 98.4, 204);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(211, 158.25, 0);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  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:hover, .list-group-item-action:focus {
  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:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  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: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: 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-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  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: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .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, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  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: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  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;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  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: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  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:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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='M5.25 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='M2.75 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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 992px) {
  .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: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  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,
.my-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 98.4, 204) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.text-muted {
  color: #6c757d !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;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    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;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .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;
  }
}
.color-primary {
  color: #e51a29;
}
.color-primary a {
  color: #e51a29;
}

a.color-primary {
  color: #e51a29;
}

.bgblack-1 {
  background-color: #000000;
}

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("font/open-sans-v34-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("font/open-sans-v34-latin-300.eot?#iefix") format("embedded-opentype"), url("font/open-sans-v34-latin-300.woff2") format("woff2"), url("font/open-sans-v34-latin-300.woff") format("woff"), url("font/open-sans-v34-latin-300.ttf") format("truetype"), url("font/open-sans-v34-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("font/open-sans-v34-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("font/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("font/open-sans-v34-latin-regular.woff2") format("woff2"), url("font/open-sans-v34-latin-regular.woff") format("woff"), url("font/open-sans-v34-latin-regular.ttf") format("truetype"), url("font/open-sans-v34-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("font/open-sans-v34-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("font/open-sans-v34-latin-600.eot?#iefix") format("embedded-opentype"), url("font/open-sans-v34-latin-600.woff2") format("woff2"), url("font/open-sans-v34-latin-600.woff") format("woff"), url("font/open-sans-v34-latin-600.ttf") format("truetype"), url("font/open-sans-v34-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("font/open-sans-v34-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("font/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("font/open-sans-v34-latin-700.woff2") format("woff2"), url("font/open-sans-v34-latin-700.woff") format("woff"), url("font/open-sans-v34-latin-700.ttf") format("truetype"), url("font/open-sans-v34-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
.text-withe, .text-withe a, .text-withe a:hover {
  color: #ffffff;
}

.text-orange, .text-orange a, .text-orange a:hover {
  color: #e51a29 !important;
}

.text-standard, .text-standard a, .text-standard a:hover {
  color: #333333;
}

.text-black, .text-black a, .text-black a:hover {
  color: #333333;
}

.text-blue, .text-blue a, .text-blue a:hover {
  color: #e51a29 !important;
}

.text-blue-dark, .text-blue-dark a, .text-blue-dark a:hover {
  color: #e51a29;
}

.text-green, .text-green a, .text-green a:hover {
  color: #e51a29;
}

.text-red, .text-red a, .text-red a:hover {
  color: #e51a29;
}

.text-turkise, .text-turkise a, .text-turkise a:hover {
  color: #e51a29;
}

.text-pink, .text-pink a, .text-pink a:hover, .headline-Pink h1, .headline-Pink h2 {
  color: #e51a29;
}

.text-lila, .text-lila a, a.text-lila {
  color: #e51a29;
}

.bg-black {
  background: #000000 !important;
}

.bg-blue {
  background-color: #e51a29;
}

.bg-orange {
  background-color: #e51a29 !important;
}

.bg-sol {
  background: #e51a29 !important;
}

.bg-ht {
  background: #e51a29 !important;
}

.bg-tech {
  background: #e51a29 !important;
}

.bg-withe {
  background: #ffffff !important;
}

.bg-beige {
  background: #f3e3c3 !important;
}

.bg-pink {
  background: #e51a29 !important;
}

.bg-blue-dark {
  background: #e51a29 !important;
}

.bg-grey-light {
  background-color: #F7F7F7;
}

.bg-radianlight {
  background: #dce1e3;
  background: -moz-linear-gradient(top, #dce1e3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #dce1e3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #dce1e3 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dce1e3", endColorstr="#ffffff",GradientType=0 );
}

.bg-radiandark,
.products_list.frame-type-list,
.products_show.frame-type-list,
.products_showcategory.frame-type-list {
  background: black;
  background: -moz-linear-gradient(top, black 0%, #434343 100%);
  background: -webkit-linear-gradient(top, black 0%, #434343 100%);
  background: linear-gradient(to bottom, black 0%, #434343 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#434343",GradientType=0 );
}

.bg-radiandark-or {
  background: black !important;
}

.bg-radiandark .subheadline {
  color: #ffffff;
}

.contact .formbox:before {
  background: black;
  background: -moz-linear-gradient(top, black 0%, #434343 100%);
  background: -webkit-linear-gradient(top, black 0%, #434343 100%);
  background: linear-gradient(to bottom, black 0%, #434343 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#434343",GradientType=0 );
}

.cat-titel {
  display: none;
}

.displaynone {
  display: none;
}

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

.copysymbol {
  font-size: 25px;
  line-height: 20px;
  margin: 0px 0 0px 0;
  position: relative;
}

.solution-Item:hover a, .solution-Item:hover a .text {
  color: #e51a29 !important;
}

.bold-text {
  font-weight: 700;
}
.bold-text i {
  font-style: normal;
  font-weight: 100;
}

h2 p {
  margin: 0px;
}

h2::after {
  display: none !important;
}

.textinput h1, .textinput h2, .textinput h3, .textinput h4, .textinput h5 {
  color: #e51a29;
  font-weight: 200;
  font-size: 28px;
  line-height: 32px;
  width: 90%;
  margin: 0 0 10px 0;
}

.textinput .text-withe {
  color: #ffffff !important;
}

.textinput ul {
  margin: 0px;
  padding: 0px 0 0 18px;
  list-style-type: none;
}

.textinput ul li {
  position: relative;
  margin: 0 0 5px 0;
}

.textinput ul li::before {
  content: ">";
  position: absolute;
  left: -15px;
  top: 0px;
}

.textinput a {
  text-decoration: underline;
}

.headline-standard {
  margin: 80px 0 60px 70px;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 51px;
}

.headline-standard.noline {
  margin: 80px 0 20px 0px;
}

header.headerheadline-standard h2::before, header.headerheadline-standard h2::after {
  content: "";
  position: absolute;
  background-image: url("/Resources/Public/Images/line-turkis-diagonal.svg");
  width: 70px;
  top: 10px;
  height: 240px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 15px;
}

.headline-Pink h2::before {
  background-image: url("/Resources/Public/Images/line-pink-diagonal.svg") !important;
}

header.headerheadline-standard h2::after {
  display: none;
  left: inherit;
  margin: 0 0 0 15px;
}

header.headerheadline-standard h2.noline::before {
  display: none;
}

.rasterlayer {
  pointer-events: none;
}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  padding-right: 0;
  padding-left: 0;
}

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

h3 {
  font-size: 19px;
  line-height: 25px;
  margin: 0 0 15px 0;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.solution-Item .headline h2 {
  hyphens: auto;
}

.solution-Item:hover a {
  color: #e51a29 !important;
}

.sectionhl-smaller {
  font-size: 46px !important;
  line-height: 46px !important;
}

.sectionhl-smaller .bold-text {
  font-weight: 200 !important;
}

.sectionhl-small {
  font-size: 20px !important;
  line-height: 24px !important;
}

.sectionhl-small .bold-text {
  font-weight: 200 !important;
}

.trans {
  opacity: 0;
}

.animateAll {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

.light-text {
  font-weight: 200;
}

.clear {
  width: 100%;
  float: left;
  height: 1px;
}

html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  -moz-osx-font-smoothing: grayscale;
}

.main-wrapper {
  overflow: hidden;
}

a, a:hover, a:focus, a:active {
  outline: 0;
}

.minheightLoad {
  min-height: 1200px;
}

.container, .container-fluid {
  padding-right: 0px;
}

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

.more.btn {
  height: 50px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  width: 325px;
  float: left;
  text-align: left;
  margin-right: 30px;
}

.more.btn a {
  padding: 6px 2% 8px 2%;
  display: block;
}

.more.btn .btnarrow {
  margin: 7px 0 0 0px;
  pointer-events: none;
  float: right;
}

.more.btn:hover .btnarrow {
  margin-right: -5px;
}

.more.btn.btnlink {
  background: #e51a29 !important;
  color: #ffffff !important;
  padding: 0px;
}
.more.btn.btnlink a {
  color: #ffffff;
  display: inline-block;
  padding: 11px 2% 8px 5%;
}
.more.btn.btnlink a .btnarrow {
  position: relative;
  left: calc(100% + 40px);
  filter: brightness(1);
}
.more.btn.btnlink a:hover .btnarrow {
  left: calc(100% + 50px) !important;
}
.more.btn.btnlink:hover a .btnarrow {
  left: calc(100% + 50px) !important;
}

.buttonline .more.btn.btnlink {
  margin-top: 50px;
  margin-bottom: 50px;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
}

a.btn, .btn a, a.btn:hover, .btn a:hover, a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  border: 0px;
}

.contentpart-outer {
  width: 100%;
  float: left;
  position: relative;
}

.contentpart-video {
  z-index: 2;
}

.contentpart-inner {
  width: 1110px;
  margin: 0 auto;
}

.contentpart {
  width: 100%;
  float: left;
  position: relative;
}

.contentpart.noborders {
  border-top: 0px solid #F7F7F7 !important;
  border-bottom: 0px solid #F7F7F7 !important;
}

.solutions-line {
  position: relative;
  width: 130%;
  float: left;
  margin: 37px 0 0 0;
}

.noheadline .solutions-line {
  margin: 0px 0 0 0;
}

.solution-Item {
  float: left;
  width: 15%;
  position: relative;
  min-height: 200px;
  margin: 0px 5% 0 0;
}
.solution-Item .headline h2 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  min-height: 20px;
}

.solution-Item:nth-child(6n) {
  clear: left;
}

.solution-Item:last-child, .solution-Item:nth-child(5n) {
  margin-right: 0px;
}

.round-thumb-box {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 40px auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 10px solid #fff;
}

.contentpart-solutions {
  padding: 0 0 50px 0;
  background: rgb(0, 0, 0); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(67, 67, 67) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(67, 67, 67) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(67, 67, 67) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#434343",GradientType=0 ); /* IE6-9 */
}

.contentpart-solutions-top {
  background: rgb(0, 0, 0);
  margin-top: -1px;
}

.contentpart-solutions-container {
  margin-top: -1px;
}

.contentpart-benefits {
  padding: 0 0 50px 0;
}

.dce-process-solutions .sectiondiagoline {
  display: none;
}

.dce-process-solutions .section-headline h2::before {
  content: "";
  background: #ffffff;
  width: 2px;
  left: -30px;
  height: 100%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
  top: 25px;
}

.solution-Item a .round-thumb-box {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.solution-Item a .headline {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

.solution-Item:hover a .round-thumb-box {
  opacity: 0.8;
}
.solution-Item:hover a .headline, .solution-Item:hover a .text {
  color: #e51a29 !important;
}

.rasterlayer-blue-dark {
  display: none !important;
  opacity: 0.3;
}

.lightbg {
  background: #F7F7F7 !important;
}
.lightbg .rasterlayer-blue-dark {
  display: block !important;
}
.lightbg .rasterlayer-withe {
  display: none !important;
}
.lightbg .text-withe, .lightbg .text-withe a, .lightbg .text-withe a:hover {
  color: #e51a29 !important;
}
.lightbg .section-headline h2::before {
  content: "";
  background: #e51a29;
}

.contentpart-benefits .rasterlayer,
.contentpart-solutions .rasterlayer {
  top: 231px;
  position: absolute;
  width: auto;
  left: -4%;
  display: none;
  max-width: inherit;
  height: 260px;
  min-width: auto;
  opacity: 0.2;
}

.contentpart-outer.noheadline .rasterlayer {
  top: 15px;
}

.products_list.frame-type-list header h2,
.products_show.frame-type-list header h2,
.products_showcategory.frame-type-list header h2 {
  color: #e51a29;
}

.products_list.frame-type-list header h2::before,
.products_show.frame-type-list header h2::before,
.products_showcategory.frame-type-list header h2::before {
  height: 140px;
}

.products_list.frame-type-list header h2::after,
.products_show.frame-type-list header h2::after,
.products_showcategory.frame-type-list header h2::after {
  display: none;
}

.products_list.frame-type-list header h2,
.products_show.frame-type-list header h2,
.products_showcategory.frame-type-list header h2 {
  margin: 80px 0 0 90px;
}

.section-slogan {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  margin: 70px 0 0 0;
}
.section-slogan .light-text {
  font-weight: 200;
}

.section-headline {
  position: relative;
  width: 100%;
  float: left;
  margin: 20px 0 4px 0;
}

.sectiondiagoline {
  float: left;
  display: block;
  height: 190px;
  width: 90px;
  margin: 0px 0 0 0;
}

.headerdiagoline-R {
  float: left;
  display: none;
}

.contentpart-image {
  overflow: hidden;
}

.dce-image {
  min-width: 100%;
  height: auto;
  position: relative;
}
.dce-image .image-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.dce-image.display-left {
  float: right;
}
.dce-image.display-left .image-caption-hover {
  left: inherit;
  right: 5%;
  top: inherit;
  bottom: 0%;
  margin: -150px 0 0px;
  width: 62%;
}
.dce-image.display-left .image-caption-hover .sectiondiagoline {
  display: none;
}
.dce-image.display-left .image-caption-hover .section-slogan {
  font-size: 32px;
  line-height: 30px;
  max-width: 420px;
  margin: 0px 0px 80px 60px;
  display: block;
}
.dce-image.display-left .image-caption-hover .section-slogan:before {
  content: "";
  background: #ffffff;
  width: 2px;
  left: 28px;
  height: 140px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
  top: -48px;
}
.dce-image.display-left .dce-image-logo {
  right: 1%;
  bottom: 2%;
  top: inherit;
  margin: 0px 0 0 0;
  width: 450px;
}

.colored-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  mix-blend-mode: multiply;
  top: 0px;
  left: 0px;
}

.colored-layer-blue {
  background: #e51a29 !important;
}

.image-caption-hover {
  position: absolute;
  z-index: 5;
  left: 80px;
  top: 50%;
  margin: -150px 0 0px;
}

.image-caption-hover .section-slogan {
  z-index: 5;
  font-size: 66px;
  line-height: 64px;
  left: 130px;
}
.image-caption-hover .section-slogan .light-text {
  display: block;
}

.contentpart-image.noLayer .colored-layer, .contentpart-image.noLayer .dce-image-logo {
  display: none;
}

.dce-image.display-center {
  min-width: 100% !important;
}

.dce-image.borderTop {
  border-top: 6px solid #EEF0F1;
  padding: 50px 0 0 0;
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
}

.dce-image-logo {
  display: block;
  position: absolute;
  z-index: 5;
  right: 3%;
  top: 50%;
  margin: -125px 0 0 0;
  width: 450px;
}

.frame-type-news_pi1,
.frame-type-list {
  width: 100%;
  float: left;
  position: relative;
}

.headline-standard.headlinesmaller {
  font-size: 21px;
  line-height: 30px;
  width: 70%;
}
.headline-standard.headlinesmaller:before {
  width: 36px;
  top: 64px;
  height: 160px;
  left: 15px;
}

.frame-type-news_pi1 header h2,
.frame-type-list header h2 {
  font-size: 66px;
  line-height: 78px;
  font-weight: 200;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  margin: 80px 0 0 120px;
  width: 85%;
  color: #e51a29;
  position: relative;
}

.frame-type-news_pi1 header h2::before,
.frame-type-news_pi1 header h2::after,
.frame-type-list header h2::before,
.frame-type-list header h2::after {
  content: "";
  position: absolute;
  background-image: url("/Resources/Public/Images/line-withe-diagonal.svg");
  width: 90px;
  height: 240px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -40px;
  left: -120px;
}

.frame-type-news_pi1 header h2::after,
.frame-type-list header h2::after {
  left: inherit;
  right: 0px;
}

.frame-type-news_pi1 header h2 .bold-text,
.frame-type-list header h2 .bold-text {
  font-weight: 700;
}

.frame-type-news_pi1 header,
.frame-type-list header {
  width: 1110px;
  margin: 0 auto;
}

.frame-type-news_pi1 .products-wrap,
.frame-type-list .products-wrap {
  float: left;
  width: 100%;
}

.frame-type-news_pi1 .products-wrap .image-wrap,
.frame-type-list .products-wrap .image-wrap {
  margin: 20px 0 20px 0;
  min-height: 180px;
}

.productlist-thumb {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.product-list {
  padding: 70px 0 70px 0;
}

.max4item {
  flex-wrap: wrap;
}

.max4item .col {
  flex: 1 0 21%;
  max-width: 23%;
}

.product-list .rasterlayer {
  display: block;
  position: absolute;
  width: 105%;
  left: -5%;
}

.product-item {
  position: relative;
  min-height: 400px;
  padding: 20px 15px 30px 15px;
  margin: 0 0 60px 0;
}

.product-item .cat-titel {
  position: absolute;
  bottom: 102%;
  left: 0px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #e51a29;
}

.cat-color_4 .cat-titel {
  color: #e51a29;
}

.cat-color_3 .cat-titel {
  color: #e51a29;
}

.cat-color_2 .cat-titel {
  color: #e51a29;
}

.list-more-arrow {
  display: block;
  position: absolute;
  bottom: 20px;
}

.product-item:hover .list-more-arrow {
  bottom: 10px;
}

.more.btn.mx-auto {
  float: inherit !important;
  margin: 50px auto 0;
  display: block;
}

.contentpart-teaser-imagebox {
  displaY: block;
  width: 50%;
  float: left;
  position: absolute;
}

.contentpart-teaser-imagebox .teaser-img {
  display: block;
  width: 100%;
  height: auto;
  float: left;
}

.width-50 {
  width: 50%;
  float: left;
  position: relative;
}

.width-75 {
  width: 75%;
  position: relative;
}

.width-85 {
  width: 85%;
  position: relative;
}

.width-25 {
  width: 25%;
  position: relative;
  float: left;
}

.width-15 {
  width: 15%;
  position: relative;
  float: left;
}

.contentpart-teaser .headline {
  width: 40%;
  margin: 40px 0 0 35%;
  font-weight: 200;
  font-size: 32px;
  line-height: 43px;
  position: relative;
  z-index: 10;
}

.contentpart-teaser .colored-layer {
  min-height: 400px;
}

.icon-247 {
  display: block;
  position: absolute;
  z-index: 5;
  margin: 0% 0 0 51%;
  bottom: 20px;
  max-width: 410px;
}

.contentpart-teaser .width-50 .image-caption-hover {
  position: absolute;
  z-index: 5;
  left: inherit;
  right: 0px;
  margin: 0 0 0px;
  top: 0px;
}

.contentpart-teaser .width-50 .image-caption-hover .section-slogan {
  z-index: 5;
  font-size: 28px;
  line-height: 28px;
  left: 130px;
}

.contentpart-teaser .width-50 .sectiondiagoline {
  height: 120px;
  width: 90px;
  margin: 0px 0 0 0;
  position: absolute;
  left: -60px;
  top: 30px;
}

.contentpart-teaser .part-right .more.btn {
  bottom: 80px;
  position: absolute;
  right: 0px;
}

.section-slogan-customer {
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
}

.contentpart-customers .sectiondiagoline {
  height: 80px;
  width: 34px;
  margin: -20px 0 0 0;
  float: left;
}

.contentpart-customers .section-headline {
  margin: 50px 0 100px 0;
}

.contentpart-customers {
  overflow: hidden;
}

.contentpart-customers .contentpart {
  position: relative;
  z-index: 5;
}

.logoslider {
  width: 100%;
  margin: 50px 0 100px 0;
  float: left;
}

.dce-customers-element {
  background: #ffffff;
  padding: 20px;
  width: 240px;
  height: 80px;
  margin: 0 40px 0 0;
  text-align: center;
}

.customer-img {
  display: inline;
  width: auto;
  max-width: inherit;
  height: 37px;
}

.bgworld {
  position: absolute;
  min-height: 100%;
  width: 100%;
  max-width: inherit;
  left: 0px;
  top: 0px;
  display: block;
  opacity: 0.6;
}

.contentpart-quote {
  overflow: hidden;
}

.contentpart-quote .watermarkImg {
  display: block;
  position: absolute;
  bottom: -38px;
  width: 60%;
  opacity: 0.7;
}

.contentpart-mediatext .watermarkImg {
  display: block;
  position: absolute;
  bottom: -38px;
  width: 60%;
  opacity: 0.7;
}

.contentpart-mediatext.media-left .watermarkImg {
  right: 0px;
}

.quote-slogan {
  font-size: 56px;
  line-height: 67px;
  font-weight: 200;
  display: inline-block;
  float: left;
  margin: 60px 0 0 140px;
  width: 75%;
  color: #3572CB;
  position: relative;
}
.quote-slogan:before {
  content: "";
  background: #ffffff;
  width: 2px;
  top: -45px;
  left: -60px;
  height: 100%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  position: absolute;
}

.quote-text .headerdiagoline-L {
  float: left;
  display: none;
  width: 20%;
  margin: 30px 0 0 5%;
}

.quote-slogan .quote-subline {
  font-size: 15px;
  width: 100%;
  float: left;
  display: block;
}

.rasterline-R {
  display: block;
  right: -9%;
  height: 100%;
  width: auto;
  max-width: inherit;
  left: inherit;
  top: 0px;
  position: absolute;
}

.quote-logo {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 370px;
}

.frame-type-news_pi1 {
  background: #ffffff;
}

.frame-type-news_pi1 header h2::before, .frame-type-news_pi1 header h2::after {
  content: "";
  background-image: url("/Resources/Public/Images/line-pink-diagonal.svg");
  width: 70px;
  top: -50px;
}

.frame-type-news_pi1 header h2 {
  width: auto;
  margin: 80px 0 0 109px;
  color: #333333;
  font-size: 90px;
}

.frame-type-news_pi1 .news,
.frame-type-list .news {
  width: 100%;
  float: left;
  display: block;
}

.frame-type-news_pi1 header h2::before {
  content: "";
  left: -90px;
}

.frame-type-news_pi1 header h2::after {
  content: "";
  right: -70px;
}

.contentpart-outer.contentpart-newsgrid.bg-withe {
  margin: 70px 0 0 0;
}

.news-latest-view {
  margin: 70px 0 0 0;
}

.news .news-latest-view {
  margin: 0px 0 0 0;
}

.contentpart-newsgrid.bg-radiandark {
  padding: 70px 0 70px 0;
}
.contentpart-newsgrid.bg-radiandark a {
  color: #ffffff;
}
.contentpart-newsgrid.bg-radiandark .newsitem-big a .header h3 {
  color: #e51a29;
}
.contentpart-newsgrid.bg-radiandark .newsitem-small a h3 {
  color: white;
  transition: all 0.3s ease;
}
.contentpart-newsgrid.bg-radiandark .newsitem-small a h3:hover {
  color: #e51a29;
}

.newsitem img {
  width: 100%;
  height: auto;
  display: block;
}

.newsitem-big .news-img-wrap {
  width: 66%;
  float: left;
  position: relative;
}

.news-latest-view .newsitem-big .news-img-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: inherit;
  z-index: 2;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 0% 121%;
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.1);
}

.formbox-contactbox-innerIMG {
  position: relative;
}

.formbox-contactbox-innerIMG:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("/Resources/Public/Images/watermark-triangle.png");
  z-index: 2;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  opacity: 0.4;
  background-color: rgba(0, 0, 0, 0.1);
}

.newsitem-small .header, .newsitem-big .header {
  margin: 20px 0 15px 30px;
  position: relative;
  min-height: 40px;
}

.newsitem-big .header h3, .newsitem-small h3 {
  font-size: 24px;
  line-height: 26px;
  color: #333333;
  font-weight: 700;
}

.product-detail .newsitem-big .header h3 {
  color: #333333;
}

.newsitem-big a .header {
  color: #e51a29;
}

.newsitem-small .header::before, .newsitem-big .header::before {
  content: "";
  background: #e51a29;
  width: 1px;
  top: -10px;
  left: -20px;
  height: 120%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  position: absolute;
}

.product-detail .newsitem-small .header::before, .product-detail .newsitem-big .header::before {
  content: "";
  background-image: url("/Resources/Public/Images/line-blue-diagonal-small.svg");
}

.row-smallitems {
  margin: 30px 0 30px 0;
  position: relative;
  z-index: 10;
}

.news-latest-view .rasterlayer {
  display: block;
  position: absolute;
  bottom: 213px;
  left: -40px;
  width: auto;
  max-width: inherit;
  opacity: 0.7;
  height: 204px;
}

.newsitem-big .first {
  float: right;
  width: 31%;
}

.video {
  width: 100%;
  height: auto;
}

.videobox {
  position: relative;
}

.video.ytvideo {
  width: 100%;
  float: left;
  height: 300px;
  position: relative;
  z-index: 10;
}

.preview-image {
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.contentpart-video .row-bigitems {
  margin: 10px 0 10px 0;
}

.newsitem .watermark {
  display: block;
  position: absolute;
  top: -50px;
  max-width: 100%;
  z-index: 99;
  pointer-events: none;
}

.preview-image:hover .watermark {
  opacity: 0.5;
}

.text-input a {
  text-decoration: underline;
}

.newsitem .playBTN {
  display: block;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  width: 90px;
  height: 90px;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -45px;
  opacity: 1;
}

.playBTN:hover {
  opacity: 0.9;
}

.videoOn .preview-image {
  display: none;
}

.contentpart-newsletter .frame-type-list {
  background: none;
}

.contentpart-newsletter .frame-type-list header h2 {
  width: 60%;
  margin: 80px 0 0 0px;
}

.contentpart-newsletter .frame-type-list header h2::before, .contentpart-newsletter .frame-type-list header h2::after {
  content: "";
  background-image: url("/Resources/Public/Images/line-orange-diagonal.svg");
  width: 60px;
  top: -65px;
}

.contentpart-newsletter .frame-type-list header h2::before {
  background: #e51a29;
  width: 2px;
  top: -39px;
  left: -30px;
  height: 120px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  position: absolute;
}

.contentpart-newsletter .frame-type-list header h2 {
  color: #e51a29;
  font-weight: 700 !important;
}

.contentpart-newsletter .text-teaser {
  color: #fff;
  margin: -20px 0 40px 0;
}

.contentpart-newsletter .frame-type-list header .bold-text {
  font-weight: 700 !important;
}

.contentpart-newsletter .dce-newsletter {
  float: left;
  width: 100%;
  margin: 50px 0 0px 0;
}

.text-teaser {
  font-size: 20px;
  line-height: 30px;
}

.text-teaser p {
  margin: 0px;
}

.newsletter-formbox {
  position: relative;
  width: 100%;
  float: left;
  margin: 30px 0;
  color: white;
}

.newsletter-formbox #newsletter-17, .newsletter-formbox #newsletterEN-17 {
  font-size: 20px;
  width: 80%;
  font-weight: 200;
  color: #fff;
}

.newsletter-formbox input {
  border: 0px;
  background: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
}

.newsletter-formbox #form-group-newsletter-17-email input {
  width: 70%;
}

#newsletterEN-17-email {
  width: 75%;
}

.newsletter-formbox .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.newsletter-formbox .form-control {
  color: #fff;
}
.newsletter-formbox .form-control:focus {
  color: #ffffff;
  border-color: #ffffff;
  background: #000000;
}
.newsletter-formbox header {
  display: none;
}
.newsletter-formbox .actions {
  float: right;
  margin: -80px 0 0 0;
  padding: 0 0 10px 20px;
  position: relative;
  z-index: 10;
}
.newsletter-formbox #newsletter-17 .actions {
  margin: -80px 0 0 0;
}
.newsletter-formbox .input.checkbox {
  width: 75%;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 300;
}
.newsletter-formbox .input.checkbox .custom-control-label::before {
  top: 3px;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 0px !important;
}
.newsletter-formbox .input.checkbox .custom-control-input:checked ~ .custom-control-label::after {
  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");
  background-color: #000;
}
.newsletter-formbox #form-group-newsletter-17-name label, .newsletter-formbox #form-group-newsletter-17-email label, .newsletter-formbox #form-group-newsletterEN-17-name label, .newsletter-formbox #form-group-newsletterEN-17-email label {
  display: none;
}
.newsletter-formbox .form-control {
  padding: 0.375rem 0;
}

.newsletter-formbox .col-xs-6.col-sm-6.col-md-6.col-lg-6 {
  padding: 0 30px 0 0;
}

.newsletter-formbox .btn {
  background-color: transparent;
  border: 0px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-image: url("/Resources/Public/Images/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 50px 0 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

.newsletter-formbox .btn:hover {
  padding: 0 60px 0 0;
}

#newsletter-17-dsgvo {
  font-size: 12px;
  color: #ffffff;
  font-weight: 200;
}

.form-control:focus {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
  outline: 0;
  background: #ffffff;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.contentpart-newsletter .rasterlayer {
  position: absolute;
  bottom: -70px;
  width: 105%;
  left: -5%;
  max-width: inherit;
  opacity: 0.6;
}

.contentpart-members .frame-type-list {
  background: none;
}

.contentpart-members .frame-type-list header h2::before, .ccontentpart-members .frame-type-list header h2::after {
  content: "";
  background: #e51a29;
  width: 1px;
  top: 30px;
  left: -30px;
  height: 100%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  position: absolute;
}

.contentpart-members .frame-type-list header h2 {
  width: auto;
  position: relative;
  padding: 80px 0 0 0px;
  font-weight: 700 !important;
  margin: 0px;
  color: #e51a29;
  font-weight: 700 !important;
}
.contentpart-members .frame-type-list header h2 .bold-text {
  font-weight: 700 !important;
}

.dce-group-members {
  width: 100%;
  float: left;
  margin: 70px 0 0 0;
  position: relative;
  z-index: 10;
}

.bgmarken {
  display: block;
  position: absolute;
  bottom: -90px;
  right: 0px;
  pointer-events: none;
}

.dce-group-members-element {
  width: 23%;
  height: 145px;
  float: left;
  margin: 0 2.5% 25px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.dce-group-members-element .markenhover {
  display: none;
  position: absolute;
  height: auto;
  right: -5px;
  width: 100%;
  bottom: -5px;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

.dce-group-members-element:hover .markenhover {
  right: 0px;
  bottom: 0px;
  opacity: 0.4;
}

.dce-group-members-element:nth-child(4n) {
  margin-right: 0px;
}

.dce-group-members-element .member-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  max-width: inherit;
}

.footer-sectionline {
  display: block;
  margin: 20px 0 10px 0;
}

#footerMenu ul, #footerSocialMenu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.nav-link {
  display: block;
  padding: 0 0 10px 0;
  font-weight: 700;
}

.backlink {
  padding-top: 20px;
  clear: both;
}
.backlink:before {
  content: "<";
  margin-right: 5px;
}
.backlink.backlinkstandorte {
  display: none;
}

.socilbtnlink {
  margin: 10px 15px 10px 0;
  display: block;
  float: left;
}

.socilbtninstagram {
  margin: 10px 15px 10px 0;
  display: block;
  float: left;
}

.socilbtntwitter {
  margin: 10px 15px 10px 0;
  display: block;
  float: left;
}

#footerSocialMenu ul {
  margin-top: 0px;
  width: 100%;
  float: left;
}

#footerSocialMenu ul .nav-link {
  font-weight: 200;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}

.socialbtn {
  font-weight: 700;
  width: 100%;
  margin: 0 0 20px 0;
}

.address a {
  text-decoration: underline;
}

.col.copy {
  margin: 20px 0 20px 0;
  font-size: 12px;
  border-top: 0.5px solid #eee;
  padding: 10px 0 0 0;
}

.copy a {
  color: #D6D6D6;
}

.copy a:hover {
  color: #cccccc;
}

.contentpart-facts .rasterlayer {
  top: 287px;
  position: absolute;
  width: auto;
  left: -5%;
  display: block;
  max-width: inherit;
  height: 260px;
}

.fact-Item {
  text-align: left;
  margin: 140px 0 110px 0;
  font-weight: 600;
}

.factcount h2 {
  font-size: 70px;
  font-weight: 200;
  line-height: 70px;
}

.contentpart-facts .section-slogan {
  margin: 100px 0 0 0;
}

.contentpart-facts .section-headline h2::before {
  content: "";
  background: #ffffff;
  width: 2px;
  top: -3px;
  left: -30px;
  height: 100%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
  top: 38px;
}

.contentpart-facts .sectiondiagoline.headerdiagoline-L {
  display: none;
}

.cta-inner {
  float: left;
  width: 100%;
  padding: 80px 0 0 80px;
  position: relative;
}
.cta-inner:before {
  content: "";
  width: 50vw;
  height: 100%;
  top: 0px;
  right: 100%;
  background: #ffffff;
  display: block;
  position: absolute;
  pointer-events: none;
}

.CTbackgroundimage .cta-inner {
  padding: 150px 0 100px 80px;
}
.CTbackgroundimage .cta-inner .more.btn {
  background: black !important;
}
.CTbackgroundimage .cta-inner h2 b, .CTbackgroundimage .cta-inner h2 strong {
  font-weight: 700;
}

.backgroundimagebox {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.backgroundimagebox .bglayer {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: #e51a29;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
}
.backgroundimagebox img {
  max-width: 100%;
  border: 0px;
  height: auto;
}

.cta-inner .more {
  z-index: 10;
  position: relative;
}

.cta-inner h2 {
  text-transform: uppercase;
  font-size: 46px;
  line-height: 51px;
  max-width: 800px;
  position: relative;
  z-index: 2;
  padding: 18px 0 0 60px;
}

.cta-inner h2::before {
  content: "";
  background: #ffffff;
  width: 2px;
  left: 15px;
  height: 140px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
  top: -10px;
}

.cta-inner .sectiondiagoline {
  display: none;
  height: 220px;
  width: 80px;
  margin: 0px 0 0 0px;
  position: absolute;
  left: 15px;
  top: 5px;
}

.cta-inner .more {
  margin: 40px 0 40px 0;
}

.cta-inner .textbox {
  width: 80%;
  max-width: 630px;
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin: 40px 0 10px 0;
  float: left;
}

.team-image {
  width: 100%;
  height: auto;
}

.team_pi1 header h2 {
  font-size: 46px;
  line-height: 51px;
  width: auto;
  padding: 0 70px 70px 0;
  font-weight: 700;
}

.team_contacts header,
.team_list header {
  margin-top: 20px;
}

.team_contacts header h2::before, .team_contacts header h2::after,
.team_list header h2::before, .team_list header h2::after {
  content: "";
  background: #3CD0AB;
  width: 2px;
  top: -60px;
  left: -40px;
  height: 250px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  z-index: 999999999999;
  position: absolute;
}

.standard .team_contacts header h2::before, .team_contacts header h2::after,
.standard .team_list header h2::before, .team_list header h2::after {
  content: "";
  background: #3572CB;
  width: 2px;
  top: -38px;
  left: -30px;
  height: 100%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  z-index: 999999999999;
  position: absolute;
}

.standard .team_contacts header h2,
.standard .team_list header h2 {
  margin: 80px 0 0 0px;
}

.team-wrap {
  margin: 40px 0 0 0;
}
.team-wrap .image-wrap {
  position: relative;
  width: 100%;
  float: left;
}
.team-wrap .image-wrap .team-image-bg {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.team-wrap .image-wrap .team-image {
  position: relative;
  z-index: 5;
}

.team_contacts .contentpart-inner,
.team_list .contentpart-inner {
  width: 1110px;
  margin: 0 auto;
  position: relative;
  z-index: 25;
}

.team-wrap .member h3 {
  text-transform: uppercase;
  display: block;
  width: 100%;
  float: left;
  margin: 12px 0px 5px 0;
}

.team-wrap .member .text {
  float: left;
  width: 100%;
  margin: 0px 0 0 0;
  position: relative;
}

.team_contacts .rasterlayer,
.team_list .rasterlayer {
  top: 35px;
  position: absolute;
  width: 105%;
  left: -5%;
  display: block;
  max-width: inherit;
  display: none;
}

.lasteteamrow .rasterlayer {
  display: block;
}

.lasteteamrow {
  padding: 0 0 80px 0;
}

.jobs_show, .jobs_list {
  background: #ffffff;
}

.jobs_show header h2,
.jobs_list header h2 {
  font-size: 46px;
  line-height: 51px;
  width: auto;
  padding: 40px 70px 70px 0;
  color: #e51a29;
}

.jobs_show header h2::before, .jobs_show header h2::after,
.jobs_list header h2::before, .jobs_list header h2::after {
  content: "";
  background-image: url("/Resources/Public/Images/line-turkis-diagonal.svg");
}

.jobs_show header h2::after,
.jobs_list header h2::after {
  right: -50px;
}

.jobs-wrap {
  width: 100%;
  float: left;
  margin: 80px 0 80px 0;
}

.jobitem {
  border-top: 2px solid #DCE1E3;
  padding: 25px 0 20px 0;
}
.jobitem a {
  position: relative;
  position: relative;
  display: inline-block;
  width: auto;
}
.jobitem a:after {
  content: "";
  background-image: url("/Resources/Public/Images/icon-pdf-grey.svg");
  width: 22px;
  height: 41px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  top: -1px;
  right: -34px;
  displaY: none;
}
.jobitem a:hover {
  text-decoration: underline;
}

.jobitem:last-child {
  border-bottom: 2px solid #DCE1E3;
}

.jobitem h3 {
  font-weight: 700;
  color: #e51a29;
}

.joblisticon {
  margin: -2px 15px 0 0;
}

.jobitem p {
  display: inline;
}

.contentpart-productdetailheader {
  background: black;
  padding-bottom: 50px;
}

.producktheaderBG {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
}

.contentpart-standardlowheader .producktheaderBG {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  max-width: inherit;
  min-height: 100%;
}

.productdetailimage {
  width: 50%;
  max-width: 500px;
  float: left;
  margin-top: 100px;
  position: relative;
  z-index: 10;
}

.productdetailimage img {
  height: auto;
}

.productdetailteaser {
  width: 48%;
  float: right;
  margin: 0 0 0 2%;
  position: relative;
  z-index: 10;
  color: #fff;
}

.productdetailteaser a {
  color: #fff;
  text-decoration: underline;
}

.productdetailteaser .headline {
  position: relative;
  width: auto;
}

.productdetailteaser .headline .sectiondiagoline {
  height: 200px;
  width: 60px;
  position: absolute;
  left: -60px;
  top: 0px;
  display: none;
}

.productdetailteaser .headline .headerdiagoline-R {
  left: inherit;
  right: -60px;
}

.productdetailteaser .section-slogan {
  margin: 70px 0 60px 0;
  text-transform: none;
}
.productdetailteaser .section-slogan:before {
  content: "";
  background: #ffffff;
  width: 1px;
  top: 35px;
  left: -14px;
  height: 57%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
}

.contentpart-productdetailheader .rasterlayer {
  margin: 0px 0 0px 0;
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 100%;
  opacity: 0.5 !important;
}

.contentpart-productdetailheader .detailintrotext, .contentpart-productdetailheader .description {
  float: left;
  width: 100%;
}

.header-HL:before {
  content: "";
  background-image: url("/Resources/Public/Images/line-turkis-diagonal-small.svg");
  position: absolute;
  background-size: 100%;
  top: -3px;
  width: 25px;
  height: 100%;
  left: -33px;
  background-repeat: no-repeat;
}

.header-HL {
  margin: 20px 0 15px 30px;
  position: relative;
  min-height: 40px;
  width: 70%;
}

.header-HL h2 {
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
}

.contentpart-headline-text .suheadline {
  width: 100%;
  float: left;
}

.news-list-view .page-navigation {
  display: none;
}

.contentpart-mediatext.bg-radiandark .newsitem-big .header h3, .contentpart-mediatext.bg-radiandark .newsitem-small h3 {
  color: #ffffff;
}

.contentpart-mediatext.bg-radiandark .teaser-text {
  color: #ffffff;
}
.contentpart-mediatext.bg-radiandark .teaser-text a {
  color: #ffffff;
}

a.phonelink:before {
  content: "";
  background-image: url("/Resources/Public/Images/icon-phone.svg");
  width: 16px;
  height: 14px;
  top: 2px;
  position: relative;
  background-size: 13px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 5px 0 0;
}

a.maillink:before {
  content: "";
  background-image: url("/Resources/Public/Images/icon-mail.svg");
  width: 16px;
  height: 13px;
  top: 3px;
  position: relative;
  background-size: 14px 11px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 5px 0 0;
}

.btn .maillink:before {
  display: none;
}
.btn .phonelink:before {
  display: none;
}

.headline-box {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.contentpart-headernavi {
  position: relative;
  z-index: 999999;
  background: #fff;
}

.main-menu {
  float: right;
  margin: 5px 0 30px 0;
}
.main-menu ul {
  float: right;
  display: block;
  margin: 0 0 0 0;
  padding: 0px;
}
.main-menu ul li {
  float: left;
  margin: 0 0 0 60px;
  font-weight: 700;
}
.main-menu ul li a {
  color: #000000;
}
.main-menu ul li::before {
  content: "";
  position: absolute;
  background-color: #e51a29;
  height: 45px;
  width: 1px;
  transform: rotate(25deg);
  margin: -20px 0 0 -12px;
}

.metaseperator {
  width: 1px;
  height: 20px;
  display: inline-block;
  background: #ccc;
  position: relative;
  margin: 0 16px 0 0;
  top: 0px;
}

.p-2.contactBTN {
  padding: 0px !important;
  margin: 0 0 0 0;
  position: relative;
  top: -1px;
}
.p-2.contactBTN .btn-secondary {
  width: auto;
  padding: 3px 30px 4px 30px;
  border-radius: 0px;
  color: #ffffff;
  background-color: #e51a29;
  border: 0px;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 0 20px;
}
.p-2.contactBTN .btn-secondary:hover {
  background-color: #BE090F;
}

.p-2.catalogeBTN, .p-2.newsBTN {
  padding: 0px !important;
  margin: 0 15px 0 0;
  position: relative;
  top: -1px;
}
.p-2.catalogeBTN a, .p-2.newsBTN a {
  width: auto;
  padding: 0px 0 0px 0;
  border-radius: 0px;
  color: #808080;
  background-color: transparent;
  border: 0px;
  font-size: 13px;
}

.metaline .tx-indexedsearch-searchbox-sword {
  opacity: 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.metaline #header-searchbox:hover .tx-indexedsearch-searchbox-sword {
  opacity: 1;
}

.is-home .breadcrumb {
  display: none;
}

.closeNav {
  cursor: pointer;
  display: block;
  position: absolute;
  padding: 2px;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
}

.closeNav:hover {
  opacity: 0.7;
}

.main-menu ul .sub.level1 li:before {
  display: none;
}

.sub.level2 {
  display: none;
}

.main-menu ul .sub {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

.main-menu ul li .sub.level1 li.navitem-level1 {
  float: left;
  width: 58%;
  margin: 0px 0 0px 0;
  opacity: 0;
  border-left: 20px solid #000000;
  border-right: 20px solid #000000;
  padding: 0px 0px 0px 0px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.main-menu ul li .sub.level1 li.navitem-level1 a {
  display: block;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 12px 0 12px 0;
  margin: 0 0 -1px 0;
  position: relative;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.main-menu ul li .sub.level1 li.navitem-level1 a:hover {
  border-bottom: 1px solid #000000;
}

.main-menu ul li .sub.level1 li.navitem-level1.firstactive a {
  border-bottom: 1px solid #000000;
}

.main-menu ul li:nth-child(2) .sub.level1 li.navitem-level1,
.main-menu ul li:nth-child(3) .sub.level1 li.navitem-level1,
.main-menu ul li:nth-child(4) .sub.level1 li.navitem-level1,
.main-menu ul li:nth-child(5) .sub.level1 li.navitem-level1 {
  width: auto;
  margin: 0px 0 0px 44%;
}

.main-menu ul li:nth-child(2) .sub.level1 li.navitem-level1:after,
.main-menu ul li:nth-child(3) .sub.level1 li.navitem-level1:after,
.main-menu ul li:nth-child(4) .sub.level1 li.navitem-level1:after,
.main-menu ul li:nth-child(5) .sub.level1 li.navitem-level1:after {
  display: none;
}

.main-menu ul li.navlayerOn .sub.level1 li.navitem-level1 {
  opacity: 1;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.main-menu ul li .sub.level1 li.navitem-level1:last-child a {
  border-bottom: 1px solid #000000;
}

.main-menu ul li .sub.level1 li.navitem-level1:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("/Resources/Public/Images/icon-navarrow-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 56%;
  margin: -31px 0 0 -20px;
}

.main-menu ul li .sub.level1 li.navitem-level1:hover,
.main-menu ul li .sub.level1 li.navitem-level1.firstactive {
  background: #ffffff;
  color: #000000;
  border-left: 20px solid #ffffff;
  border-right: 20px solid #ffffff;
}

.main-menu ul li .sub.level1 li.navitem-level1:hover:after,
.main-menu ul li .sub.level1 li.navitem-level1.firstactive:after {
  background-image: url("/Resources/Public/Images/icon-navarrow-dark.svg");
}

.main-menu ul li .sub.level1 li.navitem-level1:hover a,
.main-menu ul li .sub.level1 li.navitem-level1.firstactive a {
  color: #000000;
}

.main-menu .sub.level1 {
  z-index: -1;
  height: 0px;
  width: 0px;
  opacity: 0;
  top: -999999px;
  pointer-events: none;
}

.main-menu .navlayerOn .sub.level1 {
  pointer-events: inherit;
  position: absolute;
  z-index: 9999999;
  background: #000000;
  left: -10px;
  padding: 50px 0 50px 0;
  width: 730px;
  height: auto;
  opacity: 1;
  top: 145px;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
  -webkit-box-shadow: 15px 18px 12px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 15px 18px 12px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 15px 18px 12px 0px rgba(50, 50, 50, 0.15);
}
.main-menu .navlayerOn .sub.level1 a {
  color: #ffffff;
}

.main-menu li.nav-item:nth-child(1) .sub.level1 {
  left: 35%;
}

.main-menu li.nav-item:nth-child(2) .sub.level1 {
  left: 35%;
}

.main-menu li.nav-item:nth-child(3) .sub.level1 {
  left: 35%;
}

.main-menu li.nav-item:nth-child(4) .sub.level1 {
  left: 35%;
}

.main-menu li.nav-item:nth-child(5) .sub.level1 {
  left: 35%;
}

.main-menu li.nav-item.p6 .sub.level1 {
  background: #000000;
}

.main-menu li.nav-item.p6 .sub.level1::before {
  background: #000000;
}

.main-menu ul li.nav-item.p6 .sub.level1 li.navitem-level1 {
  border-left: 20px solid #000000;
  border-right: 20px solid #000000;
}

.main-menu ul li.nav-item.p6 .sub.level1 li.navitem-level1:hover {
  border-left: 20px solid #ffffff;
  border-right: 20px solid #ffffff;
}

.main-menu ul li.nav-item.p6 .sub.level1 li.navitem-level1:last-child a {
  border-bottom: 1px solid #000000;
}

.main-menu ul li.nav-item.p6 .sub.level1 li.navitem-level1 a:hover {
  border-bottom: 1px solid #000000;
}

.main-menu li.nav-item:nth-child(3) .sub.level1 {
  background: #e51a29;
}

.main-menu li.nav-item:nth-child(3) .sub.level1::before {
  background: #e51a29;
}

.main-menu ul li.nav-item:nth-child(3) .sub.level1 li.navitem-level1 {
  border-left: 20px solid #e51a29;
  border-right: 20px solid #e51a29;
}

.main-menu ul li.nav-item:nth-child(3) .sub.level1 li.navitem-level1:hover {
  border-left: 20px solid #ffffff;
  border-right: 20px solid #ffffff;
}

.main-menu ul li.nav-item:nth-child(3) .sub.level1 li.navitem-level1:last-child a {
  border-bottom: 1px solid #e51a29;
}

.main-menu ul li.nav-item:nth-child(3) .sub.level1 li.navitem-level1 a:hover {
  border-bottom: 1px solid #e51a29;
}

.main-menu li.nav-item:nth-child(4) .sub.level1 {
  background: #e51a29;
}

.main-menu li.nav-item:nth-child(4) .sub.level1::before {
  background: #e51a29;
}

.main-menu ul li.nav-item:nth-child(4) .sub.level1 li.navitem-level1 {
  border-left: 20px solid #e51a29;
  border-right: 20px solid #e51a29;
}

.main-menu ul li.nav-item:nth-child(4) .sub.level1 li.navitem-level1:hover {
  border-left: 20px solid #ffffff;
  border-right: 20px solid #ffffff;
}

.main-menu ul li.nav-item:nth-child(4) .sub.level1 li.navitem-level1:last-child a {
  border-bottom: 1px solid #e51a29;
}

.main-menu ul li.nav-item:nth-child(4) .sub.level1 li.navitem-level1 a:hover {
  border-bottom: 1px solid #e51a29;
}

.main-menu li.nav-item:nth-child(5) .sub.level1 {
  background: #e51a29;
}

.main-menu li.nav-item:nth-child(5) .sub.level1::before {
  background: #e51a29;
}

.main-menu ul li.nav-item:nth-child(5) .sub.level1 li.navitem-level1 {
  border-left: 20px solid #e51a29;
  border-right: 20px solid #e51a29;
}

.main-menu ul li.nav-item:nth-child(5) .sub.level1 li.navitem-level1:hover {
  border-left: 20px solid #ffffff;
  border-right: 20px solid #ffffff;
}

.main-menu ul li.nav-item:nth-child(5) .sub.level1 li.navitem-level1:last-child a {
  border-bottom: 1px solid #e51a29;
}

.main-menu ul li.nav-item:nth-child(5) .sub.level1 li.navitem-level1 a:hover {
  border-bottom: 1px solid #e51a29;
}

.main-menu .sub.level1::before {
  content: "";
  background: #000000;
  position: absolute;
  right: 100%;
  top: 0px;
  width: 1500px;
  height: 100%;
}

.main-menu ul li .sub.level1 li.navitem-level1:hover .sub.level2,
.main-menu ul li .sub.level1 li.navitem-level1.firstactive .sub.level2 {
  display: block;
  position: absolute;
  top: 0px;
  width: 42%;
  left: 57.7%;
  top: 50px;
  min-height: 90%;
  padding: 9px 0 10px 25px;
  background: #000;
}

.main-menu ul li .sub.level1 li.navitem-level1 .sub.level2 a {
  color: #ffffff;
  border-bottom: 0px solid #000000;
  padding: 5px 0 5px 5px;
}

.main-menu ul li .sub.level1 li.navitem-level1 .sub.level2 a:hover {
  color: #000000;
  background: #ffffff;
}

.main-menu ul li .sub.level1 li.navitem-level1 .sub.level2 li {
  width: 100%;
  float: left;
  margin: 0px;
}

#col-logo {
  margin: 0 0 -30px 0;
  flex: inherit;
  float: left;
  width: 350px;
}
#col-logo .logo {
  display: inline-block;
  margin: 0px 0 0px 0;
  position: relative;
  top: 6px;
  width: 270px;
  float: left;
}
#col-logo .logoibs {
  display: inline-block;
  width: 78px;
  float: left;
  margin: 0 0 0 0;
  position: relative;
  top: 39px;
  left: 10px;
}

#header-searchbox .lupe {
  cursor: pointer;
}

.languagedropbox {
  position: relative;
  float: left;
  height: 26px;
  border-bottom: 0px;
  overflow: hidden;
  padding: 0px 0 11px 0px;
  color: #424242;
  width: 30px;
  font-size: 13px;
}
.languagedropbox .langselectorbtn {
  margin: 0px 0 0 5px;
  position: relative;
  top: 1px;
}
.languagedropbox .langnavdroparrow.animateAll {
  position: absolute;
  right: 6px;
  top: 8px;
  opacity: 0.3;
  width: 16px;
}
.languagedropbox .langropitem-active {
  position: relative;
  float: left;
  cursor: pointer;
  width: 138px;
  padding: 10px 0 0 14px;
  margin: 2px 0 -2px -45px;
  box-shadow: 0px 22px 15px 0px rgba(50, 50, 50, 0.16);
}
.languagedropbox .langropitem-select {
  position: relative;
  cursor: pointer;
  min-width: 138px;
  padding: 10px 0 0 14px;
  margin: 2px 0 -2px -45px;
}
.languagedropbox:hover {
  overflow: visible;
}
.languagedropbox:hover .langropitem-select {
  position: relative;
  cursor: pointer;
  background: #fff;
  z-index: 2;
  border: 0px solid #B3B6B9;
  border-top-color: rgb(179, 182, 185);
  border-top-style: solid;
  border-top-width: 0px;
  padding: 0px;
  float: left;
  clear: both;
  min-width: 296px;
  margin: 2px 0 -2px -107px;
  border-top: 0px solid #CBCBCB;
  margin: 2px 0 -2px -45px;
  padding: 10px 0 0 14px;
  -webkit-box-shadow: 0px 22px 15px 0px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0px 22px 15px 0px rgba(50, 50, 50, 0.16);
  box-shadow: 0px 22px 15px 0px rgba(50, 50, 50, 0.16);
}
.languagedropbox:hover .langropitem-select:last-child {
  border-bottom: 0px solid #B3B6B9;
  padding-bottom: 8px;
}
.languagedropbox:hover .langropitem-select a {
  opacity: 0.5;
}
.languagedropbox:hover .langropitem-select a:hover {
  opacity: 1;
}

.contentpart-standardlowheader {
  max-height: 800px;
  overflow: hidden;
}
.contentpart-standardlowheader .productdetailteaser .section-slogan {
  margin: 70px 0 0px 0;
  text-transform: none;
}
.contentpart-standardlowheader .productdetailteaser .section-slogan::before {
  top: 55px;
  left: -24px;
}

#headerslider {
  position: relative;
}

.dce-header-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.dce-header-slider .cycle-slideshow {
  position: relative;
  height: auto;
  float: left;
  width: 100%;
}
.dce-header-slider .slideritem {
  width: 100%;
}
.dce-header-slider .slider-bigbg {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: 1;
}
.dce-header-slider .rasterlayer {
  display: block;
  position: absolute;
  border: 0px;
  z-index: 999;
  bottom: 70px;
  width: 120%;
  left: -10%;
  display: none;
  max-width: inherit;
}
.dce-header-slider .ibslayer {
  position: absolute;
  z-index: 999;
  right: -30px;
  bottom: 50px;
  display: block;
}
.dce-header-slider .slider-Contentbox {
  position: absolute;
  z-index: 20;
  width: 770px;
  left: 50%;
  margin: 200px 0 0 -540px;
}
.dce-header-slider .mega-hl {
  font-size: 57px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 62px;
  margin: 0 0 20px 0;
  display: block;
}
.dce-header-slider .light-text {
  font-weight: 200;
}
.dce-header-slider .slider-textbox {
  color: #ffffff;
  float: left;
  padding: 14px 3% 12px 3%;
  font-size: 17px;
  line-height: 23px;
  min-height: 100px;
  background: #e51a29;
}
.dce-header-slider .slider-textbox h2, .dce-header-slider .slider-textbox .h2 {
  font-weight: 200;
  font-size: 27px;
}
.dce-header-slider .slider-textbox h2 b, .dce-header-slider .slider-textbox h2 strong, .dce-header-slider .slider-textbox .h2 b, .dce-header-slider .slider-textbox .h2 strong {
  font-weight: 200;
}
.dce-header-slider .headerdiagoline {
  display: block;
  position: absolute;
  top: -102px;
  height: 330px;
}
.dce-header-slider .headerdiagoline-L {
  left: -140px;
  display: none;
}
.dce-header-slider .headerdiagoline-R {
  right: -200px;
  display: none;
}
.dce-header-slider .section-pager {
  position: absolute;
  bottom: 44px;
  left: 50%;
  z-index: 1200;
  width: 1110px;
  margin: 0 0 0 -555px;
}
.dce-header-slider .section-pager .section {
  width: 32%;
  float: left;
  background: #000;
  color: #fff;
  margin: 0 0% 0 1%;
  padding: 17px 0 0px 20px;
  font-size: 32px;
  font-weight: 200;
  height: 60px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.dce-header-slider .section-pager .section:hover {
  height: 80px;
  margin-top: -10px;
  padding-top: 27px;
}

.dce-header-slider-standard .slider-Contentbox {
  position: absolute;
  z-index: 20;
  width: 740px;
  left: 50%;
  margin: 13% 0 0 -391px;
}

.dce-header-slider-standard .slider-Contentbox h1::before {
  content: "";
  background: #ffffff;
  width: 2px;
  left: -40px;
  height: 110%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
  top: -30px;
}

.dce-header-slider-standard .mega-hl {
  font-size: 90px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 90px;
  margin: 0 0 20px 0;
}

.header-layerline {
  position: absolute;
  width: 100%;
  float: left;
  z-index: 9999;
  margin: 0% 0 0 0;
  padding: 40px 0 40px 0;
  overflow: hidden;
  bottom: 5%;
  height: 250px;
  overflow: hidden;
}

.header-layerline-blend {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  background: #e51a29 !important;
  mix-blend-mode: multiply;
  z-index: 999;
  bottom: 5%;
  height: 250px;
  overflow: hidden;
}

.dce-header-slider-standard .rasterlayer {
  opacity: 0.5;
  z-index: 1;
  width: 125%;
  height: auto;
  max-width: inherit;
  bottom: -50px;
  pointer-events: none;
  display: none;
}

.dce-header-slider-standard .tease {
  color: #fff;
  mix-blend-mode: none !important;
}

.contentpart-headlerlayerline {
  z-index: 20;
}

.tease .subheadline {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  width: 50%;
  margin: 0 0 10px 0;
}

.tease .left, .tease .right {
  float: left;
  width: 34%;
  margin: 20px 6% 0 0;
  position: relative;
  padding: 0 0 0 32px;
}

.tease .left100 {
  width: 94%;
}

.tease .right {
  margin-right: 0px;
}

.arrowli::before {
  content: "";
  position: absolute;
  background-image: url("/Resources/Public/Images/icon-arrow-withe-big.svg");
  width: 20px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -8px;
  left: 0px;
}

.videboxheader.slider-img.slider-bigbg {
  height: 720px;
  overflow: hidden;
}

.videoHeader {
  width: 100%;
}

.header-video .slider-Contentbox {
  display: none;
}

.standard .mega-hl:before, .career .mega-hl:before {
  top: -44px;
  left: -80px;
}

.standard.page-1 .mega-hl:before {
  top: -114px;
  left: -80px;
}

.ce-header-slider-simple {
  max-height: 370px !important;
  height: auto !important;
  min-height: 100px !important;
}
.ce-header-slider-simple .slider-Contentbox {
  margin: 130px 0 0 -490px;
}
.ce-header-slider-simple .slider-Contentbox h1 {
  font-size: 46px;
  line-height: 46px;
  font-weight: 800;
  text-transform: uppercase;
}
.ce-header-slider-simple .slider-Contentbox h1:before {
  content: "";
  background: #ffffff;
  width: 1px;
  left: -28px;
  height: 130%;
  top: -17px;
}

.ce-header-slider-simple.header-moreheight {
  max-height: 750px !important;
}
.ce-header-slider-simple.header-moreheight .slideritem {
  display: none !important;
}
.ce-header-slider-simple.header-moreheight .slideritem.cycle-slide-active {
  display: block !important;
  position: relative !important;
}

.ce-header-slider-simple.header-mediumheight {
  max-height: 550px !important;
}
.ce-header-slider-simple.header-mediumheight .slideritem {
  display: none !important;
}
.ce-header-slider-simple.header-mediumheight .slideritem.cycle-slide-active {
  display: block !important;
  position: relative !important;
}

.headervideo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.papertech-slogan {
  position: absolute;
  color: #fff;
  right: -25px;
  bottom: 130px;
  z-index: 20;
  font-size: 270px;
  font-weight: 700;
  opacity: 0.1;
  pointer-events: none;
}

.dce-header-slider-standard .imageblende {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  pointer-events: none;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0%;
  margin: 0 0 0 0px;
  top: 0px;
  opacity: 1;
}
.dce-header-slider-standard .slider-Contentbox {
  position: absolute;
  z-index: 101;
}

.dce-header-slider-sections {
  position: absolute;
  bottom: 44px;
  left: 50%;
  z-index: 1200;
  width: 1110px;
  margin: 0 0 0 -555px;
}
.dce-header-slider-sections .section-pager .section {
  width: 32%;
  float: left;
  background: #000;
  color: #fff;
  margin: 0 0% 0 1%;
  padding: 17px 0 0px 20px;
  font-size: 32px;
  font-weight: 200;
  height: 60px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.dce-header-slider-sections .section-pager .section:hover {
  height: 80px;
  margin-top: -10px;
  padding-top: 27px;
}

.dce-media-text .header:before {
  width: 1px;
}
.dce-media-text .video-container {
  width: 300px;
}
.dce-media-text .video-container .video {
  width: 100%;
}

.contentpart-mediatext.media-right .newsitem .news-img-wrap {
  float: right;
}
.contentpart-mediatext.media-right .newsitem .first {
  float: left;
}

.contentpart-mediatext h3 {
  color: #e51a29 !important;
}

.product-detail .contentpart-mediatext.bg-grey-light {
  background: #ffffff;
}
.product-detail .group-headline h2 {
  color: #e51a29;
}
.product-detail .group-headline::before {
  content: "";
  background: #e51a29;
  width: 1px;
  top: -10px;
  left: -20px;
  height: 120%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  position: absolute;
}

.group-headline h2 {
  font-weight: 700;
  color: #e51a29;
  font-size: 46px;
  text-transform: uppercase;
  margin: 80px 0 60px 70px;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 51px;
}
@media screen and (max-width: 767px) {
  .group-headline h2 {
    margin: 20px 0 20px 0;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
  }
}

.group-headline::before {
  content: "";
  background: #e51a29;
  width: 1px;
  top: 30px;
  left: 30px;
  height: 160px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .group-headline::before {
    display: none;
  }
}

.product-detail .newsitem-big .news-img-wrap {
  width: 48%;
  float: left;
  background: #F7F7F7;
}
.product-detail .newsitem-big .news-img-wrap.no-background {
  background: transparent;
}
.product-detail .contentpart-mediatext .newsitem-big .header::before {
  display: none;
}
.product-detail .contentpart-mediatext .newsitem-big .header {
  margin: 20px 0 15px 0px;
}
.product-detail .newsitem .bg-tech {
  background: #e51a29 !important;
}

.newsitem img.btnarrow {
  width: inherit;
}

.textonlyitem .news-img-wrap {
  display: none;
}
.textonlyitem .first {
  width: 100%;
}

.contentpart-mediatext .teaser-text {
  margin: 30px 0 30px 0;
}

.contentpart-imagetextgrid {
  padding: 50px 0;
}
.contentpart-imagetextgrid .gridboxitem {
  width: 31%;
  float: left;
  margin: 0 3.4% 30px 0;
  background: #fff;
}
.contentpart-imagetextgrid .gridboxitem .gridbox-inner {
  padding: 15px;
}
.contentpart-imagetextgrid .gridboxitem:nth-child(3n) {
  margin-right: 0px;
}
.contentpart-imagetextgrid .gridboxitem:nth-child(3n+1) {
  clear: left;
}
.contentpart-imagetextgrid .gridboxitem h2 {
  font-size: 15px;
  line-height: 19px;
  margin: 0px 0 24px 0;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-weight: 600;
  float: left;
  width: 100%;
  text-transform: inherit;
  text-align: center;
  height: 30px;
}
.contentpart-imagetextgrid .gridboxitem a {
  background-blend-mode: multiply;
}
.contentpart-imagetextgrid .gridboxitem .imagebox {
  float: left;
  width: 100%;
  height: 185px;
  overflow: hidden;
  margin: 0 0 15px 0;
  background-color: #ffffff;
  position: relative;
}
.contentpart-imagetextgrid .gridboxitem .imagebox .boximage {
  display: block;
  width: 100%;
  height: auto;
}
.contentpart-imagetextgrid .gridboxitem .imagebox .morelayer {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(201, 31, 158, 0.8);
  text-align: center;
  overflow: hidden;
  padding: 0px 0 0 0;
  opacity: 0;
}
.contentpart-imagetextgrid .gridboxitem .imagebox .morelayer .morelable {
  display: inline-block;
  color: #fff;
  margin: 0px 6px 0 0;
  text-transform: uppercase;
}
.contentpart-imagetextgrid .gridboxitem .imagebox .morelayer .btnarrow {
  margin: -2px 0 0 0;
}
.contentpart-imagetextgrid .gridboxitem .morelayer {
  opacity: 1;
}
.contentpart-imagetextgrid .gridboxitem .morelayer .textbox {
  color: #fff;
  opacity: 1;
  margin: 60px 0 0 0;
  font-weight: 800;
}
.contentpart-imagetextgrid .gridboxitem .morelayer .textbox ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px 0 5px 15px;
}
.contentpart-imagetextgrid .gridboxitem .morelayer .textbox ul li {
  position: relative;
  margin: 0 0 2px 0;
}
.contentpart-imagetextgrid .gridboxitem .morelayer .textbox.longtext_1 {
  color: #fff;
  opacity: 1;
  margin: 10px 0 0 5%;
  font-weight: 800;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  width: 90%;
  line-height: 17px;
}
.contentpart-imagetextgrid .gridboxitem .morelayer .textbox.longtext_1 a {
  color: #fff;
}
.contentpart-imagetextgrid .gridboxitem .morelayer .textbox.longtext_1 p {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 17px;
}
.contentpart-imagetextgrid .gridboxitem:hover .imagebox .morelayer {
  opacity: 1;
}
.contentpart-imagetextgrid .gridboxitem .morelable, .contentpart-imagetextgrid .gridboxitem .btnarrow {
  display: none !important;
}
.contentpart-imagetextgrid .gridboxitem a .morelable, .contentpart-imagetextgrid .gridboxitem a .btnarrow {
  display: inline-block !important;
}
.contentpart-imagetextgrid .gridboxitem.imageOnly .headlinebox {
  display: none;
}
.contentpart-imagetextgrid .gridboxitem.imageOnly .imagebox {
  height: 175px;
}
.contentpart-imagetextgrid .gridboxitem.imageOnly .imagebox .boximage {
  display: block;
  width: 100%;
  height: auto;
  max-width: inherit;
}

.dce-image.display-right .caption2 {
  display: none;
}

.grid-item {
  float: left;
  margin: 0px;
  padding: 0 0px 0px 0px;
  width: 25%;
  margin: 0 -1px -1px 0;
  overflow: hidden;
}

.grid-sizer,
.gutter-sizer {
  width: 0%;
}

#grid-item1, #grid-item2, #grid-item4, #grid-item5 {
  width: 12.5%;
}

#grid-item3 {
  width: 50%;
}

.hidediv {
  display: none;
}

.gallerybox {
  float: left;
  width: 25%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.gallerybox3 {
  width: 50%;
}

.gallerybox4 {
  width: 50%;
}

.galleryItem {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  float: left;
  position: relative;
  overflow: hidden;
}

#galleryItem1, #galleryItem2, #galleryItem9, #galleryItem10, #galleryItem11, #galleryItem12 {
  width: 50%;
  height: 50%;
}

#galleryItem3 {
  height: 50%;
}

#galleryItem4 {
  width: 75%;
  height: 100%;
}

#galleryItem5, #galleryItem6 {
  width: 25%;
  height: 50%;
}

.gallery-img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.contentpart-gallery .gallery-img {
  width: auto;
  height: 100%;
  max-width: inherit;
}

.galleryItem .description {
  position: absolute;
  width: 100%;
  background: #e51a29;
  bottom: 0px;
  z-index: 2;
  opacity: 0;
  padding: 10px 2%;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  height: 100%;
  mix-blend-mode: multiply;
}

.descriptiontxt {
  opacity: 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 30px;
  overflow: hidden;
  top: 10px;
  color: #fff;
  padding: 20px;
  font-size: 22px;
  line-height: 26px;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

.galdescriptiontxtline {
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 99999999;
  left: 11px;
  top: -190px;
  width: 120px;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

.descriptiontxt .bold-text {
  font-weight: 700;
  displaY: block;
}

.galleryItem:hover .description {
  opacity: 1;
}

.galleryItem:hover .descriptiontxt {
  opacity: 1;
}

.galleryItem:hover .galdescriptiontxtline {
  opacity: 1;
}

.galleryboxcolorlayer {
  position: absolute;
  width: 75%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
}

.iconpaperpower {
  position: absolute;
  left: 60px;
  top: 10px;
  z-index: 12;
}

.galleryHL {
  width: 100%;
  float: left;
  margin: 0 0 25px 0;
}
.galleryHL h2 {
  margin: 0px 0 0px 0px;
  font-size: 26px;
  line-height: 32px;
  color: #C91F94;
  text-transform: uppercase;
  font-weight: 700;
}

.contentpart-gallerycompact .galleryItem {
  width: 31%;
  float: left;
  margin: 0 3.4% 30px 0;
  background: #fff;
  min-height: 260px;
}
.contentpart-gallerycompact .galleryItem:nth-child(3n) {
  margin-right: 0px;
}
.contentpart-gallerycompact .galleryItem:nth-child(3n+1) {
  clear: left;
}
.contentpart-gallerycompact .galleryItem .descriptiontxt {
  color: #333333;
  line-height: 20px;
  position: relative;
  opacity: 1;
  font-size: 14px;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 5px 0 0 0;
  height: auto;
  left: 0px;
  top: 0px;
}
.contentpart-gallerycompact .galleryItem .gallery-img {
  display: block;
  min-width: 100%;
  height: auto;
  min-height: auto;
}

/* SLIMBOX */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(/Resources/Public/Images/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
  max-width: 1200px;
  background-size: 100%;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(/Resources/Public/Images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(/Resources/Public/Images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(/Resources/Public/Images/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

.product-detail .contentpart-productdetailheader .section-slogan {
  text-transform: inherit;
}
.product-detail .contentpart-productdetailheader .section-slogan .light-text {
  font-weight: 700;
}
.product-detail .contentpart-hl-productlist {
  background: none;
  padding: 70px 0 0 0;
}
.product-detail .product-list {
  padding: 20px 0 20px 0;
}
.product-detail .categorydetailimage {
  width: 50%;
  float: left;
}
.product-detail .contentpart-categorydetailheader .section-slogan {
  max-width: 66%;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.product-detail .categorydetailteaser {
  width: 50%;
  float: left;
}
.product-detail .product-detail .newsitem-small .header::before, .product-detail .product-detail .newsitem-big .header::before {
  content: "";
  background-image: url("/Resources/Public/Images/line-blue-diagonal-small.svg");
}
.product-detail .product-content .contentpart-video.bg-grey-light {
  background-color: #ffffff;
}
.product-detail .product-content .newsitem .news-img-wrap {
  width: 48%;
  float: left;
}
.product-detail .newsitem .first {
  float: right;
  width: 48%;
}
.product-detail .media-right .newsitem .news-img-wrap {
  float: right;
}
.product-detail .media-right .newsitem .first {
  float: left;
}
.product-detail .newsitem-big .header h3 {
  font-weight: 700;
}

.contentpart-features .img-feature {
  display: block;
  float: right;
  width: 100%;
  height: auto;
  margin: 0 -20% 0 0;
}
.contentpart-features .featuretext-layer {
  position: absolute;
  z-index: 10;
  width: 35%;
  padding: 20px 25px 30px 25px;
  top: 60px;
}
.contentpart-features .header {
  margin: 20px 0 15px 30px;
  position: relative;
  min-height: 40px;
}
.contentpart-features .header::before {
  content: "";
  background: #C91F94;
  width: 2px;
  top: -8px;
  left: -18px;
  height: 40px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
}
.contentpart-features .headline {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.contentpart-features .section-pager-featured {
  position: absolute;
  z-index: 999;
  bottom: 0px;
}
.contentpart-features .section-pager-featured {
  text-align: center;
  width: 100%;
}
.contentpart-features .section-pager-featured span {
  display: inline-block;
  text-indent: -9999px;
  height: 8px;
  width: 40px;
  cursor: pointer;
  background: #ccc;
  margin: 0px 5px 0 5px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.contentpart-features .section-pager-featured span:hover, .contentpart-features .section-pager-featured span.cycle-pager-active {
  background: #e51a29;
}

.contentpart-contacts-inner {
  width: 25%;
}

.contentpart-hl-productlist .contentpart-contacts-inner {
  width: 100%;
}

.contentpart-downloads-inner {
  width: 50%;
  float: right;
}
.contentpart-downloads-inner .downloaditem {
  float: left;
  width: 90%;
  margin-left: 4.5%;
  margin-bottom: 20px;
}

.contentpart-contacts .contentpart-contacts-inner .contact-item {
  width: 100%;
}

.breadline {
  position: absolute;
  left: 0px;
  top: 0;
  background: #fff;
  padding: 2px 5px 3px 10px;
}

.breadarrow {
  margin: 6px 6px 0 0;
  display: block;
  float: left;
  opacity: 0.5;
  display: block;
  rotate: 180deg;
  width: 22px;
}

.breadline:hover .breadarrow {
  opacity: 1;
}

.product-list .product h3 {
  font-weight: 700;
}

.products_list.frame-type-list h2::before,
.products_show.frame-type-list h2::before,
.products_showcategory.frame-type-list h2::before {
  content: "";
  background-image: url("/Resources/Public/Images/line-pink-diagonal.svg");
}

.news-detail .products-wrap .col-content {
  width: 100%;
}
.news-detail .contentpart-headline-text .section-headline {
  margin: 20px 0 4px -15px;
}
.news-detail .contentpart-headline-text .contentpart {
  border-top: 0px solid #F7F7F7;
  border-bottom: 0px solid #F7F7F7;
}
.news-detail .frame-type-news_pi1 header h2 {
  margin: 80px 0 60px 70px;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 51px;
  font-weight: 700;
  color: #333333;
}
.news-detail .frame-type-news_pi1 header h2::before, .news-detail .frame-type-news_pi1 header h2::after {
  background-image: url("/Resources/Public/Images/line-red-diagonal.svg");
  left: -70px;
  top: -70px;
}
.news-detail .headerdiagoline-R {
  display: none;
}
.news-detail .contentpart-headline-text .section-slogan {
  font-weight: 700;
  margin: 50px 0 50px 0;
  width: 80%;
  color: #e51a29;
  font-size: 21px !important;
  line-height: 29px !important;
}
.news-detail .contentpart-headline-text .section-slogan .light-text {
  font-weight: 700;
}
.news-detail .contentpart-headline-text .line-turkis {
  display: none;
}
.news-detail .sectiondiagoline {
  height: 140px;
  margin: 0px 0 0 0;
}
.news-detail .contentpart-productdetailheader {
  background: rgb(247, 247, 247); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(247, 247, 247) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
  margin-bottom: 50px;
}
.news-detail .newsheaderimage {
  width: 100%;
  position: relative;
  float: left;
  margin: 30px 0 0px 0;
  z-index: 99;
}
.news-detail .newsheaderimage img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.news-detail .header-HL {
  color: #e51a29;
}
.news-detail .header-HL::before {
  content: "";
  background-image: url("/Resources/Public/Images/line-red-diagonal-small.svg");
}
.news-detail .contentpart-headline-text .width-50 {
  width: 46%;
}
.news-detail .contentpart-headline-text .part-left {
  margin-right: 4%;
}
.news-detail .contentpart-headline-text {
  margin: 0 0 50px 0;
  margin-top: -100px;
}
.news-detail .newsitem-small .header::before, .news-detail .newsitem-big .header::before {
  content: "";
  background: #e51a29;
  width: 1px;
  top: 30px;
  left: -30px;
  height: 100%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  position: absolute;
}
.news-detail .newsitem-big .header h3 {
  color: #e51a29;
}
.news-detail .newsitem-big .news-img-wrap {
  width: 50%;
}
.news-detail .newsitem-big .first {
  width: 46%;
}
.news-detail .contentpart-video .row-bigitems {
  margin: 0px 0 0px 0;
  padding-left: 40px;
  padding-top: 30px;
}
.news-detail .contentpart-video .row-bigitems .newsitem {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media all and (max-width: 700px) {
  .news-detail .contentpart-video .row-bigitems .newsitem {
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 40px;
  }
  .news-detail .contentpart-video .row-bigitems .newsitem .news-img-wrap {
    width: auto;
  }
}
.news-detail .contentpart-video .row-bigitems .header {
  margin: 0;
}
.news-detail .contentpart-video .row-bigitems .header:before {
  display: none;
}
.news-detail .contentpart-video {
  margin-bottom: 50px;
  background: none;
}
.news-detail .contentpart-video .contentpart {
  background: #F7F7F7;
}
.news-detail .crossnews-HL h2 {
  font-size: 46px;
  line-height: 51px;
  width: auto;
  padding: 80px 70px 70px 40px;
  text-transform: uppercase;
}
.news-detail .crossnews-HL::before {
  content: "";
  background-image: url("/Resources/Public/Images/line-red-diagonal.svg");
  top: -3px;
  width: 85px;
  height: 100%;
  left: -33px;
}

.crossnews-item {
  float: left;
  width: 33%;
  margin: 0px;
  padding: 0px;
}
.crossnews-item .news-img-wrap img {
  width: 100%;
  height: auto;
}
.crossnews-item .header, .crossnews-item .teaser-text {
  padding: 7px 15px 0 25px;
}
.crossnews-item .teaser-text {
  padding-top: 0px;
  padding-bottom: 15px;
}
.crossnews-item .header h3 {
  color: #e51a29;
  margin: 10px 0 10px 0;
  font-weight: 600;
  min-height: 50px;
}

.page-navigation p {
  float: left;
  display: none;
}
.page-navigation li {
  float: none;
  text-indent: -999999px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #F7F7F7;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 5px;
  display: inline-block;
}
.page-navigation li a {
  displaY: block;
  width: 20px;
  height: 20px;
}
.page-navigation li:hover, .page-navigation li.current {
  background: #e51a29;
}
.page-navigation .f3-widget-paginator {
  list-style-type: none;
  width: 100%;
  text-align: center;
  margin: 70px 0 70px 0;
}
.page-navigation .last.next, .page-navigation .previous {
  margin: 0 0 0 20px;
  text-indent: inherit;
  width: auto;
  background: none;
  display: none;
}
.page-navigation .last.next:hover {
  background: none;
  color: #e51a29;
}
.page-navigation .last.next:hover a {
  background: none;
  color: #e51a29;
}

.col.newsitem-small {
  max-width: 33%;
}

.news .newsitem-small {
  margin-bottom: 20px;
}

.news-single .contentpart-downloadCE {
  background: #fff;
  color: #333333;
}
.news-single .contentpart-downloadCE a {
  color: #333333;
}
.news-single .contentpart-downloadCE a:hover {
  color: #333333;
}
.news-single .contentpart-downloadCE a img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.news-single h1.section-slogan {
  margin: 30px 0 0 0;
  width: 75%;
}
.news-single .contentpart-headline-text-teaser .contentpart {
  padding: 30px 0 20px 0;
}

.newsitem-small h3 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}
.newsitem-small .header {
  min-height: 50px;
}

.row-newsoverview-all .col-3 {
  flex: 0 0 32%;
  max-width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.row-newsoverview-all .col-3:nth-child(3n) {
  margin-right: 0%;
}
.row-newsoverview-all .newsitem img {
  border: 1px solid #eee;
}

.news-img-wrap .mediaelement-video iframe {
  width: 100%;
  height: 200px;
  border: 0px;
}

.news-detail .newsheaderimage .mediaelement-video iframe {
  width: 100%;
  height: 620px;
  border: 0px;
}

.news-detail .products_list.frame-type-list,
.news-detail .products_show.frame-type-list,
.news-detail .products_showcategory.frame-type-list {
  margin: 0px 0 0 0;
}
.news-detail .product-list {
  padding: 70px 0 20px 0;
}
.news-detail .product-list .rasterlayer {
  opacity: 0.5;
}
.news-detail .frame-type-news_pi1 header h2 {
  margin: 40px 0 -40px 0px;
  font-size: 26px;
  line-height: 32px;
  color: #C91F94;
}
.news-detail h2::before {
  display: none;
}

.allnewsbtnrow {
  float: none;
  width: 100%;
  text-align: center;
  clear: both;
  margin: 20px 0 80px 0;
  position: relative;
  top: 20px;
}
.allnewsbtnrow .newsalllink {
  display: none;
}
.allnewsbtnrow.lang_0 .newsalllink {
  display: inline;
}
.allnewsbtnrow.lang_1 .newsalllink-en {
  display: inline;
}
.allnewsbtnrow.lang_2 .newsalllink {
  display: inline;
}

.news-single .products_list.frame-type-list header h2,
.news-single .products_show.frame-type-list header h2,
.news-single .products_showcategory.frame-type-list header h2 {
  margin: 40px 0 -40px 0px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}

.frame-type-news_pi1 {
  margin-bottom: 50px;
}
.frame-type-news_pi1 header {
  position: relative;
  padding: 50px 0 0 60px;
}
.frame-type-news_pi1 header h2 {
  font-size: 46px !important;
  line-height: 40px !important;
  margin: 100px 0 70px 0 !important;
  float: left;
  width: 100%;
  position: relative;
}
.frame-type-news_pi1 header h2:before {
  display: none;
}
.frame-type-news_pi1 header:before {
  content: "";
  background: black;
  width: 1px;
  left: 30px;
  height: 148px;
  top: 80px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
}
.frame-type-news_pi1 .newsitem-big .header h3, .frame-type-news_pi1 .newsitem-small h3 {
  color: #e51a29;
  font-weight: 400;
}
.frame-type-news_pi1 .newsitem-small .header, .frame-type-news_pi1 .newsitem-big .header {
  margin: 20px 0 15px 0px;
}
.frame-type-news_pi1 .newsitem-small .header::before, .frame-type-news_pi1 .newsitem-big .header::before {
  background: #e51a29;
  left: -30px;
  display: none;
}
.frame-type-news_pi1 .newsitem-small .header {
  min-height: 80px;
}

.contentpart-related-news {
  margin: 50px 0 0 0;
}
.contentpart-related-news .header-HL {
  margin: 50px 0 26px 30px;
  color: #e51a29;
}
.contentpart-related-news .header-HL:before {
  content: "";
  background-image: inherit;
  background: #e51a29;
  width: 1px;
  top: -8px;
  left: -20px;
  height: 100%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  position: absolute;
}
.contentpart-related-news .crossnews-item {
  float: left;
  width: 31.2%;
  margin: 0px 3% 0 0;
  padding: 0px;
}
.contentpart-related-news .crossnews-item:last-child {
  margin-right: 0px;
}
.contentpart-related-news .crossnews-item .header {
  padding: 7px 15px 0 0px;
}
.contentpart-related-news .crossnews-item .teaser-text {
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  color: #ffffff;
}
.contentpart-related-news .contentpart-inner {
  position: relative;
  z-index: 10;
}
.contentpart-related-news .contentrow-bubbleAnimation {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
}

.news-single h1.section-slogan {
  margin: 30px 0 0 0;
  padding: 0 0 0 80px;
  width: 75%;
  position: relative;
}
.news-single h1.section-slogan:before {
  content: "";
  background: #e51a29;
  width: 1px;
  top: -15px;
  left: 30px;
  height: 160px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  position: absolute;
}

.contentpart-newsimage .newsheaderimage .background-image {
  width: 100%;
  height: auto;
}

.contentpart-success-stories {
  padding: 50px 0 50px 0;
}
.contentpart-success-stories .contentpart-inner {
  position: relative;
  z-index: 10;
}
.contentpart-success-stories .contentrow-bubbleAnimation {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 0;
  opacity: 0.6;
}
.contentpart-success-stories .part-contacts-headline h2 {
  font-size: 24px;
  line-height: 30px;
  color: #e51a29;
  font-weight: 700;
}
.contentpart-success-stories .part-contacts-headline .header {
  margin: 0px 0 0 27px;
}
.contentpart-success-stories .part-contacts-headline .header :before {
  content: "";
  background: #e51a29;
  width: 1px;
  top: -35px;
  left: 3px;
  height: 90px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
}
.contentpart-success-stories .product-success-stories {
  float: left;
  width: 100%;
}
.contentpart-success-stories .product-success-stories .article {
  float: left;
  width: 31%;
  margin: 50px 2.3% 0 0;
  display: block;
  min-height: 400px;
}
.contentpart-success-stories .product-success-stories .article .teaser-text {
  color: #ffffff;
}
.contentpart-success-stories .product-success-stories .article a .teaser-text {
  color: #ffffff;
}
.contentpart-success-stories .product-success-stories .article .news-img-wrap {
  float: right;
  width: 100%;
  height: 190px;
  overflow: hidden;
  border: 1px solid #eee;
}
.contentpart-success-stories .product-success-stories .article .news-img-wrap img {
  max-width: 100%;
  width: 100%;
  border: 0px;
  height: auto;
}
.contentpart-success-stories .product-success-stories .article .header {
  margin: 13px 0 -5px 0px;
  position: relative;
  min-height: 40px;
  float: left;
  width: 100%;
}
.contentpart-success-stories .product-success-stories .article .header h3 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  color: #e51a29 !important;
}
.contentpart-success-stories .product-success-stories .article .header:before {
  content: "";
  background: #C91F94;
  width: 2px;
  top: -10px;
  left: -20px;
  height: 100%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  position: absolute;
  display: none;
}
.contentpart-success-stories .product-success-stories .article.count_1 {
  width: 100%;
  margin: 0px 0 0 0;
}
.contentpart-success-stories .product-success-stories .article.count_1 .header {
  margin: 70px 0 -5px 0px;
  position: relative;
  min-height: 40px;
  float: left;
  width: 100%;
}
.contentpart-success-stories .product-success-stories .article.count_1 .news-img-wrap {
  float: right;
  width: 66%;
  height: auto;
  border: 0px;
}
.contentpart-success-stories .product-success-stories .article.count_1 .article-text {
  float: left;
  width: 31%;
}
.contentpart-success-stories .product-success-stories .article.count_1 .article-text h3 {
  font-size: 17px;
  line-height: 22px;
  color: #e51a29;
  font-weight: 700;
}
.contentpart-success-stories .product-success-stories .article a:hover .header h3 {
  color: #e51a29;
}

.career .headline-standard {
  color: #e51a29;
}
.career .header-layerline .more {
  background: #e51a29 !important;
}
.career .header-layerline-blend {
  background: #e51a29 !important;
  height: 350px;
  bottom: 0px;
}
.career .header-layerline {
  margin: -4% 0 0 0;
  padding: 40px 0 40px 0;
  bottom: 40px;
  height: auto;
}
.career .header-layerline .more {
  margin: 20px 0 0 0;
}
.career .mega-hl {
  text-shadow: 0px 0px 6px rgba(150, 150, 150, 0.27);
}
.career .contentpart-headlerlayerline .teasertext {
  width: 60%;
}
.career .section-headline {
  margin: 20px 0 24px -10px;
}
.career .section-headline .sectiondiagoline {
  height: 160px;
  margin: 0px 0 0 0;
}
.career .contentpart-headline-text {
  margin: 0 0 50px 0;
}
.career .contentpart-video {
  background: #ffffff;
}
.career .contentpart-video .newsitem .news-img-wrap, .career .contentpart-video .newsitem-big .news-img-wrap {
  width: 48%;
  float: left;
}
.career .newsitem .first {
  float: right;
  width: 48%;
}
.career .media-right .newsitem .first {
  float: left;
}
.career .media-right .newsitem .news-img-wrap {
  float: right;
}
.career .newsitem-big .header h3 {
  color: #e51a29;
  font-weight: 700;
}
.career .newsitem-small .header::before, .career .newsitem-big .header::before {
  background-image: url("/Resources/Public/Images/line-blue-diagonal-small.svg");
  top: -8px;
}
.career .newsitem-big .header::before {
  display: none;
}
.career .newsitem-small .header, .career .newsitem-big .header {
  margin-left: 0px;
}
.career .cta-inner {
  background: #e51a29 !important;
}
.career .cta-inner .more.btn {
  background: #e51a29 !important;
}
.career .cta-inner:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #e51a29 !important;
  top: 0px;
}

.benefits.benefits-line {
  width: 100%;
  float: left;
  position: relative;
}

.benefit-Item .textpart {
  width: 210px;
  margin: 20px 0 20px 0;
}
.benefit-Item .imagepart {
  position: relative;
  width: 100%;
  height: 235px;
}
.benefit-Item .imagepart img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}

.contentpart-solution-benefits .solution-Item .headline {
  width: 95%;
}
.contentpart-solution-benefits header {
  width: 1110px;
  margin: 0 auto;
}
.contentpart-solution-benefits header h2 {
  width: auto;
  margin: 100px 0 60px 70px;
  color: #3CD0AB;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 51px;
}
.contentpart-solution-benefits header h2::before, .contentpart-solution-benefits header h2::after {
  content: "";
  position: absolute;
  background-image: url("/Resources/Public/Images/line-turkis-diagonal.svg");
  width: 70px;
  top: 30px;
  height: 240px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
}
.contentpart-solution-benefits header h2::after {
  left: inherit;
  margin: 0 0 0 15px;
  display: none;
}
.contentpart-solution-benefits .solution-img {
  width: 150px;
  height: auto;
}
.contentpart-solution-benefits .solution-Item {
  min-height: 280px;
}

.contentpart-benefits {
  padding: 0 0 100px 0;
}
.contentpart-benefits .dce-benefits {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.contentpart-benefits .dce-benefits .benefit-Item {
  flex: 0 0 calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  height: 150px;
}
.contentpart-benefits .dce-benefits .benefit-Item:nth-child(3n) {
  margin-right: 0;
}

.contentpart-solution-benefits-top .section-headline {
  margin: 65px 0 4px 0;
}
.contentpart-solution-benefits-top .headline-standard {
  font-size: 46px;
  line-height: 31px;
}

.contentpart-headline-text.contentpart-solution-benefits-top .headline-standard {
  font-size: 46px;
  line-height: 56px;
}
.contentpart-headline-text.contentpart-solution-benefits-top .headline-standard:before {
  left: 20px;
  height: 140px;
  top: 53px;
}

.contentpart-info .header {
  position: relative;
}
.contentpart-info .text {
  width: 75%;
}
.contentpart-info .sectionhl-smaller .light-text {
  font-weight: 700;
}
.contentpart-info .width-48 {
  width: 44%;
}
.contentpart-info .part-right {
  float: right;
}
.contentpart-info .img-info {
  width: 100%;
  height: auto;
  display: block;
}
.contentpart-info .dce-image {
  width: 400%;
  min-width: 10px !important;
  float: right;
  margin: 0 30px 0 0;
}
.contentpart-info .header:before {
  content: "";
  background-image: url("/Resources/Public/Images/line-turkis-diagonal-small.svg");
  top: -8px;
  position: absolute;
  background-size: 100%;
  width: 25px;
  height: 100%;
  left: -35px;
  top: -3px;
  background-repeat: no-repeat;
}
.contentpart-info .header h2 {
  margin-top: 80px;
  font-weight: 700;
  font-size: 46px;
  line-height: 46px;
}
.contentpart-info .subheadline {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 29px;
  width: 100%;
  margin: 0 0 10px 0;
}
.contentpart-info .image-caption-hover {
  position: relative;
  z-index: 5;
  left: inherit;
  top: inherit;
  margin: 0px 0 0px;
  float: right;
  background: #F7F7F7;
  width: auto;
}
.contentpart-info .image-caption-hover:before {
  content: "";
  position: absolute;
  width: 400%;
  height: 100%;
  right: 100%;
  top: 0px;
  background: #F7F7F7;
}
.contentpart-info .image-caption-hover .section-slogan {
  z-index: 5;
  font-size: 20px;
  line-height: 29px;
  left: 130px;
}

.contentpart-product-scope {
  padding: 80px 0 80px 0;
}

.contentpart-product-scope .header::before {
  content: "";
  background-image: url("/Resources/Public/Images/line-pink-diagonal.svg");
  position: absolute;
  background-size: 100%;
  width: 25px;
  height: 100%;
  left: -35px;
  top: -20px;
  background-repeat: no-repeat;
}

.contentpart-product-scope h2 {
  font-size: 24px;
  line-height: 30px;
  color: #e51a29;
  font-weight: 700;
  text-transform: uppercase;
}

.contentpart-product-scope h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #e51a29;
}

.part-scopeHeader {
  margin: 0px 0 0 27px;
}
.part-scopeHeader .subheadline {
  width: 70%;
}

.contentpart-product-scope .part-scopeHeader .header::before {
  left: 0px;
}

.part-scopecontent {
  margin: 40px 0 0 0;
}
.part-scopecontent .text ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.part-scopecontent .text ul li {
  float: left;
  width: 30%;
  margin: 5px 3% 0 0;
  height: 30px;
  position: relative;
  padding: 0 0 0 10px;
}
.part-scopecontent .text ul li:before {
  content: "-";
  position: absolute;
  left: 0px;
  top: 1px;
}

.contentpart-outer.contentpart-product-teaser {
  padding: 50px 0 0px 0;
  font-size: 20px;
  line-height: 26px;
}
.contentpart-outer.contentpart-product-teaser ul {
  list-style-type: none;
  margin: 5px 0 20px 0;
  padding: 0px;
  width: 100%;
  float: left;
}
.contentpart-outer.contentpart-product-teaser ul li {
  position: relative;
  padding: 0 0 0 37px;
  margin: 0 0 5px 0;
}
.contentpart-outer.contentpart-product-teaser ul li:before {
  background-image: url("/Resources/Public/Images/icon-arrow-blue.svg");
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0px;
  top: -1px;
}

.contentpart-product-usps .contentpart {
  border-top: 6px solid #F7F7F7;
  border-bottom: 6px solid #F7F7F7;
  padding: 50px 0 20px 0;
  margin: 0 0 50px 0;
}
.contentpart-product-usps .part-uspHeader {
  margin: 0px 0 0 27px;
}
.contentpart-product-usps h2 {
  font-size: 24px;
  line-height: 30px;
  color: #e51a29;
  font-weight: 700;
}
.contentpart-product-usps h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}
.contentpart-product-usps .header::before {
  content: "";
  background-image: url("/Resources/Public/Images/line-pink-diagonal.svg");
  position: absolute;
  background-size: 100%;
  width: 25px;
  height: 100%;
  left: 0px;
  top: 30px;
  background-repeat: no-repeat;
}
.contentpart-product-usps .usbbox {
  float: left;
  width: 30%;
  margin: 5px 3% 0 0;
  height: auto;
  position: relative;
  padding: 30px 0 0 10px;
}
.contentpart-product-usps .usbboxen {
  float: left;
  width: 100%;
}

.member {
  margin: 0 0 40px 0;
  float: left;
}

.metacontact {
  display: block;
  width: 100%;
  float: left;
}

.metacontact a:hover {
  text-decoration: underline;
}

.metacontact.metacontact-city {
  margin: 10px 0 0 0;
}

.contentpart-contacts {
  padding: 80px 0 50px 0;
}
.contentpart-contacts a.link {
  text-decoration: underline;
}
.contentpart-contacts .part-contacts-headline {
  margin: 0 0 40px 0;
}
.contentpart-contacts .header {
  margin: 0px 0 0 27px;
}
.contentpart-contacts .header::before {
  content: "";
  background: #e51a29;
  width: 1px;
  top: -35px;
  left: 3px;
  height: 90px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
}
.contentpart-contacts .part-contacts-headline h2 {
  font-size: 24px;
  line-height: 30px;
  color: #e51a29;
  font-weight: 700;
}
.contentpart-contacts .contact-item {
  width: 20%;
  color: #ffffff;
}
.contentpart-contacts .contact-item a {
  color: #ffffff;
}
.contentpart-contacts .name {
  margin: 10px 0 0 0;
}

.product-detail .contentpart-contacts .header::before {
  content: "";
  background: #e51a29;
}

.frame-type-news_pi1 .contentpart-contacts-worldwide,
.frame-type-list .contentpart-contacts-worldwide {
  min-height: 950px;
  padding-top: 0px;
}
.frame-type-news_pi1 .contentpart-contacts-worldwide .memberItemOff,
.frame-type-list .contentpart-contacts-worldwide .memberItemOff {
  display: none !important;
}
.frame-type-news_pi1 .contentpart-contacts-worldwide .bgworld,
.frame-type-list .contentpart-contacts-worldwide .bgworld {
  opacity: 0.5;
  width: 130%;
  left: -15%;
  top: -160px;
  z-index: -1;
}
.frame-type-news_pi1 .contentpart-contacts-worldwide .contact-list,
.frame-type-list .contentpart-contacts-worldwide .contact-list {
  float: left;
  width: 100%;
  margin: 80px 0 0 0;
  position: relative;
  z-index: 5;
}
.frame-type-news_pi1 .contentpart-contacts header,
.frame-type-list .contentpart-contacts header {
  margin: 0px 0 0 0px;
  z-index: 10;
  position: relative;
}
.frame-type-news_pi1 .contentpart-contacts header h2,
.frame-type-list .contentpart-contacts header h2 {
  font-weight: 700;
  color: #e51a29;
  width: 100%;
  margin-left: 70px;
}
.frame-type-news_pi1 .contentpart-contacts header::before,
.frame-type-list .contentpart-contacts header::before {
  content: "";
  background: #3CD0AB;
  width: 2px;
  top: -3px;
  left: -10px;
  height: 105%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  z-index: 999999999999;
}
.frame-type-news_pi1 .country-select,
.frame-type-list .country-select {
  display: block;
  position: relative;
  top: 50px;
  margin: 0 0 130px 0;
  float: left;
  width: 100%;
}
.frame-type-news_pi1 .country-select .country-select-iconarrow,
.frame-type-list .country-select .country-select-iconarrow {
  display: block;
  position: absolute;
  left: 37%;
  top: 21px;
  z-index: 999;
}
.frame-type-news_pi1 .country-select .country-selectlist,
.frame-type-list .country-select .country-selectlist {
  position: absolute;
  display: block;
  width: 40%;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  z-index: 99;
  overflow: hidden;
}
.frame-type-news_pi1 .country-select .country-selectlist li.selected,
.frame-type-list .country-select .country-selectlist li.selected {
  display: block !important;
}
.frame-type-news_pi1 .country-select .country-selectlist li,
.frame-type-list .country-select .country-selectlist li {
  cursor: pointer;
  padding: 0px 0% 0px 0%;
  display: block;
  color: #ffffff;
  width: 100%;
  float: left;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.frame-type-news_pi1 .country-select .country-selectlist li .country-selectlist-titel,
.frame-type-list .country-select .country-selectlist li .country-selectlist-titel {
  padding: 15px 0 15px 0;
  display: block;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.frame-type-news_pi1 .country-select .country-selectlist li:first-child,
.frame-type-list .country-select .country-selectlist li:first-child {
  opacity: 1;
  position: relative;
  z-index: 10;
}
.frame-type-news_pi1 .country-selectOn .country-selectlist,
.frame-type-list .country-selectOn .country-selectlist {
  max-height: 600px;
  overflow: auto;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.25);
}
.frame-type-news_pi1 .country-selectOn .country-selectlist li,
.frame-type-list .country-selectOn .country-selectlist li {
  opacity: 1;
  position: relative;
  z-index: 10;
}
.frame-type-news_pi1 .country-selectOn .country-selectlist li .country-selectlist-titel,
.frame-type-list .country-selectOn .country-selectlist li .country-selectlist-titel {
  border-bottom: 1px solid #ffffff;
}
.frame-type-news_pi1 .country-selectOn .country-selectlist li:last-child .country-selectlist-titel,
.frame-type-list .country-selectOn .country-selectlist li:last-child .country-selectlist-titel {
  border-bottom: 0px solid #ffffff;
}
.frame-type-news_pi1 .countrylistOpen .country-selectlist,
.frame-type-list .countrylistOpen .country-selectlist {
  max-height: 600px;
  overflow: auto;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.25);
}
.frame-type-news_pi1 .countrylistOpen .country-selectlist li,
.frame-type-list .countrylistOpen .country-selectlist li {
  opacity: 1;
  position: relative;
  z-index: 10;
}
.frame-type-news_pi1 .countrylistOpen .country-selectlist li .country-selectlist-titel,
.frame-type-list .countrylistOpen .country-selectlist li .country-selectlist-titel {
  border-bottom: 1px solid #ffffff;
}
.frame-type-news_pi1 .countrylistOpen .country-selectlist li:last-child .country-selectlist-titel,
.frame-type-list .countrylistOpen .country-selectlist li:last-child .country-selectlist-titel {
  border-bottom: 0px solid #ffffff;
}
.frame-type-news_pi1 .country-selectdisable,
.frame-type-list .country-selectdisable {
  pointer-events: none !important;
}
.frame-type-news_pi1 .contentpart-contacts-worldwide .partner-list,
.frame-type-list .contentpart-contacts-worldwide .partner-list {
  float: left;
  width: 100%;
}
.frame-type-news_pi1 .contentpart-contacts-worldwide .list-sectionheadline,
.frame-type-list .contentpart-contacts-worldwide .list-sectionheadline {
  width: 100%;
  float: left;
  margin: 80px 0 40px 0;
  border-bottom: 1px solid #e51a29;
  text-transform: uppercase;
}
.frame-type-news_pi1 .contentpart-contacts-worldwide .list-sectionheadline h3,
.frame-type-list .contentpart-contacts-worldwide .list-sectionheadline h3 {
  color: #e51a29;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.frame-type-news_pi1 .contentpart-contacts-worldwide .team-wrap .memberItem,
.frame-type-list .contentpart-contacts-worldwide .team-wrap .memberItem {
  width: 33%;
}
.frame-type-news_pi1 .contentpart-contacts-worldwide .team-wrap .memberItem h3,
.frame-type-list .contentpart-contacts-worldwide .team-wrap .memberItem h3 {
  text-transform: none;
  font-weight: 700;
  margin: 12px 0px 0px 0;
}
.frame-type-news_pi1 .contentpart-contacts-worldwide .team-wrap .memberItem .image-wrap,
.frame-type-list .contentpart-contacts-worldwide .team-wrap .memberItem .image-wrap {
  width: 60%;
}
.frame-type-news_pi1 .contentpart-contacts-worldwide .team-wrap .memberItem .text,
.frame-type-list .contentpart-contacts-worldwide .team-wrap .memberItem .text {
  width: 90%;
}
.frame-type-news_pi1 .contentpart-contacts-worldwide .team-wrap .partner-list .memberItem .text,
.frame-type-list .contentpart-contacts-worldwide .team-wrap .partner-list .memberItem .text {
  width: 60%;
}

.contact .dce-header-slider-standard .mega-hl .light-text {
  font-weight: 700;
}
.contact .dce-header-slider-standard .mega-hl {
  max-width: 450px;
}
.contact .dce-header-slider-standard .headerdiagoline-R {
  display: none;
}
.contact .dce-header-slider .headerdiagoline {
  max-height: 420px;
}
.contact .contentpart-contact-form {
  position: relative;
  z-index: 20;
}
.contact .contentpart-contact-form .formbox {
  width: 70%;
  float: left;
  position: relative;
  padding: 0 0 50px 0;
}
.contact .contentpart-contact-form .formbox select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}
.contact .contentpart-contact-form .formbox select::-ms-expand {
  display: none;
}
.contact .contentpart-contact-form .formbox .form-control {
  color: #999999;
}
.contact .contentpart-contact-form .formbox .formbox-inner {
  width: 80%;
  float: left;
  margin: 70px 0 0 0;
}
.contact .contentpart-contact-form .formbox header:before {
  content: "";
  background: #e51a29;
  width: 1px;
  top: 51px !important;
  left: 44px !important;
  height: 80px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  z-index: 999999999999;
  position: absolute;
}
.contact .contentpart-contact-form .formbox header h2 {
  font-weight: 700;
  width: 100%;
  margin-left: 70px;
  font-size: 46px;
  line-height: 51px;
  text-transform: uppercase;
}
.contact .contentpart-contact-form .formbox .frame-type-form_formframework {
  width: 100%;
  margin: 40px 0 0 74px;
}
.contact .contentpart-contact-form .formbox .actions {
  float: left;
}
.contact .contentpart-contact-form .formbox .form-group {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 30px 0;
}
.contact .contentpart-contact-form .formbox .form-group label {
  float: left;
  display: block;
  margin: 7px 2% 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  width: 28%;
}
.contact .contentpart-contact-form .formbox .input {
  float: right;
  display: block;
  width: 70%;
}
.contact .contentpart-contact-form .formbox .input.checkbox {
  float: left;
  width: 100%;
  font-size: 13px;
  opacity: 0.8;
}
.contact .contentpart-contact-form .formbox .form-check {
  padding-left: 0;
}
.contact .contentpart-contact-form .formbox .form-check .form-check-label input {
  display: none;
}
.contact .contentpart-contact-form .formbox input, .contact .contentpart-contact-form .formbox select, .contact .contentpart-contact-form .formbox textarea {
  border: 0px;
  background: none;
  border-bottom: 1px solid #707070;
  width: 100%;
  border-radius: 0px;
}
.contact .contentpart-contact-form .formbox select {
  background: inherit;
  background-image: url("/Resources/Public/Images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 13px;
  color: #ffffff;
}
.contact .contentpart-contact-form #form-group-contact-365-dsgvo label, .contact .contentpart-contact-form #form-group-contactEN-365-dsgvo label, .contact .contentpart-contact-form #form-group-contactEN-780-dsgvo label,
.contact .contentpart-contact-form #form-group-kontaktformularLeadgenerierungDE-968-dsgvo label, .contact .contentpart-contact-form #form-group-kontaktformularLeadgenerierungEN-968-dsgvo label, .contact .contentpart-contact-form #form-group-kontaktformularLeadgenerierungNA-970-dsgvo label {
  font-weight: inherit;
  font-size: inherit;
  text-transform: inherit;
  color: #ffffff;
  width: 100%;
  margin: 1px 0 0 0;
}
.contact .contentpart-contact-form #form-group-contact-365-dsgvo .custom-control-label::before, .contact .contentpart-contact-form #form-group-contactEN-365-dsgvo .custom-control-label::before, .contact .contentpart-contact-form #form-group-contactEN-780-dsgvo .custom-control-label::before,
.contact .contentpart-contact-form #form-group-kontaktformularLeadgenerierungDE-968-dsgvo .custom-control-label::before, .contact .contentpart-contact-form #form-group-kontaktformularLeadgenerierungEN-968-dsgvo .custom-control-label::before, .contact .contentpart-contact-form #form-group-kontaktformularLeadgenerierungNA-970-dsgvo .custom-control-label::before {
  border: 1px solid #002744;
  border-radius: 0px !important;
}
.contact .contentpart-contact-form #contact-365-dsgvo {
  display: none;
}
.contact .contentpart-contact-form #form-group-contact-365-singleselect-1 {
  width: 100%;
  margin-right: 4%;
}
.contact .contentpart-contact-form #form-group-contact-365-singleselect-2 {
  width: 45%;
}
.contact .contentpart-contact-form #form-group-contact-365-singleselect-2 label {
  width: 35%;
}
.contact .contentpart-contact-form #form-group-contact-365-singleselect-2 .input {
  width: 62%;
}
.contact .contentpart-contact-form #form-group-contact-365-singleselect-2 select {
  width: 100%;
}
.contact .contentpart-contact-form #form-group-contact-365-text-1 label {
  width: 20%;
}
.contact .contentpart-contact-form #form-group-contact-365-text-1 .input {
  width: 78%;
}
.contact .contentpart-contact-form #form-group-contact-365-text-2 label {
  width: 22%;
}
.contact .contentpart-contact-form #form-group-contact-365-text-2 .input {
  width: 76%;
}
.contact .contentpart-contact-form #form-group-contact-365-email-1 label {
  width: 15%;
}
.contact .contentpart-contact-form #form-group-contact-365-email-1 .input {
  width: 83%;
}
.contact .contentpart-contact-form #form-group-contact-365-text-3 label {
  width: 12%;
}
.contact .contentpart-contact-form #form-group-contact-365-text-3 .input {
  width: 86%;
}
.contact .contentpart-contact-form #form-group-contact-365-singleselect-3 label {
  width: 10%;
}
.contact .contentpart-contact-form #form-group-contact-365-singleselect-3 .input {
  width: 88%;
}
.contact .contentpart-contact-form #form-group-contact-365-telephone-1 label {
  width: 15%;
}
.contact .contentpart-contact-form #form-group-contact-365-telephone-1 .input {
  width: 83%;
}
.contact .contentpart-contact-form #form-group-contact-365-textarea-1 label {
  width: 20%;
}
.contact .contentpart-contact-form #form-group-contact-365-textarea-1 .input {
  width: 78%;
}
.contact .contentpart-contact-form #form-group-contact-365-textarea-1 textarea {
  height: 120px;
}
.contact .contentpart-contact-form #form-group-contact-365-checkbox-1 {
  width: 48%;
}
.contact .contentpart-contact-form #form-group-contact-365-checkbox-1 .checkbox {
  float: left;
}
.contact .contentpart-contact-form .actions {
  width: auto;
  float: right;
  min-width: 250px;
}
.contact .contentpart-contact-form .actions .btn-group {
  width: 100%;
}
.contact .contentpart-contact-form .actions .btn {
  width: 100%;
  cursor: pointer;
  color: #ffffff;
  height: 50px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  background-color: #e51a29;
  border-radius: 0px;
  background-image: url("/Resources/Public/Images/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 95% 18px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.contact .contentpart-contact-form .actions .btn:hover {
  background-position: 97% 18px;
}
.contact .contentpart-contact-form .actions .btn-primary {
  border-color: #e51a29;
  padding-right: 70px;
}
.contact .formbox:before {
  content: "";
  position: absolute;
  width: 2000px;
  height: 100%;
  top: 0px;
  right: 100%;
  padding-left: 2%;
}
.contact .formbox-contactbox {
  float: right;
  width: 25%;
}
.contact .formbox-contactbox .formbox-contactbox-inner {
  width: 100%;
  float: left;
  margin: 70px 0 0 0;
}
.contact .formbox-contactbox h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #e51a29;
  margin: 13px 0 5px 0;
}
.contact .formbox-contactbox .contact-image {
  display: block;
  width: 100%;
  height: auto;
}

.frame-type-form_formframework header:first-child,
.frame-type-form_formframework header {
  display: none;
}

.countryfinder {
  position: absolute;
  background: #3572CB;
  width: 40%;
  height: 51px;
  padding: 10px 0 10px 10px;
  z-index: 999999;
  top: -51px;
  opacity: 0;
}

.countrylistOpen .countryfinder {
  opacity: 1;
}

#countrysearch {
  width: 94%;
  border: 0px;
  border-bottom: 1px solid #fff;
  height: auto;
  color: #fff;
  background: none;
  padding: 5px 0 10px 0;
  margin: 0 0 0 2%;
  display: block;
}

#countrysearch::-webkit-input-placeholder {
  color: #ffffff;
}

#countrysearch:-ms-input-placeholder {
  color: #ffffff;
}

#countrysearch::placeholder {
  color: #ffffff;
}

.contact .contentpart-contact-form .form-check label {
  float: left;
  display: block;
  font-weight: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  color: #ffffff !important;
  width: 100% !important;
  margin: 1px 0 0 0;
}
.contact .contentpart-contact-form .form-check label a {
  color: #ffffff !important;
  text-decoration: underline;
}
.contact .contentpart-contact-form .form-check label a:hover {
  color: #C91F94 !important;
}
.contact .contentpart-contact-form .form-check input {
  display: block;
  float: left;
  width: auto;
  border-radius: 0px;
  cursor: pointer;
  margin: 4px 0px 0 -18px;
}

.contact .contentpart-contact-form .formbox .form-control {
  color: #cccccc;
}

.contact .contentpart-contact-form .formbox select.form-control option {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.custom-checkbox .add-on.custom-control-label {
  width: 100% !important;
  font-size: 14px !important;
  text-transform: none !important;
  font-weight: 300 !important;
  margin: 2px 0 0 5px !important;
}

.form-check {
  padding-left: 0;
}
.form-check .form-check-label input {
  display: none;
}

.downloaditem {
  float: left;
  width: 20%;
  margin-left: 2%;
}

.downloaditem .downloadarrow img {
  position: relative;
  left: 0px;
  display: block;
  margin: -5px 10px 0 6px;
  width: 22px;
}

.downloaditem a {
  color: #ffffff;
}

.downloaditem a:hover {
  color: #ffffff;
}

.downloadarrow {
  float: left;
}

.downloaditem .downloadarrow img.btnarrowlogin {
  margin: 12px 10px 0 6px;
}

.downloaditem:hover .downloadarrow img.btnarrowlogin {
  left: 5px;
}

.downloaditem.loginbtnBottom:hover .downloadarrow img.btnarrowlogin {
  left: 0px;
}

.contentpart-downloadCE {
  background: black;
  padding: 0 0 40px 0;
}
.contentpart-downloadCE header h2 {
  font-size: 66px;
  line-height: 78px;
  font-weight: 200;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  width: 85%;
  color: #C91F94;
  position: relative;
  margin: 80px 0 0 90px;
}
.contentpart-downloadCE header h2:before {
  content: "";
  background-image: url("/Resources/Public/Images/line-pink-diagonal.svg");
  position: absolute;
  width: 90px;
  height: 240px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -40px;
  left: -120px;
}
.contentpart-downloadCE .downloadItems {
  float: left;
  width: 100%;
  position: relative;
  margin: 47px 0 0 70px;
}

.frame-type-news_pi1 header h2 {
  margin: 80px 0 0 0px;
}
.frame-type-news_pi1 .downloadItems {
  float: left;
  width: 100%;
  position: relative;
  margin: 67px 0 0 0px;
}
.frame-type-news_pi1 .downloaditem {
  margin: 0 20px 10px 0;
}

.contentpart-contact-form .sg-cookie-optin-iframe-consent {
  background-color: #e51a29;
  display: block;
  float: left;
  padding: 0 0;
  margin: 10px 0 110px 0;
}

.contentpart-headline-text .text {
  float: left;
  width: 100%;
}
.contentpart-headline-text .contentpart {
  border-top: 0px solid #F7F7F7;
  border-bottom: 0px solid #F7F7F7;
  padding: 0px 0 20px 0;
}
.contentpart-headline-text .section-slogan {
  font-weight: 700;
  margin: 50px 0 50px 0;
  width: 80%;
  color: #e51a29;
  font-size: 21px !important;
  line-height: 29px !important;
}
.contentpart-headline-text .sectiondiagoline {
  height: 140px;
  margin: 0px 0 0 0;
}
.contentpart-headline-text .line-turkis, .contentpart-headline-text .line-red {
  display: none;
}

.product-detail .contentpart-headline-text {
  background: #ffffff;
  margin: 0 0 0px 0;
  padding: 0 0 50px 0;
}
.product-detail .contentpart-headline-text .section-slogan {
  color: #e51a29;
}
.product-detail .news-detail .contentpart-headline-text .section-headline {
  margin: 20px 0 4px 0px;
  margin: 20px 0 4px 30px;
}
.product-detail .contentpart-headline-text .section-slogan:before {
  content: "";
  background-image: url("/Resources/Public/Images/line-blue-diagonal-small.svg");
  position: absolute;
  background-size: 100%;
  width: 25px;
  height: 100%;
  left: -30px;
  top: 29px;
  background-repeat: no-repeat;
}

.hidden {
  display: none;
}

.grecaptcha-badge {
  z-index: 9999999999 !important;
  opacity: 1 !important;
  pointer-events: inherit !important;
}

.loginlayerOn .grecaptcha-badge,
.recaptchaOn .grecaptcha-badge {
  opacity: 1 !important;
  pointer-events: inherit !important;
}

.contentpart-headline-text.sidebarright {
  padding-top: 40px;
}
.contentpart-headline-text.sidebarright .part-left {
  width: 60%;
  margin-right: 15%;
}
.contentpart-headline-text.sidebarright .part-right {
  width: 25%;
  position: relative;
}
.contentpart-headline-text.sidebarright .part-right:before {
  content: "";
  height: 50px;
  width: 1px;
  background-color: black;
  position: absolute;
  left: 10px;
  top: -64px;
  -webkit-transform: rotate(24deg);
  -moz-transform: rotate(24deg);
  -o-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  transform: rotate(24deg);
}
.contentpart-headline-text.sidebarright.haslogo .part-right:before {
  display: none;
}

.sg-cookie-optin-iframe-consent button {
  display: block;
  margin: 0 auto;
  padding: 15px;
  color: var(--sg-cookie-optin-iframe-color-button-load-one-text);
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: var(--sg-cookie-optin-iframe-color-button-load-one);
  height: auto !important;
  background-image: inherit !important;
}
.sg-cookie-optin-iframe-consent .sg-cookie-optin-iframe-consent-link {
  display: none;
}
.sg-cookie-optin-iframe-consent p {
  text-align: center;
  margin: 10px auto 0 auto;
  color: #fff;
  font-size: 12px;
  width: 75%;
  max-width: 450px;
}
.sg-cookie-optin-iframe-consent .sg-cookie-optin-iframe-consent-link {
  display: block;
  color: #fff !important;
  font-size: 12px;
  text-decoration: underline !important;
  margin: -5px 0 0 0;
}

.loginlayer .sg-cookie-optin-iframe-consent p, .contentpart-jobwizard .sg-cookie-optin-iframe-consent p {
  color: #333333;
}
.loginlayer .sg-cookie-optin-iframe-consent .sg-cookie-optin-iframe-consent-link, .contentpart-jobwizard .sg-cookie-optin-iframe-consent .sg-cookie-optin-iframe-consent-link {
  color: #333333 !important;
}

.contentpart-get-in-touch {
  max-height: 530px;
  overflow: hidden;
}
.contentpart-get-in-touch .section-slogan {
  font-weight: 200;
}
.contentpart-get-in-touch .image-img {
  display: block;
  width: 85vw;
  height: auto;
  max-width: inherit;
  margin-left: 0%;
  float: left;
}
.contentpart-get-in-touch .imagelayerbox {
  width: 100%;
  position: absolute;
  top: 30px;
  z-index: 10;
  margin: 0 0 0 80px;
}
.contentpart-get-in-touch .text {
  margin: 0px 0 0 0px;
  float: left;
  width: 100%;
}
.contentpart-get-in-touch .text p {
  margin-bottom: 0px;
}
.contentpart-get-in-touch .more {
  margin: 50px 0 0 0;
  padding: 0px;
  min-width: 260px;
}
.contentpart-get-in-touch .more.btn a {
  padding: 7px 15px 8px 15px;
  display: block;
  background-color: #fff;
  color: #e51a29;
}
.contentpart-get-in-touch .more.btn a img {
  opacity: 1 !important;
}
.contentpart-get-in-touch .headline {
  margin: 0 0 40px 0;
}
.contentpart-get-in-touch .headline:before {
  content: "";
  background: #ffffff;
  background-image: none;
  background-image: none;
  width: 1px;
  left: -30px;
  height: 148px;
  top: 35px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
}
.contentpart-get-in-touch .headline-sub {
  text-transform: none;
  margin: 0 0 5px 0;
  float: left;
  width: 100%;
}

#map {
  width: 100%;
  width: 100%;
  height: 950px;
  margin-top: -200px;
}

.contentpart-map {
  overflow: hidden;
  margin-top: -100px;
}

.mapfilter {
  position: absolute;
  width: 460px;
  text-align: center;
  margin: 0px auto 0 -230px;
  bottom: 0px;
  left: 50%;
}
.mapfilter .more {
  position: relative;
  display: block;
  float: left !important;
  margin-bottom: 30px;
  width: 200px;
}
.mapfilter .more span {
  padding: 6px 2% 8px 2%;
  display: block;
}
.mapfilter .AgentsFilter {
  background: #e51a29 !important;
}
.mapfilter .LocationsFilter {
  background: #e51a29 !important;
}

.hideAgentLocationSwitchert .mapfilter {
  display: none;
}

.mapoverlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../Images/bigoverlay.png");
  opacity: 0.5;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 650ms;
  -moz-transition: opacity 650ms;
  -o-transition: opacity 650ms;
  transition: opacity 650ms;
}

.contentpart-map:hover .mapoverlay {
  opacity: 0.2;
}

.markerhidden {
  cursor: default !important;
  pointer-events: none !important;
  display: none !important;
}

.hidemarkerinfowindow {
  display: none !important;
}

#logoutframe {
  width: 0px;
  height: 0px;
  border: 0px;
  display: none;
}

.loginbutton {
  float: left;
  margin: 0 10px 0 0;
  cursor: pointer;
  min-width: 20px;
  width: auto;
  text-align: center;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

.loginbutton:hover {
  font-weight: 400;
  text-decoration: underline;
}

.loginlayer {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: -9999px;
  left: 0px;
  width: 0%;
  height: 0%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 550ms;
  -moz-transition: opacity 550ms;
  -o-transition: opacity 550ms;
  transition: opacity 550ms;
}

.loginlayerOn .loginlayer {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999998;
  opacity: 1;
}

.layer-inner.loginLayer-inner {
  width: 600px;
  height: 400px;
  background: #fff;
  margin: 146px auto 0 auto;
  position: relative;
  -webkit-transition: height 550ms;
  -moz-transition: height 550ms;
  -o-transition: height 550ms;
  transition: height 550ms;
}

.form-registerOn .layer-inner.loginLayer-inner {
  height: 600px;
}

.form-pwOn .layer-inner.loginLayer-inner {
  height: 300px;
}

.form-confirmOn .layer-inner.loginLayer-inner {
  height: 300px;
}

.loginLayer-content {
  width: 80%;
  margin: 40px 0 0 10%;
  float: left;
}

.loginLayer-content h3 {
  font-size: 24px;
  line-height: 26px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}

.loginLayer-content .header {
  position: relative;
}

.loginLayer-content .header::before {
  content: "";
  background: #333333;
  width: 2px;
  top: -14px;
  left: -20px;
  height: 180%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  position: absolute;
}

.closeBTN {
  cursor: pointer;
  opacity: 0.8;
  position: absolute;
  right: 50px;
  top: 40px;
  width: 80px;
  height: 80px;
}

.closeBTN:hover {
  opacity: 1;
}

.closex {
  cursor: pointer;
  background: #fff;
  width: 1px;
  top: 0;
  left: 42px;
  height: 80px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.closex2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.loginLayer-content .form-group {
  min-height: 40px;
}
.loginLayer-content input {
  border: 0px;
  background: none;
  border-bottom: 1px solid #707070;
  width: 100%;
  border-radius: 0px;
  padding: 0 0 0px 0;
  height: 35px;
  margin: 10px 0 10px 0;
  width: 100%;
  float: left;
}
.loginLayer-content button {
  width: 100%;
  cursor: pointer;
  color: #ffffff;
  height: 50px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  background-color: #333333;
  border-radius: 0px;
  margin: 20px 0 20px 0;
  background-image: url("/Resources/Public/Images/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 95% 18px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.loginLayer-content button:hover {
  background-position: 97% 18px;
}
.loginLayer-content .metalinks a {
  opacity: 0.7;
}
.loginLayer-content .metalinks a:hover {
  opacity: 1;
}

.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: auto;
  height: 80px;
  top: inherit;
  right: 149px;
  margin: -84px 0 0 0;
  z-index: 10;
  display: none;
}

.loginloading .lds-ellipsis {
  display: block;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.loginLayer-loginform, .loginLayer-registerform, .loginLayer-pwform, .loginLayer-confirmform {
  height: 0px;
  width: 0px;
  position: relative;
  z-index: -2;
  overflow: hidden;
  position: absolute;
  top: -999999px;
  opacity: 0;
  -webkit-transition: opacity 650ms;
  -moz-transition: opacity 650ms;
  -o-transition: opacity 650ms;
  transition: opacity 650ms;
  transition-delay: 350ms;
}

.form-loginOn .loginLayer-loginform {
  width: 80%;
  height: auto;
  z-index: 10;
  position: relative;
  top: inherit;
  opacity: 1;
  overflow: visible;
}

.form-registerOn .loginLayer-registerform {
  width: 80%;
  height: auto;
  z-index: 10;
  position: relative;
  top: inherit;
  opacity: 1;
  overflow: visible;
}

.form-pwOn .loginLayer-pwform {
  width: 80%;
  height: auto;
  z-index: 10;
  position: relative;
  top: inherit;
  opacity: 1;
  overflow: visible;
}

.form-confirmOn .loginLayer-confirmform {
  width: 80%;
  height: auto;
  z-index: 10;
  position: relative;
  top: inherit;
  opacity: 1;
  overflow: visible;
}

.login-logout {
  display: none;
}

.userloggedin .login-logout {
  display: inline;
}

.userloggedin .login-action {
  display: none;
}

.regstatus-error {
  color: red;
  font-weight: bold;
  margin: 0 0 0px 0;
}

.LoginlayerSucess .regstatus-error {
  color: green;
}

.regstatus-ok {
  color: green;
  font-weight: bold;
  margin: 0 0 0px 0;
  display: none;
}

.downloaditem.loginbtnBottom {
  cursor: pointer;
  margin: -30px 0 0 29px;
  color: #ffffff;
}

.downloaditem.loginbtnBottom .title.bold-text {
  float: left;
}

.downloaditem.loginbtnBottom .downloadarrow {
  float: left;
  margin: -4px 0 0 10px;
}

.loginBox #dsgvoContainer {
  font-size: 13px;
}
.loginBox #dsgvo {
  width: 25px;
  float: left;
  margin: 5px 0px 0 0;
  height: 25px;
}
.loginBox .dsgvo {
  float: right;
  width: 90%;
}
.loginBox .dsgvo-more {
  float: right;
  width: 90%;
  display: none;
}
.loginBox .dsgvo-more-button {
  display: block;
  float: right;
  width: 90%;
  cursor: pointer;
  font-weight: 700;
}

.loginshowdsgvo .layer-inner.loginLayer-inner {
  height: 720px;
  margin: 46px auto 0 auto;
  -webkit-transition: all 550ms;
  -moz-transition: all 550ms;
  -o-transition: all 550ms;
  transition: all 550ms;
}

.tx-indexedsearch-info-noresult {
  min-height: 600px;
}

.contentpart-search .tx-indexedsearch-searchbox {
  float: right;
  width: 25%;
  background: #fff;
  margin: 50px 0 50px 0;
  padding: 20px;
  position: relative;
  z-index: 10;
}
.contentpart-search .tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button {
  width: 100%;
  cursor: pointer;
  color: #ffffff;
  height: 40px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  background-color: #e51a29;
  border-radius: 0px;
  border: 0px;
  padding: 0 0 0px 10px;
  background-image: url("/Resources/Public/Images/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 95% 14px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.contentpart-search .tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button:hover {
  background-position: 97% 14px;
}
.contentpart-search .tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword {
  border: 0px;
  background: none;
  border-bottom: 1px solid #707070;
  width: 100%;
  border-radius: 0px;
  margin: 0 0 25px 0;
  font-style: italic;
}
.contentpart-search .tx-indexedsearch-rules,
.contentpart-search .tx-indexedsearch-info-sword,
.contentpart-search .tx-indexedsearch-info,
.contentpart-search .tx-indexedsearch-icon,
.contentpart-search .tx-indexedsearch-percent,
.contentpart-search .tx-indexedsearch-searchbox legend,
.contentpart-search .tx-indexedsearch-searchbox label,
.contentpart-search .tx-indexedsearch-searchbox p a {
  display: none;
}
.contentpart-search .header h3 {
  font-size: 24px;
  line-height: 26px;
  color: #e51a29;
  font-weight: 700;
}
.contentpart-search .header {
  margin: 15px 0 15px 0px;
  position: relative;
  min-height: 40px;
  background: #F7F7F7;
  z-index: 999;
  padding: 20px 0 0 30px;
}
.contentpart-search .header::before {
  content: "";
  background: #e51a29;
  width: 2px;
  top: 3px;
  left: 13px;
  height: 100%;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  position: absolute;
}
.contentpart-search .tx-indexedsearch-res {
  float: left;
  width: 60%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 20px 0 20px 0;
}
.contentpart-search h3 .tx-indexedsearch-title {
  font-weight: 700;
}
.contentpart-search ul.tx-indexedsearch-browsebox {
  float: left;
  width: 100%;
  padding: 0px 0 30px 0;
  margin: 0px;
  list-style-type: none;
}
.contentpart-search ul.tx-indexedsearch-browsebox li {
  float: left;
  margin: 0 20px 0 0;
}

.main-menu .closeNav {
  top: 14px;
  z-index: 99999999999;
  cursor: pointer;
  display: block;
  position: absolute;
  padding: 2px;
  right: 10px;
  width: 16px;
  height: 16px;
}
.main-menu ul {
  float: left;
}
.main-menu ul li .sub.level1 li.navitem-level1 {
  margin: 0 3% 0 0 !important;
  padding: 0px;
  height: auto;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.main-menu ul li .sub.level1 li.navitem-level1 a {
  margin: 0px;
  padding: 0px !important;
}
.main-menu ul li .sub.level1 li.navitem-level1 li {
  margin: 0 3% 15px 0 !important;
  padding: 0px !important;
}
.main-menu ul li .sub.level1 li.navitem-level1 li a {
  margin: 0px;
  padding: 0px !important;
}
.main-menu ul li.p6 .sub.level1 li.navitem-level1 {
  height: 20px;
  min-width: 30% !important;
  max--width: 30% !important;
  border-left: 0px solid #ffffff !important;
  border-right: 0px solid #ffffff !important;
}
.main-menu ul li.p6 .sub.level1 li.navitem-level1:hover {
  border-left: 0px solid #ffffff !important;
  border-right: 0px solid #ffffff !important;
}
.main-menu ul li .sub.level1 li.navitem-level1:hover .sub.level2, .main-menu .main-menu ul li .sub.level1 li.navitem-level1.firstactive .sub.level2 {
  display: inherit;
  position: inherit;
  top: inherit;
  width: auto;
  left: inherit;
  top: inherit;
  min-height: inherit;
  padding: inherit;
  background: inherit;
}
.main-menu .activemenuname-carrierSub {
  display: none;
}
.main-menu .navlayerOpen .navitem-level1 {
  position: relative;
}
.main-menu .navlayerOpen .activemenuname {
  position: absolute;
  left: 10px;
  margin: 0 0 0 0;
  top: 208px;
  color: #fff;
  z-index: 9999999999;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 60%;
  border-bottom: 0px solid #fff;
  padding: 0 0 0px 0;
}
.main-menu .navlayerOpen .activemenuname a {
  color: #ffffff;
}
.main-menu .navlayerOpen .activemenuname-carrierSub {
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 9999999;
  color: #fff;
  display: block;
  font-weight: 700;
}
.main-menu .navlayerOpen a:hover {
  opacity: 0.7;
}
.main-menu .navlayerOpen .subnavOpen > a {
  display: none !important;
}
.main-menu .navlayerOpen .sub.level1 {
  pointer-events: inherit;
  position: absolute;
  z-index: 9999999;
  background: #000000;
  left: 10px !important;
  padding: 105px 0 50px 0;
  width: 100%;
  height: auto;
  opacity: 1;
  top: 132px;
  -webkit-box-shadow: 15px 18px 12px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 15px 18px 12px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 15px 18px 12px 0px rgba(50, 50, 50, 0.15);
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.main-menu .navlayerOpen .sub.level1:after {
  content: "";
  width: 1000px;
  height: 100%;
  position: absolute;
  pointer-events: none;
  left: 100%;
  background: #000000;
  top: 0px;
  -webkit-box-shadow: 15px 18px 12px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 15px 18px 12px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 15px 18px 12px 0px rgba(50, 50, 50, 0.15);
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.main-menu .navlayerOpen .sub.level1:before {
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.main-menu ul li .sub.level1 li.navitem-level1 {
  float: left;
  width: 31%;
  opacity: 1;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  padding: 5px 0px 0px 0px;
  color: #ffffff;
  font-weight: 400;
  border-top: 0px solid #fff;
}
.main-menu ul li .sub.level1 li.navitem-level1:after {
  display: none;
}
.main-menu ul li .sub.level1 li.navitem-level1:hover {
  background: none;
  color: #fff;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
}
.main-menu ul li .sub.level1 li.navitem-level1:hover a {
  color: #ffffff;
  border-bottom: 0px solid #fff;
}
.main-menu ul li .sub.level1 li.navitem-level1 a {
  color: #ffffff;
  border-bottom: 0px solid #fff !important;
}
.main-menu ul li .sub.level1 li.navitem-level1:hover .sub.level2, .main-menu ul li .sub.level1 li.navitem-level1.firstactive .sub.level2 {
  display: none;
}
.main-menu .navlayerOpen-subopen .sub.level1 {
  background: #e51a29;
  -webkit-transition: background 350ms;
  -moz-transition: background 350ms;
  -o-transition: background 350ms;
  transition: background 350ms;
}
.main-menu .navlayerOpen-subopen .sub.level1:after {
  background: #e51a29;
  -webkit-transition: background 350ms;
  -moz-transition: background 350ms;
  -o-transition: background 350ms;
  transition: background 350ms;
}
.main-menu .navlayerOpen-subopen .sub.level1:before {
  background: #e51a29;
  -webkit-transition: background 350ms;
  -moz-transition: background 350ms;
  -o-transition: background 350ms;
  transition: background 350ms;
}
.main-menu .navlayerOpen-subopen .navitem-level1 {
  display: none;
  min-height: 200px;
}
.main-menu .navlayerOpen-subopen .navitem-level1.subnavOpen {
  display: block;
  width: 100% !important;
  padding: 0px 0px 0px 0px !important;
  border: 0px solid #fff !important;
}
.main-menu .navlayerOpen-subopen .navitem-level1.subnavOpen .level2 {
  display: block !important;
  width: 100% !important;
}
.main-menu .navlayerOpen-subopen .navitem-level1.subnavOpen .level2 li {
  width: 31% !important;
  float: left;
  height: 20px;
  line-height: 22px;
  border-top: 0.5px solid #ffffff;
  padding: 5px 0px 0px 0px !important;
}
.main-menu .navlayerOpen-subopen .navitem-level1.subnavOpen .level2 a {
  font-weight: 400;
  background: none !important;
  color: #ffffff !important;
  padding: 0px;
  margin: 0px;
}
.main-menu .navlayerOpen-subopen .navitem-level1.subnavOpen .level2 li:nth-child(3n) {
  margin-right: 0px !important;
}
.main-menu .menuback {
  position: absolute;
  left: 0px;
  top: -96px;
  cursor: pointer;
}
.main-menu .menuback:hover {
  opacity: 0.7;
}
.main-menu .menuback .menubacklabel {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 0 3px;
}
.main-menu .menuCTA {
  position: absolute;
  display: block;
  right: -310px;
  width: 270px;
  height: 460px;
  background: #e51a29;
  min-height: 460px;
  max-height: 460px;
  top: -110px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 100;
  z-index: 99;
}
.main-menu .menuCTA:after {
  content: "";
  position: absolute;
  left: 100%;
  background: #e51a29;
  top: 0px;
  width: 10000px;
  pointer-events: none;
  height: 100%;
  display: block;
  z-index: 99;
}
.main-menu .menuCTA .menuCTA-inner {
  position: absolute;
  bottom: 144px;
  margin: 0 0 0 25px;
}
.main-menu .menuCTA .ctatopline {
  display: block;
  float: left;
  width: 100%;
  color: #000000;
}
.main-menu .menuCTA .more.btn {
  height: auto;
  font-size: 14px;
  width: auto;
  float: left;
  text-align: left;
  margin: 15px 0 0 0;
  padding: 0px;
}
.main-menu .menuCTA .more.btn .btnarrow {
  margin: 5px 0 0 10px;
  pointer-events: inherit;
  float: right;
  left: 0px;
  position: relative;
  -webkit-transition: left 350ms;
  -moz-transition: left 350ms;
  -o-transition: left 350ms;
  transition: left 350ms;
}
.main-menu .menuCTA .more.btn:hover .btnarrow {
  left: 5px;
}
.main-menu .menuCTApm {
  display: block;
  background: #e51a29;
  min-height: 229px;
  max-height: 100%;
  height: 100%;
  top: 0px;
  right: -279px;
}
.main-menu .menuCTApm:after {
  background: #e51a29;
}
.main-menu .menuCTApm a {
  color: #ffffff;
}
.main-menu .menuCTApm .menuCTA-inner {
  bottom: 119px;
  color: #000000;
}
.main-menu .menuCTApm .more.btn .btnarrow {
  left: 8px;
  top: -21px;
}
.main-menu .menuCTApm .more.btn:hover .btnarrow {
  left: 10px;
}
.main-menu li.nav-item.p6 .sub.level1:after {
  background: #000000;
}
.main-menu li.nav-item.p6 .sub.level1 li.navitem-level1 {
  width: auto !important;
  margin-right: 0px;
}
.main-menu li.nav-item:nth-child(3) .sub.level1:after {
  background: #e51a29;
}
.main-menu li.nav-item:nth-child(3) .sub.level1 li.navitem-level1 {
  width: auto !important;
}
.main-menu li.nav-item:nth-child(4) .sub.level1:after {
  background: #e51a29;
}
.main-menu li.nav-item:nth-child(4) .sub.level1 li.navitem-level1 {
  width: auto !important;
}
.main-menu li.nav-item:nth-child(5) .sub.level1:after {
  background: #e51a29;
}
.main-menu li.nav-item:nth-child(5) .sub.level1 li.navitem-level1 {
  width: auto !important;
}
.main-menu ul li.nav-item:nth-child(1) .sub.level1 li.navitem-level1,
.main-menu ul li.nav-item:nth-child(1) .sub.level1 li.navitem-level1:hover,
.main-menu ul li.nav-item:nth-child(2):not(.p6) .sub.level1 li.navitem-level1,
.main-menu ul li.nav-item:nth-child(2):not(.p6) .sub.level1 li.navitem-level1:hover,
.main-menu ul li.nav-item:nth-child(3) .sub.level1 li.navitem-level1,
.main-menu ul li.nav-item:nth-child(3) .sub.level1 li.navitem-level1:hover,
.main-menu ul li.nav-item:nth-child(4) .sub.level1 li.navitem-level1,
.main-menu ul li.nav-item:nth-child(4) .sub.level1 li.navitem-level1:hover,
.main-menu ul li.nav-item:nth-child(5) .sub.level1 li.navitem-level1,
.main-menu ul li.nav-item:nth-child(5) .sub.level1 li.navitem-level1:hover {
  border-left: 0px solid #0F8DBB !important;
  border-right: 0px solid #0F8DBB !important;
  margin: 0 5.5% 10px 0 !important;
}

.hidectaPM .menuCTApm {
  display: none !important;
}

.main-menu li.nav-item.p6.navlayerOpen .sub.level1 {
  padding-top: 110px;
  width: 1060px;
}
.main-menu li.nav-item.p6.navlayerOpen .sub.level1 li {
  margin-bottom: 15px !important;
}
.main-menu li.nav-item.p6.navlayerOpen .sub.level1 ul.sub.level2 {
  width: 1029px !important;
}

.main-menu ul li.nav-item.p6 .sub.level1 li.navitem-level1.thirditem {
  margin-right: 0px;
}

.main-menu li.nav-item.navlayerOpen .level1before {
  position: absolute;
  width: 250%;
  height: 200px;
  z-index: 9999998;
  top: 143px;
  left: -100%;
}

.main-menu li.nav-item.p6.navlayerOpen .level1before {
  height: 460px;
}

.lang_2 .activemenuname-carrierSub {
  display: none !important;
}

.main-menu ul li.nav-item.p6 .sub.level1 li.navitem-level1 {
  margin-right: 0px !important;
}
.main-menu ul li.nav-item.p6 .sub.level1 li.navitem-level1:hover {
  margin-right: 0px !important;
}
.main-menu ul li.nav-item.p6 .sub.level1 li.navitem-level1 .level2 li {
  border-top: 0px solid #ffffff;
}

.nav-item.active a {
  color: #e51a29;
}

.contentpart-headline-text .bgworldmap {
  position: absolute;
  left: -100px;
  pointer-events: none;
  width: calc(100% + 200px);
  max-width: 99999px;
}
.contentpart-headline-text .more.btn.btnlink a .btnarrow {
  left: calc(100% - 4px);
}
.contentpart-headline-text .more.btn.btnlink:hover a .btnarrow {
  left: calc(100% + 8px) !important;
}
.contentpart-headline-text .suheadline h3 {
  font-size: 20px;
}
.contentpart-headline-text .backlink {
  padding-top: 20px;
  clear: both;
  position: absolute;
  top: 45px;
  left: 61px;
  z-index: 20;
}
.contentpart-headline-text .standortlogo {
  width: 310px;
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0);
  margin: 0px 0 0px 0;
  text-align: center;
  background: #fff;
}
.contentpart-headline-text .standortlogo .logo {
  width: 100%;
  height: auto;
  max-width: inherit;
  margin: 0 0 0 0%;
}
.contentpart-headline-text .headline-standard {
  font-size: 25px;
  line-height: 35px;
  color: #e51a29;
  margin-left: 50px;
}
.contentpart-headline-text .headline-standard:before {
  content: "";
  background: #e51a29;
  background-image: none;
  width: 1px;
  left: 20px;
  height: 110px;
  top: 35px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
}
.contentpart-headline-text .headline-standard i {
  font-style: normal;
  font-weight: 100;
}
.contentpart-headline-text .headline-standard span {
  color: #333333;
}
.contentpart-headline-text .headline-standard.noline {
  margin-left: 0px;
}
.contentpart-headline-text .websitelink {
  margin: 50px 0 0 0;
  margin-right: 0px;
}
.contentpart-headline-text .contactitem {
  display: block;
  float: left;
  width: 100%;
}
.contentpart-headline-text .contactitem.space {
  margin: 10px 0 0 0;
}
.contentpart-headline-text .contactHL {
  width: 100%;
  margin: 30px 0 20px 0;
  float: left;
  width: 100%;
}
.contentpart-headline-text.darkbackground-1 {
  background: #000000 !important;
  margin-bottom: 0px;
}
.contentpart-headline-text.darkbackground-1 .headline-standard {
  color: #fff;
}
.contentpart-headline-text.darkbackground-1 .suheadline {
  color: #fff;
}
.contentpart-headline-text.darkbackground-1 .text, .contentpart-headline-text.darkbackground-1 .textinput {
  color: #fff;
}
.contentpart-headline-text.darkbackground-1 .text a, .contentpart-headline-text.darkbackground-1 .textinput a {
  color: #fff;
}
.contentpart-headline-text.darkbackground-1 .more.btn.btnlink a {
  color: #fff;
}
.contentpart-headline-text.darkbackground-1 .more.btn.btnlink a .btnarrow {
  filter: brightness(110%) contrast(110%);
  left: calc(100% - 4px);
}
.contentpart-headline-text.contentpart-headline-text-2columns {
  margin-top: 0px;
}
.contentpart-headline-text.contentpart-headline-text-2columns .leadInText {
  padding: 0 0 10px 0;
  font-size: 17px;
  line-height: 25px;
}
.contentpart-headline-text.contentpart-headline-text-2columns .more.btn a {
  padding-left: 0;
}
.contentpart-headline-text.darkbackground-1 .headline-standard::before {
  background: #ffffff;
}
.contentpart-headline-text.darkbackground- {
  color: #e51a29;
}
.contentpart-headline-text.width75-1 .text {
  width: 76%;
}

.contentpart-jobs .job-list {
  float: left;
  width: 100%;
}
.contentpart-jobs .section-joblist.text-lila {
  font-size: 46px;
  line-height: 41px;
  font-weight: 100;
  margin: 50px 0 0 0;
}
.contentpart-jobs .jobitem .jobcompany {
  flex: 31.333%;
  max-width: 31.333%;
}
.contentpart-jobs .jobitem .jobdetailBTN {
  height: 31px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  width: 100px;
  float: right;
  text-align: left;
  margin-right: 0;
  background: #e51a29 !important;
}
.contentpart-jobs .jobitem .jobdetailBTN .btnarrow {
  margin: 0px 0 0 0px;
  pointer-events: none;
  float: right;
  width: 20px;
  position: absolute;
  right: -7px;
  top: 5px;
}
.contentpart-jobs .jobitem .jobdetailBTN a {
  text-decoration: none;
}
.contentpart-jobs .jobitem .jobdetailBTN a:hover .btnarrow {
  right: -9px;
}
.contentpart-jobs .jobitem a {
  padding: 0 0 0 0px;
  max-width: 95%;
}
.contentpart-jobs .jobitem a::after {
  left: 0px;
}
.contentpart-jobs .jobfilterbox {
  margin: 30px 0 0 0;
  float: left;
  width: 100%;
  height: 10px;
  position: relative;
  z-index: 99;
}
.contentpart-jobs .selectorComany {
  width: 29%;
  border: 1px solid #000;
  padding: 10px 0 0 0px;
  position: relative;
  border-bottom: 0px;
  float: left;
  background: #fff;
}
.contentpart-jobs .selectorLocation {
  width: 29%;
  border: 1px solid #000;
  padding: 10px 0 0 0px;
  position: relative;
  border-bottom: 0px;
  float: left;
  margin: 0 0 0 15px;
  background: #fff;
}
.contentpart-jobs .showjobsFilterBTN {
  float: left;
  margin: 0 0 0 35px;
  height: 45px;
  width: 220px;
  background: #e51a29 !important;
}
.contentpart-jobs .showjobsFilterBTN a {
  padding: 3px 2% 8px 2%;
}
.contentpart-jobs .restjobsFilterBTN {
  float: right;
  margin: 0 0 0 15px;
  height: 45px;
  width: 168px;
  background: #cccccc !important;
  text-align: center;
}
.contentpart-jobs .restjobsFilterBTN a {
  padding: 3px 2% 8px 2%;
}
.contentpart-jobs .selectorComanyItemIcon {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(307deg) brightness(0%) contrast(100%);
}
.contentpart-jobs .selectorComanyItemIcon, .contentpart-jobs .selectorLocationItemIcon {
  display: block;
  position: absolute;
  left: 10px;
  top: 14px;
  width: 16px;
}
.contentpart-jobs .selectorLocationItemIcon {
  top: 9px;
}
.contentpart-jobs .selectorLabel {
  position: relative;
  margin: 0px 0 0px 0px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding: 1px 0 10px 40px;
  cursor: pointer;
}
.contentpart-jobs .listcheckbox {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  border: 1px solid #999;
  left: 11px;
  top: 14px;
}
.contentpart-jobs .selectorBTN {
  display: none;
  position: relative;
  margin: 0px 0 0px 0px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding: 10px 0 10px 40px;
  cursor: pointer;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.contentpart-jobs .selectorBTN:hover {
  background: #EDE0FF;
}
.contentpart-jobs .selectorboxOpen {
  cursor: pointer;
}
.contentpart-jobs .selectorboxOpen {
  cursor: default;
}
.contentpart-jobs .selectorboxOpen .selectorBTN {
  display: block;
}
.contentpart-jobs .selectorBTNactive {
  background: #EDE0FF;
}
.contentpart-jobs .selectorBTNactive .listcheckbox {
  border: 1px solid #e51a29;
  background: #e51a29;
}
.contentpart-jobs .selectorBTNactive .listcheckbox:before {
  content: "✓";
  position: absolute;
  top: -5px;
  left: 0px;
  color: #ffffff;
}
.contentpart-jobs .jobitem.hide {
  display: none;
}
.contentpart-jobs .contentpart-contacts {
  padding: 0px 0 50px 0;
  float: left;
  width: 100%;
  position: relative;
  margin: 60px 0 0 0;
}
.contentpart-jobs .contentpart-contacts h2 {
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
.contentpart-jobs .contentpart-contacts .header::before {
  background: #C91F94;
  left: 19px;
}
.contentpart-jobs .contentpart-contacts .infoBox {
  float: left;
  width: 48%;
  text-align: center;
  background: #eee;
  padding: 50px 0 50px 0;
  height: 322px;
}
.contentpart-jobs .contentpart-contacts .infoBox .infoboxicon {
  height: 44px;
  width: auto;
}
.contentpart-jobs .contentpart-contacts .infoBox .infoBox-text {
  float: none;
  margin: 20px auto;
  width: 80%;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.contentpart-jobs .contentpart-contacts .infoBox .infoBox-text a {
  color: #fff;
  text-decoration: underline;
}
.contentpart-jobs .contentpart-contacts .infoBox .infoBox-text .textsmaller {
  font-size: 17px;
  line-height: 22px;
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
}
.contentpart-jobs .contentpart-contacts .infoBox.infoBox1 {
  background: #e51a29;
}
.contentpart-jobs .contentpart-contacts .infoBox.infoBox2 {
  background: #e51a29;
  float: right;
}

.contentpart-jobheader .section-slogan {
  color: #651DC6;
  padding: 0 0 0 80px;
}
.contentpart-jobheader .section-slogan:before {
  content: "";
  background: #651DC6;
  background-image: none;
  background-image: none;
  width: 2px;
  left: 40px;
  height: 140px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
  top: 10px;
}
.contentpart-jobheader .jobmeta {
  position: relative;
  float: left;
  width: 100%;
  margin: 40px 0 0 87px;
}
.contentpart-jobheader .jobmeta .applyBTN {
  float: right;
  margin: -21px 0 0 0;
}
.contentpart-jobheader .jobmeta .company, .contentpart-jobheader .jobmeta .location, .contentpart-jobheader .jobmeta .type, .contentpart-jobheader .jobmeta .pdf {
  float: left;
  margin: 0 30px 0 0;
  font-weight: 600;
}
.contentpart-jobheader .jobmeta .joblisticon {
  float: left;
  display: inline;
  margin: 0 10px 0 0;
}
.contentpart-jobheader .jobmeta .company .joblisticon {
  margin-top: -2px;
}
.contentpart-jobheader .jobmeta .location .joblisticon {
  margin-top: -3px;
}
.contentpart-jobheader .jobmeta .type .joblisticon {
  margin-top: -1px;
}
.contentpart-jobheader .jobmeta .pdf .joblisticon {
  margin-top: -4px;
}
.contentpart-jobheader .jobmeta p {
  float: left;
  display: inline-block;
}

.contentpart-jobCEs header {
  width: 100% !important;
  float: left;
  position: relative !important;
}
.contentpart-jobCEs header h3 {
  float: left;
  width: 100%;
}
.contentpart-jobCEs .ce-textpic {
  overflow: visible;
  float: left;
  width: 100%;
  margin: 0px 0 20px 0;
}
.contentpart-jobCEs header h2 {
  margin: 80px 0 0 70px;
  color: #651DC6;
}
.contentpart-jobCEs header h2::before {
  background-image: url("/Resources/Public/Images/line-lila-diagonal.svg");
  width: 90px;
  height: 170px;
  top: -40px;
  left: -90px;
}
.contentpart-jobCEs .ce-center .ce-outer {
  position: relative;
  float: left;
  right: inherit;
  width: 100%;
}
.contentpart-jobCEs .ce-center .ce-inner {
  position: relative;
  float: left;
  right: inherit;
  width: 100%;
}
.contentpart-jobCEs .ce-image.ce-center.ce-above {
  margin: 20px 0 20px 0;
  float: left;
  width: 100%;
}
.contentpart-jobCEs .ce-column {
  float: left;
  width: 48%;
}
.contentpart-jobCEs .ce-gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.contentpart-jobCEs .ce-gallery figure {
  display: block;
  margin: 0px;
  float: left;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.contentpart-jobCEs .applyBTN {
  float: left;
  margin: 15px 0 15px 0;
}
.contentpart-jobCEs .contactline {
  float: left;
  width: 100%;
  position: relative;
  padding: 50px 0 50px 0;
  background: #ffffff;
}
.contentpart-jobCEs .contactline:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 100%;
  width: 1000px;
  height: 100%;
  pointer-events: none;
  background: #ffffff;
}
.contentpart-jobCEs .contactline:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 100%;
  width: 1000px;
  height: 100%;
  pointer-events: none;
  background: #ffffff;
}
.contentpart-jobCEs .contactline .contactbox {
  width: 60%;
  float: left;
  position: relative;
}
.contentpart-jobCEs .contactline .contactbox a {
  text-decoration: underline;
}
.contentpart-jobCEs .contactline .contactbox a:hover {
  color: #e51a29;
}
.contentpart-jobCEs .contactline .contactbox h3 {
  color: #e51a29;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}
.contentpart-jobCEs .contactline .applyBTN {
  float: right;
  margin: 0px 0 15px 0;
}

.jobwizardlayer .main-menu, .jobwizardlayer #header-searchbox, .jobwizardlayer .metalinksTop, .jobwizardlayer .contactBTN, .jobwizardlayer .contentpart-members {
  display: none;
}
.jobwizardlayer #col-logo {
  margin-top: 30px;
}

.contentpart-jobwizard {
  padding: 100px 0 0 0;
}
.contentpart-jobwizard .BTNclosewizard {
  position: absolute;
  z-index: 10;
  right: 0px;
  cursor: pointer;
  top: -70px;
}
.contentpart-jobwizard .BTNclosewizard:hover {
  opacity: 0.6;
}
.contentpart-jobwizard .BTNclosewizard .icon-x {
  margin: 0 0 0 10px;
}
.contentpart-jobwizard textarea:focus, .contentpart-jobwizard input:focus {
  outline: none;
}
.contentpart-jobwizard *:focus {
  outline: none;
}
.contentpart-jobwizard ::-webkit-input-placeholder {
  color: #cccccc;
}
.contentpart-jobwizard :-ms-input-placeholder {
  color: #cccccc;
}
.contentpart-jobwizard ::placeholder {
  color: #cccccc;
}
.contentpart-jobwizard .wizardwrapper {
  float: left;
  width: 100%;
  min-height: calc(100vh - 350px);
  padding: 60px 0 120px 0;
}
.contentpart-jobwizard .wizard-step {
  display: none;
  clear: both;
}
.contentpart-jobwizard .wizard-step1 h2 {
  margin-bottom: 0px;
  color: black;
  text-transform: none;
  font-weight: 700;
  font-size: 22px;
}
.contentpart-jobwizard .wizard-step1 .question {
  font-size: 16px;
  line-height: 1.4;
}
.contentpart-jobwizard .wizard-step1 .question strong {
  display: block;
  font-size: 22px;
}
.contentpart-jobwizard .headline-standard::before {
  display: none;
}
.contentpart-jobwizard .headline-standard {
  color: #C91F94;
  margin: 0 0 0 0;
  font-weight: 300;
}
.contentpart-jobwizard .teaser {
  width: 100%;
  float: left;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 20px 0 20px 0;
}
.contentpart-jobwizard .question {
  font-size: 22px;
}
.contentpart-jobwizard .more.btn {
  width: auto;
  margin-right: 30px;
  padding: 6px 20px 0 20px;
  position: relative;
  float: left !important;
}
.contentpart-jobwizard .more.btn .button {
  padding-right: 60px;
}
.contentpart-jobwizard .more.btn .btnarrow {
  margin: 7px 0 0 0px;
  float: right;
  position: absolute;
  right: 25px;
  pointer-events: inherit;
}
.contentpart-jobwizard .more.btn:hover .btnarrow {
  right: 20px;
}
.contentpart-jobwizard .inputrow {
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0 20px 0;
}
.contentpart-jobwizard .input-text, .contentpart-jobwizard #jobWizard-1645-cv, .contentpart-jobwizard #form-group-jobWizard-1645-fileupload-1 {
  font-size: 40px;
  font-weight: 100;
  border: 0px;
  border-bottom: 1px solid #707070;
  width: 100%;
  max-width: 700px;
}
.contentpart-jobwizard .input-file, .contentpart-jobwizard #jobWizard-1645-cv, .contentpart-jobwizard #form-group-jobWizard-1645-fileupload-1 {
  font-size: 16px;
  font-weight: 100;
  padding: 0 0 10px 0;
  margin: 20px 0 0 0;
}
.contentpart-jobwizard textarea {
  width: 100%;
  max-width: 700px;
  border: 0px;
  border-bottom: 1px solid;
  height: 120px;
}
.contentpart-jobwizard textarea::placeholder {
  color: initial;
}
.contentpart-jobwizard #jobWizard-1645-cv, .contentpart-jobwizard #form-group-jobWizard-1645-fileupload-1 {
  font-size: 16px;
  font-weight: 100;
  padding: 0 0 10px 0;
  margin: 0px 0 15px 0;
  float: left;
  width: 100%;
}
.contentpart-jobwizard .error {
  float: left;
  width: 100%;
  color: #D30106;
  margin: 10px 0 0 0;
  display: none;
}
.contentpart-jobwizard .error .iconalert {
  margin: -4px 6px 0 0;
}
.contentpart-jobwizard .inputerror .error {
  display: block;
}
.contentpart-jobwizard .dsgvoinfo {
  font-size: 13px;
  line-height: 18px;
  margin: 0px 0 20px 0;
  float: left;
  width: 100%;
}
.contentpart-jobwizard .dsgvoinfo a {
  text-decoration: underline;
}
.contentpart-jobwizard .dsgvoinfo-text {
  margin: 0 0 20px 0;
  width: 70%;
  clear: left;
}
.contentpart-jobwizard .dsgvoinfocheckbox {
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  margin: 3px 15px 0 0;
  position: relative;
  cursor: pointer;
}
.contentpart-jobwizard .dsgvoinfocheckbox:before {
  content: "✓";
  color: #e51a29;
  font-size: 39px;
  position: absolute;
  left: 0px;
  top: -7px;
  display: none;
}
.contentpart-jobwizard .dsgvoinfocheckbox.checked:before {
  display: block;
}
.contentpart-jobwizard .dsgvoinfocheckbox-text {
  float: left;
  width: 70%;
}
.contentpart-jobwizard .jobwizard-wizard-btnback {
  position: fixed;
  cursor: pointer;
  cursor: pointer;
  bottom: 35px;
  z-index: 99;
  margin: 0 0 0 -60px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: none;
}
.contentpart-jobwizard .jobwizard-wizard-btnback:hover {
  filter: invert(21%) sepia(85%) saturate(3358%) hue-rotate(303deg) brightness(83%) contrast(92%);
}
.contentpart-jobwizard .jobwizard-wizard-btnnext {
  position: fixed;
  cursor: pointer;
  cursor: pointer;
  bottom: 35px;
  z-index: 99;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.contentpart-jobwizard .jobwizard-wizard-btnnext:hover {
  filter: invert(21%) sepia(85%) saturate(3358%) hue-rotate(303deg) brightness(83%) contrast(92%);
}

.contentpart-jobwizard-footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 0;
  height: 60px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
}
.contentpart-jobwizard-footer .jobwizard-section-name {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 11;
  line-height: 20px;
  margin: 22px 0 0 0;
  position: relative;
  z-index: 10;
}
.contentpart-jobwizard-footer .statusbar {
  width: 0%;
  height: 100%;
  position: absolute;
  background: #EBCCE1;
}

.wizardendimage {
  margin: 50px 0 -101px 0;
  position: relative;
  z-index: 99;
}

.wizard-coreform h2, .wizard-coreform .form-group, .wizard-coreform #jobWizard-1645-Oqyf2mv0, .wizard-coreform .control-label, .wizard-coreform .actions {
  display: none;
}
.wizard-coreform #form-group-jobWizard-1645-cv, .wizard-coreform #form-group-jobWizard-1645-fileupload-1 {
  display: block;
}
.wizard-coreform #form-group-jobWizard-1645-cv .control-label, .wizard-coreform #form-group-jobWizard-1645-fileupload-1 .control-label {
  display: block;
  float: left;
  width: 100%;
  margin: 0px 0 10px 0;
  font-weight: 600;
  font-size: 16px;
}

.contentpart-members {
  padding-bottom: 100px;
}
.contentpart-members .bottomcircle {
  position: absolute;
  bottom: 0px;
  left: 80px;
}
.contentpart-members .bubbleanimation-box {
  width: 100%;
  position: absolute;
  top: 8%;
  left: 0px;
  pointer-events: none;
}
.contentpart-members .bubbleanimation-box #particle-canvas {
  width: 100%;
  height: 100vh;
  vertical-align: middle;
}

.contentpart-imagecutoutgrid {
  position: relative;
  margin: 120px 0 80px 0;
}
.contentpart-imagecutoutgrid:before {
  content: "";
  background-color: #e51a29;
  width: 100vw;
  height: 206px;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}
.contentpart-imagecutoutgrid .section-headline {
  margin: 50px 0 20px 0;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.contentpart-imagecutoutgrid .imagecutoutgrid-box {
  position: relative;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 50px 0;
  width: 100%;
}
.contentpart-imagecutoutgrid .imagecutoutgrid-box .imagecutoutgrid-Item {
  flex: 0 0 calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  height: auto;
}
.contentpart-imagecutoutgrid .imagecutoutgrid-box .imagecutoutgrid-Item:nth-child(3n) {
  margin-right: 0;
}
.contentpart-imagecutoutgrid .imagecutoutgrid-box .imagecutoutgrid-Item .imagebox {
  width: 100%;
  text-align: center;
  margin: 0 0 50px 0;
}
.contentpart-imagecutoutgrid .imagecutoutgrid-box .imagecutoutgrid-Item .imagebox .cutout-img {
  height: 200px;
  width: auto;
  max-width: 9999px;
  display: block;
  margin: 0 auto 0 auto;
}
.contentpart-imagecutoutgrid .imagecutoutgrid-box .imagecutoutgrid-Item .headline-box p {
  margin: 0px;
}
.contentpart-imagecutoutgrid .imagecutoutgrid-box .imagecutoutgrid-Item .text-input p {
  margin: 0px 0 3px 0;
}

.frame-type-products_list {
  background-color: #DCE1E3;
  float: none;
  width: 1110px;
  margin: 0 auto;
  position: relative;
  clear: both;
  padding: 100px 0 0 0;
}
.frame-type-products_list:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 100%;
  height: 100%;
  background-color: #DCE1E3;
  pointer-events: none;
  width: 50vw;
}
.frame-type-products_list:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 100%;
  height: 100%;
  background-color: #DCE1E3;
  pointer-events: none;
  width: 50vw;
}
.frame-type-products_list header {
  margin: 0px 0 60px 70px;
  text-transform: uppercase;
  font-weight: 700;
  color: #e51a29;
  position: relative;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 51px;
}
.frame-type-products_list header:before {
  content: "";
  background: #ED1C24;
  background-image: none;
  background-image: none;
  width: 1px;
  left: -31px;
  height: 148px;
  top: -36px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
}
.frame-type-products_list header h2, .frame-type-products_list header h3 {
  font-weight: 700;
  color: #e51a29;
  position: relative;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 51px;
}
.frame-type-products_list header h3 {
  font-weight: 300;
}
.frame-type-products_list .rasterlayer {
  display: none;
}
.frame-type-products_list .product-list {
  padding: 20px 0 30px 0;
}
.frame-type-products_list .product-list .row {
  position: relative;
  z-index: 2;
}
.frame-type-products_list .product-list .image-wrap {
  width: 100%;
  min-height: 210px;
}
.frame-type-products_list .product-list .bottomcircle {
  display: none;
  position: absolute;
  bottom: 0px;
  height: 225px;
  width: auto;
  max-width: 999999px;
  left: -97px;
  pointer-events: none;
  z-index: 1;
}
.frame-type-products_list .product-list .more {
  margin: 30px auto 40px auto;
}

.contentpart-solutions-container-all {
  padding: 0 0 50px 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(67, 67, 67) 100%);
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(67, 67, 67) 100%);
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(67, 67, 67) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#434343",GradientType=0 );
  float: left;
  width: 100%;
}
.contentpart-solutions-container-all .contentpart-solutions {
  padding: 0 0 0px 0;
  background: none;
}
.contentpart-solutions-container-all .solutions-line {
  width: 100%;
}
.contentpart-solutions-container-all .solutions-line .solution-Item {
  width: 20%;
  margin: 0px 13% 0 0;
}

.contentpart-solutions-bottom {
  background: rgb(67, 67, 67);
}

.contentpart-solutions-top header {
  position: relative;
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}
.contentpart-solutions-top header h2 {
  font-weight: 700;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 31px;
  padding: 50px 0 0 0;
}
.contentpart-solutions-top header h2 .light {
  font-weight: 300;
}
.contentpart-solutions-top header:before {
  content: "";
  background: #ffffff;
  width: 1px;
  left: -31px;
  height: 148px;
  top: 7px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  display: block;
  position: absolute;
}

.contentpart-calltoaction .cta-inner {
  background: #e51a29 !important;
}
.contentpart-calltoaction .cta-inner h2 {
  color: #333333;
  padding: 18px 0 0 0px;
}
.contentpart-calltoaction .cta-inner h2:before {
  display: none;
}
.contentpart-calltoaction .cta-inner .more {
  background-color: #fff !important;
  color: #e51a29 !important;
}
.contentpart-calltoaction .cta-inner .more a {
  color: #e51a29 !important;
}
.contentpart-calltoaction .cta-inner .bottomcircle {
  position: absolute;
  left: -290px;
  height: 250px;
  width: auto;
  max-width: 99999px;
  bottom: 0px;
}

.seperatorLine-1 {
  margin: 0 0 150px 0;
}
.seperatorLine-1 .bottomcircle {
  filter: grayscale(100%) brightness(90%);
  opacity: 0.05;
  max-width: 9999px;
  width: 90vw;
  position: relative;
  left: -160px;
  margin: 0 0 0px 0;
  display: block;
  float: left;
}

.seperatorLinewithouticon-1 {
  margin: 0 0 70px 0;
}
.seperatorLinewithouticon-1 .hr {
  background: #EEF0F1;
  width: 100%;
  float: left;
  height: 5px;
  margin: 0px 0 0px 0;
  position: relative;
  z-index: 10;
}

.contentpart-ContinentContacts {
  padding: 0 0 60px 0;
}
.contentpart-ContinentContacts table td {
  padding: 0 0 35px 0 !important;
  border: 0px !important;
}
.contentpart-ContinentContacts .tabbtns {
  width: 30%;
  float: left;
}
.contentpart-ContinentContacts .tabbtns .tabbtn {
  cursor: pointer;
  font-size: 32px;
  font-weight: 300;
  float: left;
  width: 100%;
  margin: 5px 0 20px 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.contentpart-ContinentContacts .tabbtns .tabbtn:hover {
  color: #e51a29;
}
.contentpart-ContinentContacts .tabbtns .tabbtn.active {
  color: #e51a29;
}
.contentpart-ContinentContacts .tabcontent {
  width: 68%;
  float: right;
}
.contentpart-ContinentContacts .tabcontent .tabcontentbox {
  position: absolute;
  opacity: 0;
  height: 0px;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 650ms;
  -moz-transition: opacity 650ms;
  -o-transition: opacity 650ms;
  transition: opacity 650ms;
}
.contentpart-ContinentContacts .tabcontent .tabcontentbox.active {
  position: relative;
  opacity: 1;
  height: auto;
  pointer-events: inherit;
  z-index: 2;
}

.contentpart-ImagebannerHeadline {
  margin: 30px 0 0 0;
}
.contentpart-ImagebannerHeadline .contentpart-imagebox {
  position: relative;
  height: 330px;
  width: 620px;
}
.contentpart-ImagebannerHeadline .contentpart-imagebox .image {
  height: 100%;
  width: auto;
  max-width: 999999px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
}
.contentpart-ImagebannerHeadline .contentpart-imagebox h2 {
  font-size: 80px;
  position: absolute;
  z-index: 10;
  font-weight: 300;
  line-height: 80px;
  color: #fff;
  bottom: 50px;
  left: 0px;
}
.contentpart-ImagebannerHeadline .contentpart-imagebox .blende {
  position: absolute;
  width: calc(100% + 30px);
  height: 100%;
  left: -30px;
  top: 0px;
  z-index: 1;
  background: #e51a29;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.contentrow-bubbleAnimation {
  background-color: #000000;
  float: left;
  width: 100%;
}
.contentrow-bubbleAnimation #particle-canvas {
  width: 100%;
  height: 100vh;
  vertical-align: middle;
}

.contentpart-footer .subpart {
  float: left;
  width: 100%;
  border-top: 5px solid #EEF0F1;
  padding: 40px 0 0 0;
  margin: -30px 0 0 0;
}
.contentpart-footer .subpart .service-info {
  float: left;
  width: auto;
  margin: 0 80px 0 0;
}
.contentpart-footer .col.memberoficon {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  padding: 0 0 14px 0;
  position: relative;
  top: -10px;
}
.contentpart-footer .address a {
  display: block;
  padding: 0 0 10px 0;
  font-weight: 700;
  text-decoration: none;
}
.contentpart-footer .logofooter {
  display: block;
  width: 250px;
  float: right;
  margin: -20px 0 10px 0px;
  position: relative;
  left: 10px;
}

.mobnav, .topmenuborder, .mobOpensub, .menubottomBox {
  display: none;
}

/* ............................................. H 1050 */
@media only screen and (min-height: 1050px) {
  .dce-header-slider {
    height: auto !important;
    max-height: auto !important;
    min-height: 100px;
  }
}
/* ............................................. H 944 */
@media only screen and (max-height: 944px) {
  .dce-header-slider-standard .slider-Contentbox {
    margin-top: 5%;
  }
  .dce-header-slider .slider-Contentbox {
    margin-top: 8%;
  }
}
/* ............................................. mH 880 */
@media only screen and (min-height: 880px) {
  .contentpart-jobwizard .wizardwrapper {
    padding: 150px 0 80px 0;
  }
}
/* ............................................. H 880 */
@media only screen and (max-height: 880px) {
  .dce-header-slider-standard .slider-Contentbox {
    margin-top: 2%;
  }
  .dce-header-slider .slider-Contentbox {
    margin-top: 8%;
  }
  .dce-header-slider-standard .mega-hl {
    font-size: 70px;
    line-height: 70px;
  }
  .dce-header-slider .mega-hl::before {
    top: -24px;
    left: -60px;
    height: 100%;
  }
}
/* ............................................. mW 1801 */
@media only screen and (min-width: 1801px) {
  .career .header-layerline {
    margin: 0 0 0 0;
  }
}
/* ............................................. W 1800 */
@media only screen and (max-width: 1800px) {
  .main-menu .navlayerOpen .sub.level1 {
    left: 10px !important;
  }
  .career .header-layerline {
    margin: 0 0 0 0;
  }
}
/* .............................................  1723 */
@media only screen and (max-width: 1723px) {
  .dce-header-slider {
    height: auto !important;
  }
}
/* .............................................  1690 */
@media only screen and (max-width: 1690px) {
  #map {
    width: 100%;
    height: 950px;
  }
  .contentpart-headernavi {
    position: relative;
    background: #fff;
  }
  .contentpart-map {
    margin-top: -100px;
  }
  .main-menu .navlayerOpen .sub.level1 {
    left: -9% !important;
  }
  .main-menu .navlayerOpen .activemenuname {
    left: -9%;
  }
}
/* ............................................. 1630 */
@media only screen and (max-width: 1630px) {
  .solution-Item {
    margin: 0px 3% 0 0;
  }
}
/* ............................................. 1436 */
@media only screen and (max-width: 1436px) {
  .closeNav {
    right: 0;
  }
}
/* ............................................. 1400 */
@media only screen and (max-width: 1400px) {
  .dce-header-slider .mega-hl {
    font-size: 70px;
    line-height: 70px;
  }
  .dce-header-slider .mega-hl::before {
    top: -60px;
    left: -61px;
    height: 100%;
  }
  .dce-header-slider .section-pager {
    bottom: 34px;
    left: 0%;
    width: 100%;
    margin: 0 0 0 0px;
  }
  .section-slogan {
    font-size: 50px;
    margin: 50px 0 0 50px;
  }
  .solutions-line {
    position: relative;
    width: 95%;
    margin: 20px 0 0 2.5%;
  }
  .dce-process-solutions .section-headline h2::before {
    left: 20px;
  }
  .solution-Item {
    margin: 0px 3.5% 0 0;
  }
  .round-thumb-box {
    width: 170px;
    height: 170px;
  }
  .contentpart-benefits .rasterlayer,
  .contentpart-solutions .rasterlayer {
    top: 150px;
  }
  .frame-type-list header h2,
  .frame-type-news_pi1 header h2 {
    font-size: 50px;
    line-height: 68px;
  }
  .icon-247 {
    margin: 0% 0 0 80%;
    bottom: 30px;
    width: 190px;
  }
  .width-50 {
    min-height: 287px !important;
  }
  .contentpart-teaser .part-right .more.btn {
    bottom: 30px;
    position: absolute;
    right: 0px;
  }
  .contentpart-inner {
    width: 98%;
    margin: 0 auto;
  }
  .contentpart-teaser .width-50 .image-caption-hover {
    right: 40px;
  }
  .contentpart-customers {
    z-index: 99;
  }
  h3 {
    font-size: 17px;
    line-height: 21px;
  }
  .quote-slogan {
    font-size: 35px;
    line-height: 47px;
    margin: 60px 0 0 70px;
  }
  .quote-slogan::before {
    top: -35px;
    left: -30px;
  }
  .contentpart-quote .rasterline-R {
    right: -280px;
  }
  .quote-logo {
    max-width: 250px;
  }
  .contentpart-mediatext .contentpart-inner,
  .contentpart-newsgrid .contentpart-inner,
  .contentpart-newsletter .contentpart-inner,
  .contentpart-members .contentpart-inner {
    width: 90%;
  }
  .main-menu .navlayerOpen .sub.level1 {
    left: 1% !important;
    width: 99%;
  }
  .main-menu .navlayerOpen .activemenuname {
    left: 1%;
  }
  .main-menu .menuback {
    left: 0;
    top: -93px;
  }
  .main-menu .menuCTA {
    width: 17%;
    right: 0px;
  }
  .main-menu .navlayerOpen-subopen .navitem-level1.subnavOpen .level2 {
    width: 82% !important;
  }
  .contentpart-jobwizard .jobwizard-wizard-btnnext {
    right: 0;
  }
  .contentpart-jobwizard .jobwizard-wizard-btnback {
    right: 70px;
  }
}
/* ............................................. 1280 */
@media only screen and (max-width: 1280px) {
  .dce-header-slider {
    height: auto !important;
  }
  .dce-header-slider .section-pager {
    bottom: 15px;
  }
  .solution-Item {
    margin: 0px 5.5% 0 0;
  }
  .solution-Item .headline h2 {
    font-size: 16px;
  }
  .contentpart-contacts {
    padding: 80px 0 50px 8%;
  }
  .main-menu .menuCTA .more.btn .btnarrow {
    margin: 8px 0 0 10px;
    width: 18px;
  }
}
/* ............................................. 1270 */
@media only screen and (max-width: 1200px) {
  .career .header-layerline {
    margin: -140px 0 0 0;
    top: unset !important;
    bottom: -40px !important;
  }
}
/* ............................................. 1200 */
@media only screen and (max-width: 1200px) {
  .main-menu .menuCTA .menuCTA-inner {
    position: absolute;
    bottom: 30px;
    margin: 0 0 0 15px;
  }
  .contentpart-jobs .showjobsFilterBTN {
    margin: 0px 0 0 10px;
    width: 198px;
  }
  .contentpart-jobs .restjobsFilterBTN {
    width: 167px;
  }
  .contentpart-success-stories .product-success-stories .article .news-img-wrap {
    height: 160px;
  }
}
/* ............................................. 1080 */
@media only screen and (max-width: 1080px) {
  .news-img-wrap .mediaelement-video iframe {
    height: 170px;
  }
  .contentpart-imagetextgrid .gridboxitem {
    width: 33%;
    margin: 0 0.5% 30px 0;
  }
  .main-menu li.nav-item.navlayerOpen .level1before {
    display: none;
  }
}
/* ............................................. 1024 */
@media only screen and (max-width: 1024px) {
  .contentpart-imagetextgrid .gridboxitem:nth-child(3n+1) {
    clear: none;
  }
  .contentpart-imagetextgrid .gridboxitem {
    width: 48%;
    margin: 0 0 30px 0;
  }
  .contentpart-imagetextgrid .gridboxitem:nth-child(even) {
    float: right;
  }
  .contentpart-imagetextgrid .gridboxitem:nth-child(3n) {
    margin-right: 0;
  }
  .solution-Item {
    width: 17%;
  }
  .main-menu li.nav-item:nth-child(3) .sub.level1 {
    left: 0;
  }
  .main-menu ul li {
    margin: 0 10px 0 20px;
  }
  #col-logo {
    width: 190px;
  }
  h1, h2, h3, h4, h5, h6, h7, p {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .solution-Item {
    margin: 0px 3.5% 0 0;
  }
  .frame-type-news_pi1 header,
  .frame-type-list header {
    max-width: 100%;
  }
  .main-menu .navlayerOn .sub.level1 {
    top: 127px;
    width: 101%;
  }
  .contentpart-solution-benefits header h2 {
    width: auto;
    font-size: 41px;
    line-height: 51px;
    max-width: 80%;
  }
  .main-menu li.nav-item:nth-child(1) .sub.level1, .main-menu li.nav-item:nth-child(2) .sub.level1, .main-menu li.nav-item:nth-child(3) .sub.level1, .main-menu li.nav-item:nth-child(4) .sub.level1, .main-menu li.nav-item:nth-child(5) .sub.level1 {
    left: 0%;
  }
  .dce-header-slider .mega-hl {
    font-size: 50px;
    line-height: 55px;
  }
  .dce-header-slider .slider-Contentbox {
    left: 10%;
    margin: 16% 0 0 0;
    width: 82%;
  }
  .contentpart-teaser .colored-layer {
    min-height: 210px;
  }
  .contentpart-teaser-imagebox .teaser-img {
    width: auto;
    height: 289px;
    float: left;
    max-width: inherit;
  }
  .member-list .col-3 {
    flex: 0 0 27%;
    max-width: 27%;
    margin: 0px 0px 0 19px;
  }
  .team_contacts header,
  .team_list header {
    margin: 0px 0 0 70px;
    width: 100%;
  }
  .section-headline {
    position: relative;
    width: 90%;
    float: left;
    margin: 20px 0 4px 10%;
  }
  .section-headline .headline-standard.noline {
    margin: 80px 0 20px -10%;
  }
  .fact-Item {
    text-align: left;
    margin: 11px 0 30px 0;
    font-weight: 600;
  }
  .dce-facts .row {
    display: block;
    flex-wrap: inherit;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dce-facts .col {
    float: left;
    width: 29%;
    margin: 0 0 0 4%;
  }
  .colored-layer {
    left: -10px;
  }
  .productdetailimage {
    width: 45%;
    margin-top: 95px;
  }
  .producktheaderBG {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
  .contentpart-contacts .contact-item {
    width: 30%;
  }
  .dce-group-members-element {
    height: 124px;
  }
  .main-menu li.nav-item.navlayerOpen .level1before {
    display: none;
  }
  .contentpart-jobs .showjobsFilterBTN {
    width: 155px;
  }
  .contentpart-jobs .restjobsFilterBTN {
    width: 117px;
  }
  .contentpart-jobs .showjobsFilterBTN a,
  .contentpart-jobs .restjobsFilterBTN a {
    padding: 6px 0 0px 0;
    font-size: 15px;
    text-align: center;
  }
  .contentpart-jobs .showjobsFilterBTN a .btnarrow,
  .contentpart-jobs .restjobsFilterBTN a .btnarrow {
    display: none;
  }
  .contentpart-jobs .restjobsFilterBTN a {
    font-size: 11px;
    padding: 9px 0 0 0;
  }
  .career .cycle-slideshow {
    max-height: unset;
  }
  .dce-header-slider .slideritem {
    height: 360px;
  }
  .dce-header-slider .slider-bigbg {
    height: inherit;
  }
  .career .header-layerline {
    bottom: unset;
    margin: 0;
  }
}
/* ................................................................................. 1023 */
@media only screen and (max-width: 1023px) {
  .p-2.contactBTN {
    display: none;
  }
  .contentpart-success-stories .product-success-stories .article .news-img-wrap {
    height: 120px;
  }
  .main-menu .navlayerOpen .activemenuname-carrierSub {
    top: -42px;
  }
  .news-img-wrap .mediaelement-video iframe {
    height: 125px;
  }
  .contentpart-mediatext .newsitem-big .first {
    width: 100%;
  }
  .career .contentpart-video .newsitem .news-img-wrap, .career .contentpart-video .newsitem-big .news-img-wrap {
    width: 100%;
    float: left;
  }
  .more.btn.mx-auto {
    clear: both;
  }
  .member-list .col-3 {
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0 0px 0 14px;
  }
  .dce-header-slider .section-pager {
    bottom: 0px;
  }
  .dce-header-slider .section-pager .section {
    padding: 7px 0 0px 20px !important;
    font-size: 22px !important;
    height: 37px !important;
    margin-top: 0px !important;
  }
  .solution-Item {
    width: 17%;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .round-thumb-box {
    width: 110px;
    height: 110px;
  }
  .solution-Item .headline h2 {
    font-size: 14px;
    min-height: 56px;
  }
  .dce-header-slider .slider-textbox {
    font-size: 15px;
    line-height: 21px;
  }
  .icon-247 {
    margin: 0% 0 0 84%;
    bottom: 110px;
    width: 110px;
  }
  img {
    height: auto;
  }
  .newsitem-big .news-img-wrap {
    width: 50%;
  }
  .newsitem-big .first {
    width: 46%;
  }
  .main-menu li.nav-item:nth-child(1) .sub.level1,
  .main-menu li.nav-item:nth-child(2) .sub.level1,
  .main-menu li.nav-item:nth-child(3) .sub.level1,
  .main-menu li.nav-item:nth-child(4) .sub.level1,
  .main-menu li.nav-item:nth-child(5) .sub.level1 {
    left: 0px;
  }
  .main-menu .navlayerOn .sub.level1 {
    width: 100%;
    top: 126px;
  }
  .frame-type-list .products-wrap .image-wrap {
    min-height: 100px;
  }
  .userloggedin .metalinksTop {
    width: 450px;
  }
  .products-wrap .product-list .row {
    display: block;
  }
  .products-wrap .product-list .row .col {
    flex: inherit;
    max-width: 46%;
    float: left;
    height: auto;
    min-height: 500px;
    margin: 0 0 25px 0;
  }
  .trans {
    opacity: 1;
  }
  .newsitem-big .news-img-wrap {
    width: 100%;
  }
  .newsitem-big .first {
    width: 100%;
  }
  .contentpart-search .tx-indexedsearch-searchbox {
    float: left;
    width: 100%;
    margin: 10px 0 0px 0;
    position: relative;
  }
  .contentpart-search .first.trans {
    float: left;
    margin: 0px;
  }
  .contentpart-search .tx-indexedsearch-res {
    width: 90%;
    margin: 20px 0 20px 5%;
  }
  .product-detail .product-content .newsitem .news-img-wrap {
    width: 100%;
    float: left;
  }
  .contentpart-contacts .part-contacts-headline h2 {
    font-size: 20px;
  }
  .row.jobitem {
    display: block;
    float: left;
    width: 100%;
  }
  .row.jobitem .col-6 {
    width: 54%;
    float: left;
    padding: 0 50px 0 10px;
    margin: 0 30px 0 0;
  }
  .row.jobitem .company {
    margin: 0 0 10px 0;
  }
  .row.jobitem .type {
    float: right;
    margin: -27px 10px 0 0;
  }
  .jobitem a {
    position: relative;
    position: relative;
    display: block;
    width: auto;
    z-index: 10;
  }
  .dce-group-members-element {
    height: 95px;
  }
  .header-layerline {
    position: relative;
    top: 0px !important;
    height: 310px;
    overflow: hidden;
  }
  .header-layerline-blend {
    content: "";
    width: 100%;
    position: relative;
    left: 0px;
    top: -310px !important;
    height: 330px;
    overflow: hidden;
  }
  .dce-header-slider {
    max-height: 790px !important;
  }
  .tease .subheadline {
    width: 90%;
    margin: 0px 0 10px 20px;
  }
  .tease .left, .tease .right {
    width: 40%;
    margin: 20px 6% 0 20px;
  }
  .career .contentpart-headlerlayerline .teasertext {
    width: 80%;
    margin: 0 0 0 20px;
  }
  .contact .contentpart-contact-form .formbox header h2 {
    font-size: 36px;
    line-height: 51px;
    margin: 0 0 0 72px;
  }
  .contact .contentpart-contact-form .formbox {
    width: 65%;
    float: left;
  }
  .contact .contentpart-contact-form .formbox .form-group label {
    font-size: 16px;
  }
  .contact .formbox-contactbox {
    float: right;
    width: 32.5%;
    margin: 0 0.6% 0 0;
  }
  .news-detail .newsheaderimage .mediaelement-video iframe {
    height: 410px;
  }
  .main-menu .menuCTA {
    width: 150px;
  }
  .main-menu .menuCTA {
    width: 270px;
    font-size: 16px;
    line-height: 23px;
    width: 190px;
  }
  .main-menu .navlayerOpen-subopen .navitem-level1.subnavOpen .level2 .menuCTA a {
    font-size: 12px;
  }
  .main-menu .menuCTA .more.btn .btnarrow {
    margin: 4px 0 0 7px;
    float: right;
    clear: both;
    width: 25px;
  }
  .main-menu .navlayerOpen .activemenuname {
    top: 180px;
  }
  .main-menu .navlayerOpen .sub.level1 {
    top: 126px;
  }
  .main-menu .navlayerOpen-subopen .navitem-level1.subnavOpen .level2 {
    width: 79% !important;
  }
  .main-menu .menuCTA {
    width: 148px;
  }
  .main-menu .menuCTA .more.btn .btnarrow {
    margin: 14px 0 0 7px;
    float: left;
  }
}
/* ................................................................ 767 */
@media only screen and (max-width: 767px) {
  .contentpart-jobs .contentpart-contacts .infoBox {
    float: left;
    width: 100%;
    padding: 23px 0 50px 0;
    height: auto;
  }
  .contentpart-jobs .selectorComany {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .contentpart-jobs .selectorLocation {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .contentpart-jobs .jobfilterbox {
    height: 200px;
  }
  .contentpart-jobs .showjobsFilterBTN {
    margin: 0px 0 0 0px;
  }
  .contentpart-jobs .section-joblist.text-lila {
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0 0 0;
  }
  .main-menu .navlayerOpen .activemenuname-carrierSub {
    display: none;
  }
  .jobwizardlayer .p-2.contactBTN, .jobwizardlayer .mobnav {
    display: none !important;
  }
  .jobwizardlayer #col-logo {
    margin: 0px;
    left: 7%;
    position: relative;
    top: 36px;
  }
  .contentpart-jobwizard {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .contentpart-jobwizard .BTNclosewizard {
    top: -20px;
    z-index: 9999;
  }
  .contentpart-jobwizard .input-text, .contentpart-jobwizard .contentpart-jobwizard #jobWizard-1645-cv {
    font-size: 30px;
  }
  .contentpart-jobwizard .question {
    font-size: 22px;
    line-height: 30px;
  }
  .contentpart-jobwizard .jobwizard-wizard-btnback {
    bottom: 5px;
    left: inherit;
    right: 60px;
  }
  .contentpart-jobwizard .jobwizard-wizard-btnnext {
    bottom: 5px;
  }
  .contentpart-jobwizard .wizard-step9 .jobwizard-wizard-btnback {
    right: 0px;
  }
  .contentpart-jobwizard .teaser {
    font-size: 17px;
    line-height: 25px;
  }
  .contentpart-jobwizard .teaser br {
    display: none;
  }
  .contentpart-jobwizard .dsgvoinfo {
    margin: 20px 0 20px 0;
  }
  .contentpart-jobwizard .dsgvoinfo-text {
    width: 100%;
  }
  .contentpart-jobwizard .dsgvoinfocheckbox-text {
    float: left;
    width: 80%;
  }
  .contentpart-jobwizard .headline-standard {
    margin: 0 0 30px 0;
  }
  .tease .subheadline {
    margin: 0px 0 10px 0px;
  }
  .section-headline .headline-standard.noline {
    margin: 80px 0 20px 10px;
  }
  .products-wrap .product-list .row .col {
    flex: inherit;
    max-width: 95%;
    float: left;
    height: auto;
    min-height: 200px;
  }
  .dce-facts .col {
    float: left;
    width: 100%;
    margin: 0 0 0 0%;
  }
  #mainMenu, .metalinksTop, #header-searchbox, .contactBTN, .section-pager, .dce-header-slider .ibslayer, .dce-image-logo, .sectiondiagoline, .frame-type-list header h2::before, .quote-logo {
    display: none;
  }
  #header {
    height: 80px;
  }
  .dce-header-slider .mega-hl {
    font-size: 40px;
    line-height: 48px;
    position: absolute;
    left: 5%;
    top: 10px;
  }
  .dce-header-slider .slider-Contentbox {
    position: relative;
    z-index: 20;
    width: 100%;
    left: 0;
    margin: 0% 0 0 0px;
  }
  .dce-header-slider .slider-textbox {
    width: 100%;
    padding: 14px 0 12px 5%;
    min-height: 92px;
    float: left;
  }
  .dce-header-slider .slider-more-button {
    width: 100%;
  }
  .section-slogan {
    font-size: 30px;
    margin: 30px 0 0 40px;
  }
  .dce-process-solutions .section-headline h2::before {
    top: 9px;
  }
  .solution-Item {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .round-thumb-box {
    width: 200px;
    height: 200px;
    margin: 0px auto 20px auto;
  }
  .solution-Item .headline h2 {
    font-size: 14px;
    min-height: inherit;
  }
  .image-caption-hover .section-slogan {
    z-index: 5;
    font-size: 40px;
    line-height: 46px;
    left: 0;
    margin: 0px;
    position: relative;
    bottom: inherit;
    top: 85px;
  }
  .contentpart-image .contentpart-inner {
    width: 100%;
    margin: 0 auto;
  }
  .frame-type-list header h2, .frame-type-news_pi1 header h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .products_list.frame-type-list header h2,
  .products_show.frame-type-list header h2,
  .products_showcategory.frame-type-list header h2 {
    margin: 30px 0 0 5%;
  }
  .product-list {
    padding: 20px 0 20px 0;
  }
  .max4item .col {
    flex: 1 0 95%;
    max-width: 95%;
  }
  .product-item {
    margin: 0 0 20px 0;
  }
  .more.btn.mx-auto {
    display: block;
    float: left !important;
    margin: 0 0 0 0px;
  }
  .width-50 {
    width: 100%;
    float: left;
    position: relative;
  }
  .contentpart-teaser-imagebox {
    width: 100%;
  }
  .contentpart-teaser .headline {
    width: 95%;
    margin: 40px 0 0 5%;
  }
  .icon-247 {
    margin: 0% 0 0 0;
    bottom: inherit;
    margin: 10px 0 0 0;
    left: 5%;
    width: 40%;
  }
  .contentpart-teaser .width-50 .image-caption-hover {
    right: inherit;
    position: relative;
  }
  .contentpart-teaser .width-50 .image-caption-hover .section-slogan {
    z-index: 5;
    font-size: 28px;
    line-height: 28px;
    left: 5%;
    top: -70px;
  }
  .contentpart-teaser .colored-layer {
    min-height: auto;
  }
  .contentpart-teaser .part-right .more.btn {
    bottom: inherit;
    position: relative;
    right: 0px;
    width: 100%;
    margin: 29px 0 10px 0;
  }
  .width-50 {
    min-height: auto !important;
  }
  .section-slogan-customer {
    width: 95%;
    margin: 0 0 0 3%;
  }
  .bgworld {
    position: absolute;
    min-height: 10px;
    width: auto;
    max-width: inherit;
    left: -240%;
    top: 0px;
    display: block;
    opacity: 0.6;
    height: 100%;
  }
  .contentpart-quote .rasterline-R {
    right: inherit;
    width: 50%;
    top: -100px;
  }
  .newsitem-big .first {
    width: 100%;
  }
  .newsitem-big .news-img-wrap {
    width: 100%;
  }
  .frame-type-news_pi1 header h2 {
    margin: 20px 0 0 5%;
    font-size: 40px;
  }
  .news-latest-view {
    margin: 20px 0 0 0;
  }
  .row {
    display: block;
  }
  .col.newsitem-small {
    max-width: 100%;
    width: 100%;
    float: left;
  }
  .newsitem-big .header h3, .newsitem-small h3 {
    font-size: 18px;
    line-height: 19px;
  }
  .newsitem-small .header::before, .newsitem-big .header::before {
    top: -1px;
  }
  .contentpart-newsletter .frame-type-list header h2 {
    width: 100%;
    margin: 30px 0 0 0px;
  }
  .sectionhl-smaller {
    font-size: 30px !important;
    line-height: 37px !important;
  }
  .newsletter-formbox .col-xs-6.col-sm-6.col-md-6.col-lg-6 {
    padding: 0 0px 0 0;
  }
  .newsletter-formbox #form-group-newsletter-17-email input {
    width: 100%;
  }
  .newsletter-formbox .input.checkbox {
    width: 100%;
  }
  .newsletter-formbox #newsletter-17 .actions {
    margin: 10px 0 0 0;
    float: left;
  }
  .contentpart-members .frame-type-list header h2 {
    width: auto;
    position: relative;
    padding: 30px 0 0 0px;
    font-weight: 700 !important;
    margin: 0px;
    font-weight: 700 !important;
    font-size: 30px !important;
  }
  .dce-group-members-element {
    width: 47%;
    float: left;
    margin: 0 3% 11px 0;
    height: 105px;
  }
  .dce-group-members {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
  }
  .col.copy {
    margin: 10px 0 20px 0;
    font-size: 12px;
    width: 100%;
    float: left;
    display: block;
  }
  .mobnav {
    display: block;
    position: absolute;
    right: 5px;
    top: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  .mobnav .burgerBTNx {
    display: none;
  }
  .mobnav .burgerBTN div {
    width: 30px;
    height: 2px;
    background: #002744;
    margin: 1px 0 6px 0;
  }
  .mobnavOn .burgerBTNx {
    display: block;
    font-size: 26px;
    border: 1px solid black;
    text-align: center;
    padding: 4px 0 9px 0;
    margin: -7px 0 0 0;
  }
  .mobnavOn .burgerBTN {
    display: none;
  }
  .mobnavOn #mainMenu {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 99999;
    width: 102%;
    top: 75px;
    left: -1%;
    padding: 100px 0 0 0;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: 0px 10px 22px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 10px 22px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 10px 22px 0px rgba(50, 50, 50, 0.15);
  }
  .mobnavOn .main-menu ul li {
    float: left;
    margin: 0 0 45px 60px;
    font-weight: 700;
    width: 100%;
  }
  .mobnavOn .main-menu .navlayerOn .sub.level1 {
    width: 100%;
    top: 0;
    position: relative;
    padding: 10px 0 10px 0;
  }
  .mobnavOn .main-menu ul li .sub.level1 li.navitem-level1 {
    width: 100%;
  }
  .mobnavOn .main-menu ul li .sub.level1 li {
    float: left;
    margin: 0 0 0px 0px;
    font-weight: 700;
    width: 100%;
  }
  .mobnavOn .main-menu ul li .sub.level1 li.navitem-level1 {
    width: 77%;
    border-left: 0px solid #000;
    border-right: 0px solid #000;
  }
  .mobnavOn .main-menu li.nav-item:nth-child(1) .sub.level1, .mobnavOn .main-menu li.nav-item:nth-child(2) .sub.level1, .mobnavOn .main-menu li.nav-item:nth-child(3) .sub.level1, .mobnavOn .main-menu li.nav-item:nth-child(4) .sub.level1, .mobnavOn .main-menu li.nav-item:nth-child(5) .sub.level1 {
    left: -10%;
  }
  .mobnavOn .closeNav {
    right: 40px;
  }
  .mobnavOn .main-menu ul li .sub.level1 li.navitem-level1::after {
    left: 77%;
  }
  .mobnavOn .main-menu ul li .sub.level1 li.navitem-level1 a {
    width: 90%;
    padding: 12px 0 12px 10%;
  }
  .mobnavOn .main-menu ul li .sub.level1 li.navitem-level1 .sub.level2 {
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
    left: 0%;
    top: 0px;
    min-height: inherit;
    padding: 10px 0 10px 0px;
    float: left;
  }
  .mobnavOn .main-menu ul li .sub.level1 li.navitem-level1 .sub.level2 li {
    margin: 0px 0 5px 0;
  }
  .mobnavOn .main-menu li.nav-item:nth-child(3) .sub.level1 {
    left: 0;
    width: 198%;
  }
  .mobnavOn .main-menu ul li.nav-item:nth-child(3) .sub.level1 li.navitem-level1 {
    border-left: 0px solid #0F8DBB;
    border-right: 0px solid #0F8DBB;
    width: 43%;
  }
  .mobnavOn .main-menu li.nav-item:nth-child(2) .sub.level1 {
    left: -10%;
    width: 180%;
  }
  .mobnavOn .main-menu ul li.nav-item:nth-child(2) .sub.level1 li.navitem-level1 {
    border-left: 0px solid #C3501D;
    border-right: 0px solid #C3501D;
    width: 44%;
  }
  .mobnavOn .main-menu li.nav-item:nth-child(4) .sub.level1 {
    left: -10%;
    width: 180%;
  }
  .mobnavOn .main-menu ul li.nav-item:nth-child(4) .sub.level1 li.navitem-level1 {
    border-left: 0px solid #C3501D;
    border-right: 0px solid #C3501D;
    width: 44%;
  }
  .mobnavOn .main-menu ul li.nav-item:nth-child(3) .sub.level1 .closeNav {
    right: 80px;
  }
  .mobnavOn .metalinksTop {
    display: block;
    position: absolute;
    top: 85px;
    z-index: 9999999;
  }
  .mobnavOn #header-searchbox {
    display: block;
    position: absolute;
    left: 0px;
    top: 86px;
    z-index: 999999;
  }
  .mobnavOn #tx-indexedsearch-searchbox-sword {
    opacity: 1;
    width: 130px;
    border-radius: 0px;
    border: 1px solid #eee;
    padding: 2px 0 5px 10px;
  }
  .mobnavOn .topmenuborder {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #cccccc;
    pointer-events: none;
    display: block;
    left: 0px;
    top: 124px;
    z-index: 999999;
  }
  .productdetailimage {
    width: 100%;
    margin-top: 20px;
  }
  .productdetailteaser {
    width: 95%;
    float: left;
    margin: 0 0 0 5%;
  }
  .section-headline {
    position: relative;
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
  }
  .productdetailteaser .section-slogan {
    margin: 20px 0 20px 0;
    font-size: 40px;
  }
  .productdetailteaser .section-slogan::before {
    top: 17px;
    height: 30%;
  }
  .contentpart-productdetailheader .detailintrotext, .contentpart-productdetailheader .description {
    float: left;
    width: 95%;
  }
  .contentpart-contacts-inner {
    width: 100%;
  }
  .contentpart-contacts .contentpart-contacts-inner .contact-item {
    width: 50%;
    margin: 0 auto;
  }
  .contentpart-downloads-inner {
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
  }
  .contentpart-productdetailheader {
    padding-bottom: 10px;
  }
  .tease .subheadline {
    width: 100%;
  }
  .tease .left, .tease .right {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    position: relative;
    padding: 0 0 0 32px;
  }
  .header-layerline {
    position: relative;
    width: 100%;
    float: left;
    z-index: 9999;
    margin: 0% 0 0 0;
    padding: 0px 0 0px 0;
    overflow: hidden;
    bottom: inherit;
    height: auto;
    overflow: hidden;
  }
  .header-layerline-blend {
    bottom: 0;
    height: 66%;
  }
  .contentpart-headlerlayerline .contentpart {
    padding: 20px 0 20px 5%;
    background: #3572CB !important;
    mix-blend-mode: multiply;
  }
  .slider-Contentbox .mega-hl {
    text-shadow: 0px 0px 24px rgb(150, 150, 150);
  }
  .contentpart-facts .section-slogan {
    margin: 50px 0 0 5%;
    width: 95%;
  }
  .fact-Item {
    text-align: center;
    margin: 20px 0 30px 0;
    font-weight: 600;
    width: 95%;
  }
  .frame-type-news_pi1 header,
  .frame-type-list header {
    max-width: 95%;
  }
  .standard .team_contacts header h2,
  .standard .team_list header h2 {
    margin: 20px 0 0 0px;
  }
  .team_contacts header h2,
  .team_list header h2 {
    font-size: 40px;
    line-height: 45px;
    width: auto;
    padding: 0 70px 20px 0;
  }
  .member {
    margin: 0 0 30px 30%;
    float: left;
    width: 70%;
  }
  .quote-slogan::before {
    top: -35px;
    left: -50px;
  }
  .contentpart-quote .rasterline-R {
    display: none;
  }
  .quote-img {
    margin: 4px 0 0 0;
  }
  .cta-inner {
    float: left;
    width: 101%;
    padding: 80px 0 0 80px;
    position: relative;
    max-width: inherit;
    margin: 0 0 0 -3px;
  }
  .cta-inner h2 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    max-width: 800px;
  }
  .cta-inner .more {
    margin: 40px 0 40px -13%;
    float: left;
    width: 100%;
  }
  .cta-inner h2::before {
    content: "";
    background: #ffffff;
    width: 2px;
    left: -15px;
    height: 100%;
    top: 30px;
  }
  .dce-image.display-left .image-caption-hover {
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: 50px;
    margin: -180px 0 0px;
    width: 100%;
  }
  .dce-image.display-left .image-caption-hover .section-slogan::before {
    left: -22px;
  }
  .row-newsoverview-all .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: left;
    display: block;
  }
  .news-detail .crossnews-HL h2 {
    font-size: 26px;
    line-height: 31px;
    width: auto;
    padding: 20px 70px 20px 20px;
    text-transform: uppercase;
  }
  .news-detail .crossnews-HL::before {
    left: -69px;
  }
  .crossnews-item {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  #map {
    width: 100%;
    height: 460px;
  }
  .mapfilter {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 30px auto 0 0;
    bottom: 0px;
    left: 0%;
  }
  .mapfilter .more {
    position: relative;
    display: block;
    float: left !important;
    margin-bottom: 0px;
    width: 200px;
  }
  .career .contentpart-headlerlayerline .teasertext {
    width: 95%;
  }
  .tease .subheadline {
    width: 95%;
  }
  .career .header-layerline-blend {
    background: #3572CB !important;
    display: none;
  }
  .headline-standard {
    margin: 20px 0 20px 5%;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
  }
  header.headerheadline-standard h2::before, header.headerheadline-standard h2::after,
  .contentpart-solution-benefits header h2::before, .contentpart-solution-benefits header h2::after {
    display: none;
  }
  .width-75 {
    width: 95%;
    position: relative;
    margin: 0 0 0 2%;
  }
  .contentpart-solution-benefits header h2 {
    width: 90%;
    margin: 20px 0 20px 5%;
    color: #3CD0AB;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
  }
  .contentpart-solution-benefits header {
    width: 100%;
    margin: 0 auto;
  }
  .solution-Item {
    width: 100%;
    margin: 0px 0 20px 0;
    text-align: center;
  }
  .career .contentpart-video .newsitem .news-img-wrap, .career .contentpart-video .newsitem-big .news-img-wrap {
    width: 100%;
    float: left;
  }
  .career .newsitem .first {
    float: left;
    width: 100%;
  }
  .contentpart-outer.contentpart-calltoaction {
    margin: 10px 0 0 0;
  }
  .jobs-wrap {
    width: 100%;
    float: left;
    margin: 20px 0 20px 5%;
  }
  .job-list .text-align-right {
    text-align: left;
  }
  .job-list .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .job-list .company {
    margin: 0 0 10px 0;
  }
  .job-list .location {
    margin: 20px 0 20px 0;
  }
  .contact .contentpart-contact-form .formbox .formbox-inner {
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
  }
  .contact .contentpart-contact-form .formbox {
    width: 100%;
    padding: 0 0 0 0px;
  }
  .contact .contentpart-contact-form .formbox header h2 {
    width: 90%;
    margin-left: 5%;
    font-size: 35px;
    line-height: 40px;
  }
  .contact .contentpart-contact-form .formbox header::before {
    top: 28px !important;
    left: -22px !important;
    height: 190px;
  }
  .contact .contentpart-contact-form .formbox .frame-type-form_formframework {
    width: 90%;
    margin: 40px 0 0 5%;
  }
  .contact .contentpart-contact-form .formbox .form-group label {
    margin: 7px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    width: 30%;
  }
  .contact .contentpart-contact-form .formbox .form-group .input {
    float: right;
    display: block;
    width: 69%;
  }
  .contact .contentpart-contact-form .formbox .actions {
    width: 100%;
    float: left;
  }
  .contact .contentpart-contact-form .formbox-contactbox {
    float: left;
    width: 90%;
    margin: 0 0 0 5%;
  }
  .contact .contentpart-contact-form .formbox-contactbox .formbox-contactbox-inner {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
  }
  .loginlayer .layer-inner.loginLayer-inner {
    width: 100%;
    margin: 45px auto 0 auto;
  }
  .loginlayer .closeBTN {
    right: 50px;
    top: 3px;
    width: 30px;
    height: 30px;
  }
  .loginlayer .closex {
    height: 40px;
  }
  .loginlayer .row.metalinks {
    font-size: 13px;
    display: flex;
  }
  .dce-header-slider .slider-textbox h2, .dce-header-slider .slider-textbox .h2 {
    font-size: 20px;
  }
  .product-item .cat-titel {
    position: relative;
  }
  .contentpart-teaser .part-right .more.btn {
    margin: 10px 0 20px 0;
  }
  .more.btn.mx-auto {
    margin: 0 0 20px 0px;
  }
  .contentpart-teaser .width-50 .image-caption-hover .section-slogan {
    left: inherit;
    top: 5px;
    margin: 10px 0 10px 0;
  }
  .contentpart-teaser .width-50 {
    min-height: 228px !important;
    overflow: hidden;
  }
  .contentpart-teaser .width-50.part-right {
    min-height: 1px !important;
    overflow: hidden;
  }
  .contentpart-outer.contentpart-newsgrid.bg-withe {
    margin: 20px 0 0 0;
  }
  .contentpart-newsletter .text-teaser {
    margin: -20px 0 0px 0;
  }
  .dce-group-members {
    width: 100%;
    float: left;
    margin: 20px 0 70px 0;
  }
  .bgmarken {
    bottom: -10px;
  }
  .dce-header-slider .mega-hl {
    top: 30px;
  }
  .product-list .more.btn {
    width: 95%;
  }
  .header-layerline-blend {
    top: inherit !important;
    height: auto;
  }
  .header-layerline {
    top: 0 !important;
  }
  .contentpart-headlerlayerline .contentpart {
    background: #e51a29 !important;
  }
  .section128 .contentpart-headlerlayerline .contentpart {
    background: #e51a29 !important;
  }
  .career .header-layerline {
    margin: -140px 0 0 0;
  }
  .userloggedin .metalinksTop {
    width: auto;
  }
  .userloggedin .loginbutton {
    float: left;
    margin: 0 20px 0 0px;
    cursor: pointer;
    min-width: 55px;
    width: auto;
    text-align: right;
    position: absolute;
    width: 340px;
    top: 45px;
    border-bottom: 0px solid #ccc;
    padding: 0px;
    font-size: 13px;
    right: -14px;
  }
  .contentpart-teaser-imagebox .teaser-img {
    width: 100%;
    height: auto;
    float: left;
    max-width: inherit;
    min-height: 228px;
  }
  .member-list .col-3 {
    flex: inherit;
    max-width: 100%;
    margin: 0 0px 0 0;
    margin-right: 0px;
    display: block;
  }
  .member {
    margin: 0 0 30px 0%;
    float: left;
    width: 100%;
  }
  .team_contacts .contentpart-inner,
  .team_list .contentpart-inner {
    width: 90%;
  }
  .contentpart-contacts .contact-item {
    width: 90%;
  }
  .contentpart-product-usps .usbbox {
    width: 95%;
    margin: 5px 0% 0 0;
    padding: 20px 0 0 10px;
  }
  .p-2.contactBTN {
    display: block;
    margin: 62px 65px 0 0px;
    position: absolute;
    width: 90px;
    overflow: hidden;
  }
  .p-2.contactBTN .btn-secondary {
    width: 100%;
  }
  .mobnavOn .p-2.contactBTN .btn-secondary {
    width: 100%;
    height: 36px;
    padding: 4px 0 0 0;
  }
  .mobnavOn .menubottomBox {
    display: block;
  }
  .mobnavOn .menubottomBox .languagedropbox {
    width: auto;
    margin: 0px -4px 0 10px;
    border: 0px;
  }
  .mobnavOn .menubottomBox .p-2.contactBTN {
    margin: 10px 0 0 -1px;
    background-position: 19px 6px;
  }
  .mobnavOn .languagedropbox:hover .langropitem-select {
    min-width: 327px;
    margin: 0px 0 -2px 0;
  }
  .mobnavOn .p-2.contactBTN {
    display: block;
  }
  .jobs-wrap {
    width: 90%;
    float: left;
  }
  .row.jobitem .col-6 {
    width: 100%;
    float: left;
    padding: 0 0px 0 0px;
    margin: 0 30px 0 0;
  }
  .row.jobitem .type {
    float: left;
    margin: 0 0px 0 0;
  }
  .jobitem {
    padding: 25px 0 40px 0;
  }
  .jobitem a::after {
    width: 22px;
    height: 41px;
    position: relative;
    top: -1px;
    right: 0;
    float: left;
  }
  .jobitem h3 {
    font-weight: 700;
    color: #651DC6;
    display: block;
    width: 90%;
    float: left;
    margin: 0 2px 10px 0;
  }
  .row.jobitem .company {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
  }
  .mobOpensub {
    display: block;
    position: absolute;
    right: 10px;
    background: #eee;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 3px 0 0 0;
    font-size: 24px;
    font-weight: 100;
    margin: -36px 0 0 0;
  }
  .closeNav {
    display: none;
  }
  .loginBox #dsgvoContainer {
    font-size: 11px;
    line-height: 15px;
  }
  .loginBox .dsgvo, .loginBox .dsgvo-more, .loginBox .dsgvo-more-button {
    float: left;
    width: 100%;
  }
  .loginBox #dsgvo {
    width: 15px;
    float: left;
    margin: 0px 0px 3px 0;
    height: 15px;
  }
  .languagedropbox {
    width: 180px;
    font-size: 14px;
    margin: 0px -4px 0 -11px;
    height: 38px;
    border: 1px solid #ccc;
  }
  .languagedropbox .langropitem-active {
    width: 200px;
    margin: 6px 0 0px 0;
  }
  .languagedropbox .langropitem-select {
    padding: 30px 0 0 0;
  }
  .languagedropbox:hover .langropitem-select {
    background-color: #fff;
    line-height: 29px;
  }
  .metaline .languagedropbox .langnavdroparrow {
    position: absolute;
    right: 6px;
    top: 14px;
    opacity: 1;
    width: 24px;
    background: #fff;
    padding: 0 8px 0 0px;
    z-index: 10;
    border-left: 0px;
  }
  .news-detail .newsheaderimage .mediaelement-video iframe {
    height: 220px;
  }
  .news-img-wrap .mediaelement-video iframe {
    height: 305px;
  }
  .main-menu ul li::before, .mobOpensub, .activemenuname {
    display: none;
  }
  .main-menu .nav-item {
    background: #000;
    min-height: 55px;
  }
  .main-menu .nav-item a {
    color: #ffffff;
  }
  .main-menu ul li a {
    color: #fff;
  }
  .mobnavOn .main-menu ul li.nav-item {
    float: left;
    margin: 0 0 0px 0px;
    font-weight: 700;
    width: 100%;
    min-height: 60px;
    padding: 19px 0 0 20px;
    position: relative;
  }
  .main-menu li.nav-item:nth-child(2) {
    background: #0F8DBB;
  }
  .main-menu li.nav-item:nth-child(3) {
    background: #C91F94;
  }
  .main-menu li.nav-item:nth-child(4) {
    background: #651DC6;
  }
  .mobnavOn #mainMenu {
    padding: 60px 0 0 0;
  }
  .mobnavOn .topmenuborder {
    display: none;
  }
  .mobnavOn .main-menu li.nav-item .sub.level1 {
    width: 100%;
    left: 0;
    position: relative;
  }
  .mobnavOn .main-menu li.nav-item .sub.level1 {
    width: 100% !important;
    left: 0px !important;
    position: relative;
    float: left;
    padding: 0px;
    margin: 0px;
  }
  .mobnavOn .main-menu .navlayerOpen .sub.level1 {
    top: inherit;
  }
  .mobnavOn .main-menu ul li.nav-item .sub.level1 li.navitem-level1,
  .mobnavOn .main-menu ul li.nav-item .sub.level1 li.navitem-level1:hover {
    border-left: 0px solid #0F8DBB !important;
    border-right: 0px solid #0F8DBB !important;
    margin: 0 0 5px 0 !important;
    width: 100% !important;
    padding: 5px 0 5px 0;
  }
  .mobnavOn .main-menu .navlayerOpen .sub.level1 {
    margin: 0px 0 14px 0 !important;
  }
  .main-menu .navlayerOpen .sub.level1 {
    -webkit-box-shadow: 15px 18px 12px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 15px 18px 12px 0px rgba(50, 50, 50, 0);
    box-shadow: 15px 18px 12px 0px rgba(50, 50, 50, 0);
  }
  .mobnavOn .main-menu ul li .sub.level1 li.navitem-level1 a {
    font-weight: 300;
  }
  .menuCTA {
    display: none !important;
  }
  .mobnavOn .main-menu ul li .sub.level1 li.navitem-level1 .sub.level2 {
    display: none;
  }
  .mobnavOn .main-menu ul li.nav-item:nth-child(1) .sub.level1 {
    border-top: 1px solid #ffffff !important;
    margin: 6px 0 0 -20px !important;
    float: left !important;
    padding: 6px 0px 0 20px;
    width: 110% !important;
  }
  .main-menu .navlayerOpen-subopen .navitem-level1.subnavOpen .level2 {
    width: 90% !important;
  }
  .mobnavOn .main-menu ul li.nav-item .activemenuname {
    display: block;
    top: 19px !important;
    left: 0px !important;
    width: 80% !important;
    background: #000;
    padding: 0 0 0 0px;
    margin: 0 0 0 14px;
  }
  .mobnavOn .main-menu ul li.nav-item:nth-child(2) .activemenuname {
    background: #0F8DBB;
  }
  .mobnavOn .main-menu ul li.nav-item:nth-child(3) .activemenuname {
    background: #C91F94;
  }
  .mobnavOn .main-menu ul li.nav-item:nth-child(4) .activemenuname {
    background: #651DC6;
  }
  .mobnavOn .main-menu ul li.nav-item .activemenuname a {
    padding-left: 5px;
    display: block;
  }
  .level3open .mobnavOn .main-menu ul li.nav-item .activemenuname {
    padding: 0 0 0 0px;
    margin-left: 14px;
    width: 100% !important;
    font-size: 13.5px;
  }
  .main-menu .menuback {
    left: -18px;
    top: -61px;
    background: #000;
    padding: 10px;
  }
  .main-menu .menuback:hover {
    opacity: 1;
  }
  .level3open .main-menu li.nav-item:nth-child(1) {
    background: #e51a29;
  }
  .level3open .mobnavOn .main-menu ul li.nav-item:nth-child(1) .activemenuname {
    background: #e51a29;
  }
  .level3open .main-menu li.nav-item:nth-child(1) .menuback {
    background: #e51a29;
  }
  .main-menu .navlayerOpen-subopen .navitem-level1 {
    min-height: 10px;
  }
  .menubottomBox {
    display: block;
    float: left;
    width: 100%;
    min-height: auto;
    background: #fff;
    position: relative;
    padding: 15px 0 15px 0;
  }
  .menubottomBox .p-2.contactBTN {
    display: block;
    margin: 10px 0 0 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url("/Resources/Public/Images/icon-phone.svg");
    background-repeat: no-repeat;
    background-position: 7px 7px;
    float: left;
  }
  .menubottomBox .p-2.contactBTN .btn-secondary {
    width: 100%;
    height: auto;
    padding: 0px 0 0 30px;
    background: none;
    color: #000;
    text-align: left;
    border: 0px;
  }
  .menubottomBox .loginbutton {
    margin: 6px 20px 0 10px;
    cursor: pointer;
    min-width: 100%;
    width: 100%;
    text-align: left;
    padding: 0 0 0 25px;
    background-repeat: no-repeat;
    background-image: url("/Resources/Public/Images/icon-login.svg");
  }
  #col-logo .logo.na {
    margin: -10px 0 0px 0;
  }
  #header-searchbox .lupe {
    cursor: pointer;
    left: 0px;
    position: absolute;
    top: 2px;
    pointer-events: none;
  }
  .mobnavOn #tx-indexedsearch-searchbox-sword {
    opacity: 0;
    width: 130px;
    border-radius: 0px;
    border: 0px solid #eee;
    padding: 6px 0 5px 40px;
    font-size: 14px;
  }
  .mobnavOn #header-searchbox {
    display: block;
    position: absolute;
    left: 10px;
    top: 96px;
    z-index: 999999;
  }
  .contentpart-imagetextgrid .gridboxitem {
    width: 100%;
  }
  .news-detail .contentpart-headline-text {
    margin-top: -50px;
  }
  .contentpart-headline-text.sidebarright .part-left {
    width: 95%;
    margin: 0 0 0 2.5%;
  }
  .contentpart-headline-text.sidebarright .part-right {
    width: 95%;
    position: relative;
    margin: 65px 0 0 2.5% !important;
  }
  .cta-inner h2 {
    padding: 68px 0 0 60px;
  }
  .headline-standard.headlinesmaller {
    width: 95%;
    margin: 0 0 0 2.5%;
  }
  .news-detail .contentpart-headline-text .width-50 {
    width: 95%;
    margin: 0 0 0 2.5%;
  }
  .news-detail .contentpart-headline-text .section-headline {
    margin: 20px 0 4px 0px;
  }
  .mobnavOn .main-menu ul li.nav-item .sub.level1 {
    border-top: 0px solid #fff !important;
    width: 100% !important;
  }
  .mobnavOn .main-menu ul li.nav-item.navlayerOpen .sub.level1 {
    border-top: 0px solid #fff !important;
    width: 100% !important;
    height: auto;
  }
  .main-menu .menuback {
    top: -82px;
    left: -20px;
    padding: 2px 10px 3px 10px;
  }
  .main-menu .navlayerOpen-subopen .navitem-level1.subnavOpen .level2 li {
    width: 100% !important;
  }
  .mobnavOn .main-menu ul li.nav-item .sub.level1 li.navitem-level1, .mobnavOn .main-menu ul li.nav-item .sub.level1 li.navitem-level1:hover {
    width: 100% !important;
    float: left;
    height: auto;
  }
  .mobnavOn .main-menu ul li .sub.level1 li.navitem-level1 .sub.level2 {
    padding: 0px 0 10px 0px;
  }
  .mobnavOn .main-menu ul li .sub.level1 li.navitem-level1 .sub.level2 li {
    margin: 0px 0 6px 0 !important;
    float: left;
    height: auto;
  }
  .mobnavOn .closeNav {
    right: 10px;
  }
  .main-menu .closeNav {
    top: -34px;
  }
  .mobnavOn .main-menu li.nav-item:nth-child(1).navlayerOpen .sub.level1 .closeNav {
    right: 0px;
  }
  .mobnavOn .main-menu ul li.nav-item:nth-child(3) .sub.level1 .closeNav {
    right: 10px;
  }
  .contentpart-gallerycompact .galleryItem {
    width: 100%;
    margin: 0 0% 30px 0;
    height: auto;
  }
  #lbImage {
    max-width: 600px;
  }
  #lbCenter {
    width: 100%;
  }
  .contentpart-headline-text .headline-standard::before {
    content: "";
    display: none;
  }
  .contentpart-headline-text.sidebarright {
    padding-top: 0;
    margin: 0px;
    margin-top: 0px;
  }
  .contentpart-headline-text .standortlogo {
    width: 80%;
  }
  .dce-header-slider .slideritem {
    max-height: 300px;
  }
  .dce-header-slider .slider-bigbg {
    max-height: inherit;
    object-fit: cover;
  }
  .contentpart-success-stories .product-success-stories .article {
    width: 100%;
    margin: 50px 0% 0 0;
  }
  .contentpart-success-stories .product-success-stories .article .news-img-wrap {
    height: auto;
  }
  .contentpart-success-stories .teaser-text {
    float: left;
    width: 100%;
  }
  .contentpart-success-stories .product-success-stories .article.count_1 .news-img-wrap {
    width: 100%;
  }
  .contentpart-success-stories .product-success-stories .article.count_1 .article-text {
    float: left;
    width: 100%;
  }
}
.section94 .header-layerline-blend {
  background: #e51a29 !important;
}
.section94 .newsitem-small .header::before, .section94 .newsitem-big .header::before {
  background: #e51a29 !important;
}
.section94 .newsitem-big .header h3, .section94 .newsitem-small h3 {
  color: #e51a29 !important;
}
.section94 .bg-tech {
  background: #e51a29 !important;
}
.section94 .contentpart-quote.bg-tech {
  background: black !important;
  background: -moz-linear-gradient(top, black 0%, #434343 100%) !important;
  background: -webkit-linear-gradient(top, black 0%, #434343 100%) !important;
  background: linear-gradient(to bottom, black 0%, #434343 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#434343",GradientType=0 ) !important;
}
.section94 .quote-slogan {
  color: #ffffff;
}
.section94 .icon-247 {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.section94 .section-slogan.text-pink {
  color: #333333 !important;
}
.section94 .contentpart-teaser .width-50 .sectiondiagoline {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.section105 .facttext, .section105 .tfacttext {
  color: #ffffff;
}
.section105 .contentpart-facts .rasterlayer {
  opacity: 0.6;
}
.section105 .standard .team_list header h2::before, .section105 .team_list header h2::after,
.section105 .standard .team_contacts header h2::before, .section105 .team_contacts header h2::after {
  background: #e51a29;
}
.section105 .frame-type-news_pi1 header h2,
.section105 .frame-type-list header h2 {
  color: #e51a29;
}
.section105 .team-wrap .member .text {
  color: #e51a29;
}
.section105 .team_contacts,
.section105 .team_list {
  background: #dce1e3;
  background: -moz-linear-gradient(top, #dce1e3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #dce1e3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #dce1e3 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dce1e3", endColorstr="#ffffff",GradientType=0 );
}
.section105 .lasteteamrow {
  background: #ffffff;
}
.section105 .contentpart-quote {
  background: black !important;
  background: -moz-linear-gradient(top, black 0%, #434343 100%) !important;
  background: -webkit-linear-gradient(top, black 0%, #434343 100%) !important;
  background: linear-gradient(to bottom, black 0%, #434343 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#434343",GradientType=0 ) !important;
}
.section105 .quote-slogan {
  color: #ffffff;
}

.section128 .header-layerline-blend {
  background: #e51a29 !important;
}
.section128 .headline-standard {
  color: #e51a29;
}
.section128 header.headerheadline-standard h2::before {
  background-image: url("/Resources/Public/Images/line-lila-diagonal.svg");
}
.section128 .dce-process-solutions .headline-standard {
  color: #ffffff;
}
.section128 .contentpart-solution-benefits header h2::before {
  background-image: url("/Resources/Public/Images/line-withe-diagonal.svg");
}
.section128 .solution-Item.text-black {
  color: #ffffff;
}
.section128 .newsitem-big .header h3 {
  color: #e51a29;
}
.section128 .bg-tech {
  background: #e51a29 !important;
}
.section128 .cta-inner::before {
  background: #000000 !important;
}
.section128 .cta-inner {
  background: #000000 !important;
}
.section128 .cta-inner .more.btn {
  background: #e51a29 !important;
}

.news-detail .text-red, .news-detail .text-red a, .news-detail .text-red a:hover {
  color: #e51a29 !important;
}
.news-detail .crossnews-HL h2 {
  color: #e51a29 !important;
}
.news-detail .crossnews-HL:before {
  background-image: url("/Resources/Public/Images/line-pink-diagonal.svg");
}
.news-detail .crossnews-item .header h3 {
  color: #e51a29 !important;
}
.news-detail .news-related-news a .teaser-text {
  color: #ffffff;
}
.news-detail .news-related-news a:hover .teaser-text {
  color: #e51a29;
}

/* ................................................................................. 1023 */
@media only screen and (max-width: 1023px) {
  .responsivinfo:before {
    content: "The responsive layouts are currently in progress.";
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 100px 80px;
    font-weight: bold;
  }
  .breadcrumb {
    display: none;
  }
  #col-logo .logo {
    display: inline-block;
    margin: 0px 0 0px 0;
    position: relative;
    top: 6px;
    width: 160px;
    float: left;
  }
  #col-logo .logoibs {
    width: 78px;
    position: absolute;
    top: 28px;
    left: 200px;
  }
  .dce-header-slider .mega-hl {
    font-size: 30px;
    line-height: 37px;
    position: absolute;
    left: 5%;
    top: 60px;
  }
  .dce-header-slider-standard .mega-hl {
    font-size: 30px;
    line-height: 37px;
    position: absolute;
    left: 5%;
    top: 120px;
  }
  .headervideo {
    left: -60%;
    z-index: 1;
    width: auto;
    height: 330px;
  }
  .contentpart-solutions-top header {
    width: 90%;
    margin: 0px 0 0 5%;
  }
  .contentpart-solutions-top header h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .contentpart-solutions-top header h2 br {
    display: none;
  }
  .contentpart-solutions-container-all .solutions-line .solution-Item {
    width: 90%;
    margin: 0px 5px 25px 5%;
  }
  .more.btn {
    width: 90%;
    margin: 0 0 0 5%;
  }
  .contentpart-headline-text.contentpart-solution-benefits-top .headline-standard {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 0 5%;
    width: 90%;
  }
  .contentpart-benefits .dce-benefits {
    display: block;
    flex-wrap: inherit;
    margin-left: 5%;
    margin-right: 0;
    width: 90%;
  }
  .contentpart-benefits .dce-benefits .benefit-Item {
    flex: inherit;
    margin-right: 20px;
    margin-bottom: 0;
    height: auto;
    display: block;
    text-align: center;
  }
  .seperatorLine-0.seperatorLinewithouticon-0 {
    display: none;
  }
  .contentpart-benefits {
    padding: 0 0 0px 0;
  }
  .contentpart-get-in-touch .imagelayerbox {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 10;
    margin: 0 0 0 0px;
  }
  .contentpart-get-in-touch {
    max-height: 90000px;
    overflow: hidden;
    background: #000;
  }
  .contentpart-get-in-touch .headline {
    margin: 0 0 10px 0;
  }
  .contentpart-get-in-touch .headline::before {
    left: 0px;
  }
  .contentpart-get-in-touch .headline-sub {
    margin: 0 0 15px 5%;
    width: 90%;
  }
  .contentpart-get-in-touch .image-img {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .contentpart-imagecutoutgrid {
    position: relative;
    margin: 20px 0 20px 0;
  }
  .contentpart-imagecutoutgrid .section-headline {
    margin: 30px 0 0px 5%;
    width: 90%;
  }
  .contentpart-imagecutoutgrid .imagecutoutgrid-box .imagecutoutgrid-Item {
    flex: 0 0 90%;
    height: auto;
    margin: 0 0 40px 5%;
  }
  .frame-type-products_list {
    width: 100%;
    padding: 70px 0 0 0;
  }
  .frame-type-products_list header h2, .frame-type-products_list header h3 {
    font-size: 36px;
    line-height: 40px;
  }
  .frame-type-products_list .product-list {
    padding: 10px 0 0 0;
  }
  .frame-type-products_list .product-list .image-wrap {
    width: 100%;
    min-height: 10px;
    margin: 0 0 15px 0;
  }
  .frame-type-news_pi1 header h2 {
    font-size: 36px !important;
    line-height: 30px !important;
    margin: 70px 0 60px 0 !important;
  }
  .frame-type-news_pi1 .teaser-text {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .image-caption-hover .section-slogan {
    z-index: 5;
    font-size: 30px;
    line-height: 36px;
    left: 0;
    margin: 30px 0 0 0;
    position: relative;
    bottom: inherit;
    top: 0;
  }
  .image-caption-hover {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    margin: 20px 0 0 5%;
  }
  .colored-layer {
    left: 0;
  }
  .group-headline h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .contentpart-members .bottomcircle {
    position: absolute;
    bottom: 0px;
    left: 5%;
    max-width: inherit;
    width: 630px;
  }
  .contentpart-members {
    padding-bottom: 10px;
  }
  .footer-sectionline {
    margin: 15px 0 0px 0;
  }
  #footer p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .contentpart-footer .col.memberoficon {
    text-align: left;
    flex-direction: column;
    justify-content: start;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    display: block;
    padding: 0;
    position: relative;
    top: 0;
    float: left;
  }
  .contentpart-footer .logofooter {
    display: block;
    width: 200px;
    float: left;
    margin: 20px 0 0 0;
    position: relative;
    left: 0;
  }
  .contentpart-footer .logoibs {
    float: left;
    width: 100px;
    margin: 32px 0 0 10px;
  }
  .menubottomBox {
    display: none;
  }
  .main-menu li.nav-item:nth-child(1), .main-menu li.nav-item:nth-child(2), .main-menu li.nav-item:nth-child(3), .main-menu li.nav-item:nth-child(4) {
    background: #000;
  }
  .mobnavOn .main-menu ul li.nav-item:nth-child(1) .activemenuname, .mobnavOn .main-menu ul li.nav-item:nth-child(2) .activemenuname, .mobnavOn .main-menu ul li.nav-item:nth-child(3) .activemenuname, .mobnavOn .main-menu ul li.nav-item:nth-child(4) .activemenuname {
    background: #000;
  }
  .main-menu li.nav-item:nth-child(1) .sub.level1,
  .main-menu li.nav-item:nth-child(2) .sub.level1,
  .main-menu li.nav-item:nth-child(3) .sub.level1,
  .main-menu li.nav-item:nth-child(4) .sub.level1 {
    background: #000;
  }
  .main-menu li.nav-item:nth-child(1) .sub.level1::before,
  .main-menu li.nav-item:nth-child(2) .sub.level1::before,
  .main-menu li.nav-item:nth-child(3) .sub.level1::before,
  .main-menu li.nav-item:nth-child(4) .sub.level1::before {
    background: #000;
  }
  .mobnavOn #mainMenu {
    -webkit-box-shadow: 0px 60px 61px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 60px 61px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 60px 61px 0px rgba(50, 50, 50, 0.55);
  }
  .tease .subheadline {
    font-size: 20px;
    line-height: 28px;
  }
  .news-single h1.section-slogan {
    margin: 0px 0 30px 0;
    width: 100%;
  }
  .contentpart-related-news .crossnews-item {
    width: 90%;
    margin: 0px 0 20px 5%;
    padding: 0px;
  }
  .dce-header-slider-standard .imageblende {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
  }
  .dce-header-slider .slider-Contentbox {
    z-index: 9999;
  }
  .arrowli::before {
    width: 10px;
    height: 30px;
    top: 4px;
    left: 0px;
  }
  .tease .left, .tease .right {
    width: 90%;
    margin: 20px 0 0 0;
    position: relative;
    padding: 0 0 0 22px;
  }
  .frame-type-products_list header {
    margin: 0px 0 60px 30px;
    width: 90%;
  }
  .cta-inner {
    float: left;
    width: 105%;
    padding: 15px 10%;
    margin: 0 0 0 -5%;
  }
  .contentpart-calltoaction .more.btn {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .contentpart-mediatext .more.btn {
    width: 100%;
    margin: 0 0 0 0;
  }
  .cta-inner .textbox {
    width: 100%;
    max-width: 630px;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin: 2px 0 10px 0;
    float: left;
  }
  .contentpart-headline-text .headline-standard {
    margin-left: 0;
  }
  .contentpart-headline-text .contentpart-inner {
    width: 90%;
  }
  .contentpart-headline-text .more.btn {
    width: 100%;
    margin: 0 0 0 0;
  }
  .fact-Item {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .factcount h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .solutions-line {
    margin: 0px 0 0 0;
    width: 100%;
    padding: 20px 0 0 0;
  }
  .contentpart-jobs {
    width: 90%;
    margin: 30px auto 0 auto;
    float: none;
  }
  .contentpart-jobs .more.btn {
    width: 100%;
    margin: 5px 0 5px 0;
  }
  .contentpart-ContinentContacts .tabbtns {
    width: 100%;
  }
  .contentpart-ContinentContacts .tabcontent {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
  }
  .contentpart-ContinentContacts td, .contentpart-ContinentContacts th {
    border-style: none;
    width: 100%;
    display: block;
    float: left;
  }
  .contentpart-headlerlayerline .contentpart {
    margin: 0 0 0 -5%;
    width: 110%;
    padding: 20px 5% 15px 10%;
  }
}
