@import "_reset.css";
body {
    font-family: Helvetica;
    /* color: red; */
    text-decoration: none;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0.5%;
}

a:visited{
  color: black;

}

a:link {
    text-decoration: none;
    color: black;
}

.mail {
  /* font-weight: bold; */
  /* background-color: pink;
  border: 3px solid pink; */
  margin-right: 1%;
}


* {
    list-style: none;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: left;
    align-self: center;
    flex-direction: row;
    /* padding: 0.5em; */
    /* margin-left: 1%; */
    padding-top: 1vh;
    /* margin-left: 1%; */
    /* background-color: greenyellow;
    border-bottom: 10px solid greenyellow;
    border-left: 10px solid greenyellow;
    border-right: 10px solid greenyellow; */
}

/* .header_about {
  background-color: pink;
    border-bottom: 10px solid pink;
    border-left: 10px solid pink;
    border-right: 10px solid pink;
} */

/* .text-white {
  color: white;
} */

/* .text-white:visited {
  color: white;
} */

.menu {
  /* font-weight: bold; */
  background-color: rgb(209, 209, 241);
  border: 3px solid rgb(209, 209, 241);
  margin-left: 1%;
}

.mailpro {
  font-style: italic;
}

.menupro {
  font-weight: bold;
}

.navigation {
    font-size: 55px;
    font-weight: bold;
    margin-left: 1%;
    margin-top: 1vh;
    line-height: 65px;
    padding-bottom: 0;
}

.mm_about {
  /* font-weight: bold; */
  background-color: rgb(209, 209, 241);
  border-top: 2px solid rgb(209, 209, 241);
  padding-bottom: 0;
  margin-right: 1%;
  /* border-bottom: 2px solid white; */
}

p {
  margin-top: 2vh;
  margin-right: 35%;
  margin-left: 1%;
}

/* .mail_about {
  font-style: italic;
} */

.menu_about {
  font-weight: regular;
  margin-left: 1%;
}

/* h1 {
    color: rgb(0, 0, 0);
    font-size: 45px;
    font-style: italic;
    /* color: pink; */

h1 {
display: flex;
justify-content: space-between;
align-items: left;
align-self: center;
flex-direction: row;
/* padding: 0.5em; */
margin-left: 1%;
padding-top: 1vh;
/* margin-left: 1%; */
font-size: 50px;
font-weight: bold;
}

.title_inside {
  font-weight: bold;
}

h2:after {
  visibility: 20%;
}

/* .navigation {
  margin-left: 0.6em;
} */

.indexitem:hover:before {
    transform: translateX(0em);
    opacity: 1;
}

.indexitem:before {
    content: '';
    width: 0.7em;
    height: 0.7em;
    display: inline-block;
    /* background-image: url('../images/star.svg'); */
    background-size: contain;
    position: absolute;
    top: 0.25em;
    left: 0;
    transform: translateX(-1.2em);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.indexitem {
  position: relative;
  transition: padding 0.3s ease;

}

.indexitem:hover {
  padding-left: 1.2em;
}


/* a:hover {
    font-weight:normal;
 } */



/* SLIDESHOWS */
.swiper {
  height: calc(84vh);
  margin-bottom: 0;
}

.swiper-wrapper {
  margin-bottom: 7vh;
}

.swiper-slide {
  width: 100%;
  height: 90%;
}

.swiper-slide img {
  /* width: 90%;
  margin-top: 2%;
  margin-left: 5%;
  align-content: center; */
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: 5%;
}


.swiper-button-next {
  top: 0;
  height: 100%;
  margin: 0;
  width: 50%;
  cursor: e-resize;
  z-index: 1;
}

.swiper-button-prev {
  top: 0;
  height: 100%;
  margin-right: 50%;
  width: 50%;
  cursor: w-resize;
}

.swiper-button-next:after {
  display: none;
}

.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:focus-visible {
  display: none;
  outline: 0;
}

.swiper-button-prev:focus-visible {
  display: none;
  outline: 0;
}




/* ---------------- */



/* .plus:active {
  transform: rotate(45deg);
} */

/* .plus:after {
  color: green;
  font-size: 1px;
  opacity: 0;
} */

h1:after.plus {
  text-align: left;
  position: fixed;
  top: 0;
  left: 10%;
  transform: translate(0, -50%);
  padding: 0.15em;
  /* padding-top: 5%; */
  z-index: 4;
  /* margin-left: 7em; */
}

.plus {
  cursor: pointer;
  /* font-weight: bold; */
  font-size: 20px;
  /* position: absolute; */
  /* transition: color 0.3s ease; */
  margin-top: -15px;
  margin-left: 1%;
}

.plus:hover {
  opacity: 50%;
}

#projecttext {
  /* display: none; */
  position: absolute;
  z-index: 90;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

#projecttext.active {
  /* display: block; */
  max-height: 100%;
}

