h2, h3, h4 {
  margin: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.highlight {
  color: #db052c;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.button-red {
  background-color: #db052c;
  color: #ffffff !important;
  padding: 5px 30px;
  margin: 10px 0;
  border: 1px solid #db052c;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.button-red:hover {
  background-color: #ffffff;
  color: #db052c !important;
}

.icon-reinigen {
  background-image: url("../Images/icon-reinigen.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  height: 40px;
  margin-bottom: 20px;
}

.icon-reinigen h1, .icon-reinigen h2, .icon-reinigen h3 {
  margin-left: 60px;
  padding-top: 5px;
}

.icon-waschen {
  background-image: url("../Images/icon-waschen.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  height: 40px;
  margin-bottom: 20px;
}

.icon-waschen h1, .icon-waschen h2, .icon-waschen h3 {
  margin-left: 60px;
  padding-top: 5px;
}

.icon-hautpflege {
  background-image: url("../Images/icon-hautpflege.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  height: 40px;
  margin-bottom: 20px;
}

.icon-hautpflege h1, .icon-hautpflege h2, .icon-hautpflege h3 {
  margin-left: 60px;
  padding-top: 5px;
}

.image-left {
  float: left;
  padding-right: 5px;
}

.image-right {
  float: right;
  padding-left: 5px;
}
