﻿/*===== Page =====*/
/* Font-size in ems. To change anything, change the percent. */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
* {
    box-sizing: border-box;
}
html, body {
    font-size: 100%;
    font-family: Helvetica,Arial,sans-serif;
    color: #333;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}
form {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 99%;
    position: relative;
    overflow: hidden;
}
p {
    margin: 1rem 0;
}
div {
    margin: 0;
}
div.clearfix {
    clear: both;
    height: 0; 
    overflow: hidden;
}
ul,ol {
    padding: 0 15px;
    margin: .5rem 0;
}

/*===== Links =====*/
a {
    transition: all 0.2s ease-in-out;
    transition-property: color, background-color;
}
a:link, a:visited {
    color: #000;
}
a:hover {
    text-decoration: underline;
    color: #3172AB;
}
a:focus {
    outline:none;
}

/*===== Texts =====*/
h1 {
    font-size: 2.0rem; 
    font-weight: bold;
}
h2 {
    font-size: 1.5rem; 
    font-weight: bold; 
    margin-bottom: .5rem;
}
h3 {
    font-size: 1.1rem;
    font-weight: normal;
    margin: .5rem;
}
h3::after {
    display: block;
    content: '';
    width: 40px;
    height: 1px;
    background: #333333;
    margin: 0 auto;
}
h4 {
    font-size: 1.1rem;
    font-weight: normal;
    margin: 0;
}
.text-normal {
    font-size: 1.0rem; 
    font-weight: normal; 
}
.bold-headline {
    font-size: 1.3rem;
    font-weight: bold;
}
.text-large {
    font-size: 1.3rem;
    font-weight: bold;
    margin: .5rem auto;
}
.text-small {
    font-size: 0.8rem; 
    font-weight: normal; 
}
.text-bold {
    font-weight: bold;
}
.p bottomspace {
    margin-bottom: 1.0rem;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-bottom {
    vertical-align: bottom; 
}
.margin-sm {
    margin: .5rem 0;
}

/*===== Header =====*/
.header {
    margin-top: 1.0rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*===== Company =====*/
.company img, .company h1 {
    float: left;
}
.company h1 {
    margin: 0.5rem 1.0rem 1.0rem 1.0rem;
}

/*===== Page =====*/
.pagemain {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-header, .page, .footer, .fronttext-container {
    width: 60rem;
    margin-left: auto;
    margin-right: auto;
}

.footer-container {
    display: flex;
    width: 100%;
    background: #3172AB;
    min-height: 4rem;
    margin-top: auto;
}
.page {
    padding: 0 0 1.0rem 0;
}
/*===== Form =====*/
.form-content {
    width: 80%;
}
.form-entry {
    width: 100%;
    margin: 0.5rem 0;
}
.form-label {
    float: left;
    min-width: 8.5rem;
    text-align: left;
    margin: 0.5rem 0.5rem 0 0;
    font-size: 1.0rem;
}
.form-field {
    float: left;
    text-align: left;
    width: 70%;
}
.form-field-narrow {
    width: 40%;
}
div.form-field > * {
    width: 100%;
    font-family: Arial,Helvetica,sans-serif;
}
div.form-field > input, div.form-field > select {
    height: 2.0rem;
    font-size: 1.0rem;
}
.field-border {
    border: 1px solid #ccc; 
}
.field-color {
    color: #333;
    background-color: #fcfcfc;
}
.field-color-req {
    color: #333;
    background-color: #ffffe1;
}
.field-color-err {
    color: #fff;
    background-color: lightcoral;
}
input[type=submit] {
    font-family: Arial,Helvetica,sans-serif;
}
.form-msg {
    margin-top: 1.0rem;
    text-align: left;
    padding: 0.25rem;
}

/*===== Panels =====*/
.panel {
    text-align: center;
    margin: 0.25rem 0;
    padding: 1.5rem 2.0rem;
    background-color: #fcfcfc;
}
.panel-content {
    float: left;
    text-align: left;
    margin: 1.0rem 2.5rem;
}
.panel-content-left {
    float: left;
    width: 45%;
    text-align: center;
    vertical-align: top;
    margin: 1.0rem 0;
}
.panel-content-right {
    float: left;
    width: 55%;
    text-align: left;
    vertical-align: top;
    margin: 1.0rem 0;
}
.panel-left {
    float: left;
    width: 50%;
    margin: 0.5rem;
}
.panel-right {
    float: right;
    width: 50%;
    margin: 0.5rem;
}
.panel-front {
    width: 100%;
    height: 15.0rem;
    padding: 0; /* 1.0rem 2.0rem; */
}
.panel-front__description {
    padding: 0 4rem;
}
.panel-round {
    border-radius: 0.5rem;
}
.panel-slim {
    padding-left: 7rem;
    padding-right: 7rem;
}

.bg-home {
    background: url(home.jpg) no-repeat #eee center;
    background-size: cover;
}
.bg-product {
    background: url(product.jpg) no-repeat #eee center;
    background-size: cover;
}
.bg-buy {
    background: url(buy.jpg) no-repeat #eee center;
    background-size: cover;
}
.bg-resource {
    background: url(resource.jpg) no-repeat #eee center;
    background-size: cover;
}
.bg-about {
    background: url(about.jpg) no-repeat #eee center;
    background-size: cover;
}

.fronttext-container {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100% !important;
    display: table;
}
.fronttext {
    display: table-cell;
    vertical-align: middle;
}
.fronttext .button {
    margin-top: .5rem;
}
.flexbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.flexbox-equal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 200px;
    flex-grow: 1;
    margin: 0.5rem;
    padding: 1rem;
    background-color: #fff;
}

.feature-item {
    cursor: pointer;
    text-decoration: none;
    border-radius: 1rem;
    text-align: center;
    transition: all 0.25s ease-in-out;
}

.feature-item:hover {
    background-color: #3172AB;
    color: #fff;
}

a.feature-item:hover {
    text-decoration: none;
}

/* ===== Navigation - Menu ===== */
.nav-wide {
    display: block;
    /* border-bottom: 1px solid #70a349; */
}
.nav-narrow {
    display: none;
    /* border-bottom: 1px solid #70a349; */
}
.menumain {
    font-size: 1.2rem;
    font-weight: normal;
}
.menumain ul.level1 .selected {
    color: #888 !important;
}
.menumain a.level1 {
    margin:0.6rem 1.4rem !important;
    padding: 0;
    border-bottom: 2px solid transparent;
}
.menumain .level1 .has-popup::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
    position: absolute;
    top: 25%;
    right: 2px;
}
.menumain a.level2 {
    border-bottom: 0 !important;
    padding: 0 !important;
    margin: 1.2rem 1.4rem !important;
    transition: padding 0.3s ease;
}
.menumain a.level1:after {
    content: "";
    display: block;
    width: 0%;
    border-bottom: 2px solid #3172AB;
    transition: all 0.2s ease-in-out;
}
.menumain a.level1:hover:after {
    border-bottom: 2px solid #3172AB;
    width: 100%;
    color: #fff;
}

.menumain a.level2:hover {
    color: #3172AB;
    padding-left: 0.5rem !important;
    border-left: 2px solid #3172AB;
}
/* #MenuWide */
#MenuWide .popout {
    background-image: none !important;
}
#MenuWide .popout::after {
    padding: 0;
}
#MenuWide ul.level2 {
    background-color: #eee;
    border: 1px solid #ccc;
    min-width: 250px;
}
#MenuWide a.level2 {
    border-bottom: 1px solid #ccc;
}

