@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url("../fonts/MaterialSymbolsOutlinedFILLGRADopszwght.ttf") format("truetype");
}
#versandkosten__rechner{
  position: relative;
}
#versandkosten__rechner .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
#versandkosten__rechner .material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
#versandkosten__rechner .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #384C74;
}
#versandkosten__rechner .material-symbols-outlined.thin {
  font-variation-settings: "wght" 200 !important;
}
#versandkosten__rechner .material-symbols-outlined.light {
  font-variation-settings: "wght" 300 !important;
}
#versandkosten__rechner .material-symbols-outlined.darkgray {
  color: #999999;
}
#versandkosten__rechner .material-icons-outline {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
#versandkosten__rechner .cursor-pointer {
  cursor: pointer;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .rotate-mobile {
    transform: rotate(90deg);
  }
}
#versandkosten__rechner .mt-50px {
  margin-top: 50px;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .mt-50px {
    margin-top: 24px;
  }
}
#versandkosten__rechner .mt-40px {
  margin-top: 40px;
}
#versandkosten__rechner .mt-30px {
  margin-top: 30px;
}
#versandkosten__rechner .mb-15px {
  margin-bottom: 15px;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .mb-15px {
    margin-bottom: 10px;
  }
}
#versandkosten__rechner .mb-35px {
  margin-bottom: 35px;
}
#versandkosten__rechner .mb-40px {
  margin-bottom: 40px;
}
#versandkosten__rechner .py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}
#versandkosten__rechner .px-20px {
  padding-left: 20px;
  padding-right: 20px;
}
#versandkosten__rechner .gap-y-10px {
  row-gap: 10px;
}
#versandkosten__rechner .gap-y-15px {
  row-gap: 15px;
}
#versandkosten__rechner .gap-x-5px {
  column-gap: 5px;
}
#versandkosten__rechner .gap-x-10px {
  column-gap: 10px;
}
#versandkosten__rechner .gap-x-15px {
  column-gap: 15px;
}
#versandkosten__rechner .text-green {
  color: #3DBE8B;
}
#versandkosten__rechner .text-dark-red {
  color: #D2002D;
}
#versandkosten__rechner .text-yellow {
  color: #F89507;
}
#versandkosten__rechner .bg-gray {
  background-color: #E0E0E0;
}
#versandkosten__rechner .bg-gray-20 {
  background-color: rgba(224, 224, 224, 0.2);
}
#versandkosten__rechner .font-semibold {
  font-weight: 500;
}
#versandkosten__rechner .fw-500 {
  font-weight: 500 !important;
}
#versandkosten__rechner .fw-400 {
  font-weight: 400 !important;
}
#versandkosten__rechner .text-32px {
  font-size: 32px;
}
#versandkosten__rechner .text-25px {
  font-size: 25px;
}
#versandkosten__rechner .text-24px {
  font-size: 24px;
}
#versandkosten__rechner .text-16px {
  font-size: 16px !important;
}
#versandkosten__rechner .text-14px {
  font-size: 14px !important;
}
#versandkosten__rechner .text-paymentprovider-descr p
{
  font-size: 15px !important;
    font-weight: 400;
  line-height: 18px !important;
}
#versandkosten__rechner .text-16px {
  font-size: 16px;
}
#versandkosten__rechner .text-18px {
  font-size: 18px;
}
#versandkosten__rechner .line-height-24px {
  line-height: 24px;
}
#versandkosten__rechner .line-height-32px {
  line-height: 32px;
}
#versandkosten__rechner .border-left-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
#versandkosten__rechner .border-right-0 {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
#versandkosten__rechner input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
#versandkosten__rechner input[type=date] {
  -moz-appearance: textfield;
}
#versandkosten__rechner input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
}
#versandkosten__rechner input[type=time] {
  -moz-appearance: textfield;
}
#versandkosten__rechner * {
  font-family: "Poppins", sans-serif;
}
#versandkosten__rechner #versandkosten__rechner {
  background-color: #F2F4F8;
  position: relative;
}
#versandkosten__rechner p {
  font-size: 18px;
  line-height: 24px;
  color: #212529;
}
#versandkosten__rechner .content {
  display: flex;
  column-gap: 60px;
}

#versandkosten__rechner .additional__info {
  border-left: 1px solid #384c74;
  border-bottom: 1px solid #384c74;
  border-right: 1px solid #384c74;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
  display: none;
}

#versandkosten__rechner .additional__info p {
  font-size: 18px;
  line-height: 32px;
}
#versandkosten__rechner .additional__info.selected {
  display: block;
}
#versandkosten__rechner .container {
  max-width: 1088px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
