@charset "UTF-8";
/*
Theme Name: UNIPLUS AK WL
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: UNIPLUS Software GmbH
Author URI: https://uniplus.de
Description: UNIPLUS AK WL Theme
Requires at least: WordPress 4.9.6
Version: 0.2
License:
License URI: LICENSE
Text Domain: UNIPLUS Base
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1336px;
    }
}

/* ========== Colors ========== */

:root {
    --akwl-red: #C4182A;
    --akwl-red-hover: #AF1122;
    --akwl-red-muted: #CB6C76;
    --akwl-light-red: #FBECEE;
    --akwl-light-red-hover: #F3DCDF;
    --akwl-orange: #DE8F05;
    --akwl-blue: #5894D1;
    --akwl-light-blue: #F2F9FF;
    --akwl-light-blue-hover: #E3ECF3;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;

}

.has-ak-wl-orange-color {
    color: var(--akwl-orange);
}
.has-ak-wl-red-color {
    color: var(--akwl-red);
}
.grey {
    color: #5E5E5D;
}

/* ========== Fonts ========== */
@font-face {
    font-family: "TheSans";
    src: url("fonts/TheSansC5-3_Light.woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "TheSans";
    src: url("fonts/TheSansC5-5_Plain.woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "TheSans";
    src: url("fonts/TheSansC5-5_PlainItalic.woff2");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "TheSans";
    src: url("fonts/TheSansC5-6_SemiBold.woff2");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "TheSans";
    src: url("fonts/TheSansC5-7_Bold.woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "TheSans";
    src: url("fonts/TheSansC5-8_ExtraBold.woff2");
    font-weight: 800;
    font-style: normal;
}


/* ========== Global ========== */

/* ---------- Headlines ---------- */

body {
    font: normal normal normal 18px/25px TheSans;
    letter-spacing: 0px;
    font-family: TheSans, sans-serif;
}

option {
    font-family: sans-serif;

}

h1, h2, h3 {
    letter-spacing: 0px;
}

h1 {
    font: normal normal 700 38px/100px TheSans;
}
h2 {
    font: normal normal 700 28px/65px TheSans;
}
h3 {
    font: normal normal bold 25px/33px TheSans;
}




h2.has-ak-wl-orange-color {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    /*font: normal normal bold 35px/45px TheSans;*/
    letter-spacing: 0px;
}
@media (min-width: 992px) {
    h2.has-ak-wl-orange-color {
        border-bottom: 1px solid #999997;
    }
}


/* ---------- Links ---------- */

a {
    color: var(--akwl-red);
    text-decoration: none;

}
a:hover {
    color: var(--akwl-red);
    text-decoration: underline;
}
a[type="submit"]:focus, a[type="submit"]:active {
    background-color: var(--akwl-red) !important;
    border-color: var(--akwl-red) !important;
    color: white !important;
    text-decoration: underline;
}



/* ========== Site content ========== */

main {
    padding-top: 16px;
    padding-bottom: 24px;

}

main img {
    max-width: 100%;
    height: auto;
}


/* Back to search */

.uni-back-to-search-chevron {
    margin-right: 0.5em;
    font-size: 15px;
    color: rgb(158, 158, 158);
}


/* Breadcrumbs */
.uni-breadcrump-menu span:not(.highlighted) {
    margin: 0 0.5em;
    font-size: 15px !important;
}


/* news_feed_archive */
.uni-news-feed-archive {
    row-gap: 20px;
}

.uni-news-feed-archive .teaser-wrapper {
    margin-bottom: 20px;
}

.uni-news-feed-archive .teaser-image {
    border-radius: 8px;
}

.uni-news-feed-archive .teaser-image-info {
    display: none;
}

.uni-news-feed-archive .teaser-link {
    position: relative;
}

.uni-news-feed-archive .teaser-link:hover {
    text-decoration: none;
}

.uni-news-feed-archive .teaser-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 10px;
    content: "";
    border-bottom: 2px solid;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.uni-news-feed-archive .teaser-link:hover:before {
    width: 100%;
    opacity: 1;
}

.teaser-image {
    /*min-height: 150px;*/
    /*max-height: 150px;*/
    height: 230px;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
}

.teaser-image img {
    min-width: 100%;
    /*min-height: 150px;*/
    object-fit: cover;
}

.listgroup-text-topline {
    text-align: right;
    font: normal normal 600 15px/20px TheSans;
    letter-spacing: 0px;
    color: #999997;
    text-transform: uppercase;
}

.teaser-text h2 {
    font: normal normal bold 25px/33px TheSans !important;
    letter-spacing: 0px !important;
    color: #000000 !important;
}

.teaser-box-excerpt {
    font: normal normal normal 18px/25px TheSans;
    letter-spacing: 0px;
    color: #5E5E5D;
}

.uni-news-feed-archive .teaser-link {
    font: normal normal 600 18px/24px TheSans;
    letter-spacing: 0.09px;
    color: #C4182A;
}

.uni-news-feed-archive .teaser-link::after {
    content: ' >';
}

@media(max-width: 576px) {
    .uni-news-feed-archive h2 {
        font: normal normal bold 18px/23px TheSans;
        letter-spacing: 0px;
        color: #000000;
    }

    .uni-news-feed-archive .listgroup-text-topline {
        font: normal normal 600 13px/19px TheSans;
        letter-spacing: 0px;
        color: #5E5E5D;
    }

    /*.uni-news-feed-archive DATUM RECHTS {*/
    /*    font: normal normal 600 13px/17px TheSans;*/
    /*    letter-spacing: 0px;*/
    /*    color: #5E5E5D;*/
    /*}*/

    .uni-news-feed-archive .teaser-link {
        font: normal normal normal 16px/23px TheSans;
        letter-spacing: 0px;
    }
}


/* SucheShortcode*/

.bg-suche-white {
    background-color:  rgba(233, 232, 232, 0.4);
}

.bg-suche-red {
    background-color: #FBECEE;
}

.suche-shortcode {
    color: #000;
    height: 458px;
}

.suche-shortcode h3 {
    display: flex;
    align-items: center;
}

.suche-shortcode h3 i {
    font-size: 150%;
    margin-right: 1rem;
}

.suche-shortcode-upper {
    height: 250px;
}

.bg-button {
    background-color: var(--akwl-red);
    align-items: center;
    display: flex;
    justify-content: center;
    color:white;
    position: absolute;
    right: 15px;
    top: 0;
    width: 38px;
    height: 38px;
    border: none;
    outline: none;
}

.bg-button:focus, .bg-button:active {
    border: none;
    outline: none;
}

.bg-button i {
    position: relative;
    top: 1px;
}

.hover-suche:hover {
    background-color: var(--akwl-red-hover);
}

.suche-shortcode .input-group-text {
    background-color: white;
    text-align: left;
}

.text-box {
    color: #5E5E5D;
}

.suche-shortcode input {
    width: calc(100% - 38px);
    border-radius: 0;
}

@media (max-width: 783px) {
    .suche-shortcode {
        height: unset;
    }

    .suche-shortcode h3 {
        font: normal normal bold 18px/20px TheSans;
        letter-spacing: 0.09px;
        color: #000000;
    }

    .suche-shortcode h3 i {
        font-size: 150%;
        margin-right: 0.5rem;
    }

    .suche-shortcode-upper {
        height: unset;
    }

    .suche-shortcode .text-box {
        font: normal normal normal 15px/19px TheSans;
        letter-spacing: 0.07px;
        color: #000000;
    }
}

@media screen and (min-width: 992px) {
    .suche-shortcode {
        height: 409px;
    }
    .suche-shortcode-upper {
        height: 200px;
    }
}

@media screen and (min-width: 1200px) {
    .suche-shortcode {
        height: 389px;
    }
    .suche-shortcode-upper {
        height: 180px;
    }
}





/* Meine Seminare */
.meine-seminare-headline hr {
    display: none;
}
.meine-seminare-list-item .list-item-content {
    border-top: 2px solid #C4182A;
}
.meine-seminare-list-item:nth-child(odd) .list-item-content {
    background-color: #FBECEE;
}
.meine-seminare-list-item:last-child .list-item-content {
    border-bottom: 2px solid #C4182A;
}
.meine-seminare-list-item .list-item-content {
    margin: 0 !important;
    padding: 1rem;
}



/* Search result lists */

.search-results div:nth-child(odd) > div.uni-akwl-striped  {
    background-color: #FBECEE;
}
.search-results div > div.uni-akwl-striped {
    border-top: 2px solid #C4182A;
}
.search-results div:last-child > div.uni-akwl-striped {
    border-bottom: 2px solid #C4182A;
}


/* CategoryListShortcode */
.category-list-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-list-item {
    font: normal normal normal 18px/19px TheSans;
    letter-spacing: 0.09px;
    color: #000000;
    background-color: #E9E8E8;

}

.category-list-item:hover {
    background-color: #DBDADA;
}

.category-list-item a {
    color: #000000;
    display: block;
    padding: 10px 10px;
}

.category-list-item a:hover {
    text-decoration: none;
    color: #000000;
}


/* Seitenübersicht: Sub Menu / Menü Ebene 4 */

.akwl-sub-menu-container {
    row-gap: 30px;
    margin-top: 25px;
}

.akwl-sub-menu-item > a {
    min-width: unset;
    width: 100%;
    overflow: hidden;
}


/* UniSameCategoryPostsCarousel */
.sameCategoryPostsCarousel .carousel-item.active,
.sameCategoryPostsCarousel .carousel-item-next,
.sameCategoryPostsCarousel .carousel-item-prev,
.sameCategoryPostsCarousel .carousel-inner,
.sameCategoryPostsCarousel .header-slider
{
    min-height: 0;
    max-height: none;
}

.sameCategoryPostsCarousel .carousel-controls {
    text-align: center;
}

.sameCategoryPostsCarousel .carousel-control-prev,
.sameCategoryPostsCarousel .carousel-control-next
{
    display: inline;
    font-size: 200%;
}

.sameCategoryPostsCarousel .carousel-control-prev
{
    float: left;
}

.sameCategoryPostsCarousel .carousel-control-next
{
    float: right;
}


/* AKWL Kasten */

.uni-akwl-kasten {
    background-color: var(--akwl-red-muted);
    color: white;
    padding: 20px;
    margin-top: 30px;
}

.uni-akwl-kasten-title {
    font: normal normal bold 22px/29px TheSans;
    letter-spacing: 0px;
    margin-bottom: 12px;
}

.uni-akwl-kasten-text {
    font: normal normal normal 16px/21px TheSans;
    letter-spacing: 0.08px;
    margin-bottom: 32px;
}

.uni-akwl-kasten-link {
    color: white;
    position: relative;
    font: normal normal normal 16px/23px TheSans;
    letter-spacing: 0px;
}

.uni-akwl-kasten-link:hover {
    color: white;
    text-decoration: none;
}

.uni-akwl-kasten-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 10px;
    content: "";
    border-bottom: 2px solid;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.uni-akwl-kasten-link:hover:before {
    width: 100%;
    opacity: 1;
}

.uni-akwl-kasten-link i {
    font-size: 80%
}

@media (min-width: 782px) {
    .uni-akwl-kasten {
        margin-top: 88px;
    }

    .uni-akwl-kasten-title {
        font: normal normal bold 25px/33px TheSans;
        letter-spacing: 0px;
        margin-bottom: 16px;
    }

    .uni-akwl-kasten-text {
        font: normal normal normal 18px/25px TheSans;
        letter-spacing: 0px;
        margin-bottom: 12px;
    }

    .uni-akwl-kasten-link {
        font: normal normal 600 18px/24px TheSans;
        letter-spacing: 0.09px;
    }
}


#uni-scroll-to-top-button {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 101; /* Make sure it does not overlap */
    width: 48px;
    height: 48px;
    background-color: var(--akwl-red);
    color: white;
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 50%;
    font-size: 24px;
}

#uni-scroll-to-top-button.show {
    display: block;
}

#uni-scroll-to-top-button:hover {
    background-color: var(--akwl-red-hover);
}

