* {
	font-family: "gothic";
}

.navbar-default {
	background-color: #FFF;
	border-color: #404041;
	border-width: 0 0 2px;
}

.navbar-brand>img {
	height: 100%;
    display: inline-block;
}

.navbar-brand>span {
	font-size: 10px;
	display: inline-block;
}

.navbar-brand {
	height: 98px;
	padding: 15px 15px;
}

.navbar-default .navbar-nav>li>a {
	color: #404041;
	font-weight: 700;
}



.hero {
	width: 100%;
	min-height: 100vh;
	display: table;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26a9e0+0,d6de23+100 */
	padding: 120px 0;
	background: #E94D49;/* Old browsers */
	background:

	-moz-linear-gradient(top, #231F20 0%, #E94D49 100%);/* FF3.6+ */
	background:

	-webkit-gradient(linear, left top, left bottom, color-stop(0%, #231F20), color-stop(100%, #E94D49));/* Chrome,Safari4+ */
	background:

	-webkit-linear-gradient(top, #231F20 0%, #E94D49 100%);/* Chrome10+,Safari5.1+ */
	background:

	-o-linear-gradient(top, #231F20 0%, #E94D49 100%);/* Opera 11.10+ */
	background:

	-ms-linear-gradient(top, #231F20 0%, #E94D49 100%);/* IE10+ */
	background: linear-gradient(to bottom, #231F20 0%, #E94D49 100%);/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#231F20', endColorstr='#E94D49', GradientType=0);/* IE6-9 */
}

.hero > * {
	display: table-cell;
	vertical-align: middle;
}

.time_circles > div > h4 {
	color: #FFF;
}

.time_circles > div > span {
	color: #FFF;
}

.hero h1 {
	color: #FFF;
	font-size: 24px;
}

.hero .btn-default {
	margin-top: 50px;
}

.btn-default {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF;
	border-width: 2px;
	min-width: 140px;
}

.btn-default.active,
.btn-default:active,
.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #404041;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-primary {
	color: #404041;
	background-color: transparent;
	border-color: #404041;
	border-width: 2px;
	min-width: 140px;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #FFF;
	background-color: #404041;
	border-color: #404041;
}

.projekte {
    width: 100%;
    min-height: 100vh;
    padding: 120px 0;
    background: #333333;
}

.projekte h2 {
    color: #FFF;
    font-size: 22px;
}

.projekte h2 span {
    font-size: 25px;
    display: block;
    margin-top: 10px;
}

.kontakt {
	width: 100%;
	min-height: 100vh;
	padding: 120px 0;
	background: #EFEFEF;
}

.contact-detail {
	padding: 10px 0;
	display: table;
	width: 100%;
	margin: 20px 0;
}

.contact-detail > * {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.contact-detail > img {
	width: 40px;
	margin-right: 15px;
}

.contact-detail a {
	color: #000;
}

.contact-detail .qr-code {
	position: relative;
	background-image: url(../images/contacts/qr-code.svg);
	background-size: contain;
	width: 13px;
	height: 13px;
	display: inline-block;
}

.contact-detail .qr-code img {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid #DBDBDB;
	display: none;
}

.contact-detail .qr-code:hover img {
	display: block;
}


h2 {
	color: #404041;
	margin: 0 0 30px;
}

#map {
    width: 100%;
    height: 650px;
    background-color: #333333 !important;
}

#map .gmnoprint,
#map .gm-style>*:nth-child(2) {
	display: none;
}

@media (max-width: 767px) {
	.contact-detail .qr-code {
		display: none;
	}
	.navbar-brand {
		height: 50px;
		padding: 8px 15px;
	}
}
@media (min-width: 768px) {
	.navbar-nav>li>p {
		padding-top: 39px;
		padding-bottom: 39px;
	}
	.navbar-nav>li>a {
		padding-top: 39px;
		padding-bottom: 39px;
	}
	.navbar-brand>span {
		font-size: 15px;
		margin-left: 10px;
	}
}
