/* VAR
-------------------------------------------------- */
:root {
    --blue: #006E96;
	--blue: #001c90;
	--darkblue: #001260;
    --lightorange: #F7D7D7;
    --yellow: #F3D69E;
    --grey: #9BA4D5;
	--grey: rgba(255,255,255,0.5);
    --black: #001c90;
	--green: #56FF9C;
	--white: #fff;

	--textcolor: #111C90;
	--bgcolor: #fff;
}




/* GLOBAL STYLES
-------------------------------------------------- */


body {
	font-family: "GT America Light", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	color: var(--textcolor);
	line-height: 1.6rem;
	font-size: 17px;
	line-height: clamp(22px, 2.0vw, 32px);
	font-size: clamp(17px, 1.5vw, 22px);
	line-height: 1.35em;
	margin-bottom: 0;
	position: relative;
	background-color: var(--bgcolor);
	background-color: #0E1F55;
}

body.yhidden {
/*	overflow-y: hidden;*/
}

h1, h2, h3 {
	font-family: "GT America Extended Regular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: var(--textcolor);
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 1em;
}

h1 {
	font-size: clamp(35px, 3.5vw, 62px);
	line-height: clamp(46px, 4.5vw, 80px);
	line-height: 1.2em;
	text-transform: uppercase;
}
h2 {
	font-size: clamp(28px, 3.5vw, 46px);
	line-height: 1.35em;
}
h3 {
	font-size: clamp(20px, 2.4vw, 32px);
	line-height: 1.2em;
    
}
h4 {
	font-size: clamp(18px, 1.5vw, 24px);
	line-height: 2em;
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	color: var(--textcolor);
}
h5 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 0 0 0;
    margin-bottom: 2px;
    letter-spacing: 3px;
    font-weight: 600;
    color: var(--orange);
}

p {
	margin-top: 0;
	color: var(--textcolor);
}

p.has-medium-font-size {
	font-size: clamp(20px, 2vw, 28px) !important;
	line-height: 1.5em;
}

p.has-large-font-size {
	font-size: clamp(24px, 2vw, 32px) !important;
	line-height: 1.3em;
}



time {
	color: var(--textcolor);
}
time.post-time {
	color: #fff;
}

.has-white-color .wp-block-heading {
	color: white;
}


/*
.schrift-hell h1,
.schrift-hell h2,
.schrift-hell h3,
.schrift-hell h4,
.schrift-hell a,
.schrift-hell {
	color: white;
	letter-spacing: +0.02em;
}
*/

hr {

}

:where(.is-layout-flex) {
	gap: 1em;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 0;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

.is-style-bg-dark {
//	--textcolor: #fff;
//	--bgcolor: #0E1F55;
	background: linear-gradient(0deg,rgba(14, 31, 85, 0) 0%, rgba(14, 31, 85, 1) 100%);
}

section.wp-block-group.is-style-bg-dark {
	padding-bottom: 0;
}

.is-style-bg-blue {
	/*--bgcolor: #32DCFF;*/
	--textcolor: #fff;
	--bgcolor: linear-gradient(180deg,rgba(0, 166, 230, 1) 0%, rgba(14, 82, 149, 1) 100%);
	font-size: clamp(20px, 1.5vw, 24px);
	line-height: 1.5em;
}

.is-style-bg-grey {
	--bgcolor: #D3E9F7;
	--textcolor: #111C90;
}

.flex-grow-shrink {
	flex: 1;
}

.big-text {
    font-size: 32px;
	font-size: clamp(26px, 2.4vw, 45px);
	line-height: clamp(32px, 3vw, 55px);
	line-height: 1.8rem;
    font-size: 24px;
	line-height: clamp(28px, 2.2vw, 36px);
	font-size: clamp(24px, 1.8vw, 30px);
}

.element-news-right .news-content a,
.entry-content .wp-block-column .wp-paragraph a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.element-news-right .news-content a:hover,
.entry-content .wp-block-column .wp-paragraph a:hover {
	text-decoration-color: white;
}


.wp-block-column ul .element-inside {
   padding:0;
}

.entry-content .wp-block-column.block-citation {
	padding-top: 50px;
}

.entry-content .wp-block-column.block-citation .wp-paragraph {
	text-align: center;
	font-size: 32px;
	line-height: 48px;
	max-width: unset !important;
	font-family: "GT America Extended";
}

.bg-lightyellow {
    background: var(--lightyellow);
}

.wp-block-button {
	display: inline-flex;
}

.wp-block-button__link,
.button {
	padding: 10px 15px 10px 15px;
	display: block;
	font-size: 14px;
	font-size: clamp(14px, 1.5vw, 17px);
	/*font-family: 'GT America Mono', monospace;*/	
	transition: ease-in 0.2s all;
	text-decoration: none !important;

	border-radius: 30px;
	border: 1px solid;
	border-color: var(--textcolor);
	color: var(--textcolor);
	background-color: transparent;
}

.big-button .wp-block-button__link {
  font-size: 24px;
  line-height: 30px;
  border-radius: 29px;
}

.wp-block-button__link:hover,
.button:hover {
	color: white;
	background-color: #0E1F55;
	border-color: #0E1F55;
}

.is-style-col-type-1 .wp-block-button__link,
.is-style-col-type-1 .button {
	border: 1px solid var(--green);
	color: white;
}

.img-hover-zoom {
    overflow: hidden;
}
.img-hover-zoom img {
    transition: transform .5s ease;
}
.img-hover-zoom:hover img {
    transform: scale(1.2    );
}

.collapsing {
    transition: none;
}



/* FRAMES
-------------------------------------------------- */

.container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
}

