@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1,
.largetext, h2, h3, h4, h5, .teaser .page_info .single, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .largetext {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

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

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/heebo-v20-latin-regular.eot");
  src: local(""), url("../Fonts/heebo-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/heebo-v20-latin-regular.woff2") format("woff2"), url("../Fonts/heebo-v20-latin-regular.woff") format("woff"), url("../Fonts/heebo-v20-latin-regular.ttf") format("truetype"), url("../Fonts/heebo-v20-latin-regular.svg#Heebo") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../Fonts/heebo-v20-latin-500.eot");
  src: local(""), url("../Fonts/heebo-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/heebo-v20-latin-500.woff2") format("woff2"), url("../Fonts/heebo-v20-latin-500.woff") format("woff"), url("../Fonts/heebo-v20-latin-500.ttf") format("truetype"), url("../Fonts/heebo-v20-latin-500.svg#Heebo") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../Fonts/heebo-v20-latin-600.eot");
  src: local(""), url("../Fonts/heebo-v20-latin-600.eot?#iefix") format("embedded-opentype"), url("../Fonts/heebo-v20-latin-600.woff2") format("woff2"), url("../Fonts/heebo-v20-latin-600.woff") format("woff"), url("../Fonts/heebo-v20-latin-600.ttf") format("truetype"), url("../Fonts/heebo-v20-latin-600.svg#Heebo") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../Fonts/heebo-v20-latin-700.eot");
  src: local(""), url("../Fonts/heebo-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/heebo-v20-latin-700.woff2") format("woff2"), url("../Fonts/heebo-v20-latin-700.woff") format("woff"), url("../Fonts/heebo-v20-latin-700.ttf") format("truetype"), url("../Fonts/heebo-v20-latin-700.svg#Heebo") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../Fonts/heebo-v20-latin-800.eot");
  src: local(""), url("../Fonts/heebo-v20-latin-800.eot?#iefix") format("embedded-opentype"), url("../Fonts/heebo-v20-latin-800.woff2") format("woff2"), url("../Fonts/heebo-v20-latin-800.woff") format("woff"), url("../Fonts/heebo-v20-latin-800.ttf") format("truetype"), url("../Fonts/heebo-v20-latin-800.svg#Heebo") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../Fonts/roboto-v30-latin-500.eot");
  src: local(""), url("../Fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../Fonts/roboto-v30-latin-500.woff") format("woff"), url("../Fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../Fonts/roboto-v30-latin-500.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../Fonts/roboto-v30-latin-500italic.eot");
  src: local(""), url("../Fonts/roboto-v30-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v30-latin-500italic.woff2") format("woff2"), url("../Fonts/roboto-v30-latin-500italic.woff") format("woff"), url("../Fonts/roboto-v30-latin-500italic.ttf") format("truetype"), url("../Fonts/roboto-v30-latin-500italic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../Fonts/roboto-v30-latin-700.eot");
  src: local(""), url("../Fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../Fonts/roboto-v30-latin-700.woff") format("woff"), url("../Fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../Fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../Fonts/roboto-v30-latin-700italic.eot");
  src: local(""), url("../Fonts/roboto-v30-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v30-latin-700italic.woff2") format("woff2"), url("../Fonts/roboto-v30-latin-700italic.woff") format("woff"), url("../Fonts/roboto-v30-latin-700italic.ttf") format("truetype"), url("../Fonts/roboto-v30-latin-700italic.svg#Roboto") format("svg");
}
:root {
  --mainColor: #00345B;
  --secondColor: #C4232A;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  font-weight: normal;
  font-family: "Heebo", Arial, sans-serif;
  color: #616161;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: #fff;
  line-height: 26px;
}

::-moz-selection {
  background: #00345B;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #00345B;
  text-shadow: none;
  color: #fff;
}

hr {
  display: block;
  height: 1px;
  background: #F8F8F8;
  margin: 1em 0;
  border: none;
}

img:not(.is_svg), video {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

.is_svg {
  display: inline-block;
  min-height: 1px;
  min-width: 1px;
  max-width: none;
}

figure {
  margin: 0;
}

.browsehappy {
  margin: 0;
  padding: 0.4em 0;
  background: #ba2a0a;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.browsehappy a {
  color: #fff !important;
}

a {
  color: #DE6414;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: rgb(175.2148760331, 78.9256198347, 15.7851239669);
}

a[href*="//"] {
  position: relative;
}
a[href*="//"]:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  min-width: 15px;
  background: url("../Images/external-link.svg") no-repeat center left;
  background-size: 100% auto;
  margin-right: 3px;
  margin-left: 3px;
}

figure a[href*="//"]:before {
  content: none;
}

.allcont ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  padding: 5px 10px 5px 20px;
  position: relative;
}
.allcont ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #00345B;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 12px;
}
.allcont ul li ul li {
  padding: 5px 10px 5px 20px;
}
.allcont ul li ul li::before {
  background: rgb(0, 81.1428571429, 142);
}

.allcont ol {
  margin: 10px 0;
  counter-reset: item;
}
.allcont ol > li {
  padding: 5px 0 5px 1.7em;
  counter-increment: item;
  position: relative;
}
.allcont ol > li:before {
  content: counter(item) ".";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: bold;
}

