/*Scheepsstoffering CSS*/


/* Text
 ---------------------------------------*/

.DivColumn_MainText{
    padding-left: 20%;
    padding-right: 20%;
}

@media (max-width: 600px) {

    .DivColumn_MainText{
        padding-left: 5px;
        padding-right: 5px;
    }
}

.DivColumn_SecundaryText{
    width: 50%;
}

.DivColumn_TertiaryText{
    width: 50%;
}

.DivColumn_TertiaryText > div, .DivColumn_SecundaryText > div {
    overflow: hidden;
}

.row-specialemarge{
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.row-specialemarge > div {
    padding: 0;
}


/* Elements
 ---------------------------------------*/
h1 {
    text-align: center;
    color: #a53131;
    font-weight: bold;
}

h2 {
    text-align: center;
    color: #a53131;
    font-weight: bold;
}

p {
    text-align: center;
}

.content-image {
    max-width: 100%;
    height: auto;
    transition: transform .5s;
}
.content-image:hover {
    transform: scale(1.1);
}

.content-image-wrapper {
    position: absolute;
    left: 5%;
    padding: 10px;
    top: 50%;
    border-radius: 10px;
}

.content-image-shader {
    position: absolute;
    left: 5%;
    padding: 10px;
    top: 50%;
    border-radius: 10px;
    background-color: black;
    display: flex;
    width: 421px;
    height: 88px;
    opacity: 0.3;
}

.content-image-wrapper > h2 {
    font-size: 35px !important;
}

@media (max-width: 900px) {
    .DivColumn_TertiaryText {
        width: inherit;
    }

    .DivColumn_SecundaryText {
        width: inherit;
    }

    .content-image-wrapper, .content-image-shader, .content-image-shader-2 {
        width: 80%;
        height: 30%;
    }
    .content-image-wrapper > h2 {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .content-image-wrapper > p {
        display: none;
    }
}