/* GLOBAL STYLES
-------------------------------------------------- */

html {
  scroll-behavior: smooth;
}
body {
  min-width: 400px;
  /* padding-top: 3rem; */
  padding-bottom: 3rem;
  color: #5a5a5a;
  overflow-x: hidden;
}

h1,
h2 {
  font-weight: bold;
}

.container {
  max-width: 80%;
}

#smallheadlogo {
  display: none;
}

.headimg {
  height: 50px;
}

.main {
  margin-top: 50px;
}

.light-section {
  margin-top: 50px;
  margin-bottom: 150px;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  padding: 50px 30vw 100px 30vw;
}

.dark-section {
  /* position: absolute; */
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  padding: 50px 30vw 100px 30vw;
  left: 0;
  color: white;
  background-image: linear-gradient(135deg, #111, #777);
  transform: skewY(-3deg);
  transform-origin: top left;
}

.dark-section * {
  word-wrap: break-word;
  transform: skewY(3deg);
  transform-origin: top left;
}

.dark-section .row .col-md-4 p {
  transform: skewY(-3deg);
}

a,
a:hover,
a:visited {
  color: #5a5a5a;
  /* text-decoration: none; */
}

.dark-section-link,
.dark-section-link:hover,
.dark-section-link:visited {
  color: white;
}

.banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 99vh;
  background-image: url("../img/mahlwerk-letschert-kg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
  z-index: 1;
}

.logo {
  position: absolute;
  top: 130px;
  left: 35vw;
  width: 30%;
  /* min-width: 300px; */
  height: 200px;
  background-image: url("../img/head.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 50px;
  z-index: 3;
}

.marketing_head {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  word-wrap: break-word;
}

h2 {
  word-wrap: break-word;
}

.smalltext {
  margin-left: 30px;
  font-style: italic;
  margin-bottom: 10px;
}

.smalltext2 {
  font-style: italic;
}

.markettext {
  overflow: hidden;
}

.rounded-circle {
  display: block;
  float: left;
  margin-right: 50px;
}

.weitereInfos {
  float: right;
}

.anchor {
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}
/* .col-md-6 {
  margin-left: 10px;
  margin-bottom: 70px;
}
.col-md-5 {
  margin-left: 10px;
  margin-bottom: 70px;
} */

/* .col-md-6:nth-child(even) {
  margin-left: -30px;
}

.col-md-6:nth-child(odd) {
  margin-left: 30px;
} */

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.featurette-divider {
  margin: 4rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

.featurette-image {
  border-radius: 25px;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #5a5a5a; /* #014d98; */
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #5a5a5a; /*rgba(0, 0, 0, 0.9); */
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.tab-space {
  padding-left: 3em;
}
.desktop-br {
  display: none;
}
@media (max-width: 767px) {
  .desktop-br {
    display: inline;
  }
  .dark-section {
    padding: 50px 50px 100px 50px;
  }
  .light-section {
    padding: 50px 50px 100px 50px;
  }
  .featurette-heading {
    font-size: 35px;
  }
  #smallheadlogo {
    display: inline;
  }
  .rounded-circle {
    display: inline;
    float: none;
    margin-left: 12vh;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
