@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');


h1,h2,h3,h4,
.navigation--headline,
.offcanvas--overlay a,
.shop-sites--container .shop-sites--headline,
.custom-page--content .custom-page--tab-headline  {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	letter-spacing: .1em;
}
.product--details .product--header .product--title,
.custom-page--content .custom-page--tab-headline {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .1em;
}
.product--details .buybox--button {
		font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .1em;
}

/***** Header Mai menu *****/

@media screen and (max-width: 48em) {
	.header-main .logo-main {
		text-align: center;
	}
	.header-main .logo-main .logo--shop {
		width: 80%;
		margin: 5px 10%;
	}
}
@media screen and (min-width: 48em) {
	.header-main .header--navigation {
	  min-height: 110px;
	  padding-top: 30px;
	  padding-bottom: 30px;
	  display: flex;
	  flex-direction: row;
	  justify-content: center;
	  align-content: flex-start;
	}
	.navigation-main {
		border-bottom: none;
	}
	.navigation--list-wrapper {
		text-align:  center;
	}
	.navigation-main .navigation--link {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
		position: relative;
	}
	.navigation-main .navigation--link:after {
		content: '';
		position: absolute;
		left: 50%;
		right: 50%;
		bottom: 0;
		height: 2px;
		background: rgba(0,0,0,.0);
	}
	.navigation-main .is--active .navigation--link::after, 
	.navigation-main .navigation--link:hover:after, .navigation-main .navigation--link:focus:after, .navigation-main .navigation--link.active:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 2px;
		background: rgba(0,0,0,1);
	}
	.navigation-main .is--active .navigation--link,.navigation-main .is--active .navigation--link:hover {
		background: transparent;
		color: #000;
	}
}
.navigation-main .navigation--link {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.15em;
	font-weight: 300;
	letter-spacing: .1em;
}
.navigation--entry.entry--notepad {
		display: none !important;
}
.shop--navigation .entry--menu-left .entry--trigger.btn {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.15em;
	font-weight: 400;
	letter-spacing: .1em;
}
/****** Produktübersicht listing--content ******/

.listing--actions {
	display: none !important;
}
.product--details .content--description, .product--details .content--product-reviews {
	border-top: 1px solid #000;
}
.js--tab-menu .tab--link {
	background: transparent;
	text-transform: uppercase;
	letter-spacing: .05em;
	border: none !important;
}
.js--tab-menu .tab--link:hover,
.js--tab-menu .tab--link:focus,
.js--tab-menu .tab--link.is--active,
.js--tab-menu .tab--link.is--active:hover {
	background: #000;
	color: #FFF;
}
@media screen and (min-width: 48em) {
	.product--details .content--description, .product--details .content--product-reviews {
		border-top: 1px solid #000;
	}
}
.product--description p,
.product--description ul li {
	padding-bottom: 7px;
}
.product--details .content--title,
.custom-page--tab-headline {
		font-size: 1.65em;
			font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .1em;
	margin-bottom: .6em;
}
#product--publish-comment {
	font-size: 1rem;
}
/**** Sidebar menu ******/
@media screen and (min-width: 48em) {
	.shop-sites--container {
		padding-left: 0;
	}
	.navigation--headline,
	.shop-sites--container .shop-sites--headline {
		font-size: 1.3rem;
		text-transform: uppercase;
	}
	.shop-sites--container .shop-sites--navigation .navigation--link, .shop-sites--container .navigation--entry .navigation--link {
		padding-left: 0;
	}
}

/**** Sidebar mobile ***/
.off-canvas .link--go-main .icon--menu {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size:  1.15em;
	
}
.offcanvas--overlay {
	background: #FFF;
}
.offcanvas--overlay .is--display-button {
	font-weight: 300;
}
.offcanvas--overlay .overlay--category {
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.sidebar-main.off-canvas .shop-sites--container .shop-sites--headline {
	font-size: 2rem;
} 
/**** Standardinhalte ******/
@media screen and (min-width: 48em) {
	.custom-page--content .custom-page--tab-headline {
		font-size: 3rem;
		margin-bottom: 2rem;
	}
}

/******* FOOTER ********/
.footer-main .column--headline, .footer-main .navigation--link {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .1em;
}
.footer-main .column--headline {
	font-weight: 400;
	font-size: 1.35em;
}
.footer--columns {
	border: none;
}

/* ------
.footer--columns:before {
	content: '';
	display: block;
	width: 100%;
	background: #000 url(/themes/Frontend/Steelicone/frontend/_public/src/img/steelfeel.png) no-repeat right center;
	background-size: contain;
	height: 200px;
	margin: 100px 0 0;
}
@media screen and (min-width: 48em) {
	.footer--columns:before {
		background: #000 url(/themes/Frontend/Steelicone/frontend/_public/src/img/steelfeel.png) no-repeat right center;
		background-size: 50% auto;
		height: 200px;
		margin: 100px 0 60px;
	}
}
----- */
