@charset "UTF-8";
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #E30017;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(201.5, 0, 20.4162995595);
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
/* overpass-300 - latin */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/overpass-v12-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/overpass-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-v12-latin-300.woff2") format("woff2"), url("../fonts/overpass-v12-latin-300.woff") format("woff"), url("../fonts/overpass-v12-latin-300.ttf") format("truetype"), url("../fonts/overpass-v12-latin-300.svg#Overpass") format("svg"); /* Legacy iOS */
}
/* overpass-regular - latin */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/overpass-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/overpass-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-v12-latin-regular.woff2") format("woff2"), url("../fonts/overpass-v12-latin-regular.woff") format("woff"), url("../fonts/overpass-v12-latin-regular.ttf") format("truetype"), url("../fonts/overpass-v12-latin-regular.svg#Overpass") format("svg"); /* Legacy iOS */
}
/* overpass-700 - latin */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/overpass-v12-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/overpass-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-v12-latin-700.woff2") format("woff2"), url("../fonts/overpass-v12-latin-700.woff") format("woff"), url("../fonts/overpass-v12-latin-700.ttf") format("truetype"), url("../fonts/overpass-v12-latin-700.svg#Overpass") format("svg"); /* Legacy iOS */
}
/* overpass-800 - latin */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/overpass-v12-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/overpass-v12-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-v12-latin-800.woff2") format("woff2"), url("../fonts/overpass-v12-latin-800.woff") format("woff"), url("../fonts/overpass-v12-latin-800.ttf") format("truetype"), url("../fonts/overpass-v12-latin-800.svg#Overpass") format("svg"); /* Legacy iOS */
}
/* overpass-900 - latin */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/overpass-v12-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/overpass-v12-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-v12-latin-900.woff2") format("woff2"), url("../fonts/overpass-v12-latin-900.woff") format("woff"), url("../fonts/overpass-v12-latin-900.ttf") format("truetype"), url("../fonts/overpass-v12-latin-900.svg#Overpass") format("svg"); /* Legacy iOS */
}
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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: border-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  padding: 25px;
  text-align: center;
  margin: 0;
}

blockquote p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding-left: 30px;
  padding-bottom: 15px;
  margin: 0;
}

ul {
  padding-top: 5px;
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  padding: 0 5px 5px;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*!
* mmenu.js
* mmenujs.com
*
* Copyright (c) Fred Heusschen
* frebsite.nl
*
* License: CC-BY-NC-4.0
* http://creativecommons.org/licenses/by-nc/4.0/
*/
:root {
  --mm-lineheight:22px;
}

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

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu, .mm-menu * {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mm-blocker {
  --mm-blocker-visibility-delay:0.4s;
  --mm-blocker-opacity-delay:0s;
  display: block;
  position: absolute;
  bottom: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  background: var(--mm-color-background);
  -webkit-transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), -webkit-transform 0.4s ease;
  transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), -webkit-transform 0.4s ease;
  -o-transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease;
  transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease;
  transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-blocker--blocking {
  --mm-blocker-visibility-delay:0s;
  --mm-blocker-opacity-delay:0.4s;
  bottom: 0;
  visibility: visible;
  opacity: 0.5;
  pointer-events: auto;
}

.mm-blocker:focus-visible {
  opacity: 0.75;
}

.mm-btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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: center;
  position: relative;
  width: 50px;
  padding: 0;
}

.mm-btn--next, [dir=rtl] .mm-btn--prev {
  --mm-btn-rotate:135deg;
}

.mm-btn--prev, [dir=rtl] .mm-btn--next {
  --mm-btn-rotate:-45deg;
}

.mm-btn--next:after, .mm-btn--prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid var(--mm-color-icon);
  border-bottom: none;
  border-right: none;
  -webkit-transform: rotate(var(--mm-btn-rotate));
  -ms-transform: rotate(var(--mm-btn-rotate));
  transform: rotate(var(--mm-btn-rotate));
}

.mm-btn--prev:before {
  inset-inline-start: 23px;
}

.mm-btn--next:after {
  inset-inline-end: 23px;
}

.mm-btn--close:before {
  content: "×";
  font-size: 150%;
}

.mm-btnreset {
  padding: 0;
  background: 0 0;
  border: none;
  cursor: pointer;
}

.mm-divider {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  min-height: var(--mm-lineheight);
  padding: calc((var(--mm-listitem-size) * 0.65 - var(--mm-lineheight)) * 0.5) 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mm-color-background-highlight)), to(var(--mm-color-background-highlight)));
  background-image: -o-linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight));
  background-image: linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight));
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.mm-navbar:not(.mm-hidden) ~ .mm-listview .mm-divider {
  top: var(--mm-navbar-size);
}

:root {
  --mm-listitem-size:50px;
}

.mm-listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
}

.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  inset-inline-start: 20px;
  inset-inline-end: 0;
  bottom: 0;
}

.mm-listitem__btn, .mm-listitem__text {
  padding: calc((var(--mm-listitem-size) - var(--mm-lineheight)) / 2) 0;
}

.mm-listitem__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-listitem__btn {
  display: block;
  position: relative;
  width: auto;
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
  border-color: inherit;
  background: rgba(3, 2, 1, 0);
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem--selected > .mm-listitem__text {
  background: var(--mm-color-background-emphasis);
}

.mm-listitem--opened > .mm-listitem__btn, .mm-listitem--opened > .mm-panel {
  background: var(--mm-color-background-highlight);
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-lineheight);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu ::-webkit-input-placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu ::-moz-placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu :-ms-input-placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu ::-ms-input-placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu ::placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu, .mm-menu * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-menu :focus, .mm-menu :focus-visible, .mm-menu:focus, .mm-menu:focus-visible {
  outline: 0;
}

.mm-menu a, .mm-menu button, .mm-menu label {
  color: inherit;
}

.mm-menu a:focus, .mm-menu button:focus, .mm-menu label:focus {
  outline: 0;
}

.mm-menu a:focus-visible, .mm-menu button:focus-visible, .mm-menu label:focus-visible {
  outline: 2px solid var(--mm-color-focusring);
  outline-offset: -5px;
}

.mm-menu input:focus, .mm-menu input:focus-visible, .mm-menu select:focus, .mm-menu select:focus-visible, .mm-menu textarea:focus, .mm-menu textarea:focus-visible {
  outline: 2px solid var(--mm-color-focusring);
  outline-offset: 2px;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  text-decoration: none;
  color: inherit;
}

:root {
  --mm-navbar-size:50px;
}

.mm-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: var(--mm-navbar-size);
  padding-top: env(safe-area-inset-top);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  background: var(--mm-color-background);
  border-bottom: 1px solid var(--mm-color-border);
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.mm-navbar > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-navbar__btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.mm-navbar__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  overflow: hidden;
}

.mm-navbar__title[href="#"] {
  pointer-events: none;
}

.mm-navbar__title > span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-btn.mm-hidden + .mm-navbar__title:not(:last-child) {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
}

.mm-btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
  -webkit-padding-end: 60px;
  padding-inline-end: 60px;
}

.mm-panel {
  --mm-panel-child-offset:100%;
  --mm-panel-parent-offset:-30%;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  -webkit-transform: translate3d(var(--mm-panel-child-offset), 0, 0);
  transform: translate3d(var(--mm-panel-child-offset), 0, 0);
  -webkit-transition: visibility 0s linear 0.4s, inset-inline-start 0.4s ease, -webkit-transform 0.4s ease;
  transition: visibility 0s linear 0.4s, inset-inline-start 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: visibility 0s linear 0.4s, transform 0.4s ease, inset-inline-start 0.4s ease;
  transition: visibility 0s linear 0.4s, transform 0.4s ease, inset-inline-start 0.4s ease;
  transition: visibility 0s linear 0.4s, transform 0.4s ease, inset-inline-start 0.4s ease, -webkit-transform 0.4s ease;
}

[dir=rtl] .mm-panel {
  --mm-panel-child-offset:-100%;
  --mm-panel-parent-offset:30%;
}

.mm-panel:after {
  content: "";
  display: block;
  height: var(--mm-listitem-size);
}

.mm-panel:focus {
  outline: 0;
}

.mm-panel--opened {
  visibility: visible;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-panel--parent {
  -webkit-transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
  transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
  z-index: 0;
}

.mm-panel--highest {
  z-index: 3;
}

.mm-menu--opened .mm-panel--noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.mm-panel__content {
  padding: 20px;
}

.mm-panels {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  height: 100%;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

.mm-panels:focus {
  outline: 0;
}

:root {
  --mm-toggle-size:34px;
}

.mm-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: calc(var(--mm-toggle-size) * 1.75);
  -ms-flex: calc(var(--mm-toggle-size) * 1.75) 0 0px;
  flex: calc(var(--mm-toggle-size) * 1.75) 0 0;
  height: var(--mm-toggle-size);
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  border-radius: var(--mm-toggle-size);
  border: var(--mm-color-border);
  background: var(--mm-color-border);
  cursor: pointer;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

.mm-toggle:before {
  content: "";
  aspect-ratio: 1;
  margin: 2px;
  border-radius: 100%;
  background: var(--mm-color-background);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-toggle:checked {
  background: #4bd963;
}

.mm-toggle:checked:before {
  -webkit-transform: translateX(calc(var(--mm-toggle-size) * 0.75));
  -ms-transform: translateX(calc(var(--mm-toggle-size) * 0.75));
  transform: translateX(calc(var(--mm-toggle-size) * 0.75));
}

[dir=rtl] .mm-toggle:checked:before {
  -webkit-transform: translateX(calc(var(--mm-toggle-size) * -0.75));
  -ms-transform: translateX(calc(var(--mm-toggle-size) * -0.75));
  transform: translateX(calc(var(--mm-toggle-size) * -0.75));
}

.mm-listitem--vertical > .mm-panel {
  position: static;
  width: 100%;
  padding: 10px 0 10px 20px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.mm-listitem--vertical > .mm-panel:after {
  content: none;
  display: none;
}

.mm-listitem--vertical:not(.mm-listitem--opened) > .mm-panel {
  display: none;
}

.mm-listitem--vertical.mm-listitem--opened > .mm-panel {
  visibility: visible;
}

.mm-listitem--vertical > .mm-listitem__btn {
  height: var(--mm-listitem-size);
  bottom: auto;
}

.mm-listitem--vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem--opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

:root {
  --mm-size:80%;
  --mm-min-size:240px;
  --mm-max-size:440px;
}

.mm-menu--offcanvas {
  position: fixed;
  z-index: 0;
  -webkit-transition: visibility 0s linear 0.4s;
  -o-transition: visibility 0s linear 0.4s;
  transition: visibility 0s linear 0.4s;
}

.mm-menu--offcanvas.mm-menu--opened {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-menu--offcanvas:not(.mm-menu--opened) {
  visibility: hidden;
  pointer-events: none;
}

.mm-menu--offcanvas:not(.mm-menu--opened) * {
  visibility: inherit;
}

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  background: inherit;
}

:where(.mm-slideout) {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: width, transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}

.mm-wrapper--opened, .mm-wrapper--opened body {
  overflow: hidden;
}

.mm-wrapper__blocker {
  background: rgba(0, 0, 0, 0.4);
}

.mm-menu {
  --mm-translate-horizontal:0;
  --mm-translate-vertical:0;
}

.mm-menu--position-left, .mm-menu--position-left-front {
  right: auto;
}

.mm-menu--position-right, .mm-menu--position-right-front {
  left: auto;
}

.mm-menu--position-left, .mm-menu--position-left-front, .mm-menu--position-right, .mm-menu--position-right-front {
  width: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
}

.mm-menu--position-left-front {
  --mm-translate-horizontal:-100%;
}

.mm-menu--position-right-front {
  --mm-translate-horizontal:100%;
}

.mm-menu--position-top {
  bottom: auto;
}

.mm-menu--position-bottom {
  top: auto;
}

.mm-menu--position-bottom, .mm-menu--position-top {
  width: 100%;
  height: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
}

.mm-menu--position-top {
  --mm-translate-vertical:-100%;
}

.mm-menu--position-bottom {
  --mm-translate-vertical:100%;
}

.mm-menu--position-bottom, .mm-menu--position-left-front, .mm-menu--position-right-front, .mm-menu--position-top {
  z-index: 2;
  -webkit-transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0);
  transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0);
  -webkit-transition: visibility 0s linear 0.4s, -webkit-transform 0.4s ease 0s;
  transition: visibility 0s linear 0.4s, -webkit-transform 0.4s ease 0s;
  -o-transition: visibility 0s linear 0.4s, transform 0.4s ease 0s;
  transition: visibility 0s linear 0.4s, transform 0.4s ease 0s;
  transition: visibility 0s linear 0.4s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

.mm-menu--position-bottom.mm-menu--opened, .mm-menu--position-left-front.mm-menu--opened, .mm-menu--position-right-front.mm-menu--opened, .mm-menu--position-top.mm-menu--opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-wrapper--position-left {
  --mm-translate-horizontal:clamp(
  		var(--mm-min-size),
  		var(--mm-size),
  		var(--mm-max-size)
  );
}

.mm-wrapper--position-right {
  --mm-translate-horizontal:clamp(
  		calc(-1 * var(--mm-max-size)),
  		calc(-1 * var(--mm-size)),
  		calc(-1 * var(--mm-min-size))
  );
}

.mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout, .mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {
  -webkit-transform: translate3d(var(--mm-translate-horizontal), 0, 0);
  transform: translate3d(var(--mm-translate-horizontal), 0, 0);
}

.mm-wrapper--position-bottom .mm-wrapper__blocker, .mm-wrapper--position-left-front .mm-wrapper__blocker, .mm-wrapper--position-right-front .mm-wrapper__blocker, .mm-wrapper--position-top .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu--theme-light {
  --mm-color-background:#f3f3f3;
  --mm-color-border:rgb(0 0 0 / 0.15);
  --mm-color-icon:rgb(0 0 0 / 0.4);
  --mm-color-text:rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed:rgb(0 0 0 / 0.4);
  --mm-color-background-highlight:rgb(0 0 0 / 0.05);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.75);
  --mm-color-focusring:#06c;
}

.mm-menu--theme-light-contrast {
  --mm-color-background:#f3f3f3;
  --mm-color-border:rgb(0 0 0 / 0.5);
  --mm-color-icon:rgb(0 0 0 / 0.5);
  --mm-color-text:#000;
  --mm-color-text-dimmed:rgb(0 0 0 / 0.7);
  --mm-color-background-highlight:rgb(0 0 0 / 0.05);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.9);
  --mm-color-focusring:#06c;
}

.mm-menu--theme-dark {
  --mm-color-background:#333;
  --mm-color-border:rgb(0, 0, 0, 0.4);
  --mm-color-icon:rgb(255, 255, 255, 0.4);
  --mm-color-text:rgb(255, 255, 255, 0.8);
  --mm-color-text-dimmed:rgb(255, 255, 255, 0.4);
  --mm-color-background-highlight:rgb(255, 255, 255, 0.08);
  --mm-color-background-emphasis:rgb(0, 0, 0, 0.1);
  --mm-color-focusring:#06c;
}

.mm-menu--theme-dark-contrast {
  --mm-color-background:#333;
  --mm-color-border:rgb(255 255 255 / 0.5);
  --mm-color-icon:rgb(255 255 255 / 0.5);
  --mm-color-text:#fff;
  --mm-color-text-dimmed:rgb(255 255 255 / 0.7);
  --mm-color-background-highlight:rgb(255 255 255 / 0.1);
  --mm-color-background-emphasis:rgb(0 0 0 / 0.3);
  --mm-color-focusring:#06c;
}

.mm-menu--theme-white {
  --mm-color-background:#fff;
  --mm-color-border:rgb(0 0 0 / 0.15);
  --mm-color-icon:rgb(0 0 0 / 0.3);
  --mm-color-text:rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed:rgb(0 0 0 / 0.3);
  --mm-color-background-highlight:rgb(0 0 0 / 0.06);
  --mm-color-background-emphasis:rgb(0 0 0 / 0.03);
  --mm-color-focusring:#06c;
}

.mm-menu--theme-white-contrast {
  --mm-color-background:#fff;
  --mm-color-border:rgb(0 0 0 / 0.5);
  --mm-color-icon:rgb(0 0 0 / 0.5);
  --mm-color-text:#000;
  --mm-color-text-dimmed:rgb(0 0 0 / 0.7);
  --mm-color-background-highlight:rgb(0 0 0 / 0.07);
  --mm-color-background-emphasis:rgb(0 0 0 / 0.035);
  --mm-color-focusring:#06c;
}

.mm-menu--theme-black {
  --mm-color-background:#000;
  --mm-color-border:rgb(255 255 255 / 0.2);
  --mm-color-icon:rgb(255 255 255 / 0.4);
  --mm-color-text:rgb(255 255 255 / 0.7);
  --mm-color-text-dimmed:rgb(255 255 255 / 0.4);
  --mm-color-background-highlight:rgb(255 255 255 / 0.1);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.06);
  --mm-color-focusring:#06c;
}

