/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.state-indicator {
  position: absolute;
  top: -999em;
  left: -999em;
}
.state-indicator:before { content: 'large'; }

@font-face {
  font-family: 'MaisonNeueDemi';
  src: url('webfonts/MaisonNeueWEB-Demi.woff') format('woff');
}

body {
  font: normal 1.125em/1.35em 'MaisonNeueDemi', 'Helvetica Neue', Arial, sans-serif;
  color: #646363;
  background: #e3e3df;
}

strong {
  font-weight: normal;
}

em {
  display: block;
  font-style: normal;
  color: #000;
}

a {
  color: #646363;
}

h4,
strong {
  color: #6b1306;
  font-weight: normal;
}

h4,
p {
  margin: 0 0 1.35em;
}

h1 {
  margin: 0 0 1.5em;
  color: #6b1306;
  font-size: 1.65em;
  font-weight: normal;
  line-height: 1.25em;
}

section:first-of-type h1 {
  margin: 1.325em 0 0;
  font-size: 1.325em;
  line-height: 1.325em;
}

h1 strong {
  padding-left: 0.25em;
  color: #000;
}

h2 {
  margin: 0 0 0.9em;
  color: #6b1306;
  font-size: 1.325em;
  font-weight: normal;
  line-height: 1.325em;
}

h2:not(:first-of-type),
.left h2 {
  margin-top: 2em;
}

section:first-of-type h2 {
  margin: 0 0 2.25em;
  color: #646363;
}

section:first-of-type h3,
section:first-of-type img {
  display: inline-block;
  vertical-align: top;
}

h3 {
  margin: 0 0 0.9em;
  color: #6b1306;
  font-size: 1.325em;
  font-weight: normal;
  line-height: 1.325em;
}

section:first-of-type h3 {
  font-size: 2.15em;
  line-height: 1.15em;
  margin-top: -0.2em;
}

section:first-of-type img {
  margin-right: 0.85em;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

hr {
  margin: -5px 0 19px;
  border-color: #6b1306;
}

.page {
  padding-top: 145px;
}

.continue,
.top {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: transparent url('../img/gnm_sprite.png') 0 0 no-repeat;
  background-size: 185px 100px;
}

.continue {
  margin: 99px auto 2px;
  width: 60px;
  height: 35px;
  background-position: -125px 0px;
}

.top {
  position: absolute;
  right: 0;
  bottom: 47px;
  width: 40px;
  height: 22px;
  background-position: -135px -46px;
}


/* Header */
header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 940px;
  height: 145px;
  margin-left: -470px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);
  z-index: 999;
}

header a {
  text-decoration: none;
}

#logo {
  position: absolute;
  bottom: 26px;
  left: 20px;
  padding-left: 50px;
}

#logo a {
  color: #6b1306;
}

#logo div {
  position: absolute;
  top: -62px;
  left: 0;
  width: 37px;
  height: 100px;
  background: transparent url('../img/gnm_sprite.png') 0 0 no-repeat;
  background-size: 185px 100px;
}

header ul {
  position: absolute;
  right: 20px;
}

ul.lang-nav {
  top: 11px;
}

ul.main-nav {
  bottom: 26px;
}

ul.main-nav li {
  display: inline;
  padding-left: 18px;
}

ul.lang-nav li {
  display: inline;
  padding-left: 3px;
  font-size: 0.8em;
}

header li.active a,
.no-touch header li a:active,
.no-touch header li a:focus,
.no-touch header li a:hover {
  color: #6b1306;
}

ul.main-nav li.active a,
.no-touch ul.main-nav li a:active,
.no-touch ul.main-nav li a:focus,
.no-touch ul.main-nav li a:hover {
  border-bottom: 4px solid #6b1306;
}

.menu-btn {
  position: absolute;
  top: 59px;
  right: 0;
  width: 40px;
  height: 40px;
  display: none;
}

.menu-btn:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 0.3em;
  background: #6b1306;
  box-shadow:
    0 0.7em 0 0 #6b1306,
    0 1.4em 0 0 #6b1306;
}


/* Content area */
section {
  position: relative;
  margin-top: -145px;
  padding-top: 145px;
}

section:last-of-type {
  margin-top: -7px;
  padding-top: 0;
}

section.white > div {
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);
  background: #fff;
}

article {
  position: relative;
  width: 780px;
  margin: 0 auto;
  padding: 53px 0;
}

section:first-of-type article {
  padding-bottom: 37px;
}

article h1 {
  margin-left: -80px;
}

article img {
  margin-right: 30px;
}

article span {
  display: inline-block;
  width: 600px;
  vertical-align: middle;
}

article p:last-of-type {
  margin-bottom: 0;
}

article .left {
  float: left;
  width: 390px;
}

article .left ul li {
  margin-bottom: 1.35em;
}

article ul.disc {
  list-style-type: disc;
  list-style-image: url(../img/bullet.png);
}

article ul.disc li {
  margin-left: 17px;
  margin-bottom: .35em;
  vertical-align: middle;
}

.imprint {
  color: #6b1306;
  text-decoration: none;
}

.no-touch .imprint:active,
.no-touch .imprint:focus,
.no-touch .imprint:hover {
  padding-bottom: 3px;
  border-bottom: 4px solid #6b1306;
}

.copyright {
  height: 52px;
  font-size: 0.9em;
  line-height: 54px;
  text-align: center;
}


/* Accordion */
.more,
.less {
  width: 16px;
  height: 16px;
  padding-left: 27px;
  color: #6b1306;
  background: transparent url('../img/gnm_sprite.png') -38px -3px no-repeat;
  background-size: 185px 100px;
  cursor: pointer;
}

.less {
  display: none;
  background-position: -38px -26px;
}

.accordion {
  margin-bottom: 7px;
}

