html {
    font-size: 15px;
}

@media screen and (max-width: 74.9375em) {
    html {
        font-size: 13px;
    }
}

body {
    font-family: "ViessmannWeb-Regular",Helvetica,sans-serif !important;
    font-weight: normal;
    font-style: normal;
}

header {
    height: 90px;
    font-family: "ViessmannWeb-Bold",Helvetica,sans-serif !important;
}

@media screen and (min-width: 64em) {
    header {
        height: 110px;
    }
}

@media screen and (max-width: 39.9375em) {
    header {
        height: 70px;
    }
}

.logo {
    float: left;
    padding-left: 1px
}

    .logo img {
        width: 200px;
    }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .logo img {
        width: 164px;
    }
}

@media screen and (max-width: 39.9375em) {
    .logo img {
        width: 91px;
        padding-top: 7px;
        padding-left: 7px;
    }
}

.top-menu {
    float: right;
    padding-top: 44px;
    position: relative;
}

    .top-menu .badge {
        position: absolute;
        left: 0;
        bottom: 5px;
        font-size: 0.7rem;
        padding: 0.1em;
        min-width: 1.7em;
    }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .top-menu {
        padding-top: 33px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 39.9375em) {
    .top-menu {
        padding-top: 21px;
        padding-right: 5px;
    }
}

.top-menu-item {
    padding-right: 25px;
    color: #333;
}

.top-menu-img {
    margin: 0 10px 0 18px;
    width: 25px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .top-menu-img {
        margin: 0 8px 0 18px;
        width: 20px;
    }
}

@media screen and (max-width: 39.9375em) {
    .top-menu-img {
        margin: 0 0 0 15px;
        width: 20px;
    }
}

.menu-icon {
    width: 21px;
    height: 20px;
    margin-left: 15px;
}

    .menu-icon::after {
        background: #f5231b;
        box-shadow: 0 7px 0 #f5231b, 0 14px 0 #f5231b;
        height: 3px;
    }

.menu-button {
    padding-left: 7px;
    padding-right: 7px;
}

.js-off-canvas-exit {
    background: none !important;
}

.off-canvas {
    width: 280px !important;
    height: 100%;
    font-family: "ViessmannWeb-Regular",Helvetica,sans-serif !important;
    background-color: #555 !important;
    box-shadow: inset 5px 0 3px -6px rgba(10, 10, 10, 0.4);
    z-index: 1;
}

    .off-canvas.position-right {
        right: -280px;
        top: 0;
        width: 280px;
    }

.off-canvas-content, .off-canvas-content {
    box-shadow: none;
}

.is-open-right {
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
}

