/***** Page's *****/

@import url("home-page.css");

@import url("aanbod-page.css");

@import url("design-page.css");

@import url("webdesign-page.css");

@import url("portfolio-page.css");

@import url("over-ons-page.css");

@import url("hoe-wij-werken-page.css");

@import url("offerte-page.css");

@import url("over-jd-page.css");


/***** Main design *****/

@import url("main.css");

@import url("stick-header.css");

@import url("form-style.css");

@import url("footer.css");

@import url("fonts.css");

@import url("socialmenu.css");

@import url("primary_menu.css");

@import url("header.css");

/***** elements *****/

@import url("home-slider-portfolio.css");

@import url("responsive-menu.css");

}

.navigation > li {
  color: #FFF;
  padding: 15px 10px;
  float: left
}

.navigation > li > a {
  color: #FFF;
  text-decoration: none
}

.navigation .menu {
  position: relative
}

.navigation .menu .submenu {
  position: fixed;
  width: 320px;
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  transition: all .5s ease-in-out;
  display: none;
  z-index:9;
	-webkit-transform: translateY(40%);
          transform: translateY(40%);
  -webkit-animation: menuItem .4s ease forwards;
          animation: menuItem .4s ease forwards;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.navigation .menu .submenu li {
	text-align:left;
}

.navigation .menu .submenu li a {
  color: #777;
  text-decoration: none;
	padding:15px;
}

.navigation .menu .submenu li a:hover {
  color: #F00
}

.navigation .menu .submenu:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  content: "";
  height: 0;
  left: 32px;
  top: -6px;
  width: 0;
	position: absolute;
}

.navigation .menu:hover .submenu {
  display: block
}

.filter-gallery {
  position: relative;
  top: 2em;
  text-align: left;
}

.filter-gallery img {
  margin: 1em;
}

.tech, .arch, .nature {
//  transition-timing-function: ease;
//  transition-duration: 1s;
}

.main-menu-bg .main-menu{
  z-index:1000;
  color:#000;
  list-style:none;
  -webkit-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;
}
.main-menu-bg .main-menu.active{
  background:#333;
  color:#fff;
}

.paketten-section{
	padding-bottom:50px;
	background:#f1f1f1;
}

.btn-paketten{
    background: #637382;
    height: 100%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    color: #FFF;
    border: none;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 15px;
    z-index: 9999;
    line-height: 50px;
    width: 60%;
    margin-top: 30px;
}

.btn-paketten:hover{
	Background:#4f6273;
}

.btn-recent{
	background:none;
	height:100%;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
	color:#fff;
	text-align:center;
	padding-right:30px;
	padding-left:30px;
	padding-top:0px;
	padding-bottom:0px;
	z-index:9999;
	line-height: 50px;
	width:60%;
	margin-top:30px;
	border:1px solid #fff;
	font-size: 20px;
	font-weight: 600;
}

.btn-recent:hover{
	background:#fff;
	color:#333;
	
}

.paketten-button{
	margin:100px 0
}

h2{
	color:#000 !important;
}

.timeline-section{
	background:#637382;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #4E6274;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

#empty {
  margin: 45px 0 0 50px;
  font-family: Helvetica;
  color: white;
  font-weight: 100;
  font-size: 28px;
}

ul {
  list-style: none;
}

.box-timeline {
  opacity: 0;
}
.box-timeline .stepNumber {
  z-index: 0;
	text-align: center;
}
.box-timeline .stepTitle {
  font-weight: normal;
  font-size: 2.5em;
  margin: 45px 0 0 15px;
}

.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1;
  }
}
#empty {
  height: 2000px;
}


.scale_wrapper_container{
	text-align:center;
	margin-top:100px;
}

.scale_wrapper{
    width: 33%;
    height: auto;
    float: left;
	border-radius: 200px;
	margin-top:100px;
}

.scale_wrapper img{
    width: 90%;
    height: auto;
}

