﻿.row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

.row::before, .row::after {
    content: ' ';
    display: table
}

.row::after {
    clear: both
}

.row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0
}

.row .row {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem
}

@media screen and (min-width: 28.75em) {
    .row .row {
        margin-left: -0.625rem;
        margin-right: -0.625rem
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto
}

.column, .columns {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: 100%;
    float: left
}

@media screen and (min-width: 28.75em) {
    .column, .columns {
        padding-left: 0.625rem;
        padding-right: 0.625rem
    }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left
}

.column.row.row, .row.row.columns {
    float: none
}

.row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    width: 8.3333333333%
}

.small-push-1 {
    position: relative;
    left: 8.3333333333%
}

.small-pull-1 {
    position: relative;
    left: -8.3333333333%
}

.small-offset-0 {
    margin-left: 0%
}

.small-2 {
    width: 16.6666666667%
}

.small-push-2 {
    position: relative;
    left: 16.6666666667%
}

.small-pull-2 {
    position: relative;
    left: -16.6666666667%
}

.small-offset-1 {
    margin-left: 8.3333333333%
}

.small-3 {
    width: 25%
}

.small-push-3 {
    position: relative;
    left: 25%
}

.small-pull-3 {
    position: relative;
    left: -25%
}

.small-offset-2 {
    margin-left: 16.6666666667%
}

.small-4 {
    width: 33.3333333333%
}

.small-push-4 {
    position: relative;
    left: 33.3333333333%
}

.small-pull-4 {
    position: relative;
    left: -33.3333333333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    width: 41.6666666667%
}

.small-push-5 {
    position: relative;
    left: 41.6666666667%
}

.small-pull-5 {
    position: relative;
    left: -41.6666666667%
}

.small-offset-4 {
    margin-left: 33.3333333333%
}

.small-6 {
    width: 50%
}

.small-push-6 {
    position: relative;
    left: 50%
}

.small-pull-6 {
    position: relative;
    left: -50%
}

.small-offset-5 {
    margin-left: 41.6666666667%
}

.small-7 {
    width: 58.3333333333%
}

.small-push-7 {
    position: relative;
    left: 58.3333333333%
}

.small-pull-7 {
    position: relative;
    left: -58.3333333333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    width: 66.6666666667%
}

.small-push-8 {
    position: relative;
    left: 66.6666666667%
}

.small-pull-8 {
    position: relative;
    left: -66.6666666667%
}

.small-offset-7 {
    margin-left: 58.3333333333%
}

.small-9 {
    width: 75%
}

.small-push-9 {
    position: relative;
    left: 75%
}

.small-pull-9 {
    position: relative;
    left: -75%
}

.small-offset-8 {
    margin-left: 66.6666666667%
}

.small-10 {
    width: 83.3333333333%
}

.small-push-10 {
    position: relative;
    left: 83.3333333333%
}

.small-pull-10 {
    position: relative;
    left: -83.3333333333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    width: 91.6666666667%
}

.small-push-11 {
    position: relative;
    left: 91.6666666667%
}

.small-pull-11 {
    position: relative;
    left: -91.6666666667%
}

.small-offset-10 {
    margin-left: 83.3333333333%
}

.small-12 {
    width: 100%
}

.small-offset-11 {
    margin-left: 91.6666666667%
}

.small-up-1 > .column, .small-up-1 > .columns {
    width: 100%;
    float: left
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left
}

.small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: left
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left
}

.small-up-3 > .column, .small-up-3 > .columns {
    width: 33.3333333333%;
    float: left
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left
}

.small-up-4 > .column, .small-up-4 > .columns {
    width: 25%;
    float: left
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left
}

.small-up-5 > .column, .small-up-5 > .columns {
    width: 20%;
    float: left
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left
}

.small-up-6 > .column, .small-up-6 > .columns {
    width: 16.6666666667%;
    float: left
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left
}

.small-up-7 > .column, .small-up-7 > .columns {
    width: 14.2857142857%;
    float: left
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left
}

.small-up-8 > .column, .small-up-8 > .columns {
    width: 12.5%;
    float: left
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left
}

.small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0
}

.small-collapse .row {
    margin-left: 0;
    margin-right: 0
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem
}

.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.small-uncentered, .small-push-0, .small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}

@media screen and (min-width: 28.75em) {
    .medium-1 {
        width: 8.3333333333%
    }

    .medium-push-1 {
        position: relative;
        left: 8.3333333333%
    }

    .medium-pull-1 {
        position: relative;
        left: -8.3333333333%
    }

    .medium-offset-0 {
        margin-left: 0%
    }

    .medium-2 {
        width: 16.6666666667%
    }

    .medium-push-2 {
        position: relative;
        left: 16.6666666667%
    }

    .medium-pull-2 {
        position: relative;
        left: -16.6666666667%
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%
    }

    .medium-3 {
        width: 25%
    }

    .medium-push-3 {
        position: relative;
        left: 25%
    }

    .medium-pull-3 {
        position: relative;
        left: -25%
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%
    }

    .medium-4 {
        width: 33.3333333333%
    }

    .medium-push-4 {
        position: relative;
        left: 33.3333333333%
    }

    .medium-pull-4 {
        position: relative;
        left: -33.3333333333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        width: 41.6666666667%
    }

    .medium-push-5 {
        position: relative;
        left: 41.6666666667%
    }

    .medium-pull-5 {
        position: relative;
        left: -41.6666666667%
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%
    }

    .medium-6 {
        width: 50%
    }

    .medium-push-6 {
        position: relative;
        left: 50%
    }

    .medium-pull-6 {
        position: relative;
        left: -50%
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%
    }

    .medium-7 {
        width: 58.3333333333%
    }

    .medium-push-7 {
        position: relative;
        left: 58.3333333333%
    }

    .medium-pull-7 {
        position: relative;
        left: -58.3333333333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        width: 66.6666666667%
    }

    .medium-push-8 {
        position: relative;
        left: 66.6666666667%
    }

    .medium-pull-8 {
        position: relative;
        left: -66.6666666667%
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%
    }

    .medium-9 {
        width: 75%
    }

    .medium-push-9 {
        position: relative;
        left: 75%
    }

    .medium-pull-9 {
        position: relative;
        left: -75%
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%
    }

    .medium-10 {
        width: 83.3333333333%
    }

    .medium-push-10 {
        position: relative;
        left: 83.3333333333%
    }

    .medium-pull-10 {
        position: relative;
        left: -83.3333333333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        width: 91.6666666667%
    }

    .medium-push-11 {
        position: relative;
        left: 91.6666666667%
    }

    .medium-pull-11 {
        position: relative;
        left: -91.6666666667%
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%
    }

    .medium-up-1 > .column, .medium-up-1 > .columns {
        width: 100%;
        float: left
    }

    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
        clear: both
    }

    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
        float: left
    }

    .medium-up-2 > .column, .medium-up-2 > .columns {
        width: 50%;
        float: left
    }

    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
        clear: both
    }

    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
        float: left
    }

    .medium-up-3 > .column, .medium-up-3 > .columns {
        width: 33.3333333333%;
        float: left
    }

    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
        clear: both
    }

    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
        float: left
    }

    .medium-up-4 > .column, .medium-up-4 > .columns {
        width: 25%;
        float: left
    }

    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
        clear: both
    }

    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
        float: left
    }

    .medium-up-5 > .column, .medium-up-5 > .columns {
        width: 20%;
        float: left
    }

    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
        clear: both
    }

    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
        float: left
    }

    .medium-up-6 > .column, .medium-up-6 > .columns {
        width: 16.6666666667%;
        float: left
    }

    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
        clear: both
    }

    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
        float: left
    }

    .medium-up-7 > .column, .medium-up-7 > .columns {
        width: 14.2857142857%;
        float: left
    }

    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
        clear: both
    }

    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
        float: left
    }

    .medium-up-8 > .column, .medium-up-8 > .columns {
        width: 12.5%;
        float: left
    }

    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
        clear: both
    }

    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
        float: left
    }

    .medium-collapse > .column, .medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-left: 0.625rem;
        padding-right: 0.625rem
    }

    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .medium-uncentered, .medium-push-0, .medium-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width: 57.5em) {
    .large-1 {
        width: 8.3333333333%
    }

    .large-push-1 {
        position: relative;
        left: 8.3333333333%
    }

    .large-pull-1 {
        position: relative;
        left: -8.3333333333%
    }

    .large-offset-0 {
        margin-left: 0%
    }

    .large-2 {
        width: 16.6666666667%
    }

    .large-push-2 {
        position: relative;
        left: 16.6666666667%
    }

    .large-pull-2 {
        position: relative;
        left: -16.6666666667%
    }

    .large-offset-1 {
        margin-left: 8.3333333333%
    }

    .large-3 {
        width: 25%
    }

    .large-push-3 {
        position: relative;
        left: 25%
    }

    .large-pull-3 {
        position: relative;
        left: -25%
    }

    .large-offset-2 {
        margin-left: 16.6666666667%
    }

    .large-4 {
        width: 33.3333333333%
    }

    .large-push-4 {
        position: relative;
        left: 33.3333333333%
    }

    .large-pull-4 {
        position: relative;
        left: -33.3333333333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        width: 41.6666666667%
    }

    .large-push-5 {
        position: relative;
        left: 41.6666666667%
    }

    .large-pull-5 {
        position: relative;
        left: -41.6666666667%
    }

    .large-offset-4 {
        margin-left: 33.3333333333%
    }

    .large-6 {
        width: 50%
    }

    .large-push-6 {
        position: relative;
        left: 50%
    }

    .large-pull-6 {
        position: relative;
        left: -50%
    }

    .large-offset-5 {
        margin-left: 41.6666666667%
    }

    .large-7 {
        width: 58.3333333333%
    }

    .large-push-7 {
        position: relative;
        left: 58.3333333333%
    }

    .large-pull-7 {
        position: relative;
        left: -58.3333333333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        width: 66.6666666667%
    }

    .large-push-8 {
        position: relative;
        left: 66.6666666667%
    }

    .large-pull-8 {
        position: relative;
        left: -66.6666666667%
    }

    .large-offset-7 {
        margin-left: 58.3333333333%
    }

    .large-9 {
        width: 75%
    }

    .large-push-9 {
        position: relative;
        left: 75%
    }

    .large-pull-9 {
        position: relative;
        left: -75%
    }

    .large-offset-8 {
        margin-left: 66.6666666667%
    }

    .large-10 {
        width: 83.3333333333%
    }

    .large-push-10 {
        position: relative;
        left: 83.3333333333%
    }

    .large-pull-10 {
        position: relative;
        left: -83.3333333333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        width: 91.6666666667%
    }

    .large-push-11 {
        position: relative;
        left: 91.6666666667%
    }

    .large-pull-11 {
        position: relative;
        left: -91.6666666667%
    }

    .large-offset-10 {
        margin-left: 83.3333333333%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-11 {
        margin-left: 91.6666666667%
    }

    .large-up-1 > .column, .large-up-1 > .columns {
        width: 100%;
        float: left
    }

    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
        clear: both
    }

    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
        float: left
    }

    .large-up-2 > .column, .large-up-2 > .columns {
        width: 50%;
        float: left
    }

    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
        clear: both
    }

    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
        float: left
    }

    .large-up-3 > .column, .large-up-3 > .columns {
        width: 33.3333333333%;
        float: left
    }

    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
        clear: both
    }

    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
        float: left
    }

    .large-up-4 > .column, .large-up-4 > .columns {
        width: 25%;
        float: left
    }

    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
        clear: both
    }

    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
        float: left
    }

    .large-up-5 > .column, .large-up-5 > .columns {
        width: 20%;
        float: left
    }

    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
        clear: both
    }

    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
        float: left
    }

    .large-up-6 > .column, .large-up-6 > .columns {
        width: 16.6666666667%;
        float: left
    }

    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
        clear: both
    }

    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
        float: left
    }

    .large-up-7 > .column, .large-up-7 > .columns {
        width: 14.2857142857%;
        float: left
    }

    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
        clear: both
    }

    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
        float: left
    }

    .large-up-8 > .column, .large-up-8 > .columns {
        width: 12.5%;
        float: left
    }

    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
        clear: both
    }

    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
        float: left
    }

    .large-collapse > .column, .large-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-left: 0.625rem;
        padding-right: 0.625rem
    }

    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .large-uncentered, .large-push-0, .large-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (min-width: 0em) and (max-width: 28.6875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em), screen and (min-width: 28.75em) {
    .show-for-small-only {
        display: none !important
    }
}

@media screen and (min-width: 28.75em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 28.6875em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width: 28.75em) and (max-width: 57.4375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 28.6875em), screen and (min-width: 57.5em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media screen and (min-width: 57.5em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 57.4375em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width: 57.5em) and (max-width: 62.4375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 57.4375em), screen and (min-width: 62.5em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.show-for-landscape, .hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape, .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media screen and (min-width: 28.75em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 57.5em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23ffffff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

table th {
    font-weight: bold
}

table td, table th {
    padding: 9px 10px;
    text-align: left
}

@media only screen and (max-width: 767px) {
    table.responsive {
        margin-bottom: 0
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc
    }

    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%
    }

    .pinned table th, .pinned table td {
        white-space: nowrap
    }

    .pinned td:last-child {
        border-bottom: 0
    }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc
    }

    div.table-wrapper div.scrollable {
        margin-left: 35%
    }

    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden
    }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden
    }

    table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
        display: none
    }
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

