/* ----------------------------------- */
/* -------- BH-LINKBOX DESKTOP ------- */
/* ----------------------------------- */

.bhLinkbox.bhElement .linkbox {
	background-color: var(--4touch-color-white);
	border-radius: 20px;
	overflow: hidden;
	transition: background-color .4s;
}
.bhLinkbox.bhElement .linkbox_picture {
	height: 250px;
	width: calc(100% - 20px);
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.bhLinkbox.bhElement .linkbox_picture .bh-background-image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 11px;
}
.bhLinkbox.bhElement .linkbox_content {
	padding: 0;
	color: var(--4touch-color-brown-02);
}
.bhLinkbox.bhElement .linkbox_headline h3 {
	font-weight: 600;
	font-size: 28px;
	font-family: "myriad-pro", sans-serif;
	line-height: 110%;
	margin-bottom: 0 !important;
	padding: 14px 17px;
	transition: color .4s;
}
.bhLinkbox.bhElement .linkbox_button {
	width: calc(100% - 28px);
	display: flex;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.05rem;
	border-top: 1px solid #EAEAEA;
	padding: 14px 17px;
	justify-content: space-between;
	align-items: center;
	transition: all .4s;
}
.bhLinkbox.bhElement .linkbox_button_icon {
	font-size: 24px;
}
.bhLinkbox.bhElement:hover .linkbox {
	background-color: var(--4touch-color-yellow);
}
.bhLinkbox.bhElement:hover .linkbox_button {
	background: rgba(49, 47, 41, 0.1);
	border-top: 1px solid rgba(255,255,255,.25);
}