@font-face {
  font-family: "Raleway";
  src: url(/fonts/Raleway-Thin.ttf);
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url(/fonts/Raleway-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url(/fonts/Raleway-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url(/fonts/Raleway-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Raleway";
  src: url(/fonts/Raleway-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url(/fonts/Raleway-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url(/fonts/Raleway-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: "Raleway";
  src: url(/fonts/Raleway-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Dancing Script";
  src: url(/fonts/DancingScript-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Dancing Script";
  src: url(/fonts/DancingScript-Bold.ttf);
  font-weight: bold;
}
body,
html {
  --default-color: #3a3a3a;
  font-family: "Raleway", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: var(--default-color);
  font-weight: normal;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  font-size: 16px;
}

h1 {
  margin: 0 0 20px 0;
  color: var(--default-color);
  text-transform: uppercase;
}

h2 {
  margin: 0 0 20px 0;
  color: var(--default-color);
  text-transform: uppercase;
}

h3 {
  color: var(--default-color);
}

h4 {
  text-transform: uppercase;
  color: var(--default-color);
}

a {
  color: #d46700;
}
a:hover, a:focus {
  text-decoration: none;
  color: #d46700;
}

ul,
ol {
  list-style: none;
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #d46700;
  margin: 0;
  margin-bottom: 40px;
  border: 0;
}

.about-text hr {
  width: 240px;
}

.highlight {
  color: #d46700;
  font-weight: bold;
}

.btn {
  width: 250px;
}
.btn:active,
.btn .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}
.btn:focus, .btn:active:focus,
.btn .active:focus,
.btn .focus, .btn:active.focus,
.btn .active.focus {
  outline: none;
  outline-offset: none;
}

.lowercase {
  text-transform: lowercase;
}

#kontakt .kontakt-mail {
  font-weight: normal;
  font-size: 1.5rem;
  transition: all 0.1s;
}
#kontakt a:hover {
  font-weight: bold;
}

/* Navigation */
#menu {
  padding: 20px;
  transition: all 0.8s;
}
#menu .container {
  line-height: 1rem;
}
#menu .navbar-nav {
  transform: translate(25%);
}
#menu .navbar-nav .nav-item {
  margin-top: 4px;
}
#menu .navbar-dark {
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
  padding-top: 0;
  font-family: "Dancing Script", cursive;
  font-size: 2rem;
  color: #d46700;
  font-weight: bold;
  letter-spacing: 1px;
}
#menu .navbar-dark .navbar-nav > a {
  text-transform: uppercase;
  color: #ddd;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 5px 0;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  margin: 10px 15px 0 5px;
}
#menu .navbar-dark .navbar-nav > a:hover {
  color: #d46700;
}
@media (max-width: 1199.98px) {
  #menu .navbar-dark .navbar-nav > a {
    font-size: 0.75rem;
  }
}

.on {
  background-color: rgba(0, 0, 0, 0.92) !important;
  padding: 0 !important;
  padding: 10px 0 !important;
}

.navbar-dark .navbar-nav > .active,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav > .active > a:focus {
  color: #d46700 !important;
  background-color: transparent;
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #d46700 !important;
}

.navbar-toggle {
  border-radius: 0;
}

.navbar-dark .navbar-toggle:hover,
.navbar-dark .navbar-toggle:focus {
  background-color: #d46700;
  border-color: #d46700;
}

.navbar-dark .navbar-toggle:hover > .icon-bar {
  background-color: #FFF;
}

.section-title {
  margin-bottom: 70px;
}
.section-title .overlay {
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.7);
}
.section-title p {
  font-size: 1.375rem;
  color: rgba(255, 255, 255, 0.8);
}
.section-title hr {
  margin: 0 auto;
  margin-bottom: 40px;
}

.btn-custom {
  text-transform: uppercase;
  color: #fff;
  background-color: #d46700;
  border: 0;
  padding: 14px 20px;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 0;
  margin-top: 20px;
  transition: all 0.5s;
  border-radius: 10px !important;
}
.btn-custom:hover, .btn-custom:focus,
.btn-custom .focus, .btn-custom:active,
.btn-custom .btn-custom.active {
  color: #fff;
  background-color: #a85201;
}

