@import"common.css";
body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 58vh; 
    background: url("../../img/PlaymobilPro_Konflikte_3-1024x623.jpg") no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-content h1 {
    font-size: 3em;
}
@media (max-width: 1024px) {
    .hero-content h1 {
        font-size: 2em;
    }
}
.playmobil-intro-section {
    padding: 60px 20px;
    background-color: white; 
}

.content-wrapper {
    max-width: 800px;
    margin: 0 auto; 
}

.playmobil-intro-section h1 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 5px;
}

.playmobil-intro-section h2 {
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 15px;
}

.playmobil-intro-section h3 {
    font-size: 1.1em;
    font-weight: 400; 
    margin-bottom: 25px;
    line-height: 1.4;
    color: #444; 
}

.playmobil-intro-section p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

.playmobil-intro-section strong {
    font-weight: 700;
}
.playmobil-intro-section ul {
    list-style-type: none; 
    padding-left: 0;
    margin-top: 20px;
}

.playmobil-intro-section li {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 15px;
    margin-left: 20px;
    position: relative;
}
.lego-serious-play-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.logo-and-tagline {
    text-align: center;
    padding: 40px 0 20px 0;
}

.logo {
    font-size: 2.5em;
    font-weight: 900;
    margin-bottom: 15px;
}

.playmobil-intro-section li::before {
    content: "•"; 
    color: black; 
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 0;
}
.bold-team{
    font-weight: 900;
}
@media (max-width: 600px) {
    .playmobil-intro-section {
        padding: 40px 15px;
    }
    
    .playmobil-intro-section h1 {
        font-size: 2em;
    }
    
    .playmobil-intro-section h2 {
        font-size: 1.4em;
    }

    .playmobil-intro-section p,
    .playmobil-intro-section li {
        font-size: 0.95em; 
    }
    .logo {
        font-size: 2em;
    }
    
    .logo-and-tagline h2 {
        font-size: 1.2em;
    }
}
.quote-section {
  position: relative;
  padding: 100px 20px;
  background-image: url("../../img/LSP-Bild.JPG");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.quote-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 10, 10, 0.795); 
    z-index: 1; 
  }
.quote-content {
  color: #fff;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.quote-text {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 25px;
}
.playmobil-benefits-section {
    padding: 50px 20px;
    background-color: white; 
    color: #333;
}

.playmobil-benefits-section .content-wrapper {
    max-width: 800px; 
    margin: 0 auto;
}
.playmobil-benefits-section .section-title {
    font-size: 1.6em;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}
.playmobil-benefits-section h2:first-of-type {
    margin-top: 0;
}

.playmobil-benefits-section ul {
    list-style-type: disc; 
    padding-left: 20px;
    margin-bottom: 30px;
}

.playmobil-benefits-section li {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 12px; 
}
.playmobil-benefits-section strong {
    font-weight: 700;
}
@media (max-width: 600px) {
    .playmobil-benefits-section {
        padding: 30px 15px; 
    }
    
    .playmobil-benefits-section .section-title {
        font-size: 1.4em; 
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    .playmobil-benefits-section li {
        font-size: 0.95em; 
        line-height: 1.5;
    }
}
.cta-banner-section {
    padding: 80px 5%;
    background-color: #88888833;
    text-align: center;
}

.cta-banner-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-banner-content h2 {
    font-size: 2.2em;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.cta-banner-content p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 40px;
    color: var(--text-color);
}

.cta-banner-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px; 
}
.cta-banner-buttons .btn-cta.primary {
    background-color: #F42B37;
    color: #ffffff;
    padding: 15px 30px;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
}
.cta-banner-buttons .btn-cta.primary:hover {
    background-color: #DD6822; 
}
@media (max-width: 600px) {
    .cta-banner-section {
        padding: 50px 3%;
    }

    .cta-banner-content h2 {
        font-size: 1.8em;
    }

    .cta-banner-content p {
        font-size: 1em;
        margin-bottom: 30px;
    }
    .cta-banner-buttons {
        flex-direction: column;
        gap: 20px;
    }
    
    .cta-banner-buttons .btn-cta.primary {
        width: 70%; 
        max-width: 300px;
        padding: 12px 20px;
    }
}
