﻿
#cont-497 {
	background-image: url(../media/teambild.png) ! important;
}
#col-480 {
	float: left;
	width: 65%;
	overflow: hidden;
}
#col-481 {
	float: left;
	width: 35%;
	overflow: hidden;
}
#col-583 {
	display: flex;
	flex-wrap: wrap;
}
#col-583 > div {
	flex-basis: 28%;
	margin: 15px 2.5%;
	min-width: 200px;
	text-align: center;
	max-width: 300px;
}
#col-596 {
	display: flex;
	flex-wrap: wrap;
}
#col-596 > div {
	flex-basis: 28%;
	margin: 15px 2.5%;
	min-width: 200px;
	text-align: center;
	max-width: 300px;
}
#cont-657 {
	text-align: center;
}
#cont-657 a {
	background-color: #BB000B;
	color: white;
	padding: 8px 20px;
	display: inline-block;
	text-decoration: none;
	transition: .3s ease;
}
#cont-657 a:hover {
	background-color: #6b6b6b;
}
#text-480 {
	letter-spacing: 2px;
}
@media(max-width: 730px) {
	#col-583 > div {
		flex-basis: 45%;
		margin: 15px 2.5%;
	}
	#col-596 > div {
		flex-basis: 45%;
		margin: 15px 2.5%;
	}
}

@media(max-width: 500px) {
	#col-583 {
		justify-content: center;
	}
	#col-583 > div {
		flex-basis: 95%;
		margin: 15px 2.5%;
	}
	#col-596 {
		justify-content: center;
	}
	#col-596 > div {
		flex-basis: 95%;
		margin: 15px 2.5%;
	}
}
