body {
	width: 100%;
	height: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 16px !important;
	line-height: 1.42857;
	color: black;
	background-color: white;
	overflow-x: hidden;
}
html {
  width: 100%;
  height: 100%;
}
footer {
  background-color: black;
  color: white;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
h1, h2, h3, h4 {
  margin: 0 0 35px;
}
h5, h6 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 5px;
}
h1, h2 {
  text-decoration: none;
  padding-bottom:8px;
  border-bottom:3px solid #29597e;
  font-weight: 300;
}


h2 {
	display: inline-flex;
}


p {
  margin: 0 0 25px;
  font-size: 1em;
}

a {
  color: rgb(41,89,126);
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000;
  outline: none;
}

footer a {
color: rgb(41, 89, 126);
font-weight:700;
}

footer a:hover,
footer a:focus {
color: rgba(41, 89, 126, 0.8);
}

.jumbotron {
	position: relative;
	display: block;
	background-color: #363634;
	padding: 0 !important;
	margin: 0 !important;
	height: 100%;
	min-height: 400px;
	text-align: center;
}

.jumbotron-static {
	position: relative;
	display: block;
	background-color: #363634;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	text-align: center;
}

.light {
  font-weight: 400;
}

.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(80,80,80, 0.3);
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	background-color: rgba(255,255,255,1);
}
.navbar-custom .navbar-toggle {
  color: grey;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  margin-right: 0;
  margin-top: 14px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active,
.navbar-custom .navbar-toggle:active:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
  width: 100%;
}
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand:active:focus {
  outline: none;
}
.navbar-custom a {
  color: grey;
}
.navbar-custom .nav li a {
  font-weight: 400;
  -webkit-transition: color 0.5s ease-in-out; /* cubic-bezier(0.19,1,0.22,1); */
  -moz-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: black;
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background: transparent;
}

.navbar-custom .navbar-nav > li > a::after {
	bottom: -1px;
	content: "";
	display: block;
	padding: 0;
	box-shadow: none;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	background-color: rgba(0,56,103,0);
	-webkit-transition: background-color 0.5s ease-in-out; /* cubic-bezier(0.19,1,0.22,1); */
	-moz-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
.navbar-custom .navbar-nav > li > a:hover::after,
.navbar-custom .navbar-nav > li.active > a::after {
	background-color: rgba(0,56,103,1);
}


.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus .current {
  background-color: rgba(0,0,0,0);
  background-image: none;
  box-shadow: none;
  color: rgba(0,56,103,1);
  padding-bottom: 5px;
}

.navbar-custom .navbar-nav li a,
.navbar-custom .navbar-nav > li > a:focus {
  color: rgba(64,64,64,1);
  font-size: 14px;
  margin: 0 0 0  30px;
  outline: medium none;
  padding: 18px 0 5px 0;
  text-transform: uppercase;
  line-height: unset;
}

.img-responsive-custom {
  margin: 0 auto;
  max-width: 316px; /* 100%; */
  height: auto;
}
.banner-text {
  margin-top: 50px;
  background-color: #393522;
  color: white;
  font-size: 24px;
  font-style: italic;
  padding: 30px 0;
}

.banner-text p {
  color: white;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
}

.popover {
  background-color: rgb(57,53,34);
  border-radius: 0;
}

.popover a {
  color: rgb(246, 243, 241) !important;
}
.popover a:hover,
.popover a:focus,
.popover a:active {
  color: rgb(61,109,136) !important;
}

.popover.top > .arrow {
  border-top-color: rgb(57,53,34) !important;
  border-top-color: rgba(57,53,34, .25) !important;
}
.popover.top > .arrow:after {
  border-top-color: rgb(57,53,34) !important;
}


@media (max-width: 768px) {
  .navbar-brand {
	max-width: 60%;
	position:relative;
	padding: 10px 0 0 10px;
  }
  .navbar-custom .navbar-collapse .nav {
	margin-top: 3%;
  }
}
@media (min-width: 768px) {
  .right-divider {
    border-right: 3px solid white;
  }
  .navbar-header {
    max-width: 20%;
  }
  .navbar-custom {
    margin: 0 0 36px 0;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: white;
    border-bottom: 1px solid rgba(80,80,80, 0.3);
  }

}
@media (max-width: 1024px) {
  .right-divider {
     border: none;
  }
}
.intro {
	background-color: black;
	background-image: url('../img/slider_1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: 110%;
}
#image1 .jumbotron,
#image2 .jumbotron,
#image3 .jumbotron,
#image4 .jumbotron {
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: 110%;
}

#image1 .jumbotron {
  background-image: url('../img/slider_2.jpg');
}

