/* Variables
-------------------------------------------------- */
/* Fonts
-------------------------------------------------- */
/* Variables
-------------------------------------------------- */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v29-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin-300.woff2") format("woff2"), url("../fonts/roboto-v29-latin-300.woff") format("woff"), url("../fonts/roboto-v29-latin-300.ttf") format("truetype"), url("../fonts/roboto-v29-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-v29-latin-300italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin-300italic.woff2") format("woff2"), url("../fonts/roboto-v29-latin-300italic.woff") format("woff"), url("../fonts/roboto-v29-latin-300italic.ttf") format("truetype"), url("../fonts/roboto-v29-latin-300italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v29-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v29-latin-regular.woff") format("woff"), url("../fonts/roboto-v29-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v29-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v29-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin-italic.woff2") format("woff2"), url("../fonts/roboto-v29-latin-italic.woff") format("woff"), url("../fonts/roboto-v29-latin-italic.ttf") format("truetype"), url("../fonts/roboto-v29-latin-italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v29-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin-500.woff2") format("woff2"), url("../fonts/roboto-v29-latin-500.woff") format("woff"), url("../fonts/roboto-v29-latin-500.ttf") format("truetype"), url("../fonts/roboto-v29-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/roboto-v29-latin-500italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin-500italic.woff2") format("woff2"), url("../fonts/roboto-v29-latin-500italic.woff") format("woff"), url("../fonts/roboto-v29-latin-500italic.ttf") format("truetype"), url("../fonts/roboto-v29-latin-500italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v24-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-condensed-v24-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v24-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v24-latin-700.woff") format("woff"), url("../fonts/roboto-condensed-v24-latin-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v24-latin-700.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
p [class^=ID_icon_],
p [class*=ID_icon_] {
  position: relative;
  top: 5px;
  left: 10px;
}

figure {
  text-align: left !important;
}
figure blockquote {
  position: relative;
  padding: 1rem 0;
  text-align: left !important;
}
figure blockquote p {
  font-weight: 400;
  text-transform: inherit;
}
figure blockquote:before {
  position: absolute;
  top: -0.1em;
  left: -0.1em;
  content: '"';
  font-size: 9em;
  line-height: 1em;
  z-index: 0;
  opacity: 0.18;
}
figure .figcaption,
figure figcaption {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left !important;
  font-size: 1.3em;
}
figure .figcaption .button,
figure figcaption .button {
  margin: 0;
}
figure .figcaption small,
figure figcaption small {
  width: 100% !important;
  display: block;
  font-size: 70%;
  line-height: 1.45em;
  margin: 0 !important;
}
figure .figcaption img,
figure figcaption img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin-right: 1.6rem;
  margin-bottom: 0.6em;
}

main article figure.invert {
  background: #005971;
  color: white;
  padding: 1.6rem;
  margin-bottom: -1.4rem;
  position: relative;
}
main article figure.invert blockquote {
  padding-bottom: 220px;
}
main article figure.invert figcaption {
  position: absolute;
  bottom: 20px;
}

/* 3rd party
-------------------------------------------------- */
.cookiesjsr-btn {
  cursor: pointer;
  font: inherit;
  width: calc(100% - 2.5em);
  text-transform: uppercase;
  padding: 0 0.8em;
  font-size: 0.85em;
  text-decoration: none;
  white-space: nowrap;
  margin: 0.625em;
  opacity: 0.95;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 42px;
  color: #fff;
  border: 2px solid white;
  background-color: transparent;
}
@media (min-width: 576px) {
  .cookiesjsr-btn {
    min-height: 48px;
  }
}
@media (min-width: 992px) {
  .cookiesjsr-btn {
    padding: 0 2em;
  }
}
.cookiesjsr-btn:hover {
  opacity: 1;
  background-color: #003750;
}
.cookiesjsr-btn.invert {
  color: var(--btn-inv-font-color, #005971);
  border: 2px solid #005971;
}
.cookiesjsr-btn.invert:hover {
  color: #f8b700;
  border: 2px solid #f8b700;
  background: transparent;
}
.cookiesjsr-btn.important {
  color: white;
  border-color: #f8b700;
  background-color: #f8b700;
}
.cookiesjsr-btn.important.invert {
  color: white;
  border-color: #f8b700;
  background-color: #f8b700;
}

.cookiesjsr-links {
  list-style: none;
  margin: 0 -0.75em;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 576px) {
  .cookiesjsr-links.links--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cookiesjsr-links.links--row li {
  margin: 0;
  padding-left: 0.75em;
  padding-right: 0.75em;
  position: relative;
}
.cookiesjsr-links.links--row li a {
  margin: 0;
  padding: 0;
  line-height: 2em;
  display: inline-block;
}
.cookiesjsr-links.links--row li:first-child:before {
  content: none;
}
@media (min-width: 576px) {
  .cookiesjsr-links.links--row li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.3em;
    height: 0.3em;
    background-color: var(--link-list-separator-color, #FFF);
    -webkit-transform: translate(-50%, -40%);
        -ms-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}

.cookiesjsr-btn.denyAll {
  display: none;
}
@media (min-width: 1200px) {
  .cookiesjsr-btn.denyAll {
    display: inline-block;
  }
}

.cookiesjsr-switch {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: var(--switch-width, 45px);
  height: var(--switch-height, 20px);
  border-radius: var(--switch-height, 20px);
  background-color: var(--switch-bg-off, #fff);
  cursor: pointer;
  -webkit-box-shadow: inset -1px 2px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset -1px 2px 1px rgba(0, 0, 0, 0.25);
  border: 0;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.cookiesjsr-switch:focus-within:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px dotted #eee;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
.cookiesjsr-switch:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: var(--switch-height, 20px);
  height: var(--switch-height, 20px);
  border-radius: var(--switch-height, 20px);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  background-color: var(--switch-handle-color, #fff);
  border: 1px solid var(--switch-border-color, #4b4f54);
  -webkit-transition: left 0.1s ease-in-out;
  -o-transition: left 0.1s ease-in-out;
  transition: left 0.1s ease-in-out;
  -webkit-box-shadow: -1px 2px 1px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 2px 1px rgba(0, 0, 0, 0.25);
}
.cookiesjsr-switch.active {
  background-color: #003750;
}
.cookiesjsr-switch.active:after {
  left: 25px;
}
.cookiesjsr-switch input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.cookiesjsr-banner {
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  background-color: var(--banner-bg-color, #005971);
  color: var(--banner-font-color, #fff);
  max-height: calc(100vh - 100px);
  overflow: auto;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.cookiesjsr-banner.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 768px) {
  .cookiesjsr-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cookiesjsr-banner a {
  color: var(--link-list-font-color, #fff);
}
.cookiesjsr-banner--info, .cookiesjsr-banner--action {
  width: 100%;
}
@media (min-width: 768px) {
  .cookiesjsr-banner--info, .cookiesjsr-banner--action {
    width: 50%;
  }
}
.cookiesjsr-banner--info {
  padding: 0 var(--default-margin, 1.25em);
  margin: var(--default-margin, 1.25em);
  max-height: calc(100vh - 100px - 2.5em);
  overflow: auto;
}
.cookiesjsr-banner--text {
  display: block;
}
.cookiesjsr-banner--links {
  margin-top: 0.5em;
  font-size: 0.85em;
}
.cookiesjsr-banner--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
@media (min-width: 420px) {
  .cookiesjsr-banner--action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cookiesjsr-banner button.denyAll {
  display: none;
}
@media (min-width: 1200px) {
  .cookiesjsr-banner button.denyAll {
    display: inline-block;
  }
}

.cookiesjsr-service-groups {
  position: static !important;
  display: block;
  max-height: 100%;
  overflow: auto;
  list-style: none;
  margin: 0 0 -1px !important;
  padding: 0 !important;
}

.cookiesjsr-service-group button:hover {
  background: #eee;
}

.cookiesjsr-service-group {
  position: static !important;
  line-height: 1.5em;
  list-style: none;
}
.cookiesjsr-service-group h3 {
  color: #445158;
}
.cookiesjsr-service-group--tab {
  min-height: 3em;
  padding: 1em var(--default-margin, 1.25em);
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  border: 0;
  color: #4b4f54;
  background: white;
  border-bottom: 1px solid var(--layer-border-color, #4b4f54);
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cookiesjsr-service-group--tab:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .cookiesjsr-service-group--tab {
    padding: 1em 3.25em 1em 1.25em;
    width: calc(30% + 2em);
  }
}
.cookiesjsr-service-group--content {
  display: none;
}
@media (min-width: 768px) {
  .cookiesjsr-service-group--content {
    position: absolute;
    width: 70%;
    height: 100%;
    overflow: auto;
    right: 0;
    top: 0;
  }
}
.cookiesjsr-service-group--intro {
  padding: 1em var(--default-margin, 1.25em);
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
  color: #fff;
  background: #003750;
  border-bottom: 0 none;
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  display: block;
  background: white;
  border-left: 1px solid var(--layer-border-color, #4b4f54);
  color: #445158;
}
.cookiesjsr-service-group--services {
  margin: 0 !important;
  padding: 0 !important;
}

.cookiesjsr-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(75, 79, 84, 0);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.cookiesjsr-service:hover {
  background-color: rgba(75, 79, 84, 0.1);
}
.cookiesjsr-service--description {
  padding: 0.625em 1.25em;
  width: calc(100% - 2.5em - 45px);
}
.cookiesjsr-service--description h3 {
  margin: 0;
  font-size: 1.2em;
}
.cookiesjsr-service--links a {
  color: var(--layer-font-light, #fff);
  font-size: 0.75em;
  color: #4b4f54;
}
.cookiesjsr-service--links a:hover, .cookiesjsr-service--links a:active, .cookiesjsr-service--links a:visited {
  color: #4b4f54;
}
.cookiesjsr-service--action {
  padding: 0.625em 1.25em;
  width: calc(2.5em + 45px);
}
.cookiesjsr-service--always-on {
  color: #005971;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
}
.cookiesjsr-service--always-on span {
  background-color: var(--switch-always-on-bg-color, #fff);
  padding: 0 0.5em;
}

.cookiesjsr-links a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cookiesjsr-links a:hover {
  color: #f8b700;
}

.cookiesjsr-layer {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--layer-header-bg-color, #fff);
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  z-index: 314160;
  padding: var(--layer-header-height, 3.5em) 0 var(--layer-footer-height, 4.5em);
  overflow: hidden;
  line-height: 1.5em;
}
@media (min-height: 668px) {
  .cookiesjsr-layer {
    height: 80vh;
    max-height: 575px;
  }
}
@media (min-height: 992px) {
  .cookiesjsr-layer {
    height: 60vh;
  }
}
@media (min-width: 768px) {
  .cookiesjsr-layer {
    width: 860px;
  }
}
.cookiesjsr-layer--overlay {
  position: fixed;
  z-index: 314159;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.cookiesjsr-layer--header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  margin: 0;
  background: var(--layer-header-bg-color, #fff);
  padding: 0 var(--default-margin, 1.25em);
  border-bottom: 1px solid var(--layer-border-color, #4b4f54);
  height: 3.5em;
}
.cookiesjsr-layer--title {
  color: var(--layer-header-font-color, #003750);
  text-transform: uppercase;
}
.cookiesjsr-layer--close {
  z-index: 102;
  width: 1em;
  height: 1em;
  background: transparent url("data:image/svg+xml,%0A%3Csvg width='27px' height='27px' viewBox='0 0 27 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Welcome' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='tarte-close' transform='translate(-1264.000000, -2628.000000)' fill='%23000f37'%3E%3Cg id='Group-2' transform='translate(155.000000, 2591.000000)'%3E%3Cg id='Group-3-Copy-2'%3E%3Cpolygon id='Page-1' points='1133.26296 37 1122.50065 47.762319 1111.73704 37 1109 39.7370358 1119.76361 50.5006452 1109 61.2629642 1111.73704 64 1122.50065 53.2363906 1133.26296 64 1136 61.2629642 1125.23768 50.5006452 1136 39.7370358'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center scroll;
  background-size: contain;
  text-indent: -999em;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cookiesjsr-layer--body {
  position: absolute;
  left: 0;
  right: 0;
  background: var(--layer-body-bg-color, #fff);
  top: var(--layer-header-height, 3.5em);
  bottom: var(--layer-footer-height, 4.5em);
}
.cookiesjsr-layer--footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 var(--default-margin, 1.25em);
  height: var(--layer-footer-height, 4.5em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--layer-footer-bg-color, #fff);
  border-top: 1px solid var(--layer-border-color, #4b4f54);
}
@media (min-width: 768px) {
  .cookiesjsr-layer--footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cookiesjsr-layer--label-all {
  color: var(--layer-footer-font-color, #003750);
  display: none;
}
@media (min-width: 768px) {
  .cookiesjsr-layer--label-all {
    display: block;
    width: 30%;
    padding-right: var(--default-margin, 1.25em);
  }
}
.cookiesjsr-layer--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -0.625em;
  width: calc(100% + 1.25em);
}
@media (min-width: 768px) {
  .cookiesjsr-layer--actions {
    width: calc(70% + 0.625em);
  }
}
.cookiesjsr-layer button.denyAll {
  display: none;
}
@media (min-width: 576px) {
  .cookiesjsr-layer button.denyAll {
    display: inline-block;
  }
}

.cookiesjsr-layer--header {
  font: 1.1em/1em "Roboto Condensed", Verdana, Geneva, sans-serif;
}

#cookiesjsr {
  --default-margin: 1.25em;
  --font-size-reset: 1rem;
  --btn-font-color: #fff;
  --btn-border-color: #fff;
  --btn-bg-color: #005971;
  --btn-prime-font-color: #005971;
  --btn-prime-border-color: #fff;
  --btn-prime-bg-color: #fff;
  --btn-inv-font-color: #005971;
  --btn-inv-border-color: #005971;
  --btn-inv-bg-color: #fff;
  --btn-prime-inv-font-color: #fff;
  --btn-prime-inv-border-color: #005971;
  --btn-prime-inv-bg-color: #005971;
  --link-list-font-color: #fff;
  --link-list-separator-color: #fff;
  --banner-logo-offset: 100px;
  --banner-bg-color: #005971;
  --banner-font-color: #fff;
  --layer-header-height: 3.5em;
  --layer-header-bg-color: #fff;
  --layer-header-font-color: #003750;
  --layer-body-bg-color: #fff;
  --layer-tab-bg-color: #fff;
  --layer-tab-font-color: #003750;
  --layer-tab-active-bg-color: #005971;
  --layer-tab-active-font-color: #fff;
  --layer-bg-dark: #005971;
  --layer-font-light: #fff;
  --layer-font-dark: #003750;
  --layer-border-color: #4b4f54;
  --layer-footer-bg-color: #fff;
  --layer-footer-font-color: #003750;
  --layer-footer-height: 4.5em;
  --switch-border-color: #4b4f54;
  --switch-handle-color: #fff;
  --switch-bg-off: #fff;
  --switch-bg-on: #f8b700;
  --switch-width: 45px;
  --switch-height: 20px;
  --switch-always-on-font-color: #f8b700;
  --switch-always-on-bg-color: #fff;
}

.cookiesjsr--app {
  font-size: var(--font-size-reset, 1rem);
}

body .cookiesjsr--app,
body .cookiesjsr--app *, body .cookiesjsr--app *:before, body .cookiesjsr--app *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* General layout
-------------------------------------------------- */
/* Variables
-------------------------------------------------- */
/* Dummy
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font: 1em/1.5em "Roboto", Verdana, Geneva, sans-serif;
  background: #f6f6f6;
}
body [id] {
  scroll-margin-top: 80px;
}
@media only screen and (min-width: 64rem) {
  body [id] {
    scroll-margin-top: 110px;
  }
}

#page {
  padding-bottom: 0.1rem;
}

sup {
  font-size: 60%;
}

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

.objectfit {
  position: relative;
  padding: 1.6rem;
}
.objectfit img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

address {
  font-style: normal;
}

.contextual-links a {
  color: #4b4f54 !important;
}

strong {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
}

a {
  text-decoration: none;
}
a span {
  display: inline-block;
  position: relative;
  top: 4px;
}

a,
strong,
b {
  color: #4b4f54;
}

a.text-white,
.text-white {
  color: #fff !important;
}
a.text-white *,
.text-white * {
  color: #fff !important;
}

a.more {
  position: relative;
  color: #005971;
  padding-left: 1.2rem;
}
a.more:hover {
  color: #003750;
}
a.more:before {
  font-size: 1.1em;
  font-family: "IDENTICA" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e931";
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0;
}

a:hover {
  color: #005971;
}

main .button {
  font: 1.1em/1em "Roboto Condensed", Verdana, Geneva, sans-serif !important;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  font-weight: 400;
  display: inline-block;
  padding: 1.4rem 1.8rem;
  margin-top: 1.5em;
  background: #005971;
}
main .button span {
  line-height: 0 !important;
}
main .button span:before {
  font-size: 2rem;
  position: relative;
  line-height: 0rem !important;
  top: 0.1em;
  left: -0.5rem;
  margin-left: -0.8rem;
}
main .button:hover {
  background: #003750;
}
main .content-wrapper:not(:first-child) {
  margin: 3em 0 2em;
}
main .content-wrapper .button {
  display: inline-block;
  font: 1.1em/1em "Roboto Condensed", Verdana, Geneva, sans-serif !important;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  font-weight: 400;
  padding: 1.55rem 1.8rem;
  margin-top: 1rem;
  background: #f8b700;
}
main .content-wrapper .button.fullwidth {
  display: block !important;
  width: 100%;
  text-align: center;
}
main .content-wrapper .button:hover {
  background: #f9a400;
}
main .content-wrapper .button:hover span {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-name: wobble;
          animation-name: wobble;
}
main .content-wrapper .button span {
  font-size: 1.8em;
  line-height: 0;
  display: inline-block;
  width: 20px;
  position: relative;
  top: 4px;
  left: 4px;
  margin-left: 12px;
}

.mm_modal iframe,
#main-wrapper iframe {
  min-width: 100%;
  max-width: 100%;
}

aside iframe[src*=youtube] {
  height: 12em !important;
  min-height: 12em !important;
  max-height: 12em !important;
}
aside iframe {
  margin-bottom: 1rem;
}
aside hr {
  margin: 1.1em 0;
}
aside .rating-wrapper {
  margin-bottom: 1.6rem;
}
aside .rating-wrapper .rating-header {
  background: url("../images/ID_KennstuDuEinen_Bewertungen_Background.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
  margin: 1.5em 0 0;
  min-height: 15em;
  position: relative;
}
aside .rating-wrapper .rating-header img {
  position: absolute;
  z-index: 9;
  top: -15px;
  left: 1.5em;
  width: 120px;
  height: auto;
}
aside .rating-wrapper .rating-header .summary {
  padding: 1rem 0 1rem 1rem;
  font: 1.4em/1.1em "Roboto Condensed", Verdana, Geneva, sans-serif;
}
aside .rating-wrapper .rating-header .summary .break {
  display: inline-block;
  margin: 0 0.1em;
}
aside .rating-wrapper .rating-header .summary span {
  display: block;
  margin-right: 1em;
}
aside .rating-wrapper .rating-content:last-child {
  border-bottom: none;
}
aside .rating-wrapper .rating-content {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
aside .rating-wrapper .rating-content h3 {
  font-size: 1.3em;
  padding: 0.3em 0 0.7em;
  max-width: 100%;
}
aside .rating-wrapper .identica-star-rating > div::before,
aside .rating-wrapper .identica-star-rating > div > span::before {
  background-image: none;
}
aside .rating-wrapper .identica-star-rating {
  display: block;
  padding: 1.4rem 0 1rem;
}
aside .rating-wrapper .identica-star-rating > div {
  width: auto;
}
aside .rating-wrapper .identica-star-rating > div span {
  width: 24px;
  height: 24px;
}
aside .rating-wrapper .identica-star-rating > div span:before {
  color: #f8b700;
  position: absolute;
  top: -0.1em;
  left: -0.1em;
  text-indent: 0;
  font-size: 2em;
  content: "\e91c";
  display: block;
  font-family: "IDENTICA" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.size-xl {
  text-align: center;
  font-size: 0;
}
.size-xl:before {
  font-size: 100px;
  line-height: 100px;
}

.size-l {
  text-align: center;
  font-size: 0;
}
.size-l:before {
  font-size: 80px;
  line-height: 80px;
}

.petrol {
  color: #005971 !important;
}

/* Links
-------------------------------------------------- */
.node--links main {
  text-align: center;
  margin: 1em auto 5em;
}
.node--links main div {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
.node--links main .paragraph--type--link {
  margin: 0 auto;
  text-align: center;
  max-width: 500px;
}
.node--links main .paragraph--type--link a {
  margin: 0.7em auto;
  width: 100%;
  display: block;
  background: #005971;
  color: #fff;
  padding: 1em;
  font-size: 1.3em;
  text-align: center;
}
.node--links main .paragraph--type--link a:hover {
  background: #f8b700;
}

/* Veranstaltungen/Events
-------------------------------------------------- */
.event-wrapper .event-wrapper {
  position: relative;
  height: auto;
}
.event-wrapper .event-data {
  position: absolute;
  height: auto;
  left: 30px;
  padding-bottom: 0.6em;
}
.event-wrapper .ID_icon_Kalender,
.event-wrapper .ID_icon_Geomarker {
  position: relative;
  left: 0;
  top: 4px;
  color: #005971;
  margin-right: 5px;
}
.event-wrapper h3 {
  font-size: 1.15em;
  text-transform: inherit;
  color: #005971;
  padding: 0;
}
.event-wrapper p:last-child {
  margin: 0;
}
.event-wrapper .button {
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 1rem 1.6rem;
  background: #f8b700;
}
.event-wrapper .button:hover {
  background: #f9a400;
}

.comment-form .ck-editor label {
  display: none !important;
}
.comment-form .js-form-type-textarea > div {
  margin-top: 0 !important;
}

article.js-comment {
  background: #fff;
  padding: 1.4rem;
  margin-bottom: 1rem;
}
article.js-comment h3 {
  font-size: 1.2em;
  padding: 1em 0 0.5em;
}
article.js-comment ul {
  margin: 0;
}

/* Dashboard
-------------------------------------------------- */
.dashboard header [class*=button] {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.dashboard header [class*=button] a {
  padding: 1rem 1.4rem;
  color: #fff;
}
.dashboard header .button-petrol {
  width: 100%;
  background: transparent;
  height: auto;
}
.dashboard header .button-petrol a {
  height: auto;
  display: block;
  width: 100%;
  line-height: 1;
  background: #005971;
}
.dashboard header .button-petrol a:hover {
  background: #003750;
}
.dashboard header .button-yellow {
  width: 100%;
  background: transparent;
  height: auto;
  margin: 0.5rem 0;
}
.dashboard header .button-yellow a {
  height: auto;
  display: block;
  width: 100%;
  line-height: 1;
  background: #f8b700;
}
.dashboard header .button-yellow a:hover {
  background: #f9a400;
}
.dashboard header .active-user {
  margin-right: 1rem;
}
.dashboard header .active-user a,
.dashboard header .active-user div {
  display: inline-block;
}
.dashboard .download-list-wrapper,
.dashboard .webform-list-wrapper {
  background: #fff;
  padding: 1.6rem 1.6rem 0.5rem;
}
.dashboard .hub-wrapper,
.dashboard .download-list-wrapper,
.dashboard .webform-list-wrapper {
  margin-bottom: 1.4rem;
}
.dashboard .hub-wrapper .dashboard-content-wrapper,
.dashboard .download-list-wrapper .dashboard-content-wrapper,
.dashboard .webform-list-wrapper .dashboard-content-wrapper {
  background: #fff;
  padding: 1.6rem 1.6rem 0.5rem;
  margin: 1.4rem 0;
}
.dashboard .hub-wrapper h1 span:before,
.dashboard .download-list-wrapper h1 span:before,
.dashboard .webform-list-wrapper h1 span:before {
  position: relative;
  top: 15px;
  left: -8px;
  font-size: 3em;
}
.dashboard .hub-wrapper table thead th,
.dashboard .hub-wrapper table thead td,
.dashboard .hub-wrapper table tbody th,
.dashboard .hub-wrapper table tbody td,
.dashboard .download-list-wrapper table thead th,
.dashboard .download-list-wrapper table thead td,
.dashboard .download-list-wrapper table tbody th,
.dashboard .download-list-wrapper table tbody td,
.dashboard .webform-list-wrapper table thead th,
.dashboard .webform-list-wrapper table thead td,
.dashboard .webform-list-wrapper table tbody th,
.dashboard .webform-list-wrapper table tbody td {
  padding: 0.5rem 0;
}
.dashboard .hub-wrapper table thead th:nth-child(2),
.dashboard .hub-wrapper table thead .views-field-filesize,
.dashboard .hub-wrapper table tbody th:nth-child(2),
.dashboard .hub-wrapper table tbody .views-field-filesize,
.dashboard .download-list-wrapper table thead th:nth-child(2),
.dashboard .download-list-wrapper table thead .views-field-filesize,
.dashboard .download-list-wrapper table tbody th:nth-child(2),
.dashboard .download-list-wrapper table tbody .views-field-filesize,
.dashboard .webform-list-wrapper table thead th:nth-child(2),
.dashboard .webform-list-wrapper table thead .views-field-filesize,
.dashboard .webform-list-wrapper table tbody th:nth-child(2),
.dashboard .webform-list-wrapper table tbody .views-field-filesize {
  text-align: right;
}
.dashboard .hub-wrapper table thead th,
.dashboard .hub-wrapper table thead .views-field-filesize,
.dashboard .hub-wrapper table tbody th,
.dashboard .hub-wrapper table tbody .views-field-filesize,
.dashboard .download-list-wrapper table thead th,
.dashboard .download-list-wrapper table thead .views-field-filesize,
.dashboard .download-list-wrapper table tbody th,
.dashboard .download-list-wrapper table tbody .views-field-filesize,
.dashboard .webform-list-wrapper table thead th,
.dashboard .webform-list-wrapper table thead .views-field-filesize,
.dashboard .webform-list-wrapper table tbody th,
.dashboard .webform-list-wrapper table tbody .views-field-filesize {
  color: #4b4f54;
}
.dashboard .hub-wrapper table thead a,
.dashboard .hub-wrapper table tbody a,
.dashboard .download-list-wrapper table thead a,
.dashboard .download-list-wrapper table tbody a,
.dashboard .webform-list-wrapper table thead a,
.dashboard .webform-list-wrapper table tbody a {
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard .hub-wrapper table thead a:hover,
.dashboard .hub-wrapper table tbody a:hover,
.dashboard .download-list-wrapper table thead a:hover,
.dashboard .download-list-wrapper table tbody a:hover,
.dashboard .webform-list-wrapper table thead a:hover,
.dashboard .webform-list-wrapper table tbody a:hover {
  cursor: pointer;
  left: 5px;
}
.dashboard .hub-wrapper table tbody .views-field-name:before,
.dashboard .download-list-wrapper table tbody .views-field-name:before,
.dashboard .webform-list-wrapper table tbody .views-field-name:before {
  font-family: "IDENTICA" !important;
  speak: never;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e984";
  display: inline-block;
  color: #007092;
  position: relative;
  top: 3px;
  left: -5px;
}
.dashboard .hub-wrapper h2,
.dashboard .download-list-wrapper h2,
.dashboard .webform-list-wrapper h2 {
  font-size: 1.6em;
  width: 100%;
  display: block;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(100, 100, 100, 0.5);
  margin-bottom: 1.4rem;
}
.dashboard .hub-wrapper caption,
.dashboard .download-list-wrapper caption,
.dashboard .webform-list-wrapper caption {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.3em;
  line-height: 1.2em;
  text-align: left;
  color: #4b4f54;
  margin-top: 1rem;
}
.dashboard .hub-wrapper ul,
.dashboard .download-list-wrapper ul,
.dashboard .webform-list-wrapper ul {
  list-style: none;
  margin-bottom: 1.4rem;
}
.dashboard .hub-wrapper ul li,
.dashboard .download-list-wrapper ul li,
.dashboard .webform-list-wrapper ul li {
  position: relative;
  padding: 0.4rem 0 0.7rem;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
}
.dashboard .hub-wrapper ul li:before,
.dashboard .download-list-wrapper ul li:before,
.dashboard .webform-list-wrapper ul li:before {
  font-size: 1.5em;
  color: #007092;
  display: inline-block;
  position: absolute;
  top: 5px;
  content: "\e97a";
  font-family: "IDENTICA" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
.dashboard .hub-wrapper ul li span,
.dashboard .download-list-wrapper ul li span,
.dashboard .webform-list-wrapper ul li span {
  top: 14px;
  right: 6px;
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard .hub-wrapper ul li a,
.dashboard .download-list-wrapper ul li a,
.dashboard .webform-list-wrapper ul li a {
  display: block;
  width: 100%;
  padding-left: 35px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard .hub-wrapper ul li a:hover,
.dashboard .download-list-wrapper ul li a:hover,
.dashboard .webform-list-wrapper ul li a:hover {
  padding-left: 40px;
}
.dashboard .hub-wrapper ul li a:hover span,
.dashboard .download-list-wrapper ul li a:hover span,
.dashboard .webform-list-wrapper ul li a:hover span {
  color: #f9a400;
  right: 2px;
}
.dashboard .hub-wrapper ul li.hyperlink:before,
.dashboard .download-list-wrapper ul li.hyperlink:before,
.dashboard .webform-list-wrapper ul li.hyperlink:before {
  content: "\e949";
}
.dashboard .layout-sidebar-second {
  padding-left: 0;
  position: relative;
  top: 0;
}
.dashboard .layout-sidebar-second .hotlines {
  width: 100%;
  padding: 1.4rem;
  background: #fff;
  margin-bottom: 1.4rem;
}
.dashboard .layout-sidebar-second .hotlines h4 {
  padding-bottom: 0;
}
.dashboard .layout-sidebar-second .content-wrapper {
  width: 100%;
  padding: 1.4rem 1.4rem 0.5rem;
  background: #fff;
  margin-bottom: 1.4rem;
}
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper {
  background: #fff;
  padding: 1.4rem 1.4rem 1.6rem;
}
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper h2 {
  font-size: 1.6em;
  width: 100%;
  display: block;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(100, 100, 100, 0.5);
  margin-bottom: -0.5rem;
}
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper h3 {
  font-size: 1.15em;
  text-transform: uppercase;
  color: #005971;
  padding: 30px 0 0;
}
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper .views-row {
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
}
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper .views-row:last-child {
  border-bottom: none;
}
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper a {
  display: block;
  padding: 0.5rem 0;
}
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper nav {
  margin: 1em 0 0;
  padding: 0;
  background: #fff;
  color: #007092;
}
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  padding: 0;
  margin: 0;
}
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper nav ul .pager__item--first,
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper nav ul .pager__item--previous,
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper nav ul .pager__item--next,
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper nav ul .pager__item--last {
  display: none !important;
}
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper nav ul li.is-active a {
  background: #003750;
}
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper nav ul li a {
  background: #005971;
  color: #fff;
  width: auto;
  min-width: 30px;
  height: 30px;
  text-align: center;
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard .layout-sidebar-second .article-internal-view-newsarchive-wrapper nav ul li span {
  top: 0;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 64rem) {
  .dashboard .layout-sidebar-second {
    padding-left: 1.4rem;
    position: relative;
  }
}
.dashboard .dashboard-hub-view-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.4rem;
  margin: 1.4rem 0;
}
.dashboard .dashboard-hub-view-wrapper .views-row {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0.5rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.dashboard .dashboard-hub-view-wrapper .views-row:hover {
  position: relative;
  -webkit-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  -webkit-box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.1);
}
.dashboard .dashboard-hub-view-wrapper .views-row a {
  display: block;
  width: 100%;
  height: 100%;
}
.dashboard .dashboard-hub-view-wrapper .views-row h3 {
  font-size: 1.1em;
  color: #005971;
  padding: 1rem 0;
}
.dashboard .dashboard-hub-view-wrapper .views-row span {
  color: #007092;
  font-size: 6rem;
  line-height: 6rem !important;
}
.dashboard #user-main-wrapper {
  margin-top: 1.4rem;
}
.dashboard #user-main-wrapper .article-internal-view-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.4rem;
  margin-bottom: 1.4rem;
}
.dashboard #user-main-wrapper .article-internal-view-header-wrapper .views-row {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dashboard #user-main-wrapper .article-internal-view-header-wrapper .views-row h3 {
  font-size: 1.1em;
  text-transform: inherit;
  color: #005971;
  padding: 1rem 0 0.5rem;
}
.dashboard #user-main-wrapper .article-internal-view-header-wrapper .views-row time {
  font-weight: 400;
}
.dashboard #user-main-wrapper .article-internal-view-header-wrapper .views-row .content-wrapper {
  padding-bottom: 1rem;
}
.dashboard #user-main-wrapper .article-internal-view-header-wrapper .views-row .article-internal-thumbnail {
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.dashboard #user-main-wrapper .article-internal-view-header-wrapper .views-row .article-internal-thumbnail img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboard #user-main-wrapper .article-internal-view-header-wrapper .views-row:hover .article-internal-thumbnail img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.dashboard #user-main-wrapper .event-view-wrapper {
  padding: 1.6rem 1.6rem 0.5rem;
  background: #fff;
  margin-bottom: 1.4rem;
}
.dashboard #user-main-wrapper .event-view-wrapper h2 {
  font-size: 1.6em;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(100, 100, 100, 0.5);
  margin-bottom: 1.4rem;
}
.dashboard #user-main-wrapper .event-view-wrapper .views-row {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
  margin-bottom: 0.5rem;
}
.dashboard #user-main-wrapper .event-view-wrapper .views-row:last-child {
  border-bottom: none;
}
.dashboard #user-main-wrapper .event-view-wrapper .pager--load-more ul {
  list-style: none;
}
.dashboard #user-main-wrapper .event-view-wrapper .pager--load-more ul li {
  text-align: center;
}
.dashboard #user-main-wrapper .event-view-wrapper .pager--load-more ul li:before {
  content: "";
  display: block;
  position: relative;
  top: 28px;
  width: 100%;
  height: 1px;
  background: #ccc;
  z-index: 0;
}
.dashboard #user-main-wrapper .event-view-wrapper .pager--load-more ul a {
  position: relative;
  z-index: 1;
  text-align: center;
  display: inline-block;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  color: #aaa;
  padding: 1rem 1rem 0.5rem !important;
  background: #fff;
}
.dashboard #user-main-wrapper .event-view-wrapper .pager--load-more ul a:hover {
  color: #4b4f54;
}

.article-internal-list-wrapper {
  background: #fff;
  margin-bottom: 1.4em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.article-internal-list-wrapper .article-internal-thumbnail {
  line-height: 0;
}
.article-internal-list-wrapper:hover {
  position: relative;
  -webkit-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  -webkit-box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.1);
}

.article-internal-view-wrapper nav {
  margin: 1em 0 3em;
  padding: 0;
  color: #007092;
}
.article-internal-view-wrapper nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  padding: 0;
  margin: 0;
}
.article-internal-view-wrapper nav ul .pager__item--first,
.article-internal-view-wrapper nav ul .pager__item--previous,
.article-internal-view-wrapper nav ul .pager__item--next,
.article-internal-view-wrapper nav ul .pager__item--last {
  display: none !important;
}
.article-internal-view-wrapper nav ul li.is-active a {
  background: #003750;
}
.article-internal-view-wrapper nav ul li::marker {
  opacity: 0;
  display: none;
  content: "";
}
.article-internal-view-wrapper nav ul li a {
  background: #005971;
  color: #fff;
  width: auto;
  min-width: 30px;
  height: 30px;
  text-align: center;
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-internal-view-wrapper nav ul li span {
  top: 0;
  padding: 0;
  margin: 0;
}

.user-profile-wrapper .user-picture {
  position: relative;
  line-height: 0;
  padding: 0;
  margin: 0;
}
.user-profile-wrapper .user-picture img {
  line-height: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-profile-wrapper .user-picture h6 {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 1em;
  color: #005971;
}
.user-profile-wrapper h4 {
  padding: 0;
}
.user-profile-wrapper .button {
  font: 1.1em/1em "Roboto Condensed", Verdana, Geneva, sans-serif !important;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  font-weight: 400;
  display: block;
  padding: 1.4rem 1.8rem;
  margin-top: 1.5em;
  background: #005971;
}
.user-profile-wrapper .button span {
  line-height: 0;
  left: -10px;
  margin-right: -12px;
}
.user-profile-wrapper .button:hover {
  cursor: pointer;
  background: #003750;
}

/* Benutzerinformationen im Dashboard deaktivieren  */
main .user-profile-wrapper {
  display: none;
}

/* 404 Page
-------------------------------------------------- */
.responsecode-page span.ID_icon_Hinweis {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-name: wobble-infinite;
          animation-name: wobble-infinite;
}
.responsecode-page main {
  min-height: 60vh;
}
.responsecode-page main .responsecode-content span {
  display: block;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-name: wobble-infinite;
          animation-name: wobble-infinite;
  color: #005971;
  line-height: 1.2em !important;
  font-size: 8rem !important;
}
.responsecode-page .footer {
  margin-top: 2.2rem;
}
.responsecode-page .footer img {
  margin-top: 1.6rem;
  max-width: 12rem;
  opacity: 0.3;
}

/* Maintenance Page
-------------------------------------------------- */
.maintenance-page #page {
  height: 100vh;
}
.maintenance-page #page #main-wrapper {
  margin: auto !important;
  max-width: 40rem;
  line-height: 1.6rem;
  padding: 0 1.6rem;
}
.maintenance-page #page #main-wrapper .title {
  margin-bottom: 1rem;
}
.maintenance-page #page #main-wrapper .title span {
  display: block;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-name: wobble-infinite;
          animation-name: wobble-infinite;
  color: #005971;
  line-height: 1.2em;
  font-size: 8rem;
}
.maintenance-page #page #main-wrapper .footer {
  margin-top: 2.2rem;
}
.maintenance-page #page #main-wrapper .footer img {
  margin-top: 1.6rem;
  max-width: 12rem;
  opacity: 0.3;
}

/* User-Registration
-------------------------------------------------- */
.user-register-form,
.user-login-form {
  width: 90%;
  max-width: 1024px;
  margin: auto;
}
.user-register-form .description,
.user-login-form .description {
  color: #888;
  margin: 0 0 1.4rem;
}
.user-register-form label,
.user-login-form label {
  margin-top: 1.4rem;
}
.user-register-form label,
.user-login-form label {
  color: #4b4f54;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 1.2em;
}
.user-register-form .js-form-type-checkbox,
.user-login-form .js-form-type-checkbox {
  position: relative;
}
.user-register-form .js-form-type-checkbox input[type=checkbox]:not(.webform-tableselect-sort),
.user-login-form .js-form-type-checkbox input[type=checkbox]:not(.webform-tableselect-sort) {
  cursor: pointer;
  position: absolute;
  left: 0;
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.user-register-form .js-form-type-checkbox label,
.user-login-form .js-form-type-checkbox label {
  display: block;
  position: relative;
  padding: 0.4rem 1rem 0 40px !important;
  margin: 0.6em 0 1em !important;
}
.user-register-form .js-form-type-checkbox label,
.user-login-form .js-form-type-checkbox label {
  margin: 0;
  padding: 0;
}
.user-register-form .js-form-type-checkbox label:after,
.user-login-form .js-form-type-checkbox label:after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.user-register-form .js-form-type-checkbox label:before,
.user-login-form .js-form-type-checkbox label:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 3px;
  background: white;
  border: 1px solid rgba(68, 81, 88, 0.4);
  line-height: 50px;
}
.user-register-form .js-form-type-checkbox input:checked + :before,
.user-login-form .js-form-type-checkbox input:checked + :before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #007092;
}
.user-register-form .js-form-type-checkbox input[type=checkbox]:checked + :before,
.user-login-form .js-form-type-checkbox input[type=checkbox]:checked + :before {
  border: 1px solid rgb(68, 81, 88);
}
.user-register-form .js-form-type-checkbox input[type=checkbox]:checked + :after,
.user-login-form .js-form-type-checkbox input[type=checkbox]:checked + :after {
  -webkit-animation-name: checked;
          animation-name: checked;
  font-family: "IDENTICA" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -18px;
  top: -15px;
  font-size: 3.5em;
  content: "\e98d";
  color: #fff;
  font-weight: 400;
}

/* Website Searchform
-------------------------------------------------- */
.user-form,
.user-login-form,
#comment-form,
#views-exposed-form-vacancies-block-1,
#search-form {
  margin-bottom: 2.2rem;
}
.user-form .button,
.user-login-form .button,
#comment-form .button,
#views-exposed-form-vacancies-block-1 .button,
#search-form .button {
  font: 1.1em/1em "Roboto Condensed", Verdana, Geneva, sans-serif !important;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  padding: 1.55rem 1.8rem;
  background: #005971;
}
.user-form .button span,
.user-login-form .button span,
#comment-form .button span,
#views-exposed-form-vacancies-block-1 .button span,
#search-form .button span {
  line-height: 0 !important;
}
.user-form .button span:before,
.user-login-form .button span:before,
#comment-form .button span:before,
#views-exposed-form-vacancies-block-1 .button span:before,
#search-form .button span:before {
  font-size: 2rem;
  position: relative;
  line-height: 0rem !important;
  top: 0.5rem;
  left: -0.1rem;
  margin-left: -0.8rem;
}
.user-form .button:hover,
.user-login-form .button:hover,
#comment-form .button:hover,
#views-exposed-form-vacancies-block-1 .button:hover,
#search-form .button:hover {
  background: #003750;
}
.user-form label,
.user-login-form label,
#comment-form label,
#views-exposed-form-vacancies-block-1 label,
#search-form label {
  display: block;
  color: #4b4f54;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 1.2em;
}
.user-form .cke_wysiwyg_frame,
.user-login-form .cke_wysiwyg_frame,
#comment-form .cke_wysiwyg_frame,
#views-exposed-form-vacancies-block-1 .cke_wysiwyg_frame,
#search-form .cke_wysiwyg_frame {
  font: 1em/1.5em "Roboto", Verdana, Geneva, sans-serif;
  padding: 1.4rem;
}
.user-form .js-form-type-textarea > div,
.user-login-form .js-form-type-textarea > div,
#comment-form .js-form-type-textarea > div,
#views-exposed-form-vacancies-block-1 .js-form-type-textarea > div,
#search-form .js-form-type-textarea > div {
  margin: 1rem 0;
}
.user-form #edit-comment-body-0-format-help,
.user-form .js-form-type-select,
.user-login-form #edit-comment-body-0-format-help,
.user-login-form .js-form-type-select,
#comment-form #edit-comment-body-0-format-help,
#comment-form .js-form-type-select,
#views-exposed-form-vacancies-block-1 #edit-comment-body-0-format-help,
#views-exposed-form-vacancies-block-1 .js-form-type-select,
#search-form #edit-comment-body-0-format-help,
#search-form .js-form-type-select {
  display: none;
}
.user-form #edit-keywords-fieldset legend,
.user-login-form #edit-keywords-fieldset legend,
#comment-form #edit-keywords-fieldset legend,
#views-exposed-form-vacancies-block-1 #edit-keywords-fieldset legend,
#search-form #edit-keywords-fieldset legend {
  display: none;
}
.user-form #edit-keywords-fieldset label,
.user-login-form #edit-keywords-fieldset label,
#comment-form #edit-keywords-fieldset label,
#views-exposed-form-vacancies-block-1 #edit-keywords-fieldset label,
#search-form #edit-keywords-fieldset label {
  color: #4b4f54;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 1.2em;
}
.user-form summary,
.user-login-form summary,
#comment-form summary,
#views-exposed-form-vacancies-block-1 summary,
#search-form summary {
  margin: 1rem 0 1.4rem;
}
.user-form #edit-types-fieldset,
.user-form #edit-lang-fieldset,
.user-login-form #edit-types-fieldset,
.user-login-form #edit-lang-fieldset,
#comment-form #edit-types-fieldset,
#comment-form #edit-lang-fieldset,
#views-exposed-form-vacancies-block-1 #edit-types-fieldset,
#views-exposed-form-vacancies-block-1 #edit-lang-fieldset,
#search-form #edit-types-fieldset,
#search-form #edit-lang-fieldset {
  display: none;
}

