#gutscheine_container
{
	display:flex;
	flex-direction:row;
	align-content: center;
	align-items: center;
	flex-wrap:wrap;
	border: 1px solid #be1110;
	border-radius: 7px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	justify-content : center;
	padding:10px;
}
.gutschein_item
{
	overflow: hidden;
	display: flex;
	align-content: center;
	justify-content: center;
	width: auto;
	margin: 10px;
	height: auto;
	max-width: 200px;
	border: 1px solid #be1110;
	cursor:pointer;
	filter: grayscale(100%);
}
.gutschein_item:hover
{
	filter: none;
}
#gutschein_form
{
	display:flex;
	flex-direction:column;
	align-content: center;
	justify-content: center;
	align-items: center;
	border: 1px solid #be1110;
	border-radius:7px;
	padding:30px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	position:relative;
	width:600px;
	max-width:100%;
	left:calc(50% - 330px);
	height:auto;
	min-height:300px;
	margin-top:30px;
}
#gutscheinfaq
{
	display:flex;
	flex-direction:column;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	border: 1px solid #be1110;
	border-radius:7px;
	padding:30px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	position:relative;
	width:600px;
	max-width:100%;
	left:calc(50% - 330px);
	height:auto;
	margin-top:30px;
	hyphens: auto;
	text-align: justify;
}
.gutscheinfaq_header
{
	text-align:left;
	color:#be1110;
	font-size:16px;
	font-weight:400;
	margin-top:30px;
	margin-bottom:10px;
}
#gutscheinbild
{
	display:none;
	margin:30px;
	width:200px;
	height:auto;
	border: 1px solid #be1110;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.pp_button_img
{cursor:pointer; margin-bottom:10px;}
@media screen and (max-width:699px) {
.gutschein_item
{filter:none;}
#gutschein_form
{left:0px; width: calc(100% - 20px); padding:10px;}
#gutscheinfaq
{left:0px; width: calc(100% - 20px); padding:10px;}
}