@media (max-width: 980px) {
  #versandkosten__rechner .container {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
@media (max-width: 768px) {
  #versandkosten__rechner .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
#versandkosten__rechner .container .grid__sidebar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  max-width: 1411px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .container .grid__sidebar {
    margin-top: 32px;
    grid-gap: 32px;
  }
}
#versandkosten__rechner .container .grid__sidebar .step__wrapper {
  grid-column: 1/span 2;
  margin-top: 0;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .container .grid__sidebar .step__wrapper {
    grid-column: 1/span 3;
    margin-top: 0;
  }
}
#versandkosten__rechner .container .grid__sidebar .sidebar__container {
  grid-column: 3/span 1;
  margin-top: 82px;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .container .grid__sidebar .sidebar__container {
    grid-column: 1/span 3;
    margin-top: 0px;
  }
}
#versandkosten__rechner .container .grid__sidebar .sidebar__container .sidebar__wrapper {
  margin-top: 16px;
}
#versandkosten__rechner .check__list {
  list-style: none;
  display: flex;
  gap: 30px;
  padding-left: 0;
  width: fit-content;
  margin-bottom: 0;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .check__list {
    display: none;
  }
}
#versandkosten__rechner .check__list > li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  width: fit-content;
    font-weight: 400;
}
#versandkosten__rechner .check__list > li span {
  font-size: 30px;
}
#versandkosten__rechner .content__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: white;
  padding: 19px 40px 19px 40px;
  z-index: 50;
  box-shadow: 0px -2px 10px #0000000D;
}
@media (max-width: 768px) {
  #versandkosten__rechner .content__footer {
    padding: 30px 16px;
  }
}
#versandkosten__rechner .content__footer .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 90px;
    width: 1089px;
}
#versandkosten__rechner .content__footer .content h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}
#versandkosten__rechner .content__footer .next__step {
  padding: 14px 14px;
  background-color: #FBCA83;
  background-color: #F89507;
  border: none;
  color: #212529;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}


@media (max-width: 768px) {
  #versandkosten__rechner .content__footer .next__step {
    padding: 14px 30px;
  }
}
#versandkosten__rechner .content__footer .next__step:hover {
  background-color: #FF9E1F;
}
#versandkosten__rechner .content__footer .content__footer_wrapper {
  max-width: 1088px;
  width: 100%;
 /* margin-left: 40px;*/
	display: contents;
}

@media (max-width: 1140px) {
  #versandkosten__rechner .content__footer .content__footer_wrapper {
    margin-left: 0px;
  }
  #versandkosten__rechner .content__footer .content__footer_wrapper .content {
    width: 100%;
  }
  #versandkosten__rechner .content__footer .content__footer_wrapper .content .d-flex {
    flex-grow: 1;
  }
  #versandkosten__rechner .content__footer .content__footer_wrapper .content .d-flex .next__step {
    flex-grow: 1;
    text-align: center;
  }
}

#versandkosten__rechner .content__footer .d-flex.justify-content-between.align-items-center {
	max-width:1089px;
	width: 100%;
}

#versandkosten__rechner .content__footer .footer__02 .text_02 {
  display: flex;
  flex-direction: column;
}
#versandkosten__rechner .content__footer .footer__02 .text_02 h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
#versandkosten__rechner .content__footer .footer__02 .text_02 .result {
  font-weight: 600;
}
#versandkosten__rechner .error__container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 50px;
}
#versandkosten__rechner .error__container.small-margin {
  margin-bottom: 15px;
}
#versandkosten__rechner .error__container .error__message {
  display: flex;
  gap: 10px;
  padding: 20px;
  background-color: #FAE5EA;
  border-radius: 5px;
}
#versandkosten__rechner .error__container .error__message p {
  margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
}
#versandkosten__rechner .help__modal {
position: fixed;
    inset: 0;
    background-color: #BEC0C4;
    background: rgba(190, 192, 196, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#versandkosten__rechner .help__modal .help__modal-inner {
  background-color: white;
    padding: 30px 40px;
    max-width: 800px;
    width: 100%;
    border-radius: 4px;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .help__modal .help__modal-inner {
    padding: 30px 16px;
  }
}
@media (max-width: 768px) {
  #versandkosten__rechner .help__modal .help__modal-inner {
    padding: 0;
    border-radius: 0px;
    background-color: #F2F4F8;
  }
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-header h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #212529;
}
@media (max-width: 768px) {
  #versandkosten__rechner .help__modal .help__modal-inner .help__modal-header h3 {
    margin-bottom: 0;
  }
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-header .close__button {
  cursor: pointer;
  font-size: 30px;
}
@media (max-width: 768px) {
  #versandkosten__rechner .help__modal .help__modal-inner .help__modal-header {
    padding: 30px 16px 30px 16px;
    background-color: white;
    border-bottom: none;
  }
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-content {
  display: flex;
  flex-direction: column;
  row-gap: 15px;


  max-height: 74vh;
  overflow-y: auto;

}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card {
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 4px 4px rgba(62, 71, 71, 0.05);
  padding: 40px;
  color: #212529;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  #versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card {
    border-radius: 0;
    border: none;
    padding: 40px 16px 30px 16px;
  }
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__header {
    align-items: center;
  }
  #versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__header h3 {
    margin-bottom: 0;
  }
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__header h3 {
  font-size: 24px;
  line-height: 18px;
  font-weight: 600;
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__header span {
  font-size: 30px;
}
@media (max-width: 768px) {
  #versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__header span {
    font-size: 40px;
  }
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__content .card__content-description {
  color: #F89507;
  margin-bottom: 15px;
}


#versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__content .card__info-item p {
	font-size: 16px;
}
@media (max-width: 768px) {
  #versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__content .card__content-description {
    width: 70%;
  }
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__content .card__content-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 10px;
}
@media (max-width: 768px) {
  #versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__content .card__content-info {
    flex-direction: column;
  }
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__content .card__content-info .card__info-item {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  margin-bottom: 10px;
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__content .card__content-info .card__info-item:last-of-type {
  margin-bottom: 0;
}
/*
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__content .card__content-info-btn {
  width: 100%;
}*/
@media (max-width: 768px) {
  #versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__content .card__content-info-btn {
    border-top: 1px solid #E0E0E0;
    margin-top: 32px;
    padding-top: 32px;
  }
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__content .card__content-info-btn .select__option {
  padding: 12px 20px;
  background-color: #FBCA83;
  border: none;
  color: #212529;
  border-radius: 4px;
  font-size: 18px;
  line-height: 24px;
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__content .card__content-info-btn .select__option.dark {
  background-color: #F89507;
}
@media (max-width: 768px) {
  #versandkosten__rechner .help__modal .help__modal-inner .help__modal-content .card .card__content .card__content-info-btn .select__option {
    width: 100%;
  }
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-footer {
  margin-top: 15px;
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-footer .modal__shortText {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-footer .modal__shortLink {
  color: #212529;
  text-decoration: none;
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-footer .modal__shortLink:hover {
  text-decoration: underline;
  cursor: pointer;
}
#versandkosten__rechner .help__modal .help__modal-inner .help__modal-footer .modal_forgot_pass {
  color: #212529;
  cursor: pointer;
}
#versandkosten__rechner .verification__modal .login__settings {
  display: flex;
  justify-content: space-between;
  margin: 28px 0;
}
#versandkosten__rechner .verification__modal .login__settings .modal_forgot_password {
  color: #212529;
  cursor: pointer;
}
#versandkosten__rechner .verification__modal .privacy__info a {
  color: rgba(2, 2, 2, 0.4);
  text-decoration: none;
}
#versandkosten__rechner .yellow__button {
  padding: 10px 20px;
  background-color: #FBCA83;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}
#versandkosten__rechner .yellow__button span {
    color: #000000;
}

