/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 18, ../sass/screen.scss */
.clearfix, div#content div.page.kontakt div.right form .float {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.clearfix:after, div#content div.page.kontakt div.right form .float:after {
  content: "";
  display: table;
  clear: both;
}

/* line 21, ../sass/screen.scss */
.mobile {
  display: none;
}

/* line 24, ../sass/screen.scss */
.desktop {
  display: block;
}

/* line 27, ../sass/screen.scss */
html, body, p, b, a, strong, i, div, h1, h2, h3, input, select, textarea, button, span, em {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}

/* line 33, ../sass/screen.scss */
h2 {
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #a48860;
  font-size: 17px;
}

/* line 40, ../sass/screen.scss */
strong, b {
  font-weight: 400;
}

/* line 43, ../sass/screen.scss */
p {
  margin-top: 16px;
}

/* line 46, ../sass/screen.scss */
div.background {
  width: 85%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
/* line 56, ../sass/screen.scss */
div.background.active {
  z-index: 2;
  display: block;
}
/* line 60, ../sass/screen.scss */
div.background.next {
  display: block;
}

/* line 64, ../sass/screen.scss */

html, body {
  /*width:1140px;
  height:800px;*/
}

/* line 75, ../sass/screen.scss */
img.logo {
  display: block;
  position: absolute;
  width: 150px;
  top: 50%;
  margin-top: -36px;
  left: 0;
  z-index: 3;
}

/* line 84, ../sass/screen.scss */
div#mobile_header {
  display: none;
}

/* line 87, ../sass/screen.scss */
div#content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  display: none;
  background-image: url("../images/content_bg.png");
  background-repeat: repeat;
  z-index: 6;
}
/* line 97, ../sass/screen.scss */
div#content div.spacer {
  float: left;
  height: 50%;
  width: 1px;
  margin-bottom: -280px;
}
/* line 103, ../sass/screen.scss */
div#content div.close {
  display: none;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -40px;
  width: 40px;
  height: 80px;
  z-index: 11;
}
/* line 117, ../sass/screen.scss */
div#content div.page {
  clear: both;
  position: relative;
  margin-left: 100px;
  width: 757px;
  height: 560px;
  display: none;
  z-index: 10;
  overflow: hidden;
}
/* line 126, ../sass/screen.scss */
div#content div.page div.subpage {
  display: none;
  position: relative;
  width: 757px;
  height: 560px;
}
/* line 131, ../sass/screen.scss */
div#content div.page div.subpage.active {
  display: block;
}
/* line 136, ../sass/screen.scss */
div#content div.page div.left, div#content div.page div.right {
  float: left;
}
/* line 138, ../sass/screen.scss */
div#content div.page div.left a, div#content div.page div.right a {
  text-decoration: none;
  color: #a48860;
  font-weight: 400;
}
/* line 143, ../sass/screen.scss */
div#content div.page div.left p, div#content div.page div.right p {
  text-align: justify;
}
/* line 146, ../sass/screen.scss */
div#content div.page div.left b, div#content div.page div.right b {
  font-weight: 400;
}
/* line 150, ../sass/screen.scss */
div#content div.page div.left {
  width: 378px;
  height: 560px;
  position: relative;
}
/* line 147, ../sass/screen.scss */
div#content div.page div.left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 11;
}
div#content div.page div.left img.gallery {
  display: none;
}
div#content div.page div.left img.gallery.active {
  display: block;
  z-index: 12;
}
/* line 163, ../sass/screen.scss */
div#content div.page div.left.split {
  width: 345px;
  height: 500px;
  margin-top: 60px;
}
/* line 170, ../sass/screen.scss */
div#content div.page div.right {
  width: 345px;
  height: 500px;
  margin-top: 60px;
  margin-left: 34px;
}
/* line 177, ../sass/screen.scss */
div#content div.page div.menu {
  z-index: 11;
  position: absolute;
  left: 412px;
  top: 20px;
  text-align: center;
  width: 345px;
}
/* line 184, ../sass/screen.scss */
div#content div.page div.menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  zoom: 1;
  *display: inline;
}
/* line 190, ../sass/screen.scss */
div#content div.page div.menu ul li {
  float: left;
  margin-right: 5px;
  font-size: 11px;
  color: #a48860;
  text-align: center;
}
/* line 196, ../sass/screen.scss */
div#content div.page div.menu ul li a {
  text-align: center;
  font-size: 10px;
  color: #a48860;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 202, ../sass/screen.scss */