#MenuWide a.static {
    padding: 0 !important;
}

/* #MenuNarrow */
#MenuNarrow {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
    position: absolute !important;
    z-index: 1;
    overflow: auto;
    padding: 0;
    font-family: inherit;
    display: none;
}
#MenuNarrow a, #MenuNarrow span {
    text-decoration: none;
    color: inherit;
    font-weight: normal;
}
#MenuNarrow ul {
    width: 100% !important;
    border: 1px solid #ccc;
    border-bottom:none; 
}
#MenuNarrow li {
    padding: 0;
    margin-bottom: 0;
}
#MenuNarrow li > div {
    border: none;
    border-bottom: 1px solid #ccc;
}
li:hover .dxnb-item {
    border: 1px solid transparent;
    background-color: inherit;
}
#MenuNarrow li > a:hover {
    background-color: #3172AB;
    color: #fff;
}

.dxWeb_nbCollapse.dxnb-button::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f105";
    padding-left: 0.75rem;
}

/*===== Panels =====*/
.footer {
    display: flex;
    align-items: center;
    color: white;
}
.footer a:link, .footer a:visited {
    color: #fff;
}
.footer a:hover, .footer a:active {
    color: #c0c0c0;
}
.icon-headline {
    display: flex;
    align-items: center;
    margin-left: -49px;
}

