@font-face {
    font-family: EnvelopeSans;
    src: url(/https/mail.de/fonts/EnvelopeSans_VF.ttf?2);
}

body {
    /* CSS variables */
    --main--blue--light: #27a2f8;
    --main--blue--light--second: #0096ff;
    --main--blue--dark: #002752;
    --main--blue--dark--second: #1d2755;

    --bg--grey--light: #f6f7f8;
    --bg--green--light: #eaf9f0;
    --bg--package--tree: #34c86f;
    --bg--freeMail--color: #0084df;
    --bg--freeMail--color--second: #47b2fe;
    --bg--package--freeMail: linear-gradient(to bottom, var(--bg--freeMail--color), var(--bg--freeMail--color--second));
    --bg--plusMail--color: #a95e33;
    --bg--plusMail--color--second: #bf7835;
    --bg--package--plusMail: linear-gradient(to bottom, var(--bg--plusMail--color), var(--bg--plusMail--color--second));
    --bg--proMail--color: #596771;
    --bg--proMail--color--second: #81929d;
    --bg--package--proMail: linear-gradient(to bottom, var(--bg--proMail--color), var(--bg--proMail--color--second));
    --bg--powerMail--color: #aa8641;
    --bg--powerMail--color--second: #d3a867;
    --bg--package--powerMail: linear-gradient(to bottom, var(--bg--powerMail--color), var(--bg--powerMail--color--second));

    --text--grey: #848e99;

    color: var(--main--blue--dark--second);
    padding-bottom: 0;
    overflow-x: hidden;
    font-family: EnvelopeSans, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: -0.125px;
    font-weight: 450;
    font-synthesis: none !important;
}

svg {
    --grave: var(--main--blue--dark);
    --lucid: var(--main--blue--light);
    --pasty: #e0f2ff;
    --white: #FFFFFF;
    --black: #000000;
}

@supports (color: color(display-p3 1 1 1)) {
    body {
        /* CSS variables */
        --main--blue--light: color(display-p3 0.15294117647058825 0.6352941176470588 0.9725490196078431);
        --main--blue--light--second: color(display-p3 0 0.5882352941176471 1);
        --main--blue--dark: color(display-p3 0 0.152941176 0.321568627);
        --main--blue--dark--second: color(display-p3 0.11372549 0.152941176 0.333333333);

        --bg--grey--light: color(display-p3 0.964705882 0.968627451 0.97254902);
        --bg--green--light: color(display-p3 0.917647059 0.976470588 0.941176471);
        --bg--package--tree: color(display-p3 0.203921569 0.784313725 0.435294118);
        --bg--freeMail--color: color(display-p3 0 0.517647059 0.874509804);
        --bg--freeMail--color--second: color(display-p3 0.278431373 0.698039216 0.996078431);
        --bg--plusMail--color: color(display-p3 0.662745098 0.368627451 0.2);
        --bg--plusMail--color--second: color(display-p3 0.749019608 0.470588235 0.207843137);
        --bg--proMail--color: color(display-p3 0.349019608 0.403921569 0.443137255);
        --bg--proMail--color--second: color(display-p3 0.505882353 0.57254902 0.615686275);
        --bg--powerMail--color: color(display-p3 0.666666667 0.525490196 0.254901961);
        --bg--powerMail--color--second: color(display-p3 0.82745098 0.658823529 0.403921569);

        --text--grey: color(display-p3 0.517647059 0.556862745 0.6);
    }
}

html, body {
    height: 100%;
    scroll-padding-top: 102px;
}

html.smartbanner-show, .smartbanner-show body {
    scroll-padding-top: 181px;
}

h1,
h2 {
    font-size: 35px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.headline {
    font-weight: 800;
}

.small-size-image {
    max-width: 25%;
}

.medium-size-image {
    max-width: 50%;
}

.large-size-image {
    max-width: 75%;
}

a {
    color: var(--main--blue--light);
}

a:hover, a:hover {
    color: var(--main--blue--light--second);
}

pre {
    word-break: break-word;
}

p {
    margin-bottom: 30px;
}

span.bright {
    color: var(--main--blue--light);
}

p span.warning {
    color: #bb6633;
}

p b.telephone {
    font-size: 24px;
    display: block;
}

img.toleft {
    float: left;
    margin: 0 10px 10px 0;
}

img.toleft + div > ul > li {
    list-style: none;
}

table.cookies,
table.data,
table {
    background-color: rgba(255, 255, 255, .5);
    border-collapse: collapse;
    font-size: small;
}

table.cookies th,
table.cookies td,
table.data th,
table.data td,
table th,
table td {
    border: 1px solid var(--main--blue--dark);
    padding: 10px 20px;
}

.sig {
    max-width: 500px;
    border-top: 1px solid var(--main--blue--dark);
}

.container {
    max-width: 1200px;
    width: 100%;
}

.container.marketing {
    min-height: 100%;
}

.container-blue {
    background: linear-gradient(to bottom, var(--main--blue--light--second), var(--main--blue--light));
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.container-blue-dark {
    background-color: var(--main--blue--dark);
    color: #fff;
}

.container-green {
    background: linear-gradient(to bottom, #074727, #2e5421);
    color: #fff;
}

.container-pale {
    background-color: var(--bg--grey--light);
}

.container-pale-green {
    background-color: var(--bg--green--light);
}

.text-blue {
    color: var(--main--blue--light);
}

.text-blue-dark {
    color: var(--main--blue--dark);
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.columns-wrapper {
    width: 100%;
}

/**********/
/* TICKER */
/**********/
@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    position: fixed;
    width: 100%;
    overflow: hidden;
    height: 4rem;
    background-color: #f8d7da;
    padding-left: 100%;
    box-sizing: content-box;
    z-index: 18;
    top: 101px;
}

.smartbanner-show .ticker-wrap {
    top: 182px;
}

.ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
}

.ticker-item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 2rem;
    font-weight: bold;
    color: #842029;
}

.ticker-item a {
    text-decoration: underline;
    color: #842029;
}

.ticker-wrap.warning {
    background-color: #fff3cd;
}

.ticker-wrap.warning .ticker-item,
.ticker-wrap.warning .ticker-item a {
    color: #664d03
}

.ticker-wrap.info {
    background-color: #cff4fc;
}

.ticker-wrap.info .ticker-item,
.ticker-wrap.info .ticker-item a {
    color: #055160
}

.ticker-wrap.success {
    background-color: #d1e7dd;
}

.ticker-wrap.success .ticker-item,
.ticker-wrap.success .ticker-item a {
    color: #0f5132;
}

/***********************/
/* HEADER & NAVIGATION */
/***********************/
.navbar .container {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-brand {
    padding: 2px 5px 0 15px;
}

.navbar-brand svg {
    position: relative;
    top: 5px;
    --lucid: var(--main--blue--light);
    --grave: var(--main--blue--dark);
    width: 106px;
    height: 28px;
}

.muk .navbar-brand svg {
    width: 130px;
}

.navbar-text {
    margin: 21px 0 0 0;
    font-size: 12px;
    color: var(--main--blue--light);
    float: left;
}

.navbar-text span {
    color: var(--main--blue--dark);
}

.navbar-group {
    border-radius: 3px;
    margin-bottom: 5px;
}

.navbar-links {
    float: right;
    margin-top: 7px;
}

.navbar-links a {
    padding: 0;
    height: 30px;
    width: 135px;
    line-height: 30px;
    font-weight: 600;
}

.navbar-form {
    padding: 3px 5px;
    margin-top: 0;
    margin-bottom: 0;
    float: right;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    margin-right: -5px;
}

.navbar-form,
.navbar-form .form-group,
.navbar-form .form-control {
    display: inline-block;
}

.navbar-form .form-group {
    vertical-align: middle;
    margin-bottom: 0;
}

.navbar-form .form-control {
    width: 105px;
    border-color: var(--main--blue--dark);
    height: 25px;
    padding: 6px;
}

.navbar-form .btn {
    height: 27px;
    padding: 0;
    width: 80px;
}

.navbar-form .btn img {
    display: none;
}

.navbar-form .form-links {
    font-size: 11px;
    height: 14px;
}

.navbar-form .form-links a {
    min-width: 120px;
    display: inline-block;
    padding: 1px 2px;
}

.navbar-toggle {
    background-color: var(--main--blue--light);
    border: none;
    float: none;
    padding: 12px 9px;
    margin: 3px 0;
}

.navbar-toggle:hover {
    background-image: none;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav li > a:hover,
.nav li.dropdown.open > a,
.nav .dropdown-menu > li a:hover {
    background: #e0f2ff;
}

.nav li > a:focus {
    background-color: transparent;
}

.nav li.dropdown > a:focus {
    color: #3799c7;
}

.navbar-wrapper {
    margin-top: 0;
    top: unset;
}

.navbar-wrapper .navbar {
    border-radius: 0;
    padding: 0;
}

.navbar {
    background-color: #fff;
    border-bottom: 2px solid var(--main--blue--light--second);
}

.navbar-fixed-top {
    top: unset;
}

.navbar-fixed-top .container {
    margin: auto;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 425px;
}

.navbar-nav {
    background-color: #ffffff;
    border-radius: 3px;
    margin: 110px 0 0 0;
    float: none;
    display: flex;
    flex-wrap: wrap;
}

.navbar-collapse.collapsing .navbar-nav,
.navbar-collapse.collapse.in .navbar-nav {
    margin-top: 0;
    display: block;
}

.navbar-nav > li {
    flex: 1 1 auto;
}

.navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 0;
    border-radius: 3px 3px 0 0;
    text-align: center;
    color: var(--main--blue--dark);
    text-shadow: none;
}

.navbar-nav > li.active > a {
    background: var(--main--blue--light--second);
    color: #fff;
}

.navbar-nav > li > a svg {
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    --fill: var(--main--blue--dark);
}

.navbar-nav > li.active > a svg {
    --fill: #fff;
}

.navbar-nav .dropdown-toggle svg {
    width: 26px;
    height: 17px;
    vertical-align: middle;
    border-radius: 3px;
}

.navbar-nav .dropdown-menu svg {
    width: 27px;
    height: 18px;
    vertical-align: middle;
    margin: 0 5px 1px 0;
    border-radius: 3px;
}

.navbar-collapse.collapsing .navbar-nav > li > a,
.navbar-collapse.collapse.in .navbar-nav > li > a {
    text-align: left;
    padding: 6px 15px;
}

.btn-primary {
    color: #fff;
    background: var(--main--blue--light);
    border: none;
    padding: 15px 30px;
    z-index: 10;
    font-weight: 600;
}

.btn-primary:focus,
.btn-primary:hover {
    background: var(--main--blue--light--second);
}

.btn-primary.btn-dark {
    background-color: var(--main--blue--dark);
}

.btn-primary.btn-dark:hover {
    background-color: var(--main--blue--dark--second);
}

.navbar-btn {
    margin: 7px 0 7px 2px;
    padding: 9px 10px;
    position: relative;
    float: right;
}

.navbar-btn > img {
    display: none;
}

/*****************************/
/* planted trees tab counter */
/*****************************/
.changing-texts > span {
    opacity:0;
}

.changing-texts > span:not(:last-of-type) {
    position:absolute;
    width: 100%;
    left: 0;
}

.navbar-collapse.collapse.in .changing-texts > span:not(:last-of-type),
.navbar-collapse.collapsing .changing-texts > span:not(:last-of-type) {
    left: 15px;
}

.changing-texts > span:nth-child(1) {
    animation: roll 12s linear infinite 0s;
}

.changing-texts > span:nth-child(2) {
    color: #289300;
    animation: roll2 12s linear infinite 6s;
}

.changing-texts > span:nth-child(2) svg {
    --leaf: #338032;
    --ground: #432a16;
}

li.active .changing-texts > span:nth-child(2) {
    color: #fff;
}

li.active .changing-texts > span:nth-child(2) svg {
    --leaf: #fff;
    --ground: #fff;
}

@keyframes roll {
    0% {
        font-size:inherit;
        opacity:1;
    }
    47% {
        font-size:inherit;
        opacity:1;
    }
    50% {
        font-size:0;
        opacity:0;
    }
    97% {
        font-size:0;
        opacity:0;
    }
    100% {
        font-size:inherit;
        opacity:1;
    }
}

@keyframes roll2 {
    0% {
        font-size:0;
        opacity:0;
    }
    3% {
        font-size:inherit;
        opacity:1;
    }
    46% {
        font-size:inherit;
        opacity:1;
    }
    49% {
        font-size:0;
        opacity:0;
    }
}

/*****************/
/* Advertisement */
/*****************/
.mdebn {
    display: none;
    position: absolute;
    width: 728px;
    height: 90px;
    z-index: 10;
    margin-right: 275px;
    right: 0;
}

.mdesk {
    display: none;
    position: fixed;
    top: 5px;
    left: 50%;
    width: 160px;
    height: 600px;
    margin-left: 610px;
}

/************/
/* CAROUSEL */
/************/
.carousel,
.carousel .item,
.carousel-inner > .item > img {
    height: 780px;
    margin-bottom: 0;
}

.fr .carousel,
.fr .carousel .item,
.fr .carousel-inner > .item > img {
    height: 900px;
}

.carousel-inner > .item > img {
    max-width: none;
}

.carousel-indicators {
    width: 325px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 10px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    border: none;
    width: 30px;
    height: 3px;
    margin: 0 3px;
    border-radius: 0;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.3);
}

.carousel .item {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: 1900px auto;
}

.carousel .first-slide {
    background-image: url("../img/carousel/bg_1.png");

}

.carousel .second-slide {
    background-image: url(../img/carousel/bg_2.png);
    background-size: 1500px auto;
}

.carousel .third-slide {
    background-image: url(../img/carousel/bg_3.png);
    background-size: 1400px auto;
}

.carousel .fourth-slide {
    background-position: center 65%;
    background-size: 1700px auto;
}

.carousel .fifth-slide {
    background-image: url(../img/carousel/bg_5.png);
    background-size: 1500px auto;
    background-position: center center;
}

.carousel .sixth-slide {
    background-image: url(../img/carousel/bg_6.png);
    background-size: 1600px auto;
}

.carousel .eighth-slide {
    background-image: url(../img/carousel/bg_8.png);
    background-position: center 40%;
}

.mde .carousel .eighth-slide {
    background-image: url(../img/carousel/bg_8b.png);
}

.mde .carousel .eighth-slide .headline,
.mde .carousel .eighth-slide ul,
.mde .carousel .eighth-slide .footnote,
.mde .sustainability1 h2 {
    text-shadow: 0 0 10px var(--main--blue--light);
}

.carousel .item.awards {
    background-image: none;
}

#mainCarousel .item.awards h3 {
    margin: 5px 0 10px;
    font-size: 35px;
}

