/* ===========
	Allgemein
   =========== */

/* --- Container --- */
.container, .columns.middle-container-centered-row .row, .hover-cards .description, .hover-cards .title, .job-offers .headline, .job-offers .text, .middle-container, .media-slider-wrapper, .career-entry-cards, .contact-box .bottom, .default-slider-wrapper .default-slider, .search-filter > * {
	width: 100%;
	max-width: 100%;
}
@media (min-width: 576px) {
	.container, .columns.middle-container-centered-row .row, .hover-cards .description, .hover-cards .title, .job-offers .headline, .job-offers .text, .middle-container, .media-slider-wrapper, .career-entry-cards, .contact-box .bottom, .default-slider-wrapper .default-slider, .search-filter > * {
		width: 540px;
	}
	.middle-container header,
	.middle-container p.text-center,
	.ce-bodytext,
	.ce-gallery{
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.container, .columns.middle-container-centered-row .row, .hover-cards .description, .hover-cards .title, .job-offers .headline, .job-offers .text, .middle-container, .media-slider-wrapper, .career-entry-cards, .contact-box .bottom, .default-slider-wrapper .default-slider, .search-filter > * {
		width: 720px;
	}
	.middle-container header,
	.middle-container p.text-center,
	.ce-bodytext,
	.ce-gallery{
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container, .columns.middle-container-centered-row .row, .hover-cards .description, .hover-cards .title, .job-offers .headline, .job-offers .text, .middle-container, .media-slider-wrapper, .career-entry-cards, .contact-box .bottom, .default-slider-wrapper .default-slider, .search-filter > * {
		width: 960px;
	}
	.middle-container header,
	.middle-container p.text-center,
	.ce-bodytext,
	.ce-gallery{
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.container, .columns.middle-container-centered-row .row, .hover-cards .description, .hover-cards .title, .job-offers .headline, .job-offers .text, .middle-container, .media-slider-wrapper, .career-entry-cards, .contact-box .bottom, .default-slider-wrapper .default-slider, .search-filter > * {
		width: 1140px;
	}
	.middle-container header,
	.middle-container p.text-center,
	.ce-bodytext,
	.ce-gallery{
		max-width: 100%;
	}
}
@media (min-width: 1400px) {
	.container, .columns.middle-container-centered-row .row, .hover-cards .description, .hover-cards .title, .job-offers .headline, .job-offers .text, .middle-container, .media-slider-wrapper, .career-entry-cards, .contact-box .bottom, .default-slider-wrapper .default-slider, .search-filter > * {
		width: 1320px;
	}
	.middle-container header,
	.middle-container p.text-center,
	.ce-bodytext,
	.ce-gallery{
		max-width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1600px) {
	.container, .columns.middle-container-centered-row .row, .hover-cards .description, .hover-cards .title, .job-offers .headline, .job-offers .text, .middle-container, .media-slider-wrapper, .career-entry-cards, .contact-box .bottom, .default-slider-wrapper .default-slider, .search-filter > * {
		width: 1500px;
	}
	.middle-container header,
	.middle-container p.text-center,
	.ce-bodytext,
	.ce-gallery{
		max-width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
}


/* ===========
	TYPOGRAPHIE BASIS – UBUNTU
   =========== */

:root {
	font-size: 17px;
	
	--font-family: 'Ubuntu', sans-serif;
	--text-color: #004394;
	--text-color-muted: #004394;
	
	/* Headings */
	--h1-size: 2.75rem;
	--h2-size: 2.125rem;
	--h3-size: 1.5rem;
	--h4-size: 1.25rem;
	--h5-size: 1.125rem;
	--h6-size: 1rem;
	
	/* Body & Meta */
	--body-size: 1rem;
	--small-size: 0.875rem;
	
	/* Line Heights */
	--lh-tight: 1.2;
	--lh-normal: 1.4;
	--lh-relaxed: 1.6;
	
	/* Typo-Abstände */
	--mb-h1: 2rem;
	--mb-h2: 1.75rem;
	--mb-h3: 1.5rem;
	--mb-h4: 1.25rem;
	--mb-h5: 1rem;
	--mb-h6: 1rem;
	--mb-body: 1.25rem;
	--mb-small: 0.75rem;
	
}

h1 {
	font-size: var(--h1-size) !important;
	line-height: var(--lh-tight);
	font-weight: 700;
	margin-bottom: var(--mb-h1);
}

h2,
.headline,
.job-teaser .headline,
.fact-columns .headline,
.application-box .headline{
	font-size: var(--h2-size) !important;
	line-height: var(--lh-tight);
	font-weight: 700;
	margin-bottom: var(--mb-h2) !important;
}

.headline + .bottom,
.headline >    .row{
	margin-top: 3.5rem !important;
}

h3 {
	font-size: var(--h3-size) !important;
	line-height: var(--lh-normal);
	font-weight: 600;
	margin-bottom: var(--mb-h3);
}

h4 {
	font-size: var(--h4-size) !important;
	line-height: var(--lh-normal);
	font-weight: 500;
	margin-bottom: var(--mb-h4);
}

h5{
	font-size: var(--h5-size) !important;
	line-height: var(--lh-normal);
	font-weight: 500;
	margin-bottom: var(--mb-h5);
}

/* Body Text */
p, li {
	font-family: var(--font-family);
	font-size: var(--body-size);
	line-height: var(--lh-relaxed);
	font-weight: 400;
	color: var(--text-color-muted);
	margin-bottom: var(--mb-body);
}

/* Small / Meta */
small {
	font-size: var(--small-size);
	line-height: var(--lh-normal);
	color: var(--text-color-muted);
	margin-bottom: var(--mb-small);
}

/* Utility: Text alignment and spacing */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }

.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }

.headline-small-margin{
	font-size: var(--h1-size) !important;
	line-height: var(--lh-tight);
	font-weight: 700;
	margin-bottom: var(--mb-small);
}


/* ===========
   FLICKITY SLIDER
   =========== */

.flickity-page-dots .dot {
	height: 16px;
	width: 16px;
}

/* ===========
   BUTTONS – UBUNTU STYLE
   =========== */

:root {
	--font-family: 'Ubuntu', sans-serif;
	--btn-font-weight: 500;
	--btn-radius: 2rem;
	--btn-padding: 0.75rem 1.25rem;
	
	--c-primary: #004394;
	--c-secondary: #edf6fc;
	
	/* Farbpalette – einfach austauschbar */
	--btn-primary-bg: #004394;
	--btn-primary-color: #fff;
	--btn-primary-hover: #00326e;
	
	--btn-secondary-bg: #004394;
	--btn-secondary-color: #fff;
	--btn-secondary-hover: #00326a;
	
	--btn-clear-border: #fff;
	--btn-clear-color: #fff;
	--btn-clear-hover-bg: #fff;
	--btn-clear-hover-color: #004394;
	
	--arrow-width: 25px;
	--arrow-height: 19px;
	--arrow-left: .5rem;
}

/* Grundlayout */
.application-teaser .btn-clear,
.career-entry-cards .btn,
.career-entry-cards .career-link,
.job-teaser .btn-large,
.mod .btn,
.mod .btn-clear,
.search-filter .inputs .search-button,
.search-filter .inputs .reset-button,
.hover-cards .card-col .hover-card-button {
	display: block;
	font-family: var(--font-family);
	font-size: 1.125rem;
	font-weight: var(--btn-font-weight);
	border: none;
	border-radius: var(--btn-radius);
	cursor: pointer;
	transition: all 0.25s ease;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	padding: var(--btn-padding);
	width: fit-content;
	height: auto;
}

.mod .btn.arrow-white:after {
	background: url('../Icons/arrow-slider-right-white.svg') no-repeat 50%;
}

/* PRIMARY BUTTON */
.btn-primary {
	background-color: var(--btn-primary-bg);
	color: var(--btn-primary-color);
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: var(--btn-primary-hover);
}
/* SECONDARY BUTTON */
.btn-secondary {
	background-color: var(--btn-secondary-bg);
	color: var(--btn-secondary-color);
}

.btn-secondary:hover,
.btn-secondary:focus {
	background-color: var(--btn-secondary-hover);
}

/* OUTLINE BUTTON */
.btn-clear,
.application-teaser .btn-clear,
.mod .btn-clear,
.search-filter .inputs .reset-button,
.hover-cards .card-col .hover-card-button  {
	background-color: transparent;
	color: var(--btn-clear-color);
	border: 2px solid var(--btn-clear-border);
}
.hover-cards .card-col .hover-card-button  {
	padding-right: 3.5rem;
	margin: 0 auto;
}

.search-filter .inputs .reset-button {
	color: var(--text-color);
	border-color: var(--text-color);
}

.application-teaser .btn-clear:after,
.mod .btn-clear:after {
	width: var(--arrow-width);
	height: var(--arrow-height);
	margin-left: var(--arrow-left);
	transform: translateY(2px);
}

.application-teaser .btn-clear:hover,
.application-teaser .btn-clear:focus,
.mod .btn-clear:hover,
.mod .btn-clear:focus {
	background-color: var(--btn-clear-hover-bg);
	color: var(--btn-clear-hover-color);
	transition: all 0.25s ease;
}

.career-entry-cards .arrow:after,
.career-entry-cards .career-link:after,
.mod .btn.arrow:after,
.mod .btn-clear:after,
.hover-cards .card-col .hover-card-button:after {
	content: '';
	display: inline-block;
	width: var(--arrow-width);
	height: var(--arrow-height);
	margin-left: var(--arrow-left);
	transform: translateY(2px);
	transition: all 0.25s ease;
}
.career-entry-cards .career-link,
.mod .btn-clear:after {
	margin-top: 0;
}

.btn-primary:hover:after,
.application-teaser .btn-clear:hover:after,
.career-entry-cards .career-link:hover:after,
.mod .btn.arrow:hover:after,
.mod .btn-clear:hover:after,
.hover-cards .card-col .hover-card-button:hover:after {
	transition: all 0.25s ease;
	transform: translate(.5rem, 2px);
}
.arrow-link:hover:after {
	transition: all 0.25s ease;
	transform: translateX(.5rem);
}
.hover-cards .card-col .hover-card-button:after {
	content: url('../Icons/arrow-slider-right-white.svg');
	width: var(--arrow-width);
	height: var(--arrow-height);
	margin-left: var(--arrow-left);
	transform: translateY(0);
	display: inline-block;
	vertical-align: top;
}
.hover-cards .card-col .hover-card-button:hover:after {
	transform: translate(.5rem, 0);
}


/* DISABLED STATE */
.btn:disabled,
.btn[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

/* SIZE VARIATION */
.btn-small {
	padding: 0.5rem 1.25rem;
	font-size: 0.9rem;
}

.btn-large,
.job-teaser .btn-large {
	padding: 1rem 2rem;
	font-size: 1.25rem;
}



/* ================================== */

/* ===========
	Menü
   =========== */
.main-nav-item-text {
	font-size: var(--h5-size);
}
.main-sub-nav li{
	font-size: 1rem;
	margin-bottom: 0;
}


/* ==== Header Slider ==== */

.header-slider{}
.header-slider-headline{
	display: none;
}
.header-slider .slide-image, .header-slider .slide-image-mobile {
	width: 100%;
	min-height: 480px;
	object-fit: cover;
}
.header-slider.is--fullscreen .slide-image,
.header-slider.is--fullscreen .slide-image-mobile {
	height: calc(100vh - 220px); /* In Typo3: optional auf 100% */
}

/* === Media Slider === */
.media-slider-wrapper{
	margin: 0 auto;
}

/* === Story Slider === */
.story-slider-wrapper .bottom{
	margin-top: 0;
}
.media-slider .bottom .text p{
	color: #fff;
}
.story-slider-wrapper .story-slider-slide a{
	transition: all 0.25s ease;
	display: inline-block;
}
.story-slider-wrapper .story-slider-slide a:hover{
	transform: translate(0, -1rem);
}
.story-slider-wrapper .title{
	font-size: var(--h5-size);
	margin-top: var(--mb-h5);
}
.story-slider-wrapper .position{
	font-size: var(--body-size);
	margin-top: 0;
}


/* ===========
	Job Teaser
   =========== */

.job-teaser {
	padding: 96px 0;
	transition: all 0.25s ease;
}
.job-teaser .container .row{
	margin-top: 3.5rem !important;
}
.job-teaser-item{
	transition: all 0.25s ease;
}
.job-teaser .icon{
	transition: all 0.25s ease;
	margin-bottom: 1rem;
}
.job-teaser-item .entry-level{
	transition: all 0.25s ease;
	font-size: 1.25rem; /* clamp(1.25rem, 2vw, 1.5rem); */
	font-weight: 600;
}
.job-teaser .job-count {
	position: absolute;
	top: 66%;
	left: 50%;
	padding: .25rem .75rem;
	border-radius: 2rem;
	bottom: inherit;
	right: inherit;
	background-color: red;
	font-size: 1rem; /* clamp(1rem, 1.2vw, 1.125rem); */
	transition: all 0.25s ease;
	transform: translate(33%, -1rem);
}
.job-teaser-item:hover{
	transition: all 0.25s ease;
	transform: translate(0, -1rem);
}


/* ===========
   Suchfilter
   =========== */

.search-filter {
	transition: all 0.25s ease;
	z-index: 1040;
}
.search-filter .headline{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--mb-h2);
}
.search-filter .icon {
	transition: all 0.25s ease;
	margin-bottom: 1rem;
}
.search-filter .entry-level{
	transition: all 0.25s ease;
	font-size: 1.25rem; /* clamp(1.25rem, 2vw, 1.5rem); */
	font-weight: 600;
}
.search-filter .entry-level-search {
	padding: 15px 0;
	transition: all 0.25s ease;
}
.search-filter .entry-level-search:hover {
	transition: all 0.25s ease;
	transform: translate(0, -1rem);
}
.search-filter .inputs .job-search-input,
.select2-container .select2-results__options li,
.search-filter .inputs .select2-container,
.select2-container {
	font-size: 1rem;
	margin: 0;
}
.search-filter .inputs .job-search-input{
	margin-right: 30px;
}
.select2-container{
	z-index: 1040 !important;
}
.select2-container .select2-selection__placeholder {
	font-size: 1rem;
	margin-bottom: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: var(--lh-tight);
}
.search-results .headline{
	margin-bottom: var(--mb-h2);
}
.search-results .control-bar {
	padding: 1.5rem 55px;
}


/* ===========
	Akkordeon
   =========== */

.panel-group .panel .panel-heading.collapsed {
	background-color: #e8f3fb;
	transition: all 0.25s ease;
}
.panel-group .panel .panel-heading {
	position: relative;
	color: inherit;
	border: none;
	border-radius: 2rem;
	cursor: pointer;
	padding: 0.875rem 1.75rem;
	margin: 1rem;
	background-color: #e8f3fb;
	font-weight: 700;
	word-break: break-word;
	hyphens: auto;
	transition: all 0.25s ease;
	font-size: 1rem; /* clamp(1rem, 1.2vw, 1.125rem); */
}
.panel-group .panel-body {
	padding: 0;
	margin: 0 3rem;
}
.panel-group .panel .panel-heading::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 1.25rem;
	background-size: cover;
	float: right;
	width: 1.875rem;
	height: 1.875rem;
	transform: translateY(-50%);
}

/* ===========
	Bewerbungsanforderungen
   =========== */

.application-teaser{
	--text-color: #fff;
	--text-color-muted: #fff;
}

/* ===========
	Karriereeinstiegsseiten
   =========== */

.career-entry-cards{
	margin: 0 auto;
}
.career-entry-cards .career-entry-card{
	padding: 48px 30px;
}
.career-entry-cards .card-image{
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: inherit;
	margin: 0 0 2rem;
}
.career-entry-cards .bottom {
	max-width: 100%;
}
.career-entry-cards .btn{
	margin: 0;
}

/* ===========
	Kontakt Box
   =========== */
.contact-box {
	margin: inherit;
	margin-top: 3.5rem;
}
.contact-box .bottom{
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto auto;
	gap: 30px;
	padding: 0;
	align-items: center;
}

.contact-box img {
	max-width: 320px;
	height: auto;
	padding: 0;
	margin: 0  0 auto auto;
	align-self: center;
}

.contact-box .description {
	text-align: left;
	padding: 0;
	margin:  0 0 1rem 0;
	align-self: center;
}

/* ===========
	Einstiege nach Erfahrung
   =========== */

.blue-cards .card-col {
	width: auto;
	aspect-ratio: 1/1;
	height: auto;
}
.blue-cards .blue-card {
	padding: 0;
	transition: all 0.25s ease;
	aspect-ratio: 1/1;
	position: relative;
}
.blue-cards .blue-card:after {
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blue-cards .icon{
	margin: 0 0 1rem;
	min-width: 48px;
	width: 100%;
	max-width: 96px;
	aspect-ratio: 1/1;
}
.blue-cards .entry-level{
	font-size: 1.5rem; /* clamp(1.5rem, 3vw, 2rem); */
	font-weight: 500;
}

.blue-card:hover{
	transition: all 0.25s ease;
	transform: translate(0, -1rem);
}


/* ===========
	Faktenspalten
   =========== */

.fact-columns img {
	margin-bottom: 1rem;
}
.fact-columns img + p {
	margin-top: 0;
	margin-bottom: 1rem;
}


/* ===========
	Hover Cards
   =========== */
.hover-cards .inner {
	position: relative;
}
.hover-cards .inner:after {
	background-color: rgba(0, 0, 0, .25);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.25s ease;
	width: 100%;
	z-index: 10;
}

.hover-cards .bottom {
	background-color: rgba(0, 0, 0, 0);
	padding: 0 1.75rem;
	width: 100%;
	z-index: 50;
	transition: bottom .15s ease;
}
.hover-cards .title {
	font-size: 1.25rem;
	font-weight: 500;
	margin: 0 auto;
	padding: 1rem 1.75rem 0.875rem !important;
}
.hover-cards .description {
	font-size: 1.0rem;
}

@media (min-width: 768px) {
	.hover-cards .card-col:hover .inner:after {
		opacity: 1;
	}
	
	.hover-cards .card-col:hover .image {
		-webkit-filter: none;
		filter: none;
	}
}


/* ===========
	Offene Stellen
   =========== */

.job-cards-wrapper{
	max-width: 1485px;
}
.job-cards {
	/* height: auto; */
}
.job-card {
	box-sizing: content-box;
	position: absolute;
	min-height: 200px;
	width: calc(100% - 30px);
	padding: 15px;
	font-size: 1rem; /* clamp(1rem, 1.2vw, 1.125rem); */
	margin: 0 15px 0 0;
	color: #222;
	transition: all 0.25s ease;
}
@media only screen and (min-width: 576px) {
	.job-card {
		width: calc(50% - 45px);
	}
}
@media only screen and (min-width: 768px) {
	.job-card {
		padding: 30px;
		width: calc(33.3333333% - 75px);
	}
}
@media only screen and (min-width: 1024px) {
	.job-card {
		width: calc(25% - 75px);
	}
}
.job-card .title {
	position: relative;
	font-size: 1rem; /* clamp(1rem, 1.2vw, 1.125rem); */
	font-weight: 700;
	color: #004394;
	margin-bottom: 1rem;
}
.job-card .department {
	position: relative;
	height: auto;
	margin: 0 0 1rem 0;
	top: auto;
	bottom: auto;
}
.job-card .location {
	position: relative;
	top: auto;
	bottom: auto;
	margin: 0 0 0 1rem;
}

.job-card:hover{
	transition: all 0.25s ease;
	transform: translateY(-58%);
}

/* =========
	columns:
	======== */
.ce-textpic figure img {
	max-width: 100%;
	height: auto;
}

.ce-image .image-embed-item {
	max-width: 100%;
	height: auto;
}

.ce-image .ce-gallery {
	max-width: 100% !important;
}

/** EMBED */
.embed {
	position: relative;
}

.embed--16by9 {
	padding-bottom: 56.25%;
}

.embed audio, .embed video, .embed object, .embed iframe {
	background-color: transparent;
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.embed video, .embed object {
	object-fit: cover;
}

/* =========
   BACKGROUND
   =========*/
.bg--video {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.bg--video video {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/** FCM CLASSES */
.bg--primary {
	background-color: var(--c-primary);
	--text-color: #fff;
	--text-color-muted: #fff;
}

.bg--secondary {
	background-color: var(--c-secondary);
}

/* =========
   MODULES
   =========*/
.mod img {
	height: auto;
	max-width: 100%;
}

.mod .image {
	margin-bottom: 0;
}

.mod .buttons {
	display: flex;
	flex-flow: row wrap;
	gap: 1.5rem;
}

@media (max-width: 767px) {
	.mod-fifty-media .image,
	.mod-fifty-media .embed {
		margin-bottom: 2.25rem;
	}
}

.mod-video-header {
	height: 80vh;
	min-height: 480px;
	position: relative;
}


/* =======
   Social Media
   ======= */

.social-media-icons a,
.social-media-icons a + a,
.social-media-icons a:hover,
.social-media-icons a:hover + a {
	margin: 0 8px 1rem;
}
.social-media-icon-xing,
.social-media-icon-linkedin,
.social-media-icon-facebook,
.social-media-icon-instagram,
.social-media-icon-youtube,
.social-media-icon-mailto {
	display: inline-block;
	width: 48px;
	height: 48px;
	vertical-align: middle;
	content: "";
}

.social-media-icon-youtube {
	width: 67px;
}
.social-media-icon-mailto {
	width: 62px;
}


/* =======
   Flyout Buttons
  ======== */

#flyout{
	top: 0;
}
.flyout-buttons {
	width: 64px;
	position: relative;
	margin-top: 33vh;
}
.btn-flyout{
	width: 64px;
	height: 64px;
	padding: 4px;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	box-shadow:  none;
	border: 1px solid #3269a9;
}
.flyout-search-icon,
.btn-flyout.active .flyout-search-icon,
.flyout-recommendation-icon,
.btn-flyout.active .flyout-recommendation-icon,
.flyout-application-icon,
.btn-flyout.active .flyout-application-icon {
	background-position: center;
	width: 50px;
	height: 50px;
	line-height: inherit;
	display: inline-block;
	background-size: contain;
	position: relative;
	top: 2px;
	left: 2px;
}
.flyout-recommendation-icon,
.btn-flyout.active .flyout-recommendation-icon {
	width: 54px;
	height: 54px;
	top: 0;
}
.flyout-application-icon,
.btn-flyout.active .flyout-application-icon {
	width: 36px;
	height: 42px;
}
.btn-flyout.active {
	border: none;
}

#flyout_search,
#flyout_application {
	position: relative;
	margin-top: 33vh;
}
#flyout_recommendation{
	position: relative;
	margin-top: 33vh;
	transform: translateY(-30%);
}



/* =======
   Footer
   ======= */
footer#footer {
	height: auto;
	padding: 24px;
}
.main-footer-item-text,
.footer-copyright {
	font-size: 1rem;
	line-height: 2rem;
	color: #fff;
}

@media (max-width: 767px) {
	h1 { font-size: 2rem; }
	h2 { font-size: 1.75rem; }
	h3 { font-size: 1.25rem; }
}
p.is--lead{
	font-size: var(--h5-size);
}


