/* css zu katalog *//* baustoffeTree2024  *//* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* -------------------- 26 - baustoffeTree2024 -------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
#baustoffeMenueOpenChk,
#baustoffeMenue_mobile_chk,
#baustoffeMenue_kb_show_menu, #baustoffeMenue_kb_hide_menu,
#baustoffeMenue ul {
	display: none;
}


#baustoffeMenue, #baustoffeMenue ul {
	list-style: none;
	margin: 5px 0;
	padding-left: 15px;
}

#baustoffeMenue li {
	padding: 2px 0;
	position: relative;
}

#baustoffeMenue a {
	text-decoration: none;
	color: inherit;
	display: block;
	font-family: var(--regular);
}

#baustoffeMenue li.isnode > a {
	pointer-events: none;
}


#baustoffeMenue li > div:hover ~ a,
#baustoffeMenue a:hover {
	text-decoration: underline;
}

#main:not(.pageframe_fritz) #baustoffeMenue li > div:hover ~ a,
#main:not(.pageframe_fritz) #baustoffeMenue a:hover {
	color: var(--hellblau);
}

.pageframe_fritz #baustoffeMenue li > div:hover ~ a,
.pageframe_fritz #baustoffeMenue a:hover {
	color: var(--fritzgruen);
}


#baustoffeMenue li > div {
	display: none;
}

#baustoffeMenue li.isnode > div {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
}

#baustoffeMenue li.isnode.openleaf > ul {
	display: block;
}

#baustoffeMenue li.openleaf > a {
	font-family: var(--medium);
	text-decoration: underline;
	
}

#main:not(.pageframe_fritz) #baustoffeMenue li.openleaf > a {
	color: var(--hellblau);
}

.pageframe_fritz #baustoffeMenue li.openleaf > a {
	color: var(--fritzgruen);
}





@media (min-width: 1025px) {
	#lblBaustoffeMenueHideArea, #lblBaustoffeMenueOpen, #lblBaustoffeMenueClose {display: none;}
	
	
}


@media (max-width: 1024px) {
	#baustoffeMenueSeitenreiter, #lblBaustoffeMenueOpen, #lblBaustoffeMenueHideArea {
		position: fixed;
		z-index: 1;
	}
	
	
	#baustoffeMenueSeitenreiter {
		top: 0;
		left: -300px;
		width: 100%;
		max-width: 300px;
		height: 100%;
		background-color: var(--weiss);
		padding: var(--abstand_6) var(--abstand_9);
		overflow-y: auto;
		scrollbar-width: thin;
		transition: left 0.4s ease-in-out;
	}
	
	#baustoffeMenueOpenChk:checked ~ #baustoffeMenueSeitenreiter {left: 0;}
	
	
	#baustoffeMenue, #baustoffeMenue ul {
		padding-left: 10px;
	}
	
	
	#lblBaustoffeMenueOpen {
		top: calc(50% - 30px);
		right: 0;
		display: block;
		width: 60px;
		height: 60px;
		background-color: var(--dunkelblau);
		background-image: url('https://www.inndata.at/bilder/module/icon_open_tree.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 65%;
		border-color: var(--weiss);
		border-style: solid;
		border-width: 1px 0 1px 1px;
	}

	.pageframe_fritz #lblBaustoffeMenueOpen {
		background-color: var(--fritzdunkelgruen);
	}
	
	#baustoffeMenueOpenChk:checked ~ #lblBaustoffeMenueOpen {
		background-image: url('https://www.inndata.at/bilder/module/icon_close_tree.svg');
		background-size: 100%;
	}
	
	
	#lblBaustoffeMenueHideArea {
		display: block;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
		cursor: unset;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.4s ease-in-out;
		background-color: rgba(0, 0, 0, 0.2);
	}
	
	#baustoffeMenueOpenChk:checked ~ #lblBaustoffeMenueHideArea {
		opacity: 1;
		pointer-events: all;
	}
	
	
	#lblBaustoffeMenueClose {
		font-family: var(--icons);
		font-size: 30px;
		position: absolute;
		top: 10px;
		right: 10px;
	}
}


@media (max-width: 600px) {
	#lblBaustoffeMenueOpen {
		top: calc(50% - 25px);
		width: 50px;
		height: 50px;
	}
	
	#baustoffeMenue li.isnode > div {
		height: 26px;
	}
}/* --- --- *//* Baustoffkataloge2024CSS  *//* ----------------------------------- */
/* ------------- Ausgabe ------------- */
/* ----------------------------------- */
.privatShopPageframe section.bigIncludeTo.col44 {display: flex;}
.baustoffkatalogLinks {width: 560px;}
.baustoffkatalogRechts {
	width: calc(100% - 560px);
	padding-left: 30px;
	min-height: 500px;
}

