/**
 * Main V2 CSS 
 * ===========
 *
 * @site			www.hostpoint.ch
 * @version			1.0
 * @date			2012-12-07 (Creation)
 * @lastmodified	2010-12-16
 * @author			Sandro Bertschinger
 * @copyright		Hostpoint AG, Switzerland
 * @see				http://www.hostpoint.ch
 */



/* OLD FONTS FOR NAVIGATION */
@font-face {  
    font-family: 'AniHP';  
    src: url('/font/aniHP.eot');  
    src: local('Anivers'),  
    local('Anivers_regular'),
    url('/font/aniHP.ttf') format('truetype'),
    url('/font/aniHP.woff') format('woff'),
    url('/font/aniHP.otf') format('opentype');
}
@font-face {
    font-family: 'AniHP Bold';
    src: url('/font/aniHPb.eot');
    src: local('Anivers Bold'),
    local('Anivers_bold'),
    url('/font/aniHPb.ttf') format('truetype'),
    url('/font/aniHPb.woff') format('woff'),
    url('/font/aniHPb.otf') format('opentype');
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    overflow: visible;
}
.antifloat {
    clear: both;
}
.hideondesktop {
    display: none;
}
.hidden {
    display: none;
}
.marginfix {
    height: 1px;
}
a:link, a:visited, a:active, a:focus {
    text-decoration: none;
    color: #1e9be3;
}
a:hover {
    text-decoration: none;
    color: #1786ce;
}
.hr-container {
    position: relative;
    overflow: visible;
}
.hr {
    position: absolute;
    width: 19999px;
    left: -9999px;
    height: 1px;
    border-top: 1px solid #e4e5e7;
}
.hidden-opacity {
    opacity: 0;
}
.blue {
    color: #1E9AE2;
}
div, a, li {
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .hideondesktop {
        display: block;
    }
    .hideonmobile {
        display: none;
    }
}


/* BUTTONS */
div.flat-button {
    background-color: #1e9be3;
    border-radius: 3px;
    height: 45px;
    color: white;
    cursor: pointer;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    div.flat-button:hover {
        background-color: #1786ce;
    }
    div.flat-button a,div.flat-button span {
        display: inline-block;
        padding: 12px 25px;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        color: white;
        height: 20px;
        vertical-align: middle;
        line-height: 20px;
    }
        div.flat-button a:hover {
            color: white;
        }
@-moz-document url-prefix() {
    div.button > a > div > div {
        font-weight: 700;
    }
}

@media only screen and (max-width: 767px) {
    div.flat-button {
        height: 35px;
    }
        div.flat-button a, div.flat-button span {
            padding: 7px 16px;
            font-size: 12px;
        }
}


/* NAVI */
#top-navi-container {
    height: 35px;
    background-color: #EFF0F1;
    width: 1100%;
    left: -500%;
    position: relative;
    font-family: 'Open sans', sans-serif;
}
    #top-navi-container > div {
        width: 940px;
        margin: 0 auto;
        text-align: right;
    }
#top-navi {
    display: inline-block;
    text-align: center;
}
    #top-navi div {
        display: inline-block;
        vertical-align: top;
    }
        #top-navi div a {
            font-size: 13px;
            font-weight: 400;
            line-height: 19px;
            color: #777E85;
            padding: 8px 16px 0 16px;
            display: inline-block;
            height: 27px;
        }
            #top-navi div a:hover {
                color: #3C4650;
            }
        #top-navi div.navi-lang-option {
            padding: 0 8px;
        }
            #top-navi div.navi-lang-option a {
                padding: 8px 1px 0 1px;
            }
            #top-navi div.navi-lang-option.active a {
                color: #1E9AE2;
            }
            #top-navi div.navi-lang-option.active:hover a {
                color: #1E9AE2;
            }
        #top-navi div.top-navi-login {
        }
            #top-navi div.top-navi-login a {
                border-radius: 3px;
                height: 15px;
                margin: 7px 0 7px 16px;
                padding: 1px 6px 5px 6px;
                background-color: #1E9AE2;
                color: white;
                font-size: 13px;
                font-weight: 700;
                text-transform: uppercase;
            }
            #top-navi div.top-navi-login:hover a {
                background-color: #1786CE;
                color: white;
            }
        #top-navi div.top-navi-link, #top-navi div.top-navi-login {
            border-left: 1px solid #E4E5E7;
        }
#top-navi-lang {
    margin-right: 8px;
}
.navi-hline {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background: #3C4650;
    opacity: 0.07;
}
#navi-container {
    height: 93px;
    padding-bottom: 1px;
    margin: 0 -100% 0 -100%;
    background-color: #F9F9FA;
    width: 300%;
    text-align: center;
    font-family: 'Open sans', sans-serif;
}
    #navi-container .navi-hline {
        top: 128px;
        z-index: 5;
    }
#navi-container *,#navi-container a,#navi-container a:hover,#navi-container a:visited,#navi-container a:active {
    font-size: 14px;
    font-weight: 700;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.navi-container {
    height: 93px;
    width: 1600px;
    margin: 0 auto;
    white-space: nowrap;
}
.navi-language {
    width: 169px;
    padding: 36px 42px 36px 42px;
    display: inline-block;
    cursor: pointer;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    position: absolute;
    left: 0;
}
    .navi-language.clicked {
        background-color: white;
        border-left: 1px solid #F1F1F2;
        border-right: 1px solid #F1F1F2;
        height: 93px;
    }
    .navi-language * {
        color: #B1B5B9;
    }
    .navi-language #navi-lang-active a,.navi-language a, .navi-language a:visited, .navi-language a:active {
        color: #B1B5B9;
    }
    .navi-language .navi-lang-option {
        display: none;
    }
    .navi-language #navi-lang-active {
        text-align: left;
    }
        .navi-language #navi-lang-active .menu {
            background-image: url(/img/navi/sub-nav-open-icon-grey.png);
            background-repeat: no-repeat;
            background-size: 10px 10px;
            width: 10px;
            height: 10px;
            display: inline-block;
            margin-left: 6px;
        }
        .navi-language:hover #navi-lang-active a,.navi-language.clicked #navi-lang-active a {
            color: #1E9AE2;
            display: inline-block;
            width: 100%;
        }
        .navi-language.clicked #navi-lang-active a {
            color: #3C4650;
        }
    .navi-language:hover #navi-lang-active .menu {
        background-image: url(/img/navi/sub-nav-open-icon-blue.png);
    }
    .navi-language.clicked #navi-lang-active .menu {
        background-image: url(/img/navi/sub-nav-close-icon.png);
    }
    .navi-language.clicked:hover #navi-lang-active .menu {
        background-image: url(/img/navi/sub-nav-close-icon-blue.png);
    }
    .navi-language.clicked:hover #navi-lang-active a {
        color: #1E9AE2;
    }
