.cookie-banner{position:fixed;left:50%;bottom:20px;transform:translate(-50%);background-color:#fff;border:1px solid #ccc;height:fit-content;max-width:calc(100vw - 40px);z-index:100000;box-shadow:0 0 20px -3px #00000080;border-radius:5px;padding:5px;display:inline-flex}.cookie-banner .cookie-banner-header{font-family:sans-serif;font-size:1.3rem;margin:0;font-weight:500;color:#404040e6}.cookie-banner p{color:#414e61;padding:10px 20px;margin-top:-15px!important;font-size:1.1em}.cookie-banner p .emph,.cookie-banner p a{position:relative;display:inline-block;text-decoration:none;color:#414e61}.cookie-banner p .emph:before,.cookie-banner p a:before{content:"";position:absolute;bottom:2.5px;left:0;width:100%;height:.2rem;opacity:.3;background-color:var(--underline-color);z-index:-1}.dark .cookie-banner p .emph:before,.dark .cookie-banner p a:before{background-color:#004445}.cookie-banner .actions{padding:20px;display:flex;justify-content:space-between;align-items:center}.cookie-banner .actions .last{margin-left:10px}.cookie-banner .close{display:grid;place-items:center;position:absolute;top:12px;right:12px}.cookie-banner .bottom span{display:inline-flex;width:max-content}@media screen and (max-width: 1400px){.cookie-banner{width:100%;font-size:14px}}@media screen and (max-width: 900px){.cookie-banner{width:100%;font-size:12px;display:flex;flex-direction:column}}.container{width:100vw;height:85px;overflow:hidden;transition:background-color .3s ease;animation:fadeIn .5s ease;position:fixed;z-index:1000}@keyframes fadeIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.container .ant-menu-root img{filter:invert(1) grayscale(1)}.container.hovering{background-color:#fff;border-bottom-color:#000000d9;box-shadow:0 10px 9px -12px #00000054}.container.hovering .ant-menu-root img{filter:invert(0)}.container.hovering .ant-menu-root .ant-menu-item,.container.hovering .ant-menu-root .ant-menu-submenu,.container.hovering .ant-menu-root .ant-menu-submenu-title{color:#000}.container.hovering .ant-menu-root .ant-menu-item.selected,.container.hovering .ant-menu-root .ant-menu-submenu.selected,.container.hovering .ant-menu-root .ant-menu-submenu-title.selected,.container.hovering .ant-menu-root .ant-menu-item.selected .ant-menu-title-content,.container.hovering .ant-menu-root .ant-menu-submenu.selected .ant-menu-title-content,.container.hovering .ant-menu-root .ant-menu-submenu-title.selected .ant-menu-title-content{color:var(--ant-menu-item-selected-color)!important}.container.hovering .ant-menu-root .ant-menu-item .active,.container.hovering .ant-menu-root .ant-menu-submenu .active,.container.hovering .ant-menu-root .ant-menu-submenu-title .active{background-color:var(--ant-menu-item-selected-color)}.container.hovering .mobile_wrapper .open{filter:invert(0)}.container .wrapper{width:1500px;max-width:calc(100% - 40px);height:100%;margin:0 auto}.container .mobile_wrapper{width:100%;height:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.container .mobile_wrapper .open{font-size:24px;margin-right:26px;cursor:pointer;padding:16px;filter:invert(1) grayscale(1)}.container .ant-menu-root{height:100%;border-bottom:none;background-color:transparent;transition:all .3s ease;position:relative;align-items:center}.container .ant-menu-root img{height:60%;padding:0 40px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-touch-callout:none;transition:all .3s ease;cursor:pointer}.container .ant-menu-root .ant-menu-submenu-title{height:100%}.container .ant-menu-root .ant-menu-item,.container .ant-menu-root .ant-menu-submenu{padding:0 20px}.container .ant-menu-root .ant-menu-item,.container .ant-menu-root .ant-menu-submenu,.container .ant-menu-root .ant-menu-submenu-title{height:100%;display:grid;place-items:center;font-size:16px;color:#fff;position:relative}.container .ant-menu-root .ant-menu-item:after,.container .ant-menu-root .ant-menu-submenu:after,.container .ant-menu-root .ant-menu-submenu-title:after{display:none}.container .ant-menu-root .ant-menu-item:hover,.container .ant-menu-root .ant-menu-submenu:hover,.container .ant-menu-root .ant-menu-submenu-title:hover{color:var(--ant-menu-item-selected-color)!important}.container .ant-menu-root .ant-menu-item.selected .active,.container .ant-menu-root .ant-menu-submenu.selected .active,.container .ant-menu-root .ant-menu-submenu-title.selected .active{opacity:1;height:2px}.container .ant-menu-root .ant-menu-item .active,.container .ant-menu-root .ant-menu-submenu .active,.container .ant-menu-root .ant-menu-submenu-title .active{position:absolute;left:50%;top:0;transform:translate(-50%);width:50%;background-color:#fff;border-radius:0 0 3px 3px;opacity:0;height:0;transition:all .3s ease}.ant-menu-vertical{position:absolute;top:0;z-index:100;transform:translate(-50%);left:50%;border:none;border-radius:0 0 6px 6px!important}@media screen and (max-width: 1000px){.wrapper{display:none}.mobile_wrapper{display:block}}.ant-drawer-body{padding:6px!important}footer{width:100%;height:200px;text-align:center;display:flex;justify-content:center;align-items:center;font-size:14px;color:#545454;gap:12px}footer span{padding:0 3px}footer span a{color:#545454;text-decoration:none}footer span a:hover{color:var(--ant-color-primary-text);text-decoration:underline}@media screen and (max-width: 768px){footer{flex-direction:column;height:auto;padding:24px 0}}#bento{width:100%;display:grid;grid-template-columns:3fr 2fr;grid-gap:30px;margin:0 auto}#bento #image{width:calc(100% - 4px);height:calc(100% - 4px);overflow:hidden;display:grid;place-items:center}#bento #image img{width:100%;height:100%;object-fit:cover;cursor:pointer}#bento .info-box{width:100%;padding:20px;box-sizing:border-box;margin-bottom:30px}#bento .info-box h2{color:#404040;font-size:1.3rem;font-weight:500;margin-bottom:1rem}#bento .info-box p{font-size:1rem;color:#666;line-height:1.5;margin-bottom:1rem}#bento .info-box:last-child{margin-bottom:0}@media screen and (max-width: 850px){#bento{grid-template-columns:1fr;margin-top:30px;padding:0;box-sizing:border-box}#bento .info-box{padding:15px}}.column{margin-bottom:120px}.column .cover{display:flex;align-items:center;justify-content:space-between;width:100%;padding:25px 30px 0;box-sizing:border-box}.column .cover .oneliner{display:flex;align-items:center}.column .cover .title{color:#404040;font-size:30px}.column .cover .line{background-color:#404040;height:2px;margin:0 30px;transition:width .7s .3s;transition-delay:.3s}.column .cover .ant-btn{justify-self:flex-end!important}.column .grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;width:100%;padding:0 30px 60px;box-sizing:border-box}.column .grid .img{width:100%;display:grid;place-items:center;padding:50px 0;box-sizing:border-box;transition:all .3s}.column .grid .img img{width:60%}.column .grid .img:hover{cursor:pointer;box-shadow:0 1px 2px -2px #00000029,0 3px 6px #0000001f,0 5px 12px 4px #00000017}.column .bottomBtn{width:100%;margin-top:30px;display:none}.column .boxes{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:30px;padding:50px 30px 20px}.column .boxes .box{border-radius:3px;padding:20px;transition:all .3s}.column .boxes .box .banner{width:100%;aspect-ratio:1}.column .boxes .box .banner img{width:100%;border-radius:3px;border-bottom:4px #e7b250 solid}.column .boxes .box:hover{cursor:pointer;box-shadow:0 1px 2px -2px #00000029,0 3px 6px #0000001f,0 5px 12px 4px #00000017}.column .boxes .box .title{color:#404040;font-size:20px;margin-top:20px;height:62.84px}.column .boxes .box .description{color:gray;font-size:14px;margin-top:10px;margin-bottom:25px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;height:110px}@media screen and (max-width: 850px){.column{width:100%;margin:0 auto 80px}.column .cover{justify-content:center;overflow:hidden;padding:20px 0 0}.column .cover .oneliner{max-width:100%}.column .cover .ant-btn{display:none}.column .boxes{padding:30px 0 0;grid-template-columns:1fr}.column .boxes .box .title,.column .boxes .box .description{height:auto}.column .grid{padding:0;grid-template-columns:1fr}.column .bottomBtn{display:block}}#text{border-left:2px solid #000;padding-left:22px;max-width:75vw;font-style:normal;margin:30px 0 60px;font-family:Piazzolla-VariableFont,sans-serif!important}#text .title{font-size:30px;font-weight:400;margin-bottom:1rem}#text .content{font-size:15px;line-height:1.5;color:#323232}@media screen and (min-width: 768px){#text{margin:0 auto 120px}#text .title{font-size:40px;max-width:70%}#text .content{font-size:18px;max-width:70%}}.carousel{height:80vh;width:100vw;background-repeat:no-repeat;background-size:cover;background-position:center;background-position-y:center;position:relative;z-index:1;overflow:hidden}.carousel *{-webkit-user-select:none;user-select:none}.carousel img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-height:100%;min-width:100%;zoom:.8}.carousel .layer{background:linear-gradient(0deg,#0000001a,#00000026 70%,#00000080 90%,#0009);position:absolute;top:0;left:0;right:0;bottom:0;background-position:top;padding-top:35%;transition:none}.carousel_wrapper{position:relative;overflow:hidden}.carousel_wrapper .top{position:absolute;bottom:-600px;left:50%;transform:translate(-50%);width:300vw;height:500px;background:#fcfbfb;rotate:3deg;z-index:100}#page{width:1100px;max-width:calc(100vw - 40px);margin:0 auto;position:relative;z-index:110}#page .ant-btn{border-radius:1px!important;border:1px solid #ff6600!important;color:#f60!important;background-color:transparent}#page .ant-btn:hover{background-color:#ff660010!important}#footer{width:100%;background-color:#222;position:relative;margin-top:170px}#footer.goethe{margin-top:300px}#footer.goethe .overlay{display:flex!important}#footer .overlay{position:absolute;transform:translate(-50%,-100%);left:50%;width:900px;max-width:calc(100vw - 40px);display:inline-flex;align-items:center;display:none}#footer .overlay img{height:300px}#footer .overlay .title{font-size:24px;font-weight:400;color:#1f2937;margin-left:30px}#footer .overlay .title b{color:#000;font-weight:700}#footer .overlay .subtitle{font-size:18px;color:#414e61;margin-left:30px;margin-top:12px;font-weight:400}#footer .overlay .subtitle a{color:#f60;text-decoration:none}#footer .wrapper{width:900px;max-width:calc(100vw - 40px);margin:0 auto;padding-top:100px;color:#ffffffe6;display:grid;grid-template-columns:400px 1fr}#footer .wrapper .document{margin-right:20px;font-size:14px;line-height:2}#footer .wrapper .document img{max-width:100%;height:80px;object-fit:contain;margin-bottom:30px;filter:grayscale(1) invert(.9)}#footer .wrapper .document a{color:#ffffffe6!important}#footer .wrapper .oneliner{display:inline-flex;gap:12px;width:100%;margin-bottom:12px}#footer .wrapper .formular{opacity:.5}#footer .wrapper .formular .ant-input{background-color:#505050;border:1px solid #333333;color:#fff!important}#footer .wrapper .formular .ant-input::placeholder{color:#ffffff80}#footer .wrapper .formular .ant-input:focus{border-color:#ffffff80}#footer .wrapper .formular .ant-btn{background-color:#505050!important;color:#fff!important;margin-top:12px}@media screen and (max-width: 1500px){.carousel_wrapper .top{bottom:-500px}#footer .wrapper{grid-template-columns:1fr;padding:60px 30px;box-sizing:border-box}#footer .wrapper .document{margin-right:0}#footer .wrapper .oneliner{flex-direction:column;margin-top:50px}}@media screen and (max-width: 800px){#footer.goethe{margin-top:450px}#footer .overlay{align-items:center;text-align:center;flex-direction:column-reverse;width:400px}#footer .overlay img{height:250px}#footer .overlay .title{margin-left:0;margin-top:20px}#footer .overlay .subtitle{margin-left:0;margin-top:12px}}.border{background-color:#efefef;box-shadow:2px 2px 6px #00000026;border:3px solid;border-image-source:linear-gradient(45deg,#ff6600,rgb(251,217,152));border-image-slice:1}@media screen and (max-width: 800px){.carousel{height:50vh}.carousel img{zoom:.1}}#banner{height:50vh;overflow:hidden;position:relative;margin-top:-85px}#banner .source{position:absolute;bottom:12px;right:12px;z-index:5;color:#fff;background-color:#00000080;font-size:12px;padding:4px 8px;border-radius:4px}#banner .banner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%}#banner .layer{background:linear-gradient(0deg,#0003,#0003 70%,#0000008c 90%,#000000b3);position:absolute;top:0;left:0;right:0;bottom:0;background-position:top;padding-top:35%;transition:none}#tabs_wrapper{width:1050px;max-width:100%;margin:24px auto 0;animation:PagefadeIn .6s}#tabs_wrapper ul{padding-left:40px;padding-bottom:12px}#tabs_wrapper p{margin:14px 0}@keyframes PagefadeIn{0%{opacity:0}to{opacity:1}}#tabs_wrapper #title{font-size:35px;color:#404040}#tabs_wrapper #tabs{margin-top:12px;width:100%}#tabs_wrapper .tabs_top{border-radius:12px;overflow:hidden;margin-bottom:48px;position:relative;z-index:10}#tabs_wrapper .tabs_top.hasBanner{background-color:#fff;margin-top:-100px;box-shadow:0 0 12px #0000001a}#tabs_wrapper .tabs_top #title{padding:36px 36px 6px}#tabs_wrapper .tabs_top .ant-tabs-nav-wrap{padding:0 36px}#tabs_wrapper .ant-tabs-nav{margin-bottom:0}#tabs_wrapper .back{border-radius:1px!important;border:1px solid #ff6600!important;color:#f60!important;background-color:#fff;margin-bottom:36px;margin-left:36px}#tabs_wrapper .back:hover{background-color:#ff660010!important}#tabs_wrapper .ant-card{color:#000000d9;box-shadow:0 0 12px #0000001a;border:2px solid;border-image-slice:1;border-image-source:linear-gradient(45deg,rgb(255,102,0),rgb(251,217,152));margin:0 36px 36px;animation:CardfadeIn .3s}#tabs_wrapper p{margin-top:0}#tabs_wrapper .lazy{opacity:0;transition:opacity .6s;animation:customfadeIn .6s;animation-delay:.5s;animation-fill-mode:forwards}@keyframes customfadeIn{0%{opacity:0}to{opacity:1}}#tabs_wrapper .images{float:right;width:40%;margin-bottom:12px;margin-left:12px}#tabs_wrapper .images img{width:100%;border-radius:3px;cursor:pointer}#tabs_wrapper .images .image{position:relative;background-color:#f0f0f0}#tabs_wrapper .images .image .source{position:absolute;bottom:12px;right:12px;z-index:5;color:#fff;background-color:#0000004d;font-size:8px;padding:4px 8px;border-radius:4px}.PhotoView-Slider__Backdrop{background-color:#000000b3!important}.PhotoView-Slider__BannerWrap{background-color:#0000!important}#bg{background-position-y:1000px}@media screen and (max-width: 1050px){#banner .source{bottom:80px;right:12px}#tabs_wrapper .tabs_top{border-radius:6px 6px 0 0}#tabs_wrapper .tabs_top #title{padding:24px 15px 6px}#tabs_wrapper .tabs_top .ant-tabs-nav-wrap{padding:0 15px}#articles .back{margin-left:15px;margin-bottom:24px}#articles .ant-card{margin:0 15px 36px}#articles .ant-card .images{width:100%;margin:0 0 12px}#articles .ant-card .images img{margin-left:0}}.gallery_wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:12px;padding-top:12px;justify-content:center}.gallery_wrapper .image{width:100%;border-radius:3px;cursor:pointer;position:relative;margin-bottom:6px}.gallery_wrapper .image .source{position:absolute;bottom:12px;right:12px;z-index:5;color:#fff;background-color:#0000004d;font-size:8px;padding:4px 8px;border-radius:4px}.ant-tabs-nav-operations{z-index:10;background-color:#fff}.ant-tabs-tab:nth-last-child(2){margin-right:42px!important}#news{position:relative;z-index:10;width:1200px;max-width:calc(100vw - 40px);margin:0 auto;padding-top:90px}#news h1{font-size:2.5rem;font-weight:700;margin-bottom:60px}#news .ant-btn{border-radius:1px!important;border:1px solid #ff6600!important;color:#f60!important;background-color:#fff}#news .ant-btn:hover{background-color:#ff660010!important}#news .news{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:30px}#news .news .news-item{width:100%;overflow:hidden;border-radius:0!important;color:#000000d9;box-shadow:0 0 12px #0000001a;border:2px solid;border-image-slice:1;border-image-source:linear-gradient(45deg,rgb(255,102,0),rgb(251,217,152));box-sizing:border-box;height:min-content;animation:CardfadeIn .3s}#news .news .news-item:hover{box-shadow:0 3px 12px -3px #0000004d}#news .news .news-item:hover .ant-btn{background-color:#ff660010!important}#news .news .news-item .ant-card-meta{margin-bottom:24px!important}#news .news .news-item .ant-card-cover,#news .news .news-item .ant-card-cover img{border-radius:0!important}@keyframes CardfadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#news .more{margin-top:60px;display:grid;place-items:center}.PhotoView-Portal{height:100%;left:0;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:2000}@keyframes PhotoView__rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{animation:PhotoView__delayIn .4s linear both}.PhotoView__Spinner svg{animation:PhotoView__rotate .6s linear infinite}.PhotoView__Photo{-webkit-user-drag:none;cursor:grab;max-width:none}.PhotoView__Photo:active{cursor:grabbing}.PhotoView__icon{display:inline-block;left:0;position:absolute;top:0;transform:translate(-50%,-50%)}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{bottom:0;direction:ltr;left:0;position:absolute;right:0;top:0;touch-action:none;width:100%}.PhotoView__PhotoWrap{overflow:hidden;z-index:10}.PhotoView__PhotoBox{transform-origin:left top}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover{opacity:0}.PhotoView-Slider__Backdrop{background:#000;height:100%;left:0;position:absolute;top:0;transition-property:background-color;width:100%;z-index:-1}.PhotoView-Slider__fadeIn{animation:PhotoView__fade linear both;opacity:0}.PhotoView-Slider__fadeOut{animation:PhotoView__fade linear reverse both;opacity:0}.PhotoView-Slider__BannerWrap{align-items:center;background-color:#00000080;color:#fff;display:flex;height:44px;justify-content:space-between;left:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:20}.PhotoView-Slider__BannerWrap:hover{opacity:1}.PhotoView-Slider__Counter{font-size:14px;opacity:.75;padding:0 10px}.PhotoView-Slider__BannerRight{align-items:center;display:flex;height:100%}.PhotoView-Slider__toolbarIcon{fill:#fff;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;transition:opacity .2s linear}.PhotoView-Slider__toolbarIcon:hover{opacity:1}.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight{align-items:center;bottom:0;cursor:pointer;display:flex;height:100px;justify-content:center;margin:auto;opacity:.75;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:70px;z-index:20}.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover{opacity:1}.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg{fill:#fff;background:#0000004d;box-sizing:content-box;height:24px;padding:10px;width:24px}.PhotoView-Slider__ArrowLeft{left:0}.PhotoView-Slider__ArrowRight{right:0}html,body{margin:0;padding:0;font-family:IBM Plex Sans,Helvetica Neue,Arial,sans-serif;background-color:#fcfbfc;overflow-x:hidden;overflow-y:visible;height:100vh;scroll-behavior:smooth}body{overflow-y:scroll}input,small,h1,h2,h3,h4,h5,h6,p,a,ul,li{margin:0;padding:0}#bg{background-image:url(/round.svg);background-size:110%;background-position-x:-3px;background-position-y:900px!important;background-repeat:repeat-y;min-height:100vh;height:100%;position:relative}#bg .ovl{position:absolute;left:0;right:0;height:900px;background-color:#fcfbfc}@font-face{font-family:Piazzolla-Italic-VariableFont;src:url(/Piazzolla-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:1 999;font-style:italic;font-display:swap}@font-face{font-family:Piazzolla-VariableFont;src:url(/Piazzolla-VariableFont_opsz,wght.ttf) format("truetype");font-weight:1 999;font-style:normal;font-display:swap}
