﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'euphemia_ucasregular';
    src: url('../font/euphemia_ucas_regular_2.6.6_0-webfont.eot');
    src: url('../font/euphemia_ucas_regular_2.6.6_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/euphemia_ucas_regular_2.6.6_0-webfont.woff') format('woff'),
        url('../font/euphemia_ucas_regular_2.6.6_0-webfont.ttf') format('truetype'),
        url('../font/euphemia_ucas_regular_2.6.6_0-webfont.svg#euphemia_ucasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'euphemia_ucasbold';
    src: url('../font/euphemia_ucas_bold_2.6.6_0-webfont.eot');
    src: url('../font/euphemia_ucas_bold_2.6.6_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/euphemia_ucas_bold_2.6.6_0-webfont.woff') format('woff'),
        url('../font/euphemia_ucas_bold_2.6.6_0-webfont.ttf') format('truetype'),
        url('../font/euphemia_ucas_bold_2.6.6_0-webfont.svg#euphemia_ucasbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'euphemia_ucasregular';
    font-size: 14px;
    color: #1d2e59;
    height: 100%;
    background-color: rgba(0, 0, 0, .05);
}

.btn-primary {
    background: #31bff8;
    border-color: #31bff8;
}

.btn-primary:hover,
.btn-success:hover {
    color: #fff;
    background-color: #1d2e59;
    border-color: #1d2e59;
}

.navbar-brand {
    font-size: 1.2rem;
}

.h3,
h3 {
    font-size: 1.7rem;
}

.h5,
h5 {
    font-size: 1.2rem;
}

#main .row {
    justify-content: space-between;
}

#main .col-sm-6.font-weight-bold {
    border-right: none;
    max-width: 49%;
    background: #fff;
    font-weight: 400 !important;
    border-radius: 10px;
    box-shadow: 0 0px 6px #1d2e593d;
    padding-top: 15px;
    padding-bottom: 15px;
}

.logout {
    width: 22px;
    margin-right: 10px;
    margin-top: -4px;
}

.table {
    color: #1d2e59;
}

.table td,
.table th {
    border-top: 0;
}

#tblUserData td {
    font-weight: 700;
}

#tblUserData td:nth-child(2n) {
    font-weight: 400;
}
.xsmall {
    font-size: 11px;
    margin-top: 30px;
}
.modal-body iframe {
    width: 100%;
    height: auto;
    min-height: 350px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .textfields {
        width: 110px !important;
    }
}

@media (max-width: 992px) {
    #btnDHLRetoure {
        width: 75% !important;
    }

    .container {
        max-width: 900px;
    }

    .nav-link {
        font-size: 14px;
    }

    .navbar-brand {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    #tblDeviceInfo {
        margin-top: 0px;
    }

    #btnDHLRetoure {
        width: 50% !important;
    }

    #btnChangeUserData {
        display: block;
        margin: 0 auto;
    }

    .imgZubehoer {
        max-width: 50%;
    }
    .modal-body iframe {
        min-height: 280px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
    border-bottom: none !important;
}

.bg-dark {
    background: #1d2e59 !important;
}

.signet {
    width: 85px;
    padding-right: 10px;
}

.navbar-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.navbar-dark .navbar-nav .nav-link {
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #31bff8 !important;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}

.navbar-nav .mr-3 {
    margin-right: 10px !important;
}

.navbar-nav .nav-item.mr-3:first-child .nav-link {
    color: #31bff8 !important;
}

#main h2 {
    font-weight: 700;
}

#main h3 {
    font-size: 24px;
    font-weight: 700;
    color: #31bff8;
}

#main .geraet h3 {
    color: #1d2e59;
    font-size: 20px;
}

#main .row.mt-3 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 6px #1d2e593d;
    padding-top: 15px;
    padding-bottom: 15px;
}

#main .row.mt-3 h5 {
    margin-top: 0;
}

.input-group-text,
.form-control {
    font-size: 14px;
}

.topseller .slick-prev,
.topseller .slick-next {
    top: inherit;
    bottom: -40px;
}

.saneo-slider .slider-inhalt {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
}

.topseller .inner {
    padding: 20px;
}

.topseller .slick-prev {
    left: 40%;
}

.topseller .slick-dots li button::before {
    font-size: 10px;
}

.topseller .slick-dots li.slick-active button:before {
    color: #31bff8;
}

.topseller .slick-dots li button:before {
    color: #31bff8;
}

.topseller .slick-next {
    right: 40%;
}

