@import url("../Icons/icons-1.4.0/font/bootstrap-icons.css");

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

span.delete {
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    top: -18px;
    right: -16px;
    display: block;
    position: relative;
}

span.delete i {
    color: #8B8179;
}

span.delete i:hover {
    color: #f09325;
}

fieldset.c-in2studyfinder-filter__section .btn:hover {
    background-color: #fff !important;
    color: #333 !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 147, 37, 0.5) !important;
    background-color: #fff !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fff !important;
    border-color: #6c757d;
}

.in2studyfinder .dropdown {
    margin-right: 4px;
}

.in2studyfinder__checkbox {
    margin-top: 3px;
    margin-right: 7px;
}


.in2studyfinder svg {
    float: right;
    overflow: visible !important;
    z-index: 9999;
}

#standort-amberg:hover, #standort-weiden:hover {
    cursor: pointer;
}

#standort-amberg:hover path, #standort-weiden:hover path, svg a:hover polygon {
    fill: #aaaaaa !important;
}

.u-in2studyfinder-hide {
    display: block !important;
}

.in2studyfinder__item .card-img-overlay, .card-img-overlay {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.in2studyfinder__item a, .card-img-overlay a {
    text-decoration: none;
    color: #333;
    hyphens: auto;

}

.in2studyfinder__item a:hover img, .card a:hover img.card-img-top {
    filter: sepia(85%) saturate(2.5) hue-rotate(-20deg);
}

.card-img-overlay {
    padding: 10px;
}

.card-block {
    background: transparent;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    padding: 0;
}

.card-block::after {
    content: none;
}


.news-related-files-link {
    border-right: none !important;
}

.news-related-files-size {
    border-right: none !important;
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    color: #888;
    float: right;
}


.in2studyfinder__content-box-content-ce-elmente .frame-default header h4 {
    text-transform: uppercase;
    font-size: 18px !important;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid #ccc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    width: 100%;
}

.in2studyfinder__content-box-content-ce-elmente .ce-textpic {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.75rem 1.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}


/* Datepicker Safari Fix */

input[type="date"] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}


p.dashed, div.dashed {
    border-bottom: 1px dashed #000;
    padding-bottom: 5px;
    margin-bottom: 1rem;
}

.bg-oth-light {
    background-color: #F7F7F7;
}

.oth-orange {
    color: #f09325;
}

.oth-dark {
    color: #8B8179;
}


.hcart-box-border {
    border: 1px solid #e8e8e8;
    background:#fff9 !important;
}

.hcart-box {
    background-color: #e8e8e8 !important;
    text-transform: uppercase;
    font-weight: 600;
    /*font-family: Meta Pro;*/
    letter-spacing: 0.07rem;
    padding: 0.25rem !important;
    margin-top: 30px;
}

.badge-oth {
    background-color: #f19300;
    color: #fff;
    font-weight: normal !important;
    font-size: 14px !important;
    margin-left: 5px;
}


.btn-oth-dark {
    background-color: #8B8179;
    color: #ffffff;
}


.in2studyfinder__button {
    border: none !important;
}

.btn.disabled, .btn:disabled {
    opacity: 0.35 !important;
}

.gap-3 {
    gap: 1rem !important;
}

.d-grid {
    display: grid !important;
}


#page-header ul li.active.current  a {
    color: #f19300;
}
#page-header ul li.active.current.sub  a {
    color: #f19300;
}
#page-header .shop-menu {display: flex;}
#page-header .shop-menu li {list-style: none;}
#page-header .shop-menu a {
    font-size: 23px;
    color: #373A43;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    color: #fff;
}

#page-header .shop-menu a.active , #page-header .shop-menu a.active i, #page-header .shop-menu a:hover , #page-header-mobile .shop-menu a.active {
    color: #b56f00 !important;
}
#page-header .cart i {
    font-size: 22px;
    color: #333;
}
#page-header .user  {
   margin-right: 0px !important;
}
#page-header .user i {
    font-size: 25px;
    color: #333;
}

#page-header .user.active.logged i , #page-header-mobile .user.active.logged i{
    color: #146c28 !important
}
#page-header .user.active.logged i:hover::before, #page-header-mobile .user.active.logged i:hover::before  {
    color: #b56f00 !important;
}

#page-header .lock {
    margin-left: 5px !important;
    color: #b56f00 !important;
}
#page-header .lock i {
    font-size: 22px;
    color: #146c28 !important
    padding-right: 30px;

}


#page-header .lock i:hover::before {
    color: #f90808 !important;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: 0.5s ease-in-out;
}


#page-header .key-logo a {
    font-size: 23px;
    /*font-family: "Meta Pro Bold";*/
    font-weight: 600;
    color: #155724;
}

#page-header .key-logo a:hover {
    color: #721c24;
}

#page-header ul.shop-menu li{
    padding:0;
}

/* CartCounter */

#page-header .cart__count  {
    display: block;
    position: absolute;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px;
    right: auto;
    top: 0px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    /*font-family: "Meta Pro";*/
    color: #ffffff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #f09325;
    background-color: #f09325;
}


