.elementor-3352 .elementor-element.elementor-element-764b9d6.ob-is-breaking-bad > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-3352 .elementor-element.elementor-element-764b9d6.ob-is-breaking-bad.ob-bb-inner > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-3352 .elementor-element.elementor-element-764b9d6.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-3352 .elementor-element.elementor-element-764b9d6.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-3352 .elementor-element.elementor-element-764b9d6.ob-is-breaking-bad.ob-bb-inner{width:100%;flex:unset;align-self:inherit;}.elementor-3352 .elementor-element.elementor-element-2c656b5.elementor-column{align-self:inherit;cursor:default;}.elementor-3352 .elementor-element.elementor-element-b40ec94.ob-is-breaking-bad > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-3352 .elementor-element.elementor-element-b40ec94.ob-is-breaking-bad.ob-bb-inner > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-3352 .elementor-element.elementor-element-b40ec94.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-3352 .elementor-element.elementor-element-b40ec94.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-3352 .elementor-element.elementor-element-b40ec94.ob-is-breaking-bad.ob-bb-inner{width:100%;flex:unset;align-self:inherit;}.elementor-3352 .elementor-element.elementor-element-997244a.elementor-column{align-self:inherit;cursor:default;}/* Start custom CSS for html, class: .elementor-element-c115148 */.best2learn-header {
  text-align: center;
  padding: 40px 20px;
  max-width: 700px;
  margin: auto;
  font-family: 'Josefin Sans';
}

.best2learn-logo img {
  width: 200px;
  margin-bottom: 20px;
}

.best2learn-header h2 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 15px;
  font-family: 'Josefin Sans', regular;
  text-align: left;
  
}

.best2learn-header p {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Dosis';
  text-align: left;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8aab9ee */.course-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px 0;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.course-card {
  flex: 0 0 auto;
  width: 360px;
  scroll-snap-align: start;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  background-color: #fff;
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 550px;
}

.logo-link {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}

.logo-link img {
  width: 45px;

}

.course-image {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 20px 20px 0 0;
  flex-shrink: 0;
}

.course-info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
}

.course-tags {
  display: flex;
  gap: 10px;
  flex-shrink: 1;
  align-items: center;
}

.course-price,
.course-age {
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 13px;
  color: #333;
  font-family: 'Josefin Sans', sans-serif;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
}

.book-button {
  background-color: white;
  color: #941b1f;
  padding: 6px 12px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 0 0 1px #941b1f inset;
  flex-shrink: 0;
}

.book-button:hover {
  background-color: #941b1f;
  color: white;
  transition: all 0.3s ease;
}

.course-content {
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.course-content h3 {
  font-size: 20px;
  color: #941b1f;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
}

.course-content p {
  font-size: 15px;
  margin-bottom: auto;
  color: #000;
  line-height: 1.5;
  font-family: Dosis, sans-serif;
}

.more-info-link {
  color: #941b1f;
  font-size: 14px;
  text-decoration: underline;
  font-family: 'Josefin Sans', sans-serif;
  margin-top: 15px;
}

/* Responsive Anpassungen */
@media (max-width: 1024px) {
  .course-card {
    width: 320px;
  }

  .course-content h3 {
    font-size: 18px;
  }

  .course-content p {
    font-size: 14px;
  }

  .book-button,
  .course-price,
  .course-age,
  .more-info-link {
    font-size: 12.5px;
  }
}

@media (max-width: 768px) {
  .course-card {
    width: 280px;
  }

  .course-content h3 {
    font-size: 17px;
  }

  .course-content p {
    font-size: 13.5px;
  }

  .book-button,
  .course-price,
  .course-age,
  .more-info-link {
    font-size: 12px;
  }
}/* End custom CSS */