/* markup */
.imagebox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
	/* bottom line + colors */
	/* image */
	/* background-colors */
}
.imagebox .imagebox-image {
	display: block;
	height: auto;
	position: relative;
	overflow: hidden;
}
.imagebox .imagebox-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	height: auto;
	padding: 2.5rem;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.imagebox .imagebox-content-wrap .imagebox-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: 100%;
	height: auto;
	position: relative;
}
.imagebox .imagebox-content-wrap .imagebox-content .imagebox-headline {
	font-family: "Montserrat";
	font-weight: 600;
}
.imagebox .imagebox-content-wrap .imagebox-content .imagebox-headline.center {
	text-align: center;
}
.imagebox .imagebox-content-wrap .imagebox-content .imagebox-headline.font-size-normal {
	font-size: 1.375rem;
}
.imagebox .imagebox-content-wrap .imagebox-content .imagebox-headline.font-size-big {
	font-size: 1.625rem;
}
.imagebox .imagebox-content-wrap .imagebox-content .imagebox-headline + .imagebox-copytext {
	margin-top: 1.25rem;
}
.imagebox .imagebox-content-wrap .imagebox-content .imagebox-copytext {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: 100%;
	height: auto;
	position: relative;
}
.imagebox .imagebox-content-wrap .wp-block-buttons .wp-block-button {
	width: 100%;
}
.imagebox .imagebox-content-wrap .wp-block-buttons .wp-block-button .wp-block-button__link {
	padding: 0.875rem;
}
.imagebox .imagebox-line {
	display: block;
	width: 100%;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.gb-grid-column:nth-child(9n+1) .imagebox .imagebox-line {
	background: var(--color-navy-blue);
}
.gb-grid-column:nth-child(9n+2) .imagebox .imagebox-line {
	background: var(--color-blue);
}
.gb-grid-column:nth-child(9n+3) .imagebox .imagebox-line {
	background: var(--color-dodger-blue);
}
.gb-grid-column:nth-child(9n+4) .imagebox .imagebox-line {
	background: var(--color-royal-blue);
}
.gb-grid-column:nth-child(9n+5) .imagebox .imagebox-line {
	background: var(--color-dark-cyan);
}
.gb-grid-column:nth-child(9n+6) .imagebox .imagebox-line {
	background: var(--color-green);
}
.gb-grid-column:nth-child(9n+7) .imagebox .imagebox-line {
	background: var(--color-sea-green);
}
.gb-grid-column:nth-child(9n+8) .imagebox .imagebox-line {
	background: var(--color-aquamarine);
}
.gb-grid-column:nth-child(9n+9) .imagebox .imagebox-line {
	background: var(--color-spring-green);
}
.imagebox.image-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.imagebox.image-top .imagebox-image {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.imagebox.image-top .imagebox-image.image-format-cubic {
	padding-top: 100%;
}
.imagebox.image-top .imagebox-image.image-format-rectangular {
	padding-top: 50%;
}
.imagebox.image-top .imagebox-image.with-rounding::before {
	content: "";
	display: block;
	width: calc(100% + 2px);
	height: 100%;
	-webkit-mask-image: url("/wp-content/uploads/imagebox-image-form.svg");
	        mask-image: url("/wp-content/uploads/imagebox-image-form.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	-webkit-mask-position: bottom center;
	        mask-position: bottom center;
	position: absolute;
	bottom: -1px;
	left: -1px;
}
.imagebox.image-top .imagebox-content-wrap {
	width: 100%;
}
.imagebox.image-top:not(.background-color-alternate, .background-color-white) .imagebox-line {
	display: none;
}
.imagebox.image-left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.imagebox.image-left .imagebox-image {
	width: 47%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
@media (max-width: 600px) {
	.imagebox.image-left .imagebox-image {
		padding-top: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.imagebox.image-left .imagebox-image {
		padding-top: 75%;
	}
}
@media (max-width: 600px), (min-width: 768px) and (max-width: 1024px) {
	.imagebox.image-left .imagebox-image {
		width: 100%;
	}
}
.imagebox.image-left .imagebox-content-wrap {
	width: 53%;
}
@media (max-width: 600px), (min-width: 768px) and (max-width: 1024px) {
	.imagebox.image-left .imagebox-content-wrap {
		width: 100%;
	}
}
.imagebox.background-color-green .imagebox-image::before {
	background: var(--color-green);
}
.imagebox.background-color-green .imagebox-content-wrap {
	background: var(--color-green);
	color: var(--color-white);
}
.imagebox.background-color-green .imagebox-content-wrap ul li::before {
	background: var(--color-white);
}
.imagebox.background-color-blue .imagebox-image::before {
	background: var(--color-blue);
}
.imagebox.background-color-blue .imagebox-content-wrap {
	background: var(--color-blue);
	color: var(--color-white);
}
.imagebox.background-color-blue .imagebox-content-wrap ul li::before {
	background: var(--color-white);
}
.imagebox.background-color-grey .imagebox-image::before {
	background: var(--color-grey);
}
.imagebox.background-color-grey .imagebox-content-wrap {
	background: var(--color-grey);
	color: var(--color-white);
}
.imagebox.background-color-grey .imagebox-content-wrap ul li::before {
	background: var(--color-white);
}
.imagebox.background-color-spring-green .imagebox-image::before {
	background: var(--color-spring-green);
}
.imagebox.background-color-spring-green .imagebox-content-wrap {
	background: var(--color-spring-green);
	color: var(--color-white);
}
.imagebox.background-color-spring-green .imagebox-content-wrap ul li::before {
	background: var(--color-white);
}
.imagebox.background-color-navy-blue .imagebox-image::before {
	background: var(--color-navy-blue);
}
.imagebox.background-color-navy-blue .imagebox-content-wrap {
	background: var(--color-navy-blue);
	color: var(--color-white);
}
.imagebox.background-color-navy-blue .imagebox-content-wrap ul li::before {
	background: var(--color-white);
}
.imagebox.background-dark-grey .imagebox-image::before {
	background: var(--color-dark-grey);
}
.imagebox.background-dark-grey .imagebox-content-wrap {
	background: var(--color-dark-grey);
	color: var(--color-white);
}
.imagebox.background-dark-grey .imagebox-content-wrap ul li::before {
	background: var(--color-white);
}
.imagebox.background-color-sea-green .imagebox-image::before {
	background: var(--color-sea-green);
}
.imagebox.background-color-sea-green .imagebox-content-wrap {
	background: var(--color-sea-green);
	color: var(--color-white);
}
.imagebox.background-color-sea-green .imagebox-content-wrap ul li::before {
	background: var(--color-white);
}
.imagebox.background-color-aquamarine .imagebox-image::before {
	background: var(--color-aquamarine);
}
.imagebox.background-color-aquamarine .imagebox-content-wrap {
	background: var(--color-aquamarine);
	color: var(--color-white);
}
.imagebox.background-color-aquamarine .imagebox-content-wrap ul li::before {
	background: var(--color-white);
}
.imagebox.background-color-dark-cyan .imagebox-image::before {
	background: var(--color-dark-cyan);
}
.imagebox.background-color-dark-cyan .imagebox-content-wrap {
	background: var(--color-dark-cyan);
	color: var(--color-white);
}
.imagebox.background-color-dark-cyan .imagebox-content-wrap ul li::before {
	background: var(--color-white);
}
.imagebox.background-color-royal-blue .imagebox-image::before {
	background: var(--color-royal-blue);
}
.imagebox.background-color-royal-blue .imagebox-content-wrap {
	background: var(--color-royal-blue);
	color: var(--color-white);
}
.imagebox.background-color-royal-blue .imagebox-content-wrap ul li::before {
	background: var(--color-white);
}
.imagebox.background-color-dodger-blue .imagebox-image::before {
	background: var(--color-dodger-blue);
}
.imagebox.background-color-dodger-blue .imagebox-content-wrap {
	background: var(--color-dodger-blue);
	color: var(--color-white);
}
.imagebox.background-color-dodger-blue .imagebox-content-wrap ul li::before {
	background: var(--color-white);
}
.imagebox.background-color-dark-grey .imagebox-image::before {
	background: var(--color-dark-grey);
}
.imagebox.background-color-dark-grey .imagebox-content-wrap {
	background: var(--color-dark-grey);
	color: var(--color-white);
}
.imagebox.background-color-grey .imagebox-image::before {
	background: var(--color-grey);
}
.imagebox.background-color-grey .imagebox-content-wrap {
	background: var(--color-grey);
	color: var(--color-white);
}
.imagebox.background-color-silver .imagebox-image::before {
	background: var(--color-silver);
}
.imagebox.background-color-silver .imagebox-content-wrap {
	background: var(--color-silver);
	color: var(--color-dark-grey);
}
.imagebox.background-color-light-grey .imagebox-image::before {
	background: var(--color-light-grey);
}
.imagebox.background-color-light-grey .imagebox-content-wrap {
	background: var(--color-light-grey);
	color: var(--color-dark-grey);
}
.imagebox.background-color-light-grey .imagebox-content-wrap ul li::before {
	background: var(--color-dark-grey);
}
.imagebox.background-color-alternate .imagebox-image::before {
	background: var(--color-alternate);
}
.imagebox.background-color-alternate .imagebox-content-wrap {
	background: var(--color-alternate);
	color: var(--color-dark-grey);
}
.imagebox.background-color-alternate .imagebox-content-wrap ul li::before {
	background: var(--color-dark-grey);
}
.imagebox.background-color-white .imagebox-image::before {
	background: var(--color-white);
	color: var(--color-dark-grey);
}
.imagebox.background-color-white .imagebox-image::before ul li::before {
	background: var(--color-dark-grey);
}
.imagebox.background-color-white .imagebox-content-wrap {
	background: var(--color-white);
}/*# sourceMappingURL=imagebox.css.map */