* {
  margin: 0;
  padding: 0;
}

p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.7em;
}

a{
 text-decoration: none;
 color: #040404;
}

h1 {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 4em;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 65px;
  text-align: center;
  color: #BCBF6B;
 }

h2 {
  font-family: Montserrat;
  font-size: 1em;
  color: black;
  padding-top: 10em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

h3{
  font-family: Montserrat;
  font-size: 2em;
  color: #040404;
  font-weight: 800;
  padding-bottom: 1.5em;


}

h4 {
  font-family: Montserrat;
  color: black;
  padding-top: 1em;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
}

h5 {
  font-family: Poppins;
  color: #000;
  font-size: 20px;
  padding-bottom: 25px;
}



/*homepage*/

.home {
  background-image: url(../images/bg.jpg);
  height: 35em;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.header_img {
  display: block;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}

a img {
  width: 350px;
  float: left;
}

header {
  height: 15em;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-image: url(../images/bg.jpg);
}
.overlay {
  width: 100%;
  height: 15em;
  background-color: rgba(188, 191, 107, 0.8);
}

section {
  margin: 0 auto;
  padding-bottom: 2em;
  margin-bottom: 4em;
  padding-top: 4em;
  width: 75%;
}

.container {
  margin: 0 auto;
  padding-bottom: 2em;
  margin-bottom: 4em;
  padding-top: 4em;
  width: 75%;
}

.container_home{
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  height: 25em;
  width: 100vw;
  margin-top: -8em;
  margin-bottom: 10em;
  z-index: 1;
}


p a{
  font-family: Montserrat;
  font-weight: bolder;
  color: #040404;
  text-decoration: none;
  font-size: 43px;
  padding-top: 0.2em;
  float: left;
  padding-right: 150px;
}


img {
  margin-bottom: 20px;
  border-radius: 20px;
}
/* eigen site: by-mees.nl/wandelweer/index.html */
.picture-wrap1 {
  display:flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin:30px 10px 30px 0px;
}

.picture1{
  width:16em;
  height:16em;
  margin-right:20px;
  margin-bottom: 20px;
  background:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
  border-radius:20px;
  transition:0.2s all;
}

.picture1 img {
  width: 8em;
  height: 8em;
  padding-bottom: 1em;
}

.picture-wrap1:hover .picture1{
  filter:blur(3px);
  opacity:.5;
  transform: scale(.98);
  box-shadow:none;
}

.picture-wrap1:hover .picture1:hover{
  transform:scale(1);
  filter:blur(0px);
  opacity:1;
  box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
}

/* navigatie */

li a {
  color: #040404;
  font-family: Montserrat;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  transition:0.5s all;
}

nav li {
display: inline-block;
float: right;
padding: 2em 1.2em;
position: relative;
}

nav li a:hover {
  color: white;
  font-weight: 700;
}

nav ul li ul {
  display: none;
  position: absolute;
  background-color: rgba(255,255,255,0.9);
  border-radius: 5px 5px 5px 5px;
  margin-top: 30px;
  margin-left: -20px;
}

nav ul li:hover ul {
  display: block;
}

nav ul li ul li{
  width: 220px;
  border-radius: 5px;
  padding: 20px 20px 10px 12px
}

nav ul li ul li a{
  font-size: 14px;
  padding: 10px;
}

nav ul li ul li a:hover{
  color: #3E4001;
}

nav ul li ul li a:active{
  color: #3E4001;
}

nav ul li ul li a::before{
  content: '';
  display: block;
  background-color: rgba(255,255,255,0.0);
  height: 1px;
  padding-top: 20px;
  position: absolute;
  width: 0%;
  transition: all ease-in-out 0ms;
}

.active {
  color: white;
}


/*hotspots*/

.picture-wrap2 {
  display:flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:30px 10px 30px 0px;
}
.picture2 {
  margin-bottom: 20px;
  margin-right: 20px;
  background:#fff;
  width:20em;
  height: 25em;
  border-radius:10px;
  background-color: #f7f7f7;
}

.picture2 img {
  width:100%;
  border-radius: 10px 10px 0 0;
  transition:0.5s all;
}

.picture2:hover img{
  opacity: 0.5;
}

.picture2 p {
  font-family: Poppins;
  font-size: 14px;
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
}

div p {
  font-family: Montserrat;
  color: black;
  padding-top: 10px;
  text-decoration: none;
  text-align: center;
  }

/*hotspot-paginas*/

.article1 {
  align-items: flex-start;
  padding-bottom: 29em;

}

.article1 p {
  float: right;
  width: 60%;
}

.article1 img {
  width: 22vw;
  height: auto;
  margin: 0 1em 1.5em 0;
  border-radius: 10px 10px 10px 10px;
  float: left;
}

.article2 {
  padding-top: 8em;
  align-items: flex-start;

}

.article2 p {
  float: left;
  width:60%;
  padding-bottom: 10em;
}

.article2 img {
  width: 22vw;
  height: auto;
  margin: 0 1em 1.5em 1em;
  border-radius: 10px 10px 10px 10px;
  float: right;
}
/*over pagina*/
.overfoto {
width: 800px;
}

/*contactform (ook helemaal van mijn eigen site: https://by-mees.nl/mmbase/contact.php)*/

.container_contact {
  width: 75%;
  height: 400px;
  margin: auto;
  padding: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  gap: 0px;
}

.contact-image img{
  height: 400px;
  width: 400px;
  }
.contact-content{
  background-color: #f7f7f7;
  padding: 30px 60px;
  border-radius: 20px;
  }

input, textarea{
    display: block;
    width: 100%;
    font-family: Poppins;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px;
    background-color: transparent;
    border:0;
    border-bottom: 1px solid #ddd;
    outline: none;
}

textarea{
  resize: none;
}

form{
  width: 500px;
  text-align: left;
  }

button[type=submit]{
  background-color: #BCBF6B;
  margin-top: 28px;
  width: 120px;
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}

button[type=submit]:hover{
  background-color: #CEDB91;
  color: #000;
}

.status-msg{
	font-size: 12px;
}

.status-msg.error{
	color: #EA4335;
}

.status-msg.success{
	color: #34A853;
}

  /*footer*/

/*gebruikt van mijn eigen sites https://by-mees.nl/mvw-autobase/ */
footer {
  width: 100%;
  height: 50px;
  background-color: #333;
  position: fixed;
  bottom: 0px;
  z-index: 2;
}

footer p{
  font-family: Montserrat;
  font-weight: 200;
  color: #fff;
  font-size: 12px;
  float: left;
  padding-top: 17px;
  margin: 0 auto;
  padding-left: 12em;
}
