:root {
    --primary-color: rgb(255, 98, 0);
    --main-bg-color: rgb(255, 98, 0);
    --secondary-bg-color: rgb(150, 28, 90);
    --color-indigo: rgb(82,81,153);
    --color-dark-grey: #696969;
    --color-light-grey: #a8a8a8;
}

input[type="text"],
input[type="password"] {
    border: 1px solid var(--color-light-grey) !important;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="text"]:active,
input[type="password"]:active,
input[type="text"]:focus,
input[type="password"]:focus {
    border: 1px solid var(--main-bg-color) !important;
    color: var(--color-dark-grey) !important;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
    color: #a8a8a8;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
    color: #555 !important;
}

input[type="radio"],
input[type="checkbox"] {
    filter: saturate(0);
}

video[poster] {
    object-fit: cover !important;
}

.play-button svg path {
    fill: #fff;
}

.btn {
    background-color: #FF6200 !important;
    border-color: #FF6200 !important;
    color: #fff !important;
}

.btn.invers, .btn.btn-secondary {
    background-color: #fff !important;
    border-color: #FF6200 !important;
    color: #FF6200 !important;
}

.btn::first-letter {
    text-transform: uppercase;
}

.nav-item-news .label {
    background-color: #FF6200 !important;
}

.news-priority .card-body > div > div {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
}

.news-priority ul,
.news-item ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.news-priority ul li:first-of-type::before,
.news-item ul li:first-of-type::before {
    margin-top: 0;
}

.news-priority ul li,
.news-item ul li {
    position: relative;
    padding-left: 19px;
}

.news-priority ul li::before,
.news-item ul li::before {
    top: calc(10px - .25rem);
    width: .5rem;
    height: .5rem;
    border-radius: .0625rem;
    content: "";
    background-color: #ff6200;
    position: absolute;
    left: calc(8.5px - .25rem);
}

.news-video-wrapper {
    position: relative;
}

.news-video-wrapper:after {
    content: '';
    height: 100%;
    width: 0.2%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: white;
}

.login {
    background-attachment: fixed;
    background-clip: border-box;
    background-origin: padding-box;
    background-image: url('https://hrms.learn-ing.rocks/static/images/learning_visual_v3.jpeg') !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    overflow: auto;
    max-width: 100% !important;
}

.login .row {
    margin: 0 !important;
}

.login .row .col-sm-4 {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border-radius: 10px;
    line-height: 12px !important;
    margin-top: 250px;
}

.login .logo {
    width: 80%;
    margin: 15px !important;
}

.login a {
    color: #333 !important;
}

/* mobile */
@media screen and (max-width: 767px) {
    .login {
        background-image: url('https://hrms.learn-ing.rocks/static/images/learning_visual_mobile.jpeg') !important;
        background-position: 0px 0px !important;
    }

    .login .row .col-sm-4 {
        margin-top: 0;
        margin-bottom: 180px;
    }
}

/* mobile querformat */
@media screen and (max-height: 550px) and (min-aspect-ratio: 1/1) {
    .login .row .col-sm-4 {
        margin-top: 0;
        margin-bottom: 0px;
    }
}

