@CHARSET "UTF-8";

* {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    background-color: #ffffff;
    color: #2b2b2b;
    font-size: 100%;
    width: 100%;
}

textarea, input, img {
    border: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
input[type=radio] {
    -webkit-appearance: radio;
}
var {
    display: none !important;
}

ol {
    list-style-position: inside;
}
ol.privacyStatement li {
    margin: 15px 0;
}
ul {
    line-height: 1.5em;
    text-align: left;
    margin: 5px 5px 5px 25px;
}
ul li span {
    font-weight: bold;
}
.clean #content {
    padding-top: 0;
}
#content p {
    margin: 20px 0;
    line-height: 1.4em;
}
#content ul {
    list-style-image: url(/img/icon/check.png);
    margin-left: 23px;
}
#content .leftHelpNav ul {
    margin-left: 16px;
}
#content #mdetos ul {
    list-style-image: none;
}

a {
    color: #494949;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    cursor: pointer;
}
h2 a,
h3 a {
    color: #3799c7 !important;
}
hr {
    border: none;
    border-top: 1px dotted #494949;
    margin: 10px 0;
}

.portal {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-image: url("/img/bg/clouds.jpg");
}
/**+Ads+**/
.mdebn {
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background: url("/img/bg/clouds.jpg") center top;
    background-size: 130%;
    z-index: 10000;
    text-align: center;
    padding-top: 5px;
    width: 1000px;
    height: 95px;
    position: fixed;
    display: none;
    top: 0;
    margin: 0 auto 5px;
    left: 0;
    right: 0;
}
.mdesk {
    position: fixed;
    width: 160px;
    height: 600px;
    display: none;
    top: 5px;
    left: 50%;
    margin-left: 510px;
}
/**-Ads-**/

.left {
    float: left;
}
.right {
    float: right;
}
.box-image {
    display: none;
}
.box-image.right {
    margin: 20px 0 20px 10px;
}
.clear {
    clear: both;
}

.deco {
    color: #3799c7;
    font-weight: bold;
    font-style: italic;
    font-size: 1em;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    color: #77bfdd;
    margin: 10px 0 5px;
}
h1 {
    font-size: 150%;
    line-height: 120%
}
h2 {
    font-size: 135%;
}
h3 {
    font-size: 120%;
}
h4 {
    font-size: 100%;
}
h5 {
    font-size: 80%;
}

#mobileAppsButtons,
#contactUsButton,
#navigation,
#motto {
    display: none;
}
/**++ contact us button ++**/
#contactUsButton {
    background-color: #73aa2c;
    border-radius: 0 10px 10px 0;
    border: 4px double #ffffff;
    border-left: none;
    cursor: pointer;
    left: -5px;
    z-index: 600;
    width: 35px;
    height: 68px;
    text-align: center;
    color: #ffffff;
    box-sizing: content-box;
}
#contactUsButton:hover {
    left: 0;
}
@media screen and (max-height: 550px) {
    #contactUsButton {
        top: 25%;
    }
}

#contactUsButton .flap {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: -4px;
    top: 22px;
    font-size: 19px;
    font-weight: bold;
}
/**-- contact us button --**/

/**-- spinner --**/
.spinner {
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    background: #000000;
    border-radius: 9px;
    z-index: 700000;
}

div.spinner-img {
    background: url(/img/spinner.gif?v=1) no-repeat;
    width: 73px;
    height: 45px;
    margin: 0 auto;
}
/**-- spinner --**/
#availCheck{
    display: none !important;
}

#hpLogin {
    margin: 65px 0 0 0;
    background-color: #eaf4fe;
    padding: 15px 1px 5px;
}
#hpLogin a {
    font-size: 0.7em;
    margin-left: 28px;
    color: #3799c7;
}
#hpLogin a:first-child {
    margin-left: 1px;
}
#hpLogin .loginProgress,
#hpLogin input[type=text],
#hpLogin input[type=password],
#hpLogin input[type=submit] {
    width: 117px;
    height: 32px;
    color: #494949;
    border: 1px solid #3799c7;
    background-color: #ffffff;
    vertical-align: bottom;
    padding: 5px;
    font-size: 1em;
}
#hpLogin input[type=text] {
    margin-right: 5px;
}
#hpLogin .loginProgress,
#hpLogin input[type=submit] {
    padding: 5px 2px;
    width: 78px;
    color: #ffffff;
    background-color: #3799c7;
    background: linear-gradient(to bottom, #3799c7, #77bfdd);
}
#hpLogin .loginProgress {
    padding: 6px 3px;
}

