/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@font-face {
    font-family: 'Calibri';
    src: url(../fonts/web/Calibri.eot);
    src:
        url(../fonts/web/Calibri.eot?#iefix) format('embedded-opentype'),
        url(../fonts/web/Calibri.woff) format('woff'),
        url(../fonts/web/Calibri.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url(../fonts/web/Calibri-Bold.eot);
    src:
        url(../fonts/web/Calibri-Bold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/web/Calibri-Bold.woff) format('woff'),
        url(../fonts/web/Calibri-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';

    src: url(../fonts/web/Calibri-Bold.eot);

    src:
        url(../fonts/web/Calibri-Bold.eot) format('eot'),
        url(../fonts/web/Calibri-Bold.woff) format('woff'),
        url(../fonts/web/Calibri-Bold.ttf) format('truetype');

    font-weight: 700;

    font-style: normal;
}
@font-face {
    font-family: 'Calibri';

    src: url(../fonts/web/Calibri.eot);

    src:
        url(../fonts/web/Calibri.eot) format('eot'),
        url(../fonts/web/Calibri.woff) format('woff'),
        url(../fonts/web/Calibri.ttf) format('truetype');

    font-weight: 400;

    font-style: normal;
}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/
/* font-family: 'Open Sans', sans-serif;
 font-family: 'Poppins', sans-serif; */
* {
    margin: 0;
    padding: 0;
}
html {
    background-color: transparent !important;
}
body {
    font-family: 'Calibri';
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}
/* Typography */
h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
    font-family: 'Calibri';
    font-style: normal;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: -0.5px;
    font-feature-settings: 'liga' off;
    color: #000000;
}
h3 {
    font-size: 34px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
p {
    position: relative;
    line-height: 1.8em;
}
.auto__container {
    position: relative;
    max-width: 1920px;
    padding: 0;
    margin: 0 auto;
}
.container {
    position: relative;
    max-width: 1420px;
    /*max-width:95%;*/
    padding: 0;
    margin: 0 auto;
}
.small__container {
    position: static;
    max-width: 1440px;
    padding: 0px 15px;
    margin: 0 auto;
}
.page__wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.centered {
    text-align: center;
}
.page__wrapper {
    position: relative;
    overflow: hidden;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: help;
}

/* table============================
==================================== */

tr.noBorder td {
    border-top-style: hidden;
}

.table {
    width: 90%;
}

.row__clickable td {
    cursor: pointer;
}

.row__clickable:hover td {
    background-color: #e0e0e0;
}

/* btn============================
==================================== */
.btn {
    color: #fbffff;
    font-family: Calibri;
    font-size: 25px;
    font-weight: 400;
    background: #104061;
    padding: 3px 10px;
    border-radius: 20px;
    line-height: 35px;
}

.btn:hover {
    scale: 101%;
    cursor: pointer;
}

.btn.disable {
    background: #5b6161;
}

.btn:disabled {
    background: #5b6161;
    cursor: not-allowed;
    opacity: 0.5;
}

.btn__one {
    color: #fbffff;
    font-size: 25px;
    font-weight: 400;
    background-color: #00aba4;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #ffffff;
}
/* header===============================
================================= */
.header__inner {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 50px 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}
.nav {
    display: flex;
    align-items: center;
}
.nav__link {
    margin-right: 20px;
    color: #1a5370;
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
}
.nav__link.selected {
    border-bottom: 2px solid #104061;
}
@media (max-width: 900px) {
    .nav {
        display: none;
    }
}
.shape {
    position: absolute;
    z-index: 0;
    top: -30px;
    right: -250px;
    max-width: 400px;
    opacity: 0.6;
}

.header__inner .btn {
    line-height: 28px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.username_header {
    line-height: 28px;
    font-size: 20px;
    color: #747f85;
    font-family: Calibri;
    font-weight: 400;
    padding-right: 20px;
}

.main {
    margin-top: 200px;
}
.main__inner {
    position: relative;
    background: rgba(221, 231, 230, 0.6);
    overflow: visible;
    height: 85%;
    /* margin-bottom: 15%; */
    margin: 0 0 15% 0;
}
.form__one {
    position: absolute;
    bottom: -70px;
    left: -100px;
    z-index: -1;
    width: 50%;
}
.form__two {
    position: absolute;
    bottom: -160px;
    left: -150px;
    z-index: -1;
    width: 50%;
}
.form__one img {
    width: 60%;
}
.form__two img {
    width: 60%;
}
/* .main__inner::before {
    /* background: RGBA(234,246,249,0.5);
    bottom: 0;
    z-index: -1;
    content: '';
    position: absolute;
    height: 100%;

    left: 8%;
    width: 92%;
} */

@media (max-width: 1500px) {
    .container {
        background-size: cover;
    }
    .main__inner::before {
        left: 0;
        width: 100%;
    }
}
@media (max-width: 1300px) {
    .form__one {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 50%;
    }
    .form__two {
        position: absolute;
        bottom: 0;
        left: 40px;
        z-index: -1;
        width: 50%;
    }
}
@media (max-width: 900px) {
    .form__one img {
        width: 150%;
    }
    .form__two img {
        width: 150%;
    }
}
/* first==================================
================================== */

.first {
    display: block;
    /* height: 50vh; */
    box-sizing: inherit;
}
@media (max-height: 900px) {
    .first {
        height: 70vh;
    }
}
@media (max-height: 700px) {
    .first {
        height: 100%;
    }
}
.first__inner {
    padding-top: 45px;
    padding-left: 45px;
}
.first__inner .title {
    /* Text style for "Willkommen" */
    color: #1a5370;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;

    line-height: 35px;
}

.first__inner .subtitle {
    color: #1a5370;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px;
}

.first__inner .text {
    color: #1a0202;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 50px;
    padding-bottom: 50px;
}
/* second======================================
=============================================== */
.second {
    /* display: none; */
    /* height: 60vh; */
    box-sizing: inherit;
}
@media (max-height: 1000px) {
    .second {
        height: 80vh;
    }
}
@media (max-height: 700px) {
    .second {
        height: 100%;
    }
}
.second__inner {
    padding-top: 45px;
    padding-left: 45px;
}
.second__inner .title {
    /* Text style for "Willkommen" */
    color: #1a5370;
    font-size: 40px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 30px;
}
.second__inner .text {
    color: #1a0202;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 50px;
    padding-bottom: 50px;
}
.links {
    color: #00aba4;
    font-family: Calibri;
    line-height: 30px;
}
/* third===============================
====================================== */
/* .third .small__container {
    background: rgba(234,246,249,5);

} */
.third {
    /* display: none; */
}
.third__inner {
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    padding-left: 45px;
    padding-right: 45px;
}
.third__inner .title {
    color: #1a5370;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 35px;
}
.third__inner .text {
    color: #1a0202;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.content {
    padding-bottom: 50px;
}

.products__container {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.image__container {
    /* position: relative; */
    padding: 20px;
}
.third .text__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 500px;
    padding: 20px;
    direction: ltr;
    /* background: rgba(221,231,230,0.6);*/
}
.third .text__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 500px;
    padding: 20px;
    direction: rtl;
}
.header_prod {
    border-bottom: 2px solid #5b6161;
    color: #5b6161;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    padding: 10px;
}

.header_prod .tooltiptextheader {
    visibility: hidden;
    width: 500px;
    font-size: 15pt;
    background-color: #104061;
    color: #fff;
    text-align: left;
    direction: ltr; /* to override rtl parent if necessary */
    border-radius: 6px;
    padding: 20px;
    position: absolute;
    z-index: 1;
    bottom: 100%; /* Position the tooltip above the text */
    left: 50%;
    margin-left: -100px; /* Center the tooltip */
    opacity: 0;
    transition: all 0.2s 1s ease; /* make tooltip appear after 1 secs and disappear after 0.2 secs */
    white-space: normal;
}

.header_prod .tooltiptextheader_right {
    margin-left: -420px;
}

.tooltip:hover .tooltiptextheader {
    visibility: visible;
    opacity: 1;
}

.menu_prod {
    color: #5b6161;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px;
}
.beta_text {
    color: #ff7ac9;
    font-weight: bold;
}
.menu_prod li {
    padding: 5px;
}
.menu_prod hr {
    border-top: 1px dashed #5b6161;
    margin: 1px 25px 1px 80px;
}
.menu_prod img {
    width: 20px;
    margin-right: 10px;
}
.third .inner__text:hover {
    scale: 110%;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
}
.third .mainsubtitle {
    color: #5b6161;
    font-weight: 500;
    margin-top: 10px;
}
.third .coming_soon {
    color: #a2adad;
}

.third .coming_soon:hover {
    color: #8c9999;
}

.third .text__right .tooltiptext {
    visibility: hidden;
    width: 150px;
    height: 850px;
    background-color: #104061;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}
.third .text__left .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #104061;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 55%;
}

.third .tooltiptext::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #104061 transparent transparent;
}

.third .inner__text:hover .tooltiptext {
    visibility: visible;
}

.ebene__bla {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.ebat__ebene {
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: -1;
}
@media (max-width: 1200px) {
    .third__inner {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }
    .second__inner {
        padding-left: 0;
    }
    .first__inner {
        padding-left: 0;
    }
    .left {
        width: 70%;
    }
    .right {
        width: 70%;
        margin-top: 30px;
        padding-bottom: 100px;
    }
    .third {
        height: auto;
    }
}
@media (max-width: 800px) {
    .left {
        width: 100%;
    }
    .third__inner {
        margin-left: 0;
    }
    .right {
        width: 100%;
        margin-top: 30px;
    }
}
/* fourth===============================
============================================== */
.fourth {
    /* display: none; */
    height: 100%;
}
.fourth .small__container {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.fourth__inner {
    padding-top: 45px;
    margin-left: 5%;
    width: 80%;
}
.fourth__inner .title {
    color: #1a5370;
    font-size: 40px;
    margin-bottom: 30px;

    font-weight: 400;
    line-height: 35px;
}

.fourth__inner .subtitle {
    color: #1a5370;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px;
}
.fourth__inner .text {
    color: #1a0202;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.fourth__inner .label {
    color: #1a0202;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    width: 150px;
}
.fourth__inner .btn__help {
    margin: 50px 0 30px 0;
}
.fourth__inner__right {
    padding-top: 20px;
    width: 45%;
}
.fourth__inner__small {
    width: 60%;
}
.addresses_container {
    display: flex;
}
.tick__row input[type='checkbox'] {
    width: 23px;
    height: 23px;
}
.form {
    display: flex;
    flex-direction: column;
}
.radio__row {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.radio__row_2 {
    align-items: center;
    margin: 5px 0;
}
.radio__row input[type='radio'] {
    margin-right: 18px;
    width: 22px;
    height: 22px;
}
.tick__row {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.tick__row_select_file {
    display: flex;
    align-items: center;
    margin: 5px 0;
    width: 600px;
}
.form .text {
    color: #1a0202;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 15px;
}
.form input[type='text'] {
    margin: 5px 0;
    padding: 1px 0 0 15px;
    border: 2px solid #000;
    color: #1a0202;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 43px;
}

.form input[type='text']:last-child {
    margin-left: 22px;
    width: 100%;
}
.form input::-moz-placeholder {
    color: #1a0202;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.form input::placeholder {
    color: #1a0202;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.form input:-ms-input-placeholder {
    color: #1a0202;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 15px;
}
.form input:-moz-placeholder {
    color: #1a0202;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 15px;
}
.form input::-webkit-input-placeholder {
    color: #1a0202;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 15px;
}
.check__box {
    display: flex;
    margin-bottom: 5px;
}
.fourth.left {
    width: 50%;
}
.fourth .check__box .right {
    width: 50%;
    direction: ltr;
    margin-left: 10px;
}
.check__box .title {
    font-weight: 700;
    font-size: 22px;
    color: #1a0202;
    line-height: 35px;
    text-transform: uppercase;
}
.check__box .text {
    color: #1a0202;
    margin-left: 15px;
    font-size: 22px;
    font-weight: 400;
    line-height: 44px;
}

#loading {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    /*background-color:rgb(213, 243, 240, 1);
    /*background-image: radial-gradient(rgb(0, 171, 164, 0.8), rgb(213, 243, 240, 0.8));*/
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition-duration: 1.5s;
    transition-property: 'opacity';
}

/* loader=============================
===================================== */
#messageLoader {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

#loader {
    border: 15px solid #f3f3f3;
    border-radius: 50%;
    border-top: 15px solid #00aba4; /* Safari */
    animation: spin 1s linear infinite;
    z-index: 1; /* Sit on top */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 25% auto; /* 15% from the top and centered */
    margin-bottom: 0px;
    width: 100px;
    height: 100px;
}

#percentage {
    z-index: 1; /* Sit on top */
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: x-large;
    font-weight: bold;
    color: #202222;
}
#percentage_text {
    z-index: 1; /* Sit on top */
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: large;
    font-weight: lighter;
    color: #202222;
}

/* Safari */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* footer=============================
===================================== */
.footer {
    background: none !important;
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-image: linear-gradient(to right, #00aba4 0%, #00aba4 28%, #d5f3f0 100%);
}
@media (max-width: 775px) {
    .footer__inner {
        flex-direction: column;
    }
}
.footer__inner .text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    margin-left: 15px;
}
.footer__inner .btn {
    border: none;
    width: 200px;
    color: #fbffff;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .footer {
        margin-left: 0;
        margin-right: 0;
    }
    .fourth__inner {
        width: 70%;
        padding-left: 0;
    }
}
@media (max-width: 1000px) {
    .fourth__inner {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 650px) {
    .fourth__inner {
        width: 100%;
        margin-left: 0;
    }
    .check__box {
        display: flex;
        flex-direction: column;
    }
    .fourth.left {
        width: 100%;
    }
    .fourth .check__box .right {
        width: 100%;
        direction: ltr;
    }
    .form input[type='text'] {
        font-size: 16px;
    }
}

/* hamburger */
.ham {
    position: relative;
    display: none;
}
@media (max-width: 900px) {
    .ham {
        display: block;
        margin-right: 15px;
    }
    .header__inner {
        padding: 15px;
    }
}
.ham.open .ham__btn {
    transform: translateX(-50px);
    background: transparent;
}
.ham.open .ham__btn::before {
    transform: rotate(45deg) translate(35px, -35px);
}
.ham.open .ham__btn::after {
    transform: rotate(-45deg) translate(35px, 35px);
}
.ham__btn {
    width: 35px;
    height: 5px;
    border-radius: 2px;
    background: #000;
    transition: 0.3s linear;
}
.ham__btn::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 5px;
    bottom: 5px;
    border-radius: 2px;
    background: #104061;
    transition: 0.3s linear;
}
.ham__btn::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 5px;
    top: 5px;

    border-radius: 2px;
    background: #000;
    transition: 0.3s linear;
}
.ham__btn::before {
    transform: translateY(-5px);
}
.ham__btn::after {
    transform: translateY(5px);
}
.js__menu {
    position: fixed;
    top: 95px;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 0;
    transition: 0.5s linear;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.js__menu-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 60%;
    transition: 1s linear;
    background: rgba(221, 231, 230, 1);
    background-repeat: no-repeat;
    background-size: cover;
}
.js__menu-inner {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #000;
    transition: 0.2s linear;
    color: #000;
    font-weight: 700;
    font-size: 24px;
}
.js__menu-inner:hover {
    background: #00a6c4;
    text-decoration: none;
}
.js__menu-inner a {
    font-size: 18px;
    font-weight: 400;
    color: white;
    text-decoration: none;
}
.show__menu {
    width: 100%;
    flex-direction: column;
    opacity: 1;
}
@media (max-width: 600px) {
    .js__menu-bg {
        left: 20%;
    }
    .logo {
        width: 60%;
        opacity: 1;
        transition-duration: 0.5s;
        transition-property: 'opacity';
    }
}

