
footer img {
    width:100%;
    height:28px;
}
.ul-sp ul {
    list-style: none;
    margin-left: 20px;
}
.ul-sp li {
    text-indent:-20px;
}
.ul-sp ul li::before {
    content: "\f054";
    padding-right: 10px;
    font-weight: 700;
    font-size: 16px;
    font-family: fontawesome;
}
form p {
    margin-bottom:8px;
    float:left;
    width:100%;
}
.wpcf7-spinner {
    display:none!important;
}
.wpcf7-response-output {
    float:left;
    width:100%;
}
form .wpcf7-submit {
    margin-top:9px!important;
}
footer .menu a:after {
    content: "\f061";
    padding-right: 10px;
    font-weight: 400;
    font-size: 10px;
    font-family: fontawesome;
    color:var(--color-content-primary);
    padding-left: 8px;
}
.img-fw img {
    width:100%;
}
.faq {
    min-height:50px;
    margin-bottom:20px;
}
header .current-menu-item {
    position:relative;
}
header .current-menu-item:after {
    content:'';
    width:calc(100% - 40px);
    height:3px;
    background:#566be9;
    position:absolute;
    bottom:0;
    left:20px;
}
h1 {
    position:relative;
    z-index:2;
}
h1:before {
    content:'';
    width: 258px;
    height: 20px;
    border-radius: 30px;
    background: #ffc4e3;
    position: absolute;
    top: 54px;
    left: -10px;
    z-index: -1;
}

.h4-dev {
    font-size: large;
    line-height: 1.7em;
    margin-left: 0.3rem;
    margin-bottom: 0px
}
.highlight {
    background-color: yellow;
}


.icon-link {
    align-items: center;
    color: #0c6ffe;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(13, 110, 253, 0.5);
    text-decoration-color: rgba(13, 110, 253, 0.5);
    text-underline-offset: 0.3rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.icon-link .bi {
    width: 1.2em;
    height: 1.2em;
    transition: .2s ease-in-out transform
}
.icon-link:hover {
    background-color: yellow;
}
.icon-link:hover .bi {

    transform: translate3d(5px, 0, 0)
}

.kb-rows.g-cols.via_flex.type_boxes > div > .vc_column-inner {
    /*padding: 40px 25px;*/
}
.kb-rows img {
    width:110px;
    padding-top:30px;
    padding-bottom:35px;
}
.kontakt h2 {
    font-size:50px;
    font-weight: 600;
    padding-bottom: 30px;
    position:relative;
    z-index:2;
}

.onsc h2 {
    font-size:50px;
    font-weight: 600;
    /*padding-bottom: 30px;*/
    position:relative;
    z-index:2;
}
.onsc h2:before {
    content:'';
    width: 410px;
    height: 16px;
    border-radius: 30px;
    background: #ff9292;
    position: absolute;
    top: 39px;
    left: -6px;
    z-index: -1;
}
.w-tabs {
    align-items:center;
}
.w-tabs.style_simple.layout_ver > .w-tabs-list .w-tabs-item:not(:last-of-type) {
    margin-bottom: 40px;
}
.w-tabs-item {
    text-align:right!important;
    position:relative;
    padding-right:10px!important;
}
.w-tabs-item.active:before {
    content:'';
    width: 103px;
    height: 3px;
    border-radius: 30px;
    background: #5956e9;
    position: absolute;
    top: -12px;
    right: -60px;
    z-index: 2;
}
.w-tabs-section-content {
    background:#ffffff;
    padding:10px!important;
}
.w-tabs-section-content .w-image {
    border: solid 1px rgba(89, 86, 233, .15);
    padding: 80px 24px 60px 25px;
}
.h2-2 h2 {
    font-size: 32px;
    font-weight: 600;
}

.ml-sp-i .w-image {
    background:#ffffff;
    border-radius:13px;
    margin-bottom:10px;
}
.ml-sp-i .w-image img {
    padding:8px;
}
@media all and (min-width:768px) {
    .ml-sp-i {
        margin-left:-220px;
    }
    #task-seteup .g-cols.via_flex.type_boxes > div > .vc_column-inner {
        padding: 80px 4rem;
    }
}
@media all and (max-width:1240px) {
    #main:before {
        display:none;
    }
}
@media all and (max-width:1000px) {
    .ml-sp-i {
        margin-left:-120px;
    }
}
@media all and (max-width:900px) {
    header .current-menu-item:after {
        display:none;
    }
}
@media all and (max-width:767px) {

        /*.highlight {*/
        /*    !*display: block;*!*/
        /*    margin-top: 5px; !* Adjust the spacing between lines if necessary *!*/
        /*}*/



    header .w-btn {
        padding-left:6px;
        padding-right:6px;
    }
    .header_hor .l-subheader-cell.at_right > * {
        margin-left: 7px;
    }
    h1::before {
        width: 124px;
        height: 12px;
        top: 22px;
        left: -6px;
    }
    .h2-2 h2 {
        font-size: 26px;
    }
    .kb-rows.g-cols.via_flex.type_boxes > div > .vc_column-inner {
        padding: 0px 25px 40px;
        margin-bottom: 25px;
    }
    .kb-rows img {
        padding-bottom: 15px;
    }
    .ml-sp-i {
        margin-left:0px;
    }
    .onsc h2 {
        font-size: 28px;
        /*padding-bottom: 15px;*/
    }
    .onsc h2::before {
        width: 235px;
        height: 11px;
        top: 22px;
    }
    .faq {
        min-height: inherit;
        margin-bottom: 25px;
    }
    #how-it-works .vc_col-sm-5 {
        margin-bottom:0!important;
    }
    #security {
        padding-top:0!important;
    }
}
