html {
  font-size: 16px;
  
}
body {
  font-size: 1em;
  line-height: 1.4em;
  hyphens:auto;
}

h1 {
    font-size: 3rem;
    line-height: 1.2em;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
p {
    margin: 0 0 1em;
}
a.linkbtn {
    color: #89ba19;
    font-size: 1.7rem;
    font-weight: 600;
    border: 1px solid;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    margin: 2rem 0 0 0;
    transition: all 0.3s linear;
}

a.linkbtn:hover {
    background: #89ba19;
    color: #fff;
    text-decoration: none;
}

.mtb-3rem {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.mtb {
    margin-top: 70px;
    margin-bottom: 70px;
}

ul.checklist {
    list-style-type: none;
    padding-left: 2em !important;
}

.checklist li {
    position: relative;
}
.checklist li::before {
    content: "✓";
    position: absolute;
    left: -1.2em;
    color: #89ba19;
}

footer {
    background: #5a5a5a;
    color: #fff;
    padding-top: 50px;
    margin-top: 40px;
}
footer * {
    color: #fff;
}
.footer-end {
    background: #333;
    padding: 10px 0;
    color: #fff;
}
section#footer {
    display: none;
}

footer.bd-footerarea-1.bd-margins {
    background: transparent;
}
.panel-title a {
    display: block;
    position: relative;
}
#accordion .panel-title a::after {
    content: "-";
    position: absolute;
    right: 1.2em;
    font-weight: bold;
    font-size: 1.5em;
}
#accordion .panel-title a.collapsed::after {
    content: "+";
    position: absolute;
    right: 1em;
    font-weight: bold;
    font-size: 1.5em;
}
.bg-grau {
    background: #eaeaea;
    padding: 1em;
}

div#leistungen-home {
    display: flex;
    flex-wrap: wrap;
}

div#leistungen-home img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#leistungen-home .col-md-4 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}


div#kundenstimmen-owl .owl-item {
    background: #eaeaea;
    padding: 2rem;
}

footer.bd-footerarea-1.bd-margins {
    display:none;
}

#leistungen-home .col-md-4 p:last-child a {
    font-weight: bold;
}

.owl-nav > button span {
    font-size: 2rem;
}
.owl-stage {
    display: flex;
    align-items: center;
}
#kundenstimmen-owl .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.owl-dots {
    position: relative;
    top: 1em;
}
.bd-flex-vertical.bd-stretch-inner.bd-contentlayout-offset {
    min-height: initial !important;
}
.bd-griditem-30 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.bd-contentlayout-9.bd-sheetstyles.bd-no-margins.bd-margins {
    min-height: initial !important;
}
.separated-item-30.col-md-12.first-col.last-row.last-col {
    min-height: initial !important;
}

@media screen and (min-width: 992px){
.pl-2 {
padding-left: 2rem;
}
.pr-2 {
padding-right: 2rem;
}
}

@media screen and (max-width:991px){
  h1 {
    font-size: 2.2rem;
}
}