
html,body {
	background-color:#CCC;
	font-family:arial,sans-serif;
	font-size:14px;
	line-height:140%;
}

html,body,form,table,tr,td,h1,ul,li,p,img {
	margin:0px;
	padding:0px;
	border:0px;
}

table {
	border-spacing: 0;
}

ul {
	padding: 2px 0px 2px 20px;
}
p, li {
	padding: 2px 0;
}

a {
	color:blue;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

table tr td {
	padding:2px 0px;
}
table tr td:first-child {
	padding-right:10px;
}
input[type=text], input[type=password], input[type=email], input[type=submit], textarea, select, button, .Button, .BorderButton, .InputHiddenCode {
	width: 100%;
	margin: 0;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-sizing: border-box;
	background-color:white;
	box-sizing: border-box;
	font-size: 14px;
}
.InputPassword {
	width: 100%;
	margin: 0;
}
.InputPassword .InputPasswordLink {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
input[type=date], input[data-key="datepicker"] {
	width: 100px;
}
input[type=submit], input[type=button], button, .Button, .BorderButton {
	width:auto;
	padding:5px 15px;
	border:1px solid #888;
	border-radius:3px;
	cursor:pointer;
}
input[type=submit], button, .Button {
	background-color: #333333;
	color:white;
	font-weight:bold;
}
input[type=submit]:hover, button:hover, .Button:hover {
	background-color: #656565;
}
.BorderButton:hover {
	background-color: rgba(136,136,136,0.1);
	text-decoration: none;
}
.ButtonIcon {
	padding-left: 30px;
}
.minicolors-theme-default .minicolors-input {
	width: 100px;
}
.minicolors-theme-default .minicolors-swatch {
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -9px;
}
form {
	padding:10px;
	background-color:#F5F5F5;
	border:1px solid #E4E4E4;
	border-radius:10px;
}
form table {
	width:100%;
}

.InputHiddenCode {
	height: 38px;
}
.InputHiddenCode > div {
	top: 11px;
}

.QrCodeInput {
	position: relative;
	padding: 0 140px 0 0;
}
.QrCodeInput input[type=text] {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.QrCodeInput .Button {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 100%;
	padding: 9px 0 0 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-sizing: border-box;
	text-align: center;
}

.Clear {
	clear:both;
}

.BwBox {
	margin-bottom:10px;
	padding:10px;
	border:1px dotted #CCC;
	border-radius:2px;
	background-color:#EEE;
}
.BwBoxError, .BwBoxOk {
	padding:4px 10px;
	background-color:#C00;
	text-align:center;
	color:white;
}
.BwBoxOk {
	background-color:#0A0;
}
.BwBoxOk a, .BwBoxError a {
	color:white;
	text-decoration:underline;
}


.LoginBackground {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.LoginBackgroundIframe {
	position: relative;
	display: block;
}

.LoginBackground .LoginWindow {
	position: relative;
	width: 100%;
	max-width: 420px;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px -3px #000000;
}
.LoginBackgroundIframe {
	background-color: white;
}
.LoginBackgroundMedium .LoginWindow {
	max-width: 850px;
}
.LoginBackgroundBig .LoginWindow {
	max-width: 1200px;
	margin-left: 0;
}
.LoginBackgroundDocument {
	position: relative;
	height: auto;
	padding: 40px 0 0 0;
	background-attachment: fixed;
	display: block;
}
.LoginBackgroundDocument .LoginWindow {
	max-width: 850px;
	margin: 0 auto;
	border-radius: 0;
}
.LoginBackgroundDocument .LoginFooter {
	position: relative;
	margin-top: 40px;
}
.LoginBackground .LoginHeader {
	position:relative;
	padding: 15px 0;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	background-color:#333;
	color:white;
}
.LoginBackground .LoginHeader .Logo {
	display: block;
	margin: 5px auto;
	max-width: 250px;
	max-height: 50px;
}
.LoginBackground .LoginHeader h2 {
	padding: 0px;
	font-size: 22px;
	line-height: 110%;
	text-align: center;
}
.LoginBackground .LoginHeader h2 i {
	font-size: 16px;
}

.LoginHeader .LogButtons {
	position:absolute;
	bottom:10px;
	right:280px;
}
.LoginHeader .LogButtons .LogButtonWrapper {
	position:relative;
	display:inline-block;
}
.LoginHeader .LogButtons .LogButton {
	padding: 4px 8px;
	border-radius: 3px;
	background-color: #333;
	background-image: linear-gradient(#777 0%, #333 60%);
	color:white;
	display:inline-block;
	margin-left:10px;
	text-transform:uppercase;
}
.LoginHeader .LogButtons .LogButton:hover {
	background-image: linear-gradient(#888 0%, #3A3A3A 60%);
}
.LoginHeader .LogButtons .LogButton .Sprite {
	margin-bottom:-3px;
}
.LoginHeader .LogButtons .LogButtonList {
	position:absolute;
	top:100%;
	left:-10px;
	margin-top:10px;
	padding:5px;
	border-radius: 3px;
	background-image: linear-gradient(#777 0%, #333 60%);
	display:none;
}
.LoginHeader .LogButtons .LogButtonList:before {
	position:absolute;
	top:-10px;
	left:26px;
	border:10px solid transparent;
	border-top:0px;
	border-bottom:10px solid #777;
	content:' ';
}
.LoginHeader .LogButtons .LogButtonList li {
	padding:0px;
	border-top:1px solid #888;
	list-style:none;
}
.LoginHeader .LogButtons .LogButtonList li:first-child {
	border-top:0px;
}
.LoginHeader .LogButtons .LogButtonList a {
	position:relative;
	padding:10px 30px 10px 10px;
	display:block;
	color:white;
}
.LoginHeader .LogButtons .LogButtonList a.Selected:after {
	position:absolute;
	top:7px;
	right:7px;
	content:'\2713';
}
.LogButtonList a:hover {
	background-color:rgba(200,200,200,0.1);
	text-decoration:none;
}

.LoginWindow .Content {
	padding: 40px 30px 20px 30px;
	box-sizing: border-box;
	overflow: auto;
}
.LoginBackgroundIframe .LoginWindow .Content {
	padding: 10px 20px;
}
.LoginWindow .Content .ContentLinks {
	padding-top: 5px;
	font-size: 12px;
	text-align: center;
}
.LoginWindow .ContentLinks > img {
	max-width: 150px;
	max-height: 28px;
}
.LoginWindow .ContentLinks a img {
	max-width: 150px;
	max-height: 28px;
	filter: grayscale(1.0);
	opacity: 0.5;
	transition: all ease-in-out 0.3s;
}
.LoginWindow .ContentLinks a:hover img {
	opacity: 1;
	filter: grayscale(0);
}
.LoginWindow form {
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}
.LoginWindow form .InputRow {
	position: relative;
	padding-bottom: 15px;
}
.LoginWindow form .InputRow input {
	padding-left: 40px;
}
.LoginWindow form .InputRow .InputHiddenCode > div {
	left: 40px;
}
.LoginWindow form .InputRow svg {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2000;
}
.LoginWindow form .InputRow .InputPasswordLink svg {
	position: relative;
	top: 0;
	left: 0;
}
.LoginWindow form .InputRowInfo {
	padding-left: 90px;
}
.LoginWindow form .InputRowInfo i {
	position: absolute;
	top: 0;
	bottom: 15px;
	left: 0;
	width: 85px;
	display: flex;
	align-items: center;
	font-style: normal;
	line-height: 16px;
}
.LoginWindow form .InputRowInfo input {
	padding-left: 10px;
}
.LoginWindow form .BackRow {
	padding-top: 5px;
}
.LoginWindow form .CheckboxRow {
	float: left;
}
.LoginWindow form .InputSubmit {
	float: right;
}
.LoginWindow form .InputSubmit input, .LoginWindow form .InputSubmit button {
	margin: 0;
	font-size: 14px;
}


.LoginBackgroundCopyright {
	position: absolute;
	bottom: 100px;
	right: 80px;
	background-color: rgba(0,0,0,0.4);
	color: white;
	font-size: 12px;
	padding: 10px;
	border-radius: 5px;
	transition: background ease-in-out 0.3s;
}
.LoginBackgroundCopyright:hover {
	background-color: rgba(0,0,0,0.7);
}
.LoginBackgroundCopyright a {
	color: white;
	font-size: 14px;
}
.LoginBackgroundCopyright a img {
	max-width: 200px;
	max-height: 32px;
	margin-top: 3px;
	display: block;
}

.LoginFooter {
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	padding: 10px 20px 10px 175px;
	color: white;
	text-align: right;
	font-size:12px;
	overflow: hidden;
}
.LoginFooterNoImage {
	padding-left: 10px;
}
.LoginFooter .Logo {
	position:absolute;
	top: 7px;
	left: 20px;
	display: block;
}
.LoginFooter .Logo img {
	max-width: 120px;
	max-height: 30px;
}
.LoginFooter a {
	color: #eee;
}
.LoginFooter a:hover {
	color: white;
	text-decoration:none;
}

.LoginFooterLanguage {
	position: absolute;
	top: 20px;
	right: 20px;
}
.LoginFooterLanguage .Button {
	text-transform: uppercase;
}
.LoginFooterLanguage ul {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 10px;
	padding: 10px 0;
	list-style: none;
	display: none;
	background-color: white;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border-radius: 3px;
	color: white;
}
.LoginFooterLanguage ul:before {
	position: absolute;
	top: -10px;
	right: 10px;
	border: 10px solid transparent;
	border-top: 0;
	border-bottom-color: white;
	content: "";
}
.LoginFooterLanguage ul li {
	padding: 5px 20px;
	text-align: center;
}
.LoginFooterLanguage ul li a {
	color: black;
}

.ResponsiveFormularRow {
	position:relative;
}
.ResponsiveFormularRow .ResponsiveFormularCol {
	padding:5px 0px 7px 0px;
}
.ResponsiveFormularRow .ResponsiveFormularCol .Checkbox,
.ResponsiveFormularRow .ResponsiveFormularCol .Radio {
	margin-top: 6px;
	margin-right: 10px;
}
.ResponsiveFormularRow .ResponsiveFormularCol .Checkbox label:before,
.ResponsiveFormularRow .ResponsiveFormularCol .Radio label:before {
	top: 0;
	left: 0;
}
.ResponsiveFormularRow .ResponsiveFormularColDesc {
	padding-top:14px;
	padding-bottom:5px;
	float:left;
}
.ResponsiveFormularRow:not(.ResponsiveFormularRowNarrow) .ResponsiveFormularColInput > h2 {
	padding: 8px 0 4px 0;
}
.ResponsiveFormularRow:not(.ResponsiveFormularRowNarrow) .ResponsiveFormularColInput > p {
	padding-top: 8px;
}
.ResponsiveFormularRowNarrow .ResponsiveFormularColInput > p {
	padding-bottom: 8px;
}
.ResponsiveFormularRowNarrow .ResponsiveFormularColDesc {
	width: auto !important;
	float:none;
	padding-top:5px;
	padding-bottom:0px;
}
.ResponsiveFormularRowNarrow .ResponsiveFormularColInput {
	margin-left:0px !important;
	padding-bottom:2px;
}
.FormularRow_nick {
	position:absolute;
	top:-2000px;
	left:-2000px;
}

@media (max-width:860px), (max-height: 900px) {
	.LoginBackgroundBig, .LoginBackgroundMedium {
		padding-top: 0;
		height: auto;
		display: block;
	}
	.LoginBackgroundBig .LoginWindow,
	.LoginBackgroundMedium .LoginWindow {
		margin: 0 auto;
		border-radius: 0;
		box-shadow: none;
	}
	.LoginBackgroundIframe .LoginWindow {
		margin-left: 0;
	}
	.LoginBackgroundBig .LoginHeader,
	.LoginBackgroundMedium .LoginHeader {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.LoginBackgroundBig .LoginFooter,
	.LoginBackgroundMedium .LoginFooter {
		position: relative;
	}
}
@media (max-width: 800px) {
	.LoginBackgroundCopyright {
		right: 15px;
	}
	.LoginBackgroundCopyright a img {
		max-width: 120px;
		max-height: 28px;
	}
}
@media (max-width: 600px) {
	.LoginBackgroundCopyright {
		right: auto;
		left: 5px;
		bottom: 45px;
		padding: 5px;
	}
}
@media (max-width: 480px), (max-height:480px) {
	.LoginBackground {
		position: relative;
		height: auto;
		padding-top: 40px;
		display: block;
		padding-top: 0;
	}
	.LoginBackgroundBig, .LoginBackgroundMedium {
		padding-top: 0;
	}
	.LoginBackground .LoginWindow {
		max-width: 100%;
		margin: 0;
		border-radius: 0;
		box-shadow: none;
	}
	.LoginBackgroundBig .LoginWindow,
	.LoginBackgroundMedium .LoginWindow {
		margin-bottom: 0;
	}
	.LoginBackgroundIframe .LoginWindow {
		margin-left: 0;
	}
	.LoginBackground .LoginHeader {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.LoginBackground .LoginHeader h2 {
		padding: 0px 75px;
	}
	.LoginWindow .Content {
		display: flex;
		align-items: center;
	}
	.LoginWindow .Content .ContentInner {
		width: 100%;
	}
	.LoginFooter {
		position: relative;
	}
}
@media (max-width: 400px) {
	.LoginBackground .LoginHeader h2 {
		padding: 0px 50px;
	}
	.LoginFooter {
		padding: 15px 20px 10px 20px;
		text-align: center;
	}
	.LoginFooter .Logo {
		position: relative;
		top: 0;
		left: 0;
		width: 120px;
		margin: 0px auto 3px auto;
		text-align: center;
	}
	.LoginFooterLanguage {
		right: 10px;
	}
	.LoginFooterLanguage .Button {
		padding: 5px 8px;
	}
}


.ClientIcon {
	position: relative;
	width: 60px;
	height: 60px;
	border: 1px solid #ccc;
}
.ClientIcon svg {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 50px;
	height: 50px;
}
.ClientIcon img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	margin: -12px 0 0 -12px;
}
.ClientIcon_desktop img {
	margin-top:-14px;
}
.ClientIcon_smartphone img {
	width:16px;
	margin:-8px 0 0 -8px;
}

.ContentRow2 .ContentCol {
	width: 46%;
	margin-left: 2%;
	float: left;
}
.ContentRow2 .ContentCol > table {
	width: 100%;
	border-spacing: 0;
}
.ContentRow2 .ContentCol > table tr {
	vertical-align: top;
}
.ContentRow2 .ContentCol > table tr td {
	padding: 5px 0;
}
.ContentRow2 .ContentCol > table tr td:first-child {
	padding-top: 7px;
}
.ContentRow2 .ContentCol > table tr td[colspan="2"] {
	padding-top: 5px;
}
.ContentRow2 .ContentCol1 {
	margin-left: 0;
}

.Infobox {
	width:46%;
	float:left;
	padding:10px 20px;
	margin-left: 2%;
	margin-bottom: 10px;
	box-sizing:border-box;
	background-color:#f7f7f7;
}
.Infobox svg {
	margin: 0px auto 15px auto;
	display: block;
}
.Infobox h2 {
	padding-bottom: 8px;
	margin-bottom: 8px;
	text-align:center;
	border-bottom: 1px solid #ccc;
}
.Infobox:first-child {
	margin-left:4%;
}
@media (max-width: 640px) {
	.Infobox,
	.Infobox:first-child  {
		width: 100%;
		max-width: 450px;
		margin: 0px auto 10px auto;
		float: none;
	}
}

.grecaptcha-badge {
	bottom: 45px !important;
}

.TerminInfoTable .Button {
	display: inline;
	margin: 4px 0 0 10px;
	white-space: nowrap;
	float: right;
}
.TerminInfoTable + .BwBox {
	margin-top: 12px;
}
.TerminInfoFlyer .TerminInfoImage {
	width: 30%;
	float: left;
}
.TerminInfoFlyer .TerminInfoImage img {
	width: 100%;
	display: block;
}
.TerminInfoFlyer .TerminInfoContent {
	width: 66%;
	margin-left: 4%;
	float: left;
}

@media (max-width: 560px) {
	.TerminInfoFlyer .TerminInfoImage {
		width: 100%;
		max-width: 140px;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.TerminInfoFlyer .TerminInfoContent {
		width: 100%;
		margin: 10px 0 0 0;
		float: none;
	}
}

.ApplicationFormButton {
	position: relative;
	margin: 4px 10px 1px 0;
	background: transparent;
	border-radius: 0;
	color: black;
	padding-left: 32px;
}
.ApplicationFormButton:before {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 100%;
	content: "";
}
.ApplicationFormButton_accept:before {background-color:#57b337;}
.ApplicationFormButton_maybe:before {background-color:#f3940d;}
.ApplicationFormButton_reject:before {background-color:#dc3048;}
.ApplicationFormButton svg {
	position: absolute;
	top: 50%;
	left: 9px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	fill: white;
}
.ApplicationFormButton_reject svg {
	width: 11px;
}
.ApplicationFormButton:hover {
	background: #eee;
}



.ShopCart {
	width:100%;
	border-spacing:0px;
}
.ShopCart tr, form > table.ShopCart tr td {
	vertical-align:top;
}
.ShopCart tr td, .ShopCart tr th {
	padding:10px;
	border-left:1px solid #CCC;
	text-align:left;
}
.ShopCart tr th {
	background-color:#EEE;
}
.ShopCart tr td:first-child, .ShopCart tr th:first-child {
	border-left:0px;
}
.ShopCart .ShopCartPos, .ShopCart .ShopCartPrice, .ShopCart .ShopCartTotal {
	text-align:right;
}
.ShopCart th.ShopCartPos {
	width:30px;
}
.ShopCart th.ShopCartPrice {
	width:70px;
	text-align:center;
}
.ShopCart .ShopCartCount {
	text-align:center;
}
.ShopCart .ShopCartCount .HstInputNumber {
	margin-right: 5px;
}
.ShopCart .ShopCartDescription select {
	width: auto;
	margin: 0 0 0 15px;
	padding: 2px 10px;
}
.ShopCart .ShopCartCount .HstInputNumber input[type="text"].HstInputNumberValue {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0;
}
.ShopCart th.ShopCartCount {
	width:100px;
}
.ShopCart th.ShopCartTotal {
	width:80px;
	text-align:center;
}
.ShopCartBack input[type="button"] {
	margin: 0 8px 0 0;
}
.ShopQuickCheckout, .ShopCartBack {
	float: right;
}
.ShopQuickCheckout input[type="submit"] {
	margin: 0;
	width: 100%;
	max-width: 380px;
	display: block;
}
.ShopQuickCheckout small {
	margin-top: 6px;
	color: #aaa;
	display: block;
	text-align: center;
}
.ShopQuickCheckout .ShopQuickCheckoutButtons {
	min-width: 380px;
}
.ShopQuickCheckout_1 .ShopQuickCheckoutButtons {
	min-width: 190px;
}
.ShopQuickCheckout .ShopQuickCheckoutButton {
	width: 49%;
	margin: 10px 0 0 2%;
	float: left;
}
.ShopQuickCheckout_1 .ShopQuickCheckoutButton {
	width: 100%;
	margin: 8px 0 0 0;
	float: none;
}
.ShopQuickCheckout .ShopQuickCheckoutButton:first-child {
	margin-left: 0;
}
.ShopQuickCheckout .ShopButton {
	position: relative;
	width: 100%;
	max-width: 200px;
	min-width: 180px;
	height: 46px;
	margin: 0px auto;
	background-color: #efefef;
	border-bottom: 2px solid #ccc;
	display: block;
}
.ShopQuickCheckout .ShopButton i {
	position: absolute;
	bottom: 10px;
	left: 5px;
	color: #333;
	font-style: normal;
}
.ShopQuickCheckout .ShopButton .ShopButtonIcon {
	position: absolute;
	top: 12px;
	left: 5px;
	right: 5px;
	bottom: 8px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
.ShopQuickCheckout .ShopButtonAmazon {
	border-bottom-color: #f7981d;
}
.ShopQuickCheckout .ShopButtonAmazon .ShopButtonIcon {
	background-image: url(lib/payment/amazon-pay.png);
}
.ShopQuickCheckout .ShopButtonPaypal {
	border-bottom-color: #1c308f;
}
.ShopQuickCheckout .ShopButtonPaypal .ShopButtonIcon {
	background-image: url(lib/payment/paypal.png);
}
.ShopQuickCheckout .ShopButtonPaypal .ShopButtonIcon {
	left: 75px;
}


.CartNavigation {
	margin-bottom:30px;
}
.CartNavigation a {
	position:relative;
	width: 20%;
	min-width: 130px;
	height: 34px;
	margin-bottom: 5px;
	padding: 8px 0px 8px 10px;
	border:1px solid black;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #F4F4F4;
	color:black;
	text-align: center;
	font-size:14px;
	line-height:normal;
	float: left;
	display: block;
}
.CartNavigation a:first-child, .CartNavigation a:nth-child(3) {
	width:18%;
}
.CartNavigation a:nth-child(4), .CartNavigation a:nth-child(5) {
	width:22%;
}
.CartNavigation[data-nav="4"] a {
	width:25%;
}
.CartNavigation[data-nav="3"] a {
	width:33.3%;
}
.CartNavigation a:before, .CartNavigation a:after {
	position:absolute;
	top:0px;
	right:-21px;
	border:16px solid transparent;
	border-left:20px solid black;
	border-right:0px;
	content:" ";
	z-index:2;
}
.CartNavigation a:after {
	right:-20px;
	border-left-color:#F4F4F4;
}
.CartNavigation a.CartNavigationLast:before, .CartNavigation a.CartNavigationLast:after {
	display:none;
}
.CartNavigation a:hover {
	background-color:#E9E9E9;
}
.CartNavigation a:hover:after {
	border-left-color:#E9E9E9;
}
.CartNavigation a.CartNavigationActive {
	background-color:#FBFBFB;
}
.CartNavigation a.CartNavigationActive:after {
	border-left-color:#FBFBFB;
}
.CartPaymentRows .Radio {
	position:relative;
	padding-right:200px;
	display:block;
}
.CartPaymentRows .Radio .PaymentIconImage {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 40px;
	margin-top: -9px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align:center;
	display: block;
}
.CartPaymentRows .CartPaymentDescription {
	padding-bottom:10px;
}

@media (max-width: 750px) {
	.TerminInfoTable .Button {
		width: 165px;
		margin: 10px 0 0 0;
		display: block;
	}
	.CartNavigation[data-nav="4"] a {
		width: 23%;
		min-width: 110px;
	}
	.CartNavigation[data-nav="4"] a.CartNavigationLast {
		width: 31%;
	}
}
@media (max-width: 700px) {
	.ShopCart .ShopCartDescription img {
		display:none;
	}
}
@media (max-width: 650px) {
	.ShopCart, .ShopCart tbody {
		width:100%;
		display:block;
	}
	.ShopCart tr {
		width:100%;
		display:table;
	}
	.ShopCart tr:after {
		content:' ';
		clear:both;
		display:block;
	}
	.ShopCart tr.ShopCartRow {
		position:relative;
		padding-bottom:35px;
		border-top: 1px solid #CCC;
	}
	.ShopCart tr.ShopCartRowHeader + tr.ShopCartRow {
		border-top: 0;
	}
	.ShopCart tr.ShopCartRow td {
		display: block;
	}
	.ShopCart td.ShopCartPos {
		position: absolute;
		top: 10px;
		left: 0;
		width: 25px;
		padding: 0;
		text-align: right;
	}
	.ShopCart td.ShopCartDescription {
		margin-left: 33px;
		padding-bottom: 0;
		padding-left: 0;
		border-left: 0;
	}
	.ShopCart td.ShopCartPrice, .ShopCart td.ShopCartCount, .ShopCart td.ShopCartTotal {
		position:absolute;
		bottom: 5px;
		right: 0;
		padding: 0;
		border-left: 0;
		display: block;
	}
	.ShopCart td.ShopCartPrice {
		width: 80px;
		bottom: 15px;
		right: 200px;
	}
	.ShopCart td.ShopCartCount {
		width: 120px;
		right: 80px;
	}
	.ShopCart td.ShopCartTotal {
		width: 90px;
		bottom: 0px;
		line-height: 16px;
	}
	.ShopCart tr.ShopCartRowHeader {
		padding-bottom: 0;
		border-bottom: 0;
		display: table;
	}
	.ShopCart th.ShopCartCount {
		width: 60px;
	}
}
@media (max-width:600px) {
	.CartNavigation[data-nav="4"] a {
		width: 47%;
	}
	.CartNavigation[data-nav="4"] a.CartNavigationLast {
		width: 53%;
	}
	.CartPaymentRows .Radio {
		position: relative;
		padding-right: 100px;
	}
	.CartPaymentRows .Radio .PaymentIcon {
		width: 100px;
	}
}
@media (max-width:500px) {
	.CartPaymentRows .Radio {
		padding-right: 0;
		margin-right: 0;
	}
	.CartPaymentRows .Radio .PaymentIconImage {
		position: relative;
		float: right;
		width: 165px;
		height: 30px;
		margin: 0 0 0 10px;
	}
}
@media (max-width:380px) {
	.CartNavigation[data-nav="4"] a {
		width: 93%;
	}
	.CartNavigation[data-nav="4"] a.CartNavigationLast {
		width: 100%;
	}
}

.AddressBox {
	position:relative;
	width: 32%;
	margin: 0 2% 2% 0;
	float:left;
	border:1px solid #CCC;
	padding:10px;
	box-sizing:border-box;
}
.AddressBox:nth-child(3n) {
	margin-right:0;
}
.AddressBoxRadio {
	padding-left:30px;
}
.AddressBoxRadioSelected {
	border-color:#7faa23;
}
.AddressBoxRadio .Radio {
	padding-left: 0;
}
.AddressBoxRadio .Radio input[type="radio"] + label::before {
	top: 1px;
	left: -22px;
}

@media (max-width:900px) {
	.AddressBox, .AddressBox:nth-child(3n), .AddressBox:nth-child(4n) {
		width: 49%;
		margin-right: 2%;
	}
	.AddressBox:nth-child(2n) {
		margin-right: 0;
	}
}



.SmallFormular {
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}
.SmallFormular .ResponsiveFormularRow_type .ResponsiveFormularColDesc,
.SmallFormular .ResponsiveFormularRow_name .ResponsiveFormularColDesc,
.SmallFormular .ResponsiveFormularRow_year .ResponsiveFormularColDesc {
	width: 100% !important;
	padding: 0;
	float: none;
}
.SmallFormular .ResponsiveFormularRow_type .ResponsiveFormularCol,
.SmallFormular .ResponsiveFormularRow_name .ResponsiveFormularCol,
.SmallFormular .ResponsiveFormularRow_year .ResponsiveFormularCol {
	margin-left: 0 !important;
}

.SmallFormular .ResponsiveFormularRow_type,
.SmallFormular .ResponsiveFormularRow_name,
.SmallFormular .ResponsiveFormularRow_year {
	margin-right: 10px;
	float: left;
}
.SmallFormular .ResponsiveFormularRow_name {
	width: calc((100% - 330px) / 2);
}
.SmallFormular .ResponsiveFormularRow_type {
	width: 130px;
}
.SmallFormular .ResponsiveFormularRow_year {
	width: 170px;
	margin-right: 0;
}

.ResponsiveFormularRow_clear {
	clear: both;
}
.ResponsiveFormularRow_clear .ResponsiveFormularCol {
	padding: 0;
}
.SmallFormular .ResponsiveFormularColFull .ResponsiveFormularRow .ResponsiveFormularColDesc {
	display: none;
}

@media (max-width: 600px) {
	.SmallFormular .ResponsiveFormularRow_type {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.SmallFormular .ResponsiveFormularRow_type .ResponsiveFormularCol {
		padding-bottom: 0;
	}
	.SmallFormular .ResponsiveFormularRow_name {
	width: calc((100% - 100px) / 2);
	}
	.SmallFormular .ResponsiveFormularRow_year {
		width: 80px;
	}
	.SmallFormular .ResponsiveFormularRow_year .HstInputNumber {
		margin: 0;
	}
	.SmallFormular .ResponsiveFormularRow_year a {
		position: absolute;
		top: -30px;
		right: 0;
	}
}
@media (max-width: 450px) {
	.SmallFormular .ResponsiveFormularRow_type select {
		max-width: 200px;
	}
}