
.btn {
  border-color: #000;
  color: #000;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent!important;
  -webkit-box-shadow: inset 0 0 0 0;
  box-shadow: inset 0 0 0 0;
  background-image: none;
  padding: 11px 20px;
}

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  flex-grow: 2;
} 

.flex-item:nth-child(2) {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  flex-grow: 1;
}

.flex-item.text .plate--container .plate--row .plate--column > *{
  margin-top: 5px;
}

.centeredvandh{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;

}
.centeredvandh .plate--container{
  width: 100%;
  padding-left:6%;
  padding-right: 6%;
  height: 60%;
  text-align: center !important;
}
.centeredvandh *{
  color: white;
}

.centeredvandh h2{
  z-index: 5; white-space: nowrap; font-size: 6vw; line-height: 100px; font-weight: 300; color: rgba(255, 255, 255, 1.00);font-family:Roboto;
}


.centeredvandh h3{
  z-index: 6; font-size: 3vw; line-height: 4vw; font-weight: 100; color: rgba(255, 255, 255, 1.00);font-family:Roboto;
}

.btn-blue{
  z-index: 7;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  background-color: rgb(0, 149, 235);
  border-color: rgb(0, 0, 0);
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  visibility: inherit;
  transition: none;
  border-width: 0px;
  margin: 0px;
  padding: 16px 50px;
  letter-spacing: 0px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}

.entry-title{
  text-decoration: none;
}

.image_wrapper:hover .child, .image_wrapper:focus .child {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
  transition: width 2s, height 2s, transform 2s;
}

.mask{
  z-index: 99;
}

.plate--element__button{
  text-align: center;
  align-content: center;
  align-items: center;
}

.slogan .plate--column{
  min-height: 0px !important;
}
.slogan p {
  margin: 0px;
  color: rgba(255, 255, 255, 0.5);
}

.blue-headers-wrapper h2, .blue-headers-wrapper h3,.blue-headers-wrapper h4,.blue-headers-wrapper h5{
  color: #0095eb;
}
.blue-headers-wrapper .plate--column p:first-of-type{
    font-size: 110%;
    line-height: 180%;
}

.plate--element__social_button{
  width: 50px;
  display: inline-block;
  max-width: 50px !important;
  float: left !important;
}

.social-rechts{
  text-align: right !important;
}

.social-links{
  text-align: left !important;
}

.social-gecentreerd{
 text-align: center !important; 
}

textarea{
  width: 100%;
  min-height:300px;
}

.team{
  width: 50%;
  float: left !important;
  display: block !important;
}

.blog-show{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-right{
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.sidebar-blog{
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  border-right: 1px solid rgba(98, 98, 98, 0.2);
  background-color: #F9F9F9;
}

.sidebar-container{
  display: block;
}

.sidebar-item{
  padding: 10%;
  border-bottom: 1px solid rgba(98, 98, 98, 0.2);
}

.icon-text-large{
  margin-bottom: 10px;
  margin-top: 10px;
}

.icon-text-large .icon-div{
  font-size: 1.5em;
  border-bottom: 1px solid rgba(92,92,92, 0.2);
  width: 50px;
  height: 40px;
  float: left;
  text-align: center;
}
.icon-text-large .text-div{
  float:left;
}

.project-description li.two-third{
    float: left;
    width: 66.6%;
    clear: none;
    padding-right: 15px;
    border-width: 0 1px 1px 0;
    height: auto;
}

#Subheader:after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 1;
    background: url(../assets/images/box_shadow.png) repeat-x left top;
}

.pp_close{
  background-size: 20px, 20px !important;
  background-image: url(../assets/images/close.png) !important;
}

 @media screen and (max-width:767px) {
  .blog-show{
    flex-direction: column-reverse;
  }
}


.get_in_touch .plate--element__image img{
  max-width: 25px !important;
}
