.app-landing-page .container{
    background-size: 100% auto;
}
@media(min-width: 992px) {
    /** Mon: flying-footer fix **/
    .app-landing-page {
        min-height: 710px;
    }
}

.mobile-heading{
    text-align: center;
    margin-bottom: 10px;
}

.app-landing-margin-top{
    margin: 10px 0 0 0;
}

.mobile-app-badge{
    margin: 20px 0;
    width: 280px;
}

.mobile-app-link{
    text-align: center;
}

.app-rating-downloads{
    display: inline-block;
    padding: 5px 10px;
    width: auto;
}

.vertical-line{
    margin: 0 5px;
    border-left: solid 1px;
}

.applp-heading{
    margin-bottom: 10px;
}

.app-platforms img{
    width: 150px;
    margin-right: 10px;
}

.app-single-testimonial{
    font-style: italic;
    font-weight: 700;
    margin-top: 20px;
}
.app-testimonial-rating{
    text-align: center;
    padding-right: 0 !important;
}
.app-testimonial-rating i{
    margin-right: 2px;
}

.app-testimonial-who{
    padding-left: 0 !important;
}
.app-testimonial-who small{
    font-size: 80%;
}
.app-landing-smartphone{
    position: relative;
    text-align: center;
}
.smartphone-frame{
    width: 250px;
    position: relative;
    -webkit-filter: drop-shadow(4px 3px 0px #222);
    filter: drop-shadow(4px 3px 0px #222);
}
.smartphone-screenshot{
    width: 230px !important;
    position: absolute !important;
    top: 53px;
    left: 66px;
}
.lp-bootstrap4 .smartphone-screenshot {
    left: 60px;
}
.lp-bootstrap4 .fa.fa-angle-left,
.lp-bootstrap4 .fa.fa-angle-right {
    color: #ff8f8f;
}
@media(max-width: 400px){
    .app-landing-smartphone{
        width: 165px !important;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .smartphone-screenshot{
        left: 8px !important;
        top: 35px !important;
        width: 152px !important;
    }
    .smartphone-frame{
        width: 165px;
    }

    .mobile-app-badge {
        max-width: 80%;
    }
}
@media(max-width: 500px) and (min-width: 400px){
    .app-landing-smartphone{
        width: 300px !important;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .smartphone-screenshot{
        left: 13px !important;
        top: 63px !important;
        width: 274px !important;
    }
    .smartphone-frame{
        width: 300px;
    }
}
@media(max-width: 991px) and (min-width: 500px){
    .app-landing-smartphone{
        width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .smartphone-screenshot{
        left: 19px !important;
        top: 85px !important;
        width: 366px !important;
    }
    .smartphone-frame{
        width: 400px;
    }
}
@media(max-width: 1199px) and (min-width: 992px) {
    .smartphone-screenshot {
        left: 33px !important;
    }
    .lp-bootstrap4 .smartphone-screenshot {
        left: 69px !important;
    }
    .app-platforms img {
        width: 120px;
    }
}
@media(min-width: 992px){
    .wrapper{
        padding-top: 40px;
    }
}
@media(max-width: 991px) {
    .mobile-flex-column {
        flex-direction: column;
        justify-content: center;
    }
}
.app-landing-smartphone .owl-prev{
    position: absolute;
    left: -60px;
    top: 45%;
}
.app-landing-smartphone .owl-next{
    position: absolute;
    right: -60px;
    top: 45%;
}
.app-landing-smartphone .owl-nav i{
    font-size: 50px;
    color: white;
}
.smartphone-screenshot img{
    width: 100%;
}

.applp-heading img{
    width: 100%;
}

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    /*font-size: 0;*/
    transition: .50s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #ffffff;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}

.read-more-wrap p{
    margin: 0;
}

.website-description .read-more-trigger{
    margin: 5px 0;
    text-decoration: none;
}
.website-description .read-more-trigger:hover,
.website-description .read-more-trigger:focus{
    outline: 1px auto;
}

/**
 * Bootstrap 4 fix
 */
/*.visible-sm, .visible-xs {*/
/*    display: none!important;*/
/*}*/
/*@media (max-width: 991px) and (min-width: 768px) {*/
/*    .visible-sm {*/
/*        display: block !important;*/
/*    }*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .visible-xs {*/
/*        display: block !important;*/
/*    }*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .hidden-xs {*/
/*        display: none !important;*/
/*    }*/
/*}*/
/*@media (max-width: 991px) and (min-width: 768px) {*/
/*    .hidden-sm {*/
/*        display: none !important;*/
/*    }*/
/*}*/
/*.margin-top {*/
/*    margin-top: 15px;*/
/*}*/
/*.no-margin {*/
/*    margin: 0 !important;*/
/*}*/

/**
 * Testzweck
 */

.img{
    background-color: #0a0a0a;
    width: 100%;
    height: 50px;
}