section.wp-block-group > .wp-block-group__inner-container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
}

section.wp-block-group > .wp-block-group__inner-container {
	padding: 3em 1em;
	padding: 2em clamp(1em, 2.6vw, 2.25em);
}
section.wp-block-group.is-style-bg-grey > .wp-block-group__inner-container,
section.wp-block-group.is-style-bg-blue > .wp-block-group__inner-container {
	padding: clamp(1em, 2.6vw, 2.25em);
}

section.wp-block-group.is-style-bg-grey,
section.wp-block-group.is-style-bg-blue {
//  background: white;
}

section {
	padding: 1em 0.5em;
	padding: 2em clamp(0.5em, 3vw, 2em);
}
/*
section.wp-block-group > .wp-block-group__inner-container {
  background: var(--bgcolor);
  border-radius: 20px;
}
*/
section.wp-block-group.is-style-bg-grey > .wp-block-group__inner-container,
section.wp-block-group.is-style-bg-blue > .wp-block-group__inner-container {
	background: var(--bgcolor);
	border-radius: 20px;
}

/*
section figure {
	border-radius: 20px;
	overflow: hidden;
}
*/

.entry-content > section:last-child {
	padding-bottom: 6em;
}



.wp-columns .wp-columns {
	border-bottom: none;
}

.element-inside .wp-block-column .element-inside:first-of-type {
    padding-top: 90px;
}
.element-inside .wp-block-column .element-inside.wp-list-item:first-of-type {
    padding-top: 0px;
}
.element-inside .wp-block-column .element-inside:last-of-type {
    padding-bottom: 75px;
}


.home .entry-content {  
    border-top: none;
}


main article.dark {
	background: #0E1F55;
	--textcolor: #fff;
	--bgcolor: #0E1F55;
}

main article {
	background: #fff;
	--textcolor: #111C90;
	--bgcolor: #fff;
	transition: all 0.5s ease-in;
}

.wp-block-group {
	/*background-color: var(--bgcolor);*/
}

.wp-block-columns {
    margin-bottom: 0;
	background-color: var(--bgcolor);
}

.wp-block-column .element-inside {
    padding: 0 40px;
}
.wp-block-column > .element-inside:first-of-type h3,
.wp-block-column > .element-inside:first-of-type p {
    padding-top: 10px;
}

figure.wp-block-image.size-full {
    margin: 0 !important;
}

.wp-block-column.vertical-split .wp-heading {
	border-bottom: 2px solid var(--grey);
}
.wp-block-column.vertical-split .wp-paragraph {
	padding-top: 40px;
}

.element-inside .wp-block-column.sticky-group > .element-inside {
	padding: 0;
	position: sticky;
	top: 35px;
}

section.wp-block-cover {
	clip-path: inset(0);
}

section.wp-block-cover .wp-block-cover__video-background,
section.wp-block-cover .wp-block-cover__image-background {
	position: fixed !important;
	z-index: -1;
}

section.wp-block-cover .wp-block-cover__inner-container {
	width: 100% !important;
	min-height: 40vh;
	position: absolute !important;
	bottom: -3px;
	margin: auto;
	background: linear-gradient(180deg,rgba(14, 31, 85, 0) 0%, rgba(14, 31, 85, 1) 100%);
	color: white !important;
	display: flex;
	justify-content: center;

	/*background: linear-gradient(180deg,rgba(14, 31, 85, 0) 0%, rgba(14, 31, 85, 0.8) 30%, rgba(14, 31, 85, 1) 100%);*/
}

section.wp-block-cover .wp-block-cover__inner-container > * {
	height: fit-content;
	width: fit-content;
	align-self: center;
	margin: 2em;
	display: block;
}



/* HEADER
-------------------------------------------------- */

.site-header {
	position: fixed;
	position: sticky;
	top: 0;
	width: 100%;
	background-color: #0E1F55;
	color: white;
	z-index: 1;
	transition: ease-in 0.3s all;
	/*top: 0;*/
}

.site-header.nav-down {
	opacity: 0.0;
	pointer-events: none;
}

.headertop {
    display: flex;
    justify-content: space-between;
    height: 50px;
}

.keyvisual {
    overflow: hidden;
	position: relative;
}
.keyvisual video {
	/*min-height: 100%;
	min-width: 100%;*/
	max-height: 100vh;
	width: 100%;
	object-fit: cover;
	top: 0;
	right: 0;
	z-index: 0;
	position: relative;
}

.keyvisual .intro {
	position: absolute;
	top: 25px;
	margin: auto;
	padding: 0 40px;
	color: white;
	font-family: "GT America Light", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: clamp(15px, 1.5vw, 24px);
	line-height: clamp(17px, 2.5vw, 30px);
}

.keyvisual .headline {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 30%;
	padding: 0 40px;
	color: white;
	font-family: "GT America Extended Regular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: clamp(35px, 8.5vw, 133px);
	line-height: clamp(40px, 9.5vw, 133px);
	text-transform: uppercase;
	z-index: 0;
}



