/*
**  - Reusable  CSS classes
**  - General layout
**  - Single page customization
**  - Customization for core modules
 */

html {
    font-family: 'Fira Sans';
}

    /**************************************************/
/** Reusable CSS classes - Begin   ***************/
/************************************************/
.flex-row {
    display: flex;
}
.header-img-50 {
    max-width: 50%;
}
.header-text-50 {
    max-width: 50%;
}

.font-wso-red {
    color: #903;
}
.padding-15 {
    padding: 15px;
}
/** Reusable CSS classes - End   ***************/

#system-message-container {
    margin-top: 1%;
}

/* Pruefen ob in Verwendung (Loeschen) - Begin */
.master-headline {
    background-color: #903;
    color: white;
    padding: 15px;
    border-radius: 5px;
    margin-left:0!important;
}
.master-headline h2, .master-headline em {
    color: #fff!important;
}
.master-headline h4  {
    margin-top: 15px;
    color: #fff!important;
}
/* Pruefen ob in Verwendung (Loeschen) - Ende */

/*************************************************/
/** General layout ******************************/
/***********************************************/
@media (min-width: 960px) {
    /* Breadcrumb */
    .uk-section {
        padding-top: 15px;
    }
    .uk-margin-medium-bottom {
        margin-bottom: 15px!important;
    }
}

#tm-main {
    padding-top: 0!important;
}

h1, h2, h3, h4, h5 {
    font-family: Fira Sans Condensed!important;
}

.uk-card .el-meta,
.uk-card .el-title,
.uk-card .el-content {
    padding: 0 0.8rem;
}

.uk-link, a {
    color: #903;
}
.uk-link:hover, a:hover {
    color: #bc1e3a;
}

/* Custom css for submenue */
.uk-navbar-dropdown {
    width: 280px;
}

/* MAUTIC FORM - BEGIN  */
/* Custom css newsletter form (footer) */
@media only screen and (min-width: 768px) {
    #mauticform_wrapper_newsletterformwsowebsiteosteonewsmitoptin .mauticform-page-wrapper.mauticform-page-1 {
        display: flex !important;
        justify-content: center;
    }
    #mauticform_contactformwebsite_vorname,
    #mauticform_contactformwebsite_nachname,
    #mauticform_contactformwebsite_email {
        width: 390px;
    }
    #mauticform_newsletterformwsowebsiteneu_vorname,
    #mauticform_newsletterformwsowebsiteneu_nachname,
    #mauticform_newsletterformwsowebsiteneu_email {
        margin-right: 5px;
    }

    .mauticform-message {
        width: 235px!important;
        margin: auto!important;
        padding-bottom: 8px!important;
    }
}

@media only screen and (max-width: 767px) {
    #mauticform_wrapper_newsletterformwsowebsiteosteonewsmitoptin .mauticform-page-wrapper.mauticform-page-1 {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
    #mauticform_wrapper_newsletterformwsowebsiteosteonewsmitoptin .mauticform-page-wrapper.mauticform-page-1 > div {
        margin-bottom: 15px;
    }
    #mauticform_wrapper_newsletterformwsowebsiteosteonewsmitoptin .mauticform-page-wrapper.mauticform-page-1 > div:nth-child(3) {
        margin-bottom: 25px;
    }
    #mauticform_contactformwebsite_vorname,
    #mauticform_contactformwebsite_nachname,
    #mauticform_contactformwebsite_email {
        width: 80%;
        margin-bottom: 2%;
    }
    #footer {
        height: 325px;
    }
    #footer h1 {
        margin-top: 35px;
    }
}
/* MAUTIC FORM - END  */


/* PageBuilder CSS */
@media only screen and (max-width: 950px) {
    .pb-headline {
        margin-top: -70px;
    }
    .uk-article-title {
        margin-top: -80px;
    }
}


/*************************************************/
/** Single page customization *******************/
/***********************************************/

/* Custom css for page 'Hygienemaßnahmen' */
.cov-notice {
    display: flex;
}

/* Custom css for page 'Masterlehrgang' */
.master-img {
    width: 80px;
}

@media only screen and (max-width: 600px) {
    .flex-row {
        flex-direction: column-reverse!important;
    }
    .header-text-50 {
        max-width: 90% !important;
    }
    .header-img-50 {
        align-self: center;
    }
}

/* Custom css for page 'Unser Team' */
.member-card-padding {
    padding-left: 0.8rem;
}
.go-to-member {
    float: right;
    margin-right: 10%;
    font-size: 1.5rem;
}

/* Custom css for detail page 'Teammitglied' */
.staff-detail-curriculum {
    margin-top: -10%;
}

/* Custom css for page 'Startseite' - */
.home .hero-text {
    text-align: left;
}
.home .hero-text-red {
    color: #990033;
}
.home .uk-margin-top {
    text-align: left;
}
.home .uk-margin-top a {
    background-color: #990033;
    color: #ffffff;
}
.home .uk-margin-top a:hover {
    background-color: #232a35;
    color: #ffffff;
}
.home .el-overlay {
    margin-top: -20%;
    margin-left: -45%;
}
.home .el-overlay h2 {
    font-size: 80px;
    font-weight: 800;
}
.home #tm-bottom {
    margin-top: -7%;
}

