/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* TEMP FIXES */
/*#post-7317 .fusion-builder-row-6,
#post-7372 .fusion-builder-row-6,
#post-4408 .fusion-builder-row-6{
	 display: none;
}*/
/* FIXES */

/*Marken*/
 .type-marken .post-content .fusion-fullwidth:last-of-type .fusion-layout-column .fusion-column-inner-bg .fusion-column-anchor {
    pointer-events: none !important;
}
 .type-marken .post-content .fusion-fullwidth:last-of-type .fusion-layout-column .fusion-column-wrapper {
    pointer-events: auto !important;
}
/*Markenliste*/
#ncms-marken-liste .fusion-grid{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 1800px;
}

/*SHOP OVERRIDES*/
.fusion-tb-header {
    /*position: fixed;*/
    width: 100%;
    z-index: 9999;
}

#wpadminbar .quicklinks a{
	height: unset;
}
.single-experten .single-navigation, .single-rennteam .single-navigation, .single-marken .single-navigation{
	display: none;
}

/*Marken - Content Zentrierung Override */ 
body #main #content {
    width: 100% !important;
    float: none !important;
}

/* GLOBAL */
.nps-hover-shadow-col .fusion-column-wrapper{
    transition: box-shadow .4s, border-color .0s; 
}
.nps-hover-shadow-col:hover .fusion-column-wrapper{
    box-shadow: 0px 0px 20px #ddd; 
    border-color: #fff !important;
}
/*COMPLIANZ*/
/*.cmplz-blocked-content-container, .cmplz-wp-video {
    position: static;
}*/
.cmplz-blocked-content-container{
	position: absolute;
    top: 10%;
    width: 100%;
    height: 300px !important;
}
.cmplz-placeholder-1 {
    background-image: url(https://nora.hs-dev.at/wp-content/uploads/2024/12/Banner_KTM_Winter_2019_20.jpg) !important;
}
/*Whatsapp Chat Button*/
#nps-wa-chat-btn{
	width: 56px;
    height: 56px;
    background-color: #25d366;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    padding: 0;
    margin: 0;
    border-radius: 99px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.2s;
}
#nps-wa-chat-btn img{
	width: 37px;
    height: 37px;
    position: relative;
    top: 9px;
    left: 10px;
}
#nps-wa-chat-btn:hover{
	width: 57px;
    height: 57px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}
/* NAVBAR */

#ncms-mobile-nav-toggle{
	cursor: pointer;
	transition: color 0.3s;
}
.awb-menu__main-li:not(.nps-nav-service-btn):hover{
    /*background-color: #f9f9fb; #606060*/
    /*background-color:  #284138;*/
	background-color: #2b6a4a;
}
.nps-cart-link .menu-text{
    display: none;
}
.nps-main-menu .awb-menu__main-a {
    align-items: flex-end;
}
/*.nps-main-menu .awb-menu__main-a:hover {
    color: #ca003a !important;
}*/

.awb-menu__open-nav-submenu-hover, .awb-menu__open-nav-submenu_click, .awb-menu__open-nav-submenu_mobile{
    position: relative;
    top: -4px;
}
.nps-nav-search-btn{
	cursor: pointer;
    position: absolute;
    right: 50px;
	width: 34px;
    transition: all 0.3s;
	background-color: #d30e44;
    border-radius: 99px;
    padding: 7px;
	display: none !important;
}
.nps-nav-search-btn:hover{
    /*right: 50px;
    width: 110px;*/
	background-color: #757575;
}
.nps-nav-search-btn:before {
    position: relative;
	top: -1px;
}

.nps-cart-icon {
    position: absolute;
	right: 5px;
}
#nps-nav-cart-count{
    position: absolute;
    top: 24px;
    right: 0px;
    width: 20px;
    height: 20px;
    border-radius: 99px;
    background-color: #d30e44;
    border: solid 1px #3a3a3a;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    text-align: center;
	padding-bottom: 1px;
    padding-left: 1px;
	z-index: 99;
}
.nps-cart-icon:before, .nps-nav-search-btn:before, .awb-menu__m-collapse-icon{
    font-family: 'Feathericons' !important;
}
.awb-menu.collapse-enabled.mobile-size-column-absolute .awb-menu__main-ul, .awb-menu.collapse-enabled.mobile-size-full-absolute .awb-menu__main-ul {
    top: 43px !important;
}

