﻿/* FOX */
@media screen and (max-width: 640px), (max-width: 992px), (max-width: 767.98px) {

    .foxapp-header {
        top: 0px;
        padding: 0px;
    }

    .home-header-row {
        margin-top: 50px;
    }

    #login-container {
        margin-top: 20px;
    }

    .boxes .box {
        padding: 20px;
    }

    .boxes .short-presentation-box p {
        font-size: 15px;
    }
}

footer a.nav-link {
    color: white;
}

footer a.malask-link {
    color: white;
    text-decoration: underline;
}



.foxapp-header-subpage {
    top: 0px;
}

.header-navigation-subpage {
    height: 182px;
    display: block;
}

.padding-top-50 {
    padding-top: 50px;
}

footer {
    padding: 100px 0;
}

.boxes-row-arzt .box {
    min-height: 470px;
}

@media screen and (max-width: 992px) {
    .cookiefirst-root .cfGMLl {
        bottom: 45px;
        right: 15px;
        left: unset;
    }

    #request-ticket-outer-wrap {
        min-height: 400px;
    }
}

@media screen and (max-width: 640px) {
    .header-navigation-subpage {
        height: 110px;
        background-color: none;
    }

    footer {
        padding: 20px 0;
    }

    .boxes-row-arzt .box {
        min-height: 310px;
    }
}

.contact-info p {
    font-size: 18px;
    line-height: 30px;
    display: block
}

.footer-logo {
    margin-bottom: 0px;
}

.short-presentation-box {
    height: 365px;
}

@media (max-width: 640px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }

    .home-header-row {
        text-align: center;
    }

    .slide .content-bottom {
        padding-top: 120px;
    }
}

@media (max-width: 767.98px) {
    .slide:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 0;
        border-right: 0px;
        border-top: 0px;
        width: 0;
        z-index: 0;
    }

    .slide .content-bottom {
        padding-top: 140px;
    }

    .enter-ticket-inner .btn {
        width: 90%;
    }

    #boxes {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .enter-ticket-inner .btn {
        width: 90%;
    }

    .short-presentation-box {
        height: auto;
    }

    .gray-panel {
        margin-top: 10px;
        background: rgba(158, 158, 158, 0.1);
        padding: 5px 30px 15px 30px;
        margin-bottom: 30px;
    }

        .gray-panel p {
            margin-bottom: 0px;
        }

    .enter-ticket-inner input[type=text] {
        height: 50px;
    }

    #discard-own-ticket {
        font-size: 14px;
        text-transform: none;
        border-radius: 50px;
        padding: 15px 45px;
        background-color: #dc3545;
        border-color: #dc3545;
        background: #dc3545;
    }


    /* Codeswitch Firefox */
    @supports ( -moz-appearance:none ) or (-webkit-appearance:none) or (-webkit-touch-callout: none) {
        .enter-ticket-inner .btn {
            padding-left: 45px;
            padding-right: 45px;
        }
    }
}

#discard-own-ticket, #resume-client-dashboard .btn-primary {
    padding: 11px;
    border-radius: 5px;
    font-size: 1.25rem;
    line-height: 1.5;
}

@media screen and (max-width: 640px) {
    .home-enter-ticket-inner .btn, .enter-ticket-inner .btn {
        width: 100%;
    }

    #discard-own-ticket {
        padding: 15px 15px;
    }

    .gray-panel {
        margin-bottom: 15px;
    }
    /* Codeswitch Firefox */
    @supports ( -moz-appearance:none ) or (-webkit-appearance:none) or (-webkit-touch-callout: none) {
        #foxapp_menu .img-fluid {
            width: 200px;
        }

        .home-header-row {
            margin-top: 0px;
        }

        .slide .content-bottom {
            padding-top: 100px;
        }

        .home-enter-ticket-inner .btn, .enter-ticket-inner .btn {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
}


.boxes-customer-type {
    background-color: #02416c;
}

.boxes-customer-type-intro {
    color: white;
    font-size: 18px;
}

.short-presentation-box-customer-type {
    height: 220px;
}

    .short-presentation-box-customer-type .icon svg {
        margin-left: -9px;
    }

.box-customer-type-inactive .box:after {
    width: 100%;
    height: 15px;
}

.box-customer-type-active .box {
    /*background: lightgrey;*/
    background: white;
    border-top-right-radius: 20px;
}


    .box-customer-type-active .box h4 {
        color: black;
    }

.box-customer-type-inactive .box {
    /*background: grey;*/
    background: lightgrey;
}

    .box-customer-type-inactive .box:hover {
        cursor: pointer;
        background: #022D40;
        border-left: 1px solid grey;
        border-top: 1px solid grey;
        border-right: 1px solid grey;
    }

