/**
Theme Name: Robeat Child
Author: Mastflow - Intelligent Web & IT Solutions
Author URI: https://mastflow.de
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: robeat-child
Template: astra
*/

:root {
	--robeat-black: #050505;
	--robeat-white: #f4f4f4;
	--robeat-muted: #9a9a9a;
	--robeat-line: rgba(255, 255, 255, 0.18);
	--robeat-purple: #bd2cff;
}

.post-type-archive-referenzen,
.single-referenzen {
	background: var(--robeat-black);
	color: var(--robeat-white);
}

/* Keep the archive's light trust section readable despite the dark page defaults. */
.post-type-archive-referenzen .elementor-element-rbtrust0,
.post-type-archive-referenzen .elementor-element-rbtrust0 .elementor-heading-title {
	color: var(--robeat-black) !important;
}

/* Keep the single reference's light data and experience sections readable. */
.single-referenzen .elementor-element-rbsspec0 .e-con-inner {
	display: flex !important;
	flex-flow: row wrap !important;
	gap: 0 !important;
}

.single-referenzen .elementor-element-rbsspec0 .rb-spec {
	box-sizing: border-box;
	flex: 0 0 50% !important;
	width: 50% !important;
	padding: 22px 18px;
	border-bottom: 1px solid #d7d7d7;
}

.single-referenzen .elementor-element-rbspc001,
.single-referenzen .elementor-element-rbspc003 {
	border-right: 1px solid #d7d7d7;
}

.single-referenzen .elementor-element-rbspc003,
.single-referenzen .elementor-element-rbspc004 {
	border-bottom: 0 !important;
}

.single-referenzen .rb-spec .jet-listing-dynamic-field__content {
	color: #111 !important;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 1.35;
}

.single-referenzen .rb-spec .jet-listing-dynamic-field__content::before {
	display: block;
	margin-bottom: 10px;
	color: #888;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1;
	text-transform: uppercase;
}

.single-referenzen .elementor-element-rbspc001 .jet-listing-dynamic-field__content::before { content: 'Kunde'; }
.single-referenzen .elementor-element-rbspc002 .jet-listing-dynamic-field__content::before { content: 'Anlass'; }
.single-referenzen .elementor-element-rbspc003 .jet-listing-dynamic-field__content::before { content: 'Format'; }
.single-referenzen .elementor-element-rbspc004 .jet-listing-dynamic-field__content::before { content: 'Rolle'; }

.single-referenzen .elementor-element-rbssec03 .rb-section-title,
.single-referenzen .elementor-element-rbssec03 .rb-section-title .jet-listing-dynamic-field__content {
	color: #111 !important;
}

.single-referenzen .elementor-element-rbssec03 .rb-copy,
.single-referenzen .elementor-element-rbssec03 .rb-copy .jet-listing-dynamic-field__content {
	color: #444 !important;
}

/* Constrain portrait source images to the landscape design proportions. */
.single-referenzen .rb-hero-image img,
.single-referenzen .rb-stage-image img {
	display: block;
	width: 100%;
	height: clamp(520px, 52vw, 650px) !important;
	min-height: 0 !important;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center 35%;
}

/* Use stable widget IDs because the widgets are not consecutive DOM children. */
.single-referenzen .rb-highlight::before {
	display: inline-block;
	width: 36px;
	margin-right: 12px !important;
	color: var(--robeat-purple);
	font-size: 10px;
}

.single-referenzen .elementor-element-rbshl001::before { content: '01' !important; }
.single-referenzen .elementor-element-rbshl002::before { content: '02' !important; }
.single-referenzen .elementor-element-rbshl003::before { content: '03' !important; }
.single-referenzen .elementor-element-rbshl004::before { content: '04' !important; }

@media (max-width: 767px) {
	.single-referenzen .elementor-element-rbsspec0 .rb-spec {
		flex-basis: 100% !important;
		width: 100% !important;
		border-right: 0 !important;
		border-bottom: 1px solid #d7d7d7 !important;
	}

	.single-referenzen .elementor-element-rbspc004 {
		border-bottom: 0 !important;
	}

	.single-referenzen .rb-hero-image img,
	.single-referenzen .rb-stage-image img {
		height: clamp(320px, 72vw, 480px) !important;
	}
}

/* Refine the single-reference typography and media proportions. */
.single-referenzen .elementor-element-rbshro00 .rb-title,
.single-referenzen .elementor-element-rbshro00 .rb-title .jet-listing-dynamic-field__content {
	max-width: 820px;
	font-size: clamp(54px, 5.8vw, 72px) !important;
	line-height: .9 !important;
}

.single-referenzen .elementor-element-rbshro00 .rb-copy {
	max-width: 780px;
}

.single-referenzen .rb-section-title,
.single-referenzen .rb-section-title .jet-listing-dynamic-field__content,
.single-referenzen .rb-section-title .elementor-heading-title {
	font-size: clamp(32px, 3.5vw, 44px) !important;
	line-height: .96 !important;
}

.single-referenzen .rb-gallery-image img {
	width: 100%;
	aspect-ratio: 4 / 3 !important;
	object-fit: cover;
	object-position: center 35%;
}

.single-referenzen .rb-hero-meta {
	color: var(--robeat-purple);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.single-referenzen .elementor-element-rbsimg01 .e-con-inner {
	position: relative;
}

.single-referenzen .rb-image-credit {
	position: absolute;
	right: 22px;
	bottom: 18px;
	z-index: 2;
	color: var(--robeat-white);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .06em;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .8);
	text-transform: uppercase;
}

