@import '_content/Chefsculinar.WayAuthentication/Chefsculinar.WayAuthentication.bundle.scp.css';

/* _content/chefsinspirationbackend/Pages/Center.cshtml.rz.scp.css */
/* _content/chefsinspirationbackend/Pages/Gesundheitstage.cshtml.rz.scp.css */
/* _content/chefsinspirationbackend/Pages/Management/Event/CreateEdit.cshtml.rz.scp.css */
/*Tags*/

.row[b-rv101mnaiv] {
    display: block;
}

#list-left[b-rv101mnaiv], #list-right[b-rv101mnaiv], #list-left-branches[b-rv101mnaiv], #list-right-branches[b-rv101mnaiv] {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
    box-shadow: 2px 2px 5px #ccc;
    border-radius: 5px;
    overflow-y: auto;
    max-height: 150px;
}

.list-container[b-rv101mnaiv] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-left[b-rv101mnaiv], .list-right[b-rv101mnaiv] {
    width: -webkit-fill-available;
    height: 200px;
    margin-top: 20px;
}

.list-left[b-rv101mnaiv] {
    margin-right: 10px;
}

.list-right[b-rv101mnaiv] {
    margin-left: 10px;
}

#list-left li[b-rv101mnaiv], #list-right li[b-rv101mnaiv], #list-left-branches li[b-rv101mnaiv], #list-right-branches li[b-rv101mnaiv] {
    color: #333;
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 5px;
}

#list-left li:hover[b-rv101mnaiv], #list-right li:hover[b-rv101mnaiv], #list-left-branches li:hover[b-rv101mnaiv], #list-right-branches li:hover[b-rv101mnaiv] {
    background-color: #f9f9f9;
    cursor: pointer;
}

#list-left li[b-rv101mnaiv], #list-right li[b-rv101mnaiv], #list-left-branches li[b-rv101mnaiv], #list-right-branches li[b-rv101mnaiv] {
    transition: all 0.2s ease-in-out;
}

.arrow-container[b-rv101mnaiv] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 200px;
}

.arrow-left[b-rv101mnaiv], .arrow-right[b-rv101mnaiv] {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.arrow-left[b-rv101mnaiv] {
    border-right: 10px solid #000;
}

.arrow-right[b-rv101mnaiv] {
    border-left: 10px solid #000;
    margin-left: 5px;
}

.form-check[b-rv101mnaiv] {
    margin-top: 30px;
}

/*Range input*/

option[b-rv101mnaiv] {
    padding: 0;
    font-size: 1rem;
}

[b-rv101mnaiv] input[type="range"] {
    width: 100%;
    appearance: none;
    height: 1.35rem;
    background: #dee2e6;
    border-radius: 5px;
    outline: none;
    transition: background 0.3s ease;
}

[b-rv101mnaiv] input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

[b-rv101mnaiv] input[type="range"]:hover::-webkit-slider-thumb {
    background-color: #0056b3;
}

[b-rv101mnaiv] input[type="range"]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border-radius: 50%;
    cursor: pointer;
}

[b-rv101mnaiv] input[type="range"]:hover::-moz-range-thumb {
    background-color: #0056b3;
}

.logoChoseFileArea[b-rv101mnaiv] {
    max-width: 600px !important;
    flex-direction: row !important;
    justify-content: space-around !important;
    flex-wrap: wrap !important;
}

/*Breadcrumb tabs*/

#BasicSettings[b-rv101mnaiv], #EventSpecialSettings[b-rv101mnaiv], #PictureUpload[b-rv101mnaiv] {
    display: none;
}

/*Crumbs*/
/* Grundlegende Styles für alle Breadcrumb-Items (<a>-Tags) */
.breadcrumbs__item[b-rv101mnaiv] {
    background: #edf1f5; /* Standard-Hintergrund für inaktive Items */
    color: #333;        /* Standard-Textfarbe */
    outline: none;
    padding: 0.75em 0.75em 0.75em 1.25em;
    position: relative;
    text-decoration: none;
    transition: background 0.2s linear;
    display: inline-block; /* Wichtig für ::after Positionierung */
    vertical-align: top;   /* Verhindert Probleme mit Zeilenhöhe */
    border-left: 1px solid #cbd2d9; /* NEU: Trennlinie links */
}

/* Entferne den linken Rand beim ALLERERSTEN Breadcrumb */
.breadcrumb-li:first-child .breadcrumbs__item[b-rv101mnaiv] {
    border-left: none; /* NEU: Keine Trennlinie beim ersten Element */
}

/* Styles NUR für den rechten Pfeil (::after) */
.breadcrumbs__item[b-rv101mnaiv]:after { /* NUR :after hier */
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1em; /* Breite des Pfeils */
    background: inherit; /* NEU: Hintergrund vom Elternelement erben (funktioniert mit transition) */
    clip-path: polygon(50% 50%, -50% -50%, 0 100%); /* Pfeilform */
    transition: background 0.2s linear;
    z-index: 1;
    left: 100%; /* Positionierung des rechten Pfeils */
}

