:root{--hintergrund: rgb(63, 49, 74);--bildumrandung: #B8ACFA;--text: white;--secundary_text: lightgray}body{margin:0;padding:0;min-height:100vh;font-family:Arial,Helvetica,sans-serif;font-size:1rem}h1{font-size:3rem;line-height:115%}h2{margin-bottom:1.25rem;font-size:2rem}h3{font-size:1.5rem}header{padding:4rem 1rem;display:flex;justify-content:center;align-items:center;background-color:var(--hintergrund);color:var(--text);flex-wrap:wrap}header p{color:var(--secundary_text)}.header-text{width:65%;padding-bottom:2rem}.circle{width:20rem;height:20rem;max-width:80vw;max-height:80vw;overflow:hidden;border-radius:50%;border:.8rem solid var(--bildumrandung);display:flex;justify-content:center;align-items:center}.circle img{width:100%}nav{margin-bottom:4rem;position:relative}.menu{list-style:none;display:flex;gap:3rem}.menu a{color:var(--secundary_text);text-decoration:none;font-size:1.2rem}.menu a:hover{color:var(--text);text-decoration:underline var(--bildumrandung);transition:.8s}.menu-icon{display:none;cursor:pointer}main{color:var(--hintergrund)}section{padding:2.5rem}.hinweis{border:.1rem solid red;margin-bottom:2rem}.box-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.box{border-radius:1rem;box-shadow:0 .5rem .5rem #0000004d;overflow:hidden;width:25rem;text-align:center;position:relative;background-color:var(--secundary_text)}.box img{width:100%;height:15rem;object-fit:cover;transition:transform .3s ease-in-out}.box:hover img{transform:scale(1.1)}.btn{display:block;width:100%;padding:1rem;text-decoration:none;background:var(--secundary_text);color:var(--hintergrund);font-size:1.2rem;text-align:center}.btn:hover{background:var(--bildumrandung);color:var(--text);transition:1.2s}.gallery-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.gallery-item{width:auto;height:15rem;object-fit:cover;border-radius:1rem;cursor:pointer;transition:transform .2s ease-in-out}.gallery-item:hover{transform:scale(1.05)}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;z-index:9999;display:flex;justify-content:center;align-items:center}.lightbox-img{max-width:80%;max-height:80%;border-radius:1rem;object-fit:contain}.close{position:absolute;top:2rem;right:2rem;font-size:3rem;color:var(--secundary_text);cursor:pointer}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);font-size:2rem;color:var(--secundary_text);background:none;border:none;cursor:pointer;padding:1rem}.prev{left:2rem}.next{right:2rem}.svg-curve{fill:var(--hintergrund);width:100%;display:block;margin-bottom:-.3rem}footer{background-color:var(--hintergrund);color:var(--secundary_text);padding:2rem;font-size:.8rem;display:flex}footer p{margin:auto}@media (max-width: 40rem){h1{font-size:10vw;text-align:center}h2,.subheading{text-align:center}.menu{display:none;flex-direction:column;position:absolute;gap:0;background-color:var(--secundary_text);border-radius:.5rem}.menu li{margin:0;text-align:flex-start;padding:.1rem 0}.menu-icon{display:block;cursor:pointer;position:absolute;top:3rem;left:3rem;z-index:1000;width:3rem;height:3rem}.menu-icon svg{width:100%;height:100%}.menu.active{display:flex;box-shadow:0 4px 10px #00000080;border:1px solid rgba(0,0,0,.2)}.menu li a{padding:10px 15px;display:block;color:var(--hintergrund)}.menu li a:hover{text-decoration:none}.prev,.next{display:none}}.back-button[data-v-8026f2e2]{position:fixed;top:1rem;left:1rem;background-color:#3f314a;color:#b8acfa;padding:.6rem 1rem;border-radius:.5rem;font-size:1rem;text-decoration:none;z-index:9999;box-shadow:0 0 10px #0000004d}.back-button[data-v-8026f2e2]:hover{background-color:#b8acfa;color:#3f314a;transition:.3s}.profil-container[data-v-6191dfc5]{display:flex;flex-direction:column;align-items:center;cursor:pointer}.profil-bild-wrapper[data-v-6191dfc5]{width:100px;height:100px;border-radius:50%;overflow:hidden;border:3px solid #add8e6;box-shadow:0 2px 5px #0003}.profil-bild-wrapper[data-v-6191dfc5]:hover{border-color:#07c}.profil-bild[data-v-6191dfc5]{width:100%;height:100%;object-fit:cover}.profil-name[data-v-6191dfc5]{margin-top:.5rem;font-size:1rem;font-weight:500;color:#333;text-align:center}.ausgewaehlt .profil-bild-wrapper[data-v-6191dfc5]{border-color:#07c}body,html{font-family:Arial,sans-serif;text-align:center;margin:0;padding:0;height:100%;overflow:auto;box-sizing:border-box;position:relative;z-index:0}h1{font-size:3rem}.home{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.profile-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;cursor:pointer;padding:3rem;box-sizing:border-box}.gear{font-size:60px;display:inline-block;cursor:pointer;animation:pulse 1.5s infinite alternate ease-in-out;color:#000;text-decoration:none}.gear:hover{color:gray}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.2)}}.profil-link{text-decoration:none;color:inherit}.sunrise-scene{position:absolute;bottom:0;width:100%;height:100%;z-index:-1}svg{width:100%;height:100%;display:block}.moving-clouds{animation:cloudMove 30s ease-in-out infinite alternate}@keyframes cloudMove{0%{transform:translate(-30px)}to{transform:translate(30px)}}.moon-rise{animation:moonRise 4s ease-in forwards;opacity:0}@keyframes moonRise{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}rect,circle{transition:all 2s ease}.sun-rays-animate g{animation:fadeOutRays 5s ease-in forwards}@keyframes fadeOutRays{0%{stroke-opacity:.8;transform:translateY(0)}to{stroke-opacity:0;transform:translateY(20px)}}.modal-overlay[data-v-2e2dcd4f]{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:auto;display:flex;background:#00000080;justify-content:center;align-items:flex-start;padding:2rem;z-index:1000}.modal-content[data-v-2e2dcd4f]{max-width:80%;width:100%;background:#fff;padding:1.5rem;border-radius:1rem;position:relative}.close-btn[data-v-2e2dcd4f]{margin-top:1rem;background-color:#e0f0ff;margin:0 auto;border:none;border-radius:.5rem;padding:.7rem;font-size:1.5rem;margin-bottom:1rem;align-self:flex-start;cursor:pointer;transition:background-color .3s}.close-btn[data-v-2e2dcd4f]:hover{background-color:#add8e6}h1[data-v-c08fec35]{font-size:2rem}.tabs[data-v-c08fec35]{display:flex;gap:2rem;max-width:90%;margin:0 auto}.tabs button[data-v-c08fec35]{padding:.5rem 1rem;background-color:#e0f0ff;border:none;border-radius:.5rem .5rem 0 0;cursor:pointer;flex:1 1 20%}.tabs button.active[data-v-c08fec35]{background-color:#add8e6;font-weight:700}.main-container[data-v-c08fec35]{display:flex;flex-direction:row;max-width:90%;overflow:hidden;height:calc(100vh - 8rem);margin:0 auto;border:2px solid #add8e6;border-radius:0 0 .5rem .5rem}.newProfil[data-v-c08fec35]{background-color:#e0f0ff;margin:1rem auto;border:none;border-radius:.5rem;width:5rem;height:3rem;font-size:1.5rem;align-self:flex-start;cursor:pointer;transition:background-color .3s}.newProfil[data-v-c08fec35]:hover{background-color:#add8e6}.button[data-v-c08fec35]{background-color:#e0f0ff;margin:0 auto;border:none;border-radius:.5rem;padding:.7rem;font-size:1.5rem;margin-bottom:1rem;align-self:flex-start;cursor:pointer;transition:background-color .3s}.button[data-v-c08fec35]:hover{background-color:#add8e6}.profile-liste[data-v-c08fec35]{display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;max-height:100%;border-right:2px solid #add8e6;width:25%;min-width:200px;flex-shrink:0}.profil-box[data-v-c08fec35]{margin:0 auto}.inhalt-box[data-v-c08fec35]{flex:1;padding:1rem;overflow-y:auto;min-width:0;display:flex;flex-direction:column;gap:1rem}.hinweistext[data-v-c08fec35]{text-align:center;color:#777;font-size:1.2rem;padding:2rem}.profilbild-option[data-v-c08fec35]{width:100px;height:100px;border-radius:50%;border:3px solid #add8e6;box-shadow:0 2px 5px #0003;cursor:pointer;margin:1rem;object-fit:contain;object-position:center;transition:transform .2s ease-in-out}.profilbild-option[data-v-c08fec35]:hover{scale:1.2}.profilbild-option.aktiv[data-v-c08fec35]{transform:scale(1.2);border-color:#07c}@media (orientation: portrait){.main-container[data-v-c08fec35]{flex-direction:column}.profile-liste[data-v-c08fec35]{order:2;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;border-right:none;border-top:2px solid #add8e6;width:100%;padding:1rem 0}.inhalt-box[data-v-c08fec35]{order:1;width:100%}.newProfil[data-v-c08fec35]{margin:0 1rem;align-self:center}}h1[data-v-b9ecbd7e]{font-size:2rem}.profil-radial-wrapper[data-v-b9ecbd7e]{position:fixed;bottom:1.25rem;left:1.25rem;width:auto;height:auto;z-index:999}.profil-radial-menu[data-v-b9ecbd7e]{position:fixed;bottom:1.25rem;left:1.25rem;width:4rem;height:4rem;z-index:999}.profil-button[data-v-b9ecbd7e]{width:5rem;height:5rem;border-radius:50%;overflow:hidden;border:3px solid #add8e6;background:#fff;box-shadow:0 .125rem .3125rem #0003;position:absolute;bottom:0;left:0;transition:all .3s ease;cursor:pointer}.profil-button.aktiv[data-v-b9ecbd7e]{border-color:#07c}.profil-option[data-v-b9ecbd7e]{width:4rem;height:4rem;position:absolute;top:0;left:0;border-radius:50%;overflow:hidden;border:3px solid #add8e6;background:#fff;box-shadow:0 .125rem .3125rem #0003;transition:transform .3s ease,opacity .3s ease;cursor:pointer;opacity:0;z-index:1}.profil-option.aktiv[data-v-b9ecbd7e]{opacity:1;pointer-events:auto}.profil-bild[data-v-b9ecbd7e]{width:100%;height:100%;object-fit:cover}
