body {
  /* font-family: Times; */
  font-family: 'Glegoo', serif;
  padding-top: 6rem;
  /* padding-bottom: calc(2rem + 1rem); /* Footer + 1rem; */
  font-size: 14pt;
}

h1 {
  color: #93222A;
  font-weight: bold;
  padding-top: 1rem;
}

a {
  color: #93222A;
}

.welcome-outer {
  position: absolute;
  top:0;
  left: 0;
  z-index: 999;
  height: 100vh;
}

.welcome {
  position: absolute;
  bottom: 10vh;
  background: white;
  height: 10rem;
  width: 40rem;
  font-weight: bold;
  padding: 1.5rem;
}

.welcome h2 {
  margin: 0;
}

.container {
  max-width: 60rem;
  /* overflow-wrap: break-word; */
  /* hyphens: auto; */
}

.logo {
  width: 35rem;
  height: 25rem;
  background: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


.slide {
  width: 100%;
  /* height: 50vh; */
  height: calc(100vh - 6rem);
  /* min-height: 22rem; */
}

.slide_image_props {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.outer {
  overflow: hidden;
}

.inner {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1
}

.image-circle {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 100%
}

.nav-link {
  /* color: rgba(0, 102, 54, 1) !important; */
  color: #93222A !important;
  font-weight: bold;
}

.separator {
  border-left: .15rem solid #93222A;
}

.partner a {
  color: #93222A;
}

.partner a:hover {
  color: rgb(131, 170, 40);
}

.partner-logo {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  /* height: 100%; */
}

.pl-height {
  height: 5rem;
}

.mitarbeiter h5 {
  color: #93222A;
}

.footer {
  height: 2rem;
  margin-top: auto;
}

.footer a {
  color: #93222A;
}

/* .nav-spacer {
  margin-top: 56px;
} */

.anker {
  /* margin-top: 5rem; */
  margin-bottom: 5rem;
}

.hr {
  /* margin-top: 56px; */
  margin-top: 6rem;
}

.hr-center {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  width: 4rem;
  height: 2rem;;
}

.hr-line {
  height: 1px;
  background-color: rgba(36, 36, 36, .5);
  width: 8rem;
}

.image-container {
  width: 100%;
  height: 30vh;
  min-height: 15rem;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative; /* Needed to position the cutout text in the middle of the image */
}

.image-text {
  background-color: white;
  color: black;
  font-size: 9vw; /* Responsive font size */
  font-size: 5rem;
  font-weight: bold;
  margin: 0 auto; /* Center the text container */
  padding: 10px;
  /* width: 50%; */
  text-align: center; /* Center text */
  position: absolute; /* Position text */
  top: 50%; /* Position text in the middle */
  left: 50%; /* Position text in the middle */
  transform: translate(-50%, -50%); /* Position text in the middle */
  mix-blend-mode: screen; /* This makes the cutout text possible */
}

.navbar {
  /* height: 56px; */
  height: 6rem;
}

.navbar-brand {
  font-size: 2rem;
}

.navbar-brand img {
  height: 2rem;
}

.navbar-toggler {
  display: none;
}

.navbar-toggler-icon {
  /* background-image: url("../images/menu.svg") !important; */
  background-image: none !important;
  position: fixed;
  right: 23.5px;
  top: 17.5px;
  float: right;
  z-index: 25;
  height: 30px;
  width: 30px;
  cursor: pointer;
  display:none;
}

.navbar-toggler:checked ~ .offcanvas-collapse { /** when the checkbox is checked the container slide-out **/
  visibility: visible;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hamburger-box:hover {
  /* opacity: 0.7; */
}


.leistung-icon {
  width: 5rem;
  height: 5rem;
  /* filter: invert(100%); */

}

.banner-text {
  position: absolute;
  top: 0%;
  left: 50%;
  color: white;
  width: 50rem;
  margin-left: -25rem;
  height: calc(90vh - 6rem - 2rem);
  min-height: 22rem;
}

.banner-logo {
  max-width: 30rem;
  width: 32vw;
  min-width: 15rem;
  height: 18vw;
  max-height: 16rem;
  /* min-height: 8rem; */
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.yform {
  max-width: 40rem;
  margin: 0 auto;
}

.yform .form-group {
  padding: 0 1rem;
}

.yform label {
  margin-top: 1rem;
}

#yform-formular-field-11-abschicken {
  display: block;
  margin: 1rem auto;
  font-weight: bold;
}

.alert-success {
  max-width: 40rem;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#formular .btn-primary {
  background-color: #93222A;
  border-color: #aa1924;
  transition: .250s;
}

#formular .btn-primary:hover {
  background-color: #62171c;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 56px;
  }

  .navbar {
    height: 56px;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    height: calc(100vh - 56px);
    padding-top: 40px;
    overflow-y: auto;
    visibility: hidden;
    background-color: #F8F9FA;
    /* border-top: 4px solid white; */
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .navbar-toggler-icon {
    display: block;
  }

  .navbar-brand {
    font-size: 1.6rem;
  }

  .navbar-brand img {
    height: 1.6rem;
  }

  .noscroll {
    overflow-y:hidden;
    height: 100vh;
  }

  .welcome-mobile {
    width: 100%;
    padding: 1rem;
  }

  .welcome-mobile h2{
    font-size: 2rem;
  }

  .slide {
    height: 15rem;
    /* height: calc(50vh - 56px); */
    /* min-height: 11rem; */
  }

  .banner-text {
    height: 15rem;
    min-height: 11rem;
  }

  .nav-item {
    float:left;
    width: 100%;
    text-align: center;
  }
  .leftmenu, .rightmenu {
    width: 100%;
    float: left;
    padding: 0;
  }
  .nav {
    float: left;
    width: 100%;
  }
  .nav-link {
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 1.5rem;
  }
  /* .nav-link:hover {
    border-right: 8px solid white;
    border-left: 8px solid white;
    border-bottom: none;
    margin-bottom: 8px;
  }
  .nav-item.active a{
    border-right: 8px solid white;
    border-left: 8px solid white;
    border-bottom: none;
    margin-bottom: 8px;
    background-color: #910419;
  } */

  .image-container {
    height: 30vh;
    min-height: 11rem;
  }

  .image-text {
    font-size: 14vw;
    max-width: 97vw;
  }

  .banner-text h3 {
    /* font-size: 5vw; */
  }

  .banner-text h4 {
    /* font-size: 4.5vw; */
    padding: 0 !important;
  }

  .banner-logo {
    /* min-width: 40vh; */
    /* width: 9rem; */
    max-width: 80vw;
    /* min-height: 20vh; */
    height: 7.5rem;
    background-position: center !important;
  }

  .anker {
    /* margin-top: 2rem; */
    margin-bottom: 2rem;
  }

  .hr {
    margin-top: 3rem;
  }

  /* .leistung-icon {
    width: 4rem;
  }

  .leistung h5 {
    font-size: 1rem;
  } */
}
