/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
} 

/* Objects
Non-cosmetic design patterns including grid and layout classes)
 */

html {
  scroll-behavior: smooth;
}
*{
box-sizing:border-box;
}
/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 99.999999993%;
  }

  .row-fluid .span10 {
    width: 99.999999993%;
  }

  .row-fluid .span9 {
    width: 99.999999993%;
  }

  .row-fluid .span8 {
    width: 99.999999993%;
  }

  .row-fluid .span7 {
    width: 99.999999993%;
  }

  .row-fluid .span6 {
    width: 99.999999993%;
  }

  .row-fluid .span5 {
    /*width: 40.055248616%;*/
    width: 48.618784527%;
  }

  .row-fluid .span4 {
    /*width: 31.491712705%;*/
    width: 48.618784527%;
  }

  .row-fluid .span3 {
    /*width: 22.928176794%;*/
    width: 48.618784527%;
  }

  .row-fluid .span2 {
    /*width: 14.364640883%;*/
    width: 48.618784527%;
  }

  .row-fluid .span1 {
    /*width: 5.801104972%;*/
    width: 48.618784527%;
  }
}

@media (min-width: 1025px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.flex {
  display: flex;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

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

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

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

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

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

  .hidden-desktop {
    display: inherit !important;
  }

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

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

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

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dnd-section .dnd-column {
    padding: 0.5rem;
  }
} 

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

@font-face {
    font-family: 'Titillium Web';
    src: url('//8017667.fs1.hubspotusercontent-na1.net/hubfs/8017667/raw_assets/public/neoom-theme-2022/fonts/TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('//8017667.fs1.hubspotusercontent-na1.net/hubfs/8017667/raw_assets/public/neoom-theme-2022/fonts/TitilliumWeb-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('//8017667.fs1.hubspotusercontent-na1.net/hubfs/8017667/raw_assets/public/neoom-theme-2022/fonts/TitilliumWeb-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('//8017667.fs1.hubspotusercontent-na1.net/hubfs/8017667/raw_assets/public/neoom-theme-2022/fonts/TitilliumWeb-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('//8017667.fs1.hubspotusercontent-na1.net/hubfs/8017667/raw_assets/public/neoom-theme-2022/fonts/TitilliumWeb-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('//8017667.fs1.hubspotusercontent-na1.net/hubfs/8017667/raw_assets/public/neoom-theme-2022/fonts/TitilliumWeb-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('//8017667.fs1.hubspotusercontent-na1.net/hubfs/8017667/raw_assets/public/neoom-theme-2022/fonts/TitilliumWeb-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('//8017667.fs1.hubspotusercontent-na1.net/hubfs/8017667/raw_assets/public/neoom-theme-2022/fonts/TitilliumWeb-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('//8017667.fs1.hubspotusercontent-na1.net/hubfs/8017667/raw_assets/public/neoom-theme-2022/fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('//8017667.fs1.hubspotusercontent-na1.net/hubfs/8017667/raw_assets/public/neoom-theme-2022/fonts/TitilliumWeb-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('//8017667.fs1.hubspotusercontent-na1.net/hubfs/8017667/raw_assets/public/neoom-theme-2022/fonts/TitilliumWeb-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
body {
  line-height: 1.4;
  
  /* word-break: break-word; */
  margin: 0;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.2s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}


.element--link {
  cursor: pointer;

  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.element--link:hover {
  cursor: pointer;
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
/* Fields */

.hs-form-field {
  margin-bottom: 1rem;
}

/* Labels */

form.hs-form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form.hs-form legend {
  font-size: 0.875rem;
}

/* Inputs */

form.hs-form input[type=text],
form.hs-form input[type=email],
form.hs-form input[type=password],
form.hs-form input[type=tel],
form.hs-form input[type=number],
form.hs-form input[type=file],
form.hs-form select,
form.hs-form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form.hs-form select {
  height: 45px;
}

form.hs-form input[type=text],
form.hs-form input[type=email],
form.hs-form input[type=password],
form.hs-form input[type=tel],
form.hs-form input[type=number],
form.hs-form select,
form.hs-form textarea {
  border: 1px solid #707070;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;

  box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  background-color: #FFFFFF;
}

form.hs-form fieldset {
  max-width: 100% !important;
}

/* Make 1-column textfields/textareas full size */
form.hs-form .form-columns-1 input[type=text],
form.hs-form .form-columns-1 input[type=email],
form.hs-form .form-columns-1 input[type=password],
form.hs-form .form-columns-1 input[type=number],
form.hs-form .form-columns-1 input[type=tel],
form.hs-form .form-columns-1 textarea {
  width: 100% !important;
}

form.hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

/* Make 2-columns inputs full width on small devices */
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form.hs-form .form-columns-2 input[type=text],
  form.hs-form .form-columns-2 input[type=email],
  form.hs-form .form-columns-2 input[type=password],
  form.hs-form .form-columns-2 input[type=number],
  form.hs-form .form-columns-2 input[type=tel],
  form.hs-form .form-columns-2 textarea {
    width: 100% !important;
  }
}

/* Special markup for phone inputs with select and TWO input fields, the last one is hidden */
form.hs-form fieldset.form-columns-1 .hs-phone div.hs-input {
  display: flex;
}

form.hs-form fieldset.form-columns-1 .hs-phone div.hs-input select {
  margin-right: 8px;
}


/* Fix legal consent checkbox offset */
.legal-consent-container .hs-form-booleancheckbox-display>input[type=checkbox] {
  margin-top: 6px;
}


/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */
/*  rule to make the paragraph the same height as the rest of the GDPR text. somewhere there is rule that overwrites the size of the p element*/
.legal-consent-container .hs-form-booleancheckbox-display p {font-size: 14px}

/*.legal-consent-container .hs-form-booleancheckbox-display > span,*/
/*.legal-consent-container .hs-form-booleancheckbox-display > span p {*/
/*  margin-left: 1rem !important;*/
/*}*/

/* Validation */

.hs-form-required {
  color: #eb5032;
}

.hs-input.invalid.error {
  border-color: #eb5032;
}

.hs-error-msg {
  color: #eb5032;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  padding: 1.25%!important;
  margin-top: 2%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/* ----------------- Magnific Popup ---------------- */

/**
 * Fade-zoom animation for first dialog
 */

.dark-popup {
    position: relative;
    /*background: #000000;*/
    /*opacity: 0.9 !important;*/
    width: auto;
    /*max-width: 800px;*/
    margin: 1.5rem auto;
    outline: none;
}

/* start state */
.my-mfp-zoom-in .nm-popup-wrapper {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .nm-popup-wrapper {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .nm-popup-wrapper {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Overwrite */
.mfp-close-btn-in .mfp-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: right;
    background-color: var(--primary);
    width: 44px!important;
    padding: 0 2% 0 0;
    opacity: 1;
    color: #eb5032;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.mfp-image-holder .mfp-close {
    top: 40px!important;
    right: 0!important;
}
/*.mfp-close-btn-in .mfp-close:hover {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}*/
.nm-popup-shadow {
    box-shadow: 2px 10px 60px rgba(0, 0, 0, 0.35);
}


body.magnific-popup-open .body-container-wrapper {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}
.nm-video {
    position: relative;
    display: block;
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.nm-video:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    opacity: 0.85;
    z-index: 1;
    transition: 0.3s ease;
}
.nm-video:hover:before {
    opacity: 0.5;
}
.nm-video .nm-container {
    position: initial;
    z-index: 2;
}
.nm-video_button {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8rem;
    height: 8rem;
    z-index: 3;
}
.nm-video_button svg {
    height: 2rem;
}
.right-page-scroller {
    overflow-x: auto;
    width: 6000px; /* a default value, will be updated by JS */
}


/* hide scrollbars by default */
.right-page-scroller {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow-x: auto;
}

.right-page-scroller::-webkit-scrollbar {
    display: none;
}

/* add custom/fake scrollbar */

.right-page-scroller {
    /*border-bottom: 2px solid #DDDDDD;*/
}

.right-page-scroller-scrollbar {
    display: block;
    width: 100%;
    background-color: transparent;
    height: 2px;
    margin: 0;
    padding: 0;
}

.right-page-scroller-scrollbar:before {
    content: '';
    width: 100%;
    background-color: #DDDDDD;
    height: 2px;
    display: block;
    position: relative;
    top: 0;
}

.right-page-scroller-scrollbar:after {
    content: '';
    width: 40px;
    background-color: #AFAFAF;
    height: 2px;
    display: block;
    position: relative;
    top: -2px; /* offset to overlay :before element */
    left: var(--page-scroller-grip-pos, 0);
}
.toggler-container {
    height: 1.6em;
    width: 1.6em;
    position: relative;
    cursor: pointer;
}

.toggler:before,
.toggler:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 1.6em;
    background: var(--primary_color);
    transition: all .2s ease;
    transform-origin: 50% 50%;
}

.toggler:before {
    top: 0.4em;
}

.toggler:after {
    top: 0.9em
}

.toggler-container.toggler-container--active .toggler:before,
.toggler-container.toggler-container--active .toggler:after {
    top: 0.65em;
}

.toggler-container.toggler-container--active .toggler:before {
    transform: rotate(-45deg)
}

.toggler-container.toggler-container--active .toggler:after {
    transform: rotate(45deg)
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header (fixed) */

.header {
  height: var(--header_mobile_height);
  position: fixed;
  width: 100%;
  z-index: 1000;
} 

@media (min-width: 1149px) {
  .header {
    height: var(--header_height);
  }
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  height: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}

.header__container.header__container--mobile {
  display: flex;
}

@media (min-width: 1149px) {
  .header__container.header__container--mobile {
    display: none;
  }
  .header__container.header__container--desktop {
    display: flex;
  }
}

.header__nav-wrapper {
  height: 100%;

  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

/* Navigation */

.main-navbar { }

.main-navbar .main-navbar__nav {
  list-style: none;
  margin: 0;
}
.main-navbar .main-navbar__nav li.nav-item {
  list-style: none;
  float: left;
  padding-right: 2.5rem;
  position: relative; /* used for badges */
}

.main-navbar .nav-item__link,
.main-navbar .nav-item__link:focus,
.main-navbar .nav-item__link:active,
.main-navbar .nav-item__link:visited,
.main-navbar .nav-item__link:hover {
  text-decoration: none;
  color: var(--text_color);
  letter-spacing: 0;
  font-weight: normal;
}

.main-navbar .nav-item__link.nav-item__link--active,
.main-navbar .nav-item__link.nav-item__link--active:focus,
.main-navbar .nav-item__link.nav-item__link--active:active,
.main-navbar .nav-item__link.nav-item__link--active:visited,
.main-navbar .nav-item__link.nav-item__link--active:hover {
  font-weight: bold;
}

.main-navbar .nav-item__badge {
  position: absolute;
  width: 22px;
  height: 22px;
  top: -10px;

  display: inline-block;
  border-radius: 50%;

  font-size: .8em;
  line-height: 1.6em;
  text-align: center;
  color: var(--background_color);

  background: var(--primary_color);
}

.header__nav-wrapper .nav-item__button {
  font-size: 1rem;
  text-transform: none;
  font-weight: bold;
  margin-right: .5rem;
  min-width: auto;
}

.header__nav-wrapper .nav-item__icon {
  margin-right: .5rem;
}

.header__nav-wrapper .nav-item__icon img {
  height: 20px;
}

.header__nav-wrapper .tooltip-container {
  padding: 1rem;
}

.header__nav-wrapper .tooltip-container.tooltip-container--last {
  padding-right: 0;
}

.header__nav-wrapper .tooltip {
  display:inline-block;
  position:relative;
}

.header__nav-wrapper .tooltip .bottom {
  min-width: 300px;
  top:40px;
  left:50%;
  transform:translate(-50%, 0);

  position:absolute;
  z-index:99999999;
  display:none;

  background-color: var(--background_color);
  border: 1px solid var(--background_alt_color);
  border-radius: 3px;
}

.tooltip-container:hover .bottom {
  display:block;
}
.bottom:hover {
  display:block;
}

.header__nav-wrapper .tooltip .bottom i {
  position:absolute;
  bottom:100%;
  left:50%;
  margin-left:-12px;
  width:24px;
  height:12px;
  overflow:hidden;
}

.header__nav-wrapper .tooltip .bottom i::after {
  content:'';
  position:absolute;
  width:12px;
  height:12px;
  left:50%;
  transform:translate(-50%,50%) rotate(45deg);
  background-color: var(--background_alt_color);
}

.tooltip-nav .nav-item__link,
.tooltip-nav .nav-item__link:focus,
.tooltip-nav .nav-item__link:active,
.tooltip-nav .nav-item__link:visited,
.tooltip-nav .nav-item__link:hover {
  text-decoration: none;
  color: var(--text_color);
  letter-spacing: 0;
  font-weight: normal;
}


/* Mobile Navigation */

.mobile-navbar {
  display: none;
}

.mobile-navbar.mobile-navbar--active {
  display: block;
  background-color: var(--background_color);
  padding: 0 1rem 1rem 1rem;
}

.mobile-navbar .mobile-navbar__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-navbar .mobile-navbar__nav li.nav-item {
  list-style: none;
  padding: .5rem 0;
  border-bottom: 1px solid var(--background_alt_color);
}

.mobile-navbar .nav-item__link,
.mobile-navbar .nav-item__link:focus,
.mobile-navbar .nav-item__link:active,
.mobile-navbar .nav-item__link:visited,
.mobile-navbar .nav-item__link:hover {
  text-decoration: none;
  color: var(--text_color);
  letter-spacing: 0;
  font-weight: normal;
}

.mobile-navbar .nav-item__link.nav-item__link--active,
.mobile-navbar .nav-item__link.nav-item__link--active:focus,
.mobile-navbar .nav-item__link.nav-item__link--active:active,
.mobile-navbar .nav-item__link.nav-item__link--active:visited,
.mobile-navbar .nav-item__link.nav-item__link--active:hover {
  font-weight: bold;
}

.header__nav-wrapper .nav-item__icon.nav-item--mobile {
  margin-right: 0;
}

.mobile-navbar .nav-item__badge {
  width: 22px;
  height: 22px;
  float: right;

  display: inline-block;
  border-radius: 50%;

  font-size: .8em;
  line-height: 1.6em;
  text-align: center;
  color: var(--background_color);

  background: var(--primary_color);
}

/* Tooltip navigation */

.tooltip-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tooltip-nav li.tooltip-nav-item {
  list-style: none;
  padding: .5rem .7rem;
  border-bottom: 1px solid var(--background_alt_color);
}

.tooltip-nav li.tooltip-nav-item:last-child {
  border-bottom: none;
}

.tooltip-nav li.tooltip-nav-item,
.tooltip-nav li.tooltip-nav-item:focus,
.tooltip-nav li.tooltip-nav-item:active,
.tooltip-nav li.tooltip-nav-item:visited,
.tooltip-nav li.tooltip-nav-item:hover {
  text-decoration: none;
  color: var(--text_color);
  letter-spacing: 0;
  font-weight: normal;
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/*!* Logo *!*/

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 110px;
}

@media (min-width: 1149px) {
  .header__logo {
    margin-right: auto;
    margin-left: 0;
    width: 100%;
    max-width: 120px;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

/*.header__logo--main {*/
/*  padding-top: 1rem;*/
/*}*/

/*!* Search bar *!*/

/*.header__search {*/
/*  padding: 0 1rem;*/
/*  width: auto;*/
/*}*/

/*.header__search .hs-search-field__input {*/
/*  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);*/
/*  background-position: center right 15px;*/
/*  background-repeat: no-repeat;*/
/*  height: 45px;*/
/*  padding: 0 0.7rem;*/
/*}*/

/*.header__search .hs-search-field--open .hs-search-field__input {*/
/*  border-bottom: none;*/
/*  border-radius: 6px 6px 0 0;*/
/*  max-width: 100%;*/
/*}*/

/*.header__search .hs-search-field--open .hs-search-field__suggestions {*/
/*  background-color: #FFF;*/
/*  border: 2px solid #D1D6DC;*/
/*  border-radius: 0 0 6px 6px;*/
/*  border-top-width: 1px;*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  z-index: 10;*/
/*}*/

/*.header__search .hs-search-field__suggestions li {*/
/*  border-top: 1px solid #D1D6DC;*/
/*  font-size: 0.875rem;*/
/*}*/

/*.header__search .hs-search-field__suggestions li a {*/
/*  color: #494A52;*/
/*  padding: 0.35rem 0.7rem;*/
/*  text-decoration: none;*/
/*  transition: background-color 0.3s;*/
/*}*/

/*.header__search .hs-search-field__suggestions #results-for {*/
/*  display: none;*/
/*}*/

/*@media (min-width: 767px) {*/
/*  .header__search form {*/
/*    align-items: center;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*  }*/

/*  .header__search label {*/
/*    margin: 0 1rem 0 0;*/
/*  }*/

/*  .header__search .hs-search-field__input {*/
/*    width: auto;*/
/*  }*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .header__search {*/
/*    border-top: 2px solid #CED4DB;*/
/*    order: 1;*/
/*    padding: 1.05rem;*/
/*  }*/
/*}*/

/*!* Language switcher *!*/

/*.header__language-switcher {*/
/*  cursor: pointer;*/
/*  padding-right: 1.4rem;*/
/*}*/

/*.header__language-switcher .lang_switcher_class {*/
/*  position: static;*/
/*}*/

/*.header__language-switcher .lang_list_class {*/
/*  border: 2px solid;*/
/*  border-radius: 3px;*/
/*  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);*/
/*  display: block;*/
/*  left: calc(100% - 24px);*/
/*  opacity: 0;*/
/*  min-width: 100px;*/
/*  padding-top: 0;*/
/*  text-align: left;*/
/*  top: 100%;*/
/*  transition: opacity 0.3s;*/
/*  visibility: hidden;*/
/*}*/

/*.header__language-switcher:hover .lang_list_class,*/
/*.header__language-switcher:focus .lang_list_class {*/
/*  opacity: 1;*/
/*  transition: opacity 0.3s;*/
/*  visibility: visible;*/
/*}*/

/*.header__language-switcher .lang_list_class:before {*/
/*  left: 70%;*/
/*  top: -25px;*/
/*}*/

/*.header__language-switcher .lang_list_class:after {*/
/*  left: 70%;*/
/*  top: -22px;*/
/*}*/

/*.header__language-switcher .lang_list_class.first-active::after {*/
/*  top: -22px;*/
/*  transition: 0.3s;*/
/*}*/

/*.header__language-switcher .lang_list_class li {*/
/*  border: none;*/
/*  font-size: 18px;*/
/*  padding: 0.35rem 0.7rem;*/
/*}*/

/*.header__language-switcher .lang_list_class li:first-child {*/
/*  border-radius: 6px 6px 0 0;*/
/*  border-top: none;*/
/*}*/

/*.header__language-switcher .lang_list_class li:last-child {*/
/*  border-bottom: none;*/
/*  border-radius: 0 0 6px 6px;*/
/*}*/

/*.header__language-switcher .lang_list_class li:hover {*/
/*  transition: background-color 0.3s;*/
/*}*/

/*.header__language-switcher--label {*/
/*  display: flex;*/
/*  position: relative;*/
/*}*/

/*.header__language-switcher--label-current {*/
/*  align-items: center;*/
/*  display: flex;*/
/*  font-size: 0.75rem;*/
/*  margin-bottom: 0.175rem;*/
/*  margin-left: 0.7rem;*/
/*}*/

/*.header__language-switcher--label-current:after {*/
/*  border-left: 4px solid transparent;*/
/*  border-right: 4px solid transparent;*/
/*  border-top: 6px solid #494A52;*/
/*  content: "";*/
/*  display: block;*/
/*  height: 0px;*/
/*  margin-left: 0.7rem;*/
/*  margin-top: 0.175rem;*/
/*  width: 0px;*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .header__language-switcher {*/
/*    border-top: 2px solid #CED4DB;*/
/*    padding-left: 1.05rem;*/
/*    padding-right: 0;*/
/*  }*/

/*  .header__language-switcher .lang_list_class {*/
/*    border: none;*/
/*    box-shadow: unset;*/
/*    display: block;*/
/*    left: 30px;*/
/*    opacity: 1;*/
/*    padding: 0 1.05rem;*/
/*    top: 0;*/
/*    visibility: visible;*/
/*  }*/

/*  .header__language-switcher .lang_list_class li {*/
/*    background-color: inherit;*/
/*    font-size: 0.917rem;*/
/*  }*/

/*  .header__language-switcher--label-current {*/
/*    display: none;*/
/*  }*/

/*  .header__language-switcher .globe_class {*/
/*    background-image: none;*/
/*  }*/

/*  .header__language-switcher .lang_list_class li:hover{*/
/*    background-color: inherit;*/
/*  }*/

/*  .header__language-switcher .lang_list_class:before,*/
/*  .header__language-switcher .lang_list_class:after {*/
/*    content: none;*/
/*  }*/
/*}*/

/*!* Navigation *!*/

/*#nav-toggle {*/
/*  display: none;*/
/*}*/

/*!* Mobile toggles *!*/

/*@media (max-width: 767px) {*/
/*  .header__navigation,*/
/*  .header__search,*/
/*  .header__language-switcher {*/
/*    display: none;*/
/*    width: 100%;*/
/*  }*/

/*  .header__navigation.open,*/
/*  .header__search.open,*/
/*  .header__language-switcher.open {*/
/*    background-color: #F8FAFC;*/
/*    display: block;*/
/*    left: 0;*/
/*    min-height: calc(100vh - 115px);*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 75px;*/
/*    z-index: 2;*/
/*  }*/

/*  .header__navigation--toggle,*/
/*  .header__search--toggle,*/
/*  .header__language-switcher--toggle,*/
/*  .header__close--toggle {*/
/*    cursor: pointer;*/
/*    margin: 0 5vw;*/
/*    position: relative;*/
/*  }*/

/*  .header__navigation--toggle.hide,*/
/*  .header__search--toggle.hide,*/
/*  .header__language-switcher--toggle.hide {*/
/*    display: none;*/
/*  }*/

/*  .header__navigation--toggle.open,*/
/*  .header__search--toggle.open,*/
/*  .header__language-switcher--toggle.open {*/
/*    display: block;*/
/*    margin-left: 0;*/
/*    margin-right: auto;*/
/*  }*/

/*  .header__navigation--toggle:after,*/
/*  .header__search--toggle:after,*/
/*  .header__language-switcher--toggle:after {*/
/*    display: none;*/
/*    font-size: 1.083rem;*/
/*    font-weight: 600;*/
/*    position: absolute;*/
/*    left: 40px;*/
/*    text-transform: uppercase;*/
/*    top: -10px;*/
/*  }*/

/*  .header__navigation--toggle.open:after,*/
/*  .header__search--toggle.open:after,*/
/*  .header__language-switcher--toggle.open:after {*/
/*    display: block;*/
/*    word-break: normal;*/
/*  }*/

/*  .header__navigation--toggle {*/
/*    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);*/
/*    background-size: cover;*/
/*    height: 25px;*/
/*    width: 25px;*/
/*  }*/

/*  .header__navigation--toggle:after {*/
/*    content: "Menu";*/
/*  }*/

/*  .header__language-switcher--toggle {*/
/*    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);*/
/*    background-size: cover;*/
/*    height: 25px;*/
/*    width: 25px;*/
/*  }*/

/*  .header__language-switcher--toggle:after {*/
/*    content: "Language";*/
/*  }*/

/*  .header__search--toggle {*/
/*    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);*/
/*    background-size: cover;*/
/*    height: 25px;*/
/*    width: 25px;*/
/*  }*/

/*  .header__search--toggle:after {*/
/*    content: "Search";*/
/*  }*/

/*  .header__close--toggle {*/
/*    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 110%;*/
/*    display: none;*/
/*    height: 25px;*/
/*    margin-right: 0;*/
/*    width: 25px;*/
/*  }*/

/*  .header__close--toggle.show {*/
/*    display: block;*/
/*  }*/
/*}*/
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}


/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}




.hhs-text-mod {position: relative; z-index: 1;}
.hhs-text-mod .row {position: relative; z-index: 3;}
.hhs-row-overlay {
 position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hhs-text-mod .c1,
.hhs-text-mod .c2,
.hhs-text-mod .c3,
.hhs-text-mod .c4 {
  position: relative; 
}

.hhs-form-con {
 margin: 0 auto; 
}

@media (max-width: 575px){
  .order-1-mobile .hhs-img {
   margin-bottom: 25px; 
  }
}

.hhs-text-mod {position: relative;}
.hhs-text-mod .row {
  z-index: 2;
  position: relative;
}

.hhs-col-overlay {
 position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hhs-text-mod video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
}


.btn-pop {
 clear: both; 
}

.hhs-text-mod .col-inner {
 height: 100%;
  position: relative;
}


@media (max-width: 768px) {
  .hhs-text-mod .col-inner {
   height: 100%; 
  }   
}
.hhs-tab-mod {position: relative; z-index: 1;}
.hhs-tab-mod .row {position: relative; z-index: 2;}
.hhs-tab-mod .row {
  z-index: 2;
  position: relative;
}

.is-d-flex {
  display: flex;
}

.hhs-tab-content {
 width: 100%;
  
}

.hhs-tab-content ul.hhs-tab-wrapper,
.hhs-tab-content .hhs-tab-wrapper li {
 margin: 0;
  padding: 0;
}

.hhs-tab-content ul.hhs-tab-wrapper {
 list-style-type: none; 
}


.hhs-tab-wrapper li {
  flex: 1 1 0%;
  border-left: 1px solid rgba(0,0,0,0.2);
}

.hhs-tab-wrapper li:first-child,
.hhs-tab-wrapper li:not(:first-of-type) button {
	 border-left: none; 
}

.hhs-tab-wrapper button {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border: none;
  padding: 22px 10px 25px;
  cursor: pointer;
  height: 100%;
}

.hhs-tab-wrapper button:focus,
.hhs-tab-wrapper button:active {
   outline: none;
}

.hhs-tab-wrapper button.is-active {
   border-bottom-color: transparent;
}

.panel {
  display: none;
}

.panel.is-active {
  display: block; 
}

.selected-tab {
  position: relative;
  padding: 22px 35px 25px 15px;
  line-height: 30px;
}

.selected-tab:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #747474;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 575px) {
  .is-d-flex {
    display: block;
  }
  ul.tabs li {
		display: block;
		text-align: left;
		padding: 0;
  }
  .tab-to-dropdown {
		position: relative;
	}
  .converted-tab {
		position: absolute;
		z-index: 10;
		top: 100%;
		left: 0;
		width: 100%;
		background: #fff;
	}
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

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

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Sections*/

/*! _sections.css */


/********************************************************************************/
/************************     _sections.css     *********************************/
/********************************************************************************/

.catchphrase-image-section {
    padding: 0;
}

@media (min-width: 768px) {
    .catchphrase-image-section {
        padding: 0 1rem;
    }
}

@media (min-width: 1025px) {
    .catchphrase-image-section {
        padding: 0 2.5rem;
    }
}

.submenu-section {
    background-color: var(--background_alt_color);
}


/* LEGAL section with 2 column layout and special list items */
.legal-section {}

@media (min-width: 1025px) {
    .legal-section .hs_cos_wrapper {
        column-count: 2;
    }
}

.legal-section .hs_cos_wrapper>ol {
    padding-left: 0;
}

.legal-section .hs_cos_wrapper ol ol {
    padding: 0 0 1em 1em;
}

.legal-section ol {
    counter-reset: item;
}

.legal-section ol li{
    list-style: none;
}

.legal-section ol li:before {
    padding-right: 1em;
    font-weight: bold;
    content: counters(item, ".") " ";
    counter-increment: item;
}

.legal-section ol .roman li:before {
    content: "(" counter(item, lower-roman) ")";
    width: 3em;
    float: left;
}

/* FOOTER sections with markup for headings, links and paragraphs */
footer .footer__container {}

footer .footer__container h5 {
    font-size: 1rem !important;
    font-weight: bold !important;
}

footer .footer__container h6 {
    font-size: 1rem !important;
    font-weight: normal !important;
    margin-bottom: 6px !important;
}

footer .footer__container a,
footer .footer__container a:visited,
footer .footer__container a:hover,
footer .footer__container a:active,
footer .footer__container a:focus {
    color: var(--text_color);
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
}

footer .footer__container ul {
    list-style-type: '- ';
    padding-left: 16px;
}

footer .footer__container ul li::marker {
    color: var(--text_color);
}



@media (min-width: 1025px) {
  footer .row-fluid .span2,
  footer .row-fluid .span3 {
    width: calc(20% - 2.564102564%) !important;
    margin-left: 2.564102564% !important;
  }
  footer .row-fluid .span2:first-child {
    width: 20% !important;
    margin-left: 0 !important;
  }
}
footer .footer__container a {
  display: unset;
} 

  #hs_cos_wrapper_footer-module-3,
  #hs_cos_wrapper_footer-module-4,
  #hs_cos_wrapper_footer-module-5,
  #hs_cos_wrapper_footer-module-6 {
    margin-bottom: 30px;
  }
  #hs_cos_wrapper_footer-module-3 h5,
  #hs_cos_wrapper_footer-module-4 h5,
  #hs_cos_wrapper_footer-module-5 h5,
  #hs_cos_wrapper_footer-module-6 h5 {
    margin-bottom: 10px;
  }  






/* CONTENT 2-Column sections */
.content-2col-section { }
.content-2col-section.content-2col-section--left { }
.content-2col-section.content-2col-section--right { }

@media (max-width: 820px) {
.content-2col-section img {
    max-height: 100%;
}

.content-2col-section > .row-fluid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.content-2col-section.content-2col-section--left > .row-fluid {
    flex-direction: column;
}

.content-2col-section.content-2col-section--left > .row-fluid > .dnd-column:last-child {
    margin-top: 1.5rem;
}

.content-2col-section.content-2col-section--right > .row-fluid {
    flex-direction: column-reverse;
}

.content-2col-section.content-2col-section--right > .row-fluid > .dnd-column:first-child {
    margin-top: 1.5rem;
}

.content-2col-section > .row-fluid > .dnd-column {
    flex: 1 1 100%;
}
}

@media (min-width: 821px) {
    .content-2col-section > .row-fluid,
    .content-2col-section.content-2col-section--left > .row-fluid,
    .content-2col-section.content-2col-section--right > .row-fluid {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .content-2col-section.content-2col-section--left > .row-fluid > .dnd-column:last-child,
    .content-2col-section.content-2col-section--right > .row-fluid > .dnd-column:first-child {
        margin-top: 0;
        padding-top: 5%;
    }

    .content-2col-section img {
        max-height: none;
    }
}

/* Global overrides */


/*! theme-overrides.css */








/* 1a. Containers */




/* 1b. Colors */









/* 1c. Typography */





 










/* 1f. Tables */













/* 1g. Website header */









/* 1h. Website footer */






/* Set global CSS constants */
* {
  --primary_color: #EB5032;
  --secondary_color: #007DA0;
  --text_color: #3C3C3C;
  --text_light_color: #AFAFAF;
  --background_color: #FFFFFF;
  --background_alt_color: #F2F2F2;
  --inactive_color: #A2A2A2;
  --header_height: 100px;
  --header_mobile_height: 98px;
  --button_min_width: 235px;
    
}






.content-wrapper {
  max-width: 1521px;
  margin:0 auto;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1521px;
}
@media (min-width: 1921px) {
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1920px;
  }
}


/* Add a general horizontal spacing */
/*
Deaktiviert, da es eine unerwünschte Einrückung verursacht.
.row-fluid-wrapper.row-depth-1, */
.body-container--blog-post .content-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 415px) and (max-width: 1024px) {
  .dnd-section.row-fluid-wrapper.row-depth-1,
  .body-container--blog-post .content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 1025px) and (max-width: 1520px) {
  .dnd-section.row-fluid-wrapper.row-depth-1,
  .body-container--blog-post .content-wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media (min-width: 1521px) {
  .dnd-section.row-fluid-wrapper.row-depth-1,
  .body-container--blog-post .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}






html {
  /*font-size: 15.22px;*/
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;

  background-color: #FFFFFF;
}

body {
  font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;

  color: #3C3C3C;
  background-color: #FFFFFF;
}

.body-wrapper {
  overflow-x: hidden;
}

.body-container-wrapper {
  padding-top: var(--header_mobile_height);
}

@media (min-width: 1112px) {
  .body-container-wrapper {
    padding-top: var(--header_height);
  }
}

p {
  /*font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;*/
  /*font-size: 15.22px;*/
  /*line-height: 23.591px;*/
}

/* Anchors */
a {
  display:inline-block;

  color: #EB5032;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;

  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/*a:visited {*/
/*  color: #3C3C3C;*/
/*}*/

a.small-link, a.small-link:focus, a.small-link:active {
  display:inline-block;

  color: #EB5032;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;

  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

a.small-link:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/*a.small-link:visited {*/
/*  color: #3C3C3C;*/
/*}*/

/*@media (min-width: 543px) and (max-width: 1279px) {*/
/*  html {*/
/*    font-size: 20px;*/
/*  }*/

/*  body {*/
/*    font-size: 20px;*/
/*    line-height: 31px;*/
/*  }*/

/*  p {*/
/*    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;*/
/*    font-size: 20px;*/
/*    line-height: 31px;*/
/*  }*/
/*}*/

/*@media (min-width: 1280px) {*/
/*  html {*/
/*    font-size: 20px;*/
/*  }*/

/*  body {*/
/*    font-size: 20px;*/
/*    line-height: 31px;*/
/*  }*/

/*  p {*/
/*    font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;*/
/*    font-size: 20px;*/
/*    line-height: 31px;*/
/*  }*/
/*}*/

/* Mobile Headings */
h1, .h1 {
  font-weight: 600; text-decoration: none; font-family: Titillium Web, sans-serif; font-style: normal;
  color: #EB5032;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  hyphens: auto;
}

h2, .h2 {
  font-weight: 600; text-decoration: none; font-family: Titillium Web, sans-serif; font-style: normal;
  color: #3C3C3C;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  hyphens: auto;
}

h3, .h3 {
  font-weight: 600; text-decoration: none; font-family: Titillium Web, sans-serif; font-style: normal;
  color: #3C3C3C;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  hyphens: auto;
}

h4, .h4 {
  font-weight: 600; text-decoration: none; font-family: Titillium Web, sans-serif; font-style: normal;
  color: #3C3C3C;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  hyphens: auto;
}

h5, .h5 {
  font-weight: 600; text-decoration: none; font-family: Titillium Web, sans-serif; font-style: normal;
  color: #3C3C3C;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  hyphens: auto;
}

h6, .h6 {
  font-weight: 600; text-decoration: none; font-family: Titillium Web, sans-serif; font-style: normal;
  color: #3C3C3C;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.1rem;
  hyphens: auto;
}


/* Medium Headings */
@media (min-width: 543px) and (max-width: 1439px) {
  h1, .h1 {
    font-size: 4vw;
    line-height: 4vw;
    hyphens: auto;
  }

  h2, .h2 {
    font-size: 26px;
    line-height: 28px;
    hyphens: auto;
  }

  h3, .h3 {
    font-size: 24px;
    line-height: 30px;
    hyphens: auto;
  }

  h4, .h4 {
    font-size: 21px;
    line-height: 28px;
    hyphens: auto;
  }
}

/* Big Headings -> ausgeblendet am 04.04.23 von TKG - h1 war zu groß
@media (min-width: 1440px) {
  h1, .h1 {
    font-size: 6vw;
    line-height: 6vw;
  }

  h2, .h2 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  h3, .h3 {
    font-size: 28px;
    line-height: 35px;
  }

  h4, .h4 {
    font-size: 24px;
    line-height: 28px;
  }

  h5, .h5 {
    font-size: 20px;
    line-height: 25px;
  }

  h6, .h6 {
    font-size: 20px;
    line-height: 25px;
  }
}
*/

/* Blockquote */

blockquote {
  border-left-color: #007DA0;
}






button,
.button,
.button-primary,
.hs-button.primary {
  padding: 0.6rem 1.6rem;

  font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #EB5032;

  border: 1px solid #EB5032;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;

  min-width: var(--button_min_width);
}


/*button:visited,*/
/*.button:visited,*/
/*.button-primary:visited {*/
/*  background-color: #A2A2A2;*/
/*  border-color: #A2A2A2;*/
/*  text-decoration: none;*/
/*  color: #FFFFFF;*/
/*}*/

button:hover, button:focus, button:active,
.button:hover, .button:focus, .button:active,
.button-primary:hover, .button-primary:focus, .button-primary:active,
.hs-button.primary:hover, .hs-button.primary:focus, .hs-button.primary:active {
  /*background-color: #c3280a;*/
  /*border-color: #c3280a;*/
  text-decoration: none;
}

button:hover, .button:hover, .button-primary:hover, .hs-button.primary:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.button-secondary {
  padding: 0.6rem 1.6rem;

  font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #EB5032;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FFFFFF;

  border: 2px solid #EB5032;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;

  min-width: var(--button_min_width);
}

/*.button-secondary:visited {*/
/*  background-color: #FFFFFF;*/
/*  border-color: #3C3C3C;*/
/*  text-decoration: none;*/
/*  color: #3C3C3C;*/
/*}*/

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #FFFFFF;
  background-color: #EB5032;
  border-color: #EB5032;
  text-decoration: none;
}

.button-secondary:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.button-tertiary {
  padding: 0px;

  font-family: Titillium Web, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-align: left;
  color: #3c3c3c;
  text-transform: none;
  text-decoration: none;
  background-color: #ffffff00;

  border: 2px solid #ffffff00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;

  min-width: var(--button_min_width);
}

/*.button-tertiary:visited {*/
/*  background-color: #A2A2A2;*/
/*  border-color: #A2A2A2;*/
/*  text-decoration: none;*/
/*}*/

.button-tertiary:hover, .button-tertiary:focus, .button-tertiary:active {
  background-color: #ffffff00;
  border-color: #ffffff00;
  text-decoration: none;
}

.button-tertiary:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}










/* Table */

table {
  border: 1px solid #3C3C3C;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #3C3C3C;

  padding: 18px;

  border-color: ;
  color: #3C3C3C;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(235, 80, 50, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #3C3C3C;
}





.header {
  background-color: #FFFFFF;
  border-bottom: 3px solid #EB5032;
}

.header__logo a:hover {
  transform: none;
}





.footer {
  background-color: #FFFFFF;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #3C3C3C;
}





.body-container--blog-post {
  padding-bottom: 80px;
}

.blog-post,
.blog-header__inner,
.blog-related-posts,
.blog-post__intro_text,
.blog-post__gallery,
.blog-post__quotes,
.blog-post__video,
.blog-post__products,
.blog-post__news,
.blog-post__cta,
.blog-post__body
{
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #3C3C3C;
}

.blog-post__meta .blog-post__tag-link {
  color: #EB5032;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #c3280a;
}

.blog-post__tag-link:active {
  color: #ff785a;
}






/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 600; text-decoration: none; font-family: Titillium Web, sans-serif; font-style: normal;
}

.blog-index__post-title-link {
  color: #3C3C3C;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #141414;
}

.blog-index__post-title-link:active {
  color: #646464;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #3C3C3C;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #3C3C3C;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #141414;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #646464;
}

.pagination__link-icon svg {
  fill: #3C3C3C;
}

/* Pricing card */

.card__price {
  font-weight: 600; text-decoration: none; font-family: Titillium Web, sans-serif; font-style: normal;
  color: #3C3C3C;
  font-size: 35px;
}

.card__body svg {
  fill: #EB5032;
}

/* Social follow */

.social-links__icon {
  background-color: #EB5032;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #c3280a;
}

.social-links__icon:active {
  background-color: #ff785a;
  font-weight: 600; text-decoration: none; font-family: Titillium Web, sans-serif; font-style: normal;
  color: #3C3C3C;
  font-size: 35px;
}






.text-primary {
  color: #EB5032;
}
.text-secondary {
  color: #007DA0;
}
.text-light {
  color: #AFAFAF;
}

/* Override bullets */
li::marker {
  color: #EB5032;
}
/*! marketing-overrides.css */

/* Global overrides for Marketing-specific content*/

body { }

   #cta-unternehmen {
  height: 500px; 
}
  #cta-unternehmen .container {
  padding-top: 2%;
  padding-bottom: 20%; 
}

.cell_16512179380393-padding {
    border: 2px solid var(--primary_color);
    border-radius: 5px;
}


 
/*Tabelle Landingpage Header*/
#tab-la-he .row {
  display: flex!important;
  padding-left: 5%;
  padding-right: 5%;
}

#tab-la-he .first-col{
  padding-right: 10%!important;
}
 #tab-la-he .first-col .hhs-col-inner{
  text-align: center!important;
} 
/*Ende Tabelle Landingpage Header*/ 




/*Font Styles*/
.kontur{
    -webkit-text-fill-color:transparent;
		-webkit-text-stroke:1px white;
  }

p.kapitel {
  color: #eb5032;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 2%;
}

/*--Border & Shadows--*/
.border-small{    
    border: 2px solid #f2f2f2;
    border-radius: 5px;
  }
.border-large{    
    box-shadow: 0 0 20px 1px rgba(242, 242, 242, 1);
    z-index: 1;
    position: relative;
  }



/*---Abstände neu 2023 / ROW ---*/

.space-new {    
    margin: 0 5% 0 5%;
    padding: 5% 2% 5% 2%;;
  }



/***Beginn Mobile***/
@media (max-width: 542px) {

   #cta-unternehmen {
  background-image: none!important;
}
  #cta-unternehmen .container {
  padding-top: 2%;
  padding-bottom: 2%;
}
}




 /*Preistabelle Abonnement App*/  
  
    #tb-pricing-app .c1 {
    border-right-style: solid;
    border-right-color: #f2f2f2;
}
    #tb-pricing-app .c2 {
    border-right-style: solid;
    border-right-color: #f2f2f2;
}
    #tb-pricing-app .c3 {
     border-right-style: solid;
    border-right-color: #f2f2f2;
}


