.cms-page-view .cms-content,
.cms-no-route .cms-content {
    box-shadow: 10px 10px 40px rgba(34, 34, 45, .16);
    margin-bottom: 3rem;
    font-size: 1rem;


    h2 {
        margin: 0.5rem 0 1rem;
        font-size: 18px;
        text-shadow: 0 3px 10px #3b7dc429;
    }

    h3 {
        color: #fe6600;
        font-size: 20px;
        margin: 0.5rem 0;
    }

    .block-static-block {
        margin: auto 0 0;
    }

    @media (min-width: 1200px) {
        width: 945px;
        margin-left: auto;
        margin-right: auto;

        & h2 {
            font-size: 28px;
        }
    }

    > div {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
    }

    .block-cms-link-inline {
        display: inline;
    }
}

.cms-klantenservice .cms-content {
    @media (min-width: 1024px) {
        background: #fff url(../../images/roel-closeup.jpg) no-repeat 100% 100%;
        background-size: 400px auto;
    }
}

.stofzuiger-static-block-roel {
    display: none;

    @media (min-width: 1024px) {
        display: block;
        height: 485px;
        margin: 0 -50px -50px auto;
        position: relative;
        width: 400px;

        .details {
            background: #fff;
            border-radius: 4px;
            bottom: 40px;
            box-shadow: 10px 10px 40px rgba(34,34,45,.16);
            padding: 20px 80px 20px 30px;
            position: absolute;

            .title {
                display: block;
                font-weight: 700;
                text-shadow: 0 3px 10px #3b7dc429;
            }

            .subtitle {
                display: block;
                font-weight: 300;
            }

            & a {
                display: inline-block;
                margin: 10px 0 30px;
                text-decoration: underline;
            }

            .linkedin {
                background: url(../../images/linkedin-logo.svg) no-repeat;
                background-size: contain;
                height: 15px;
            }
        }
    }
}