/* FOOTER
-------------------------------------------------- */

.site-footer {
	color: var(--white);
	display: flex;
	background-color: #0E1F55;
	justify-content: space-between;
	padding: 3em 1em;
	padding: 3em clamp(1em, 3vw, 2em);
	font-size: 18px;
	line-height: 28px;
}
.site-footer .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 1em;
	row-gap: 2em;
}

footer .container > * {
	align-content: center;
	/*min-width: 15em;*/
}

.site-footer a {
    color: var(--white);
}

.footernav img {
	height: 30px;
}

.footer-2-text {
	/*padding: 40px 0;*/
	text-align: left;
}

.footer-menu {
	list-style: none;
	padding-left: 0;
}

.footerlogos > div {
	display: flex;
	flex-basis: 50%;
}

.footerlogos img {
	height: 54px;
}

.footerlogos .block-right {
    border-left: 2px solid var(--grey);
}
.footerlogos .block-right .block {
    flex-basis: 33%;
    align-self: center;
    text-align: center;
    padding: 50px 0;
}
.footerlogos .block-02 img {
    width: 150px;
}

.footerlogos .block-left .block {
    flex-basis: 100%;
    align-self: center;
    text-align: center;
    padding: 50px 0;
}

.site-footer .footer-5 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 1em;
	column-gap: 2em;
}

.footer-5 .man {
	grid-column: 1 / 2;
}

.footer-5 .block.block-02 {
	grid-column: 1;
}

.footer-5 .block.block-02 img {
	border-radius: 10px;
}

.footer-5 .block.block-03 {
	grid-column: 2;
	align-content: center;
}






/* BLOCK - COLUMNS
-------------------------------------------------- */
/*
.wp-block-column.full-video .element-inside {
	padding: 0 !important;
	margin: 0 !important;
	display: grid;
	justify-content: center;
}
*/

.wp-block-column.full-video .element-inside {
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	height: 100%;
}
/*
.full-video .keyvisual {
	border: 0;
}
*/
.full-video .keyvisual {
	border: 0;
	width: 100%;
	height: 100%;
}



/* CONTENT STYLES
-------------------------------------------------- */

.element-space {
    padding: 25px 0;
}

.element-inside ul {
    list-style: none;
    padding-left: 0;
    margin:0;

}

.element-news-right .news-content ul {
	list-style: '\2014\a0';
	padding-right: 55px;
}

.element-inside li::before {
    content: "\2014"; /* mdash */
    padding-right: 10px;
    padding-left: 5px;
    margin-left:0;
}

.element-inside.wp-list .liste-plus li::before {
	content: "+";
	padding-right: 10px;
	padding-left: 5px;
	margin-left: 0;
}

.element-inside.wp-list .liste-pfeil li::before {
	content: "\2192"; /* pfeil */
	content: "\2014";
	padding-right: 10px;
	padding-left: 5px;
	margin-left: 0;
}


/* BLOCK - BUTTONS
-------------------------------------------------- */
.wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
}
.wp-block-buttons > div.element-inside {
	padding: 25px 10px 25px 0px !important;
}

.wp-block-buttons.logo-links {
	justify-content:space-evenly;
}

.wp-block-buttons.logo-links .wp-block-button__link {
	border: unset;
}

.wp-block-buttons.logo-links .wp-block-button__link:hover {
	border: unset !important;
	margin-left: unset;
}

.wp-block-buttons.centered {
	justify-content: center;
}


/*
.wp-block-button__link {
    background: none;
    color: var(--blue);
    font-family: 'GT America Mono', monospace;
    border: 1px solid var(--blue);
}
*/

/* BLOCK - GALLERY
-------------------------------------------------- */

.wp-gallery {
    padding: 50px 0;
    margin-left: -15px;
    margin-right: -15px;
}
.single-gallery {
    padding-top: 30px;
}

.my-lightgallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.my-lightgallery a {
    display: inline-block;
    flex-basis: 25%;
    padding: 15px;
}
.gallery-title {
    text-align: center;
}
.gallery-title ul {
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.gallery-title li {
    float: left;
}
.gallery-title button{
    text-transform: uppercase;
    font-weight: 600;
}

.wp-gallery .wp-block-image {
    padding: 15px;
}


.wp-gallery .wp-block-image img {
    border-radius: 20px !important;
}



/* CONTENT
-------------------------------------------------- */



.section-content {
    overflow-x: hidden;
}
.site-main {
   /* padding: 0 0 50px 0;*/
	/*padding-top: 49px;*/
}
.full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 25px 0 10px 0;
}
.full-width .row > * {
    padding-left: 0;
    padding-right: 0;
}
.full-width.background {
    background: #EBEBEB;
}

.wp-block-image.size-full img {
	width: 100%;
	min-width: 50%;
	/*max-height: 100vh;*/
	object-fit: cover;
}

.wp-block-image.team-linkedin {
	padding: 0 40px 25px 40px;
}
.wp-block-image.team-linkedin img {
	width: auto;
	min-width: unset !important;
}

.wp-block-video {
    margin: 0;
    margin-top: -1px;
    margin-bottom: -8px;
}

/* -- sticky header --*/