.tb-pricing-overflow {
    overflow: scroll;
    max-height: 600px;
    max-width: 100%;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    display: -webkit-box;
    }

 /*Ende Preistabelle Abonnement App*/   







/***Beginn Tablet***/
@media (min-width: 543px) and (max-width: 769px) {
   #cta-unternehmen {
  background-image: none!important;
}
  #cta-unternehmen .container {
  padding-top: 2%;
  padding-bottom: 2%;
}
  
  /*Tabelle Landingpage Header*/
#tab-la-he .row {
  display: block!important;
  padding-left: 5%;
  padding-right: 5%;
}

#tab-la-he .first-col{
  padding-right: unset!important;
  text-align: center!important;
}

}

/***Beginn Tablet***/
@media (min-width: 770px) and (max-width: 1439px) {
 

}

/***Small Screens***/
@media (min-width: 1440px) and (max-width: 1919px) {
  

}
  
/* Big Headings */

/*Ende Font Styles*/





/*------- Design Energiegemeinschaft------*/




/*Text über Bild*/

/*Bild links - Text rechts*/
.text-ueber-bild-rechts{
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  }



/*Ende Text über Bild*/



/*Reihe Pfeil rechts*/
#row_pfeil {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  }
.pfeil_rechts {
  width: 50px!important;
  }
  