.topseller .slick-prev:before {
    background: url(../img/arrow-l.svg) no-repeat;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
}

.topseller .slick-next:before {
    background: url(../img/arrow-r.svg) no-repeat;
    content: '';
    display: block;
    width: 20px;
    height: 20px;

}

.topseller {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 6px #1d2e593d;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: -15px;
    margin-left: -15px;
}

.topseller h5 {
    color: #31bff8;
    font-weight: 700;
    margin-top: 0;
}

#main .row.mt-3 h4 {
    color: #31bff8;
    font-weight: 700;
}

#loading {
    background: #1d2e59e8 url(../img/tic-medizintechnik-logo-signet-nega.png) no-repeat center center;
    background-size: 120px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    color: #fff;
    font-size: 90px;
    text-indent: -9999em;
    width: 1em;
    border-radius: 100%;
    height: 1em;
    margin: 72px auto;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: 1.7s infinite load6, 1.7s infinite round;
    animation: 1.7s infinite load6, 1.7s infinite round;
}

@-webkit-keyframes load6 {

    0%,
    100%,
    5%,
    95% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }

    10%,
    59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }

    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }

    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }
}

@keyframes load6 {

    0%,
    100%,
    5%,
    95% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }

    10%,
    59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }

    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }

    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#main .row.mt-1 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 0 15px;
    padding: 30px 0;
}

#main .row.mt-1:last-child {
    border-bottom: 0;
}

a {
    color: #31bff8;
}

.footer {
    width: 100%;
    font-size: small;
    height: 30px;
    line-height: 30px;
    background-color: #1d2e59;
}

.footer a {
    color: #31bff8;
}

.navbar-dark .navbar-toggler {
    background: #31bff8;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#main {
    width: 100%;
    height: 100%;
    padding: 40px;
    padding-top: 100px;
}

#tblDeviceInfo td {
    border-top: 0px !important;
}

#tblUserData {
    padding-left: 0px !important;
    margin-left: -14px !important;
}

#tblUserData td {
    padding-left: 0px !important;
    padding: 0.25rem;
}

#tblUserData.table {
    margin-bottom: 0.5rem !important;
}

.accordion-header {
    background-color: rgba(0, 0, 0, .05);
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: background .30s ease-in-out;
    -moz-transition: background .30s ease-in-out;
    -webkit-transition: background .30s ease-in-out;
}

.accordion-header:hover {
    background-color: lightgray;
    color: black;
    text-decoration: none;
}

.accordion-text {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .05)
}

#preis {
    color: red;
    text-decoration: line-through;
}

#btnOrder {
    width: 300px;
}

#RetourenPage2,
#RetourenPage3,
#RetourenPage4 {
    display: none;
}

#btnRetoureSend,
#btnRetoureSendAPI,
#btnRetoureBack,
#btnRetoureBackAPI,
#btnRetoureClose {
    display: none;
}

.textfields {
    width: 135px;
}

.box-lieferadresse {
    display: none;
}

#mieteHelp {
    border-radius: 50%;
    background-color: #b3b3b3;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    font-weight: normal !important;
    vertical-align: super;
    cursor: pointer;
}

.round-active {
    border-radius: 50%;
    background-color: #007bff !important;
    display: inline-block;
    color: white;
    width: 35px;
    height: 35px;
    font-weight: bold;
    line-height: 2rem;
}

.round-inactive {
    border-radius: 50%;
    background-color: #b3b3b3;
    display: inline-block;
    color: white;
    width: 35px;
    height: 35px;
    font-weight: bold;
    line-height: 2rem;
}

.btn-secondary {
    background-color: #b3b3b3 !important;
    border-color: #b3b3b3 !important;
}

.btn-secondary:hover {
    background-color: #999999 !important;
}

.line-seperator {
    border-top: 1px solid black;
    display: inline-block;
    width: 35px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 4px;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

#wel-page2,
#wel-page2,
#wel-page3,
#wel-page4,
#wel-page5 {
    display: none;
}

#slider-loading {
    height: 226px;
}

.saneo-slider .slider-item {
    cursor: pointer;
    padding: 10px;
}

.slick-prev:before,
.slick-next:before {
    color: black !important;
}