#uni-scroll-to-top-button i {
    position: absolute;
    left: 12px;
    top: 11px;
}


/* Kurs */

.uni-kurs-main p {
    margin-bottom: 32px;
}

.kurs-inhalt-headline {
    border-bottom: 1px solid #999997;
}

.kurs-sidebar {
    background-color: var(--akwl-light-red);
    border-top: 2px solid var(--akwl-red);
    border-bottom: 2px solid var(--akwl-red);
}


/* Callouts */


.bs-callout-success {
    border-left-color: #5a8e1e !important;
}
.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4,
.bs-callout-success h5,
.bs-callout-success h6 {
    color: #5a8e1e !important;
}
.bs-callout-info {
    border-left-color: #A3C7ED !important;
}
.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6 {
    color: #A3C7ED !important;
}
.bs-callout-warning {
    border-left-color: #ff9933 !important;
}
.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6 {
    color: #ff9933 !important;
}
.bs-callout-danger {
    border-left-color: #EE234A !important;
}
.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6 {
    color: #EE234A !important;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0px;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: #EEE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-radius: 0px;
}


.uni-login-form .bs-callout,
.uni-login-form .bs-callout-info,
.uni-login-form .bs-callout h5 {
    padding: unset !important;
    border: unset !important;
    color: unset !important;
}


