html {
  height: 100%;
  width: 100%;
}

body {
  position: relative;
  background: url(../img/achtergrondgclean.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: -0.24px;
  color: #00141E;
}

#content{
 position: relative;
 top: 50%;
 transform: translateY(-50%);
}

#content.active {
  top: auto;
  transform:  none;
  margin: 60px 0;
}

.logo, .auto {
  width: 100%;
}

.auto {
  position: absolute;
  width: 700px;
  left: 100px;
}

#row2{
  padding-top: 20px;
}

.contactBlock {
  text-align: center;
}

.contact{
  font-family: 'Montserrat', sans-serif;
  font-size: 28.77px;
  color: #05C3DE;
  letter-spacing: -0.35px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact:hover{
    color:white;
    text-decoration: none

}

.socials{
    height: 30px;
    width: 30px;
    margin-left: 20px;
}


#row3{
    padding-top: 30px;
}

#socialmedia {
  text-align: center;
}

.titleBlock {
  text-align: center;
}

.introBlock {
  position: relative;
  background-color: #fff;
  padding: 25px;
}

.leesmeerLink {
  position: absolute;
  right: 80px;
  bottom: 20px;
}

.leesmeerLink a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #00141E;
}

.leesmeerLink a::after {
  content: '+';
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #00141E;
  display: block;
  height: 30px;
  width: 30px;
  background-color: #05C3DE;
  right: -40px;
  top: 0;
  text-align: center;
  border-radius: 100%;
  line-height: 30px;
}

.leesmeerLink.active a::after {
  content: '-';
}

.leesmeerLink.sluitenLink {
  display: none;
}

.leesmeerLink.sluitenLink.active {
  display: block;
}

.leesmeerLink.openLink.active {
  display: none;
}

h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 27px;
    color: #05C3DE;
    letter-spacing: 0.38px;
}

#auto{
    margin-top: 60px;
}

.extraContent {
  display: none;
}

.extraContent.active {
  display: block;
}
