
.freudenbach_blau{
  color: #4259be;
}

.bg_freudenbach_blau{
  background-color: #4259be;
}

.freudenbach_grau{
  color: #d2d2d1;
}


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.clearfix::after,
.calendar ol::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ================
Calendar Styling */
.calendar {
  border-radius: 10px;
}

.month {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .month {
    font-size: 3.5rem;
  }
}

.calendar ol li {
  float: left;
  width: 14.28571%;
}

.calendar .day-names {
  border-bottom: 1px solid #eee;
}

.calendar .day-names li {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.calendar .days li {
  border-bottom: 1px solid #eee;
  min-height: 13rem;
}

.calendar .days li .date {
  margin: 0.5rem 0;
}

.calendar .days li .event {
  font-size: 0.75rem;
  padding: 0.4rem 0.4rem;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  border-radius: 1.2rem;
  margin-bottom: 1px;
  position: relative;
  z-index: 99;
}

.calendar .days li .event:hover{
  position: absolute;
  z-index: 100;
}

.calendar .days li .event.span-2 {
  width: 200%;
}

/*
.calendar .days li .event.begin {
  border-radius: 1rem 0 0 1rem;
  
}

.calendar .days li .event.end {
  border-radius: 0 1rem 1rem 0;
}
*/
.calendar .days li .event.clear {
  background: none;
}

.calendar .days li:nth-child(n+29) {
  border-bottom: none;
}

.calendar .days li.outside .date {
  color: #ddd;
}


#CarCarousel .carousel-control-next, .carousel-control-prev{
  position: relative;
  top:auto;
  bottom:auto;
  display: inline;
  width: auto;
  padding: 20px;
}