 html, body, #photo{
            height: 100%;
            width: 100vw;
            padding: 0;
            margin: 0;
        }
        body{
            background-image: url("../img/map_blur.png");
        }

        #photo {
            width: 1024px;
            height: -webkit-calc(100% - 100px);
            height: -moz-calc(100% - 100px);
            height: calc(100% - 100px);
            padding: 0;
            margin: auto;
            background-color: transparent;
        }

      
        
        #header {
            width: 100%;
            height: 100px;
            background-color: #478388;
        }

        #header a.logo {
            display: block;
            position: absolute;
            top: 5px;
            left: 17px;
            height: 100px;
        }

        #header a.logo img{
            height: 90%;
        }

        .marker-cluster-small div {
            background-color: rgba(255, 0, 0, 0.6);
        }
        .marker-cluster-small {
            background-color: rgba(255, 0, 0, 0.4);
        }

        .marker-cluster-small  span{
            color: white;
            font-weight: bold;
        }

        .slide-container{
            margin-bottom: 40px;
            margin-left: 40px;
            margin-right: 40px;
            margin-top: 20px;
            line-height: 120%;
            font-size: 13px;
            text-align: justify;
        }

        .slide-container .flag{
            display: inline;
            margin-right: 10px;
            height:16px; 
            width: 24px;
            padding-left: 24px;
        }

        .flag.cz{
            background-image: url("../img/cz.png");
        }

        .flag.en{
            background-image: url("../img/en.png");
        }
        .flag.de{
            background-image: url("../img/de.png");
        }
    

        .modal-header{
            background-color: #478387;
            color: white;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

        .modal-content{
            background-color: transparent;
            border-radius: 20px;
        }

        .modal-body{
            background-color: white;
        }

        .carousel-indicators .active {
            background-color: rgba(102,102,102,1);
        }

        .carousel-indicators li {
            background-color: rgba(102,102,102,.5);
        }

        .carousel-control-next,
        .carousel-control-prev{
            filter: invert(100%);
            width: 30px;
        }

        .close{
            color: #fff !important;
        }
        .close:focus, .close:hover {
            color: #fff !important;
        }
        .carousel-indicators{
            bottom: 0;
        }

        @media (min-width: 576px){
            .modal-dialog {
                max-width: 600px;
                margin: 1.75rem auto;
            }
        }

        @media only screen and (max-device-width:568px) {
            #photo {

                height: -webkit-calc(100% - 60px);
                height: -moz-calc(100% - 60px);
                height: calc(100% - 60px);
                padding: 0;
                margin: auto;
                background-color: transparent;
            }

            #header {
                width: 100%;
                height: 65px;
                background-color: #478388;
            }
    
            #header a.logo {
                display: block;
                position: absolute;
                top: 5px;
                left: 17px;
                height: 60px;
            }
    
            #header a.logo img{
                height: 90%;
            }

            #photo {
                width: initial;
            }
    
        }

        .modal-subtitle{
            font-size: 10px !important;
        }

        .modal-title {
            line-height: 1.2;
        }