html {
    font-size: 100%;
}

body.wait *, body.wait {
    cursor: progress !important;
}

body {
    background-color: #f1f4fb !important;
    min-height: 100vh;
    position: relative;
    padding-bottom: 112px;
}

h1, h2, h3, h4, h5, h6, .card.card-home {
    color: #4793C9 !important;
}

.card-home ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

label {
    display: inline-block;
    margin-bottom: .2rem !important;
}

.haevg-form input, .haevg-form textarea, .haevg-form select, .alert-haevg, .btn-haevg-col {
    border-radius: 4px;
    color: #0067b1 !important;
    background-color: #dae8f2;
}

.haevg-form input:focus, .haevg-form textarea:focus, .haevg-form select:focus {
    border-radius: 4px;
    color: #0f2e45 !important;
    background-color: #dae8f2;
}

.haevg-btn {
    border-radius: 4px !important;
    background-color: #0067B1 !important;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    min-height: 2.35em;
}

.haevg-btn:hover {
    background-color: #4793c9 !important;
}

.haevg-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.haevg-btn:disabled {
    background-color: white !important;
    color: #ccc !important;
}

a.haevg-btn, input.haevg-btn {
    color: white !important;
}

.min-width-170 {
    min-width: 170px;
}

.min-height-160 {
    min-height: 160px !important;
}

.min-height-110 {
    min-height: 110px !important;
}

.min-height-280 {
    min-height: 280px !important;
}

.min-height-320 {
    min-height: 320px !important;
}

#apWrapper {
    max-width: 1440px;
}

#navbarNavDropdown {
    align-items: flex-end;
}

#navbarCurrUserContainer {
    min-height: 33px;
}

.heavg-nav {
    background-color: #fffffd !important;
    border-bottom: 2px solid #0969b2;
    min-height: 5em;
    font-size: 18px;
}

.arzt_arzt_icon {
    text-align: center;
    padding: 18% !important;
    background: url("../img/arzt_arzt.svg") no-repeat;
    background-position: center;
    transition: all .2s ease-in-out;
    margin-bottom: 2% !important;
}

.arzt_arzt_icon:hover {
    background: url("../img/arzt_arzt_hover.svg") no-repeat;
    background-position: center;
    transform: scale(1.1);
}

.nav-item a {
    color: #0067B1 !important
}

.nav-item a:hover {
    background-color: #b9d3ed;
}

.card {
    border-radius: 4px !important;
    border: 1px solid #8db0c9 !important;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 103, 177, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 103, 177, 0.15);
}

a#crumbTitle {
    font-size: 10px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #222222;
}

.crumbItem a:hover, .crumbItem a:focus {
    color: #0067b1 !important;
}

#apFooter {
    background-color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.footer a, .card a {
    color: #0067B1 !important;
    text-decoration: underline;
}

.padding_5 {
    padding: 5px !important;
}

.padding_10 {
    padding: 10px !important;
}

.padding-top_5 {
    padding-top: 5px !important;
}

.padding-top_10 {
    padding-top: 10px !important;
}

.padding-bottom_10 {
    padding-bottom: 10px !important;
}

.padding-bottom_13 {
    padding-bottom: 13px !important;
}

.padding-bottom_20 {
    padding-bottom: 20px !important;
}

.margin-top_10 {
    margin-top: 10px !important;
}

.margin-top_20 {
    margin-top: 20px !important;
}

.margin-bottom_10 {
    margin-bottom: 10px !important;
}

.margin-bottom_20 {
    margin-bottom: 20px !important;
}

.kc-login-btn {
    width: 50%;
}

input.kc-login-btn:focus {
    color: white !important;
}

input.not-checked-kc-login-btn {
    color: #0067b1 !important;
    background-color: #ececec !important;
}

.left-login-btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.right-login-btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

@media print {
    .hide-on-print, .hide-on-print * {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    #footerLinkContainer {
        display: block !important;
        text-align: center;
    }

    .no-mp {
        margin: 0 !important;
        padding: 0 !important;
    }

    nav.navbar {
        padding: 20px 0;
    }

    .logo-width-sm {
        width: 230px !important;
    }
}

@media only screen and (max-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .logo-width-sm {
        width: 150px !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) {
    nav.navbar {
        padding: 20px 0;
    }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0067b1 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0067b1 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #0067b1 !important;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

::-webkit-scrollbar {
    height: 7px;
    width: 7px;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(245, 245, 245, 1) 0%, rgba(195, 195, 195, 1) 97%);
}

::-webkit-scrollbar-thumb {
    background: #0067b1;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #0067b1 !important;
}

/* CSS Style for Hausarztsuche */
.home-icon {
    text-align: center;
    font-size: 3em;
    font-family: 'Arzt-Font';
    color: #0067B1;
}

.home-title {
    margin-top: 10px;
}

.home-title::before {
    content: "i";
    font-family: 'Arzt-Font';
    display: inline-block;
    color: #0067B1;
    margin-right: 6px;
}

.no-padding {padding: 0 !important;}
.padding-bottom_5 {padding-bottom: 5px !important;}
.padding-bottom_10 {padding-bottom: 10px !important;}

.margin-bottom_5 {margin-bottom: 5px !important;}
.margin-bottom_8 {margin-bottom: 8px !important;}
.margin-bottom_10 {margin-bottom: 10px !important;}