.mm-menu--theme-black-contrast {
  --mm-color-background:#000;
  --mm-color-border:rgb(255 255 255 / 0.5);
  --mm-color-icon:rgb(255 255 255 / 0.5);
  --mm-color-text:#fff;
  --mm-color-text-dimmed:rgb(255 255 255 / 0.6);
  --mm-color-background-highlight:rgb(255 255 255 / 0.125);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.1);
  --mm-color-focusring:#06c;
}

.mm-counter {
  display: block;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  float: right;
  color: var(--mm-color-text-dimmed);
}

[dir=rtl] .mm-counter {
  float: left;
}

:root {
  --mm-iconbar-size:50px;
}

.mm-menu--iconbar-left .mm-navbars, .mm-menu--iconbar-left .mm-panels {
  margin-left: var(--mm-iconbar-size);
}

.mm-menu--iconbar-right .mm-navbars, .mm-menu--iconbar-right .mm-panels {
  margin-right: var(--mm-iconbar-size);
}

.mm-iconbar {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
}

.mm-menu--iconbar-left .mm-iconbar, .mm-menu--iconbar-right .mm-iconbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mm-menu--iconbar-left .mm-iconbar {
  border-right-width: 1px;
  left: 0;
}

.mm-menu--iconbar-right .mm-iconbar {
  border-left-width: 1px;
  right: 0;
}

.mm-iconbar__bottom, .mm-iconbar__top {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: calc((var(--mm-iconbar-size) - var(--mm-lineheight)) / 2) 0;
}

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none;
}

.mm-iconbar__tab--selected {
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-iconpanel-size:50px;
}

.mm-panel--iconpanel-0 {
  inset-inline-start: calc(0 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-1 {
  inset-inline-start: calc(1 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-2 {
  inset-inline-start: calc(2 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-3 {
  inset-inline-start: calc(3 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-4 {
  inset-inline-start: calc(4 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-first ~ .mm-panel {
  inset-inline-start: var(--mm-iconpanel-size);
}

.mm-menu--iconpanel .mm-panel--parent .mm-divider, .mm-menu--iconpanel .mm-panel--parent .mm-navbar {
  opacity: 0;
}

.mm-menu--iconpanel .mm-panels > .mm-panel--parent {
  visibility: visible;
  overflow-y: hidden;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.mm-menu--iconpanel .mm-panels > .mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0) {
  border-inline-start-width: 1px;
  border-inline-start-style: solid;
}

.mm-panel__blocker.mm-blocker--blocking {
  bottom: -100000px;
}

.mm-navbars {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mm-navbars .mm-navbar {
  position: relative;
  padding-top: 0;
  border-bottom: none;
}

.mm-navbars--top {
  border-bottom: 1px solid var(--mm-color-border);
}

.mm-navbars--top .mm-navbar:first-child {
  padding-top: env(safe-area-inset-top);
}

.mm-navbars--bottom {
  border-top: 1px solid var(--mm-color-border);
}

.mm-navbars--bottom .mm-navbar:last-child {
  padding-bottom: env(safe-area-inset-bottom);
}

.mm-navbar__breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mm-navbar__breadcrumbs > * {
  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: center;
  -webkit-padding-end: 6px;
  padding-inline-end: 6px;
}

.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar__breadcrumbs:not(:last-child) {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}

.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.mm-navbar__tab {
  padding: 0 10px;
  border: 1px solid transparent;
}

.mm-navbar__tab--selected {
  background: var(--mm-color-background);
}

.mm-navbar__tab--selected:not(:first-child) {
  border-inline-start-color: var(--mm-color-border);
}

.mm-navbar__tab--selected:not(:last-child) {
  border-inline-end-color: var(--mm-color-border);
}

.mm-navbars--top.mm-navbars--has-tabs {
  border-bottom: none;
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar {
  background: var(--mm-color-background-emphasis);
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs ~ .mm-navbar {
  background: var(--mm-color-background);
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child {
  border-bottom: 1px solid var(--mm-color-border);
}

.mm-navbars--top .mm-navbar__tab {
  border-bottom-color: var(--mm-color-border);
}

.mm-navbars--top .mm-navbar__tab--selected {
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent;
}

.mm-navbars--bottom.mm-navbar--has-tabs {
  border-top: none;
}

.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar {
  background: var(--mm-color-background);
}

.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs, .mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs ~ .mm-navbar {
  background: var(--mm-color-background-emphasis);
}

.mm-navbars--bottom .mm-navbar__tab {
  border-top-color: var(--mm-color-border);
}

.mm-navbars--bottom .mm-navbar__tab--selected {
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent;
}

.mm-searchfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden;
}

.mm-searchfield__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-searchfield__input input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * 0.7);
  min-height: auto;
  max-height: auto;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * 0.7);
  font: inherit;
  font-size: inherit;
}

.mm-searchfield__input input, .mm-searchfield__input input:focus, .mm-searchfield__input input:hover {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text);
}

.mm-menu[class*=-contrast] .mm-searchfield__input input {
  border: 1px solid var(--mm-color-border);
}

.mm-searchfield__input input::-ms-clear {
  display: none;
}

.mm-searchfield__btn {
  display: none;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
}

.mm-searchfield--searching .mm-searchfield__btn {
  display: block;
}

.mm-searchfield__cancel {
  display: block;
  position: relative;
  -webkit-margin-end: -100px;
  margin-inline-end: -100px;
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
  -webkit-padding-end: 20px;
  padding-inline-end: 20px;
  visibility: hidden;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  -webkit-transition-property: visibility, margin;
  -o-transition-property: visibility, margin;
  transition-property: visibility, margin;
}

.mm-searchfield--cancelable .mm-searchfield__cancel {
  visibility: visible;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.mm-panel--search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border: none !important;
}

.mm-panel__splash {
  padding: 20px;
}

.mm-panel--searching .mm-panel__splash {
  display: none;
}

.mm-panel__noresults {
  display: none;
  padding: 40px 20px;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
  line-height: 1.4;
}

.mm-panel--noresults .mm-panel__noresults {
  display: block;
}

:root {
  --mm-sectionindexer-size:20px;
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: var(--mm-sectionindexer-size);
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: calc(-1 * var(--mm-sectionindexer-size));
  z-index: 5;
  -webkit-transition-property: inset-inline-end;
  -o-transition-property: inset-inline-end;
  transition-property: inset-inline-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.mm-sectionindexer a {
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}

.mm-sectionindexer ~ .mm-panel {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}

.mm-sectionindexer--active {
  right: 0;
}

.mm-sectionindexer--active ~ .mm-panel {
  -webkit-padding-end: var(--mm-sectionindexer-size);
  padding-inline-end: var(--mm-sectionindexer-size);
}

.mm-menu--selected-hover .mm-listitem__btn, .mm-menu--selected-hover .mm-listitem__text, .mm-menu--selected-parent .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem__text {
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

@media (hover: hover) {
  .mm-menu--selected-hover .mm-listview:hover > .mm-listitem--selected:not(:hover) > .mm-listitem__text {
    background: 0 0;
  }
  .mm-menu--selected-hover .mm-listitem__btn:hover, .mm-menu--selected-hover .mm-listitem__text:hover {
    background: var(--mm-color-background-emphasis);
  }
}
.mm-menu--selected-parent .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem__text {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media (hover: hover) {
  .mm-menu--selected-parent .mm-listitem__btn:hover, .mm-menu--selected-parent .mm-listitem__text:hover {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent) > .mm-listitem__text {
  background: 0 0;
}

.mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__text {
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-sidebar-collapsed-size:50px;
  --mm-sidebar-expanded-size:var(--mm-max-size);
}

.mm-wrapper--sidebar-collapsed .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
}

.mm-wrapper--sidebar-collapsed .mm-menu--sidebar-collapsed {
  visibility: visible;
}

.mm-wrapper--sidebar-collapsed .mm-slideout {
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}

[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-panel--opened {
  visibility: visible;
}

.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider, .mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar {
  opacity: 0;
}

.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded {
  width: var(--mm-sidebar-expanded-size);
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened {
  overflow: auto;
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker {
  display: none;
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}

[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("slick.eot");
  src: url("slick.eot?#iefix") format("embedded-opentype"), url("slick.woff") format("woff"), url("slick.ttf") format("truetype"), url("slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* ACF */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #E30017;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(201.5, 0, 20.4162995595);
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
/* overpass-300 - latin */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/overpass-v12-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/overpass-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-v12-latin-300.woff2") format("woff2"), url("../fonts/overpass-v12-latin-300.woff") format("woff"), url("../fonts/overpass-v12-latin-300.ttf") format("truetype"), url("../fonts/overpass-v12-latin-300.svg#Overpass") format("svg"); /* Legacy iOS */
}
/* overpass-regular - latin */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/overpass-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/overpass-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-v12-latin-regular.woff2") format("woff2"), url("../fonts/overpass-v12-latin-regular.woff") format("woff"), url("../fonts/overpass-v12-latin-regular.ttf") format("truetype"), url("../fonts/overpass-v12-latin-regular.svg#Overpass") format("svg"); /* Legacy iOS */
}
/* overpass-700 - latin */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/overpass-v12-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/overpass-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-v12-latin-700.woff2") format("woff2"), url("../fonts/overpass-v12-latin-700.woff") format("woff"), url("../fonts/overpass-v12-latin-700.ttf") format("truetype"), url("../fonts/overpass-v12-latin-700.svg#Overpass") format("svg"); /* Legacy iOS */
}
/* overpass-800 - latin */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/overpass-v12-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/overpass-v12-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-v12-latin-800.woff2") format("woff2"), url("../fonts/overpass-v12-latin-800.woff") format("woff"), url("../fonts/overpass-v12-latin-800.ttf") format("truetype"), url("../fonts/overpass-v12-latin-800.svg#Overpass") format("svg"); /* Legacy iOS */
}
/* overpass-900 - latin */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/overpass-v12-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/overpass-v12-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-v12-latin-900.woff2") format("woff2"), url("../fonts/overpass-v12-latin-900.woff") format("woff"), url("../fonts/overpass-v12-latin-900.ttf") format("truetype"), url("../fonts/overpass-v12-latin-900.svg#Overpass") format("svg"); /* Legacy iOS */
}
#blocks .block-text .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 22px;
  color: #E30017;
}
@media (max-width: 1920px) {
  #blocks .block-text .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text .headline {
  font-weight: 900;
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  #blocks .block-text .headline {
    font-size: calc(25px + (34 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (46 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + (20 - 15) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text .align-center .title {
  text-align: center;
}
#blocks .block-text .align-center .headline {
  text-align: center;
}
#blocks .block-text .align-center .headline.color-color-1 {
  color: #E30017;
}
#blocks .block-text .align-center .headline.color-color-2 {
  color: #333333;
}

#blocks .block-boxes > div > .title {
  font-weight: normal;
  font-size: 24px;
  color: #E30017;
  line-height: 32px;
  display: block;
  text-align: center;
}
@media (max-width: 1920px) {
  #blocks .block-boxes > div > .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-boxes > div > .headline {
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  color: #333333;
  line-height: 46px;
  margin-bottom: 45px;
}
@media (max-width: 1920px) {
  #blocks .block-boxes > div > .headline {
    font-size: calc(25px + (34 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (46 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + (45 - 15) * (100vw - 320px) / 1600);
  }
}
#blocks .block-boxes .wrapper {
  display: grid;
  grid-gap: 18px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 680px) {
  #blocks .block-boxes .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-boxes .wrapper .element {
  aspect-ratio: 590/539;
  position: relative;
  background-size: cover;
  background-position: center;
}
#blocks .block-boxes .wrapper .element > img {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
#blocks .block-boxes .wrapper .element .overlay {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 85%, #000 100%);
}
#blocks .block-boxes .wrapper .element .overlay:after {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  background: #E30017;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
#blocks .block-boxes .wrapper .element .overlay .content {
  z-index: 2;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 80%;
  display: block;
}
@media (max-width: 1200px) {
  #blocks .block-boxes .wrapper .element .overlay .content {
    width: 60%;
  }
}
#blocks .block-boxes .wrapper .element .overlay .content .title {
  font-weight: 900;
  font-size: 40px;
  line-height: 45px;
  display: block;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (max-width: 1920px) {
  #blocks .block-boxes .wrapper .element .overlay .content .title {
    font-size: calc(18px + (40 - 18) * (100vw - 320px) / 1600);
    line-height: calc(22px + (45 - 22) * (100vw - 320px) / 1600);
  }
}
#blocks .block-boxes .wrapper .element .overlay .content .subline {
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (max-width: 1920px) {
  #blocks .block-boxes .wrapper .element .overlay .content .subline {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
  }
}
#blocks .block-boxes .wrapper .element:hover .overlay:after {
  opacity: 0.9;
  visibility: visible;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#blocks .block-certificates .wrapper {
  display: grid;
  grid-column-gap: 235px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1920px) {
  #blocks .block-certificates .wrapper {
    grid-column-gap: calc(25px + (235 - 25) * (100vw - 320px) / 1600);
    grid-row-gap: calc(25px + (60 - 25) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 600px) {
  #blocks .block-certificates .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 450px) {
  #blocks .block-certificates .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-certificates .wrapper .element {
  position: relative;
  max-width: 263px;
}
#blocks .block-certificates .wrapper .element > a img {
  display: block;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  border: 3px solid transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}
#blocks .block-certificates .wrapper .element > a:hover img {
  border-color: #E30017;
}
#blocks .block-certificates .wrapper .element .text {
  display: block;
  margin-top: 35px;
}

#blocks .block-cta .bg .wrapper {
  display: grid;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
#blocks .block-cta .bg .wrapper .box {
  background-size: cover;
  background-position: center;
  padding: 90px;
}
@media (max-width: 1920px) {
  #blocks .block-cta .bg .wrapper .box {
    padding: calc(25px + (90 - 25) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 800px) {
  #blocks .block-cta .bg .wrapper .box {
    background-image: none !important;
  }
}
@media (max-width: 800px) {
  #blocks .block-cta .bg .wrapper .box.img {
    padding: 0;
  }
}
#blocks .block-cta .bg .wrapper .box .title {
  display: block;
  font-size: 24px;
  text-align: left;
  line-height: 32px;
  margin-bottom: 5px;
}
@media (max-width: 1920px) {
  #blocks .block-cta .bg .wrapper .box .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-cta .bg .wrapper .box .headline {
  display: block;
  font-weight: 900;
  font-size: 34px;
  text-align: left;
  line-height: 46px;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  #blocks .block-cta .bg .wrapper .box .headline {
    font-size: calc(25px + (34 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (46 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(25px + (40 - 25) * (100vw - 320px) / 1600);
  }
}
#blocks .block-cta .bg .wrapper .box .text {
  display: block;
  font-size: 24px;
}
@media (max-width: 1920px) {
  #blocks .block-cta .bg .wrapper .box .text {
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / 1600);
  }
}
#blocks .block-cta .bg .wrapper .box .link {
  margin-top: 80px;
  display: inline-block;
  border-radius: 26px;
  background: #E30017;
  border: 2px solid #E30017;
  font-weight: normal;
  font-size: 18px;
  line-height: 1px;
  color: #fff;
  text-decoration: none;
  padding: 22px 40px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 1920px) {
  #blocks .block-cta .bg .wrapper .box .link {
    margin-top: calc(25px + (80 - 25) * (100vw - 320px) / 1600);
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / 1600);
    padding: calc(15px + (22 - 15) * (100vw - 320px) / 1600) calc(20px + (40 - 20) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1260px) {
  #blocks .block-cta .bg .wrapper .box .link {
    line-height: 20px;
  }
}
#blocks .block-cta .bg .wrapper .box .link:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
#blocks .block-cta .bg .wrapper .responsive_image {
  display: none;
}
@media (max-width: 800px) {
  #blocks .block-cta .bg .wrapper .responsive_image {
    display: block;
  }
}
#blocks .block-cta .bg.pos-right.gridsize-1 .wrapper {
  grid-template-columns: 1280fr 640fr;
}
@media (max-width: 800px) {
  #blocks .block-cta .bg.pos-right.gridsize-1 .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-cta .bg.pos-right.gridsize-2 .wrapper {
  grid-template-columns: 640fr 1280fr;
}
@media (max-width: 800px) {
  #blocks .block-cta .bg.pos-right.gridsize-2 .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 800px) {
  #blocks .block-cta .bg.pos-left .wrapper {
    display: flex;
    flex-flow: column;
  }
  #blocks .block-cta .bg.pos-left .box:nth-child(1) {
    order: 2;
  }
  #blocks .block-cta .bg.pos-left .box:nth-child(2) {
    order: 1;
  }
}
#blocks .block-cta .bg.pos-left.gridsize-1 .wrapper {
  grid-template-columns: 640fr 1280fr;
}
@media (max-width: 800px) {
  #blocks .block-cta .bg.pos-left.gridsize-1 .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-cta .bg.pos-left.gridsize-2 .wrapper {
  grid-template-columns: 1280fr 640fr;
}
@media (max-width: 800px) {
  #blocks .block-cta .bg.pos-left.gridsize-2 .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-cta .bg.bg-style-1 {
  background: #4D646F;
  color: #fff;
}
#blocks .block-cta .bg.bg-style-2 {
  background: #F2F2F2;
}
#blocks .block-cta .bg.bg-style-2 .wrapper .box .link:hover {
  background: transparent;
  color: #E30017;
  border-color: #E30017;
}

