/* - - - - Header Block - - - - */
.ggx-header {
	position: relative;
	margin-bottom: 80px;
}

.has-background .ggx-header {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

/* .no-sidebar .entry-content .ggx-header.alignfull {
	max-width: 1920px;
	margin-left: calc(-1920px / 2 + 100% / 2);
	margin-right: calc(-1920px / 2 + 100% / 2);
}
 */

.ggx-header .img-back {
	width: 100%;
	aspect-ratio: 1920 / 768;
	object-fit: cover;
}

.ggx-header .header-content {
	position: absolute;
	bottom: -40px;
	right: 260px;
	width: 680px;
	padding: 30px;
	background: var(--white);
	border: 8px solid var(--green2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.ggx-header:not(.alignwide) .header-content {
	right: 40px;
}

.ggx-header .logo {
	position: absolute;
	right: -45px;
	top: -275px;
	width: 327px;
	height: 325px;
	background-size: contain;
}

.ggx-header .entry-subtitle {
	margin-top: 10px;
}

.ggx-header .btn-target {
	color: var(--white);
	margin-top: 20px;
}

@media (max-width: 1919px) {
	/* .no-sidebar .entry-content .ggx-header.alignfull {
		margin-left: calc(-100vw / 2 + 100% / 2);
		margin-right: calc(-100vw / 2 + 100% / 2);
	} */

	.ggx-header .header-content {
		left: auto;
		right: calc(100vw / 2 - 1400px / 2 );
	}

	.ggx-header:not(.alignwide) .header-content {
		left: auto;
		right: 40px;
	}
}

@media (max-width: 1479px) {
	.ggx-header .header-content {
		left: auto;
		right: 40px;
	}
}

@media (max-width: 1439px) {
	.ggx-header {
		margin-left: -40px;
		margin-right: -40px;
	}
}

@media (max-width: 959px) {
	.ggx-header .img-back {
		height: 500px;
		object-fit: cover;
	}	
}

@media (max-width: 767px) {
	.ggx-header .header-content {
		left: 20px;
		right: 20px;
		width: auto;
	}

	.ggx-header:not(.alignfull) .header-content {
		left: 40px;
		right: 40px;
	}
}

@media (max-width: 639px) {
	.ggx-header {
		margin-bottom: 40px;
	}

	.ggx-header .img-back {
		height: 280px;
	}

	.ggx-header .header-content:not(.alignfull) {
		position: relative;
		left: auto;
		right: auto;
		bottom: 0;
		width: auto;
		border-left: 0;
		border-right: 0;
	}

	.ggx-header .logo {
		right: 20px;
		top: -125px;
		width: 165px;
		height: 165px;
	}

}

/* - - - - Subpages Block - - - - */
.ggx-subpages {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px 20px;
}

@media (max-width: 1023px) {
	.ggx-subpages {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 639px) {
	.ggx-subpages {
		display: block;
	}
}

.ggx-subpages .subpage {
	text-align: center;
	padding: 30px;
	background: linear-gradient(180deg, var(--white) 0%, var(--grey3) 100%),
		var(--white);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.ggx-subpages .subpage .bubble {
	width: 165px;
	height: 192px;
	text-align: left;
	margin: -110px auto 10px auto;
	background-color: var(--white);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	mask-image: url(../images/blase-mask.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-image: url(../images/blase-mask.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.ggx-subpages .subpage .bubble:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/blase-outline.svg) no-repeat;
	z-index: 1;
}

.ggx-subpages .subpage .entry-title {
	font-weight: 700;
}

.ggx-subpages .subpage .description {
	margin: 15px 0;
}

.ggx-subpages .subpage .btn-target {
	width: 50%;
}

/* Variationen */
.ggx-subpages .highlite {
	background: var(--yellow);
}

.ggx-subpages .highlite a.read-more {
	color: var(--black);
	background-color: var(--white);
}

.ggx-subpages .highlite a.read-more:hover {
	color: var(--white);
	background-color: var(--green2);
}

.ggx-subpages.design-1 .thumbnail {
	position: relative;
	padding-top: 66%;
	margin: -30px -30px 30px -30px;
}

.ggx-subpages.design-1 .thumbnail img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ggx-subpages.design-2 {
	grid-row-gap: 120px;
	margin-top: 100px;
}

@media (max-width: 781px) {
	.ggx-subpages .subpage {
		margin-bottom: 100px;
	}
}

/* - - - - Shoplinks Block - - - - */
.ggx-shoplinks {
	width: 100%;
}

.ggx-shoplinks .shoplink {
	padding: 30px;
	margin-bottom: 20px;
	background: linear-gradient(180deg, var(--white) 0%, var(--grey3) 100%),
		var(--white);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.ggx-shoplinks .shoplink .thumbnail {
	position: relative;
	padding-top: 66%;
	margin: -30px -30px 30px -30px;
}

.ggx-shoplinks .shoplink .thumbnail img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ggx-shoplinks .shoplink .thumbnail.product {
	padding-top: 90%;
	margin: -20px 20px 10px 20px;
}

.ggx-shoplinks .shoplink .thumbnail.product img {
	object-fit: contain;
	mix-blend-mode: multiply;
}

.ggx-shoplinks .shoplink .entry-title {
	color: var(--green2);
	text-transform: uppercase;
}

.ggx-shoplinks .shoplink .entry-subtitle {
	color: var(--orange1);
	text-transform: uppercase;
}

.ggx-shoplinks .shoplink .description {
	margin: 0 0 30px 0;
}

.ggx-shoplinks .shoplink .btn-target {
	font-size: 16px;
	padding: 10px;
	margin-top: auto;
}

.ggx-shoplinks .shoplink .price-box {
	margin-bottom: 20px;
}

.ggx-shoplinks .shoplink .price-full {
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: var(--green2);
}

/* Shoplinks Slider-Mode */
.ggx-shoplinks.slider.slick-slider {
	margin: 0 -15px 0 -10px;
    width: calc(100% + 20px);
}

.ggx-shoplinks.slider.slick-slider .slick-track {
	display: flex;
}

.ggx-shoplinks.slider .shoplink.slick-slide {
	display: flex;
    flex-direction: column;
	height: auto;
	margin: 10px 15px;
}

.ggx-shoplinks.slider .shoplink .thumbnail.product {
    margin-top: auto;
}

.ggx-shoplinks.slider .shoplink .btn-target {
    margin-top: unset;
}

/* - - - - Product-Icons Block - - - - */
.ggx-product-icons {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 30px;
}

.ggx-product-icon {
	position: relative;
	display: inline-block;
	aspect-ratio: 1;
	background: linear-gradient(180deg, #fff 0%, #ededed 100%), #fff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
}

.ggx-product-icon .img-back {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ggx-product-icon .entry-title {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 19px;
	line-height: 25px;
	font-weight: 700;
	color: var(--orange1);
	text-transform: uppercase;
}

/* - - - - Suppliers Block - - - - */
.ggx-suppliers {
	margin-bottom: 40px;
}

.ggx-suppliers.grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px 20px;
}

@media (max-width: 1199px) {
	.ggx-suppliers.grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 959px) {
	.ggx-suppliers.grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 639px) {
	.ggx-suppliers.grid {
		display: block;
	}
	.ggx-suppliers.grid .supplier {
		margin-bottom: 20px;
	}
}

.ggx-suppliers .supplier {
	display: flex;
	flex-direction: column;
	background: linear-gradient(180deg, var(--white) 0%, var(--grey3) 100%),
		var(--white);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.ggx-suppliers .supplier .thumb img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 44 / 25;
}

.ggx-suppliers .supplier img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 44 / 25;
}

.ggx-suppliers .supplier .entry-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px;
	margin: 0;
}

.ggx-suppliers .supplier .entry-title {
	color: var(--green2);
	margin: 0 0 10px 0;
}

.ggx-suppliers .supplier h4.location {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.ggx-suppliers .supplier .products {
	color: var(--green2);
	margin: auto 0 12px 0;
}

.ggx-suppliers .supplier .products strong {
	color: var(--black);
}

.ggx-suppliers .supplier .btn-target {
	font-size: 16px;
	padding: 10px;
}

/* Suppliers Slider-Mode */
.ggx-suppliers.slider.slick-slider {
	margin: 0 -15px 40px -10px;
    width: calc(100% + 20px);
}

.ggx-suppliers.slider.slick-slider .slick-track {
	display: flex;
}

.ggx-suppliers.slider .supplier.slick-slide {
	display: flex;
    flex-direction: column;
	height: auto;
	margin: 10px 15px;
}

/* - - - - Teaserbox Block - - - - */
.ggx-teaserbox {
	display: flex;
	flex-direction: column;
	width: 100%;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
}

.ggx-teaserbox .entry-content {
	flex-grow: 1;
	text-align: center;
	padding: 40px;
	margin: 0 !important;
	background: linear-gradient(180deg, #fff 0%, #ededed 100%), #fff;
}

.ggx-teaserbox .entry-content h3 {
	color: var(--black);
}

.ggx-teaserbox .description {
	max-width: 360px;
	padding-bottom: 20px;
	margin: 0 auto;
}

.ggx-teaserbox .bubble {
	width: 165px;
	height: 192px;
	text-align: left;
	margin: -110px auto 10px auto;
	background-color: var(--white);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	mask-image: url(../images/blase-mask.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-image: url(../images/blase-mask.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.ggx-teaserbox .bubble:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/blase-outline.svg) no-repeat;
	z-index: 1;
}

.ggx-teaserbox .img-back {
	line-height: 0;
}

.ggx-teaserbox .img-back.landscape img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 44 / 25;
}

/* Box quer */
.ggx-teaserbox.landscape {
	flex-direction: row;
	max-width: 75%;
}

.ggx-teaserbox.landscape > * {
	width: 50%;
}

.ggx-teaserbox.landscape .img-back img {
	height: 100%;
	object-fit: cover;
}

.ggx-teaserbox.landscape .entry-content {
	text-align: left;
}

.ggx-teaserbox.landscape .entry-content {
	text-align: left;
}

.ggx-teaserbox.landscape .description {
	max-width: 100%;
}


@media (max-width: 781px) {
	.ggx-teaserbox {
		margin-bottom: 100px;
	}

	.ggx-teaserbox.landscape {
		flex-direction: column;
		max-width: 100%;
	}

	.ggx-teaserbox.landscape > * {
		width: 100%;
	}
}

/* - - - - Market-Dates Block - - - - */
.ggx-marketdates {
	display: flex;
	flex-direction: row;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 20px;
}

.ggx-marketdates .icon {
	width: 140px;
}

.ggx-marketdates .content-container {
	width: calc(100% - 140px);
}

.ggx-marketdates h2.heading {
	font-family: 'Cashew Apple Ale';
	font-size: 58px;
	text-transform: none;
	margin: 10px 0 20px 0;
}

.ggx-marketdates .entries {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ggx-marketdates .entry {
	padding-right: 30px;
}

.ggx-marketdates .entry * {
	color: var(--green2);
}

.ggx-marketdates .entry h3 {
	margin-bottom: 0;
}

.ggx-marketdates .entry p {
	margin-bottom: 10px;
}

@media (max-width: 1079px) {
	.ggx-marketdates .entries {
		justify-content: start;
	}
}

@media (max-width: 767px) {
	.ggx-marketdates .icon {
		width: 90px;
		padding: 0 20px 0 10px;
	}
	
	.ggx-marketdates .content-container {
		width: calc(100% - 90px);
	}

	.ggx-marketdates h2.heading {
		font-size: 36px;
	}

	.ggx-marketdates .entry h3 {
		font-size: 24px;
	}
}

/* - - - - Columns Block - - - - */
.wp-block-columns.is-style-equal-height .wp-block-column {
	display: flex;
}

.wp-block-columns.is-style-timetable .wp-block-column {
	margin-bottom: 20px;
	border: 2px solid var(--green2);
}

.wp-block-columns.is-style-timetable .wp-block-column > * {
	padding: 10px;
	margin-bottom: 0;
}

.wp-block-columns.is-style-timetable .wp-block-column > *:last-child {
	margin-bottom: 10px;
}

.wp-block-columns.is-style-timetable .wp-block-column > :first-child {
	color: var(--white);
	margin-bottom: 10px;
	background: var(--green2);
}

@media (max-width: 781px) {
	.wp-block-columns.is-style-timetable > .wp-block-column {
		margin-bottom: 40px;
	}
}

.wp-block-columns.is-style-outer-shadow {
	box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
}

.wp-block-columns.is-style-no-margin {
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.wp-block-columns.is-style-no-margin .wp-block-column > .wp-block-image {
	height: 100%;
	margin: 0;
}

.wp-block-columns.is-style-no-margin .wp-block-column > .wp-block-image img {
	height: 100%;
	object-fit: cover;
}

/* Columns Slider-Mode */
.wp-block-columns.is-style-slider {
    display: block;
}

.wp-block-columns.is-style-slider.slick-slider {
    display: block;
	margin: 0 -15px 40px -10px;
	width: calc(100% + 20px);
}

.wp-block-columns.is-style-slider .slick-slide {
	margin: 10px 15px;
}

/* - - - - Employer Block - - - - */
.ggx-employer {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
}

.ggx-employer .landscape img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 44 / 25;
}

.ggx-employer .entry-content {
	flex-grow: 1;
	text-align: center;
	padding: 40px;
	margin: 0 !important;
	background: linear-gradient(180deg, #fff 0%, #ededed 100%), #fff;
}

.ggx-employer .entry-content h3 {
	color: var(--black);
}

.ggx-employer .entry-subtitle {
	margin-bottom: 20px;
}

.ggx-employer a.mail,
.ggx-employer a.phone {
	font-weight: bold;
	padding: 0 5px;
}

/* - - - - - Main Styles - - - - - - - - - */
.is-style-alignfull {
	padding-left: calc(100vw / 2 - 100% / 2);
	padding-right: calc(100vw / 2 - 100% / 2);
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: auto;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.margin-bottom-negative {
	margin-bottom: -140px !important;
}

.ggx-subpages .subpage a.btn-target,
.ggx-shoplinks .shoplink a.btn-target,
.ggx-teaserbox a.btn-target {
	width: auto;
	color: #fff !important;
	background: var(--green2) !important;
}

.ggx-subpages .subpage a.btn-target:hover,
.ggx-shoplinks .shoplink a.btn-target:hover,
.ggx-teaserbox a.btn-target:hover {
	background-color: var(--orange1) !important;
}

/* Group */
.wp-block-group.is-style-inner-shadow {
	background: url(../images/shadow-top.svg) left top repeat-x, url(../images/shadow-bottom.svg) left bottom repeat-x;
}

.wp-block-group.is-style-inner-shadow-top {
	background: url(../images/shadow-top.svg) left top repeat-x;
}

.wp-block-group.is-style-inner-shadow-bottom {
	background: url(../images/shadow-bottom.svg) left bottom repeat-x;
}

.wp-block-group.is-style-no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-group.is-style-no-padding .wp-block-group__inner-container {
	padding-top: 0;
	padding-bottom: 0;
}

.wp-block-group.is-style-no-space-bottom {
	margin-bottom: 0 !important;
}

.wp-block-group.is-style-no-space-bottom .wp-block-group__inner-container {
	padding-bottom: 0 !important;
}


.wp-block-group.is-style-margin-bottom-140 {
	margin-bottom: 140px !important;
}

.wp-block-group.is-style-gradient {
	margin-bottom: 0 !important;
	background: linear-gradient(0deg,#ededed 0%,transparent 100%);
}

/* Masonry */
.masonry-grid {
	width: calc(100% + 20px);
}

.masonry-grid .grid-item {
	width: calc(33% - 20px);
}

@media (max-width: 1023px) {
	.masonry-grid .grid-item {
		width: calc(50% - 20px);
	}
}

@media (max-width: 767px) {
	.masonry-grid,
	.masonry-grid .grid-item {
		width: 100%;
	}
}

/* Slick Slider Arrows */
.slick-slider .slick-prev,
.slick-slider .slick-next {
	width: 20px;
	height: 60px;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
	content: '';
	display: block;
	width: 20px;
	height: 60px;
	opacity: 1;
}

.slick-slider .slick-prev {
	left: -20px;
	background: url(../images/arrow-left.svg) center no-repeat;
	background-size: contain;
}

.slick-slider .slick-next {
	right: -20px;
	background: url(../images/arrow-right.svg) center no-repeat;
	background-size: contain;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	opacity: 0.5;
}
