.w-header {
	margin-top: 45px;
	float: left;
}

.offer-description {
	margin-top: 25px;
	float: left;
	box-sizing: border-box;
	padding-right: 15px;
}

.offer-information {
	padding: 0 1em;
	float: right;
}

.offer-information .box {
	background: #fff;
	padding: 20px;
	font-size: 0.9em;
	display: flex;	
	align-items: center;	
	color: #666;
	margin-bottom: 10px; 
}

.offer-information .box .title {
	font-weight: 500;
}

.offer-information .box .value {
	text-align: right;
}

.price-old {
	text-decoration: line-through;
	-moz-text-decoration-color: orange;
	-moz-text-decoration-style: wavy;
	text-decoration-color: red;
}

.present-icon {
	display: block;
	float: right;
}

.order-formular textarea {
	width: 100%;
	border: 1px solid #ddd;
	min-width: 100%;
	max-width: 100%;
	resize: none;
	height: 100px;
	padding: 10px;
}

.order-formular select {
	padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    width: 100px;
    height: 40px;
    margin-bottom: 10px;
}

.order-formular .w-input {
	box-sizing: border-box;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

.order-formular input {
	width: 100%;
	padding: 10px;
}

.order-formular .no-margin {
	padding-bottom: 0;
}

.order-formular .last {
	padding-right: 0;
}

.w-participant {
	float: left;
}

.w-payment {
	margin-top: 30px;
}

.w-payment-bank-data {
	padding: 10px 0;
}

.w-payment input[type=radio],
.w-payment input[type=checkbox] {
	width: auto;
	float: left;
	margin-right: 10px;
}

button {
	font-size: 1em;
    border: 0;
    background: #333;
    color: #fff;
    padding: 10px;
}

button a,
button a:visited,
button a:hover,
button a:active {
	text-decoration: none;
	color: #fff;
}

a,
a:visited,
a:hover,
a:active {
	color: #333;
}

#wrong-iban {
	color: red;
}


.offer-preview {
	float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    max-height: 390px;
    margin-bottom: 30px !important;
}

.offer-preview-img {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.offer-preview .box {
	background: #fff;
	padding: 20px;
	font-size: 0.9em;
	display: flex;	
	align-items: center;	
	color: #666;
	margin-bottom: 10px;
}


@media only screen and (max-width: 800px) {
	.offer-information {
		padding: 0;
	}

	[class*='col-']{
		width: 100%;
	}

	.order-formular .no-margin{
		margin-bottom: 10px;
	}

	.order-formular .w-input{
		padding-right: 0;
	}

	.vAlignHelper {
		padding: 10px;
	}
}




