/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #323639;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.1rem;
  background-color: #f8f9fa;
}


.navbar-brand {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
}


.lead {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 300;
}


.kleingedrucktes {
  font-size: 12px;
}
.halbtag-box {
  background-color: rgba(50,54,57,0.15);
  padding: 15px 30px;
  border: 1px solid #323639;

}

.ganztag-box {
  background-color: rgba(50,54,57,0.3);
  padding: 30px 30px;
  border: 1px solid #323639;
}

.ganztag-box p {
  margin-bottom: 0px;
}

.visitus-box {
  background-color: #323639;
  border: 1px solid #323639;
  height: 363px;
  display: flex;
}

.visit-us-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 auto;
}

.halbtag-img {
  width: 100px;
  height: 100px;

}

.ganztag-img {
  width: 100px;
  height: 100px;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
}

.about-intro-text {
  padding: 0 20px 0 20px;
}


.contact-marge p {
  font-size: 20px;
  line-height: 24px;
}

.contact-image {
  margin-bottom: 22px;
}

 p.contact-more {
  font-size: 16px;
  line-height: 20px;
}


.icon-area img {
  width: 90px;
  height: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#heroSlider .carousel-item {
  min-height: 40rem;
}
#heroSlider .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 40rem;
}

#equipmentSlider .carousel-item {
  min-height: 518px;
}

#equipmentSlider .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 518px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


.equipment-container {
  border: 1px solid #323639;
  background-color: #323639;
}

.vert-flexitem {
  border: 1px solid #323639;
}

.equipment-text {
    padding: 50px 20px;
    font-size: 1rem;
    line-height: 1.25;
}

.equipment-text ul {
  padding-left: 20px;
}

.equipment-text li {
  margin-bottom: 10px;
}


section {
  margin-bottom: 90px;
}

section#vorteile {

  margin-bottom: 50px;

}

a {
   color: #126567;
   text-decoration: none;
   background-color: transparent;
}

a:hover {
    color: #126567;
    text-decoration: underline;
}


.btn {
    border-radius: 0rem;
}

.btn-outline-primary {
    color: #126567;
    border-color: #126567;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #126567;
    border-color: #126567;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #126567;
    border-color: #126567;
}


.standort-nadel {
  width: 30px;
  height: 40px;
  margin-bottom: 10px;
}

.image-flexer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 414px) {

  .mb-15-sm {
    margin-bottom: 15px;
  }

}

.bg-light {
    background-color: #f8f9fa!important;
}

section#welcome {
    margin-bottom: 60px;
}

#about-intro li {
  margin-bottom: 16px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 640px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

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


.logo-img {
  height: 100px;
  width: 87px;
}

.food-outer {
  background-image: url("../img/fotos/food.png");
  background-size: cover;
  background-position: center; /* Center the image */
  padding-top: 50px;
  padding-bottom: 50px;
}

.food-text {
  width: 90%;
  padding: 20px 20px;
  background-color: #fff;
  margin: 0 auto;
}

.bd-footer-links {
    padding-left: 0;
    margin-bottom: 1rem;
}

.bd-footer-links li {
    display: inline-block;
    margin-right: 1rem;
}

.bd-footer {
    font-size: 85%;
    text-align: center;
    background-color: #f7f7f7;
}

.bd-footer p {
    margin-bottom: 0;
}

@media (min-width: 1200px) {

  .bd-footer {
      text-align: left;
  }

  .logo-img {
    height: 150px;
    width: 131px;
  }

  .food-outer {
    background-image: url("../img/fotos/food.png");
    background-size: cover;
    background-position: center; /* Center the image */
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .food-text {
    width: 60%;
    padding: 40px 40px;
    background-color: #fff;
    margin: 0 auto;
  }

  .equipment-text {
      padding: 80px 120px;
      font-size: 1.35rem;
      line-height: 1.75;
  }

}


/* MENU */
#scotch-panel {
  padding: 50px 50px;
  background-color: #323639;
  color: #fff;
}

#scotch-panel a {
  color: #fff;
  margin-bottom: 32px;
  font-size: 22px;
}

#scotch-panel li {
  margin-bottom: 12px;
}

#scotch-panel li.closeme {
    margin-bottom: 30px;
}

#scotch-panel li.closeme a {
    font-size: 14px;
    font-weight: bold;
}

/* OWL */
.owl-carousel .item {
  cursor: grab;
}
