@charset "UTF-8";

/* cart default */
.cart_summary_header {
	/*background: #E8E8E8 url(../images/system/backgrounds.png) top repeat-x;
	border-bottom: solid #E9E8E8 1px;
	padding: 6px 5px 5px 3px;
	*/
    /*background-color: rgba(0,0,0,.03);*/
    background-color: #034593;
    /*background-color: #006;*/
    border-bottom: 4px solid #006;
	color: #fff;
}

.cart_summary_label {
	font-weight: bold;
	/*padding-left: 4px;*/
	float: left;
	width: 100%;
}

.cart_summary_content .img.cartitem_img {
	float: left;
	max-width: 79px;
	border: 0;
}

a.cartitem_link, a#change_shipment, a#change_payment {
	text-decoration: none;
	color: #006;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
}

a.cartitem_link:hover, a#change_shipment:hover, a#change_payment:hover {
	text-decoration: none;
	color: #a2c03a;
}

span.dataproof_title, span.proof_title, span.express_title, span.grafikpaket_title, span.accessory_title {
	/*
	position: relative;
	text-decoration: none;
	color: #006;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	*/
}

.proof_help_box, .gfx_help_box, .express_help_box {
	display: none;
}

#btn_guest_continue_step2, a#btn_continue_step4 {
	float: right;
}

/*  MARK  */

/* header */

div.cart_navigation {
	/*width: 666px;*/
	overflow: hidden;
}

div.cart_navigation ul {
	padding: 0;
	margin: 0;
}

div.cart_navigation ul li {
	/*list-style: none;*/
	display: inline;
	/*position: relative;*/
	/*background: url('../images/system/cart/navigation/background_item_inactive.png') top right no-repeat;*/
	/*height: 58px;*/
	float: left;
	/*
	padding: 0;
	margin: 0;*/
}

div.cart_navigation ul li.cart_nav_item1, div.cart_navigation ul li.cart_nav_item1_active {
	/*left: 0;*/
	/*width: 100px;*/
}

div.cart_navigation ul li.cart_nav_item2, div.cart_navigation ul li.cart_nav_item2_active {
	/*left: -15px;*/
}

div.cart_navigation ul li.cart_nav_item3 ,div.cart_navigation ul li.cart_nav_item3_active {
	/*left: -30px;*/
}

div.cart_navigation ul li.cart_nav_item4, div.cart_navigation ul li.cart_nav_item4_active {
	/*left: -45px;*/
}

div.cart_navigation ul li.cart_nav_item5, div.cart_navigation ul li.cart_nav_item5_active {
	/*left: -60px;*/
}

div.cart_navigation ul li.cart_nav_item6, div.cart_navigation ul li.cart_nav_item6_active {
	/*left: -75px;*/
}

/* Modernes Stepper Design */
.cart-stepper-container {
	width: 100%;
	padding: 20px 0;
}

.cart-stepper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.cart-step-link {
	flex: 1;
	display: flex;
	justify-content: center;
	text-decoration: none;
	color: inherit;
}

.cart-step-link:hover:not(.cart-step-disabled) .cart-step-circle {
	transform: scale(1.1);
}

.cart-step-disabled {
	cursor: default;
	pointer-events: none;
}

.cart-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 2;
}

.cart-step-circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e9ecef;
	border: 3px solid #e9ecef;
	transition: all 0.3s ease;
	position: relative;
	z-index: 3;
}

.cart-step-circle i {
	font-size: 24px;
	color: #fff !important;
}

/* Aktiver Schritt */
.cart-step-active .cart-step-circle {
	color: #fff;
}

.cart-step-active .cart-step-circle i {
	color: #fff !important;
}

.cart-step-active .cart-step-circle {
	background-color: #006;
	border-color: #006;
	box-shadow: 0 0 0 4px rgba(0, 0, 102, 0.2), 0 4px 12px rgba(0, 0, 102, 0.3);
	border: 4px solid #006;
}

.cart-step-active .cart-step-circle::before {
	content: '';
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	border: 3px solid #006;
	border-radius: 50%;
	opacity: 0.3;
}