.scale_wrapper h1{
    color:#333 !important;
}

.sacle_box{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.1s ease-in 0.1s;
    -ms-transition: all 0.1s ease-in 0.1s; 
    -moz-transition: all 0.1s ease-in 0.1s;
    transition: all 0.1s ease-in 0.1s;
	border-radius:200px;
	padding:3%;
	/*border:10px solid #637382;*/
}

.portfolio-section .sacle_box{
	width:90% !important;
	text-align: center;
	margin:0 auto;
}

.portfolio-section .scale_wrapper{
	text-align: center;
}

.img_01{background-color:#fff;}
.img_02{background-color:#fff;}
.img_03{background-color:#fff;}

/** scale transition Strats **/
.sacle_box:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);   
    -moz-transform: scale(1.2);
    transform: scale(1.2);
   /* box-shadow: 0px 0px 50px #000000;  For shadow effect */
}

.header-index{
	height:70vh;
	width:100%;
	background: url(../images/header-bg.png) #fff;
	background-position: bottom center;
	background-size:cover;
	background-repeat: no-repeat;
	margin:0 auto;
	position: absolute;
	z-index:1;
	text-align: center;
	top:0;
	padding:0;
}	

.header-bg{
	background:url(../images/header-bg.png);
	width:100%;
}

.wolken-1{
	background:url(../images/wolken-1.png);
	width:100%;
	height:14vh;
	position: absolute;
	z-index: 9;
	background-size:cover;
	bottom:0;
	background-repeat: no-repeat;
}

.wolken-2{
	background:url(../images/wolken-2.png);
	width:100%;
	height:26vh;
	position: absolute;
	z-index: 7;
	background-size: cover;
	bottom:0;
	background-repeat: no-repeat;
}

.rocket{
	background:url(../images/rocket-header.png);
	height:40vh;
	width:20vh;
	position: absolute;
	background-size: contain;
	z-index:8;
	background-repeat: no-repeat;
	-webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-animation: menuItem 6.4s ease infinite alternate;
          animation: menuItem 6.4s ease infinite alternate;
  -webkit-transition: all 5.2s ease;
  transition: all 6.2s ease infinite alternate;
	animation-delay: 6s ease;
	right:10%;
	bottom:15vh;
}

.buildings-1{
	background:url(../images/buildings-1.png);
	width:100%;
	height:40vh;
	position: absolute;
	z-index:5;
	bottom:0;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

.buildings-2{
	background:url(../images/buildings-2.png);
	width:100%;
	height:40vh;
	position: absolute;
	z-index:4;
	bottom:0;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

	.carousel-container {
  position: relative;
  top: 50px;
  width: 100%;
  height: 305px;
  overflow: hidden;
}

#song-title {
  position: absolute;
  display: block;
  width: 100px;
  text-align: center;
  top: 210px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  -webkit-transition: opacity 1.2s ease-in-out;
  -moz-transition: opacity 1.2s ease-in-out;
  -ms-transition: opacity 1.2s ease-in-out;
  -o-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
  font-family: Helvetica;
  text-transform: uppercase;
  font-size: 0.9em;
	color:#000;
}

.shadow-container {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 100%;
  box-shadow: inset 0 -30px 20px -20px white;
  z-index: 20;
	color:#000 !important;
}

.song-logo-carousel {
  position: relative;
  margin: auto;
  margin-top: 20px;
  width: 150px;
  height: 0;
}

.song-logo {
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
  overflow: visible;
}

.pos-0 {
  -webkit-transform: translate(0, 0) rotate(1turn);
  -moz-transform: translate(0, 0) rotate(1turn);
  -ms-transform: translate(0, 0) rotate(1turn);
  -o-transform: translate(0, 0) rotate(1turn);
  transform: translate(0, 0) rotate(1turn);
}

.pos-1 {
  -webkit-transform: translate(198px, 60px) rotate(1.09turn);
  -moz-transform: translate(198px, 60px) rotate(1.09turn);
  -ms-transform: translate(198px, 60px) rotate(1.09turn);
  -o-transform: translate(198px, 60px) rotate(1.09turn);
  transform: translate(198px, 60px) rotate(1.09turn);
}

.pos-2 {
  -webkit-transform: translate(330px, 210px) rotate(1.18turn);
  -moz-transform: translate(330px, 210px) rotate(1.18turn);
  -ms-transform: translate(330px, 210px) rotate(1.18turn);
  -o-transform: translate(330px, 210px) rotate(1.18turn);
  transform: translate(330px, 210px) rotate(1.18turn);
}

.pos-3 {
  -webkit-transform: translate(360px, 411px) rotate(1.27turn);
  -moz-transform: translate(360px, 411px) rotate(1.27turn);
  -ms-transform: translate(360px, 411px) rotate(1.27turn);
  -o-transform: translate(360px, 411px) rotate(1.27turn);
  transform: translate(360px, 411px) rotate(1.27turn);
}

.pos-4,
.pos-5,
.pos-6,
.pos-7 {
  display: none;
}

.pos-8 {
  -webkit-transform: translate(-363px, 420px) rotate(0.73turn);
  -moz-transform: translate(-363px, 420px) rotate(0.73turn);
  -ms-transform: translate(-363px, 420px) rotate(0.73turn);
  -o-transform: translate(-363px, 420px) rotate(0.73turn);
  transform: translate(-363px, 420px) rotate(0.73turn);
}

.pos-9 {
  -webkit-transform: translate(-330px, 213px) rotate(0.82turn);
  -moz-transform: translate(-330px, 213px) rotate(0.82turn);
  -ms-transform: translate(-330px, 213px) rotate(0.82turn);
  -o-transform: translate(-330px, 213px) rotate(0.82turn);
  transform: translate(-330px, 213px) rotate(0.82turn);
}

.pos-10 {
  -webkit-transform: translate(-195px, 60px) rotate(0.91turn);
  -moz-transform: translate(-195px, 60px) rotate(0.91turn);
  -ms-transform: translate(-195px, 60px) rotate(0.91turn);
  -o-transform: translate(-195px, 60px) rotate(0.91turn);
  transform: translate(-195px, 60px) rotate(0.91turn);
}

.menuBtn {
  height: 30px;
  width: 30px;
  position: fixed;
  right: 20px;
  top: 70px;
  z-index: 10;
}
.menuBtn > span {
  background-color: #000;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  transition: height 100ms;
}
.menuBtn > span:after,
.menuBtn > span:before {
  content: '';
  background-color: #000;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  transition: all 200ms;
}
.menuBtn > span:after {
  top: -7px;
}
.menuBtn > span:before {
  bottom: -7px;
}
.menuBtn.act > span {
  height: 0;
}
.menuBtn.act > span:after,
.menuBtn.act > span:before {
  background-color: #617381;
  top: 1px;
}
.menuBtn.act > span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menuBtn.act > span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* main menu block */
.mainMenu {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  height: 110vh;
  width: 100%;
  display: table;
  text-align: center;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
          transform: scale(0);
}
.mainMenu.act {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mainMenu.act ul li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mainMenu ul {
  display: table-cell;
  vertical-align: middle;
}
.mainMenu li {
  padding: 8px 0;
  transition: all 400ms 510ms;
  opacity: 0;
}
.mainMenu li:nth-child(odd) {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
.mainMenu li:nth-child(even) {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
.mainMenu li:last-child {
  -webkit-transform: none;
          transform: none;
}
.mainMenu a {
  color: #617381;
  display: inline-block;
  font-size: 18px;
}
.mainMenu a.suBtn {
  color: #fff;
}
/* sign up button */
.suBtn {
  background-color: #617381;
  border-radius: 5px;
  padding: 10px 20px;
}

.viewpost img{
	max-width:100%;
	height:auto;
}
