@import url('ekw.css');
@import url('aos.css');
@import url('detail.css');
@import url('account.css');
@import url('news.css');
@import url('storelocator.css');
@import url('fa.css');


/*
img {
	image-rendering: -webkit-optimize-contrast;
}
*/

html {
	scroll-behavior: smooth;
	scroll-padding-top:90px;
	overflow-x:hidden;
}

body {
	overflow-x:hidden;
}


table h1, table h2, table h3, table h4, table h5, table h6 {
	margin-top:0;
	margin-bottom:30px!important;
	text-align:left!important;
	font-weight:500;
}


.top-bar {
	position:relative;
	z-index:2000;
}

.top-bar .account--link {
	font-size:13px;
	color:#70798b!important;
}

.top-bar-home .account--link {
	color:#fff!important;
}


.header-main {
	border:0;
}




hr {
  border:0;
  margin:0;
  width:100%;
  height:2px;
  background:#c3c3c3;
}


/*
:target:before {
	position:absolute;
	top:-120px;
	padding-top: 120px
	}


@media (max-width: 768px) {
	
	:target::before {
	  content: "";
	  display: block;
	  height: 75px;
	  margin: -75px 0 0;
	}
	
}
*/


#layerslider {
	max-height:45vw!important;
	top:-115px!important;
	overflow-x:hidden!important;
}

@media (max-width: 768px) {
	
	#layerslider {
		top:0!important;
	}
}

.is--ctl-index .content-main {
	margin-top:0!important;
}

.is--ctl-index .content--home {
	margin-top:0!important;
}


#layerslider * {
	touch-action:none!important;
}



/* Listing / Sidebar */
.sidebar--categories-navigation {
	padding:0!important;
}



/* Abstand Slider / Content auf der Startseite */

body.is--ctl-index.is--act-index .content-main--inner {
	margin-top:-80px;
}

@media (max-width: 768px) {
	
	body.is--ctl-index.is--act-index .content-main--inner {
		margin-top:auto;
	}
}



/* Bradcrumbs */

.content--breadcrumb .breadcrumb--entry, 
.content--breadcrumb .breadcrumb--separator {
	display:inline-block!important;
}

@media (max-width: 768px) {

	.content--breadcrumb .breadcrumb--link,
	.content--breadcrumb .breadcrumb--separator {
		line-height:1rem;
		padding:0.35rem .625rem;
	}
}



/* Footer myaudioart */

@media (max-width: 768px) {
	.headline-cooperation, content-cooperation {
		display:none;
	}
}


/* Fix für Headlines in Dropdowns */
.megamenu-panel h5 {
	text-align:left!important;
}


/* Floating Navigation */
.fabs {
  bottom: 20px;
  position: fixed;
  margin: 1em;
  right: 20px;
  z-index: 998;
}

.fab-entry {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #0374b8;
  background: #fff;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
}

.fab-entry > i {
  font-size: 2em;
  line-height: 55px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-in-out;
}

.fab-entry:not(:last-child) {
  width: 0;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden;
}

.fab-entry:not(:last-child) > i {
  font-size: 1.4em;
  line-height: 40px;
}

.fab-entry:not(:last-child).is-visible {
  width: 40px;
  height: 40px;
  margin: 15px auto 10;
  opacity: 1;
  visibility: visible;
}

.fab-entry:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  -moz-transition-delay: 25ms;
  -o-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab-entry:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  -moz-transition-delay: 20ms;
  -o-transition-delay: 20ms;
  transition-delay: 20ms;
}

.fab-entry:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  -moz-transition-delay: 40ms;
  -o-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab-entry:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  -moz-transition-delay: 60ms;
  -o-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab-entry:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  -moz-transition-delay: 80ms;
  -o-transition-delay: 80ms;
  transition-delay: 80ms;
}

