/* area header */
header.scrolled .Logo img { height: 60px; }
#top  { flex-wrap: nowrap; column-gap: 30px; }

header a.Logo { order: 2; }

/* bei kurzen Navis Addons rechts davon statt oberhalb */
header div.addons { order: 2; }

footer { border: none; margin-top: 0; }

#bottom .LayoutBottom.footcontent { column-gap: 2%; }
#bottom .LayoutBottom.footcontent > div { flex-basis: 73%; }
#bottom .LayoutBottom.footcontent > div:first-child { flex-basis: 25% }

.jarallax {
	position: relative;
	min-height: 600px;
}

ul:not([type]) li::before {
	border-radius: var(--border-radius-small);
	margin: 17px 0 0 -25px;
	background: var(--logo-color-2)
}

@media all and (min-width: 1200px) { header .navTree { display: none; } }
@media all and (max-width: 1199px) { header div.addons { margin-right: 60px; } }
@media (max-width: 900px) {
	#top { flex-direction: row; }
	#bottom .LayoutBottom.footcontent > div, #bottom .LayoutBottom.footcontent > div:first-child { flex-basis: 100%; }
}

@media (max-width: 700px) {
  #top { flex-wrap:  wrap;  }
  header a.Logo { order: 2; margin: 0px auto; }
  header .Logo img { margin: 0px auto; }
  .socialNetworx { gap: 5px; }
  header div.addons { margin-right: 0px; }
  form.searchField { display: none; }
  ul:not([type]) li::before { margin: 12px 0 0 -25px; }
}
@media (max-width: 400px) { .searchField .altInput { width: 100px;  } 
  ul:not([type]) li::before { margin: 12px 0 0 -25px; }
	#top {  flex-direction: column; row-gap: 1rem; }
}


@media (max-width: 1200px) {
	#top { align-items: flex-start; flex-direction: row; justify-content: space-between; }
	.navTree { left: calc((100% - var(--stage-width)) / 2 ); top: 35px; }
	header a.Logo {  margin: 0; }

}
@media (max-width: 400px) {
	header a.Logo img, header.scrolled .Logo img { height: 50px; }
}

.searchField {
	display: none;
}

body, .GPS {
	font-family: 'Barlow Condensed', sans-serif;
}

html {
	font-size: clamp(16px, 1.5vw + 12px, 24px);
}

h1, .h1s {
	color: var(--logo-color-1);
}


h2, .h2s {
	font-weight: 400;
	font-size: 1.5rem;
	color: var(--logo-color-2);
}

h3, .h3s {
	font-weight: 400;
	font-size: 1.2rem;
	color: var(--logo-color-1);
}

.contentSubContent .sub.bgimage::before {
	background-color: unset;
}

p {
	line-height: 160%;
}

.cursorPointer {
  overflow: hidden;
}

.cursorPointer img {
  transition: transform 220ms ease;
  transform-origin: center center;
}

.cursorPointer:hover img {
  transform: scale(1.08);
}

/*Footer*/
footer {
  border-top: unset;
  margin-top: unset;
}