.otvaracky table, .kontakt table {
display : inline-block;
}

.page-list {
display : flex;
justify-content : center;
flex-wrap : wrap;
}

.page-list-ext-item {
clear : none !important;

width : 15%;

padding: 1vw;

text-align : center;

filter : grayscale(20%);

transition : 0.2s;
}

.logic_submenu_wrap .page-list-ext-item {
width : 10%;
}

@media screen and (max-width: 960px) {
.page-list-ext-item {
float : none;

width : calc(50% - 2vw);

margin : 0 !important;
}
}

.page-list-ext-item:hover {
background-color : #f6f6f6;

filter : grayscale(0%);
}

.page-list-ext-image {
float : none !important;
}
.page-list-ext-image img {
width : 100%;
background-color : white;
border : 1px solid #f6f6f6;
}

.page-list-ext-title {
padding : 5%;

font-weight : 300 !important;

transition : 0.2s;
}