header#header {
	display: none;
}

body.home .feature-image {
	pointer-events: none;
  	cursor: default;
}

.bgw-logo {
	text-align: center;
}

.bgw-logo img {
	width: auto !important;
  	max-width: 100% !important;
}

.wpcf7-response-output {
	float: right;
}

form.wpcf7-form .form-headline {
	display: block;
  	width: 100%;
  	border-bottom: 1px solid rgba(0,0,0,0.1);
  	margin-top: 0.2em;
   	margin-bottom: 0.2em;
  	font-size: 16px;
	font-weight: bold;
  	display: none;
}


form.wpcf7-form p {
	display: inline-block;
  	width: calc(50% - 20px);
  	float: left;
  	padding: 10px;
  	margin-bottom: 0;
}

@media screen and (max-width: 580px) {
    form.wpcf7-form p {
		display: inline-block;
	  	width: calc(100% - 20px);
	}
}

form.wpcf7-form p.contact-cta {
	display: block;
  	width: 100%;
  	float: none;
}

.contact-label,
.contact-label select,
.contact-label textarea {
	width: 100%;
  	padding: 3px;
}

.contact-label input {
	width: calc(100% - 10px);
}

.contact-label textarea {
	width: 100%;
}

#p-ihre_nachricht {
	width: calc(100% - 20px);
}

#p-vorname,
#p-strasse,
#p-e_mail,
#p-telefon,
#p-absenden {
	clear: both;
}

#p-absenden input {
	background-color: #345582;
  	padding: 10px 15px 10px 15px;
  	margin-top: 20px !important;
  	display: block;
  	font-weight: bold;
  	color: #FFFFFF !important;
  	border: 0 none;
}

.contact-label-span {}

#p-firmenbezeichnung,
#p-vorname,
#p-nachname,
#p-strasse,
#p-ort,
#p-plz,
#p-land,
#p-e_mail,
#p-telefon,
#p-fax,
#p-ihre_nachricht,
#p-absenden {}

#label-firmenbezeichnung,
#label-vorname,
#label-nachname,
#label-strasse,
#label-ort,
#label-plz,
#label-land,
#label-e_mail,
#label-telefon,
#label-fax,
#label-ihre_nachricht {}

#label-span-firmenbezeichnung,
#label-span-vorname,
#label-span-nachname,
#label-span-strasse,
#label-span-ort,
#label-span-plz,
#label-span-land,
#label-span-e_mail,
#label-span-telefon,
#label-span-fax,
#label-span-ihre_nachricht {}

nav,
nav ul.navigation.navbar {
	display: none;
}

#topsearch,
#rss {
	display: none;
}

#container {
	max-width: 848px;
  	width: calc(100% - 40px);
    padding: 20px 20px;
}

img.maxwidth {
    height: auto;
    max-width: none;
    width: 100%;
}

footer .inside {
	width: calc(100% - 40px);
  	max-width: 848px;
}

#content {
	margin-right: 0;
  	width: 100%;
}

.embed_container_block {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 0 !important;
    height: auto;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-top: 0;
    padding-bottom: 0;
}

.fluid-width-video-wrapper {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
    padding: 0;
}

#container #content iframe {
    width: 100% !important;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}