/* ubuntu-condensed-regular - latin */
@font-face {
    font-family: 'Ubuntu Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ubuntu-condensed-v10-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'),
         url('../fonts/ubuntu-condensed-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/ubuntu-condensed-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/ubuntu-condensed-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/ubuntu-condensed-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/ubuntu-condensed-v10-latin-regular.svg#UbuntuCondensed') format('svg'); /* Legacy iOS */
}
html {
    font-size: 20px;
    line-break: 24px;
}
body {
    font-family: 'Ubuntu Condensed';
    color: #4F4F4F;
}
#index-main {
    word-break: break-word;
}
img {
    max-width: 100%;
}
.container {
    max-width: 100%;
}
.container > .row {
    padding-right: 15px;
    padding-left: 15px;
}
.btn-os-app {
    border-color: transparent;
    width: 75%;
    min-width: 220px;
    padding: .2rem .375rem .3rem .75rem;
    font-weight: 400;
    line-height: 1.3;
}
.btn-os-lg-padding {
    padding-top: 13px;
    padding-bottom: 16px;
}
.banner-title {
    font-size: 17px;
}
.logo {
    width: 136px;
    padding: 5px 0;
}
.header-banner {
    padding-top: 3px;
    padding-bottom: 3px;
}
.text-os-blue,
a {
    color: #253E88;
}
.text-os-red {
    color: #C31924;
}
.underline {
    text-decoration: underline;
}
.bg-os-blue {
    background: #253E88;
}
.bg-os-red {
    background: #C31924;
}
.bg-os-red,
.bg-os-red a,
.bg-os-blue,
.bg-os-blue a,
.text-white {
    color: #fff;
}
.header-banner a {
    display: inline-block;
}
.header-banner a,
.header-banner a i {
    font-size: 26px;
}
.header-banner a,
.header-banner a i,
.menu-toggle {
    line-height: 26px;
}
.menu-toggle {
    font-size: 24px;
}
.header-banner a,
.menu-toggle,
.banner-title {
    padding-top: 3px;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #EBEBEB;
}
.footer-logo {
    position: absolute;
    left: 0;
    bottom: 0px;
}
.footer-os-slogen {
    text-align: right;
}
.link-sm {
    font-size: 16px;
    line-height: 18px;
}
.display-block {
    display: block;
}
.login-alert {
    margin-top: 20px;
}
.login-form {
    padding-top: 10vh;
}
.login-form input {
    margin-top: 5px;
    margin-bottom: 20px;
}
.submit-button {
    margin-top: 3vh;
}
.password-forgot {
    padding-top: 19px;
    display: block;
}
.handle-request {
    margin-top: 4vh;
}
#index-appointment-selection,
#main {
    margin-bottom: 120px;
}
.bg-os-fill {
    width: 100%;
}
.notice-text {
    font-size: 13px;
    line-height: 14px;
}
.password-forgott-form label,
.request-form label {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 16px;
}
.password-forgott-form .form-control,
.request-form .form-control {
    padding: 0px 8px;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 7px;
    height: 36px;
}
.alert.alert-danger {
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 9px;
    padding-right: 30px;
}
.alert-dismissible .close {
    padding: 0px 8px;
}
.login-form .alert.alert-danger {
    margin-top: -50px;
}
.patient_birthday {
    text-align: center;
}
.patient_datenschutz-hinweis a, .patient_datenschutz-text a {
    text-decoration: underline;
    color: #4F4F4F;
}
.patient_datenschutz-hinweis {
    padding-top: 10px;
}
.patient_datenschutz {
    padding-top: 15px;
}
.request-success {
    color: #253E88;
    text-align: center;
    margin-top: 10vh;
}
.font-30 {
    font-size: 30px;
    line-height: 34px;
}
.font-26 {
    font-size: 26px;
    line-height: 29px;
}
.check-icon i {
    font-size: 65px;
    margin-bottom: 10px;
}
.request-success .note-text {
    padding-top: 5vh;
}
.password-forgott-form .content-text {
    margin-top: 12vh;
    margin-bottom: 5vh;
}
.login-form #patient_id_before::before,
.login-form #patient_password_before::before {
    font-family: 'FontAwesome';
    color: #EBEBEB;
    position: absolute;
    bottom: 22px;
    left: 31px;
    font-size: 26px;
}
.login-form #patient_id_before::before {
    content: '\f007';
}
.login-form #patient_password_before::before {
    content: '\f023';
}
.login-form #patient_id,
.login-form #patient_password {
    border: 0;
    border-bottom: 2px solid #EBEBEB;
    border-radius: 0;
    padding-left: 57px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #253E88 !important;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
    font-size: 16px;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}