/* minimum medium screen */
@media (min-width: 768px) and (min-height: 550px) {

    .login .row .col-sm-4 {
        margin-top: 125px;
        margin-bottom: 0px;
    }

    :lang(de) .login::before {
        content: "Helden wie Du";
        position: absolute;
        background: #FF6200;
        color: #fff;
        font-weight: bold;
        display: table;
    }
    
    :lang(en) .login::before {
        content: "Heroes like you";
        position: absolute;
        background: #FF6200;
        color: #fff;
        font-weight: bold;
        display: table;
    }

    :lang(de) .login::after {
        content: "können alles lernen!";
        position: absolute;
        background: #FF6200;
        color: #fff;
        font-weight: bold;
        display: table;
    }
    :lang(en) .login::after {
        content: "can learn everything!";
        position: absolute;
        background: #FF6200;
        color: #fff;
        font-weight: bold;
        display: table;
    }

    .login .row::after {
        content: "";
        background-image: url('https://hrms.learn-ing.rocks/static/images/ing_identifier_fc_tagline_white_borderless_clean.svg');
        background-repeat: no-repeat;
        display: block;
        position: absolute;
    }

    /* X = 21 */
    .login .row::after {
        bottom: 72px;
        right: 21px;
        background-size: 63px 81.2px;
        width: 63px;
        /* width * 1.29 */
        height: 81.2px;
    }

    .login::before {
        top: 32px;
        left: 16px;
        padding: 2px 12px 4px;
        font-size: 28px;
        line-height: 36px;
        border-radius: 4px;
    }

    .login::after {
        top: 78px;
        left: 72px;
        /* max left: 1/3 = 146px */
        padding: 2px 12px 4px;
        font-size: 28px;
        line-height: 36px;
        border-radius: 4px;
    }

}

/* minimum large - edge case ING - screen */
@media (min-width: 768px) and (min-height: 578px) {

    .login .row .col-sm-4 {
        margin-top: 175px;
        margin-bottom: 0px;
        padding-bottom: 0;
    }

    /* X = 32 */
    .login .row::after {
        bottom: 83px;
        right: 32px;
        background-size: 96px 123.8px;
        width: 96px;
        /* width * 1.29 */
        height: 123.8px;
    }

    .login::before {
        top: 48px;
        left: 24px;
        padding: 2px 16px 4px;
        font-size: 36px;
        line-height: 48px;
        border-radius: 6px;
    }

    .login::after {
        top: 110px;
        left: 110px;
        /* max left: 1/3 = 146px */
        padding: 2px 16px 4px;
        font-size: 36px;
        line-height: 48px;
        border-radius: 6px;
    }

}

/* minimum large screen */
@media (min-width: 768px) and (min-height: 600px) {
    .login .row .col-sm-4 {
        padding-bottom: 15px;
    }
}

/* minimum large+ screen */
@media (min-width: 768px) and (min-height: 768px) {
    .login .row .col-sm-4 {
        margin-top: 250px;
        margin-bottom: 0px;
    }
}

/* minimum large++ screen */
@media (min-width: 1024px) and (min-height: 1024px) {

    .login .row .col-sm-4 {
        margin-top: 300px;
        margin-bottom: 0px;
    }

}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    /* add your IE10-IE11 css here */

    .login .row::after {
        display: none;
    }

    .login::before {
        display: none;
    }

    .login::after {
        display: none;
    }
}


.home *:hover {
    border-color: #FF6200 !important;
}

.widget-budget {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
} 
.widget-budget div {
    margin-bottom: 0px !important;
    border-radius: 10px !important;
}


