@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, .jobs_title, 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 {
  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 */
  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;
}

/* prompt-regular - latin */
@font-face {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/prompt-v10-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/prompt-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/prompt-v10-latin-regular.woff2") format("woff2"), url("../Fonts/prompt-v10-latin-regular.woff") format("woff"), url("../Fonts/prompt-v10-latin-regular.ttf") format("truetype"), url("../Fonts/prompt-v10-latin-regular.svg#Prompt") format("svg"); /* Legacy iOS */
}
/* prompt-italic - latin */
@font-face {
  font-family: "Prompt";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/prompt-v10-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/prompt-v10-latin-italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/prompt-v10-latin-italic.woff2") format("woff2"), url("../Fonts/prompt-v10-latin-italic.woff") format("woff"), url("../Fonts/prompt-v10-latin-italic.ttf") format("truetype"), url("../Fonts/prompt-v10-latin-italic.svg#Prompt") format("svg"); /* Legacy iOS */
}
/* prompt-500 - latin */
@font-face {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../Fonts/prompt-v10-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/prompt-v10-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/prompt-v10-latin-500.woff2") format("woff2"), url("../Fonts/prompt-v10-latin-500.woff") format("woff"), url("../Fonts/prompt-v10-latin-500.ttf") format("truetype"), url("../Fonts/prompt-v10-latin-500.svg#Prompt") format("svg"); /* Legacy iOS */
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 13px;
  }
}

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

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

body {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Prompt", Verdana, Arial, sans-serif;
  color: #4B5460;
  -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: 150%;
}

::-moz-selection {
  background: #35571a;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #35571a;
  text-shadow: none;
  color: #fff;
}

hr {
  display: block;
  height: 1px;
  background: #f1f1f1;
  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: #35571a;
  transition: color 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: underline;
}
a:hover {
  color: rgb(17.1194690265, 28.1017699115, 8.3982300885);
}

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: 10px;
}

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

.allcont ul li {
  padding: 5px 10px 5px 30px;
  position: relative;
  font-weight: 500;
}
.allcont ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #7F7F7F;
  border-radius: 6px;
  margin-right: 13px;
  position: absolute;
  left: 0;
  top: 8px;
}
.allcont ul li ul {
  margin-top: 0.5rem;
}
.allcont ul li ul li {
  padding: 5px 10px 5px 30px;
}
.allcont ul li ul li::before {
  background: rgb(165.25, 165.25, 165.25);
}

.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: 45px;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 450px) {
  .frame-space-before-medium {
    margin-top: 40px;
  }
  .frame-space-before-large {
    margin-top: 60px;
  }
  .frame-space-before-extra-large {
    margin-top: 80px;
  }
  .frame-space-after-medium {
    margin-bottom: 40px;
  }
  .frame-space-after-large {
    margin-bottom: 60px;
  }
  .frame-space-after-extra-large {
    margin-bottom: 80px;
  }
}
h1, h2, h3, h4, h5, .jobs_title, h6 {
  font-weight: 500;
  margin: 0;
  font-family: "Prompt", Verdana, Arial, sans-serif, Verdana, Arial, sans-serif;
  line-height: 125%;
  color: #35571a;
}
@media screen and (max-width: 640px) {
  h1, h2, h3, h4, h5, .jobs_title, h6 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, .jobs_title + p, h6 + p {
  padding-top: 0.5em;
}

h1 {
  font-size: 2.8125rem;
}
@media screen and (max-width: 450px) {
  h1 {
    font-size: 2.3rem;
  }
}

h2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 450px) {
  h2 {
    font-size: 2.05rem;
  }
}

