/* Algemeen */

body {
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
}

@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-Semibold.ttf);
}



#map-inline {
    height: 400px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

/* Network-lines animation */
.animation {
    height: 100vh;
    background-color: rgba(0,0,0, 0.60);
    background-image: url(../media/skyline.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    display: table;
    width: 100%;
    /*text-shadow: 0 1px 3px rgba(0,0,0,1);*/
}

.animation h1 {
    text-align: center;
    font-size: 3em;
    width: 100%;
    height: auto;
    font-family: 'Lato';
    padding-top: 0.5em;
    color: rgba(255,255,255,1);
    z-index: 2;
}

.animation h2 {
    color: white;
    font-size: 1.8em;
    font-family: 'Lato';
    font-weight: 300;
    text-align: center;
    padding-left: 9%;
    padding-right: 9%;
}

.button-float {
   position: fixed;
   top: 80px;
   right: 20px;
   max-width: 25em;
   height: auto;
   background: white;
   border-radius: 4px;
   box-shadow: 0 3px 6px rgba(0,0,0,0.16);
   border: 1px solid #F2F2F2;
   z-index: 10;
   font-family: 'Lato';
   font-weight: 400;
}

.button-float>p {
   line-height: 1.2em;
   margin-left: 1em;
   margin-top: 1em;
   margin-right: 1em;
   max-width: none;
}

.button-float>p>a {
   display: block;
   background: #2BDE73;
   margin-top: 0.8em;
   color: white;
   height: 3em;
   text-align: center;
   padding-top: 19px;
   text-transform: uppercase;
   font-weight: 400;
}

.center-title {
    margin-top: 2em;
    width: 12em;
    height: 0.1em;
    background-color: white;
}
.animation p  {
    padding-top: 2em;
    text-align: center;
}

.animation a {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    background-color: white;
    border-radius: 6px;
    margin: 0.5em;
    font-family: 'Lato';
    font-size: 1.2em;
    color: darkslategrey;
    text-shadow: none;
    font-weight: 600;
    position: relative;
    z-index: 5;
    text-decoration: none;
    border: 2px solid white;
    -webkit-transition: all 0.5s ease-in-out;
}

.animation a:first-child:hover {
    background: none;
    color: white;
    transition-duration: 0.5s;
}

.animation a:last-child {
    background: none;
    border: 2px solid white;
    color: white;
}

.animation a:last-child:hover {
    background: white;
    transition-duration: 0.5s;
    border: 2px solid white;
    color: darkslategrey;
}

canvas {
    width: 100%;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0;
}


img.logo-img {
    display: block;
    margin: 0 auto;
    margin-top: 8em;
    width: 20%;
    height: auto;
    z-index: 5;
    position: relative;
    background-color: rgba(255,255,255, 0.9);
    border-radius: 50%;
}

/* Different Headers/Paragraphs and re-usable articles */
h2 {
    font-family: 'Lato';
    padding: 0;
    margin: 0 0 30px;
    color: #5E5B5B;
    height: auto;
    font-weight: 700;
    font-size: 2.5em;
    width: 100%;
}

h3 {
    font-family: 'Lato';
    padding-left: 5%;
    padding-right: 5%;
    margin: 0;
    color: #5E5B5B;
    font-weight: 300;
    padding-bottom: 3em;
    font-size: 1.5em;
    width: 100;
}

h4 {
    font-family: 'Lato';
}

h5 {
    font-family: 'Lato';
}

h6 {
    font-family: 'Lato';
}

article {
    width: 100%;
    text-align: center;
    background-color: white;
    float: left;
}

.block {
    padding: 60px 0;
}

p {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 1.4em;
    max-width: 70%;
    margin: 0 auto;
    line-height: 1.8;
    color: #5E5B5B;
    margin-bottom: 30px;
}

section img {
    padding: 1em;
    width: 10em;
    height: 10em;
}

.button {
    font-family: 'Lato';
    padding: 1.5em;
    border: 2px solid #5E5B5B;
    color: #5E5B5B;
    font-size: 1.2em;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    position: relative;
    top: 1.5em;
    margin: 0 auto;
    width: 12em;
}

.button:hover {
    text-decoration: none;
    background-color: #5E5B5B;
    color: #F2F2F2;
}

.button:focus {
    text-decoration: none;
}

.line {
    width: 20px;
    border: 2px solid #5E5B5B;
    margin-top: 1em;
    margin-bottom: 1em;
}

.article-line {
    margin-bottom: 5em;
}

h4 {
    text-transform: uppercase;
}

#button-TTN {
    font-family: 'Lato';
    padding: 1.5em;
    border: 2px solid #5E5B5B;
    color: #F2F2F2;
    font-size: 1.2em;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: #5E5B5B;
}