#blocks .block-facts {
  position: relative;
}
#blocks .block-facts.has-bg {
  background-color: #F2F2F2;
}
#blocks .block-facts > div > .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #E30017;
  line-height: 32px;
  margin-bottom: 22px;
}
@media (max-width: 1920px) {
  #blocks .block-facts > div > .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-facts > div > .headline {
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  color: #333333;
  line-height: 46px;
  margin-bottom: 20px;
}
#blocks .block-facts .wrapper {
  display: grid;
  grid-gap: 140px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 25px;
}
@media (max-width: 1920px) {
  #blocks .block-facts .wrapper {
    grid-gap: calc(25px + (140 - 25) * (100vw - 320px) / 1600);
    padding: 0 calc(0px + (25 - 0) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 700px) {
  #blocks .block-facts .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  #blocks .block-facts .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-facts .wrapper .element {
  text-align: center;
}
#blocks .block-facts .wrapper .element .icon {
  height: 135px;
  width: 135px;
  margin: 0 auto;
  position: relative;
  transform: scale(1);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#blocks .block-facts .wrapper .element .icon:hover {
  transform: scale(1.1);
}
#blocks .block-facts .wrapper .element .icon img {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translateX(-50%);
}
#blocks .block-facts .wrapper .element .number {
  margin-top: 15px;
  display: block;
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1920px) {
  #blocks .block-facts .wrapper .element .number {
    font-size: calc(22px + (40 - 22) * (100vw - 320px) / 1600);
    line-height: calc(25px + (50 - 25) * (100vw - 320px) / 1600);
  }
}
#blocks .block-facts .wrapper .element .text {
  margin-top: 10px;
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1920px) {
  #blocks .block-facts .wrapper .element .text {
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / 1600);
    line-height: calc(22px + (33 - 22) * (100vw - 320px) / 1600);
  }
}

#blocks .block-gallery > div > .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #E30017;
  line-height: 32px;
  margin-bottom: 22px;
}
@media (max-width: 1920px) {
  #blocks .block-gallery > div > .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-gallery > div > .headline {
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  color: #333333;
  line-height: 46px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  #blocks .block-gallery > div > .headline {
    font-size: calc(25px + (34 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (46 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + (20 - 15) * (100vw - 320px) / 1600);
  }
}
#blocks .block-gallery .slick-dots {
  bottom: -50px;
}
#blocks .block-gallery .slick-dots li button:before {
  color: #333333;
  font-size: 18px;
  opacity: 1;
}
#blocks .block-gallery .slick-dots li.slick-active button:before {
  color: #E30017;
}

#blocks .block-image > div > .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #E30017;
  line-height: 32px;
  margin-bottom: 22px;
}
@media (max-width: 1920px) {
  #blocks .block-image > div > .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-image > div > .headline {
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  color: #333333;
  line-height: 46px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  #blocks .block-image > div > .headline {
    font-size: calc(25px + (34 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (46 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + (20 - 15) * (100vw - 320px) / 1600);
  }
}
#blocks .block-image .image {
  display: block;
}
#blocks .block-image .image.center {
  margin: 0 auto;
}
#blocks .block-image .image.full_width {
  max-width: initial;
  width: 100%;
}

#blocks .block-images .wrapper {
  display: grid;
  grid-gap: 100px;
}
@media (max-width: 1920px) {
  #blocks .block-images .wrapper {
    grid-gap: calc(25px + (100 - 25) * (100vw - 320px) / 1600);
  }
}
#blocks .block-images .wrapper.count-2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 550px) {
  #blocks .block-images .wrapper.count-2 {
    grid-template-columns: 1fr;
  }
}
#blocks .block-images .wrapper.count-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 550px) {
  #blocks .block-images .wrapper.count-3 {
    grid-template-columns: 1fr;
  }
}
#blocks .block-images .wrapper .element {
  display: flex;
  align-items: center;
}
#blocks .block-images .wrapper .element img {
  display: block;
  margin: 0 auto;
}

#blocks .block-news-teaser .bg.bg-style-2 {
  background: #F2F2F2;
  padding: 50px 0;
}
#blocks .block-news-teaser .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #E30017;
  line-height: 32px;
}
@media (max-width: 1920px) {
  #blocks .block-news-teaser .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-news-teaser .headline {
  font-weight: 900;
  font-size: 45px;
  text-align: center;
  color: #333333;
  line-height: 60px;
  margin-bottom: 44px;
  margin-top: 16px;
}
@media (max-width: 1920px) {
  #blocks .block-news-teaser .headline {
    font-size: calc(25px + (45 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (60 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(25px + (44 - 25) * (100vw - 320px) / 1600);
  }
}
#blocks .block-news-teaser .wrapper {
  display: grid;
  grid-gap: 33px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 900px) {
  #blocks .block-news-teaser .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 750px) {
  #blocks .block-news-teaser .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-news-teaser .wrapper .link {
  position: relative;
  text-decoration: none;
  padding-bottom: 80px;
}
@media (min-width: 1250px) {
  #blocks .block-news-teaser .wrapper .link {
    padding-bottom: 60px;
  }
}
#blocks .block-news-teaser .wrapper .link .image {
  display: block;
  width: 100%;
  min-height: 250px;
  background-color: #cccccc;
  background-size: cover;
  background-position: center;
}
#blocks .block-news-teaser .wrapper .link .title {
  display: block;
  font-weight: 900;
  font-size: 24px;
  line-height: 26px;
  color: #E30017;
  margin-top: 15px;
  text-align: left;
}
#blocks .block-news-teaser .wrapper .link .entry-date {
  display: block;
  margin-top: 15px;
  font-size: 20px;
}
#blocks .block-news-teaser .wrapper .link .text {
  display: block;
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  margin-top: 15px;
}
@media (max-width: 1920px) {
  #blocks .block-news-teaser .wrapper .link .text {
    font-size: 20px;
    line-height: 26px;
  }
}
#blocks .block-news-teaser .wrapper .link .icon,
#blocks .block-news-teaser .wrapper .link .icon2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 55px;
  width: 55px;
  display: block;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media (min-width: 1250px) {
  #blocks .block-news-teaser .wrapper .link .icon,
  #blocks .block-news-teaser .wrapper .link .icon2 {
    left: initial;
    right: 0;
    transform: initial;
  }
}
#blocks .block-news-teaser .wrapper .link .icon2 {
  z-index: 2;
  opacity: 0;
}
#blocks .block-news-teaser .wrapper .link:hover .icon {
  opacity: 0;
}
#blocks .block-news-teaser .wrapper .link:hover .icon2 {
  opacity: 1;
}
#blocks .block-news-teaser .category_link {
  margin-top: 50px;
  display: inline-block;
  border-radius: 26px;
  background: #E30017;
  border: 2px solid #E30017;
  font-weight: normal;
  font-size: 18px;
  line-height: 1px;
  color: #fff;
  text-decoration: none;
  padding: 22px 40px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 1920px) {
  #blocks .block-news-teaser .category_link {
    margin-top: calc(25px + (50 - 25) * (100vw - 320px) / 1600);
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / 1600);
    padding: calc(15px + (22 - 15) * (100vw - 320px) / 1600) calc(20px + (40 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-news-teaser .category_link:hover {
  background: #fff;
  color: #E30017;
}

#blocks .block-teaser .bg {
  background-position: center;
  background-size: cover;
}
#blocks .block-teaser .bg .overlay > div .box {
  background: #fff;
  padding: 70px 50px 50px;
  margin: 100px 0;
  max-width: 535px;
  width: 100%;
}
@media (max-width: 1920px) {
  #blocks .block-teaser .bg .overlay > div .box {
    padding: calc(25px + (70 - 25) * (100vw - 320px) / 1600) calc(25px + (50 - 25) * (100vw - 320px) / 1600) calc(25px + (50 - 25) * (100vw - 320px) / 1600);
  }
}
#blocks .block-teaser .bg .overlay > div .box .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  text-align: left;
  color: #e30017;
  line-height: 32px;
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  #blocks .block-teaser .bg .overlay > div .box .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-teaser .bg .overlay > div .box .headline {
  display: block;
  font-weight: 900;
  font-size: 32px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1920px) {
  #blocks .block-teaser .bg .overlay > div .box .headline {
    font-size: calc(25px + (32 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (40 - 30) * (100vw - 320px) / 1600);
  }
}
#blocks .block-teaser .bg .overlay > div .box .text {
  display: block;
  font-weight: normal;
}
#blocks .block-teaser .bg .overlay > div .box .link {
  margin-top: 50px;
  display: inline-block;
  border-radius: 26px;
  background: #E30017;
  border: 2px solid #E30017;
  font-weight: normal;
  font-size: 18px;
  line-height: 1px;
  color: #fff;
  text-decoration: none;
  padding: 22px 40px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 1920px) {
  #blocks .block-teaser .bg .overlay > div .box .link {
    margin-top: calc(25px + (50 - 25) * (100vw - 320px) / 1600);
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / 1600);
    padding: calc(15px + (22 - 15) * (100vw - 320px) / 1600) calc(20px + (40 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-teaser .bg .overlay > div .box .link:hover {
  background: #fff;
  color: #E30017;
}
#blocks .block-teaser .bg.pos-right .overlay > div .box {
  float: right;
}
#blocks .block-teaser .bg.pos-left .overlay > div .box {
  float: left;
}