/* Forms / Formulare */

.form-group > h2 {
    margin-top: 1rem;
    margin-bottom: -0.5rem;
}


/* LEO Lernerfolgskontrolle */

.uni-leo-durchf-question-invalid-hint {
    color: var(--akwl-red);
}

.uni-leo-durchf-question-correct-hint.incorrect {
    color: var(--akwl-red);
}

.uni-login-form .uni-form {
    background: unset;
    box-shadow: unset !important;
    padding: unset;
    border: unset;
}

.uni-form {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: unset !important;
    padding: 15px;
}

.uni-form .uni-form {
    background: unset;
    box-shadow: unset !important;
    padding: unset;
}

.v-row:nth-child(odd) {
    background-color: #FBECEE;
}

.v-row {
    border-top: 2px solid #C4182A;
}

.v-row:last-child {
    border-bottom: 2px solid #C4182A;
}
.v-row div{
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-row {
    font-weight: bold;
}


/* Rezeptsammelstellen */

.rss-list {
    border-bottom: 2px solid #C4182A;
}

.rss-list:nth-child(2n)  {
    background-color: #FBECEE;
}

.uni-rss-title {
    font-weight: bold;
}

.apotheken-verwaltung .list-group-item-action {
    margin-bottom: 8px;
}

.no-break {
    white-space: nowrap;
}

/*
.search-results div:nth-child(odd) > div.uni-akwl-striped  {
    background-color: #FBECEE;
}
.search-results div > div.uni-akwl-striped {
    border-top: 2px solid #C4182A;
}
.search-results div:last-child > div.uni-akwl-striped {
    border-bottom: 2px solid #C4182A;
}
*/

/* filter-letter */

#main .filter-letter {
    position: relative;
    display: flex;
    margin-bottom: 2rem;
}

