
/* 
.index_pos_4{background-color: red !important;}
.index_pos_3{background-color: green !important;}
.index_pos_2{background-color: blue !important;}
.index_pos_1{background-color: blueviolet !important;}

	.row .col 
	{
		padding: 0px !important;
	}
		
*/

.removetab {
	position: relative;
	z-index: 999;
}

.artikelcard-content .card{
	overflow: auto;
}

#produktfilter {
 margin-top: 4.3%;
}	
#dashboard_content_load {
 margin-top: 0px !important;
}

#ecommerce-products .card 
{
	overflow: hidden
}

#ecommerce-products .card .card-content i.material-icons {
    cursor: pointer
}

#ecommerce-products .modal .modal-content i.material-icons {
    cursor: pointer;
    vertical-align: middle
}

#ecommerce-products .card-badge {
    line-height: 2em;
    position: absolute;
    top: 1rem;
    right: -10rem;
    display: block;
    width: 25rem;
    height: 2em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-indent: .8em;
    background: #8e24aa;
    background: -webkit-linear-gradient(45deg,#8e24aa 0,#ff6e40 100%);
    background: linear-gradient(45deg,#8e24aa 0,#ff6e40 100%)
}

#ecommerce-products .card-badge a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #dedede
}

#ecommerce-products .card-badge a:hover {
    text-decoration: underline
}

#ecommerce-products .card-badge a:after,#ecommerce-products .card-badge a:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: ''
}

#ecommerce-products .card-badge a:after {
    top: auto;
    bottom: 0;
    border-bottom-width: 0
}

#ecommerce-products .prise-text-style {
    font-size: 20px;
    vertical-align: bottom;
    text-decoration: line-through;
    color: #c1c1c1!important
}

#ecommerce-products .card-content hr,#ecommerce-products .modal-content hr {
    opacity: .3
}

#ecommerce-products .card-content .list-bullet,#ecommerce-products .modal-content .list-bullet {
    padding-left: 1.65rem;
    list-style-type: disc
}

#ecommerce-products .card-content .list-bullet .list-item-bullet,#ecommerce-products .modal-content .list-bullet .list-item-bullet {
    padding: .2rem 0;
    list-style-type: disc
}

#ecommerce-products .categories-collapsible {
    border: none;
    box-shadow: none
}

#ecommerce-products .categories-collapsible li.active i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#ecommerce-products .categories-collapsible li .collapsible-header {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border: none
}

#ecommerce-products .categories-collapsible li .collapsible-header i {
    position: absolute;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

#ecommerce-products .categories-collapsible .collapsible-body {
    padding: 5px 0 0 5px;
    border: 0
}

#ecommerce-products .categories-collapsible .collapsible-body p {
    font-size: .9rem;
    margin-top: 5px;
    cursor: pointer
}

#ecommerce-products .size-filter ul {
    margin: 0
}

#ecommerce-products .size-filter ul .active a {
    color: #fff;
    background: #7e57c2
}

#ecommerce-products .size-filter ul li {
    display: inline-block;
    margin: .1rem 0
}

#ecommerce-products .size-filter ul li a {
    font-weight: 700;
    line-height: 34px;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 3px;
    background: #ede7f6
}

@media only screen and (min-device-width: 1024px) and (max-device-width:1366px) {
    #ecommerce-products .card-content .btn {
        display:inline-table;
        width: 100%
    }
}