/*===== Price list =====*/
.column {
    display: flex;
    flex-direction: column;
}
.row {
    display: flex;
    flex-direction: row;
}
.row .entity {
    width: 50%;
    text-align: left;
}
.row .price {
    width: 25%;
    text-align: end;
}
.row .annual-price {
    width: 25%;
    text-align: end;
}
.price .annual-price
{
    white-space: nowrap;
}
.module-item, .total, .headline {
    padding: 0.2rem 0;
}
.module-item:hover {
    background-color: #f7f7f7;
}
.module-item .price,
.module-item .annual-price {
    color: #999;
}

.module-item.checked .price,
.module-item.checked .annual-price {
    color: #000;
}
.software, .services, .total-sum {
    margin: 1.0rem 0 0.5rem 0;
}
.headline {
    font-weight: bold;
    padding-bottom: 0;
}
.total {
    font-weight: bold;
    background-color: #f0f0f0;
}
.total-sum .row {
    justify-content:  space-between;
}
.total-line {
    margin: 0;
}
.disabled {
    opacity: 0.7;
}
.button-group {
    margin: 1.0rem 0;
    text-align: left;
}
/*==================*/

.sitemap {
    display: none;
    float: right;
    padding-top: 0.25rem;
}

.tool-button {
    font-size: 1.6rem;
    width: auto;
    border: none;
    display: inline-block;
    padding: 0.75rem 1.1rem;
    text-align: center;
    overflow: hidden;
    color: inherit;
    background-color: inherit;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
}
.tool-button:hover {
    color: #000;
    background-color: #ccc;
}
.tool-button[disabled="disabled"], .tool-button:hover[disabled="disabled"], .tool-button:disabled {
    color: #ccc;
    background-color: inherit;
}
.tool-button span {
    font-size: 0.8rem;
    padding-left: 0.5rem;
}

/* ===== Button ===== */
.button {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    background-color: #e4e4e4;
    border-radius: 1rem;
    font-size: 1.0rem;
    transition: all 0.2s ease-out;
    border: 0;
    cursor: pointer;
}
.button-autowidth {
    width: auto;
}
.button:link, .button:visited {
    text-decoration: none;
}
.button:active {
    transform: scale(0.95);
}
.button:hover, .button:focus {
    color: #fcfcfc;
    background-color: #3172AB;
}

.button-trial {
    display: inline-block;
    width: auto;
    padding: 0.6rem 1.2rem;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #fcfcfc !important;
    background-color: #3172AB;
    border-radius: 1rem;
    font-size: 1.0rem;
    transition: all 0.2s ease-out;
}
.button-trial:link, .button-trial:visited {
    text-decoration: none;
}
.button-trial:hover {
    color: #fcfcfc;
    background-color: #666;
    box-shadow: 0 0.5rem 1.0rem 0 rgba(0,0,0,0.2),0 0.5rem 1.0rem 0 rgba(0,0,0,0.19)
}
.button-trial:active {
    transform: scale(0.95);
}
.panel-link {
    text-align: center;
    text-decoration: none;
    color: #333;
    background-color: #fcfcfc;
    display: block;
    padding: 0.5rem;
    border-radius: 0.5rem;
    align-self: stretch;
}
.panel-link:link, .panel-link:visited {
    text-decoration: none;
}
.panel-link:hover {
    color: #fcfcfc;
    background-color: #3172AB;
}

.linkedin-svg {
    width: auto;
    height: 56px;
    fill: #555;
    border: 3px solid #555;
    border-radius: 56px;
    transition: 0.25s ease-in;
    transition-property: border-color, background-color, fill;
}

.linkedin-svg:hover {
    background-color: #3172AB;
    fill: white;
    border-color: transparent;
}

.orcid-svg {
    width: auto;
    height: 56px;
    border-radius: 56px;
}

.orcid-svg:hover {
    border: 3px solid #555;
}

