#seitentitel {
  background-image: url("/_img/ic_sicherheit_blau.png");
}

.dp-para {
  padding: .5em 0;
  font-size: 1.2em;
}

.jumbotron {
  border-radius: 1em;
  padding: 0.1em 0.6em;
  background-color: #eeeeee70;
}

.dp-features-headline {
  padding: 10px;
  margin: 1px;
  display: flex;
  align-items: center;
  font-size: 1.6em;
  font-weight: 600;
}

.dp-features-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.dp-features {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0.4em 0;
}

#bestellen_box {
  background: linear-gradient(135deg, #337ab7 0%, #2e6da4 100%);
  border-radius: 1em;
  padding: 1.5em 2em;
  margin: 2em 0;
  text-align: center;
}

#bestellen_box .bestellen_box_headline {
  color: #fff;
  margin: 0 0 0.8em 0;
  font-size: 1.6em;
  font-weight: 600;
}

#bestellen_box .btn {
  background-color: #fff;
  color: #2e6da4;
  font-weight: bold;
  padding: 12px 30px;
  font-size: 1.1em;
  border: none;
}

#bestellen_box .btn:hover {
  background-color: #f0f0f0;
}

.dp-price-highlight {
  font-size: 1.8em;
  font-weight: bold;
  color: #337ab7;
}

.dp-info-section {
  margin: 1.5em 0;
}

.dp-info-section h2 {
  border-bottom: 2px solid #337ab7;
  padding-bottom: 0.3em;
  margin-bottom: 0.8em;
}
