.custom-circle {
    margin: 0px 10px 0px 10px;
}

select.text-white {
    background-color: #352798 !important;
}

.min-height-image-preload {
    min-height: 200px;
}

@media (min-width: 800px) {
    .min-height-image-preload {
        min-height: 400px;
    }
}
@media (max-width: 819px) {
    #navbarsExampleDefault {
        transition: all .01s ease !important;
    }
}
.btnCustom
{
    width: 170px !important;
    max-width: 170px !important;
    min-width: 170px !important;
}
@media (max-width: 768px) {
    .customMobile {
        padding-top: 20px;
    }
    .back-arrow-slick, .next-arrow-slick{
        display: inline-block !important;
        font-weight: bold;
    }
    .termine-content-container{
        text-align: center !important;
    }
}
.termine-button-holder{
    display: inline-block;
    text-align: left;
}
.next-arrow-slick{
    display: none;
    position: absolute;
    right: 20px;
    top: 15px;
    transform: rotate(90deg)
}
.back-arrow-slick{
    display: none;
    position: absolute;
    left: 20px;
   top: 5px;
    transform: rotate(270deg)
}
#termine-buttons-row .slick-list{
height: 102% !important;
}
/* Customize the label (the container) */
.checkbox_wrap {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
}

/* Hide the browser's default checkbox */
.checkbox_wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox_wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #1E0A8C;
    border: 1px white solid;
}

/* On mouse-over, add a grey background color */
.checkbox_wrap:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_wrap input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_wrap input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_wrap .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark{
    margin-left: 30px;
}

/* Lighbox */

.modal-body{
    padding: 0;
}
button.close{
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 9999;
    float: right;
}
.loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}
@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}
.ticker-centered>* {
    display: table-cell;
    vertical-align: middle;
    height: 70px !important;
    max-height: 70px;
}
.ticker-wrapper {
    width: 100%;
    overflow: hidden;
}
.ticker-icon .count {
    display: block;
    background-color: red;
    background-size: 32px auto;
    border: 1px solid white;
    border-radius: 16px;
    width: 21px;
    height: 21px;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 13px;
    text-align: center;
}

.ticker-icon .ico {
    background: url(/mu/img/icons/icon_alert.svg) left top no-repeat;
    background-size: 26px 26px;
    width: 26px;
    height: 26px;

}
.ticker-icon{
    position: relative;
}
.ticker-icon .count-inner {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    color: white;
}
.rss-links{
    cursor:pointer;
    font-weight: 500;
    font-size: 15px;
}
.rss-ticket-section{
    position: absolute;
    bottom: 60px;
    width: 50%;
    right: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 40px;
}

/* Mobility providers */
.mob-prov-main {
    display: inline-flex;
    flex-wrap: wrap;
    border-left: 3px solid #f8f8f8;
    border-right: 3px solid #f8f8f8;
}

.mob-prov-text {
    font-size: 1rem;
    font-family: UniversLT,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
    margin-top: 8px;
    margin-bottom: 0px;
    line-height: 19px;
}

.mob-prov-info {
    font-weight: 500;
    padding-left: 0;
}

.check-icon {
    width: 20px;
}

.info-icon {
    width: 15px;
    cursor: pointer;
    padding-bottom: 3px;
}

.mob-prov-items {
    margin-bottom: 16px;
    color: #1e068d;
    font-weight: 400;
    font-size: 16px;
}

.contact-info-items {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
}

.contact-info-icon {
    width: 30px;
    height: 30px;
}

.contact-info-text {
    align-self: center;
    text-decoration: underline;
    font-size: 15px;
}

.contact-info-text a {
    color: #000000;
}

.border-padding {
    border-bottom: 20px solid #f8f8f9;
}

.mob-prov-content-height {
    height: 170px;
}

.mob-prov-tags {
   /*border-top: 2px solid #efefef;*/
   /*border-right: 2px solid #efefef;*/
    font-size: 0.65rem;
    font-weight: 500;
    /*border-top-right-radius: 10px;*/
    /*border-top-left-radius: 10px;*/
    padding: 5px;
    margin-right: 5px;
    display: inline-block;
}

.tooltip {
    font-size: 13px;
  }
  .tooltip .tooltip-inner {
    background-color: #1e0b8a;
    color: #ffffff;
  }

  [data-placement="bottom"] + .tooltip > .tooltip-arrow {
    border-bottom-color: #1e0b8a;
  }

  .arrow::before{
    border-bottom-color: #1e0b8a !important;
  }

  .bs-tooltip-bottom {
    margin-top: 5px;
 }

.dropdown-arrow {
    right: 42%;
    top: 40%;
}


.mob-prov-main-items {
    text-align: center;
    align-self: flex-center;
}

@media only screen and (max-width: 819px) {
    .mob-prov-filter {
        width: 100% !important;
    }

    .mob-prov-main-items {
        text-align: left;
        align-self: flex-left;
    }
    .mob-prov-main {
        border:none;
    }

    .main-icon {
        width: 35px;
    }

    .mob-prov-description {
        display: none;
    }

    .mob-prov-text {
        font-size: 1rem
    }

    .mob-prov-info {
        padding-top: 12px;
        font-size: 1.5rem;
    }

    .mob-prov-info {
        padding-top: 20px;
    }

    .logo-image {
        height: 100px;
        width: 100%;
        padding-right: 30px;
        border-right: 3px solid #f8f8f8;
    }

    .logo-text {
        font-size: 6vw !important;
        border-right: 3px solid #f8f8f8;
    }

    .mob-prov-content-height {
        height: 139px;
    }

    .dropdown-arrow {
        top: 36%;
    }

    .btn-steps{
        min-width: 100% !important;
    }

    .ticker-centered>* {
        display: table-cell;
        vertical-align: middle;
        height: 70px !important;
        max-height: 70px;
    }
    .ticker-wrapper {
        width: 100%;
        overflow: hidden;
    }
    .ticker-icon .count {
        display: block;
        background-color: red;
        background-size: 32px auto;
        border: 1px solid white;
        border-radius: 16px;
        width: 21px;
        height: 21px;
        font-size: 12px;
        position: absolute;
        top: 10px;
        left: 13px;
        text-align: center;
    }

    .ticker-icon .ico {
        background: url(/mu/img/icons/icon_alert.svg) left top no-repeat;
        background-size: 26px 26px;
        width: 26px;
        height: 26px;

    }
    .ticker-icon{
        position: relative;
    }
    .ticker-icon .count-inner {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%,-50%);
        color: white;
    }
    .rss-links{
        cursor:pointer;
        font-weight: 500;
        font-size: 13px;
    }
    .rss-ticket-section{
        position: absolute;
        bottom: 0px;
        width: 100%;
        right: 0;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding-left: 0px;
    }

    .parking-area-map {
        display: none;
    }

}

@media only screen and (min-width: 1401px) {
    .logo-text {
        font-size: 2vw !important;
    }

    .mob-prov-text {
        font-size: 0.8rem;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 414px) {
.mob-prov-tags {
    margin-right: 0px;
}
}

.mt--4 {
    margin-top: -4.7rem;
  }
