
/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}
* {
    -webkit-text-size-adjust: none;
    -webkit-backface-visibility: hidden;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}
ul, ol {
    list-style: none;
}
fieldset, img {
    border: none;
}
caption, th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a:link, a:visited, a:hover, a:active, a:focus {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-transform: none;
    text-decoration: none;
}
:focus {
    outline-color: transparent;
    outline-style: none;
}
.uncollapse-margin:before,
.uncollapse-margin:after {
    content: "\00a0"; /* No-break space character */
    display: block;
    overflow: hidden;
    height: 0;
}
input {
    display: inline-block;
}

/* HOSTPOINT */
html {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    min-width: 1024px;
}
body {
    width: 100%;
    overflow: hidden;
    -ms-overflow-x: hidden;
    background: #F3F4F5;
    padding: 0;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6, .txt, p {
    text-align: left;
    color: #3C4650;
}
div {
    color: #3C4650;
    background-repeat: no-repeat;
}
.bold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
h1 {
    font-family: 'Open Sans', Sans-Serif;
    font-weight: 800;
    font-size: 65px;
    color: #3c4650;
    letter-spacing: 0;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 44px;
    color: #3c4650;
}
    h2 .bold {
        font-weight: 600;
    }
h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: #3c4650;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 27px;
    color: #3c4650;
}
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #3c4650;
    line-height: 27px;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3c4650;
    line-height: 32px;
}
.bluehover:hover {
    color: #1e9be3;
}
.textbox {
    border: 1px solid #D8DADC;
    height: 50px;
    line-height: 25px;
    width: 100%;
    text-indent: 20px;
    color: white;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 17px;
    font-weight: 400;
    background-color: #FBFBFB;
}
.textbox:focus,.textbox-blue {
    outline:none;
    border-color: #1e9be3;
}
.checkbox {
    display: none;
}
.checkboxreplace {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-color: #fff;
    margin: 0px 0 14px 0;
    cursor: pointer;
}
.checkboxlabel {
    display: inline-block;
    /*margin: 12px 0 0 12px;*/
    margin: 15px 0 0 26px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}
input[type=checkbox] {
    position: relative;
    left: 6px;
    /*top: -21px;*/
    top: 10px;
}
div.bluebutton.button > a > div {
    background-color: #1982c9;
}
div.bluebutton.button:hover > a > div {
    background-color: #2287d0;
}
div.bluebutton.button:active > a > div {
    background-color: #1477bd;
}
.nowrap {
    white-space: nowrap;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width: 767px) {
    html {
        min-width: 0px;
    }
}

/* TOP-MESSAGES AND OVERLAYS */
#top-messages {
    width: 100%;
    height: 64px;
    position: fixed;
    opacity: 0.0;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 5;
}
    #top-messages .top-message {
        background-color: #63D24B;
        height: 100%;
        width: 100%;
        padding: 11px 0;
    }
        #top-messages .top-message .top-message-content {
            width: 876px;
            height: 38px;
            margin: 0 auto;
            background-image: url(/img/domains/transfer/icon-fehlermeldung.png);
            background-image: -webkit-image-set( url(/img/domains/transfer/icon-fehlermeldung.png) 1x, url(/img/domains/transfer/icon-fehlermeldung@2x.png) 2x/*, url(/img/domains/transfer/icon-fehlermeldung@3x.png) 3x*/);
            background-size: 39px 38px;
            padding: 10px 0 0 60px;
            color: white;
            font-size: 14px;
            font-weight: 400;
        }
            #top-messages .top-message .top-message-content .bold {
                font-weight: 700;
            }
            #top-messages .top-message .top-message-content a,#top-messages .top-message .top-message-content a:hover,#top-messages .top-message .top-message-content a:focus,#top-messages .top-message .top-message-content a:visited {
                color: white;
                text-decoration: underline;
                font-weight: 700;
            }
            /* FOR OPERA */
            @media (min-resolution: .001dpcm) {
                _:-o-prefocus, #top-messages {
                    display:none;
                };
            }          

.overlay {
    display: none;
    opacity: 0.0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 500;
}
    .overlay .overlay-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.8;
        background-color: #3C4650;
    }
    .overlay .overlay-content {
        width: 360px;
        border-radius: 3px;
        border: 2px solid #555e67;
        margin: 0 auto;
        background-color: white;
        background-image: url(/img/domains/transfer/lade-titelgrafik.png);
        background-image: -webkit-image-set( url(/img/domains/transfer/lade-titelgrafik.png) 1x, url(/img/domains/transfer/lade-titelgrafik@2x.png) 2x/*, url(/img/domains/transfer/lade-titelgrafik@3x.png) 3x*/);
        background-size: 360px 92px;
        position: relative;
    }
        .overlay .overlay-content p {
            margin: 120px auto 0 auto;
            font-size: 13px;
            line-height: 20px;
            font-weight: 400;
            color: #59616A;
        }
        .overlay .overlay-content h4 {
            font-size: 17px;
            font-weight: 700;
        }
#loading-overlay #loading-overlay-content {
    height: 440px;
}
    #loading-overlay #loading-overlay-content p {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        padding-top: 238px;
    }
    #loading-overlay #loading-overlay-content #loading-overlay-image {
        background-image: url(/img/domains/transfer/lade-kreis.png);
        background-image: -webkit-image-set( url(/img/domains/transfer/lade-kreis.png) 1x, url(/img/domains/transfer/lade-kreis@2x.png) 2x/*, url(/img/domains/transfer/lade-kreis@3x.png) 3x*/);
        background-size: 158px 158px;
        position: absolute;
        top: 237px;
        left: 179px;
        width: 158px;
        height: 158px;
        margin: -79px 0 0 -79px;
        -webkit-animation: spin 4s linear infinite;
        -moz-animation: spin 4s linear infinite;
        -o-animation: spin 4s linear infinite;
        animation: spin 4s linear infinite;
    }
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@-ms-keyframes spin { 100% { -ms-transform:rotate(360deg); transform:rotate(360deg); } }
@keyframes spin { 100% { transform:rotate(360deg); } }

#pw-overlay #pw-overlay-content {
    height: 542px;
    text-align: left;
}
    #pw-overlay #pw-overlay-content h4 {
        margin: 100px 35px 0 35px;
    }
    #pw-overlay #pw-overlay-content p {
        margin: 12px 35px 28px 35px;
        padding: 0;
        font-size: 15px;
        line-height: 22px;
    }
        #pw-overlay #pw-overlay-content p:nth-child(2) {
            margin-bottom: 18px;
        }
        #pw-overlay #pw-overlay-content p input {
            height: 44px;
            width: 100%;
            background-color: #F9F9FA;
            border: 1px solid #C4C7CA;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            margin-top: 12px;
            padding: 10px;
        }
    #pw-overlay #pw-overlay-content .button {
        width: 194px;
        margin: 44px auto 0 auto;
    }


/* START PAGE */

.startn1-domsearch {
    width: auto;
    margin-top: -3px;
    padding: 0 0 25px;
    z-index: 4;
    position: relative;
    background-color: #F9F9FA;
}
    .startn1-domsearch * {
        display: inline-block;
    }
    .startn1-domsearch .startn1-domsearch-container {
        width: 940px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        position: relative;
    }
    .startn1-domsearch .hideondesktop {
        display: none;
    }
    .startn1-domsearch > span {
        font-size: 17px;
        font-weight: 400;
        margin-right: 12px;
    }
    .startn1-domsearch input {
        background-color: white;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 50px;
        width: 800px;
        font-size: 17px;
        border: 1px solid #EBEEF2;
        padding: 0 18px;
        font-family: 'Open Sans', sans-serif;
        margin-right: -2px;
        z-index: 50;
        position: relative;
        color: #3C4650;
    }
        .startn1-domsearch input.hideondesktop {
            display: none;
        }
    .startn1-domsearch .flat-button {
        width: 192px;
        height: 50px;
        vertical-align: top;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: -10px;
        z-index: 100;
    }
        .startn1-domsearch .flat-button span {
            padding-top: 15px;
        }
    .startn1-domsearch.searching input {
        border-bottom-left-radius: 0;
    }
.startn1-domsearch-outer {
    position: absolute;
    width: 100%;
    height: 265px;
    left: 0;
    top: 50px;
    pointer-events: none;
    z-index: 20;
    text-align: center;
}
    .startn1-domsearch-outer .startn1-domsearch-inner {
        width: 755px;
        position: relative;
        height: 215px;
        display: none;
        box-sizing: border-box;
        left: -91px;
    }
        .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results-shadow {
            opacity: .5;
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            filter: blur(10px);
            -webkit-filter: blur(10px);
            -moz-filter: blur(10px);
            -o-filter: blur(10px);
            -ms-filter: blur(10px);
            filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='10'%20/></filter></svg>#blur");
            filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
            background-color: #3c4650;
        }
        .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results {
            position: absolute;
            width: 100%;
            left: 0;
            height: 100%;
            background-color: white;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            z-index: 20;
            pointer-events: auto;
            box-shadow: rgba(60, 70, 80, .36) 0 4px 29px;
        }
            .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results .startn1-domsearch-list {
                height: 166px;
                padding: 10px 10px 8px;
                overflow-y: scroll;
                margin-right: 13px;
                display: block;
            }
                .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results .startn1-domsearch-list::-webkit-scrollbar {
                    width: 6px;
                }
                .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results .startn1-domsearch-list::-webkit-scrollbar-button {
                    height: 10px;
                }
                .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results .startn1-domsearch-list::-webkit-scrollbar-track {
                    margin: 16px 0;
                }
                .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results .startn1-domsearch-list::-webkit-scrollbar-thumb {
                    border-radius: 3px;
                    width: 6px;
                    background-color: #EBEEF2;
                    height: 100px;
                    margin-right: 10px;
                }
                .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results .startn1-domsearch-list li {
                    height: 25px;
                    margin-bottom: 1px;
                    text-align: left;
                    font-size: 15px;
                    border-radius: 12px;
                    cursor: pointer;
                    padding: 2px 9px;
                    display: block;
                }
                    .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results .startn1-domsearch-list li a {
                        display: inline-block;
                        width: 100%;
                        height: 100%;
                    }
                        .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results .startn1-domsearch-list li a > div {
                            display: inline-block;
                        }
                    .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results .startn1-domsearch-list li:hover,.startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results .startn1-domsearch-list li.selected {
                        background-color: #f1f2f3;
                    }
                    .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results .startn1-domsearch-list li .domains1-left {
                        color: #9ea3a8;
                    }
            .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results .startn1-domsearch-extended {
                height: 50px;
                border-top: 1px solid #eff0f1;
                width: calc(100% - 40px);
                padding: 13px 0;
                margin: 0 20px;
                color: #1e9ae2;
                text-align: left;
                font-size: 15px;
                box-sizing: border-box;
            }
                .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results .startn1-domsearch-extended img {
                    width: 14px;
                    margin-right: 5px;
                    position: relative;
                    top: -1px;
                    transition: transform 200ms;
                    transform: translateX(0);
                }
                .startn1-domsearch-outer .startn1-domsearch-inner .startn1-domsearch-results .startn1-domsearch-extended:hover img {
                    transform: translateX(3px);
                }
    .searching .startn1-domsearch-inner {
        display: inline-block;
    }
