.badenvloer-seo-content {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.badenvloer-seo-content h1 {
    font-size: 32px !important;
    margin-top: 0;
}


.badenvloer-seo-head {
    position: relative;
}

.badenvloer-seo-head__inner {
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.badenvloer-seo-head__fade {
    display: none;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    height: 70px;
    background: linear-gradient(to bottom, rgba(235, 247, 247, 0), #ebf7f7);
    pointer-events: none;
}

.badenvloer-seo-head__toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 0 0;
    font-size: inherit;
    font-family: inherit;
    background: #102849;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
    padding: 4px 10px;
    position: relative;
    z-index: 10;
}

.badenvloer-seo-head__toggle:hover {
    text-decoration: underline;
}

.badenvloer-seo-head.is-overflowing .badenvloer-seo-head__fade,
.badenvloer-seo-head.is-overflowing .badenvloer-seo-head__toggle {
    display: block;
}

.badenvloer-seo-head.is-expanded .badenvloer-seo-head__inner {
    max-height: none;
}

.badenvloer-seo-head.is-expanded .badenvloer-seo-head__fade {
    display: none;
}
