body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
.navbar-brand {
    display: none;
	color: #eee !important;
	font-weight: 500;
}
*/

/* caption */
.caption {
	display: block;
	margin-bottom: 30px;
	background-color: #eee;
	height: 140px; /* 195 */
	line-height: 20px;
	margin-bottom: 10px; /* 30 */
	padding-bottom: 48px; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 48px;
}

.caption h1 {
	font-size: 46px;
}

.caption2 p {
	text-align: center;
}

.top {
	padding-top: 60px;
}

/* logo */
.logo-wrapper {
	height: 170px;
	width: 300px;
	display: block;
	position: relative;
	margin-bottom: 25px;
}

.logo-wrapper img {
	/* border: 1px solid yellow; */
	position: absolute;
	left: 0px; ;
	bottom: 0; 
	width: 200px;
}

.vcard {
/*	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
box-shadow: 0 0 6px rgba(0,0,0,0.5);
*/
}

.vcard p {
	padding: 0;
	margin: 0;
	margin-left: 30px;
	line-height: 1.3;
}

p.phone, p.mail, p.web {
	padding-top: 4px;
}

p.street:before {
	position: absolute;
	display: block;
	content: "\e021";
	xfont-size: 36px;
	margin-left: -24px;
	font-family: 'Glyphicons Halflings';
	/* margin-left: -15px;
	margin-right: 3px; */
	vertical-align: bottom;
}

/* p.phone:before {
	position: absolute;
	display: block;
	content: "\e182";
	xfont-size: 36px;
	margin-left: -24px;
	font-family: 'Glyphicons Halflings';
	vertical-align: bottom;
} */

p.mail:before {
	position: absolute;
	display: block;
	content: "\2709";
	margin-left: -24px;
	font-family: 'Glyphicons Halflings';
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.download:before {
	content: "\e026";
	position: absolute;
	display: block;
	margin-left: -24px;
	font-family: 'Glyphicons Halflings';
	vertical-align: bottom;
}

.download {
	padding-left: 40px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imagelink {
  text-decoration: none;
  color: #000;
}
.imagelink:hover {
  text-decoration: none;
  color: #000;
}


.footer {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 80px;
	margin-top: 100px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}


.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 120px;
	height: 40px;
	line-height: 38px;
	right: 20px;
	bottom: 20px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}

.scroll-top-inner span:before {
  content: "\e113";
  position: absolute;
  display: block;
  margin-left: 14px;
  font-family: 'Glyphicons Halflings';
  vertical-align: bottom;  
}

.scroll-top-inner span {
  margin-left: 18px;
}

/* h3 impressum */
h3 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .btn-lg {
    font-size: 80%;
  }
  .scroll-top-wrapper {
    top: 70px;
  }
}

/*

margin: 1.5em 0px .75em -1.5em;
}
(index)media="screen"
table, blockquote, .callout, .pastels_on_dark {
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
box-shadow: 0 0 6px rgba(0,0,0,0.5);


*/
