/* ----- MODAL ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- 4 Spalten */

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

/* ----- ----- ----- ----- Modal Layout 03 */
.Modal-01-column-03a { /* 3 SPALTEN */
    float: left;
    width: 33%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px; 
}


.Modal-01-img-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


.M01-kolumnentitel-02 {
    padding: 10px 0px 5px 0px;    
}

.M01-beschreibungstext-02 {
    padding: 2.5px 0px 5px 0px; 
}


/* Clear floats after the columns */
.Modal-01-row:after {
    content: "";
    display: table;
    clear: both;
}

/* The Close Button */
.Modal-close {
    position:fixed;
    top: 8px;
    left: 18px;
    color: #ff6211;
    transition: 0.3s;
    font-size: 30px;
    line-height: 35px;
}

.Modal-close:hover, .Modal-close:focus {
    color: darkgrey;
    text-decoration: none;
    cursor: w-resize /* pointer */
}