/* ===== Expand/collapse ===== */
.expand-panel {
    margin: 0.25rem 0;
    background-color: #fcfcfc;
}
.collapse {
    display: none;
    border-top: 2px solid #f0f0f0;
    padding: 0 2.0rem 1.0rem 2.0rem;
    background-color: #fcfcfc;
}
.user-list p {
    margin: 0 0 15px 0;
}
.user-recent {
    font-size: 1.1rem;
}
.region {
    width: 100%;
    margin: 0;
    padding: 0.25rem 0 0.25rem 0.25rem;
    text-align: left;
    cursor: pointer;
}
.region a {
    text-decoration:none;
}
.region img {
    width: 3.75rem;
    height: 3.75rem;
    border: none;
}
.region span {
    display: inline-block;
    text-align: left; 
    vertical-align: top; 
    min-width: 6.0rem;
    margin-top: 1.0rem;
    font-size: 1.3rem;
}
.region i {
    margin: 1.25rem 0.6rem;
}

.envir {
    width: 100%;
    margin: 0;
    text-align: left;
    cursor: pointer;
}
.envir .far {
    margin-left: 0;
}
.envir a {
    text-decoration: none;
}
.envir span {
    display: inline-block;
    text-align: left;
    vertical-align: super;
    min-width: 6.0rem;
    margin-top: 1.3rem;
    font-size: 1.3rem;
}
.envir i {
    margin: 1.25rem 0.6rem;
}
.envir i:first-child {
    vertical-align: super;
}

.note {
    width: 100%;
    margin: 0;
    padding: 0.25rem 0 0.25rem 0.25rem;
    text-align: left;
    cursor: pointer;
}
.note a {
    text-decoration: none;
}
.note span {
    display: inline-block;
    text-align: left;
    vertical-align: super;
    min-width: 6.0rem;
    margin-top: 0.5rem;
    font-size: 1.0rem;
}
.note i {
    margin: 0.5rem 0.6rem;
}
.note i:first-child 
{
    vertical-align: super;
}

.far {
    vertical-align: top;
    margin-right: 0.5rem;
}
.far-blue {
    color: #3172AB;
}

.icon-fw {
    display: flex;
    justify-content: flex-end;
    width: 40px;
}

.list-icon {
    float: left;
    text-align: center;
    width: 3.75rem;
}
.list-text {
    text-align: left;
    margin-bottom: 1.25rem;
}

.fa-quote-left {
    font-size: 0.8rem;
}
.fa-quote-right {
    font-size: 0.8rem;
}
.fa-external-link-alt::before, .fa-file-download::before
{
    padding-left: 0.5rem;
}


/* ===== MEDIA definitions ===== */
@media print {
    html, body, textarea {
        background-color: #fff;
        font-size: 90%;
    }
    form .page-header, .page, .footer, .fronttext-container {
        width: 100%;
    }
    form {
        margin: 0.5rem 0.5rem;
    }
    .noprint {
        display: none;
    }
    .print-expand {
        display: block !important;
    }
    .print-break-before {
        break-before: always;
        padding-top: 1.0rem;
    }
}
@media only screen and (min-width: 75rem)
{

}
@media handheld,only screen and (max-width: 60rem)
{
	html,body,textarea {
        font-size: 100%;
	}
	html, body {
        height: auto;
	}
    form .page-header, .page, .footer, .fronttext-container {
        width: 98%;
    } 
   	form {
        min-height: 100%;
   	}
    .nav-wide {
        display: none;
    }
    .nav-narrow {
        display: block;
    }
    .form-content {
        width: 100%;
    }
    .form-entry {
        width: 100%;
    }
    .form-label {
        min-width: 0;
        text-align: left;
        margin: 0.25rem 0;
    }
    .form-field {
        width: 100%;
    }
    .panel-slim {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .icon-headline {
        display: flex;
        align-items: center;
        margin-left: 0;
    }
    .icon-fw {
        display: block;
        justify-content: unset;
        width: auto;
    }
    .fronttext .button {
        margin-bottom: .5rem;
    }
}
@media handheld,only screen and (max-width: 50rem)
{
    .panel-front {
        height: auto;
    }
    .panel-left, .panel-right {
        float: left;
        width: 100%;
    }
    .panel-content-left, .panel-content-right {
        float: left;
        width: 100%;
    }
    .panel-content {
        margin: 0 0.25rem;
    }
    .flexbox {
         flex-direction: column; 
    }
}
@media handheld,only screen and (max-width: 40rem)
{
    form .page-header, .page, .footer, .fronttext-container {
        width: 97%;
    }
    .panel-slim {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media handheld,only screen and (max-width: 30rem)
{
}







