/* MAIN */
.green{
	color: #17A6B4;
}
.date-link{
	color: rgb(255, 16, 100);
}
.date-link:hover, .date-link:focus {
	color: rgb(255, 16, 100);
	text-decoration: underline;
}

/* NAV */
.navbar .navbar-brand img, .navbar-menu-widthfix.navbar .navbar-brand img{
    max-height: 80px;
}
.navbar-menu-widthfix-collapsed .navbar-brand, .navbar .navbar-brand{
	max-height: 80px;
}


/* LIST */
.list-col, .list-col-2{
    columns: 2;
    	-webkit-columns: 2;
    	-moz-columns: 2;
	text-align: center;
	list-style: none;
	column-rule: 1px solid lightblue;
		-wekbit-column-rule: 1px solid lightblue;
		-moz-column-rule: 1px solid lightblue;
	margin-top: 20px;
}


#SyskonfForm{
	min-height: 800px;
}
.footer{
	background: #fff;
}
.footer__content{
	display: none;
}


@media(min-width: 768px){
	.list-col{
		columns: 4;
			-webkit-columns: 4;
			-moz-columns: 4;
	}
}