.nps-megamenu-sublist ul{
	padding-left: 0px !important;
}
.nps-megamenu-sublist li{
	list-style-type: none;
}
.nps-megamenu-sublist li a{
    padding: 10px 20px;
    display: block;
    border-bottom: solid 1px #1d5438;
	color: #d7b975;
}.nps-megamenu-sublist li:hover a{
	color: #fff;
}
.nps-megamenu-sublist li:first-child a{
    border-top: solid 1px #1d5438;
}
.nps-megamenu-sublist li:hover a{
	 background-color: #2b6a4a;   /*#1d5438*/
}

/* END NAVBAR */

/* +++ SEARCHBAR +++ */
#nps-search-container{
	display: block;
	width: 100% !important;
	padding: 0px;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 7%);
}
#nps-search-container #search-bar {
    position: relative;
    background-color: #dddddd;
    padding: 14px 80px 12px 80px;
}
#nps-search-container #search-bar input {
    font-weight: 300 !important;
    color: #0c0b0b;
    font-size: 18px;
	border-radius: 99px;
    padding-left: 25px;
	height: 40px;
}
#nps-search-container #search-bar button {
    position: absolute;
    right: 96px;
    top: 25px;
    font-size: 24px;
}
#nps-search-container .form-control:focus {
    color: #666666;
    background-color: #fff;
    border-color: #B29146;
    outline: 0;
    /*box-shadow: 0 0 0 0.25rem rgba(217, 0, 50, 0.25);*/
	box-shadow: 0 0 7px 4px rgb(202 172 88 / 30%);   
}
#nps-search-container .btn-icon {
    width: 38px;
    height: 38px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Feathericons' !important;
    background: none;
    border: none;
    color: #868686;
}
#nps-search-container .form-control {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#nps-search-container .ncms-searchbar-icon{
	position: absolute;
    right: 96px;
    top: 16px;
    width: 35px;
    height: 35px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
	background-image: url('https://nora.hs-dev.at/wp-content/uploads/2024/10/icon-search.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;	
}
.product-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.product-image {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image img {
    max-width: 100%;
    max-height: 100%;
}

/*RESULTS*/
#ncms-searchresults-col{
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
	box-shadow: 0 6px 15px -10px rgba(0, 0, 0, .6);
	/*overflow-y: auto;
	max-height: calc(100vh - 151px);*/
}
#ncms-search-col-list{
    width:13%;
	padding-left: 25px;
	padding-top: 20px; 
}
#ncms-search-col-list .search-col-inner{
   /* height: 100%;*/
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
#ncms-search-col-list h4, #ncms-search-col-products h4{
    margin: 4px 0 14px 0;
}
#ncms-search-col-products{
    padding-top: 20px;
}
#ncms-search-col-products .products-inner{
    display: flex;
    flex-direction: row;
}
#ncms-search-col-products .product-listing{
    padding: 23px 23px 10px 23px;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    display: flex;
    flex-direction: column;
	border-right: solid 1px #e5e5e5;
	position: relative;
}
ncms-search-col-products .product-listing img{
	max-height: 220px;
}
#ncms-search-col-products .product-image-wrapper {
    text-align: center;
}
#ncms-search-col-products .product-listing:first-of-type{
	border-left: solid 1px #e5e5e5;
}
#ncms-search-col-products .product-listing:hover, #ncms-search-col-products .product-listing:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

#ncms-search-col-products .product-image-wrapper{
    margin-bottom:25px;
}
#ncms-search-col-products .product-facts  .product-name{
	margin-bottom: 10px;
    display: block;
}
#ncms-search-col-products .product-facts .product-price{
	display: block;
	font-size: 16px;
	color: #666;
	padding-bottom: 5px;
}
#ncms-search-col-products.product-facts .product-price{
	font-weight: 600;
}
#ncms-search-col-products .sale .product-price{
	color: #d62828;
}
#ncms-search-col-products .product-price strike{
	color: #ccc;
    font-size: 75%;
    padding-left: 5px;
	font-weight: 400;
	white-space: nowrap;
}
#ncms-search-col-products .sale-label {
   font-size: 1.2em;
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: #d62828;
    color: #fff;
    border-radius: 99px;
    padding: 4px 10px;
	display: none;
}
#ncms-search-col-products .sale .sale-label{
	display: block;
}
#ncms-search-ui-wrapper{
	display: flex;
	align-items: center;
    justify-content: center;
    width: 100%;
	padding: 20px 20px 20px 20px;
}
#ncms-search-ui-wrapper .products-btn{
	background-color: #000;
	color: #fff;
	border: solid 1px #fff;
    border-radius: 99px;
    padding: 5px 25px;
	cursor: pointer;
}
#ncms-search-ui-wrapper .products-btn:hover{
	transition: all 0.3s;
	background-color: #fff;
	color: #000;
	border: solid 1px #000;
}
#ncms-search-ui-wrapper .products-btn a{
	color: #fff;
}
#ncms-search-ui-wrapper .products-btn a:hover,
#ncms-search-ui-wrapper .products-btn:hover a{
	color: #000;
}
#ncms-search-ui-wrapper .products-close-btn{
	position: absolute;
	right: 60px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    border: solid 1px #000;
    border-radius: 99px;
    padding: 3px 20px;
    font-size: 15px;
}
#ncms-search-ui-wrapper .products-close-btn:hover{
	transition: all 0.3s;
	background-color: #000;
	color: #fff;
	border: solid 1px #000;
}
#ncms-search-ui-wrapper .products-close-btn a:hover,
#ncms-search-ui-wrapper .products-close-btn:hover a{
	color: #fff;
}

