/*
03.02.2021		David S.		Hover Effekt vom Menü angepasst
18.10.2023		Tim				Hersteller-Kuerzel (-webkit-, -moz, -ms-) bei flex-Definitionen entfernt
17.01.2024		Tim				ungueltiige Regelsaetze auskommentiert
*/

.contentAsp { position:relative;}

#layout_menuWide .tabsMassStandard > a:after {
    border-color: #f1f1f1;
    border-style: solid;
    box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.75) inset;
    border-width: 21px 0 21px 17px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -17px;
    top: 0;
    transform: rotate(360deg);
    width: 0;
}
#layout_menuWide .tabsMassStandard > a[data-massstandard="mass"]:after {
    border-color: rgb(246, 230, 181);
    
}
#layout_menuWide .tabsMassStandard > a.tabActive[data-massstandard="mass"]::after {
    border-color: transparent transparent transparent rgb(246, 230, 181);
    border-style: solid;
    box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.75) inset;
    border-width: 20px 0 20px 18px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -17px;
    top: 0;
    transform: rotate(360deg);
    width: 0;
}
#layout_menuWide .tabsMassStandard > a.tabActive[data-massstandard="standard"]:after, #layout_menuWide .tabsMassStandard > a.tabActive[data-massstandard="parent"]:after {
    border-color: transparent transparent transparent #f1f1f1;
    
}
#layout_menuWide .tabsMassStandard a {
    
    background-position: 99% center;
	width: 99% !important;

}
#layout_menuWide .tabsMassStandard a.optBtn {
   
    background-position: 97% 50%;
}
#menue_link, #menue_link2 {
		display: inline-block;
		padding-top: 2px;
		padding-bottom: 4px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		color: #888;
		font-size: 14px;
        font-weight: 600;
		background-image: url(/bilder/layout/icon_menueoben.svg);
		background-repeat: no-repeat;
		background-position: left center;
        background-size:22px auto;
		padding-left: 35px;
}


#menue_link.zu_damit:after, #menue_link2.zu_damit:after {
    content:"Schliessen";
	background-image: none;
	display:block;
	font-size: 14px;
		
}
.layout_option_header_schmal #menue_link.zu_damit:after, .layout_option_header_schmal #menue_link2.zu_damit:after {
    content:"";
	background-image: none;
	display:block;
	font-size: 14px;
		
}
.menue_zu_aussen {
    position: fixed;
    top: 95px;
    display: none;
    z-index: 20000;
    left: 280px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-image: url(/bilder/layout/menue/schliessen_untermenu_1.svg);
    background-repeat: no-repeat;
    background-size: cover;
	box-shadow: 0 10px 10px -4px #eee;

}
.layout_option_header_schmal .menue_zu_aussen {
    
    top: 0;
	box-shadow: none;

}
#menue_link2 {

		font-size: 1em;
        cursor:pointer;
}
#menue_link > *, #menue_link2 > * {
				vertical-align: middle;
}
#menue_link img, #menue_link2 img {
				margin-right: 1em;
}

#menue_link.zu_damit, #menue_link2.zu_damit {
    
	background-image: none;
	font-size: 0;
	position:relative;
		
}

#layout_menuWrap {
		position: fixed;
		top: 0;
		left: 0px;
		z-index: 200;
		/*background-color: #fff;*/
		overflow: hidden;
		display: inline-block;
		width:0;
		box-sizing:border-box;
		height:100%;
}


#menue_wrap2{display:none;}
		#layout_menuWide {
				color: #444444;
				padding: 0 0 0 0;
				display: block;
				width: 740px;/*neu menu */
				
				/*border-right: 3px solid #f1f1f1;
				border-left: 3px solid #f1f1f1;*/
				box-sizing: border-box;
				height: 100%;
				position:relative;
               /* overflow-y: auto;*/
		}
		.breitentest #layout_menuWide { width: 1000px;}
.layout_leiste_menue {
						position: relative;
                        display:flex;
						align-items: center;
						justify-content: space-between;
						height:44px;
                        box-shadow: 0 10px 10px #eee;
                        background:#fff;

				}
                .layout_option_header_schmal .layout_leiste_menue {

                        box-shadow: 0 0 0 transparent;


				}
				.layout_option_header_schmal #menue_wrap2 {display:inline-block;margin: auto 2em;}
				.layout_option_header_schmal .layout_leiste_menue {display:none;}

