#anmhead {
  padding:8px 0 8px 16px;
}

#anmhead img{
  height: 40px;
  width: auto;
}

.orderheads {
  background-color: var(--clr-main);
  color: #f8f8f8;
  padding: 16px;
}

#wkcontainer {
  padding: 0 10px;
}

#wkwarp {
  width: 100%;
}

.ordboxleft {
  display: none;
}

.ordboxright {
  width: 100%;
}

.logoboxord {
  display: -webkit-flex;
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 10px 2% 10px 0;
  vertical-align: top;
  flex: 3 1 25%;
}

.logoboxord img {
  height: auto;
  width: 118px;
}

.ordmenue {
  flex: 1 1 65%;
  display: flex;
  justify-content: flex-end;
  padding: 10px 0 10px 15px;
}

.ordstep {
  display: flex;
  align-items: center;
  line-height: 32px;
  line-height: 2rem;
  font-size: 1rem;
  color: #f8f8f8;
}

.ordsteplink:hover {
  text-decoration: none;
}

.ordsteplink:hover .ordsteptxt {
  text-decoration: underline;
}

.ordstepnr {
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin-right: 0.5rem;
  color: var(--clr-main);
  background: #f8f8f8;
  text-align: center;
  border-radius: 50%;
}

.ordstepact {
  font-weight: bold;
  font-weight: 700;
  color: var(--clr-orange);
}

.ordstepact .ordstepnr {
  color: #f8f8f8;
  background: var(--clr-orange);
}

.ordstepok .ordstepnr {
  color: #f8f8f8;
  background: var(--clr-orange);
}

.ordstepnot {
  color: #f8f8f8;
  background: var(--clr-main);
}

.orderbg {
  background-color: #f8f8f8;
}

#wkcontent .orderborder {
  padding: 0.75rem;
  border: 0.0625rem solid #cfcfcf;
}

#wkleerptxt {
  margin-bottom: 20vh;
  text-align: center;
}

#wkposwarp form {
  width: 100%;
}

.wkpboxes {
  margin-bottom: 1.5rem;
}

.wkpositionen {
  display: -webkit-flex;
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.kasposborder {
  padding: 0 0 1rem 0;
  margin-bottom: 1rem;
  border-bottom: 0.0625rem solid #cfcfcf;
}

.wkpimg,
.kaspimg {
  width: 20%;
}

.wkposbezb,
.kasposbezb {
  width: 80%;
  padding: 0 0 0 1rem;
}

.mt0l24m {
  white-space: nowrap;
}

.wkkasbez {
  font-size: 1rem;
}

.wkpmeng {
  display: -webkit-flex;
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  -webkit-align-items: stretch;
  align-items: center;
  -ms-flex-align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

#kasposgpboxwrap {
  width: 100%;
}

.wkpdel {
  width: 100%;
  padding: 0.25rem 0 0 0;
  text-align: left;
}

.wkdel {
  color: var(--clr-grey);
  background: url(abfalleimer.svg) left center no-repeat;
  background-size: 14px 14px;
  background-size: 0.875rem 0.875rem;
  padding: 0 0 0 20px;
  padding: 0 0 0 1.25rem;
}

.wkdel:hover {
  color: var(--clr-orange);
  background: url(abfalleimer-hover.svg) left center no-repeat;
  background-size: 14px 14px;
  background-size: 0.875rem 0.875rem;
  padding: 0 0 0 20px;
  padding: 0 0 0 1.25rem;
}

.posimg {
  display: inline;
  max-width: 100%;
  height: auto;
  max-height: 160px;
  max-height: 10rem;
}

.wkqw {
  width: calc(100% - 50px);
  position: relative;
}

.wkanzahl {
  width: calc(100% - 64px);
  height: 32px;
  line-height: 32px;
  height: 2rem;
  border: none;
  background: #eeeeee;
  color: #191919;
}

.btnwkup {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px !important;
  height: 2rem !important;
  line-height: 32px;
  line-height: 2rem;
  text-align: center;
  font-weight: bold;
  font-weight: 600;
  color: var(--clr-grey);
  background: #e4e4e4;
  cursor: pointer;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.btnwkup::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--clr-grey) transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.btnwkdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px !important;
  height: 2rem !important;
  line-height: 32px;
  line-height: 2rem;
  text-align: center;
  font-weight: bold;
  font-weight: 600;
  color: var(--clr-grey);
  background: #e4e4e4;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.btnwkdown::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: var(--clr-grey) transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.wkrefrbox {
  width: 40px;
  margin: 0 0 0 10px;
}