.carousel .item.awards .details {
    background-color: var(--main--blue--dark);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 450;
    margin-bottom: 10px;
}

.carousel .seventh-slide img {
    width: 100%;
    max-width: 90px;
    display: block;
    margin: 0 auto 5px;
}

.carousel-caption {
    top: 0;
    padding: 15px 25px;
    max-width: 1200px;
    width: 100%;
    left: 0;
    right: auto;
    text-shadow: none;
    text-align: unset;
}

#mainCarousel .item h3 {
    font-size: 40px;
    margin: 0;
}

#mainCarousel .item h3 span {
    color: var(--main--blue--dark);
}

.carousel .item ul {
    padding: 15px 0 15px 10px;
    list-style: none;
    margin-bottom: 0;
}

.carousel .item ul li {
    background: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='1.5 1.5 16 16'><path d='m 7.13725,11.7255 c -0.25882,0 -0.47058,-0.1098 -0.66666,-0.3686 L 4.55686,9.00392 C 4.44706,8.8549 4.37647,8.6902 4.37647,8.51765 c 0,-0.3451 0.26667,-0.61961 0.60392,-0.61961 0.21961,0 0.39216,0.06274 0.58039,0.31372 l 1.5451,2.00004 3.25492,-5.22357 c 0.149,-0.22745 0.3451,-0.35294 0.5412,-0.35294 0.3294,0 0.6431,0.22745 0.6431,0.5804 0,0.17255 -0.102,0.34509 -0.1882,0.50196 L 7.77255,11.3569 C 7.61569,11.6 7.39608,11.7255 7.13725,11.7255 Z' fill='%23fff'/></svg>") no-repeat scroll 0 -1px;
    background-size: 35px 35px;
    padding-left: 30px
}

.carousel .third-slide .col-sm-10 ul {
    padding-right: 10%;
}

.featurette ul:not(.nav) li,
.carousel .item ul li {
    padding-bottom: 5px;
}

.carousel-control-wrapper {
    position: absolute;
    display: none;
    width: 100%;
    top: 45%;
}

#mainCarousel:hover .carousel-control-wrapper {
    display: block;
}

#mainCarousel .carousel-control {
    width: 30px;
}

#mainCarousel .carousel-control svg {
    --outline: #fff;
    width: 25px;
    height: 25px;
    padding: 2px 7px;
    background-color: var(--main--blue--dark);
    border-radius: 50%;
}

#mainCarousel .carousel-control svg:hover {
    background-color: var(--main--blue--dark--second);
}

#mainCarousel .carousel-control.left svg {
    transform: rotate(180deg);
}

.carousel .appLinks {
    display: none;
    width: 170px;
    margin-top: 200px;
    margin-left: 50px;
}

.fr .carousel .appLinks {
    margin-left: 0;
}

.carousel .appLinks img {
    height: 45px;
}

.carousel .link {
    margin: -10px 0 15px 0;
}

.carousel .link a {
    color: #fff;
    text-decoration: underline;
}

.carousel .btn-caption .btn {
    padding: 13px 30px;
}

.carousel-caption .btn-caption .extended-btn .footnote {
    font-size: 12px;
    margin: 15px 50px 0 0;
    color: var(--main--blue--dark);
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    opacity: 1;
}

/***********************/
/* PLANTED TREES CLOUD */
/***********************/
.cloud-container {
    background-color: var(--bg--green--light);
    border-radius: 6px;
    padding: 3px 5px;
    margin: -15px -38px 0;
    font-size: 14px;
    color: #338032;
}

.cloud-container img,
.cloud-container svg {
    width: 40px;
    height: 42px;
}

.cloud-container img,
.cloud-container svg,
.cloud-container > div:not(.footer) {
    display: inline-block;
    vertical-align: middle;
}

.cloud-container .counter {
    font-size: 23px;
    font-weight: 800;
}

.cloud-container .footer {
    font-size: 11px;
    margin-top: 10px;
}

