/* 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;
    font-size: 18px;
    line-height: 1.3;
}
#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; */
    padding: .2rem .375rem .3rem .375rem;
    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 select,
.login-form input {
    margin-top: 5px;
    margin-bottom: 20px;
}
.submit-button {
    margin-top: 3vh;
}
.password-forgot {
    padding-top: 19px;
    display: inline-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;
}
.request-form textarea.form-control {
    height: auto;
    min-height: 70px;
    padding: 10px;
}
.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_typ_before::before,
.login-form #patient_password_before::before {
    font-family: 'FontAwesome';
    color: #6A6A6A;
    position: absolute;
    bottom: 22px;
    left: 31px;
    font-size: 26px;
}
.login-form #patient_typ_before::before {
    content: '\f1ad';
}
.login-form #patient_id_before::before {
    content: '\f007';
}
.login-form #patient_password_before::before {
    content: '\f023';
}
.login-form #patient_id,
.login-form #patient_typ,
.login-form #patient_password {
    border: 0;
    border-bottom: 2px solid #6A6A6A;
    border-radius: 0;
    padding-left: 57px;
}
.login-form #patient_typ {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* text-indent: 28px;
    padding-left: 0; */
}
.form-control:focus {
    box-shadow: none;
    border-color: #253E88 !important;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6A6A6A;
    opacity: 1; /* Firefox */
    font-size: 16px;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6A6A6A;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #6A6A6A;
}
.form-control::-webkit-input-placeholder { /* Edge */
    color: #6A6A6A;
}
.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: 50px;
    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: #727272;
    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;
}
.h3, h3 {
	font-size: 24px;
}
.h4, h4 {
	font-size: 22px;
}
#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;
}

.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 (min-width: 768px) {
    .request #main .container {
        max-width: 767px;
        margin-left: auto;
        margin-right: auto;
    }
    .sprachnachricht #index-main .container,
    .akuttermin #index-main .container,
    .appointment #index-appointment-multi-selection .container,
    .appointment-fachsprechstunde #index-appointment-selection .container,
    .appointment #index-appointment .container,
    .appointment #main {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
    .btn.btn-os-app {
        max-width: 300px;
    }
}
@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;
}
.request-form .employee {
    display: none;
}
.btn.btn-icon {
	/* border: 1px solid #ccc; */
	padding: 10px;
	padding-top: 0 !important;
    padding-bottom: 15px !important;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.2);
}
.title {
	margin-bottom: 40px;
}
.patient_doctor_thumbnail {
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #fff;
    width: 110px;
    height: 110px;
}
.row.row-patient-doctor {
	margin-bottom: 20px;
	padding-top: 0;
	padding-bottom: 0;
	background: #efefef;
}
.container > div:first-child {
	margin-top: 20px;
}
.container > div.row.row-patient-doctor {
    	margin-top: 0;
}
.btn.btn-icon img {
	max-width: 100px;
}
.row-sprachnachricht .app-call {
    font-size: 60px;
}
.row-sprachnachricht .sprachnachricht-text {
    font-size: 16px;
}
.mb-4, .my-4 {
	margin-bottom: 10px !important;
}
.row.row-sprachnachricht .border-top {
	border-top: 1px solid #ccc;
}
.page-fachsprechstunde .col-6 {
	margin-bottom: 30px !important;
}
.appoimentment-picker {
    max-width: 238px;
    display: block;
    margin: 0 auto;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.2);
    border-radius: 10px;
    /* box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.25); */
}
.appoimentment-picker > div:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.row.row-appointment-book .col-4.text-center,
.row.row-appointment-proposal .col-4 {
	padding-left: 5px;
	padding-right: 5px;
}
.row.row-appointment-book .col-4.text-center label,
.row.row-appointment-proposal label {
	width: 100%;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.2);
    border-radius: 10px;
    overflow: hidden;
}
.row.row-appointment-proposal .date-select-button {
	padding: 8px 2px;
}
.row.row-services .btn.btn-icon {
	padding-top: 17px !important;
    height: 100%;
}
.row.row-services .btn.btn-icon span {
    display: block;
    height: 80px;
}
.row.row-sprachnachricht {
	margin-top: 10px;
}
.container.patient-type-private .row.row-services {
	justify-content: center;
    margin: 0;
}
.collapse.show {
	display: block;
}
.card-body {
	padding: 10px;
}
.p-3 {
	padding: 10px !important;
}
.table-sm td, .table-sm th {
	padding: 0;
}
.card-header {
	padding: 5px 10px;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
	text-align: center;
}
@media only screen and (min-width: 768px) {
    #appointmentsAccordion {
        margin-bottom: 20px;
    }
}
.main.startseite {
	margin-bottom: 100px;
}
.appointment-dr-name {
	line-height: 1;
	min-height: 43px;
	display: flex;
	align-items: center;
    justify-content: center;
}
.hidden {
    display: none;
}
.visibility-hidden {
    visibility: hidden;
}
#transcrypt-message {
	width: 100%;
	background: #eee;
	border: 1px solid #555;
	padding: 4px;
	border-radius: 5px;
	margin: 10px 0 20px 0;
}
.record-controls-wrapper {
	padding-top: 20px;
}
button:disabled {
	pointer-events: none;
}
#stopButton,
#recordButton {
	border: 2px solid #000;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	color: #ffff;
}
#recordButton {
	background: #005100;
}
#stopButton {
	display: none;
	background: #510000;
	position: absolute;
	left: 0;
	top: 0;
}
#controls {
	display: inline-block;
    position: relative;
    height: 100px;
	width: 100px;
}
.audio-recorder-form {
    position: relative;
}
.audio-recorder-form-loading {
	/* position: absolute; */
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(0,0,0,.7);
    /* display: none; */
}
.audio-recorder-form-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}
.audio-recorder-form-loading {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.audio-recorder-form-loading.visible {
    opacity: 1;
    visibility: visible;
}
.pdfs-list {
	list-style: none;
	margin: 0;
	display: inline-flex;
	gap: 6px;
    padding-left: 0;
    flex-wrap: wrap;
    line-height: 1;
}
#stopwatch {
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 1;
	font-family: 'Arial';
}
.hinweis {
	font-size: 17px;
}
.row.row-appointment-proposal {
	justify-content: center;
}
.row.row-after-doctor {
	margin-top: 20px;
}
.btn.btn-icon.btn-mic {
	width: 100px;
	height: 100px;
	font-size: 69px;
	color: #253E88;
}
#termine-wrapper a.collapsed::after {
	content: '\f107';
    font-family: 'FontAwesome';
	position: absolute;
	right: 10px;
}
#termine-wrapper a::after {
	content: '\f106';
    font-family: 'FontAwesome';
	position: absolute;
	right: 10px;
}
.btn .pdf-sub-name {
    font-size: 16px;
}
.btn .pdf-sub-name,
.row.row-pdfs .btn {
	white-space: wrap;
}
footer .container > div:first-child {
	margin-top: 0;
}
.pdf-sub-name {
	hyphens: auto;
}
.appointment-location select {
    width:100%;
    max-width: 300px;
}
.appointment-location-select {
	margin: 20px 0;
}
.appointment-location {
	margin: 0;
}
