@charset "UTF-8";
/*
Theme Name: Kulturradar
Author: Tim Kamenik
Description: Theme des Kulturradar des Kuturrat im Landkreis Böblingen e.V.
*/
@import url("./css/bootstrap.min.css");
@import url("./res/font-awesome/css/fontawesome.css");
@import url("./res/font-awesome/css/solid.css");
html, body {
  min-height: 100%;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  background-color: white;
}

a {
  text-underline-offset: 0.25rem;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.75rem !important;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.clr-primary {
  background-color: #ffa500 !important;
  color: white;
}

.clr-primary-icon {
  color: #ffa500 !important;
}

.clr-primary-faded {
  background-color: rgba(255, 165, 0, 0.6666666667) !important;
  color: white;
}

.clr-primary-gradient {
  background: linear-gradient(45deg, rgb(255, 165, 0), rgba(255, 165, 0, 0.6666666667));
  color: white;
}

.text-faded {
  color: rgba(0, 0, 0, 0.3764705882);
}

.page-container, .main-container {
  min-height: 100%;
  max-width: 600px;
  min-height: 100vh;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.226);
}

.divider-circle {
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3764705882);
  margin-inline: 0.5rem;
}

.search-box {
  background-color: white;
}

.search-bar {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 4rem;
  border-radius: 2rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.226);
}

.search-form {
  width: 100%;
}

.search-input {
  border: none;
  width: 85%;
  outline-color: #ffa500 !important;
  padding: 5px;
  font-size: 1rem;
  padding-left: 1rem;
  border-radius: 1rem;
}

.search-button {
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  border: none;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  transition: all 0.2s;
}

.search-button:hover {
  transform: scale(1.05);
  transition: all 0.2s;
}

.shortcut {
  padding: 0.75rem !important;
  font-size: small !important;
  transition: all 0.2s;
}

.shortcut:hover {
  transform: scale(1.05);
  transition: all 0.2s;
}

.recommendation-li {
  width: 66%;
  min-width: 66%;
  aspect-ratio: 1/1;
}
.recommendation-li:first-child {
  margin-left: 1.5rem;
}

.recommendation-card {
  cursor: pointer;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}

.recommendation-card:hover {
  transform: scale(1.02);
  transition: all 0.2s;
}

.recommendation-img {
  height: 66%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.date-tag {
  background-color: #ffa500;
  border-radius: 10px;
  padding-inline: 10px;
  color: white;
  width: 70px;
  height: 70px;
}

.info-box {
  border-color: #ffa500 !important;
  background-color: rgba(255, 166, 0, 0.2509803922) !important;
}

.submit-button {
  background-color: #ffa500 !important;
  border-color: transparent;
}

.event-header-img {
  height: 35vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.event-title-banner {
  background-color: rgba(255, 165, 0, 0.5333333333);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.calender-button {
  line-height: 1.2;
  height: 4rem;
  width: 4rem;
  padding: 1rem;
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all 0.2s;
}
.calender-button:hover {
  transform: scale(1.05);
  transition: all 0.2s;
}

.search-card {
  cursor: pointer;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  aspect-ratio: 3/2;
}

.search-card:hover {
  transform: scale(1.02);
  transition: all 0.2s;
}

.search-img {
  height: 66%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.menu-item a {
  text-underline-offset: 0.25rem;
  transition: all 0.2s;
  color: rgba(0, 0, 0, 0.3764705882);
  font-size: 0.8 rem;
}
.menu-item a:hover {
  transform: scale(1.05);
  transition: all 0.2s;
}

#menu-footer-menu .menu-item a {
  color: white !important;
}

.menu-footer-menu-container {
  width: 100%;
}

.event-detail-icon {
  width: 1.75rem;
}

.add-event {
  transition: all 0.2s;
}
.add-event:hover {
  transform: scale(1.05);
}

#new-event-overlay::backdrop {
  background-color: rgba(0, 0, 0, 0.5333333333);
}

.orga-btn {
  transition: all 0.2s;
}
.orga-btn:hover {
  transform: scale(1.02);
}

.my-event-card {
  transform: scale(1);
}
.my-event-card:hover {
  transform: scale(1.02);
  transition: all 0.2s;
}/*# sourceMappingURL=style.css.map */