#blocks .block-text-teaser {
  text-align: center;
}
#blocks .block-text-teaser.has-bg {
  background: #D7E1E7;
}
#blocks .block-text-teaser .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  color: #e30017;
  line-height: 32px;
}
@media (max-width: 1920px) {
  #blocks .block-text-teaser .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text-teaser .headline {
  display: block;
  font-weight: 900;
  font-size: 45px;
  color: #333;
  line-height: 60px;
  margin-top: 16px;
}
@media (max-width: 1920px) {
  #blocks .block-text-teaser .headline {
    font-size: calc(25px + (45 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (60 - 30) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text-teaser .text {
  margin-top: 35px;
  display: block;
}
@media (max-width: 1920px) {
  #blocks .block-text-teaser .text {
    margin-top: calc(25px + (35 - 25) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text-teaser .icon {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  height: auto;
  width: 150px;
}
#blocks .block-text-teaser .link {
  margin-top: 50px;
  display: inline-block;
  border-radius: 26px;
  background: #E30017;
  border: 2px solid #E30017;
  font-weight: normal;
  font-size: 18px;
  line-height: 1px;
  color: #fff;
  text-decoration: none;
  padding: 22px 40px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 1920px) {
  #blocks .block-text-teaser .link {
    margin-top: calc(25px + (50 - 25) * (100vw - 320px) / 1600);
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / 1600);
    padding: calc(15px + (22 - 15) * (100vw - 320px) / 1600) calc(20px + (40 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text-teaser .link:hover {
  background: #fff;
  color: #E30017;
}

#blocks .block-text_image {
  position: relative;
}
#blocks .block-text_image.has-bg {
  background-color: #f1f1f1;
}
#blocks .block-text_image .wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 680px) {
  #blocks .block-text_image .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-text_image .wrapper.bgimage1.image-text .box, #blocks .block-text_image .wrapper.bgimage1.text-image .box, #blocks .block-text_image .wrapper.bgimage2.image-text .box, #blocks .block-text_image .wrapper.bgimage2.text-image .box {
  padding: 80px 60px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image .wrapper.bgimage1.image-text .box, #blocks .block-text_image .wrapper.bgimage1.text-image .box, #blocks .block-text_image .wrapper.bgimage2.image-text .box, #blocks .block-text_image .wrapper.bgimage2.text-image .box {
    padding: calc(25px + (80 - 25) * (100vw - 320px) / 1600) calc(25px + (60 - 25) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 680px) {
  #blocks .block-text_image .wrapper.text-image {
    display: flex;
    flex-flow: column;
  }
  #blocks .block-text_image .wrapper.text-image .col1 {
    order: 2;
  }
  #blocks .block-text_image .wrapper.text-image .col2 {
    order: 1;
  }
}
#blocks .block-text_image .wrapper .box {
  padding: 30px 60px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image .wrapper .box {
    padding: calc(25px + (30 - 25) * (100vw - 320px) / 1600) calc(25px + (60 - 25) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image .wrapper .box .title {
  color: #E30017;
  display: block;
  font-size: 24px;
  text-align: left;
  line-height: 32px;
  margin-bottom: 5px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image .wrapper .box .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image .wrapper .box .headline {
  display: block;
  font-weight: 900;
  font-size: 34px;
  text-align: left;
  line-height: 46px;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image .wrapper .box .headline {
    font-size: calc(25px + (34 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (46 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(20px + (40 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image .wrapper .box .text {
  display: block;
  font-size: 24px;
}
@media (max-width: 1920px) {
  #blocks .block-text_image .wrapper .box .text {
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image .wrapper .box .link {
  margin-top: 80px;
  display: inline-block;
  border-radius: 26px;
  background: #E30017;
  border: 2px solid #E30017;
  font-weight: normal;
  font-size: 18px;
  line-height: 1px;
  color: #fff;
  text-decoration: none;
  padding: 22px 40px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 1920px) {
  #blocks .block-text_image .wrapper .box .link {
    margin-top: calc(25px + (80 - 25) * (100vw - 320px) / 1600);
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / 1600);
    padding: calc(15px + (22 - 15) * (100vw - 320px) / 1600) calc(20px + (40 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_image .wrapper .box .link:hover {
  background: transparent;
  color: #E30017;
}
@media (max-width: 680px) {
  #blocks .block-text_image .col > img {
    display: none;
  }
}
#blocks .block-text_image .col > .responsive_image {
  display: none;
}
@media (max-width: 680px) {
  #blocks .block-text_image .col > .responsive_image {
    display: block;
  }
}
#blocks .block-text_image .bgimg {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  bottom: 0;
}
@media (max-width: 680px) {
  #blocks .block-text_image .bgimg {
    display: none;
  }
}
#blocks .block-text_image .bgimg.left {
  right: 50%;
  left: 0;
}
#blocks .block-text_image .bgimg.right {
  left: 50%;
  right: 0;
}

#blocks .block-trenner hr {
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  background: #333333;
  margin: 0;
}
#blocks .block-trenner .invisible hr {
  opacity: 0;
}

#blocks .block-video > div > .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #E30017;
  line-height: 32px;
  margin-bottom: 22px;
}
@media (max-width: 1920px) {
  #blocks .block-video > div > .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-video > div > .headline {
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  color: #333333;
  line-height: 46px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  #blocks .block-video > div > .headline {
    font-size: calc(25px + (34 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (46 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + (20 - 15) * (100vw - 320px) / 1600);
  }
}
#blocks .block-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
#blocks .block-video .wrapper {
  position: relative;
}
#blocks .block-video .wrapper .play {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#blocks .block-video .wrapper .play svg {
  max-width: 20vw;
  height: auto;
}
#blocks .block-video .wrapper .play:hover + .poster:after {
  opacity: 0.9;
  visibility: visible;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#blocks .block-video .wrapper .poster {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}
#blocks .block-video .wrapper .poster:after {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  background: #E30017;
  top: 35px;
  bottom: 35px;
  left: 35px;
  right: 35px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
#blocks .block-video .wrapper video {
  width: 100%;
  max-width: initial;
  display: block;
}

#blocks .block-softgarden iframe {
  width: 100%;
  outline: none;
  border: none;
}

#blocks .block-benefits > div > .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #E30017;
  line-height: 32px;
  margin-bottom: 22px;
}
@media (max-width: 1920px) {
  #blocks .block-benefits > div > .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-benefits > div > .headline {
  font-weight: 900;
  font-size: 45px;
  text-align: center;
  line-height: 60px;
  color: #333333;
  margin-bottom: 80px;
}
@media (max-width: 1920px) {
  #blocks .block-benefits > div > .headline {
    font-size: calc(25px + (45 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (60 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + (80 - 15) * (100vw - 320px) / 1600);
  }
}
#blocks .block-benefits #sticky-stack {
  height: 100%;
}
@media (max-width: 680px) {
  #blocks .block-benefits #sticky-stack {
    display: none;
  }
}
#blocks .block-benefits .layout-sample {
  display: flex;
  margin: 0 auto;
}
@media (max-width: 680px) {
  #blocks .block-benefits .layout-sample {
    display: block;
  }
}
#blocks .block-benefits .layout-right {
  margin-right: 100px;
}
@media (max-width: 1920px) {
  #blocks .block-benefits .layout-right {
    margin-right: calc(15px + (100 - 15) * (100vw - 320px) / 1600);
  }
}
#blocks .block-benefits .content {
  padding: 25px;
  font-size: 16px;
}
@media (max-width: 1920px) {
  #blocks .block-benefits .content {
    padding: calc(1px + (25 - 1) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 680px) {
  #blocks .block-benefits .content {
    margin-bottom: 25px;
  }
}
#blocks .block-benefits .content .responsive_image {
  display: none;
}
@media (max-width: 680px) {
  #blocks .block-benefits .content .responsive_image {
    max-width: 80vw;
    display: block;
    margin: 25px auto;
  }
}
#blocks .block-benefits .content .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  text-align: left;
  color: #E30017;
  margin-bottom: 5px;
}
@media (max-width: 1920px) {
  #blocks .block-benefits .content .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-benefits .content .headline {
  display: block;
  font-weight: 900;
  font-size: 34px;
  line-height: 34px;
  text-align: left;
  color: #333333;
  margin-bottom: 25px;
}
@media (max-width: 1920px) {
  #blocks .block-benefits .content .headline {
    font-size: calc(25px + (34 - 25) * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + (25 - 15) * (100vw - 320px) / 1600);
    line-height: calc(29px + (34 - 29) * (100vw - 320px) / 1600);
  }
}
#blocks .block-benefits .content .text {
  display: block;
  font-weight: normal;
  font-size: 24px;
  text-align: left;
}
@media (max-width: 1920px) {
  #blocks .block-benefits .content .text {
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / 1600);
  }
}
#blocks .block-benefits .sticky-icon {
  height: 50vh;
}
#blocks .block-benefits .sticky-icon > div {
  position: sticky;
  top: 150px;
  margin-bottom: 10px;
  width: 250px;
  height: 250px;
}
#blocks .block-benefits .sticky-icon > div > div {
  width: 250px;
  height: 250px;
}
#blocks .block-benefits .content .text {
  height: 50vh;
}
@media (max-width: 680px) {
  #blocks .block-benefits .content .text {
    height: auto;
  }
}

#blocks .block-search form.search-form {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 3fr 1fr;
}
#blocks .block-search form.search-form input {
  width: 100%;
  padding: 5px 10px;
  outline: none;
  line-height: 40px;
}
#blocks .block-search form.search-form input.search-submit {
  cursor: pointer;
  background: #E30017;
  border: 1px solid #E30017;
  color: #fff;
}
#blocks .block-search form.search-form input.search-submit:hover {
  background: #fff;
  color: #E30017;
}

.block-text_3_cols .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 90px;
}
@media (max-width: 1920px) {
  .block-text_3_cols .wrapper {
    grid-gap: calc(25px + (90 - 25) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 650px) {
  .block-text_3_cols .wrapper {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.block-text_3_cols .wrapper .col .title {
  font-weight: bold;
  color: #E30017;
  margin-bottom: 5px;
}
#blocks .block-text_2_cols .wrapper {
  display: grid;
  grid-gap: 100px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 680px) {
  #blocks .block-text_2_cols .wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  #blocks .block-text_2_cols .wrapper ul {
    padding-bottom: 0;
    padding-top: 0;
  }
}
#blocks .block-text_2_cols .wrapper .title {
  color: #E30017;
  display: block;
  font-size: 24px;
  text-align: left;
  line-height: 32px;
  margin-bottom: 5px;
}
@media (max-width: 1920px) {
  #blocks .block-text_2_cols .wrapper .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}

#blocks .block-certs .wrapper {
  display: grid;
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1920px) {
  #blocks .block-certs .wrapper {
    grid-column-gap: calc(25px + (100 - 25) * (100vw - 320px) / 1600);
    grid-row-gap: calc(25px + (60 - 25) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 600px) {
  #blocks .block-certs .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 450px) {
  #blocks .block-certs .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-certs .caption {
  display: block;
  margin-top: 20px;
  line-height: 26px;
  font-size: 19px;
}
#blocks .block-certs h2.headline {
  margin-bottom: 40px;
}
#blocks .block-certs .element img {
  max-height: 165px;
  max-width: 116px;
  object-fit: contain;
}

#blocks .block-benefits_horizontal {
  position: relative;
}
#blocks .block-benefits_horizontal > div > .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #E30017;
  line-height: 32px;
  margin-bottom: 22px;
}
@media (max-width: 1920px) {
  #blocks .block-benefits_horizontal > div > .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-benefits_horizontal > div > .headline {
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  color: #333333;
  line-height: 46px;
  margin-bottom: 20px;
}
#blocks .block-benefits_horizontal .wrapper {
  display: grid;
  grid-column-gap: 140px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 25px 0;
}
@media (max-width: 1920px) {
  #blocks .block-benefits_horizontal .wrapper {
    grid-column-gap: calc(25px + (140 - 25) * (100vw - 320px) / 1600);
    grid-row-gap: calc(25px + (60 - 25) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1024px) {
  #blocks .block-benefits_horizontal .wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 800px) {
  #blocks .block-benefits_horizontal .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  #blocks .block-benefits_horizontal .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-benefits_horizontal .wrapper .element {
  text-align: center;
}
#blocks .block-benefits_horizontal .wrapper .element .icon {
  height: 135px;
  width: 135px;
  margin: 0 auto;
  position: relative;
  transform: scale(1);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#blocks .block-benefits_horizontal .wrapper .element .icon:hover {
  transform: scale(1.1);
}
#blocks .block-benefits_horizontal .wrapper .element .icon img {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translateX(-50%);
}
#blocks .block-benefits_horizontal .wrapper .element .text {
  font-weight: 900;
  margin-top: 10px;
  display: block;
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1920px) {
  #blocks .block-benefits_horizontal .wrapper .element .text {
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / 1600);
    line-height: calc(22px + (33 - 22) * (100vw - 320px) / 1600);
  }
}

#blocks .block-social_media {
  position: relative;
  background-color: #4d646f;
  text-align: center;
}
#blocks .block-social_media .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  color: #FFF;
  line-height: 32px;
}
@media (max-width: 1920px) {
  #blocks .block-social_media .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-social_media .headline {
  display: block;
  font-weight: 900;
  font-size: 45px;
  color: #FFF;
  line-height: 60px;
  margin-top: 16px;
}
@media (max-width: 1920px) {
  #blocks .block-social_media .headline {
    font-size: calc(25px + (45 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (60 - 30) * (100vw - 320px) / 1600);
  }
}
#blocks .block-social_media .wrapper {
  display: grid;
  grid-row-gap: 60px;
  padding: 60px 0;
}
#blocks .block-social_media .wrapper.count-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#blocks .block-social_media .wrapper.count-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#blocks .block-social_media .wrapper.count-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  #blocks .block-social_media .wrapper {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media (max-width: 800px) {
  #blocks .block-social_media .wrapper {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 500px) {
  #blocks .block-social_media .wrapper {
    grid-template-columns: 1fr !important;
  }
}
#blocks .block-social_media .element .icon {
  text-align: center;
}
#blocks .block-social_media .element .icon a {
  display: inline-block;
}
#blocks .block-social_media .element .icon img {
  max-width: 80px;
}

#blocks .block-timeline .timeline {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 100px;
}
#blocks .block-timeline .timeline:after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #ca0014;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}
@media screen and (max-width: 600px) {
  #blocks .block-timeline .timeline:after {
    left: 31px;
  }
}
#blocks .block-timeline .element {
  padding: 5px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  #blocks .block-timeline .element {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
}
#blocks .block-timeline .element:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: -20px;
  background-color: #ca0014;
  top: 0;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  #blocks .block-timeline .element:after {
    left: 11px;
  }
}
#blocks .block-timeline .element.left {
  left: 0;
}
@media screen and (min-width: 600px) {
  #blocks .block-timeline .element.left {
    text-align: right;
  }
  #blocks .block-timeline .element.left .year {
    right: -165px;
  }
}
#blocks .block-timeline .element.right {
  left: 50%;
}
@media screen and (min-width: 600px) {
  #blocks .block-timeline .element.right .year {
    left: -165px;
  }
}
@media screen and (max-width: 600px) {
  #blocks .block-timeline .element.right {
    left: 0;
  }
}
#blocks .block-timeline .element.right:after {
  left: -20px;
}
@media screen and (max-width: 600px) {
  #blocks .block-timeline .element.right:after {
    left: 11px;
  }
}
#blocks .block-timeline .element .content {
  line-height: 24px;
  font-size: 18px;
}
#blocks .block-timeline .element .year {
  display: block;
  margin-bottom: 5px;
  color: #ca0014;
  font-weight: 900;
  font-size: 50px;
  line-height: 38px;
}
@media screen and (min-width: 600px) {
  #blocks .block-timeline .element .year {
    position: absolute;
  }
}
#blocks .block-timeline .element .image {
  margin: 15px 0;
  display: inline-block;
}
#blocks .block-timeline .element .image img {
  max-width: 300px;
  max-height: 250px;
}

#blocks .block-news_content h1.headline {
  font-weight: bold;
  color: #e30017;
  font-size: 30px;
  margin-top: 5px;
  line-height: 30px;
}
#blocks .block-news_content .image {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #blocks .block-news_content .image {
    max-width: 40%;
    float: left;
    margin-right: 40px;
  }
}
#blocks .block-news_content .meta {
  font-size: 20px;
}