@media only screen and (width: 1024px) {
    #ecommerce-products .electronic-products .col.s12.m4.l4 {
        width:49.3333%
    }
}



	@keyframes fadeIn {
	0% {opacity:0;}
	75% {opacity:0;}
	100% {opacity:1;}
	}

	@-moz-keyframes fadeIn {
	0% {opacity:0;}
	75% {opacity:0;}
	100% {opacity:1;}
	}

	@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	75% {opacity:0;}
	100% {opacity:1;}
	}

	@-o-keyframes fadeIn {
	0% {opacity:0;}
	75% {opacity:0;}
	100% {opacity:1;}
	}

	@-ms-keyframes fadeIn {
	0% {opacity:0;}
	75% {opacity:0;}
	100% {opacity:1;}
	}

	.oneline_title .swal-icon{
		height: 40px;
		width: 40px;
		margin: 0 auto 0 0;
		z-index: -1;

		animation: fadeIn 2s;
		-webkit-animation: fadeIn 2s;
		-moz-animation: fadeIn 2s;
		-o-animation: fadeIn 2s;
		-ms-animation: fadeIn 2s;
	}

	.oneline_title .swal-icon--success__line--long{
		width: 23.5px;
		right: 5px;
		top: 19px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-animation: animateSuccessLong .75s;
		animation: animateSuccessLong .75s;
	}

	.oneline_title .swal-icon--success__line--tip{
		width: 12.5px;
		left: 8px;
		top: 23px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-animation: animateSuccessTip .75s;
		animation: animateSuccessTip .75s;
	}

	.oneline_title .swal-icon--success__ring{
		width: 40px;
		height: 40px;
		border: 4px solid hsla(98,55%,69%,.2);
		border-radius: 50%;
		box-sizing: content-box;
		position: absolute;
		left: -4px;
		top: -4px;
		z-index: 2;
	}

	.artikelcol{
		padding-right: 0px !important;
	}

	.artikel_not_found{
		margin-left:14px;
	}

	.artikel_not_found .reset_all_wrapper{
		height:36px;
		width:100%;
		position:relative;
		margin-top: 14px;
	}

	.artikel_not_found .reset_all_wrapper .btn{
		position:absolute;
		right:0;
		top:0;
	}

	@media only screen and (max-width: 992px)
	{
		.mobilepaddingoff
		{
			padding: 0px !important;
		}
	}
	
	
	@media only screen and (max-width: 992px)
	{
		.modal 
		{
			width: 100% !important;
			top: 0%   !important;
		}

		.modal.modal-fixed-footer
		{
			min-height: 98% !important;
			
		}
	}
	
	@media only screen and (max-width: 600px)
	{
		.artikelcol	 {
			padding: 0px !important;
		}
			
		
		.artikel_modal {
				height: 100vh;
				overflow: auto; 
				overflow-x: hidden; 
			}
			
			#Artikel {
			
				padding: 0px !important;
			
			}
		
		#dashboard_content_load > .card
		{
			padding: 0px !important; 
		}

		.artikel_not_found {
			margin-left: auto;
		}
	
	}
	@media only screen and (min-width: 992px)
	{
		.modal 
		{
			max-height: 600px  !important;
			top: 15%   !important;		
		}
		
		.modal .modal-footer 
		{
		
			/*height: 80px !important;*/
			padding-right: 20px;
		}
		
		.modal.modal-fixed-footer
		{
			height: 89% !important;
		}
	
	}
	
	.removetab 
	{
		color: #FC8971;
		margin-right: 1px;
		display: inline-flex;
		vertical-align: middle; 
		font-size: 18px;
		padding-bottom: 2px;
	}
	
	.tabs .tab a {
		padding: 0px !important;
	}
	
	.material-icons {
		vertical-align: middle;
	}

	.filter_ueberschrift
	{
		background-color: #eee;
		padding: 8px;
		padding-right: 2px;
		padding-bottom: 0px; 
		padding-top: 4px; 
		border-bottom: 1px solid #e0e0e0;
		border-top: 1px solid #e0e0e0;
	}
	.filter_ueberschrift > span
	{
		margin-left: 11px;
	}
	
	.filter_ueberschrift > .material-icons 
	{
		margin-top: 4px;
	}
	
	
	
	.reset_filter > .material-icons 
	{
		margin-top: 4px;
	}
	
	
	.filter_ueberschrift > .material-icons 
	{
		margin-top: 4px;
	}
	

	.filter_ueberschrift > span,.filter_ueberschrift > i
	 {
		vertical-align: middle;
		
	 }
	
	
	.artikel_alternative_farbe
	{
		max-height: 45px; 
		border: 1px solid #03a9f4; 
		margin-right: 5px;
	}
	
	.artikel_alternative_farbe_aktiv
	{
		max-height: 45px; 
		margin-right: 5px;
		border: 1px solid #03a9f4; 
		/* -webkit-box-shadow: 0px 0px 6px 0px #03a9f4; 
		box-shadow: 0px 0px 2px 1px #03a9f4; */
	}
	
	.artikel_alternative_link {
		display: inline-block;
		margin: 2.5px 5px 2.5px 0;
	}
	
	.artikel_alternative_speichergroesse
	{
		padding-left: 4px; 
		padding-right: 4px; 
		border: 1px solid #03a9f4;
		color: #6b6f82;
		display: inline-block;
	}
	
	.artikel_alternative_speichergroesse_aktiv
	{
		padding-right: 4px; 
		padding-left: 4px;
		border: 1px solid #03a9f4;
		/* color: #000;
		-webkit-box-shadow: 0px 0px 6px 0px #03a9f4; 
		box-shadow: 0px 0px 2px 1px #03a9f4; */
	}
	
	.artikel_color_square
	{
		padding-left: 4px; 
		padding-right: 4px; 
		margin-right: 5px; 
		border: 1px solid #ccc;
		width: 20px;
	}
	
	.filter_checbkbox_beschreibung
	{
		padding-left: 25px !important;
	}
	
	.produkt_alternativen td,
	.produkt_alternativen th
	{
		display: table-cell;
	
		padding: 0px 0px !important;
	
		text-align: left;
		vertical-align: middle;
	
		border-radius: 2px;
	
	}
	
	.produkt_alternativen tr 
	{
		border: 0px;
		padding: 0px 0px !important;
	}
	
	.produkt_daten td,
	.produkt_daten th
	{
		display: table-cell;
	
		padding: 5px 5px !important;
	
		text-align: left;
		vertical-align: middle;
	
		border-radius: 2px;
	}
	
	
	.technische_daten td,
	.technische_daten th
	{
		display: table-cell;
	
		padding: 5px 5px !important;
	
		text-align: left;
		vertical-align: middle;
	
		border-radius: 2px;
	}
	
	a.toggle_filter_close:after
	{
		vertical-align:middle;
		font-family: 'Material Icons';
		font-size:18px;
		content: 'keyboard_arrow_right';
		transition:transform .3s ease-in-out,opacity .25s ease-in-out .1s,
		-webkit-transform .3s ease-in-out;color:#afafaf
	}
	
	
	a.toggle_filter_open:after
	{
		vertical-align:middle;
		color: #000;
		font-family: 'Material Icons';
		font-size:18px;
		content: 'keyboard_arrow_down';
		transition:transform .3s ease-in-out,opacity .25s ease-in-out .1s,
		-webkit-transform .3s ease-in-out;color:#afafaf
	}
	
	a.toggle_filter_close:hover:after 
	{
		vertical-align:middle;
		color: #000;
		font-family: 'Material Icons';
		font-size:18px;
		content: 'keyboard_arrow_down';
		transition:transform .3s ease-in-out,opacity .25s ease-in-out .1s,
		-webkit-transform .3s ease-in-out;color:#afafaf
	}
	
	a.toggle_filter_open:hover:after 
	{
		vertical-align:middle;
		color: #000;
		font-family: 'Material Icons';
		font-size:18px;
		content: 'keyboard_arrow_up';
		transition:transform .3s ease-in-out,opacity .25s ease-in-out .1s,
		-webkit-transform .3s ease-in-out;color:#afafaf
	}
	
	#menubar {
	margin-top: 10px;
	}
	
	#menubar .card-title{
		line-height: 32px;
		display: block;
		margin-bottom: 0px !important;
	}
	
	#menubar .material-icons 
	{
		 vertical-align:top;
	}

	.filter-auswahl-content
	{
		margin-top: 5px;
		padding-left: 10px;
		margin-bottom: 7px;
	}
	
		
	.artikel_image_prev
	{
		font-size: 22px;
		/* color: #9e9e9e; */
	}
	
	.artikel_image_prev a
	{
		/* color: #9e9e9e; */
	}
	
	.artikel_image_prev a:hover
	{
		font-weight: bold;
		color: #212121 ;
	}
	
	
	
	.artikel_image_next
	{
		font-size: 22px;
		/* color: #9e9e9e; */
	}
	
	.artikel_image_next a
	{
		/* color: #9e9e9e; */
	}
	.artikel_image_next a:hover
	{
		font-weight: bold;
			color: #212121 ;
		
	}
	
	.card-title
	{
		font-size: 15.5px !important;
	}
	
	
	#ecommerceproducts > .col 
	{
	 padding: 0px;
	}
	
	
	
	#inner_load_container > .col 
	{
	 padding: 0px;
	}
	
	#dashboard_content_load
	{
		margin: 0px;
	}
	
	
	#tabsmenue > .col 
	{
		padding: 0px !important;
	}
	
	#tabsmenue > .row .col 
	{
		padding: 0px !important;
	}
	
	
	#shopcol{
		margin: 0px;
	}
	
	#wk_info{
		overflow: hidden;
	}
	
	#wk_info .modal-content {
		   padding: 15px;
		   position: relative;
	}
	
	#wk_info .modal-content .modal-close {
		position: absolute;
		top: 0;
		right: 0;
		margin: 15px;
	}
	
	#wk_info .wk_info-buttons{
		display: flex;
		justify-content: flex-end;
		margin-top: 50px;
		margin-bottom: 30px;
		margin: 0;
	}
	
	#wk_info .wk_info-buttons .continue_wk{
		margin-left: 5px;
	}
	
	#wk_info .modal_title {
		text-align: center;
		color:rgba(0,0,0,.65);
		/* font-size: 20px; */
		margin-top: 20px;
		margin-left: 15px;
	}
	
	#wk_info .swal-icon--success:after, 
	#wk_info .swal-icon--success:before,
	#wk_info .swal-icon--success__hide-corners {
		background: #fafafa;
	}
	
	/* #wk_info .swal-button {
		background-color: #7cd1f9;
		color: #fff;
	}
	
	#wk_info .swal-button--cancel {
		color: #555;
		background-color: #efefef;
	} */
	
	.wk_info-swal .swal-button {
		color: #555;
		background-color: #efefef;
		font-weight: normal;
		font-family: inherit;
		transition: background-color .2s ease-out;
		-webkit-transform:translate3d(0,0,0) !important;
		transform:translate3d(0,0,0) !important;
	}
	
	.wk_info-swal .swal-button--cancel {
		color: #fff;
		/* background-color: #009DE3; */
		background-color: #182766 !important;
	}
	
	.wk_info-swal .swal-button:hover {
		background-color: #ddd;
	}
	
	.wk_info-swal .swal-button--cancel:hover {
		/* background-color: #67CED6; */
		background-color: #182766 !important;
	}
	
	
	#shopcol .modal-content {
		padding: 12px;
	}
	
	.artikel_image_prev,
	.artikel_image_next {
		display: none;
	}
	
	.artikel-bilder img {
		max-height: 200px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	/* .artikel_bild {
		display:none!important;
	}
	.artikel_bild.active{
		display:inline!important;
		max-height: 190px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	} */
	
	 /* .artikel_bild {
		display:none;
	}
	.artikel_bild.active{
		display:inline;
		max-height: 190px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}  */
	
	.artikel_detail .artikel_bild.active{
		display:block!important;
		max-width: 100%;
		max-height: 600px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	.artikel_detail_bild  > .wrapper_bp {
		width: 70% !important;
	}

	.artikel_bild_bp_list {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.artikel_bild_bp_list li::before{
		content:'';
		background: #000;
		border-radius: 50%;
		width: 10px;
		height: 10px;
		display: inline-block;
		/* cursor: pointer; */
	}
	
	.artikel_bild_bp_list li {
		padding: 0 3px;
		cursor: pointer;
	}
	.artikel_bild_bp_list li:first-child {
		padding-left:0;
	}
	
	.artikel_bild_bp_list li:last-child {
		padding-right:0;
	}
	
	.artikel_bild_bp_list li:hover::before,
	.artikel_bild_bp_list li.aktiv::before {
		background: #03a9f4;
	}
	
	.no_bp {
		display: block;
		margin: 15px 0;
		height: 22px;
	}
	
	@media only screen and (max-width: 601px) {

		.removetab{
			padding: 5px;
		}

		#tabsmenue #tabs .tab {
			right: auto;
			left: auto;
			width: 100%;
			margin-left: auto;
		}

		.artikel_bild_bp_list li::before{
			width:15px;
			height:15px;
		}
	}
	
	
	.circle
	{
		display: inline-block !important;
		width: 13px;
		height: 13px;
		border: 1px solid #000;
	}
	.spinner .circle {
		border:none;
	}
	
	[type=checkbox]:not(:checked):disabled+span:not(.lever):before 
	{
		border: 2px solid #9e9e9e !important;
		/* background-color: rgba(0,0,0,.42); */
		background-color: rgba(255,255,255,.42) !important;
	}


	/* .anzahl_wkartikel .material-icons {
		line-height: 64px;
	} */


/* MOBILE------- */

@media only screen and (max-width: 992px) {
	
	#wk_info .wk_info-buttons {
		/* justify-content: center; */
	}
	
	#wk_info .modal-content {
		height: 100vh;
		padding-bottom: 45px;
	}
}