.layout_leiste_menue > * {
								vertical-align: middle;
                                white-space: nowrap;
						}
				#layout_menuWide .ueberschrift {
					    color: #de8903;
						font-size: 1.6em;
						font-weight: 400;
						line-height: 1.3em;
						text-align: center;
						padding-top: 32px;
						padding-bottom: 33px;
					    border-top: 3px solid #f1f1f1;
						border-bottom: 3px solid #f1f1f1;
						margin:0;
						display:none;
				}


				#layout_menuWide .close{
color: #444;
padding: 13px 5%;
cursor: pointer;
text-align: right;
box-sizing: border-box;
background: url(/bilder/schliessen.svg);
background-repeat: no-repeat;
background-position: 95% center;
display:none;
				}

#layout_menuWide .close strong {
		font-weight:600;
		font-size: 1em;
		margin-right:0.5em;
}

#layout_menuWide .close span {
		display: inline-block;
		margin-right: 25px;
		color:#444;
        font-weight: 400;
}

#layout_menuWide .menu_bottom {
		overflow-y: auto;
		height: calc(100% - 1px);
		min-height:500px;
		position:relative;
		width: calc(100% - 42px);
		box-shadow: 0 3px 3px #eee;
		background-color: #F9F9FA;
		border-right: 1px solid #dcdfc9;
}
#layout_menuWide .menu_bottom .auswahl_eingrenzen {
		width: 94%;
		border-right:0;
		/*margin:1em 10px;*/
		margin:1em 8px 0 10px;
		float:none;
}
#layout_menuWide .tabsMassStandard {
    
    width: 95%;

}
#layout_menuWide .menu_bottom  img {
		margin-right: 1em;
		vertical-align: middle;
		/*margin-left: 10px;*/
}
#layout_menuWide .menu_bottom .kategoriebereich {
		line-height: 1.5em;
		width: 100%;/*50%;neu menu */
		/*overflow-y: auto;
		height:calc(100% - 100px);*/
		
		height:auto;
		/*min-height:100%;*/
		float:left;
		z-index:1;
		background-color: #F9F9FA;
		box-shadow: 1px 1px 1px 1px #eee;
}
.breitentest #layout_menuWide .menu_bottom .kategoriebereich { width:100%;}
.breitentest #layout_menuWide .menu_bottom .kategoriebereich:first-child { width:/*calc(66% - 25px)*/100%;}
#layout_menuWide .menu_bottom .kategoriebereich:first-child {
		
		/*box-shadow:  inset -3px 0px 0px 0px #eee;*/
		z-index:2;
}

		#layout_menuWide .menu_bottom .kategoriebereich strong {
font-weight: 400;
padding-left:0;
		}
		#layout_menuWide .menu_bottom .kategoriebereich .kategorie.aktive strong {
padding-left:1em;
color:#000;
		}
		#layout_menuWide .menu_bottom .kategoriebereich .kategorie {
padding: 0.2em 0;
		}
		#layout_menuWide .menu_bottom .kategoriebereich .kategorie.aussen {
float:left;
		}
		#layout_menuWide .menu_bottom .kategoriebereich .kategorie.innen:nth-child(odd) {
float:left;
		}
		#layout_menuWide .menu_bottom .kategoriebereich .kategorie.innen:nth-child(even) {
float:left;
		}
#layout_menuWide .menu_bottom .kategoriebereich .kategorie > a {
		display:inline-block;
		width:99%;
		margin-left:10px;
		box-sizing:border-box;
		
}
		#layout_menuWide .menu_bottom .kategoriebereich > div:first-child {
font-size: 18px;
/*font-weight: 400;*/
font-weight:bold;
text-align: center;
/*background-color: #f1f1f1;*/
color: #fff;
padding: 15px 0px;
		}
                                        .menu_bottom .kategoriebereich .kategorie  > img {
                                            max-height: 25px;
                                            vertical-align: bottom;
                                            width: auto;
                                        }

#layout_menuWide .menu_bottom .kategorie_link {
		/*font-size:13px;*/
                                                        cursor:pointer;
}
		#layout_menuWide .menu_bottom .kategorie_link a {