/*************************/
/* MARKETING CONTAINER & */
/*  |- FEATURETTE ROWS   */
/*************************/
.container.marketing {
    max-width: 100%;
    padding: 100px 0 0 0;
}

.tickerView .container.marketing {
    padding-top: 139px;
}

.marketing .featurette {
    padding: 30px 0;
    background-size: cover;
    background-position: center center;
}

.marketing .featurette h1,
.marketing .featurette h2 {
    margin-bottom: 50px;
}

.marketing .featurette h3 {
    margin-bottom: 25px;
}

.marketing .featurette .btn-area {
    text-align: center;
}

.marketing .featurette.productFeatures svg {
    width: 60px;
    height: 60px;
    --outline: var(--main--blue--light);
}

.marketing .featurette.productFeatures h4 {
    margin-left: 2px;
    font-weight: bold;
}

.marketing .featurette.productFeatures ul {
    margin-left: -20px;
    margin-bottom: 50px;
}

.marketing .featurette.freemailFeatureText h2:not(.centered),
.marketing .featurette.plusmailFeatureText h2:not(.centered),
.marketing .featurette.proFeatureText h2:not(.centered),
.marketing .featurette.powermailFeatureText h2:not(.centered) {
    font-size: 30px;
    margin-bottom: 10px;
}

.marketing .featurette.sustainability1 {
    background-image: url(../img/carousel/bg_8.png);
    background-repeat: no-repeat;
    background-position: 45% 38%;
    background-size: auto;
}

.marketing .featurette.laptop,
.marketing .featurette.mobileApps,
.marketing .featurette.avatar {
    padding-top: 0;
}

.marketing .featurette.plusmailOverview .price,
.marketing .featurette.promailOverview .price,
.marketing .featurette.powermailOverview .price {
    float: right;
    position: relative;
    bottom: 5px;
    margin-bottom: -20px;
}

.marketing .featurette.mobile {
    background-image: url("../img/mobileApps/features/mailApp_mde.png");
    background-size: 1700px auto;
    background-repeat: no-repeat;
    background-position: center 60%;
}

.muk .marketing .featurette.mobile {
    background-image: url("../img/mobileApps/features/mailApp_muk.png");
}

.mfr .marketing .featurette.mobile {
    background-image: url("../img/mobileApps/features/mailApp_mfr.png");
}

.marketing .featurette.mobileApps > .container > h3 {
    margin-bottom: 90px;
}

.marketing .featurette.privacy li,
.marketing .featurette.tos li {
    font-size: 14px;
}

.marketing .featurette.error {
    min-height: 600px;
}

.marketing .appLinks a {
    margin-right: 10px;
}

.marketing .txtLght {
    color: #fff;
}

.marketing .avatar .img-block {
    padding: 0;
}

.marketing .advantages h2 {
    text-align: center;
}

.marketing .advantages h5 {
    font-weight: bold;
}

.marketing .advantages .container > .row {
    margin-top: 50px;
}

.marketing .advantages .row > div:nth-child(odd) {
    clear: left;
}

.marketing .advantages svg {
    --outline: var(--main--blue--light);
    width: 60px;
    height: 60px;
}

.marketing .advantages img {
    max-width: 60px;
    width: 100%;
    margin-bottom: 5px;
}

/****** New style ******/
.navbar-btn .lock {
    position: absolute;
    height: 22px;
    left: 8px;
    top: 6px;
}

#langSelect {
    padding: 0;
    margin: 0;
    border: 0;
}

#langSelect:active {
    box-shadow: none;
}

#langBtn,
#langMenu .lang-btn {
    padding: 9px;
    margin-bottom: 7px;
    margin-right: 0;
}

#langMenu {
    display: none;
    position: absolute;
    left: 1px;
    top: 55px;
}

.subnavbar {
    position: fixed;
    text-align: center;
    background-color: var(--main--blue--light--second);
    z-index: 5;
}

.subnavbar .container {
    padding: 0;
}

.subnavbar .nav {
    background-color: transparent;
    padding: 5px 10px;
    margin: 0;
    border-radius: 0;
    list-style: none;
}

.subnavbar .nav li {
    flex: 1 1 0;
}

.subnavbar .nav li a {
    height: 100%;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.subnavbar .nav li:hover a {
    background-color: #e0f2ff;
    color: var(--main--blue--dark);
}

.subnavbar .nav li.active a {
    background-color: #fff;
    color: var(--main--blue--dark);
}

.marketing.subnav .featurette:nth-child(2) {
    margin-top: 40px;
}

.subnav .featurette ul {
    padding: 0;
}

.subnav .featurette .container .btn {
    margin-top: 50px;
}

.anchor {
    position: absolute;
    margin-top: -30px;
}

.container.subnav .anchor {
    margin-top: -72px;
}

.extra-description {
    padding: 20px 25px;
}

.col-clr {
    padding: 5px 0;
}

/********************/
/* PRODUCT PACKAGES */
/********************/
.packages-header span {
    font-weight: bold;
}

.packages {
    position: relative;
    padding: 0;
}

.packages-cols {
    width: 100%;
    padding: 0 10px;
}

.packages-cols > div {
    margin-bottom: 25px;
}

.packages-cols .columns-wrapper > div,
.packages-buttons .columns-wrapper > div {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 25px;
}

.packages-cols .container {
    border: none;
    border-radius: 12px;
    position: relative;
    padding: 0 0 175px 0;
    height: 100%;
    color: var(--main--blue--dark);
    background: var(--bg--grey--light);
}

.packages-cols .container .logo {
    float: left;
    margin: 25px 0 0 20px;
    width: 50px;
    height: 50px;
    --circle: var(--main--blue--light);
    --icon: #fff;
}

.packages-cols .container .row.name {
    font-size: 12px;
    height: 123px;
    margin: 0;
    padding: 25px 20px 25px 85px;
}

.packages-cols .container .row.name a {
    color: var(--main--blue--dark);
}

.packages-cols .container .row.name a:hover,
.packages-cols .container .row.name a:visited {
    text-decoration: none;
}

.packages-cols .container .row.name h3 {
    margin: 0;
    font-weight: 700;
}

.packages-cols .container .row.feature {
    margin: 15px 20px;
    font-size: 16px;
    background: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='1.5 1.5 16 16'><path d='m 7.13725,11.7255 c -0.25882,0 -0.47058,-0.1098 -0.66666,-0.3686 L 4.55686,9.00392 C 4.44706,8.8549 4.37647,8.6902 4.37647,8.51765 c 0,-0.3451 0.26667,-0.61961 0.60392,-0.61961 0.21961,0 0.39216,0.06274 0.58039,0.31372 l 1.5451,2.00004 3.25492,-5.22357 c 0.149,-0.22745 0.3451,-0.35294 0.5412,-0.35294 0.3294,0 0.6431,0.22745 0.6431,0.5804 0,0.17255 -0.102,0.34509 -0.1882,0.50196 L 7.77255,11.3569 C 7.61569,11.6 7.39608,11.7255 7.13725,11.7255 Z' fill='%23002752'/></svg>") no-repeat scroll -5px -3px;
    background-size: 35px 35px;
    padding-left: 25px;
}

.packages-cols .container .row.feature svg.info {
    --bg: #5bb0d5;
    --icon: #fff;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
}

.packages-cols .container .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.packages-cols .container .footer .button {
    margin: 0 20px;
}

.packages-cols .container .footer .button a {
    white-space: pre-line;
    padding: 16px 5px 14px;
    width: 100%
}

.packages-cols .container .row.price sup {
    font-size: 20px;
    top: -35px;
}

.mch .packages-cols .container .row.price sup,
.muk.fr .packages-cols .container .row.price sup {
    font-size: 15px;
    right: 3px;
}

.packages-cols .container .row.price .amount {
    font-size: 62px;
    font-weight: 800;
}

.mch .packages-cols .container .row.price .amount,
.muk.fr .packages-cols .container .row.price .amount {
    font-size: 60px;
}

.packages-cols .container .row.price sub {
    font-size: 14px;
    bottom: -5px;
}

.price sup {
    font-size: 20px;
    top: -35px;
    right: 5px;
}

.price .amount {
    font-size: 62px;
    font-weight: 800;
}

.price sub {
    font-size: 14px;
    bottom: -5px;
}

.basic .price {
    color: var(--main--blue--light);
}

.plus .price {
    color: #CC7500;
}

.pro .price {
    color: #a4a4a4;
}

.power .price {
    color: #FFBA00;
}

/****************************/
/* PRODUCT COMPARISON TABLE */
/****************************/
.productComparisonTable > .container {
    padding-bottom: 20px;
}

.productComparisonTable .comparisonBlock {
    border: 1px solid #e8eaee;
    border-radius: 8px;
    margin-bottom: 25px;
    font-size: 15px;
}

.productComparisonTable .comparisonBlock .row > div.featureName {
    padding: 5px 10px;
}

.productComparisonTable .comparisonBlock .featureName img {
    height: 18px;
}

.productComparisonTable .comparisonBlock .row.header .featureName,
.productComparisonTable .comparisonBlock .row.subheader .featureName {
    border-bottom: 1px solid #d3d3d3;
}

.productComparisonTable .comparisonBlock .row > div.featureDetails {
    padding: 0;
    display: flex;
}

.productComparisonTable .comparisonBlock .row > div.featureDetails > div {
    padding: 5px;
    text-align: center;
    flex: 0 0 auto;
    width: 25%;
}

.productComparisonTable .comparisonBlock .row .featureDetails svg {
    width: 30px;
    height: 30px;
    margin: -6px 0 -9px 0;
}
.productComparisonTable .comparisonBlock .row .featureDetails svg.tree {
    width: 16px;
    height: 25px;
}
.productComparisonTable .comparisonBlock .row .featureDetails svg.info {
    --bg: #5bb0d5;
    --icon: #fff;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-bottom: 0;
}
.productComparisonTable .comparisonBlock .row.header .featureDetails svg,
.productComparisonTable .comparisonBlock .row.subheader .featureDetails svg {
    --circle: transparent;
    --icon: #fff;
}

.productComparisonTable .comparisonBlock .row .featureDetails svg.icon {
    --fill: var(--main--blue--dark);
}

.productComparisonTable .comparisonBlock div[class=row] > div:not(.featureName) {
    background-color: #e8eaee;
}

.productComparisonTable .comparisonBlock .row div.featureDetails > div:not(:first-child) {
    border-left: 1px solid #d3d3d3;
}

.productComparisonTable .comparisonBlock .row:nth-child(1) {
    border-radius: 8px 8px 0 0;
}

.productComparisonTable .comparisonBlock .row:nth-last-child(1) {
    border-radius: 0 0 8px 8px;
}

.productComparisonTable .comparisonBlock .row:nth-last-child(1) .featureName {
    border-bottom-left-radius: 8px;
}

.productComparisonTable .comparisonBlock .row:nth-last-child(1) .featureFree {
    border-bottom-left-radius: 8px;
}

.productComparisonTable .comparisonBlock .row:nth-last-child(1) .featurePower {
    border-bottom-right-radius: 8px;
}

.productComparisonTable .comparisonBlock .row.header .featureName {
    border-radius: 8px 8px 0 0;
}

.productComparisonTable .comparisonBlock .row.header {
    background-color: var(--main--blue--dark);
    color: #fff;
}

.productComparisonTable .comparisonBlock .row.subheader {
    background-color: var(--main--blue--light);
    color: #fff;
}

.productComparisonTable .comparisonBlock .row.header img,
.productComparisonTable .comparisonBlock .row.subheader img {
    margin-top: -2px;
}

.productComparisonTable .new {
    display: inline-block;
    color: var(--main--blue--light);
    font-size: 9pt;
    font-weight: bold;
    margin-left: 10px;
    background-color: #b8dbf4;
    padding: 2px 8px 0;
    border-radius: 12px;
}

.productComparisonTable .container.graphic {
    background: transparent url(../img/misc/product_graphic.png) no-repeat top left 600px;
    max-width: 1400px;
    height: 500px;
    margin-bottom: -185px;
    display: none;
}

.productComparison .footnote {
    color: var(--main--blue--dark--second);
    max-width: 600px;
    margin: 12px auto 20px;
}

.footnoteToggle {
    color: var(--main--blue--dark--second);
}

.footnoteToggle:hover {
    color: var(--main--blue--dark);
}

/********************/
/* PRODUCT FEATURES */
/********************/
.features {
    display: flex;
    justify-content: center;
    align-content: stretch;
    flex-flow: row wrap;
}


/**********/
/* LAPTOP */
/**********/
.laptop .container .row > .col-md-7 {
    background: url('../img/misc/laptop_empty.png') no-repeat scroll 0 0 / 100% auto;
    padding: 2.40% 10.80% 10% 10.90%;
}

#laptopSlider {
    height: 100%;
    position: unset;
}