.baustoffeAusgabeCol_L, .baustoffeAusgabeCol_R {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.baustoffeAusgabeCol_L {width: 250px;}
.baustoffeAusgabeCol_R {width: calc(100% - 250px);}

@media screen and (max-width: 1024px) {
	.baustoffkatalogLinks, .baustoffkatalogRechts {width: 100%;}
	.baustoffkatalogLinks {margin-bottom: 0;}
	.baustoffkatalogRechts {padding-left: 0;}
}
@media screen and (max-width: 768px) {
	.baustoffeAusgabeCol_L, .baustoffeAusgabeCol_R {width: 100% !important;}
	.baustoffeAusgabeCol_L {margin-bottom: 0;}
}

/* ----------------------------------- */
/* -------------- Firma -------------- */
/* ----------------------------------- */
#baustoffeFirmaBild {
	max-width: 250px;
}
@media screen and (max-width: 1024px) {
	#baustoffeFirmaWrapper {
		text-align: left;
	}
}


/* ----------------------------------- */
/* ---------- Produkt Gruppe --------- */
/* ----------------------------------- */
#baustoffePGrouopBild {
	display: block;
	width: 100%;
	max-width: 400px;
}/* --- --- *//* mainHeader_und_footer_20  *//* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* -------------------- 23 - mainHeader_und_footer_2024CSS -------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#mainHeader {
	margin-bottom: var(--abstand_15);
}

#mainHeader + * {
	
}

.mainHeaderMenueWrapper {
	box-shadow: 0 3px 6px #00000029;
}

.mainHeaderMitteWrapper {
	margin-top: -14px;
	margin-bottom: 40px;
}

.mainHeaderMitteL, .mainHeaderMitteM, .mainHeaderMitteR {
	display: inline-block;
	vertical-align: bottom;
}

.mainHeaderMitteL {
	width: 170px;
	padding-right: 20px;
}

.mainHeaderMitteM {
	width: calc(100% - 170px - 340px);
	text-align: center;
}

.mainHeaderMitteR {
	width: 340px;
}

.mainHeaderLogo {
	display: block;
}





/* Suche */
.mainHeaderSucheWrapper {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 400px;
}

.mainHeaderSucheTb {
	width: 100%;
}

.mainHeaderSucheButton {
	padding: 0 !important;
	width: 45px;
	height: calc(100% - 4px);
	position: absolute;
	top: 2px;
	right: 2px;
	background-color: var(--weiss) !important;
	color: var(--schwarz) !important;
	font-size: 30px !important;
}



.customDropdownMainHeader .customDropdownDropdown {
	left: unset;
	right: 0;
	max-height: calc(100vh - 100px);
}



@media (max-width: 1024px) {
	.mainHeaderMitteWrapper {
		margin-bottom: 30px;
	}

	.pageframe_fritz .mainHeaderMitteWrapper {
		margin-top: 0;
	}
	
	.mainHeaderMitteL {
		width: 120px;
	}
	
	.mainHeaderMitteM {
		width: calc(100% - 120px - 287px);
	}
	
	.mainHeaderMitteR {
		width: 287px;
	}
}