/*Wie es geht*/
.number_coral {
  color: #ffffff;
  font-weight: bold;
  font-size: 62px;
  }
.number_text {
    color: #EB5032;
    font-weight: 700;
    font-size: 34px;
    margin-left: -14px;
  }
.rund {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
  object-fit: cover;
  }
/*Ende wie es geht*/

/*Ende Reihe Pfeil rechts*/

/*Reihe Pfeil links*/
 .pfeil_align_left {
  float: right;
  width: 50px!important;
  }
#row_pfeil_links {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  }
/*Ende Reihe Pfeil links*/





/*****Beginn Media Queries*****/

/***Beginn Tablet***/
@media only screen and (max-width: 992px) {
  
  /*Reihe Pfeil rechts*/
  .pfeil_rechts {
  }
  .pfeil_align {
  float: right;
  padding-right: 5%;
  }
  #row_pfeil .c1 .col-inner {
  padding-bottom: 15px!important;
  }
 #row_pfeil .c3 .col-inner {
  padding-top: 0px!important;
  }
  /*Ende Reihe Pfeil rechts*/
  
 
  /*Reihe Pfeil links*/
  .pfeil_align_left {
  float: left;
  padding-left: 5%;
  }
  #row_pfeil_links {
  display: flex;
  }
  #row_pfeil_links .c1 {
  order: 3;
  }
    #row_pfeil_links .c2 {
  order: 2;
  }
    #row_pfeil_links .c3 {
  order: 1;
  }
  #row_pfeil_links .c1 .col-inner {
  padding-top: 0px!important;
  }
   #row_pfeil_links .c3 .col-inner {
  padding-bottom: 15px!important;
  }
  /*Ende Reihe Pfeil links*/

  
  #neoomlive .card-col{
    padding-bottom: 5%;
}
  
  
  /*Tabelle responsive = <table class="calculator">*/
 
        table.calculator {  width:100%;    }
        .calculator tr {    display: table;  width:100%; height: auto;}               
        .calculator td {    display: table-row; height: auto;}           
 
