/* Základní styly */ body { background-color: #0D0D0D; color: #FFFFFF; font-family: 'Montserrat', sans-serif; } .section { background-color: #0D0D0D; } /* Tlačítka */ .btn { transition: all 0.3s ease; display: inline-block; } .btn:hover { background-color: #d17a6e; transform: translateY(-2px); } /* Stínování a hover efekty pro obrázky */ .shadow-custom { box-shadow: 0 4px 6px rgba(0, 0, 0, 0.7); transition: transform 0.3s ease, box-shadow 0.3s ease; } .shadow-custom:hover { transform: scale(1.02); box-shadow: 0 6px 8px rgba(0, 0, 0, 0.8); } /* Navigační odkazy */ .nav-link { transition: color 0.3s ease; position: relative; display: inline-block; } .nav-link:after { content: ''; position: absolute; width: 0; height: 2px; bottom: -4px; left: 0; background-color: #e88d81; transition: width 0.3s ease; } .nav-link:hover:after { width: 100%; } /* Jazykový přepínač */ .language-switcher { cursor: pointer; position: relative; display: flex; align-items: center; gap: 0.5rem; transition: color 0.3s ease; } .language-switcher img { width: 24px; height: auto; transition: transform 0.3s ease, border-color 0.3s ease; border-radius: 2px; } .language-switcher span { display: none; /* Skryje text na menších obrazovkách */ } @media (min-width: 768px) { .language-switcher span { display: inline; /* Zobrazí text na větších obrazovkách */ } } .language-switcher:hover { color: #d17a6e; } .language-switcher:hover img { transform: scale(1.05); } .language-switcher.active { color: #e88d81; font-weight: bold; } .language-switcher.active img { border: 2px solid #e88d81; } /* Mobilní menu */ #mobile-menu { transform-origin: top; transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease; visibility: hidden; opacity: 0; transform: scaleY(0); pointer-events: none; } #mobile-menu.visible { visibility: visible; opacity: 1; transform: scaleY(1); } #mobile-menu a { transition: color 0.3s ease, background-color 0.3s ease; padding: 0.75rem 1rem; display: block; width: 100%; } #mobile-menu a:hover { background-color: rgba(232, 141, 129, 0.1); } /* Hamburger menu ikona */ #menu-btn { margin-left: auto; } #menu-btn svg { transition: transform 0.3s ease; } #menu-btn[aria-expanded="true"] svg { transform: rotate(180deg); } /* FAQ sekce */ .faq-answer { transition: height 0.3s ease, opacity 0.3s ease; overflow: hidden; } .faq-answer.hidden { height: 0; opacity: 0; } .faq-icon { transition: transform 0.3s ease; } /* Footer */ footer { text-align: center; } /* Media queries pro menu */ @media (max-width: 768px) { /* Skryje desktopové menu a zobrazí mobilní */ nav.md\:flex { display: none; } .nav-link:after { display: none; } #mobile-menu .nav-link { padding: 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } #mobile-menu .nav-link:last-child { border-bottom: none; } #mobile-menu { display: block; } } @media (min-width: 768px) { /* Skrytí mobilního menu na desktopu */ #mobile-menu { display: none; } } /* Flexbox styling pro zarovnání loga a mobilního tlačítka */ .flex.justify-between.items-center { display: flex; justify-content: space-between; align-items: center; } #mobile-menu { transform-origin: top; transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease; visibility: hidden; opacity: 0; transform: scaleY(0); pointer-events: none; } #mobile-menu.visible { visibility: visible; opacity: 1; transform: scaleY(1); pointer-events: auto; }

GRUNDLEGENDE INFORMATIONEN UND ANFORDERUNGEN

ZEITLICHE UND ORGANISATORISCHE ANGELEGENHEITEN

ABLAUF DES CASTINGS UND FOTOSHOOTINGS

RECHTLICHE UND ADMINISTRATIVE ANGELEGENHEITEN

NUTZUNG VON MATERIALIEN UND RECHTEN