/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 3. 8. 2023, 9:19:35
    Author     : m-unava
*/

@media only screen and (max-width: 1000px){

    body {
        /*background-color: #de3163;*/
    }

    #header_box {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .content {
        align-content: center;
    }

    #box {
        /*min-height: 10vh;*/
    }

    #foto_slideshow_box {
        margin: 0;
        padding: 0;
        min-height: 30vh;
        min-width: 100%;
        display: grid;
        place-items: center;
    }

    .foto_slideshow {
        margin-top: 20px;
        display: inline;
        overflow: hidden;
        width: 105%;
        background: white;
    }

    .foto_slideshow img {
        vertical-align: middle;
        border: 1px solid black;
        box-sizing: border-box;
        transition: opacity .20s;
    }

    .contacts {
        /*display: flex;*/
        display: flow;
        width: 70%;
        margin: auto;
        text-align: center;
        color: black;
    }

    .contact_detail {
        /*flex: 0;*/
        /*float: left;*/
        min-width: 70%;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .contact_detail1 {
        /*float: left;*/
        min-width: 70%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }


}