/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/hotel/hotelfrontbreit21.jpg) no-repeat center center;
  background-color: #e5e5e5;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.55);
}
.intro h1 {
  font-family: "Dancing Script", cursive;
  color: #fff;
  font-size: 10rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: none;
}
.intro p {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
}
.intro .subheader {
  margin: 0;
  margin-top: -40px;
  margin-bottom: 10px;
  font-family: "Dancing Script";
}
.intro .starlight {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1199.98px) {
  .intro h1 {
    font-size: 8rem;
  }
  .intro p {
    font-size: 1.875rem;
  }
  .intro .subheader {
    margin-top: -25px;
  }
}
@media (max-width: 991.98px) {
  .intro h1 {
    font-size: 6rem;
  }
  .intro p {
    font-size: 1.75rem;
  }
  .intro .subheader {
    margin-top: -25px;
  }
}
@media (max-width: 767.98px) {
  .intro h1 {
    font-size: 6rem;
    line-height: 0.7;
  }
  .intro p {
    font-size: 1.625rem;
  }
  .intro .starlight {
    font-size: 1.375rem;
  }
  .intro .subheader {
    margin-top: -15px;
  }
}
@media (max-width: 575.98px) {
  .intro h1 {
    font-size: 4rem;
  }
  .intro p {
    font-size: 1.5rem;
  }
  .intro .subheader {
    margin-top: -5px;
  }
}

@media (max-width: 767.98px) {
  .btn {
    width: 230px;
  }
  a.animated-button:link,
  a.animated-button:visited {
    font-size: 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .btn {
    width: 230px;
  }
  a.animated-button:link,
  a.animated-button:visited {
    font-size: 0.75rem;
  }
}
header .intro-text {
  padding-top: 250px;
  padding-bottom: 200px;
  text-align: center;
  width: 100%;
}

.menu-section {
  margin: 0 20px 80px;
}
.menu-section hr {
  margin: 0 auto;
}
.menu-section .menu-section-title {
  font-size: 1.625rem;
  display: block;
  font-weight: 500;
  color: var(--default-color);
  margin: 20px 0;
  text-align: center;
}
.menu-section .menu-item {
  margin: 30px 0;
  font-size: 1.125rem;
}
.menu-section .menu-item-name {
  font-weight: 600;
  font-size: 1rem;
  border-bottom: 2px dotted #d5d5d5;
}
.menu-section .menu-item-description {
  font-style: italic;
  font-size: 1rem;
}
.menu-section .menu-item-price {
  float: right;
  font-weight: 600;
  color: #d46700;
  margin-top: -26px;
}
.menu-section .menu-item-price-flex {
  font-weight: 600;
  color: #d46700;
}

/* About Section */
#about {
  padding: 120px 0;
}
#about h3 {
  font-size: 1.25rem;
}
#about .about-text {
  margin-left: 20px;
}
#about .about-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#about p {
  line-height: 24px;
  margin: 15px 0 30px;
}
#about #hotelfront {
  display: inline-block;
  position: relative;
  margin-top: 45px;
  background-image: url("../img/hotel/about.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.99px) {
  #about #aboutimg {
    display: none;
  }
  #about #abouttxt {
    width: 100% !important;
    max-width: 100% !important;
    flex: none;
  }
}

@media (max-width: 767.99px) {
  #about {
    padding: 50px 0;
  }
}
#zimmer {
  padding: 0 0 120px 0;
}
#zimmer .section-title {
  background: #444 url("../img/zimmer.jpeg") center center no-repeat fixed;
  background-size: cover;
  margin-bottom: 50px;
}
#zimmer .section-title h1 {
  color: #fff;
}
#zimmer .section-title p {
  font-size: 1.375rem;
  padding-left: 10px;
  padding-right: 10px;
}
#zimmer .section-title hr {
  width: 130px;
}
#zimmer #zimmerslider {
  border: 5px solid #d46700;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.6) !important;
}

/* Fruehstueck */
#fruehstueck {
  padding: 0 0 120px 0;
}
#fruehstueck .section-title {
  background: #444 url("../img/fruehstueck.jpeg") center center no-repeat fixed;
  background-size: cover;
  margin-bottom: 50px;
}
#fruehstueck .section-title h1 {
  color: #fff;
}
#fruehstueck .section-title p {
  font-size: 1.375rem;
  padding-left: 10px;
  padding-right: 10px;
}
#fruehstueck .section-title hr {
  width: 130px;
}
#fruehstueck .cardimg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.6) !important;
  border-radius: 6px;
  border-color: var(--default-color);
  width: 487px;
  height: 323px;
  background-repeat: no-repeat;
  background-size: cover;
}
#fruehstueck #fruehimg1 {
  background-image: url("../img/hotel/zimmer/fruehstueck1.jpg");
}
#fruehstueck #fruehimg2 {
  background-image: url("../img/hotel/zimmer/fruehstueck4.jpg");
}
@media (max-width: 1199.99px) {
  #fruehstueck #fruehimg2 {
    display: none;
  }
}
@media (max-width: 767.99px) {
  #fruehstueck #fruehimg2 {
    display: none;
  }
}

