@charset "UTF-8";
body,
html {
    height: 100%;
    width: 100%
}

html {
    font-family: Arial, sans-serif !important;
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: Arial, sans-serif;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    webkit-tap-highlight-color: #222222;
}

body, img {
    margin: 0
}
header, nav {
    display: block
}
footer, section, aside {
    padding: 40px 0;
}
div > aside {
    padding: 20px 0;
}
h1 {
    margin: .67em 0;
    font-size: 2em !important;
}
h2 {
    font-size: 1.6em !important;
}
h3 {
    font-size: 1.2em !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
}
a {
    color: #337ab7;
    text-decoration: none
}

button {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button, input {
    margin: 0;
    font: inherit;
    color: inherit
}

img {
    vertical-align: middle
}

p {
    margin: 0 0 10px
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul {
    margin-bottom: 0
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    text-align: left;
    max-width: 1170px;
}
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal
}

img {
    border-radius: 6px;
    -moz-border-radius: 6px
}
header {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-color: #45484d;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=1 );
    color: #f0f0e7;
    text-shadow: 0 0 10px rgba(0,0,0,0.1), 1px 1px 0 rgba(0,0,0,0.3);
    background-attachment:fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header .header-content {
    position: relative;
    padding: 70px 15px 30px;
    width: 100%
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}
header .header-content .header-content-inner p {
    font-weight: 300;
    font-size: 16pt;
    margin-bottom: 50px;
}
header .header-content .header-content-inner p a {
    color: #e73e1a;/*#f52a2a;*/
    text-decoration: underline;
}

header .header-content .header-content-inner p a:hover {
    color:#ffffe0;
    text-decoration: overline;
}
.navbar-nav > li > p {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}
.navbar-nav > li > p > .prgLink {
    line-height: 20px;
    text-decoration: none;
}
.device-support-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
}
.apple,
.office,
.windows10 {
    font-family: Segoe UI, Helvetica Neue, Arial, sans-serif;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    height: 100%;
    align-items: center;
    column-gap: 10px;
}

.header-cta-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
}

.header-cta-list {
    max-width: 400px;
}

.header-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    flex: 1;
}