.navi-central-right {
    width: 1024px;
    display: inline-block;
    vertical-align: top;
    height: 92px;
    position: relative;
}
    .navi-central-right #navi-logo {
        background-image: url(/img/navi/nav-logo.png);
        background-repeat: no-repeat;
        background-size: 162px 31px;
        background-position: 0 30px;
        width: 162px;
        height: 92px;
        display: inline-block;
        cursor: pointer;
        margin-left: 20px;
        margin-right: 0;
    }
        .navi-central-right #navi-logo a {
            display: inline-block;
            width: 100%;
            height: 100%;
        }
    .navi-central-right ul.navi-menu {
        text-align: left;
        height: 92px;
        position: relative;
        white-space: nowrap;
        display: inline-block;
        vertical-align: top;
    }
        .navi-central-right ul.navi-menu a, .navi-central-right ul.navi-menu a:visited, .navi-central-right ul.navi-menu a:active {
            color: #3C4650;
        }
            .navi-central-right ul.navi-menu a:hover {
                color: #1E9AE2;
            }
        .navi-central-right ul.navi-menu > li,.navi-right > li {
            display: inline-block;
            height: 93px;
            vertical-align: top;
            padding: 36px 0 0 0;
            border-left: 1px solid transparent;
            border-right: 1px solid transparent;
        }
            .navi-central-right ul.navi-menu > li.expandable {
                cursor: pointer;
            }
            .navi-central-right ul.navi-menu > li.first {
                padding-left: 0;
            }
            .navi-central-right ul.navi-menu > li.lastmenu {
                padding-right: 0;
                margin-right: 0;
                display: none;
            }
            .navi-central-right ul.navi-menu > li.clicked,.navi-right > li.clicked {
                background-color: white;
                border-left: 1px solid #F1F1F2;
                border-right: 1px solid #F1F1F2;
            }
            .navi-central-right ul.navi-menu > li > a,ul.navi-right > li > a {
                margin: 0 19px 0 15px;
            }
    .navi-central-right ul.navi-central {
        min-width: 794px;
        text-align: right;
        margin: 0;
    }
        .navi-central-right ul.navi-central .navi-overlay {
            width: 305px;
        }
    ul.navi-right {
        position: absolute;
        text-align: right;
        width: 100%;
        left: 0;
        top: 0;
        pointer-events: none;
        margin: 0;
    }
        .navi-right ul.navi-overlay a, .navi-right ul.navi-overlay a:visited, .navi-right ul.navi-overlay a:active {
            color: #3C4650;
        }
            .navi-right ul.navi-overlay a:hover {
                color: #1E9AE2;
            }
        ul.navi-right > li.support-link {
            margin-right: 0;
            display: inline-block;
            pointer-events: auto;
        }
            ul.navi-right > li.support-link > a {
                margin: 36px 21px 0 17px;
                color: #B1B5B9;
            }
            ul.navi-right > li.support-link:hover > a, ul.navi-right > li.support-link.clicked > a {
                color: #1E9AE2;
            }
            ul.navi-right > li.login-link, .menu-overlay.visible .login-link {
                pointer-events: auto;
                color: #F9F9FA;
                background-color: #BBBEC2;
                width: 68px;
                height: 29px;
                text-align: center;
                padding-top: 5px;
                border-radius: 2px;
                display: inline-block;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }
            ul.navi-right > li.login-link > a, .menu-overlay.visible .login-link > a {
                color: white;
                margin: 0;
            }
            ul.navi-right > li.login-link:hover, .menu-overlay.visible .login-link:hover {
                background-color: #1E9AE2;
            }
                ul.navi-right > li.login-link:hover > a, .menu-overlay.visible .login-link:hover > a {
                    color: white;
                }
        ul.navi-right > li.login-link {
            margin: 32px 34px 0 17px;
        }
.login-link a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.submenu-container {
    width: 100%;
    height: 64px;
    position: relative;
    left: 0;
    opacity: 0.0;
    font-family: 'Open sans', sans-serif;
}
    .submenu-container.cloned {
        z-index: 1000;
        opacity: 1.0;
        top: 93px;
        position: absolute;
        min-width: 1024px;
    }
        .submenu-container.cloned .navi-hline {
            top: 64px;
        }
    .submenu-container .submenu-bg {
        background-color: white;
        opacity: 0.95;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .submenu-container .submenu-inner {
        width: 940px;
        margin: 0 auto;
        position: relative;
        text-align: left;
    }
    .submenu-container .submenu-inner ul {
        display: inline-block;
        padding-top: 20px;
        margin: 0;
    }
        .submenu-container .submenu-inner ul li {
            display: inline-block;
            font-size: 14px;
            font-weight: 700;
            margin-right: 30px;
        }
            .submenu-container .submenu-inner ul li a, .submenu-container .submenu-inner ul li a:visited, .submenu-container .submenu-inner ul li a:active {
                font-size: 14px;
                font-weight: 700;
                color: #3C4650;
            }
            .submenu-container .submenu-inner ul li:hover a,.submenu-container .submenu-inner ul li.submenuactive a {
                color: #1E9AE2;
            }

        .submenu-container .submenu-inner .submenu-right {
            width: 100%;
            position: absolute;
            text-align: right;
            top: 0;
            left: 0;
        }
        .submenu-container .submenu-inner .buy-button {
            display: inline-block;
            height: 29px;
            border-radius: 2px;
            background-color: #1E9AE2;
            font-size: 14px;
            color: white;
            font-weight: 700;
            position: relative;
            top: 17px;
        }
            .submenu-container .submenu-inner .buy-button a {
                color: white;
                margin: 5px 10px 0 10px;
                display: inline-block;
                font-weight: bold;
                line-height: 19px;
            }
            .submenu-container .submenu-inner .buy-button:hover {
                background-color: #1786CE;
            }
                .submenu-container .submenu-inner .buy-button:hover a {
                }
.navi-overlay {
    position: absolute;
    z-index: 2000;
    top: 93px;
    display: none;
    cursor: default;
    margin-left: -1px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open sans', sans-serif;
}
    .navi-overlay * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .navi-overlay .navi-overlay-bg {
        background-color: #3C4650;
        opacity: 0.07;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .navi-overlay .navi-overlay-container {
        background-color: white;
        margin: 0 1px 1px 1px;
        padding: 27px 22px;
    }
    .navi-overlay.visible {
        display: block;
    }
    .navi-overlay .navi-option {
        line-height: 32px;
        margin-bottom: 22px;
        background-size: 44px 44px;
        height: 44px;
        text-align: left;
        list-style: none;
    }
        .navi-overlay .navi-option a,.navi-overlay .navi-option a:visited,.navi-overlay .navi-option a:active {
            display: inline-block;
            margin: 0;
            color: #3C4650;
            padding-left: 59px;
            width: 200px;
        }
            .navi-overlay .navi-option:hover > a,.navi-overlay .navi-option.active > a {
                color: #1E9AE2;
            }
        .navi-overlay .navi-option:last-child {
            margin-bottom: 0;
        }
        #navi-container .navi-overlay .navi-option a .submenu-title {
            font-weight: 800;
            font-size: 18px;
            line-height: 18px;
            margin-top: 5px;
        }
            #navi-container .navi-overlay .navi-option a:hover .submenu-title {
                color: #1E9AE2;
            }
        #navi-container .navi-overlay .navi-option a .submenu-description {
            font-size: 13px;
            font-weight: 400;
            color: #636B73;
            line-height: 18px;
            margin-top: 2px;
        }