#button-TTN:hover {
    text-decoration: none;
    background-color: transparent;
    color: #5E5B5B;
}

#join-button {
    font-family: 'Lato';
    padding: 1.5em;
    border: 2px solid white;
    position: relative;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    top: 1.3em;
    -webkit-transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: transparent;
}

#join-button:hover {
    text-decoration: none;
    background-color: white;
    color: #4183D7;
}

#moreInfobutton {
    background-color: transparent;
    border-radius: 0;
    width: 12em;
    padding: 1.2em;
    font-size: 1em;
    font-weight: 600;

}


#moreInfobutton:hover {
    color: white;
    background-color: #5E5B5B;
}
/* PAGE 1 WHAT WE DO */
#whatwedo {
    min-height: 30em;
    width: 100%;
    margin: 0;
    background-color: white;
}

.intro-text {
    width: 100%;
    float: left;
    max-width: 50%;
    height: 36em;
    display: table;

}

.intro-text-content {
    display: table-cell;
    vertical-align: middle;
}

.media-container {
    width: 100%;
    float: left;
    max-width: 48%;
    height: 33em;
    background-image: url(../media/internetofthings.png);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2em;
    margin-top: 2em;
}


/* PAGE USE CASES */

#use-cases {
    background-color: white;
    padding-bottom: 30px;
    height: auto;

}

.usecase-item {
    width: 50%;
    min-height: 31em;

}

.usecase-item a {
    font-size: 0.9em;
    text-align: center;
    display: block;
    width: 10em;
    margin: 0;
    margin-top: 1em;
}

.image {
    width: 13em;
    height: 13em;
    display: inline-block;
    float: left;
    margin-left: 5%;
    max-width: 50%;
}

.usecase-item p  {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 5%;
    font-size: 1.1em;
}

.usecase-item h4 {
    display: inline-block;
    float: left;
    margin-top: 0;
    padding-left: 5%;
    width: 50%;
    text-align: left;
}

.water-detector .image {
    background-image: url(../media/boat.jpg);
    background-size: cover;
    background-position: center;
}

.bike-finder .image {
    background-image: url(../media/bicycles.jpg);
    background-size: cover;
}

.rhino-finder .image {
    background-image: url(../media/rhino.jpg);
    background-size: cover;
    background-position: 35%;
}

.peerby-P2P .image {
    background-image: url(../media/peerbyP2P.jpg);
    background-size: cover;
    background-position: center;
}

.wesharesolar-item .image {
    background-image: url(../media/solar.jpeg);
    background-size: cover;
    background-color: white;
    background-position: 3%;
}