h3 {
  font-size: 1.4375rem;
  color: #7F7F7F;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 450px) {
  h3 {
    font-size: 1.2rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media screen and (max-width: 450px) {
  h4 {
    font-size: 1.1rem;
  }
}

h5, .jobs_title {
  font-size: 1rem;
  line-height: 175%;
  color: #4B5460;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + .jobs_title, p + h6, p + p, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + .jobs_title, ul + h6, ul + p, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + .jobs_title, ol + h6, ol + p {
  margin-top: 1em;
}

i, em {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

.button, input[type=submit], button {
  display: inline-block;
  color: #fff;
  padding: 18px 32px 18px;
  text-decoration: none;
  font-weight: 500;
  line-height: 150%;
  background: #35571a;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 1rem;
  margin-right: 4.25rem;
  border-radius: 30px;
  border: 1px solid #35571a;
}
.button:last-child, input[type=submit]:last-child, button:last-child {
  margin-right: 0;
}
.button::before, input[type=submit]::before, button::before {
  content: "";
  background: url("../Images/dach-blue.svg") no-repeat center/contain;
  width: 1.5625rem;
  height: 0.75rem;
  filter: brightness(100);
  margin-right: 9px;
  display: inline-block;
  transition: filter 0.3s ease-in-out;
}
.button:hover, input[type=submit]:hover, button:hover {
  background: none;
  color: #35571a;
}
.button:hover::before, input[type=submit]:hover::before, button:hover::before {
  filter: brightness(1);
}
.button.secondary, input.secondary[type=submit], button.secondary {
  background: #7F7F7F;
  border-color: #7F7F7F;
}
.button.secondary::before, input.secondary[type=submit]::before, button.secondary::before {
  content: none;
}
.button.secondary:hover, input.secondary[type=submit]:hover, button.secondary:hover {
  background: none;
  color: #7F7F7F;
}

.phone,
.mail,
.fax,
.location {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.phone::before,
.mail::before,
.fax::before,
.location::before {
  content: "";
  margin-right: 7px;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: no-repeat center/contain;
}

.phone::before {
  background-image: url("../Images/phone.svg");
}

.mail::before {
  background-image: url("../Images/mail.svg");
}

.fax::before {
  background-image: url("../Images/fax.svg");
}

.location {
  align-items: flex-start;
}
.location::before {
  margin-top: 2px;
  background-image: url("../Images/location.svg");
}

.arrow_after {
  position: relative;
}
.arrow_after::after {
  content: "";
  background: url("../Images/dach.svg") no-repeat center/contain;
  width: 4.5rem;
  height: 2.1875rem;
  display: block;
  transform: translateX(-50%);
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1200px) {
  .arrow_after::after {
    width: 3.5rem;
    height: 1.8rem;
    transform: translateX(-40%);
  }
}
@media screen and (max-width: 450px) {
  .arrow_after::after {
    transform: none;
  }
}

.uppercase {
  text-transform: uppercase;
}

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

.smalltext {
  font-size: 14px;
}

.frame-greybox,
.frame-greybox_arrows,
.frame-arrows {
  padding: 3.444rem 2% 5rem;
  position: relative;
}
.frame-greybox.frame.frame-layout-20, .frame-greybox.frame.frame-layout-40,
.frame-greybox_arrows.frame.frame-layout-20,
.frame-greybox_arrows.frame.frame-layout-40,
.frame-arrows.frame.frame-layout-20,
.frame-arrows.frame.frame-layout-40 {
  padding-left: 0;
  padding-right: 0;
}
.frame-greybox > .inner,
.frame-greybox_arrows > .inner,
.frame-arrows > .inner {
  position: relative;
  z-index: 2;
}
.frame-greybox > svg,
.frame-greybox_arrows > svg,
.frame-arrows > svg {
  position: absolute;
  width: 35%;
  top: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .frame-greybox > svg,
  .frame-greybox_arrows > svg,
  .frame-arrows > svg {
    min-width: 450px;
  }
}
.frame-greybox > svg.before,
.frame-greybox_arrows > svg.before,
.frame-arrows > svg.before {
  left: 0;
  transform: translate(-35%, -50%);
}
.frame-greybox > svg.after,
.frame-greybox_arrows > svg.after,
.frame-arrows > svg.after {
  right: 0;
  transform: translate(35%, -50%);
}

.frame-greybox::after,
.frame-greybox_arrows::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #C3D9F0 0%, #90B1DC 100%);
  opacity: 0.1;
  z-index: 0;
}

.frame-greybox::after {
  background: linear-gradient(0deg, #C3D9F0 0%, #90B1DC 100%);
}

.frame-arrows {
  padding: 3.444rem 2% 5rem;
}

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

.head > .inner {
  max-width: 1920px;
}

.cont > .frame {
  width: 92%;
  max-width: 1150px;
  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: 1150px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.gridrow {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.gridrow.colSpacing_wide {
  --space: 80px;
}
.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;
}

.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;
  }
  .grid2cols.nospacingmobile .col + .col,
  .grid3cols.nospacingmobile .col + .col {
    margin-top: 0;
  }
  .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;
  }
  .col_pos_33-66.nospacingmobile .col + .col,
  .col_pos_66-33.nospacingmobile .col + .col,
  .col_pos_20-80.nospacingmobile .col + .col,
  .col_pos_80-20.nospacingmobile .col + .col {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  .grid4cols > .col,
  .grid5cols > .col {
    width: 100%;
  }
  .grid4cols .col + .col,
  .grid5cols .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }
  .grid4cols.nospacingmobile .col + .col,
  .grid5cols.nospacingmobile .col + .col {
    margin-top: 0;
  }
}
.site {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.site .main {
  overflow: hidden;
  flex: 1 0 auto;
}
.site .allcont .cont > div:first-child {
  margin-top: 6rem;
}
.site .allcont .cont > div:first-child.frame-greybox, .site .allcont .cont > div:first-child.frame-ci_bg {
  margin-top: 0;
}
.site .allcont .cont > div:last-child {
  margin-bottom: 7.5rem;
}

.layout_pagets__noBanner .site .allcont .cont > div:first-child {
  margin-top: calc(6rem + 85px);
}

input, select, textarea {
  appearance: none;
  width: 100%;
  border: none;
  padding: 18px 14px 2px 14px;
  border-radius: 0 0 6px 6px;
  color: #4B5460;
  font-family: "Prompt", Verdana, Arial, sans-serif;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
input:focus, select:focus, textarea:focus {
  border: none;
  outline: none;
}

input[type=submit] {
  width: auto;
  cursor: pointer;
  background: #35571a url("../Images/dach-white.svg") no-repeat 27px;
  background-size: 24px;
  padding-left: 61px;
}
input[type=submit]:focus {
  border: none;
  outline: none;
}
input[type=submit]:hover {
  background: transparent url("../Images/dach-blue.svg") no-repeat 27px;
  background-size: 24px;
}

select {
  height: 44px;
  padding: 10px 14px;
  appearance: none;
  cursor: pointer;
  width: auto;
  background: #fff url("../Images/select.svg") no-repeat center right 10px/15px auto;
}

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

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

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: #ccc;
}

:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

:focus {
  outline: rgba(255, 255, 255, 0);
}

.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: #35571a;
  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: #f1f1f1;
}

/*
*********************
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: fixed;
  top: 0;
  background: #fff;
  max-width: 1920px;
  z-index: 99;
  width: 100%;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  border-bottom-left-radius: 3.75rem;
  border-bottom-right-radius: 3.75rem;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1200px) {
  .head {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
.head > .inner {
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backface-visibility: hidden;
  margin-top: 23px;
}
@media screen and (max-width: 1200px) {
  .head > .inner {
    margin-top: 0;
  }
}
.head > .inner .logo {
  transition: all 0.3s ease-in-out;
  background: url("../Images/logo.svg") no-repeat 0;
  background-size: contain;
  width: 230px;
  height: 55px;
  margin: 15px 0;
  backface-visibility: hidden;
}
.head > .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.head > .inner .logo span {
  display: none;
}
@media screen and (min-width: 1360px) {
  .head > .inner nav {
    margin-right: calc((100% - 1150px) / 2);
  }
}

html:not(.js) .head > .inner,
.head.is-sticky > .inner {
  margin-top: 0;
}
html:not(.js) .head > .inner .logo,
.head.is-sticky > .inner .logo {
  width: 180px;
  height: 41px;
}

#subhead {
  position: relative;
}
.head .nav {
  list-style-type: none;
  display: flex;
}
@media screen and (min-width: 1201px) {
  .head .nav {
    margin-right: -35px;
  }
}
.head .nav > li {
  list-style: none;
  position: relative;
}
.head .nav > li a {
  display: block;
  text-decoration: none;
  color: #4B5460;
  font-weight: 500;
}
.head .nav > li > a {
  padding: 10px 35px;
  position: relative;
}
.head .nav > li > a::after {
  content: "";
  width: 16px;
  height: 8px;
  background: url("../Images/dach.svg") no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.head .nav > li.over > .subnav, .head .nav > li.over > a, .head .nav > li:hover > .subnav {
  display: flex;
}
.head .nav > li.active > a, .head .nav > li.act > a {
  font-size: 1.125rem;
}
.head .nav > li.over > a, .head .nav > li:hover > a, .head .nav > li.active > a, .head .nav > li.act > a {
  color: #7F7F7F;
}
.head .nav > li.over > a::after, .head .nav > li:hover > a::after, .head .nav > li.active > a::after, .head .nav > li.act > a::after {
  opacity: 1;
}
.head .nav > li .subnav {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0 0;
}
.head .nav > li .subnav a[href*="//"]:before {
  content: none;
}
.head .nav > li .subnav li a {
  background: #fff;
  color: #4B5460;
  font-weight: 400;
  padding: 10px 20px;
  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: #35571a;
}
.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 .subnav li + li {
  border-top: 1px solid #fff;
}
.head .nav > li .subnav li > .subnav {
  left: 100%;
  padding-left: 5px;
  top: 0;
}
.head.is-sticky .nav > li .subnav {
  padding: 13px 0 0;
}

.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 0 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;
}
.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: #35571a;
}

.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: #35571a;
  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: calc(100% - 1rem);
    left: 0;
    width: 100%;
    overflow: scroll;
    max-height: calc(100vh - 71px);
  }
  .head > .inner nav::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 1rem;
    display: block;
  }
  .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: #fff;
    background-color: #35571a;
  }
  .head > .inner nav .nav li:hover > .showSub::after, .head > .inner nav .nav li.over > .showSub::after, .head > .inner nav .nav li.active > .showSub::after, .head > .inner nav .nav li.act > .showSub::after {
    border-top-color: #fff;
  }
  .head > .inner nav .nav li a {
    background-color: #f1f1f1;
    border-bottom: 1px solid #fff;
    padding: 20px;
    transition: all 0.3s ease-in-out;
  }
  .head > .inner nav .nav li a::after {
    content: none !important;
  }
  .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;
  }
  .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: #fff;
  }
  .head > .inner nav .nav li .subnav li:hover > .showSub::after, .head > .inner nav .nav li .subnav li.over > .showSub::after, .head > .inner nav .nav li .subnav li.active > .showSub::after, .head > .inner nav .nav li .subnav li.act > .showSub::after {
    border-top-color: #fff;
  }
  .head > .inner nav .nav li .subnav li + li {
    border-top: none;
    margin-left: 0;
  }
  .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: inherit;
    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: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 60px;
    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 #35571a;
    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 {
    transform: rotate(180deg);
  }
}
.accordion_container {
  position: relative;
}
.accordion_container .accordion {
  background: #fff;
  border-radius: 0 0 1.8125rem 1.8125rem;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
.accordion_container .accordion + .accordion {
  margin-top: 2rem;
}
.accordion_container .accordion .accordion_content {
  display: none;
  padding: 0 28px 22px;
  max-width: 90%;
}
.accordion_container .accordion .accordion_trigger {
  padding: 16px 28px;
  cursor: pointer;
  position: relative;
}
.accordion_container .accordion .accordion_trigger:before {
  content: "";
  display: block;
  width: 37px;
  height: 18px;
  background: url("../Images/dach.svg") no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 28px;
  transform: rotate(180deg) translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.accordion_container .accordion.act .accordion_trigger:before, .accordion_container .accordion:hover .accordion_trigger:before {
  transform: rotate(90deg) translateX(50%) translateY(-50%);
}

.banner {
  position: relative;
}
.banner > .image {
  position: relative;
}
.banner > .image img {
  height: 100%;
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}
@media screen and (min-width: 1201px) {
  .banner > .image img {
    padding-bottom: 260px;
  }
}
@media screen and (max-width: 1201px) {
  .banner > .image img {
    max-height: 350px;
  }
}
.banner .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  max-width: 1150px;
  padding: 55px 0 65px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .banner .text {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    padding: 0;
    width: 96%;
  }
}
@media screen and (max-width: 960px) {
  .banner .text {
    width: 100%;
  }
}
.banner .text_inner {
  position: relative;
  z-index: 1;
  width: 72%;
}
@media screen and (max-width: 1200px) {
  .banner .text_inner {
    background: #fff;
    height: 100%;
    top: 0;
    border-bottom-right-radius: 3rem;
    padding: 6% 4% 6%;
    width: fit-content;
    margin-right: 4%;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 960px) {
  .banner .text_inner {
    margin: 0;
  }
}
.banner .text .buttons {
  margin-top: 2.5rem;
}
.banner .text::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  width: calc(100% + 150px);
  top: 0;
  left: calc((-1920px + 1150px) / 2);
  border-bottom-right-radius: 3rem;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1200px) {
  .banner .text::after {
    content: none;
  }
}
.banner .text > .cert {
  position: relative;
  z-index: 1;
  max-width: 200px;
  padding: 8px;
  background: #fff;
  border-radius: 0 0 1.125rem 1.125rem;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 960px) {
  .banner .text > .cert {
    position: absolute;
    bottom: 100%;
    width: 22%;
    right: 0;
    border-radius: 1rem 0 0 0;
    box-shadow: none;
  }
}
.banner ul li {
  padding: 5px 10px 5px 30px;
  position: relative;
  font-weight: 500;
}
.banner ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #7F7F7F;
  border-radius: 6px;
  margin-right: 13px;
  position: absolute;
  left: 0;
  top: 8px;
}
.banner ul li ul {
  margin-top: 0.5rem;
}
.banner ul li ul li {
  padding: 5px 10px 5px 30px;
}
.banner ul li ul li::before {
  background: rgb(165.25, 165.25, 165.25);
}

.contact_wall .headline {
  margin-bottom: 4.3rem;
}
.contact_wall .contact_wall_wrap {
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 1024px) {
  .contact_wall .contact_wall_wrap {
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_wall .contact_wall_wrap {
    flex-wrap: wrap;
  }
}
.contact_wall .contact_wall_wrap .contact {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact_wall .contact_wall_wrap .contact {
    width: 100%;
  }
}
.contact_wall .contact_wall_wrap .contact .person_image {
  margin-bottom: 2.75rem;
}
.contact_wall .contact_wall_wrap .contact .person_image img {
  border-radius: 0 0 2.25rem 2.25rem;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
.contact_wall .contact_wall_wrap .contact .name {
  margin-bottom: 1rem;
}
.contact_wall .contact_wall_wrap .contact ul {
  margin-bottom: 1rem;
}
.contact_wall .contact_wall_wrap .contact ul li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact_wall .contact_wall_wrap .contact ul li::before {
  top: 19px;
}
.contact_wall .contact_wall_wrap .contact ul.links {
  margin-top: auto;
  margin-bottom: 0;
}
.contact_wall .contact_wall_wrap .contact ul.links li {
  padding: 10px 0;
}
.contact_wall .contact_wall_wrap .contact ul.links li::before {
  content: none;
}
.contact_wall .phone::before, .contact_wall .mail::before, .contact_wall .fax::before, .contact_wall .location::before {
  width: 1.3rem;
  height: 1.3rem;
}

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

[class^=map_image_wrap_uid] {
  text-align: center;
  border-bottom-right-radius: 3rem;
  overflow: hidden;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
[class^=map_image_wrap_uid] .gm-style img, [class^=map_image_wrap_uid] [class^=mapboxgl] img {
  max-width: none !important;
  border-radius: 0 !important;
  vertical-align: baseline !important;
}
[class^=map_image_wrap_uid] .gm-style ul li:before, [class^=map_image_wrap_uid] [class^=mapboxgl] ul li:before {
  content: none;
}
[class^=map_image_wrap_uid] .gm-style a[href*="//"]:before, [class^=map_image_wrap_uid] [class^=mapboxgl] a[href*="//"]:before {
  content: none;
}
[class^=map_image_wrap_uid] [id^=mapbox_marker] {
  width: 22px;
  height: 30px;
  margin-top: -15px;
  margin-left: -11px;
  background: url(../Images/marker.svg) no-repeat center/auto 100%;
}
[class^=map_image_wrap_uid] .map_image_wrap_inner {
  max-width: 1600px;
  margin: 10px auto 0;
  padding: 0;
  position: relative;
  height: 500px;
  overflow: hidden;
}
[class^=map_image_wrap_uid] .map_image_wrap_inner .map_image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  filter: blur(3px);
}
[class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn {
  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: 0 0 2.25rem 2.25rem;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  [class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  [class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn {
    line-height: 125%;
    font-size: 13px;
  }
}
[class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn .maps_headline {
  text-align: center;
  font-size: 1.5em;
}
[class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn span {
  margin: 10px 0;
}
[class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn span a {
  color: #35571a;
  font-weight: bold;
}
[class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn span a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 450px) {
  [class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn .button, [class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn input[type=submit], [class^=map_image_wrap_uid] .map_image_wrap_inner .map_btn button {
    padding: 10px 10px;
  }
}
[class^=map_image_wrap_uid] .map_image_wrap_inner .map_image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
[class^=map_image_wrap_uid] .map_inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
[class^=map_image_wrap_uid] .map_inner .map_image_wrap_inner, [class^=map_image_wrap_uid] .map_inner [id^=map_uid] {
  margin: 0;
  background: #f1f1f1;
}
@media screen and (max-width: 768px) {
  [class^=map_image_wrap_uid] .map_inner .map_image_wrap_inner, [class^=map_image_wrap_uid] .map_inner [id^=map_uid] {
    order: -1;
  }
}

#mapBox-marker {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mapBox-marker.hidden {
  display: none;
}
#mapBox-marker .circle {
  width: 15px;
  height: 15px;
  background-color: #35571a;
  border-radius: 50%;
  position: absolute;
  top: 2.5px;
  left: 2.7px;
}
#mapBox-marker .ring {
  border: 3px solid #35571a;
  -webkit-border-radius: 30px;
  height: 25px;
  width: 25px;
  position: absolute;
  left: -5px;
  top: -5px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
[id^=map_uid] {
  height: 500px;
  width: 100%;
  margin-top: 10px;
}

.teaser .headline {
  margin-bottom: 5.45rem;
}
.teaser .buttons {
  margin-top: 4.375rem;
  text-align: center;
}
.teaser_items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 6.25rem;
}
@media screen and (max-width: 450px) {
  .teaser_items {
    gap: 5rem;
  }
}
.teaser_item {
  position: relative;
  border-radius: 0 0 2.25rem 2.25rem;
  padding: 45px 50px 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
.teaser_item::before {
  content: "";
  background: url("../Images/dach.svg") no-repeat center/contain;
  width: 5.625rem;
  height: 2.75rem;
  display: block;
  transform: translate(-50%, 57%);
  position: absolute;
  bottom: 100%;
  left: 50%;
}
.teaser_image {
  margin-bottom: 13px;
}
.teaser_image img {
  height: 65px;
  width: auto;
  object-fit: contain;
}

.jobs .headline {
  margin-bottom: 2.8rem;
}
.jobs .headline h5, .jobs .headline .jobs_title {
  max-width: 675px;
  margin: 0 auto;
}
.jobs_item {
  margin-bottom: 1.875rem;
  background: #fff;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  gap: 0 10px;
  border-radius: 0 0 1.8125rem 1.8125rem;
}
@media screen and (max-width: 960px) {
  .jobs_item {
    gap: 20px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .jobs_item {
    gap: 20px;
  }
}
.jobs_item:last-child {
  margin-bottom: 0;
}
.jobs_title {
  width: 37%;
}
@media screen and (max-width: 960px) {
  .jobs_title {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .jobs_title {
    width: 100%;
    text-align: center;
  }
}
.jobs_location, .jobs_hours {
  display: flex;
  align-items: center;
  font-size: 0.857rem;
  width: 21%;
}
@media screen and (max-width: 960px) {
  .jobs_location, .jobs_hours {
    width: auto;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 640px) {
  .jobs_location, .jobs_hours {
    width: 100%;
    justify-content: center;
  }
  .jobs_location.hidden, .jobs_hours.hidden {
    display: none;
  }
}
.jobs_link {
  flex: 1 0 auto;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .jobs_link {
    flex: unset;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .jobs_link {
    text-align: center;
  }
}
.jobs_link .button, .jobs_link input[type=submit], .jobs_link button {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .jobs_link .button, .jobs_link input[type=submit], .jobs_link button {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .jobs_link .button, .jobs_link input[type=submit], .jobs_link button {
    width: auto;
  }
}
.jobs .icon {
  font-style: normal;
  width: 19px;
  height: 19px;
  background: no-repeat center/contain;
  margin-right: 7px;
  display: inline-block;
}
.jobs .icon-location {
  background-image: url("../Images/job-location.svg");
}
.jobs .icon-time {
  background-image: url("../Images/job-time.svg");
}

.textpictures {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .textpictures .textpictures_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .textpictures .textpictures_wrap {
    flex-direction: column;
    width: 92%;
    margin: 0 auto;
  }
}
.textpictures .textpictures_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 1150px;
  padding: 125px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .textpictures .textpictures_text {
    width: calc(50% - 2%);
    max-width: none;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    padding: 4%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .textpictures .textpictures_text {
    width: 100%;
    margin: 0 !important;
  }
}
.textpictures .textpictures_text .text_inner {
  position: relative;
  z-index: 1;
  width: 43%;
}
@media screen and (max-width: 1200px) {
  .textpictures .textpictures_text .text_inner {
    width: auto;
  }
}
.textpictures .textpictures_text::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  max-width: 1080px;
  top: 0;
  right: calc((-1920px + 960px) / 2);
  border-bottom-left-radius: 3rem;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1200px) {
  .textpictures .textpictures_text::after {
    max-width: none;
    left: 0 !important;
  }
}
.textpictures .textpictures_text .button, .textpictures .textpictures_text input[type=submit], .textpictures .textpictures_text button {
  margin-top: 2rem;
}
.textpictures .textpictures_image {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .textpictures .textpictures_image {
    width: calc(50% - 2%);
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .textpictures .textpictures_image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .textpictures.imageposition-right .textpictures_wrap {
    flex-direction: column-reverse;
  }
}
.textpictures.imageposition-right .textpictures_text {
  justify-content: flex-start;
}
.textpictures.imageposition-right .textpictures_text::after {
  right: auto;
  left: calc((-1920px + 960px) / 2);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 3rem;
}
.textpictures.imageposition-right .textpictures_image {
  display: flex;
  justify-content: flex-end;
}

.ce-uploads span {
  hyphens: auto;
}
.allcont .ce-uploads li {
  padding-left: 0;
}
.allcont .ce-uploads li::before {
  content: none;
}
.ce-uploads li div {
  padding: 10px;
  background: #f1f1f1;
  border-radius: 5px;
}
.ce-uploads li div:has(a:hover) {
  background: rgb(228.25, 228.25, 228.25);
}
.ce-uploads-description {
  font-weight: bold;
}
.ce-uploads-description, .ce-uploads-filesize {
  font-size: 0.9em;
}

.allcont ul.ce-uploads li:before {
  top: 50%;
  transform: translateY(-50%);
}

.foot {
  padding: 3.3rem 0 2.5rem;
  position: relative;
  margin-bottom: 4.5rem;
  overflow: hidden;
}
.foot > svg {
  top: 3.3rem;
}
.foot > svg.before {
  transform: translateX(-35%);
}
.foot > svg.after {
  transform: translateX(35%);
}
.foot .foot_main,
.foot .foot_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.foot .foot_main > div,
.foot .foot_bottom > div {
  width: 33.333%;
}
.foot .foot_main {
  color: #35571a;
}
@media screen and (max-width: 768px) {
  .foot .foot_main {
    gap: 2rem 0;
  }
  .foot .foot_main > div {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .foot .foot_main {
    gap: 2rem;
  }
  .foot .foot_main > div {
    width: 100%;
    text-align: center;
  }
  .foot .foot_main > div .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.foot .foot_main ul {
  padding-top: 0.5em;
}
.foot .foot_bottom {
  margin-top: 4.125rem;
  font-size: 0.875rem;
  color: #7F7F7F;
}
@media screen and (max-width: 768px) {
  .foot .foot_bottom {
    gap: 2rem 3rem;
    justify-content: center;
  }
  .foot .foot_bottom > div {
    width: auto;
  }
}
.foot .foot_bottom a {
  color: #7F7F7F;
  font-weight: 400;
}
.foot .foot_bottom .footnav {
  display: flex;
}
.foot .foot_bottom .footnav li + li {
  margin-left: 20px;
}
.foot .inner a {
  text-decoration: none;
}
.foot .inner a:hover {
  text-decoration: underline;
}

.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.parsley-error ~ label, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_date input.parsley-error ~ label, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file input.parsley-error ~ label {
  color: #b10000;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field input {
  padding: 18px 14px 15px 14px;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea .powermail_label {
  bottom: 15px;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap textarea.parsley-error ~ label {
  color: #b10000;
}
.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-start;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung {
  margin-top: 1rem;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_label {
  display: none;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field {
  font-size: 13px;
  line-height: 140%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field a {
  color: #35571a;
}
.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.parsley-error {
  color: #b10000;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error label {
  color: #b10000;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error input {
  border-color: #b10000;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error a {
  color: #b10000;
  text-decoration: underline;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder .powermail_field {
  color: #35571a;
  font-size: 15px;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_select .powermail_label {
  font-weight: 500;
  margin-bottom: 0.625rem;
  display: block;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_select select {
  border: 2px solid transparent;
  width: 100%;
  height: 40px;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_select select.parsley-error {
  border-color: #b10000;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_select .mandatory {
  display: none;
}
.tx-powermail .powermail_form .powermail_fieldset .parsley-errors-list {
  display: none;
}
.tx-powermail .hidelabel .powermail_fieldwrap > LABEL,
.tx-powermail .powermail_fieldwrap.hidelabel > LABEL {
  display: none;
}
.tx-powermail .greyboxpowermail {
  background: #f1f1f1;
  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;
}
.tx-powermail .powermail_field {
  position: relative;
}
.tx-powermail .powermail_field input:not([type=checkbox]):not([type=hidden]):not([type=submit]):focus ~ label, .tx-powermail .powermail_field input:not([type=checkbox]):not([type=hidden]):not([type=submit]):not(:placeholder-shown) ~ label,
.tx-powermail .powermail_field textarea:not([type=checkbox]):not([type=hidden]):not([type=submit]):focus ~ label,
.tx-powermail .powermail_field textarea:not([type=checkbox]):not([type=hidden]):not([type=submit]):not(:placeholder-shown) ~ label {
  font-size: 0.75rem;
  bottom: 100%;
  transform: translateY(100%);
}
.tx-powermail .powermail_field label {
  position: absolute;
  left: 14px;
  bottom: 5px;
  transition: all 0.3s ease-in-out;
  color: #7F7F7F;
}
.tx-powermail .powermail_field .checkbox {
  padding: 0 !important;
}
.tx-powermail .powermail_field .checkbox label {
  position: static;
  color: #4B5460;
  font-size: 0.75rem;
  padding-left: 25px;
  display: block;
}
.tx-powermail .powermail_field .checkbox label input {
  appearance: none;
  position: absolute;
  border: 1px solid #7F7F7F;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  display: block;
  top: 0;
  left: 0;
}
.tx-powermail .powermail_field .checkbox label input:checked ~ i {
  opacity: 1;
}
.tx-powermail .powermail_field .checkbox label i {
  position: absolute;
  font-style: normal;
  width: 16px;
  height: 12px;
  background: url("../Images/check.svg") no-repeat;
  display: inline-block;
  top: 5px;
  transform: translateY(-50%);
  left: 3px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  touch-action: 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 #f1f1f1;
  box-shadow: 0 3px 6px #f1f1f1;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left, .datepicker-top-right {
  border-top-color: #35571a;
}
.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: #35571a;
}
.datepicker-top-left::after, .datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}
.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #35571a;
}
.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: #35571a;
}
.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: #35571a;
}
.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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  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 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*animations*/
/******************
* Bounce in right *
*******************/
html.js {
  /* Added by Andy Meetan */
  /***********
  * bounceIn *
  ************/
  /****************
  * bounceInRight *
  ****************/
  /******************
  * Bounce in left *
  *******************/
  /******************
  * Bounce in up *
  *******************/
  /******************
  * Bounce in down *
  *******************/
  /**********
  * Fade In *
  **********/
  /**********
  * Grow in *
  ***********/
  /********
  * Shake *
  ********/
  /********
  * ShakeUp *
  ********/
  /*************
  * FadeInLeft *
  *************/
  /*************
  * FadeInRight *
  *************/
  /*************
  * FadeInUp *
  *************/
  /*************
  * FadeInDown *
  *************/
  /*****************
  * rotateIn *
  *****************/
  /*****************
  * rotateInUpLeft *
  *****************/
  /*******************
  * rotateInDownLeft *
  *******************/
  /******************
  * rotateInUpRight *
  *******************/
  /********************
  * rotateInDownRight *
  ********************/
  /*********
  * rollIn *
  **********/
  /*********
  * wiggle *
  **********/
  /********
  * swing *
  *********/
  /*******
  * tada *
  ********/
  /*********
  * wobble *
  **********/
  /********
  * pulse *
  *********/
  /***************
  * lightSpeedInRight *
  ****************/
  /***************
  * lightSpeedInLeft *
  ****************/
  /*******
  * Flip *
  *******/
  /**********
  * flipInX *
  **********/
  /**********
  * flipInY *
  **********/
  /*****************
  * Out animations *
  *****************/
  /************
  * bounceOut *
  *************/
  /************
  * bounceOutUp *
  *************/
  /************
  * bounceOutDown *
  *************/
  /************
  * bounceOutLeft *
  *************/
  /************
  * bounceOutRight *
  *************/
  /************
  * fadeOut *
  *************/
  /************
  * fadeOutUp *
  *************/
  /************
  * fadeOutDown *
  *************/
  /************
  * fadeOutLeft *
  *************/
  /************
  * fadeOutRight *
  *************/
  /************
  * flipOutX *
  *************/
  /************
  * flipOutY *
  *************/
  /************
  * lightSpeedOutRight *
  *************/
  /************
  * lightSpeedOutLeft *
  *************/
  /************
  * rotateOut *
  *************/
  /************
  * rotateOutUpLeft *
  *************/
  /************
  * rotateOutDownLeft *
  *************/
  /************
  * rotateOutUpRight *
  *************/
  /************
  * rollOut *
  *************/
  /*****************
  * Short Animations
  *******************/
  /*********************
  * fadeInUpShort
  *********************/
  /*********************
  * fadeInDownShort
  *********************/
  /*********************
  * fadeInRightShort
  *********************/
  /*********************
  * fadeInLeftShort
  *********************/
}
html.js .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}
html.js .slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
html.js .slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
html.js .slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
html.js .delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
html.js .delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
html.js .delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
html.js .delay-1000 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
html.js .delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
html.js .delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
html.js .delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
html.js .delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
html.js .delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
html.js .delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
html.js .delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
html.js .delay-3000 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
html.js .delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
html.js .bounceInRight, html.js .bounceInLeft, html.js .bounceInUp, html.js .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
html.js .fadeInRight, html.js .fadeInLeft, html.js .fadeInUp, html.js .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
html.js .flipInX, html.js .flipInY, html.js .rotateIn, html.js .rotateInUpLeft, html.js .rotateInUpRight, html.js .rotateInDownLeft, html.js .rotateDownUpRight, html.js .rollIn {
  opacity: 0;
}
html.js .lightSpeedInRight, html.js .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@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);
  }
}
html.js .bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
html.js .fadeIn {
  opacity: 0;
}
html.js .fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
html.js .growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}
html.js .growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
html.js .shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px);
  }
}
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
html.js .shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}
html.js .fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
html.js .fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}
html.js .fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}
html.js .fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
html.js .rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
html.js .rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
html.js .rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
html.js .rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
html.js .rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
html.js .rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@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);
  }
}
html.js .wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
html.js .swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@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);
  }
}
html.js .tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@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%);
  }
}
html.js .wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
html.js .pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@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;
  }
}
html.js .lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@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;
  }
}
html.js .lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@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;
  }
}
html.js .flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@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;
  }
}
html.js .flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@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;
  }
}
html.js .flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@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);
  }
}
html.js .bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
html.js .bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
html.js .bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
html.js .bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
html.js .bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html.js .fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
html.js .fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
html.js .fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
html.js .fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
html.js .fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
html.js .flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
html.js .flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
html.js .lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
html.js .lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
html.js .rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
html.js .rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
html.js .rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
html.js .rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
html.js .rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
html.js .fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
html.js .fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
html.js .fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
html.js .fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}
