.page-apk-de-poppy-playtime { font-family: Arial, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-apk-de-poppy-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-apk-de-poppy-playtime__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .page-apk-de-poppy-playtime__section--dark { background-color: #333; color: #fff; } .page-apk-de-poppy-playtime__section-title { text-align: center; color: #0056b3; margin-bottom: 30px; font-size: 2.5em; } .page-apk-de-poppy-playtime__section--dark .page-apk-de-poppy-playtime__section-title { color: #fff; } .page-apk-de-poppy-playtime__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: var(--header-offset, 122px); } .page-apk-de-poppy-playtime__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .page-apk-de-poppy-playtime__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; background: rgba(0,0,0,0.5); border-radius: 10px; } .page-apk-de-poppy-playtime__hero-title { font-size: 3em; margin-bottom: 15px; color: #ffcc00; } .page-apk-de-poppy-playtime__hero-subtitle { font-size: 1.5em; margin-bottom: 25px; } .page-apk-de-poppy-playtime__btn { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-size: 1.1em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-apk-de-poppy-playtime__btn:hover { background-color: #0056b3; } .page-apk-de-poppy-playtime__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px 0; background-color: #eee; border-radius: 8px; margin-top: 20px; } .page-apk-de-poppy-playtime__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; } .page-apk-de-poppy-playtime__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-apk-de-poppy-playtime__intro-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; } .page-apk-de-poppy-playtime__intro-text { flex: 1; min-width: 300px; } .page-apk-de-poppy-playtime__intro-image-wrapper { flex: 1; min-width: 300px; text-align: center; } .page-apk-de-poppy-playtime__intro-image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); min-width: 200px; min-height: 200px; } .page-apk-de-poppy-playtime__list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } .page-apk-de-poppy-playtime__list-item { background-color: #f2f2f2; padding: 15px 20px; border-radius: 5px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); text-align: center; } .page-apk-de-poppy-playtime__list-item a { color: #007bff; text-decoration: none; font-weight: bold; } .page-apk-de-poppy-playtime__list-item a:hover { text-decoration: underline; } .page-apk-de-poppy-playtime__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-apk-de-poppy-playtime__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center; } .page-apk-de-poppy-playtime__game-image { width: 100%; height: 200px; object-fit: cover; min-width: 200px; min-height: 200px; } .page-apk-de-poppy-playtime__game-content { padding: 20px; } .page-apk-de-poppy-playtime__game-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; } .page-apk-de-poppy-playtime__game-description { font-size: 0.9em; color: #555; margin-bottom: 15px; } .page-apk-de-poppy-playtime__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-apk-de-poppy-playtime__promo-card { background-color: #e9f7ff; border-radius: 8px; padding: 25px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); text-align: center; } .page-apk-de-poppy-playtime__promo-title { font-size: 1.8em; color: #007bff; margin-bottom: 10px; } .page-apk-de-poppy-playtime__promo-description { font-size: 1em; color: #444; margin-bottom: 20px; } .page-apk-de-poppy-playtime__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; } .page-apk-de-poppy-playtime__security-item { padding: 20px; background-color: #f0f8ff; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.05); } .page-apk-de-poppy-playtime__security-icon { width: 60px; height: 60px; margin-bottom: 15px; min-width: 200px; min-height: 200px; } .page-apk-de-poppy-playtime__social-media-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; } .page-apk-de-poppy-playtime__social-media-item { background-color: #007bff; border-radius: 50%; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; transition: background-color 0.3s ease; } .page-apk-de-poppy-playtime__social-media-item:hover { background-color: #0056b3; } .page-apk-de-poppy-playtime__social-icon { width: 24px; height: 24px; min-width: 200px; min-height: 200px; } .page-apk-de-poppy-playtime__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 5px; overflow: hidden; } .page-apk-de-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f7f7f7; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-apk-de-poppy-playtime__faq-question:hover { background-color: #e0e0e0; } .page-apk-de-poppy-playtime__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-apk-de-poppy-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; } .page-apk-de-poppy-playtime__faq-item.active .page-apk-de-poppy-playtime__faq-toggle { transform: rotate(45deg); } .page-apk-de-poppy-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-apk-de-poppy-playtime__faq-item.active .page-apk-de-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-apk-de-poppy-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-apk-de-poppy-playtime__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .page-apk-de-poppy-playtime__blog-image { width: 100%; height: 180px; object-fit: cover; min-width: 200px; min-height: 200px; } .page-apk-de-poppy-playtime__blog-content { padding: 20px; } .page-apk-de-poppy-playtime__blog-title { font-size: 1.3em; margin-bottom: 10px; } .page-apk-de-poppy-playtime__blog-title a { color: #0056b3; text-decoration: none; } .page-apk-de-poppy-playtime__blog-title a:hover { text-decoration: underline; } .page-apk-de-poppy-playtime__blog-excerpt { font-size: 0.9em; color: #555; margin-bottom: 15px; } .page-apk-de-poppy-playtime__blog-date { font-size: 0.8em; color: #777; } @media (max-width: 768px) { .page-apk-de-poppy-playtime__hero-section { height: 400px; } .page-apk-de-poppy-playtime__hero-title { font-size: 2em; } .page-apk-de-poppy-playtime__hero-subtitle { font-size: 1.2em; } .page-apk-de-poppy-playtime__section { padding: 20px 15px; } .page-apk-de-poppy-playtime__section-title { font-size: 2em; } .page-apk-de-poppy-playtime__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 15px 0; } .page-apk-de-poppy-playtime__payment-logo, .page-apk-de-poppy-playtime__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-apk-de-poppy-playtime__intro-content { flex-direction: column; } .page-apk-de-poppy-playtime__list { grid-template-columns: 1fr; gap: 15px; } .page-apk-de-poppy-playtime__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 12px 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-apk-de-poppy-playtime__list-item a { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-apk-de-poppy-playtime__list-item-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-apk-de-poppy-playtime__game-grid, .page-apk-de-poppy-playtime__promo-grid, .page-apk-de-poppy-playtime__security-grid, .page-apk-de-poppy-playtime__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-apk-de-poppy-playtime__intro-image, .page-apk-de-poppy-playtime__game-image, .page-apk-de-poppy-playtime__security-icon, .page-apk-de-poppy-playtime__social-icon, .page-apk-de-poppy-playtime__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-apk-de-poppy-playtime__faq-question { padding: 12px 15px; } .page-apk-de-poppy-playtime__faq-question h3 { font-size: 1em; } .page-apk-de-poppy-playtime__faq-answer { padding: 0 12px; } .page-apk-de-poppy-playtime__faq-item.active .page-apk-de-poppy-playtime__faq-answer { padding: 15px 12px !important; } } .page-apk-de-poppy-playtime__sticky-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-apk-de-poppy-playtime__sticky-btn { display: block; background-color: #ffcc00; color: #333; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.2); transition: background-color 0.3s ease, transform 0.2s ease; } .page-apk-de-poppy-playtime__sticky-btn:hover { background-color: #e6b800; transform: translateY(-2px); } .page-apk-de-poppy-playtime__sticky-btn--register { background-color: #007bff; color: #fff; } .page-apk-de-poppy-playtime__sticky-btn--register:hover { background-color: #0056b3; }