body.frontend {
  color: #317CAD;
  background-color: white;
  direction: ltr;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

body.frontend {
  color: #317CAD;
  background-color: white;
  direction: ltr;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.frontend form .has-error .help-inline, .frontend .form .has-error .help-inline, .frontend form .has-error .help-block, .frontend .form .has-error .help-block, .frontend form .has-error .control-label, .frontend .form .has-error .control-label, .frontend form .has-error.help-block, .frontend .form .has-error.help-block {
  color: #e73d4a;
}
.frontend form .alert-danger, .frontend .form .alert-danger {
  color: #e73d4a;
}

.frontend form .control-label, .frontend .form .control-label {
  color: #808080;
  font-size: 1em;
  font-weight: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.frontend form .form-group, .frontend .form .form-group {
  margin-bottom: 20px;
  text-align: left;
}
.frontend form label, .frontend .form label {
  margin-bottom: 0;
  display: inline-block;
}
.frontend form .help-block, .frontend .form .help-block {
  display: inline;
}
@media (max-width: 767px) {
  .frontend form .help-block, .frontend .form .help-block {
    line-height: 2em;
  }
}
.frontend form .control-label.required:after, .frontend .form .control-label.required:after {
  content: " *";
}
.frontend form .Checkbox .control-label.required:after, .frontend .form .Checkbox .control-label.required:after {
  content: "";
  display: none;
}
.frontend form .Checkbox .control-label.required > span:after, .frontend .form .Checkbox .control-label.required > span:after {
  content: " *";
}
.frontend form .Checkbox .form-control, .frontend .form .Checkbox .form-control {
  width: auto;
}
.frontend form .Checkbox.input-group label, .frontend .form .Checkbox.input-group label {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.frontend form .Checkbox.input-group label .form-control, .frontend .form .Checkbox.input-group label .form-control {
  flex-shrink: 0;
  margin-right: 10px;
  float: none;
  background: none;
  border: none;
  height: auto;
  width: auto;
  padding: 0;
  display: inline-block;
}
.frontend form .Checkbox.input-group label .help-block, .frontend .form .Checkbox.input-group label .help-block {
  display: block;
}
.frontend form .Checkbox.input-group.has-error label.control-label.required > span::after, .frontend .form .Checkbox.input-group.has-error label.control-label.required > span::after {
  display: none;
}
.frontend form input, .frontend .form input, .frontend form select, .frontend .form select, .frontend form textarea, .frontend .form textarea, .frontend form .input, .frontend .form .input {
  background-color: white;
  border: 2px solid #B4B4B4;
  color: #111B24;
}
.frontend form input.form-control, .frontend .form input.form-control, .frontend form select.form-control, .frontend .form select.form-control, .frontend form textarea.form-control, .frontend .form textarea.form-control, .frontend form .input.form-control, .frontend .form .input.form-control {
  height: 48px;
  box-shadow: none;
  font-size: 18px;
  border-radius: 0;
}
.frontend form input.form-control.text-upper, .frontend .form input.form-control.text-upper, .frontend form select.form-control.text-upper, .frontend .form select.form-control.text-upper, .frontend form textarea.form-control.text-upper, .frontend .form textarea.form-control.text-upper, .frontend form .input.form-control.text-upper, .frontend .form .input.form-control.text-upper {
  text-transform: uppercase;
}
.frontend form .input.form-control, .frontend .form .input.form-control {
  line-height: 1.7em;
}
.frontend form .input.form-control[disabled], .frontend .form .input.form-control[disabled] {
  background-color: #eef1f5;
  color: #111B24;
}
.frontend form select, .frontend .form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  border: 2px solid #B4B4B4;
}
.frontend form select option, .frontend .form select option {
  background-color: white;
  color: #111B24;
}
.frontend form .wysiwyg5-layout, .frontend .form .wysiwyg5-layout {
  width: 100%;
  border: 2px solid #B4B4B4;
  font-size: 18px;
}
.frontend form .action-container, .frontend .form .action-container,
.frontend form .form-actions,
.frontend .form .form-actions {
  margin-top: 20px;
}
.frontend form .action-container.right, .frontend .form .action-container.right,
.frontend form .form-actions.right,
.frontend .form .form-actions.right {
  text-align: right;
}
.frontend form .action-container.tight, .frontend .form .action-container.tight,
.frontend form .form-actions.tight,
.frontend .form .form-actions.tight {
  margin-top: 10px;
}
.frontend form .required-hint, .frontend .form .required-hint {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #808080;
}
.frontend form.co2-default.co2-vertical .activate-trigger, .frontend .co2-default.co2-vertical.form .activate-trigger {
  display: none;
}
.frontend form.co2-default.co2-vertical .deactivate-trigger, .frontend .co2-default.co2-vertical.form .deactivate-trigger, .frontend form.co2-default.co2-vertical .form-trigger, .frontend .co2-default.co2-vertical.form .form-trigger {
  display: inline-block;
}
.frontend form.co2-default.co2-vertical .deactivate-trigger, .frontend .co2-default.co2-vertical.form .deactivate-trigger {
  margin-right: 1em;
  text-decoration: underline;
}
.frontend form.co2-default.co2-vertical h3.form-title, .frontend .co2-default.co2-vertical.form h3.form-title {
  font-size: 2.375em;
  text-align: left;
}
.frontend form.co2-default.co2-vertical h3.form-title .co2-tooltip > i.icon, .frontend .co2-default.co2-vertical.form h3.form-title .co2-tooltip > i.icon {
  color: #65B0C6;
}
.frontend form.co2-default.co2-vertical .form-flex, .frontend .co2-default.co2-vertical.form .form-flex {
  width: 100%;
  display: flex;
}
.frontend form.co2-default.co2-vertical .form-flex .form-controls, .frontend .co2-default.co2-vertical.form .form-flex .form-controls {
  flex-grow: 1;
  flex-shrink: 1;
  width: 60%;
  max-width: 100%;
}
.frontend form.co2-default.co2-vertical .form-flex .form-actions-container, .frontend .co2-default.co2-vertical.form .form-flex .form-actions-container {
  flex-grow: 1;
  flex-shrink: 0;
  width: 30%;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media (max-width: 767px) {
  .frontend form.co2-default.co2-vertical .form-flex, .frontend .co2-default.co2-vertical.form .form-flex {
    flex-direction: column-reverse;
  }
  .frontend form.co2-default.co2-vertical .form-flex .form-controls, .frontend .co2-default.co2-vertical.form .form-flex .form-controls {
    width: 100%;
  }
  .frontend form.co2-default.co2-vertical .form-flex .form-actions-container, .frontend .co2-default.co2-vertical.form .form-flex .form-actions-container {
    width: 100%;
    line-height: 3em;
    flex-direction: column-reverse;
    align-items: initial;
    justify-content: initial;
  }
  .frontend form.co2-default.co2-vertical .form-flex .form-actions-container .form-actions, .frontend .co2-default.co2-vertical.form .form-flex .form-actions-container .form-actions {
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.frontend form.co2-default.co2-vertical.form-deactivated .activate-trigger, .frontend .co2-default.co2-vertical.form-deactivated.form .activate-trigger {
  display: inline-block;
}
.frontend form.co2-default.co2-vertical.form-deactivated .deactivate-trigger, .frontend .co2-default.co2-vertical.form-deactivated.form .deactivate-trigger, .frontend form.co2-default.co2-vertical.form-deactivated .form-trigger, .frontend .co2-default.co2-vertical.form-deactivated.form .form-trigger {
  display: none;
}

.frontend .form-footer, .frontend form.co2-default, .frontend .co2-default.form {
  padding: 1em 4.5em 2em;
  background-color: white;
  color: #292F3B;
  -webkit-box-shadow: inset 0px 3px 6px -3px rgba(0, 0, 0, 0.32);
  box-shadow: inset 0px 3px 6px -3px rgba(0, 0, 0, 0.32);
}
@media (max-width: 767px) {
  .frontend .thin-border.form-footer, .frontend form.thin-border.co2-default, .frontend .thin-border.co2-default.form {
    padding: 1em 1.25em 2em;
  }
}
.frontend .form-footer h3.form-title, .frontend form.co2-default h3.form-title, .frontend .co2-default.form h3.form-title {
  color: #65B0C6;
  font-size: 3.75em;
  margin-bottom: 0.5em;
}

.frontend .co2-button, body.frontend .popover-container .popover-content a.button, body.frontend .popover-container .popover-content button {
  display: block;
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 20px;
  color: #ffffff;
  background: #292F3B;
  font-size: 1.25em;
  border: 2px solid;
  line-height: 1.25em;
  max-width: 100%;
}
.frontend .button-main.co2-button, body.frontend .popover-container .popover-content a.button-main.button, body.frontend .popover-container .popover-content button.button-main, .frontend .main.co2-button, body.frontend .popover-container .popover-content a.main.button, body.frontend .popover-container .popover-content button.main {
  background-color: #65B0C6;
  border-color: #ffffff;
  color: #ffffff;
}
.frontend .button-main.co2-button:hover, body.frontend .popover-container .popover-content a.button-main.button:hover, body.frontend .popover-container .popover-content button.button-main:hover, .frontend .main.co2-button:hover, body.frontend .popover-container .popover-content a.main.button:hover, body.frontend .popover-container .popover-content button.main:hover {
  background-color: #7bbbce;
}
.frontend .button-main.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.button-main.co2-transparent.button, body.frontend .popover-container .popover-content button.button-main.co2-transparent, .frontend .main.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.main.co2-transparent.button, body.frontend .popover-container .popover-content button.main.co2-transparent {
  background-color: transparent;
}
.frontend .button-main.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.button-main.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.button-main.co2-transparent:hover, .frontend .main.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.main.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.main.co2-transparent:hover {
  background-color: rgba(101, 176, 198, 0.3);
}
.frontend .button-secondary.co2-button, body.frontend .popover-container .popover-content a.button-secondary.button, body.frontend .popover-container .popover-content button.button-secondary, .frontend .secondary.co2-button, body.frontend .popover-container .popover-content a.secondary.button, body.frontend .popover-container .popover-content button.secondary {
  background-color: #65B0C6;
  border-color: #ffffff;
  color: #ffffff;
}
.frontend .button-secondary.co2-button:hover, body.frontend .popover-container .popover-content a.button-secondary.button:hover, body.frontend .popover-container .popover-content button.button-secondary:hover, .frontend .secondary.co2-button:hover, body.frontend .popover-container .popover-content a.secondary.button:hover, body.frontend .popover-container .popover-content button.secondary:hover {
  background-color: #7bbbce;
}
.frontend .button-secondary.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.button-secondary.co2-transparent.button, body.frontend .popover-container .popover-content button.button-secondary.co2-transparent, .frontend .secondary.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.secondary.co2-transparent.button, body.frontend .popover-container .popover-content button.secondary.co2-transparent {
  background-color: transparent;
}
.frontend .button-secondary.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.button-secondary.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.button-secondary.co2-transparent:hover, .frontend .secondary.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.secondary.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.secondary.co2-transparent:hover {
  background-color: rgba(101, 176, 198, 0.3);
}
.frontend .button-blue.co2-button, body.frontend .popover-container .popover-content a.button-blue.button, body.frontend .popover-container .popover-content button.button-blue, .frontend .blue.co2-button, body.frontend .popover-container .popover-content a.blue.button, body.frontend .popover-container .popover-content button.blue {
  background-color: #317CAD;
  border-color: #ffffff;
  color: #ffffff;
}
.frontend .button-blue.co2-button:hover, body.frontend .popover-container .popover-content a.button-blue.button:hover, body.frontend .popover-container .popover-content button.button-blue:hover, .frontend .blue.co2-button:hover, body.frontend .popover-container .popover-content a.blue.button:hover, body.frontend .popover-container .popover-content button.blue:hover {
  background-color: #388dc5;
}
.frontend .button-blue.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.button-blue.co2-transparent.button, body.frontend .popover-container .popover-content button.button-blue.co2-transparent, .frontend .blue.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.blue.co2-transparent.button, body.frontend .popover-container .popover-content button.blue.co2-transparent {
  background-color: transparent;
}
.frontend .button-blue.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.button-blue.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.button-blue.co2-transparent:hover, .frontend .blue.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.blue.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.blue.co2-transparent:hover {
  background-color: rgba(49, 124, 173, 0.3);
}
.frontend .button-black.co2-button, body.frontend .popover-container .popover-content a.button-black.button, body.frontend .popover-container .popover-content button.button-black, .frontend .black.co2-button, body.frontend .popover-container .popover-content a.black.button, body.frontend .popover-container .popover-content button.black {
  background-color: #292F3B;
  border-color: #ffffff;
  color: #ffffff;
}
.frontend .button-black.co2-button:hover, body.frontend .popover-container .popover-content a.button-black.button:hover, body.frontend .popover-container .popover-content button.button-black:hover, .frontend .black.co2-button:hover, body.frontend .popover-container .popover-content a.black.button:hover, body.frontend .popover-container .popover-content button.black:hover {
  background-color: #363d4d;
}
.frontend .button-black.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.button-black.co2-transparent.button, body.frontend .popover-container .popover-content button.button-black.co2-transparent, .frontend .black.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.black.co2-transparent.button, body.frontend .popover-container .popover-content button.black.co2-transparent {
  background-color: transparent;
}
.frontend .button-black.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.button-black.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.button-black.co2-transparent:hover, .frontend .black.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.black.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.black.co2-transparent:hover {
  background-color: rgba(41, 47, 59, 0.3);
}
.frontend .button-gray.co2-button, body.frontend .popover-container .popover-content a.button-gray.button, body.frontend .popover-container .popover-content button.button-gray, .frontend .gray.co2-button, body.frontend .popover-container .popover-content a.gray.button, body.frontend .popover-container .popover-content button.gray {
  background-color: #C4C4C4;
  border-color: #ffffff;
  color: #ffffff;
}
.frontend .button-gray.co2-button:hover, body.frontend .popover-container .popover-content a.button-gray.button:hover, body.frontend .popover-container .popover-content button.button-gray:hover, .frontend .gray.co2-button:hover, body.frontend .popover-container .popover-content a.gray.button:hover, body.frontend .popover-container .popover-content button.gray:hover {
  background-color: lightgray;
}
.frontend .button-gray.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.button-gray.co2-transparent.button, body.frontend .popover-container .popover-content button.button-gray.co2-transparent, .frontend .gray.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.gray.co2-transparent.button, body.frontend .popover-container .popover-content button.gray.co2-transparent {
  background-color: transparent;
}
.frontend .button-gray.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.button-gray.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.button-gray.co2-transparent:hover, .frontend .gray.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.gray.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.gray.co2-transparent:hover {
  background-color: rgba(196, 196, 196, 0.3);
}
.frontend .button-lightgray.co2-button, body.frontend .popover-container .popover-content a.button-lightgray.button, body.frontend .popover-container .popover-content button.button-lightgray, .frontend .lightgray.co2-button, body.frontend .popover-container .popover-content a.lightgray.button, body.frontend .popover-container .popover-content button.lightgray {
  background-color: #f2f2f2;
  border-color: #292F3B;
  color: #292F3B;
}
.frontend .button-lightgray.co2-button:hover, body.frontend .popover-container .popover-content a.button-lightgray.button:hover, body.frontend .popover-container .popover-content button.button-lightgray:hover, .frontend .lightgray.co2-button:hover, body.frontend .popover-container .popover-content a.lightgray.button:hover, body.frontend .popover-container .popover-content button.lightgray:hover {
  background-color: #f7f7f7;
}
.frontend .button-lightgray.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.button-lightgray.co2-transparent.button, body.frontend .popover-container .popover-content button.button-lightgray.co2-transparent, .frontend .lightgray.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.lightgray.co2-transparent.button, body.frontend .popover-container .popover-content button.lightgray.co2-transparent {
  background-color: transparent;
}
.frontend .button-lightgray.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.button-lightgray.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.button-lightgray.co2-transparent:hover, .frontend .lightgray.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.lightgray.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.lightgray.co2-transparent:hover {
  background-color: rgba(242, 242, 242, 0.3);
}
.frontend .button-white.co2-button, body.frontend .popover-container .popover-content a.button-white.button, body.frontend .popover-container .popover-content button.button-white, .frontend .white.co2-button, body.frontend .popover-container .popover-content a.white.button, body.frontend .popover-container .popover-content button.white {
  background-color: #ffffff;
  border-color: #292F3B;
  color: #292F3B;
  border: 2px solid;
}
.frontend .button-white.co2-button:hover, body.frontend .popover-container .popover-content a.button-white.button:hover, body.frontend .popover-container .popover-content button.button-white:hover, .frontend .white.co2-button:hover, body.frontend .popover-container .popover-content a.white.button:hover, body.frontend .popover-container .popover-content button.white:hover {
  background-color: white;
}
.frontend .button-white.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.button-white.co2-transparent.button, body.frontend .popover-container .popover-content button.button-white.co2-transparent, .frontend .white.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.white.co2-transparent.button, body.frontend .popover-container .popover-content button.white.co2-transparent {
  background-color: transparent;
}
.frontend .button-white.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.button-white.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.button-white.co2-transparent:hover, .frontend .white.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.white.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.white.co2-transparent:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.frontend .button-darkblue.co2-button, body.frontend .popover-container .popover-content a.button-darkblue.button, body.frontend .popover-container .popover-content button.button-darkblue, .frontend .darkblue.co2-button, body.frontend .popover-container .popover-content a.darkblue.button, body.frontend .popover-container .popover-content button.darkblue {
  background-color: #315064;
  border-color: #ffffff;
  color: #ffffff;
}
.frontend .button-darkblue.co2-button:hover, body.frontend .popover-container .popover-content a.button-darkblue.button:hover, body.frontend .popover-container .popover-content button.button-darkblue:hover, .frontend .darkblue.co2-button:hover, body.frontend .popover-container .popover-content a.darkblue.button:hover, body.frontend .popover-container .popover-content button.darkblue:hover {
  background-color: #3b6079;
}
.frontend .button-darkblue.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.button-darkblue.co2-transparent.button, body.frontend .popover-container .popover-content button.button-darkblue.co2-transparent, .frontend .darkblue.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.darkblue.co2-transparent.button, body.frontend .popover-container .popover-content button.darkblue.co2-transparent {
  background-color: transparent;
}
.frontend .button-darkblue.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.button-darkblue.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.button-darkblue.co2-transparent:hover, .frontend .darkblue.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.darkblue.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.darkblue.co2-transparent:hover {
  background-color: rgba(49, 80, 100, 0.3);
}
.frontend .button-darkgray.co2-button, body.frontend .popover-container .popover-content a.button-darkgray.button, body.frontend .popover-container .popover-content button.button-darkgray, .frontend .darkgray.co2-button, body.frontend .popover-container .popover-content a.darkgray.button, body.frontend .popover-container .popover-content button.darkgray {
  background-color: #484D57;
  border-color: #ffffff;
  color: #ffffff;
}
.frontend .button-darkgray.co2-button:hover, body.frontend .popover-container .popover-content a.button-darkgray.button:hover, body.frontend .popover-container .popover-content button.button-darkgray:hover, .frontend .darkgray.co2-button:hover, body.frontend .popover-container .popover-content a.darkgray.button:hover, body.frontend .popover-container .popover-content button.darkgray:hover {
  background-color: #565c68;
}
.frontend .button-darkgray.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.button-darkgray.co2-transparent.button, body.frontend .popover-container .popover-content button.button-darkgray.co2-transparent, .frontend .darkgray.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.darkgray.co2-transparent.button, body.frontend .popover-container .popover-content button.darkgray.co2-transparent {
  background-color: transparent;
}
.frontend .button-darkgray.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.button-darkgray.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.button-darkgray.co2-transparent:hover, .frontend .darkgray.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.darkgray.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.darkgray.co2-transparent:hover {
  background-color: rgba(72, 77, 87, 0.3);
}
.frontend .button-inverse.co2-button, body.frontend .popover-container .popover-content a.button-inverse.button, body.frontend .popover-container .popover-content button.button-inverse, .frontend .inverse.co2-button, body.frontend .popover-container .popover-content a.inverse.button, body.frontend .popover-container .popover-content button.inverse {
  background-color: transparent;
  border-color: #65B0C6;
  color: #65B0C6;
  border: 2px solid #65B0C6;
}
.frontend .button-inverse.co2-button:hover, body.frontend .popover-container .popover-content a.button-inverse.button:hover, body.frontend .popover-container .popover-content button.button-inverse:hover, .frontend .inverse.co2-button:hover, body.frontend .popover-container .popover-content a.inverse.button:hover, body.frontend .popover-container .popover-content button.inverse:hover {
  background-color: rgba(15, 15, 15, 0);
}
.frontend .button-inverse.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.button-inverse.co2-transparent.button, body.frontend .popover-container .popover-content button.button-inverse.co2-transparent, .frontend .inverse.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.inverse.co2-transparent.button, body.frontend .popover-container .popover-content button.inverse.co2-transparent {
  background-color: transparent;
}
.frontend .button-inverse.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.button-inverse.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.button-inverse.co2-transparent:hover, .frontend .inverse.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.inverse.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.inverse.co2-transparent:hover {
  background-color: rgba(0, 0, 0, 0);
}
.frontend .button-red.co2-button, body.frontend .popover-container .popover-content a.button-red.button, body.frontend .popover-container .popover-content button.button-red, .frontend .red.co2-button, body.frontend .popover-container .popover-content a.red.button, body.frontend .popover-container .popover-content button.red {
  background-color: #e73d4a;
  border-color: #e73d4a;
  color: #e73d4a;
}
.frontend .button-red.co2-button:hover, body.frontend .popover-container .popover-content a.button-red.button:hover, body.frontend .popover-container .popover-content button.button-red:hover, .frontend .red.co2-button:hover, body.frontend .popover-container .popover-content a.red.button:hover, body.frontend .popover-container .popover-content button.red:hover {
  background-color: #ea5863;
}
.frontend .button-red.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.button-red.co2-transparent.button, body.frontend .popover-container .popover-content button.button-red.co2-transparent, .frontend .red.co2-transparent.co2-button, body.frontend .popover-container .popover-content a.red.co2-transparent.button, body.frontend .popover-container .popover-content button.red.co2-transparent {
  background-color: transparent;
}
.frontend .button-red.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.button-red.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.button-red.co2-transparent:hover, .frontend .red.co2-transparent.co2-button:hover, body.frontend .popover-container .popover-content a.red.co2-transparent.button:hover, body.frontend .popover-container .popover-content button.red.co2-transparent:hover {
  background-color: rgba(231, 61, 74, 0.3);
}
.frontend .button-inline-block.co2-button, body.frontend .popover-container .popover-content a.button-inline-block.button, body.frontend .popover-container .popover-content button.button-inline-block, .frontend .light.co2-button, body.frontend .popover-container .popover-content a.light.button, body.frontend .popover-container .popover-content button.light {
  width: auto;
  display: inline-block;
  max-width: 100%;
  min-width: auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 767px) {
  .frontend .button-inline-block.co2-button, body.frontend .popover-container .popover-content a.button-inline-block.button, body.frontend .popover-container .popover-content button.button-inline-block, .frontend .light.co2-button, body.frontend .popover-container .popover-content a.light.button, body.frontend .popover-container .popover-content button.light {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100%;
  }
}
.frontend .disabled.co2-button, body.frontend .popover-container .popover-content a.disabled.button, body.frontend .popover-container .popover-content button.disabled {
  opacity: 0.3;
  cursor: default;
}
.frontend .disabled.button-main.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.button-main.button:hover, body.frontend .popover-container .popover-content button.disabled.button-main:hover, .frontend .disabled.main.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.main.button:hover, body.frontend .popover-container .popover-content button.disabled.main:hover {
  background-color: #65B0C6;
}
.frontend .disabled.button-secondary.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.button-secondary.button:hover, body.frontend .popover-container .popover-content button.disabled.button-secondary:hover, .frontend .disabled.secondary.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.secondary.button:hover, body.frontend .popover-container .popover-content button.disabled.secondary:hover {
  background-color: #65B0C6;
}
.frontend .disabled.button-blue.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.button-blue.button:hover, body.frontend .popover-container .popover-content button.disabled.button-blue:hover, .frontend .disabled.blue.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.blue.button:hover, body.frontend .popover-container .popover-content button.disabled.blue:hover {
  background-color: #317CAD;
}
.frontend .disabled.button-black.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.button-black.button:hover, body.frontend .popover-container .popover-content button.disabled.button-black:hover, .frontend .disabled.black.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.black.button:hover, body.frontend .popover-container .popover-content button.disabled.black:hover {
  background-color: #292F3B;
}
.frontend .disabled.button-gray.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.button-gray.button:hover, body.frontend .popover-container .popover-content button.disabled.button-gray:hover, .frontend .disabled.gray.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.gray.button:hover, body.frontend .popover-container .popover-content button.disabled.gray:hover {
  background-color: #C4C4C4;
}
.frontend .disabled.button-lightgray.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.button-lightgray.button:hover, body.frontend .popover-container .popover-content button.disabled.button-lightgray:hover, .frontend .disabled.lightgray.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.lightgray.button:hover, body.frontend .popover-container .popover-content button.disabled.lightgray:hover {
  background-color: #f2f2f2;
}
.frontend .disabled.button-white.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.button-white.button:hover, body.frontend .popover-container .popover-content button.disabled.button-white:hover, .frontend .disabled.white.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.white.button:hover, body.frontend .popover-container .popover-content button.disabled.white:hover {
  background-color: #ffffff;
}
.frontend .disabled.button-darkblue.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.button-darkblue.button:hover, body.frontend .popover-container .popover-content button.disabled.button-darkblue:hover, .frontend .disabled.darkblue.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.darkblue.button:hover, body.frontend .popover-container .popover-content button.disabled.darkblue:hover {
  background-color: #315064;
}
.frontend .disabled.button-darkgray.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.button-darkgray.button:hover, body.frontend .popover-container .popover-content button.disabled.button-darkgray:hover, .frontend .disabled.darkgray.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.darkgray.button:hover, body.frontend .popover-container .popover-content button.disabled.darkgray:hover {
  background-color: #484D57;
}
.frontend .disabled.button-inverse.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.button-inverse.button:hover, body.frontend .popover-container .popover-content button.disabled.button-inverse:hover, .frontend .disabled.inverse.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.inverse.button:hover, body.frontend .popover-container .popover-content button.disabled.inverse:hover {
  background-color: transparent;
}
.frontend .disabled.button-red.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.button-red.button:hover, body.frontend .popover-container .popover-content button.disabled.button-red:hover, .frontend .disabled.red.co2-button:hover, body.frontend .popover-container .popover-content a.disabled.red.button:hover, body.frontend .popover-container .popover-content button.disabled.red:hover {
  background-color: #e73d4a;
}
.frontend ._forced-border.co2-button, body.frontend .popover-container .popover-content a._forced-border.button, body.frontend .popover-container .popover-content button._forced-border {
  border: 2px solid;
}

.number-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  column-gap: 50px;
  row-gap: 15px;
}
@media (max-width: 767px) {
  .number-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.number-grid .number-item {
  display: flex;
}
.number-grid .number-item .number {
  font-size: 6.25em;
  line-height: 1em;
  font-weight: bold;
  padding-right: 0.2em;
  font-family: "Roboto Slab", serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .number-grid .number-item .number {
    font-size: 4em;
  }
}
@media (max-width: 767px) {
  .number-grid .number-item .number {
    font-size: 3em;
  }
}
.number-grid .number-item .description {
  text-align: left;
}
.number-grid .number-item .description h4 {
  font-size: 1.875em;
  font-weight: bold;
}
.number-grid .number-item .description p {
  font-size: 1.5em;
  margin: 0;
}

.co2-accordion .heading {
  background-color: #E5E5E5;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.co2-accordion .heading .icon.icon-plus {
  font-size: 1.5em;
  font-weight: 100;
  color: #292F3B;
}
.co2-accordion .heading .icon.icon-plus:before {
  content: "\e818";
}
.co2-accordion .body {
  overflow: hidden;
  text-align: left;
  font-size: 1em;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.co2-accordion.collapsed > .body {
  height: 0;
}
.co2-accordion.collapsed > .heading .icon.icon-plus:before {
  content: "\e816";
}

.co2-accordion + .co2-accordion {
  margin-top: 1.5em;
}

.co2-alert {
  display: flex;
}
.co2-alert .alert-icon {
  flex-grow: 0;
  flex-shrink: 0;
}
.co2-alert .alert-icon.left [class^=icon-]:before, .co2-alert .alert-icon.left [class*=" icon-"]:before {
  margin-left: 0;
  text-align: left;
}
.co2-alert .alert-icon i {
  color: #e73d4a;
  font-size: 4.5em;
}
.co2-alert .alert-content .alert-caption {
  color: #e73d4a;
}
.co2-alert .alert-content .alert-caption p strong {
  font-weight: bold;
}
.co2-alert .alert-content .alert-body ul li {
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 1.5em;
  position: relative;
}
@media (max-width: 991px) {
  .co2-alert .alert-content .alert-body ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.co2-alert .alert-content .alert-body ul li:before {
  color: #e73d4a;
  font-size: 0.5em;
  font-family: "co2", serif;
  content: "\f111";
  font-style: normal;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  text-align: center;
  line-height: 1.5em;
}

body.frontend .popover-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
  justify-content: center;
  align-items: center;
}
body.frontend .popover-background.display {
  display: flex;
}
body.frontend .popover-container {
  -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.35);
  display: block;
  max-width: 95%;
  max-height: 95%;
  padding: 0 20px 20px;
  background-color: white;
  color: #111B24;
  overflow: auto;
}
@media (min-width: 768px) {
  body.frontend .popover-container {
    max-width: 85%;
    max-height: 85%;
  }
}
@media (min-width: 992px) {
  body.frontend .popover-container {
    max-width: 75%;
    max-height: 80%;
  }
}
@media (min-width: 1200px) {
  body.frontend .popover-container {
    max-width: 50%;
    max-height: 80%;
  }
}
body.frontend .popover-container .popover-content {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  display: none;
}
body.frontend .popover-container .popover-content.display {
  display: block;
}
body.frontend .popover-container .popover-content a.link {
  text-decoration: underline;
}
body.frontend .popover-container .popover-content a.link.main {
  color: #65B0C6;
}
body.frontend .popover-container .popover-content a.link.secondary {
  color: #65B0C6;
}
body.frontend .popover-container .popover-content a.link.blue {
  color: #317CAD;
}
body.frontend .popover-container .popover-content a.link.black {
  color: #292F3B;
}
body.frontend .popover-container .popover-content a.link.gray {
  color: #C4C4C4;
}
body.frontend .popover-container .popover-content a.link.lightgray {
  color: #292F3B;
}
body.frontend .popover-container .popover-content a.link.white {
  color: #ffffff;
}
body.frontend .popover-container .popover-content a.link.darkblue {
  color: #315064;
}
body.frontend .popover-container .popover-content a.link.darkgray {
  color: #484D57;
}
body.frontend .popover-container .popover-content a.link.red {
  color: #e73d4a;
}
body.frontend .popover-container .popover-content h3 {
  font-size: 14px;
}
body.frontend .popover-container .popover-content p {
  margin-top: 5px;
  font-size: 11px;
  line-height: 16px;
}
@media (min-width: 768px) {
  body.frontend .popover-container .popover-content h3 {
    font-size: 16px;
  }
  body.frontend .popover-container .popover-content p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  body.frontend .popover-container .popover-content h3 {
    font-size: 20px;
  }
  body.frontend .popover-container .popover-content p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  body.frontend .popover-container .popover-content h3 {
    font-size: 24px;
  }
  body.frontend .popover-container .popover-content p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 28px;
  }
}

[class^=icon-co2-logo]:before, [class*=" icon-co2-logo"]:before {
  width: auto;
  top: 0;
  position: relative;
  font-size: 1em;
  margin: 0;
}

body.frontend ._1 {
  background-color: #65B0C6 !important;
}
body.frontend ._2 {
  color: white !important;
}
body.frontend ._3 {
  background-color: transparent !important;
}
body.frontend ._4 {
  color: white !important;
}
body.frontend ._5 {
  color: white !important;
}
body.frontend ._6 {
  background-color: #65B0C6 !important;
}
body.frontend ._7 {
  color: white !important;
}
body.frontend ._8 {
  background-color: #65B0C6 !important;
}
body.frontend ._9 {
  color: white !important;
}
body.frontend ._10 {
  background-color: white !important;
}
body.frontend ._11 {
  color: #317CAD !important;
}
body.frontend ._12 {
  background-color: #315064 !important;
}
body.frontend ._13 {
  color: white !important;
}
body.frontend ._14 {
  background-color: white !important;
}
body.frontend ._15 {
  color: #292F3B !important;
}
body.frontend ._16 {
  color: #808080 !important;
}
body.frontend ._17 {
  background-color: white !important;
}
body.frontend ._18 {
  border-color: #B4B4B4 !important;
}
body.frontend ._19 {
  color: #111B24 !important;
}
body.frontend ._20 {
  background-color: #65B0C6 !important;
}
body.frontend ._21 {
  color: white !important;
}
body.frontend ._22 {
  color: #e73d4a !important;
}
body.frontend ._23 {
  background-color: rgba(101, 176, 198, 0.1) !important;
}
body.frontend ._24 {
  background-color: white !important;
}
body.frontend ._25 {
  border-color: #317CAD !important;
}
body.frontend ._26 {
  color: #317CAD !important;
}
body.frontend ._27 {
  background-color: #E3E3E3 !important;
}
body.frontend ._28 {
  color: #292F3B !important;
}
body.frontend ._29 {
  background-color: #eef1f5 !important;
}
body.frontend ._30 {
  color: #111B24 !important;
}
body.frontend ._special_button_theresa_1 {
  color: white !important;
  border-color: white !important;
  background-color: transparent;
}
body.frontend ._special_button_theresa_2 {
  color: white !important;
  border-color: white !important;
  background-color: transparent;
}
body.frontend ._special-limiter:before {
  background-color: white !important;
}

.debug {
  display: none !important;
}

.warentest {
  display: block;
  width: 16em;
  height: 9em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/themes/default/frontend/images/stiftung_warentest_co2.auto.jpg);
}

.superbonus {
  display: block;
  width: 32em;
  height: 18em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/themes/default/frontend/images/SuperBonus_Stoerer.png);
}

.fader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40em;
  opacity: 0.5;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0) 80%);
}