.startn1-tld-overlay {
    right: 200px;
    position: absolute;
    font-size: 14px;
    line-height: 21px;
    z-index: 100;
    height: 100%;
    padding-top: 15px;
}
    .startn1-tld-overlay .bestseller {
        color: #1E9AE2;
        cursor: pointer;
        margin-right: 6px;
    }
        .startn1-tld-overlay .bestseller img {
            width: 13px;
            position: relative;
            transition: left 300ms;
            left: 0;
        }
        .startn1-tld-overlay .bestseller:hover {
            color: #1786ce;
        }
            .startn1-tld-overlay .bestseller:hover img {
                left: 5px;
            }
    .startn1-tld-overlay .tld-list {
        font-size: 15px;
        font-weight: 700;
    }
        .startn1-tld-overlay .tld-list li {
            border-right: 1px solid #3C4650;
            padding: 0 5px;
        }
            .startn1-tld-overlay .tld-list li:last-child {
                border-right: none;
            }
            .startn1-tld-overlay .tld-list li img {
                width: 15px;
                position: relative;
                top: 2px;
            }
            .startn1-tld-overlay .tld-list li .light {
                font-weight: 300;
            }
    .startn1-tld-overlay .bestseller-overlay {
        display: none;
        position: absolute;
        padding: 22px 26px;
        background-color: white;
        border-radius: 3px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
        top: 40px;
        width: 290px;
        left: -108px;
    }
        .startn1-tld-overlay .bestseller-overlay > .inner {
            font-size: 14px;
            position: relative;
        }
            .startn1-tld-overlay .bestseller-overlay > .inner > h3 {
                font-weight: 700;
                font-size: 14px;
                line-height: 0;
            }
            .startn1-tld-overlay .bestseller-overlay > .inner > .price-right {
                position: absolute;
                right: 0;
                top: 0;
                font-size: 10px;
            }
            .startn1-tld-overlay .bestseller-overlay > .inner > .bestsellers {
                padding: 16px 0 20px;
                border-bottom: 1px solid #EBEEF2;
                display: block;
            }
                .startn1-tld-overlay .bestseller-overlay > .inner > .bestsellers > li {
                    position: relative;
                    display: block;
                    height: 26px;
                }
                    .startn1-tld-overlay .bestseller-overlay > .inner > .bestsellers > li > .left {
                        font-weight: 700;
                        font-size: 15px;
                        color: #1e9be3;
                        cursor: pointer;
                    }
                    .startn1-tld-overlay .bestseller-overlay > .inner > .bestsellers > li > .right {
                        position: absolute;
                        right: 0;
                        top: 0;
                        vertical-align: bottom;
                    }
                        .startn1-tld-overlay .bestseller-overlay > .inner > .bestsellers > li > .right > .small {
                            font-size: 10px;
                        }
                        .startn1-tld-overlay .bestseller-overlay > .inner > .bestsellers > li > .right > .price {
                            width: 44px;
                            text-align: right;
                        }
        .startn1-tld-overlay .bestseller-overlay > .inner > .checklist {
            padding: 20px 0 9px;
        }
            .startn1-tld-overlay .bestseller-overlay > .inner > .checklist > li {
                text-align: left;
                padding: 0 0 6px 22px;
                background-size: 17px 17px;
                background-position: 0px 1px;
                font-size: 14px;
                line-height: 20px;
                background-image: url(/image/domains/domain-privacy/check-blau.svg);
            }
        .startn1-tld-overlay .bestseller-overlay > .inner > .more {
        }
            .startn1-tld-overlay .bestseller-overlay > .inner > .more > a {
            }
                .startn1-tld-overlay .bestseller-overlay > .inner > .more > a > img {
                    width: 13px;
                    margin-right: 5px;
                    position: relative;
                    transition: left 300ms;
                    left: 0;
                }
            .startn1-tld-overlay .bestseller-overlay > .inner > .more:hover > a > img {
                left: 5px;
            }
    .startn1-tld-overlay:hover .bestseller-overlay {
        display: block;
    }
.navi-hline {
    display: none !important;
}

#startn1 {
    width: 940px;
    height: 764px;
    position: relative;
    color: white;
    text-align: left;
    box-sizing: border-box;
    margin: 0 auto;
}
    #startn1 .startn1-item {
        padding-top: 64px;
        position: absolute;
        opacity: 0.0;
        pointer-events: none;
        z-index: 1;
        transition: opacity 200ms;
        height: 764px;
        display: flex;
        align-items: center;
    }
        #startn1 .startn1-item .startn1-item-inner {
            height: 364px;
            padding-top: 20px;
        }
        #startn1 .startn1-item.active {
            opacity: 1.0;
            pointer-events: auto;
            z-index: 2;
        }
        #startn1 .startn1-item.was-active {
            opacity: 1.0;
        }
        #startn1 .startn1-item .startn1-bg {
            background-size: 2560px 764px;
            width: 2560px;
            height: 100%;
            left: -812px;
            top: 0;
            position: absolute;
            z-index: -1;
            background-position: center 0;
        }
        #startn1 .startn1-item .startn1-bg-mobile {
            display: none;
        }
        #startn1 .startn1-item h1.title {
            font-size: 55px;
            color: white;
            font-weight: 800;
            letter-spacing: -2px;
        }
        #startn1 .startn1-item .startn-top-citation {
            color: white;
            font-size: 27px;
            font-style: italic;
            margin: 13px 459px 0 0;
            line-height: 40px;
        }
        #startn1 .startn1-item .startn-top-citator {
            font-size: 17px;
            margin-top: 21px;
            opacity: .7;
            color: white;
        }
        #startn1 .startn1-item .flat-button {
            display: inline-block;
            margin-top: 35px;
            padding: 0;
            background-color: transparent;
            position: relative;
            height: 44px;
        }
            #startn1 .startn1-item .flat-button .flat-button-bg {
                background-color: white;
                opacity: 0.2;
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                border-radius: 3px;
            }
            #startn1 .startn1-item .flat-button a {
                position: relative;
                z-index: 1;
            }
            #startn1 .startn1-item .flat-button:hover .flat-button-bg {
                opacity: 0.4;
            }
    html.webp #startn1 .startn1-item.startn1-item-webhosting .startn1-bg {
        background-image: url(/img/start/neu/Webhosting-Titelbild.webp);
        background-image: -webkit-image-set(url(/img/start/neu/Webhosting-Titelbild.webp) 1x, url(/img/start/neu/Webhosting-Titelbild@2x.webp) 2x, url(/img/start/neu/Webhosting-Titelbild@3x.webp) 3x);
    }
    html.no-webp #startn1 .startn1-item.startn1-item-webhosting .startn1-bg {
        background-image: url(/img/start/neu/Webhosting-Titelbild.jpg);
        background-image: -webkit-image-set(url(/img/start/neu/Webhosting-Titelbild.jpg) 1x, url(/img/start/neu/Webhosting-Titelbild@2x.jpg) 2x, url(/img/start/neu/Webhosting-Titelbild@3x.jpg) 3x);
    }
    html.webp #startn1 .startn1-item.startn1-item-sites .startn1-bg {
        background-image: url(/img/start/neu/Sites-Titelbild.webp);
        background-image: -webkit-image-set(url(/img/start/neu/Sites-Titelbild.webp) 1x, url(/img/start/neu/Sites-Titelbild@2x.webp) 2x, url(/img/start/neu/Sites-Titelbild@3x.webp) 3x);
    }
    html.no-webp #startn1 .startn1-item.startn1-item-sites .startn1-bg {
        background-image: url(/img/start/neu/Sites-Titelbild.jpg);
        background-image: -webkit-image-set(url(/img/start/neu/Sites-Titelbild.jpg) 1x, url(/img/start/neu/Sites-Titelbild@2x.jpg) 2x, url(/img/start/neu/Sites-Titelbild@3x.jpg) 3x);
    }
    #startn1 #startn1-slider {
        width: 100%;
        top: 709px;
        left: 0;
        padding-top: 1px;
        position: absolute;
        z-index: 2;
        text-align: center;
        pointer-events: none;
    }
        #startn1 #startn1-slider .startn1-slide {
            display: inline-block;
            background: url(/img/start/slide-point.png) no-repeat;
            background-size: 15px 15px;
            width: 15px;
            height: 15px;
            cursor: pointer;
            margin: 0 8px;
            pointer-events: auto;
        }
            #startn1 #startn1-slider .startn1-slide.active {
                opacity: 0.0;
            }
        #startn1 #startn1-slider #startn1-slideroverlay {
            width: 100%;
            position: absolute;
            left: 0;
            top: 1px;
            z-index: 3;
            pointer-events: none;
        }
            #startn1 #startn1-slider #startn1-slideroverlay .startn1-slide {
                background-image: url(/img/start/slide-circle.png);
                background-image: -webkit-image-set( url(/img/start/slide-circle.png) 1x, url(/img/start/slide-circle@2x.png) 2x/*, url(/img/start/slide-circle@3x.png) 3x*/);
                opacity: 0.0;
                pointer-events: none;
            }
                #startn1 #startn1-slider #startn1-slideroverlay .startn1-slide.active {
                    opacity: 1.0;
                    pointer-events: auto;
                    -moz-transform: scale(1.0, 1.0);
                    -ms-transform: scale(1.0, 1.0);
                    -o-transform: scale(1.0, 1.0);
                    -webkit-transform: scale(1.0, 1.0);
                    transform: scale(1.0, 1.0);
                }
    #startn1 .startn1-arrowcontainer {
        width: 100vw;
        position: absolute;
        left: calc(50% - 50vw);
        top: 320px;
    }
    #startn1 #startn1-arrowleft, #startn1 #startn1-arrowright {
        background-size: 44px 60px;
        width: 44px;
        height: 60px;
        position: absolute;
        top: 4px;
        z-index: 10;
        padding: 10px;
        background-position: 0 0;
        cursor: pointer;
    }
        #startn1 #startn1-arrowleft {
            background-image: url('/img/start/left-skip-out.png');
            background-image: -webkit-image-set( url('/img/start/left-skip-out.png') 1x, url('/img/start/left-skip-out@2x.png') 2x/*, url('/img/start/left-skip-out@3x.png') 3x*/);
        }
            #startn1 #startn1-arrowleft:hover {
                background-image: url('/img/start/left-skip-over.png');
                background-image: -webkit-image-set( url('/img/start/left-skip-over.png') 1x, url('/img/start/left-skip-over@2x.png') 2x/*, url('/img/start/left-skip-over@3x.png') 3x*/);
            }
        #startn1 #startn1-arrowright {
            right: 0;
            background-image: url('/img/start/right-skip-out.png');
            background-image: -webkit-image-set( url('/img/start/right-skip-out.png') 1x, url('/img/start/right-skip-out@2x.png') 2x/*, url('/img/start/right-skip-out@3x.png') 3x*/);
        }
            #startn1 #startn1-arrowright:hover {
                background-image: url('/img/start/right-skip-over.png');
                background-image: -webkit-image-set( url('/img/start/right-skip-over.png') 1x, url('/img/start/right-skip-over@2x.png') 2x/*, url('/img/start/right-skip-over@3x.png') 3x*/);
            }