#laptopSlider .carousel-inner {
    height: inherit;
}

#laptopSlider .carousel-inner img {
    height: inherit;
    width: 100%;
}

#laptopSlider .carousel-control-wrapper {
    margin: auto;
    left: 0;
    right: 0;
    width: 95%;
    top: 35%;
    display: none;
}

.featurette.laptop .col-md-7:hover #laptopSlider .carousel-control-wrapper {
    display: block;
}

#laptopSlider .carousel-control {
    visibility: visible;
    height: 25px;
    padding-top: 0;
}

#laptopSlider .carousel-control.right {
    margin-right: -25px;
}

#laptopSlider .carousel-control.left {
    margin-left: -25px;
    transform: rotate(180deg);
}

#laptopSlider .carousel-control svg {
    height: 25px;
    width: 25px;
    --outline: #fff;
    background-color: var(--main--blue--light);
    border-radius: 50%;
    padding: 2px 7px;
}

#laptopSlider .carousel-control svg:hover {
    background-color: var(--main--blue--light--second);
}

#products .featurette:nth-child(1) {
    background: linear-gradient(to bottom, var(--main--blue--light--second), var(--main--blue--light));
    color: #fff;
}

#functions .featurette.functions {
    background-image: url(../img/carousel/bg_2.png);
    background-size: 1500px auto;
    background-repeat: no-repeat;
}

#functions .featurette:not(.advantages) .container {
    margin-bottom: 35px;
}

#functions .featurette .container > div {
    margin: 10px 0;
}

#functions .featurette .container ul {
    padding-bottom: 25px;
    padding-left: 20px;
}

#functions .featurette:nth-child(1) .container ul {
    list-style: none;
    padding-left: 0;
}

#functions .featurette:nth-child(1) .container ul li {
    background: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='1.5 1.5 16 16'><path d='m 7.13725,11.7255 c -0.25882,0 -0.47058,-0.1098 -0.66666,-0.3686 L 4.55686,9.00392 C 4.44706,8.8549 4.37647,8.6902 4.37647,8.51765 c 0,-0.3451 0.26667,-0.61961 0.60392,-0.61961 0.21961,0 0.39216,0.06274 0.58039,0.31372 l 1.5451,2.00004 3.25492,-5.22357 c 0.149,-0.22745 0.3451,-0.35294 0.5412,-0.35294 0.3294,0 0.6431,0.22745 0.6431,0.5804 0,0.17255 -0.102,0.34509 -0.1882,0.50196 L 7.77255,11.3569 C 7.61569,11.6 7.39608,11.7255 7.13725,11.7255 Z' fill='%23fff'/></svg>") no-repeat scroll 0 -1px;
    background-size: 35px 35px;
    padding-left: 30px
}

#functions .featurette .container ul li {
    padding-left: 5px;
}

#functions .featurette:nth-child(2) .container img {
    margin-bottom: -50px;
}

#functions .featurette .container .button {
    text-align: center;
}

/************/
/* SECURITY */
/************/
#security .featurette.security {
    background-image: url(../img/carousel/bg_5.png);
    background-size: 1500px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

#security .featurette.security h3 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

#security .featurette ul {
    padding-left: 20px;
}

#security .featurette .container svg {
    margin-top: 20px;
    height: 200px;
    font-style:normal;
    font-variant:normal;
    font-weight:600;
    font-stretch:normal;
    font-family:sans-serif;
    fill-opacity:1
}


/**********/
/* AWARDS */
/**********/
.awards .container h1 {
    margin-bottom: 50px;
}

.awards .container .details {
    padding: 10px 5px;
}

.awards.featurette .container .details {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 12px;
}

.awards.featurette .container .details img {
    max-width: 240px;
    width: 100%;
    max-height: 350px;
}

.awards .container p {
    margin-top: 35px;
}

.awards .container p span {
    font-size: 18px;
    margin: 10px 0;
    display: block;
}

/********/
/* TEAM */
/********/
.team.extended .container > div {
    padding: 10px 35px 20px;
    margin-bottom: 50px;
}

.team:not(.extended) .container .columns-wrapper > div {
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 25px;
}

.team:not(.extended) .info {
    text-align: center;
}

.team .container img {
    margin-bottom: 10px;
    border-radius: 50%;
}

.team.extended .container img {
    display: inline-block;
    vertical-align: middle;
    width: 275px;
}

.team:not(.extended) .info {
    padding: 25px 10px;
    height: 100%;
}

.team.extended .container .info {
    display: inline-block;
    vertical-align: middle;
}

.team.extended .container .info h3 {
    margin-bottom: 0;
}

.team.extended .container .info h4 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 650;
}

/***************/
/* ENVIRONMENT */
/***************/
.featurette.environment .container img {
    margin-bottom: 15px;
}

/***********/
/* SUPPORT */
/***********/
.support .featurette .columns-wrapper > div {
    margin-bottom: 25px;
    margin-top: 25px;
}

.support .featurette .block {
    position: relative;
    text-align: center;
    padding: 25px 15px 100px 15px;
    border-radius: 12px;
    height: 100%;
}

.support .featurette.helpFAQ .block {
    color: var(--main--blue--dark);
    background-color: #fff;
}

.support .featurette.helpFAQ .block svg {
    --outline: var(--main--blue--dark);
    width: 80px;
    height: 80px;
}

label[for="confirm-send-mail"] {
    padding-left: 15px;
}

/***************/
/* MOBILE APPS */
/***************/
#mobile {
    padding-bottom: 10px;
}

#mobile .carousel .item {
    height: 500px;
}

#mobile .carousel-inner {
    overflow: visible;
}

#mobile .carousel-inner .item .row {
    position: relative;
}

#mobile .carousel-inner .item .row > img {
    position: absolute;
    left: 650px;
    max-width: 475px;
    max-height: 600px
}