#navigation ul {
    list-style: none;
    font-size: 1.2em;
    line-height: 1.8em;
}
.topNavigation,
.subNavigation {
    float: left;
    width: 45%;
}

#header,
#content,
#footer {
    width: 100%;
    max-width: 1000px;
}
#jsRequired {
    background-color: rgba(255, 255, 255, 0.8);
    color: #f38a03;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 0;
    padding: 20px 0;
    display: none;
}
#header {
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background: url("/img/bg/clouds.jpg") center top;
    background-size: 130% auto;
    position: fixed;
    z-index: 10000;
    top: 0;
}
#content {
    /*margin-top: 140px;*/
    padding-top: 140px;
}
#logo {
    position: absolute;
    top: 0;
    display: inline-block;
    margin: 12px 5px 5px;
}
#mobMenu {
    float: right;
    margin: 10px;
}

#footer {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #3799c7;
    background: linear-gradient(to bottom, #3799c7, #77bfdd);
    color: #efefef;
}
#footer>div {
    display: inline-block;
    width: 49%;
    font-size: 0.7em;
    padding: 20px;
    float: left;
    position: relative;
}
#footer>span {
    clear: both;
    float: left;
    font-size: 0.7em;
    padding: 2px;
}
#footer h5 {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 14px;
    color: #dbdbdb;
}
#footer hr {
    border-top: 1px dotted #bdbdbd;
}
#footer a {
    color: #efefef;
}
#footer ul {
    list-style: none;
    line-height: 0.8em;
    margin: 0;
}
#footer li {
    margin-bottom: 14px;
}
#footer li span,
#footer li img {
    vertical-align: middle;
    margin-right: 3px;
}
#footer #facebookLink *,
#footer #twitterLink * {
    vertical-align: top;
}
#footer li .widget {
    position: absolute;
    margin: -25px 0 0 45px;
    overflow: hidden;
}
#demoLink,
#glossaryLink,
#mediadataLink,
#footer .social,
#footer .verified {
    display: none;
}
#socialshareprivacy {
    color: #494949;
}
#tsSeal {
    float: left;
    margin: 4px 8px 0 0;
}
#footer #sslsec {
    float: left;
    margin: 0 10px 0 2px;
}
#datatree {
    margin-bottom: 10px;
}
.infotxt {
    line-height: 1em;
    font-weight: normal;
}

#xmasGreetings {
    height: 232px;
    width: auto;
    background-size: cover;
    background-position: center center;
    background-image: url(/img/Weihnachten2015.jpg);
}

.paragraph,
.blogEntry,
.blogTeaser {
    width: auto;
    margin: 25px 5px 0;
    text-align: justify;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    display: inline-block;
}
.blogTeaser {
    box-shadow: 1px 1px 10px #bdbdbd;
    padding: 0 10px 10px;
    position: relative;
    background: #ecf3f9;
}
.blogTeaser h2 {
    font-size: 0.9em;
}
.blogTeaser h3 {
    font-size: 1.4em;
}
.published,
.author {
    font-size: 0.8em;
    line-height: 1.5em;
    color: #777777;
}
.abstract {
    margin-top: 10px;
    line-height: 1.4em;
    margin-bottom: 40px;
}
.abstract a {
    color: #999999;
    display: block;
}
#PressTOC,
.leftHelpNav,
.blogNavi {
    padding: 5px;
    background-color: #ecf3f9;/*#efefef;*/
    box-shadow: 1px 1px 10px #bdbdbd;
}

.blogEntry .article a {
    color: #77bfdd;
}

.leftHelpNav h4,
#blogNaviList h4 {
    cursor: pointer;
}

.box-small.right {
    float: none;
    padding: 5px;
    margin: 5px;
    box-shadow: 1px 1px 10px #bdbdbd;
}
#widerruf table {
    width: auto;
    border: 1px solid #494949;
    margin: 10px 5px;
}
#widerruf .sig {
    border-top: 1px solid #000000;
    margin-top: 30px;
}