#startn2 {
    background-color: #F4FAFE;
    width: 100%;
    padding: 27px 0;
    min-height: 46px;
}
    #startn2 .startn2-inner {
        width: 940px;
        margin: 0 auto;
        white-space: nowrap;
    }
    #startn2 .startn2-item {
        display: inline-block;
        width: 326px;
        text-align: left;
        font-size: 16px;
        font-weight: 700;
        white-space: normal;
        padding: 0px 30px 0 31px;
        background-image: url(/img/start/neu/blauers-check-icon.png);
        background-image: -webkit-image-set( url(/img/start/neu/blauers-check-icon.png) 1x, url(/img/start/neu/blauers-check-icon@2x.png) 2x/*, url(/img/start/neu/blauers-check-icon@3x.png) 3x*/);
        background-size: 22px 22px;
        line-height: 24px;
        vertical-align: top;
    }

#startn3 {
    background-color: white;
    border-bottom: 1px solid #E8E9EA;
}
    #startn3 .startn3-inner {
        width: 1000px;
        white-space: nowrap;
        margin: 0 auto;
    }
    #startn3 .startn3-item {
        white-space: normal;
        display: inline-block;
        width: 470px;
        padding: 55px 0 40px 244px;
        box-sizing: border-box;
        margin-right: 26px;
        vertical-align: top;
        text-align: left;
        line-height: 22px;
        background-size: 199px 162px;
        background-position: 29px 21px;
        font-size: 15px;
        position: relative;
    }
        #startn3 .startn3-item .flat-button {
            display: inline-block;
            padding: 0;
            margin-top: 15px;
            height: 45px;
        }
        #startn3 .startn3-item.startn3-domain {
            padding: 55px 30px 0;
            text-align: center;
        }
            #startn3 .startn3-item.startn3-domain .startn3-domain-search {
                margin: 15px auto 0;
                position: relative;
                left: 13px;
                white-space: nowrap;
                z-index: 5;
            }
                #startn3 .startn3-item.startn3-domain .startn3-domain-search input {
                    height: 45px;
                    vertical-align: top;
                    width: 288px;
                    font-size: 15px;
                    border-top-left-radius: 3px;
                    border-bottom-left-radius: 3px;
                    border: 1px solid #E2E2E2;
                    padding: 8px 12px;
                    line-height: 17px;
                    border-right-width: 0;
                }
                #startn3 .startn3-item.startn3-domain .startn3-domain-search .flat-button {
                    vertical-align: top;
                    height: 45px;
                    margin-top: 0;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                    margin-left: -4px;
                }
            #startn3 .startn3-item.startn3-domain #startn3-search-outer {
                position: absolute;
                width: 283px;
                height: 265px;
                left: 51px;
                top: 158px;
                pointer-events: none;
                z-index: 3;
            }
                #startn3 .startn3-item.startn3-domain #startn3-search-outer #startn3-search-inner {
                    width: 100%;
                    margin: 0 auto;
                    position: relative;
                    height: 215px;
                    display: none;
                }
                    #startn3 .startn3-item.startn3-domain #startn3-search-outer #startn3-search-inner #startn3-search-results-shadow {
                        opacity: 0.3;
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        filter: blur(10px);
                        -webkit-filter: blur(10px);
                        -moz-filter: blur(10px);
                        -o-filter: blur(10px);
                        -ms-filter: blur(10px);
                        filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='10'%20/></filter></svg>#blur");
                        filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
                        background-color: #3c4650;
                    }
                    #startn3 .startn3-item.startn3-domain #startn3-search-outer #startn3-search-inner #startn3-search-results {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        background-color: white;
                        border-bottom-left-radius: 3px;
                        border-bottom-right-radius: 3px;
                        z-index: 20;
                        pointer-events: auto;
                    }
                        #startn3 .startn3-item.startn3-domain #startn3-search-outer #startn3-search-inner #startn3-search-results #startn3-search-list {
                            height: 166px;
                            padding: 6px 10px;
                            overflow-y: scroll;
                            margin-right: 13px;
                        }
                            #startn3 .startn3-item.startn3-domain #startn3-search-outer #startn3-search-inner #startn3-search-results #startn3-search-list::-webkit-scrollbar {
                                width: 6px;
                            }
                            #startn3 .startn3-item.startn3-domain #startn3-search-outer #startn3-search-inner #startn3-search-results #startn3-search-list::-webkit-scrollbar-button {
                                height: 10px;
                            }
                            #startn3 .startn3-item.startn3-domain #startn3-search-outer #startn3-search-inner #startn3-search-results #startn3-search-list::-webkit-scrollbar-thumb {
                                border-radius: 3px;
                                width: 6px;
                                background-color: #DEE0E1;
                                height: 100px;
                                margin-right: 10px;
                            }
                            #startn3 .startn3-item.startn3-domain #startn3-search-outer #startn3-search-inner #startn3-search-results #startn3-search-list li {
                                height: 25px;
                                margin-bottom: 1px;
                                text-align: left;
                                font-size: 15px;
                                border-radius: 12px;
                                cursor: pointer;
                                padding: 2px 9px;
                            }
                                #startn3 .startn3-item.startn3-domain #startn3-search-outer #startn3-search-inner #startn3-search-results #startn3-search-list li a {
                                    display: inline-block;
                                    width: 100%;
                                    height: 100%;
                                }
                                    #startn3 .startn3-item.startn3-domain #startn3-search-outer #startn3-search-inner #startn3-search-results #startn3-search-list li a > div {
                                        display: inline-block;
                                    }
                                #startn3 .startn3-item.startn3-domain #startn3-search-outer #startn3-search-inner #startn3-search-results #startn3-search-list li:hover,#startn3 .startn3-item.startn3-domain #startn3-search-outer #startn3-search-inner #startn3-search-results #startn3-search-list li.selected {
                                    background-color: #f1f2f3;
                                }
                                #startn3 .startn3-item.startn3-domain #startn3-search-outer #startn3-search-inner #startn3-search-results #startn3-search-list li .startn3-left {
                                    color: #9ea3a8;
                                }
                        #startn3 .startn3-item.startn3-domain #startn3-search-outer #startn3-search-inner #startn3-search-results #startn3-search-extended {
                            height: 50px;
                            border-top: 1px solid #eff0f1;
                            width: 100%;
                            background-image: url(/img/domains/blauer-pfeil.png);
                            background-image: -webkit-image-set( url(/img/domains/blauer-pfeil.png) 1x, url(/img/domains/blauer-pfeil@2x.png) 2x/*, url(/img/domains/blauer-pfeil@3x.png) 3x*/);
                            background-size: 9px 9px;
                            background-position: 20px 20px;
                            padding: 13px 36px;
                            color: #1e9ae2;
                            text-align: left;
                            font-size: 15px;
                        }
            #startn3 .startn3-item.startn3-domain.searching {
            }
                #startn3 .startn3-item.startn3-domain.searching input {
                    border-bottom-left-radius: 0;
                    border-bottom-right-radius: 0;
                    border-bottom: 1px solid #eff0f1;
                }
                #startn3 .startn3-item.startn3-domain.searching #startn3-search-outer #startn3-search-inner {
                    display: block;
                }
        #startn3 .startn3-item.startn3-webh {
            border-left: 1px solid #E8E9EA;
        }
        #startn3 .startn3-item.startn3-sites {
            background-size: 234px 162px;
            background-position: 9px 21px;
        }
        html.webp #startn3 .startn3-item.startn3-webh {
            background-image: url(/img/start/neu/head-teaser-webhosting-angebote.webp);
            background-image: -webkit-image-set(url(/img/start/neu/head-teaser-webhosting-angebote.webp) 1x, url(/img/start/neu/head-teaser-webhosting-angebote@2x.webp) 2x, url(/img/start/neu/head-teaser-webhosting-angebote@3x.webp) 3x);
        }
        html.no-webp #startn3 .startn3-item.startn3-webh {
            background-image: url(/img/start/neu/head-teaser-webhosting-angebote.png);
            background-image: -webkit-image-set(url(/img/start/neu/head-teaser-webhosting-angebote.png) 1x, url(/img/start/neu/head-teaser-webhosting-angebote@2x.png) 2x, url(/img/start/neu/head-teaser-webhosting-angebote@3x.png) 3x);
        }
        html.webp #startn3 .startn3-item.startn3-sites {
            background-image: url(/img/start/neu/head-teaser-sites-angebote.webp);
            background-image: -webkit-image-set(url(/img/start/neu/head-teaser-sites-angebote.webp) 1x, url(/img/start/neu/head-teaser-sites-angebote@2x.webp) 2x, url(/img/start/neu/head-teaser-sites-angebote@3x.webp) 3x);
        }
        html.no-webp #startn3 .startn3-item.startn3-sites {
            background-image: url(/img/start/neu/head-teaser-sites-angebote.png);
            background-image: -webkit-image-set(url(/img/start/neu/head-teaser-sites-angebote.png) 1x, url(/img/start/neu/head-teaser-sites-angebote@2x.png) 2x, url(/img/start/neu/head-teaser-sites-angebote@3x.png) 3x);
        }

#startn4 {
    width: 940px;
    margin: 0 auto;
    text-align: center;
    padding-top: 1px;
    position: relative;
}
    #startn4 .startn4-bg {
        position: absolute;
        width: 10940px;
        left: -5000px;
        background-color: #FBFBFB;
        height: 100%;
        z-index: -1;
        margin-top: -1px;
    }
    #startn4 h2 {
        font-size: 50px;
        line-height: 60px;
        text-align: center;
        margin: 69px 10px 0;
        font-weight: 300;
    }
        #startn4 h2 strong {
            font-weight: 600;
        }
    #startn4 p {
        text-align: center;
        font-size: 18px;
        line-height: 32px;
        margin: 30px 60px 40px;
    }
    #startn4 .startn4-container {
        text-align: center;
        z-index: 1;
        position: relative;
        margin: 0 -10px;
        padding-bottom: 54px;
    }
        #startn4 .startn4-container .startn4-tabs {
            display: none;
        }
    #startn4 .startn4-item {
        display: inline-block;
        width: 314px;
        background-size: 124px 86px;
        background-position: center 9px;
        padding: 109px 36px 34px;
        vertical-align: top;
        font-size: 16px;
        font-weight: 700;
    }
        #startn4 .startn4-item.startn4-item-usp1 {
            background-image: url(/img/start/neu/usp-1.png);
            background-image: -webkit-image-set( url(/img/start/neu/usp-1.png) 1x, url(/img/start/neu/usp-1@2x.png) 2x, url(/img/start/neu/usp-1@3x.png) 3x);
        }
        #startn4 .startn4-item.startn4-item-usp2 {
            background-image: url(/img/start/neu/usp-2.png);
            background-image: -webkit-image-set( url(/img/start/neu/usp-2.png) 1x, url(/img/start/neu/usp-2@2x.png) 2x, url(/img/start/neu/usp-2@3x.png) 3x);
        }
        #startn4 .startn4-item.startn4-item-usp3 {
            background-image: url(/img/start/neu/usp-3.png);
            background-image: -webkit-image-set( url(/img/start/neu/usp-3.png) 1x, url(/img/start/neu/usp-3@2x.png) 2x, url(/img/start/neu/usp-3@3x.png) 3x);
        }
        #startn4 .startn4-item.startn4-item-usp4 {
            background-image: url(/img/start/neu/usp-4.png);
            background-image: -webkit-image-set( url(/img/start/neu/usp-4.png) 1x, url(/img/start/neu/usp-4@2x.png) 2x, url(/img/start/neu/usp-4@3x.png) 3x);
        }
        #startn4 .startn4-item.startn4-item-usp5 {
            background-image: url(/img/start/neu/usp-5.png);
            background-image: -webkit-image-set( url(/img/start/neu/usp-5.png) 1x, url(/img/start/neu/usp-5@2x.png) 2x, url(/img/start/neu/usp-5@3x.png) 3x);
        }
        #startn4 .startn4-item.startn4-item-usp6 {
            background-image: url(/img/start/neu/usp-6.png);
            background-image: -webkit-image-set( url(/img/start/neu/usp-6.png) 1x, url(/img/start/neu/usp-6@2x.png) 2x, url(/img/start/neu/usp-6@3x.png) 3x);
        }

