html {
  height: 100%;
  margin: 0;

}

body {
  height: 100%;
  padding-bottom: 60px;
  font-family: 'Comic Sans MS', 'Segoe Script', cursive, sans-serif;
  background: #fdf6e3;

}

h1 {
  color: #dfd5b5;
}

h2 {
  color: #6c5129;
}

/*
.overlay-bg {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  
  pointer-events: none;
  mix-blend-mode: multiply;
}*/

header {
  position: relative;
  z-index: 2;
  background: rgba(255, 250, 245, 0.82);
  padding: 2px 0 8px 0;
  text-align: center;
}

.pw-hinweis {
  font-size: 1.04em;
  color: #6c5129;
  font-style: italic;
  margin-top: 0.4em;
}

.pw-hinweis-verdeckt {
  position: absolute;
  top: 30px;
  right: 22px;
  background: #fcf6df;
  border: 1.6px dashed #9d8764;
  border-radius: 16px 24px 20px 10px/28px 18px 10px 24px;
  box-shadow: 0 0 16px 2px #9d87644a, 1px 1px 4px #bba17024;
  font-family: 'Comic Sans MS', 'Segoe Script', cursive, sans-serif;
  /* font-family: 'Shadows Into Light', cursive, sans-serif;*/
  color: #6d5e31;
  font-size: 1em;
  padding: 1em 1.3em .6em 1.4em;
  opacity: 0.01;
  z-index: 9;
  pointer-events: auto;
  transform: rotate(-7deg);
  line-height: 1.45;
  cursor: pointer;
  transition: opacity .25s;
}

.pw-hinweis-verdeckt:hover {
  opacity: 1;
  box-shadow: 0 0 32px 7px #b9a36666, 1px 1px 4px #bba17044;
}

.pw-hinweis-verdeckt span {
  display: block;
  margin-bottom: 3px;
}

main {
  position: relative;
  width: 100dvw;
  height: 100dvh;
  min-height: 480px;
  z-index: 2;
}

.link {
  position: absolute;
  display: inline-block;
  padding: 0.6em 1.2em;
  border-radius: 22px 38px 24px 16px/34px 24px 20px 30px;
  background: rgba(253, 246, 227, 0.94);
  box-shadow: 2px 5px 32px 5px #b19976bb, 0 0 1px #222;
  color: #583a27;
  font-size: 1.25em;
  font-family: 'Segoe Script', cursive, sans-serif;
  text-decoration: none;
  transition: transform .81s;
  border: 1.7px dashed #6f502d;
  cursor: pointer;
  z-index: 5;
}

.link:hover {
  background: #fffbe9;
  transform: rotate(-3deg) scale(1.11);
  z-index: 5;
}

.caravan {
  background: rgba(234, 227, 191, 0.90);
}

.privat {
  background: rgba(222, 245, 237, 0.88);
  color: #26645a;
  border-color: #17816f;
}

.sivv {
  background: rgba(233, 236, 235, 0.88);
  color: #26645a;
  border-color: #17816f;
}

/*
@media (max-width: 1024px) {
  .caravan-bg:hover {
    cursor: auto;
    height: 120dvh;
    transform: translate(-50%, -50%);
    opacity: 0.1;
  }
}*/


footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #f7edd6e9;
  z-index: 2;
}

#lastUpdated {
  font-family: 'Times New Roman', Times, serif;
  /*'Comic Sans MS', sans-serif;*/
  font-size: 0.8em;
  text-align: center;
  color: #7a6438;
  margin-bottom: 0.2em;
}

.footer-links {
  text-align: center;
}

.footer-links a {
  margin: 0 13px;
  color: #7a6438;
  text-decoration: none;
  font-size: 1.10em;
  vertical-align: middle;
}

.footer-links a:hover {
  color: #375b45;
  text-decoration: underline;
  font-weight: bold;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  overflow: auto;
  font-family: 'Roboto+Condensed:400';
  font-size: 20px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
  background-color: #80BFFF;
}

.dropdown-content a:hover {
  color: #111;
  font-size: 24px;
  background-color: white;
}


#container {
  width: 520px;
  height: 350px;
  background-image: url(/ki-privat/images/fendt-klein520x350.png);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border-radius: 10px 10px;
  border: 1px solid #ccc;
  box-shadow: 2px 5px 32px 5px #b19976bb, 0 0 1px #222;
}

.caravan-bg {
  z-index: 0;
  position: absolute;
  left: 48%;
  top: 30%;
  width: 400px;
  height: auto;
  transform: translate(-50%, -50%) rotate(3deg);
}

.caravan-bg:hover {
  transform: translate(-50%, -50%) rotate(0deg);
}


.tooltip {
  position: relative;
  cursor: pointer;
  color: #7a6438;
  font-size: 1.16em;
  /* Optional etwas hervorheben */
}


.tooltiptext {
  visibility: hidden;
  width: 260px;
  background: #fcf6df;
  color: #7a6438;
  text-align: left;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 10;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2s;
  font-size: 0.90em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}


.tooltip:hover {
  text-decoration: underline;
}

.tooltip:hover .tooltiptext,
.tooltip:focus .tooltiptext {
  visibility: visible;
  opacity: 1;
}