[role='button'],input[type='button'],input[type='reset'],input[type='submit'],button{appearance:button;background:none;border:0;font:inherit;font-size:100%;padding:0;text-align:inherit;user-select:none}[role='button']:-moz-focusring,input[type='button']:-moz-focusring,input[type='reset']:-moz-focusring,input[type='submit']:-moz-focusring,button:-moz-focusring{outline:none}[role='button']:focus,input[type='button']:focus,input[type='reset']:focus,input[type='submit']:focus,button:focus{outline:none}a{color:inherit;text-decoration:none}a:-moz-focusring,a:focus{outline:none}@-ms-viewport{width:device-width}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,main{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,summary{display:block}*,*:before,*:after{box-sizing:inherit}html{box-sizing:border-box;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;touch-action:manipulation}body{text-align:left}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}caption{caption-side:bottom}th{text-align:inherit}hr{box-sizing:content-box;height:0;overflow:visible}pre,code,kbd,samp{font-family:monospace, monospace}pre{overflow:auto;-ms-overflow-style:scrollbar}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{cursor:help;text-decoration:underline;text-decoration:underline dotted;text-decoration-skip-ink:none}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,[type='reset'],[type='submit'],[type='button']{-webkit-appearance:button}input[type='date'],input[type='time'],input[type='datetime-local'],input[type='month']{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner{border-style:none;padding:0}input[type='radio'],input[type='checkbox']{box-sizing:border-box;padding:0}[tabindex='-1']:focus{outline:0 !important}fieldset{min-width:0}legend{color:inherit;display:block;max-width:100%;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type='checkbox'],[type='radio']{box-sizing:border-box;padding:0}[type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button{height:auto}[type='search']{-webkit-appearance:textfield;outline-offset:-2px}[type='search']::-webkit-search-cancel-button,[type='search']::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}template{display:none}[hidden]{display:none}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity, filter;transition-duration:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#000}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:40px;height:4px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:0.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent !important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r .hamburger-inner::before,.hamburger--3dx-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent !important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy .hamburger-inner::before,.hamburger--3dy .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent !important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy-r .hamburger-inner::before,.hamburger--3dy-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy .hamburger-inner::before,.hamburger--3dxy .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy-r .hamburger-inner::before,.hamburger--3dxy-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg) rotateY(180deg) rotateZ(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner::before{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner::after{transform:translate3d(0, -10px, 0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner::before{transform:translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrow.is-active .hamburger-inner::after{transform:translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrow-r.is-active .hamburger-inner::before{transform:translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrow-r.is-active .hamburger-inner::after{transform:translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowalt .hamburger-inner::before{transition:top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt .hamburger-inner::after{transition:bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt.is-active .hamburger-inner::before{top:0;transform:translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);transition:top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt.is-active .hamburger-inner::after{bottom:0;transform:translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);transition:bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt-r .hamburger-inner::before{transition:top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt-r .hamburger-inner::after{transition:bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt-r.is-active .hamburger-inner::before{top:0;transform:translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);transition:top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt-r.is-active .hamburger-inner::after{bottom:0;transform:translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);transition:bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner::before{transform:translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrowturn.is-active .hamburger-inner::after{transform:translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner::before{transform:translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowturn-r.is-active .hamburger-inner::after{transform:translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::before,.hamburger--boring .hamburger-inner::after{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:0.13s;transition-delay:0.13s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse .hamburger-inner::after{top:-20px;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear}.hamburger--collapse .hamburger-inner::before{transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0, -10px, 0) rotate(-45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear}.hamburger--collapse.is-active .hamburger-inner::before{top:0;transform:rotate(-90deg);transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:0.13s;transition-delay:0.13s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse-r .hamburger-inner::after{top:-20px;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear}.hamburger--collapse-r .hamburger-inner::before{transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0, -10px, 0) rotate(45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear}.hamburger--collapse-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:0.275s;transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic .hamburger-inner::before{top:10px;transition:opacity 0.125s 0.275s ease}.hamburger--elastic .hamburger-inner::after{top:20px;transition:transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0, 10px, 0) rotate(135deg);transition-delay:0.075s}.hamburger--elastic.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner::after{transform:translate3d(0, -20px, 0) rotate(-270deg);transition-delay:0.075s}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:0.275s;transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic-r .hamburger-inner::before{top:10px;transition:opacity 0.125s 0.275s ease}.hamburger--elastic-r .hamburger-inner::after{top:20px;transition:transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0, 10px, 0) rotate(-135deg);transition-delay:0.075s}.hamburger--elastic-r.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner::after{transform:translate3d(0, -20px, 0) rotate(270deg);transition-delay:0.075s}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color 0.125s 0.175s ease-in}.hamburger--emphatic .hamburger-inner::before{left:0;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in}.hamburger--emphatic .hamburger-inner::after{top:10px;right:0;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent !important}.hamburger--emphatic.is-active .hamburger-inner::before{left:-80px;top:-80px;transform:translate3d(80px, 80px, 0) rotate(45deg);transition:left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic.is-active .hamburger-inner::after{right:-80px;top:-80px;transform:translate3d(-80px, 80px, 0) rotate(-45deg);transition:right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color 0.125s 0.175s ease-in}.hamburger--emphatic-r .hamburger-inner::before{left:0;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in}.hamburger--emphatic-r .hamburger-inner::after{top:10px;right:0;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent !important}.hamburger--emphatic-r.is-active .hamburger-inner::before{left:-80px;top:80px;transform:translate3d(80px, -80px, 0) rotate(-45deg);transition:left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic-r.is-active .hamburger-inner::after{right:-80px;top:80px;transform:translate3d(-80px, -80px, 0) rotate(45deg);transition:right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--minus .hamburger-inner::before,.hamburger--minus .hamburger-inner::after{transition:bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear}.hamburger--minus.is-active .hamburger-inner::before,.hamburger--minus.is-active .hamburger-inner::after{opacity:0;transition:bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear}.hamburger--minus.is-active .hamburger-inner::before{top:0}.hamburger--minus.is-active .hamburger-inner::after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner::before{top:10px;transition-property:transform, opacity;transition-timing-function:ease;transition-duration:0.15s}.hamburger--slider .hamburger-inner::after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner::before{transform:rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);opacity:0}.hamburger--slider.is-active .hamburger-inner::after{transform:translate3d(0, -20px, 0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner::before{top:10px;transition-property:transform, opacity;transition-timing-function:ease;transition-duration:0.15s}.hamburger--slider-r .hamburger-inner::after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0, 10px, 0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner::before{transform:rotate(45deg) translate3d(5.7142857143px, -6px, 0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner::after{transform:translate3d(0, -20px, 0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:0.22s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin .hamburger-inner::before{transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in}.hamburger--spin .hamburger-inner::after{transition:bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin-r .hamburger-inner{transition-duration:0.22s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin-r .hamburger-inner::before{transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in}.hamburger--spin-r .hamburger-inner::after{transition:bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin-r.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out}.hamburger--spin-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg);transition:bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s 0.13s linear}.hamburger--spring .hamburger-inner::before{top:10px;transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring .hamburger-inner::after{top:20px;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:0.22s;background-color:transparent !important}.hamburger--spring.is-active .hamburger-inner::before{top:0;transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 10px, 0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner::after{top:0;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 10px, 0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:0.13s;transition-delay:0s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring-r .hamburger-inner::after{top:-20px;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0s linear}.hamburger--spring-r .hamburger-inner::before{transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0, -10px, 0) rotate(-45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spring-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0s 0.22s linear}.hamburger--spring-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand .hamburger-inner{transition:transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.075s linear}.hamburger--stand .hamburger-inner::before{transition:top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand .hamburger-inner::after{transition:bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent !important;transition:transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.15s linear}.hamburger--stand.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand-r .hamburger-inner{transition:transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.075s linear}.hamburger--stand-r .hamburger-inner::before{transition:top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand-r .hamburger-inner::after{transition:bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent !important;transition:transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.15s linear}.hamburger--stand-r.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--squeeze .hamburger-inner{transition-duration:0.075s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 0.075s 0.12s ease, opacity 0.075s ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.075s ease, opacity 0.075s 0.12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--vortex .hamburger-inner{transition-duration:0.2s;transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex .hamburger-inner::before,.hamburger--vortex .hamburger-inner::after{transition-duration:0s;transition-delay:0.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner::before{transition-property:top, opacity}.hamburger--vortex .hamburger-inner::after{transition-property:bottom, transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex.is-active .hamburger-inner::before,.hamburger--vortex.is-active .hamburger-inner::after{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:0.2s;transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex-r .hamburger-inner::before,.hamburger--vortex-r .hamburger-inner::after{transition-duration:0s;transition-delay:0.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner::before{transition-property:top, opacity}.hamburger--vortex-r .hamburger-inner::after{transition-property:bottom, transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex-r.is-active .hamburger-inner::before,.hamburger--vortex-r.is-active .hamburger-inner::after{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}@font-face{font-family:"Outrunner-Inline";font-weight:normal;font-style:normal;font-display:swap;src:local(""),url("/resources/fonts/Outrunner-Inline.woff2") format("woff2"),url("/resources/fonts/Outrunner-Inline.woff") format("woff"),url("/resources/fonts/Outrunner-Inline.ttf") format("ttf")}.row__inner{position:relative;padding:0}.row__inner--sm{margin:0 auto;max-width:750px}@media (min-width: 64em){.row__inner--sm{margin:0 auto;max-width:80%}}.row__inner--tw{margin:0 auto;max-width:1500px}.row__inner--lg{margin:0 auto;max-width:750px}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{font-family:elena-web-basic;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}:root{--color-black: #000;--color-white: #fff;--color-main: #002A5B;--color-grey: #f4f4f4;--color-greydark: #eee;--color-second: #80c2d9;--color-green: #82EA7B;--color-green--light: #d5f8d3;--color-red: #EF6B6B;--color-red--light: #f6b0b0;--color-red--lighter: #fad0d0}.c-black{color:var(--color-black)}.bg-black{background-color:var(--color-black)}.c-white{color:var(--color-white)}.bg-white{background-color:var(--color-white)}.c-main{color:var(--color-main)}.bg-main{background-color:var(--color-main)}.c-grey{color:var(--color-grey)}.bg-grey{background-color:var(--color-grey)}.c-greydark{color:var(--color-greydark)}.bg-greydark{background-color:var(--color-greydark)}.c-second{color:var(--color-second)}.bg-second{background-color:var(--color-second)}.c-green{color:var(--color-green)}.bg-green,.table td.mark--green{background-color:var(--color-green)}.c-green--light{color:var(--color-green--light)}.bg-green--light,.table td.mark--green--light{background-color:var(--color-green--light)}.c-red{color:var(--color-red)}.bg-red,.table td.mark--red{background-color:var(--color-red)}.c-red--light{color:var(--color-red--light)}.bg-red--light,.table td.mark--red--light{background-color:var(--color-red--light)}.c-red--lighter{color:var(--color-red--lighter)}.bg-red--lighter,.table td.mark--red--lighter{background-color:var(--color-red--lighter)}#menu-toggle{position:absolute;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;top:50%;transform:translate(0%, -50%)}@media (min-width: 38.75em){#menu-toggle{width:100%}}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{height:2px;border-radius:0;background:var(--color-main)}@media (min-width: 38.75em){.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{background:var(--color-white)}}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background:var(--color-main)}@media (min-width: 38.75em){.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background:var(--color-white)}}.block{display:block;height:auto;width:100%}@keyframes marquee{0%{background-position:0}100%{background-position:-1190px}}body{line-height:1.5;font-family:elena-web-basic;font-weight:400;font-size:min(max(1.125rem, 1.484375vw), 2.375rem);font-size:clamp(1.125rem, 1.484375vw, 2.375rem)}@media (min-width: 38.75em){body{line-height:1.36}}@media (min-width: 64em){body{line-height:1.45}}@media (min-width: 38.75em){body{font-size:min(max(1.5625rem, 1.484375vw), 2.375rem);font-size:clamp(1.5625rem, 1.484375vw, 2.375rem)}}.noclamp body{font-size:18px}@media (min-width: 38.75em){.noclamp body{font-size:25px}}@media (min-width: 64em){.noclamp body{font-size:38px}}.t-teaser--title{line-height:1;font-family:futura-pt, sans-serif;font-weight:700;font-size:min(max(2.125rem, 2.9296875vw), 4.6875rem);font-size:clamp(2.125rem, 2.9296875vw, 4.6875rem);text-wrap:balance;margin:0.35em 0 .25em 0;-webkit-hyphens:auto;-ms-hyphens:auto;-moz-hyphens:auto;hyphens:auto}@media (min-width: 38.75em){.t-teaser--title{font-size:min(max(1.875rem, 2.9296875vw), 4.6875rem);font-size:clamp(1.875rem, 2.9296875vw, 4.6875rem)}}.noclamp .t-teaser--title{font-size:34px}@media (min-width: 38.75em){.noclamp .t-teaser--title{font-size:30px}}@media (min-width: 64em){.noclamp .t-teaser--title{font-size:75px}}@media (min-width: 38.75em){.t-teaser--title{margin:0.2em 0 .25em 0}}.t-teaser--title--s{line-height:1.2;font-family:futura-pt, sans-serif;font-weight:500;font-size:min(max(1.25rem, 1.5625vw), 2.5rem);font-size:clamp(1.25rem, 1.5625vw, 2.5rem);text-wrap:balance;margin:0.35em 0 .25em 0}@media (min-width: 38.75em){.t-teaser--title--s{line-height:1.11}}@media (min-width: 64em){.t-teaser--title--s{line-height:1.1}}@media (min-width: 38.75em){.t-teaser--title--s{font-size:min(max(2.1875rem, 1.5625vw), 2.5rem);font-size:clamp(2.1875rem, 1.5625vw, 2.5rem)}}.noclamp .t-teaser--title--s{font-size:20px}@media (min-width: 38.75em){.noclamp .t-teaser--title--s{font-size:35px}}@media (min-width: 64em){.noclamp .t-teaser--title--s{font-size:40px}}@media (min-width: 38.75em){.t-teaser--title--s{margin:0.15em 0 .25em 0}}.t-teaser--date{line-height:1;font-family:elena-web-basic;font-weight:400;font-size:min(max(1rem, .859375vw), 1.375rem);font-size:clamp(1rem, .859375vw, 1.375rem)}@media (min-width: 38.75em){.t-teaser--date{line-height:.73}}@media (min-width: 38.75em){.t-teaser--date{font-size:min(max(1.375rem, .859375vw), 1.375rem);font-size:clamp(1.375rem, .859375vw, 1.375rem)}}.noclamp .t-teaser--date{font-size:16px}@media (min-width: 38.75em){.noclamp .t-teaser--date{font-size:22px}}@media (min-width: 64em){.noclamp .t-teaser--date{font-size:false}}.t-teaser--date--s{line-height:1;font-family:elena-web-basic;font-weight:400;font-size:min(max(.875rem, .78125vw), 1.25rem);font-size:clamp(.875rem, .78125vw, 1.25rem)}@media (min-width: 38.75em){.t-teaser--date--s{font-size:min(max(1.125rem, .78125vw), 1.25rem);font-size:clamp(1.125rem, .78125vw, 1.25rem)}}.noclamp .t-teaser--date--s{font-size:14px}@media (min-width: 38.75em){.noclamp .t-teaser--date--s{font-size:18px}}@media (min-width: 64em){.noclamp .t-teaser--date--s{font-size:20px}}.el-match__header__liga{line-height:1.14;font-family:futura-pt, sans-serif;font-weight:500;font-size:min(max(.875rem, 1.5625vw), 2.5rem);font-size:clamp(.875rem, 1.5625vw, 2.5rem);text-transform:uppercase}@media (min-width: 38.75em){.el-match__header__liga{line-height:1}}@media (min-width: 38.75em){.el-match__header__liga{font-size:min(max(2rem, 1.5625vw), 2.5rem);font-size:clamp(2rem, 1.5625vw, 2.5rem)}}.noclamp .el-match__header__liga{font-size:14px}@media (min-width: 38.75em){.noclamp .el-match__header__liga{font-size:32px}}@media (min-width: 64em){.noclamp .el-match__header__liga{font-size:40px}}.el-match-teaser--fixed .el-match__header__liga{line-height:1.14;font-family:futura-pt, sans-serif;font-weight:500;font-size:min(max(.875rem, .546875vw), .875rem);font-size:clamp(.875rem, .546875vw, .875rem)}.noclamp .el-match-teaser--fixed .el-match__header__liga{font-size:14px}.el-match__header__date{line-height:1;font-family:elena-web-basic;font-weight:400;font-size:min(max(.875rem, 1.5625vw), 2.5rem);font-size:clamp(.875rem, 1.5625vw, 2.5rem)}@media (min-width: 38.75em){.el-match__header__date{font-size:min(max(2rem, 1.5625vw), 2.5rem);font-size:clamp(2rem, 1.5625vw, 2.5rem)}}.noclamp .el-match__header__date{font-size:14px}@media (min-width: 38.75em){.noclamp .el-match__header__date{font-size:32px}}@media (min-width: 64em){.noclamp .el-match__header__date{font-size:40px}}.el-match-teaser--fixed .el-match__header__date{line-height:1;font-family:elena-web-basic;font-weight:400;font-size:min(max(.875rem, .546875vw), .875rem);font-size:clamp(.875rem, .546875vw, .875rem)}.noclamp .el-match-teaser--fixed .el-match__header__date{font-size:14px}.el-match__header__trenner{line-height:1;font-family:elena-web-basic;font-weight:400;font-size:min(max(.875rem, 1.5625vw), 2.5rem);font-size:clamp(.875rem, 1.5625vw, 2.5rem)}@media (min-width: 38.75em){.el-match__header__trenner{font-size:min(max(2rem, 1.5625vw), 2.5rem);font-size:clamp(2rem, 1.5625vw, 2.5rem)}}.noclamp .el-match__header__trenner{font-size:14px}@media (min-width: 38.75em){.noclamp .el-match__header__trenner{font-size:32px}}@media (min-width: 64em){.noclamp .el-match__header__trenner{font-size:40px}}.el-match-teaser--fixed .el-match__header__trenner{line-height:1;font-family:elena-web-basic;font-weight:400;font-size:min(max(.875rem, .546875vw), .875rem);font-size:clamp(.875rem, .546875vw, .875rem)}.noclamp .el-match-teaser--fixed .el-match__header__trenner{font-size:14px}.el-match__team{line-height:1;font-family:elena-web-basic;font-weight:400;font-size:min(max(.875rem, .546875vw), .875rem);font-size:clamp(.875rem, .546875vw, .875rem)}.noclamp .el-match__team{font-size:14px}.el-match-teaser--fixed .el-match__team{line-height:1;font-family:elena-web-basic;font-weight:400;font-size:min(max(.875rem, .546875vw), .875rem);font-size:clamp(.875rem, .546875vw, .875rem)}.noclamp .el-match-teaser--fixed .el-match__team{font-size:14px}.el-match__score{line-height:1;font-family:futura-pt, sans-serif;font-weight:700;font-size:min(max(1.875rem, 7.03125vw), 11.25rem);font-size:clamp(1.875rem, 7.03125vw, 11.25rem)}@media (min-width: 38.75em){.el-match__score{font-size:min(max(3.75rem, 7.03125vw), 11.25rem);font-size:clamp(3.75rem, 7.03125vw, 11.25rem)}}.noclamp .el-match__score{font-size:30px}@media (min-width: 38.75em){.noclamp .el-match__score{font-size:60px}}@media (min-width: 64em){.noclamp .el-match__score{font-size:180px}}.el-match__score__small{line-height:1;font-family:futura-pt, sans-serif;font-weight:500;font-size:min(max(1.25rem, 3.90625vw), 6.25rem);font-size:clamp(1.25rem, 3.90625vw, 6.25rem)}@media (min-width: 38.75em){.el-match__score__small{font-size:min(max(2.5rem, 3.90625vw), 6.25rem);font-size:clamp(2.5rem, 3.90625vw, 6.25rem)}}.noclamp .el-match__score__small{font-size:20px}@media (min-width: 38.75em){.noclamp .el-match__score__small{font-size:40px}}@media (min-width: 64em){.noclamp .el-match__score__small{font-size:100px}}.el-match-teaser--fixed .el-match__score{line-height:1;font-family:futura-pt, sans-serif;font-weight:700;font-size:min(max(2.5rem, .859375vw), 1.375rem);font-size:clamp(2.5rem, .859375vw, 1.375rem)}@media (min-width: 38.75em){.el-match-teaser--fixed .el-match__score{font-size:min(max(1.375rem, .859375vw), 1.375rem);font-size:clamp(1.375rem, .859375vw, 1.375rem)}}.noclamp .el-match-teaser--fixed .el-match__score{font-size:40px}@media (min-width: 38.75em){.noclamp .el-match-teaser--fixed .el-match__score{font-size:22px}}@media (min-width: 64em){.noclamp .el-match-teaser--fixed .el-match__score{font-size:false}}.pagination{line-height:1.21;font-family:elena-web-basic;font-weight:400;font-size:min(max(1.75rem, 1.484375vw), 2.375rem);font-size:clamp(1.75rem, 1.484375vw, 2.375rem)}@media (min-width: 64em){.pagination{line-height:1.45}}.noclamp .pagination{font-size:28px}@media (min-width: 64em){.noclamp .pagination{font-size:38px}}.t-h1{line-height:1;font-family:futura-pt, sans-serif;font-weight:700;font-size:min(max(3.125rem, 10.9375vw), 17.5rem);font-size:clamp(3.125rem, 10.9375vw, 17.5rem);text-wrap:balance;-webkit-hyphens:auto;-ms-hyphens:auto;-moz-hyphens:auto;hyphens:auto}@media (min-width: 38.75em){.t-h1{line-height:1.2}}@media (min-width: 64em){.t-h1{line-height:1}}@media (min-width: 38.75em){.t-h1{font-size:min(max(6.25rem, 10.9375vw), 17.5rem);font-size:clamp(6.25rem, 10.9375vw, 17.5rem)}}.noclamp .t-h1{font-size:50px}@media (min-width: 38.75em){.noclamp .t-h1{font-size:100px}}@media (min-width: 64em){.noclamp .t-h1{font-size:280px}}.t-h2,.htmleditor .t-h2{line-height:1;font-family:futura-pt, sans-serif;font-weight:700;font-size:min(max(2.625rem, 7.2265625vw), 11.5625rem);font-size:clamp(2.625rem, 7.2265625vw, 11.5625rem);text-wrap:balance}@media (min-width: 38.75em){.t-h2,.htmleditor .t-h2{font-size:min(max(3.4375rem, 7.2265625vw), 11.5625rem);font-size:clamp(3.4375rem, 7.2265625vw, 11.5625rem)}}.noclamp .t-h2{font-size:42px}@media (min-width: 38.75em){.noclamp .t-h2{font-size:55px}}@media (min-width: 64em){.noclamp .t-h2{font-size:185px}}.el .t-h2{margin-bottom:.5em}.t-h2--reg{line-height:1.38;font-family:elena-web-basic;font-weight:400;font-size:min(max(1.625rem, 2.34375vw), 3.75rem);font-size:clamp(1.625rem, 2.34375vw, 3.75rem)}@media (min-width: 64em){.t-h2--reg{line-height:1.22}}.noclamp .t-h2--reg{font-size:26px}@media (min-width: 64em){.noclamp .t-h2--reg{font-size:60px}}.t-h3,.htmleditor h2,.htmleditor h3{line-height:1.28;font-family:futura-pt, sans-serif;font-weight:700;font-size:min(max(1.5625rem, 1.953125vw), 3.125rem);font-size:clamp(1.5625rem, 1.953125vw, 3.125rem);text-wrap:balance;margin-bottom:.3em}@media (min-width: 38.75em){.t-h3,.htmleditor h2,.htmleditor h3{line-height:1.14}}@media (min-width: 64em){.t-h3,.htmleditor h2,.htmleditor h3{line-height:1.18}}@media (min-width: 38.75em){.t-h3,.htmleditor h2,.htmleditor h3{font-size:min(max(2.1875rem, 1.953125vw), 3.125rem);font-size:clamp(2.1875rem, 1.953125vw, 3.125rem)}}.noclamp .t-h3,.noclamp .htmleditor h2,.htmleditor .noclamp h2,.noclamp .htmleditor h3,.htmleditor .noclamp h3{font-size:25px}@media (min-width: 38.75em){.noclamp .t-h3,.noclamp .htmleditor h2,.htmleditor .noclamp h2,.noclamp .htmleditor h3,.htmleditor .noclamp h3{font-size:35px}}@media (min-width: 64em){.noclamp .t-h3,.noclamp .htmleditor h2,.htmleditor .noclamp h2,.noclamp .htmleditor h3,.htmleditor .noclamp h3{font-size:50px}}.t-h3--reg{line-height:1.28;font-family:elena-web-basic;font-weight:400;font-size:min(max(1.5625rem, 1.953125vw), 3.125rem);font-size:clamp(1.5625rem, 1.953125vw, 3.125rem);text-wrap:balance}@media (min-width: 38.75em){.t-h3--reg{line-height:1.14}}@media (min-width: 64em){.t-h3--reg{line-height:1.18}}@media (min-width: 38.75em){.t-h3--reg{font-size:min(max(2.1875rem, 1.953125vw), 3.125rem);font-size:clamp(2.1875rem, 1.953125vw, 3.125rem)}}.noclamp .t-h3--reg{font-size:25px}@media (min-width: 38.75em){.noclamp .t-h3--reg{font-size:35px}}@media (min-width: 64em){.noclamp .t-h3--reg{font-size:50px}}.t-xl{line-height:1.33;font-family:elena-web-basic;font-weight:400;font-size:min(max(1.5rem, 2.34375vw), 3.75rem);font-size:clamp(1.5rem, 2.34375vw, 3.75rem)}@media (min-width: 38.75em){.t-xl{line-height:1.25}}@media (min-width: 64em){.t-xl{line-height:1.32}}@media (min-width: 38.75em){.t-xl{font-size:min(max(2rem, 2.34375vw), 3.75rem);font-size:clamp(2rem, 2.34375vw, 3.75rem)}}.noclamp .t-xl{font-size:24px}@media (min-width: 38.75em){.noclamp .t-xl{font-size:32px}}@media (min-width: 64em){.noclamp .t-xl{font-size:60px}}.t-s{line-height:1;font-family:elena-web-basic;font-weight:400;font-size:min(max(1rem, .859375vw), 1.375rem);font-size:clamp(1rem, .859375vw, 1.375rem)}@media (min-width: 38.75em){.t-s{line-height:.73}}@media (min-width: 38.75em){.t-s{font-size:min(max(1.375rem, .859375vw), 1.375rem);font-size:clamp(1.375rem, .859375vw, 1.375rem)}}.noclamp .t-s{font-size:16px}@media (min-width: 38.75em){.noclamp .t-s{font-size:22px}}@media (min-width: 64em){.noclamp .t-s{font-size:false}}.t-xs{line-height:1;font-family:elena-web-basic;font-weight:400;font-size:min(max(.875rem, .625vw), 1rem);font-size:clamp(.875rem, .625vw, 1rem)}@media (min-width: 38.75em){.t-xs{font-size:min(max(1rem, .625vw), 1rem);font-size:clamp(1rem, .625vw, 1rem)}}.noclamp .t-xs{font-size:14px}@media (min-width: 38.75em){.noclamp .t-xs{font-size:16px}}@media (min-width: 64em){.noclamp .t-xs{font-size:false}}.t-c{text-align:center}.t-d--b,.live-ticker__title{line-height:1.39;font-family:elena-web-basic;font-weight:700;font-size:min(max(1.125rem, 1.484375vw), 2.375rem);font-size:clamp(1.125rem, 1.484375vw, 2.375rem)}@media (min-width: 38.75em){.t-d--b,.live-ticker__title{line-height:1.36}}@media (min-width: 64em){.t-d--b,.live-ticker__title{line-height:1.45}}@media (min-width: 38.75em){.t-d--b,.live-ticker__title{font-size:min(max(1.5625rem, 1.484375vw), 2.375rem);font-size:clamp(1.5625rem, 1.484375vw, 2.375rem)}}.noclamp .t-d--b,.noclamp .live-ticker__title{font-size:18px}@media (min-width: 38.75em){.noclamp .t-d--b,.noclamp .live-ticker__title{font-size:25px}}@media (min-width: 64em){.noclamp .t-d--b,.noclamp .live-ticker__title{font-size:38px}}.t-d--b--f{line-height:1.39;font-family:futura-pt, sans-serif;font-weight:700;font-size:min(max(1.125rem, 1.484375vw), 2.375rem);font-size:clamp(1.125rem, 1.484375vw, 2.375rem)}@media (min-width: 38.75em){.t-d--b--f{line-height:1.36}}@media (min-width: 64em){.t-d--b--f{line-height:1.45}}@media (min-width: 38.75em){.t-d--b--f{font-size:min(max(1.5625rem, 1.484375vw), 2.375rem);font-size:clamp(1.5625rem, 1.484375vw, 2.375rem)}}.noclamp .t-d--b--f{font-size:18px}@media (min-width: 38.75em){.noclamp .t-d--b--f{font-size:25px}}@media (min-width: 64em){.noclamp .t-d--b--f{font-size:38px}}.table .th,.table th,.table strong{line-height:1.13;font-family:elena-web-basic;font-weight:700;font-size:min(max(1rem, .625vw), 1rem);font-size:clamp(1rem, .625vw, 1rem)}.noclamp .table .th,.noclamp .table th,.noclamp .table strong{font-size:16px}@media (min-width: 64em){.noclamp .table .th,.noclamp .table th,.noclamp .table strong{font-size:false}}.table .td,.table td{line-height:1.13;font-family:elena-web-basic;font-weight:400;font-size:min(max(1rem, .625vw), 1rem);font-size:clamp(1rem, .625vw, 1rem)}.noclamp .table .td,.noclamp .table td{font-size:16px}@media (min-width: 64em){.noclamp .table .td,.noclamp .table td{font-size:false}}.htmleditor p+p,.htmleditor h2+p,.htmleditor h3+p,.htmleditor h4+p,.htmleditor p+h4,.htmleditor ul+p,.htmleditor p+ul,.htmleditor ul+h4,.htmleditor h2+ul{margin-top:1em}.htmleditor h2,.htmleditor h3{margin:1.25em 0 0 0}.htmleditor a{text-decoration:underline;color:var(--color-main)}.htmleditor a:hover,.htmleditor a:focus{text-decoration:none}.htmleditor ul{margin-left:2em;list-style:disc}.htmleditor em{font-style:italic}.htmleditor strong,.htmleditor h4{line-height:1.39;font-family:elena-web-basic;font-weight:700;font-size:min(max(1.125rem, 1.484375vw), 2.375rem);font-size:clamp(1.125rem, 1.484375vw, 2.375rem)}@media (min-width: 38.75em){.htmleditor strong,.htmleditor h4{line-height:1.36}}@media (min-width: 64em){.htmleditor strong,.htmleditor h4{line-height:1.45}}@media (min-width: 38.75em){.htmleditor strong,.htmleditor h4{font-size:min(max(1.5625rem, 1.484375vw), 2.375rem);font-size:clamp(1.5625rem, 1.484375vw, 2.375rem)}}.noclamp .htmleditor strong,.noclamp .htmleditor h4{font-size:18px}@media (min-width: 38.75em){.noclamp .htmleditor strong,.noclamp .htmleditor h4{font-size:25px}}@media (min-width: 64em){.noclamp .htmleditor strong,.noclamp .htmleditor h4{font-size:38px}}.primary__main__link{line-height:1;font-family:futura-pt, sans-serif;font-weight:700;font-size:min(max(2.1875rem, 4.296875vw), 6.875rem);font-size:clamp(2.1875rem, 4.296875vw, 6.875rem)}@media (min-width: 38.75em){.primary__main__link{line-height:1.29}}@media (min-width: 64em){.primary__main__link{line-height:1.06}}@media (min-width: 38.75em){.primary__main__link{font-size:min(max(1.3125rem, 4.296875vw), 6.875rem);font-size:clamp(1.3125rem, 4.296875vw, 6.875rem)}}.noclamp .primary__main__link{font-size:35px}@media (min-width: 38.75em){.noclamp .primary__main__link{font-size:21px}}@media (min-width: 64em){.noclamp .primary__main__link{font-size:110px}}.primary__sub__link,.secondary__list__link{line-height:1.17;font-family:elena-web-basic;font-weight:400;font-size:min(max(1.5rem, 1.640625vw), 2.625rem);font-size:clamp(1.5rem, 1.640625vw, 2.625rem)}@media (min-width: 38.75em){.primary__sub__link,.secondary__list__link{line-height:1.29}}@media (min-width: 64em){.primary__sub__link,.secondary__list__link{line-height:1.07}}@media (min-width: 38.75em){.primary__sub__link,.secondary__list__link{font-size:min(max(1.3125rem, 1.640625vw), 2.625rem);font-size:clamp(1.3125rem, 1.640625vw, 2.625rem)}}.noclamp .primary__sub__link,.noclamp .secondary__list__link{font-size:24px}@media (min-width: 38.75em){.noclamp .primary__sub__link,.noclamp .secondary__list__link{font-size:21px}}@media (min-width: 64em){.noclamp .primary__sub__link,.noclamp .secondary__list__link{font-size:42px}}.secondary__content__text{line-height:1.29;font-family:elena-web-basic;font-weight:400;font-size:min(max(1.3125rem, .8203125vw), 1.3125rem);font-size:clamp(1.3125rem, .8203125vw, 1.3125rem)}@media (min-width: 38.75em){.secondary__content__text{font-size:min(max(1.3125rem, .8203125vw), 1.3125rem);font-size:clamp(1.3125rem, .8203125vw, 1.3125rem)}}.noclamp .secondary__content__text{font-size:21px}@media (min-width: 38.75em){.noclamp .secondary__content__text{font-size:false}}@media (min-width: 64em){.noclamp .secondary__content__text{font-size:false}}.secondary__content__title{line-height:1;font-family:futura-pt, sans-serif;font-weight:700;font-size:min(max(2.1875rem, 4.296875vw), 6.875rem);font-size:clamp(2.1875rem, 4.296875vw, 6.875rem)}@media (min-width: 38.75em){.secondary__content__title{line-height:1.29}}@media (min-width: 64em){.secondary__content__title{line-height:1.06}}@media (min-width: 38.75em){.secondary__content__title{font-size:min(max(1.3125rem, 4.296875vw), 6.875rem);font-size:clamp(1.3125rem, 4.296875vw, 6.875rem)}}.noclamp .secondary__content__title{font-size:35px}@media (min-width: 38.75em){.noclamp .secondary__content__title{font-size:21px}}@media (min-width: 64em){.noclamp .secondary__content__title{font-size:110px}}.footer .footer-primary__main__link{line-height:1;font-family:futura-pt, sans-serif;font-weight:700;font-size:min(max(2.1875rem, 1.3671875vw), 2.1875rem);font-size:clamp(2.1875rem, 1.3671875vw, 2.1875rem)}.noclamp .footer .footer-primary__main__link{font-size:35px}.footer .footer-primary__main__sublink{line-height:1.13;font-family:elena-web-basic;font-weight:400;font-size:min(max(1rem, 1.484375vw), 2.375rem);font-size:clamp(1rem, 1.484375vw, 2.375rem)}@media (min-width: 38.75em){.footer .footer-primary__main__sublink{line-height:1.09}}@media (min-width: 64em){.footer .footer-primary__main__sublink{line-height:1.45}}@media (min-width: 38.75em){.footer .footer-primary__main__sublink{font-size:min(max(1.375rem, 1.484375vw), 2.375rem);font-size:clamp(1.375rem, 1.484375vw, 2.375rem)}}.noclamp .footer .footer-primary__main__sublink{font-size:16px}@media (min-width: 38.75em){.noclamp .footer .footer-primary__main__sublink{font-size:22px}}@media (min-width: 64em){.noclamp .footer .footer-primary__main__sublink{font-size:38px}}.t-team--nmbr{line-height:1;font-family:elena-web-basic;font-weight:400;font-size:min(max(5rem, 3.125vw), 5rem);font-size:clamp(5rem, 3.125vw, 5rem)}.noclamp .t-team--nmbr{font-size:80px}.t-team--pos{line-height:1.39;font-family:elena-web-basic;font-weight:400;font-size:min(max(1.125rem, .703125vw), 1.125rem);font-size:clamp(1.125rem, .703125vw, 1.125rem)}.noclamp .t-team--pos{font-size:18px}.t-team--name{line-height:1.28;font-family:futura-pt, sans-serif;font-weight:700;font-size:min(max(1.5625rem, .9765625vw), 1.5625rem);font-size:clamp(1.5625rem, .9765625vw, 1.5625rem)}.noclamp .t-team--name{font-size:25px}.t-team--name--small{line-height:1;font-family:futura-pt, sans-serif;font-weight:700;font-size:min(max(1.1875rem, .7421875vw), 1.1875rem);font-size:clamp(1.1875rem, .7421875vw, 1.1875rem)}.noclamp .t-team--name--small{font-size:19px}.el-teaser-page--hor__title{line-height:1;font-family:futura-pt, sans-serif;font-weight:400;font-size:min(max(2.125rem, 3.125vw), 5rem);font-size:clamp(2.125rem, 3.125vw, 5rem);text-wrap:balance}@media (min-width: 64em){.el-teaser-page--hor__title{line-height:1.06}}.noclamp .el-teaser-page--hor__title{font-size:34px}@media (min-width: 64em){.noclamp .el-teaser-page--hor__title{font-size:80px}}.el-teaser-page--hor__subtitle{line-height:1;font-family:elena-web-basic;font-weight:400;font-size:min(max(2.125rem, 6.25vw), 10rem);font-size:clamp(2.125rem, 6.25vw, 10rem);text-wrap:balance}.noclamp .el-teaser-page--hor__subtitle{font-size:34px}@media (min-width: 64em){.noclamp .el-teaser-page--hor__subtitle{font-size:160px}}.el-game__label{line-height:1;font-family:Outrunner-Inline;font-size:min(max(1rem, .625vw), 1rem);font-size:clamp(1rem, .625vw, 1rem)}.noclamp .el-game__label{font-size:16px}.el-game__value{line-height:1;font-family:Outrunner-Inline;font-size:min(max(.75rem, .46875vw), .75rem);font-size:clamp(.75rem, .46875vw, .75rem)}.noclamp .el-game__value{font-size:12px}.main .el:last-of-type{padding-bottom:3rem}html{scroll-behavior:smooth}#BetterNavigator{display:none}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#eee;clip:auto !important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.sr-only{clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;margin:-1px}@media (min-width: 38.75em){.sticky{position:sticky;top:0}}.nosticky .sticky{position:relative}.mbwg{display:flex;align-items:center;color:var(--color-main);padding:1em 0}.mbwg svg{height:1em;fill:var(--color-main)}.mbwg span{padding-left:.5em;padding-right:.5em}.mbwg:hover,.mbwg:focus{color:gold}.mbwg:hover svg,.mbwg:focus svg{fill:gold}.admin-info{font-size:14px;background:red;color:white;padding:1em;margin:1em 0;display:inline-block}.site-wrapper{width:100%}.wrapper--content{padding-left:15px;padding-right:15px;display:flex;flex-direction:column}.wrapper--content--full{padding-left:0;padding-right:0}@media (min-width: 64em){.wrapper--content{flex-direction:inherit;display:grid;grid-auto-columns:1fr;grid-auto-rows:1fr;grid-template-columns:repeat(16, 1fr);grid-gap:2rem;padding-left:0;padding-right:0}}.wrapper--content__aside{order:2}@media (min-width: 64em){.wrapper--content__aside{order:inherit;position:sticky;top:0;padding:0 0 2rem;align-self:flex-start;overflow-y:auto}}.wrapper--content__left{order:2}@media (min-width: 64em){.wrapper--content__left{order:inherit;grid-column:1 / span 3;margin:0 auto}}.wrapper--content__middle{order:1}@media (min-width: 64em){.wrapper--content__middle{grid-column-start:4;grid-column-end:16}}@media (min-width: 87.5em){.wrapper--content__middle{grid-column-start:5;grid-column-end:14}}@media (min-width: 64em){.wrapper--content__middle--full{grid-column-start:4;grid-column-end:16}}@media (min-width: 64em){.wrapper--content__middle--complete{grid-column-start:1;grid-column-end:16}}.wrapper--content__right{display:none}@media (min-width: 87.5em){.wrapper--content__right{grid-column-start:14;grid-column-end:16}}@media (min-width: 64em){.wrapper--content__big{grid-column-start:2;grid-column-end:16}}@media (min-width: 87.5em){.wrapper--content__big{grid-column-start:2;grid-column-end:16}}@media (min-width: 64em){.wrapper--content__big--s{grid-column-start:2;grid-column-end:14}}@media (min-width: 87.5em){.wrapper--content__big--s{grid-column-start:2;grid-column-end:14}}.main{padding-top:60px}@media (min-width: 38.75em){.main{padding-top:0;margin-right:76px}}@media (min-width: 38.75em){.mobile-show{display:none}}.mobile-hide{display:none}@media (min-width: 38.75em){.mobile-hide{display:inline-block}}.tablet-show{display:none}@media (min-width: 38.75em){.tablet-show{display:inline-block}}@media (min-width: 64em){.tablet-show{display:none}}@media (min-width: 38.75em){.tablet-hide{display:none}}@media (min-width: 64em){.tablet-hide{display:inline-block}}@media (min-width: 64em){.desktop-show{display:block}}.header{background:var(--color-white);overflow:hidden;position:fixed;width:100%;z-index:10;height:60px;top:0;left:0}@media (min-width: 38.75em){.header{left:inherit;right:0;height:100vh;width:76px;background:var(--color-main);border-left:1px solid var(--color-white)}}.header__inner{height:100%}.header__logo{height:100%;position:absolute;right:10px;width:60px}@media (min-width: 38.75em){.header__logo{top:0;height:70px;right:0;width:100%;padding-top:1em}}.header__logo a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.header__logo a svg{display:block;width:80%;margin:0 auto}@media (min-width: 38.75em){.header__logo a svg{width:70%}}.header__social{display:none}@media (min-width: 38.75em){.header__social{position:absolute;bottom:1em;display:block;width:100%}}.header__social a{width:100%;height:40px;display:block}.header__social a svg{display:block;height:20px;width:20px;fill:white;margin:0 auto}.header__social a:hover,.header__social a:focus{opacity:.8}.nav-wrapper{animation-fill-mode:forwards;background-color:var(--color-main);height:100vh;left:0;overflow-x:scroll;padding-top:65px;position:fixed;top:0;transform:translateY(-100%);transition:all 0.4s ease-in-out;width:100%;z-index:9}.nav-wrapper__holder{padding-bottom:2rem}.nav-wrapper__open{transform:translateY(0%);transition:all 0.4s ease-in-out}.primary{padding-top:1em}.primary a{white-space:nowrap}.primary__main__link{color:var(--color-white);display:block;padding:.3em 15px;position:relative}.primary .svg-item.primary__main__svg{height:20px;position:absolute;right:20px;top:calc(50% - 10px);transform-origin:center center;transition:all 0.4s ease-out 0s;width:20px}.primary__sub{display:none;margin-left:1em;padding-bottom:1em}.primary__sub__link{color:var(--color-white);display:block;padding:.3em 15px}.primary__sub__list{position:relative}.primary__sub__list .svg-item{left:0;right:inherit}.primary__sub .svg-item{position:absolute;top:41%;display:none}.primary__sub .svg-item.open{display:block}.primary__main__list{border-bottom:1px solid var(--color-white)}.primary__main__list.open .primary__sub{display:block}.primary__main__list.open .svg-item.primary__main__svg{transform:rotate(90deg);transform-origin:center center;transition:all 0.4s ease-out 0s}.secondary{color:var(--color-white);display:flex;margin-top:2em}.secondary__inner{align-self:flex-end;display:flex;flex-direction:column}.secondary__list__link{position:relative;padding:.5em 15px;display:flex;align-items:center;align-content:center}.secondary__list__link .svg-item{margin-left:.5em;height:25px;width:25px;margin-top:2px;display:inline-block}.secondary__content{margin-top:1.5em;padding:0 15px}.secondary__content p{font-size:15px}.secondary__content__title{margin-bottom:.25em;padding-left:0}.secondary__content a{color:white;text-decoration:underline}.secondary__content a:hover,.secondary__content a:focus{text-decoration:none}.secondary__social{display:flex;padding-left:15px;padding-right:15px;padding-bottom:2rem}.secondary__social li{margin-right:2rem}.secondary__social a{display:block;width:2rem;height:2rem}.secondary__social a svg{display:block;fill:white}.secondary__social a:hover,.secondary__social a:focus{opacity:.8}@media (min-width: 38.75em){.nav-wrapper{transform:translate(100%, 0);padding-top:0}.nav-wrapper__open{transform:translate(0, 0);width:100%}.nav-wrapper__holder{align-items:flex-start;display:flex;min-height:100%;justify-content:flex-start;padding:2rem 76px 2rem 76px}.nav-wrapper a:hover,.nav-wrapper a:focus{text-decoration:underline}.primary__main{padding-right:4em}.primary__main__list{border-bottom:none;display:block}.primary__main__link{display:inline-block;padding:0.1em 15px 0 15px;text-transform:initial}.primary__main__link:hover,.primary__main__link:focus{opacity:1}.primary .primary__main__svg{display:none}.primary__sub{align-items:end;display:flex !important;padding-bottom:.45em}.primary__sub .svg-item{top:50%}.primary__sub__link{padding-bottom:0;text-transform:initial;position:relative}.primary__sub__link:hover,.primary__sub__link:focus{opacity:1}.secondary__list__link{color:var(--color-white);display:flex;align-items:center;margin-bottom:.5em;text-transform:initial}.secondary__list__link:hover,.secondary__list__link:focus{opacity:1}}@media (min-width: 64em){.nav-wrapper{transform:translate(100%, 0)}.nav-wrapper__open{transform:translate(0, 0);width:100%}.nav-wrapper__holder{align-items:center;justify-content:space-between}.nav-wrapper__inner{display:grid;grid-template-columns:1fr 1fr}.primary__main{padding-right:4em}.primary__main__list{border-bottom:none;display:block;margin-bottom:1em}.primary__main__link{display:inline-block;padding:0.1em 15px 0 15px;text-transform:initial}.primary__main__link:hover,.primary__main__link:focus{opacity:1}.primary .primary__main__svg{display:none}.primary__sub{align-items:end;display:flex !important;padding-bottom:.45em}.primary__sub .svg-item{top:50%}.primary__sub__link{padding-bottom:0;text-transform:initial;position:relative}.primary__sub__link:hover,.primary__sub__link:focus{opacity:1}.secondary{border-left:1px solid var(--color-white);padding:0 2em}.secondary__list__link{color:var(--color-white);margin-bottom:.5em;text-transform:initial}.secondary__list__link:hover,.secondary__list__link:focus{opacity:1}}@media (min-width: 87.5em){.nav-wrapper{transform:translate(100%, 0)}.nav-wrapper__open{transform:translate(0, 0);width:100%}.nav-wrapper__holder{align-content:flex-end;align-items:flex-end;display:flex;height:100%;justify-content:flex-start;padding:0em 0 1em 2.5em}.nav-wrapper__inner{display:grid;grid-template-columns:1fr 1fr}.primary__main{padding-right:4em}.primary__main__list{border-bottom:none;display:flex}.primary__main__link{display:inline-block;padding:0.1em 15px 0 15px;text-transform:initial}.primary__main__link:hover,.primary__main__link:focus{opacity:1}.primary .primary__main__svg{display:none}.primary__sub{align-items:end;display:flex !important;padding-bottom:.45em}.primary__sub .svg-item{top:50%}.primary__sub__link{padding-bottom:0;text-transform:initial;position:relative}.primary__sub__link:hover,.primary__sub__link:focus{opacity:1}.secondary{border-left:1px solid var(--color-white);padding:0 2em}.secondary__list__link{color:var(--color-white);display:inline-block;margin-bottom:.5em;text-transform:initial}.secondary__list__link:hover,.secondary__list__link:focus{opacity:1}}.footer{padding-top:2rem;padding-bottom:2rem}@media (min-width: 38.75em){.footer{margin-right:76px}}.footer__marquee{-webkit-animation:marquee 30s infinite linear;animation:marquee 30s infinite linear;background-image:url(/bsv/resources/images/img-single/footer_slogans.png);background-repeat:repeat;height:120px;padding:2em 0;text-align:center;margin:1em 0 0 0;background-size:contain}.footer__row{padding-left:15px;padding-right:15px;position:relative}@media (min-width: 64em){.footer__row{padding-left:0;padding-right:0;margin:0 auto}}.footer .breadcrumbs{color:var(--color-white)}.footer .breadcrumbs a{color:var(--color-white)}.footer .breadcrumbs a:hover,.footer .breadcrumbs a:focus{text-decoration:underline}.footer__row--logo{padding-top:2rem;padding-bottom:2rem}.footer__row--logo .bsv-wappen__1{fill:var(--color-white)}.footer__row--logo .bsv-wappen__2{stroke:var(--color-main)}.footer__row--logo .bsv-wappen__3{fill:var(--color-main)}@media (min-width: 64em){.footer__row--logo{padding-bottom:8rem}}.footer a.footer__logo{display:block;width:60%;margin:0 auto;max-width:12rem}@media (min-width: 38.75em){.footer a.footer__logo{margin:0}}@media (min-width: 64em){.footer a.footer__logo{margin:0 auto}}.footer a.footer__logo svg{display:block;width:100%}.footer a.footer__logo:hover .bsv-wappen__1,.footer a.footer__logo:focus .bsv-wappen__1{fill:var(--color-main)}.footer a.footer__logo:hover .bsv-wappen__2,.footer a.footer__logo:focus .bsv-wappen__2{stroke:var(--color-white)}.footer a.footer__logo:hover .bsv-wappen__3,.footer a.footer__logo:focus .bsv-wappen__3{fill:var(--color-white)}@media (min-width: 38.75em){.footer .footer__lfhr{position:absolute;right:0rem;top:0;transform:translate(0, -170%)}}@media (min-width: 64em){.footer .footer__lfhr{position:relative;right:inherit;top:inherit;transform:translate(0, 0)}}.footer__row__content__liebe{margin-top:2rem;margin-bottom:2rem}@media (min-width: 64em){.footer__row__content{display:flex;justify-content:space-between}}@media (min-width: 64em){.footer__row__content__col{margin-right:2rem}.footer__row__content__col:last-of-type{margin-right:0}}.footer .htmleditor a{color:white}.footer .htmleditor a:hover,.footer .htmleditor a:focus{text-decoration:none}.footer .footer-primary__main li{position:relative}@media (min-width: 87.5em){.footer .footer-primary__main{margin-right:2rem}.footer .footer-primary__main:last-of-type{margin-right:0}}.footer .footer-primary__main .footer-primary__main__sub{margin:.25em 0 .95em .45em}@media (min-width: 38.75em){.footer .footer-primary__main .footer-primary__main__sub{margin:.45em 0 1.55em .45em}}.footer .footer-primary__main .footer-primary__main__sublink{margin-bottom:.35em;display:block}@media (min-width: 38.75em){.footer .footer-primary__main .footer-primary__main__sublink{margin-bottom:.5em}}@media (min-width: 64em){.footer .footer-primary__main .footer-primary__main__sublink{margin-bottom:.35em}}.footer .footer-primary__main a{color:var(--color-white)}.footer .footer-primary__main a:hover,.footer .footer-primary__main a:focus{text-decoration:underline}.footer .footer-primary__main .svg-item{height:20px;position:absolute;top:calc(50% - 10px);transform-origin:center center;transition:all 0.4s ease-out 0s;width:20px;left:-1em;display:none}.footer .footer-primary__main .svg-item.open{display:block}.footer .footer-primary__main .icon--arrow--small{height:10px;width:10px}@media (min-width: 87.5em){.footer__row__nav{display:flex}}.footer .sib-form{padding:2em 0 0 0;width:100%;font-family:elena-web-basic;font-weight:normal;font-style:normal}@media (min-width: 38.75em){.footer .sib-form{width:80%;padding:32px 12px 32px 0}}@media (min-width: 38.75em){.footer #sib-form{display:block}}.footer #sib-container{background-color:transparent !important;padding:0}.footer #sib-container label,.footer #sib-container p{color:var(--color-white)}.footer .sib-form-block{padding:0}.footer .sib-form .entry__field{background-color:transparent;border:none;border-bottom:1px solid white;border-radius:0;max-width:350px}.footer #EMAIL{background-color:transparent}.footer .entry__choice{font-family:elena-web-basic;font-weight:normal;font-style:normal}.footer .sib-form__declaration,.footer .entry__specification{display:none !important}.footer .sib-form-block__button.sib-form-block__button-with-loader.btn btn--white{color:var(--color-white)}.img-overlay{position:relative;display:block}.img-overlay--black:after,.el-teaser-page--hor .el-hor--section:after{content:'';position:absolute;top:0px;left:0px;opacity:1;z-index:2;width:100%;height:100%;pointer-events:none;transition:opacity 0.3s ease 0s;background:linear-gradient(to top, #000, transparent 65%) 0% 0%/calc(100% + 1px) calc(100% + 1px)}.img-overlay--white:after{content:'';position:absolute;top:0px;left:0px;opacity:1;z-index:2;width:100%;height:100%;pointer-events:none;transition:opacity 0.3s ease 0s;background:linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0))}.figcaption{grid-column:2 / -1;padding-top:.5em}.figcaption--col1{grid-column:1 / -1}.img-org{width:auto !important;height:auto !important;max-width:100%}.el-newsholder--pagination,.pagination{display:block;padding:4rem 0;text-align:center}.el-newsholder--pagination ul,.pagination ul{display:flex;display:flex;align-items:center;justify-content:center}.el-newsholder--pagination ul li,.pagination ul li{padding:.25em}.el-newsholder--pagination ul li:last-of-type,.pagination ul li:last-of-type{display:none}.el-newsholder--pagination a,.pagination a{display:block;padding:.3em .3em;position:relative}.el-newsholder--pagination a:after,.pagination a:after{content:'';background-color:var(--color-second);height:50%;transform:rotate(11deg);width:80%;position:absolute;top:50%;left:0;z-index:-1;pointer-events:none}.el-newsholder--pagination a.current:after,.el-newsholder--pagination a:hover:after,.el-newsholder--pagination a:focus:after,.pagination a.current:after,.pagination a:hover:after,.pagination a:focus:after{background-color:transparent;border:1px solid var(--color-second)}.btn{padding:.5em 2em;text-transform:uppercase;width:auto;min-width:8em;display:inline-block;text-align:center;max-width:100%}.btn--black{border:1px solid white}.btn--white{border:1px solid white !important;color:var(--color-white)}.btn--blue{border:2px solid var(--color-blue)}.btn--blue:hover,.btn--blue:focus{background:var(--color-blue);color:var(--color-white);transition:all 0.5s ease-in-out}select{appearance:none;outline:0;background:none;color:inherit;box-shadow:none;border:1px solid var(--color-grey)}select::-ms-expand{display:none}.select{position:relative;display:flex;width:min(20rem, 90vw);background:var(--color-grey);border-radius:0.25rem;overflow:hidden;margin-bottom:1em}@media (min-width: 38.75em){.select{margin-left:1em}.select:first-of-type{margin-left:0}}.select select{flex:1;padding:1em;cursor:pointer;line-height:1.4em}.select::after{content:"";position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:10px solid black;right:10px;top:50%;transform:translate(-50%, -50%);transition:0.25s all ease;pointer-events:none}.select:hover::after{color:var(--color-main);animation:bounce 0.5s infinite}@keyframes bounce{25%{transform:translate(-50%, -75%)}75%{transform:translate(-50%, -100%)}}#Form_HighscoreForm_action_submit{margin-top:1em;border:var(--color-grey);background:var(--color-main);color:white;padding:10px 20px;display:block;margin:1em auto}.icon--arrow{stroke:#fff}.icon--arrow--down{display:block;fill:#fff;height:40px;width:40px;stroke:#fff;transform:rotate(-90deg)}.icon--arrow--right{display:block;fill:#fff;height:40px;width:40px;stroke:#fff;transform:rotate(180deg)}.icon--arrow--small{height:10px;width:10px}.icon--white{fill:#fff}.icon--card--yellow,.icon--card #icon--gelbrot-icon--card--double--left{fill:yellow}.icon--card--red,.icon--card #icon--gelbrot-icon--card--double--red{fill:red}.table--full-width{max-width:57rem;width:100%}.table td,.table th{border:1px solid #DBDBDB;height:2em;vertical-align:middle}.table th.table__mannschaft{padding-left:3em}.table td{height:2.5em}.table .table--mob-hide{display:none}@media (min-width: 38.75em){.table .table--mob-hide{display:table-cell}}.table tbody tr:nth-child(even){background:var(--color-grey)}.table__wappen{display:block;margin:0 .25em;width:1em}.table__team{align-items:center;display:flex}.table__right{text-align:right}.table__left{text-align:left;padding-left:1em}.table__center{text-align:center;padding-left:.45em;padding-right:.45em}.table--vergleich{margin-bottom:1em;width:100%;max-width:14em}.table--vergleich td,.table--vergleich th{border:1px solid #DBDBDB;height:2em;text-align:center;vertical-align:middle}.table--vergleich th{background:var(--color-grey);font-weight:bold}.table--vergleich caption{caption-side:inherit;font-weight:bold;text-align:left;padding-bottom:.25em}.table--vergleich .table__nichtbekannt{display:block}.table--vergleich__title{width:30%}.table--vergleich__g,.table--vergleich__u,.table--vergleich__v{width:10%}.table--vergleich__t{width:30px}.table-notice{max-width:53em;width:100%;padding:1.5em 0 0 0}.table-notice__notice{color:red}.dataTables_filter,.dataTables_info{display:none}.table.dataTable{margin:0}.el{position:relative}@media not all and (min-resolution: 0.001dpcm){@supports (-webkit-appearance: none){.el{position:relative !important}}}.el-anchor{padding:2em 15px}.el-anchor ul{display:flex;flex-wrap:wrap;justify-content:center}.el-anchor ul li{margin-right:1em}.el-anchor ul li:last-of-type{margin-right:0}.el-anchor ul a:hover,.el-anchor ul a:focus{text-decoration:underline}.plyr__control--overlaid{background:var(--color-main)}.plyr--full-ui input[type=range]{color:var(--color-main)}.el-match{display:block;background:var(--color-grey)}.el-match__inner{padding:7.5px}.el-match:hover,.el-match:focus{text-decoration:none !important}.el-match__header{text-align:center}@media (min-width: 38.75em){.el-match__header__liga .el-match__header__ligatitle,.el-match__header__liga .el-match__header__spieltag{display:block}}@media (min-width: 64em){.el-match__header__liga .el-match__header__ligatitle,.el-match__header__liga .el-match__header__spieltag{display:inline-block}}@media (min-width: 38.75em){.el-match__header__trenner{display:none}}@media (min-width: 64em){.el-match__header__trenner{display:inline-block}}.el-match__details{grid-template-columns:1fr auto 1fr;grid-template-rows:auto;grid-gap:1em;display:grid;margin:.5rem 0;margin-left:auto;margin-right:auto}@media (min-width: 38.75em){.el-match__details{margin:1.5rem auto}}@media (min-width: 64em){.el-match__details{max-width:inherit}}.el-match__details__col{display:flex;align-items:center;justify-content:center;text-align:center}.el-match__details__score{flex-direction:column}.el-match__details__score__all{display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:row}@media (min-width: 21.875em){.el-match__details__score__all{flex-direction:row}}.el-match__details__score__diff{padding:0 .25em}.el-match__details__score__half{padding-top:.3em}.el-match__details__team{display:grid;justify-content:center}.el-match__details__home{display:grid;justify-content:right}@media (min-width: 38.75em){.el-match__details__home{justify-content:center}}.el-match__details__away{display:grid;justify-content:left}@media (min-width: 38.75em){.el-match__details__away{justify-content:center}}.el-match__details .el-mannschaft-mit-logo__title{display:none}.el-match .img{display:block;width:100%;height:auto}.el-match a:hover,.el-match a:focus{text-decoration:none}.match-view-wrapper{border:1px solid var(--color-main);position:relative;max-width:65rem;margin:0 auto}@media (min-width: 64em){.match-view-wrapper{margin-top:4rem}}.match-view-wrapper__info{position:absolute;top:0;transform:translate(0, -130%)}.match-view-wrapper .el-match:hover,.match-view-wrapper .el-match:focus{background:#e7e7e7}@media (min-width: 38.75em){.match-view-wrapper .el-match{padding:2em}}.match-view-wrapper--white{border:none}.match-view-wrapper--white .el-match{background:none;pointer-events:none}@media (min-width: 38.75em){.match-view-wrapper .el-mannschaft-mit-logo img{width:17vw;max-width:168px}}.el-match:hover,.el-match:focus{background:#e7e7e7}.el-mcenter .el-mannschaft-mit-logo img{width:2.5em;margin:0}@media (min-width: 38.75em){.el-mcenter .el-mannschaft-mit-logo img{width:5em}}@media (min-width: 64em){.el-mcenter .el-mannschaft-mit-logo img{width:7em;max-width:215px}}.el-match-teaser__prv{display:none}.el-match-teaser .el-mannschaft-mit-logo__title{display:none}.el-match-teaser .el-mannschaft-mit-logo img{width:3em;margin:0}@media (min-width: 38.75em){.el-match-teaser .el-mannschaft-mit-logo img{width:2em}}.el-match-teaser .el-match__inner .el-match__details{max-width:16rem;margin-left:auto;margin-right:auto}@media (min-width: 38.75em){.el-match-teaser--fixed{position:absolute;left:0;top:50%;transform:translate(0, -50%);z-index:8}}@media (min-width: 38.75em) and (min-width: 87.5em){.el-match-teaser--fixed{position:fixed;transition:all ease-in-out .5s}}@media (min-width: 38.75em){.el-match-teaser--fixed .el-match-teaser__prv,.el-match-teaser--fixed .el-match-teaser__nxt{box-shadow:1px 8px 10px -4px rgba(0,0,0,0.75)}.el-match-teaser--fixed .el-match__header{display:flex;flex-direction:column}}@media (min-width: 38.75em) and (min-width: 38.75em){.el-match-teaser--fixed .el-match__header__trenner{display:none}}@media (min-width: 38.75em) and (min-width: 38.75em){.el-match-teaser--fixed .el-match__header__spieltag{display:block}}@media (min-width: 38.75em) and (min-width: 38.75em){.el-match-teaser--fixed .el-match__header__date{display:block}}@media (min-width: 38.75em){.el-match-teaser--fixed .el-match__details{display:flex;flex-direction:column;grid-gap:inherit;margin-top:1rem}}@media (min-width: 38.75em) and (min-width: 38.75em){.el-match-teaser--fixed .el-match__details .figure{max-width:2rem}}@media (min-width: 38.75em){.el-match-teaser--fixed .el-match__details__col{margin-bottom:.25em}.el-match-teaser--fixed .el-match__header__liga{margin-bottom:.25em}.el-match-teaser--fixed .el-match__details__away{padding-top:.25em}.el-match-teaser--fixed .el-match__score{margin-top:.25em}.el-match-teaser--fixed .el-mannschaft-mit-logo img{width:1em}}@media (min-width: 64em){.el-match-teaser--fixed .el-match-teaser__prv{display:block;margin-top:2rem}}.el-match-teaser--fixed.is-hidden{transform:translate(-100%, -50%);transition:all ease-in-out .5s}.el-teaser{padding-top:3rem}@media (min-width: 38.75em){.el-teaser{padding-top:30vh}}.el-teaser__text{display:flex;flex-direction:column;position:relative;z-index:2}.el-teaser__title{order:2}.el-teaser__subtitle{order:1;margin-bottom:.25em}.el-teaser__img .picture,.el-teaser__img .img{display:block;width:100%;height:auto}.el-teaser__img--1{transform:translate(0, -4%)}@media (min-width: 64em){.el-teaser__img--1{transform:translate(0, -6%)}}.el-teaser__img--2{transform:translate(0, -7%)}.el-teaser__img .img--2{position:relative;z-index:1}.el-teaser__img .img--1{position:relative;z-index:1}@media (min-width: 38.75em){.el-teaser__img .img--1{max-height:80vh;width:auto;max-width:100%}}@media (min-width: 64em){.el-teaser__img .img--1{max-height:100vh}}.el-partner{aspect-ratio:9/6}@media (min-width: 64em){.el-partner{height:100vh;aspect-ratio:inherit;width:100%}}.el-partner__inner{height:100%;width:100%;align-content:center;align-items:center;display:flex;justify-content:center}.el-teaser-page--hor{padding-top:4rem;overflow:hidden;background:var(--color-grey)}@media (min-width: 64em){.el-teaser-page--hor{padding-top:7rem}}@media (min-width: 64em){.el-teaser-page--hor .el-hor--wrapper{display:flex;position:relative}}.el-teaser-page--hor .el-hor--section{margin-bottom:3rem;display:block;position:relative}.el-teaser-page--hor .el-hor--section.noimg{position:relative}.el-teaser-page--hor .el-hor--section.noimg .picture{position:relative;background:var(--color-second);aspect-ratio:4/3;overflow:hidden}@media (min-width: 64em){.el-teaser-page--hor .el-hor--section.noimg .picture{position:absolute}}@media (min-width: 64em){.el-teaser-page--hor .el-hor--section{height:50vw;position:relative;min-width:90%}.el-teaser-page--hor .el-hor--section:before{content:' ';display:block;padding-top:56.25%;width:100%}.el-teaser-page--hor .el-hor--section>.inner{height:100%;left:0;position:absolute;top:0;width:100%}.el-teaser-page--hor .el-hor--section:after{display:none}.el-teaser-page--hor .el-hor--section:hover .el-teaser-page--hor__text,.el-teaser-page--hor .el-hor--section:focus .el-teaser-page--hor__text{background:var(--color-second)}}.el-teaser-page--hor__text{padding-left:15px;padding-right:15px;position:absolute;bottom:15px;left:15px;color:var(--color-white);z-index:3}@media (min-width: 64em){.el-teaser-page--hor__text{width:50%;top:0;left:0;height:100%;background:var(--color-main);color:var(--color-white);display:flex;flex-direction:column;padding:3em;flex-wrap:wrap;justify-content:center}}@media (min-width: 64em){.el-teaser-page--hor__text .el-teaser-page--hor__title{margin-top:1.25em;order:2}}@media (min-width: 64em){.el-teaser-page--hor__text .el-teaser-page--hor__subtitle{order:1}}@media (min-width: 64em){.el-teaser-page--hor__img{width:50%;top:0;left:50%;height:100%;position:absolute;overflow:hidden}.el-teaser-page--hor__img img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-height:100%;min-width:100%;width:auto !important}}.el-teaser-page--hor__teaser{margin-top:.25em}.el-teaser-page--hor img{display:block;width:100%;height:auto}.el-teaser-page{padding:2rem 0;background:var(--color-grey)}@media (min-width: 64em){.el-teaser-page{padding:6rem 0}}.el-teaser-page__entry{position:relative;margin-bottom:2rem;display:block}.el-teaser-page__entry .el-teaser-page__entry__main{position:absolute;bottom:1rem;left:15px;right:15px;z-index:3}.el-teaser-page__entry .img{display:block;width:100%;height:auto}.el-teaser-page__entry.noimg{position:relative}.el-teaser-page__entry.noimg .picture{position:relative;background:var(--color-second);aspect-ratio:4/3;overflow:hidden}.el-teaser-page__entry.noimg .picture svg{transform:rotate(-30deg);max-width:60%;position:absolute;bottom:-30%;right:-15%}.el-teaser-page__entry__wappen{position:absolute;height:250% !important;right:-10%;top:-77% !important;left:-48% !important;width:auto;min-width:inherit !important;min-height:inherit !important;transform:rotate(-20deg) !important}.el-teaser-page .el-teaser-page__wrapper+.el-teaser-page__wrapper{margin-top:2rem}@media (min-width: 38.75em){.el-teaser-page .el-teaser-page__wrapper{display:grid}}@media (min-width: 64em){.el-teaser-page .el-teaser-page__wrapper.el-teaser-page-c-1{width:50%;margin:0 auto}}@media (min-width: 87.5em){.el-teaser-page .el-teaser-page__wrapper.el-teaser-page-c-1{width:25%;margin:0 auto}}@media (min-width: 38.75em){.el-teaser-page .el-teaser-page__wrapper.el-teaser-page-c-2{grid-auto-flow:column;grid-template-columns:1fr 1fr;grid-gap:2rem}}@media (min-width: 64em){.el-teaser-page .el-teaser-page__wrapper.el-teaser-page-c-2{grid-template-columns:repeat(4, 1fr)}.el-teaser-page .el-teaser-page__wrapper.el-teaser-page-c-2 .el-teaser-page__entry{grid-row:1}.el-teaser-page .el-teaser-page__wrapper.el-teaser-page-c-2 .el-teaser-page__entry:first-of-type{grid-column:2}.el-teaser-page .el-teaser-page__wrapper.el-teaser-page-c-2 .el-teaser-page__entry:last-of-type{grid-column:3}}@media (min-width: 38.75em){.el-teaser-page .el-teaser-page__wrapper.el-teaser-page-c-3{grid-auto-flow:column;grid-template-columns:repeat(2, 1fr);grid-gap:2rem;grid-template-rows:1fr 1fr}.el-teaser-page .el-teaser-page__wrapper.el-teaser-page-c-3 .el-teaser-page__entry{margin-bottom:0}}@media (min-width: 64em){.el-teaser-page .el-teaser-page__wrapper.el-teaser-page-c-3{grid-template-columns:repeat(3, 1fr);grid-template-rows:1fr}}@media (min-width: 38.75em){.el-teaser-page .el-teaser-page__wrapper.el-teaser-page-c-4{grid-auto-flow:column;grid-template-columns:repeat(2, 1fr);grid-gap:2rem;grid-template-rows:1fr 1fr}.el-teaser-page .el-teaser-page__wrapper.el-teaser-page-c-4 .el-teaser-page__entry{margin-bottom:0}}@media (min-width: 64em){.el-teaser-page .el-teaser-page__wrapper.el-teaser-page-c-4{grid-template-columns:repeat(4, 1fr);grid-template-rows:1fr}}.el-tabellenstand{padding-top:2rem}@media (min-width: 38.75em){.el-tabellenstand{padding-bottom:2rem}}@media (min-width: 64em){.el-tabellenstand{padding-top:8rem;padding-bottom:8rem}}.el-tabellenstand__saison{padding-bottom:.25em}.el-tabellenstand__spieltag{padding-bottom:.25em}.el-tabellenstand table.table{margin-top:1em}.el-tabellenstand .begegnungen{padding:1em 0}.el-tabellenstand__header{margin-bottom:1em;margin-top:1em}.el-tabellenstand__info{margin:2em 0}.el-tabellenstand__av--search{display:flex;flex-direction:column}@media (min-width: 38.75em){.el-tabellenstand__av--search{flex-direction:row}}@media (min-width: 38.75em){.el-tabellenstand__av--search input{margin-right:1em}}.el-tabellenstand__av--search .select{width:100%;margin-top:1em}@media (min-width: 38.75em){.el-tabellenstand__av--search .select{margin-bottom:0;margin-top:0}}.el-tabellenstand__av__letter{margin:.75em 0 .25em 0 !important}.el-tabellenstand__av__entry{border-bottom:1px solid var(--color-grey);padding-bottom:.5em;padding-top:.5em}.el-tabellenstand__av__entry:hover,.el-tabellenstand__av__entry:focus{background:var(--color-grey)}.el-tabellenstand__av__entry--header{pointer-events:none}.el-tabellenstand__av__content{display:grid;grid-auto-columns:1fr;grid-auto-rows:1fr;grid-template-columns:50% 10% 20%;grid-gap:2rem;align-content:end}.el-tabellenstand__av__content .grid_entry{display:flex;align-items:self-end}#searchInput{padding:.25em}.vereinssuche .el-tabellenstand__av{margin-top:3em}.vereinssuche .el-tabellenstand__av__entry--header{display:none}.el-mannschaft-mit-logo{align-items:center;display:flex}.el-mannschaft-mit-logo img{align-self:center;display:block;margin:0 .75em;width:1.5em}.el-mannschaft-mit-logo--gast span{order:2}.el-mannschaft-mit-logo--gast img{order:1}.el-mannschaft-mit-logo__ph{display:none}.el-aside-ads{padding:1em 0;background:var(--color-grey);margin:1em auto;position:relative;margin-bottom:0;display:grid;grid-template-columns:repeat(2, 1fr);list-style-type:none;grid-gap:1em}.el-aside-ads:after,.el-aside-ads:before{content:'';position:absolute;height:100%;width:calc(100% + 30px);left:-15px;top:0;background:var(--color-grey);z-index:-1}@media (min-width: 64em){.el-aside-ads:after,.el-aside-ads:before{display:none}}@media (min-width: 64em){.el-aside-ads{padding-left:15px;padding-right:15px;width:100%;align-items:center;display:flex;justify-content:center;max-width:23rem;background:none;overflow:hidden}}@media (min-width: 64em){.el-aside-ads{flex-direction:column}}.el-aside-ads__list{background-color:white;aspect-ratio:16 / 9;display:flex;justify-content:center;align-items:center}.el-aside-ads a,.el-aside-ads span{max-width:80%;height:80%;display:flex;align-items:center;justify-content:center}.el-aside-ads img,.el-aside-ads svg{max-width:100%;height:auto;max-height:100%}.svg-fill--black{fill:#000}.el-fun{padding-left:15px;padding-right:15px;padding-top:2rem;padding-bottom:2rem}@media (min-width: 64em){.el-fun__inner{padding-top:4rem;padding-bottom:4rem}}.el-fun__title{text-wrap:balance}.el-fun__content{padding:2rem 0}.el-fun__content p{text-wrap:balance}@media (min-width: 64em){.el-fun__content{padding:4rem 0}}.el-fun__teilen{width:40px;display:block;margin-top:2rem}.el-fun__teilen svg{display:block;width:100%;fill:var(--color-white)}.el-fun__teilen:hover svg,.el-fun__teilen:focus svg{fill:var(--color-second)}.el-fun__share{padding-top:4rem}.el-fun__share ul{display:flex;align-items:flex-end}.el-fun__share ul li{margin-right:1em}.el-fun--edw__time{margin:1rem 0 2rem 0}@media (min-width: 38.75em){.el-fun--edw__time{margin:1rem 0 2.5rem 0}}.el-fun--edw__mcenter{border:1px solid var(--color-main);position:relative;max-width:65rem;margin:0 auto}@media (min-width: 64em){.el-fun--edw__mcenter{margin-top:4rem}}.el-fun--edw__mcenter__info{position:absolute;top:0;transform:translate(0, -130%)}.el-fun--edw__mcenter .el-match:hover,.el-fun--edw__mcenter .el-match:focus{background:#e7e7e7}@media (min-width: 38.75em){.el-fun--edw__mcenter .el-match{padding:2em}}.el-content{padding-top:2rem;padding-bottom:2rem}@media (min-width: 64em){.el-content{padding-top:4rem;padding-bottom:4rem}}.el-content--teaser{padding-top:3rem;padding-bottom:3rem}@media (min-width: 64em){.el-content--teaser{padding-bottom:5rem}}@media (min-width: 87.5em){.el-content--teaser{padding-bottom:7rem}}.el-images{padding:2rem 0}.el-images--single--full{grid-column:1 / -1}.el-images__title{margin-top:.5em}.el-images .figure--img--1{display:block}.el-images .figure--img--1 a.gal,.el-images .figure--img--1 img{display:block}.el-images .figure--img--1 img{max-height:80vh;width:auto;max-width:100%;height:auto}@media (min-width: 38.75em){.el-images .figure--img--1 img{max-height:60vh}}@media (min-width: 87.5em){.el-images .figure--img--1 img{max-height:80vh}}.el-images .figure--img--2{display:block}.el-images .figure--img--2 a.gal,.el-images .figure--img--2 img{display:block}.el-images .figure--img--2 img{width:100%;height:auto}.el-images .figure--img--0{display:block}.el-images .figure--img--0 a.gal,.el-images .figure--img--0 img{display:block}.el-images .figure--img--0 img{width:100%;height:auto}.el-images--grid__wrapper{display:grid;grid-gap:2em}@media (min-width: 38.75em){.el-images--grid__wrapper{display:flex;grid-gap:inherit;flex-wrap:wrap;justify-content:space-between}}@media (min-width: 64em){.el-images--grid__wrapper{justify-content:inherit}}.el-images--grid__wrapper .el-images--grid__wrapper__col{display:grid;grid-gap:2em}@media (min-width: 38.75em){.el-images--grid__wrapper .el-images--grid__wrapper__col{min-width:40%;display:flex;flex-direction:column;flex:1;margin-right:2rem;margin-bottom:2em;align-self:flex-start;top:0;overflow-y:inherit}.el-images--grid__wrapper .el-images--grid__wrapper__col:nth-child(2n){margin-right:0}}@media (min-width: 64em){.el-images--grid__wrapper .el-images--grid__wrapper__col{min-width:20%;position:sticky;margin-bottom:inherit}.el-images--grid__wrapper .el-images--grid__wrapper__col:nth-child(2n){margin-right:2rem}.el-images--grid__wrapper .el-images--grid__wrapper__col:nth-child(4n){margin-right:0}}.el-images--grid img{width:100%;height:auto}.el-images--grid--2 .el-images--grid__wrapper__col3,.el-images--grid--2 .el-images--grid__wrapper__col4{display:none}.el-images--grid--2 .el-images--grid__wrapper__col2{margin-right:0 !important}.el-images--grid--3 .el-images--grid__wrapper__col4{display:none}.el-images--grid--3 .el-images--grid__wrapper__col3{margin-right:0 !important}.el-images .el-hor--wrapper .el-images__entry{margin-bottom:1rem}.el-images .el-hor--wrapper .el-images__entry .figure--img--2{display:block;width:100%}.el-images .el-hor--wrapper .el-images__entry .figure--img--2 a.gal,.el-images .el-hor--wrapper .el-images__entry .figure--img--2 img{display:block}.el-images .el-hor--wrapper .el-images__entry .figure--img--2 img{width:100%;height:auto}@media (min-width: 38.75em){.el-images .el-hor--wrapper{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1rem}.el-images .el-hor--wrapper .el-images--gallery__entry{width:100%}.el-images .el-hor--wrapper .el-hor--section{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}}@media (min-width: 64em){.el-images .el-hor--wrapper{display:flex}.el-images .el-hor--wrapper .el-images--gallery__entry{width:30vw;margin-right:1rem}.el-images .el-hor--wrapper .el-hor--section{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}}.el-embed{padding-top:2rem;padding-bottom:2rem}.el-embed__holder--facebook iframe{width:100%;max-width:500px;height:auto;aspect-ratio:500/750}.el-embed__holder--youtube iframe{width:100%;aspect-ratio:16/9}.el-embed .el-fussballde iframe{max-width:100%}.el-embed__gmap iframe{width:100%}.el-embed__cookie-notice{background-color:var(--color-main);color:white;padding:3em}.el-embed iframe{min-width:inherit !important}.el-embed__nordfv{position:relative}.el-embed__nordfv:before{content:' ';display:block;padding-top:56.25%;width:100%}.el-embed__nordfv>.inner{height:100%;left:0;position:absolute;top:0;width:100%}.el-embed__nordfv iframe{width:100%;height:100%;position:absolute;top:0;left:0}.live-ticker{position:relative}.live-ticker:before{background:var(--color-main);content:'';height:100%;left:calc(57px + 0.5em);position:absolute;top:0;width:2px;z-index:2}@media (min-width: 38.75em){.live-ticker:before{left:calc(107px + 0.5em)}}@media (min-width: 87.5em){.live-ticker:before{left:calc(132px + 0.5em)}}.live-ticker:after{background:var(--color-main);content:'';height:2px;left:calc(57px + 0.5em);transform:translate(-50%, 0);position:absolute;top:0;width:60px;z-index:2}@media (min-width: 38.75em){.live-ticker:after{left:calc(102px + 0.5em)}}@media (min-width: 87.5em){.live-ticker:after{left:calc(132px + 0.5em)}}.live-ticker__title{margin-bottom:.5em}.live-ticker__content{padding-top:.5em}.live-ticker__entry{display:grid;grid-gap:36px;grid-template-columns:40px 1fr;margin-bottom:1em;position:relative;width:100%;padding:.5em;background-color:var(--color-grey)}@media (min-width: 38.75em){.live-ticker__entry{grid-template-columns:90px  1fr}}@media (min-width: 87.5em){.live-ticker__entry{grid-template-columns:120px  1fr}}.live-ticker__entry:nth-child(2n){background-color:var(--color-white)}.live-ticker__entry--goal--other{background-image:url("data:image/svg+xml,%3Csvg width='40' height='1' viewBox='0 0 40 1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h20v1H0z' fill='%239C92AC' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E")}.live-ticker__entry--goal--default{background-color:var(--color-second);background-image:url("data:image/svg+xml,%3Csvg width='40' height='1' viewBox='0 0 40 1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h20v1H0z' fill='%2ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");color:var(--color-white)}.live-ticker__entry--goal--default:nth-child(2n){background-color:var(--color-second)}.live-ticker__entry--goal--default svg{fill:var(--color-white)}.live-ticker__dot{position:absolute;left:67px;top:0;width:2em;transform:translate(-50%, 50%);z-index:2;max-width:30px}@media (min-width: 38.75em){.live-ticker__dot{left:calc(107px + 0.5em)}}@media (min-width: 87.5em){.live-ticker__dot{left:calc(132px + 0.5em)}}.live-ticker__dot img,.live-ticker__dot svg{display:block;width:100%}.live-ticker__fact{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;justify-content:space-between}.live-ticker__fact svg{width:30px}.live-ticker__interim{display:flex;align-items:center}.live-ticker__interim__home,.live-ticker__interim__away{width:2em;padding-left:.15em;padding-right:.15em}.live-ticker__interim__home img,.live-ticker__interim__home svg,.live-ticker__interim__away img,.live-ticker__interim__away svg{display:block;width:100%}.live-ticker__interim__details{padding-left:.5em;padding-right:.5em}.live-ticker .substitute__out{text-decoration:underline;text-decoration-color:var(--color-red);display:inline-block;margin-right:1em;padding:0}.live-ticker .substitute__in{text-decoration:underline;text-decoration-color:var(--color-green);display:inline-block;padding:0}.el-statistik__entry{margin-top:3rem}.el-statistik__title{margin-bottom:.5em}.el-statistik__title--mainteam{margin:1em 0}.el-statistik__full{display:flex}.el-statistik__full__sub{display:block}.el-statistik__full__mannschaft{padding:.25em 0 .5em 0;display:block}.el-statistik__full__mannschaft img{max-width:5em}.el-statistik__full .el-mannschaft-mit-logo img{margin-right:0}.el-statistik__subtitle{margin:.5em 0}.el-statistik__date{margin:1em 0 0 0}.el-statistik__date a{font-size:smaller;text-decoration:underline}.el-statistik__date a:hover,.el-statistik__date a:focus{text-decoration:none}.el-statistik__date--war{margin:0em 0 .5em 0}.el-statistik__filter{margin:.25em 0 1em 0}.el-statistik__filter a{margin-right:1em}.el-begegnungen__title{margin-bottom:.5em}.el-begegnungen__entry{width:100%;max-width:60rem;padding:0.25em 0 1.25em 0;display:grid;text-decoration:none !important}.el-begegnungen__entry:hover,.el-begegnungen__entry:focus{background:var(--color-grey);cursor:pointer}@media (min-width: 38.75em){.el-begegnungen__entry{padding:0.25em 0 0.35em 0}}@media (min-width: 64em){.el-begegnungen__entry{border-bottom:1px solid var(--color-grey);grid-template-columns:30% auto 18%}}@media (min-width: 87.5em){.el-begegnungen__entry{grid-template-columns:25% auto 15%}}.el-begegnungen__header{padding:.25em;display:flex;background:var(--color-grey)}@media (min-width: 64em){.el-begegnungen__header{justify-content:space-between;background:none}}.el-begegnungen__header .td{font-weight:700}@media (min-width: 38.75em){.el-begegnungen__header .td{font-weight:400}}.el-begegnungen__saisonwrapper{display:flex;flex-direction:row;text-align:right}@media (min-width: 64em){.el-begegnungen__saisonwrapper{flex-direction:column}}.el-begegnungen__spieltag{padding-right:.25em}@media (min-width: 64em){.el-begegnungen__spieltag{padding-right:0}}.el-begegnungen__anpfiff{padding-right:.5em}.el-begegnungen__details{display:flex;align-items:center;padding:.25em 0}.el-begegnungen__details .el-begegnungen__team{width:40%}.el-begegnungen__details .el-begegnungen__score{width:15%;text-align:center;font-weight:700}.el-begegnungen__team--home .el-mannschaft-mit-logo{justify-content:flex-end;text-align:right}.el-begegnungen__score{padding:0 .25em}.el-begegnungen__info{align-items:center;display:flex;padding:.5em 0}@media (min-width: 64em){.el-begegnungen__info{padding:0}}.el-begegnungen__info span{margin-right:1em}.el-begegnungen__info span:last-of-type{margin-right:0}div.el-begegnungen__entry:hover,div.el-begegnungen__entry:focus{background:none;cursor:inherit}.bsv-wappen__1{fill:var(--color-main)}.bsv-wappen__2{stroke:var(--color-white)}.bsv-wappen__3{fill:var(--color-white)}a:hover .bsv-wappen .bsv-wappen__1,a:focus .bsv-wappen .bsv-wappen__1{fill:var(--color-white)}a:hover .bsv-wappen .bsv-wappen__2,a:focus .bsv-wappen .bsv-wappen__2{stroke:var(--color-main)}a:hover .bsv-wappen .bsv-wappen__3,a:focus .bsv-wappen .bsv-wappen__3{fill:var(--color-main)}.el-newsholder__top{overflow:hidden}.el-newsholder__top__link{display:block;width:100%;position:relative}.el-newsholder__top__link.noimg{position:relative}.el-newsholder__top__link.noimg .picture{position:relative;background:var(--color-second);aspect-ratio:4/3;overflow:hidden}@media (min-width: 64em){.el-newsholder__top__link.noimg .picture{position:absolute}}.el-newsholder__top__content{position:absolute;width:100%;bottom:0;left:0;z-index:2;padding:15px;display:flex;flex-direction:column}.el-newsholder__top__content .el-newsholder__top__title{Order:2}.el-newsholder__top__content .el-newsholder__top__date{Order:1}.el-newsholder__top .picture{position:relative;z-index:1;position:relative}.el-newsholder__top .picture:before{content:' ';display:block;padding-top:66.6666666667%;width:100%}.el-newsholder__top .picture>.inner{height:100%;left:0;position:absolute;top:0;width:100%}.el-newsholder__top .img{width:100%;height:auto;min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.el-newsholder__current{margin-top:2rem;padding:15px}.el-newsholder__current__entry{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-areas:"image content content";grid-gap:1rem;margin-bottom:1rem}.el-newsholder__current__entry--noimg{position:relative}.el-newsholder__current__entry--noimg .picture{position:relative;background:var(--color-second);aspect-ratio:16/9;overflow:hidden}.el-newsholder__current__entry--noimg .picture svg{transform:rotate(-30deg);max-width:60%;position:absolute;bottom:-30%;right:-15%}.el-newsholder__current__content{grid-area:content}.el-newsholder__current .img{width:100%;height:auto}.el-newsholder a:hover,.el-newsholder a:focus{text-decoration:underline}@media (min-width: 38.75em){.el-newsholder__top__content{bottom:2rem}.el-newsholder__current{display:flex}.el-newsholder__current__col{display:flex;flex-direction:column;flex:1;margin-right:2rem;position:sticky;align-self:flex-start;top:0;overflow-y:auto}.el-newsholder__current__col:last-of-type{margin-right:0}.el-newsholder__current__entry{margin-bottom:3rem;display:flex;flex-direction:column;grid-gap:inherit}.el-newsholder__current__content{Order:2;display:flex;flex-direction:column}.el-newsholder__current__title{order:2}.el-newsholder__current__date{order:1}.el-newsholder__current .picture{Order:1}}@media (min-width: 64em){.el-newsholder__wrapper{display:grid;grid-auto-flow:column;grid-template-columns:minmax(0px, 1fr) 50%;grid-gap:2rem}.el-newsholder__top{display:flex;position:sticky;height:100vh;margin-bottom:auto;top:0px;overflow:hidden}.el-newsholder__top .picture{min-width:100%;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.el-newsholder__top .picture img{height:100%;min-width:100%;width:auto}.el-newsholder__top__content{bottom:2rem;left:2rem;width:calc(100% - 4rem)}.el-newsholder__current{padding:0;margin-top:0}}@media (max-height: 59.375em) and (min-width: 38.75em){.el-newsholder__top__content{left:7rem;width:calc(100% - 7rem)}}.el-newsholder.hide-top .el-newsholder__current{margin-top:0}@media (min-width: 38.75em){.el-newsholder.hide-top .el-newsholder__current__col[data-col="2"]{margin-right:0}.el-newsholder.hide-top .el-newsholder__current__col[data-col="3"]{display:none}}@media (min-width: 64em){.el-newsholder.hide-top .el-newsholder__wrapper{display:block;grid-gap:inherit}.el-newsholder.hide-top .el-newsholder__current__col[data-col="2"]{margin-right:2rem}.el-newsholder.hide-top .el-newsholder__current__col[data-col="3"]{display:block}.el-newsholder.hide-top .el-newsholder__current__content{padding-left:15px;padding-right:15px}}.el-teamov__container{padding:0 0}.el-teamov--header{padding-top:2em}.el-teamov__wrapper{padding-top:1.5em;padding-bottom:1.5em}.el-teamov__wrapper--greyscale{filter:grayscale(1)}@media (min-width: 38.75em){.el-teamov__wrapper{padding-top:1em;display:grid;grid-auto-columns:1fr;grid-auto-rows:1fr;grid-template-columns:repeat(2, 1fr);grid-gap:2rem}}@media (min-width: 87.5em){.el-teamov__wrapper{padding-top:0;grid-template-columns:repeat(3, 1fr)}}@media (min-width: 97.1875em){.el-teamov__wrapper{grid-template-columns:repeat(4, 1fr)}}@media (min-width: 125em){.el-teamov__wrapper{grid-template-columns:repeat(5, 1fr)}}@media (min-width: 87.5em){.el-teamov__wrapper--1{padding-top:0;grid-template-columns:repeat(1, 1fr)}}@media (min-width: 97.1875em){.el-teamov__wrapper--1{grid-template-columns:repeat(1, 1fr)}}@media (min-width: 125em){.el-teamov__wrapper--1{grid-template-columns:repeat(1, 1fr)}}.el-teamov__wrapper--1 .el-teamov__entry{justify-self:center;align-self:center;width:270px}.el-teamov__entry{position:relative;max-width:270px;margin-bottom:3rem}@media (min-width: 38.75em){.el-teamov__entry{margin-bottom:0}}.el-teamov__entry__wrapper{position:relative;background:var(--color-white);padding:20px}.el-teamov__entry__wrapper:before{content:' ';display:block;padding-top:142.3076923077%;width:100%}.el-teamov__entry__wrapper>.inner{height:100%;left:0;position:absolute;top:0;width:100%}.el-teamov__entry__inner{background:var(--color-second);height:76%;position:absolute;overflow:hidden;left:20px;top:20px;width:calc(100% - 40px)}.el-teamov__entry__inner:before{content:'';position:absolute;width:47%;height:37%;left:-11%;bottom:-24%;background-color:white;border-radius:50%;border:2px solid var(--color-black);z-index:2}.el-teamov__entry__inner:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;border:2px solid var(--color-black)}.el-teamov__entry .figure,.el-teamov__entry .img{display:block;width:100%;height:auto;position:absolute;left:0;top:0}.el-teamov__entry__wappen{width:98px;position:absolute;bottom:5px;left:.5%;padding:4px;background-color:white;border-radius:50%;z-index:4;max-width:36%}.el-teamov__entry__wappen svg{display:block}.el-teamov__entry__title{position:absolute;bottom:0.4em;left:38%;width:50%;line-height:1;text-wrap:balance;text-transform:uppercase}.el-teamov__entry__title.t-team--name--small{bottom:0.8em}.el-teamov__entry__title.t-team--name--bottom{bottom:0.4em}.el-teamov__entry__type{position:absolute;top:20px;left:-2px;writing-mode:vertical-lr;transform:rotate(180deg)}.el-teamov__entry__nmbr{position:absolute;right:0.075em;top:-0.15em;color:white;-webkit-text-stroke:1px black;z-index:3}.el-teamov__entry__desc{margin-top:.75rem;padding:20px}@media (min-width: 38.75em){.el-teamov__entry__desc{margin-top:2rem}}.el-zeitung{padding-bottom:2em;padding-top:2em}.el-zeitung img{display:block;width:100%;height:auto}.el-zeitung__wrapper{display:flex;flex-direction:column;gap:2rem}@media (min-width: 38.75em){.el-zeitung__wrapper{flex-wrap:wrap;flex-direction:row}}.el-zeitung__content{padding-bottom:2em}.el-zeitung__entry{display:flex;flex-direction:column}@media (min-width: 38.75em){.el-zeitung__entry{flex-basis:calc(33.33% - 2rem)}}@media (min-width: 64em){.el-zeitung__entry{flex-basis:calc(25% - 2rem)}}.el-zeitung__entry__title{margin-top:.5em;order:2;line-height:1.3}.el-zeitung__entry__img{order:1}.el-zeitung__nav{padding-top:3rem}.el-zeitung__nav nav{padding-top:.35em}.el-zeitung__nav ul{flex-direction:row;flex-wrap:wrap}#game{width:100%;margin:0 auto;position:relative;overflow:hidden}#game canvas{width:100%;height:auto;display:block}.el-game__title{padding-top:2rem}.el-game__wrapper{max-width:65rem;margin:0 auto}.el-game__content{padding-bottom:2rem}@media (min-width: 38.75em){.el-game__content{padding-bottom:4rem}}.el-game__stat{max-width:500px;width:100%;margin:0 auto;background:var(--color-black);color:var(--color-white);padding:15px;display:flex;justify-content:space-between;flex-direction:column}@media (min-width: 38.75em){.el-game__stat{flex-direction:row}}.el-game__highscore{display:flex;flex-direction:column}@media (min-width: 38.75em){.el-game__highscore{flex-direction:row}}.el-game__highscore__entry{margin-right:2em;padding-top:2em}.el-game__highscore__entry:last-of-type{margin-right:0}.el-game__highscore__entry td,.el-game__highscore__entry th{padding:.25em}.page--news__matchcenter{padding-top:2rem;padding-bottom:2rem}.page--partner .main .el:last-of-type{padding-bottom:0}.page--partner--cat{padding-top:2em;padding-bottom:2em;min-height:100vh;transition:background-color 0.3s}.page--partner--cat__list{display:grid;grid-template-columns:45% 45%;gap:20px}@media (min-width: 38.75em){.page--partner--cat__list{grid-template-columns:30% 30% 30%;gap:40px}}@media (min-width: 64em){.page--partner--cat__list{grid-template-columns:repeat(4, 1fr);gap:40px}}.page--partner--cat__list li{background:var(--color-white);border:1px solid var(--color-grey);aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}.page--partner--cat__list a,.page--partner--cat__list span{display:block;width:70%;margin:0 auto}.page--partner--cat__list a img,.page--partner--cat__list a svg,.page--partner--cat__list span img,.page--partner--cat__list span svg{display:block;max-width:100%;height:auto}@media (min-width: 38.75em){.page--match h1,.page--matchcenter h1{padding-top:1em}}@media (min-width: 64em){.page--match h1,.page--matchcenter h1{padding-top:2em}}.page--match__title--aktuell,.page--matchcenter__title--aktuell{margin:.35em 0 .75em 0}.page--match__subnav,.page--matchcenter__subnav{padding:15px;margin:1em 0}.page--match__subnav ul,.page--matchcenter__subnav ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.page--match__subnav ul li,.page--matchcenter__subnav ul li{margin:.5em 1em .5em 0}.page--match__subnav ul li:last-of-type,.page--matchcenter__subnav ul li:last-of-type{margin-right:0}.page--match__subnav ul a:hover,.page--match__subnav ul a:focus,.page--matchcenter__subnav ul a:hover,.page--matchcenter__subnav ul a:focus{text-decoration:underline}.page--match .match-view-wrapper--big,.page--matchcenter .match-view-wrapper--big{max-width:inherit}@media (min-width: 38.75em){.page--match .match-view-wrapper--big .el-match,.page--matchcenter .match-view-wrapper--big .el-match{padding:0}}@media (min-width: 38.75em){.page--match .match-view-wrapper--big .el-match__details,.page--matchcenter .match-view-wrapper--big .el-match__details{max-width:inherit}}.page--match .match-view-wrapper--big .el-match__details .el-match__details__home,.page--matchcenter .match-view-wrapper--big .el-match__details .el-match__details__home{justify-content:right}.page--match .el-match__details,.page--matchcenter .el-match__details{grid-template-columns:2em auto 2em}@media (min-width: 38.75em){.page--match .el-match__details,.page--matchcenter .el-match__details{grid-template-columns:1fr auto 1fr}}.page--match .el-match__details__away,.page--matchcenter .el-match__details__away{justify-content:left !important}.page--match .el-match__details .el-mannschaft-mit-logo__title,.page--matchcenter .el-match__details .el-mannschaft-mit-logo__title{display:none}.page--match .el-match__details img,.page--matchcenter .el-match__details img{max-width:2rem}@media (min-width: 25em){.page--match .el-match__details img,.page--matchcenter .el-match__details img{width:4rem}}@media (min-width: 38.75em){.page--match .el-match__details img,.page--matchcenter .el-match__details img{width:10vw;max-width:inherit}}@media (min-width: 64em){.page--match .el-match__details img,.page--matchcenter .el-match__details img{width:15vw}}.page--match__nav,.page--matchcenter__nav{width:100%;position:relative;padding:1em 0}@media (min-width: 38.75em){.page--match__nav,.page--matchcenter__nav{display:flex}}.page--match__info,.page--matchcenter__info{display:flex;flex-direction:column;text-align:center;grid-column:1 / -1}.page--match__highlights,.page--matchcenter__highlights{padding-left:15px;padding-right:15px;margin:1em 0}@media (min-width: 38.75em){.page--match__highlights,.page--matchcenter__highlights{margin:2em 0}}.page--match__highlights__title,.page--matchcenter__highlights__title{margin:1em 0 .5em 0}.page--match__highlights__list,.page--matchcenter__highlights__list{display:flex;flex-direction:column;margin:0 auto;max-width:23em;overflow:hidden}.page--match__highlights__entry,.page--matchcenter__highlights__entry{width:50%;display:flex;padding-bottom:.5em;padding-top:.5em;align-items:center;justify-content:flex-end;position:relative}.page--match__highlights__entry:after,.page--matchcenter__highlights__entry:after{content:'';position:absolute;bottom:0;height:1px;background:var(--color-greydark);width:200%;left:0}.page--match__highlights__entry .page--match__highlights__min,.page--matchcenter__highlights__entry .page--match__highlights__min{flex:0 0 2em}.page--match__highlights__entry .page--match__highlights__name,.page--matchcenter__highlights__entry .page--match__highlights__name{flex:1;line-height:1.2}.page--match__highlights__entry .page--match__highlights__icon,.page--matchcenter__highlights__entry .page--match__highlights__icon{flex:0 0 1em}.page--match__highlights__entry .svg-item,.page--matchcenter__highlights__entry .svg-item{width:25px}.page--match__highlights__entry.page--match__highlights__away,.page--matchcenter__highlights__entry.page--match__highlights__away{margin-left:calc(50% - 1em);flex-direction:row-reverse;display:flex}.page--match__highlights__entry.page--match__highlights__away:after,.page--matchcenter__highlights__entry.page--match__highlights__away:after{left:calc(-100% + 1em)}.page--match__highlights__entry.page--match__highlights__away .svg-item,.page--matchcenter__highlights__entry.page--match__highlights__away .svg-item{margin-right:.5em}.page--match__highlights__entry.page--match__highlights__away .page--match__highlights__name,.page--matchcenter__highlights__entry.page--match__highlights__away .page--match__highlights__name{padding-right:.5em}.page--match__lineup,.page--matchcenter__lineup{margin:2rem 0;padding-left:15px;padding-right:15px}@media (min-width: 38.75em){.page--match__lineup__title,.page--matchcenter__lineup__title{text-align:center}}@media (min-width: 38.75em){.page--match__lineup__inner,.page--matchcenter__lineup__inner{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3, auto);gap:10px}}.page--match__lineup__col,.page--matchcenter__lineup__col{padding-top:.5em}.page--match__lineup__col:nth-of-type(3),.page--matchcenter__lineup__col:nth-of-type(3){padding-bottom:2em}.page--match__lineup__club,.page--matchcenter__lineup__club{padding-bottom:.35em;padding-left:1.5rem;text-transform:uppercase}@media (min-width: 38.75em){.page--match__lineup__club,.page--matchcenter__lineup__club{display:none}}.page--match__lineup__titletyp,.page--matchcenter__lineup__titletyp{padding-bottom:.25em;padding-left:1.5rem}@media (min-width: 38.75em){.page--match__lineup__titletyp,.page--matchcenter__lineup__titletyp{padding-bottom:.5em}}@media (min-width: 38.75em){.page--match__lineup__home .page--match__lineup__titletyp,.page--match__lineup__home .page--matchcenter__lineup__titletyp{text-align:right}}.page--match__lineup__entry,.page--matchcenter__lineup__entry{display:flex;margin-bottom:.35em;align-items:baseline}@media (min-width: 38.75em){.page--match__lineup__entry,.page--matchcenter__lineup__entry{margin-bottom:.75em}}@media (min-width: 64em){.page--match__lineup__entry,.page--matchcenter__lineup__entry{margin-bottom:.5em}}.page--match__lineup .nmbr,.page--matchcenter__lineup .nmbr{width:1.5rem;display:block;text-align:right;padding-right:.35rem}.page--match__lineup .page--match__lineup__trainer .name,.page--matchcenter__lineup .page--match__lineup__trainer .name{padding-left:1.5rem}@media (min-width: 38.75em){.page--match__lineup .page--match__lineup__start.page--match__lineup__home,.page--matchcenter__lineup .page--match__lineup__start.page--match__lineup__home{grid-column:1;grid-row:1}}@media (min-width: 38.75em){.page--match__lineup .page--match__lineup__start.page--match__lineup__home .page--match__lineup__entry,.page--matchcenter__lineup .page--match__lineup__start.page--match__lineup__home .page--match__lineup__entry{display:flex;flex-direction:row-reverse}}@media (min-width: 38.75em){.page--match__lineup .page--match__lineup__bench.page--match__lineup__home,.page--matchcenter__lineup .page--match__lineup__bench.page--match__lineup__home{grid-column:1;grid-row:2}}@media (min-width: 38.75em){.page--match__lineup .page--match__lineup__bench.page--match__lineup__home .page--match__lineup__entry,.page--matchcenter__lineup .page--match__lineup__bench.page--match__lineup__home .page--match__lineup__entry{display:flex;flex-direction:row-reverse}}@media (min-width: 38.75em){.page--match__lineup .page--match__lineup__trainer.page--match__lineup__home,.page--matchcenter__lineup .page--match__lineup__trainer.page--match__lineup__home{grid-column:1;grid-row:3}}@media (min-width: 38.75em){.page--match__lineup .page--match__lineup__trainer.page--match__lineup__home .page--match__lineup__entry,.page--matchcenter__lineup .page--match__lineup__trainer.page--match__lineup__home .page--match__lineup__entry{display:flex;flex-direction:row-reverse}}@media (min-width: 38.75em){.page--match__lineup .page--match__lineup__start.page--match__lineup__away,.page--matchcenter__lineup .page--match__lineup__start.page--match__lineup__away{grid-column:2;grid-row:1}}@media (min-width: 38.75em){.page--match__lineup .page--match__lineup__bench.page--match__lineup__away,.page--matchcenter__lineup .page--match__lineup__bench.page--match__lineup__away{grid-column:2;grid-row:2}}@media (min-width: 38.75em){.page--match__lineup .page--match__lineup__trainer.page--match__lineup__away,.page--matchcenter__lineup .page--match__lineup__trainer.page--match__lineup__away{grid-column:2;grid-row:3}}.page--match__ticker__title,.page--matchcenter__ticker__title{margin-bottom:1em !important}.page--match__table,.page--matchcenter__table{padding-top:1em}.page--match__table:first-of-type,.page--matchcenter__table:first-of-type{padding-top:0}.page--match__table__title,.page--matchcenter__table__title{margin-bottom:1em}@media (min-width: 38.75em){.page--match__table__title,.page--matchcenter__table__title{margin-bottom:.5em}}.page--match__spieltag__title,.page--matchcenter__spieltag__title{margin-bottom:1em}.page--match__images,.page--matchcenter__images{margin-top:3rem}@media (min-width: 64em){.page--match .wrapper--content,.page--matchcenter .wrapper--content{padding-bottom:3rem}}.page--match__row,.page--matchcenter__row{padding-top:3rem}@media (min-width: 38.75em){.page--match__row,.page--matchcenter__row{padding-top:5rem}}.cm-btn.cm-btn-success{background-color:var(--color-main) !important}.cm-link.cn-learn-more{color:var(--color-main) !important}.sponsor--affinis{fill:#000}a .sponsor--affinis:hover .partner--affinis__1,a .sponsor--affinis:focus .partner--affinis__1{fill:#00446B}a .sponsor--affinis:hover .partner--affinis__2,a .sponsor--affinis:focus .partner--affinis__2{fill:#00446B}a .sponsor--affinis:hover .partner--affinis__3,a .sponsor--affinis:focus .partner--affinis__3{fill:#EF7D00}.c-white .sponsor--affinis{fill:#fff}.sponsor--union{fill:#000}a .sponsor--union:hover,a .sponsor--union:focus{fill:#000}.c-white .sponsor--union{fill:#fff}.sponsor--ots{fill:#000}a .sponsor--ots:hover,a .sponsor--ots:focus{fill:#184B94}.c-white .sponsor--ots{fill:#fff}.sponsor--outfitter__a{fill:#E5193C}.sponsor--outfitter__b{fill:#E5193C}.sponsor--outfitter__c{fill:#000}.sponsor--outfitter:hover .sponsor--outfitter__a,.sponsor--outfitter:hover .sponsor--outfitter__b,.sponsor--outfitter:hover .sponsor--outfitter__c,.sponsor--outfitter:focus .sponsor--outfitter__a,.sponsor--outfitter:focus .sponsor--outfitter__b,.sponsor--outfitter:focus .sponsor--outfitter__c{fill:#000}.sponsor--aykut{fill:#000}.c-white .sponsor--aykut{fill:#fff}.sponsor--bab{fill:#e40613}.sponsor--bab:hover,.sponsor--bab:focus{fill:#000}.c-white .sponsor--bab{fill:#fff}.sponsor--kooperative-web{fill:#000}.sponsor--kooperative-web:hover,.sponsor--kooperative-web:focus{fill:var(--color-second)}.sponsor--cspies{fill:#000}.sponsor--cspies:hover,.sponsor--cspies:focus{fill:#000}a.c-white:hover .sponsor--aykut__a,a.c-white:focus .sponsor--aykut__a{fill:#ED7308}a.c-white:hover .sponsor--aykut__b,a.c-white:focus .sponsor--aykut__b{fill:#020304}
/*# sourceMappingURL=screen.css.map */
