body {
  background: url('../img/bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Antic Slab', serif;      
  color: #434342;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  margin: 3px 0;
}

.fs-19 {
  font-size: 19px;
}
.img-fluid {
  width: 100%;
  height: auto;
}
.logo {
  text-align: center;
  padding: 40px 0;
}
.logo-wrapper {
  max-width: 653px;
  max-height: 108px;
  display: inline-block;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.sub-text {
  font-weight: 600;
}
.top-nav,
.footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-wrap: nowrap;
  padding: 15px 0;
}
.footer-nav {
  padding: 15px 20px;
}
.footer-nav-bg {
  height: 4px;
  width: 100%;
  position: relative;
  background: url('../img/ZZ_Trennlinie_gestichelt_HP_Uhrwerk.png') no-repeat top center;
}
.footer-nav-wrapper {
  margin: 20px 0;
}
.content {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
}
main .top-nav img {
  max-width: 100%;
  height: auto;
  overflow-x: hidden;
}
.left-nav {
  float: left;
  max-width: 50%;
}
.right-nav {
  float: left;
  max-width: 40%;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.mw-40per {
  max-width: 40%;
}
.mw-80per {
  max-width: 80%;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.d-inline-block {
  display: inline-block;
}
.mt-4 {
  margin-top: 16px;
}
.pt-180 {
  padding-top: 180px;
}
.pl-50{
  padding-left: 50px;
}
.pl-20{
  padding-left: 20px;
}

.fs-bold {
  font-weight: bold;
}
.fs-light {
  font-weight: 300;
}
.brands2 p {
  margin: 3px 0 6px 0;
  letter-spacing: 1px;
}
.text-green {
  color: #356D76;
}
.text-red {
  color: #EE7478;
}
.text-light-blue {
  color: #5DA9B4;
}
footer {
  padding-bottom: 20px;
}
footer .title {
  color: #356D76;
  text-transform: uppercase;
  text-align: center;
  font-size: 19px;
  letter-spacing: 1px;
}
.timmings {
  color: #4E565A;
  text-transform: unset;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
main {
    overflow-x: hidden;
    padding: 0 15px;
}
main .content {
  transform: rotate(-5deg);
}
main .content.pg-home {
    transform: rotate(0deg);
}
.section-left,
.section-right {
  max-width: 49%;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.content-wrapper a{
    color: inherit;
    text-decoration: none;
}
.content-wrapper.brands a{
  display: block;
  text-align: center;
  line-height: 19px;
}
.content-wrapper.brands2 a{
  display: inline-block;
  text-align: left;
  line-height: 19px;
  width: 49%;
}
.section-full {
  max-width: 75%;
  width: 100%;
  margin: 0 auto;
}
.text-red {
  color: #EE7478;
}
@media (max-width: 767px) {
  .container { 
    padding-left: 15px;
    padding-right: 15px;
  }
  .left-nav,
  .right-nav,
  .mw-40per {
    max-width: 45%;
  }
}