/* Section two — rebuilt layout matching original Burger Turm design */

.bt-section-two {
  background: url(/css/theme/pattern-3.webp) repeat center;
  color: #000;
  padding: 75px 0 90px;
  position: relative;
  z-index: 10;
}

.bt-section-two .section-link {
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 1.5em;
  font-weight: 500;
  font-family: "Leckerli One", cursive;
  text-decoration: none;
}

.bt-section-two .section-link:hover {
  border-color: #fed600;
  color: #000;
}

.bt-section-two__intro {
  max-width: 66.666%;
  margin-left: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}

.bt-section-two__intro .section-head {
  font-family: "Teko", sans-serif;
  font-size: 56px;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.bt-section-two__intro .section-text {
  font-size: 1em;
  line-height: 1.6;
}

.bt-section-two__profile-wrap {
  margin: 40px auto 50px;
  padding: 0 15px;
}

.bt-section-two__profile {
  position: relative;
  min-height: 520px;
  width: 100%;
}

.bt-section-two__photo {
  width: 80%;
  margin-left: auto;
  display: block;
}

.bt-section-two__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.bt-section-two__card {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 48px;
  width: 38%;
  max-width: 400px;
  background: url(/css/theme/pattern-2.webp) repeat center;
  padding: 40px 44px;
  box-sizing: border-box;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.18);
}

.bt-section-two__card .section-head {
  font-family: "Teko", sans-serif;
  font-size: 48px;
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.bt-section-two__card .section-text {
  line-height: 1.6;
  margin-bottom: 0;
}

.bt-section-two__card .profile-block-name {
  font-weight: 700;
  margin-top: 20px;
  font-size: 1.5em;
  font-family: "Leckerli One", cursive;
}

@media only screen and (min-width: 993px) {
  .bt-section-two__card {
    left: 45px;
    bottom: 64px;
  }
}

.bt-section-two__outro {
  max-width: 41.666%;
  margin-left: 58.333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.bt-section-two__outro .section-head-lg {
  font-size: 4em;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.bt-section-two__outro .section-text-md {
  font-size: 2.2em;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 300;
}

@media only screen and (max-width: 992px) {
  .bt-section-two {
    padding: 25px 0;
  }

  .bt-section-two__intro,
  .bt-section-two__outro {
    max-width: 100%;
    margin-left: 0;
  }

  .bt-section-two__intro .section-head,
  .bt-section-two__card .section-head {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .bt-section-two__profile {
    min-height: 0;
  }

  .bt-section-two__photo {
    width: 100%;
  }

  .bt-section-two__card {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    padding: 25px;
    margin-bottom: -40px;
    z-index: 2;
  }

  .bt-section-two__outro .section-head-lg {
    font-size: 2.5em;
    margin-bottom: 15px;
  }

  .bt-section-two__outro .section-text-md {
    font-size: 1.2em;
    margin-bottom: 15px;
    text-align: left;
  }
}