/* --- Dauerhafte Styles für das AKTIVE Element --- */

/* Style für das aktive Breadcrumb-Item (<a>-Tag im aktiven <li>) */
.breadcrumb-li.is-active .breadcrumbs__item[b-rv101mnaiv] {
    background: #323f4a; /* Dunkler Hintergrund für aktives Item */
    color: #fff;       /* Weiße Schrift für aktives Item */
    /* Der geerbte Hintergrund für ::after wird hierdurch auch dunkel */
}

/* Style für das ::after Pseudo-Element des AKTIVEN Items */
/* Nicht mehr unbedingt nötig, da background: inherit verwendet wird */
/* Falls inherit nicht wie gewünscht funktioniert: */
/*
.breadcrumb-li.is-active .breadcrumbs__item:after {
    background: #323f4a;
}
*/

/* --- Temporäre Styles für Hover und Fokus (optional, aber empfohlen) --- */

/* Hover-Effekt für INAKTIVE Items */
.breadcrumb-li:not(.is-active) .breadcrumbs__item:hover[b-rv101mnaiv] {
    background: #dde1e5; /* Leicht anderer Hintergrund beim Hovern über inaktive Items */
    /* ::after erbt diesen Hintergrund dank background: inherit */
}

/* Fokus-Effekt (wichtig für Barrierefreiheit/Tastaturnavigation) */
.breadcrumbs__item:focus[b-rv101mnaiv] {
    outline: 2px solid dodgerblue;
    outline-offset: 2px;
}

/* Style für deaktivierte Breadcrumbs */
.breadcrumb-li.disabled .breadcrumbs__item[b-rv101mnaiv] {
    pointer-events: none;
    opacity: 0.5;
    background: #edf1f5;
    color: #666;
    border-left-color: transparent; /* Optional: Rand ausblenden bei disabled */
}
/* Style für das ::after des deaktivierten Elements */
/* Nicht mehr nötig dank background: inherit, aber zur Sicherheit: */
.breadcrumb-li.disabled .breadcrumbs__item[b-rv101mnaiv]:after {
    background: #edf1f5;
    opacity: 0.5;
}

[b-rv101mnaiv] #Event_ParticipantCount:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(70%);
}
/* _content/chefsinspirationbackend/Pages/Management/Game/GameProgressPlayer/GameProgressPlayerOverview.cshtml.rz.scp.css */
/* custom scrollbar */
[b-pduk29jck1]::-webkit-scrollbar {
    width: 20px;
}

[b-pduk29jck1]::-webkit-scrollbar-track {
    background-color: var(--bs-gray-100);
    border-radius: 10px;
}

[b-pduk29jck1]::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

[b-pduk29jck1]::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.tableFixHead[b-pduk29jck1] {
    overflow: auto;
    height: 50vh;
    display: block;
    resize: vertical;
}

.tableFixHead thead[b-pduk29jck1] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: linear-gradient(var(--bs-gray-200) 0%, var(--bs-gray-200) 97%, black 100%);
}

/* Just common table stuff. Really. */
table[b-pduk29jck1] {
    border-collapse: collapse;
    width: 100%;
}

th[b-pduk29jck1], td[b-pduk29jck1] {
    padding: 8px 16px;
}

th[b-pduk29jck1] {
    background: #eee;
}

td > p[b-pduk29jck1] {
    margin-bottom: 0;
}

.stageNotRequiredFailed[b-pduk29jck1] {
    border: #dc3545 solid 3px;
}

.stageNotRequiredSuccess[b-pduk29jck1] {
    border: #28a745 solid 3px;
}

.stageNotRequiredOpen[b-pduk29jck1] {
    border: #17a2b8 solid 3px;
}

.stageNotRequiredRunning[b-pduk29jck1] {
    border: #ffc107 solid 3px;
}
/* _content/chefsinspirationbackend/Pages/Management/Seminar/Index.cshtml.rz.scp.css */
#filter-window[b-k5lujhcm94] {
    overflow: unset;
}

table[b-k5lujhcm94] {
    overflow: auto;
    margin-top: 20px;
    resize: vertical;
    height: 60vh;
    vertical-align: middle;
}

.tableFixHead thead[b-k5lujhcm94] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: linear-gradient(var(--bs-gray-200) 0%, var(--bs-gray-200) 97%, black 100%);
}

[b-k5lujhcm94] #seminarShow tr td:last-child div {
    display: flex;
    justify-content: space-around;
}
/* _content/chefsinspirationbackend/Pages/Masterclass.cshtml.rz.scp.css */
.d-none[b-axx1djznk8] {
    display: none !important;
}

.video-wrapper[b-axx1djznk8] {
    position: relative;
    width: 100%;
    max-width: 100%;
}

video.card-content[b-axx1djznk8] {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: cover;
}

#video-overlay[b-axx1djznk8] {
    z-index: 10;
    padding: 1rem;
    text-align: center;
}

