@charset "UTF-8";
@font-face {
  font-family: Open Sans;
  font-weight: normal;
  font-style: normal;
  src: url("//") format("no404"), url("/fonts/open-sans-v13-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  src: url("//") format("no404"), url("/fonts/open-sans-v13-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: Open Sans;
  font-weight: 700;
  font-style: normal;
  src: url("//") format("no404"), url("/fonts/open-sans-v13-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: Plastic sans;
  font-weight: bold;
  font-style: normal;
  src: url("//") format("no404"), url("/fonts/plasticsans-bold-v100.woff2") format("woff2");
}
html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 400;
  font-family: OpenSans, Arial, "sans-serif";
  color: #333;
  letter-spacing: 0;
  background-color: #fff;
  margin: 0;
}

a {
  color: #0050F0;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans";
}

h2 {
  font-size: 1.75rem;
  line-height: 2.1875rem;
  font-weight: 700;
  font-family: Plastic Sans, Arial, "sans-serif";
  color: #333;
  margin-bottom: 1.25rem;
}

h4 {
  font-weight: bold;
}

iframe {
  margin-bottom: 20px;
}

h5 {
  color: #00B332;
  font-weight: bold;
}

input[type=number] {
  -moz-appearance: textfield;
}

.main {
  position: relative;
  margin-top: 9.375rem;
  z-index: 330;
}

.container {
  width: auto;
  max-width: 100%;
  transition: width 0.3s ease, max-width 0.3s ease, margin-left 0.3s ease, margin-right 0.3s ease;
}

@media (min-width: 720px) {
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
}
.headline {
  font-size: 3rem;
  line-height: 3.75rem;
  font-weight: 700;
  font-family: Plastic Sans, Arial, "sans-serif";
  color: #00B332;
  margin-bottom: 0.625rem;
}
.headline + .sub-headline {
  margin-top: -0.625rem;
}

.sub-headline {
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: 400;
  font-family: OpenSans, Arial, "sans-serif";
  color: #333;
  margin-bottom: 1.25rem;
}

.step {
  display: none;
}

.hidden {
  display: none;
}

/*
    Buttons
*/
.btn {
  display: inline-flex;
  align-items: center;
  background-color: initial;
  border-radius: 24px;
  border: 2px solid #fff;
  color: #0050f0;
  cursor: pointer;
  font-family: "Open Sans", Arial, "sans-serif";
  font-weight: 600;
  font-size: 1rem;
  height: 50px;
  line-height: 46px;
  padding: 0 1.25rem;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-top: 10px;
  position: relative;
  transition: box-shadow 0.2s ease;
}
.btn cb-icon {
  display: inline-flex;
  align-items: center;
}
.btn .icon {
  display: inline-block;
  position: relative;
  transition: margin 0.2s ease;
  height: 20px;
  width: 20px;
  fill: #fff;
}
.btn .icon svg {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 4px;
}
.btn.button-prev {
  /*align-self: flex-start;*/
  padding: 0;
  border: none;
  display: block;
}
.btn.button-prev .icon {
  fill: #0050f0;
}
.btn.button-prev:hover {
  color: #0050f0;
}
.btn.button-prev:hover .icon--s-arrow-left {
  margin-left: -0.3125rem;
  margin-right: 0.3125rem;
}
.btn.button-prev:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #ec6316;
  border-color: #ec6316;
  box-shadow: 0 0 0 0 rgba(236, 99, 22, 0);
  color: #fff;
  top: 0;
  min-width: 100%;
  transition: top 0.2s ease, box-shadow 0.2s ease;
}
.btn-primary:active, .btn-primary:focus {
  background-color: #ec6316;
  border-color: #ec6316;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(236, 99, 22, 0);
}
.btn-primary:active:focus {
  box-shadow: 0 0 0 0 rgba(236, 99, 22, 0);
}
.btn-primary:hover {
  box-shadow: 0 2px 0 0 rgba(236, 99, 22, 0.3019607843);
  background-color: #ec6316;
  border-color: #ec6316;
  top: -1px;
  text-decoration: none;
  box-shadow: 0 0 0 0 rgba(236, 99, 22, 0);
}
.btn-primary:hover .icon {
  margin-left: 0.3125rem;
  margin-right: -0.3125rem;
}