.lang-overlay {
    width: 169px;
    margin-left: 0;
}
    .lang-overlay .navi-overlay-container {
        padding: 27px 42px;
    }
    .lang-overlay .navi-option {
        color: #3C4650;
        font-size: 14px;
        font-weight: 700;
    }
        .lang-overlay .navi-option a {
            font-weight: 700;
        }
        .lang-overlay .navi-option:hover, .lang-overlay .navi-option.active {
            color: #1E9AE2;
            cursor: pointer;
        }
.support-overlay {
    width: 194px;
}
    .support-overlay .navi-option a {
        color: #3C4650;
    }
    .support-overlay .navi-option:hover a {
        color: #1E9AE2;
    }
    .lang-overlay .navi-option, .support-overlay .navi-option {
        margin-bottom: 0;
        padding-left: 0;
        height: auto;
    }
        .lang-overlay .navi-option a,.lang-overlay .navi-option a:visited,.lang-overlay .navi-option a:hover,.lang-overlay .navi-option a:active,.lang-overlay .navi-option a:focus,
        .support-overlay .navi-option a,.support-overlay .navi-option a:visited,.support-overlay .navi-option a:active,.support-overlay .navi-option a:focus,.support-overlay .navi-option a:hover,
        .menu-overlay .navi-option a,.menu-overlay .navi-option a:visited,.menu-overlay .navi-option a:active,.menu-overlay .navi-option a:focus,.menu-overlay .navi-option a:hover {
            padding-left: 0;
            width: auto;
        }
.navi-overlay .navi-option.login-link a {
    color: white;
}
.navi-central-right ul.navi-menu > li.navi-menu-opener {
    display: none;
}
.mobile-navi-menu-opener,.mobile-navi-login,.submenu-container .submenu-inner .buy-button.mobile-buy-button {
    display: none;
}

@media only screen and (min-width: 768px) {
    .navi-hline {
        min-width: 1024px;
    }
}