.btnrefresh {
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  width: 100%;
  height: 32px;
  height: 2rem !important;
  line-height: 1.75rem;
  font-size: 1.75rem;
  padding: 0 0 6px 0;
  padding: 0 0 0.375rem 0;
  border: none;
  font-weight: bold;
  color: var(--clr-grey);
  text-align: center;
  cursor: pointer;
  background: #e4e4e4 url(refresh.svg) center center no-repeat;
  background-size: 1rem 1rem;
  border-radius: 3px;
}

.btnrefresh:hover {
  color: #f8f8f8;
  background: var(--clr-orange) url(refreshwht.svg) center center no-repeat;
  background-size: 1rem 1rem;
}

.btnrefresh:active {
  color: #f8f8f8;
  background: #dd291b;
}

#wktotalbox {
  display: -webkit-flex;
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.totalbezbox {
  width: 60%;
}

.totalpreisbox {
  width: 40%;
}

.ordmid {
  font-size: 0.875rem;
}

.ordbig {
  font-size: 1.25rem;
}

.merkbez {
  width: 100%;
}

.merkpep {
  width: 100%;
}

.merkpadd {
  width: 100%;
}

.orderbr33 {
  flex: 1 1 100%;
  margin: 0 0 0 0;
  padding: 1rem 0 1rem 0;
}

.orderbr33:first-child {
  margin: 0 0 0 0;
}

.bglightgrey {
  background: #f8f8f8;
  padding: 1rem 2% 1rem 2%;
}

.kasheadbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.0625rem solid #cfcfcf;
  margin: 0 0 10px 0;
}

.kasheadbox a:hover svg path,
#kaswklink:hover svg path {
  color: var(--clr-orange);
  fill: var(--clr-orange);
}

#kaswklink, #kasversicon_2 {
  margin: 6px 0 0 16px;
  margin: 0.375rem 0 0 1rem;
}

#kasordnobox {
  width: fit-content;
  margin-left:2rem;
}

#kasorderno {
  display:flex;
  justify-content: end;
  line-height: 1.75rem;
  cursor: pointer;
}

#kasorderno:hover {
  color: var(--clr-orange);
}

#kasordnoinpb {
  max-width: 18rem;
}

#kasordernoset {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.6;
}

#kasordernoset:hover,
#kasordernoset:active {
  color: #f8f8f8;
}

#kasform .btnsublink {
  display: inline-block;
  width: 50%;
  padding: 0;
  font-weight: normal;
}

.kasposbez {
  font-size: 0.875rem;
}

.chkboxes {
  margin: 1% 3% 0 0;
}

/* #anmnourow1 {
  flex: 1 1 100%;
  margin: 0;
}

#anmnourow2 {
  flex: 1 1 100%;
  margin-top: 20px;
} */

/* #stamkpwforgot {
  top: 95px;
  right: 0;
} */
.chkloginsave {
  display: inline;
  margin: 16px 3% 0 0;
  margin: 0 3% 0 0;
  line-height: 2rem;
}

.adrgespbox {
  position: relative;
  width: 48%;
  padding: 0 0 32px 0;
  margin: 16px 2% 16px 0;
  margin: 1rem 2% 1rem 0;
}

