
/* extra sammlll (Samrtphone) */
@media screen and (max-width: 768px) {

	.col2{
		padding-left:25px;
		padding-right:25px;
		position: relative;
	}
	#logo{
		width:240px;
	}

	.large-img{
		margin-bottom:20px;
	}
	#rows {
		grid-template-columns: 60px minmax(120px, 1fr);
	}
	.col2{
		min-width:380px;
	}
}


/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 769px) and (max-width:991px){ 
	
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {

}