html, body {
  position: relative;
  height: 100%;
  margin: 0;
  font-family: "Crimson Text", serif;
  font-size: 16px;
  text-align: center;
}
html a, body a {
  color: #c7062b;
  text-decoration: none;
}
html a:hover, body a:hover {
  color: #a60628;
}

h1, h2 {
  font-family: "Raleway", sans-serif;
}
h1 span, h2 span {
  display: block;
  color: #6f747b;
  font-size: 1rem;
  font-weight: lighter;
}

#wrapper {
  position: relative;
  display: block;
  min-height: 100%;
  padding-top: 1.5rem;
}

#availability {
  background: #1c2125;
  position: fixed;
  display: block;
  width: 100%;
  min-height: 1.5rem;
  top: 0;
  color: #ecedf0;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  line-height: 1.4rem;
  z-index: 100;
}
#availability.active {
  width: 20rem;
  height: 10rem;
  padding: 2rem;
}

#header {
  background-image: url("../img/ref/img_004.jpeg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  width: 100%;
  height: 75vh;
}
#header .logo-wrapper {
  position: absolute;
  display: block;
  width: 80%;
  max-width: 30rem;
  margin: auto auto;
  top: auto;
  right: 0;
  bottom: 10%;
  left: 0;
}
#header .logo-wrapper img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#header .menu-wrapper {
  position: relative;
  margin-top: 1rem;
}
#header .menu-wrapper ul.menu {
  background: #f00;
  position: relative;
  list-style: none;
  top: 3rem;
  padding: 0;
  opacity: 0.1;
}
#toggle-menu {
  background: #f00;
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 0;
}

.toBottom {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: solid 1.5rem transparent;
  border-bottom-color: #ffffff;
  text-indent: -9999rem;
  cursor: pointer;
  bottom: 0;
  left: 0;
  right: 0;
}
.toBottom::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  top: 1.2rem;
  left: -0.35rem;
  border-bottom: solid 1px #6f747b;
  border-right: solid 1px #6f747b;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content-wrapper {
  padding: 3rem 0;
}

.npb {
  padding-bottom: 0;
}

hr {
  display: block;
  width: 6rem;
  margin: 0 auto 1rem auto;
  border: none;
  border-bottom: solid 3px #c7062b;
}

#anfahrt {
  background: #ffffff;
}

#map {
  position: relative;
  display: block;
  width: 100vw;
  height: 40vh;
  margin-right: -15px;
  margin-left: -15px;
}

.address {
  background: #ffffff;
  position: relative;
  padding: 3rem 0;
  text-align: center;
}
.address table {
  margin: 0 auto;
  font-size: 0.8rem;
  text-align: left;
}
.address table tbody tr td:first-of-type {
  width: 35%;
}

