/*GENERAL*/

@font-face {
  font-family: Playfair;
  src: local(PlayfairDisplay-Bold),
    url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype");
  font-style: bold;
  font-stretch: normal;
  font-weight: 700;
}

@font-face {
  font-family: Overpass;
  src: local(Overpass-Regular),
    url("../fonts/Overpass-Regular.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
}

@font-face {
  font-family: Barlow;
  src: local(Barlow-SemiBold),
    url("../fonts/Barlow-SemiBold.ttf") format("truetype");
  font-style: bold;
  font-stretch: normal;
  font-weight: 600;
}

@font-face {
  font-family: Barlow;
  src: local(Barlow-Light), url("../fonts/Barlow-Light.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
}

:root {
  --color-one: black;
  --color-two: white;
  --color-three: rgb(255, 229, 116);
}

*,
*:before,
*:after {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  width: 0 !important;
}

html,
body {
  font-weight: 400;
  width: 100%;
  height: 100%;
  color: var(--color-two);
  position: relative;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  -webkit-appearance: none;
  font-family: Barlow;
  background-color: white;
}

h1 {
  font-family: Barlow;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color-two);
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: uppercase;
}

h2 {
  font-family: Barlow;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--color-one);
  text-transform: uppercase;
}

h3 {
  font-family: Barlow;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 600;
}

i {
  font-family: Barlow;
  font-size: 1rem;
}

em {
  font-family: Barlow;
  font-size: 1rem;
}

figcaption p {
  margin: 0 px !important;
}

strong {
  font-family: Barlow;
  font-weight: 600;
}

a:hover {
}

a {
  text-decoration: none;
  font-weight: normal;
  color: var(--color-one);
}

p {
  margin-bottom: 0.6rem;
}

li {
  list-style: none;
}

::selection {
  background: yellow;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: yellow;
  /* Gecko Browsers */
}

hr {
  height: 2px;
  background: black;
  margin: 0 0 1rem;
}

.debug {
  outline: 2px solid red;
}

.thin {
  background: none;
  border-top: 2px dashed black;
  position: relative;
}

.thin:after {
  content: "";
  position: absolute;
  left: -3px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 5px solid none;
  pointer-events: none;
}

/*/ // ///////////////////////////////////////*/

/* W R A P P E R */

#wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}

/*/ // ///////////////////////////////////////*/

/* H E A D E R */

header {
  position: relative;
}

/*/ // ///////////////////////////////////////*/

/* C O N T E N T; */

nav {
  position: fixed;
  top: 0;
  height: 220px;
  z-index: 1;
  opacity: 0;
}

div.nav-inner {
  position: relative;
  height: 220px;
  margin: 0;
  padding: 0;
}

nav div.nav-inner div {
  margin: 0;
  position: absolute;
  top: 0;
}

nav div.nav-inner div img {
  margin: 20px 0 0 20px;
  width: 400px;
}

div#intro {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

div#intro div#cover {
  display: block;
  position: absolute;
  top: 0;
}

div#intro div#cover img {
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
}

div#intro div#arrow {
  position: absolute;
  z-index: 100;
  height: 30px;
  top: 290px;
  cursor: pointer;
}

div#intro div#arrow img {
  height: 30px;
}

div#intro div#cover {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

div#intro div#cover img {
  width: 100%;
  height: 100%;
}

div#intro div#logo {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  top: 0;
}

div#intro div#logo img.intro-logo {
  min-width: 30%;
  max-width: 30%;
  height: auto;
  margin: 120px 0 0;
}

main {
  color: black;
  opacity: 0;
  padding-top: 220px;
  min-height: 100vh;
}

section {
  margin: 0;
  max-width: 100%;
  overflow: hidden;
}

div.section-head {
  border-bottom: 4px solid black;
  padding: 20px;
  position: relative;
}

div.section-head div.open-close {
  position: absolute;
  left: 50%;
  top: 17px;
  cursor: pointer;
}

div.section-head div.open-close {
  position: absolute;
  left: 50%;
  top: 17px;
  cursor: pointer;
}

div.section-head div.open-close img {
  height: 20px;
}

div#status {
  top: 150px;
  left: 0;
  position: fixed;
  z-index: 3000;
  min-width: 100%;
}

div#status .inner {
  padding: 15px;
  display: none;
  border-bottom: 4px solid black;
}

div#status div.open-close {
  position: absolute;
  left: 50%;
  top: 17px;
  cursor: pointer;
  width: auto;
}

div#status div.open-close img {
  height: 20px;
  width: 13px;
  margin: 0;
  transform: rotate(45deg);
}

div.section-content {
  display: none;
  padding: 0;
  min-width: 100%;
  border-bottom: 4px solid black;
}

div#localities article {
  border-top: 2px solid black;
  max-width: 100% !important;
}

div#localities article div.left-side {
  padding: 20px;
}

div#localities article div.right-side {
  padding: 20px;
}

div#localities article div.right-side img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

div#localities article div.right-side img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

div#localities article div.right-side div {
  display: block;
}

div#localities article h3.title {
  display: block;
}

div#localities article:first-child {
  border-top: 0 solid black;
}

footer {
  display: block;
  position: relative;
  margin: 140px 0 0;
  font-size: 0.8rem;
  line-height: 1rem;
  opacity: 1;
}

footer div.footer-content {
  text-align: center;
  color: black;
}

footer div.footer-clone {
  text-align: center;
  color: black;
  top: calc(100vh - 100px);
  position: fixed;
  left: 0;
  right: 0;
  display: none;
}

body#imprint div.main {
  color: black;
}

body#imprint nav {
  position: relative;
}

#close {
  max-width: 30px;
  margin: 41px 0 71px;
}

/*
  
   ___   ___   ___  
  / _ \ / _ \ / _ \ 
 | (_) | | | | | | |
  \__, | | | | | | |
    / /| |_| | |_| |
   /_/  \___/ \___/ 
                    
                    



*/

@media screen and (min-width: 0px) and (max-width: 900px) {
  div#intro {
    //display: none;
  }

  div#intro div#logo img {
    //width: 80vw;
  }

  div#intro img.intro-logo {
    min-width: 80vw !important;
  }

  div#intro div#arrow {
    position: absolute;
    z-index: 100;
    height: 40px;
    bottom: 20px;
    cursor: pointer;
  }

  div#intro div#arrow img {
    height: 40px;
  }

  div#wrapper {
    min-width: 100%;
  }

  main {
    color: black;
    opacity: 1;
    padding-top: 10px;
  }

  nav {
    height: 122px;
    opacity: 1;
  }

  nav div.nav-inner {
    height: 120px;
  }

  nav div.nav-inner div img {
    width: 205px;
  }

  section {
    min-width: 100vw;
  }

  div.section-head div.open-close {
    left: 90%;
  }

  div#status div.open-close {
    left: 90%;
  }

  div#status {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
  }

  div#localities {
    margin: 140px 0 0;
  }

  div#localities div.left-side {
    min-width: 100%;
  }

  div#localities div.right-side {
    min-width: 100%;
    margin: 20px 0;
  }

  body#imprint {
    padding: 5px;
    max-width: 100vw;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  body#imprint div#wrapper {
    max-width: 100vw;
  }

  body#imprint div.content {
    padding: 10px;
  }

  #close {
    max-width: 30px;
    margin: 20px 0 20px 10px;
  }
}
