html,
body {
	width: 100%;
	height: 100%;
}


body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;

	background: url(../img/bg.jpg) no-repeat center center fixed #fff; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	padding-top: 170px;
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
    background:inherit;
	width: 100%;
	z-index: 999;
}

.header .logo {
	padding-bottom: 0px;
	padding-top: 50px;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 280px;
	background: rgba(255,255,255,.7);
}

.header .mobile-button {
	display: none;
}

.header .navbar-custom {
	background-color: #f4a52d;
	border: transparent;
	padding: 5px 0;
	margin-bottom: 0;
}

.header .navbar-custom li a {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	cursor: pointer;

	transition: all .2s ease-in-out;
}

.header .navbar-custom li a.btn {
	border-color: #f4a52d;
	color: #f4a52d;
	border-width: 2px;
	border-radius: 20px;
}

.header .navbar-custom li a:focus,
.header .navbar-custom li a:active {
	background: transparent;
}

.header .navbar-custom li.active a,
.header .navbar-custom li a:hover {
	background: transparent;
	color: #585858;
}

.header .navbar-custom li:hover a.btn {
	background: #f4a52d;
	border-color: #fff;
	color: #fff;
}

.page-inner {
	position: relative;
	width: 100%;
    padding-top:92px;
    z-index:5;
    overflow:auto;
}

section.section {
	height: auto;
	width: 100%;
}

section.section > .container {
	min-height: 100%;
	height: auto;
	padding: 60px 120px; 
}

section.section .border {
	min-height: 100%;
	height: auto;
	width: 100%;
	padding: 30px;
	border: 8px solid #f4a52d;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(69,69,69,0.2);
	-moz-box-shadow: 5px 5px 5px 0px rgba(69,69,69,0.2);
	box-shadow: 5px 5px 5px 0px rgba(69,69,69,0.2);
}

section.section .border.full {
	padding: 0;
}

section.section .border table {
	height: 100%;
	width: 100%;

	background: no-repeat center center transparent; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

section.section .border.full table {
	background: no-repeat center center #fff;
}

section.section .border .content {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	z-index: 4;
	max-width: 450px;
	text-align: left;

	-webkit-box-shadow: 5px 5px 5px 0px rgba(69,69,69,0.2);
	-moz-box-shadow: 5px 5px 5px 0px rgba(69,69,69,0.2);
	box-shadow: 5px 5px 5px 0px rgba(69,69,69,0.2);
}

section.section .border .content .inner {
	background: #fff;
	padding: 40px 20px;
	position: relative;
	z-index: 4;
}

section.section .border.right .content {
	right: -140px;
	z-index: 3;
}

section.section .border.right .content:after {
	background: url(../img/bg.jpg) no-repeat center center fixed transparent; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	content: '';
	height: 100%;
	width: 20px;
	right: 98px;
	top: 0;
	
	position: absolute;
	z-index: 2;
}

section.section .border.left .content:after {
	background: url(../img/bg.jpg) no-repeat center center fixed transparent; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	content: '';
	height: 100%;
	width: 20px;
	left: 98px;
	top: 0;
	
	position: absolute;
	z-index: 2;
}

section.section .border.left .content {
	left: -140px;
}

section.section .border .content h2 {
	color: #f4a52d;
	font-size: 45px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}

section.section .border .content span {
	color: #585858;
	font-weight: light;
}

section.section.home {
	min-height: 100%;
}

/*
section.section.home .grefer {
	margin-bottom: -40px;
}

*/

section.section.home .border {
	padding: 0;
}

section.section.home .grefer-con {
	background: rgba(255,255,255,.7);
	padding: 200px 15px;
}

section.section.home .border .content h2 {
	color: #585858;
}

section.section.home .border .content span {
	color: #f4a52d;
	font-weight: bold;
}

section.section.team .border .content {
	max-width: 180px;
	left: -50px;
	bottom: 50px;
	position: absolute;
}

section.section.team .border.left .content:after {
	left: 30px;
}

section.section.team .border .content .inner {
	padding: 10px 20px;
}


section.section.kontakt .border .content {
	left: -50px;
	margin-bottom: 50px;
	margin-top: 50px;
}

section.section.kontakt .border.full .content:after {
	left: 30px;
	display: none;
}

section.section.kontakt .border .content {
	box-shadow: none;
}

section.section.kontakt .border .content .inner {
	padding: 10px 0 0;
	background-color: transparent;
}

section.section.kontakt .border .content h2 {
	margin-left: 60px;
}

section.section.kontakt .border .content #map {
	width: 100%;
	height: 400px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(69,69,69,0.2);
	-moz-box-shadow: 5px 5px 5px 0px rgba(69,69,69,0.2);
	box-shadow: 5px 5px 5px 0px rgba(69,69,69,0.2);
}

section.section.kontakt .border td {
	max-width: 50%;
	width: 50%;
}

