#vbkoffer_order_div
{
	display:none;
	position:absolute;
	width: 400px;
	left: calc(50% - 200px);
	top: 50px;
	height:600px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	border-radius: 5px;
	background-color:white;
	z-index:1000;
	padding:10px;
	hyphens:auto;
	overflow:auto;
}
.vbkoffer_pakete_header
{
	color:#be1110;
	font-size:48px;
	font-weight:500;
}
.vbkoffer_auswahl
{
	display:table;
}
.vbkoffer_auswahl_row
{
	display:table-row;
}
.vbkoffer_auswahl_cell
{
	display:table-cell;
	padding:5px;
}
.paket_kaufen
{
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: white;
	color: #be1110;
	border: 1px solid #be1110;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	padding: 5px;
	width: 150px;
	height: 45px;
	font-size: 16px;
	cursor: pointer;
	text-align:center;
}
.pruefung
{display:none;}
.examen
{display:none;}
.pdatum
{display:none;}
#vbkoffer_pakete_div
{
	display:flex;
	flex-direction:row;
	justify-content : space-between;
}
.vbkoffer_pakete_item
{
	
}
.vbkoffer_pakete_item_header
{
	color:#be1110;
	font-weight:500;
	font-size:24px;
}
.vbkoffer_preis_table
{
	display:table;
}
.vbkoffer_preis_row
{display:table-row;}
.vbkoffer_preis_cell
{
	display:table-cell;
	padding:5px;
}
.vbkoffer_error
{
	color:#be1110;
	font-weight:500;
}
.vbkoffer_lieferbar
{
	color:green;
	font-weight:500;
}
.vbkoffer_nichtlieferbar
{
	color:#be1110;
	font-weight:500;
}
.verfuegbarkeit
{
	display:flex;
	flex-direction:column;
	min-height:50px;
}
.vb_bestellen_table
{display:table;}
.vb_bestellen_row
{display:table-row;}
.vb_bestellen_cell
{display:table-cell; padding:5px;}
.werbe_code_positiv
{color:green;}
.werbe_code_negativ
{color:#be1110;}

.vbtitel_ausklappen
{display:none;}

@media screen and (max-width:700px)
{
	.vbtitel
	{flex-direction:column;}
	#vbkoffer_pakete_div
	{flex-direction: column;}
	.vbkoffer_auswahl
	{display:flex; flex-direction:column;}
	.vbkoffer_auswahl_row
	{display:flex; flex-direction:column;}
	.vbtitel_ausklappen
	{
		margin-bottom:10px;
		margin-top:10px;
		display:flex;
		flex-direction:row;
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
		border-radius: 5px;
		border:1px solid #be1110;
		padding:5px;
	}
	.vbtitel
	{display:none;}
	
	#vbkoffer_order_div {
    display: none;
    position: absolute;
    width: calc(100% - 20px);
    left: 0px;
    top: 50px;
    height: 600px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    border-radius: 5px;
    background-color: white;
    z-index: 1000;
    padding: 10px;
    hyphens: auto;
    overflow: auto;
    
}