text-decoration:none;
display:block;
/*color: #444444;*/
color: #535c79;
font-size:14px;
		}
                                                #layout_menuWide .menu_bottom .kategorie a strong {
		display:inline-block;
		color: #535c79;

}
                                                #layout_menuWide .menu_bottom > .kategoriebereich {
		position:relative;
		cursor:pointer;
}

#layout_menuWide .menu_bottom > .kategoriebereich > .kategorie, #layout_menuWide .menu_bottom  > .kategoriebereich div.kategorie {
		cursor:pointer;
		position:relative;
		/*border-bottom: 2px solid #f1f1f1;*/
		border-bottom: 1px solid #dcdfc9;
		box-sizing: border-box;
		width: calc(100% - 20px);
		margin: 0 10px;
}
#layout_menuWide .menu_bottom > .kategoriebereich:first-child > .kategorie, #layout_menuWide .menu_bottom  > .kategoriebereich:first-child div.kategorie {
		
		/*width: calc(50% - 10px) !important;*/
		
}
                                                
#layout_menuWide .menu_bottom .kategorie::after {
   /* background: transparent url("/bilder/pfeil-duenn-hellgrau.svg") no-repeat scroll left top / 50% auto;*/
    content: "";
    display: inline-block;
    height: 30px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 4px;
    transform: rotate(180deg);
    width: 30px;
    pointer-events: none;
}

#layout_menuWide .menu_bottom  .kategorie {
		position:relative;
		border-bottom: 1px solid transparent;
        width:100%;
        display:inline-block;
}
 #layout_menuWide .menu_bottom .kategorie.aktive::after {
   /* background: transparent url("/bilder/pfeil-duenn-orange.svg") no-repeat scroll left top / 60% auto;*/
    right: 0;
    top: 20px;
    transform: rotate(0);
}

#layout_menuWide .menu_bottom > .kategorie > strong, #layout_menuWide .menu_bottom > div  a  strong {
		font-size: 1.1em;
		font-weight: 400;
		display: inline-block;
		height: 32px;
		box-sizing: border-box;
		padding: 10px 0 10px 0;
        color:#888;
}
#layout_menuWide .menu_bottom > div  a, #layout_menuWide .menu_bottom > div  a:visited, #layout_menuWide .menu_bottom > div  a:active, #layout_menuWide .menu_bottom > div  a:hover {

        color:#888;
}
#layout_menuWide .menu_bottom > div  a:active, #layout_menuWide .menu_bottom > div  a:visited {

        /*color:#f00;*/
}

#layout_menuWide .menu_bottom .kategorie .wrap > ul > li > a:before {
		content: "\00BB ";
		margin-right:10px;
		
	}

#layout_menuWide .menu_bottom  .kategorie .wrap {
		width: 100%;
		box-sizing: border-box;
		padding-left: 0;
		overflow:hidden;
		height: 0px;
        position:relative;/*;absolute*/
        /* left:-250px;*/
        transition: all .5s ease-in-out;
		/*text-align:center;*/
        background:#fff;
        /*z-index:999999;
        top: 44px;*/
}

#layout_menuWide .menu_bottom  .kategorie.aktive  .wrap {
		padding-top: 0;
		padding-bottom: 0;
		/*border-top: 2px solid #f1f1f1;*/
		border-bottom:1px solid #dcdfc9;
		height: auto;
        left:0;
		padding-left: 30px;
		
}
#layout_menuWide .menu_bottom  .kategorie.aktive .menu_opener, #layout_menuWide .menu_bottom  .kategorie:first-child .menu_opener {
	color: #fff;
	background-color: #535c79 !important;
	cursor:pointer;
	
}
#layout_menuWide .menu_bottom  .kategorie  .wrap > ul {
		margin: 0px;
		list-style: none;
		display:none;

		/*padding: 3% 0 3% 2%;*/
}

#layout_menuWide .menu_bottom  .kategorie  .wrap > ul > li {
		/*font-size: 15px;*/
		font-weight: 300;
		color: #444;
		padding: 2% 0;
		background: #fff none repeat scroll 0 0;
}

#layout_menuWide .menu_bottom  .kategorie  .wrap  ul > li > a:before {
		/*content: "\00BB \0020";*/
}
#layout_menuWide .menu_bottom  .kategorie  .wrap > ul > li > a {
		text-decoration: none;
		color: #444;
		font-weight: 400;
		/*font-size: 0.9em;*/
		display: block;
		/*text-align:center;*/
}