.fab-entry:not(:last-child):active,
.fab-entry:not(:last-child):focus,
.fab-entry:not(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.is-active {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.is-float {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.is-max {
  box-shadow: inset 0 -12px 10px -10px rgba(0, 0, 0, 0.18), inset 0 12px 10px -10px rgba(0, 0, 0, 0.10);
}

.is-loading {
  display: block;
  -webkit-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
  -moz-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
  -o-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
  animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
}

#atfnav i {
	font-size:1.5em;
}


/*Animation*/

@keyframes zoomIn {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes load {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  50% {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


/* FAP Footer */
.footer-fabs {
	display:none;
	background:#fff;
}

.footer-fabs a {
	display:inline-block;
	width:19%!important;
	margin:12px 0;
	padding:0;
	font-size:1.5rem;
	text-align:center;
	cursor:pointer;
}

@media screen and (max-width: 1280px) {
	
	.footer-fabs {
		display:block;
		border-top:1px solid #dadae5;
	}
	
	#atfnav {
		display:none!important;
	}	
}



/* Forms */

.textarea textarea.normal {
	min-height: 250px;
}



/* Button */

.button-atf {
	display: inline-block;
	padding: 10px 15px;
	font-size:.875rem;
	color: #333;
	background:#fff;
	border: 1px solid #333;	
}

.button-atf:hover {
	color: #fff;
	background:#333;
	border: 1px solid #333;	
}



/* Responsive Video */

.responsive-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video video {
	width:100%!important;
	height:auto!important;
}


/* Fix Position Searchresult */

@media (min-width: 1024px) {

	.main-search--results {
		top:4.75rem!important;
	}
	
}

@media (max-width: 1024px) {

	.main-search--results {
		top:3.4375rem!important;
	}

}


/* Fix Account Abstände */

.account--content {
	margin-top:0!important;
}

.account--profile {
	padding-top:8px!important
}

.account--welcome .panel--title {
	padding-top:.5rem!important;
}


/* Fix Checkout Panel height */

@media (min-width: 1024px) {

	.is--ctl-checkout.is--act-confirm .information--panel-item .panel {
		min-height:300px;
	}
	
}



/* Checkout UPS */

.ups-headline {
	width:100%;
	text-align:center;
}

@media (max-width: 768px) {

	.ups-headline {
		width:auto;
		text-align:left;
	}

}



/* Mobile Navigation */
.entry--cart i  {
	margin-right:6px;
}

.nav-menu-social .entry--language {
	display:none;
}

@media screen and (max-width: 1099px) {
	
	.nav-menu-social .entry--language {
		display:inline-block;
	}
	
	.navigation-portrait .entry--cart a {
		padding:0 15px!important;
	}
	
	.navigation-portrait .entry--cart {
		top:-15px
	}

}


/* Link zur Brand Landingpage */

@media screen and (min-width: 1101px) {
	
	.justmobile {
		display:none!important;
	}
	
}



/* Breadcrumb Abstände mobile optimieren */

@media (max-width: 1024px) {

	.content--breadcrumb .breadcrumb--link:not(:first-child), 
	.content--breadcrumb .breadcrumb--separator:not(:first-child) {
		padding-right:0.3rem!important;
		padding-left:0.3rem!important;
	}

}




/* Icon hinter Sprachwechsler */

.header-main .top-bar--navigation .select-field::after {
	display:none
}



/* Account Test */

.content.listing--content {
	padding-top:9px;
}


/* Slider */

.swiper-container {
	top:-120px;
	position:relative;
	max-height:80vh!important
}

@media (max-width:767px) {

	.swiper-container {
		top:0;
	}

}


/* Slider Subpages */

.swiper-container2 {
	top:0;
	position:relative;
	max-height:80vh!important
}

@media (max-width:767px) {

	.swiper-container2 {
		top:0;
	}

}



/* Adapterdatenbank / Sound Setups */

.is--ctl-matchdatabase .content-main .select-field select, 
.is--ctl-matchdatabase .content-main .js--fancy-select select {
	color:#333;
	background:#fff!important;
	border:1px solid #333!important;
	border-radius:0!important
}

.is--ctl-matchdatabase .content-main .select-field::after, 
.is--ctl-matchdatabase .content-main .js--fancy-select::after {
	color:#333!important;
	border-left:0!important;
}

.is--ctl-matchdatabase .content-main .select-field select:hover, 
.is--ctl-matchdatabase .content-main .js--fancy-select select:hover {
	color:#333;
}

.is--ctl-matchdatabase .content-main .select-field select:focus, 
.is--ctl-matchdatabase .content-main .js--fancy-select select:focus {
	color:#333;
}

@media (max-width:767px) {
	
	.is--ctl-matchdatabase .content-main .select-field, 
	.is--ctl-matchdatabase .content-main .js--fancy-select {
		max-width:100%
	}
	
	.is--ctl-matchdatabase .content-main .select-field select, 
	.is--ctl-matchdatabase .content-main .js--fancy-select select {
		width:100%!important;
		max-width:100%!important;
	}
	
	.is--ctl-matchdatabase .content-main #prevManufacturer, 
	.is--ctl-matchdatabase .content-main #prevType, 
	.is--ctl-matchdatabase .content-main #prevAmplifier,
	.is--ctl-matchdatabase .content-main #year, 
	.is--ctl-matchdatabase .content-main #prevYear {
		display:inline-block;
		width:100%!important
	}

}


/* Formulare */

.content-main input,
.content-main textarea {
	color:#333!important;
	background:#fff!important;
	border:1px solid #333!important;
	border-radius:0!important
}

.content-main .select-field select, 
.content-main .js--fancy-select select {
	color:#333;
	background:#fff!important;
	border:1px solid #333!important;
	border-radius:0!important
}

.content-main .select-field::after, 
.content-main .js--fancy-select::after {
	color:#333!important;
	border-left:0!important;
}

.select-field select:hover, 
.js--fancy-select select:hover {
	color:#333;
}

.content-main .select-field select:focus, 
.content-main .js--fancy-select select:focus {
	color:#333;
}


.btn {
	border-radius:0!important;
	background-image:none;
}


.btn.is--primary {
	border-radius:0!important;
  background: #0374b8;
}

cookie-permission--configure-button,
cookie-permission--decline-button {
	border-radius:0!important;
}

.btn.cookie-permission--accept-button,
.saveadd {
	margin-left:5px;
}

@media (max-width:767px) {
	
	.content-main .select-field, 
	.content-main .js--fancy-select {
		max-width:100%
	}
	
	.content-main .select-field select, 
	.content-main .js--fancy-select select {
		width:100%!important;
		max-width:100%!important;
	}

}



/* Category header */

.hero-unit.category--teaser {
	border:0;
	border-radius:auto;
}

.category--teaser .hero--text {
	padding:0!important;
}

.hero--text panel--body is--wide {
	padding:0;
}

.hero-unit.category--teaser .teaser--text-short {
	display:none!important;
}



/* Account Fix Address form country */

.account--address.account--content .address--zip-city .address--field-city {
	width:25%!important;
	margin-right:10px!important;
}

@media (max-width:767px) {
	
	.account--address.account--content .address--zip-city .address--field-city {
		width:70%!important;
		margin-right:0!important;
	}
}


/* Remove round corners */
.sidebar--navigation,
.listing--actions.is--rounded,
.box--content.is--rounded,
.filter-panel {
	border-radius:0!important;
}



/* Listing Filter Buttons */
.btn.is--primary.filter--btn-apply {
	background:#0374b8;
}



/* Account Fix Address padding */

.is--ctl-address .account--address.account--content {
		padding-top:0!important;
	}	
}


/* Runde Ecken */
.is--rounded {
	border-radius:0!important;
}

.panel.has--border.is--rounded {
	border-radius:0!important
}



.confirm--content .column--unit-price {
	display:block;
}




.is--act-confirm .panel--th.column--tax-price {
	display:block!important;
}

.is--act-confirm .row--rebate .column--tax-price {
	display:block!important;
}



/* Checkout Confirm Fix Row */

.confirm--content .product--table .row--product .column--unit-price {
    line-height: 2.625rem;
    padding-top: 1.625rem;
}

.confirm--content .product--table .column--unit-price {
    width: 17%;
}

.confirm--content .product--table .column--unit-price {
    padding-right: .625rem;
    float: left;
}


/* 
ms@20230120
Don't show prices on related product boxes within the blog 
*/

.is--ctl-blog .product-slider--item .product--price-info {
	display:none;
}




/* Dealer Buttons */

.btn-finddealer {
	padding-right:20px;
	padding-left:20px;
	text-align:center;
	font-size:.875rem;
	text-transform:uppercase!important;
	letter-spacing:0.025rem;
}

.btn-finddealer i {
	margin-left:6px;
	font-size:.875rem!important;
}

.finddealer--action {
	width:100%;
	margin:10px 0;
}

.finddealer--content {
	width:100%;
	margin-top:10px;
}


@media (min-width: 30em) {
	
	.finddealer--action {
		width:64%;
	}
	
	.finddealer--content {
		width:64%;
	}
	
}


@media (min-width: 48em) {
	
	.finddealer--action {
		width:64%;
	}
	
	.finddealer--content {
		width:100%;
	}
	
}


@media (min-width: 64em) {
	
	.finddealer--action {
		width:80%;
	}
	
	.finddealer--content {
		width:60%;
	}
	
}


@media (min-width: 78.75em) {
	
	.finddealer--action {
		width:80%;
	}
	
	.finddealer--content {
		width:50%;
	}
	
}


.prefooter--finddealer h5 {
	color:#0374b8;
}

.prefooter--finddealer h5 i {
	font-size:26px;
}

.prefooter--finddealer a {
	background:#0374b8;
}

.prefooter--finddealer a:hover {
	color:#0374b8;
	border-color:#0374b8;
}




/* EXPORT CHECKOUT */

.export-comment {
	width:100%;
	height:100px;
	max-width:500px;
	float:left;
}

.export-comment h4 {
	margin-top:0;
	padding-top:0
}

.export-comment textarea {
	width:100%;
	height:100px;
	max-width:500px;
	border:1px solid #ccc!important;
}

.export-comment textarea::placeholder {
	color:#000!important;
}

.export-comment-clear {
	clear:both;
}


@media (max-width:800px) {
	
	.export-comment {
		width:100%;
		max-width:100%;
	}

	.export-comment textarea {
		width:100%;
		max-width:100%;
		margin-top:20px;
	}
	
	.export-comment-clear {
		margin-bottom:100px;
	}
	
}


/* COMPOSE FINDER V1.2 */


/*.composeIntro {
	max-width:900px;
}*/

.composeIntro img {
	margin-bottom:30px;	
}

.composeSearchHeadline {
	margin-bottom:30px;
}

.composeFooter {
	visibility: hidden;
	margin-top:40px;
	/*max-width:900px;*/
}

.composeFooterNotice {
	display:block;
	margin:60px 20px 0 0!important;
	font-size:13px;
	font-style: italic;
	color:#8c8c8c;
}


.composeFooter .button-dealer {
	display:inline-block;
	line-height:40px;
	padding:0 40px;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	background:#0374b8;
	border:0;
}

.composeFooter .button-dealer i {
	margin-left:8px;
}


.compose-container {
	margin-top:90px;
}

.compose-entry {
	padding:0;
	margin-bottom:80px;
	border:1px solid #000;
}


.compose-speaker,
.compose-flexmount,
.compose-wirekit {
	margin:0 15px 30px 15px;	
}

.compose-wirekit {
	margin-bottom:0;
}


.compose-headline {
	margin-bottom:30px;
}

.compose-headline img {
	max-height:24px;
	width:auto;
	display:block;
}


.compose-speaker .compose-content {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	margin-bottom:15px;
}

.compose-speaker .compose-image {
	width:50%;
	padding-right:15px;
}

.compose-speaker .compose-text {
	width:40%;
	padding-right:10px;
}

.compose-speaker .compose-actions {
	width:10%;
	text-align:center;
}


.compose-flexmount .compose-content,
.compose-wirekit .compose-content {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	margin-bottom:15px;
}

.compose-flexmount .compose-image,
.compose-wirekit .compose-image {
	width:25%;
	padding-right:15px;
}

.compose-flexmount .compose-image img,
.compose-wirekit .compose-image img {
	min-width:50px;
	height:auto;
}

.compose-flexmount .compose-text,
.compose-wirekit .compose-text {
	width:65%;
}

.compose-flexmount .compose-actions,
.compose-wirekit .compose-actions {
	width:10%;
	text-align:center;
}


.compose-content h4 {
	margin:0 0 5px 0;
	padding:0;
	font-size:15px;
	line-height:1.4;
}

.compose-content p {
	font-size: 13px;
	line-height:1.5;
}

.compose-content a {
	color:inherit;
}

.compose-content a:hover {
	color:#0374b8;
}


.compose-actions a,
.compose-actions button {
	display:block;
	margin-bottom:14px;
	text-align:center;
	font-size:22px;
	line-height:26px;
	color:#70798b;
	background:transparent;
	border:0;
}

.compose-actions button:hover {
	color:#0374b8;
}

.compose-actions form {
	display:inline-block;
}


.compose-footer {
	display:none;
}

.compose-footer-note {
	padding-top:20px;
	padding-left:0;
}

.compose-infos {
	align-self: start;
	min-height:52px;
	margin-bottom:15px;
	display:grid;
	grid-template-columns:minmax(80px,1fr) 1fr 1fr;
	gap:5px;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:0.025em;
	color:#fff;
	background:#000;
}

.compose-infos div {
	min-height:32px;
	padding:10px 10px;
  display: grid;
  justify-items: center;
  align-items: center;
  border-right:1px solid #fff;
}

.compose-infos div:last-child {
	border-right:0;
}

.compose-infos img {
	max-height:22px;
	width:auto;
	display:block;
}


.compose-action {
	align-self: start;
	text-align:right;
	margin-bottom:0;
}

.compose-action .js--fancy-select {
	max-width:80px;
	height:40px;
	line-height:40px;
	top:15px;
}

.compose-action button {
	align-self: start;
	display:inline-block;
	margin-left:10px;
	padding:0 28px;
	font-size:14px;
	line-height:40px;
	color:#fff;
	background:#0374b8;
	border:0;
}

.compose-action button i {
	margin-right:10px;
}

.compose-action a {
	width:100%;
	text-align:center;
	display:inline-block;
	margin-top:15px;
	padding:0 40px;
	font-size:14px;
	text-transform:uppercase;
	line-height:50px;
	color:#fff;
	background:#0374b8;
	border:0;
}

.compose-action a i {
	margin-left:6px;
}


.compose-mobile-header {
	min-height:52px;
	margin-bottom:30px;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:5px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0.025em;
	color:#fff;
	background:#000;
}

.compose-mobile-header div {
	min-height:32px;
	padding:10px 10px;
  display: grid;
  justify-items: center;
  align-items: center;
  border-right:1px solid #fff;
}

.compose-mobile-header div:last-child {
	border-right:0;
}

.compose-mobile-header img {
	max-height:22px;
	width:auto;
	display:block;
}

.compose-mobile-footer {
	padding:0 15px 15px 15px;
}


@media screen and (min-width: 910px) {

	.compose-entry {
		padding:15px;
		display:grid;
		grid-template-columns: 1.75fr 1fr 1fr;
		gap:5px;
		padding:25px 25px 25px 0;
	}
	
	.compose-mobile-header {
		display:none;
	}
	
	.compose-speaker,
	.compose-flexmount,
	.compose-wirekit {
		margin:0;
	}
	
	.compose-speaker {
		margin-left:25px;
	}

	
	.compose-speaker .compose-content,
	.compose-flexmount .compose-content,
	.compose-wirekit .compose-content {
		display:grid;
	}
	
	.compose-speaker .compose-image,
	.compose-flexmount .compose-image,
	.compose-wirekit .compose-image {
		width:auto;
	}
	
	
	.compose-speaker .compose-text,
	.compose-flexmount .compose-text,
	.compose-wirekit .compose-text {
		width:auto;
	}
	
	.compose-speaker .compose-actions,
	.compose-flexmount .compose-actions,
	.compose-wirekit .compose-actions {
		width:auto;
	}
	
	.compose-flexmount .compose-content {
		margin-bottom:30px;
	}
	
	.compose-flexmount .compose-image,
	.compose-wirekit .compose-image {
		padding-right:0;
	}
	
	
	.compose-content {
		display:grid;
		grid-template-columns:0.5fr 1fr 0.25fr;
		gap:20px;
		margin-right:10px;
	}
	
	.compose-content p {
		margin:0;
	}
	
	.compose-content img {
		margin-bottom:0;
	}
	
	.compose-text {
		margin-bottom:0;
	}


	.compose-actions a,
	.compose-actions button {
		width:25px;
		height:25px;
		display:block;
		text-align:center;
		margin-right:10px;
		margin-bottom:2px;
		font-size:.875rem;
	}	
	
	.compose-actions form {
		display:block;
	}
	
	
	.compose-footer {
		display:grid;
		grid-template-columns:minmax(auto,0.8fr) 1fr;
		grid-column: 1/4;
		gap:20px;
	}
	
	.compose-infos,
	.compose-action {
		margin-bottom:0;
	}
	
	.compose-action a {
		width:auto;
		text-align:inherit;
		line-height:40px;
	}
	
	.compose-footer-note {
		padding-top:0;
		padding-left:20px;
	}
	
	.compose-mobile-footer {
		display:none;
	}

}


@media screen and (min-width: 1024px) {
	
	.compose-infos {
		margin-top:15px;
		min-height:40px;
		font-size:14px;
	}
	
	.compose-infos div {
		min-height:40px;
	}

}




#filter-buttons {
  margin-bottom: 10px;
}

#filter-buttons button {
	min-width:120px;
	text-align:center;
  color: #000;
  padding:8px 10px;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #000;
  background-color: #fff;
}