.date {
  display: block;
  color: #005971;
  padding: 1.6rem 0 0.5em;
}
.date span:before {
  position: relative;
  top: 0.1em;
}
.date time {
  color: #005971;
  font-weight: 400;
}

.article-image .date,
.article-image .date time {
  color: #f8b700;
  padding-bottom: 1.4rem;
}
.article-image .date span,
.article-image .date time span {
  position: relative;
  top: 2px;
}

.content-wrapper footer {
  background: transparent;
  padding: 0;
  margin: 0 !important;
  color: #4b4f54;
}
.content-wrapper footer a {
  color: #005971;
}
.content-wrapper footer p {
  margin: 0;
}

#block-identica-content ol {
  margin-bottom: 1.6rem;
}
#block-identica-content ol li {
  position: relative;
  padding: 1rem 1rem 0;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
}
#block-identica-content ol li:nth-child(2n) {
  background: rgba(100, 100, 100, 0.04);
}
#block-identica-content ol li h3 {
  font-size: 1.2em;
}
#block-identica-content ol ::marker {
  color: #aaa;
}

.webform-submission-form ol li,
.content-wrapper ol li {
  margin-left: 30px;
  padding-bottom: 10px;
}
.webform-submission-form ul,
.content-wrapper ul {
  list-style: none;
  margin-bottom: 1.6rem;
}
.webform-submission-form ul li,
.content-wrapper ul li {
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
}
.webform-submission-form ul li:nth-child(2n),
.content-wrapper ul li:nth-child(2n) {
  background: rgba(100, 100, 100, 0.04);
}
.webform-submission-form ul li:last-child,
.content-wrapper ul li:last-child {
  border-bottom: none;
}
.webform-submission-form ul li:before,
.content-wrapper ul li:before {
  font-family: "IDENTICA" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e931";
  display: inline-block;
  font-size: 1.6rem !important;
  line-height: 0;
  color: #005971;
  position: absolute;
  top: 1em;
  left: 0em;
}
.webform-submission-form ul li p,
.content-wrapper ul li p {
  margin: 0;
}
.webform-submission-form ul.check li:before,
.webform-submission-form li.check:before,
.content-wrapper ul.check li:before,
.content-wrapper li.check:before {
  font-size: 1.3rem;
  content: "\e98d";
}
.webform-submission-form ul.compact li,
.webform-submission-form ul.compact li:nth-child(2n),
.content-wrapper ul.compact li,
.content-wrapper ul.compact li:nth-child(2n) {
  position: relative;
  padding: 0 0 0.4em 1.4rem;
  border-bottom: none;
  background: transparent;
}
.webform-submission-form ul.compact li:before,
.webform-submission-form ul.compact li:nth-child(2n):before,
.content-wrapper ul.compact li:before,
.content-wrapper ul.compact li:nth-child(2n):before {
  position: absolute;
  top: 0.4em;
  left: -0.15em;
}
.webform-submission-form .webform-term-checkboxes-scroll .fieldset-wrapper,
.content-wrapper .webform-term-checkboxes-scroll .fieldset-wrapper {
  margin-top: 0.5em;
}

.identica-searchform,
.container,
#main-wrapper {
  max-width: 87.5rem;
}

.highlighted-top {
  position: relative;
  padding: 1rem;
  margin: -4rem 0 1rem !important;
  background: white;
}

#main-wrapper,
.highlighted-center {
  margin: 0 1rem;
}

/*.highlighted-top,
.highlighted-center,
.highlighted-bottom,
.featured-top,
.featured-bottom {
  padding: $padding-s;
}*/
.featured-bottom {
  margin: 1rem;
}

#block-homescreen,
#block-benutzermenustatistik,
#block-identica-tools,
#block-benutzermenu,
#block-identica-local-tasks {
  font-size: 0.9em;
  display: inline-block;
}
#block-homescreen li,
#block-benutzermenustatistik li,
#block-identica-tools li,
#block-benutzermenu li,
#block-identica-local-tasks li {
  display: inline-block;
  list-style: none;
}
#block-homescreen li a,
#block-benutzermenustatistik li a,
#block-identica-tools li a,
#block-benutzermenu li a,
#block-identica-local-tasks li a {
  display: block;
  padding: 0.6em 0.7em;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
#block-homescreen li a:hover,
#block-benutzermenustatistik li a:hover,
#block-identica-tools li a:hover,
#block-benutzermenu li a:hover,
#block-identica-local-tasks li a:hover {
  background: #4b4f54;
}

/* Counter
-------------------------------------------------- */
[id*=counters_] {
  margin: 1.4rem 0;
}
[id*=counters_] [class*=col-] {
  margin: 1rem 0;
}
[id*=counters_] .counter-wrapper {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 4em;
  line-height: 1em;
  color: #005971;
}
[id*=counters_] .counter-wrapper p,
[id*=counters_] .counter-wrapper .counter {
  display: inline-block;
  margin: 0;
}

.box {
  max-width: 100%;
}
.box.padding {
  padding: 1rem;
}
.box .inner-wrapper {
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0.5em 2em rgba(100, 100, 100, 0.1);
          box-shadow: 0 0.5em 2em rgba(100, 100, 100, 0.1);
  position: relative;
}
.box .inner-wrapper .ckeditor-accordion-container dl {
  margin: 0;
}
.box .inner-wrapper.petrol {
  background: #005971;
}
.box .inner-wrapper.petrol h1,
.box .inner-wrapper.petrol h2,
.box .inner-wrapper.petrol h3,
.box .inner-wrapper.petrol h4,
.box .inner-wrapper.petrol h5,
.box .inner-wrapper.petrol h6,
.box .inner-wrapper.petrol *:before,
.box .inner-wrapper.petrol *:after,
.box .inner-wrapper.petrol a,
.box .inner-wrapper.petrol p {
  color: #fff !important;
}
.box .inner-wrapper.petrol .active:before, .box .inner-wrapper.petrol .active:after {
  color: #f8b700 !important;
}
.box .inner-wrapper.petrol .active a {
  color: #f8b700 !important;
  border-bottom: 1px solid #f8b700;
}
.box h3 {
  color: #005971;
}
.box > div {
  padding: 2.2rem;
}
.box .background-image {
  padding: 0;
}
.box .background-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.box p:last-child {
  margin-bottom: 0;
}

/* Advertisment Campaign Slider
-------------------------------------------------- */
.splide__pagination {
  padding: 0;
}

.node--9 .advertisment-title {
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
}

#advertisment-wrapper {
  margin: 1rem 0 4em;
}
#advertisment-wrapper .advertisment-title {
  width: 100%;
  text-align: center;
  padding: 1.4rem 0;
}
#advertisment-wrapper .splide__list li {
  max-height: 40rem;
}
#advertisment-wrapper .splide__pagination__page {
  background: #aaa;
}
#advertisment-wrapper .splide__pagination__page.is-active {
  background: #005971;
}
#advertisment-wrapper .splide__pagination {
  bottom: -2em !important;
  margin-bottom: 0;
}

.news-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-slide.slide--empty {
  opacity: 0;
}
.news-slide.text-align--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.news-slide.text-align--top:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.1)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.2) 100%);
}
.news-slide.text-align--bottom:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.5) 100%);
}

.node--92 [id*=block] .splide .slider-media:before {
  background: transparent;
}
.node--92 [id*=block] .splide figure,
.node--92 [id*=block] .splide blockquote {
  color: #223036;
}
.node--92 [id*=block] .splide figure figcaption,
.node--92 [id*=block] .splide blockquote figcaption {
  color: #005971;
}
.node--92 [id*=block] .splide figure small,
.node--92 [id*=block] .splide blockquote small {
  color: #4b4f54;
}
.node--92 [id*=block] .splide .splide__pagination__page {
  background: #aaa;
}
.node--92 [id*=block] .splide .splide__pagination__page.is-active {
  background: #005971;
}

.splide.news .splide__slide {
  overflow: hidden;
}

.news-slide-inner {
  position: relative;
  z-index: 2;
  padding: 1.4rem;
  color: #fff;
}
.news-slide-inner h3 {
  font-size: 1.3em;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  color: #fff;
}
.news-slide-inner button {
  margin-top: 1.4rem;
  background: #f8b700;
}
.news-slide-inner button:hover {
  background: #f9a400;
}

/*
.news-slide.size--large {
  height: 600px;
}
.news-slide.size--small {
  height: 300px;
}
*/
.news-slide img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-slide * {
  position: relative;
}

/* Modal
-------------------------------------------------- */
.mm_modal {
  padding: 0;
  width: 100%;
  border-radius: 0;
}
.mm_modal identica-damage-form,
.mm_modal .content-wrapper {
  padding: 1.4rem 1rem 1rem;
}
.mm_modal .content-wrapper:nth-child(3) {
  padding-top: 0;
}
.mm_modal .identica-media-slider,
.mm_modal .splide__track,
.mm_modal .splide ul,
.mm_modal .splide li,
.mm_modal .slider-markup-container,
.mm_modal .splide__video,
.mm_modal .slider-content {
  max-width: 100% !important;
  max-height: 40vh !important;
}
.mm_modal .slider-markup {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-bottom: 0 !important;
  padding: 1rem !important;
  width: 100%;
}
.mm_modal .splide__pagination {
  margin-bottom: 0 !important;
}
.mm_modal .mm_modal__close {
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #fff;
  position: absolute;
  z-index: 99;
  background-image: none;
  top: 1rem;
  right: 1rem;
  border: none;
}
.mm_modal .mm_modal__close:before, .mm_modal .mm_modal__close:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 5px;
  width: 30px;
  height: 3px;
  background: #aaa;
}
.mm_modal .mm_modal__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mm_modal .mm_modal__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mm_modal .mm_modal__close:hover:before, .mm_modal .mm_modal__close:hover:after {
  background: #223036;
}
.mm_modal .mm_modal__container {
  min-height: 500px;
}
.mm_modal .modal-loading {
  height: 100%;
  position: absolute;
  width: 100%;
}
.mm_modal .paragraph--type--contact-person {
  padding: 0.5em;
}

.info-box {
  margin: 1.4rem 0;
  padding: 1rem;
  background: #eee;
}

/* Page Content: Compensation of fixed header.
-------------------------------------------------- */
body:not(.header-slider--visible) #page-content {
  padding-top: 86px;
}

/* KennstDuEinen Bewertungen
-------------------------------------------------- */
.rating-wrapper {
  margin-bottom: 1.6rem;
}

