.kontakt-wp {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e6e6e6;
}
.kontakt-wp span{
display: block;
padding-top: 5px;
padding-bottom: 5px;

}
.woche{
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color:  #ea2029;
  font-weight: 700;

}
.kontakt-wp a{
text-decoration: none;
color: #ea2029;
}
.kontakt-wp a:hover{
text-decoration: underline;
color: #96d46a;
}
.kontakt{
font-size: 35px;
font-weight: 700;
padding-bottom: 8px;
}
.telefon .material-icons{
  font-size: 35px;
}
.map iframe{
   width:100%;
   height: 400px;
   border: none;
}
@media screen and (max-width: 992px){
  .kontakt-wp {
    padding-top: 25%;
    padding-bottom: 15%;
    background-color: #e6e6e6;
  }
  }