#filter-buttons button:hover,
#filter-buttons button.active {
	color:#fff;
	background-color:#000;
	border-color:#000;
}

#compose-entries .compose-entry {
  display: none;
}

.compose-fade-in {
  animation: fadeIn 0.5s ease-in-out forwards;
}

.compose-fade-out {
  animation: fadeOut 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}



.is--ctl-compose #prevManufacturer,
.is--ctl-compose #prevType,
.is--ctl-compose #prevYear,
.is--ctl-compose #prevSound {
	width:100%;
	margin-bottom:10px;
}


@media screen and (min-width: 600px) and (max-width:1023px) {

	.is--ctl-compose #prevManufacturer,
	.is--ctl-compose #prevType,
	.is--ctl-compose #prevYear,
	.is--ctl-compose #prevSound {
		width:48%;
		margin-right:10px!important;
		margin-bottom:10px;
	}

}


@media screen and (min-width: 1024px) {

	.is--ctl-compose #prevManufacturer,
	.is--ctl-compose #prevType,
	.is--ctl-compose #prevYear,
	.is--ctl-compose #prevSound {
		width:inherit;
	}

}


.composeFilterTrigger {
	display:inline-block;
	min-width:167px;
	margin-top:20px;
	line-height:40px;
	padding:0 16px;
	text-align:left;
	font-size:13px;
	color:#fff;
	background-color: #0374b8;
	/*background-image: linear-gradient(to bottom, #009bf8 0%, #0374b8 100%);*/
	border:0;
	transition: margin-top .4s cubic-bezier(.02, .01, .47, 1);
}