.cart-step-active .cart-step-label {
	color: #006;
	font-weight: 600;
}

/* Abgeschlossener Schritt */
.cart-step-completed .cart-step-circle {
	background-color: #006;
	border-color: #006;
	color: #fff;
}

.cart-step-completed .cart-step-label {
	color: #006;
	font-weight: 500;
}

/* Inaktiver Schritt */
.cart-step-inactive .cart-step-circle {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff;
}

.cart-step-inactive .cart-step-label {
	color: #6c757d;
}

/* Label */
.cart-step-label {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: #495057;
	white-space: nowrap;
}

/* Verbindungslinien */
.cart-step-line {
	flex: 1;
	height: 3px;
	background-color: #adb5bd;
	margin: 0 -10px;
	margin-bottom: 40px;
	z-index: 1;
}

.cart-step-line-completed {
	background-color: #006;
	height: 3px;
}

img.greenBox, img.redBox, img.grayBox {
    width: 97px;
    height: 4px;
    position: relative;
    top: 4px;
    right: 0px;
}

a.cartNav_inactive:hover {
	text-decoration: none;
	color: #444;
	cursor: default;
}

/* end header */

/* login, register, addresses */

img.icon_billingaddress {
	float: left;
	padding-right: 24px;
}

/* login, register, addresses - END */

span.accessory_title {
	/*cursor: pointer;*/
	color: #006; 
	font-weight: bold
}

span.btn_cart_reset {
	color: #444;
	border: 0;
	background: url(../images/system/icon_cart_delete.jpg) top no-repeat;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px;
	width: 38px;
	height: 37px;
	float: left;
}

span.btn_cart_reset:hover {
	color: #a2c03a;
	background: url(../images/system/icon_cart_delete_hover.jpg) top no-repeat;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px;
	border: 0;
	width: 38px;
	height: 37px;
	float: left;
}


span.btn_cart_continue {
	color: #444;
	border: 0;
	background: url(../images/system/icon_cart_continue.jpg) top no-repeat;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px;
	width: 38px;
	height: 37px;
	float: right;
}

span.btn_cart_continue:hover {
	color: #a2c03a;
	background: url(../images/system/icon_cart_continue_hover.jpg) top no-repeat;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px;
	border: 0;
	width: 38px;
	height: 37px;
}


table.cart_table_width100 {
	width: 100%;
}

table .cart_table_width40 {
	width: 40%;
}

span.cart_prd_accessories {
	font-weight: bold;
	cursor: pointer;
}

span.cart_prd_accessories img {
	position: relative;
	top: 1px;
	padding-right: 8px;
}

tr.cart_accessory_row {
	display: none;
}


div.tooltip_dataproof, div.tooltip_proof {
	display: none;
	position: absolute;
	font-weight: normal;
	font-size: 1em;
	width: 360px;
    border: 1px solid #ACC90A;
	border-radius: 12px;
	color: #444;
	left: 128px;
	top: -120px;
	padding: 10px 10px 10px 10px;
	background-color: white;
	z-index: 1;	
}

div.tooltip_grafikpaket {
	display: none;
	position: absolute;
	font-weight: normal;
	font-size: 1em;
	width: 280px;
    border: 1px solid #ACC90A;
	border-radius: 12px;
	color: #444;
	left: 128px;
	top: -120px;
	padding: 10px 10px 10px 10px;
	background-color: white;
	z-index: 1;	
}


div.tooltip_express {
	display: none;
	position: absolute;
	font-weight: normal;
	font-size: 1em;
	width: 360px;
    border: 1px solid #ACC90A;
	border-radius: 12px;
	color: #444;
	left: 128px;
	top: -100px;
	padding: 10px 10px 10px 10px;
	background-color: white;
	z-index: 1;	
}

span.tooltip_dataproof_warning {
	float: left;
	color: red;
	font-size: 54px;
	padding-right: 14px;
	font-weight: bold;
	text-shadow: 2px 2px #444;
}

/** accessory tooltip styles **/
td.cart_accessoires {
	position: relative;
}

div.tooltip_accimage {
    position: relative;
    float: left;
    width: 90px;
}

