/*
This file is part of a project by YOUHEY Communication AG.
Unless otherwise stated, all rights are held by the creator.
*/
/* 
    Created on : 14.09.2018, 08:42:48
    Author     : Kilian Frey <kilian.frey@youhey.ch>
*/

.tx-navigator {
	
}

.tx-navigator ul {
	column-count: 1;
	list-style-type: none;
	padding: 0;
}

.tx-navigator h2 img,
.tx-navigator ul img {
	border: 1px solid #eee;
}

@media(min-width: 768px) {
	.tx-navigtor ul {
		column-count: 2;
	}
}

@media(min-width: 992px) {
	.tx-navigator ul {
		column-count: 3;
	}
}