#start3 {
    width: 100%;
}
    #start3 * {
        -webkit-backface-visibility: visible;
    }
    #start3 h1, #start3 h2, #start3 h3, #start3 p {
        text-align: center;
    }
    #start3 #start3-inner {
        width: 1024px;
        margin: 0 auto;
        padding: 76px 0 50px 0;
    }
        #start3 #start3-inner h2 {
            font-size: 50px;
            font-weight: 300;
            line-height: 60px;
        }
        #start3 #start3-inner h3 {
            font-size: 24px;
            font-weight: 300;
            line-height: 60px;
            margin-top: 11px;
        }
        #start3 #start3-inner .start3-back-template {
            display: none;
        }
        #start3 #start3-inner #start3-container {
            margin: 54px auto 0 auto;
            text-align: center;
            -moz-perspective: 5000px;
            -ms-perspective: 5000px;
            -webkit-perspective: 5000px;
            perspective: 5000px;
        }
            #start3 #start3-inner #start3-container .start3-vertical-container {
                display: inline-block;
                width: 452px;
                margin: 0 18px;
                vertical-align: top;
            }
            #start3 #start3-inner #start3-container .start3-item {
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
                -moz-transition: transform 250ms ease-in-out;
                -o-transition: transform 250ms ease-in-out;
                -webkit-transition: transform 250ms ease-in-out;
                transition: transform 250ms ease-in-out;
                -moz-transform: scale(1.0, 1.0);
                -ms-transform: scale(1.0, 1.0);
                -o-transform: scale(1.0, 1.0);
                -webkit-transform: scale(1.0, 1.0);
                transform: scale(1.0, 1.0);
                width: 452px;
                display: inline-block;
                position: relative;
                margin-bottom: 36px;
            }
                #start3 #start3-inner #start3-container .start3-item .start3-item-inner {
                    -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d;
                    -moz-transition: transform 700ms ease-in-out 200ms;
                    -o-transition: transform 700ms ease-in-out 200ms;
                    -webkit-transition: transform 700ms ease-in-out 200ms;
                    transition: transform 700ms ease-in-out 200ms;
                }
                    #start3 #start3-inner #start3-container .start3-item .start3-item-inner.flipped {
                        -moz-transform: rotateY(180deg);
                        -ms-transform: rotateY(180deg);
                        -o-transform: rotateY(180deg);
                        -webkit-transform: rotateY(180deg);
                        transform: rotateY(180deg);
                        -moz-transition: transform 500ms ease-in-out 0s;
                        -o-transition: transform 500ms ease-in-out 0s;
                        -webkit-transition: transform 500ms ease-in-out 0s;
                        transition: transform 500ms ease-in-out 0s;
                    }
                    #start3 #start3-inner #start3-container .start3-item .start3-item-inner > div {
                        -moz-backface-visibility: hidden;
                        -webkit-backface-visibility: hidden;
                        backface-visibility: hidden;
                    }
            #start3 #start3-inner #start3-container .start3-front {
                background-color: white;
                border-radius: 3px;
                background-position: 0 70px;
                vertical-align: top;
            }
                #start3 #start3-inner #start3-container .start3-front .start3-icon {
                    display: none;
                }
            #start3 #start3-inner #start3-container .start3-cardside {
            }
                #start3 #start3-inner #start3-container .start3-cardside .start3-icon {
                    background-size: 90px 90px;
                    width: 90px;
                    height: 90px;
                    margin: 0 auto;
                }
                #start3 #start3-inner #start3-container .start3-cardside h3 {
                    font-size: 32px;
                    font-weight: 800;
                    line-height: 38px;
                    margin-top: 18px;
                }
                #start3 #start3-inner #start3-container .start3-cardside p {
                    font-size: 18px;
                    font-weight: 400;
                    line-height: 26px;
                    width: 250px;
                    margin: 0 auto;
                    margin-top: 12px;
                    height: 52px;
                }
                #start3 #start3-inner #start3-container .start3-cardside .flat-button {
                    margin: 32px auto 45px auto;
                    width: 168px;
                    display: block;
                }
                #start3 #start3-inner #start3-container .start3-cardside .start3-bottom-left, #start3 #start3-inner #start3-container .start3-cardside .start3-bottom-right {
                    height: 45px;
                    display: inline-block;
                    border-top: 1px solid #E8E9EA;
                    font-size: 14px;
                    font-weight: 400;
                    text-align: center;
                    padding-top: 12px;
                }
                #start3 #start3-inner #start3-container .start3-cardside .start3-bottom-left {
                    width: 268px;
                    color: #9EA3A8;
                    height: 32px;
                }
                    #start3 #start3-inner #start3-container .start3-cardside .start3-bottom-left:hover {
                        color: #1E9AE2;
                    }
                #start3 #start3-inner #start3-container .start3-cardside .start3-bottom-right {
                    width: 184px;
                    border-left: 1px solid #E8E9EA;
                }
            #start3 #start3-inner #start3-container .start3-item#start3-sites .start3-front {
                background-image: url(/img/start/test-grafik-sites.png);
                background-image: -webkit-image-set( url(/img/start/test-grafik-sites.png) 1x, url(/img/start/test-grafik-sites@2x.png) 2x, url(/img/start/test-grafik-sites@3x.png) 3x);
                background-size: 452px 304px;
                padding-top: 376px;
            }
            #start3 #start3-inner #start3-container .start3-item#start3-sites .start3-icon {
                background-image: url(/img/start/test-icon-sites.png);
                background-image: -webkit-image-set( url(/img/start/test-icon-sites.png) 1x, url(/img/start/test-icon-sites@2x.png) 2x, url(/img/start/test-icon-sites@3x.png) 3x);
            }
            #start3 #start3-inner #start3-container .start3-item#start3-rankingcoach .start3-front {
                background-image: url(/img/start/test-grafik-rankingcoach.png);
                background-image: -webkit-image-set( url(/img/start/test-grafik-rankingcoach.png) 1x, url(/img/start/test-grafik-rankingcoach@2x.png) 2x, url(/img/start/test-grafik-rankingcoach@3x.png) 3x);
                background-size: 452px 218px;
                padding-top: 290px;
            }
            #start3 #start3-inner #start3-container .start3-item#start3-rankingcoach .start3-icon {
                background-image: url(/img/start/test-icon-rankingcoach.png);
                background-image: -webkit-image-set( url(/img/start/test-icon-rankingcoach.png) 1x, url(/img/start/test-icon-rankingcoach@2x.png) 2x, url(/img/start/test-icon-rankingcoach@3x.png) 3x);
            }
            #start3 #start3-inner #start3-container .start3-item#start3-ssl .start3-front {
                background-image: url(/img/start/test-grafik-ssl.png);
                background-image: -webkit-image-set( url(/img/start/test-grafik-ssl.png) 1x, url(/img/start/test-grafik-ssl@2x.png) 2x, url(/img/start/test-grafik-ssl@3x.png) 3x);
                background-size: 452px 303px;
                padding-top: 370px;
            }
            /* NOT NEEDED
            #start3 #start3-inner #start3-container .start3-item#start3-ssl .start3-icon {
                background-image: url(/img/start/test-icon-ssl.png);
                background-image: -webkit-image-set( url(/img/start/test-icon-ssl.png) 1x, url(/img/start/test-icon-ssl@2x.png) 2x, url(/img/start/test-icon-ssl@3x.png) 3x);
            }
            */
            #start3 #start3-inner #start3-container .start3-item#start3-webshops .start3-front {
                background-image: url(/img/start/test-grafik-webshops.png);
                background-image: -webkit-image-set( url(/img/start/test-grafik-webshops.png) 1x, url(/img/start/test-grafik-webshops@2x.png) 2x, url(/img/start/test-grafik-webshops@3x.png) 3x);
                background-size: 452px 320px;
                background-position: 0 45px;
                padding-top: 368px;
            }
            #start3 #start3-inner #start3-container .start3-item#start3-webshops .start3-icon {
                background-image: url(/img/start/test-icon-webshops.png);
                background-image: -webkit-image-set( url(/img/start/test-icon-webshops.png) 1x, url(/img/start/test-icon-webshops@2x.png) 2x, url(/img/start/test-icon-webshops@3x.png) 3x);
            }
            #start3 #start3-inner #start3-container .start3-item#start3-webshops .start3-cardside p {
                height: 78px;
            }
            #start3 #start3-inner #start3-container .start3-item#start3-webhosting .start3-front {
                background-image: url(/img/start/test-grafik-webhosting.png);
                background-image: -webkit-image-set( url(/img/start/test-grafik-webhosting.png) 1x, url(/img/start/test-grafik-webhosting@2x.png) 2x, url(/img/start/test-grafik-webhosting@3x.png) 3x);
                background-size: 452px 192px;
                background-position: 0 88px;
                padding-top: 282px;
            }
            #start3 #start3-inner #start3-container .start3-item#start3-webhosting .start3-icon {
                background-image: url(/img/start/test-icon-webhosting.png);
                background-image: -webkit-image-set( url(/img/start/test-icon-webhosting.png) 1x, url(/img/start/test-icon-webhosting@2x.png) 2x, url(/img/start/test-icon-webhosting@3x.png) 3x);
            }
            #start3 #start3-inner #start3-container .start3-back {
                width: 452px;
                display: inline-block;
                background-color: #1E9AE2;
                border-radius: 3px;
                background-position: 0 70px;
                vertical-align: top;
                margin-bottom: 36px;
                -moz-transform: rotateY(180deg);
                -ms-transform: rotateY(180deg);
                -o-transform: rotateY(180deg);
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
                position: absolute;
                height: 100%;
                top: 0;
                left: 0;
            }
                #start3 #start3-inner #start3-container .start3-back > * {
                    -moz-transition: all 500ms ease-in-out;
                    -o-transition: all 500ms ease-in-out;
                    -webkit-transition: all 500ms ease-in-out;
                    transition: all 500ms ease-in-out;
                }
                #start3 #start3-inner #start3-container .start3-back .start3-back-inner {
                    position: relative;
                }
                    #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-loading {
                        position: absolute;
                        background-image: url(/img/start/test-load.png);
                        background-image: -webkit-image-set( url(/img/start/test-load.png) 1x, url(/img/start/test-load@2x.png) 2x, url(/img/start/test-load@3x.png) 3x);
                        background-size: 58px 58px;
                        width: 58px;
                        height: 58px;
                        margin: -29px 0 0 -29px;
                        left: 226px;
                        top: 289px;
                        opacity: 0.0;
                        -webkit-animation: spin 4s linear 0s infinite;
                        -moz-animation: spin 4s linear 0s infinite;
                        -o-animation: spin 4s linear 0s infinite;
                        animation: spin 4s linear 0s infinite;
                        -moz-transition: opacity 500ms ease-in-out;
                        -o-transition: opacity 500ms ease-in-out;
                        -webkit-transition: opacity 500ms ease-in-out;
                        transition: opacity 500ms ease-in-out;
                    }
                #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-bottom-left, #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-bottom-right {
                    border-top: 1px solid #4BAEE8;
                    position: absolute;
                    left: 0;
                    top: 468px;
                }
                    #start3 #start3-inner #start3-container .start3-item#start3-webshops .start3-back .start3-back-inner .start3-bottom-left, #start3 #start3-inner #start3-container .start3-item#start3-webshops .start3-back .start3-back-inner .start3-bottom-right {
                        top: 493px;
                    }
                #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-bottom-left, #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-bottom-right, #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-bottom-right a {
                    color: #8ECCF0;
                }
                #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-bottom-right {
                    border-left: 1px solid #4BAEE8;
                    left: 268px;
                }
                #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-icon {
                    display: block;
                }
                #start3 #start3-inner #start3-container .start3-back .start3-back-inner h3 {
                    color: white;
                    margin-top: 22px;
                }
                #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-30-days-free {
                    color: white;
                    font-size: 18px;
                    margin: 0 auto;
                    width: 304px;
                    height: 44px;
                    position: absolute;
                    left: 74px;
                    top: 160px;
                }
                #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-message {
                    color: #ACDAF4;
                    font-size: 13px;
                    width: 100%;
                    opacity: 0.0;
                    margin-top: 48px;
                    height: 18px;
                }
                    #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-message.error {
                        opacity: 1.0;
                    }
                #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-mail,#start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-password {
                    position: relative;
                    width: 304px;
                    height: 45px;
                    font-size: 16px;
                    font-weight: 400;
                    font-family: 'Open Sans', sans-serif;
                    color: #8A9096;
                    border-radius: 3px;
                    background-color: white;
                    border: none;
                    padding: 0 16px;
                }
                    #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-mail.error,#start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-password.error {
                        background-color: #FFBCC5;
                    }
                #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-mail {
                    top: 20px;
                }
                #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-password {
                    top: 36px;
                    opacity: 0.0;
                    z-index: -1;
                }
                #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-agb {
                    position: relative;
                    width: 304px;
                    left: 74px;
                    top: -11px;
                    padding-left: 28px;
                    font-size: 13px;
                    font-weight: 400;
                    color: #ACDAF4;
                    line-height: 19px;
                    text-align: left;
                    cursor: pointer;
                    height: 38px;
                }
                    #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-agb .start3-back-agb-checkbox {
                        position: absolute;
                        width: 16px;
                        height: 16px;
                        border-radius: 2px;
                        background-color: white;
                        background-size: 16px 16px;
                        margin: 20px;
                        left: -20px;
                        top: -18px;
                    }
                        #start3 #start3-inner #start3-container .start3-back.loading .start3-back-agb .start3-back-agb-checkbox {
                            background-image: url(/img/start/check-test.png);
                            background-image: -webkit-image-set( url(/img/start/check-test.png) 1x, url(/img/start/check-test@2x.png) 2x, url(/img/start/check-test@3x.png) 3x);
                        }
                        #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-agb.error .start3-back-agb-checkbox {
                            background-color: #FFBCC5;
                        }
                #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-captcha {
                    position: relative;
                    height: 75px;
                    width: 304px;
                    opacity: 0.0;
                    z-index: -1;
                    left: 74px;
                    top: -47px;
                }
                    #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-captcha .start3-back-captcha-code {
                        position: absolute;
                        width: 156px;
                        height: 45px;
                        top: 0;
                        left: 148px;
                        border-radius: 3px;
                    }
                    #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-captcha .start3-back-captcha-input {
                        position: absolute;
                        height: 45px;
                        width: 130px;
                        top: 0;
                        left: 0;
                        font-size: 16px;
                        font-weight: 400;
                        font-family: 'Open Sans', sans-serif;
                        color: #8A9096;
                        border-radius: 3px;
                        background-color: white;
                        border: none;
                        padding: 0 16px;
                    }
                        #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-captcha .start3-back-captcha-input.error {
                            background-color: #FFBCC5;
                        }
                    #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-captcha a {
                        position: absolute;
                        width: 156px;
                        top: 50px;
                        left: 148px;
                        text-align: center;
                        color: #ACDAF4;
                        font-size: 13px;
                    }
                #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-start-button {
                    border: 2px solid white;
                    position: absolute;
                    top: 348px;
                    left: 144px;
                    -moz-transition: opacity 400ms ease-in-out;
                    -o-transition: opacity 400ms ease-in-out;
                    -webkit-transition: opacity 400ms ease-in-out;
                    transition: opacity 400ms ease-in-out;
                }
                    #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-start-button span {
                        padding: 10px 25px;
                    }
                    #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-start-button:hover {
                        background-color: #1E9AE2;
                        border: 2px solid #bbe0f4;
                    }
                        #start3 #start3-inner #start3-container .start3-back .start3-back-inner .start3-back-start-button:hover span {
                            color: #bbe0f4;
                        }
                #start3 #start3-inner #start3-container .start3-back.agb-checked {
                }
                    #start3 #start3-inner #start3-container .start3-back.agb-checked .start3-back-agb {
                        opacity: 0.0;
                    }
                    #start3 #start3-inner #start3-container .start3-back.agb-checked .start3-back-message {
                        opacity: 1.0;
                    }
                    #start3 #start3-inner #start3-container .start3-back.agb-checked .start3-back-captcha {
                        opacity: 1.0;
                        z-index: 1;
                    }
                #start3 #start3-inner #start3-container .start3-back.has-hostpoint-id {
                }
                    #start3 #start3-inner #start3-container .start3-back.has-hostpoint-id .start3-back-password {
                        opacity: 1.0;
                        z-index: 1;
                    }
                    #start3 #start3-inner #start3-container .start3-back.has-hostpoint-id .start3-back-captcha {
                        opacity: 0.0;
                        z-index: -1;
                    }
                #start3 #start3-inner #start3-container .start3-back.loading {
                }
                    #start3 #start3-inner #start3-container .start3-back.loading .start3-back-loading {
                        opacity: 1.0;
                    }
                    #start3 #start3-inner #start3-container .start3-back.loading .start3-back-agb {
                        opacity: 0.1;
                    }
                    #start3 #start3-inner #start3-container .start3-back.loading .start3-back-message {
                        opacity: 0.0;
                    }
                    #start3 #start3-inner #start3-container .start3-back.loading .start3-back-captcha {
                        opacity: 0.0;
                    }
                    #start3 #start3-inner #start3-container .start3-back.loading .start3-back-mail {
                        opacity: 0.1;
                    }
                    #start3 #start3-inner #start3-container .start3-back.loading .start3-back-password {
                        opacity: 0.0;
                    }
                    #start3 #start3-inner #start3-container .start3-back.loading .flat-button {
                        opacity: 0.1;
                    }
                    #start3 #start3-inner #start3-container .start3-back.loading.agb-checked .start3-back-agb {
                        opacity: 0.0;
                    }
                    #start3 #start3-inner #start3-container .start3-back.loading.agb-checked .start3-back-captcha {
                        opacity: 0.1;
                    }
                    #start3 #start3-inner #start3-container .start3-back.loading.has-hostpoint-id .start3-back-captcha {
                        opacity: 0.0;
                    }
                    #start3 #start3-inner #start3-container .start3-back.loading.has-hostpoint-id .start3-back-password {
                        opacity: 0.1;
                    }
                #start3 #start3-inner #start3-container .start3-back.success {
                }
                    #start3 #start3-inner #start3-container .start3-back.success .start3-back-loading {
                        opacity: 0.0;
                    }
                    #start3 #start3-inner #start3-container .start3-back.success .start3-back-agb {
                        opacity: 0.0;
                    }
                    #start3 #start3-inner #start3-container .start3-back.success .start3-back-message {
                        opacity: 0.0;
                    }
                    #start3 #start3-inner #start3-container .start3-back.success .start3-back-captcha {
                        opacity: 0.0;
                    }
                    #start3 #start3-inner #start3-container .start3-back.success .start3-back-mail {
                        opacity: 0.0;
                    }
                    #start3 #start3-inner #start3-container .start3-back.success .start3-back-password {
                        opacity: 0.0;
                    }
                    #start3 #start3-inner #start3-container .start3-back.success .flat-button {
                        opacity: 1.0;
                    }
            #start3 #start3-inner #start3-container #start3-sites .start3-back .start3-back-inner {
                margin-top: 150px;
            }
            #start3 #start3-inner #start3-container #start3-rankingcoach .start3-back .start3-back-inner {
                margin-top: 64px;
            }
            #start3 #start3-inner #start3-container #start3-webhosting .start3-back .start3-back-inner {
                margin-top: 56px;
            }
            #start3 #start3-inner #start3-container #start3-webshops .start3-back .start3-back-inner {
                margin-top: 142px;
            }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #start3 #start3-inner #start3-container .start3-item {
        -ms-transform: none;
        transform: none;
    }

        #start3 #start3-inner #start3-container .start3-item .start3-item-inner {
        }

            #start3 #start3-inner #start3-container .start3-item .start3-item-inner > div {
                transition: opacity 500ms ease-in-out;
            }

            #start3 #start3-inner #start3-container .start3-item .start3-item-inner .start3-back {
                opacity: 0.0;
                pointer-events: none;
                -ms-transform: none;
                transform: none;
            }

            #start3 #start3-inner #start3-container .start3-item .start3-item-inner.flipped {
                -ms-transform: none;
                transform: none;
            }

                #start3 #start3-inner #start3-container .start3-item .start3-item-inner.flipped .start3-front {
                    opacity: 0.0;
                    pointer-events: none;
                }

                #start3 #start3-inner #start3-container .start3-item .start3-item-inner.flipped .start3-back {
                    opacity: 1.0;
                    pointer-events: auto;
                    -ms-transform: none;
                    transform: none;
                }
}
#start4 {
    text-align: center;
    position: relative;
    padding-top: 1px;
    width: 940px;
    margin: 0 auto 126px auto;
}
    #start4 .widebg div {
        background-color: #F9F9FA;
        height: 1000px;
    }
    #start4 h2 {
        font-size: 50px;
        font-weight: 300;
        line-height: 60px;
        text-align: center;
        margin-top: 81px;
    }
        #start4 h2 a {
            color: #1E9AE2;
        }
    #start4 #start4-icons {
        width: 960px;
        height: 204px;
        left: 14px;
        position: relative;
        margin: 80px -10px 0 -10px;
    }
        #start4 #start4-icons .start4-icon {
            background-size: 140px 130px;
            background-position: 26px 0;
            width: 193px;
            height: 162px;
            padding: 142px 10px 0 10px;
            margin-right: 54px;
            float: left;
            font-size: 16px;
            font-weight: 400;
            line-height: 23px;
            color: #7D7D84;
        }
        #start4 #start4-icons #start4-support {
            background-image: url('/img/start/pro-support.png');
            background-image: -webkit-image-set( url('/img/start/pro-support.png') 1x, url('/img/start/pro-support@2x.png') 2x, url('/img/start/pro-support@3x.png') 3x);
        }
        #start4 #start4-icons #start4-hoster {
            background-image: url('/img/start/pro-popular.png');
            background-image: -webkit-image-set( url('/img/start/pro-popular.png') 1x, url('/img/start/pro-popular@2x.png') 2x, url('/img/start/pro-popular@3x.png') 3x);
            margin-right: 53px;
        }
        #start4 #start4-icons #start4-technologie {
            background-image: url('/img/start/pro-technology.png');
            background-image: -webkit-image-set( url('/img/start/pro-technology.png') 1x, url('/img/start/pro-technology@2x.png') 2x, url('/img/start/pro-technology@3x.png') 3x);
        }
        #start4 #start4-icons #start4-standort {
            background-image: url('/img/start/pro-country.png');
            background-image: -webkit-image-set( url('/img/start/pro-country.png') 1x, url('/img/start/pro-country@2x.png') 2x, url('/img/start/pro-country@3x.png') 3x);
            margin-right: 0;
        }
    #start4 #start4-counters {
        position: relative;
        width: 522px;
        height: 270px;
        margin: 0 auto;
    }
        #start4 #start4-counters canvas {
            position: absolute;
            z-index: 1;
            width: 432px;
            height: 216px;
            left: 30px;
        }
        #start4 #start4-counters .start4-counter-arrow {
            position: absolute;
            background-image: url(/img/start/arrow-to-blue-numbers.png);
            background-image: -webkit-image-set( url(/img/start/arrow-to-blue-numbers.png) 1x, url(/img/start/arrow-to-blue-numbers@2x.png) 2x, url(/img/start/arrow-to-blue-numbers@3x.png) 3x);
            background-size: 24px 68px;
            width: 24px;
            left: 127px;
            top: -10px;
        }
        #start4 #start4-counters #start4-counter-right-arrow {
            left: 373px;
        }
        #start4 #start4-counters #start4-websites {
            width: 266px;
        }
        #start4 #start4-counters #start4-years {
            width: 226px;
        }
        #start4 #start4-counters .start4-counter {
            float: left;
            width: 280px;
            text-align: center;
            margin: 60px auto 0 auto;
            position: relative;
            left: 6px;
        }
            #start4 #start4-counters .start4-counter .count-to,#start4-counters .start4-counter .count-to-alt {
                display: none;
            }
            #start4 #start4-counters .start4-counter .count-from {
                font-weight: 300;
                font-size: 55px;
                color: #1E9AE2;
                text-align: center;
                width: 100%;
                display: inline-block;
            }
            #start4 #start4-counters .start4-counter .counter-text {
                font-weight: 400;
                font-size: 16px;
                line-height: 23px;
                text-align: center;
                width: 100px;
                display: inline-block;
                margin: 4px auto 0 auto;
                color: #7D7D84;
            }
    #start4 .flat-button {
        margin-top: 55px;
        display: inline-block;
    }
