html.guestLogin .disableOnGuest {
	display:none;
}

html .enableOnGuest {
	display:none;
}

html.guestLogin .enableOnGuest {
	display:block;
}

header .logoLine .sidelogo img {
    height: 40px;
	margin-top: 35px;
	margin-right: 30px;
	float: right;
}

.shopLoginContainer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	text-align: center;
	background-color: rgba(0,0,0,0.2);
	backdrop-filter: blur(5px);
}

.shopLoginContainer .innerWrap {
	border: ipx solid #272727;
    width: 350px;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
	border-radius: 10px;
}

.shopLoginContainer .innerWrap  hr {
	margin-top: 25px;
}

#startboxes {
	padding-top: 50px;
	padding-bottom: 50px;
}

.starboxesheadline {
	text-align: center;
}

#startboxes .box {
	float: left;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	width: 48.75%;
	position: relative;
	overflow: hidden;
}

#startboxes .box::before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 75%;
}

#startboxes .box:nth-child(2),
#startboxes .box:nth-child(3) {
	width: 23.125%;
	cursor: pointer;
}

#startboxes .box:nth-child(3) {
	margin-right: 0%;
}

#startboxes .box:nth-child(4) {
	margin-right: 0%;
	cursor: pointer;
}
	
#startboxes .box:nth-child(4)::before {
	padding-top: 34.25%;
}

#startboxes .box .bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	scale: 1;
	transition: all 0.3s ease-out;
}

#startboxes .box:hover .bg {
	scale: 1.02;
}

#startboxes .box:first-child .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	padding: 5%;
	height: 100%;
	background-color: rgba(0,52,112,0.6);
	color: #fff;
}

#startboxes .box:nth-child(2) .overlay .info,
#startboxes .box:nth-child(3) .overlay .info,
#startboxes .box:nth-child(4) .overlay .info {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5%;
	height: 100%;
	background-color: rgba(0,52,112,0.6);
	color: #fff;
	width: 100%;
	top: auto;
	height: auto;
	bottom: 0;
	display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}

#startboxes .box:nth-child(4) .overlay .info {
	padding: 2.5%;
}

#startboxes h2 {
	margin-top:0;
}

#startboxes .box:nth-child(2) .overlay a.link,
#startboxes .box:nth-child(3) .overlay a.link,
#startboxes .box:nth-child(4) .overlay a.link {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-indent: -100%;
}

#startboxes .box:first-child .overlay a.link {
    background-color: #f4930b;
    color: #fff;
    padding: 10px 20px;
    /*text-transform: uppercase;*/
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    display: inline-block;
	border-radius: 50px;
}

#startboxes .box:first-child h2 {
    font-size: 36px;
    line-height: 50px;
}

#startboxes .box:nth-child(2) .overlay .info .desc,
#startboxes .box:nth-child(3) .overlay .info .desc,
#startboxes .box:nth-child(4) .overlay .info .desc {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}

#startboxes .box:nth-child(2) .overlay .info h2,
#startboxes .box:nth-child(3) .overlay .info h2,
#startboxes .box:nth-child(4) .overlay .info h2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    font-size: 22px;
}

#startboxes .box .desc {
    font-size: 18px;
    line-height: 26px;
}

#startboxes .box:first-child .desc {
    margin-top: 30px;
}

#startBestseller {
	/*background-color: #f0f0f0;*/
	padding-bottom: 50px;
}

#startBestseller .heading {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}

#startBestseller .heading h1,
#startBestseller .heading h2 {
	font-size: 28px;
	margin: 0 auto;
	line-height: 50px;
	margin-bottom: 30px;
	font-weight: bold;
}

#startBestseller .heading p {
	font-weight: bold;
}

#startBestseller .showMoreBtn {
	text-align: center;
	margin-top: 30px;
}

#startBestseller .showMoreBtn a {
    background-color: #f4930b;
	color: #ffffff;
	padding: 15px 25px;
	display: inline-block;
	border-radius: 0px;
	margin: 0 auto;
	margin-left: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.3s ease-out;
	vertical-align: top;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 17.6px;
	border-radius: 50px;
}