.adrgespbox .btnsubform {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  padding: 0;
  font-weight: normal;
  border-radius: 3px;
}

.nodeco,
.nodeco:hover {
  text-decoration: none;
}

.anmservices {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align-items: center;
}

#anmlogoout {
  padding: 0 0 0 1.5rem;
  background-image: url(117-user-minus-blue.svg);
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
}

#anmlogoout:hover {
  padding: 0 0 0 1.5rem;
  background-image: url(117-user-minus-orange.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: var(--clr-orange);
}

.anmservimg {
  margin: 0 0.5rem 0 0;
}

.anmservices:hover,
.anmservices:hover .anmservimg path {
  color: var(--clr-orange);
  fill: var(--clr-orange);
}

.adrinput .ipfull,
.adrinput .selfull,
.adrplzort {
  width: 60%;
}

.adrinput .adrplzort .ipfull {
  width: 100%;
}

.borderbot {
  padding: 0 0 1.5rem 0;
  border-bottom: 0.0625rem solid #cfcfcf;
}

.adrswitch {
  margin: 0 0 0 20px;
  height: 37px;
  line-height: 37px;
}

.auswheadbox {
  border-bottom: 0.0625rem solid #cfcfcf;
  margin: 0 0 10px 0;
}

.auswahlbox {
  padding: 6px 0 6px;
  padding: 0.375rem 0 0.375rem;
}

#payselect {
  float: left;
}

#payselect form {
  float: left;
  display: block;
}

#payselect label {
  display: inline-block;
  width: 100%;
}

.paybeztxt {
  font-size: 12px;
  font-size: 0.75rem;
}

.txtuncheck,
.txtcheck {
  position: relative;
  padding: 0 0 0 24px;
  font-size: 12px;
  font-size: 0.75rem;
  cursor: pointer;
}

.txtuncheck::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border: 1px solid #959595;
  border: 0.0625rem solid #959595;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
}

.txtcheck {
  color: var(--clr-orange);
}

.txtcheck::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border: 1px solid #959595;
  border: 0.0625rem solid #959595;
  background: var(--clr-orange);
  box-shadow: inset 0 0 0 1px #ffffff;
}

.paybox {
  position: relative;
}

.paybez {
  padding: 0 0 0 8px;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
}

.paybes {
  padding: 10px 0 0 24px;
}

.payradio:checked,
.payradio:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}

.payradio:checked+.paybez::before,
.payradio:not(:checked)+.paybez::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border: 1px solid #959595;
  border: 0.0625rem solid #959595;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
}

.payradioppp:checked+.paybez::before,
.payradioppp:not(:checked)+.paybez::before {
  top: 10px;
}

.payradio:checked+.paybez::before {
  border: 1px solid #959595;
  border: 0.0625rem solid #959595;
  background: var(--clr-orange);
  box-shadow: inset 0 0 0 1px #ffffff;
}

.payradio:checked+.paybez {
  font-weight: bold;
  font-weight: 700;
  color: var(--clr-orange);
}

.txtuncheck:hover::before,
.payradio:not(:checked):hover+.paybez::before {
  background: #eeeeee;
  box-shadow: inset 0 0 0 1px #ffffff;
}

.adrswitch:before {
  top: 10px;
}

#bboxversand {
  position: relative;
}

#btnpppblocker {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 2rem;
  width: 100%;
  height: calc(100% - 2rem);
  padding-top: 0.625rem;
  background: rgba(253, 102, 0, 0.9);
  z-index: 5;
  color: #f8f8f8;
  text-align: center;
  border-radius: 3px;
}

.lstznorm,
.lstztrans {
  padding: 6px 0 6px 0;
  padding: 0.375rem 0 0.375rem 0;
  transition: background-color 0.2s ease;
}

.lstznorm {
  background: #f1f1f1;
}

