* {box-sizing:border-box}

/* Slideshow container */
 div[class^='slideshow-container']{
    position: relative;
    margin: auto;

    width: 500px;

}
 .rechts div[class^='slideshow-container'] {
     float: right;
 }
.links div[class^='slideshow-container'] {
    float: left;
}
/*.slideshow-container, .slideshow-container2, .slideshow-container3*/
/* Hide the images by default */
div[class^='mySlides'] {
    display: none;
    opacity: 1;
    margin: 0px;
}
/*.mySlides, .mySlides2, .mySlides3*/
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -50px;
    padding: 16px;
    color: white;
    opacity: 0.7;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev, .next {

}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}
 img[class^='slideshowPhoto']{
    margin: 0px;
     width: 100%;
}
 #vragen > .grey_block {
     padding: 40px 0px 100px 0px;
 }
.grey_block *{
    color: black;
}
.grey_block p {
    width: 40%;
    margin: 0 auto;
    text-align: initial;
}
.services article {
    border-bottom: 6px lightgrey;
}
.line {
    background-color: lightgrey;
    width: calc(93.88% + 50px);
    height: 2px;
}
h3 {
    font-family: "Montserrat";
    font-weight: 700;
    color: rgb(106, 106, 106);
    font-size: 16px;
    margin-top: 50px !important;
}
.achtergrond {
    background-color: rgb(238, 238, 238);
    overflow: auto;
}
article {
    margin: 0 auto;
    overflow: auto;
}
h1 {
    color: #6A6A6A;
    font-weight: 900;
    font-size: 40px;
}
.wrapper {
    padding: 90px 0px 90px 0px;
    margin-top: 0px;
}
article > .links, article > .rechts {
    min-height: 0px;
}
@media screen and (max-width: 1260px){
    h1 {
        font-size: 28px;
    }
    div[class^='slideshow-container']{
        width: 400px;
    }
    article {
        overflow: unset;
    }

}
h3 > a {
    color: #6A6A6A;
}
.anchors > a:hover {
    color: #6A6A6A !important;
}

















.shadow
{
    filter: drop-shadow(-20px -20px -10px black);
    border-radius:10pt;
}


.wrapper > h1 {
    margin-bottom: 150px;
}
.project {
    position: relative;

    padding: 20px 10px 20px 10px;
    overflow: hidden;
}
.hover{
    position: absolute;
    bottom: 20px;
    height: 0;
    width: calc(100% - 30px);
    padding-top: calc(66.79% - 20px);
    border-radius:10pt;
}
.hover-inner {
    height: 100%;
    width: 100%;
    visibility: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    background-color: rgba(208, 57, 47, 0.7);
    border-radius:10pt;
}
.hover:hover > .hover-inner {
    visibility: visible;
}
.titel {
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 900;
    margin-top: 20%;
    margin-bottom: 10px;
    opacity: 100%;
}

.project > div {
    width: 100%;
    height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 66.79%;
}
footer {
    margin-top: 100px;
}
h3 {
    font-size: 20px;
    color: #6A6A6A;
}
.titel_foto {
    max-width: 100%;
    border-radius:10pt;
}
.wrapper {
    margin-top: 200px;
}
.foto-block {
    padding: 10px;
    border-radius:10pt;
}
.foto-block > img {
    width: 100%;
    border-radius:10pt;
    
}
.port-text {
    position: relative;
}
.port-text > .knop {
    position: absolute;
    bottom: 0px;
}
.intro {
    margin-bottom: 200px;
}

/* ZOOM functie */

.myImg {
    cursor: pointer;
    transition: 0.3s;
    border-radius:10pt;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.center {
    margin: 0 auto;
    margin-top: 50px;
}
.center > h1 {
    font-size: 40px;
    color: #6A6A6A;
    margin-bottom: 40px;
    font-weight: 900;
}
.center > p {
    margin-bottom: 40px;
}
