/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.show-de {
  display: none;
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .show-de {
    display: inline-block;
  }
}

.show-ph {
  display: none !important;
}
@media (min-width: 0px) and (max-width: 768px) {
  .show-ph {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .hide-de {
    display: none !important;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .hide-ph {
    display: none !important;
  }
}

.section {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
}

.logo-img {
  height: 4em;
}

.logo-link {
  font-size: 1.5em;
}

header {
  line-height: 4em;
  background-color: #f7f7f7;
  padding: 1%;
}
header li {
  display: inline;
  padding-left: 1em;
}

.logo {
  float: left;
  position: relative;
}

.header-choice {
  float: right;
  position: relative;
}

.toggle {
  display: none;
}

@media (min-width: 768px) {
  .header-choice-item {
    display: inline;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .header-choice {
    height: 40px;
    display: none;
    height: auto;
    float: left;
  }

  .toggle {
    position: relative;
    width: 100%;
    display: block;
  }
  .toggle:hover {
    cursor: pointer;
  }

  .toggle::after {
    content: "";
    background: url("nav-icon.png") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .header-choice-item {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.sidebar {
  background-color: #515151;
}
.sidebar li {
  font-size: 1.5em;
  margin-bottom: .5em;
}

.content {
  background-color: #898989;
}

main {
  background-color: #eee;
}

.page_view {
  float: left;
}

#onepage {
  position: relative;
}

#onepage-wrapper {
  overflow: hidden;
}

.current_page {
  position: relative;
}

@media (min-width: 0px) and (max-width: 768px) {
  html {
    font-size: 70%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 1501px) {
  html {
    font-size: 100%;
  }
}

.clear {
  *zoom: 1;
}
.clear::before, .clear::after {
  content: " ";
  display: table;
}
.clear::after {
  clear: both;
}

.onepage-wrapper {
  min-height: 100%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.onepage-wrapper::before {
  content: " ";
  display: table;
}
.onepage-wrapper::after {
  clear: both;
}
@media (min-width: 0px) and (max-width: 768px) {
  .onepage-wrapper {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  .onepage-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .onepage-wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .onepage-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .onepage-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .onepage-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1501px) {
  .onepage-wrapper {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
  .onepage-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .sidebar {
    display: none;
  }

  .content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .sidebar {
    display: none;
  }

  .content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .content {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1501px) {
  .content {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

.left {
  float: left;
}