.poa-item .image {
    background-image: url(../media/poa%20boat.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.quicksense-item .image {
    background-image: url(../media/qwiksense.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #F2F2F2;
}

/* CONTRIBUTE PAGE */
.contribute-item {
    padding-bottom: 4em;
    padding-top: 4em;

}
.contribute-item p {
    min-height: 20em;
    margin-top: 1.5em;
    margin-bottom: 0;
    font-size: 1.2em;
}
.simple-mobile {
    display: none;
}
.contribute-item h4 {
    min-height: 2em;
}
.contribute-icon {
    font-size: 8em;

}
.contribute-item img {
    width: 8em;
    height: 8em;
}


/* PAGE VISION */
#vision {
    background-color: #F2F2F2;
}
.vision-item {
    padding-top: 3em;
}

.vision-item p {
    font-size: 1.2em;
}

.vision-image {
   font-size: 9em;
    height: 1.3em;
    color:

}

.splitter {
    border-color: rgba(102, 102, 102, 0.6);
    width: 20%;
    margin-top: 3em;
}
/* PAGE BUILDING THE NETWORK */
.building {
    background-image: url(../media/amsterdam5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0, 0.83);
    background-blend-mode: darken;
    background-position: left;
}

.building h2 {
    color: white;
}

.building p {
    color: white;
    font-size: 1.3em;

}

.letsbuild {
    letter-spacing: 1px;
    font-weight: 700;
    color: white;
    font-size: 1.6em;
    padding: 0.6em;
    border: none;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.fat {
    font-weight: 400;
}

.building a {
    color: white;
    border: 2px solid white;
}

.building a:hover {
    color: rgba(0,0,0, 0.9);
    background-color: #F2F2F2;
}


/* PAGE COMMUNITIES */
#communities {
    background-color: #F2F2F2;
    background-blend-mode: darken;
    background-position: left;
    padding: 30px 0px 0px 0px;
}

.communities {
    text-align: center;
}

.communities a {
    color: #5E5B5B;
    font-size: 150%;
    font-weight: 400;
    padding: 15px;
}

.community {
    display: inline-block;
    margin: 0px auto;
    text-align: center;
}

.community-image {
    border-radius: 50%;
    height: 10em;
    width: 10em;
    margin: auto;
    position: relative;
    overflow: hidden;
}


/* PAGE HOW TO CONNECT TO THE NETWORK */

.how-to-connect {
    background-color: #2f2f2f;
}

.how-to-connect h2 {
    color: white;
}

.how-to-connect p {
    color: white;
}

#open-section {
    background-color: white;
}

#open-section h2 {
    color: #5E5B5B;
}

#open-section p {
    color: #5E5B5B;
}

.article-text a {
    text-decoration: none;
    color: #5E5B5B;
    font-weight: 600;
}

#press-area {
    background-color: #2f2f2f;
}

#press-area a {
    display: block;
    width: 16em;
    height: auto;
    font-size: 0.8em;
    color: white;
    border-color: white;
    padding: 1em;
    background-color: transparent;
}

#press-area a:hover {
    background-color: white;
    color: #2f2f2f;
}

#youarethenetwork {
    background-color: #f2f2f2;
}

#youarethenetwork h2 {
    color: #5E5B5B;
    padding-left: 5%;
    padding-right: 5%;
}

#youarethenetwork p {
    color: #5E5B5B;
    font-size: 2em;
}

#youarethenetwork a {
    display: block;
    width: 15em;
    padding: 1em;
    font-size: 0.6em;
}



#conference {
    background-color: white;
}

#conference h2 {
    color: #5E5B5B;
}

#conference p {
    color: #5E5B5B;
}

#conference a {
    display: block;
    width: 16em;
    height: auto;
    font-size: 0.8em;
    padding: 1em;
    background-color: transparent;
}

#conference a:hover {
    background-color: #5E5B5B;
}

#contact-section {
    background-color: #F2F2F2;
}

#contact-section ul {
}

#contact-section li {
    display: inline;
    font-size: 4em;
    margin-right: 1em;
    color: #5E5B5B;
}

#contact-section h2 {
    color: #5E5B5B;
}

#contact-section p {
    color: #5E5B5B;
}

#contact-section #mailto {
    color: #5E5B5B;
    font-size: 2em;
    text-transform: none;
    font-weight: 300;
    font-family: 'Lato';
    display: block;
    margin-top: 1em;
}

#mc_embed_signup form {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;

}
#mc_embed_signup h2 {
    font-size: 1em;
    padding-top: 1em;
}
#mc_embed_signup input {
    width: 28%;
    padding: 14px;
    margin-left: 0;
}

#mc-embedded-subscribe {
    margin-bottom: 2em;
    font-size: 1em;
    background-color: inherit;
    border-color: white;
    color: white;

}