/* +++ END SEARCHBAR +++ */

.nps-header-img-logo img{
	margin-right: -20px;
}


.nps-process-heading{
    background-color: #eeeeee;
    align-self: center;
    width: 120px;
    height: 120px;
    padding: 20px;
    border-radius: 120px;
}
.nps-process-col-icon::after{
    content: "\e90b";
    position: relative;
    font-family: 'Feathericons' !important;
    /* display: flex; */
    font-size: 3em;
    color: #c4c4c4;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    margin-top: 43px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.nps-process-col{}

.nps-latest-news-hl .fusion-title-heading{
	background-color: rgba(255, 255, 255, 0.70);
    padding: 5px 36px !important;
    border-radius: 99px;
    display: inline-block;
	font-size: 42px !important;
}
.nps-round-bg-hl{
	display: flex !important;
    align-self: flex-end;
	margin-bottom: 0px;
}
.nps-round-bg-hl .fusion-title-heading{
	background-color: rgba(255, 255, 255, 0.70);
    border-radius: 99px;
    padding: 5px 27px !important;
    margin-bottom: 0 !important;
}
.fusion-footer a, .fusion-footer p, .fusion-footer h4, .fusion-footer .fusion-title h4 strong{
	/*color: #d7b975 !important;*/
	color: #c9a961 !important;
}
.fusion-footer a:hover{
	color: #fff !important;
}

/*FRONTPAGE*/
/*.nps-featured-product-container .col-img{
	
}
.nps-featured-product-container .col-text{
	padding-right: 10%
}

*/

/*POST CARDS*/
.nps-large-single-postcard .fusion-column-wrapper{
	height: 420px;
}

/*POSTS*/
.post .post-content .fusion-builder-row-5 .fusion-layout-column .fusion-content-tb .fusion-fullwidth{
	padding-top: 10px !important;
}

#post-404page{
	padding: 20% 0;
}


