body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 130%;
}

.LoginLocations {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
.LoginLocation {
  border: 1px solid red;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  background-color: #fff;
}
.LoginLocation > div {
  padding: 10px;
  display: flex;
  align-items: center;
}
.LoginLocationSelect {
  border-left: 1px solid #dedede;
  background-color: #f7f7f4;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  color: #E00034; /* #d14753; */
  text-decoration: underline;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 70vw;
  height: 10vh;
  min-height: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.order {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: block;
  width: 30vw;
  height: 100%;
  min-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.contentholder {
  position: absolute;
  top: 68vh;
  z-index: 3000;
  display: none;
  width: 100%;
  height: 90%;
  background-color: #f7f7f4;
}

.stepholder {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  padding: 40px 31vw 40px 2vw;
}

.changingcontentholder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.changingcontentholder.bil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.changingcontentholder.behandling {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.changingcontentholder.tilvalg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.changingcontentholder.tidspunkt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.changingcontentholder.dineinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.changingcontentholder.final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.pricetotalholder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 115px;
  min-height: 105px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202e3d;
}

.totalpriceheadline {
  color: #fff;
}

.body {
  background-color: #f7f7f4;
  font-family: Bronkoh, sans-serif;
  color: #1d1d1d;
}

.totalprice {
  margin-top: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.addbookingbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 52px;
  margin-top: 15px;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #E00034; /* #d14753; */
  font-size: 18px;
  font-weight: 600;
}

.addbookingbutton:hover {
  background-color: #E00034; /* #ed2f40; */
}

.addbookingbutton.inactive {
  margin-top: 0px;
  background-color: #939393;
  font-weight: 700;
}

.addbookingbutton.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1%;
  padding-left: 1%;
}

.addbookingbutton.greyed {
  background-color: #d3d3d3;
}

.logoholder {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  margin-top: 4px;
  margin-left: 30px;
  float: right;
  color: #fff;
}

.placeholder {
  position: absolute;
  left: 50%;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.placeselected {
  margin-bottom: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.placeselected.bold {
  font-size: 25px;
  font-weight: 700;
}

.contactmenuholder {
  position: absolute;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menuiconholder {
  display: none;
}

.kontakttextmenu {
  margin-top: 4px;
  margin-right: 30px;
  float: right;
  color: #fff;
}

.backtextmenu {
  margin-top: 4px;
  margin-left: 30px;
  float: right;
  color: #fff;
}

.stepscentered {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202e3d;
}

.stepsholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  height: 40px;
}

.steplink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.steplink.laststep {
  margin-right: 0vw;
}

.steptext {
  border-style: none;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.steptext.notfilled {
  color: #758494;
}

.steptext.filled {
  color: #d04753;
}

.bilinfoholder {
  width: 100%;
  max-width: 600px;
}

._20pxheader {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

._20pxheader._20pxmarginbottom {
  margin-right: 9px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 148%;
}

._20pxheader._20pxmarginbottom._30pxmargintop {
  margin-top: 30px;
}

.dinofield {
  width: 100%;
  height: 40px;
  border-color: #d8d8d8;
  background-color: #fff;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  font-size: 16px;
}

.dinofield:hover {
  border-color: #d04753;
}

.dinofield.big {
  position: relative;
  height: 64px;
  margin-top: 19px;
  margin-bottom: 19px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  background-image: url('../images/dots.svg');
  background-position: 96% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 6px 13px -5px rgba(0, 0, 0, .35);
  font-size: 20px;
}

.dinofield.big:hover {
  border-color: #c15157;
}

.dinofield.small {
  position: relative;
  display: block;
}

.dinofield.input {
  height: auto;
  min-height: 120px;
}

.dinofield.lined {
  margin-bottom: 5px;
  padding-left: 2px;
  float: left;
  border-style: none none solid;
  border-bottom-width: 1px;
  background-color: transparent;
}

.dinofield.lined:hover {
  padding-left: 5px;
  background-color: #fff;
}

.dinofield.lined:focus {
  padding-left: 4px;
  border-style: solid;
  border-width: 1px;
}

.dinofield.lined::-webkit-input-placeholder {
  color: #000;
  font-weight: 600;
}

.dinofield.lined:-ms-input-placeholder {
  color: #000;
  font-weight: 600;
}

.dinofield.lined::-ms-input-placeholder {
  color: #000;
  font-weight: 600;
}

.dinofield.lined::placeholder {
  color: #000;
  font-weight: 600;
}

.dinofield.lined._50 {
  width: 45%;
  margin-right: 2%;
}

._50textfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2px;
  padding-right: 5px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._50textfield.last {
  padding-right: 0px;
  padding-left: 15px;
}

._16pxtext {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}

._16pxtext.clear {
  clear: both;
}

._4textfieldsholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 42px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 200px;
  background-color: #E00034; /* #d14753; */
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  font-size: 16px;
  font-weight: 700;
}

.button:hover {
  background-color: #E00034; /* #ed2f40; */
}

.button.mini {
  width: auto;
  padding-right: 26px;
  padding-left: 26px;
}

.button.opsummering {
  width: 100%;
  margin-top: 20px;
}

.nextbuttonholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.requiredicon {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  width: 7px;
  height: 10px;
  color: #d04753;
}

.requiredholder {
  position: relative;
  width: 100%;
  float: left;
}

.requiredholder._60 {
  width: 60%;
}

.needstoberequiredtext {
  text-align: center;
}

.requiredping {
  font-size: 16px;
}

.text-span {
  color: #d04753;
}

.orderblock {
  margin-top: 0px;
  padding: 15px 26px 15px 30px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e9e9e9 #000 #000;
}

.orderblock.lejebil {
  display: none;
  width: 100%;
}

.orderblock.bilmaerke {
  display: none;
}

.orderblock.behandling {
  display: none;
}

.orderblock.last {
  padding-bottom: 0px;
}

.orderheader {
  display: block;
  margin-bottom: 5px;
  color: #202e3d;
  font-size: 18px;
  font-weight: 700;
}

.orderinfo {
  display: block;
  font-size: 16px;
}

.orderholder {
  position: relative;
  z-index: 2000;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: -1px 0 9px 0 rgba(0, 0, 0, .08);
}

.behandlinginfoholder {
  width: 100%;
  max-width: 1000px;
}

.behandlingoption {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  height: auto;
  min-width: 200px;
  padding: 15px 24px 98px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d8d8d8;
  background-color: #f9f9f9;
  cursor: pointer;
}

.behandlingoption:hover {
  border-color: #d04753;
}

.behandlingoption:focus {
  border-color: #c15157;
}

.behandlingoption.middle {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}

.behandlingoption.middle.recommended {
  width: 39.33333333%;
  padding-top: 65px;
  padding-bottom: 100px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recommendedbanner {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d04753;
  border-left: 1px solid #d04753;
  background-color: #d04753;
}

.text-for-anbefalet {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.behandlinginfotext {
  line-height: 150%;
  text-align: left;
}

.behandlinginfotextholder {
  width: 100%;
}

.behandlingstidtext {
  margin-top: 3px;
  margin-bottom: 1px;
  color: #568f69;
  font-weight: 600;
}

.behandlingprice {
  font-size: 24px;
  line-height: 110%;
  font-weight: 700;
}

.behandlingprice.foer {
  margin-bottom: 4px;
  color: #9c9c9c;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}

.savedtext {
  margin-top: 5px;
  color: #E00034; /* #d14753; */
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.tilvalginfoholder {
  width: 100%;
  max-width: 900px;
}

.heading {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px none #dedede;
  color: #000;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
}

.heading.behandling {
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
  color: #000;
}

.heading.done {
  color: #E00034; /* #d14753; */
  font-size: 2em;
  font-weight: 700;
}

.heading.starter {
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 30px;
}

.tilvalgoption {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding: 6px 20px 6px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  cursor: pointer;
}

.tilvalgoption:hover {
  border-color: #c15157;
  border-bottom-style: solid;
}

.tilvalgoption.last {
  position: relative;
  width: 97%;
  height: auto;
  margin-right: 15px;
  margin-bottom: 0px;
  padding: 6px 35% 6px 6px;
  border-bottom-style: none;
}

.tilvalgoption.popular {
  margin-bottom: 0px;
  padding-top: 29px;
  padding-bottom: 15px;
  border-color: #E00034; /* #d14753; */
  border-bottom-style: solid;
}

.tilvalgoption.popular.horisontal {
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tilvalgoption.alt-behandling {
  display: none;
  margin-bottom: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top-style: solid;
  background-color: transparent;
}

.tilvalgoption.midt {
  border-top-style: none;
}

.tilvalgoption.midt:hover {
  border-top-style: solid;
}

.tilvalgpris {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tilvalgpris._20pxmarginbottom {
  margin-bottom: 20px;
  font-size: 22px;
}

.tilvalgpris._20pxmarginbottom._30pxmargintop {
  margin-top: 30px;
}

.tilvalgpris.dkk {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(29, 29, 29, .5);
  font-size: 14px;
}

.div-block-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 15px;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-left: 1px solid #dedede;
  background-color: #f7f7f4;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d04753;
  border-radius: 100%;
}

.dotinside {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  border: 2px solid #d04753;
  border-radius: 100%;
  background-color: #d04753;
}

._18pxheader {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 16px;
  line-height: 130%;
}

._18pxheader._20pxmarginbottom {
  margin-bottom: 20px;
  font-size: 22px;
}

._18pxheader._20pxmarginbottom._30pxmargintop {
  margin-top: 30px;
}

.tidspunktinfoholder {
  width: 100%;
  max-width: 900px;
}

.dineinfoinfoholder {
  width: 100%;
  max-width: 600px;
}

.image {
  width: 60px;
}

.calendar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 101%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.day {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 15%;
  min-width: 13%;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 9px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ebebeb;
}

.day.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.day.noday {
  border: 1px none #ebebeb;
  background-color: transparent;
}

.day.today {
  border: 2px solid #E00034; /* #d14753; */
}

.day.weekend {
  background-color: #dedede;
}

.day.free {
  background-color: #a8d9a3;
  cursor: pointer;
}

.day.free:hover {
  background-color: #77d06e;
}

.day.free.chosen {
  background-color: #12a50c;
}

.times .chosen {
  background-color: #12a50c !important;
}

.day.optaget {
  background-color: #f44;
}

.day-text {
  padding-right: 5px;
  padding-left: 5px;
}

.day-text.weekend {
  color: rgba(29, 29, 29, .35);
}

.day-text.today {
  font-weight: 700;
}

.day-text.chosen {
  color: #fff;
}

.car {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 45px;
  height: 25px;
  background-image: url('../images/car1_1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.no-car {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 45px;
  height: 25px;
  background-image: url('../images/nocar2.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.tid-month-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-link {
  padding: 4px 8px 8px;
  border: 1px solid #dedede;
  border-radius: 3px;
  color: #000;
  font-size: 1.6em;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
}

.next-link:hover {
  background-color: #ebebeb;
}

.next-link.tonet {
  color: #d0d0d0;
}

.header-month {
  margin-bottom: 20px;
  line-height: 120%;
}

.price-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 15px 24px;
  border-top: 1px solid #dedede;
  background-color: hsla(0, 0%, 100%, .73);
}

.subtext {
  width: 100%;
  margin-bottom: 20px;
  color: #767676;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.explainer {
  display: none;
  color: grey;
}

.steporder {
  position: relative;
  z-index: 2000;
  margin-bottom: 7px;
  padding: 7px 1.5vw 12px 30px;
}

.steporder.on-final {
  padding-right: 24px;
  padding-left: 0px;
}

.header-order {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede;
  color: #252525;
  font-size: 0.9em;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.header-order.tilvalg {
  margin-bottom: 0px;
  padding-top: 4px;
  padding-left: 2px;
}

.data-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}

.data-wrap.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.data-wrap.i-alt {
  padding: 6px 2px;
  border-bottom-width: 1px;
  border-bottom-color: #575757;
  background-color: #fffbdd;
}

.data-wrap.note {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom-style: none;
}

.data-wrap.opsum {
  width: 100%;
}

.data-label {
  color: #9c9c9c;
  font-size: 0.9em;
  line-height: 120%;
}

.data-label.ialt {
  color: #323232;
  font-weight: 700;
  text-transform: uppercase;
}

.data-label.note {
  font-style: italic;
}

.data-entry {
  font-size: 1em;
  line-height: 120%;
  font-weight: 600;
}

.data-entry.float {
  margin-right: 0px;
  margin-left: 4px;
  float: right;
}

.data-entry.float.red {
  color: #E00034; /* #d14753; */
}

.data-entry.float.total {
  font-weight: 700;
}

.data-entry.lined {
  color: #9c9c9c;
  text-decoration: line-through;
}

.data-entry.comment {
  color: #9c9c9c;
  font-weight: 400;
}

.data-entry.comment.inline {
  margin-bottom: 10px;
}

.micro-data-wrap.fixed {
  min-width: 30%;
}

.marker {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 100000;
  display: none;
  width: 30px;
  background-image: url('../images/marker.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.din-bil {
  margin-bottom: 4px;
  font-size: 1.2em;
  line-height: 120%;
}

.prosa-wrap {
  display: block;
  margin-bottom: 5px;
  padding-right: 2px;
  padding-left: 2px;
}

.prosa-wrap.last-message {
  font-size: 18px;
}

.bestilling-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  padding: 11px 24px 11px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.car-illu {
  width: 70px;
  height: 60px;
  background-image: url('../images/citroen.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.highlight {
  padding-right: 2px;
  padding-left: 2px;
  background-color: #fffbdd;
}

.rabat {
  color: #E00034; /* #d14753; */
}

._1-input-wrap {
  margin-top: 3px;
  margin-bottom: 15px;
  padding-top: 14px;
}

._1-input-wrap._50 {
  width: 50%;
  padding-right: 5px;
  float: left;
}

._1-input-wrap._50.last {
  padding-right: 0px;
  padding-left: 5px;
}

.check-box-label {
  padding-left: 10px;
}

.legende {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabby {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 31px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d8d8d8;
  background-color: #fff;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3px;
  margin-left: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 3px none #dedede;
  border-bottom: 3px solid #bfbfbf;
  background-color: transparent;
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 13px;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tab:hover {
  opacity: 0.9;
}

.tab.w--current {
  border-right: 3px none #E00034; /* #d14753; */
  border-bottom: 3px solid #E00034; /* #d14753; */
  background-color: transparent;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 9px;
  margin-bottom: 16px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icon-member {
  width: 100%;
  height: 30px;
  margin-bottom: 0px;
  background-image: url('../images/fdm.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-member.ds {
  background-image: url('../images/danskeseniorer.png');
  background-size: auto 80%;
}

.icon-member.perszonen {
  background-image: url('../images/personalezonen.png?1');
  background-size: contain;
}

.icon-member.logbuy {
  background-image: url('../images/LogBuy2.png');
  background-size: contain;
}

.icon-member.lo {
  background-image: url('../images/loplus.svg');
  background-size: contain;
}

.icon-member.guldkort {
  background-image: url('../images/guldkort.png');
  background-size: contain;
}

.icon-member.sas {
  background-image: url('../images/sas-001.png');
  background-size: contain;
}

.tab-pane {
  padding: 18px 25% 18px 0px;
}

.center {
  margin-bottom: 15px;
  padding-right: 12%;
  padding-left: 12%;
  text-align: center;
}

.form-rabat {
  display: block;
  width: 70%;
  margin-top: 19px;
  margin-bottom: 19px;
}

.check-rabat {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.tab-pane-wrap {
  width: 100%;
  float: right;
  border-bottom: 1px none #dedede;
}

.rabat-lokalt {
  font-size: 1.2em;
  text-transform: none;
}

.en-legende {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.colour {
  width: 18px;
  height: 16px;
  margin-right: 10px;
  border: 2px solid #E00034; /* #d14753; */
  border-radius: 3px;
  background-color: #ebebeb;
}

.colour.ledig {
  border-style: none;
  background-color: #a8d9a3;
}

.colour.ledig-car {
  width: 28px;
  border-style: none;
  background-color: transparent;
  background-image: url('../images/car1_1.svg');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.colour.ikkeledig {
  border-style: none;
}

.colour.chosen {
  border-style: none;
  background-color: #12a50c;
}

.behandling-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.behandling-wrapper.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stor {
  margin-bottom: 2em;
  font-size: 1.2em;
  line-height: 145%;
  text-align: center;
}

.mobile-trigger {
  display: none;
}

.mobil-anbefaling {
  display: none;
}

.button-mobile-only {
  display: none;
  width: 200px;
  height: 42px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #E00034; /* #d14753; */
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  font-size: 16px;
  font-weight: 700;
}

.button-mobile-only:hover {
  background-color: #E00034; /* #ed2f40; */
}

.button-mobile-only.w--current {
  display: none;
}

.button-mobile-only.mini {
  width: auto;
  padding-right: 26px;
  padding-left: 26px;
}

.steps-mobile {
  position: relative;
  display: none;
  overflow: auto;
  width: 100%;
  padding: 40px 31vw 40px 2vw;
}

.step {
  position: relative;
  top: 10vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  min-height: 90vh;
  margin-bottom: 10vh;
  padding-top: 5vh;
  padding-right: 30vw;
  padding-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step._2 {
  margin-bottom: 10vh;
}

.step2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-top: 10vh;
  padding-right: 30vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f4;
}

.step-2 {
  position: relative;
  top: 10vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  min-height: 90vh;
  margin-bottom: 10vh;
  padding-top: 5vh;
  padding-right: 30vw;
  padding-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-2._2 {
  margin-bottom: 10vh;
}

.step-3 {
  position: relative;
  top: 10vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  min-height: 90vh;
  margin-bottom: 10vh;
  padding-top: 5vh;
  padding-right: 30vw;
  padding-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-3._2 {
  margin-bottom: 10vh;
}

.step-4 {
  position: relative;
  top: 10vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  min-height: 90vh;
  margin-bottom: 10vh;
  padding-top: 5vh;
  padding-right: 30vw;
  padding-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-4._2 {
  margin-bottom: 10vh;
}

.step-5 {
  position: relative;
  top: 10vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  min-height: 90vh;
  margin-bottom: 10vh;
  padding-top: 5vh;
  padding-right: 30vw;
  padding-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-5._2 {
  margin-bottom: 10vh;
}

.step-6 {
  position: relative;
  top: 10vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  min-height: 90vh;
  margin-bottom: 10vh;
  padding-top: 5vh;
  padding-right: 2vw;
  padding-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-6._2 {
  margin-bottom: 10vh;
}

.dot-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.final-holder {
  width: 100%;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
}

.content-final-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.final-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 29px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 5px;
  background-color: #fff;
}

.final-data.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.final-data.i-alt {
  padding: 6px 2px;
  border-bottom-width: 1px;
  border-bottom-color: #575757;
  background-color: #fffbdd;
}

.final-data.note {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom-style: none;
}

.edit {
  color: #E00034; /* #d14753; */
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
}

.edit:hover {
  color: #000;
  text-decoration: none;
}

.edit.mobile-edit {
  display: none;
}

.confirm {
  position: relative;
  top: 10vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  min-height: 90vh;
  margin-bottom: 10vh;
  padding-top: 5vh;
  padding-right: 2vw;
  padding-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.confirm._2 {
  margin-bottom: 10vh;
}

.adressen {
  margin-top: 23px;
  margin-bottom: 4px;
  font-size: 1.2em;
  line-height: 120%;
}

.text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  padding-top: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #9c9c9c;
}

.pre-wrap {
  margin-bottom: 5px;
  padding-right: 2px;
  padding-left: 2px;
}

.pre-wrap.last-message {
  font-size: 18px;
}

.content-step-2 {
  display: none;
}

.step-final {
  display: none;
  margin-bottom: 5px;
  padding-right: 2px;
  padding-left: 2px;
}

.step-final.last-message {
  font-size: 18px;
}

.content-step-3 {
  display: none;
  margin-bottom: 5px;
  padding-right: 2px;
  padding-left: 2px;
}

.content-step-3.last-message {
  font-size: 18px;
}

.content-step-1 {
  display: none;
  margin-bottom: 5px;
  padding-right: 2px;
  padding-left: 2px;
}

.content-step-1.last-message {
  font-size: 18px;
}

.content-step-4 {
  display: block;
  margin-bottom: 5px;
  padding-right: 2px;
  padding-left: 2px;
}

.content-step-4.last-message {
  font-size: 18px;
}

.step-final-pre {
  display: block;
  margin-bottom: 5px;
  padding-right: 2px;
  padding-left: 2px;
}

.step-final-pre.last-message {
  font-size: 18px;
}

.behandling-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #dedede;
}

.behandling-wrapper-2.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.valg-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  margin-left: 3%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.opsummering-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 1px solid #ebebeb;
  background-color: hsla(0, 0%, 100%, .73);
}

.anbefalet {
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  padding: 1px 5px;
  background-color: #E00034; /* #d14753; */
  color: #fff;
}

.anbefalet._20pxmarginbottom {
  margin-bottom: 0px;
  font-size: 22px;
}

.anbefalet._20pxmarginbottom._30pxmargintop {
  margin-top: 30px;
}

.data-wrap-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2vh;
  padding: 3px 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px none #f0f0f0;
}

.data-wrap-big.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.data-wrap-big.i-alt {
  padding: 6px 2px;
  border-bottom-width: 1px;
  border-bottom-color: #575757;
  background-color: #fffbdd;
}

.data-wrap-big.note {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom-style: none;
}

.data-wrap-big.vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info {
  padding: 1px 8px;
  border-radius: 100px;
  background-color: #E00034; /* #d14753; */
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.h1-number {
  margin-right: 9px;
  margin-bottom: 0px;
  color: #E00034; /* #d14753; */
  font-size: 26px;
  line-height: 130%;
}

.samlet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.part {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.valg-wrap-del {
  width: 100%;
  padding: 17px;
  border-bottom: 1px none #dedede;
}

.pop {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 200;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #E00034; /* #d14753; */
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h3-behandling {
  margin-top: 0px;
}

.text-holder {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.select-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-left: 1px solid #dedede;
  background-color: #f7f7f4;
}

.cirkel-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d04753;
  border-radius: 100%;
}

.arrow {
  width: 30px;
  height: 30px;
  background-image: url('../images/drejepil_roed.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.pris {
  margin-top: 0px;
  margin-bottom: 4px;
  padding-bottom: 1px;
  border-bottom: 1px solid #d3d3d3;
  font-size: 1.2em;
  line-height: 122%;
  font-weight: 700;
}

.pris.before {
  margin-bottom: 2px;
  padding-bottom: 0px;
  border-bottom-style: none;
  color: #9c9c9c;
  font-size: 1em;
  line-height: 102%;
  font-weight: 400;
  text-decoration: none;
}

.pris.pris-stor {
  font-size: 1.4em;
}

.pris-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #dedede;
}

.pris-wrap.samlet {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pris-wrap.pris-stor {
  margin-top: 21px;
}

.kort-info {
  color: #9c9c9c;
  font-size: 14px;
}

.info-wrap {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-left: 3px;
  float: left;
  clear: none;
  background-image: url('../images/info.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.strike {
  text-decoration: line-through;
}

.video-wrap {
  width: 25%;
  height: 140px;
  margin-right: 50px;
}

.tilvalg-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 7px;
  padding: 8px 60px 8px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  cursor: pointer;
}

.tilvalg-wrap:hover {
  border-color: #c15157;
  border-bottom-style: solid;
}

.tilvalg-wrap.last {
  position: relative;
  width: 97%;
  height: auto;
  margin-right: 15px;
  margin-bottom: 0px;
  padding: 6px 35% 6px 6px;
  border-bottom-style: none;
}

.tilvalg-wrap.popular {
  margin-bottom: 5px;
  padding-top: 17px;
  padding-bottom: 9px;
  border-color: #E00034; /* #d14753; */
  border-bottom-style: solid;
}

.tilvalg-wrap.popular.horisontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tilvalg-wrap.alt-behandling {
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top-style: none;
}

.tilvalg-wrap.midt {
  border-top-style: none;
}

.tilvalg-wrap.midt:hover {
  border-top-style: solid;
}

.textdel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.prisdel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-lejebil {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox {
  margin-right: 11px;
}

.choose {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  color: #9c9c9c;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.switch-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 19px 53px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .24);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
}

.switch {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 30px;
  margin: 10px 7px 0px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
  border-radius: 15px;
  background-color: rgb(246, 150, 150);
  box-shadow: inset 3px 3px 4px -4px rgba(0, 0, 0, .26);
  cursor: pointer;
}

.switch-btn {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 22px;
  height: 22px;
  margin-top: 3px;
  margin-left: 4px;
  border-radius: 15px;
  background-color: #F64141;
}

.switch-btn:hover {
  background-color: #F64141;
  background-image: none;
}

.lejebil-ja {
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
}

.text-choose {
  display: none;
}

@media (max-width: 991px) {
  .menu {
    width: 62vw;
  }
  .stepholder {
    padding-right: 40vw;
  }
  .changingcontentholder.bil {
    padding-right: 14px;
    padding-left: 14px;
  }
  .changingcontentholder.behandling {
    padding-right: 10px;
    padding-left: 10px;
  }
  .changingcontentholder.tilvalg {
    padding-right: 10px;
    padding-left: 10px;
  }
  .kontakttextmenu {
    /*display: none;*/
    margin-right: 0px;
  }
  .dinofield.big {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .behandlingoption {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 90px;
  }
  .behandlingoption.middle.recommended {
    width: 100%;
  }
  .behandlingprice {
    font-size: 18px;
  }
  .heading.starter {
    font-size: 22px;
  }
  .tilvalgoption {
    margin-bottom: 6px;
    padding-right: 51%;
    padding-left: 10px;
  }
  .tilvalgoption.last {
    padding-right: 50%;
    padding-left: 10px;
  }
  .tilvalgoption.popular.horisontal {
    padding-right: 50px;
  }
  .tilvalgpris {
    font-size: 15px;
  }
  .div-block-2 {
    width: 50%;
  }
  .div-block-3 {
    margin-left: 10px;
  }
  ._18pxheader {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 120%;
  }
  .day.free {
    padding: 2px;
  }
  .car {
    left: 5px;
    top: 2px;
    right: auto;
    bottom: auto;
    width: 25px;
    height: 20px;
    background-size: contain;
  }
  .explainer {
    font-size: 12px;
    line-height: 120%;
  }
  .steporder {
    padding-left: 20px;
  }
  .din-bil {
    font-size: 1.1em;
  }
  .bestilling-header {
    padding-left: 20px;
  }
  .legende {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab {
    padding-right: 2px;
    padding-left: 2px;
  }
  .icon-member {
    background-size: contain;
  }
  .tab-pane {
    padding-right: 20px;
    padding-left: 0px;
  }
  .en-legende {
    height: 40px;
  }
  .legende-text {
    font-size: 11px;
    line-height: 110%;
  }
  .behandling-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .steps-mobile {
    padding-right: 40vw;
  }
  .step {
    padding-right: 44vw;
    padding-left: 6vw;
  }
  .step-2 {
    padding-right: 41vw;
    padding-left: 0vw;
  }
  .step-3 {
    padding-right: 44vw;
    padding-left: 6vw;
  }
  .step-4 {
    padding-right: 44vw;
    padding-left: 6vw;
  }
  .step-5 {
    padding-right: 44vw;
    padding-left: 6vw;
  }
  .step-6 {
    padding-right: 44vw;
    padding-left: 6vw;
  }
  .confirm {
    padding-right: 44vw;
    padding-left: 6vw;
  }
  .adressen {
    font-size: 1.1em;
  }
  .behandling-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .select-wrap {
    width: 45px;
  }
  .cirkel-wrap {
    margin-left: 0px;
  }
  .video-wrap {
    width: 35%;
    margin-right: 0px;
  }
  .tilvalg-wrap {
    margin-bottom: 6px;
    padding-right: 51%;
    padding-left: 10px;
  }
  .tilvalg-wrap.last {
    padding-right: 50%;
    padding-left: 10px;
  }
  .tilvalg-wrap.popular {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  ._20pxheader._20pxmarginbottom {
    font-size: 20px;
    line-height: 120%;
  }
  .anbefalet._20pxmarginbottom {
    font-size: 20px;
    line-height: 120%;
  }
}

@media (max-width: 479px) {
  .menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    width: 100%;
    height: 45px;
    min-height: 30px;
  }
  .order {
    top: 100%;
    width: 100%;
  }
  .contentholder {
    position: relative;
    top: 0%;
  }
  .stepholder {
    display: none;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .changingcontentholder.bil {
    padding: 25px 0px;
  }
  .changingcontentholder.tilvalg {
    padding-top: 20px;
  }
  .changingcontentholder.tidspunkt {
    padding-right: 0px;
    padding-left: 0px;
  }
  .changingcontentholder.dineinfo {
    padding-right: 0px;
    padding-left: 0px;
  }
  .changingcontentholder.final {
    padding-right: 6px;
    padding-left: 6px;
  }
  .container {
    padding-top: 45px;
  }
  .logoholder {
    margin-left: 15px;
  }
  .placeselected {
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 110%;
  }
  .placeselected.bold {
    font-size: 16px;
  }
  ._20pxheader._20pxmarginbottom {
    margin-bottom: 8px;
    font-size: 1.3em;
    line-height: 120%;
  }
  .dinofield.big {
    height: 50px;
    padding-right: 11px;
    padding-left: 11px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    font-size: 15px;
  }
  .dinofield.input {
    padding-right: 10px;
    padding-left: 10px;
  }
  ._50textfield {
    margin-top: 2px;
    padding-right: 5px;
  }
  ._50textfield.last {
    padding-left: 5px;
  }
  ._16pxtext {
    font-size: 12px;
  }
  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .button.w--current {
    display: none;
  }
  .requiredholder._60 {
    width: 70%;
  }
  .orderholder {
    padding-bottom: 140px;
  }
  .behandlingoption {
    padding-right: 15px;
    padding-left: 15px;
  }
  .behandlingoption.middle.recommended {
    padding-top: 62px;
    padding-right: 43px;
    padding-bottom: 85px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .recommendedbanner {
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .text-for-anbefalet {
    width: 100em;
    text-align: center;
  }
  .behandlinginfotext {
    font-size: 12px;
    line-height: 150%;
  }
  .behandlingprice.foer {
    font-size: 14px;
  }
  .heading {
    line-height: 120%;
  }
  .heading.starter {
    padding-top: 40px;
  }
  .tilvalgoption {
    padding-right: 10px;
    padding-bottom: 51px;
  }
  .tilvalgoption.last {
    padding-right: 10px;
    padding-bottom: 53px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tilvalgoption.popular.horisontal {
    padding-right: 10px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tilvalgoption.alt-behandling {
    height: 100px;
    background-color: #fff;
  }
  .div-block-2 {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
  }
  .image {
    width: 40px;
  }
  .day {
    max-width: 13%;
  }
  .day.top {
    max-width: 13%;
    min-width: 13%;
  }
  .car {
    width: 20px;
  }
  .price-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .subtext {
    margin-bottom: 10px;
  }
  .steporder.on-final {
    padding-right: 0px;
  }
  .data-entry.comment.inline {
    font-size: 0.9em;
    line-height: 130%;
  }
  .check-box-label {
    font-size: 12px;
  }
  .legende {
    height: 70px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabby {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab {
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon-member {
    width: 90%;
    background-size: contain;
  }
  .tab-pane {
    padding-right: 3%;
    padding-left: 3%;
  }
  .rabat-lokalt {
    font-size: 0.8em;
    line-height: 100%;
  }
  .en-legende {
    height: 50%;
  }
  .stor {
    font-size: 1em;
  }
  .mobile-trigger {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #E00034; /* #d14753; */
    box-shadow: 0 -1px 11px 0 rgba(0, 0, 0, .11);
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
  }
  .mobil-anbefaling {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 150px;
    background-image: url('../images/anbefalermobil.svg');
    background-position: 22px -30px;
    background-size: 135px;
    background-repeat: no-repeat;
  }
  .drejepilen {
    width: 40px;
    height: 40px;
    background-image: url('../images/drejepil.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .button-mobile-only {
    display: none;
  }
  .button-mobile-only.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .steps-mobile {
    display: block;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .step {
    top: 0vh;
    min-height: auto;
    margin-bottom: 0vh;
    padding-top: 5vh;
    padding-right: 6vw;
    padding-bottom: 10vh;
  }
  .step-2 {
    top: 0vh;
    margin-bottom: 2vh;
    padding-top: 5vh;
    padding-right: 0vw;
    padding-bottom: 10vh;
  }
  .step-3 {
    top: 0vh;
    margin-bottom: 2vh;
    padding-top: 5vh;
    padding-right: 6vw;
    padding-bottom: 10vh;
  }
  .step-4 {
    top: 0vh;
    margin-bottom: 2vh;
    padding-right: 6vw;
    padding-bottom: 10vh;
  }
  .step-5 {
    top: 0vh;
    margin-bottom: 2vh;
    padding-right: 6vw;
    padding-bottom: 10vh;
  }
  .step-6 {
    top: 0vh;
    min-height: auto;
    margin-bottom: 2vh;
    padding-right: 6vw;
    padding-bottom: 10vh;
  }
  .italic-text {
    font-size: 13px;
  }
  .final-holder {
    padding-right: 0px;
    padding-left: 0px;
  }
  .final-data {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .edit {
    display: none;
  }
  .edit.mobile-edit {
    display: block;
  }
  .confirm {
    top: 0vh;
    min-height: auto;
    margin-bottom: 2vh;
    padding-right: 6vw;
    padding-bottom: 10vh;
  }
  .text-wrap {
    margin-right: 2px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .anbefalet._20pxmarginbottom {
    margin-bottom: 8px;
    font-size: 1.3em;
    line-height: 120%;
  }
  .select-wrap {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 50px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #dedede;
  }
  .video-wrap {
    width: 100%;
  }
  .tilvalg-wrap {
    padding-right: 10px;
    padding-bottom: 51px;
  }
  .tilvalg-wrap.last {
    padding-right: 10px;
    padding-bottom: 53px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tilvalg-wrap.popular {
    padding-top: 34px;
    padding-right: 10px;
    padding-bottom: 53px;
  }
  .form-lejebil {
    width: 100%;
  }
  .text-mobile-price {
    display: none;
  }
  .switch-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-choose {
    display: block;
    margin-left: 14px;
  }
}

@font-face {
  font-family: 'Bronkoh';
  src: url('../fonts/Hand-Foundry---Bronkoh-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Bronkoh';
  src: url('../fonts/Hand-Foundry---Bronkoh-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bronkoh';
  src: url('../fonts/Hand-Foundry---Bronkoh-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Bronkoh';
  src: url('../fonts/Hand-Foundry---Bronkoh-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bronkoh';
  src: url('../fonts/Hand-Foundry---Bronkoh-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Bronkoh';
  src: url('../fonts/Hand-Foundry---Bronkoh-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}