@media screen and (min-width: 28.75em) {
    .column .padding, .columns .padding {
        padding: 0 40px
    }
}

@media screen and (min-width: 57.5em) and (max-width: 62.4375em) {
    .column .extrapadding, .columns .extrapadding {
        padding: 0 20px
    }
}

@media screen and (min-width: 62.5em) and (max-width: 74.9375em) {
    .column .extrapadding, .columns .extrapadding {
        padding: 0 50px
    }
}

@media screen and (min-width: 75em) {
    .column .extrapadding, .columns .extrapadding {
        padding: 0 70px
    }
}

@media screen and (min-width: 0em) and (max-width: 28.6875em) {
    .small-pad-bot {
        padding-bottom: 40px
    }
}

@media screen and (min-width: 28.75em) and (max-width: 57.4375em) {
    .medium-pad-bot {
        padding-bottom: 40px
    }
}

@media screen and (min-width: 57.5em) {
    .row.five-col .large-2.columns {
        width: 20%
    }
}

@media screen and (min-width: 28.75em) and (max-width: 57.4375em) {
    .clear-element .columns:nth-child(2n+1) {
        clear: both
    }
}

@media screen and (min-width: 57.5em) {
    .clear-element .columns:nth-child(3n+1) {
        clear: both
    }
}

.section {
    padding: 100px 0
}

@media screen and (max-height: 800px) {
    .section {
        padding: 80px 0
    }
}

.section.dark {
    background: #002c41;
    color: #fff
}

.section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4, .section.dark h5 {
    color: inherit
}

@media screen and (min-width: 28.75em) {
    .section.dark {
        background: #002c41 url("../img/header-bg.jpg") no-repeat;
        background-size: cover
    }
}

@media screen and (min-width: 28.75em) {
    .section.hp_home {
        background: #002c41 url("../img/p/Homepage.jpg") no-repeat center 0;
        background-size: 120% auto
    }

    .section.hp_vs {
        background: #002c41 url("../img/p/VirtualServer.jpg") no-repeat center 0;
        background-size: 120% auto
    }

    .section.hp_ds {
        background: #002c41 url("../img/p/DedicatedServer.jpg") no-repeat center 0;
        background-size: 120% auto
    }

    .section.hp_rs {
        background: #002c41 url("../img/p/Reseller.jpg") no-repeat center 0;
        background-size: 120% auto
    }

    .section.hp_outlet {
        background: #002c41 url("../img/p/ServerOutlet.jpg") no-repeat center 0;
        background-size: 120% auto
    }
}


.section.red {
    background: #F03728;
    color: #fff;
}

.section.red h2 {
    color: #fff;
}

.section.orange {
    background: #F59100;
    color: #fff;
}

.section.orange h2 {
    color: #fff;
}

.section.cyan {
    background: #50BED2;
    color: #fff;
}

.section.cyan h2 {
    color: #fff;
}

.section.yellow {
    background: #FACD41;
    color: #fff;
}

.section.yellow h2 {
    color: #fff;
}

.section.grey {
    background: #f5ebe6
}

.section.darkgrey {
    background: #002d41;
    color: #fff;
}

.section.helloween h2 {
    color: #fff;
}

.section.helloween {
    background: #f59100 url("../img/specials/background-halloween.png") no-repeat top right;
    color: #fff;
}

.section.CyberModul {
    background: #f59100 url( "../img/specials/cybertunnel.png" ) no-repeat top right;
    padding-top: 60px;
    padding-bottom: 0px;
    color: #fff;
    background-size: cover;
    background-position: 0% 0%;
}

.section.CyberModul h2 {
    color: #fff;
}

.section.light + .light {
    border-top: 1px solid #f1f1f1
}

.section .page-header {
    padding-bottom: 50px
}

.section .section-header {
    padding-bottom: 20px;
    text-align: center
}

.section.server {
    background-color: #f1f1f1;
    padding-top: 10px;
}

#all .small-centered {
    float: none
}

@media screen and (min-width: 57.5em) {
    #all .large-uncentered {
        float: left
    }
}

#all {
    position: relative;
    padding-top: 110px
}

#header {
    background: #fff;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    border-bottom: 1px solid #edeee9
}

@media screen and (min-width: 28.75em) {
    #header {
        padding-top: 30px
    }
}

#header .container {
    position: relative
}

#header .contact {
    position: absolute;
    top: 0; /* -30px */
    line-height: 30px;
    right: 180px;
    color: #fff; /* #002c5d */
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
}
/*
[lang="en-GB"] #header .contact {
    right: 205px
}
*/
#header .contact:hover {
    color: #facd41;
    text-decoration: underline
}

@media screen and (min-width: 28.75em) {
    #header .contact {
        /* border-left: 1px solid #edeee9; */
        padding-left: 15px
    }
}

@media screen and (min-width: 0em) and (max-width: 28.6875em) {
    #header .contact {
        top: 61px;
        right: 10px !important;
        z-index: 1
    }
}

#header .hotline {
    /* position: relative; */
    margin-top: -8px;
    padding-left: 10px;
    margin-left: -18px;
    line-height: 30px;
}

@media screen and (min-width: 28.75em) {
    #header .hotline {
        position: absolute;
        right: 350px; /* 9px */
        top: 0; /* -30px */
        margin: 0
    }
}

@media screen and (min-width: 57.5em) {
    #header .hotline {
        right: 350px; /* 23px */
    }
}

#header .hotline strong {
    padding-left: 5px; /* 40px */
    font-weight: 500;
    display: inline-block; /* block */
    line-height: 30px;
    color: #fff; /* #002c5d */
    font-size: 16px
}
/*
#header .hotline:before {
    content: '';
    background-image: url(../img/spritesheet.png);
    background-position: -930px -260px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 5px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header .hotline:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/
#header .logo {
    display: inline-block;
    padding: 20px 0 5px
}

#header .logo img {
    height: 37px
}

#header .navigation-parts {
    display: none;
    position: relative
}

.showMenu #header .navigation-parts {
    display: block
}

@media screen and (min-width: 57.5em) {
    #header .navigation-parts {
        float: right
    }
}

@media screen and (min-width: 28.75em) {
    #header .navigation-parts {
        display: block
    }
}

#header .main-menu ul {
    margin: 0;
    padding: 10px 0 20px;
    text-align: center;
    display: none
}

.showMenu #header .main-menu ul {
    display: block
}

@media screen and (min-width: 57.5em) {
    #header .main-menu ul {
        padding: 20px 0;
        margin-right: 140px;
        text-align: right;
        display: block
    }
}

@media screen and (min-width: 0em) and (max-width: 28.6875em) {
    #header .main-menu ul {
        display: block
    }
}

#header .main-menu ul li {
    display: inline-block;
    padding: 5px 12px
}
/*
@media screen and (min-width: 28.75em) {
    #header .main-menu ul li {
        padding: 0 24px
    }
}
*/
@media screen and (min-width: 0em) and (max-width: 28.6875em) {
    #header .main-menu ul li {
        display: block;
        text-align: center
    }
}

#header .main-menu ul li a {
    color: #447586;
    font-size: 24px; /* 18px */
    font-weight: 500; /* 700 */
    line-height: 30px;
    display: inline-block;
    position: relative
}

#header .main-menu ul li.isActive a,
#header .main-menu ul li a:hover {
    color: #facd41; /* #002c5d */
}
#header .main-menu ul li.isActive a {
    border-bottom: 2px solid #facd41;
}
/*
#header .main-menu ul li.isActive a:before, #header .main-menu ul li a:hover:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff382a;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff382a), to(#ffb000));
    background-image: -webkit-linear-gradient(left, #ff382a, #ffb000);
    background-image: -moz-linear-gradient(left, #ff382a, #ffb000);
    background-image: -ms-linear-gradient(left, #ff382a, #ffb000);
    background-image: -o-linear-gradient(left, #ff382a, #ffb000);
    background-image: linear-gradient(left, #ff382a, #ffb000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFF382A', endColorStr='#FFFFB000', gradientType='1');
    height: 2px;
    content: ''
}
*/
#header .lang-menu {
    background: #ededeb;
    height: 34px;
    position: relative;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: block;
    width: 100%;
    margin-bottom: 10px
}

@media screen and (min-width: 28.75em) {
    #header .lang-menu {
        position: absolute;
        top: -100px;
        right: 310px;
        width: 57px;
        background: transparent
    }

    #header .lang-menu:hover {
        background: #ededeb
    }
/*
    [lang="en-GB"] #header .lang-menu {
        right: 345px
    }
*/
}

@media screen and (min-width: 57.5em) {
    #header .lang-menu {
        top: -30px;
        right: 310px
    }
/*
    [lang="en-US"] #header .lang-menu {
        right: 325px
    }

    [lang="en-GB"] #header .lang-menu {
        right: 345px
    }
*/
}

#header .lang-menu .selected-lang span {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #0e3242;
    padding-left: 45px;
    text-align: left;
    line-height: 34px
}

#header .lang-menu .selected-lang span:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 8px;
    background-image: url(../img/spritesheet.png);
    background-position: -549px -624px;
    width: 13px;
    height: 7px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header .lang-menu .selected-lang span:after {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

#header .lang-menu .selected-lang span.de:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 11px;
    background-image: url(../img/spritesheet.png);
    background-position: -311px -624px;
    width: 18px;
    height: 12px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header .lang-menu .selected-lang span.de:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

#header .lang-menu .selected-lang span.us:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 11px;
    background-image: url(../img/spritesheet.png);
    background-position: -611px -759px;
    width: 18px;
    height: 11px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header .lang-menu .selected-lang span.us:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

#header .lang-menu .selected-lang span.gb:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 11px;
    background-image: url(../img/spritesheet.png);
    background-position: -930px -730px;
    width: 18px;
    height: 12px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header .lang-menu .selected-lang span.gb:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

@media screen and (min-width: 28.75em) {
    #header .lang-menu .selected-lang span {
        overflow: hidden;
        text-indent: -999px;
        background: transparent
    }
}

#header .lang-menu .available-lang {
    background: #ededeb;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    list-style-type: none
}

@media screen and (min-width: 28.75em) {
    #header .lang-menu .available-lang {
        width: auto
    }
}

#header .lang-menu .available-lang li {
    line-height: 1.0;
    position: relative
}

#header .lang-menu .available-lang li a {
    color: #0e3242;
    font-weight: 500;
    cursor: pointer;
    padding: 5px 10px 5px 36px;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px
}

#header .lang-menu .available-lang li.de:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 11px;
    background-image: url(../img/spritesheet.png);
    background-position: -311px -624px;
    width: 18px;
    height: 12px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header .lang-menu .available-lang li.de:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

#header .lang-menu .available-lang li.us:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 11px;
    background-image: url(../img/spritesheet.png);
    background-position: -611px -759px;
    width: 18px;
    height: 11px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header .lang-menu .available-lang li.us:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

#header .lang-menu .available-lang li.gb:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 11px;
    background-image: url(../img/spritesheet.png);
    background-position: -930px -730px;
    width: 18px;
    height: 12px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header .lang-menu .available-lang li.gb:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

#header .lang-menu ul {
    position: absolute;
    display: none
}

#header .lang-menu ul.show {
    display: block
}

#header .login-frame {
    width: 100%;
    margin-bottom: 10px;
    position: relative
}

@media screen and (min-width: 28.75em) {
    #header .login-frame {
        position: absolute;
        top: -49px;
        right: 10px;
        width: auto
    }
}

@media screen and (min-width: 28.75em) and (max-width: 57.4375em) {
    #header .login-frame {
        right: 60px
    }
}

@media screen and (min-width: 57.5em) {
    #header .login-frame {
        top: 20px
    }
}

#header .login-frame .login-cta {
    text-transform: none;
    line-height: 40px;
    padding: 0 10px;
    margin: 0;
    height: auto;
    cursor: pointer;
    width: 100%
}

#header .login-frame:hover .login-cta {
    background: none;
    color: #0e3242
}

#header .login-frame.isOpen ul {
    display: block
}

#header .login-frame ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    list-style: none;
    border-left: 2px solid #ff382a;
    border-right: 2px solid #ffb000;
    margin-top: -2px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    display: none;
    z-index: 999;
    min-width: 100%
}