@media only screen and (max-width: 767px) {
    .narrow #top-navi-container {
        display: none;
    }
    .narrow #navi-container .navi-hline {
        display: none;
    }
    .narrow .submenu-container.cloned .navi-hline {
        top: 55px;
    }
    .narrow #navi-container {
        height: 55px;
        background-color: #373F4B;
        margin: 0;
        width: 9900%;
        left: -4900%;
        position: relative;
    }
    .narrow .navi-container {
        height: 55px;
        width: 100%;
    }
    .narrow .navi-central-right {
        width: 320px;
        height: 55px;
        margin: 0 auto;
    }
        .narrow .navi-central-right #navi-logo {
            display: none;
        }
        .narrow .navi-central-right #mobile-navi-logo {
            background-image: url(/img/navi/nav-logo-m.png);
            background-size: 124px 24px;
            width: 156px;
            height: 55px;
            background-position: 16px 15px;
            margin: 0 12px;
            display: inline-block;
        }
            .narrow .navi-central-right #mobile-navi-logo a {
                width: 100%;
                height: 100%;
                display: inline-block;
            }
        .narrow .navi-central-right ul.navi-menu {
            display: none;
        }
        .narrow .navi-central-right .mobile-navi-login {
            display: inline-block;
            background-image: url(/img/navi/nav-login-icon-m.png);
            background-size: 16px 14px;
            background-position: 25px 20px;
            width: 66px;
            height: 55px;
        }
            .narrow .navi-central-right .mobile-navi-login a {
                display: block;
                width: 100%;
                height: 100%;
            }
    .narrow .mobile-navi-menu-opener {
        display: inline-block;
        background-image: url(/img/navi/nav-open-icon-m.png);
        background-size: 16px 14px;
        background-position: 25px 20px;
        width: 66px;
        height: 55px;
        cursor: pointer;
    }
        .narrow .mobile-navi-menu-opener.clicked {
            background-color: #2D333D;
        }
    .narrow .mobile-navi-shadow {
        background-color: #2D333D;
        opacity: 0.0;
        z-index: 1500;
        position: absolute;
        top: 54px;
        left: 0;
        width: 100%;
        height: 200%;
        -webkit-transition: opacity 400ms ease-in-out 300ms;
        -moz-transition: opacity 400ms ease-in-out 300ms;
        -o-transition: opacity 400ms ease-in-out 300ms;
        transition: opacity 400ms ease-in-out 300ms;
    }
        .narrow .mobile-navi-shadow.opened {
            opacity: 0.7;
            -webkit-transition: opacity 400ms ease-in-out;
            -moz-transition: opacity 400ms ease-in-out;
            -o-transition: opacity 400ms ease-in-out;
            transition: opacity 400ms ease-in-out;
        }
    .narrow .submenu-container {
        min-width: 0;
        max-width: 100%;
    }
        .narrow .submenu-container.cloned {
            top: 55px;
            height: 55px;
        }
        .narrow .submenu-container .submenu-inner {
            height: 55px;
            width: auto;
            overflow-x: scroll;
            -webkit-overflow-scrolling: touch;
            overflow-scrolling: touch;
            overflow-y: hidden;
        }
            .narrow .submenu-container .submenu-inner::-webkit-scrollbar {
                display: none;
            }
            .narrow .submenu-container .submenu-inner ul {
                padding-top: 15px;
                white-space: nowrap;
            }
                .narrow .submenu-container .submenu-inner ul li {
                }
                    .narrow .submenu-container .submenu-inner ul li:last-child {
                        margin-right: 2px;
                    }
            .narrow .submenu-container .submenu-inner .submenu-right {
                display: none;
            }
            .narrow .submenu-container .submenu-inner .buy-button.mobile-buy-button {
                top: 0;
                display: inline-block;
            }
                .narrow .submenu-container .submenu-inner .buy-button.mobile-buy-button a {
                    color: white;
                }
    .narrow .submenu .navi-overlay-container {
        padding: 0;
        margin: 0;
    }
    .narrow .navi-overlay {
        top: 54px;
        border: 0;
        margin: 0;
    }
        .narrow .navi-overlay .navi-overlay-container {
            background-color: #2D333D;
            position: relative;
            margin: 0;
        }
        .narrow .navi-overlay.menu-overlay {
            display: block;
            width: 320px;
            max-height: 0;
            overflow: hidden;
            opacity: 0.0;
            pointer-events: none;
            -webkit-transition: max-height 400ms ease-in-out 0ms, opacity 400ms ease-in-out 200ms;
            -moz-transition: max-height 400ms ease-in-out 0ms, opacity 400ms ease-in-out 200ms;
            -o-transition: max-height 400ms ease-in-out 0ms, opacity 400ms ease-in-out 200ms;
            transition: max-height 400ms ease-in-out 0ms, opacity 400ms ease-in-out 200ms;
        }
            .narrow .navi-overlay.menu-overlay.opened {
                max-height: 500px;
                opacity: 1.0;
                pointer-events: auto;
                -moz-transition: max-height 400ms ease-in-out 200ms, opacity 400ms ease-in-out 0ms;
                -o-transition: max-height 400ms ease-in-out 200ms, opacity 400ms ease-in-out 0ms;
                -webkit-transition: max-height 400ms ease-in-out 200ms, opacity 400ms ease-in-out 0ms;
                transition: max-height 400ms ease-in-out 200ms, opacity 400ms ease-in-out 0ms;
            }
            .narrow .navi-overlay.menu-overlay .navi-overlay-container > li {
                display: table;
                padding-right: 10px;
                height: 32px;
                margin-bottom: 0;
            }
                .narrow .navi-overlay.menu-overlay .navi-overlay-container > li > a {
                    color: #6B737E;
                }
            .narrow .navi-overlay.menu-overlay .mobile-navi-menu-langs {
                position: absolute;
                width: 100%;
                height: 100%;
                text-align: right;
                left: 0;
                top: 0;
                padding: 27px 25px;
                pointer-events: none;
            }
                .narrow .navi-overlay.menu-overlay .mobile-navi-menu-langs ul.inner {
                    pointer-events: auto;
                    display: inline-block;
                }
                    .narrow .navi-overlay.menu-overlay .mobile-navi-menu-langs ul.inner > li {
                        text-align: left;
                        max-height: 0;
                        display: block;
                        overflow: hidden;
                        color: #6B737E;
                        -webkit-transition: all 400ms ease-out;
                        -moz-transition: all 400ms ease-out;
                        -o-transition: all 400ms ease-out;
                        transition: all 400ms ease-out;
                        margin-bottom: 0;
                    }
                        .narrow .navi-overlay.menu-overlay .mobile-navi-menu-langs ul.inner > li a {
                            color: #6B737E;
                        }
                        .narrow .navi-overlay.menu-overlay .mobile-navi-menu-langs ul.inner > li:hover {
                            color: #6B737E;
                        }
                            .narrow .navi-overlay.menu-overlay .mobile-navi-menu-langs ul.inner > li:hover a {
                                color: #6B737E;
                            }
                        .narrow .navi-overlay.menu-overlay .mobile-navi-menu-langs ul.inner > li.active {
                            max-height: 32px;
                        }
                        .narrow .navi-overlay.menu-overlay .mobile-navi-menu-langs ul.inner > li .navi-submenu-opener {
                            margin-right: 0;
                        }
                    .narrow .navi-overlay.menu-overlay .mobile-navi-menu-langs ul.inner.has-opened-submenu > li {
                        max-height: 32px;
                        -webkit-transition: all 400ms ease-out;
                        -moz-transition: all 400ms ease-out;
                        -o-transition: all 400ms ease-out;
                        transition: all 400ms ease-out;
                        margin-bottom: 0;
                    }
                        .narrow .navi-overlay.menu-overlay .mobile-navi-menu-langs ul.inner.has-opened-submenu > li.active {
                            color: white;
                        }
                            .narrow .navi-overlay.menu-overlay .mobile-navi-menu-langs ul.inner.has-opened-submenu > li.active a {
                                color: white;
                            }
                                .narrow .navi-overlay.menu-overlay .mobile-navi-menu-langs ul.inner.has-opened-submenu > li.active a:hover {
                                    color: white;
                                }
    .narrow .menu-overlay.visible .support-link {
        margin-bottom: 8px;
    }
    .narrow .menu-overlay.visible .navi-option .submenu {
        display: block;
        max-height: 0;
        overflow: hidden;
        top: 0;
        left: 0;
        position: relative;
        padding: 0;
        -webkit-transition: all 400ms ease-out;
        -moz-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
    }
        .narrow .menu-overlay.visible .navi-option .submenu li a .submenu-title {
            padding-left: 18px;
        }
    .narrow .menu-overlay.visible .navi-option.clicked {
    }
        .narrow .menu-overlay.visible .navi-option.clicked > a {
            color: white;
            -webkit-transition: all 400ms ease-out;
            -moz-transition: all 400ms ease-out;
            -o-transition: all 400ms ease-out;
            transition: all 400ms ease-out;
        }
        .narrow .menu-overlay.visible .navi-option.clicked .submenu {
            max-height: 70px;
        }
            .narrow .menu-overlay.visible .navi-option.clicked .submenu li a {
                color: white;
            }
                .narrow .menu-overlay.visible .navi-option.clicked .submenu li a .submenu-title {
                    color: white;
                    -webkit-transition: all 400ms ease-out;
                    -moz-transition: all 400ms ease-out;
                    -o-transition: all 400ms ease-out;
                    transition: all 400ms ease-out;
                }
    .narrow .navi-option .navi-submenu-opener {
        background-image: url(/img/navi/sub-nav-open-icon-m.png);
        background-size: 11px 10px;
        width: 11px;
        height: 10px;
        display: inline-block;
        margin: 0 7px;
        cursor: pointer;
    }
    .narrow .navi-option:hover .navi-submenu-opener {
    }
    .narrow .navi-option.clicked .navi-submenu-opener {
        background-image: url(/img/navi/sub-nav-close-icon-m.png);
    }
    .narrow .navi-option.clicked:hover .navi-submenu-opener {
    }
}