#mc-embedded-subscribe:hover {
    background-color: white;
    color: #2f2f2f;

}
/* PAGE TEAM */
.diagonal {
    width: 100%;
    height: auto;
    border-style: solid;
    border-width: 0 0 80px 97vw;
    border-color: transparent transparent #4183D7 transparent;
}

#diagonal2 {
    border-width: 80px 0 0 97vw;
    border-color: transparent transparent transparent #2f2f2f;
    background-color: #f2f2f2;
}

#team {
    text-align: center;
    background-color: #4183D7;
    padding-bottom: 4em;
    padding-top: 4em;
}

#team p {
    color: white;
}

.team-item {
    width: 22%;
    height: auto;
    display: inline-block;
    text-align: center;

}

#team h4 {
    font-size: 1.1em;
    font-weight: 300;
}

#team h4 {
    text-transform: none;
    font-size: 1.4em;
    color: white;
}

#team h2 {
    color: white;
}

#team h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 1em;
}

.team-item img {
    height: auto;
    width: 14em;
    border-radius: 50%;
}

.rest-of-team {
    background-color: #4183D7;
    height: auto;
    padding-bottom: 8em;
}

.team-members {
    float: left;
    height: auto;
    width: 100%;
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    padding-bottom: 3em;
}

.team-member {
    width: 25%;
    display: inline-block;
    margin: 0;
    height: auto;
    float: left;
}

.team-member img {
    width: 14em;
    height: 14em;
    border-radius: 50%;
}

.team-member h5 {
    font-family: 'Lato';
    font-size: 1.2em;
    font-weight: 300;
    margin-top: 1px;
    margin-bottom: 30px;
    color: white;
}

#new-member {
    border-radius: 0;
}
.rest-of-team p {
    color: white;
    font-weight: 400;
    font-size: 1.6em;
}

/* PARTNERS & CONTRIBUTORS */
#contributors {
    background-color: white;
}

.gateways {
    background-color: #F2F2F2;
    padding-bottom: 8em;
}

.company-logo {
    width: 16.6666667%;
    height: 10em;
    margin: 0;
    float: left;
}
aside {
    width: 100%;
}
.our-contributors aside {
    float: left;
    padding-top: 2em;
}

/* LOGO'S OF PARTNERS & CONTRIBUTORS*/

.company-logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    -webkit-filter: grayscale(1);
    filter: gray;
    -webkit-transition: all .2s ease-in-out;
}

.company-logo:hover {
    -webkit-filter: grayscale(0);
    background-size: 95%;
}

#logo1 {
    background-image: url(../media/rockstart.png);
}

#logo2 {
    background-image: url(../media/Bovendebalie.jpg);
}

#logo3 {
    background-image: url(../media/thenextweb.png);
}

#logo4 {
    background-image: url(../media/disrupted%20VC.png);
}

#logo5 {
    background-image: url(../media/meetberlage.png);
}

#logo6 {
    background-image: url(../media/a%20lab.png);
}

#logo7 {
    background-image: url(../media/kpmg.png);
}

#logo8 {
    background-image: url(../media/waag.png);
}

#logo9 {
    background-image: url(../media/poa.jpg);
}

#logo10 {
    background-image: url(../media/trakkies.png);
    background-size: 60%;
}

#logo10:hover {
    background-size: 64%;
}

#logo11 {
    background-image: url(../media/peerby.png);
}

#logo12 {
    background-image: url(../media/wesharesolar.png);
    background-size: 60%;
}

#logo12:hover {
    background-size: 65%;
}

#logo13 {
    background-image: url(../media/tweetonig.png);
}

#logo14 {
    background-image: url(../media/smiths.png);
    background-size: 100%;
}

#logo14:hover {
    background-size: 105%;
}

#logo15 {
    background-image: url(../media/deloitte.png);
}
#logo16 {
    background-image: url(../media/uncinc.png);
}

#logo17 {
    background-image: url(../media/bright.png);
}

#logo18 {
    background-image: url(../media/nonred.png);
}

#logo19 {
    background-image: url(../media/glimworm.png);
}

/* PAGE PARTNER */