#layout_menuWide .menu_bottom  .menu_opener, #layout_menuWide .menu_bottom  .menu_opener_ex {

		display: block;
		box-sizing: border-box;

		height: 41px;
		/*line-height:41px;*/
        background-color:transparent;
		position:relative;

		width:100%;
}
/*	17.01.2024 Tim - auskommentiert wegen ungueltigem Wert "regular"
#layout_menuWide strong {
		font-weight:regular;
}
*/
#layout_menuWide .menu_bottom  .menu_opener:after {
		
		display: block;
		box-sizing: border-box;
		content:"";
		position:absolute;
		width: 20px;
		height: 20px;
		right: 11px;
		top: 15px;
		line-height:41px;
		background-image: url("/bilder/layout/menue/icon_arrow_up_bg_weiss.svg");
		transform: rotate(180deg);
		
		background-repeat: no-repeat;
		/*background-position: right center;*/
		background-size: 20px 20px;
       /* transform: rotate(180deg);*/
		
}
#layout_menuWide .auswahl_eingrenzen .auswVerf {
   
    display: none;
}
#layout_menuWide .menu_bottom .ist_link .menu_opener::after {
    
   /* transform: rotate(90deg);*/
    
}

#layout_menuWide .menu_bottom .button_uebersicht {
    display: block;
	/*display:none;*/
    /*border: 1px solid #535c79;raus20180531*/
    /*margin: 0 0 10px;*/
	background-color: #fff;
	margin: 0;/*12px 12px 0 12px;raus20180531*/
    text-align: center;
    padding: .5em;
	/*
    background-image: url(/bilder/pfeil-links.svg);
    background-repeat: no-repeat;
    background-position: 25px center;
    background-size: auto 40%;*/
    font-size: 1.2em;
    text-decoration: none;
}
#layout_menuWide .menu_bottom .ist_link .button_uebersicht {
    display: block;
	
}
#layout_menuWide .menu_bottom .wrap_zubehoer .button.link_zubehoer {
    display: none;
	
}
#layout_menuWide .menu_bottom a.button_uebersicht, #layout_menuWide .menu_bottom a.button_uebersicht:visited, #layout_menuWide .menu_bottom a.button_uebersicht:hover {
    color:#535c79;
	font-weight:300;
    text-decoration: none;
}
#layout_menuWide .menu_bottom .aktive .menu_opener:after {
        
		background-image: url("/bilder/layout/menue/icon_haken_weiss.svg");
		transform: rotate(0deg);
		
		
}
#layout_menuWide .menu_bottom  .menu_opener_ex:after {
		
		display: block;
		box-sizing: border-box;
		content:"";
		position:absolute;
		width: 16px;
		height: 7px;
		right:10px;
		top: 14px;
		line-height:41px;
		background-image: url("/bilder/pfeil-duenn-hellgrau.svg");
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 12px 7px;
        transform: rotate(90deg);
		
}
#layout_menuWide .menu_bottom .menu_opener {
    border: 1px solid #535c79;
    line-height: 50px;
    padding-left: 20px;
    font-size: 1.2em;
    height: 50px;
	position:relative;
	
}
#layout_menuWide .menu_bottom .kategorie.aktive .menu_opener {
    border: 1px solid #535c79;
    line-height: 50px;
    font-size: 1.2em;
    height: 50px;
	margin-top:30px;
	position:relative;
}
#layout_menuWide .menu_bottom .kategorie .menu_opener .alle_produkte {
	display:none;

}
#layout_menuWide .menu_bottom .kategorie.aktive .menu_opener .alle_produkte {
	background-color: #fff;
	color: #535c79;
	display:block;
position:absolute;
    font-size: .8em;
    height: 30px;
	top:-30px;
	left:0;
	width:100%;
	line-height:24px;
	font-weight:bold;
	background-image: url("/bilder/layout/menue/icon_spitze_blau.svg");
background-repeat: no-repeat;
background-position: center bottom;

