body{
  background-color:#937E7F;
  background-size: 460px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* start navigationbar*/
.topMenu{
  display: flex;
  flex-direction: row;
  width: 1650px;
  padding:14px;
  margin: auto;
  border-style: hidden;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0px 5px 12px 7px rgba(0,0,0,0.2);
  border-radius: 10px;
  overflow: hidden;
  background-color: #7BB661;
}
@media screen and (max-width: 760px){
.topMenu{
  flex-direction: column;
  width: 200px;
  float: left;
}

}
.topMenu a{
  text-decoration: none;
  color: black;
  float: left;
  font-size: 20px;
  text-align: left;
  padding: 14px 16px;
  word-spacing: 10px;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown-content{
  display: none;
  position: absolute;
  flex-direction: column;
  z-index: 1;
  margin-top:  50px;
  box-shadow: 0px 5px 12px 7px rgba(0,0,0,0.2);
  background-color: #3e5c30;
}
.dropdown .dropbtn {  
  border: none;
  outline: none;
  color: black;
  padding: 15px 16px;
  font-size: 20px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-weight: inherit
}
.topMenu a:hover, .dropdown:hover .dropbtn {
  background-color: #7BB661;
}
.dropdown:hover .dropdown-content {
display: flex;
  background-color: #6aa153;
  border-radius: 10px;
}
/* end navigationbar*/

.topimg{
  position: relative;
  text-align: center;
  color: white;
  padding: 5px;
  margin-top: 45px;
  margin-bottom: 45px;
  
}
.topimgText{
  text-align: center;
  position: absolute;
  top: 10%;
  left: 33%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 80px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
}    
.topimgBild {
  opacity: 0.7;
  border-radius: 10px;
  width: 1650px;
  height: 600px;
}

.topText {
  display: flex;
  justify-content: center;

}
.toptext {
  border-radius: 20px;
  background-color: white;
  border-style: hidden;
  width: 1650px;
  padding-bottom: 5px;
  box-shadow: 0px 5px 12px 7px rgba(0,0,0,0.3);
  text-align: center;
  font-size: 26px;
  padding-left: 10px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.garden-content-Box{
  border: hidden;
  background-color: white;
  box-shadow: 0px 5px 12px 7px rgba(0,0,0,0.3);
  width: 1650px;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 45px;
  margin-top: 45px; 
}



* {box-sizing: border-box}
.mySlides1, .mySlides2 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}

/* Start of first quote */
.first-Quote{
  display: flex;
  justify-content: center;
}

.first-Quote q{
  border-radius: 20px;
  border-style: hidden;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 100;
  font-size: 30px;
  margin-top: 45px;
  margin-bottom: 45px;
  width: 1650px;
  text-align: center;
  padding: 20px;
  font-style: italic;
}
/* End of first quote */

.garden-Paragraph-One {
  display: flex;
  justify-content: center;
}
.garden-Paragraph-One p {
  border-radius: 20px;

  border-style: hidden;
  text-align: left;
  font-size: 20px;
  word-wrap: break-word;
  margin-top: 45px;
  margin-bottom: 45px;
  width: 1650px;
  font-weight: 100;
  line-height: 2;
  padding: 20px;
  font-weight: bold;
}

.yurt-content-Box{
  border: black dashed;
  border: hidden;
  background-color: white;
  box-shadow: 0px 5px 12px 7px rgba(0,0,0,0.3);
  width: 1650px;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 45px;
  margin-top: 45px; 
}

/* Start of second quote*/
.second-quote{
  display: flex;
  justify-content: center;
}

.second-quote q{
  border-radius: 20px;
  border-style: hidden;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 100;
  font-size: 30px;
  margin-top: 45px;
  margin-bottom: 45px;
  width: 1650px;
  text-align: center;
  padding: 20px;
  font-style: italic;
}

.garden-Paragraph-Two{
  display: flex;
  justify-content: center;
}
.garden-Paragraph-Two p{
  border-radius: 20px;
  border-style: hidden;
  text-align: left;
  font-size: 20px;
  word-wrap: break-word;
  margin-top: 45px;
  margin-bottom: 45px;
  width: 1650px;
  font-weight: 100;
  line-height: 2;
  padding: 20px;
  font-weight: bold;
}

.Current-projects{
  display: flex;
  justify-content: center;
}

.Current-projects p{
  border-radius: 20px;
  background-color: white;
  border-style: hidden;
  text-align: left;
  box-shadow: 0px 5px 12px 7px rgba(0,0,0,0.3);
  font-size: 20px;
  word-wrap: break-word;
  margin-top: 45px;
  margin-bottom: 45px;
  width: 1650px;
  font-weight: 100;
  line-height: 2;
  padding: 20px;
  font-weight: bold;
}

.Future-projects{
  display: flex;
  justify-content: center;
}

.Future-projects p{
  border-radius: 20px;
  background-color: white;
  border-style: hidden;
  text-align: left;
  box-shadow: 0px 5px 12px 7px rgba(0,0,0,0.3);
  font-size: 20px;
  word-wrap: break-word;
  margin-top: 45px;
  margin-bottom: 45px;
  width: 1650px;
  font-weight: 100;
  line-height: 2;
  padding: 20px;
  font-weight: bold;
}