/* Unter 650px → sehr klein */
@media (max-width: 649px) {
    video.card-content[b-axx1djznk8] {
        max-height: 50vh;
    }

    #video-overlay img[b-axx1djznk8] {
        max-width: 100px;
    }

    #video-overlay h3[b-axx1djznk8] {
        font-size: 1.1rem;
    }

    #video-overlay p[b-axx1djznk8] {
        font-size: 0.9rem;
    }
}

/* 650px bis 768px → maximal groß */
@media (min-width: 650px) and (max-width: 768px) {
    video.card-content[b-axx1djznk8] {
        max-height: 90vh;
    }
}

/* Zwischen 769px und 1000px → mittlere Größe */
@media (min-width: 769px) and (max-width: 1000px) {
    video.card-content[b-axx1djznk8] {
        max-height: 60vh;
    }
}
/* _content/chefsinspirationbackend/Pages/Masterclasses.cshtml.rz.scp.css */
.masterclass-card .card-img-top[b-xa8ycmhw95] {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.masterclass-card .card-body[b-xa8ycmhw95] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.masterclass-card .description-wrapper[b-xa8ycmhw95] {
    flex-grow: 1;
}

.masterclass-card .show-more[b-xa8ycmhw95] {
    color: #0d6efd;
    cursor: pointer;
    font-weight: 500;
}
/* _content/chefsinspirationbackend/Pages/Partner.cshtml.rz.scp.css */
.special-card[b-lldrybdjid] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    text-align: center;
    padding: 10px;
    z-index: 5;
}

.image-text[b-lldrybdjid] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5em;
    font-weight: bold;
    max-width: 90%;
    word-wrap: break-word;
    hyphens: auto;
}

.card-img-top[b-lldrybdjid] {
    width: 100%;
    height: 250px;
    object-fit: cover;
    filter: drop-shadow(2px 4px 6px black) brightness(0.55);
}

.zoom-easy:hover[b-lldrybdjid] {
    transform: scale(1.025);
    transition: all ease 500ms;
    z-index: 10;
    cursor: pointer;
}
/* _content/chefsinspirationbackend/Pages/Shared/_FooterPartial.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-z8196kkydg] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-z8196kkydg] {
  color: #0077cc;
}

.btn-primary[b-z8196kkydg] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-z8196kkydg], .nav-pills .show > .nav-link[b-z8196kkydg] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-z8196kkydg] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-z8196kkydg] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-z8196kkydg] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-z8196kkydg] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-z8196kkydg] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

@media (min-width: 1400px) {

    .container[b-z8196kkydg], .container-lg[b-z8196kkydg], .container-md[b-z8196kkydg], .container-sm[b-z8196kkydg], .container-xl[b-z8196kkydg], .container-xxl[b-z8196kkydg] {
        max-width: 1800px;
    }
}

/* _content/chefsinspirationbackend/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-rn58ywpda9] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-rn58ywpda9] {
  color: #0077cc;
}

.btn-primary[b-rn58ywpda9] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-rn58ywpda9], .nav-pills .show > .nav-link[b-rn58ywpda9] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-rn58ywpda9] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-rn58ywpda9] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-rn58ywpda9] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-rn58ywpda9] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-rn58ywpda9] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

@media (min-width: 1400px) {

    .container[b-rn58ywpda9], .container-lg[b-rn58ywpda9], .container-md[b-rn58ywpda9], .container-sm[b-rn58ywpda9], .container-xl[b-rn58ywpda9], .container-xxl[b-rn58ywpda9] {
        max-width: 1800px;
    }
}

/* _content/chefsinspirationbackend/Pages/Shared/_LayoutFront.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-zd5o2oyx0z] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-zd5o2oyx0z] {
  color: #0077cc;
}

.btn-primary[b-zd5o2oyx0z] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-zd5o2oyx0z], .nav-pills .show > .nav-link[b-zd5o2oyx0z] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-zd5o2oyx0z] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-zd5o2oyx0z] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-zd5o2oyx0z] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-zd5o2oyx0z] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-zd5o2oyx0z] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

@media (min-width: 1400px) {

    .container[b-zd5o2oyx0z], .container-lg[b-zd5o2oyx0z], .container-md[b-zd5o2oyx0z], .container-sm[b-zd5o2oyx0z], .container-xl[b-zd5o2oyx0z], .container-xxl[b-zd5o2oyx0z] {
        max-width: 1800px;
    }
}

/* _content/chefsinspirationbackend/Pages/Shared/_LayoutSymposium.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-ba6y5ygtm4] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-ba6y5ygtm4] {
  color: #0077cc;
}

.btn-primary[b-ba6y5ygtm4] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ba6y5ygtm4], .nav-pills .show > .nav-link[b-ba6y5ygtm4] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-ba6y5ygtm4] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-ba6y5ygtm4] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ba6y5ygtm4] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ba6y5ygtm4] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-ba6y5ygtm4] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

@media (min-width: 1400px) {

    .container[b-ba6y5ygtm4], .container-lg[b-ba6y5ygtm4], .container-md[b-ba6y5ygtm4], .container-sm[b-ba6y5ygtm4], .container-xl[b-ba6y5ygtm4], .container-xxl[b-ba6y5ygtm4] {
        max-width: 1800px;
    }
}