#start5 {
    position: relative;
    padding-top: 1px;
}
    #start5 .widebg div {
        background-color: #F9F9FA;
        height: 500px;
    }
    #start5 h2 {
        text-align: center;
        font-size: 50px;
        line-height: 60px;
        font-weight: 300;
        margin-top: 80px;
    }
    #start5 #start5-outer {
        width: 940px;
        margin: 0 auto;
    }
    #start5 #start5-container {
        height: 210px;
        position: relative;
        width: 9999px;
        margin-top: 79px;
        left: 14px;
        white-space: nowrap;
    }
    #start5 .start5-logo {
        width: 302px;
        height: 126px;
        float: left;
        background-size: 226px 126px;
        background-position: 38px 0;
        overflow-x: visible;
    }
    #start5 #start5-arrowleft, #start5 #start5-arrowright {
        background-size: 44px 60px;
        width: 44px;
        height: 60px;
        position: absolute;
        top: 256px;
        z-index: 10;
        padding: 10px;
        background-position: 0 0;
        cursor: pointer;
    }
    #start5 #start5-arrowleft {
        background-image: url('/img/start/left-skip-out.png');
        background-image: -webkit-image-set( url('/img/start/left-skip-out.png') 1x, url('/img/start/left-skip-out@2x.png') 2x, url('/img/start/left-skip-out@3x.png') 3x);
    }
        #start5 #start5-arrowleft:hover {
            background-image: url('/img/start/left-skip-over.png');
            background-image: -webkit-image-set( url('/img/start/left-skip-over.png') 1x, url('/img/start/left-skip-over@2x.png') 2x, url('/img/start/left-skip-over@3x.png') 3x);
        }
    #start5 #start5-arrowright {
        right: 0;
        background-image: url('/img/start/right-skip-out.png');
        background-image: -webkit-image-set( url('/img/start/right-skip-out.png') 1x, url('/img/start/right-skip-out@2x.png') 2x, url('/img/start/right-skip-out@3x.png') 3x);
    }
        #start5 #start5-arrowright:hover {
            background-image: url('/img/start/right-skip-over.png');
            background-image: -webkit-image-set( url('/img/start/right-skip-over.png') 1x, url('/img/start/right-skip-over@2x.png') 2x, url('/img/start/right-skip-over@3x.png') 3x);
        }
    #start5 #start5-skyg {
        background-image: url(/img/clients/client-skyguide.png);
        background-image: -webkit-image-set( url(/img/clients/client-skyguide.png) 1x, url(/img/clients/client-skyguide@2x.png) 2x/*, url(/img/clients/client-skyguide@3x.png) 3x*/);
    }
    #start5 #start5-mgrs {
        background-image: url(/img/clients/client-migros.png);
        background-image: -webkit-image-set( url(/img/clients/client-migros.png) 1x, url(/img/clients/client-migros@2x.png) 2x/*, url(/img/clients/client-migros@3x.png) 3x*/);
    }
    #start5 #start5-knie {
        background-image: url(/img/clients/client-knie.png);
        background-image: -webkit-image-set( url(/img/clients/client-knie.png) 1x, url(/img/clients/client-knie@2x.png) 2x/*, url(/img/clients/client-knie@3x.png) 3x*/);
    }
    #start5 #start5-post {
        background-image: url(/img/clients/client-post.png);
        background-image: -webkit-image-set( url(/img/clients/client-post.png) 1x, url(/img/clients/client-post@2x.png) 2x/*, url(/img/clients/client-post@3x.png) 3x*/);
    }
    #start5 #start5-oasg {
        background-image: url(/img/clients/client-oa-stgallen.png);
        background-image: -webkit-image-set( url(/img/clients/client-oa-stgallen.png) 1x, url(/img/clients/client-oa-stgallen@2x.png) 2x/*, url(/img/clients/client-oa-stgallen@3x.png) 3x*/);
    }
    #start5 #start5-hcd {
        background-image: url(/img/clients/client-hcd.png);
        background-image: -webkit-image-set( url(/img/clients/client-hcd.png) 1x, url(/img/clients/client-hcd@2x.png) 2x/*, url(/img/clients/client-hcd@3x.png) 3x*/);
    }
    #start5 #start5-hero {
        background-image: url(/img/clients/client-hero.png);
        background-image: -webkit-image-set( url(/img/clients/client-hero.png) 1x, url(/img/clients/client-hero@2x.png) 2x/*, url(/img/clients/client-hero@3x.png) 3x*/);
    }
    #start5 #start5-spengler-cup {
        background-image: url(/img/clients/client-spengler-cup.png);
        background-image: -webkit-image-set( url(/img/clients/client-spengler-cup.png) 1x, url(/img/clients/client-spengler-cup@2x.png) 2x/*, url(/img/clients/client-spengler-cup@3x.png) 3x*/);
    }