div#content div.page div.menu ul li a.active {
  text-decoration: underline;
}
/* line 210, ../sass/screen.scss */
div#content div.page.vertical .left, div#content div.page.vertical .right {
  width: 100%;
  margin: 0;
}
/* line 214, ../sass/screen.scss */
div#content div.page.vertical .left {
  height: 200px;
}
/* line 217, ../sass/screen.scss */
div#content div.page.vertical .right {
  margin-top: 30px;
  height: 330px;
}
/* line 220, ../sass/screen.scss */
div#content div.page.vertical .right strong {
  color: #a48860;
  font-weight: 600;
}
/* line 225, ../sass/screen.scss */
div#content div.page.vertical .menu, div#content div.page.vertical .right h2 {
  display: none;
}

/* line 231, ../sass/screen.scss */
div#content div.page.default div.left:not(.split), div#content div.page.vertical div.left:not(.split) {
  background-color: #dacebd;
}
div.photocredit {
  display: none;
  position: fixed;
  left: 0;
  bottom: 58px;
  z-index: 4;
  color: white;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.55;
}

body.active div.photocredit {
  display: block;
}

div#tabs {
  z-index: 5;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  overflow: hidden;
}
/* line 240, ../sass/screen.scss */
div#tabs div.tab {
  position: relative;
  float: right;
  height: 100%;
  min-width: 50px;
  background-color: #a48860;
  border-right: 2px solid white;
  border-left: 2px solid white;
  border-right: 0;
  overflow: hidden;
}
/* line 251, ../sass/screen.scss */
div#tabs div.tab.tab_1 {
  border-right: 2px solid white;
}
/* line 253, ../sass/screen.scss */
div#tabs div.tab img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  cursor: pointer;
}
/* line 264, ../sass/screen.scss */
div#tabs div.tab .badge {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 15%;
  height: 100px;
  background-image: url("../images/content_bg.png");
  background-repeat: repeat;
  z-index: 6;
  text-transform: uppercase;
  cursor: pointer;
  color: #a48860;
  line-height: 100px;
}
/* line 279, ../sass/screen.scss */
div#tabs div.tab .badge a {
  color: #a48860;
  text-decoration: none;
}

/* line 286, ../sass/screen.scss */
div#footer {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 10px;
}
/* line 293, ../sass/screen.scss */
div#footer a {
  text-transform: uppercase;
  font-size: 10px;
  color: white;
  text-decoration: none;
}
/* line 298, ../sass/screen.scss */
div#footer a img {
  width: 15px;
  margin-right: 5px;
}
/* line 303, ../sass/screen.scss */
div#footer div.desktop {
  display: inline-block;
  margin: 0 0 12px 0;
  padding: 11px 18px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  color: #a48860;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.08em;
}
/* line 316, ../sass/screen.scss */
div#footer div.desktop a {
  color: #a48860;
  font-size: 14px;
  letter-spacing: 0.08em;
}
/* line 320, ../sass/screen.scss */
div#footer div.desktop a:hover {
  color: #756043;
}
/* line 323, ../sass/screen.scss */
div#footer div.desktop a img {
  width: 18px;
  vertical-align: middle;
}

/* line 306, ../sass/screen.scss */
div#content div.page.impressum div.right {
  margin-top: 0;
}
/* line 308, ../sass/screen.scss */
div#content div.page.impressum div.right h3 {
  margin-top: 24px;
  display: block;
  width: 100%;
  cursor: pointer;
  vertical-align: top;
  position: relative;
}
/* line 315, ../sass/screen.scss */
div#content div.page.impressum div.right h3 span {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 321, ../sass/screen.scss */
div#content div.page.impressum div.right div {
  display: none;
  text-align: justify;
  color: #a0a0a0;
}
/* line 325, ../sass/screen.scss */
div#content div.page.impressum div.right div.active {
  display: block;
}