.flex-content {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media (max-width: 991px) {
  .flex-content {
    flex-direction: column;
    align-items: center;
  }
}
.flex-content .second-content {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .flex-content .second-content {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .flex-content .second-content {
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
  }
}

.frontend .page-container {
  min-height: 100vh;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.frontend .content-container {
  max-width: 1650px;
  margin: 0 auto;
}
.frontend > .page-container > .container {
  max-width: 1650px;
  width: 100%;
}
.frontend .form-footer {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: right;
  border-top: 1px solid #C4C4C4;
}
.frontend .form-footer a {
  font-weight: bold;
}
.frontend .mainBorder {
  line-height: 0;
  font-size: 1em;
  height: 0.5625em;
  display: block;
  width: 100%;
  background-color: #65B0C6;
  -webkit-box-shadow: inset 0px 3px 6px -3px rgba(0, 0, 0, 0.32);
  box-shadow: inset 0px 3px 6px -3px rgba(0, 0, 0, 0.32);
}
.frontend .co2-main-visual-cover {
  background: center center no-repeat url("../images/main_visual.jpg");
  background-size: cover;
  color: white;
}
.frontend .co2-main-visual-cover.fixed-visual {
  background-attachment: fixed;
}
@media (hover: none) {
  .frontend .co2-main-visual-cover.fixed-visual {
    background-attachment: initial;
  }
}
.frontend .full-height-content {
  min-height: calc(100vh - 100px);
}
.frontend .row.flex-row {
  display: flex;
}
.frontend .row.flex-row::before {
  display: none;
}
@media (max-width: 991px) {
  .frontend .row.flex-row.break-md {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .frontend .row.flex-row.break-xs {
    flex-direction: column;
  }
}
.frontend .row.flex-row.margin + .row.flex-row.margin {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .frontend .row.flex-row.margin + .row.flex-row.margin.break-md {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .frontend .row.flex-row.margin + .row.flex-row.margin.break-xs {
    margin-top: 0;
  }
}
.frontend .container-centered-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh;
}
.frontend .container-centered-content .inner-content {
  width: 100%;
  max-width: 990px;
  background: white;
  padding: 50px;
  color: #292F3B;
}
.frontend .container-centered-content .inner-content h1, .frontend .container-centered-content .inner-content h2, .frontend .container-centered-content .inner-content h3 {
  color: #65B0C6;
}
.frontend .container-centered-content .inner-content a.co2-button {
  font-size: 2rem;
}
.frontend .container-with-side-panel {
  display: flex;
  align-items: stretch;
}
.frontend .container-with-side-panel .side-panel {
  background-color: #E3E3E3;
  text-align: left;
  flex-grow: 0;
  flex-shrink: 0;
  width: 34.5%;
  color: #292F3B;
  padding: 40px;
}
.frontend .vehicleClass-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1350px;
  gap: 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .frontend .vehicleClass-container {
    display: block;
  }
}
.frontend .vehicleClass-container .vehicleClass-item {
  text-align: left;
  flex: 1 0 30%;
}
@media (min-width: 1351px) {
  .frontend .vehicleClass-container .vehicleClass-item {
    padding-left: 40px;
  }
}
.frontend .vehicleClass-container .vehicleClass-item:nth-child(n+4) {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .frontend .vehicleClass-container .vehicleClass-item:nth-child(n+1) {
    margin-top: 2em;
  }
}
.frontend .vehicleClass-container .vehicleClass-item .vehicleClass-item-content {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.frontend .vehicleClass-container .vehicleClass-item .vehicleClass-item-content .vehicleClass-icon {
  flex-shrink: 0;
  float: left;
}
.frontend .vehicleClass-container .vehicleClass-item .vehicleClass-item-content .vehicleClass-icon .icon {
  font-size: 6em;
}
.frontend .vehicleClass-container .vehicleClass-item .vehicleClass-item-content .vehicleClass-icon .icon:before {
  margin-left: 0;
}
.frontend .vehicleClass-container .vehicleClass-item .vehicleClass-item-content .vehicleClass-text h4 {
  margin: 0 0 3px;
  font-size: 1.3em;
  font-weight: bold;
}
.frontend .vehicleClass-container .vehicleClass-item .vehicleClass-item-content .vehicleClass-text strong {
  font-size: 2em;
  font-weight: 400;
}
.frontend .vehicleClass-container .vehicleClass-item .vehicleClass-item-content .vehicleClass-text strong .co2-tooltip i {
  color: inherit !important;
}
.frontend .vehicleClass-container .vehicleClass-item .vehicleClass-item-content .vehicleClass-text h4 + small {
  margin-bottom: 5px;
}
.frontend .vehicleClass-container .vehicleClass-item .vehicleClass-item-content .vehicleClass-text small {
  display: block;
  line-height: 0.8em;
}
.frontend .vehicle-class-bonus-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
}
.frontend .vehicle-class-bonus-container span {
  padding: 10px;
  background-color: #ffffff;
  margin-bottom: 2px;
  text-align: center;
}
.frontend .vehicle-class-bonus-container span small {
  color: #292F3B;
  margin-bottom: 10px;
}
.frontend .vehicle-class-bonus-container span strong {
  color: #317CAD;
  font-weight: bolder;
}

.scroll-to-top-button {
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: none;
  height: 61px;
  width: 61px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #E3E3E3;
  opacity: 0;
  cursor: pointer;
  z-index: 1002;
  border-radius: 11px;
  font-size: 40px;
  text-align: center;
  line-height: 54px;
  color: #292F3B;
}
.scroll-to-top-button.shown {
  display: block;
  opacity: 0.8;
}
.scroll-to-top-button.shown:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .scroll-to-top-button {
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }
}
div.co2-collapse .co2-collapse-trigger.collapsed i:before {
  content: "\e83a";
}
div.co2-collapse .co2-collapse-trigger i:before {
  content: "\e83c";
}

.close {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.15);
  opacity: 1;
  line-height: 1.35em;
  text-align: center;
}
.close:hover, .closefocus {
  background-color: rgba(255, 255, 255, 0.5);
}

.information,
.help {
  border-radius: 1em !important;
  color: #ffffff;
  display: inline-block;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
  width: 1.5em;
  cursor: default;
}

.help {
  cursor: pointer;
}

.help:HOVER {
  background-color: #317CAD !important;
}

.information i.fa,
.help i.fa {
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
}

.has-error .information {
  display: none;
}

.information.bg-light {
  background-color: #E5E5E5;
  color: #333;
}

.co2-tooltip > i.icon {
  color: #C4C4C4;
}

.selected > .co2-tooltip > i.icon {
  color: #ffffff;
}

.tooltip .tooltip-inner,
.co2-tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #317CAD;
  border-radius: 0;
  line-height: 1.6em;
  padding: 7px 8px;
  word-break: keep-all;
  text-align: left;
  width: 300px;
  max-width: 100%;
}
.tooltip .tooltip-inner p,
.co2-tooltip .tooltip-inner p {
  font-size: 12px;
  line-height: 1.4em;
}
.tooltip .tooltip-inner ul,
.co2-tooltip .tooltip-inner ul {
  padding-left: 0;
  margin: 0;
  max-width: 100%;
}
.tooltip .tooltip-inner ul li,
.co2-tooltip .tooltip-inner ul li {
  padding-left: 10px;
}
.tooltip .tooltip-inner ul li:before,
.co2-tooltip .tooltip-inner ul li:before {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4em;
  top: 0;
  width: auto;
  height: 100%;
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  border-top-color: #317CAD;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #317CAD;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #317CAD;
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #317CAD;
}