#mobile .carousel .item div[class^=col] {
    height: 390px;
}

#mobile .carousel h2 {
    text-align: center;
    margin-top: 30px;
}

.appLinks {
    width: 100%;
    margin: 25px 0;
}

.appLinks img {
    margin-top: 15px;
    height: 43px;
}

.featurette.mobileFunctions .row {
    padding: 50px 0;
}

.featurette.mobileFunctions ul {
    padding-left: 20px;
}

.featurette.mobileFunctions .appLinks {
    margin-left: 6px;
}

/******************/
/* SUSTAINABILITY */
/******************/
.marketing.sustainability a.btn-primary {
    white-space: wrap;
}

.sustainability .cloud-container {
    margin: -25px -27px 0;
}

.featurette.sustainability2 h4 {
    font-size: 20px;
}

.featurette.sustainability2 .treeTypes {
    margin-bottom: 50px;
}

.featurette.sustainability3 .infoTable > * {
    padding: 5px 10px;
}

.featurette.sustainability4 .photoFooter {
    font-size: 12px;
    margin: 5px 5px 25px 5px;
    text-align: center;
}

/****************************/
/* SUSTAINABILITY DONATIONS */
/****************************/
.sustainability .featurette .form-container {
    background-color: var(--bg--grey--light);
    padding: 35px 25px;
    border-radius: 5px;
}

/*********************************/
/* SUSTAINABILITY PRESS & IMAGES */
/*********************************/
.featurette.plantingphotos img {
    border: 5px solid #fff;
    border-radius: 4px;
}

/**************/
/* HELP & FAQ */
/**************/
.featurette .nav-side {
    padding: 1px 15px;
    margin-right: -15px;
    margin-left: -15px;
    background: linear-gradient(to bottom, var(--main--blue--light), var(--main--blue--light--second));
    color: #fff;
    border-radius: 12px;
}

.featurette .nav-side-left {
    margin-bottom: 25px;
}

.featurette .nav-side-right {
    margin-top: 25px;
}

.featurette .nav-side h1 {
    margin-bottom: 10px;
}

.featurette .nav-side ul {
    list-style-type: none;
    padding-left: 0;
}

.featurette .nav-side ul li {
    padding: 0;
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.featurette .nav-side ul li a {
    padding: 5px 5px 0;
}

.featurette .nav-side ul li a,
.featurette .nav-side .panel-heading a {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

.featurette .nav-side ul li:hover a,
.featurette .nav-side .panel-heading:hover a {
    background-color: #fff;
    color: var(--main--blue--light);
}

.featurette .nav-side .panel {
    box-shadow: none;
    background-color: transparent;
    border: none;
    margin-top: 0;
}

.featurette .nav-side .panel-group {
    margin-top: 10px;
}

.featurette .nav-side .panel-heading {
    padding: 0;
    margin: 0;
}

.featurette .nav-side .panel-heading a,
.featurette .nav-side .panel-body a {
    display: block;
    padding: 5px;
    color: #fff;
}

.featurette .nav-side .panel-group .panel-body {
    border: none;
}

#accordionHelp a {
    text-decoration: none!important;
}

#accordionHelp a.active {
    background: #fff;
    color: var(--main--blue--light);
}

#accordionHelp a:hover {
    background: #fff;
    color: var(--main--blue--light);
}

.blog .nav-side-right ul a.active,
.faq .nav-side-left ul a.active,
.press .nav-side-right ul a.active,
.career .nav-side-left ul a.active
{
    color: var(--main--blue--light);
    background: #fff;
}

.container.marketing .featurette.help {
    min-height: 750px;
}

.featurette.help .subnavbar {
    position: relative;
    margin: 0 -15px 25px -15px;
}

.featurette.help .subnavbar .navbar-nav {
    background-color: transparent;
}

.featurette.help .container-pale img,
.featurette.faq .container-pale img {
    margin-bottom: 25px;
}

.featurette.faq ul li,
.featurette.help ul li {
    font-size: 16px;
}

.featurette.help .container-pale ul li {
    font-size: 18px;
    margin-left: 45px;
}

.featurette.faq .col-md-9 {
    padding: 20px 30px;
}

.featurette.faq .col-md-9 h4:not(:first-child) {
    margin-top: 50px;
}


/******************/
/* SEARCH RESULTS */
/******************/
.marketing .container h1.help-page-header {
    margin-bottom: 25px;
    padding-left: 10px;
}

.help .results .highlight {
    background-color: #ffff99;
    font-weight: bold;
    padding: 2px;
    border-radius: 3px;
}

.query-result-container:not(.hide) {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
}

.query-results p, h5 {
    margin: 0;
}

.query-results #query-results-header {
    color: #fff;
    margin-bottom: 35px;
}

.query-results #query-results-header {

    text-decoration: underline!important;
}

.query-result {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 5px;
    transition: .2s ease-in-out;
    background: #fff;
}

.query-result .result-breadcrumb {
    margin-top: 0;
    position: relative;
    bottom: 10px;
    color: #999;
}

.query-result h5 {
    font-size: 20px;
}

.query-results {
    color: var(--main--blue--dark);
}

.query-results a {
    color: var(--main--blue--light)!important;
    text-decoration: none!important;
}

.query-results a:hover {
    text-decoration: underline!important;
}

.query-results .highlight {
    background-color: #ffff99;
    font-weight: bold;
    padding: 2px;
    border-radius: 3px;
}

.query-result-container .query-result .search-result-tag {
    padding: 5px 10px;
    color: #fff;
    border-radius: 20px;
    width: max-content;
}

.query-result-container .query-result .search-result-tag.App {
    background-color: var(--main--blue--light);
}

.query-result-container .query-result .search-result-tag.Webmailer {
    background-color: var(--main--blue--dark);
}

.help .results .result-info-bar h3 {
    font-size: 1.2em;
    font-style: italic;
}

.help .results .result {
    border-bottom: 1px solid #dadada;
    padding-bottom: 25px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.help .results .result .search-result-tag  {
    width: max-content;
    border-radius: 20px;
    padding: 5px 10px;
}


.help .results .result .search-result-tag.App {
    background-color: var(--main--blue--light);
    color: #fff;
}


.help .results .result .search-result-tag.Webmailer {
    background-color: var(--main--blue--dark);
    color: #fff;
}

.help .results .result p {
    margin: 0;
}

.help .results .result .search-result-title {
    margin-bottom: 0;
}

.help .results .result .search-result-title a,
.help .results .result .search-result-title:hover a,
.help .results .result .search-result-title:focus a,
.help .results .result .search-result-title:active a {
    color: inherit;
    font-size: inherit;
    font-weight: 700;
    text-decoration: none;
}

.help .results .result .search-result-breadcrumb {
    margin-top: 0;
    position: relative;
    bottom: 10px;
    color: #999;
}

.help .form-group {
    position: relative;
    margin-top: 50px;
}

.help .form-group .form-control {
    width: calc(100% - 40px);
    background-color: var(--bg--grey--light);
    color: #2f2f2f;
    outline: 0;
    box-shadow: none;
    border-radius: 6px 0 0 6px;
    border: 1px solid #e0e0e0;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
}

.help .form-group button {
    background-color: var(--main--blue--light);
    height: 34px;
    width: 40px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0 6px 6px 0;
    padding: 6px 0;
}

.help .form-group button:hover {
    background-color: var(--main--blue--light--second);
}

.help .form-group button svg {
    height: 23px;
    width: 23px;
    --fill: transparent;
    --outline: #fff;
}

.help ul.autocomplete-items {
    position: absolute;
    max-height: 200px;
    width: 100%;
    overflow: auto;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 10px 20px -10px #777;
}

.featurette.help .autocomplete-items li {
    padding: 5px 15px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
}

.help .autocomplete-items li:hover, .help .autocomplete-items li.highlight {
    background-color: var(--bg--grey--light);
}

.help .autocomplete-items li:not(:first-of-type) {
    border-top: 1px solid var(--bg--grey--light);
}

/***********/
/* SUPPORT */
/***********/
.support .featurette.helpFAQ {
    background: linear-gradient(to bottom, var(--main--blue--light--second), var(--main--blue--light));
    color: #fff;
}

.support .featurette .block img {
    max-height: 100px;
}

.support .featurette .block .footer {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.support .featurette .block .footer .btn {
    white-space: normal;
    margin: 0 10px;
    min-width: 80%;
}

.support .featurette.contactForm {
    min-height: 750px;
}

.support .featurette.contactForm .error_list {
    list-style-image: none;
    color: #ff0000;
    margin-bottom: 30px;
}

.support .featurette.contactForm .form-group label.invalid {
    color: #ff0000;
}

.support .featurette.contactForm .form-group.empty label.invalid {
    color: #FF787D;
}

.support .featurette.contactForm .note {
    display: none;
    background-color: #e2712c;
    color: #fff;
    margin: 2px 0;
    padding: 3px 5px;
    border-radius: 2px;
}

.support .featurette.contactForm a {
    color: #fff;
    text-decoration: underline;
}

.support .featurette.contactForm #backBtn {
    margin-top: 50px;
}

/**********
* PRIVACY *
**********/
.privacy table.data td {
    padding: 10px;
}

/*******************************************
* LANDING PAGE FREEMAIL & DISCOUNT PREMIUM *
********************************************/
.navbar.navbar-lp {
    height: 50px;
}

.navbar.navbar-lp #languages {
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
}

