/*!
Theme Name:    Online Rebellion
Author:        Online Rebellion
Author URI:    https://www.online-rebellion.de
Description:   Child Theme
Version:       1.0.0
License:       GNU General Public License v3 or later
License URI:   https://www.gnu.org/licenses/gpl-3.0.html
Template:      page-builder-framework
Text Domain:   page-builder-framework-child
*/

<style>
.swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.testimonial-slide .video iframe {
  width: 100%;
  max-width: 600px;
  height: 350px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.testimonial-slide .text {
  flex: 1;
  min-width: 250px;
}

.kategorie {
  color: #00aaa7;
  font-weight: bold;
  margin-bottom: 5px;
}

.name {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.beschreibung {
  font-size: 16px;
  line-height: 1.5;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}
</style>