.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.modal-details .modal-body {
  padding: 0 30px;
  top: -20px;
}
.modal-details .modal-header {
  position: relative;
  z-index: 1000;
}

.news {
  transition: all 0.5s ease-out;
  background-color: #315064;
  color: white;
  overflow: hidden;
  text-align: center;
  font-weight: 600;
}
.news .link {
  background-color: #315064;
  color: white;
  text-decoration: underline;
}
.news.sticky {
  padding: 10px;
  width: 100%;
  max-height: 60px;
}
.header.shrinked .news.sticky {
  max-height: 0;
  padding: 0;
}
@media (max-width: 994px) {
  .header.shrinked .news.sticky {
    transition: none;
    max-height: 100px;
    padding: 5px;
    font-size: 14px;
    line-height: 16px;
  }
}
.news.locale-info {
  color: #317CAD;
  background-color: white;
  padding: 20px 35px 20px 20px;
  max-height: initial;
}
.news.locale-info .icon-cancel {
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
}

form#vehicleProlongation div[name=SpacerText] p {
  font-size: 1em;
}
form#vehicleProlongation div[name=SpacerVehicleData] {
  font-size: 1em;
}
form#vehicleProlongation div[name=SpacerMarketPrice] {
  font-size: 1em;
  font-weight: 900;
  color: #65B0C6;
}

/* MemberAddVehicleForm/MemberAddVehicleInTransitionPhaseForm */
form#vehicle .button-select .button-select-option .co2-bonus-text-color {
  color: #317CAD;
}
form#vehicle .button-select .button-select-option.selected .co2-bonus-text-color {
  color: #ffffff;
}

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