@font-face {
    font-family: "Montserrat-Light";
    src: url("../font/Montserrat-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../font/Montserrat-Bold.ttf") format("truetype");
}

html,
body {
    /* touch-action: none; */
    /* -ms-touch-action: none; */
}

html,
body {
    position: fixed;
    overflow: hidden;
}

body > .mainwrapper {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    /* enables “momentum” (smooth) scrolling */
}

body {
    background-color: var(--color-3);
    color: #ffffff;
    width: 100%;
    font-family: "Montserrat-Light";
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    background-attachment: fixed;
    /*background-image: url('../img/Hintergrund_Verlauf-Dekstop@2x.png');*/
    background-image: url("../img/qarziba/Qarziba-Website_Background@2x.png");
}

input {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #152644;
    height: 2.5em;
    padding-left: 35px;
    padding-right: 15px;
    font-size: 1em;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

form {
    margin-bottom: 0.5em;
    /*height:2.2em;*/
}

a {
    color: #ffffff;
    text-decoration: none;
}

b {
    font-family: "Montserrat-Bold";
    font-weight: normal;
}

sup {
    position: relative;
    vertical-align: baseline;
    top: -0.4em;
    font-size: 0.8em;
}

sub {
    position: relative;
    vertical-align: baseline;
    bottom: -0.4em;
    font-size: 0.8em;
}

table {
    margin: 1% 0;
}

td,
th {
    border: 1px solid #ffffff;
    padding: 2%;
    vertical-align: middle;
    width: 15%;
}

.abstand {
    margin-top: 1em;
}

.abstandMobile {
    margin-top: 2em;
}

ul li,
ol li {
    /* color:#878787; */
    list-style-position: inside;
    padding-left: 1.28571429em;
    text-indent: -1.28571429em;
}

.dn {
    display: none !important;
}

.scrollable {
    overflow: hidden;
}

.bold {
    font-family: "Montserrat-Bold";
}

.infotext {
    margin-bottom: 2%;
}

.infotext p {
    margin-bottom: 2%;
}

.infotext .highlight {
    color: #f9ad1d;
    margin-top: 1em;
}

.infotext p.highlight {
    margin-bottom: 0;
}

.small {
    font-size: 0.5em;
}

#header {
    /* margin-top:2em; */
    /* margin-bottom: 2em; */
    /* margin-right:0.5em; */
    margin: 5%;
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
}

#headerLogin {
    /* margin-top:0.5em;
	margin-bottom: 2em;
	margin-right:2em;
	min-height:20%; */
}

#content {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    line-height: 1.5em;
    margin-bottom: 5em;
}

#content.login {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 80vh;
    padding-left: 10%;
}

#footer {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
    margin-top: 2em;
}

.tablehome {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 0.5em;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50px 50px;
    background-image: url("../img/icon-burger-menu@2x.png");
    cursor: pointer;
}

.tableinfo {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 0.5em;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50px 50px;
    background-image: url("../img/icon-info@2x.png");
    cursor: pointer;
}

.table_button {
    padding: 5px;
    display: inline-block;

    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;

    height: 50px;
    margin-left: 0.5em;
    background-color: orange;
    border-radius: 15px;
    cursor: pointer;
}

.table_button.dosisberechnung {
    /*width:100px;*/
}

.table_button.bedarf {
    /*width:100px;*/
}

.table_button.infusion_herstellen {
    /*width:100px;*/
}

.table_button.infusion_verabreichen {
    /*width:100px;*/
}

.tableback {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 0.5em;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: 15px 28px, 50px 50px;
    background-image: url("../img/pfeil-back@2x.png"), url("../img/icon-bg@2x.png");
    cursor: pointer;
}

.search {
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 18px 18px;
    background-image: url("../img/icon-suche@2x.png");
}

.ui-autocomplete {
    background-color: #ffffff;
    color: #151f3a;
    border: 1px solid #ffffff;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
}

.naviBtn {
    color: #f9ad1d;
    font-size: 1.5em;
    margin-bottom: 2em;
    font-family: "Montserrat-Bold";
}

.subtext {
    font-size: 0.8em;
    margin-bottom: 2em;
}

.kat {
    display: block;
    width: 97%;
    border: 2px solid #ffffff;
    border-radius: 15px;
    padding: 1%;
    margin-bottom: 2%;
}