.partner {
    background-color: #F2F2F2;

}

.partner h2 {
    padding-top: 1em;
}

.partner-logo {
    background-image: url(../media/TNW.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    width: 30%;
    height: 16em;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in-out;
    margin-bottom: 2em;
}

.quote-picture {
    background-image: url(../media/borisvvws.jpg);
    width: 10em;
    height: 10em;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2em;
    border-radius: 50%;
}
.quote p:nth-child(1) {
    font-style: italic;
}

.partner span:first-child {
    font-weight: 400;
    font-size: 1.1em;
}

#peerby {
    background-image: url(../media/peerby.png);
}

#trakkies {
    background-image: url(../media/trakkies.png);
    background-size: 40%;
}
#trakkies:hover {
    background-size: 45%;
}

#iwanttoride {
    background-image: url(../media/iwanttoridemybicycle%20voorlopig.jpg);
    background-size: 95%;
    background-position: center;
}
#iwanttoride:hover {
    background-size: 100%;
}
.partner-logo:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    background-size: 85%
}

/* PAGE TESTIMONIALS */
.testimonials {
    background-color: #F2F2F2;
}

.testimonial-item {
    width: 50%;
    float: left;
    padding-bottom: 2em;
    padding-top: 2em;
    height: 20em;
}

.testimonial-item img {
    float: left;
    width: 10em;
    height: 10em;
    padding: 0;
    margin-left: 5%;
    border-radius: 50%;
}

.testimonial-item p {
    float: left;
    width: 60%;
    padding-left: 5%;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.6em;
    display: block;
}


.testimonial-item p span {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    color: #4183D7;
    line-height: 1.3em;
}

#sentence2 {
    display: block;
    font-size: 0.7em;
    color: #5E5B5B;

}

/* FOOTER */
.footer {
    height: auto;
    background-color: #6C7A89;
    color: white;
    font-family: 'Lato';
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,207cca+37,207cca+37,2989d8+50,7db9e8+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(45deg,  #1e5799 0%, #207cca 37%, #207cca 37%, #2989d8 50%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#1e5799), color-stop(37%,#207cca), color-stop(37%,#207cca), color-stop(50%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #1e5799 0%,#207cca 37%,#207cca 37%,#2989d8 50%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #1e5799 0%,#207cca 37%,#207cca 37%,#2989d8 50%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #1e5799 0%,#207cca 37%,#207cca 37%,#2989d8 50%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(45deg,  #1e5799 0%,#207cca 37%,#207cca 37%,#2989d8 50%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.footer p {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 1em;
    color: white;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0 auto;
}

.top-line {
    border-right: 1px solid white;
    margin-right: 10px;
}

.footer a {
    color: white;
    text-decoration: none;
}

/* MODAL */


.modal h4 {
    font-size: 2em;
}

.modal p {
    color: white;
    padding-top: 2em;
    font-weight: 400;

}

.close {
   font-size: 40px;
    font-weight: 100;
    opacity: 1;
    color: white;
}

form {
    text-align: left;
    width: 70%;
    color: white;
    font-family: 'Lato';
    font-size: 1.2em;
    float: left;
    text-transform: uppercase;

}

input {
    width: 100%;
    margin-left: 5%;
    color: #2f2f2f;
    border-radius: 0px;
    border: none;
    height: 3em;
    background-color: rgba(255,255,255, 1);
    padding-left: 1em;

}

input:focus {
    outline: none;
    background-color: transparent;
    border: 2px solid white;
    color: white;
}
#subscribe {
    font-family: 'Lato';
    background-color: transparent;
    border: 2px solid white;
    padding: 1em;
    border-radius: 0;
    text-transform: uppercase;
}

#subscribe:hover {
    background-color: white;
    color: black;
}

.modal-header {
    border-radius: inherit;
    background-color: rgba(255,255,255, 0.33);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: white;
    border: none;
}

.modal-backdrop {
    opacity: 0.77 !important;
}

.modal-footer {
    border: none;
    background-color: rgba(255,255,255, 0.33);
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}



