.list-unstyled {
    text-indent: 0;
    list-style-type: none;
    }
.list-no-bullet{
    list-style-type: none;
}

.news p{
    background-color: darkgray;
    color: red;
    font-size: 1.5em;
 }

hr {
    border: 1px groove lightgrey;
}

.img-testimonial{
    width: 100px;
    margin: auto;
    display: block;
}

.img-icon{
    height: 30px;
    width: 30px;
}

.img-svg{
     width: 100% \9; /*To fix improper sizesing in IE10*/
}
.contact-input{
    max-width: 240px;
}
.img-tuv{
    max-width: 150px;
}
h3, h5{
    margin-bottom: 25px;
    margin-top: 15px;
}

.cert-item{
    border: 2px solid #34495e;
    margin: 5px;
    padding: 10px 10px 0px 10px;
    width: 260px;
    text-align: center;
    background-color: lightgray;
    float: left;
}
.cert-item p{
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}
.cert-item img{
}

/* Pfeile in dunkel darstellen. */
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}