@media only screen and (max-width: 601px) {
	
	#wk_info .wk_info-buttons {
		justify-content: center;
	}
	
	#wk_info .modal-content {
		height: 100vh;
		padding-bottom: 45px;
	}	
}

/* -------MOBILE */

	#tabsmenue .tab a{
		text-transform: none !important;
	}

	#tabsmenue #ecommerceproductstab i {
		font-size: 14px;
		padding-right: 5px;
		line-height: 45px;
		padding-bottom: 3px;
	}

	#tabsmenue .tabs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	#tabsmenue .tabs .tab {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	#tabsmenue .tabs::-webkit-scrollbar {
		width: 4px;
		height: 4px;
	}

	#tabsmenue .tabs::-webkit-scrollbar-thumb {
		background: #015; 
	}

	#tabsmenue .tabs::-webkit-scrollbar-thumb:hover {
		background: #29b6f6; 
	}

	.oneline_title {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.modal_title{
		display: inline-block;
		padding-right: 25px;
	}

	#wk_info .swal-icon--success:after,
	#wk_info .swal-icon--success:before,
	#wk_info .swal-icon--success__hide-corners {
		background: none;
	}

	
	@media only screen and (max-width: 601px)
	{
		.oneline_title {
			display: block;
		}
		.oneline_title .swal-icon{
			z-index: -1;
			margin:20px auto;
		}
		.modal_title{
			display: block;
			padding: 0 25px;
		}


		#ecommerceproducts {
			margin-left: 0px !important;
			margin-right: 0px !important;
		}

		#menubar,
		#filtershowbutton,
		.artikelcol_card>.card {
			margin-left: 3.5px !important;
			margin-right: 3.5px !important;
		}


	}
	
	.schaefer_blau_hell 
	{
		color: #03A9F4;
	}

    .ihrbaumaterial_icon_gelb
    {
        color: #ffed33;
    }
	
	
	#tabsmenue {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
	
	#topsection {
	padding-top: 0px !important;
	}

	#filter-chips 
	{
		/* background-color: #f00; */
			
		margin: 10px; 
		margin-left: 4px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding: 0px;
	
	}

.mob_in_stock
{
	line-height: 0.3;

}

.anzprodukte_box 
{ 
    position: fixed;
    width: 95%; 
    padding: 6px; 
	margin: 0 2.5%;
	left: 0;
    bottom: 10px;
    background-color: #393838; 
    opacity: 0.9;
	z-index: 999;
	border-radius: 5px;
}

#footer{
	position: fixed; 
	bottom: 0; 
	width: 100%; 
	z-index: 99999;
}

.impressum_agb_header{
	display: none;
}


@media only screen and (min-width: 601px)
{
	.anzprodukte_box 
	{
		display: none; 
	}	

	#footer{
		display: none;
	}

	.impressum_agb_header{
		display: block;
	}
}

.artikelcol_card .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
