.el-linkbox-group .linkbox-group-container > .bhContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	box-sizing: border-box;
	width: calc(100% + 1rem);
	margin-left: -0.5rem;
}
.el-linkbox-group.align-items-center .linkbox-group-container > .bhContainer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.el-linkbox-group.withHeadline .linkbox-group-container > .bhContainer {
	padding-top: 1rem;
}
.el-linkbox-group .linkbox-group-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.el-linkbox-group.with-border .linkbox-group-wrapper {
	border: 1px dashed var(--primary-color-100);
}
.el-linkbox-group.with-border.colorsecondary .linkbox-group-wrapper {
	border: 1px dashed var(--secondary-color-100);
}
.el-linkbox-group.with-bg .linkbox-group-wrapper {
	background-color: var(--primary-color-07);
}
.el-linkbox-group.with-bg.colorsecondary .linkbox-group-wrapper {
	background-color: var(--secondary-color-07);
}
.el-linkbox-group .linkbox-group-headline {
	position: relative;
	width: auto;
	left: auto;
	top: auto;
	transform: translateY(0);
	background-color: transparent !important;
	padding-top: 2rem;
}
.el-linkbox-group.with-border .linkbox-group-headline,
.el-linkbox-group.with-bg .linkbox-group-headline {
	padding: 2rem 4rem 0;
}
.el-linkbox-group .linkbox-group-headline h4 {
	color: var(--primary-color-100);
	margin-bottom: 0px;
}
.el-linkbox-group.align-items-center .linkbox-group-headline h4 {
	text-align: center;
}
.el-linkbox-group.colorsecondary .linkbox-group-headline h4 {
	color: var(--secondary-color-100);
}
.el-linkbox-group:not(.withHeadline).bhe-state-current-editing-element > .bhElementInner {
	padding-top: 4rem;
}

/*---- ITEM ----*/

.el-linkbox-group .el-linkbox-item {
	position: relative;
	box-sizing: border-box;
	/* padding: 2rem; */
}
.el-linkbox-group .el-linkbox-item:not(.bhe-state-content-hidden) {
	display: block;
}
.el-linkbox-group .el-linkbox-item.bhElement {
	margin: 0.5rem;
}

/*---- AUFTEILUNG ----*/

.el-linkbox-group .el-linkbox-item,
.el-linkbox-group.cols3 .el-linkbox-item {
	width: calc((100% / 3) - 1rem);
}
.el-linkbox-group.cols2 .el-linkbox-item {
	width: calc(50% - 1rem);
}
.el-linkbox-group.cols4 .el-linkbox-item {
	width: calc(25% - 1rem);
}



/* ITEM */

.bhe-state-dragging .el-linkbox-item .linkbox-content {
	pointer-events: none;
}

.el-linkbox-item .linkbox-wrapper {
	display: block;
}
/* BILD */
.el-linkbox-item .bhBackgroundImage {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* CONTENT */
.el-linkbox-item .linkbox-content {
	min-height: 32rem;
	padding: 2rem;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.el-linkbox-item.halfheight .linkbox-content {
	min-height: 16rem;
}
.el-linkbox-item .bhBackgroundImage:not(.bhe-state-property-empty) .linkbox-content {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.1) 20.83%, rgba(0, 0, 0, 0.39) 69.79%, rgba(0, 0, 0, 0.65) 100%);
}
.el-linkbox-item .bhBackgroundImage.bhe-state-property-empty .linkbox-content {
	background-color: var(--primary-color-100);
}
.el-linkbox-item.colorsecondary .bhBackgroundImage.bhe-state-property-empty .linkbox-content {
	background-color: var(--secondary-color-100);
}

/* TEXT */
.el-linkbox-item .linkbox-headline {
	width: 100%;
}
.el-linkbox-item .linkbox-headline h4 {
	color: white;
	margin-bottom: 0px;
}
.el-linkbox-item.headline-align-right .linkbox-headline h4 {
	text-align: right;
}
.el-linkbox-item .linkbox-subtext h6 {
	color: white;
}

/* ICON */
.el-linkbox-item.withIcon .linkbox-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.el-linkbox-item.withIcon .linkbox-textwrapper {
	width: calc(100% - 6rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.el-linkbox-item.withIcon .linkbox-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.el-linkbox-item.withIcon .linkbox-icon-icon {
	font-size: 48px;
	color: white;
}

/* HOVER */
.el-linkbox-item[href] {
	transition: ease-in box-shadow 0.3s, ease-in transform 0.3s;
}
.el-linkbox-item[href]:hover {
	transform: translateY(-8px);
	box-shadow: 0px 20px 80px rgba(41, 41, 42, 0.12);
	transition: ease-out box-shadow 0.3s, ease-out transform 0.3s;
}



@media only screen and (max-width:600px) {
	.el-linkbox-item .linkbox-content {
		padding: 1.6rem;
	}
	.el-linkbox-item[href]:hover {
		transform: translateY(-3px);
	}
}

@media only screen and (max-width:1440px) {
	.el-linkbox-group.cols4 .el-linkbox-item {
		width: calc(50% - 1rem);
	}
}
@media only screen and (max-width:1280px) {
	.el-linkbox-group .el-linkbox-item,
	.el-linkbox-group.cols3 .el-linkbox-item {
		width: calc(50% - 1rem);
	}
}
@media only screen and (max-width:700px) {
	.el-linkbox-item.withIcon .linkbox-textwrapper {
		width: 100%;
	}
	.el-linkbox-item.withIcon .linkbox-icon {
		display: none;
	}
}
@media only screen and (max-width:600px) {
	.el-linkbox-group .el-linkbox-item,
	.el-linkbox-group.cols2 .el-linkbox-item,
	.el-linkbox-group.cols3 .el-linkbox-item,
	.el-linkbox-group.cols4 .el-linkbox-item {
		width: 100%;
	}
	.el-linkbox-item .linkbox-content {
		min-height: 16rem;
	}
}
@media only screen and (max-width:450px) {
	.el-grid .el-linkbox-item .linkbox-headline h4 {
		font-size: 1.8rem;
	}
	.el-linkbox-item.withIcon .linkbox-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.el-linkbox-item .linkbox-content {
		min-height: 26rem
	}
	.el-linkbox-item.halfheight .linkbox-content {
		min-height: 12rem;
	}
}