@media (max-width: 768px) {
  #versandkosten__rechner .yellow__button {
    font-size: 16px;
    text-align: center;
    justify-content: center;
  }
}
#versandkosten__rechner .yellow__button:hover {
  background-color: #FFAA33;
}
#versandkosten__rechner .yellow__button-dark {
  background-color: #F89507;
}
#versandkosten__rechner .gray__button {
  padding: 20px 113px;
  background-color: #E0E0E0;
  border-radius: 4px;
  font-size: 18px;
  line-height: 24px;
  color: #B0B0B0;
}
#versandkosten__rechner .white__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  padding: 9px 22px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  background-color: transparent;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 768px) {
  #versandkosten__rechner .white__button {
    font-size: 16px;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
}
#versandkosten__rechner .white__button p {
  margin-bottom: 0 !important;
}
#versandkosten__rechner .back__button {
 text-decoration: none;
  padding: 8px 16px;
  background-color: white;
  border-radius: 4px;
  font-size: 16px;
  color: #212529;
  font-weight: 400;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
#versandkosten__rechner p > a {
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
#versandkosten__rechner p > a:hover {
  color: rgb(0, 0, 0);
}
#versandkosten__rechner .accordion .accordion__item {
  color: #384C74;
  border-bottom: 1px solid rgba(56, 76, 116, 0.4);
}
#versandkosten__rechner .accordion .accordion__item:last-child {
  border-bottom: none;
}
#versandkosten__rechner .accordion .accordion__item p {
  color: #384C74;
}
#versandkosten__rechner .accordion .accordion__item .accordion__header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 15px;
  margin-top: 15px;
  user-select: none;
  justify-content: space-between;
}
#versandkosten__rechner .accordion .accordion__item .accordion__header .accordion__headline {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
#versandkosten__rechner .accordion .accordion__item .accordion__content {
  max-height: 0;
  overflow: hidden;
}
#versandkosten__rechner .accordion .accordion__item .accordion__content.open {
  max-height: 100%;
}
#versandkosten__rechner .custom_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

#versandkosten__rechner .custom_grid1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 15px;
  column-gap: 15px;
}

@media (max-width: 1140px) {
  #versandkosten__rechner .custom_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#versandkosten__rechner .custom_grid .col {
  grid-column: span 1;
}
#versandkosten__rechner .custom_grid .col-span-2 {
  grid-column: 1/span 2;
}
#versandkosten__rechner .custom_grid1 .col-span-22 {
  grid-column: 3/span 2;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .custom_grid .col-span-2 {
    grid-column: span 1;
  }
}
#versandkosten__rechner .custom_grid .col-span-2 .input__wrapper {
  width: 100%;
}

.input__wrapper {
    width: 100%;
}

