html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	background-color: #fff;
	margin: 0;
	padding: 0;
  	}
	@media only screen and (max-width: 780px) {
		body {
			font-size: 16px;
			}
		}

/* 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 0 -100px;
	/* Pad bottom by footer height */
	padding: 0 0 80px;
	}

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

/* Custom page CSS
-------------------------------------------------- */

.container-fluid {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
	}

.container {
	text-align: center;
	}

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

.header {
	padding: 10px 0 45px 0;
	}
	@media only screen and (max-width: 768px) {
		.header {
			padding: 20px 0;
			}
		}

.navbar-brand img {
	}
	@media only screen and (max-width: 768px) {
		.navbar-brand img {
			width: 80%;
			max-width: 400px;
			margin: 0 auto;
			}
		}

#footer > .container {
	text-align: left;
	color: #fff;
	}

#footer a {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	}

h1, h2, h3, h4 {
	color: #1760a6;
	font-weight: 300;
	text-transform: uppercase;
	}


h1, h2 {
	font-size: 30px;
	}
	@media only screen and (max-width: 991px) {
		h1, h2 {
			font-size: 20px;
			}
		}
	@media only screen and (max-width: 768px) {
		h1, h2 {
			font-size: 16px;
			font-weight: 500;
			}
		}

h3 {
	margin-top: 30px;
	}

p {
    margin: 0 0 20px;
	}

ul.list-center li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	list-style-type:  none;
	}

.page-header {
	border: none;
	margin: 80px 0 10px 0;
	}

.img-responsive {
    margin: 0 auto;
    }

img.stoerer {
	width: 200px;
	height: auto;
	}

.blau-kursiv {
	color: #1760a6;
	font-style: italic;
	font-weight: 400;
	}

.lead {
	font-weight: 400;
	}
	@media only screen and (max-width: 780px) {
		.lead {
			font-size: 20px;
			}
		}

#introduction {
	}

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

.navbar-nav {
	margin: 33px 0 0 0; 
	}
	@media only screen and (max-width: 768px) {
		.navbar-nav {
			margin: 10px 0;
			background: #efefef;
			}
		}
  
/* customize nav style */

.navbar {
    /*border: none;
    margin-bottom: 0;
    position: relative;
	min-height: inherit;*/
	}

.navbar-static-top, .navbar-fixed-top {
    z-index: 1000;
	background: #fff;
	/*background-color: transparent !important;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent !important;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;*/
	}

.navbar-nav > li > a {
    padding-bottom: 0;
    padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 30px;
	text-transform: uppercase;
	color: #000000;
	}
	@media only screen and (max-width: 768px) {
		.navbar-nav > li > a {
			text-align: right;
			margin-left: 40px;
			margin-right: 40px;
			padding: 10px 0;
			}
		}

.navbar-nav > li.active > a {
	color: #1760a6;
	font-weight: 400;
	}

.nav > li > a:hover,
.nav > li > a:focus {
	color: #1760a6;
	}

.navbar-nav .dropdown-menu li {
	background-color: #ffffff;
	}

.nav-justified > li > a {
    margin-bottom: 0;
	}
.nav-justified > li > a {
    margin-bottom: 0px;
    text-align: center;
	}

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

.navbar-toggle {
	outline:0;
	}

.navbar-toggle .icon-bar {
	background: #1760a6;
	}

.divider {
	height:100px;
	}
	@media (max-width: 768px) {
		.divider {
			height: 70px;
			}
		}

.panel-default {
    border-color: #fff;
	}
	
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
	padding: 10px;
	}

#mapkit {
	height: 560px;
    width: 100%;
    }
	@media (max-width: 768px) {
		#mapkit {
			height: 200px;
			width: 100%;
			}
		}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #eeeeee;
   font-size:16px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
   padding: 0 5px;
	}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
	}

section {
	color: #ffffff;
	min-height: 600px;
	height: auto !important;
	height: 100%;
	padding-top: 240px;
	}
	@media only screen and (max-width: 991px) {
		section {
			min-height: 300px;
			padding-top: 50px;
			}
		}
	@media only screen and (max-width: 768px) {
		section {
			min-height: 200px;
			padding-top: 50px;
			}
		}

section.slideshow {
	color: #ffffff;
	min-height: 600px;
	height: auto !important;
	width: 100%;
	padding-top: 0px;
	}
	@media only screen and (max-width: 1500px) {
		section.slideshow {
			min-height: 563px;
			height: auto !important;
			}
		}
	@media only screen and (max-width: 1400px) {
		section.slideshow {
			min-height: 525px;
			height: auto !important;
			}
		}
	@media only screen and (max-width: 1300px) {
		section.slideshow {
			min-height: 488px;
			height: auto !important;
			}
		}
	@media only screen and (max-width: 1200px) {
		section.slideshow {
			min-height: 450px;
			height: auto !important;
			}
		}
	@media only screen and (max-width: 1100px) {
		section.slideshow {
			min-height: 413px;
			height: auto !important;
			}
		}
	@media only screen and (max-width: 991px) {
		section.slideshow {
			min-height: 300px;
			height: auto !important;
			}
		}
	@media only screen and (max-width: 768px) {
		section.slideshow {
			min-height: 200px;
			height: auto !important;
			}
		}
	@media only screen and (max-width: 480px) {
		section.slideshow {
			min-height: 150px;
			height: auto !important;
			}
		}

.side-buttons {
	}
	@media only screen and (max-width: 768px) {
		.side-buttons {
			}
		}

.side-buttons .adress {
	float: right;
	font-size: 14px;
	text-align: right;
	color: #aaa;
	padding: 5px 0 0 0;
	}

.adress span {
	display: inline-block;
	}

.side-buttons div a,
.side-buttons div a:hover {
	background: #ccc;
	display: block;
	padding: 6px 10px;
	margin-left: 10px;
	text-align: center;
	float: right;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	}

.phone span {
	margin-right: 10px;
	}

.phone {
	display: none;
	}

div.adress a,
div.adress a:hover {
	background: none;
	padding: 4px 10px 0 0;
	color: #aaa;
	}

/*.phone > a >.phone-label {
	display: block;
	position: absolute;
	border: 1px solid #fff;
	background: #666;
	padding: 10px;
	top: 40px;
	margin-left: -20px;
	opacity: 0;
	z-index: 2000;
	}

.phone > a:hover >.phone-label {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1.0;
	color: #ffffff;
	text-decoration: none;
	}
*/
.glyphicon {
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	}

.glyphicon-chevron-up {
	color: #000;
	font-size: 14px;
	line-height: 14px;
	}

.foot-content {
	text-align: center;
	}
	@media only screen and (max-width: 768px) {
		.foot-content {
			}
		}

.foot-content span {
	padding: 0 10px;
	}
	@media only screen and (max-width: 768px) {
		.foot-content span {
			display: block;
			}
		}

.day {
	width: 200px;
	text-align: left;
	margin-right: 30px;
	display: inline-block;
	}
