
.Sol {
    padding-top: 77px;
    padding-bottom: 113px;
    overflow: hidden;
}

.Sol-content {
    display: table;
    width: 100%;
    max-width: 780px;
    /*margin-left: 10%;*/
    margin-left: 112px;
    padding-top: 25px;

    -webkit-transition: margin-left .3s ease, padding-top .3s ease, width .3s ease;
-moz-transition: margin-left .3s ease, padding-top .3s ease, width .3s ease;
-ms-transition: margin-left .3s ease, padding-top .3s ease, width .3s ease;
-o-transition: margin-left .3s ease, padding-top .3s ease, width .3s ease;
transition: margin-left .3s ease, padding-top .3s ease, width .3s ease;
}

.Sol-col {
    /*outline: 1px dashed brown;*/

    height: 285px;
    margin-bottom: 65px;
    float: left;
    position: relative;

    -webkit-transition: width .3s ease;
-moz-transition: width .3s ease;
-ms-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;

}
.Sol-col:before {
    content: '';
    display: inline-block;
    height: 285px;
}
.Sol-col:after {
    content: '';
    display: block;
    position: absolute;
    left: 0; right: 0;
    height: 2px;
    margin-top: -1px;
    top: 100%;
    background: url('/site/img/r/solution/ground.png') repeat-x;
}

.Sol-col[name="pic1"] {
    width: 30%;
}
.Sol-col[name="sep"] {
    width: 7%;
    overflow: hidden;
}
.Sol-col[name="pic2"] {
    width: 63%;
}



.Sol-label {
    display: inline-block;
    position: relative;
    background-color: #ffff00;
    padding: 3px 9px;
    padding: 2px 5px;     white-space: nowrap;

    font-weight: 500;
}

.Sol-num {
    display: inline-block;
    padding-right: 2px;
}


.Sol-col {
    vertical-align: bottom;
    text-align: center;
    -webkit-transition: width .3s ease, left .3s ease;
-moz-transition: width .3s ease, left .3s ease;
-ms-transition: width .3s ease, left .3s ease;
-o-transition: width .3s ease, left .3s ease;
transition: width .3s ease, left .3s ease;
}

.Sol-item {
    /*outline: 1px solid blue;*/
    display: inline-block;

    position: relative;

    -webkit-transition: bottom .3s ease, left .3s ease;
-moz-transition: bottom .3s ease, left .3s ease;
-ms-transition: bottom .3s ease, left .3s ease;
-o-transition: bottom .3s ease, left .3s ease;
transition: bottom .3s ease, left .3s ease;
}

.Sol-image {
    width: 100%;
    -webkit-transition: width .3s ease;
-moz-transition: width .3s ease;
-ms-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}


.Sol-info {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    text-align: left;
}

.Sol-label-pos {
    position: absolute;
    z-index: 30;
    -webkit-transition: top .3s ease, left .3s ease;
-moz-transition: top .3s ease, left .3s ease;
-ms-transition: top .3s ease, left .3s ease;
-o-transition: top .3s ease, left .3s ease;
transition: top .3s ease, left .3s ease;
}

.Sol-pointer {
    position: absolute;
    z-index: 10;
    height: 2px;
    background: url('/site/img/r/solution/dash.png') repeat-x left;

    -webkit-transition: top .3s ease, width .3s ease, transform .3s ease, margin-right .3s ease, left .3s ease;
-moz-transition: top .3s ease, width .3s ease, transform .3s ease, margin-right .3s ease, left .3s ease;
-ms-transition: top .3s ease, width .3s ease, transform .3s ease, margin-right .3s ease, left .3s ease;
-o-transition: top .3s ease, width .3s ease, transform .3s ease, margin-right .3s ease, left .3s ease;
transition: top .3s ease, width .3s ease, transform .3s ease, margin-right .3s ease, left .3s ease;
}
.Sol-text-pos {
    position: absolute;
    z-index: 20;
    width: 100%;
    max-width: 250px;
    -webkit-transition: top .3s ease, left .3s ease, margin-left .3s ease, width .3s ease, padding-left .3s ease;
-moz-transition: top .3s ease, left .3s ease, margin-left .3s ease, width .3s ease, padding-left .3s ease;
-ms-transition: top .3s ease, left .3s ease, margin-left .3s ease, width .3s ease, padding-left .3s ease;
-o-transition: top .3s ease, left .3s ease, margin-left .3s ease, width .3s ease, padding-left .3s ease;
transition: top .3s ease, left .3s ease, margin-left .3s ease, width .3s ease, padding-left .3s ease;
}

