@charset "UTF-8";
.in-group .in-group-delay:nth-child(1n) {
  transition-delay: 0.1s;
}

.in-group .in-group-delay:nth-child(2n) {
  transition-delay: 0.2s;
}

.in-group .in-group-delay:nth-child(3n) {
  transition-delay: 0.3s;
}

.in-group .in-group-delay:nth-child(4n) {
  transition-delay: 0.4s;
}

.in-group .in-group-delay:nth-child(5n) {
  transition-delay: 0.5s;
}

.in-group .in-group-delay:nth-child(6n) {
  transition-delay: 0.6s;
}

.in-group .in-group-delay:nth-child(7n) {
  transition-delay: 0.7s;
}

.in-group .in-group-delay:nth-child(8n) {
  transition-delay: 0.8s;
}

.in-group .in-group-delay:nth-child(9n) {
  transition-delay: 0.9s;
}

.in-group .in-group-delay:nth-child(10n) {
  transition-delay: 1s;
}

.in-group .in-group-delay:nth-child(11n) {
  transition-delay: 1.1s;
}

.in-group .in-group-delay:nth-child(12n) {
  transition-delay: 1.2s;
}

.in-group .in-group-delay:nth-child(13n) {
  transition-delay: 1.3s;
}

.in-group .in-group-delay:nth-child(14n) {
  transition-delay: 1.4s;
}

.in-group .in-group-delay:nth-child(15n) {
  transition-delay: 1.5s;
}

.in-group .in-group-delay:nth-child(16n) {
  transition-delay: 1.6s;
}

.in-group .in-group-delay:nth-child(17n) {
  transition-delay: 1.7s;
}

.in-group .in-group-delay:nth-child(18n) {
  transition-delay: 1.8s;
}

.in-group .in-group-delay:nth-child(19n) {
  transition-delay: 1.9s;
}