/*QUERIES*/
@media only screen and (max-width: 1800px){
    .nps-header-img-logo img{
		max-width: 280px;	
	}
	.fusion-tb-header .fusion-sticky-container{
        padding-left:30px;
        padding-right:30px;
    }
}
@media only screen and (min-width: 1500px){
	.nps-header-img-logo img{
		max-width: 230px;	
	}
	.ncms-fluid-header-container{
		padding-top: 14% !important;
		padding-bottom: 14% !important; 
	}
	.nps-featured-product-container .col-text{
		transform: translateY(-100px);
	}
	.nps-featured-product-container-limit{
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
	 .type-marken .post-content .fusion-fullwidth .fusion-title h2 {
    	font-size: 27px !important;
	}
}
@media only screen and (max-width: 1499px){
    .nps-header-img-logo img{
		max-width: 200px;	
	}
	.nps-featured-product-container-limit{
		padding-left: 8% !important;
		padding-right: 8% !important;
	}
}
@media only screen and (min-width: 1201px) {
	 .type-marken .post-content .fusion-fullwidth .fusion-title h2 {
    	font-size: 24px !important;
	}
}
@media only screen and (max-width: 1200px){
    .nps-header-img-logo img{
		max-width: 180px;	
	}
	.fusion-tb-header .fusion-sticky-container{
        padding-left:30px;
        padding-right:30px;
    }
	.nps-featured-product-container-limit{
		padding-left: 6% !important;
		padding-right: 6% !important;
	}
}

@media only screen and (min-width: 800px) {
	.nps-location-map-container{
		background-size: contain !important;
		background-position: top !important;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1200px) {
	.nps-location-map-container{
		background-position: 0 110px !important;
	}
	 .type-marken .post-content .fusion-fullwidth .fusion-title h2 {
    	font-size: 28px !important;
	}
}
@media only screen and (min-width: 1024px) {
    
	/* DESKTOP NAVIGATION / NAVABR ONLY */
	.nps-nav-shop-btn a{
		/*color: #ca003a !important;*/
		background-color: #1d5438 !important;
		font-weight: 500 !important;
	}
	.nps-nav-service-btn:hover, .nps-nav-shop-btn:hover a {
		background-color: #2b6a4a !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1150px){
    .awb-menu_row .menu-text {
    	font-size: 16px;
	}
}

@media only screen and (max-width: 1023px){
    .nps-header-img-logo img{
		max-width: 160px;	
	}
	.nps-featured-product-container-limit{
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	/* MOBILE NAVIGATION / NAVABR ONLY */
	#menu-mobile-menu, #menu-mobile-menu ul  /*.nps-nav-service-btn*/ {
		border-top: solid 1px #1d5438 !important;
	}
	#menu-mobile-menu .nps-nav-shop-btn a{
		background-color: #17422c !important;
        color: #ffffff !important;
	}
	/* +++ SEARCHBAR +++ */
	#ncms-searchresults-col{
		padding-left: 20px;
		padding-right: 20px;
	}
	#ncms-search-col-list, #ncms-search-col-products {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	#ncms-search-col-list h4, #ncms-search-col-products h4{
		margin: 3px 0 9px 0;
	}
	/* --- SEARCHBAR --- */

	#nps-nav-search-btn, .nps-cart-icon    {
        padding-right:25px !important;
    }
    .awb-menu__m-toggle{
        padding: 0 5px 5px 5px !important;
    }
	.nps-nav-search-btn {
		right: 107px;
	}
	.nps-cart-icon{
		right: 56px;
	}
    #nps-nav-cart-count {
        position: absolute;
        top: 16px;
        right: 57px;
    }
    .nps-mobile-menu-wrapper .circle-yes{
        padding-top:3px;
    }
    .nps-main-menu .awb-menu__main-a {
        align-items: normal;
	}
	/*POST CARDS*/
	.nps-large-single-postcard .fusion-column-wrapper{
		height: 320px;
		padding: 20px !important;
	}
	.nps-latest-news-hl .fusion-title{
		margin-bottom: 0 !important;
	}
	.nps-latest-news-hl .fusion-title-heading{
		font-size: 32px !important;
	}
	/*Markenliste*/
	#ncms-marken-liste .fusion-grid{
		max-height: 2500px;
	}
	#ncms-marken-liste > .fusion-grid > .fusion-grid-column {
        width: 33% !important;
    }
}
@media only screen and (max-width: 849px){
	.nps-header-img-logo img{
		max-width: 140px;
		margin-top: -10px;
	}
	/* +++ SEARCHBAR +++ */
	#ncms-search-col-products .products-inner {
		flex-wrap: wrap;
	}
	#ncms-search-col-products .product-listing {
		width: 20%;
		margin-bottom: 15px;
		padding: 15px 15px 10px 15px;
		border-left: solid 1px #e5e5e5;
		border-right: solid 1px #e5e5e5;
		border-collapse: collapse;
		margin-right: -1px;
	}
	#ncms-search-col-products .product-image-wrapper {
		margin-bottom: 16px;
	}
	#ncms-search-ui-wrapper {
		justify-content: left;
		padding: 20px 20px 20px 0px;
	}
	/* --- SEARCHBAR --- */
	.nps-latest-news-hl .fusion-title-heading{
		padding: 6px 25px !important;
	}
	.nps-latest-news-hl .fusion-title-heading{
		font-size: 27px !important;
	}
	#nps-header-img-overlay{
		display: none;
	}
	 .type-marken .post-content .fusion-fullwidth .fusion-title h2 {
    	font-size: 26px !important;
	}
	#ncms-marken-liste .fusion-grid{
		max-height: 2700px;
	}
}
@media only screen and (min-width: 641px){
	#main{
		padding-top: 120px !important;
	}
	.fusion-tb-header {
		position: fixed;
	}
}
@media only screen and (max-width: 640px){
	
	#main{
		padding-top: 0 !important;
	}
	#nps-search-container .ncms-searchbar-icon {
		right: 31px;
    	top: 22px;
	}
	.awb-off-canvas-wrap .awb-off-canvas {
        max-width: 300px !important;
    }
	/* +++ SEARCHBAR +++ */
	#ncms-search-col-products .product-listing {
		width: 33%;
	}
	#nps-search-container #search-bar {
		padding: 20px 20px;
	}
	#nps-search-container #search-bar button {
		right: 33px;
	}
	.nps-process-col-icon::after {
		display: none !important;
	}
	/*FRONTPAGE*/
	.nps-featured-product-container .col-img .fusion-image-element, .nps-featured-product-container .col-img .fusion-column-wrapper {
		transform: translateX(0px) !important;
	}
	.nps-featured-product-container-limit{
		padding-left: 2%;
		padding-right: 2%;
	}
	/*.nps-featured-product-container .col-text{}*/
	.nps-hover-shadow-col  .fusion-column-wrapper{
		border-right: 0px !important;
	}
	Markenliste
	#ncms-marken-liste .fusion-grid{
		max-height: 2900px;
	}
	#ncms-marken-liste > .fusion-grid > .fusion-grid-column {
        width: 33% !important;
		padding: 3px 5px 3px 0px !important;
    }
	#ncms-marken-liste .fusion-title{
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	} 
		.post-content .fusion-title	{ 
		padding-bottom: 15px !important;
	}
}
@media only screen and (max-width: 550px){
	.nps-header-img-logo img{
		max-width: 120px;	
	}
	/* +++ SEARCHBAR +++ */
	#ncms-search-ui-wrapper {
		justify-content: left;
		flex-direction: column;
	}
	#ncms-search-ui-wrapper .products-close-btn {
		position: relative;
		right: unset;
		margin-top: 15px;
	}
	#ncms-search-ui-wrapper .products-btn, #ncms-search-ui-wrapper .products-close-btn {
		font-size: 14px;
	}
	/* --- SEARCHBAR --- */
	/*Markenliste*/
	#ncms-marken-liste > .fusion-grid > .fusion-grid-column {
        width: 50% !important;
    }
	#ncms-marken-liste .fusion-grid{
		max-height: 3500px;
	}
	.nps-latest-news-hl .fusion-title-heading{
		font-size: 24px !important;
	}
}
@media only screen and (max-width: 400px){
	/* +++ SEARCHBAR +++ */
	#ncms-search-col-products .product-listing {
		width: 50%;
	}
	/* --- SEARCHBAR --- */
	.nps-latest-news-hl .fusion-title-heading{
		padding: 5px 15px !important;
	}
	.nps-latest-news-hl .fusion-title-heading{
		font-size: 22px !important;
	}
	/*Markenliste*/
	#ncms-marken-liste .fusion-grid{
		max-height: 3200px;
	}
}