#blocks .block-alloy_surcharges {
  text-align: center;
}
#blocks .block-alloy_surcharges .wrapper {
  display: grid;
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1920px) {
  #blocks .block-alloy_surcharges .wrapper {
    grid-column-gap: calc(25px + (100 - 25) * (100vw - 320px) / 1600);
    grid-row-gap: calc(25px + (60 - 25) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 450px) {
  #blocks .block-alloy_surcharges .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-alloy_surcharges .headline {
  color: #e30017;
  font-weight: 900;
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  #blocks .block-alloy_surcharges .headline {
    font-size: calc(25px + (34 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (46 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + (20 - 15) * (100vw - 320px) / 1600);
  }
}
#blocks .block-alloy_surcharges .date {
  display: block;
  font-weight: 900;
  font-size: 45px;
  color: #333;
  line-height: 60px;
  margin-top: 30px;
}
@media (max-width: 1920px) {
  #blocks .block-alloy_surcharges .date {
    font-size: calc(25px + (45 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (60 - 30) * (100vw - 320px) / 1600);
  }
}
#blocks .block-alloy_surcharges .link {
  margin-top: 50px;
  display: inline-block;
  border-radius: 26px;
  background: #E30017;
  border: 2px solid #E30017;
  font-weight: normal;
  font-size: 18px;
  line-height: 1px;
  color: #fff;
  text-decoration: none;
  padding: 22px 40px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 1920px) {
  #blocks .block-alloy_surcharges .link {
    margin-top: calc(25px + (50 - 25) * (100vw - 320px) / 1600);
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / 1600);
    padding: calc(15px + (22 - 15) * (100vw - 320px) / 1600) calc(20px + (40 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-alloy_surcharges .link:hover {
  background: #fff;
  color: #E30017;
}
#blocks .block-alloy_surcharges .icon {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  height: auto;
  width: 150px;
}

#blocks .block-schoeller_group .bg .wrapper {
  display: grid;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
#blocks .block-schoeller_group .bg .wrapper .box {
  padding: 90px;
}
@media (max-width: 1920px) {
  #blocks .block-schoeller_group .bg .wrapper .box {
    padding: calc(25px + (90 - 25) * (100vw - 320px) / 1600);
  }
}
#blocks .block-schoeller_group .bg .wrapper .box .title {
  display: block;
  font-size: 24px;
  text-align: left;
  line-height: 32px;
  margin-bottom: 5px;
}
@media (max-width: 1920px) {
  #blocks .block-schoeller_group .bg .wrapper .box .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-schoeller_group .bg .wrapper .box .headline {
  display: block;
  font-weight: 900;
  font-size: 34px;
  text-align: left;
  line-height: 46px;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  #blocks .block-schoeller_group .bg .wrapper .box .headline {
    font-size: calc(25px + (34 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (46 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(25px + (40 - 25) * (100vw - 320px) / 1600);
  }
}
#blocks .block-schoeller_group .bg .wrapper .box .text {
  display: block;
  font-size: 24px;
}
@media (max-width: 1920px) {
  #blocks .block-schoeller_group .bg .wrapper .box .text {
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / 1600);
  }
}
#blocks .block-schoeller_group .bg .wrapper .box.img {
  display: grid;
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #FFF;
  align-content: center;
}
@media (max-width: 1920px) {
  #blocks .block-schoeller_group .bg .wrapper .box.img {
    grid-column-gap: calc(25px + (100 - 25) * (100vw - 320px) / 1600);
    grid-row-gap: calc(25px + (60 - 25) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 600px) {
  #blocks .block-schoeller_group .bg .wrapper .box.img {
    grid-template-columns: 1fr;
  }
}
#blocks .block-schoeller_group .bg.pos-right.gridsize-1 .wrapper {
  grid-template-columns: 1280fr 640fr;
}
@media (max-width: 800px) {
  #blocks .block-schoeller_group .bg.pos-right.gridsize-1 .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-schoeller_group .bg.pos-right.gridsize-2 .wrapper {
  grid-template-columns: 640fr 1280fr;
}
@media (max-width: 800px) {
  #blocks .block-schoeller_group .bg.pos-right.gridsize-2 .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-schoeller_group .bg.pos-left.gridsize-1 .wrapper {
  grid-template-columns: 640fr 1280fr;
}
@media (max-width: 800px) {
  #blocks .block-schoeller_group .bg.pos-left.gridsize-1 .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-schoeller_group .bg.pos-left.gridsize-2 .wrapper {
  grid-template-columns: 1280fr 640fr;
}
@media (max-width: 800px) {
  #blocks .block-schoeller_group .bg.pos-left.gridsize-2 .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-schoeller_group .bg.bg-style-1 {
  background: #4D646F;
  color: #fff;
}
#blocks .block-schoeller_group .bg.bg-style-2 {
  background: #F2F2F2;
}

#blocks .block-text_show_more .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 22px;
  color: #E30017;
}
@media (max-width: 1920px) {
  #blocks .block-text_show_more .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_show_more .headline {
  font-weight: 900;
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  #blocks .block-text_show_more .headline {
    font-size: calc(25px + (34 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (46 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + (20 - 15) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_show_more .toggle-text-btn-wrap {
  text-align: center;
}
#blocks .block-text_show_more .toggle-text-btn-wrap a.toggle-text-btn {
  margin-top: 40px;
  display: inline-block;
  border-radius: 26px;
  background: #E30017;
  border: 2px solid #E30017;
  font-weight: normal;
  font-size: 18px;
  line-height: 1px;
  color: #fff;
  text-decoration: none;
  padding: 22px 40px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 1920px) {
  #blocks .block-text_show_more .toggle-text-btn-wrap a.toggle-text-btn {
    margin-top: calc(25px + (40 - 25) * (100vw - 320px) / 1600);
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / 1600);
    padding: calc(15px + (22 - 15) * (100vw - 320px) / 1600) calc(20px + (40 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-text_show_more .toggle-text-btn-wrap a.toggle-text-btn:hover {
  background: #fff;
  color: #E30017;
}
#blocks .block-text_show_more .toggle-text {
  display: none;
}
#blocks .block-text_show_more .align-center {
  text-align: center;
}
#blocks .block-text_show_more .align-center .headline {
  text-align: center;
}
#blocks .block-text_show_more .align-center .headline.color-color-1 {
  color: #E30017;
}
#blocks .block-text_show_more .align-center .headline.color-color-2 {
  color: #333333;
}