.in-group .in-group-delay:nth-child(20n) {
  transition-delay: 2s;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
@keyframes win-second-in {
   0% {

     transform: translateX(-$navbar-second-width);
   }
   100% {
     transform: translateX(0);

   }
 }

@keyframes win-second-out {
  0% {
    transform: translateX(0);

  }

  100% {
    transform: translateX(-$navbar-second-width);
  }
}

@keyframes win-third-in {
  0% {

    transform: translateX($aside-right-width);
  }
  100% {
    transform: translateX(0);

  }
}

@keyframes win-second-out {
  0% {
    transform: translateX(0);

  }

  100% {
    transform: translateX($aside-right-width);
  }
}
*/
@font-face {
  font-family: "Be Vietnam Pro";
  src: local("Be Vietnam Pro ExtraBold Italic"), local("BeVietnamPro-ExtraBoldItalic"), url("fonts/BeVietnamPro-ExtraBoldItalic.woff2") format("woff2"), url("fonts/BeVietnamPro-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: local("Be Vietnam Pro ExtraBold"), local("BeVietnamPro-ExtraBold"), url("fonts/BeVietnamPro-ExtraBold.woff2") format("woff2"), url("fonts/BeVietnamPro-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: local("Be Vietnam Pro Italic"), local("BeVietnamPro-Italic"), url("fonts/BeVietnamPro-Italic.woff2") format("woff2"), url("fonts/BeVietnamPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: local("Be Vietnam Pro Regular"), local("BeVietnamPro-Regular"), url("fonts/BeVietnamPro-Regular.woff2") format("woff2"), url("fonts/BeVietnamPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*

@font-face {
  font-family: 'Alegreya Sans';
  src: url('fonts/AlegreyaSans-Medium.woff2') format('woff2'),
  url('fonts/AlegreyaSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('fonts/AlegreyaSans-LightItalic.woff2') format('woff2'),
  url('fonts/AlegreyaSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('fonts/AlegreyaSans-Regular.woff2') format('woff2'),
  url('fonts/AlegreyaSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Be Vietnam Pro", sans-serif;
  color: inherit;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 3em;
}

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

h3,
.h3 {
  font-size: 1.5em;
}

h4,
.h4 {
  font-size: 1.2em;
}

h5,
.h5 {
  font-size: 1.2em;
}

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

p {
  margin: 0;
}

a,
ins,
u {
  text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none;
}

kbd {
  border-radius: 3px;
  line-height: 1.2;
  padding: 0.1rem 0.15rem;
  background: rgba(197, 197, 197, 0.8);
  color: #ffffff;
  font-size: 0.9em;
}

mark {
  background: #ffe9b3;
  color: #383838;
  border-radius: 3px;
  padding: 0.05rem;
}

blockquote {
  border-left: 0.1rem solid rgba(255, 255, 255, 0.8);
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
}
ul li,
ol li {
  margin-top: 0.4rem;
}

ul {
  list-style: disc;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0.4rem 0 0.8rem 0;
}

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

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

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

.font-nrml {
  font-size: 1em;
}

.font-lg {
  font-size: 1.4em;
}

.font-md {
  font-size: 1.2em;
}

.font-sm {
  font-size: 0.9em;
}

.mb-1 mt-2 {
  font-size: 1.6em;
}

.font-xl {
  font-size: 1.6em;
}

.font-xxl {
  font-size: 1.8em;
}

h1 span.font-xxl {
  font-size: 2.2rem;
}

.uppercase {
  text-transform: uppercase;
}

.site-footer h3 {
  text-transform: none;
  font-size: 1.2em;
}

@media (max-width: 1440px) {
  .font-nrml {
    font-size: 1em;
  }

  .font-lg {
    font-size: 1.4em;
  }

  .font-xl {
    font-size: 1.6em;
  }

  .font-xxl {
    font-size: 1.4em;
  }

  h1 span.font-xxl {
    font-size: 1.8em;
  }
}
@media (max-width: 1280px) {
  .font-nrml {
    font-size: 1em;
  }

  .font-lg {
    font-size: 1.4em;
  }

  .font-xl {
    font-size: 1.6em;
  }

  .font-xxl {
    font-size: 1.8em;
  }

  h1 span.font-xxl {
    font-size: 1.8em;
  }
}
@media (max-width: 960px) {
  .font-nrml {
    font-size: 1em;
  }

  .font-lg {
    font-size: 1.4em;
  }

  .font-xl {
    font-size: 1.4em;
  }

  .font-xxl {
    font-size: 1.6em;
  }

  h1 span.font-xxl {
    font-size: 1.6em;
  }

  h2 span.font-xl {
    font-size: 1.6em;
  }
}
@media (max-width: 680px) {
  .font-nrml {
    font-size: 1em;
  }

  .font-lg {
    font-size: 1.2em;
  }

  .font-xl {
    font-size: 1.4em;
  }

  .font-xxl {
    font-size: 1.6em;
  }

  h1 span.font-xxl {
    font-size: 1.6em;
  }

  h2 span.font-xl {
    font-size: 1.6em;
  }
}
@media (max-width: 480px) {
  .font-nrml {
    font-size: 1em;
  }

  .font-lg {
    font-size: 1.2em;
  }

  .font-xl {
    font-size: 1.2em;
  }

  .font-xxl {
    font-size: 1.4em;
  }

  .font-nrml {
    font-size: 1em;
  }
}
strong, .bold {
  font-weight: bold;
}

/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.


h1 {
  font-size: 1.5em;
  margin: 0.67em 0;
}
*/
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * Modify default styling of address.
 */
address {
  font-style: normal;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: bold;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
  /* 1 (changed) */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400;
  /* (added) */
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

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

html {
  box-sizing: border-box;
  line-height: 1.5em;
  -webkit-tap-highlight-color: transparent;
  font-weight: 100;
  margin: 0;
  padding: 0;
  font-size: 18px;
  overflow-x: hidden;
}

div {
  box-sizing: border-box;
}

body {
  background: #fafafa;
  color: #383838;
  font-family: "Be Vietnam Pro", sans-serif, "Helvetica Neue", sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
}

body#tinymce {
  font-size: 22px !important;
}

#page {
  transition: opacity 1s 0.5s ease-out;
  opacity: 1;
  background-color: none;
}

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

.wrapper {
  max-width: 1820px;
  width: 100%;
  margin: 0 auto !important;
  height: 100%;
}

.wrapper-wide {
  max-width: 2100px;
  width: 90%;
  margin: 0 auto !important;
  height: 100%;
}

.wrapper-compact {
  max-width: 1380px;
  width: 90%;
  margin: 0 auto !important;
  height: 100%;
}

a {
  color: #ff6400;
  outline: none;
  text-decoration: none;
}
a:focus, a:hover, a:active, a.active {
  color: #e65a00;
  text-decoration: underline;
}

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

.hidden {
  display: none;
}

/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
  background: #ff6400;
  color: #ffe0cc;
}

/* und hiermit der Firefox >=1 */
::-moz-selection {
  background: #ff6400;
  color: #ffe0cc;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

hr {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #accf00;
  opacity: 0.8;
  height: 1px;
}

ul.checklist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ul.checklist li {
  position: relative;
  padding: 0.5em;
  padding-left: 3em;
  /* space to preserve indentation on wrap */
  background: rgba(255, 255, 255, 0.9);
}
ul.checklist li:before {
  content: "✔ ";
  position: absolute;
  left: 0.5em;
  /* place the SVG at the start of the padding */
  width: 2.5em;
  font-size: 2em;
  color: #ff6400;
}

.block {
  display: block !important;
}

.bold {
  font-weight: 500;
}

.bolder {
  font-weight: 600;
}

.clearfix::after, .container::after {
  clear: both;
  content: "";
  display: table;
}

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.flex-centered {
  align-items: center;
  display: flex;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-s {
  margin: 1.2rem !important;
}

.mb-s {
  margin-bottom: 1.2rem !important;
}

.ml-s {
  margin-left: 1.2rem !important;
}

.mr-s {
  margin-right: 1.2rem !important;
}

.mt-s {
  margin-top: 1.2rem !important;
}

.mx-s {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}

.my-s {
  margin-bottom: 1.2rem !important;
  margin-top: 1.2rem !important;
}

.m-m {
  margin: 2.4rem !important;
}

.mb-m {
  margin-bottom: 2.4rem !important;
}

.ml-m {
  margin-left: 2.4rem !important;
}

.mr-m {
  margin-right: 2.4rem !important;
}

.mt-m {
  margin-top: 2.4rem !important;
}

.mx-m {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.my-m {
  margin-bottom: 2.4rem !important;
  margin-top: 2.4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-8 {
  padding: 4.6rem !important;
}

.pb-8 {
  padding-bottom: 4.6rem !important;
}

.pl-8 {
  padding-left: 4.6rem !important;
}

.pr-8 {
  padding-right: 4.6rem !important;
}

.pt-8 {
  padding-top: 4.6rem !important;
}

.px-8 {
  padding-left: 4.6rem !important;
  padding-right: 4.6rem !important;
}

.py-8 {
  padding-bottom: 4.6rem !important;
  padding-top: 4.6rem !important;
}

.p-s {
  padding: 1.2rem !important;
}

.pb-s {
  padding-bottom: 1.2rem !important;
}

.pl-s {
  padding-left: 1.2rem !important;
}

.pr-s {
  padding-right: 1.2rem !important;
}

.pt-s {
  padding-top: 1.2rem !important;
}

.px-s {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.py-s {
  padding-bottom: 1.2rem !important;
  padding-top: 1.2rem !important;
}

.p-m {
  padding: 2.4rem !important;
}

.pb-m {
  padding-bottom: 2.4rem !important;
}

.pl-m {
  padding-left: 2.4rem !important;
}

.pr-m {
  padding-right: 2.4rem !important;
}

.pt-m {
  padding-top: 2.4rem !important;
}

.px-m {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.py-m {
  padding-bottom: 2.4rem !important;
  padding-top: 2.4rem !important;
}

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

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

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

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

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

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

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

@media (max-width: 1440px) {
  .m-s {
    margin: 1.2rem !important;
  }

  .mb-s {
    margin-bottom: 1.2rem !important;
  }

  .ml-s {
    margin-left: 1.2rem !important;
  }

  .mr-s {
    margin-right: 1.2rem !important;
  }

  .mt-s {
    margin-top: 1.2rem !important;
  }

  .mx-s {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }

  .my-s {
    margin-bottom: 1.2rem !important;
    margin-top: 1.2rem !important;
  }

  .m-m {
    margin: 2.4rem !important;
  }

  .mb-m {
    margin-bottom: 2.4rem !important;
  }

  .ml-m {
    margin-left: 2.4rem !important;
  }

  .mr-m {
    margin-right: 2.4rem !important;
  }

  .mt-m {
    margin-top: 2.4rem !important;
  }

  .mx-m {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }

  .my-m {
    margin-bottom: 2.4rem !important;
    margin-top: 2.4rem !important;
  }

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

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

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

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

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

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

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

  .p-s {
    padding: 1.2rem !important;
  }

  .pb-s {
    padding-bottom: 1.2rem !important;
  }

  .pl-s {
    padding-left: 1.2rem !important;
  }

  .pr-s {
    padding-right: 1.2rem !important;
  }

  .pt-s {
    padding-top: 1.2rem !important;
  }

  .px-s {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

  .py-s {
    padding-bottom: 1.2rem !important;
    padding-top: 1.2rem !important;
  }

  .p-m {
    padding: 2.4rem !important;
  }

  .pb-m {
    padding-bottom: 2.4rem !important;
  }

  .pl-m {
    padding-left: 2.4rem !important;
  }

  .pr-m {
    padding-right: 2.4rem !important;
  }

  .pt-m {
    padding-top: 2.4rem !important;
  }

  .px-m {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }

  .py-m {
    padding-bottom: 2.4rem !important;
    padding-top: 2.4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-5-xl {
    padding-right: 3.2rem !important;
  }
}
@media (max-width: 1280px) {
  .mb-0-lg {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-s {
    margin: 1.2rem !important;
  }

  .mb-s {
    margin-bottom: 1.2rem !important;
  }

  .ml-s {
    margin-left: 1.2rem !important;
  }

  .mr-s {
    margin-right: 1.2rem !important;
  }

  .mt-s {
    margin-top: 1.2rem !important;
  }

  .mx-s {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }

  .my-s {
    margin-bottom: 1.2rem !important;
    margin-top: 1.2rem !important;
  }

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

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

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

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

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

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

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

  .m-l {
    margin: 3.2rem !important;
  }

  .mb-l {
    margin-bottom: 3.2rem !important;
  }

  .ml-l {
    margin-left: 3.2rem !important;
  }

  .mr-l {
    margin-right: 3.2rem !important;
  }

  .mt-l {
    margin-top: 3.2rem !important;
  }

  .mx-l {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }

  .my-l {
    margin-bottom: 3.2rem !important;
    margin-top: 3.2rem !important;
  }

  .p-s {
    padding: 1.2rem !important;
  }

  .pb-s {
    padding-bottom: 1.2rem !important;
  }

  .pl-s {
    padding-left: 1.2rem !important;
  }

  .pr-s {
    padding-right: 1.2rem !important;
  }

  .pt-s {
    padding-top: 1.2rem !important;
  }

  .px-s {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

  .py-s {
    padding-bottom: 1.2rem !important;
    padding-top: 1.2rem !important;
  }

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

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

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

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

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

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

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

  .p-l {
    padding: 3.2rem !important;
  }

  .pb-l {
    padding-bottom: 3.2rem !important;
  }

  .pl-l {
    padding-left: 3.2rem !important;
  }

  .pr-l {
    padding-right: 3.2rem !important;
  }

  .pt-l {
    padding-top: 3.2rem !important;
  }

  .px-l {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }

  .py-l {
    padding-bottom: 3.2rem !important;
    padding-top: 3.2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-5-lg {
    padding-right: 3.2rem !important;
  }
}
@media (max-width: 960px) {
  .mb-0-md {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-s {
    margin: 0.8rem !important;
  }

  .mb-s {
    margin-bottom: 0.8rem !important;
  }

  .ml-s {
    margin-left: 0.8rem !important;
  }

  .mr-s {
    margin-right: 0.8rem !important;
  }

  .mt-s {
    margin-top: 0.8rem !important;
  }

  .mx-s {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }

  .my-s {
    margin-bottom: 0.8rem !important;
    margin-top: 0.8rem !important;
  }

  .m-m {
    margin: 1.6rem !important;
  }

  .mb-m {
    margin-bottom: 1.6rem !important;
  }

  .ml-m {
    margin-left: 1.6rem !important;
  }

  .mr-m {
    margin-right: 1.6rem !important;
  }

  .mt-m {
    margin-top: 1.6rem !important;
  }

  .mx-m {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }

  .my-m {
    margin-bottom: 1.6rem !important;
    margin-top: 1.6rem !important;
  }

  .m-l {
    margin: 2.4rem !important;
  }

  .mb-l {
    margin-bottom: 2.4rem !important;
  }

  .ml-l {
    margin-left: 2.4rem !important;
  }

  .mr-l {
    margin-right: 2.4rem !important;
  }

  .mt-l {
    margin-top: 2.4rem !important;
  }

  .mx-l {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }

  .my-l {
    margin-bottom: 2.4rem !important;
    margin-top: 2.4rem !important;
  }

  .p-s {
    padding: 0.8rem !important;
  }

  .pb-s {
    padding-bottom: 0.8rem !important;
  }

  .pl-s {
    padding-left: 0.8rem !important;
  }

  .pr-s {
    padding-right: 0.8rem !important;
  }

  .pt-s {
    padding-top: 0.8rem !important;
  }

  .px-s {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }

  .py-s {
    padding-bottom: 0.8rem !important;
    padding-top: 0.8rem !important;
  }

  .p-m {
    padding: 1.6rem !important;
  }

  .pb-m {
    padding-bottom: 1.6rem !important;
  }

  .pl-m {
    padding-left: 1.6rem !important;
  }

  .pr-m {
    padding-right: 1.6rem !important;
  }

  .pt-m {
    padding-top: 1.6rem !important;
  }

  .px-m {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }

  .py-m {
    padding-bottom: 1.6rem !important;
    padding-top: 1.6rem !important;
  }

  .p-l {
    padding: 2.4rem !important;
  }

  .pb-l {
    padding-bottom: 2.4rem !important;
  }

  .pl-l {
    padding-left: 2.4rem !important;
  }

  .pr-l {
    padding-right: 2.4rem !important;
  }

  .pt-l {
    padding-top: 2.4rem !important;
  }

  .px-l {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }

  .py-l {
    padding-bottom: 2.4rem !important;
    padding-top: 2.4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-5-md {
    padding-right: 3.2rem !important;
  }
}
@media (max-width: 680px) {
  .mb-0-sm {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-s {
    margin: 0.4rem !important;
  }

  .mb-s {
    margin-bottom: 0.4rem !important;
  }

  .ml-s {
    margin-left: 0.4rem !important;
  }

  .mr-s {
    margin-right: 0.4rem !important;
  }

  .mt-s {
    margin-top: 0.4rem !important;
  }

  .mx-s {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }

  .my-s {
    margin-bottom: 0.4rem !important;
    margin-top: 0.4rem !important;
  }

  .m-m {
    margin: 1.2rem !important;
  }

  .mb-m {
    margin-bottom: 1.2rem !important;
  }

  .ml-m {
    margin-left: 1.2rem !important;
  }

  .mr-m {
    margin-right: 1.2rem !important;
  }

  .mt-m {
    margin-top: 1.2rem !important;
  }

  .mx-m {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }

  .my-m {
    margin-bottom: 1.2rem !important;
    margin-top: 1.2rem !important;
  }

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

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

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

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

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

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

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

  .p-s {
    padding: 0.4rem !important;
  }

  .pb-s {
    padding-bottom: 0.4rem !important;
  }

  .pl-s {
    padding-left: 0.4rem !important;
  }

  .pr-s {
    padding-right: 0.4rem !important;
  }

  .pt-s {
    padding-top: 0.4rem !important;
  }

  .px-s {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }

  .py-s {
    padding-bottom: 0.4rem !important;
    padding-top: 0.4rem !important;
  }

  .p-m {
    padding: 1.2rem !important;
  }

  .pb-m {
    padding-bottom: 1.2rem !important;
  }

  .pl-m {
    padding-left: 1.2rem !important;
  }

  .pr-m {
    padding-right: 1.2rem !important;
  }

  .pt-m {
    padding-top: 1.2rem !important;
  }

  .px-m {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

  .py-m {
    padding-bottom: 1.2rem !important;
    padding-top: 1.2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-5-sm {
    padding-right: 3.2rem !important;
  }
}
@media (max-width: 480px) {
  .mb-1-xs {
    margin-bottom: 0.2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-s {
    margin: 0.4rem !important;
  }

  .mb-s {
    margin-bottom: 0.4rem !important;
  }

  .ml-s {
    margin-left: 0.4rem !important;
  }

  .mr-s {
    margin-right: 0.4rem !important;
  }

  .mt-s {
    margin-top: 0.4rem !important;
  }

  .mx-s {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }

  .my-s {
    margin-bottom: 0.4rem !important;
    margin-top: 0.4rem !important;
  }

  .m-m {
    margin: 0.8rem !important;
  }

  .mb-m {
    margin-bottom: 0.8rem !important;
  }

  .ml-m {
    margin-left: 0.8rem !important;
  }

  .mr-m {
    margin-right: 0.8rem !important;
  }

  .mt-m {
    margin-top: 0.8rem !important;
  }

  .mx-m {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }

  .my-m {
    margin-bottom: 0.8rem !important;
    margin-top: 0.8rem !important;
  }

  .m-l {
    margin: 1.6rem !important;
  }

  .mb-l {
    margin-bottom: 1.6rem !important;
  }

  .ml-l {
    margin-left: 1.6rem !important;
  }

  .mr-l {
    margin-right: 1.6rem !important;
  }

  .mt-l {
    margin-top: 1.6rem !important;
  }

  .mx-l {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }

  .my-l {
    margin-bottom: 1.6rem !important;
    margin-top: 1.6rem !important;
  }

  .p-s {
    padding: 0.4rem !important;
  }

  .pb-s {
    padding-bottom: 0.4rem !important;
  }

  .pl-s {
    padding-left: 0.4rem !important;
  }

  .pr-s {
    padding-right: 0.4rem !important;
  }

  .pt-s {
    padding-top: 0.4rem !important;
  }

  .px-s {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }

  .py-s {
    padding-bottom: 0.4rem !important;
    padding-top: 0.4rem !important;
  }

  .p-m {
    padding: 0.8rem !important;
  }

  .pb-m {
    padding-bottom: 0.8rem !important;
  }

  .pl-m {
    padding-left: 0.8rem !important;
  }

  .pr-m {
    padding-right: 0.8rem !important;
  }

  .pt-m {
    padding-top: 0.8rem !important;
  }

  .px-m {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }

  .py-m {
    padding-bottom: 0.8rem !important;
    padding-top: 0.8rem !important;
  }

  .p-l {
    padding: 1.6rem !important;
  }

  .pb-l {
    padding-bottom: 1.6rem !important;
  }

  .pl-l {
    padding-left: 1.6rem !important;
  }

  .pr-l {
    padding-right: 1.6rem !important;
  }

  .pt-l {
    padding-top: 1.6rem !important;
  }

  .px-l {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }

  .py-l {
    padding-bottom: 1.6rem !important;
    padding-top: 1.6rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-5-xs {
    padding-right: 3.2rem !important;
  }
}
.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  animation: loading 500ms infinite linear;
  border: 0.1rem solid #ff6400;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  z-index: 1;
}
.loading.loading-lg {
  min-height: 2rem;
}
.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  width: 1.6rem;
}

body.load, body.loading, body.cookie-load {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
body.load #page, body.loading #page, body.cookie-load #page {
  opacity: 0 !important;
  visibility: hidden;
}
body.load #contact-slider, body.loading #contact-slider, body.cookie-load #contact-slider {
  opacity: 0;
  right: -300px;
}

body.load #cookies-warning {
  opacity: 0 !important;
  visibility: hidden;
}

body.loading::after {
  top: calc(100vh/2);
}

.container-flow, #content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.container-flow > *, #content > * {
  flex: 1;
  flex-grow: 4;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.container-flow > * .container-flow--light, #content > * .container-flow--light {
  flex-grow: 2;
}
.container-flow > * .container-flow--heavy, #content > * .container-flow--heavy {
  flex-grow: 8;
}

.columns .col-equal-height > * {
  height: 100% !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 100%;
}
.container.grid-xl {
  max-width: 1461.6px;
}
.container.grid-lg {
  max-width: 1301.6px;
}
.container.grid-md {
  max-width: 981.6px;
}
.container.grid-sm {
  max-width: 701.6px;
}
.container.grid-xs {
  max-width: 501.6px;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}

.col-equal-height > * {
  height: 100% !important;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.columns.col-equal-height {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.columns.col-equal-height > * {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  height: auto !important;
}
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.column {
  flex: 1;
  max-width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.column.col-100, .column.col-88, .column.col-75, .column.col-62, .column.col-66, .column.col-50, .column.col-37, .column.col-33, .column.col-25, .column.col-12 {
  flex: none;
}

.col-100 {
  width: 100%;
}

.col-88 {
  width: 87.5%;
}

.col-75 {
  width: 75%;
}

.col-62 {
  width: 62.5%;
}

.col-66 {
  width: 66.5%;
}

.col-50 {
  width: 50%;
}

.col-37 {
  width: 37.5%;
}

.col-33 {
  width: 33.3333333%;
}

.col-25 {
  width: 25%;
}

.col-12 {
  width: 12.5%;
}

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

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-ml-auto {
  margin-left: auto;
}

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 1440px) {
  .col-xl-100,
.col-xl-88,
.col-xl-75,
.col-xl-62,
.col-xl-66,
.col-xl-50,
.col-xl-37,
.col-xl-33,
.col-xl-25,
.col-xl-12 {
    flex: none;
  }

  .col-xl-100 {
    width: 100%;
  }

  .col-xl-88 {
    width: 87.5%;
  }

  .col-xl-75 {
    width: 75%;
  }

  .col-xl-62 {
    width: 62.5%;
  }

  .col-xl-66 {
    width: 66.5%;
  }

  .col-xl-50 {
    width: 50%;
  }

  .col-xl-37 {
    width: 37.5%;
  }

  .col-xl-33 {
    width: 33.3333%;
  }

  .col-xl-25 {
    width: 25%;
  }

  .col-xl-12 {
    width: 12.5%;
  }

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

  .show-xl {
    display: block !important;
  }
}
@media (max-width: 1280px) {
  .col-lg-100,
.col-lg-88,
.col-lg-75,
.col-lg-66,
.col-lg-62,
.col-lg-50,
.col-lg-37,
.col-lg-33,
.col-lg-25,
.col-lg-12 {
    flex: none;
  }

  .col-lg-100 {
    width: 100%;
  }

  .col-lg-88 {
    width: 87.5%;
  }

  .col-lg-75 {
    width: 75%;
  }

  .col-lg-62 {
    width: 62.5%;
  }

  .col-lg-66 {
    width: 66.5%;
  }

  .col-lg-50 {
    width: 50%;
  }

  .col-lg-37 {
    width: 37.5%;
  }

  .col-lg-33 {
    width: 33.3333%;
  }

  .col-lg-25 {
    width: 25%;
  }

  .col-lg-12 {
    width: 12.5%;
  }

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

  .show-lg {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .col-md-100,
.col-md-88,
.col-md-75,
.col-md-66,
.col-md-62,
.col-md-50,
.col-md-37,
.col-md-33,
.col-md-25,
.col-md-12 {
    flex: none;
  }

  .col-md-100 {
    width: 100%;
  }

  .col-md-88 {
    width: 87.5%;
  }

  .col-md-75 {
    width: 75%;
  }

  .col-md-62 {
    width: 62.5%;
  }

  .col-md-66 {
    width: 66.5%;
  }

  .col-md-50 {
    width: 50%;
  }

  .col-md-37 {
    width: 37.5%;
  }

  .col-md-33 {
    width: 33.3333%;
  }

  .col-md-25 {
    width: 25%;
  }

  .col-md-12 {
    width: 12.5%;
  }

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

  .show-md {
    display: block !important;
  }
}
@media (max-width: 680px) {
  .col-sm-100,
.col-sm-88,
.col-sm-75,
.col-sm-66,
.col-sm-62,
.col-sm-50,
.col-sm-37,
.col-sm-33,
.col-sm-25,
.col-sm-12 {
    flex: none;
  }

  .col-sm-100 {
    width: 100%;
  }

  .col-sm-88 {
    width: 87.5%;
  }

  .col-sm-75 {
    width: 75%;
  }

  .col-sm-62 {
    width: 62.5%;
  }

  .col-sm-66 {
    width: 66.5%;
  }

  .col-sm-50 {
    width: 50%;
  }

  .col-sm-37 {
    width: 37.5%;
  }

  .col-sm-33 {
    width: 33.3333%;
  }

  .col-sm-25 {
    width: 25%;
  }

  .col-sm-12 {
    width: 12.5%;
  }

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

  .show-sm {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .col-xs-100,
.col-xs-88,
.col-xs-75,
.col-xs-62,
.col-xs-66,
.col-xs-50,
.col-xs-37,
.col-xs-33,
.col-xs-25,
.col-xs-12 {
    flex: none;
  }

  .col-xs-100 {
    width: 100%;
  }

  .col-xs-88 {
    width: 87.5%;
  }

  .col-xs-75 {
    width: 75%;
  }

  .col-xs-62 {
    width: 62.5%;
  }

  .col-xs-66 {
    width: 66.5%;
  }

  .col-xs-50 {
    width: 50%;
  }

  .col-xs-37 {
    width: 37.5%;
  }

  .col-xs-33 {
    width: 33.3333%;
  }

  .col-xs-25 {
    width: 25%;
  }

  .col-xs-12 {
    width: 12.5%;
  }

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

  .show-xs {
    display: block !important;
  }
}
.text-primary {
  color: #ff6400;
}

a.text-primary:focus, a.text-primary:hover {
  color: #e65a00;
}

.text-secondary {
  color: #97b600;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #829c00;
}

.text-gray {
  color: #d3d3d3;
}

a.text-gray:focus, a.text-gray:hover {
  color: #c6c6c6;
}

.text-normal {
  color: #383838;
}

a.text-normal:focus, a.text-normal:hover {
  color: #2b2b2b;
}

.text-light {
  color: #ffffff;
}

a.text-light:focus, a.text-light:hover {
  color: #f2f2f2;
}

.text-success {
  color: #95c11f;
}

a.text-success:focus, a.text-success:hover {
  color: #84ab1b;
}

.text-warning {
  color: #ea5b0c;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d2520b;
}

.text-error {
  color: #b40a0f;
}

a.text-error:focus, a.text-error:hover {
  color: #9c090d;
}

.bg-gray {
  background: #d3d3d3;
}

.bg-gray-light {
  background: #ededed;
}

.bg-gray-dark {
  background: #c6c6c6;
}

.bg-grayer {
  background: #e9eaea;
}

.bg-white {
  background: #ffffff;
}

.bg-primary {
  background: #ff6400;
  color: #ffffff;
}

.bg-secondary {
  background: #accf00;
  color: #ffffff;
}

.bg-dark {
  background: #accf00;
  color: #ffffff;
}

.bg-success {
  background: #95c11f;
  color: #ffffff;
}

.bg-warning {
  background: #ea5b0c;
  color: #ffffff;
}

.bg-error {
  background: #b40a0f;
  color: #ffffff;
}

.bg-image {
  background-position: center bottom;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.bg-gradient {
  background-image: radial-gradient(circle, #ffffff, #fcfcfc, #f1f1f1, #efefef, #f4f6f8);
}

.bg-gradient-gray {
  background: linear-gradient(142deg, white 0%, #e1e1e1 15%, #e5e5e5 37%, #eeeeee 74%, #bbbbbb 100%);
}

.bg-gradiant-ani-gray {
  background: linear-gradient(142deg, #a8a8a8 0%, #bbbbbb 15%, #d4d4d4 37%, #d4d4d4 74%, #bbbbbb 100%);
  background-size: 400% 400%;
  animation: gradient 120s ease infinite;
}

.bg-gradiant-ani {
  background: linear-gradient(-45deg, #6bab36, #607c43, #a5cc89, #6bab36);
  background-size: 400% 400%;
  animation: gradient 45s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.shad-overlay {
  box-shadow: 1px 0px 28px -6px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px 0px 28px -6px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px 0px 28px -6px rgba(0, 0, 0, 0.17);
}

.bg-main {
  background: none !important;
}

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

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

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

.title_center {
  text-align: center;
}

.bg_gray {
  background-color: #ededed;
}

.width_wrappercompact {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.article_aligner {
  display: flex;
  align-items: center;
  height: 100% !important;
}

.article_aligner-top {
  align-self: flex-start;
}

.article_aligner-bottom {
  align-self: flex-end;
}

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

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

.column-count-2 {
  column-count: 2;
  column-gap: 2em;
}

.bg-half-primary {
  background-image: linear-gradient(to left, transparent 50%, #ff6400 50%), url("../images/bg_loesungen_teaser.jpg");
  width: 100%;
  display: table;
}

.bg-half-white {
  background-image: linear-gradient(to left, transparent 50%, #fff 50%), url("../images/bg_loesungen_teaser.jpg");
  width: 100%;
  display: table;
}

.bg-half-gray-md, .bg-half-gray-sm {
  background-image: linear-gradient(to left, transparent 50%, #fafafa 50%), url("../images/bg_loesungen_teaser.jpg");
  width: 100%;
  display: table;
}

@media (max-width: 960px) {
  .bg-half-gray-md {
    background-image: linear-gradient(to top, transparent 50%, #fafafa 50%), url("../images/bg_loesungen_teaser.jpg");
    width: 100%;
    display: table;
  }

  .column-count-2 {
    column-count: unset;
    column-gap: 0;
  }
}
@media (max-width: 680px) {
  .bg-half-gray-sm {
    background-image: url("../images/bg_loesungen_teaser.jpg");
  }
}
.rounded {
  border-radius: 3px;
}

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

#cookies-warning label.form-checkbox {
  padding: 0.2rem 1.2rem !important;
}
#cookies-warning label.form-checkbox .form-icon {
  border-radius: 1px !important;
}
#cookies-warning a.underline {
  text-decoration: underline;
}
#cookies-warning .modal-container {
  max-height: 70vh;
  overflow-x: scroll;
}

.mod-saved {
  height: 0px;
  opacity: 0;
  visibility: hidden;
}

.removeCookieWarning {
  animation-name: mod-out;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.removeCookieWarning .modal-header, .removeCookieWarning .mod-cont {
  display: none !important;
}
.removeCookieWarning .mod-saved {
  visibility: visible;
  animation-name: mod-saved-in;
  animation-duration: 0.4s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  display: flex;
  align-items: center;
  align-content: center;
}
.removeCookieWarning .mod-saved .checkmark {
  display: inline-block;
  width: 44px;
  height: 44px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  margin: 0 auto;
}
.removeCookieWarning .mod-saved .checkmark_circle {
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 22px;
  left: 0;
  top: 0;
}
.removeCookieWarning .mod-saved .checkmark_stem {
  position: absolute;
  width: 6px;
  height: 18px;
  background-color: #ff6400;
  left: 22px;
  top: 12px;
}
.removeCookieWarning .mod-saved .checkmark_kick {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ff6400;
  left: 16px;
  top: 24px;
}
.removeCookieWarning .hidden {
  display: none !important;
}

@keyframes mod-saved-in {
  0% {
    opacity: 0;
    height: 0px;
  }
  100% {
    opacity: 1;
    height: 200px;
  }
}
@keyframes mod-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/*
 * ==========================================================================
 * Teaser
 * ==========================================================================
 */
.product-thumbnail {
  display: block;
  z-index: 10;
  overflow: hidden;
  border: solid 5px #ffffff;
  color: #383838;
  font-size: 0.9em;
  background: linear-gradient(180deg, #e4e4e4 0%, #fbfbfb 46.35%, #e8e8e8 97.4%);
}

.bg-gray .product-thumbnail {
  border: solid 5px #fff;
}

.product-thumbnail:hover {
  color: inherit;
  text-decoration: none;
  z-index: 400;
}

.product-thumbnail-img-container {
  background: linear-gradient(180deg, #e4e4e4 0%, #fbfbfb 46.35%, #e8e8e8 97.4%);
  height: auto;
  max-height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-thumbnail .product-thumbnail-img-container img {
  transition: all 0.5s ease-out;
  transform: scale(1);
}

.product-thumbnail:hover .product-thumbnail-img-container img {
  transform: scale(1.1);
}

span.product-thumbnail-img-descr {
  display: block;
  padding: 15px;
}

.product-thumbnail-img-container img {
  width: 100%;
}

.product-thumbnail p:first-child {
  font-size: 1.3em;
  padding: 20px 0 30px;
  line-height: 1.3em;
}

.product-thumbnail p {
  margin-bottom: 0.2rem;
}

.accordion input:checked ~ .accordion-header .icon, .accordion[open] .accordion-header .icon {
  transform: rotate(90deg);
}
.accordion input:checked ~ .accordion-body, .accordion[open] .accordion-body {
  max-height: 150rem;
}
.accordion .accordion-header {
  display: block;
  padding: 0.6rem;
}
.accordion .accordion-header .icon {
  transition: all 0.2s ease;
  display: inline-block;
}
.accordion .accordion-header:hover {
  cursor: pointer;
}
.accordion .accordion-body {
  margin-bottom: 0.6rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}

summary.accordion-header::-webkit-details-marker {
  display: none;
}

.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  appearance: none;
  background: #ffffff;
  border: 0.05rem solid #ff6400;
  border-radius: 3px;
  color: #ff6400;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  height: 2rem;
  line-height: 1rem;
  outline: none;
  padding: 0.45rem 0.8rem;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 100, 0, 0.2);
}
.btn:focus, .btn:hover {
  background: #ff6400;
  border-color: #e65a00;
  text-decoration: none;
  color: #ffffff;
}
.btn:active, .btn.active {
  background: #e65a00;
  border-color: #cc5000;
  color: #ffffff;
  text-decoration: none;
}
.btn:active.loading::after, .btn.active.loading::after {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.btn[disabled], .btn:disabled, .btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.horizon-btn {
  background: #ff6400;
  border: none;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.2rem;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}
.btn.horizon-btn span {
  transform: translateX(0);
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.horizon-btn.horizon-next-btn:hover span {
  transform: translateX(4px);
  transition-delay: 0.1s;
}
.btn.horizon-btn.horizon-prev-btn:hover span {
  transform: translateX(-4px);
  transition-delay: 0.1s;
}
.btn.btn-primary {
  background: #ff6400;
  border-color: #e65a00;
  color: #ffffff;
}
.btn.btn-primary:focus, .btn.btn-primary:hover {
  background: #db5600;
  border-color: #cc5000;
  color: #ffffff;
}
.btn.btn-primary:active, .btn.btn-primary.active {
  background: #d15200;
  border-color: #c24c00;
  color: #ffffff;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.btn.btn-ghost {
  background: none;
  border-color: #d3d3d3;
  color: #ff6400;
}
.btn.btn-ghost:focus, .btn.btn-ghost:hover {
  background: rgba(0, 0, 0, 0.3);
  border-color: #c6c6c6;
  color: #ffffff;
}
.btn.btn-ghost:active, .btn.btn-ghost.active {
  background: rgba(0, 0, 0, 0.3);
  border-color: #c6c6c6;
  color: #ededed;
}
.btn.btn-ghost.loading::after {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #ff6400;
}
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active {
  color: #e65a00;
}
.btn.btn-error {
  background: #b40a0f;
  border-color: transparent;
  color: #ffffff;
}
.btn.btn-error:focus, .btn.btn-error:hover, .btn.btn-error:active, .btn.btn-error.active {
  color: #e65a00;
}
.btn.btn-sm {
  font-size: 0.9em;
  height: 1.4rem;
  padding: 0.15rem 0.3rem;
}
.btn.btn-lg {
  font-size: 1.4em;
  height: 2.4rem;
  padding: 0.65rem 0.6rem;
}
.btn.btn-xl {
  font-size: 1.3em;
  height: auto;
  padding: 20px;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  width: 2rem;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-action.btn-sm {
  width: 1.4rem;
}
.btn.btn-action.btn-lg {
  width: 2.4rem;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-left: 0.2rem;
  margin-right: -2px;
  opacity: 1;
  padding: 0;
  text-decoration: none;
  width: 0.8rem;
}
.btn.btn-clear:hover {
  opacity: 0.95;
}
.btn.btn-clear::before {
  content: "✕";
}

.btn-fontsize {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  appearance: none;
  background: none;
  border: 1px solid #ff6400;
  border-radius: 0px;
  color: #ff6400;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-fontsize:focus, .btn-fontsize:hover {
  border-color: #c6c6c6;
  color: #bababa;
}
.btn-fontsize:active, .btn-fontsize.active {
  background: rgba(0, 0, 0, 0.5);
  border-color: #c6c6c6;
  color: #bababa;
}

.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}
.btn-group .btn {
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.active {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: flex;
}
.btn-group.btn-group-block .btn {
  flex: 1 0 0;
}

.btn-foot {
  color: #ffffff;
  padding: 0 5px;
  background: white;
}

@media (max-width: 960px) {
  .btn.btn-sm-md {
    font-size: 0.9em;
    height: 1.4rem;
    padding: 0.15rem 0.3rem;
  }
}
.arrow {
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  border-style: solid;
  border-color: #accf00;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: all 150ms ease-in-out;
  display: block;
  margin-top: 0px;
  opacity: 0;
}

.timeline-item:hover {
  cursor: pointer;
}
.timeline-item:hover .arrow {
  opacity: 1;
  margin-top: 10px;
}
.timeline-item .icon {
  display: inline-block;
  transition: all 0.3s ease-out;
}

.arrow-top .arrow {
  transform: rotate(-135deg);
  opacity: 1;
  margin-top: 10px;
}

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #ff6400;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #ededed;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #ff6400;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:first-child {
  margin-top: 0;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #ededed;
  border-bottom: 3px solid #ededed;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
.timeline-split .timeline-marker,
.timeline-centered .timeline-marker,
.timeline-split .timeline-content,
.timeline-centered .timeline-content,
.timeline-split .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
.timeline-centered .timeline-item,
.timeline-centered .timeline-info,
.timeline-centered .timeline-marker,
.timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
.timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .arrow {
    margin-left: auto;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #ff6400;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #ff6400;
}

.tab {
  align-items: center;
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.8);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0.2rem 0 0.15rem 0;
}
.tab .tab-item {
  margin-top: 0;
}
.tab .tab-item a {
  border-bottom: 0.1rem solid transparent;
  color: inherit;
  display: block;
  margin: 0 0.4rem 0 0;
  padding: 0.4rem 0.2rem 0.3rem 0.2rem;
  text-decoration: none;
}
.tab .tab-item a:focus, .tab .tab-item a:hover {
  color: #ff6400;
}
.tab .tab-item.active a,
.tab .tab-item a.active {
  border-bottom-color: #ff6400;
  color: #ff6400;
}
.tab .tab-item.tab-action {
  flex: 1 0 auto;
  text-align: right;
}
.tab .tab-item .btn-clear {
  margin-top: -0.2rem;
}
.tab.tab-block .tab-item {
  flex: 1 0 0;
  text-align: center;
}
.tab.tab-block .tab-item a {
  margin: 0;
}
.tab.tab-block .tab-item .badge[data-badge]::after {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  transform: translate(0, 0);
}
.tab:not(.tab-block) .badge {
  padding-right: 0;
}

.card {
  border: 0.05rem solid rgba(255, 255, 255, 0.8);
  background: #fff;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 0.1rem rgba(197, 197, 197, 0.3);
  text-decoration: none !important;
  height: auto;
}
.card:hover {
  box-shadow: 0 0.2rem 0.5rem rgba(197, 197, 197, 0.3);
  text-decoration: none;
  text-decoration: none !important;
}
.card:hover .card-body {
  text-decoration: none !important;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 1.2rem;
  padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: 1.2rem;
}
.card .card-image {
  padding-top: 1.2rem;
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card .card-image:last-child img {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.form-group:not(:last-child) {
  margin-bottom: 0.6rem;
}

fieldset {
  margin-bottom: 1.2rem;
}

legend {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

label.form-input, label.comText, label.form-select, label.comTextarea {
  display: block;
  line-height: 1rem;
  padding: 0.5rem 0 !important;
  font-size: 0.9em !important;
  color: #545454 !important;
  background: none !important;
  border: none;
}
label.form-input.label-sm, label.comText.label-sm, label.form-select.label-sm, label.comTextarea.label-sm {
  padding: 0.2rem 0;
}
label.form-input.label-lg, label.comText.label-lg, label.form-select.label-lg, label.comTextarea.label-lg {
  padding: 0.7rem 0;
}

.comTextarea {
  width: 100%;
}

.form-label {
  display: block;
  line-height: 1rem;
  padding: 0.5rem 0;
}
.form-label.label-sm {
  padding: 0.2rem 0;
}
.form-label.label-lg {
  padding: 0.7rem 0;
}

.form-input {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  appearance: none;
  background: #ffffff;
  background-image: none;
  border: 0.05rem solid rgba(230, 230, 230, 0.8);
  border-radius: 3px;
  color: #383838;
  display: block;
  font-size: 1em;
  height: 2rem;
  line-height: 1rem;
  max-width: 100%;
  outline: none;
  padding: 0.45rem 0.8rem;
  position: relative;
  width: 100%;
}
.form-input:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 100, 0, 0.2);
  border-color: #ff6400;
}
.form-input::placeholder {
  color: #545454;
}
.form-input::-ms-input-placeholder {
  /* IE 10+ */
  color: #545454;
}
.form-input.input-sm {
  font-size: 0.9em;
  height: 1.4rem;
  padding: 0.15rem 0.3rem;
}
.form-input.input-lg {
  font-size: 1.4em;
  height: 2.4rem;
  padding: 0.65rem 0.6rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-input[type=file] {
  height: auto;
}

textarea.form-input {
  height: auto;
}

.form-input-hint {
  color: #545454;
  font-size: 0.9em;
  margin-top: 0.2rem;
}
.has-success .form-input-hint, .is-success + .form-input-hint {
  color: #95c11f;
}
.has-error .form-input-hint, .is-error + .form-input-hint {
  color: #b40a0f;
}

.form-select {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  appearance: none;
  border: 0.05rem solid rgba(230, 230, 230, 0.8);
  border-radius: 3px;
  color: inherit;
  font-size: 1em;
  height: 2rem;
  line-height: 1rem;
  outline: none;
  padding: 0.45rem 0.8rem;
  vertical-align: middle;
  width: 100%;
}
.form-select[size], .form-select[multiple] {
  height: auto;
}
.form-select[size] option, .form-select[multiple] option {
  padding: 0.1rem 0.2rem;
}
.form-select:not([multiple]):not([size]) {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
  padding-right: 1.6rem;
}
.form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 100, 0, 0.2);
  border-color: #ff6400;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  font-size: 0.9em;
  height: 1.4rem;
  padding: 0.15rem 1.1rem 0.15rem 0.3rem;
}
.form-select.select-lg {
  font-size: 1.4em;
  height: 2.4rem;
  padding: 0.65rem 1.4rem 0.65rem 0.6rem;
}

.has-text-right {
  position: relative;
}
.has-text-right .form-has-text {
  height: 1rem;
  margin: 0 0.45rem;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: auto;
  color: #d3d3d3;
}

.has-text-right .form-has-text {
  right: 0.05rem;
}
.has-text-right .form-input {
  padding-right: 1.7rem;
}

.has-icon-left,
.has-icon-right {
  position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  height: 0.8rem;
  margin: 0 0.45rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
}

.has-icon-left .form-icon {
  left: 0.05rem;
}
.has-icon-left .form-input {
  padding-left: 1.7rem;
}

.has-icon-right .form-icon {
  right: 0.05rem;
}
.has-icon-right .form-input {
  padding-right: 1.7rem;
}

.form-checkbox,
.form-radio,
.form-switch {
  display: inline-block;
  line-height: 1rem;
  padding: 0.2rem 1.6rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(255, 100, 0, 0.2);
  border-color: #ff6400;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #ff6400;
  border-color: #ff6400;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0.05rem solid rgba(230, 230, 230, 0.8);
  cursor: pointer;
  display: inline-block;
  position: absolute;
}

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #ffffff;
  height: 10px;
  left: 0;
  top: 7px;
  width: 10px;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #accf00;
}

.form-checkbox .form-icon {
  border-radius: 100%;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: none;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 12px;
  left: 50%;
  margin-left: -4px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #ff6400;
  border-color: #ff6400;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #ffffff;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.form-radio .form-icon {
  border-radius: 50%;
}
.form-radio input:checked + .form-icon::before {
  background: #ffffff;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
}

.form-switch {
  padding-left: 2.4rem;
}
.form-switch .form-icon {
  background: #ededed;
  background-clip: padding-box;
  border-radius: 0.45rem;
  height: 0.9rem;
  left: 0;
  top: 0.25rem;
  width: 1.6rem;
}
.form-switch .form-icon::before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.8rem;
}
.form-switch input:checked + .form-icon::before {
  left: 14px;
}
.form-switch input:active + .form-icon::before {
  background: #ffffff;
}

.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: #ffffff;
  border: 0.05rem solid rgba(230, 230, 230, 0.8);
  border-radius: 3px;
  line-height: 1rem;
  padding: 0.45rem 0.8rem;
}
.input-group .input-group-addon.addon-sm {
  font-size: 0.9em;
  padding: 0.15rem 0.3rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 1.4em;
  padding: 0.65rem 0.6rem;
}
.input-group .form-input,
.input-group .form-select {
  flex: 1 1 auto;
}
.input-group .input-group-btn {
  z-index: 1;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2;
}
.input-group .form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
}

.has-success .form-input, .form-input.is-success,
.has-success .form-select,
.form-select.is-success {
  border-color: #95c11f;
}
.has-success .form-input:focus, .form-input.is-success:focus,
.has-success .form-select:focus,
.form-select.is-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(149, 193, 31, 0.2);
}
.has-error .form-input, .form-input.is-error,
.has-error .form-select,
.form-select.is-error {
  border-color: #b40a0f;
}
.has-error .form-input:focus, .form-input.is-error:focus,
.has-error .form-select:focus,
.form-select.is-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(180, 10, 15, 0.2);
}

.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon,
.form-radio.is-error .form-icon,
.has-error .form-switch .form-icon,
.form-switch.is-error .form-icon {
  border-color: #b40a0f;
}
.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon {
  background: #b40a0f;
  border-color: #b40a0f;
}
.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(180, 10, 15, 0.2);
  border-color: #b40a0f;
}

.form-input:not(:placeholder-shown):invalid {
  border-color: #b40a0f;
}
.form-input:not(:placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(180, 10, 15, 0.2);
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #b40a0f;
}

.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: #d9d9d9;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-input[readonly] {
  background-color: #ffffff;
}

input:disabled + .form-icon, input.disabled + .form-icon {
  background: #d9d9d9;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before {
  background: #ffffff;
}

.form-horizontal {
  padding: 0.6rem;
}
.form-horizontal .form-group {
  display: flex;
}
.form-horizontal .form-checkbox,
.form-horizontal .form-radio,
.form-horizontal .form-switch {
  margin: 0.3rem 0;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
  border: 0.05rem solid rgba(255, 255, 255, 0.8);
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #ededed;
}
.table tbody tr.active, .table.table-striped tbody tr.active {
  background: #ededed;
}
.table.table-hover tbody tr:hover {
  background: #ededed;
}
.table.table-scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  white-space: nowrap;
}
.table td,
.table th {
  border-bottom: 0.05rem solid #ededed;
  padding: 0.6rem;
}
.table th {
  border-bottom-width: 0.1rem;
}

.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0.6rem;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.modal:target, .modal.active {
  display: flex;
  opacity: 1;
  z-index: 555555;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal:target .modal-overlay, .modal.active .modal-overlay {
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal:target .modal-container, .modal.active .modal-container {
  animation: slide-down 0.2s ease 1;
  max-width: 960px;
  width: 80%;
  z-index: 1;
}
.modal.modal-sm .modal-container {
  max-width: 680px;
  padding: 0 0.4rem;
}
.modal.modal-lg .modal-overlay {
  background: #ffffff;
}
.modal.modal-lg .modal-container {
  box-shadow: none;
  max-width: 1280px;
}
.modal.modal-xl .modal-container {
  max-width: 1440px;
}

.modal-container {
  box-shadow: 0 0.3rem 0.7rem rgba(197, 197, 197, 0.3);
  background: #ffffff;
  border-radius: 3px;
  display: block;
  padding: 0 0.8rem;
  text-align: left;
}
.modal-container .modal-header {
  padding: 0.8rem;
}
.modal-container .modal-body {
  max-height: none;
  overflow-y: auto;
  padding: 0.8rem;
  position: relative;
}
.modal-container .modal-body .loader-info {
  text-align: center;
  padding-top: 0.4rem;
}
.modal-container .modal-footer {
  padding: 0.8rem;
  text-align: right;
}

.state span {
  display: block;
  margin: 1px 3px 0px 0px;
}

.state span:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: #95c11f;
}

.error span:before {
  background: #b40a0f;
}

.warning span:before {
  background: #ea5b0c;
}

.not-triggered span:before {
  background: none;
  border: solid 2px #95c11f;
}

.not-triggered-error span:before {
  background: none;
  border: solid 2px #b40a0f;
}

.not-triggered-warning span:before {
  background: none;
  border: solid 2px #ea5b0c;
}

.tooltip {
  position: relative;
}
.tooltip::after {
  background: rgba(197, 197, 197, 0.9);
  border-radius: 3px;
  bottom: 100%;
  color: #ffffff;
  content: attr(data-tooltip);
  display: block;
  font-size: 0.9em;
  left: 50%;
  max-width: 680px;
  opacity: 0;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 0.4rem);
  transition: all 0.2s ease;
  white-space: pre;
  z-index: 300;
  font-family: "Be Vietnam Pro", sans-serif;
}
.tooltip:focus::after, .tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, -0.2rem);
}
.tooltip[disabled], .tooltip.disabled {
  pointer-events: auto;
}
.tooltip.tooltip-right::after {
  bottom: 50%;
  left: 100%;
  transform: translate(-0.2rem, 50%);
}
.tooltip.tooltip-right:focus::after, .tooltip.tooltip-right:hover::after {
  transform: translate(0.2rem, 50%);
}
.tooltip.tooltip-bottom::after {
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -0.4rem);
}
.tooltip.tooltip-bottom:focus::after, .tooltip.tooltip-bottom:hover::after {
  transform: translate(-50%, 0.2rem);
}
.tooltip.tooltip-left::after {
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(0.4rem, 50%);
}
.tooltip.tooltip-left:focus::after, .tooltip.tooltip-left:hover::after {
  transform: translate(-0.2rem, 50%);
}

.popover {
  display: inline-block;
  position: relative;
}
.popover .popover-container {
  left: 50%;
  opacity: 0;
  padding: 0.6rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
  width: 680px;
  z-index: 400;
}
.popover *:focus + .popover-container, .popover:hover .popover-container,
.popover .popover-container:hover {
  display: block;
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}
.popover.popover-right .popover-container {
  left: 100%;
  top: 50%;
}
.popover.popover-right :focus + .popover-container, .popover.popover-right:hover .popover-container,
.popover.popover-right .popover-container:hover {
  transform: translate(0, -50%) scale(1);
}
.popover.popover-bottom .popover-container {
  left: 50%;
  top: 100%;
}
.popover.popover-bottom :focus + .popover-container, .popover.popover-bottom:hover .popover-container,
.popover.popover-bottom .popover-container:hover {
  transform: translate(-50%, 0) scale(1);
}
.popover.popover-left .popover-container {
  left: 0;
  top: 50%;
}
.popover.popover-left :focus + .popover-container, .popover.popover-left:hover .popover-container,
.popover.popover-left .popover-container:hover {
  transform: translate(-100%, -50%) scale(1);
}
.popover .card {
  box-shadow: 0 0.2rem 0.5rem rgba(197, 197, 197, 0.3);
  border: 0;
}

#photos {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap: 0px;
  -moz-column-count: 5;
  -moz-column-gap: 0px;
  column-count: 5;
  column-gap: 0px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1440px) {
  #photos {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media (max-width: 1280px) {
  #photos {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 960px) {
  #photos {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 680px) {
  #photos {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/* Animationsbereich */
.animate-obj[data-animate=up] {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s ease-out;
}
.animate-obj[data-animate=down] {
  opacity: 0;
  transform: translateY(-60px);
  transition: all 1s ease-out;
}
.animate-obj[data-animate=left] {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 1s ease-out;
}
.animate-obj[data-animate=right] {
  opacity: 0;
  transform: translateX(60px);
  transition: all 1s ease-out;
}
.animate-obj[data-animate=fade] {
  opacity: 0;
  transition: all 1s ease-out;
}
.animate-obj.visible {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.8s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
header.hero-header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: #fff;
}
header.hero-header .hero-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1543322748-33df6d3db806?q=80&w=2060&auto=format&fit=crop") center/cover no-repeat;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.2s ease-out;
}
header.hero-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35));
  z-index: 1;
}
header.hero-header .hero-content {
  position: absolute;
  z-index: 2;
  height: auto;
  width: 100%;
  bottom: 0;
}
header.hero-header .hero-stoerer {
  position: absolute;
  top: 50%;
  right: 10%;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s ease;
  will-change: transform;
}
header.hero-header .hero-stoerer:hover {
  background: #e68900;
  transform: scale(1.05);
}
header.hero-header .hero-stoerer img {
  width: 220px;
}

header.hero-half {
  height: 50vh;
}

@media (max-width: 900px) {
  header.hero-header .hero-stoerer {
    top: 20%;
    right: 10%;
  }
  header.hero-header .hero-stoerer img {
    width: 180px;
  }
}
.nav-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.35s ease;
}
.nav-wrapper .nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  padding: 1rem var(--pad-x);
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.nav-wrapper .nav-logo {
  width: 220px;
}
.nav-wrapper .nav-logo--sticky {
  display: none;
}
.nav-wrapper .nav-info {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  background: var(--brand);
  border-radius: 5px;
}
.nav-wrapper .nav-bottom-row {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.nav-wrapper .menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}
.nav-wrapper .nav-links {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.nav-wrapper .nav-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}
.nav-wrapper .nav-links a:hover, .nav-wrapper .nav-links a.active {
  color: var(--accent);
}
.nav-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.nav-wrapper.sticky .nav-inner {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.nav-wrapper.sticky .nav-logo-first {
  display: none;
}
.nav-wrapper.sticky .nav-logo--sticky {
  display: block;
}
.nav-wrapper.sticky .nav-logo,
.nav-wrapper.sticky .nav-links a {
  color: var(--brand);
}
.nav-wrapper.sticky .nav-logo:hover, .nav-wrapper.sticky .nav-logo.active,
.nav-wrapper.sticky .nav-links a:hover,
.nav-wrapper.sticky .nav-links a.active {
  color: var(--accent);
}
.nav-wrapper.sticky .menu-toggle {
  color: var(--brand);
}
@media (max-width: 900px) {
  .nav-wrapper .menu-toggle {
    display: block;
  }
  .nav-wrapper .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    right: var(--pad-x);
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
    background: var(--brand);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    width: max-content;
    min-width: 280px;
  }
  .nav-wrapper .nav-links a {
    color: #fff;
    width: 100%;
    text-align: right;
    line-height: 1.5;
  }
  .nav-wrapper .nav-links a:hover, .nav-wrapper .nav-links a.active {
    color: var(--accent);
  }
  .nav-wrapper .nav-links.open {
    display: flex;
  }
}

@media (max-width: 900px) {
  .nav-wrapper.sticky {
    background: rgba(255, 255, 255, 0.96);
  }
  .nav-wrapper.sticky .nav-logo {
    color: var(--brand);
  }
  .nav-wrapper.sticky .menu-toggle {
    color: var(--brand);
  }
  .nav-wrapper.sticky .nav-links {
    background: var(--brand);
  }
  .nav-wrapper.sticky .nav-links a {
    color: #fff;
  }
  .nav-wrapper.sticky .nav-links a:hover, .nav-wrapper.sticky .nav-links a.active {
    color: var(--accent);
  }
}
main {
  flex: 1;
  width: 100%;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img-right-text-left .columns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.img-right-text-left .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img-fit-cover {
  width: 100%;
  height: 100%;
  min-height: 70vh;
  background-size: cover;
  background-position: center;
}

.article-item {
  display: flex;
  flex-direction: row;
}

.group:nth-child(even) > .article-item {
  flex-direction: row-reverse;
}

.social-bar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: transform 0.25s ease-out;
  overflow: hidden;
  /* verhindert Overflow beim Einblenden */
}
.social-bar .social-btn, .social-bar .social-links a {
  background: var(--accent);
  color: #fff;
  border-radius: 6px;
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2rem 0;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}
.social-bar .social-btn:hover, .social-bar .social-links a:hover {
  background: var(--brand);
}
.social-bar .social-links {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0.5rem;
}
.social-bar input {
  display: none;
}
.social-bar input:checked ~ .social-links {
  display: flex;
  animation: slideIn 0.3s ease forwards;
}

/*Tag Section*/
.tags-section {
  /*background: linear-gradient(to bottom, var(--accent), #839d23);*/
  background: var(--accent);
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.tag-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.tag {
  background: #fff;
  color: var(--brand);
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0.6rem 1rem;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

/* Link-Zustände angleichen */
.tag:link, .tag:visited {
  color: var(--brand);
  text-decoration: none;
}

.tag-row:nth-child(odd) .tag {
  transform: rotate(-3deg);
}

.tag-row:nth-child(even) .tag {
  transform: rotate(-3deg);
}

.tag:hover, .tag:focus-visible {
  transform: scale(1.05) rotate(0deg);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
  color: var(--accent);
  outline: none;
}

.tag-heading {
  transform: rotate(-3deg);
  display: inline-block;
  margin: 40px;
  background-color: #ff6400;
  color: #ffff;
}

#Nachricht {
  height: 150px;
}

@media (max-width: 960px) {
  .img-right-text-left .columns {
    flex-direction: column-reverse;
  }

  .img-fit-cover {
    height: 50vh;
  }

  .group:nth-child(even) > .article-item {
    flex-direction: row;
  }

  .btn-md-center {
    display: inline-block;
    margin: 0 auto;
  }

  .text-center-md {
    text-align: center;
  }
}
@media (max-width: 680px) {
  .tag-row {
    flex-direction: column;
    align-items: center;
  }

  .tag {
    margin: 0.3rem 0;
    font-size: 1.1rem;
  }
}
footer {
  background: var(--brand);
}

:root {
  --brand: #ff6400;
  --accent: #accf00;
  --max-width: 1920px;
  --pad-x: 2rem;
  --sticky-h: 64px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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