#page_footer {
    display: flex;
    justify-content: center;
}

#message {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

#message-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 20px;
}

#confirmation {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

#confirmation-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
}

confirmation-text {
    font-size: 20px;
}

#confirmation {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

#confirmation-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
}

confirmation-text {
    font-size: 20px;
}

.notification-text {
    font-size: 28px;
    font-weight: bold;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Interaction */
#top_bar {
    background-color: #6e84a3;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    font: bold 12px Helvetica;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px outset;
    display: none;
}
#status {
    font-family: Calibri;
    font-size: 23px;
    font-weight: 400;
}

#ttl_session {
    float: right;
    font-family: Calibri;
    font-size: 23px;
    font-weight: 400;
}

.screen {
    flex: 1; /*fill remaining space #ebf1f1*/
    /*border: 20px solid #ebf1f1;*/
    /*border-radius: 50px;*/
    position: relative;
    height: 950px;
    margin: 5%;
    width: 90%;
    /*box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
}

#scr1 {
    /*#box-shadow: 0 -50px #a5ce35 inset;*/
}

#can1 {
    /*box-shadow: 0 -50px #bd34a6 inset;*/
}

#can2 {
    z-index: 100;
    position: relative;
    box-shadow: 0 -50px #101b83 inset;
    background: transparent;
}

