@import url(https://fonts.googleapis.com/css?family=Questrial);

body {
	font-family: 'Questrial', sans-serif;
}

body {
	background: #fff !important;
}

body #logo {
	background-repeat: no-repeat;
	background-size:   contain;
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-none {
	margin-top: 0 !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-none {
	margin-bottom: 0 !important;
}

.container-full, .info {
	background: none;
}

.full-footer {
	background: #f8f8f8;
}
	.full-footer p {
		font-size: 14px;
	}

.container.info * {
	color: #555;
}

#menu-bar {
	padding: 0 !important;
	margin-bottom: 20px !important;
	height: 50px !important;
	min-height: 50px !important;
	border-bottom: 1px solid #999;
}
#menu-bar li a {
	height: 50px !important;
	min-height: 50px !important;
	line-height: 35px !important;
	border-radius: 0 !important;
	font-weight: normal !important;
}

.navbar-nav > li {
    margin-right: 10px;
    margin-left:  10px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background: none !important;
	border-bottom: 5px solid #333 !important;
	color: #fff !important;
}

.navbar-default .navbar-nav > li > a:hover {
	background: #f0f0f0 !important;
	color: #222 !important;
	border-bottom: 5px solid #333 !important;
}

.navbar-nav > li > a {
	padding-left: 20px;
	padding-right: 20px;
}

h3 {
	text-transform: uppercase;
	font-size: 1.5em;
}

h1 {
	text-transform: uppercase;
	font-size: 3em;
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
}

h2 {
	font-size: 3em;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}

.tpl-block-outer p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tpl-block-outer strong {
	font-weight: bold;
	font-weight: 700;
}

.tpl-block-outer ul {
	margin-bottom: 10px;
}
.tpl-block-outer ul li {
	list-style-type: disc;
	margin-left: 30px;
	padding-left: 5px;
}
.tpl-block-outer p sup {
	font-size: 0.75em;
}

.btn.btn-primary {
	border: 5px solid #fff;
	outline: 3px solid #d6b469;
	background: #362e25;
	/* border-radius: 0; */
	padding: 10px 20px;
}

#menu-bar-line {
	position: absolute;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ccb36d;
}

#navbar {
	text-align: center;
	padding: 0;
}
#navbar .navbar-nav {
	display: inline-block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}


.tpl-block-outer {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	line-height: 1.5;
}

.tpl-block-outer.no-padding {
	padding: 0;
}
.tpl-block-outer.no-margin {
	margin: 0;
}

.map {
	border-radius: 0;
	margin: 0;
}

#datenschutz {
	font-size: 0.75em;
	line-height: 1.4em;
}


.tpl-block-outer.white .form-control {
	background-color:#fff;
  -webkit-box-shadow:inset 0 2px 4px rgba(206,203,195,.4);
  -moz-box-shadow:inset 0 2px 4px rgba(206,203,195,.4);
  box-shadow:inset 0 2px 4px rgba(206,203,195,.4);
  border:solid 1px #c0b4a9;
}
.tpl-block-outer.black .form-control {
	background-color: rgba(0,0,0,0.7);
  border:solid 1px #d6b469;
	color: #fff;
}

.tpl-block-outer.black .btn.btn-primary {
	background: #fff none repeat scroll 0 0;
	border: 5px solid #000;
	outline: 3px solid #d6b469;
	padding: 10px 20px;
	color: #000;
}

/* NEU (STOLL ) */

.tpl-footer-wrapper h3 {
	padding-bottom: 10px;
}
.tpl-footer-wrapper ul {
	padding-left: 15px;
}
.tpl-footer-wrapper ul li {
	 list-style: square;
	 margin-bottom: 5px;
}
.tpl-footer-wrapper a {
	text-decoration: underline;
}

.tpl-block-outer.story + .tpl-block-outer {
	padding-bottom: 0;
}


