/* COPY-DIGITALDRUCK CONFIGURATOR STYLES */

.variation dd > p:after { content: none !important; }

.woocommerce-shipping-methods { margin-left: -140px; }
/*Vorschau Link nach dem Hochladen der PDF */
span.sb { display: unset; }
span.nsb { display: none; font-weight: bold; color: #18A2F2; font-size: 1.1rem; }
span.nsb:hover { color: #0db50c; font-size: 1.2rem; }
#flip_arrow { display: none; }
.notsb { display: inline; }

/* Überschrift im Warenkorb ausblenden */
dt.variation-ltspanclassquotsbquotgtPDF-Druckvorlagenhochladenltspangtltspanclassquotnsbquotgt3DVorschauansehenltspangt {
    display: none !important;
}
/* Dokumentenvorschau als Flipbook im Popover */

#flipbook_overlay {
  position: fixed; 
  top: 42px; left: 0;
  width: 100vw; 
  height: 100vh;
  background: rgba(0,0,0,0.3);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
#flipbook_overlay.active {
    display: block;
}
*/
#flipbook_modal {
  background: #fff;
  border-radius: 10px;
  box-shadow: 7px 7px 28px rgba(0,0,0,0.6);
  padding: 14px;
  position: relative;
  max-width: 90vw;
  max-height: 90vh; 
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-wrapper {
    box-shadow: 7px 14px 21px #7a7a7a;	
}
	

#flipbook_close {
    position: absolute;
/*    top: 21px; */
    right: 21px;
    background: transparent;
    border: none;
    font-size: 42px;
    color: #a91313;
    cursor: pointer;
    z-index: 10001;
    font-weight: 900;
}

#flipbook_container {
  width: 942px;
  height: 600px;
  transition: transform 0.3s ease;
  touch-action: pinch-zoom;
  transform-origin: top left;
  cursor: grab;
  transition: box-shadow 0.7s;
  touch-action: none;
  position: relative;
  box-shadow: 0 0 20px #ccc;
}

#flipbook_container .page {
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
  margin: 0;
  padding: 0;
  background-color: white;
  position: relative;
}

/* Buchbindungs-Schatten */
#flipbook_container .page::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  background: linear-gradient(to right, rgba(0,0,0,0.1), transparent);
  left: -12px;
  z-index: 1;
}

#flipbook_container .page:nth-child(even)::before {
  left: auto;
  right: -12px;
  background: linear-gradient(to left, rgba(0,0,0,0.1), transparent);
}

#flipbook_container.dragging {
  cursor: grabbing;
}

.page.leer {
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
}

#flipbook_controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

#flipbook_controls button {
  font-size: 20px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: rgb(235,231,231,0.9);
  color: #4079A3;
  border-radius: 6px;
  cursor: pointer;
  z-index: 10001;
}

#flipbook_controls button:hover {
    background-color: #f0f0f0;
}

#flip_arrow {
  position: absolute;
  right: 35px;
  top: 7%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #bb3939;
  cursor: pointer;
  z-index: 1000;
  text-shadow: 0 0 3px black;
}

#flipbook_container.zoomed .page {
  transform: scale(1.5);
  transform-origin: center center;
}
 
.page-wrapper { top: 42px; }

@media (max-width: 600px) {
  #flipbook_container {
    width: 90vw;
    height: 60vh;
  }
  #flipbook_modal {
    max-width: 95vw;
    padding: 10px;
  }
}


/* Ende der Dokumentenvorschau als Flipbook im Popover */

.summary .product_meta>* { display: none; }
.wapf-field-description span { font-weight: bold; font-size: 17px; line-height: 17px; text-decoration: underline; }
ul#shipping_method { margin-top: 28px; }