.rating-header {
  background: url("../images/ID_KennstuDuEinen_Bewertungen_Background.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
  margin: 5em 0 2em;
  min-height: 15em;
  position: relative;
}
.rating-header img {
  position: absolute;
  z-index: 9;
  top: -15px;
  left: 1.5em;
  width: 120px;
  height: auto;
}
.rating-header .headline {
  padding: 2.2rem 2.2rem;
}
.rating-header h2,
.rating-header h3 {
  display: none;
  color: #fff;
}
.rating-header .summary {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 1rem 0 1rem 1rem;
  font: 1.4em/1.1em "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  background: #007092;
}
.rating-header .summary .break {
  display: inline-block;
  margin: 0 0.1em;
}
.rating-header .summary span {
  display: block;
  margin-right: 1em;
}

.rating-content h3 {
  padding: 0.3em 0 0.7em;
  max-width: 90%;
}

.identica-star-rating > div::before,
.identica-star-rating > div > span::before {
  background-image: none;
}

.identica-star-rating {
  display: block;
  padding: 2.2rem 0 1.4rem;
}
.identica-star-rating > div {
  width: auto;
}
.identica-star-rating > div span {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 25px;
  overflow: inherit;
}
.identica-star-rating > div span:before {
  color: #f8b700;
  position: absolute;
  top: -0.1em;
  left: -0.1em;
  text-indent: 0;
  font-size: 2.5em;
  content: "\e91c";
  display: block;
  font-family: "IDENTICA" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.identica-star-rating.rating-0_5 span:nth-child(1):before {
  content: "\e91d";
}

.identica-star-rating.rating-1_0 span:nth-child(1):before {
  content: "\e91b";
}

.identica-star-rating.rating-1_5 span:nth-child(1):before {
  content: "\e91b";
}
.identica-star-rating.rating-1_5 span:nth-child(2):before {
  content: "\e91d";
}

.identica-star-rating.rating-2_0 span:nth-child(1):before,
.identica-star-rating.rating-2_0 span:nth-child(2):before {
  content: "\e91b";
}

.identica-star-rating.rating-2_5 span:nth-child(1):before,
.identica-star-rating.rating-2_5 span:nth-child(2):before {
  content: "\e91b";
}
.identica-star-rating.rating-2_5 span:nth-child(3):before {
  content: "\e91d";
}

.identica-star-rating.rating-3_0 span:nth-child(1):before,
.identica-star-rating.rating-3_0 span:nth-child(2):before,
.identica-star-rating.rating-3_0 span:nth-child(3):before {
  content: "\e91b";
}

.identica-star-rating.rating-3_5 span:nth-child(1):before,
.identica-star-rating.rating-3_5 span:nth-child(2):before,
.identica-star-rating.rating-3_5 span:nth-child(3):before {
  content: "\e91b";
}
.identica-star-rating.rating-3_5 span:nth-child(4):before {
  content: "\e91d";
}

.identica-star-rating.rating-4_0 span:nth-child(1):before,
.identica-star-rating.rating-4_0 span:nth-child(2):before,
.identica-star-rating.rating-4_0 span:nth-child(3):before,
.identica-star-rating.rating-4_0 span:nth-child(4):before {
  content: "\e91b";
}

.identica-star-rating.rating-4_5 span:nth-child(1):before,
.identica-star-rating.rating-4_5 span:nth-child(2):before,
.identica-star-rating.rating-4_5 span:nth-child(3):before,
.identica-star-rating.rating-4_5 span:nth-child(4):before {
  content: "\e91b";
}
.identica-star-rating.rating-4_5 span:nth-child(5):before {
  content: "\e91d";
}

.identica-star-rating.rating-5_0 span:nth-child(1):before,
.identica-star-rating.rating-5_0 span:nth-child(2):before,
.identica-star-rating.rating-5_0 span:nth-child(3):before,
.identica-star-rating.rating-5_0 span:nth-child(4):before,
.identica-star-rating.rating-5_0 span:nth-child(5):before {
  content: "\e91b";
}

.rating-content a span {
  position: relative;
  top: 4px;
}

.rating-content:nth-child(4),
.rating-content:nth-child(5),
.rating-content:nth-child(6) {
  display: none;
}

/* Accordion
-------------------------------------------------- */
.check dl dt:after {
  font-family: "IDENTICA" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  content: "\e98d";
  display: inline-block;
  line-height: 0;
  color: #005971;
  position: absolute;
  top: 1.3em;
  left: 0em;
}
.check dl dt a {
  padding-left: 1.6em !important;
}
.check dl dd {
  padding: 1em 1.6em 0 !important;
}

.ckeditor-accordion-container dl {
  border: none;
  margin-bottom: 3em;
}
.ckeditor-accordion-container dl dt {
  margin-bottom: 20px;
  margin-top: -20px;
}
.ckeditor-accordion-container dl dt:first-child {
  margin-top: 0;
}
.ckeditor-accordion-container dl dt:before {
  position: absolute;
  top: 0.9em;
  right: 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "IDENTICA" !important;
  display: inline-block;
  content: "\e92f";
  font-size: 1.6rem;
  color: #4b4f54;
}
.ckeditor-accordion-container dl dt.active:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ckeditor-accordion-container dl dt:hover a, .ckeditor-accordion-container dl dt.active a {
  color: #005971 !important;
}
.ckeditor-accordion-container dl dt a,
.ckeditor-accordion-container dl dt a:not(.button) {
  background-color: transparent !important;
  font: 1.2em/1em "Roboto Condensed", Verdana, Geneva, sans-serif;
  padding: 1.4rem 0;
  color: #223036;
  border-bottom: 1px solid #ddd;
}
.ckeditor-accordion-container dl dt a .ckeditor-accordion-toggle::before,
.ckeditor-accordion-container dl dt a .ckeditor-accordion-toggle::after,
.ckeditor-accordion-container dl dt a:not(.button) .ckeditor-accordion-toggle::before,
.ckeditor-accordion-container dl dt a:not(.button) .ckeditor-accordion-toggle::after {
  display: none;
}
.ckeditor-accordion-container dl dt:last-of-type > a {
  border-bottom: 1px solid #ddd;
}
.ckeditor-accordion-container dl dd {
  padding: 0 0 20px !important;
}

/* Autocomplete
-------------------------------------------------- */
.autocomplete > div {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding: 1rem;
}
.autocomplete strong {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 1.05em;
}
.autocomplete > div.selected,
.autocomplete > div:hover:not(.group) {
  background: #eee;
  cursor: pointer;
}

/* Breadcrumb
-------------------------------------------------- */
.breadcrumb {
  font-size: 0.8em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 1.4rem 0;
}
.breadcrumb #system-breadcrumb {
  display: none;
}
.breadcrumb a {
  color: #4b4f54 !important;
}
.breadcrumb a:hover {
  color: #007092 !important;
}
.breadcrumb li {
  list-style: none;
  display: inline-block;
  color: #4b4f54;
}
.breadcrumb li:first-child:before {
  content: "";
  display: none;
}
.breadcrumb li:first-child a {
  position: relative;
  padding-left: 0.5rem;
}
.breadcrumb li:first-child a:hover:before {
  color: #007092 !important;
}
.breadcrumb li:first-child a:before {
  position: relative;
  top: 5px;
  left: -6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "IDENTICA" !important;
  display: inline-block;
  content: "\e907";
  font-size: 1.6rem;
  color: #4b4f54;
}
.breadcrumb li:before {
  content: "|";
  display: inline-block;
  position: relative;
}

.page-identica-partner-garage .breadcrumb {
  padding: 0;
}

/* Sitemap
-------------------------------------------------- */
div[id*=block-identica-views-block-sitemap]:last-child {
  margin-bottom: 3em;
}
div[id*=block-identica-views-block-sitemap] h3 {
  border-top: 1px solid #ddd;
  margin-top: 1em;
  padding: 1em 0 0.4em;
}

/* Button
-------------------------------------------------- */
.identica-contact button {
  font: 1em/2em "Roboto Condensed", Verdana, Geneva, sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding: 0;
  background: transparent;
}
.identica-contact button:hover {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}
.identica-contact button span {
  font-size: 1.5em !important;
  margin-right: 0.2em !important;
  line-height: 1 !important;
  top: -3px !important;
  left: 1px !important;
}
.identica-contact button span:before {
  font-size: 1.2em !important;
  top: 8px;
  left: -2px;
  padding: 0 !important;
  margin: 0 !important;
  color: #f8b700;
}

footer .button,
button,
input[type=submit] {
  font: 1.1em/1em "Roboto Condensed", Verdana, Geneva, sans-serif !important;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  font-weight: 400;
  padding: 1.5rem 1.65rem;
  background: #005971;
}
footer .button span,
button span,
input[type=submit] span {
  line-height: 0 !important;
}
footer .button span:before,
button span:before,
input[type=submit] span:before {
  font-size: 2rem;
  position: relative;
  line-height: 0rem !important;
  top: 7px;
  left: -4px;
  margin-left: -0.4rem;
}
footer .button:hover,
button:hover,
input[type=submit]:hover {
  color: #fff;
  background: #003750;
}

[class*=mobile-unvisible] {
  display: none;
  opacity: 0;
}

/* IDENTICA Bodyshop
-------------------------------------------------- */
.identica-bodyshop .highlighted-top {
  background: transparent;
}
.identica-bodyshop .highlighted-top a {
  color: #fff;
}
.identica-bodyshop .highlighted-top li {
  position: relative;
  list-style: none;
  padding: 0.2em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.identica-bodyshop .highlighted-top li:last-child {
  border-bottom: none;
}
.identica-bodyshop .highlighted-top li:hover a, .identica-bodyshop .highlighted-top li:hover span {
  color: rgba(255, 255, 255, 0.7);
}
.identica-bodyshop .highlighted-top li form {
  position: relative;
}
.identica-bodyshop .highlighted-top li form button {
  position: relative;
  display: block;
  padding-left: 40px;
}
.identica-bodyshop .highlighted-top li a {
  position: relative;
  display: block;
  padding: 5px 0 5px 40px;
  line-height: 1.3em;
}
.identica-bodyshop .highlighted-top h2 {
  display: block;
  width: 100%;
  font-size: 1.4em;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.4rem;
}
.identica-bodyshop .highlighted-top .address-region {
  margin-bottom: 1rem;
}
.identica-bodyshop .highlighted-top .address-region,
.identica-bodyshop .highlighted-top .office-hours-region {
  position: relative;
}
.identica-bodyshop .highlighted-top .address-region span:before,
.identica-bodyshop .highlighted-top .office-hours-region span:before {
  font-size: 2.5rem;
  position: absolute;
  left: -0.2em;
  top: 0.5rem;
  color: #f8b700;
}
.identica-bodyshop .highlighted-top address,
.identica-bodyshop .highlighted-top .office-hours-block {
  padding-left: 2.5rem;
}
.identica-bodyshop .highlighted-top .linklist {
  font: 1em/2em "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.identica-bodyshop .highlighted-top .linklist span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  line-height: 1.1em;
  top: 0;
  left: 0;
  font-size: 1.8em;
}
.identica-bodyshop .highlighted-top .linklist span:before {
  color: #f8b700;
}
.identica-bodyshop .highlighted-top .linklist button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  text-align: left;
}
.identica-bodyshop .highlighted-top .linklist .ID_icon_Login {
  top: 3px;
}
.identica-bodyshop .highlighted-top .identica-contact {
  color: #fff;
  padding-bottom: 1rem;
}
.identica-bodyshop .highlighted-top .identica-contact > div {
  width: 100%;
  height: 100%;
  background: #005971;
  padding: 1.4rem;
}
.identica-bodyshop .highlighted-center .seo-content h2 {
  font-size: 1.6em;
  padding-bottom: 1rem;
}
.identica-bodyshop .highlighted-center .seo-content img {
  margin-bottom: 1.4rem;
}

#webform-submission-neupartner-anfrageformular-node-92-form-ajax {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*row | row-reverse | column | column-reverse*/
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

form[id*=webform-submission] {
  max-width: 50rem;
  margin: 0 auto;
}
form[id*=webform-submission] .form-autocomplete {
  -webkit-transition: all 0s ease-in-out !important;
  -o-transition: all 0s ease-in-out !important;
  transition: all 0s ease-in-out !important;
}
form[id*=webform-submission] .webform-section {
  margin: 0 !important;
}
form[id*=webform-submission] .form-managed-file .button {
  cursor: pointer;
  margin-top: 0;
  padding: 1rem 1.4rem;
  position: relative;
}
form[id*=webform-submission] .webform-type-fieldset {
  padding: 1.4rem;
  border: 1px solid #888;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  margin-bottom: 1.6rem !important;
}
form[id*=webform-submission] .webform-type-fieldset > legend {
  color: #007092;
  font-size: 1.3em;
  margin: 0.1em auto 0;
}
form[id*=webform-submission] .webform-type-fieldset > legend span {
  padding: 1rem;
  background: white;
}
form[id*=webform-submission] .webform-type-fieldset legend {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
form[id*=webform-submission] .webform-signature-pad {
  min-height: 10rem;
  max-height: 16rem;
  overflow: hidden;
}
form[id*=webform-submission] .webform-signature-pad ::before {
  height: 100%;
}
form[id*=webform-submission] .webform-signature-pad .button,
form[id*=webform-submission] .webform-signature-pad .button:focus {
  background: #005971;
  width: auto;
  top: 0;
  right: 0;
  margin-top: 0;
  padding: 0.5em 1.2em;
}
.js .js-hide {
  display: none !important;
}

/* IDENTICA Webform Overview - Homescreen
-------------------------------------------------- */
#block-identica-identicawebformslist,
#block-views-block-identica-webform-uebersicht-block-1 {
  margin-bottom: 2em;
}
#block-identica-identicawebformslist .webform-list-wrapper div,
#block-views-block-identica-webform-uebersicht-block-1 .webform-list-wrapper div {
  margin: 1em 0;
}
#block-identica-identicawebformslist h3,
#block-views-block-identica-webform-uebersicht-block-1 h3 {
  margin-top: 1em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #ccc;
}
#block-identica-identicawebformslist h3:first-child,
#block-views-block-identica-webform-uebersicht-block-1 h3:first-child {
  margin-top: 0;
}
#block-identica-identicawebformslist ul,
#block-views-block-identica-webform-uebersicht-block-1 ul {
  list-style: none;
}
#block-identica-identicawebformslist ul li,
#block-views-block-identica-webform-uebersicht-block-1 ul li {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  padding-bottom: 0.3em;
}

body {
  /*
  .mm_modal:first-of-type {

  }
  */
  /* back */
  /*
  .mm_modal.micromodal-slide.is-open .mm_modal__overlay  {
    background: transparent;
    backdrop-filter: none;
  }

  .mm_modal__overlay:nth-of-type(1)  {
    background: red;
    backdrop-filter: blur(4px);
  }
  */
  /* content */
  /*
  .mm_modal.micromodal-slide.is-open .mm_modal__overlay > * {
    display: none;
  }

  .mm_modal.micromodal-slide.is-open:last-of-type .mm_modal__overlay > * {
    display: inline-block !important;
  }
  */
  /*
  .mm_modal:last-of-type {

    opacity: 1 !important;
    display: block;
  }
  */
  /*
  &:has(+ .mm-) {
    margin-bottom: 0;
  }

  .mm_modal .mm_modal__overlay {

  }
  .mm_modal + .mm_modal .mm_modal__overlay {
    background-color: transparent;
  }

  .mm_modal + .mm_modal + .mm_modal .mm_modal__overlay {
    background-color: transparent;
  }
  */
}
body span.mm {
  display: block;
  height: 20px;
  border: 1px solid black;
  margin: 1rem;
}
body .mm:nth-of-type(2) {
  background: red;
  /* display:none; */
}
body .huhu:last-of-type {
  background: blue !important;
  display: block;
}
body .mm:last-of-type {
  background: blue !important;
  display: block;
}
body .css-test span {
  display: block;
  height: 20px;
  border: 1px solid black;
  margin: 1rem;
}
body #modal-wrapper .mm_modal:not(:last-child) .mm_modal__container {
  display: none;
  /* display:none; */
}
body #modal-wrapper .mm_modal:not(:last-child):before {
  display: none;
}
body #modal-wrapper .mm_modal:last-child:before {
  background-color: rgba(0, 0, 0, 0.75) !important;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

