/* 
    Created on : 30. 4. 2021, 14:52:30
    Author     : JiriF
*/

/* +++ About kindergarten +++ */

#body {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
}

#body #aboutSchool .content {
    padding: 5px;
    
    margin-bottom: 10px;
}

#body #aboutSchool .content p+h3 {
    margin-top: 10px;
}

#body #aboutSchool .content p:not(.first) {
    text-indent: 30px;
}

/* -------------------- Map -------------------- */

#body #map .floatingcontent {
    padding: 0px;
    overflow: hidden;
}

#body #map iframe {
    border: 0px;
    margin-bottom: -4px; /* dirty, but works */
    
    height: 500px;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    #body #aboutSchool .content img {
        width: 500px;
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    #body #aboutSchool .content img {
        width: 100%;
        margin-bottom: 5px;
    }
}