#versandkosten__rechner body.page {
  padding-bottom: 124px !important;
}
#versandkosten__rechner .sidebar__wrapper {
  margin-top: 219px;
}
#versandkosten__rechner .sidebar__wrapper .sidebar__section {
  padding: 30px 30px 50px 30px;
  background-color: white;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 3.2px 3.2px rgba(62, 71, 71, 0.05);
    border-radius: 4px;
  margin-bottom: 50px;
}
#versandkosten__rechner .country__flag {
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
}
#versandkosten__rechner .distance__visual {
  display: flex;
  text-transform: uppercase;
  column-gap: 50px;
  padding: 15px 0px 15px 0px;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #versandkosten__rechner .distance__visual {
    column-gap: 20px;
  }
}
#versandkosten__rechner .distance__visual .distance__visual-track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#versandkosten__rechner .distance__visual .distance__visual-track .visual {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#versandkosten__rechner .distance__visual .distance__visual-track .visual .line {
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(2, 2, 2, 0.4);
}
#versandkosten__rechner .distance__visual .distance__visual-track .visual .pickup {
  display: block;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  border: 1px solid #212529;
  border-radius: 50%;
}
#versandkosten__rechner .distance__visual .distance__visual-track .visual .dropoff {
  display: block;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  border: 1px solid #212529;
  background-color: #212529;
  border-radius: 50%;
}
#versandkosten__rechner .distance__visual .distance__visual-track .distance {
  margin-bottom: 0;
}
#versandkosten__rechner .sidebar__info, #versandkosten__rechner .date__picker {
  padding: 12px 20px;
  background-color: rgba(224, 224, 224, 0.2);
  display: flex;
  column-gap: 15px;
  margin-bottom: 15px;
}
#versandkosten__rechner .sidebar__info .label, #versandkosten__rechner .date__picker .label {
  font-size: 14px;
  line-height: 18px;
  color: #212529;
  margin-bottom: 5px;
}
#versandkosten__rechner .sidebar__info .text, #versandkosten__rechner .date__picker .text {
  font-size: 18px;
  line-height: 18px;
  color: #212529;
  margin-bottom: 0;
}
#versandkosten__rechner .sidebar__info .icon, #versandkosten__rechner .date__picker .icon {
  display: flex;
  align-items: center;
}
#versandkosten__rechner .cost__summary {
  margin-top: 40px;
}
#versandkosten__rechner .cost__summary .cost__summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#versandkosten__rechner .cost__summary .cost__summary-item p {
    font-size: 16px;
    font-weight: 400;
  margin-bottom: 0;
}

#versandkosten__rechner .cost__summary .cost__summary-item p:last-of-type {
  white-space: nowrap;
}

#versandkosten__rechner .cost__summary .cost__summary-item p:first-of-type {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#versandkosten__rechner .step__content .step__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .step__content .step__header {
    margin-left: 48px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  #versandkosten__rechner .step__content .step__header {
    margin-left: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1140px) {
  #versandkosten__rechner .step__content .step__header .step__recommendation {
    display: none;
  }
}
#versandkosten__rechner .step__content .step__header .step__recommendation .sidebar__wrapper {
  display: flex;
  gap: 15px;
  margin: 0;
}
#versandkosten__rechner .step__content .step__header .step__recommendation .sidebar__wrapper .sidebar__section {
  margin: 0;
  padding: 12px 16px;
}
#versandkosten__rechner .step__content .step__header .step__recommendation .sidebar__wrapper .sidebar__section p {
  margin: 0;
}
#versandkosten__rechner .step__navigation-wrapper {
  background-color: #F2F4F8;
}
#versandkosten__rechner .step__navigation-wrapper .step__navigation {
  margin: 0;
  padding: 0;
}


#versandkosten__rechner .step__navigation-wrapper .step__navigation li .menu__text_sm {
    color: #fff;
    font-weight: 400;
    padding-top: 1px;
}

#versandkosten__rechner .step__navigation-wrapper .step__navigation li .menu__text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding-top: 1px;
}

@media (max-width: 768px) {
  #versandkosten__rechner .step__navigation-wrapper .step__navigation li {
    padding: 12px 10px;
  }
  #versandkosten__rechner .step__navigation-wrapper .step__navigation li .menu__text {
    display: none;
    font-size: 16px;
    line-height: 24px;
    color: #384C74;
  }
  #versandkosten__rechner .step__navigation-wrapper .step__navigation li.active .menu__text {
    display: block;
  }
}
#versandkosten__rechner .step__wrapper {
  margin-top: 40px;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .step__wrapper {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  #versandkosten__rechner .step__wrapper {
    margin-top: 28px;
  }
}
#versandkosten__rechner .step__headline {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .step__headline {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  #versandkosten__rechner .step__headline {
    font-size: 20px;
  }
}
@media (max-width: 1140px) {
  #versandkosten__rechner .step__navigation {
  }
}
@media (max-width: 768px) {
  #versandkosten__rechner .step__navigation {
  }
}
#versandkosten__rechner .step__navigation li {
  display: flex;
  justify-content: center;
  padding: 23px 70px;
  background-color: #384C74;
  width: 100%;
  margin-right: 1px;
}