/* Ende Tabelle responsive = <table class="calculator">*/
  
  
  
  /*switch colums*/
  #switch-2colums {
  display: flex;
  }
  #switch-2colums .c1 {
  order: 2;
  }
  #switch-2colums .c2 {
  order: 1;
  }
  /*ende switch colums*/
  
    /*switch table*/
  .switch-table {
  flex-direction: column-reverse!important;
  display: flex!important;
  }
  .switch-table td {
  width: 100%!important;
  padding: 1px!important;
  }
  /*ende switch table*/
  
 
  
  
  
  
 /*Preistabelle Abonnement App*/  
  
 /* #tb-pricing-app .row {
    display: block;
}*/
    #tb-pricing-app .c1 {
    display: none;
}
    #tb-pricing-app .c2 {
    width: 33.33%;
    max-width: 33.33%;
}
    #tb-pricing-app .c3 {
    width: 33.33%;
    max-width: 33.33%;
}
    #tb-pricing-app .c4 {
    width: 33.33%;
    max-width: 33.33%;
}
 /*Ende Preistabelle Abonnement App*/   
  
  
  
}
/***Ende Tablet***/


/***Beginn Phone***/
@media only screen and (max-width: 768px) {
  
  
  
  /*Reihe Pfeil rechts*/
  .pfeil_rechts {
  width: 65px!important;
  }
  .pfeil_align {
  float: right;
  padding-right: 5%;
  }
  /*Ende Reihe Pfeil rechts*/
  
  /*Reihe Pfeil links*/
  .pfeil_align_left {
  width: 65px!important;
  }
  /*Ende Reihe Pfeil links*/
  
  
    /*Tabelle responsive = <table class="calculator">*/
 
        table.calculator {  width:100%;    }
        .calculator tr {    display: table;  width:100%; height: auto;}               
        .calculator td {    display: table-row; height: auto;}           
 
/* Ende Tabelle responsive = <table class="calculator">*/
  
    /*switch table*/
  .switch-table {
  flex-direction: column-reverse!important;
  display: flex!important;
  }
  .switch-table td {
  width: 100%!important;
  padding: 1px!important;
  }
  /*ende switch table*/
  
   /*Tabelle Landingpage Header*/
#tab-la-he .row {
  display: block!important;
  padding-left: 2%;
  padding-right: 2%;
}

#tab-la-he .first-col{
  padding-right: unset!important;
}
 #tab-la-he .first-col .hhs-col-inner{
  text-align: center!important;
} 
  
  
   /*Preistabelle Abonnement App*/  
  
  #tb-pricing-app .row {
    display: block;
}
    #tb-pricing-app .c1 {
    display: none;
}
    #tb-pricing-app .c2 {
    width: 100%;
    max-width: 100%;
    border-right-style: none;
}
    #tb-pricing-app .c3 {
    width: 100%;
    max-width: 100%;
    border-right-style: none;
}
    #tb-pricing-app .c4 {
    width: 100%;
    max-width: 100%;
}
 /*Ende Preistabelle Abonnement App*/  
  

  
  
}
/***Ende Phone***/


/*****Ende Media Queries*****/



/*------- Ende Design Energiegemeinschaft------*/

/* CSS aus Modulen in folgende Datei übertragen */
/*! custom_modules.css */

/******************************   L I S T I N G   BLOG    ******************************/



.blog-listing-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.blog-listing-wrapper .blog-filters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.blog-listing-wrapper .blog-filters .tag-filter {
  margin-bottom: .5rem;
  min-width: calc(var(--button_min_width)/1.5);
}

.blog-listing-wrapper .blog-listing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 6px;
}

.blog-listing .blog-listing__article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 230px;
  width: 100%;
  margin-bottom: 20px;
}

.blog-listing .article-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.blog-listing .article-image,
.blog-listing .article-tags,
.blog-listing .article-content,
.blog-listing .article-button {
  min-width: 230px;
}