@media (min-width: 768px) {
    .box-customer-type-inactive .box h4,
    .box-customer-type-active .box h4 {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .boxes-customer-type .box {
        margin-bottom: 0px;
    }
}

@media (max-width: 640px) {
    .box-customer-type-inactive .box h4,
    .box-customer-type-active .box h4 {
        font-size: 16px;
    }

    .short-presentation-box-customer-type {
        height: 195px;
    }
}

@media only screen and (min-device-width : 411px) and (max-device-width : 539px) {
    .box-customer-type-inactive .box h4,
    .box-customer-type-active .box h4 {
        font-size: 14px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 360px) {
    .box-customer-type-inactive .box h4,
    .box-customer-type-active .box h4 {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .box-customer-type-inactive .box,
    .box-customer-type-active .box {
        padding: 10px;
    }
}

@media only screen and (min-device-width : 576px) and (max-device-width : 768px) {
    .short-presentation-box-customer-type h4 {
        font-size: 22px;
    }
}

header h1 {
    font-size: 12px;
    display: inline;
    color: white;
    position: absolute;
    top: 112px;
    left: 114px;
}

@media (max-width: 640px) {
    header h1 {
        top: 65px;
        left: 64px;
    }
}

@media (max-width: 320px) {
    header h1 {
        display: none;
    }
}

ul.with-discs {
    list-style-type: disc;
}

.clients-testimonial .testimonial-slider .item .client-testimonial p:before,
.clients-testimonial .testimonial-slider .item .client-testimonial p:after {
    content: '';
}

.clients-testimonial .testimonial-slider .item .client-testimonial:after {
    border-top: 15px solid transparent;
    border-right: 15px solid #022D40;
    border-bottom: 15px solid transparent;
    left: -30px;
    bottom: 145px;
}

.clients-testimonial .testimonial-slider .item .client-info figure {
    width: 100%;
    height: auto;
    border: 0px;
    border-radius: 0px;
}

/* BEGIN BLOG */
aside.sidebar .follow-me ul li a {
    width: 45px;
    height: 46px;
    line-height: 50px;
}

ul.blog-list {
    list-style-type: none;
    padding-left: 0px;
}
/* END BLOG */

/* BEGIN Index Companies Queue Type*/

.index-companies-queue-type {
    background: white;
    padding: 2em 1em;
    border-radius: 50px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 2px solid #02416c;
    opacity: 1;
    outline: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    color: black;
}

.index-companies-queue-type-inner-wrap {
    min-height: 353px;
}

.index-companies-queue-type span {
    margin-bottom: 20px;
    display: inline-block;
}

.index-companies-queue-type h4 {
    margin-top: 20px;
    color: #382a44;
    font-weight: bold;
    font-size: 20px;
}

.index-companies-queue-type p.index-companies-queue-type-description {
    margin: 0 auto;
    color: black;
    line-height: 21px;
}


.index-companies-queue-type:hover {
    background-color: #02416c;
    color: white;
}

    .index-companies-queue-type:hover p,
    .index-companies-queue-type:hover h4,
    .index-companies-queue-type:hover ul.index-companies-queue-type-features li,
    .index-companies-queue-type:hover a {
        color: white;
    }

ul.index-companies-queue-type-features {
    list-style-type: none;
    text-align: left;
    margin-left: 15px;
}

    ul.index-companies-queue-type-features li {
        text-indent: -27px;
        color: black;
    }


a.button-more-details {
    display: block;
    background-color: #382a44;
    border: 2px solid #382a44;
    color: white;
    transition: 0.3s;
    font-weight: bold;
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

    a.button-more-details:hover {
        background-color: white;
        color: #382a44;
    }



/** BEGIN index companies queue type*/

.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
}

    .breadcrumb a {
        font-size: 17px;
        font-weight: bold;
        text-decoration: underline;
    }
    .breadcrumb li.active {
        font-size: 17px;
        font-weight: bold;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: "\00BB";
}

@media (max-width: 1399.98px) {
    .index-companies-queue-type-inner-wrap {
        min-height: 447px;
    }
}

@media (max-width: 1199.98px) {
    .index-companies-queue-type {
        min-height: 488px;
    }
}

@media (max-width: 991.98px) {
    .index-companies-queue-type-inner-wrap {
        min-height: 407px;
    }

    .index-companies-queue-type p.index-companies-queue-type-description {
        min-height: 90px;
    }
}

@media (max-width: 850px) {
    .index-companies-queue-type-inner-wrap {
        min-height: 475px;
    }
}

@media (max-width: 767.98px) {
    .index-companies-queue-type-inner-wrap {
        min-height: 455px;
    }
}

@media (max-width: 767.98px) {
    .index-companies-queue-type-inner-wrap {
        min-height: auto;
    }
}


@media (max-width: 575.98px) {
    .index-companies-queue-type-inner-wrap {
        min-height: auto;
    }
}

@media (max-width: 375.98px) {
    .index-companies-queue-type-inner-wrap {
        min-height: auto;
    }
}

/* END Index Companies Queue Type*/

p.section-title-smaller {
    font-size: 16px;
}

.button-smartwarten-companies {
    width: 350px;
}

.index-user-queue-type-outer {
    background-color: #F6F6F6;
    max-width: 750px;
    margin: auto;
    padding: 20px;
    border-top-right-radius: 20px;
}

.index-user-queue-type-details-link {
    text-decoration: underline;
    font-weight: bold;
}

.index-user-queue-type-icon {
    margin-top: 40px;
}

.body-inner-wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content-container {
    flex-grow: 1;
}

.testimonial-slider a.reference-link {
    font-weight: bold;
    text-decoration: underline;
    color: white;
}

span.underline {
    text-decoration: underline;
}

.messe-step-counter {
    font-weight: bold;
}

#messe label {
    font-weight: bold;
}

#messe textarea {
    height: 100px;
}

.flag-icon-ar {
    background-image: url(../../img/languages/arabic.png);
}

#joinqueue-confirm-container #dataPrivacyLink {
    text-decoration: underline;
}

#joinqueue-confirm-container .error {
    color: red;
}