body {
    background-color: lightblue;
}
a {
    text-decoration: none!important;
    font-style: italic;
}
a:hover {
    text-decoration: underline;
}
td {
    vertical-align: top;
}
select {
    background-color: #bbb;
    border-radius: 8px;
}
h3, h4 {
    color: white;
    background-color: darkslategray;
    text-align: center;
}
.resp-menu div a { text-align: left }
@media all and (max-width:600px) {
    .resp-menu {
        /*top: 0px;*/
    }
    .resp-menu div { float: left;padding: 0!important; }
    .resp-menu a { font-size: 1.8vw;padding: 3px;/*letter-spacing:0.1rem;*/ }
    .container-md-start p { padding-top: 1%; width:100%;}
    .container-md-start { width:100%;}
    .resp-menu, .resp-menu div {
        font-size: 0.7rem;
    }
    .activeL  a { background-color: darkslategray; }
    #menu_div {/*display: none;*/background-color: rgba(255,255,255,0.5)!important;padding-left:10px!important; /*position: fixed;*/padding-right:auto; width:100%;
        div {width:30%;min-width: fit-content;}
        hr { display: none; }
    }
    main {
        flex-direction: column;
    }
    #sidebar {
        order: 1 !important;
        width: 100% !important;
    }
    #contentMain {
        order: 2 !important;
        width: 100% !important;
    }
    #site-header {
        /*flex-wrap: wrap;*/
    }
    #site-header .lang-btn .btn {
        font-size: 11px;
        padding: 4px 6px;
    }
    #site-header .header-img img {
        max-width: 60%;
    }
}
@media all and (min-width:600px) {
    .resp-menu {
        right: 15px; text-align: left; position: absolute; /*top: 0px;*/
    }
    .resp-menu div div {
        background-image: url('/public/malaStrzalka.png');
        background-repeat: no-repeat;
        background-size: 8%;
        background-position-y: center;
        padding-left: 10%;
    }
    div.activeL { background-image: url('/public/strzalka.png')!important;background-size:100%!important; }
    div.activeL a { background: none!important;border: 0!important; }
    .container-md-start { width:70%;}
}