@media (max-width: 600px) {
	
	#mainHeader {
		margin-bottom: calc(46px + 34px);
	}
	
	.mainHeaderOben {
		height: 38px;
	}
	
	.mainHeaderMitteWrapper {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.mainHeaderMitteM {
		width: calc(100% - var(--abstand_9) - var(--abstand_9));
		position: absolute;
		top: 130px;
		left: var(--abstand_9);
	}

	.pageframe_fritz .mainHeaderMitteM {
		top: 110px;
	}
	
	.mainHeaderMitteR {
		width: calc(100% - 120px);
	}
	
	.mainHeaderSucheWrapper {
		max-width: 100%;
	}
}


@media (max-width: 400px) {
	#main:not(.pageframe_fritz) .mainHeaderMitteL {
		width: 100px;
	}
	
	#main:not(.pageframe_fritz) .mainHeaderMitteR {
		width: calc(100% - 100px);
	}
	
	.mainHeaderMitteR .button_rot {
		padding-left: 14px;
		padding-right: 14px;
	}
	
	
	.customDropdownMainHeader .customDropdownDropdown {
		left: -80px;
		right: unset;
		text-align: left;
	}
	
	#main:not(.pageframe_fritz) #mainHeader {
		margin-bottom: calc(46px + 49px);
	}
}





/* -------------------------------- */
/* ---------- Main Menue ---------- */
/* -------------------------------- */
#mainMenueOpenChk, #mainMenue_mobile_chk, #mainMenue_kb_show_menu, #mainMenue_kb_hide_menu {display: none;}