div.tooltip_accessoires {
    width: 300px;
	/*height: 100px;*/
	overflow: hidden;
    border: 1px solid #ACC90A;
	border-radius: 12px;
	padding: 10px 10px 10px 10px;
	display: none;
	position: absolute;
	top: -106px;
	left: 170px;
	background-color: white;
	z-index: 1;
	color: #444;
	font-weight: normal;
}

div.tooltip_acctitle {
    font-family: Arial,Verdana,sans-serif;
    color: #006;
    font-size: 1em;
    font-weight: bold;
	border-bottom: 1px solid #F3F3F0;
	height: 18px;
	margin-bottom: 7px;
}

div.tooltip_expresstext {
    position: relative;
    float: left;
    width: 100%;
    font-size: 1em;
	text-align: left;
    font-family: Arial,Verdana,sans-serif;
    color: #444;
    font-weight: normal;
}

div.tooltip_acctext {
    position: relative;
    float: right;
    width: 190px;
    font-size: 1em;
	text-align: left;
    font-family: Arial,Verdana,sans-serif;
    color: #444;
    font-weight: normal;
}

a.tooltip_close {
	float: right;
	margin-top: 12px;
}

/* content */

table.cart-summary span.cartitem_title {
	text-decoration: none;
	color: #006;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
}

table.cart-summary tr td {
	vertical-align: top;
}

table.cart-summary td {
	color: #444;
	font-size: 1em;
}

td.price_column {
	text-align: right;
}

table.cart-summary span.gesamtpreis {
color: #444;
}

table.cart-summary tr th {
	background: #E8E8E8 url(../images/system/backgrounds.png) top repeat-x;
	border-bottom: solid #E9E8E8 1px;
	padding: 6px 5px 5px 3px;
}

th.cart_th_carttotal {
	width: 80px;
	text-align: right;
}

/* thankyou */

span.acknowledge_headline{
    color: #A2C03A;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
}

div#datenupload a.wetransfer {
    text-decoration: none;
    color: #444;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    font-weight: normal;
}

div#datenupload a.wetransfer:hover {
    text-decoration: none;
    color: #A2C03A;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    font-weight: normal;
}

hr.acknowledge_line {
    border: 1px solid #DDD;
    margin-top: 20px;
    margin-bottom: 20px;
	clear: both;
}

div#acknowledge_vielendank, div#acknowledge_druckdaten, div#acknowledge_kontaktdaten {
    margin-bottom: 20px;
}

div#icon_datenupload, div#icon_acknowledge, div#icon_contact {
    float: left;
	width: 38px;
	margin-right: 20px;
	margin-bottom: 20px;	
}

div#acknowledge_headline {
    clear: right;
    height: 38px;
	display: table-cell;
	vertical-align: middle;
}

div#acknowledge_content {
    clear: both;
}

a.datenupload_button {
	color: white;
	border: 0;
	/*background: url(../images/system/btn_addToCart_132x24.png) top no-repeat;*/
	font-size: 1em;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px;
	font-weight: bold;
	/*width: 120px;*/
	float: right;
}

a.datenupload_button:hover {
	color: #444;
	/*background: url(../images/system/btn_addToCart_active_132x24.png) top no-repeat;*/
}

div#datenupload {
	display: table-cell;
	vertical-align: middle;
}

div#icon_arrow {
	width: 25px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	left: 20px;
}

div#datentransfer {
	display: table;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

#accept_tos, #bp_accept_tos {
	margin-right: 1em;
}
/*
select#billingAddressCompanyLegalForm_ch {
	display: none;
}
*/

.dataproof_more_hide {
	display: none;
}

.label_heading_review {
	color: #006;
	font-weight: bold;
	font-size: 1.3em;
	/*float: left;*/
}



@media(max-width:767px){
	.label_heading_review {
		font-size: 0.8em;
	}
	
	form div span {
		font-size: 0.8em;
	}
	
	.cart_price_regular {
		font-size: 0.8em;
	}
	
	.cart_summary_content  {
		font-size: 0.8em;
	}
	
}