/* Abholadresse */
input#shipping_method_0_flat_rate11:checked ~ label:before, input#shipping_method_0_flat_rate10:checked ~ label:before {
    content: 'Abholadresse: \A Bachelorarbeit-binden.com, \A Knooperweg 142, \A 24105 Kiel';
    position: absolute;
    width: 170px;
    background-color: #0a206d;
    padding: 12px;
    border-radius: 15px;
    transform: translateX(-122%);
    color: white;
	display: none;		/* ausblenden */
}
.abholung { padding-top: 14px !important; border-top: 3px solid #4FAAE7; }
#wapf_824 > div.wapf-product-totals { border-top: 3px solid #4FAAE7 !important; }

.woocommerce .woocommerce-invalid input.input-text, .woocommerce .woocommerce-invalid select, .woocommerce .woocommerce-invalid textarea {
    color: #687186 !important; border-color: #8D3640 !important; }

.variation {
	max-height: 60px;
	overflow: hidden;
	transition: all 1.5s ease;
}

.variation:hover {
	max-height: 1200px;
}

.page-id-101 abbr.required, #order_review > table > tbody > tr > td.product-name > div.wc-gzd-product-name-left {
    display: none !important;
}

dl.variation dt {
    width: 100%;
	font-weight: 900;
}

dl.variation dd {
	margin-bottom: 10px;
}
tr.woocommerce-cart-form__cart-item.cart_item > td.product-thumbnail {
display: none !important;
}

.woocommerce input[type=checkbox], .woocommerce input[type=radio] {
    min-width: 16px;
}

.woocommerce-shipping-methods li {
    border: 1px solid #eaeaea;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 12px;
}

#d40-addon-header {
	width:100%;
	max-width: 1150px;
	display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
	height: 100px;
}

.d40-col-1 {
	font-size: 35px;
    font-weight: 900;
    text-align: center;
}

.d40-col-2 {
    padding: 25px;
}

.d40-col-3 {
    text-align: center;
    border: 1px solid #eaeaea;
    padding: 5px;
    margin-left: 20px;
}

.form-row .required {
    color: #0675c4;
}

.variation dd > p:after {
    content: ' âœ“';
}

.woocommerce-checkout .shop_table {
    background-color: #ffffff;
}

dl.variation dd, dl.variation dt {
    padding: 1px;
}

.woocommerce-gzd-checkout #order_review_heading {
    display: none !important;
}

#order_review > table > tbody > tr > td.product-name > div.wc-gzd-product-name-right > dl {
	margin-top: 15px;
}

.wapf-pricing-hint {
	display: none !important;
}

.d40_buch_konfigurator .woocommerce table.woocommerce-checkout-review-order-table td, #order_review > table > tbody > tr > td.product-name > div.wc-gzd-product-name-right {
	width: 100%;
}

.wapf-swatch.wapf-swatch--color.wapf-tt-wrap.wapf-checked::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 36px;
    left: 5px;
    color: #11b506;
    top: -10px;
}

.price {
    display: block;
    font-size: 22px;
}

.button.alt, .button.checkout, .button.pay, .button.view, .button[name*=save_], input[type=submit].alt, input[type=submit].checkout, input[type=submit].pay, input[type=submit].view, input[type=submit][name*=save_] {
	background-image: linear-gradient(45deg, #ff512f 0%, #dd2476 100%);
    color: #FFFFFF;
}

#config_product_image {
    position: sticky;
    top: 100px;
}

form.cart .quantity {
    float: left;
    margin-right: 10px;
    position: sticky;
    bottom: 10px;
}
/* input#quantity_65609d7bb20ad */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important;
}
input#quantity_65609d7bb20ad { -webkit-appearance: inner-spin-button !important; }
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-top: 0;
    list-style: none;
    position: relative;
    margin-bottom: 20px;
    padding: 15px 159px 15px 15px;
    background: #032559;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.woocommerce-Message>.button, .woocommerce-Message>input[type=submit], .woocommerce-message>.button, .woocommerce-message>input[type=submit] {
    padding: 0;
    line-height: 1.6;
    background: 0 0;
    color: #001b40;
    border-radius: 0;
    background-color: white;
    padding: 5px;
}

strong.full_price {
    text-decoration: line-through;
    float: right;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    right: 24px;
    top: 5px;
    color: #dd2476;
}

.oekotext01 {
    color: #1B1464;
    font-weight: normal;
    display: flex;
    background-color: #eeffdc;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    margin: 0px 0px;
    padding: 14px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

#farbdruck > div > img { width: 100%; }

#ecoBlock > div > p {
	width: 60%;
}

#ecoBlock > div > img {
	width: 40%;
}

.d40_config_buchecken .wapf-field-input {
display: flex;
align-items: center;
}

.d40_config_leseband .wapf-field-input{
display: flex;
align-items: center; 
}

.d40_config_buchecken .wapf-field-input:before {
    content: '';
    background-image: url('../../uploads/2023/03/Buchecken.webp');
    background-size: 150px;
    background-repeat: no-repeat;
    padding-left: 150px;
    height: 144px;
    margin-right: 20px;
}

.d40_config_leseband .wapf-field-input:before {
    content: '';
    background-image: url('../../uploads/2023/03/Leseband.webp');
    background-size: 150px;
    background-repeat: no-repeat;
    padding-left: 150px;
    height: 144px;
    margin-right: 20px;
}

