#page_header .wp-block-cover__inner-container {
	max-width: 1400px!important;
}

#nexislogo {
	display: block;
	width: 160px;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 1em;
}

#headcont h3 {
	max-width: 800px;
	font-weight: 400;
	font-size: 26px!important;
	padding-bottom: 1em;
}

#clarity p {
	max-width: 600px;
}

#clarity .wp-block-group {
	position: relative;
}

#clarity .wp-block-group * {
	position: static!important;
	/* border: 1px solid red; */
}


#clarity .wp-block-group > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2em;
	max-width: 800px;
	margin: auto;
}

#clarity .wp-block-group > div > div  {
	border: 2px solid #eee ;
	border-radius: 20px;
	flex-basis: 350px;
	min-height: 9em!important;
		display: flex;
	justify-content: center;
	align-items: center;
}

#clarity .wp-block-group > div > div > div {
	display: flex;
	justify-content: center;
	align-items: center;
}

#clarity .wp-block-group > div > div > div p {
	margin: 0!important;
	text-wrap: balance;
	text-align: center;
}

/* #clarity .esvaugeh { */
	/* position: absolute!important; */
	/* height: 800px; */
	/* width: 800px; */
	/* height: 381px; */
	/* top: 0; */
	/* bottom: 0; */
	/* left: 0; */
	/* right: 0; */
/* } */

#clarity .esvaugeh {
	position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%)!important;
  max-width: 80px!important;
  max-height: 80px!important;
  padding: 0px!important;
  pointer-events: none!important; /* allow clicks to pass through */
  z-index: 1!important;
  border: 0px solid transparent!important;
}

#clarity .esvaugeh,
#clarity .esvaugeh * {
	margin: 0!important;
	padding: 0!important;
}
#roadmap .wp-block-cover__image-background {
  width: 130%;
  left: -15%;
}
#roadmap #compcont {
	max-width: 720px !important;
}
#roadmap #compcont li {
	padding-left: 40px;
}
#roadmap #compcont ul {
	max-width: 590px !important;
	margin: auto;
}
#roadmap #compcont li {
	background: url(/wp-content/uploads/2025/08/Pfeil-rechts-2.svg) no-repeat;
	background-size: 30px;
	background-position: left top;
	margin: 30px 0;
	min-height: 30px;
  	line-height: 30px;
}

#foursteps .wp-block-column:not(:first-of-type) .bluhead {
	background: url(/wp-content/uploads/2025/08/Pfeil-rechts-1.svg) no-repeat;
	background-size: 30px;
	background-position: left 20px center;
}
#foursteps .wp-block-column:first-of-type .bluhead {
	border-radius: 12px 0 0 12px;
}
#foursteps .wp-block-column:last-of-type .bluhead {
	border-radius: 0 12px 12px 0;
}
#foursteps .wp-block-column p {
  padding: 0 20px;
}
#foursteps .wp-block-column p:first-of-type {
  padding-top: 30px;
}
#foursteps .wp-block-column .bluhead p {
	padding: 10px !important;
	margin: 0 !important;
}

.max-content {
	max-width: 1100px;
	margin: auto;
}
#partner .wp-block-image {
  position: absolute;
  z-index: -1;
  opacity: 0.2 !important;
  right: -120px;
  top: -90px;
}
#partner .wp-block-columns {
	margin-top: 50px;
}
#cleanup li,
#partner li {
	background: url(/wp-content/uploads/2025/08/Check-light.svg) no-repeat;
	background-size: 30px;
	background-position: left top;
	margin: 20px 0;
	min-height: 30px;
  	line-height: 30px;
	padding-left: 50px;
}
@media only screen and (max-width: 1509px) {
  @media screen and (max-width: 1199px) {
    body:not(.home) #header #menu-icon {
      top: 7px;
    }
  }
}
@media all and (max-width: 946px) {
	#foursteps .wp-block-column {
		flex-basis: 50% !important;
	}
	#foursteps .wp-block-column:nth-of-type(2) .bluhead {
		border-radius: 0 12px 12px 0;
	}
	#foursteps .wp-block-column:nth-of-type(3) .bluhead {
		border-radius: 12px 0 0 12px;
	}
}
@media all and (max-width: 800px) {
	 h1.wp-block-heading {
    font-size: 35px;
    line-height: 40px;
  }

}
@media all and (max-width: 781px) {
	#foursteps .wp-block-column {
		flex-basis: 100% !important;
	}
	#foursteps .wp-block-column .bluhead {
		border-radius: 12px !important;
	}
}
@media screen and (max-width: 700px) {
  #page_header .wp-block-cover__image-background,
  #roadmap .wp-block-cover__image-background {
    position: absolute !important;
  }
  .wp-block-cover h1 {
    position: relative;
    text-align: left;
	top: 0;
  }
}
#resourceLoop .link {
  width: 200px;
  display: block;
  height: 60px;
  border-radius: 30px;
}
#resourceLoop .filllink.scroll-triggered::before {
  content: "Register now";
  width: 200px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
}
#resultCount {
	display: none;
}