@charset "UTF-8";
/* heebo-regular - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: local("Heebo"), local("Heebo-Regular"), url("/font/heebo-v3-latin-regular.woff2") format("woff2"), url("/font/heebo-v3-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* heebo-700 - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: local("Heebo Bold"), local("Heebo-Bold"), url("/font/heebo-v3-latin-700.woff2") format("woff2"), url("/font/heebo-v3-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
form {
  background-color: transparent;
  margin-bottom: 3%; }

input, textarea, select {
  display: block;
  width: 100%;
  padding: 1rem;
  outline: 1px solid grey;
  border: 5px solid transparent;
  /* Credits: https://codepen.io/sifulislam/pen/KgXLmr */
  margin: 0;
  font-size: 90%;
  box-sizing: border-box; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    margin: 0;
    outline: 0px solid transparent;
    border-color: #7f1c15; }

input[type="submit"] {
  width: auto;
  outline: 0;
  display: inline-block;
  margin-top: 1rem;
  background-color: #7f1c15;
  border: none;
  color: White;
  font-weight: bold;
  cursor: pointer;
  box-shadow: none; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    color: black;
    background-color: #f2aa2e; }

textarea {
  height: 10rem; }

div {
  margin-top: 1rem; }
  div > input[type="checkbox"]:hover, div > input[type="checkbox"]:focus, div input[type="radio"]:hover, div input[type="radio"]:focus {
    outline: 3px solid #7f1c15;
    border: none;
    color: #7f1c15; }
  div > input[type="checkbox"]:checked, div input[type="radio"]:checked {
    /*outline:3px solid $red; */ }
    div > input[type="checkbox"]:checked + label, div input[type="radio"]:checked + label {
      color: #7f1c15; }
    div > input[type="checkbox"]:checked + label a, div input[type="radio"]:checked + label a {
      color: black; }
  div > input[type="checkbox"], div input[type="radio"], div input[type="checkbox"] + label, div input[type="radio"] + label {
    width: auto;
    display: inline;
    color: #505050; }
  div > input[type="checkbox"] + label:hover, div input[type="radio"] + label:hover, div input[type="checkbox"] + label:focus, div input[type="radio"] + label:focus {
    color: #7f1c15; }
  div > input[type="checkbox"] + label:hover a, div input[type="checkbox"] + label:focus a, div input[type="radio"] + label:hover a, div input[type="radio"] + label:focus a {
    color: black; }
    div > input[type="checkbox"] + label:hover a:hover, div > input[type="checkbox"] + label:hover a :hover, div input[type="checkbox"] + label:focus a:hover, div input[type="checkbox"] + label:focus a :hover, div input[type="radio"] + label:hover a:hover, div input[type="radio"] + label:hover a :hover, div input[type="radio"] + label:focus a:hover, div input[type="radio"] + label:focus a :hover {
      font-weight: bold; }

fieldset {
  margin-top: 1rem;
  border: none; }
  fieldset > legend {
    color: #7f1c15; }
  fieldset > div {
    padding-left: 1rem; }

@media screen and (max-width: 600px) {
  input[type="submit"] {
    width: 100%; } }
* {
  padding: 0;
  margin: 0;
  font-family: 'Heebo', Arial, sans-serif; }

html {
  background-color: white;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto; }

header {
  width: 100%;
  background: linear-gradient(60deg, #f2aa2e 90%, #7f1c15 10%);
  text-align: center; }
  header > a > img {
    max-width: calc(750px - 2rem);
    padding: 1rem;
    width: calc(100% - 2rem); }

main {
  max-width: 900px;
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 2rem; }

.mobile {
  display: none; }

nav {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  overflow: hidden; }
  nav > img {
    width: auto;
    height: 45%;
    margin: 3% 0;
    display: block; }
  nav .active {
    background-color: #7f1c15;
    color: white; }
    nav .active a {
      color: white; }
  nav ul {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #7f1c15;
    flex-wrap: wrap; }
  nav a {
    text-decoration: none;
    color: white;
    width: calc(100% - 2rem);
    padding: 1rem; }
  nav a:hover, nav a:focus {
    text-decoration: underline; }
  nav li {
    list-style-type: none;
    white-space: nowrap;
    flex: 1 1 150px;
    text-align: center;
    display: flex;
    align-items: center; }

p {
  padding: .5rem 0;
  color: #505050; }

.hinweis {
  color: #7f1c15;
  font-weight: bold; }

.highlight {
  margin: 1rem 0; }
  .highlight a {
    padding: 7px;
    color: black;
    background-color: #f2aa2e;
    text-decoration: none; }
    .highlight a:hover, .highlight a:focus {
      font-weight: bold; }

details summary {
  cursor: pointer; }

.lower {
  text-transform: none; }

article {
  width: 100%;
  display: block;
  background-color: white;
  padding: 0 0 4% 0;
  margin: 4% 0 0 0;
  border-bottom: 1px solid #c8c8c8; }
  article:first-of-type {
    margin-top: 0; }
  article img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 2rem 0;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* Credits: Material Design Cards: https://codepen.io/sdthornton/pen/wBZdXq */ }
    article img:hover, article img:focus {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  article:last-of-type {
    border-bottom: none; }
  article a {
    color: #7f1c15; }
  article ol, article ul {
    margin-left: 1.5rem;
    padding: 1rem 0;
    color: #505050; }
  article ul {
    list-style-type: square; }
  article li {
    padding-bottom: 1rem; }
  article li:last-of-type {
    padding-bottom: 0; }
  article label {
    margin-top: 1rem;
    display: block;
    background-color: transparent;
    padding-left: 2%;
    color: #7f1c15; }
  article .photo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
    article .photo a {
      flex: 1 0 250px;
      cursor: zoom-in; }
      article .photo a:hover, article .photo a:focus {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
        article .photo a:hover img, article .photo a:focus img {
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
      article .photo a img {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        object-fit: cover; }
  article .big_photo {
    z-index: 95;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center; }
    article .big_photo .img {
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: zoom-out; }
    article .big_photo img {
      padding: 0;
      margin: 0; }
    article .big_photo .link {
      position: fixed;
      z-index: 99;
      top: 0;
      right: 0;
      padding: .5rem 1rem;
      background-color: #7f1c15;
      color: white; }
      article .big_photo .link:hover, article .big_photo .link:focus {
        background-color: #f2aa2e;
        color: black; }
  article .gallery {
    display: flex;
    font-size: .9rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-top: 0; }
    article .gallery .cell {
      box-shadow: none;
      margin: .5rem;
      flex-shrink: 1;
      height: 3rem;
      width: auto; }
      article .gallery .cell img {
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0;
        max-height: 100%;
        box-shadow: none; }
  article .popouts {
    margin: 1rem 0; }
    article .popouts details {
      margin: 0rem;
      display: block;
      border-top: 1px solid grey;
      border-radius: 0; }
      article .popouts details:last-of-type {
        border-bottom: 1px solid grey; }
      article .popouts details[open] {
        box-shadow: none;
        border: 2px solid #7f1c15; }
        article .popouts details[open] summary:hover, article .popouts details[open] summary:focus {
          background-color: #7f1c15;
          color: white; }
      article .popouts details summary {
        font-weight: normal;
        padding: 1rem;
        display: block;
        transition: background-color .3s ease-in-out;
        color: #7f1c15; }
        article .popouts details summary:hover, article .popouts details summary:focus {
          color: black;
          background-color: #ebebeb; }
  article details {
    margin: 1rem 0;
    width: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 3px; }
    article details > div {
      padding: .75rem 1.5rem;
      margin: 0; }
    article details[open] {
      border: 2px solid #7f1c15;
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
      article details[open] summary {
        border: none;
        padding: 1rem;
        display: block;
        background-color: #7f1c15;
        font-weight: normal;
        color: white;
        border-radius: 0; }
        article details[open] summary::before {
          content: " - ";
          background-color: #7f1c15;
          color: white; }
        article details[open] summary:hover, article details[open] summary:focus {
          color: white; }
    article details summary {
      padding: .5rem;
      font-weight: bold;
      width: auto;
      display: inline-block;
      color: black;
      list-style: none; }
      article details summary::-webkit-details-marker {
        display: none; }
      article details summary:hover, article details summary:focus {
        color: #7f1c15; }
      article details summary:before {
        content: "+ ";
        font-weight: normal; }

q, blockquote {
  font-style: italic;
  color: #505050; }

h1 {
  font-size: 2rem;
  padding: 1rem 0;
  text-align: left;
  color: black;
  font-weight: bold; }
  h1::before {
    content: "☱ ";
    color: #7f1c15; }
  h1 q {
    color: inherit; }

h2 {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 1rem 0;
  letter-spacing: 0.5px; }

h3 {
  font-weight: bold;
  padding: .5rem 0;
  font-size: 1.2rem;
  text-transform: none; }

h4 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1rem; }

.split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 0; }
  .split div img {
    max-width: calc(100% - 2rem);
    height: auto;
    max-height: calc(100% - 1rem);
    padding: .5rem 1rem;
    box-shadow: none;
    margin: 0; }
  .split .txt {
    order: 1;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 75%; }
  .split .img {
    order: 2;
    flex-shrink: 1; }

.img_txt .img {
  order: 1; }
.img_txt .txt {
  order: 2; }

#top_btn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 90;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #7f1c15;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 12px;
  /* Some padding */
  border-radius: 3px;
  /* Rounded corners */
  font-size: 14px;
  /* Increase font size */ }
  #top_btn:hover, #top_btn:focus {
    background-color: #f2aa2e;
    color: black; }

.msg {
  text-align: center; }

footer {
  width: calc(100% - 2rem);
  background-color: #646464;
  font-size: 80%;
  color: #e6e6e6;
  margin: 0 auto;
  padding: 1rem;
  text-align: center; }
  footer > a {
    color: inherit;
    text-decoration: none; }
  footer > a:hover, footer > a:focus {
    text-decoration: underline; }

@media screen and (max-width: 600px) {
  html {
    line-height: 1.7; }

  main {
    width: calc(100% - 2rem);
    padding: 1rem; }

  nav {
    display: none; }
    nav ul {
      flex-direction: column; }
      nav ul li {
        flex-basis: auto; }

  .mobile {
    display: block;
    background-color: #7f1c15;
    color: white; }
    .mobile > summary {
      padding: 1rem;
      list-style: none; }
    .mobile[open] summary {
      border-bottom: 1px solid white;
      font-weight: bold; }
    .mobile > nav {
      display: block; }

  .split {
    flex-direction: column;
    align-items: flex-start; }
    .split .img {
      order: 2;
      min-width: 150px;
      max-width: 50%;
      align-self: center; }
    .split .txt {
      order: 1; }
    .split div {
      padding: 1rem 0;
      margin: 0; }
    .split img {
      margin-left: auto;
      margin-right: auto; }

  h2 {
    line-height: 1.3;
    padding: 1rem 0; }

  h1 {
    line-height: 1.3; } }

/*# sourceMappingURL=style.css.map */