.wapf-radios {
	display: flex;
	flex-wrap: wrap;
}

.d40_config_cddvd .wapf-radios:before {
    content: '';
    background-image: url('../../uploads/2023/03/CD-Huelle.webp');
    background-size: 150px;
    background-repeat: no-repeat;
    padding-left: 150px;
    height: 144px;
    margin-right: 20px;
}

.d40_config_dreiecktasche .wapf-radios:before {
    content: '';
    background-image: url('../../uploads/2023/03/Dreieckstasche.webp');
    background-size: 150px;
    background-repeat: no-repeat;
    padding-left: 150px;
    height: 144px;
    margin-right: 20px;
} 

.d40_config_cddvdohne .wapf-radios:before {
    content: '';
    background-image: url('../../uploads/2023/03/cd_ohne_label.webp');
    background-size: 150px;
    background-repeat: no-repeat;
    padding-left: 150px;
    height: 144px;
    margin-right: 20px;
} 

.d40_config_cddvdmit .wapf-radios:before {
    content: '';
    background-image: url('../../uploads/2023/04/cd_mit_blauem_label.webp');
    background-size: 150px;
    background-repeat: no-repeat;
    padding-left: 150px;
    height: 144px;
    margin-right: 20px;
} 

.wapf-field-group, .wapf-section {
    position: relative;
}


#product-824 > div.summary.entry-summary > h1, #post-101 > h1, #product-824 > div.summary.entry-summary > p, #wapf_824 > div.wapf-product-totals > div > div:nth-child(1), #wapf_824 > div.wapf-product-totals > div > div:nth-child(2)  {
	display: none !important;
}
/* #product-824 > div.summary.entry-summary > div rausgenommen */

.farbdruck { display: block !important; width: 56%; margin: -70px auto 0px auto;}
.legal-price-info { display: none; }
.woocommerce-product-details__short-description { background: #e5e9e8; }
.field-639724b67db52 .wapf-field-label { font-size: 1.4rem; font-weight: 700; }

body.page-id-101 input[type=date], body.page-id-101  input[type=email],body.page-id-101   input[type=number], body.page-id-101  input[type=password], body.page-id-101  input[type=search], body.page-id-101  input[type=tel], body.page-id-101  input[type=text], body.page-id-101  input[type=url], body.page-id-101  select, body.page-id-101 textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 10px 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wapf-swatch--color.wapf-checked .wapf-color {
    border: 0px;
}

div.product {
    position: inherit;
}

.woocommerce-product-gallery {
	display: none !important;
}

#config_frame {
	position: relative;
}

.tm-header, .tm-header-mobile {
    position: relative;
    z-index: 9999;
}

body.updating_config #config_frame::after {
    color: black;
    font-size: 24px;
    font-weight: 600;
//    content: 'Lädt...';
    position: fixed;
    background-color: #fffffff5;
    background-image: url('../../uploads/2023/03/331-loader-2.gif');
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;
    width: 50%;
    text-align: center;
    height: 600px;
    padding-top: 35vh;
    right: 0;
    top: 100px;
    pointer-events: all;
    display: block;
}


	.wapf-input-label {
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
	}
	
	.titel_der_arbeit_4, .titel_der_arbeit_5, .titel_der_arbeit_6, .titel_der_arbeit_7, .titel_der_arbeit_8 {
		display: none;
	}
	
	div#zeileButts {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-content: center;
		  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
	
		div#zeileButts > div {
background-color: #fff;
		color: #333;
		transition: all 0.3s ease;
}
	
	div#zeileButts > div:hover {
background-color: #333;
		color: #fff;
		transition: all 0.3s ease;
}
	
div#zeileAdd {
    position: relative;
    width: 150px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
	cursor: pointer;
	margin-right: 10px;
}
	
	div#zeileDel {
	display: none;
    position: relative;
    width: 150px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
	cursor: pointer;
		margin-right: 10px;
}
	
div.titel_der_arbeit_8.wapf-hide ~ #zeileButts {
	display: none !important;
}

	
.wapf-swatch--color {
    border: 1px solid #333;
    height: 32px;
}
	
	.wapf-color {
		text-align: center;
	}
	
	
