/* Grid
    xss = 0
    xs = 426
    sm = 576
    md = 769
    lg = 992
    xl = 1350
    xxl = 1650

    // For sm up
    @media (min-width: 576px){
        ...
    }
 */

body.noscroll {
    overflow-y: hidden!important;
}

.mt-0-inner-p p {
    margin: 0;
}

.highlight-grey {
    background-color: #f4f4f4;
    margin-right: -10px;
    margin-left: -10px;
}

a {
    color: #18b0e2;
}

a:hover {
    color: #18b0e2;
}

a:hover fas, a.hover fa {
    color: #001856 !important;
}

.section-highlighted a {
    color: #f4f4f4 !important;
}

.section-highlighted a:hover {
    text-decoration: underline;
}

.section-highlighted a.bg-white, a.section-middle.btn{
    color: #212529 !important;
}

a#expectation-check-option:hover{
    text-decoration: none;
}
a#expectation-check-option:hover span.hover-border{
    border-bottom: 2px solid;
}


#shortcutmenu li a,
#shortcutmenu li{
    color: #5b5b5b;
}

#shortcutmenu.shortcutmenu-footer > li,
#shortcutmenu.shortcutmenu-footer > li > a,
#shortcutmenu.shortcutmenu-footer > li > div.dropdown > a{
    color: white;
}

#shortcutmenu.shortcutmenu-footer .dropdown .dropdown-menu a:hover{
    color: black !important;
}

#shortcutmenu .dropdown-item.active,
#shortcutmenu.shortcutmenu-footer .dropdown .dropdown-menu a.dropdown-item.active:hover {
    color: #fff !important;
}

#applicationHints a {
    color: #001856;
}

/*#applicationHints a:after {*/
/*    content: "\f08e";*/
/*    font-family: FontAwesome;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    text-decoration: inherit;*/
/*    margin-left:5px;*/
/*}*/


.js-error {
    display: none;
}

.no-js .js-error {
    display: block;
    padding: 35px 0;
    background: #18b0e2;
}
.no-js .js-error p {
    color: white;
}

.page-info {
    background: none repeat scroll 0 0 #18b0e2;
    color: #fff;
}

.page-info p{
    color: #fff;
}

@media only screen and (min-width:61.125rem) {
    .page-info p{
        margin-top: 1.2rem;
    }
}

.page-info img{
    height: 20px;
    width: 20px;
    max-width: 20px;
    margin-top: 0px;
}

.page-info{
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 0.8125rem;
    font-weight: bold;
}

.page-info .info-text{
    margin-left: 5px;
}

.filter-accordion button.btn{
    text-align: left;
}

.absolventenzitatesection .swiper-button-next,
.absolventenzitatesection .swiper-button-prev{
    top: 75px;
}

.user-richtext p:last-child{
    margin: 0;
}
.user-richtext h3{
    margin: 0;
}

.user-richtext table{
    /* table */
    width: 100%;
    margin-bottom: 1.25rem;
    color: #212529;
    border-collapse: collapse;
    /* table-bordered */
    border: 1px solid #dee2e6;
    /* table-sm */
}

.user-richtext table th, table td {
    border: 1px solid #dee2e6;
    padding: 0.3rem;
    vertical-align: top;
}

section#section-studieninhalte .content-component h3,
section#section-waskommtdanach .content-component h3 {
    font-size: 1rem;
}

@media (min-width: 576px){
    section#section-studieninhalte .content-component h3,
    section#section-waskommtdanach .content-component h3{
        font-size: 1.375rem;
    }
}

.border-icon g g path {
    stroke: black;
    stroke-width: 10;
}

.gallery-swiper .swiper-button-prev.swiper-button-disabled,
.gallery-swiper .swiper-button-next.swiper-button-disabled {
    display: none;
}

.navswiper .swiper-button-prev.swiper-button-disabled,
.navswiper .swiper-button-next.swiper-button-disabled {
    display: none;
}

.navswiper .nav-swiper-container:has(.swiper-button-prev.swiper-button-disabled):has(.swiper-button-next.swiper-button-disabled) {
    margin-left: 0;
    width: 100%;
}

.navswiper .nav-swiper-container:has(.swiper-button-prev.swiper-button-disabled):not(:has(.swiper-button-next.swiper-button-disabled)) {
    margin-left: 0;
    width: calc(100% - 35px);
}

.navswiper .nav-swiper-container:not(:has(.swiper-button-prev.swiper-button-disabled)):has(.swiper-button-next.swiper-button-disabled) {
    width: calc(100% - 15px);
}