/* SUPPORT */
#support2 {
    width: 100%;
    height: 752px;
    position: relative;
    padding-top: 1px;
    text-align: center;
    overflow: hidden;
}
    #support2 .widebg div {
        background-color: #F9F9FA;
        height: 752px;
    }
    #support2 #support2-bg-container {
        background-color: #F9F9FA;
        position: absolute;
        left: 0;
        top: -118px;
        z-index: -1;
        background-image: url(/img/support/support-hero.jpg);
        background-size: 2342px 674px;
        background-position: center;
        background-repeat: repeat-x;
        width: 100%;
        height: 674px;
        -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }
        #support2 #support2-bg-container #support2-bg {
            background-image: url(/img/support/support-hero.jpg);
            background-size: 2342px 674px;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 674px;
            -moz-transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
            -o-transform: scale(-1, 1);
            -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
        }
    #support2 h2 {
        font-size: 50px;
        line-height: 60px;
        font-weight: 300;
        margin: 110px auto 0 auto;
        text-align: center;
    }
    #support2 h3 {
        font-size: 24px;
        font-weight: 300;
        line-height: 60px;
        margin: 8px auto 0 auto;
        text-align: center;
    }
        #support2 h3 .bold {
            font-weight: 800;
        }
    #support2 #support2-arrow {
        background-image: url(/img/support/support-center-pfeil.png);
        background-size: 180px 73px;
        position: absolute;
        left: 50%;
        top: 223px;
        width: 288px;
        height: 73px;
        background-position: 108px 0;
    }
    #support2 .flat-button {
        margin: 28px auto 0 auto;
        display: inline-block;
    }
    #support2 .support2-guys {
        margin: 61px auto 0 auto;
        background-image: url(/img/support/support-team.png);
        background-size: 1024px 183px;
        width: 1024px;
        height: 183px;
    }
    #support2 #support2-options-outer {
        width: 100%;
    }
        #support2 #support2-options-outer #support2-options-inner {
            margin: 0 auto;
            text-align: center;
        }
            #support2 #support2-options-outer #support2-options-inner .support2-option {
                display: inline-block;
                margin: 75px 19px 0 19px;
                background-size: 45px 34px;
                background-repeat: no-repeat;
                padding-left: 63px;
            }
                #support2 #support2-options-outer #support2-options-inner .support2-option h4 {
                    font-size: 24px;
                    font-weight: 800;
                }
                #support2 #support2-options-outer #support2-options-inner .support2-option h5 {
                    font-size: 14px;
                    font-weight: 400;
                }
                #support2 #support2-options-outer #support2-options-inner .support2-option#support2-center {
                    background-image: url(/img/support/support-icon-supportcenter.png);
                }
                #support2 #support2-options-outer #support2-options-inner .support2-option#support2-phone {
                    background-image: url(/img/support/support-icon-phone.png);
                }
                #support2 #support2-options-outer #support2-options-inner .support2-option#support2-skype {
                    background-image: url(/img/support/support-icon-skype.png);
                }
                #support2 #support2-options-outer #support2-options-inner .support2-option#support2-mail {
                    background-image: url(/img/support/support-icon-mail.png);
                }
                #support2 #support2-options-outer #support2-options-inner .support2-option#support2-checkin {
                    background-image: url(/img/support/support-icon-checkin.png);
                }
                #support2 #support2-options-outer #support2-options-inner .support2-option:hover h4, #support2 #support2-options-outer #support2-options-inner .support2-option:hover h5 {
                    color: #1e9ae2;
                }

@media only screen and (max-width: 2300px) {
    #support2 #support2-bg-container {
        background-image: none;
    }
}

@media only screen and (max-width: 1446px) {
    #support2 #support2-options-outer #support2-options-inner .support2-option#support2-center {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .narrow #support2 {
        width: 320px;
        height: auto;
        margin: 0 auto;
        overflow: visible;
    }
        .narrow #support2 .widebg div {
            background-color: #FBFBFC;
        }
        .narrow #support2 #support2-bg-container {
            top: 0;
            height: 328px;
        }
            .narrow #support2 #support2-bg-container #support2-bg {
                background-image: url(/img/support/support-hero-768-m.jpg);
                background-size: 768px 328px;
                top: 0;
                width: 768px;
                left: -224px;
                height: 328px;
                position: relative;
            }
        .narrow #support2 h2 {
            font-size: 25px;
            line-height: 30px;
            margin-top: 45px;
        }
        .narrow #support2 h3 {
            font-size: 14px;
            line-height: 19px;
            width: 264px;
        }
        .narrow #support2 #support2-arrow {
            background-image: url(/img/support/support-center-pfeil-m.png);
            background-size: 33px 69px;
            top: 152px;
            background-position: 78px;
        }
        .narrow #support2 .flat-button {
            width: 138px;
            margin: 49px auto 0 auto;
        }
        .narrow #support2 .support2-guys {
            background-image: url(/img/support/support-team-m.png);
            background-size: 320px 58px;
            width: 320px;
            height: 58px;
            margin-top: 34px;
        }
        .narrow #support2 #support2-options-outer {
            margin: 42px 0 30px 0;
        }
            .narrow #support2 #support2-options-outer #support2-options-inner {
                text-align: left;
            }
                .narrow #support2 #support2-options-outer #support2-options-inner .support2-option {
                    background-size: 45px 34px;
                    margin: 0 0 15px 22px;
                    padding: 0 0 0 54px;
                }
                    .narrow #support2 #support2-options-outer #support2-options-inner .support2-option h4 {
                        font-size: 19px;
                        line-height: 19px;
                    }
                    .narrow #support2 #support2-options-outer #support2-options-inner .support2-option h5 {
                        font-size: 12px;
                        line-height: 19px;
                        margin-top: 2px;
                    }
                    .narrow #support2 #support2-options-outer #support2-options-inner .support2-option#support2-center {
                        display: inline-block;
                        background-image: url(/img/support/support-icon-supportcenter-m.png);
                    }
                    .narrow #support2 #support2-options-outer #support2-options-inner .support2-option#support2-phone {
                        background-image: url(/img/support/support-icon-phone-m.png);
                    }
                    .narrow #support2 #support2-options-outer #support2-options-inner .support2-option#support2-skype {
                        background-image: url(/img/support/support-icon-skype-m.png);
                    }
                    .narrow #support2 #support2-options-outer #support2-options-inner .support2-option#support2-mail {
                        background-image: url(/img/support/support-icon-mail-m.png);
                    }
                    .narrow #support2 #support2-options-outer #support2-options-inner .support2-option#support2-checkin {
                        background-image: url(/img/support/support-icon-checkin-m.png);
                    }

}