text-align:center;

}
						#menue_wrap {
                                flex:0 0 auto;
								display: inline-block;		/* diese zusaetzlichen Angaben sind fuer Browser (z.B. IE9), die display: flex noch nicht koennen - browser, die flex unterstuetzen ignorieren diese Angabe (display im Kind-Element einer Flex-Box) */
								padding-left: 2.7%;
								padding-right: 2.7%;
								height:auto;
								position:relative;
								width: 131px;
								cursor:pointer;
						}
						#menue_line_icon_left {		/* Menue "Line" Abstand nach links */
								margin-left: 1em;
                                background-image:url(/bilder/pfeil-links.svg);
                                background-repeat:no-repeat;
                                background-size: 30% auto;
                                background-position:center;
                                opacity: 1;
						}
                        #menue_line_icon_right {		/* Menue "Line" Abstand nach links */
								margin-right: 2.7%;
                                background-image:url(/bilder/pfeil-rechts.svg);
                                background-repeat:no-repeat;
                                background-size: 30% auto;
                                background-position:center;
                                opacity: 1;
						}
						.menue_line_icon {
								font-weight: bold;
								color: #888888;
								padding: 1em;
								cursor: pointer;
								/* visibility: hidden; */
								display: none;

								-webkit-user-select: none;  /* Chrome all / Safari all */
								-moz-user-select: none;     /* Firefox all */
								-ms-user-select: none;      /* IE 10+ */
								user-select: none;

								flex: 0 0 auto;
                                color:#fff;
						}
								.menue_line_icon:hover {
										color: #000000;
								}
						.menue_line_auslassung {
								color: #888888;
								padding-left: 1em;
								padding-right: 1em;
								padding-top: 1em;
								padding-bottom: 1em;
								cursor: default;

								-webkit-user-select: none;  /* Chrome all / Safari all */
								-moz-user-select: none;     /* Firefox all */
								-ms-user-select: none;      /* IE 10+ */
								user-select: none;

								flex: 0 0 auto;
						}
						.menue_line {
                            display: inline-block;
                            flex:0 1 auto;
                            font-size: 14px;
                            margin-left: 8px;
                            overflow: hidden;
                        }
						img.menue_item {
                            height: auto;
                            margin-right: 1em;
                            max-height: 22px;
                            max-width: 22px;
                            vertical-align: bottom;
                        }
.menue_line span {
    color: #bbb;
    display: inline-block;
    font-weight: 300;
    padding: 10px;
}

								.menue_line a, .menue_line a:visited {
										color: #888888;
										text-decoration: none;
										display: inline-block;
										position:relative;
										font-size:1em;
										padding: 11px;
										padding-bottom: 13px;
										margin:0 5px;
								}

										.menue_line a.active {
												/*background-image: -moz-linear-gradient(top, #de8903 50%, #de8903 50%);
												background-image: -webkit-linear-gradient(top, #de8903 50%, #de8903 50%);
												background-image: -ms-linear-gradient(top, #de8903 50%, #de8903 50%);
												background-image: linear-gradient(top, #de8903 50%, #de8903 50%);*/
												color: #888!important;
										}
										.menue_line a:hover:not(.active, .online, .offline) {
												font-weight: 500; 
												font-style: italic;
										}
										/* folgende 2 Befehle sorgen für die Hover Animation im Menü oben; menue_line a muss position relative sein	*/
										.menue_line a::before{
												content: "";
												position: absolute;
												left: 51%;
												right: 51%;
												bottom: 0;
												background: #de8903;
												height: 4px;
												transition-property: left, right;
												transition-duration: 0.3s;
												transition-timing-function: ease-out;	
										}
										.menue_line a:hover:not(.active, .online, .offline)::before{
												left: 0;
												right: 0;
										}
										
										
										.menue_line a.active .line {
												background-color: #de8903;
                                                display:none;
										}
										
										.menue_line a.active .line {
												position: absolute !important;
												width: 114%;
												height: 3px;
												background-color: #de8903;
												display: block;
												left: -7%;
												bottom: 0px;
                                                display:block;
										}
										
                                        .menue_line a:last-child{margin-right:4%;}
.layout_option_header_schmal #menue_wrap2 {
    display:flex;
    flex:0 auto;
    margin: auto 0;
    white-space: nowrap;
}
@media screen\0 {
    .layout_option_header_schmal #menue_wrap2 {
        display:flex;
        flex:0 auto;
        margin: 1.5em;
        white-space: nowrap;
        width: 140px;
        display: table;
    }
}