#blocks .block-philosophy {
  position: relative;
}
#blocks .block-philosophy.has-bg {
  background-color: #F2F2F2;
}
#blocks .block-philosophy > div > .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #E30017;
  line-height: 32px;
  margin-bottom: 22px;
}
@media (max-width: 1920px) {
  #blocks .block-philosophy > div > .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-philosophy > div > .headline {
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  color: #333333;
  line-height: 46px;
  margin-bottom: 20px;
}
#blocks .block-philosophy .wrapper {
  display: grid;
  grid-gap: 140px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 25px;
}
@media (max-width: 1920px) {
  #blocks .block-philosophy .wrapper {
    grid-gap: calc(25px + (140 - 25) * (100vw - 320px) / 1600);
    padding: 0 calc(0px + (25 - 0) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 700px) {
  #blocks .block-philosophy .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  #blocks .block-philosophy .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-philosophy .wrapper .element {
  text-align: center;
}
#blocks .block-philosophy .wrapper .element .icon {
  height: 135px;
  width: 135px;
  margin: 0 auto;
  position: relative;
  transform: scale(1);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#blocks .block-philosophy .wrapper .element .icon:hover {
  transform: scale(1.1);
}
#blocks .block-philosophy .wrapper .element .icon img {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translateX(-50%);
}
#blocks .block-philosophy .wrapper .element .subline {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #E30017;
}
@media (max-width: 1920px) {
  #blocks .block-philosophy .wrapper .element .subline {
    font-size: calc(22px + (30 - 22) * (100vw - 320px) / 1600);
    line-height: calc(25px + (40 - 25) * (100vw - 320px) / 1600);
  }
}
#blocks .block-philosophy .wrapper .element .teaser-text,
#blocks .block-philosophy .wrapper .element .toggle-text {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1920px) {
  #blocks .block-philosophy .wrapper .element .teaser-text,
  #blocks .block-philosophy .wrapper .element .toggle-text {
    font-size: calc(18px + (20 - 18) * (100vw - 320px) / 1600);
    line-height: calc(22px + (32 - 22) * (100vw - 320px) / 1600);
  }
}
#blocks .block-philosophy .wrapper .toggle-text-btn-wrap {
  text-align: center;
}
#blocks .block-philosophy .wrapper .toggle-text-btn-wrap a.toggle-text-btn {
  margin-top: 40px;
  display: inline-block;
  border-radius: 26px;
  background: #E30017;
  border: 2px solid #E30017;
  font-weight: normal;
  font-size: 18px;
  line-height: 1px;
  color: #fff;
  text-decoration: none;
  padding: 22px 40px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 1920px) {
  #blocks .block-philosophy .wrapper .toggle-text-btn-wrap a.toggle-text-btn {
    margin-top: calc(25px + (40 - 25) * (100vw - 320px) / 1600);
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / 1600);
    padding: calc(15px + (22 - 15) * (100vw - 320px) / 1600) calc(20px + (40 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-philosophy .wrapper .toggle-text-btn-wrap a.toggle-text-btn:hover {
  background: #fff;
  color: #E30017;
}
#blocks .block-philosophy .wrapper .toggle-text {
  display: none;
}

.block-more_links > .headline {
  display: block;
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  color: #333333;
  line-height: 46px;
  margin-bottom: 45px;
}
@media (max-width: 1920px) {
  .block-more_links > .headline {
    font-size: calc(25px + (34 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (46 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + (45 - 15) * (100vw - 320px) / 1600);
  }
}
.block-more_links .wrapper {
  display: grid;
  grid-gap: 15px;
}
.block-more_links .wrapper.count-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.block-more_links .wrapper.count-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.block-more_links .wrapper.count-2 {
  grid-template-columns: 1fr 1fr;
}
.block-more_links .wrapper .element {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  position: relative;
}
.block-more_links .wrapper .element > img {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
.block-more_links .wrapper .element .overlay {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 85%, #000 100%);
}
.block-more_links .wrapper .element .overlay:after {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  background: #E30017;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.block-more_links .wrapper .element .overlay .content {
  z-index: 2;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 80%;
  display: block;
}
@media (max-width: 1200px) {
  .block-more_links .wrapper .element .overlay .content {
    width: 60%;
  }
}
.block-more_links .wrapper .element .overlay .content .title {
  font-weight: 900;
  font-size: 40px;
  line-height: 45px;
  display: block;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (max-width: 1920px) {
  .block-more_links .wrapper .element .overlay .content .title {
    font-size: calc(18px + (40 - 18) * (100vw - 320px) / 1600);
    line-height: calc(22px + (45 - 22) * (100vw - 320px) / 1600);
  }
}
.block-more_links .wrapper .element:hover .overlay:after {
  opacity: 0.9;
  visibility: visible;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#blocks .block-unternehmensphilosophie .elwrapper .wrapper {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 15px;
}
@media (max-width: 1140px) {
  #blocks .block-unternehmensphilosophie .elwrapper .wrapper {
    display: block;
    margin-bottom: 0;
  }
}
#blocks .block-unternehmensphilosophie .elwrapper .el {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1140px) {
  #blocks .block-unternehmensphilosophie .elwrapper .el {
    margin-bottom: 15px;
  }
}
#blocks .block-unternehmensphilosophie .elwrapper .el .headline {
  font-weight: bold;
  font-size: 34px;
  line-height: 46px;
  color: #333;
  margin-bottom: 25px;
  display: block;
}
@media (max-width: 1920px) {
  #blocks .block-unternehmensphilosophie .elwrapper .el .headline {
    font-size: calc(25px + (34 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (46 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + (25 - 15) * (100vw - 320px) / 1600);
  }
}
#blocks .block-unternehmensphilosophie .elwrapper .el .text {
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #333;
}
@media (max-width: 1920px) {
  #blocks .block-unternehmensphilosophie .elwrapper .el .text {
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / 1600);
    line-height: calc(22px + (33 - 22) * (100vw - 320px) / 1600);
  }
}
#blocks .block-unternehmensphilosophie .elwrapper .el.bg-1 {
  background: #e1e4e5;
}
#blocks .block-unternehmensphilosophie .elwrapper .el.bg-2 {
  background: #4d646f;
}
#blocks .block-unternehmensphilosophie .elwrapper .el.bg-2 .headline {
  color: #fff;
}
#blocks .block-unternehmensphilosophie .elwrapper .el.bg-2 .text {
  color: #fff;
}
#blocks .block-unternehmensphilosophie .elwrapper .el.type-empty {
  opacity: 0;
  visibility: hidden;
}
#blocks .block-unternehmensphilosophie .elwrapper .el.type-text {
  padding: 50px;
}
@media (max-width: 1920px) {
  #blocks .block-unternehmensphilosophie .elwrapper .el.type-text {
    padding: calc(15px + (50 - 15) * (100vw - 320px) / 1600);
  }
}
#blocks .block-unternehmensphilosophie .elwrapper .el.type-image {
  min-height: 680px;
}
@media (max-width: 1140px) {
  #blocks .block-unternehmensphilosophie .elwrapper .el.type-image {
    height: 680px;
    min-height: initial;
    max-height: 90vh;
  }
}
#blocks .block-unternehmensphilosophie .elwrapper .el.type-image .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
}
#blocks .block-unternehmensphilosophie .elwrapper .el.type-image .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  opacity: 0.59;
}
#blocks .block-unternehmensphilosophie .elwrapper .el.type-image .headline {
  font-weight: bold;
  color: #fff;
}
#blocks .block-unternehmensphilosophie .elwrapper .el.type-image.cols-1 .headline {
  font-size: 45px;
  line-height: 53px;
}
@media (max-width: 1920px) {
  #blocks .block-unternehmensphilosophie .elwrapper .el.type-image.cols-1 .headline {
    font-size: calc(25px + (45 - 25) * (100vw - 320px) / 1600);
    line-height: calc(28px + (53 - 28) * (100vw - 320px) / 1600);
  }
}
#blocks .block-unternehmensphilosophie .elwrapper .el.type-image.cols-2 .headline {
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 1920px) {
  #blocks .block-unternehmensphilosophie .elwrapper .el.type-image.cols-2 .headline {
    font-size: calc(25px + (60 - 25) * (100vw - 320px) / 1600);
    line-height: calc(28px + (70 - 28) * (100vw - 320px) / 1600);
  }
}
#blocks .block-unternehmensphilosophie .elwrapper .el.type-image.cols-3 .headline {
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 1920px) {
  #blocks .block-unternehmensphilosophie .elwrapper .el.type-image.cols-3 .headline {
    font-size: calc(25px + (60 - 25) * (100vw - 320px) / 1600);
    line-height: calc(28px + (70 - 28) * (100vw - 320px) / 1600);
  }
}
#blocks .block-unternehmensphilosophie .elwrapper .el.type-image .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 50px;
}
@media (max-width: 1920px) {
  #blocks .block-unternehmensphilosophie .elwrapper .el.type-image .content {
    padding: calc(15px + (50 - 15) * (100vw - 320px) / 1600);
  }
}
#blocks .block-unternehmensphilosophie .elwrapper .el.type-image .content .link {
  border-radius: 26px;
  text-decoration: none;
  background: #E30017;
  color: #fff;
  border: 2px solid #E30017;
  font-size: 18px;
  padding: 10px 20px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 1920px) {
  #blocks .block-unternehmensphilosophie .elwrapper .el.type-image .content .link {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / 1600);
    padding: calc(5px + (10 - 5) * (100vw - 320px) / 1600) calc(10px + (20 - 10) * (100vw - 320px) / 1600);
  }
}
#blocks .block-unternehmensphilosophie .elwrapper .el.type-image .content .link:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.block-ansprechpartner .headline {
  font-weight: 900;
  font-size: 45px;
  text-align: center;
  line-height: 60px;
  color: #E30017;
  margin-bottom: 80px;
}
@media (max-width: 1920px) {
  .block-ansprechpartner .headline {
    font-size: calc(25px + (45 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (60 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + (80 - 15) * (100vw - 320px) / 1600);
  }
}
.block-ansprechpartner .bereich.open .trigger svg {
  transform: translateY(-50%) rotate(90deg);
}
.block-ansprechpartner .bereich .trigger {
  position: relative;
  border-bottom: 1px solid #333;
  padding: 20px 0;
  cursor: pointer;
}
.block-ansprechpartner .bereich .trigger .title {
  font-weight: bold;
  font-size: 34px;
  color: #333;
}
@media (max-width: 1920px) {
  .block-ansprechpartner .bereich .trigger .title {
    font-size: calc(18px + (34 - 18) * (100vw - 320px) / 1600);
  }
}
.block-ansprechpartner .bereich .trigger svg {
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateY(-50%) rotate(0deg);
}
.block-ansprechpartner .bereich .content {
  display: none;
}
.block-ansprechpartner .bereich .content .wrapper {
  padding: 80px 0;
  display: grid;
  grid-gap: 100px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1920px) {
  .block-ansprechpartner .bereich .content .wrapper {
    grid-gap: calc(15px + (100 - 15) * (100vw - 320px) / 1600);
    padding: calc(15px + (80 - 15) * (100vw - 320px) / 1600) 0;
  }
}
@media (max-width: 1000px) {
  .block-ansprechpartner .bereich .content .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .block-ansprechpartner .bereich .content .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .block-ansprechpartner .bereich .content .wrapper .person {
    margin-bottom: 15px;
  }
}
.block-ansprechpartner .bereich .content .wrapper .person span {
  display: block;
}
.block-ansprechpartner .bereich .content .wrapper .person .image img {
  border-radius: 50%;
  display: block;
  width: 136px;
  height: auto;
  margin-bottom: 27px;
}
.block-ansprechpartner .bereich .content .wrapper .person .name {
  font-weight: bold;
  color: #E30017;
}
.block-ansprechpartner .bereich .content .wrapper .person .email {
  margin-top: 25px;
  display: inline-block;
}

.block-downloads .headline {
  font-weight: 900;
  font-size: 45px;
  text-align: center;
  line-height: 60px;
  color: #E30017;
  margin-bottom: 80px;
}
@media (max-width: 1920px) {
  .block-downloads .headline {
    font-size: calc(25px + (45 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (60 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + (80 - 15) * (100vw - 320px) / 1600);
  }
}
.block-downloads .bereich.open .trigger svg {
  transform: translateY(-50%) rotate(90deg);
}
.block-downloads .bereich:first-child .trigger {
  border-top: none;
}
.block-downloads .bereich .trigger {
  position: relative;
  border-top: 1px solid #333;
  padding: 20px 0;
  cursor: pointer;
}
.block-downloads .bereich .trigger .title {
  font-weight: bold;
  font-size: 34px;
  color: #333;
}
@media (max-width: 1920px) {
  .block-downloads .bereich .trigger .title {
    font-size: calc(18px + (34 - 18) * (100vw - 320px) / 1600);
  }
}
.block-downloads .bereich .trigger svg {
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateY(-50%) rotate(0deg);
}
.block-downloads .bereich .content {
  display: none;
}
.block-downloads .bereich .content .wrapper {
  padding: 40px 0;
  display: grid;
  grid-gap: 65px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1000px) {
  .block-downloads .bereich .content .wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .block-downloads .bereich .content .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 380px) {
  .block-downloads .bereich .content .wrapper {
    grid-template-columns: 1fr;
  }
}
.block-downloads .bereich .content .wrapper .download {
  overflow: hidden;
}
.block-downloads .bereich .content .wrapper .download a {
  text-decoration: none;
}
.block-downloads .bereich .content .wrapper .download a .name {
  color: #000;
  font-size: 18px;
  display: block;
}
.block-downloads .bereich .content .wrapper .download a img {
  display: block;
  margin-bottom: 8px;
  border: 1px solid #b4b4b4;
  max-height: 270px;
  width: auto;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.block-downloads .bereich .content .wrapper .download a:hover img {
  border-color: #E30017;
}
.block-downloads .bereich .content .wrapper .download a:hover .name {
  color: #E30017;
}

#blocks .block-news_teaser_animated .bg.bg-style-2 {
  background: #F2F2F2;
  padding: 50px 0;
}
#blocks .block-news_teaser_animated .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #E30017;
  line-height: 32px;
}
@media (max-width: 1920px) {
  #blocks .block-news_teaser_animated .title {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / 1600);
    line-height: calc(20px + (32 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-news_teaser_animated .headline {
  font-weight: 900;
  font-size: 45px;
  text-align: center;
  color: #333333;
  line-height: 60px;
  margin-bottom: 44px;
  margin-top: 16px;
}
@media (max-width: 1920px) {
  #blocks .block-news_teaser_animated .headline {
    font-size: calc(25px + (45 - 25) * (100vw - 320px) / 1600);
    line-height: calc(30px + (60 - 30) * (100vw - 320px) / 1600);
    margin-bottom: calc(25px + (44 - 25) * (100vw - 320px) / 1600);
  }
}
#blocks .block-news_teaser_animated .wrapper {
  display: grid;
  grid-gap: 33px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 900px) {
  #blocks .block-news_teaser_animated .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 750px) {
  #blocks .block-news_teaser_animated .wrapper {
    grid-template-columns: 1fr;
  }
}
#blocks .block-news_teaser_animated .wrapper .link {
  display: none;
  position: relative;
  text-decoration: none;
  padding-bottom: 80px;
}
@media (min-width: 1250px) {
  #blocks .block-news_teaser_animated .wrapper .link {
    padding-bottom: 60px;
  }
}
#blocks .block-news_teaser_animated .wrapper .link .image {
  display: block;
  width: 100%;
  min-height: 250px;
  background-color: #cccccc;
  background-size: cover;
  background-position: center;
}
#blocks .block-news_teaser_animated .wrapper .link .title {
  display: block;
  font-weight: 900;
  font-size: 24px;
  line-height: 26px;
  color: #E30017;
  margin-top: 15px;
  text-align: left;
}
#blocks .block-news_teaser_animated .wrapper .link .entry-date {
  display: block;
  margin-top: 15px;
  font-size: 20px;
}
#blocks .block-news_teaser_animated .wrapper .link .text {
  display: block;
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  margin-top: 15px;
}
@media (max-width: 1920px) {
  #blocks .block-news_teaser_animated .wrapper .link .text {
    font-size: 20px;
    line-height: 26px;
  }
}
#blocks .block-news_teaser_animated .wrapper .link .icon,
#blocks .block-news_teaser_animated .wrapper .link .icon2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 55px;
  width: 55px;
  display: block;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media (min-width: 1250px) {
  #blocks .block-news_teaser_animated .wrapper .link .icon,
  #blocks .block-news_teaser_animated .wrapper .link .icon2 {
    left: initial;
    right: 0;
    transform: initial;
  }
}
#blocks .block-news_teaser_animated .wrapper .link .icon2 {
  z-index: 2;
  opacity: 0;
}
#blocks .block-news_teaser_animated .wrapper .link:hover .icon {
  opacity: 0;
}
#blocks .block-news_teaser_animated .wrapper .link:hover .icon2 {
  opacity: 1;
}
#blocks .block-news_teaser_animated .category_link {
  margin-top: 50px;
  display: inline-block;
  border-radius: 26px;
  background: #E30017;
  border: 2px solid #E30017;
  font-weight: normal;
  font-size: 18px;
  line-height: 1px;
  color: #fff;
  text-decoration: none;
  padding: 22px 40px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 1920px) {
  #blocks .block-news_teaser_animated .category_link {
    margin-top: calc(25px + (50 - 25) * (100vw - 320px) / 1600);
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / 1600);
    padding: calc(15px + (22 - 15) * (100vw - 320px) / 1600) calc(20px + (40 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .block-news_teaser_animated .category_link:hover {
  background: #fff;
  color: #E30017;
}

.block-location_map {
  /* Modal-Overlay */
}
.block-location_map .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 60px;
  column-gap: 60px;
}
@media (max-width: 1400px) {
  .block-location_map .grid {
    row-gap: 20px;
    column-gap: 20px;
  }
}
.block-location_map .grid > div {
  border-bottom: 3px solid #e30017;
}
@media (max-width: 1400px) {
  .block-location_map .grid > div {
    border-bottom: 0 none;
  }
}
.block-location_map p {
  margin: 0 0 15px;
  line-height: 26px;
}
.block-location_map h1,
.block-location_map h2,
.block-location_map h3 {
  margin: 0 0 40px;
  font-weight: bold;
  font-size: 26px;
  line-height: 40px;
  border-bottom: 3px solid #e30017;
}
@media (max-width: 1400px) {
  .block-location_map h1,
  .block-location_map h2,
  .block-location_map h3 {
    margin: 0 0 20px;
  }
}
.block-location_map h3 {
  color: #e30017;
  border: 0 none;
  margin: 0 0 10px;
}
.block-location_map a {
  text-decoration: none;
  color: #222 !important;
}
.block-location_map #map-mobile {
  display: none;
}
@media (max-width: 1400px) {
  .block-location_map #map-mobile {
    display: block;
  }
}
.block-location_map #map-mobile #locations-mobile {
  padding: 20px 0;
}
.block-location_map #map-mobile .location {
  margin-bottom: 40px;
}
.block-location_map #map-mobile img {
  max-width: 100%;
  height: auto;
  display: block;
}
.block-location_map #map {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
  /* Marker-Positionen */
}
@media (max-width: 1400px) {
  .block-location_map #map {
    display: none;
  }
}
.block-location_map #map .map-container {
  width: 100%;
  max-width: 1600px;
  position: relative;
}
.block-location_map #map .map-container img {
  max-width: 100%;
  height: auto;
  display: block;
}
.block-location_map #map .map-marker {
  position: absolute;
  width: 30px;
  height: 80px;
  cursor: pointer;
  /*transition: transform 0.2s ease;*/
  background: url("../img/marker.svg") no-repeat center center;
  background-size: contain;
  animation: height ease-in-out 1s infinite alternate;
}
.block-location_map #map #marker-usa {
  top: 38%;
  left: 20.4%;
}
.block-location_map #map #marker-france {
  top: 28%;
  left: 46%;
}
.block-location_map #map #marker-germany {
  top: 25%;
  left: 48%;
}
.block-location_map #map #marker-italy {
  top: 30%;
  left: 49.2%;
}
.block-location_map #map #marker-turkey {
  top: 32%;
  left: 53.8%;
}
.block-location_map #map #marker-china {
  top: 38%;
  left: 79.3%;
}
.block-location_map #map #marker-korea {
  top: 35%;
  left: 81.4%;
}
.block-location_map .modal-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.block-location_map .modal-overlay .modal-content {
  background-color: #fff;
  padding: 50px 70px;
  /*border-radius: 8px;*/
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 90%;
  max-width: 750px;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
  font-size: 0.9em;
}
.block-location_map .modal-overlay .modal-content .location-info {
  display: none; /* Die einzelnen Info-Container sind standardmäßig unsichtbar */
}
.block-location_map .modal-overlay .modal-content .location-info.active {
  display: block; /* Der aktive Info-Container wird sichtbar */
}
.block-location_map .modal-overlay .close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  /*font-size: 60px;*/
  cursor: pointer;
  /*color: #aaa;*/
  transition: transform 0.2s ease;
}
.block-location_map .modal-overlay .close-button:hover {
  transform: scale(1.2);
}
.block-location_map .modal-overlay .close-button:hover {
  color: #333;
}
@keyframes height {
  0% {
    height: 80px;
  }
  100% {
    height: 85px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ACF */
html,
body,
* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Overpass", sans-serif;
  font-size: 21px;
  line-height: 35px;
  color: #333333;
}
@media (max-width: 1920px) {
  html,
  body {
    font-size: calc(18px + (21 - 18) * (100vw - 320px) / 1600);
    line-height: calc(22px + (35 - 22) * (100vw - 320px) / 1600);
  }
}
@media (max-width: 800px) {
  html,
  body {
    overflow-x: hidden;
  }
}

#blocks h1, #blocks h2, #blocks h3, #blocks h4, #blocks h5, #blocks h6 {
  margin-top: 0;
}
#blocks a, #blocks a:visited {
  color: #E30017;
}
#blocks p {
  margin-top: 0;
  margin-bottom: 10px;
}

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

#loader {
  position: fixed;
  z-index: 9999;
  background-color: rgb(255, 255, 255);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: all 250ms ease-in-out;
}
#loader.hide {
  opacity: 0;
  visibility: hidden;
}
#loader .inner {
  width: 180px;
  height: auto;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0);
}
#loader svg {
  width: 100%;
  height: auto;
  animation: bounce2 1.8s ease-in-out infinite;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1250px) {
  #mobile-nav {
    display: none;
  }
}
#sticky {
  position: fixed;
  z-index: 500;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#sticky a {
  margin-bottom: 10px;
  display: block;
  padding: 10px;
  background-color: #E30017;
}
@media (min-width: 992px) {
  #sticky a {
    padding: 15px;
  }
}
#sticky a svg {
  width: 20px;
  height: 20px;
  display: block;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 992px) {
  #sticky a svg {
    width: 30px;
    height: 30px;
  }
}
#sticky a:hover svg {
  transform: rotate(45deg);
}

#header {
  position: relative;
  min-height: 100vh;
}
#header.scroll #fixed {
  background-color: rgba(0, 0, 0, 0.5);
  height: 66px;
}
#header.scroll #fixed a#logo {
  width: 130px;
}
#header.scroll #fixed nav#main-navigation,
#header.scroll #fixed #meta {
  top: 15px;
}
#header #fixed {
  background-color: rgba(51, 51, 51, 0.7);
  backdrop-filter: blur(3px);
  height: 66px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0.6530813009) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  z-index: 999;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 1250px) {
  #header #fixed {
    height: 132px;
    background-color: transparent;
  }
}
#header #fixed ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header #fixed ul a {
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: block;
  font-weight: 300;
}
#header #fixed ul li {
  padding: 0;
}
#header a {
  color: #FFF;
  text-decoration: none;
}
#header a#logo {
  width: 130px;
  height: auto;
  display: block;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 1250px) {
  #header a#logo {
    width: 260px;
  }
}
#header a#logo img {
  width: 100%;
}
#header nav#main-navigation {
  position: absolute;
  top: 15px;
  left: 280px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 1250px) {
  #header nav#main-navigation {
    top: 59px;
  }
}
@media (max-width: 1200px) {
  #header nav#main-navigation {
    left: 275px;
  }
}
#header nav#main-navigation ul#main_navigation {
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#header nav#main-navigation ul#main_navigation > li {
  position: relative;
  float: left;
  margin: 0 10px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 1340px) {
  #header nav#main-navigation ul#main_navigation > li {
    margin: 0;
  }
}
#header nav#main-navigation ul#main_navigation > li.current_page_item > a, #header nav#main-navigation ul#main_navigation > li.current_page_ancestor > a, #header nav#main-navigation ul#main_navigation > li:hover > a {
  text-decoration: underline;
}
#header nav#main-navigation ul#main_navigation > li > a {
  padding: 8px 18px 5px 18px;
}
#header nav#main-navigation ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#header nav#main-navigation ul ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
#header nav#main-navigation ul ul.sub-menu li {
  min-width: 230px;
}
#header nav#main-navigation ul ul.sub-menu li.current_page_item a, #header nav#main-navigation ul ul.sub-menu li.current_page_ancestor a {
  color: #e30017;
}
#header nav#main-navigation ul ul.sub-menu li a {
  text-transform: uppercase;
  font-size: 16px;
  color: #FFF;
  padding: 5px 0;
  line-height: 24px;
}
#header nav#main-navigation ul ul.sub-menu li a:hover {
  color: #e30017;
}
#header #langswitch_nav {
  margin-left: 20px !important;
}
#header #langswitch_nav li {
  margin-left: 5px !important;
}
#header #langswitch_nav li a {
  padding: 4px 0;
}
#header #langswitch_nav li a span {
  display: none;
}
#header #meta {
  position: absolute;
  top: 15px;
  right: 0;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 1250px) {
  #header #meta {
    top: 60px;
  }
}
#header #meta ul {
  float: left;
}
#header #meta ul li {
  margin-top: 3px;
  margin-left: 20px;
  display: inline-block;
}
#header #meta ul li a {
  line-height: 34px;
}
#header #header-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #eee;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
  visibility: visible;
}
#header #header-overlay.hide {
  opacity: 0;
  visibility: hidden;
}
#header #header-overlay .sk-folding-cube-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header #header-overlay .sk-folding-cube {
  width: 50px;
  height: 50px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#header #header-overlay .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#header #header-overlay .sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e30017;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
