html {
    scroll-behavior: smooth;
}

.color-white {color:white;}

.f-left {float: left;}
.f-right {float: right;}
@media all and (max-width: 1024px) {
    .f-left, .f-right {float: none;text-align: center;}
}
/* FLOAT */

.float-l {
    float: left;
}
@media all and (max-width: 720px) {
    .float-l, .float-r{
    float: none;
    }
}
.float-r {
    float: right;
}

.align-r {
    text-align: right;
}
@media all and (max-width: 720px) {
    .align-r {
    text-align: center;
}
}

.t-left {text-align: left;}
.t-center {text-align: center;}


.m-t30 {margin-top: 30px;}
.m-t60 {margin-top: 60px;}
.m-t80 {margin-top: 80px;}
.m-t140 {margin-top: 140px;}

.m-b40 {margin-top: 40px;}
.m-0-10p {margin: 0 18%;}
.m-20-0 {margin: 20px 0;}
.m-46-0 {margin: 46px 0;}
@media all and (max-width: 1024px) {
    .m-46-0 {margin: 20px 0;}
}

.p-b40 {padding-bottom: 40px;}
.p-b80 {padding-bottom: 80px;}
.p-b100 {padding-bottom: 100px !important;}

.p-5-5-5-5 {padding: 5px;}

.p-20-80-60-90 {padding: 20px 80px 60px 90px;}
@media all and (max-width: 1024px) {
    .p-20-80-60-90 {padding: 20px 30px 20px 30px;}
}

.p-lr140 {padding-left: 140px;padding-right: 140px;}
@media all and (max-width: 1024px) {
    .p-lr140 {padding-left: 40px;padding-right: 40px;}
}

::selection, select option:hover {
    color: white;
    background-color: #00a4ef;
}

