:root {
	--tek-secondary-500: #8e7500;
}

body {
	min-height: 2000px;
	padding-top: 70px;
	font-size: 22px;
	background-color: #fff;
}
h1, h2, h3 {
	margin-bottom: 28px;
	color: #7b6500;
}
.header {
	height: 500px;
	background-size: cover;
	background-position: center center;
}
.header-title {
	position: relative;
	height: 100%;
}
.title-container {
	color: #fff;
	font-size: 60px;
	text-shadow: 1px 1px 2px black;
	position: absolute;
	bottom: 30px;
}
p{
	margin: 0px 0px 28px;
}
p.Name{
	margin: 22px 0px 8px 0px;
}
.navbar{
	background: url(../img/menu/back.png);
	border: none;
	height: 100px;
}
.navbar .container{
	position: relative;
}
.navbar-default .navbar-brand{
	color: var(--tek-secondary-500);
}
.input-group-btn > .btn{
	line-height: 28px;
}
.btn-block{
	margin-bottom: 10px;
}
.inhalt{
	background-color: #fff;
	min-height: 1900px;
	padding-top: 170px;
	padding-bottom: 50px;
}
.inhalt.has-header {
	padding-top: 50px;
}

.motiv{
	position: absolute;
	left: 0px;
	top: 90px;
}
.label-user {
	color: var(--tek-secondary-500);
	position: absolute;
	right: 0px;
	top: 100px;
	background-color: #fff;
	padding: 8px 15px 5px 15px;
	border-radius: 5px;
}
.label-user:hover {
	background-color: #eee;
}
.label-user a:hover {
	text-decoration: none;
}
.row{
	margin-bottom: 10px;
}
.gastrow{
	border-bottom: 1px solid #999;
}
.galerie{
	text-align: center;
}
.galerie img{
	width: 100%;
}
.rechts{
	float: right;
	margin: 4px 0px 10px 30px;
	max-width: 35%;
}


@media (min-width: 992px) {
	.motiv{
		position: absolute;
		left: 30%;
		top: 50px;
	}
	.navbar-nav > li > a, .navbar-brand{
		padding-top: 30px;
		padding-bottom: 45px;
	}
	.navbar-brand{
		width: auto;
	}
}
@media (max-width: 991px) {
	.navbar-brand{
		width: 220px;
		font-size: 20px;
		line-height: 23px;
		padding-top: 6px;
	}
	.header {
		height: 350px;
	}
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a{
		background-color: #fff;	
		z-index: 10;
		border-bottom: 1px solid #aaa;
	}
	.navbar-default .navbar-nav > li > a:hover{
		background-color: #eee;
	}
	.navbar-toggle{
		margin-top: 20px;
	}
	.navbar-nav{
		margin-top: 0px;
	}	
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 26px;
	}
	h3{
		font-size: 22px;
	}
	.motiv img{
		width: 60%;
	}
	.header {
		height: 250px;
	}
	.title-container {
		font-size: 40px;
		bottom: 20px;
	}
}