.kat .katHl {
    min-height: 40px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center right 0.275em;
    background-size: 24px 2px;
    background-image: url("../img/btn-close@2x.png");
    cursor: pointer;
}

.kat.closed .katHl {
    background-size: 24px 24px;
    background-image: url("../img/btn-open@2x.png");
}

.kat.closed .subkat {
    display: none;
}

[data-lang-label="tki-all"].katHl {
    background: none !important;
}

[data-kat="tki-solo"] .subkatHl {
    background: none !important;
}

.subkat {
    width: 100%;
    color: #152644;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 1% auto;
}

.subkatHl {
    font-family: "Montserrat-Bold";
    color: #f9ad1d;
    padding: 1%;
    background-repeat: no-repeat;
    background-position: center right 2%;
    background-size: 29px 17px;
    background-image: url("../img/pfeil-hoch@2x.png");
    cursor: pointer;
}

.subkat.closed .subkatHl {
    background-image: url("../img/pfeil-runter@2x.png");
}

.subkatContent {
    display: flex;
    padding: 1%;
}

.subkat.closed .subkatContent {
    display: none;
}

.colorRow {
    width: 20%;
}

.color {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.dot {
    position: relative;
    top: -1px;
    width: 15px;
    height: 15px;
    min-width: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    /* box-shadow: 0 0 0 1px #ef9600; */
}

.green .dot {
    background-color: #57a725;
}

.orange .dot {
    background-color: #e59e2c;
}

.red .dot {
    background-color: #c7341a;
}

.blue .dot {
    background-color: #1c71e5;
}

.grey .dot {
    background-color: #727272;
}

.popupContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(21, 38, 68, 0.5);
}

.popupContent {
    width: 80%;
    /* height:80%; */
    background-color: #ffffff;
    color: #152644;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5% 0;
    /* border-radius: 15px; */
}

.popupContent .katHl,
.popupContent .subkatHl,
.popupContent .color {
    cursor: auto;
}

.popupContent.info {
    border-radius: 15px;
}

.popupContent .infoContent {
    width: 80%;
    margin: 2% auto;
}

.popupContent .supColor {
    width: 80%;
    margin: 2% auto;
    align-items: flex-start;
}

.closePopup {
    position: absolute;
    top: 1%;
    right: 1%;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px 35px;
    background-image: url("../img/Button-close-Desktop@2x.png");
    cursor: pointer;
}

.popup {
    position: fixed;
    z-index: 5;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background-color: #eef7f7; */
    /* color:#878787; */
    /* overflow-y: scroll; */
}

.popup .popupContent {
    width: 90%;
    height: 100%;
    background-color: rgba(21, 38, 68, 1);
    color: #ffffff;
    padding: 0 5%;
    align-items: flex-start;
}

.popup .popupContent.disclaimer {
    display: block;
    overflow: auto;
    padding: 0;
    width: 100%;
    height: 100%;
}

.popup .popupContent.disclaimer .disclaimerContent {
    margin: 5%;
}

.popup .popupContent.pflicht {
    display: block;
    overflow: auto;
    padding: 0;
    width: 100%;
    height: 100%;
}

.popup .popupContent.pflicht .pflichtContent {
    margin: 5%;
}

.popup .highlight {
    color: #f9ad1d;
}

.popup .kat {
    /* width:90%; */
}

.popup .color {
    align-items: flex-start;
}

.popup .dot {
    min-width: 15px;
}

.popup input::placeholder {
    /* color:#ffffff; */
}

.popup .closeMe {
    position: fixed;
    top: 1%;
    right: 2%;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 35px 35px;
    background-image: url("../img/Button-close-Desktop@2x.png");
    z-index: 10;
    cursor: pointer;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loginLink p {
    margin-bottom: 1em;
    cursor: pointer;
}

.loginHeader {
    font-family: "Montserrat-Bold";
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 2em;
    color: #f9ad1d;
}

.loginTitle {
    font-family: "Montserrat-Light";
    margin-bottom: 1em;
}

input.login {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    height: 3em;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: inline-block;
    width: 200px;
    cursor: pointer;
    color: var(--color-1);
}

.loginGo {
    background-color: #f9ad1d;
    color: #ffffff;
    font-family: "Montserrat-Bold";
    margin-top: 20px;
    margin-bottom: 50px;
}

.popupBtn {
    background-color: #f9ad1d;
    color: #ffffff;
    width: 100%;
    border-radius: 15px;
    margin: 1% auto;
    min-height: 50px;
    font-family: "Montserrat-Bold";
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.contactForm {
    text-align: center;
}

.contact {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    /* border:1px solid #00737d; */
    height: 2em;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: inline-block;
    width: 90%;
    margin-bottom: 1.5em;
}

#contactNr,
#contactPlz {
    width: 44.7%;
}

#serviceNr,
#servicePlz {
    width: 43.7%;
}

