.shadow {
    display: block;
    position: relative;
}


.shadow:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-box-shadow: inset 0px 0px 6px 6px rgba(255,255,255,1);
    -webkit-box-shadow: inset 0px 0px 6px 6px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 6px 6px rgba(255,255,255,1);
}


.solutions-link:hover{
    color: red !important;
}



.howitworks-document:hover {
    cursor: pointer;
    transform: scale(1.01);
}


.footer-container {
    padding: 120px;
    padding-bottom:15px;
}

@media screen and (max-width: 800px) {
    .footer-container {
        padding: 15px !important;
    }
}

.header-container {
    padding-left: 100px;
    padding-right: 100px;
}

@media screen and (max-width: 800px) {
    .header-container {
        padding-left: 0px;
        padding-right: 20px;
    }
}

.footer-subscribe-btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    user-select: none;
    text-overflow: ellipsis;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    max-width: 100%;
    font-size: 1rem;
    min-height: 1.125rem;
    background: rgb(0, 0, 0);
    border-radius:4px;
    color: rgb(255, 255, 255) !important;
    height: 3rem;
    line-height:3rem;
    text-align:center;
    vertical-align:middle;
    padding: 0px 1.5rem 0px 1.5rem;
    
}

    .footer-subscribe-btn:hover {
        text-decoration: none;
    }

.subscribe-arrow {
    color: #3AA5BD;
}

.footer-sitemap-title{
    font-size:80%;
    color:#ccc;
}


.arrow-container {
    width: 25px;
    /* cubic-bezier-easing = sine / mehr Beispiele: https://easings.net/ */
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    height: 20px;
}

.arrow-down {
    height: 6px;
    background: white;
    transform: rotate(45deg);
    transform-origin: 0% 0%;
    border-radius: 5px;
}

    .arrow-down:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 100%;
        border-radius: 5px;
        background: white;
        transform: rotate(-90deg);
        transform-origin: 0% 100%;
    }

@keyframes bounce {
    50% {
        transform: translateY(-15px);
    }
}

.learn-more:hover{
    cursor:pointer;
}

.feature-link:hover{
    text-decoration:none;
}


    .get-your-quote-button {
        background: #2d71a1;
      
        color: #fff;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
        padding:10px;
        border-radius:5px;
    
    }

        .get-your-quote-button:hover {
            color: #ccc !important;
            text-decoration: none;
        }

        .intro-video-link:hover {
            color: #ccc !important;
            text-decoration: none;
        }

@media screen and (max-width: 1600px) {
    .nav-link {
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 80%;

    }

    .header-container {
       /* padding-left: 100px;*/
        /*padding-right: 5px;*/
    }
}



@media (max-width: 1024px) {
    .slidingLine {
        display: none;
    }

    .learn-more{
        display:none;
    }

    .mobile-order {
        -ms-flex-order: 1;
        order: 1;
    }

    .mobile-order-feature-title {
       margin-top:20px;
    }

}

@media (max-width: 1320px) {
   /* .login-nav-link {
        display: none !important;
    }*/

    .get-your-quote-button {
        padding: 10px;
        margin-top: 32px;
        font-size: 75%;
    }
}

.learn-more-feature-link {
    color: #3382A8;
    border:1px #ccc solid;
    padding:10px;
    border-radius:10px;
}

    .learn-more-feature-link:hover {
        
        background-color: #f0f0f0;
        text-decoration: none;
    }


.text-count-basic-m{
    padding-right:0px !important;
}
.text-count-standard-m {
    padding-right: 0px !important;
}

@media (max-width: 500px) {
    .hardware-small-font-mobile{
        font-size:8pt;
    }
}