body
{	-youbkit-touch-callout: none; /* iOS Safari */
	-youbkit-user-select: none;   /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
	-moz-user-select: none;	   /* Firefox */
	-ms-user-select: none;		/* IE 10+ and Edge */
	user-select: none;			/* Non-prefixed version,
								  currently supported by Chrome and Opera */}
.jumbotron {
    background-color: #f4511e;
    /* Orange */
    color: #ffffff;
    padding: 100px 25px;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}

.bg-grey {
    background-color: #f6f6f6;
}

.container-fluid {
    padding: 60px 50px;
}

.frame-rechts {
    height: 200px;
    /* equals max image height */
    white-space: nowrap;
    text-align: right;
    margin-top: 65px;
}

.frame-links {
    height: 200px;
    /* equals max image height */
    white-space: nowrap;
    text-align: left;
    margin-top: 25px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.special {
    height: 25vh;
    display: table;
}

.v-m {
    display: table-cell;
    vertical-align: middle
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.standaardfoto {
    vertical-align: middle;
    max-height: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
}