@import url('https://fonts.googleapis.com/css?family=Voces');

html,
body {
	height: 100%;
	background-color: #fff;
	font-family: Voces, Arial;
	font-size: 100%;
}
body {
	color: #000;
	position: relative;
}

/* defaults */

.bg-primary,
.btn-primary{
	background: #2969b0 !important;
}

h1, h2, h3, p{
	margin-bottom: 25px;
	margin-top: 25px;
}

#collapseCookie{
	padding-top:10px;
	background: #fff;
}

#home, #einleitung, #referenzen, #sponsoring {
	padding-top: 50px;
	padding-bottom: 50px;
}

#referenzen h5{
	margin-bottom: 0;
}

/* kontakt */

#kontakt {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #ddd;
}

#gmap {
	height: 400px;
}

/* footer */

#footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #333;
	color: #fff;
	font-size: 90%;
}

#footer a:link,
#footer a:visited {
	color: #fff;
}

#footer img {
	max-height:100px;
}

/* impressum */

#impressum, #datenschutz{
	padding-top: 100px;
	padding-bottom: 50px;
	background: #fff;
}

/* Navigation Bar */

.navbar-brand img{
	height: 30px;
}

.navbar-nav {
	font-weight: bold;
	text-transform: uppercase;
	color: #000
}
.navbar {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .5);
}
.navbar-dark .navbar-nav .nav-link{
	color: rgba(255, 255, 255, 1);
}
.navbar .nav-link:hover{
	color: rgba(0, 0, 0, 1);
}
.navbar .nav-link.active{
	color: rgba(0, 0, 0, 1);
}
.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255, 1);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* jarallax */

.jarallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.cover-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.cover-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}
.cover-container {
	margin-right: auto;
	margin-left: auto;
}