/* Category tiles */
.grundausbildung {
    background-color: #990033;
}
.postgraduate {
    background-color: #4576a6;
}
.lehrklinik {
    background-color: #eb8c73;
}

#home-tiles > div > div:nth-child(1) .el-item {
    background-color: #990033;
    color: #fff;
}
#home-tiles > div > div:nth-child(2) .el-item {
    background-color: #4576a6;
    color: #fff;
}
#home-tiles > div > div:nth-child(3) .el-item {
    background-color: #eb8c73;
    color: #fff;
}

#home-tiles > div:nth-child(1) .el-item p,
#home-tiles > div:nth-child(1) .el-item h3 a {
    color: #fff!important;
}

/* Newsflash module */
.home #module-358 {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}
.home .news-item-container {
    width: 33%;
}
.home .news-item-title {
    padding-top: 0.4rem;
}
.home .news-item-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* Custom css for page 'Unsere Geschichte' */
.history .uk-article {
    border: 1px solid #e2e2e2;
    margin-right: 25px;
    padding: 30px;
}

/* Custom css for page 'Kooperationen' */
.partnerships .uk-card {
    height: 685px;
}
.partnerships .uk-card img {
    height: 130px;
}
@media only screen and (max-width: 930px) {
    .partnerships .uk-card {
        height: auto;
    }
}

/* Custom css for page 'Nützliche Links' */
.link-container {
    display: flex;
}
.link-row-right {
    margin-top: -20px;
}
.link-row-left {
    margin-right: 170px;
}

@media only screen and (max-width: 767px) {
    .link-container {
        flex-direction: column;
        align-items: center;
    }
    .link-row-left {
        margin-right: 0;
    }
}

/* Custom css for page 'Kontakt & Impressum' */
.contact-data {
    display: flex;
}
.contact-form {
    width: 60%;
}
.chronoforms {
    margin-left: 10px;
}
#contact_form_start_page {
    width: 90%;
}
#contact_form_start_page form {
    padding-top: 10px;
}
.impressum {
    width: 35%;
    padding-left: 50px;
}

@media only screen and (max-width: 767px) {
    .contact-data {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact-form, .impressum {
        width: 90%;
    }
    .impressum {
        margin-top: 50px;
    }
}

/* Custom css for page 'FAQ' */
.uk-accordion>:nth-child(n+2) {
    margin-top: 15px;
    padding-top: 15px;
}
#faq-action-buttons a {
    margin-right: 10px;
}
@media only screen and (max-width: 867px) { 
    #faq-action-buttons a {
        margin-bottom: 10px;
    }
}

/* Custom css for page 'Anreise & Infrastruktur' */
.info-btn {
    display: flex;
}
.info-btn div {
    margin-left: 3%;
}

@media only screen and (min-width: 1500px) {
    .responsive_map {
        width: 800px;
    }

    .responsive_map iframe {
        width: 800px;
    }

}
@media only screen and (max-width: 1499px) {
    .responsive_map {
        height: 0;
        overflow: hidden;
        padding-bottom: 56%;
        position: relative;
    }

    .responsive_map iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}


/* Custom css for page 'Sitemap' */
.unstyled li {
    list-style: none;
}

/* Custom css for page 'Referenzen' */
.testimonial {
    padding: 25px;
}
.testimonial-portrait img {
    display: block;
    margin: auto;
    border-radius: 50%;
}
.testimonial-text {
    margin-top: 5%;
    text-align: center;
}

/* Custom css for page 'Behandlung durch Studierende' */
#behandlungen-intro-text {
    width: 86%;
    margin-bottom: 2%;
}

/* CSS for Smartphone (works on safari)*/
@media only screen and (max-width: 375px) {
    #behandlung-table-container {
        max-width: 90%;
    }
    #behandlung-table-container .dcf-table tr {
        width: 80%;
    }
    #behandlung-table-container .dcf-table tr td span {
        word-break: normal;
    }
}

/*  Responsive table  */
 :root {
     --bg-table-stripe: #f6f6f5;
     --b-table: #e3e3e2;
     --caption: #242423;
 }

table {
    background-color: transparent;
    border-collapse:collapse;
}

th {
    text-align:left
}

.dcf-txt-center {
    text-align: center!important
}

.dcf-txt-left {
    text-align: left!important
}

.dcf-txt-right {
    text-align: right!important
}

.dcf-table caption {
    color: var(--caption);
    font-size: 1.13em;
    font-weight: 700;
    padding-bottom: .56rem
}

.dcf-table thead {
    font-size: .84em
}

.dcf-table tbody {
    border-bottom: 1px solid var(--b-table);
    border-top: 1px solid var(--b-table);
    font-size: .84em
}

.dcf-table tfoot {
    font-size: .84em
}

.dcf-table td, .dcf-table th {
    padding-right: 1.78em
}

.dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
    border: 1px solid var(--b-table)
}

.dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
    padding-left: 1em;
    padding-right: 1em
}

.dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
    border-bottom: 1px solid var(--b-table)
}

.dcf-table-striped tbody tr:nth-of-type(2n) {
    background-color: var(--bg-table-stripe)
}

.dcf-table thead td, .dcf-table thead th {
    padding-bottom: .75em;
    vertical-align: bottom
}

.dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
    padding-top: .75em;
    vertical-align: top
}

.dcf-table tbody td, .dcf-table tbody th {
    padding-bottom: .75em
}

.dcf-table-bordered thead th {
    padding-top: 1.33em
}

.dcf-wrapper-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 1em;
    position: relative;
    right: 50%;
    width: 100vw
}

@media only screen and (max-width:42.09em) {
    .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
    }
    .dcf-table-responsive tr {
        display: block
    }
    .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
    }
    .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
    }
    .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
    }
    .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em;
    }
    .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
    }
    .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
    }
    .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
    }
    .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
    }
}

.dcf-overflow-x-auto {
    overflow-x: auto!important;
    -webkit-overflow-scrolling: touch
}

.dcf-w-100\% {
    width: 100%!important;
}
/* Responsive Table (Behandlung Studierende) - Ende */


/* Custom css for page 'Qualitaetszertifikate' */
#zertifikat-intro {
    display: flex;
    align-items: center;
    margin: 3% 0 3% 0;
}

#zertifikat-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#qualitaet-video {
    display: flex;
}

/* Custom css for page 'Cafe Stillpoint' */
#stillpoint-banner {
    margin-bottom: 3%;
}
#program-intro {
    margin-top: 5%!important;
}
#program {
    margin-top: -2%;
}
.fs-datatable-block {
    position: absolute;
    width: 50%;
    top: 13%;
    left: 45%;
    border: none!important;
}
/* Custom css for page 'Osteopatinnen-Liste' */
#search-form > div:nth-child(1) {
    margin-bottom: 10px;
}
#search-form > input[name="submitbutton"] {
    margin: 8px 0 18px 0;
}
/* Search form  */
.pagination li {
    padding-right: 5px!important;
}
#directory tr td {
    padding: 5px;
}
#search-form  > div input[name=search]  {
    height: 40px;
    width: 360px;
}
#search-form  .uk-button {
    line-height: 2.1;
}
#directory.dcf-table-striped tr {
    border-bottom: none!important;
}
@media only screen and (min-width: 600px) {
    #search-form {
        display: flex;
    }
    #search-form-item-container > div {
        margin-bottom: 1%;
    }
    #sort-form-actions {
        display: flex;
        align-items: baseline;
        margin-top: 1%;
    }
    #sort-form-actions .uk-button {
        line-height: 27px;
    }
    #sort-form-actions > div {
        margin-right: 1%;
    }
    #header-pagination {
        margin-top: 0!important;
    }
}
/* Map - begin */
#osm-map {
    margin: 2% 0 2% 0;
    float: right;
    width: 400px;
}
#loadingMap {
    display: inline-block;
    width: 35%;
    height: 10%;
    color: #903;
    background-color: #fff;
    font-weight: bold;
    padding-left: 8%;

}
#map-placeholder {
    background-image: url("/images/map/map-placeholder.png");
    height: 300px;
}

#map-placeholder h2 {
    display: none;
}
/* Map - end */

/* Custom CSS for Login form - profile activation via mail link  */
.form-control:where(input) {
    border: 1px solid rgba(34,36,38,.15)!important;
    border-radius: 1px!important;
    background: none;
}
.password-group .input-group,
.com-users-login__submit .control-group {
    width: 37%!important;
}

/* Cookie Banner */
@media screen and (max-width:350px) {
    .tm-cookie-banner .js-accept {
        margin-bottom: 10px!important;
    }
}

/* Custom css for page 'Unsere Vortragenden (Detailansicht CV)' */
@media screen and (min-width:1200px) {
    .cv-vortragende .uk-grid-item-match {
        margin-left:-170px!important;
    }
    .cv-vortragende-title .uk-grid-item-match  {
        margin-top: -112px!important;
    }
}

/* Custom css for page 'Mein Bereich' */
#eb-registration-history-page .filter-search {
    padding-right: 10px;
}
#eb-registration-history-page .filter-search label {
    padding-right: 10px;
}
#eb-registration-history-page .chosen-container {
    align-self: center;
    padding-left: 10px;
}
@media screen and (max-width:839px) {
    #eb-registration-history-page .filters .hidden-phone {
        padding: 20px 0 20px 0;
    }
}

/* Custom css for page 'Profil bearbeiten' */
#member-profile .password-group input {
    width: 93%;
}
#member-profile fieldset:nth-child(2) {
    display: none;
}
#member-profile fieldset:nth-child(3) > div:nth-child(n+8) {
    display: none;
}
#member-profile fieldset:nth-child(3) > div:nth-child(n+12) {
    display: block!important;
}

#member-profile .password-group .input-group {
    flex-wrap: nowrap!important;
    width: auto!important;
}




