@media only screen and (min-width: 0px) and (max-width: 950px){
    footer .partners {
        flex-direction: column;
    }
    .partners .vlada {
        margin: 0 auto;
    }
    .basic_site_inner_content_contact {
        width: 100%;
    }
    .basic_site_inner_content_contact article {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .basic_site_inner_content_contact h1 {
        width: 100%;
    }
    .right_column_contact {
        width: 575px;
        float: none;
        margin: 50px auto;
    }
    .contact_form div.consent_data dd,
    .consent_data dd {
        width: 95% !important;
    }
    .contact_form dd.buttons_action {
        width: 235px !important;
        margin: 0 auto !important;
    }
    .contact_form div.cnt_form_div_note{
        width: 80%;
    }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
    .height-100 figure{
        width: 100%;
    }
    .height-100 figure img{
        width: 100%;
    }
    .program article,
    .program article.blue{
        grid-template-columns: 37% auto 31%;
    }
    footer .partners{
        flex-direction: column;
    }
    .partners .vlada{
        margin: 0 auto;
    }
    .basic_site_inner_content_contact{
        width: 100%;
    }
    .basic_site_inner_content_contact article{
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .basic_site_inner_content_contact h1{
        width: 100%;
    }
    .right_column_contact{
        width: 90%;
        float: none;
        margin: 50px auto;
    }
    .contact_form div.consent_data dd,
    .consent_data dd{
        width: 95% !important;
    }
    .contact_form dd.buttons_action{
        width: 235px !important;
        margin: 0 auto !important;
    }







}
@media only screen and (min-width: 0px) and (max-width: 599px) {
    .body-pd{
        padding-left: calc(var(--nav-width) + 0rem);
    }

    .height-100 figure{
        display: table;
        margin: 0 auto;
        width: 100%;
    }
    .height-100 figure img{
        margin: 0 auto;
        width: 100%;
    }
    .height-100 h1{
        width: 95%;
    }
    .height-100 h2{
        font-size: 24px;
        width: 95%;
    }
    .header_toggle {
        margin: 20px 0 0 10px;
    }
    .lang_box{
        margin: 15px auto 0 auto
    }
    .main_functions{
        width: 100%;
        margin: 0 auto;
        justify-content: center;
    }
    .body-pd .wrapper footer{
        width: 100%;
    }
    footer .partners{
        flex-direction: column;
    }
    .partners .vlada{
        width: auto;
        margin: 50px auto 0 auto;
    }
    .partners .podrska div{
        flex-direction: column;
        width: 100%;
    }

    .attendants div{
        grid-template-areas:
                    "img"
                    "h3"
                    "text"
                    "info";
        width: 95%;
        grid-template-columns: auto;
    }
    .attendants h3,
    .attendants p:first-of-type{
        margin: 5px auto
    }
    .program{
        width: 95%;
    }
    .program .category{
        display: flex;
        width: 100%;
        margin: 20px 0;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    .program .category ul{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .program article,
    .program article.blue{
        grid-template-areas:
            "title"
            "subtitle"
            "ucesnik"
            "govor"
            "btn";
        grid-template-columns: auto;
        grid-template-rows: auto;
    }
    .program .speakers figure{
        margin: 0px 5px 10px 0;
    }
    .program article span{
        display: block;
        width: 100%;    
    }
    .basic_site_inner_content_contact{
        width: 100%;
        padding: 0 20px;
    }
    .basic_site_inner_content_contact article{
        width: 100%;
        float: none;
        margin: 50px auto;
    }
    .right_column_contact{
        width: 100%;
        margin: 50px 0 0;
        float: none;
    }
    .contact_form div{
        width: 100%;
        float: none;
    }
    .contact_form dd textarea{
        width: 100%;
    }
    .contact_form dd.buttons_action{
        padding: 20px 0 20px !important;
        margin: 0 auto !important;
        display: table;
        width: 250px !important;
    }
    .contact_form div.consent_data dd,
    .consent_data dd{
        width: 90% !important;
    }
    .basic_site_inner_content_contact p{
        width: 95%;
        text-align: center;
    }
    .contact_form div.cnt_form_div_note{
        width: 100%;
    }
    .osnovna div figure{
        float: none;
        margin: 10px auto;
    }
    .osnovna p iframe{
        width: 95%;
        height: 300px;
    }
    .osnovna div h1{
        font-size: 26px;
    }
    .osnovna .speakers figure{
        width: 100%;
    }
    .osnovna .vrijeme{
        text-align: center;
    }
    .osnovna div p{
        text-align: center;
        margin: 30px 0 0 0;
    }
}

@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 0rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 0rem);
    }
    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
    }
    .header_img {
        width: 40px;
        height: 40px;
    }

    .header_img img {
        width: 45px;
    }
    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0;
    }
    .show {
        width: calc(var(--nav-width) + 156px);
    }
    .body-pd {
        padding-left: calc(var(--nav-width) + 156px);
    }
   
    
}

@media only screen and (min-height: 0px) and (max-height: 450px){
	.l-navbar {
		position: absolute;
		top: -65px;
        height: 449vh;
	}
}