@media only screen and (max-width: 1435px) {
    #startn3 #startn3-container #startn3-arrowleft, #startn3 #startn3-container #startn3-arrowright {
        display: none;
    }
    #start5 #start5-arrowleft, #start5 #start5-arrowright {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    #startn1,#startn1 .startn1-item {
        height: 580px;
    }
        #startn1 #startn1-slider {
            top: 525px;
        }
        #startn1 .startn1-item .startn1-bg {
            background-position: center 0;
            background-size: 1450px 580px;
        }
    html.webp #startn1 .startn1-item.startn1-item-webhosting .startn1-bg {
        background-image: url(/img/start/neu/Webhosting-Titelbild-1.webp);
        background-image: -webkit-image-set(url(/img/start/neu/Webhosting-Titelbild-1.webp) 1x, url(/img/start/neu/Webhosting-Titelbild-1@2x.webp) 2x, url(/img/start/neu/Webhosting-Titelbild-1@3x.webp) 3x);
    }
    html.no-webp #startn1 .startn1-item.startn1-item-webhosting .startn1-bg {
        background-image: url(/img/start/neu/Webhosting-Titelbild-1.jpg);
        background-image: -webkit-image-set(url(/img/start/neu/Webhosting-Titelbild-1.jpg) 1x, url(/img/start/neu/Webhosting-Titelbild-1@2x.jpg) 2x, url(/img/start/neu/Webhosting-Titelbild-1@3x.jpg) 3x);
    }
    html.webp #startn1 .startn1-item.startn1-item-sites .startn1-bg {
        background-image: url(/img/start/neu/Sites-Titelbild-1.webp);
        background-image: -webkit-image-set(url(/img/start/neu/Sites-Titelbild-1.webp) 1x, url(/img/start/neu/Sites-Titelbild-1@2x.webp) 2x, url(/img/start/neu/Sites-Titelbild-1@3x.webp) 3x);
    }
    html.no-webp #startn1 .startn1-item.startn1-item-sites .startn1-bg {
        background-image: url(/img/start/neu/Sites-Titelbild-1.jpg);
        background-image: -webkit-image-set(url(/img/start/neu/Sites-Titelbild-1.jpg) 1x, url(/img/start/neu/Sites-Titelbild-1@2x.jpg) 2x, url(/img/start/neu/Sites-Titelbild-1@3x.jpg) 3x);
    }
}
@media only screen and (max-width: 1060px) {
    #startn1 #startn1-arrowleft, #startn1 #startn1-arrowright {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    #startn1,#startn1 .startn1-item {
        height: 500px;
    }
        #startn1 #startn1-slider {
            top: 445px;
        }
        #startn1 .startn1-item .startn1-bg {
            background-position: center 0;
            background-size: 1024px 500px;
        }
    html.webp #startn1 .startn1-item.startn1-item-webhosting .startn1-bg {
        background-image: url(/img/start/neu/Webhosting-Titelbild-2.webp);
        background-image: -webkit-image-set(url(/img/start/neu/Webhosting-Titelbild-2.webp) 1x, url(/img/start/neu/Webhosting-Titelbild-2@2x.webp) 2x, url(/img/start/neu/Webhosting-Titelbild-2@3x.webp) 3x);
    }
    html.no-webp #startn1 .startn1-item.startn1-item-webhosting .startn1-bg {
        background-image: url(/img/start/neu/Webhosting-Titelbild-2.jpg);
        background-image: -webkit-image-set(url(/img/start/neu/Webhosting-Titelbild-2.jpg) 1x, url(/img/start/neu/Webhosting-Titelbild-2@2x.jpg) 2x, url(/img/start/neu/Webhosting-Titelbild-2@3x.jpg) 3x);
    }
    html.webp #startn1 .startn1-item.startn1-item-sites .startn1-bg {
        background-image: url(/img/start/neu/Sites-Titelbild-2.webp);
        background-image: -webkit-image-set(url(/img/start/neu/Sites-Titelbild-2.webp) 1x, url(/img/start/neu/Sites-Titelbild-2@2x.webp) 2x, url(/img/start/neu/Sites-Titelbild-2@3x.webp) 3x);
    }
    html.no-webp #startn1 .startn1-item.startn1-item-sites .startn1-bg {
        background-image: url(/img/start/neu/Sites-Titelbild-2.jpg);
        background-image: -webkit-image-set(url(/img/start/neu/Sites-Titelbild-2.jpg) 1x, url(/img/start/neu/Sites-Titelbild-2@2x.jpg) 2x, url(/img/start/neu/Sites-Titelbild-2@3x.jpg) 3x);
    }
}