#checkout,
#welcome {
    /*width: calc(100% - 40px);*/
    background-color: #FFFFFF;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
    padding: 20px;
    position: relative;
	color: #004370;
}



#checkout > .left {
    float: left;
    width: calc(100% - 500px);
    margin-right: 30px;
}

#checkout > .right {
    float: left;
    width: 470px;
	margin-top: 60px;
}

#checkout > .left > h1 {
    border-bottom: 1px solid #006eb8;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 25px;
}

#checkout > .right > .rightSideStickyScroll > h2 {
    border-bottom: 1px solid #006eb8;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 30px;
    font-weight: normal;
    padding-top: 10px;
}

#checkout > .right > .rightSideStickyScroll.sticky {
    position: fixed;
    top:0;
	background-color: white;
	border-radius: 15px;
}

#checkout > .right > .rightSideStickyScroll.sticky > h2 {
    margin-top:0;
}

#checkoutFormsWrap .formWrap {
	display: none;
	border: 1px solid #ccc;
	margin-top: 0px;
	padding: 20px;
	border-radius: 0 0 15px 15px;
}

#checkoutFormsWrap .formTrigger {
    padding: 10px;
    background-color: #006eb8;
    color: #fff;
    cursor: not-allowed;
	border-radius: 35px;
}

#checkoutFormsWrap .active .formTrigger,
#checkoutFormsWrap .finished .formTrigger,
#checkoutFormsWrap .accessable .formTrigger {
    cursor:pointer;
}

#checkoutFormsWrap > div {
	margin-bottom: 10px;
}

#checkoutFormsWrap .formTrigger span.cnt {
	display:inline-block;
	width: 25px;
	line-height: 25px;
	color: #272727;
	background-color: #ffffff;
	margin-right: 15px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
}

#progressDisplay .progressViewer {
    background-color: rgb(225, 225, 225);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 7px 15px;
    line-height: 25px;
    border-radius: 25px;
}

#progressDisplay .progressViewer .checkmark {
	float: right;
	display:none;
}

#progressDisplay .progressViewer.done .checkmark {
	display:block;
}

#checkoutFormsWrap .active .formTrigger {
    background-color: #003470;
	border-radius: 20px 20px 0 0;
}

#checkoutFormsWrap .active .formWrap {
    display: block;
}

#checkoutFormsWrap .formWrap h3 {
	font-size: 16px;
	/*text-transform: uppercase;*/
	color: #006eb8;
	margin-top:0;

}

#checkout > .left .left {
    float: left;
    width: calc(50% - 20px);
    margin-right: 40px;
}

#checkout > .left .right {
    float: left;
    width: calc(50% - 20px);
}


#checkout .checkoutAction,
#welcome .welcomeAction,
#nlAccForm .nlSaveBtn  {
    color: #ffffff;
    background-color: #f4930b;
    padding: 10px;
    display: inline-block;
    border-radius: 25px;
    cursor: pointer;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
}

#registerBtn {
	width: 200px;
	text-align: center;
}

#checkout .checkoutAction.red,
#welcome .welcomeAction.red {
    background-color: #e3000f;
}

#checkout input,
#checkout select,
#welcome input,
#welcome select,
.shopLoginContainer input {
    width: 100%;
    padding: 10px;
    border: 1px solid #272727;
    margin-bottom: 10px;
    color: #666666;
    line-height: 20px;
	border-radius: 3rem;
}

#checkout select {
	height: 42px;
}

#checkout #loginForm input,
.shopLoginContainer input {
    padding-left: 50px;
	border-radius: 50px;
}

#checkout input:-webkit-autofill,
#welcome input:-webkit-autofill,
.shopLoginContainer input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

#doLoginButton,
#doLoginButton1,
.shopLoginContainer #doLoginButton2 {
    background-color: #006eb8;
	border: none;
	padding: 10px 20px;
	font-size: 14px;
	float: right;
	border-radius: 25px;
	cursor:pointer;
	color: #ffffff;
	position: relative;
	margin-top: -25px;
	margin-left:10px;
	width: 120px;
	text-align: center;
}