#d40_prod_image {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 850px;
    text-align: center;
}
	
	/*Default States*/
	
	body.ringbuchbindung #d40_konfig_text, body.ringbuchbindung #d40_konfig_strip, body.ringbuchbindung #zeileButts, body.hardcover #d40_konfig_strip, body.ohne_titel_druck #d40_konfig_text, body.leimbindung #d40_konfig_buchecken, body.ringbuchbindung #d40_konfig_buchecken, body.leimbindung #d40_konfig_leseband {
		display: none !important;
	}
	
	/*Make Font Black for Leim*/
	
	.leim_mit #d40_konfig_text {
		color: #000 !important;
	}
	
	/* BOOK COLORS */
		
/*		.hard_mit.blau #d40_prod_image, .hard_ohne.blau #d40_prod_image{
		background-image: url('../../uploads/2022/06/einbanddeckel-blau5.webp');} */	
		.blau #d40_prod_image { background-image: url('../../uploads/2022/06/einbanddeckel-blau5.webp'); } 
	
/*		.hard_mit.schwarz #d40_prod_image, .hard_ohne.schwarz #d40_prod_image {
		background-image: url('../../uploads/2022/06/einbanddeckel-schwarz.webp'); } */
		.schwarz #d40_prod_image { background-image: url('../../uploads/2022/06/einbanddeckel-schwarz.webp'); }

/*		.hard_ohne.gruen #d40_prod_image, .hard_mit.gruen #d40_prod_image  {
		background-image: url('../../uploads/2022/06/einbanddeckel-gruen1.webp'); } */
		.gruen #d40_prod_image { background-image: url('../../uploads/2022/06/einbanddeckel-gruen1.webp'); }
		
/*		.hard_ohne.dunkelrot #d40_prod_image, .hard_mit.dunkelrot #d40_prod_image  {
		background-image: url('../../uploads/2022/06/einbanddeckel-bordeaux.webp'); }*/
		.dunkelrot #d40_prod_image { background-image: url('../../uploads/2022/06/einbanddeckel-bordeaux.webp'); }
	
/*		.hard_ohne.graublau #d40_prod_image, .hard_mit.graublau #d40_prod_image  {
		background-image: url('../../uploads/2022/06/einbanddeckel-graublau.webp'); }*/
		.graublau #d40_prod_image {background-image: url('../../uploads/2022/06/einbanddeckel-graublau.webp'); }
	
		.hard_ohne.weiss #d40_prod_image, .hard_mit.weiss #d40_prod_image  {
		background-image: url('../../uploads/2022/06/einbanddeckel-weiss.webp');
	}
	
/*		.hard_ohne.beige #d40_prod_image, .hard_mit.beige #d40_prod_image  {
		background-image: url('../../uploads/2022/06/einbanddeckel-beige.webp');}*/
		.beige #d40_prod_image { background-image: url('../../uploads/2022/06/einbanddeckel-beige.webp');}
			
/*		.hard_ohne.grau #d40_prod_image, .hard_mit.grau #d40_prod_image  {
		background-image: url('../../uploads/2022/06/einbanddeckel-grau.webp'); }*/
		.grau #d40_prod_image { background-image: url('../../uploads/2022/06/einbanddeckel-grau.webp'); }
	
	.leim_ohne.grau #d40_prod_image, .leim_mit.grau #d40_prod_image  {
		background-image: url('../../uploads/2022/06/einband_softcover_grau.webp');
	}
	
	.leim_ohne.koenigsblau #d40_prod_image, .leim_mit.koenigsblau #d40_prod_image {
		background-image: url('../../uploads/2022/06/einband_softcover_koenigsblau.webp');
	}
	
	.leim_ohne.blau #d40_prod_image, .leim_mit.blau #d40_prod_image {
		background-image: url('../../uploads/2022/06/einband_softcover_blau.webp');
	}
	
	.leim_ohne.nachtblau #d40_prod_image, .leim_mit.nachtblau #d40_prod_image {
		background-image: url('../../uploads/2022/06/einband_softcover_nachtblau.webp');
	}
		.leim_ohne.dunkelrot #d40_prod_image, .leim_mit.dunkelrot #d40_prod_image {
		background-image: url('../../uploads/2022/06/einband_softcover_dunkelrot.webp');
	}
	
		.leim_ohne.rot #d40_prod_image, .leim_mit.rot #d40_prod_image {
		background-image: url('../../uploads/2022/06/einband_softcover_rot.webp');
	}
	
		.leim_ohne.gruen #d40_prod_image, .leim_mit.gruen #d40_prod_image {
		background-image: url('../../uploads/2022/06/einband_softcover_gruen.webp');
	}
	
		.leim_ohne.gelb #d40_prod_image, .leim_mit.gelb #d40_prod_image {
		background-image: url('../../uploads/2022/06/einband_softcover_gelb.webp');
	}
	
		.leim_ohne.beige #d40_prod_image, .leim_mit.beige #d40_prod_image {
		background-image: url('../../uploads/2022/06/einband_softcover_elfenbein.webp');
	}
	
		.leim_ohne.weiss #d40_prod_image, .leim_mit.weiss #d40_prod_image {
		background-image: url('../../uploads/2022/06/einband_softcover_weiss.webp');
	}

	.ringbuchbindung #d40_prod_image {
		background-image: url('../../uploads/2023/02/vorschau_ringbuch_front8.webp');
	}



	
	
	/* ******************** */
	
	/* Bindestrip */
	
	
	#d40_konfig_strip {
		position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
	}
	
		#d40_konfig_strip.schwarz,  #d40_konfig_strip.schwarz {
		background-image: url('../../uploads/2022/06/faelzelband_schwarz.png');
	}
	
	
		#d40_konfig_strip.weiss,  #d40_konfig_strip.weiss {
		background-image: url('../../uploads/2022/06/faelzelband_weiss.png');
	}
	
	
		#d40_konfig_strip.rot,  #d40_konfig_strip.rot {
		background-image: url('../../uploads/2022/06/faelzelband_rot.png');
	}
	
	
		#d40_konfig_strip.blau,  #d40_konfig_strip.blau {
		background-image: url('../../uploads/2022/06/faelzelband_blau.png');
	}
	
	
		#d40_konfig_strip.grau,  #d40_konfig_strip.grau {
		background-image: url('../../uploads/2022/06/faelzelband_grau.png');
	}
	
	
		/* ******************** */
	
	
	
	
	div#d40_konfig_text {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
		text-align: center;
		width: 85%;
		margin-left: 15px;
}
	
