body .bgImage {
    background-image: url("/images/omslagfotos/omslagfotoRepetitie.jpeg" );
    background-position: center;
}

.main-wrapper {
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 35%;
    left: 100px;
    right: 100px;
}
.main-title {
    width: 35%;
    background-color: #e2d5cb;
    padding: 25px;
    border: none;
    border-radius: 10px;
}

.repetitiekot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.repetitiekot .title {
    margin-top: 10px;
}

.repetitiekot .item-wrapper {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.item-wrapper .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    background-color: #34586f;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: none;
    border-radius: 10px;
    transition-duration: 0.2s;
}

.item-wrapper .item:hover {
    box-shadow: 6px 6px 16px rgba(52, 88, 111, 0.5);
    
}

.item .image {
    width: 90%;
    margin-bottom: 15px;
    border: none;
    border-radius: 10px;
    transition-duration: 0.2s;
}

.item-wrapper .item:hover .image {
    width: 92%;
    margin: 0;
}

.item .tekst {
    color: #e2d5cb;
    width: 90%;
    font-size: 16pt;
}

.extra-info {
    border: none;
    background-color: #e2d5cb;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.extra-info .tekst {
    font-size: 14pt;
    width: 70%;
}

.extra-info .contactgegevens.len { 
    margin-top: 10px;
}

.extra-info .contactgegevens {
    font-size: 12.5pt;
    font-family: Milker, Roboto, sans-serif;
    text-decoration: none;
    font-weight: bold;
}

.extra-info .contactgegevens.tel:hover {
    color: #804141 !important;
}

.social-wrappper {
    width: 100%;
}
.social-wrappper .text {
    font-size: 20pt !important;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.social-wrappper {
    grid-template-columns: 1fr 1fr 1fr;
}


/* Responsive Styles */

@media (max-width: 1440px) {
    .main-title {
        width: 40%;
    }
}

@media (max-width: 1280px) { 
    .main-title {
        width: 45%;
    }
    .social-wrappper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .main-title {
        width: 70%;
    }
}

@media (max-width: 768px) {

    .main-title {
        width: 140%;
    }
}

@media (max-width: 600px) {
    
}

@media (max-width: 360px) {
    .warning2 {
        top: 60%;
    }
}