/*
.entry-content > div .wp-heading {
    position: sticky;
    top: 0;
}
*/
/*
.wp-block-columns .wp-block-column:first-of-type .wp-heading {
    position: sticky;
    top: 0;
}
*/

.wp-block-columns .wp-block-column.sticky .wp-heading {
    position: sticky;
    top: 50px;
}

.slide-sticky .wp-block-image.size-full {
	position: sticky;
	top: 0;
}

.home .wp-block-columns .wp-block-column:first-of-type .wp-heading {
    position: inherit;
    top: inherit;
}


/* SPACES
-------------------------------------------------- */

.entry-content div.full-width:first-of-type {
    padding-top: 0;
}
.wp-heading + .wp-list ul {
    padding-top: 0;
}


/* ADDITIONAL 
-------------------------------------------------- */

.edit-link {
    position: absolute;
    margin-top: 2px;
}

.wp-block-media-text {
	row-gap: 2em;
	column-gap: 2em;
}

.wp-block-media-text > .wp-block-media-text__content {
	padding: 0;
}

.wp-block-media-text.is-style-pic-round > .wp-block-media-text__media {
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 50%;
}

.wp-block-media-text.is-style-pic-rounded > .wp-block-media-text__media {
	border-radius: 20px;
	overflow: hidden;
}

.wp-block-media-text.is-style-pic-round > .wp-block-media-text__media img {
	object-fit: cover;
	height: 100%;
}

.wp-block-media-text__content > :last-child {
	margin-bottom: 0;
}



.type-effect {
	visibility: hidden;
}
.type-effect.is-visible {
	visibility: visible;
}


.typewrite {
	min-height: 1.35em;
}
.typewrite > .wrap {
	border-right: 0.08em solid #fff
}

.typewriter {
	overflow: hidden; /* Ensures the content is not revealed until the animation */
	border-right: .15em solid white; /* The typwriter cursor */
	white-space: nowrap; /* Keeps the content on a single line */
	//margin: 0 auto; /* Gives that scrolling effect as the typing happens */
	//letter-spacing: .15em; /* Adjust as needed */
	max-width: fit-content;
	animation: 
		typing 3.5s steps(40, end) infinite,
		blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
	0% { width: 0; }
	80% { width: 100%; }
	100% { width: 100%; }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
	from, to { border-color: transparent }
	50% { border-color: white; }
}


.wp-block-group.microbubbles-flex-evenly {
	justify-content: space-evenly;
	row-gap: 4em;
}

.microbubbles-card {
	border-radius: 20px;
	overflow: hidden;

	gap: 0;

	color: var(--textcolor);
	background: var(--bgcolor);

	--bgcolor: #0E1F55;
	--textcolor: #fff;
}

.microbubbles-card.wp-block-group {
	padding: 0 0 2.3em;
	max-width: 17em;
	max-width: 380px;
	min-width: 100px;
	min-width: 17em;
	width: fit-content;
	gap: 1em;
}

.microbubbles-card.no-lr-pad.wp-block-group {
	padding: 0;
	border-radius: 0;
}

.microbubbles-card .wp-block-cover {
	aspect-ratio: 3/4;
	width: 100%;
	padding: 0;
}

.microbubbles-card .wp-block-cover__inner-container {
	width: 100% !important;
	min-height: 30%;
	position: relative;
	bottom: 0;
	margin: auto;
	margin-top: auto;
	margin-bottom: 0;
	background: linear-gradient(180deg,rgba(14, 31, 85, 0) 0%, rgba(14, 31, 85, 1) 100%);
	color: white !important;
}

.microbubbles-card .wp-block-cover__inner-container > * {
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0;
	padding: 0 1.5rem;
}


.microbubbles-card.wp-block-media-text {
	/*width: 40%;
	min-width: 17em;*/
	flex: 1;
	min-width: 49%;
	transition: all 0.5s ease-in;
}

article.dark .microbubbles-card.wp-block-media-text {
	--bgcolor: #fff;
	--textcolor: #0E1F55;
}

.microbubbles-card.wp-block-media-text .wp-block-media-text__media {
	overflow: hidden;
}
.microbubbles-card.wp-block-media-text .wp-block-media-text__media img {
	transition: scale 0.3s ease-in;
}
.microbubbles-card.wp-block-media-text:hover .wp-block-media-text__media img {
	scale: 1.1;
}


.microbubbles-card > * {
	padding: 0 1.5rem;
}
.microbubbles-card > .wp-block-heading {
	padding: 2rem 1.5rem 0;
}

.microbubbles-card.no-lr-pad > * {
	padding: 0 0;
}
.microbubbles-card.no-lr-pad > .wp-block-heading {
	padding: 2rem 0 0;
	padding: 0;
}

.microbubbles-card figure {
  padding: 0;
}

.microbubbles-card .wp-block-media-text__content {
	padding: 1em;
	hyphens: auto;
}

.is-style-bg-grey .microbubbles-card {
	--bgcolor: #D3E9F7;
	--textcolor: #111C90;
}

.is-style-bg-dark .microbubbles-card,
.is-style-bg-dark .microbubbles-info-field {
	--bgcolor: #fff;
	--textcolor: #0E1F55;
}
.is-style-bg-dark .microbubbles-card .wp-block-cover__inner-container {
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	color: #0E1F55 !important;
}


