@font-face {
	font-family: "Sublima";
	src: url("Sublima-Light.otf");
}

@font-face {
	font-family: "Sublima Bold";
	src: url("Sublima-Bold.otf");
}

#g-top .g-content {
	padding: 0;
	margin: 0;
}

.image-list-text {
	text-align: center;
	color: #B4B3BB;
	margin-bottom: 100px;
}

.image-list-text span:nth-child(1) {
	font-size: 200%;
	font-weight: bold;
	display: block;
}

@media only screen and (max-width: 1600px) {
	table.break-mobile td {
		display: block;
		width: 100%;
	}  
	table.break-mobile td img {
		width: 100%;
	}
	.flex-grid {
		display: block;
	}
	.flex-grid div {
		width: 100%;
	}
	.flex-grid img {
		margin-top: 2em;
	}

	.image-list-text {
		margin-bottom: 0;
	}

	.g-logo {
		width: 100%;
		padding: 0 10%;
	}

	#g-navigation .g-offcanvas-toggle {
		top: 1.8rem;
		right: 1.9rem;
	}

	.item-page {
		padding: 0 !important;
	}

	.dienstleistungen_dia td {
		position: relative;
		width: 100% !important;
		display: block;
	}
}

@media only screen and (min-width: 1600px) {
	.flex-grid {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.flex-grid div {
		width: 50%;
		min-width: 500px;
		padding: 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.flex-grid div:empty {
		padding: 0;
	}

	.flex-grid div img {
		width: 100% !important;
		height: auto !important;
		margin: 0 auto;
	}

	.flex-grid div:nth-of-type(4n-1) {
		transform: translate(100%, 0);
	}

	.flex-grid div:nth-of-type(4n) {
		transform: translate(-100%, 0);
	}

	.dienstleistungen_dia td:not(:last-child):after {
		content: "\00BB";
		position: absolute;
		top: -125%;
		right: 0;
		font-size: 1000%;
		opacity: 0.2;
	}

}

.dienstleistungen_dia td {
	position: relative;
	width: 20%;
}


div.item-page {
	max-width: 1200px;
	margin: 0 auto;
}

iframe {
	border: 0;
}

#kalkulator {
	display: none;
	position: absolute;
	top: 100px;
}

#kalkulator .modal-body {
	max-height: unset;
}

.layout-slideshow .sprocket-features-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35%;
	top: unset;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.layout-slideshow .sprocket-features-title, .layout-slideshow .sprocket-features-desc {
	background: unset;
	color: #DAC6B5;
}

.sprocket-features-img-container {
	background: #363244;
}

.sprocket-features-img-container img {
	opacity: 0.3;
}

#dj-easy-contact-send-103 {
	display: block;
	margin-left: auto;
}

.item-page li {
	list-style-position: inside;
}

.g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
	color: inherit;
}