.insetshadow {
  -moz-box-shadow: inset 0 0px 10px #000000;
  -webkit-box-shadow: inset 0 0px 10px #000000;
  box-shadow: inset 0 0px 10px #000000; }

#topnav {
  position: absolute;
  top: 50px;
  left: 282px;
  height: 120px; }

#science {
  z-index: 10;
  overflow: hidden;
  background: url(../images/backgrounds/science-paper.png) repeat;
  background-color: #5a7310; }

#sciencesub {
  display: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  background: url(../images/backgrounds/science-paper.png) repeat;
  background-color: #5a7310;
  position: absolute;
  overflow: hidden;
  width: 924px;
  height: 80px;
  top: 125px;
  left: 282px; }

#sciencesub ul {
  padding: 5px 0 0 5px; }

#sciencesub li {
  padding: 20px 0 0 0;
  float: left; }

#sciencesub li a {
  font-weight: normal;
  font-style: normal;
  font-family: 'OpenSansLightItalic', sans-serif;
  font-size: 18px;
  color: white;
  padding: 5px 20px; }

#sciencesub li a:hover {
  color: #c8c8c8; }

#forumwald {
  z-index: 10;
  overflow: hidden;
  background: url(../images/backgrounds/forum-paper.png) repeat;
  background-color: #d97405; }

#restaurant {
  z-index: 10;
  overflow: hidden;
  background: url(../images/backgrounds/restaurant-paper.png) repeat;
  background-color: #a05c07; }

#hotel {
  z-index: 10;
  overflow: hidden;
  background: url(../images/backgrounds/hotel-paper.png) repeat;
  background-color: #a72226; }

#rootholder {
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  /* Firefox 4 */
  -webkit-transition-duration: 1s;
  /* Safari and Chrome */
  -o-transition-duration: 1s;
  /* Opera */
  position: absolute;
  width: 200px;
  height: 200px; }

.root1 {
  margin: -75px 0 0 -20px;
  background: url(../images/backgrounds/roots-w-03.png) no-repeat top right; }

.root2 {
  margin: 30px 0 0 -75px;
  background: url(../images/backgrounds/roots-w-04.png) no-repeat top left; }

.root3 {
  margin: 0 0 0 0;
  background: url(../images/backgrounds/roots-w-06.png) no-repeat top right; }

.root4 {
  margin: -100px 0 0 200px;
  background: url(../images/backgrounds/roots-w-05.png) no-repeat top right; }

.mainnav {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -moz-box-shadow: 0px 0px  10px #000000;
  -webkit-box-shadow: 0px 0px  10px #000000;
  box-shadow: 0px 0px  10px #000000;
  padding: 25px;
  width: 231px;
  height: 100px;
  float: left;
  position: relative;
  text-shadow: 0px 2px 2px black;
  text-transform: uppercase;
  font-family: 'stainless_betaregular', sans-serif;
  text-decoration: none;
  font-size: 20px;
  color: white; }

#science:hover #rootholder {
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  /* Firefox 4 */
  -webkit-transition-duration: 1s;
  /* Safari and Chrome */
  -o-transition-duration: 1s;
  /* Opera */
  margin: -25px 0 0 -25px; }

#forumwald:hover #rootholder {
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  /* Firefox 4 */
  -webkit-transition-duration: 1s;
  /* Safari and Chrome */
  -o-transition-duration: 1s;
  /* Opera */
  margin: 30px 0 0 -25px; }

#restaurant:hover #rootholder {
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  /* Firefox 4 */
  -webkit-transition-duration: 1s;
  /* Safari and Chrome */
  -o-transition-duration: 1s;
  /* Opera */
  margin: -25px 0 0 -25px; }

#hotel:hover #rootholder {
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  /* Firefox 4 */
  -webkit-transition-duration: 1s;
  /* Safari and Chrome */
  -o-transition-duration: 1s;
  /* Opera */
  margin: -75px 0 0 75px; }

.bu {
  display: block;
  padding: 20px;
  margin: 10px 0 0 0;
  font-family: 'OpenSansLightItalic', sans-serif;
  line-height: 18px;
  color: white;
  font-size: 14px; }

.normalbu {
  padding: 0px;
  color: #646464; }

.sciencebu {
  background: url(../images/backgrounds/science-paper.png) repeat;
  background-color: #5a7310; }

.forumbu {
  background: url(../images/backgrounds/forum-paper.png) repeat;
  background-color: #d97405; }

.hotelbu {
  background: url(../images/backgrounds/hotel-paper.png) repeat;
  background-color: #a72226; }

.icon {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 50%;
  float: left;
  padding: 0 20px 0 0;
  font-family: 'OpenSansLightItalic', sans-serif;
  line-height: 18px;
  font-size: 14px; }

.icon IMG {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 5px 50px 0; }

.masthead {
  color: white;
  text-transform: uppercase !important;
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: 0.5em; }

.logonew {
  position: absolute;
  top: 45px;
  right: 25px;
  z-index: 999; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 986px), only screen and (min-width: 320px) and (max-width: 986px) {
    .logonew {
      display: none; } }

.logo-top {
  width: 200px;
  height: 103px;
  top: 20px;
  left: 40px;
  position: absolute;
  z-index: 999;
  overflow: hidden; }

#searcharea li {
  display: inline; }

#searcharea a {
  float: left;
  padding: 5px 10px;
  display: block;
  color: white;
  font-size: 12px; }

#searcharea a:hover {
  color: #c8c8c8; }

#scienceevents {
  display: none !important; }

#searcharea {
  z-index: 11;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 0 0 -210px; }