.btn-secondary {
  background-color: #fff;
  border-color: #0050f0;
  box-shadow: 0 0 0 0 rgba(236, 99, 22, 0);
  color: #0050f0;
  top: 0;
  min-width: 100%;
  transition: top 0.2s ease, box-shadow 0.2s ease;
}
.btn-secondary:hover {
  background-color: #fff;
  border-color: #0050f0;
  color: #000;
  text-decoration: none;
}

.btn-noborder, .btn-noborder:hover {
  background: none;
  border: none;
}

.siteheader {
  height: 40px;
  background: #f1f1f3;
}
.siteheader ._topnav {
  display: flex;
  height: 2.5rem;
  justify-content: flex-start;
  position: relative;
  z-index: 325;
}
.siteheader .container div:first-child {
  background: url(/img/cb-menu-left.png);
  background-repeat: no-repeat;
  float: left;
  height: 30px;
  width: 325px;
  margin-top: 3px;
}
.siteheader .container div:last-child {
  background: url(/img/cb-menu-right.png);
  background-repeat: no-repeat;
  float: right;
  width: 114px;
  height: 45px;
  margin-top: 3px;
}

.link {
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  color: #0050f0;
  cursor: pointer;
  display: inline-flex;
  font-family: "Open Sans", Arial, "sans-serif";
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  width: auto;
  position: relative;
  transition: box-shadow 0.2s ease;
}

.imgcontainer img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 0.8rem;
}

/* header */
.header-focus {
  padding: 1.25rem 2.5rem 0;
  background-color: #fff;
  width: 100%;
  z-index: 329;
}

.header-focus__close-link {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  font-family: "Open Sans", Arial, "sans-serif";
  float: right;
  color: #0050f0;
  text-decoration: none;
}
.header-focus__close-link .icon svg {
  width: 30px;
  height: 30px;
  fill: #0050f0;
}

.header-focus__container {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding-bottom: 1.25rem;
}

.header-focus-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.3019607843);
  z-index: 328;
  height: 3.75rem;
  bottom: auto;
}

.header-focus--with-overlay {
  border-radius: 16px 16px 0 0;
  position: fixed;
  top: 40px;
}

.header-focus__separator {
  max-width: 1330px;
  background-image: radial-gradient(ellipse at top, rgba(148, 148, 155, 0.2), rgba(0, 0, 0, 0));
  content: "";
  height: 0.3125rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: -2;
  width: 100%;
  position: absolute;
  mix-blend-mode: multiply;
}

.navigation-buttons {
  width: 100%;
  padding: 1.25rem 0;
  justify-content: space-between;
}

/* step bar */
.focus-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 331;
}

.focuspagina-step-bar {
  background: #fff;
  margin-top: 10.55rem;
  width: auto;
}