.widget-budget div.progress-bar {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.widget-budget > div {
    margin-bottom: 0px !important;
    min-height: auto; 
    padding: 0px;
    box-shadow: rgb(136, 136, 136) 1px 1px 2px !important;
}

.widget-budget h4 {
    font-weight: bold;
    font-size: 16px !important;
    color: #696969 !important;
    line-height: 1.42857143
}

.widget-budget .btn {
    display: none;
}

.widget-categories .offer-cat {
    color: #fff !important;
}

.widget-categories .offer-cat svg {
    fill: #fff !important;
}

.widget-categories .list-group div:nth-child(1) .offer-cat {
    background-color: rgb(85, 155, 209) !important;
    color: #fff !important;
}

.widget-categories .list-group div:nth-child(2) .offer-cat {
    background-color: rgb(52, 150, 81) !important;
    color: #fff !important;
}

.widget-categories .list-group div:nth-child(3) .offer-cat {
    background-color: rgb(82, 81, 153) !important;
    color: #fff !important;
}

.widget-categories .list-group div:nth-child(4) .offer-cat {
    background-color: rgb(171, 0, 102) !important;
    color: #fff !important;
}

.widget-categories .list-group div:nth-child(5) .offer-cat {
    background-color: #646567 !important;
    color: #fff !important;
}

.offer-cat {
    background: none !important;
    background-color: #E9E9E9 !important;
    color: #fff;
    border-bottom: 1px solid #ccc !important;
}

.offer-cat .arrow path {
    fill: #fff !important;
}

.offer-cat.open .arrow path {
    fill: #fff !important;
    color: #fff;
}

.list-group div:nth-child(1) .offer-cat {
    background-color: #767676 !important;
    color: #fff !important;
}

.list-group div:nth-child(2) .offer-cat {
    background-color: rgb(82, 81, 153) !important;
    color: #fff !important;
}

.list-group div:nth-child(3) .offer-cat {
    background-color: rgb(85, 155, 209) !important;
    color: #fff !important;
}

.list-group div:nth-child(4) .offer-cat {
    background-color: rgb(171, 0, 102) !important;
    color: #fff !important;
}

.list-group div:nth-child(5) .offer-cat {
    background-color: rgb(52, 150, 81) !important;
    color: #fff !important;

}

.list-group div:last-child .offer-cat {
    background-color: #a8a8a8 !important;
    color: #fff !important;
}

.widget-category-bars div:nth-child(1) .color-bar {
    background-color: rgb(82, 81, 153) !important;
    color: #fff !important;
}

.widget-category-bars div:nth-child(2) .color-bar {
    background-color: rgb(85, 155, 209) !important;
    color: #fff !important;

}

.widget-category-bars div:nth-child(3) .color-bar {
    background-color: rgb(171, 0, 102) !important;
    color: #fff !important;
}

.widget-category-bars div:nth-child(4) .color-bar {
    background-color: rgb(52, 150, 81) !important;
    color: #fff !important;

}

.widget-category-bars div:nth-child(5) .color-bar {
    background-color: #a8a8a8 !important;
    color: #fff !important;
}

.widget-offer-banners {
    margin-bottom: 35px;
}

.list-group-item {
    color: #8a8a8a !important;
}

.list-group-item svg path {
    fill: #8a8a8a !important;
}

.list-group-item.open svg path {
    fill: rgb(255, 98, 0) !important;
}

.login-links a {
    background-color: white !important;
    border: 1px solid var(--main-bg-color) !important;
    border-color: var(--main-bg-color) !important;
    color: var(--main-bg-color) !important;
    display: block;
    width: 100%;
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333 !important;
    border-radius: 6px !important;
}

.login-links a:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

#Ebene_1___-998904906 path {
    fill: var(--main-bg-color);
}

input[name="search"] ~ .input-group-btn button {
  background: none !important;
  border: none;
}

input[name="search"] ~ .input-group-btn button svg path {
  fill: #ff6200 !important;
}

input[name="search"] ~ .input-group-btn {
  position: absolute;
  right: 40px;
  z-index: 10;
}

form[action="/offers/"] .form-group .input-group {
  display: block;
}

.form-group .input-group input[name="search"] {
  width: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-color: #8a8a8a !important;
  padding-right: 40px;
}

.form-group .input-group input[name="search"]:focus {
  border-color: #ff6200 !important;
}

.reset .reset__support-btn {
    display: block;
    
}
.widget-offer-banners div:nth-child(5){
    margin-bottom: 20px !important;
    margin-top: 40px !important;
}
.widget-offer-banners div div {
    margin: 0px !important;
}

.widget-offer-banners h4 {
    margin-bottom: 10px !important;
}
.widget-offer-banners h4 {
    display: none;
  }