#checkout #doLoginButton,
#checkout #doLoginButton1,
#checkout .shopLoginContainer #doLoginButton2 {
	width: 100%;
	margin: unset;
	margin-top: 10px;
}

#checkout #doLoginButton1 {
	border: solid 3px #f4930b;
}

#checkout .checkoutRegisterBtn {
	background-color: transparent;
	border: solid 3px #006db7;
    color: #006db7;
}


.registerCall {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.registerCall p {
	flex: auto;
}

#checkoutFormUser b {
	line-height: 40px;
}
#checkoutFormUser p {
	line-height: 22px;
}

#checkout #loginForm .inputOverlay,
.shopLoginContainer .inputOverlay {
	color: #006eb8;
	border-right: 1px solid rgb(255,255,255);
	/*background-color: rgb(255,255,255);*/
	width: 35px;
	position: absolute;
	font-size: 20px;
	text-align: center;
	height: 0px;
	margin-top: 1px;
	margin-left: 1px;
	line-height: 40px;
	border-radius: 0px 0px 0px 0px;
	z-index: 1;
}

#checkout #loginForm #triggerGetNewPwd,
.shopLoginContainer #triggerGetNewPwd2 {
	margin-top: 10px;
}

.shopLoginContainer #triggerGetNewPwd2 {
	text-align: left;
	color: #006fb8;
}

.shopLoginContainer .inputOverlay, #checkoutFormUser #loginForm .inputOverlay {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.shopLoginContainer .inputOverlay i, #checkoutFormUser #loginForm .inputOverlay i {
	line-height: 40px;
	padding: 0px 15px;
}
.shopLoginContainer form, #checkoutFormUser #loginForm {
	position: relative;
}

#checkoutFormUser .formWrap  {
	display: flex !important;
    flex-direction: row;
}


#checkout .formfield,
#welcome .formfield {
	width: calc(100% - 30px);
	clear: both;
	position: relative;
}


#nlAccForm {
	clear: both;
	position: relative;
}

#nlAccForm .formfield {
	clear: both;
	position: relative;
}

#checkout .formfield.half,
#welcome .formfield.half {
	float: left;
	margin-right: 30px;
	width: calc(50% - 30px);
	clear: none;
}

#checkout label.error,
#welcome label.error {
    position: absolute;
	width: auto;
	left: 0;
	bottom: 4px;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	color: #E3000F;
	background-color: #fff;
	max-width: 100%;
}

#checkout .checkboxWrap label.error,
#welcome .checkboxWrap label.error {
    display:none!important;
}

#checkout .checkboxWrap input.error,
#welcome .checkboxWrap input.error {
    outline: 1px solid #E3000F;
}

#checkout .formInnerWrap,
#welcome .formInnerWrap {
	margin-bottom: 20px;
}

#checkout input[type="checkbox"],
#checkout input[type="radio"],
#welcome input[type="checkbox"],
#welcome input[type="radio"],
#nlAccForm input[type="checkbox"] {
	margin-right: 20px;
	float: left;
	width: unset;
}

#checkout .checkboxtext,
#checkout .radiotxt,
#welcome .checkboxtext,
#welcome .radiotxt,
#nlAccForm .checkboxtext,
#nlAccForm .radiotxt {
	float: left;
	width: calc(100% - 50px);
	padding-top: 2px;
}

#checkout #doubleOptInConfirmWrap,
#welcome #doubleOptInConfirmWrap {
	display:none;
	padding-top: 30px;
}

#checkout #userRegForm.done #doubleOptInConfirmWrap,
#welcome #userCompForm.done #doubleOptInConfirmWrap {
	display: block;
}

#checkout #userRegForm.done .formOuterWrap,
#welcome #userCompForm.done .formOuterWrap {
	opacity: 0.2;
	position: relative;
}

#checkout #userRegForm.done .formOuterWrap::after,
#welcome #userCompForm.done .formOuterWrap::after {
	content: "";
	display:block;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	position: absolute;
}