.text {
  margin-left: 1%;
  margin-right: 49%;
  margin-top: 10px;
  /* transform: translateY(100%);
  transition: transform 0.3s ease; */
}

.additional {
  margin-left: 1%;
  margin-top: 0em;
  font-style: italic;
}


.swiper-slide .cheese {
  width: 200%;
  bottom: 20vh;
}

/* .swiper-slide .cheesethree {
  width: 400%;
  bottom: 20vh;
  right: 70vh;
} */

.swiper-slide .cheeseone {
  width: 200%;
  height: 100%;
  object-fit: contain;
}

.swiper-slide .cheesetwo {
  opacity: 0;
}

.swiper-slide .cheesethree {
  opacity: 0;
}

.flower-bg {
  background-color: rgb(255, 224, 229);
}

.werenbach-bg {
  background-color: rgb(155, 126, 113);
  /* color: rgb(209, 209, 241); */
}

.dust-bg {
  background-color: rgb(209, 202, 159);
  /* color: rgb(209, 209, 241); */
}

.letters-bg {
  background-color: rgb(170, 188, 211);
}

.wind-bg {
  background-color: rgb(174, 190, 172);
}

.bend-bg {
  background-color: rgb(246, 188, 188);
}

.snick-bg {
  background-color: rgb(236, 217, 245);
}

.prev {
  font-weight: bold;
  /* background-color: rgb(236, 217, 245);
  color: red;
  border: 2px solid rgb(37, 61, 221);
  padding: 15px 8px; */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 45px;
  position: absolute;
  border-radius: 100%;
  left: 1vh;
  bottom: 1vh;
  z-index: 91;
}

.prev:hover {
  opacity: 50%;
}

.next:hover {
  opacity: 50%;
}

.next {
  font-weight: bold;
  /* background-color: rgb(236, 217, 245);
  color: red;
  border: 2px solid rgb(37, 61, 221);
  padding: 15px 8px; */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 45px;
  position: absolute;
  border-radius: 100%;
  right: 1vh;
  bottom: 1vh;
  z-index: 91;
}

#projectcontainer {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 1s ease;
}

#projectcontainer.active {
    transform: translateY(0);
}

.close {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  top: 1vh;
  right: 1.8vh;
  font-weight: bold;
  cursor: grabbing;
  font-size: 45px;
  /* color: rgb(209, 209, 241); */
}

.close.active {
  display: block;
  z-index: 95;
}

.close:hover {
  opacity: 50%;
}


/* ______________________________________ */