.filter-letter .filter-letter-item {
    text-decoration: none !important;
    outline: none;
    min-width: 35px;
    min-height: 27px;
}

.filter-letter #filter-letter-item-alle {
    min-width: 40px;
}

.filter-letter-container {
    position: relative;
    background: var(--primary_color_1);
    max-width: 100%;
    outline: none;
}

.filter-letter-list {
    position: relative;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    outline: none;

    -ms-overflow-style: none;	/* Disable scrollbar IE 11 */
    scrollbar-width: none;	/* Disable scrollbar Firefox 64 */
}

.filter-letter-list::-webkit-scrollbar {
    display: none;	/* Disable scrollbar Chrome/Safari/Webkit */
}

.filter-letter-list.active, .filter-letter-list:active {
    outline: none;
}

.filter-letter-item {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none;
    background-color: #C4182A;
    color: white;
    margin: 5px;
    padding: 5px;
}

.filter-letter-item:hover {
    background-color: var(--secondary_color_1_transparent);
    color: var(--secondary_color_2_unsaturated);
    outline: none;
}

.filter-letter-item.active, .filter-letter-item:active {
    background-color: var(--secondary_color_1_transparent);
    color: var(--secondary_color_2_unsaturated);
    cursor: default;
    outline: none;
}

.filter-letter-item.disabled {
    color: var(--primary_color_1_darker);
    cursor: default;
    outline: none;
    display: none;
}