#checkout span.req,
#welcome span.req {
	display: inline-block;
	color: #e3000f;
	font-weight: bold;
	margin-left: 2px;
}

#checkout input[type="radio"],
#welcome input[type="radio"] {
	position: static;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

#checkout #userBillAddrForm .radios {
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}

#checkout > .left .shipperWrap {
    margin-bottom: 30px;
}

#checkout > .left .shipperWrap .left {
    width: 200px;
}

#checkout > .left .shipperWrap .right img {
    width: 70px;
    height: auto;
}

#checkout > .left #shippingTable th,
#checkout > .left #shippingTable td {
    padding: 2px 15px 2px 0px;
    vertical-align: top;
}

#checkout > .left #shippingTable {
    width: 100%;
    margin-bottom: 30px;
}

#checkout > .left #shippingTableMobile {
	display:none;
}

#checkout #orderTable {
	width: 100%;
	margin-bottom: 30px;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#checkout #orderTable tbody tr td:first-child{
	text-align: left;
}


#checkout #orderTable th {
	text-align: center;
}

#checkout #orderTable thead > tr:first-child th:first-child {
	text-align: left;
}

#checkout #orderTable thead > tr:last-child th {
	font-weight: normal;
}

#checkout #orderTable th,
#checkout #orderTable td {
	vertical-align: top;
	border: 1px solid #f0f0f0;
	padding: 5px;
}

#checkout #orderTable td {
	text-align: right;
}

#checkout #orderTable tbody {
	border-top: 2px solid #ccc;
}

#checkout #orderTable tbody .overalls td:first-child {
	text-align: right;
}

#checkout #orderTable tbody .overalls:last-child td {
	font-weight: bold;
}


/* sticky Basket Overview in checkout */

#checkout .basketOverview {
	width: 100%;
	min-height: 200px;
	border-radius: 15px;
	padding: 25px;
	z-index: 100;
	padding-top: 35px;
}

#addressOverview {
	padding: 25px
}

#addressOverview .addressElement h4 {
	margin: 13px 0px;
	font-size: 23px;
}

#addressOverview .addressElement>div:first-child {
    display: flex;
    border-bottom: 2px #eaeaea solid;
    margin-bottom: 15px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#addressOverview .addressElement i {
	color: #939191;
	cursor: pointer;
}

.basketOverview .section1 {
	border: solid #eaeaea 2px;
	padding-bottom: 0;
	border-radius: 15px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	overflow: hidden;
}


.basketOverview .deliveryTime {
	background-color: #e6f1fa;
	padding: 15px;
}

.basketOverview .deliveryTime p {
	margin: 0;
}

.basketOverview .section1>div:first-child {
	padding: 15px;
	padding-bottom: 0;
}

.basketOverview .articles {
	padding: 20px;
}

.basketOverview .quantityInput {
	display: flex;
    align-items: center;
    gap: 5px;
}

.basketOverview .quantityInput input {
	padding-left: 15px !important;
}

.basketOverview .artWrapper {
	border: solid #eeeeee 2px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	position: relative;

}

.artSummarySection {
	display: flex;
    flex-direction: column;
}

.artSummarySection select {
	width: 80px !important;
	margin: 0 !important;
}

.artSummarySection input {
	width: 80px !important;
	margin: 0 !important;
}


.artSummarySection p {
	margin: 0;
}

.artSummarySection>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 13px;
    background-color: #e6f1fa;
    align-items: center;
}


.artSummarySection>div:first-child {
	background-color: #f7fafc;
}



#checkout .basketOverview h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 20px;
	margin-bottom: 10px;
	color: #006eb8;
}


.checkoutBaserArt {
	display: grid;
	grid-template-columns: auto 2fr 20px;
    gap: 13px;
    align-items: start;
}



.checkoutBaserArt .text p {
	margin: 0;
}

.checkoutBaserArt .text p:last-child {
	font-size: 10px;
}

.checkoutBaserArt .artImage {
	width: 80px;
    height: 80px;
    background-position: center;
    background-size: cover;
	border-radius: 5px;
}