.blog-listing .article-image {
  height: 150px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*.blog-listing .article-excerpt {*/
/*  font-size: 16px;*/
/*  line-height: 18px;*/
/*}*/

.blog-listing .article-tags {
  padding: .4rem 0;
  text-transform: uppercase;
}

.blog-listing .article-title {
  margin-bottom: 6px;
}

.blog-listing .article-button__link {
  padding: .3rem .8rem;
  width: 100%;
}

@media (min-width: 460px) {
  .blog-listing .blog-listing__article {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .blog-listing .blog-listing__article {
    max-width: 230px;
  }

  .blog-listing .article-title {
    margin-bottom: 12px;
  }
}

@media (min-width: 1280px) {
  .blog-listing .blog-listing__article {
    max-width: 280px;
  }
}

@media (min-width: 1600px) {
  .blog-listing .blog-listing__article {
    max-width: 330px;
  }

  .blog-listing .article-image {
    height: 200px;
  }

  .blog-listing .article-tags {
    padding: .9rem 0;
  }

  .blog-listing .article-button__link {
    padding: 0.5rem 1.2rem;
  }
}

/******************************   P A G I N A T I O N   BLOG   ******************************/



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

  padding-top: 3rem;
}

.pagination__link {
  display: inline-flex;
  margin: 0 0.35rem;
  font-weight: normal;
}

.pagination__link,
.pagination__link:hover,
.pagination__link:focus,
.pagination__link:active {
  text-decoration: none;
}

.pagination__link--disabled {
  cursor: default;
  pointer-events: none;
  opacity: .3;
}

.pagination__link--active {
  font-weight: bold;
  border-bottom: 2px solid var(--text_color);
}

.pagination__link--first,
.pagination__link--prev {
  margin-right: 2rem;
}

.pagination__link--first {
  margin-left: 0;
}

.pagination__link--number {
  margin: 0 0.175rem;
  padding: 0.25rem 0.4rem;
}

.pagination__link--last,
.pagination__link--next {
  margin-left: 2rem;
}

.pagination__link--last {
  margin-right: 0;
}





/******************************   L I S T I N G   JOBS    ******************************/





/* JOB Listing + Filter */
.job-listing {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.job-listing .job-listing-filters {
    padding: 0;
}

.job-listing .job-filter {
    margin-bottom: 20px;
}

/* Hide some filters in mobile version */
.job-listing .job-filter__category {
    display: block;
}
.job-listing .job-filter__categories {
    display: none;
}

.job-listing .job-filter__label {
    display: block;
    color: var(--text_light_color);
    margin-bottom: 12px;
}

.job-listing .job-filter-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;

    -moz-padding-start: 9px; /* 3px less than left padding */
    padding: 6px 18px;

    border: 1px solid var(--background_alt_color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik0yMDcuMDI5IDM4MS40NzZMMTIuNjg2IDE4Ny4xMzJjLTkuMzczLTkuMzczLTkuMzczLTI0LjU2OSAwLTMzLjk0MWwyMi42NjctMjIuNjY3YzkuMzU3LTkuMzU3IDI0LjUyMi05LjM3NSAzMy45MDEtLjA0TDIyNCAyODQuNTA1bDE1NC43NDUtMTU0LjAyMWM5LjM3OS05LjMzNSAyNC41NDQtOS4zMTcgMzMuOTAxLjA0bDIyLjY2NyAyMi42NjdjOS4zNzMgOS4zNzMgOS4zNzMgMjQuNTY5IDAgMzMuOTQxTDI0MC45NzEgMzgxLjQ3NmMtOS4zNzMgOS4zNzItMjQuNTY5IDkuMzcyLTMzLjk0MiAweiIvPjwvc3ZnPg==);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 96% center;

    width: 100%;
    max-width: 240px;
    min-width: 200px;
    height: 40px;
    cursor: pointer;
}

.job-listing .job-filter-select::-ms-expand {
    display: none;
}

.job-listing .job-filter-select:focus::-ms-value {
    display: none;
}

.job-listing .job-filter-links__category {
    list-style: none;
    margin: 0;
    padding: 0;
}

.job-listing .job-filter-link {
    margin-bottom: 20px;
}
.job-listing .job-filter-link.job-filter-link--active {
    font-weight: bold;
}

.job-listing .job-filter-link,
.job-listing .job-filter-link:active,
.job-listing .job-filter-link:focus,
.job-listing .job-filter-link:visited,
.job-listing .job-filter-link:hover {
    color: var(--text_color);
    font-weight: normal;
}

.job-listing .job-item-icon img {
    max-width: 50px;
    height: auto;
  display: none;
}

.job-listing .job-item-icon {
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .job-listing {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        gap: 20px;
    }

    .job-listing .job-listing-filters {
        flex: 1 1 20%;
        padding: 2rem 1rem 2rem 0;
        border-right: 3px solid var(--background_alt_color);
        max-width: 300px;
    }

    .job-listing .job-filter {
        margin-bottom: 40px;
    }

    .job-listing .job-filter__category {
        display: none;
    }

    .job-listing .job-filter__categories {
        display: block;
    }
}

/* JOB Items */
.job-listing .job-items-wrapper {
    padding: 2rem 0;
    flex: 2 1 100%;
}

.job-listing .job-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
}

.job-listing .job-items-counter {
    color: var(--text_light_color);
    margin-bottom: 12px;
}

.job-listing .job-items .job-item {
    padding: 2rem;
    background-color: var(--background_alt_color);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 280px;
    width: 100%;
    /*flex: 1 1 100%*/
}

@media (min-width: 768px) {
    .job-listing .job-items .job-item {
        padding: 1rem;
        min-width: 230px;
        width: 45%;
    }
}

@media (min-width: 1024px) {
    .job-listing .job-items .job-item {
        padding: 2rem;
        width: 46%;
        min-width: 280px;
    }
}

@media (min-width: 1510px) {
    .job-listing .job-items .job-item {
        width: 23%;
    }
}

.job-listing .job-items .job-item.job-item--inactive {
    display: none;
}

.job-listing .job-items .job-item .job-item-title {
    margin-bottom: 12px;
}

.job-listing .job-items .job-item .job-item__job_title {
    margin-bottom: 0;
    font-weight: 600;
}

.job-listing .job-items .job-item .job-item__job_sub_title {
}

.job-listing .job-items .job-item .job-post-categories {
    color: var(--primary_color);
}


/******************************   S I N G L E   JOBS    ******************************/




.job-post {}

.job-post .job-post-title {
    padding: 4rem 0;
}

.job-post .job-post__job_title {
    margin-bottom: 0;
}

.job-post .job-post__job_title,
.job-post .job-post__job_sub_title {
    color: var(--text_color);
}

.job-post .job-post__category {
    padding: 8px 12px;
    color: var(--primary_color);
    font-weight: bold;
    line-height: 50px;
    border: 2px solid var(--primary_color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.job-post .job-post-perks {
    padding: 4rem 0;
    text-align: center;
}

.job-post .job-post-perks__list {
    padding: 2rem 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.job-post .job-post-perk {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 20%;
    min-width: 90px;
    margin-bottom: 1rem;
}

.job-post .job-post-perk .job-post-perks__title {
    font-weight: normal;
}

.job-post .job-post-perk .job-post-perk__icon {
    width: 45px;
    height: 45px;
}



@media (min-width: 1024px) {
    .job-post .job-post-perk {
        width: 10%;
    }
}





/******************************   A C C O R D I O N   ******************************/




.accordion__content {
  display: none;
}
.accordion .accordion__header {
  border-bottom: 2px solid var(--primary_color);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
}
.accordion .accordion__header:focus {
  outline: none;
}
.accordion .accordion__title {
  margin-bottom: 0;
}
.accordion .accordion__header .accordion__icon {
  padding: 0 0.5rem;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.accordion .accordion__header.open .accordion__icon {
  transform: rotateX(180deg);
}
.accordion .accordion__content {
  padding: 2rem 0;
  box-sizing: border-box;
}
/**new accordion css**/
.accordion.half-width .accordion__row {
    width: 50%;
    position: relative;
}
.accordion.half-width .accordion__row.acd-open {
    width: 100%;
}
.accordion .accordion__content .accodian_image {
    position: absolute;
    right: 0;
    width: 50%;
    bottom: calc(100% - 0px);
    padding: 0 50px;
    display: none;
}
.accordion .accordion__content .accodian_image img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    object-position: top center;
  height:auto;
}
.accordion.half-width{padding:30px 0;}
.accordion.half-width .accordion__row.acd-open .accordion__content .accodian_image {
  display: block;
}
.accordion .accordion__content .accordian_subtext {
    column-count: 2;
    column-gap: 40px;
}
.accordion .accordion__content .accordian_subtext ol li,
.accordion .accordion__content .accordian_subtext ul li,
.accordion .accordion__content .accordian_subtext p {
    break-inside: avoid;
}
@media screen and (max-width:767px) {
  .accordion.half-width .accordion__row {width: 100%;}
  .accordion.half-width .accordion__row.acd-open {margin-top: 220px;}
  .accordion .accordion__content .accodian_image {padding: 0; bottom: 100%;}
  .accordion .accordion__content .accordian_subtext {column-count: 1;column-gap: 0;}
}

/******************************   A N I M A T I O N   B A R   ******************************/





.skillBar {
  margin:0 0 30px;
}

.skillBarValue {
  height: 40px;
  float: left;

}
.skillBarContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}
.skillBarValue_wrapper{
  height: 26px;
  height: 1.66em;
  background: #e6eae3;
  background: #0866dc;
  background: rgba(8, 102, 220, 0.2);
  overflow: hidden;
  border-radius: 5px;
}
.bar_title {
  width: 10%;

}


.bar_title p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.skillBar:last-child {
  margin-bottom: 0px;
}
.bar_count p {
  text-align: right;
  padding-right: 12px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
}
.progressbar_title {
  margin-bottom: 30px;
}

.skillBar {
  display: flex;
  flex-wrap: wrap;
}
.bar_count {
  width: 100%;
}
.skillBarContainer {
  width: 100%;
}

.bar_title.desk_title {
  text-align: left;
  padding-right: 10px;
}

.skillBarValue_wrapper {
  width: calc(100% - 10%);
}
@media(max-width:767px){
  .skillBarValue_wrapper {
    width: 100%;
  }
}

/******************************   A R T I C L E S   L I S T I N G   ******************************/




.articles-listing {}

.articles-listing .articles-listing__headline {
  text-align: center;
}

.articles-listing .articles-listing__scroll {
  padding: 0.8rem 0 1.5rem 0;
}

.articles-listing .articles-table,
.articles-listing .articles-table tr,
.articles-listing .articles-table tr td,
.articles-listing .articles-table tr th {
  border: none;
  border-spacing: 0;
  padding: 0;
  margin: 0;
}

.articles-listing .articles-table {
  margin-bottom: 1rem;
}

.articles-listing td.article-image,
.articles-listing .article-tags,
.articles-listing .article-title,
.articles-listing .article-excerpt,
.articles-listing .article-button {
  width: 220px;
  min-width: 220px;
}
.articles-listing td.article-image img {
  width: 235px;
  min-width: 235px;
  height: 150px;
  display: block;
}


.articles-listing td.article-image {
  height: 150px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.articles-listing .articles-table tr td.article-tags {
  padding: .4rem 0;
  text-transform: uppercase;
}

.articles-listing td.spacer {
  width: 20px;
  min-width: 20px;
}

.articles-listing .article-title__heading {
  margin-bottom: 6px;
}

.articles-listing .article-button__link {
  padding: .3rem .8rem;
}

@media (min-width: 768px) {
  .articles-listing .articles-listing__headline {
    text-align: left;
  }

  .articles-listing .article-title__heading {
    margin-bottom: 12px;
  }
}

@media (min-width: 1025px) {
  .articles-listing td.article-image,
  .articles-listing .article-tags,
  .articles-listing .article-title,
  .articles-listing .article-excerpt,
  .articles-listing .article-button {
    width: 400px;
    min-width: 400px;
  }
.articles-listing td.article-image img {
  width: 400px;
  min-width: 400px;
  height: 250px;
  display: block;
}
  .articles-listing td.article-image {
    height: 250px;
  }

  .articles-listing .articles-table tr td.article-tags {
    padding: .9rem 0;
  }

  .articles-listing td.spacer {
    width: 50px;
    min-width: 50px;
  }

  .articles-listing .article-button__link {
    padding: 0.5rem 1.2rem;
  }
}


/******************************   B U T T O N   R O W   ******************************/




.button-row {
    display: flex;
}

.button-row.button-row--horizontal {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}

.button-row.button-row--vertical {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
}

.button-row .button-wrapper {
    flex: 1 1 10%;
    min-width: var(--button_min_width);
    margin-bottom: 6px;
}


/******************************   C A L L   T O   A C T I O N   ******************************/



.cta-box  {
    border: 2px solid var(--primary_color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1.5rem;
}
@media (min-width: 768px) {
    .cta-box {
        border-width: 3px;
        padding: 1.5rem 2rem;
    }
}
@media (min-width: 1024px) {
    .cta-box {
        border-width: 3px;
        padding: 2rem 3rem;
    }
}


/******************************   C A R D S   ******************************/





.cards {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.cards__card {
  align-items: center;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
  max-width: 100%;
  width: -webkit-fill-available;
  /*width: 100%;
  max-width: 400px;
  min-width: 350px;*/
  margin: 1%;
}

.card__image {
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0.7rem;
}

.card__title {
  padding: 0 0.7rem;
  width: 100%;
}

.card__text {
  padding: 0 0.7rem;
  width: 100%;
}

/* Media Querys*/

@media (max-width: 820px) {
.cards {
    flex-wrap: wrap;
}

.cards__card {
    width: 100%;
}
  } 

/******************************   C A T C H P H R A S E   2   C O L S   ******************************/




.catchphrase-2-cols {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catchphrase-2-cols .catchphrase-2-cols__col1,
.catchphrase-2-cols .catchphrase-2-cols__col2,
.catchphrase-2-cols .catchphrase-2-cols__headline,
.catchphrase-2-cols .catchphrase-2-cols__spacer,
.catchphrase-2-cols .catchphrase-2-cols__sub_headline,
.catchphrase-2-cols .catchphrase-2-cols__text {
  width: 100%;
}
.catchphrase-2-cols .catchphrase-2-cols__headline,
.catchphrase-2-cols .catchphrase-2-cols__spacer,
.catchphrase-2-cols .catchphrase-2-cols__sub_headline,
.catchphrase-2-cols .catchphrase-2-cols__text {
  padding: 0 2rem;
  text-align: center;
}

.catchphrase-2-cols .catchphrase-2-cols-headline {
  font-weight: 700;
  text-transform: lowercase;
}

.catchphrase-2-cols .catchphrase-2-cols-sub-headline {
  font-weight: 600;
}

.catchphrase-2-cols .catchphrase-2-cols__spacer {
  display: none;
}

@media (min-width: 543px) {
  .catchphrase-2-cols .catchphrase-2-cols__headline,
  .catchphrase-2-cols .catchphrase-2-cols__sub_headline,
  .catchphrase-2-cols .catchphrase-2-cols__text {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .catchphrase-2-cols .catchphrase-2-cols__col1 {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }

  .catchphrase-2-cols .catchphrase-2-cols__col2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .catchphrase-2-cols .catchphrase-2-cols__spacer {
    display: block;
    width: 100%;
  }

  .catchphrase-2-cols .catchphrase-2-cols__headline,
  .catchphrase-2-cols .catchphrase-2-cols__sub_headline{
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .catchphrase-2-cols .catchphrase-2-cols__text {
    padding-right: 3rem;
  }
}



@media (min-width: 0px) {
  .catchphrase-2-cols .h1,
  .catchphrase-2-cols h1 {
    font-size: 58px;
    line-height: 58px;
  }
  .catchphrase-2-cols .h2,
  .catchphrase-2-cols h2 {
    font-size: 28px;
    line-height: 30px;
  }
} 
@media (min-width: 543px) {
  .catchphrase-2-cols .h1,
  .catchphrase-2-cols h1 {
    font-size: 90px;
    line-height: 90px;
  }
  .catchphrase-2-cols .h2,
  .catchphrase-2-cols h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .catchphrase-2-cols p {
    font-size: 16px;
    line-height: 21px;
  } 
} 
@media (min-width: 1921px) {
  .catchphrase-2-cols .h1,
  .catchphrase-2-cols h1 {
    font-size: 140px;
    line-height: 90px;
  }
  .catchphrase-2-cols .h2,
  .catchphrase-2-cols h2 {
    font-size: 60px;
    line-height: 62px;
  }
  .catchphrase-2-cols p {
    font-size: 21px;
    line-height: 31px;
  } 
}



/******************************   C A T C H P H R A S E   3   C O L S   ******************************/



.catchphrase-3-cols {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catchphrase-3-cols .catchphrase-3-cols__col2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catchphrase-3-cols .catchphrase-3-cols__headline,
.catchphrase-3-cols .catchphrase-3-cols__sub_headline,
.catchphrase-3-cols .catchphrase-3-cols__text {
  text-align: center;
}

.catchphrase-3-cols .catchphrase-3-cols__col1,
.catchphrase-3-cols .catchphrase-3-cols__col2,
.catchphrase-3-cols .catchphrase-3-cols__headline,
.catchphrase-3-cols .catchphrase-3-cols__spacer,
.catchphrase-3-cols .catchphrase-3-cols__sub_headline,
.catchphrase-3-cols .catchphrase-3-cols__text {
  width: 100%;
}

.catchphrase-3-cols .catchphrase-3-cols__spacer {
  display: none;
}

.catchphrase-3-cols .catchphrase-3-cols-headline {
  font-weight: 700;
  text-transform: lowercase;
}
.catchphrase-3-cols .catchphrase-3-cols-sub-headline {
  font-weight: 600;
}

@media (min-width: 543px) {
  .catchphrase-3-cols .catchphrase-3-cols__headline,
  .catchphrase-3-cols .catchphrase-3-cols__sub_headline,
  .catchphrase-3-cols .catchphrase-3-cols__text {
    text-align: left;
    padding: 0 1rem;
  }
}

@media (min-width: 768px) {
  .catchphrase-3-cols .catchphrase-3-cols__col1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  .catchphrase-3-cols .catchphrase-3-cols__col2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    flex-grow: 2;
  }

  .catchphrase-3-cols .catchphrase-3-cols__spacer {
    display: block;
  }

  .catchphrase-3-cols .catchphrase-3-cols__headline,
  .catchphrase-3-cols .catchphrase-3-cols__sub_headline{
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .catchphrase-3-cols {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    padding: 0 4rem;
  }

  .catchphrase-3-cols .catchphrase-3-cols__col1 {
    width: 30%;
  }

  .catchphrase-3-cols .catchphrase-3-cols__col2 {
    width: 70%;
  }

  .catchphrase-3-cols .catchphrase-3-cols__spacer {
    display: none;
  }

  .catchphrase-3-cols .catchphrase-3-cols__headline {
    align-self: flex-end;
  }

  .catchphrase-3-cols .catchphrase-3-cols__headline {
    text-align: left;
  }

  .catchphrase-3-cols .catchphrase-3-cols__headline,
  .catchphrase-3-cols .catchphrase-3-cols__sub_headline,
  .catchphrase-3-cols .catchphrase-3-cols__text {
    padding: 0 .5rem;
  }

  .catchphrase-3-cols .catchphrase-3-cols-headline {
    line-height: 56px;
  }
}



  @media (min-width: 0px) {
    .catchphrase-3-cols .h1,
    .catchphrase-3-cols h1 {
      font-size: 58px;
      line-height: 58px;
    }  
    .catchphrase-3-cols .h2,
    .catchphrase-3-cols h2 {
      font-size: 28px;
      line-height: 30px;
    }
    .catchphrase-3-cols p {
      font-size: 24px;
      line-height: 24px;
    } 
  } 
  
    
  @media (min-width: 543px) {
    .catchphrase-3-cols .h1,
    .catchphrase-3-cols h1 {
      font-size: 90px;
      line-height: 38px;
    }  
    .catchphrase-3-cols .h2,
    .catchphrase-3-cols h2 {
      font-size: 28px;
      line-height: 30px;
    }
    .catchphrase-3-cols p {
      font-size: 16px;
      line-height: 21px;
    } 
  } 
  
  
  @media (min-width: 1921px) {
    .catchphrase-3-cols .h1,
    .catchphrase-3-cols h1 {
      font-size: 140px;
      line-height: 38px;
    }  
    .catchphrase-3-cols .h2,
    .catchphrase-3-cols h2 {
      font-size: 60px;
      line-height: 62px;
    }
    .catchphrase-3-cols p {
      font-size: 21px;
      line-height: 31px;
    } 
  }





/******************************   C A T C H P H R A S E   I M A G E   ******************************/





.catchphrase-image {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.catchphrase-image__background,
.catchphrase-image__content {
  flex: 1 1 100%;
}
.catchphrase-image__background {
  z-index: 10;
  display: block;
  position: relative;
}
.catchphrase-image__background img {
  width: 100%;
}
.catchphrase-image__content {
  z-index: 50;
  background-color: #FFFFFF;
  display: block;
}
.catchphrase-content__headline,
.catchphrase-content__sub_headline {
  margin-bottom: 0;
}
.catchphrase-content__sub_headline {
  font-weight: normal;
}
.catchphrase-content__text {
  padding: 0.5rem 0;
  margin-bottom: 0.2rem;
}
.catchphrase-content__text p {
  margin: 0;
}
.catchphrase-image__play_link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px
}
.catchphrase-play__icon img {
  max-height: 60px;
}
.catchphrase-image__play_link,
.catchphrase-image__play_link:active,
.catchphrase-image__play_link:focus,
.catchphrase-image__play_link:visited {
  text-decoration: none;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.catchphrase-image__play_link:hover {
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.catchphrase-image__play_link:hover .catchphrase-play__text{
  text-decoration: underline;
}
@media (min-width: 902px) {
  .catchphrase-image {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 0 10% 0;
    gap: 0;
  }
  .catchphrase-image.catchphrase-image--right {
    flex-direction: row-reverse;
  }
  .catchphrase-image__background {
    flex: 1 1 50%;
  }
  .catchphrase-image__content {
    flex: 1 1 50%;
  }
  .catchphrase-image__background {
    align-self: flex-start;
  }
  .catchphrase-image__content {
    align-self: flex-end;
    margin-bottom: -15%;
  }
  .catchphrase-image.catchphrase-image--left .catchphrase-image__background {
    align-self: flex-start;
    margin-left: 10%;
    margin-right: -10%;
  }
  .catchphrase-image.catchphrase-image--left .catchphrase-image__content {
    align-self: flex-end;
    margin-left: -10%;
    margin-right: 10%;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
  .catchphrase-image.catchphrase-image--right .catchphrase-image__background {
    align-self: flex-start;
    margin-left: -10%;
    margin-right: 10%;
  }
  .catchphrase-image.catchphrase-image--right .catchphrase-image__content {
    align-self: flex-end;
    margin-left: 10%;
    margin-right: -10%;
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
}
@media (min-width: 902px) {
  .catchphrase-image__play_link {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 10px
  }
}
@media (min-width: 902px) and (max-width: 1034px) {
  .catchphrase-image--left .catchphrase-image__play_link {
    position: absolute;
    top: 15%;
    left: 35%;
  }
  .catchphrase-image--right .catchphrase-image__play_link {
    position: absolute;
    top: 15%;
    right: -35%;
  }
  .catchphrase-content__text {
    padding: 1rem 0;
  }
  .catchphrase-play__icon img {
    max-height: 80px;
  }
  .catchphrase-image__play_link,
  .catchphrase-image__play_link:hover,
  .catchphrase-image__play_link:active,
  .catchphrase-image__play_link:focus,
  .catchphrase-image__play_link:visited {
    text-decoration: none;
    font-size: 16px;
    color: #FFFFFF;
  }
}

@media (min-width: 1035px) {
  .catchphrase-image--left .catchphrase-image__play_link {
    position: absolute;
    top: 15%;
    left: 30%;
  }
  .catchphrase-image--right .catchphrase-image__play_link {
    position: absolute;
    top: 15%;
    left: 30%;
  }
  .catchphrase-content__text {
    padding: 1rem 0;
  }
  .catchphrase-play__icon img {
    max-height: 80px;
  }
  .catchphrase-image__play_link,
  .catchphrase-image__play_link:hover,
  .catchphrase-image__play_link:active,
  .catchphrase-image__play_link:focus,
  .catchphrase-image__play_link:visited {
    text-decoration: none;
    font-size: 16px;
    color: #FFFFFF;
  }
}

@media (min-width: 1112px) {
  .catchphrase-image__background {
    flex: 1 1 50%;
  }
  .catchphrase-image__content {
    flex: 1 1 40%;
  }
  .catchphrase-image.catchphrase-image--left .catchphrase-image__content {
    padding: 2.5rem 0 2.5rem 2.5rem;
  }
  .catchphrase-image.catchphrase-image--right .catchphrase-image__content {
    padding: 2.5rem 2.5rem 2.5rem 0;
  }
}

@media (min-width: 1521px) {
  .catchphrase-image {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media (min-width: 902px) {  
  .catchphrase-image__content {
    margin-top: 20%;
  }
}


/******************************   C O N T A C T   F O R M   ******************************/




.contact-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.contact-form .contact-form__sharing,
.contact-form .contact-form__map-wrapper {
    min-height: 300px;
    background-color: var(--background_alt_color);
}

.contact-form .contact-form__map-wrapper .contact-form__map {
    flex: 1;
}

.contact-form .contact-form__map-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;

    flex: 2 1 100%;
}

.contact-form .contact-form__social_link {
    display: inline-block;
}

.contact-form .contact-form__social_link,
.contact-form .contact-form__social_link:visited,
.contact-form .contact-form__social_link:hover,
.contact-form .contact-form__social_link:active,
.contact-form .contact-form__social_link:focus {
    text-decoration: none;
    color: var(--text_color);
}

/* show / hide depending on view size of text and form */
.contact-form .contact-form__sharing {
    display: none;
}

.contact-form .contact-form__text--mobile,
.contact-form .contact-form__form--mobile {
    display: block;
}

.contact-form .contact-form__content {
    display: none;
}

@media (min-width: 1024px) {
    .contact-form {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .contact-form .contact-form__sharing,
    .contact-form .contact-form__map-wrapper {
        min-height: 560px;
        background-color: var(--background_alt_color);
    }

    .contact-form .contact-form__content {
        display: block;

        min-height: 600px;
        flex-grow: 1;
        padding: 2rem;

        -webkit-box-shadow: 0px 3px 30px 5px rgba(0,0,0,0.08);
        box-shadow: 0px 3px 30px 5px rgba(0,0,0,0.08);
    }


    .contact-form .contact-form__form {
        max-width: 630px;
    }

    .contact-form .contact-form__sharing {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        gap: 12px;

        max-width: 40px;
        padding: 0 1rem;
    }

    .contact-form .contact-form__social_link {
        font-size: 30px;
    }

    .contact-form .contact-form__text--mobile,
    .contact-form .contact-form__form--mobile {
        display: none;
    }
}




/******************************   C O U N T   U P    ******************************/




.count-up-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 1rem;
    text-align: center;
}

.count-up-box .count-up-box__count {
    color: var(--primary_color);
    font-size: 25px;
    font-weight: bold;
}

.count-up-box .count-up-box__headline {
    margin-bottom: 0;
    text-transform: none;
    font-weight: normal;
}

@media (min-width: 768px) {
    .count-up-box {
        gap: 12px;
        margin-bottom: 1.5rem;
    }

    .count-up-box .count-up-box__count {
        font-size: 35px;
    }
}

@media (min-width: 1025px) {
    .count-up-box .count-up-box__count {
        font-size: 40px;
    }
}



/******************************   C O U N T E R   ******************************/



.counter-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 1rem;
    text-align: center;
}

.counter-box .counter-box__count {
    color: var(--primary_color);
    font-size: 25px;
    font-weight: bold;
}

.counter-box .counter-box__headline {
    margin-bottom: 0;
    text-transform: none;
    font-weight: normal;
}

@media (min-width: 768px) {
    .counter-box {
        gap: 12px;
        margin-bottom: 1.5rem;
    }

    .counter-box .counter-box__count {
        font-size: 35px;
    }
}

@media (min-width: 1025px) {
    .counter-box .counter-box__count {
        font-size: 40px;
    }
}




/******************************   C O U N T E R   R O W   ******************************/




.counter-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 2rem 0;
}

.counter-row .counter-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 1rem;
    text-align: center;

    flex: 1 1 20%;
    min-width: 150px;
}

.counter-row .counter-box .counter-box__count {
    color: var(--primary_color);
    font-size: 25px;
    font-weight: bold;
}

.counter-row .counter-box .counter-box__count span {
    color: var(--primary_color);
}

.counter-row .counter-box .counter-box__headline {
    margin-bottom: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .counter-row .counter-box {
        gap: 12px;
        margin-bottom: 1.5rem;
    }

    .counter-row .counter-box .counter-box__count {
        font-size: 35px;
    }

    .counter-row .counter-box .counter-box__headline {
        font-size: 28px;
        line-height: 35px;
    }
}

@media (min-width: 1025px) {
    .counter-row .counter-box .counter-box__count {
        font-size: 40px;
    }
}



/******************************   C U S T O M   A N C H O R   ******************************/



.custom-anchor {
    display: inline-block;
    content: " ";
    margin-top: calc(-1 * var(--header_height));
    height: calc(1 * var(--header_height));
    visibility: hidden;
    pointer-events: none;
}



/******************************   H O R I Z O N T A L   L I N E    ******************************/




.horizontal-line .horizontal-line__line  {
    border-top: 1px solid var(--background_alt_color);
}



/******************************   C O N T A C T   F O R M   ******************************/



.icon-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    margin-bottom: 1.5rem;
}

.icon-box .icon-box__image {
    width: 58px;
}

.icon-box .icon-box__image img {
    height: 58px;
    width: 58px;
}

.icon-box .icon-box__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.icon-box .content-headline,
.icon-box .content-text {
    width: 100%;
}

.icon-box .content-headline h5 {
    margin-bottom: 0.4rem;
    font-size: 21px;
    line-height: 21px;
    text-transform: none;
}

.icon-box .content-text {
    color: #AFAFAF;
    font-size: 18px;
    line-height: 24px;
}

.icon-box.icon-box--top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.icon-box.icon-box--right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    text-align: right;
}

.icon-box.icon-box--left-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.icon-box.icon-box--left-column .icon-box__content{
    gap: .5rem;
}

@media (min-width: 768px) {
    .icon-box .icon-box__image {
        width: 65px;
    }

    .icon-box .icon-box__image img {
        height: 65px;
        width: 65px;
    }
}



/******************************   I C O N   B O X   ******************************/



.icon-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    margin-bottom: 1.5rem;
}

.icon-box .icon-box__image {
    width: 58px;
}

.icon-box .icon-box__image img {
    height: 58px;
    width: 58px;
}

.icon-box .icon-box__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.icon-box .content-headline,
.icon-box .content-text {
    width: 100%;
}

.icon-box .content-headline h5 {
    margin-bottom: 0.4rem;
    font-size: 21px;
    line-height: 21px;
    text-transform: none;
}

.icon-box .content-text {
    color: #AFAFAF;
    font-size: 18px;
    line-height: 24px;
}

.icon-box.icon-box--top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.icon-box.icon-box--right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    text-align: right;
}

.icon-box.icon-box--left-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.icon-box.icon-box--left-column .icon-box__content{
    gap: .5rem;
}

@media (min-width: 768px) {
    .icon-box .icon-box__image {
        width: 65px;
    }

    .icon-box .icon-box__image img {
        height: 65px;
        width: 65px;
    }
}

/******************************   I C O N   T E X T   ******************************/



.icon-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 6px;
}
 /*RAMMSTEIN*/
.icon-text .icon-text__image {
    width: 5%;
}

.icon-text .icon-text___headline {
    width: 90%;
    font-size: 18px;
    line-height: 28px;
    margin-top: -5px;
}

.icon-text .icon-text___headline p,
.icon-text .icon-text___headline h1,
.icon-text .icon-text___headline h2,
.icon-text .icon-text___headline h3,
.icon-text .icon-text___headline h4,
.icon-text .icon-text___headline h5,
.icon-text .icon-text___headline h6 {
    margin-bottom: 0 !important;
}

.icon-text.icon-text--left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.icon-text.icon-text--right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

.icon-text.icon-text--bottom {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.icon-text.icon-text--bottom .icon-text__image {
    margin-top: 10px;
}

/******************************   I C O N   T E X T   R O W   ******************************/



.icon-text-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    padding: 2rem 0;
}

.icon-text-row .icon-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 6px;


    flex: 1 1 10%;
    min-width: 100px;
}

.icon-text-row .icon-text .icon-text__image {
    width: 40px;
}

.icon-text-row .icon-text .icon-text__image img {
    height: 40px;
    width: 40px;
}

.icon-text-row .icon-text .icon-text___headline {
    font-size: 18px;
    line-height: 28px;
}

.icon-text-row .icon-text .icon-text___headline p,
.icon-text-row .icon-text .icon-text___headline h1,
.icon-text-row .icon-text .icon-text___headline h2,
.icon-text-row .icon-text .icon-text___headline h3,
.icon-text-row .icon-text .icon-text___headline h4,
.icon-text-row .icon-text .icon-text___headline h5,
.icon-text-row .icon-text .icon-text___headline h6 {
    margin-bottom: 0 !important;
}

.icon-text-row .icon-text.icon-text--top {
    /* this is the default */
}

.icon-text-row .icon-text.icon-text--left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.icon-text-row .icon-text.icon-text--right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

.icon-text-row .icon-text.icon-text--bottom {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.icon-text-row .icon-text.icon-text--bottom .icon-text__image {
    margin-top: 10px;
}

/**Media Query**/
@media (max-width: 1024px) {
  .icon-text-row {
    flex-direction: column;
}
  .icon-text-row .icon-text {
    width: 100%;
}
}


/******************************   I M A G E   S L I D E R   ******************************/




.images-slider-wrapper {
  position: relative;
}

.images-slider-overlay {
  position: absolute;
  width: 100%;

  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);

  padding: 0 2rem;
}


.images-slider,
.images-slider .images-slider__slide,
.images-slider .images-slider__slide img {
  width: 100%;
  height: 60vw;
}

.images-slider .images-slide__prev-arrow,
.images-slider .images-slide__next-arrow {
  cursor: pointer;
  z-index: 50;
}

.images-slider .images-slide__prev-arrow {
  left: 25px;
}

.images-slider .images-slide__next-arrow {
  right: 25px;
}

.images-slider .slick-dots {
  z-index: 50;
  bottom: 15px;
}

.images-slider .images-slide__prev-arrow:hover,
.images-slider .images-slide__next-arrow:hover {
  opacity: .6;
}

.images-slider .slick-dots li button:before {
  font-size: 14px;
  color: var(--primary_color);
  content: '○' !important;
}

.images-slider .slick-dots li.slick-active button:before {
  content: '●' !important;
  color: var(--primary_color) !important;
}

.images-slider .slick-list {
  width: 100%;
  height: 60vw;
}

.images-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.images-slider .slick-track .slick-slide {
  display: flex;
  align-items: stretch;
  height: auto;
}
.images-slider .slick-track .slick-slide div {
  width: 100%;
}

.images-slider.slick-dotted.slick-slider {
  margin: 0 !important;
}
.magnific-img img {
    width: 100%;
    object-position: center;
}



/******************************   I M A G E   S L I D E R  2   ******************************/



.images-slider-2 { }

.images-slider-2 .images-slider-2__slide {
  height: 200px;
  
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.images-slider-2 .images-slide__prev-arrow,
.images-slider-2 .images-slide__next-arrow {
  cursor: pointer;
  z-index: 50;
}

.images-slider-2 .images-slide__prev-arrow {
  left: -25px;
}

.images-slider-2 .images-slide__next-arrow {
  right: -25px;
}

.images-slider-2 .slick-dots {
  z-index: 50;
  bottom: 15px;
}

.images-slider-2 .images-slide__prev-arrow:hover,
.images-slider-2 .images-slide__next-arrow:hover {
  opacity: .6;
}

.images-slider-2 .slick-track .slick-slide {
  padding: 0 1rem;
}


/******************************   I N F O   B O X   ******************************/




.info-box-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1.5rem;
}


.info-box {
    border: 2px solid var(--primary_color);
    padding: 1rem;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.info-box .icon-box__col2,
.info-box .icon-box__col1 {
    width: 100%;
}

.info-box .icon-box__text1,
.info-box .icon-box__text1 p,
.info-box .icon-box__text2,
.info-box .icon-box__text2 p {
    text-align: center;
}

.info-box .icon-box__col2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 12px
}

.info-box .icon-box__text2,
.info-box .icon-box__image {
    flex: 1;
    width: 100%;
}
.info-box .icon-box__image img {
    width: 100%;
    height: auto;
}

.info-box .icon-box__text2 {
    /*flex-grow: 1.4;*/
}

.info-box .icon-box__image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media (min-width: 415px) {
    .info-box .icon-box__col2 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .info-box .icon-box__image {
        justify-content: center;
    }

    .info-box .icon-box__text2,
    .info-box .icon-box__text2 p {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .info-box {
        border-width: 3px;
        padding: 1rem 2rem;
    }

    .icon-box .icon-box__image {
        width: 65px;
    }

    .icon-box .icon-box__image img {
        height: 65px;
        width: 65px;
    }
}

@media (min-width: 1024px) {
    .info-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-width: 3px;
        padding: 2vw 5vw;
    }

    .info-box .icon-box__text1,
    .info-box .icon-box__text1 p {
        text-align: left;
    }

    .info-box .icon-box__text2,
    .info-box .icon-box__text2 p {
        text-align: left;
    }

    .info-box .icon-box__text2,
    .info-box .icon-box__image {
        flex: 1;
        width: 100%;
    }

    .info-box .icon-box__image {
        justify-content: right;
    }
}


.info-box-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.info-box-footer .sharing-text {
    text-transform: uppercase;
    font-weight: 600;
}

.info-box-footer .sharing-items a,
.info-box-footer .sharing-items a:hover,
.info-box-footer .sharing-items a:active,
.info-box-footer .sharing-items a:visited {
    color: var(--text_color);
}

@media (min-width: 415px) {
    .info-box-footer {
        flex-direction: row;
        justify-content: flex-end;
    }
}

/******************************   info-box-2col-gallery   ******************************/



.info-gallery-2col {}

.info-gallery-2col .info-gallery-2col__headline,
.info-gallery-2col .info-gallery-2col__list {
    width: 100%;
}

.info-gallery-2col .info-gallery-2col__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
}

.info-gallery-2col .item {
    padding: 1rem 1rem;
    background-color: var(--background_alt_color);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;

    max-width: 100%;

    flex-basis: 50%;
    flex-grow: 1;
}

.info-gallery-2col .item.item--single {
    flex-basis: 100%;
    max-width: 100%;
}

.info-gallery-2col .item .item-image {
    width: 80px;
}

.info-gallery-2col .item .item-image__image {
    height: 80px;
    width: 80px;
}

.info-gallery-2col .item .item-headline,
.info-gallery-2col .item .item-headline h1,
.info-gallery-2col .item .item-headline h2,
.info-gallery-2col .item .item-headline h3,
.info-gallery-2col .item .item-headline h4,
.info-gallery-2col .item .item-headline h5,
.info-gallery-2col .item .item-headline h6,
.info-gallery-2col .item .item-headline p {
    margin-bottom: 0;
}

.info-gallery-2col .item .item-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.info-gallery-2col .item.item--single .item-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;

    width: 100%;
}

.info-gallery-2col .item.item--single .item-content .item-detail {
    flex: 1 1 50%;
    padding-right: 10%;
}

.info-gallery-2col .item-detail__headline,
.info-gallery-2col .item-detail__text {
    width: 100%;
}

.info-gallery-2col .item-detail__headline {
    font-size: 17px;
    line-height: 24px;
    color: var(--text_light_color);
    font-weight: 600;
}

.info-gallery-2col .item-detail__text {
    font-size: 17px;
    line-height: 28px;
    font-weight: normal;
}

@media (min-width: 768px) {
    .info-gallery-2col .info-gallery-2col__list {
        gap: 14px;
    }

    .info-gallery-2col .item {
        padding: 2rem 2rem;
        gap: 14px;
        max-width: 48%;

        flex-basis: 50%;
        flex-grow: 1;
    }

    .info-gallery-2col .item-image {
        width: 100px;
    }

    .info-gallery-2col .item-image__image {
        height: 100px;
        width: 100px;
    }
}

@media (min-width: 1025px) {
    .info-gallery-2col .info-gallery-2col__list {
        gap: 20px;
    }

    .info-gallery-2col .item-detail__headline {
        font-size: 17px;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: .5px;
    }

    .info-gallery-2col .item-detail__text {
        font-weight: 500;
        font-size: 17px;
        line-height: 28px;
    }
}


/******************************   info-box-4col-gallery   ******************************/



.info-gallery {}

.info-gallery .info-gallery__headline,
.info-gallery .info-gallery__list {
    width: 100%;
}

.info-gallery .info-gallery__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
}

.info-gallery .item {
    padding: .7rem .5rem;
    background-color: var(--background_alt_color);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;

    min-width: 220px;
    max-width: 100%;

    flex-basis: 50%;
    flex-grow: 1;
}

.info-gallery .item .item-image {
    width: 58px;
}

.info-gallery .item .item-image__image {
    height: 58px;
    width: 58px;
}

.info-gallery .item .item-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    flex-grow: 2;
    margin-top: 8px;
}

.info-gallery .item-content__headline,
.info-gallery .item-content__text{
    width: 100%;
}

.info-gallery .item-content-link {
}

.info-gallery .item-content__headline h5 {
    margin-bottom: 0.4rem;
    font-size: 21px;
    line-height: 21px;
    text-transform: none;
}

.info-gallery .item-content__text {
    color: #AFAFAF;
    font-size: 18px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .info-gallery .info-gallery__list {
        gap: 14px;
    }

    .info-gallery .item {
        padding: 1rem .7rem;
        gap: 14px;
        max-width: 48%;

        flex-basis: 50%;
        flex-grow: 1;
    }

    .info-gallery .item-image {
        width: 65px;
    }

    .info-gallery .item-image__image {
        height: 65px;
        width: 65px;
    }
}

@media (min-width: 1025px) {
    .info-gallery .info-gallery__list {
        gap: 20px;
    }

    .info-gallery .item {
        padding: 1rem .7rem;
        gap: 12px;
        max-width: 22%;

        flex-basis: 50%;
        flex-grow: 1;
    }
}

@media (min-width: 1920px) {
    .info-gallery .item {
        max-width: 23%;
    }
}

/******************************   language-switcher   ******************************/



.language-switcher .language-list {
    list-style: none;
    margin: 0;
}

.language-switcher .language-list-item {
    list-style: none;
    padding-left: 20px;
    padding-bottom: 4px;
}

li.language-list-item:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
}

.language-switcher .language-list-item a,
.language-switcher .language-list-item a:hover,
.language-switcher .language-list-item a:active,
.language-switcher .language-list-item a:visited {
    text-decoration: none;
    font-weight: normal;
    color: var(--text_color);
    transform: none;
}

.language-switcher .language-list-item.language-list-item--current {
    cursor: pointer;
}

.language-switcher .language-list-item a:hover,
.language-switcher .language-list-item.language-list-item--current:hover {
    text-decoration: underline;
}

.language-switcher .language-list-item.language-list-item--option {
    opacity: 0;
    transition: opacity .3s ease-in;
  border-bottom: 1px solid #f2f2f2 !important;
}

.language-switcher.language-switcher--active .language-list-item.language-list-item--option {
    opacity: 1;
}

/******************************   partner-map   ******************************/




.partner-map {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.partner-map .gm-style .gm-style-iw-d{
   text-align: center;
}

.partner-map .gm-style img {
    background-image: url(https://8017667.fs1.hubspotusercontent-na1.net/hubfs/8017667/01_neoom%20Website%20neu/Icons/Icon_Systemicons/map-location_c.svg);
}

.partner-map .partner-map__map-wrapper {
    min-height: 300px;
    background-color: var(--background_alt_color);
}

.partner-map .partner-map__map-wrapper .partner-map__map {
    flex: 1;
}

.partner-map .partner-map__map-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;

    flex: 2 1 100%;
}

.partner-map .hs-input {
    border: none;
    border-bottom: 1px solid var(--text_color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media (min-width: 1024px) {
    .partner-map {
        display: flex;
        flex-direction: row;
        align-items: center;
    }


    .partner-map .partner-map__map-wrapper {
        min-height: 560px;
        background-color: var(--background_alt_color);
    }
}



/******************************   P R I C I N G   C A R D   ******************************/


  
.card {
  text-align: center;
}
.card--pricing {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 2.1rem;
}

@media screen and (max-width: 1200px) {
  .card--pricing {
    padding: 2.1rem 0.7rem;
  }
}

@media screen and (max-width: 787px) {
  .card--pricing {
    margin-bottom: 1.4rem;
  }
}

.card__subtitle,
.card__body li {
  font-size: 0.9rem;
}

.card__body ul,
.card__body li {
  padding: 0;
}

.card__body li {
  list-style: none;
  margin: 0;
  padding: 0.35rem 0;
  text-align: left;
}

.card__body svg {
  display: inline-block;
  margin-right: 0.7rem;
  max-width: 20px;
}

  
  
/******************************   PRODUCT MODULE   ******************************/


  

.blog-post_products .content-wrap {
  margin: 0 auto;
  max-width: 1521px;
  padding: 0px;
}

.blog-post_products .gallery_wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}

.blog-post_products .gallery_right_content {
  width: 12%;
  padding-right: 30px;
}

.blog-post_products .gallery_right_gap {
  width: 88%;
  display: flex;
  padding: 0.3rem 0 1.5rem;
}

.blog-post_products .card_item {
  width: 25%;
  padding: 16px;
  background-color: #f2f2f2;
  margin: 8px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.blog-post_products .card_item_image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 360px;
}
.blog-post_products .card_item_image img {
  width: 100%;
  height: auto;
}

.blog-post_products .gallery_right_content h3 {
  color: #3c3c3c;
  font-family: Titillium Web,sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 24px;
  line-height: 30px;
}

.blog-post_products .card_content_headline h5 {
  color: #3c3c3c;
  font-family: Titillium Web,sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 1.4rem;
}

.blog-post_products .card_item:hover {
  cursor: pointer;
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

.blog-post_products .card_content_text {
  font-size: 16px;
  line-height: 18px;
  color: #3c3c3c;
  font-family: Titillium Web,sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media (min-width: 1025px){
  .blog-post_products .card_content_headline h5{
    margin-bottom: 0.2rem;
  }
  .blog-post_products .gallery_right_gap {
    padding: 1rem 0 1.5rem;
  }
}

@media (min-width: 1440px){
  .blog-post_products .card_content_headline h5{
    font-size: 20px;
    line-height: 25px;
  }
  .blog-post_products .gallery_right_content h3 {
    font-size: 28px;
    line-height: 35px;
  }

}

@media (min-width: 1920px){
  .blog-post_products .card_content_headline h5{
    font-size: 1vw;
    line-height: 1.2vw;
  }
  .blog-post_products .card_content_text {
    font-size: 1vw;
    line-height: 1.3vw;
  }
  .blog-post_products .gallery_right_content h3 {
    font-size: 1.5vw;
    line-height: 1.7vw;
  }
}



@media(max-width:1480px){
  .blog-post_products .gallery_right_content {
    width: 100%;
  }

  .blog-post_products .gallery_right_gap {
    width: 100%;
  }
  .blog-post_products .gallery_wrapper {flex-direction: column;}

  .blog-post_products .gallery_right_headline h3 {
    text-align: center;
  }
  .blog-post_products .gallery_right_content h3 br {
    display: none;
  }

  .blog-post_products .gallery_right_headline h3 span {
    padding-right: 10px;
  }
  
.blog-post_products .gallery_right_content {
  padding-right: 0px;
}
}

@media(max-width:1266px){
  .blog-post_products .card_item {
    width: calc(50% - 48px);
  }
  .blog-post_products .gallery_right_gap {
    flex-wrap: wrap;
  }
}

@media(max-width:767px){
  .blog-post_products .card_item {
    width: 100%;
  }
}  
  
/******************************   P R O D U C T   D O C U M E N T S   ******************************/


  
.product-documents { }

.product-documents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: .5rem;
}

.product-documents .doc-item {
    margin-bottom: .2rem;
}

.product-documents .doc-item__link {
    width: 100%;
}  
  
/******************************   Q U O T E   S L I D E R   ******************************/


  
.quotes-slider {}

.quotes-slider .quotes-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  margin-bottom: 40px;
  text-align: center;
}

.quotes-slider .quotes-slide__image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  min-height: 140px;
}

.quotes-slider .quotes-slide__photo {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.quotes-slider .quotes-slide__icon {
  font-size: 80px;
  color: var(--primary_color);
}

.quotes-slider .quotes-slide__text {
  padding: 1rem 0.5rem;
}

.quotes-slider .quotes-slide__text,
.quotes-slider .quotes-slide__text p {
  font-style: italic !important;
}

.quotes-slider .quotes-slide__originator {
  font-weight: 600;
}

.quotes-slider .quotes-slide__prev-arrow,
.quotes-slider .quotes-slide__next-arrow {
  cursor: pointer;
}

.quotes-slider .quotes-slide__prev-arrow:hover,
.quotes-slider .quotes-slide__next-arrow:hover {
  opacity: .6;
}

.quotes-slider .slick-dots li button:before {
  font-size: 14px;
  color: var(--primary_color);
  content: '○' !important;
}

.quotes-slider .slick-dots li.slick-active button:before {
  content: '●' !important;
  color: var(--primary_color) !important;
}

@media (min-width: 1025px) {
  .quotes-slider .quotes-slide__image {
    min-height: 180px;
  }

  .quotes-slider .quotes-slide__photo {
    width: 180px;
    height: 180px;
  }
}

  
  
  
/******************************   S O C I A L   I C O N S   ******************************/


  
.social-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 4px;
}

.social-icons.social-icons--right {
    justify-content: flex-end;
}

.social-icons.social-icons--center {
    justify-content: center;
}

.social-icons .social-icons-item {
    padding: 0 6px;
    display: inline-block;
}

.social-icons a {
    font-size: 14px !important;
    text-decoration: none !important;
    text-align: center;
}

.social-icons a,
.social-icons a:active,
.social-icons a:visited,
.social-icons a:focus {
    color: var(--text_color);
    background-color: var(--background_color);
}

.social-icons a:hover,
.social-icons .social-icons__link.social-icons__link--active {
    transform: none !important;
    color: var(--background_color);
    background-color: var(--primary_color);
}
  
  
/******************************   S O C I A L   S H A R I N G    ******************************/



.social-sharing {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 4px;
}

.social-sharing .social-sharing__button {
    display: flex;
    height: auto;
}

.social-sharing .social-sharing__link {
    padding: 0 8px;
}

.social-sharing .social-sharing__items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 4px;
}

.social-sharing .social-sharing__item {
    padding: 0 6px;
    display: inline-block;
}

.social-sharing a {
    font-size: 14px !important;
    text-decoration: none !important;
    text-align: center;
}

.social-sharing a,
.social-sharing a:active,
.social-sharing a:visited,
.social-sharing a:focus {
    color: var(--text_color);
    background-color: var(--background_color);
}

.social-sharing a:hover,
.social-sharing .social-sharing__link.social-sharing__link--active {
    transform: none !important;
    color: var(--background_color);
    background-color: var(--primary_color);
}

  
/******************************   S T R I P S   ******************************/



.site-strips {}

.site-strips {
    display: flex;
    flex-direction: column;
    gap: 4px;

    position: fixed;
    bottom: 20%;
    width: 200px;
    right: -140px;

    z-index: 80;
}

.site-strips .strip,
.site-strips .multi-strip {
    flex: 1;
    width: 100%;

    position: relative;
    left: 0;
    transition: left .2s ease-in-out;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    background-color: var(--primary_color);

    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.site-strips .strip:hover {
    left: -140px;
}

.site-strips .multi-strip-wrapper {
    flex: 1;
    width: 100%;

    position: relative;
    left: 0;
    transition: left .2s ease-in-out;
}

.site-strips .multi-strip-wrapper:hover {
    left: -140px;
}

.site-strips .multi-strip-list {
    list-style: none;
    margin: 0;
    padding-left: 40px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    pointer-events: none;
}

.site-strips .multi-strip-list.multi-strip-list--active {
    opacity: 1;
    pointer-events: all;
}

.site-strips .multi-strip-list-item {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 4px 0 0 0;
    line-height: 34px;
    background-color: var(--background_color);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.site-strips .strip-image {
    width: 60px;
    height: 48px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

.site-strips .strip-image .strip-image__image {
    width: 36px;
    height: 36px;
}

.site-strips .strip-title {
    padding-right: 1rem;
}

.site-strips .strip-title .strip-title__link,
.site-strips .strip-title .strip-title__link:hover,
.site-strips .strip-title .strip-title__link:active,
.site-strips .strip-title .strip-title__link:visited,
.site-strips .strip-title .strip-title__link:focus {
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    transform: none;
}


@media (max-width: 1024px) {
    .site-strips .strip-image {
        width: 60px;
        height: 40px;
    }

    .site-strips .strip-image .strip-image__image {
        width: 30px;
        height: 30px;
    }
}

    
/******************************   S U B M E N U   ******************************/



.submenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

.submenu .submenu-nav {
    display: none;
}

.submenu.submenu--scrolling .submenu-nav {
    cursor: pointer;
    width: 30px;

    flex: 1 1 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.submenu.submenu--scrolling .submenu-nav.submenu-nav--left {
    border-right: 1px solid var(--background_color);
}

.submenu.submenu--scrolling .submenu-nav.submenu-nav--right {
    border-left: 1px solid var(--background_color);
}

.submenu .submenu-scroller {
    overflow-x: scroll; /* enable horizontal scroll */
    flex: 8 1 100%;
    height: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.submenu .submenu-scroller::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.submenu .submenu-scroller {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.submenu .submenu-items {
    display: flex;
    flex-direction: row;
    justify-content: center;

    height: 100%;
}

.submenu.submenu--scrolling .submenu-items {
    justify-content: flex-start;
}

.submenu .submenu-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.submenu .submenu-item .submenu-item__icon {
    width: 80px;
    line-height: 0;
}

.submenu .submenu-item .submenu-item__image {
    height: 75px;
    width: 75px;
}

.submenu .submenu-item .submenu-item___title {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .submenu .submenu-item {
        padding: 0 35px;
    }

    .submenu .submenu-item .submenu-item__icon {
        width: 100px;
    }

    .submenu .submenu-item .submenu-item__image {
        height: 75px;
        width: 75px;
    }
}

@media (max-width: 767px) {
    .submenu .submenu-item {
        padding: 0 25px;
    }

    .submenu .submenu-item .submenu-item__icon {
        width: 50px;
    }

    .submenu .submenu-item .submenu-item__image {
        height: 50px;
        width: 50px;
    }
}  
    
/******************************   T E A M   ******************************/



.team {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

.team .team-scroller {
    overflow-x: auto; /* enable horizontal scroll */
    flex: 8 1 100%;
    height: 100%;
}

.team .team-items {
    display: flex;
    flex-direction: row;
    /*justify-content: flex-start;*/
    flex-wrap: nowrap;
    white-space: nowrap;

    height: 100%;
}

/* enable correct scrolling in flexbox with items centered */
.team .team-item:first-child {
    margin-left: auto;
}
.team .team-item:last-child {
    margin-right: auto;
}

.team .team-item {
    width: 320px;
    min-width: 300px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;

    padding: 1rem;
}

.team .team-item__content {
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;

    padding: .5rem 0;
}

.team .team-item__details {
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.team .team-item__contact {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 6px;
}

.team .team-item__image {
    width: 100%;
    height: 260px;
}

.team .team-item__position {
    color: var(--text_light_color);
    font-size: 80%;
    line-height: 85%;
    margin-bottom: 0;
}

.team .team-item__name {
    color: var(--text_color);
    margin-bottom: 0;
}

.team .team-item__contact-icon {
    height: 20px;
}


/*@media (min-width: 768px) {*/
/*    .team .team-item {*/
/*        padding: 0 45px;*/
/*    }*/

/*    .team .team-item .team-item__icon {*/
/*        width: 100px;*/
/*    }*/

/*    .team .team-item .team-item__image {*/
/*        height: 100px;*/
/*        width: 100px;*/
/*    }*/
/*}*/
  
    
/******************************   T I M E L I N E   ******************************/



/*
    A simple timeline with items, images and some line markers.
    Structure:

    .timeline (--vertical or --horizontal)
        .timeline-items
            .timeline-item (can be odd or even, first or last, flex-row direction is used for cycling)
                .timeline-content (the content from module)
                .timeline-line (the line and image, contains a background line of full height)
                    .timeline-line__image (the image itself)
                    .timeline-line__spacer (a spacer, contains a background line of full width)
                .timeline-spacer (a spacer element)
*/

.timeline { }

/*
    The VERTICAL timeline
*/

.timeline.timeline--vertical .timeline-item {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
}

.timeline.timeline--vertical .timeline-item.timeline-item--even {
    flex-direction: row-reverse;
}

.timeline.timeline--vertical .timeline-line {
    width: 8%;

    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}

.timeline.timeline--vertical .timeline-spacer {
    width: 44%;
}

.timeline.timeline--vertical .timeline-content {
    width: 44%;
    padding: 0 1rem 1rem 1rem;
}

.timeline.timeline--vertical .timeline-item.timeline-item--odd .timeline-content {
    text-align: right;
}

.timeline.timeline--vertical .timeline-line__image {
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    flex-basis: 100%;
}


/*
    Add horizontal lines before/after the timeline image. Depending on odd/even
    item number the flex direction will be reversed.
*/
.timeline.timeline--vertical .timeline-item .timeline-line::before {
    /* image will be set in module.html */
    background-repeat: no-repeat;
    height: 1px;
    width: 100%;
    content: '';
    position: relative;
    top: 17px;
}

.timeline.timeline--vertical .timeline-item.timeline-item--even .timeline-line {
    flex-direction: row-reverse;
}

.timeline.timeline--vertical .timeline-line__spacer {
    flex-basis: 100%;
}


/*
    The HORIZONTAL timeline
*/

.timeline.timeline--horizontal .timeline-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}
.timeline.timeline--horizontal .timeline-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    max-width: 400px;
    min-width: 320px;
}
.timeline.timeline--scrolling .timeline-items {
    padding-bottom: 2rem;
}
.timeline.timeline--scrolling .timeline-item.timeline-item--last {
    padding-right: 2rem;
}

.timeline.timeline--horizontal .timeline-item.timeline-item--even {
    flex-direction: column-reverse;
}

.timeline.timeline--horizontal .timeline-line {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}

.timeline.timeline--horizontal .timeline-line__image {
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    flex-basis: 100%;
}

/*
    Add vertical lines before/after the timeline image. Depending on odd/even
    item number the flex direction will be reversed.
*/
.timeline.timeline--horizontal .timeline-item .timeline-line::before {
    /* image will be set in module.html */
    background-repeat: no-repeat;
    width: 1px;
    height: 100%;
    content: '';
    position: relative;
    left: 17px;
}

.timeline.timeline--horizontal .timeline-item.timeline-item--even .timeline-line {
    flex-direction: column-reverse;
}

.timeline.timeline--horizontal .timeline-line__spacer {
    flex-basis: 100%;
}
  
    
/******************************   V I D E O   B L O C K   ******************************/



.video-block {
  width: 100%;
  height: 60vw;

  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.video-block .video-block-content {
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.video-block .video-block__play_link {
  margin-bottom: 2rem;
  margin-left: 2rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px
}
/* CU: zentriert den Play-Button kleiner gleich 767px */
@media (max-width: 767px) {    
  .video-block .video-block__play_link {
    margin-left: 0;
  }
}  
.video-block .video-block__icon img {
  max-height: 60px;
}

.video-block .video-block__play_link,
.video-block .video-block__play_link:active,
.video-block .video-block__play_link:focus,
.video-block .video-block__play_link:visited {
  text-decoration: none;
  font-size: 12px;
  color: #FFFFFF !important;
  text-transform: uppercase;
}

.video-block .video-block__play_link:hover {
  transform: none !important;
  font-size: 12px;
}

.video-block .video-block__play_link:hover .video-block__text{
  text-decoration: underline;
}

@media (min-width: 768px) {
  .video-block .video-block__play_link {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 10px
  }

  .video-block .video-block__play_link img {
    max-height: 80px;
  }

  .video-block .video-block__play_link,
  .video-block .video-block__play_link:hover,
  .video-block .video-block__play_link:active,
  .video-block .video-block__play_link:focus,
  .video-block .video-block__play_link:visited {
    text-decoration: none;
    font-size: 16px;
  }
}

  @media (max-width: 767px) {    
    .video-block .video-block__play_link {
      margin-left: 0;
      z-index: 2;
    }
  } 
    .video-block .video-block__play_link {
      z-index: 2;
    }
  .video-block__wrapper {
    position: relative;
  }
  .video-block__wrapper .video-block-gradient {
    position: absolute;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    bottom: 0;
    height: 40%;
    width: 100%;
    z-index: 1;
  
  }  
  
    
/******************************   V I D E O   S L I D E R   ******************************/



.videos-slider { }

.videos-slider .videos-slider__slide {
  height: 200px;
  
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.videos-slider .images-slide__prev-arrow,
.videos-slider .images-slide__next-arrow {
  cursor: pointer;
  z-index: 50;
}

.videos-slider .images-slide__prev-arrow {
  left: -25px;
}

.videos-slider .images-slide__next-arrow {
  right: -25px;
}

.videos-slider .slick-dots {
  z-index: 50;
  bottom: 15px;
}

.videos-slider .images-slide__prev-arrow:hover,
.videos-slider .images-slide__next-arrow:hover {
  opacity: .6;
}

.videos-slider .slick-track .slick-slide {
  padding: 0 1rem;
}

.videos-slider .videos-slider__play_link {
  outline: none;
}

.videos-slider .videos-slider__play_icon {
  max-height: 60px;
  opacity: 0.4;
}

.videos-slider .videos-slider__play_icon:hover {
  opacity: 1;
}

/******************************   S T R U C T U R E D   L I S T   ******************************/


  
.structure ol:first-of-type {
  counter-reset: item;
}
.structure li {
  display: block;
  position: relative;
}
  
.structure li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  margin-left: -13px;
  font-weight: bold;
}
.structure li li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  margin-left: -26px;
  font-weight: normal;
}
.structure li li li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  margin-left: -39px;
}
.structure li li li li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  margin-left: -52px;
}     

/* Slick Css for New Modules */
.common-slick-slider .slick-dots{ background:#dddddd;bottom: 0; border-radius: 10px; display: flex; list-style: none; margin: 20px 0 0; padding: 0; position: relative; width: 100%;justify-content: center; height: 2px; overflow: hidden; }
.common-slick-slider .slick-dots li{ margin: 0; padding: 0; height: 100%; width: 100%; display: flex; border-radius: inherit;}
.common-slick-slider .slick-dots li button:before { display:none; }
.common-slick-slider .slick-dots li button { margin: 0; padding: 0; height: 100%; width: 100%; }
.common-slick-slider .slick-list { margin-left: -10px; margin-right: -10px; }
.common-slick-slider .slick-dots li.slick-active{ background: var(--text_light_color); }
.common-slick-slider .slick-dots li button { margin: 0; padding: 0; height: 100%; width: 100%; min-width: auto; }
.common-slick-slider.slick-dotted.slick-slider { margin-bottom: 0; }
.common-slick-slider:not(.slick-dotted) { display: flex; }
.common-slick-slider img{ height: auto; max-width: 100%; vertical-align: middle; display: inline-block;}