#header .login-frame ul:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ff382a;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff382a), to(#ffb000));
    background-image: -webkit-linear-gradient(left, #ff382a, #ffb000);
    background-image: -moz-linear-gradient(left, #ff382a, #ffb000);
    background-image: -ms-linear-gradient(left, #ff382a, #ffb000);
    background-image: -o-linear-gradient(left, #ff382a, #ffb000);
    background-image: linear-gradient(left, #ff382a, #ffb000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFF382A', endColorStr='#FFFFB000', gradientType='1');
    height: 2px;
    content: '';
    z-index: 1
}

#header .login-frame ul:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff382a;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff382a), to(#ffb000));
    background-image: -webkit-linear-gradient(left, #ff382a, #ffb000);
    background-image: -moz-linear-gradient(left, #ff382a, #ffb000);
    background-image: -ms-linear-gradient(left, #ff382a, #ffb000);
    background-image: -o-linear-gradient(left, #ff382a, #ffb000);
    background-image: linear-gradient(left, #ff382a, #ffb000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFF382A', endColorStr='#FFFFB000', gradientType='1');
    height: 2px;
    content: '';
    z-index: 1
}

#header .login-frame ul li {
    margin: 0;
    padding: 0
}

#header .login-frame ul li a {
    display: block;
    text-transform: none;
    line-height: 40px;
    padding: 0 25px 0 40px;
    white-space: nowrap;
    border-bottom: 2px solid #ffb000;
    color: #0e3242;
    cursor: pointer;
    font-weight: 500;
    position: relative
}

#header .login-frame ul li a:hover {
    text-decoration: none;
    background: #edeee9;
    cursor: pointer
}

#header .login-frame ul li a.account:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 11px;
    background-image: url(../img/spritesheet.png);
    background-position: -930px -380px;
    width: 19px;
    height: 21px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header .login-frame ul li a.account:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

#header .login-frame ul li a.multi:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 11px;
    background-image: url(../img/spritesheet.png);
    background-position: -257px -759px;
    width: 24px;
    height: 18px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header .login-frame ul li a.multi:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

#header .login-frame ul li:last-child a {
    border: 0
}

#header .menu-toggle {
    display: block;
    background-image: url(../img/spritesheet.png);
    background-position: 0px -759px;
    width: 33px;
    height: 28px;
    position: absolute;
    top: 25px;
    right: 10px;
    cursor: pointer
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #header .menu-toggle {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.showMenu #header .menu-toggle {
    display: block
}

@media screen and (min-width: 57.5em) {
    #header .menu-toggle {
        display: none
    }

    .showMenu #header .menu-toggle {
        display: none
    }
}

@media screen and (min-width: 28.75em) and (max-width: 57.4375em) {
    #header .menu-toggle {
        top: 23px
    }
}

@media screen and (min-width: 28.75em) {
    #header {
        -webkit-transition: height 0.2s linear;
        -khtml-transition: height 0.2s linear;
        -moz-transition: height 0.2s linear;
        -ms-transition: height 0.2s linear;
        -o-transition: height 0.2s linear;
        transition: height 0.2s linear;
        height: 110px
    }

    #header:hover {
        overflow: visible
    }
}

@media screen and (min-width: 28.75em) and (min-width: 28.75em) and (max-width: 57.4375em) {
    .showMenu #header {
        height: 170px
    }
}

@media screen and (min-width: 28.75em) {
    #header .logo {
        position: relative;
        top: 0;
        -webkit-transition: all 0.2s linear;
        -khtml-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear
    }

    #header .logo img {
        -webkit-transition: height 0.2s linear;
        -khtml-transition: height 0.2s linear;
        -moz-transition: height 0.2s linear;
        -ms-transition: height 0.2s linear;
        -o-transition: height 0.2s linear;
        transition: height 0.2s linear
    }

    #header.isSmall {
        height: 40px;
        overflow: hidden
    }

    #header.isSmall .logo {
        position: relative;
        top: -13px
    }

    #header.isSmall .logo img {
        height: 25px
    }
}

@media screen and (min-width: 28.75em) and (min-width: 28.75em) and (max-width: 57.4375em) {
    #header.isSmall .lang-menu {
        top: -85px
    }

    #header.isSmall .login-frame {
        top: -40px
    }
}

@media screen and (min-width: 0em) and (max-width: 28.6875em) {
    #header {
        padding-bottom: 0
    }

    #header.isSmall {
        top: -120px;
        -webkit-transition: top 0.2s ease-in-out;
        -khtml-transition: top 0.2s ease-in-out;
        -moz-transition: top 0.2s ease-in-out;
        -ms-transition: top 0.2s ease-in-out;
        -o-transition: top 0.2s ease-in-out;
        transition: top 0.2s ease-in-out
    }
}

#footer {
    background: #ededeb;
    padding: 40px 0 0
}

#footer ul.social-list {
    margin: 0;
    padding: 0;
    float: right
}

#footer ul.social-list li {
    display: inline-block
}

#footer ul.social-list li a {
    display: block;
    overflow: hidden;
    text-indent: -999px;
    width: 50px;
    height: 50px
}

#footer ul.social-list li.fb a {
    background: url("../img/icon/facebook.png") no-repeat center center
}

#footer ul.social-list li.fb a:hover {
    background: url("../img/icon/colored/facebook.png") no-repeat center center
}

#footer ul.social-list li.tw a {
    background: url("../img/icon/twitter.png") no-repeat center center
}

#footer ul.social-list li.tw a:hover {
    background: url("../img/icon/colored/twitter.png") no-repeat center center
}

#footer ul.social-list li.gp a {
    background: url("../img/icon/google+.png") no-repeat center center
}

#footer ul.social-list li.gp a:hover {
    background: url("../img/icon/colored/google+.png") no-repeat center center
}

#footer ul.footer-line {
    margin: 0;
    padding: 0 0 10px;
    list-style: none
}

#footer ul.footer-line li {
    display: inline-block;
    text-align: left
}

#footer ul.footer-line li:after {
    content: '•';
    padding: 0 10px
}

#footer ul.footer-line li:last-child:after {
    display: none
}

#footer ul.footer-line li a {
    font-size: 18px; /* 16px */
    line-height: 24px;
    font-weight: normal; /* 300 */
    color: #002d41; /* #323232 */
}

#footer ul.footer-line li a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #f03728; /* #ff382a */
}

@media screen and (min-width: 28.75em) {
    #footer ul.footer-line:last-child {
        margin-bottom: 30px
    }
}

#footer .footer-bar {
    border-bottom: 3px solid #f59100;
    border-top: 3px solid #fff;
    position: relative;
    padding: 30px 0;
    text-align: center
}

#footer .footer-bar img {
    height: 40px
}
/*
#footer .footer-bar:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ff382a;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff382a), to(#ffb000));
    background-image: -webkit-linear-gradient(left, #ff382a, #ffb000);
    background-image: -moz-linear-gradient(left, #ff382a, #ffb000);
    background-image: -ms-linear-gradient(left, #ff382a, #ffb000);
    background-image: -o-linear-gradient(left, #ff382a, #ffb000);
    background-image: linear-gradient(left, #ff382a, #ffb000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFF382A', endColorStr='#FFFFB000', gradientType='1');
    height: 3px
}
*/
#footer.reseller {
    background: #ffffff;
    padding-top: 90px
}

#footer.reseller .footer-col {
    padding: 0 0 50px;
    text-align: center
}

@media screen and (min-width: 28.75em) {
    #footer.reseller .footer-col {
        text-align: left;
        padding: 0 0 100px
    }
}

#footer.reseller ul.social-list {
    text-align: center;
    float: none
}

@media screen and (min-width: 28.75em) and (max-width: 57.4375em) {
    #footer.reseller ul.social-list {
        position: absolute;
        left: 50%
    }
}

#footer.reseller ul.social-list li {
    display: inline-block;
    padding: 40px 12px 0
}

#footer.reseller p {
    font-size: 16px;
    color: #0e3242
}

#footer.reseller a {
    text-decoration: underline
}

#footer.reseller .footer-bar {
    background: #ededeb
}

@font-face {
    font-family: FSJoeyProWeb;
    src: url("../font/FSJoeyWeb-Regular.woff") format("woff")
}

@font-face {
    font-family: FSJoeyProWeb;
    src: url("../font/FSJoeyWeb-Medium.woff") format("woff");
    font-weight: 500
}

@font-face {
    font-family: FSJoeyProWeb;
    src: url("../font/FSJoeyWeb-Bold.woff") format("woff");
    font-weight: 700
}

.ui.buttons {
    width: 100%
}

.ui.buttons .button {
    margin-right: 1px;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px !important
}

.ui.buttons .button:last-child {
    margin-right: 0
}

.ui.button {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px
}

.ui.button.secondary {
    background: none;
    border: 2px solid #00b8cb;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #00b8cb;
    font-weight: 700
}

.ui.button.secondary:hover {
    background: #53b7cb;
    color: #fff
}

.ui.button.special {
    position: relative;
    height: 34px;
    color: #0e3242;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 20px;
    background: none;
    border: 0;
    border-left: 2px solid #ff382a;
    border-right: 2px solid #ffb000
}