/**************************************************/
/* OLD SITE IMPORTS */

.timeline-wrapper {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAACklEQVR42mNgAAAAAgAB5Sfe%2FAAAAABJRU5ErkJggg%3D%3D);
    background-repeat: repeat-y;
    background-position: 50% 50%
}

.timeline-row {
    margin-right: -15px;
    margin-left: -15px;
    margin: 30px 0
}

.timeline-row:before,.timeline-row:after {
    display: table;
    content: " "
}

.timeline-row:after {
    clear: both
}

.timeline-row .timeline-image,.timeline-row .timeline,.timeline-row .timeline-text {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .timeline-row .timeline-image,.timeline-row .timeline,.timeline-row .timeline-text {
        float:left;
        width: 33.3333333333%
    }
}

.timeline-row .timeline-text {
    background: white;
    padding: 10px 0
}

.timeline-row .timeline-image img {
    border-top: 10px solid white;
    border-bottom: 10px solid white
}

@media (min-width: 1200px) {
    .timeline-row .timeline-image img {
        border:none
    }
}

@media (min-width: 992px) {
    .timeline-row:nth-of-type(2n) .timeline-image {
        left:66.6666666667%
    }
}

@media (min-width: 992px) {
    .timeline-row:nth-of-type(2n) .timeline-text {
        right:66.6666666667%
    }
}

.timeline {
  min-height: 100px;
  text-align: center
}
.timeline p {
  margin-top: 20px;
  background: white;
  padding: 10px;
}
.timeline p .date {
  position: relative;
  display: block;
  color: #c60538;
  font-size: 41px;
  line-height: 1.2em;
}

@media (min-width: 768px) and (max-width: 992px) {
    .timeline-text {
        font-size:16px
    }
}

@media (min-width: 768px) {
    .timeline-text {
        font-size:14.4px
    }
}

@media (min-width: 1200px) {
    .timeline-text {
        font-size:16px
    }
}


/**************************************************/
/* END OLD SITE IMPORTS */


