/*
Theme Name: 	LBM Theme
Theme URI: 		http://miggroup.ch
Version: 		1.17
Author: 		miggroup
Author URI: 	http://miggroup.com
*/



/*** Sensible Defaults ***/

@import "css/reset.css";
@import "js/lightbox/css/lightbox.min.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
/*::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; } */

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	   -moz-font-smoothing: antialiased;
	        font-smoothing: antialiased;
}

html, body {
	font-family: 'Cardo', serif;
	font-size: 13px;
	line-height: 133%;
	color: #000;
	background: #fff;
	font-weight: 400;
}

	@media (min-width: 500px) {
		html, body {
			font-size: 14px;
			line-height: 133%;
		}
	}

	@media (min-width: 700px) {
		html, body {
			font-size: 14px;
			line-height: 133%;
		}
	}

html body {
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

	html.loaded body {
		opacity: 1;
	}

.pathway {
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight: 400;
}


header {
	height: 4rem;
	background: #fff;
	display: flex;
	flex-flow: row wrap;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;

	-webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;

	transform: translateY(-100%);
}

	@media (min-width: 500px) {
		header {
			height: 5.875rem;
		}
	}

	html.loaded header {
		transform: translateY(0);
	}


	body.home header {
		background: transparent;
	}


	header .nav-toggle {
		background: #ccc;
		display: block;
		width: 4rem;
		height: 4rem;
		position: relative;
		cursor: pointer;
		-webkit-transition: all 0.35s ease-in-out;
			-moz-transition: all 0.35s ease-in-out;
			-o-transition: all 0.35s ease-in-out;
			transition: all 0.35s ease-in-out
	}

		@media (min-width: 500px) {
			header .nav-toggle {
				width: 5.875rem;
				height: 5.875rem;
			}
		}

		header .nav-toggle:hover {
			background: #afafaf
		}

		.nav-toggle em {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translateX(-49%) translateY(-49%);
		}

		.nav-toggle em span {
			display: block;
			width: 18px;
			height: 1px;
			background: #1d1d1d;
			margin: 6px 0;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out
		}


			.nav-toggle:hover em span {
				margin: 8px 0;
			}


			.nav-toggle.active em span:nth-child(1),
			.nav-toggle.active em span:nth-child(3) {
				opacity: 0;
				width: 0;
			}

	header a.logo {
		background: #E5E5E5 url(css/img/lbm_logo.png) no-repeat center center;
		background-size: auto 60%;
		width: 14rem;
		display: block;
		text-indent: -1000px;
		overflow: hidden;
	}

		@media (min-width: 500px) {
			header a.logo {
				width: 22.5rem;
			}
		}

		body.home a.logo {
			display: none;
		}

nav {
	background: #242424 url(css/img/dots.svg) repeat 15rem 0;
	background-size: auto 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 1;
	transform: translateX(-100%);

	-webkit-transition: all 500ms cubic-bezier(0.010, 0.505, 0.485, 0.990);
	   -moz-transition: all 500ms cubic-bezier(0.010, 0.505, 0.485, 0.990);
	     -o-transition: all 500ms cubic-bezier(0.010, 0.505, 0.485, 0.990);
	        transition: all 500ms cubic-bezier(0.010, 0.505, 0.485, 0.990); /* custom */
}
	nav ul {
		padding-left: 0 !important;
		list-style-type: none !important;
	}
	nav::before {
		content: "";
		z-index: 0;
		background: #242424;
		width: 20%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	nav.visible {
		opacity: 1;
		transform: translateX(0);
	}


	nav .inner {
		font-size: 2rem;
		line-height: 110%;
		position: absolute;
		padding: 5rem 4rem;
		width: 100vw;
		z-index: 9;
	}

		@media (min-width: 500px) {
			nav .inner {
					padding: 5.875rem;
				top: 50%;
				transform: translateY(-50%);
			}
		}

		@media (min-width: 700px) {
			nav .inner {
				font-size: 3rem;
				line-height: 110%;
			}
		}

		nav ul li {
			position: static;
		}

			@media (min-width: 500px) {
				nav ul li {
					position: relative;
				}
			}

			nav ul li > a {
				display: inline-block;
				background: #242424;
				z-index: 99;
				position: relative;
				padding-right: 1rem;
				line-height: 125%;
			}

			nav ul li.menu-item-has-children::after {
				content: "";
				width: 0%;
				height: 1px;
				background: #fff;
				display: block;
				top: 50%;
				position: absolute;
				z-index: 0;
				-webkit-transition: all 0.25s ease-in-out;
				-moz-transition: all 0.25s ease-in-out;
				-o-transition: all 0.25s ease-in-out;
				transition: all 0.25s ease-in-out
			}

				nav ul li.menu-item-has-children.hover::after,
				nav ul li.current-menu-item.menu-item-has-children::after,
				nav ul li.current-page-ancestor.menu-item-has-children::after {
					display: none;
				}

				@media (min-width: 500px) {
					nav ul li.menu-item-has-children.hover::after,
					nav ul li.current-menu-item.menu-item-has-children::after,
					nav ul li.current-page-ancestor.menu-item-has-children::after {
						display: block;
					}
				}


				nav ul li.menu-item-has-children.hover::after,
				nav ul li.current-menu-item.menu-item-has-children::after,
				nav ul li.current-page-ancestor.menu-item-has-children::after {
					width: 70%;
					width: calc(70% - 1rem);
				}

				@media (min-width: 750px) {
					nav ul li.menu-item-has-children.hover::after,
					nav ul li.current-menu-item.menu-item-has-children::after,
					nav ul li.current-page-ancestor.menu-item-has-children::after {
						width: 55%;
						width: calc(55% - 1rem);
					}
				}

				@media (min-width: 1000px) {
					nav ul li.menu-item-has-children.hover::after,
					nav ul li.current-menu-item.menu-item-has-children::after,
					nav ul li.current-page-ancestor.menu-item-has-children::after {
						width: 40%;
						width: calc(40% - 1rem);
					}
				}

			nav ul ul {
				opacity: 1;
				position: absolute;
				left: 0;
				top: 13rem;
				font-size: 1.2rem;
				letter-spacing: 0.025em;
				font-family: 'Pathway Gothic One', sans-serif;
				text-transform: uppercase;
				line-height: 180%;
				opacity: 0;
				pointer-events: none;
				-webkit-transition: all 0.15s ease-in-out;
				-moz-transition: all 0.15s ease-in-out;
				-o-transition: all 0.15s ease-in-out;
				transition: all 0.15s ease-in-out;

				-webkit-transition-delay: 0.15s;
			    -moz-transition-delay: 0.15s;
			    -o-transition-delay: 0.15s;
			    transition-delay: 0.15s;
			}

				@media (min-width: 500px) {
					nav ul ul {
						left: 70%;
						top: 0.5rem;

						font-size: 1.5rem;
						line-height: 180%;
					}
				}

				@media (min-width: 750px) {
					nav ul ul {
						left: 55%;
					}
				}

				@media (min-width: 1000px) {
					nav ul ul {
						left: 40%;
					}
				}

				nav ul li.hover ul,
				nav ul li.current-menu-item ul,
				nav ul li.current-page-ancestor ul {
					opacity: 1;
					pointer-events: all;
				}

.hero-spacer {
	height: 8rem;
}

.hero {
	padding-left: 17%;
	height: 50vw;
	min-height: 220px;
	max-height: 100vh;
	max-height: 750px;
	background-color: #999;
	background-size: cover;
	background-position: center center;
	color: #fff;


	opacity: 0;
	transform: translateY(30%) scale(0.8);

	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;

	-webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;

}

	html.loaded .hero {
		opacity: 1;
		transform: translateY(0) scale(1);
	}

	body.home .hero {
		height: 60vw;
		padding-left: 5.875rem;
		padding-left: 13.2vw;
		background-position: left center;
		max-height: 700px;
	}

	.hero .text {
		width: 90%;
		width: calc(100% - 18%);
		max-width: 85vw;
		position: absolute;
		bottom: 25%;
	}

		body.home .hero .text {
			top: 50%;
			margin-top: 15%;
			bottom: auto;
			transform: translateY(-50%);
			width: 90%;
		}

		@media (min-width: 500px) {
			body.home .hero .text {
				width: calc(100% - 11rem);
			}
		}

		@media (min-width: 1200px) and (min-height: 700px) {
			body.home .hero .text {
				top: 60%;
				margin-top: 0;
				transform: none;
			}
		}

	.hero h1 {
		font-size: 2rem;
		line-height: 100%;
	}

		@media (min-width: 500px) {
			.hero h1 {
				font-size: 3rem;
				line-height: 100%;
			}
		}

		@media (min-width: 1000px) {
			.hero h1 {
				font-size: 4rem;
				line-height: 100%;
			}
		}

	body.single-project .hero .text {
		display: none;
	}

	.hero .parent-name {
		font-size: 1.33rem;
		text-transform: uppercase;
		letter-spacing: 0.025em;
		margin-bottom: 1em;
		font-family: 'Pathway Gothic One', sans-serif;
		display: inline-block;
		position: relative;
	}

		.hero .parent-name::before {
			content: "";
			width: 2rem;
			height: 1px;
			background: #fff;
			position: absolute;
			top: 50%;
			left: -3rem;
		}

.main-content {
	opacity: 0;
	transform: translateY(20%);
	background: #fff;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;

	-webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;

}

	html.loaded .main-content {
		opacity: 1;
		transform: translateY(0%);
	}

	.main-content .article {
		position: relative;
		width: 100%;
		margin-left: 0%;
	}

		@media (min-width: 750px) {
			.main-content .article {
				width: 83%;
				margin-left: 17%;
			}
		}

	.main-content .article.align-left {
		margin-left: 0;
	}

		.main-content .article .inner  {
			padding: 1vw 7vw 7vw 17%;
			margin: 0 auto;
			max-width: 700px;
		}

			@media (min-width: 750px) {
				.main-content .article .inner  {
					padding: 1vw 7vw 7vw 7vw;
				}
			}

		.main-content .article .inner.fullwidth {
			max-width: 100%;
		}


		.main-content .article.align-left .inner {
			padding: 2rem 2rem 2rem 17%;
			max-width: 100%;
		}

			@media (min-width: 750px) {
				.main-content .article.align-left .inner {
					padding: 1vw 7vw 7vw 20.4%;
				}
			}


	.main-content .article::before {
		content: "";
		display: block;
		position: absolute;
		height: 7vw;
		width: 100%;
		background: #fff;
		transform: translateY(-95%);
		z-index: 9;
	}

	.page-template-page-projects-php .main-content .article.no-before::before {
		display: none;
	}


.main-content h2 {
	font-size: 1.5rem;
	line-height: 133%;
	margin-bottom: 0.5em;
}

.main-content h3 {
	font-size: 1.5rem;
	line-height: 133%;
	margin-bottom: 0.5em;
}

	@media (min-width: 500px) {
		.main-content h2 {
			font-size: 1.6rem;
			line-height: 133%;
			margin-bottom: 1em;
		}
	}

	@media (min-width: 750px) {
		.main-content h2 {
			font-size: 1.8rem;
			line-height: 133%;
		}
	}

	@media (min-width: 1000px) {
		.main-content h2 {
			font-size: 2rem;
			line-height: 133%;
		}
	}

	.main-content h2 br {
		display: none;
	}

	.single .main-content h2 br {
		display: block
	}

		@media (min-width: 900px) {
			.main-content h2 br {
				display: block;
			}
		}

	.main-content h2.lined {
		position: relative;
	}

		.main-content h2.lined span {
			display: inline-block;
			position: relative;
			z-index: 99;
			background: #fff;
			padding-right: 3rem;
		}

		.main-content h2.lined::before {
			content: "";
			width: 100%;
			top: 75%;
			position: absolute;
			height: 1px;
			background: #333;
			left: 0;
			z-index: 0;
		}

.main-content p {
	margin-bottom: 1.33rem;
}

.main-content .team {
	padding: 2rem 0;
	position: relative;
}

.team-group {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 4rem;
	gap: 1.6rem;
}

	.team-member {
		width: 50%;
		width: calc(50% - 0.8rem);
	}


		@media (min-width: 600px) {
			.team-member {
				width: 33.33%;
				width: calc(33.33% - 1.067rem);
			}


		}

	.team-member .member-picture {
		width: 100%;
		position: relative;
		background-color: #eee;
		background-size: cover;
		background-position: center center;
		margin-bottom: 1rem;
	}

		.team-member .member-picture::after {
			content: "";
			display: block;
			padding-top: 100%;
		}


	.team-member span {
		display: block;
		font-size: 0.9rem;
		line-height: 120%;
	}

	.team-member span.name {
		font-family: 'Pathway Gothic One', sans-serif;
		font-weight: 400;
		font-size: 1.33rem;
		letter-spacing: 0.025em;
		text-transform: uppercase;
		margin-bottom: 0.5em;
	}


.item {
	display: flex;
	flex-flow: row wrap;
}

	.item .label {
		width: 40%;
	}

	.item .value {
		width: 60%;
	}


.projects-holder {
	display: flex;
	flex-flow: row wrap;
}

	.projects-holder .project-item {
		display: block;
		width: 50%;
		background-color: #eee;
		background-size: cover;
		background-position: center center;
		position: relative;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    	filter: grayscale(100%);
		overflow: hidden;
	}

		@media (min-width: 550px) {
			.projects-holder .project-item {
				width: 33.33%;
			}
		}

		@media (min-width: 1200px) {
			.projects-holder .project-item {
				width: 25%;
			}
		}

		.projects-holder .project-item::after {
			content: "";
			display: block;
			position: relative;
			padding-top: 100%;
		}


		.projects-holder .project-item .overlay {
			position: absolute;
			background: rgba(0,0,0,0.8);
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			font-size: 1.2rem;
			letter-spacing: 0.025em;
			font-family: 'Pathway Gothic One', sans-serif;
			text-transform: uppercase;
			line-height: 140%;
			color: #fff;

			opacity: 0;
			cursor: pointer;
			pointer-events: all;

			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}

		.projects-holder .project-item:hover .overlay {
			opacity: 1;
			transform: translateY(0%) scale(1);

		}

		.projects-holder .project-item .overlay .overlay-text {
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 1rem 1rem 1rem 1rem;
			width: 100%;
			opacity: 0;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
		}

			@media (min-width: 700px) {
				.projects-holder .project-item .overlay {
					transform: translateY(0) scale(0.8);
					font-size: 1.5rem;
					-webkit-transition: all 0.5s ease-in-out;
					-moz-transition: all 0.5s ease-in-out;
					-o-transition: all 0.5s ease-in-out;
					transition: all 0.5s ease-in-out;
				}

				.projects-holder .project-item .overlay .overlay-text {
					padding: 4rem 4rem 4rem 6rem;

					-webkit-transition-delay: 0.5s;
				    -moz-transition-delay: 0.5s;
				    -o-transition-delay: 0.5s;
				    transition-delay: 0.5s;
				}
			}

			.projects-holder .project-item:hover .overlay .overlay-text {
				opacity: 1;
			}

			.projects-holder .project-item .overlay .overlay-text::before {
				content: "";
				width: 0rem;
				height: 1px;
				background: #fff;
				position: absolute;
				left: 3.5rem;
				top: 4.85rem;

				-webkit-transition: all 0.25s ease-in-out;
				-moz-transition: all 0.25s ease-in-out;
				-o-transition: all 0.25s ease-in-out;
				transition: all 0.25s ease-in-out;

				-webkit-transition-delay: 0.6s;
			    -moz-transition-delay: 0.6s;
			    -o-transition-delay: 0.6s;
			    transition-delay: 0.6s;

				display: none;
			}

				@media (min-width: 700px) {
					.projects-holder .project-item .overlay .overlay-text::before {
						display: block;
					}
				}

				.projects-holder .project-item:hover .overlay .overlay-text::before {
					width: 1.5rem;
				}


.masonry {
	display: flex;
	flex-flow: row wrap;
}


	.masonry .box {
		width: 50%;
		display: block;
		position: relative;
	}

	@media (min-width: 700px) {
		.masonry .box {
			width: 33.33%;
		}
	}

	@media (min-width: 500px) {
		.masonry .box::before {
			content: "";
			display: block;
			padding-top: 100%;
		}
	}

	.masonry .box a.inner {
		display: block;
		padding: 1rem;
	}

		@media (min-width: 500px) {
			.masonry .box a.inner {
				padding: 2rem;
			}
		}

		@media (min-width: 500px) {
			.masonry .box a.inner {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}
		}

	.masonry .box.imagebox {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.masonry .box.emptybox {
		background: #eee;
		display: none;
	}

	@media (min-width: 700px) {
		.masonry .box.emptybox {
			display: block;
		}
	}

.partner-holder {
	display: flex;
	flex-flow: row wrap;
}

	.partner-item {
		width: 40%;
		margin-right: 10%;
		position: relative;
	}

		@media (min-width: 500px) {
			.partner-item {
				width: 20%;
				margin-right: 13%;
			}
		}

	.partner-item::before {
		content: "";
		display: block;
		padding-top: 60%;
	}

		.partner-item a {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
		}

.backButton {
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 100%;
	margin-top: 5rem;
	margin-bottom: 2rem;
	position: relative;
	letter-spacing: 0.025em;
	display: inline-block;
}

	.backButton::before {
		content: "";
		width: 2.5rem;
		height: 1px;
		background: #111;
		left: -3.5rem;
		top: 50%;
		position: absolute;
	}

ul.siblings {
	display: flex;
	flex-flow: row wrap;
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 100%;
	margin-bottom: 3rem;
	position: relative;
	letter-spacing: 0.025em;
}

	ul.siblings::before {
		content: "";
		width: 2.5rem;
		height: 1px;
		background: #111;
		left: -3.5rem;
		top: 50%;
		position: absolute;
	}

	ul.siblings li {
		margin-right: 1rem;
	}

		ul.siblings li.current_page_item {
			border-bottom: 1px solid #111;
		}

.map {
	display: flex;
	flex-flow: row wrap;
}

	#map {
		height: 300px;
		width: 100%;
	}

	.map-content {
		width: 100%;
		padding-top: 1rem;
	}

	@media (min-width: 750px) {
		#map {
			width: 60%;
		}

		.map-content {
			padding-top: 0;
			width: 40%;
			padding-left: 1rem;
		}
	}

		.map-content p:empty {
			display: none;
		}


footer {
	background: #222;
	opacity: 0;
	transform: translateY(20%);

	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;

	-webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

	html.loaded footer {
		opacity: 1;
		transform: translateY(0);
	}

	footer .wrap {
		max-width: 1000px;
		margin: 0 auto;
	}

	footer .flex {
		display: flex;
		flex-flow: row wrap;
	}

	footer .footercontent {
		width: 100%;
		padding: 1rem;
		color: #fff;
		position: relative;
	}

	@media (min-width: 400px) {
		footer .footercontent {
			width: 50%;
			padding: 1rem;
		}
	}

	@media (min-width: 650px) {
		footer .footercontent {
			width: 25%;
			padding: 1rem;
			font-size: 0.9rem;
			line-height: 140%;
		}
	}

	/* @media (min-width: 1200px) {
		footer .footercontent {
			width: 16.66%;
			padding: 1rem;
		}
	} */

	@media (min-width: 850px) {
		footer .footercontent .align-bottom {
			width: 25%;
			position: absolute;
			width: 100%;
			bottom: 2rem;
			left: 0;
		}
	}

	footer a.facebook {
		position: absolute;
		right: 4rem;
		width: 1.5rem;
		height: 1.5rem;
		background: url(css/img/facebook-logo.svg) no-repeat center;
		background-size: contain;
	}

	footer a.linkedin {
		position: absolute;
		right: 4rem;
		width: 1.5rem;
		height: 1.5rem;
		background: url(css/img/linkedin-logo.svg) no-repeat center;
		background-size: contain;
	}

footer a.instagram {
	position: absolute;
	right: 2rem;
	width: 1.5rem;
	height: 1.5rem;
	background: url(css/img/instagram-logo.svg) no-repeat center;
	background-size: contain;
}

/* Helper Classes */

.clear { clear: both; }
strong { font-weight: bold; }
em { font-style: italic; }
a, a:link, a:visited, a:hover, a:focus { color: inherit; text-decoration: none; }


.project-gallery {

}

.project-gallery .gallery-image {
	margin-bottom: 10px;
}

.project-gallery .gallery-image img {
	width: auto;
	max-width: 100%;
	height: auto;
}


.project-gallery .gallery-previews {
	display: flex;
	flex-flow: row wrap;
}

	.project-gallery .gallery-previews .gallery-thumb {
		width: 20%;
		width: calc(20% - 10px);
		margin: 0 10px 10px 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
	}

		.project-gallery .gallery-previews .gallery-thumb::before {
			content: "";
			display: block;
			padding-top: 60%;
		}

.gallery {
	padding: 20px;
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

}

.gallery-item {
	width: calc(50% - 8px) !important;
	margin-bottom: 8px;
	margin-top: 0 !important;
}

@media (min-width: 550px) {
	.gallery-item {
		width: calc(33.33% - 8px) !important;
		margin-bottom: 8px;
	}
}

@media (min-width: 900px) {
	.gallery-item {
		width: calc(25% - 8px) !important;
		margin-bottom: 8px;
	}
}


@media (min-width: 1200px) {
	.gallery-item {
		width: calc(20% - 8px) !important;
		margin-bottom: 8px;
	}
}

@media (min-width: 1600px) {
	.gallery-item {
		width: calc(16.66% - 8px) !important;
		margin-bottom: 8px;
	}
}

@media (min-width: 2000px) {
	.gallery-item {
		width: calc(12.5% - 8px) !important;
		margin-bottom: 8px;
	}
}

.gallery br {
	display: none;
}

.gallery-item img {
	width: 100%;
	height: auto;
	border: 0 !important;
}


.standort-filters {
	display: flex;
	flex-flow: row wrap;
	gap: 0.5em;
	margin: 0 0 2em 0;
}

	.standort-filters .sep {
		height: 2.5em;
		width: 1px;
		background: #333;
		margin: 0 0.15em;
	}

	.standort-filter {
		border: 1px solid #000;
		cursor: pointer;
		padding: 0.5em 1em;
		transition: all 0.2s ease-out;
	}

	.standort-filter.is-active {
		background: #000;
		color: #fff;
	}

	.standort-filter:not(.is-active):hover {
		background: #eee;
	}


.inner ul:not(.siblings) {
	list-style-type: disc;
	padding-left: 1em;
}
