
body { min-width: 320px; }

.labelMenu {
    display: none;
}


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




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



}


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




}

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

    .header {
        padding: 30px 20px;
    }
    .container {
        padding: 0 10px;
    }

}

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

    /*** header ***/
    .labelMenu {
        display: block;
        position: relative;
        width: 30px;
        height: 15px;
        margin-top: 9px;
        float: right;
        cursor: pointer;
        z-index: 5;
    }
    .labelMenu span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #000;
        transition: 200ms;
    }
    .labelMenu span:first-child {
        top: 0;
    }
    .labelMenu span:nth-child(2) {
        top: 6px;
    }
    .labelMenu span:last-child {
        bottom: 0;
    }
    #respMenu:checked ~ .ul-menu {
        display: block;
    }
    #respMenu:checked ~ .labelMenu span:first-child {
        transform: rotate(45deg);
        top: 5px;
    }
    #respMenu:checked ~ .labelMenu span:nth-child(2) {
        display: none;
    }
    #respMenu:checked ~ .labelMenu span:last-child {
        transform: rotate(-45deg);
        top: 5px;
    }

    .ul-menu {
        display: none;
        width: 100%;
        padding-top: 20px;

    }
    .ul-menu li a.fb {
        margin: 0 auto;
    }
    
    
    
    
    /*** Naše činnost ***/
    
    .nase-cinnost .part {
        display: block;
    }
    .nase-cinnost .part .img {
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }
    .nase-cinnost .part .img img {
        position: relative;
        display: block;
    }
    .nase-cinnost .part .part-text {
        width: 100%;
    }
    
    
    
    /*** Přehled akcí ***/
    .prehled-akci .slider {
        margin-top: 60px;
    }
    .prehled-akci .slide .text {
        width: 100%;
        padding: 20px 0;
        order: 2;
    }
    .prehled-akci .slide .text h3 {
        padding: 10px 0;
    }
    .prehled-akci .slide .text .date {
        padding: 10px 0 0 0;
    }
    .prehled-akci .slide .img {
        width: 100%;
        height: auto;
        padding-bottom: 0;
        order: 1;
    }
    .prehled-akci .slide .img img {
        position: relative;
    }
    /*** Přehled všech akcí ***/
    .prehled-vsech-akci .akce {
        margin-top: 60px;
    }
    .prehled-vsech-akci .slide {
        padding-bottom: 30px;
    }
    .prehled-vsech-akci .slide .img {
        width: 100%;
        order: 1;
    }
    .prehled-vsech-akci .slide .text {
        width: 100%;
        padding: 20px;
        order: 2;
    }
    .prehled-vsech-akci .slide .text .date {
        padding: 10px 0 0 0;
    }
    
    
    
    /*** Kontakt ***/
    .kontakt .container {
        display: block;
    }
    .half {
        width: 100%;
        float: none;
    }
    
    
    
    

}


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



}


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

    .nase-cinnost {
        padding: 60px 0;
    }
    .prehled-akci {
        padding: 60px 0;
    }

    #writeMe {
        padding: 30px 0 0 0;
    }

}

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

    .imgRight {
        width: 100%;
        float: none;
        margin-left: 0%;
    }
    .imgLeft {
        width: 100%;
        float: none;
        margin-right: 0%;
    }

    .textRight {
        width: 100%;
        float: none;
    }
    .textRight > p:first-child {
        margin-top: 1rem;
    }
    .textLeft {
        width: 100%;
        float: none;
    }
    .textLeft > p:first-child {
        margin-top: 1rem;
    }



    #writeMe .field.half {
        float: none;
        width: 100%;
    }
    #writeMe .field.half.first {
        margin-right: 0;
    }

}

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






}


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


    table {
        border: 0;
    }

    table tr th {
        display: none;
    }  

    table thead {
        display: none;
    }

    table tr {
        margin-bottom: 10px;
        display: block;
        /*border-bottom: 2px solid #ddd;*/
    }

    table td p { text-align: center !important;}

    table td {
        display: block;
        text-align: right;
        font-size: 13px;
        /*border-bottom: 1px dotted #ccc;*/
        text-align: center !important;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table td:before {
        content: attr(data-label);
        /*float: left;*/
        display: block;
        text-align: center !important;
        text-transform: uppercase;
        font-weight: bold;
        color: #06377a;
        padding: 0.5em;
        background-color: transparent;
    }
}
