.main {
  flex-grow: 0;
}
#content {
  flex-grow: 1;
}
.shoe_detail_head {
  padding: 5px 15px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.selection {
  background: #ddd none repeat scroll 0 0;
  overflow: hidden;
}
.selection .selection_container {
  display: flex;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .selection .selection_container {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
.selection .selector {
  flex-grow: 1;
  flex-basis: 100%;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 80px;
  text-align: center;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.selection .selector:before,
.selection .selector:after {
  content: normal;
}
.selection .selector.active {
  background: #FFF;
  line-height: 70px;
  height: 70px;
  box-shadow: 0 3px 6px -1px #bbb;
}
.selection .selector a {
  color: #000;
  display: block;
}
.selection .selector a:hover,
.selection .selector a:focus {
  text-decoration: none;
}
.selection .shoe_detail_navigation_icon {
  margin-right: 5px;
}
.shoe_detail_row {
  margin-bottom: 5px;
}
.shoe_detail_row > div {
  padding: 5px 15px;
}
.shoe_detail_row .detail_label {
  background: #222;
  border-right: 5px solid #FFF;
}
.shoe_detail_row .detail_value {
  background: #EEE;
}
.produkt_info > h3 {
  margin-bottom: 0;
}
.produkt_info > h5 {
  margin-top: 5px;
}
.produkt_info .view_area {
  font-size: 14px;
  margin-top: 30px;
}
.produkt_info .view_area:target {
  display: block;
}
box .produkt_info .view_area > h4 {
  margin-bottom: 25px;
}
.produkt_info .produkt_eigenschaften {
  margin-bottom: 20px;
}
.box {
  display: flex;
  margin: 0 -5px 10px;
}
.box .box-inner {
  padding: 0 5px;
}
.box .box_best_nr {
  flex-grow: 1;
  flex-basis: 40%;
}
.box .box_cat {
  flex-grow: 1;
  flex-basis: 40%;
}
.box .box_size {
  flex-grow: 1;
  flex-basis: 40%;
}
.box .main-info {
  height: 80px;
  padding: 20px;
  display: block;
}
.box .main-info .label {
  padding: 0;
  display: block;
  text-align: left;
}
.box .main-info .value {
  font-size: 24px;
  line-height: 1.3;
}
.box .main-info .value .sub_cat {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.box .main-info .glyphicon,
.box .main-info .fa {
  font-size: 35px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .product_container {
    display: flex;
    flex-direction: column;
  }
  .product_container .product_headline {
    order: -1;
  }
  .box {
    flex-wrap: wrap;
  }
  .box .box-inner {
    padding: 5px;
    flex-basis: 50%;
  }
  .box .modal_button {
    width: 100%;
  }
  .quotation_modal_inner {
    flex-direction: column;
  }
}