.microbubbles-card .wp-block-button__link:hover {
	color: #0E1F55;
	background-color: #fff;
}

.is-style-bg-dark .microbubbles-card .wp-block-button__link:hover,
article.dark .microbubbles-card .wp-block-button__link:hover {
	background-color: #0E1F55;
	color: white;
}



.microbubbles-info-icon {
	max-width: 12em;
	gap: 1.5em;
	min-width: 20em;
	background-color: #D3E9F7;
	border-radius: 20px;
	padding: 2em;

	color: #111C90;
	--textcolor: #111C90;
}

.microbubbles-info-icon .wp-block-heading {
	font-size: clamp(22px, 2.4vw, 32px);
}

.microbubbles-info-icon figure {
	width: 7em;
	width: 120px;
	aspect-ratio: 1;
}


.microbubbles-info-field {
	background: var(--bgcolor);
	color: var(--textcolor);
	border-radius: 20px;
	overflow: hidden;
	max-width: 21em;

	transition: all 0.3s ease-in;

	padding: 2em;
}

.microbubbles-info-field .wp-block-media-text__media {
	width: 100px;
	aspect-ratio: 1;
}
.microbubbles-info-field .wp-block-media-text__content h3 {
	margin: 0;
}

.microbubbles-info-field .wp-block-group {
	height: 0;
	margin: 0;
	transition: all 0.5s ease-in;
	visibility: hidden;
	opacity: 0;
}

.microbubbles-info-field:hover .wp-block-group {
	max-height: 100%;
	visibility: visible;
	opacity: 1;
	height: fit-content;
	margin: 1em 0 0;
}

.microbubbles-info-field .wp-block-group .wp-block-group__inner-container > :last-child {
	margin-bottom: 0;
}

.wp-block-group:has(.microbubbles-info-field:hover) .microbubbles-info-field:not(:hover) {
	filter: blur(8px);
}



.wp-block-group.mb-cards-flex {
	min-width: fit-content;
	justify-content: center;
	margin: 0 auto;
	gap: 2em;
}

.wp-block-group.mb-cards-flex.space-around {
	justify-content: space-around;
}

.wp-block-group.mb-info-flex {
	justify-content: center;
	gap: 2em;
	padding: 2em 0;
}

.wp-block-group.mb-info-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em;
	width: fit-content;
	padding: 2em 0;
	margin: 0 auto;
	justify-content: center;
}


.mb-info-cards-grid.wp-block-group > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em;
}

.mb-features-grid.wp-block-group > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em;
	justify-items: center;
	width: fit-content;
	margin: 0 auto;
	padding: 2em 0;
}

.mb-medien-text-grid.wp-block-group.is-layout-grid {
	row-gap: 2em;
	column-gap: 1em;
}


.partner-grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 2em;
}

.partner-grid figure {
	border-radius: 15px;
	overflow: hidden;
}

.mb-tyremapping-grid.wp-block-group > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em;
}

.mb-tyremapping-grid p.has-x-large-font-size {
	font-size: clamp(34px, 4vw, 72px) !important;
	line-height: 1.3em;
	font-family: "GT America Extended Regular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
}



.team-portraits .wp-block-media-text {
	display: block;
	position: relative;
	width: 33%;
	border-radius: 50%;
	overflow: hidden;
	transition: all ease-in 0.1s;
}

.team-portraits .wp-block-media-text__media img {
  aspect-ratio: 1;
  object-fit: cover;
}

.team-portraits .wp-block-media-text::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(5, 110, 185, 0.5); /* Change the color and opacity as needed */
	mix-blend-mode: screen;
}


.slideshow .swiper-slide .wp-block-media-text__media img {
	mix-blend-mode: screen;
}

.slideshow .swiper-slide:nth-child( even ) .wp-block-media-text__media img,
.team-portraits .wp-media-text:nth-child( even )::before {
	background-color: rgba(0, 141, 202, 0.5); /* Change the color and opacity as needed */
}

.team-portraits .wp-media-text:hover::before {
	background-color: rgba(5, 110, 185, 0.3);
}

.team-portraits .wp-media-text:nth-child( even ):hover::before {
	background-color: rgba(0, 141, 202, 0.3);
}

.wp-block-group.team-portraits {
  /*! display: flex; */
	/*border-bottom: 2px solid var(--grey);*/
	padding: 40px;
}
.team-portraits .wp-block-group__inner-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
	gap: 0px;
}
.team-portraits .wp-block-media-text__content {
	position: absolute;
	bottom: -100%;
	width: 90%;
	max-width: fit-content;
	height: auto;
	max-height: 60%;
	min-height: 10%;
	background: aliceblue;
	left: 0;
	right: 0;
	border-radius: 60px;
	margin: 0 auto;
	opacity: 0.8;
	text-align: center;
	transition: all ease-in 0.3s;
}
.team-portraits .wp-block-media-text:hover {
	border-radius: 0%;
}
.team-portraits .wp-block-media-text:hover .wp-block-media-text__content {
	opacity: 0.8;
	bottom: 5%;
}

.team-portraits .wp-block-media-text .wp-block-media-text__content {
	padding: 10px 15px;
}
.team-portraits .wp-block-media-text .wp-block-media-text__content p {
	padding: 5px 1px;
}