@media (min-width: 576px) {
    .navswiper .nav-swiper-container:has(.swiper-button-prev.swiper-button-disabled):has(.swiper-button-next.swiper-button-disabled) {
        margin-left: 0;
        width: 100%;
    }

    .navswiper .nav-swiper-container:has(.swiper-button-prev.swiper-button-disabled):not(:has(.swiper-button-next.swiper-button-disabled)) {
        margin-left: 0;
        width: calc(100% - 30px);
    }

    .navswiper .nav-swiper-container:not(:has(.swiper-button-prev.swiper-button-disabled)):has(.swiper-button-next.swiper-button-disabled) {
        width: calc(100% - 30px);
    }
}

.nav.nav-pills li.nav-item a.nav-link:hover{
    color: #ffffff;
}











/**
    --breakpoint-xxs: 0;
    --breakpoint-xs: 449px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 769px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1350px;
    --breakpoint-xxl: 1650px;
 */

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

@media (min-width: 576px) {
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (min-width: 769px) {
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (min-width: 992px) {
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (min-width: 1350px) {
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}



.mfp-inline-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-inline-holder .mfp-content {
    max-width: 100%;
    text-align: center;
}
.mfp-gallery .mfp-inline-holder .mfp-figure {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

video.mfp-video, iframe.mfp-video, .mfp-audio {
    width: auto;
    min-width: 610px;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-gallery *:focus {
    outline: none;
}

.video-4-3-wrapper, .audio-4-3-wrapper{
    position: relative;
    width: 100%;
    padding-top: 75%; /* 4:3 Aspect Ratio */
}

.video-4-3-wrapper{
    background: black;
}

.video-4-3-wrapper video, .audio-4-3-wrapper > div, .video-4-3-wrapper > div{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

a#dropdownMenuLanguage:hover, a#dropdownMenuLanguageFooter:hover{
    text-decoration: none !important;
}

a.highlighted-button{
    margin: 25px;
    background-color: #f39515;
}


.streamingvideoplayer .video-js .vjs-big-play-button {
    background-color: rgba(43, 51, 63, 0.7);
    border: 0.06666em solid #fff;
    border-radius: 1.5em;
    cursor: pointer;
    font-size: 6em;
    height: 1.5em;
    left: 10px;
    line-height: 1.4em;
    opacity: 1;
    padding: 0;
    top: 10px;
    transition: all 0.4s ease 0s;
    width: 1.5em;
}


.streamingvideoplayer .vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -0.8em;
    margin-top: -0.75em;
    top: 50%;
}

.videopopup{
    height: 17.1rem;
    width: 100%;
    min-width: 22rem;
}

.videopopup iframe.mfp-video, .videopopup video.mfp-video{
    min-width: unset !important;
}

.videopopup-wrapper{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* xs */
@media (min-width: 426px) {
    .videopopup{
        height: 17.1rem;
        min-width: 22rem;
    }
    .videopopup-wrapper{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* sm */
@media (min-width: 576px) {
    .videopopup{
        height: 21.9rem;
        min-width: 30rem;
    }
}
/* md */
@media (min-width: 769px) {
    .videopopup{
        height: 27.5rem;
        min-width: 40rem;
    }
}
/* lg */
@media (min-width: 992px) {
    .videopopup{
        height: 38rem;
        min-width: 58.7rem;
    }
}

.sticky-offset {
    top: 180px;
}

#header{
    z-index: 1021 !important;
}


#headlineSiteScrollInfo {
    display: none;
    color: #001856;
    font-weight: 400;
    line-height: 1.5rem;
    font-size: 1.5rem;
    margin-left: 0;
    margin-bottom: 0;
}
#headlineSiteScrollInfoCol{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
/* sm */
@media (min-width: 576px) {
    #headlineSiteScrollInfo {
        line-height: 1.2rem;
        font-size: 1.2rem;
    }
    #headlineSiteScrollInfoCol{
        justify-content: start;
    }
}
/* md */
@media (min-width: 769px) {
    #headlineSiteScrollInfo {
        margin-bottom: 19px;
    }
}
/* lg */
@media (min-width: 992px) {
    #headlineSiteScrollInfo {
        margin-left: 0;
        margin-bottom: 25px;
    }
}

#scroll-dyn-logo{
    height: 70px;
    margin-bottom: 5px;
}

#scroll-dyn-logo.small-logo{
    height: 30px;
}

/* sm */
@media (min-width: 992px) {
    #scroll-dyn-logo.small-logo{
        height: 70px;
    }
}

.h-xs-100{
    height: 100% !important;
}

/* sm */
@media (min-width: 576px) {
    .h-sm-auto {
        height: auto !important;
    }
}

.section-white{
    background-color: #fff;
}

.section-grey{
    background-color: #f2f2f2;
}

.small-course-listing{
    font-size: 0.8rem;
}

.small-course-listing h5.search-data{
    font-size: 0.8rem;
}

.gallery-item{
    background-color: #f2f2f2;
}

.section-grey .gallery-item{
    background-color: #fff;
}

.section-grey .gallery-item .section-middle{
    background-color: #f2f2f2;
}