.navbar.navbar-lp #languages a {
    padding: 5px;
}

.navbar.navbar-lp #languages svg {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 10px #dbdbdb;
}

.navbar.navbar-lp #languages svg.active,
.navbar.navbar-lp #languages svg:hover {
    transform: scale(1.2);
}

.awardLogos {
    margin: auto;
    text-align: center;
}

.award-container {
    display: inline-block;
    margin: 18px;
}

.award-container img {
    max-width: 200px;
}

.container.marketing.landingpage {
    padding-top: 50px;
    background-color: var(--main--blue--light);
}

.landingpage .carousel h2 span {
    color: var(--main--blue--dark);
}

.landingpage .carousel .third-slide ul {
    padding-right: 15%;
}

.marketing .featurette.freemail {
    padding: 0;
    background: linear-gradient(to top, var(--main--blue--light--second), var(--main--blue--light));
    font-weight: 600;
    font-size: 20px;
}

.regLink {
    position: absolute;
    top: 10px;
    right: 10px;
}
.landingpage .campaignName {
    font-size: 40px;
    font-weight: 700;
}
.wishName {
    margin: 20px 0;
    padding: 0 30px;
    border-radius: 5px;
}

.wishName .productName {
    font-size: 45px;
    font-weight: 700;
}

.wishName .productName svg {
    --circle: var(--main--blue--light);
    --icon: #fff;
    width: 55px;
    height: 55px;
    margin-top: 20px;
    vertical-align: text-bottom;
}

.landingpage .wishName h3 {
    margin: 10px 0 -30px 0
}

.wishName #addressAvailabilityForm h3 {
    margin: 10px 0;
}

.featurette.freemail img {
    margin: 20px;
    max-width: 100%;
}

.featurette.freemail .wishName img.freemail {
    position: absolute;
    top: -45px;
    left: -25px;
}

#addressAvailabilityForm {
    margin-top: 50px;
}

.availabilityInput {
    display: block;
}

#addressAvailabilityForm input,
#addressAvailabilityForm span {
    vertical-align: middle;
}

#addressAvailabilityForm .btn-lg {
    margin: 20px 0;
    display: inline-block;
    flex: 0 0 auto;
}

#checkemail {
    min-width: unset;
    padding: 0 10px;
    height: 54px;
    border-radius: 5px;
    border: 1px solid var(--main--blue--dark);
    font-size: x-large;
    flex: 1 1 auto;
}

#addressAvailabilityForm span.domain {
    display: inline-block;
    line-height: 52px;
    font-size: x-large;
    flex: 0 0 auto;
}

.landingpage .packages-cols > div {
    margin-bottom: 10px;
}

.landingpage .packages-cols .container {
    padding-bottom: 200px;
}

.landingpage .productComparison .packages-cols .container .row.name {
     min-height: 100px;
     padding-bottom: 0;
}

.landingpage .footer .stdPrice {
    position: absolute;
    right: 50px;
    top: -35px;
}

.landingpage .footer .stdPrice sup {
    top: -20px;
}

.landingpage .footer .stdPrice .amount {
    font-size: 40px;
    font-weight: 700;
}

.landingpage .footer .stdPrice svg {
    --outline: #f00;
    width: 80px;
    height: 55px;
    position: absolute;
    left: 10px;
    opacity: 0.75;
}

/******************
* formular styles *
******************/
.form-container {
    padding: 50px 20px 30px;
    margin-top: 25px;
    background-color: var(--main--blue--light);
    border-radius: 12px;
    color: #fff;
}

.form-container .form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-container .form-group > label {
    width: 100%;
    display: block;
    font-size: 110%;
}

.form-container .form-group > label.required:after {
    content: " *";
}

.form-container .form-group > input,
.form-container .form-group > textarea {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid transparent;
    resize: none;
    background-color: #fff;
    color: var(--main--blue--dark);
}

.form-container input[type=radio] {
    margin: 5px;
    vertical-align: middle;
}

.form-container input[type=radio] + label {
    font-weight: 450;
    margin-top: 5px;
    margin-right: 30px;
    vertical-align: middle;
}

.form-container .btn {
    background-color: var(--main--blue--dark);
}

.form-container .btn:hover {
    background-color: var(--main--blue--dark--second);
}

/********************************************
* blog, press & faq side navigation headers *
********************************************/
.featurette.blog .nav-side h1,
.featurette.faq .nav-side h1,
.featurette.press .nav-side h1 {
    font-size: 20px;
    display: inline-block;
}

.featurette.blog .nav-side h4,
.featurette.faq .nav-side h4,
.featurette.press .nav-side h4 {
    display: inline-block;
}

/*************************
* video iframe container *
**************************/
.featurette .video-container {
    position: relative;
    height: 0;
}

.featurette .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featurette.plantingphotos .video-container iframe {
    border: 5px solid #fff;
    border-radius: 4px;
}

.featurette.plantingphotos .video-container.landscape {
    padding-bottom: 52%;
    max-width: 100%;
}

.featurette.plantingphotos .video-container.vertical {
    padding-bottom: 155%;
    max-width: 100%;
    margin: 0 7%;
}

.featurette.help .video-container {
    max-width: 560px;
    padding-bottom: 315px;
}

/******************
* floating labels *
*******************/
.form-container .form-group > label {
    position: absolute;
    top: -20px;
    left: 5px;
    font-size: 85%;
    transition: 0.2s ease all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
    max-width: 100%;
}

.form-container .float-field.empty > label {
    left: 10px;
    top: 3px;
    font-size: 120%;
    transition: 0.2s ease all;
    width: auto;
    color: #7b8fa5;
    font-weight: 450;
}

.footnote {
    font-size: 11px;
    margin-top: 25px;
}

.centered {
    text-align: center;
}

.mastfoot {
    background: var(--main--blue--dark--second);
    color: #ffffff;
    overflow: hidden;
}

.mastfoot .inner {
    margin: 0 auto 0;
    padding: 40px 15px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
}

.mastfoot .footcol {
    line-height: 0.95;
    margin: 15px auto;
}

.mastfoot .footcol h6 {
    margin-bottom: 15px;
    font-weight: 700;
}

.mastfoot .footcol h6 span {
    font-size: 13px;
    font-weight: normal;
}

.mastfoot .footcol img {
    float: left;
}

.mastfoot #bsi {
    width: 100%;
    max-width: 230px;
    margin-bottom: 20px;
}

.mastfoot #datatree {
    margin-left: 10px;
}

.mastfoot .footcol .infotxt {
    font-size: 12px;
    margin-left: 55px;
    max-width: 180px;
}

.mastfoot .footcol .infotxt hr {
    margin: 7px 0 5px;
}

.mastfoot .footcol ul {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
}

.mastfoot p {
    margin: 8px 15px 15px;
    font-size: 12px;
}

/***************
* Modal Dialog *
****************/
#terminationModal .modal-dialog {
    max-width: 450px;
}