@media (max-width: 767px) {
    .header-cta-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .header-cta-list {
        max-width: 100%;
    }
    .header-cta-buttons {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
}

.text-center {
    text-align: center
}

.text-nowrap {
    white-space: nowrap
}

.header-content-feature {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    padding: 15px;
    gap: 5px;
}
.header-content-feature .images {
    display: grid;
    position: relative;
    grid-template-columns: auto;
}
.header-content-feature .images img:first-of-type {
    grid-column: 4 / -1;
    grid-row: 1;
}
.header-content-feature .images img:last-of-type {
    grid-row: 1 / span 8;
    grid-column: 3;
    padding-top: 160%;
}
.svg-curved-blue {
    background-color: rgb(97, 153, 226);
    background-image: url('/images/svg/curved-blue.min.svg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.svg-poly-purple {
    background-color: rgb(141,82,157);
    background-image: url('/images/svg/poly-purple.min.svg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #f0f0e7;
}
.svg-bubble-gray {
    background-color: rgb(145,147,150);
    background-image: url('/images/svg/bubbles-gray.min.svg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.marketing-bar > div{
    margin: 0 40px 0 20px;
    font-size: 1.2em;
}
.marketing-bar {
    display: inline-block;
    width: 100%;
    font-family: Segoe UI,Helvetica Neue,Arial,sans-serif;
    padding: 10px;
    text-align: center;
}

.marketing-bar div {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.marketing-bar div i {
    color: #bedc59;
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-8,
.col-md-6,
.col-sm-10,
.col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1.1em !important;
    font-weight: 100;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: none;
    border-radius: 10px;
}
.btn-xl {
    padding: 15px 30px
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.collapse {
    display: none
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #222 !important;
    white-space: nowrap
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a, .nav>li>p {
    position: relative;
    display: block;
    padding: 15px
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

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

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse {
    border-color: #e7e7e7
}

.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
    clear: both
}

.pull-right {
    float: right !important
}

.hide {
    display: none !important
}

p {
    line-height: 1.5;
    margin-bottom: 20px
}

.navbar-default {
    background-color: #fff;
    border-color: rgba(34, 34, 34, .05);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.navbar-default .navbar-header .navbar-brand {
    color: #f05f40;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 10pt;
    color: #222
}

.navbar-default .nav>li>a {
    font-size: 11pt;
    color: #222
}

header {
    position: relative;
    width: 100%;
    min-height: 600px;
    text-align: center;
    background: #45484d;
    color: #f0f0e7;
    text-shadow: 0 0 10px rgba(0, 0, 0, .1), 1px 1px 0 rgba(0, 0, 0, .3)
}

header.idm {
    background-image: url('/images/header-idm.webp');
    background: url('/images/header-idm.webp') center;
    background: url('/images/header-idm.webp') center;
    background: url('/images/header-idm.webp'), linear-gradient(135deg, #000 0, #45484d 100%) center
}

header,
header.idm {
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.col-1-2 {
    width: 49.8%
}

.col-1-2 {
    display: inline-block
}

.btn-default {
    color: #222;
    background-color: #fff;
    border-color: #fff
}

.btn-orange {
    color: #fff;
    background-color: orange;
    border-color: orange
}

.mt-20 {
    margin-top: 20px
}

a.btn-orange {
    color: #fff
}

.btn-download:before {
    content: "";
    font-family: FontAwesome;
    color: #f05f40;
    margin-right: 5px
}

.btn-download:before {
    color: #f0f0e7;
    font-weight: lighter
}

.navbar .dropdown .prgLink {
    color: #333
}

.dropdown-menu>li>p {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0
}

.dropdown-menu>li>p>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.bg-darkblue {
    background-color: #3b4973;
    color: #f0f0e7
}

.downloadcounter {
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.functionoverview{
    border: 0;
}
.functionoverview td, .functionoverview th {
    padding: 5px;
    border: 1px #fff solid;
}
.functionoverview th:first-child, .functionoverview td:first-child {
    width: 30%;
}

.scrollup-button {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 10px 10px 0;
    color: #fff;
    background-color: #3b4973;
    z-index: 101;
    border-radius: 6px;
    radius: 6px;
    width: 48px;
    height: 48px
}

.scrollup-button i {
    margin: 6px 0 0 8px
}

.dialog {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    display: none
}

.dialog>div {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -300px;
    width: 600px;
    height: 200px;
    border: #000;
    border-radius: 6px
}

.dialog .header {
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    line-height: 32px;
    background: #b0c4de
}

.dialog .header button {
    border-top-right-radius: 6px;
    border: 0;
    background: #b0c4de
}

.dialog .title {
    padding: 0 15px
}

.dialog>div>p {
    width: 100%;
    margin: 0;
    padding: 15px
}

.dialog>div>button {
    right: 15px;
    bottom: 15px;
    position: absolute;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #b0c4de
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-2x {
    font-size: 2em
}

.pull-right {
    float: right
}

.fa.pull-right {
    margin-left: .3em
}

.fa-times:before {
    content: "\f00d"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:1024px) {
    header.idm {
        background-image: url('/images/header-idm-mobile.webp');
        background: url('/images/header-idm-mobile.webp') center;
        background: url('/images/header-idm-mobile.webp') center;
        background: url('/images/header-idm-mobile.webp'), linear-gradient(135deg, #000 0, #45484d 100%) center
    }

    header {
        background-attachment: scroll
    }

    .gdpr-box>div {
        font-size: 1em;
        padding: 0 20px
    }

    .gdpr-box button {
        margin: 10px 0
    }
}

@media (max-width:991px) {
    .navbar-header {
        float: none;
        color: #222 !important
    }

    .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7px
    }

    .navbar-nav>li {
        float: none
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .navbar-default {
        background-color: #fff !important;
        border-color: rgba(34, 34, 34, .05);
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        color: #222 !important
    }

    .navbar-default .navbar-header .navbar-brand {
        color: #f05f40 !important;
        font-size: 14px !important
    }

    .navbar-default .nav>li>a {
        color: #222 !important
    }

    .navbar .container {
        width: 100%
    }
}

@media (max-width:540px) {
    .gdpr-box>div>div {
        padding: 0 20px
    }

    .gdpr-box .cookie-preferences {
        margin: 0
    }
}

@media (min-width:768px) {
    .navbar-default {
        background-color: rgba(0, 0, 0, .6);
        border-color: rgba(255, 255, 255, .6)
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, .7)
    }

    .navbar-default .nav>li>a,
    .navbar-default .nav>li>p{
        color: rgba(255, 255, 255, .7)
    }

    header .header-content .header-content-inner {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:1200px) {
    .col-lg-8 {
        float: left
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
}
@media (min-width:992px) {
    .col-md-6 {
        float: left
    }

    .col-md-6 {
        width: 50%
    }
}
@media (min-width:768px) {
    .col-sm-10,
    .col-sm-2 {
        float: left
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-fixed-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }

    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-fixed-top {
        border-radius: 0
    }

    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
    .navbar-toggle {
        display: none
    }

    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
}