.lstzhigh {
  padding: 6px 0 6px 0;
  padding: 0.375rem 0 0.375rem 0;
  color: #f8f8f8;
  background: var(--clr-main);
  cursor: pointer;
}

.lstzaktiv {
  padding: 6px 0 6px 0;
  padding: 0.375rem 0 0.375rem 0;
  color: #f8f8f8;
  background: var(--clr-main);
  cursor: pointer;
}

.lstcols {
  width: 33.33%;
  padding: 0 2% 0 2%;
}

#bestdetposlst img {
  max-height: 20px;
  max-height: 1.25rem;
  width: auto;
  padding: 0.25rem 0 0 0;
  cursor: pointer;
}

#vkbelegheadbox {
  padding: 2rem 1% 0.125rem 1%;
  border-bottom: 0.0625rem solid #cfcfcf;
  color: #959595;
  font-size: 0.875rem;
}

.vkbelegbox {
  padding: 0.5rem 1% 0.5rem 1%;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align-items: center;
}

.vkbelegbox:nth-child(even) {
  background: #f4f4f4;
}

.vkbelegbez {
  flex: 1 1 100%;
}
.vkbelegbez a{
  font-size:1rem;
}

.vkbelegep {
  flex: 1 1 100%;
}

.vkbelegquant {
  flex: 1 1 100%;
}

.vkbelegquantbez {
  flex: 1 1 100%;
}

.vkbeleggp {
  flex: 1 1 100%;
  text-align: right;
}

.vkbelegwk {
  flex: 1 1 100%;
}

.vkbelsumbox {
  padding: 0.125rem 1% 0.125rem 1%;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align-items: center;
}

.vkbelegtotalbez {
  flex: 1 1 70%;
}

.vkbelegtotalp {
  flex: 1 1 30%;
}

.vkbelbtnwk {
  width: 60px;
  min-width: 2rem;
  margin: 8px 0 8px 0;
  margin: 0.5rem 0 0.5rem 0;
  background: var(--clr-orange) url(icon_warenkorb.png) no-repeat center center;
  background-size: 28px auto;
  background-size: 1.75rem auto;
  color: transparent;
  transition: all 0.3s linear;
}

.vkbelbtnwk:hover {
  background: var(--clr-main) url(icon_warenkorb.png) no-repeat center center;
  background-size: 28px auto;
  background-size: 1.75rem auto;
}

.vkbelbtnwk:active {
  background: var(--clr-orange) url(icon_warenkorb.png) no-repeat center center;
  background-size: 28px auto;
  background-size: 1.75rem auto;
}

.btnwk {
  background: var(--clr-orange);
  transition: all 0.3s linear;
}

.btnwk:hover {
  background: #243d97;
}

.btnwk:active {
  background: var(--clr-orange);
}

#kaswkheadwrap{
  display:flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#kasposleftbox, #kasposgpboxwrap  {
    display:flex;
    flex-direction:column;
    justify-content: space-around;
  }

    #bestlsthgp{
      color: var(--clr-main);
    }


@media screen and (min-width: 400px) {
  #kasordnobox {
    margin-left: 0;
  }
}

@media screen and (min-width: 450px) {
  .wkpmeng {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }

  .wkqw {
    width: 40%;
    max-width: 9rem;
  }

  .wkpdel {
    width: auto;
    padding: 0 0 0 1rem;
  }
}

@media screen and (min-width: 600px) {
  .orderborder {
    padding: 2rem;
    /*Noch für was anders, wie für die Anmeldung?*/
    border: 0.0625rem solid #cfcfcf;
  }

  .orderbr33 {
    flex: 1 1 45%;
    margin: 0 0 0 2%;
  }

  .orderbr33:last-child {
    margin: 1rem 0 0 0;
  }

  .mt0l24m {
    margin-left: 1.5rem;
  }

  .adrinput .ipfull,
  .adrinput .selfull,
  .adrplzort {
    width: 45%;
  }

  .kaspimg {
    width: 14%;
  }

  .wkposbezb {
    width: 60%;
  }

  .kasposbezb {
    width: 68%;
  }

  #kasposgpboxwrap {
    width: 18%;
  }
}