#versandkosten__rechner .step__navigation li:last-child {
    margin-right: 0px;
}


#versandkosten__rechner .step__navigation li span:first-child {
    margin-right: 10px;
}

@media (max-width: 1140px) {
  #versandkosten__rechner .step__navigation li {
    padding: 12px 30px;
  }
}
@media (max-width: 768px) {
  #versandkosten__rechner .step__navigation li {
    padding: 8px 20px;
    font-size: 14px;
  }
}
#versandkosten__rechner .step__navigation li.active {
  background-color: #F2F4F8;
  background-color: #384C74;
}
@media (max-width: 768px) {
  #versandkosten__rechner .step__navigation li.active {
    border-radius: 4px;
  }
}
#versandkosten__rechner .help-icon {
  color: #F89507;
  cursor: pointer;
}
#versandkosten__rechner .section__wrapper {
  margin-bottom: 50px;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .section__wrapper {
    margin-bottom: 32px;
  }
}
#versandkosten__rechner .section__wrapper .section__header {
  display: flex;
  column-gap: 10px;
  justify-items: center;
  margin-bottom: 11px;
  color: #384C74;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .section__wrapper .section__header {
    margin-left: 16px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  #versandkosten__rechner .section__wrapper .section__header {
    margin-bottom: 26px;
  }
}
#versandkosten__rechner .section__wrapper .section__header-icon {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
}
#versandkosten__rechner .section__wrapper .section__header-headline {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #384C74;
}
#versandkosten__rechner .section__wrapper .section__header-text {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0px;
  color: #212529;
  margin-top: 45px;
}
#versandkosten__rechner .section__wrapper .section__label {
  color: var(#384C74);
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
    font-weight: 400;
}
#versandkosten__rechner .section__wrapper .section__content {
    padding: 30px 30px 30px 30px;
    background-color: white;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 3.2px 3.2px rgba(62, 71, 71, 0.05);
    border-radius: 4px;
}
@media (max-width: 768px) {
  #versandkosten__rechner .section__wrapper .section__content {
    padding: 30px 16px 30px 16px;
    border-radius: 0;
  }
}
#versandkosten__rechner .section__wrapper .section__content.p-big {
  padding: 50px 50px 50px 50px;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .section__wrapper .section__content.p-big {
    padding: 32px 48px;
  }
}
@media (max-width: 768px) {
  #versandkosten__rechner .section__wrapper .section__content.p-big {
    padding: 35px 16px;
  }
}
#versandkosten__rechner .section__wrapper .country-select {
  width: 100%;
}
#versandkosten__rechner .section__wrapper .country__picker {
  position: relative;
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  background-color: rgba(224, 224, 224, 0.2);
  background-color: white;
  /*::after{
    content: 'keyboard_arrow_down';
    font-family: "Material Symbols Outlined";
    font-weight: 200;
    position: absolute;
    font-size: 28px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }*/
}
#versandkosten__rechner .section__wrapper .country__picker .country__picker-input {
  border: none;
}
#versandkosten__rechner .section__wrapper .country__picker .flag-dropdown {
  width: 100%;
}
#versandkosten__rechner .section__wrapper .country__picker .flag-dropdown .selected-flag {
  width: 100%;
}
#versandkosten__rechner .section__wrapper .country__picker .flag-dropdown .selected-flag .arrow {
  border: 0;
}
#versandkosten__rechner .section__wrapper .country__picker .flag-dropdown .selected-flag .arrow:after {
  content: "keyboard_arrow_down";
  font-family: "Material Symbols Outlined";
  font-weight: 200;
  position: absolute;
  font-size: 28px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
#versandkosten__rechner .section__wrapper .country__picker .flag-dropdown .selected-flag .arrow.up:after {
  transform: translateY(-50%) rotate(-180deg);
}
#versandkosten__rechner .section__wrapper .country__picker .country__flag {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
}
#versandkosten__rechner .section__wrapper .country__picker .country__name {
  font-size: 14px;
  line-height: 24px;
  color: var(#384C74);
}
#versandkosten__rechner .section__wrapper .country__picker label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  /*margin-bottom: 5px;*/
}
#versandkosten__rechner .section__wrapper .country__picker select {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  background-color: transparent;
  border: none;
}
#versandkosten__rechner .section__wrapper.inline-wrapper {
  margin-bottom: 0;
}
#versandkosten__rechner .section__wrapper.inline-wrapper .section__content {
  padding: 30px 0 0 0;
  border: none;
  box-shadow: none;
}
#versandkosten__rechner .section__wrapper.inline-wrapper button.yellow__button {
  margin-top: 45px;
  margin-bottom: 30px;
}

