.cart_icon {
  font-size: 70px;
}

.logo_footer {
  width: 100px;
}

footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar-brand {
  padding: 20px 0 20px 0;
}

.login_box {
  min-width: 480px;
  padding: 15px!important;
  position: absolute;
  left: -400px;
}

.flex-viewport {
  max-height: 400px;
}

.flexslider {
  height: 400px;
}

.flexslider .flex-direction-nav .flex-prev {
  left: 80px;
}

#carousel-1 {
  max-height: 600px;
}

.carousel-item img {
  min-height: 150px;
  object-fit: cover;
}

.carousel-item {
  max-height: 600px;
}

.carousel_chevrons {
  font-size: 40px;
  color: #0c0c0c;
}

a:hover {
  text-decoration: initial!important;
}

.font_color_l {
  color: #51626C;
}

.price_tag {
  font-size: 24px;
}

.produkt_img {
  max-height: 180px;
}

.artikeldetail_bild {
  max-width: 200px;
}

.row_space {
  padding: 60px 0 60px 0;
}

@media (min-width: 768px) {
  .row_space {
    padding: 100px 0 100px 0;
  }
}

.btn_group_cart {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #dee2e6;
}

.cart_stacks {
  position: absolute;
  top: 47%;
  left: 54%;
  transform: translate(-50%,-50%);
  font-weight: 600;
}

.cart_box {
  width: 400px;
  right: 40px;
  top: 110px;
  z-index: 1001;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.border_row {
  border-color: #d9d9d9;
  border-width: 0 1px 0 1px;
  border-style: solid;
}

div#cart_collapse {
  padding: 0;
  border: 0;
  left: -340px;
  bottom: 0;
}

header {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
  z-index: 100;
}

.gray_star {
  color: #d6d6d6;
  font-size: 20px;
}

.btn_vert_row {
  background-color: initial;
  border-color: #ededed;
  padding: 10px 15px;
  text-align: left;
  transition: 100ms all ease;
}

.btn_vert_row:hover {
  color: #fff!important;
  background-color: #4c7412!important;
  border-color: #ededed;
}

.btn_vert_row.active {
  background-color: #4c7419!important;
  border-color: #ededed!important;
  padding: 10px 15px;
  text-align: left;
}

.card_title {
  font-size: 20px;
}

.card {
  height: auto;
}

.card_para {
  font-size: 20px;
}

.card_para_2 {
  font-size: 18px;
}

.vert_row_box {
  padding: 10px 15px;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}

.vert_row_box_last {
  padding: 10px 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  border-lefT: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}

.vert_row_active {
  background-color: #4c7419;
  color: #fff!important;
}

.custom-control-label::before {
  position: absolute;
  top: 2px;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 2px;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.bigger_para {
  font-size: 18px;
}

.cont_space {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .cont_space {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.fragen_box {
  border: 1px solid #e0e0e0;
  line-height: 0;
}

.fragen_box {
  width: 50px;
  height: 50px;
  transition: 200ms all ease;
  margin: 10px;
  font-size: 18px;
}

.fragen_box:hover {
  background-color: rgba(0,0,0,0.1);
}

.frage_richtig {
  border: 2px solid rgba(26,128,0,0.5);
  background-color: #f2ffef;
}

.frage_falsch {
  border: 2px solid rgba(169,11,0,0.5);
  background-color: #fff9f9;
}

.frage_markiert {
  border: 2px solid rgba(215,194,0,0.5);
  background-color: #fffff2;
}

.frage_beantwortet {
  border: 2px solid rgba(0,78,170,0.5);
  background-color: #f6fdff;
}

.frage_gesperrt {
  border: 2px solid rgba(167,0,170,0.5);
  background-color: #ffe8ff;
}

@media (min-width: 576px) {
  .space_left_1 {
    margin-left: 18px;
  }
}

.modal-footer {
  border-top: none;
}

.akzent_font {
  color: #644531!important;
}

.footer_hinweis {
  font-size: 14px;
}

.footer_hinweis_big {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.siegel_info_box {
  width: 100px;
  height: 100px;
}

.btn-gesperrt {
  color: #fff;
  background-color: #a700aa;
  border-color: #a700aa;
}

.btn-gesperrt:hover {
  color: #fff;
  background-color: #810084;
  border-color: #660067;
}

.btn-gesperrt:active {
  color: #fff;
  background-color: #810084!important;
  border-color: #660067!important;
  box-shadow: 0 0 0 0.2rem rgba(197,83,225,0.5)!important;
}

.btn-gesperrt:focus {
  box-shadow: 0 0 0 0.2rem rgba(197,83,225,0.5);
}

.product_carousel .carousel-indicators {
  bottom: -60px;
}

.carousel-indicators li {
  background-color: #262626;
}

.product_carousel .carousel-indicators li {
  background-color: #525252;
}

.carousel_controls {
  font-size: 30px;
  color: #525252;
}

#gesperrt_badge {
  color: #fff;
  background-color: #a700aa;
}

@media (min-width: 576px) {
  .navbar-expand-md .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
  }
}

.auswertung_box {
  border: 1px solid #ddd;
}

body {
  min-height: 100vh;
}

.carousel-indicators {
  bottom: -18px;
}

@media (min-width: 576px) {
  .carousel-indicators {
    bottom: -10px;
  }
}

