.zl_text{
	display:;
	font-size:small;
	max-width:400px;
}

.wk_checkoutbtn_form{
	display:flex; 
	justify-content: 
	space-between; 
	margin-bottom: 30px;
	margin-top: 30px;
}

.wkcheckout_btn{
	margin: 5px; 
	background-color: #dfdfdf; 
	color:black; 
	font-weight:bold; 
	border: none; 
	border-radius: 15px; 
	padding: 10px; 
	cursor:pointer; 
	margin: 5px;
	box-shadow:0px 0px 1px 1px black;
}

.wkcheckout_btn:hover{
	background-color: #f2f2f2;
}

.wkcheckout_btn_pp{
	margin: 5px; 
	background-color: white; 
	border: none; 
	cursor:pointer; 
	margin: 5px;
}

.warenkorb_summe_div{
	display: flex;
	justify-content: end;
}

.warenkorb_hinweis_p{
	padding:10px; border:1px solid blue;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	border-radius: 15px;
}

.wk_gutschein_div{
	display: flex;
	align-items: center;
}

.wk_gutschein_pruefen_eingabe{
	font-size: x-large;
	margin-left: 10px;
	margin-right: 10px;
}

.wk_gutscheine_liste{
	display: flex; align-items: center;
}
.wk_gutscheine_liste_item{
	margin-left:10px;
	margin-right:10px;
}

.gutschein_entfernen{
	color: red;
}

#wk_sammeln{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom:30px;
	margin-top: 30px;
}
#wk_sammeln_h{
	grid-column: 1 / span 2;
	grid-row: 1;
	font-size:larger;
	font-weight: bold;
}
#wk_sammeln_info{
	grid-column: 1 / span 2;
}
#wk_fb_zeichen{
	grid-column: 1 / span 1;
	display:flex;
	flex-direction: column;
	width: fit-content;
}
#wk_fb_button{
	grid-column: 2 / span 1;
	display:flex;
	flex-direction: column;
	width: fit-content;
}

.gsmotivs{height: 150px; padding:10px; margin: 10px; border:1px solid white;}

.gsline{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}


#fb_bestellzeichen{
	max-width:90%;
	width:300px;
}

@media screen and (max-width: 1011px)
{
	.wk_checkoutbtn_form{
		display:flex;
		width: fit-content;
		flex-direction: column;
	}
	.wkcheckout_btn{
		font-weight: normal;
	}
	.cms_artikelliste_item_liste{
		flex-direction: column;
	}
	.cms_artikelliste_item_liste_text{
		margin-left: 0px;
	}
	.wk_gutschein_div{
		flex-direction: column;
	}