#s {
  outline: none;
  position: relative;
  z-index: 10;
  width: 210px;
  height: 30px;
  color: #646464;
  padding: 0 0 0 25px;
  border: 10px solid #786854;
  background-color: white; }

#searchbutton {
  position: absolute;
  margin: -50px 0 0 0;
  z-index: 11;
  border: none;
  cursor: pointer;
  background-color: #786854;
  background-image: url(../images/search.png);
  background-position: 12px 12px;
  background-repeat: no-repeat;
  -webkit-border-radius: 25px 0 0 0;
  -moz-border-radius: 25px 0 0 0;
  padding: 25px;
  width: 25px;
  height: 25px; }

#searchbutton:hover {
  background-color: none;
  background-image: url(../images/searchhover.png); }

.mwm-aal-container {
  border-left: solid 1px #4b5050;
  position: absolute;
  top: 20px;
  right: 20px; }

.mwm-aal-container ol {
  padding: 0 0 0 10px; }

.mwm-aal-container a {
  display: block;
  padding: 0 10px;
  font-family: 'OpenSansLightItalic', sans-serif;
  margin: 0 0 5px 5px;
  color: #4b5050;
  display: block; }

.mwm-aal-container a:hover {
  background-color: #822828;
  color: white; }

@media only screen and (min-device-width: 300px) and (max-device-width: 719px), only screen and (min-width: 300px) and (max-width: 719px) {
  .logo-top {
    top: 20px;
    left: 50%;
    margin: 0 0 0 -100px;
    position: absolute; }

  #navigationarea {
    height: 380px; }

  #topnav {
    position: relative;
    top: 110px;
    left: 0;
    width: 100%;
    height: 120px; }

  .mainnav {
    width: 100%;
    height: 80px; }

  .mainnav br {
    display: none; }

  .mainnav li a {
    font-size: 24px; }

  #searcharea {
    display: none; }

  .textcontainer IMG {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px 0; }

  .textcontainer blockquote p {
    display: none; }

  #sciencesub {
    width: 10px;
    overflow: hidden; }

  #rundgangcontainer {
    display: none; } }
@media only screen and (min-device-width: 720px) and (max-device-width: 986px), only screen and (min-width: 720px) and (max-width: 986px) {
  #topnav {
    position: absolute;
    top: 110px;
    left: 0;
    height: 120px; }

  .mainnav {
    width: 350px; }

  .mainnav li a {
    font-size: 24px; }

  .infobox {
    margin: 50px 0 0 0 !important; }

  #searcharea {
    top: 60px;
    margin: 0 0 0 -213px; }

  #sciencesub {
    width: 250px; }

  #searcharea li {
    float: left; }

  #searcharea li a {
    padding: 5px 7px; }

  #scienceevents {
    display: inline; } }
@media only screen and (min-device-width: 987px) and (max-device-width: 1236px), only screen and (min-width: 987px) and (max-width: 1236px) {
  #topnav {
    position: absolute;
    top: 50px;
    left: 282px;
    height: 120px; }

  #navigationarea {
    height: 200px; }

  .mainnav {
    width: 342px; }

  .mainnav li a {
    font-size: 24px; }

  #searcharea {
    top: 0; }

  #sciencesub {
    height: 150px;
    left: 0;
    width: 100%; }

  #sciencesub ul {
    padding: 0 0 0 40px; }

  #sciencesub li {
    padding: 0;
    float: none; } }
@media only screen and (max-width: 320px) {
  #topnav {
    position: relative;
    width: 100%; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-pixel-ratio: 2) and (orientation: portrait) {
  .grid {
    padding: 0px; }

  .col {
    padding: 0px; }

  h1 {
    font-size: 2em;
    margin-left: -20px; }

  h4 {
    font-size: 1.25em;
    line-height: 1.5em; }

  #rundgangcontainer {
    display: none; }

  #wp-table-reloaded-id-5-no-1 {
    display: none; }

  #booking {
    display: none; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-pixel-ratio: 2) and (orientation: landscape) {
  .grid {
    padding: 0px; }

  .col {
    padding: 0px; }

  p, a {
    font-size: 10px; }

  .footer a {
    font-size: 10px; }

  h1 {
    font-size: 2em;
    margin-left: -20px; }

  h4 {
    font-size: 1.25em;
    line-height: 1.5em; }

  .bu {
    font-size: 8px;
    line-height: 8px; }

  #rundgangcontainer {
    display: none; }

  #wp-table-reloaded-id-5-no-1 {
    display: none; }

  #booking {
    display: none; }

  #scienceevents {
    display: none !important; } }
#menu-main li ul li ul li {
  display: inline-block;
  top: -46px;
  left: 100%;
  width: 100%; }

#menu-item-1580 {
  background-color: #5a7310; }

#menu-item-1584 {
  background-color: #d97405; }

#menu-item-1585 {
  background-color: #a05c07; }

#menu-item-1586 {
  background-color: #a72226; }
