.kleurTitle{
    width:100%;
    height:260px;
    padding-left: 0;
}

.rowRubenTitle{
    margin-top:50px;
}

.rozeTitle{
    position: relative;
}

.pacifico {
    font-size:160px;
    font-family: 'Pacifico';
    font-style: italic;
    opacity: 0.2;
}

.opensans {
    position:absolute;
    font-family: 'Open Sans', sans-serif;
    font-size:40px;
    font-weight:900;
    text-transform:uppercase;
}

#middenSubtitle{
    margin-top:0;
}

.text-center {
  text-align: center;
}

.absolute {
  position: absolute;
}

.bold {
  font-weight: 900;
}
.top100 {
  top: 138px;
}

#tweedeTitle{
    top:110px;
}

.left25 {
  left: 34%;
}

.roze {
  color: #f0597c;
}

.wit {
  color: #ffffff;
}
.inlineblock {
  display: inline-block;
}

.center {
  float: none;
  margin: 0 auto;
}

@media screen and (max-width: 1024px){
  #eersteRozeTitle{
      left:14%;
  }
}

@media screen and (max-width: 768px){
  #tweedeTitle{
      left:14%;
  }

  .opensans{
      top:60%;
  }
}

@media screen and (max-width: 667px){
  .left25{
      left:18%;
  }
  .top100{
      top:79px;
  }
  #eersteRozeTitle{
      left:0;      
  }

  .blogTitle{
     font-size:145px;
  }

  #tweedeTitle{
      font-size:30px;
  }

  .kleurTitle{
      height:190px;
  }
}

@media all and (max-width:568px){
    .pacifico{
        font-size: 80px;
        margin:0;
   }
   .opensans{
        font-size: 30px;
        margin:0;
   }
   #eersteTitle{
        font-size:60px;
        top:20px;
    }
   #tweedeTitle{
       top:76px;
       left:10%;
   }
}

@media screen and (max-width: 375px){
  .pacifico{
        font-size: 60px;
        margin:0;
   }
   .opensans{
        font-size: 20px;
        margin:0;
   }
   .kleurTitle{
        height:100px;
   }

   #tweedeTitle{
        top:40px;
        font-size:19px;
    }

    #eersteTitle{
        font-size:56px;
    }

    .top100{
        top:40px;
    }

    .left25{
        left:17%;
    }
}

@media all and (max-width:320px){
    .textfield .uppercase{
        left:80px;
    }
    .items .descriptionSlider{
        position:absolute;
        left:80px;        
    }

    .items .number{
        left:200px;
    }
}

/*Wouter css*/
.foto1 {
  opacity: 1.0;
  height:450px;
  filter: alpha(opacity=50);
}
a:hover > .foto1 {
  opacity: 0.5;
  filter: alpha(opacity=100);
}

.linkpink{
  background-color: pink;
}

.link-dress {
  position: relative;
}

.laatzien {
  display: none;
  opacity: 1;
}

.laatzien:hover{
    color:pink !important;
}

.link-dress:hover > .laatzien {
  display: block;
  position: absolute;
  top: 0;
  margin: 55px;
  width: 175px;
  height: 50px;
  font-size: 15px;
  color: black;
  font-family: 'Open Sans', sans-serif;
  background-color: white;
  line-height: 50px;
}

.element {
  position: absolute;
}

.test{
  margin-bottom: 80px;
}

#element-1{
  font-size: 75px;
  opacity: 0.7;
  font-family: 'Pacifico', cursive;
  z-index: 1;
  text-align: center;
  width: 100%;
  color: pink;
}

#element-2 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  width: 100%;
  color: black;
  margin: 75px 0 0 0;
  z-index: 2;
}

/* Frame */
.frame1 {  
  height: 450px;
  line-height: 250px;
  overflow: hidden;
}
.frame1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 50px;
}
.frame1 ul li {
  float: left;
  width: 300px;
  height: 100%;
  margin: 0 20px 0 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
/* Scrollbar */
.scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0;
}
.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #292a33;
  cursor: pointer;
}
.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}