#fourth8 {
    height: 1200px;
}

input[type='number'],
select {
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #6e84a3;
    border-radius: 4px;
    box-sizing: border-box;
}

/*
.disconnect_btn {
    align-items: center;
    justify-content: space-around;
    }
@media (max-width:775px) {
   .disconnect_btn {
       flex-direction: column;
   }
}
.disconnect_btn .text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    margin-left: 15px;
}
.disconnect_btn .btn {
    width: 200px;
    color: #fbffff;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
}

#disconnect_btn{
    display: none;
}
*/

.hover:hover {
    scale: 101%;
    cursor: pointer;
}

#form_postprocessing {
    margin-left: 20px;
    padding: 10px 15px 15px 15px;
    width: 60%;
    border: 1px solid #6e84a3;
    border-radius: 16px;
}

.form_postprocessing .btn {
    margin-left: 50px;
}

.amDAFOorders_box {
    margin-left: 20px;
    padding: 10px 15px 15px 15px;
    border: 1px solid #1a5370;
    border-radius: 16px;
}

#amDAFOorders_box {
    margin-left: 20px;
    padding: 10px 15px 15px 15px;
    border: 1px solid #1a5370;
    border-radius: 16px;
}

.input_liefer {
    width: 90%;
    padding: 2px 10px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.container_left {
    text-align: left;
    flex: 1;
}

.container_right {
    text-align: right;
    flex: 1;
}

.note {
    width: 100%;
    padding: 10px 10px;
    margin: 10px 0;
    height: 75px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

a.button.custom_delete_button {
    background-color: #d754a3;
    color: white;
    border: none;
}

a.button.custom_confirm_button {
    background-color: #85cfcc;
    color: black;
}

.custom-dropdown select {
    width: 50%;
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.custom-dropdown select:focus {
    border-color: #4caf50;
    box-shadow: 0 0 10px rgba(0, 128, 0, 0.2);
}

.custom-dropdown select option {
    padding: 10px;
}

.ok-button,
.cancel-button {
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
}

.ok-button {
    background-color: #00aba4;
    color: white;
    margin-right: 20px;
}

.cancel-button {
    background-color: #ff7ac9;
    color: white;
}

.text-muted {
    color: #5b6161;
    font-size: 1rem;
    font-weight: 400;
}