.Sol-text-pos { display: none; }




.Sol-col[name="pic1"] .Sol-info {
    top: 100%;
}
.Sol-col[name="pic1"] .Sol-label-pos[info="1"] {
    top: 10px;
    left: 8px;
}
.Sol-col[name="pic1"] .Sol-label-pos[info="1"] .Sol-label {
    padding: 2px 5px;
}




.Sol-col[name="pic2"] .Sol-label-pos[info="1"] {
    top: -18px;
    left: 32px;
}
.Sol-col[name="pic2"] .Sol-label-pos[info="1"] .Sol-label {
    padding: 1px 6px 4px;
}
.Sol-col[name="pic2"] .Sol-text-pos[info="1"] {
    display: block;
    top: -65px;
    left: -121px;
    max-width: 250px;
}
.Sol-col[name="pic2"] .Sol-pointer[info="1"] {
    top: -16px;
    left: -23px;
    width: 24px;
    -webkit-transform: rotate(64deg); -moz-transform: rotate(64deg); -o-transform: rotate(64deg); -ms-transform: rotate(64deg); transform: rotate(64deg);}

.Sol-col[name="pic2"] .Sol-label-pos[info="2"] {
    top: 16px;
    left: 113px;
}
.Sol-col[name="pic2"] .Sol-label-pos[info="2"] .Sol-label {
    padding: 2px 6px 4px 5px;
}
.Sol-col[name="pic2"] .Sol-text-pos[info="2"] {
    display: block;
    top: 52px;
    left: 100%;
    margin-left: -12px;
    max-width: 250px;
}
.Sol-col[name="pic2"] .Sol-pointer[info="2"] {
    top: 68px;
    right: 0%;
    margin-right: 27px;
    width: 184px;
}

.Sol-col[name="pic2"] .Sol-label-pos[info="3"] {
    top: 107px;
    left: 221px;
}
.Sol-col[name="pic2"] .Sol-label-pos[info="3"] .Sol-label {
    padding: 1px 6px 6px;
}

.Sol-col[name="pic2"] .Sol-text-pos[info="3"] {
    display: block;
    top: 120px;
    left: 100%;
    margin-left: -12px;
}
.Sol-col[name="pic2"] .Sol-pointer[info="3"] {
    top: 134px;
    right: 0%;
    margin-right: 27px;
    width: 144px;
}

.Sol-col[name="pic2"] .Sol-label-pos[info="4"] {
    top: 77px;
    left: 198px;
}
.Sol-col[name="pic2"] .Sol-label-pos[info="4"] .Sol-label {
    padding: 2px 3px 4px;
}
.Sol-col[name="pic2"] .Sol-text-pos[info="4"] {
    display: block;
    top: 255px;
    left: 100%;
    margin-left: -12px;
    max-width: 120px;
}
.Sol-col[name="pic2"] .Sol-pointer[info="4"] {
    top: 270px;
    right: 0%;
    margin-right: 23px;     width: 136px;
    -webkit-transform: rotate(49deg); -moz-transform: rotate(49deg); -o-transform: rotate(49deg); -ms-transform: rotate(49deg); transform: rotate(49deg);    -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; -o-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom;}

.Sol-col[name="sep"] {
    width: 1%;
}