/* FOOTER */
.widebg {
    position: absolute;
    overflow-x: visible;
    height: 100%;
    z-index: -1;
}
    .widebg div {
        position: absolute;
        width: 19999px;
        left: -9999px;
        height: 100%;
    }
footer {
    text-align: left;
    width: 940px;
    margin: -1px auto 0 auto;
}
#footer-1 {
    height: 466px;
    position: relative;
    padding-top: 1px;
}
    #footer-1 .widebg div {
        background-color: #FBFBFC;
        border-top: 1px solid #e4e5e7;
    }
    #footer-1 #footer-nav {
        margin-top: 96px;
        white-space: nowrap;
    }
        #footer-1 #footer-nav #footer-left {
            width: 266px;
            margin-right: 0;
        }
            #footer-1 #footer-nav #footer-left .footer-logo {
                background-image: url(/img/footer/hostpoint-brand-footer.png);
                background-size: 162px 31px;
                width: 162px;
                height: 31px;
                margin-bottom: 32px;
            }
            #footer-1 #footer-nav #footer-left a {
                display: block;
                font-size: 12px;
                font-weight: 400;
                line-height: 22px;
            }
            #footer-1 #footer-nav #footer-left #footer-domain-transfer {
                margin-top: 52px;
                font-size: 12px;
                font-weight: 400;
                line-height: 18px;
                width: 186px;
                color: #BBBEC2;
                white-space: normal;
            }
                #footer-1 #footer-nav #footer-left #footer-domain-transfer a {
                    display: inline;
                    color: #636B73;
                    text-decoration: underline;
                }
        #footer-1 #footer-nav .footer-nav-section {
            display: inline-block;
            vertical-align: top;
            white-space: nowrap;
        }
            #footer-1 #footer-nav .footer-nav-section > a {
                font-weight: 700;
                font-size: 13px;
                color: #B1B5B9;
            }
                #footer-1 #footer-nav .footer-nav-section > a:hover {
                    color: #3C4650;
                }
        #footer-1 #footer-nav .footer-nav-section-dyn {
            margin-right: 20px;
            position: relative;
        }
            #footer-1 #footer-nav .footer-nav-section-dyn > a {
                margin-top: 23px;
                display: block;
            }
                #footer-1 #footer-nav .footer-nav-section-dyn > a:first-child {
                    margin-top: 8px;
                }
            #footer-1 #footer-nav .footer-nav-section-dyn .footer-nav-bottom {
                color: #BBBEC2;
                font-size: 12px;
                position: absolute;
                top: 280px;
            }
                #footer-1 #footer-nav .footer-nav-section-dyn .footer-nav-bottom > img {
                    display: none;
                }
                #footer-1 #footer-nav .footer-nav-section-dyn .footer-nav-bottom a {
                    font-weight: 400;
                    color: #BBBEC2;
                }
                    #footer-1 #footer-nav .footer-nav-section-dyn .footer-nav-bottom a:hover {
                        color: #3C4650;
                    }
            #footer-1 #footer-nav .footer-nav-section-dyn ul {
                margin-top: 9px;
            }
                #footer-1 #footer-nav .footer-nav-section-dyn ul li {
                    font-weight: 400;
                    font-size: 12px;
                    color: #B1B5B9;
                    line-height: 21px;
                    height: 22px;
                }
                    #footer-1 #footer-nav .footer-nav-section-dyn ul li a {
                        color: #B1B5B9;
                    }
                        #footer-1 #footer-nav .footer-nav-section-dyn ul li a:hover {
                            color: #3C4650;
                        }
            #footer-1 #footer-nav .footer-nav-section-dyn.footer-nav-vline {
                border-left: 1px solid #E4E5E7;
                padding-left: 27px;
            }
    #footer-1 #footer-1-copyright {
        font-weight: 400;
        color: #BBBEC2;
        font-size: 12px;
        position: absolute;
        top: 296px;
        line-height: 18px;
    }

#footer-2 {
    height: 152px;
    padding-top: 1px;
    position: relative;
}
    #footer-2 .widebg div {
        background-color: #FBFBFC;
        border-top: 1px solid #e4e5e7;
    }
    #footer-2 #footer-2-container {
        margin: 51px auto 50px auto;
    }
        #footer-2 #footer-2-container .footer-2-item {
            height: 50px;
            display: inline-block;
        }
            #footer-2 #footer-2-container .footer-2-item a {
                width: 100%;
                height: 50px;
                display: inline-block;
            }
        #footer-2 #footer-2-container #footer-2-swissmade {
            background-image: url(/img/footer/footer-swiss-made.png);
            background-size: 44px 49px;
            width: 44px;
            margin-right: 42px;
        }
        #footer-2 #footer-2-container #footer-2-klimaneutral {
            background-image: url(/img/footer/footer-klimaneutral.png);
            background-size: 81px 49px;
            width: 81px;
            margin-right: 34px;
        }
        #footer-2 #footer-2-container #footer-2-30tage {
            background-image: url(/img/footer/footer-geldzurueck.png);
            background-size: 146px 49px;
            width: 146px;
            margin-right: 42px;
        }
        #footer-2 #footer-2-container #footer-2-postfinance {
            background-image: url(/img/footer/footer-postfinance.png);
            background-size: 105px 49px;
            width: 105px;
            margin-right: 40px;
        }
        #footer-2 #footer-2-container #footer-2-visa {
            background-image: url(/img/footer/footer-visa.png);
            background-size: 56px 49px;
            width: 56px;
            margin-right: 38px;
        }
        #footer-2 #footer-2-container #footer-2-mastercard {
            background-image: url(/img/footer/footer-mastercard.png);
            background-size: 74px 49px;
            width: 74px;
            margin-right: 34px;
        }
        #footer-2 #footer-2-container #footer-2-paypal {
            background-image: url(/img/footer/footer-paypal.png);
            background-size: 82px 49px;
            width: 82px;
            margin-right: 43px;
        }
        #footer-2 #footer-2-container #footer-2-americanexpress {
            background-image: url(/img/footer/footer-americanexpress.png);
            background-size: 49px 49px;
            width: 49px;
        }

body > #container > iframe {
    display: none;
}


/* MOBILE FOOTER */

