Div#ContentEffect {
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    transition: opacity 0.5s;
        padding-bottom: 10%;
}

Div#ContentEffect:hover {
    opacity: 1;
    transition:  opacity 0.5s;
        padding-bottom: 10%;
}

Div#ContentTekst {
    background-color: #ffffff;
    width: 25%;
    padding: 3% 5% 3% 5%;
    text-align: center;
    position: relative;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	margin-left: auto;
    margin-right: auto;
}

.ContentTekst1 {
    left: 0%;
}

.content {
    position: absolute;
    top: 50px;
    width: 100%;
}
}
