html{
  scroll-behavior: smooth;
}

body{
  margin:0;
  background-color:rgb(178, 207, 209);
}
/*"MAILTO: info@prepharma.eu"*/
  /*Navbar*/
nav{
  height: 120px;
  width: 100%;
  background-color:rgb(178, 207, 209);
  border-bottom: 3px solid rgb(2, 101, 162); 
}

.navbar{
  display: block;
  font-size: 30px;
  text-transform: capitalize;
  text-align: left;
  width: 70%;
  height: 120px;
  float: left;
  overflow: hidden;
  margin-left:50px;
  font-weight: bold;
  font-style: italic;
}
.navbar a{
  display: inline-block;
  color: white;
  padding: 40px 5px 40px 5px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}
.navbar a:hover{
  border: 2px solid #4ca1af;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.0125),
  0 0px 8px rgba(76, 161, 175, 0.5);
  cursor: pointer;
  padding: 38px 5px 40px 5px;
  margin-left: 13px;
  margin-right: 13px;
}

.logolink{
  height: 105px;
  width: auto;
  float: left;
  margin: 0;
  padding-top: 15px;
  padding-left:10px;
}
/*Dropdown menu*/
.dropdown{
  display: none;
  position: relative;
  margin-top: 20px;
  margin-right: 117px;
  width: 80px;
  height: 90px;
  float: right;
}
.dropdown label{
  text-align: center;
  padding-top: 30px;
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  color: white;
}

.dropdown-content{
  display: none;
  position: absolute;
  text-align: left;
  width: auto;
  padding: 25px 15px 0px 10px;
  font-size: 30px;
  text-transform: capitalize;
  background-color:rgb(178, 207, 209);
  border: 3px solid rgb(111, 166, 255);
}

.dropdown-content a{
  padding: 15px 10px 15px 10px;
  color: white;
  text-decoration: none;
}
.dropdown-content a:hover{
  border: 2px solid #4ca1af;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.0125),
  0 0px 8px rgba(76, 161, 175, 0.5);
  cursor: pointer;
  padding: 13px 8px 15px 8px;
}

@media screen and (max-width:1210px){
  .navbar{
      display: none;
  }
  .dropdown{
      display: block;
  }
  #check01, .dropdown-content{
      display: none;
    }
    label {
      display: block;
      cursor: pointer;
    }
    
    #check01:checked~.dropdown-content {
      display: block;
    }
}
  /*Dropdown menu*/

  /*Translate*/
.trans{
  display: block;
  float: right;
  max-width: 80px;
  height: inherit;
  margin-right: 20px;
}

.trans ul{
  list-style-type: none;
}
.trans img{
  max-width: 40px;
  margin-top: 5px;
}
  /*Translate*/

/*HoverContact*/
.hoverContact{
  display: block;
  float: right;
  width:130px;
  height: 60px;
  background-color:white;
  position: fixed;
  text-align: center;
  border: 2px solid lightgrey;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor:  pointer;
}
.hoverContact:hover{
  border-color: #4ca1af;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-right-width: 4px;
  border-left-width: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125),
  0 0 8px rgba(76, 161, 175, 0.5);
}
.hoverLink{
  height: auto;
  margin-top: 8px;
}
.hoverContact a{
  color: rgb(2, 101, 162);
  font-size: 35px;
  text-decoration: none;
}
  /*HoverContact*/

  /*Navbar*/

  /*Middle*/
  .wrapper {
    margin-left: 50px;
    width: 100%;
    max-width: 680px;
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 100px;
  }
  
  .form {
    width: 100%;
    margin: 25px 0;
  }
  
  .top-form, .middle-form, .bottom-form {
    width: 100%;
    min-height: 65px;
    margin: 10px 0;
  }
  
  .form input[type="text"],
  .form textarea {
    border: 2px solid #fff;
    padding: 15px 5px;
    outline: none;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease;
  }
  
  .form input:focus,
  .form textarea:focus {
    border-color: #4ca1af;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125),
      0 0 8px rgba(76, 161, 175, 0.5);
  }
  
  .form .label {
    margin-bottom: 5px;
    text-transform: capitalize;
  }
  
  /* top-contact */
  .top-form .inner-form {
    width: 29.9%;
    float: left;
    margin-right: 5%;
  }
  
  .top-form .inner-form:last-child {
    margin-right: 0;
  }
  
  .middle-form {
    clear: both;
  }

  .bottom-form textarea {
    height: 120px;
  }
  
  .form button{
    background: #4ca1af;
    width: 200px;
    padding: 10px 0;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    cursor: pointer;
  }
  
  @media screen and (max-width: 460px) {
    .wrapper {
      margin: 25px auto 0;
    }
    .top-form .inner-form {
      width: 100%;
      margin: 5px 0;
    }
    .top-form, .middle-form, .bottom-form {
      margin: 5px 0;
    }
    .form {
      margin-top: 10px;
    }
    .form input[type="text"],
    .form textarea {
       width: 100%;
       box-sizing: border-box;
    }
  }
  /*Middle*/


  /*Footer*/
footer{
  padding-top:10px;
  height: auto;
  width:100%;
  background-color:rgb(178, 207, 209);
  border-top: 3px solid rgb(2, 101, 162); 
}
footer img{
  margin: auto;
  height: auto;
  width: 50%;
}

footer div{
  display: block;
  overflow: hidden;
  width:100%;
  max-height: 550px;
  text-align: center;
}
  /*Footer*/