section.section.kontakt .border form {
	padding-right: 20px;
	padding-top: 50px;
}

section.section.kontakt .border form address {
	color: #585858;
}

section.section.kontakt .border form address span {
	text-transform: uppercase;
	display: block;
}

section.section.kontakt .border form address span span {
	color: #f4a52d;
	display: inline;
}

section.section.kontakt .border form .btn {
	border-color: #f4a52d;
	color: #fff;
	border-width: 2px;
	border-radius: 20px;
	padding-right: 40px;
	padding-left: 40px;
	background: #f4a52d;
	transition: all .2s ease-in-out;
}

section.section.kontakt .border form .btn:hover {
	background: #ffffff;
	color: #f4a52d;
}

section.section.kontakt .form-control.error {
	border-color: red;	
}

section.section.kontakt .form-group:not(.captcha) label {
	display: none !important;
}

section.section.kontakt .form-group.captcha label {
    top: 7px;
    position: absolute;
    right: 22px;
    color: red;
}

section.section.kontakt #success, 
section.section.kontakt #error {
    display:none;
    text-align: left !important;
}

.footer {
	background: #ffffff;
	padding: 40px 0;
	color: #585858;
	text-align: center;
}

.footer span {
	text-transform: uppercase
}

.footer span span {
	color: #f4a52d;
}

.footer a {
	color: #585858;
	text-decoration: none;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.footer a:hover {
	color: #f4a52d;
}

#impressum .btn-default {
	border-color: #f4a52d;
	color: #f4a52d;
	border-width: 2px;
	border-radius: 20px;
	padding-right: 40px;
	padding-left: 40px;
	background: transparent;
	transition: all .2s ease-in-out;
}

#impressum .btn-default:hover {
	background: #f4a52d;
	color: #fff;
}

#impressum .company {
	text-transform: uppercase
}

#impressum .company span {
	color: #f4a52d;
}

#impressum h3,
#impressum h4 {
	color: #f4a52d;
}

#impressum h4 {
	margin-top: 25px;
}

#impressum .modal-title {
	margin-top: 0;
	font-weight: bold;
}

#impressum p {
	margin-top: 10px;
}

.modal-backdrop {
	background: #f4a52d;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	
	section.section.home td {
		max-width: 50%;
		width: 50%;
	}

	section.section.home .border .content h2 {
		font-size: 30px;
	}

	section.section.kontakt .border form .btn {
		padding-right: 20px;
		padding-left: 20px;
	}

}

@media screen and (max-width: 992px) {
	body {
		padding-top: 150px;
	}

	td {
		display: block;
	}

	.header .logo {
		margin-bottom: 5px;
		margin-top: 5px;
		padding-bottom: 10px;
		padding-top: 10px;
		max-width: 100%;
	}

	.header .navbar-custom {
		min-height: 0;
	}

	.header .navbar-custom .nav-justified > li,
	.header .navbar-custom .nav-justified > li a {
		display: block;
		width: 100%;
	}

	.header .navbar-custom .nav-justified > li a.btn {
		display: block;
		width: 100%;
	}

	.header .navbar-custom .navbar-collapse.collapse {
        display: none!important;
    }

    .header .navbar-custom .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

	.header .mobile-button {
		position: relative;
		top: 30px;
	}

	.header .mobile-button.btn-default {
		border-color: #f4a52d;
		color: #f4a52d;
		border-width: 2px;
		border-radius: 20px;
		background: transparent;
		transition: all .2s ease-in-out;
		display: inline-block;
	}

	.header .mobile-button.btn-default:hover {
		background: #f4a52d;
		color: #fff;
	}
	
	section.section > .container {
		padding: 0 15px;
		margin-bottom: 15px;
	}

	section.section .border {
		padding: 0;
	}

	section.section .border .content {
		position: relative;
		margin: 0;
		max-width: inherit;
	}

	section.section .border.right .content {
		right: 0;
	}

	section.section .border.right .content:after {
		display: none;
	}

	section.section .border.left .content {
		left: 0;
	}

	section.section .border.left .content:after {
		display: none;
	}

	section.section .border .content h2 {
		font-size: 24px;
	}

	section.section.home {
		min-height: inherit;
	}

	section.section.home .grefer-con {
		background: rgba(255,255,255,.7);
		padding: 100px 15px;
	}

	section.section.home .border td {
		max-width: 100%;
		width: 100%;
	}


	section.section.home .grefer {
		margin-bottom: 0;
		text-align: center;
		margin: 0 auto;
	}

	section.section.kontakt .border td {
		max-width: 100%;
		width: 100%;
	}

	section.section.kontakt .border .content h2 {
		margin-left: 20px;
	}

	section.section.kontakt .border .content {
		margin-top: 0;
	}

	section.section.kontakt .border form {
		padding: 0 15px;
	}

}