/* MODAL version 2 */
 #joinTeam .modal-content {
     border-radius: 0;
     background-image: none;
     background-color: white;
     max-height: 45em;

}

#joinTeam .modal-header {
    width: auto;
    height: 5em;
    background-color: white;
    border-bottom: 1px solid #F2F2F2;
}
#joinTeam form {
    width: 100%;
    display: block;
    margin-bottom: 1em;
}

#joinTeam p {
    color: #5E5B5B;
}

#joinTeam input {
    border: 3px solid #53c0a2;
    width: 50%;
    color: #2f2f2f;
    padding: 0;
    margin: 0;
    padding-left: 1em;
}

#joinTeam #mc-embedded-subscribe {
    display: block;
    width: 50%;
    background-color: #53c0a2;
    color: white;
    margin: 0 auto;
    margin-bottom: 1em;

}

#joinTeam #mc-embedded-subscribe:hover {
    background-color: #128061;
    border: 3px solid #128061;

}

#joinTeam .close {
    z-index: 5;
    color: #53c0a2;
    text-shadow: none;
}

#joinTeam h4 {
    color: #5E5B5B;
}

.gateway-type {
    width: 33.3333333%;
    display: inline-block;
    float: left;
    padding-top: 4em;

}

.gateway-image {
    background-image: url(../media/kerlink%20lora%20iot.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    height: 18em;
    width: 18em;
    margin: 0 auto;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    background-color: white;
    border-radius: 50%;
}

#multitech {
    background-image: url(../media/multi%20gateway.png);
}

#last-gateway .gateway-image {
    background-image: url(../media/The%20Things%20Uitlijning.svg);
}

.gateway-type p {
    color: inherit;
    padding: 0;
    margin: 0 auto;
    padding-top: 2em;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}

.gateway-type a {
    display: block;
    font-size: 1em;
    padding: 1em;

}

.gateway-type h5 {
    text-align: center;
    padding-bottom: 1em;
    font-size: 1.5em;
    font-weight: 300;
    text-transform: uppercase;

}
.gateway-type span {
    font-weight: 600;
    font-size: 1.5em;
    color: #5E5B5B;
}





#moreInfo .modal-content {
    border-radius: 0;

}

#moreInfo input {
    border: 2px solid #5E5B5B;
    width: 18em;
    color: #5E5B5B;
}

#moreInfo .clear input {
    background-color: #5E5B5B;
    color: white;
}

#moreInfo .clear input:hover {
    background-color: #361617;
    border-color: #361617;
}
#moreInfo img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 50%;
    height: auto;
}

#moreInfo .close {
    color: #5E5B5B;
}
#moreInfo h4 {
    color: #5E5B5B;
    text-align: center;
}

#moreInfo p {
    color: #5E5B5B;
}


#moreInfo2 .modal-content {
    border-radius: 0;

}
#new-member-button {
    background-color: transparent;
    border: none;
}
#moreInfo2 input {
    border: 2px solid #5E5B5B;
    width: 18em;
    color: #5E5B5B;
}

#moreInfo2 .clear input {
    background-color: #5E5B5B;
    color: white;
}

#moreInfo2 .clear input:hover {
    background-color: #361617;
    border-color: #361617;
}
#moreInfo2 img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #F2F2F2;
    width: 50%;
    height: auto;
}

#moreInfo2 .close {
    color: #5E5B5B;
}
#moreInfo2 h4 {
    color: #5E5B5B;
    text-align: center;
}

#moreInfo2 p {
    color: #5E5B5B;
}


#moreInfo3 h4 {
    color: #5E5B5B;
}

#moreInfo3 p {
    color: #5E5B5B;
}

#moreInfo3 .close {
    color: #5E5B5B;
}

#moreInfo3 .modal-header {
    border-bottom: 2px solid #F2F2F2;
}

#moreInfo3 input {
    border: 2px solid #F2F2F2;
    width: 20em;
    color: #5E5B5B;
}

#moreInfo3 .clear input {
    background: #5E5B5B;
    border-color: #5E5B5B;
    color: white;
}

