/* --- */

/* global color config */
: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;
  }
  
  /* forms, inputs and buttons */
  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 !important;
  }
  
  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);
  }
  
  .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;
  }
  
  /* videos */
  video[poster] {
    object-fit: cover !important;
  }
  
  .play-button svg path {
    fill: #fff;
  }
  
  /* navigation */
  .nav-item-news .label {
    background-color: #FF6200 !important;
  }
  
  /* news */
  
  .news-priority .panel-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.1%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: white;
  }
  
  /* login */
  .login {
    background-attachment: fixed;
    background-clip: border-box;
    background-origin: padding-box;
    background-image: url('https://gebu-test.bgm.software/static/images/bewegung_slackline.jpg') !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::before, .login::after {
    display: none;
  }

  .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: 90%;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  
  .login a {
    color: #333 !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);
  }
  
  /* login:mobile */
  @media screen and (max-width: 767px) {
    .login {
        background-image: url('https://gebu-test.bgm.software/static/images/bewegung_slackline.jpg') !important;

    }
  
    .login .row .col-sm-4 {
        margin-top: 0;
        margin-bottom: 180px;
    }
  }
  
  /* login: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;
    }
  }
  
  /* login: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: "Deine Gesundheit.";
        position: absolute;
        background: #FF6200;
        color: #fff;
        font-weight: bold;
        display: table;
    }
  
    :lang(de) .login::after {
        content: "Dein Budget.";
        position: absolute;
        background: #FF6200;
        color: #fff;
        font-weight: bold;
        display: table;
    }
    :lang(en) .login::before {
        content: "Your Health.";
        position: absolute;
        background: #FF6200;
        color: #fff;
        font-weight: bold;
        display: table;
    }
  
    :lang(en) .login::after {
        content: "Your Budget.";
        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;
    }
  
  }
  
  /* login: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;
    }
  
  }
  
  /* login:minimum large screen */
  @media (min-width: 768px) and (min-height: 600px) {
    .login .row .col-sm-4 {
        padding-bottom: 15px;
    }
  }
  
  /* login:minimum large+ screen */
  @media (min-width: 768px) and (min-height: 768px) {
    .login .row .col-sm-4 {
        margin-top: 250px;
        margin-bottom: 0px;
    }
  }
  
  /* login: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;
    }
  }
  
  /* password reset */
  .reset .reset__support-btn {
    display: block;
  }
  
  /* search */
  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;
  }
  
  .container.faq form .form-group {
  width: auto;
  padding-right: 8px;
  }
  .container.faq .form-group .input-group {
  width: 100%;
  }
  
  /* offers */
  form[action="/offers/"] .form-group .input-group {
    display: block;
  }
  
  /* widgets */
  .widget-budget {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  } 
  .widget-budget div {
    margin-bottom: 0px !important;
  }
  
  .widget-budget > div {
    margin-bottom: 0px !important;
    min-height: auto; 
    padding: 5px;
  }
  
  .widget-budget h4 {
    font-weight: bold;
    font-size: 16px !important;
    color: #696969 !important;
  }
  
  
  .widget-budget .btn {
    display: none;
  }
  .widget-categories {
    margin-bottom: 20px !important;
  } 
  
  .widget-categories > div {
    padding: 5px !important;
  }
  
  
  @media only screen and (max-width: 850px) {
  .widget-categories .list-group div {
  float: left !important;
  width: 100% !important;
  padding: 1px !important;
  border-radius: 4px !important;
  }  
  
  .widget-categories > div {
    padding: 5px !important;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
  }
  
  }  
  
  .widget-categories .list-group {
    margin-bottom: 0px !important;
  }
  
  .widget-categories .list-group div div {
    width: 100% !important;
    text-align: left !important;
    font-weight: bold;
    padding-left: 15px !important;
  }
  
  .widget-categories h4 {
    font-weight: bolder;
    font-size: 16px !important;
    color: #696969 !important;
  }
  
  .widget-categories .list-group .arrow {
    display: none !important;
  }
  
  .widget-offer-banners h4 {
    display: none;
  }
  .widget-offer-banners .event-box h4 {
    display: block;
  }
  
  
  .widget-offer-banners {
    margin: 0px !important;
    margin-bottom: 0px !important;
  }
  .widget-offer-banners div {
    margin: 0px !important;
    margin-bottom: 20px !important;
  }
  .widget-offer-banners div div {
    margin: 0px !important;
  }
  .widget-offer-banners h4 {
    margin-bottom: 10px !important;
  }
  
  .widget-offer-banners .event-box {
    height: calc(150px + (200 - 150) * ((100vw - 320px) / (1600 - 320)));
    border-radius: 10px;
    margin: 0px !important;
    box-shadow: none;
  }
  
  .widget-offer-banners .event-box > div {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: 0;
    padding: 5px !important;
  }
  
  .widget-offer-banners .event-box:hover {
  border: 0px solid white;
  }
  
  
  .widget-offer-banners .event-box h4 {
  text-align: center;
  font-size: calc(25px + (30 - 25) * ((100vw - 320px) / (1600 - 320)));
  font-weight: bolder;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 2px 2px #696969;
  text-transform: none;
  }
  
  .widget-offer-banners .event-box > div {
    -webkit-transition: .5s -webkit-filter linear;
    -moz-transition: .5s -moz-filter linear;
    -moz-transition: .5s filter linear;
    -ms-transition: .5s -ms-filter linear;
    -o-transition: .5s -o-filter linear;
    transition: .5s filter linear, .5s -webkit-filter linear;
  }
  
  .widget-offer-banners .event-box > div > img {
    filter: blur(0px);
     border-radius: 4px !important;
  }
  
  .widget-offer-banners .event-box:hover > div {
    filter: grayscale(0%);
  }
  
  .widget-offer-banners .event-box:hover > div > img {
    filter: blur(1px);
  }
  
  .widget-offer-banners .event-box > h4 {
    transition: font-size .3s;
  }
  
  .widget-offer-banners .event-box:hover > h4 {
    font-size: calc(30px + (30 - 25) * ((100vw - 320px) / (1600 - 320)));
  }
  
  .widget-offer-banners .col-12:first-child {
    width: 50% !important;
  }
  .widget-offer-banners .col-12:nth-child(2) {
    width: 50% !important;
  }
  
  .widget-offer-banners .col-12:first-child .event-box {
    height: calc(200px + (300 - 200) * ((100vw - 320px) / (1600 - 320))) !important;
  }
  .widget-offer-banners .col-12:nth-child(2) .event-box {
    height: calc(200px + (300 - 200) * ((100vw - 320px) / (1600 - 320))) !important;
  }
  
  .widget-offer-banners .col-12:first-child {
    padding-left: 0px;
    padding-right: 10px;
  }
  .widget-offer-banners .col-12:nth-child(2)  {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }

  
  @media only screen and (max-width: 500px) {

  /* Beide Spalten auf 100% Breite */
  .widget-offer-banners .col-12:nth-child(1),
  .widget-offer-banners .col-12:nth-child(2) {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Zweite Spalte – etwas strengere Vorgaben */
  .widget-offer-banners .col-12:nth-child(2) h4 span {
    display: none;
  }
}
  
  .widget-next-date div {
    text-align: center;
    margin: 0px;
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  .widget-next-date-wrapper .btn {
    border-color: white !important;
    font-weight: bold !important;
  }
  .widget-next-date {
    margin: 0px; 
    padding-bottom: 0px !important;
    padding-top: 20px !important;
  }
    
  .widget-next-date-wrapper {
    margin-bottom: 0px !important; 
  }
  .widget-next-date h4 {
    font-weight: bold;
    font-size: 16px !important;
    color: #696969 !important;
    margin-bottom: 10px !important;
  }
  
  /* custom */
  #Ebene_1___-998904906 path {
    fill: var(--main-bg-color);
  }
  
  .Wapmo H4 {
    padding-top: 3px;
  }
  
  /*******Karusell******/
  
  /* Wrapper */
  /*
  .widget-category-bars > div {
    margin-top: 20px;
    Margin-bottom: 0px!important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  */
  
  /* Bezeichnung Kategorie */
  .widget-category-bars > div > h4 {
    font-size: 16px !important;
    text-align: left;
    color: #696969;
  }
  
  /* Lane Abstand außen */
  /*
  .widget-category-bars div > div:nth-child(3) > div:nth-child(1),
  .widget-category-bars .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .widget-category-bars .row > div:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  
  .widget-category-bars .row > div:last-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  */
  
  /* Angebot */
  .widget-category-bars .event-box {
  height: 145px;
  border-radius: 10px !important;
  box-shadow: none
  }
  
  .widget-category-bars .event-box:hover {
  border: none !important;
  }
  
  .widget-category-bars .event-box > div {
    -webkit-transition: .5s -webkit-filter linear;
    -moz-transition: .5s -moz-filter linear;
    -moz-transition: .5s filter linear;
    -ms-transition: .5s -ms-filter linear;
    -o-transition: .5s -o-filter linear;
    transition: .5s filter linear, .5s -webkit-filter linear;
    border-radius: 4px !important;
    padding: 5px !important;
    
  }
  
  .widget-category-bars .event-box > div > img {
    filter: blur(0px);
    border-radius: 4px !important;
  }
  
  .widget-category-bars .event-box:hover > div {
    filter: grayscale(0%);
  }
  
  .widget-category-bars .event-box:hover > div > img {
    filter: blur(1px);
    border-radius: 4px !important;
  }
  
  .widget-category-bars .event-box > h4 {
    transition: font-size .3s;
    word-wrap: break-word;
    width: 190px;
  }
  
  .widget-category-bars .event-box:hover > h4 {
    font-size: 16px;
  }
  
  .widget-category-bars .event-box > div:not(.offer-banner):not(.detail-panel) {
    border-radius: 0 !important;
    height: 145px;
    position: relative;
  }
  
  /* Angebotstitel */
  .widget-category-bars .event-box > h4 {
  text-align: center;
  font-size: 17px;
  font-weight: bolder;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 1px #828282;
  text-transform: none;
  }
  
  /* Karusell Navigation */
  /*
  .widget-category-bars .slider-panel svg path {
    fill: #fff !important;
  }
  .widget-category-bars .slider-panel button span.active {
    background-color: #fff !important;
  }
  .widget-category-bars .slider-panel button span {
    background-color: #d4d4d4 !important;
  }
  */
  
  /* Karusell Balken */
  .widget-category-bars .color-bar {
  /* display: none; */
  background-color: rgb(227, 234, 143);
  }
  /* Karusell Balken 2. Widget in der Reihe */
  /*
  .widget-category-bars div:nth-child(2) .color-bar {
    background-color: hotpink !important;
  }
  */
  
  /* Karusell Angebot Details */
  .widget-category-bars .detail-panel .image {
    border-radius: unset !important;
  }
  
  .widget-category-bars .detail-panel h4 {
    font-size: 16px;
  }
  
  /* Mit Video */
  
  .widget-category-bars .event-box > div:not(.detail-panel):not(.offer-banner) > div {
    height: 100%;
    position: relative;
    border-radius: 0 !important;
  }
  
  .widget-category-bars .event-box > div:not(.detail-panel):not(.offer-banner) > div video {
    position: absolute;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
    width: 141%;
  }
  
  .widget-category-bars > div > div:nth-child(3) > div {
    min-height: 60px !important;
  }
  
  
  @media only screen and (min-width: 992px) {
  /*.widget-category-bars > div:nth-child(4) > div > div > div > div {
  width: 20% !important;
  }
  .widget-category-bars > div:nth-child(3) > div > div > div > div {
  width: 33.3% !important;
  }    
  .widget-category-bars > div:nth-child(4) > div > div > div > div {
  width: 25% !important;
  }    
  .widget-category-bars > div:nth-child(5) > div > div > div > div {
  width: 100% !important;
  }    
  */    
    
  }
  /*.widget-category-bars > div:nth-child(4) .slider-panel {
    display: none !important;
  }
  .widget-category-bars > div:nth-child(n+3) .slider-panel {
    display: none !important;
  }*/
  .disabled {
    display: none !important;
  }
  
  .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;
  }
  
  .progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    overflow: hidden;
  }

.form-label {
    text-align: left !important;
}
.reset .password-separator {
    color: #6c757d !important;
}
.reset .form-text {
    text-align: center;
}
.open > .offer-title {
  opacity: 0;  
}