body {
  font-family: 'Open Sans', sans-serif;
}
.items p {
  font-size: 18px;
}
.pacifico {
  font-family: 'Pacifico', cursive;
}
.opensans {
  font-family: 'Open Sans', sans-serif;
}
.w100 {
  width: 100%;
}
.floatclear {
  float: none;
}
.text-center {
  text-align: center;
}
.f117 {
  font-size: 117px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.top0 {
  top: 0px;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: 900;
}
.top100 {
  top: 100px;
}
.left25 {
  left: 25%;
}
.alphalight {
  opacity: 0.2;
}
.roze {
  color: #f0597c;
}
.broze {
  background-color: #f0597c;
}
.bgrijs {
  background-color: #d1d2d4;
}
.wit {
  color: #ffffff;
}
.minh210 {
  min-height: 210px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.wh40 {
  width: 40px;
  height: 40px;
}
.margin0 {
  margin: 0 auto;
}
.f26 {
  font-size: 26px;
}
.m10 {
  margin: 10px;
}
.inlineblock {
  display: inline-block;
}
.buttons .selected div {
  background-color: #f0597c;
}
.buttons .selected div p {
  color: #ffffff;
  font-weight: 400;
}
.buttons .selected p {
  color: #f0597c;
  font-weight: 700;
}
.buttons a > div {
  background-color: #d1d2d4;
}
.buttons a {
  display: block;
  text-decoration: none;
  color: #000000;
  margin-bottom: 10px;
}
.buttons a:hover {
  color: #f0597c;
}
.buttons a:hover div {
  background-color: #f0597c;
}
.ml10 {
  margin-left: 10px;
}
.center {
  float: none;
  margin: 0 auto;
}
/* Frame */
.frame {
  height: 540px;
  overflow: hidden;
}
.frame img {
  width: 100%;
}
.frame .slidee {
  padding: 20px 25px;
}
.frame .number {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #f0597c;
  bottom: 18px;
  left: 129px;
}
.frame .number p {
  font-size: 70px;
  color: #ffffff;
}
.frame .textfield {
  position: absolute;
  background-color: #ffffff;
  width: 350px;
  height: 230px;
  padding: 20px;
  bottom: 0px;
  right: 113px;
  text-align: left;
}
.frame .textfield h1 {
  position: absolute;
  top: -43px;
  font-size: 20px;
}
.frame .textfield h1 img {
  width: 10px;
}
.frame ul.items {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.frame ul.items li {
  float: left;
  width: 100%;
  height: 540px;
  margin: 0 0 1px;
  padding: 0;
  text-align: center;
  position: relative;
}

/*Wouter css*/
.foto1 {
  opacity: 1.0;
  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;
}

.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: 135px;
}

#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;
}

.btn-dressfinder{
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  max-width: 380px;
}
.btn-dressfinder:hover {
  color: black !important;
}

.btn-dressfinder:link, .btn-dressfinder:visited {
  background-color: #f9557a;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
}


/* Frame */
.frame1 {
  margin-top: 100px;
  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;
}