/* ----- Desktop ----- */
@media (min-width: 1025px) {
	#mainMenueOpenLbl, #mainMenueOpenLblArea, #mainMenue > li > ul > li > div, #mainMenueCloseLbl {display: none;}
	
	
	/* ----- Ebene 1 ----- */
	#mainMenue, #mainMenue ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

	#mainMenue {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		position: relative;
	}

	#mainMenue > li {
		padding: 8px 5px;
	}
	
	#mainMenue > li:first-of-type {
		padding-left: 0;
	}
	
	#mainMenue > li:last-of-type {
		padding-right: 0;
	}

	#mainMenue a {
		text-decoration: none;
		display: block;
		color: inherit;
	}

	#mainMenue a:hover {
		color: var(--dunkelblau);
	}

	#mainMenue > li > a {
		padding: 10px 12px;
		line-height: 100%;
		position: relative;
		top: -100%;
		pointer-events: none;
	}

	#mainMenue > li:first-of-type > a[href="./baustoffkatalog"] {
		padding-right: 48px;
		background-color: var(--rot);
		color: var(--weiss);
	}

	#mainMenue > li:first-of-type > a[href="./baustoffkatalog"]::before {
		content: 'menu';
		font-family: var(--icons);
		font-size: 24px;
		vertical-align: top;
	}
	
	#mainMenue > li > div {
		cursor: pointer;
		position: relative;
		height: 100%;
		top: 0;
	}




	/* ----- Ebene 2 ----- */
	#mainMenue > li > ul {display: none;}

	#mainMenue > li:hover > ul, #mainMenue > li.isnode.openleaf > ul {display: flex;}
	
	#mainMenue > li:first-of-type:hover > a[href="./baustoffkatalog"] ~ ul,
	#mainMenue > li:first-of-type.isnode.openleaf > a[href="./baustoffkatalog"] ~ ul {display: block;}
	
	#mainMenue > li.isnode:hover > ul {
		z-index: 2;
	}

	#mainMenue > li > ul {
		flex-wrap: wrap;
		justify-content: left;
		align-content: flex-start;
		gap: 30px;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1;
		background-color: var(--weiss);
		padding: var(--abstand_18);
		width: 100%;
		max-height: calc(100vh - 230px);
		overflow-y: auto;
		scrollbar-width: thin;
		box-shadow: 0 5px 6px #00000029;
	}
	
	#mainMenue > li:first-of-type > a[href="./baustoffkatalog"] ~ ul {
		height: calc(100vh - 230px);
		padding: 0;
	}

	#mainMenue > li > ul > li {
		width: calc(33.33% - 20px);
	}
	
	#mainMenue > li:first-of-type > a[href="./baustoffkatalog"] ~ ul > li {
		width: 25%;
	}
	
	#mainMenue > li:first-of-type > a[href="./baustoffkatalog"] ~ ul > li {
		padding: 0 30px 30px 30px;
	}
	
	#mainMenue > li:first-of-type > a[href="./baustoffkatalog"] ~ ul > li:first-of-type {
		padding-top: 30px;
	}

	#mainMenue > li > ul a {
		transition: padding-left 0.15s ease-in-out;
	}

	#mainMenue > li > ul a:hover {
		padding-left: 5px;
	}


    #mainMenue > li > ul > li > a {
        position: relative;
    }

    #mainMenue > li:first-of-type > a[href="./baustoffkatalog"] ~ ul > li > a::after {
        content: 'keyboard_arrow_right';
        font-family: var(--icons);
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }


	/* Ebene 3 */
	#mainMenue > li > ul > li ul {
		display: none;
	}
	
	#mainMenue > li:first-of-type > a[href="./baustoffkatalog"] ~ ul > li:hover > ul {
		display: flex;
	}
	
	#mainMenue > li:first-of-type > a[href="./baustoffkatalog"] ~ ul > li > ul {
		flex-wrap: wrap;
		justify-content: left;
		align-content: flex-start;
		gap: 30px;
		position: absolute;
		top: 0;
		right: 0;
		width: 75%;
		padding: 30px 30px 30px 0;
		min-height: 100%;
	}
	
	#mainMenue > li:first-of-type > a[href="./baustoffkatalog"] ~ ul > li > ul > li {
		width: calc(33.33% - 20px);
	}
	
	
	/* Ebene 4 */
	#mainMenue > li:first-of-type > a[href="./baustoffkatalog"] ~ ul > li > ul > li > ul {
		display: block;
		font-size: 90%;
	}
	
	#mainMenue > li:first-of-type > a[href="./baustoffkatalog"] ~ ul > li > ul > li > a,
	#mainMenue > li:first-of-type > a[href="./baustoffkatalog"] ~ ul > li > ul > li > ul > li {
		margin-bottom: 15px;
	}
	
	#mainMenue > li:first-of-type > a[href="./baustoffkatalog"] ~ ul > li > ul > li > ul > li:nth-of-type(1n+5):not(:last-of-type) {
		display: none;
	}
}


