body, html {
	height: 100%;
	width: 100%;
	background-color:#f8f8f8;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lead {
	font-size: 18px;
	font-weight: 400;
}

.intro-header {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	color: #f8f8f8;
	background: url(../img/intro-bg3.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

.intro-message {
	position: relative;
	padding-top: 20%;
	padding-bottom: 20%;
}

.intro-message > h1 {
	margin: 0;
	font-size: 5em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.content-section-a {
	background-color: #f8f8f8;
	padding: 50px 0;
}

.content-section-header {
	background-color: #001f33;
	padding: 150px 50px;
	color:#f3f3f3;

	background:#001f33 url(../img/Rathaus_Hannover.jpg);
	background-size:cover;
	background-position:center top;

}


#home-vegas-slider-design {
	background:#001f33 url(../img-base/imagePath/800/img/Showcase-Template-Flat-Presentation-Vol-2_MS_blank_gray.jpg);
	background-size:cover;
	background-position:center top;
}
#home-vegas-slider-photography {
	background:#001f33 url(../img-base/imagePath/800/img/Rathaus_Hannover.jpg);
	background-size:cover;
	background-position:center top;
}


.btn-header{

	background-color: #003d66;
	color:#f3f3f3;
	border:none;
}
.btn-header2{

	background-color: #FFF;
	color:#0071BC;
	border:none;
}
.nopadding{
	padding:0;
}
.content-section-header h1{

}
.btn-header.btn-lg {
    border-radius: 0px;
}
.btn-header:hover{

	background-color: #006d96;
	color:#222;
	border-color:#003d66;
}
.btn-header2.btn-lg {
    border-radius: 0px;
}
.btn-header2:hover{

	background-color: #AAF;
	color:#333;
	border-color:#EEE;
}

.content-section-b {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 50px 0;
}

.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	border-top: 3px solid #e7e7e7;
	width: 200px;
	float: left;
}

.banner {
	padding: 100px 0;
	color: #f8f8f8;
	background: url(../img/banner-bg3.jpg) no-repeat center center;
	background-size: cover;
}

.banner h2 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-size: 3em;
}

.banner ul {
	margin-bottom: 0;
}

.banner-social-buttons {
	float: right;
	margin-top: 0;
}

@media (max-width: 1199px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}
}

footer {
	background-color: #f8f8f8;
	padding: 50px 0;
}

p.copyright {
	margin: 15px 0 0;
}





.spacer {
    margin-top: 50px; /* define margin as you see fit */
}



.mls{margin-left: 10px; /*ms*/ }
.mlm{margin-left: 15px; /*mm*/ }
.mll{margin-left: 25px; /*ml*/ }
.mts{margin-top: 10px; /*ms*/ }
.mtm{margin-top: 15px; /*mm*/ }
.mtl{margin-top: 25px; /*ml*/ }
.mbs{margin-bottom: 10px; /*ms*/ }
.mbm{margin-bottom: 15px; /*mm*/ }
.mbl{margin-bottom: 25px; /*ml*/ }
.mrs{margin-right: 10px; /*ms*/}
.mrm{margin-right: 15px; /*mm*/ }
.mrl{margin-right: 25px; /*ml*/ }

.pls{padding-left: 15px; /*ps*/ }
.plm{padding-left: 15px; /*pm*/ }
.pll{padding-left: 25px; /*pl*/ }
.pts{padding-top: 15px; /*ps*/ }
.ptm{padding-top: 15px; /*pm*/ }
.ptl{padding-top: 25px; /*pl*/ }
.pbs{padding-bottom: 15px; /*ps*/ }
.pbm{padding-bottom: 15px; /*pm*/ }
.pbl{padding-bottom: 25px; /*pl*/ }
.prs{padding-right: 15px; /*ps*/ }
.prm{padding-right: 15px; /*pm*/ }
.prl{padding-right: 25px; /*pl*/ }


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: auto;
  height: auto;
  margin:auto auto;
}

.carousel-control.right {
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0%), color-stop(rgba(0, 0, 0, .2) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .2) 100%), color-stop(rgba(0, 0, 0, 0) 0%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}



.breadcrumb {
    padding: 17px 0px 0px 15px;
    margin-bottom: 0px;
    background: none;
}
@media (max-width: 767px) {
	.breadcrumb { padding:0px; }
}
.breadcrumb a{ color:#999;}

.navbar-brand img{margin-top:-15px; }
