.project-map-container {
	position: relative;
	height: 952px;
	width: 100%;
    overflow: hidden;
    padding-top: 0;
}

	.project-map-holder {
		position: relative;
		/* for centering element in middle of viewport */
		margin: 0 0 0 -5000px;
		width: 10000px; 
		height: 952px;
		right: -37%;
		text-align: center;
		background-color: rgb(207, 220, 229);
	}

.project-map {
	position: relative;
	width: 1905px;
	height: 952px;
	line-height: 0;
	margin: auto;
}

.project-map .info {
	position: absolute;
	display: none;
	background-color: #fff;
	color: #464646;
	width: 285px;
	border-radius: 5px;
	color: #000;
	box-shadow: 0 2px 19px 0 rgba(0,0,0,0.22);
	line-height: 20px;
	z-index: 15;
	text-align: left;
}
	.project-map .info:after {
		content: '';
		width: 37px;
		height: 66px;
		position: absolute;
		background-image: url('/img/map/triangle.svg');
		background-size: 37px 66px;
		top: 50%;
		margin-top: -27px;
		left: -37px;
	}

	.project-map .info .image {
		width: 285px;
		height: 145px;
		background-color: #000;
		overflow: hidden;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.project-map .info .text {
		padding: 20px;
		padding-top: 15px;
	}

		.project-map .info h3 {
			font-size: 20px;
			color: #012A4B;
			margin-bottom: 10px;
			text-transform: uppercase;
			font-weight: bold;
		}

	.project-map .info .summary {
		font-size: 14px;
		color: #464646;
		margin-bottom: 20px;
	}

	.project-map .info .link a {
		font-size: 14px;
		color: #464646;
		text-transform: uppercase;
		text-decoration: none;
		display: inline-block;
		padding-right: 32px;
		background-image: url('/img/project-arrow-right.svg');
		background-size: 17px 10px;
		background-position: right center;
		background-repeat: no-repeat;
		font-weight: medium;
	}

		.project-map .info .link a:hover {
			text-decoration: underline;
		}

.project-map .info .close-button {
	position: absolute;
	top: 5px;
	right: 0px;
	cursor: pointer;
	font-size: 24px;
	color: #fff;
	height: 30px;
	width: 30px;
	text-align: center;

}

	.project-map .marker {
		position: absolute;
		cursor: pointer;
		margin-left: -8px;
		margin-top: -6px;
	}

		.project-map .marker .label {
			display: none;
		}

main {
	overflow: hidden;
}

.project-map-container .legend {
	position: absolute;
	left: 40px;
	top: 120px;
	background: #FFFFFF;
	border: 4px solid rgba(255,255,255,0.32);
	box-shadow: 0 2px 19px 0 rgba(0,0,0,0.13);
	border-radius: 7px;
	width: 220px;
	padding: 20px;
	z-index: 5;
}
	.project-map-container .legend h2 {
		text-transform: uppercase;
		font-weight: bold;
	}

	.project-map-container .legend .themes {
		margin-bottom: 20px;
	}

		.project-map-container .legend .themes li {
			list-style-type: none;
			font-size: 16px;
			padding-top: 6px;
			padding-bottom: 6px;
			line-height: 30px;
			color: #464646;
			text-transform: uppercase;
			padding-left: 40px;
			background-repeat: no-repeat;
			background-position: 0px center;
			background-size: 30px 30px;
			cursor: pointer;
		}

		.project-map-container .legend .themes li:last-child {
			padding-bottom: 0;
		}

			.project-map-container .legend .themes li.arable {
				background-image: url('/img/theme/gray-arable.svg');
			}

			.project-map-container .legend .themes li.dairy {
				background-image: url('/img/theme/gray-dairy.svg');
			}

			.project-map-container .legend .themes li.fruits {
				background-image: url('/img/theme/gray-fruits.svg');
			}

			.project-map-container .legend .themes li.vegetables {
				background-image: url('/img/theme/gray-vegetables.svg');
			}

			.project-map-container .legend .themes li.meat {
				background-image: url('/img/theme/gray-meat.svg');
			}

			.project-map-container .legend .themes li.arable.selected {
				color: #F6C950;
				background-image: url('/img/theme/arable.svg');
			}

			.project-map-container .legend .themes li.dairy.selected {
				color: #5AB4E1;
				background-image: url('/img/theme/dairy.svg');
			}

			.project-map-container .legend .themes li.fruits.selected {
				color: #9178AF;
				background-image: url('/img/theme/fruits.svg');
			}

			.project-map-container .legend .themes li.vegetables.selected {
				background-image: url('/img/theme/vegetables.svg');
				color: #91C34B;
			}

			.project-map-container .legend .themes li.meat.selected {
				background-image: url('/img/theme/meat.svg');
				color: #DC5A5A;
			}

	.project-map-container .legend .types li {
		list-style-type: none;
	}
		.project-map-container .legend .types li label {
			cursor: pointer;
			font-size: 16px;
		}

		.project-map-container .legend .types li .radio-wrapper {
			display: inline-block;
			width: 40px;
			padding-right: 10px;
			text-align: center;
		}
/* theme overview page */

body.theme .theme-intro .row .col.nine {
	padding-left: 0;
}


body.theme iframe {
    max-width: 100%;
}

body.theme.arable h1 {
	color: #F6C950;
}

body.theme.dairy h1 {
	color: #5AB4E1;
}

body.theme.fruits h1 {
	color: #9178AF;
}

body.theme.vegetables h1 {
	color: #91C34B;
}

body.theme.meat h1 {
	color: #DC5A5A;
}

.theme-intro {
	margin-bottom: 100px;
}

.theme-intro h3 {
	margin-bottom: 10px;
}

.theme-intro .row .col {    
    max-width: 100%;
}
	.theme-intro .col.three {
		text-align: right;
	}
		.theme-intro .col.three img {
            max-width: 23vw;
			width: 200px;
			height: auto;
		}


.projects .project {
	width: 100%;
	height: 300px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}


@media screen and (min-width: 580px) {
    .projects .project {
        max-width: calc(50% - 20px);
    }
}

@media screen and (min-width: 780px) {
    .projects .project {
        max-width: calc(33% - 20px);
    }
}
	
	.projects .project img {
		position: absolute;
		border-radius: 5px;
		left: 0px;
		top: 0px;
        object-fit: cover;
        width: 100%;
	}

	.projects .project .title {
		position: absolute;
		color: #fff;
		font-size: 15px;
		line-height: 19px;
		font-weight: 600;
		text-transform: uppercase;
		left: 10px;
		bottom: 10px;
		right: 10px;
		pointer-events: none;
		cursor: pointer;
	}

/** typography settings **/
a.tag {
	background: transparent;
	color: #A0A5A8;
	font-size: 12px;
	padding: 4px 10px 4px 0px;
	margin-right: 10px;
	text-decoration: none;
	transition: all 1s ease;
}

a.tag:hover {
	color: #FF6E00;
}

.row.filter {
	margin-bottom: 20px;
}

body.projects main h3 {
	font-size: 22px;
	color: #788895;
	font-weight: 300;
}

body.projects div.text h3 a,
body.projects div.text h3 {
	text-decoration: none;
	border-bottom: none;
	border: none;
	font-size: 20px;
}

body.projects .row .col.handheld {
	display: none;
}