/*
Theme Name: kletterwand-vermietung
Description: Childtheme Kletterwand Vermietung
Author: Oliver Scheib
Author URI: http://www.nofrills.de
Template: Divi
Version: 1.0
Tags:
*/
@import url("../Divi/style.css");

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 125%;
}

.et_pb_testimonial {
	background-color:#e09900 !important;
	color:#ffffff;
}

.et_pb_testimonial::before {
    background: #e09900;
}

strong.et_pb_testimonial_author {
	font-weight:normal;
	font-style: italic;
}

.breadcrumbs{ float: left; width: 75%; margin-top:1em;margin-bottom: 1em; position:relative; z-index:1; }
@media screen and (max-width: 980px){
 .breadcrumbs{ width: 100%; }
}