@media (max-width: 1220px) {
		
		#layout_menuWide .menu_bottom img {
			margin-right: 1em;
			/*margin-left: 0;*/
		}
		.menue_zu_aussen {
			top: 89px;
		}
        

}

@media (max-width: 1024px) {
    		
		#layout_menuWide .menu_bottom > .kategorie > ul { display:none; }
		#layout_menuWide .menu_bottom > .kategorie { /*margin-right:2%;*/ }
		.menue_zu_aussen {
			top: 86px;
		}
/*
		.breitentest #layout_menuWide .menu_bottom .kategoriebereich:first-child, .breitentest #layout_menuWide .menu_bottom .kategoriebereich {
			width: 50%;
		}
		.breitentest #layout_menuWide .menu_bottom .kategoriebereich:first-child .kategorie, .breitentest #layout_menuWide .menu_bottom .kategoriebereich  .kategorie {
			width: calc(100% - 10px)!important;
		}
        */
}
@media (max-width: 1000px) {
	.breitentest #layout_menuWide {
			width:768px;
		}
		/*
		.breitentest #layout_menuWide .menu_bottom .kategoriebereich, .breitentest #layout_menuWide .menu_bottom .kategoriebereich:first-child { width:50%;}
		.breitentest #layout_menuWide .menu_bottom .kategoriebereich:first-child .kategorie, .breitentest #layout_menuWide .menu_bottom .kategoriebereich:first-child .kategorie.aktive { width:100%;display:inline-block;}
		*/
        
}
@media (max-width: 768px) {
		
		#layout_menuWide .menu_bottom img {
			margin-right: 1em;

		}
		.menue_zu_aussen {
			top: 56px;
		}
		.breitentest #layout_menuWide {
			width: calc(100% - 50px);
		}
		
		#layout_menuWrap {top:0;}
		/*#layout_menuWide .ueberschrift {display:block;background-color:#fff;}*/
		#layout_menuWide {



		}
		#layout_menuWide .menu_bottom .kategoriebereich {
														
														width: 100%;/*neu menu */
														
														
												}
		#layout_menuWide .menu_bottom {
												overflow-y: auto;
												/*height: calc(100% - 133px);*/

										}

												#layout_menuWide .menu_bottom .kategoriebereich {

														overflow-y: auto;
														height:auto;
												}

        .tel-von-bis, #menue_link span {display:none!important;}
		#menue_link { padding-top: 23px; }
        #menue_link2 { /*font-size:0;*/height: 23px; }
		#menue_wrap { width: auto; padding-left: 11px; padding-top: 8px; }
		#menue_link { width: auto; }
		.menue_line { width: 97.6%; }

}
@media (max-width: 768px) {
    
    .menue_line_auslassung {
        padding: 0;
    }
    
    #menue_link2 { font-size:0; }


        #menue_line_icon_left {

            margin-left: 0;
        }
        #menue_wrap {
            padding-left: 1%;
            padding-right: 1%;
            width: auto;
        }

		#menue_link span {display:none!important;}

}
@media (max-width: 480px) {
	#layout_menuWide .menu_bottom {
		overflow-y: auto;
		height: calc(100% - 1px);
	}
	.breitentest #layout_menuWide .menu_bottom .kategoriebereich, .breitentest #layout_menuWide .menu_bottom .kategoriebereich:first-child { width:100%;height:auto;overflow-y:auto;}
    #layout_menuWide .menu_bottom  .kategorie .wrap {
														
                                                        position:relative;
                                                        top:0;
												}
		.breitentest #layout_menuWide .menu_bottom .kategoriebereich:first-child .kategorie, .breitentest #layout_menuWide .menu_bottom .kategoriebereich:first-child .kategorie.aktive { width:100%;display:inline-block;}
	.breitentest #layout_menuWide { width:calc(100% - 1px);}
    
    .menue_line_auslassung {
        padding: 0;
    }
    
    #menue_link2 { font-size:0; }

		
        #menue_line_icon_left {

            margin-left: 0;
        }
        #menue_wrap {
            padding-left: 1%;
            padding-right: 1%;
            width: auto;
        }

		/*#layout_menuWrap { padding-top:34px; left: -1px; top: 6px;}*/

}