
	.artikel_actions {
		cursor: pointer;
	}

	/*.artikel_actions:hover {
		background-color: #cecece;
	}*/

	.action-btns {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap:10px;
		padding: 6% 10% !important;
	}

	.action-btns > div {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
		padding: 2% 8%;
		/*transition: 1.5s ease-in;*/
	}

	.action-btns > div:hover {
		background-color: #e7e3e3;
	}


	.fflex_start{
		display: flex; 
		justify-content: flex-start;
	}

	.full_with{
		width: 100%;
	}
	
	.div_produkt_kaufen_bild img {
		display: block;
		margin: auto;
		max-width: 80%;
	}

	body{
		background-color: #fff !important;
	}

	.artikelcol_card .card-content {
		position: relative;
		/* overflow: hidden !important; */
		padding-bottom: 0;
	}
	.artikelcol_card .card-action {
		padding:24px 24px;
	}

	.artikelcol_card .ribbon-container {
		position: absolute;
		overflow: hidden !important;
		left: 0;
		top: 0;
		/* width: 100%; */
		/* height: 100px; */
		/* height: 100%; */

		/* width: 66px;
		height: 66px; */
		
		width: 70px;
		height: 70px;
		
	}

	.artikelcol_card .ribbon-text {
		margin: 0;
		background: #ff9800;
		color:white;
		padding:0;
		position: absolute;
		top:0;
		left:0;
		transform: translateX(0%) translateY(170%) rotate(-45deg);
		transform-origin: top left;
		z-index: 500;
	}
	.artikelcol_card .ribbon-text:before,
	.artikelcol_card .ribbon-text:after {
		content: '';
		position: absolute;
		top:0;
		margin: 0 -1px; /* tweak */
		width: 100%;
		height: 100%;
		background: #ff9800;
		padding: 0 100%;
	}
	.artikelcol_card .ribbon-text:before {
		right:100%;
	}

	.artikelcol_card .ribbon-text:after {
		left:100%;
	}



	/* 	
	.artikelcol_card .in_stock {
		position: absolute;
		right: 0;
		top: 0;
		width: 15px;
		height: 15px;
		margin: 15px;
		background: #9e9e9e ;
		border-radius: 50%;
		display: inline-block;

		text-align: center;
		color: #FFF;
		line-height: 15px;
		font-size: 12px;
		font-weight: bold;
	} */

	.artikelcol_card .in_stock {
		display: block;
		width: 15px;
		height: 15px;
		/* margin: 0 0 0 10px; */
		background: #9e9e9e ;
		border-radius: 50%;
		display: inline-block;

		text-align: center;
		color: #FFF;
		line-height: 15px;
		font-size: 12px;
		font-weight: bold;
	}

	.artikel_detail_info .preview.in_stock,
	.artikelcol_card .preview.in_stock {
		display: block;
		width: 10px;
		height: 10px;
		background: #9e9e9e ;
		border-radius: 50%;
		display: inline-block;
		margin: 0 15px;
		text-align: center;
		color: #FFF;
		line-height: 10px;
		font-size: 8px;
		font-weight: bold;
	}

	.artikel_detail_info .preview.in_stock.false,
	.artikelcol_card .in_stock.false {
		background: #f44336 ;
	}
	.artikel_detail_info .preview.in_stock.true,
	.artikelcol_card .in_stock.true {
		background: #4caf50 ;
	}
	.artikel_detail_info .preview.in_stock.pending,
	.artikelcol_card .in_stock.pending {
		background: #ffCC00;
		/* background: #ff9800; */
	}

	.in_stock.tooltipped{
		display: inline-block;
	}

	.preview.in_stock.tooltipped{
		display: block;
	}
	.preview.in_stock.tooltipped{
		margin-left: 17px;
		margin-right: 13px;
	}
	.material-tooltip {
		box-shadow:0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
		width: auto;
		text-align: center;
		line-height: 1.2rem;
		font-family: inherit;
		color: #000;
		border-color: #6b6f82;
		background-color: #F8F8F8;
	}
	.mob_in_stock {
		display: none;
	}
	.artikelcol_card .card-title.neuheit {
		padding-left: 15px;
	}
	.artikelcol_card .card-title > p {
		/* padding: 0 10px 0;
		white-space: break-spaces;
		line-height: normal;*/
		/* margin-top: 10px; */
	}

	.preise {
		/*display: flex;
		justify-content: space-between;
		flex-wrap: wrap;*/
	}

	.preis_aktuell,
	.preis_alt {
		display: inline-block;
		margin-top: 10px;
		position: relative;
		white-space: nowrap;
	}

	.preis_alt::before {
		content: '';
		position: absolute;
		width: calc(100% + 4px);
		height: 2px;
		background: #F00;
		top: 50%;
		margin-top: -1px;
		margin-left: -2px;
		transform: rotate(-5deg);
		transform-origin: center;
	}

	.artikel_modal .produkt_alternativen td {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	.artikel_modal .produkt_alternativen td:nth-child(2) {
		text-align: right;
	}
	.artikel_modal .produkt_alternativen td .andere_farben {
		display: inline-block;
		margin-top: 2px;
	}

	.artikel_modal .produkt_alternativen td span.circle,
	.artikel_modal .produkt_alternativen td span.color_txt {
		display: inline-block;
		vertical-align: middle;
	}

	.artikel_modal .produkt_alternativen td span.circle {
		width: 20px;
		height: 20px;
	}

	.artikel_alternativen {
		border: 0px solid #000;
	}
		
	.artikelcol_card .card-title p,
	.artikelcol_card .preise p {
		/* font-size: 16.5px; */
		/* font-weight: 600; */
		font-size: 18px;
		font-weight: bold;
	}

	.artikelcol_card .kaufen_link[disabled] {
		background: #dfdfdf !important;
	}

	@media only screen and (max-width: 601px) {
		.artikelcol_card .left.detail_link,
		.artikelcol_card .right.kaufen_link{
			width: calc(50% - 5px);
		}
		.artikelcol_card .left.detail_link {
			margin-right: 5px !important;
		}
		.artikelcol_card .right.kaufen_link{
			margin-left: 5px !important;
		}
	/* 
		.mob_in_stock {
			display: block;
			position: absolute;
			right: 0;
			top: 0;
			margin: 15px 45px 0 0;
			line-height: 15px;
		} */

		.mob_in_stock {
			/* display: inline-block; */
			display: inline;
			margin: 0;
			line-height: 15px;
			vertical-align: middle;
		}
	}




	a.wrapper_wifi,
	a.wrapper_hat4g {
		display: inline-block;
		margin: 2.5px 5px 2.5px 0;
	}

	a.wrapper_wifi span,
	a.wrapper_hat4g span{
		padding-left: 4px;
		padding-right: 4px;
		color: #6b6f82;
		display: inline-block;
	}

	a.wrapper_wifi span{
		border: 1px solid #6b6f82;
	}

	a.wrapper_hat4g.is_disabled span{
		border: 1px solid #6b6f82;
	}

	a.wrapper_hat4g.not_disabled span{
		border: 1px solid #03a9f4;
		cursor: pointer;
	}

	.not_disabled .checked,
	.not_disabled .not_checked.selected{
		-webkit-box-shadow: 0px 0px 6px 0px #03a9f4; 
			box-shadow: 0px 0px 2px 1px #03a9f4;
	}

	.not_disabled .not_checked,
	.not_disabled .checked.selected{
		box-shadow: none;
	}

	.not_checked {
		display: none !important;
	}

	.not_disabled .not_checked{
		display: inline-block !important;
	}


	/* 
	a.wrapper_wifi,
	a.wrapper_hat4g {
		display: inline-block;
		margin: 2.5px 5px 2.5px 0;
	}

	a.wrapper_wifi span,
	a.wrapper_hat4g span{
		padding-left: 4px;
		padding-right: 4px;
		color: #6b6f82;
		display: inline-block;
	}

	a.wrapper_wifi span{
		border: 1px solid #6b6f82;
	} */



	a.wrapper_hat4g span.aktiv{
		color: #000;
		border: 1px solid #03a9f4;
		-webkit-box-shadow: 0px 0px 2px 0px #03a9f4; 
			box-shadow: 0px 0px 2px 0px #03a9f4;
	}

	a.wrapper_wifi span.aktiv{
		color: #000;
		border: 1px solid #03a9f4;
		-webkit-box-shadow: 0px 0px 2px 0px #03a9f4; 
			box-shadow: 0px 0px 2px 0px #03a9f4;
	}

	.card .artikel_alternativen a.aktiv img,
	.card .artikel_alternativen a.aktiv span{
		color: #000;
		border: 1px solid #03a9f4;
		-webkit-box-shadow: 0px 0px 2px 0px #03a9f4; 
			box-shadow: 0px 0px 2px 0px #03a9f4;
	}

	.card .artikel_alternativen a img,
	.card .artikel_alternativen a span{
		color: #000;
		border: 1px solid #182766;
		border-radius: 5px;
	}

	.select_farbe img {
		min-height: 45px;
		min-width: 45px;
		max-height: 45px;
		max-width: 45px;
		border: 1px solid #182766;
		object-fit: contain;
	}

	.select_cellular span {
		padding: 2px 5px;
	}

	.select_speicher span {
		padding: 2px 5px;
	}

	.select_dep span {
		padding: 2px 5px;
	}

	.select_farbe,
	.select_speicher,
	.select_cellular,
	.select_dep{
		cursor: pointer;
		margin-right: 5px;
		margin-bottom: 8px;
		display: inline-block;
	}

	.more_cellular_txt,
	.more_dep_txt{
		display: none;
	}

	/* animate fadeUp */