.team-portraits .wp-block-media-text__content h4 {
	font-size: clamp(17px, 2vw, 35px);
	line-height: clamp(18px, 2.3vw, 36px);
	margin: auto;
	padding: 0;
	color: #111C90;
}

.team-portraits .wp-block-media-text__content {
	/*bottom: 0;*/
	font-size: clamp(12px, 1vw, 22px);
	line-height: clamp(14px, 1vw, 26px);
}
.team-portraits .wp-block-media-text__content p {
	margin: 0;
	color: #111C90;	
}

.job-text {
	display: flex;
	justify-content: space-between;
	padding: 1em;
	background: white;
	border-radius: 20px;
	gap: 1em;
}

.joblist.vertical {
	gap: 1em;
	display: flex;
	flex-direction: column;
	margin-bottom: 2em;
}

.job-text .button {
	border: 1px solid;
	border-color: var(--blue);
	height: fit-content;
	align-self: center;
}

.job-text:hover .button {
	color: #fff;
	background-color: #0E1F55;	
}

.job-offer-notice h4 {
	color: #fff;
}


.wp-block-group.intro-container {
	gap: 3em;
	justify-content: space-evenly;
}

.lg-container {
	max-width: 370px;
	position: relative;
	margin: 1rem;
	padding: 0;
}

.lg-image {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: scale-down;
	border-radius: 20px;
}

.lg-hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.lg-hotspot:hover .lg-hotspot__button, .lg-hotspot:active .lg-hotspot__button {
	border-color: #1AB8D9;
}
.lg-hotspot:hover .lg-hotspot__button:after, .lg-hotspot:active .lg-hotspot__button:after {
	background-color: #1AB8D9;
}
.lg-hotspot--selected {
	z-index: 999;
}
.lg-hotspot--selected .lg-hotspot__label,
.lg-hotspot:hover .lg-hotspot__label,
.lg-hotspot:active .lg-hotspot__label {
	opacity: 1;
	visibility: visible;
}
.lg-hotspot__button {
  height: 48px;
  width: 48px;
  padding: 0px;
  border-radius: 100%;
  overflow: hidden;
  /*border: 1px solid #ff6000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/
  z-index: 999;
  animation: button-pulse 3s ease-in-out infinite;
  cursor: pointer;
  background: radial-gradient(circle,rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 100%);
}
.lg-hotspot__button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border: 4px solid white;
  background-color: #32DCFF;
  transition: border-color 1s linear;
}
.lg-hotspot__label {
	position: absolute;
	padding: 0.5em 1em;
	width: 16em;
	max-width: 50vw;
	color: #0E1F55;
	background-color: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	z-index: -1;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in;

	--hdist: 40px;
	--vdist: 40px;
}
.lg-hotspot__label h3,
.lg-hotspot__label h4,
.lg-hotspot__label p {
	color: #0E1F55;
	margin-bottom: 0.5em;
}
.lg-hotspot__label > :last-child {
	margin-bottom: 0;
}

.lg-hotspot--top-left .lg-hotspot__label {
	top: var(--vdist);
	left: var(--hdist);
}

.lg-hotspot--top-right .lg-hotspot__label {
	top: var(--vdist);
	right: var(--hdist);
}

.lg-hotspot--bottom-right .lg-hotspot__label {
	right: var(--hdist);
	bottom: var(--vdist);
}

.lg-hotspot--bottom-left .lg-hotspot__label {
	bottom: var(--vdist);
	left: var(--hdist);
}

@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}





.landkarte {
	padding: 75px 50px;
}

.handlungsfelder {
	padding-top: 50px;
}

.handlungsfelder .wp-block-column {
	padding-bottom: 50px;
}

.handlungsfelder .wp-block-image .size-full {
	width: 60%;
	margin: auto !important;
}

.handlungsfelder .wp-group {
	/*display: flex;*/
	/*visibility: : hidden;*/
	max-height: 0;
	transition: max-height 0.5s ease-in-out;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
}

.handlungsfelder .active .wp-group {
	/*visibility: visible;
	max-height: 100%;*/
	max-height: 2000px;
	transform: translateZ(0);
}

.handlungsfelder .wp-heading h2 {
	font-size: clamp(26px, 2.2vw, 40px);
	line-height: clamp(30px, 2.3vw, 46px);
	text-transform: uppercase;
	margin: 55px 0 30px 0;
}

.handlungsfelder .wp-group .wp-heading {
	padding-top: 0 !important;
	padding-left: 0;
	padding-right: 0;
}
.handlungsfelder .wp-group .wp-paragraph {
	padding-bottom: 0 !important;
	padding-left: 0;
	padding-right: 0;
}
.handlungsfelder .wp-group {
	padding-bottom: 0 !important;
}

.pull-button {
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	/*padding: 2em 0;*/
	margin-top: 2em;
	margin-bottom: 2em;
	cursor: pointer;
	transition: all 0.5s ease-in;
}

.pull-button img {
	width: 60px;
	height: 60px;
}

.handlungsfelder .active .pull-button {
	transform: rotate(-180deg);
}

/*
.slideshow {
	padding: 40px;
}
*/
.slideshow .mySwiper {
	padding: 50px 80px 80px 80px;
	z-index: 0;
}

