/* Custom CSS */

a {
  text-decoration: none;
}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
  text-transform: none;
}

h1 {
  /*font-family: Arial, sans-serif;*/
  font-size: 28px;

}

h2 {
  /*font-family: Arial, sans-serif;*/
  font-size: 20px !important;
  margin-top: 3em !important;
}

p {
  /*font-family: Arial, sans-serif;*/
  font-size: 14px;
}

h3.price {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #000000;
  margin-top: 0;
}

h4.offerte {
  font-size: 20px;
  color: #000000;
  margin-top: 0;
}

img.productfoto {
  margin-left: 20px;
  margin-right: 20px;
  float: right;
}

.btn-offerte {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #ED1E24;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-offerte:hover {
  background: #E03336;
  text-decoration: none;
}