@import url(https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{font-family:Dosis,sans-serif}.navbar{background:#f59422;box-shadow:0 4px 12px #0003;height:80px;position:relative;transition:background .3s ease;z-index:1000}.navbar,.navbar .navbar-container{align-items:center;display:flex;justify-content:space-between}.navbar .navbar-container{max-width:1200px;padding:0 20px;width:100%}.navbar .logo-box .logo{height:50px;width:auto}.navbar .menu-icon{color:#fff;cursor:pointer;display:none;font-size:30px}.navbar .menu-icon.active{color:tomato}.navbar .nav-items{align-items:center;display:flex;gap:20px;list-style:none;margin:0;padding:0}.navbar .nav-items li{position:relative}.navbar .nav-items .nav-link{align-items:center;color:#fff;display:flex;font-size:18px;gap:8px;padding:10px 15px;position:relative;text-decoration:none;transition:color .3s ease}.navbar .nav-items .nav-link:hover{color:#222}.navbar .nav-items .nav-link:after{background:#fff;border-radius:2px;bottom:-6px;content:"";height:6px;left:50%;position:absolute;transform:translateX(-50%) skewX(-25deg) scaleX(0);transition:transform .35s ease;width:50%}.navbar .nav-items .nav-link.active:after,.navbar .nav-items .nav-link:hover:after{transform:translateX(-50%) skewX(-25deg) scaleX(1)}.navbar .nav-items .nav-link.active:after{background:#f3f3f3}.navbar .nav-items .logout-button{background:none;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:18px;padding:10px 20px;transition:background-color .3s ease}.navbar .nav-items .logout-button:hover{background-color:#0003}@media(max-width:768px){.navbar .menu-icon{display:block}.navbar .nav-items{align-items:flex-start;background-color:#f59422;flex-direction:column;height:100vh;overflow-y:auto;padding-top:80px;position:fixed;right:0;top:0;transition:width .3s ease-in-out;width:0;z-index:1000}.navbar .nav-items.active{width:70%}.navbar .nav-items li{width:100%}.navbar .nav-items .dropdown-toggle,.navbar .nav-items .nav-link{padding:15px;text-align:left;width:100%}.navbar .nav-items .nav-link:after{bottom:4px;height:4px}.navbar .nav-items .dropdown-menu{background:none;box-shadow:none;display:none;position:static;width:100%}.navbar .nav-items .dropdown-menu li{padding-left:30px}.navbar .nav-items .dropdown:hover .dropdown-menu{display:flex}}.event-list{background:#f9fafb;min-height:100vh;padding:2rem}.event-list .header-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.event-list .header-row h1{color:#111827;font-size:2rem;font-weight:700}.event-list .header-row .create-button{align-items:center;background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.6rem 1.2rem;transition:all .3s ease}.event-list .header-row .create-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e3a8a);box-shadow:0 4px 12px #2563eb4d;transform:translateY(-2px)}.event-list .events-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.event-list .event-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.event-list .event-card:hover{box-shadow:0 8px 20px #00000014;transform:translateY(-4px)}.event-list .event-card .event-image{height:180px;overflow:hidden}.event-list .event-card .event-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.event-list .event-card .event-image:hover img{transform:scale(1.05)}.event-list .event-card .event-content{padding:1rem}.event-list .event-card .event-content h2{color:#111827;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.event-list .event-card .event-content p{color:#4b5563;font-size:.95rem}.event-list .event-card .event-actions{display:flex;gap:.5rem;justify-content:space-between;padding:.75rem 1rem 1rem}.event-list .event-card .event-actions button{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.4rem;justify-content:center;padding:.5rem .8rem;transition:all .3s ease}.event-list .event-card .event-actions .edit-button{background:#f3f4f6;color:#374151}.event-list .event-card .event-actions .edit-button:hover{background:#e5e7eb;transform:translateY(-2px)}.event-list .event-card .event-actions .delete-button{background:#ef4444;color:#fff}.event-list .event-card .event-actions .delete-button:hover{background:#dc2626;box-shadow:0 4px 10px #ef44444d;transform:translateY(-2px)}.event-list .error,.event-list .loading,.event-list .no-events{color:#6b7280;font-size:1.1rem;text-align:center}.event-detail{background:#f7fafc;border-radius:8px;box-shadow:0 4px 12px #0000000d;color:#1a202c;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:2rem auto;max-width:700px;padding:2rem}.event-detail .back-link{color:#2a4365;display:inline-block;font-weight:600;margin-bottom:1.5rem;text-decoration:none}.event-detail .event-header{margin-bottom:2rem}.event-detail .event-header h1{color:#2a4365;font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.event-detail .event-header input[type=file],.event-detail .event-header input[type=text]{background-color:#fff;border:1px solid #cbd5e0;border-radius:4px;box-sizing:border-box;color:#1a202c;display:block;font-size:1rem;margin-top:.5rem;padding:.5rem .75rem;width:100%}.event-detail .event-header img{border-radius:6px;box-shadow:0 2px 8px #0000001a;display:block;margin-top:1rem;max-width:100%}.event-detail .event-info p{font-size:1rem;line-height:1.5;margin:.4rem 0}.event-detail .event-info p strong{color:#4a5568;display:inline-block;width:110px}.event-detail .event-info img{border-radius:6px;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem;max-width:100%}.event-detail .event-info label{color:#4a5568;display:block;font-size:.95rem;font-weight:600;margin-bottom:1rem}.event-detail .event-info label input[type=datetime-local],.event-detail .event-info label input[type=text],.event-detail .event-info label textarea{border:1px solid #cbd5e0;border-radius:4px;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;margin-top:.25rem;padding:.5rem .75rem;resize:vertical;width:100%}.event-detail .event-info label input[type=checkbox]{cursor:pointer;margin-left:.5rem;transform:scale(1.1);vertical-align:middle}.event-detail .event-actions{display:flex;gap:1rem;margin-top:2rem}.event-detail .event-actions button{background-color:#3182ce;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-width:110px;padding:.6rem 1.4rem;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.event-detail .event-actions button:disabled{background-color:#a0aec0;cursor:not-allowed}.event-detail .event-actions .error{color:#e53e3e;flex-basis:100%;font-weight:600;margin-top:.5rem}.event-detail .error,.event-detail .loading{color:#4a5568;font-size:1.2rem;margin:3rem 0;text-align:center}.links-wrapper{background:#fff;border-radius:20px;box-shadow:0 6px 18px #00000014;color:#2d3748;display:flex;flex-direction:column;font-family:Segoe UI,sans-serif;gap:2rem;padding:2.5rem}.links-wrapper .header-with-button{align-items:center;display:flex;justify-content:space-between}.links-wrapper .header-with-button h2{color:#1a202c;font-size:1.8rem;font-weight:600}.links-wrapper .header-with-button .plus-button{background:#2b6cb0;border:none;border-radius:50%;color:#fff;cursor:pointer;padding:.6rem;transition:background .2s ease}.links-wrapper .header-with-button .plus-button:hover{background:#2c5282}.links-wrapper p{color:#4a5568;font-size:1rem}.links-wrapper .section-block{background:#f9fafb;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;gap:1.2rem;padding:1.5rem}.links-wrapper .section-block .section-header{align-items:center;display:flex;gap:.8rem}.links-wrapper .section-block .section-header h3{color:#2d3748;flex:1 1;font-size:1.3rem;font-weight:600}.links-wrapper .section-block .section-header input{border:1px solid #cbd5e0;border-radius:8px;flex:1 1;font-size:1rem;outline:none;padding:.6rem}.links-wrapper .section-block .section-header button{align-items:center;background:#0000;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:1.1rem;justify-content:center;padding:.4rem;transition:background .2s ease}.links-wrapper .section-block .section-header button:hover{background:#edf2f7}.links-wrapper .section-block .section-header .delete-button{color:#e53e3e}.links-wrapper .section-block .section-header .delete-button:hover{background:#fff5f5}.links-wrapper .section-block ul{display:flex;flex-direction:column;gap:.8rem;list-style:none}.links-wrapper .section-block ul li{align-items:center;display:flex;font-size:1rem;gap:.8rem}.links-wrapper .section-block ul li a{align-items:center;color:#2b6cb0;display:flex;font-weight:500;gap:.5rem;text-decoration:none}.links-wrapper .section-block ul li a .link-icon{font-size:1rem}.links-wrapper .section-block ul li a:hover{text-decoration:underline}.links-wrapper .section-block ul li input{border:1px solid #cbd5e0;border-radius:8px;font-size:.95rem;outline:none;padding:.6rem}.links-wrapper .section-block ul li button{align-items:center;background:#0000;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:1.1rem;justify-content:center;padding:.4rem;transition:background .2s ease}.links-wrapper .section-block ul li button:hover{background:#edf2f7}.links-wrapper .section-block ul li .delete-button{color:#e53e3e}.links-wrapper .section-block ul li .delete-button:hover{background:#fff5f5}.login-container{align-items:center;background:linear-gradient(120deg,#ece9e6,#fff);color:#222;display:flex;flex-direction:column;font-family:Poppins,sans-serif;justify-content:center;min-height:100vh;padding:40px 20px}.login-container .login-form{display:flex;flex-direction:column;gap:24px;max-width:400px;width:100%}.login-container .login-form .login-title{color:#f59422;font-size:2.2rem;font-weight:700;letter-spacing:1px;margin-bottom:10px;text-align:center}.login-container .login-form .form-group{display:flex;flex-direction:column;gap:8px}.login-container .login-form .form-group .form-label{color:#f59422;font-size:.95rem;font-weight:500}.login-container .login-form .form-group .form-input{background:#0000;border:none;border-bottom:2px solid #bdc3c7;border-radius:0;font-size:1rem;outline:none;padding:14px 16px;transition:border-color .3s}.login-container .login-form .form-group .form-input:focus{border-bottom-color:#cb791b}.login-container .login-form .error-message{color:#e74c3c;font-size:.9rem;font-weight:600;margin-top:-5px;text-align:center}.login-container .login-form .submit-button{background:#f59422;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:14px;transition:transform .2s,background .2s}.login-container .login-form .submit-button:hover{background:#a46216;transform:scale(1.03)}@media(max-width:480px){.login-form{gap:18px;max-width:90%}.login-title{font-size:1.8rem}}.create-links-container{background:#fff;border-radius:20px;box-shadow:0 6px 18px #00000014;color:#2d3748;display:flex;flex-direction:column;font-family:Segoe UI,sans-serif;gap:2rem;padding:2.5rem}.create-links-container h2{align-items:center;color:#1a202c;display:flex;font-size:1.8rem;font-weight:600;gap:.75rem}.create-links-container .create-links-form{display:flex;flex-direction:column;gap:1.5rem}.create-links-container .create-links-form .form-group{display:flex;flex-direction:column;gap:.5rem}.create-links-container .create-links-form .form-group label{color:#2d3748;font-size:.95rem;font-weight:500}.create-links-container .create-links-form .form-group input{background:#f9fafb;border:1px solid #e2e8f0;border-radius:10px;color:#2d3748;font-size:1rem;outline:none;padding:.85rem}.create-links-container .create-links-form .links-section{display:flex;flex-direction:column;gap:1rem}.create-links-container .create-links-form .links-section h4{color:#2d3748;font-size:1.2rem;font-weight:600}.create-links-container .create-links-form .links-section .link-input-row{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr 1.5fr auto}.create-links-container .create-links-form .links-section .link-input-row input{background:#f9fafb;border:1px solid #e2e8f0;border-radius:10px;color:#2d3748;font-size:.95rem;padding:.8rem}.create-links-container .create-links-form .links-section .link-input-row .remove-btn{align-items:center;background:#fef2f2;border:none;border-radius:10px;color:#e53e3e;cursor:pointer;display:flex;font-size:1.1rem;justify-content:center;padding:.6rem}.create-links-container .create-links-form .links-section .add-btn{align-items:center;background:#edf2f7;border:none;border-radius:10px;color:#2b6cb0;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;margin-top:.5rem;padding:.75rem 1.25rem}.create-links-container .create-links-form .links-section .add-btn svg{font-size:1.1rem}.create-links-container .create-links-form .submit-btn{align-items:center;align-self:flex-end;background:#2b6cb0;border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.6rem;letter-spacing:.3px;padding:1rem 1.5rem}.create-links-container .create-links-form .submit-btn svg{font-size:1.2rem}.ueberuns-container{color:#1f2d3d;font-family:Inter,Segoe UI,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.ueberuns-container h1{color:#1a1a1a;font-size:2.75rem;font-weight:800;margin-bottom:2.5rem;text-align:center}.ueberuns-header{align-items:center;display:flex;flex-direction:column;margin-bottom:2rem}.ueberuns-header h1{color:#1a1a1a;margin-bottom:1rem}.edit-button-container-header{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.edit-button-container-header .edit-link-input{border:1px solid #ccc;border-radius:10px;font-size:1rem;padding:.5rem 1rem;width:300px}.edit-button-container-header button{border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1.2rem;transition:background .2s ease}.edit-button-container-header .edit-button{background-color:#3b82f6}.edit-button-container-header .edit-button:hover{background-color:#2563eb}.edit-button-container-header .save-button{background-color:#10b981}.edit-button-container-header .save-button:hover{background-color:#059669}.edit-button-container-header .cancel-button{background-color:#ef4444}.edit-button-container-header .cancel-button:hover{background-color:#dc2626}.video-frame-container{margin-bottom:3rem}.video-frame-container iframe{border-radius:16px;box-shadow:0 12px 24px #0000001a;height:420px;transition:all .3s ease;width:100%}.video-frame-container p{color:#888;font-size:1.1rem;font-style:italic;text-align:center}.vorstand-container .vorstand-title{color:#111827;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.vorstand-container .vorstand-empty{color:#999;font-style:italic;text-align:center}.vorstand-container .vorstand-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center}.vorstand-container .vorstand-card{background:#fff;border-radius:20px;box-shadow:0 8px 24px #00000014;display:flex;flex-direction:column;overflow:hidden;text-align:center}.vorstand-container .vorstand-image-wrapper{height:280px;overflow:hidden;position:relative}.vorstand-container .vorstand-image-wrapper .vorstand-foto{height:100%;object-fit:cover;width:100%}.vorstand-container .vorstand-image-wrapper .vorstand-rolle-overlay{background:linear-gradient(0deg,#0009,#0000);bottom:0;color:#fff;font-size:1rem;font-weight:600;padding:.6rem;position:absolute;text-align:center;width:100%}.vorstand-container .vorstand-info{padding:1.2rem 1.5rem}.vorstand-container .vorstand-info .vorstand-name{color:#1f2937;font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.vorstand-container .vorstand-info .vorstand-beschreibung{color:#4b5563;font-size:.95rem;line-height:1.5;margin-bottom:.8rem}.vorstand-container .vorstand-info .vorstand-beschreibung.expanded{white-space:pre-line}.vorstand-container .vorstand-info .toggle-button{background:#0000;border:none;color:#3b82f6;cursor:pointer;font-weight:600;transition:color .2s ease}.vorstand-container .vorstand-info .toggle-button:hover{color:#1d4ed8}@media(max-width:600px){.video-frame-container iframe{height:260px}.edit-button-container-header{align-items:flex-start;flex-direction:column}.edit-button-container-header .edit-link-input,.edit-button-container-header button{width:100%}}.vorstand-form{background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000012,0 12px 30px #3366ff26;color:#1e1e2f;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;gap:1.5rem;margin:3rem auto 5rem;max-width:700px;padding:3rem 3.5rem;transition:box-shadow .3s ease}.vorstand-form:hover{box-shadow:0 4px 15px #0000001a,0 18px 40px #3366ff40}.vorstand-form .foto-preview{align-self:center;border-radius:20px;box-shadow:0 10px 25px #3366ff4d;height:180px;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;width:180px}.vorstand-form .foto-preview:hover{box-shadow:0 12px 35px #3366ff80;transform:scale(1.08)}.vorstand-form .form-content{width:100%}.vorstand-form .error-message,.vorstand-form .success-message{border-radius:12px;box-shadow:0 3px 8px #0000001a;font-size:1.1rem;font-weight:600;padding:1rem 1.5rem;-webkit-user-select:none;user-select:none}.vorstand-form .error-message{background-color:#fff1f0;border:1.8px solid #d93025;color:#d93025}.vorstand-form .success-message{background-color:#e9f7ef;border:1.8px solid #188038;color:#188038}.vorstand-form label{color:#224;display:block;font-size:1.15rem;font-weight:700;letter-spacing:.03em;margin-bottom:.6rem;-webkit-user-select:none;user-select:none}.vorstand-form input[type=email],.vorstand-form input[type=file],.vorstand-form input[type=password],.vorstand-form input[type=tel],.vorstand-form input[type=text],.vorstand-form select,.vorstand-form textarea{background-color:#fefeff;border:2.2px solid #ccd6f6;border-radius:14px;box-shadow:inset 0 3px 6px #0000000f;color:#333a56;font-family:inherit;font-size:1.1rem;padding:.85rem 1.2rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.vorstand-form input[type=email]:focus,.vorstand-form input[type=file]:focus,.vorstand-form input[type=password]:focus,.vorstand-form input[type=tel]:focus,.vorstand-form input[type=text]:focus,.vorstand-form select:focus,.vorstand-form textarea:focus{background-color:#fff;border-color:#36f;box-shadow:0 0 10px 3px #3366ff80;outline:none}.vorstand-form textarea{font-family:inherit;line-height:1.4;min-height:110px;resize:vertical}.vorstand-form input[type=file]{background-color:#0000;border:none;color:#36f;cursor:pointer;font-size:1.05rem;padding:.5rem .7rem;transition:color .25s ease}.vorstand-form input[type=file]:hover{color:#254eda}.vorstand-form input[type=file]:focus{box-shadow:none;outline:none}.vorstand-form .form-row{margin-top:2rem}.vorstand-form .form-row.two-columns{display:flex;gap:1.8rem}.vorstand-form .form-row.two-columns>div{flex:1 1}.vorstand-form button[type=submit]{background:linear-gradient(135deg,#36f,#69f);border:none;border-radius:18px;box-shadow:0 8px 22px #3366ff80;color:#fff;cursor:pointer;font-size:1.35rem;font-weight:700;margin-top:3rem;padding:1rem 2.4rem;transition:background .4s ease,box-shadow .4s ease}.vorstand-form button[type=submit]:focus,.vorstand-form button[type=submit]:hover{background:linear-gradient(135deg,#254eda,#47e);box-shadow:0 12px 28px #3366ffbf;outline:none}@media(max-width:680px){.vorstand-form{padding:2rem 2.2rem}.vorstand-form .foto-preview{border-radius:16px;height:140px;width:140px}.vorstand-form .form-row.two-columns{flex-direction:column;gap:1.3rem}.vorstand-form button[type=submit]{font-size:1.25rem;padding:1rem 0;width:100%}}.mein-profil-container{background:#f9faff;color:#222;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:2rem 3rem}.mein-profil-container h2{color:#003d99;font-size:2.8rem;font-weight:700;margin-bottom:2rem;text-align:center}.mein-profil-container .profil-card{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 12px #00000014;display:flex;gap:2.5rem;padding:2rem 3rem;transition:box-shadow .3s ease}.mein-profil-container .profil-card:hover{box-shadow:0 8px 24px #0052cc4d}.mein-profil-container .profil-card .vorstand-foto{border:4px solid #0052cc;border-radius:50%;box-shadow:0 4px 12px #0052cc33;flex-shrink:0;height:160px;object-fit:cover;width:160px}.mein-profil-container .profil-card .profil-details{flex:1 1}.mein-profil-container .profil-card .profil-details h3{color:#0052cc;font-size:2.4rem;font-weight:700;margin-bottom:.6rem}.mein-profil-container .profil-card .profil-details p{font-size:1.15rem;line-height:1.5;margin-bottom:.5rem}.mein-profil-container .profil-card .profil-details p b{color:#003d99;font-weight:600}.mein-profil-container button{background:#0052cc;border:none;border-radius:10px;color:#fff;cursor:pointer;display:block;font-size:1.3rem;font-weight:700;margin-left:auto;margin-top:2rem;padding:.8rem 2.5rem;transition:background .3s ease,box-shadow .3s ease}.mein-profil-container button:hover{background:#003d99;box-shadow:0 6px 18px #003d9999}.mein-profil-container .profil-form{grid-gap:1.8rem;background:#fff;border-radius:10px;box-shadow:0 4px 12px #00000014;display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));padding:2.5rem 3.5rem}.mein-profil-container .profil-form label{color:#003d99;display:flex;flex-direction:column;font-size:1.1rem;font-weight:600}.mein-profil-container .profil-form label input[type=email],.mein-profil-container .profil-form label input[type=text],.mein-profil-container .profil-form label textarea{border:2px solid #99c2ff;border-radius:8px;font-family:inherit;font-size:1rem;margin-top:.5rem;min-height:40px;padding:.7rem 1rem;resize:vertical;transition:border-color .3s ease,box-shadow .3s ease}.mein-profil-container .profil-form label input[type=email]:focus,.mein-profil-container .profil-form label input[type=text]:focus,.mein-profil-container .profil-form label textarea:focus{border-color:#0052cc;box-shadow:0 0 8px #0052cc4d;outline:none}.mein-profil-container .profil-form label textarea{max-height:200px;min-height:90px}.mein-profil-container .profil-form label:nth-last-child(2) input[type=file]{background:#cce0ff;border:2px dashed #0052cc;border-radius:8px;color:#003d99;cursor:pointer;font-weight:600;margin-top:.7rem;padding:.8rem;transition:background .3s ease}.mein-profil-container .profil-form label:nth-last-child(2) input[type=file]:hover{background:#0052cc;border-color:#003d99;color:#fff}.mein-profil-container .profil-form img{border-radius:14px;box-shadow:0 8px 18px #0052cc4d;grid-column:1/-1;justify-self:center;margin-top:1rem;max-height:240px;max-width:240px;object-fit:cover;transition:transform .3s ease}.mein-profil-container .profil-form img:hover{transform:scale(1.05)}.mein-profil-container .profil-form>div{display:flex;grid-column:1/-1;justify-content:flex-end;margin-top:1.6rem}.mein-profil-container .profil-form>div button{background:#0052cc;border:none;border-radius:10px;box-shadow:0 4px 12px #0052cc66;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;padding:.8rem 2.8rem;transition:background .3s ease,box-shadow .3s ease}.mein-profil-container .profil-form>div button:hover{background:#003d99;box-shadow:0 6px 20px #003d99b3}.mein-profil-container .profil-form>div button:last-child{background:#0000;border:2px solid #003d99;box-shadow:none;color:#003d99;margin-left:1rem}.mein-profil-container .profil-form>div button:last-child:hover{background:#003d99;box-shadow:0 6px 20px #003d99b3;color:#fff}.vorstand-fotos{background-color:#f9fafb;border-radius:12px;box-shadow:0 8px 20px #00000014;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:2rem auto;max-width:960px;padding:1rem 2rem}.vorstand-fotos h2{color:#222;font-size:2.2rem;font-weight:700;letter-spacing:1.2px;margin-bottom:1.5rem;text-align:center}.vorstand-fotos .create-button{align-items:center;background-color:#0070f3;border:none;border-radius:50%;box-shadow:0 4px 8px #0070f366;color:#fff;cursor:pointer;display:inline-flex;font-size:2.2rem;font-weight:700;height:48px;justify-content:center;margin:0 auto 2rem;transition:background-color .25s ease,box-shadow .25s ease;width:48px}.vorstand-fotos .create-button:focus,.vorstand-fotos .create-button:hover{background-color:#005bb5;box-shadow:0 6px 14px #005bb599;outline:none}.vorstand-fotos ul{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));list-style:none;padding:0}.vorstand-fotos li{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #00000012;cursor:default;padding:1rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.vorstand-fotos li:focus,.vorstand-fotos li:hover{box-shadow:0 10px 25px #0000001f;outline:none;transform:translateY(-6px)}.vorstand-fotos li img{box-shadow:0 4px 10px #0000001a;margin-bottom:.75rem;object-fit:cover}.vorstand-fotos li .placeholder,.vorstand-fotos li img{border-radius:50%;height:120px;-webkit-user-select:none;user-select:none;width:120px}.vorstand-fotos li .placeholder{align-items:center;background-color:#ddd;color:#777;display:flex;font-size:.9rem;justify-content:center;margin:0 auto .75rem}.vorstand-fotos li p{color:#111;font-size:1.1rem;font-weight:600;margin:0;-webkit-user-select:text;user-select:text}.vorstand-fotos .error,.vorstand-fotos .loading{color:#555;font-size:1.3rem;margin:3rem 0;text-align:center}@media(max-width:600px){.vorstand-fotos{padding:1rem}.vorstand-fotos ul{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.vorstand-fotos li .placeholder,.vorstand-fotos li img{height:100px;width:100px}.vorstand-fotos li p{font-size:1rem}.vorstand-fotos .create-button{font-size:1.8rem;height:40px;margin-bottom:1.5rem;width:40px}}.home-container{color:#222;font-family:Inter,sans-serif;line-height:1.5}.hero-section{align-items:center;display:flex;height:60vh;justify-content:center;overflow:hidden;position:relative;width:100%}.hero-section .hero-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-section .hero-background .hero-image,.hero-section .hero-background .hero-video{height:100%;object-fit:cover;width:100%}.hero-section .hero-background .hero-overlay{background:#0006;height:100%;left:0;position:absolute;top:0;width:100%}.hero-section .hero-content{color:#fff;position:relative;text-align:center;z-index:2}.hero-section .hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero-section .hero-content .hero-button{background:linear-gradient(135deg,#ff7e5f,#feb47b);border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:opacity .3s ease}.events-section{background:#f59422}.blogs-section,.events-section,.vorstand-section{padding:3rem 2rem}.blogs-section h1,.events-section h1,.vorstand-section h1{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.blogs-grid,.vorstand-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.blogs-card{background:#fff;border-radius:12px;box-shadow:0 8px 20px #00000014;display:flex;flex-direction:column;overflow:hidden}.blogs-card .blogs-image{height:180px;object-fit:cover;width:100%}.blogs-card .blogs-date{color:#ff7e5f;font-size:.85rem;font-weight:600;padding:.5rem 1rem 0}.blogs-card .blogs-info{flex-grow:1;padding:1rem}.blogs-card .blogs-info h2{color:#222;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.blogs-card .blogs-info p{color:#555;font-size:.95rem}.vorstand-card{background:#fff;border-radius:12px;box-shadow:0 8px 20px #00000014;overflow:hidden;padding:1rem;text-align:center}.vorstand-card .vorstand-foto{border-radius:12px;height:250px;margin-bottom:1rem;object-fit:cover;width:100%}.vorstand-card .placeholder-foto{align-items:center;background:#ddd;border-radius:12px;color:#888;display:flex;height:250px;justify-content:center;margin-bottom:1rem;width:100%}.vorstand-card .rolle{color:#ff7e5f;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.vorstand-card .vorstand-info h2{color:#222;font-size:1.2rem;font-weight:700}.error,.loading{color:#ff7e5f;font-size:1.2rem;padding:2rem;text-align:center}@media(max-width:768px){.hero-section{height:50vh}.hero-section .hero-content h1{font-size:2rem}.blogs-card .blogs-info h2,.vorstand-card .vorstand-info h2{font-size:1.1rem}}.create-event-form{background:#fff;border-radius:20px;box-shadow:0 6px 18px #00000014;display:flex;flex-direction:column;font-family:Segoe UI,sans-serif;gap:2rem;padding:2.5rem}.create-event-form h2{color:#1a202c;font-size:1.8rem;font-weight:600;letter-spacing:.5px;text-align:center}.create-event-form .form-message{background:#edf2f7;border-radius:12px;color:#2b6cb0;font-weight:600;padding:.75rem;text-align:center}.create-event-form form{display:flex;flex-direction:column;gap:1.2rem}.create-event-form form label{color:#2d3748;display:block;font-size:.95rem;font-weight:500;margin-bottom:.3rem}.create-event-form form input,.create-event-form form textarea{background:#f9fafb;border:1px solid #e2e8f0;border-radius:10px;color:#2d3748;font-size:1rem;outline:none;padding:.85rem}.create-event-form form textarea{min-height:120px;resize:vertical}.create-event-form form .checkbox-group{display:flex;gap:2rem;margin-top:.5rem}.create-event-form form .checkbox-group label{align-items:center;color:#4a5568;display:flex;font-size:.95rem;font-weight:500;gap:.5rem}.create-event-form form .checkbox-group label input{accent-color:#2b6cb0;height:18px;width:18px}.create-event-form form .image-preview{border:1px solid #e2e8f0;border-radius:14px;height:auto;margin-top:.75rem;max-height:250px;object-fit:cover;width:100%}.create-event-form form h3{color:#2d3748;font-size:1.2rem;font-weight:600;margin-top:1rem}.create-event-form form .price-field{display:flex;flex-direction:row;gap:1rem}.create-event-form form .price-field input{flex:1 1}.create-event-form form .add-price{background:#edf2f7;border:none;border-radius:10px;color:#2b6cb0;cursor:pointer;font-weight:500;margin-top:.5rem;padding:.6rem 1rem}.create-event-form form .submit-btn{background:#2b6cb0;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;margin-top:2rem;padding:1rem}.newsletter-form{background:#fff;border-radius:20px;box-shadow:0 6px 18px #00000014;color:#2d3748;display:flex;flex-direction:column;font-family:Segoe UI,sans-serif;gap:1.8rem;padding:2.5rem}.newsletter-form h2{color:#1a202c;font-size:1.8rem;font-weight:600}.newsletter-form .intro{color:#4a5568;font-size:1rem}.newsletter-form .history{color:#2d3748;font-size:.95rem}.newsletter-form .history a{color:#2b6cb0;font-weight:500;text-decoration:none}.newsletter-form form{display:flex;flex-direction:column;gap:1.5rem}.newsletter-form form .input-group{align-items:center;background:#f9fafb;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:.75rem;padding:.8rem 1rem}.newsletter-form form .input-group .icon{color:#718096;font-size:1.1rem}.newsletter-form form .input-group input{background:#0000;border:none;color:#2d3748;flex:1 1;font-size:1rem;outline:none}.newsletter-form form .checkbox-label{align-items:flex-start;color:#2d3748;display:flex;font-size:.9rem;gap:.6rem;line-height:1.4}.newsletter-form form .checkbox-label input[type=checkbox]{accent-color:#2b6cb0;cursor:pointer;height:18px;width:18px}.newsletter-form form button{align-self:flex-end;background:#2b6cb0;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.3px;padding:.9rem 1.6rem;transition:background .2s ease}.newsletter-form form button:disabled{background:#90cdf4;cursor:not-allowed}.newsletter-form .error-message,.newsletter-form .success-message{border-radius:12px;font-weight:600;margin-top:1rem;padding:.9rem 1.2rem}.newsletter-form .error-message{background:#fef2f2;border:1px solid #feb2b2;color:#e53e3e}.newsletter-form .success-message{background:#f0fff4;border:1px solid #9ae6b4;color:#2f855a}.import-subscribers-container{background:#f9fafb;color:#222;font-family:Segoe UI,sans-serif;padding:2rem}.import-subscribers-container .title{color:#111827;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.import-subscribers-container .message{border-radius:6px;font-size:.95rem;font-weight:500;margin-bottom:1rem;padding:.8rem 1rem}.import-subscribers-container .message.success{background-color:#ecfdf5;border:1px solid #34d399;color:#065f46}.import-subscribers-container .message.error{background-color:#fef2f2;border:1px solid #f87171;color:#991b1b}.import-subscribers-container .subscribers-table{background:#fff;border-collapse:collapse;box-shadow:0 2px 5px #0000000d;margin-bottom:1rem;width:100%}.import-subscribers-container .subscribers-table th{background-color:#f3f4f6;border-bottom:2px solid #e5e7eb;color:#374151;font-weight:600;padding:.75rem;text-align:left}.import-subscribers-container .subscribers-table td{border-bottom:1px solid #e5e7eb;padding:.75rem;vertical-align:middle}.import-subscribers-container .subscribers-table td input{border:1px solid #d1d5db;border-radius:4px;font-size:.95rem;outline:none;padding:.5rem .6rem;transition:border .2s,box-shadow .2s;width:100%}.import-subscribers-container .subscribers-table td input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f640}.import-subscribers-container .subscribers-table .actions{text-align:center}.import-subscribers-container .subscribers-table .actions .btn-remove{background-color:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;padding:.4rem .7rem;transition:background .2s}.import-subscribers-container .subscribers-table .actions .btn-remove:hover{background-color:#dc2626}.import-subscribers-container .subscribers-table tr:hover td{background-color:#f9fafb}.import-subscribers-container .button-group{display:flex;gap:.8rem}.import-subscribers-container .button-group .btn{border:none;border-radius:6px;cursor:pointer;font-size:.95rem;padding:.6rem 1rem;transition:background .2s,transform .1s ease-in-out}.import-subscribers-container .button-group .btn:active{transform:scale(.97)}.import-subscribers-container .button-group .btn-add{background-color:#10b981;color:#fff}.import-subscribers-container .button-group .btn-add:hover{background-color:#059669}.import-subscribers-container .button-group .btn-submit{background-color:#3b82f6;color:#fff}.import-subscribers-container .button-group .btn-submit:hover{background-color:#2563eb}.import-subscribers-container .button-group .btn-submit:disabled{background-color:#93c5fd;cursor:not-allowed}.subscribers-panel{background:linear-gradient(180deg,#fff,#f7f9fb);border-radius:12px;box-shadow:0 8px 24px #0f172a0f;color:#0f1724;display:flex;flex-direction:column;font-family:Inter,Roboto,system-ui,-apple-system,Segoe UI,Helvetica Neue,Arial;gap:16px;padding:20px}.panel-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.panel-header h1{font-size:20px;font-weight:600;margin:0}.control-row,.controls{align-items:center;display:flex}.control-row{gap:10px}.search-input{min-width:220px;outline:none}.search-input,.status-select{border:1px solid #0f172a14;border-radius:10px;font-size:14px;padding:10px 12px}.btn{background:#0f1724;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:10px 14px}.panel-body{background:#0000;border-radius:8px;overflow:auto;padding:4px}.subscribers-table{border-collapse:collapse;font-size:14px;width:100%}.subscribers-table thead tr th{border-bottom:1px solid #0f172a0f;font-weight:600;padding:12px 10px;text-align:left}.subscribers-table tbody tr td{border-bottom:1px solid #0f172a08;padding:12px 10px;vertical-align:middle}.name-cell{font-weight:600}.email-cell{color:#0f172ab8;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Roboto Mono,monospace}.status-pill{border-radius:999px;display:inline-block;font-size:12px;font-weight:700;padding:6px 10px;text-transform:lowercase}.status-aktiv{background:#22c55e1f;color:#166534}.status-inaktiv{background:#ef444414;color:#991b1b}.panel-footer{gap:12px;justify-content:space-between}.pager,.panel-footer{align-items:center;display:flex}.pager{gap:8px}.pager-btn{background:#fff;border:1px solid #0f172a0f;border-radius:8px;cursor:pointer;padding:8px 12px}.pager-btn[disabled]{cursor:not-allowed;opacity:.45}.count,.pager-info{color:#0f172ab3;font-size:13px}.status-message{color:#0f172abf;padding:18px;text-align:center}.status-message.error{color:#b91c1c}.sr-only{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;white-space:nowrap;width:1px}.create-blog{background:#f9f9f9;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:2rem;width:100%}.create-blog h2{color:#222;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.create-blog form{display:flex;flex-direction:column;gap:1.5rem}.create-blog form label{color:#444;display:flex;flex-direction:column;font-size:1rem;font-weight:500}.create-blog form label input,.create-blog form label textarea{background:#fff;border:1px solid #ccc;border-radius:10px;color:#222;font-size:1rem;margin-top:.5rem;padding:.75rem 1rem}.create-blog form label input:focus,.create-blog form label textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff33;outline:none}.create-blog form label input[type=file]{padding:.5rem .75rem}.create-blog form .preview{display:flex;flex-wrap:wrap;gap:.75rem}.create-blog form .preview img{border:1px solid #ccc;border-radius:8px;height:120px;object-fit:cover;width:120px}.create-blog form .error{color:#d9534f;font-size:.95rem;font-weight:600}.create-blog form .success{color:#28a745;font-size:.95rem;font-weight:600}.create-blog form button{background:#007bff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 1.5rem}.create-blog form button:disabled{cursor:not-allowed;opacity:.6}.impressum-create{background:#f9f9f9;border-radius:1rem;color:#222;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:2rem;padding:2rem}.impressum-create h2,.impressum-create h3{color:#111;font-weight:700;text-align:center}.impressum-create form{display:flex;flex-direction:column;gap:1.8rem}.impressum-create form .form-group,.impressum-create form .form-group-inline{display:flex;flex-direction:column;flex-wrap:wrap;gap:.8rem}.impressum-create form .form-group label,.impressum-create form .form-group-inline label{color:#444;font-size:.95rem;font-weight:600}.impressum-create form .form-group input,.impressum-create form .form-group select,.impressum-create form .form-group textarea,.impressum-create form .form-group-inline input,.impressum-create form .form-group-inline select,.impressum-create form .form-group-inline textarea{background:#fff;border:1.5px solid #ccc;border-radius:.5rem;color:#222;font-size:1rem;outline:none;padding:.75rem 1rem}.impressum-create form .form-group select,.impressum-create form .form-group-inline select{background:#fff;color:#222}.impressum-create form .form-group button,.impressum-create form .form-group-inline button{background:#07c;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:600;padding:.7rem 1.4rem}.impressum-create form .form-group button:disabled,.impressum-create form .form-group-inline button:disabled{background:#ccc;cursor:not-allowed}.impressum-create form .form-group-inline{flex-direction:row;gap:1rem}@media(max-width:768px){.impressum-create form .form-group-inline{flex-direction:column}}.impressum-create form .links-list{list-style:none;margin:0;padding:0}.impressum-create form .links-list li{align-items:center;display:flex;font-size:1rem;gap:.6rem;padding:.3rem 0}.impressum-create form .links-list li a{color:#07c;text-decoration:none}.impressum-create form button[type=submit]{align-self:center;background:#07c;border:none;border-radius:.8rem;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.9rem 2.2rem}.impressum-create form button[type=submit]:disabled{background:#ccc;cursor:not-allowed}.impressum-container{background-color:#f59422;border-radius:12px;box-sizing:border-box;color:#1a1a1a;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6;margin-top:200px;padding:40px;width:100%}@media(max-width:768px){.impressum-container{padding:24px}}.impressum-container .impressum-logo{display:flex;justify-content:center;margin-bottom:24px}.impressum-container .impressum-logo img{border-radius:8px;height:auto;max-width:150px;transition:transform .2s ease}.impressum-container .impressum-logo img:hover{transform:scale(1.03)}.impressum-container .impressum-title{font-size:2rem;font-weight:700;margin-bottom:16px;text-align:center}.impressum-container .impressum-text{color:#1a1a1a;font-size:1rem;margin-bottom:24px;text-align:justify}.impressum-container .impressum-adresse{font-size:1rem;font-weight:500;margin-bottom:24px}.impressum-container .impressum-adresse a{color:#1a1a1a;text-decoration:underline;transition:color .2s ease}.impressum-container .impressum-adresse a:hover{color:#000}.impressum-container .impressum-adresse strong{color:#1a1a1a}.impressum-container .impressum-links h3{font-size:1.2rem;font-weight:600;margin-bottom:12px}.impressum-container .impressum-links ul{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0}.impressum-container .impressum-links ul li{align-items:center;background:hsla(0,0%,100%,.133);border-radius:8px;display:flex;gap:6px;padding:10px 14px}.impressum-container .impressum-links ul li a{color:#1a1a1a;font-weight:500;text-decoration:none}.impressum-container .impressum-links ul li a:hover{text-decoration:underline}.impressum-container .impressum-links ul li span[class^=icon-]{background-repeat:no-repeat;background-size:contain;display:inline-block;flex-shrink:0;height:18px;width:18px}.impressum-error,.impressum-loading{color:#1a1a1a;font-size:1.2rem;font-weight:500;padding:40px;text-align:center}.impressum{color:#222;font-family:Arial,Helvetica,sans-serif;line-height:1.6;padding:2rem}.impressum h1{color:#111;font-size:2rem;margin-bottom:1.5rem}.impressum h2{border-bottom:1px solid #ccc;color:#333;font-size:1.2rem;margin-bottom:.5rem;margin-top:2rem;padding-bottom:.3rem}.impressum p{margin:.5rem 0 1rem}.impressum address{font-style:normal;margin-bottom:1rem}.impressum a{color:#000;text-decoration:none}.blog-list{grid-gap:2rem;background:#f8f9fb;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));padding:2rem}.blog-list .blog-card{background:#fff;border-radius:1.5rem;box-shadow:0 6px 16px #00000014;color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.blog-list .blog-card:hover{box-shadow:0 10px 22px #0000001f;transform:translateY(-6px)}.blog-list .blog-card .blog-card-image{border-bottom:1px solid #eee;height:220px;object-fit:cover;width:100%}.blog-list .blog-card .blog-card-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.blog-list .blog-card .blog-card-content .blog-card-title{color:#222;font-size:1.4rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}.blog-list .blog-card .blog-card-content .blog-card-preview{color:#555;flex-grow:1;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.blog-list .blog-card .blog-card-content .blog-card-footer{align-items:center;color:#999;display:flex;font-size:.85rem;justify-content:space-between}.blog-list .blog-card .blog-card-content .blog-card-footer .blog-readmore{color:#07f;font-weight:500;transition:color .2s}.blog-list .blog-card .blog-card-content .blog-card-footer .blog-readmore:hover{color:#05c}.blog-detail{background:#fff;border-radius:1.5rem;box-shadow:0 8px 20px #00000014;display:flex;flex-direction:column;gap:1.5rem;margin:2rem;padding:2.5rem}.blog-detail .blog-detail-main-image{border-radius:1rem;height:400px;object-fit:cover;width:100%}.blog-detail .blog-detail-title{color:#222;font-size:2.2rem;font-weight:700;line-height:1.3}.blog-detail .blog-detail-meta{border-left:4px solid #07f;color:#888;font-size:.9rem;padding-left:.8rem}.blog-detail .blog-detail-content{color:#444;font-size:1rem;line-height:1.8;white-space:pre-line}.blog-detail .blog-detail-gallery{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.blog-detail .blog-detail-gallery .blog-detail-gallery-image{border-radius:.8rem;height:200px;object-fit:cover;transition:transform .3s;width:100%}.blog-detail .blog-detail-gallery .blog-detail-gallery-image:hover{transform:scale(1.03)}.blog-detail .blog-detail-back{color:#07f;display:inline-block;font-weight:500;margin-top:1rem;text-decoration:none;transition:color .2s}.blog-detail .blog-detail-back:hover{color:#05c}.spenden-kontakt{color:#1a1a1a;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.8;padding:20px}.spenden-kontakt h2{color:#0a3d62;font-size:2rem;font-weight:700;margin-bottom:15px}.spenden-kontakt p{color:#333;font-size:1rem;margin:8px 0}.spenden-kontakt p strong{color:#0a3d62;font-weight:600}.spenden-kontakt .buttons{display:flex;gap:12px;margin-top:15px}.spenden-kontakt .buttons button{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:10px 16px;transition:none}.spenden-kontakt .buttons button:first-child{background-color:#0a3d62}.spenden-kontakt .buttons button:last-child{background-color:#c0392b}
/*# sourceMappingURL=main.7d1204aa.css.map*/