.modal-header {
    background-image: linear-gradient(to bottom, #A4CCE0, rgba(164, 204, 224, 0.9), rgba(164, 204, 224, 0.5))
}

.modal-header .close {
    margin-top: 2px;
    font-size: 30px;
}

.modal-header .close:not(:hover) {
    opacity: .5;
}

.modal-title {
    display: inline-block;
}

/*********************/
/* responsive design */
/*********************/
@media (min-width: 380px) {
    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar > .container .navbar-brand {
        padding-right: 8px;
    }

    .muk .navbar-brand {
        padding-right: 2px;
    }

    .navbar-btn {
        padding: 9px 20px 9px 35px;
    }

    .navbar-btn > img {
        display: block;
    }
}

@media (min-width: 400px) {
    .navform {
        padding: 3px 15px;
    }

    .navbar-form .form-control {
        width: 125px;
        padding: 6px 8px;
    }

    .navbar-form .form-control[name="loginPassword"] {
        padding-right: 26px;
    }

    .navbar-form .pwdToggle {
        display: inline;
        background: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17'><path d='M 19.791334,8.1890214 C 17.705634,4.333261 14.047922,2 10.000302,2 5.9526815,2 2.2887809,4.333261 0.22164773,8.1890214 L 0.04835513,8.479905 0.20926967,8.7769786 C 2.2949698,12.632739 5.9526815,14.966 10.000302,14.966 c 4.04762,0 7.711521,-2.302316 9.791032,-6.1890214 L 19.952249,8.479905 Z m -9.791032,5.5082296 c -3.484419,0 -6.684144,-1.943353 -8.5408499,-5.217346 C 3.316158,5.2059129 6.515883,3.2625604 10.000302,3.2625604 c 3.484419,0 6.647009,1.9495414 8.53466,5.2173446 -1.887651,3.273993 -5.05643,5.217346 -8.53466,5.217346 z' fill='%23002752'/><path d='M 10.179784,4.2528039 A 4.2456688,4.2456688 0 1 0 14.456397,8.479905 4.2456688,4.2456688 0 0 0 10.179784,4.2528039 Z m 0,7.2535331 a 3.0078644,3.0078644 0 1 1 3.038809,-3.026432 3.0140534,3.0140534 0 0 1 -3.038809,3.026432 z' fill='%23002752' /></svg>") no-repeat scroll 0 0;
        height: 18px;
        width: 18px;
        position: absolute;
        right: 102px;
        margin-top: 6px;
        cursor: pointer;
    }

    .navbar-form .form-control[name="loginPassword"][type="text"] ~ .pwdToggle {
        background-image: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17'><path d='M 14.150004,9.9590711 A 4.1912706,4.1912538 0 0 0 14.415788,8.4754884 4.2407251,4.2407081 0 0 0 10.175071,4.2347886 4.1974524,4.1974355 0 0 0 8.7099266,4.5005713 l 0.9953556,1.026241 a 2.9549075,2.9548956 0 0 1 0.4575658,-0.037778 3.0105439,3.0105318 0 0 1 3.016712,2.985788 2.9610894,2.9610775 0 0 1 -0.03778,0.4575639 z' fill='%23002752' /><path d='M 19.77544,8.1849053 C 17.692172,4.3336571 14.038734,2.0031255 9.995822,2.0031255 A 10.397813,10.397771 0 0 0 6.7565497,2.5284685 L 7.7519053,3.5300424 A 9.1367226,9.1366859 0 0 1 9.9959109,3.2395926 c 3.4803661,0 6.6454371,1.9411467 8.5309011,5.2112509 a 10.972721,10.972677 0 0 1 -2.70146,3.1527025 L 16.70315,12.48134 A 12.320358,12.320308 0 0 0 19.793996,8.7721828 L 19.954,8.4755107 Z' fill='%23002752' /><path d='M 1.5885455,0.92130575 4.3456292,3.6783784 A 12.066903,12.066854 0 0 0 0.21000357,8.1849053 L 0.05,8.4753551 0.21000357,8.7720272 C 2.2931612,12.623275 5.9467316,14.953807 9.9896441,14.953807 A 10.465813,10.465771 0 0 0 14.545634,13.909121 L 17.636548,17 18.71835,16.07265 2.6456357,0 Z M 7.6158133,6.9485494 11.726727,11.059447 A 2.9734531,2.9734411 0 0 1 10.18136,11.504566 3.0105439,3.0105318 0 0 1 7.1708256,8.4754884 2.9734531,2.9734411 0 0 1 7.6159466,6.9485716 Z M 6.7195711,6.0523108 a 4.2345432,4.2345262 0 0 0 5.9036209,5.9035972 l 0.989133,0.989129 a 9.2170861,9.2170491 0 0 1 -3.6225253,0.741791 c -3.4803666,0 -6.6454595,-1.941146 -8.5309015,-5.2112507 A 10.688358,10.688315 0 0 1 5.2421604,4.5810616 Z' fill='%23002752' /></svg>");
    }
}

@media (min-width: 450px) {
    #laptopSlider .carousel-control-wrapper {
        width: 98%;
        top: 38%;
    }

    .carousel,
    .carousel .item,
    .carousel-inner > .item > img {
        height: 650px;

    }

    .carousel .third-slide .col-sm-10 ul {
        padding-right: 23%;
    }

    .appLinks img {
        height: 50px;
    }

    .cloud-container{
        padding: 5px 10px 3px;
        font-size: inherit;
    }

    .cloud-container img,
    .cloud-container svg {
        width: 50px;
        height: 52px;
        margin-right: 5px;
    }
}

@media (min-width: 500px) {
    h1,
    h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 30px;
        margin: 20px 0 10px;
    }

    h4 {
        font-size: 25px;
    }

    .featurette.blog .nav-side h1,
    .featurette.blog .nav-side h4,
    .featurette.faq .nav-side h1,
    .featurette.faq .nav-side h4,
    .featurette.press .nav-side h1,
    .featurette.press .nav-side h4 {
        font-size: 28px;
    }

    .subnav .nav li a {
        font-size: 15px;
    }

    .packages-cols .col-xs-3 .packageLogo {
        display: none;
    }

    #functions .featurette .container .button {
        text-align: unset;
    }

    .carousel h2 {
        font-size: 35px;
    }

    .wishName .productName {
        font-size: 55px;
    }

    .wishName .productName svg {
        width: 75px;
        height: 75px;
    }
}

@media (min-width: 600px) {
    .fr .carousel,
    .fr .carousel .item,
    .fr .carousel-inner > .item > img {
        height: 670px;
    }

    #mainCarousel .item h3 {
        font-size: 45px;
    }

    .carousel-caption {
        padding: 10px 0;
    }

    .col-clr {
        padding: 25px;
    }

    .carousel .seventh-slide img {
        margin-bottom: 15px;
    }

    .carousel .item.awards .details {
        font-size: 13px;
    }

    .carousel-indicators {
        bottom: 10px;
    }

    #laptopSlider .carousel-control {
        height: 35px;
    }

    #laptopSlider .carousel-control.right {
        margin-right: -30px;
    }

    #laptopSlider .carousel-control.left {
        margin-left: -30px;
    }

    #laptopSlider .carousel-control svg {
        height: 35px;
        width: 35px;
        padding: 4px 9px;
    }

    .marketing .featurette .col-md-12 {
        padding: 15px 50px 25px;
    }

    .marketing .advantages h1 {
        padding: 0 50px;
    }

    .marketing .advantages .row > div:nth-child(odd) {
        clear: none;
    }

    .featurette.help .col-md-9 {
        padding: 10px 50px 25px;
    }

    .landingpage .carousel .third-slide ul,
    .landingpage .carousel .fourth-slide ul {
        padding-right: 25%;
    }

    .cloud-container{
        padding: 5px 10px;
        margin: -5px -10px;
    }

    .cloud-container .counter {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    html, body {
        scroll-padding-top: 144px;
    }

    html.smartbanner-show, .smartbanner-show body {
        scroll-padding-top: 223px
    }

    h1,
    h2 {
        font-size: 55px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 30px;
    }

    .navbar-brand {
        padding: 15px 15px;
    }

    .help .form-group {
        margin-top: 0;
    }

    .navbar-brand svg {
        width: 180px;
        height: 45px;
    }

    .muk .navbar-brand svg {
        width: 212px;
    }

    .navbar-text {
        margin-top: 48px;
        font-size: 15px;
    }

    .navbar-group {
        margin-bottom: 0;
    }

    .navbar-links {
        float: right;
        margin-top: 20px;
    }

    .navbar-links a {
        display: block;
        margin-bottom: 5px;
        width: 150px;
    }

    .navbar-form {
        margin-right: 1px;
        margin-top: 0;
        padding: 10px 0 0 0;
        border-radius: 0 0 3px 3px;
    }

    .navbar-form .form-control {
        display: inline-block;
        height: 30px;
        margin-bottom: 2px;
    }

    .navbar-form .pwdToggle {
        right: 22px;
        margin-top: 8px;
    }

    .navbar-form .form-group {
        display: block;
        margin-bottom: 2px;
    }

    .navbar-form .btn {
        width: 100%;
        height: 30px;
    }

    .navbar-form .btn img {
        display: inline-block;
        height: 18px;
        margin: -2px 10px 0 0;
    }

    .navbar-form .form-links a {
        min-width: 97px;
        padding: 3px 2px;
    }

    .subnavbar .nav li a {
        font-size: 16px;
    }

    .ticker-wrap {
        top: 144px;
    }

    .anchor {
        margin-top: -60px;
    }

    .carousel .appLinks {
        display: block;
    }

    .carousel .fourth-slide {
        background-image: url(../img/carousel/bg_4.png);
    }

    .mch .carousel .fourth-slide {
        background-image: url(../img/carousel/bg_4_mch.png);
    }

    .muk .carousel .fourth-slide {
        background-image: url(../img/carousel/bg_4_muk.png);
    }

    .mfr .carousel .fourth-slide {
        background-image: url(../img/carousel/bg_4_mfr.png);
    }

    .mde .carousel .eighth-slide {
        background-position: center 70%;
    }

    .mde.fr .carousel .eighth-slide .headline {
        max-width: 88%;
    }

    #mainCarousel .item.awards h3 {
        margin: 20px 0;
        font-size: 45px;
    }

    .carousel .item.awards .details {
        font-size: 15px;
    }

    #mainCarousel .carousel .carousel-control {
        width: 40px;
    }

    #mainCarousel .carousel-control svg {
        width: 30px;
        height: 30px;
        padding: 4px 8px;
    }

    .container.marketing {
        padding-top: 142px;
    }

    .marketing .featurette {
        padding: 60px 0;
    }

    .marketing.mainpage .productComparison {
        padding-top: 10px;
    }

    .marketing.mainpage .productComparison h2 {
        margin-bottom: 20px;
    }

    #security .featurette.bg1 .container {
        padding-top: 100px;
        padding-bottom: 150px;
    }

    .container.subnav .anchor {
        /*margin-top: -235px;*/
        margin-top: -102px
    }

    .tickerView .container.marketing {
        padding-top: 183px;
    }

    .carousel-caption {
        left: auto;
        padding-right: 30px;
    }

    .carousel .seventh-slide h2 {
        margin: 20px 0;
    }

    .carousel .seventh-slide img {
        max-width: 150px;
    }

    .carousel .seventh-slide .row > div:nth-child(4) img {
        max-width: 120px;
    }

    .packages-cols .columns-wrapper {
        display: flex;
        gap: 10px;
    }

    .packages-cols .columns-wrapper > div:nth-child(3) {
        margin-bottom: 0;
    }

    .packages-cols .col-xs-3 .container > div:nth-child(1) {
        height: 155px;
        margin-top: -30px;
    }

    .packages-cols .duration {
        display: inline-block;
        margin-left: -65px;
    }

    #products .productComparisonTable .container.graphic {
        display: block;
    }

    #laptopSlider .carousel-control.right {
        margin-right: -25px;
    }

    #laptopSlider .carousel-control.left {
        margin-left: -25px;
    }

    .awards.featurette .prize {
        height: 325px;
        position: relative;
    }

    .awards.featurette .container .row:nth-child(3) .prize {
        height: 200px;
    }

    .awards.featurette .prize img {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    .team:not(.extended) .columns-wrapper {
        display: flex;
    }

    .team.extended .container img {
        margin-right: 3%;
    }

    .team.extended .container .info {
        width: 55%;
    }

    .marketing .advantages .row > div {
        margin: 25px 0;
    }

    .featurette.help .subnavbar {
        margin: 0 0 25px 0;
    }

    .featurette.mobile .container {
        min-height: 400px;
    }

    .featurette.mobile .container > img {
        display: block;
    }

    .marketing .featurette.sustainability1 {
        background-position: center 35%;
    }

    .support .columns-wrapper {
        display: flex;
    }

    .navbar.navbar-lp {
        height: 85px;
    }

    .navbar.navbar-lp #languages {
        top: 30px;
    }

    .navbar.navbar-lp #languages svg {
        width: 30px;
        height: 20px;
    }

    .container.marketing.landingpage {
        padding-top: 85px;
    }

    .landingpage .carousel .fourth-slide ul {
        padding-right: 35%;
    }

    .landingpage .packages-cols {
        display: flex;
    }

    .landingpage .packages-cols .row.name h3 {
        font-size: 30px;
    }

    .cloud-container {
        margin: 100px 0 0 25px;
        padding: 10px 0 0;
        width: 290px;
        height: 174px;
        background: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120'><path d='M 111.31494,0 A 58.24889,60.267165 0 0 0 56.341861,40.340997 40.244687,41.639132 0 0 0 40.244418,36.86477 40.244687,41.639132 0 0 0 0,78.503451 40.244687,41.639132 0 0 0 36.91854,120 H 170.50928 A 31.772122,32.872999 0 0 0 200,87.212367 31.772122,32.872999 0 0 0 169.28281,54.357417 58.24889,60.267165 0 0 0 111.31494,0 Z' fill='%23e6faef' /></svg>");
        text-align: center;
    }

    .sustainability .cloud-container {
        margin: 0 0 0 25px;
    }

    .cloud-container img,
    .cloud-container svg,
    .cloud-container > div:not(.footer) {
        display: block;
    }

    .cloud-container img,
    .cloud-container svg {
        width: 65px;
        height: 68px;
        margin-left: 125px;
    }

    .cloud-container .counter {
        margin-left: 20px;
    }

    .cloud-container .footer {
        width: 90%;
        margin: 15px auto 0;
    }
}