#header #header-overlay .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
#header #header-overlay .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
#header #header-overlay .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
#header #header-overlay .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#header #header-overlay .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#header #header-overlay .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
#header #headerimages {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#header #headerimages .overlay {
  padding-top: 60vh;
  position: relative;
  z-index: 2;
}
#header #headerimages .overlay .title {
  display: block;
  font-weight: normal;
  font-size: 30px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
}
@media (max-width: 1920px) {
  #header #headerimages .overlay .title {
    font-size: calc(22px + (30 - 22) * (100vw - 320px) / 1600);
  }
}
#header #headerimages .overlay .headline {
  display: block;
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 6px 7px rgba(0, 0, 0, 0.89);
}
@media (max-width: 1920px) {
  #header #headerimages .overlay .headline {
    font-size: calc(34px + (60 - 34) * (100vw - 320px) / 1600);
    line-height: calc(40px + (70 - 40) * (100vw - 320px) / 1600);
  }
}
#header #headerimages .klammer {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header #headerimages .klammer img {
  display: block;
  margin: 0 auto;
  max-width: 60vw;
  height: auto;
}
#header #headerimages .klammer.lang-de {
  width: 450px;
}
#header #headerimages .klammer.lang-en {
  width: 550px;
}
#header #headerimages .klammer.lang-it {
  width: 550px;
}
#header #headerimages .slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
}
#header #headerimages .video {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#header #headerimages .video video {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
#header a#resp_mmenu_trigger {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 1250px) {
  #header a#resp_mmenu_trigger {
    display: none;
  }
}
#header nav#main-navigation {
  display: none;
}
@media (min-width: 1250px) {
  #header nav#main-navigation {
    display: block;
  }
}
#header #meta ul {
  display: none;
}
@media (min-width: 1250px) {
  #header #meta ul {
    display: block;
  }
}
#header #meta #langswitch_nav {
  display: block;
  margin-right: 55px;
}
@media (min-width: 1250px) {
  #header #meta #langswitch_nav {
    margin-right: 0;
  }
}

/* = NOT MY STUFF
----------------------------------------------- */
.clear {
  clear: both;
}

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

pre {
  text-align: left;
  font-size: 12px !important;
  line-height: 16px !important;
  padding: 5px !important;
  background: #222;
  color: #18aad6;
  font-family: Verdana !important;
  font-weight: lighter;
}

.boxed-1 {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.boxed-1 .boxed-1 {
  max-width: initial;
  width: initial;
}

.boxed-2 {
  max-width: 1364px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.boxed-2 .boxed-2 {
  max-width: initial;
  width: initial;
}

.boxed-3 {
  max-width: 1196px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.boxed-3 .boxed-3 {
  max-width: initial;
  width: initial;
}

.boxed-4 {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.boxed-4 .boxed-4 {
  max-width: initial;
  width: initial;
}

#blocks {
  /* NEUE ANIMATIONEN */
  /* NEUE ANIMATIONEN */
}
#blocks > .block.mt0 {
  padding-top: 0;
}
#blocks > .block.mt1 {
  padding-top: 25px;
}
@media (max-width: 1920px) {
  #blocks > .block.mt1 {
    padding-top: calc(20px + (25 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks > .block.mt2 {
  padding-top: 80px;
}
@media (max-width: 1920px) {
  #blocks > .block.mt2 {
    padding-top: calc(40px + (80 - 40) * (100vw - 320px) / 1600);
  }
}
#blocks > .block.mt3 {
  padding-top: 150px;
}
@media (max-width: 1920px) {
  #blocks > .block.mt3 {
    padding-top: calc(50px + (150 - 50) * (100vw - 320px) / 1600);
  }
}
#blocks > .block.mb0 {
  padding-bottom: 0;
}
#blocks > .block.mb1 {
  padding-bottom: 25px;
}
@media (max-width: 1920px) {
  #blocks > .block.mb1 {
    padding-bottom: calc(20px + (25 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks > .block.mb2 {
  padding-bottom: 80px;
}
@media (max-width: 1920px) {
  #blocks > .block.mb2 {
    padding-bottom: calc(40px + (80 - 40) * (100vw - 320px) / 1600);
  }
}
#blocks > .block.mb3 {
  padding-bottom: 150px;
}
@media (max-width: 1920px) {
  #blocks > .block.mb3 {
    padding-bottom: calc(50px + (150 - 50) * (100vw - 320px) / 1600);
  }
}
#blocks .center-content {
  text-align: center;
}
#blocks > .block-text,
#blocks > .block-text-teaser,
#blocks > .block-image,
#blocks > .block-text_3_cols,
#blocks > .block-text_image,
#blocks > .block-text_2_cols,
#blocks > .block-video,
#blocks > .block-text_show_more,
#blocks > .block-timeline .element {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 200ms ease-in-out;
}
@media (max-width: 450px) {
  #blocks > .block-text,
  #blocks > .block-text-teaser,
  #blocks > .block-image,
  #blocks > .block-text_3_cols,
  #blocks > .block-text_image,
  #blocks > .block-text_2_cols,
  #blocks > .block-video,
  #blocks > .block-text_show_more,
  #blocks > .block-timeline .element {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#blocks > .block-text.on,
#blocks > .block-text-teaser.on,
#blocks > .block-image.on,
#blocks > .block-text_3_cols.on,
#blocks > .block-text_image.on,
#blocks > .block-text_2_cols.on,
#blocks > .block-video.on,
#blocks > .block-text_show_more.on,
#blocks > .block-timeline .element.on {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#blocks > .block-facts .element,
#blocks > .block-boxes .element,
#blocks > .block-certs .element,
#blocks > .block-benefits_horizontal .element,
#blocks > .block-social_media .element {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 200ms ease-in-out;
}
@media (max-width: 450px) {
  #blocks > .block-facts .element,
  #blocks > .block-boxes .element,
  #blocks > .block-certs .element,
  #blocks > .block-benefits_horizontal .element,
  #blocks > .block-social_media .element {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#blocks > .block-facts .element:nth-child(1n),
#blocks > .block-boxes .element:nth-child(1n),
#blocks > .block-certs .element:nth-child(1n),
#blocks > .block-benefits_horizontal .element:nth-child(1n),
#blocks > .block-social_media .element:nth-child(1n) {
  transition-delay: 300ms;
}
#blocks > .block-facts .element:nth-child(2n),
#blocks > .block-boxes .element:nth-child(2n),
#blocks > .block-certs .element:nth-child(2n),
#blocks > .block-benefits_horizontal .element:nth-child(2n),
#blocks > .block-social_media .element:nth-child(2n) {
  transition-delay: 600ms;
}
#blocks > .block-facts .element:nth-child(3n),
#blocks > .block-boxes .element:nth-child(3n),
#blocks > .block-certs .element:nth-child(3n),
#blocks > .block-benefits_horizontal .element:nth-child(3n),
#blocks > .block-social_media .element:nth-child(3n) {
  transition-delay: 900ms;
}
#blocks > .block-facts .element:nth-child(4n),
#blocks > .block-boxes .element:nth-child(4n),
#blocks > .block-certs .element:nth-child(4n),
#blocks > .block-benefits_horizontal .element:nth-child(4n),
#blocks > .block-social_media .element:nth-child(4n) {
  transition-delay: 1200ms;
}
#blocks > .block-facts .element:nth-child(5n),
#blocks > .block-boxes .element:nth-child(5n),
#blocks > .block-certs .element:nth-child(5n),
#blocks > .block-benefits_horizontal .element:nth-child(5n),
#blocks > .block-social_media .element:nth-child(5n) {
  transition-delay: 1500ms;
}
#blocks > .block-facts .element:nth-child(6n),
#blocks > .block-boxes .element:nth-child(6n),
#blocks > .block-certs .element:nth-child(6n),
#blocks > .block-benefits_horizontal .element:nth-child(6n),
#blocks > .block-social_media .element:nth-child(6n) {
  transition-delay: 1800ms;
}
#blocks > .block-facts .element:nth-child(7n),
#blocks > .block-boxes .element:nth-child(7n),
#blocks > .block-certs .element:nth-child(7n),
#blocks > .block-benefits_horizontal .element:nth-child(7n),
#blocks > .block-social_media .element:nth-child(7n) {
  transition-delay: 2100ms;
}
#blocks > .block-facts .element:nth-child(8n),
#blocks > .block-boxes .element:nth-child(8n),
#blocks > .block-certs .element:nth-child(8n),
#blocks > .block-benefits_horizontal .element:nth-child(8n),
#blocks > .block-social_media .element:nth-child(8n) {
  transition-delay: 2400ms;
}
#blocks > .block-facts .element:nth-child(9n),
#blocks > .block-boxes .element:nth-child(9n),
#blocks > .block-certs .element:nth-child(9n),
#blocks > .block-benefits_horizontal .element:nth-child(9n),
#blocks > .block-social_media .element:nth-child(9n) {
  transition-delay: 2700ms;
}
#blocks > .block-facts .element:nth-child(10n),
#blocks > .block-boxes .element:nth-child(10n),
#blocks > .block-certs .element:nth-child(10n),
#blocks > .block-benefits_horizontal .element:nth-child(10n),
#blocks > .block-social_media .element:nth-child(10n) {
  transition-delay: 3000ms;
}
#blocks > .block-facts .element:nth-child(11n),
#blocks > .block-boxes .element:nth-child(11n),
#blocks > .block-certs .element:nth-child(11n),
#blocks > .block-benefits_horizontal .element:nth-child(11n),
#blocks > .block-social_media .element:nth-child(11n) {
  transition-delay: 3300ms;
}
#blocks > .block-facts .element:nth-child(12n),
#blocks > .block-boxes .element:nth-child(12n),
#blocks > .block-certs .element:nth-child(12n),
#blocks > .block-benefits_horizontal .element:nth-child(12n),
#blocks > .block-social_media .element:nth-child(12n) {
  transition-delay: 3600ms;
}
#blocks > .block-facts .element:nth-child(13n),
#blocks > .block-boxes .element:nth-child(13n),
#blocks > .block-certs .element:nth-child(13n),
#blocks > .block-benefits_horizontal .element:nth-child(13n),
#blocks > .block-social_media .element:nth-child(13n) {
  transition-delay: 3900ms;
}
#blocks > .block-facts .element:nth-child(14n),
#blocks > .block-boxes .element:nth-child(14n),
#blocks > .block-certs .element:nth-child(14n),
#blocks > .block-benefits_horizontal .element:nth-child(14n),
#blocks > .block-social_media .element:nth-child(14n) {
  transition-delay: 4200ms;
}
#blocks > .block-facts .element:nth-child(15n),
#blocks > .block-boxes .element:nth-child(15n),
#blocks > .block-certs .element:nth-child(15n),
#blocks > .block-benefits_horizontal .element:nth-child(15n),
#blocks > .block-social_media .element:nth-child(15n) {
  transition-delay: 4500ms;
}
#blocks > .block-facts .element:nth-child(16n),
#blocks > .block-boxes .element:nth-child(16n),
#blocks > .block-certs .element:nth-child(16n),
#blocks > .block-benefits_horizontal .element:nth-child(16n),
#blocks > .block-social_media .element:nth-child(16n) {
  transition-delay: 4800ms;
}
#blocks > .block-facts .element:nth-child(17n),
#blocks > .block-boxes .element:nth-child(17n),
#blocks > .block-certs .element:nth-child(17n),
#blocks > .block-benefits_horizontal .element:nth-child(17n),
#blocks > .block-social_media .element:nth-child(17n) {
  transition-delay: 5100ms;
}
#blocks > .block-facts .element:nth-child(18n),
#blocks > .block-boxes .element:nth-child(18n),
#blocks > .block-certs .element:nth-child(18n),
#blocks > .block-benefits_horizontal .element:nth-child(18n),
#blocks > .block-social_media .element:nth-child(18n) {
  transition-delay: 5400ms;
}
#blocks > .block-facts .element:nth-child(19n),
#blocks > .block-boxes .element:nth-child(19n),
#blocks > .block-certs .element:nth-child(19n),
#blocks > .block-benefits_horizontal .element:nth-child(19n),
#blocks > .block-social_media .element:nth-child(19n) {
  transition-delay: 5700ms;
}
#blocks > .block-facts .element:nth-child(20n),
#blocks > .block-boxes .element:nth-child(20n),
#blocks > .block-certs .element:nth-child(20n),
#blocks > .block-benefits_horizontal .element:nth-child(20n),
#blocks > .block-social_media .element:nth-child(20n) {
  transition-delay: 6000ms;
}
#blocks > .block-facts .element:nth-child(21n),
#blocks > .block-boxes .element:nth-child(21n),
#blocks > .block-certs .element:nth-child(21n),
#blocks > .block-benefits_horizontal .element:nth-child(21n),
#blocks > .block-social_media .element:nth-child(21n) {
  transition-delay: 6300ms;
}
#blocks > .block-facts .element:nth-child(22n),
#blocks > .block-boxes .element:nth-child(22n),
#blocks > .block-certs .element:nth-child(22n),
#blocks > .block-benefits_horizontal .element:nth-child(22n),
#blocks > .block-social_media .element:nth-child(22n) {
  transition-delay: 6600ms;
}
#blocks > .block-facts .element:nth-child(23n),
#blocks > .block-boxes .element:nth-child(23n),
#blocks > .block-certs .element:nth-child(23n),
#blocks > .block-benefits_horizontal .element:nth-child(23n),
#blocks > .block-social_media .element:nth-child(23n) {
  transition-delay: 6900ms;
}
#blocks > .block-facts .element:nth-child(24n),
#blocks > .block-boxes .element:nth-child(24n),
#blocks > .block-certs .element:nth-child(24n),
#blocks > .block-benefits_horizontal .element:nth-child(24n),
#blocks > .block-social_media .element:nth-child(24n) {
  transition-delay: 7200ms;
}
#blocks > .block-facts .element:nth-child(25n),
#blocks > .block-boxes .element:nth-child(25n),
#blocks > .block-certs .element:nth-child(25n),
#blocks > .block-benefits_horizontal .element:nth-child(25n),
#blocks > .block-social_media .element:nth-child(25n) {
  transition-delay: 7500ms;
}
#blocks > .block-facts .element:nth-child(26n),
#blocks > .block-boxes .element:nth-child(26n),
#blocks > .block-certs .element:nth-child(26n),
#blocks > .block-benefits_horizontal .element:nth-child(26n),
#blocks > .block-social_media .element:nth-child(26n) {
  transition-delay: 7800ms;
}
#blocks > .block-facts .element:nth-child(27n),
#blocks > .block-boxes .element:nth-child(27n),
#blocks > .block-certs .element:nth-child(27n),
#blocks > .block-benefits_horizontal .element:nth-child(27n),
#blocks > .block-social_media .element:nth-child(27n) {
  transition-delay: 8100ms;
}
#blocks > .block-facts .element:nth-child(28n),
#blocks > .block-boxes .element:nth-child(28n),
#blocks > .block-certs .element:nth-child(28n),
#blocks > .block-benefits_horizontal .element:nth-child(28n),
#blocks > .block-social_media .element:nth-child(28n) {
  transition-delay: 8400ms;
}
#blocks > .block-facts .element:nth-child(29n),
#blocks > .block-boxes .element:nth-child(29n),
#blocks > .block-certs .element:nth-child(29n),
#blocks > .block-benefits_horizontal .element:nth-child(29n),
#blocks > .block-social_media .element:nth-child(29n) {
  transition-delay: 8700ms;
}
#blocks > .block-facts .element:nth-child(30n),
#blocks > .block-boxes .element:nth-child(30n),
#blocks > .block-certs .element:nth-child(30n),
#blocks > .block-benefits_horizontal .element:nth-child(30n),
#blocks > .block-social_media .element:nth-child(30n) {
  transition-delay: 9000ms;
}
#blocks > .block-facts.on .element,
#blocks > .block-boxes.on .element,
#blocks > .block-certs.on .element,
#blocks > .block-benefits_horizontal.on .element,
#blocks > .block-social_media.on .element {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#blocks > .block-more_links {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 200ms ease-in-out;
}
@media (max-width: 450px) {
  #blocks > .block-more_links {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#blocks > .block-more_links a {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 200ms ease-in-out;
}
@media (max-width: 450px) {
  #blocks > .block-more_links a {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#blocks > .block-more_links a:nth-child(1n) {
  transition-delay: 300ms;
}
#blocks > .block-more_links a:nth-child(2n) {
  transition-delay: 600ms;
}
#blocks > .block-more_links a:nth-child(3n) {
  transition-delay: 900ms;
}
#blocks > .block-more_links a:nth-child(4n) {
  transition-delay: 1200ms;
}
#blocks > .block-more_links a:nth-child(5n) {
  transition-delay: 1500ms;
}
#blocks > .block-more_links a:nth-child(6n) {
  transition-delay: 1800ms;
}
#blocks > .block-more_links a:nth-child(7n) {
  transition-delay: 2100ms;
}
#blocks > .block-more_links a:nth-child(8n) {
  transition-delay: 2400ms;
}
#blocks > .block-more_links a:nth-child(9n) {
  transition-delay: 2700ms;
}
#blocks > .block-more_links a:nth-child(10n) {
  transition-delay: 3000ms;
}
#blocks > .block-more_links.on {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#blocks > .block-more_links.on a {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#blocks > .block-benefits_horizontal .title,
#blocks > .block-benefits_horizontal .headline,
#blocks > .block-social_media .title,
#blocks > .block-social_media .headline {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 200ms ease-in-out;
}
@media (max-width: 450px) {
  #blocks > .block-benefits_horizontal .title,
  #blocks > .block-benefits_horizontal .headline,
  #blocks > .block-social_media .title,
  #blocks > .block-social_media .headline {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#blocks > .block-benefits_horizontal.on .title,
#blocks > .block-benefits_horizontal.on .headline,
#blocks > .block-social_media.on .title,
#blocks > .block-social_media.on .headline {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#blocks > .block-teaser .box {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 200ms ease-in-out;
}
@media (max-width: 450px) {
  #blocks > .block-teaser .box {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#blocks > .block-teaser.on .box {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#blocks > .block-unternehmensphilosophie .elwrapper {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 200ms ease-in-out;
}
@media (max-width: 450px) {
  #blocks > .block-unternehmensphilosophie .elwrapper {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#blocks > .block-unternehmensphilosophie.on .elwrapper {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#blocks > .block-downloads,
#blocks > .block-ansprechpartner {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 200ms ease-in-out;
}
@media (max-width: 450px) {
  #blocks > .block-downloads,
  #blocks > .block-ansprechpartner {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#blocks > .block-downloads.on,
#blocks > .block-ansprechpartner.on {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#blocks > .block-teaser .box > div,
#blocks > .block-cta .box > div,
#blocks > .block-schoeller_group .box > div {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 200ms ease-in-out 300ms;
}
@media (max-width: 450px) {
  #blocks > .block-teaser .box > div,
  #blocks > .block-cta .box > div,
  #blocks > .block-schoeller_group .box > div {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#blocks > .block-teaser .box > div:nth-child(1n),
#blocks > .block-cta .box > div:nth-child(1n),
#blocks > .block-schoeller_group .box > div:nth-child(1n) {
  transition-delay: 300ms;
}
#blocks > .block-teaser .box > div:nth-child(2n),
#blocks > .block-cta .box > div:nth-child(2n),
#blocks > .block-schoeller_group .box > div:nth-child(2n) {
  transition-delay: 600ms;
}
#blocks > .block-teaser .box > div:nth-child(3n),
#blocks > .block-cta .box > div:nth-child(3n),
#blocks > .block-schoeller_group .box > div:nth-child(3n) {
  transition-delay: 900ms;
}
#blocks > .block-teaser .box > div:nth-child(4n),
#blocks > .block-cta .box > div:nth-child(4n),
#blocks > .block-schoeller_group .box > div:nth-child(4n) {
  transition-delay: 1200ms;
}
#blocks > .block-teaser .box > div:nth-child(5n),
#blocks > .block-cta .box > div:nth-child(5n),
#blocks > .block-schoeller_group .box > div:nth-child(5n) {
  transition-delay: 1500ms;
}
#blocks > .block-teaser .box > div:nth-child(6n),
#blocks > .block-cta .box > div:nth-child(6n),
#blocks > .block-schoeller_group .box > div:nth-child(6n) {
  transition-delay: 1800ms;
}
#blocks > .block-teaser .box > div:nth-child(7n),
#blocks > .block-cta .box > div:nth-child(7n),
#blocks > .block-schoeller_group .box > div:nth-child(7n) {
  transition-delay: 2100ms;
}
#blocks > .block-teaser .box > div:nth-child(8n),
#blocks > .block-cta .box > div:nth-child(8n),
#blocks > .block-schoeller_group .box > div:nth-child(8n) {
  transition-delay: 2400ms;
}
#blocks > .block-teaser .box > div:nth-child(9n),
#blocks > .block-cta .box > div:nth-child(9n),
#blocks > .block-schoeller_group .box > div:nth-child(9n) {
  transition-delay: 2700ms;
}
#blocks > .block-teaser .box > div:nth-child(10n),
#blocks > .block-cta .box > div:nth-child(10n),
#blocks > .block-schoeller_group .box > div:nth-child(10n) {
  transition-delay: 3000ms;
}
#blocks > .block-teaser.on .box > div,
#blocks > .block-cta.on .box > div,
#blocks > .block-schoeller_group.on .box > div {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#blocks > .block-cta .box.img,
#blocks > .block-schoeller_group .box.img {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 200ms ease-in-out;
}
@media (max-width: 450px) {
  #blocks > .block-cta .box.img,
  #blocks > .block-schoeller_group .box.img {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#blocks > .block-cta .box.img:nth-child(1n),
#blocks > .block-schoeller_group .box.img:nth-child(1n) {
  transition-delay: 300ms;
}
#blocks > .block-cta .box.img:nth-child(2n),
#blocks > .block-schoeller_group .box.img:nth-child(2n) {
  transition-delay: 600ms;
}
#blocks > .block-cta .box.img:nth-child(3n),
#blocks > .block-schoeller_group .box.img:nth-child(3n) {
  transition-delay: 900ms;
}
#blocks > .block-cta .box.img:nth-child(4n),
#blocks > .block-schoeller_group .box.img:nth-child(4n) {
  transition-delay: 1200ms;
}
#blocks > .block-cta .box.img:nth-child(5n),
#blocks > .block-schoeller_group .box.img:nth-child(5n) {
  transition-delay: 1500ms;
}
#blocks > .block-cta .box.img:nth-child(6n),
#blocks > .block-schoeller_group .box.img:nth-child(6n) {
  transition-delay: 1800ms;
}
#blocks > .block-cta .box.img:nth-child(7n),
#blocks > .block-schoeller_group .box.img:nth-child(7n) {
  transition-delay: 2100ms;
}
#blocks > .block-cta .box.img:nth-child(8n),
#blocks > .block-schoeller_group .box.img:nth-child(8n) {
  transition-delay: 2400ms;
}
#blocks > .block-cta .box.img:nth-child(9n),
#blocks > .block-schoeller_group .box.img:nth-child(9n) {
  transition-delay: 2700ms;
}
#blocks > .block-cta .box.img:nth-child(10n),
#blocks > .block-schoeller_group .box.img:nth-child(10n) {
  transition-delay: 3000ms;
}
#blocks > .block-cta.on .box.img,
#blocks > .block-schoeller_group.on .box.img {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#blocks > .block-news-teaser .link {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 200ms ease-in-out;
}
@media (max-width: 450px) {
  #blocks > .block-news-teaser .link {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#blocks > .block-news-teaser .link:nth-child(1n) {
  transition-delay: 300ms;
}
#blocks > .block-news-teaser .link:nth-child(2n) {
  transition-delay: 600ms;
}
#blocks > .block-news-teaser .link:nth-child(3n) {
  transition-delay: 900ms;
}
#blocks > .block-news-teaser .link:nth-child(4n) {
  transition-delay: 1200ms;
}
#blocks > .block-news-teaser .link:nth-child(5n) {
  transition-delay: 1500ms;
}
#blocks > .block-news-teaser .link:nth-child(6n) {
  transition-delay: 1800ms;
}
#blocks > .block-news-teaser .link:nth-child(7n) {
  transition-delay: 2100ms;
}
#blocks > .block-news-teaser .link:nth-child(8n) {
  transition-delay: 2400ms;
}
#blocks > .block-news-teaser .link:nth-child(9n) {
  transition-delay: 2700ms;
}
#blocks > .block-news-teaser .link:nth-child(10n) {
  transition-delay: 3000ms;
}
#blocks > .block-news-teaser.on .link {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body.search-results #header {
  min-height: 60vh;
}
body.search-results #header #headerimages .slide {
  height: 60vh;
}