/* line 332, ../sass/screen.scss */
div#content div.page.kontakt .map {
  display: block;
  width: 100%;
  height: 200px;
  border: 0;
  background-color: #dacebd;
}
/* line 338, ../sass/screen.scss */
div#content div.page.kontakt div.left h2 {
  margin-top: 12px;
  margin-bottom: 12px;
}
/* line 342, ../sass/screen.scss */
div#content div.page.kontakt div.left p {
  margin: 0 0 24px 0;
}
/* line 346, ../sass/screen.scss */
div#content div.page.kontakt div.right {
  margin-top: 48px;
}
/* line 351, ../sass/screen.scss */
div#content div.page.kontakt div.right form .float input {
  float: left;
}
/* line 354, ../sass/screen.scss */
div#content div.page.kontakt div.right form .float .first {
  width: 152px;
  margin-right: 3px;
}
/* line 358, ../sass/screen.scss */
div#content div.page.kontakt div.right form .float .second {
  width: 149px;
}
/* line 362, ../sass/screen.scss */
div#content div.page.kontakt div.right form input, div#content div.page.kontakt div.right form textarea, div#content div.page.kontakt div.right form select, div#content div.page.kontakt div.right form span.customSelect {
  color: #a48860;
  border: 0;
  width: 324px;
  height: 30px;
  margin-bottom: 5px;
}
/* line 369, ../sass/screen.scss */
div#content div.page.kontakt div.right form button {
  background-color: #a48860;
  color: white;
  border: 0;
  float: right;
  height: 30px;
  cursor: pointer;
}
/* line 377, ../sass/screen.scss */
div#content div.page.kontakt div.right form span.customSelect {
  width: 345px;
  background: white url(../images/select_button.png) right center no-repeat;
}
/* line 380, ../sass/screen.scss */
div#content div.page.kontakt div.right form span.customSelect .customSelectInner {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
/* line 386, ../sass/screen.scss */
div#content div.page.kontakt div.right form input {
  padding: 0 10px;
}
/* line 389, ../sass/screen.scss */
div#content div.page.kontakt div.right form textarea {
  padding: 5px 10px;
  height: 80px;
}
/* line 393, ../sass/screen.scss */
div#content div.page.kontakt div.right form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a48860;
}
/* line 396, ../sass/screen.scss */
div#content div.page.kontakt div.right form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a48860;
}
/* line 399, ../sass/screen.scss */
div#content div.page.kontakt div.right form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a48860;
}
/* line 402, ../sass/screen.scss */
div#content div.page.kontakt div.right form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a48860;
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  html, body {
    height: 100%;
    overflow: hidden;
  }
  div#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 70px;
    border-top: 1px solid #dacebd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    background-color: white;
    color: #a48860;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    z-index: 11;
    margin-top: 0;
  }
  div#footer h4 {
    text-transform: uppercase;
    line-height: 18px;
    font-size: 16px;
    margin: 8px 0 0 0;
  }
  div#footer p, div#footer a {
    color: #a48860;
    text-decoration: none;
    padding: 0;
    margin: 0;
    line-height: 19px;
    font-size: 16px;
  }
  div.background {
    display: none !important;
    width: 100%;
    height: 100%;
    background-position: center center;
    left: 0;
    top: 0;
    margin: 0;
  }
  body.active div#content {
    display: none;
  }
  body.active div.photocredit {
    display: block;
    left: 5%;
    bottom: 82px;
  }
  body.active div.background.active, body.active div.background.next {
    display: block !important;
  }
  img.logo {
    display: block;
    position: fixed;
    top: 5px;
    left: 10px;
    z-index: 12;
    margin: 0;
    width: auto;
    height: 50px;
  }
  div#content {
    width: 100%;
    background-color: white;
    background-image: none;
    height: auto;
    position: fixed;
    left: 0 !important;
    top: 60px;
    right: 0;
    bottom: 78px;
    z-index: 10;
    padding: 0;
    display: block;
    overflow: hidden;
  }
  div#content div.page, div#content div.page.vertical {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
  }
  div#content div.page div.menu, div#content div.page.vertical div.menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 65%;
    height: 44px;
    line-height: 44px;
    z-index: 2;
  }
  div#content div.page div.menu ul, div#content div.page.vertical div.menu ul {
    text-align: center;
    display: block;
  }
  div#content div.page div.menu ul li, div#content div.page.vertical div.menu ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    float: none;
    margin: 0;
  }
  div#content div.page div.menu.split, div#content div.page.vertical div.menu.split {
    top: 0;
  }
  div#content div.page div.subpage, div#content div.page.vertical div.subpage {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
  }
  div#content div.page div.subpage.active, div#content div.page.vertical div.subpage.active {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  div#content div.page div.left, div#content div.page div.right, div#content div.page.vertical div.left, div#content div.page.vertical div.right {
    float: none;
  }
  div#content div.page div.left, div#content div.page.vertical div.left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    margin: 0;
    overflow: hidden;
  }
  div#content div.page div.left.split, div#content div.page.vertical div.left.split {
    position: static;
    height: auto;
    width: 90%;
    margin: 44px 5% 0 5%;
    overflow: visible;
  }
  div#content div.page div.right, div#content div.page.vertical div.right {
    position: absolute;
    top: calc(65% + 44px);
    bottom: 0;
    left: 5%;
    right: 5%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 14px 0 24px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #a48860 transparent;
  }
  div#content div.page div.right::-webkit-scrollbar, div#content div.page.vertical div.right::-webkit-scrollbar {
    width: 4px;
  }
  div#content div.page div.right::-webkit-scrollbar-thumb, div#content div.page.vertical div.right::-webkit-scrollbar-thumb {
    background-color: #a48860;
    border-radius: 2px;
  }
  div#content div.page div.right.split, div#content div.page.vertical div.right.split {
    position: static;
    height: auto;
    width: 90%;
    margin: 0 5% 0 5%;
    padding: 0 0 24px 0;
    overflow: visible;
  }
  div#content div.page.kontakt div.subpage.active, div#content div.page.impressum div.subpage.active {
    display: block;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px 5% 24px 5%;
  }
  div#content div.page.kontakt div.left, div#content div.page.kontakt div.right, div#content div.page.impressum div.left, div#content div.page.impressum div.right {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
    overflow: visible;
  }
  div#content div.page.kontakt h2, div#content div.page.impressum h2 {
    margin: 0 0 16px 0;
  }
  div#content div.page.kontakt .map, div#content div.page.impressum .map {
    width: 100%;
    margin: 0 0 20px 0;
  }
  div#content div.page.kontakt div.right, div#content div.page.impressum div.right {
    margin-bottom: 0;
  }
  div#content div.page.kontakt div.right form input, div#content div.page.kontakt div.right form textarea, div#content div.page.kontakt div.right form select, div#content div.page.kontakt div.right form button, div#content div.page.kontakt div.right form span.customSelect, div#content div.page.impressum div.right form input, div#content div.page.impressum div.right form textarea, div#content div.page.impressum div.right form select, div#content div.page.impressum div.right form button, div#content div.page.impressum div.right form span.customSelect {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  div#content div.page.kontakt div.right form textarea, div#content div.page.impressum div.right form textarea {
    height: 120px;
  }
  div#content div.page.kontakt div.right form button, div#content div.page.impressum div.right form button {
    float: none;
    height: 40px;
  }
  div#content div.page.kontakt div.right form .float .first, div#content div.page.impressum div.right form .float .first {
    width: 48%;
    margin-right: 4%;
  }
  div#content div.page.kontakt div.right form .float .second, div#content div.page.impressum div.right form .float .second {
    width: 48%;
    margin-right: 0;
  }
  div#content div.close, div#content div.spacer {
    display: none !important;
  }
  div#tabs {
    display: none !important;
  }
  div#mobile_header {
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    border-bottom: 1px solid #dacebd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11;
  }
  div#mobile_header img {
    position: fixed;
    right: 0;
    top: 5px;
    z-index: 11;
    height: 50px;
  }
  div#mobile_header ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 12;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  div#mobile_header ul li {
    display: block;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid white;
    background-color: #dacebd;
  }
  div#mobile_header ul li a {
    display: block;
    width: 100%;
    color: white;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
  }
  div#mobile_header ul li.secondary {
    background-color: #a48860;
    height: 34px;
  }
  div#mobile_header ul li.secondary a {
    font-size: 16px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1340px) {
  /* line 603, ../sass/screen.scss */
  div#tabs {
    z-index: 7;
  }

  /* line 606, ../sass/screen.scss */
  div#content div.page {
    z-index: 11;
  }
}
/*
@media screen and (min-height: 800px) { 
	div#content div.spacer {
		margin-bottom:0;
		height:15%;
	}
	div#content div.page {
		height:70%;
		div.left,div.right {
			height:100%;
		}
		div.left,div.right {
			width:48%;
		}
		div.right {
			margin-left:4%;
		}
	}
}
*/
@media screen and (max-width: 768px) and (max-height: 640px) {
  div#content div.page div.menu, div#content div.page.vertical div.menu {
    top: 55%;
  }
  div#content div.page div.left, div#content div.page.vertical div.left {
    height: 55%;
  }
  div#content div.page div.right, div#content div.page.vertical div.right {
    top: calc(55% + 44px);
  }
}
@media screen and (max-width: 768px) and (max-height: 420px) {
  div#content div.page div.menu, div#content div.page.vertical div.menu {
    top: 40%;
  }
  div#content div.page div.left, div#content div.page.vertical div.left {
    height: 40%;
  }
  div#content div.page div.right, div#content div.page.vertical div.right {
    top: calc(40% + 44px);
  }
}
