@charset "utf-8";
/* CSS Document */

/* nkFLexBox */
.nkFlexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.nkFlexBox.fullWidth {
	width: 100%;
}
.nkFlexBox.row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.nkFlexBox.spcBtwn {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.nkFlexBox.spcArnd {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.nkFlexBox.end {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	        justify-content: flex-end;
}
.nkFlexBox.center {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	        justify-content: center;
}
.nkFlexBox.center > * {
	flex-basis: auto;
	flex-grow: 0;
}
.nkFlexBox.wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.nkFlexBox.centerChildren  {
	align-items: center;
}
.nkFlexBox.childNoGrow > * {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.nkFlexBox > * {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}
.nkFlexBox.childrVertAlgn {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.nkFlexBox.childrVertAlgn > * {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
.nkFlexBox > *.flexEnd {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.nkFlexBox > *.grow2 {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}
.nkFlexBox > *.grow3 {
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
}
.nkFlexBox > *.grow4 {
	-webkit-box-flex: 4;
	-ms-flex-positive: 4;
	flex-grow: 4;
}
.nkFlexBox > *.grow5 {
	-webkit-box-flex: 5;
	-ms-flex-positive: 5;
	flex-grow: 5;
}
.nkFlexBox > *.algnSlfCenter {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.nkFlexBox > *.algnSlfBottom{
	-ms-flex-item-align: flex-end;
	-ms-grid-row-align: flex-end;
	align-self: flex-end;
}
@media (min-width: 20rem) {
	.nkFlexBox.rowAt20r {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.nkFlexBox.rowAt20r.childBasis20p > * {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
	.nkFlexBox.rowAt20r.childBasis25p > * {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.nkFlexBox.rowAt20r > *.w25pAtRow {
		width: 25%;
	}
	.nkFlexBox.rowAt20r > *.basis15p {
		-ms-flex-preferred-size: 15%;
		flex-basis: 15%;
	}
	.nkFlexBox.rowAt20r > *.basis25p {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.nkFlexBox.rowAt20r > *.basis30p {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
	}
	.nkFlexBox.rowAt20r > *.basis32p {
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
	}
	.nkFlexBox.rowAt20r > *.basis40p {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}
	.nkFlexBox.rowAt20r > *.basis50p {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.nkFlexBox.rowAt20r > *.basis60p {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
	}
	.nkFlexBox.rowAt20r > *.noGrow {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.nkFlexBox.rowAt20r.stickyChildBot {
		position: relative;
	}
	.nkFlexBox.rowAt20r.stickyChildBot .atBottom {
		position: absolute;
		bottom: 0;
	}
	.nkFlexBox.rowAt20r.littleSpaces > *:nth-child(odd) {
		margin-right: 1.5em;
		margin-left: 1.5em;
	}
	.nkFlexBox.rowAt20r.littleSpaces > *:first-child {
		margin-left: 0;
	}
	.nkFlexBox.rowAt20r.littleSpaces > *:last-child {
		margin-right: 0;
	}
	.nkFlexBox.rowAt20r.mediumSpaces > *:nth-child(odd) {
		margin-right: 3em;
		margin-left: 3em;
	}
	.nkFlexBox.rowAt20r.mediumSpaces > *:first-child {
		margin-left: 0;
	}
	.nkFlexBox.rowAt20r.mediumSpaces > *:last-child {
		margin-right: 0;
	}
}
@media (min-width: 40rem) {
	.nkFlexBox.rowAt40r {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 100%;
	}
	.nkFlexBox.rowAt40r.childBasis20p > * {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
	.nkFlexBox.rowAt40r.childBasis25p > * {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.nkFlexBox.rowAt40r > *.w25pAtRow {
		width: 25%;
	}
	.nkFlexBox.rowAt40r > *.basis15p {
		-ms-flex-preferred-size: 15%;
		flex-basis: 15%;
	}
	.nkFlexBox.rowAt40r > *.basis25p {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.nkFlexBox.rowAt40r > *.basis30p {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
	}
	.nkFlexBox.rowAt40r > *.basis32p {
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
	}
	.nkFlexBox.rowAt40r > *.basis40p {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}
	.nkFlexBox.rowAt40r > *.basis50p {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.nkFlexBox.rowAt40r > *.basis60p {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
	}
	.nkFlexBox.rowAt40r > *.noGrow {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.nkFlexBox.flexEnd-At40r {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.nkFlexBox.rowAt40r.childBetwPad25 > div {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	.nkFlexBox.childBetwPad25 > div:first-child {
		padding-left: 0;
	}
	.nkFlexBox.childBetwPad25 > div:last-child {
		padding-right: 0;
	}
	.nkFlexBox.rowAt40r.stickyChildBot {
		position: relative;
	}
	.nkFlexBox.rowAt40r.stickyChildBot .atBottom {
		position: absolute;
		bottom: 0;
	}
	.nkFlexBox.rowAt40r.littleSpaces > *:nth-child(odd) {
		margin-right: 1.5em;
		margin-left: 1.5em;
	}
	.nkFlexBox.rowAt40r.littleSpaces > *:first-child {
		margin-left: 0;
	}
	.nkFlexBox.rowAt40r.littleSpaces > *:last-child {
		margin-right: 0;
	}
	.nkFlexBox.rowAt40r.mediumSpaces > *:nth-child(odd) {
		margin-right: 3em;
		margin-left: 3em;
	}
	.nkFlexBox.rowAt40r.mediumSpaces > *:first-child {
		margin-left: 0;
	}
	.nkFlexBox.rowAt40r.mediumSpaces > *:last-child {
		margin-right: 0;
	}
}
@media (min-width: 60rem) {
	.nkFlexBox.rowAt60r {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 100%;
	}
	.nkFlexBox.rowAt60r.childBasis20p > * {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
	.nkFlexBox.rowAt60r.childBasis25p > * {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.nkFlexBox.rowAt60r > *.w25pAtRow {
		width: 25%;
	}
	.nkFlexBox.rowAt60r > *.basis15p {
		-ms-flex-preferred-size: 15%;
		flex-basis: 15%;
	}
	.nkFlexBox.rowAt60r > *.basis25p {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.nkFlexBox.rowAt60r > *.basis30p {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
	}
	.nkFlexBox.rowAt60r > *.basis32p {
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
	}
	.nkFlexBox.rowAt60r > *.basis40p {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}
	.nkFlexBox.rowAt60r > *.basis50p {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.nkFlexBox.rowAt60r > *.basis60p {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
	}
	.nkFlexBox.rowAt60r > *.noGrow {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.nkFlexBox.rowAt60r.stickyChildBot {
		position: relative;
	}
	.nkFlexBox.rowAt60r.stickyChildBot .atBottom {
		position: absolute;
		bottom: 0;
	}
	.nkFlexBox.rowAt60r.childBetwPad25 > div {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	.nkFlexBox.rowAt60r.littleSpaces > *:nth-child(odd) {
		margin-right: 1.5em;
		margin-left: 1.5em;
	}
	.nkFlexBox.rowAt60r.littleSpaces > *:first-child {
		margin-left: 0;
	}
	.nkFlexBox.rowAt60r.littleSpaces > *:last-child {
		margin-right: 0;
	}
	.nkFlexBox.rowAt60r.mediumSpaces > *:nth-child(odd) {
		margin-right: 3em;
		margin-left: 3em;
	}
	.nkFlexBox.rowAt60r.mediumSpaces > *:first-child {
		margin-left: 0;
	}
	.nkFlexBox.rowAt60r.mediumSpaces > *:last-child {
		margin-right: 0;
	}
}
@media (min-width: 80rem) {
	.nkFlexBox.rowAt80r {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.nkFlexBox.rowAt80r.childBasis20p > * {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
	.nkFlexBox.rowAt80r.childBasis25p > * {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.nkFlexBox.rowAt80r > *.w25pAtRow {
		width: 25%;
	}
	.nkFlexBox.rowAt80r > *.basis25p {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.nkFlexBox.rowAt80r > *.basis30p {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
	}
	.nkFlexBox.rowAt80r > *.basis32p {
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
	}
	.nkFlexBox.rowAt80r > *.basis50p {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.nkFlexBox.rowAt80r > *.basis60p {
		-ms-flex-preferred-size:60%;
		flex-basis: 60%;
	}
	.nkFlexBox.rowAt80r > *.basis70p {
		-ms-flex-preferred-size:70%;
		flex-basis: 70%;
	}
	.nkFlexBox.rowAt80r > *.noGrow {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.nkFlexBox.rowAt80r.stickyChildBot {
		position: relative;
	}
	.nkFlexBox.rowAt80r.stickyChildBot .atBottom {
		position: absolute;
		bottom: 0;
	}
	.nkFlexBox.rowAt80r.childBetwPad25 > div {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	.nkFlexBox.rowAt80r.littleSpaces > *:nth-child(odd) {
		margin-right: 1.5em;
		margin-left: 1.5em;
	}
	.nkFlexBox.rowAt80r.littleSpaces > *:first-child {
		margin-left: 0;
	}
	.nkFlexBox.rowAt80r.littleSpaces > *:last-child {
		margin-right: 0;
	}
	.nkFlexBox.rowAt80r.littleSpaces > *:nth-child(odd) {
		margin-right: 1.5em;
		margin-left: 1.5em;
	}
	.nkFlexBox.rowAt80r.littleSpaces > *:first-child {
		margin-left: 0;
	}
	.nkFlexBox.rowAt80r.littleSpaces > *:last-child {
		margin-right: 0;
	}
	.nkFlexBox.rowAt80r.mediumSpaces > *:nth-child(odd) {
		margin-right: 3em;
		margin-left: 3em;
	}
	.nkFlexBox.rowAt80r.mediumSpaces > *:first-child {
		margin-left: 0;
	}
	.nkFlexBox.rowAt80r.mediumSpaces > *:last-child {
		margin-right: 0;
	}
}
@media (min-width: 120rem) {
	.nkFlexBox.rowAt120r {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.nkFlexBox.rowAt120r.childBasis25p > * {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.nkFlexBox.rowAt120r > *.w25pAtRow {
		width: 25%;
	}
	.nkFlexBox.rowAt120r > *.basis25p {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.nkFlexBox.rowAt120r > *.basis30p {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
	}
	.nkFlexBox.rowAt120r > *.basis32p {
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
	}
	.nkFlexBox.rowAt120r > *.basis50p {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.nkFlexBox.rowAt120r > *.noGrow {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.nkFlexBox.rowAt120r.stickyChildBot {
		position: relative;
	}
	.nkFlexBox.rowAt120r.stickyChildBot .atBottom {
		position: absolute;
		bottom: 0;
	}
	.nkFlexBox.rowAt120r.childBetwPad25 > div {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	.nkFlexBox.rowAt120r.littleSpaces > *:nth-child(odd) {
		margin-right: 1.5em;
		margin-left: 1.5em;
	}
	.nkFlexBox.rowAt120r.littleSpaces > *:first-child {
		margin-left: 0;
	}
	.nkFlexBox.rowAt120r.littleSpaces > *:last-child {
		margin-right: 0;
	}
	.nkFlexBox.rowAt120r.mediumSpaces > *:nth-child(odd) {
		margin-right: 3em;
		margin-left: 3em;
	}
	.nkFlexBox.rowAt120r.mediumSpaces > *:first-child {
		margin-left: 0;
	}
	.nkFlexBox.rowAt120r.mediumSpaces > *:last-child {
		margin-right: 0;
	}
}

/* Styles ------------------------------------------------------------> */
.clearBoth,
.clear {
	clear: both;
}
.posRel {
	position: relative;
}
.borBox {
	box-sizing: border-box;
}
/* Font-size */
.fontXXS {
	font-size: 0.6em;
	font-weight: normal;
}
.fontXS {
	font-size: 0.7em;
	font-weight: normal;
}
.fontS {
	font-size: 0.8em;
	font-weight: normal;
}
.fontM {
	font-size: 0.9em;
	font-weight: normal;
}
.fontL {
	font-size: 1.2em;
	font-weight: normal;
}
.fontXL {
	font-size: 1.4em;
	font-weight: normal;
}
.fontXXL {
	font-size: 1.6em;
	font-weight: normal;
}
/* Block / inline */
.inline {
    display: inline !important;
}
.block {
    display: block !important;
}
.inblock,
.inlineB {
	display: inline-block !important;
}
/* Align */
.alignRight {
	text-align: right !important;
}
.alignCenter {
	text-align: center !important;
}
.alignLeft {
	text-align: left !important;
}
@media (max-width: 59.9rem) {
	.alignCenterTil60r {
		text-align: center !important;
	}
	.alignRightTil60r {
		text-align: right !important;
	}
	.alignLeftTil60r {
		text-align: left !important;
	}
}
@media (min-width: 60rem) {
	.alignRightAt60r {
		text-align: right !important;
	}
	.alignLeftAt60r {
		text-align: left !important;
	}
}
/* Widths & Heights*/
.mw30r {
	max-width: 30rem !important;
}
.mw40r {
	max-width: 40rem !important;
}
.mw60r {
	max-width: 60rem !important;
}
.w48p {
	width: 48%;
}
.w50p {
	width: 50%;
}
.w100p {
	width: 100%;
}
@media (min-width: 60rem) {
  .maxW60r {
    max-width: 60rem;
  }
}
@media(min-width: 90rem) {
	.mw75p {
		max-width: 75% !important;
	}
	.mw80p {
		max-width: 80% !important;
	}
}
.minW15r {
	min-width: 15rem;
}
@media (min-width: 60rem) {
	.mw75p-at60r {
		max-width: 75% !important;
	}
	.mw80p-at60r {
		max-width: 80% !important;
	}
}
@media (min-width: 90rem) {
	.mw75p-at90r {
		max-width: 75% !important;
	}
	.mw80p-at90r {
		max-width: 80% !important;
	}
}

.minH15 {
	min-height: 15em;
}
.minH17 {
	min-height: 17em;
}
.minH18 {
	min-height: 18em;
}
.minH20 {
	min-height: 20em;
}
.minH22,
.minH22em {
	min-height: 22em;
}
.minHSmall {
	min-height: 20rem;
}
.minHMedium {
	min-height: 28rem;
}
.minHLarge {
	min-height: 36rem;
}
@media(min-width: 60rem) {
	.minHSmall {
		min-height: 24rem;
	}
	.minHMedium {
		min-height: 32rem;
	}
	.minHLarge {
		min-height: 42rem;
	}
	.minH70vw-at60r {
		min-height: 70vh;
	}
	.minH50vw-at60r {
		min-height: 50vh;
	}
	.minH40vw-at60r {
		min-height: 40vh;
	}
}

/* =========================
   PADDINGS
   ========================= */

/* ALL */
.pad0 { padding: 0; }
.pad05 { padding: 0.5em; }
.pad1 { padding: 1em; }
.pad15 { padding: 1.5em; }
.pad2 { padding: 2em; }
.pad25 { padding: 2.5em; }
.pad3 { padding: 3em; }
.pad4 { padding: 4em; }
.pad5 { padding: 5em; }
.pad6 { padding: 6em; }
.pad8 { padding: 8em; }

/* TOP */
.padT0 { padding-top: 0; }
.padT05 { padding-top: 0.5em; }
.padT1 { padding-top: 1em; }
.padT15 { padding-top: 1.5em; }
.padT2 { padding-top: 2em; }
.padT25 { padding-top: 2.5em; }
.padT3 { padding-top: 3em; }
.padT4 { padding-top: 4em; }
.padT5 { padding-top: 5em; }
.padT6 { padding-top: 6em; }
.padT8 { padding-top: 8em; }

/* RIGHT */
.padR0 { padding-right: 0; }
.padR05 { padding-right: 0.5em; }
.padR1 { padding-right: 1em; }
.padR15 { padding-right: 1.5em; }
.padR2 { padding-right: 2em; }
.padR25 { padding-right: 2.5em; }
.padR3 { padding-right: 3em; }
.padR4 { padding-right: 4em; }
.padR5 { padding-right: 5em; }
.padR6 { padding-right: 6em; }
.padR8 { padding-right: 8em; }

/* BOTTOM */
.padB0  { padding-bottom: 0 !important; }
.padB05 { padding-bottom: 0.5em !important; }
.padB1  { padding-bottom: 1em !important; }
.padB15 { padding-bottom: 1.5em !important; }
.padB2  { padding-bottom: 2em !important; }
.padB25 { padding-bottom: 2.5em !important; }
.padB3  { padding-bottom: 3em !important; }
.padB4  { padding-bottom: 4em !important; }
.padB5  { padding-bottom: 5em !important; }
.padB6  { padding-bottom: 6em !important; }
.padB8 { padding-bottom: 8em !important; }

/* LEFT */
.padL0 { padding-left: 0; }
.padL05 { padding-left: 0.5em; }
.padL1 { padding-left: 1em; }
.padL15 { padding-left: 1.5em; }
.padL2 { padding-left: 2em; }
.padL25 { padding-left: 2.5em; }
.padL3 { padding-left: 3em; }
.padL4 { padding-left: 4em; }
.padL5 { padding-left: 5em; }
.padL6 { padding-left: 6em; }
.padL8 { padding-left: 8em; }

/* AXES */
.padTB1  { padding-top: 1em !important; padding-bottom: 1em !important; }
.padTB15 { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
.padTB2  { padding-top: 2em !important; padding-bottom: 2em !important; }
.padTB25 { padding-top: 2.5em !important; padding-bottom: 2.5em !important; }
.padTB3  { padding-top: 3em !important; padding-bottom: 3em !important; }
.padTB4  { padding-top: 4em !important; padding-bottom: 4em !important; }
.padTB5  { padding-top: 5em !important; padding-bottom: 5em !important; }
.padTB6  { padding-top: 6em !important; padding-bottom: 6em !important; }
.padTB8  { padding-top: 8em !important; padding-bottom: 8em !important; }


.padRL1 { padding-left: 1em; padding-right: 1em; }
.padRL15 { padding-left: 1.5em; padding-right: 1.5em; }
.padRL2 { padding-left: 2em; padding-right: 2em; }
.padRL25 { padding-left: 2.5em; padding-right: 2.5em; }
.padRL3 { padding-left: 3em; padding-right: 3em; }
.padRL4 { padding-left: 4em; padding-right: 4em; }
.padRL5 { padding-left: 5em; padding-right: 5em; }

@media (max-width: 39.999rem) {
  .padTo40r1 { padding: 1em; }
  .padTo40r2 { padding: 2em; }
  .padTTo40r2 { padding-top: 2em; }
  .padBTo40r3 { padding-bottom: 3em; }
  .padRLTo40r1 { padding-left: 1em; padding-right: 1em; }
  .padTBTo40r2 { padding-top: 2em; padding-bottom: 2em; }
}
@media (min-width: 40rem) {
  .padAt40r2 { padding: 2em; }
  .padAt40r3 { padding: 3em; }
  .padTAt40r3 { padding-top: 3em; }
  .padLAt40r2 { padding-left: 2em; }
  .padRAt40r2 { padding-right: 2em; }
  .padTBAt40r4 { padding-top: 4em; padding-bottom: 4em; }
}
@media (min-width: 60rem) {
  .padAt60r3 { padding: 3em; }
  .padAt60r4 { padding: 4em; }
  .padLAt60r1 { padding-left: 1em; }
  .padLAt60r2 { padding-left: 2em; }
  .padLAt60r3 { padding-left: 3em; }
  .padRAt60r1 { padding-right: 1em; }
  .padRAt60r2 { padding-right: 2em; }
  .padTBAt60r4 { padding-top: 4em; padding-bottom: 4em; }
  .padTBAt60r6 { padding-top: 6em; padding-bottom: 6em; }
  .padRL6-At60r { padding-right: 6em; padding-left: 6em; }
  .padR6-At60r { padding-right: 6em; }
  .padL6-At60r { padding-left: 6em;	}
}

/* =========================
   MARGIN 
   ========================= */
.marRLAuto {
	margin-right: auto !important;
	margin-left: auto !important;
}
/* ALL */
.mar0 { margin: 0; }
.mar05 { margin: 0.5em; }
.mar1 { margin: 1em; }
.mar15 { margin: 1.5em; }
.mar2 { margin: 2em; }
.mar25 { margin: 2.5em; }
.mar3 { margin: 3em; }
.mar4 { margin: 4em; }
.mar5 { margin: 5em; }
.mar6 { margin: 6em; }
.mar8 { margin: 8em; }

/* TOP */
.marT0  { margin-top: 0 !important; }
.marT05 { margin-top: 0.5em !important; }
.marT1  { margin-top: 1em !important; }
.marT15 { margin-top: 1.5em !important; }
.marT2  { margin-top: 2em !important; }
.marT25 { margin-top: 2.5em !important; }
.marT3  { margin-top: 3em !important; }
.marT4  { margin-top: 4em !important; }
.marT5  { margin-top: 5em !important; }
.marT6  { margin-top: 6em !important; }
.marT8  { margin-top: 8em !important; }


/* RIGHT */
.marR0 { margin-right: 0; }
.marR05 { margin-right: 0.5em; }
.marR1 { margin-right: 1em; }
.marR15 { margin-right: 1.5em; }
.marR2 { margin-right: 2em; }
.marR25 { margin-right: 2.5em; }
.marR3 { margin-right: 3em; }
.marR4 { margin-right: 4em; }
.marR5 { margin-right: 5em; }
.marR6 { margin-right: 6em; }
.marR8 { margin-right: 8em; }

/* BOTTOM */
.marB0  { margin-bottom: 0 !important; }
.marB05 { margin-bottom: 0.5em !important; }
.marB1  { margin-bottom: 1em !important; }
.marB15 { margin-bottom: 1.5em !important; }
.marB2  { margin-bottom: 2em !important; }
.marB25 { margin-bottom: 2.5em !important; }
.marB3  { margin-bottom: 3em !important; }
.marB4  { margin-bottom: 4em !important; }
.marB5  { margin-bottom: 5em !important; }
.marB6  { margin-bottom: 6em !important; }
.marB8  { margin-bottom: 8em !important; }


/* LEFT */
.marL0 { margin-left: 0; }
.marL05 { margin-left: 0.5em; }
.marL1 { margin-left: 1em; }
.marL15 { margin-left: 1.5em; }
.marL2 { margin-left: 2em; }
.marL25 { margin-left: 2.5em; }
.marL3 { margin-left: 3em; }
.marL4 { margin-left: 4em; }
.marL5 { margin-left: 5em; }
.marL6 { margin-left: 6em; }
.marL8 { margin-left: 8em; }

/* AXES */
.marTB1 { margin-top: 1em; margin-bottom: 1em; }
.marTB15 { margin-top: 1.5em; margin-bottom: 1.5em; }
.marTB2 { margin-top: 2em; margin-bottom: 2em; }
.marTB25 { margin-top: 2.5em; margin-bottom: 2.5em; }
.marTB3 { margin-top: 3em; margin-bottom: 3em; }
.marTB4 { margin-top: 4em; margin-bottom: 4em; }
.marTB5 { margin-top: 5em; margin-bottom: 5em; }
.marTB6 { margin-top: 6em; margin-bottom: 6em; }
.marTB8 { margin-top: 8em; margin-bottom: 8em; }
.marRL1 { margin-left: 1em; margin-right: 1em; }
.marRL15 { margin-left: 1.5em; margin-right: 1.5em; }
.marRL2 { margin-left: 2em; margin-right: 2em; }
.marRL25 { margin-left: 2.5em; margin-right: 2.5em; }
.marRL3 { margin-left: 3em; margin-right: 3em; }
.marRL4 { margin-left: 4em; margin-right: 4em; }
.marRL5 { margin-left: 5em; margin-right: 5em; }

@media (max-width: 39.999rem) {
  .marTo40r1 { margin: 1em; }
  .marTo40r2 { margin: 2em; }
  .marTTo40r2 { margin-top: 2em; }
  .marBTo40r3 { margin-bottom: 3em; }
  .marRLTo40r1 { margin-left: 1em; margin-right: 1em; }
  .marTBTo40r2 { margin-top: 2em; margin-bottom: 2em; }
}
@media (min-width: 40rem) {
  .marAt40r2 { margin: 2em; }
  .marAt40r3 { margin: 3em; }
  .marTAt40r3 { margin-top: 3em; }
  .marLAt40r2 { margin-left: 2em; }
  .marRAt40r2 { margin-right: 2em; }
  .marTBAt40r4 { margin-top: 4em; margin-bottom: 4em; }
}
@media (min-width: 60rem) {
  .marAt60r3 { margin: 3em; }
  .marAt60r4 { margin: 4em; }
  .marLAt60r1 { margin-left: 1em; }
  .marLAt60r2 { margin-left: 2em; }
  .marLAt60r3 { margin-left: 3em; }
  .marRAt60r1 { margin-right: 1em; }
  .marRAt60r2 { margin-right: 2em; }
  .marTBAt60r4 { margin-top: 4em; margin-bottom: 4em; }
  .marTBAt60r6 { margin-top: 6em; margin-bottom: 6em; }
}

/* Style Attributes ---------------------------------------------------------------------------- */
/* BG White */
.bgWhite {
	background-color: #fff;
}
.bgGrey {
	background-color: #ececec;
}

/* Gemeinsame Flaeche fuer mehrere inhaltlich verbundene Abschnitte. */
.sectionGroup {
	box-sizing: border-box;
	overflow: hidden;
}
.sectionGroup.allowSticky {
	overflow: visible;
}
.sectionGroup.rounded {
	border-radius: 1.5em;
}

/* Dezentes, allgemein nutzbares Karoraster ohne Bilddatei. */
.squarebg {
	background-image:
		linear-gradient(rgba(36, 78, 115, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(36, 78, 115, 0.08) 1px, transparent 1px);
	background-position: top left;
	background-repeat: repeat;
	background-size: 4em 4em;
}

/*
 * Heller radialer Overlay-Verlauf für Raster und andere Hintergründe.
 * Der Verlauf liegt über dem Hintergrund, aber hinter dem Inhalt.
 */
.radialbgGrey {
	position: relative;
	z-index: 0;
}
.radialbgGrey::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: inherit;
	background-image: radial-gradient(
		ellipse at center,
		rgba(247, 248, 248, 0) 38%,
		rgba(247, 248, 248, 0.48) 70%,
		rgba(247, 248, 248, 0.97) 100%
	);
	content: "";
	pointer-events: none;
}

/* Decorative image tiles ----------------------------------------------- */
.bgKachelStage {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.bgKachelContent {
	position: relative;
	z-index: 2;
}

/*
 * Dekorationen duerfen optional ueber eine begrenzte Hero-Buehne hinaus bis
 * an den Viewportrand reichen. Die Klasse gehoert auf den Hero-Modulcontainer;
 * ohne sie bleibt das bisherige Clipping unveraendert.
 */
#slider .heroStage.decorationsToViewport {
	overflow: visible;
}

/* Seitenkacheln koennen opt-in weiter aus der Buehne herausragen. */
body.kachelnWeiterAussen #slider .heroStage .bgkachel.middleLeft {
	left: -14%;
}
body.kachelnWeiterAussen #slider .heroStage .bgkachel.middleRight {
	right: -14%;
}

/*
 * Die Modulklasse wird serverseitig auch an die zugehoerige Slider-Buehne
 * gesetzt. So bleibt ihre Wirkung auf genau diesen Slider begrenzt.
 */
@media (max-width: 59.99rem) {
	#slider.onlyFirstKachel .heroStage .bgkachel ~ .bgkachel {
		display: none;
	}
}

@media (max-width: 39.99rem) {
	body.kachelnWeiterAussen #slider .heroStage .bgkachel.middleLeft {
		left: -28%;
	}
	body.kachelnWeiterAussen #slider .heroStage .bgkachel.middleRight {
		right: -28%;
	}
}

.bgkachel {
	position: absolute;
	z-index: 1;
	width: 16%;
	height: auto;
	aspect-ratio: 4 / 3;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}
.bgkachel > img {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}
.bgkachel.withBorders > img {
	border: solid 0.45em #e1e7ed;
}
.bgkachel.rounded > img {
	border-radius: 2em;
}
.bgkachel.rotateLeft > img {
	transform: rotate(-7deg);
}
.bgkachel.rotateRight > img {
	transform: rotate(7deg);
}
.bgkachel.focusLeft > img {
	object-position: left center;
}
.bgkachel.focusRight > img {
	object-position: right center;
}
.bgkachel.focusTop > img {
	object-position: center top;
}
.bgkachel.focusBottom > img {
	object-position: center bottom;
}

/* Tile sizes */
.bgkachel.kachelSmall {
	width: 11%;
	aspect-ratio: 4 / 3;
}
.bgkachel.kachelMedium {
	width: 16%;
	aspect-ratio: 4 / 3;
}
.bgkachel.kachelLarge {
	width: 24%;
	aspect-ratio: 7 / 6;
}
.bgkachel.kachelPortrait {
	width: 19%;
	aspect-ratio: 3 / 4;
}

/*
 * Flache Seiten-Heros begrenzen ihre Kacheln ueber die Buehnenhoehe.
 * compactHeroKacheln wird aus der Modulklasse an den Slider-Container
 * weitergereicht, jedoch nicht auf Seiten mit einem echten MellowSlides-Modul.
 */
#slider.slider-page-heading-hero .heroStage .bgkachel.kachelLarge,
#slider.compactHeroKacheln .heroStage .bgkachel.kachelLarge {
	width: auto;
	height: 68%;
	max-width: 24%;
}
#slider.slider-page-heading-hero .heroStage .bgkachel.middleLeft,
#slider.slider-page-heading-hero .heroStage .bgkachel.middleRight,
#slider.compactHeroKacheln .heroStage .bgkachel.middleLeft,
#slider.compactHeroKacheln .heroStage .bgkachel.middleRight {
	top: 29%;
}

/* Prozentuale Positionen halten die Dekoration an den Buehnenraendern. */
.bgkachel.topLeftCorner {
	top: -7%;
	left: -6%;
}
.bgkachel.topRightCorner {
	top: -7%;
	right: -6%;
}
.bgkachel.middleLeft {
	top: 30%;
	left: -10%;
}
.bgkachel.middleRight {
	top: 30%;
	right: -10%;
}
.bgkachel.bottomLeftCorner {
	bottom: -7%;
	left: -6%;
}
.bgkachel.bottomRightCorner {
	right: -6%;
	bottom: -7%;
}
.bgkachel.topLeftInner {
	top: -7%;
	left: 16%;
}
.bgkachel.topRightInner {
	top: -7%;
	right: 16%;
}
/* Pull to Top */
.posRel.pullTop4 {
	top: -4em;
	margin-bottom: -4em;
}
/* Text Shadow */
.textShadWhite {
	text-shadow: 1px 1px 6px rgba(255, 255, 255, 1);
}
[class*="gradTop"],
[class*="gradBottom"],
[class*="gradTAndB"] {
	position: relative;
}
[class*="gradTop"]::before,
[class*="gradTAndB"]::before,
[class*="gradBottom"]::after,
[class*="gradTAndB"]::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	pointer-events: none;
}
[class*="gradTop"]::before,
[class*="gradTAndB"]::before {
	top: 0;
}
[class*="gradBottom"]::after,
[class*="gradTAndB"]::after  {
	bottom: 0;
}
/* 2.5em */
[class*="gradTop25"],
[class*="gradTAndB25"] {
	padding-top: 2.5em;
}
[class*="gradBottom25"],
[class*="gradTAndB25"] {
  	padding-bottom: 2.5em;
}
[class*="gradTop25"]::before,
[class*="gradTAndB25"]::before,
[class*="gradBottom25"]::after,
[class*="gradTAndB25"]::after {
	height: 2.5em;
}
/* 5em */
[class*="gradTop5"],
[class*="gradTAndB5"] {
	padding-top: 5em;
}
[class*="gradBottom5"],
[class*="gradTAndB5"] {
	padding-bottom: 5em;
}
[class*="gradTop5"]::before,
[class*="gradTAndB5"]::before,
[class*="gradBottom5"]::after,
[class*="gradTAndB5"]::after {
	height: 5em;
}
.gradTWhite::before,
.gradTBWhite::before {
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1)
	);
}
.gradBWhite::after,
.gradTbWhite::after {
	background: linear-gradient(
		to top,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1)
	);
}



/* IMAGE LAYER BOTTOM -------------------------------------------------------------------------- */
.imgLayer-bottom {
	position: relative;
}
.imgLayer-bottom > p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(62,62,62,0.75);
	padding: 0.75em 0.75em;
	border-top: rgba(112,112,112,0.75) solid 1px;
}
.imgLayer-bottom > p > span {
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: normal;
}
.imgLayer-bottom > p > span.smaller {
	font-size: 1em;
}
.imgLayer-bottom + p {
	font-size: 0.7em;
	padding: 2em;
}

/* LAYER ON IMAGES ----------------------------------------------------------------------------- */
.layerOnImages > div {
	position: relative;
}
.layerOnImages img + * {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}




/* ImgH3P Little Image Left and H3 + p right --------------------------------------------------- */
.imgH3p {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 1em;
}
.imgH3p:last-child {
  margin-bottom: 0;
}
.imgH3p > div:first-child {
  flex: 0 0 auto;
}
.imgH3p > div:first-child > img {
  width: 3em;
  height: 3em;
  display: block;
  margin-right: 1em;
}
.imgH3p > div:last-child > h3 {
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Thin Border Boxes --------------------------------------------------------------------------- */
.nkFlexBox.thinBorderBoxes {
	justify-content: space-between;
}
.nkFlexBox.thinBorderBoxes > div {
	border: solid 2px rgba(0,0,0,0.1);
	margin-bottom: 1.5em;
	min-width: 15rem;
	transition: all ease 0.5s;
	display: flex; /* for vertical alignment, buttons, etc */
	flex-direction: column;
	justify-content: space-between;
	padding: 1.5em;
}
.nkFlexBox.thinBorderBoxes > div > div:last-child {
	margin-top: auto; /* bottom end of box */
	margin-bottom: 0;
}
/* full Width img */
.nkFlexBox.thinBorderBoxes.fullImg > div,
.nkFlexBox.thinBorderBoxes.fullImg > div > div:first-child  {
	padding: 0; /* no padding at Full Width img in box and 1. div */
}
.nkFlexBox.thinBorderBoxes.fullImg > div > div {
	padding: 0.5em 1.5em;
}
.nkFlexBox.thinBorderBoxes.fullImg > div > div:last-child {
	padding-bottom: 1.5em;
}
.nkFlexBox.thinBorderBoxes p {
	line-height: 1.3em;
	font-size: 0.8em;
	font-weight: 300;
}
.nkFlexBox.thinBorderBoxes.fullImg img {
	display: block;
	width: 100%;
	margin: 0 0 0.5em 0;
}
/* rounded borders */
.nkFlexBox.thinBorderBoxes.rounded05 > div,
.nkFlexBox.thinBorderBoxes.rounded1 > div,
.nkFlexBox.thinBorderBoxes.rounded15 > div {
	overflow: hidden;
}
.nkFlexBox.thinBorderBoxes.rounded05 > div {
	border-radius: 0.5em;
}
.nkFlexBox.thinBorderBoxes.rounded1 > div {
	border-radius: 1em;
}
.nkFlexBox.thinBorderBoxes.rounded15 > div {
	border-radius: 1.5em;
}
/* white backgrounds */
.nkFlexBox.thinBorderBoxes.whiteBgs > div {
	background: #fff;
}
/* Box Shadow */
.nkFlexBox.thinBorderBoxes.boxShadow > div {
	box-shadow:	0px 10px 54px 0px #111
}
/* hover effects */
.nkFlexBox.thinBorderBoxes.tScaleHover > div:hover  {
	transform: scale(1.05);
}
.nkFlexBox.thinBorderBoxes div[onclick*="window.location.href"]:hover  {
	cursor: pointer;
}
/* two , three, four */
.nkFlexBox.thinBorderBoxes.two > div,
.nkFlexBox.thinBorderBoxes.three > div,
.nkFlexBox.thinBorderBoxes.four > div {
	margin-right: 1%;
	margin-left: 1%;
	box-sizing: border-box;
}
@media (min-width: 40rem) {
	.nkFlexBox.rowAt40r.thinBorderBoxes > div {
		flex: 0 0 45%;
	}
	.nkFlexBox.rowAt40r.thinBorderBoxes.three > div {
		flex: 0 0 30%;
	}
}
@media (min-width: 60rem) {
	.nkFlexBox.rowAt60r.thinBorderBoxes.three > div {
		flex: 0 0 30%;
	}
	.nkFlexBox.thinBorderBoxes.four > div {
		flex: 0 0 22%;
	}
}
@media (max-width: 39.99rem) {
	.nkFlexBox.rowAt40r.thinBorderBoxes {
		justify-content: center;
	}
}
@media (max-width: 59.99rem) {
	.nkFlexBox.rowAt60r.thinBorderBoxes {
		justify-content: center;
	}
}
.nkFlexBox.thinBorderBoxes.roundedLilSpans span {
	display: inline-block;
	padding: 0.5em 1.5em;
	font-size: 1rem;
	border-radius: 1.5em;
	background-color: #e5e5e5;
}
.nkFlexBox.thinBorderBoxes.roundedLilSpans span + h3 {
	padding-top: 0.25em;
}


/* ThreeIconLinkBoxes ---------------------------------------------------------------------------*/
.threeIconLinkBoxes .nkFlexBox {
	max-width: 100%;
}
.threeIconLinkBoxes a,
.threeIconLinkBoxes .nkFlexBox > * {
	padding: 2em;
}
.threeIconLinkBoxes a img,
.threeIconLinkBoxes a svg,
.threeIconLinkBoxes .nkFlexBox > * img,
.threeIconLinkBoxes .nkFlexBox > * svg {
	display: block;
	width: 5em;
	margin: 0 auto 2em auto;
}
.threeIconLinkBoxes a svg,
.threeIconLinkBoxes .nkFlexBox > * svg {
	fill: #111;
	-webkit-transition: fill ease-in-out 0.25s;
	-o-transition: fill ease-in-out 0.25s;
	transition: fill ease-in-out 0.25s;
}
.threeIconLinkBoxes span.likeh3 {
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 0.125em;
	font-weight: bold;
	display: block;
}
.threeIconLinkBoxes span {
	font-size: 0.7em;
	-webkit-transition: color ease-in-out 0.25s;
	-o-transition: color ease-in-out 0.25s;
	transition: color ease-in-out 0.25s;
}
@media (max-width: 29.99rem) {
	.threeIconLinkBoxes span {
		font-size: 0.9em;
	}
}
.threeIconLinkBoxes a:hover svg {
	fill: #333;
}
.threeIconLinkBoxes a:hover span {
	color: #333;
}
/* rounded */
.threeIconLinkBoxes.rounded .nkFlexBox > * {
	border-radius: 0.8em;
	background: #fff;
	-webkit-box-shadow: 0px 11px 17px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 11px 17px 0px rgba(50, 50, 50, 0.1);
}
.threeIconLinkBoxes.borders .nkFlexBox > * {
	border: solid 1px #000;
}
.threeIconLinkBoxes .nkFlexBox > * {
	padding: 2em;
	margin-bottom: 1em;
}
@media (max-width: 89.99rem) {
	.threeIconLinkBoxes .nkFlexBox > * {
		padding: 1em;
	}
	#component .threeIconLinkBoxes ul,
	#component .threeIconLinkBoxes ol {
	  padding-left: 1.5em;
	}
}
.threeIconLinkBoxes .nkFlexBox > * a:last-child {
	margin-top: 1.5em;
}
.threeIconLinkBoxes a img,
.threeIconLinkBoxes a svg,
.threeIconLinkBoxes .nkFlexBox > * img,
.threeIconLinkBoxes .nkFlexBox > * svg {
	display: block;
	width: 5em;
	margin: 0 auto 2em auto;
}
.threeIconLinkBoxes a svg,
.threeIconLinkBoxes .nkFlexBox > * svg {
	fill: #333;
	-webkit-transition: fill ease-in-out 0.25s;
	-o-transition: fill ease-in-out 0.25s;
	transition: fill ease-in-out 0.25s;
}
.threeIconLinkBoxes span.likeh3 {
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 0.125em;
	font-weight: bold;
	display: block;
}
.threeIconLinkBoxes span {
	font-size: 0.7em;
	-webkit-transition: color ease-in-out 0.25s;
	-o-transition: color ease-in-out 0.25s;
	transition: color ease-in-out 0.25s;
}
.threeIconLinkBoxes.style2 a img,
.threeIconLinkBoxes.style2 a svg,
.threeIconLinkBoxes.style2 .nkFlexBox > * img,
.threeIconLinkBoxes.style2 .nkFlexBox > * svg {
	width: 2.5em;
	margin-bottom: 1em;
}
.threeIconLinkBoxes.style2 .nkFlexBox > * svg.modify {
	-webkit-transform: scale(1.4);
	    -ms-transform: scale(1.4);
	        transform: scale(1.4);
}

.threeIconLinkBoxes.style2 span.likeh3 {
	font-size: 1em;
	text-transform: none;
	line-height: 1.3em;
	padding-bottom: 0;
	margin-bottom: 0.4em;
}
.threeIconLinkBoxes.style2 span.likeh3 + span,
.threeIconLinkBoxes ul li,
.threeIconLinkBoxes td  {
	color: rgba(18, 17, 39,0.55);
}

@media (max-width: 29.99rem) {
	.threeIconLinkBoxes span {
		font-size: 0.9em;
	}
}
.threeIconLinkBoxes ul,
.threeIconLinkBoxes.style2.smallP p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}
.threeIconLinkBoxes ul,
.threeIconLinkBoxes td,
.threeIconLinkBoxes.style2.smallP p {
	font-size: 1rem;
	text-align: left;
}
.threeIconLinkBoxes ul li {
	padding-bottom: 0.3em;
}
.threeIconLinkBoxes table {
	width: 100%;
}
.threeIconLinkBoxes td {
	width: 50%;
	line-height: 1.25em;
	padding: 0 0.5em 0.25em 0;
}
.threeIconLinkBoxes .flexColumns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.threeIconLinkBoxes .flexColumns > *{

}
#component .threeIconLinkBoxes.style2 a.button,
.threeIconLinkBoxes.style2 a.button {
	font-size: 0.7em;
	font-weight: 400;
	padding: 1em 2em;
	display: block;
}
/* Big Circle Images */
.threeIconLinkBoxes.bigCircleImages .nkFlexBox > div *:first-child > a,
.threeIconLinkBoxes.bigCircleImages .nkFlexBox > div *:first-child > img {
	width: 15em;
	border-radius: 50%;
	overflow: hidden;
}
.threeIconLinkBoxes.bigCircleImages .nkFlexBox  > div  *:first-child > a,
.threeIconLinkBoxes.bigCircleImages .nkFlexBox  > div  *:first-child > img {
	display: block;
	margin: 0 auto;
	width: 15em;
	border-radius: 50%;
	overflow: hidden;
}
/* Pull Top */
.threeIconLinkBoxes.pullTop .nkFlexBox > div {
	  margin-top: 4em;
}
@media (min-width: 60rem) {
	.threeIconLinkBoxes.pullTop .nkFlexBox > div {
		  margin-top: 2em;
	}
}
.threeIconLinkBoxes.pullTop .nkFlexBox  > div *:first-child > a,
.threeIconLinkBoxes.pullTop .nkFlexBox  > div *:first-child > img {
	  position: relative;
	  top: -4em;
	  margin-bottom: -4em;
}
/* Inline-Buttons */
.threeIconLinkBoxes.inlineButtons .nkFlexBox  > div a.button {
	  display: inline-block;
}

/*
 * Logo-Linkkarten als schlanker Modifikator der bestehenden IconLinkBoxes.
 * Der Baustein bleibt Joomla-unabhaengig und funktioniert auch ausserhalb
 * des Templates mit einer einfachen nkFlexBox und direkten Links.
 */
.threeIconLinkBoxes.logoLinkBoxes .nkFlexBox {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 1em;
	max-width: 100%;
}
.threeIconLinkBoxes.logoLinkBoxes .nkFlexBox > a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 12rem;
	min-width: 12rem;
	min-height: 6rem;
	margin: 0;
	padding: 1.25em 1.5em;
	border-radius: 1em;
	background: #f4f4f4;
	color: inherit;
	transition: background-color 0.25s ease;
}
.threeIconLinkBoxes.logoLinkBoxes .nkFlexBox > a img,
.threeIconLinkBoxes.logoLinkBoxes .nkFlexBox > a svg {
	display: block;
	width: 80%;
	height: 3.25em;
	max-width: 15rem;
	margin: 0;
	object-fit: contain;
}
.threeIconLinkBoxes.logoLinkBoxes .nkFlexBox > a:hover {
	background: #fff;
}
.threeIconLinkBoxes.logoLinkBoxes .nkFlexBox > a:focus-visible {
	outline: solid 2px currentColor;
	outline-offset: 2px;
}

/*
 * Logokarten mit sichtbarer Bezeichnung oder Webadresse. Der Modifikator
 * nutzt weiterhin direkte, vollstaendig klickbare Links und benoetigt keine
 * zusaetzlichen Klassen an Bild oder Text.
 */
.threeIconLinkBoxes.logoLinkBoxes.withCaptions .nkFlexBox {
	max-width: 60rem;
	margin-right: auto;
	margin-left: auto;
}
.threeIconLinkBoxes.logoLinkBoxes.withCaptions .nkFlexBox > a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.25em;
	min-height: 9.5em;
}
.threeIconLinkBoxes.logoLinkBoxes.withCaptions .nkFlexBox > a img,
.threeIconLinkBoxes.logoLinkBoxes.withCaptions .nkFlexBox > a svg {
	width: 72%;
	height: 3.5em;
	max-width: 12rem;
}
.threeIconLinkBoxes.logoLinkBoxes.withCaptions .nkFlexBox > a span {
	display: block;
	margin: 0;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.25;
	color: inherit;
}
@media (max-width: 39.99rem) {
	.threeIconLinkBoxes.logoLinkBoxes .nkFlexBox {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 0.5em;
	}
	.threeIconLinkBoxes.logoLinkBoxes .nkFlexBox > a {
		flex: 0 0 12rem;
		min-width: 0;
	}
}

/*
 * Inhaltskarten als wiederverwendbarer Modifikator der threeIconLinkBoxes.
 * Die Icons koennen inline oder ueber eine externe SVG-Sprite eingebunden
 * werden. Farbe und Groesse werden ausschliesslich per CSS gesteuert.
 */
.threeIconLinkBoxes.serviceIconBoxes .nkFlexBox {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 1em;
}
.threeIconLinkBoxes.serviceIconBoxes .serviceCard {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	margin: 0;
	padding: 1.5em;
	border: solid 1px rgba(20, 20, 20, 0.1);
	border-radius: 0.75em;
	background-color: #fff;
	text-align: left;
}
.threeIconLinkBoxes.serviceIconBoxes .serviceCardIcon {
	display: block;
	width: 2.5em;
	height: 2.5em;
	margin: 0 0 1em;
	color: currentColor;
	fill: currentColor;
}
.threeIconLinkBoxes.serviceIconBoxes .serviceCard h3 {
	margin: 0 0 0.65em;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.25;
}
.threeIconLinkBoxes.serviceIconBoxes .serviceCard p {
	margin: 0;
	padding: 0 0 1.5em;
	line-height: 1.55;
	opacity: 0.65;
}
.threeIconLinkBoxes.serviceIconBoxes .serviceCard .serviceCardLink,
.threeIconLinkBoxes.serviceIconBoxes .serviceCard .serviceCardLink:last-child {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: start;
	align-self: flex-start;
	gap: 0.75em;
	margin: auto 0 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.2;
	transition: color 0.25s ease;
}
.threeIconLinkBoxes.serviceIconBoxes .serviceCardLink .serviceCardArrow {
	display: block;
	width: 1em;
	height: 1em;
	margin: 0;
	color: currentColor;
	fill: currentColor;
	transition: transform 0.25s ease;
}
.threeIconLinkBoxes.serviceIconBoxes .serviceCardLink:hover .serviceCardArrow,
.threeIconLinkBoxes.serviceIconBoxes .serviceCardLink:focus .serviceCardArrow {
	-webkit-transform: translateX(0.2em);
	-ms-transform: translateX(0.2em);
	transform: translateX(0.2em);
}
@media (min-width: 40rem) {
	.threeIconLinkBoxes.serviceIconBoxes .serviceCard {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 0.5em);
		flex: 0 1 calc(50% - 0.5em);
	}
}
@media (min-width: 65rem) {
	.threeIconLinkBoxes.serviceIconBoxes .serviceCard {
		-ms-flex-preferred-size: calc(33.333% - 0.75em);
		flex-basis: calc(33.333% - 0.75em);
		min-height: 16em;
	}
}

/*
 * Zweispaltiger Inhaltsbereich mit Einleitung und gestapelten Linkkarten.
 * Der Baustein ist nicht Joomla-spezifisch; Farben und Hintergruende werden
 * von der jeweiligen Website ergaenzt.
 */
.splitCardLayout {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2em;
}
.splitCardLayout > .splitCardIntro,
.splitCardLayout > .linkCardStack {
	min-width: 0;
}
.splitCardIntro {
	text-align: left;
}
.splitCardIntro h2 {
	margin: 0 0 0.65em;
	padding: 0;
}
.splitCardIntro > p:not(.statusLabel) {
	margin: 0;
	padding: 0;
}
.statusLabel {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.45em;
	margin: 0 0 0.8em;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.2;
}
.statusDot {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 0.9em;
	height: 0.9em;
	color: currentColor;
}
.statusDot::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background-color: currentColor;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
.splitCardActions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.75em;
	margin-top: 1.75em;
}
.splitCardActions > * {
	margin: 0;
}
.splitCardActions.equalButtons > * {
	min-width: 9.5em;
	text-align: center;
}
.linkCardStack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1em;
}
.linkInfoCard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	min-height: 9em;
	padding: 1.4em;
	border: solid 1px rgba(20, 20, 20, 0.1);
	border-radius: 0.85em;
	background-color: #fff;
	text-align: left;
}
.linkInfoCardBody {
	min-width: 0;
}
.linkInfoCard h3 {
	margin: 0 0 0.65em;
	padding: 0;
}
.linkInfoCardBody > p:not(.statusLabel) {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	opacity: 0.65;
}
.arrowLink {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: end;
	align-self: flex-end;
	gap: 0.75em;
	margin: 1em 0 0;
	padding: 0;
	line-height: 1.2;
	transition: color 0.25s ease;
}
.arrowLink > svg {
	display: block;
	width: 1em;
	height: 1em;
	margin: 0;
	color: currentColor;
	fill: currentColor;
	transition: transform 0.25s ease;
}
.arrowLink:hover > svg,
.arrowLink:focus > svg {
	-webkit-transform: translateX(0.2em);
	-ms-transform: translateX(0.2em);
	transform: translateX(0.2em);
}
@media (min-width: 40rem) {
	.linkInfoCard {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: 1.5em;
	}
	.linkInfoCardBody {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.linkInfoCard > .arrowLink {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-top: 0;
	}
}
@media (min-width: 60rem) {
	.stickyAt60r {
		position: -webkit-sticky;
		position: sticky;
		top: 5em;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.splitCardLayout > .splitCardIntro {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 44%;
		flex: 0 1 44%;
	}
	.splitCardLayout > .linkCardStack {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 56%;
		flex: 1 1 56%;
	}
}

/*
 * Semantisches Profilkarten-Raster. Die Struktur ersetzt Zusatzklassen an
 * Bild, Text und Kontaktlinks: header + Kartencontainer, darin article mit
 * figure, Inhalts-div und nav.
 */
.profileCardSection {
	box-sizing: border-box;
	text-align: center;
}
.profileCardSection > header {
	max-width: 60rem;
	margin: 0 auto 2.25em;
}
.profileCardSection > header h2 {
	margin: 0 0 0.55em;
	padding: 0;
}
.profileCardSection > header > p:last-child {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.profileCardSection > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 1em;
}
.profileCardSection > div > article {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	min-width: 0;
	padding: 1em;
	border: solid 1px rgba(20, 20, 20, 0.1);
	border-radius: 0.85em;
	background-color: #fff;
}
.profileCardSection article > figure {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 0 1em;
	padding-top: 91%;
	overflow: hidden;
	border-radius: 0.75em;
}
.profileCardSection article > figure img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}
.profileCardSection article > div {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.profileCardSection article h3 {
	margin: 0 0 0.25em;
	padding: 0;
}
.profileCardSection article p {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.profileCardSection article small {
	display: block;
	margin-top: 1em;
	line-height: 1.3;
}
.profileCardSection article nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0.55em;
	margin-top: 1em;
}
.profileCardSection article nav a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	width: 2.6em;
	height: 2.6em;
	padding: 0;
	border-radius: 50%;
	background-color: currentColor;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.profileCardSection article nav a:hover,
.profileCardSection article nav a:focus {
	opacity: 0.82;
	-webkit-transform: translateY(-0.12em);
	-ms-transform: translateY(-0.12em);
	transform: translateY(-0.12em);
}
.profileCardSection article nav svg {
	display: block;
	width: 1.25em;
	height: 1.25em;
	margin: 0;
	color: #fff;
	fill: currentColor;
}
@media (min-width: 40rem) {
	.profileCardSection > div > article {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 0.5em);
		flex: 0 1 calc(50% - 0.5em);
	}
}
@media (min-width: 65rem) {
	.profileCardSection > div > article {
		-ms-flex-preferred-size: calc(33.333% - 0.75em);
		flex-basis: calc(33.333% - 0.75em);
	}
}


/* ImgSwitchRows --------------------------------------------------------------------------- */
.imgSwitchRows > div {
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: 100%;
  overflow: hidden;
}
.imgSwitchRows > div:nth-child(even) > div:first-child,
.imgSwitchRows > div:nth-child(odd) > div:last-child {
  padding: 2em;
}
.imgSwitchRows > div:nth-child(odd) > div:first-child,
.imgSwitchRows > div:nth-child(even) > div:last-child {
  min-height: 15em;
}
.imgSwitchRows > div:nth-child(odd) > div:first-child,
.imgSwitchRows > div:nth-child(even) > div:last-child {
  min-height: 0;
}
.imgSwitchRows > div:nth-child(odd),
.imgSwitchRows.bgReverse > div:nth-child(even) {
  background: #fff;
}
.imgSwitchRows > div:nth-child(even),
.imgSwitchRows.bgReverse > div:nth-child(odd)  {
  background: #ececed;
}
@media (min-width: 40rem) {
  .imgSwitchRows > div {
    flex-direction: row;
  }
  .imgSwitchRows > div > div {
    flex: 1 0 50%;
  }
  .imgSwitchRows > div:nth-child(odd) > div:first-child,
  .imgSwitchRows > div:nth-child(even) > div:last-child {
    flex-basis: 25%;
  }
  .imgSwitchRows > div:nth-child(even) > div:first-child,
  .imgSwitchRows > div:nth-child(odd) > div:last-child {
    align-self: center;
  }
  .imgSwitchRows > div:nth-child(even) > div:first-child,
  .imgSwitchRows > div:nth-child(odd) > div:last-child {
    padding: 4em;
  }
  .imgSwitchRows > div:nth-child(even) > div:first-child {
    padding-left: 0;
  }
  .imgSwitchRows > div:nth-child(odd) > div:last-child {
    padding-right: 0;
  }
  .imgSwitchRows > div:nth-child(odd) > div:first-child,
  .imgSwitchRows > div:nth-child(even) > div:last-child {
    flex-basis: 25%;
  }
  .imgSwitchRows > div:nth-child(odd) {
    padding-right: 5%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows > div:nth-child(even) {
    padding-right: 0;
  }
  .imgSwitchRows > div:nth-child(even) {
    padding-left: 5%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows > div:nth-child(odd) {
    padding-left: 0;
  }
  /* reverse */
  .imgSwitchRows.reverse > div:nth-child(odd) {
    padding-left: 5%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows.reverse > div:nth-child(even) {
    padding-left: 0;
  }
  .imgSwitchRows.reverse > div:nth-child(even) {
    padding-right: 5%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows.reverse > div:nth-child(odd) {
    padding-right: 0;
  }
}
@media (min-width: 60rem) {
  .imgSwitchRows > div:nth-child(odd) > div:first-child,
  .imgSwitchRows > div:nth-child(even) > div:last-child {
    flex-basis: 30%;
  }
  .imgSwitchRows > div:nth-child(odd) {
    padding-right: 10%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows > div:nth-child(even) {
    padding-right: 0;
  }
  .imgSwitchRows > div:nth-child(even) {
    padding-left: 10%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows > div:nth-child(odd) {
    padding-left: 0;
  }
  /* reverse */
  .imgSwitchRows.reverse > div:nth-child(odd) {
    padding-left: 10%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows.reverse > div:nth-child(even) {
    padding-left: 0;
  }
  .imgSwitchRows.reverse > div:nth-child(even) {
    padding-right: 10%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows.reverse > div:nth-child(odd) {
    padding-right: 0;
  }
}
@media (min-width: 105rem) {
  .imgSwitchRows > div:nth-child(odd) {
    padding-right: 10%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows > div:nth-child(even) {
    padding-right: 0;
  }
  .imgSwitchRows > div:nth-child(even) {
    padding-left: 10%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows > div:nth-child(odd) {
    padding-left: 0;
  }
}
/* Reverse */
.imgSwitchRows.reverse > div:nth-child(even) > div:first-child,
.imgSwitchRows.reverse > div:nth-child(odd) > div:last-child {
  min-height: 15em;
}
.imgSwitchRows.reverse > div:nth-child(even) > div:first-child,
.imgSwitchRows.reverse > div:nth-child(odd) > div:last-child {
  min-height: 8em;
}
@media (min-width: 40rem) {
  .imgSwitchRows.reverse > div:nth-child(odd) > div:first-child,
  .imgSwitchRows.reverse > div:nth-child(even) > div:last-child {
    align-self: center;
  }
  .imgSwitchRows.reverse > div:nth-child(even) > div:first-child,
  .imgSwitchRows.reverse > div:nth-child(odd) > div:last-child {
    align-self:stretch;
  }
  .imgSwitchRows.reverse > div:nth-child(odd) > div:first-child,
  .imgSwitchRows.reverse > div:nth-child(even) > div:last-child {
    padding: 4em;
  }
  .imgSwitchRows.reverse > div:nth-child(odd) > div:first-child {
    padding-left: 0;
  }
  .imgSwitchRows.reverse > div:nth-child(even) > div:last-child {
    padding-right: 0;
  }
  .imgSwitchRows.reverse > div:nth-child(even) > div:first-child,
  .imgSwitchRows.reverse > div:nth-child(odd) > div:last-child {
    flex-basis: 25%;
  }
  .imgSwitchRows.reverse > div:nth-child(odd) {
    padding-left: 2%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows.reverse > div:nth-child(even) {
    padding-left: 0;
  }
  .imgSwitchRows.reverse > div:nth-child(even) {
    padding-right: 2%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows.reverse > div:nth-child(odd) {
    padding-right: 0;
  }
}
@media (min-width: 90rem) {
  .imgSwitchRows.reverse > div:nth-child(even) > div:first-child,
  .imgSwitchRows.reverse > div:nth-child(odd) > div:last-child {
    flex-basis: 30%;
  }
  .imgSwitchRows.reverse > div:nth-child(odd) {
    padding-left: 10%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows.reverse > div:nth-child(even) {
    padding-left: 0;
  }
  .imgSwitchRows.reverse > div:nth-child(even) {
    padding-right: 10%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows.reverse > div:nth-child(odd) {
    padding-right: 0;
  }
}
@media (min-width: 105rem) {
  /* reverse */
  .imgSwitchRows.reverse > div:nth-child(odd) {
    padding-left: 10%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows.reverse > div:nth-child(even) {
    padding-left: 0;
  }
  .imgSwitchRows.reverse > div:nth-child(even) {
    padding-right: 10%; /* ADJUST TO WRAPPER WIDTH */
  }
  .imgSwitchRows.reverse > div:nth-child(odd) {
    padding-right: 0;
  }
}
@media (max-width: 39.9rem) {
  .imgSwitchRows > div > div {
    padding: 2em;
    min-height: 10em;
  }
  .imgSwitchRows > div:nth-child(even) > div:first-child {
    order: 2;
  }
}


/* AOS-Eintrittsanimationen -------------------------------- > */
html.nkAosJs {
	overflow-x: hidden;
}
/*
 * JavaScript setzt Status- und Effektklassen nur direkt auf Ziele, die dem
 * jeweiligen .nkAos-Trigger gehoeren. Dadurch beeinflussen sich verschachtelte
 * Trigger nicht ueber weit reichende Nachfahrenselektoren.
 */
/*
 * Direkte Kindanimationen und Selbstanimationen erhalten ihren Startzustand
 * bereits vor der spaeteren JS-Initialisierung. So gibt es keinen sichtbaren
 * Wechsel von sichtbar zu verborgen (AOS-FOUC).
 */
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).opacity > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisOpacity {
	opacity: 0;
}
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).toLeft > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisToLeft {
	-webkit-transform: translateX(2.75em);
	-ms-transform: translateX(2.75em);
	transform: translateX(2.75em);
}
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).toRight > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisToRight {
	-webkit-transform: translateX(-2.75em);
	-ms-transform: translateX(-2.75em);
	transform: translateX(-2.75em);
}
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).toTop > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisToTop {
	-webkit-transform: translateY(2.75em);
	-ms-transform: translateY(2.75em);
	transform: translateY(2.75em);
}
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).toBottom > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisToBottom {
	-webkit-transform: translateY(-2.75em);
	-ms-transform: translateY(-2.75em);
	transform: translateY(-2.75em);
}
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).flyFromRight > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisFlyFromRight {
	-webkit-transform: translateX(calc(100vw + 100%));
	-ms-transform: translateX(calc(100vw + 100%));
	transform: translateX(calc(100vw + 100%));
}
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).flyFromLeft > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisFlyFromLeft {
	-webkit-transform: translateX(calc(-100vw - 100%));
	-ms-transform: translateX(calc(-100vw - 100%));
	transform: translateX(calc(-100vw - 100%));
}
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).zoom > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisZoom {
	-webkit-transform: scale(0.88);
	-ms-transform: scale(0.88);
	transform: scale(0.88);
}
/* Kombination aus genau einer Bewegung und Zoom, ohne CSS-Variablen. */
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).toLeft.zoom > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisToLeft.thisZoom {
	-webkit-transform: translateX(2.75em) scale(0.88);
	-ms-transform: translateX(2.75em) scale(0.88);
	transform: translateX(2.75em) scale(0.88);
}
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).toRight.zoom > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisToRight.thisZoom {
	-webkit-transform: translateX(-2.75em) scale(0.88);
	-ms-transform: translateX(-2.75em) scale(0.88);
	transform: translateX(-2.75em) scale(0.88);
}
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).toTop.zoom > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisToTop.thisZoom {
	-webkit-transform: translateY(2.75em) scale(0.88);
	-ms-transform: translateY(2.75em) scale(0.88);
	transform: translateY(2.75em) scale(0.88);
}
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).toBottom.zoom > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisToBottom.thisZoom {
	-webkit-transform: translateY(-2.75em) scale(0.88);
	-ms-transform: translateY(-2.75em) scale(0.88);
	transform: translateY(-2.75em) scale(0.88);
}
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).flyFromRight.zoom > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisFlyFromRight.thisZoom {
	-webkit-transform: translateX(calc(100vw + 100%)) scale(0.88);
	-ms-transform: translateX(calc(100vw + 100%)) scale(0.88);
	transform: translateX(calc(100vw + 100%)) scale(0.88);
}
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).flyFromLeft.zoom > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisFlyFromLeft.thisZoom {
	-webkit-transform: translateX(calc(-100vw - 100%)) scale(0.88);
	-ms-transform: translateX(calc(-100vw - 100%)) scale(0.88);
	transform: translateX(calc(-100vw - 100%)) scale(0.88);
}
.nkAosJs .nkAos.animateChildren:not(.nkAosPrepared).reveal > :not(.nkAos),
.nkAosJs .nkAos:not(.nkAosPrepared).thisReveal {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}
/* Tiefe Nachfahren bleiben bis zur JS-Vorbereitung unsichtbar. */
.nkAosJs .flyFromRight:not(.nkAosItem),
.nkAosJs .flyFromLeft:not(.nkAosItem) {
	visibility: hidden;
}
.nkAosJs .flyFromRight.nkAosItem,
.nkAosJs .flyFromLeft.nkAosItem {
	visibility: visible;
}
.nkAosItem.nkAosPreparing {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.nkAosItem {
	/* AOS muss bestehende Komponenten-Transitions fuer den Eintritt erweitern. */
	-webkit-transition-property: opacity, -webkit-transform, -webkit-clip-path, background-color !important;
	transition-property: opacity, transform, clip-path, background-color !important;
	-webkit-transition-duration: 0.5s, 0.6s, 0.6s, 0.25s !important;
	-o-transition-duration: 0.5s, 0.6s, 0.6s, 0.25s !important;
	transition-duration: 0.5s, 0.6s, 0.6s, 0.25s !important;
	-webkit-transition-timing-function: linear, ease-out, ease-out, ease-out !important;
	-o-transition-timing-function: linear, ease-out, ease-out, ease-out !important;
	transition-timing-function: linear, ease-out, ease-out, ease-out !important;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	will-change: opacity, transform;
}
/* Bei viewportweiten Einfluegen bleibt das Einblenden bis zur Ankunft sichtbar. */
.nkAosItem.nkAosFxOpacity.nkAosFxFlyFromRight,
.nkAosItem.nkAosFxOpacity.nkAosFxFlyFromLeft {
	-webkit-transition-duration: 0.9s, 0.75s, 0.6s, 0.25s !important;
	-o-transition-duration: 0.9s, 0.75s, 0.6s, 0.25s !important;
	transition-duration: 0.9s, 0.75s, 0.6s, 0.25s !important;
}
/*
 * Federnde Bewegungsvarianten ohne zusaetzliches JavaScript. Die erste Kurve
 * gehoert zur Deckkraft, die zweite zur Transformation; Clip-Pfad und Farbe
 * bleiben bei einer ruhigen Standardkurve. Bei animateChildren darf der
 * Modifikator am Trigger stehen, ansonsten direkt am animierten Ziel.
 */
.nkAosItem.bounceSoft,
.nkAos.animateChildren.bounceSoft > .nkAosItem {
	-webkit-transition-timing-function: linear, cubic-bezier(0.22, 1.35, 0.36, 1), ease-out, ease-out !important;
	-o-transition-timing-function: linear, cubic-bezier(0.22, 1.35, 0.36, 1), ease-out, ease-out !important;
	transition-timing-function: linear, cubic-bezier(0.22, 1.35, 0.36, 1), ease-out, ease-out !important;
}
.nkAosItem.bounce,
.nkAos.animateChildren.bounce > .nkAosItem {
	-webkit-transition-timing-function: linear, cubic-bezier(0.22, 1.6, 0.36, 1), ease-out, ease-out !important;
	-o-transition-timing-function: linear, cubic-bezier(0.22, 1.6, 0.36, 1), ease-out, ease-out !important;
	transition-timing-function: linear, cubic-bezier(0.22, 1.6, 0.36, 1), ease-out, ease-out !important;
}
.nkAosItem.bounceStrong,
.nkAos.animateChildren.bounceStrong > .nkAosItem {
	-webkit-transition-timing-function: linear, cubic-bezier(0.22, 1.85, 0.36, 1), ease-out, ease-out !important;
	-o-transition-timing-function: linear, cubic-bezier(0.22, 1.85, 0.36, 1), ease-out, ease-out !important;
	transition-timing-function: linear, cubic-bezier(0.22, 1.85, 0.36, 1), ease-out, ease-out !important;
}
/* Bei viewportweiten Fly-Effekten bleibt das Ueberschwingen proportional klein. */
.nkAosItem.nkAosFxFlyFromRight.bounceSoft,
.nkAosItem.nkAosFxFlyFromLeft.bounceSoft {
	-webkit-transition-timing-function: linear, cubic-bezier(0.22, 1.04, 0.36, 1), ease-out, ease-out !important;
	-o-transition-timing-function: linear, cubic-bezier(0.22, 1.04, 0.36, 1), ease-out, ease-out !important;
	transition-timing-function: linear, cubic-bezier(0.22, 1.04, 0.36, 1), ease-out, ease-out !important;
}
.nkAosItem.nkAosFxFlyFromRight.bounce,
.nkAosItem.nkAosFxFlyFromLeft.bounce {
	-webkit-transition-timing-function: linear, cubic-bezier(0.22, 1.1, 0.36, 1), ease-out, ease-out !important;
	-o-transition-timing-function: linear, cubic-bezier(0.22, 1.1, 0.36, 1), ease-out, ease-out !important;
	transition-timing-function: linear, cubic-bezier(0.22, 1.1, 0.36, 1), ease-out, ease-out !important;
}
.nkAosItem.nkAosFxFlyFromRight.bounceStrong,
.nkAosItem.nkAosFxFlyFromLeft.bounceStrong {
	-webkit-transition-timing-function: linear, cubic-bezier(0.22, 1.18, 0.36, 1), ease-out, ease-out !important;
	-o-transition-timing-function: linear, cubic-bezier(0.22, 1.18, 0.36, 1), ease-out, ease-out !important;
	transition-timing-function: linear, cubic-bezier(0.22, 1.18, 0.36, 1), ease-out, ease-out !important;
}
.nkAosPending.nkAosFxOpacity {
	opacity: 0;
}
.nkAosPending.nkAosFxToLeft {
	-webkit-transform: translateX(2.75em);
	-ms-transform: translateX(2.75em);
	transform: translateX(2.75em);
}
.nkAosPending.nkAosFxToRight {
	-webkit-transform: translateX(-2.75em);
	-ms-transform: translateX(-2.75em);
	transform: translateX(-2.75em);
}
.nkAosPending.nkAosFxToTop {
	-webkit-transform: translateY(2.75em);
	-ms-transform: translateY(2.75em);
	transform: translateY(2.75em);
}
.nkAosPending.nkAosFxToBottom {
	-webkit-transform: translateY(-2.75em);
	-ms-transform: translateY(-2.75em);
	transform: translateY(-2.75em);
}
.nkAosPending.nkAosFxFlyFromRight {
	-webkit-transform: translateX(calc(100vw + 100%));
	-ms-transform: translateX(calc(100vw + 100%));
	transform: translateX(calc(100vw + 100%));
}
.nkAosPending.nkAosFxFlyFromLeft {
	-webkit-transform: translateX(calc(-100vw - 100%));
	-ms-transform: translateX(calc(-100vw - 100%));
	transform: translateX(calc(-100vw - 100%));
}
.nkAosPending.nkAosFxZoom {
	-webkit-transform: scale(0.88);
	-ms-transform: scale(0.88);
	transform: scale(0.88);
}
.nkAosPending.nkAosFxToLeft.nkAosFxZoom {
	-webkit-transform: translateX(2.75em) scale(0.88);
	-ms-transform: translateX(2.75em) scale(0.88);
	transform: translateX(2.75em) scale(0.88);
}
.nkAosPending.nkAosFxToRight.nkAosFxZoom {
	-webkit-transform: translateX(-2.75em) scale(0.88);
	-ms-transform: translateX(-2.75em) scale(0.88);
	transform: translateX(-2.75em) scale(0.88);
}
.nkAosPending.nkAosFxToTop.nkAosFxZoom {
	-webkit-transform: translateY(2.75em) scale(0.88);
	-ms-transform: translateY(2.75em) scale(0.88);
	transform: translateY(2.75em) scale(0.88);
}
.nkAosPending.nkAosFxToBottom.nkAosFxZoom {
	-webkit-transform: translateY(-2.75em) scale(0.88);
	-ms-transform: translateY(-2.75em) scale(0.88);
	transform: translateY(-2.75em) scale(0.88);
}
.nkAosPending.nkAosFxFlyFromRight.nkAosFxZoom {
	-webkit-transform: translateX(calc(100vw + 100%)) scale(0.88);
	-ms-transform: translateX(calc(100vw + 100%)) scale(0.88);
	transform: translateX(calc(100vw + 100%)) scale(0.88);
}
.nkAosPending.nkAosFxFlyFromLeft.nkAosFxZoom {
	-webkit-transform: translateX(calc(-100vw - 100%)) scale(0.88);
	-ms-transform: translateX(calc(-100vw - 100%)) scale(0.88);
	transform: translateX(calc(-100vw - 100%)) scale(0.88);
}
.nkAosPending.nkAosFxReveal {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}
.nkAosActive.nkAosFxOpacity {
	opacity: 1;
}
/* Nach Entfernen von .nkAosPending greift wieder die Grundtransformation des
 * Elements. Eine vorhandene Rotation oder Skalierung bleibt dadurch erhalten. */
.nkAosActive.nkAosFxReveal {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

/*
 * Kachelbewegung und Bilddrehung laufen auf zwei Ebenen. So kann die aeussere
 * Kachel ihre Richtung animieren, waehrend das Bild gleichzeitig in seinen
 * dauerhaften rotateLeft-/rotateRight-Winkel dreht. Kacheln ohne nkAosItem
 * bleiben statisch und erscheinen insbesondere im Slider sofort fertig.
 */
.bgkachel.nkAosItem.rotateLeft > img,
.bgkachel.nkAosItem.rotateRight > img {
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-delay: inherit;
	-o-transition-delay: inherit;
	transition-delay: inherit;
}
.bgkachel.nkAosPending.rotateLeft > img,
.bgkachel.nkAosPending.rotateRight > img {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.bgkachel.nkAosActive.rotateLeft > img {
	-webkit-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}
.bgkachel.nkAosActive.rotateRight > img {
	-webkit-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
}

/* Der Statuspunkt und sein weicher Schein verwenden currentColor. */
.nkAosFxSoftGlow > .statusDot,
.statusDot.nkAosFxSoftGlow {
	-webkit-transition-delay: inherit;
	-o-transition-delay: inherit;
	transition-delay: inherit;
}
.nkAosFxSoftGlow > .statusDot::before,
.statusDot.nkAosFxSoftGlow::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 12.5%;
	right: 12.5%;
	bottom: 12.5%;
	left: 12.5%;
	border-radius: 50%;
	background-color: currentColor;
	opacity: 0.22;
	-webkit-transform: scale(2.5);
	-ms-transform: scale(2.5);
	transform: scale(2.5);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-filter: blur(0.18em);
	filter: blur(0.18em);
	-webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	-webkit-transition-delay: inherit;
	-o-transition-delay: inherit;
	transition-delay: inherit;
	pointer-events: none;
}
.nkAosPending.nkAosFxSoftGlow > .statusDot::before,
.statusDot.nkAosPending.nkAosFxSoftGlow::before {
	opacity: 0;
	-webkit-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);
}
.nkAosPending.nkAosFxSoftGlow > .statusDot::after,
.statusDot.nkAosPending.nkAosFxSoftGlow::after {
	-webkit-transform: scale(0.15);
	-ms-transform: scale(0.15);
	transform: scale(0.15);
}
.nkAosActive.nkAosFxSoftGlow > .statusDot::after,
.statusDot.nkAosActive.nkAosFxSoftGlow::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.6s ease-out;
	transition: transform 0.6s ease-out;
	-webkit-transition-delay: inherit;
	-o-transition-delay: inherit;
	transition-delay: inherit;
}

/* Schreibmaschinenwert; die Zielmarkierung verhindert einen Cursor am Kasten. */
.nkAosFxCountUp [data-aos-value],
.nkAosFxTypewriter [data-aos-value],
.nkAosValueOnSelf.nkAosFxCountUp,
.nkAosValueOnSelf.nkAosFxTypewriter {
	min-height: 1.1em;
}
.nkAosValueOnSelf.nkAosFxTypewriter.nkAosValueActive,
.nkAosValueInChild.nkAosFxTypewriter.nkAosValueActive [data-aos-value] {
	border-right: 0.08em solid currentColor;
	-webkit-animation: nkAosCursor 0.75s step-end infinite;
	animation: nkAosCursor 0.75s step-end infinite;
}
.nkAosValueOnSelf.nkAosFxTypewriter.nkAosValueDone,
.nkAosValueInChild.nkAosFxTypewriter.nkAosValueDone [data-aos-value] {
	border-right-color: transparent;
}
@-webkit-keyframes nkAosCursor {
	50% { border-right-color: transparent; }
}
@keyframes nkAosCursor {
	50% { border-right-color: transparent; }
}

/* Staffelungen wertet nkjsObj anhand des Zielindex aus:
   successive 0,15 s, longer 0,26 s, extraLonger 0,4 s je Ziel. */

/* Kleine gezielte Verzoegerung fuer ein einzelnes Transition-Ziel. */
.littleDelay {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

/* Deutlichere Eintritte fuer ruhige, einmalige AOS-Szenen.
   nkAosDeepRise startet weiter unterhalb der Zielposition; nkAosDeepFly
   beginnt vollstaendig ausserhalb des Viewports, ohne eine Opacity-Vorgabe. */
.nkAosPending.nkAosDeepRise.nkAosFxToTop {
	-webkit-transform: translate3d(0, 6rem, 0);
	-ms-transform: translate3d(0, 6rem, 0);
	transform: translate3d(0, 6rem, 0);
}
.nkAosPending.nkAosDeepFly.nkAosFxFlyFromRight {
	-webkit-transform: translateX(calc(100vw + 100%));
	-ms-transform: translateX(calc(100vw + 100%));
	transform: translateX(calc(100vw + 100%));
}
.nkAosPending.nkAosDeepFly.nkAosFxFlyFromLeft {
	-webkit-transform: translateX(calc(-100vw - 100%));
	-ms-transform: translateX(calc(-100vw - 100%));
	transform: translateX(calc(-100vw - 100%));
}
.nkAosDeepFlyTrigger {
	overflow-x: hidden;
}
@supports (overflow: clip) {
	.nkAosDeepFlyTrigger {
		overflow-x: clip;
	}
}

/* Kontinuierliche Bewegungen: Diese Klassen werden ausschliesslich durch den
 * scroll-event-basierten Teil von nkjsfunctions gesteuert, nie durch einen
 * IntersectionObserver. Start/Ende und Weg lassen sich ueber Klassen am
 * Element festlegen, z. B. nkScrollStart100 nkScrollStop50 nkScrollOffset50. */
.nkScrollFx {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	will-change: transform, opacity;
}

/* Kontinuierliche, gestaffelte Kartenfolge. Der Container ist der einzige
 * Scroll-Trigger; animiert werden ausschliesslich seine direkten Kinder. */
.nkAosJs .nkScrollSuccessiveReveal > * {
	opacity: 0;
	-webkit-transform: translate3d(0,3em,0);
	-ms-transform: translate3d(0,3em,0);
	transform: translate3d(0,3em,0);
}
.nkScrollSuccessiveReveal > * {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	will-change: transform, opacity;
}

/* Einmalig gestaffelte Opacity mit einem bereits von Anfang an laufenden
 * Unterwasserdrift. Die Bewegung wird beim Einblenden nicht neu gestartet. */
.nkAosJs .nkAos.nkAosUnderwaterCards:not(.nkAosPrepared) > *,
.nkAosPending.nkAosFxUnderwaterCard {
	opacity: 0;
}
.nkAosItem.nkAosFxUnderwaterCard {
	-webkit-transition: opacity .95s ease-out;
	-o-transition: opacity .95s ease-out;
	transition: opacity .95s ease-out;
	will-change: opacity, transform;
	-webkit-animation: nkUnderwaterCardFloat 8.8s ease-in-out infinite;
	animation: nkUnderwaterCardFloat 8.8s ease-in-out infinite;
}
.nkAosActive.nkAosFxUnderwaterCard {
	opacity: 1;
}
.nkAosUnderwaterCards > :nth-child(1) { -webkit-animation-delay: -.8s; animation-delay: -.8s; }
.nkAosUnderwaterCards > :nth-child(2) { -webkit-animation-duration: 9.6s; animation-duration: 9.6s; -webkit-animation-delay: -3.1s; animation-delay: -3.1s; }
.nkAosUnderwaterCards > :nth-child(3) { -webkit-animation-duration: 8.2s; animation-duration: 8.2s; -webkit-animation-delay: -5.4s; animation-delay: -5.4s; }
@-webkit-keyframes nkUnderwaterCardFloat {
	0%,100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
	23% { -webkit-transform: translate3d(.08rem,-.42rem,0); transform: translate3d(.08rem,-.42rem,0); }
	48% { -webkit-transform: translate3d(-.05rem,.18rem,0); transform: translate3d(-.05rem,.18rem,0); }
	72% { -webkit-transform: translate3d(.06rem,-.28rem,0); transform: translate3d(.06rem,-.28rem,0); }
	88% { -webkit-transform: translate3d(-.04rem,.24rem,0); transform: translate3d(-.04rem,.24rem,0); }
}
@keyframes nkUnderwaterCardFloat {
	0%,100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
	23% { -webkit-transform: translate3d(.08rem,-.42rem,0); transform: translate3d(.08rem,-.42rem,0); }
	48% { -webkit-transform: translate3d(-.05rem,.18rem,0); transform: translate3d(-.05rem,.18rem,0); }
	72% { -webkit-transform: translate3d(.06rem,-.28rem,0); transform: translate3d(.06rem,-.28rem,0); }
	88% { -webkit-transform: translate3d(-.04rem,.24rem,0); transform: translate3d(-.04rem,.24rem,0); }
}
@media (prefers-reduced-motion: reduce) {
	.nkAosUnderwaterCards > * {
		opacity: 1 !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		-webkit-animation: none !important;
		animation: none !important;
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
}

/* Allgemeine, observer-basierte Paarfolge. Die konkrete Gestaltung bleibt bei
 * der jeweiligen Komponente; diese Grundregel liefert den sicheren Eintritt. */
.nkAosPairs.nkAosPairsPrepared [data-nk-aos-pair],
.nkAosPairs.nkAosPairsPrepared [data-nk-star-pair] {
	opacity: 0;
	-webkit-transform: translate3d(0, 1.25rem, 0);
	-ms-transform: translate3d(0, 1.25rem, 0);
	transform: translate3d(0, 1.25rem, 0);
	-webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
	-o-transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	will-change: opacity, transform;
}
.nkAosPairs.nkAosPairsPrepared [data-nk-aos-pair].nkAosPairActive,
.nkAosPairs.nkAosPairsPrepared [data-nk-star-pair].nkAosPairActive {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Einmalige Dekoration, die von rechts in ihre feste Position wandert. */
.nkAosTriangle {
	opacity: 0;
	-webkit-transform: translate3d(0, 4rem, 0);
	-ms-transform: translate3d(0, 4rem, 0);
	transform: translate3d(0, 4rem, 0);
	-webkit-transition: opacity 0.75s ease-out, -webkit-transform 0.75s ease-out;
	-o-transition: opacity 0.75s ease-out, transform 0.75s ease-out;
	transition: opacity 0.75s ease-out, transform 0.75s ease-out;
	will-change: opacity, transform;
}
.nkAosTriangle.nkTriangleVisible {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
	.nkAosItem,
	.nkAosItem::before,
	.nkAosItem::after,
	.nkAosItem * {
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
		-webkit-animation: none !important;
		animation: none !important;
	}
	.nkAosItem {
		opacity: 1 !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		-webkit-clip-path: none !important;
		clip-path: none !important;
	}
	.nkScrollFx,
	.nkScrollSuccessiveReveal > *,
	.nkAosPairs [data-nk-aos-pair],
	.nkAosPairs [data-nk-star-pair],
	.nkAosTriangle {
		opacity: 1 !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
}

/*
 * Struktur fuer umfangreiche Seitenfuesse. Farben bleiben bewusst beim
 * jeweiligen Projekt; der Baustein ist Joomla-unabhaengig und nutzt nur
 * semantische section-, address-, form- und nav-Elemente.
 */
.siteFooterContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 3em;
	box-sizing: border-box;
	width: 100%;
}
.siteFooterContent > * {
	min-width: 0;
}
.siteFooterContent > section:first-child > img {
	display: block;
	width: 14em;
	max-width: 100%;
	height: auto;
	margin: 0 0 1.5em;
}
.siteFooterContent address {
	font-style: normal;
}
.siteFooterContent address > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.75em;
	margin: 0.75em 0;
	color: inherit;
}
.siteFooterContent address svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.2em;
	flex: 0 0 1.2em;
	width: 1.2em;
	height: 1.2em;
	fill: currentColor;
}
.siteFooterContent > section:first-child > nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.55em;
	margin-top: 2.5em;
	margin-bottom: 1.5em;
}
.siteFooterContent > section:first-child > nav a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	width: 2.2em;
	height: 2.2em;
	border-radius: 50%;
	background-color: currentColor;
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.siteFooterContent > section:first-child > nav a:hover,
.siteFooterContent > section:first-child > nav a:focus {
	opacity: 0.82;
	-webkit-transform: translateY(-0.1em);
	-ms-transform: translateY(-0.1em);
	transform: translateY(-0.1em);
}
.siteFooterContent > section:first-child > nav svg {
	display: block;
	width: 1.2em;
	height: 1.2em;
	color: #fff;
	fill: currentColor;
}
.siteFooterContent h2 {
	margin: 0 0 0.65em;
	padding: 0;
	font-size: 1.35em;
}
.siteFooterContent h2 + p {
	max-width: 24em;
	margin: 0;
}
.siteFooterContent form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 22em;
	margin: 3em 0 0;
	padding-bottom: 0.45em;
	border-bottom: solid 1px currentColor;
}
.siteFooterContent form input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	padding: 0.45em 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: inherit;
	font: inherit;
}
.siteFooterContent form input::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
.siteFooterContent form input::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
.siteFooterContent form input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
.siteFooterContent form input::placeholder {
	color: inherit;
	opacity: 1;
}
.siteFooterContent form button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 2.25em;
	flex: 0 0 2.25em;
	width: 2.25em;
	height: 2.25em;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}
.siteFooterContent form button svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}
.siteFooterContent > nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.siteFooterContent > nav li + li {
	margin-top: 1.15em;
}
.siteFooterContent > nav a {
	color: inherit;
}
.siteCopyrightBar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1em;
	box-sizing: border-box;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: solid 1px currentColor;
	font-size: 0.75em;
	text-align: center;
}
.siteCopyrightBar a {
	color: inherit;
}
.siteCopyrightBar nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2em;
}
@media (min-width: 60rem) {
	.siteFooterContent {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 4em;
	}
	.siteFooterContent > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.siteFooterContent > section:first-child,
	.siteFooterContent > nav {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
	}
	.siteFooterContent > nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.siteCopyrightBar {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.siteCopyrightBar > * {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
	}
	.siteCopyrightBar > a {
		text-align: left;
	}
	.siteCopyrightBar > nav {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
/* <----------------------------------------------- */
