html, body {
	height: 100%;
}

body {
	background: #fff9ed;
  	overflow-x: hidden;
  	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	 webkit-tap-highlight-color: #fed136;
}
::selection { background: #fed136; color: #000;}
::-moz-selection { background: #fed136; color: #000;}
::-webkit-selection { background: #fed136; color: #000;}
:focus, :active { outline: 0!important; } 


p {
  font-size: 16px;
  line-height: 1.75;
}
strong {
	font-weight: 600;
}
a, a: hover, a: focus, a: active, a.active {
  outline: 0;
}

a {
  color: #000;
  border-bottom: 1px solid #000;
}

a:hover, a:focus, a:active, a.active {
	color: #000;
  border-bottom: 1px solid #fed136;
  text-decoration: none;
}
p { color: #000; }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: normal;
}
.impressum h2,
.impressum h3{
	font-size: 20px;
}
.mt-5 {
	margin-top: 15rem;
}
.img-centered {
  margin: 0 auto;
}


.navbar-default {
  background-color: #000;
  border-color: transparent;
}

.navbar-default .navbar-brand {
	background: url(../img/tresor-erlangen-logo.png) no-repeat;
	width: 160px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border-bottom: none;
	position: relative;
    left: 15px;
}

@media (min-width: 768px) {
.navbar-default .navbar-brand {
    background: url(../img/tresor-erlangen.png) no-repeat;
    width: 300px;
    height: 67px;
    text-indent: -9999px;
    display: block;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    border-bottom: none;
	position: static;
    
}
}

.navbar-default .navbar-brand: hover, .navbar-default .navbar-brand: focus, .navbar-default .navbar-brand: active, .navbar-default .navbar-brand.active {
  color: #fec503;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fec503;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, .02);
}

.navbar-default .navbar-toggle {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-default .navbar-toggle: hover, .navbar-default .navbar-toggle: focus {
  color: #fbbc42;
}

.navbar-default .nav li a {
  text-transform: uppercase;

  font-weight: normal;
  letter-spacing: 1px;
  color: #000;
  border-bottom: none;
}
.navbar-default.navbar-shrink .nav li a {
  text-transform: uppercase;

  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff;
  border-bottom: none;
}

.navbar-default .nav li a: hover, .navbar-default .nav li a: focus {
  color: #fbbc42;
  outline: 0;
}

.navbar-default .navbar-nav>.active>a {
  border-radius: 0;
  color: #fbbc42!important;
  background-color: #000!important;
}

.navbar-default .navbar-nav>.active>a: hover, .navbar-default .navbar-nav>.active>a: focus {
  color: #fbbc42!important;
  background-color: #000!important;
}

@media (min-width: 768px) {
  .navbar-default {
  background-color: transparent;
  padding: 25px 0;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  transition: padding .3s;
  border: 0;
}

.navbar-default .navbar-brand {
  font-size: 2em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.navbar-default .navbar-nav>.active>a {
  border-radius: 0px;
}

.navbar-default.navbar-shrink {
  background-color: #000;
  padding: 10px 0;
}

.navbar-default.navbar-shrink .navbar-brand {
  font-size: 1.5em;
}
.navbar-default.navbar-shrink .navbar-brand {
	background: url(../img/tresor-erlangen-logo.png) no-repeat;
	width: 160px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 5px;
}
.navbar-right {
    margin-top: 2px;
}
}

header {
  background-image: url(../img/tresor-erlangen-juwelier.jpg);
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #ffffff;
  height: 80%;
}


section {
  padding: 20px 0;
}


@media (min-width: 768px) {
  section {
  padding: 80px 0;
}

}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

.imgDiver {
	margin-bottom: 20px;
	}
#kontakt .imagePic,
#open .imagePic {
  margin: 0 0 15px;
  right: 0;
}



@media (min-width: 767px) {
	imgDiver {
	margin-bottom: 60px;
	}
 #kontakt .imagePic,
 #open .imagePic {
  margin: 0 0 30px;
}
}

.col-md-8  {
	padding-top: 33px;
}

footer p {
	font-size: 13px;
}