.checkoutBaserArt img {
	width: 100%;
}

#checkout .basketOverview  i {
	color: #e3e3e3;
	font-size: 25px;
	cursor: pointer;
}

#checkout .basketOverview .order-price {
    display: flex;
    flex-direction: column;
}

#checkout .basketOverview .order-price .price_summary {
	margin-bottom: 10px;
	margin-top: 25px;
}

#checkout .basketOverview .order-price #BasketOverallPrice {
	font-size: 35px;
}

#checkout .basketOverview .order-price .price_summary {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#checkout .basketOverview .order-price>span:nth-child(2) {
	font-size: 30px;
}

.basketOverview .section2 {
	margin-top: 25px;
}

.basketOverview .section2>div {
    display: flex;
    justify-content: space-between;
	margin-top: 8px;
}

.basketOverview .section2>.mwst {
	margin: 0;
	font-size: 13px;
}

#shop .basketOverview .section2>.mwst  p {
	color: #738ea0;
}

#shop .basketOverview .deliveryTime p,
#shop .basketOverview .deliveryTime i {
	color: #006eb8;
	font-size: 16px;
}

.basketOverview .section2>div:last-child {
	margin-top: 30px;
	font-weight: bolder;
}


.xmark {
	width: 15px;
	height: 15px;
	position: relative;
	cursor: pointer;
}

.xmark>div {
    position: absolute;
    width: 100%;
    height: 1px; /* Adjust the thickness of the lines */
    background-color: #767676; /* Adjust the color as needed */
    top: 50%;
    left: 0;
    transform-origin: center;
}

.xmark i {
	font-size: 16px !important;
	color: #767676 !important;
}

.xmark>div:first-child {
	transform: rotate(45deg);
}

.xmark>div:last-child {
	transform: rotate(-45deg);
}




/* END */

#thepayiframe {
	border: none;
	margin:0;
	padding:0;
	width: 100%;
	height: auto;
	min-height: 400px;
	overflow: hidden;
}



#basketPayButton.disabled,
#checkout .checkoutAction.disabled {
	background-color: #A6A6A6;
	cursor: not-allowed;
}

#voucherNumbers .voucherInputs input,
#discountOuterWrap .discountInput input {
	width: calc(100% - 150px);
}

#basketBoxContainer #discountOuterWrap .discountInput input {
	width: calc(100% - 110px);
	padding-left: 20px;
}

#basketBoxContainer .discountNotice {
    padding: 23px;
    padding-top: 10px;
	color: #004370;
}

#basketBoxContainer #discountOuterWrap {
	padding: 0px 15px;
}

#voucherNumbers .voucherInputs .checkVoucher,
#discountOuterWrap .discountInput .checkVoucher {
	display: inline-block;
	background-color: #333333;
	color: #fff;
	cursor: pointer;
	width: 100px;
	text-align: center;
	line-height: 42px;
	margin-left: 10px;
	border-radius: 25px;
}

#voucherNumbers .voucherInputs .checkVoucher.done,
#discountOuterWrap .discountInput .checkVoucher.done {
	background-color: #A6A6A6;
}

#voucherNumbers .voucherWrap,
#discountOuterWrap .discountInnerWrap {
	position:relative
}

.disabled {
	opacity: 0.3;
}

#voucherNumbers .voucherWrap .voucherInfos span,
#discountOuterWrap .discountInnerWrap .voucherInfos span {
    color: green;
    font-weight: bold;
    position: absolute;
    background-color: #fff;
    bottom: 1px;
    border: 1px solid;
    padding: 2px;
}

#forgotPwdDiv2 .wrapper,
#forgotPwdDiv3 .wrapper {
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    background-color: #FFFFFF;
    /*border: 1px solid #666666;*/
    padding: 30px;
    top: 50%;
    margin-top: -125px;
	border-radius: 10px;
}
#forgotPwdDiv3 .wrapper {
	margin-top: -100px;
}


#welcome > .outerFormWrap {
	width: 70%;
}

.loggedOn header .welcome .first .headButtons.enableOnGuest  {
	display:none;
}