.gradient-blue {
    background-color: #005a96;
    background-image: -webkit-linear-gradient(75deg, #005a96, #00a4ef);
    background-image: -o-linear-gradient(75deg, #005a96, #00a4ef);
    background-image: -moz-linear-gradient(75deg, #005a96, #00a4ef);
    background-image: linear-gradient(30deg, #005a96, #00a4ef);
    color: white;
}

.info-box {
    background-color: #f6f6f6;
    padding: 10px;
    border-radius: 0.4em;
}

H1 {
    font-size: 2.4em;
    font-weight: 600;
    margin: 0 0 12px 0;
    letter-spacing: -0.05em;
    color: #3e4f60;
    border-left: 6px solid #00a4ef;
    padding-left: 18px;
}

H2 {
    font-size: 2.4em;
    font-weight: 500;
    margin: 0 0 12px 0;
    letter-spacing: -0.05em;
    color: #3e4f60;
}

h3 {
    font-size: 2.2em;
    font-weight: 600;
    text-align: center;
    color: #3e4f60;
    letter-spacing: -0.05em;
}
H4 {
    font-size: 1.2em;
    margin: 0 0 5px 0;
    font-weight: 600;
    color: #3e4f60;
    letter-spacing: -0.05em;
}

h6 {
    font-size: 0.8em;
    color: #3e4f60;
    margin: 8px auto 5px;
    text-decoration:none;
    letter-spacing: -0.05.em;
}

hr {
    border: 0;
    width: 80px;
    height: 2px;
    margin: 0 auto;
    color: #00a4ef;
    background: #00a4ef;
    float: none;
}

a {
    outline: none;
    color: #00a4ef;
    word-break: break-word;
}

a:hover {
    color: #ff004e;
}
p {}

.section:last-of-type {padding-bottom: 40px;}
.section.dark {
}
.section.bg-grey {
    background-color: #fafafa;
}

.section.bg-white {
    background-color: #ffffff;
}

.shadow {box-shadow:0 0 10px 4px rgba(50, 60, 74, .3)}


.container {
    margin: 0 auto;
    width: 1024px;
    position: relative;
}

.container__text {
    padding: 25px 0 40px 0;
    display: flex;
    flex-direction: column;
    text-align: left;
}

@media only screen and (max-width: 500px) {
    .container__text {
        padding: 25px;
        align-items: center;
        display: inline-block;
    }

    .container__flex {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

.container__text-os {
    display: flex;
    flex-wrap: wrap;
    max-width: 450px;
}

.container__text-os img {
    background: #ffffff91;
    padding: 1px 5px;
    border-radius: 20px;
    margin-right: 5px;
}

.section {padding: 20px 40px 60px 40px;}
@media all and (max-width: 460px) {
    .grid-cell {
        margin: 0 auto;
    }
}
.m-auto {margin: 0 auto;}
@media all and (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .section {padding: 10px 20px 30px 20px;}
    html .m-t60, html .m-t80, html .m-t140 {margin-top: 40px;}
    html .p-b80 {
        padding-bottom: 30px;
    }
    .grid-cell {padding-bottom: 20px;}
    .grid-cell:last-of-type {padding-bottom: 0;}
}
.grid {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    flex-wrap: wrap;
    justify-content: space-between;
}



/* FLEX GRID */


.teaser-bg {background-size: cover; display: block;display: inline-block;}
.teaser-headline {
    text-align: left;
    margin: 0;
    border-left: 6px solid #00a4ef;
    padding-left: 18px;
}

.teaser-subheadline {
    text-align: center;
    font-size: 20px;
    margin: 0 0 20px;
}

.flex-grid {
}

.links img {
    margin: 0 0 16px;
}

.flex-container {
    padding: 0;
    margin: 14px 0 0;
    list-style: none;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-container li, .flex-container .flex-item {
    background-color: white;
    padding: 15px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    border-radius: 5px;
}
.flex-item {
    flex: 0 1 calc(25% - 12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}
.flex-item-2 {
    flex: 0 1 calc(50% - 10px);
    margin: 0px 0px 20px 0px;
    padding: 10px;
}
.flex-item-3 {
    flex: 0 1 calc(33% - 12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 20px;
}

.flex-item a {
    box-sizing: border-box;
}

#secondary_teaser img {
    margin: 20px 16% -22px;
    width: 146px;
    box-shadow: 0 6px 12px -8px #000;
    border-radius: 3px;
}

#secondary_teaser p {
    margin: 4px 0;
    min-height: 42px;
    font-size: 14px;
    line-height: normal;
}
#secondary_teaser h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    vertical-align: bottom;
    letter-spacing: -1px;
}

#secondary_teaser span {
    padding: 4px 0;
    display: block;
}

#secondary_teaser span span {
    background-color: #00a4ef;
    display: inline-block;
    color: white;
    padding: 2px 5px;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 5px;
    //box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.4) ;
}

@media all and (max-width: 1024px) {
    .flex-grid {
        //margin: 46px 20px;
    }
    .flex-item {
        flex: 0 0 48%;
        text-align: center;
        margin-bottom: 30px;
    }
    html #ppage_price_box A.btn_download, html #ppage_price_box_top A.btn_download {
        display: none;
    }
}

@media all and (max-width: 720px) {
    html .flex-item, html .flex-item-2, html .flex-item-3 {
        flex: 0 1 calc(50% - 20px);
        box-sizing: border-box;
    }
    html #secondary_teaser span {
        height: auto;
    }
}

@media all and (max-width: 560px) {
    html .flex-item, html .flex-item-2, html .flex-item-3 {
        flex: 0 0 100%;
    }
}

@media all and (max-width: 1024px) {
    html .flex-item a {
        width: 90%;
        margin:0 auto;
    }
    html .flex-item2 a {
        box-sizing: border-box;
        width: 100%;
        margin:0 auto;
    }
}


/* PERCENT BADGE */
.dow__percentbadge {
    position: absolute;
    top: 90px;
    left: -592px;
    z-index: 2;
    margin: 0;
    width: 110px;
    height: 110px;
    font-size: 36px;
    line-height: 110px;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
    transition: all .5s;
    transition-property: transform
}
.dow__percentbadge.pp {left: -24px;}

.dow__percentbadge::before {
    content: '\0020';
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: linear-gradient(to bottom, #a80033 -60px, #ff004e);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) inset, 0 -1px 1px rgba(0, 0, 0, 0.25) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset, 0 2px 3px rgba(0, 0, 0, 0.3);
    border-radius: 0.14em
}

.dow__percentbadge.is-counted {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

#frame #content_frame .bto {
    text-decoration: none;
    display: block;
    border-bottom: 0.3px solid #f6f6f6;
    text-align: left;
    padding: 5px 5px 5px 15px;
}

@media all and (max-width:1000px) {
    .dow__percentbadge {
        position: static;
        float: left;
        margin-top: -120px;
        -webkit-transform: translate(-168px, 310px);
        -ms-transform: translate(-168px, 310px);
        transform: translate(-168px, 310px)
    }
    .dow__percentbadge.is-counted {
        -webkit-transform: translate(-168px, 310px) scale(1.25);
        -ms-transform: translate(-168px, 310px) scale(1.25);
        transform: translate(-168px, 310px) scale(1.25)
    }
}
.btn {
    height: auto;
    border: 0 none;
    border-radius: 0.14em;
    color: #ffffff;
    padding: 0.5em 1em 0.6125em 1em !important;
    //text-transform: uppercase;
    line-height: normal;
    text-align: center;
    font: 600 22px "Open Sans",Arial,Helvetica,sans-serif;
    text-shadow: 1px 0 #666666;
    display: inline-block;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.btn-cta {
    box-shadow: 0 0.2em #90002d;
    background: #ff004e; /* For browsers that do not support gradients */
    background-image: -webkit-linear-gradient(top,#ff004e,#ff004e,#dd0043); /*Safari 5.1-6*/
    background-image: -o-linear-gradient(top,#ff004e,#ff004e,#dd0043); /*Opera 11.1-12*/
    background-image: -moz-linear-gradient(top,#ff004e,#ff004e,#dd0043); /*Fx 3.6-15*/
    background-image: linear-gradient(to bottom,#ff004e,#ff004e,#dd0043); /*Standard*/
    background-size: auto 200%;
    background-position: 0 100%;
}
.btn-cta:hover {
    background: #ff004e none repeat scroll 0 0;
    background-image: -webkit-linear-gradient(top,#ff004e,#ff004e,#dd0043); /*Safari 5.1-6*/
    background-image: -o-linear-gradient(top,#ff004e,#ff004e,#dd0043); /*Opera 11.1-12*/
    background-image: -moz-linear-gradient(top,#ff004e,#ff004e,#dd0043); /*Fx 3.6-15*/
    background-image: linear-gradient(to bottom,#ff004e,#ff004e,#dd0043); /*Standard*/
    background-size: auto 200%;
    background-position: 0 0;
}
INPUT.btn-cta {font-size: 18px;}
.btn-text-link {
    letter-spacing: -0.05em;
    padding-bottom: 8px;
    display: block;
    font-weight: 500;
}

.grid_base {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.grid_base div img {
    max-width: 300px;
}

@media only screen and (max-width: 1024px) {
    .grid_base {
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
    }
}