.composeFilterTrigger i {
	font-size:13px;
	margin-right:8px;
}



.compose-filter {
	margin-top:20px;
}

.compose-filter-container {
	display:block;
}
	

.compose-filter-positions {
  display: block;
}

.compose-filter-positions .positions { 
	display:none;
}


.compose-filter-positions .subwoofer,
.compose-filter-positions .center,
.compose-filter-positions .front-rear,
.compose-filter-positions .frontsub-surround { 
	padding:10px 0;
}

.compose-filter-positions .subwoofer button, 
.compose-filter-positions .center button {
	width:100%;
}

.compose-filter-positions .front-rear,
.compose-filter-positions .frontsub-surround {
	display:flex;
}

.compose-filter-positions .front-rear button:first-child,
.compose-filter-positions .frontsub-surround button:first-child {
	width:50%;
}

.compose-filter-positions .front-rear button:last-child,
.compose-filter-positions .frontsub-surround button:last-child {
	width:50%;
}



.compose-filter-series {
	display:flex;
	padding:10px;
}

.compose-filter-i7,
.compose-filter-i3,
.compose-filter-basic {
	width:33%;
	text-align:center;
}

.compose-filter-series button {
	min-width:110px!important;
	max-width:110px!important;
	text-align:center;
	margin-bottom:10px;
  padding:0;
  border-color:transparent!important;
  border-radius:10px!important;
	background-color:transparent!important;
}