.allcont .ce-gallery .lightbox {
  position: relative;
  height: 100%;
  display: block;
}
.allcont .ce-gallery .lightbox:before {
  content: "";
  background: rgba(0, 0, 0, 0.7) url(../Images/magnifier.svg) no-repeat center center;
  background-size: 36px 36px;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.allcont .ce-gallery .lightbox:hover:before {
  opacity: 1;
}

.allcont .ce-textpic .ce-gallery {
  margin-bottom: 0;
}
.allcont .ce-textpic.ce-above .ce-gallery {
  margin-bottom: 10px;
}

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

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

.frame-space-before-extra-small {
  margin-top: 30px;
}

.frame-space-before-small {
  margin-top: 50px;
}

.frame-space-before-medium {
  margin-top: 100px;
}

.frame-space-before-large {
  margin-top: 150px;
}

.frame-space-before-extra-large {
  margin-top: 200px;
}

.frame-space-after-extra-small {
  margin-bottom: 30px;
}

.frame-space-after-small {
  margin-bottom: 50px;
}

.frame-space-after-medium {
  margin-bottom: 100px;
}

.frame-space-after-large {
  margin-bottom: 150px;
}

.frame-space-after-extra-large {
  margin-bottom: 200px;
}

@media screen and (max-width: 450px) {
  .frame-space-before-medium {
    margin-top: 50px;
  }
  .frame-space-before-large {
    margin-top: 80px;
  }
  .frame-space-before-extra-large {
    margin-top: 100px;
  }
  .frame-space-after-medium {
    margin-bottom: 50px;
  }
  .frame-space-after-large {
    margin-bottom: 80px;
  }
  .frame-space-after-extra-large {
    margin-bottom: 100px;
  }
}
h1, .largetext, h2, h3, h4, h5, .teaser .page_info .single, h6 {
  font-weight: normal;
  margin: 0;
  font-family: "Heebo", Arial, sans-serif;
  font-weight: 800;
  line-height: 120%;
  color: #00345B;
  letter-spacing: 1.7px;
}
@media all and (max-width: 350px) {
  h1, .largetext, h2, h3, h4, h5, .teaser .page_info .single, h6 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
h1 + p, .largetext + p, h2 + p, h3 + p, h4 + p, h5 + p, .teaser .page_info .single + p, h6 + p {
  padding-top: 0.5em;
}

h1, .largetext {
  font-size: 60px;
  letter-spacing: 4.2px;
}
@media all and (max-width: 960px) {
  h1, .largetext {
    font-size: 52px;
  }
}
@media all and (max-width: 768px) {
  h1, .largetext {
    font-size: 38px;
    letter-spacing: normal;
  }
}
@media all and (max-width: 450px) {
  h1, .largetext {
    font-size: 28px;
  }
}

h2 {
  font-size: 50px;
  letter-spacing: 4.2px;
}
@media all and (max-width: 768px) {
  h2 {
    font-size: 34px;
    letter-spacing: normal;
  }
}
@media all and (max-width: 450px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 43px;
}
@media all and (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 450px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 29px;
  letter-spacing: 2.3px;
}
@media all and (max-width: 768px) {
  h4 {
    font-size: 26px;
    letter-spacing: normal;
  }
}
@media all and (max-width: 450px) {
  h4 {
    font-size: 22px;
  }
}

h5, .teaser .page_info .single {
  font-size: 21px;
  line-height: 1.5;
}
@media all and (max-width: 450px) {
  h5, .teaser .page_info .single {
    letter-spacing: normal;
  }
}

h6 {
  font-size: 20px;
}

p[class*=roofline] {
  font-weight: bold;
}

*[class*=headline] + *:not(.frame) {
  margin-top: 1em;
}

.site .frame header {
  margin-bottom: 10px;
}

p:not([class*=roofline]) + h1, p:not([class*=roofline]) + .largetext, p:not([class*=roofline]) + h2, p:not([class*=roofline]) + h3, p:not([class*=roofline]) + h4, p:not([class*=roofline]) + h5, .teaser .page_info p:not([class*=roofline]) + .single, p:not([class*=roofline]) + h6, p:not([class*=roofline]) + p, ul + h1, ul + .largetext, ul + h2, ul + h3, ul + h4, ul + h5, .teaser .page_info ul + .single, ul + h6, ul + p, ol + h1, ol + .largetext, ol + h2, ol + h3, ol + h4, ol + h5, .teaser .page_info ol + .single, ol + h6, ol + p {
  margin-top: 1em;
}
p:not([class*=roofline]) + p .button, p:not([class*=roofline]) + p input[type=submit], p:not([class*=roofline]) + p button, ul + p .button, ul + p input[type=submit], ul + p button, ol + p .button, ol + p input[type=submit], ol + p button {
  margin-top: 12px;
}

i, em {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

.button, input[type=submit], button {
  display: inline-block;
  color: #fff;
  padding: 15px 25px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.25;
  background: #00345B;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}
.button:hover, input[type=submit]:hover, button:hover {
  color: #fff;
  background-color: rgb(0, 95.7142857143, 167.5);
}
.button--blue {
  background-color: #00345B;
}
.button--blue:hover {
  background-color: rgb(0, 95.7142857143, 167.5);
}
.button--orange {
  background-color: #DE6414;
}
.button--orange:hover {
  background-color: rgb(237.0661157025, 127.6694214876, 55.9338842975);
}
.button--red {
  background-color: #C4232A;
}
.button--red:hover {
  background-color: rgb(224.3181818182, 83.1818181818, 89.3181818182);
}
.button .icon, input[type=submit] .icon, button .icon {
  display: flex;
}
.button .icon:hover, input[type=submit] .icon:hover, button .icon:hover {
  text-decoration: none;
  color: inherit;
}

.multiple_buttons {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 30px;
}
.multiple_buttons.text-center {
  justify-content: center;
}

.bluetext {
  color: #00345B;
}

.greentext {
  color: #00b100;
}

.orangetext {
  color: #DE6414;
}

.redtext {
  color: #C4232A;
}

.quote {
  display: inline-block;
  text-indent: -35px;
  margin-top: 10px;
  padding: 35px;
}
.quote:before, .quote:after {
  display: inline-block;
  margin-right: 5px;
  content: "";
  background: url(../Images/quote.svg) no-repeat center/30px;
  width: 30px;
  height: 25px;
  transform: translateY(-32%);
}
.quote:after {
  transform: rotate(180deg) translateY(-68%);
  margin-right: 0;
  margin-left: 5px;
}

.largetext {
  display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}

.circle_button {
  --fillColor: #C4232A;
  --greyColor: #EEEDED;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 190px;
  aspect-ratio: 1;
  background: white;
  border-radius: 100%;
  font-weight: bold;
  color: #00345B;
  margin: 5px;
  padding: 10px;
}
@media all and (max-width: 768px) {
  .circle_button {
    height: 150px;
    padding-bottom: 20px;
    font-size: 16px;
  }
}
.circle_button img {
  max-width: 70px;
  width: auto;
  height: 60%;
}
.circle_button:before, .circle_button[href*="//"]:before {
  content: "";
  margin: 0;
  background: linear-gradient(90deg, var(--fillColor) 50%, transparent 50%), linear-gradient(120deg, var(--fillColor) 50%, var(--greyColor) 50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: -1;
  transition: transform 0.15s ease, opacity 0.3s ease;
  animation: rotateCircle 20s linear infinite;
}
.circle_button:hover {
  color: #C4232A;
}
.circle_button:hover:after {
  transform: translate(-50%, -50%) scale(1.02);
}

@keyframes rotateCircle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.icon {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.icon:before {
  content: "";
  display: inline-block;
  background: no-repeat center/20px;
  font-weight: normal;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}
.icon:hover {
  text-decoration: underline;
  color: #C4232A;
}
.icon__phone:before {
  background-image: url(../Images/phone.svg);
}
.icon__mail:before {
  background-image: url(../Images/mail.svg);
}
.icon__message:before {
  background-image: url(../Images/chat.svg);
}

.frame-greybox {
  background: #F8F8F8;
  padding: 20px 2%;
}
.frame-greybox.frame-type-pxcdheitsch_imagebox {
  padding: 0 2%;
}
@media all and (max-width: 450px) {
  .frame-greybox {
    padding: 20px 4%;
  }
}

.frame-ci_bg {
  background: #00345B;
  padding: 2%;
  color: #fff;
}
@media all and (max-width: 450px) {
  .frame-ci_bg {
    padding: 20px 4%;
  }
}
.frame-ci_bg h1, .frame-ci_bg .largetext, .frame-ci_bg h2, .frame-ci_bg h3, .frame-ci_bg h4, .frame-ci_bg h5, .frame-ci_bg .teaser .page_info .single, .teaser .page_info .frame-ci_bg .single {
  color: #fff;
}
.frame-ci_bg ::-moz-selection {
  background: white;
  text-shadow: none;
  color: #00345B;
}
.frame-ci_bg ::selection {
  background: white;
  text-shadow: none;
  color: #00345B;
}

/*Layouts -----------------------------------------*/
.head > .inner {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.foot > .inner {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cont > .frame {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.cont > .frame > .inner > .frame-layout-30 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.cont > .frame > .inner > .frame-layout-40 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cont > .frame.frame-layout-10 {
  max-width: none;
  width: 100%;
}
.cont > .frame.frame-layout-10.frame-greybox {
  padding: 20px 0;
}

.cont > .frame.frame-layout-20 {
  max-width: none;
  width: 100%;
}
.cont > .frame.frame-layout-20 > .inner {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.cont > .frame.frame-layout-20 > .inner > .frame-layout-30 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.cont > .frame.frame-layout-20 > .inner > .frame-layout-40 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cont > .frame-layout-30 {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.cont > .frame-layout-30 .inner > .frame-layout-40 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cont > .frame-layout-40 {
  width: 92%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cont > .frame-layout-50, .cont > .frame-layout-60 {
  width: calc(100% - (100% - 92%) / 2);
  max-width: calc(1400px + (100% - 1400px) / 2);
  margin-left: auto;
  margin-right: auto;
}

.cont > .frame-layout-50 {
  margin-left: 0;
}

.cont > .frame-layout-60 {
  margin-right: 0;
}

.gridrow {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.gridrow.colSpacing_wide {
  --space: 11%;
}
.gridrow.colSpacing_normal {
  --space: 20px;
}
.gridrow.colSpacing_slim {
  --space: 10px;
}
.gridrow .col + .col {
  margin-left: var(--space);
}
.gridrow.align_middle {
  align-items: center;
}
.gridrow.align_top {
  align-items: flex-start;
}
.gridrow.align_bottom {
  align-items: flex-end;
}
.gridrow.nobreakingspace .col {
  margin-top: 0 !important;
}

.frame-type-pxproject_grid100withimages {
  position: relative;
  padding: 200px 0;
}
@media screen and (max-width: 450px) {
  .frame-type-pxproject_grid100withimages {
    padding: 100px 0;
  }
  .frame-type-pxproject_grid100withimages img {
    width: 100px;
  }
}
.frame-type-pxproject_grid100withimages .grid_100_with_images_image {
  position: absolute;
}
.frame-type-pxproject_grid100withimages .grid_100_with_images_image.image_top {
  top: 0;
}
.frame-type-pxproject_grid100withimages .grid_100_with_images_image.image_bottom {
  bottom: 0;
}
.frame-type-pxproject_grid100withimages .grid_100_with_images_image.position_right {
  right: 0;
}
.frame-type-pxproject_grid100withimages .grid_100_with_images_image.position_left {
  left: 0;
}

/*Boxen 2er%*/
.grid2cols > .col {
  width: calc(50% - 1 * var(--space) / 2);
}

/*Boxen 3er%*/
.grid3cols > .col {
  width: calc(33.333% - 2 * var(--space) / 3);
}

/*Boxen 4er%*/
.grid4cols > .col {
  width: calc(25% - 3 * var(--space) / 4);
}

/*Boxen 5er%*/
.grid5cols > .col {
  width: calc(20% - 4 * var(--space) / 5);
}

/*Boxen 33%-66%*/
.col_pos_33-66 > .col.col1 {
  width: calc(33.333% - 1 * var(--space) / 2);
}
.col_pos_33-66 > .col.col2 {
  width: calc(66.666% - 1 * var(--space) / 2);
}

/*Boxen 66%-33%*/
.col_pos_66-33 > .col.col1 {
  width: calc(66.666% - 1 * var(--space) / 2);
}
.col_pos_66-33 > .col.col2 {
  width: calc(33.333% - 1 * var(--space) / 2);
}

/*Boxen 20%-80%*/
.col_pos_20-80 > .col.col1 {
  width: calc(20% - 1 * var(--space) / 2);
}
.col_pos_20-80 > .col.col2 {
  width: calc(80% - 1 * var(--space) / 2);
}

/*Boxen 80%-20%*/
.col_pos_80-20 > .col.col1 {
  width: calc(80% - 1 * var(--space) / 2);
}
.col_pos_80-20 > .col.col2 {
  width: calc(20% - 1 * var(--space) / 2);
}

@media all and (max-width: 1024px) {
  .grid4cols .col + .col,
  .grid5cols .col + .col {
    margin-left: 20px;
  }
  .grid4cols > .col,
  .grid5cols > .col {
    width: calc(50% - 1 * var(--space) / 2);
    margin-top: 20px;
  }
  .grid4cols > .col:nth-child(2n+1),
  .grid5cols > .col:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media all and (max-width: 960px) {
  .grid2cols > .col,
  .grid3cols > .col {
    width: 100%;
  }
  .grid2cols .col + .col,
  .grid3cols .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }
  .col_pos_33-66 > .col.col1, .col_pos_33-66 > .col.col2,
  .col_pos_66-33 > .col.col1,
  .col_pos_66-33 > .col.col2,
  .col_pos_20-80 > .col.col1,
  .col_pos_20-80 > .col.col2,
  .col_pos_80-20 > .col.col1,
  .col_pos_80-20 > .col.col2 {
    width: 100%;
  }
  .col_pos_33-66 .col + .col,
  .col_pos_66-33 .col + .col,
  .col_pos_20-80 .col + .col,
  .col_pos_80-20 .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media all and (max-width: 768px) {
  .grid4cols > .col,
  .grid5cols > .col {
    width: 100%;
  }
  .grid4cols .col + .col,
  .grid5cols .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }
}
.site {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0 auto;
}
.site .main {
  overflow: hidden;
  flex: 1 0 auto;
  position: relative;
}
.site .allcont .cont > div:first-child {
  margin-top: 100px;
}
@media all and (max-width: 768px) {
  .site .allcont .cont > div:first-child {
    margin-top: 50px;
  }
}
@media all and (max-width: 450px) {
  .site .allcont .cont > div:first-child {
    margin-top: 30px;
  }
}
.site .allcont .cont > div:first-child.frame-greybox, .site .allcont .cont > div:first-child.frame-ci_bg, .site .allcont .cont > div:first-child.frame-type-pxproject_grid100withimages {
  margin-top: 0;
}
.site .allcont .cont > div:last-child {
  margin-bottom: 180px;
}
@media all and (max-width: 450px) {
  .site .allcont .cont > div:last-child {
    margin-bottom: 50px;
  }
}
.site .allcont .cont > div:last-child.frame-greybox, .site .allcont .cont > div:last-child.frame-ci_bg, .site .allcont .cont > div:last-child.frame-type-pxproject_grid100withimages {
  margin-bottom: 0;
}

form {
  --opacity: .9;
  --placeholderColor: #616161;
}
form a {
  color: #00345B;
}

input, select, textarea {
  width: 100%;
  border: none;
  padding: 20px 25px;
  padding-right: 65px;
  border-radius: 5px;
  color: #00345B;
  font-weight: bold;
  background: rgba(255, 255, 255, var(--opacity));
}
input:focus, select:focus, textarea:focus {
  outline: 1px solid #00345B;
}

input[type=submit] {
  width: auto;
  cursor: pointer;
}
input[type=submit]:focus {
  border: none;
  outline: none;
}

input[type=file] {
  padding-right: 25px;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: unset !important;
}
@media all and (max-width: 450px) {
  input[type=file] {
    font-size: 13px;
  }
}
@media all and (max-width: 350px) {
  input[type=file] {
    padding: 20px 6px;
  }
}

input[type=email]:valid, input[type=text]:valid {
  background-image: url(../Images/check.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #fff url("../Images/select.svg") no-repeat center right 20px/15px auto;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
  height: 150px;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  margin-right: 5px;
}

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
  -webkit-text-fill-color: #000;
}

::-webkit-input-placeholder {
  color: var(--placeholderColor);
  font-weight: bold;
}

:-moz-placeholder {
  opacity: 1;
  color: var(--placeholderColor);
  font-weight: bold;
}

::-moz-placeholder {
  opacity: 1;
  color: var(--placeholderColor);
  font-weight: bold;
}

:-ms-input-placeholder {
  color: var(--placeholderColor);
  font-weight: bold;
}

:focus {
  outline: #00345B;
}

.checkbox label {
  display: block;
  padding-left: 23px;
  text-indent: -33px;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px solid #616161;
  cursor: pointer;
  margin-right: 10px;
  vertical-align: middle;
}
input[type=checkbox]:checked:after {
  position: absolute;
  top: -1px;
  left: 2px;
  content: "✓";
  font-family: system-ui;
  color: #00345B;
  font-size: 16px;
  font-weight: bold;
}

.table_container {
  overflow: auto;
}

.allcont table {
  width: 100%;
  margin: 10px 0px 5px;
}
.allcont table tr th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #00345B;
  padding: 10px 15px;
  border-right: 1px solid #fff;
}
.allcont table tr td {
  padding: 5px 15px;
  border-right: 1px solid #fff;
}
.allcont table tr:nth-child(even) {
  background-color: #F8F8F8;
}

/*
*********************
Responsive Design ONLY for the standard Elements of TYPO3
*********************
*/
@media all and (max-width: 890px) {
  /*
  *********************
  Text & Bild – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-textpic.ce-intext {
    /*
    *********************
    Text & Bild / Text & Medien – Im Text rechts, Im Text links,
    Neben dem Text rechts, Neben dem Text links
    *********************
    */
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery, .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: unset;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column {
    float: unset;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video {
    display: block;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure img,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure video,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video img,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video video, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure img,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure video,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video img,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video video {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  /*
  *********************
  Nur Bild – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-image .ce-gallery {
    margin-bottom: 0;
    float: none;
  }
  .ce-image .ce-gallery .ce-column {
    float: none;
  }
  .ce-image .ce-gallery .image {
    display: block;
    width: 100%;
  }
  .ce-image .ce-gallery .image img {
    width: 100%;
    height: auto;
  }
  /*
  *********************
  Dateilinks – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-uploads li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ce-uploads li::before {
    content: none !important;
  }
  .ce-uploads li a {
    display: block;
  }
  .ce-uploads li a img {
    display: block;
    float: unset;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .ce-uploads li > div span {
    font-size: 14px;
  }
}
.head {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}
.head > .inner {
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backface-visibility: hidden;
}
.head > .inner .logo {
  transition: all 0.3s ease-in-out;
  background: url(../Images/logo.svg) no-repeat 0;
  background-size: contain;
  width: 350px;
  height: 70px;
  margin: 15px 0;
  backface-visibility: hidden;
}
.head > .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.head > .inner .logo span {
  display: none;
}
.head.is-sticky {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
}
.head.is-sticky > .inner .logo {
  width: 240px;
  height: 48px;
  margin: 10px 0;
}

#subhead {
  position: relative;
}
#subhead #subhead2 {
  overflow: hidden;
}

.head .nav {
  list-style-type: none;
  display: flex;
  align-items: baseline;
}
.head .nav > li {
  list-style: none;
  position: relative;
}
.head .nav > li a {
  display: block;
  text-decoration: none;
  color: #616161;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.7px;
}
.head .nav > li > a {
  padding: 20px 30px;
  position: relative;
}
@media all and (min-width: 1201px) {
  .head .nav > li > a:after {
    content: "";
    top: calc(100% - 15px);
    width: 50%;
    min-width: 30px;
    position: absolute;
    height: 5px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    background: #C4232A;
    transition: transform 0.15s ease-in-out;
  }
}
@media all and (max-width: 1400px) {
  .head .nav > li > a {
    padding: 20px 9px;
  }
}
.head .nav > li.over > .subnav, .head .nav > li.over > a, .head .nav > li:hover > .subnav {
  display: flex;
}
.head .nav > li.over > a, .head .nav > li:hover > a, .head .nav > li.active > a, .head .nav > li.act > a {
  color: #C4232A;
}
@media all and (min-width: 1201px) {
  .head .nav > li.over > a:after, .head .nav > li:hover > a:after, .head .nav > li.active > a:after, .head .nav > li.act > a:after {
    transform: translateX(-50%) scaleX(1);
  }
}
.head .nav > li .subnav {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 28px 25px;
  background: white;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2);
}
.head .nav > li .subnav li a {
  background: transparent;
  color: #616161;
  padding: 17px 25px;
  white-space: nowrap;
}
.head .nav > li .subnav li:hover > a, .head .nav > li .subnav li.over > a, .head .nav > li .subnav li.active > a, .head .nav > li .subnav li.act > a {
  color: #C4232A;
}
.head .nav > li .subnav li.over > .subnav, .head .nav > li .subnav li:hover > .subnav {
  display: flex;
}
.head .nav > li .subnav li.has_sub {
  position: relative;
}
.head .nav > li .subnav2 {
  top: 0;
  left: 100%;
  transform: translateY(-28px);
}
.head .nav > li:nth-last-child(-n+2) .subnav2 {
  left: auto;
  right: 100%;
}
@media all and (min-width: 1201px) {
  .head .nav > li.uid194 a {
    display: inline-block;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.25;
    background-color: #C4232A;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 30px;
    letter-spacing: 0;
    text-transform: none;
  }
  .head .nav > li.uid194 a:hover {
    background-color: rgb(224.3181818182, 83.1818181818, 89.3181818182);
  }
  .head .nav > li.uid194:hover a:after {
    transform: scaleX(0);
  }
  .head .nav > li.uid194.act a:after, .head .nav > li.uid194.act:hover a:after {
    background-color: white;
    transform: translateX(-50%) scaleX(1);
  }
}

.showSub, .open_nav {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  line-height: 0;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #00345B;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #00345B;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

@media all and (min-width: calc(1200px + 1px)) {
  .head > .inner nav {
    display: block !important;
  }
}
@media all and (max-width: 1200px) {
  /*Nav*/
  .open_nav {
    display: inherit;
  }
  .head > .inner {
    position: static;
  }
  .head > .inner nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: scroll;
    max-height: calc(100vh - 125px);
  }
  .head > .inner nav .nav {
    flex-direction: column;
  }
  .head > .inner nav .nav li {
    float: none;
    width: 100%;
    position: relative;
  }
  .head > .inner nav .nav li:hover > a:after, .head > .inner nav .nav li.over > a:after {
    display: none !important;
  }
  .head > .inner nav .nav li.over > .subnav, .head > .inner nav .nav li:hover > .subnav {
    display: none;
  }
  .head > .inner nav .nav li:hover > a, .head > .inner nav .nav li.over > a, .head > .inner nav .nav li.active > a, .head > .inner nav .nav li.act > a {
    color: #00345B;
  }
  .head > .inner nav .nav li a {
    background-color: white;
    border-bottom: 1px solid rgba(0, 52, 91, 0.3);
    padding: 20px;
    -webkit-hyphens: auto;
            hyphens: auto;
    letter-spacing: normal;
    text-transform: unset;
  }
  .head > .inner nav .nav li .subnav {
    transform: translate(0);
    padding: 0;
    box-shadow: none;
  }
  .head > .inner nav .nav li .subnav li a {
    padding: 10px 40px;
    white-space: normal;
  }
  .head > .inner nav .nav li .subnav li:hover > a, .head > .inner nav .nav li .subnav li.over > a, .head > .inner nav .nav li .subnav li.active > a, .head > .inner nav .nav li .subnav li.act > a {
    color: #00345B;
  }
  .head > .inner nav .nav li .subnav li + li {
    border-top: none;
    margin-left: 0;
  }
  .head > .inner nav .nav li .subnav .showSub {
    height: 47px;
    line-height: 47px;
  }
  .head > .inner nav .nav li .subnav2 li a {
    padding-left: 45px;
  }
  .head > .inner nav .nav li .subnav,
  .head > .inner nav .nav li .subnav.subnav2, .head > .inner nav .nav li:last-child > .subnav, .head > .inner nav .nav li:last-child > .subnav.subnav2 {
    position: static;
    left: inherit;
    top: inherit;
  }
  .head > .inner nav .nav li:hover > .subnav, .head > .inner nav .nav li.over > .subnav, .head > .inner nav .nav li:hover > .subnav2.subnav, .head > .inner nav .nav li.over > .subnav2.subnav, .head > .inner nav .nav li.over > .subnav .subnav2, .head > .inner nav .nav li:hover > .subnav .subnav2 {
    display: none;
  }
  .head > .inner nav .nav li .showSub {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    width: 67px;
    height: 67px;
    line-height: 67px;
    background: transparent;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  .head > .inner nav .nav li .showSub:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 5px dashed #00345B;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: all 0.3s ease-in-out;
  }
  .head > .inner nav .nav li .showSub.open:after {
    border-top-color: #C4232A;
    transform: rotate(180deg);
  }
}
.banner {
  position: relative;
  height: 380px;
  aspect-ratio: 32/15;
  overflow: hidden;
  width: 100%;
}
@media all and (max-width: 768px) {
  .banner {
    height: auto;
    aspect-ratio: unset;
  }
}
.banner.largeHeight {
  height: 680px;
  aspect-ratio: 32/15;
}
@media all and (max-width: 768px) {
  .banner.largeHeight {
    height: auto;
    aspect-ratio: unset;
  }
}
.banner picture {
  display: block;
  height: 100%;
}
.banner .image {
  position: relative;
  height: 100%;
}
@media all and (max-width: 768px) {
  .banner .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.banner .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  min-height: 300px;
  max-height: 385px;
  width: 100%;
  background: linear-gradient(to top, #00345B 5%, rgba(16, 63, 155, 0) 100%);
}
.banner .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .text {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 10%;
  color: #fff;
  width: 92%;
  max-width: 1600px;
}
@media all and (max-width: 768px) {
  .banner .text {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    padding: 50px 4%;
    margin: 0 auto;
  }
}
.banner .text h1, .banner .text .largetext, .banner .text h2, .banner .text h3, .banner .text h4, .banner .text h5, .banner .text .teaser .page_info .single, .teaser .page_info .banner .text .single {
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.1;
  letter-spacing: 1.7px;
}
.banner .text h4 {
  margin-top: 0;
  font-weight: normal;
  letter-spacing: normal;
}

.circle_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media all and (max-width: 768px) {
  .circle_buttons {
    gap: 20px;
  }
}
.circle_buttons.align_left {
  justify-content: flex-start;
}
.circle_buttons.align_middle {
  justify-content: center;
  place-items: center;
}
.circle_buttons.align_right {
  justify-content: flex-end;
}

.content_on_image {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 450px) {
  .content_on_image {
    min-height: inherit;
  }
}
.content_on_image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.content_on_image .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_on_image .content {
  border-radius: 5px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  padding: clamp(20px, 3%, 40px) clamp(25px, 7%, 100px);
  width: 100%;
  max-width: 1400px;
  margin: clamp(30px, 14%, 230px) clamp(60px, 20%, 325px);
}
@media all and (max-width: 1200px) {
  .content_on_image .content {
    margin: 8% 12%;
  }
}
@media all and (max-width: 450px) {
  .content_on_image .content {
    margin: 4%;
  }
}

.hint {
  padding: 50px;
  background: #af0000;
  border: 5px solid #268002;
  color: #fff;
}

.image_slider_images .slide {
  display: none;
  padding: 40px 10px;
}
.image_slider_images .slide:first-child {
  display: block;
}
.image_slider_images .slide img {
  margin: 0 auto;
}
.image_slider_images.slick-initialized .slide {
  display: block;
}

.icon_box__items {
  display: flex;
  gap: 80px 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.icon_box__items > * {
  flex: 1 1 auto;
  max-width: 270px;
}
.icon_box__items.colCount_3 > * {
  max-width: 271px;
}
@media all and (max-width: 640px) {
  .icon_box__items {
    gap: 40px;
    max-width: unset;
  }
}
.icon_box__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  place-items: center;
}
.icon_box__item_headline {
  transition: color 0.15s ease;
}
.icon_box_content {
  padding-top: 5px;
  margin-top: auto !important;
}
.icon_box svg {
  margin-bottom: 20px;
  max-height: 50px;
  max-width: 50px;
  width: 100%;
  height: auto;
  align-self: center;
  transition: transform 0.15s ease;
}
.icon_box svg path {
  fill: #00345B;
  stroke: #00345B;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.icon_box img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.icon_box p {
  color: #616161;
}
.icon_box a:hover .icon_box__item_headline {
  color: #C4232A;
}
.icon_box a:hover .icon_box__item svg {
  transform: scale(1.05);
}
.icon_box a:hover .icon_box__item svg path {
  fill: #C4232A;
  stroke: #C4232A;
}

.icon_gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 10px;
  text-align: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .icon_gallery {
    gap: 40px 10px;
  }
}
@media all and (max-width: 450px) {
  .icon_gallery {
    gap: 20px 10px;
  }
}
.icon_gallery > * {
  flex: 0 0 calc(50% - 10px / 2);
}
.icon_gallery.colCount_3 > * {
  flex-basis: calc(33.3333333333% - (10px));
}
@media all and (max-width: 768px) {
  .icon_gallery.colCount_3 > * {
    width: calc(50% - 10px / 2);
    flex-basis: unset;
  }
}
.icon_gallery h5, .icon_gallery .teaser .page_info .single, .teaser .page_info .icon_gallery .single {
  margin-top: 10px;
}
.icon_gallery .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

[class^=iframe_uid] {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #F8F8F8;
  position: relative;
  line-height: 0;
}
[class^=iframe_uid] iframe {
  width: 100%;
}
[class^=iframe_uid].active .iframe_btn {
  display: none;
}
[class^=iframe_uid] .iframe_btn {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 800px;
  padding: 30px;
  box-sizing: border-box;
  line-height: 160%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  [class^=iframe_uid] .iframe_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  [class^=iframe_uid] .iframe_btn {
    line-height: 125%;
    font-size: 13px;
  }
}
[class^=iframe_uid] .iframe_btn .iframe_headline {
  text-align: center;
  font-size: 1.5em;
}
[class^=iframe_uid] .iframe_btn span {
  margin: 10px 0;
}
[class^=iframe_uid] .iframe_btn span a {
  color: #00345B;
  font-weight: bold;
}
[class^=iframe_uid] .iframe_btn span a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 450px) {
  [class^=iframe_uid] .iframe_btn .button, [class^=iframe_uid] .iframe_btn input[type=submit], [class^=iframe_uid] .iframe_btn button {
    padding: 10px 10px;
  }
}

.imagebox {
  display: flex;
}
.imagebox--shadow {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
}
.imagebox.bg-grey {
  background-color: #F8F8F8;
}
.imagebox.bg-white {
  background-color: white;
}
@media all and (max-width: 1200px) {
  .imagebox {
    flex-direction: column;
  }
}
.imagebox_image {
  height: 100%;
}
@media all and (max-width: 1200px) {
  .imagebox_image {
    overflow: hidden;
    aspect-ratio: 3/2;
  }
}
.imagebox_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1200px) {
  .imagebox_image img {
    -o-object-position: center;
       object-position: center;
  }
}
.imagebox .col1 {
  flex-basis: 33.3333333333%;
}
.imagebox .col2 {
  flex-basis: 66.6666666667%;
  padding: 60px 70px 60px 80px;
}
@media all and (max-width: 640px) {
  .imagebox .col2 {
    padding: 4%;
  }
}
.imagebox picture {
  display: block;
  height: 100%;
  width: 100%;
}
.imagebox input:not([type=checkbox]), .imagebox textarea, .imagebox select {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.logo_wall_images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2px;
}
.logo_wall_images .image {
  background: #F8F8F8;
  padding: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo_wall a:before {
  content: none;
}

@media all and (max-width: 1200px) {
  .reference_slider {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  .reference_slider_comments {
    padding-bottom: 20px;
  }
}
.reference_slider_comments .slide {
  display: flex !important;
  gap: 30px 90px;
  padding: 100px 65px;
  margin: 35px 100px;
  background: white;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 1024px) {
  .reference_slider_comments .slide {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .reference_slider_comments .slide {
    margin: 7px;
    padding: 20px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  }
}
.reference_slider_comments .slide .comment {
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .reference_slider_comments .slide .comment {
    font-size: 18px;
  }
}
.reference_slider_comments .slide .comment:before {
  content: open-quote;
}
.reference_slider_comments .slide .comment:after {
  content: close-quote;
}
.reference_slider_comments .slide .comment_image {
  flex-shrink: 0;
  position: relative;
}
.reference_slider_comments .slide .comment_image:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 39%;
  width: 46.5%;
  min-height: 35px;
  min-width: 35px;
  transform: translate(50%, -50%);
  z-index: 1;
  background: url(../Images/quote.svg) no-repeat center/contain;
}
.reference_slider_comments .slide .comment_image img {
  border-radius: 5px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .reference_slider_comments .slide .comment_image img {
    max-width: 135px;
  }
}
.reference_slider_comments .slide .title {
  margin-top: 2em;
}

.frame-type-pxcdheitsch_referenceslider.frame-greybox {
  background: linear-gradient(to top, #F8F8F8 calc(100% - 180px), transparent 0);
}

.teaser_items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}
@media all and (max-width: 450px) {
  .teaser_items {
    grid-template-columns: 1fr;
  }
}
.teaser_items.slick-slider {
  display: block;
}
.teaser_items.slick-slider .slick-list {
  margin: 0 13px;
  margin: 0;
  padding: 30px 12px 35px;
}
.teaser_items.slick-slider .slick-slide {
  margin: 0 12px;
  height: inherit;
}
.teaser_items.slick-slider .slick-slide:not(.slick-active) {
  box-shadow: none;
}
.teaser_items.slick-slider .slick-slide:not(.slick-active) .teaser_item {
  box-shadow: none;
}
.teaser_items.slick-slider .slick-track {
  display: flex;
}
.teaser_item {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser_item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #C4232A;
  z-index: 1;
  opacity: 0;
  border-radius: 5px;
  transform: translateY(5px);
  transition: all 0.3s ease-in-out;
}
.teaser_image {
  overflow: hidden;
}
.teaser_image img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 5px 5px;
}
.teaser_content {
  padding: 20px 25px;
  flex-grow: 1;
  place-items: center;
  display: grid;
}
.teaser a {
  position: relative;
  display: block;
}
.teaser a:hover .teaser_item:before {
  opacity: 0.8;
  transform: none;
}
.teaser a:hover .teaser_item_headline {
  color: white;
  z-index: 2;
  position: relative;
}
.teaser .page_info {
  margin-right: 35px;
}
.text_columns_text {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .text_columns_text {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
  }
}
@media screen and (max-width: 640px) {
  .text_columns_text {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
  }
}
.text_columns .button, .text_columns input[type=submit], .text_columns button {
  margin-top: 40px;
}

.tiles_items {
  display: grid;
  gap: 35px;
  grid-template-columns: 0.9fr 0.9fr 1fr 1fr;
  grid-template-rows: repeat(2, 280px);
  grid-auto-rows: 280px;
  place-items: center;
}
@media all and (max-width: 1200px) {
  .tiles_items {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 640px) {
  .tiles_items {
    grid-template-columns: 1fr;
  }
}
.tiles_items > * {
  width: 100%;
  height: 100%;
}
.tiles_items > *:nth-child(5n+1) {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
}
@media all and (max-width: 640px) {
  .tiles_items > *:nth-child(5n+1) {
    grid-column: auto;
    grid-row: auto;
  }
}
.tiles_items > *:last-child:not(a, .tiles_item) {
  align-content: center;
}
.tiles_items > a {
  position: relative;
  display: block;
  color: white;
  position: relative;
}
.tiles_items > a h1, .tiles_items > a .largetext, .tiles_items > a h2, .tiles_items > a h3, .tiles_items > a h4, .tiles_items > a h5, .tiles_items > a .teaser .page_info .single, .teaser .page_info .tiles_items > a .single {
  color: white;
}
@media (hover: hover) {
  .tiles_items > a:hover .tiles_content {
    opacity: 1;
    transform: none;
  }
}
.tiles_item {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.tiles_image {
  overflow: hidden;
  height: 100%;
}
.tiles_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tiles_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 45px;
  background: rgba(196, 35, 42, 0.9);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (hover: hover) {
  .tiles_content {
    opacity: 0;
    transform: translateY(8px);
  }
}

.textpicture {
  position: relative;
}
.textpicture_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .textpicture_wrap {
    flex-direction: column;
  }
}
.textpicture_wrap.align_top {
  align-items: flex-start;
}
.textpicture_wrap.align_bottom {
  align-items: flex-end;
}
.textpicture_col {
  width: calc(66% - 4%);
}
@media screen and (max-width: 768px) {
  .textpicture_col {
    width: 100%;
  }
}
.textpicture_image {
  position: relative;
  width: calc(34% - 4%);
}
@media screen and (max-width: 768px) {
  .textpicture_image {
    width: 100%;
    order: -1;
  }
}
@media all and (max-width: 768px) {
  .textpicture_image.hide_responsive {
    display: none;
  }
}
.textpicture_text {
  padding: 30px 0;
}
.textpicture.imageposition-right .textpicture_image {
  text-align: right;
}
.textpicture_image-big.is_icon {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .frame-layout-50 .textpicture_text {
    padding-left: 4%;
  }
}

@media screen and (max-width: 768px) {
  .frame-layout-60 .textpicture_text {
    padding-right: 4%;
  }
}

.foot {
  background: #00345B url(../Images/bg-hamburg.jpg) no-repeat center/cover;
  color: #fff;
  padding: 70px 0 26px;
  position: relative;
}
.foot h1, .foot .largetext, .foot h2, .foot h3, .foot h4, .foot h5, .foot .teaser .page_info .single, .teaser .page_info .foot .single {
  color: white;
}
.foot > .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
@media all and (max-width: 960px) {
  .foot > .inner {
    grid-template-columns: 1fr;
  }
}
.foot > .inner a {
  text-decoration: none;
  color: #fff;
}
.foot > .inner a:hover {
  text-decoration: underline;
}
.foot > .inner .footleft {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media all and (max-width: 960px) {
  .foot > .inner .footleft {
    gap: 35px;
  }
}
.foot > .inner .footnav {
  font-size: 16px;
  grid-column: 1/-1;
  display: flex;
  gap: 20px 40px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .foot > .inner .footnav {
    justify-content: center;
  }
}
.foot > .inner .footnav .footnavmenu {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 768px) {
  .foot > .inner .footnav .footnavmenu {
    gap: 20px;
  }
}
.foot .webdesign, .foot .copy {
  opacity: 0.5;
}
.foot form {
  --placeholderColor: white;
  --opacity: .6;
}
.foot form :focus {
  --opacity: .9;
  --placeholderColor: #00345B;
}
.foot form input[type=submit] {
  background: rgba(255, 255, 255, var(--opacity));
  color: #00345B;
}
.foot form input[type=submit]:hover {
  --opacity: .9;
}
.foot form input[type=checkbox] {
  border: 1px solid white;
}
.foot form input[type=checkbox]:checked:after {
  color: white;
}
.foot form input[type=file] {
  color: white;
}
.foot form input[type=file]:focus {
  color: #00345B;
}
.foot form input:focus, .foot form select:focus, .foot form textarea:focus {
  outline: 1px solid rgb(91, 184.7142857143, 255);
}

.sidebar {
  position: sticky;
  right: 0;
  top: 50%;
  display: grid;
  gap: 10px;
  padding-bottom: 20px;
}
.sidebar_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  visibility: hidden;
  z-index: 10;
}
.sidebar img {
  width: 20px;
  height: auto;
}
.sidebar a {
  display: block;
  padding: 15px;
  background: #C4232A;
  border-radius: 5px;
  visibility: visible;
  transition: background-color 0.15s ease-in-out;
}
.sidebar a:hover {
  background: rgb(220.4545454545, 61.5454545455, 68.4545454545);
}
@media all and (max-width: 450px) {
  .sidebar a {
    padding: 8px;
  }
}
.sidebar:empty {
  display: none;
}

.backtotop {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  transform: rotate(180deg);
  border-radius: 100%;
  background: #C4232A url(../Images/arrow-down-white.svg) no-repeat center center/15px auto;
}
.backtotop:hover {
  background-color: rgb(174.3636363636, 31.1363636364, 37.3636363636);
}
.backtotop span {
  display: none;
}

.tx-googlejobs {
  --space: 35px;
}
.tx-googlejobs .googlejobs .gridrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media all and (max-width: 768px) {
  .tx-googlejobs .googlejobs .gridrow {
    grid-template-columns: 1fr;
  }
}
.tx-googlejobs .googlejobs .gridrow > .col {
  width: 100%;
  margin: 0;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.tx-googlejobs .googlejobs .gridrow > .col .innerSection {
  background: #FFFFFF;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 640px) {
  .tx-googlejobs .googlejobs .gridrow > .col .innerSection {
    padding: 25px;
  }
}
.tx-googlejobs .googlejobs .gridrow > .col .googlejobs__job_title h3 {
  font-size: 18px;
  color: #C4232A;
  letter-spacing: 0;
  line-height: 22px;
}
.tx-googlejobs .googlejobs .gridrow > .col .googlejobs__job_buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.tx-googlejobs .googlejobs .gridrow > .col .googlejobs__job_buttons .button, .tx-googlejobs .googlejobs .gridrow > .col .googlejobs__job_buttons input[type=submit], .tx-googlejobs .googlejobs .gridrow > .col .googlejobs__job_buttons button {
  padding: 7px 13px 5px;
}
.tx-googlejobs .googlejobs__show_frame .googlejobs__description ul {
  padding-left: 30px;
  margin-top: 20px;
}
.tx-googlejobs .googlejobs__show_frame .col.col2.last.frame-greybox {
  background: #FFFFFF;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 35px;
}
.tx-googlejobs .googlejobs__show_frame .col.col2.last.frame-greybox .hiringorganization {
  margin-bottom: 25px;
}
.tx-googlejobs .googlejobs__show_frame .col.col2.last.frame-greybox .hiringorganization .googlejobs__logo {
  margin-bottom: 25px;
}
.tx-googlejobs .googlejobs__show_frame .col.col2.last.frame-greybox .hiringorganization .googlejobs__logo a {
  display: block;
}
.tx-googlejobs .googlejobs__show_frame .col.col2.last.frame-greybox .joblocation {
  margin-top: 25px;
}
.tx-googlejobs .googlejobs__show_frame .jobname {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .tx-googlejobs .googlejobs__show_frame .jobname {
    font-size: 25;
  }
}
@media all and (max-width: 640px) {
  .tx-googlejobs .googlejobs__show_frame .jobname {
    font-size: 22;
  }
}
.tx-googlejobs .googlejobs__show_frame .button, .tx-googlejobs .googlejobs__show_frame input[type=submit], .tx-googlejobs .googlejobs__show_frame button {
  margin-top: 25px;
}
.tx-googlejobs .apply_now {
  display: block;
}

.tx-powermail .powermail_form h3 {
  display: none;
}
.tx-powermail .powermail_form .powermail_fieldset {
  margin-top: 10px;
}
.tx-powermail .powermail_form .powermail_fieldset legend.powermail_legend {
  display: none;
}
.tx-powermail .powermail_form .powermail_fieldset > .powermail_fieldwrap + .powermail_fieldwrap {
  margin-top: 10px;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap {
  position: relative;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input input.powermail_field_error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_date input.powermail_field_error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file input.powermail_field_error {
  outline: 1px solid #C4232A;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap textarea.powermail_field_error {
  outline: 1px solid #C4232A;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check label, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio label {
  cursor: pointer;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .radio, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .radio {
  display: inline-block;
  margin-right: 2%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_field {
  display: flex;
  justify-content: flex-end;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field a:hover {
  text-decoration: underline;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox {
  padding: 10px;
  width: 100%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.powermail_field_error {
  background: rgba(196, 35, 42, 0.4);
  border-radius: 5px;
  padding: 25px;
  color: #fff;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.powermail_field_error a {
  color: #fff;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder .powermail_field {
  color: #00345B;
  font-size: 15px;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail-errors-list {
  display: none;
}
.tx-powermail .hidelabel .powermail_fieldwrap > LABEL,
.tx-powermail .powermail_fieldwrap.hidelabel > LABEL {
  display: none;
}
.tx-powermail .greyboxpowermail {
  background: #F8F8F8;
  padding: 2%;
}
.tx-powermail .powermail_fieldwrap_width50,
.tx-powermail .powermail_fieldwrap_width33 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tx-powermail .powermail_fieldwrap_width50 .width33powermail,
.tx-powermail .powermail_fieldwrap_width33 .width33powermail {
  width: calc(33.333% - 6.6666666667px);
}
.tx-powermail .powermail_fieldwrap_width50 .width33powermail + .width33powermail,
.tx-powermail .powermail_fieldwrap_width33 .width33powermail + .width33powermail {
  margin-left: 10px;
}
.tx-powermail .powermail_fieldwrap_width50 .width33powermail:nth-child(3n+1),
.tx-powermail .powermail_fieldwrap_width33 .width33powermail:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 450px) {
  .tx-powermail .powermail_fieldwrap_width50 .width33powermail,
  .tx-powermail .powermail_fieldwrap_width33 .width33powermail {
    width: 100%;
  }
  .tx-powermail .powermail_fieldwrap_width50 .width33powermail + .width33powermail,
  .tx-powermail .powermail_fieldwrap_width33 .width33powermail + .width33powermail {
    margin: 10px 0 0 0;
  }
}
.tx-powermail .powermail_fieldwrap_width50 .width50powermail,
.tx-powermail .powermail_fieldwrap_width33 .width50powermail {
  width: calc(50% - 5px);
}
.tx-powermail .powermail_fieldwrap_width50 .width50powermail + .width50powermail,
.tx-powermail .powermail_fieldwrap_width33 .width50powermail + .width50powermail {
  margin-left: 10px;
}
.tx-powermail .powermail_fieldwrap_width50 .width50powermail:nth-child(2n+1),
.tx-powermail .powermail_fieldwrap_width33 .width50powermail:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width: 450px) {
  .tx-powermail .powermail_fieldwrap_width50 .width50powermail,
  .tx-powermail .powermail_fieldwrap_width33 .width50powermail {
    width: 100%;
  }
  .tx-powermail .powermail_fieldwrap_width50 .width50powermail + .width50powermail,
  .tx-powermail .powermail_fieldwrap_width33 .width50powermail + .width50powermail {
    margin: 10px 0 0 0;
  }
}
.tx-powermail .powermail_create table td {
  padding: 5px 10px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  z-index: 10;
  cursor: pointer;
  background: url("../Images/arrow_right-blue.svg") no-repeat center center/30px;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  box-shadow: unset;
  transition: filter 0.15s ease-in-out;
}
@media all and (max-width: 1200px) {
  .slick-prev,
  .slick-next {
    top: 100%;
  }
}
.slick-prev:hover,
.slick-next:hover {
  filter: brightness(2.5);
  outline: none;
  background-color: transparent;
  color: transparent;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev {
  right: 100%;
  transform: translate(0, -50%) rotate(180deg);
}
@media all and (max-width: 1200px) {
  .slick-prev {
    right: auto;
    left: 35px;
    transform: rotate(180deg);
  }
}

.slick-next {
  left: 100%;
}
@media all and (max-width: 1200px) {
  .slick-next {
    left: 70px;
    transform: none;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  justify-content: center;
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0 !important;
  cursor: pointer;
}
.slick-dots li button {
  border-radius: 50%;
  border: 0;
  background: #00345B;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  padding: 0;
  opacity: 0.25;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  background: #C4232A;
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
  background: #C4232A;
}
.slick-dots li::before {
  content: none !important;
}

.slick-slider .slick-slide {
  display: none;
}
.slick-slider .slick-slide:first-child {
  display: block;
}
.slick-slider.slick-initialized .slick-slide {
  display: block;
}

.tx-leadgenerator .leadgenerator form .leadgenerator__page .leadgenerator__page__inner .leadgenerator__page__fieldwrapper .leadgenerator__page__field input, .tx-leadgenerator .leadgenerator form .leadgenerator__page .leadgenerator__page__inner .leadgenerator__page__fieldwrapper .leadgenerator__page__field textarea {
  background: #EEEDED;
}

.powermail_fieldwrap_type_friendlycaptcha .frc-captcha {
  padding: 0;
  margin-top: 0;
}

.foot .powermail_fieldwrap_type_friendlycaptcha .frc-captcha .frc-container .frc-icon {
  filter: brightness(0) invert(1);
}
.foot .powermail_fieldwrap_type_friendlycaptcha .frc-captcha .frc-container .frc-button {
  background: rgba(255, 255, 255, var(--opacity));
  color: #00345B;
}
.foot .powermail_fieldwrap_type_friendlycaptcha .frc-captcha .frc-container .frc-button:hover {
  --opacity: .9;
}

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.datepicker-container::before, .datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.datepicker-dropdown {
  border: 1px solid #F8F8F8;
  box-shadow: 0 3px 6px #F8F8F8;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left, .datepicker-top-right {
  border-top-color: #00345B;
}
.datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}
.datepicker-top-left::before, .datepicker-top-right::before {
  border-bottom-color: #00345B;
}
.datepicker-top-left::after, .datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}
.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #00345B;
}
.datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}
.datepicker-bottom-left::before, .datepicker-bottom-right::before {
  border-top-color: #00345B;
}
.datepicker-bottom-left::after, .datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}
.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
.datepicker-panel > ul::before, .datepicker-panel > ul::after {
  content: " ";
  display: table;
}
.datepicker-panel > ul::after {
  clear: both;
}
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #00345B;
}
.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}
.datepicker-panel > ul[data-view=years] > li, .datepicker-panel > ul[data-view=months] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}
.datepicker-hide {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.slow {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.slower {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.slowest {
  animation-duration: 3s;
  animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-250 {
  animation-delay: 0.25s;
}

.delay-500 {
  animation-delay: 0.5s;
}

.delay-750 {
  animation-delay: 0.75s;
}

.delay-1000 {
  animation-delay: 1s;
}

.delay-1250 {
  animation-delay: 1.25s;
}

.delay-1500 {
  animation-delay: 1.5s;
}

.delay-1750 {
  animation-delay: 1.75s;
}

.delay-2000 {
  animation-delay: 2s;
}

.delay-2500 {
  animation-delay: 2.5s;
}

.delay-2000 {
  animation-delay: 2s;
}

.delay-2500 {
  animation-delay: 2.5s;
}

.delay-3000 {
  animation-delay: 3s;
}

.delay-3500 {
  animation-delay: 3.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  transform: translateX(400px);
}

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  transform: translateX(400px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0;
}

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  transform: translateX(400px);
}

/***********
* bounceIn *
************/
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn.go {
  animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInRight.go {
  animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInLeft.go {
  animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInUp.go {
  animation-name: bounceInUp;
}

/******************
* Bounce in down *
*******************/
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInDown.go {
  animation-name: bounceInDown;
}

/**********
* Fade In *
**********/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  animation-name: fadeIn;
}

/**********
* Grow in *
***********/
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.growIn {
  transform: scale(0.2);
  opacity: 0;
}

.growIn.go {
  animation-name: growIn;
}

/********
* Shake *
********/
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake.go {
  animation-name: shake;
}

/********
* ShakeUp *
********/
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
.shakeUp.go {
  animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  opacity: 0;
  transform: translateX(-400px);
}

.fadeInLeft.go {
  animation-name: fadeInLeft;
}

/*************
* FadeInRight *
*************/
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  opacity: 0;
  transform: translateX(400px);
}

.fadeInRight.go {
  animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
  transform: translateY(400px);
}

.fadeInUp.go {
  animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
  transform: translateY(-400px);
}

.fadeInDown.go {
  animation-name: fadeInDown;
}

/*****************
* rotateIn *
*****************/
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn.go {
  animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft.go {
  animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft.go {
  animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight.go {
  animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight.go {
  animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn.go {
  animation-name: rollIn;
}

/*********
* wiggle *
**********/
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle.go {
  animation-name: wiggle;
  animation-timing-function: ease-in;
}

/********
* swing *
*********/
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing.go {
  transform-origin: top center;
  animation-name: swing;
}

/*******
* tada *
********/
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada.go {
  animation-name: tada;
}

/*********
* wobble *
**********/
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble.go {
  animation-name: wobble;
}

/********
* pulse *
*********/
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse.go {
  animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInRight.go {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInLeft.go {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}

/*******
* Flip *
*******/
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

/**********
* flipInX *
**********/
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

/**********
* flipInY *
**********/
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut.goAway {
  animation-name: bounceOut;
}

/************
* bounceOutUp *
*************/
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp.goAway {
  animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown.goAway {
  animation-name: bounceOutDown;
}

/************
* bounceOutLeft *
*************/
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft.goAway {
  animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight.goAway {
  animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut.goAway {
  animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUp.goAway {
  animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDown.goAway {
  animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeft.goAway {
  animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRight.goAway {
  animation-name: fadeOutRight;
}

/************
* flipOutX *
*************/
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

/************
* flipOutY *
*************/
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight.goAway {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}

/************
* lightSpeedOutLeft *
*************/
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft.goAway {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}

/************
* rotateOut *
*************/
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut.goAway {
  animation-name: rotateOut;
}

/************
* rotateOutUpLeft *
*************/
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft.goAway {
  animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft.goAway {
  animation-name: rotateOutDownLeft;
}

/************
* rotateOutUpRight *
*************/
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight.goAway {
  animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut.goAway {
  animation-name: rollOut;
}

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  transform: translateY(20px);
}

.fadeInUpShort.go {
  animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownShort {
  opacity: 0;
  transform: translateY(-20px);
}

.fadeInDownShort.go {
  animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort 
*********************/
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightShort {
  opacity: 0;
  transform: translateX(20px);
}

.fadeInRightShort.go {
  animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort 
*********************/
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftShort {
  opacity: 0;
  transform: translateX(-20px);
}

.fadeInLeftShort.go {
  animation-name: fadeInLeftShort;
}