.product-teaser {
    min-width: 250px;
    width: auto;
    margin: 20px 5px;
    box-shadow: 1px 1px 10px #bdbdbd;
    background-color: #ecf3f9;
}
#content .product-teaser .productDetails ul {
    margin-left: 30px;
}
a.button,
#contactForm input[type=submit],
.product-teaser input[type=submit] {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 1.4em;
    font-weight: bold;
    background-color: #3799c7;
    background: linear-gradient(to bottom, #3799c7, #77bfdd);
    color: #ffffff;
}
a.button {
    display: inline-block;
    width: auto;
    font-size: 1.2em;
    padding: 10px 30px 0;
    text-align: center;
}
.product-teaser a.button {
    margin: 0;
    color: #ffffff;
}
.blogTeaser a.button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.paragraph a.button {
    font-size: 0.8em;
}
#contactForm input[type=submit] {
    width: auto;
    padding: 0 40px;
}

a.button:hover,
input[type=image]:hover,
input[type=submit]:hover {
    text-decoration: none;
    cursor: pointer;
}
.product-teaser.small.free {
    width: 98%;
    height: auto;
    margin: 20px 10px 0 5px;
}
#content .product-teaser.small.free p {
    margin: 0;
}
.product-teaser.small.free ul {
    line-height: 1.2em;
}
.productChoice {
    text-align: center;
    z-index: 1;
}

.product-teaser .pricing {
    overflow: hidden;
    margin: auto;
    width: 112px;
}
.product-teaser .priceEuro,
.product-teaser .priceCent,
.product-teaser .timescale {
    font-weight: bold;
    float: left;
}
.product-teaser .priceEuro {
    font-size: 80px;
}
.product-teaser .priceCent {
    font-size: 40px;
    margin: 9px 0 0 0;
}
.product-teaser .timescale {
    font-size: 12px;
    margin: 6px 0 0 3px;
    color: #3799c7;
    font-weight: normal;
}

.productChoice a {
    margin: 5px;
    display: block;
    color: #3799c7;
}
.productChoice a img {
    float:left;
    margin: -45px 20px -16px -33px;
}
a.button:hover,
input[type=submit]:hover,
#hpLogin input[type=submit]:hover,
#contactForm input[type=submit]:hover,
.product-teaser.free .productChoice a.button:hover {
    background: linear-gradient(#2c8abf, #66adce);
}
.product-teaser.plus .productChoice a.button:hover {
    background: linear-gradient(#dc8f00, #c36500);
}
.product-teaser.pro .productChoice a.button:hover {
    background: linear-gradient(#d1d1d1, #a4a4a4);
}
.product-teaser.power .productChoice a.button:hover {
    background: linear-gradient(#ffd300, #fca200);
}

.product-teaser .productDetails .slider {
    display: none;
}
.product-teaser .productDetails .slider a {
    float: right;
    margin-right: 20px;
}
.product-teaser .productDetails .slider h2 {
    float: right;
    margin: 0 20px 5px 5px;
    font-size: 1.3em;
    color: #efefef;
}
.product-teaser .productDetails .slider.active {
    display: block;
}
.product-teaser.plus .productChoice .priceEuro,
.product-teaser.plus .productChoice .priceCent {
    color: #dc8f00;
}
.product-teaser.pro .productChoice .priceEuro,
.product-teaser.pro .productChoice .priceCent {
    color: #a4a4a4;
}
.product-teaser.power .productChoice .priceEuro,
.product-teaser.power .productChoice .priceCent {
    color: #ffd300;
}

.product-teaser.full .teaserArea {
    position: relative;
    width: 100%;
    height: 100%;
}
.product-teaser.full .teaserArea .seal {
    display: none;
}
.product-teaser.full .productDetails {
    display: flex;
    justify-content: center;
    font-weight: bold;
    color: #3799c7;
    text-align: center;
    margin: auto;
}
.product-teaser.full .productDetails .mold {
    width: 210px;
}
.product-teaser.full .productDetails ul {
    width: 180px;
}
.product-teaser.full .productDetails a {
    display: block;
    color: #3799c7;
    font-weight: lighter;
    margin: 0 5px;
}
.product-teaser.full video {
    display: none;
}
.product-teaser.full #slideShow {
    display: none;
}
#featureComparison {
    font-size: 0.8em;
    clear: both;
}
#featureComparison img {
    width: 17px;
    height: 11px;
}
#featureComparison h4 {
    font-size: 120%;
    background-color: #3799c7;
    background: linear-gradient(to bottom, #3799c7, #77bfdd);
    color: #efefef;
}
#featureComparison ol,
#featureComparison ul {
    list-style: none;
    margin: auto;
}
#featureComparison li {
    border-bottom: 1px dotted #dbdbdb;
}
#featureComparison li:nth-child(even) {
    background-color: #ecf3f9;
}
#featureComparison li.headline span.featureName {
    padding-top: 6px;
    font-size: 120%;
}
#featureComparison h4 span,
#featureComparison li span {
    text-align: center;
    display: inline-block;
    padding: 2px;
    width: 30%;
}
#featureComparison.full h4 span,
#featureComparison.full li span {
    width: 23%;
}
#featureComparison h4 span.featureName,
#featureComparison li span.featureName {
    text-align: left;
    width: 100%;
    display: block;
}
#featureComparison.free h4 span.featureName,
#featureComparison.free li span.featureName {
    width: 69%;
    display: inline-block;
}
#featureComparison h4 span.featureCommon,
#featureComparison li span.featureCommon {
    width: 60%;
}
#featureComparison.full h4 span.featureCommon,
#featureComparison.full li span.featureCommon {
    width: 45%;
}

