.modal-content {
  text-align: initial;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.form-control-static {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0;
  min-height: 15px;
}
.form-group-sm .form-control-static {
  height: 18px;
  min-height: 24px;
  padding: 3px 6px;
  font-size: 11px;
  line-height: 1.1666;
}
.form-group-lg .form-control-static {
  height: 34px;
  min-height: 28px;
  padding: 7px 12px;
  font-size:15px;
  line-height:1.3333333
}

#footer .nav {
  width: 100%;
  text-align: center;
}

#footer .nav > li {
  float: none;
  display: inline-block;
}

.clear {
  clear: both;
}

.has_error .help-block,
.has_error .control-label,
.has_error .radio,
.has_error .checkbox,
.has_error .radio-inline,
.has_error .checkbox-inline,
.has_error.radio label,
.has_error.checkbox label,
.has_error.radio-inline label,
.has_error.checkbox-inline label {
  color: #d9534f;
}

.has_error .form-control {
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has_error .form-control:focus {
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

#produkt_details .produkt_text { clear: both; }
#produkt_details .produkt_bild { margin: 0 10px 10px 0; float: left; display: block; }
#produkt_details .produkt_preis { float: left; }
#produkt_details .produkt_anzahl { text-align: right; }
#produkt_details .pramien_auswahl .praemien_bild { margin: 12px 12px 12px 0px; float:left; }
#produkt_details .pramien_auswahl .praemien_text { margin: 12px 0 12px 0px; }
#produkt_details .pramien_auswahl .praemien_code { margin: 12px 0 12px 0px; clear:both; }

/* Kategorie-Seite */
/* https://codepen.io/bootstrapped/pen/RrabNe */
/* Flexbox Equal Height Bootstrap Columns (fully responsive) */
.thumbnail-product {
  border: none;
  border-radius: unset;
  border-bottom: 1px solid #CCC;
  background-color: unset;
}

.caption-container-product {
  border: 1px solid #CCC;
  border-radius: 3px;
  background-color: #FCFCFC;
}

.caption-container-product img {
  margin-left: auto;
  margin-right: auto;
}

.text-container-product {
  padding: 10px;
}

/* Grow thumbnails to fill columns height */
.flex-row .thumbnail {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}

/* Flex Grow Text Container */
.flex-row .caption-container p.flex-text {
	flex-grow: 1;
}

/* Flex Responsive Image */
.flex-row img {
  padding: 10px;
  max-height: 170px;
}
@media only screen and (min-width : 481px) {
  .flex-row.row {
    display: flex;
	 flex-wrap: wrap;
  }
  .flex-row.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  .flex-row.row:after, 
  .flex-row.row:before {
	 display: flex;
  }
  .flex-row.row > [class*='col-'] > .box {
    display: flex;
	 flex: 1;
  }
}

/* Produktdetail-Seite */
.produktbeschreibung:after {
  font-family: "Glyphicons Halflings";
  content:"\e260";
  float: left;
}
/* Icon when the collapsible content is hidden */
.produktbeschreibung.collapsed:after {
  content:"\e259";
}