#image2 .jumbotron {
  background-image: url('../img/slider_3.jpg');
}

#image3 .jumbotron {
  background-image: url('../img/slider_4.jpg');
}

#image4 .jumbotron {
  background-image: url('../img/slider_5.jpg');
}



.intro,#image1,#image2,#image3,#image4 {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
}
.intro-body {
  display: table-cell;
  vertical-align: middle;
}

#image1 .intro-body,
#image2 .intro-body,
#image3 .intro-body,
#image4 .intro-body {
  vertical-align: bottom;
  padding-bottom: 100px !important;
}
.intro-body .brand-heading {
  font-size: 40px;
}
.intro-body .intro-text {
  font-size: 18px;
}

#impressum h3 {
	margin: 35px 0 5px 0;
	font-size: 1em;
}

#show-impressum {
	cursor: pointer;
}

#modal-impressum .modal-dialog {
	margin: 0;
	width: 100%;
}

#modal-impressum .modal-header {
	height: 6em;
}

#modal-impressum .modal-body {
	padding: 0 0 15px 0;
}

#modal-impressum .modal-content {
	background-clip: border-box;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

#modal-impressum .close {
	font-size: 4em;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	opacity: 1;
	text-shadow: none;
}

.content-section {
	padding-top: 100px;
	margin-top: -100px;
	background-clip: content-box; /*** so we can use different background colors withut problems */
}

.content-section .full-banner {
	margin: 0 0 50px 0;
	height: 400px;
	margin-top: 0;

}


#impressum {
	background: rgba(255,255,255,1);
	color: black;
	padding-bottom: 35px;
	padding-top: 0;
	margin-top: 0;
}


/* paralax effect on .section */
.paralax-section,
.paralax-section-mobile {
	height: 400px;
/*	margin-bottom: 200px !important; */
	background-attachment: fixed;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 110%;
}

.content-section .full-banner.team-banner {
	height: 480px;
}

.content-section .full-banner img {
	width: 100%;
	height: auto;
}

.img-responsive.team {
	margin: 0 auto 10px auto;
	float: none;
	display: inline-block;
}

.thick-hr {
  height: 0px;
  color: grey;
  background-color: grey;
  border: none;
  margin: 0;
}

.quote-block {
	display: inline-flex;
	margin: 0 auto;
}
/*
.quote-block .quote {
	font-size: 3rem;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 5px;
}
*/
.quote-block span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2rem;
	float: right;
}

.jumbotron .row > div {
	display: table;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	vertical-align: bottom;
}

.intro .row > div {
	margin-top: -1em;
}

.jumbotron .intro-body .row > div {
	float: none;
}
/*
#image1 .jumbotron .row > div,
#image2 .jumbotron .row > div,
#image3 .jumbotron .row > div,
#image4 .jumbotron .row > div {
	margin-top: 50% !important;
}
*/
.jumbotron .row > div > div {
	display: table-row;
}

.jumbotron .row > div > div > p {
	color: rgb(255, 255, 255);
	display: table-cell;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	height: auto;
	line-height: 1.25em;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-transform: none;
	/*
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	*/
	vertical-align: bottom;
	border-bottom: none;
}

.jumbotron .row > div > div > p span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2rem;
	float: right;
}

.down-arrow {
	color: rgb(255, 255, 255);
}

#contact {
	background-color: #f6f3f1;
	position: relative;
}

.form-group.buffer {
	margin: 0 0 15px 0;
}
.image-cont {
	padding-top: 30%;
}
.content-section.no-banner {
	padding-top: 50px;
}
.intro,#image1,#image2,#image3,#image4 {
  height: 100%;
  padding: 0;
}
a.btn {
  color: white;
}
a.btn:hover {
  color: #aaa;
}

.btn.page-scroll:hover,
.btn.page-scroll:active,
.btn.page-scroll:active:focus,
.btn.page-scroll:focus {
	box-shadow: none;
	outline: none;
	color: rgb(41,89,126);
}

.form-control {
  border: none;
  box-shadow: 0;
  border-radius: 0;
}
input.btn.btn-primary {

}

.top-buffer {
	margin-top: 30px;
}
.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: black;
  background-size: cover;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {

  #impressum, #error {
    padding-top:0;
  }
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }

}
.btn {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #42DCA3;
  color: #42DCA3;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: black;
  background-color: #42DCA3;
}

.btn-primary {
  background-color: rgb(41,89,126);
}

ul.banner-social-buttons {
  margin-top: 0;
}


footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}

td, th {
    padding: 0;
    text-align: left;
    vertical-align: top;
}


#error {
    margin-top: 100px;
}

#contactform { /* anchor for contact form validation */
    position: absolute;
    z-index: 1000;
    top: 280px;
    left: 0;
    width: 10px;
    height: 10px;
}

p.error {
    margin: 5px 0 0 0;
    color: rgb(204, 0, 0);
}

input.error,
textarea.error {
    border: 1px solid red;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }

	.jumbotron-static {
		background-size: 125% auto;
		height: 375px;
		margin-top: 125px;
	}
	.leistung-banner {
		background-position: center 29%;
	}

}

@media (max-width: 991px) {

	.navbar-brand .img-responsive {
		display: block;
		height: auto;
		width: 180px;
		max-width: initial;
	}
	.navbar-header {
		width: 100%;
	}
	#image1 .jumbotron,
	#image2 .jumbotron,
	#image3 .jumbotron,
	#image4 .jumbotron {
		background-size: cover; /* 160% auto; */
	}
	.intro {
		background-size: cover;
	}
	.jumbotron-static {
		background-size: cover;
	}
	.leistung-banner {
		background-position: center 29%;
	}
	.content-section .full-banner {
		border-top: none;
	}
	#error {
		margin-top: 0;
	}
	#impressum {
		margin-top: 0;
		padding-top: 0 !important;
	}
	#error .readers,
	#impressum .readers {
		margin-top: 0;
		/* height: 215px; */
		background-position: center 37%;
		border-top: none;
	}
}


@media (max-width: 767px) {

	.navbar-brand .img-responsive {
		display: block;
		height: auto;
		width: 145px; /* 180px; */
	}
	.navbar-custom .navbar-toggle {
		margin-right: -26px;
	}
	.img-cont {
		padding-top: 50%;
	}
	.img-responsive-custom {
		max-width: 316px;
	}
	.jumbotron .row > div > div > p {
		padding-top: 100px;
		font-size: 2.75rem;
	}
	#image1 .jumbotron,
	#image2 .jumbotron,
	#image3 .jumbotron,
	#image4 .jumbotron {
		background-size: cover;
	}
	.content-section {
		padding-top: 70px;
		margin-top: -70px;
	}
	.content-section .full-banner {
		height: 100px;
	}
	.content-section .full-banner.team-banner {
		height: 100px;
	}
	#modal-impressum .modal-header {
		height: 4em;
	}
	#modal-impressum .close {
		font-size: 2em;
	}
	.jumbotron-static {
		background-size: 100%;
	}
	.navbar-header {
		width: 100%;
	}
	.navbar-custom {
		max-height: 400px;
	}
	.navbar-custom .navbar-nav li {
		padding: 0 !important;
	}
	.navbar-custom .navbar-nav li a,
	.navbar-custom .navbar-nav > li > a:focus {
		font-size: 20px;
		margin: 0 15px !important;
		padding: 10px 0 !important;
		height: 2em !important;
	}

}

@media (max-width: 480px) {

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 340px;
	}
	.img-responsive-custom {
		max-width: 260px;
	}
	.intro .row > div {
		margin-top: 70px;
	}
}

@media (min-width: 360px) and (max-width: 767px) {
	.content-section .full-banner {
		height: 150px;
	}
	.content-section .full-banner.team-banner {
		height: 150px;
	}
	#error .readers, #impressum .readers {
		height: 158px;
	}
	.jumbotron-static {
		background-size: cover;
	}

}



@media (min-width: 768px) {

  .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro-body .intro-text {
    font-size: 26px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

	.navbar-custom .navbar-nav li a, .navbar-custom .navbar-nav > li > a:focus {
		margin-left: 18px;
	}

}

@media (min-width: 1499px) {

	.intro .row > div > div {
		margin-top: 170px;
	}
}
@media (min-width: 1200px) {

 .jumbotron-static {
     background-position: center 20%;
  }
  #fonds .jumbotron-static,
  #about .jumbotron-static,
  #services .jumbotron-static {
    background-position: center center;
  }
  #team .jumbotron-static {
    background-position: center center; /* center 40%; */
  }
  .content-section .full-banner.team-banner {
    height: 480px;
  }
  .jumbotron-static.readers {
     background-position: center 37%;
  }

}