#mobileApps {
    position: relative;
    padding: 2px;
}
#mobileApps .download {
    text-align: center;
}
#mobileApps .footer {
    text-align: center;
    margin-top: 35px;
}
#mobileApps .mobileInfo {
    text-align: center;
    margin: 30px 0;
}
#mobileApps .slider div {
    display: none;
    height: 300px;
    font-size: 1.2em;
    text-align: center;
}
#mobileApps .slider div.active {
    display: block;
}
#mobileApps .slider li {
    margin-bottom: 5px;
}
#mobileApps .sliderNav ul {
    text-align: center;
    list-style: none;
    margin: 10px;
}
#mobileApps .sliderNav li {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
#mobileApps .sliderNav li.play,
#mobileApps .sliderNav li.pause {
    height: 15px;
    width: 10px;
    margin: 0 2px;
}
#mobileApps .sliderNav li.play {
    background: url('/img/mobileApps/icon_play_i.png');
}
#mobileApps .sliderNav li.play.active {
    background: url('/img/mobileApps/icon_play_a.png');
}
#mobileApps .sliderNav li.pause {
    background: url('/img/mobileApps/icon_pause_i.png');
}
#mobileApps .sliderNav li.pause.active {
    background: url('/img/mobileApps/icon_pause_a.png');
}
#mobileApps .sliderNav li[class^=slider] {
    height: 10px;
    width: 10px;
    margin: 10px 5px;
    background-color: #cdd6db;
}
#mobileApps .sliderNav li[class^=slider].active {
    background-color: #369bc8;
}
#mobileApps .featureNav {
    display: none;
}
#mobileApps .featureDetails h3 {
    font-size: 1.5em;
    text-align: center;
}

#environmentallyAware {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin-right: 0;
    margin-left: 3px;
    text-align: left;
}
#environmentallyAware div {
    margin: 10px 0;
}
#environmentallyAware p {
    margin: 15px 0;
}
#environmentallyAware .block {
    box-shadow: 1px 1px 10px #bdbdbd;
    padding: 10px;
}
#environmentallyAware .highlight {
    font-weight: bold;
}
#environmentallyAware ul.leaf {
    list-style-image: url(/img/icon/leaf.png);
}
#environmentallyAware img {
    width: 100%;
}
#environmentallyAware>div.triplet>div {
    display: inline-block;
}
#environmentallyAware>div.triplet>div:nth-child(2) {
    float: right;
}
#environmentallyAware>div.triplet>div:nth-child(3) {
    display: block;
}
#environmentallyAware>div.triplet>span {
    clear: both;
    float: left;
    font-size: 0.8em;
}