.loggedOn.guestLogin header .welcome .first .headButtons.enableOnGuest  {
	display: flex;
}

#prodConfigurator {
    background-color: #E1E1E1;
    color: inherit;
}

#prodConfigurator select {
    color: #fff;
}

.formfield .specialphone .areacode {
	width: 110px;
	float: left;
	margin-right: 10px;
}

.formfield .specialphone .phonenum {
  	float: left;
  	width: calc(100% - 120px);
}
.langredirect {
	/*display: none;*/
}
.langredirect .cont {
	position: fixed;
	width: 500px;
	height: 300px;
	background-color: white;
	opacity: 1;
	top: calc(50% - 150px);
	left: calc(50% - 250px);
	z-index: 1000;
	border-radius: 5px;
}

.langredirecthead {
	background-color: #006eb8;
	height: 90px;
	border-radius-top: 5px;
}

.triangle {
	background-color: #006eb8;
	width: 80px;
	height: 80px;
	position: absolute;
	left: calc(50% - 40px);
	top: 35px;
	/*background-color: black;*/
  	rotate: 45deg;
}

.langredirect img {
	width: 100px;
	height: auto;
	position: absolute;
	margin: 25px;
	margin-left: calc(50% - 50px);
	z-index: 10000;
}
.langredirect .damper {
	position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    width: 100vw;
    height: 100vh;
	opacity: 0.5;
	z-index: 900;
}

.langredirect .txwrap {
	margin-top: 65px;
}
.langredirect .txwrap p {
	text-align: center;
	font-size: 25px;
}

.langredirect .langbtns {
	float: left;
    width: 310px;
	margin-top: 20px;
    margin-left: calc(50% - 155px);
}

.langredirect .langbtns a:last-child {
	background-color: #f4930b;
}

.langredirect .langredirectbtn {
	width: 120px;
	height: 50px;
	background-color: #006eb8;
	color: white;
	line-height: 50px;
	display: block;
	text-align: center;
	float: left;
	border-radius: 25px;
}

.langredirect .langbtns a:hover {
	cursor: pointer;
}

#universal-popup #poptxt {
	font-size: 18px;
}

#universal-popup .langbtns {
    display: flex;
    justify-content: space-around;
}

@media (max-width: 992px) {
	header .logoLine .sidelogo img {
	    position: absolute;
	    width: 65px;
	    height: auto;
	    left: 10px;
	    top: 20px;
	    z-index: 99;
	}

	#checkout,
	#welcome {
	    width: 100%;
	}

	#checkout > .right {
		/*display:none;	*/
		width: 100%;
		margin-top: 15px;
	}

	#checkout .basketOverview {
		padding: 0;
	}

	#checkout > .left {
	    width: 100%;
	}

	#addressOverview {
		padding: 0px;
		margin-top: 25px;
	}

}

@media (max-width: 600px) {
	#checkout .formfield,
	#welcome .formfield {
	    width: 100%;
	}

	#checkout .formfield.half,
	#welcome .formfield.half {
	    width: 100%;
	}

	#checkout > .left #shippingTable {
		display:none;
	}

	#checkout > .left #shippingTableMobile {
		display:block;
	}

	#orderInformationWrap {
	    overflow: auto;
	    margin-bottom: 20px;
	}

	#checkout > .left #checkoutFormUser .left {
	    width: 100%;
	    margin-right: 0px;
	    margin-bottom: 30px;
	}

	#checkout > .left #checkoutFormUser .right {
	    width: 100%;
	    margin-right: 0px;
	}
}

@media (max-width: 500px) {
	.checkoutBaserArt {
		grid-template-columns: 1fr;
	}

	.checkoutBaserArt>div:last-child {
		position: absolute;
		right: 15px;
		top: 15px;
	}

	.artSummarySection .quantityInput {
		flex-direction: column;
		align-items: flex-start;
	}
}


@media (max-width: 380px) {
	.loggedOn header .welcome .first .headButtons {
	    margin-left: 5px;
	    margin-right: 5px;
	}
}
