/* Scaffolding */

html,
body {
  width: 100%;
  height: 100%;
color: #676767;

 
}

#liste {
  list-style: none;
  line-height: 1.4em;
font-size: 1.2em; 
font-family: 'open sans', sans-serif;
}

/* Backgrounds */

.bg-holder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  
 
}




.pic1 {
  background-image: url('../images/pic1.jpg');
  
}

.pic2 {
  background-image: url('../images/pic2.jpg');
  
}

.pic3 {
  background-image: url('../images/pic3.jpg');
}

@media (min-width: 768px) {
  .pic1 {
    background-image: url('../images/pic1_bigger.png');
    height: 23%;
  }
  .pic2 {
    background-image: url('../images/pic1_bigger.png');
     
  }
  .pic3 {
    background-image: url('../images/pic3_bigger.jpg');
  }
}


/* Content Sections */


