@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
:root {
  --app-height: 100%;
  --menue-height: 30px;
  --menue-color: rgba(0,36,11,1);
  --grid-height: 1fr;
  --main-bg-color: rgba(255,255,255,1);
  --main-text-color: rgba(0,0,0,.9);
  --main-u-color: rgba(0,36,11,1);
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body,html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Verdana', sans-serif;
  color:var(--main-text-color);
  background-color:var(--main-bg-color);
  /*overflow: hidden;*/
  z-index:1;
}
body {
  font-size: 20px;
  display: none;
}
#menue {
  position: fixed;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 99;
}
#menue .container {
  position: absolute;
  height: var(--menue-height);
  width: 100%;
  display: grid;
  grid-template-columns: 60px 1fr 1fr 30px;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas:
    ". . .";
  background-color: var(--menue-color);
  z-index: 99;
}
#mlogo {
  position: relative;
  height: 100%;
  width: 100%;
}
#mjpg {
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-image: url("../img/kreis.png");
}
#menue .logo {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 45%;
  left: 55%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: url("../img/logo.svg");
  z-index: 2;
}
#mbar {
  position: relative;
  height: 60px;
  width: 100%;
}
#mbar .mbar {
  position:absolute;
  right: 0;
  display: grid;
  height: 100%;
  width: 125px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 5px;
  grid-template-areas:
    ". .";
}
#mbar .mbar .tag {
  background-color: var(--main-bg-color);
  width: 60px;
  height: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
  cursor: pointer;
}
#mbar .mbar .tag:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#mbar .mbar .tag i {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  font-size: 30px;
  color: var(--menue-color);
}
#mbar .mbar .tag-wrap {
  -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
          filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}
#s1 {
  position: relative;
  height: 80%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-image: url("../img/sec-3-min.jpg");
  z-index: 1;
  transition: all 5s ease;
}
#s2, #s4, #s6, #s66, #s8, #s10 {
  position: relative;
  width: 100%;
  padding: 0% 0% 0% 0%;
  background-color: var(--main-bg-color);
  z-index: 2;
  /*clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 70%);*/
}
#s3 {
  position: relative;
  height: 80%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/sec-2-min.jpg");
  z-index: 1;
}
#s5 {
  position: relative;
  height: 80%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-image: url("../img/sec-6-min.jpg");
  z-index: 1;
}
#s55 {
  position: relative;
  height: 80%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/sec-6-min.jpg");
  z-index: 1;
}
#s7 {
  position: relative;
  height: 80%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-image: url("../img/sec-5-min.jpg");
  z-index: 1;
}
#s9 {
  position: relative;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*background-image: url("../img/sec-4.jpg");*/
  background-color: var(--menue-color);
  z-index: 1;
}
#s10 {
  background-color: var(--menue-color);
  color: white;
}
#s11 {
  background-color: var(--menue-color);
  color: white;
  padding-bottom: 30px;
}
/* Schrägen */
.menuebottom {
  position: absolute;
  height: var(--menue-height);
  width:100%;
  top: calc(var(--menue-height) - 1px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
  background-color: var(--main-u-color);
  z-index: 98;
}
.dtop {
  position: absolute;
  height: 20%;
  width:100%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  background-color: var(--main-bg-color);
  z-index: 2;
}
.dbottom {
  position: relative;
  height: 20%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  background-color: var(--main-bg-color);
  z-index: 2;
}
.bottom {
  bottom: -1px;
}
.top {
  top: -1px;
}
.u {
  position: relative;
  padding: 0% 0% 0% 0%;
  color: var(--main-u-color);
  font-family: 'Great Vibes', cursive;
  font-size: 3.5em;
  white-space: nowrap;
  margin: auto;
  text-align: center;
}
.t {
  position: relative;
  padding: 3% 0% 3% 0%;
  color: var(--main-text-color);
  font-size: 1.2em;
  max-width: 80%;
  margin: auto;
  border-width: 3px 0px 3px 0px;
  border-style: solid;
  border-image: linear-gradient(to right, #ffffff, #000000, #ffffff);
  border-image-slice: 1;
  opacity: 0;
  text-align: center;
}
.sitemap {
  position: relative;
  display: grid;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  padding: 60px 0 60px 0;
  border-top: solid 2px var(--main-bg-color);
  border-bottom: solid 2px var(--main-bg-color);
}
.sitemapinlay {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  gap: 25px 25px;
  grid-template-areas:
    ". .";
}
.sitemapinlay i {
  font-size: 1em;
}
.sitemapinlay .text {
  font-family: 'Great Vibes', cursive;
  font-size: 1.5em;
  cursor: pointer;
}
.sitemap a {
  color: var(--main-bg-color);
  text-decoration: none;
}
.center {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
}
.leftcenter {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:start;
}
.rightcenter {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack:end;
      -ms-flex-pack:end;
          justify-content:end;
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 15px;
  }
  #menue .container {
    grid-template-columns: 60px 1fr 1fr 5px;
  }
  .sitemap {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    padding: 60px 0 60px 0;
    border-top: solid 2px var(--main-bg-color);
    border-bottom: solid 2px var(--main-bg-color);
  }
  .sitemapinlay {
    gap: 25px 25px;
  }
  .sitemapinlay:last-child {
    padding-top: 25px;
  }
  .u {
    font-size: 2.5em
  }
  #mbar {
    position: relative;
    height: 40px;
    width: 100%;
  }
  #mbar .mbar {
    position:absolute;
    right: 0;
    display: grid;
    height: 100%;
    width: 85px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 5px;
    grid-template-areas:
      ". .";
  }
  #mbar .mbar .tag {
    background-color: var(--main-bg-color);
    width: 40px;
    height: 40px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
            clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
    cursor: pointer;
  }
}
