/*
.content.clearfix > ul.menu {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

#page-nav {
    font-size: 20px;
}

.node-landingpage > .row > .landingpage-headline > h1.node-title {
    font-size: 50px;
}

.field-name-field-lp-aufzaehlung > .field-items > .field-item.even > ul > li {
    font-size: 22px;
}
*/

.contact-scroll-able {
    height: max-content;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #9b928e;
    z-index: 200;
}

.contact-scroll-able > .container > .row {
    margin-bottom: 0;
}

/*#page-bottom {
    padding-bottom: 60px;
    background-color: inherit;
}

.field-name-field-lp-trust-siegel {
    margin-left: -15px;
}

.lp-body-row > div > .field-name-field-lp-headline > .field-items > .field-item.even {
    font-size: 40px;
}

.lp-body-row > div > .field.field-name-field-lp-untertitel-2.field-type-text.field-label-hidden.view-mode-full > .field-items > .field-item.even {
    font-size: 27px;
}

.lp-body-row > div > .field-type-text-with-summary > .field-items > .field-item.even > p {
    font-size: 22px;
}

.field-name-field-lp-bild.field-type-image {
    position: relative;
}

    .field-name-field-lp-bild.field-type-image > .field-items > .field-item.even > img:last-child {
        transform: rotate(-30deg);
        border: 0;
        width: 60px;
        position: absolute;
        left: 10px;
        bottom: -20px;
    }

@media (max-width: 991px) {
    .field-name-field-lp-trust-siegel {
        margin-left: 110px;
    }

    .field-name-field-lp-aufzaehlung > .field-items > .field-item.even > ul > li {
        font-size: 4vw;
    }

    .field-name-field-lp-aufzaehlung {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        width: max-content;
    }

    figure.field-item {
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }

    div.lp-top-row > div.col-md-3 {
        width: 100%;
    }

    div.landingpage-webform-block {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .lp-body-row > div > .field-name-field-lp-headline > .field-items > .field-item.even {
        font-size: 8vw;
        text-align: center;
    }

    .lp-body-row > div > .field.field-name-field-lp-untertitel-2.field-type-text.field-label-hidden.view-mode-full > .field-items > .field-item.even {
        font-size: 6vw;
        text-align: center;
    }

    .lp-body-row > div > .field-type-text-with-summary > .field-items > .field-item.even > p {
        font-size: 5vw;
        display: inline;
    }

    .field-name-field-lp-icons-headline > .field-items > .field-item.even {
        text-align: center;
        font-size: 6vw;
    }

    .field-name-field-lp-bild.field-type-image > .field-items > .field-item.even > img:last-child {
        width: 80px;
        left: 110px;
    }
}
*/
@media (max-width: 980px) {
    .footer-copyright {
        margin-left: -10px
    }

    body > footer {
        margin: 0 -10px;
    }

    body > #main-wrapper > #main {
        padding-bottom: 0;
    }
}
/*
@media (max-width: 830px) {
    figure.field-item {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .field-name-field-lp-bild.field-type-image {
        position: relative;
    }

        .field-name-field-lp-bild.field-type-image > .field-items > .field-item.even > img:last-child {
            transform: rotate(-30deg);
            border: 0;
            width: 14vw;
            position: absolute;
            left: 2vw;
            bottom: -3vw;
        }
}*/
