@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

/* HTML5 display-role reset for older browsers */
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

@keyframes bugfix {
  from {
    padding: 0;
  }

  to {
    padding: 0;
  }
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }

  to {
    padding: 0;
  }
}

@font-face {
  font-family: virtual;
  src: url(../fonts/Virtual-Regular.ttf);
}

@font-face {
  font-family: montserrat;
  src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
  font-family: raleway;
  src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.ttf);
}

/* Custom CSS
 * --------------------------------------- */
body {
  background: rgb(237, 236, 232);
  margin: 0;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}

/* Style for our header texts
	* --------------------------------------- */
h1 {
  margin: 0;
  padding: 0;
}

.intro p {
  color: #fff;
}

h2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 1px;
  color: #777;
  font-family: Segoe UI;
  padding-bottom: 1em;
}

/* Sektionen
 * --------------------------------------- */

.section {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  line-height: 1;
}

#fullpage {
  background-image: url('../imgs/kart3.jpg');
  background-repeat: repeat;
}

.backBody {
  background-image: none !important;
}

#section0 h1 {
  font-size: 8.75em;
  font-family: virtual;
  font-weight: 100;
  color: #333;
}

#section0 h2 {
  font-family: Montserrat;
  color: #333;
  font-size: 1.4em;
  margin-top: -10px;
  line-height: 1;
}

#section1 {
  background-size: 300px;
  background-image: url('../imgs/ranunkel.png');
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}

#section1 h2 {
  background-color: rgba(245, 245, 245, 0.9);
  text-align: justify;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em;
}

#section1, #section2, #section3 {
  opacity: 0;
}


.sec2 {
  margin: 0 auto;
}

/* Gallery
 * --------------------------------------- */
.galleryswap, .content_section_item {
  float: left;
  position: relative;
  width: 20%;
  max-width:100px;
}

.footerdiv {
text-align: left;
color: #ccc;
}

/* responsive menu
 * --------------------------------------- */

#menu li {
  display: inline-block;
  margin: 5px;
  color: #000;
  background: #333;
  padding: 0.5em;
}

#menu li.active {
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

#menu li a {
  text-decoration: none;
  color: #aaa;
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
}

#menu li.active a:hover {
  color: #fff;
}

#menu li a:hover {
  color: #fff;
}

#menu li a,
#menu li.active a {
  padding: 9px 18px;
  display: block;
}

#menu li.active a {
  color: #fff;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  z-index: 70;
  width: 100%;
  padding: 0;
  margin: 0;
}

#overlay-button {
  visibility: hidden;
}

#overlay-button span:before {
  top: -10px;
  visibility: hidden !important;
}

#overlay-button {
  position: inherit;
  right: 2em;
  top: 0px;
  padding: 26px 11px;
  z-index: 5;
  cursor: pointer;
  user-select: none;
}

#overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
}

#overlay-button span:before {
  top: -10px;
  visibility: visible;
}

#overlay-button span:after {
  top: 10px;
}

#overlay-button span:before,
#overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}

#overlay-button:hover span,
#overlay-button:hover span:before,
#overlay-button:hover span:after {
  background: #fff;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked~#overlay {
  visibility: visible;
}

input[type=checkbox]:checked~#overlay-button:hover span,
input[type=checkbox]:checked~#overlay-button span {
  background: transparent;
}

input[type=checkbox]:checked~#overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);
  opacity: 1;
}

input[type=checkbox]:checked~#overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}

#overlay {
  height: 100vh;
  width: 100vw;
  background: #333;
  z-index: 2;
  visibility: hidden;
  position: fixed;
}

#overlay.active {
  visibility: visible;
}

#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}

#overlay ul li a {
  text-decoration: none;
  font-size: 1.5em;
}

h3 {
  font-size:1.3em;
  padding-bottom:10px;
  padding-top:10px;
  font-weight: bold;
}

h4 {
  font-size:1.1em;
  padding-bottom:10px;
  padding-top:10px;
  font-weight: bold;
}

/* Fixed header and footer.
	* --------------------------------------- */
#header {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9;
  color: #f2f2f2;
}

#header {
  top: 0px;
  background: #333;
  color: #f2f2f2;
  height: 50px;
  padding: 10px 0 0 0;
}

#header .active a {
  color: #fff !important;
}

.anchors {
  float: right;
  padding-right: 40px;
}

.anchors .nav {
  display: flex !important;
  float: right;
}

.anchors .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.nav li a {
  display: block;
  font-weight: bold;
  font-size: 13px;
  color: #aaa;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
  font-family: var(--bs-font-sans-serif);
  text-transform: uppercase;
}

/* Bottom menu
	* --------------------------------------- */

.logo {
  font-family: virtual;
  font-size: 48px;
  letter-spacing: 2px;
  float: left;
  padding-left: 40px;
  color: whitesmoke;
  font-family: virtual;
  margin-top: -15px;
}

.footerdiv li {
  float: left;
  color: #ccc;
}

.footerdiv {
  font-size: 1.2em;
  font-family: 'Raleway', sans-serif;
  padding: 15px;
  padding-bottom: 4vh;
  padding-top: 4vh;
}

.footerdiv li a {
  color: #ccc;
}

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  #overlay-button {
    visibility: visible;
  }

  #overlay-button span:before {
    top: -10px;
    visibility: visible !important;
  }

  #section2 h2, #section3 h2, #section1 h2 {
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 1px
  }

  #section1 h2 {
    font-size: 16px;
  }

  #section0 h1 {
    font-size: 100px;
    font-weight: 100;
  }

  #section0 h2 {
    font-size: 16px;
    margin-top: 0px;
  }

  .anchors {
    visibility: hidden;
  }

  .footerdiv{
    font-size: 0.7em;
  }

  .logo {
    margin-top: -5px;
    font-size: 38px;
  }
}

@media (max-width: 376px) {

  #section0 h1 {
    font-size: 80px;
  }

  #section0 h2 {
    font-size: 12px;
  }

  #section1 h2 {
    line-height: 26px;
  }

}

@media (max-width: 320px) {
  #section1 h2 {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 1px;
  }

  #section0 h1 {
    font-size: 70px;
  }

  #section0 h2 {
    font-size: 12px;
    margin-top: 0px;
  }

  #section2 h2 {
    padding-bottom: 0.5em;
  }

}

svg.tea --secondary: #33406F //transform: scale(2)
#teabag transform-origin: top center transform: rotate(3deg) animation: swing 2s infinite #steamL stroke-dasharray: 13 stroke-dashoffset: 13 animation: steamLarge 2s infinite #steamR stroke-dasharray: 9 stroke-dashoffset: 9 animation: steamSmall 2s infinite @keyframes swing 50% transform: rotate(-3deg) @keyframes steamLarge 0% stroke-dashoffset: 13 opacity: .6 100% stroke-dashoffset: 39 opacity: 0 @keyframes steamSmall 10% stroke-dashoffset: 9 opacity: .6 80% stroke-dashoffset: 27 opacity: 0 100% stroke-dashoffset: 27 opacity: 0

