.input-text {
    border-radius: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
}

.lh-1 {
    line-height: 1!important;
}

hr {
    margin-top: 32px;
    margin-bottom: 32px;
    border-color: #cccccc;
}

ul.a-check-list-white {
    padding-left: 0;
}

ul.a-check-list-white li {
    background: url(/bundles/design/images/svg/checkmark_white.svg) 0 4px no-repeat;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    padding-left: 40px;
    position: relative;
}

ul.a-check-list-black {
    padding-left: 0;
}

ul.a-check-list-black li {
    background: url(/bundles/design/images/svg/checkmark_blue.svg) 0 4px no-repeat;
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px;
    position: relative;
    color: #262626;
}


.ccd-hero-video {
    position: absolute;
    object-fit: cover;
    background: url(/bundles/design/video/hero-home-bg-1920x864.jpg) top left no-repeat;
    background-size: cover;
    height: 654px;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.ccd-hero-video-md {
    position: absolute;
    background: url(/bundles/design/video/hero-home-bg-1920x864.jpg) -600px -150px no-repeat;
    height: 498px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.ccd-hero-video-sm {
    position: absolute;
    object-fit: cover;
    background: url(/bundles/design/images/hero-home-bg-mobile.jpg) top left no-repeat;
    background-size: cover;
    height: 498px;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.lp-heading {
    margin-top: 96px;
}

.a-topic-tag {
    font-size: 16px;
    font-weight: 800;
}

.a-header-xlarge {
    font-size: 26px;
    line-height: 32px;
}

.img-crop {
    width: 100%;
    overflow: hidden;
}

.img-fleet-small {
    width: 540px;
    height: 304px;
}

.img-fleet-large {
    position: absolute;
    background-image: url(/bundles/design/images/fleet_tracking_heroshot_2024_1280px_de_95.webp);
    background-position: 520px 30px;
    background-size: 980px;
    background-repeat: no-repeat;
    height: 654px;
    width: 100%;
    z-index: -1;
}

.img-fleet-xlarge {
    position: absolute;
    background-image: url(/bundles/design/images/fleet_tracking_heroshot_2024_1280px_de_95.webp);
    background-position: 0 30px;
    background-size: 980px;
    background-repeat: no-repeat;
    height: 654px;
    width: 50%;
    left: 50%;
    z-index: -1;
}

.img-event-large {
    position: absolute;
    background-image: url(/bundles/design/images/fleet_tracking_heroshot_2024_1280px_event_de_95.webp);
    background-position: 520px 30px;
    background-size: 980px;
    background-repeat: no-repeat;
    height: 654px;
    width: 100%;
    z-index: -1;
}

.img-event-xlarge {
    position: absolute;
    background-image: url(/bundles/design/images/fleet_tracking_heroshot_2024_1280px_event_de_95.webp);
    background-position: 0 30px;
    background-size: 980px;
    background-repeat: no-repeat;
    height: 654px;
    width: 50%;
    left: 50%;
    z-index: -1;
}

@media (min-width: 460px) {
    .img-fleet-small {
        width: 540px;
        height: 304px;
    }
}

@media (min-width: 576px) {
    .a-header-xlarge {
        font-size: 32px;
        line-height: 36px;
    }

    .img-fleet-small {
        width: 540px;
        height: 304px;
    }
}


@media (min-width: 768px) {
    .a-header-xlarge {
        font-size: 36px;
        line-height: 44px;
    }

    .img-fleet-small {
        width: 540px;
        height: 304px;
    }
}


@media (min-width: 992px) {
    .lp-heading {
        margin-top: 160px;
    }

    .a-topic-tag {
        font-size: 20px;
    }

    .img-fleet-small {
        top: 162px;
        left: 498px;
        width: 992px;
        height: 558px;
    }
}


@media (min-width: 1200px) {
    .a-header-large {
        font-size: 44px;
        line-height: 52px;
    }

    .img-fleet-small {
        top: 192px;
        left: 600px;
        width: 992px;
        height: 558px;
    }
}

.kwpcc-cookie-banner {
    position: fixed;
    z-index: 10000;
    bottom: -140%;
    width: 100%;
    border-top: 1px solid #CCC;
    background: #FFF;
    transition: bottom 1s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.kwpcc-cookie-banner__inner {
    padding: 2rem 0;
}

.kwpcc-cookie-banner__settings {
    margin: 0;
}

.kwpcc-cookie-banner .form__input-list {
    border: 0;
    display: none;
    margin: 0;
    padding-bottom: 0;
}

.kwpcc-cookie-banner__category {
    white-space: nowrap;
    display: inline-block;
    margin: 0 0 1em 0;
}

.kwpcc-cookie-banner__category label {
    display: inline;
}

.kwpcc-cookie-banner .form__input-list input {
    vertical-align: baseline;
    margin-right: 4px;
}

.kwpcc-cookie-banner .form__input-list sup {
    background: #999;
    color: white;
    border-radius: 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 20px 0 2px;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.kwpcc-cookie-banner .kwpcc-cookie-banner__tooltip {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-bottom: .5rem;
}

.kwpcc-cookie-banner__actions {
    align-items: center;
    margin-top: .5em;
}

@media (min-width: 860px) {
    .kwpcc-cookie-banner__actions {
        display: flex;
        justify-content: flex-end;
    }
}

.kwpcc-cookie-banner__actions .btn-edit {
    cursor: pointer;
    color: #999999;
    background-color: transparent;
}

.kwpcc-cookie-banner__inner p {
    margin-bottom: 1em;
}

.kwpcc-cookie-banner__actions .btn {
    margin: 4px 0 4px 0;
    width: 100%;
}

@media (min-width: 860px) {
    .kwpcc-cookie-banner__actions .btn {
        margin: 0 0 0 10px;
        width: auto;
    }
}

.btn-small {
    padding: 0 16px;
    min-width: 256px;
}

@keyframes example {
    from {
        background-color: red;
    }
    to {
        background-color: yellow;
    }
}
