@CHARSET "UTF-8";

#contries #country
{
	width: 25%;
	height: 25px;
}


#contries table
{
	float: right;
	width: auto;
	margin-right: 5%;
}

#contries table td
{
	font-size: 10pt;
	color: black;
	font-weight: bold;
	text-align: right;
}


@media only screen and (max-width: 960px)
{
	#contries #country
	{
		width: 180px;
	}
}

@media only screen and (max-width: 640px)
{
	#contries h1 br:first-child
	{
		display: none;
	}
	
	#contries #country
	{
		float: left;
		clear: both;
		margin: 0 calc(50% - 90px) 16px;
	}
}



/* Neuformatierung 2022-04-15 */

#olCartTop .olCartTopCell2,
#olCartTop .olCartTopCell3,
#olCartTop .olCartTopCell4
{
	display: none;
}

.olCartItem
{
	flex-flow: column wrap;
	align-content: space-between;
	width: calc(100% - 20px);
}

.olCartItem .olCartItemCell1
{
	flex-basis: 100%;
	width: calc(100% - 14em);
}

.olCartItem .olCartItemCell2,
.olCartItem .olCartItemCell3,
.olCartItem .olCartItemCell4
{
	flex-basis: 3.33ex;
	text-align: left;
	width: 9.5em;
	font-size: 12pt;
	flex-grow: 0;
}

.olCartItem .olCartItemCell2
{
	margin-bottom: 0.4ex;
}


.olCartItem .olCartItemCell2:before
{
	content: "Rabatt:";
}

.olCartItem .olCartItemCell2 span
{
	margin-left: 0.6em;
}

.olCartItem .olCartItemCell3
{
	padding-bottom: 0.15ex;
}

.olCartItem .olCartItemCell3:before
{
	content: "Menge:";
	position: relative;
	top: -0.6ex;
}

.olCartItem .olCartItemCell3 .olCartItemQuText
{
	margin-left: 0.75em;
}


.olCartItem .olCartItemCell4:before
{
	content: "Preis:";
	position: relative;
	top: -0.6ex;
}

.olCartItem .olCartItemCell4
{
	line-height: 150%;
}

.olCartItem .olCartItemCell4 .olCartItemSumText
{
	margin-left: 1.5em;
}

.olCartItem br.narrow
{
	display: none !important;
}

.olCartItem .olCartItemCell4 br.narrow
{
	display: block !important;
}


.olCartItem .olCartItemCell4 .olCartItemDelImg,
.olCartItem .olCartItemCell4 .olCartItemDelImg:before
{
	position: relative;
	top: -0.05ex;
}

.olCartItem .olCartItemCell4 .olCartItemDelImg
{
	margin-left: 4.2em;
}

.olCartItem .olCartItemCell4 .olCartItemDelImg:before
{
	content: "löschen";
	left: -4.4em;
}

@media only screen and (max-width: 960px)
{
	.olCartItem
	{
		height: 200px;
	}

	.olCartItem  .olCartItemCell1
	{
		flex-wrap: nowrap;
	}

	.olCartItem  .olCartItemCell1 > div
	{
		width: 100%;
	}

	.olCartItem  .olCartItemCell1 .olCartItemCell1a
	{
		order: 1;
	}

	.olCartItem  .olCartItemCell1 .olCartItemCell1b
	{
		order: 2;
	}
}

@media only screen and (max-width: 960px)
{
	.olCartItem
	{
		padding: 15px 5px 10px;
		width: calc(100% - 15px);
	}
}

@media only screen and (max-width: 640px)
{
	.olCartItem
	{
		padding: 15px 0 10px;
		width: 100%;
	}

	.olCartItem .olCartItemCell1
	{
		width: calc(100% - 12em);
		padding-right: 1em;
	}

	.olCartItem .olCartItemCell1 .olCartItemCell1b
	{
		padding-left: 5px;
		width: calc(100% - 6px);
	}

	.olCartItem .olCartItemCell2,
	.olCartItem .olCartItemCell3,
	.olCartItem .olCartItemCell4
	{
		font-size: 11pt;
		width: 9.25em;
	}

	.olCartItem .olCartItemCell3
	{
		padding-bottom: 0.4ex;
	}

	.olCartItem .olCartItemCell4 .olCartItemDelImg,
	.olCartItem .olCartItemCell4 .olCartItemDelImg:before
	{
		top: 0.05ex;
	}

	#olContent #olContentRight
	{
		margin-left: 16px;
	}

	#olContentRight
	{
		width: calc(100% - 24px);
	}
}

@media only screen and (max-width: 480px)
{
	.olCartItemImageSmall
	{
		width: 120px;
		max-width: 120px;
		max-height: 90px;
	}
	
	.olCartItem .olCartItemCell2,
	.olCartItem .olCartItemCell3,
	.olCartItem .olCartItemCell4
	{
		font-size: 12pt;
		width: 9.25em;
	}

	.olCartItem .olCartItemCell2 span
	{
		margin-left: 0.2em;
	}

	.olCartItem .olCartItemCell3 .olCartItemQuText
	{
		margin-left: 0.35em;
	}

	.olCartItem .olCartItemCell4 .olCartItemSumText
	{
		margin-left: 1.1em;
	}

	.olCartItem .olCartItemCell4 .olCartItemDelImg
	{
		margin-left: 3.8em;
	}

	.olCartItem .olCartItemCell4 .olCartItemDelImg::before
	{
		left: -4em;
	}
}