#d40_konfig_art {
    min-height: 72px;
    margin-top: 85px;
    font-size: 41px;
    font-family: calibri;
    height: 80px;
    margin-bottom: 40px;
}
	
#d40_konfig_uni {
    font-size: 23px;
    margin-bottom: 35px;
    font-family: calibri;
    height: 60px;
    margin-top: 15px;
}
	
	
#d40_konfig_titels {
    height: 300px;
	margin-bottom: 2vw;
}
	
	#d40_konfig_titel_name {
    margin: 20px 0px 0px 0px;
    font-size: 22px;
    font-family: calibri;
    height: 60px;
    padding: 0px;
}
	
	#d40_konfig_titel_jahr{
    margin: -20px 0px 10px 0px;
    font-size: 22px;
    font-family: calibri;
    padding: 0px;
}
		.konfig_titel {
    font-size: 19px;
    max-width: 475px;
    font-family: calibri;
		margin: auto;
	min-height: 29px;
	}

	#d40_konfig_text.silber {
		color: #dbdbdb;
	}
	
	#d40_konfig_text.gold {
		color: #C9961A;
	}
	
	#d40_konfig_text.bronze {
		color: #BC7225;
	}
	
	#d40_konfig_text.blau {
		color: #1e5898;
	}
	
	#d40_konfig_text.schwarz {
		color: #000;
	}
	
	#d40_konfig_text.weiss {
		color: #fff;
	}
	
	.nocolor {
		display:none !important;
	}
	.nobronze {
		display:none;
	}
	
	.wapf-field-radio .wapf-field-label {
		margin-bottom: 20px;
	}
	
	.wapf-radios .wapf-checked > label {
		background-color: #333;
		color: white;
	}
	
	.d40_buch_auswahl .wapf-radios .wapf-checked > label {
		background-color: transparent;
		color: #333;
	}


/*#product-824:before {
    content: 'â† bitte scrollen â†’';
    position: absolute;
    z-index: 999;
    width: 100%;
    left: -50%;
    transform: translate(50%) rotate(90deg);
    text-align: center;
    top: 20%;
}*/
#product-824 > div.summary.entry-summary > form > button {
	position: sticky;
	bottom: 10px;
}

#wapf_824 > div.wapf-product-totals {
    position: sticky;
    bottom: 0px;
    background-color: white;
    padding-top: 20px;
    border-top: 3px solid #eaeaea;
    padding-bottom: 70px;
}