.form-control::-webkit-input-placeholder { /* Edge */
    color: #ccc;
}
.app-icon {
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
    position: relative;
    width: 91px;
    height: 91px;
}
.app-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 79px;
    background: #253E88;
}
.app-icon.text-os-red::before {
    background: #C31924;
}
#index-main {
    font-size: 18px;
    line-height: 20px;
}
#index-main .row {
    margin-bottom: 7vh;
}
#index-main {
    margin-top: 10vh;
    margin-bottom: 100px;
}
.app-icon {
    text-align: center;
}
.app-icon i {
    line-height: 91px;
    font-size: 45px;
    margin-top: 7px;
}
#menu {
    position: absolute;
    z-index: 9;
    background: #fff;
    color: #000;
    list-style: none;
    padding: 33px;
    margin: 0;
    top: 36px;
    left: -15px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
    padding-right: 17px;
}
#menu a {
    color: #4F4F4F;
    font-size: 20px;
    line-height: 22px;
}
#menu li {
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: 6px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 16px;
}
#menu li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.menu-toggle {
    cursor: pointer;
}
.table-condensed {
    width: 100%;
}
.datepicker table tr td span.timepicker-minute,
.datepicker table tr td span.timepicker-hour {
    width: 100% !important;
}
#index-appointment {
    margin-bottom: 100px;
}
#datepicker input {
    display: none;
}
.btn-os-app.bg-os-red.bg-os-fill {
    font-size: 23px;
}
/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
}
/* IMAGE STYLES */
[type="radio"] + div {
    cursor: pointer;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    padding: 8px;
    background: #CDCDCD;
    color: #fff;
}
/* CHECKED STYLES */
[type=radio]:checked + div {
    /* outline: 2px solid #f00; */
    background: #253E88;
}
.btn {
    font-size: 20px;
}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 26px;
}
#index-appointment-multi-selection {
    margin-bottom: 100px;
}
.appointment-extra-infos {
    font-size: 22px;
    line-height: 22px;
}
.link-back {
    display: block;
    margin-top: 30px;
    font-size: 22px;
    text-decoration: underline;
}
.footer-logo {
    bottom: -23px;
    width: 60px;
}
.request-form > .container > .row:first-child {
    padding-bottom: 40px;
}
.request-form > .container > .row:nth-child(3) {
    padding-top: 12px;
}
.request-form > .container > .row:nth-child(4) {
    padding-top: 40px;
}
.request-form > .container > .row:last-child {
    /* padding-top: 40px; */
}
.request-form {
    margin-top: 40px;
    font-size: 18px;
    line-height: 21px;
}
.small-phone-icon {
    padding: 5px 10px 4px 10px;
    border-top: 6px solid #253E88;
    display: inline-block;
    font-size: 25px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    margin: 6px;
}
.col-12.col-tel-icon {
    align-content: start;
    display: flex;
    padding-top: 3px;
}
#index-appointment-selection .request-form > .container > .row:nth-child(4) {
    padding-top: 10px;
}
#index-appointment-selection .request-form > .container > .row:nth-child(3) {
    padding-top: 40px;
}
#notification {
    margin-top: 10px;
}
.appoimentment-picker > div:first-child {
    padding: 10px;
}
.datepicker {
    padding: inherit;
}
.datepicker-decades,
.datepicker-years,
.datepicker-months,
.datepicker-days {
    padding-left: 22px;
    padding-right: 22px;
}
/* .datepicker table tr td.active.active {
    background: transparent;
    border-radius: 0;
} */
.datepicker-days tr th:nth-child(6),
.datepicker-days tr th:last-child,
.datepicker-days tr td:nth-child(6),
.datepicker-days tr td:last-child {
    display: none;
}
.datepicker .datepicker-days td {
    width: 38px;
    height: 38px;
    cursor: pointer;
}
.appoimentment-picker {
    max-width: 238px;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.25);
}
.datepicker th {
    height: 30px;
}
.dow {
    font-weight: normal;
    font-size: 19px;
    height: 40px !important;
    padding-top: 10px;
}
.datepicker-decades tr th.prev,
.datepicker-decades tr th.next,
.datepicker-years tr th.prev,
.datepicker-years tr th.next,
.datepicker-months tr th.prev,
.datepicker-months tr th.next,
.datepicker-days tr th.prev,
.datepicker-days tr th.next {
    cursor: pointer;
    display: inline-block;
    background: #4F4F4F;
    color:#fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.datepicker-decades tr th.next,
.datepicker-years tr th.next,
.datepicker-months tr th.next,
.datepicker-days tr th.next {
    float: right;
}
.datepicker-decades tr th.prev,
.datepicker-years tr th.prev,
.datepicker-months tr th.prev,
.datepicker-days tr th.prev {
    float: left;
}
.datepicker-decades > table,
.datepicker-years > table,
.datepicker-months > table,
.datepicker-days > table {
    margin-top: 10px;
}
.picker-switch {
    font-weight: 400;
    background: #EBEBEB;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {

    background: #253E88;
    border-radius: 50%;

}
.decade {
    line-height: 20px !important;
    padding-top: 7px;
}
.datepicker table tr td.today {
    /* background: #253E88; */
    background-image: url('/images/kreis-blau-100x100px.svg');
    color: #fff;
}
.datepicker .datepicker-days table tr td.active.active {
    /* background: #C31924; */
    background-image: url('/images/kreis-rot-100x100px.svg');
}
.datepicker table tr td.today,
.datepicker .datepicker-days table tr td.active.active {
    border-radius: 50%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center center;
}
.timepicker-picker .table-condensed {
    background: #EBEBEB;
    border-radius: 4px;
}
.timepicker-picker {
    padding: 0 15px 15px 15px;
}
.datepicker table tr td span {
    line-height: 20px;
    cursor: pointer;
}
.datepicker table tr td span {
    height: 20px;
}
.datepicker table tr td span.timepicker-minute,
.datepicker table tr td span.timepicker-hour {
    width: auto !important;
    display: inline-block;
    margin: 0 auto;
    float: none;
    padding: 4px;
    background: #fff;
    border-radius: 0;
    height: 26px;
    line-height: 16px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    padding-left: 6px;
    padding-right: 6px;
}
.timepicker-hours,
.timepicker-minutes {
    background: #EBEBEB;
    margin: 15px;
    padding: 6px;
}
.timepicker-hours .hour {
    height: 30px;
    cursor: pointer;
}
.request-form > .container > .row.ds {
    padding-top: 10px;
}
#patient_datenschutz {
    float: left;
    margin-right: 6px;
}
.timepicker.col-md-6,
.datepicker.col-md-6 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
}
.datepicker table tr td span.decade,
.datepicker table tr td span.year,
.datepicker table tr td span.month {
    height: 50px;
    line-height: 47px;
}
.timepicker-hour,
.timepicker-minute,
.picker-switch {
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
    .request-form .new-line {
        display: block;
        padding-top: 14px;
    }
}
.btn.btn-os-app.bg-os-red.bg-os-fill.submit-button.no-appoimentment {
    display: block;
    word-break: break-word;
    white-space: normal;
}