#moreInfo3 .clear input:hover {
    color: #5E5B5B;
    background: white;
    border-color: #5E5B5B;
}

.contribute-item #moreInfobutton {
    top: 0;
    padding: 1.4em;
    font-size: 1.2em;
}

/* TABLET CHANGES*/
@media screen
  and (min-width: 700px)
  and (max-width: 1050px) {

.contribute-item {
    width: 100%;
    padding: 0;
    display: inline-block;
    margin-bottom: 8em;
}

img.logo-img {
    width: 20em;
}

.simple-mobile {
    display: block;
    width: 80%;
}
.gateway-type {
      width: 100%;
}
.gateway-type:nth-child(3) {
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}

.gateway-type p {
    text-align: left;
    padding-left: 5%;
    max-width: none;
    padding-right: 23%;
    padding-top: 0;
    padding-bottom: 0;
}

.gateway-type h5 {
    font-size: 1.8em;
    font-weight: 400;
}

.gateways {
    padding-bottom: 1em;
}

.gateway-image {
    float: right;
    margin-right: 5%;
    margin-bottom: 5em;
    height: 17em;
    width: 17em;
    margin-left: 12%;
    border-radius: 50%;
}

.gateway-type a {
    width: 12em;
    float: left;
    display: block;
    text-align: center;
    margin-bottom: 3em;
}

.gateway-type h5 {
    text-align: left;
    padding-left: 5%;
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    margin-bottom: 0;
}

.contribute-item p {
    min-height: 1px;
    padding-bottom: 2em;
}

.partner-logo {
    width: 60%;
    filter: none;
    -webkit-filter: grayscale(0);
    width: 40%;
}

.team-member {
    width: 33.3333333%;
}

.team-member img {
    width: 50%;
    height: 50%;
}

.usecase-item {
    width: 100%;
    min-height: 0;
    padding-bottom: 8em;
}
}

/* TESTIMONIAL-ITEMS */
@media screen
    and (min-width: 700px)
    and (max-width: 900px) {

    .testimonial-item {
        width: 100%;


    }
    }
/* SPECIFIC CHANGES FOR USECASES*/
/*
@media screen and (min-width: 1000px) {

.usecase-item .image {
    float: left;
    margin-left: 5%;
    margin-right: 5%;
}
.usecase-item h4 {
    font-size: 1.4em;
    font-weight: 700;
    padding-left: 5%;
}

.usecase-item h4 {
    float: left;
    text-align: left;
    width: 20em;
}

.usecase-item p {
    width: 30em;
    padding-top: 1em;
    padding-left: 5%;
    text-align: left;
    float: left;
    line-height: 1.4em;
    font-size: 1.2em;

}

}
*/

/* MOBILE*/

@media screen and (max-width: 699px) {
#joinTeam p {
    font-weight: 300;
    line-height: 1.4em;
    font-size: 1.3em;
    padding-top: 1.5em;
}

.letsbuild {
    font-size: 1.2em;
}

#joinTeam .modal-footer {
    padding-top: 0;
}

.testimonial-item {
    width: 100%;
    height: auto;
}

.bike-finder .button{
    width: 80%;
}

.testimonial-item p {
    width: 100%;
    max-width: none;
    padding-right: 4%;
    text-align: center;
}

.testimonial-item img {
    width: 16em;
    height: 16em;
    float: none;
    margin-bottom: 3em;
}


.splitter {
    margin-top: 4em;
}

#button-TTN {
    font-size: 1em;
}

.team-member img {
    width: 90%;
    height: auto;
}

.team-member h5 {
    font-size: 1em;
    color: white;
}

.team-member:last-child {
    display: none;
}

.team-item {
    width: 100%;
    margin-top: 5em;
}

.team-item img {
    width: 60%;
}

img.logo-img {
    width: 14em;
    border-radius: 50%;
}

.animation h1 {
    font-size: 2em;
}

.animation h2 {
    padding-left: 3%;
    padding-right: 3%;
}

.animation a {
    display: block;
}

.animation a:last-child {
    background-color: transparent;
    margin-bottom: 2em;
}

canvas {
    opacity: 0;
}

