.footer__legal-links a{color:var(--light);text-decoration:none;&:hover{text-decoration:underline}}.literature-item__category{font-weight:700}.nowrap{white-space:nowrap}body.bricks-is-frontend :focus{outline:none;box-shadow:none}body{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:minmax(0,1fr)}main :where(a){color:var(--tertiary);text-decoration:underline;&:hover{text-decoration:none}}body.home .nav-link--academy,body.page-methode .nav-link--methode,body.single-kurs .nav-link--kurse{text-decoration:underline}.heading__light{font-weight:300}.heading__underline{text-decoration:underline}.course-items__item{padding:var(--space-xs) 0;&:first-child{padding-top:0}&:last-child{padding-bottom:0}&:not(:first-child){border-top:1px solid var(--secondary)}}.ol--satir ol{margin:0;display:flex;flex-direction:column;gap:var(--space-xl);line-height:1.2}button[type=submit].bricks-button{padding:var(--space-xs) var(--space-m);border-radius:var(--radius-m)!important;transition:all .2s}button[type=submit].bricks-button:hover{background-color:var(--primary-hover)!important}@media only screen and (min-width:1000px) and (max-width:1220px){.header__logo{width:25%}}@media only screen and (min-width:1001px){.mobile-menu__open-btn{display:none}}@media only screen and (max-width:1000px){.header__nav-wrapper{display:none!important}.mobile-menu__open-btn{display:flex}}@media only screen and (max-width:999px){.header__logo{width:40%}}@media only screen and (max-width:600px){.header__logo{width:60%}}.bricks-is-frontend .animation-trigger{opacity:0}.animate{animation-name:fadeAnimation;animation-delay:calc(var(--delay, 0) * 200ms);animation-duration:var(--duration,1s);animation-timing-function:ease-in-out;animation-fill-mode:forwards}.animation--left-to-right{--translate:-20px,0,0}.animation--right-to-left{--translate:20px,0,0}.animation--top-to-bottom{--translate:0,-20px,0}.animation--bottom-to-top{--translate:0,20px,0}@keyframes fadeAnimation{from{transform:translate3d(var(--translate))}to{opacity:1;transform:translate3d(0,0,0)}}.brxe-form .options-wrapper li{display:flex;align-items:center;gap:var(--space-2xs)}.brxe-form .options-wrapper label{width:90%}input[type="checkbox"]{-webkit-appearance:none;appearance:none;margin:0;font:inherit;color:currentColor;width:1.5em;height:1.5em;border-radius:var(--radius-full)!important;transform:translateY(-.075em);display:grid;place-content:center;cursor:pointer}input[type="checkbox"]::before{content:"";width:.55em;height:.55em;border-radius:var(--radius-full);transform:scale(0);box-shadow:inset 1em 1em var(--light);background-color:CanvasText}input[type="checkbox"]:checked::before{transform:scale(1)}