/* General styles for the 22bet Austria page */.page-22bet-austria { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-22bet-austria__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 20px; padding-top: 40px; } .page-22bet-austria__section-description { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 50px auto; color: #cccccc; } .page-22bet-austria__hero-section { position: relative; width: 100%; overflow: hidden; padding-top: 10px; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; } .page-22bet-austria__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .page-22bet-austria__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; } .page-22bet-austria__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-22bet-austria__hero-title { font-size: 3.5em; color: #ffffff; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-22bet-austria__hero-description { font-size: 1.3em; color: #e0e0e0; margin-bottom: 30px; } .page-22bet-austria__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-22bet-austria__hero-button { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; } .page-22bet-austria__hero-button--register { background-color: #007bff; color: #ffffff; } .page-22bet-austria__hero-button--register:hover { background-color: #0056b3; transform: translateY(-3px); } .page-22bet-austria__hero-button--login { background-color: #ffcc00; color: #1a1a1a; } .page-22bet-austria__hero-button--login:hover { background-color: #e6b800; transform: translateY(-3px); } .page-22bet-austria__introduction-section, .page-22bet-austria__quick-access-section, .page-22bet-austria__games-section, .page-22bet-austria__promotions-section, .page-22bet-austria__security-section, .page-22bet-austria__faq-section, .page-22bet-austria__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-22bet-austria__features-grid, .page-22bet-austria__game-categories, .page-22bet-austria__promo-cards, .page-22bet-austria__security-features, .page-22bet-austria__blog-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-22bet-austria__feature-item, .page-22bet-austria__game-category-item, .page-22bet-austria__promo-card, .page-22bet-austria__security-item, .page-22bet-austria__blog-card { background-color: #2a2a2a; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-22bet-austria__feature-item:hover, .page-22bet-austria__game-category-item:hover, .page-22bet-austria__promo-card:hover, .page-22bet-austria__security-item:hover, .page-22bet-austria__blog-card:hover { transform: translateY(-5px); } .page-22bet-austria__feature-icon, .page-22bet-austria__security-icon, .page-22bet-austria__game-image, .page-22bet-austria__promo-image, .page-22bet-austria__blog-image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; object-fit: cover; } .page-22bet-austria__feature-icon { max-width: 120px; margin: 0 auto 20px auto; } .page-22bet-austria__feature-title, .page-22bet-austria__game-title, .page-22bet-austria__promo-title, .page-22bet-austria__security-title, .page-22bet-austria__blog-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-22bet-austria__feature-text, .page-22bet-austria__game-text, .page-22bet-austria__promo-text, .page-22bet-austria__security-text, .page-22bet-austria__blog-excerpt { font-size: 1em; color: #cccccc; margin-bottom: 20px; } .page-22bet-austria__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-22bet-austria__access-button, .page-22bet-austria__game-button, .page-22bet-austria__promo-button, .page-22bet-austria__contact-button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; background-color: #007bff; color: #ffffff; transition: background-color 0.3s ease, transform 0.3s ease; } .page-22bet-austria__access-button:hover, .page-22bet-austria__game-button:hover, .page-22bet-austria__promo-button:hover, .page-22bet-austria__contact-button:hover { background-color: #0056b3; transform: translateY(-3px); } .page-22bet-austria__game-button, .page-22bet-austria__promo-button { margin-top: 15px; } .page-22bet-austria__contact-button { margin-top: 30px; background-color: #ffcc00; color: #1a1a1a; } .page-22bet-austria__contact-button:hover { background-color: #e6b800; } .page-22bet-austria__faq-container { margin-top: 40px; } .page-22bet-austria__faq-item { background-color: #2a2a2a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); box-sizing: border-box; } .page-22bet-austria__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background-color: #333; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-22bet-austria__faq-question:hover { background-color: #444; } .page-22bet-austria__faq-question-title { font-size: 1.2em; color: #ffcc00; margin: 0; pointer-events: none; } .page-22bet-austria__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-22bet-austria__faq-item.active .page-22bet-austria__faq-toggle { transform: rotate(45deg); } .page-22bet-austria__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #cccccc; } .page-22bet-austria__faq-item.active .page-22bet-austria__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-22bet-austria__faq-answer p { margin: 0; } .page-22bet-austria__blog-card-title a { color: #ffcc00; text-decoration: none; transition: color 0.3s ease; } .page-22bet-austria__blog-card-title a:hover { color: #ffffff; text-decoration: underline; } .page-22bet-austria__blog-card time { display: block; font-size: 0.9em; color: #888; margin-top: 10px; } /* Responsive adjustments */ @media (max-width: 1024px) { .page-22bet-austria__hero-title { font-size: 2.8em; } .page-22bet-austria__hero-description { font-size: 1.1em; } .page-22bet-austria__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-22bet-austria__hero-section { min-height: 400px; } .page-22bet-austria__hero-title { font-size: 2em; } .page-22bet-austria__hero-description { font-size: 1em; } .page-22bet-austria__hero-cta-group { flex-direction: column; } .page-22bet-austria__hero-button { width: 100%; max-width: 300px; margin: 0 auto; } .page-22bet-austria__section-title { font-size: 1.8em; padding-top: 30px; } .page-22bet-austria__section-description { font-size: 0.95em; margin-bottom: 30px; } .page-22bet-austria__introduction-section, .page-22bet-austria__quick-access-section, .page-22bet-austria__games-section, .page-22bet-austria__promotions-section, .page-22bet-austria__security-section, .page-22bet-austria__faq-section, .page-22bet-austria__blog-section { padding: 40px 15px; } .page-22bet-austria__features-grid, .page-22bet-austria__game-categories, .page-22bet-austria__promo-cards, .page-22bet-austria__security-features, .page-22bet-austria__blog-cards { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; } .page-22bet-austria__feature-item, .page-22bet-austria__game-category-item, .page-22bet-austria__promo-card, .page-22bet-austria__security-item, .page-22bet-austria__blog-card { padding: 20px; } .page-22bet-austria__access-buttons { flex-direction: column; gap: 15px; margin-top: 30px; } .page-22bet-austria__access-button { width: 100%; max-width: 300px; margin: 0 auto; } .page-22bet-austria__game-image, .page-22bet-austria__promo-image, .page-22bet-austria__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-22bet-austria__faq-question { padding: 15px 20px; } .page-22bet-austria__faq-question-title { font-size: 1.1em; } .page-22bet-austria__faq-answer { padding: 0 20px; } .page-22bet-austria__faq-item.active .page-22bet-austria__faq-answer { padding: 15px 20px !important; } .page-22bet-austria__features-grid, .page-22bet-austria__game-categories, .page-22bet-austria__promo-cards, .page-22bet-austria__security-features, .page-22bet-austria__blog-cards { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-22bet-austria__feature-item, .page-22bet-austria__game-category-item, .page-22bet-austria__promo-card, .page-22bet-austria__security-item, .page-22bet-austria__blog-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } }