html,
body {
  height: 100%;
  width: 100%;
	padding:0px;
}
body {
  font-family: 'Lato',Helvetica,Arial,Verdana, sans-serif;
  webkit-tap-highlight-color: #222222;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #5a5a5a;
}
.glyphicon {
top:2px;
}

.vereinsleben {
	line-height: 30px;
	
}

.vereinsleben span {
font-size:16px;
	padding-right: 5px;
}

.vereinsleben i {
	font-size: 16px;
}

.vereinsleben a {
	  color: #5a5a5a;
}

a {
	color: #000;
}

.bg-primary a {
	color: #000;
}

#carousel-example-generic2 a {
	color: #000 !important;
}

a:hover, a:focus, a:hover, a:focus:hover {
	color: #5a5a5a;
}

p {
	line-height: 25px;
	font-size: 18px;
	color: #5a5a5a;
	
}

#footer2 {
	color: #bbb;
    background-color: #fff;
    min-height:35px;
    padding-top: 10px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	font-size: 14px;
}

#footer2 p, #footer2 a {
	color: #bbb;
	font-size: 14px;
	line-height: 14px;
	margin-bottom:0px;
}

#footer {
	background-color: #000;
	color: #5a5a5a;
	padding-bottom:20px;
}

#footer1 h1,#footer1 h2,#footer1 h3,#footer1 h4,#footer1 h5 {
	color: #fff;
}

.bg-primary {
    color: #fff;
    background-color: #000;
}

.section-title.center .line {
    border-top: 4px solid #ea110c;
    height: 40px;
    width: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}


.section-title.center {
    text-align: center;
}

.section-title.center hr {
    border-top: 4px solid rgba(234,17,12,0.34);
    width: 40px;
    text-align: center;
    margin-top: 10px;
    position: relative;
    left: 17%;
}

.section-title hr {
    border-color: #ea110c;
    /* border-width: 4px; */
    /* width: 60px; */
    float: left;
    clear: both;
}

.section-title h1, h4, h2 {
    text-transform: uppercase;
}

.carousel-inner h3 {
	font-weight: bold;
}

.carousel-inner h4 {
	text-transform: none;
}

.carousel-inner p {
	font-size: 14px;
	color: #fff;
}

.section-title.left .line {
    border-top: 4px solid #ea110c;
    height: 40px;
    width: 60px;
    text-align: left;
	margin-top: 20px;
}

.section-title.left hr {
    border-top: 4px solid rgba(234,17,12,0.34);
    width: 40px;
    text-align: left;
    margin-top: 10px;
	clear: both;
}


a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover,
a:focus {
}

#footer1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer1 p {
	font-size: 14px;
}

#footer1 a {
  color: #fff;
}
a:hover,
a:focus {
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 60px 0;
}

.about .btn-lg {
	text-transform: uppercase; font-size: 13px; border: 1px #7f7f7f solid; font-weight: bold;
}

section#welcome {
    padding: 30px 0;
}

section.after-titlebar {
  padding: 20px 0;
}

.no-padding {
  padding: 0;
}

.has-error .g-recaptcha .rc-anchor {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

#Error {
	display:none;
}

#Error.has-error {
	display:block;
}

#ErrorCaptcha {
	display:none;
}

#ErrorCaptcha.has-error {
	display:block;
}

#NonError {
	display:none;
}

#NonError.hasno-error {
	display:block;
}

#header {
	margin-top: 125px;x
}

.navbar {
	margin-bottom: 0px;
	border: none;
	padding-top:15px;
}

.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 13px;
  color: #000;
  background: white;
}

.navbar-default .nav li a,
.navbar-default .nav li a:focus,
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus:hover,
.navbar-default .navbar-collapse.collapse.in li a,
.navbar-default .nav li a:focus,
.navbar-default .nav li.active a  {
  color: #fff;
  line-height:60px;
  background: transparent;
	text-transform: uppercase;
}