#contactForm #Title-div label {
    margin-right: 10px;
}
#contactForm .formelement,
#contactForm .g-recaptcha,
#contactForm .noteelement {
    margin: 10px;
    width: 98%;
    float: left;
}
#contactForm .noteelement a {
    color: #3799c7;
}
#contactForm #Button-div {
    clear: both;
}
#contactForm input[type=text],
#contactForm textarea {
    width: 100%;
    border: 1px solid #77bfdd;
    padding: 5px;
    border-radius: 5px;
}
#contactForm textarea {
    resize: none;
}
#contactForm .error input[type=text],
#contactForm .error textarea {
    border-color: #ff0000;
}
.home .note {
    margin: 10px 5px -30px;
    line-height: 1.3em;
    font-size: 0.7em;
    color: #888888;
    clear: both;
}
.note a {
    display: none;
    font-weight: bold;
    color: #777777;
    margin: 0;
}
.home .note span {
    display: block;
}

.home .paragraph ul {
    margin: 20px 0 20px 30px;
}

.persdata table,
.cookiedetails table {
    background-color: rgba(255,255,255,.3);
    border-collapse: collapse;
    font-size: small;
}
.persdata table th,
.persdata table td,
.cookiedetails table th,
.cookiedetails table td{
    border: 1px solid #000000;
    padding: 4px 6px;
}

@media screen and (min-width: 400px) {
    .product-teaser.full {
        width: 97%;
    }
    .product-teaser.full .productDetails {
        display: inline-block;
        margin: 10px 4%;
    }
    .product-teaser.full #slideShow {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media screen and (min-width: 475px) {
    .product-teaser.full .productDetails {
        margin: 10px 10%;
    }
}

@media screen and (min-width: 568px) {
    #logo {
        position: initial;
    }
    #hpLogin {
        float: right;
        margin: 0 0 5px 0;
        padding: 10px 10px 5px 10px;
    }
    #hpLogin input[type=text],
    #hpLogin input[type=password] {
        width: 120px;
    }
    #hpLogin input[type=submit] {
        width: 90px;
    }
    #hpLogin .loginProgress {
        padding: 6px 8px;
    }

    #widerruf table {
        width: 80%;
    }

    .paragraph a.button {
        font-size: 1.2em;
    }

    .product-teaser {
        margin: 10px 0.65%;
        width: 48%;
        float: left;
    }

    #featureComparison {
        padding-right: 5px;
    }
    #featureComparison h4 span,
    #featureComparison li span {
        width: 20%;
    }
    #featureComparison h4 span.featureName,
    #featureComparison li span.featureName {
        width: 38%;
        display: inline-block;
    }
    #featureComparison.full h4 span.featureName,
    #featureComparison.full li span.featureName {
        width: 37%;
    }
    #featureComparison.full h4 span,
    #featureComparison.full li span {
        width: 15%;
    }

    #environmentallyAware>div>div {
        display: inline-block;
        padding-right: 40px;
        float: right;
        width: 50%;
    }
    #environmentallyAware>div.triplet>div {
        width: 33.3%;
        float: left;
    }
    #environmentallyAware>div.triplet>div:nth-child(2) {
        float: left;
    }
    #environmentallyAware ul {
        line-height: 2.5em;
    }
    #environmentallyAware ul.leaf {
        line-height: 2em;
    }

    .product-teaser.full #slideShow {
        top: -65px;
    }
    .product-teaser.full .productDetails {
        margin: 10px 2%;
    }
    .product-teaser.full video {
        /*float: right;*/
        display: block;
        width: 50%;
        box-shadow: #494949 0 0 10px 2px;
        position: absolute;
        right: 10px;
        top: 80px;
    }
}

@media screen and (max-width: 800px) {
    #content .container {
        background-image: none !important;
    }
    .product-teaser.wide .productDetails .slider {
        display: none !important;
    }
    .product-teaser.wide .productDetails .slide1 {
        display: block !important;
        width: 60%;
    }
}