#service {
  background: #ecedf0;
  position: relative;
  padding-bottom: 3rem;
}
#service::after {
  content: "";
  background-image: url("../img/ref/img_001.jpeg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center left;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.1;
}
#service .content-wrapper > .row > div {
  position: relative;
  margin-bottom: 1rem;
  z-index: 1;
}
#service .content-wrapper > .row > div .menu-wrapper ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#service .content-wrapper > .row > div .menu-wrapper ul.menu li {
  display: inline-block;
}
#service .service-point {
  background: #fff;
  position: relative;
  height: 100%;
  padding: 1rem 2rem 0 2rem;
  margin: 2rem 0 0 0;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#service .service-point:hover {
  padding: 1.5rem 2.5rem 0 2.5rem;
  margin: 1rem -0.5rem 0.5rem -0.5rem;
  -webkit-box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.1);
}
#service .service-point img {
  background: #ecedf0;
  display: block;
  width: 6rem;
  margin: 0 auto;
  padding: 0.8rem;
  border-radius: 50%;
  _border: solid 0.5rem #ecedf0;
}
#service .service-point .title {
  display: block;
  width: 80%;
  margin: 0 auto 1rem auto;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-align: center;
}
#service .service-point p {
  margin: 0;
  margin-bottom: 0.6rem;
}
#service .service-point p:last-of-type {
  margin-bottom: 0;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 0.8rem 2rem;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  border-radius: 5px;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(173, 0, 0, 0.4);
  -moz-box-shadow: 0 0.2rem 0.5rem rgba(173, 0, 0, 0.4);
  box-shadow: 0 0.2rem 0.5rem rgba(173, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.stretch {
  width: 100%;
}
.btn.red {
  background: #c7062b;
}
.btn:hover {
  background: #a60628;
}
.btn:active {
  background: #a60628;
  top: 3px;
}

form {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}
form .errors p {
  background: #c7062b;
  padding: 1rem;
  color: #ecedf0;
  font-size: 0.8rem;
}
form .errors p span:last-of-type::after {
  content: "";
}
form .errors p span:nth-last-of-type(2)::after {
  content: " und";
}
form .errors p span::after {
  content: ", ";
}
form .repeat {
  width: 0;
  height: 0;
  opacity: 0.001;
  overflow: hidden;
}
form fieldset {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  border: none;
}
form fieldset label input, form fieldset label select, form fieldset label textarea {
  background: none;
  position: relative;
  display: block;
  width: 100%;
  _height: 2.2rem;
  margin: 0.7rem 0 0 0;
  padding: 0.5rem 0;
  border: none;
  border-radius: 0;
  color: #ecedf0;
  font-size: 1rem;
  font-weight: lighter;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
form fieldset label input.ng-invalid.ng-dirty + label + label, form fieldset label select.ng-invalid.ng-dirty + label + label, form fieldset label textarea.ng-invalid.ng-dirty + label + label {
  border-bottom-color: #c7062b;
}
form fieldset label input:focus, form fieldset label select:focus, form fieldset label textarea:focus {
  outline: none;
}
form fieldset label input + label, form fieldset label select + label, form fieldset label textarea + label {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: #6f747b;
  font-size: 0.8rem;
}
form fieldset label input + label + label, form fieldset label select + label + label, form fieldset label textarea + label + label {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  border-bottom: solid 1px #1c2125;
  text-indent: -9999rem;
}
form fieldset label textarea {
  _resize: none;
  _overflow: hidden;
}

#footer {
  background: #2a3033;
  position: relative;
}
#footer #form {
  color: #ecedf0;
}

#bottom {
  font-family: "Raleway", sans-serif;
  background: #1c2125;
  padding: 1rem;
  color: #6f747b;
}
#bottom .menu-wrapper ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bottom .menu-wrapper ul.menu li {
  display: inline-block;
  margin-left: 1rem;
}
#bottom .menu-wrapper ul.menu li a {
  color: #6f747b;
  text-decoration: none;
}
#bottom .menu-wrapper ul.menu li a:hover {
  text-decoration: underline;
}
#bottom a {
  color: #6f747b;
  text-decoration: none;
}

.toTop {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: solid 1.5rem transparent;
  border-bottom-color: #1c2125;
  text-indent: -9999rem;
  cursor: pointer;
}
.toTop::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  top: 1.2rem;
  left: -0.35rem;
  border-top: solid 1px #2a3033;
  border-left: solid 1px #2a3033;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 992px) {
  .small, .medium {
    margin: 0 auto;
  }
  .small {
    max-width: 700px;
  }
  .medium {
    max-width: 900px;
  }
  #anfahrt {
    position: relative;
  }
  #map {
    height: 60vh;
    min-height: 35rem;
  }
  .address {
    position: absolute;
    width: 21rem;
    padding: 2rem 2rem;
    top: 3rem;
    bottom: 3rem;
    margin: auto 0;
    z-index: 1;
    -webkit-box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.1);
  }
}

/*# sourceMappingURL=style.css.map */
