body{
    background-color:#937E7F;
    background-size: 460px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    height: 100%;
}

/* start navigationbar*/
.topMenu{
    display: flex;
    flex-direction: row;
    width: auto;
    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: 770px){
  .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;
}

.vaxtQuote{
    display:flex;
    justify-content: center;
}

.vaxtQuote q{
  border-radius: 20px;
  background-color: white;
  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;
  box-shadow: 0px 5px 12px 7px rgba(0,0,0,0.3);
  padding: 20px;
  font-style: italic;
}

.infoblock{
    display:flex;
    justify-content: center;
}

.infoText{
  border-radius: 20px;
  background-color: white;
  border-style: hidden;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 100;
  margin-top: 45px;
  margin-bottom: 45px;
  width: 1650px;
  text-align: left;
  box-shadow: 0px 5px 12px 7px rgba(0,0,0,0.3);
  padding: 20px;
}

.infoText p{
    font-size: 20px;
}

.infoText h2{
    font-size: 25px;
}
.infoText h3{
    font-size: 25px;
}

.infoText span{
    font-weight: bold;
}

    