/* ----- Mobil ----- */
@media (max-width: 1024px) {
	#mainMenueSeitenreiter, #mainMenue li.openleaf {
		position: fixed;
		width: 100%;
		max-width: 400px;
		height: 100%;
		z-index: 2;
		overflow-y: auto;
		scrollbar-width: thin;
		right: -400px;
		top: 0;
		background-color: var(--weiss);
	}
	
	
	#mainMenueSeitenreiter {
		transition: right 0.5s ease-in-out;
	}
	
	#mainMenueOpenChk:checked ~ #mainMenueSeitenreiter, #mainMenueOpenChk:checked ~ #mainMenueSeitenreiter li.openleaf {
		right: 0;
	}
	
	
	
	/* ----- Ebene 1 ----- */
	#mainMenue {
		font-size: 90%;
	}
	
	#mainMenue::before {
		content: 'Menü';
		display: block;
		color: var(--dunkelgrau);
		text-align: center;
		padding: 14px;
	}
	
	#mainMenue, #mainMenue ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	
	
	#mainMenue li, #mainMenue::before {
		border-bottom: 1px solid var(--dunkelgrau);
	}
	
	
	#mainMenue a {
		display: block;
		padding: 14px;
		color: inherit;
		text-decoration: none;
		transition: none;
	}
	
	#mainMenue li.isnode > a {
		width: calc(100% - 55px);
		border-right: 1px solid var(--dunkelgrau);
	}
	
	
	#mainMenue li > div {
		display: none;
	}
	
	#mainMenue li.isnode > div {
		display: inline-block;
		width: 55px;
		height: 53px;
		cursor: pointer;
		position: absolute;
		right: 0;
	}
	
	#mainMenue li.isnode > div::after {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		border-top: 2px solid var(--dunkelgrau);
		border-right: 2px solid var(--dunkelgrau);
		transform: rotate(45deg) translate(-50%);
		margin-left: auto;
		margin-right: auto;
		margin-top: 45%;
	}
	
	
	/* ----- Ebene 2 ----- */
	#mainMenue ul {display: none;}
	
	#mainMenue ul > li:first-of-type {
		border-top: 1px solid var(--dunkelgrau);
	}
	
	#mainMenue li.openleaf > ul {
		display: block;
	}
	
	#mainMenue li.openleaf {
		border-bottom: none;
		border-top: none !important;
		
	}
	
	
	#mainMenue li.openleaf > a {
		text-align: center;
		color: var(--dunkelgrau);
		width: 100%;
		border-right: none;
	}
	
	
	#mainMenue li.openleaf > div {
		float: none;
		position: absolute;
		left: 0;
		top: 0;
		transform: rotate(180deg);
	}
	
	
	/* ----- Ebene 4 ----- */
	#mainMenue > li:first-of-type > ul > li > ul > li > ul > li > a[href="./material_baustoffe"] {
		display: none;
	}
	
	
	
	/* ----- Labels ----- */
	
	#mainMenueOpenLblArea {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
		cursor: unset;
		z-index: 1;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.5s ease-in-out;
		background-color: rgba(0, 0, 0, 0.2);
	}
	
	#mainMenueOpenChk:checked ~ #mainMenueOpenLblArea {
		opacity: 1;
		pointer-events: all;
	}
	
	
	#mainMenueOpenLbl::before {
		content: 'menu';
		font-family: var(--icons);
		font-size: 24px;
		vertical-align: top;
		margin-right: 5px;
	}
	
	
	#mainMenueCloseLbl {
		font-family: var(--icons);
		font-size: 30px;
		color: var(--dunkelgrau);
		position: absolute;
		top: 14px;
		right: 14px;
	}
}

@media (max-width: 460px) {
	#mainMenueOpenLbl::before {
		margin-right: 0;
	}
}




/* ------------------------------------------------ */
/* -------------------- Footer -------------------- */
/* ------------------------------------------------ */
footer a {
	color: var(--weiss);
	text-decoration: none;
	font-family: var(--regular);
}

footer a:hover {
	color: var(--weiss);
	text-decoration: underline;
}

#footerLogo {
	display: inline-block;
	vertical-align: top;
	height: 64px;
}


/* ----- Back to Top ----- */
#backtotop {
	display: inline-flex;
	opacity: 0;
	transform: scale(0);
	transition: 0.45s cubic-bezier(0.3, 0, 0.15, 1);
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--dunkelblau);
	position: fixed;
	z-index: 1;
	bottom: var(--abstand_15);
	right: var(--abstand_15);
}

.pageframe_fritz #backtotop {
	background-color: var(--fritzdunkelgruen);
}

#backtotop svg {
	width: 50%;
}

#backtotop svg use {
	fill: var(--weiss);
}


/* ----- No JS ----- */
#noJSMessage {
	width: 40px;
	height: 40px;
	position: fixed;
	right: var(--abstand_15);
	bottom: var(--abstand_15);
	pointer-events: all;
	z-index: 1;
}/* --- --- */#baustoffeMenueCompName {
	display: none;
}/* --- --- */