/* Zimmerpreise */
#zimmerpreise {
  padding: 0 0 120px 0;
}
#zimmerpreise .section-title {
  background: #444 url("../img/bezahlen.jpeg") center center no-repeat fixed;
  background-size: cover;
  margin-bottom: 50px;
}
#zimmerpreise .section-title h1 {
  color: #fff;
}
#zimmerpreise .section-title p {
  font-size: 1.375rem;
  padding-left: 10px;
  padding-right: 10px;
}
#zimmerpreise .section-title hr {
  width: 130px;
}
#zimmerpreise img {
  width: 300px;
  box-shadow: 15px 0 #d46700;
}
#zimmerpreise h3 {
  padding: 10px 0;
  text-transform: uppercase;
}
#zimmerpreise .ferienwohnung {
  margin-top: 70px;
}
@media (max-width: 767.99px) {
  #zimmerpreise .overlay h1 {
    font-size: 1.625rem;
  }
  #zimmerpreise .overlay p {
    font-size: 1.25rem;
  }
  #zimmerpreise h5 {
    font-size: 1.125rem;
    text-align: center;
  }
}

/* Anfahrt */
#anfahrt {
  padding: 0 0 120px 0;
}
#anfahrt .section-title {
  background: #444 url("../img/bochum_foerderturm.jpg") center center no-repeat fixed;
  background-size: cover;
  margin-bottom: 50px;
}
#anfahrt .section-title h1 {
  color: #fff;
}
#anfahrt .section-title p {
  font-size: 1.375rem;
  padding-left: 10px;
  padding-right: 10px;
}
#anfahrt .section-title hr {
  width: 130px;
}
#anfahrt .tab-content {
  height: 500px;
}
#anfahrt #legende {
  -moz-columns: 5;
       columns: 5;
}
#anfahrt .col-11 {
  margin-left: -17px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0 4px 4px 4px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
#anfahrt .nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#anfahrt .location {
  margin-top: 15px;
  position: relative;
  font-size: 0.875rem;
  width: 100%;
}
@media (min-width: 300px) and (max-width: 767.99px) {
  #anfahrt .tab-content {
    height: 750px;
    font-size: 0.875rem;
  }
  #anfahrt #legende {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #anfahrt #legende {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #anfahrt #legende {
    -moz-columns: 3;
         columns: 3;
  }
}

/* Freizeit */
#freizeit {
  padding: 0 0 120px 0;
}
#freizeit .section-title {
  background: #444 url("../img/img_2018/Freizeit.jpg") center center no-repeat fixed;
  background-size: cover;
  margin-bottom: 50px;
}
#freizeit .section-title h1 {
  color: #fff;
}
#freizeit .section-title p {
  font-size: 1.375rem;
  padding-left: 10px;
  padding-right: 10px;
}
#freizeit .section-title hr {
  width: 130px;
}
@media (max-width: 767.99px) {
  #freizeit .card {
    width: 100% !important;
    font-size: 0.875rem;
  }
}

/* Service */
#service {
  padding: 0 0 120px 0;
}
#service .section-title {
  background: #444 url("../img/hospital.jpg") center center no-repeat fixed;
  background-size: cover;
  margin-bottom: 50px;
}
#service .section-title h1 {
  color: #fff;
}
#service .section-title p {
  font-size: 1.375rem;
  padding-left: 10px;
  padding-right: 10px;
}
#service .section-title hr {
  width: 130px;
}
#service .infotext {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  color: #555;
}
@media (max-width: 767.99px) {
  #service .infotext {
    font-size: 1.125rem;
  }
}

/* Kontakt */
#kontakt {
  padding: 0 0 120px 0;
}
#kontakt .section-title {
  background: #444 url("../img/mailheader.jpg") center center no-repeat fixed;
  background-size: cover;
  margin-bottom: 50px;
}
#kontakt .section-title h1 {
  color: #fff;
}
#kontakt .section-title p {
  font-size: 1.375rem;
  padding-left: 10px;
  padding-right: 10px;
}
#kontakt .section-title hr {
  width: 130px;
}
#kontakt form {
  padding: 0;
}
#kontakt h3 {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  color: #555;
}
#kontakt .text-danger {
  background: transparent;
  text-align: left;
  font-size: 0.75rem;
  border: none;
  padding: 2px;
  margin: 0;
  height: 24px;
  color: #d46700 !important;
  font-weight: bold;
}
#kontakt .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}
#kontakt .form-control:focus {
  border-color: #999;
  outline: 0;
  box-shadow: transparent;
}

