/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    margin:0;
    padding:0;
    font-size: 1.05rem;
}
h1 {
    text-transform: uppercase;
}
h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
    h1 span, h2 span, h3 span {
        color: #22A1D4;
    }
h3 {
    margin-bottom: 30px;
}
a:link, a:visited, a:active {
    color: #22A1D4;
    text-decoration: none;
}
a:hover {
    color: #3D4148;
    text-decoration: none;
}
.blue h2 {
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-size: 2.5rem;
}
.blue .subtitle {
    color: #ccc;
}
.bg-blue {
    background-color: #22A1D4;
    color: #FFF;
}

.bg-blue2 {
    background-color: #0088c7;
    color: #FFF;
}
.relative {
    position: relative;
}
.mobileapp, .webshop {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .1;
    width: 100%;
    height: 80%;  
    content: '';
    background-size: 50% 50%;
}
.mobileapp {
    background: url('images/mobile-solid.svg') no-repeat;
    background-position: 90% 90%;
}
.webshop {
    background: url('images/shopping-cart-solid.svg') no-repeat;
    background-position: 90% 90%;
}
.hero {
    min-height: 100vh;
    background: #212226 url('images/jiswo.jpg') 50% 0% / cover;
    /* background-attachment: fixed; */
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
.hero h1 {
    font-weight: 700;
    color: #FFF;
    font-size: 1.6rem;
    opacity: 1;
    z-index: 10;
}
.hero h1 span {
    color: #FFF;
}
.hero .intro {
    position: relative;
    min-height: 100vh;
}
.hero .intro:before {
    content: "";
    background-color: rgba(62, 134, 194, 0.7);
    background-color: rgba(34, 161, 212, 0.7);
/*    background-color: rgba(34, 161, 212, 1); */
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.hero .intro .info {
    color: #FFF;
    mix-blend-mode: initial;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    width: 100%;
}
.hero .intro .info h2 {
    margin-bottom: 0;
    font-size: 1.3rem;
}
.hero .intro .info svg {
    font-size: 2.1rem;
}
.hero .intro .info .btn-jiswo svg {
    font-size: 1rem;
}
.hero .logoholder {
    padding: 10px 30px;
    position: relative;
    height: 50px;
}
.hero .logoholder a {
    z-index: 2;
    position: relative;
}
.hero .logoholder:before {
    content: "";
    background-color: rgba(255, 255, 255, .8);
    mix-blend-mode: normal;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.intro .info a:link, .intro .info a:visited, .intro .info a:active {
    color: #FFF;
    text-decoration: none;
}
.intro .info a:hover {
    color: #F5F5F5;
    text-decoration: none;
}

.logohome, .logo {
    z-index: 2;
    position: relative;
}
.logohome {
    width: 50%;
    max-width: 140px;
    padding: 15px 0;
    margin: 0;
}
.logo {
    padding-top: 30px;
    margin: 0;
}
.visie {
    background: linear-gradient(rgba(255,255,255,.99),rgba(255,255,255,.95)),url('images/skyline.png') repeat-x center bottom;
}
.visie h2 {
    font-size: 3em;
}
.visie p {
    font-size: 1.5em;
}
.visiecheck {
    text-transform: uppercase;
    font-size: 1.5rem;
}
.visiecheck li {
    margin-bottom: 20px;
}
.visiecheck li:last-child {
    margin: 0;
}
.btn-jiswo, .btn-primary {
    background-color: #22A1D4;   
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 1rem;
    white-space: normal;
    padding: 1rem;
    display: block;
    width: 100%;
    color: #FFF !important;
}
.hero .btn-jiswo {
    display: block;
    width: 100%;
}
.btn-jiswo:hover, .btn-primary:hover {
    background-color: #333;
}
.btn-jiswo:link, .btn-jiswo:visited, .btn-jiswo:active, .btn-primary:link, .btn-primary:visited, .btn-primary:active {
    color: #FFF;
    text-decoration: none;
}
.btn-jiswo:hover, .btn-primary:hover {
    color: #FFF;
    text-decoration: none;
}
.visiecheck ul {
    margin-bottom: 0;
}
.klantencarousel div figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    padding: 0 30px;
}
.klantencarousel div figure:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.socials {
    display: block;
    text-align: center;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0 30px;
}
.overlaytext {
    background: rgba(0, 0, 0, 0.8);;
    color: #FFF;
    display: block;
    border-radius: 100px;
    border: 2px solid #22A1D4;
    text-align: center;
    width: auto;
    padding: 10px 15px;
    opacity: 0;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
.referentie:hover .overlaytext {
    margin-top: -50px;
    opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.referentie:hover .card-img-top {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.referentie .overlaytext {
    font-size: 1rem;
    text-transform: uppercase;
}
.referentie h2 {
    margin-bottom: 20px;
    color: #22A1D4;
}
.webdesign .card-body {
    position: relative;
    padding: 1.8rem 1.25rem 1.8rem 1.25rem;
}
.webdesign .icon {
    display: inline-block;
    padding: 5px 0;
    background: #22A1D4;
    color: white;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 1.7rem;
    text-align: center;
    position: absolute;
    top: -25px;
    right: 30px;
    border: 1px solid #FFF;

}
.webdesign .card-img-top {
    max-width: 100%;
    flex-shrink: 0;
}
.webdesign h5 {
    color: #22A1D4;
}

.call-to-action {
    background: #22A1D4;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    transition: .8s;
}
.call-to-action:hover {
    background-color: #71dbf1;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    transition: .8s;
}
.call-to-action p {
    font-size: 30px;
    color: #FFF;
    margin: 0;
}
.call-to-action:hover p {
    color: #333;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    transition: .8s;    
}
.subtitle {
    color: #999;
    font-size: 1.5rem;
}
.ontwerp .icon {
    width: 100px;
}

.subheader {
    padding: 10px 0;
    color: #999;
    background: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),url('images/jiswo2.jpg') no-repeat 50% 70% / cover;
}
.subheader .logo {
    width: 95px;
    padding: 0;
}
.menuextra {
    font-size: .85rem;
    display: inline;
}
.menuextra a:hover span {
    color: #FFF;
}
.menuextra p {
    margin: 0;
    color: #F5F5F5;
    font-weight: 700;
}
.menuextra span {
    display: block;
    color: #CCC;
    font-weight: 300;
}
.menuextra svg {
    font-size: 1.8rem;
    color: #71dbf1;
}

.menuextra a:link, .menuextra a:visited, .menuextra a:active {
    color: #CCC;
    text-decoration: none;
}
.menuextra a:hover {
    color: #FFF;
    text-decoration: none;
}
.contact h3 {
    margin-bottom: 10px;
    color: #22A1D4;
    font-size: 1.3rem;
    text-transform: uppercase;
}
/*.contact > div:nth-child(2) h3 {
    color: #71dbf1;    
}
.contact > div:nth-child(3) h3 {
    color: #056d9a;    
}*/

.contactitem {
    border-left: 1px solid #e8e8e8;
    padding: 15px 0 15px 15px;
    font-size: 1.2rem;
}
.contact a:link, .contact a:visited, .contact a:active {
    color: #212529;
    text-decoration: none;
}
.contact a:hover {
    color: #3D4148;
    text-decoration: none;
}
.modal-dialog {
    width: 95%;
    max-width: 95%;
}
.privacynotification {
    font-size: .8em;
}
#messageDialog {
    z-index: 99999;
}
#messageDialog .modal-dialog {
    width: 100%;
}
#messageDialog .modal-dialog .close {
    position: absolute;
    right: 20px;
}
.modal-backdrop {
    z-index: 99000;
}
a:link, a:visited, a:active {
    color: #22A1D4;
    text-decoration: none;
}
.quotelogo {
    padding: 15px;
    border: 1px solid #EEE;
    text-align: center;
    margin-bottom: 30px;
}
.carousel-indicators {
    position: relative;
}
.carousel-indicators li {
    background: #CCC;
}
.carousel-indicators .active {
    background-color: #71dbf1;
}
.carousel-item {
    color: #999;
    margin: 0;
    padding: 0 15px;
    height: 100%;
}
.carousel-item .fa-quote-left {
    font-size: 1.7rem;
    margin-right: 7px;
    color: #22A1D4;
    float: left;
    -moz-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
}
.blockquote-author {
    text-transform: uppercase;
    color: #22A1D4;
    display: block;
    text-align: right;
    line-height: 1.2;
    
}
.blockquote-company {
    color: #CCC;
    display: block;
    margin-left: 10px;
    text-transform: initial;
    text-align: right;
}
#QuoteCarousel blockquote {
    margin: 0;
}
#QuoteCarousel p {
    font-style: italic;
}
.portfoliodetail .carousel-inner {
    height: auto;
}
/* Werkwijze */
.werkwijze li {
    margin-bottom: 15px;
    padding-left: 10px;
}
.arrow {
    color: #eee;
    padding: 0px;
    position: absolute;
}
.arrowbottom {
    bottom: 0;
}
.arrowtop {
    bottom: auto;
    top: 0;
}
.arrowright {
    right: 0;
}
.arrowleft {
    right: auto;
    left: 0;
}
.arrownumber {
    color: #00BCD4;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}

.process_icon {
    background: #22A1D4;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    line-height: 60px;
    font-size: 30px;
    color: #FFF;
    border: 10px solid #eee;
    text-align: center;
    margin: 0 auto 15px auto;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.process_icon:hover {
    background: #EEE;
    border-radius: 10px;
    color: #22A1D4;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.process h2 {
    font-size: .8rem;
    margin: 0;
}
.process .fa-layers-text {
    color: #22A1D4;
}
.process .fa-layers {
    font-size: 2.5em;
}
/* End werkwijze */

/* Map */

/* End map */

/* Footer */
footer {
    color: #F5F5F5;
    background: url('images/footercoffee.jpg') no-repeat 50% 50% / cover;
}
footer h5 {
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 30px;
}
footer a:link, footer a:visited, footer a:active {
    color: #F5F5F5;
    text-decoration: none;
}
footer a:hover {
    color: #22A1D4;
    text-decoration: none;
}
.subfooter {
    font-size: .7em;
    background: #0f171a;
    text-align: center;
    padding: 15px 0;
    color: #CCC;
}
.subfooter p {
    margin: 0;
}
footer .fa-ul {
    margin-left: 1.6em;
}
/* End footer */

.grecaptcha-badge{
    z-index:3;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .ontwerp .icon {
        width: 100%;
        max-width: 100px;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .legalcookiewarning {
        width: 260px;
    }
    .btn-jiswo, .btn-primary {
        display: inline-block;
        width: auto;
    }
    #messageDialog .modal-dialog {
        width: 95%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hero .logoholder {
        padding: 20px 30px;
        height: 110px;
    } 
    .subheader .logo {
        width: 140px;
    }
    .logohome {
        width: 100%;
        max-width: inherit;
        padding: 40px 0;
    }
    .hero .logoholder:before {
        background-color: rgba(255, 255, 255, 1);
        mix-blend-mode: soft-light;
    }
    .subheader {
        padding: 30px 0;
    }
    .process_icon {
        width: 100px;
        height: 100px;
        line-height: 80px;
        font-size: 40px;
    }
    .process h2 {
        font-size: 1.3rem;
    }
    .process .fa-layers {
        font-size: 4em;
    }
    .hero .intro .info {

    }
    .hero h1 {
        opacity: .7;
    }
    #messageDialog .modal-dialog {
        width: 80%;
    }
    .carousel-inner {
        height: 300px;
        border-top: 1px solid #F5F5F5;
        border-bottom: 1px solid #F5F5F5;
    }
    .quotelogo {
        margin-bottom: 0;
    }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .hero h1 {
        font-size: 2.5rem;
    }

}
@media (min-width: 992px) {
    .menuextra {
        margin-right: 110px;
    }
}
@media (min-width: 1080px) {
    .menuextra {
        margin-right: calc(239px - (-960px + 100vw));
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .visiecheck {
        font-size: 2rem;
    }
    .menuextra {
        margin-right: calc(239px - (-1140px + 100vw));
    }

    .hero h1 {
        font-size: 3rem;
    }
}

@media (min-width: 1375px) {
    .visiecheck {
        font-size: 2rem;
    }
    .menuextra {
        margin-right: 0;
    }
    .logohome {
    }
}


@media (min-width: 768px) and (max-width: 890px) {
    .logohome {max-width: 80%;}
}
@media (min-width: 992px) and (max-width: 1130px) {
    .logohome {max-width: 80%;}
}
@media (min-width: 1200px) and (max-width: 1315px) {
    .logohome {max-width: 80%;}
}
