.card {
  --bs-border-radius: 0;
  --bs-primary: #769A5A;
  --bs-secondary: #FE9218;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #769A5A;
  --bs-btn-border-color: #769A5A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5f8046;
  --bs-btn-hover-border-color: #5f8046;
  --bs-btn-focus-shadow-rgb: 130,138,145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5f8046;
  --bs-btn-active-border-color: #5f8046;
  --bs-btn-active-shadow: inset 0 3px 5px #769a5a85;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #769A5A;
  --bs-btn-disabled-border-color: #769A5A;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #FE9218;
  --bs-btn-border-color: #FE9218;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fdaa4b;
  --bs-btn-hover-border-color: #fdaa4b;
  --bs-btn-focus-shadow-rgb: 130,138,145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fdaa4b;
  --bs-btn-active-border-color: #fdaa4b;
  --bs-btn-active-shadow: inset 0 3px 5px #fe931875;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #FE9218;
  --bs-btn-disabled-border-color: #FE9218;
}
.c-grid {
  display: grid;
  gap: 2rem;
}
.grid-auto {
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
}
h3 {
  font-weight: 600;
}
.card {
    --bs-link-color-rgb: black;
    /* --bs-success: #769A5A; */
}
.card.grey-subtle{
  --bs-card-bg: #f0f0f0;
}
.card.danger-subtle{
  --bs-card-bg: #f8d7da;
}
.text-bg-success {
    color: #fff !important;
    background-color: #FE9218 !important;
}
.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url('../images/bg-background.jpg');
}

.logo-img {
    overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('../images/ferienprogramm-logo-2.svg');
  height: 200px;
  background-position: center center;
  background-size: contain;
  width: 320px;
  margin-bottom: 0 !important;
  height: 120px;
  width: 250px;
} 

.header-logo-center {
    width: 100%;
    text-align: center;
    padding: 16px 0 8px 0;
    z-index: 2;
    position: relative;
}
.header-logo-center img {
    height: 80px;
    width: auto;
    display: block;
    margin: 0 auto;
}

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

.collapse:not(.show) {
    display: block;
}

/* .vh-100 {
  min-height: 100vh !important;
  height: inherit !important;
} */


.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  align-items: end;
}

.navbar-nav {
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.navbar-brand {
  display: block;
  margin: 20px auto;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #063a16;
    font-weight: 600;;
  }
label {
  font-weight: 600;
}
.help-text {
  color: #626262;
  margin-bottom: 0.5rem;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.25) !important;
}
/* .btn-primary {
--bs-btn-color: #fff;
  --bs-btn-bg: #063a16;
  --bs-btn-border-color: #063a16;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #063a16;
  --bs-btn-hover-border-color: #063a16;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #063a16;
  --bs-btn-active-border-color: #063a16;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #063a16;
  --bs-btn-disabled-border-color: #063a16;
} */

.needs-validation ul li {
  color: red;
}

.needs-validation ul {
  list-style-type: none;
  padding: 0;
}
.hidden-div {
  background: #7070704f !important;
}

/* calendar */


/* In Webseite enthaltenes Stil-Dokument | http://localhost:8000/course/kalender */

.fc .fc-scrollgrid-section-sticky > * {
  /* background: undefined; */
  background: rgb(237, 237, 237);
  position: sticky;
  z-index: 3;
  background: red;
}

.fc .fc-scrollgrid-section, .fc .fc-scrollgrid-section table, .fc .fc-scrollgrid-section > td {
  height: 1px;
  background: #ededed;
  /* background: rgb(237, 237, 237); */
  background: #fff;
}

.fc .fc-col-header-cell-cushion {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  padding: 1rem;
  color: #000;
}

.fc .fc-daygrid-day-number {
  text-decoration: none;
  text-align: center;
  font-size: 0.75rem;
  color: rgb(95, 95, 95);
  text-decoration: none;
  font-size: 0.75rem;
}

.fc .fc-daygrid-day-top {
  flex-direction: row;
  display: flex;
}

.fc-h-event {
  background-color: #769A5A;
  border: none;
  padding: 0.5rem;
  text-align: center;
}

.fc-day-disabled {
  background: rgb(245, 245, 245) !important;
}
.fc .fc-toolbar-title {
  font-style: italic;
  font-size: 20px;
}
/* .top-gradient-overlay {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.85) 80%, rgba(255,255,255,0) 100%);
    height: 33vh;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
} */

.full-page {
    position: relative;
}
.full-page::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 20%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0) 70%);
    pointer-events: none;
    z-index: 1;
}
.full-page .navbar,
.full-page .container {
    position: relative;
    z-index: 2;
}

/* .full-page,
.min-vh-100,
.vh-100 {
  min-height: 100vh !important;
  height: 100vh !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
} */

/* Sicherstellen, dass Modal und Backdrop immer im Vordergrund liegen */
.modal-backdrop {
    z-index: 1050 !important;
}
.modal {
    z-index: 1055 !important;
}


/* chosen.min.css | https://cdnjs.cloudflare.com/ajax/libs/chosen/1.8.7/chosen.min.css */

.chosen-container {
  /* font-size: 13px; */
  font-size: 16px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
  /* margin: 3px 5px 3px 0; */
  /* padding: 3px 20px 3px 5px; */
  margin: 7px 5px 7px 0 !important;
  padding: 8px 26px 8px 8px !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  /* top: 4px; */
  top: 10px !important;
}

chosen-form label {
  font-size: 18px;
  padding-bottom: 0.5rem;
  font-weight: normal;
}
/* .sortable-container {
    display: flex;
    gap: 20px;
} */
.sortable-list {
    min-height: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f9f9f9;
}
.sortable-list .item {
  cursor: move !important;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  margin: 6px 5px 6px 0;
  padding: 6px 20px 6px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));
  background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
  box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
  color: #333;
  line-height: 13px;
}