@media (max-width: 550px) {
    body {
        /* background-color:cadetblue; */
        font-size: 16px;
        /* color: orange */
    }
    img {
      padding: 2%;
    }
    .text {
      margin-right: 2%;
    }
    .swiper {
      top: -0vh;
    }
    #projecttext {
      position: relative;
    }
    header {
      padding-top: 0;
    }
    .header_about {
      padding-top: 1em;
    }
    .mm {
      font-size: 1em;
      padding-bottom: 0;
      border-bottom: 28px solid white;
      /* position: block; */
      height: 46.5px;
      padding-top: 0;
    }
    .mm a {
      font-size: 1em;
      padding-bottom: 0;
      border-bottom: 28px solid white;
      /* position: block; */
      padding-top: 0;
    }
    .mm_about {
      background-color: rgb(209, 209, 241);
      border-top: 2px solid rgb(209, 209, 241);
      padding-bottom: 0;
      border-bottom: 28px solid white;
      /* position: absolute; */
      /* margin-left: 15em; */
      margin-right: 4%;
    }
    .mail_about a {
      display: none;
      font-size: 1em;
      margin-right: 4%;
      margin-right: 2%;
      position: absolute;
    }
    .mail_about {
      margin-top: -0.9em;
      margin-right: 2%;
      position: absolute;
    }
    .vc {
      font-size: 1em;
      left: 2%;
      position: absolute;
      margin-top: 1em;
    }
    .vc_about {
      margin-left: 1%;
      position: absolute;
    }
    .mail {
      right: 2%;
      /* position: absolute; */
      top: 1.2%;
    }
    .mail a {
      font-size: 1em;
      right: 2%;
      margin-top: 0;
      position: absolute;
    }
    /* .mobile {
      display: none;
      padding: 5px;
    } */
    .menu {
      /* font-style: italic */
      background-color: rgb(209, 209, 241);
      border: white;
      font-size: 1em;
      margin-top: 4em;
      position: absolute
    }
    .menu a {
      font-size: 1em;
      border-bottom: 18px solid white;
      border-top: 18px solid white;
    }
    .menu_about a {
      font-size: 1em;
      margin-left: 1%;
    }
    .navigation {
      font-size: 20px;
      line-height: 15px;
      margin-top: 0.5em;
      /* color: brown; */
      margin-top: 3em;
    }
    .navigation a {
      /* color:purple */
      padding: 0;
    }
    a {
      font-size: 35px;
      line-height: 50px;
      color: black;
  }
  .menu a:visited {
    font-size: 35px;
    line-height: 50px;
    /* color: forestgreen; */
  }
  p {
    margin-left: 2%;
    margin-right: 2%;
  }
  .prev {
    font-size: 23px;
  }
  .next {
    font-size: 23px;
  }
  .close {
    font-size: 23px;
    margin-top: 1%;
  }
  .swiper-button-prev {
    height: 80%;
    bottom: 10%;
  }
  .swiper-button-next {
    height: 80%;
    bottom: 10%;
  }
  h1 {
    font-size: 23px;
    margin-right: 10%;
    margin-top: 1%;
    padding: 0;
  }
  .swiper {
    font-size: 100%;
    border: 5px solid none;
  }
  .plus {
    font-size: 20px;
    margin-top: -15px;
  }
}

/* /* @media (max-width: 600px) {
  body {
    font-size: 16px;
    color: rgb(63, 63, 20)
}
.mm {
  font-size: 10px;
}
.mail a {
  font-size: 10px;
  left: 1em;
  color: rgb(106, 120, 203);
}
.mobile {
  display: none;
}
.menu a {
  font-size: 10px;
}
.navigation {
  font-size: 35px;
  line-height: 41px;
  margin-top: 0.5em;
  color: olivedrab;
}
.navigation a {
  color:rgb(230, 81, 230)
}
a {
  font-size: 35px;
  line-height: 50px;
  color: rgb(159, 135, 46);
}
.menu a:visited {
font-size: 35px;
line-height: 50px;
color: rgb(216, 26, 26);
}
  } */

  /* @media (min-width:300px)(max-width: 900px) {
    body {
      font-size: 16px;
      color: rgb(63, 63, 20)
  }
  .mm {
    font-size: 10px;
  }
  .mail a {
    font-size: 10px;
    left: 1em;
    color: rgb(106, 120, 203);
  }
  .mobile {
    display: none;
  }
  .menu a {
    font-size: 10px;
  }
  .navigation {
    font-size: 35px;
    line-height: 41px;
    margin-top: 0.5em;
    color: olivedrab;
  }
  .navigation a {
    color:rgb(230, 81, 230)
  }
  a {
    font-size: 35px;
    line-height: 50px;
    color: rgb(159, 135, 46);
  }
  .menu a:visited {
  font-size: 35px;
  line-height: 50px;
  color: rgb(216, 26, 26);
  }
    } */ 