.compose-filter-series button.active {
	background-color:#000!important;
	border-color:#000!important;
}


@media screen and (min-width: 1024px) {
	
	.compose-filter {
		margin-top:40px;
	}
	
	.compose-filter-container {
		display:grid;
		grid-template-columns:auto 30%;
	}
		
	
	.compose-filter-positions {
	  display:grid; 
	  grid-template-columns: auto; 
	  grid-template-rows: auto; 
	  gap: 0px 0px; 
	  grid-template-areas:
	    ". front-rear ."
	    "center positions subwoofer"
	    ". frontsub-surround .";
	   justify-items: center;  
	   align-items: center; 
	}
	
	.compose-filter-positions .positions {
		display:block;
		grid-area: positions;
		padding:10px;
	}
	
	.compose-filter-positions .subwoofer { 
		grid-area: subwoofer;
		padding:20px 0 20px 20px;
	}
	
	.compose-filter-positions .center {
		grid-area: center;
		padding:20px 20px 20px 0;
	}
	
	.compose-filter-positions .front-rear {
		grid-area: front-rear;
		padding:0 20px 20px 20px;
	}
	
	.compose-filter-positions .frontsub-surround { 
		grid-area: frontsub-surround;
		padding:20px 20px 0 20px;
	}
	
	
	.compose-filter-series {
	  display: grid; 
	  grid-auto-columns: auto; 
	  grid-template-columns: auto; 
	  grid-template-rows: 1fr 1fr 1fr; 
	  gap: 0px 0px; 
	  grid-template-areas: 
	    "."
	    "center"
	    "."; 
	  justify-items: center; 
	  align-items: center; 
	}
	
	.compose-filter-series button {
		min-width:100px!important;
		max-width:100px!important;
		text-align:center;
		margin-bottom:10px;
	  padding:0;
	  border-color:transparent!important;
	  border-radius:10px!important;
		background-color:transparent!important;
	}
	
	.compose-filter-series button.active {
		background-color:#000!important;
		border-color:#000!important;
	}
	
}