.slideshow .mySwiper .wp-block-media-text {
	color: white;
	grid-template-columns: 30% 1fr;
}

.slideshow .wp-block-media-text .wp-block-media-text__content {
	padding: 25px 0;
}

.slideshow .mySwiper .wp-block-media-text figure {
	border-radius: 50%;
	overflow: hidden;
	background-color: rgba(5, 110, 185, 0.5); /* Change the color and opacity as needed */
}
.slideshow .mySwiper .swiper-slide:nth-child( even ) .wp-block-media-text figure {
	background-color: rgba(0, 141, 202, 0.5);
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border: 1px solid white;
	opacity: 0.5;
	background: none;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: white;
}

.swiper-button-next, .swiper-button-prev {
	color: white;
	opacity: 0.5;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0.1;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 40px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 40px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 50px;
}

.swiper-slide .element-inside {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/*
.swiper-slide {
	padding: 0;
}
*/

/*
.slideshow .mySwiper .wp-block-media-text::before figure {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 110, 185, 0.5);
}
*/

.background-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 1;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	padding: 0;
	margin: 0;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    animation: animate 90s linear infinite;
    bottom: -150px;
	list-style: none;
    
}

.circles li:nth-child(1) {
	left: 25%;
	width: 10%;
	width: 10vmax;
	animation-delay: 0s;
}


.circles li:nth-child(2) {
	left: 10%;
	width: 6%;
	width: 6vmax;
	animation-delay: 2s;
	animation-duration: 55s;
}

.circles li:nth-child(3){
    left: 70%;
	/*
    width: 120px;
    height: 120px;
	*/
	width: 6%;
	width: 6vmax;
    animation-delay: 14s;
}

.circles li:nth-child(4){
    left: 40%;
	/*
    width: 160px;
    height: 160px;
	*/
	width: 9%;
	width: 9vmax;
    animation-delay: 0s;
    animation-duration: 45s;
}

.circles li:nth-child(5){
    left: 65%;
	/*
    width: 120px;
    height: 120px;
	*/
	width: 6%;
	width: 6vmax;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
	/*
    width: 210px;
    height: 210px;
	*/
	width: 12%;
	width: 12vmax;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
	/*
    width: 150px;
    height: 150px;
	*/
	width: 8%;
	width: 8vmax;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
	/*
    width: 125px;
    height: 125px;
	*/
	width: 7%;
	width: 7vmax;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
	/*
    width: 115px;
    height: 115px;
	*/
	width: 6%;
	width: 6vmax;
    animation-delay: 2s;
    animation-duration: 75s;
}

.circles li:nth-child(10){
    left: 85%;
	/*
    width: 150px;
    height: 150px;
	*/
	width: 7%;
	width: 7vmax;
    animation-delay: 0s;
    animation-duration: 60s;
}



@keyframes animate {

    0%{
        transform: translateY(0)  translateY(0);
        opacity: 1;
    }
	20%{
		transform: translateX(-50px)  translateY(-2000px);
	}
	50%{
		transform: translateX(50px)  translateY(-4000px);
	}
	75% {
		transform: translateX(-25px)  translateY(-6000px);
	}
	

    100%{
        transform: translateX(40px) translateY(-8000px);
        opacity: 1;
    }

}




/* WORDPRESS
-------------------------------------------------- */

.post-edit-link {
    background: var(--grey);
    color: #fff !important;
    text-decoration: none;
    padding: 5px 15px;

}
/* GUTENBERG
-------------------------------------------------- */

figure.wp-block-embed.is-type-video, .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
    margin: 40px 0;
}
figure.wp-block-embed.is-type-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-block-image.is-style-rounded img {
    border-radius: 20px;
}

/* PLUGIN - CONTACTFORM 7
-------------------------------------------------- */

.wpcf7-form label,
.wpcf7-form input {
    width: 100%;
}

.wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7-form input,
.wpcf7-form textarea {
	padding: 50px;
	margin-bottom: 20px;
}
.wpcf7-form input:focus-visible,
.wpcf7-form textarea:focus-visible {
    outline: none;
    background: #e9e9e9;
}

.quiz-wrap {
    margin-top: -5px;
}

.wpcf7-quiz-label {
    /*position: absolute;*/
    /*margin: 50px;*/
	position: absolute;
	top: 0px;
	left: 50px;
	color: #111C90;
	width: 50%;
}
.wpcf7-quiz {
    padding-left: 70% !important;
}

.wpcf7 input.submitform {
	position: absolute;
	left: 0;
	right: 0;
	margin: 50px auto;
	width: fit-content;
	background-color: transparent;
	color: white;
	padding: 9px 15px 10px 15px;
	border-radius: 20px;
	display: inline;
	font-family: "GT America Light", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-size: clamp(16px, 1.5vw, 22px);

	color: var(--textcolor);
	border-color: var(--textcolor);
	background: var(--bgcolor);
	cursor: pointer;

	transition: ease-in 0.1s all;
}

.wpcf7 input.submitform:hover {
	/*border: 5px solid #56ff9c !important;
	border-radius: 30px;
	margin-left: -4px;*/
	color: #fff;
	border-color: #0E1F55;
	background-color: #0E1F55;
}



