@font-face {
  font-family: sanFranciscoLight;
  src: url("/assets/font/SF-Pro-Text-Light.otf"); }
@font-face {
  font-family: sanFranciscoSemibold;
  src: url("/assets/font/SF-Pro-Text-Semibold.otf"); }
body {
  background-color: #2b0119;
  color: #d1ccc1;
  font-family: sanFranciscoLight, Helvetica, sans-serif;
  width: 100%;
  height: 100%;
  margin: 0px;
  word-wrap: break-word;
  overflow-wrap: break-word; }

h1, h2, h3, h4 {
  font-family: sanFranciscoSemibold, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold; }

#homeLogo {
  max-height: 50vh;
  max-width: 85vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 20vh; }

#homeMenu {
  width: 5vh;
  height: 5vh; }

#menuAndLanguage {
  position: absolute;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }

.nojsmenu {
  text-align: center; }

.nojsmenu .closeDiv {
  display: none; }

.nojsmenu ul {
  padding: 0px; }

a:hover, a:link, a:active, a:focus, a:visited {
  color: #d1ccc1; }

#pageLogo, #pageMenu, #pageText {
  width: 5vw;
  margin-top: 2vw; }

#pageText {
  display: none; }

.pageSidebar {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  width: 5vw; }

.pageSidebar img {
  vertical-align: middle; }

@media only screen and (max-width: 600px) {
  .pageSidebar {
    top: 0;
    padding-top: 2vh;
    padding-bottom: 2vh;
    right: auto;
    bottom: auto;
    width: 100%;
    text-align: center; }

  .pageSidebar h1 {
    font-size: 8vh; }

  .noBackgroundImage .pageSidebar {
    background-color: #2b0119; }

  .bottomFreimut {
    display: none; }

  .mobileHide {
    visibility: hidden; }

  #pageLogo, #pageMenu, #pageText {
    width: auto;
    height: 8vh; }

  #pageLogo {
    margin-left: 2vw;
    float: left;
    max-width: 20vw; }

  #pageMenu {
    margin-right: 2vw;
    float: right;
    max-width: 20vw; }

  #pageText {
    max-width: 50vw;
    display: inline; } }
.bottomFreimut {
  position: absolute;
  bottom: 9vw; }

.bottomFreimut img {
  width: 80%; }

h1, h2, h3, h4, a:hover {
  color: #97002b; }

h1 {
  font-size: 4.5vh; }

h2 {
  font-size: 4vh; }

h3 {
  font-size: 3vh; }

h4 {
  font-size: 4vh; }

p, li {
  font-size: 3vh; }

h1, h2, p {
  margin-top: 4vh;
  margin-bottom: 4vh; }

.content {
  max-width: 80vw;
  min-width: 40vw;
  min-height: 80vh;
  float: right;
  padding-right: 15vw;
  padding-left: 15vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative; }

.clear {
  clear: both; }

#panel {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: fixed; }

#menu {
  display: none; }

#panel #menu {
  display: block; }

.site-nav ul {
  list-style: none;
  margin-block-start: 0px; }

.site-nav li {
  padding-top: 2vh;
  padding-bottom: 2vh; }

.site-nav a:hover, .site-nav a:link, .site-nav a:active, .site-nav a:focus, .site-nav a:visited {
  text-decoration-line: none; }

.closeDiv {
  text-align: right;
  font-size: 4vh;
  margin-top: 2vh;
  margin-right: 2vh; }

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none; }

.slideout-menu-left {
  left: 0; }

.slideout-menu-right {
  right: 0; }

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #2b0119;
  /* A background-color is required */
  min-height: 100vh; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

.panel:before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s ease-in-out; }

.panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99; }
