/* Custom mixins */
.cross-selling-operation__card-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.cross-selling-operation__card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 800px;
  background: #eee;
  padding: 2.5rem 3rem;
  position: relative;
}
.cross-selling-operation__card .cross-selling-operation__info {
  width: 100%;
}
.cross-selling-operation__card .cross-selling-operation__add-btn {
  flex: 0 1 auto;
  align-self: flex-start;
  margin: 20px 0 0 0;
  width: 375px;
}
@media only screen and (min-width: 768px) {
  .cross-selling-operation__card {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .cross-selling-operation__card .cross-selling-operation__info {
    width: auto;
    flex: 1 1 auto;
    align-self: center;
  }
  .cross-selling-operation__card .cross-selling-operation__add-btn {
    margin: 10px 0 10px 30px;
    flex-shrink: 0;
  }
}
.cross-selling-operation__card .cross-selling-operation__tag {
  position: absolute;
  top: -11px;
  left: 0;
  background: black;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  text-transform: uppercase;
  padding: 0.35rem 1.25rem;
  letter-spacing: 2.5px;
  font-size: 12px;
  font-weight: bold;
}
.terms_latest {
  background: #F7F7F7;
  padding: 0 10px 23px;
  margin: 0 -10px 15px;
}
@media only screen and (min-width: 1024px) {
  .terms_latest {
    margin: 0 0 24px;
    padding: 0 10px 23px;
  }
}
@media only screen and (min-width: 1400px) {
  .terms_latest {
    padding: 0 60px 14px;
  }
}
.terms_latest:after {
  content: '';
  display: block;
  clear: both;
}
.terms_latest .header {
  border-bottom: 1px solid #C6C6C8;
  padding: 17px 0 16px;
}
@media only screen and (min-width: 768px) {
  .terms_latest .header {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .terms_latest .header {
    padding: 28px 0 1px;
  }
}
.terms_latest .header:after {
  content: '';
  display: block;
  clear: both;
}
.terms_latest .header h3 {
  position: relative;
  padding-left: 60px;
}
@media only screen and (min-width: 1024px) {
  .terms_latest .header h3 {
    float: left;
  }
}
@media only screen and (min-width: 1400px) {
  .terms_latest .header h3 {
    background-size: 70px auto;
    background-position: 6px 50%;
  }
}
.terms_latest .header h3 span {
  display: inline;
}
.terms_latest .header h3:before {
  content: '';
  background: url('/img/icon/webicons/service-appointment.svg') 9px 6px no-repeat;
  background-size: 36px auto;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  position: absolute;
}
.terms_latest .header .button {
  border-color: #616B75;
}
@media screen and (max-width: 374px) {
  .terms_latest .header .button {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .terms_latest .header .button {
    float: right;
    min-width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .terms_latest .header .button {
    margin: 5px 0 0;
  }
}
.terms_latest .col_01 {
  border-bottom: 1px solid #C6C6C8;
  padding: 22px 0 10px;
}
@media only screen and (min-width: 768px) {
  .terms_latest .col_01 {
    float: left;
    width: 48.2%;
    border-bottom: none;
    border-right: 1px solid #C6C6C8;
    padding: 21px 0px 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .terms_latest .col_01 .terms_place {
    padding: 0 0 0 65px;
    background-position: 10px 0;
    margin: 0 0 41px;
  }
  .terms_latest .col_01 .terms_work {
    padding: 0 0 0 65px;
    margin: 0 0 41px;
  }
  .terms_latest .col_01 .terms_work ul li {
    padding: 0 0 0 24px;
    margin: 0 0 5px;
  }
  .terms_latest .col_01 .terms_rent {
    padding: 0 0 0 65px;
  }
  .terms_latest .col_01 .terms_rent ul li {
    padding: 0 0 0 24px;
    margin: 0 0 5px;
  }
}
.terms_latest .col_02 {
  padding: 26px 0 10px;
}
@media only screen and (min-width: 768px) {
  .terms_latest .col_02 {
    float: left;
    width: 50%;
    padding: 20px 20px 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .terms_latest .col_02 .terms_car {
    padding: 0 0 0 65px;
    min-height: 93px;
  }
  .terms_latest .col_02 .terms_time {
    padding: 0 0 0 68px;
  }
}
.terms_latest .terms_delete {
  text-align: right;
  font-size: 1.5rem;
  clear: both;
}
@media only screen and (min-width: 1400px) {
  .terms_latest .terms_delete {
    margin: 0 -42px 0 0;
    position: relative;
    top: -5px;
  }
}
.terms_latest .terms_place {
  margin: 0 0 20px;
}
.terms_latest .terms_car {
  margin: 0 0 19px;
}
@media only screen and (min-width: 768px) {
  .terms_latest .terms_car {
    min-height: 72px;
  }
}
.terms_latest.terms_completed {
  margin: 9px 0 19px;
}
@media only screen and (min-width: 1400px) {
  .terms_latest.terms_completed {
    padding: 0 60px 33px;
  }
}
.terms_latest .back_link {
  white-space: nowrap;
}
.terms_place {
  padding: 0 0 0 59px;
  background: url('/img/icon/webicons/location_pin.svg') 15px 0 no-repeat;
  background-size: 29px auto;
  position: relative;
  min-height: 35px;
}
.terms_place p a {
  display: block;
}
.terms_work {
  padding: 0 0 0 59px;
  background: url('/img/icon/webicons/assistance_and_emergency_services.svg') 9px 1px no-repeat;
  background-size: 31px auto;
  min-height: 35px;
  position: relative;
}
.terms_work ul li {
  padding: 0 0 0 26px;
  position: relative;
  margin: 0 0 20px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .terms_work ul li {
    margin: 0 0 8px;
  }
}
.terms_work ul li:before {
  content: '';
  background: url('/img/icon/webicons/checkmark.svg') 0 0 no-repeat;
  background-size: 15px 13px;
  width: 15px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 2px;
}
.terms_rent {
  padding: 0 0 0 59px;
  background: url('../img/bgi/svg/rent-icon.svg') 9px 1px no-repeat;
  background-size: 40px auto;
  min-height: 35px;
  position: relative;
}
.terms_rent ul li {
  padding: 0 0 0 26px;
  position: relative;
  margin: 0 0 6px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .terms_rent ul li {
    margin: 0 0 8px;
  }
}
.terms_rent ul li:before {
  content: '';
  background: url('/img/icon/webicons/checkmark.svg') 0 0 no-repeat;
  background-size: 15px 13px;
  width: 15px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 2px;
}
.terms_car {
  padding: 0 0 0 59px;
  background: url('/img/icon/webicons/car.svg') 9px 0 no-repeat;
  background-size: 40px auto;
  min-height: 22px;
  position: relative;
}
.terms_car p {
  font-size: 1.6rem;
}
.terms_time {
  padding: 0 0 0 59px;
  background: url('../img/bgi/svg/sms_contact.svg') 11px 4px no-repeat;
  background-size: 36px auto;
  min-height: 37px;
  position: relative;
}
.terms_time p {
  font-size: 1.6rem;
  line-height: 18.7px;
}
.terms_service_employee {
  padding: 0 0 0 59px;
  background: url('../img/bgi/svg/account.svg') 11px 4px no-repeat;
  background-size: 36px auto;
  min-height: 37px;
  position: relative;
}
.terms_service_employee p {
  font-size: 1.6rem;
  line-height: 18.7px;
}
.terms_list {
  padding: 43px 0 0;
}
@media only screen and (min-width: 1024px) {
  .terms_list {
    padding: 57px 0 0;
  }
}
.terms_list .item {
  background: #F7F7F7;
  padding: 15px 0 11px;
  margin: 0 0 11px;
}
@media only screen and (min-width: 1024px) {
  .terms_list .item {
    padding: 13px 0 0.1px;
    margin: 0 0 19px;
  }
}
.terms_list .item:after {
  content: '';
  display: block;
  clear: both;
}
.terms_list .item .item_title {
  font-size: 13.5pt;
  line-height: 16pt;
  display: block;
  padding: 0 0 0 45px;
  background: url('/img/icon/webicons/service-appointment.svg') 0 3px no-repeat;
  position: relative;
  letter-spacing: -0.2px;
  margin: 0 15px 3px 15px;
}
@media only screen and (min-width: 768px) {
  .terms_list .item .item_title {
    float: left;
    line-height: 33px;
    background-position: 0 0;
    margin: 5px 0 0 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .terms_list .item .item_title {
    font-size: 16.5pt;
  }
}
.terms_list .item .item_title span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .terms_list .item .item_title span {
    display: inline;
  }
}
.terms_list .item .item_info {
  text-align: right;
  margin: 0 15px;
}
@media only screen and (min-width: 768px) {
  .terms_list .item .item_info {
    float: right;
    margin: 0 19px;
  }
}
@media only screen and (min-width: 1024px) {
  .terms_list .item .item_info {
    margin: 0 19px 17px;
  }
}
.terms_list .item .item_info .item_state {
  display: inline-block;
  padding: 11px 29px 11px 26px;
  line-height: 20px;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-right: 1px solid #C6C6C8;
}
.terms_list .item .item_info .item_state.item_state_passed {
  background: url('/img/icon/webicons/checkmark.svg') 0 center no-repeat;
  background-size: 15px 13px;
}
.terms_list .item .item_info .item_state.item_state_removed {
  background: url('/img/icon/webicons/close.svg') 0 center no-repeat;
  background-size: 15px 15px;
}
.terms_list .item .item_info .item_details_link {
  display: inline-block;
  padding: 11px 30px 11px 21px;
  line-height: 20px;
  font-size: 1.5rem;
  position: relative;
  margin: 0 4px 0 0;
}
.terms_list .item .item_info .item_details_link:focus {
  color: #1A1A20;
}
.terms_list .item .item_info .item_details_link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  background: url('../img/bgi/svg/arrow-dark-right.svg') 0 0 no-repeat;
  width: 16px;
  height: 21px;
  transform: rotate(90deg);
  margin-top: -8px;
  background-size: 16px 21px;
  transition: transform 0.5s ease;
}
.terms_list .item .item_info .item_details_link.active:after {
  transform: rotate(-90deg);
}
.terms_list .item .item_details {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  clear: both;
}
.terms_list .item .item_details .wrapper {
  padding: 16px 0;
}
@media only screen and (min-width: 1024px) {
  .terms_list .item .item_details .wrapper {
    border-top: 1px solid #dddddd;
    position: relative;
    margin: 0 10px;
    padding: 22px 0 21px;
  }
}
.terms_list .item .item_details .wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.terms_list .item .item_details .wrapper .terms_place {
  margin: 0 0 13px;
}
@media only screen and (min-width: 1024px) {
  .terms_list .item .item_details .wrapper .terms_place {
    float: left;
    width: 33%;
    margin: 0;
    padding: 0 0 0 50px;
    background-position: 6px 0;
  }
  .terms_list .item .item_details .wrapper .terms_place:after {
    content: '';
    width: 1px;
    left: 24.4%;
    top: 22px;
    bottom: 21px;
    position: absolute;
  }
}
.terms_list .item .item_details .wrapper .terms_car {
  background-position: 11px 5px;
  margin: 0 0 26px;
}
@media only screen and (min-width: 1024px) {
  .terms_list .item .item_details .wrapper .terms_car {
    float: left;
    width: 33%;
    margin: 0;
    background-position: 4px 1px;
    padding: 0 0 0 57px;
  }
  .terms_list .item .item_details .wrapper .terms_car:after {
    content: '';
    width: 1px;
    left: 49.9%;
    top: 22px;
    bottom: 21px;
    position: absolute;
  }
  .terms_list .item .item_details .wrapper .terms_car p {
    line-height: 14px;
    margin: 0 0 5px;
  }
}
.terms_list .item .item_details .wrapper .terms_work {
  margin: 0 0 15px;
}
@media only screen and (min-width: 1024px) {
  .terms_list .item .item_details .wrapper .terms_work {
    float: left;
    width: 33%;
    margin: 0;
    padding: 0 0 0 60px;
  }
  .terms_list .item .item_details .wrapper .terms_work:after {
    content: '';
    width: 1px;
    left: 75.5%;
    top: 22px;
    bottom: 21px;
    position: absolute;
  }
  .terms_list .item .item_details .wrapper .terms_work ul li {
    margin: 0 0 12px;
  }
}
.terms_list .item .item_details .wrapper .terms_work ul li {
  margin: 0 0 8px;
}
.terms_list .item .item_details .wrapper .terms_rent {
  margin: 0 0 15px;
}
@media only screen and (min-width: 1024px) {
  .terms_list .item .item_details .wrapper .terms_rent {
    float: left;
    width: 33%;
    margin: 0;
    padding: 0 0 0 60px;
  }
  .terms_list .item .item_details .wrapper .terms_rent:after {
    content: '';
    width: 1px;
    left: 75.5%;
    top: 22px;
    bottom: 21px;
    position: absolute;
  }
  .terms_list .item .item_details .wrapper .terms_rent ul li {
    line-height: 14px;
    margin: 0 0 12px;
  }
}
.terms_list .item .item_details .wrapper .terms_rent ul li {
  margin: 0 0 8px;
}
@media only screen and (min-width: 1024px) {
  .terms_list .item .item_details .wrapper .terms_time {
    float: left;
    width: 33%;
    margin: 0;
    padding: 0 0 0 60px;
    background-position: 6px 2px;
  }
}
@media only screen and (min-width: 1024px) {
  .terms_list .item .item_details .wrapper .terms_service_employee {
    float: left;
    width: 33%;
    margin: 0;
    padding: 0 0 0 60px;
    background-position: 6px 2px;
  }
}
.terms_new {
  padding: 0;
}
.terms_new form {
  padding: 20px 0;
}
.terms_new form .terms_new_car {
  padding: 1px 0 17px;
}
.terms_new form .terms_new_car .radio_box .input_holder {
  margin: 0;
}
.terms_new form .terms_new_car .radio_box input[type="radio"] + label:before {
  background-image: url('../img/bgi/bg-radio1.png');
}
.terms_new form .terms_new_car .radio_box label {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 375px) {
  .terms_new form .terms_new_car .radio_box label .terms_new_car_image {
    width: 80px;
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  .terms_new form .terms_new_car .radio_box label .terms_new_car_image {
    width: 160px;
  }
}
.terms_new form .terms_new_car .radio_box label .terms_new_car_image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.terms_new form .terms_new_car .radio_box label .terms_new_car_image img.custom {
  padding-right: 10px;
}
.terms_new form .terms_new_car .radio_box label .label_text {
  display: block;
}
@media only screen and (min-width: 375px) {
  .terms_new form .terms_new_car .radio_box label .label_text {
    margin: 0 0 0 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .terms_new form .terms_new_car .radio_box label .label_text {
    margin: 0 0 0 160px;
  }
}
.terms_new form .terms_new_car .radio_box label .label_text .car_title {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 10px;
  font-size: 16.5pt;
}
.terms_new form .terms_new_car .radio_box label .label_text .car_type {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 17px 0 19px;
}
.terms_new form .terms_new_car .radio_box label .label_text .car_type img {
  display: inline-block;
  max-height: 19px;
  width: auto;
  vertical-align: top;
  margin: 0 30px 0 0;
}
.terms_new form .terms_new_car .car_add_number {
  background: #F7F7F7;
  border-bottom: 1px solid #dddddd;
  padding: 15px 21px 22px 13px;
  margin: 0 0 0 30px;
}
@media only screen and (min-width: 375px) {
  .terms_new form .terms_new_car .car_add_number {
    margin: 0 0 0 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .terms_new form .terms_new_car .car_add_number {
    margin: 0 0 35px 190px;
  }
}
.terms_new form .terms_new_car .car_add_number:after {
  content: '';
  display: block;
  clear: both;
}
.terms_new form .terms_new_car .car_add_number p {
  font-size: 1.6rem;
  margin: 0 0 5px;
}
@media only screen and (min-width: 1024px) {
  .terms_new form .terms_new_car .car_add_number .button {
    float: right;
    min-width: 256px;
    width: auto;
  }
}
.terms_new form .terms_new_car .add_car {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  padding: 0;
  margin: 10px 0 0;
}
.terms_new form .terms_new_car .add_car .wrapper {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 41px 0 47px;
}
.terms_new form .terms_new_car .add_car .car_add_number {
  background: none;
  border-bottom: none;
  border-top: 1px solid #dddddd;
  padding: 17px 0 0;
  margin: 17px 0 6px;
}
@media only screen and (min-width: 1024px) {
  .terms_new form .terms_new_car .add_car .car_add_number {
    margin: 17px -30px 0;
  }
  .terms_new form .terms_new_car .add_car .car_add_number p {
    font-size: 16.5pt;
    line-height: 42px;
    margin: 0 20px 0 0;
  }
}
.terms_new form .terms_new_car .add_car .custom-select-s {
  font-size: 1.5rem;
  line-height: 38px;
  padding: 0 20px;
}
.terms_new form .terms_new_car .add_car .input_holder:last-child {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .terms_new form .terms_new_car .add_car .input_holder:before {
    left: -103px;
    top: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  .terms_new form .terms_new_car .add_car .submit_holder:before {
    left: -103px;
    top: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  .terms_new form .terms_new_car .add_car .submit_holder {
    margin: 0 -15px 0 0;
    padding: 28px 0 0 11px;
  }
}
@media only screen and (min-width: 1400px) {
  .terms_new form .terms_new_car .add_car .col-sm-12 {
    padding-left: 40px;
    padding-right: 32px;
  }
  .terms_new form .terms_new_car .add_car .col-sm-12:last-child {
    padding-left: 30px;
    padding-right: 0;
  }
}
.terms_new_leistung {
  padding: 13px 0 22px;
}
.terms_new_leistung .terms_new_leistung_place {
  background: url('/img/icon/webicons/location_pin.svg') 0 50% no-repeat;
  height: 40px;
  padding: 0 0 0 38px;
  background-size: 29px 34px;
  margin: 0 0 56px;
}
.terms_new_leistung .input_holder {
  margin: 0 0 31px;
}
.terms_new_leistung .input_holder input[type="checkbox"] + label {
  padding: 0 0 25px 42px;
}
.terms_new_leistung .input_holder input[type="checkbox"] + label:before {
  top: 2px;
}
.terms_new_leistung .input_holder input[type="checkbox"] + label .icon {
  width: 47px;
  float: left;
  text-align: center;
  line-height: 46px;
  margin: 0;
}
.terms_new_leistung .input_holder input[type="checkbox"] + label .icon img {
  display: inline-block;
  vertical-align: top;
  max-width: 47px;
  max-height: 47px;
  width: auto;
  height: auto;
}
.terms_new_leistung .input_holder input[type="checkbox"] + label strong {
  font-size: 1.6rem;
  display: block;
  margin: 0;
  line-height: 14px;
  text-transform: uppercase;
}
.terms_new_leistung .input_holder input[type="checkbox"] + label span {
  font-size: 1.6rem;
  display: block;
  margin: 0;
}
.terms_new_calendar {
  padding: 3px 0 14px;
  border-bottom: 1px solid #C6C6C8;
}
.terms_new_calendar textarea {
  height: 117px;
  max-width: 897px;
}
.terms_new_calendar input[type="checkbox"] + label {
  line-height: 25px;
  padding: 0 0 0 45px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .terms_new_calendar input[type="checkbox"] + label {
    font-size: 16.5pt;
  }
}
.terms_new_calendar .box {
  margin: 0 0 39px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 480px) {
  .terms_new_calendar .box {
    flex-direction: row;
    gap: 10px;
    align-items: flex-end;
  }
}
.terms_new_calendar .box.box1 {
  margin: 0 0 33px;
}
.terms_new_calendar .box .input_holder {
  margin: 0 0 18px;
}
.terms_new_calendar label.button_label:before {
  content: none!important;
  background: none!important;
}
.terms_new_calendar input[type="radio"]:checked + label.button_label {
  background: #000;
  color: #fff;
}
.terms_new_calendar .button_label {
  padding: 2px 10px!important;
  border: 1px solid black;
  border-radius: 6px;
  margin-right: 6px!important;
}
.terms_new_calendar .rent-select input[type="radio"] {
  display: none;
}
.terms_new_calendar .rent-select label {
  padding: 2px 10px!important;
  line-height: 36px;
  font-size: 22px;
}
.terms_new_calendar sl-radio-group sl-radio {
  margin: 0 0 15px;
}
.terms_new_calendar #checkInTimePreference {
  margin-left: calc(var(--sl-toggle-size-medium) + 0.5em);
  margin-bottom: 15px;
}
.order_headline .sub_headline {
  font-size: 1.5rem;
  margin: 0 0 25px;
}
@media only screen and (min-width: 1024px) {
  .order_headline .sub_headline {
    font-size: 17pt;
    margin: 0 0 50px;
  }
}
.order_latest {
  background: #F7F7F7;
  margin: 0 -10px 39px;
  padding: 15px 10px 18px;
}
@media only screen and (min-width: 1024px) {
  .order_latest {
    margin: 0 0 32px;
    padding: 15px 0px 32px;
  }
}
.order_latest .order_latest_date {
  font-size: 1.6rem;
  border-bottom: 1px solid #C6C6C8;
  padding: 0 0 8px;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .order_latest .order_latest_date {
    border: none;
  }
}
@media only screen and (min-width: 1280px) {
  .order_latest .order_latest_date {
    margin: 0 20px 3px;
    padding: 0;
  }
}
.order_latest .order_latest_products {
  display: none;
}
@media only screen and (min-width: 768px) {
  .order_latest .order_latest_products {
    display: block;
  }
  .order_latest .order_latest_products table {
    width: 100%;
  }
  .order_latest .order_latest_products table tr:last-child td {
    border: none;
  }
  .order_latest .order_latest_products table th {
    font-size: 1.5rem;
    height: 26px;
    vertical-align: middle;
    border-bottom: 1px solid #C6C6C8;
  }
  .order_latest .order_latest_products table th:last-child {
    text-align: right;
  }
  .order_latest .order_latest_products table td {
    padding: 16px 0 26px;
    vertical-align: top;
    border-bottom: 1px solid #C6C6C8;
  }
  .order_latest .order_latest_products table td:last-child {
    text-align: right;
  }
  .order_latest .order_latest_products table td figure {
    float: left;
    width: 110px;
    padding: 3px 0 0;
  }
  .order_latest .order_latest_products table td figure img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .order_latest .order_latest_products table td .title {
    text-decoration: none;
    display: block;
    margin: 0 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .order_latest .order_latest_products {
    margin: 0 7px 0 24px;
  }
  .order_latest .order_latest_products table th {
    height: 30px;
    padding: 0 0 2px;
  }
  .order_latest .order_latest_products table td .title {
    margin: 0 100px 0 13px;
  }
}
@media only screen and (min-width: 1280px) {
  .order_latest .order_latest_info {
    margin: 25px 13px 0 7px;
  }
}
.order_latest .order_latest_info .state {
  display: block;
  text-align: right;
  margin: 0 0 8px;
  color: #018FC5;
}
.order_latest .order_latest_info .box {
  background: #FFFFFF;
  border: 1px solid #C6C6C8;
  padding: 12px 19px 17px 10px;
  margin: 0 0 13px;
}
@media only screen and (min-width: 1280px) {
  .order_latest .order_latest_info .box {
    padding: 21px 19px 25px 20px;
    margin: 0 0 11px;
  }
}
.order_latest .order_latest_info .box p {
  font-size: 1.6rem;
  margin: 0 0 6px;
}
.order_latest .order_latest_info .box p strong {
  float: right;
}
.order_latest .order_latest_info .box p.summary_cost {
  margin: 16px 0 0;
  padding: 20px 0 11px;
  font-size: 13.5pt;
  color: #018FC5;
  border-top: 1px solid #dddddd;
}
.order_latest .order_latest_info .box p.summary_cost strong {
  font-size: 17pt;
}
.order_latest .order_latest_info .box p.tax_cost {
  margin: 0;
  font-size: 1.5rem;
}
.order_latest .order_latest_info .box p.tax_cost strong {
  font-size: 1.6rem;
}
.order_latest .order_latest_info .button {
  margin: 0 0 12px;
}
@media only screen and (min-width: 1280px) {
  .order_latest .order_latest_info .button {
    margin: 0 0 11px;
  }
}
.order_latest .order_latest_info .button img {
  display: inline-block;
  max-width: 30px;
  height: auto;
  margin: -3px 10px 0 -9px;
}
.order_list {
  margin: 0 0 55px;
}
@media only screen and (min-width: 768px) {
  .order_list {
    margin: 0 0 100px;
  }
}
.order_list table {
  display: block;
  background: #F7F7F7;
  border-top: 1px solid #C6C6C8;
  padding: 13px 0 0;
  margin: 0 0 22px;
}
@media only screen and (min-width: 768px) {
  .order_list table {
    display: table;
    width: 100%;
  }
}
.order_list table tbody {
  display: block;
}
@media only screen and (min-width: 768px) {
  .order_list table tbody {
    display: table-row-group;
  }
}
.order_list table tr {
  display: block;
  border-bottom: 1px solid #C6C6C8;
  padding: 0 20px 16px;
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  .order_list table tr {
    display: table-row;
    border: none;
    padding: 0;
    margin: 0;
  }
}
.order_list table tr:last-child {
  margin: 0;
  padding-bottom: 23px;
}
.order_list table td {
  display: block;
}
@media only screen and (min-width: 768px) {
  .order_list table td {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #C6C6C8;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .order_list table td {
    padding: 9px 0 22px 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .order_list table td.col_01 {
    width: 190px;
  }
}
@media only screen and (min-width: 1280px) {
  .order_list table td.col_01 {
    width: 180px;
  }
}
.order_list table td.col_01 dl {
  overflow: hidden;
}
.order_list table td.col_01 dl dt {
  float: left;
  clear: left;
  width: 109px;
  font-size: 1.5rem;
  line-height: 19px;
}
@media only screen and (min-width: 768px) {
  .order_list table td.col_01 dl dt {
    width: 92px;
  }
}
@media only screen and (min-width: 1024px) {
  .order_list table td.col_01 dl dt {
    line-height: 18px;
  }
}
.order_list table td.col_01 dl dd {
  float: left;
  font-size: 1.6rem;
  line-height: 19px;
}
@media only screen and (min-width: 1024px) {
  .order_list table td.col_01 dl dd {
    line-height: 18px;
  }
}
.order_list table td.col_02 {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .order_list table td.col_02 {
    display: table-cell;
  }
  .order_list table td.col_02 p {
    margin: 0;
    line-height: 18px;
  }
  .order_list table td.col_02 li {
    overflow: hidden;
    border-bottom: 1px solid #C6C6C8;
    padding: 12px 0 11px;
  }
  .order_list table td.col_02 li:last-child {
    border: none;
  }
  .order_list table td.col_02 li a {
    text-decoration: none;
    font-size: 1.6rem;
  }
  .order_list table td.col_02 li figure {
    float: left;
    width: 59px;
  }
  .order_list table td.col_02 li figure img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .order_list table td.col_02 li span {
    display: block;
    margin: -4px 0 0 67px;
  }
}
@media only screen and (min-width: 1280px) {
  .order_list table td.col_02 li {
    margin: 0 48px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .order_list table td.col_03 {
    width: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .order_list table td.col_03 {
    width: 122px;
  }
}
.order_list table td.col_03 p {
  font-size: 1.6rem;
}
.order_list table td.col_03 p span {
  float: left;
  width: 109px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .order_list table td.col_03 p span {
    display: block;
    float: none;
    width: auto;
  }
}
.order_list table td.col_04 {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .order_list table td.col_04 {
    width: 170px;
  }
}
@media only screen and (min-width: 1280px) {
  .order_list table td.col_04 {
    width: 205px;
  }
}
.order_list table td.col_04 p {
  font-size: 1.6rem;
}
.order_list table td.col_04 p span {
  float: left;
  width: 109px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .order_list table td.col_04 p span {
    display: block;
    float: none;
    width: auto;
  }
}
.order_list table td.col_04 p strong.state_done {
  color: #018FC5;
}
@media only screen and (min-width: 1024px) {
  .order_list table td.col_05 {
    width: 248px;
  }
}
@media only screen and (min-width: 1280px) {
  .order_list table td.col_05 {
    padding: 15px 13px 23px 0;
  }
}
.order_list .expand-orders {
  display: flex;
  justify-content: flex-end;
}
.order_list .expand-orders a {
  display: inline-block;
}
.order_list .expand-orders a:after {
  transform: rotate(90deg);
}
.order_list.documents {
  margin: 0;
}
.order_list.documents dt {
  font-size: 11pt;
  display: inline-block;
  width: auto !important;
  margin-right: 5px;
}
.order_list.documents dd {
  font-size: 12pt;
  display: inline-block;
}
.order_list.documents .col_02 {
  display: block;
  width: 180px;
}
@media only screen and (min-width: 768px) {
  .order_list.documents .col_02 {
    display: table-cell;
  }
}
.order_list.documents .col_03,
.order_list.documents .col_04 {
  width: 190px;
}
.order_list.documents table {
  margin: 0 0 40px;
}
@media only screen and (min-width: 1024px) {
  .order_list.documents table {
    margin: 0 0 100px;
  }
}
.order_latest .order-detail-actions,
.order_list .order-detail-actions {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#addCarForm .vehicle_gallery .subtitle {
  margin-bottom: 10px;
}
#addCarForm .vehicle_gallery .dropzone {
  min-height: 0;
  border: none;
  padding: 0;
}
#addCarForm .vehicle_gallery .dropzone .preview {
  display: flex;
  flex-wrap: wrap;
}
#addCarForm .vehicle_gallery .dropzone .drop_images {
  border: 2px dashed rgba(0, 0, 0, 0.3);
  padding: 5px;
  min-height: 50px;
}
#addCarForm .vehicle_gallery .dropzone .dz-preview {
  max-width: 100px;
  min-height: 0;
  margin: 0;
  padding: 3px;
  max-width: 106px;
  min-width: 90px;
}
#addCarForm .vehicle_gallery .dropzone .dz-preview.dz-error .dz-details {
  opacity: 0;
}
#addCarForm .vehicle_gallery .dropzone .dz-preview.dz-error .dz-error-mark {
  background: #ff0000d1;
  width: calc(100% - 6px);
  left: 3px;
  margin-left: 0;
  height: 53px;
}
#addCarForm .vehicle_gallery .dropzone .dz-preview.dz-error .dz-error-mark svg {
  display: none;
}
#addCarForm .vehicle_gallery .dropzone .dz-preview.dz-error .dz-error-mark:after {
  content: '!';
  color: #fff;
  font-size: 40px;
  position: absolute;
  width: 30px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  top: 17px;
}
#addCarForm .vehicle_gallery .dropzone .dz-preview.dz-error .dz-error-message {
  top: 90px;
  left: -15px;
}
#addCarForm .vehicle_gallery .dropzone .dz-preview.dz-error .dz-remove {
  display: none;
}
#addCarForm .vehicle_gallery .dropzone .dz-preview .dz-image {
  height: inherit;
  width: inherit;
  border-radius: 0;
}
#addCarForm .vehicle_gallery .dropzone .dz-preview .dz-image img {
  width: 100%;
}
#addCarForm .vehicle_gallery .dropzone .dz-preview:hover .dz-image img {
  transform: none;
  filter: none;
}
#addCarForm .vehicle_gallery .dropzone .dz-preview:hover .dz-details {
  display: none;
}
#addCarForm .vehicle_gallery .dropzone .dz-preview.dz-success .dz-success-mark {
  animation: none;
  opacity: 1;
  left: 3px;
  width: calc(100% - 6px);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  background: #018FC5;
}
#addCarForm .vehicle_gallery .dropzone .dz-preview.dz-success .dz-success-mark svg {
  margin: auto;
}
#addCarForm .vehicle_gallery .dropzone .dz-message {
  margin: 25px 0;
}
#addCarForm .vehicle_gallery .dropzone .dz-remove {
  width: 26px;
  height: 26px;
  background: url('../img/icon/webicons/delete.svg') 0 0 no-repeat;
  background-position: 3px;
  z-index: 500;
}
#addCarForm .vehicle_gallery .dropzone .delete,
#addCarForm .vehicle_gallery .dropzone .dz-remove {
  filter: brightness(200%) drop-shadow(0px 0px 3px #000);
  position: absolute;
  right: 3px;
  bottom: 5px;
  width: 30px;
  height: 30px;
  background-position: 6px;
  color: #fff;
}
#addCarForm .vehicle_gallery .img-container {
  position: relative;
  padding: 3px;
  cursor: pointer;
}
#addCarForm .vehicle_gallery .img-container:hover .favorite {
  opacity: 1;
}
#addCarForm .vehicle_gallery .img-container .vehicle_image {
  max-width: 100px;
}
#addCarForm .vehicle_gallery .img-container .favorite {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 4px;
  opacity: 0;
}
#addCarForm .vehicle_gallery .img-container .favorite img {
  width: 24px;
  transition: width 0.2s ease-in-out;
}
#addCarForm .vehicle_gallery .img-container.first .favorite {
  opacity: 1;
}
#addCarForm .vehicle_gallery .img-container:not(.first):hover .favorite img {
  width: 30px;
}
.verifizierung {
  position: absolute;
  z-index: 1;
  width: 90%;
  top: 50px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255);
  box-shadow: 0px 5px 25px -10px #696969;
  padding: 15px;
  text-align: center;
}
.verifizierung h2 {
  margin: 15px auto 0;
}
@media only screen and (min-width: 1024px) {
  .verifizierung {
    width: 60%;
  }
}
.verifizierung .sub_headline {
  margin: 0 0 15px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .verifizierung .sub_headline {
    font-size: 1.6rem;
  }
}
.verifizierung .interactions {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  margin: 15px auto 25px;
  align-items: center;
}
.verifizierung .interactions .input {
  max-width: 225px;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .verifizierung .interactions .input {
    margin: 0 50px 0 0;
  }
}
.verifizierung .interactions .help-text {
  text-align: left;
  padding: 3px 0 0;
}
.verifizierung .interactions strong,
.verifizierung .interactions span {
  display: block;
  font-size: 1.3rem;
  line-height: 13.5pt;
}
.verifizierung .interactions input[type="submit"] {
  margin: 0;
  padding: 0 30px;
  height: 40px;
  line-height: initial;
  max-width: 225px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .verifizierung .interactions {
    max-width: 700px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.verifizierung + .order_list.documents {
  filter: blur(3px);
}
.hauptsnap {
  grid-area: hauptsnap;
}
.hauptsnap .button:not(.white) {
  color: #FFFFFF;
  background: #0081A2;
}
.hauptsnap .service-image {
  display: flex;
  margin: 30px 0 0 10px;
  flex-direction: column;
}
.hauptsnap .service-image > img {
  max-width: 120px;
  height: auto;
  margin: 10px 0 5px;
  border-radius: 3px;
  display: block;
}
.terms_latest.terms_completed {
  box-shadow: 0 0 5px #ccc;
}