.animation p {
    padding-top: 5px;
}

.contribute-item:nth-child(4) {
    padding-bottom: 6em;
}

.simple-mobile {
    display: block;
    padding-bottom: 1.5em;
    width: 80%;
}


.contribute-item p {
    min-height: 1px;
    padding-bottom: 2em;
}

.usecase-item {
    width: 100%;
    display: block;
    padding-bottom: 0;
    height: auto;
}

.usecase-item p {
    width: 100%;
    max-width: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-left: 4%;
    padding-right: 4%;
}

.usecase-item a {
    margin: 0 auto;
    margin-top: 0.5em;
}

.usecase-item h4 {
    width: 100%;
    text-align: center;
    padding-top: 1em;
}
.usecase-item .image {
    width: 20em;
    height: 20em;
    max-width: 100%;
    margin: 0 auto;
    float: none;
}

#whatwedo section {
    min-width: 100%;

}

.intro-text {
    height: auto;
}

.media-container {
    background-size: 80%;
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;

}

#logo10 {
    background-size: 50%;

}

.partner-logo {
    width: 37%;
    margin-bottom: 0;
    height: 12em;
}

#trakkies {
    background-size: 80%;
}

.founding-partner h2 {
    width: 100%;
    font-size: 2em;
    padding: 1em;

}

.next-logo {
    width: 100%;
    background-size: 50%;
}

p {
    max-width: 90%;
}


.team-member {
    width: 50%;
}

.footer {
    font-size: 1em;
}

.footer p {
    font-size: 0.6em;
}

#myModal h4 {
    font-size: 1.3em;
}



.close {
    text-shadow: none;
}

#myModal .close {
    font-size: 1.7em;
}

#myModal p {
    line-height: 1.4em;
    font-size: 1.3em;
    padding-top: 0.5em;
    font-weight: 300;
}

#myModal form {
    display: block;
    width: 100%;
}

#myModal input {
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
    text-align: center;
}

#myModal input:focus {
    text-align: left;
}

#myModal #subscribe {
    display: block;
    width: 100%;
}

.partner-logo {
    background-size: 100%;
}

.gateway-type {
    padding-bottom: 5em;
}

#last-gateway {
    padding-bottom: 0;
}
.gateway-type h5 {
    padding-top: 1em;
}

.gateway-type p {
    padding-bottom: 0;
}

.gateway-type a {
    margin-bottom: 4em;
}

.gateway-type:nth-child(3) {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.gateway-type p {
    font-weight: 300;
}

.gateway-type {
    width: 100%;
}

#mc_embed_signup input {
    width: 80%;
}

#contact-section #mailto {
    font-size: 1.2em;
}

.how-to-connect ul {
    font-size: 0.8em;
}

/*Negative spaces at Usecases & Vision-items*/

@media screen and (max-width: 900px) {
.usecase-item {
    padding-top: 3em;
    padding-bottom: 3em;
}

.usecase-item:nth-child(7) {
    padding-bottom: 6em;
}

.vision-item {
    padding-top: 3em;
}

.vision-item:nth-child(2) {
    padding-top: 4em;
}


    @media screen and (min-width: 1046px) {
        .gateway-type p:nth-child(3) {
        height: 16em;
}
}

/* BIG SCREEN, WORKING ON MACBOOK AGAIN*/
@media screen and (min-width: 1400px) {
.usecase-item h4 {
    display: block;
    float: left;
}

.usecase-item p {
    display: block;
    float: left;
    width: 60%;
}

.contribute-item p {
    height: 15em;
    min-height: 0;
}
}

@media screen and (min-width: 1500px) {
    .gateway-type p:nth-child(3) {
        height: 14em;
}
}

@media screen and (min-width: 700px)
    and (max-width: 1150px) {
    .intro-text {
    min-width: 100%;
    float: left;
    display: table;
}

.intro-text-content {
    display: table-cell;
    vertical-align: middle;
}

.media-container {
    float: left;
    height: 33em;
    min-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    background-image: url(../media/internetofthings.png);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2em;
    margin-top: 2em;
}