@media only screen and (max-width: 767px) {
    .narrow footer {
        width: 320px;
    }
    .narrow #footer-1 {
        height: 194px;
    }
    .narrow #footer-1-mobile-view {
        text-align: center;
        font-size: 11px;
        font-weight: 400;
        color: #3c4650;
        margin: 38px auto 40px auto;
        line-height: 30px;
        width: 220px;
    }
        .narrow #footer-1-mobile-view a {
            margin: 0 8px;
            color: #1E9AE2;
        }
            .narrow #footer-1-mobile-view a.footer-1-mobile-wide {
                margin: 0 12px;
            }
            .narrow #footer-1-mobile-view a.active {
                color: #3F4650;
                pointer-events: none;
                cursor: default;
            }
    .narrow #footer-1 .footer-logo {
        background-image: url(/img/footer/hostpoint-brand-footer-m.png);
        background-size: 107px 21px;
        position: absolute;
        left: 107px;
        top: 262px;
    }
    .narrow #footer-1 #footer-nav {
        display: none;
    }
    .narrow #footer-1-copyright {
        display: none;
    }
    .narrow #footer-2 {
        height: 76px;
    }
    .narrow #footer-2-mobile {
        text-align: center;
        position: relative;
        color: #9EA3A8;
        font-size: 11px;
        top: 16px;
        line-height: 20px;
    }
        .narrow #footer-2-mobile h4 {
            font-weight: 600;
            line-height: 15px;
            text-align: center;
            color: #B1B5B9;
            font-size: 9px;
        }
        .narrow #footer-2-mobile a {
            color: #B1B5B9;
            font-size: 9px;
            font-weight: 400;
            line-height: 15px;
            margin: 0 8px;
        }
    .narrow #footer-2-container {
        display: none;
    }
}

/* FOOTER ADAPTIONS FOR OLD PAGES */

.rcs #footer-1 .widebg div, .rcf #footer-1 .widebg div, .rcp #footer-1 .widebg div {
    border-top: none;
}
.webhs #footer-1 .widebg div, .webhf #footer-1 .widebg div, .webhp #footer-1 .widebg div {
    border-top: none;
}
.sitess #footer-1 .widebg div, .sitesff #footer-1 .widebg div, .sitesp #footer-1 .widebg div {
    border-top: none;
}
.ssls #footer-1 .widebg div, .sslg #footer-1 .widebg div, .silver #footer-1 .widebg div, .sslt #footer-1 .widebg div {
    border-top: none;
}

/* OLD CSS THINGS FOR OLD PAGES - CAN BE DELETED IF CHANGED ALL PAGES */
/* OFTEN USED */
.antifloat {
    clear: both;
    visible: hidden;
}