#wapf_824 > div.wapf-product-totals > div{
	 padding: 0px 20px;
}

	.wapf-field-radio {
		margin-bottom: 10px;
	}
	
		.d40_buch_konfigurator .wapf-field-radio:not(.d40_buch_auswahl) .wapf-input-label {
    overflow: hidden;
    width: 100%;
    max-width: 50%;
    display: inline;
    border: 1px solid #333;
    padding: 10px;
}
	

	
	.wapf-label-text {
    padding-left: 0;
}
	
	.wapf-checkable {
    display: inline;
    margin-right: 10px;
	height: 50px;
}
	
	.d40_buch_konfigurator input[type="checkbox"] {
			display: none !important;
	}
	
	.d40_buch_konfigurator  input[type="radio"] {
			display: none !important;
	}
	
	.d40_config_buchecken .wapf-swatch--color:nth-of-type(1) > .wapf-color::before, .d40_config_leseband .wapf-swatch--color:nth-of-type(1) > .wapf-color::before  {
		content: 'X';
		font-weight: 600;
		color: red;
	}
	
	.d40_buch_auswahl .wapf-checkable {
		width: 178px;
		display: inline-flex;
		height: 170px;
		background-size: cover;
		background-repeat: no-repeat;
		margin: 5px;
	}
	
.wapf-input-label {
    overflow: hidden;
    width: 100%;
}
	
.d40_buch_auswahl .wapf-checked > label::after {
    display: block;
    position: relative;
    content: "L";
    height: 25px;
    width: 95px;
    padding-top: 15px;
    padding-left: 80px;
    transform: scaleX(-1) rotate(-45deg) translate(0px, -102px);
    background-color: green;
    color: #fff;
    font-weight: bold;
}
	
.d40_buch_auswahl span.wapf-label-text {
    position: relative;
    top: 100px;
    background-color: #ffffffb0;
    width: 95%;
    display: inherit;
    text-align: center;
    padding: 5px 5px 5px 10px;
    font-weight: 600;
    min-height: 42px;
}
	
	.d40_buch_auswahl .wapf-pricing-hint {
		display: none !important;
	}

	
	.d40_buch_auswahl .wapf-checkable:nth-of-type(1) {
				background-image: url('../../uploads/2022/06/hardcover_blau.webp');
		}

		.d40_buch_auswahl .wapf-checkable:nth-of-type(2) {
				background-image: url('../../uploads/2022/06/hardcover_gruen.webp');
		}
	
			.d40_buch_auswahl .wapf-checkable:nth-of-type(3) {
				background-image: url('../../uploads/2022/06/klebebindung.webp');
		}
	
		.d40_buch_auswahl .wapf-checkable:nth-of-type(4) {
				background-image: url('../../uploads/2022/06/klebebindung-ot.webp');
		}
	
	.d40_buch_auswahl .wapf-checkable:nth-of-type(5) {
				background-image: url('../../uploads/2022/06/ringbindung.webp');
		}
	
	/* PrÃ¤gefarbe */
	/* Silver */
	.d40_praegefarbe div.wapf-swatch.wapf-swatch--color:nth-child(2) > div{
		background-image: linear-gradient( -72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #454545 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1);
	}
	
	/* Gold */
	.d40_praegefarbe div.wapf-swatch.wapf-swatch--color:nth-child(3) > div{
		background-image: linear-gradient( -72deg, #C9961A, #ffffff 16%, #C9961A 21%, #ffffff 24%, #452100 27%, #C9961A 36%, #ffffff 45%, #ffffff 60%, #C9961A 72%, #ffffff 80%, #C9961A 84%, #452100);
	}
	
	/* Bronze */
	.d40_praegefarbe div.wapf-swatch.wapf-swatch--color:nth-child(4) > div{
		background-image: linear-gradient( -72deg, #BC7225, #ffdeca 16%, #BC7225 21%, #ffdeca 24%, #a14521 27%, #BC7225 36%, #ffdeca 45%, #ffdeca 60%, #BC7225 72%, #ffdeca 80%, #BC7225 84%, #732100);
	}
	/* End PrÃ¤gefarbe */
	
		/* Buchecken */
	/* schwarz */
	.d40_config_buchecken div.wapf-swatch.wapf-swatch--color:nth-child(3) > div{
	    background-color: #000;
	}
	/* Silver */
	.d40_config_buchecken div.wapf-swatch.wapf-swatch--color:nth-child(4) > div{
	    background-color: #dbdbdb;
    background-image: linear-gradient( -72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #454545 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1);
	}
	
	/* Gold */
	.d40_config_buchecken div.wapf-swatch.wapf-swatch--color:nth-child(5) > div{
		    background-image: linear-gradient( -72deg, #C9961A, #ffffff 16%, #C9961A 21%, #ffffff 24%, #452100 27%, #C9961A 36%, #ffffff 45%, #ffffff 60%, #C9961A 72%, #ffffff 80%, #C9961A 84%, #452100);
	}
	
	/* Bronze */
	.d40_config_buchecken div.wapf-swatch.wapf-swatch--color:nth-child(6) > div{
background-image: linear-gradient( -72deg, #BC7225, #ffdeca 16%, #BC7225 21%, #ffdeca 24%, #a14521 27%, #BC7225 36%, #ffdeca 45%, #ffdeca 60%, #BC7225 72%, #ffdeca 80%, #BC7225 84%, #732100);
	}
	
	
	/* End Buchecken */
	
		/* Buchecken pics */
	
	#d40_konfig_buchecken {
		position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
	}
	
		#d40_konfig_buchecken.schwarz,  #d40_konfig_buchecken.schwarz {
		background-image: url('../../uploads/2022/07/ecken-schwarz.png');
	}
	
	
		#d40_konfig_buchecken.gold,  #d40_konfig_buchecken.gold {
		background-image: url('../../uploads/2022/07/ecken-gold.png');
	}
	
	
		#d40_konfig_buchecken.silber,  #d40_konfig_buchecken.silber {
		background-image: url('../../uploads/2022/07/ecken-silber.png');
	}
	
	
		#d40_konfig_buchecken.bronze,  #d40_konfig_buchecken.bronze {
		background-image: url('../../uploads/2022/07/ecken-bronze.png');
	}
		/* ******************** */
	
	/*Leseband*/
	
		#d40_konfig_leseband {
		position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
	}
	
			#d40_konfig_leseband.schwarz,  #d40_konfig_leseband.schwarz {
		background-image: url('../../uploads/2022/07/leseband-schwarz.png');
	}
	
	
		#d40_konfig_leseband.weiss,  #d40_konfig_leseband.weiss {
		background-image: url('../../uploads/2022/07/leseband-weiss.png');
	}
	
	
		#d40_konfig_leseband.grau,  #d40_konfig_leseband.grau {
		background-image: url('../../uploads/2022/07/leseband-silber.png');
	}
	
	
		#d40_konfig_leseband.gruen,  #d40_konfig_leseband.gruen {
		background-image: url('../../uploads/2022/07/leseband-gruen.png');
	}
	
		#d40_konfig_leseband.rot,  #d40_konfig_leseband.rot {
		background-image: url('../../uploads/2022/07/leseband-rot.png');
	}
	
		#d40_konfig_leseband.blau,  #d40_konfig_leseband.blau {
		background-image: url('../../uploads/2022/07/leseband-blau.png');
	}
	/****************************/
	/*HILFE PAGES*/
	