#versandkosten__rechner .provider__item {
    background-color: white;
    margin-top: 10px;
    padding: 30px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 3.2px 3.2px rgba(62, 71, 71, 0.05);
    border-radius: 4px;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .provider__item {
  }
}
#versandkosten__rechner .provider__item .bullet__point {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}
#versandkosten__rechner .provider__item .provider__item-price .price__base {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: right;
}
#versandkosten__rechner .provider__item .provider__item-price .price__tax {
  font-size: 13px;
  line-height: 24px;
  text-align: right;
  font-weight: 400;
}
#versandkosten__rechner .provider__item-mobile {
  background-color: white;
  padding: 40px;
  border-radius: 4px;
  border: 1px solid rgba(224, 224, 224, 0.2);
  margin-bottom: 15px;
  display: none;
  column-gap: 15px;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .provider__item-mobile {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  #versandkosten__rechner .provider__item-mobile {
    padding: 24px 16px;
  }
}
#versandkosten__rechner .provider__item-mobile .provider__separator {
  margin: 24px 0;
}
#versandkosten__rechner .provider__item-mobile .radio__price {
  margin-top: 24px;
}
#versandkosten__rechner .provider__item-mobile .radio__price .bullet__point {
  margin-bottom: 10px;
}

#versandkosten__rechner  .radio__price img {
	max-width: 80px;
}
#versandkosten__rechner .provider__item-mobile .provider__logo {
  max-width: 120px;
  max-height: 55px;
  height: auto;
  width: auto;
  background-color: rgba(224, 224, 224, 0.2);
}
#versandkosten__rechner .provider__item-mobile .bullet__point {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}
#versandkosten__rechner .provider__item-mobile .provider__item-price .price__base {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}
#versandkosten__rechner .provider__item-mobile .provider__item-price .price__tax {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
}
#versandkosten__rechner .checkbox__group-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 15px 20px;
  border: 1px solid #E0E0E0;
  cursor: pointer;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .checkbox__group-price {
    flex-direction: column;
    position: relative;
  }
}
#versandkosten__rechner .checkbox__group-price .tag {
  font-size: 14px;
  line-height: 24px;
  color: white;
  background-color: rgba(224, 224, 224, 0.2);
  padding: 4px 14px;
  width: 100%;
  border-radius: 100px;
  text-align: center;
}
#versandkosten__rechner .checkbox__group-price .tag.favorite {
  color: white;
  background-color: #3DBE8B;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .checkbox__group-price .tag {
    position: absolute;
    right: 40px;
    top: 13px;
    width: auto;
  }
}
#versandkosten__rechner .checkbox__group-price .checkbox__price {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#versandkosten__rechner .checkbox__group-price .checkbox__price .price {
  display: flex;
  white-space: nowrap;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .checkbox__group-price .checkbox__price .price {
    padding-left: 30px;
    padding-top: 5px;
  }
}
@media (max-width: 1140px) {
  #versandkosten__rechner .checkbox__group-price .checkbox__price .material-symbols-outlined {
    position: absolute;
    right: 10px;
    top: 12px;
  }
}
#versandkosten__rechner .checkbox__group-price input[type=checkbox] {
  display: none;
}
#versandkosten__rechner .checkbox__group-price .checkbox-field {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#versandkosten__rechner .checkbox__group-price .checkbox-field label {
  user-select: none;
  cursor: pointer;
}
#versandkosten__rechner .checkbox__group-price .checkbox-field::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #384C74;
  border-radius: 32px;
  background-color: transparent;
}
#versandkosten__rechner .checkbox__group-price .checkbox-field::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  left: 6px;
  top: 50%;
  transform: translateY(-50%) scale(0) rotate(45deg);
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  transition: transform 0.2s ease-in-out;
}
#versandkosten__rechner .checkbox__group-price input[type=checkbox]:checked + label::after {
  transform: translateY(-50%) scale(1);
}
#versandkosten__rechner .checkbox__group-price.selected {
  background-color: #384C74;
  color: white;
}
#versandkosten__rechner .checkbox__group-price.selected p {
  color: white;
}
#versandkosten__rechner .checkbox__group-price.selected .icon {
  color: white;
}
#versandkosten__rechner .checkbox__group-price.selected .checkbox-field::before {
  border: 2px solid white;
}
#versandkosten__rechner .checkbox__group-price.selected .checkbox-field::after {
  transform: translateY(-50%) scale(1) rotate(45deg);
  transform-origin: right;
}
#versandkosten__rechner .radio__group-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 15px 20px;
  border: 1px solid #eee;
  cursor: pointer;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .radio__group-price {
    flex-direction: column;
    position: relative;
  }
}
@media (max-width: 1140px) {
  #versandkosten__rechner .radio__group-price.payment-group {
    flex-direction: row;
    position: relative;
  }
}
#versandkosten__rechner .radio__group-price .tag {
  font-size: 14px;
  line-height: 24px;
  color: white;
  background-color: rgba(224, 224, 224, 0.2);
  padding: 4px 14px;
  width: 100%;
  border-radius: 100px;
  text-align: center;
}
#versandkosten__rechner .radio__group-price .tag.favorite {
  color: white;
  background-color: #3DBE8B;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .radio__group-price .tag {
    position: absolute;
    right: 40px;
    top: 13px;
    width: auto;
  }
}
#versandkosten__rechner .radio__group-price .radio__price {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#versandkosten__rechner .radio__group-price .radio__price .price {
  display: flex;
  white-space: nowrap;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .radio__group-price .radio__price .price {
    padding-left: 30px;
    padding-top: 5px;
  }
}
@media (max-width: 1140px) {
  #versandkosten__rechner .radio__group-price .radio__price .material-symbols-outlined {
    position: absolute;
    right: 10px;
    top: 12px;
  }
}
#versandkosten__rechner .radio__group-price input[type=radio] {
  display: none;
}
#versandkosten__rechner .radio__group-price .radio-field {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#versandkosten__rechner .radio__group-price .radio-field label {
  user-select: none;
  cursor: pointer;
}
#versandkosten__rechner .radio__group-price .radio-field::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  border: 1px solid #384C74;
  border-radius: 50%;
  background-color: transparent;
}
#versandkosten__rechner .radio__group-price .radio-field::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #384C74;
  transition: transform 0.2s ease-in-out;
}
#versandkosten__rechner .radio__group-price input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(1);
}
#versandkosten__rechner .radio__group-price.selected {
  background-color: #384C74;
  color: white;
}
#versandkosten__rechner .radio__group-price.selected p {
  color: white;
}
#versandkosten__rechner .radio__group-price.selected .icon {
  color: white;
}
#versandkosten__rechner .radio__group-price.selected .radio-field::before {
  border: 1px solid white;
}
#versandkosten__rechner .radio__group-price.selected .radio-field::after {
  background-color: white;
  transform: translateY(-50%) scale(1);
}
#versandkosten__rechner .radio__group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .radio__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #versandkosten__rechner .radio__group {
    grid-template-columns: repeat(1, 1fr);
  }
}
#versandkosten__rechner .radio__group.radio__group-two-cols {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .radio__group.radio__group-two-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #versandkosten__rechner .radio__group.radio__group-two-cols {
    grid-template-columns: repeat(1, 1fr);
  }
}
#versandkosten__rechner .radio__group .radio__group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
  color: #212529;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
