.cc-theme-light {
  --cc-bg:           #ffffff;
  --cc-bg-header:    #f8f9fa;
  --cc-bg-input:     #f8f9ff;
  --cc-bg-user:      #e8eeff;
  --cc-bg-bot:       #f4f5f7;
  --cc-accent:       #1F1B95;
  --cc-accent-hover: #3451d1;
  --cc-text:         #1a1a2e;
  --cc-text-muted:   #6b7280;
  --cc-border:       rgba(0,0,0,0.08);
  --cc-shadow:       0 8px 32px rgba(0,0,0,0.15);
  --cc-bubble-bg:    #1F1B95;
  --cc-bubble-color: #fff;
}


  .modular-highlights {
    text-align: center;
  }
  .modular-highlights.offset-box .frame-box {
    margin: -3rem -1.4rem 3rem;
    padding: 1rem 1rem;
    background: #fff;
    box-shadow: 0 0 75px 0 rgba(69, 77, 93, 0.1);
  }
  .modular-highlights.small .columns {
    margin-top: -1rem;
  }
  .modular-highlights.small .highlight-image {
    display: block;
    justify-content: left;
  }
  .modular-highlights.small .highlight-image h6 {
    text-transform: none;
  }
  .modular-highlights .frame-box {
    padding: 3rem 0;
  }
  .modular-highlights .frame-box > p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .modular-highlights .column {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .modular-highlights .column:hover .highlight-content {
    color: #667189;
  }
  .modular-highlights .highlight-image {
    font-size: 130px;
    height: 200px;
    width: 100%;
    color: #e7e9ed;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1rem 0;
  }
  .modular-highlights .highlight-image h6 {
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    display: block;
  }
  .modular-highlights .highlight-content {
    color: #acb3c2;
  }
  .modular-features a:hover {
    text-decoration: none;
  }

  .modular-events {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  

  .bg-dark .form-input {
    background-color: #454d5d;
    border-width: 0 0 1px 0;
  }

  .bg-dark .btn, 
  .bg-dark .button {
    background-color: #454d5d;
  }

  .modular-row {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .team-item {
    padding: 30px 0 40px;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  }
  
  .team-item .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    z-index: 1;
    position: relative;
  }
  
  .team-item .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: var(--school-primary);
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }
  
  .team-item:hover .picture::before {
    height: 100%;
  }
  
  .team-item .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--school-primary);
    position: absolute;
    top: 4px;
    left: 0;
    z-index: -1;
  }
  
  .team-item .picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
  }
  
  .team-item:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
  }
  
  .team-item .title {
    display: block;
    font-size: 15px;
    margin-top: 0;
    color: #4e5052;
    text-transform: capitalize;
  }
  
  .team-item .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: var(--school-primary);
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  
  .team-item:hover .social {
    bottom: 0;
  }
  
  .team-item .social li {
    display: inline-block;
    margin-top: 0;
  }
  
  .team-item .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  position: relative;
  white-space: nowrap;
  max-width: 1400px;
  margin: 0 auto;
  grid-template-columns: 320px auto;
  grid-gap: 20px;
}

.timeline ol::-webkit-scrollbar {
  height: 12px;
}

.timeline ol::-webkit-scrollbar-thumb,
.timeline ol::-webkit-scrollbar-track {
  border-radius: 92px;
}

.timeline ol::-webkit-scrollbar-thumb {
  background: var(--school-primary);
}

.timeline ol::-webkit-scrollbar-track {
  background: white;
}

.timeline ol {
  padding: 150px 0;
  margin-left: 0;
  transition: all 1s;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--school-primary) white;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 5px;
  background: #454D5E;
  scroll-snap-align: start;
}

.timeline ol li:last-child {
  width: 340px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--school-primary);
  z-index: 1;
}

.timeline ol li span.icon {
  position: absolute;
  top: 5px;
  right: 5px;
  color: var(--school-primary);
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  white-space: normal;
  color: black;
  background: white;
  border-radius: 0 10px 10px 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
  border-radius: 10px 10px 10px 0;
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--school-primary);
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 800px) {
  .timeline {
    display: block;
  }

  .timeline .info {
    display: none;
  }
}


/* Customizeed number input field */

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: .05rem solid #caced7;
  border-radius: .1rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button.fa-minus {
  border-right: 0px;
}

.number-input button.fa-plus {
  border-left: 0px;
}

.number-input input[type=number] {
  text-align: center;
  border-radius: 0;
}

.item-input {
  background: #fff;
  max-width: 300px;
  position: relative;
  z-index: 1;
  margin: 10px auto;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.item-input .content {
  position: relative;
  z-index: 15;
  background: #fff;
}

.item-input .content label {
  padding: 15px 5px;
  width: 75%;
  float: left;
  background: #fff;
}
.item-input .content .price {
  width: 25%;
  float: left;
  color: var(--school-secondary);
  font-size: 1.5em;
  position: relative;
}
.item-input .content .price::after {
  content: "€";
  font-size: 0.5em;
}
.item-input .footer {
  padding: .2rem;
}

/** LOGIN FORM **/

#grav-login {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(225, 225, 225, 0.4);
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: relative;
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

#grav-login > a {
  margin-top: 20px;
  margin-bottom: 20px;
}

.login-form .button-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.login-form .button-wrapper > * {
  margin-top: 20px;
}

.checkboxes.counters {    
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.counters label.disabled{
  display: flex;
  justify-content: space-between;
}

.counters label.disabled{
  color: lightgray;
}

.counters .slots {
  display: flex;
  flex-direction: row-reverse;    
  justify-content: flex-start;
  margin-bottom: 10px;
  float: right;
  padding-top: 10px;
  padding-right: 10px;
}

.counters .slot {
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
.counters .slot.busy{
  background-color: #3c3b3b;
}
.counters .slot.free{
  background-color: lightgray;
}