.section-white .gallery-item .section-middle{
    background-color: #fff;
}

.section-white .card.list-group-item.list-group-item-action{
    background-color: #f2f2f2;
}

.section-grey .section-middle{
    background-color: #fff;
}

.section-white .section-middle{
    background-color: #f2f2f2;
}

.section-grey .section-middle-hover:hover{
    background-color: #fff;
}

.section-white .section-middle-hover:hover{
    background-color: #f2f2f2;
}

.section-middle-hover:hover .wkd_content{
    color: #212529;
}

.section-grey .section-middle .section-middle{
    background-color: #f2f2f2;
}

.section-white .section-middle .section-middle{
    background-color: #fff;
}

.section-grey .section-middle .card.list-group-item.list-group-item-action{
    background-color: #f2f2f2;
}

.section-white .section-middle .card.list-group-item.list-group-item-action{
    background-color: #fff;
}

.section-highlighted{
    color: #fff;
}

.btn-upb{
    font-size: 1.25rem;
}
.btn-upb:hover{
    background-color: #eaeaea !important;
}

#course-header.topimage.empty #headlineSite{
    margin-bottom: 0;
    line-height: inherit;
}

.nav.nav-pills li.nav-item a.nav-link{
    padding-bottom: .3rem;
}

ul#shortcutmenu{
    margin: 0;
}

.dropdown-menu.show {
    z-index: 1030;
}

.sticky-top{
    position: sticky;
    background: #fff;
    z-index: 1000;
}

.sticky-resultcounter{
    position: sticky;
    top: 171px;
    background: #fff;
    z-index: 1000;
}

.filter-notification {
    position: absolute;
    top: 16px;
    right: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.filter-notification.active {
    background-color: #da3225;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: block;
}

#sidebar {
    display: none;
    background: #ffffff;
    width: 80vw;
    max-width: 350px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 30000000;
    transition: all 0.3s;
    overflow-y: scroll;
    /* overflow-x: hidden; */
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    display: block;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color: #001856;
    position: absolute;
    top: 15px;
    right: 24px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 2px;
}

#dismiss:hover {
    background: #00205b;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
    z-index: 8000;
}

#sidebar .sidebar-header {
    background: #18b0e2;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 3000;
}

#sidebarCollapse{
    color: #001856;
}

#sidebarCollapse:hover{
    color: #18b0e2;
    cursor: pointer;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#lz_overlay_wm{
    margin: 0px 8px 10px 0px !important;
    width: 52px !important;
    /* height: 52px !important; */
    display: block !important;
}
#livezilla_wm{
    border: 2px solid white !important;
    /* top: 110px !important; */
}

#lz_overlay_chat{
    margin: 0px 15px 82px 0px !important;
}

#lz_chat_overlay_pointer_v{
    right: 22px !important;
    bottom: 70px !important;
}

#jumpToTop{
    display: block;
    position: fixed;
    width: 52px;
    height: 52px;
    margin: 0px 65px 6px 0px;
    inset: auto 0px 0px auto;
    z-index: 20000000;
    background-color: #4989e1;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    border: 2px solid white;
    box-shadow: 0 5px 36px rgb(0 0 0 / 18%);
}

.hide {
    opacity:0;
    left:-100%;
}
.show {
    opacity:1;
    left:0;
}

/*
.sticky-scroll{
    max-height: 100vh;
    overflow-y: scroll;
}
*/

@media (max-width: 992px){
    body.scroll-blocked {
        overflow: hidden;
    }
}

 /* in mobile the status chrome bar is colored in the first pixel of the site - Let it color in upb blue primary */
 /*
html{
    border-top: 1px solid #001856;
}
*/

.tab-link-text{
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex !important;
}

/* #accordion-furtherRequirements .card-body h3,
#accordion-application_hints .card-body h3{
    font-size: 1.2rem;
    line-height: 3rem;
}
#accordion-furtherRequirements .card-body h3 strong,
#accordion-application_hints .card-body h3 strong{
    font-weight: 300;
    font-style: normal;
}
#accordion-furtherRequirements .card-body strong,
#accordion-application_hints .card-body strong{
    font-weight: 300;
    font-style: italic;
}
#accordion-furtherRequirements .card-body strong > a,
#accordion-application_hints .card-body strong > a{
    font-style: normal;
} */

.woot-widget-bubble.woot-elements--right {
    right: 125px !important;
}
.woot-widget-bubble.woot-widget--expanded {
    bottom: 8px !important;
}

.woot-widget-bubble.woot--close {
    border-radius: 100% !important;
    bottom: 8px !important;
    height: 48px !important;
    width: 48px !important;
}

.woot--close::before, .woot--close::after {
    left: 23px !important;
    top: 13px !important;
}

@media only screen and (min-width: 667px) {
    .woot-widget-holder {
        bottom: 80px !important;
    }
}