/* IDENTICA Webform Styled
-------------------------------------------------- */
.layout-sidebar-second .webform-element-help span,
[id*=webform-submission] .webform-element-help span,
.featured-bottom [id*=block-webform] .webform-element-help span {
  position: relative;
  top: -1px;
  left: -1px;
}
.layout-sidebar-second .webform-button--previous,
[id*=webform-submission] .webform-button--previous,
.featured-bottom [id*=block-webform] .webform-button--previous {
  margin-top: 0;
  background-color: transparent !important;
}
.layout-sidebar-second form,
[id*=webform-submission] form,
.featured-bottom [id*=block-webform] form {
  background: white;
  padding: 1.4rem;
}
.layout-sidebar-second form .form-select,
[id*=webform-submission] form .form-select,
.featured-bottom [id*=block-webform] form .form-select {
  text-align: right;
}
.layout-sidebar-second form *,
[id*=webform-submission] form *,
.featured-bottom [id*=block-webform] form * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layout-sidebar-second form *:focus,
[id*=webform-submission] form *:focus,
.featured-bottom [id*=block-webform] form *:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.layout-sidebar-second form legend,
[id*=webform-submission] form legend,
.featured-bottom [id*=block-webform] form legend {
  color: #223036;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.layout-sidebar-second form .fieldset-wrapper,
.layout-sidebar-second form .form-wrapper,
[id*=webform-submission] form .fieldset-wrapper,
[id*=webform-submission] form .form-wrapper,
.featured-bottom [id*=block-webform] form .fieldset-wrapper,
.featured-bottom [id*=block-webform] form .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*row | row-reverse | column | column-reverse*/
  width: 100%;
}
.layout-sidebar-second form .webform-has-field-prefix,
[id*=webform-submission] form .webform-has-field-prefix,
.featured-bottom [id*=block-webform] form .webform-has-field-prefix {
  display: inline-block;
  width: auto;
}
.layout-sidebar-second form .webform-has-field-prefix input,
[id*=webform-submission] form .webform-has-field-prefix input,
.featured-bottom [id*=block-webform] form .webform-has-field-prefix input {
  width: auto !important;
  display: inline-block !important;
}
.layout-sidebar-second form .webform-type-fieldset,
[id*=webform-submission] form .webform-type-fieldset,
.featured-bottom [id*=block-webform] form .webform-type-fieldset {
  margin-top: 0 !important;
}
.layout-sidebar-second form input[type=submit],
[id*=webform-submission] form input[type=submit],
.featured-bottom [id*=block-webform] form input[type=submit] {
  display: block;
  width: 100%;
}
.layout-sidebar-second form .js-form-wrapper,
.layout-sidebar-second form .form-item,
.layout-sidebar-second form .form-select,
.layout-sidebar-second form .radio-item,
[id*=webform-submission] form .js-form-wrapper,
[id*=webform-submission] form .form-item,
[id*=webform-submission] form .form-select,
[id*=webform-submission] form .radio-item,
.featured-bottom [id*=block-webform] form .js-form-wrapper,
.featured-bottom [id*=block-webform] form .form-item,
.featured-bottom [id*=block-webform] form .form-select,
.featured-bottom [id*=block-webform] form .radio-item {
  width: 100%;
}
.layout-sidebar-second form .form-select,
[id*=webform-submission] form .form-select,
.featured-bottom [id*=block-webform] form .form-select {
  padding: 1rem 0;
}
.layout-sidebar-second form .form-item,
.layout-sidebar-second form .radio-item,
[id*=webform-submission] form .form-item,
[id*=webform-submission] form .radio-item,
.featured-bottom [id*=block-webform] form .form-item,
.featured-bottom [id*=block-webform] form .radio-item {
  margin: 0.5rem 0;
  position: relative;
}
.layout-sidebar-second form .form-item p,
.layout-sidebar-second form .radio-item p,
[id*=webform-submission] form .form-item p,
[id*=webform-submission] form .radio-item p,
.featured-bottom [id*=block-webform] form .form-item p,
.featured-bottom [id*=block-webform] form .radio-item p {
  margin: 0;
}
.layout-sidebar-second form .form-item input:not([type=checkbox]) + label,
.layout-sidebar-second form .form-item input:not([type=submit]),
.layout-sidebar-second form .form-item select,
.layout-sidebar-second form .radio-item input:not([type=checkbox]) + label,
.layout-sidebar-second form .radio-item input:not([type=submit]),
.layout-sidebar-second form .radio-item select,
[id*=webform-submission] form .form-item input:not([type=checkbox]) + label,
[id*=webform-submission] form .form-item input:not([type=submit]),
[id*=webform-submission] form .form-item select,
[id*=webform-submission] form .radio-item input:not([type=checkbox]) + label,
[id*=webform-submission] form .radio-item input:not([type=submit]),
[id*=webform-submission] form .radio-item select,
.featured-bottom [id*=block-webform] form .form-item input:not([type=checkbox]) + label,
.featured-bottom [id*=block-webform] form .form-item input:not([type=submit]),
.featured-bottom [id*=block-webform] form .form-item select,
.featured-bottom [id*=block-webform] form .radio-item input:not([type=checkbox]) + label,
.featured-bottom [id*=block-webform] form .radio-item input:not([type=submit]),
.featured-bottom [id*=block-webform] form .radio-item select {
  font: 1em/1.5em "Roboto", Verdana, Geneva, sans-serif;
  padding: 0.5rem 0.3rem;
  display: block;
}
.layout-sidebar-second form .form-item textarea,
.layout-sidebar-second form .radio-item textarea,
[id*=webform-submission] form .form-item textarea,
[id*=webform-submission] form .radio-item textarea,
.featured-bottom [id*=block-webform] form .form-item textarea,
.featured-bottom [id*=block-webform] form .radio-item textarea {
  font: 1em/1.5em "Roboto", Verdana, Geneva, sans-serif;
  padding: 0.5rem 0.35rem;
  display: block;
}
.layout-sidebar-second form .form-item select,
.layout-sidebar-second form .form-item input:not([type=submit]),
.layout-sidebar-second form .form-item input:not([type=submit]):focus,
.layout-sidebar-second form .form-item textarea,
.layout-sidebar-second form .form-item textarea:focus,
.layout-sidebar-second form .radio-item select,
.layout-sidebar-second form .radio-item input:not([type=submit]),
.layout-sidebar-second form .radio-item input:not([type=submit]):focus,
.layout-sidebar-second form .radio-item textarea,
.layout-sidebar-second form .radio-item textarea:focus,
[id*=webform-submission] form .form-item select,
[id*=webform-submission] form .form-item input:not([type=submit]),
[id*=webform-submission] form .form-item input:not([type=submit]):focus,
[id*=webform-submission] form .form-item textarea,
[id*=webform-submission] form .form-item textarea:focus,
[id*=webform-submission] form .radio-item select,
[id*=webform-submission] form .radio-item input:not([type=submit]),
[id*=webform-submission] form .radio-item input:not([type=submit]):focus,
[id*=webform-submission] form .radio-item textarea,
[id*=webform-submission] form .radio-item textarea:focus,
.featured-bottom [id*=block-webform] form .form-item select,
.featured-bottom [id*=block-webform] form .form-item input:not([type=submit]),
.featured-bottom [id*=block-webform] form .form-item input:not([type=submit]):focus,
.featured-bottom [id*=block-webform] form .form-item textarea,
.featured-bottom [id*=block-webform] form .form-item textarea:focus,
.featured-bottom [id*=block-webform] form .radio-item select,
.featured-bottom [id*=block-webform] form .radio-item input:not([type=submit]),
.featured-bottom [id*=block-webform] form .radio-item input:not([type=submit]):focus,
.featured-bottom [id*=block-webform] form .radio-item textarea,
.featured-bottom [id*=block-webform] form .radio-item textarea:focus {
  background-color: transparent;
  outline: none !important;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.layout-sidebar-second form .form-item select,
.layout-sidebar-second form .form-item input,
.layout-sidebar-second form .form-item input:focus,
.layout-sidebar-second form .radio-item select,
.layout-sidebar-second form .radio-item input,
.layout-sidebar-second form .radio-item input:focus,
[id*=webform-submission] form .form-item select,
[id*=webform-submission] form .form-item input,
[id*=webform-submission] form .form-item input:focus,
[id*=webform-submission] form .radio-item select,
[id*=webform-submission] form .radio-item input,
[id*=webform-submission] form .radio-item input:focus,
.featured-bottom [id*=block-webform] form .form-item select,
.featured-bottom [id*=block-webform] form .form-item input,
.featured-bottom [id*=block-webform] form .form-item input:focus,
.featured-bottom [id*=block-webform] form .radio-item select,
.featured-bottom [id*=block-webform] form .radio-item input,
.featured-bottom [id*=block-webform] form .radio-item input:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(68, 81, 88, 0.4);
}
.layout-sidebar-second form .form-item select input::-webkit-input-placeholder, .layout-sidebar-second form .form-item input input::-webkit-input-placeholder, .layout-sidebar-second form .form-item input:focus input::-webkit-input-placeholder, .layout-sidebar-second form .radio-item select input::-webkit-input-placeholder, .layout-sidebar-second form .radio-item input input::-webkit-input-placeholder, .layout-sidebar-second form .radio-item input:focus input::-webkit-input-placeholder, [id*=webform-submission] form .form-item select input::-webkit-input-placeholder, [id*=webform-submission] form .form-item input input::-webkit-input-placeholder, [id*=webform-submission] form .form-item input:focus input::-webkit-input-placeholder, [id*=webform-submission] form .radio-item select input::-webkit-input-placeholder, [id*=webform-submission] form .radio-item input input::-webkit-input-placeholder, [id*=webform-submission] form .radio-item input:focus input::-webkit-input-placeholder, .featured-bottom [id*=block-webform] form .form-item select input::-webkit-input-placeholder, .featured-bottom [id*=block-webform] form .form-item input input::-webkit-input-placeholder, .featured-bottom [id*=block-webform] form .form-item input:focus input::-webkit-input-placeholder, .featured-bottom [id*=block-webform] form .radio-item select input::-webkit-input-placeholder, .featured-bottom [id*=block-webform] form .radio-item input input::-webkit-input-placeholder, .featured-bottom [id*=block-webform] form .radio-item input:focus input::-webkit-input-placeholder {
  opacity: 0;
}
.layout-sidebar-second form .form-item select input::-moz-placeholder, .layout-sidebar-second form .form-item input input::-moz-placeholder, .layout-sidebar-second form .form-item input:focus input::-moz-placeholder, .layout-sidebar-second form .radio-item select input::-moz-placeholder, .layout-sidebar-second form .radio-item input input::-moz-placeholder, .layout-sidebar-second form .radio-item input:focus input::-moz-placeholder, [id*=webform-submission] form .form-item select input::-moz-placeholder, [id*=webform-submission] form .form-item input input::-moz-placeholder, [id*=webform-submission] form .form-item input:focus input::-moz-placeholder, [id*=webform-submission] form .radio-item select input::-moz-placeholder, [id*=webform-submission] form .radio-item input input::-moz-placeholder, [id*=webform-submission] form .radio-item input:focus input::-moz-placeholder, .featured-bottom [id*=block-webform] form .form-item select input::-moz-placeholder, .featured-bottom [id*=block-webform] form .form-item input input::-moz-placeholder, .featured-bottom [id*=block-webform] form .form-item input:focus input::-moz-placeholder, .featured-bottom [id*=block-webform] form .radio-item select input::-moz-placeholder, .featured-bottom [id*=block-webform] form .radio-item input input::-moz-placeholder, .featured-bottom [id*=block-webform] form .radio-item input:focus input::-moz-placeholder {
  opacity: 0;
}
.layout-sidebar-second form .form-item select input:-ms-input-placeholder, .layout-sidebar-second form .form-item input input:-ms-input-placeholder, .layout-sidebar-second form .form-item input:focus input:-ms-input-placeholder, .layout-sidebar-second form .radio-item select input:-ms-input-placeholder, .layout-sidebar-second form .radio-item input input:-ms-input-placeholder, .layout-sidebar-second form .radio-item input:focus input:-ms-input-placeholder, [id*=webform-submission] form .form-item select input:-ms-input-placeholder, [id*=webform-submission] form .form-item input input:-ms-input-placeholder, [id*=webform-submission] form .form-item input:focus input:-ms-input-placeholder, [id*=webform-submission] form .radio-item select input:-ms-input-placeholder, [id*=webform-submission] form .radio-item input input:-ms-input-placeholder, [id*=webform-submission] form .radio-item input:focus input:-ms-input-placeholder, .featured-bottom [id*=block-webform] form .form-item select input:-ms-input-placeholder, .featured-bottom [id*=block-webform] form .form-item input input:-ms-input-placeholder, .featured-bottom [id*=block-webform] form .form-item input:focus input:-ms-input-placeholder, .featured-bottom [id*=block-webform] form .radio-item select input:-ms-input-placeholder, .featured-bottom [id*=block-webform] form .radio-item input input:-ms-input-placeholder, .featured-bottom [id*=block-webform] form .radio-item input:focus input:-ms-input-placeholder {
  opacity: 0;
}
.layout-sidebar-second form .form-item select input::-ms-input-placeholder, .layout-sidebar-second form .form-item input input::-ms-input-placeholder, .layout-sidebar-second form .form-item input:focus input::-ms-input-placeholder, .layout-sidebar-second form .radio-item select input::-ms-input-placeholder, .layout-sidebar-second form .radio-item input input::-ms-input-placeholder, .layout-sidebar-second form .radio-item input:focus input::-ms-input-placeholder, [id*=webform-submission] form .form-item select input::-ms-input-placeholder, [id*=webform-submission] form .form-item input input::-ms-input-placeholder, [id*=webform-submission] form .form-item input:focus input::-ms-input-placeholder, [id*=webform-submission] form .radio-item select input::-ms-input-placeholder, [id*=webform-submission] form .radio-item input input::-ms-input-placeholder, [id*=webform-submission] form .radio-item input:focus input::-ms-input-placeholder, .featured-bottom [id*=block-webform] form .form-item select input::-ms-input-placeholder, .featured-bottom [id*=block-webform] form .form-item input input::-ms-input-placeholder, .featured-bottom [id*=block-webform] form .form-item input:focus input::-ms-input-placeholder, .featured-bottom [id*=block-webform] form .radio-item select input::-ms-input-placeholder, .featured-bottom [id*=block-webform] form .radio-item input input::-ms-input-placeholder, .featured-bottom [id*=block-webform] form .radio-item input:focus input::-ms-input-placeholder {
  opacity: 0;
}
.layout-sidebar-second form .form-item select input::placeholder,
.layout-sidebar-second form .form-item input input::placeholder,
.layout-sidebar-second form .form-item input:focus input::placeholder,
.layout-sidebar-second form .radio-item select input::placeholder,
.layout-sidebar-second form .radio-item input input::placeholder,
.layout-sidebar-second form .radio-item input:focus input::placeholder,
[id*=webform-submission] form .form-item select input::placeholder,
[id*=webform-submission] form .form-item input input::placeholder,
[id*=webform-submission] form .form-item input:focus input::placeholder,
[id*=webform-submission] form .radio-item select input::placeholder,
[id*=webform-submission] form .radio-item input input::placeholder,
[id*=webform-submission] form .radio-item input:focus input::placeholder,
.featured-bottom [id*=block-webform] form .form-item select input::placeholder,
.featured-bottom [id*=block-webform] form .form-item input input::placeholder,
.featured-bottom [id*=block-webform] form .form-item input:focus input::placeholder,
.featured-bottom [id*=block-webform] form .radio-item select input::placeholder,
.featured-bottom [id*=block-webform] form .radio-item input input::placeholder,
.featured-bottom [id*=block-webform] form .radio-item input:focus input::placeholder {
  opacity: 0;
}
.layout-sidebar-second form .form-item select.error,
.layout-sidebar-second form .form-item select [aria-invalid=true],
.layout-sidebar-second form .form-item input.error,
.layout-sidebar-second form .form-item input [aria-invalid=true],
.layout-sidebar-second form .form-item input:focus.error,
.layout-sidebar-second form .form-item input:focus [aria-invalid=true],
.layout-sidebar-second form .radio-item select.error,
.layout-sidebar-second form .radio-item select [aria-invalid=true],
.layout-sidebar-second form .radio-item input.error,
.layout-sidebar-second form .radio-item input [aria-invalid=true],
.layout-sidebar-second form .radio-item input:focus.error,
.layout-sidebar-second form .radio-item input:focus [aria-invalid=true],
[id*=webform-submission] form .form-item select.error,
[id*=webform-submission] form .form-item select [aria-invalid=true],
[id*=webform-submission] form .form-item input.error,
[id*=webform-submission] form .form-item input [aria-invalid=true],
[id*=webform-submission] form .form-item input:focus.error,
[id*=webform-submission] form .form-item input:focus [aria-invalid=true],
[id*=webform-submission] form .radio-item select.error,
[id*=webform-submission] form .radio-item select [aria-invalid=true],
[id*=webform-submission] form .radio-item input.error,
[id*=webform-submission] form .radio-item input [aria-invalid=true],
[id*=webform-submission] form .radio-item input:focus.error,
[id*=webform-submission] form .radio-item input:focus [aria-invalid=true],
.featured-bottom [id*=block-webform] form .form-item select.error,
.featured-bottom [id*=block-webform] form .form-item select [aria-invalid=true],
.featured-bottom [id*=block-webform] form .form-item input.error,
.featured-bottom [id*=block-webform] form .form-item input [aria-invalid=true],
.featured-bottom [id*=block-webform] form .form-item input:focus.error,
.featured-bottom [id*=block-webform] form .form-item input:focus [aria-invalid=true],
.featured-bottom [id*=block-webform] form .radio-item select.error,
.featured-bottom [id*=block-webform] form .radio-item select [aria-invalid=true],
.featured-bottom [id*=block-webform] form .radio-item input.error,
.featured-bottom [id*=block-webform] form .radio-item input [aria-invalid=true],
.featured-bottom [id*=block-webform] form .radio-item input:focus.error,
.featured-bottom [id*=block-webform] form .radio-item input:focus [aria-invalid=true] {
  border-bottom: 1px solid #f8b700 !important;
}
.layout-sidebar-second form .form-item select.error + label,
.layout-sidebar-second form .form-item input.error + label,
.layout-sidebar-second form .form-item input:focus.error + label,
.layout-sidebar-second form .radio-item select.error + label,
.layout-sidebar-second form .radio-item input.error + label,
.layout-sidebar-second form .radio-item input:focus.error + label,
[id*=webform-submission] form .form-item select.error + label,
[id*=webform-submission] form .form-item input.error + label,
[id*=webform-submission] form .form-item input:focus.error + label,
[id*=webform-submission] form .radio-item select.error + label,
[id*=webform-submission] form .radio-item input.error + label,
[id*=webform-submission] form .radio-item input:focus.error + label,
.featured-bottom [id*=block-webform] form .form-item select.error + label,
.featured-bottom [id*=block-webform] form .form-item input.error + label,
.featured-bottom [id*=block-webform] form .form-item input:focus.error + label,
.featured-bottom [id*=block-webform] form .radio-item select.error + label,
.featured-bottom [id*=block-webform] form .radio-item input.error + label,
.featured-bottom [id*=block-webform] form .radio-item input:focus.error + label {
  color: #f9a400 !important;
}
.layout-sidebar-second form .form-item textarea,
.layout-sidebar-second form .form-item textarea:focus,
.layout-sidebar-second form .radio-item textarea,
.layout-sidebar-second form .radio-item textarea:focus,
[id*=webform-submission] form .form-item textarea,
[id*=webform-submission] form .form-item textarea:focus,
[id*=webform-submission] form .radio-item textarea,
[id*=webform-submission] form .radio-item textarea:focus,
.featured-bottom [id*=block-webform] form .form-item textarea,
.featured-bottom [id*=block-webform] form .form-item textarea:focus,
.featured-bottom [id*=block-webform] form .radio-item textarea,
.featured-bottom [id*=block-webform] form .radio-item textarea:focus {
  border: 1px solid rgba(68, 81, 88, 0.4);
}
.layout-sidebar-second form .form-item textarea.error:-moz-placeholder-shown, .layout-sidebar-second form .form-item textarea:focus.error:-moz-placeholder-shown, .layout-sidebar-second form .radio-item textarea.error:-moz-placeholder-shown, .layout-sidebar-second form .radio-item textarea:focus.error:-moz-placeholder-shown, [id*=webform-submission] form .form-item textarea.error:-moz-placeholder-shown, [id*=webform-submission] form .form-item textarea:focus.error:-moz-placeholder-shown, [id*=webform-submission] form .radio-item textarea.error:-moz-placeholder-shown, [id*=webform-submission] form .radio-item textarea:focus.error:-moz-placeholder-shown, .featured-bottom [id*=block-webform] form .form-item textarea.error:-moz-placeholder-shown, .featured-bottom [id*=block-webform] form .form-item textarea:focus.error:-moz-placeholder-shown, .featured-bottom [id*=block-webform] form .radio-item textarea.error:-moz-placeholder-shown, .featured-bottom [id*=block-webform] form .radio-item textarea:focus.error:-moz-placeholder-shown {
  color: #f9a400 !important;
  border: 1px solid #f8b700;
}
.layout-sidebar-second form .form-item textarea.error:-ms-input-placeholder, .layout-sidebar-second form .form-item textarea:focus.error:-ms-input-placeholder, .layout-sidebar-second form .radio-item textarea.error:-ms-input-placeholder, .layout-sidebar-second form .radio-item textarea:focus.error:-ms-input-placeholder, [id*=webform-submission] form .form-item textarea.error:-ms-input-placeholder, [id*=webform-submission] form .form-item textarea:focus.error:-ms-input-placeholder, [id*=webform-submission] form .radio-item textarea.error:-ms-input-placeholder, [id*=webform-submission] form .radio-item textarea:focus.error:-ms-input-placeholder, .featured-bottom [id*=block-webform] form .form-item textarea.error:-ms-input-placeholder, .featured-bottom [id*=block-webform] form .form-item textarea:focus.error:-ms-input-placeholder, .featured-bottom [id*=block-webform] form .radio-item textarea.error:-ms-input-placeholder, .featured-bottom [id*=block-webform] form .radio-item textarea:focus.error:-ms-input-placeholder {
  color: #f9a400 !important;
  border: 1px solid #f8b700;
}
.layout-sidebar-second form .form-item textarea.error:placeholder-shown,
.layout-sidebar-second form .form-item textarea:focus.error:placeholder-shown,
.layout-sidebar-second form .radio-item textarea.error:placeholder-shown,
.layout-sidebar-second form .radio-item textarea:focus.error:placeholder-shown,
[id*=webform-submission] form .form-item textarea.error:placeholder-shown,
[id*=webform-submission] form .form-item textarea:focus.error:placeholder-shown,
[id*=webform-submission] form .radio-item textarea.error:placeholder-shown,
[id*=webform-submission] form .radio-item textarea:focus.error:placeholder-shown,
.featured-bottom [id*=block-webform] form .form-item textarea.error:placeholder-shown,
.featured-bottom [id*=block-webform] form .form-item textarea:focus.error:placeholder-shown,
.featured-bottom [id*=block-webform] form .radio-item textarea.error:placeholder-shown,
.featured-bottom [id*=block-webform] form .radio-item textarea:focus.error:placeholder-shown {
  color: #f9a400 !important;
  border: 1px solid #f8b700;
}
.layout-sidebar-second form .form-item input:not([type=submit]):not(:-moz-placeholder-shown), .layout-sidebar-second form .radio-item input:not([type=submit]):not(:-moz-placeholder-shown), [id*=webform-submission] form .form-item input:not([type=submit]):not(:-moz-placeholder-shown), [id*=webform-submission] form .radio-item input:not([type=submit]):not(:-moz-placeholder-shown), .featured-bottom [id*=block-webform] form .form-item input:not([type=submit]):not(:-moz-placeholder-shown), .featured-bottom [id*=block-webform] form .radio-item input:not([type=submit]):not(:-moz-placeholder-shown) {
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-bottom: 1px solid #007092;
}
.layout-sidebar-second form .form-item input:not([type=submit]):not(:-ms-input-placeholder), .layout-sidebar-second form .radio-item input:not([type=submit]):not(:-ms-input-placeholder), [id*=webform-submission] form .form-item input:not([type=submit]):not(:-ms-input-placeholder), [id*=webform-submission] form .radio-item input:not([type=submit]):not(:-ms-input-placeholder), .featured-bottom [id*=block-webform] form .form-item input:not([type=submit]):not(:-ms-input-placeholder), .featured-bottom [id*=block-webform] form .radio-item input:not([type=submit]):not(:-ms-input-placeholder) {
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-bottom: 1px solid #007092;
}
.layout-sidebar-second form .form-item select:focus,
.layout-sidebar-second form .form-item textarea:focus,
.layout-sidebar-second form .form-item input:not([type=submit]):focus,
.layout-sidebar-second form .form-item input:not([type=submit]):not(:placeholder-shown),
.layout-sidebar-second form .radio-item select:focus,
.layout-sidebar-second form .radio-item textarea:focus,
.layout-sidebar-second form .radio-item input:not([type=submit]):focus,
.layout-sidebar-second form .radio-item input:not([type=submit]):not(:placeholder-shown),
[id*=webform-submission] form .form-item select:focus,
[id*=webform-submission] form .form-item textarea:focus,
[id*=webform-submission] form .form-item input:not([type=submit]):focus,
[id*=webform-submission] form .form-item input:not([type=submit]):not(:placeholder-shown),
[id*=webform-submission] form .radio-item select:focus,
[id*=webform-submission] form .radio-item textarea:focus,
[id*=webform-submission] form .radio-item input:not([type=submit]):focus,
[id*=webform-submission] form .radio-item input:not([type=submit]):not(:placeholder-shown),
.featured-bottom [id*=block-webform] form .form-item select:focus,
.featured-bottom [id*=block-webform] form .form-item textarea:focus,
.featured-bottom [id*=block-webform] form .form-item input:not([type=submit]):focus,
.featured-bottom [id*=block-webform] form .form-item input:not([type=submit]):not(:placeholder-shown),
.featured-bottom [id*=block-webform] form .radio-item select:focus,
.featured-bottom [id*=block-webform] form .radio-item textarea:focus,
.featured-bottom [id*=block-webform] form .radio-item input:not([type=submit]):focus,
.featured-bottom [id*=block-webform] form .radio-item input:not([type=submit]):not(:placeholder-shown) {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-bottom: 1px solid #007092;
}
.layout-sidebar-second form .form-item.message,
.layout-sidebar-second form .radio-item.message,
[id*=webform-submission] form .form-item.message,
[id*=webform-submission] form .radio-item.message,
.featured-bottom [id*=block-webform] form .form-item.message,
.featured-bottom [id*=block-webform] form .radio-item.message {
  margin-top: 1rem;
}
.layout-sidebar-second form .js-form-type-textarea label,
[id*=webform-submission] form .js-form-type-textarea label,
.featured-bottom [id*=block-webform] form .js-form-type-textarea label {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 0 0.3em;
  z-index: 9;
  position: relative;
  display: block;
}
.layout-sidebar-second form label,
[id*=webform-submission] form label,
.featured-bottom [id*=block-webform] form label {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.layout-sidebar-second form .js-form-type-webform-image-file label,
[id*=webform-submission] form .js-form-type-webform-image-file label,
.featured-bottom [id*=block-webform] form .js-form-type-webform-image-file label {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0;
  position: relative;
}
.layout-sidebar-second form select[type=text]::-webkit-input-placeholder, .layout-sidebar-second form input[type=text]::-webkit-input-placeholder, .layout-sidebar-second form input[type=email]::-webkit-input-placeholder, .layout-sidebar-second form input[type=tel]::-webkit-input-placeholder, .layout-sidebar-second form input[type=number]::-webkit-input-placeholder, .layout-sidebar-second form input[type=date]::-webkit-input-placeholder, .layout-sidebar-second form input[type=url]::-webkit-input-placeholder, .layout-sidebar-second form input[type=password]::-webkit-input-placeholder, [id*=webform-submission] form select[type=text]::-webkit-input-placeholder, [id*=webform-submission] form input[type=text]::-webkit-input-placeholder, [id*=webform-submission] form input[type=email]::-webkit-input-placeholder, [id*=webform-submission] form input[type=tel]::-webkit-input-placeholder, [id*=webform-submission] form input[type=number]::-webkit-input-placeholder, [id*=webform-submission] form input[type=date]::-webkit-input-placeholder, [id*=webform-submission] form input[type=url]::-webkit-input-placeholder, [id*=webform-submission] form input[type=password]::-webkit-input-placeholder, .featured-bottom [id*=block-webform] form select[type=text]::-webkit-input-placeholder, .featured-bottom [id*=block-webform] form input[type=text]::-webkit-input-placeholder, .featured-bottom [id*=block-webform] form input[type=email]::-webkit-input-placeholder, .featured-bottom [id*=block-webform] form input[type=tel]::-webkit-input-placeholder, .featured-bottom [id*=block-webform] form input[type=number]::-webkit-input-placeholder, .featured-bottom [id*=block-webform] form input[type=date]::-webkit-input-placeholder, .featured-bottom [id*=block-webform] form input[type=url]::-webkit-input-placeholder, .featured-bottom [id*=block-webform] form input[type=password]::-webkit-input-placeholder {
  opacity: 0;
}
.layout-sidebar-second form select[type=text]::-moz-placeholder, .layout-sidebar-second form input[type=text]::-moz-placeholder, .layout-sidebar-second form input[type=email]::-moz-placeholder, .layout-sidebar-second form input[type=tel]::-moz-placeholder, .layout-sidebar-second form input[type=number]::-moz-placeholder, .layout-sidebar-second form input[type=date]::-moz-placeholder, .layout-sidebar-second form input[type=url]::-moz-placeholder, .layout-sidebar-second form input[type=password]::-moz-placeholder, [id*=webform-submission] form select[type=text]::-moz-placeholder, [id*=webform-submission] form input[type=text]::-moz-placeholder, [id*=webform-submission] form input[type=email]::-moz-placeholder, [id*=webform-submission] form input[type=tel]::-moz-placeholder, [id*=webform-submission] form input[type=number]::-moz-placeholder, [id*=webform-submission] form input[type=date]::-moz-placeholder, [id*=webform-submission] form input[type=url]::-moz-placeholder, [id*=webform-submission] form input[type=password]::-moz-placeholder, .featured-bottom [id*=block-webform] form select[type=text]::-moz-placeholder, .featured-bottom [id*=block-webform] form input[type=text]::-moz-placeholder, .featured-bottom [id*=block-webform] form input[type=email]::-moz-placeholder, .featured-bottom [id*=block-webform] form input[type=tel]::-moz-placeholder, .featured-bottom [id*=block-webform] form input[type=number]::-moz-placeholder, .featured-bottom [id*=block-webform] form input[type=date]::-moz-placeholder, .featured-bottom [id*=block-webform] form input[type=url]::-moz-placeholder, .featured-bottom [id*=block-webform] form input[type=password]::-moz-placeholder {
  opacity: 0;
}
.layout-sidebar-second form select[type=text]:-ms-input-placeholder, .layout-sidebar-second form input[type=text]:-ms-input-placeholder, .layout-sidebar-second form input[type=email]:-ms-input-placeholder, .layout-sidebar-second form input[type=tel]:-ms-input-placeholder, .layout-sidebar-second form input[type=number]:-ms-input-placeholder, .layout-sidebar-second form input[type=date]:-ms-input-placeholder, .layout-sidebar-second form input[type=url]:-ms-input-placeholder, .layout-sidebar-second form input[type=password]:-ms-input-placeholder, [id*=webform-submission] form select[type=text]:-ms-input-placeholder, [id*=webform-submission] form input[type=text]:-ms-input-placeholder, [id*=webform-submission] form input[type=email]:-ms-input-placeholder, [id*=webform-submission] form input[type=tel]:-ms-input-placeholder, [id*=webform-submission] form input[type=number]:-ms-input-placeholder, [id*=webform-submission] form input[type=date]:-ms-input-placeholder, [id*=webform-submission] form input[type=url]:-ms-input-placeholder, [id*=webform-submission] form input[type=password]:-ms-input-placeholder, .featured-bottom [id*=block-webform] form select[type=text]:-ms-input-placeholder, .featured-bottom [id*=block-webform] form input[type=text]:-ms-input-placeholder, .featured-bottom [id*=block-webform] form input[type=email]:-ms-input-placeholder, .featured-bottom [id*=block-webform] form input[type=tel]:-ms-input-placeholder, .featured-bottom [id*=block-webform] form input[type=number]:-ms-input-placeholder, .featured-bottom [id*=block-webform] form input[type=date]:-ms-input-placeholder, .featured-bottom [id*=block-webform] form input[type=url]:-ms-input-placeholder, .featured-bottom [id*=block-webform] form input[type=password]:-ms-input-placeholder {
  opacity: 0;
}
.layout-sidebar-second form select[type=text]::-ms-input-placeholder, .layout-sidebar-second form input[type=text]::-ms-input-placeholder, .layout-sidebar-second form input[type=email]::-ms-input-placeholder, .layout-sidebar-second form input[type=tel]::-ms-input-placeholder, .layout-sidebar-second form input[type=number]::-ms-input-placeholder, .layout-sidebar-second form input[type=date]::-ms-input-placeholder, .layout-sidebar-second form input[type=url]::-ms-input-placeholder, .layout-sidebar-second form input[type=password]::-ms-input-placeholder, [id*=webform-submission] form select[type=text]::-ms-input-placeholder, [id*=webform-submission] form input[type=text]::-ms-input-placeholder, [id*=webform-submission] form input[type=email]::-ms-input-placeholder, [id*=webform-submission] form input[type=tel]::-ms-input-placeholder, [id*=webform-submission] form input[type=number]::-ms-input-placeholder, [id*=webform-submission] form input[type=date]::-ms-input-placeholder, [id*=webform-submission] form input[type=url]::-ms-input-placeholder, [id*=webform-submission] form input[type=password]::-ms-input-placeholder, .featured-bottom [id*=block-webform] form select[type=text]::-ms-input-placeholder, .featured-bottom [id*=block-webform] form input[type=text]::-ms-input-placeholder, .featured-bottom [id*=block-webform] form input[type=email]::-ms-input-placeholder, .featured-bottom [id*=block-webform] form input[type=tel]::-ms-input-placeholder, .featured-bottom [id*=block-webform] form input[type=number]::-ms-input-placeholder, .featured-bottom [id*=block-webform] form input[type=date]::-ms-input-placeholder, .featured-bottom [id*=block-webform] form input[type=url]::-ms-input-placeholder, .featured-bottom [id*=block-webform] form input[type=password]::-ms-input-placeholder {
  opacity: 0;
}
.layout-sidebar-second form select[type=text]::placeholder,
.layout-sidebar-second form input[type=text]::placeholder,
.layout-sidebar-second form input[type=email]::placeholder,
.layout-sidebar-second form input[type=tel]::placeholder,
.layout-sidebar-second form input[type=number]::placeholder,
.layout-sidebar-second form input[type=date]::placeholder,
.layout-sidebar-second form input[type=url]::placeholder,
.layout-sidebar-second form input[type=password]::placeholder,
[id*=webform-submission] form select[type=text]::placeholder,
[id*=webform-submission] form input[type=text]::placeholder,
[id*=webform-submission] form input[type=email]::placeholder,
[id*=webform-submission] form input[type=tel]::placeholder,
[id*=webform-submission] form input[type=number]::placeholder,
[id*=webform-submission] form input[type=date]::placeholder,
[id*=webform-submission] form input[type=url]::placeholder,
[id*=webform-submission] form input[type=password]::placeholder,
.featured-bottom [id*=block-webform] form select[type=text]::placeholder,
.featured-bottom [id*=block-webform] form input[type=text]::placeholder,
.featured-bottom [id*=block-webform] form input[type=email]::placeholder,
.featured-bottom [id*=block-webform] form input[type=tel]::placeholder,
.featured-bottom [id*=block-webform] form input[type=number]::placeholder,
.featured-bottom [id*=block-webform] form input[type=date]::placeholder,
.featured-bottom [id*=block-webform] form input[type=url]::placeholder,
.featured-bottom [id*=block-webform] form input[type=password]::placeholder {
  opacity: 0;
}
.layout-sidebar-second form input[type=text]:not(:-moz-placeholder-shown) + label, .layout-sidebar-second form input[type=email]:not(:-moz-placeholder-shown) + label, .layout-sidebar-second form input[type=tel]:not(:-moz-placeholder-shown) + label, .layout-sidebar-second form input[type=number]:not(:-moz-placeholder-shown) + label, .layout-sidebar-second form input[type=date]:not(:-moz-placeholder-shown) + label, .layout-sidebar-second form input[type=url]:not(:-moz-placeholder-shown) + label, .layout-sidebar-second form input[type=password]:not(:-moz-placeholder-shown) + label, .layout-sidebar-second form textarea:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form input[type=text]:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form input[type=email]:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form input[type=tel]:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form input[type=number]:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form input[type=date]:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form input[type=url]:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form input[type=password]:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form textarea:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form input[type=text]:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form input[type=email]:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form input[type=tel]:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form input[type=number]:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form input[type=date]:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form input[type=url]:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form input[type=password]:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form textarea:not(:-moz-placeholder-shown) + label {
  -webkit-transform: translate(0, -1rem) scale(0.8);
  -ms-transform: translate(0, -1rem) scale(0.8);
  transform: translate(0, -1rem) scale(0.8);
  transform-origin: 0 0;
  position: absolute;
}
.layout-sidebar-second form input[type=text]:not(:-ms-input-placeholder) + label, .layout-sidebar-second form input[type=email]:not(:-ms-input-placeholder) + label, .layout-sidebar-second form input[type=tel]:not(:-ms-input-placeholder) + label, .layout-sidebar-second form input[type=number]:not(:-ms-input-placeholder) + label, .layout-sidebar-second form input[type=date]:not(:-ms-input-placeholder) + label, .layout-sidebar-second form input[type=url]:not(:-ms-input-placeholder) + label, .layout-sidebar-second form input[type=password]:not(:-ms-input-placeholder) + label, .layout-sidebar-second form textarea:not(:-ms-input-placeholder) + label, [id*=webform-submission] form input[type=text]:not(:-ms-input-placeholder) + label, [id*=webform-submission] form input[type=email]:not(:-ms-input-placeholder) + label, [id*=webform-submission] form input[type=tel]:not(:-ms-input-placeholder) + label, [id*=webform-submission] form input[type=number]:not(:-ms-input-placeholder) + label, [id*=webform-submission] form input[type=date]:not(:-ms-input-placeholder) + label, [id*=webform-submission] form input[type=url]:not(:-ms-input-placeholder) + label, [id*=webform-submission] form input[type=password]:not(:-ms-input-placeholder) + label, [id*=webform-submission] form textarea:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form input[type=text]:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form input[type=email]:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form input[type=tel]:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form input[type=number]:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form input[type=date]:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form input[type=url]:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form input[type=password]:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form textarea:not(:-ms-input-placeholder) + label {
  -webkit-transform: translate(0, -1rem) scale(0.8);
  -ms-transform: translate(0, -1rem) scale(0.8);
  transform: translate(0, -1rem) scale(0.8);
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  position: absolute;
}
.layout-sidebar-second form .form-item-ihre-identica-werkstatt label,
.layout-sidebar-second form input[type=text]:not(:placeholder-shown) + label,
.layout-sidebar-second form input[type=text]:focus + label,
.layout-sidebar-second form input[type=email]:not(:placeholder-shown) + label,
.layout-sidebar-second form input[type=email]:focus + label,
.layout-sidebar-second form input[type=tel]:not(:placeholder-shown) + label,
.layout-sidebar-second form input[type=tel]:focus + label,
.layout-sidebar-second form input[type=number]:not(:placeholder-shown) + label,
.layout-sidebar-second form input[type=number]:focus + label,
.layout-sidebar-second form input[type=date]:not(:placeholder-shown) + label,
.layout-sidebar-second form input[type=date]:focus + label,
.layout-sidebar-second form input[type=url]:not(:placeholder-shown) + label,
.layout-sidebar-second form input[type=url]:focus + label,
.layout-sidebar-second form input[type=password]:not(:placeholder-shown) + label,
.layout-sidebar-second form input[type=password]:focus + label,
.layout-sidebar-second form textarea:not(:placeholder-shown) + label,
.layout-sidebar-second form textarea:focus + label,
[id*=webform-submission] form .form-item-ihre-identica-werkstatt label,
[id*=webform-submission] form input[type=text]:not(:placeholder-shown) + label,
[id*=webform-submission] form input[type=text]:focus + label,
[id*=webform-submission] form input[type=email]:not(:placeholder-shown) + label,
[id*=webform-submission] form input[type=email]:focus + label,
[id*=webform-submission] form input[type=tel]:not(:placeholder-shown) + label,
[id*=webform-submission] form input[type=tel]:focus + label,
[id*=webform-submission] form input[type=number]:not(:placeholder-shown) + label,
[id*=webform-submission] form input[type=number]:focus + label,
[id*=webform-submission] form input[type=date]:not(:placeholder-shown) + label,
[id*=webform-submission] form input[type=date]:focus + label,
[id*=webform-submission] form input[type=url]:not(:placeholder-shown) + label,
[id*=webform-submission] form input[type=url]:focus + label,
[id*=webform-submission] form input[type=password]:not(:placeholder-shown) + label,
[id*=webform-submission] form input[type=password]:focus + label,
[id*=webform-submission] form textarea:not(:placeholder-shown) + label,
[id*=webform-submission] form textarea:focus + label,
.featured-bottom [id*=block-webform] form .form-item-ihre-identica-werkstatt label,
.featured-bottom [id*=block-webform] form input[type=text]:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form input[type=text]:focus + label,
.featured-bottom [id*=block-webform] form input[type=email]:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form input[type=email]:focus + label,
.featured-bottom [id*=block-webform] form input[type=tel]:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form input[type=tel]:focus + label,
.featured-bottom [id*=block-webform] form input[type=number]:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form input[type=number]:focus + label,
.featured-bottom [id*=block-webform] form input[type=date]:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form input[type=date]:focus + label,
.featured-bottom [id*=block-webform] form input[type=url]:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form input[type=url]:focus + label,
.featured-bottom [id*=block-webform] form input[type=password]:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form input[type=password]:focus + label,
.featured-bottom [id*=block-webform] form textarea:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form textarea:focus + label {
  -webkit-transform: translate(0, -1rem) scale(0.8);
  -ms-transform: translate(0, -1rem) scale(0.8);
  transform: translate(0, -1rem) scale(0.8);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  position: absolute;
}
.layout-sidebar-second form input[type=text]:not(:-moz-placeholder-shown) + label, .layout-sidebar-second form input[type=email]:not(:-moz-placeholder-shown) + label, .layout-sidebar-second form input[type=tel]:not(:-moz-placeholder-shown) + label, .layout-sidebar-second form input[type=number]:not(:-moz-placeholder-shown) + label, .layout-sidebar-second form input[type=date]:not(:-moz-placeholder-shown) + label, .layout-sidebar-second form input[type=url]:not(:-moz-placeholder-shown) + label, .layout-sidebar-second form input[type=password]:not(:-moz-placeholder-shown) + label, .layout-sidebar-second form textarea:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form input[type=text]:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form input[type=email]:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form input[type=tel]:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form input[type=number]:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form input[type=date]:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form input[type=url]:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form input[type=password]:not(:-moz-placeholder-shown) + label, [id*=webform-submission] form textarea:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form input[type=text]:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form input[type=email]:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form input[type=tel]:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form input[type=number]:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form input[type=date]:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form input[type=url]:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form input[type=password]:not(:-moz-placeholder-shown) + label, .featured-bottom [id*=block-webform] form textarea:not(:-moz-placeholder-shown) + label {
  opacity: 0.5;
}
.layout-sidebar-second form input[type=text]:not(:-ms-input-placeholder) + label, .layout-sidebar-second form input[type=email]:not(:-ms-input-placeholder) + label, .layout-sidebar-second form input[type=tel]:not(:-ms-input-placeholder) + label, .layout-sidebar-second form input[type=number]:not(:-ms-input-placeholder) + label, .layout-sidebar-second form input[type=date]:not(:-ms-input-placeholder) + label, .layout-sidebar-second form input[type=url]:not(:-ms-input-placeholder) + label, .layout-sidebar-second form input[type=password]:not(:-ms-input-placeholder) + label, .layout-sidebar-second form textarea:not(:-ms-input-placeholder) + label, [id*=webform-submission] form input[type=text]:not(:-ms-input-placeholder) + label, [id*=webform-submission] form input[type=email]:not(:-ms-input-placeholder) + label, [id*=webform-submission] form input[type=tel]:not(:-ms-input-placeholder) + label, [id*=webform-submission] form input[type=number]:not(:-ms-input-placeholder) + label, [id*=webform-submission] form input[type=date]:not(:-ms-input-placeholder) + label, [id*=webform-submission] form input[type=url]:not(:-ms-input-placeholder) + label, [id*=webform-submission] form input[type=password]:not(:-ms-input-placeholder) + label, [id*=webform-submission] form textarea:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form input[type=text]:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form input[type=email]:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form input[type=tel]:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form input[type=number]:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form input[type=date]:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form input[type=url]:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form input[type=password]:not(:-ms-input-placeholder) + label, .featured-bottom [id*=block-webform] form textarea:not(:-ms-input-placeholder) + label {
  opacity: 0.5;
}
.layout-sidebar-second form input[type=text]:not(:placeholder-shown) + label,
.layout-sidebar-second form input[type=email]:not(:placeholder-shown) + label,
.layout-sidebar-second form input[type=tel]:not(:placeholder-shown) + label,
.layout-sidebar-second form input[type=number]:not(:placeholder-shown) + label,
.layout-sidebar-second form input[type=date]:not(:placeholder-shown) + label,
.layout-sidebar-second form input[type=url]:not(:placeholder-shown) + label,
.layout-sidebar-second form input[type=password]:not(:placeholder-shown) + label,
.layout-sidebar-second form textarea:not(:placeholder-shown) + label,
[id*=webform-submission] form input[type=text]:not(:placeholder-shown) + label,
[id*=webform-submission] form input[type=email]:not(:placeholder-shown) + label,
[id*=webform-submission] form input[type=tel]:not(:placeholder-shown) + label,
[id*=webform-submission] form input[type=number]:not(:placeholder-shown) + label,
[id*=webform-submission] form input[type=date]:not(:placeholder-shown) + label,
[id*=webform-submission] form input[type=url]:not(:placeholder-shown) + label,
[id*=webform-submission] form input[type=password]:not(:placeholder-shown) + label,
[id*=webform-submission] form textarea:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form input[type=text]:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form input[type=email]:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form input[type=tel]:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form input[type=number]:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form input[type=date]:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form input[type=url]:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form input[type=password]:not(:placeholder-shown) + label,
.featured-bottom [id*=block-webform] form textarea:not(:placeholder-shown) + label {
  opacity: 0.5;
}
.layout-sidebar-second form select:focus + label,
.layout-sidebar-second form input[type=text]:focus + label,
.layout-sidebar-second form input[type=email]:focus + label,
.layout-sidebar-second form input[type=tel]:focus + label,
.layout-sidebar-second form input[type=number]:focus + label,
.layout-sidebar-second form input[type=date]:focus + label,
.layout-sidebar-second form input[type=url]:focus + label,
.layout-sidebar-second form input[type=password]:focus + label,
.layout-sidebar-second form textarea:focus + label,
[id*=webform-submission] form select:focus + label,
[id*=webform-submission] form input[type=text]:focus + label,
[id*=webform-submission] form input[type=email]:focus + label,
[id*=webform-submission] form input[type=tel]:focus + label,
[id*=webform-submission] form input[type=number]:focus + label,
[id*=webform-submission] form input[type=date]:focus + label,
[id*=webform-submission] form input[type=url]:focus + label,
[id*=webform-submission] form input[type=password]:focus + label,
[id*=webform-submission] form textarea:focus + label,
.featured-bottom [id*=block-webform] form select:focus + label,
.featured-bottom [id*=block-webform] form input[type=text]:focus + label,
.featured-bottom [id*=block-webform] form input[type=email]:focus + label,
.featured-bottom [id*=block-webform] form input[type=tel]:focus + label,
.featured-bottom [id*=block-webform] form input[type=number]:focus + label,
.featured-bottom [id*=block-webform] form input[type=date]:focus + label,
.featured-bottom [id*=block-webform] form input[type=url]:focus + label,
.featured-bottom [id*=block-webform] form input[type=password]:focus + label,
.featured-bottom [id*=block-webform] form textarea:focus + label {
  opacity: 1;
  color: #007092;
}
.layout-sidebar-second nav,
.layout-sidebar-second #block-webform,
[id*=webform-submission] nav,
[id*=webform-submission] #block-webform,
.featured-bottom [id*=block-webform] nav,
.featured-bottom [id*=block-webform] #block-webform {
  position: sticky;
  top: 120px;
}
.layout-sidebar-second nav li,
.layout-sidebar-second #block-webform li,
[id*=webform-submission] nav li,
[id*=webform-submission] #block-webform li,
.featured-bottom [id*=block-webform] nav li,
.featured-bottom [id*=block-webform] #block-webform li {
  padding: 0.8em 0 !important;
}
.layout-sidebar-second nav,
.layout-sidebar-second #block-hauptnavigation,
.layout-sidebar-second #block-main-menu-second-level,
[id*=webform-submission] nav,
[id*=webform-submission] #block-hauptnavigation,
[id*=webform-submission] #block-main-menu-second-level,
.featured-bottom [id*=block-webform] nav,
.featured-bottom [id*=block-webform] #block-hauptnavigation,
.featured-bottom [id*=block-webform] #block-main-menu-second-level {
  padding: 1.4rem;
  background: #005971;
  color: #fff;
  margin-bottom: 2.2rem;
}
.layout-sidebar-second nav .menu-link-wrapper,
.layout-sidebar-second #block-hauptnavigation .menu-link-wrapper,
.layout-sidebar-second #block-main-menu-second-level .menu-link-wrapper,
[id*=webform-submission] nav .menu-link-wrapper,
[id*=webform-submission] #block-hauptnavigation .menu-link-wrapper,
[id*=webform-submission] #block-main-menu-second-level .menu-link-wrapper,
.featured-bottom [id*=block-webform] nav .menu-link-wrapper,
.featured-bottom [id*=block-webform] #block-hauptnavigation .menu-link-wrapper,
.featured-bottom [id*=block-webform] #block-main-menu-second-level .menu-link-wrapper {
  border-bottom: none #4b4f54;
}
.layout-sidebar-second nav .menu-level-0,
.layout-sidebar-second #block-hauptnavigation .menu-level-0,
.layout-sidebar-second #block-main-menu-second-level .menu-level-0,
[id*=webform-submission] nav .menu-level-0,
[id*=webform-submission] #block-hauptnavigation .menu-level-0,
[id*=webform-submission] #block-main-menu-second-level .menu-level-0,
.featured-bottom [id*=block-webform] nav .menu-level-0,
.featured-bottom [id*=block-webform] #block-hauptnavigation .menu-level-0,
.featured-bottom [id*=block-webform] #block-main-menu-second-level .menu-level-0 {
  padding: 0 !important;
}
.layout-sidebar-second nav h2,
.layout-sidebar-second #block-hauptnavigation h2,
.layout-sidebar-second #block-main-menu-second-level h2,
[id*=webform-submission] nav h2,
[id*=webform-submission] #block-hauptnavigation h2,
[id*=webform-submission] #block-main-menu-second-level h2,
.featured-bottom [id*=block-webform] nav h2,
.featured-bottom [id*=block-webform] #block-hauptnavigation h2,
.featured-bottom [id*=block-webform] #block-main-menu-second-level h2 {
  font-size: 1.4em;
  padding-bottom: 1em;
  color: #fff;
}
.layout-sidebar-second nav li,
.layout-sidebar-second #block-hauptnavigation li,
.layout-sidebar-second #block-main-menu-second-level li,
[id*=webform-submission] nav li,
[id*=webform-submission] #block-hauptnavigation li,
[id*=webform-submission] #block-main-menu-second-level li,
.featured-bottom [id*=block-webform] nav li,
.featured-bottom [id*=block-webform] #block-hauptnavigation li,
.featured-bottom [id*=block-webform] #block-main-menu-second-level li {
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.layout-sidebar-second nav li:first-child,
.layout-sidebar-second #block-hauptnavigation li:first-child,
.layout-sidebar-second #block-main-menu-second-level li:first-child,
[id*=webform-submission] nav li:first-child,
[id*=webform-submission] #block-hauptnavigation li:first-child,
[id*=webform-submission] #block-main-menu-second-level li:first-child,
.featured-bottom [id*=block-webform] nav li:first-child,
.featured-bottom [id*=block-webform] #block-hauptnavigation li:first-child,
.featured-bottom [id*=block-webform] #block-main-menu-second-level li:first-child {
  border-top: none;
}
.layout-sidebar-second nav a,
.layout-sidebar-second #block-hauptnavigation a,
.layout-sidebar-second #block-main-menu-second-level a,
[id*=webform-submission] nav a,
[id*=webform-submission] #block-hauptnavigation a,
[id*=webform-submission] #block-main-menu-second-level a,
.featured-bottom [id*=block-webform] nav a,
.featured-bottom [id*=block-webform] #block-hauptnavigation a,
.featured-bottom [id*=block-webform] #block-main-menu-second-level a {
  position: relative;
  padding: 0;
  color: #fff;
}
.layout-sidebar-second nav a.is-active,
.layout-sidebar-second #block-hauptnavigation a.is-active,
.layout-sidebar-second #block-main-menu-second-level a.is-active,
[id*=webform-submission] nav a.is-active,
[id*=webform-submission] #block-hauptnavigation a.is-active,
[id*=webform-submission] #block-main-menu-second-level a.is-active,
.featured-bottom [id*=block-webform] nav a.is-active,
.featured-bottom [id*=block-webform] #block-hauptnavigation a.is-active,
.featured-bottom [id*=block-webform] #block-main-menu-second-level a.is-active {
  padding-left: 1.2rem;
}
.layout-sidebar-second nav a.is-active:before,
.layout-sidebar-second #block-hauptnavigation a.is-active:before,
.layout-sidebar-second #block-main-menu-second-level a.is-active:before,
[id*=webform-submission] nav a.is-active:before,
[id*=webform-submission] #block-hauptnavigation a.is-active:before,
[id*=webform-submission] #block-main-menu-second-level a.is-active:before,
.featured-bottom [id*=block-webform] nav a.is-active:before,
.featured-bottom [id*=block-webform] #block-hauptnavigation a.is-active:before,
.featured-bottom [id*=block-webform] #block-main-menu-second-level a.is-active:before {
  font-size: 1.1em;
  font-family: "IDENTICA" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e931";
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0;
}
.layout-sidebar-second nav a:hover,
.layout-sidebar-second #block-hauptnavigation a:hover,
.layout-sidebar-second #block-main-menu-second-level a:hover,
[id*=webform-submission] nav a:hover,
[id*=webform-submission] #block-hauptnavigation a:hover,
[id*=webform-submission] #block-main-menu-second-level a:hover,
.featured-bottom [id*=block-webform] nav a:hover,
.featured-bottom [id*=block-webform] #block-hauptnavigation a:hover,
.featured-bottom [id*=block-webform] #block-main-menu-second-level a:hover {
  opacity: 0.7 !important;
}

