@font-face {
  font-family: "ruda-semi-bold";
  font-weight: 600;
  src: url("lib/fonts/Ruda-SemiBold.ttf");
}
@font-face {
  font-family: "ruda-medium";
  font-weight: 500;
  src: url("lib/fonts/Ruda-Medium.ttf");
}
@font-face {
  font-family: "ruda-bold";
  font-weight: 700;
  src: url("lib/fonts/Ruda-Bold.ttf");
}
@font-face {
  font-family: "ruda-regular";
  src: url("lib/fonts/Ruda-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "ruda-black";
  src: url("lib/fonts/Ruda-Black.ttf");
  font-weight: 900;
}
html, body {
  font-family: "ruda-medium", serif;
  font-size: 16px;
  font-weight: 500;
}

h1, h2 {
  font-family: "ruda-black", serif;
  font-weight: 900;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 19px;
}

b {
  font-family: "ruda-black", serif;
  font-weight: 900;
}

.cursorPointer {
  cursor: pointer;
}

.contentContainer {
  border-radius: 4px;
}

.navContainer .navItem {
  background-color: #fff200;
  border-radius: 4px;
  width: 100%;
  font-family: "ruda-semi-bold", serif;
  font-weight: 600;
}
.navContainer .navItem span {
  display: block;
  padding-top: 4px;
}
.navContainer .navItem:hover {
  background-color: rgba(255, 242, 0, 0.7);
}
.navContainer .navIsActive {
  background-color: rgba(255, 242, 0, 0.7);
}

.container {
  max-width: 990px;
}

.logoContainer {
  margin-top: -10px;
}
.logoContainer .logoWrapper {
  height: 205px;
  width: 100%;
  border-radius: 4px;
  background-color: #fff200;
}
.logoContainer .logoWrapper img {
  padding-top: 150px;
  width: 55%;
  height: auto;
}
.logoContainer .englischBtn {
  margin-top: 20px;
}
.logoContainer .englischBtn a, .logoContainer .englischBtn a:hover, .logoContainer .englischBtn a:active, .logoContainer .englischBtn a:visited {
  color: #000;
  text-decoration: none;
}
.logoContainer .englischBtn a:hover {
  opacity: 0.8;
}
.logoContainer .englischBtn span {
  cursor: pointer;
  font-size: 13px;
  background: #fff200;
  border-radius: 4px;
  padding: 40px 11px 7px 11px;
}

.bgImg {
  position: fixed;
  z-index: -1;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-attachment: fixed !important;
  background-size: cover !important;
}

#bg_img_romedihof-imst {
  background-image: url("assets/romedihof-imst.jpg");
}

#bg_img_stukaturzimmer {
  background-image: url("assets/stukaturzimmer.jpg");
}

#bg_img_reschen-strasse {
  background-image: url("assets/reschen-strasse.jpg");
}

#bg_img_imst-bahnhof {
  background-image: url("assets/imst-bahnhof.jpg");
}

#bg_img_romedihof {
  background-image: url("assets/romedihof.jpg");
}

#bg_img_kuhsuite {
  background-image: url("assets/kuhsuite.jpg");
}

#bg_img_romedihof-backpacker-hostel {
  background-image: url("assets/romedihof-gruppen-unterkunft.jpg");
}

.main-content-index {
  top: 28%;
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 30px;
  line-height: 55px;
}
.main-content-index span {
  background-color: #fff;
  padding: 5px 10px 2px 10px;
}
.main-content-index a, .main-content-index a:hover, .main-content-index a:active, .main-content-index a:visited {
  text-decoration: none;
  background-color: #fff200;
  border-radius: 3px;
  padding: 8px 11px 6px 11px;
  font-size: 16px;
  color: #000;
}

.thumbWrapper {
  box-sizing: border-box;
  width: 125px;
  height: 125px;
  margin-bottom: 2px;
  margin-right: 3px;
  margin-left: 3px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
}
.thumbWrapper img {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.footer {
  display: block;
  width: 100%;
  height: 85vh;
}

.mobileNavContainer {
  background-color: #fff200;
  position: fixed;
  top: 0;
  z-index: 999;
}
.mobileNavContainer .mobileLogo {
  width: 40%;
  max-width: 150px;
}
.mobileNavContainer .menuIcon {
  width: 20px;
}

.mobile-nav {
  position: fixed;
  z-index: 900;
  top: 0;
  padding-top: 75px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 10px;
  height: 100vh;
}
.mobile-nav .mobile-nav-item {
  margin-bottom: 10px;
  background-color: #fff200;
  margin-right: 5%;
  margin-left: 5%;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
  border-radius: 3px;
  color: #000;
  text-decoration: none;
}
.mobile-nav .mobile-nav-item:hover, .mobile-nav .mobile-nav-item:visited, .mobile-nav .mobile-nav-item:active {
  color: #000;
}

.mobile-nav-closed {
  top: -1000px;
  height: 0;
}

.mobilePadding {
  display: block;
  width: 100%;
  height: 65px;
}

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