 @media (orientation: portrait) {
    .calendar-wrapper { flex-direction: column !important; align-items: center; }
                .sportplace{flex: 1 1 100% !important;}
            }

        @media (orientation: landscape) {
            .calendar-wrapper {flex-direction: row !important;}
            .sportplace {flex: 0 1 50% !important;}
        }


 /* Staré mobily (do 320px) */
@media screen and (max-width: 320px) {
  /*.eventplan-wrapper{max-width:320px;background-color:#1d6cb1f0;}*/

}



/* Malé mobilní telefony (do 480px) */
@media screen and (min-width: 480px) {
/*.eventplan-wrapper{background-color:green;}*/
}

/* Střední telefony (481px - 768px) */
@media screen and (min-width: 768px) {
/*.eventplan-wrapper{background-color:#ff0000;}*/
}

/* Tablety a větší mobily (769px - 1024px) */
@media screen and (min-width: 1024px) {
/*.eventplan-wrapper{background-color:#ff6a00;}*/


}

/* Malé notebooky a větší tablety (1025px - 1378px) */

@media screen and (min-width: 1378px) {

/*.eventplan-wrapper{background-color:#ffd800;}*/
 

}