.widget-offer-banners .event-box h4 {
    display: none;
}
  
  .widget-offer-banners > div::before {
    display: block;
    content: '\00A0';
    font-weight: bold;
    font-size: 16px;
    color: #696969;
    padding: 0px 15px;
    margin-bottom: 10px;
    text-align: left;
  }
    :lang(de) .widget-offer-banners > div:nth-child(1)::before {
    content: 'ING Partnerangebote';
    white-space: nowrap;
    }
    
    :lang(en) .widget-offer-banners > div:nth-child(1)::before {
    content: 'ING partner offers';
    }
  .widget-offer-banners > div:nth-child(5)::before {
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
    position: absolute;
    width: calc(100% - 20px);
    top: 0;
    text-align: center;
  }
  :lang(de) .widget-offer-banners > div:nth-child(5)::before {
    content: 'Kostenlos über die “ING University Learning Platform” in Workday';
    }
  :lang(en) .widget-offer-banners > div:nth-child(5)::before {
    content: 'Free via the "ING University Learning Platform" in Workday';
    }

.widget-offer-banners .event-box {
    height: calc(100px + (200 - 150) * ((100vw - 320px) / (1600 - 320)));
    border-radius: 10px;
    margin: 0px !important;
    max-width: 100% !important;
}

.widget-offer-banners .event-box > div {
    height: 100%;
    width: 100%;
}
  .widget-offer-banners .col-12:nth-child(1) {
   width: 25% !important;
} 
  .widget-offer-banners .col-12:nth-child(2) {
   width: 25% !important;
} 
  .widget-offer-banners .col-12:nth-child(3) {
   width: 25% !important;
} 
  .widget-offer-banners .col-12:nth-child(4) {
   width: 25% !important;
}

.widget-offer-banners .col-12:nth-child(5) {
   width: 100% !important;
   background-color: #ff6200;
   border-radius: 10px;
   padding-bottom: 10px;
   padding-top: 50px;
   position: relative;
   
   margin-left: 10px !important;
   margin-right: 10px !important;
   flex-shrink: 1;
}

.widget-offer-banners-tag {
    top: 10px !important;
}

/* mobile */
@media screen and (max-width: 767px) {
    .widget-offer-banners .col-12:nth-child(5) {
   padding-top: 70px;
}
.widget-offer-banners div:nth-child(5){
    margin-bottom: 0px !important;
    margin-top: 30px !important;
}
.widget-offer-banners-tag {
    font-size: 12px !important;
}
  .widget-offer-banners .col-12:nth-child(1) {
   width: 50% !important;
} 
  .widget-offer-banners .col-12:nth-child(2) {
   width: 50% !important;
} 
  .widget-offer-banners .col-12:nth-child(3) {
   width: 50% !important;
} 
  .widget-offer-banners .col-12:nth-child(4) {
   width: 50% !important;
}
}

 .widget-offer-banners .col-12 .FittedImage--cover {
    object-fit: scale-down;
}
.widget-offer-banners .col-12 .FittedImage {
    width: 100% !important;
    border-radius: 10px ;
}

.Wapmo H4 {
    padding-top: 3px;
}
.footer-navigation select {
    border-width: 3px;
    border-color: #ff6200;
}

.card-body h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
}
#dropdownLanguage {
    background-color: white!important;
    color: #a0a0a0 !important;
    border-width: 3px;
}

.form-label {
    text-align: left !important;
}
@media (min-width: 768px) and (max-width: 991.99px) {
     .widget-category-bars > div > div > div > div > div {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media (max-width: 767.99px) {
     .widget-category-bars > div > div > div > div > div {
        flex: 0 0 auto;
        width: 50%;
    }
}

.slider-panel span.active {
  background-color: #FF6200 !important;
}

/* video-player */
.video-player .control path {
  fill: #FF6200 !important;
}

/* video-player progress */
.video-player progress {
  accent-color: #FF6200!important;
}

.event-box .control path {
  fill: #FF6200 !important;
}
.reset .password-separator {
    color: #6c757d !important;
}
.reset .password-separator {
    color: #6c757d !important;
}
.reset .form-text {
    text-align: center;
}
.open > .offer-title {
  opacity: 0;  
}
.widget-category-bars .event-box h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    padding-left: 5px;
    padding-right: 5px;
}
.slider-panel svg {
    color: #a8a8a8 !important;
}
.offer-banner {
    top: 10px !important;
}
