/**
 * Imports
 */
/**
 * Layer
 */
.layer-blur {
  background: #444;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.layer {
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 600px;
  transform: translate(-50%, -50%);
  z-index: 11000;
  transition: width 0.2s ease, padding 0.2s ease;
}
.layer .text {
  margin: 1em 0 0 0;
}
.layer .text p {
  font: 400 14px/20px "Titillium Web", sans-serif;
}
.layer .text.borderbottom {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 4px;
}
.layer .layer-header {
  padding: 30px;
  transition: none;
}
.layer .layer-header .title {
  color: #055cc5;
  font: 700 40px/40px "Titillium Web", sans-serif;
  margin: 0 0 0.2em 0;
  text-transform: uppercase;
  transition: font 0.2s ease;
}
.layer .subtitle {
  color: #000;
  font: 400 24px/24px "Titillium Web", sans-serif;
  text-transform: uppercase;
  transition: font 0.2s ease;
}
.layer .subtitle .emphasize {
  font-weight: 700;
}
.layer .layer-close {
  display: block;
  height: 28px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 28px;
  cursor: pointer;
}
.layer .layer-close::before,
.layer .layer-close::after {
  background: #888;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 12px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  width: 28px;
}
.layer .layer-close::before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.layer .layer-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.layer#layer-faq #layer-faq-form,
.layer#layer-faq #layer-faq-form-buttons {
  display: none;
}
.layer#layer-faq.show-form .layer-header {
  padding-bottom: 10px;
}
.layer#layer-faq.show-form #layer-faq-form {
  display: block;
}
.layer#layer-faq.show-form #layer-faq-form-buttons {
  display: flex;
}
.layer#layer-faq.show-form #layer-faq-content,
.layer#layer-faq.show-form #layer-faq-contact-button {
  display: none;
}
.layer .layer-faq {
  align-items: center;
  padding: 0 30px 15px;
  transition: padding 0.2s ease;
}
.layer .layer-faq .layer-faq-contents {
  padding-top: 1em;
}
.layer .layer-faq .layer-faq-category {
  display: none;
}
.layer .layer-faq .layer-faq-category.visible {
  display: block;
}
.layer .layer-faq .layer-faq-question {
  border-bottom: 2px solid #eeeeee;
  display: block;
}
.layer .layer-faq .layer-faq-question:last-child {
  border-bottom: none;
}
.layer .layer-faq .layer-faq-question.open .layer-faq-text {
  margin: 0 0 30px 30px;
  display: block;
}
.layer .layer-faq .layer-faq-question.open .layer-faq-text a {
  color: #000;
  text-decoration: underline;
}
.layer .layer-faq .layer-faq-question.open .layer-faq-text a:hover {
  text-decoration: none;
}
.layer .layer-faq .layer-faq-question.open .layer-faq-text p {
  color: #000;
  font: 400 16px/24px "Titillium Web", sans-serif;
  margin: 0 0 20px 0;
}
.layer .layer-faq .layer-faq-question.open .layer-faq-title::before {
  transform: unset;
  background-color: #055cc5;
}
.layer .layer-faq .layer-faq-question .layer-faq-text {
  display: none;
}
.layer .layer-faq .layer-faq-question .layer-faq-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0.8em 0;
  font: 600 18px/22px "Titillium Web", sans-serif;
}
.layer .layer-faq .layer-faq-question .layer-faq-title::before {
  content: "";
  background-color: #888;
  -webkit-mask-image: url(/images/icon-faq-question.svg);
  mask-image: url(/images/icon-faq-question.svg);
  background-size: 12px;
  width: 12px;
  height: 8px;
  transform: rotate(-90deg);
  transition: transform 0.3s ease, background-color 0.3s ease;
  margin-right: 10px;
  flex-shrink: 0;
}
.layer .layer-faq select {
  font-weight: 600;
}
.layer .layer-faq textarea {
  width: 100%;
  background: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  display: block;
  font: 400 14px/28px "Titillium Web", sans-serif;
  /* height: 40px; */
  padding: 0 10px;
  transition: border 0.2s ease;
  resize: none;
}
.layer .layer-faq textarea:hover {
  border-color: #888;
}
.layer .layer-faq textarea:focus {
  border-color: #055cc5;
}
.layer .layer-wide-button {
  background: #f1f1f1;
  width: 100%;
  color: #888;
  cursor: pointer;
  font: 600 18px/26px "Titillium Web", sans-serif;
  letter-spacing: 2px;
  padding: 18px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
  margin-top: auto;
  border-radius: 4px;
}
.layer .layer-wide-button:hover {
  background: #d9d9d9;
}
.layer .layer-wide-bottom-buttons {
  background: #f1f1f1;
  border-radius: 0 0 4px 4px;
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  padding: 25px 30px;
  transition: padding 0.2s ease;
  margin-top: auto;
}
.layer .layer-wide-bottom-buttons .layer-wide-bottom-button {
  background: #29aa5d;
  border-radius: 4px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex: 0 0 auto;
  font: 600 18px/26px "Titillium Web", sans-serif;
  letter-spacing: 2px;
  padding: 12px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
}
.layer .layer-wide-bottom-buttons .layer-wide-bottom-button:hover {
  background: #37b466;
  color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.layer .layer-wide-bottom-buttons .layer-wide-bottom-button.secondary {
  background: transparent;
  box-shadow: none;
  color: #888;
  padding: 12px 0;
}
.layer .layer-wide-bottom-buttons .layer-wide-bottom-button.secondary:hover {
  background: transparent;
  color: #888;
  box-shadow: none;
}
.layer .layer-upsell {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  padding: 0 30px 30px 30px;
  transition: padding 0.2s ease;
}
.layer .layer-upsell .layer-upsell-thumb {
  flex: 0 0 auto;
  font-size: 4px;
}
.layer .layer-upsell .layer-upsell-text {
  flex: 1 1 auto;
  padding: 0 0 0 40px;
}
.layer .layer-upsell .layer-upsell-text a {
  color: #000;
  text-decoration: underline;
}
.layer .layer-upsell .layer-upsell-text a:hover {
  text-decoration: none;
}
.layer .layer-upsell .layer-upsell-text p {
  color: #000;
  font: 400 14px/20px "Titillium Web", sans-serif;
  margin: 0 0 20px 0;
}
.layer .layer-upsell .layer-upsell-text p.small {
  color: #888;
  font: 400 12px/18px "Titillium Web", sans-serif;
}
.layer .layer-upsell .layer-upsell-text ul {
  color: #000;
  font: 400 14px/20px "Titillium Web", sans-serif;
}
.layer .layer-upsell .layer-upsell-text ul li {
  margin: 0 0 5px 0;
}
.layer .layer-upsell .layer-upsell-text ul li::before {
  background: url(/images/icon-check.svg) no-repeat 0 0;
  background-size: 14px 14px;
  content: "";
  display: block;
  filter: invert(12%) sepia(95%) saturate(7480%) hue-rotate(206deg)
    brightness(100%) contrast(96%);
  float: left;
  height: 14px;
  margin: 3px 6px 3px 0;
  width: 14px;
}
.layer .layer-upsell .layer-upsell-text-emission-sticker ul li::before {
  filter: invert(52%) sepia(93%) saturate(353%) hue-rotate(91deg)
    brightness(87%) contrast(90%);
}
.layer .layer-exit {
  align-items: center;
  padding: 0 30px 30px 30px;
  transition: padding 0.2s ease;
}
.layer .layer-exit .layer-exit-thumb {
  font-size: 5px;
  padding: 0 0 30px 0;
}
.layer .layer-exit .layer-exit-text a {
  color: #000;
  text-decoration: underline;
}
.layer .layer-exit .layer-exit-text a:hover {
  text-decoration: none;
}
.layer .layer-exit .layer-exit-text p {
  color: #000;
  font: 400 16px/24px "Titillium Web", sans-serif;
  margin: 0 0 20px 0;
}
.layer .layer-exit .layer-exit-text ul {
  color: #000;
  font: 400 16px/24px "Titillium Web", sans-serif;
}
.layer .layer-exit .layer-exit-text ul li {
  border-bottom: 2px solid #eeeeee;
  margin: 0 0 10px 0;
  padding: 0 0 10px 24px;
  position: relative;
}
.layer .layer-exit .layer-exit-text ul li:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0 0 0 24px;
}
.layer .layer-exit .layer-exit-text ul li::before {
  background: url(/images/icon-check.svg) no-repeat 0 0;
  background-size: 16px 16px;
  content: "";
  display: block;
  filter: invert(12%) sepia(95%) saturate(7480%) hue-rotate(206deg)
    brightness(100%) contrast(96%);
  float: left;
  height: 16px;
  margin: 4px 8px 4px -24px;
  position: absolute;
  width: 16px;
}
.layer .layer-exit .layer-exit-text ul li.trust {
  align-items: center;
  display: none;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.layer .layer-exit .layer-exit-text ul li.trust .trust-rating-text {
  flex: 0 0 auto;
  font-weight: 700;
}
.layer .layer-exit .layer-exit-text ul li.trust .trust-rating-stars {
  flex: 0 0 auto;
  margin: 0 8px;
}
.layer .layer-exit .layer-exit-text ul li.trust .trust-rating-grade {
  flex: 0 0 auto;
  font-weight: 400;
}
.layer .layer-exit .layer-exit-text ul li.trust::before {
  background: url(/images/icon-trust.png) no-repeat 0 0;
  background-size: 20px 20px;
  filter: none;
  height: 20px;
  margin: 2px 4px 2px -24px;
  width: 20px;
}
.layer .layer-exit .layer-exit-text ul li strong {
  font-weight: 700;
}
.layer .layer-summary {
  background: #f1f1f1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 25px 30px;
  transition: padding 0.2s ease;
}
.layer .layer-summary .layer-summary-trust {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
}
.layer .layer-summary .layer-summary-trust::before {
  background: url(/images/icon-trust.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 50px;
  margin: 0 15px 0 0;
  width: 50px;
}
.layer .layer-summary .layer-summary-trust .layer-summary-trust-wrapper {
  flex: 1 1 auto;
}
.layer
  .layer-summary
  .layer-summary-trust
  .layer-summary-trust-wrapper
  .layer-summary-trust-name {
  color: #000;
  font: 600 16px/24px "Titillium Web", sans-serif;
}
.layer
  .layer-summary
  .layer-summary-trust
  .layer-summary-trust-wrapper
  .layer-summary-trust-rating {
  color: #000;
  flex: 0 0 auto;
  font: 400 12px/18px "Titillium Web", sans-serif;
}
.layer .layer-summary .layer-summary-button {
  background: #29aa5d;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex: 0 0 auto;
  font: 600 18px/26px "Titillium Web", sans-serif;
  letter-spacing: 2px;
  padding: 12px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
}
.layer .layer-summary .layer-summary-button:hover {
  background: #37b466;
  color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.layer .layer-summary .layer-summary-button.loading {
  background-color: #bdbdbd;
}
.layer .layer-summary .layer-summary-button.secondary {
  background: transparent;
  box-shadow: none;
  color: #888;
  padding: 12px 0;
}
.layer .layer-summary .layer-summary-button.secondary:hover {
  background: transparent;
  color: #888;
  box-shadow: none;
}
.layer .layer-summary .layer-summary-button.secondary.loading {
  background-color: transparent;
}
.layer.layer-badge .layer-header .title {
  color: #2aab5d;
}
.layer.layer-badge .badge {
  background: url(/images/green-badge.svg) no-repeat center;
  display: flex;
  background-size: 200px;
  width: 200px;
  height: 200px;
  position: relative;
}
.layer.layer-badge .badge .badge-text {
  font: 7em/0.7em "europlate";
  position: absolute;
  bottom: 31%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 640px), (max-height: 600px) {
  .layer.layer-mobile-fullscreen {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: auto;
  }
  .layer.layer-mobile-fullscreen .layer-summary {
    margin-top: auto;
  }
  .layer.layer-mobile-fullscreen .layer-wide-button {
    border-radius: 0;
  }
}
@media (max-width: 640px) {
  .layer {
    width: 320px;
  }
  .layer .layer-header {
    padding: 20px;
  }
  .layer .layer-header .title {
    font: 700 28px/28px "Titillium Web", sans-serif;
    padding-right: 28px;
  }
  .layer .subtitle {
    font: 400 16px/16px "Titillium Web", sans-serif;
  }
  .layer .layer-faq {
    padding: 0 20px 15px;
  }
  .layer .layer-wide-bottom-buttons {
    flex-direction: column-reverse;
  }
  .layer .layer-wide-bottom-buttons .secondary {
    margin: 10px 0 -10px 0;
  }
  .layer .layer-upsell {
    flex-flow: column wrap;
    padding: 0 20px 20px 20px;
  }
  .layer .layer-upsell .layer-upsell-thumb {
    flex: 0 0 100%;
    font-size: 4px;
    margin: 0 0 20px 0;
  }
  .layer .layer-upsell .layer-upsell-thumb .carbon-info {
    font-size: 3px;
  }
  .layer .layer-upsell .layer-upsell-text {
    flex: 0 0 100%;
    padding: 0;
  }
  .layer .layer-upsell .layer-upsell-text p {
    display: none;
  }
  .layer .layer-exit {
    padding: 0 20px 20px 20px;
  }
  .layer .layer-exit .layer-exit-thumb {
    font-size: 4px;
    padding: 0 0 20px 0;
  }
  .layer .layer-exit .layer-exit-text p {
    font: 400 14px/20px "Titillium Web", sans-serif;
  }
  .layer .layer-exit .layer-exit-text ul {
    font: 400 14px/20px "Titillium Web", sans-serif;
  }
  .layer .layer-exit .layer-exit-text ul li {
    margin: 0 0 8px 0;
    padding: 0 0 8px 20px;
  }
  .layer .layer-exit .layer-exit-text ul li:last-child {
    padding: 0 0 0 20px;
  }
  .layer .layer-exit .layer-exit-text ul li::before {
    background-size: 14px 14px;
    height: 14px;
    margin: 3px 6px 3px -20px;
    width: 14px;
  }
  .layer .layer-exit .layer-exit-text ul li.trust {
    display: flex;
  }
  .layer .layer-exit .layer-exit-text ul li.trust .trust-rating-stars {
    margin: 0 6px;
  }
  .layer .layer-exit .layer-exit-text ul li.trust::before {
    background-size: 16px 16px;
    height: 16px;
    margin: 2px 4px 2px -20px;
    width: 16px;
  }
  .layer .layer-address {
    padding: 0 20px 20px 20px;
    margin-top: -15px;
  }
  .layer .layer-summary {
    flex-flow: column wrap;
    padding: 20px;
  }
  .layer .layer-summary .layer-summary-trust {
    display: none;
  }
  .layer .layer-summary .layer-summary-button {
    order: 1;
  }
  .layer .layer-summary .layer-summary-button.secondary {
    order: 2;
    margin: 10px 0 -10px 0;
  }
  .layer.layer-badge .layer-header .title {
    font: 700 23.5px/23.5px "Titillium Web", sans-serif;
  }
  .layer.layer-badge .layer-upsell-text {
    flex: 0 0 100%;
    padding: 0;
  }
  .layer.layer-badge .layer-upsell-text p {
    display: block;
  }
  .layer.layer-badge .layer-upsell-text p.small {
    margin: 0;
  }
}
@media (max-width: 350px) {
  .layer {
    position: absolute;
  }
}
/**
 * Dialog
 */
.dialog-blur {
  background: #444;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.dialog {
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 320px;
  transform: translate(-50%, -50%);
  z-index: 11000;
  transition: width 0.2s ease, padding 0.2s ease;
}
.dialog .title {
  color: #000;
  font: 600 24px/24px "Titillium Web", sans-serif;
  padding: 20px;
  transition: font 0.2s ease, padding 0.2s ease;
}
.dialog .content {
  padding: 0 20px 20px 20px;
}
.dialog .content p {
  color: #000;
  font: 400 14px/20px "Titillium Web", sans-serif;
}
.dialog .action {
  background: #f1f1f1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 15px 20px;
  transition: padding 0.2s ease;
}
.dialog .action .button {
  background: #29aa5d;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex: 0 0 auto;
  font: 600 16px/22px "Titillium Web", sans-serif;
  letter-spacing: 1px;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
}
.dialog .action .button:hover {
  background: #37b466;
  color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.dialog .action .button.loading {
  background-color: #bdbdbd;
}
.dialog .action .button.secondary {
  background: transparent;
  box-shadow: none;
  color: #888;
  padding: 12px 0;
}
.dialog .action .button.secondary:hover {
  background: transparent;
  color: #888;
  box-shadow: none;
}
.dialog .action .button.secondary.loading {
  background-color: transparent;
}
/**
 * eVB Teaser
 **/
.evbteaser {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 0 20px 0;
}
.evbteaser .evbteaser-features {
  flex: 0 1 auto;
}
.evbteaser .evbteaser-image {
  flex: 0 0 auto;
  height: 70px;
  margin: 0 0 20px 0;
  width: 112px;
}
.layer-address {
  align-items: center;
  padding: 0 30px 30px 30px;
  transition: padding 0.2s ease;
  margin-top: -25px;
}
.layer-address .shipping-type-selection {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.layer-address .shipping-type-selection .shipping-type {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #888888;
  text-transform: uppercase;
  cursor: pointer;
  font: 600 14px/20px "Titillium Web", sans-serif;
  letter-spacing: 1px;
  padding: 10px;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.layer-address .shipping-type-selection .shipping-type:first-child {
  border-radius: 3px 0 0 3px;
}
.layer-address .shipping-type-selection .shipping-type:last-child {
  border-radius: 0 3px 3px 0;
}
.layer-address .shipping-type-selection .shipping-type:hover {
  background-color: #7d7d7d;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.layer-address .shipping-type-selection .shipping-type.active {
  background: #055cc5;
}
.layer-address .shipping-type-selection .shipping-type.active:hover {
  background-color: #004bb1;
}
.layer-address .shipping-type-selection .shipping-type span {
  display: none;
}
.layer-address .subtitle {
  margin: 10px 0;
}
.layer-address .fixed-address-part {
  margin: 0.5em 0;
}
.layer-address .form .form-field .group {
  flex-wrap: wrap;
}
.layer-address .invalid-address-form {
  display: none;
}
.layer-address .invalid-address-form.active {
  display: flex;
}
.checkout .main .main-wrapper,
.contentpage .main .main-wrapper {
  max-width: 800px !important;
}
.checkout.checkout-1 .main .main-wrapper,
.checkout.checkout-2 .main .main-wrapper,
.contentpage.checkout-1 .main .main-wrapper,
.contentpage.checkout-2 .main .main-wrapper {
  display: flex;
  flex-flow: row wrap;
  max-width: 1200px !important;
}
.checkout.checkout-1 .main .main-wrapper .checkout-col1,
.checkout.checkout-2 .main .main-wrapper .checkout-col1,
.contentpage.checkout-1 .main .main-wrapper .checkout-col1,
.contentpage.checkout-2 .main .main-wrapper .checkout-col1 {
  flex: 1 1 50%;
  padding: 0 20px 0 0;
  width: 50%;
  order: 1;
}
.checkout.checkout-1 .main .main-wrapper .checkout-col2,
.checkout.checkout-2 .main .main-wrapper .checkout-col2,
.contentpage.checkout-1 .main .main-wrapper .checkout-col2,
.contentpage.checkout-2 .main .main-wrapper .checkout-col2 {
  flex: 1 1 50%;
  padding: 0 0 0 20px;
  width: 50%;
  order: 2;
}
.checkout.checkout-1 .main .main-wrapper .progressbar,
.checkout.checkout-2 .main .main-wrapper .progressbar,
.contentpage.checkout-1 .main .main-wrapper .progressbar,
.contentpage.checkout-2 .main .main-wrapper .progressbar {
  flex: 0 0 100%;
  order: 0;
}
.checkout.checkout-1 .main .main-wrapper .block-summary,
.checkout.checkout-2 .main .main-wrapper .block-summary,
.contentpage.checkout-1 .main .main-wrapper .block-summary,
.contentpage.checkout-2 .main .main-wrapper .block-summary {
  flex: 0 0 100%;
  order: 3;
}
.checkout.checkout-1 .main .main-wrapper #invoice-form,
.checkout.checkout-2 .main .main-wrapper #invoice-form,
.contentpage.checkout-1 .main .main-wrapper #invoice-form,
.contentpage.checkout-2 .main .main-wrapper #invoice-form {
  padding: 20px 0 0 0;
}
.checkout.checkout-2 .main .main-wrapper .checkout-col1 .form.agb-check,
.contentpage.checkout-2 .main .main-wrapper .checkout-col1 .form.agb-check {
  display: none;
}
.checkout.checkout-2
  .main
  .main-wrapper
  .checkout-col1
  .form.agb-check
  .form-field
  .group,
.contentpage.checkout-2
  .main
  .main-wrapper
  .checkout-col1
  .form.agb-check
  .form-field
  .group {
  align-items: center;
}
@media (max-width: 1000px) {
  .checkout.checkout-1 .main .main-wrapper,
  .checkout.checkout-2 .main .main-wrapper {
    display: block;
  }
  .checkout.checkout-1 .main .main-wrapper .checkout-col1,
  .checkout.checkout-1 .main .main-wrapper .checkout-col2,
  .checkout.checkout-2 .main .main-wrapper .checkout-col1,
  .checkout.checkout-2 .main .main-wrapper .checkout-col2 {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .checkout.checkout-2 .main .main-wrapper .checkout-col1 .form.agb-check {
    display: flex;
    margin-top: 25px;
  }
  .checkout.checkout-2 .main .main-wrapper .checkout-col2 {
    display: none;
  }
}
/**
 * Reset
 */
html {
  font-family: "Titillium Web", sans-serif;
}
*,
*::before,
*::after {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:focus {
  outline: 0;
}
* {
  transition: margin 0.25s ease, padding 0.25s ease;
}
body {
  background: #d9d9d9;
  text-rendering: optimizeSpeed;
}
ol,
ul {
  list-style: none;
}
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-outline: none;
  outline: none;
}
/**
 * Animations
 */
@keyframes iconSwitch {
  40% {
    background-image: url(/images/icon-trust.png);
  }
  50% {
    background-image: url(/images/icon-tuev.png);
  }
  90% {
    background-image: url(/images/icon-tuev.png);
  }
  100% {
    background-image: url(/images/icon-trust.png);
  }
}
/**
 Apple Pay Button
 */
apple-pay-button {
  width: 100%;
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 35px;
  --apple-pay-button-border-radius: 5px;
  --apple-pay-button-padding: 5px 0px;
}
/**
 * Main
 */
.main {
  background: #f1f1f1;
  padding: 40px 50px;
}
.main .main-wrapper {
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 1000px) {
  .main {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 413px) {
  .main {
    padding: 65px 0 0 0;
  }
}
@media (max-width: 374px) {
  .main {
    padding: 60px 0 0 0;
  }
}
/**
 * Progressbar
 */
.progressbar {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto 40px auto;
  max-width: 800px;
  position: relative;
}
.progressbar .item {
  flex: 0 0 33.33%;
  overflow: hidden;
  position: relative;
}
.progressbar .item .icon {
  background: #d9d9d9;
  border-radius: 50%;
  color: #888;
  display: block;
  font: 800 15px/30px "Titillium Web", sans-serif;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  text-align: center;
  width: 30px;
  z-index: 2000;
}
.progressbar .item .label {
  color: #888;
  display: block;
  font: 600 14px/16px "Titillium Web", sans-serif;
  letter-spacing: 1px;
  padding-top: 40px;
  text-align: center;
  text-transform: uppercase;
}
.progressbar .item::before {
  background: #d9d9d9;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 14px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
}
.progressbar .item::after {
  background: #d9d9d9;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 14px;
  transform: translateX(50%);
  width: 100%;
  z-index: 1000;
}
.progressbar .item.active .icon {
  color: #fff;
  background: #888888;
}
.progressbar .item.active .label {
  color: #000;
}
.progressbar .item.active::before {
  background: #888888;
}
.progressbar .item.active::after {
  background: #d9d9d9;
}
.progressbar .item.success .icon {
  color: #fff;
  background: #29aa5d;
}
.progressbar .item.success .icon::before {
  background: url(/images/icon-check.svg) no-repeat center center;
  background-size: 14px 14px;
  content: "";
  display: block;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(3deg)
    brightness(100%) contrast(104%);
  height: 30px;
  width: 30px;
}
.progressbar .item.success .icon span {
  display: none;
}
.progressbar .item.success .label {
  color: #000;
}
.progressbar .item.success::before {
  background: #29aa5d;
}
.progressbar .item.success::after {
  background: #29aa5d;
}
@media (max-width: 1000px) {
  .progressbar {
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .progressbar {
    display: none;
  }
}
/**
 * Block
 */
.block {
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 35px 40px;
  margin: 0 0 40px 0;
}
.block.secondary {
  background: none;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: none;
}
.block .block-headline {
  font-size: 20px;
}
.block .block-headline h1 {
  color: #055cc5;
  font: 700 2em/1em "Titillium Web", sans-serif;
  margin: 0 0 0.2em 0;
  text-transform: uppercase;
  transition: font 0.2s ease;
}
.block .block-headline h2 {
  color: #000;
  font: 600 1.2em/1.1em "Titillium Web", sans-serif;
  text-transform: uppercase;
  transition: font 0.2s ease;
}
.block .block-title {
  color: #000;
  font: 700 24px/28px "Titillium Web", sans-serif;
  margin: 0 0 16px 0;
}
.block .block-more {
  color: #888;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  display: block;
  font: 400 14px/28px "Titillium Web", sans-serif;
  margin: 20px 0 0 0;
  padding: 4px 15px 4px 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.block .block-more:hover {
  color: #000;
}
@media (max-width: 1000px) {
  .block {
    padding: 25px 30px;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .block {
    border-radius: 0;
    padding: 20px;
    margin: 0 0 20px 0;
  }
  .block.secondary {
    background: none;
    border: 0;
  }
}
@media (max-width: 600px) {
  .block .block-headline {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .block .block-headline {
    font-size: 16px;
  }
}
@media (max-width: 413px) {
  .block .block-headline {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .block .block-headline {
    font-size: 12px;
  }
}
.block-product {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.block-summary {
  padding: 25px 30px;
}
@media (max-width: 1000px) {
  .block-summary {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .block-summary {
    padding: 0 20px 20px 20px;
  }
}
/**
 * Content
*/
.content {
  margin: 0 0 -20px 0;
}
.content a {
  color: #000;
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}
.content strong,
.content b {
  font-weight: 600;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #000;
  margin: 0 0 20px 0;
}
.content h1 {
  font: 400 24px/28px "Titillium Web", sans-serif;
}
.content h2 {
  font: 400 22px/26px "Titillium Web", sans-serif;
}
.content h3 {
  font: 400 20px/24px "Titillium Web", sans-serif;
}
.content h4 {
  font: 400 18px/22px "Titillium Web", sans-serif;
}
.content h5 {
  font: 400 16px/20px "Titillium Web", sans-serif;
}
.content h6 {
  font: 400 14px/20px "Titillium Web", sans-serif;
}
.content p {
  color: #000;
  font: 400 14px/20px "Titillium Web", sans-serif;
  margin: 0 0 20px 0;
}
.content ul,
.content ol {
  color: #000;
  font: 400 14px/20px "Titillium Web", sans-serif;
  margin: 0 0 20px 20px;
}
.content ul li,
.content ol li {
  margin: 0 0 5px 0;
}
.content ul {
  list-style-type: square;
}
.content ol {
  list-style-type: decimal;
}
.content ol[type="a"] {
  list-style-type: lower-latin;
}
.content ol[type="I"] {
  list-style-type: upper-roman;
}
.content .style-type-check {
  list-style: none;
  margin: 0 0 20px 0;
}
.content .style-type-check li::before {
  background: url(/images/icon-check.svg) no-repeat 0 0;
  background-size: 14px 14px;
  content: "";
  display: block;
  filter: invert(12%) sepia(95%) saturate(7480%) hue-rotate(206deg)
    brightness(100%) contrast(96%);
  float: left;
  height: 14px;
  margin: 3px 6px 3px 0;
  width: 14px;
}
/**
 * Form
 */
.form {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px -16px -10px;
}
.form .form-wrapper {
  display: block;
  width: 100%;
}
.form .form-group {
  display: flex;
  flex: 0 0 100%;
  flex-flow: row wrap;
}
.form .form-field {
  flex: 0 0 100%;
  padding: 0 10px 16px 10px;
}
.form .form-field.w25 {
  flex: 0 0 25%;
}
.form .form-field.w50 {
  flex: 0 0 50%;
}
.form .form-field.w75 {
  flex: 0 0 75%;
}
.form .form-field.w33 {
  flex: 0 0 33.33%;
}
.form .form-field.w66 {
  flex: 0 0 66.66%;
}
.form .form-field.w70 {
  flex: 0 0 70%;
}
.form .form-field.w30 {
  flex: 0 0 30%;
}
.form .form-field.wauto {
  flex: 0 0 auto;
}
.form .form-field label {
  color: #000;
  display: block;
  font: 600 14px/20px "Titillium Web", sans-serif;
  padding: 4px 0 6px 0;
}
.form .form-field label a {
  color: #000;
  text-decoration: underline;
}
.form .form-field label a:hover {
  text-decoration: none;
}
.form .form-field.required label::after {
  color: #055cc5;
  content: " *";
}
.form .form-field .hint {
  color: #888;
  display: block;
  font: 400 12px/16px "Titillium Web", sans-serif;
  padding: 4px 0 0 0;
}
.form .form-field .hint.error-message {
  color: #bc0000;
}
.form .form-field input[type="text"],
.form .form-field input[type="password"],
.form .form-field input[type="email"],
.form .form-field input[type="tel"],
.form .form-field select {
  background: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  display: block;
  font: 400 14px/28px "Titillium Web", sans-serif;
  height: 40px;
  padding: 0 10px;
  transition: border 0.2s ease;
  width: 100%;
}
.form .form-field input[type="text"]:hover,
.form .form-field input[type="password"]:hover,
.form .form-field input[type="email"]:hover,
.form .form-field input[type="tel"]:hover,
.form .form-field select:hover {
  border-color: #888;
}
.form .form-field input[type="text"]:focus,
.form .form-field input[type="password"]:focus,
.form .form-field input[type="email"]:focus,
.form .form-field input[type="tel"]:focus,
.form .form-field select:focus {
  border-color: #055cc5;
}
.form .form-field select {
  background: #fff url(/images/icon-select.svg) no-repeat right center;
  background-size: 36px 36px;
  padding: 0 36px 0 10px;
  position: relative;
  overflow: hidden;
}
.form .form-field button {
  background: #055cc5;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: 600 14px/20px "Titillium Web", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 0 auto;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.form .form-field button:hover {
  background: #004bb1;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
.form .form-field .group {
  display: flex;
  flex-flow: row nowrap;
}
.form .form-field .group.bordertop {
  border-top: 2px solid #eeeeee;
  margin-top: 4px;
  padding-top: 20px;
}
.form .form-field .group.borderbottom {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 4px;
}
.form .form-field .group.carbon-upgrade {
  background: #eeeeee url(../images/carbon-upgrade.png) no-repeat left center;
  background-size: contain;
  border-radius: 3px;
  padding: 12px 20px 12px 100px;
  width: 100%;
}
.form .form-field .group .item {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  margin: 0 20px 0 0;
}
.form .form-field .group .item.full {
  flex: 1 1 auto;
}
.form .form-field .group .item:last-child {
  margin: 0;
}
.form .form-field input[type="checkbox"],
.form .form-field input[type="radio"] {
  background: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  font-size: inherit;
  height: 26px;
  margin: 0 10px 0 0;
  transition: border 0.2s ease;
  width: 26px;
}
.form .form-field input[type="checkbox"]:hover,
.form .form-field input[type="radio"]:hover {
  border: 2px solid #888;
}
.form .form-field input[type="checkbox"]::after,
.form .form-field input[type="radio"]::after {
  background: #055cc5;
  border: 3px solid #fff;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  display: none;
  height: 100%;
  width: 100%;
}
.form .form-field input[type="checkbox"]:checked::after,
.form .form-field input[type="radio"]:checked::after {
  display: block;
}
.form .form-field input[type="radio"] {
  border-radius: 50%;
}
.form .form-field input[type="radio"]::after {
  border-radius: 50%;
}
.form .form-field input[type="checkbox"] + label,
.form .form-field input[type="radio"] + label {
  flex: 1 1 auto;
  padding: 3px 0;
}
.form .form-field.error input[type="text"],
.form .form-field.error input[type="password"],
.form .form-field.error input[type="email"],
.form .form-field.error input[type="tel"],
.form .form-field.error select,
.form .form-field.error input[type="checkbox"],
.form .form-field.error textarea,
.form .form-field.error input[type="radio"] {
  border: 2px solid #bc0000;
}
.form .form-field.error label,
.form .form-field.error a {
  color: #bc0000;
}
.form .form-hints {
  border-top: 2px solid #eeeeee;
  color: #888;
  font: 400 12px/16px "Titillium Web", sans-serif;
  margin: 0 10px;
  padding: 16px 0;
}
.form .form-time {
  flex: 1 1 auto;
  padding: 0 10px 16px 10px;
}
.form .form-upselling {
  flex: 0 0 100%;
  padding: 0 10px 16px 10px;
}
.form .form-availability {
  align-self: center;
  flex: 1 1 auto;
  padding: 0 10px 20px 10px;
}
.form .form-price {
  align-self: center;
  flex: 0 0 auto;
  padding: 0 10px 20px 10px;
}
@media (max-width: 767px) {
  .form .form-field.w33 {
    flex: 0 0 100%;
  }
  .form .form-field.w66 {
    flex: 0 0 100%;
  }
}
/**
 * Summary
 */
.summary {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.summary .summary-price {
  color: #000;
  font: 400 16px/24px "Titillium Web", sans-serif;
  flex: 1 1 auto;
}
.summary .summary-price small {
  color: #888;
  font: 400 12px/18px "Titillium Web", sans-serif;
  display: block;
}
.summary .summary-price small .emphasize {
  color: #29aa5d;
  font-weight: bold;
}
.summary .summary-trust {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
}
.summary .summary-trust::before {
  background: url(/images/icon-trust.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 50px;
  margin: 0 15px 0 0;
  width: 50px;
}
.summary .summary-trust .summary-trust-wrapper {
  flex: 1 1 auto;
}
.summary .summary-trust .summary-trust-wrapper .summary-trust-name {
  color: #000;
  font: 600 16px/24px "Titillium Web", sans-serif;
}
.summary .summary-trust .summary-trust-wrapper .summary-trust-rating {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.summary
  .summary-trust
  .summary-trust-wrapper
  .summary-trust-rating
  .summary-trust-rating-grade {
  color: #000;
  flex: 0 0 auto;
  font: 400 12px/18px "Titillium Web", sans-serif;
}
.summary
  .summary-trust
  .summary-trust-wrapper
  .summary-trust-rating
  .summary-trust-rating-stars {
  font-size: 12px;
  flex: 0 0 auto;
  margin: 0 0 0 4px;
}
.summary .summary-button {
  background: #29aa5d;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex: 0 0 auto;
  font: 600 18px/26px "Titillium Web", sans-serif;
  letter-spacing: 2px;
  padding: 12px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
}
.summary .summary-button:hover {
  background: #37b466;
  color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.summary .summary-button.loading {
  background-color: #bdbdbd;
}
.summary .summary-button .paypal-button {
  width: 45%;
}
.icon-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.icon-button::before {
  display: block;
  content: "";
  background: url(/images/icon-lock-white.svg) no-repeat center center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}
.icon-button.secure::before {
  background-image: url(/images/icon-lock-white.svg);
}
.icon-button.customer-service-button::before {
  background-image: url(/images/icon-support.svg);
}
/**
 * Numberplate
 */
.numberplate .numberplate-wrapper .numberplate-sticker {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.numberplate
  .numberplate-wrapper
  .numberplate-sticker.sticker-preview
  .sticker-1,
.numberplate
  .numberplate-wrapper
  .numberplate-sticker.sticker-preview
  .sticker-2 {
  filter: grayscale(1) opacity(0.7);
}
.numberplate .numberplate-wrapper .numberplate-sticker .sticker-1 {
  display: block;
  background: #ffffff;
  width: 2.3em;
  height: 2.3em;
  border: 0.2em solid #a3a3a3;
  border-radius: 50%;
  transition: background-image 0.2s, filter 0.2s;
}
.numberplate .numberplate-wrapper .numberplate-sticker .sticker-1.plakette {
  border: none;
  background: #ffffff no-repeat 0 0 / contain;
}
.numberplate .numberplate-wrapper .numberplate-sticker .sticker-2 {
  display: block;
  background: #e8e8e8;
  width: 3em;
  height: 3em;
  border: 0.2em solid #a3a3a3;
  border-radius: 50%;
  margin: 0.75em 0 0 0;
  transition: background-image 0.2s, filter 0.2s;
}
.numberplate .numberplate-wrapper .numberplate-sticker .sticker-2.wappen {
  border: none;
  background: #e8e8e8 no-repeat 0 0 / contain;
}
.numberplate .numberplate-wrapper .numberplate-text {
  color: #000;
  flex: 0 0 auto;
  font: 8em "europlate";
  text-align: center;
  text-transform: uppercase;
  transition: font 0.25s ease;
  margin: 0 0.1em 0 0;
}
.numberplate .numberplate-wrapper .numberplate-text .numberplate-type {
  float: left;
}
.numberplate .numberplate-wrapper .numberplate-text .numberplate-type-seasonal {
  float: right;
}
.numberplate .numberplate-wrapper .numberplate-text span {
  display: block;
  font: 0.4em/0.6em "europlate";
  margin: 0 0.15em;
  padding: 0.3em 0;
}
.numberplate .numberplate-wrapper .numberplate-text span.error {
  color: #a52019;
}
.numberplate .numberplate-wrapper .numberplate-text span:first-child {
  border-bottom: 0.1em solid #000;
  margin-bottom: 0.05em;
}
.numberplate label,
.numberplate .error-messages-label {
  background: #ffcc00;
  border-radius: 0.2em;
  box-shadow: 0 0.1em 0.3em 0 rgba(0, 0, 0, 0.25);
  color: #000;
  visibility: hidden;
  opacity: 0;
  font: 600 1.6em/1.3em "Titillium Web", sans-serif;
  left: 50%;
  padding: 0.7em 0.4em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 107%;
  transform: translateX(-50%);
  width: 11em;
  transition: opacity 0.2s ease;
}
.numberplate label::before,
.numberplate .error-messages-label::before {
  background: #ffcc00;
  box-shadow: 0 0.1em 0.3em 0 rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 1em;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  width: 1em;
}
.numberplate label::after,
.numberplate .error-messages-label::after {
  background: #ffcc00;
  content: "";
  display: block;
  height: 0.9em;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 2em;
}
.numberplate label small,
.numberplate .error-messages-label small {
  display: block;
  font: 400 0.7em/1.3em "Titillium Web", sans-serif;
}
.numberplate label.error-messages-label,
.numberplate .error-messages-label.error-messages-label {
  background: #bc0000;
  color: #ffffff;
  width: 100%;
  left: unset;
  top: unset;
  margin-top: 1em;
  transform: unset;
  position: relative;
}
.numberplate label.error-messages-label span,
.numberplate .error-messages-label.error-messages-label span {
  display: inline-block;
}
.numberplate label.error-messages-label::before,
.numberplate .error-messages-label.error-messages-label::before {
  background: #bc0000;
}
.numberplate label.error-messages-label::after,
.numberplate .error-messages-label.error-messages-label::after {
  background: #bc0000;
}
.numberplate label.error-messages-label.active,
.numberplate .error-messages-label.error-messages-label.active {
  visibility: visible;
  opacity: 1;
}
.numberplate.numberplate-type-taxfree .numberplate-wrapper {
  border: 0.4em solid #007800;
}
.numberplate.numberplate-type-taxfree
  .numberplate-wrapper
  .numberplate-field
  input {
  color: #007800;
}
.numberplate.numberplate-type-taxfree
  .numberplate-wrapper
  .numberplate-field
  input::placeholder {
  color: #afcaaf;
  opacity: 1;
}
.numberplate.numberplate-type-taxfree
  .numberplate-wrapper
  .numberplate-field.error
  input::placeholder {
  color: #d37c7c;
}
.numberplate.numberplate-type-taxfree .numberplate-wrapper .numberplate-text {
  color: #007800;
}
.numberplate:not(.numberplate-type-taxfree)
  .carbon-look
  .numberplate-field
  input:not(:placeholder-shown),
.numberplate:not(.numberplate-type-taxfree) .carbon-look .numberplate-text {
  background-image: url(/images/carbon-pattern.png);
  background-size: 0.125em;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}
.numberplate:not(.numberplate-type-taxfree)
  .carbon-look
  .numberplate-field
  input:not(:placeholder-shown)
  span:first-child,
.numberplate:not(.numberplate-type-taxfree)
  .carbon-look
  .numberplate-text
  span:first-child {
  border-bottom-color: #3e3e3e;
}
.numberplate.numberplate-lines-2 {
  background-size: auto 9.6em;
}
.numberplate.numberplate-lines-2 .numberplate-wrapper {
  flex-wrap: wrap;
  padding: 0.3em;
}
.numberplate.numberplate-lines-2 .numberplate-wrapper .line {
  display: flex;
  flex-flow: row nowrap;
  flex-basis: 100%;
  align-items: center;
}
.numberplate.numberplate-lines-2 .numberplate-wrapper .line.line-1 {
  align-self: flex-start;
  margin-left: 5em;
  justify-content: center;
}
.numberplate.numberplate-lines-2
  .numberplate-wrapper
  .line.line-1
  .numberplate-sticker {
  margin-left: 1.5em;
}
.numberplate.numberplate-lines-2 .numberplate-wrapper .line:last-child {
  justify-content: space-around;
  align-self: flex-end;
}
.numberplate.numberplate-lines-2 .numberplate-field input:focus + label {
  display: none;
}
.numberplate.numberplate-lines-2.numberplate-motorcycle {
  background-size: auto 10.4em;
}
.numberplate.numberplate-lines-2.numberplate-motorcycle
  .numberplate-wrapper
  .line-2
  .numberplate-sticker {
  flex-direction: row;
  margin-left: 5.5em;
}
.numberplate.numberplate-lines-2.numberplate-motorcycle
  .numberplate-wrapper
  .line-2
  .numberplate-sticker
  .sticker-2 {
  margin: 0 0 0 0.75em;
}
.numberplate.numberplate-lines-2.numberplate-motorcycle
  .numberplate-wrapper
  .line-3 {
  justify-content: space-between;
}
.numberplate.numberplate-lines-2.numberplate-motorcycle
  .numberplate-wrapper
  .numberplate-text {
  font: 6.5em/0.8em "europlate";
  margin: 0;
}
.numberplate.numberplate-lines-2.numberplate-motorcycle
  .numberplate-wrapper
  .numberplate-text
  span {
  display: block;
  font: 0.3em/0.5em "europlate";
  margin: 0 0.15em;
  padding: 0.3em 0;
}
.numberplate.numberplate-lines-2.numberplate-motorcycle
  .numberplate-wrapper
  .numberplate-field {
  height: 6em;
}
.numberplate.numberplate-lines-2.numberplate-motorcycle
  .numberplate-wrapper
  .numberplate-field.w1 {
  width: 4.2em;
}
.numberplate.numberplate-lines-2.numberplate-motorcycle
  .numberplate-wrapper
  .numberplate-field.w2 {
  width: 7.5em;
}
.numberplate.numberplate-lines-2.numberplate-motorcycle
  .numberplate-wrapper
  .numberplate-field.w3 {
  width: 10.7em;
}
.numberplate.numberplate-lines-2.numberplate-motorcycle
  .numberplate-wrapper
  .numberplate-field.w4 {
  width: 14em;
}
.numberplate.numberplate-lines-2.numberplate-motorcycle
  .numberplate-wrapper
  input {
  font: 6.5em/0.8em "europlate";
  height: 100%;
}
.numberplate.numberplate-lines-2.numberplate-motorcycle.numberplate-type-season
  .numberplate-wrapper
  .numberplate-text {
  margin-left: auto;
}
.numberplate.numberplate-lines-2 .error-messages-label {
  width: 160%;
  transform: translateX(-18.7%);
}
.numberplate.numberplate-lines-2.numberplate-motorcycle .error-messages-label {
  width: 250%;
  transform: translateX(-30%);
}
.numberplate.numberplate-lines-2.numberplate-h-200.numberplate-type-season
  .numberplate-wrapper
  .numberplate-text {
  margin-left: auto;
}
.numberplate.numberplate-lines-2.numberplate-h-130 {
  background-size: auto 6em;
}
.numberplate.numberplate-lines-2.numberplate-h-130 .numberplate-wrapper {
  padding: 0.4em;
}
.numberplate.numberplate-lines-2.numberplate-h-130
  .numberplate-wrapper
  .line-1 {
  margin-left: 3em;
}
.numberplate.numberplate-lines-2.numberplate-h-130
  .numberplate-wrapper
  .line-1
  .numberplate-sticker {
  flex-flow: row-reverse;
}
.numberplate.numberplate-lines-2.numberplate-h-130
  .numberplate-wrapper
  .line-1
  .numberplate-sticker
  .sticker-1 {
  margin-left: 0.75em;
}
.numberplate.numberplate-lines-2.numberplate-h-130
  .numberplate-wrapper
  .line-1
  .numberplate-sticker
  .sticker-2 {
  margin: 0;
}
.numberplate.numberplate-lines-2.numberplate-h-130
  .numberplate-wrapper
  .numberplate-field {
  height: 5em;
}
.numberplate.numberplate-lines-2.numberplate-h-130
  .numberplate-wrapper
  .numberplate-field.w1 {
  width: 3.8em;
}
.numberplate.numberplate-lines-2.numberplate-h-130
  .numberplate-wrapper
  .numberplate-field.w2 {
  width: 6.5em;
}
.numberplate.numberplate-lines-2.numberplate-h-130
  .numberplate-wrapper
  .numberplate-field.w3 {
  width: 9em;
}
.numberplate.numberplate-lines-2.numberplate-h-130
  .numberplate-wrapper
  .numberplate-field.w4 {
  width: 11.6em;
}
.numberplate.numberplate-lines-2.numberplate-h-130
  .numberplate-wrapper
  .numberplate-text {
  font-size: 5.6em;
}
.numberplate.numberplate-lines-2.numberplate-h-130 .numberplate-wrapper input {
  font: 5.3em/0.8em "europlate";
  height: 100%;
}
.numberplate.numberplate-lines-2.numberplate-h-130 .numberplate-wrapper span {
  padding: 0.25em 0;
}
.numberplate.numberplate-parking {
  background: #ffffff url(/images/p.svg) no-repeat 0.3em 0;
}
/**
 * Numberplate-Thumbnail
 */
.thumb-numberplate {
  background: #ffffff url(/images/de.svg) no-repeat 0.35em 0;
  border-radius: 1.25em;
  background-size: auto 11em;
  height: 11em;
  width: 50em;
  margin: 0 auto;
}
.thumb-numberplate .thumb-numberplate-wrapper {
  padding: 0 1em 0 6em;
  height: 100%;
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  color: #000;
  width: 100%;
  border: 0.4em solid #000000;
  border-radius: 1em;
}
.thumb-numberplate .thumb-numberplate-wrapper .numberplate-type {
  float: left;
}
.thumb-numberplate .thumb-numberplate-wrapper .numberplate-type-seasonal {
  float: right;
  margin-top: 5px;
}
.thumb-numberplate .thumb-numberplate-wrapper span.numberplate-sticker {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thumb-numberplate
  .thumb-numberplate-wrapper
  span.numberplate-sticker
  .sticker-1 {
  display: block;
  background: #ffffff;
  width: 2.3em;
  height: 2.3em;
  border: 0.2em solid #a3a3a3;
  border-radius: 50%;
  transition: background-image 0.2s, filter 0.2s;
}
.thumb-numberplate
  .thumb-numberplate-wrapper
  span.numberplate-sticker
  .sticker-1.plakette {
  border: none;
  background: #ffffff no-repeat 0 0 / contain;
}
.thumb-numberplate
  .thumb-numberplate-wrapper
  span.numberplate-sticker
  .sticker-2 {
  display: block;
  background: #e8e8e8;
  width: 3em;
  height: 3em;
  border: 0.2em solid #a3a3a3;
  border-radius: 50%;
  margin: 0.75em 0 0 0;
  transition: background-image 0.2s, filter 0.2s;
}
.thumb-numberplate
  .thumb-numberplate-wrapper
  span.numberplate-sticker
  .sticker-2.wappen {
  border: none;
  background: #e8e8e8 no-repeat 0 0 / contain;
}
.thumb-numberplate .thumb-numberplate-wrapper span.numberplate-field,
.thumb-numberplate .thumb-numberplate-wrapper .numberplate-text,
.thumb-numberplate .thumb-numberplate-wrapper .numberplate-field-parking {
  font: 9.25em/0.9em "europlate";
}
.thumb-numberplate .thumb-numberplate-wrapper span.numberplate-field span,
.thumb-numberplate .thumb-numberplate-wrapper .numberplate-text span,
.thumb-numberplate .thumb-numberplate-wrapper .numberplate-field-parking span {
  display: block;
  font: 0.42em/0.4em "europlate";
  margin: 0 0.15em;
  padding: 0.3em 0 0 0;
}
.thumb-numberplate
  .thumb-numberplate-wrapper
  span.numberplate-field
  span:first-child,
.thumb-numberplate
  .thumb-numberplate-wrapper
  .numberplate-text
  span:first-child,
.thumb-numberplate
  .thumb-numberplate-wrapper
  .numberplate-field-parking
  span:first-child {
  border-bottom: 0.1em solid #000;
  padding: 0 0 0.25em 0;
}
.thumb-numberplate
  .thumb-numberplate-wrapper
  span.numberplate-field.placeholder,
.thumb-numberplate .thumb-numberplate-wrapper .numberplate-text.placeholder,
.thumb-numberplate
  .thumb-numberplate-wrapper
  .numberplate-field-parking.placeholder {
  color: #888888;
}
.thumb-numberplate .thumb-numberplate-wrapper .numberplate-text {
  display: flex;
  align-items: center;
}
.thumb-numberplate.numberplate-type-taxfree .thumb-numberplate-wrapper {
  border: 0.4em solid #007800;
}
.thumb-numberplate.numberplate-type-taxfree .thumb-numberplate-wrapper span {
  color: #007800;
}
.thumb-numberplate.numberplate-type-taxfree
  .thumb-numberplate-wrapper
  span.placeholder {
  color: #afcaaf;
}
/**
 * Footer
 */
.footer {
  background: #d9d9d9;
  padding: 10px 20px;
}
.footer .footer-wrapper {
  margin: 0 auto;
  max-width: 1200px;
}
.footer .footer-wrapper .footer-links {
  columns: 2;
  column-width: 80px;
  column-gap: 1em;
}
.footer .footer-wrapper .footer-links li {
  color: #000;
  font: 400 14px/28px "Titillium Web", sans-serif;
}
.footer .footer-wrapper .footer-links li a {
  color: #000;
  text-decoration: none;
}
.footer .footer-wrapper .footer-infos {
  display: flex;
  justify-content: space-between;
}
.footer .footer-wrapper .footer-info {
  margin: 0 1em 0.5em;
}
.footer .footer-wrapper .footer-info .footer-info-title {
  font: 600 20px/32px "Titillium Web", sans-serif;
  margin: 0.7em 0;
}
.footer .footer-wrapper .footer-info .footer-icons {
  display: flex;
  flex-flow: row wrap;
  max-width: 28em;
}
.footer .footer-wrapper .footer-info .footer-icons span {
  background: #ffffff;
  width: 6em;
  height: 3em;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  margin: 0 1em 1em 0;
}
.footer .footer-wrapper .footer-info .footer-icons span img {
  width: 70%;
  max-height: 60%;
}
.footer .footer-wrapper .footer-info.payment-info {
  margin-right: 1em;
}
.footer .footer-wrapper .customer-service-button {
  background: #055cc5;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  font: 600 14px/20px "Titillium Web", sans-serif;
  letter-spacing: 1px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  margin-top: 0.5em;
}
.footer .footer-wrapper .customer-service-button:hover {
  background: #004bb1;
  color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .footer .footer-wrapper .footer-infos {
    flex-direction: column;
  }
  .footer .footer-wrapper .footer-info {
    margin: 0;
  }
  .footer .footer-wrapper .footer-info.payment-info .footer-icons {
    margin-right: -1em;
  }
}
/*
 * Header
 */
.header .header-wrapper .header-icons .header-tuev,
.header .header-wrapper .header-icons .header-trust {
  cursor: pointer;
}
/*
 * Features
 */
.overview-features,
.landingpage-features {
  padding: 0 0 10px 0;
}
.overview-features ul li,
.landingpage-features ul li {
  border-top: 2px solid #d9d9d9;
  padding: 6px 20px;
  color: #000;
  font: 600 14px/24px "Titillium Web", sans-serif;
}
.overview-features ul li::before,
.landingpage-features ul li::before {
  background: url(/images/icon-check.svg) no-repeat 0 0;
  background-size: 14px 14px;
  content: "";
  display: block;
  filter: invert(12%) sepia(95%) saturate(7480%) hue-rotate(206deg)
    brightness(100%) contrast(96%);
  float: left;
  height: 14px;
  margin: 5px 12px 5px 0;
  width: 14px;
}
.overview-features ul li.trust,
.landingpage-features ul li.trust {
  display: flex;
}
.overview-features ul li.trust > *,
.landingpage-features ul li.trust > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.overview-features ul li.trust .trust-rating-text,
.landingpage-features ul li.trust .trust-rating-text {
  flex: 0 0 auto;
}
.overview-features ul li.trust .trust-rating-stars,
.landingpage-features ul li.trust .trust-rating-stars {
  flex: 0 0 auto;
  margin: 0 6px;
}
.overview-features ul li.trust .trust-rating-grade,
.landingpage-features ul li.trust .trust-rating-grade {
  flex: 0 0 auto;
  font-weight: 400;
}
.overview-features ul li.trust .trust-show-details,
.landingpage-features ul li.trust .trust-show-details {
  background: url(/images/icon-select.svg?v=transparent) no-repeat center center;
  background-size: 25px 25px;
  height: 20px;
  width: 15px;
  margin-left: 0.3em;
  transition: transform 0.3s ease;
}
.overview-features ul li.trust::before,
.landingpage-features ul li.trust::before {
  display: none;
}
.overview-features ul li.trust a,
.landingpage-features ul li.trust a {
  text-decoration: none;
  color: #000;
}
.overview-features ul li.trust a::before,
.landingpage-features ul li.trust a::before {
  content: "";
  background: url(/images/icon-trust.png) no-repeat 0 0;
  background-size: 20px 20px;
  height: 20px;
  margin: 4px 8px 4px -2px;
  width: 20px;
}
.overview-features ul li.trust.show-details .trust-show-details,
.landingpage-features ul li.trust.show-details .trust-show-details {
  transform: rotate(180deg);
}
.overview-features ul li.trust.trust-expandable,
.landingpage-features ul li.trust.trust-expandable {
  cursor: pointer;
}
/**
  Trust Details
 */
.trust-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease, visibility 0.3s ease, box-shadow 0.3s ease,
    margin 0.3s ease;
}
.trust-details.visible {
  height: 7em;
}
.trust-details .trust-score {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.2em;
}
.trust-details .trust-score .trust-score-stars,
.trust-details .trust-score .trust-score-percentage {
  width: 4em;
  font: 400 12px/18px "Titillium Web", sans-serif;
  color: #000;
}
.trust-details .trust-score .trust-score-percentage {
  width: 3em;
  text-align: end;
}
.trust-details .trust-score .trust-score-bar {
  width: 60%;
  border-radius: 3px;
  height: 1em;
  margin: 0.1em 0;
  background: #f1f1f1;
}
.trust-details .trust-score .trust-score-bar .trust-score-bar-fill {
  height: 100%;
  background: #ffcc00;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .trust-details {
    margin: 0 20px;
  }
  .trust-details .trust-score {
    justify-content: space-between;
    margin: 0 10px 0 26px;
  }
  .trust-details .trust-score .trust-score-bar {
    flex-grow: 1;
    padding-left: 10px;
  }
  .trust-details.visible {
    margin-bottom: 1em;
  }
}
.features .item.trust .trust-details-info {
  margin-left: 0.7em;
}
.features .item.trust .trust-details-info-icon {
  cursor: pointer;
  background: #888;
  border-radius: 3px;
  color: #fff;
  font: 700 11px/14px "Titillium Web", sans-serif;
  height: 14px;
  text-align: center;
  width: 14px;
}
.features .item.trust .trust-details-wrapper {
  display: none;
}
.features .item.trust .trust-details-wrapper::before {
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 14px;
  margin: 12px 0 0 0;
  position: absolute;
  width: 14px;
  z-index: 5500;
  transform: rotate(-45deg);
}
.features .item.trust .trust-details-wrapper::after {
  background: #fff;
  content: "";
  display: block;
  height: 15px;
  margin: 20px 0 0 -10px;
  position: absolute;
  width: 30px;
  z-index: 5500;
}
.features .item.trust .trust-details-wrapper .trust-details {
  height: unset;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  color: #000;
  width: 15em;
  margin: 20px 0 0 0;
  padding: 15px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5000;
}
.features .item.trust:hover .trust-details-wrapper {
  display: block;
}
/*
 * Checkout-Rating
 */
.checkout-success .checkout-rating {
  display: flex;
  align-items: center;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 18px;
}
.checkout-success .checkout-rating .google-rating-logo {
  display: flex;
  margin: 0 0.75em 0 0;
}
.checkout-success .checkout-rating .google-rating-logo::before {
  content: "";
  background: url(/images/google.png) no-repeat 0 0;
  background-size: contain;
  min-height: 50px;
  width: 100px;
}
.checkout-success .checkout-rating .button {
  margin: 0 0 0 0.75em;
}
.checkout-success .checkout-rating p {
  margin: 0;
}
@media (max-width: 767px) {
  .checkout-success .checkout-rating .google-rating-logo {
    margin: 0 0 0.75em 0;
  }
  .checkout-success .checkout-rating .button {
    margin: 0.75em 0 0 0;
  }
}
/**
 * Header
 */
.header {
  background: #fff;
  padding: 15px 50px;
  transition: padding 0.2s ease, transform 0.2s ease;
}
.header .header-wrapper {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.header .header-wrapper .header-logo {
  flex: 0 0 auto;
  height: 80px;
  text-decoration: none;
  transition: height 0.2s ease;
}
.header .header-wrapper .header-logo img {
  height: 80px;
  width: auto;
  transition: height 0.2s ease;
}
.header .header-wrapper .header-cart {
  background: url(/images/icon-cart-header.svg) no-repeat center center;
  background-size: 25px 25px;
  display: none;
  flex: 0 0 auto;
  height: 25px;
  position: relative;
  width: 25px;
}
.header .header-wrapper .header-cart span {
  background: #055cc5;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font: 600 8px/12px "Titillium Web", sans-serif;
  height: 16px;
  position: absolute;
  right: -6px;
  text-align: center;
  top: -6px;
  width: 16px;
  animation: headerCartPulse 1s infinite;
}
@keyframes headerCartPulse {
  0% {
    background: #055cc5;
  }
  100% {
    background: #ffcc00;
  }
}
.header .header-wrapper .header-features {
  columns: 2;
  flex: 0 0 auto;
}
.header .header-wrapper .header-features li {
  color: #000;
  font: 400 14px/28px "Titillium Web", sans-serif;
}
.header .header-wrapper .header-features li::before {
  background: url(/images/icon-check.svg) no-repeat 0 0;
  background-size: 14px 14px;
  content: "";
  display: block;
  filter: invert(12%) sepia(95%) saturate(7480%) hue-rotate(206deg)
    brightness(100%) contrast(96%);
  float: left;
  height: 14px;
  margin: 7px 6px 7px 0;
  width: 14px;
}
.header .header-wrapper .header-icons {
  display: flex;
}
.header .header-wrapper .header-icons .header-icon {
  background: url(/images/icon-trust.png) no-repeat 0 0;
  background-size: contain;
  flex: 0 0 auto;
  height: 70px;
  width: 70px;
  margin: 0 0.5em;
}
.header .header-wrapper .header-icons .header-tuev {
  background-image: url(/images/icon-tuev.png);
}
@media (max-width: 850px) {
  .header .header-wrapper .header-features {
    display: none;
  }
}
@media (max-width: 1000px) {
  .header {
    padding: 12px 30px;
  }
  .header .header-wrapper .header-logo {
    height: 65px;
  }
  .header .header-wrapper .header-logo img {
    height: 65px;
  }
  .header .header-wrapper .header-features li {
    font: 400 12px/24px "Titillium Web", sans-serif;
  }
  .header .header-wrapper .header-features li::before {
    background-size: 12px 12px;
    height: 12px;
    margin: 5px 5px 5px 0;
    width: 12px;
  }
  .header .header-wrapper .header-icons .header-icon {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .header {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    left: 0;
    padding: 10px 20px;
    position: fixed;
    right: 0;
    z-index: 9000;
  }
  .header.collapsed {
    transform: translateY(-110%);
  }
  .header .header-wrapper .header-logo {
    height: 50px;
    margin: 0 auto;
    order: 2;
  }
  .header .header-wrapper .header-logo img {
    height: 50px;
  }
  .header .header-wrapper .header-cart {
    display: block;
    order: 3;
  }
  .header .header-wrapper .header-features {
    display: none;
  }
  .header .header-wrapper .header-trust,
  .header .header-wrapper .header-tuev {
    display: none;
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 413px) {
  .header .header-wrapper .header-logo {
    height: 45px;
  }
  .header .header-wrapper .header-logo img {
    height: 45px;
  }
}
@media (max-width: 374px) {
  .header .header-wrapper .header-logo {
    height: 40px;
  }
  .header .header-wrapper .header-logo img {
    height: 40px;
  }
}
/**
 * Sitemenu
 */
.sitemenu-open {
  display: none;
  flex: 0 0 auto;
  height: 25px;
  order: 1;
  position: relative;
  text-decoration: none;
  width: 25px;
}
.sitemenu-open .patty {
  background: #000;
  display: block;
  height: 2px;
  margin: 0 0 4px 0;
  width: 100%;
}
.sitemenu-open .text {
  color: #000;
  display: block;
  font: 600 8px/7px "Titillium Web", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.sitemenu {
  background: #888;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 10px 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20000;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.sitemenu.active {
  opacity: 1;
  visibility: visible;
}
.sitemenu .sitemenu-close {
  display: block;
  height: 28px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 28px;
}
.sitemenu .sitemenu-close::before,
.sitemenu .sitemenu-close::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 12px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  width: 28px;
}
.sitemenu .sitemenu-close.active::before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sitemenu .sitemenu-close.active::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sitemenu .sitemenu-nav ul li {
  border-bottom: 2px solid #7f7f7f;
  color: #fff;
  font: 600 16px/28px "Titillium Web", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sitemenu .sitemenu-nav ul li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.sitemenu .sitemenu-nav ul li a:hover {
  color: #ddd;
}
.sitemenu .sitemenu-nav ul li ul {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.4s ease, padding-bottom 0.4s ease;
}
.sitemenu .sitemenu-nav ul li ul li {
  border-bottom: none;
  font: 400 14px/24px "Titillium Web", sans-serif;
  letter-spacing: normal;
  text-transform: none;
}
.sitemenu .sitemenu-nav ul li ul li a {
  padding: 5px 20px;
}
.sitemenu .sitemenu-nav ul li.option-cart {
  background-color: #055cc5;
}
.sitemenu .sitemenu-nav ul li.option-cart a {
  font-weight: bold;
  display: flex;
  flex-direction: row;
}
.sitemenu .sitemenu-nav ul li.option-cart a .cart-icon {
  background: url(/images/icon-cart-nav.svg) no-repeat center center;
  background-size: 25px 25px;
  align-self: center;
  height: 25px;
  width: 25px;
  margin-right: 20px;
}
.sitemenu .sitemenu-nav ul li.option-cart a .cart-icon span {
  background: #fff;
  border: 2px solid #055cc5;
  border-radius: 50%;
  color: #055cc5;
  font: 600 8px/12px "Titillium Web", sans-serif;
  text-align: center;
  height: 16px;
  width: 16px;
  display: block;
  margin: -5px 0 0 14px;
  animation: navCartPulse 1s infinite;
}
.sitemenu .sitemenu-nav ul li.active ul {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .sitemenu-open {
    display: block;
  }
}
/**
 * Nav
 */
.nav {
  background: #055cc5;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 0 35px;
  position: relative;
  z-index: 9000;
}
.nav .vehicle-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 1230px;
  position: relative;
  padding-right: 59px;
}
.nav .vehicle-list li {
  background: #055cc5;
  color: #fff;
  flex: 0 0 auto;
  font: 600 16px/24px "Titillium Web", sans-serif;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
.nav .vehicle-list li:hover {
  background: #004bb1;
}
.nav .vehicle-list li a {
  color: #fff;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.nav .vehicle-list li ul {
  display: none;
}
.nav .vehicle-list li:hover ul {
  background: #888;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  display: block;
  height: auto;
  left: 50%;
  max-width: none;
  top: 44px;
  transform: translateX(-50%);
  z-index: 9500;
}
.nav .vehicle-list li:hover ul::before {
  background: #888;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  width: 10px;
}
.nav .vehicle-list li:hover ul li {
  background: #888;
  border-bottom: 2px solid #7f7f7f;
  color: #fff;
  font: 400 14px/20px "Titillium Web", sans-serif;
  letter-spacing: normal;
  text-transform: none;
}
.nav .vehicle-list li:hover ul li:hover {
  background: #888;
}
.nav .vehicle-list li:hover ul li:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav .vehicle-list li:hover ul li a {
  color: #fff;
  padding: 10px 15px;
  transition: color 0.2s ease;
}
.nav .vehicle-list li:hover ul li a:hover {
  color: #ddd;
}
.nav .vehicle-list .nav-cart {
  height: 44px;
  position: absolute;
  right: 15px;
  width: 44px;
}
.nav .vehicle-list .nav-cart a {
  background: url(/images/icon-cart-nav.svg) no-repeat center center;
  background-size: 22px 22px;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.nav .vehicle-list .nav-cart a span {
  background: #fff;
  border: 2px solid #055cc5;
  border-radius: 50%;
  color: #055cc5;
  font: 600 8px/12px "Titillium Web", sans-serif;
  height: 16px;
  margin: -17px 0 0 0;
  position: absolute;
  right: 4px;
  text-align: center;
  top: 50%;
  width: 16px;
  animation: navCartPulse 1s infinite;
}
@keyframes navCartPulse {
  0% {
    background: #fff;
  }
  100% {
    background: #ffcc00;
  }
}
.nav .vehicle-list .nav-cart a:hover span {
  border-color: #004bb1;
}
@media (max-width: 1000px) {
  .nav {
    padding: 0 18px;
  }
  .nav .vehicle-list {
    padding-right: 48px;
  }
  .nav .vehicle-list li {
    font: 600 14px/20px "Titillium Web", sans-serif;
  }
  .nav .vehicle-list li a {
    padding: 8px 12px;
  }
  .nav .vehicle-list li:hover ul {
    top: 36px;
  }
  .nav .vehicle-list li:hover ul li {
    font: 400 12px/18px "Titillium Web", sans-serif;
  }
  .nav .vehicle-list li:hover ul li a {
    padding: 8px 12px;
  }
  .nav .vehicle-list .nav-cart {
    height: 36px;
    position: absolute;
    right: 12px;
    width: 36px;
  }
  .nav .vehicle-list .nav-cart a {
    background: url(/images/icon-cart-nav.svg) no-repeat center center;
    background-size: 18px 18px;
    height: 100%;
    padding: 0;
    width: 100%;
  }
  .nav .vehicle-list .nav-cart a span {
    border-width: 1px;
    font: 600 8px/10px "Titillium Web", sans-serif;
    height: 12px;
    margin: -13px 0 0 0;
    right: 4px;
    width: 12px;
  }
}
@media (max-width: 767px) {
  .nav {
    display: none;
  }
}
.summary .summary-button-container {
  width: 100%;
}
@media (max-width: 767px) {
  .summary {
    flex-flow: column wrap;
  }
  .summary .summary-price {
    font: 400 14px/20px "Titillium Web", sans-serif;
    flex: 1 1 100%;
    margin: 0 0 15px 0;
    width: 100%;
  }
  .summary .summary-price small {
    font: 400 14px/20px "Titillium Web", sans-serif;
    float: right;
  }
  .summary .summary-trust {
    display: none;
  }
  .summary .summary-button {
    flex: 1 1 100%;
    font: 600 18px/26px "Titillium Web", sans-serif;
    padding: 12px 30px;
    width: 100%;
  }
  .summary .paypal-button {
    width: 100%;
  }
}
/**
 * Numberplate
 */
.numberplate {
  font-size: 11px;
  background: #ffffff url(/images/de.svg) no-repeat 0.3em 0;
  background-size: auto 10.4em;
  border: 0.3em solid #ffffff;
  border-radius: 1.25em;
  box-shadow: 0 0.15em 0.45em 0 rgba(0, 0, 0, 0.25);
  height: 11em;
  width: 52em;
  margin: 4.5em auto 4em auto;
  transition: background 0.25s ease, border 0.25s ease, height 0.25s ease,
    width 0.25s ease;
}
.numberplate .numberplate-wrapper {
  padding: 0 0.6em 0 5.6em;
  height: 100%;
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: relative;
  border: 0.4em solid #000000;
  border-radius: 1em;
}
.numberplate .numberplate-wrapper.field-transition {
  overflow: hidden;
}
.numberplate .numberplate-wrapper.field-transition .numberplate-field {
  transition: border 0.25s ease, box-shadow 0.25s ease, width 0.25s ease;
}
.numberplate .numberplate-wrapper .numberplate-field {
  flex: 0 0 auto;
  height: 8.2em;
  position: relative;
  width: 10.2em;
}
.numberplate .numberplate-wrapper .numberplate-field.field-parking {
  width: 100%;
}
.numberplate .numberplate-wrapper .numberplate-field.error input {
  border: 0.035em solid #bc0000;
}
.numberplate .numberplate-wrapper .numberplate-field.error input:focus {
  border: 0.035em solid #bc0000;
  box-shadow: 0 0 0.07em 0.035em #d2867a;
}
.numberplate .numberplate-wrapper .numberplate-field.error input::placeholder {
  color: #d37c7c;
  opacity: 1;
}
.numberplate .numberplate-wrapper .numberplate-field.w1 {
  width: 5.95em;
}
.numberplate .numberplate-wrapper .numberplate-field.w2 {
  width: 9.9em;
}
.numberplate .numberplate-wrapper .numberplate-field.w3 {
  width: 13.6em;
}
.numberplate .numberplate-wrapper .numberplate-field.w4 {
  width: 17.85em;
}
.numberplate .numberplate-wrapper .numberplate-field input {
  border: 0.035em solid #a3a3a3;
  border-radius: 0.07em;
  color: #000;
  display: block;
  box-sizing: border-box;
  font: 8em/1em "europlate";
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  transition: border 0.25s ease, box-shadow 0.25s ease, font 0.25s ease;
  width: 100%;
  -moz-appearance: textfield;
}
.numberplate .numberplate-wrapper .numberplate-field input::placeholder {
  color: #d4d4d4;
  opacity: 1;
}
.numberplate .numberplate-wrapper .numberplate-field input:focus {
  border: 0.035em solid #7d7d7d;
  box-shadow: 0 0 0.07em 0.035em rgba(255, 204, 0, 0.75);
}
.numberplate
  .numberplate-wrapper
  .numberplate-field
  input::-webkit-outer-spin-button,
.numberplate
  .numberplate-wrapper
  .numberplate-field
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.numberplate
  .numberplate-wrapper
  .numberplate-field
  input:focus
  + label.district-label.active {
  visibility: visible;
  opacity: 1;
}
/**
 * Rating
 */
.rating {
  background: url(/images/rating-sprite.svg) no-repeat 0 0;
  background-size: 5em auto;
  display: block;
  height: 1em;
  width: 5em;
}
.rating span {
  background: url(/images/rating-sprite.svg) no-repeat 0 -1em;
  background-size: 5em auto;
  display: block;
  height: 1em;
}
/**
 * Features
 */
.features .item {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  margin: 15px 0 0 0;
}
.features .item::before,
.features .item a {
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 66px;
  margin: 0 20px 0 0;
  width: 66px;
}
.features .item.trust::before {
  display: none;
}
.features .item.trust a {
  background: url(/images/icon-trust.png) no-repeat 0 0;
  background-size: contain;
}
.features .item.deliverytime::before {
  background: url(/images/icon-deliverytime.svg) no-repeat 0 0;
  background-size: 66px 66px;
  filter: invert(0%) sepia(94%) saturate(7438%) hue-rotate(328deg)
    brightness(102%) contrast(101%);
}
.features .item.freeshipping::before {
  background: url(/images/icon-freeshipping.svg) no-repeat 0 0;
  background-size: 66px 66px;
  filter: invert(0%) sepia(94%) saturate(7438%) hue-rotate(328deg)
    brightness(102%) contrast(101%);
}
.features .item.safeshipping::before {
  background: url(/images/icon-safeshipping.svg) no-repeat 0 0;
  background-size: 66px 66px;
  filter: invert(0%) sepia(94%) saturate(7438%) hue-rotate(328deg)
    brightness(102%) contrast(101%);
}
.features .item.dinstandard::before {
  background: url(/images/icon-dinstandard.svg) no-repeat 0 0;
  background-size: 66px 66px;
  filter: invert(0%) sepia(94%) saturate(7438%) hue-rotate(328deg)
    brightness(102%) contrast(101%);
}
.features .item .item-wrapper {
  flex: 1 1 auto;
}
.features .item .item-wrapper .item-name {
  color: #000;
  font: 600 18px/26px "Titillium Web", sans-serif;
}
.features .item .item-wrapper .item-name span {
  display: inline-block;
}
.features .item .item-wrapper .item-description {
  color: #000;
  font: 400 14px/20px "Titillium Web", sans-serif;
}
.features .item .item-wrapper .item-rating {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.features .item .item-wrapper .item-rating .item-rating-grade {
  color: #000;
  flex: 0 0 auto;
  font: 400 14px/20px "Titillium Web", sans-serif;
}
.features .item .item-wrapper .item-rating .item-rating-stars {
  font-size: 16px;
  flex: 0 0 auto;
  margin: 0 0 0 6px;
}
@media (max-width: 767px) {
  .features {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0;
  }
  .features .item {
    display: flex;
    flex: 0 0 auto;
    margin: 0;
  }
  .features .item::before {
    height: 48px;
    margin: 0 16px 0 0;
    width: 48px;
  }
  .features .item.trust {
    display: none;
  }
  .features .item.deliverytime,
  .features .item.freeshipping,
  .features .item.safeshipping,
  .features .item.dinstandard {
    display: none;
  }
  .features .item.deliverytime::before,
  .features .item.freeshipping::before,
  .features .item.safeshipping::before,
  .features .item.dinstandard::before {
    background-size: 48px 48px;
  }
  .features .item.mobile {
    display: flex;
  }
  .features .item .item-wrapper .item-name {
    font: 600 16px/24px "Titillium Web", sans-serif;
  }
  .features .item .item-wrapper .item-name span {
    display: block;
  }
  .features .item .item-description {
    display: none;
  }
}
@media (max-width: 600px) {
  .features .item::before {
    height: 36px;
    margin: 0 12px 0 0;
    width: 36px;
  }
  .features .item.deliverytime::before,
  .features .item.freeshipping::before,
  .features .item.safeshipping::before,
  .features .item.dinstandard::before {
    background-size: 36px 36px;
  }
  .features .item .item-wrapper .item-name {
    font: 600 12px/18px "Titillium Web", sans-serif;
  }
}
/**
 * Numberplate-Thumbnail
 */
.thumb-numberplate.numberplate-lines-2 {
  background-size: auto 9.6em;
}
.thumb-numberplate.numberplate-lines-2 .thumb-numberplate-wrapper {
  flex-wrap: wrap;
  padding: 0.6em;
}
.thumb-numberplate.numberplate-lines-2 .thumb-numberplate-wrapper .line {
  display: flex;
  flex-flow: row nowrap;
  flex-basis: 100%;
  align-items: center;
}
.thumb-numberplate.numberplate-lines-2 .thumb-numberplate-wrapper .line.line-1 {
  align-self: flex-start;
  margin-left: 5em;
  justify-content: center;
}
.thumb-numberplate.numberplate-lines-2
  .thumb-numberplate-wrapper
  .line.line-1
  .numberplate-sticker {
  margin-left: 1.5em;
}
.thumb-numberplate.numberplate-lines-2
  .thumb-numberplate-wrapper
  .line:last-child {
  justify-content: space-around;
  align-self: flex-end;
}
.thumb-numberplate.numberplate-lines-2.numberplate-motorcycle {
  background-size: auto 10.4em;
}
.thumb-numberplate.numberplate-lines-2.numberplate-motorcycle
  .thumb-numberplate-wrapper
  span.numberplate-text {
  font: 7.2em/0.8em "europlate";
}
.thumb-numberplate.numberplate-lines-2.numberplate-motorcycle
  .thumb-numberplate-wrapper
  span.numberplate-field {
  font: 7.2em/0.8em "europlate";
}
.thumb-numberplate.numberplate-lines-2.numberplate-motorcycle
  .thumb-numberplate-wrapper
  .line-2
  .numberplate-sticker {
  flex-direction: row;
  margin-left: 5.5em;
}
.thumb-numberplate.numberplate-lines-2.numberplate-motorcycle
  .thumb-numberplate-wrapper
  .line-2
  .numberplate-sticker
  .sticker-2 {
  margin: 0 0 0 0.75em;
}
.thumb-numberplate.numberplate-lines-2.numberplate-motorcycle
  .thumb-numberplate-wrapper
  .line-3 {
  justify-content: space-between;
}
.thumb-numberplate.numberplate-lines-2.numberplate-motorcycle.numberplate-type-season
  .thumb-numberplate-wrapper
  .numberplate-text {
  margin-left: auto;
}
.thumb-numberplate.numberplate-lines-2.numberplate-h-200
  .thumb-numberplate-wrapper
  .numberplate-text {
  margin-left: auto;
}
.thumb-numberplate.numberplate-lines-2.numberplate-h-130 {
  background-size: auto 6.5em;
}
.thumb-numberplate.numberplate-lines-2.numberplate-h-130
  .thumb-numberplate-wrapper {
  padding: 0.4em;
}
.thumb-numberplate.numberplate-lines-2.numberplate-h-130
  .thumb-numberplate-wrapper
  span.numberplate-field,
.thumb-numberplate.numberplate-lines-2.numberplate-h-130
  .thumb-numberplate-wrapper
  span.numberplate-text {
  font: 6.7em/0.8em "europlate";
}
.thumb-numberplate.numberplate-lines-2.numberplate-h-130
  .thumb-numberplate-wrapper
  .line-1 {
  margin-left: 3em;
}
.thumb-numberplate.numberplate-lines-2.numberplate-h-130
  .thumb-numberplate-wrapper
  .line-1
  .numberplate-sticker {
  flex-flow: row-reverse;
}
.thumb-numberplate.numberplate-lines-2.numberplate-h-130
  .thumb-numberplate-wrapper
  .line-1
  .numberplate-sticker
  .sticker-1 {
  margin-left: 0.75em;
}
.thumb-numberplate.numberplate-lines-2.numberplate-h-130
  .thumb-numberplate-wrapper
  .line-1
  .numberplate-sticker
  .sticker-2 {
  margin: 0;
}
.numberplate-parking {
  background-image: url(/images/p.svg);
}
.numberplate-parking .thumb-numberplate-wrapper {
  justify-content: center;
}
.numberplate-type-season
  .thumb-numberplate-wrapper
  .numberplate-text.carbon-color
  span {
  color: #3e3e3e;
}
.numberplate-type-season
  .thumb-numberplate-wrapper
  .numberplate-text.carbon-color
  span:first-child {
  border-bottom-color: #3e3e3e;
}
/**
 * Cart
 */
.cart .item {
  border-bottom: 2px solid #eeeeee;
  margin: 20px 0 20px 0;
  padding: 0 0 20px 0;
}
.cart .item .item-wrapper {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.cart .item .item-thumb {
  flex: 0 0 auto;
  font-size: 4px;
  margin: 0 auto 0 5px;
}
.cart .item .item-qty {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}
.cart .item .item-qty .item-qty-field {
  background: #fff url(/images/icon-select.svg) no-repeat right center;
  background-size: 36px 36px;
  border: 2px solid #d9d9d9;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  display: block;
  flex: 0 0 auto;
  font: 400 14px/28px "Titillium Web", sans-serif;
  height: 40px;
  padding: 0 20px 0 10px;
  position: relative;
  transition: border 0.2s ease;
  width: 55px;
}
.cart .item .item-qty .item-qty-field:not(:disabled):hover {
  border-color: #888;
}
.cart .item .item-qty .item-qty-field:not(:disabled):focus {
  border-color: #055cc5;
}
.cart .item .item-qty .item-qty-field:disabled {
  background: none;
  width: auto;
  height: auto;
  padding: 0 10px;
  opacity: 1;
}
.cart .item .item-qty .item-remove {
  background: transparent;
  flex: 0 0 auto;
  height: 15px;
  margin: 0 0 0 5px;
  position: relative;
  width: 15px;
}
.cart .item .item-qty .item-remove::before {
  background: #bfbfbf;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 100%;
  height: 2px;
}
.cart .item .item-qty .item-remove::after {
  background: #bfbfbf;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 100%;
  height: 2px;
}
.cart .item .item-price {
  flex: 0 0 auto;
  flex-flow: column nowrap;
}
.cart .item .item-price .strike {
  align-self: flex-end;
  flex: 0 0 auto;
  order: 2;
}
.cart .item .item-price .sale {
  align-self: flex-end;
  flex: 0 0 auto;
  margin: 0;
  order: 1;
}
.cart .item .item-name {
  color: #000;
  flex: 0 0 100%;
  font: 700 18px/22px "Titillium Web", sans-serif;
  margin: 15px 0 10px 0;
}
.cart .item .item-availability {
  flex: 0 0 auto;
  margin: 0 0 15px 0;
}
.cart .item .item-edit {
  background: transparent;
  color: #888888;
  flex: 0 0 auto;
  font: 400 12px/16px "Titillium Web", sans-serif;
  margin: 0 0 15px 0;
  cursor: pointer;
}
.cart .item .item-upselling {
  flex: 0 0 100%;
}
.cart .item .item-upselling .item {
  border-bottom: 0;
  padding: 8px 10px 8px 15px;
}
.cart .item .item-upselling .item .item-wrapper .item-name {
  font: 700 14px/20px "Titillium Web", sans-serif;
  margin: 0;
}
.cart .item .item-upselling .item .item-wrapper .item-price {
  font: 400 12px/18px "Titillium Web", sans-serif;
  margin: 0;
}
.cart .item .item-upselling .item .item-add {
  font: 600 12px/20px "Titillium Web", sans-serif;
  margin: 0 0 0 15px;
  padding: 5px 0;
  width: 105px;
}
.cart .item .item-upselling .item.selected .item-add {
  padding: 3px 0;
}
.cart .buymore-button {
  background: #055cc5;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: 600 14px/20px "Titillium Web", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 0 auto;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.cart .buymore-button:hover {
  background: #004bb1;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
.cart .buttongrid {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  padding: 0 10px 5px 10px;
  justify-content: space-between;
}
.cart .buttongrid .stripe-button {
  height: 45px;
  margin-bottom: 5px;
}
.cart .buttongrid .buttongrid-1 {
  flex: 0 0 100%;
  text-align: center;
}
.cart .buttongrid .buttongrid-1 .error-message {
  color: #bc0000;
}
.cart .buttongrid .buttongrid-seperator {
  color: #888;
  font: 600 14px/20px "Titillium Web", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  flex: 0 0 100%;
  text-align: center;
  padding-bottom: 5px;
}
.cart .buttongrid .buttongrid-2 {
  flex: 0 0 100%;
}
.cart .buttongrid .button {
  background: #055cc5;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font: 600 14px/20px "Titillium Web", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 0 auto;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.cart .buttongrid .button:hover {
  background: #004bb1;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
@media (max-width: 767px) {
  .cart .item .item-thumb .thumb-numberplate {
    font-size: 3.5px;
  }
}
@media (max-width: 374px) {
  .cart .item .item-thumb .thumb-numberplate {
    font-size: 3px;
  }
}
/**
 * Availability
 */
.availability {
  font: 400 12px/16px "Titillium Web", sans-serif;
}
.availability::before {
  border-radius: 50%;
  content: "";
  display: block;
  float: left;
  height: 10px;
  margin: 3px 5px 3px 0;
  width: 10px;
}
.availability.red {
  color: #a52019;
}
.availability.red::before {
  background: #a52019;
}
.availability.yellow {
  color: #e5be01;
}
.availability.yellow::before {
  background: #e5be01;
}
.availability.green {
  color: #29aa5d;
}
.availability.green::before {
  background: #29aa5d;
}
/**
 * Price
 */
.price {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}
.price .sale {
  color: #000;
  flex: 0 0 auto;
  font: 700 18px/22px "Titillium Web", sans-serif;
  margin: 0 0 0 6px;
}
.price .strike {
  color: #000;
  flex: 0 0 auto;
  font: 400 12px/16px "Titillium Web", sans-serif;
  position: relative;
  margin-left: 10px;
}
.price .strike::before {
  background: #bb1616;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 8px;
  transform: rotate(-10deg);
}
/**
 * Upselling
 */
.upselling .item {
  align-items: center;
  background: #eeeeee;
  border-radius: 3px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 0 10px 0;
  padding: 10px 15px 10px 10px;
  position: relative;
}
.upselling .item:last-child {
  margin-bottom: 0;
}
.upselling .item .item-wrapper {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.upselling .item .item-wrapper .item-group {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column wrap;
}
.upselling .item .item-wrapper .item-thumb {
  background: #fff;
  border-radius: 2px;
  flex: 0 0 auto;
  height: 60px;
  margin: 0 20px 0 0;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upselling .item .item-wrapper .item-thumb img {
  width: 80%;
}
.upselling .item .item-wrapper .item-name {
  color: #000;
  flex: 1 1 auto;
  font: 700 16px/24px "Titillium Web", sans-serif;
}
.upselling .item .item-wrapper .item-name .item-qty-field {
  background: transparent;
  border: 2px solid #d9d9d9;
  border-radius: 3px;
  font: 700 14px/20px "Titillium Web", sans-serif;
  margin: 0;
  padding: 0 4px;
  width: auto;
}
.upselling .item .item-wrapper .item-price {
  color: #000;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  font: 400 14px/20px "Titillium Web", sans-serif;
}
.upselling .item .item-wrapper .item-price .item-info {
  flex: 0 0 auto;
  margin: 3px 0 3px 8px;
}
.upselling .item .item-wrapper .item-price .item-info .item-info-icon {
  cursor: pointer;
  background: #888;
  border-radius: 3px;
  color: #fff;
  font: 700 11px/14px "Titillium Web", sans-serif;
  height: 14px;
  text-align: center;
  width: 14px;
}
.upselling .item .item-wrapper .item-price .item-info .item-info-layer {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  color: #000;
  display: flex;
  align-items: center;
  font: 400 12px/18px "Titillium Web", sans-serif;
  left: 0;
  margin: 20px 10px 0 80px;
  padding: 0px 15px;
  position: absolute;
  right: 0;
  z-index: 5000;
}
.upselling .item .item-wrapper .item-price .item-info .item-info-layer img {
  height: 80px;
  margin: 10px 10px 10px 0;
}
.upselling
  .item
  .item-wrapper
  .item-price
  .item-info
  .item-info-layer
  .item-info-layer-content {
  margin: 10px 0;
}
.upselling .item .item-wrapper .item-price .item-info .item-info-layer-wrapper {
  display: none;
}
.upselling
  .item
  .item-wrapper
  .item-price
  .item-info
  .item-info-layer-wrapper::before {
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 14px;
  margin: 12px 0 0 0;
  position: absolute;
  width: 14px;
  z-index: 5500;
  transform: rotate(-45deg);
}
.upselling
  .item
  .item-wrapper
  .item-price
  .item-info
  .item-info-layer-wrapper::after {
  background: #fff;
  content: "";
  display: block;
  height: 10px;
  margin: 20px 0 0 -10px;
  position: absolute;
  width: 30px;
  z-index: 5500;
}
.upselling .item .item-add {
  background: #055cc5;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex: 0 0 auto;
  font: 600 14px/20px "Titillium Web", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 0 15px;
  padding: 10px 0;
  text-align: center;
  width: 125px;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.upselling .item .item-add:hover {
  background: #004bb1;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
.upselling .item.selected .item-add {
  color: #888;
  background: #eee;
  border: 2px solid #888;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .upselling .item {
    padding: 6px 10px 6px 6px;
  }
  .upselling .item .item-wrapper {
    margin: 0;
  }
  .upselling .item .item-wrapper .item-thumb {
    height: 42px;
    margin: 0 10px 0 0;
    width: 42px;
  }
  .upselling .item .item-wrapper .item-name {
    font: 700 14px/20px "Titillium Web", sans-serif;
  }
  .upselling .item .item-wrapper .item-price {
    font: 400 12px/18px "Titillium Web", sans-serif;
    margin: 0;
  }
  .upselling .item .item-wrapper .item-price .item-info {
    margin: 2px 0 2px 6px;
  }
  .upselling .item .item-wrapper .item-price .item-info .item-info-layer {
    margin: 20px 6px 0 54px;
  }
  .upselling .item .item-add {
    font: 600 12px/20px "Titillium Web", sans-serif;
    margin: 0 0 0 15px;
    padding: 5px 0;
    width: 105px;
  }
  .form-upselling .item.selected .item-wrapper .item-name .item-qty-field {
    border-color: #c6c6c6;
  }
  .form-upselling .item.selected .item-add {
    background: #e1e1e1;
    padding: 3px 0;
  }
}
/**
 * Payment
 */
.payment {
  margin: -10px 0 -10px 0;
}
.payment .item {
  align-items: center;
  border-bottom: 2px solid #eeeeee;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px 0;
}
.payment .item .payment-icon {
  height: 32px;
  cursor: pointer;
}
.payment .item .item-name {
  align-items: center;
  color: #000;
  display: flex;
  font: 600 14px/28px "Titillium Web", sans-serif;
  flex: 1 1 auto;
  flex-flow: row nowrap;
}
.payment .item .item-name input[type="radio"] {
  background: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  font-size: inherit;
  height: 26px;
  margin: 0 8px 0 0;
  transition: border 0.2s ease;
  width: 26px;
}
.payment .item .item-name input[type="radio"]:hover {
  border: 2px solid #888;
}
.payment .item .item-name input[type="radio"]::after {
  background: #055cc5;
  border: 3px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: none;
  height: 100%;
  width: 100%;
}
.payment .item .item-name input[type="radio"]:checked::after {
  display: block;
}
.payment .item .item-name label {
  flex: 1 1 auto;
}
.payment .item .item-logo {
  background: #eeeeee;
  border-radius: 2px;
  flex: 0 0 80px;
  height: 32px;
  width: 80px;
}
.payment .item .item-description {
  color: #888;
  display: none;
  flex: 1 0 100%;
  font: 400 12px/18px "Titillium Web", sans-serif;
  padding: 10px 0 10px 34px;
}
.payment .item .item-description .credit-card-description {
  box-shadow: none;
  border: 1px solid gray;
  width: 100%;
  border-radius: 4px;
  height: 44px;
  padding: 12px;
}
.payment .item.active .item-description {
  display: block;
}
.payment .item-disabled {
  pointer-events: none;
}
.payment .item-disabled .item-name {
  color: #d9d9d9;
}
.payment .item-disabled .item-name input[type="radio"]:hover {
  border: 2px solid #d9d9d9;
}
.payment .item-disabled .payment-icon {
  opacity: 0.3;
}
@media (min-width: 641px) {
  .payment .item:last-child {
    border-bottom: 0;
  }
}
/**
 * Carbon
 */
.carbon-pattern {
  background-image: url(/images/carbon-pattern.png);
  background-size: 0.125em;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}
.carbon-info {
  height: 27em;
  margin: 0 auto 1.75em auto;
  position: relative;
  width: 27em;
}
.carbon-info::before {
  background: #055cc5;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 5em;
  left: 50%;
  position: absolute;
  bottom: -4.5em;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  width: 5em;
}
.carbon-info::after {
  background-image: url(/images/carbon-pattern.png);
  background-size: 10px;
  border: 2px solid #055cc5;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 27em;
  position: absolute;
  width: 27em;
}
/**
 * Landingpage
 */
.landingpage .main .main-wrapper {
  align-items: stretch;
  display: flex;
  flex-flow: row nowrap;
}
.landingpage .main .main-wrapper .landingpage-col1 {
  flex: 1 1 auto;
  padding-right: 40px;
}
.landingpage .main .main-wrapper .landingpage-col1 .block-product {
  flex: 1 1 100%;
}
.landingpage .main .main-wrapper .landingpage-col2 {
  flex: 0 0 430px;
}
.landingpage .main .main-wrapper .landingpage-col2 .block-configuration .form {
  margin-bottom: 10px;
}
.landingpage .main .main-wrapper .landingpage-features {
  display: none;
}
/**
 * Spinner
 */
.spinner.loading {
  padding: 50px;
  position: relative;
  text-align: center;
}
.spinner.loading:before {
  content: "";
  height: 30px;
  width: 30px;
  margin: -15px auto auto -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: #2180c0 #ccc #ccc;
  border-radius: 100%;
  animation: rotation 0.7s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media (max-width: 1200px) {
  .landingpage
    .main
    .main-wrapper
    .landingpage-col1
    .block-product
    .numberplate {
    font-size: 9px;
  }
}
@media (max-width: 1100px) {
  .landingpage
    .main
    .main-wrapper
    .landingpage-col1
    .block-product
    .numberplate {
    font-size: 7px;
  }
}
@media (max-width: 1000px) {
  .landingpage .main .main-wrapper {
    flex-flow: column nowrap;
    max-width: 800px !important;
  }
  .landingpage .main .main-wrapper .landingpage-col1 {
    flex: 0 0 100%;
    padding-right: 0;
  }
  .landingpage .main .main-wrapper .landingpage-col1 .block-product {
    margin-bottom: 30px !important;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-col1
    .block-product
    .numberplate {
    font-size: 11px;
  }
  .landingpage .main .main-wrapper .landingpage-col2 {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .landingpage .main .main-wrapper .landingpage-col1 .block-product {
    margin-bottom: 0 !important;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-col1
    .block-product
    .numberplate
    .numberplate-wrapper
    .numberplate-field
    label
    small {
    display: none;
  }
  .landingpage .main .main-wrapper .landingpage-col2 .block-configuration {
    background: none;
    box-shadow: none;
    padding: 25px 20px 0 20px;
    margin-bottom: 10px;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .block-configuration
    .block-title {
    display: none;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .block-configuration
    .form {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px 10px -10px;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .block-configuration
    .form
    .form-group {
    flex-flow: row wrap;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .block-configuration
    .form
    .form-group
    .form-field.w50 {
    flex: 0 0 100%;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .block-configuration
    .form
    .form-field {
    display: flex;
    flex-flow: row nowrap;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .block-configuration
    .form
    .form-field
    label {
    flex: 0 0 70px;
    padding: 10px 0;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .block-configuration
    .form
    .form-field
    .label-checkbox {
    flex: 0 0 auto;
    padding: 3px 0;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .block-configuration
    .form
    .form-field
    input[type="text"],
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .block-configuration
    .form
    .form-field
    input[type="password"],
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .block-configuration
    .form
    .form-field
    input[type="email"],
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .block-configuration
    .form
    .form-field
    input[type="tel"],
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .block-configuration
    .form
    .form-field
    select {
    flex: 1 1 auto;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .block-configuration
    .form
    .form-upselling
    .item {
    background: #e1e1e1;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .block-configuration
    .block-more {
    border: 2px solid #e1e1e1;
  }
  .landingpage .main .main-wrapper .landingpage-col2 .summary-button-wrapper {
    transition: none;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    margin-bottom: 20px;
  }
  .landingpage .main .main-wrapper .landingpage-col2 .summary-button-wrapper a {
    background: url(/images/icon-tuev.png) no-repeat 0 0;
    background-size: contain;
    flex: 0 0 auto;
    height: 50px;
    width: 50px;
    margin: 0 1em 0 0;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-col2
    .summary-button-wrapper.sticky {
    background: -webkit-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0,
      #f1f1f1 30px
    );
    background: -moz-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0,
      #f1f1f1 30px
    );
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f1f1f1 30px);
    position: fixed;
    z-index: 9900;
    padding: 30px 20px 20px 20px;
    margin-bottom: 0;
  }
  .landingpage .main .main-wrapper .landingpage-features {
    display: block;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-features.landingpage-features-numberplate {
    border-bottom: 2px solid #d9d9d9;
    margin: auto auto 16px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-features.landingpage-features-numberplate
    ul
    li {
    border-top: none;
    padding-left: 0;
    padding-right: 0;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-features.landingpage-features-numberplate
    ul
    .trust-details {
    padding: 0;
    box-shadow: none;
    margin: 0;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-features.landingpage-features-numberplate
    ul
    .trust-details
    .trust-score {
    margin: 0;
  }
  .landingpage
    .main
    .main-wrapper
    .landingpage-features.landingpage-features-numberplate
    ul
    .trust-details
    .trust-score
    .trust-score-bar {
    flex-grow: unset;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .landingpage
    .main
    .main-wrapper
    .landingpage-col1
    .block-product
    .numberplate {
    font-size: 7.48px;
  }
}
@media (max-width: 500px) {
  .landingpage
    .main
    .main-wrapper
    .landingpage-col1
    .block-product
    .numberplate {
    font-size: 7px;
  }
}
@media (max-width: 413px) {
  .landingpage
    .main
    .main-wrapper
    .landingpage-col1
    .block-product
    .numberplate {
    font-size: 6.3px;
  }
}
@media (max-width: 374px) {
  .landingpage
    .main
    .main-wrapper
    .landingpage-col1
    .block-product
    .numberplate {
    font-size: 5.6px;
  }
}
/**
 * Contentpage
 */
.contentpage .main .go-back-button-block {
  display: none;
}
.contentpage .main .go-back-button-block.sticky .go-back-button-wrapper {
  position: fixed;
  z-index: 9900;
  background-color: #ffffff;
  padding-top: 5px;
}
.contentpage .main .go-back-button-block .go-back-button-wrapper {
  transition: background-color 0.2s ease;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 20px 20px;
}
.contentpage
  .main
  .go-back-button-block
  .go-back-button-wrapper
  .go-back-button {
  background: #888888;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  font: 600 18px/26px "Titillium Web", sans-serif;
  letter-spacing: 2px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
  width: 100%;
}
.contentpage .main button.faq-button {
  background: #055cc5;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex: 0 0 auto;
  font: 600 14px/20px "Titillium Web", sans-serif;
  letter-spacing: 1px;
  padding: 10px;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 767px) {
  .contentpage .main .go-back-button-block {
    display: block;
  }
}
/**
 * Checkout
 * in style-blocks/style-checkout.scss
 */