.paragraph--type--racing-calender {
  padding: 0.5em;
}

time {
  color: #555;
  font-weight: bold;
}

.quickedit-field > div:nth-child(odd) .paragraph--type--racing-calender {
  background: rgba(0, 0, 0, 0.1);
}

/* Image Slider Carousel Paragraph
-------------------------------------------------- */
.paragraph--type--gallery {
  margin: 2.2rem 0;
}
.paragraph--type--gallery .splide__slide img {
  width: 100%;
  height: auto;
}

/* Attachment Paragraph
-------------------------------------------------- */
.paragraph--type--attachments {
  margin: 2.2rem 0;
}
.paragraph--type--attachments .downloadfile {
  padding: 0.5rem 0;
  border-top: 1px solid rgba(100, 100, 100, 0.3);
}
.paragraph--type--attachments .downloadfile:hover strong {
  color: #005971;
}

/* Google Maps Validation
-------------------------------------------------- */
.gmap-placeholder {
  height: 100%;
  min-height: 30em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../images/gmap_placeholder.webp");
}
.gmap-placeholder > div {
  width: 80%;
  max-width: 30rem;
  text-align: center;
}

.identica-partner-garage-map {
  width: 100%;
  height: 100%;
  min-height: 30em;
}

.node--178 .identica-partner-garage-map,
.node--149 .identica-partner-garage-map {
  width: 100%;
  height: 80vh;
  max-height: 55em;
}

.map_overview_info {
  overflow: auto;
  height: 100%;
}
.map_overview_info img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.map_overview_info .button {
  font: 1.1em/1em "Roboto Condensed", Verdana, Geneva, sans-serif !important;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 1.4rem 1.8rem;
  margin-top: 1.5em;
  background: #005971;
}
.map_overview_info .button span {
  line-height: 0 !important;
}
.map_overview_info .button span:before {
  font-size: 2rem;
  position: relative;
  line-height: 0rem !important;
  top: 0.1em;
  left: -0.5rem;
  margin-left: -0.8rem;
}
.map_overview_info .button:hover {
  background: #003750;
}

/* IDENTICA VfL Wolfsburg Gewinnspiel
-------------------------------------------------- */
.node--262 #block-identica-webformular {
  padding: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url("/sites/default/files/2026-03/ID_VfL_Wolfsburg_Bundesligaspiel_Stadion_2603.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.node--262 #block-identica-webformular form[id*=webform-submission] {
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

/* IDENTICA Quartalsbericht
-------------------------------------------------- */
div[data-drupal-messages=""] {
  background: #eee;
  color: #4b4f54;
  margin-bottom: 1.4rem;
}
div[data-drupal-messages=""] div[role=contentinfo] {
  padding: 1rem;
}
div[data-drupal-messages=""] ul {
  margin-bottom: 0;
}
div[data-drupal-messages=""] ul li {
  /*margin-left: $margin-s;*/
}

.ui-widget.ui-widget-content {
  width: 80% !important;
  max-width: 50rem;
  height: auto;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
  border-radius: 0;
  padding: 1.6rem 1.4rem 2.2rem;
  text-align: center;
}
.ui-widget.ui-widget-content .ui-widget-header {
  background: none;
  border: none;
}
.ui-widget.ui-widget-content .ui-dialog-title {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.4em;
  width: 100%;
  color: #005971;
  margin-bottom: 0.5rem;
}
.ui-widget.ui-widget-content .ui-dialog-title:before {
  display: block;
  margin: 0 auto;
  font-family: "IDENTICA" !important;
  font-size: 5rem;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e947";
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-name: wobble;
          animation-name: wobble;
}
.ui-widget.ui-widget-content .ui-dialog-titlebar-close {
  background: transparent;
  border: none;
  right: 1rem;
  top: 0.5em;
  display: block;
}
.ui-widget.ui-widget-content .ui-dialog-titlebar-close span {
  background: none;
}
.ui-widget.ui-widget-content .ui-dialog-titlebar-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 5px;
  width: 30px;
  height: 3px;
  background: #aaa;
}
.ui-widget.ui-widget-content .ui-dialog-titlebar-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 5px;
  width: 30px;
  height: 3px;
  background: #aaa;
}
.ui-widget.ui-widget-content .ui-dialog-titlebar-close:hover:before, .ui-widget.ui-widget-content .ui-dialog-titlebar-close:hover:after {
  background: #f8b700;
}
.ui-widget.ui-widget-content .ui-dialog-content {
  min-height: none;
}

.js input.form-autocomplete.ui-autocomplete-loading {
  background-repeat: no-repeat !important;
}

.webform-confirmation-modal {
  z-index: 999;
}

/* IDENTICA Neupartner Aquise
-------------------------------------------------- */
.plantmytree {
  position: relative;
  background: #f6f6f6 url("../images/Plant_my_Tree_Hintergrund_trans.png") no-repeat !important;
  background-size: auto 110% !important;
  background-position: center right;
}
.plantmytree:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.plantmytree > div {
  z-index: 1;
}

/* IDENTICA Neupartner Aquise
-------------------------------------------------- */
.qualitysign {
  position: relative;
  background: #f6f6f6 url("../images/Siegelschild_Hintergrund_trans.png") no-repeat !important;
  background-size: auto 110% !important;
  background-position: center right;
}
.qualitysign:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.qualitysign > div {
  z-index: 1;
}