/* Sidebar Navigation / Brand Logo */

.sidebar--navigation .link-active {
	font-weight:bold;
	color:#0374b8;
}

.sidebar--navigation-brand {
	padding-bottom:14px;
	border-bottom:1px solid #dadae5;
}

.sidebar--navigation-brand img {
	max-width:100%;
	height:auto;
}



/* Compose - Mobile subnav */

.nav-menus-wrapper .justmobile {
	display:none;
}

.nav-menus-wrapper-open .justmobile {
	display:block;
}


/* GPSR Detail page */

.detail-gpsr {
	margin-top:10px;
	margin-bottom:50px;
}

.detail-gpsr-infos {
  display: flex;
  flex-wrap: wrap;
}

.detail-gpsr-contact,
.detail-gpsr-files {
  width: 40%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
	
	.detail-gpsr {
		margin-bottom:60px;
	}
	
  .detail-gpsr-contact,
  .detail-gpsr-files {
    width: 100%;
  }
}



/* Bold Headline Megamenu */
.megamenu-list > li:not([class*="nav-"]) > a,
.nav-submenu > li > a {
	font-weight:700;
}


/* Detail Subtitle */

.product--subtitle {
	float:left;
	display:block;
	max-width:712px;
	margin-top:8px;
	margin-bottom:10px;
	line-height:1.4;
	font-size:13px;
	font-weight:400;
	color:#5f7285;
	hyphens: auto;
	overflow-wrap: break-word;
	word-break: break-word;
	white-space: normal;
}



/* Produkt Filter Nav */

.filter-button-section {
	margin-bottom:40px;
}

.filter-button-section h2 {
	font-size:1.2rem;
	padding-bottom:10px;
}
	

.filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}


.filter-nav a {
  display: inline-block;
  padding: 6px 12px;
  font-size: .75rem;
  letter-spacing: 0.045em;
  border: 1px solid #0374b8;
  color: #0374b8;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  flex: 1 1 auto;
}

.filter-nav a:hover {
  background-color: #0374b8;
  color: #fff;
}