.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #8C6C21;
}

.graph-block.__graph .info {
  z-index: 2;
}

.graph-block.__graph .refreshinfo {
  position: absolute;
  right: 30px;
  bottom: 21px;
}

.modal-fullscreen {
  max-width: none !important;
  margin: 0;
}

.form-control, .form-select {
  font-size: 2rem;
}

.dropdown-item {
  font-size: 2rem;
}

.btn {
  padding: 10px 20px;
  font-size: 2rem;
  border-radius: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Barlow, Helvetica Neue, Arial, Noto Sans, sans-serif;
}

.btn-primary {
  background-color: #8C6C21;
  border-color: #8C6C21;
}

.btn-primary:hover {
  background-color: #c5972e;
  border-color: #c5972e;
}

.btn-primary:active {
  background-color: #8C6C21;
  border-color: #c5972e;
}

.btn-primary:focus, .btn-primary:active:focus {
  background-color: #8C6C21;
  border-color: rgb(197, 151, 46);
  box-shadow: 0 0 0 0.25rem rgba(197, 151, 46, 0.8);
}

input[type=password], select.form-select {
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  border: 1px solid;
  background-color: transparent;
  width: 100%;
  min-width: 0;
  padding: 1.2rem 2.4rem;
  border-radius: 0;
  -webkit-appearance: none;
}

.statusinfo {
  display: flex;
  text-align: center;
  padding: 0 15px;
}
.statusinfo > div {
  width: 100%;
  display: block;
  background-color: lightblue;
  font-size: 2rem;
  padding: 15px;
}
.statusinfo > div.pending {
  background: rgb(140, 108, 33);
}
.statusinfo > div.off {
  background-color: #ad0000;
  color: #ffffff;
}

.box_bietagent_anlegen {
  position: relative;
  padding: 30px 0;
  padding-right: 0px;
  padding-left: 0px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info_box_bietagent_anlegen {
  position: absolute;
  right: 4px;
  top: 45px;
  z-index: 2;
}

.box_bietagent_anlegen.disabled::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0;
  z-index: 1;
  background: repeating-linear-gradient(135deg, rgba(140, 108, 33, 0.2), rgba(140, 108, 33, 0.2) 40px, rgba(140, 108, 33, 0.5) 40px, rgba(140, 108, 33, 0.5) 80px);
}

.logo_anbieter {
  width: 100%;
  text-align: center;
}
.logo_anbieter img {
  height: 100%;
  width: 80%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.input-wrapper input {
  padding-right: 9.6rem;
}

.input-wrapper label {
  bottom: 10px;
  right: 38px;
}
.input-wrapper label span {
  font-size: 3rem;
  color: #000;
  font-weight: 700;
}

.zuschlaege .item.first-item {
  display: none;
}
.zuschlaege .item {
  background-color: #000000;
  color: #ffffff;
  margin: 15px;
  padding: 10px 20px;
  font-size: 20px;
  position: relative;
}
.zuschlaege .item::before {
  position: absolute;
  left: -2px;
  top: 10px;
  content: "";
  background-color: #000000;
  width: 30px;
  height: 30px;
  z-index: -1;
  transform: rotate(45deg);
}
.zuschlaege .item::after {
  position: absolute;
  right: -2px;
  top: 10px;
  content: "";
  background-color: #000000;
  width: 30px;
  height: 30px;
  z-index: -1;
  transform: rotate(45deg);
}

.wrapper_zuschlaege {
  background-color: #ECECEC;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.wrapper_zuschlaege .left {
  position: absolute;
  width: 50px;
  height: 80px;
  left: 0;
  top: 0;
  background-color: #8C6C21;
  line-height: 70px;
  padding-left: 10px;
  font-size: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1;
}
.wrapper_zuschlaege .right {
  position: absolute;
  width: 50px;
  height: 80px;
  right: 0;
  top: 0;
  background-color: #8C6C21;
  line-height: 70px;
  padding-left: 10px;
  font-size: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
}

#zuschlaege_liste .first-item {
  padding: 0 !important;
  width: 1px;
  margin: 0;
}

.product-date {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: left;
}

.item-title .h2, .item-title h2 {
  font-size: 2.5rem;
}

.h1, h1 {
  font-size: 4rem;
}

.item-info__middle {
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-top: 0;
  border-bottom: 0;
}

.angebotsbeschreibung {
  font-size: 0.8em;
}

.h1, h1 {
  font-size: calc(3rem + 1.12613vw - 8.64865px);
}

@media screen and (min-width: 768px) {
  .article-body, .graph-block.__book .button-wide {
    font-size: calc(1.4rem + 1.35135vw - 10.37838px);
  }
  .h1, h1 {
    font-size: calc(2.3rem + 1.12613vw - 8.64865px);
  }
  .h2, h2 {
    font-size: calc(1.6rem + 1.12613vw - 8.64865px);
  }
}
@media screen and (min-width: 1400px) {
  .article-body, .graph-block.__book .button-wide {
    font-size: 25px;
  }
  .h1, h1 {
    font-size: 32px;
  }
  .h2, h2 {
    font-size: 24px;
  }
}
.wrapper_kaufen_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  height: 100%;
}

.kaufhinweis {
  font-size: 0.8em;
  color: #aaaaaa;
  text-align: center;
  margin-top: 30px;
  max-width: 480px;
}

.text-startseite {
  margin-top: 30px;
  font-size: calc(1.6rem + 1.12613vw - 8.64865px);
}
@media screen and (min-width: 1400px) {
  .text-startseite {
    font-size: 24px;
  }
}
.text-startseite span {
  font-size: 1.2em;
  font-weight: bold;
}

.swal2-html-container {
  font-size: 2em;
}

/*
.swal2-icon{
  width: 10rem;
  height: 10rem;
}
.swal2-icon .swal2-icon-content{
  font-size: 5.75rem;
}*/
.swal2-title {
  font-size: 2.875em;
}

.swal2-styled.swal2-confirm {
  padding: 0.1rem 2.2rem;
  font-size: 2rem;
  border-radius: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
}

.error-block {
  margin: 5px;
  color: #aa0000;
}

.wrapper_bietagent .error-block {
  margin: 0;
  color: #aa0000;
}

.text_ausverkauft {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.underlined {
  text-decoration: underline;
}

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