
/*common*/

.main_block {

}

.content {
    width: 60%;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}

p {
    font-family: Courier New;
    font-size: 14pt;
    color: black;
}

.dev {
    /*border: 2px solid black;*/
}

/*#content-frame {
    width: 100%;
    min-height: 200vh;
    border: none;
}*/


.menu_block {
    font-size: 25pt;
    text-align: right;
    width: 80%;
    color: white;
}

.menu_block a {
    margin-left: 40px;
}

.container {
    display: flex;
    align-items: center;
    width: 70%;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.image_right {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-shrink: 0;
    max-width: 100%;
    height: auto;
    text-align: right;
}

.image_left {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-shrink: 0;
    max-width: 100%;
    height: auto;
    text-align: left;
}


.text_left {
    margin-right: 20px; /* Adjust the spacing between image and text as needed */
    flex: 1;
    min-width: 60%;
    text-align: right;
}

.text_right {
    margin-left: 20px; /* Adjust the spacing between image and text as needed */
    flex: 0;
    text-align: left;
    min-width: 60%;
}

.container h2 {
    color: black;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
}




/*header_box*/

#header_box {
    /*height: 100px;*/
}

/*content*/

.text_block {

}

#form_order {

}

/*footer*/

#footer_map {
    background-color: white;
}

/*foto slideshow box*/

#box {
    width: 80%;
    /*align-content: center;*/
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

#foto_slideshow_box {
    margin: 0;
    padding: 0;
/*    margin-left: 10vw;
    margin-right: 10vw;*/
    min-width: 120vw;
    display: grid;
    place-items: center;
}

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

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

.foto_slideshow:hover img {
    opacity: 0.5;
}

.foto_slideshow img:hover {
    opacity: 1;
}

.foto_slideshow .single-column {
    animation: var(--animation, none) 16s infinite linear;

}

.foto_slideshow .single-column:hover {
    animation-play-state: paused;
}

@keyframes slide {
    to {
        transform: translateX(var(--direction, -50%));
    }
}


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

.contact_detail {
    flex: 0;
    min-width: 50%;
    text-align: right;
    margin-right: 50px;
}

.contact_detail1 {
    min-width: 49%;
    text-align: left;
    margin-left: 40px;
}

.contact_detail img {
    height: 100px;
    /*max-width: 15%;*/
}

.contact_detail1 img {
    height: 100px;
    /*max-width: 15%;*/
}

.adresa {
    color: black;
    text-align: center;
}