font-weight: 400;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .radio__group .radio__group-item {
    padding: 10px;
  }
}
#versandkosten__rechner .radio__group .radio__group-item .icon {
  font-size: 40px;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
}
#versandkosten__rechner .radio__group .radio__group-item input[type=radio] {
  display: none;
}
#versandkosten__rechner .radio__group .radio__group-item .radio-field {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
#versandkosten__rechner .radio__group .radio__group-item .radio-field label {
  user-select: none;
  cursor: pointer;
}
#versandkosten__rechner .radio__group .radio__group-item .radio-field::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #384C74;
  border-radius: 50%;
  background-color: transparent;
}
#versandkosten__rechner .radio__group .radio__group-item .radio-field::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #384C74;
  transition: transform 0.2s ease-in-out;
}
#versandkosten__rechner .radio__group .radio__group-item input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(1);
}
#versandkosten__rechner .radio__group .radio__group-item.selected {
  background-color: #384C74;
  color: white;
}
#versandkosten__rechner .radio__group .radio__group-item.selected .icon {
  color: white;
}
#versandkosten__rechner .radio__group .radio__group-item.selected .radio-field::before {
  border: 2px solid white;
}
#versandkosten__rechner .radio__group .radio__group-item.selected .radio-field::after {
  background-color: white;
  transform: translateY(-50%) scale(1);
}
#versandkosten__rechner .radio__group.register__group {
  margin-bottom: 30px;
  gap: 30px;
}
#versandkosten__rechner .radio__group.register__group .radio__group-item {
  border: 1px solid #E0E0E0;
}
#versandkosten__rechner .radio__group.register__group .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}
#versandkosten__rechner .radio__group.radiobox__group {
  gap: 15px;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .radio__group.radiobox__group {
    gap: 10px;
  }
}
#versandkosten__rechner .radio__group.radiobox__group .radio__group-item .radio-field-box {
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  width: 100%;
}
#versandkosten__rechner .radio__group.radiobox__group .radio__group-item .radio-field-box .material-symbols-outlined {
  margin-bottom: 12px;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .radio__group.radiobox__group .radio__group-item .radio-field-box {
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
  }
  #versandkosten__rechner .radio__group.radiobox__group .radio__group-item .radio-field-box .material-symbols-outlined {
    margin-bottom: 0 !important;
  }
}
#versandkosten__rechner .radio__group.radiobox__group .radio__group-item .radio-field-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #384C74;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .radio__group.radiobox__group .radio__group-item .radio-field-box::before {
    top: 50%;
  }
}
#versandkosten__rechner .radio__group.radiobox__group .radio__group-item .radio-field-box::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 6px;
  transform: translateY(0);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .radio__group.radiobox__group .radio__group-item .radio-field-box::after {
    top: 16px;
  }
}
#versandkosten__rechner .radio__group.radiobox__group .radio__group-item.selected .radio-field-box::before {
  border: 1px solid white;
}
#versandkosten__rechner .text__field {
  position: relative;
  /* min-height: 64px; */
  background-color: rgba(224, 224, 224, 0.2);
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 14px 20px 10px 20px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .text__field {
    padding: 10px;
  }
}
#versandkosten__rechner .text__field.input__error {
  border: 1px solid #D2002D !important;
}
#versandkosten__rechner .text__field.has-icon {
  align-items: center;
}
#versandkosten__rechner .text__field.has-icon .icon__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
#versandkosten__rechner .text__field.has-icon .input__wrapper {
  flex-grow: 1;
}
#versandkosten__rechner .text__field.has-icon .input__wrapper label, #versandkosten__rechner .text__field.has-icon .input__wrapper input {
  padding-left: 15px;
  left: 44px;
}

