*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

body {
  font: normal 16px/1.5 "Helvetica Neue", sans-serif;
  background: #456990;
  color: #fff;
}


/* .section SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section {
  padding: 50px 0;
}

.section .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section h1 {
  font-size: 2.5rem;
}

.section h2 {
  font-size: 1.3rem;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 400px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 200px;
  height: 3px;
  background: #fff;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #d9be83;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 320px;
  padding: 15px;
  font-size: 1.5rem;
  white-space: normal;
  color: black;
  background: white;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #f8a700;
}


/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.inner-banner-bg-2 {
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 0px !important;
}

.inner-banner-bg-3 {
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 0px !important;
  background-image: url(../images/visual-brauerei.jpg), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
  background-blend-mode: overlay;
}

#marlin-pp {
  text-align: left;
}

/* MAIL-BTN  */

.mail-btn {
  padding: 10px;
  height: 45px;
  background: #d9be83;
  font: 400 14px/45px 'Open Sans', sans-serif;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

/* Header Mobile */
.header-logo {
  width: 140px;
}

@media(min-width: 993px) and (max-width: 1199px) {
  #banner .caption {
    top: 50px;
  }

  .banner-text {
    font-size: 16px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #banner .caption {
    top: 15px;
  }

  .banner-text {
    font-size: 14px !important;
    margin: 0;
  }

  .mail-btn {
    font-size: 14px !important;
  }

  .text-title {
    font-size: 40px !important;
  }
}

@media(min-width: 481px) and (max-width: 767px) {
  #banner .caption {
    top: 5px !important;
  }

  .banner-text {
    font-size: 12px !important;
    line-height: 14px;
    margin: 0;
  }

  .mail-btn {
    font-size: 12px !important;
  }

  .text-title {
    font-size: 25px !important;
    padding-bottom: 5px !important;
  }
}

@media(max-width: 480px) {
  .mail-btn {
    font-size: 10px !important;
  }

  .nav-row {
    display: inline-block;
  }

  .logo-2 {
    display: inline-block;
    padding-left: 10%;
    width: auto !important;
  }
  
  .navbar.navbar-inverse {
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
  }

  .header-logo {
    width: 40px;
  }

  .caption {
    padding-top: 5%;
    padding-left: 5%;
    zoom: 0.25;
  }
}