@media (min-width: 815px) {
    .availabilityInput {
        display: flex;
        gap: 5px;
    }

    #addressAvailabilityForm .btn-lg {
        margin: 0 0 20px 10px;
    }

    .navbar-btn {
        padding: 9px 50px;
    }

    .navbar-nav > li > a {
        font-size: 16px;
    }

    #mainCarousel .item h3 {
        font-size: 45px;
    }

    .carousel,
    .carousel .item,
    .carousel-inner > .item > img {
        height: 575px;
    }

    .fr .carousel,
    .fr .carousel .item,
    .fr .carousel-inner > .item > img {
        height: 625px;
    }

    .col-clr {
        padding: 30px 25px;
    }

    .carousel .seventh-slide span {
        display: inline;
    }

    .carousel-indicators {
        bottom: 10px;
    }

    .awards.featurette .prize {
        height: 40vw;
    }

    .team.extended .container img {
        margin-right: 5%;
    }

    .team:not(.extended) .container .columns-wrapper > div {
        padding-right: 15px;
        padding-left: 15px;
    }

    .team:not(.extended) .info {
        padding: 25px 15px;
    }

    .carousel h2 {
        font-size: 55px;
    }
}

@media (min-width: 992px) {
    .navbar-btn {
        margin-left: 15px;
    }

    #langMenu {
        left: 5px;
        padding: 0 9px;
    }

    .carousel .third-slide .col-sm-10 ul {
        padding-right: 0;
    }

    .mde.fr .carousel .eighth-slide .headline {
        max-width: 80%;
    }

    .mde.en .sustainability1 h2 {
        margin-right: 20px;
    }

    .packages-cols {
        display: flex;
        gap: 10px;
    }

    .packages-cols .container .logo {
        margin-left: 15px;
        width: 42px;
        height: 42px;
    }

    .packages-cols .container .row.name {
        padding: 25px 15px 25px 70px;
    }

    .packages-cols .container .row.name h3 {
        font-size: 30px;
    }

    .productComparison.contractual .packages-cols > div .container {
        min-height: 600px;
    }

    .fr .productComparison.contractual .packages-cols > div .container {
        min-height: 610px;
    }

    .productComparisonTable .comparisonBlock .row {
        display: flex;
    }

    .productComparisonTable .comparisonBlock .row.header .featureName,
    .productComparisonTable .comparisonBlock .row.subheader .featureName {
        border-bottom: none;
    }

    .productComparisonTable .comparisonBlock div[class=row] > div.featureDetails {
        background-color: transparent;
    }

    .productComparisonTable .comparisonBlock .row .featureDetails > div:first-child /*.featureFree*/ {
        border-left: 1px solid #d3d3d3;
    }

    .productComparisonTable .comparisonBlock div[class=row]:nth-child(even) {
        background-color: #e8eaee;
    }

    .productComparisonTable .comparisonBlock .row:nth-child(1) .featureName {
        border-top-right-radius: 0;
    }

    .productComparisonTable .comparisonBlock .row:nth-last-child(1) .featureFree {
        border-bottom-left-radius: 0;
    }

    .productComparisonTable .comparisonBlock .row:nth-child(1) .featurePower {
        border-top-right-radius: 8px;
    }

    .marketing .featurette.productComparison.extended {
        background-position: center 30%;
    }

    .marketing .featurette .col-md-12 {
        padding: 25px 100px 50px;
    }

    .laptop .container .row > .col-md-7 {
        padding: 1.40% 6.30% 10%;
    }

    #laptopSlider .carousel-control {
        height: 40px;
    }

    #laptopSlider .carousel-control svg {
        height: 40px;
        width: 40px;
        padding: 7px 12px;
    }

    .awards .container .details {
        padding: 15px;
    }

    #security .featurette.bg1 .container {
        padding-right: 0;
    }

    .marketing .featurette.laptop {
        background-position: 35% -125px;
    }

    #mobile .carousel-inner {
        background-color: #fff;
    }

    #functions .featurette:nth-child(2) .container img {
        margin-top: -15%;
        margin-bottom: -15%;
    }

    #functions .featurette:nth-child(4) .container img {
        margin-top: -18%;
        margin-bottom: -18%;
    }

    .mobileFunctions .row.addressbook img.featurette-image {
        margin-top: -30%;
        margin-bottom: -15%;
    }

    .mobileFunctions .row.storage img.featurette-image {
        margin-top: -17%;
        margin-bottom: -10%;
    }

    .mobileFunctions .row.postcard img.featurette-image {
        margin-top: -10%;
    }

    .featurette .nav-side-right {
        margin-left: 0;
        margin-top: 0;
    }

    .featurette .nav-side-left {
        margin-right: 0;
    }

    .featurette .nav-side ul li {
        display: block;
        padding: 0;
        margin: 0;
    }

    .featurette .nav-side ul li a {
        display: block;
        padding: 5px;
    }

    .featurette .nav-side ul li:nth-last-child(1) a {
        border-bottom: none;
    }

    .awards.featurette .prize {
        height: 350px;
    }

    .sustainability3 .row {
        margin: 75px 0;
    }

    .landingpage .carousel .fourth-slide ul {
        padding-right: 30%;
    }
}

@media (min-width: 1050px) {
    .navbar-text {
        margin-top: 41px;
        font-size: 22px;
    }

    .fr .carousel,
    .fr .carousel .item,
    .fr .carousel-inner > .item > img {
        height: 575px;
    }

    .team.extended .container .info {
        width: 65%;
    }
}

@media (min-width: 1100px) {
    .productComparison .packages-cols .container .logo {
        margin-left: 20px;
        width: 50px;
        height: 50px;
    }

    .productComparison .packages-cols .container .row.name {
        padding: 25px 20px 25px 85px;
    }
}

@media (min-width: 1150px) {
    .productComparison .packages-cols .container .row.name h3 {
        font-size: 35px;
    }
}

@media (min-width: 1200px) {
    .free .mdebn {
        display: block;
    }

    .free .navbar:not(.navbar-lp) .navbar-text {
        display: none;
    }

    .muk.free .navbar-brand svg {
        width: 170px;
    }

    .mde.fr .carousel .eighth-slide .headline {
        max-width: 100%;
    }

    #mainCarousel .carousel-control {
        width: 60px;
    }

    #mainCarousel .carousel-control svg {
        width: 40px;
        height: 40px;
        padding: 7px 12px;
    }
}

@media (min-width: 1555px) {
    .free .mdesk {
        display: block;
    }
}

@media (min-width: 1700px) {
    .marketing .featurette.laptop {
        background-position: left center;
        background-size: cover;
    }
}