@import url('https://fonts.googleapis.com/css?family=Maven+Pro');

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Maven Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.block{
  height: 25%;
  width:100%;
  position: relative;
  background:#303054;
}

.block::after{
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 400%;
  top: -200%;
  transform: skewY(-13deg);
  background: #303054;
}

.content-holder{
  width:100%;
  height:100%;
  position: relative;
}

.logo{
  background-image:url('/img/believe-studio-02.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size:90%;
  position: absolute;
  height: 130px;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
  margin: auto;
}

.logo-works{
  background-image:url('/img/believe-works-01.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size:90%;
  position: absolute;
  height: 130px;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
  margin: auto;
}

.pay-off p::after, .contact p::after{
  content:"■";
  position: relative;
  padding:0 7px 0 13px;
  color: #00b197;
}

.pay-off p:last-of-type::after, .contact p:last-of-type::after{
  content:'';
}

.pay-off{
  font-size:20px;
  position: absolute;
  width:100%;
  top: 70%;
  bottom: 0;
  left:0;
  right:0;
  margin: auto;
  color:white;
}

.pay-off, .contact{
  text-align: center;
  font-weight: 400;
}

.contact{
  position: absolute;
  width:100%;
  top: 100%;
  bottom: 0;
  left:0;
  right:0;
  margin: auto;
  font-size: 16px;
  color: #00b197;
}

.pay-off p, .contact p{
  display: inline-block;
}

.contact p a{
  color: inherit;
}

.contact p a:hover{
  color: #96D9D1;
}

.info {
    position: relative;
    margin: auto;
    width: 275px;
}

.team {
    text-align: center;
    position: relative;
    width: 600px;
    margin: auto;
}

.team img{
  display: none;
}

.download.afbeelding {
    margin-top: 50px;
    z-index: 2;
}

.download{
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid #f9f9f9;
    clear: both;
    padding: 40px 80px;
    overflow: hidden;
    position: relative;
    width: 400px;
    margin: auto;
    top: 30px;
    text-align: center;
}

.download.formulier {
    margin-top: 100px;
    z-index: 2;
}

input.wpcf7-form-control.wpcf7-text {
    border: none;
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    color: #696969;
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #01beaa;
}

input:active, input:focus {
    outline: none !important;
}

input.wpcf7-form-control.wpcf7-submit {
    border-radius: 10px;
    background-color: #01beaa;
    border: 1px solid #01beaa;
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #019c8c;
    border: 1px solid #019c8c;
  }

.download img {
    width: 100%;
    text-align: center;
}

.socialicons{
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.social{
  height: 15px;
  margin: 10px;
  border: 0px;
  padding: 0 0px;
}

.social:hover{
  background-color: #96D9D1;
}

.footer{
  position: absolute;
  bottom:35px;
  right:10px;
  font-size:24px;
  height: 1em;
}

.footer img{
  height: 60px;
}

.footer:hover{
  opacity: 0.7;
}

@media only screen and (min-width : 768px){
  .logo{
    background-size:contain;
  }

  .logo-works{
    background-size:contain;
  }

  .pay-off{
    font-size:24px;
  }

  .contact{
    font-size:20px;
  }

  .footer{
    bottom:80px;
    right:40px;
  }

  .footer img{
    height: 100px;
  }

  .social{
    height: 20px;
    margin: 20px;
    border: 2px solid #00beaa;
    padding: 15px;
  }

  .team img{
    display: initial;
    text-align: center;
    height: 150px;
    margin: 15% 20px 10% 20px;
  }

  .download{
    padding: 50px 80px;
  }

}

@media only screen and (max-width : 780px){
  .team img{
    display: none;
  }
  .info {
    margin-top: 50px;
  }
}

@media only screen and (max-width : 570px){
  input.wpcf7-form-control.wpcf7-text {
    border: none;
    height: 45px;
    line-height: 64px;
    padding: 0;
    color: #696969;
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    margin-bottom: 0;
    border-bottom: 2px solid #01beaa;
    width: 90%;
  }

  .download{
      padding: 5% 10% 15% 10%;
      width: 70%;
    }

  .contact .adres {
      margin-top: 15px;
  }

  .contact p {
      margin: 5px 0 0 0;
  }

  .download.afbeelding {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width : 768px){

  .download.afbeelding {
    margin-top: 80px;
  }

  .info {
    margin-top: 50px;
  }
}

.step-1, .step-2{
  position:relative;
}

.step-1{
  right:0px;
  position:relative;
    -webkit-transition:right 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition:right 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition:right 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition:right 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.step-2{
    left:-520px;
    position: absolute;
    top:40px;
    -webkit-transition: left 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: left 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: left 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: left 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.fromRight{
  right:0px;
}

.moveRight{
  right:-580px;
}

.moveLeft{
  left:-520px;
}

.fromLeft{
    left:80px !important;    
}

.newsletter-checkbox{
  position: relative;
  left:-100px;
  color: #696969;
  font-family: 'Maven Pro', sans-serif;
  font-size: 15px;
}

.wpcf7-response-output{
  color: #696969;
  font-weight: bold;
}

@media only screen and (max-width : 768px){
  .fromLeft{
    top:5% !important;
    left:10% !important;
    right:10% !important;
  }

  .newsletter-checkbox{
    position: relative;
    top:10px;
    left:0;
  }
}