/*
    Document   : style
    Created on : 14-11-2013
    Author     : Rogier van Onna, ELONISAS.nl
    Description: PAGE-ONLINE
*/

/* CREATIVE TEMPLATE */
body.front #section-1, body.front #section-2, body.front #section-3, body.front #section-4, body.front #section-5 {
    background-size: cover;
}

body.front #header-container {
    position: static;
    top:0;
    z-index: 5;
    left: 0;
    right: 0;
}

#header-container {
    position: absolute;
    top: 0;
    z-index: 5;
    left: 0;
    right: 0;
}

#main-container {
    margin-top: 0 !important;
}

body:not(.front) #content-container {
    padding: 20px;
}

body.front .container {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

.section-content, .header-content, .footer-content {
    width: 58.5vw;
    margin: 0 auto;
}

#section-1,#section-2,#section-3,#section-4,#section-5 {
    display:-webkit-box;
}

.section-front {
    display: -webkit-inline-block;
    display: -moz-inline-block;
    display: -ms-inline-block;
    display: -o-inline-block;
    display: inline-block;
    width: 100%;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

/* ---- NAV --- */
.standard-menu {
    width: 100%;
    z-index: 10;
    overflow: hidden;
    top: 0;
    box-shadow: -1px 3px 4px 0px #d7d7d7;
    border-bottom: 1px solid #c9c9c9;
    position: absolute;
}

nav .head-nav-right {
    width: 45vmax;
    margin-top: 25px;
}

.head-nav-right {
    float: right;
}
.header-nav .standard-menu .nav-collapse > ul {
    width: 90%;
    margin: 0 auto;
    float: none;
    text-align: center;
}

@media (min-width: 1200px) {
    body.front .container, #header-container.container {
        width: 100%;
        }
}
@media (max-width: 1024px) {
/*
    .header-content {
        width: 95vw;
    }  
*/
    nav .head-nav-right {
        width: 86vmax;
    }
}
@media (min-width: 992px) {
    body.front .container, #header-container.container {
        width: 100%;
        }
}
@media (min-width: 768px) {
   body.front .container, #header-container.container {
        width: 100%;
        }
}
@media (max-width: 768px){
    nav .head-nav-right {
        width: 100%;
    }
    body.front .section-header, body.front .section-footer {
        clear: both;
        margin: 0 auto;
    }  
    body.front .section-content, body.front .header-content, body.front .footer-content {
        width: 90vw;
    }
    .header-nav .standard-menu .nav-collapse > ul {
        float: left;
    }
    .head-nav-right {
        width: 100%;
    }
    #header-container .parallax__layer {
        position: fixed;
    } 
}
@media (max-width: 480px) {
    #content-area-inner-content {
        padding: 0 15px;
    }
}



/* GENERAL */
body {
  line-height:140%;
}

/* DEFAULT CLASSES FOR POSITIONING */
.clear { clear:both; }
.clear-right { clear:right; }
.clear-left { clear:left; }
.float-right { float:right; }
.float-left { float:left; }
.display-inline { display:inline-block; }

/* MESSAGES */
#message-box {
  display:block;
}

#message-box div.message-box {
  border-radius:10px;
  -moz-border-radius:10px;
  margin-bottom:10px;
  padding:10px;
}

#message-box-info {
  background-color:#87c5e9;
  border:2px solid #7bb2d1;
}

#message-box-succes {
  background-color:#5ec998;
  border:2px solid #56b589;
}

#message-box-warning {
  background-color:#f7e4b7;
  border:2px solid #e9cc87;
}

#message-box-error {
  background-color:#ff897b;
  border:2px solid #df796d;
}

/* SIDEBAR PARTS */
.sidebar .site-part {
  /* border-radius:10px; */
  box-shadow:1px 2px 3px #D8D8D8;
}

.sidebar.left .site-part {
  margin:5px 0px 20px 10px;
}

.sidebar.right .site-part {
  margin:5px 10px 20px 0px;
}

.sidebar .site-part .part-title h3 {
  margin:0;
  color:#fff;
}

.sidebar .site-part .part-title {
  background-color: #666;
  padding:10px 10px 10px 15px;
}

.sidebar .site-part .part-content {
  display:block;
  overflow:hidden;
}

.sidebar .site-part.site_languages_part_content {
  box-shadow:none;
}

.sidebar .site_languages_part_content ul {
  padding:0;
  margin:0;
  list-style:none;
}

.sidebar .site_languages_part_content .part-content {
  border: 0;
}

/* ZIJBALKEN */
#sidebar-right,
#sidebar-left {
  margin-top:20px;
}

/* Portfolio overzicht */
.table-content-overview td {
  text-align:center;
}

.table-content-overview td img {
  border:1px solid #aaa;
}

.sidebar .site-part .part-title {
  background-color: #666;
}

.image-float-right {
  float:right;
}

.image-float-left {
  float:left;
}

.videodetector {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videodetector iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

 .title {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

@media (max-width: 768px) {
    .title {
        position: relative;
        left: 0;
        top: 20vh;
        -webkit-transform: none;
        transform: none;
  }
}


  /* style sections
  --------------------------------------------- */
.section-title, .section-title a {
    color: #fff;
    letter-spacing: 0.5em;
    text-align: center;
    line-height: 25vh;
    font-size: 3vw;
    transition: all .4s ease-in-out;
    text-shadow: 1px 1px 1px #000;
}
.section-title a:hover {
    letter-spacing: 0.55em;
    text-decoration: none;
    color: #fff;
}

  #group-1 {
    height: 500px; /*fallback for older browsers*/
    height: 100vh;
      overflow: hidden;
  }
  #group1 .parallax__layer--base {
  }

.section-inner {
    margin: 0 auto;
}

  #section-1 {
    z-index: 3; /* slide under group-1 and section-2 */
  }
  #section-1 .parallax__layer--base {
  }

  #section-2 {
    z-index: 4; /* slide over section-1 and 3 */
  }
  #section-2 .parallax__layer--base {
  }

  #section-3 {
    z-index: 2; /* slide under section-2 and 4 */
  }

  #section-4 {
    z-index: 3; /* slide over section-3 and 5 */
  }

  #section-5 {
    z-index: 2; /* slide under section-4 */
  }
  #section-5 .parallax__layer--base {
  }


 /* style video
  --------------------------------------------- */

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 768px) {
  .fullscreen-bg {
    background: url('http://da-angelofood.nl/files/Afbeeldingen/Da-angelo-food-video.jpg') center center / cover no-repeat;
    position: absolute;
  }
    #group-1 {
        height: 84vh;
    }
}