.featured-bottom [id*=block-webform] {
  padding: 0.5rem;
  background: url("../images/IDENTICA_Neupartner.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
}
.featured-bottom [id*=block-webform] form {
  margin: 0;
  max-width: none;
  min-width: 320px;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.featured-bottom [id*=block-webform] form input.webform-button--previous {
  background: transparent;
  border: none;
  color: #4b4f54;
  padding: 0;
  text-align: right;
}
.featured-bottom [id*=block-webform] form input.webform-button--previous :hover {
  background: transparent;
  border: none;
  color: #223036;
}
.featured-bottom [id*=block-webform] form input.webform-button--next {
  background: #4b4f54;
  /*width: 50% !important;*/
}
.featured-bottom [id*=block-webform] form input.webform-button--next:hover {
  background: #003750;
}

/* Stopper-Ad
-------------------------------------------------- */
.stopper-ad {
  position: absolute;
  right: -10px;
  top: 36vh;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  z-index: 99;
  max-width: 280px;
  background-color: #f8b700;
  padding: 1rem 40px 1rem 1.6rem;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  -webkit-animation: 14s ease-out wobblestopper;
          animation: 14s ease-out wobblestopper;
}
.stopper-ad * {
  color: #fff !important;
}
.stopper-ad h1,
.stopper-ad h2,
.stopper-ad h3,
.stopper-ad h4,
.stopper-ad h5,
.stopper-ad h6 {
  font-size: 1.35m !important;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif !important;
}
.stopper-ad a,
.stopper-ad b,
.stopper-ad p,
.stopper-ad strong,
.stopper-ad span {
  /*font: $font;*/
  font-size: 1.2em !important;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif !important;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.stopper-ad p:last-child {
  margin: 0;
}

@-webkit-keyframes wobblestopper {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  28% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  30% {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  32% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  48% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  52% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  68% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  70% {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  72% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  98% {
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
  100% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

@keyframes wobblestopper {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  28% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  30% {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  32% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  48% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  52% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  68% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  70% {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  72% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  98% {
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
  100% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
.node--vocation .gdpr-video-wrapper {
  max-width: 100% !important;
  margin: 3em 0 4em;
}

/* IDENTICA Search
-------------------------------------------------- */
#block-identica-partner-garage-search-form,
#block-identicapartnergaragesearchform {
  background: url("../images/ID_Werkstattsuche_Background.jpg") no-repeat;
  background-size: auto 23rem;
  background-position: center top;
}

#block-identica-career-search-form-featured {
  background: url("../images/ID_Jobsuche_Background.jpg") no-repeat;
  background-size: auto 23rem;
  background-position: center top;
}

#block-identica-partner-garage-search-form,
#block-identicapartnergaragesearchform,
#block-identica-career-search-form-featured {
  position: relative;
}
#block-identica-partner-garage-search-form .search-filter,
#block-identicapartnergaragesearchform .search-filter,
#block-identica-career-search-form-featured .search-filter {
  height: 60px;
  z-index: 1;
  position: relative;
}
#block-identica-partner-garage-search-form:before,
#block-identicapartnergaragesearchform:before,
#block-identica-career-search-form-featured:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 23rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(20%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
#block-identica-partner-garage-search-form h3,
#block-identicapartnergaragesearchform h3,
#block-identica-career-search-form-featured h3 {
  color: #fff !important;
  text-align: center;
  padding: 1.4rem 0 8rem;
  position: relative;
  z-index: 1;
}
#block-identica-partner-garage-search-form h3 span[class*=ID_icon_],
#block-identicapartnergaragesearchform h3 span[class*=ID_icon_],
#block-identica-career-search-form-featured h3 span[class*=ID_icon_] {
  display: block;
  font-size: 3.5rem;
  line-height: 4rem;
}

.identica-career-search-form-wrapper [disabled=""],
.identica-job-apply-form [disabled=""] {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-animation-name: loadingresults;
          animation-name: loadingresults;
  background-color: #4b4f54;
  border-bottom: none !important;
}

.loading-results,
.loading {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-animation-name: loadingresults;
          animation-name: loadingresults;
  opacity: 0.2;
}

@-webkit-keyframes loadingresults {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes loadingresults {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.2;
  }
}
.container {
  margin: auto !important;
}

.identica-searchform {
  position: relative;
  z-index: 1;
  background: #eee;
  padding: 1rem;
  margin: auto;
}

.searchform input,
.searchform button {
  height: 100%;
}
.searchform button {
  padding: 0;
  width: 100% !important;
}
.searchform button[disabled=""]:hover {
  opacity: 0.7;
  cursor: not-allowed;
  background: #aaa;
}
.searchform button[disabled=""]:hover:before {
  display: block;
  content: "Bitte PLZ/Ort eingeben";
}
.searchform button[disabled=""]:hover span {
  display: none;
}
.searchform button span:before {
  left: 0;
  top: 6px;
  margin-left: 0;
}

.ipgs-secondary-filters {
  margin-bottom: 0.5rem;
}

.ipgs-more-filters {
  padding-left: 0.8rem;
  margin: 1rem 0;
}
.ipgs-more-filters button {
  font-size: 1em;
  background: transparent;
  padding: 0;
  color: #4b4f54;
}
.ipgs-more-filters span:before {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.filters-collapsed .ipgs-more-filters button span:before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.node--landingpage_partner_garage .main-content {
  margin: 2em 0;
}
.node--landingpage_partner_garage .partnerlist .flex-between {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.node--landingpage_partner_garage .partnerlist .flex-between button {
  margin-right: 0.3em !important;
}

.partnerlist {
  margin-top: 1.6rem;
}
.partnerlist img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.partnerlist button {
  width: 100%;
  margin-top: 0.6em;
  margin-right: 0.3em !important;
}
.partnerlist button:nth-child(2) {
  background: #aaa;
}
.partnerlist button:nth-child(2):hover {
  background: #4b4f54;
}
.partnerlist .bodyshop-image {
  position: relative;
}
.partnerlist .searchblock-header {
  padding: 1em 0 1rem;
  position: relative;
}
.partnerlist .office-hours-region {
  padding-top: 1rem;
}
.partnerlist .distance {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  padding: 0.5rem;
  color: #fff;
  background: #005971;
}
.partnerlist section {
  padding: 1.6rem 0;
  border-top: 1px solid rgba(100, 100, 100, 0.3);
}

/* Formulare
-------------------------------------------------- */
form fieldset.webform-composite-hidden-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
form .form-item {
  position: relative;
  margin-bottom: 1rem;
}
form input + label {
  display: none;
}
form input[type=search]::-webkit-search-cancel-button {
  display: none;
}
form .field-prefix {
  display: block;
  width: 100%;
}
form .description {
  display: block;
  width: 100%;
  font-size: 75%;
  line-height: 1.4em;
}
form .js-form-type-checkbox,
form .js-form-type-radio {
  width: auto !important;
  display: inline-block;
  margin: 0 !important;
}
form input[type=text],
form input[type=number],
form input[type=date],
form input[type=password],
form input[type=tel],
form input[type=email],
form input[type=url],
form input[type=file],
form .form-search {
  width: 100%;
  -webkit-transition: opacity 0.3s all;
  -o-transition: opacity 0.3s all;
  transition: opacity 0.3s all;
  font: 1em/1.5em "Roboto", Verdana, Geneva, sans-serif;
  border: 1px solid #ddd;
  padding: 1.4rem;
}
form input[type=text]:focus,
form input[type=number]:focus,
form input[type=date]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=file]:focus,
form .form-search:focus {
  border: 1px solid #005971;
  background: white;
}
form input:focus {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border: 1px solid #005971;
}
form input[type=checkbox],
form input[type=radio] {
  display: block;
}
form input[type=checkbox]:not(.webform-tableselect-sort),
form input[type=radio] {
  cursor: pointer;
  position: absolute;
  left: 0;
  display: block;
  z-index: -1;
  width: 100%;
  height: auto;
  opacity: 0;
}
form a.tabledrag-handle .handle {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 10px;
}
form td [id^=edit-oeffnungszeiten] {
  width: 60px;
}
form td [id^=edit-oeffnungszeiten][id*=-comment] {
  width: 220px !important;
}
form [id^=tippy-] {
  min-width: 300px !important;
}
form .js-form-type-webform-tableselect-sort thead {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4b4f54;
  font-size: 1.1em;
}
form .js-form-type-webform-tableselect-sort .tabledrag-toggle-weight-wrapper {
  display: none;
}
form .js-form-type-webform-tableselect-sort .draggable {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: white;
}
form .js-form-type-webform-tableselect-sort .draggable.drag {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
form .js-form-type-webform-tableselect-sort .draggable .js-form-type-checkbox {
  padding-right: 40px;
  color: #fff;
}
form .js-form-type-webform-tableselect-sort .draggable abbr {
  display: none;
}
form .js-form-type-webform-tableselect-sort .draggable .js-form-type-checkbox:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  border: 1px solid rgba(68, 81, 88, 0.4);
  line-height: 50px;
}
form .js-form-type-webform-tableselect-sort .draggable.selected .js-form-type-checkbox:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #007092;
  border: 1px solid rgb(68, 81, 88);
}
form .js-form-type-webform-tableselect-sort .draggable.selected .js-form-type-checkbox:after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: checked;
          animation-name: checked;
  font-family: "IDENTICA" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -13px;
  top: -14px;
  font-size: 3.5em;
  content: "\e98d";
  color: #fff;
  font-weight: 400;
}
form input[type=checkbox] + label,
form input[type=radio] + label {
  display: block;
  position: relative !important;
  padding: 0.4rem 1rem 0 40px !important;
  margin: 0.6em 0 1em;
}
form label {
  margin: 0;
  padding: 0;
}
form input[type=checkbox] + label:after,
form input[type=radio] + label:after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
form input[type=checkbox] + label:before,
form input[type=radio] + label:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 3px;
  background: white;
  border: 1px solid rgba(68, 81, 88, 0.4);
  line-height: 50px;
}
form input[type=checkbox]:checked + :before,
form input[type=radio]:checked + :before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #007092;
  border: 1px solid rgb(68, 81, 88);
}
form input[type=checkbox]:checked + label:after,
form input[type=radio]:checked + label:after {
  -webkit-animation-name: checked;
          animation-name: checked;
  font-family: "IDENTICA" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -13px;
  top: -11px;
  font-size: 3.5em;
  content: "\e98d";
  color: #fff;
  font-weight: 400;
}
form input[type=submit] {
  margin-top: 1.4rem;
}

@-webkit-keyframes checked {
  0% {
    -webkit-transform: scale(0.12);
            transform: scale(0.12);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes checked {
  0% {
    -webkit-transform: scale(0.12);
            transform: scale(0.12);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (-o-min-device-pixel-ratio: 0/1), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    select {
      direction: rtl;
      text-align: left;
    }
  }
}
/* Services
-------------------------------------------------- */
.shadowblock {
  padding: 1rem 0;
  background: #f6f6f6;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
  -webkit-box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.06);
}

#service-region {
  margin-bottom: 1rem;
}
#service-region h3 {
  width: 100%;
  text-align: center;
  padding: 1.6rem 0;
}
#service-region h4 {
  font-size: 1.1em;
  text-align: left;
  color: #007092;
  display: inline-block;
  padding: 0 0.4em;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
#service-region a {
  color: #007092;
}
#service-region a [class^=ID_icon_] {
  position: relative;
  left: 0.2em;
  top: 0.2em;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 0 !important;
}
#service-region .teasertext {
  display: none;
}
#service-region .views-row {
  width: 100%;
}
#service-region .views-row .views-field {
  padding: 1rem 0;
  background: #f6f6f6;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
  -webkit-box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.06);
}
#service-region .views-row:last-child .views-field {
  border-bottom: none !important;
}

.node--landingpage_recruiting_campaign .content-wrapper,
.services-overview .content-wrapper {
  padding: 1.4rem 0;
}
.node--landingpage_recruiting_campaign h4,
.services-overview h4 {
  padding-top: 1rem;
}
.node--landingpage_recruiting_campaign .slider-media:before,
.services-overview .slider-media:before {
  display: none !important;
}
.node--landingpage_recruiting_campaign .service-block .identica-media-slider,
.node--landingpage_recruiting_campaign .service-block .splide__track,
.node--landingpage_recruiting_campaign .service-block ul,
.node--landingpage_recruiting_campaign .service-block li,
.node--landingpage_recruiting_campaign .service-block .slider-markup-container,
.node--landingpage_recruiting_campaign .service-block .splide__video,
.node--landingpage_recruiting_campaign .service-block .slider-content,
.services-overview .service-block .identica-media-slider,
.services-overview .service-block .splide__track,
.services-overview .service-block ul,
.services-overview .service-block li,
.services-overview .service-block .slider-markup-container,
.services-overview .service-block .splide__video,
.services-overview .service-block .slider-content {
  max-width: 100% !important;
  max-height: 15em !important;
}
.node--landingpage_recruiting_campaign .service-block .slider-markup-container,
.services-overview .service-block .slider-markup-container {
  display: none;
}
.node--landingpage_recruiting_campaign .vancancy-wrapper-column,
.services-overview .vancancy-wrapper-column {
  margin-bottom: 1.6rem;
}
.node--landingpage_recruiting_campaign .vancancy-wrapper-column .location span,
.services-overview .vancancy-wrapper-column .location span {
  position: relative;
  top: 4px;
  left: -4px;
}
.node--landingpage_recruiting_campaign .vancancy-wrapper-column .views-field .button-section,
.services-overview .vancancy-wrapper-column .views-field .button-section {
  padding-top: 1rem;
}
.node--landingpage_recruiting_campaign .vancancy-wrapper-column .views-field button,
.services-overview .vancancy-wrapper-column .views-field button {
  width: 100%;
  margin: 0.5rem 0 0;
}
.node--landingpage_recruiting_campaign .vancancy-wrapper-column .views-field button:first-child,
.services-overview .vancancy-wrapper-column .views-field button:first-child {
  background: #4b4f54;
}

.photocredit {
  height: 0;
  text-align: right;
  line-height: 0;
  color: #aaa;
  padding: 0.5rem 1rem 2em;
}

/* Vacancies - Recruiting
-------------------------------------------------- */
.job-thumbnail {
  position: relative;
  line-height: 0;
  margin: 1.4em 0;
}
.job-thumbnail:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
}
.job-thumbnail:hover button {
  background: #f9a400 !important;
}
.job-thumbnail:hover:before {
  height: 80%;
}
.job-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  line-height: 0;
}
.job-thumbnail .content-wrapper {
  line-height: 1.4em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 1.4rem;
}
.job-thumbnail .content-wrapper button {
  background: #f8b700;
  width: 100%;
  display: block;
}
.job-thumbnail .content-wrapper h3 {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #fff;
  padding: 0;
}
.job-thumbnail .content-wrapper h4 {
  font-size: 1.65em;
  line-height: 1.65em;
  color: #fff;
}

.job-submission-wrapper {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job-submission-complete {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 2em;
  width: 100%;
  color: #005971;
  margin-bottom: 1.4rem;
}

.job-submission-complete:before {
  display: block;
  margin: 0 auto;
  font-family: "IDENTICA" !important;
  font-size: 5rem;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e947";
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

.identica-career-search-form .ajax-progress,
.identica-job-apply-form .ajax-progress,
.identica-career-search-form-wrapper .ajax-progress {
  display: none;
}
.identica-career-search-form form .form-wrapper,
.identica-job-apply-form form .form-wrapper,
.identica-career-search-form-wrapper form .form-wrapper {
  margin: 0 !important;
}
.identica-career-search-form form .vacancy-search-input-wrapper .form-submit,
.identica-job-apply-form form .vacancy-search-input-wrapper .form-submit,
.identica-career-search-form-wrapper form .vacancy-search-input-wrapper .form-submit {
  height: 100%;
  width: 100%;
}

.job-apply-wrapper {
  margin-top: 1.4rem;
}
.job-apply-wrapper .form-item-more-information {
  display: block;
  height: 40px;
}

.identica-job-apply-form .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*row | row-reverse | column | column-reverse*/
  width: 100%;
}
.identica-job-apply-form .fieldset-wrapper div {
  width: 100%;
}
.identica-job-apply-form button {
  background: #f8b700;
  margin-top: 1.5em;
  width: 100%;
}
.identica-job-apply-form button:hover {
  background: #f9a400;
}
.identica-job-apply-form .more-informations {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
.identica-job-apply-form .form-item,
.identica-job-apply-form .radio-item {
  margin: 1rem 0;
  position: relative;
}
.identica-job-apply-form .form-item input:not([type=checkbox]) + label,
.identica-job-apply-form .form-item input:not([type=submit]),
.identica-job-apply-form .form-item select,
.identica-job-apply-form .form-item textarea,
.identica-job-apply-form .radio-item input:not([type=checkbox]) + label,
.identica-job-apply-form .radio-item input:not([type=submit]),
.identica-job-apply-form .radio-item select,
.identica-job-apply-form .radio-item textarea {
  font: 1em/1.5em "Roboto", Verdana, Geneva, sans-serif;
  padding: 0.5rem 0.3rem;
  display: block;
}
.identica-job-apply-form .form-item select,
.identica-job-apply-form .form-item input:not([type=submit]),
.identica-job-apply-form .form-item input:not([type=submit]):focus,
.identica-job-apply-form .form-item textarea,
.identica-job-apply-form .form-item textarea:focus,
.identica-job-apply-form .radio-item select,
.identica-job-apply-form .radio-item input:not([type=submit]),
.identica-job-apply-form .radio-item input:not([type=submit]):focus,
.identica-job-apply-form .radio-item textarea,
.identica-job-apply-form .radio-item textarea:focus {
  background-color: transparent;
  outline: none !important;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.identica-job-apply-form .form-item select,
.identica-job-apply-form .form-item input,
.identica-job-apply-form .form-item input:focus,
.identica-job-apply-form .radio-item select,
.identica-job-apply-form .radio-item input,
.identica-job-apply-form .radio-item input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(68, 81, 88, 0.4);
}
.identica-job-apply-form .form-item select input::-webkit-input-placeholder, .identica-job-apply-form .form-item input input::-webkit-input-placeholder, .identica-job-apply-form .form-item input:focus input::-webkit-input-placeholder, .identica-job-apply-form .radio-item select input::-webkit-input-placeholder, .identica-job-apply-form .radio-item input input::-webkit-input-placeholder, .identica-job-apply-form .radio-item input:focus input::-webkit-input-placeholder {
  opacity: 0;
}
.identica-job-apply-form .form-item select input::-moz-placeholder, .identica-job-apply-form .form-item input input::-moz-placeholder, .identica-job-apply-form .form-item input:focus input::-moz-placeholder, .identica-job-apply-form .radio-item select input::-moz-placeholder, .identica-job-apply-form .radio-item input input::-moz-placeholder, .identica-job-apply-form .radio-item input:focus input::-moz-placeholder {
  opacity: 0;
}
.identica-job-apply-form .form-item select input:-ms-input-placeholder, .identica-job-apply-form .form-item input input:-ms-input-placeholder, .identica-job-apply-form .form-item input:focus input:-ms-input-placeholder, .identica-job-apply-form .radio-item select input:-ms-input-placeholder, .identica-job-apply-form .radio-item input input:-ms-input-placeholder, .identica-job-apply-form .radio-item input:focus input:-ms-input-placeholder {
  opacity: 0;
}
.identica-job-apply-form .form-item select input::-ms-input-placeholder, .identica-job-apply-form .form-item input input::-ms-input-placeholder, .identica-job-apply-form .form-item input:focus input::-ms-input-placeholder, .identica-job-apply-form .radio-item select input::-ms-input-placeholder, .identica-job-apply-form .radio-item input input::-ms-input-placeholder, .identica-job-apply-form .radio-item input:focus input::-ms-input-placeholder {
  opacity: 0;
}
.identica-job-apply-form .form-item select input::placeholder,
.identica-job-apply-form .form-item input input::placeholder,
.identica-job-apply-form .form-item input:focus input::placeholder,
.identica-job-apply-form .radio-item select input::placeholder,
.identica-job-apply-form .radio-item input input::placeholder,
.identica-job-apply-form .radio-item input:focus input::placeholder {
  opacity: 0;
}
.identica-job-apply-form .form-item select.error,
.identica-job-apply-form .form-item select [aria-invalid=true],
.identica-job-apply-form .form-item input.error,
.identica-job-apply-form .form-item input [aria-invalid=true],
.identica-job-apply-form .form-item input:focus.error,
.identica-job-apply-form .form-item input:focus [aria-invalid=true],
.identica-job-apply-form .radio-item select.error,
.identica-job-apply-form .radio-item select [aria-invalid=true],
.identica-job-apply-form .radio-item input.error,
.identica-job-apply-form .radio-item input [aria-invalid=true],
.identica-job-apply-form .radio-item input:focus.error,
.identica-job-apply-form .radio-item input:focus [aria-invalid=true] {
  border-bottom: 1px solid #f8b700 !important;
}
.identica-job-apply-form .form-item select.error + label,
.identica-job-apply-form .form-item input.error + label,
.identica-job-apply-form .form-item input:focus.error + label,
.identica-job-apply-form .radio-item select.error + label,
.identica-job-apply-form .radio-item input.error + label,
.identica-job-apply-form .radio-item input:focus.error + label {
  color: #f9a400 !important;
}
.identica-job-apply-form .form-item textarea,
.identica-job-apply-form .form-item textarea:focus,
.identica-job-apply-form .radio-item textarea,
.identica-job-apply-form .radio-item textarea:focus {
  border: 1px solid rgba(68, 81, 88, 0.4);
}
.identica-job-apply-form .form-item textarea.error:-moz-placeholder-shown, .identica-job-apply-form .form-item textarea:focus.error:-moz-placeholder-shown, .identica-job-apply-form .radio-item textarea.error:-moz-placeholder-shown, .identica-job-apply-form .radio-item textarea:focus.error:-moz-placeholder-shown {
  color: #f9a400 !important;
  border: 1px solid #f8b700;
}
.identica-job-apply-form .form-item textarea.error:-ms-input-placeholder, .identica-job-apply-form .form-item textarea:focus.error:-ms-input-placeholder, .identica-job-apply-form .radio-item textarea.error:-ms-input-placeholder, .identica-job-apply-form .radio-item textarea:focus.error:-ms-input-placeholder {
  color: #f9a400 !important;
  border: 1px solid #f8b700;
}
.identica-job-apply-form .form-item textarea.error:placeholder-shown,
.identica-job-apply-form .form-item textarea:focus.error:placeholder-shown,
.identica-job-apply-form .radio-item textarea.error:placeholder-shown,
.identica-job-apply-form .radio-item textarea:focus.error:placeholder-shown {
  color: #f9a400 !important;
  border: 1px solid #f8b700;
}
.identica-job-apply-form .form-item input:not([type=submit]):not(:-moz-placeholder-shown), .identica-job-apply-form .radio-item input:not([type=submit]):not(:-moz-placeholder-shown) {
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-bottom: 1px solid #007092;
}
.identica-job-apply-form .form-item input:not([type=submit]):not(:-ms-input-placeholder), .identica-job-apply-form .radio-item input:not([type=submit]):not(:-ms-input-placeholder) {
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-bottom: 1px solid #007092;
}
.identica-job-apply-form .form-item select:focus,
.identica-job-apply-form .form-item textarea:focus,
.identica-job-apply-form .form-item input:not([type=submit]):focus,
.identica-job-apply-form .form-item input:not([type=submit]):not(:placeholder-shown),
.identica-job-apply-form .radio-item select:focus,
.identica-job-apply-form .radio-item textarea:focus,
.identica-job-apply-form .radio-item input:not([type=submit]):focus,
.identica-job-apply-form .radio-item input:not([type=submit]):not(:placeholder-shown) {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-bottom: 1px solid #007092;
}
.identica-job-apply-form .form-item.message,
.identica-job-apply-form .radio-item.message {
  margin-top: 1rem;
}
.identica-job-apply-form label {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.identica-job-apply-form .js-form-type-managed-file label,
.identica-job-apply-form .js-form-type-webform-image-file label {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0;
  position: relative;
}
.identica-job-apply-form select[type=text]::-webkit-input-placeholder, .identica-job-apply-form input[type=text]::-webkit-input-placeholder, .identica-job-apply-form input[type=email]::-webkit-input-placeholder, .identica-job-apply-form input[type=tel]::-webkit-input-placeholder, .identica-job-apply-form input[type=number]::-webkit-input-placeholder, .identica-job-apply-form input[type=date]::-webkit-input-placeholder, .identica-job-apply-form input[type=url]::-webkit-input-placeholder, .identica-job-apply-form input[type=password]::-webkit-input-placeholder {
  opacity: 0;
}
.identica-job-apply-form select[type=text]::-moz-placeholder, .identica-job-apply-form input[type=text]::-moz-placeholder, .identica-job-apply-form input[type=email]::-moz-placeholder, .identica-job-apply-form input[type=tel]::-moz-placeholder, .identica-job-apply-form input[type=number]::-moz-placeholder, .identica-job-apply-form input[type=date]::-moz-placeholder, .identica-job-apply-form input[type=url]::-moz-placeholder, .identica-job-apply-form input[type=password]::-moz-placeholder {
  opacity: 0;
}
.identica-job-apply-form select[type=text]:-ms-input-placeholder, .identica-job-apply-form input[type=text]:-ms-input-placeholder, .identica-job-apply-form input[type=email]:-ms-input-placeholder, .identica-job-apply-form input[type=tel]:-ms-input-placeholder, .identica-job-apply-form input[type=number]:-ms-input-placeholder, .identica-job-apply-form input[type=date]:-ms-input-placeholder, .identica-job-apply-form input[type=url]:-ms-input-placeholder, .identica-job-apply-form input[type=password]:-ms-input-placeholder {
  opacity: 0;
}
.identica-job-apply-form select[type=text]::-ms-input-placeholder, .identica-job-apply-form input[type=text]::-ms-input-placeholder, .identica-job-apply-form input[type=email]::-ms-input-placeholder, .identica-job-apply-form input[type=tel]::-ms-input-placeholder, .identica-job-apply-form input[type=number]::-ms-input-placeholder, .identica-job-apply-form input[type=date]::-ms-input-placeholder, .identica-job-apply-form input[type=url]::-ms-input-placeholder, .identica-job-apply-form input[type=password]::-ms-input-placeholder {
  opacity: 0;
}
.identica-job-apply-form select[type=text]::placeholder,
.identica-job-apply-form input[type=text]::placeholder,
.identica-job-apply-form input[type=email]::placeholder,
.identica-job-apply-form input[type=tel]::placeholder,
.identica-job-apply-form input[type=number]::placeholder,
.identica-job-apply-form input[type=date]::placeholder,
.identica-job-apply-form input[type=url]::placeholder,
.identica-job-apply-form input[type=password]::placeholder {
  opacity: 0;
}
.identica-job-apply-form input[type=text]:not(:-moz-placeholder-shown) + label, .identica-job-apply-form input[type=email]:not(:-moz-placeholder-shown) + label, .identica-job-apply-form input[type=tel]:not(:-moz-placeholder-shown) + label, .identica-job-apply-form input[type=number]:not(:-moz-placeholder-shown) + label, .identica-job-apply-form input[type=date]:not(:-moz-placeholder-shown) + label, .identica-job-apply-form input[type=url]:not(:-moz-placeholder-shown) + label, .identica-job-apply-form input[type=password]:not(:-moz-placeholder-shown) + label, .identica-job-apply-form textarea:not(:-moz-placeholder-shown) + label {
  -webkit-transform: translate(0, -1rem) scale(0.8);
  -ms-transform: translate(0, -1rem) scale(0.8);
  transform: translate(0, -1rem) scale(0.8);
  transform-origin: 0 0;
  position: absolute;
}
.identica-job-apply-form input[type=text]:not(:-ms-input-placeholder) + label, .identica-job-apply-form input[type=email]:not(:-ms-input-placeholder) + label, .identica-job-apply-form input[type=tel]:not(:-ms-input-placeholder) + label, .identica-job-apply-form input[type=number]:not(:-ms-input-placeholder) + label, .identica-job-apply-form input[type=date]:not(:-ms-input-placeholder) + label, .identica-job-apply-form input[type=url]:not(:-ms-input-placeholder) + label, .identica-job-apply-form input[type=password]:not(:-ms-input-placeholder) + label, .identica-job-apply-form textarea:not(:-ms-input-placeholder) + label {
  -webkit-transform: translate(0, -1rem) scale(0.8);
  -ms-transform: translate(0, -1rem) scale(0.8);
  transform: translate(0, -1rem) scale(0.8);
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  position: absolute;
}
.identica-job-apply-form input[type=text]:not(:placeholder-shown) + label,
.identica-job-apply-form input[type=text]:focus + label,
.identica-job-apply-form input[type=email]:not(:placeholder-shown) + label,
.identica-job-apply-form input[type=email]:focus + label,
.identica-job-apply-form input[type=tel]:not(:placeholder-shown) + label,
.identica-job-apply-form input[type=tel]:focus + label,
.identica-job-apply-form input[type=number]:not(:placeholder-shown) + label,
.identica-job-apply-form input[type=number]:focus + label,
.identica-job-apply-form input[type=date]:not(:placeholder-shown) + label,
.identica-job-apply-form input[type=date]:focus + label,
.identica-job-apply-form input[type=url]:not(:placeholder-shown) + label,
.identica-job-apply-form input[type=url]:focus + label,
.identica-job-apply-form input[type=password]:not(:placeholder-shown) + label,
.identica-job-apply-form input[type=password]:focus + label,
.identica-job-apply-form textarea:not(:placeholder-shown) + label,
.identica-job-apply-form textarea:focus + label {
  -webkit-transform: translate(0, -1rem) scale(0.8);
  -ms-transform: translate(0, -1rem) scale(0.8);
  transform: translate(0, -1rem) scale(0.8);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  position: absolute;
}
.identica-job-apply-form input[type=text]:not(:-moz-placeholder-shown) + label, .identica-job-apply-form input[type=email]:not(:-moz-placeholder-shown) + label, .identica-job-apply-form input[type=tel]:not(:-moz-placeholder-shown) + label, .identica-job-apply-form input[type=number]:not(:-moz-placeholder-shown) + label, .identica-job-apply-form input[type=date]:not(:-moz-placeholder-shown) + label, .identica-job-apply-form input[type=url]:not(:-moz-placeholder-shown) + label, .identica-job-apply-form input[type=password]:not(:-moz-placeholder-shown) + label, .identica-job-apply-form textarea:not(:-moz-placeholder-shown) + label {
  opacity: 0.5;
}
.identica-job-apply-form input[type=text]:not(:-ms-input-placeholder) + label, .identica-job-apply-form input[type=email]:not(:-ms-input-placeholder) + label, .identica-job-apply-form input[type=tel]:not(:-ms-input-placeholder) + label, .identica-job-apply-form input[type=number]:not(:-ms-input-placeholder) + label, .identica-job-apply-form input[type=date]:not(:-ms-input-placeholder) + label, .identica-job-apply-form input[type=url]:not(:-ms-input-placeholder) + label, .identica-job-apply-form input[type=password]:not(:-ms-input-placeholder) + label, .identica-job-apply-form textarea:not(:-ms-input-placeholder) + label {
  opacity: 0.5;
}
.identica-job-apply-form input[type=text]:not(:placeholder-shown) + label,
.identica-job-apply-form input[type=email]:not(:placeholder-shown) + label,
.identica-job-apply-form input[type=tel]:not(:placeholder-shown) + label,
.identica-job-apply-form input[type=number]:not(:placeholder-shown) + label,
.identica-job-apply-form input[type=date]:not(:placeholder-shown) + label,
.identica-job-apply-form input[type=url]:not(:placeholder-shown) + label,
.identica-job-apply-form input[type=password]:not(:placeholder-shown) + label,
.identica-job-apply-form textarea:not(:placeholder-shown) + label {
  opacity: 0.5;
}
.identica-job-apply-form select:focus + label,
.identica-job-apply-form input[type=text]:focus + label,
.identica-job-apply-form input[type=email]:focus + label,
.identica-job-apply-form input[type=tel]:focus + label,
.identica-job-apply-form input[type=number]:focus + label,
.identica-job-apply-form input[type=date]:focus + label,
.identica-job-apply-form input[type=url]:focus + label,
.identica-job-apply-form input[type=password]:focus + label,
.identica-job-apply-form textarea:focus + label {
  opacity: 1;
  color: #007092;
}

.mm_modal__container .identica-career-search-form {
  margin: 0;
  padding: 0;
}

#identica-career-search #identica-career-search-results {
  margin-top: 2em;
}
#identica-career-search #identica-career-search-results .vacancy-wrapper {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
}
#identica-career-search #identica-career-search-results .vacancy-wrapper > div h4 {
  padding-top: 0.5em;
}
#identica-career-search #identica-career-search-results button {
  margin-top: 0.5rem;
}
#identica-career-search #identica-career-search-results button:first-child {
  margin-top: 1.4rem;
}
@media only screen and (min-width: 64rem) {
  #identica-career-search #identica-career-search-results button:first-child {
    margin-top: 0;
  }
}
#identica-career-search #identica-career-search-results .benefits-wrapper {
  margin: 1em 0 0.7em;
}
#identica-career-search #identica-career-search-results .benefits-wrapper .benefits {
  padding: 0 1.5em 0 0;
}
#identica-career-search #identica-career-search-results .benefits-wrapper .benefits span {
  font-size: 1.5em;
  line-height: 1em;
  position: relative;
  top: 4px;
  color: #4b4f54;
}

