.disabled {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
html {
  height: 100%;
}
body {
  height: auto;
  background: url("/images/background.jpg") no-repeat center fixed;
  background-size: cover;
}
.p {
  margin: 1em 0;
}
ul,
ol {
  margin: 0.5em 0 0.5em 0;
}
ul.inline,
ol.inline {
  margin: 0;
}
li {
  margin: 0.2em 0 0.2em 1.5em;
}
a {
  text-decoration: none;
  color: currentColor;
  font-weight: bold;
}
.loremIpsumM::before {
  content: "Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
}
.loremIpsumS::before {
  content: "Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat.";
}
.loremIpsumXS::before {
  content: "Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua.";
}
div.youtubeCenter {
  position: relative;
  margin: 1em auto;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
div.youtubeCenter > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.error {
  color: #ef5350 !important;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

/* Navigation bar */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 64px;
  overflow: hidden;
  font-size: 1.1em;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
nav > ul.nav {
  margin: 0 10px;
  display: inline-block;
  list-style: none;
}
nav > ul.nav > li {
  display: inline-block;
  margin: 0;
}
nav > ul.nav > li > a {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  padding: 0 9px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 500;
}
nav > ul.nav > li > a:hover {
  color: #ffffff;
}
nav > ul.nav > li.current > a {
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}
.nav div + a {
  border-left-style: none;
}

#navHome {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 13px 48px 15px 20px;
  float: left;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.3px;
  color: #ffffff;
}
#navHome > img {
  vertical-align: top;
  margin-right: 5px;
  height: 36px;
}

/* Header */
header {
  margin-top: 64px;
  padding: 0.5em;
  display: flex;
  justify-content: center;
}
#logoHeader {
  width: 5em;
  height: 5em;
}
header h1 {
  text-align: center;
  font-variant: small-caps;
  font-size: 2.5em;
  font-weight: 300;
  color: #ffffff;
}

/* News box */
#news {
  margin: 2.5em 2em 1em;
  overflow-x: visible;
}
#news > img {
  margin: 0.5em 0;
  width: 100%;
  max-height: 10em;
}
@media screen and (max-width: 319px) {
  #news .mdc-grid-tile {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 599px) {
  #news .mdc-grid-tile {
    width: 50%;
  }
}
@media screen and (min-width: 600px) {
  #news {
    float: left;
    margin: 2.5em 10% 1.5em 0;
    width: 20%;
    padding: 0 0.5em;
    display: table-cell;
  }
}

/* Main article/news on home */
article {
  margin: 2em 2em 1.5em;
}
article h2[itemprop="name"] {
  font-size: 1.875em;
  font-weight: 300;
}
article div[itemprop="articleBody"] {
  margin: 1em 0;
}
@media screen and (min-width: 600px) {
  article {
    margin: 2em 5% 1.5em 10%;
    width: 55%;
    max-width: 75em;
    float: left;
  }
}

/* Grid photos */
.imagePreview {
  position: relative;
}
.imagePreview > img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
}

/* Footer */
footer {
  clear: both;
  margin-top: 1em;
  width: 100%;
  padding: 0.5em;
}
footer .imprint {
  margin-bottom: 0.5em;
}
footer .author {
  float: left;
}
footer .privacyPolicy {
  float: right;
}