/*	.hilfe_text { height: 1024px; } */
	.hilfe_text .table_container { width: 95% !important; }
	.hilfe_text .table_container table { font-size: 0.75rem; }
	
	#hilfe_center {
		position: fixed;
		left: 100%;
		height: auto;
		top: 98px;
		bottom: 0;
		padding: 30px;
		background-color: rgba(255,255,255,0.98);
		border-left: 5px solid #ccc;
		overflow-y: scroll;
		z-index: 77777;
		transition: left 0.4s ease-in-out;
		opacity: 0;
	}
	
	#hilfe_center.helping {
    left: 53%;
    transition: left 0.4s ease-in-out;
		opacity: 1;
}
	.hilfe_button .fa, #hb_close .fa {
    -webkit-appearance: none;  /* initial fix */
	margin-top: 91px;
	z-index: 7777777;
	padding: 0;
    border-radius: 50%;
    border: 3px solid #ccc;
    width: 28px;
    height: 28px;
    display: inline-block;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    vertical-align: top;
    background-color: #ffffff;
    color: #1b59ba;
    cursor: pointer;
}

	.hilfe_abschnitt {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.7s ease-in-out 0.7s;
}
	
	.hilfe_h1 {
    margin: 20px 0;
    font-size: 21px;
    font-weight: bold;
}
	
	.hilfe_h1 {
    color: #1B1464;
	}
	
	.hilfe_text p {
    margin: 0px 21px 0px 0px;
	padding-right: 14px;
}
	
	.hilfe_text .hilfe_h2 {
    margin: 20px 0 0;
    font-size: 17px;
    font-weight: bold;
}
	
	.hilfe_text .hilfe_h3 {
    font-size: 15px;
    font-weight: bold;
}
	
	
	.hilfe_abschnitt.show {
    max-height: 3000px;
    opacity: 1;
    padding-bottom: 50px;
	padding-top: 30px;
    transition: opacity 0.7s ease-in-out;
}
	
	.hilfe_button {
    position: absolute;
    right: 0;
    padding: 10px;
    cursor: pointer;
	transform: translateY(-60px);
}
	
	.hilfe_button .fa.fa-info {
    display: block;
}
	
	.helping.hilfe_button .fa.fa-info {
    display: none !important;
}
	
	.hilfe_button .fa.fa-close {
    display: none !important;
}
	
	.helping.hilfe_button .fa.fa-close {
    display: block;
}
	
	div#hb_close {
    position: fixed;
    right: 25px;
    top: 45px;
}