.single-referenzen .rb-related-cases {
	box-sizing: border-box;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 90px 64px;
	background: var(--robeat-black);
	color: var(--robeat-white);
}

.single-referenzen .rb-related-cases__head {
	display: flex;
	gap: 30px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 34px;
}

.single-referenzen .rb-related-cases__eyebrow {
	margin-bottom: 10px;
	color: var(--robeat-purple);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.single-referenzen .rb-related-cases h2 {
	max-width: 560px;
	margin: 0;
	color: var(--robeat-white);
	font-size: clamp(32px, 3.5vw, 44px);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: .96;
	text-transform: uppercase;
}

.single-referenzen .rb-related-cases__all,
.single-referenzen .rb-related-case__link {
	border-bottom: 1px solid var(--robeat-line);
	color: var(--robeat-white);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 2;
	text-transform: uppercase;
}

.single-referenzen .rb-related-cases__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.single-referenzen .rb-related-case img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	margin-bottom: 18px;
	object-fit: cover;
}

.single-referenzen .rb-related-case__category {
	margin-bottom: 8px;
	color: var(--robeat-purple);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.single-referenzen .rb-related-case h3 {
	margin: 0 0 10px;
	color: var(--robeat-white);
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1;
	text-transform: uppercase;
}

.single-referenzen .rb-related-case h3 a {
	color: inherit;
}

.single-referenzen .rb-related-case__meta {
	margin-bottom: 14px;
	color: var(--robeat-muted);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.single-referenzen .elementor-element-rbshro00 .rb-title,
	.single-referenzen .elementor-element-rbshro00 .rb-title .jet-listing-dynamic-field__content {
		font-size: 42px !important;
	}

	.single-referenzen .rb-related-cases {
		padding: 65px 22px;
	}

	.single-referenzen .rb-related-cases__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.single-referenzen .rb-related-cases__grid {
		grid-template-columns: 1fr;
	}
}

.robeat-reference-card {
	height: 100%;
	color: var(--robeat-white);
}

.robeat-reference-card .robeat-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.robeat-reference-card .robeat-card__category,
.robeat-reference-card .robeat-card__category a {
	color: var(--robeat-purple);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .07em;
	line-height: 1.25;
	text-transform: uppercase;
}

.robeat-reference-card .robeat-card__title {
	margin: 0;
	color: var(--robeat-white);
	font-size: clamp(20px, 2vw, 27px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: .98;
	text-transform: uppercase;
}

.robeat-reference-card .robeat-card__meta {
	color: var(--robeat-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 1.45;
	text-transform: uppercase;
}

.robeat-reference-card .robeat-card__teaser {
	color: #c7c7c7;
	font-size: 14px;
	line-height: 1.5;
}

.robeat-reference-card .robeat-card__link a {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	border-bottom: 1px solid var(--robeat-line);
	color: var(--robeat-white);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 2;
	text-transform: uppercase;
}

.robeat-reference-card .robeat-card__link a::after {
	color: var(--robeat-purple);
	content: '\2192';
	font-size: 16px;
}

.robeat-reference--kurz .robeat-card__link {
	display: none;
}

/* Align reference typography with the established homepage typography. */
.post-type-archive-referenzen .rb-display,
.post-type-archive-referenzen .rb-display .elementor-heading-title,
.single-referenzen .rb-title,
.single-referenzen .rb-title .jet-listing-dynamic-field__content {
	font-family: Roboto, sans-serif !important;
	font-size: clamp(54px, 5.9vw, 74px) !important;
	font-weight: 700 !important;
	letter-spacing: normal !important;
	line-height: 1.1 !important;
}

.post-type-archive-referenzen .rb-section-title,
.post-type-archive-referenzen .rb-section-title .elementor-heading-title,
.single-referenzen .rb-section-title,
.single-referenzen .rb-section-title .jet-listing-dynamic-field__content,
.single-referenzen .rb-section-title .elementor-heading-title,
.single-referenzen .rb-related-cases h2 {
	font-family: Roboto, sans-serif !important;
	font-size: clamp(32px, 3.2vw, 40px) !important;
	font-weight: 700 !important;
	letter-spacing: normal !important;
	line-height: 1.3 !important;
}

.post-type-archive-referenzen .robeat-reference-card .robeat-card__title,
.single-referenzen .rb-related-case h3 {
	font-family: Roboto, sans-serif !important;
	font-size: clamp(21px, 2vw, 25px) !important;
	font-weight: 700 !important;
	letter-spacing: normal !important;
	line-height: 1.3 !important;
}

.post-type-archive-referenzen .rb-copy,
.post-type-archive-referenzen .rb-copy p,
.single-referenzen .rb-copy,
.single-referenzen .rb-copy .jet-listing-dynamic-field__content,
.single-referenzen .rb-copy p {
	font-family: Roboto, sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.55 !important;
}

@media (max-width: 767px) {
	.post-type-archive-referenzen .rb-display,
	.post-type-archive-referenzen .rb-display .elementor-heading-title,
	.single-referenzen .rb-title,
	.single-referenzen .rb-title .jet-listing-dynamic-field__content {
		font-size: 42px !important;
		line-height: 1.08 !important;
	}

	.post-type-archive-referenzen .rb-copy,
	.post-type-archive-referenzen .rb-copy p,
	.single-referenzen .rb-copy,
	.single-referenzen .rb-copy .jet-listing-dynamic-field__content,
	.single-referenzen .rb-copy p {
		font-size: 16px !important;
	}
}