body .pixelmate-revoke {
  border-radius: 2px;
  padding: 5px 10px !important;
  cursor: pointer;
}

#blocks .wpcf7 p {
  margin-bottom: 25px;
}
#blocks .wpcf7 label {
  font-size: 20px;
}
#blocks .wpcf7 .wpcf7-text,
#blocks .wpcf7 .wpcf7-textarea,
#blocks .wpcf7 .wpcf7-select {
  padding: 5px 10px;
  outline: none;
  border-radius: 7px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  box-shadow: 0 0 3px 3px #F5F5F5;
  margin-top: 5px;
}
#blocks .wpcf7 .wpcf7-text:focus,
#blocks .wpcf7 .wpcf7-textarea:focus,
#blocks .wpcf7 .wpcf7-select:focus {
  background-color: #fff;
  border-color: #E30017;
}
#blocks .wpcf7 .wpcf7-select {
  width: 25%;
  font-size: 20px;
}
#blocks .wpcf7 .wpcf7-select option {
  font-size: 18px;
}
#blocks .wpcf7 .wpcf7-text,
#blocks .wpcf7 .wpcf7-textarea {
  width: 100%;
}
#blocks .wpcf7 .wpcf7-textarea {
  height: 200px;
}
#blocks .wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: bold;
}
#blocks .wpcf7 .wpcf7-submit {
  background: #E30017;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border-radius: 26px;
  background: #E30017;
  border: 2px solid #E30017;
  font-weight: normal;
  font-size: 18px;
  line-height: 1px;
  text-decoration: none;
  padding: 22px 40px;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-top: 30px;
}
@media (max-width: 1920px) {
  #blocks .wpcf7 .wpcf7-submit {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / 1600);
    padding: calc(15px + (22 - 15) * (100vw - 320px) / 1600) calc(20px + (40 - 20) * (100vw - 320px) / 1600);
  }
}
#blocks .wpcf7 .wpcf7-submit:hover {
  background: #fff;
  color: #E30017;
}
#blocks .wpcf7 .colwrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 25px;
}
@media (max-width: 600px) {
  #blocks .wpcf7 .colwrapper {
    grid-template-columns: 1fr;
  }
}

#footer {
  margin-top: 50px;
  background: #333333;
  color: #fff;
  padding-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  #footer {
    text-align: left;
  }
}
@media (max-width: 1920px) {
  #footer {
    margin-top: calc(15px + (50 - 15) * (100vw - 320px) / 1600);
  }
}
#footer #footer_icons {
  display: block;
  float: right;
  margin: 15px -8px -40px 0;
}
@media (max-width: 768px) {
  #footer #footer_icons {
    float: none;
    margin: 15px auto 0;
  }
}
#footer #footer_icons li {
  display: inline-block;
}
#footer #footer_icons li img {
  display: block;
  width: auto;
  height: 55px;
}
#footer a {
  color: #FFF;
  text-decoration: none;
}
#footer img {
  display: initial;
}
#footer .wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  #footer .wrapper {
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }
}
#footer .wrapper .column {
  position: relative;
  margin: 15px 0;
}
@media (min-width: 768px) {
  #footer .wrapper .column {
    margin: 0;
  }
}
#footer .wrapper .column.col-2, #footer .wrapper .column.col-4 {
  text-align: center;
}
@media (min-width: 768px) {
  #footer .wrapper .column.col-2, #footer .wrapper .column.col-4 {
    text-align: right;
  }
}
#footer .wrapper .column.col-3, #footer .wrapper .column.col-4 {
  font-size: 16px;
}
@media (min-width: 768px) {
  #footer .wrapper .column.col-2 ul {
    margin-top: 40px;
  }
}
#footer .wrapper .column.col-2 ul li {
  margin-left: 20px;
}
#footer .wrapper .column ul {
  padding: 0;
  list-style-type: none;
}
#footer .wrapper .column ul li {
  padding: 0;
  display: inline-block;
}
#footer .wrapper .column #footer_navigation li:last-child a {
  padding-right: 0;
}
#footer .wrapper .column #footer_navigation li:first-child a {
  border: 0 none;
}
#footer .wrapper .column #footer_navigation li a {
  border-left: 1px solid #FFF;
  padding: 0 12px;
}
@media (min-width: 768px) {
  #footer .wrapper .column {
    padding-left: 20px;
  }
}
.otgs-development-site-front-end {
  display: none;
}

/* -------------------------------------------- */
#main #blocks .type-searchresults h1 {
  margin-top: 25px;
}

#langswitch_nav li a {
  display: block;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  position: relative;
}
#langswitch_nav li a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  line-height: 0;
  margin-top: 2px;
}
#langswitch_nav li a img {
  display: none;
}
#langswitch_nav li#menu-item-wpml-ls-39-it a:before {
  content: "IT";
}
#langswitch_nav li#menu-item-wpml-ls-39-en a:before {
  content: "EN";
}
#langswitch_nav li#menu-item-wpml-ls-39-de a:before {
  content: "DE";
}

#header nav#main-navigation li#menu-item-1635,
#header nav#main-navigation li#menu-item-1498 {
  display: none;
}

@media (max-width: 650px) {
  #blocks .block.block-text_3_cols {
    padding-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