@media only screen and (max-width: 767px) {
    .allow-narrow div.flat-button a, .allow-narrow div.flat-button span {
        padding: 8px 16px;
    }
    .allow-narrow .startn1-domsearch {
        margin-top: 0;
        height: 58px;
        padding: 11px;
        background-color: white;
    }
        .allow-narrow .startn1-domsearch .hideondesktop {
            display: inline-block;
        }
        .allow-narrow .startn1-domsearch > span {
            display: none;
        }
        .allow-narrow .startn1-domsearch .startn1-domsearch-container {
            width: 270px;
        }
        .allow-narrow .startn1-domsearch input.hideondesktop {
            width: 236px;
            height: 36px;
            font-size: 14px;
            padding: 0 8px;
            display: inline;
        }
            .allow-narrow .startn1-domsearch input.hideonmobile {
                display: none;
            }
        .allow-narrow .startn1-domsearch .flat-button .hideonmobile {
            display: none;
        }
        .allow-narrow .startn1-domsearch .flat-button {
            width: 40px;
            height: 36px;
            margin-left: -2px;
        }
            .allow-narrow .startn1-domsearch .flat-button .hideondesktop {
                width: 20px;
                height: 20px;
                padding: 7px 5px;
            }
    .allow-narrow .startn1-domsearch-outer {
        display: none;
    }
    .allow-narrow .startn1-tld-overlay {
        display: none;
    }

    .allow-narrow #startn1 {
        width: 320px;
        text-align: center;
        height: 419px;
    }
        .allow-narrow #startn1 .startn1-item {
            width: 320px;
            padding-top: 188px;
            height: 419px;
        }
            .allow-narrow #startn1 .startn1-item .startn1-item-inner {
                height: 272px;
            }
            .allow-narrow #startn1 .startn1-item .startn1-bg {
                display: none;
            }
            .allow-narrow #startn1 .startn1-item .startn1-bg-mobile {
                display: block;
                position: absolute;
                background-size: 768px 419px;
                left: -224px;
                top: 0;
                width: 768px;
                height: 419px;
                z-index: -1;
            }
            .allow-narrow #startn1 .startn1-item h1.title {
                font-size: 28px;
                text-align: center;
                letter-spacing: -1px;
            }
            .allow-narrow #startn1 .startn1-item .startn-top-citation {
                margin: 7px 32px 9px;
                font-size: 14px;
                line-height: 20px;
            }
            .allow-narrow #startn1 .startn1-item .startn-top-citator {
                font-size: 9px;
                line-height: 15px;
                margin-top: 0;
            }
            .allow-narrow #startn1 .startn1-item .flat-button {
                margin: 18px auto 0;
                height: 35px;
            }
                .allow-narrow #startn1 .startn1-item .flat-button .flat-button-bg {
                }
        .allow-narrow #startn1 #startn1-arrowleft, .allow-narrow #startn1 #startn1-arrowright {
            display: none;
        }
        .allow-narrow #startn1 #startn1-slider {
            left: 0;
            top: 381px;
        }
            .allow-narrow #startn1 #startn1-slider .startn1-slide {
                background-image: url(/img/start/slide-point-m.png);
                background-image: -webkit-image-set( url(/img/start/slide-point-m.png) 1x, url(/img/start/slide-point-m@2x.png) 2x, url(/img/start/slide-point-m@3x.png) 3x);
                background-size: 9px 9px;
                width: 9px;
                height: 9px;
                margin: 0 8px;
            }
                .allow-narrow #startn1 #startn1-slider .startn1-slide.active {
                }
            .allow-narrow #startn1 #startn1-slider #startn1-slideroverlay {
                left: 0;
            }
                .allow-narrow #startn1 #startn1-slider #startn1-slideroverlay .startn1-slide {
                    background-image: url(/img/start/slide-circle-m.png);
                    background-image: -webkit-image-set( url(/img/start/slide-circle-m.png) 1x, url(/img/start/slide-circle-m@2x.png) 2x, url(/img/start/slide-circle-m@3x.png) 3x);
                    background-size: 9px 9px;
                    width: 9px;
                    height: 9px;
                    margin: 0 8px;
                }
    html.webp .allow-narrow #startn1 .startn1-item.startn1-item-webhosting .startn1-bg-mobile {
        background-image: url(/img/start/neu/Webhosting-Titelbild-m@2x.webp);
    }
    html.no-webp .allow-narrow #startn1 .startn1-item.startn1-item-webhosting .startn1-bg-mobile {
        background-image: url(/img/start/neu/Webhosting-Titelbild-m@2x.jpg);
    }
    html.webp .allow-narrow #startn1 .startn1-item.startn1-item-sites .startn1-bg-mobile {
        background-image: url(/img/start/neu/Sites-Titelbild-m@2x.webp);
    }
    html.no-webp .allow-narrow #startn1 .startn1-item.startn1-item-sites .startn1-bg-mobile {
        background-image: url(/img/start/neu/Sites-Titelbild-m@2x.jpg);
    }

    .allow-narrow #startn2 {
        padding: 18px 0;
    }
        .allow-narrow #startn2 .startn2-inner {
            margin: 0 auto;
            text-align: left;
            width: 270px;
            white-space: normal;
        }
        .allow-narrow #startn2 .startn2-item {
            background-size: 16px 16px;
            font-size: 13px;
            line-height: 20px;
            padding: 0 20px 0 22px;
            margin: 5px 0;
            background-position: 0 2px;
        }
    .allow-narrow #startn3 {
        border-bottom: none;
    }
        .allow-narrow #startn3 .startn3-inner {
            width: 320px;
            white-space: normal;
        }
        .allow-narrow #startn3 .startn3-item {
            padding: 115px 65px 28px;
            font-size: 13px;
            line-height: 18px;
            width: 320px;
            background-size: 133px 75px;
            background-position: center 35px;
            text-align: center;
            border-bottom: 1px solid #E8E9EA;
        }
            .allow-narrow #startn3 .startn3-item.startn3-domain {
                padding: 29px 25px 9px;
            }
                .allow-narrow #startn3 .startn3-item.startn3-domain .startn3-domain-search {
                    margin: 23px 0;
                    left: 0;
                }
                    .allow-narrow #startn3 .startn3-item.startn3-domain .startn3-domain-search input {
                        width: 193px;
                        height: 35px;
                        font-size: 12px;
                        padding: 6px 10px;
                    }
                    .allow-narrow #startn3 .startn3-item.startn3-domain .startn3-domain-search .flat-button {
                        height: 35px;
                        margin-left: -4px;
                    }
            .allow-narrow #startn3 .startn3-item.startn3-webh {
                border-left: none;
            }
            .allow-narrow #startn3 .startn3-item.startn3-sites {
                background-size: 117px 81px;
            }
            .allow-narrow #startn3 .startn3-item .flat-button {
                height: 36px;
                display: inline-block;
                margin: 14px auto 0;
            }
            .allow-narrow #startn3 .startn3-item.startn3-domain #startn3-search-outer {
                display: none;
                /*left: 26px;
                top: 123px;
                width: 188px;*/
            }
    html.webp .allow-narrow #startn3 .startn3-item.startn3-webh {
        background-image: url(/img/start/neu/head-teaser-webhosting-angebote-m.webp);
        background-image: -webkit-image-set(url(/img/start/neu/head-teaser-webhosting-angebote-m.webp) 1x, url(/img/start/neu/head-teaser-webhosting-angebote-m@2x.webp) 2x, url(/img/start/neu/head-teaser-webhosting-angebote-m@3x.webp) 3x);
    }
    html.no-webp .allow-narrow #startn3 .startn3-item.startn3-webh {
        background-image: url(/img/start/neu/head-teaser-webhosting-angebote-m.png);
        background-image: -webkit-image-set(url(/img/start/neu/head-teaser-webhosting-angebote-m.png) 1x, url(/img/start/neu/head-teaser-webhosting-angebote-m@2x.png) 2x, url(/img/start/neu/head-teaser-webhosting-angebote-m@3x.png) 3x);
    }
    html.webp .allow-narrow #startn3 .startn3-item.startn3-sites {
        background-image: url(/img/start/neu/head-teaser-sites-angebote.webp);
        background-image: -webkit-image-set(url(/img/start/neu/head-teaser-sites-angebote.webp) 1x, url(/img/start/neu/head-teaser-sites-angebote@2x.webp) 2x, url(/img/start/neu/head-teaser-sites-angebote@3x.webp) 3x);
    }
    html.no-webp .allow-narrow #startn3 .startn3-item.startn3-sites {
        background-image: url(/img/start/neu/head-teaser-sites-angebote.png);
        background-image: -webkit-image-set(url(/img/start/neu/head-teaser-sites-angebote.png) 1x, url(/img/start/neu/head-teaser-sites-angebote@2x.png) 2x, url(/img/start/neu/head-teaser-sites-angebote@3x.png) 3x);
    }
    .allow-narrow #startn4 {
        width: 320px;
    }
        .allow-narrow #startn4 h2 {
            margin: 37px 16px 0;
            font-size: 25px;
            line-height: 30px;
        }
            .allow-narrow #startn4 h2 strong {
            }
        .allow-narrow #startn4 p {
            font-size: 15px;
            line-height: 24px;
            margin: 17px 25px;
        }
        .allow-narrow #startn4 .startn4-container {
            white-space: normal;
            padding-bottom: 64px;
            margin: 21px 24px 0;
        }
        .allow-narrow #startn4 .startn4-item {
            border: none;
            width: 270px;
            background-size: 88px 61px;
            background-position: center 27px;
            font-size: 13px;
            line-height: 21px;
            padding: 99px 25px 0;
        }
            .allow-narrow #startn4 .startn4-item.startn4-item-usp1 {
                background-image: url(/img/start/neu/usp-1-m.png);
                background-image: -webkit-image-set( url(/img/start/neu/usp-1-m.png) 1x, url(/img/start/neu/usp-1-m@2x.png) 2x, url(/img/start/neu/usp-1-m@3x.png) 3x);
            }
            .allow-narrow #startn4 .startn4-item.startn4-item-usp2 {
                background-image: url(/img/start/neu/usp-2-m.png);
                background-image: -webkit-image-set( url(/img/start/neu/usp-2-m.png) 1x, url(/img/start/neu/usp-2-m@2x.png) 2x, url(/img/start/neu/usp-2-m@3x.png) 3x);
            }
            .allow-narrow #startn4 .startn4-item.startn4-item-usp3 {
                background-image: url(/img/start/neu/usp-3-m.png);
                background-image: -webkit-image-set( url(/img/start/neu/usp-3-m.png) 1x, url(/img/start/neu/usp-3-m@2x.png) 2x, url(/img/start/neu/usp-3-m@3x.png) 3x);
            }
            .allow-narrow #startn4 .startn4-item.startn4-item-usp4 {
                background-image: url(/img/start/neu/usp-4-m.png);
                background-image: -webkit-image-set( url(/img/start/neu/usp-4-m.png) 1x, url(/img/start/neu/usp-4-m@2x.png) 2x, url(/img/start/neu/usp-4-m@3x.png) 3x);
            }
            .allow-narrow #startn4 .startn4-item.startn4-item-usp5 {
                background-image: url(/img/start/neu/usp-5-m.png);
                background-image: -webkit-image-set( url(/img/start/neu/usp-5-m.png) 1x, url(/img/start/neu/usp-5-m@2x.png) 2x, url(/img/start/neu/usp-5-m@3x.png) 3x);
            }
            .allow-narrow #startn4 .startn4-item.startn4-item-usp6 {
                background-image: url(/img/start/neu/usp-6-m.png);
                background-image: -webkit-image-set( url(/img/start/neu/usp-6-m.png) 1x, url(/img/start/neu/usp-6-m@2x.png) 2x, url(/img/start/neu/usp-6-m@3x.png) 3x);
            }

    .allow-narrow #start3 {
        display: none;
    }
    .allow-narrow #start3m {
        height: 264px;
        padding-top: 1px;
        background-color: white;
    }
        .allow-narrow #start3m h2 {
            font-size: 25px;
            line-height: 30px;
            text-align: center;
            margin-top: 60px;
        }
        .allow-narrow #start3m #start3m-search {
            margin: 36px auto 0 auto;
            width: 320px;
            text-align: center;
        }
            .allow-narrow #start3m #start3m-search input {
                height: 35px;
                width: 198px;
                border: 1px solid #DEE0E1;
                border-right: none;
                border-bottom-left-radius: 3px;
                border-top-left-radius: 3px;
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
                padding: 0 8px;
                font-size: 13px;
                line-height: 16px;
                font-weight: 400;
                color: #B1B5B9;
                display: inline-block;
                font-family: 'Open Sans', sans-serif;
            }
            .allow-narrow #start3m #start3m-search .flat-button {
                width: 70px;
                height: 35px;
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
                vertical-align: top;
                display: inline-block;
            }
                .allow-narrow #start3m #start3m-search .flat-button span {
                    font-size: 12px;
                    padding-top: 8px;
                    padding-left: 10px;
                }
                .allow-narrow #start3m #start3m-search .flat-button.hideondesktop {
                    display: none;
                }
    .allow-narrow #start4 {
        margin-top: 0;
        padding: 1px 25px 0 25px;
        width: 320px;
        margin-bottom: 4px;
    }
        .allow-narrow #start4 h2 {
            margin: 45px auto 0 auto;
            font-size: 25px;
            line-height: 30px;
            width: 264px;
        }
        .allow-narrow #start4 #start4-icons {
            width: auto;
            margin: 20px 0 0 0;
            left: 0;
        }
            .allow-narrow #start4 #start4-icons .start4-icon {
                background-size: 85px 80px;
                padding: 84px 8px 0 8px;
                font-size: 11px;
                line-height: 15px;
                width: 135px;
                height: 145px;
                margin: 0;
            }
            .allow-narrow #start4 #start4-icons #start4-support {
                background-image: url('/img/start/pro-support-m.png');
                background-image: -webkit-image-set( url('/img/start/pro-support-m.png') 1x, url('/img/start/pro-support-m@2x.png') 2x, url('/img/start/pro-support-m@3x.png') 3x);
            }
            .allow-narrow #start4 #start4-icons #start4-hoster {
                background-image: url('/img/start/pro-popular-m.png');
                background-image: -webkit-image-set( url('/img/start/pro-popular-m.png') 1x, url('/img/start/pro-popular-m@2x.png') 2x, url('/img/start/pro-popular-m@3x.png') 3x);
                margin-right: 0;
            }
            .allow-narrow #start4 #start4-icons #start4-technologie {
                background-image: url('/img/start/pro-technology-m.png');
                background-image: -webkit-image-set( url('/img/start/pro-technology-m.png') 1x, url('/img/start/pro-technology-m@2x.png') 2x, url('/img/start/pro-technology-m@3x.png') 3x);
            }
            .allow-narrow #start4 #start4-icons #start4-standort {
                background-image: url('/img/start/pro-country-m.png');
                background-image: -webkit-image-set( url('/img/start/pro-country-m.png') 1x, url('/img/start/pro-country-m@2x.png') 2x, url('/img/start/pro-country-m@3x.png') 3x);
                margin-right: 0;
            }
        .allow-narrow #start4 #start4-counters {
            width: 270px;
            height: 210px;
        }
            .allow-narrow #start4 #start4-counters .start4-counter {
                width: 135px;
                margin: 5px 0 0 0;
                position: relative;
                left: 0;
            }
                .allow-narrow #start4 #start4-counters .start4-counter .count-from {
                    font-size: 30px;
                }
                .allow-narrow #start4 #start4-counters .start4-counter .counter-text {
                    font-size: 11px;
                    line-height: 15px;
                    margin-top: 2px;
                }
            .allow-narrow #start4 #start4-counters .start4-counter-arrow {
                position: absolute;
                background-image: url(/img/start/arrow-to-blue-numbers-m.png);
                background-image: -webkit-image-set( url(/img/start/arrow-to-blue-numbers-m.png) 1x, url(/img/start/arrow-to-blue-numbers-m@2x.png) 2x, url(/img/start/arrow-to-blue-numbers-m@3x.png) 3x);
                background-size: 12px 34px;
                width: 12px;
                left: 60px;
                top: 58px;
            }
            .allow-narrow #start4 #start4-counters #start4-counter-right-arrow {
                left: 195px;
            }
            .allow-narrow #start4 #start4-counters #start4-websites {
                width: 135px;
            }
            .allow-narrow #start4 #start4-counters #start4-years {
                width: 135px;
            }
            .allow-narrow #start4 #start4-counters .flat-button {
                display: none;
            }
    .allow-narrow #start5 {
        padding: 1px 0 0 0;
        width: 320px;
        margin: 0 auto;
        height: 263px;
    }
        .allow-narrow #start5 h2 {
            font-size: 25px;
            line-height: 30px;
            margin: 40px 25px 0 25px;
        }
        .allow-narrow #start5 #start5-container {
            margin-top: 15px;
            height: 100px;
            left: 38px;
        }
        .allow-narrow #start5 .start5-logo {
            background-size: 179px 100px;
            background-position: 5px 0;
            width: 179px;
            height: 100px;
        }
        .allow-narrow #start5 #start5-skyg {
            background-image: url(/img/clients/client-skyguide-m.png);
            background-image: -webkit-image-set( url(/img/clients/client-skyguide-m.png) 1x, url(/img/clients/client-skyguide-m@2x.png) 2x/*, url(/img/clients/client-skyguide-m@3x.png) 3x*/);
        }
        .allow-narrow #start5 #start5-mgrs {
            background-image: url(/img/clients/client-migros-m.png);
            background-image: -webkit-image-set( url(/img/clients/client-migros-m.png) 1x, url(/img/clients/client-migros-m@2x.png) 2x/*, url(/img/clients/client-migros-m@3x.png) 3x*/);
        }
        .allow-narrow #start5 #start5-knie {
            background-image: url(/img/clients/client-knie-m.png);
            background-image: -webkit-image-set( url(/img/clients/client-knie-m.png) 1x, url(/img/clients/client-knie-m@2x.png) 2x/*, url(/img/clients/client-knie-m@3x.png) 3x*/);
        }
        .allow-narrow #start5 #start5-post {
            background-image: url(/img/clients/client-post-m.png);
            background-image: -webkit-image-set( url(/img/clients/client-post-m.png) 1x, url(/img/clients/client-post-m@2x.png) 2x/*, url(/img/clients/client-post-m@3x.png) 3x*/);
        }
        .allow-narrow #start5 #start5-oasg {
            background-image: url(/img/clients/client-oa-stgallen-m.png);
            background-image: -webkit-image-set( url(/img/clients/client-oa-stgallen-m.png) 1x, url(/img/clients/client-oa-stgallen-m@2x.png) 2x/*, url(/img/clients/client-oa-stgallen-m@3x.png) 3x*/);
        }
        .allow-narrow #start5 #start5-hcd {
            background-image: url(/img/clients/client-hcd-m.png);
            background-image: -webkit-image-set( url(/img/clients/client-hcd-m.png) 1x, url(/img/clients/client-hcd-m@2x.png) 2x/*, url(/img/clients/client-hcd-m@3x.png) 3x*/);
        }
        .allow-narrow #start5 #start5-hero {
            background-image: url(/img/clients/client-hero-m.png);
            background-image: -webkit-image-set( url(/img/clients/client-hero-m.png) 1x, url(/img/clients/client-hero-m@2x.png) 2x/*, url(/img/clients/client-hero-m@3x.png) 3x*/);
        }
        .allow-narrow #start5 #start5-spengler-cup {
            background-image: url(/img/clients/client-spengler-cup-m.png);
            background-image: -webkit-image-set( url(/img/clients/client-spengler-cup-m.png) 1x, url(/img/clients/client-spengler-cup-m@2x.png) 2x/*, url(/img/clients/client-spengler-cup-m@3x.png) 3x*/);
        }
        .allow-narrow #start5 .start5-moreabouthostpoint {
            position: relative;
            top: 0;
            left: 0;
            font-size: 11px;
            margin: 0 auto;
            width: auto;
            text-align: center;
        }
        .allow-narrow #start5 #start5-arrowleft, .allow-narrow #start5 #start5-arrowright {
            display: none;
        }
}