.focuspagina-progressbar {
  background: #fff;
  position: relative;
  width: auto;
  margin-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.focuspagina-progressbar__bar {
  position: absolute;
  width: 100%;
  height: 1px;
  margin-left: 0;
  margin-top: 2px;
  background-color: #e2e4e7;
}

.focuspagina-progressbar__progress {
  position: absolute;
  width: 0;
  height: 4px;
  margin-left: 0;
  margin-top: 0;
  background-color: #07ac2b;
  z-index: 2;
  transition: width ease-in-out 0.3s;
}

.focuspagina-step-bar__page-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

.focuspagina-step-bar__page-nav-list-item {
  font-size: 1em;
  font-weight: 700;
  color: #6f7685;
  display: none;
}

.focuspagina-step-bar__page-nav-list-item--active {
  display: block;
  color: #333;
}

@media screen and (max-width: 768px) {
  [id^=rowSelect] {
    position: relative;
  }
  [id^=provinceSelect] {
    display: block;
    margin: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/*-----Start input-----*/
.form {
  width: 100%;
  position: relative;
  height: 51px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.form input {
  width: 100%;
  height: 100%;
  color: #333;
  padding: 16px 0 0 13.33333px;
  border: none;
  outline: none;
  background-color: rgba(249, 249, 249, 0.976471);
  border-bottom: 1px solid #91949b;
  border-radius: unset;
}

.form label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  margin-bottom: unset;
}

.form label::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 100%;
}

.label-name {
  font-weight: unset;
}

.content-name, .content-name-infix {
  position: absolute;
  bottom: 5px;
  padding-left: 13.33333px;
  padding-bottom: 10px;
  font-size: 16px;
  transition: all 0.2s ease;
}

.form input[hasText=yes] + .label-name .content-name-infix {
  font-size: 12px;
  font-weight: 700;
  transform: translateY(-40%);
}

.form input:focus + .label-name .content-name,
.form input:valid + .label-name .content-name,
.form input:focus + .label-name .content-name-infix {
  font-size: 12px;
  font-weight: 700;
  transform: translateY(-40%);
}

.form input:focus + label {
  color: #0050f0;
}

.form input:focus {
  border-color: #0050f0;
}

.red-input {
  color: red;
  border-bottom: 1px solid red;
}

.green-input {
  color: #00b332;
  border-bottom: 1px solid #00b332;
}

/*-----End input-----*/
select {
  /*max-width: 100px;*/
  height: 40px;
  box-shadow: 0 1px 0 0 #adc7fa;
  background-color: #fafafa;
  border: none;
  font-size: 15px;
  line-height: 1.3;
  color: #333333;
  margin: 3px 0 10px 0;
}

.input-group {
  position: relative;
  padding-bottom: 1.875rem;
  width: 100%;
  display: block;
  max-width: 100%;
}
.input-group input[type=text] {
  width: 100%;
  height: 3.5rem;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
  border: 1px px solid #6f7685;
  border-radius: 4px;
  line-height: 3.5rem;
}
.input-group .input-text__input {
  outline: 0;
  font-size: 1rem;
  color: #333;
  width: 100%;
  height: 3.5rem;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
  border: 1px solid #6f7685;
  border-radius: 4px;
  line-height: 3.5rem;
}
.input-group .input-text__input.invalid {
  color: #d9032a;
  border-color: #d9032a;
}
.input-group .input-text__input::-webkit-outer-spin-button, .input-group .input-text__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-group .input-text__label {
  position: absolute;
  left: 1.25rem;
  top: -0.4375rem;
  margin: -0.3125rem;
  padding: 0 0.3125rem;
  cursor: text;
  font-size: 1rem;
  background: #fff;
  color: #0050f0;
  transform: scale(0.75);
  transform-origin: center left;
  transition: transform 0.2s ease;
  pointer-events: none;
}
.input-group .input-select__input {
  width: 100%;
  height: 3.5rem;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
  border: 1px solid #6f7685;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  color: #333;
  -webkit-appearance: none;
  appearance: none;
}
.input-group .input-select {
  width: 100%;
}
.input-group .input-select .icon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 1.125rem;
  right: 1.25rem;
  pointer-events: none;
  display: inline-block;
  fill: #0050f0;
}
.input-group .input-select .icon svg {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.input-group input[type=text].is-empty:not(:focus) + .input-text__label,
.input-group input[type=number].is-empty:not(:focus) + .input-text__label {
  transform: translate3d(0, 1.75rem, 0) scale(1);
  color: #6f7685;
}
.input-group .input-message {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 400;
  font-family: "Open Sans", Arial, "sans-serif";
  color: #6f7685;
  margin-bottom: 0;
  width: 100%;
  display: flex;
}
.input-group .input-message--error {
  color: #d9032a;
  font-weight: 700;
}
.input-group .input-message--error:before {
  content: "";
  display: block;
  margin: 0.3125rem 0.3125rem 0 0;
  height: 1rem;
  min-width: 1rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23d9032a'%3E%3Cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM9 3v7H7V3h2zM8 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.modal-content {
  padding: 50px 20px 10px 20px;
}

/*----Start modal----*/
/*    @media (min-width: 768px) {
    .modal-dialog {
        width: 840px;
        overflow-y: initial !important
    }

    .modal-content {
        padding: 50px 0 10px 30px;
    }
}

@media (max-width: 768px) {
    .modal-body {
        max-height: calc(100vh - 75px);
    }

    .modal-content {
        padding: 10px 10px;
    }
}*/
/*.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}*/
/*.modal-body a {
    color: #0050f0;
}*/
.modal-content {
  position: relative;
}
.modal-content .close-button {
  min-width: unset;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 25px;
  border: unset;
  color: #0050f0;
  background-color: transparent;
  z-index: 200;
}
.modal-content .close-button-mobile {
  top: 0 !important;
  background: unset;
  font-size: 30px !important;
}
.modal-content .back-button {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #0050f0;
  border: none;
  outline: none;
  padding-bottom: 25px;
  background-color: transparent;
}
.modal-content .back-button:hover {
  color: #0050f0;
}

/*-----End modal-----*/
/*
    Kenteken input
*/
.input-kenteken__kenteken {
  position: relative;
  border-radius: 4px;
  height: 50px;
  width: 170px;
}
.input-kenteken__kenteken .input-kenteken__logo {
  display: inline-block;
  height: 50px;
  width: 30px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  border: 1px solid #1f5b95;
  border-right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29v48H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23FFC700' xlink:href='%23a'/%3E%3Cuse fill='%232566A4' xlink:href='%23a'/%3E%3Cpath d='m17.856 8.543-.69.363.131-.768-.558-.544.772-.112.345-.7.345.7.771.112-.558.544.132.768zm-7.769.187-.726.4.139-.849-.587-.602.811-.124.363-.772.363.772.81.124-.586.602.138.85zm10.956 3.13-.725.4.139-.849-.587-.601.81-.124.363-.773.363.773.811.124-.587.601.139.85zm-14.086 0-.726.4.139-.849-.587-.601.81-.124.364-.773.362.773.811.124-.587.601.139.85zm14.869 3.913-.725.4.138-.849-.587-.601.811-.124.363-.773.363.773.811.124-.587.601.139.85zm-15.652 0-.726.4.139-.849L5 14.723l.811-.124.363-.773.363.773.81.124-.586.601.138.85zm14.869 3.913-.725.401.139-.85-.587-.601.81-.124.363-.773.363.773.811.124-.587.602.139.849zm-14.086 0-.726.401.139-.85-.587-.601.81-.124.364-.773.362.773.811.124-.587.602.139.849zm10.956 2.348-.725.4.138-.849-.587-.601.811-.124.363-.773.363.773.811.124-.587.601.139.85zm-7.826 0-.726.4.139-.849-.587-.601.811-.124.363-.773.363.773.81.124-.586.601.138.85zM14 23.599l-.726.401.139-.85-.587-.601.811-.124.363-.773.363.773.81.124-.586.602.139.849zM13.943 7.76l-.69.364.131-.769-.558-.544.772-.112.345-.699.345.7.771.111-.558.544.132.769z' fill='%23FFC700' fill-rule='nonzero'/%3E%3Cpath d='M14.326 41.994h-2.003L7.408 34.03h-.054l.034.445c.063.847.095 1.622.095 2.324v5.195H6V32h1.982l4.902 7.923h.04a46.36 46.36 0 0 1-.054-1.145 39.565 39.565 0 0 1-.04-1.542V32h1.496v9.994zm2.639 0V32h1.634v8.593h4.231v1.401h-5.865z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
}
.input-kenteken__kenteken .input-kenteken__input {
  position: absolute;
  top: 0;
  left: 30px;
  height: 50px;
  width: 140px;
  padding: 0.9398496241rem;
  border: 1px solid #daac09;
  border-left: 0;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  background: #ffc700;
  color: #333;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.input-kenteken__kenteken .input-kenteken__input::placeholder {
  text-transform: none;
  font-weight: 400;
  font-size: 1rem;
  color: #997d17;
  opacity: 1;
}

cb-error {
  display: block;
  width: 250px;
}

.addcar {
  display: block;
  position: relative;
  width: 100%;
  height: 187px;
  border: 1px solid #0050f0;
  border-radius: 4px;
  font-size: 2.5em;
  margin-bottom: 0.8rem;
}
.addcar:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subcost {
  background: #F1F1F3;
  -webkit-print-color-adjust: exact;
  font-weight: bold;
}

.comparison h4 {
  font-size: 1.1em;
  margin-top: 1.2em;
  font-weight: 600;
}
.comparison .row > div {
  padding: 10px;
}

.close-button {
  float: right;
}

.wizard {
  margin-top: 30px;
}

.foundcarresult h3 {
  font-weight: bold;
}

.loading {
  min-height: 200px;
  background: url("/img/loading_animated.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px;
}
.loading:after {
  content: "Één momentje...";
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
}
.loading * {
  display: none;
}

.input-radio__radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.input-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.input-radio__label {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex: 1;
  flex-basis: 0;
  cursor: pointer;
  margin: 1.25rem 0.625rem 0;
  line-height: 1.5em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.input-radio__custom-input {
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #6f7685;
}
.input-radio__custom-input:after {
  content: "";
  display: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.44);
}

.input-radio__radio:checked ~ .input-radio__custom-input {
  border-color: #07ac2b;
}

.input-radio__radio:checked ~ .input-radio__custom-input:after {
  background: #07ac2b;
  display: block;
}

.input-checkbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.input-checkbox__label {
  position: relative;
  display: flex;
  align-items: flex-start;
  color: #333;
  padding-right: 1.25rem;
  margin-top: 1.25rem;
  flex-grow: 1;
  flex-basis: 0%;
  cursor: pointer;
}

.input-checkbox .input-checkbox__input, .input-checkbox:after {
  color: #07ac2b;
}

.input-checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.input-checkbox__custom-input {
  width: 25px;
  min-width: 25px;
  height: 25px;
  border: 2px solid #6f7685;
  border-radius: 4px;
}

.input-checkbox__label:hover > .input-checkbox__checkbox:checked:active ~ .input-checkbox__custom-input,
.input-checkbox__label:hover > .input-checkbox__input:checked:active ~ .input-checkbox__custom-input {
  background: #7ad794;
}

.input-checkbox__checkbox:checked ~ .input-checkbox__custom-input,
.input-checkbox__input:checked ~ .input-checkbox__custom-input {
  border-color: #07ac2b;
}

.input-checkbox__custom-input:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2307ac2b'%3E%3Cpath d='m7.02 17.07-5.28-6.2 1.52-1.29 3.82 4.47 9.68-10.54 1.48 1.35L7.02 17.07z'/%3E%3C/svg%3E");
  display: none;
  width: 21px;
  height: 21px;
}

.input-checkbox__checkbox:checked ~ .input-checkbox__custom-input:after,
.input-checkbox__input:checked ~ .input-checkbox__custom-input:after {
  display: block;
}

.checkboxlabel {
  padding-left: 10px;
  margin-top: -5px;
}

@media (min-width: 360px) {
  .container {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 720px) {
  .container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: 20px;
    margin-left: 20px;
  }
  .header-focus__separator {
    height: 0.625rem;
  }
}
@media (min-width: 768px) {
  .input-group {
    max-width: 29.375rem;
  }
  .btn-primary, .btn-secondary {
    width: auto;
    min-width: auto;
  }
  .navigation-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .container {
    margin-right: auto;
    margin-left: auto;
  }
  .focuspagina-step-bar__page-nav-list-item {
    display: block;
    border-right: 1px solid #e2e4e7;
    margin-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .magnesia .header-focus__separator {
    max-width: 1330px;
  }
  .container {
    max-width: 1200px;
  }
}

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