.saneo-slider-info {
    text-align: center;
    color: #31bff8;
    font-size: small;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.saneo-slider-liefer {
    text-align: center;
    color: black;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.saneo-slider-price {
    margin-top: 10px;
    text-align: center;
    font-size: medium;
}

.slider-image {
    max-width: 120px;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-image-cnt {
    height: 150px;
    position: relative;
    margin: 0 auto;
}

.DOKS {
    color: #31bff8;
    cursor: pointer;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex2 {
    display: flex;
    align-items: flex-start;
}
#faqAccordion h5 {
    color: #1d2e59;
    font-size: 16px;
}

#faqAccordion .card-header {
    position: relative;
    border: none;
    padding: .5rem 45px .5rem 0 !important;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}

#faqAccordion .card-header:after {
    content: '+';
    position: absolute;
    font-size: 16px;
    top: 6px;
    right: 15px;
}

#faqAccordion .card-header:hover {
    background: #31bff8;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}

#faqAccordion .card.m-2 {
    border: none;
    border-radius: 5px !important;
}

#faqAccordion .collapse .card-body {
    background: rgba(0, 0, 0, .03);
}

#faqAccordion>.card .card-header {
    margin-bottom: 0;
}

#faqAccordion .flex img {
    width: 50%;
}

#kontakt-area .mt-1 a {
    color: #31bff8;
}

.btn-success {
    background: #31bff8;
    border-color: #31bff8;
}


#befragungModal .modal-body h5 {
    font-weight: 700;
}

.modal-body h2 {
    margin-top: 30px;
}

.modal-body h2:first-child {
    margin-top: 0;
}

.zubehoer .col-sm-2 {
    box-shadow: 0 3px 6px #c6c6c6;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.vdis {
    background-color: orangered;
}

.dis {
    background-color: sandybrown;
}

.neut {
    background-color: lightgreen;
}

.vsat {
    background-color: green;
}

.sat {
    background-color: limegreen;
}

.small,
small {
    font-size: 100%;
}

#txtMailChange {
    height: 38px;
}

#send_verification_again svg {
    color: #797a7b;
}

#warenkorb .input-group label {
    display: flex;
    align-items: flex-start;
}

#warenkorb .input-group .d-inline-block {
    padding-left: 10px;
}
#main .col-sm-6.font-weight-bold .col-sm-5 img {
    width: 100%;
}

@media (max-width: 991px) {
    h2 {
        font-size: 26px;
    }

    .h5,
    h5 {
        font-size: 18px;
    }
}

@media (max-width: 860px) {
    #main img {
        width: 100%;
        max-width: 150px;
    }
}

@media (max-width: 680px) {
    #main .col-sm-6.font-weight-bold {
        max-width: 100%;
        flex-basis: 100%;
    }

    #main .col-sm-6.font-weight-bold:first-child {
        margin-bottom: 15px;
    }

    .zubehoer .col-sm-2 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .zubehoer .col-sm-4 {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .zubehoer .float-right {
        float: none !important;
    }
}

@media (max-width: 620px) {
    #main {
        padding-top: 140px;
    }
}

@media (max-width: 580px) {

    body,
    .input-group-text,
    .form-control {
        font-size: 12px;
    }

    h2,
    #main h3,
    #main .row.mt-3 h4 {
        font-size: 20px;
    }

    .h5,
    h5 {
        font-size: 15px;
    }

    .tb {
        width: 95%;
    }

    .tb td {
        font-size: 11px;
    }

    #main .row.mt-1:first-of-type {
        padding-top: 0;
    }

    .zubehoer .col-sm-2 {
        flex-basis: 100%;
        max-width: 100%;
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, .1);
        margin-bottom: 15px;
    }

    .zubehoer .col-sm-6 {
        background: rgba(0, 0, 0, .05);
        padding: 12px !important;
        border-radius: 5px;
    }

    .zubehoer .col-sm-6 ul {
        margin-bottom: 0;
    }

    .zubehoer .d-inline-block {
        margin: 6px 0;
    }

    #faqAccordion h5 {
        font-size: 13px;
        font-weight: 700;
    }

    .textfields {
        width: 90px !important;
    }
}

@media (max-width: 575px) {
    #main {
        padding-top: 100px;
    }

    .nav-item:last-child {
        display: flex;
        justify-content: flex-end;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .topseller {
        padding-bottom: 50px;
    }

    #main .col-sm-6.font-weight-bold:last-child {
        padding-bottom: 0;
    }

    #main .col-sm-6.font-weight-bold:last-child .col-sm-5 {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #main .col-sm-6.font-weight-bold:last-child .col-sm-5 .btn {
        margin-bottom: 30px !important;
    }

    .geraet {
        background: rgba(0, 0, 0, .05);
        text-align: center;
        padding: 20px;
    }
}