.navbar-default.affix .nav li a,
.navbar-default.affix .nav li a:focus,
.navbar-default.affix .nav li a:hover,
.navbar-default.affix .nav li a:focus:hover,
.navbar-default.affix .navbar-collapse.collapse.in li a,
.navbar-default.affix .nav li a:focus {
    min-height: 65px;
    line-height: 35px;
}

.navbar-default {
    background-color: #000000;
}

.navbar-default.affix {
    min-height:65px;
    line-height: 65px;
    background-color: rgba(255, 255, 255, 1) !important;
}

@media (max-width: 768px) {
	
h2, .section-title h2 {
font-size: 21px !important;
}

h3 {
font-size: 19px !important;
}

p {
font-size: 14px !important;
line-height: 23px;
}
	
	section {
  padding: 60px 30px;
}
	
	span.Realisierung {
		display:none;
	}

.navbar-default .nav li a,
.navbar-default .nav li a:focus,
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus:hover,
.navbar-default .navbar-collapse.collapse.in li a,
.navbar-default .nav li a:focus,
.navbar-default .nav li.active a  {
  color: #000;
  background: white;
  line-height: 20px;
  text-align: center;
}

.navbar-default.affix .nav li a,
.navbar-default.affix .nav li a:focus,
.navbar-default.affix .nav li a:hover,
.navbar-default.affix .nav li a:focus:hover,
.navbar-default.affix .navbar-collapse.collapse.in li a,
.navbar-default.affix .nav li a:focus {
    line-height: 20px;
    min-height: 50px;
}

.navbar-default .navbar-header img {
  margin-left:15px;
}

.navbar-nav {
    margin: 0 -15px;
}
.header-content .header-content-inner h1 {
	text-transform: uppercase;
	font-weight:bold;
	color:#fff;

}

.navbar-default .nav li.active a,
.navbar-default .nav li.open a.dropdown-toggle,
.navbar-default .nav li.active a:focus,
.navbar-default .nav li.active a:hover,
.navbar-default .nav li.active a:focus:hover,
.navbar-default .nav li.open a:hover, 
.navbar-default .nav li.open a:focus,
.navbar-default .nav li.open a:focus:hover {
  color: #1586b7;
  background: transparent;
}

.navbar-default .nav li.dropdown ul li a,
.navbar-default .nav li.dropdown ul li a:focus,
.navbar-default .nav li.dropdown ul li a:hover,
.navbar-default .nav li.dropdown ul li a:focus:hover {
	line-height: 18px;
	min-height: 24px;
}

.navbar-default .navbar-header img {
	width: 80%;
    margin-bottom: 15px;
}
	
	@media (max-width: 620px) {
		
	.navbar-default .navbar-header img {
	width: 70%;
    margin-bottom: 15px;
}
		
	.navbar-toggle {
		margin-top: 0px;
		margin-bottom: 0px;

		}
	}

@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(21, 134, 183, 0.7);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 2.35s;
  -moz-transition: all 2.35s;
  transition: all 2.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}

.titlebar {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 0px;
    position: relative;
    height: 80px;
    margin-top:110px;
    line-height: 80px;
}

.titlebar #breadcrumbs {
    color: #999;
    margin-top: 0px;
    font-size: 12px;
    text-align: right;
    float: right;
    line-height: 60px;
}

#titlebar h1 {
    float: left;
    font-size: 28px;
    text-align: left;
}

section#footer {
	padding-bottom:0px;
	}

@media (min-width: 768px) {
	
	.navbar-default .navbar-header .navbar-toggle {
  height: 50px;
  line-height: 30px;
  font-weight: 700;
  font-size: 13px;
  color: #000;
  background: white;
}
	
.navbar-default {
	line-height: 125px;
	}

.navbar-default .navbar-header img {
	width:530px;
	}
	
.navbar-right {
	    text-transform: uppercase;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #1586b7;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
}