#main-menu{position:fixed;z-index:1000;top:0;left:0;width:100vw;height:100vh;overflow-y:scroll;padding:var(--menu-y-spacing) var(--page-x-spacing) calc(var(--menu-y-spacing) / 2) var(--page-x-spacing);background-image:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/hintergrund-halbtransparent.png');background-size:cover;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-weight:var(--main-menu-font-weight);display:flex;flex-direction:column;justify-content:space-between;row-gap:32px;}#main-menu ul{list-style-type:none;padding:0;margin:0;}#main-menu .level2 ul{margin-left:1em;}#main-menu a{color:var(--font-color);text-decoration:none;font-size:var(--main-menu-item-font-size);line-height:var(--main-menu-line-height);text-transform:uppercase;}#main-menu .level2,#main-menu .level3{padding:0.2em 0;}#main-menu .level2 a,#main-menu .level3 a{display:inline-block;line-height:1.1em;}#main-menu #main-menu-items .withSub > a{font-size:var(--main-menu-item-font-size-first-level);line-height:var(--main-menu-line-height);}#main-menu #main-menu-items .withSub{display:flex;justify-content:space-between;border-bottom:1px solid var(--font-color);padding-bottom:.25em;margin-bottom:.75em;}#main-menu #main-menu-items .sub-menu-toggle{margin-left:1em;padding-top:.25em;font-size:2em;display:none;}#main-menu #main-menu-footer{display:flex;justify-content:space-between;}#main-menu #main-menu-footer .main-menu-social-link{font-size:1.2em;display:flex;justify-content:flex-end;gap:1.5em;align-items:end;}#main-menu #main-menu-items{display:grid;grid-template-areas:"maintopic-01 maintopic-02 maintopic-03"
		"maintopic-04 maintopic-05 maintopic-06"
		"maintopic-07 maintopic-08 maintopic-09"
		"maintopic-10 maintopic-11 maintopic-12";grid-template-columns:1fr 1fr 1fr;}#main-menu #main-menu-items > ul,#main-menu-footer > ul{padding:var(--main-menu-padding);}#main-menu #main-menu-items > ul:nth-of-type(1){grid-area:maintopic-01;}#main-menu #main-menu-items > ul:nth-of-type(2){grid-area:maintopic-02;}#main-menu #main-menu-items > ul:nth-of-type(3){grid-area:maintopic-03;}#main-menu #main-menu-items > ul:nth-of-type(4){grid-area:maintopic-04;}#main-menu #main-menu-items > ul:nth-of-type(5){grid-area:maintopic-05;}#main-menu #main-menu-items > ul:nth-of-type(6){grid-area:maintopic-06;}#main-menu #main-menu-items > ul:nth-of-type(7){grid-area:maintopic-07;}#main-menu #main-menu-items > ul:nth-of-type(8){grid-area:maintopic-08;}#main-menu #main-menu-items > ul:nth-of-type(9){grid-area:maintopic-09;}#main-menu #main-menu-items > ul:nth-of-type(10){grid-area:maintopic-10;}#main-menu #main-menu-items > ul:nth-of-type(11){grid-area:maintopic-11;}#main-menu #main-menu-items > ul:nth-of-type(12){grid-area:maintopic-12;}#mainmenu-toggle{display:none;}#text-toggle{color:white;text-transform:uppercase;font-weight:var(--main-menu-font-weight);padding:0.4em 1.5em 0 0;}#hamburger-toggle{display:block;position:relative;width:62px;height:48px;background-image:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/toggle-button.png');cursor:pointer;}.line{position:absolute;display:block;height:1px;width:20px;left:21px;background:var(--font-color-dark);transition:0.1s;transform-origin:center;}.line:nth-child(1){top:17px;}.line:nth-child(2){top:24px;}.line:nth-child(3){top:31px;}#mainmenu-toggle:checked ~ #top-bar .line:nth-child(1){transform:translateY(7px) rotate(-45deg);}#mainmenu-toggle:checked ~ #top-bar .line:nth-child(2){opacity:0;}#mainmenu-toggle:checked ~ #top-bar .line:nth-child(3){transform:translateY(-7px) rotate(45deg);}#mainmenu-toggle:not(:checked)	~ #main-menu{display:none;}#sub-menu{position:fixed;z-index:100;top:0;left:0;width:0;height:100vh;}#sub-menu ul{list-style-type:none;padding:0;margin:0;height:100%;display:flex;flex-direction:column;justify-content:center;}#sub-menu li{width:30px;height:12px;margin:6px 0 11px 0;overflow:hidden;background-image:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/knubbel.svg');background-position:-12px center;background-repeat:no-repeat;background-size:auto 14px;padding-left:50px;transition:background-position .3s;display:flex;}#sub-menu li:last-of-type{margin-bottom:6px;}#sub-menu li span{flex:7px 0 0;display:block;position:relative;margin-left:10px;width:7px;height:24px;line-height:0;background-image:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/submenu-bg-left.png');background-position:left center;background-repeat:no-repeat;opacity:0;}#sub-menu a{flex:1;display:block;color:var(--font-color-dark);font-size:15px;line-height:24px;font-weight:400;text-transform:uppercase;text-decoration:none;text-align:center;padding:0 calc(var(--footer-line-height) / 2);background-image:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/submenu-bg-right.png');background-position:right center;background-repeat:no-repeat;white-space:nowrap;opacity:0;}#sub-menu li.current,#sub-menu li:not(.touched).hover{height:24px;margin:0 0 5px 0;min-width:var(--sub-menu-item-min-width);overflow:visible;background-image:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/knubbel-active.svg');background-position:-13px center;}#sub-menu li.current span,#sub-menu li.current a,#sub-menu li:not(.touched).hover span,#sub-menu li:not(.touched).hover a{opacity:1;}#sub-menu li.current:last-of-type,#sub-menu li:not(.touched).hover:last-of-type{margin-bottom:0;}#sub-menu-mobile{display:none;}#sub-menu-right{position:fixed;top:0;right:0;height:100vh;z-index:300;color:white;}#sub-menu-right > div{display:flex;flex-direction:column;justify-content:center;height:100%;width:35px;}#sub-menu-right ul{padding:0;margin:0;list-style:none;display:flex;justify-content:center;transform:rotate(270deg);}#sub-menu-right li{padding:0 20px;text-align:center;}#sub-menu-right a,#sub-menu-right p,#sub-menu-right span{color:white;font-weight:300;text-decoration:none;text-transform:uppercase;white-space:nowrap;}#sub-menu-right a:hover,#sub-menu-right span:hover{font-weight:bold;}#sub-menu-right-kontakt-toggle span{position:relative;}#sub-menu-right-kontakt{position:fixed;top:0;right:-20px;overflow-y:scroll;display:none;background-image:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/hintergrund-halbtransparent.png');background-size:cover;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:200;padding:80px 160px 80px 140px;}#sub-menu-right-addresses{display:flex;flex-wrap:wrap;white-space:nowrap;}.sub-menu-right-address{flex:1;margin-right:1em;}.sub-menu-right-address:last-of-type{margin-right:0;}.sub-menu-right-address-header{font-size:30px;font-weight:300;text-transform:uppercase;margin-top:1em;margin-bottom:10px;}.sub-menu-right-address-body{border-top:1px solid #c6bdb3;padding:20px 40px 20px 0;}.sub-menu-right-address-body p{margin-bottom:1em;}.sub-menu-right-address-body p:last-of-type{margin-bottom:0;}.sub-menu-right-address-body a:link,.sub-menu-right-address-body a:visited,.sub-menu-right-address-body a:hover,.sub-menu-right-address-body a:focus,.sub-menu-right-address-body p{color:white;font-weight:300!important;text-decoration:none;}#thin-arrow-down{background-image:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/thin-arrow-down.png');background-repeat:no-repeat;background-position:bottom center;width:21px;position:absolute;top:50%;left:11px;}#thin-line-vertical{background-image:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/thin-line-vertical.png');background-repeat:repeat-y;background-position:bottom center;width:21px;position:absolute;top:50%;right:-1px;}#qplixDepartmentSearch,.newsCategoryMenu,.frame-type-menu_subpages ul{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:1em;grid-row-gap:1em;margin-left:0;padding-left:0;list-style:none;}.newsCategoryMenu li a span br{display:none;}#qplixDepartmentSearch button,.newsCategoryMenu a:link,.newsCategoryMenu a:visited,.frame-type-menu_subpages a:link,.frame-type-menu_subpages a:visited{position:relative;text-decoration:none;display:block;border:none;background-image:none;height:unset;background-color:transparent!important;}#qplixDepartmentSearch button > span,.newsCategoryMenu a:link span,.newsCategoryMenu a:visited span,.frame-type-menu_subpages a:link span,.frame-type-menu_subpages a:visited span{color:white;font-size:1.3vw;display:flex;align-items:center;justify-content:center;text-transform:uppercase;text-decoration:none!important;line-height:1.1em;height:60px;text-align:center;background-image:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/button_center.png');background-repeat:no-repeat;background-position:right center;position:relative;margin:0 20px;}#qplixDepartmentSearch button::before,.newsCategoryMenu a::before,.frame-type-menu_subpages a::before{content:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/button_left.png');position:absolute;top:0;left:0;width:20px;height:60px;}#qplixDepartmentSearch button::after,.newsCategoryMenu a::after,.frame-type-menu_subpages a::after{content:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/button_right.png');position:absolute;top:0;right:0;width:20px;height:60px;}#qplixDepartmentSearch button.selected > span,#qplixDepartmentSearch button:hover > span,.newsCategoryMenu li.active span,.newsCategoryMenu a:hover span,.frame-type-menu_subpages a:hover span{background-image:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/button_center_hover.png');}#qplixDepartmentSearch button.selected::before,#qplixDepartmentSearch button:hover::before,.newsCategoryMenu li.active a::before,.newsCategoryMenu a:hover::before,.frame-type-menu_subpages a:hover::before{content:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/button_left_hover.png');}#qplixDepartmentSearch button.selected::after,#qplixDepartmentSearch button:hover::after,.newsCategoryMenu li.active a::after,.newsCategoryMenu a:hover::after,.frame-type-menu_subpages a:hover::after{content:url('../../../typo3conf/ext/loserth_website/Resources/Public/theme/loserth/Css/images/button_right_hover.png');}
