@font-face {
  font-family: GothamBook;
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 18px;
}
h1,
h2 {
  text-transform: uppercase;
  font-weight: bold;
}
header img.logo {
  margin: 65px 0 35px 0;
  display: inline-block;
  width: 100%;
  height: auto;
}
section {
  margin-bottom: 57px;
}
section h1,
section h2 {
  margin-top: 54px;
}
.absolute-left {
  position: absolute;
  bottom: 34px;
  right: 10%;
}
.img-fluid {
  width: 100%;
  height: auto;
}
.breadcrumb {
  background-color: #fff;
  padding: .75rem 0rem;
}
.card {
  background: #303030;
  color: #fff;
  border: none;
  border-radius: 0;
}
.card a {
  color: #fff;
}
.card a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.bg-dark {
  background-color: #303030 !important;
}
.footer,
.box {
  font-family: 'GothamBook', 'Arial';
}
.box img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.box {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
.home .box {
  background: rgba(255, 255, 255, 0.9);
  font-size: 26px;
  text-transform: uppercase;
  padding: 25px;
  margin-top: 20%;
  margin-bottom: 130px;
}
.footer {
  padding: 35px 0 25px 0;
}
.home {
  background: url('../img/confiserie-freundt-mannheim.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 51%;
}
@media (max-width: 992px) {
  .box {
    width: 50%;
  }
  .absolute-left {
    right: 2%;
  }
}
@media (min-width: 992px) {
  header .col-offset-custom {
    margin-left: 29.166666665%;
  }
}
@media (max-width: 768px) {
  .box {
    width: 75%;
  }
}
/*# sourceMappingURL=default.css.map */