﻿        .rowgalerie{
            display:flex;
			flex-wrap: wrap;
			justify-content: center;
            }

        .column {
            position: relative;
        }
 

        .column img{
            margin: 8px 18px 0 0;
            height: 70px;
        }

        /* The Modal (background) */
        .modal {
            display: none;
            position: fixed;
            z-index: 1;
            padding-top: 10px;
            left: 0;
            right: 0;
            top: 0;
            width: auto;
            height: 100%;
            overflow: hidden;
            background-color: rgba(0,0,0,0.8);
        }

        /* Modal Content */
        .modal-content {
            position: relative;
            text-align: center;
            margin: auto;
            padding: 0;
            max-width: 95%;
            overflow: hidden;
        }

        /* The Close Button */
        .close {
            color: white;
            position: absolute;
            top: 10px;
            right: 25px;
            font-size: 35px;
            font-weight: bold;
            z-index: 3;
        }

        .close:hover,
        .close:focus {
            color: #999;
            text-decoration: none;
            cursor: pointer;
        }

        /* Hide the slides by default */
        .mySlides {
            display: none;
            height: 98vh;
            align-items: center;
            justify-content: center;
        }

        .mySlides img{
        	margin-top: 3em;
            box-sizing: border-box;
            padding: 0.5em;
            max-height: 95%;
            width: auto;  
            max-width: 95%;          
             }

        /* Next & previous buttons */
        .prev,
        .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            padding: 16px;
            margin-top: -50px;
            color: white;
            font-weight: bold;
            font-size: 20px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
            -webkit-user-select: none;  
        }
        .prev{
            left:10px;
        }
        .next{
            right:10px;
        }

        /* Position the "next button" to the right */
        .next {
            right: 0;
            border-radius: 3px 0 0 3px;
        }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover,
        .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

        /* Number text (1/3 etc) */
        .numbertext {
            color: #f2f2f2;
            font-size: 12px;
            padding: 8px 12px;
            position: absolute;
            top: 0;
            left: 10px;
        }

        /* Caption text */
        .caption-container {
            text-align: center;
            background-color: black;
            padding: 2px 16px;
            color: white;
        }

        img.hover-shadow {
            transition: 0.3s;
        }

        .hover-shadow:hover {
            box-shadow: 0px  0px 0px 0px rgba(0, 0, 0, 0);
        }
        
        
@media ( min-width:60em ) {

        .modal {
            position: fixed;
            left: 13.75em;
            }
        .column img{
            height: 90px;
        }


}