.buttons div {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    height: 2em;
    padding-left: 15px;
    padding-right: 15px;
    width: 90%;
    margin-bottom: 1.5em;
    color: #ffffff;
    background-color: #f9ad1d;
    font-family: "Montserrat-Bold";
    font-size: 1.1em;
    text-align: center;
    cursor: pointer;
}

.buttons div.lightgreen {
    background-color: rgba(255, 255, 255, 0.5);
}

.buttons div.reverse {
    background-color: #ffffff;
    color: #f9ad1d;
}

.error {
    color: #f9ad1d;
    font-size: 1.2em;
    font-family: "Montserrat-Bold";
    margin-bottom: 1em;
}

.legende .color {
    align-items: flex-start;
}

.legende .dot {
    top: 3px;
}

.topright {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.sayYesBtn {
    width: 80%;
    background-color: #f9ad1d;
    color: #ffffff;
    font-family: "Montserrat-Bold";
    -webkit-border-radius: 15px;
    border-radius: 15px;
    height: 2.2em;
    /* font-size: 16px; */
    /* line-height: 2.2em; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.searchResult {
    background-color: #ffffff;
    color: #152644;
    padding: 5%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchLeft {
    width: 25%;
    /* border-right: 2px solid #152644; */
}

.searchRight {
    flex: 1;
    padding: 0 5%;
    border-left: 2px solid #152644;
}

.searchRight .color {
    align-items: flex-start;
}

.searchRight .dot {
    top: 3px;
}

.searchRight .supInfo {
    font-size: 0.8em;
    margin-top: 5%;
}

.searchLegende {
    font-size: 0.8em;
    margin-top: 2%;
}

.searchTerms {
    font-size: 1.2em;
    margin-bottom: 5%;
}

.schwungLogin {
    position: fixed;
    top: 5vh;
    right: 0;
    width: 50vw;
    height: 90vh;

    bottom: 0;
    right: -20vw;
    width: 75vw;
    height: 70vh;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*background-image: url('../img/Schwung@2x.png');*/
    /*background-image: url('../img/qarziba/Gruppe_135.svg');*/
}

.login .loginHeader,
.login .loginForm,
.login .loginLink {
    z-index: 5;
}

.schwung {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 20%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../img/Schwung@2x.png");
}

.discColor .color,
.searchResult .color {
    cursor: auto;
}

#popupInstall.popup .popupContent {
    display: block;
    overflow: auto;
    /* padding: 5%; */
    height: 100%;
}

[data-subkat="ios"] .subkatContent,
[data-subkat="android"] .subkatContent {
    flex-direction: column;
    align-items: center;
}

.instructionImg {
    height: 450px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 220px 448px;
}

[data-subkat="android"][data-language="DE"] .instructionImg[data-step="1"] {
    background-image: url("../img/de/Android_Screenshot_1.png");
}

[data-subkat="android"][data-language="DE"] .instructionImg[data-step="2"] {
    background-image: url("../img/de/Android_Screenshot_2.png");
}

[data-subkat="android"][data-language="DE"] .instructionImg[data-step="3"] {
    background-image: url("../img/de/Android_Screenshot_3.png");
}

[data-subkat="android"][data-language="DE"] .instructionImg[data-step="4"] {
    background-image: url("../img/de/Android_Screenshot_4.png");
}

[data-subkat="ios"][data-language="DE"] .instructionImg[data-step="1"] {
    background-image: url("../img/de/iOS_Screenshot_1.png");
}

[data-subkat="ios"][data-language="DE"] .instructionImg[data-step="2"] {
    background-image: url("../img/de/iOS_Screenshot_2.png");
}

