/* ========== TYPOGRAPHIE ========== */
body, p, ol, li, a, .menubutton {
  font-family: 'Saira', sans-serif;
}

body {
  background-image: url(../elements/bg_01.webp);
  background-size: 1600px;
  background-attachment: fixed;
  margin: 0;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; /* weiches Scrollen zu Ankern */

}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}

h1 {
  margin: 1% 2% 2% 2%;
  text-align: center;
}

h2 {
  line-height: 1.3em;
  margin: 4% 0% 2% 0%;
  text-align: center;
}

p {
  font-weight: 200;
  font-size: 1.5em;
  line-height: 1.7em;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 3% 2% 1% 3%;
  text-align: center;
}

a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px dotted;
}

.menubutton {
  width: auto;
  height: 1px;
  display: inline;
  letter-spacing: .3em;
  cursor: pointer;
  border: none;
  margin: 0px 5px 5px 5px;
}

.imgtxt {
  margin: 2px 0 25px 2px;
}

.center {
  text-align: center;
}

/* ========== LAYOUT GRUNDSTRUKTUR ========== */
.conmain {
  min-height: 100%;
  height: auto !important;
  max-width: 500px;
  margin: 0 auto;
  padding: 60px 5px 1px 5px;
}

.conmenu {
  max-width: 500px !important;
  height: auto;
  text-align: center;
  background-color: grey;
  padding: 2% 0;
  margin: 10px 0 20px 0;
  position: sticky;
  top: 0;
  width: 100%;
}


.divhr {
  width: auto;
  height: 4px;
  background-color: #BEBEBE;
}

	hr {
  border: 0;                   /* unterschiedliche Defaults neutralisieren */
  height: 0;                   /* sichergehen, dass nur die Border zeichnet */
  border-top: 1px solid #fff;  /* die eigentliche Linie */
  margin: 5px 0 0;             /* dein Margin, kurz und gültig */
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}

.footer {
width: 100%;
height: auto;

padding: 5px 0px 0px 0px;
margin: -40px 0px 0px 0px;
}