@font-face {
  font-family: Raleway;
  src: url(/fonts/raleway.ttf);
}
#telefonie .blocksatz {
  text-align: justify;
}
#telefonie .vorteile {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #4CAF50;
  color: white;
  padding: 20px;
}
#telefonie .vorteile.row {
  margin-left: 0;
  margin-right: 0;
}
#telefonie .vorteile h2 {
  color: white;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
#telefonie .vorteile > div > div:first-child {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#telefonie .vorteile > div > div:first-child img {
  height: 100px;
}
#telefonie .vorteile > div > div:first-child i {
  font-size: 70px;
}
#telefonie .vorteile > div > div:last-child {
  font-size: 16px;
  text-align: center;
}
#telefonie .ersparnis {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #4CAF50;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
#telefonie .card {
  border: 1px solid #4CAF50;
  text-align: center;
  background-color: white;
}
#telefonie .card .heading {
  color: white;
  font-weight: bold;
  font-size: 23px;
  background-color: #4CAF50;
  width: 100%;
  padding: 15px;
}
#telefonie .card .price {
  color: #4CAF50;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  padding: 5px;
  border-bottom: 2px solid #4CAF50;
}
#telefonie .card .points {
  width: 100%;
  padding-top: 10px;
}
#telefonie .card .points ul {
  list-style-type: none;
  padding-left: 0;
}
#telefonie .hwcard {
  border: 1px solid #4CAF50;
  text-align: center;
  background-color: white;
  height: 400px;
}
#telefonie .hwcard .image {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
#telefonie .hwcard .image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#telefonie .hwcard .heading {
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #4CAF50;
  width: 100%;
  padding: 15px;
}
#telefonie .hwcard .price {
  color: #4CAF50;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  padding: 5px;
  border-bottom: 2px solid #4CAF50;
}
#telefonie .hwcard .points {
  width: 100%;
  padding: 10px;
}
#telefonie .hwcard .points ul {
  list-style-type: none;
  padding-left: 0;
}
#telefonie .hwcard .contactbutton {
  height: 43px;
  width: 100%;
}
#telefonie .hwcard .contactbutton > a {
  height: 100%;
  width: 100%;
  color: white;
  background-color: #4CAF50;
  display: block;
  align-content: center;
}
#telefonie .hwcard .contactbutton > a:hover {
  text-decoration: none;
}
#telefonie .owl-stage-outer {
  margin-left: 40px;
  margin-right: 40px;
}
#telefonie .owl-item {
  width: 240px !important;
}
#telefonie .owl-dots {
  display: none;
}
#telefonie .owl-prev,
#telefonie .owl-next {
  font-size: 6em;
  position: absolute;
  top: 10%;
  color: #4CAF50;
  font-weight: bold;
}
#telefonie .owl-prev:hover,
#telefonie .owl-next:hover {
  color: #28952b;
}
#telefonie .owl-prev {
  left: 0;
}
#telefonie .owl-next {
  right: 0;
}
#telefonie .hwcarousel .owl-nav {
  display: inherit;
}
#telefonie .hwcarousel .owl-prev,
#telefonie .hwcarousel .owl-next {
  top: 30%;
}
