@import url(http://fonts.googleapis.com/css?family=Kreon:400,700);

html, body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
}

body {
	padding-top: 70px;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by its height */
	/* 	margin: 0 auto -60px; */
	/* Pad bottom by footer height */
	/* 	padding: 0 0 60px; */
}

/* Set the fixed height of the footer here */
#footer {
	height: 100px;
	background-color: #f5f5f5;
	/* 	margin-top: 50px; */
	padding: 20px;
}

/* Custom page CSS
-------------------------------------------------- */
#wrap>.container {
	padding: 60px 15px 0;
}

/* .section { */
/* 	-webkit-box-shadow: inset 0px 0px 26px 2px rgba(226, 128, 42, 1); */
/* 	-moz-box-shadow: inset 0px 0px 26px 2px rgba(226, 128, 42, 1); */
/* 	box-shadow: inset 0px 0px 26px 2px rgba(226, 128, 42, 1); */
/* } */
}
.container .credit {
	margin: 20px 0;
}

#footer {
	background-color: #414141;
}

#footer * {
	color: #efefef;
}

h1, h2, h3, h4 {
	font-family: 'Kreon', serif;
	vertical-align: middle;
}

header {
	height: 210px;
	color: #000000;
	padding-top: 20px;
}

header h1, header h2, header h3 a, header a, header a:hover {
	font-weight: 900;
	text-decoration: none;
	font-size: 120%;
}

header h3 {
	font-family: 'Kreon', serif;
	background: #ffcc33;
	padding: 10px;
	border-radius: 3px;
	font-size: 34px;
	padding: 12px 10px 6px 10px;
}

header .dropdown-menu {
	top: 74px;
	background: #ffcc33;
	border-width: 0;
}

h1 {
	font-size: 50px;
}

#footer>.container {
	
}

@media ( min-width : 767px) {
	.navbar-nav.nav-justified>li {
		float: none;
	}
}

.navbar-nav {
	margin: 1px 1px;
}

/* customize nav style */
.navbar-default {
	background-color: #a94442;
	font-weight: 700;
	text-transform: uppercase;
	border-width: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	background-color: #fff;
}

ul.nav a:hover {
	color: #fff !important;
	text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
}

.navbar-default .navbar-nav>.active>a {
	color: #a94442 !important;
}

.navbar-default .dropdown-menu {
	right: 0;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
	overflow-y: visible;
}

.navbar-toggle {
	outline: 0;
}

.divider {
	height: 100px;
}

@media ( max-width : 768px) {
	header {
		height: 95px;
	}
}

#map-canvas {
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 15px;
}

.scroll-top {
	position: fixed;
	bottom: 0;
	right: 6%;
	z-index: 100;
	background: #ffcc33;
	font-size: 24px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.scroll-top a:link, .scroll-top a:visited {
	color: #222;
}

.section {
/* 	color: #ffffff; */
	/* 	min-height: 400px; */
	/* 	height: auto !important; */
	width: 100%;
	height: 300px;
	height: 97vh;
	padding-top: 100px;
	border-top: 2px solid #a94442;
	border-bottom: 2px solid #a94442;
}

@media ( min-height : 500px) {
	.bg-1 {
		background: url('../images/gras_small.jpg') no-repeat center center;
	}
	.bg-logo {
		background: url('../images/lotuslogo.gif') no-repeat center center;
	}
	.bg-lotus {
		background: url('../images/lotus2_small.jpg') no-repeat center center;
	}
	.bg-zitrone {
		background: url('../images/zitrone_small.jpg') no-repeat center center;
	}
	.bg-4 {
		background: url('../images/cr2_small.jpg') no-repeat center center;
	}
	.bg-5 {
		background: url('../images/cr_small.jpg') no-repeat center center;
	}
	#aboutfoto {
		width: 30%;
	}
}

@media ( max-height : 500px) {
	.bg-1 {
		background: url('../images/gras_small_xs.jpg') no-repeat center center;
	}
	.bg-logo {
		background: url('../images/lotuslogo_xs.gif') no-repeat center center;
	}
	.bg-lotus {
		background: url('../images/lotus2_small_xs.jpg') no-repeat center center;
	}
	.bg-zitrone {
		background: url('../images/zitrone_small_xs.jpg') no-repeat center
			center;
	}
	.bg-4 {
		background: url('../images/cr2_small_xs.jpg') no-repeat center center;
	}
	.bg-5 {
		background: url('../images/cr_small_xs.jpg') no-repeat center center;
	}
	#aboutfoto {
		width: 200px;
	}
}

@media ( max-width : 800px) {
	#aboutfoto {
		width: 30%;
	}
}

@media ( min-width : 800px) {
	#aboutfoto {
		width: 200px;
	}
}

.bg-1 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-logo {
	height: 300px;
	width: 100%;
	height: 97vh;
	-webkit-background-size: auto 50%;
	-moz-background-size: auto 50%;
	-o-background-size: auto 50%;
	background-size: auto 50%;
}

.bg-lotus {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-zitrone {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-4 {
	-webkit-background-size: auto 90%;
	-moz-background-size: auto 90%;
	-o-background-size: auto 90%;
	background-size: auto 90%;
}

.bg-5 {
	-webkit-background-size: auto 90%;
	-moz-background-size: auto 90%;
	-o-background-size: auto 90%;
	background-size: auto 90%;
}

.kursdaten th {
	width: 33%;
}

.nowrap {
	white-space: nowrap;
}

/* responsive google map integration */
.cc-map-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.45);
}

.cc-map-wrapper #gmap_canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#gmap_canvas img {
	max-width: none !important;
	background: none !important
}

#gmap_canvas span {
	font-size: 10px;
	font-family: arial;
}

#gmap_canvas span a {
	text-decoration: none;
}

.container_bottom {
	margin-bottom: 40px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
	.table>tbody>tr>td, .table>tfoot>tr>td {
	border-top-color: #a94442;
}