.sticky {
  position: sticky;
  top: 20px;
}

.gdpr-video-title {
  padding-top: 1rem;
}

.vacancy-image {
  margin-bottom: 0 !important;
}
.vacancy-image img {
  width: 100%;
}

.vacancy-article {
  padding-top: 0;
}
.vacancy-article h1,
.vacancy-article h2,
.vacancy-article h3,
.vacancy-article h4,
.vacancy-article h5,
.vacancy-article h6 {
  text-align: center;
}
.vacancy-article h4 {
  color: #005971;
  margin-top: 2.2rem;
}
.vacancy-article .col-12-m07 h4:first-child {
  margin-top: 0 !important;
}
.vacancy-article .vacation-call-to-action {
  margin-top: 120px;
}
.vacancy-article .vacation-call-to-action .sticky-button {
  z-index: 999;
  padding: 1.4rem 2.2rem 1rem;
  background: white;
  -webkit-box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.1);
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
}
.vacancy-article .vacation-call-to-action .text-center {
  margin: 0;
}
.vacancy-article [class*=mobile-visible]:last-child {
  display: none !important;
  opacity: 0 !important;
}
.vacancy-article #identica-job-apply-form-wrapper button,
.vacancy-article button:not(.gdpr-play-btn),
.vacancy-article input[type=submit] {
  background: #f8b700;
}
.vacancy-article #identica-job-apply-form-wrapper button span:before,
.vacancy-article button:not(.gdpr-play-btn) span:before,
.vacancy-article input[type=submit] span:before {
  top: 6px;
}
.vacancy-article #identica-job-apply-form-wrapper button:hover,
.vacancy-article button:not(.gdpr-play-btn):hover,
.vacancy-article input[type=submit]:hover {
  background: #f9a400;
}
.vacancy-article .benefits-wrapper {
  z-index: 99;
  position: relative;
  top: -10px;
  background: #005971;
  margin-bottom: 2.2rem;
  color: #fff;
  padding: 1.4rem 1rem;
}
.vacancy-article .benefits-wrapper .benefits {
  padding: 0 0.7em 0 0.5em;
}
.vacancy-article .benefits-wrapper .benefits span {
  font-size: 1.5em;
  line-height: 1em;
  position: relative;
  top: 4px;
  color: #fff;
}
.vacancy-article button:not(.gdpr-play-btn) {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-animation-name: wobble-infinite;
          animation-name: wobble-infinite;
  margin-bottom: 0.5rem;
}
.vacancy-article hr:first-child {
  display: none;
}
.vacancy-article .benefits {
  padding: 0 2em 0 0;
}
.vacancy-article .benefits span {
  font-size: 3em;
  line-height: 1.4em;
  color: #007092;
}

.videoembed {
  width: 100%;
  height: 100%;
}
.videoembed * {
  width: 100%;
  height: 100%;
}

#vacancies-region {
  padding: 1.6rem;
  margin-bottom: 1rem;
  background: #005971;
  color: #fff;
}
#vacancies-region ul {
  list-style: none;
  margin-bottom: 1.4rem;
}
#vacancies-region ul li {
  position: relative;
  padding: 0.4em 0 0 1rem;
}
#vacancies-region ul li:before {
  font-family: "IDENTICA" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e931";
  display: inline-block;
  font-size: 1.6rem !important;
  line-height: 0;
  color: #fff;
  position: absolute;
  top: 1rem;
  left: -0.8rem;
}
#vacancies-region > div li:before {
  font-size: 1.3rem;
  content: "\e98d";
}
#vacancies-region .vacancy-region {
  margin: 1rem 0;
  -webkit-box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.1);
}
#vacancies-region .vacancy-region img {
  height: 100%;
}
#vacancies-region .vacancy-region .content-wrapper {
  padding: 1.6rem;
}
#vacancies-region h3 {
  color: #fff;
  padding-bottom: 1rem;
}
#vacancies-region strong,
#vacancies-region b,
#vacancies-region a {
  color: #fff;
}
#vacancies-region .views-element-container a {
  display: block;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#vacancies-region .views-element-container a:hover {
  opacity: 0.7;
}

a .article-image:hover .article-content h2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

.article-image {
  line-height: 0;
  padding: 0;
  margin: 0 0 1rem;
  position: relative;
  overflow: hidden;
}
.article-image:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.8) 100%);
}
.article-image img {
  min-width: 100%;
  height: 100%;
}
.article-image .article-content {
  position: absolute;
  z-index: 1;
  bottom: 0.3em;
  padding: 1rem;
  color: #fff;
}
.article-image .article-content p {
  line-height: 1.2em;
  margin-bottom: 0.5rem;
}
.article-image h2,
.article-image h3,
.article-image h4,
.article-image h5,
.article-image h6 {
  color: #fff;
}

.contact-region {
  position: relative;
}
.contact-region h3 {
  width: 100%;
  text-align: center;
  padding: 1rem;
}

.contact-person-region {
  padding: 1.4rem;
}
.contact-person-region h5 {
  padding: 0 0 5px 0;
}
.contact-person-region strong {
  display: block;
  margin-bottom: 1rem;
}

.contactperson {
  padding: 1rem 0;
}
.contactperson .paragraph--type--contact-person {
  background: white;
  -webkit-box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.contactperson button {
  width: 100%;
}
.contactperson p {
  margin: 0 0 10px;
}

.gmap {
  padding: 0;
}
.gmap > div {
  width: 100%;
  height: 100%;
}

#identica-partner-garage-location-gmap {
  width: 100% !important;
  height: 28rem !important;
}

.certificates {
  padding: 0;
}
.certificates > div {
  background: #eee;
  text-align: center;
  padding: 1.4rem 0;
}
.certificates h3 {
  text-align: center;
  padding: 1rem 0;
}
.certificates img {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
}
.certificates img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

.cta {
  padding: 0.5rem 0;
}
.cta .damage-form,
.cta .contact-form {
  padding: 0.5rem 0;
}
.cta .damage-form div {
  background-image: url("../images/schaden-melden-thumb.jpg");
}
.cta .contact-form div {
  background-image: url("../images/kontakt-formular-thumb.jpg");
}
.cta .damage-form div,
.cta .contact-form div {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2.5rem;
  height: 15rem;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta .damage-form div h4,
.cta .contact-form div h4 {
  width: 100%;
  color: #fff !important;
  position: relative;
  z-index: 9;
}
.cta .damage-form div span,
.cta .contact-form div span {
  font-size: 6rem;
  line-height: 1;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.cta .damage-form div:before,
.cta .contact-form div:before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(75, 60, 60, 0.1)), color-stop(60%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(75, 60, 60, 0.1) 20%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(75, 60, 60, 0.1) 20%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
}
.cta .damage-form:hover span,
.cta .contact-form:hover span {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-name: wobble;
          animation-name: wobble;
}
.cta .damage-form:hover div:before,
.cta .contact-form:hover div:before {
  width: 100%;
  height: 110%;
  top: 10%;
  cursor: pointer;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes wobble-infinite {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  1% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  6% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  8% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes wobble-infinite {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  1% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  6% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  8% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Footer
-------------------------------------------------- */
#block-main-navigation > ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  margin-right: 0;
}

#block-main-navigation > ul > li {
  overflow: hidden;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}

.page-identica-partner-garage footer nav ul li:last-child ul li:first-child {
  display: none;
}

footer {
  font-size: 0.9em;
  margin: 1rem;
  background: #4b4f54;
  color: #fff;
}
footer address,
footer b,
footer strong,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer a {
  font-style: normal;
  color: #fff;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}
footer hr {
  border-color: rgba(255, 255, 255, 0.2);
}
footer ul[data-region*=footer_top_first] {
  list-style: none;
  display: block;
}
footer ul[data-region*=footer_top_first] li {
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer ul[data-region*=footer_top_first] li a {
  display: block;
  padding-bottom: 1.4rem;
}
footer ul[data-region*=footer_top_first] a {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
footer ul[data-region*=footer_top_first] ul li {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
footer ul[data-region*=footer_top_first] ul li a {
  font: 1em/1.5em "Roboto", Verdana, Geneva, sans-serif;
  text-transform: inherit;
  padding: 0;
}
footer .quickedit-field {
  text-align: center;
}
footer .quickedit-field h3 {
  padding-bottom: 1rem;
}
footer .quickedit-field button {
  width: 100%;
}
footer .footer-top {
  padding: 2.2rem 1.6rem;
}
footer .footer-top .footer-first {
  margin-top: 1rem;
  margin-bottom: 0.4em;
}
footer .footer-top .footer-second {
  margin-top: 3rem;
  margin-bottom: 0.4em;
}
footer .footer-bottom {
  width: 100%;
  font: 1em/1.5em "Roboto", Verdana, Geneva, sans-serif;
  background: #005971;
  padding: 1.6rem;
  color: #fff;
}
footer .footer-bottom #block-footerdisclaimer p {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.1em;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 0.4em;
}
footer .footer-bottom #block-socialmediaplatforms {
  margin-top: 1rem;
}
footer .footer-bottom #block-socialmediaplatforms p {
  margin: 0;
}
footer .footer-bottom #block-socialmediaplatforms span:before {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.6em;
  position: relative;
  top: 0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
  margin: 0;
  padding: 0 0 15px 0;
}

/* Social-Media-Links/ Call-to-Action
-------------------------------------------------- */
#cta {
  position: fixed;
  bottom: 4em;
  right: 0;
  z-index: 998;
  background: #f8b700;
  color: #fff !important;
  width: auto;
  max-width: 12em;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
  right: -50px !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#cta:hover {
  -webkit-box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.2);
  background: #f9a400;
}
#cta h1,
#cta h2,
#cta h3,
#cta h4,
#cta h5,
#cta h6,
#cta p {
  line-height: 1em !important;
  padding: 0 !important;
}
#cta a {
  display: block;
  padding: 1rem 60px 1rem 1.4rem;
  color: #fff;
  text-decoration: none;
}
#cta a:hover {
  color: #fff;
}

@media only screen and (min-width: 64rem) {
  #cta {
    right: -30px !important;
    -webkit-animation-name: cta;
            animation-name: cta;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  @-webkit-keyframes cta {
    72% {
      bottom: 4em;
      -webkit-transform: translate(0, 0) rotate(-8deg);
              transform: translate(0, 0) rotate(-8deg);
    }
    80% {
      bottom: 3.95em;
      -webkit-transform: translate(-15px, 0) rotate(-8deg);
              transform: translate(-15px, 0) rotate(-8deg);
    }
    88% {
      bottom: 4em;
      -webkit-transform: translate(0, 0) rotate(-8deg);
              transform: translate(0, 0) rotate(-8deg);
    }
  }
  @keyframes cta {
    72% {
      bottom: 4em;
      -webkit-transform: translate(0, 0) rotate(-8deg);
              transform: translate(0, 0) rotate(-8deg);
    }
    80% {
      bottom: 3.95em;
      -webkit-transform: translate(-15px, 0) rotate(-8deg);
              transform: translate(-15px, 0) rotate(-8deg);
    }
    88% {
      bottom: 4em;
      -webkit-transform: translate(0, 0) rotate(-8deg);
              transform: translate(0, 0) rotate(-8deg);
    }
  }
}
.social-links {
  position: fixed;
  bottom: 3em;
  right: 0;
  z-index: 997;
}
.social-links [class^=ID_icon_] {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.social-links li {
  position: relative;
  display: block;
  list-style: none;
  background: #005971;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.3em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-links li:hover {
  background: #007092;
}
.social-links a {
  display: block;
  padding: 0.3em;
  color: #fff;
  text-decoration: none;
}
.social-links a:hover {
  color: #f0f0f0;
}

/* User-Menu
-------------------------------------------------- */
#user-menu {
  position: sticky;
  z-index: 998;
  left: 0;
  bottom: 0;
  background: rgba(2, 106, 136, 0.9);
  width: 100%;
}
#user-menu a {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Handout
-------------------------------------------------- */
.node--150 main img {
  width: 100%;
  max-width: 47em !important;
  -webkit-box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin: 2em auto !important;
}

/* Timeline
-------------------------------------------------- */
#cd-timeline {
  position: relative !important;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline:before {
  /* this is the vertical line */
  content: "";
  position: absolute !important;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  background: #f8b700;
}
#cd-timeline .cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
#cd-timeline .cd-timeline-block:first-child {
  margin-top: 0;
}
#cd-timeline .cd-timeline-block:last-child {
  margin-bottom: 0;
}
#cd-timeline .cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
#cd-timeline .cd-timeline-year {
  position: absolute;
  top: 0;
  left: -10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 4px 2px;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  color: #fff;
  background: #005971;
  z-index: 99;
}
#cd-timeline .cd-timeline-year > div {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 0.15em;
}

@media only screen and (max-width: 80rem) {
  .cd-timeline-content .timeline-title {
    float: none !important;
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 40px;
  background: white;
  -webkit-box-shadow: 0 0.5em 2em rgba(100, 100, 100, 0.1);
          box-shadow: 0 0.5em 2em rgba(100, 100, 100, 0.1);
  padding: 20px;
}
.cd-timeline-content:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 100%;
  height: 0;
  width: 0;
  border: 11px solid transparent;
  border-right: 11px solid #aaa;
}
.cd-timeline-content .timeline-title {
  display: block;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #005971;
  float: left;
  padding: 5px 5px 5px 0;
}
.cd-timeline-content ul {
  padding: 0;
  margin: 0;
}
.cd-timeline-content p {
  margin: 0;
  line-height: 1.6;
}

/* Visibility for Modal und Node Content
-------------------------------------------------- */
.node--services .node-hidden {
  display: none;
}

.mm_modal__container .modal-hidden {
  display: none;
}

/* -------------------------------------------------- */
@media only screen and (max-width: 64rem) {
  #identica-career-search-results .vacancy-wrapper .btn-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#identica-career-search-results .vacancy-wrapper .btn-wrapper > button:first-child {
  background: white;
  border: 2px solid #aaa;
  color: #4b4f54;
}
#identica-career-search-results .vacancy-wrapper .btn-wrapper > button:first-child:hover {
  background: white;
  border: 2px solid #005971;
  color: #005971;
}
#identica-career-search-results .vacancy-wrapper .btn-wrapper button {
  border: 2px solid #005971;
  background: #005971;
}
@media only screen and (min-width: 48rem) and (max-width: 64rem) {
  #identica-career-search-results .vacancy-wrapper .btn-wrapper button {
    margin-top: 1.2em !important;
    margin-right: 0.5em;
  }
}
#identica-career-search-results .vacancy-wrapper .btn-wrapper button:hover {
  border: 2px solid #003750;
  background: #003750;
}

.job-intro-wrapper {
  margin: 2.2rem 0 1.6rem;
}
.job-intro-wrapper:nth-child(2) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.job-intro-wrapper .col-12-m05 {
  padding: 1.6rem 0;
}