@media (max-width: 1214px) {
    .Sol {
        padding-top: 4.6729vw;
        padding-bottom: 12.7726vw;
    }

    .Sol-col {}
    .Sol-col[name="pic2"] {
        width: 36%;
    }
    .Sol-col[name="sep"] {
        width: 0%;
    }
    .Sol-col[name="pic2"] {
        width: 64%;
        /*text-align: left;*/
    }
    .Sol-content {
        margin-left: 0;
        max-width: 83vw;
    }

}
@media (max-width: 810px) {

    .Sol-col[name] {
        height: 189px;
        left: 8.5vw;
        position: relative;
    }

    .Sol-col[name] .Sol-item {
        position: absolute;
        bottom: -4px;
    }
    .Sol-col[name="pic1"] .Sol-item {
        left: 0px;
    }
    .Sol-col[name="pic2"] .Sol-item {
        left: -23px;
    }

    .Sol-image {
        width: 68%;
    }
    .Sol-col[name="pic1"] .Sol-image {
        width: 115px;
    }
    .Sol-col[name="pic2"] .Sol-image {
        width: 255px;
    }

    .Sol-image IMG {
        width: 100%;
    }


    .Sol-text-pos {
        width: 25vw;
        padding-left: 1vw;
        /*outline: 1px solid blue;*/
    }

    .Sol .ft-text {
        font-size: 13px;     }
    .Sol .ft-small {
        font-size: 10px;     }

    .Sol-label {
        padding: 2px 5px !important;         letter-spacing: -.2px;
    }
    .Sol-col[name="pic2"] .Sol-text-pos[info] {
        margin-left: -26px;
    }
    .Sol-col[name="pic2"] .Sol-pointer[info] {
        left: auto;
        right: 0;
        margin-right: 27px;
                -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; -o-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom;    }


        .Sol-pointer {
        background: url('/site/img/r/solution/dash-m.png') repeat-x left;
    }

        .Sol-col[name="pic2"] .Sol-label-pos[info="1"] {
        top: -17px;
        left: 41px;
    }
    .Sol-col[name="pic2"] .Sol-label-pos[info="1"] .Sol-label {
        letter-spacing: 0;
        padding: 2px 5px;
    }
    .Sol-col[name="pic2"] .Sol-text-pos[info="1"] {
        left: 100%;
        top: -21px;
    }
    .Sol-col[name="pic2"] .Sol-pointer[info="1"] {
        top: -15px;
        width: 162px;
        -webkit-transform: rotate(-13.5deg); -moz-transform: rotate(-13.5deg); -o-transform: rotate(-13.5deg); -ms-transform: rotate(-13.5deg); transform: rotate(-13.5deg);    }
        .Sol-col[name="pic2"] .Sol-label-pos[info="2"] {
        top: 10px;
        left: 93px;
    }
    .Sol-col[name="pic2"] .Sol-text-pos[info="2"] {
        top: 32px;
    }
    .Sol-col[name="pic2"] .Sol-pointer[info="2"] {
        top: 37px;
        width: 120px;
        -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -o-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg);    }

        .Sol-col[name="pic2"] .Sol-label-pos[info="3"] {
        top: 66px;
        left: 155px;
    }
            .Sol-col[name="pic2"] .Sol-text-pos[info="3"] {
        top: 82px;
    }
    .Sol-col[name="pic2"] .Sol-pointer[info="3"] {
        top: 88px;
                width: 96px;
        -webkit-transform: rotate(-4.5deg); -moz-transform: rotate(-4.5deg); -o-transform: rotate(-4.5deg); -ms-transform: rotate(-4.5deg); transform: rotate(-4.5deg);    }
        .Sol-col[name="pic2"] .Sol-label-pos[info="4"] {
        top: 47px;
        left: 132px;
    }
    .Sol-col[name="pic2"] .Sol-text-pos[info="4"] {
        top: 121px;
    }
    .Sol-col[name="pic2"] .Sol-pointer[info="4"] {
        top: 128px;
                width: 54px;
        -webkit-transform: rotate(12deg); -moz-transform: rotate(12deg); -o-transform: rotate(12deg); -ms-transform: rotate(12deg); transform: rotate(12deg);    }
}

@media (max-width: 550px) {
    .Sol-col[name="pic1"] {
        visibility: hidden;
    }
    .Sol-col[name] {
        left: 0vw;
    }
}

@media (max-width: 480px) {
    .Sol {
        padding-top: 15px;
        padding-bottom: 41px;
    }

    .Sol .headline {
        margin-left: 5px;
        margin-right: 5px;
    }

    .Sol-content {
        margin-left: 0px;
        padding-top: 0px;
    }

    .Sol-col {
        height: auto;
        margin-bottom: 0;
    }

    .Sol-col[name="pic2"] {

    }

    .Sol-col[name="pic2"] .Sol-item {
        left: -23px;
    }

    .Sol-col:before,
    .Sol-col[name="sep"],
    .Sol-col[name="pic1"] {
        display: none;
    }

    .Sol-col[name="pic2"] {
        width: 70%;
        margin: 0 auto;
        float: none;
    }

    .Sol-col[name="pic2"] .Sol-item {
        display: block;
        /*position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;*/
    }

    .Sol-text-pos {
        width: 100px;
    }
}

@media (max-width: 414px) {
    .Sol-col[name="pic2"] {
        width: 80%;
        left: 0;
    }

}