@media screen and (min-width: 800px) {
    #mobMenu {
        display: none;
    }
    #motto {
        display: inline-block;
        font-size: 0.9em;
        position: relative;
        bottom: 8px;
    }
    #motto .deco {
        text-transform: lowercase;
    }

    #navigation {
        display: block;
        clear: both;
    }
    #navigation .spacer {
        background-color: #3799c7;
        height: 2px;
        clear: both;
    }
    #mobileLogin {
        display: none !important;
    }
    #navigation ul {
        margin: 0;
        list-style: none;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
    }
    #navigation li {
        height: 35px;
        font-size: 1em;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
    }
    #navigation li.active a {
        font-weight: bolder;
    }
    .topNavigation,
    .subNavigation {
        float: none;
        width: auto;
    }
    .topNavigation li {
        background-color: #ebf5ff;
        box-shadow: inset 4px 0 8px #dbdbdb;
    }
    .topNavigation li:first-child {
        box-shadow: inset 0 0 8px #dbdbdb;
    }
    .topNavigation li a {
        color: #2b2b2b;
    }
    .topNavigation li.active {
        background-color: #3799c7;
        box-shadow: none;
    }
    .topNavigation li.active a {
        color: #ffffff;
    }
    .subNavigation {
        background-color: #3799c7;
        background: linear-gradient(to bottom, #3799c7, #77bfdd);
        clear: both;
    }
    .subNavigation li {
        border-right: 2px solid #3799c7;
    }
    .subNavigation  li:last-child {
        border-right: 0 transparent;
    }
    .subNavigation li a {
        color: #ffffff;
    }

    #content {
        /*margin-top: 155px;*/
        padding-top: 155px;
    }
    #content .container>.content {
        width: 65%;
    }
    #contactForm {
        width: 70%;/*75%;*/
    }
    #widerruf table {
        width: 65%;
    }

    #footer>div {
        border-left: 1px dotted #bdbdbd;
        width: 24.6%;
        height: 250px;
    }
    #footer>div:first-child {
        border-left: none;
    }
    #demoLink,
    #glossaryLink,
    #mediadataLink,
    #footer .social,
    #footer .verified {
        display: inline-block;
    }
    #footer .verified li {
        margin-bottom: 30px;
    }

    .product-teaser {
        margin-top: 50px;
        height: 610px;
        width: 32%;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
    }
    .product-teaser.small {
        height: 429px;
    }
    .product-teaser.wide {
        box-shadow: none;
        background: url("/img/product/freemail-back-transparent.png");
        width: 48%;
        max-width: 480px;
        min-height: 0;
        height: 255px;
        margin: 0 10px 9px 5px;
    }
    .product-teaser.full {
        height: 300px;
        margin-top: -20px;
        width: 99%;
    }
    .product-teaser.small a.productTitle,
    .product-teaser.medium a.productTitle {
        flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        align-self: center;
        -webkit-align-self: center;
        -ms-flex-align: center;
        position: relative;
        top: -30px;
    }
    .product-teaser.small.free a.productTitle {
        align-self: flex-start;
        -webkit-align-self: flex-start;
        -ms-flex-align: start;
        top: -20px;
        left: 10px;
    }
    .product-teaser.wide a.productTitle {
        align-self: flex-start;
        -webkit-align-self: flex-start;
        -ms-flex-align: start;
        flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        position: relative;
        width: 145px;
        top: -12px;
        left: -5px;
    }
    .product-teaser.small .productDetails,
    .product-teaser.medium .productDetails {
        position: relative;
        top: -20px;
        height: 390px;
    }
    .product-teaser.small.free .productDetails {
        padding-left: 8px;
        font-size: 0.9em;
    }
    .product-teaser.full,
    .product-teaser.wide {
        position: relative;
    }
    .product-teaser.wide .freeRegClickArea {
        position: absolute;
        top: 21px;
        width: 100%;
        height: 194px;
    }
    .product-teaser.wide .productDetails {
        align-self: flex-end;
        -webkit-align-self: flex-end;
        -ms-flex-align: end;
        position: relative;
        padding-left: 37px;
        font-weight: bold;
        font-size: 0.9em;
        color: #efefef;
        width: 52%;
        top: -20px;
    }
    .product-teaser.small .productChoice,
    .product-teaser.medium .productChoice,
    .product-teaser.full .productChoice,
    .product-teaser.wide .productChoice {
        flex-shrink: 0;
        align-self: stretch;
        -webkit-align-self: stretch;
        -ms-flex-align: stretch;
    }

    .product-teaser.full .teaserArea {
        overflow: hidden;
    }
    .product-teaser.full a.productTitle {
        position: absolute;
        z-index: 10;
    }
    .product-teaser.full .productDetails {
        position: absolute;
        background: #ecf3f9;
        top: -1px;
        height: 300px;
        width: 30%;
        margin-top: 0;
        padding-top: 65px;
        z-index: 5;
    }
    .product-teaser.full .teaserArea .seal {
        display: block;
        position: absolute;
        top: 5px;
        left: 25%;
        z-index: 100;
    }
    .product-teaser.full #slideShow {
        top: 0;
    }
    .product-teaser.full #slideShow.productDetails {
        background: transparent;
    }
    .product-teaser.full video {
        /*float: right;*/
        display: block;
        width: 640px;
        height: 260px;
        box-shadow: #494949 0 0 10px 2px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .product-teaser.full .productChoice {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }

    .product-teaser #slideShow ul {
        list-style-image: url(/img/icon/checkWhite.png);
    }

    .home #content {
        padding-top: 165px;/*10px;*/
    }
    .paragraph {
        display: inline;
    }
    #xmasGreetings,
    .blogTeaser {
        float: right;
        width: 48%;
        margin: 21px 5px 10px 10px;
        height: 233px;
    }
    #PressTOC,
    .blogNavi {
        margin: 20px 0 10px 20px;
        display: inline-block;
        float: left;
        width: 25%;
    }
    .leftHelpNav {
        margin: 20px 0 10px 0px;
        display: inline-block;
        float: left;
        width: 25%;
    }
    #PressTOC,
    .blogNavi {
        float: right;
    }
    #PressTOC {
        width: 30%;
        max-height: 450px;
        overflow-y: scroll;
    }
    .helpContent {
        width: 73%;
        float: right;
        padding-right: 5px;
    }
    .box-small.right {
        text-align: justify;
        float: right;
        width: 22%;
        margin: 30px 0 20px 20px;
    }

    #mobileApps .slider div {
        text-align: left;
        border: 1px solid #77bfdd;
        height: 429px;
        padding: 25px;
        text-shadow: 1px 1px 1px #ffffff,
                    -1px 1px 1px #ffffff,
                    1px -1px 1px #ffffff,
                   -1px -1px 1px #ffffff;
    }
    #mobileApps .slider li {
        max-width: 400px;
    }
    #mobileApps .slider div.slider1.active {
        background: url('/img/mobileApps/slider_mailapp.png') no-repeat top right;
    }
    #mobileApps .slider div.slider2.active {
        background: url('/img/mobileApps/slider_nachrichten.png') no-repeat top right;
    }
    #mobileApps .slider div.slider3.active {
        background: url('/img/mobileApps/slider_synchronisation.png') no-repeat top right;
    }
    #mobileApps .slider div.slider4.active {
        background: url('/img/mobileApps/slider_onlinespeicher.png') no-repeat top right;
    }
    #mobileApps .slider div.slider5.active {
        background: url('/img/mobileApps/slider_farbwelten.png') no-repeat top right;
    }
    #mobileApps .slider div.slider6.active {
        background: url('/img/mobileApps/slider_postkarte.png') no-repeat top right;
    }
    #mobileApps>.download {
        position: absolute;
        left: 50px;
        top: 320px;
    }
    #mobileApps .mobileFeatures {
        width: 99%;
    }
    #mobileApps .featureNav {
        display: block;
    }
    #mobileApps .featureNav ul {
        display: flex;
        margin: auto;
    }
    #mobileApps .featureNav li {
        background: url(/img/mobileApps/subnav-sprite.png) no-repeat scroll 24px top transparent;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding-top: 65px;
        margin-top: 10px;
        height: 99px;
        width: 162px;
        cursor: pointer;
    }
    #mobileApps .featureNav li div {
        background: url(/img/mobileApps/subnav-sprite.png) repeat-x 24px -209px;
        margin-bottom: 12px;
        width: 163px;
        height: 12px;
        display:none;
    }
    .webkit #mobileApps .featureNav li div {
        margin-top: 2px;
    }
    #mobileApps .featureNav li.active div {
        display:block;
    }
    #mobileApps .featureNav li.addressbook {
        background-position: -139px 0;
    }
    #mobileApps .featureNav li.calendar {
        background-position: -295px 0;
    }
    #mobileApps .featureNav li.storage {
        background-position: -465px 0;
    }
    #mobileApps .featureNav li.color {
        background-position: -638px 0;
    }
    #mobileApps .featureNav li.postcard {
        background-position: -832px 0;
    }
    #mobileApps .featureNav li.messages.active {
        background-position: 24px -110px;
    }
    #mobileApps .featureNav li.addressbook.active {
        background-position: -139px -110px;
    }
    #mobileApps .featureNav li.calendar.active {
        background-position: -295px -110px;
    }
    #mobileApps .featureNav li.storage.active {
        background-position: -465px -110px;
    }
    #mobileApps .featureNav li.color.active {
        background-position: -638px -110px;
    }
    #mobileApps .featureNav li.postcard.active {
        background-position: -832px -110px;
    }
    #mobileApps .featureNav .separator {
        height: 2px;
        margin-top: -6px;
        background: url(/img/mobileApps/subnav-sprite.png) no-repeat 0 -103px;
    }
    #mobileApps .featureDetails div {
        background: url(/img/mobileApps/subnav_sms.png) no-repeat top left;
        height: 550px;
        display: none;
        padding-left: 400px;
    }
    #mobileApps .featureDetails h3 {
        margin: 20px 0;
        padding-top: 35px;
        font-size: 1.5em;
    }
    #mobileApps .featureDetails li {
        margin: 10px 0;
        font-size: 1.1em;
    }
    #mobileApps .featureDetails div.active {
        background: url(/img/mobileApps/subnav_sms.png) no-repeat top left;
        display: block;
    }
    #mobileApps .featureDetails div.addressbook.active {
        background: url(/img/mobileApps/subnav_kontakte.png) no-repeat top left;
    }
    #mobileApps .featureDetails div.calendar.active {
        background: url(/img/mobileApps/subnav_kalender.png) no-repeat top left;
    }
    #mobileApps .featureDetails div.storage.active {
        background: url(/img/mobileApps/subnav_onlinespeicher.png) no-repeat top left;
    }
    #mobileApps .featureDetails div.color.active {
        background: url(/img/mobileApps/subnav_farbwelten.png) no-repeat top left;
    }
    #mobileApps .featureDetails div.postcard.active {
        background: url(/img/mobileApps/subnav_postkarte.png) no-repeat top left;
    }
    #mobileApps .footer {
        background-color: #ccd7dc;
        padding: 10px 25px;
        overflow: hidden;
    }
    #mobileApps .footer h2 {
        display: inline-block;
        font-size: 2em;
        margin: 6px 0;
    }
    #mobileApps .footer .download {
        float: right;
    }

    #contactForm #Firstname-div,
    #contactForm #Lastname-div {
        width: 47.5%;
    }
    #contactForm #Lastname-div {
        margin-right: 0;
    }
}