.filter-letter-list:active .filter-letter-item {
    cursor: grabbing;
    outline: none;
}


/* ==================================================== */

/* FAQ */

.uni-faq .faq-search {

}

.uni-faq .faq-ch {
    background-color: white;
    padding: 0;
    border: unset;
}

.uni-faq .faq-btn:hover {
    color: #C4182A;
    background-color: white;
}

.uni-faq .faq-btn {
    color: #C4182A;
    background-color: white;
    border: none;
    padding: 0 0 0 10px;
}

.uni-faq .faq-btn:after {
    content: "";
}

/* ==================================================== */

/* Live-Search */

#faq-search {
    width: 100%;
    font-size: 18px;
    padding: 0.5rem;
    border: 2px solid var(--primary_color_1_darker);
    border-radius: 0;
    margin-bottom: 2rem;
}

/* ==================================================== */

/* Glossar */

.glossar-block {

}

.glossar-table {
    width: 100%;
    margin: 2rem 0;
    background-color: #F5F5F5;
    padding: 15px;
    display: block;
}

.glossar-table thead th {
    font-size: 1.5rem;
    color: var(--secondary_color_1_transparent);
}

.glossar-table tbody {

}

.glossar-table tbody tr{
    border-top: 1px solid var(--primary_color_1_darker);

}

.glossar-table tbody tr td{
    padding: 0.4rem 0;
}

.glossar-table .glossar-begriff{
    vertical-align: top;
    width: 10rem;
}


/* ---------- Pagination ---------- */

.pagination-item {

    /*border: 1px solid var(--akwl-red);*/
}

.pagination .page-numbers {
    padding: 6px 12px;
}
.pagination .page-numbers:hover {
    background-color: var(--akwl-light-red);
    text-decoration: none;
}
.pagination .page-numbers:active {
    background-color: var(--akwl-red);
    color: white;
}

.pagination .pagination-item.active .page-numbers {
    background-color: var(--akwl-red);
    color: white;
}


/* Leaflet (OpenStreetMap) */

.leaflet-control a:hover {
    text-decoration: none;
    color: unset;
}


div.border-bottom.akwl-stellenmarkt {
    border-bottom: 2px solid var(--akwl-red) !important;
}
main div:has(div.border-bottom.akwl-stellenmarkt):first-child {
    /*border-top: 2px solid var(--akwl-red) !important;*/
    /*margin-top: 0.5rem;*/
}
.akwl-stellenmarkt {
    font-size: 14px;
}
.akwl-stellenmarkt .text {
    font-size: 16px;
}



.angebotsboerse-list-items {
    border-top: 2px solid var(--akwl-red) !important;
}

.card {

}

.card-header h2 {
    font-size: 1.25rem;
}


/* Apothekensuche, Apothekenfinder */

.uni-apothekensuche-list-item .chevron {
    color: #C4182A;
    font-size: 24px;
    -webkit-text-stroke: 1px #C4182A;
}

.uni-apothekensuche-list-item [data-toggle="collapse"] .bi:before {
    content: "\F286";
}
.uni-apothekensuche-list-item [data-toggle="collapse"].collapsed .bi:before {
    content: "\F282";
}

.search-results div:nth-child(odd) > div.uni-apothekensuche-list-item .uni-apothekensuche-list-item-top {
    background-color: #FBECEE;
}
.search-results div > div.uni-apothekensuche-list-item {
    border-top: 2px solid #C4182A;
}
.search-results div:last-child > div.uni-apothekensuche-list-item {
    border-bottom: 2px solid #C4182A;
}


.uni-apo-details {
    background-color: white;
}

.uni-apo-features {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.uni-apo-feature-image {
    height: 120px;
}


/* Highlight */
.highlighted {
    background-color: yellow;
    margin: 0 !important;
}