.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-quiz,
.wpcf7 .wpcf7dtx-dynamictext,
.wpcf7 .wpcf7-textarea {

	border: none;
	background: #D3E9F7;
	border-radius: 20px;
}
.article .wpcf7 .wpcf7-text,
.article  .wpcf7 .wpcf7-quiz,
.article  .wpcf7 .wpcf7dtx-dynamictext,
.article  .wpcf7 .wpcf7-textarea {
    background: #ffffff;
	background: transparent;
}

.wpcf7-not-valid-tip {
    color: #DE00E6;
    position: absolute;
    margin: 10px 0 0 50px;
    z-index: 100;
    bottom: 1.5em;
}


.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.invalid .wpcf7-response-output {
    margin: -15px 50px 15px 50px;
    margin: -50px 15px 15px 15px;
    border: 0;
    color: #DE00E6;
    padding: 0 0 25px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 0;
    background: #d7ecf3;
    padding: 25px;
    margin: 4em 0.5em 1em;
}


/* SPACES
-------------------------------------------------- */

.wp-space + .wp-heading h2 {
    padding-top: 30px;
}
.wp-heading + .wp-gallery {
    padding-top: 0;
}


@media only screen and (min-width: 1600px) {
    .keyvisual-content {
        height: 900px;
    }
}


/* RESPONSIVE
-------------------------------------------------- */

@media only screen and (max-width: 1400px) {




}
@media only screen and (max-width: 1280px) {

}



@media only screen and (max-width: 990px) {
/*	
	h1 {
		font-size: 65px;
	}
*/	
	.keyvisual video {
		/*min-height: 100%;*/
		/*min-width: unset;*/
		max-height: 100%;
		max-width: 100%;
		min-height: 50vh;
		z-index: -1;
	}
	
	.landkarte {
		padding-top: 0;
	}
	
	.wp-block-columns .wp-block-column:first-of-type .wp-heading {
		position: inherit;
	}

    .wp-block-columns {
        flex-wrap: wrap!important;
        align-items: normal!important;
    }
	
	.wp-block-columns.mobile-rev {
		flex-direction: column-reverse;
	}
	
    .wp-block-column {
        flex-basis: 100%!important;
    }

	footer .container > * {
		min-width: 15em;
	}
	.footerlogos {
		flex-wrap: wrap;
	}
	.footerlogos .block {
		flex-basis: 50%;
		/*text-align: center;*/
	}
	.footerlogos .block-01 {
		flex-basis: 100%;
		text-align: center;
	}
	.footerlogos .block-03 {
		border-left: none;
	}
	.footerlogos > div {
		flex-basis: 100%;
	}
	.footerlogos .block-right {
		border-left: 0;
		border-top: 2px solid var(--grey);
	}
}
@media only screen and (max-width: 768px) {

	
	.wp-block-group.partner-grid {
		grid-template-columns: repeat(3, minmax(0,1fr));
	}

	.mb-info-cards-grid.wp-block-group > .wp-block-group__inner-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.mb-features-grid.wp-block-group > .wp-block-group__inner-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.mb-tyremapping-grid.wp-block-group > .wp-block-group__inner-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.mb-medien-text-grid.wp-block-group.is-layout-grid {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 2em;
		column-gap: 1em;
	}

	.wp-block-group.mb-info-grid {
		grid-template-columns: 100%;
	}

	.microbubbles-info-icon {
		min-width: unset;
		max-width: unset;
		width: 100%;
	}

	.mb-features-grid.wp-block-group > .wp-block-group__inner-container {
		width: 100%;
	}

	
/*
	h1,
	h2 {
		font-size: 35px;
		line-height: 1.3em;
	}
	.big-text {
		font-size: 22px;
		line-height: 28px;
	}
	.newsitem .ni-text h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.is-style-col-type-1 .wp-paragraph {
		font-size: 16px;
		line-height: 20px;
	}
*/
}
@media only screen and (max-width: 650px) {
	.wp-block-column .element-inside {
		padding: 0 15px;
	}
	
	.element-news-right .news-content ul {
		padding-right: 15px;
	}

	/*
	h1 {
		hyphens: auto;
	}
	*/

	section.wp-block-cover .wp-block-cover__inner-container > * {
		margin: 2em 0.5em;
	}

	
	.wp-block-group.partner-grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}

	.team-portraits .wp-block-group__inner-container {
		justify-content: center;
	}
	
	.team-portraits .wp-block-media-text {
		width: 80%;
		min-width: 300px;
	}

	.job-text {
		flex-direction: column;
	}
	
	.slideshow .mySwiper {
		padding: 0px 20px 80px 20px;
	}
	
	.swiper-slide .wp-block-media-text .element-inside {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 0px;
	}
	
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 0px;
	}
}


@media only screen and (min-width: 1080px) {
	.team-portraits .wp-block-media-text {
		width: 20%;
	}
/*
	.team-portraits .wp-block-media-text__content {
		max-height: 45%;
	}
*/
	.team-portraits .wp-block-media-text__content h4 {
		font-size: clamp(16px, 1.0vw, 20px);
		line-height: clamp(20px, 1.1vw, 24px);
	}
	.team-portraits .wp-block-media-text__content {
		font-size: clamp(12px, 0.7vw, 18px);
		line-height: clamp(14px, 0.8vw, 20px);
		padding: 10px 17px !important;
	}

}