@media screen and (max-width: 1400px) {	

	div#d40_konfig_text {
		margin-left: 10px;
	}
	#d40_konfig_art {
		margin-top: 5.5vw;
		margin-bottom: 2.45vw;
		font-size: 2.8vw;
		min-height: initial;
		height: auto;
	}
	#d40_konfig_uni {
		font-size: 1.6vw;
		min-height: initial;
		height: auto;
	}

	.konfig_titel {
		font-size: 1.4vw;
		max-width: 475px;
		font-family: calibri;
		margin: auto;
	}

	#d40_konfig_titel_1 {
		margin-top: 4vw;
	}

	#d40_konfig_titels {
    height: 20vw;
    margin-bottom: 2vw;
}

#d40_konfig_titel_name {
    font-size: 1.6vw;
}

#d40_konfig_titel_jahr {
	font-size: 1.6vw;
}
}



@media (min-width: 1200px) {
	div.product>.summary, div.product>div.images {
		width: 100%;
	}
}

@media screen and (max-width: 781px) {
	#d40-addon-header {
		display: none !important;
	}
	.d40_buch_konfigurator .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 45%!important;
	}
	#config_frame {
		flex-basis: 45%!important;
	}
}

@media (min-width: 640px) {
#bachelorWin div.product>.summary, div.product>div.images {
		width: auto;
	}
}

@media screen and (max-width: 567px) {

	input#shipping_method_0_flat_rate11:checked ~ label:before, input#shipping_method_0_flat_rate10:checked ~ label:before {
		width: 145px;
	}

	#d40-addon-header {
		display: none !important;
	}

	#hilfe_center.helping {
		left: 0;
	}

	#ecoBlock > div > p {
		width: 100%;
	}
	
	#ecoBlock > div > img {
		width: 50%;
	}
	.d40_buch_konfigurator .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100%!important;
	}
	#config_frame {
		flex-basis: 100%!important;
	}
	.d40_buch_auswahl .wapf-checkable {
		width: 45%;
	}
	.oekotext01 {
		flex-wrap: wrap;
	}

	.d40_config_buchecken .wapf-swatch-wrapper:before, .d40_config_leseband .wapf-swatch-wrapper:before, .d40_config_cddvd .wapf-radios:before, .d40_config_dreiecktasche .wapf-radios:before, .d40_config_cddvdohne .wapf-radios:before {
		background-size: 100px;
		padding-left: 100px;
		height: 104px;
	}

	div#d40_konfig_text {
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		width: 85%;
		margin-left: 5px;
	}

	#d40_konfig_uni {
		font-size: 22px;
		margin-bottom: 15px;
		font-family: calibri;
		height: 20px;
		margin-top: 15px;
	}

	#d40_konfig_art {
		min-height: 32px;
		margin-top: 35px;
		font-size: 25px;
		font-family: calibri;
		height: 30px;
		margin-bottom: 0px;
	}

	#d40_konfig_titel_1 {
		margin-top: 30px;
	}

	#d40_konfig_titels {
		height: 200px;
		margin-bottom: 10px;
	}
	
	#d40_konfig_titel_name {
		margin: 40px 0px 0px 0px;
		font-size: 15px;
		font-family: calibri;
		height: 40px;
		padding: 0px;
	}

	#d40_konfig_titel_jahr {
		margin: -20px 0px 10px 0px;
		font-size: 20px;
		font-family: calibri;
		padding: 0px;
	}
	.konfig_titel {
		font-size: 13px;
		max-width: 360px;
		font-family: calibri;
		margin: auto;
	}

	body.updating_config #config_frame::after {
		width: 100%;
		text-align: center;
		height: 600px;
		padding-top: 35vh;
		right: 0;
		top: 0;
	}
}

/* A.Dehring 20231124 */
.d40_anweisung input.wapf-input.input-655fe95a66f7e { display: none; }
.d40_anweisung .wapf-field-label { margin-top: -10px; }