.categories {
  padding-bottom: 30px;
  text-align: center;
}

ul.cat li {
  display: inline-block;
}

ol.type li {
  display: inline-block;
  margin: 0 10px;
  padding: 20px 0;
}
ol.type li a {
  color: #999;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 12px 24px;
  background: #eee;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
ol.type li a .active {
  color: #fff;
  background-color: #d46700;
}
ol.type li a:hover {
  color: #fff;
  background-color: #d46700;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  transition-duration: 0.8s;
}

.isotope-item {
  margin-right: -1px;
  backface-visibility: hidden;
}

.isotope {
  backface-visibility: hidden;
  transition-property: height, width;
}

.isotope .isotope-item {
  backface-visibility: hidden;
  transition-property: transform, opacity;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

/* Footer Section*/
#footer {
  background: #262626;
  padding: 50px 0 0 0;
}
#footer h3 {
  color: #d46700;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
}
#footer .copyrights {
  margin-top: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#779936+0,d46700;+50 */
  background: #d46700;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d46700 50%, #d46600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}
#footer .contact-item {
  margin: 0 0 0 0;
}
#footer .contact-item span {
  font-weight: 400;
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: inline-block;
}
#footer .contact-item p {
  font-size: 1rem;
}
#footer .contact-item ul > li {
  color: rgba(255, 255, 255, 0.8);
}
#footer .social {
  margin: auto;
  margin-top: 10px;
}
#footer .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#footer .social i.fab {
  font-size: 1.625rem;
  padding: 4px;
  color: #fff;
  transition: all 0.3s;
}
#footer .social i.fab:hover {
  color: #eee;
}
#footer p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
#footer ul li {
  font-size: 0.875rem;
}
#footer a {
  color: #f6f6f6;
}
#footer a:hover {
  color: #d46700;
}

#plane ul {
  list-style-type: circle;
}

#openStreetMap {
  margin-top: 0px;
  height: 430px;
  width: 100%;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.3);
}

.holidaycheck {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.wrapper {
  position: relative;
  max-width: 840px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}

.nav-pills .nav-link.active {
  background-color: #d46700;
}

.tab-header {
  background: rgba(0, 0, 0, 0.04);
  height: 40px;
  margin: 0;
  padding: 0;
  top: 0px;
  position: absolute;
  width: 100%;
  left: 0px;
  padding-left: 15px;
  vertical-align: middle;
  line-height: 40px;
  color: #d46700;
}

.tab-content p:first-of-type {
  margin-top: 10px;
}

.card-header {
  color: #d46700;
  background-color: white;
}

.card-body {
  background-color: white;
}

#card-bochum {
  border-radius: 6px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3) !important;
}
#card-bochum .card-header {
  background-color: #d46700;
  color: white;
}
#card-bochum .card-body {
  background-color: rgba(212, 103, 0, 0.03);
}
#card-bochum a {
  color: var(--default-color);
}

#card-umgebung {
  border-radius: 6px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3) !important;
}
#card-umgebung .card-header {
  background-color: #d46700;
  color: white;
}
#card-umgebung .card-body {
  background-color: rgba(212, 103, 0, 0.03);
}
#card-umgebung a {
  color: var(--default-color);
}

.card-footer {
  background-color: white;
}

.card-header h5 {
  margin-bottom: 0;
}

#hotel {
  animation-duration: 2s;
  animation-delay: 1s;
}

.dialogDiv {
  font-size: 0.75rem;
  padding: 20px;
  padding-bottom: 0;
}
.dialogDiv h3 {
  font-size: 1.125rem;
}
.dialogDiv h4 {
  font-size: 1rem;
}
.dialogDiv h5 {
  font-size: 0.875rem;
}
.dialogDiv h6 {
  font-size: 0.75rem;
}
.dialogDiv p {
  font-size: 0.75rem !important;
}
.dialogDiv b {
  font-weight: bolder;
  font-size: 0.875rem !important;
}

.displayNone {
  display: none;
}

.cookiePopup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  border-radius: 15px;
  padding: 15px;
  font-size: 0.75rem;
  border: 1px solid #d46700;
  z-index: 1;
}

.modal-open {
  padding: 0 !important;
  overflow-y: auto;
}

.subheader-appartment {
  font-family: "Dancing Script";
  color: #fff;
  font-weight: bold;
}

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