#page-header-mobile ul.shop-menu.mobile {
    float: left;
    position: absolute;
    right: 70px;
    top: 28px;
    list-style-type: none;
}
#page-header-mobile ul.shop-menu.mobile li {
    float: left;
    margin: 0 8px;
}

#page-header-mobile .shop-menu a {
    color: #373A43;

}
#page-header-mobile .cart__count  {
    display: block;
    position: relative;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    right: auto;
    top: -26px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    /*font-family: "Meta Pro";*/
    color: #ffffff;
    width: 13px;
    height: 13px;
    line-height: 11px;
    text-align: center;
    background: #f09325;
    background-color: #f09325;
}

#page-header-mobile .mobile-logo > img {
    width: 180px !important;
}

#page-header-mobile .lock i::before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.cart-logo.mobile {
    float: right;
    font-size: 19px;
    margin-top: 25px;
    position: relative;
    margin-left: 0 !important;
    padding-left: 0 !important;
}


.price {
    font-size: 18px;
    /*font-family: "Meta Pro Bold";*/
    font-weight: 600;
    font-feature-settings: "lnum" 1;
    white-space: nowrap;
}

.price.gross {
    font-weight: bold;
}

.tx-cart label, .tx-cart label em {
    display: inline;
    text-transform: uppercase;
    font-style: italic;
    font-size: 12px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    opacity: 1;
}

.tx-cart .field {
    margin-bottom: 38px;
}

.cart-summary {
    border-top: 2px solid #8B8179;
}

.in2studyfinder__view-list .price {
    font-size: 32px;
    line-height: 48px;
    float: left;
}




.alert i {
    font-size: 24px;
    padding-right: 15px;
}

input {
    filter: none;
}

.form-control {
    border: 1px solid #8B8179;
}
/*
form label {
    color: #333333;
}
form label span {
    color: #f19300;
}
*/
.form-check-label:hover input ~ .checkmark {
    border-color: #333;
    background-color: #f19300 !important;
}
.has-error input ~ .checkmark {
    border-color: #ff4153;
}



.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f19300 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 143, 0, 0.25) !important;
}

.extrafields h3.mt-4:first-child {
    margin-top: 0 !important;
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.form-control.error {
    border-color: #ff4153;
}



.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #f09325 !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #f09325 !important;
}

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* Formular Alerts */

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #721c24;
    margin-top: 10px;
    border-radius: 0;
    font-size: 15px;
}

.alert-warning, .femanager_flashmessages > .message--2 {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffdb74 !important;
}

.alert-danger.top  {
    animation: headShake; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
}
.alert-danger .bi-cart3 {
    display: inline-block;
    margin: 0 0.5rem;
    animation: headShake; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}
.alert-success .bi-cart3 {
    display: inline-block;
    margin: 0 0.5rem;
    animation: lightSpeedInLeft; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
}

/* Filter */


.in2studyfinder .dropdown {
    margin-bottom: 20px;
    display: inline-block;
}

.in2studyfinder .dropdown-menu {
    min-width: 200px
}

.in2studyfinder .faculty .dropdown-menu {
    min-width: 280px
}

.c-in2studyfinder-filter__options {
    margin: 5px 10px;
}

label.in2studyfinder__checkbox-label {
    float: left;
    display: block;
}

.in2studyfinder__checkbox {
    display: block;
    float: left;
    clear: left;
    margin-top: 3px;
}

.in2studyfinder__results li {
    list-style-type: none;
    font-feature-settings: "lnum" 1;
}

.in2studyfinder__results ul {
    padding-inline-start: 0;
    padding: 0;
}

svg a:hover {
    text-decoration: none
}



.in2studyfinder__checkbox:disabled, .in2studyfinder__checkbox:disabled+label {
    display: none;
}
.in2studyfinder__checkbox--all:disabled, .in2studyfinder__checkbox--all:disabled+label {
    display: inline;
}
.in2studyfinder__checkbox-label {
    text-transform: revert;
    font-style: revert;
}



@media (max-width: 375px) {
    .in2studyfinder .d-range {
        letter-spacing: 0.001rem;
        font-size: 0.95rem;
    }
    .tx-cart .checkout-step-content {
        padding: 0em;
    }
}

@media (max-width: 575px) {
    .tx-cart .checkout-step-content .wrap-privacy {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .tx-cart .checkout-step-content .accept-terms label {
        margin-bottom: 30px;
    }
}


@media (min-width: 768px) {
    .in2studyfinder__item .bg-oth-light a, .in2studyfinder .card-img-overlay a {
        text-decoration: none;
        color: #333;
        /*text-overflow: ellipsis;*/
        display: block;
        overflow: hidden;
        width: 100%;
        /*white-space: nowrap;*/
        min-height: 4rem;
    }
    .bottom {
        bottom: 0;
        position: absolute;
        right: 0;
    }
}


@media (min-width: 992px) {
    .product-image img {
        max-width: 227px;
    }

}