.close-menu-button {
    font-size: 13px !important;
    height: 110px;
    line-height: 80px !important;
    border-bottom: 1px solid #858585;
    margin-bottom: 35px !important;
    padding: 0 40px !important;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .close-menu-button {
        height: 90px;
        line-height: 57px !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .close-menu-button {
        height: 70px;
        line-height: 40px !important;
    }
}

.close-x {
    font-family: "ViessmannWeb-Regular",Helvetica,sans-serif !important;
    font-size: 1.75rem;
}

.exit-off-canvas {
    box-shadow: none !important;
}

.menu a {
    color: #fff;
    padding: 14px 40px !important;
    font-size: 15px;
}

.category-menu {
    list-style: none;
    margin: 0;
}

    .category-menu a {
        padding: 20px;
        display: block;
        width: 100%;
        border-top: solid 1px #F7F7F7;
    }

    .category-menu li.active a {
        background-color: #F5231B;
    }

    .category-menu li:hover {
        background-color: #f7f7f7;
    }

    .category-menu li.active a {
        font-weight: bold;
        color: #fff;
    }

.category-submenu {
    list-style: none;
    padding-left: 20px;
    margin-left: 0;
    background-color: #F7F7F7;
}

    .category-submenu a {
        padding: 10px 0;
        display: block;
        width: 100%;
        color: #333 !important;
        background: none !important;
        font-weight: normal !important;
    }

        .category-submenu a:hover {
            color: #f5231b !important;
        }

    .category-submenu li.active a {
        font-weight: bold !important;
        color: #F5231B !important;
    }

    .category-submenu li:hover {
        background-color: #f7f7f7;
    }

    .category-submenu li.active a {
        font-weight: bold;
        color: #fff;
    }

    .category-submenu li.active li a {
        font-weight: normal !important;
        color: #333 !important;
    }

    .category-submenu li.active li.active a {
        font-weight: bold !important;
        color: #F5231B !important;
    }

    .category-submenu li.active li.active li a {
        font-weight: normal !important;
        color: #333 !important;
    }

    .category-submenu li.active li.active li.active a {
        font-weight: bold !important;
        color: #F5231B !important;
    }

    .category-submenu li.active li.active li.active li a {
        font-weight: normal !important;
        color: #333 !important;
    }

    .category-submenu li.active li.active li.active li.active a {
        font-weight: bold !important;
        color: #F5231B !important;
    }

.stage {
    position: relative;
    min-height: 600px;
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .stage {
        min-height: 450px;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .stage {
        min-height: 460px;
    }
}

@media screen and (max-width: 39.9375em) {
    .stage {
        min-height: 370px;
    }
}

.stage-img {
    text-align: center;
    background-color: #f1f1f3;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 39.9375em) {
    .stage-img {
        position: relative;
    }
}

.stage-img img {
    margin: 0 -50%;
    width: auto;
    max-width: none;
}

@media screen and (max-width: 39.9375em) {
    .stage-img img {
        margin: 0;
        width: 100%;
    }
}

.stage-row {
    position: relative;
}

.stage-overlay {
    position: absolute;
    right: -15px;
    width: 33.3%;
    min-height: 600px;
    padding: 80px 60px 80px 60px;
    background: rgba(245,35,27,0.9);
    color: #fff;
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .stage-overlay {
        min-height: 450px;
        right: 0;
        padding: 60px 30px 40px 30px;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .stage-overlay {
        min-height: 460px;
        padding: 60px 30px 40px 30px;
        right: 0;
        width: 41.6%;
    }
}

@media screen and (max-width: 39.9375em) {
    .stage-overlay {
        position: relative;
        width: auto;
        min-height: unset;
        padding: 50px 20px 25px;
        right: 0;
    }
}

.stage-overlay h1,
.stage-overlay h2,
.stage-overlay h3 {
    color: #fff;
}

.stage-overlay [type="text"],
.stage-overlay [type="password"],
.stage-overlay [type="email"],
.stage-overlay textarea {
    border: 1px solid #fff;
    color: #fff;
    background: none;
    box-shadow: none;
    height: 50px;
    padding: 15px;
}

.stage-overlay select {
    height: 50px;
    padding: 15px;
}

.stage-overlay a,
.stage-overlay a:visited,
.stage-overlay a:hover {
    color: #fff;
}

.stage-overlay .help-text {
    color: #fff;
    font-size: 0.9rem;
}

.stage-overlay ::-webkit-input-placeholder {
    color: #fff !important;
}

.stage-overlay :-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.stage-overlay ::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.stage-overlay :-ms-input-placeholder {
    color: #fff !important;
}

.main-container {
    padding: 60px 0;
}

@media screen and (max-width: 39.9375em) {
    .main-container {
        padding: 30px 0;
    }
}

.top-line {
    background-color: #f1f1f3;
    padding: 30px 0 20px 0;
}

.grey {
    background-color: #f1f1f3;
}

.tile {
    position: relative;
    background-color: #fff;
    border: solid 1px #D2D2D7;
    height: 350px;
    max-width: 310px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    .tile a {
        display: inline-block;
    }

.tile-bg {
    text-align: center;
}

    .tile-bg img {
        margin: 0 -50%;
        width: auto;
        max-width: none;
    }

.tile-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    padding: 26px 30px;
}

    .tile-inner h3 {
        color: #333;
    }

.tile-link {
    position: absolute;
    bottom: 26px;
    left: 30px;
}

.tile-date {
    color: #333;
}

.tile2 {
    position: relative;
    background-color: #fff;
    border: solid 1px #D2D2D7;
    height: 200px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    overflow: hidden;
}

    .tile2 a {
        display: inline-block;
    }

.tile-inner2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    padding: 20px;
}

.tile-link2 {
    position: absolute;
    top: 150px;
    left: 20px;
}

.tile-link3 {
    position: absolute;
    top: 150px;
    right: 50px;
}

.tile-link4 {
    position: absolute;
    top: 150px;
    right: 20px;
}

.tile-dwnld {
    position: absolute;
    bottom: 60px;
    left: 20px;
}

.tile3 {
    position: relative;
    background-color: #F1F1F3;
    border: solid 1px #D2D2D7;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    overflow: hidden;
    padding: 20px;
}

    .tile3 .input-group {
        width: 60%;
        padding-top: 0.5rem;
    }

    .tile3 .input-group-field {
        height: 2.9rem;
    }

    .tile3 .product-img {
        overflow: hidden;
        height: 120px;
    }

.callout.fixed-bottom {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin: 0;
}

.tabs-content {
    background: none;
    border: none;
}

.tabs-panel {
    padding: 1rem 0;
}

.tabs-title a {
    font-size: 1rem;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
    background: #f1f1f3;
}

table thead, table tbody, table tfoot {
    border-color: #D2D2D7;
}

.task-alert {
    background-color: #f5231b;
}

.task-done {
    background-color: #3adb76;
}

.task-ongoing {
    background-color: #2199e8;
}

.task-pending {
    background-color: #ffae00;
}

.left-label {
    border-width: 1px;
    border-color: #858585;
    border-style: none dotted none none;
}

@media screen and (max-width: 39.9375em) {
    .left-label {
        border: none;
    }
}

.partner-label {
    border-radius: 50%;
    color: #fff;
    background-color: #f5231b;
    padding: 0.6rem 0;
    margin: 0.1rem 0.2rem 0.1rem 0;
    font-weight: bold;
    width: 2.8rem;
    float: left;
    text-align: center;
}

.partner-label-check {
    margin-top: -10px;
    font-size: 0.9rem;
}

@media screen and (min-width: 75em) {
    .partner-label-check {
        line-height: 23px;
    }
}

.news-date {
    width: auto;
    padding: 5px;
    border: 1px solid #f1f1f3;
    margin-right: 10px;
}

@media screen and (max-width: 74.9375em) {
    .news-title {
        padding-top: 5px;
    }
}

.has-tip {
    border: none !important;
}

.content-form input,
.content-form [type="text"],
.content-form [type="password"],
.content-form [type="date"],
.content-form [type="datetime"],
.content-form [type="datetime-local"],
.content-form [type="month"],
.content-form [type="week"],
.content-form [type="email"],
.content-form [type="number"],
.content-form [type="search"],
.content-form [type="tel"],
.content-form [type="time"],
.content-form [type="url"],
.content-form [type="color"],
.content-form textarea {
    background-color: #fff !important;
    border-style: none none dotted !important;
    border-color: #858585;
    box-shadow: none !important;
    border-radius: 0;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
    line-height: 26px;
}

    .content-form input.error,
    .content-form [type="text"].error,
    .content-form [type="password"].error,
    .content-form [type="date"].error,
    .content-form [type="datetime"].error,
    .content-form [type="datetime-local"].error,
    .content-form [type="month"].error,
    .content-form [type="week"].error,
    .content-form [type="email"].error,
    .content-form [type="number"].error,
    .content-form [type="search"].error,
    .content-form [type="tel"].error,
    .content-form [type="time"].error,
    .content-form [type="url"].error,
    .content-form [type="color"].error,
    .content-form textarea.error {
        border-color: #f5231b;
        border-style: none none solid !important;
    }

@media screen and (max-width: 39.9375em) {
    .content-form input,
    .content-form [type="text"],
    .content-form [type="password"],
    .content-form [type="date"],
    .content-form [type="datetime"],
    .content-form [type="datetime-local"],
    .content-form [type="month"],
    .content-form [type="week"],
    .content-form [type="email"],
    .content-form [type="number"],
    .content-form [type="search"],
    .content-form [type="tel"],
    .content-form [type="time"],
    .content-form [type="url"],
    .content-form [type="color"],
    .content-form textarea {
        margin-left: 0;
        margin-bottom: 18px;
    }
}

.content-form select {
    background-color: #fff !important;
    border-style: none none solid !important;
    border-color: #858585;
    box-shadow: none !important;
    border-radius: 0;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
    line-height: 26px;
}

@media screen and (max-width: 39.9375em) {
    .content-form select {
        margin-left: 0;
        margin-bottom: 18px;
    }
}

.content-form select.error {
    border-color: #f5231b;
}

::-webkit-input-placeholder {
    font-style: italic;
    color: #000 !important;
}

:-moz-placeholder {
    font-style: italic;
    color: #000 !important;
}

::-moz-placeholder {
    font-style: italic;
    color: #000 !important;
}

:-ms-input-placeholder {
    font-style: italic;
    color: #000 !important;
}

footer {
    color: #fff;
    padding-top: 16px;
}

    footer a,
    footer a:visited,
    footer a:hover,
    footer a:focus {
        color: #fff;
        white-space: nowrap
    }

.footer-social {
    background-color: #555;
    padding: 35px 0;
    border-bottom: solid 1px #727272;
}

.footer-social-in {
    padding-top: 35px;
}

.footer-social a {
    padding-right: 16px;
    margin: 35px 53px 0 0;
    line-height: 31px;
}

    .footer-social a img {
        height: 30px;
        margin-right: 15px;
        width: 30px;
    }

.footer-links {
    background-color: #555;
    padding: 50px 0;
}

.footer-bottom {
    background-color: #333;
    padding: 37px 0;
}

    .footer-bottom .icon-link {
        margin-left: 76px;
    }

.padding {
    padding: 16px;
}

.padding-top {
    padding-top: 16px;
}

.padding-bottom {
    padding-bottom: 16px;
}

.padding-bottom2 {
    padding-bottom: 35px;
}

.padding-right {
    padding-right: 8px;
}

.error-text {
    color: #F5231B;
    font-style: italic;
    font-size: 0.9rem;
    margin-left: 23px;
    margin-top: -20px;
}

@media screen and (max-width: 39.9375em) {
    .error-text {
        margin-left: 3px;
        margin-top: -15px;
    }
}

.error-text-checkbox {
    color: #F5231B;
    font-style: italic;
    font-size: 0.9rem;
    margin-left: 13px;
    margin-top: 5px;
}

.icon-link {
    background: url('../images/arrow-white.png') no-repeat left center transparent;
    background-position: left center;
    padding-left: 14px;
}

.icon-link2 {
    background: url('../images/arrow-red.png') no-repeat left center transparent;
    background-position: left center;
    padding-left: 14px;
}

.icon-link3 {
    background: url('../images/arrow-red-back.png') no-repeat left center transparent;
    background-position: left center;
    padding-left: 14px;
}

.text-red {
    color: #f5231b !important;
}

.text-grey {
    color: #333 !important;
}

.text-white {
    color: #fff !important;
}

h1, h2, h3, h4 {
    font-family: "ViessmannWeb-Bold",Helvetica,sans-serif !important;
    color: #333;
}

h1 {
    font-size: 2em;
    margin-bottom: 15px;
}

@media screen and (max-width: 63.9375em) {
    h1 {
        font-size: 1.5em;
    }
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

@media screen and (max-width: 74.9375em) {
    h2 {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 39.9375em) {
    h3 {
        font-size: 1.2em;
    }
}

.button {
    height: 44px;
    line-height: 43px;
    padding: 0 24px;
    font-family: "ViessmannWeb-Regular",Helvetica,sans-serif;
    font-size: 0.9em;
    margin: 0;
}

    .button.red {
        background: url('../images/arrow-white.png') no-repeat left center #F5231B;
        background-position: 21px center;
        padding-left: 35px;
    }

    .button.secondary,
    .button.secondary:visited,
    .button.secondary:focus {
        background: url('../images/arrow-red.png') no-repeat left center #fff;
        background-position: 21px center;
        padding-left: 35px;
        color: #f5231b !important;
        border: 1px solid #fff;
    }

        .button.secondary:hover {
            background: url('../images/arrow-white.png') no-repeat left center transparent;
            background-position: 21px center;
            color: #fff !important;
            border: 1px solid #fff;
        }

    .button.tab-button,
    .button.tab-button:visited,
    .button.tab-button:focus {
        background-color: #ddd;
        color: #333 !important;
    }

        .button.tab-button.active {
            background-color: #bbb;
        }

    .button.tab-button-red.active {
        background-color: #c40600;
    }

.radio-buttons {
    margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
    .radio-buttons {
        margin-left: 20px;
    }
}

.rad {
    cursor: pointer;
    margin: 0 20px 15px 0;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

    .rad > input {
        visibility: hidden;
        position: absolute;
    }

    .rad > i {
        display: inline-block;
        vertical-align: middle;
        width: 21px;
        height: 21px;
        margin-right: 3px;
        border-radius: 50%;
        transition: 0.1s;
        box-shadow: inset 0 0 0 12px #fff;
        border: 1px solid #D2D2D7;
        background: #D2D2D7;
    }

    .rad:hover > i {
        box-shadow: inset 0 0 0 2px #fff;
        background: #D2D2D7;
    }

    .rad > input:checked + i {
        box-shadow: inset 0 0 0 2px #fff;
        background: #F5231B;
    }

.inline {
    display: inline;
}

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label {
        background: url('../images/check-off.png') no-repeat left;
        height: 20px;
        line-height: 20px;
        display: inline-block;
        padding-left: 30px;
    }

    input[type=checkbox]:checked + label {
        background: url('../images/check-on.png') no-repeat left;
        height: 20px;
        line-height: 20px;
        display: inline-block;
        padding-left: 30px;
    }

.pagination li {
    font-size: 1rem;
}

.pagination a,
.pagination button {
    border-radius: 50%;
}

    .pagination a:hover {
        background: none;
        text-decoration: underline;
    }

.pagination .current {
    border-radius: 50%;
}

.lb-loader, .lightbox {
    text-align: center;
    line-height: 0
}

body:after {
    content: url(../images/close.png) url(.../images/loading.gif) url(../images/prev.png) url(../images/next.png);
    display: none
}

.lb-dataContainer:after, .lb-outerContainer:after {
    content: "";
    clear: both
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

    .lightbox .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        border-radius: 3px
    }

    .lightbox a img {
        border: none
    }

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px
}

.lb-loader, .lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-container {
    padding: 4px
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

    .lb-nav a.lb-prev:hover {
        filter: alpha(Opacity=100);
        opacity: 1
    }

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

    .lb-nav a.lb-next:hover {
        filter: alpha(Opacity=100);
        opacity: 1
    }

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

    .lb-dataContainer:after {
        display: table
    }

.lb-data {
    padding: 0 4px;
    color: #ccc
}

    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em
    }

    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: 700;
        line-height: 1em
    }

    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999
    }

    .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url(.../images/close.png) top right no-repeat;
        text-align: right;
        outline: 0;
        filter: alpha(Opacity=70);
        opacity: .7;
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s
    }

        .lb-data .lb-close:hover {
            cursor: pointer;
            filter: alpha(Opacity=100);
            opacity: 1
        }