.ui.button.special:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ff382a;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff382a), to(#ffb000));
    background-image: -webkit-linear-gradient(left, #ff382a, #ffb000);
    background-image: -moz-linear-gradient(left, #ff382a, #ffb000);
    background-image: -ms-linear-gradient(left, #ff382a, #ffb000);
    background-image: -o-linear-gradient(left, #ff382a, #ffb000);
    background-image: linear-gradient(left, #ff382a, #ffb000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFF382A', endColorStr='#FFFFB000', gradientType='1');
    height: 2px;
    content: ''
}

.ui.button.special:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff382a;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff382a), to(#ffb000));
    background-image: -webkit-linear-gradient(left, #ff382a, #ffb000);
    background-image: -moz-linear-gradient(left, #ff382a, #ffb000);
    background-image: -ms-linear-gradient(left, #ff382a, #ffb000);
    background-image: -o-linear-gradient(left, #ff382a, #ffb000);
    background-image: linear-gradient(left, #ff382a, #ffb000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFF382A', endColorStr='#FFFFB000', gradientType='1');
    height: 2px;
    content: ''
}

.ui.button.download {
    background: transparent url("../img/pdf.png") no-repeat right 25px center;
    padding: 14px 50px 14px 27px
}

.ui.button.download:hover {
    background: #00b8cb url("../img/pdf.png") no-repeat right 25px center
}

.ui.button.icon-chat:after {
    content: '';
    background-image: url(../img/spritesheet.png);
    background-position: -381px -759px;
    width: 15px;
    height: 14px;
    display: inherit;
    margin-left: 10px;
    position: relative;
    top: 2px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ui.button.icon-chat:after {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

h1, h2, h3, h4, h5 {
    margin: calc(1.5rem - .14285em) 0 1rem
}

h1, h3, h4, h5 {
    color: #467587
}

h2 {
    color: #447586
}

h2 strong, h2 b {
    color: #ff382a;
    font-weight: 700
}

h1, h5 {
    font-weight: 700
}

h2, h3, h4 {
    font-weight: 500
}

h4 {
    margin-bottom: 10px
}

strong, b {
    font-weight: 700
}

p.featured {
    font-size: 21px;
    line-height: 40px;
    padding-bottom: 90px
}

p.smaller, li.smaller {
    font-size: 16px;
    line-height: 26px
}

p.smaller {
    padding-bottom: 0;
    margin-bottom: 5px
}

sup {
    font-size: 10px
}

span.focus {
    color: #ff382a;
    font-weight: 500
}

@media screen and (min-width: 0em) and (max-width: 28.6875em) {
    h1 {
        font-size: 35px
    }

    h2 {
        font-size: 30px
    }
}

@media screen and (min-width: 28.75em) and (max-width: 57.4375em) {
    h1 {
        font-size: 35px
    }

    h2 {
        font-size: 30px
    }
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mt-150 {
    margin-top: 150px
}

.framed-form {
    padding: 40px 40px 25px;
    background: #ededeb
}

.framed-form input {
    color: #467587
}

#all .ui.form input[type="text"], #all .ui.form input[type="email"], #all .ui.form textarea, #all .ui.form select, #all .ui.form input[type="date"] {
    border: 1px solid #53b7cb;
    box-shadow: none;
    color: #467587
}

#all .ui.form input[type="text"]::-webkit-input-placeholder, #all .ui.form input[type="email"]::-webkit-input-placeholder, #all .ui.form textarea::-webkit-input-placeholder {
    color: inherit
}

.ui.form .button.submit {
    margin: 20px 30px
}

.ui.form input[type="text"], .ui.form input[type="email"], .ui.form select, .ui.form textarea {
    color: #447586 !important;
    font-weight: 500
}

.ui.form input[type="text"]::-webkit-input-placeholder, .ui.form input[type="email"]::-webkit-input-placeholder, .ui.form select::-webkit-input-placeholder, .ui.form textarea::-webkit-input-placeholder {
    color: inherit
}

.ui.form.reseller {
    padding-top: 30px
}

.ui.form.reseller .error {
    color: red !important
}

.ui.form.reseller textarea {
    height: 95px
}

.ui.form.contact {
    padding-bottom: 80px
}

.ui.form.contact textarea {
    height: 150px
}

.reseller-success {
    position: relative;
    padding: 30px 0 10px
}

.reseller-success .ui.button {
    position: relative;
    margin-top: 10px
}

@media screen and (min-width: 57.5em) {
    .reseller-success .ui.button {
        position: absolute;
        left: 300px;
        bottom: 35px
    }
}

.teaser {
    padding: 80px 30px 0;
    position: relative
}

.teaser.center {
    text-align: center
}

.teaser h3, .teaser h4, .teaser h5 {
    color: #467587
}

.teaser p {
    color: #0e3242
}

.teaser i.icon {
    /*position: absolute;
    top: 40px;
    left: 50%;
    */
    color: #F03728;
    font-size: 50px;
/*    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
    */
}

.teaser i.icon.cheap {
    background: url(../img/icon/colored/average_2.png) center center no-repeat;
    height: 50px;
    width: 50px
}

.teaser i.icon.ssd {
    background: url(../img/icon/colored/remote_control.png) center center no-repeat;
    height: 50px;
    width: 50px
}

.teaser i.icon.timer {
    background: url(../img/icon/colored/time.png) center center no-repeat;
    height: 50px;
    width: 50px
}

.teaser i.icon.sd {
    background: url(../img/icon/colored/sd_card.png) center center no-repeat;
    height: 50px;
    width: 50px
}

.teaser i.icon.player {
    background: url(../img/icon/colored/play_round.png) center center no-repeat;
    height: 50px;
    width: 50px
}

.teaser i.icon.speedometer {
    background: url(../img/icon/colored/speedometer.png) center center no-repeat;
    height: 50px;
    width: 50px
}

.teaser i.icon.electronics {
    background: url(../img/icon/colored/smartphone_ram.png) center center no-repeat;
    height: 50px;
    width: 50px
}

.teaser i.icon.in-air {
    background: url(../img/icon/colored/in_air.png) center center no-repeat;
    height: 50px;
    width: 50px
}

.teaser i.icon.control {
    background: url(../img/icon/colored/memory_slot.png) center center no-repeat;
    height: 50px;
    width: 50px
}

.teaser i.icon.skylake {
    background: url(../img/icon/colored/skylake.png) center center no-repeat;
    height: 50px;
    width: 50px
}

.stats-teasers {
    padding-top: 60px !important;
    text-align: center
}

.stats-teasers.fluid {
    padding-top: 0 !important
}

.stats-teasers.fluid .teaser {
    max-width: none
}

.stats-teasers .teaser {
    max-width: 280px;
    margin: 0 auto 20px;
    border: 2px solid #fff;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: left;
    padding: 20px;
    height: 225px !important;
    position: relative
}

.stats-teasers .teaser p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #0e3242
}

.stats-teasers .teaser .count {
    font-size: 50px;
    color: #467587;
    line-height: 1em
}

@media screen and (min-width: 28.75em) and (max-width: 57.4375em) {
    .stats-teasers .teaser .count {
        font-size: 40px
    }
}

@media screen and (min-width: 57.5em) and (max-width: 62.4375em) {
    .stats-teasers .teaser .count {
        font-size: 46px
    }
}

.section.light .stats-teasers .teaser {
    border: 2px solid #f1f1f1
}

.text-teaser {
    padding-bottom: 60px;
    text-align: center
}

.columns:last-child > .text-teaser {
    padding-bottom: 0
}

@media screen and (min-width: 57.5em) {
    .text-teaser {
        padding-bottom: 0
    }
}

@media screen and (min-width: 57.5em) {
    .float-blue .table-wrap .price-box {
        margin-top: -40px
    }
}

a.price-box:hover {
    color: #467587
}

a.price-box:hover .button {
    background-color: #2b92a7
}

.price-box {
    padding: 10px;
    margin-bottom: 30px;
    background: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    color: #467587;
    position: relative;
    z-index: 5;
    display: block
}

@media screen and (min-width: 57.5em) {
    .price-box {
        margin-bottom: 0;
        padding: 30px
    }
}

.price-box .pref {
    display: none
}

@media screen and (min-width: 28.75em) {
    .price-box .pref {
        display: block;
        height: 70px;
        margin: 0 -25px
    }

    .price-box .pref.pref1 {
        background: url(../img/p1.png) center top no-repeat
    }

    .price-box .pref.pref2 {
        background: url(../img/p2.png) center top no-repeat
    }

    .price-box .pref.pref3 {
        background: url(../img/p3.png) center top no-repeat
    }

    .price-box .pref.pref4 {
        background: url(../img/p4.png) center top no-repeat
    }

    .price-box .pref.pref5 {
        background: url(../img/p5.png) center top no-repeat
    }
}

.price-box ul {
    margin: 0;
    padding: 0 0 20px;
    list-style: none
}

.price-box ul li {
    margin: 0;
    padding: 5px 0;
    line-height: 20px
}

.price-box.multiple {
    text-align: center;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 30px 20px
}

@media screen and (min-width: 28.75em) {
    .price-box.multiple {
        padding: 30px 20px
    }
}

@media screen and (min-width: 57.5em) and (max-width: 62.4375em) {
    .price-box.multiple {
        padding: 20px 10px 30px
    }
}

@media screen and (min-width: 62.5em) {
    .price-box.multiple {
        padding: 20px 30px 30px;
        border-radius: 0
    }

    .columns:first-child > .price-box.multiple {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .columns:last-child > .price-box.multiple {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0
    }
}

.price-box.multiple ul {
    padding: 40px 0 10px
}

@media screen and (min-width: 28.75em) {
    .price-box.multiple ul {
        padding: 40px 0 20px
    }
}

.price-box.multiple ul li {
    border-top: 1px solid #f1f1f1;
    padding: 8px 0
}

@media screen and (min-width: 28.75em) {
    .price-box.multiple ul li {
        padding: 15px 0;
        margin: 0 -5px
    }
}

.price-box.multiple ul li:last-child {
    border-bottom: 1px solid #f1f1f1
}

.price-box.multiple ul li > span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
}

.price-box.multiple .product-price {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    padding-right: 80px;
    font-size: 60px
}

@media screen and (min-width: 62.5em) {
    .price-box.multiple .product-price {
        font-size: 80px
    }
}

.price-box.multiple .product-price.eur .currency {
    font-size: 21px;
    font-weight: 300;
    position: absolute;
    right: 60px;
    bottom: 3px
}

@media screen and (min-width: 62.5em) {
    .price-box.multiple .product-price.eur .currency {
        bottom: 15px;
        line-height: 70px;
    }
}

.price-box.multiple .product-price.eur .unit {
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    right: 0;
    bottom: -13px
}

@media screen and (min-width: 62.5em) {
    .price-box.multiple .product-price.eur .unit {
        bottom: -2px;
        line-height: 70px;
    }
}

.price-box.multiple .product-price.eur .unit:before {
    content: '';
    background-image: url(../img/spritesheet.png);
    background-position: -930px -130px;
    width: 21px;
    height: 30px;
    position: absolute;
    bottom: 13px;
    left: -15px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .price-box.multiple .product-price.eur .unit:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

@media screen and (min-width: 57.5em) {
    .price-box.multiple .product-price.eur .unit:before {
        bottom: 27px
    }
}

.price-box.multiple .product-price.us .currency {
    font-size: 21px;
    font-weight: 300;
    position: absolute;
    left: -10px;
    top: -11px
}

@media screen and (min-width: 62.5em) {
    .price-box.multiple .product-price.us .currency {
        top: -17px
    }
}

.price-box.multiple .product-price.us .unit {
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    bottom: -13px;
    right: 20px
}

@media screen and (min-width: 62.5em) {
    .price-box.multiple .product-price.us .unit {
        bottom: -20px;
        right: 20px
    }
}

.price-box.multiple .product-price span.aktion {
    margin-top: 0;
    position: absolute;
    bottom: -30px;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.price-box.multiple:after {
    content: '';
    position: absolute;
    right: 0;
    top: 29px;
    bottom: 10px;
    width: 1px;
    background-color: #f1f1f1
}

.columns:last-child > .price-box.multiple:after {
    display: none
}

.price-box.multiple.best {
    border-top: 2px solid #ffb000;
    border-bottom: 2px solid #ff382a;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding-top: 50px;
    position: relative;
    z-index: 10;
    margin-top: -22px;
    margin-bottom: -30px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 57.5em) {
    .price-box.multiple.best {
        margin-top: -32px
    }
}

.price-box.multiple.best:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background-color: #ff382a;
    background-color: #ffb000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb000), to(#ff382a));
    background-image: -webkit-linear-gradient(top, #ffb000, #ff382a);
    background-image: -moz-linear-gradient(top, #ffb000, #ff382a);
    background-image: -ms-linear-gradient(top, #ffb000, #ff382a);
    background-image: -o-linear-gradient(top, #ffb000, #ff382a);
    background-image: linear-gradient(top, #ffb000, #ff382a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFB000', endColorStr='#FFFF382A')
}

.price-box.multiple.best:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background-color: #ff382a;
    background-color: #ffb000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb000), to(#ff382a));
    background-image: -webkit-linear-gradient(top, #ffb000, #ff382a);
    background-image: -moz-linear-gradient(top, #ffb000, #ff382a);
    background-image: -ms-linear-gradient(top, #ffb000, #ff382a);
    background-image: -o-linear-gradient(top, #ffb000, #ff382a);
    background-image: linear-gradient(top, #ffb000, #ff382a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFB000', endColorStr='#FFFF382A')
}

.price-box.multiple.best .best-header {
    position: absolute;
    top: 10px;
    color: #f03728;
    font-size: 19px;
    font-weight: 700;
    left: 0;
    right: 0;
    text-align: center;
    display: block
}

.price-box .product-price {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #f03728;
    font-size: 50px;
    line-height: 113px;
    font-weight: 700
}

@media screen and (min-width: 57.5em) {
    .price-box .product-price {
        font-size: 53px;
        line-height: 113px;
        right: 20px
    }
}

.price-box .product-price small {
    font-size: 16px;
    font-weight: 300
}

.price-box .product-price span.aktion {
    color: #f03728;
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin-top: -5px
}

@media screen and (min-width: 57.5em) {
    .price-box .product-price span.aktion {
        margin-top: -20px
    }
}

.price-box .product-name {
    font-size: 31px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 20px;
    min-height: 65px
}

.price-box.featured .product-price {
    padding-left: 20px
}

.price-box.featured .product-price.us {
    left: 20px
}

.price-box.featured .product-price small {
    position: absolute;
    top: -2px;
    font-size: 18px;
    left: 0;
    line-height: 20px
}

@media screen and (min-width: 57.5em) and (max-width: 62.4375em) {
    .price-box.featured .product-price small {
        top: 13px
    }
}

@media screen and (min-width: 62.5em) {
    .price-box.featured .product-price small {
        top: 7px
    }
}

[lang="en-GB"] .price-box.featured .product-price small {
    left: -15px
}

[lang="en-US"] .price-box.featured .product-price small {
    left: -30px
}

[lang="en-US"] .price-box.featured .product-price .currency {
    left: 8px
}

.price-box.featured ul {
    padding: 10px 0 20px
}

@media screen and (min-width: 62.5em) {
    .price-box.featured ul {
        padding: 40px 0 20px
    }
}

.price-box.featured .flag {
    display: block;
    height: 50px;
    margin: 0 -25px;
    line-height: 50px;
    font-family: FSJoeyProWeb;
    font-size: 30px;
    font-weight: 700
}

.price-box.featured .cpuRow {
    height: 91px
}

.price-box.featured .cpuRow .span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.price-box.featured .start-now {
    margin-left: -25px;
    margin-right: -25px
}

.start-now {
    color: #00b8cb;
    font-weight: 700;
    font-size: 16px;
    margin: -5px 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.show-small-table .start-now {
    margin: 0 -10px 10px;
    text-align: center
}

.ui.divider {
    font-weight: 300;
    color: #447586;
    font-size: 14px;
    letter-spacing: 0
}

.product-slider {
    position: relative;
    z-index: 1;
    opacity: 0
}

.js .product-slider {
    -webkit-transition: opacity 0.2s linear;
    -khtml-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.no-js .product-slider, .product-slider.isInit {
    opacity: 1
}

.product-slider .swiper-button-prev {
    background: transparent url("../img/ar-prev.png") center center no-repeat;
    background-size: 50%;
    width: 20px;
    height: 40px;
    top: 50%;
    left: -25px
}

.product-slider .swiper-button-next {
    background: transparent url("../img/ar-next.png") center center no-repeat;
    background-size: 50%;
    width: 20px;
    height: 40px;
    top: 50%;
    right: -25px
}

.product-slider .swiper-slide {
    padding: 40px 0
}

.product-slider .swiper-button-disabled {
    display: none
}

.product-slider .button, .product-slider .price-box ul li {
    box-sizing: border-box
}

.content-box {
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    color: #467587;
    position: relative;
    z-index: 5
}

@media screen and (min-width: 57.5em) {
    .content-box {
        margin-bottom: 0
    }
}

.content-box.hasShadow {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05)
}

.content-box h2.header {
    line-height: 0.9;
    font-weight: 300
}

.content-box h5 {
    margin: 5px 0 5px 0
}

.content-box ul {
    border-bottom: 1px solid #f1f1f1;
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px
}

.content-box ul:last-of-type {
    border-bottom: 0;
    padding-bottom: 15px
}

.content-box ul li {
    margin: 0;
    padding: 6px 0;
    position: relative;
    font-size: 18px;
    line-height: 1.2
}

.content-box ul li:before {
    content: '';
    background-image: url(../img/spritesheet.png);
    background-position: -220px -887px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-18px);
    -khtml-transform: translateX(-18px);
    -moz-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    -o-transform: translateX(-18px);
    transform: translateX(-18px)
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content-box ul li:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.content-box.imprint {
    background: #edeee9;
    text-align: center;
    margin-bottom: 70px;
    color: #467587;
    font-size: 20px;
    padding: 0
}

.content-box.imprint h5 {
    background-color: #437182;
    color: #fff;
    padding: 8px 0;
    font-weight: 300;
    font-size: 19px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.content-box.imprint p {
    padding: 30px 0 40px
}

.img-box {
    padding: 110px 10px 30px;
    margin: 100px 0 80px;
    background: #fff;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    color: #467587;
    position: relative
}

@media screen and (min-width: 57.5em) {
    .img-box {
        padding: 110px 30px 30px;
        margin: 100px 0 0
    }
}

.columns:last-child > .img-box {
    margin: 100px 0 0
}

.img-box .bubble {
    border-radius: 100%;
    width: 230px;
    position: absolute;
    left: 50%;
    top: -115px;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.img-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.img-box ul li {
    margin: 0;
    padding: 0 0 10px 35px;
    line-height: 30px;
    position: relative
}

.img-box ul li:before {
    content: '';
    background-image: url(../img/spritesheet.png);
    background-position: -133px -759px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 2px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .img-box ul li:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.stage {
    padding-bottom: 0
}

@media screen and (max-height: 800px) {
    .stage {
        padding-top: 60px
    }

    .stage p.featured {
        padding-bottom: 40px
    }
}

.stage h1 sup {
    font-size: 50%;
    top: -12px
}

@media screen and (min-width: 57.5em) {
    .stage h1 sup {
        top: -17px
    }
}

.stage .table-wrap {
    position: relative
}

.stage .table-wrap > .ui {
    position: relative;
    z-index: 1
}

.stage .table-wrap .pricing {
    position: relative
}

.stage .table-wrap .pricing:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    bottom: 0;
    background: #fff;
    z-index: 0;
    content: ''
}

.stage .table-wrap .pricestageframe .boxFrame {
    padding-top: 40px;
    background: #f1f1f1
}

.stage .table-wrap .pricestageframe .price-box.featured {
    margin: auto;
    max-width: 300px;
    position: relative
}

@media screen and (min-width: 992px) {
    .stage .table-wrap .pricestageframe {
        position: relative
    }

    .stage .table-wrap .pricestageframe .pricing .product-slider {
        padding-left: 24%
    }

    .stage .table-wrap .pricestageframe .boxFrame {
        background: none;
        position: absolute;
        padding-top: 0;
        left: 0;
        top: 0;
        right: 0;
        max-width: 1160px;
        margin: auto
    }

    .stage .table-wrap .pricestageframe .boxFrame .boxFrame-inner {
        position: absolute;
        left: 10px;
        top: 60px;
        width: 24%;
        padding-right: 20px
    }

    .stage .table-wrap .pricestageframe .price-box.featured {
        margin: 0;
        max-width: 3000px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden
    }
}

.stage.next-grey .table-wrap .pricing:after {
    background: #f1f1f1
}

.stage.float-blue .table-wrap {
    padding-bottom: 60px
}

.stage.float-blue .table-wrap:after {
    background: transparent
}

.stage .ui.grid.smallpadded > .column, .stage .ui.grid.smallpadded > .columns {
    padding-left: 1px;
    padding-right: 0
}

.logo-slider {
    position: relative;
    padding: 0 40px;
    margin-top: 50px
}

@media screen and (min-width: 57.5em) {
    .logo-slider {
        padding: 0
    }
}

.logo-slider .swiper-wrapper {
    padding: 0 0 20px
}

.logo-slider .swiper-slide {
    height: 195px;
    text-align: center;
    position: relative
}

.logo-slider .swiper-slide a {
    display: block;
    color: inherit;
    font-size: 16px;
    position: relative;
    padding: 110px 10px 0;
    height: 85px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent
}

.logo-slider .swiper-slide a i {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.logo-slider .swiper-slide a i.centos {
    background-image: url(../Icons/New/centos-1c.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a i.almalinux {
    background-image: url(../Icons/New/almalinux-1c.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a i.centos {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/
.logo-slider .swiper-slide a i.debian {
    background-image: url(../Icons/New/debian-1c.svg);
    width: 50px;
    height: 62px;
    background-size: 50px 62px;
    top: 25px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a i.debian {
        background-image: url(../Icons/New/debian-1c.svg);
        background-size: 951px 905px
    }
}
*/
.logo-slider .swiper-slide a i.ubuntu {
    background-image: url(../Icons/New/ubuntu-1c.svg);
    width: 50px;
    height: 52px;
    background-size: 50px 52px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a i.ubuntu {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/
.logo-slider .swiper-slide a i.windows {
    background-image: url(../Icons/New/windows-1c.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a i.windows {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/

.logo-slider .swiper-slide a i.plesk {
    background-image: url(../Icons/New/plesk-1c.svg);
    width: 50px;
    height: 64px;
    background-size: 52px 64px;
    top: 25px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a i.plesk {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/

.logo-slider .swiper-slide a i.cp {
    background-image: url(../Icons/New/cpanel-1c.svg);
    width: 50px;
    height: 34px;
    background-size: 52px 34px;
    top: 40px;
}

/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a i.cp {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/

.logo-slider .swiper-slide a i.wordpress {
    background-image: url(../Icons/New/wordpress-1c.svg);
    width: 52px;
    height: 52px;
    background-size: 52px 52px;
    top: 40px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a i.wordpress {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/
.logo-slider .swiper-slide a i.drupal {
    background-image: url(../Icons/New/drupal-1c.svg);
    width: 45px;
    height: 52px;
    background-size: 45px 52px;
    top: 40px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a i.drupal {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/
.logo-slider .swiper-slide a i.tine {
    background-image: url(../Icons/New/tine-1c.svg);
    width: 52px;
    height: 52px;
    background-size: 52px 52px;
    top: 40px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a i.tine {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/

.logo-slider .swiper-slide a span {
    display: none
}

.logo-slider .swiper-slide a:hover {
    color: #f03728;
    border-top: 2px solid #ffb000;
    border-bottom: 2px solid #ff382a;
    cursor: pointer
}

.logo-slider .swiper-slide a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background-color: #ff382a;
    background-color: #ffb000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb000), to(#ff382a));
    background-image: -webkit-linear-gradient(top, #ffb000, #ff382a);
    background-image: -moz-linear-gradient(top, #ffb000, #ff382a);
    background-image: -ms-linear-gradient(top, #ffb000, #ff382a);
    background-image: -o-linear-gradient(top, #ffb000, #ff382a);
    background-image: linear-gradient(top, #ffb000, #ff382a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFB000', endColorStr='#FFFF382A')
}

.logo-slider .swiper-slide a:hover:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background-color: #ff382a;
    background-color: #ffb000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb000), to(#ff382a));
    background-image: -webkit-linear-gradient(top, #ffb000, #ff382a);
    background-image: -moz-linear-gradient(top, #ffb000, #ff382a);
    background-image: -ms-linear-gradient(top, #ffb000, #ff382a);
    background-image: -o-linear-gradient(top, #ffb000, #ff382a);
    background-image: linear-gradient(top, #ffb000, #ff382a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFB000', endColorStr='#FFFF382A')
}

.logo-slider .swiper-slide a:hover i.centos {
    background-image: url(../Icons/New/centos.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a:hover i.almalinux {
    background-image: url(../Icons/New/almalinux.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a:hover i.centos {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/

.logo-slider .swiper-slide a:hover i.debian {
    background-image: url(../Icons/New/debian.svg);
    width: 50px;
    height: 62px;
    background-size: 50px 62px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a:hover i.debian {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/

.logo-slider .swiper-slide a:hover i.ubuntu {
    background-image: url(../Icons/New/ubuntu.svg);
    width: 50px;
    height: 52px;
    background-size: 50px 52px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a:hover i.ubuntu {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/
.logo-slider .swiper-slide a:hover i.windows {
    background-image: url(../Icons/New/windows.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a:hover i.windows {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/
.logo-slider .swiper-slide a:hover i.plesk {
    background-image: url(../Icons/New/plesk.svg);
    width: 50px;
    height: 64px;
    background-size: 50px 64px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a:hover i.plesk {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/
.logo-slider .swiper-slide a:hover i.cp {
    background-image: url(../Icons/New/cpanel.svg);
    width: 50px;
    height: 34px;
    background-size: 50px 34px;
}

/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a:hover i.cp {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/

.logo-slider .swiper-slide a:hover i.wordpress {
    background-image: url(../Icons/New/wordpress.svg);
    width: 52px;
    height: 52px;
    background-size: 52px 52px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a:hover i.wordpress {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/
.logo-slider .swiper-slide a:hover i.drupal {
    background-image: url(../Icons/New/drupal.svg);
    width: 45px;
    height: 52px;
    background-size: 45px 52px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a:hover i.drupal {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/
.logo-slider .swiper-slide a:hover i.tine {
    background-image: url(../Icons/New/tine.svg);
    width: 52px;
    height: 52px;
    background-size: 52px 52px;
}
/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-slider .swiper-slide a:hover i.tine {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}
*/
.logo-slider .swiper-slide a:hover span {
    display: block;
    position: absolute;
    font-size: 12px;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.logo-slider .swiper-button-prev {
    background: transparent url("../img/ar-prev.png") no-repeat;
    background-size: 50%;
    width: 20px;
    height: 40px;
    left: 5px;
    top: 50%
}

@media screen and (min-width: 28.75em) and (max-width: 57.4375em) {
    .logo-slider .swiper-button-prev {
        left: 15px
    }
}

@media screen and (min-width: 57.5em) {
    .logo-slider .swiper-button-prev {
        left: -60px
    }
}

.logo-slider .swiper-button-next {
    background: transparent url("../img/ar-next.png") no-repeat;
    background-size: 50%;
    width: 20px;
    height: 40px;
    right: 5px;
    top: 50%
}

@media screen and (min-width: 28.75em) and (max-width: 57.4375em) {
    .logo-slider .swiper-button-next {
        right: 15px
    }
}

@media screen and (min-width: 57.5em) {
    .logo-slider .swiper-button-next {
        right: -60px
    }
}

#all .ui.styled.accordion {
    box-shadow: none
}

#all .ui.styled.accordion .title {
    color: #003141;
    background-color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 7px 10px;
    border-top: none;
    border: 1px solid #437182;
    margin: 10px 0 0;
    position: relative;
    z-index: 2;
    box-shadow: none
}

#all .ui.styled.accordion .title.active {
    color: white;
    background-color: #437182
}

#all .ui.styled.accordion .content {
    padding: 7px 10px;
    border: 1px solid #437182;
    box-shadow: 1px 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15)
}

#all .ui.styled.accordion .content p {
    font-size: 16px;
    color: #0e3242
}

#all .ui.styled.accordion .content ul, #all .ui.styled.accordion .content ol {
    margin: -15px 0 0 0
}

#all .ui.styled.accordion .content ul li, #all .ui.styled.accordion .content ol li {
    font-size: 16px
}

#all .ui.styled.accordion .content ol {
    list-style-type: lower-latin
}

.ui.modal > .header {
    font-size: 31px !important;
    font-weight: 300 !important;
    border-bottom: none;
    color: #467587;
    padding: 15px 20px 10px
}

.ui.modal > .content {
    padding: 0 20px
}

.ui.modal > .actions {
    border-top: none;
    background: #ffffff;
    padding: 20px 15px
}

.ui.modal.prepay-angebot {
    text-align: center;
    border: 1px solid #002c41;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

@media screen and (min-width: 57.5em) {
    .ui.modal.prepay-angebot {
        width: 700px;
        margin: 0 0 0 -350px
    }
}

.ui.modal.prepay-angebot > .header {
    color: #002c41;
    font-size: 35px !important
}

.ui.modal.prepay-angebot > .content {
    font-size: 18px
}

.ui.modal.prepay-angebot > .actions > .ui.button {
    display: block;
    margin: 0 auto 10px;
    border: 1px solid #00b8cb;
    width: 180px;
    padding-left: 5px;
    padding-right: 5px
}

.ui.dimmer {
    background: rgba(0, 44, 65, 0.8)
}

.highlight {
    position: relative;
    z-index: 1
}

@media screen and (min-width: 57.5em) {
    .highlight {
        margin-top: -30px;
        margin-bottom: -30px
    }
}

@media screen and (min-width: 57.5em) {
    .highlight .container {
        width: 450px;
        margin: 0 auto
    }
}

.highlight ul {
    margin: 0;
    padding: 0 20px;
    list-style: none;
    text-align: center
}

@media medium-up {
    .highlight ul {
        padding: 0
    }
}

.highlight ul li {
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 30px;
    position: relative;
    font-size: 17px
}

.highlight ul li:before {
    content: '';
    background-image: url(../img/spritesheet.png);
    background-position: -930px -616px;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 7px;
    display: inline;
    -webkit-transform: translateX(-22px);
    -khtml-transform: translateX(-22px);
    -moz-transform: translateX(-22px);
    -ms-transform: translateX(-22px);
    -o-transform: translateX(-22px);
    transform: translateX(-22px)
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .highlight ul li:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

@media screen and (min-width: 57.5em) {
    .highlight.circle:before {
        content: '';
        background: transparent url("../img/highlight-circle.png") center center no-repeat;
        width: 651px;
        height: 566px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -khtml-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: -1
    }

    .highlight.circle h2 {
        width: 410px;
        margin: 0 auto 16px
    }
}

#login.mask {
    background-color: #002b40;
    position: relative;
    height: 700px
}

#login .wrapper {
    position: absolute;
    top: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.login-box {
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 80%;
    padding: 15px 20px;
    margin-bottom: 5px
}

@media screen and (min-width: 28.75em) {
    .login-box {
        width: 350px
    }
}

.login-box h2.header {
    font-size: 31px;
    font-weight: 300;
    color: #467587
}

.login-box .loginform .input {
    padding-bottom: 30px
}

.login-box .loginform .input:last-child {
    padding-bottom: 5px
}

.login-box .loginform input[type="text"], .login-box .loginform input[type="password"] {
    color: #467587
}

.login-box .loginform input[type="text"]::-webkit-input-placeholder, .login-box .loginform input[type="password"]::-webkit-input-placeholder {
    color: inherit
}

.login-box .loginform input[type="password"] {
    background: transparent url("../img/invisible.png") no-repeat right 10px center;
    padding-right: 40px
}

p.subtext {
    color: #00b8cb;
    text-align: center;
    font-size: 16px
}

p.subtext strong {
    font-weight: 500
}

.details {
    display: none
}

.details.show {
    display: block
}

.table-view {
    padding-top: 30px;
    padding-bottom: 8px;
    position: relative
}

.more-details {
    position: relative;
    z-index: 1;
    background: #f1f1f1;
    text-align: center
}

.more-details .show-details:hover {
    cursor: pointer
}

.more-details .hide-details {
    display: none
}

.more-details .hide-details:hover {
    cursor: pointer
}

.more-details.isOpen .show-details {
    display: none
}

.more-details.isOpen .hide-details {
    display: inline-block
}

.more-details table.ui.table {
    border: none;
    background: transparent;
    table-layout: fixed;
    margin: 0
}

.more-details table.ui.table.celled td, .more-details table.ui.table.celled th {
    border-top: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1
}

.more-details table.ui.table.celled td.empty, .more-details table.ui.table.celled th.empty {
    border: 0
}

.more-details table.ui.table td:first-child, .more-details table.ui.table th:first-child {
    width: 150px
}

@media screen and (min-width: 62.5em) {
    .more-details table.ui.table td:first-child, .more-details table.ui.table th:first-child {
        width: 200px
    }
}

.more-details table.ui.table td {
    padding: 13px 25px;
    background: white
}

.more-details table.ui.table td i.icon.checkmark {
    background-image: url(../img/spritesheet.png);
    background-position: -930px -616px;
    width: 16px;
    height: 14px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .more-details table.ui.table td i.icon.checkmark {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.more-details table.ui.table td i.icon.checkmark:before {
    content: ''
}

.more-details table.ui.table td i.icon.cross {
    background-image: url(../img/spritesheet.png);
    background-position: -332px -887px;
    width: 9px;
    height: 12px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .more-details table.ui.table td i.icon.cross {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.more-details table.ui.table th {
    background: transparent;
    padding: 30px 10px 20px
}

@media screen and (min-width: 62.5em) {
    .more-details table.ui.table th {
        padding: 30px 10px 20px
    }
}

.more-details table.ui.table th.product-price {
    background: white;
    position: relative;
    color: #f03728;
    font-size: 38px
}

@media screen and (min-width: 57.5em) {
    .more-details table.ui.table th.product-price {
        font-size: 50px
    }
}

@media screen and (min-width: 75em) {
    .more-details table.ui.table th.product-price {
        font-size: 60px
    }
}

.more-details table.ui.table th.product-price .relative-price {
    position: relative;
    height: 45px
}

.more-details table.ui.table th.product-price .relative-price + .buttons {
    float: left
}

.more-details table.ui.table th.product-price:nth-child(2) {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 6px
}

.more-details table.ui.table th.product-price:last-child {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0
}

.more-details table.ui.table th.product-price.eur .currency {
    font-size: 21px;
    font-weight: 300;
    position: absolute;
    bottom: 44px;
    right: 72px
}

@media screen and (min-width: 75em) {
    .more-details table.ui.table th.product-price.eur .currency {
        bottom: 37px
    }
}

.more-details table.ui.table th.product-price.eur .relative-price {
    display: inline-block
}

.more-details table.ui.table th.product-price.eur .relative-price .currency {
    bottom: 26px;
    right: -15px;
    font-size: 18px
}

@media screen and (min-width: 57.5em) {
    .more-details table.ui.table th.product-price.eur .relative-price .currency {
        font-size: 21px;
        right: -23px
    }
}

.more-details table.ui.table th.product-price.eur .relative-price .unit {
    bottom: 10px;
    right: -60px
}

@media screen and (min-width: 57.5em) {
    .more-details table.ui.table th.product-price.eur .relative-price .unit {
        right: -80px
    }
}

.more-details table.ui.table th.product-price.eur .unit {
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    bottom: 26px;
    right: 15px
}

@media screen and (min-width: 57.5em) {
    .more-details table.ui.table th.product-price.eur .unit {
        font-size: 18px
    }
}

@media screen and (min-width: 75em) {
    .more-details table.ui.table th.product-price.eur .unit {
        bottom: 20px;
        font-size: 20px
    }
}

.more-details table.ui.table th.product-price.eur .unit:before {
    content: '';
    background-image: url(../img/spritesheet.png);
    background-position: -930px -130px;
    width: 21px;
    height: 30px;
    position: absolute;
    bottom: 6px;
    right: 29px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .more-details table.ui.table th.product-price.eur .unit:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

@media screen and (min-width: 57.5em) {
    .more-details table.ui.table th.product-price.eur .unit:before {
        bottom: 6px;
        right: 41px
    }
}

.more-details table.ui.table th.product-price.us .currency {
    font-size: 21px;
    font-weight: 300;
    position: absolute;
    top: 28px;
    left: 0px
}

@media screen and (min-width: 57.5em) {
    .more-details table.ui.table th.product-price.us .currency {
        top: 28px
    }
}

.more-details table.ui.table th.product-price.us .relative-price {
    padding-left: 15px;
    display: inline-block
}

.more-details table.ui.table th.product-price.us .relative-price .currency {
    top: -8px;
    left: 0;
    font-size: 18px
}

@media screen and (min-width: 57.5em) {
    .more-details table.ui.table th.product-price.us .relative-price .currency {
        font-size: 21px
    }
}

.more-details table.ui.table th.product-price.us .relative-price .unit {
    bottom: 13px;
    right: -40px
}

@media screen and (min-width: 57.5em) {
    .more-details table.ui.table th.product-price.us .relative-price .unit {
        bottom: 10px;
        right: -60px
    }
}

@media screen and (min-width: 75em) {
    .more-details table.ui.table th.product-price.us .relative-price .unit {
        bottom: 8px
    }
}

.more-details table.ui.table th.product-price.us .unit {
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    bottom: 26px;
    right: 15px
}

@media screen and (min-width: 57.5em) {
    .more-details table.ui.table th.product-price.us .unit {
        font-size: 18px
    }
}

@media screen and (min-width: 75em) {
    .more-details table.ui.table th.product-price.us .unit {
        font-size: 20px;
        bottom: 20px
    }
}

.more-details table.ui.table tr.cross-heading td {
    color: #002c41 !important;
    font-weight: 300;
    font-size: 18px;
    background-color: #f1f1f1
}

#all.isSmall .table-header {
    -webkit-transition: margin 0.2s linear;
    -khtml-transition: margin 0.2s linear;
    -moz-transition: margin 0.2s linear;
    -ms-transition: margin 0.2s linear;
    -o-transition: margin 0.2s linear;
    transition: margin 0.2s linear
}

#all .table-header.fixed {
    margin-top: 110px !important
}

#all.isSmall .table-header.fixed {
    margin-top: 40px !important
}

.show-small-table .start-now {
    margin: 0 -10px 10px;
    text-align: center
}

@media only screen and (min-width: 767px) {
    .show-small-table {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .hide-small-table {
        display: none
    }

    .table.responsive {
        width: 1200px
    }

    .more-details .pinned table.ui.table.celled td, .more-details .pinned table.ui.table.celled th {
        width: 100%;
        white-space: normal
    }
}

.callservice {
    position: relative;
    color: #0e3242;
    padding-top: 40px
}

@media screen and (min-width: 28.75em) {
    .callservice {
        padding-top: 0
    }
}

.callservice span {
    background-image: url(../img/spritesheet.png);
    background-position: -790px -549px;
    width: 33px;
    height: 31px;
    position: absolute;
    top: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .callservice span {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

@media screen and (min-width: 28.75em) {
    .callservice span {
        left: 50%;
        -webkit-transform: translateX(-150px);
        -khtml-transform: translateX(-150px);
        -moz-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        -o-transform: translateX(-150px);
        transform: translateX(-150px)
    }
}

.support {
    position: relative
}

.support .support-col {
    padding: 50px 0 0
}

.support .support-col h3 {
    margin-bottom: 5px
}

.support .support-col h3 strong {
    color: #f03728
}

.support .support-col p {
    font-size: 16px
}

.support .ui.button.support {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 60px
}

@media screen and (min-width: 57.5em) {
    .support .ui.button.support {
        position: absolute;
        right: -32px;
        top: -61px;
        left: inherit;
        margin-top: 0
    }
}

.contact-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact-list li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0
}

.contact-list li a, .contact-list li span {
    display: block;
    line-height: 30px;
    padding-left: 25px;
    color: #0e3242;
    position: relative
}

.contact-list li a:before, .contact-list li span:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 6px
}

.contact-list li a:hover {
    color: #ff382a;
    text-decoration: underline
}

.contact-list li.icon-phone span:before {
    background-image: url(../img/spritesheet.png);
    background-position: -930px -501px;
    width: 15px;
    height: 15px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .contact-list li.icon-phone span:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.contact-list li.icon-fax span:before {
    background-image: url(../img/spritesheet.png);
    background-position: -496px -759px;
    width: 15px;
    height: 14px;
    top: 8px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .contact-list li.icon-fax span:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.contact-list li.icon-email a:before {
    background-image: url(../img/spritesheet.png);
    background-position: -729px -759px;
    width: 15px;
    height: 11px;
    top: 10px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .contact-list li.icon-email a:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.ressellerform-success {
    display: none
}

.chat {
    opacity: 0
}

.server-outlet h2 {
    color: #002c41;
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 25px;
    text-align: center
}

@media screen and (min-width: 57.5em) {
    .server-outlet h2 {
        text-align: left
    }
}

.server-outlet .store.row {
    margin-top: 40px
}

@media screen and (min-width: 57.5em) {
    .server-outlet .store.row {
        margin-top: 0
    }
}

.server-outlet .store.row > .column, .server-outlet .store.row > .columns {
    padding-right: 0;
    float: left !important;
    clear: none !important
}

@media screen and (min-width: 28.75em) and (max-width: 57.4375em) {
    .server-outlet .store.row > .column:nth-child(2n+1), .server-outlet .store.row > .columns:nth-child(2n+1) {
        clear: both !important
    }
}

@media screen and (min-width: 57.5em) {
    .server-outlet .store.row > .column:nth-child(4n+1), .server-outlet .store.row > .columns:nth-child(4n+1) {
        clear: both !important
    }
}

.server-outlet .store.row > .column.isHidden, .server-outlet .store.row > .isHidden.columns {
    display: none
}

@media screen and (min-width: 75em) {
    .server-outlet .share {
        margin-right: 40px
    }
}

.server-outlet .share p {
    margin: 0;
    padding: 20px 40px 10px 40px;
    text-align: center
}

.server-outlet .share ul.social-list {
    margin: 0;
    padding: 0;
    text-align: center
}

.server-outlet .share ul.social-list li {
    display: inline-block
}

.server-outlet .share ul.social-list li a {
    display: block;
    overflow: hidden;
    text-indent: -999px;
    width: 50px;
    height: 50px
}

.server-outlet .share ul.social-list li.fb a {
    background: url("../img/icon/facebook.png") no-repeat center center
}

.server-outlet .share ul.social-list li.fb a:hover {
    background: url("../img/icon/colored/facebook.png") no-repeat center center
}

.server-outlet .share ul.social-list li.tw a {
    background: url("../img/icon/twitter.png") no-repeat center center
}

.server-outlet .share ul.social-list li.tw a:hover {
    background: url("../img/icon/colored/twitter.png") no-repeat center center
}

.server-outlet .share ul.social-list li.gp a {
    background: url("../img/icon/google+.png") no-repeat center center
}

.server-outlet .share ul.social-list li.gp a:hover {
    background: url("../img/icon/colored/google+.png") no-repeat center center
}

.bucketsearch {
    background: #fefefe;
    padding: 25px 30px 25px
}

@media screen and (min-width: 57.5em) and (max-width: 62.4375em) {
    .bucketsearch {
        padding: 25px 20px 25px
    }
}

@media screen and (min-width: 75em) {
    .bucketsearch {
        margin-right: 40px
    }
}

.bucketsearch > .row > .columns {
    padding: 0 5px
}

.bucketsearch > h5 {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 5px
}

.bucketsearch > p {
    text-align: center;
    padding-top: 25px
}

.bucketsearch .ui.secondary.button {
    border: 1px solid #00b8cb;
    padding: 16px 5px;
    color: #002c41;
    position: relative
}

.bucketsearch .ui.secondary.button.intel {
    padding: 6px 5px 5px 5px
}

.bucketsearch .ui.secondary.button > .amd {
    background-image: url(../img/spritesheet.png);
    background-position: -153px -624px;
    width: 58px;
    height: 14px;
    display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .bucketsearch .ui.secondary.button > .amd {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.bucketsearch .ui.secondary.button > .intel {
    background-image: url(../img/spritesheet.png);
    background-position: 0px -624px;
    width: 53px;
    height: 35px;
    display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .bucketsearch .ui.secondary.button > .intel {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.bucketsearch .ui.secondary.button:hover, .bucketsearch .ui.secondary.button.isActive {
    background: #fefefe;
    border-top: 1px solid #ffb000;
    border-bottom: 1px solid #ff382a;
    border-left: 0;
    border-right: 0
}

.bucketsearch .ui.secondary.button:hover:before, .bucketsearch .ui.secondary.button.isActive:before {
    background-color: #ffb000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb000), to(#ff382a));
    background-image: -webkit-linear-gradient(top, #ffb000, #ff382a);
    background-image: -moz-linear-gradient(top, #ffb000, #ff382a);
    background-image: -ms-linear-gradient(top, #ffb000, #ff382a);
    background-image: -o-linear-gradient(top, #ffb000, #ff382a);
    background-image: linear-gradient(top, #ffb000, #ff382a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFB000', endColorStr='#FFFF382A');
    background-color: #ff382a;
    content: '';
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.bucketsearch .ui.secondary.button:hover:after, .bucketsearch .ui.secondary.button.isActive:after {
    background-color: #ffb000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb000), to(#ff382a));
    background-image: -webkit-linear-gradient(top, #ffb000, #ff382a);
    background-image: -moz-linear-gradient(top, #ffb000, #ff382a);
    background-image: -ms-linear-gradient(top, #ffb000, #ff382a);
    background-image: -o-linear-gradient(top, #ffb000, #ff382a);
    background-image: linear-gradient(top, #ffb000, #ff382a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFB000', endColorStr='#FFFF382A');
    background-color: #ffb000;
    content: '';
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.bucket {
    background: #fefefe;
    border: 1px solid #53b7cb;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 20px 20px 20px;
    margin-bottom: 30px;
    margin-top: 7px;
    position: relative
}

.bucket.best {
    border-top: 2px solid #ffb000;
    border-bottom: 2px solid #ff382a;
    border-left: 0;
    border-right: 0;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 10;
    margin-top: 0;
    margin-bottom: 31px;
    padding-top: 34px;
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1)
}

.bucket.best:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background-color: #ff382a;
    background-color: #ffb000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb000), to(#ff382a));
    background-image: -webkit-linear-gradient(top, #ffb000, #ff382a);
    background-image: -moz-linear-gradient(top, #ffb000, #ff382a);
    background-image: -ms-linear-gradient(top, #ffb000, #ff382a);
    background-image: -o-linear-gradient(top, #ffb000, #ff382a);
    background-image: linear-gradient(top, #ffb000, #ff382a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFB000', endColorStr='#FFFF382A')
}

.bucket.best:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background-color: #ff382a;
    background-color: #ffb000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb000), to(#ff382a));
    background-image: -webkit-linear-gradient(top, #ffb000, #ff382a);
    background-image: -moz-linear-gradient(top, #ffb000, #ff382a);
    background-image: -ms-linear-gradient(top, #ffb000, #ff382a);
    background-image: -o-linear-gradient(top, #ffb000, #ff382a);
    background-image: linear-gradient(top, #ffb000, #ff382a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFB000', endColorStr='#FFFF382A')
}

.bucket.best > .product-price {
    color: #e6332a;
    font-size: 58px
}

.bucket.best > .product-price.eur .relative-price .unit:before, .bucket.best > .product-price.us .relative-price .unit:before {
    background-image: url(../img/spritesheet.png);
    background-position: -930px -130px;
    width: 21px;
    height: 30px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .bucket.best > .product-price.eur .relative-price .unit:before, .bucket.best > .product-price.us .relative-price .unit:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.bucket.best > .xeon-stoerer {
    background-image: url(../img/spritesheet.png);
    background-position: 0px 0px;
    width: 69px;
    height: 46px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    right: 2px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .bucket.best > .xeon-stoerer {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.bucket .product-price {
    position: relative;
    top: 0;
    right: initial;
    font-size: 50px;
    line-height: inherit;
    color: #447586
}

.bucket .product-price.eur .relative-price {
    display: inline-block;
    margin-bottom: 20px
}

.bucket .product-price.eur .relative-price .currency {
    position: absolute;
    bottom: 22px;
    right: -15px;
    font-size: 18px;
    font-weight: 300
}

@media screen and (min-width: 57.5em) {
    .bucket .product-price.eur .relative-price .currency {
        font-size: 21px;
        right: -17px
    }
}

.bucket .product-price.eur .relative-price .unit {
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    bottom: 5px;
    right: -60px
}

@media screen and (min-width: 57.5em) {
    .bucket .product-price.eur .relative-price .unit {
        right: -75px;
        font-size: 18px
    }
}

@media screen and (min-width: 75em) {
    .bucket .product-price.eur .relative-price .unit {
        font-size: 21px
    }
}

.bucket .product-price.eur .relative-price .unit:before {
    content: '';
    background-image: url(../img/spritesheet.png);
    background-position: -930px 0px;
    width: 21px;
    height: 30px;
    position: absolute;
    bottom: 6px;
    right: 29px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .bucket .product-price.eur .relative-price .unit:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

@media screen and (min-width: 57.5em) {
    .bucket .product-price.eur .relative-price .unit:before {
        bottom: 6px;
        right: 41px
    }
}

@media screen and (min-width: 75em) {
    .bucket .product-price.eur .relative-price .unit:before {
        right: 44px
    }
}

.bucket .product-price.us .relative-price {
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 20px
}

.bucket .product-price.us .relative-price .currency {
    position: absolute;
    bottom: 25px;
    left: 0;
    font-size: 18px;
    font-weight: 300
}

@media screen and (min-width: 57.5em) {
    .bucket .product-price.us .relative-price .currency {
        font-size: 21px
    }
}

.bucket .product-price.us .relative-price .unit {
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    bottom: 4px;
    right: -40px
}

@media screen and (min-width: 57.5em) {
    .bucket .product-price.us .relative-price .unit {
        font-size: 18px;
        bottom: 5px;
        right: -50px
    }
}

@media screen and (min-width: 75em) {
    .bucket .product-price.us .relative-price .unit {
        font-size: 21px;
        right: -60px;
        bottom: 7px
    }
}

.bucket .xeon-stoerer {
    background-image: url(../img/spritesheet.png);
    background-position: -169px 0px;
    width: 69px;
    height: 46px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    right: -1px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .bucket .xeon-stoerer {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.bucket .min {
    display: block;
    font-weight: 500;
    margin-top: -5px
}

.bucket ul {
    color: #002c41;
    padding: 0 0 15px
}

.bucket ul li {
    line-height: 0.8;
    font-weight: 500
}

.bucket .button {
    padding: 10px
}

.upsell-box {
    background: #fefefe;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 10px 20px 20px;
    margin-right: -10px
}

.upsell-box h2 {
    color: #447586 !important;
    font-size: 31px;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center
}

.upsell-box h2 strong {
    color: #e6332a
}

.upsell-box p {
    color: #447586;
    font-size: 21px;
    font-weight: 500;
    margin: 0
}

.upsell-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.upsell-box ul li {
    padding: 5px 20px;
    position: relative;
    font-size: 21px;
    display: inline-block;
    color: #467587
}

.upsell-box ul li:before {
    content: '';
    background-image: url(../img/spritesheet.png);
    background-position: -930px -616px;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 10px;
    display: inline;
    -webkit-transform: translateX(-22px);
    -khtml-transform: translateX(-22px);
    -moz-transform: translateX(-22px);
    -ms-transform: translateX(-22px);
    -o-transform: translateX(-22px);
    transform: translateX(-22px)
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .upsell-box ul li:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.upsell-box .product-price {
    position: relative;
    font-size: 80px;
    color: #f03728;
    font-weight: bold;
    line-height: normal
}

.upsell-box .product-price.eur .relative-price {
    display: inline-block;
    position: relative;
    padding: 0 80px
}

.upsell-box .product-price.eur .relative-price:before {
    content: 'schon ab';
    font-size: 21px;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 15px
}

.upsell-box .product-price.eur .relative-price .currency {
    position: absolute;
    bottom: 28px;
    right: 60px;
    font-size: 21px;
    font-weight: 300
}

.upsell-box .product-price.eur .relative-price .unit {
    font-size: 21px;
    font-weight: 300;
    position: absolute;
    bottom: 13px;
    right: 0px
}

.upsell-box .product-price.eur .relative-price .unit:before {
    content: '';
    background-image: url(../img/spritesheet.png);
    background-position: -930px -130px;
    width: 21px;
    height: 30px;
    position: absolute;
    bottom: 4px;
    right: 45px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .upsell-box .product-price.eur .relative-price .unit:before {
        background-image: url(../img/spritesheet-2x.png);
        background-size: 951px 905px
    }
}

.upsell-box .product-price.eur.en .relative-price {
    padding: 0 80px 0 60px
}

.upsell-box .product-price.eur.en .relative-price:before {
    content: 'from'
}

.upsell-box .product-price.us .relative-price {
    display: inline-block;
    position: relative;
    padding: 0 80px 0 60px
}

.upsell-box .product-price.us .relative-price:before {
    content: 'from';
    font-size: 21px;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 15px
}

.upsell-box .product-price.us .relative-price .currency {
    position: absolute;
    top: 15px;
    left: 50px;
    font-size: 21px;
    font-weight: 300
}

.upsell-box .product-price.us .relative-price .unit {
    font-size: 21px;
    font-weight: 300;
    position: absolute;
    bottom: 13px;
    right: 15px
}

@media screen and (min-width: 57.5em) {
    .upsell-box .columns.left {
        text-align: right
    }

    .upsell-box .columns.right {
        text-align: left
    }

    .upsell-box .button {
        margin-top: 40px
    }
}

@font-face {
    font-family: "server4you";
    src: url("../font/server4you.eot");
    src: url("../font/server4you.eot?#iefix") format("embedded-opentype"),
        url("../font/server4you.woff") format("woff"),
        url("../font/server4you.ttf") format("truetype"),
        url("../font/server4you.svg#server4you") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "server4you" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "server4you" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-24-supply:before {
    content: "\e000";
}
.icon-check-a:before {
    content: "\e001";
}
.icon-best-price:before {
    content: "\e002";
}
.icon-plus:before {
    content: "\e003";
}
.icon-reboot:before {
    content: "\e004";
}
.icon-check-b:before {
    content: "\e005";
}
.icon-cpu:before {
    content: "\e006";
}
.icon-recovery:before {
    content: "\e007";
}
.icon-restore:before {
    content: "\e008";
}
.icon-cross:before {
    content: "\e009";
}
.icon-features:before {
    content: "\e00a";
}
.icon-root:before {
    content: "\e00b";
}
.icon-setup:before {
    content: "\e00c";
}
.icon-green-datacenter:before {
    content: "\e00d";
}
.icon-hardware:before {
    content: "\e00e";
}
.icon-shop:before {
    content: "\e00f";
}
.icon-social-facebook:before {
    content: "\e010";
}
.icon-help:before {
    content: "\e011";
}
.icon-contract-length:before {
    content: "\e012";
}
.icon-social-googleplus:before {
    content: "\e013";
}
.icon-social-twitter:before {
    content: "\e014";
}
.icon-mail:before {
    content: "\e015";
}
.icon-minus:before {
    content: "\e016";
}
.icon-ssd:before {
    content: "\e017";
}
.icon-server-location:before {
    content: "\e018";
}
.icon-phone:before {
    content: "\e019";
}
.icon-costs-eu:before {
    content: "\e01a";
}
.icon-costs-us:before {
    content: "\e01b";
}
.icon-60-supply:before {
    content: "\e01c";
}
.icon-traffic-flat:before {
    content: "\e01d";
}
.icon-costs:before {
    content: "\e01e";
}
.icon-best-hardware:before {
    content: "\e01f";
}
.icon-switch:before {
    content: "\e020";
}
.icon-server-geek:before {
    content: "\e021";
}
.icon-datacenter:before {
    content: "\e022";
}
.icon-flexibility:before {
    content: "\e023";
}
.icon-setupfee:before {
    content: "\e024";
}
.icon-data-protection:before {
  content: "\e026";
}
.icon-einfachste-bedienung:before {
  content: "\e027";
}
.icon-nuetzliche-versionierung:before {
  content: "\e028";
}
.icon-sklalierbare-verwaltung:before {
  content: "\e029";
}
.icon-joomla-toolkit:before {
  content: "\e032";
}
.icon-site-builder:before {
  content: "\e033";
}
.icon-seo-toolkit:before {
  content: "\e034";
}

/* new icons */

.logo-slider .swiper-slide a i.freebsd {
    background-image: url(../Icons/New/freebsd-1c.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a:hover i.freebsd {
    background-image: url(../Icons/New/freebsd.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a i.fujitsu {
    background-image: url(../Icons/New/fujitsu-1c.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a:hover i.fujitsu {
    background-image: url(../Icons/New/fujitsu.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a i.hpe {
    background-image: url(../Icons/New/hpe-1c.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a:hover i.hpe {
    background-image: url(../Icons/New/hpe.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a i.intel {
    background-image: url(../Icons/New/intel-1c.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a:hover i.intel {
    background-image: url(../Icons/New/intel.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a i.owncloud {
    background-image: url(../Icons/New/owncloud-1c.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a:hover i.owncloud {
    background-image: url(../Icons/New/owncloud.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a i.oxid {
    background-image: url(../Icons/New/oxid-1c.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a:hover i.oxid {
    background-image: url(../Icons/New/oxid.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a i.proxmox {
    background-image: url(../Icons/New/proxmox-1c.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a:hover i.proxmox {
    background-image: url(../Icons/New/proxmox.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a i.samsung {
    background-image: url(../Icons/New/samsung-1c.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a:hover i.samsung {
    background-image: url(../Icons/New/samsung.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a i.scientific {
    background-image: url(../Icons/New/scientific-1c.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.logo-slider .swiper-slide a:hover i.scientific {
    background-image: url(../Icons/New/scientific.svg);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.teaser i.icon.check-a {
    background-image: url(../Icons/New/check-a.svg );
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
}

/* JW */
#header .logo img {
    height: auto;
    padding-top: 4px;
}
a.btn-s4y-cta,
.section p a.external-link-new-window,
.section input.button.secondary {
    background-color: #50bed2;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    height: 40px;
    padding: 8px 40px 0;
}
.section input.button.secondary {
    padding-top: 0;
}
a.btn-s4y-cta:hover,
.section p a.external-link-new-window:hover,
.section input.button.secondary:hover {
    background-color: #417387;
}
@media (max-width: 57.4375em) {
    #all {
        padding-top: 110px;
    }
    #all.showMenu {
        padding-top: 170px;
    }
    #header .main-menu {
        margin-right: 40px;
    }
    #header .main-menu ul {
        padding-top: 100px !important;
    }
    #header .main-menu ul li a {
        font-size: 18px;
    }
    #header .menu-toggle {
        top: 60px;
    }
    .slick-slide .slider-image {
        background-image: none !important;
        min-height: 0;
    }
    .slick-slide .slider-image h3 {
        line-height: 60px;
        position: static;
        width: auto !important;
    }
    .slick-slide .slider-image h4 {
        display: none;
    }
    #carousel + .section.server {
        background-image: none !important;
    }
    #carousel + .section.server .price_to_carousel {
        height: 0;
        margin-top: 0;
    }
}
@media (min-width: 28.6875em and max-width: 57.4375em) {
    #header .hotline {
        right: auto;
    }
}
@media (max-width: 28.6875em) {
    #header .contact {
        left: 1ex;
        right: auto;
        top: 72px;
        width: 50%;
    }
    #header .hotline {
        left: 1ex;
        position: absolute;
        right: auto;
        top: 0.5em;
    }
    #header .lang-menu {
        right: auto !important;
    }
}

.grecaptcha-badge {
    position: relative;
    left: 30px;
    top: 10px;
    float: left;
}

/* WhatsApp & Messenger Sales Chat */
#footer ul.social-list li.whatsapp a {
    background: url("../img/icon/whatsapp.png") no-repeat center center;
    cursor: pointer;
}
#footer ul.social-list li.whatsapp a:hover {
    background: url("../img/icon/colored/whatsapp.png") no-repeat center center;
}
#footer ul.social-list li.messenger a {
    background: url("../img/icon/messenger.png") no-repeat center center;
    cursor: pointer;
}
#footer ul.social-list li.messenger a:hover {
    background: url("../img/icon/colored/messenger.png") no-repeat center center;
}
#header .whatsapp {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/icon/whatsapp-white.png');
    position: absolute;
    top: 1px;
    left: 1ex;
    z-index: 1;
    cursor: pointer;
}
#header .whatsapp:hover {
  background-image: url('../img/icon/whatsapp-white-hover.png');
}
#header .messenger {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/icon/messenger-white.png');
    position: absolute;
    top: 1px;
    left: 1ex;
    z-index: 1;
    cursor: pointer;
}
#header .messenger:hover {
  background-image: url('../img/icon/messenger-white-hover.png');
}
@media screen and (min-width: 28.75em) {
    #header .whatsapp {
        right: 505px;
        left: auto;
    }
    .domain_net #header .whatsapp {
      right: 530px;
    }
    #header .messenger {
        right: 550px;
        left: auto;
    }
    .domain_net #header .messenger {
      right: 575px;
    }
}
@media (max-width: 640px) {
    .ui.modal.modal-sales {
        width: 280px;
        margin: 0 0 0 -140px;
    }
}
@media (min-width: 641px) {
    .ui.modal.modal-sales {
        width: 420px;
        margin: 0 0 0 -210px;
    }
}
.ui.modal.modal-sales > .header {
    text-align: center;
    position: relative;
    font-size: 26px !important;
    font-weight: 500 !important;
}
.ui.modal.modal-sales > .header:after {
    content: '';
    position: absolute;
    height: 1px;
    left: 20px;
    right: 20px;
    bottom: 0;
    background-color: #000;
}
.ui.modal.modal-sales > .header img:first-of-type {
    float: left;
}
.ui.modal.modal-sales > .header img:last-of-type {
    float: right;
}
.ui.modal.modal-whatsapp > .header img:last-of-type {
    margin-top: -6px;
}
.ui.modal.modal-messenger > .header img:last-of-type {
    margin-top: -3px;
}
.ui.modal.modal-sales > .content {
    padding: 0px 30px 20px 30px;
}
.ui.modal.modal-sales > .content .button {
    color: #fff;
    text-transform: none;
    margin: 0px;
    text-align: center;
    display: block;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.ui.modal.modal-whatsapp > .content .button {
  display: none;
  background-color: #23af37;
  border-color: #23af37;
}
.ui.modal.modal-whatsapp > .content .button:hover {
    background-color: #1f9931;
    border-color: #1f9931;
}
.ui.modal.modal-messenger > .content .button {
  background-color: #0084ff;
  border-color: #0084ff;
}
.ui.modal.modal-messenger > .content .button:hover {
  background-color: #006BE6;
  border-color: #006BE6;
}
.ui.modal.modal-sales > .content .info p {
    margin: 10px 0px;
}
.ui.modal.modal-sales > .content .info ul {
    margin: 0px;
    padding: 0px;
}
.ui.modal.modal-sales > .content .info ul li {
    list-style-type: none;
    padding-left: 40px;
    position: relative;
    margin: 12px 0px;
}
.ui.modal.modal-sales > .content .info ul li span {
    border-radius: 50%;
    background-color: #002c41;
    padding: 5px;
    position: absolute;
    left: 0px;
    top: -4px;
    line-height: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
}
.ui.modal.modal-sales > .content form {
    display: none;
}
.ui.modal.modal-sales > .content .close {
    color: #0e3242;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 879px) {
    .ui.modal.modal-sales > .header {
        padding: 15px 20px 10px 20px !important
    }
}

.section-whatsApp ul {
    margin: 0px 0px 40px;
    padding: 0px;
    list-style-type: none;
}
.section-whatsApp ul li {
    position: relative;
    margin: 20px 0px;
    padding: 0 50px 0 80px
}
.section-whatsApp ul li span {
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
    position: absolute;
    left: 30px;
    top: 0px;
    line-height: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #08293f;
}
.section-whatsApp .modal-trigger-whatsapp {
    display: none;
}
.section-whatsApp .ui.button {
    background-color: #23af37;
    color: #fff;
}
.section-whatsApp .ui.button:hover {
    background-color: #1f9931;
    color: #fff;
}
.section-whatsApp .s4y-img {
    width: 280px;
    position: relative;
    top: 10px;
}
@media (min-width: 920px) and (max-width: 1199px) {
    .section-whatsApp .s4y-img {
        width: 175px;
        top: 6px;
    }
}
@media (max-width: 919px) {
    .section-whatsApp .s4y-img {
        width: 160px;
        top: 5px;
    }
}
@media (min-width: 1200px) {
    .section-whatsApp h2 {
      font-size: 50px;
    }
    .section-whatsApp .ui.button {
      font-size: 1.4rem;
    }
}
@media (min-width: 920px) {
    #header.isSmall .contact,
    #header.isSmall .hotline,
    #header.isSmall .whatsapp,
    #header.isSmall .messenger {
        top: 6px;
    }
}
@media (min-width: 541px) and (max-width: 919px) {
    #header.isSmall .logo {
        top: -14px;
    }
    #header.isSmall .logo img {
        width: auto !important;
        height: 22px;
    }
    #header.isSmall .contact {
        right: 15px;
        top: 5px;
    }
    #header.isSmall .hotline {
        right: 165px;
        top: 5px;
    }
    #header.isSmall .whatsapp {
        right: 311px;
        top: 6px;
    }
    #header.isSmall .messenger {
        right: 350px;
        top: 6px;
    }
}

/* BUG-2719 fix menu form smaller screens */

#header .hotline {
    z-index: 1;
}
#header .hotline:hover,
#header .hotline:hover strong {
    color: #facd41 !important;
    cursor: pointer;
}
@media screen and (min-width: 920px) and (max-width: 1059px) {
    #header .logo img {
        width: 260px !important;
    }
    #header .main-menu ul li a {
        font-size: 20px;
    }
}
@media screen and (min-width: 1060px) and (max-width: 1199px) {
    #header .logo img {
        width: 300px !important;
    }
}
@media (max-width: 919px) {
    #header .logo {
        top: 20px;
    }
    #header .logo img {
        width: 260px !important;
    }
}
@media (max-width: 600px) {
    #header .contact {
        left: 1ex;
        right: auto;
        top: 72px;
        width: 50%;
        padding-left: 0px;
    }
    #header .whatsapp,
    .domain_net #header .whatsapp {
        left: 5.5ex;
        right: auto;
    }
    #header .messenger,
    .domain_net #header .messenger {
        left: 1ex;
        right: auto;
    }
    #header .hotline {
        left: 9ex;
        right: auto;
        margin-left: 0px !important;
    }
    #header .hotline strong {
      position: relative;
      top: -3px;
    }
    #header .logo {
        top: 10px;
    }
    #header.isSmall .logo {
      padding-top: 17px;
      padding-bottom: 3px;
    }
    #header.isSmall .logo img {
      width: 115px !important;
    }
    #header.isSmall .contact {
      left: auto;
      right: 15px;
      width: auto;
      top: 3px;
    }
    #header.isSmall .hotline {
      left: auto;
      right: 170px;
      top: 5px;
    }
    #header.isSmall .whatsapp,
    #header.isSmall .messenger {
      display: none;
    }
}
@media (max-width: 460px) {
    #header .logo {
        padding: 25px 0px 15px 0px;
    }
}

/* Newsletter Registration Form */
.ui.form.newsletterSubscribe {
  margin-top: 0.5rem;
}
.ui.form.newsletterSubscribe input[type="email"] {
  border-right-color: #53b7cb !important;
}
.ui.form.newsletterSubscribe .button {
  border-radius: 5px !important;
  margin-left: 10px;
}
@media (max-width: 460px) {
  .ui.form.newsletterSubscribe .ui.fluid.input {
    display: block !important;
    text-align: center;
  }
  .ui.form.newsletterSubscribe input[type="email"] {
    width: 80% !important;
    margin-bottom: 20px;
  }
  .ui.form.newsletterSubscribe .button {
    flex: none;
    display: inline-block !important;
    margin-left: 0px;
  }
}
.privacy-statement a {
  color: #fff;
  text-decoration: underline;
}
.privacy-statement a:hover {
  text-decoration: none;
}

.ReactModal__Overlay {
    z-index: 99999 !important;
}

@media screen and (min-width: 57.5em) {
    .datacenter_page .slick-slide div,
    .data-center_page .slick-slide div,
    .data-centre_page .slick-slide div,
    .features_page .slick-slide div,
    .server-deal_page .slick-slide div {
        min-height: 330px;
    }
}

@media screen and (min-width: 880px) {
    .virtual-server_page .logo-slider .swiper-button-prev,
    .virtual-server_page .logo-slider .swiper-button-next {
        display:none;
    }
}

.features_page .section {
    padding: 130px 0px;
}

/* Plesk - Share & Earn Section */
.share-and-earn {
    margin-bottom: 60px;
}
.share-and-earn .teaser {
    padding: 40px 0px 0px 0px;
}
.share-and-earn .teaser h3 {
    margin: 5px 0px 30px 0px;
}
@media (min-width: 920px) and (max-width: 1199px)  {
    .share-and-earn .btn-s4y-cta {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.ui.form .contains-info input {
    width: 94%;
}
.contains-info .icon {
    float: right;
    cursor: pointer;
}

#cancel-reason span {
    font-size: 14px;
    float: right;
    color: #53b7cb;
}