@media screen and (min-width: 900px) {
    .product-teaser.full .productDetails {
        margin-left: 5%;
    }
    .product-teaser.full .teaserArea .seal {
        left: 27%;
    }
}

@media screen and (max-width: 992px) {
    .productChoice .button img {
        display: none;
    }
}

@media screen and (min-width: 1070px) {

    .portal {
        background-position: right top;
    }

    .productChoice .button img {
        margin-left: -50px;
    }

    #contactUsButton {
        display: inline-block;
        position: fixed;
        top: 50%;
    }
    .free .mdebn,
    .free .mdesk {
        display: block;
    }
    .box-image {
        display: block;
        margin: 20px 0 20px 10px;
    }
    .product-teaser.small.free {
        width: 65%;
        height: 350px;
        margin: 20px 10px 0 5px;
    }
    .product-teaser.full .productDetails {
        padding-top: 40px;
    }
    .product-teaser.full a.productTitle,
    .product-teaser.wide a.productTitle {
        width: auto;
        top: -15px;
        left: -30px;
    }
    #header,
    #content,
    #footer {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .free #header {
        top: 95px;
        background-position: center -100px;
    }
    .free #content {
        /*margin-top: 230px;*/
        padding-top: 240px;
    }
    #widerruf table {
        width: 60%;
    }
}