@keyframes glow_hover{0%{filter:drop-shadow(0px 0px 4px rgba(255,255,255,.8)) drop-shadow(0px 0px 8px rgba(255,134,134,.8)) drop-shadow(0px 0px 16px rgba(253,95,95,.8)) drop-shadow(0px 0px 32px rgba(255,0,0,.8))}50%{filter:drop-shadow(0px 0px 4px white) drop-shadow(0px 0px 8px rgb(255,134,134)) drop-shadow(0px 0px 16px rgb(253,95,95)) drop-shadow(0px 0px 32px red)}to{filter:drop-shadow(0px 0px 4px rgba(255,255,255,.8)) drop-shadow(0px 0px 8px rgba(255,134,134,.8)) drop-shadow(0px 0px 16px rgba(253,95,95,.8)) drop-shadow(0px 0px 32px rgba(255,0,0,.8))}}@keyframes glow_hover_small{0%{filter:drop-shadow(0px 0px 2px rgba(255,255,255,.8)) drop-shadow(0px 0px 4px rgba(255,134,134,.8)) drop-shadow(0px 0px 8px rgba(253,95,95,.8)) drop-shadow(0px 0px 16px rgba(255,0,0,.8))}50%{filter:drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 4px rgb(255,134,134)) drop-shadow(0px 0px 8px rgb(253,95,95)) drop-shadow(0px 0px 16px red)}to{filter:drop-shadow(0px 0px 2px rgba(255,255,255,.8)) drop-shadow(0px 0px 4px rgba(255,134,134,.8)) drop-shadow(0px 0px 8px rgba(253,95,95,.8)) drop-shadow(0px 0px 16px rgba(255,0,0,.8))}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px) scale(.5)}50%,80%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.5)}}@keyframes blur{0%{opacity:0;filter:blur(8px);transform:translateY(-20px) scale(.5)}50%,80%{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}to{opacity:0;filter:blur(8px);transform:translateY(-20px) scale(.5)}}@font-face{font-family:exo-regular;src:url("./media/Exo-Regular-3IVQVOJX.otf")}@font-face{font-family:exo-bold;src:url("./media/Exo-Bold-UBKN5OY5.otf")}.main{min-height:calc(100dvh - 260px);height:100%;width:100%;display:flex;flex-direction:column}.outer{max-width:1920px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.outer_container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem}.inner_container{max-width:1920px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.neon-button{font-size:2rem;font-weight:700;color:red;cursor:pointer;text-decoration:none;padding:.25em 1em;border:transparent .125em solid;background-color:transparent;text-shadow:0 0 .125em hsla(0,0%,100%,.3),0 0 .45em hsl(0,100%,50%);position:relative;z-index:0}.neon-button:before{pointer-events:none;content:"";position:absolute;background-color:red;top:70%;left:0;width:100%;height:100%;transform:perspective(1em) rotateX(40deg) scale(.6,.35);filter:blur(1em);opacity:.7}.neon-button:after{content:"";position:absolute;inset:0;background-color:red;box-shadow:0 0 2em .5em red;opacity:0;z-index:-1;transition:opacity .1s linear}.neon-button:hover,.neon-button:focus{color:#000;text-shadow:none;border-radius:.25em;border:hsl(0,100%,50%) .125em solid;box-shadow:inset 0 0 .5em red,0 0 .5em red}.neon-button:hover:before,.neon-button:focus:before{opacity:1}.neon-button:hover:after,.neon-button:focus:after{opacity:1}.neon-button-mobil{font-size:1.5rem;font-weight:700;color:red;cursor:pointer;text-decoration:none;width:100%;padding:.25em 1em;border:transparent .125em solid;background-color:transparent;text-shadow:0 0 .125em hsla(0,0%,100%,.3),0 0 .45em hsl(0,100%,50%);position:relative;z-index:0}.neon-button-mobil:after{content:"";position:absolute;inset:0;border-radius:.1em;background-color:red;box-shadow:0 0 2em .5em red;opacity:0;z-index:-1;transition:opacity .1s linear}.neon-button-mobil:hover,.neon-button-mobil:focus{color:#000;text-shadow:none;border-radius:.25em;border:hsl(0,100%,50%) .125em solid;box-shadow:inset 0 0 .5em red,0 0 .5em red}.neon-button-mobil:hover:after,.neon-button-mobil:focus:after{opacity:1}.lang_active{color:#000;text-shadow:none;border-radius:.25em;border:hsl(0,100%,50%) .125em solid;box-shadow:inset 0 0 .5em red,0 0 .5em red;background-color:red}.lang_active:after{content:"";position:absolute;inset:0;border-radius:.1em;background-color:red;box-shadow:0 0 2em .5em red;z-index:-1;transition:opacity .1s linear}.inline_link{color:red;transition:all .3s ease-in-out}.inline_link:hover{text-decoration:underline}.horizontal_line{font-size:1rem;width:100%;height:3px;background-color:red;position:relative}.horizontal_line:after{content:"";position:absolute;inset:0;background-color:red;box-shadow:0 0 1em .25em red;z-index:-1}.language{background-color:#0000;border:none;width:64px;height:64px;border-radius:50%;border:transparent .125em solid;display:flex;justify-content:center;align-items:center;anchor-name:--language;position:relative;margin:0;padding:0;z-index:0}.language img{height:64px;width:64px}.language:hover{border-radius:50%}.language:hover #path1{fill:#000;stroke:#000}.language:before{pointer-events:none;content:"";position:absolute;background-color:red;top:70%;left:0;width:100%;height:100%;transform:perspective(1em) rotateX(40deg) scale(.8,.29);filter:blur(1em);opacity:.7}.language:after{content:"";position:absolute;inset:0;background-color:red;border-radius:50%;box-shadow:0 0 2em .5em red;opacity:0;z-index:-1;transition:opacity .1s linear}.language:hover,.language:focus{text-shadow:none;border-radius:50%;border:hsl(0,100%,50%) .125em solid;box-shadow:inset 0 0 .5em red,0 0 .5em red}.language:hover:before,.language:focus:before{opacity:1}.language:hover:after,.language:focus:after{opacity:1}#path1{fill:red;stroke:red;transition:all .3s}body{margin:0;font-family:Arial,Helvetica,sans-serif;background-image:linear-gradient(45deg,#1d0000 0% 30%,#000 90% 100%);background-repeat:no-repeat;background-attachment:fixed;background-size:100% 100%}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#ffffff;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #23232329}::-webkit-scrollbar{width:.5rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:red}::-webkit-scrollbar-thumb{background:gray;transition:box-shadow .2s ease,background .3s ease}::-webkit-scrollbar-thumb:hover{background:red}select,::picker(select){appearance:base-select}.root{display:flex;flex-direction:column}.inner{width:100%;max-width:1410px;margin:0 25px}a{text-decoration:none;color:#fff;cursor:pointer;box-sizing:border-box}*{color:#fff;text-align:center}h1,h2,h3,h4,h5,h6{margin:0;padding:0;margin-block:0;font-family:exo-bold}h2{font-size:40px}h3{font-size:36px}p{text-align:left;font-size:24px}.article_with_img{display:flex;flex-direction:row}.article_with_img img{max-width:500px}.no-scroll{overflow:hidden;position:fixed;width:100%}
