html {

}

body {
	background-image: url("../images/ernst_tillmanns.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;


	background-image: none;
	font-family: 'Open Sans', sans-serif;
	overflow: visible;
	height: 100%;
	background: #e5dbae;
	background: -webkit-linear-gradient(top, #e5dbae 0%, #d6c37f 100%);
	background: linear-gradient(to bottom, #e5dbae 0%, #d6c37f 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5dbae', endColorstr='#d6c37f', GradientType=0);
   
}

.wrap-all {
	max-width: 1030px;
	margin: auto;
}

.wrap {
	margin: auto;
	text-align: center;
	padding: 5% 0 0 0;
}

.logo {
	width: 100%;
	padding-top: 100%;
	height: 250px;
	overflow: hidden;
	background-image: url("../images/DekoEvent-Logo-01.png");
	background-repeat: no-repeat;
	background-size: auto 95%;
	background-position: 50% 7px
}

.box {
	width: 250px;
	height: 250px;
	background-color: #f8f8f8;
	display: block;
	margin-bottom: 10px;
}

.box_logo {
	height: auto;
	background-color: #fff;
	height: 770px;
}

.box_video {
    width:770px;
    height:510px;
}

h2 {
	margin: 30px 0 0 0;
	font-weight: 500;
}

h3 {
	margin: 0 0;
	color: #C0A25F;
	font-weight: 600;
	font-size: 24px;
}

p {
	line-height: 1.6;
}

p strong {
	font-weight: 600;
}

.slogan {
	font-size: 18px;
}

.kontakt a {
	display: inline-block;
	color: #C0A25F;
	margin:5px 0;
}

.box_text p {
	color: #C0A25F;
	font-size: 18px;
	padding: 8px;
	display: table-cell;
	vertical-align: middle;
	height: 250px;
	font-style: italic;
	background-color: #fff;
}

p.kontakt {
	font-size: 15px;
}

.text {
	padding: 0 20px;
}

@media (max-width: 1046px) {
	.box_video {
    width:520px;
    height:344px;
}
}

@media (max-width: 550px) {
	.box_video {
    width:100%;
    height:170px;
}
}


