﻿body {
    background-position: center 225px;
    background-repeat: no-repeat;
    font-family: Quicksand,Arial,Helvetica,sans-serif;
    padding: 0;
    opacity: 1;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

    body.error {
        text-align: left;
        padding: 10px;
    }

        body.error h1 {
            text-align: left;
            max-width: unset;
            padding: unset;
        }

    body .css-clear {
        text-align: center;
    }

    body input,
    body select,
    body textarea {
        font-size: 1em;
        color: #000;
        padding: 6px 8px;
        background-color: #fff;
        border: 1px solid #ddd;
        margin: 0;
        padding: .65em 1em;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: inset 2px 2px 4px #f7f7f7;
        outline: none;
        vertical-align: middle;
    }

        body input[type=checkbox],
        body input[type=radio] {
            box-shadow: none;
        }

        body input[type=number] {
            -moz-appearance: textfield;
        }

            body input[type=number]::-webkit-outer-spin-button,
            body input[type=number]::-webkit-inner-spin-button {
                -webkit-appearance: none;
            }

        body input[type=text]:focus,
        body select:focus,
        body textarea:focus {
            border-color: #a1b9ce;
        }

        body input[readonly],
        body input[readonly]:focus,
        body input[disabled],
        body select[disabled],
        body textarea[readonly],
        body textarea[disabled] {
            background-color: #f5f5f5;
        }

        body input::-webkit-input-placeholder {
            color: rgba(77, 77, 77, .40) !important;
        }

        body input:focus::-webkit-input-placeholder {
            color: rgba(77, 77, 77, .25) !important;
        }

        body input.error,
        body select.error,
        body textarea.error {
            border: solid 1px #f44336;
            background-color: #ffe0e0 !important;
        }

    body textarea {
        padding: .9em .8em;
    }

    body select {
        padding: .60em .75em;
    }

/* body::-webkit-scrollbar {
        width: 7px;
    }

    body::-webkit-scrollbar-track {
        background-color: #eaeaea;
        border-left: 1px solid #ccc;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #a81010;
        border-radius: 5px;
    }

        body::-webkit-scrollbar-thumb:hover {
            opacity: 0.8;
        }*/

.get-test-btn {
    position: fixed;
    left: -68px;
    top: 50%;
    z-index: 99;
    transform: rotate(-90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

header {
    position: relative;
    padding: 25px 0 10px 0;
    text-align: left;
    max-width: 100%;
    overflow: auto;
    z-index: 5;
}

    header .section .css-mobil {
        display: none;
    }

footer {
    padding-top: 20px;
    font-size: 14px;
}

    footer hr {
        border: none;
        height: 2px;
        background-color: #a81010;
        margin: 0;
        padding: 0;
    }

    footer section {
        position: relative;
    }


        footer section:first-of-type {
            padding: 10px 15px;
        }

            footer section:first-of-type a:last-of-type {
                position: absolute !important;
                right: 0;
                top: 0;
                height: 30px;
                position: relative;
                background: url('/resource/image/TeamWiewer-icon.png') no-repeat center left;
                background-size: 25px;
                padding: 5px 0 5px 30px;
            }

        footer section:first-of-type {
            font-size: 0.9em;
            margin: 5px auto;
            padding-bottom: 5px;
        }

        footer section:last-of-type {
            text-align: center;
            padding: 10px 5px;
            box-sizing: border-box;
        }

    footer a {
        margin-right: 10px;
        white-space: nowrap;
    }


    footer.css-mobile {
        display: none;
    }

@media only screen and (max-width: 950px) {

    footer section:first-of-type a:last-of-type {
        position: relative !important;
    }
}

@media only screen and (min-width: 950px) {
    footer section:first-of-type {
        width: 930px;
    }

    footer section:first-of-type {
        text-align: left;
    }
}

header > section,
footer > section,
h1,
.css-width {
    margin: 0 auto;
    position: relative;
}

.css-width-text {
    margin: 0 auto;
    position: relative;
}

.css-width-100 {
    width: 100%;
}

@media only screen and (max-width: 949px) {
    header > section,
    footer > section,
    h1,
    .css-width,
    .css-width-text {
        max-width: 100%;
    }

    h1,
    .css-width,
    .css-width-text {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

main {
    text-align: left;
    margin-top: 15px;
}

h1, h2 {
    font-family: Quicksand;
    font-weight: 500;
}

h3 {
    font-family: Quicksand;
    font-weight: 600;
}

h1 {
    padding-top: 8px;
    padding-bottom: 15px;
}

    h1.css-border {
        border-style: solid;
        border-image: linear-gradient(to right, #fafafa 0%, #bfbfbf 80%, #fafafa 100%);
        border-image-slice: 1;
        border-width: 0;
        border-bottom-width: 1px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

a.css-logo {
    display: inline-block;
    margin-left: 10px;
}

div.css-contact {
    white-space: nowrap;
    text-align: center;
    position: relative;
}

    div.css-contact a {
        font-size: 13px;
        color: #455a63;
    }

        div.css-contact a:hover {
            color: #a81010;
        }

div.css-microsoft {
    float: right;
    border: dashed 1px #c8c8c8;
    padding: 15px 25px 10px 25px;
    background-color: #fff;
}

div.css-menu {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    max-width: 100%;
    box-sizing: border-box;
}

    div.css-menu::-webkit-scrollbar {
        display: none;
    }

    div.css-menu > div {
        display: flex;
        margin: 0 auto;
    }

    div.css-menu .css-link-container {
        width: 100%;
        padding: 25px 0;
        justify-content: flex-end;
    }

div.css-microsoft {
    margin-right: 5px;
    padding: 15px 15px 15px 20px;
}

    div.css-microsoft img {
        max-width: 70px;
    }

div.css-menu .css-link-container a {
    color: #455a63;
    height: 40px;
    display: inline-flex;
    align-items: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0 12px;
    border-bottom: 2px solid transparent;
}

    div.css-menu .css-link-container a:hover {
        border-bottom: 2px solid #a81010;
    }

    div.css-menu .css-link-container a.active {
        border-bottom: 2px solid #a81010;
        font-weight: 600;
    }

div.css-menu .css-link-container i {
    font-size: 1.4em;
    margin-right: 0.60em;
    margin-bottom: 0.15em;
}

div.css-menu .css-link-container img {
    margin-right: 0.60em;
}

div.css-fiftyscan {
    margin: 20px auto;
    background-image: url('/resource/image/fiftyscan-warehouse.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    border: 1px solid rgba(108, 117, 125, 0.40);
    box-shadow: 1px 2px 2px 0 rgba(34,36,38,.15);
    position: relative;
    background-color: #fbfbfc;
}

    div.css-fiftyscan div {
        text-align: left;
        padding: 20px;
    }

    div.css-fiftyscan a.css-fiftyscan-flash {
        width: 100%;
        height: 350px;
        display: block;
        background-color: rgba(247, 248, 249, 0.50);
    }

        div.css-fiftyscan a.css-fiftyscan-flash span {
            width: 230px;
            background-color: rgba(245, 245, 245, 0.90);
            position: absolute;
            top: 25px;
            left: 25px;
            border: 1px solid rgba(108, 117, 125, 0.70);
            border-radius: 4px;
            box-shadow: 1px 2px 2px 0 rgba(34,36,38,.15);
            background-position: center top;
            background-repeat: no-repeat;
            color: initial;
            font-weight: 100;
            font-size: 18px;
            padding: 15px;
            align-items: center;
        }

            div.css-fiftyscan a.css-fiftyscan-flash span img {
                max-width: 100%;
            }

            div.css-fiftyscan a.css-fiftyscan-flash span b {
                display: block;
                margin-left: 8px;
                font-weight: 500;
                text-align: left;
            }

        div.css-fiftyscan a.css-fiftyscan-flash::after {
            width: 179px;
            height: 331px;
            background-image: url('/resource/image/device.png');
            position: absolute;
            content: '';
            top: 60px;
            right: 50px;
        }

    div.css-fiftyscan a.css-fiftyscan-bar {
        width: 100%;
        bottom: 0;
        padding: 10px 0;
        display: block;
        color: #fff;
        background-color: #455a63;
    }

        div.css-fiftyscan a.css-fiftyscan-bar span > span {
            white-space: nowrap;
        }

div.css-navision {
    margin: 0 10px;
    padding: 25px;
    border: 1px solid rgba(108, 117, 125, 0.40);
    box-shadow: 1px 2px 2px 0 rgba(34,36,38,.15);
    position: relative;
    text-align: left;
}

    div.css-navision h3 {
        margin-top: 0;
    }

    div.css-navision img {
        margin: 0 auto 25px auto;
        display: block;
        max-width: 100%;
    }

@media only screen and (min-width: 950px) {
    div.css-fiftyscan {
        width: 940px;
        border-radius: 4px;
    }

        div.css-fiftyscan a.css-fiftyscan-flash span {
            width: 420px;
            display: flex;
            top: 65px;
            left: 40px;
        }

            div.css-fiftyscan a.css-fiftyscan-flash span b {
                margin-left: 35px;
            }

        div.css-fiftyscan a.css-fiftyscan-bar {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

            div.css-fiftyscan a.css-fiftyscan-bar:before {
                content: '<';
                margin-right: 5px;
                color: rgba(255, 255, 255, 0.60);
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

            div.css-fiftyscan a.css-fiftyscan-bar:after {
                content: '/>';
                margin-left: 5px;
                color: rgba(255, 255, 255, 0.60);
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

            div.css-fiftyscan a.css-fiftyscan-bar:hover:before {
                margin-right: 10px;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

            div.css-fiftyscan a.css-fiftyscan-bar:hover:after {
                margin-left: 10px;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

    div.css-navision {
        margin: 0 auto;
        width: 940px;
        border-radius: 4px;
    }

        div.css-navision img {
            float: left;
            margin-top: 25px;
            margin-right: 25px;
            margin-bottom: 25px;
        }
}



@media only screen and (max-width: 374px) {
    a.css-logo img {
        max-width: 180px;
        margin-top: 5px;
    }

    div.css-microsoft {
        margin-right: 5px;
        padding: 15px 20px 10px 20px;
    }

        div.css-microsoft img {
            max-width: 70px;
        }

    div.css-contact {
        margin-top: 15px;
        padding-top: 8px;
    }

        div.css-contact a {
            font-weight: 700;
            font-size: 14px;
        }

            div.css-contact a:first-of-type {
                margin-right: 10px;
            }

        div.css-contact::before {
            content: '';
            top: 0;
            left: 5px;
            right: 5px;
            border-top: 1px dotted #cacaca;
            position: absolute;
        }

    div.css-menu a {
        font-size: 11px;
    }

    div.css-fiftyscan a.css-fiftyscan-flash span {
        width: 200px;
    }

    div.css-fiftyscan a.css-fiftyscan-flash::after {
        top: 40px;
        right: 0;
        max-width: 100px;
    }

    /*  footer section:first-of-type span:first-of-type {
        display: none;
    }*/
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
    div.css-fiftyscan a.css-fiftyscan-flash span {
        width: 210px;
    }

    div.css-fiftyscan a.css-fiftyscan-flash::after {
        top: 40px;
        right: 0;
        max-width: 155px;
    }
}

@media only screen and (min-width: 425px) and (max-width: 900px) {
    div.css-fiftyscan a.css-fiftyscan-flash::after {
        top: 40px;
        right: 0;
        max-width: 165px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 900px) {
    div.css-menu a {
        font-size: 13px;
    }

    a.css-logo img {
        max-width: 200px;
        margin-top: 5px;
    }

    div.css-microsoft {
        margin-right: 10px;
    }

    div.css-contact {
        margin-top: 20px;
        margin-bottom: 10px;
        padding-top: 10px;
    }

        div.css-contact a:first-of-type {
            margin-right: 15px;
        }

        div.css-contact::before {
            content: '';
            top: 0;
            left: 10px;
            right: 10px;
            border-top: 1px dotted #cacaca;
            position: absolute;
        }
}

@media screen and (max-width:800px) {
    div.css-menu {
        background-color: #455a63;
        box-shadow: 0 2px 2px 0 rgb(34 36 38 / 15%);
        font-size: 16px;
        font-weight: 500;
        display: flex;
        max-width: 100%;
        margin-top: 10px;
        padding: 10px 0;
    }

        div.css-menu a {
            color: white !important;
            height: 15px !important;
            display: inline-flex;
            align-items: center;
            padding: 0 18px;
        }

            div.css-menu a.active {
                border-bottom: none;
                font-weight: 600;
            }

    header .section .css-mobil {
        margin-top: 10px;
    }

    div.css-menu a span {
        overflow: unset;
    }

    div.css-menu .css-link-container {
        display: block;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
}

@media screen and (max-width: 475px) {
    div.css-menu {
        text-align: center;
    }

        div.css-menu a {
            align-items: center;
            padding: 0 10px;
            font-size: 13px;
            text-align: center;
            vertical-align: middle;
            margin: 5px 0;
        }
}

@media screen and (max-width: 391px) {

    div.css-menu a {
        align-items: center;
        padding: 0 5px;
        font-size: 11px;
        text-align: center;
        vertical-align: middle;
        margin: 5px 0;
    }

    div.css-contact a {
        font-weight: normal;
        font-size: 11px;
    }
}

@media only screen and (max-width: 900px) {
    main {
        margin-top: 10px;
    }


    /*  div.css-menu a {
        padding: 7px;
        height: auto;
        white-space: normal;
        flex-direction: column;
        justify-content: flex-end;
        line-height: 15px;
        width: 20%;
    }*/


    header {
        padding: 0;
    }

    div.css-menu a:first-of-type span:first-of-type {
        display: none;
    }

    header .section .css-mobil {
        display: inline-block;
    }

    .css-menu .css-logo,
    .css-menu .css-microsoft {
        display: none;
    }

    div.css-menu i {
        margin: 0;
        margin-bottom: 7px;
    }

    div.css-menu img {
        margin: 0;
        margin-bottom: 7px;
    }

    div.css-menu a span {
        /* height: 30px;*/
        overflow: hidden;
        display: block;
        padding-bottom: 5px;
    }




    footer section:first-of-type {
        padding-left: 20px;
        padding-right: 20px;
    }

        footer section:first-of-type a {
            margin-top: 5px;
            display: inline-block;
        }

    h1.css-border {
        padding-bottom: 15px;
    }

    /*    
    div.css-box > a > span.css-mde {
        width: 200px;
    }

    div.css-box > a > span.css-mde img {
        max-width: 100%;
    }

    div.css-box.css-box-top {
        width: 100%;
    }

        div.css-box.css-box-top a.css-box-mde {
            width: calc(100% - 2px);
            margin: 0;
            border-radius: 0;
        }

    div.css-box a.css-box-mde > span.css-tag {
        text-align: left;
        padding: 10px;
        width: calc(100% - 20px);
        font-size: 13px;
        border-radius: 0;
    }
    */
}

@media only screen and (min-width: 901px) {
    a.css-logo {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    div.css-contact {
        width: 100%;
        text-align: right;
        margin-bottom: 20px;
    }

        div.css-contact a {
            margin-right: 27px;
        }

    div.css-menu a:first-of-type span:last-of-type {
        display: none;
    }

    div.css-menu i.icon.handshake.outline {
        margin-bottom: -2px;
    }
}

.css-limited {
    max-width: 820px;
    margin: 0 auto;
}

.css-dotnet,
.css-sp {
    text-align: center;
    border-style: solid;
    border-image: linear-gradient(to left, #fafafa 0%, #bfbfbf 50%, #fafafa 100%);
    border-image-slice: 1;
    border-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 50px;
    margin-bottom: 25px;
}

    .css-dotnet img {
        width: 88px;
        margin: 10px;
    }

    .css-sp img {
        margin: 10px 20px;
    }


.css-reset {
    clear: both;
}

.css-block {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .css-block section:first-of-type {
        background-color: #f2f2f2;
        margin-top: 20px;
    }
.css-block h1{
    padding: 0;
    padding-bottom: 15px;
}


.css-intro {
    padding: 20px;
    border: 1px solid #c4c4c4;
    margin-top: -10px;
    background-color: #fdfdfd;
    display: flex;
    flex-direction: column;
}

    .css-intro h2 {
        padding-bottom: 6px;
    }

        .css-intro h2:after {
            content: '';
            display: block;
            height: 20px;
            border-bottom: 1px solid #d3d3dc;
        }

    .css-intro p,
    .css-intro ul {
        font-size: 16px;
        line-height: 1.5em;
    }

    .css-intro p {
        padding: 0 5px;
    }

    .css-intro ul {
        padding-left: 1em;
        margin: 0;
    }

    .css-intro li {
        margin-bottom: 0.5em;
    }

.css-intro-photo {
    text-align: center;
}

    .css-intro-photo img {
        max-width: 100%;
    }

@media only screen and (max-width: 900px) {
    .css-block section:first-of-type {
        margin-bottom: 15px;
    }

        .css-block section:first-of-type .css-width {
            display: flex;
            flex-direction: column;
        }

    .css-intro-photo img {
        margin: 10px 0;
    }
}

@media only screen and (min-width: 901px) {
    .css-block section:first-of-type {
        height: 400px;
        margin-bottom: 30px;
    }

    .css-intro {
        width: 350px;
        height: 420px;
        position: absolute;
    }

    .css-intro-photo {
        position: absolute;
        right: 0;
        margin-top: 13px;
    }
}

div.css-form {
    margin-top: 14px;
}

    div.css-form > header {
        border-bottom: solid 1px #376f9f;
        color: #376f9f;
        font-size: 16px;
        padding-bottom: 5px;
        margin-top: 0;
        padding-top: 0;
        font-weight: 600;
    }

    div.css-form div > header {
        display: block;
        padding: 4px 1px;
        margin-top: 5px;
        color: #666;
        display: block;
    }

        div.css-form div > header.required:after {
            content: '*';
            font-size: 1.2em;
            color: #be0606;
            margin-left: 3px;
            display: inline-block;
            position: absolute;
        }

    div.css-form div > div {
        display: inline-block;
    }

        div.css-form div > div:not(:last-of-type) {
            margin-right: 4px;
        }

div.css-form-demo {
    margin: 0 auto;
    width: 305px;
}

    div.css-form-demo p {
        font-size: 12px;
        margin: 10px 0;
    }

    div.css-form-demo .ui.toggle.checkbox label:before,
    div.css-form-demo .ui.toggle.checkbox label:after {
        top: 8px;
    }

    div.css-form-demo .ui.green.button {
        background-color: #009bae;
    }

.css-module {
    background-image: url(image/module.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    border-top: 1px solid rgba(34,36,38,.30);
    min-height: 600px;
}

    .css-module > h2 {
        font-weight: bold;
        text-align: center;
        margin: 20px;
    }

.css-module-logistic {
    display: flex;
    position: relative;
}

    .css-module-logistic > div {
        display: flex;
        width: 620px;
    }

        .css-module-logistic > div > div {
            display: flex;
            flex-direction: column;
            margin-left: 30px;
            margin-top: 30px;
        }

            .css-module-logistic > div > div ul {
                padding-left: 20px;
            }

        .css-module-logistic > div img {
            min-width: 322px;
            min-height: 505px;
        }

        .css-module-logistic > div > a {
            display: none;
        }

    .css-module-logistic > ul {
        width: 312px;
        list-style: none;
        line-height: 2.2em;
        padding: 0;
        padding-right: 90px;
        text-align: right;
    }

        .css-module-logistic > ul li {
            cursor: pointer;
            position: relative;
            white-space: nowrap;
        }

            .css-module-logistic > ul li::after {
                content: '';
                position: absolute;
                width: 60px;
                height: 1px;
                border-top: 1px dashed #bfbfbf;
                top: 17px;
                left: calc(100% + 15px);
            }

            .css-module-logistic > ul li.active {
                font-weight: bold;
                color: #0f78c7;
            }

                .css-module-logistic > ul li.active::after {
                    border-top: 1px solid #0f78c7 !important;
                }

            .css-module-logistic > ul li:hover {
                font-weight: bold;
            }

                .css-module-logistic > ul li:hover::before {
                    border-top: 1px dashed #455a63;
                }

@media only screen and (max-width: 374px) {
    .css-button-demo .button {
        font-size: 12px;
    }
}

@media only screen and (max-width: 900px) {
    .css-module {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .css-module-logistic {
        overflow: auto;
        padding-left: 15px;
        max-width: 100%;
    }

        .css-module-logistic::-webkit-scrollbar {
            display: none;
        }

        .css-module-logistic > ul:after {
            content: 'Modul auswählen oder nach links schieben  →';
            position: absolute;
            width: 185px;
            text-align: left;
            left: 40px;
            line-height: initial;
            margin-top: 40px;
            font-style: italic;
            color: #8a8a8a;
        }

        .css-module-logistic > ul li.active {
            font-weight: 500;
            color: initial;
        }

            .css-module-logistic > ul li.active::after {
                border-top: 1px dashed #bfbfbf !important;
            }

        .css-module-logistic > div {
            margin-right: 10px;
            padding-bottom: 50px;
            position: relative;
        }

            .css-module-logistic > div > div {
                margin-right: 30px;
                width: 300px;
            }

            .css-module-logistic > div > a {
                display: inline-block;
                white-space: nowrap;
                position: absolute;
                bottom: 15px;
            }

                .css-module-logistic > div > a:last-of-type {
                    transform: translateX(-100%);
                    text-align: right;
                    left: 330px;
                }
}

@media only screen and (min-width: 901px) {
    .css-module-logistic {
        height: 505px;
    }

        .css-module-logistic > div {
            height: 505px;
            left: 312px;
            position: absolute;
            opacity: 0;
        }

            .css-module-logistic > div.active {
                opacity: 1;
            }
}

.css-burst {
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px 2px rgba(34,36,38,.15);
    z-index: 1;
    transform: rotate(-15deg);
}

    .css-burst:before,
    .css-burst:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 4px 2px rgba(34,36,38,.15);
        z-index: 1;
    }

    .css-burst:before {
        transform: rotate(30deg);
    }

    .css-burst:after {
        transform: rotate(60deg);
    }

    .css-burst div {
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        position: absolute;
        text-align: center;
        background: #da7300;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .css-burst div:before,
        .css-burst div:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: inherit;
            z-index: 2;
        }

        .css-burst div:before {
            transform: rotate(30deg);
        }

        .css-burst div:after {
            transform: rotate(60deg);
        }

    .css-burst span {
        z-index: 3;
        display: block;
        color: #fff;
        position: absolute;
        margin-top: -5px;
        transform: rotate(15deg);
    }


@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    33% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.css-button-demo {
    margin-bottom: 20px;
    width: fit-content;
    margin: 0 auto 20px auto;
    text-align: center;
}

    .css-button-demo .button {
        display: inline-flex;
        align-items: center;
        background: #009bae;
        box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        height: 45px;
        padding: 0 30px 0 60px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        transition: background .3s, transform .3s, box-shadow .3s;
        will-change: transform;
        margin: 0 auto;
        cursor: pointer;
    }

        .css-button-demo .button:hover {
            background: #ae4b67;
            box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
            color: #fff;
        }

    .css-button-demo .pulse {
        position: relative;
    }

        .css-button-demo .pulse:before, .pulse:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.4);
            border-radius: 50%;
            width: 20px;
            height: 20px;
            opacity: 0;
            margin: auto;
        }

        .css-button-demo .pulse:before {
            animation: pulse 1.5s infinite linear;
        }

        .css-button-demo .pulse:after {
            animation: pulse 2s .4s infinite linear;
        }

        .css-button-demo .pulse:hover:before, .pulse:hover:after {
            display: none;
        }

    .css-button-demo i {
        font-size: 20px;
        margin-top: -2px;
        margin-left: -30px;
        position: absolute;
        transition: all 0.5s ease;
        opacity: 0;
    }

        .css-button-demo i:first-of-type {
            opacity: 1;
        }

        .css-button-demo i:last-of-type {
            opacity: 0;
        }

    .css-button-demo .button:hover i:first-of-type {
        opacity: 0;
    }

    .css-button-demo .button:hover i:last-of-type {
        opacity: 1;
    }

.ui.toggle.checkbox input.error + label:before {
    background-color: #ffe0e0 !important;
}


/* ---------------------------------------------------------------------- */

.css-spinwait {
    position: fixed;
    z-index: 100;
    width: 110px;
    height: 110px;
    left: 50%;
    top: 50%;
    margin-left: -56px;
    margin-top: -56px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    background: linear-gradient(top, #3ba3ff, #0088ff);
    background: -moz-linear-gradient(top, #3ba3ff, #0088ff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3ba3ff), to(#0088ff));
    background: -o-linear-gradient(top, #3ba3ff, #0088ff);
    border: 3px solid #0271d1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: none;
}

    .css-spinwait .css-wait {
        margin-top: 30px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .css-spinwait .css-spinner {
        margin: 0 auto;
        width: 50px;
        height: 25px;
        text-align: center;
        font-size: 10px;
    }

        .css-spinwait .css-spinner > div {
            background-color: #fff;
            height: 100%;
            width: 6px;
            display: inline-block;
            -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
            animation: sk-stretchdelay 1.2s infinite ease-in-out;
        }

        .css-spinwait .css-spinner .css-rect2 {
            -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
        }

        .css-spinwait .css-spinner .css-rect3 {
            -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
        }

        .css-spinwait .css-spinner .css-rect4 {
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

        .css-spinwait .css-spinner .css-rect5 {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

    .css-spinwait .css-lock {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: Gray;
        z-index: 99;
        filter: alpha(opacity=10);
        opacity: .10;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.css-spinwait {
    font-size: 13px;
}

/* ---------------------------------------------------------------------- */

.css-profile {
    padding-top: 15px;
}

    .css-profile h3 {
        border-bottom: 1px dotted #455a63;
        padding-bottom: 7px;
        margin-top: 0;
    }

    .css-profile .css-profile-group {
        display: flex;
        justify-content: center;
    }

        .css-profile .css-profile-group > div {
            display: inline-flex;
            flex-flow: wrap;
            width: calc(235px * 4);
        }

    .css-profile .css-profile-item {
        display: inline-flex;
        flex-direction: column;
        width: 220px;
        align-items: center;
        border: 1px solid #ddd;
        margin-right: 20px;
        margin-bottom: 20px;
        background-color: rgba(69, 90, 99, 0.06);
        position: relative;
    }

        .css-profile .css-profile-item:nth-child(4n) {
            margin-right: 0;
        }

        .css-profile .css-profile-item span {
            display: flex;
            width: 100%;
            height: 220px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-color: #fff;
            position: relative;
        }

            .css-profile .css-profile-item span:after {
                border-top: 1px solid rgba(69, 90, 99, 0.50);
                content: '';
                position: absolute;
                width: 100%;
                height: 5px;
                background-color: #fff;
                left: 0;
                bottom: -6px;
            }

        .css-profile .css-profile-item div {
            font-size: 13px;
            line-height: 18px;
            width: 100%;
            height: 100%;
            text-align: center;
            border: 5px solid #fff;
            padding-bottom: 7px;
        }

        .css-profile .css-profile-item b {
            font-size: 15px;
            margin-top: 10px;
            display: block;
        }

        .css-profile .css-profile-item p {
            font-size: 12px;
            margin-bottom: 7px;
        }


@media only screen and (max-width: 374px) {
    .css-profile .css-profile-item {
        width: 135px;
    }

        .css-profile .css-profile-item:nth-child(2n) {
            margin-right: 0;
        }

        .css-profile .css-profile-item span {
            height: 135px;
        }

        .css-profile .css-profile-item p {
            font-size: 9px;
        }

    .css-profile .css-profile-group > div {
        width: calc(145px * 2);
    }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
    .css-profile .css-profile-item {
        width: 155px;
    }

        .css-profile .css-profile-item:nth-child(2n) {
            margin-right: 0;
        }

        .css-profile .css-profile-item span {
            height: 155px;
        }

        .css-profile .css-profile-item p {
            font-size: 10px;
        }

    .css-profile .css-profile-group > div {
        width: calc(165px * 2);
    }
}

@media only screen and (min-width: 425px) and (max-width: 900px) {
    .css-profile .css-profile-item {
        width: 185px;
    }

        .css-profile .css-profile-item:nth-child(2n) {
            margin-right: 0;
        }

        .css-profile .css-profile-item span {
            height: 185px;
        }

    .css-profile .css-profile-group > div {
        width: calc(195px * 2);
    }
}

.css-login {
    width: 300px;
    margin: 100px auto;
}

.css-partner {
    list-style: none;
    padding-left: 0;
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 20px;
}

    .css-partner li {
        border-top: 1px dashed #bfbfbf;
        min-height: 200px;
        padding-bottom: 10px;
        padding-top: 20px;
        padding-left: 180px;
        position: relative;
    }

    .css-partner a {
        border: 1px solid #bfbfbf;
        position: absolute;
        left: 0;
        width: 160px;
        height: 160px;
    }

    .css-partner h3 {
        margin-top: 0;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

.css-hero-area {
    position: relative;
    width: 100%;
    max-width: 1980px;
    margin: 0 auto 60px auto;
    height: 450px;
    background: url('../resource/image/hero-img-long.jpg') no-repeat center center;
    background-size: cover;
    border-top: 1px solid #a81010;
    border-bottom: 1px solid #a81010;
    box-sizing: border-box;
    margin-top: 15px;
}

    .css-hero-area .text-container {
        position: absolute;
        width: 100%;
        height: 100%;
        max-width: 1200px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        cursor: pointer;
    }

    .css-hero-area .css-zebra {
        position: absolute;
        right: 43px;
        bottom: -100px;
    }

    .css-hero-area .text-container .text-wrap {
        position: absolute;
        width: 360px;
        left: 3%;
        bottom: 45%;
        font-weight: 600;
        background: url(/resource/image/fiftyscan.png) no-repeat 15px center rgba(255,255,255,0.8);
        background-size: 100px 100px;
        font-size: 23px;
        text-align: left;
        padding: 15px 15px 15px 127px;
        line-height: normal;
        border-radius: 5px;
        box-shadow: 0px 0px 9px 1px rgba(255,255,255,0.39);
        -webkit-box-shadow: 0px 0px 9px 1px rgba(255,255,255,0.39);
        -moz-box-shadow: 0px 0px 9px 1px rgba(255,255,255,0.39);
    }

    .css-hero-area .text-container .text-wrap a{
       font-size:16px;
    }

.css-main-container {
    margin: 30px auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 18px;
}

    .css-main-container .css-text ul {
        list-style-image: url(/resource/image/check-icon.png);
    }

    .css-main-container .css-text {
        text-align: left;
    }

        .css-main-container .css-text .css-main-page-icon {
            text-align: center;
        }

            .css-main-container .css-text .css-main-page-icon h3 {
                margin: 0;
                margin-top: 15px;
            }


        .css-main-container .css-text h2 {
            font-size: 24px;
            font-weight: 600;
            margin-top: 35px;
        }

        .css-main-container .css-text p {
            margin-bottom: 52px;
        }

    .css-main-container .css-button {
        background-color: #4d7198 !important;
        line-height: 24px
    }

.css-inner-banner-container {
    position: relative;
    width: 100%;
    max-width: 1980px;
    margin: auto;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top: 1px solid #a81010;
    border-bottom: 1px solid #a81010;
    box-sizing: border-box;
    margin-bottom: 50px;
    background-color: #f2f2f2;
}
.css-inner-banner-container.no-image h1 {
    width:280px;
    margin:0;
    padding:0;
    padding:5px 10px;
}

    .css-inner-banner-container.css-fiftyscan-banner {
        position: relative;
        width: 100%;
        max-width: 1980px;
        margin: auto;
        height: auto;
        padding: 20px 0 0 0;
        font-size: 18px;
        line-height: normal;
        background: url('/resource/image/fiftyscan-banner.jpg?v=2') no-repeat center center;
        background-size: cover;
    }

        .css-inner-banner-container.css-fiftyscan-banner h1 {
            padding: 0;
            padding-bottom: 15px;
        }

        .css-inner-banner-container.css-fiftyscan-banner.css-nav {
            background: url('/resource/image/nav-header-blured.jpg') no-repeat center center;
            min-height: 410px;
            margin-bottom: 60px;
            background-size: cover;
        }

        .css-inner-banner-container.css-fiftyscan-banner.css-dot-net {
            background: url('/resource/image/.net-development-header.jpg') no-repeat center center;
            min-height: 410px;
            margin-bottom: 60px;
            background-size: cover;
        }

        .css-inner-banner-container.css-fiftyscan-banner .info-img {
            max-width: 220px;
            float: right;
        }

        .css-inner-banner-container.css-fiftyscan-banner.css-nav .css-info-free-img {
            position: absolute;
            right: 0;
            bottom: -90px;
        }

        .css-inner-banner-container.css-fiftyscan-banner.css-dot-net .css-info-free-img {
            position: absolute;
            right: 0;
            bottom: -32px;
        }

            .css-inner-banner-container.css-fiftyscan-banner.css-dot-net .css-info-free-img img {
                -webkit-box-shadow: 1px 1px 11px 0px rgba(255, 255, 255, 0.75);
                -moz-box-shadow: 1px 1px 11px 0px rgba(255, 255, 255, 0.75);
                box-shadow: 1px 1px 11px 0px rgba(255, 255, 255, 0.75);
            }

        .css-inner-banner-container.css-fiftyscan-banner .info-text {
            margin-top: 3%;
            background-color: rgba(255,255,255,0.9);
            padding: 15px 25px 25px 25px;
            box-sizing: border-box;
            border-radius: 10px;
            position: relative;
        }

        .css-inner-banner-container.css-fiftyscan-banner.css-nav .info-text {
            margin-top: 3%;
            padding: 15px 20px 15px 20px;
        }

        /*.css-inner-banner-container.css-fiftyscan-banner.css-dot-net .info-text {
            margin-top: 3%;
            padding: 15px 20px 15px 20px;
        }*/

            .css-inner-banner-container.css-fiftyscan-banner.css-dot-net .info-text h2 {
                font-size: 20px;
                font-weight: bold;
                margin-bottom: 5px;
            }

        .css-inner-banner-container.css-fiftyscan-banner.css-nav .info-text h2 {
            font-size: 20px;
            font-weight: bold;
        }

        .css-inner-banner-container.css-fiftyscan-banner .info-text ul {
            list-style-image: url(/resource/image/check-icon.png);
            margin: 5px 0;
        }

        .css-inner-banner-container.css-fiftyscan-banner .info-text .icon {
            position: absolute;
            width: 110px;
            top: 4px;
            right: 4%;
        }


    .css-inner-banner-container.no-image {
        background: url('/resource/image/no-img-banner.png') no-repeat center #4183c4;
        height: 150px;
    }

    .css-inner-banner-container .text-container {
        position: absolute;
        width: 100%;
        height: auto;
        max-width: 1141px;
        top: 9%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 5px;
        box-sizing: border-box;
    }

        .css-inner-banner-container .text-container .text {
            background-color: rgb(255,255,255,0.9);
            border-radius: 5px;
            width: 420px;
            padding: 15px;
        }

            .css-inner-banner-container .text-container .text ul {
                list-style-image: url(/resource/image/check-icon.png);
                padding: 0;
            }

                .css-inner-banner-container .text-container .text ul li {
                    list-style-image: url(/resource/image/check-icon.png);
                    font-size: 16px;
                }


        .css-inner-banner-container .text-container .text {
            background-color: rgba(255,255,255,0.9);
            width: 320px;
            padding: 15px 20px 15px 20px;
            line-height: normal;
            border-radius: 5px;
            margin: 0;
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
        }

        .css-inner-banner-container .text-container.long .text {
            width: 100%;
            max-width: 640px;
        }

        .css-inner-banner-container .text-container .text h1 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 5px;
            padding: 0;
        }

        .css-inner-banner-container .text-container .text p {
            font-size: 18px;
            margin: 0;
        }

    .css-inner-banner-container.no-image .text-container h1 {
        box-shadow: none;
        background-color: rgba(255,255,255,0.2);
        color: white;
    }

footer.css-desktop {
    border-top: 1px solid #a81010;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 55px;
}

    footer.css-desktop .css-footer-menu {
        width: 100%;
        margin: auto;
        text-align: left;
    }

        footer.css-desktop .css-footer-menu .css-ms-logo-container {
            text-align: right;
        }

            footer.css-desktop .css-footer-menu .css-ms-logo-container img {
                width: 100%;
                max-width: 160px !important;
            }

        footer.css-desktop .css-footer-menu .css-footer-link a {
            display: block;
        }

        footer.css-desktop .css-footer-menu .css-teamviewer-link {
            background: url('/resource/image/Teamviewer.svg') no-repeat left center;
            background-size: 17px;
            padding-left: 20px;
        }

.css-content-container {
    width: 100%;
    margin: 30px auto;
}

    .css-content-container ul {
        list-style-image: url(/resource/image/check-icon.png);
        margin:0;
    }

    .css-content-container a {
        color: rgba(0, 0, 0, 0.87)
    }

    .css-content-container .carreer-item {
        position: relative;
        border: 1px solid #4183c4;
        padding: 15px;
        border-radius: 10px;
        height: 300px;
    }

        .css-content-container .carreer-item .link {
            position: absolute;
            bottom: 10px;
            left: 10px;
            text-decoration: inherit;
        }

        .css-content-container .carreer-item h2 {
            font-size: 18px;
            font-weight: 600;
        }


    .css-content-container .link {
        color: deepskyblue;
        text-decoration: underline;
    }

.css-general-container {
    position: relative;
    padding: 10px 0 15px 0;
}

    .css-general-container.avantages {
        /*    background-color: rgba(222,222,222, 0.2);*/
        margin-top: 20px;
        margin-bottom: 25px;
    }

        .css-general-container.avantages ul {
            list-style-image: url(/resource/image/check-icon.png);
        }

            .css-general-container.avantages ul li {
                margin-bottom: 10px;
            }

        .css-general-container.avantages h2 {
            color: #a81010;
        }

        .css-general-container.avantages .avantages-img {
            float: right;
            display: block;
            width: 100%;
            max-width: 380px;
        }

    .css-general-container.css-left-red-border h2 {
        /*text-align: center;*/
        color: #a81010
    }


    .css-general-container.css-fiftyscan-property-container {
        margin-top: 50px;
    }

        .css-general-container.css-fiftyscan-property-container .css-general-title {
            /*text-align: center;*/
            color: #a81010;
            width: 100%;
            margin-bottom: 15px;
            padding: 0;
        }

        .css-general-container.css-fiftyscan-property-container .column {
            border-left: 1px solid #a81010;
        }

            .css-general-container.css-fiftyscan-property-container .column:first-of-type {
                border: none;
                padding-left: 0;
            }

            .css-general-container.css-fiftyscan-property-container .column:last-of-type {
                padding-right: 0;
            }

        .css-general-container.css-fiftyscan-property-container .css-fiftyscan-four-bar ul {
            list-style-image: url('/resource/image/check-icon.png');
            padding: 0;
            padding-left:18px;
        }

        /*   .css-general-container.css-fiftyscan-property-container .css-fiftyscan-four-bar h3 {
            color: #a81010;
        }*/

        .css-general-container.css-fiftyscan-property-container .css-fiftyscan-four-bar p {
            padding-left: 15px;
            box-sizing: border-box;
        }

            .css-general-container.css-fiftyscan-property-container .css-fiftyscan-four-bar p .icon {
                font-size: 12px !important;
            }

.css-fiftyscan-demo-form {
    margin-top: 30px;
}

    .css-fiftyscan-demo-form .css-contact-title {
        margin-bottom: 20px;
    }

        .css-fiftyscan-demo-form .css-contact-title h2 {
            color: #a81010 !important;
            width: 100%;
            display: block;
        }

@media screen and (max-width:1185px) {


    .css-inner-banner-container.css-fiftyscan-banner.css-nav .info-text {
        margin: 20px 0;
    }
}

@media screen and (max-width:1024px) {
    .css-hero-area {
        height: 380px;
    }

    footer.css-mobile {
        display: block;
    }

    footer.css-desktop {
        display: none;
    }

    .css-hero-area .css-zebra {
        width: 28%;
    }
}

@media screen and (max-width:980px) {
    .css-general-container.css-fiftyscan-property-container .column {
        border: none;
        border-top: 1px solid #a81010;
    }

    .css-general-container.css-fiftyscan-property-container .css-fiftyscan-four-bar p {
        padding-left: 0;
    }
}

@media screen and (max-width:750px) {
    .css-inner-banner-container.css-fiftyscan-banner.css-nav {
        margin-bottom: 20px;
    }

    .css-inner-banner-container.css-fiftyscan-banner.css-dot-net .info-text {
        margin-top: 20px;
        padding: 15px 20px 15px 20px;
    }

    .css-inner-banner-container.css-fiftyscan-banner.css-nav .css-info-free-img {
        position: relative;
        bottom: inherit;
        margin-bottom: 35px;
    }

    .css-inner-banner-container.css-fiftyscan-banner.css-dot-net .css-info-free-img {
        position: relative;
        bottom: inherit;
        margin-bottom: 20px;
    }

        .css-inner-banner-container.css-fiftyscan-banner.css-dot-net .css-info-free-img img {
            margin: auto;
        }

    .css-inner-banner-container.css-fiftyscan-banner .info-img {
        display: block;
        float: none;
        margin: auto;
    }

    .css-inner-banner-container.css-fiftyscan-banner .info-text .icon {
        top: 0;
    }

    .css-general-container.avantages .avantages-img {
        float: none;
        display: block;
        margin: auto;
    }

    .css-main-container .css-text p {
        margin-bottom: 0;
    }

    .css-main-container .css-text .css-main-page-icon {
        text-align: center;
        margin: 20px 0;
    }
}

@media screen and (max-width:415px) {
    .css-hero-area {
        height: 260px;
        margin-bottom: 48px;
    }

        .css-hero-area .text-container {
            bottom: 35%;
        }



    .css-main-container .css-screenshot {
        width: 180px !important;
    }


    .css-main-container .css-text h2 {
        margin-top: 10px
    }

    .css-inner-banner-container {
        margin-bottom: 50px;
    }

        .css-inner-banner-container .text-container {
            top: 5%;
        }

            .css-inner-banner-container .text-container.long {
                top: inherit;
                bottom: 5%;
            }

            .css-inner-banner-container .text-container .text {
                width: 275px;
            }

                .css-inner-banner-container .text-container .text h1 {
                    font-size: 18px;
                    padding: 0;
                }

            .css-inner-banner-container .text-container.long .text h1 {
                font-size: 18px;
                font-weight: bold;
            }


    .css-hero-area .text-container .text-wrap {
        width: 239px;
        left: 3%;
        bottom: 15%;
        background: url(/resource/image/fiftyscan.png) no-repeat 8px center rgba(255,255,255,0.8);
        background-size: 50px 50px;
        font-size: 18px;
        padding: 8px 8px 8px 68px;
    }

    .get-test-btn {
        position: fixed;
        left: -60px;
        top: 60%;
        z-index: 99;
        transform: rotate(-90deg);
        -webkit-transform: rotate( 90deg );
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

        .get-test-btn .ui.button, .ui.buttons .button, .ui.buttons .or {
            font-size: 12px !important;
        }
}

@media screen and (max-width:320px) {
    .css-hero-area {
        height: 215px;
    }

        .css-hero-area .text-container .text-wrap {
            width: 210px;
            left: 3%;
            bottom: 15%;
            background: url(/resource/image/fiftyscan.png) no-repeat 8px center rgba(255,255,255,0.8);
            background-size: 50px 50px;
            font-size: 14px;
            padding: 8px 8px 8px 68px;
        }
}