.accordion > li {
  margin: 1.85em 0 0;
  padding: 2em 2.15em 1.8em;
  background: #e3e3df;
}

.accordion .content h4 {
  margin-top: 2.7em;
}


/* Popup */
.white-popup {
  position: relative;
  background: #fff;
  padding: 53px 160px 48px;
  width: auto;
  max-width: 620px;
  margin: 20px auto;
}

.white-popup h3 {
  margin-top: 2em;
}

button.mfp-close {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 25px;
  height: 25px;
  margin: 20px 20px 0 0;
  background: transparent url('../img/gnm_sprite.png') -68px -58px no-repeat;
  background-size: 185px 100px;
  opacity: 1;
}


/* Form */
form {
  margin: 2.7em 0 2.55em;
}

input,
textarea {
  padding: 0 4px;
  margin: 0 0 10px;
  width: 370px;
  border: 1px solid #fff;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  width: 610px;
  height: 158px;
}

input[type=submit] {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  color: #e3e3df;
  border: none;
  background: #646363;
}

input[type=submit]:disabled {
  background: #646363;
}

.btn-container,
.form-msg {
  display: flex;
  align-items: center;
  min-height: 50px;
  margin-left: 159px;
  padding: 5px 10px;
  color: #e3e3df;
  background: #6b1306;
}

.form-msg {
  display: none;
}

.btn-container {
  width: 150px;
  height: 60px;
  padding: 0;
  background: #646363;
}

.radio-group {
  display: inline-block;
  margin-left: -10px;
}

.radio-group label {
  margin: 0 10px 9px 0;
}

input[type=radio]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}

input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 1.5em;
}

input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border-radius: 0.5em;
  background: #fff;
  vertical-align: bottom;
}

input[type=radio]:not(old):checked + label > span > span {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #6b1306;
}

form > div > *:first-child:not([type=submit]):not(.btn-container) {
  display: inline-block;
  vertical-align: top;
  width: 155px;
}

input.error,
textarea.error {
  border: 1px solid #6b1306;
}

label.error {
  display: block;
  margin-left: 155px;
  padding: 0 10px 10px;
  color: #6b1306;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 768px) {
  .state-indicator:before { content: 'middle'; }

  .page {
    padding-top: 0;
  }

  header {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
  }

  #logo {
    bottom: 41px;
  }

  ul.main-nav {
    bottom: 11px;
    left: 52px;
  }

  .top {
    right: 20px;
  }

  section {
    margin-top: 0;
    padding-top: 0;
  }

  main,
  section,
  article {
    width: 100%;
  }

  article span {
    width: calc(100% - 170px);
  }

  article > h1,
  article > h2,
  article > h3,
  article > h4,
  article > p,
  article > ul {
    padding: 0 50px;
  }

  article > img,
  form > label,
  form > div > *:first-child:not([type=submit]) {
    padding-left: 50px;
  }

  article h1 {
    margin-left: 0;
  }

  section:first-of-type h3 {
    width: calc(100% - 320px - 0.85em);
    padding: 0;
  }

  hr {
    width: calc(100% - 100px);
    margin-left: 50px;
  }

  input[type=submit] {
    margin-left: 210px;
  }

  textarea {
    width: 370px;
  }

  label.error {
    margin-left: 4px;
  }
}

@media only screen and (max-width: 640px) {
  .state-indicator:before { content: 'small'; }

  body {
    font-size: 0.95em;
    line-height: 1.2em;
  }

  header {
    height: 122px;
  }

  #logo {
    left: 10px;
    bottom: 32px;
  }

  ul.lang-nav {
    right: 10px;
  }

  ul.main-nav {
    display: none;
  }

  header.expand {
    height: 182px;
  }

  header.expand #logo {
    bottom: 92px;
  }

  header.expand ul.main-nav {
    display: block;
  }

  ul.main-nav li {
    display: block
  }

  ul.main-nav {
    bottom: 11px;
    left: 42px;
  }

  .menu-btn {
    display: block;
  }

  section {
    margin-top: -59px;
    padding-top: 59px;
  }

  section:first-of-type h1 {
    margin-top: 0;
  }

  section:first-of-type h2 {
    margin-bottom: 25px;
  }

  section:first-of-type h3 {
    margin-bottom: 15px;
  }

  section:first-of-type article {
    padding-bottom: 0;
  }

  .continue {
    display: none;
  }

  article {
    padding: 25px 0;
  }

  article span {
    width: calc(100% - 140px);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  article > h1,
  article > h2,
  article > h3,
  article > h4,
  article > p,
  article > ul,
  article > img,
  article .left {
    padding: 0 10px;
  }

  article p img {
    width: 100px;
    height: auto;
    margin-right: 20px;
  }

  article .left {
    width: calc(100% - 20px);
  }

  form > label,
  form > div > *:first-child:not([type=submit]) {
    padding-left: 50px;
  }

  section:first-of-type h3 {
    display: block;
    width: calc(100% - 20px);
    padding: 25px 10px 10px;
  }

  .accordion > li {
    padding: 1em;
  }

  hr {
    width: calc(100% - 20px);
    margin-left: 10px;
  }

  .copyright {
    font-size: 0.65em;
  }

  .white-popup {
    padding: 10px;
    max-width: 100%;
  }

  button.mfp-close {
    margin: 10px 10px 0 0;
  }

  form > label, form > div > *:first-child:not([type=submit]) {
    padding-left: 10px;
  }

  input:not([type=submit]),
  textarea {
    margin-left: 10px;
    width: calc(100% - 20px - 8px);
  }

  .radio-group {
    display: block;
    padding-left: 10px;
  }

  input[type=submit] {
    height: auto;
    margin-left: 10px;
    width: calc(100% - 18px);
  }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}