header {
	/*background-attachment: fixed;
	background-image: url("../img/page-header-back-1.png");*/
	background: #4a423f;
}
header .header-back {
	background-attachment: fixed;
	background-position: center center;
    background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.8s ease 0.35s;
	-moz-transition: all 0.8s ease 0.35s;
	-o-transition: all 0.8s ease 0.35s;
	transition: all 0.8s ease 0.35s;
}
header .header-back.hb-1 { background-image: url("../img/page-header-back-1.png"); }
header .header-back.hb-2 { background-image: url("../img/page-header-back-2.png"); }
header .header-back.hb-3 { background-image: url("../img/page-header-back-3.png"); }
header .header-back.hb-4 { background-image: url("../img/page-header-back-4.png"); }

td {
	vertical-align: top;
	padding-bottom: 10px;
}
td:first-child {
	width: 100px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
#map {
	left: 0px;
	right: 0px;
	height: 400px;
}
.kontakt {
	margin-top: 20px;
	text-align: center;
}
textarea {
	width: 40%;
	height: 200px;
}
input {
	width: 40%;
	margin-bottom: 5px;;
}

.alignright {
	float: right;
	margin: 7px 0 10px 30px;
}

.text-justify {
	text-align: justify;
}

.offer-img {
	max-width: 427px;
	height: auto;
}

.section-nomargin {
	padding: 0;
}

#footer p {
	font-size: 12px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

header .header-content p {
	text-align: justify;
}

.contact-area input.contact-field {
	border: 0 solid transparent;
    color: black;
    float: left;
    margin: 5px;
    padding: 20px;
    width: calc(50% - 10px);
	background: rgba(255, 255, 255, 0.8);
}
.contact-area input.btn.btn-primary {
    padding: 15px 70px;
    width: auto;
	margin-top: 15px;
}
.contact-area textarea {
	border: 0 solid transparent;
	background: rgba(255, 255, 255, 0.8);
    clear: both;
    color: black;
    margin: 5px;
	padding: 20px;
    width: calc(100% - 10px);
}

.contact-area .contact-error {
	color: white;
	background: #f009;
	display: block;
	padding: 11px 0px;
	margin: 0px 5px 4px 5px;
}

.section-form {
	background-image: url("../img/header.jpg");
	background-attachment: fixed;
	background-position: center center;
    background-size: cover;
}
.section-form .bg-dark {
	background-color: transparent;
}



@media (min-width: 768px) and (max-width: 1250px) {
	.navbar-header { display: none; }
}
@media (max-width: 767px) {
	.alignright {
		float: none;
		margin: 10px auto 10px auto;
		display: block;
		width: 100%;
	}
	.navbar-brand { display: none; }
}
@media (max-width: 1199px) {
	header .header-content .header-content-inner p {
		font-size: 15px;
	}
}
@media (max-width: 380px) {
	header .header-content .header-content-inner h1 {
		font-size: 21px;
	}
}
