/* rajdhani-regular - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rajdhani-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Rajdhani Regular'), local('Rajdhani-Regular'),
       url('../fonts/rajdhani-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rajdhani-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rajdhani-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rajdhani-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rajdhani-v8-latin-regular.svg#Rajdhani') format('svg'); /* Legacy iOS */
}
/* rajdhani-700 - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/rajdhani-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Rajdhani Bold'), local('Rajdhani-Bold'),
       url('../fonts/rajdhani-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rajdhani-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rajdhani-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rajdhani-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rajdhani-v8-latin-700.svg#Rajdhani') format('svg'); /* Legacy iOS */
}

body {
	height: 100%;
	min-height: 100%;
}

.navbar {
	border-bottom: 1px #94C11F solid;
	background: rgba(57, 57, 57, 0.8);
	color: #fff;
}

.header-claim {

	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 30px;

}

.header-tel {

	font-family: 'Rajdhani', sans-serif;
	font-size: 24px;

}

.header-tel a {

	text-decoration: none;
	color: #fff;
	padding-left: 10px;

}

.box {

	background: #fff;
	display: block;
	text-decoration: none;
	color: #3f3f3f;
	padding: 30px;
	height: 100%;

}

.box .fas {

	font-size: 80px;
	text-align: center;
	display: block;
	color: #94C11F;

}

.box h3 {

	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	color: #94C11F;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;

}

.box h2 {

	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	color: #94C11F;
	text-transform: uppercase;

}

.header_img .box {

	background: rgba(148,193,31, 0.7);
	display: inherit;
	color: #fff;
	padding: 30px;

}

.header_img .box h3 {

	margin-bottom: 0px;

}

.header_img .box h3, .header_img .box .fas {

	color: #fff !important;

}

.sprechstunde {

	font-family: 'Rajdhani', sans-serif;
	font-size: 30px;
	
}

.shadow {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
}

.container.flex .row {

	margin-bottom: 30px;

}

.header_img {

	background-image: url(../images/header_pcd.jpg);
	background-size: cover;
	background-position: center center;
	height: 700px;
	padding-top: 250px;
	color: #fff;

}


.img-responsive img, figure.image img {

	max-width: 100%;
	height: auto;

}

.btn {

	margin-top: 20px;

}

h5 {

	font-weight: normal;
	color: #94C11F;

}

footer {

	background: #94C11F;
	color: #fff;
	padding: 40px 0px;
	margin-top: 50px;
	font-size: 16px;

}

footer ul {

	list-style: none;
	padding: 0px;

}

footer ul > li > a {

	font-size: 16px;

}

footer a, footer a:hover, footer a:active, footer a:focus {

	color: #fff;

}

footer #map {

	height: 150px;

}

footer.pushToBottom {
	
	position: absolute;
	width: 100%;
	bottom: 0;

}

#tx_cookies ul {

	margin: 0px;
	padding: 0px;

}

#tx_cookies ul > li {

	margin: 0px;
	border-radius: 0px;

}

#tx_cookies p {

  margin: 10px 0px !important;

}

div.grey {

	background: #373737;
	color: #fff;
	padding: 20px 0px 30px 0px;

}

.btn-grey {

	background-color: #373737;
	color: #fff;

}

.btn-grey:hover {

	color: #fff;

}

@media (min-width: 768px) {

	.container.flex .row {

		display: flex;

	}

	.navbar .row {

		display: flex; 
		align-items: center; 
		height: 105px;
	
	}

	.navbar .container {
	
		height: 105px;
		padding: 0px;

	}

}