[data-subkat="ios"][data-language="DE"] .instructionImg[data-step="3"] {
    background-image: url("../img/de/iOS_Screenshot_3.png");
}

[data-subkat="ios"][data-language="DE"] .instructionImg[data-step="4"] {
    background-image: url("../img/de/iOS_Screenshot_4.png");
}

[data-subkat="android"][data-language="GB"] .instructionImg[data-step="1"] {
    background-image: url("../img/gb/Android_Screenshot_1.png");
}

[data-subkat="android"][data-language="GB"] .instructionImg[data-step="2"] {
    background-image: url("../img/gb/Android_Screenshot_2.png");
}

[data-subkat="android"][data-language="GB"] .instructionImg[data-step="3"] {
    background-image: url("../img/gb/Android_Screenshot_3.png");
}

[data-subkat="android"][data-language="GB"] .instructionImg[data-step="4"] {
    background-image: url("../img/gb/Android_Screenshot_4.png");
}

[data-subkat="ios"][data-language="GB"] .instructionImg[data-step="1"] {
    background-image: url("../img/gb/iOS_Screenshot_1.png");
}

[data-subkat="ios"][data-language="GB"] .instructionImg[data-step="2"] {
    background-image: url("../img/gb/iOS_Screenshot_2.png");
}

[data-subkat="ios"][data-language="GB"] .instructionImg[data-step="3"] {
    background-image: url("../img/gb/iOS_Screenshot_3.png");
}

[data-subkat="ios"][data-language="GB"] .instructionImg[data-step="4"] {
    background-image: url("../img/gb/iOS_Screenshot_4.png");
}

[data-subkat="android"][data-language="ES"] .instructionImg[data-step="1"] {
    background-image: url("../img/es/Android_Screenshot_1.png");
}

[data-subkat="android"][data-language="ES"] .instructionImg[data-step="2"] {
    background-image: url("../img/es/Android_Screenshot_2.png");
}

[data-subkat="android"][data-language="ES"] .instructionImg[data-step="3"] {
    background-image: url("../img/es/Android_Screenshot_3.png");
}

[data-subkat="android"][data-language="ES"] .instructionImg[data-step="4"] {
    background-image: url("../img/es/Android_Screenshot_4.png");
}

[data-subkat="ios"][data-language="ES"] .instructionImg[data-step="1"] {
    background-image: url("../img/es/iOS_Screenshot_1.png");
}

[data-subkat="ios"][data-language="ES"] .instructionImg[data-step="2"] {
    background-image: url("../img/es/iOS_Screenshot_2.png");
}

[data-subkat="ios"][data-language="ES"] .instructionImg[data-step="3"] {
    background-image: url("../img/es/iOS_Screenshot_3.png");
}

[data-subkat="ios"][data-language="ES"] .instructionImg[data-step="4"] {
    background-image: url("../img/es/iOS_Screenshot_4.png");
}

[data-subkat="android"][data-language="NL"] .instructionImg[data-step="1"] {
    background-image: url("../img/nl/Android_Screenshot_1.png");
}

[data-subkat="android"][data-language="NL"] .instructionImg[data-step="2"] {
    background-image: url("../img/nl/Android_Screenshot_2.png");
}

[data-subkat="android"][data-language="NL"] .instructionImg[data-step="3"] {
    background-image: url("../img/nl/Android_Screenshot_3.png");
}

[data-subkat="android"][data-language="NL"] .instructionImg[data-step="4"] {
    background-image: url("../img/nl/Android_Screenshot_4.png");
}

[data-subkat="ios"][data-language="NL"] .instructionImg[data-step="1"] {
    background-image: url("../img/nl/iOS_Screenshot_1.png");
}

[data-subkat="ios"][data-language="NL"] .instructionImg[data-step="2"] {
    background-image: url("../img/nl/iOS_Screenshot_2.png");
}

[data-subkat="ios"][data-language="NL"] .instructionImg[data-step="3"] {
    background-image: url("../img/nl/iOS_Screenshot_3.png");
}

[data-subkat="ios"][data-language="NL"] .instructionImg[data-step="4"] {
    background-image: url("../img/nl/iOS_Screenshot_4.png");
}

.dreieck {
    display: flex;
    align-items: center;
}

.dreieck .dreieckTxt {
    margin-top: 1em;
}

.dreieck .dreieckShow {
    font-size: 5em;
}