.job-offers-overview-wrapper {
  margin: 3rem 0 0;
}
.job-offers-overview-wrapper .job-offers-overview {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.4rem;
  margin: 2.2rem 0 0;
}
.job-offers-overview-wrapper .job-offers-overview .vancancy-main-wrapper {
  margin-bottom: 1.4rem;
}
.job-offers-overview-wrapper .job-offers-overview .vancancy-main-wrapper .vacancy-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.job-offers-overview-wrapper .job-offers-overview .vancancy-main-wrapper .vacancy-wrapper h3 {
  padding-top: 0.5rem;
}
.job-offers-overview-wrapper .job-offers-overview .vancancy-main-wrapper .vacancy-wrapper span {
  position: relative;
  top: 5px;
  left: -5px;
  color: #007092;
}
.job-offers-overview-wrapper .job-offers-overview .vancancy-main-wrapper .text-wrapper {
  margin-top: 1rem;
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.job-offers-overview-wrapper .job-offers-overview .vancancy-main-wrapper .text-wrapper h3 {
  font-size: 1.5em;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.job-offers-overview-wrapper .job-offers-overview .vancancy-main-wrapper .text-wrapper small {
  white-space: nowrap;
}
.job-offers-overview-wrapper .job-offers-overview .vancancy-main-wrapper .button {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
}

.oldjob-offers-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.oldjob-offers-overview .vancancy-wrapper-column {
  position: relative;
  padding-bottom: 4rem;
  margin-bottom: 1rem;
}
.oldjob-offers-overview .button {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 91.6666667%;
}

.vacancies--modal-partner-garage .v-job-title {
  background: #005971;
  padding: 1rem 1.4rem;
  color: #fff;
  margin-bottom: 1.8rem;
  margin-top: -5px;
}
.vacancies--modal-partner-garage .v-job-title > * {
  color: #fff;
}
.vacancies--modal-partner-garage .v-job-title p {
  font-size: 90%;
  line-height: 1.2em;
  margin-bottom: 0.5rem;
}
.vacancies--modal-partner-garage .v-job-title h3 {
  padding: 0;
}
.vacancies--modal-partner-garage .v-job-benefits {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.vacancies--modal-partner-garage .v-job-benefits > div {
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vacancies--modal-partner-garage .v-job-benefits > div > span {
  display: inline-block;
  padding-right: 0.5rem;
  color: #005971;
}
.vacancies--modal-partner-garage .vacancy-article h5 {
  padding-top: 0.5rem;
}
.vacancies--modal-partner-garage .vacancy-article ul.check li {
  padding-left: 2.75rem;
}
.vacancies--modal-partner-garage .vacancy-article ul.check li:before {
  color: #005971;
  top: 0.55em;
  font-size: 3rem !important;
  left: -0.1em;
}

/* ==================================================================
R E S P O N S I V E
------------------------------------------------------------------ */
@-ms-viewport {
  width: device-width;
}
/* ==================================================================
S M A L L - D E V I C E  <  5 7 6 p x
------------------------------------------------------------------ */
@media only screen and (min-width: 36rem) {
  .vacancies--modal-partner-garage .v-job-title {
    padding: 1.6rem 2.2rem;
  }
  .featured-bottom [id*=block-webform] {
    padding: 1.6rem;
  }
  .rating-content {
    padding-right: 1.4rem;
  }
  .rating-content:nth-child(4),
  .rating-content:nth-child(5),
  .rating-content:nth-child(6) {
    display: block;
  }
  #search-block-form input[type=search]:focus {
    background: #4b4f54;
    width: 17em !important;
  }
  .partnerlist .office-hours-region {
    padding-top: 0;
  }
  #block-identica-partner-garage-search-form,
  #block-identicapartnergaragesearchform,
  #block-identica-career-search-form-featured {
    background-size: auto 28rem;
    background-position: right top;
  }
  #block-identica-partner-garage-search-form h3,
  #block-identicapartnergaragesearchform h3,
  #block-identica-career-search-form-featured h3 {
    padding: 1.6rem 0 10rem;
  }
  #block-identica-partner-garage-search-form h3 span[class*=ID_icon_],
  #block-identicapartnergaragesearchform h3 span[class*=ID_icon_],
  #block-identica-career-search-form-featured h3 span[class*=ID_icon_] {
    display: block;
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .identica-bodyshop .highlighted-top .address-region {
    margin-bottom: 0;
  }
  #service-region h4 {
    font-size: 1.3em;
  }
}
/* ==================================================================
T A B L E T - P C  <  7 6 8 p x
------------------------------------------------------------------ */
@media (max-width: 48rem) {
  footer ul[data-region*=footer_top_first] li a {
    padding-bottom: 0;
  }
  footer ul[data-region*=footer_top_first] li {
    padding-bottom: 0;
    margin-bottom: 1em;
  }
  #footer-menu {
    width: 100%;
  }
  #footer-menu ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
  }
  #footer-menu > li ul {
    margin: 1em 0 0;
  }
  #footer-menu > li > a {
    position: relative;
  }
  #footer-menu > li > a::after {
    font-family: "IDENTICA" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e92f";
    position: absolute;
    font-size: 20px;
    top: 50%;
    right: 0.3rem;
    margin-top: -10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  #footer-menu > li:last-child > a::after,
  #footer-menu .expanded a::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #footer-menu > li.expanded ul,
  #footer-menu > li:last-child ul {
    max-height: 100vh;
    margin: 1em 0;
    -webkit-transition: max-height 0.6s ease-in-out;
    -o-transition: max-height 0.6s ease-in-out;
    transition: max-height 0.6s ease-in-out;
  }
  #footer-menu .menu-level-1 a {
    padding: 0.15rem 0.6rem;
    color: #fff;
  }
}
@media only screen and (min-width: 48rem) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline:before {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #cd-timeline .cd-timeline-block {
    min-height: 400px;
    margin: 4em 0;
  }
  #cd-timeline .cd-timeline-block:first-child {
    margin-top: 0;
  }
  #cd-timeline .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
  #cd-timeline .cd-timeline-year {
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    padding: 8px 8px;
    font-size: 1.4em;
    visibility: hidden;
  }
  #cd-timeline .cd-timeline-year.bounce-in {
    visibility: visible;
    -webkit-animation: bounce 0.3s;
            animation: bounce 0.3s;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right !important;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .timeline-title {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: bounce-fly-in 0.6s;
    animation: bounce-fly-in 0.6s;
  }
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 15px;
    left: 100%;
    border-color: transparent;
    border-left-color: #f0f0f0;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .timeline-title {
    font-size: 1.4em;
    position: absolute;
    width: 100%;
    left: 122%;
    top: 0;
    padding: 0;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: bounce-fly-in-inverse 0.6s;
    animation: bounce-fly-in-inverse 0.6s;
  }
  @-webkit-keyframes bounce {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes bounce {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }
  @-webkit-keyframes bounce-fly-in {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
    }
    100% {
      -webkit-transform: translateX(0);
    }
  }
  @keyframes bounce-fly-in {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      transform: translateX(-100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px);
    }
    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes bounce-fly-in-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
    }
    100% {
      -webkit-transform: translateX(0);
    }
  }
  @keyframes bounce-fly-in-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .vacancy-search-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .vacancy-search-input-wrapper .form-item {
    margin: 0 !important;
    width: 100%;
  }
  .vacancy-search-input-wrapper .form-item-job-title input {
    border-right: none;
  }
  .vacancy-search-input-wrapper .form-submit {
    min-width: 220px;
  }
  .gmap-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 2em;
  }
  .gmap-placeholder > div {
    width: 40%;
    max-width: 25em;
    text-align: right;
  }
  .node--92 #page-content .slider-markup {
    margin: auto 0 auto 50% !important;
  }
  .node--92 #page-content .slider-markup figure {
    max-width: 45vw !important;
  }
  .featured-bottom [id*=block-webform] {
    padding: 2.2rem;
  }
  .featured-bottom [id*=block-webform] form {
    margin: 1vw;
    max-width: 60vw;
    padding: 1.6rem;
  }
  .rating-header {
    min-height: 22em;
    margin: 6em 0 3em;
  }
  .rating-header img {
    position: absolute;
    z-index: 9;
    top: auto;
    bottom: -50px;
    left: auto;
    right: 2.5em;
    width: 180px;
    height: auto;
  }
  .rating-header h3 {
    display: block;
  }
  .rating-header .summary {
    padding: 1rem 1.6rem;
    font: 2.1em/1.1em "Roboto Condensed", Verdana, Geneva, sans-serif;
  }
  .mega-menu-content-wrapper {
    margin-top: 0.5em;
  }
  .services-overview .views-field {
    padding: 0.5em;
  }
  .page-identica-partner-garage .advertisment-title,
  #service-region h3 {
    text-align: left !important;
  }
  .featured-bottom {
    margin: 1rem 1.4rem;
  }
  #block-identica-partner-garage-search-form,
  #block-identicapartnergaragesearchform,
  #block-identica-career-search-form-featured {
    background-size: auto 34rem;
    background-position: right top;
  }
  #block-identica-partner-garage-search-form h3,
  #block-identicapartnergaragesearchform h3,
  #block-identica-career-search-form-featured h3 {
    font-size: 2rem;
    padding: 1.6rem 0 14rem;
  }
  .mobile-unvisible-s {
    display: inline-block;
    opacity: 1;
  }
  .mm_modal identica-damage-form,
  .mm_modal .content-wrapper {
    padding: 1.4rem;
  }
  .mm_modal .identica-media-slider,
  .mm_modal .splide__track,
  .mm_modal .splide ul,
  .mm_modal .splide li,
  .mm_modal .slider-markup-container,
  .mm_modal .splide__video,
  .mm_modal .slider-content {
    max-height: 30em !important;
  }
  .mm_modal .slider-markup {
    padding: 1.4rem !important;
  }
  .dashboard .dashboard-hub-view-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
    margin: 1.4rem 0;
  }
  .job-offers-overview-wrapper {
    margin: 4rem 0 0;
  }
  .job-offers-overview-wrapper .job-offers-overview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
    margin: 3rem 0 0;
  }
  .article-image .article-content,
  .vacancy-image .article-content {
    padding: 0 1.4rem 1rem;
  }
  .article-image:before,
  .vacancy-image:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.7)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);
  }
  .slider-markup h3 {
    font-size: 3.5vw;
  }
  #page-header {
    margin-top: 1.4rem !important;
  }
  #page-header,
  #main-menu .mega-menu {
    left: 1.4rem !important;
    right: 1.4rem !important;
  }
  .identica-bodyshop .identica-contact > div {
    padding: 1.6rem !important;
  }
  #main-wrapper,
  .highlighted-center,
  footer {
    margin: 1.4rem !important;
  }
  .highlighted-top {
    padding: 1.4rem;
    margin: -4rem 0 1.4rem !important;
  }
  .contactperson {
    position: absolute;
    bottom: 1rem;
    left: 1.6rem;
    z-index: 1;
  }
  .page-identica-partner-garage .layout-sidebar-second {
    padding-left: 1rem !important;
  }
  #identica-partner-garage-location-gmap {
    width: 100% !important;
    height: 34rem !important;
  }
  .gmap {
    margin-top: 2.2rem;
    height: 34rem;
  }
  .gmap,
  .certificates {
    padding: 0;
  }
  .cta {
    padding: 1rem 0;
  }
  .cta .damage-form {
    padding: 0 0.5rem 0 0 !important;
  }
  .cta .contact-form {
    padding: 0 0 0 0.5rem !important;
  }
  .identica-career-search-form-wrapper .js-form-type-checkbox,
  .identica-partner-garage-search .search-filter {
    display: inline-block;
  }
  .partnerlist .distance {
    right: 1.4rem;
  }
  .partnerlist .bodyshop-image {
    padding-right: 1.4rem;
  }
  .partnerlist .searchblock-header {
    padding-top: 0;
  }
  .partnerlist .office-hours-region {
    padding-top: 0;
  }
  .partnerlist button {
    width: auto;
  }
  #block-main-navigation > ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-right: 1rem;
  }
  .news-slide-inner h3 {
    font-size: 1.7em;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
  .identica-modal-loading img {
    width: 300px;
    height: auto;
  }
}
/* ==================================================================
S M A L L  D I S P L A Y S  <  1 0 2 4 p x
------------------------------------------------------------------ */
@media only screen and (min-width: 64rem) {
  [id*=webform-submission] form .fieldset-wrapper,
  [id*=webform-submission] form .form-wrapper,
  .featured-bottom [id*=block-webform] form .fieldset-wrapper,
  .featured-bottom [id*=block-webform] form .form-wrapper {
    gap: 1em;
  }
  [id*=webform-submission] form .col-12-m06,
  .featured-bottom [id*=block-webform] form .col-12-m06 {
    -webkit-box-flex: calc(50% - 0.5em);
        -ms-flex: calc(50% - 0.5em);
            flex: calc(50% - 0.5em);
  }
  #user-main-wrapper .article-internal-view-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .vacation-call-to-action {
    margin-top: 0 !important;
  }
  .vacation-call-to-action .sticky-button {
    padding: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    width: auto !important;
    position: relative !important;
  }
  .vacation-call-to-action .text-center {
    margin: 0 0 20px !important;
  }
  .dashboard .dashboard-hub-view-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
    margin: 1.4rem 0;
  }
  .job-offers-overview-wrapper {
    margin: 4rem 0 0;
  }
  .job-offers-overview-wrapper .job-offers-overview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
    margin: 3rem 0 0;
  }
  .vacancy-article {
    padding-top: 0;
  }
  .vacancy-article h1,
  .vacancy-article h2,
  .vacancy-article h3,
  .vacancy-article h4,
  .vacancy-article h5,
  .vacancy-article h6 {
    text-align: left;
  }
  .qualitysign:before,
  .plantmytree:before {
    display: none !important;
  }
  [class*=mobile-visible] {
    display: none;
    opacity: 0;
  }
  .mobilenone {
    display: inline-block !important;
  }
  .rating-header h2 {
    display: block;
  }
  .rating-header .summary span {
    display: inline-block;
  }
  .rating-content {
    padding-right: 2.2rem;
  }
  .box .inner-wrapper {
    padding: 2.2rem;
  }
  .identica-career-search-form {
    padding: 1.6rem;
  }
  .responsecode-page #block-identicapartnergaragesearchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .responsecode-page #block-identicapartnergaragesearchform h3 {
    max-width: none;
  }
  #block-identica-partner-garage-search-form,
  #block-identicapartnergaragesearchform,
  #block-identica-career-search-form-featured {
    padding: 1.6rem 1.6rem 5vw;
    background-size: 140%;
    background-position: center center;
  }
  #block-identica-partner-garage-search-form:before,
  #block-identicapartnergaragesearchform:before,
  #block-identica-career-search-form-featured:before {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(15%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
  }
  #block-identica-partner-garage-search-form h3,
  #block-identicapartnergaragesearchform h3,
  #block-identica-career-search-form-featured h3 {
    font-size: 2.2rem;
    color: white !important;
    text-align: left;
    padding: 4rem 0 4rem 8rem;
    position: relative;
    max-width: 35rem;
    z-index: 1;
  }
  #block-identica-partner-garage-search-form h3 span[class*=ID_icon_],
  #block-identicapartnergaragesearchform h3 span[class*=ID_icon_],
  #block-identica-career-search-form-featured h3 span[class*=ID_icon_] {
    position: absolute;
    left: 0;
    display: inline-block;
    font-size: 6.8rem;
    line-height: 4.9rem;
  }
  #block-identica-partner-garage-search-form .identica-searchform,
  #block-identicapartnergaragesearchform .identica-searchform,
  #block-identica-career-search-form-featured .identica-searchform {
    background: white;
    margin: 1.4rem !important;
    padding: 1.6rem;
  }
  #block-identica-partner-garage-search-form .identica-searchform .ipgs-more-filters,
  #block-identicapartnergaragesearchform .identica-searchform .ipgs-more-filters,
  #block-identica-career-search-form-featured .identica-searchform .ipgs-more-filters {
    text-align: right;
  }
  #block-identica-partner-garage-search-form .searchform button span:before,
  #block-identicapartnergaragesearchform .searchform button span:before,
  #block-identica-career-search-form-featured .searchform button span:before {
    left: -0.1rem !important;
    margin-left: -0.8rem !important;
  }
  .mm_modal identica-damage-form,
  .mm_modal .content-wrapper {
    padding: 1.6rem;
  }
  .mm_modal .slider-markup {
    padding: 1.6rem !important;
  }
  .article-image .article-content,
  .vacancy-image .article-content {
    padding: 0 1.6rem 1.4rem;
  }
  .mobile-unvisible-m {
    display: inline-block;
    opacity: 1;
  }
  .highlighted-top,
  .highlighted-center,
  .highlighted-bottom,
  .featured-top,
  .featured-bottom {
    /*padding: $padding-l;*/
  }
  .page-identica-partner-garage .breadcrumb {
    padding-top: 1rem;
  }
  .address {
    margin-bottom: 0;
  }
  .seo-content div:nth-child(2) {
    padding-left: 2.2rem;
  }
  .seo-content img {
    top: 0 !important;
  }
  .identica-bodyshop .highlighted-top .identica-contact {
    padding-bottom: 0;
  }
  .identica-bodyshop .highlighted-top .identica-contact:first-child {
    padding-right: 1.4rem;
  }
  .layout-sidebar-second {
    padding-left: 1.4rem;
  }
  #service-region {
    margin-bottom: 0;
  }
  #service-region .teasertext {
    padding: 0.3rem 1rem 0 3.3rem;
    display: block;
    color: #4b4f54 !important;
  }
  #service-region .teasertext p {
    padding: 0;
    margin: 0;
  }
  .cta .damage-form {
    padding: 0 0.7rem 0 0 !important;
  }
  .cta .contact-form {
    padding: 0 0 0 0.7rem !important;
  }
  .cta .damage-form div,
  .cta .contact-form div {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    padding: 2.5rem;
    height: 25rem !important;
    text-align: left !important;
  }
  .cta .damage-form div:hover h4,
  .cta .contact-form div:hover h4 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-animation-name: wobble;
            animation-name: wobble;
  }
  .cta .damage-form div h4,
  .cta .contact-form div h4 {
    font-size: 2rem;
    max-width: 13.5em;
    padding-left: 7rem;
  }
  .cta .damage-form div .damage-form div:before,
  .cta .damage-form div .contact-form div:before,
  .cta .contact-form div .damage-form div:before,
  .cta .contact-form div .contact-form div:before {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.5)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.5) 100%);
  }
  .cta .damage-form div span,
  .cta .contact-form div span {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 6rem;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #block-main-navigation > ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
    margin-right: 1.6rem;
  }
  footer #block-footerdisclaimer {
    width: 66.6666666666%;
    -webkit-box-flex: 66.6666666666%;
        -ms-flex: 66.6666666666%;
            flex: 66.6666666666%;
  }
  footer #block-socialmediaplatforms {
    margin-top: 0;
    width: 33.3333333333%;
    -webkit-box-flex: 33.3333333333%;
        -ms-flex: 33.3333333333%;
            flex: 33.3333333333%;
    text-align: right;
  }
  footer #block-socialmediaplatforms .quickedit-field {
    text-align: right;
  }
  footer .quickedit-field {
    text-align: left;
  }
  footer .quickedit-field button {
    width: auto;
  }
  .dashboard header .button-petrol {
    width: auto !important;
  }
  .dashboard header .button-yellow {
    width: auto !important;
    margin: 0 0 0 0.5rem;
  }
}
/* ==================================================================
B I G  D I S P L A Y S  <  1 2 8 0 p x
------------------------------------------------------------------ */
@media only screen and (min-width: 80rem) {
  .gmap-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
  .gmap-placeholder > div {
    width: 42%;
    max-width: 42em;
    text-align: center;
  }
  .mm_modal identica-damage-form,
  .mm_modal .content-wrapper {
    padding: 2.2rem;
  }
  .mm_modal .slider-markup {
    padding: 2.2rem !important;
  }
  .article-image .article-content,
  .vacancy-image .article-content {
    padding: 0 2.2rem 1.6rem;
  }
  #main-menu figure {
    display: inline-block !important;
  }
  #main-menu .mega-menu-content-wrapper {
    margin-top: 0 !important;
    padding: 0 2.2rem 0 0 !important;
  }
  #identica-partner-my-garage {
    padding: 0 2.8em 0 0 !important;
  }
  #identica-partner-my-garage strong,
  #identica-partner-my-garage span,
  #identica-partner-my-garage a {
    color: white !important;
  }
  #identica-partner-my-garage span {
    right: 0 !important;
  }
  .desktop-unvisible-l {
    display: none;
    opacity: 0;
  }
  .featured-bottom {
    margin: 1.4rem 1.6rem;
  }
  .featured-bottom [id*=block-webform] {
    padding: 2.2rem;
  }
  .featured-bottom [id*=block-webform] form {
    margin: 1vw;
    max-width: 40vw;
    padding: 1.6rem;
  }
  #block-identica-partner-garage-search-form,
  #block-identicapartnergaragesearchform,
  #block-identica-career-search-form-featured {
    background-size: cover;
  }
  #block-identica-partner-garage-search-form h3,
  #block-identicapartnergaragesearchform h3,
  #block-identica-career-search-form-featured h3 {
    font-size: 2.4rem;
    max-width: 40rem;
    padding: 5rem 0 5.5rem 8.8rem;
  }
  #block-identica-partner-garage-search-form h3 span[class*=ID_icon_],
  #block-identicapartnergaragesearchform h3 span[class*=ID_icon_],
  #block-identica-career-search-form-featured h3 span[class*=ID_icon_] {
    position: absolute;
    left: 0;
    display: inline-block;
    font-size: 7.5rem;
    line-height: 5.1rem;
  }
  .mobile-unvisible-l {
    display: inline-block;
    opacity: 1;
  }
  .slider-markup h3 {
    font-size: 3vw;
  }
  #page-header {
    margin-top: 1.6rem !important;
  }
  #main-wrapper,
  .highlighted-center,
  footer {
    margin: 1.6rem !important;
  }
  .highlighted-top {
    padding: 0;
    margin: -4rem 1.6rem 1.6rem !important;
  }
  #service-region h4,
  #service-region .teasertext {
    display: block;
    text-align: center;
  }
  #service-region .teasertext {
    padding: 1rem;
  }
  #service-region a [class^=ID_icon_] {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    font-size: 6rem;
    text-align: center;
    line-height: 8rem !important;
  }
  #service-region .views-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 1.4rem;
    padding-right: 1.4rem;
  }
  #service-region .views-row .views-field {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 1rem;
    border: none;
  }
  #service-region .views-row .views-field:hover {
    -webkit-transform: translateY(-0.2rem);
        -ms-transform: translateY(-0.2rem);
            transform: translateY(-0.2rem);
    -webkit-box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.1);
  }
  #service-region .views-row .views-field a:hover span {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-animation-name: wobble;
            animation-name: wobble;
  }
  .contactperson {
    max-width: 30em;
  }
  .page-identica-partner-garage .layout-sidebar-second {
    padding-left: 0 !important;
  }
  .gmap,
  .certificates {
    padding: 0;
  }
  .cta {
    padding: 1.4rem 0;
  }
  #page-header,
  #main-menu .mega-menu {
    left: 1.6rem !important;
    right: 1.6rem !important;
  }
  #main-menu nav .menu-level-0 li a {
    padding: 0 0.5rem !important;
  }
  #main-menu nav .menu-level-0 li .mega-menu a {
    padding: 0 !important;
  }
  #main-menu nav .menu-level-1 {
    padding: 0 !important;
  }
  #main-menu nav .menu-level-1 li {
    padding-right: 0.4em;
    width: 33%;
  }
  #main-menu nav .menu-level-1 li a {
    padding: 0 !important;
  }
  .identica-bodyshop .identica-contact > div {
    padding: 2.2rem !important;
  }
  #block-main-navigation > ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 2.2rem;
       -moz-column-gap: 2.2rem;
            column-gap: 2.2rem;
    margin-right: 2.2rem;
  }
  footer {
    margin: 1.6rem;
  }
  footer #block-footerdisclaimer {
    width: 75%;
    -webkit-box-flex: 75%;
        -ms-flex: 75%;
            flex: 75%;
  }
  footer #block-socialmediaplatforms {
    width: 25%;
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
  }
}
/* ==================================================================
B I G  D I S P L A Y S  <  1 4 4 0 p x
------------------------------------------------------------------ */
@media only screen and (min-width: 87.5rem) {
  .identica-career-search-form {
    padding: 2.2rem;
    margin: 0 auto !important;
  }
  .responsecode-page #block-identicapartnergaragesearchform {
    min-height: 80vh;
  }
  .responsecode-page #block-identicapartnergaragesearchform .container,
  .responsecode-page #block-identicapartnergaragesearchform .identica-searchform {
    width: 100%;
  }
  .responsecode-page #block-identicapartnergaragesearchform span.ID_icon_Hinweis {
    font-size: 9rem !important;
    line-height: 5.7rem !important;
  }
  .responsecode-page #block-identicapartnergaragesearchform h3 {
    padding: 20vh 0 10vh 8.8rem;
  }
  #block-identica-partner-garage-search-form .identica-searchform,
  #block-identicapartnergaragesearchform .identica-searchform,
  #block-identica-career-search-form-featured .identica-searchform {
    padding: 2.2rem;
    margin: 0 auto !important;
  }
  #block-identica-partner-garage-search-form .identica-searchform .ipgs-more-filters,
  #block-identicapartnergaragesearchform .identica-searchform .ipgs-more-filters,
  #block-identica-career-search-form-featured .identica-searchform .ipgs-more-filters {
    display: inline-block;
    text-align: right;
    position: absolute;
    top: 2.2rem;
    right: 2.2rem;
  }
  #main-menu nav .menu-level-1 li {
    width: 24.5%;
  }
  .layout-sidebar-second {
    padding-left: 2.2rem;
  }
  .slider-markup h3 {
    font-size: 3rem;
  }
  .highlighted-center {
    padding: 0 1.6rem;
    max-width: 87.5rem;
    margin: 10px auto !important;
  }
  .highlighted-top {
    padding: 0 1.6rem;
    max-width: 87.5rem;
    margin: -4rem auto 1.6rem !important;
  }
  #main-wrapper {
    padding: 0 1.6rem;
    margin: 0 auto !important;
  }
}
/* Header
-------------------------------------------------- */
#page-header {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  height: auto !important;
  width: auto;
  z-index: 500;
  padding: 0;
  left: 1rem;
  right: 1rem;
  margin-top: 1rem;
  background-color: #4b4f54;
}
#page-header.menu-open, #page-header.menu-scroll, #page-header.menu-hover {
  background-color: #4b4f54 !important;
}

.header-slider--visible #page-header {
  background-color: transparent;
}

/* Header: Container
-------------------------------------------------- */
#page-header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

/* Header: Logo
-------------------------------------------------- */
.logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 150px;
  vertical-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.4rem;
}
.logo a {
  display: block;
  line-height: 0;
}
.logo img {
  height: auto;
  width: 150px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.logo img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/* Header: Meine Werkstatt
-------------------------------------------------- */
#identica-partner-my-garage {
  position: relative;
  line-height: 0.65em;
  padding: 0 1.6rem 1.6rem;
}
#identica-partner-my-garage small {
  display: block;
  padding-left: 3rem;
}
#identica-partner-my-garage strong {
  font: 1.2em/1em "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#identica-partner-my-garage span {
  position: absolute;
  top: 0;
  left: 1.6rem;
  font-size: 2.1rem;
  line-height: 0.7em;
}

/* Header: Search
-------------------------------------------------- */
#search-block-form {
  position: relative;
  width: 45px;
  height: 30px;
}
#search-block-form .form-item {
  margin-bottom: 0;
}
#search-block-form input[type=search] {
  height: 30px;
  display: inline-block;
  border: none;
  outline: none;
  padding: 0 2em;
  width: 0px;
  height: 50px;
  position: absolute;
  top: -10px;
  right: 0;
  background: none;
  z-index: 3;
  -webkit-transition: width margin;
  -o-transition: width margin;
  transition: width margin;
  cursor: pointer;
  margin: 0;
  color: white;
}
#search-block-form input[type=search]:focus:hover {
  border-bottom: 1px solid #fff;
}
#search-block-form input[type=search]:focus {
  background: #4b4f54;
  width: calc(96vw - 145px);
  padding: 0 1em;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  cursor: text;
  margin: 0 40px 0 20px;
}
#search-block-form input[type=submit] {
  height: 30px;
  width: 30px;
  display: inline-block;
  float: right;
  background: url("../images/id-search-icon.svg") center center no-repeat;
  background-size: cover;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
  padding: 0;
  margin: 0;
}
#search-block-form input[type=submit]:hover {
  opacity: 0.8;
}

/* Mediaslider
-------------------------------------------------- */
.page-identica-partner-garage .splide__pagination {
  margin-bottom: 4rem;
}

.page-identica-partner-garage .slider-markup {
  max-width: 65em;
  margin-bottom: 10vh;
}

.service-block video {
  width: auto !important;
  min-height: 25em !important;
}

.splide:hover .splide__pagination {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.splide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
}
.splide .splide__pagination {
  bottom: 1.7rem;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.splide .splide__pagination li {
  padding: 8px 0;
  height: 11px;
}
.splide .slider-media {
  height: 100%;
}
.splide .slider-media:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(25%, rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.splide .slider-markup h3,
.splide .slider-markup .slider-content {
  opacity: 0;
}
.splide .is-active .slider-markup h3,
.splide .is-active .slider-markup .slider-content {
  opacity: 0;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.splide .is-active .slider-markup h3 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.splide .is-active .slider-markup .slider-content {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.splide .slider-markup {
  color: white !important;
  padding: 4vw 4vw 2vw;
}
.splide .slider-markup h1,
.splide .slider-markup h2,
.splide .slider-markup h3,
.splide .slider-markup h4,
.splide .slider-markup h5,
.splide .slider-markup h6,
.splide .slider-markup p,
.splide .slider-markup strong,
.splide .slider-markup b,
.splide .slider-markup small,
.splide .slider-markup figure,
.splide .slider-markup blockquote {
  background: transparent;
  color: #fff !important;
}
.splide .slider-markup figure {
  max-width: 55vw;
}
.splide .slider-markup h1 {
  font-size: 1.3em;
}
.splide .slider-markup a {
  display: inline-block;
  font: 1.1em/1.1em "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  margin-top: 1em;
  padding: 1.55rem 1.8rem;
  background: #005971;
}
.splide .slider-markup a:hover {
  cursor: pointer;
  background: #003750;
}
.splide .slider-markup small {
  display: block;
  width: 80vw;
  max-width: 40rem;
  margin: 0 auto;
}
.splide .slider-markup small a {
  display: inline-block;
  font: 1em/1.1em "Roboto Condensed", Verdana, Geneva, sans-serif;
  text-transform: inherit;
  color: white;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background: transparent;
}
.splide .slider-markup small a:hover {
  cursor: pointer;
  background: none;
}
.splide .splide__pagination__page.is-active {
  margin: 2px;
  height: 11px;
  -webkit-transform: scale(1) translateY(1px);
      -ms-transform: scale(1) translateY(1px);
          transform: scale(1) translateY(1px);
  opacity: 1;
  background: #007092;
}
.splide .splide__pagination__page {
  position: relative;
  display: inline-block;
  width: 6vw;
  min-width: 1.8rem;
  max-width: 4rem;
  height: 5px;
  background: white;
  border-radius: 0;
  margin: 2px;
}
.splide .splide__pagination__page:hover {
  margin: 2px;
  height: 11px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.identica-media-slider .splide__pagination__page.is-active {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.identica-media-slider .splide__pagination__page.is-active:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.identica-media-slider .splide__pagination__page {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.identica-media-slider .splide__pagination__page:hover {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

#main-wrapper .slider-markup figure {
  max-width: 60vw;
  min-width: 18em;
}

.mobilenone {
  display: none;
}

.node--92 .splide__slide {
  width: 100% !important;
}
.node--92 #page-content .splide .slider-media:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0.75) 100%);
}
.node--92 #page-content .splide .slider-markup {
  color: white !important;
  padding: 0;
  margin: auto 0 auto 40%;
  -webkit-transform: trans;
      -ms-transform: trans;
          transform: trans;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Variables
-------------------------------------------------- */
/* Mobile Menu: Hamburger
-------------------------------------------------- */
#menu-btn {
  margin: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: left;
}
@media (min-width: 80rem) {
  #menu-btn {
    display: none;
  }
}
#menu-btn:hover {
  cursor: pointer;
}
#menu-btn .menu-btn-burger,
#menu-btn .menu-btn-burger:before,
#menu-btn .menu-btn-burger:after {
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menu-btn .menu-btn-burger:before, #menu-btn .menu-btn-burger:after {
  content: "";
  position: absolute;
}
#menu-btn .menu-btn-burger:before {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
#menu-btn .menu-btn-burger:after {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}
#menu-btn.open .menu-btn-burger {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  background: transparent;
}
#menu-btn.open .menu-btn-burger:before {
  -webkit-transform: rotate(45deg) translate(21px, -21px);
      -ms-transform: rotate(45deg) translate(21px, -21px);
          transform: rotate(45deg) translate(21px, -21px);
}
#menu-btn.open .menu-btn-burger:after {
  -webkit-transform: rotate(-45deg) translate(21px, 21px);
      -ms-transform: rotate(-45deg) translate(21px, 21px);
          transform: rotate(-45deg) translate(21px, 21px);
}

.menu-link-wrapper {
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
}

/* Main Menu: Hide / display on hamburger click.
-------------------------------------------------- */
#page-header.menu-open {
  display: block;
}
#page-header.menu-open #main-menu {
  display: block;
  background: rgba(230, 230, 230, 0.95);
}
#page-header #main-menu {
  display: none;
}
@media (min-width: 80rem) {
  #page-header #main-menu {
    display: block !important;
    background: transparent !important;
  }
}

/* Main Menu: All devices / breakpoints.
-------------------------------------------------- */
#main-menu {
  max-height: 80vh;
  overflow-y: auto;
}
#main-menu figure {
  display: none;
}
#main-menu .mega-menu-content-wrapper {
  padding: 0.5em;
}
#main-menu .mega-menu-content-wrapper a {
  padding: 0 !important;
}
#main-menu .mega-menu {
  font-size: 14px;
}
#main-menu .mega-menu .flex-between {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#main-menu .mega-menu h6 {
  display: none;
}
#main-menu nav ul {
  list-style: none;
}
#main-menu nav > ul a,
#main-menu nav > ul .menu-link-wrapper {
  font-family: "Roboto Condensed", Verdana, Geneva, sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#main-menu nav > ul .menu-link-wrapper:hover {
  cursor: pointer;
}
#main-menu nav .menu-level-0 {
  padding: 1.4rem;
}
#main-menu nav .menu-level-1 a:hover {
  color: #005971 !important;
}
#main-menu nav .menu-level-0 a,
#main-menu nav .menu-level-0 span,
#main-menu nav .menu-level-1 a,
#main-menu nav .menu-level-1 span {
  display: inline-block;
  color: #445158;
  font-size: 1em;
  line-height: 1;
  text-transform: inherit;
  padding: 1rem 0.5rem;
  position: relative;
}
#main-menu nav .menu-level-0 > li.has-childs .menu-link-wrapper,
#main-menu nav .menu-level-1 > li.has-childs .menu-link-wrapper {
  position: relative;
}
#main-menu nav .menu-level-0 > li.has-childs .menu-link-wrapper:after,
#main-menu nav .menu-level-1 > li.has-childs .menu-link-wrapper:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "IDENTICA" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92f";
  position: relative;
  font-size: 20px;
  top: 4px;
  right: 0.3rem;
  margin-top: -10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#main-menu nav .menu-level-0 > li.has-childs .menu-link-wrapper a,
#main-menu nav .menu-level-0 > li.has-childs .menu-link-wrapper span,
#main-menu nav .menu-level-1 > li.has-childs .menu-link-wrapper a,
#main-menu nav .menu-level-1 > li.has-childs .menu-link-wrapper span {
  padding-right: 1.7rem;
}
#main-menu nav .menu-level-1 {
  padding: 0.8em 0 1rem;
}
#main-menu nav .menu-level-1 a {
  font: 1em/1.5em "Roboto", Verdana, Geneva, sans-serif;
  padding: 0.2rem 0.5rem;
}
#main-menu nav .menu-level-1 a.is-active {
  color: #005971 !important;
}

/* Main Menu: Mobile
-------------------------------------------------- */
@media (max-width: 79.937rem) {
  #main-menu {
    width: 100%;
  }
  #main-menu .mega-menu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
  }
  #main-menu .menu-item.collapsed .menu-link-wrapper:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #main-menu .menu-item.collapsed .mega-menu {
    max-height: 100vh;
    -webkit-transition: max-height 0.6s ease-in-out;
    -o-transition: max-height 0.6s ease-in-out;
    transition: max-height 0.6s ease-in-out;
  }
  #main-menu .menu-level-1 a {
    padding: 0.15rem 0.6rem;
    color: #fff;
  }
}
/* Main Menu: Desktop
-------------------------------------------------- */
@media (min-width: 80rem) {
  .menu-level-0 {
    padding: 0 1.4rem !important;
  }
  .menu-level-0 .menu-link-wrapper {
    color: white !important;
  }
  .menu-level-0 .menu-link-wrapper a,
  .menu-level-0 .menu-link-wrapper span {
    display: block;
    color: white !important;
    font-size: 16px;
    padding: 0.5rem;
    position: relative;
  }
  .mega-menu {
    padding: 1.6rem;
  }
  .mega-menu .flex-between {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  #main-menu {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0;
  }
  #main-menu .menu-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.6rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid transparent;
  }
  #main-menu .menu-level-0 > li {
    display: inline-block;
  }
  #main-menu .menu-level-0 > li:hover .menu-link-wrapper {
    border-color: #f8b700;
  }
  #main-menu .menu-level-0 > li:hover .mega-menu {
    display: block !important;
  }
}
@media (min-width: 48rem) {
  .mega-menu .flex-between {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
/* Main Menu: Desktop: Mega Menu
-------------------------------------------------- */
@media (min-width: 80rem) {
  #main-menu .mega-menu {
    display: none;
    position: fixed;
    left: 1rem;
    right: 1rem;
    background: rgba(230, 230, 230, 0.95);
    color: #4b4f54;
  }
  #main-menu .mega-menu .flex-between {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  #main-menu .mega-menu h6 {
    display: block;
    border-bottom: 1px solid rgba(100, 100, 100, 0.3);
    margin-bottom: 1rem;
  }
  #main-menu .mega-menu .menu-level-1 li {
    display: inline-block;
    margin-bottom: 1rem;
  }
  #main-menu .mega-menu .menu-level-1 li > a {
    width: 100%;
    font-size: 14px;
    line-height: 1.2em;
    color: #4b4f54;
  }
}
/* Main Menu: Desktop: DEV: Always show second menu.
   Uncomment to make mega-menu item always visible.
-------------------------------------------------- */
/*@media (min-width: $breakpoint-l) {
  #main-menu {
    nav {
      > ul {
        > li:first-child {
          .mega-menu {
            display: block !important;
          }
        }
      }
    }
  }
}
*/