/* BACKGROUND GENERAL */
.bg_general {
    background: #efefef url(/images/bg_rest2.png) top repeat-x;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 980px;
}
/* BACKGROUND START */
.bg_start {
    background: #f9f9f9 url(/images/bg_main.png) top repeat-x;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 980px;
}
/* BACKGROUND WEBHOSTING */
.bg_webhosting {
    background: #efefef url(/images/bg_rest.png) top repeat-x;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 980px;
}
/* BACKGROUND MANNAGED SERVER (MS) */
.bg_ms {
    background: #000000 url(/images/bg_managed.jpg) top repeat-x;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 980px;
}
/* BACKGROUND MS TECH */
.bg_mstech {
    background: #000000 url(/images/bg_managedtechb.jpg) top repeat-x;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 980px;
}
/* BACKGROUND MS CONSULTING */
.bgmscon {
    background: #000000 url(/images/bg_mscon.jpg) top no-repeat;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 980px;
}
/* BACKGROUND MS CONSULTING */
.bg_mscon{
    background: #000000 url(/images/bg_managedcon.jpg) top no-repeat;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 980px;
}
/* BACKGROUND GENERAL */
.bg_general {
    background: #efefef url(/images/bg_rest2.png) top repeat-x;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 980px;
}
/* BACKGROUND GENERAL NEW */
.bg_general_new {
    background: #efefef url(/images/bg_rest3.png) top repeat-x;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 980px;
}
/* BACKGROUND DOMAIN PRICE LIST */
.bg_domainpl {
    background: #efefef url(/images/bg_domainpl.png) top repeat-x;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 980px;
}
/* HOSTPOINT LOGO */
.logo_hostpoint {
    position: relative;
    top: 35px;
        height: 40px;
        width: 205px;
    text-align: left;
        z-index: 10;
}
/* HOSTPOINT LOGO WITH WEBOMAT */
.logo_hostpointwebomat {
    position: relative;
    top: 35px;
        height: 40px;
        width: 205px;
    text-align: left;
}
/* WEBOMAT LOGO */
.logo_webomat {
        left: 800px;
    position: relative;
    text-align: right;
        height: 34px;
        width: 177px;
}
/* SSL LOGO */
.logo_ssl {
    position: relative;
    text-align: right;
}
/* POSITIONIG THE SIDEBAR FOR GENERAL */
.sidebar {
    position: absolute;
    width: 69px;
    height: 89px;
    top: 315px;
    right: 0px;
}
/* NEWS BUTTON */
.sbnews {
    width: 69px;
    height: 27px;
    margin-bottom: 4px;
}
/* NEWS TEXT & BACKGROUND */
.sbnews a:link {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbNewsS.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
.sbnews a:visited {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbNewsS.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* NEWS BACKGROUND CHANGE */
.sbnews a:hover {
    background-image: url(/images/sbNewsB.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 6px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* BLOG BUTTON */
.sbblog {
    width: 69px;
    height: 27px;
    margin-bottom: 4px;
}
/* BLOG TEXT & BACKGROUND */
.sbblog a:link {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbBlogS.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
.sbblog a:visited {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbBlogS.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* BLOG BACKGROUND CHANGE */
.sbblog a:hover {
    background-image: url(/images/sbBlogB.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 6px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* SUPPORT BUTTON */
.sbsupport {
    width: 69px;
    height: 27px;
}
.sbsupport a:link {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbSupportS.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
.sbsupport a:visited {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbSupportS.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* SUPPORT BACKGROUND CHANGE */
.sbsupport a:hover {
    background-image: url(/images/sbSupportB.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}

/* SKYPE BUTTON */
.sbskype {
        height: 37px;
    width: 64px;
    margin-top: 10px;
}
.sbskype a:link {
    height: 37px;
    width: 64px;
    background-image: url(/images/sbSkypeS.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    line-height: 37px;
}
.sbskype a:visited {
    height: 37px;
    width: 64px;
    background-image: url(/images/sbSkypeS.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 5px;
    vertical-align: middle;
    text-decoration: none;
    line-height: 37px;
}
/* SKYPE BACKGROUND CHANGE */
.sbskype a:hover {
        height: 37px;
    width: 64px;
    background-image: url(/images/sbSkypeB.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 5px;
    vertical-align: middle;
    text-decoration: none;
    line-height: 37px;
}
/* POSITIONIG THE SIDEBAR FOR MANAGED SERVER (MS) */
.sidebarM {
    position: absolute;
    width: 69px;
    height: 89px;
    top: 315px;
    right: 0px;
}
/* NEWS BUTTON (MS) */
.sbnewsM {
    width: 69px;
    height: 27px;
    margin-bottom: 4px;
}
/* NEWS TEXT & BACKGROUND (MS) */
.sbnewsM a:link {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbNewsS_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;	
}
.sbnewsM a:visited {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbNewsS_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* NEWS BACKGROUND CHANGE (MS) */
.sbnewsM a:hover {
    background-image: url(/images/sbNewsB_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 6px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* BLOG BUTTON (MS) */
.sbblogM {
    width: 69px;
    height: 27px;
    margin-bottom: 4px;
}
/* BLOG TEXT & BACKGROUND (MS) */
.sbblogM a:link {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbBlogS_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
.sbblogM a:visited {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbBlogS_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* BLOG BACKGROUND CHANGE (MS) */
.sbblogM a:hover {
    background-image: url(/images/sbBlogB_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 6px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* SUPPORT BUTTON (MS) */
.sbsupportM {
    width: 69px;
    height: 27px;
}
/* SUPPORT TEXT & BACKGROUND (MS) */
.sbsupportM a:link {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbSupportS_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
.sbsupportM a:visited {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbSupportS_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* SUPPORT BACKGROUND CHANGE (MS) */
.sbsupportM a:hover {
    background-image: url(/images/sbSupportB_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}

/* FOR LARGER LANGUAGES */
/* NEWS BUTTON */
.sbnews1 {
    width: 69px;
    height: 27px;
    margin-bottom: 4px;
}
/* NEWS TEXT & BACKGROUND */
.sbnews1 a:link {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbNewsS.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
.sbnews1 a:visited {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbNewsS.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* NEWS BACKGROUND CHANGE */
.sbnews1 a:hover {
    background-image: url(/images/sbNewsB.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 6px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* BLOG BUTTON */
.sbblog1 {
    width: 69px;
    height: 27px;
    margin-bottom: 4px;
}
/* BLOG TEXT & BACKGROUND */
.sbblog1 a:link {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbBlogS.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
.sbblog1 a:visited {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbBlogS.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* BLOG BACKGROUND CHANGE */
.sbblog1 a:hover {
    background-image: url(/images/sbBlogB.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 6px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* SUPPORT BUTTON */
.sbsupport1 {
    width: 69px;
    height: 27px;
}
.sbsupport1 a:link {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbSupportS.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
.sbsupport1 a:visited {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbSupportS.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* SUPPORT BACKGROUND CHANGE */
.sbsupport1 a:hover {
    background-image: url(/images/sbSupportB.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* NEWS BUTTON (MS) */
.sbnewsM1 {
    width: 69px;
    height: 27px;
    margin-bottom: 4px;
}
/* NEWS TEXT & BACKGROUND (MS) */
.sbnewsM1 a:link {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbNewsS_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;	
}
.sbnewsM1 a:visited {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbNewsS_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* NEWS BACKGROUND CHANGE (MS) */
.sbnewsM1 a:hover {
    background-image: url(/images/sbNewsB_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 6px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* BLOG BUTTON (MS) */
.sbblogM1 {
    width: 69px;
    height: 27px;
    margin-bottom: 4px;
}
/* BLOG TEXT & BACKGROUND (MS) */
.sbblogM1 a:link {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbBlogS_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
.sbblogM1 a:visited {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbBlogS_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* BLOG BACKGROUND CHANGE (MS) */
.sbblogM1 a:hover {
    background-image: url(/images/sbBlogB_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 6px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* SUPPORT BUTTON (MS) */
.sbsupportM1 {
    width: 69px;
    height: 27px;
}
/* SUPPORT TEXT & BACKGROUND (MS) */
.sbsupportM1 a:link {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbSupportS_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
.sbsupportM1 a:visited {
    height: 27px;
    width: 69px;
    background-image: url(/images/sbSupportS_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* SUPPORT BACKGROUND CHANGE (MS) */
.sbsupportM1 a:hover {
    background-image: url(/images/sbSupportB_M.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    font-family: AniHP, Arial;
    font-size: 10px;
    color: #FFFFFF; /* white */
    text-decoration: none;
    line-height: 27px;
}
/* FOOTER GENERAL */
.footer_general {
    position: relative;
    height: 45px;
    top: 136px;
    padding-top: 45px;
    padding-bottom: 35px;
    text-align: left;
}
/* FOOTER REFERENCES */
.footer_ref {
    position: relative;
    height: 45px;
    top: 100px;
    padding-top: 45px;
    padding-bottom: 35px;
    text-align: left;
    font-family: AniHP, Arial;
    color: #B4B6B7; /* Grey */
    font-size: 12px;
    
}
/* FOOTER GENERAL FONTS */
.footer_general small {
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #B4B6B7; /* Grey */
}
/* FOOTER WEBHOSTING & MANAGED SERVER */
.footerWhMs {
    position: relative;
    height: 45px;
    top: 50px;
    padding: 35px;
    padding-top: 45px;
    text-align: left;
}
/* FOOTER WEBHOSTING & MANAGED SERVER FONTS*/
.footerWhMs small {
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #B4B6B7; /* Grey */
}
/* FOOTER SPECIAL MS CONSULTING (MSC) */
.footer_msc {
    position: relative;
    height: 45px;
    top: 40px;
    padding-top: 45px;
    text-align: left;
}
/* FOOTER SPECIAL MS CONSULTING (MSC) FONTS */
.footer_msc small{
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #B4B6B7; /* Grey */
}
/* FOOTER ABOUT HOSTPOINT */
.footer_hostpoint {
    position: relative;
    height: 45px;
    top: 136px;
    padding-left: 31px;
    padding-top: 45px;
    padding-bottom: 35px;
    text-align: left;
}
/* FOOTER ABOUT HOSTPOINT FONTS */
.footer_hostpoint small {
    font-family: AniHP, Arial;
    font-size: 11px;
    color: #B4B6B7; /* Grey */
}