@media screen and (min-width: 750px) {
  .logoboxord {
    flex: 0 1 21.5%;
  }

  /* .logoboxord img {
    width: 118px;
  } */
  .ordmenue {
    flex: 1 1 65%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 15px;
  }

  .ordstep {
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }

  .ordstepnr {
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin-right: 0.25rem;
  }

  .orderbr33 {
    flex: 1 1 30%;
    margin: 0 0 0 2%;
  }

  .orderbr33:last-child {
    margin: 0 0 0 2%;
  }

  .wkpimg {
    width: 20%;
  }

  #kasposheadep {
    width: 73%;
  }

  .kaspbez {
    width: 60%;
  }

  .kaspmeng {
    width: 14%;
    text-align: center;
  }

  .totalbezbox {
    width: 80%;
  }

  .totalpreisbox {
    width: 20%;
  }

  /* #anmnourow1 {
    flex: 1 1 45%;
    margin: 0 2% 0 0;
  }

  #anmnourow2 {
    flex: 1 1 45%;
    margin: 0 0 0 2%;
  } */

  .merkhep {
    width: 15%;
    margin-left: 55%;
  }

  .merkbez {
    width: 55%;
    padding: 16px 0 10px 0;
    padding: 1rem 0 0.625rem 0;
  }

  .merkpep {
    width: 15%;
    padding: 16px 0 10px 0;
    padding: 1rem 0 0.625rem 0;
    text-align: right;
  }

  .merkpadd {
    width: 30%;
    padding: 16px 0 10px 0;
    padding: 1rem 0 0.625rem 0;
    text-align: right;
  }

  .adrgespbox {
    width: 31.3%;
  }

  .vkbelegbez {
    flex: 1 1 50%;
  }
    .vkbelegbez a {
      font-size: 0.875rem;
    }

  .vkbelegep {
    flex: 1 1 10%;
    text-align: right;
  }

  .vkbelegquant {
    flex: 1 1 10%;
    text-align: right;
  }

  .vkbelegquantbez {
    flex: 1 1 10%;
    padding-left: 8px;
  }

  .vkbeleggp {
    flex: 1 1 10%;
    text-align: right;
  }

  .vkbelegwk {
    flex: 1 1 10%;
    text-align: right;
  }

  .vkbelsumbox {
    padding: 0.125rem 1% 0.125rem 1%;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align-items: center;
  }

  .vkbelegtotalbez {
    flex: 1 1 80%;
  }

  .vkbelegtotalp {
    flex: 1 1 20%;
  }

  .vkbelbtnwk {
    width: 50%;
    height:2rem;
    margin: 0;
    color: transparent;
  }

  .ordmid {
    font-size: 1rem;
  }

  .ordbig {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1000px) {
 #anmhead img{
  height: 56px;
}
 
 .logoboxord {
    flex: 0 1 23%;
  }

  .ordstep {
    font-size: 1rem;
    line-height: 32px;
    line-height: 2rem;
  }

  .ordstepnr {
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-right: 0.5rem;
  }

  .ordboxleft {
    display: none;
    width: 0%;
    padding: 2rem 2% 0 0;
  }

  .ordboxright {
    width: 75vw;
  }

  .wkkasbez {
    font-size: 1.25rem;
  }

  .txtcheck,
  .txtuncheck,
  .paybez {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1300px) {
  #anmheadbox {
    justify-content: space-around;
  }


  .orderborder {
    padding: 4rem;
    /*Noch für was anders, wie für die Anmeldung?*/
  }
}

@media screen and (min-width: 1700px) {
 #anmhead {
  padding:16px;
}
 #anmhead img {
    height: 80px;
  }


}