/* My CSS Start*/
@font-face {
	font-family: OpenSans;
	src: url('../fonts/OpenSans/OpenSans-Regular.ttf');
}
@font-face {
	font-family: Josefin Stab;
	src: url('../fonts/josefin-slab/JosefinSlab-Regular.ttf');
}

body {
	font-family: Calibri;
	font-size: 12.5pt;
}

a {
	color: #008597;
}

.anchor{
	position: absolute;
	height: 1px;
	width: 100%;
	margin-top: -70px;
	padding-top: 70px;
	z-index: -20;
}

.content {
	margin-top: 40px;
}

#main-slider {
	/*margin-bottom: 40px;*/
}

.white {
	box-shadow: 0px 0px 10px 2px rgba(0 ,0 , 0, 0.6);
	background-color: white;
}

.bg {
	width: 100%;
	background-image: url('../images/199022_7249.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: lightgreen;
}

#content{
	position: relative;
}

.logo {
	display: block;
	margin: 50px 0;
}
.logo a{
	max-width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.logo img{
	margin-right: auto;
	margin-left: auto;
	max-width: 300px;
}

.overlay {
	background: transparent;
	position: absolute;
	width: 100%;
	height: 100%; /* your iframe height */
}

footer{
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100px;
	border-top: 0px;
	height: auto;
	bottom: 0px;
	width: 100%;
}
footer .container-fluid {
	padding-top: 20px;
}

.overlay div{
	border-radius: 5px;
	border: 1px solid grey;
	text-align: center;
	position: relative;
	height: 10%;
	width: 10%;
}
.overlay div a{
	transition: all 0.3s;
	color: transparent;
}
.overlay div:hover a{
	text-decoration: none;
	transition: all 0.3s;
	background-color: rgba(255,255,255, 0.6);
	color: black;
}

.xanten {
	left: 29%;
	top: 3%;
}
.sonsbeck {
	left: 3%;
	top: 29%;
}
.alpen {
	left: 52%;
	top: 43%;
}
.rheinberg {
	left: 80%;
	top: 55%;
}

.overlay a{
	display: block;
	height:100%;
	width:100%;
}

#nav_block {
	height: 60px;
	width: 100%;
	position: relative;
}

#page-breadcrumb {
	height: 100px;
	width: 100%;
	background-color: #DBDCD7;
	position:relative;
	overflow:hidden;
}

#page-breadcrumb .container{
	height:100%;
}

.page-slider-box{
	height: 100%;
	text-align: center;
}

.page-slider-box div {
	margin: 0;
	position: relative;
}
.page-slider-box h1{
	font-size: 45px;
	margin-top: 10px;
}

.breadcrumb-bg {
	background-size: cover;
	background-position: center;

	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	background-color: rgba(255,255,255,0.7);
	height: 100px;
	position: absolute;
	width:100%;
}

.page-slider-box span{
	position: relative;
	top: 25%;
	text-align: center;
}

.page-slider-box a{
	font-size: 12px;
	color: black;
}

footer .btn-success{
	background-color: #008597;
	border-color: #AFB0AB;
}

footer .btn-success:hover{
	background-color: white;
	color: #777;
	border-color: #008597;
}
footer .btn-success:active{
	background-color: #008597;
	border-color: white;
}
footer .btn-success:focus{
	background-color: #008597;
	border-color: white;
}

.page-content {
	margin-top: 30px;
}

/*.navbar a {
	color: white !important;
}*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
	border: 0;
}
.navbar-default .navbar-toggle {
	border: 0;
}

.navbar-left {
	font-weight: 500;
	color: #D94208 !important;
}

.navbar-collapse a {
	font-weight: 500;
	color: #fff !important;
	font-size: 18pt;
}

.navbar-collapse a:hover {
	color: #D94208 !important;
}
/*.navbar{
	background-color: #D94208;
	border: 0;
}*/

.navbar-nav {
	width: 100%;
}

.navbar-nav > li {
	padding: 0px 0px;
	display: inline-block;
	float: none;
}

.navbar{
	background-color: #333;
	border: 0;
	-webkit-box-shadow: 0px -2px 5px 3px rgba(0,0,0,1);
	-moz-box-shadow: 0px -2px 5px 3px rgba(0,0,0,1);
	box-shadow: 0px -2px 5px 3px rgba(0,0,0,1);
}

.navbar-left img {
	max-height: 110px;
	margin: 5px;
}

.navbar-left h3 {
	margin-top: 32px;
	margin-left: 8px;
}

.navbar-header > .navbar-right {
	margin-top: 40px;
	margin-left: 15px;
}

.container > .navbar-collapse {
	float: none;
	text-align: center;
}

.navbar-header {
	float: none;
}

.dropdown-menu {
	background-color: #333;
	border-radius: 0;
	padding: 0;
}
.dropdown-menu li a{
	padding-top: 10px;
	padding-bottom: 10px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #e7e7e7;
}

/* My CSS End*/

/* Bootstrap CSS Start*/
.carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
	transform: none;
	-webkit-transform: none;
}

/* Bootstrap CSS End*/

/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}

.carousel,
.item,
.active {
	height: 100%;
}

.carousel-inner {
	height: 100%;
}

.carousel-caption {
	right: 0%;
	left: 0%;
}
.carousel-caption h1{
	display: inline-block;
	padding: 8px 20px;
	text-shadow: none;
	color: #777;
	border-radius: 5px;
	background-color: rgba(226, 241, 250, 0.8);
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
	height: 100%;
	background-position-x: center;
	background-position: center;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-size: cover;
}


.gMaps{
	height: 500px;
	width: 100%;
}

.margin-bottom{
	margin-bottom: 40px;
}
.margin-left{
	margin-left: 20px;
}
/*
 * End Bootstrap - Full Slider (http://startbootstrap.com/)
*/
.hamburger {
	margin-right: 15px;
	margin-top: 25px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	width: 32px;
}

.navbar .fa-facebook-official{
	font-size: 1.6em;
}

.open > .dropdown-toggle {
	background-color: transparent!important;
	color: #D94208!important;
}

.dropdown > .dropdown-menu > .open > .dropdown-menu {
	left: 100%;
	top: 0;
}

.active a{
	color: #D94208!important;
}

.margin-top{
	margin-top: 15px;
}

.margin-bottom{
	margin-bottom: 15px;
}

.driverForm {
	margin-bottom: 15px;
}

.driverForm label {
	display: block;
}

.driverForm input {
	margin-bottom: 15px;
}

.driverText {
	color: white;
	padding: 10px;
	background-color: #D94208;
}

.passengerForm {
	margin-bottom: 15px;
}

.passengerForm label {
	display: block;
}

.passengerForm input {
	margin-bottom: 15px;
}

.passengerText {
	color: white;
	padding: 10px;
	background-color: #D94208;
}

.status-text {
	text-align: center;
}