#versandkosten__rechner .text__field.has-icon .input__wrapper input {
    font-size: 16px;
    padding-top: 2px;
}

#versandkosten__rechner .text__field.has-icon-after {
  position: relative;
}
#versandkosten__rechner .text__field.has-icon-after .icon__wrapper {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
}
#versandkosten__rechner .text__field.has-icon-after .icon__wrapper span {
  cursor: pointer;
}
#versandkosten__rechner .text__field label {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
#versandkosten__rechner .text__field input {
  width: 100%;
  padding: 0;
  margin-top: 0px;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .text__field input {
    font-size: 16px;
    line-height: 18px;
  }
}
#versandkosten__rechner .text__field input:focus {
  outline: none;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
#versandkosten__rechner .text__field input:focus + label {
  top: 0;
  transform: translateY(2px);
  font-size: 11px;
}
#versandkosten__rechner .text__field input.active + label, #versandkosten__rechner .text__field .input__wrapper input.active + label {
  top: 0;
  transform: translateY(2px);
  font-size: 11px;
}
#versandkosten__rechner .date__picker {
  position: relative;
  min-height: 64px;
  background-color: rgba(224, 224, 224, 0.2);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#versandkosten__rechner .date__picker .icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
#versandkosten__rechner .date__picker label {
  /*
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
   */
  font-size: 14px;
  line-height: 18px;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
#versandkosten__rechner .date__picker input {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  cursor: pointer;
}
#versandkosten__rechner .date__picker input:focus {
  outline: none;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
#versandkosten__rechner .date__picker input:focus + label, #versandkosten__rechner .date__picker input:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(10px);
}
#versandkosten__rechner .date__picker > div {
  width: 100%;
}
#versandkosten__rechner .button__wrapper {
  display: flex;
  position: relative;
  justify-content: flex-end;
  width: 100%;
}
#versandkosten__rechner .button__wrapper .add__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  padding: 20px 22px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
}
@media (max-width: 1140px) {
  #versandkosten__rechner .button__wrapper .add__button {
    padding: 10px;
    gap: 10px;
  }
}
#versandkosten__rechner .button__wrapper .add__button p {
  margin-bottom: 0 !important;
}
#versandkosten__rechner .button__wrapper.remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  width: fit-content;
}
#versandkosten__rechner .button__wrapper.remove .remove__button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: fit-content;
  height: fit-content;
}
#versandkosten__rechner input {
  border: none !important;
}
#versandkosten__rechner h1, #versandkosten__rechner h2, #versandkosten__rechner h3, #versandkosten__rechner h4, #versandkosten__rechner h5, #versandkosten__rechner h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

h3.section__header-headline {
    font-weight: 400 !important;
}

.iww_wrapper {
    padding: 30px 30px 30px 30px;
    background-color: white;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 3.2px 3.2px rgba(62, 71, 71, 0.05);
    border-radius: 4px;
}

.iww_left-half {
    background: grey;
}

.iww_right-half {
    gap: 20px;
    background: lightgrey;
}

.iww_left-half,
.iww_right-half {
  width: 50%;
}

@media (max-width: 768px) {
  .iww_left-half,
  .iww_right-half {
    width: 100%;
  }
}

@media (min-width: 768px) {
    .next__step {
        min-width: 244px;
        text-align: center;
    }
}

p.distance {
    font-size: 13px !important;
    font-weight: 400;
}

span.sidebar_val {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

p.sidebar_val {
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    line-height: 13px !important;
    text-transform: uppercase;
}


.elementor-heading-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

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


#versandkosten__rechner .radio__group-price.payment-group.selected {
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #384c74;
}

p.hinweis_text_sm {
    font-size: 14px !important;
    line-height: 16px !important;
    margin: 0px !important;
    padding: 0px !important;
}

select.flatpickr-monthDropdown-months {
    font-size: 15px !important;
    background-color: white !important;
    padding-top: 9px !important;
    padding-bottom: 5px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100% !important;
    text-align: center !important;
}

.flatpickr-calendar .numInputWrapper {
    display: none;
}

button.flatpickr-today-btn {
    background-color: white !important;
    padding: 4px;
    border: 0px;
    font-weight: normale;
    text-decoration: underline;
    font-size: 13px;
}

.sidebar-sticky {
}

.sidebar__container {
}

.sidebar__item {
    position: sticky !important;
    top: 100px !important;
}

.sidebar__wrapper {
}

.dropdown {
    border: 2px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    position: absolute !important;
    background-color: white;
    z-index: 99999;
}

.dropdown-item {
    padding: 4px 8px;
    cursor: pointer;
}

.dropdown-item:hover {
    background: #eee;
}
