/*
Theme Name:   galileo
Template:     twentytwentyfour
Version:      1.0.0
*/

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/themes/galileo/fonts/inter-v13-latin-regular.woff2') format('woff2'),
       url('/assets/themes/galileo/fonts/inter-v13-latin-regular.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/themes/galileo/fonts/inter-v13-latin-600.woff2') format('woff2'),
       url('/assets/themes/galileo/fonts/inter-v13-latin-600.ttf') format('truetype');
}

:root, body, main {
	overflow-x: hidden;
}

body, h1, h2, h3, p, a, a:visited {
	font-family: Inter, sans-serif !important;
}

h1, h2 {
	font-weight: 600 !important;
}

h1 {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.c-section-ht h1, .c-section-ht h2, .c-section-ht h3, .c-section-ht h4, .c-section-ht p > strong {
	color: var(--wp--preset--color--accent-3) !important;
}

h1 {
	margin-right: -28px;
}

:not(:focus-visible) {
	outline: none;
}

.wp-block-button__link:focus-visible, .wp-element-button:focus-visible, .wp-block-button__link:focus-visible {
	background-color: var(--wp--preset--color--contrast-2);
	border-color: var(--wp--preset--color--contrast-2);
	color: var(--wp--preset--color--base);
	outline-color: var(--wp--preset--color--contrast);
	outline-offset: 2px;
}

a:focus {
	z-index: 1;
}

.page-id-486 .brlbs-cmpnt-btn.brlbs-cmpnt-font-semibold.brlbs-cmpnt-btn-preferences {
	border: 1px solid;
	margin-bottom: 2rem;
}

.c-logo img {
	margin: 1.8rem 0 1.2rem 0;
}

.c-img {
	width: 125%;
}

.c-img-l {
	margin-left: -25%;
}

.c-btn-container a {
	padding: 0.5rem 1rem !important;
	text-align: left;
}

.c-btn-container a:hover {
	background-color: var(--wp--preset--color--accent-3) !important;
}

.c-btn-active a {
	background-color: var(--wp--preset--color--accent-3) !important;
}

.c-img-container {
	position: relative;
}

.c-img-container .c-img-w-subt .wp-element-caption {
	width: 40%;
	font-size: 28px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	line-height: 38px;
	margin: 6rem 4rem;
}

.c-img-container-main .c-img-w-subt .wp-element-caption {
	width: 40%;
	font-size: 24px;
	font-weight: 700;
	position: absolute;
	left: -10%;
	bottom: 80px;
	line-height: normal;
	color: #fff;
	right: 0;
	margin: 0 auto;
}

.c-img-container-main .c-img-w-subt .wp-element-caption strong {
	margin-bottom: 36px;
	font-size: 36px;
}

.page-id-1084 .c-btn-1084 a, .page-id-460 .c-btn-460 a, .page-id-479 .c-btn-479 a, .page-id-476 .c-btn-476 a, .page-id-468 .c-btn-468 a, .page-id-503 .c-btn-503 a, .page-id-463 .c-btn-463 a, .page-id-482 .c-btn-482 a, .page-id-486 .c-btn-486 a, .page-id-453 .c-btn-453 a, .page-id-450 .c-btn-450 a, .page-id-442 .c-btn-442 a, .page-id-439 .c-btn-439 a, .page-id-472 .c-btn-472 a, .page-id-433 .c-btn-433 a, .page-id-436 .c-btn-436 a, .page-id-413 .c-btn-413 a, .page-id-411 .c-btn-411 a, .page-id-490 .c-btn-490 a, .page-id-493 .c-btn-493 a, .page-id-500 .c-btn-500 a, .page-id-1147 .c-btn-1147 a {
	background-color: var(--wp--preset--color--accent-3) !important;
}

.c-logos img {
	margin: var(--wp--preset--spacing--20) 0;
}

.c-logos img, .c-gallery img {
	box-shadow: 0 4px 10px 0 #0000004d;
}

.c-nav img {
	min-width: 20px;
	min-height: 20px;
	max-height: 20px;
	padding-bottom: 4px;
}

.wp-block-navigation .wp-block-navigation-item__label {
	display: flex;
	flex-direction: column;
	align-items: center;
}

header {
	position: relative;
	z-index: 2;
}

footer p, footer ul {
	width: 100% !important;
}

.wp-block-navigation, .wp-block-navigation .wp-block-navigation-item {
	position: unset;
}

.wp-block-navigation__submenu-container {
	width: 100% !important;
}

.c-nav-item .wp-block-navigation-item__content {
	align-items: flex-start !important;
}

.c-nav-item {
	width: 20%;
	padding: 0px !important;
}

.c-nav-item li {
	width: 100%;
}

.c-nav-item > li > a {
	padding: 0px !important;
	min-height: 70px;
  align-self: center;
  justify-content: center;
}

.c-nav-item > li {
	align-items: center !important;
}

.wp-block-navigation__container > li > a > span {
	font-size: 10px;
	text-align: center;
  width: 100%;
}

.c-nav-item li > a > img {
	margin: 0 auto !important;
}

.c-nav-item a, .c-nav-item li > a, .c-nav-item button > span {
	text-align: left;
	display: flex !important;
	flex-direction: column;
	width: 100%;
	justify-content: center;
}

.wp-block-navigation__submenu-icon {
	display: none !important;
}

.wp-block-navigation__submenu-container {
	padding: 1.2rem !important;
}

.wp-block-navigation-submenu > li:first-child span {
	font-weight: 600;
}

.wp-block-navigation-submenu > li > a {
	padding: .5rem 1rem;
}

.c-container-rel {
	position: relative;
}

.c-cbtn-1 {
	background: radial-gradient(ellipse at center, #d0e059 11%,#78961b 100%);
	border-radius: 120px;
	height: 190px;
	width: 190px;
	padding: 6px !important;
	display: flex;
	flex-direction: column;
    justify-content: center;
    line-height: 1;
	font-size: 16px;
	box-shadow: 2px 3px 5px hsla(0, 0%, 0%, 0.68);
	position: absolute;
	top: -240px;
	left: 82px;
	transform: rotate(-12deg);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.page-id-436 .c-cbtn-1 {
  top: 0px;
  left: -58px;
}

.c-cbtn-2 {
	background: radial-gradient(ellipse at center, #f7a823 11%, #f7cc23 100%);
}

.c-svg {
	position: absolute;
	width: 0;
	height: 0;
}

.c-gc::after {
	background-color: #b8c82c;
	clip-path: url(#clip1);
	content: "";
	display: inline-block;
	position: absolute;
	margin-bottom: 20px;
	aspect-ratio: 10/10;
	min-width: 100%;
	left: 0;
	z-index: -1;
}

.page-id-365 .c-gc::after, .page-id-365 .c-gc1::after, .parent-pageid-365 .c-gc::after, .parent-pageid-365 .c-gc1::after {
	background-color: var(--wp--preset--color--accent-5) !important;
}

.c-gc {
	filter: drop-shadow(0px 12px 0px #bfbfbf);
	position: relative;
}

.c-gc .wp-element-caption {
	display: none !important;
}

.c-gc img {
	clip-path: url(#clip1);
	transform: scale(0.985);
	object-fit: cover;
	aspect-ratio: 10/10;
	min-width: 100%;
}

.c-gc1 img, .c-gc1::after {
	clip-path: url(#clip1);
}

.c-gc2 img, .c-gc2::after {
	clip-path: url(#clip2);
}

.c-p-container {
	position: relative;
	margin-top: -130px !important;
}

.c-p-container.c-p-container--first {
	margin-top: 0px !important;
}

.c-p-container .c-gc::after {
	background-color: #bfbfbf;
}

.c-p-container .c-gc, .c-p-container .c-gc2 {
	filter: none;
}

.c-pt {
	aspect-ratio: 10/10;
	width: 85%;
	padding: 58px 30px;
	bottom: 120px;
	position: absolute;
	z-index: 1;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.c-pt-r {
	left: -60%;
}

.c-pt-l {
	right: -60%;
}

.c-p-heading strong {
	font-weight: inherit;
	font-size: 58px;
}

.page-id-1147 main {
	overflow-x: clip;
}

.fluentform h4 {
	margin-block-end: 0;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0.3em;
}

.c-stelle .wp-block-post-excerpt__more-link {
	background-color: var(--wp--preset--color--accent-4) !important;
	font-size: var(--wp--preset--font-size--medium) !important;
	color: var(--wp--preset--color--base-2) !important;
	text-transform: uppercase;
	border-radius: 100px;
	padding: 0.5rem 1rem !important;
	text-decoration: none !important;
}

footer a {
    background-color: #666666;
}

@media (max-width: 781px) {
	.c-h1-l {
		font-size: 22px;
	}
	
	.c-p-container {
		margin-top: 40px !important;
	}
	
	.c-p-container-l {
		padding-right: 15%;
		order: 1;
	}
	
	.c-p-container-r {
		padding-left: 15%;
	}
	.c-pt {
		width: 85%;
		bottom: -140px;
		min-width: 85%;
		padding: 58px 42px;
	}

	.c-pt-l {
		padding-left: 52px;
		right: -20px;
	}

	.c-pt-r {
		padding-right: 52px;
		left: 0px;
	}
	
	.c-stacked-l {
		order: 1;
	}
	
	.c-gallery .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
	}
	
	.c-nav-item {
		align-self: stretch;
	}
	
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
		box-shadow: 0 12px 52px 0 #00000030;
		width: calc(100% - 2.4rem) !important;
		max-width: calc(100% - 2.4rem) !important;
	}
	
	footer {
		background-color: var(--wp--preset--color--contrast-2) !important;
	}

	footer > .wp-block-group {
		background-image: none !important;
	}
	
	.c-cbtn-1 {
		height: 160px;
		width: 160px;
		top: unset;
		bottom: 0;
		left: 0;
	}
	
	.c-img-container .c-img-w-subt img {
		display: none;
	}
	
	.c-img-container-main .c-img-w-subt .wp-element-caption, .c-img-container .c-img-w-subt .wp-element-caption {
		width: 100%;
		font-size: 28px;
		line-height: normal;
		position: unset;
		padding: 3em 0;
		margin: 0;
		color: #555;
		padding-right: var(--wp--style--root--padding-right);
		padding-left: var(--wp--style--root--padding-left);
	}
	
	
	.c-img-container-main .c-img-w-subt .wp-element-caption {
		width: 75% !important;
	}
}

@media (max-width: 1380px) {	
	.c-h1-l {
		font-size: 34px;
	}
}

@media (min-width: 782px) and (max-width: 1280px) {
	.c-p-container {
		flex-basis: 50% !important;
		margin-top: -30px !important;
	}
	
	.c-h1-l {
		font-size: 22px;
	}
	
	.c-pt {
		width: 110%;
		bottom: 0px;
	}

	.c-pt-r {
		left: -80%;
	}

	.c-pt-l {
		right: -80%;
	}
	
	.page-id-365 .c-img-main, .parent-pageid-365 .c-img-main {
		margin-top: 0px !important;
	}
	
	.c-img-container .c-img-w-subt .wp-element-caption {
		width: 40%;
		font-size: 20px;
		font-weight: 600;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		line-height: 28px;
		margin: 2rem 2rem;
	}
	
	.c-img-container-main .c-img-w-subt .wp-element-caption {
		width: 60%;
		font-size: 20px;
		bottom: 32px;
		line-height: normal;
		text-shadow: -1px 1px 3px #000;
	}
	
	.c-img-container-main .c-img-w-subt .wp-element-caption strong {
		margin-bottom: 6rem;
		line-height: normal;
		font-size: 32px;
	}
}

@media (min-width: 782px) {
	.c-img-main {
		margin-top: -250px !important;
	}
	
	.c-logo {
	margin-left: -20px;
	}
	
	.c-col-intro-l {
	padding-top: 32px;
	}
	
	header {
		width: 70px;
		position: fixed;
	}
	
	main, footer, .error404 .wp-site-blocks > .wp-block-group {
		width: calc(100% - 70px);
		margin-block-start: 0px;
		margin-left: 70px;
	}
	
	footer {
		width: 100%;
	}
	
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
		top: 0;
		bottom: 0;
		left: 100%;
		min-width: max-content !important;
		max-width: 100%;
		box-shadow: 12px 0 52px 0 #00000030;
	}
	.c-nav {
		flex-direction: column;
		width: max-content;
		margin: 0;
		height: 100vh;
		width: 100%;
		flex-wrap: nowrap !important;
	}
	
	.c-nav-item {
		width: 100%;
	}
	
	.c-nav-item .wp-block-navigation-submenu__toggle {
		font-size: 10px;
	}
}

@media (min-width: 1280px) {
	.c-p-heading {
		margin-bottom: -100px
	}
}