/*@colWidth: 70px;
@colGutter: 20px;
@cols: 12;*/
/**
* CSS3 rem font size
*/
html {
  padding: 0;
  margin: 0;
}
body {
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 62.5%;
}
/*
Fonts:
font-family:'Futura W01 Light';
font-family:'Futura W01 Book';
font-family:'Futura W01 Bold';
font-family:'FuturaW02-HeavyOblique';
font-family:'Futura W01 Medium';
font-family:'Calibri Light';
font-family:'FuturaW01-LightOblique';
*/
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #4a5363;
  height: 100%;
  margin: 0;
  padding: 0;
}
#scrollHolder {
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  position: relative;
}
.container {
  min-width: 1150px;
  margin: 0 auto;
}
.editmode {
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
}
/*
/ Seitenkopf
/ ================================= */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 115px;
  width: 100%;
  background-color: #4a5363;
  z-index: 900;
  -webkit-overflow-scrolling: touch;
}
/* === Hauptnavigation === */
#mainNav {
  height: 90px;
}
#mainNav ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: table;
  border-collapse: collapse;
  border-top: 0px;
  vertical-align: top;
}
#mainNav ul li {
  margin: 0;
  display: table-cell;
  float: none;
  vertical-align: top;
  border-right: 2px #4A5363 solid;
}
#mainNav ul li a {
  background-color: #2f343b;
  min-height: 30px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  text-decoration: none;
}
#mainNav ul li a span {
  color: inherit;
  display: block;
  text-transform: none;
  padding: 0 12px;
}
#mainNav ul li a span.top {
  font-family: 'Futura W01 Book';
  font-size: 11pt;
  color: #eaeaeb;
  padding-bottom: 3px;
  line-height: 11pt;
}
#mainNav ul li a span.bottom {
  font-family: 'Futura W01 Bold';
  font-size: 10pt;
  color: #eaeaeb;
  line-height: 10pt;
  text-transform: uppercase;
  padding-bottom: 5px;
}
#mainNav ul li a:hover span.bottom {
  border-bottom: 1px #FCB415 solid;
}
#mainNav ul li.active a {
  margin-bottom: 0px;
  background-color: #C8191E;
}
#mainNav ul li.active a span.top {
  padding-top: 10px;
}
#mainNav ul li.active a:hover span.bottom {
  border-bottom: 0px;
}
/* === Unternavigation === */
#subNavigation {
  background-color: #c8191e;
}
#subNavigation ul {
  height: 25px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: table;
}
#subNavigation ul li {
  padding: 5px 0;
  margin: 0;
  display: table-cell;
  float: none;
}
#subNavigation ul li a {
  color: #f2dad0;
  font-size: 12pt;
  line-height: 12pt;
  font-family: 'FuturaW01-MediumOblique';
  text-decoration: none;
  padding: 0 8px;
}
#subNavigation ul li a:hover {
  color: #2F343B;
}
/* === Kontakt === */
#contactBadge {
  position: fixed;
  top: 60px;
  left: 0px;
  background-color: transparent;
  z-index: 1000;
  padding: 0px;
  margin: 0px;
}
#contactBadge a {
  display: block;
}
#contactBadge a img {
  margin-left: -15px;
}
/* === Logo === */
#logo {
  position: fixed;
  top: 43px;
  right: 40px;
  z-index: 1000;
}
#logo.business {
  top: 63px;
}
/* === LegalLinks === */
#legalLinks {
  position: fixed;
  top: 10px;
  left: 10px;
  background-color: transparent;
  z-index: 1000;
  padding: 0px;
  margin: 0px;
}
#legalLinks a {
  font-family: 'Futura W01 Book';
  font-size: 9pt;
  color: #7E828A;
  text-decoration: none;
}
/*
/ Inhaltsbereich
/ ================================= */
#content {
  display: block;
  position: absolute;
  height: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 115px;
}
section.page {
  min-height: 100%;
  position: relative;
}
section.row .col-2 {
  margin: 0 auto;
  width: 850px;
}
/* === Inhaltsblock Hauptbild === */
.contentElement-mainImage {
  min-height: 280px !important;
  height: 100%;
  position: relative;
  border-bottom: 1px #F7F0E4 solid;
}
.contentElement-mainImage .background {
  min-height: 280px;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  background: no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contentElement-mainImage .col-2 {
  z-index: 200;
  position: relative;
}
.contentElement-mainImage .headline {
  position: absolute;
  /*		top: 290px;*/
  bottom: 70%;
  left: 50%;
  /*		margin-left: -425px !important; */
  margin-left: -473px !important;
  height: 49px;
  font-size: 24pt;
  line-height: 24pt;
}
.contentElement-mainImage .scrollNote {
  position: absolute;
  bottom: 23px;
  left: 50%;
  margin-left: -49px !important;
  height: 65px;
  width: 97px !important;
}
.contentElement-mainImage .trigger {
  position: absolute;
  top: 0px;
  left: 0px;
}
.contentElement-mainImage h1 {
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.34);
  color: #00304A;
  font-size: inherit;
  line-height: inherit;
  font-family: 'FuturaW02-HeavyOblique';
  background: rgba(247, 240, 228, 0.8);
  font-weight: normal;
  padding: 15px;
  margin: 0;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  display: inline-block;
}
/* === Inhaltsblock Bild volle Breite === */
.contentElement-fullwidthImage {
  height: 280px;
  position: relative;
}
.contentElement-fullwidthImage .background {
  border-bottom: 1px #F7F0E4 solid;
  height: 280px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  background: no-repeat top left scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contentElement-fullwidthImage .col-2 {
  z-index: 200;
  position: relative;
}
.contentElement-fullwidthImage .headline {
  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -425px !important;
}
.contentElement-fullwidthImage h1 {
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.34);
  color: #00304A;
  font-size: 18pt;
  line-height: 18pt;
  font-family: 'FuturaW02-HeavyOblique';
  background: #f7f0e4;
  font-weight: normal;
  padding: 15px;
  margin: 0px;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  display: inline-block;
}
/* === Inhaltsblock Text === */
.standard-textarea,
.standard-textarea-private,
.contentElement-text {
  color: #ededef;
  font-family: 'Calibri Light';
  font-size: 14pt;
  line-height: 22pt;
}
.standard-textarea h1,
.standard-textarea-private h1,
.contentElement-text h1 {
  font-family: 'FuturaW02-HeavyOblique';
  font-size: 24pt;
  color: #ededef;
  margin: 0 0 47px 0;
  padding: 0;
  line-height: 24pt;
}
.standard-textarea h2,
.standard-textarea-private h2,
.contentElement-text h2 {
  font-family: 'FuturaW02-HeavyOblique';
  font-size: 21pt;
  line-height: 21pt;
  color: #ededef;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.standard-textarea a,
.standard-textarea-private a,
.contentElement-text a {
  color: #ededef;
}
/* === Inhaltsblock Zitat === */
.quote-textarea,
.quote-textarea-private,
.contentElement-quote {
  padding: 0;
  text-align: center;
  color: #ededef;
  font-family: 'FuturaW01-LightOblique';
  font-size: 18pt;
  line-height: 26pt;
}
.quote-textarea .innerContent,
.quote-textarea-private .innerContent,
.contentElement-quote .innerContent {
  margin: 0 auto;
  width: 850px;
}
.quote-textarea .innerContent .line,
.quote-textarea-private .innerContent .line,
.contentElement-quote .innerContent .line {
  background: url(/system/img/grafik_unternehmen_linie_zitat.png) center center no-repeat;
  padding: 30px 0;
  margin: 0px;
  height: 1px;
}
.quote-textarea .innerContent p,
.quote-textarea-private .innerContent p,
.contentElement-quote .innerContent p {
  margin: 0px;
}
.quote-textarea .autor,
.quote-textarea-private .autor,
.contentElement-quote .autor {
  display: block;
  font-size: 11pt;
  line-height: 18pt;
}
/* === Inhaltsblock zweispaltig === */
.contentElement-2col {
  padding: 0;
  width: 850px;
  margin: 0 auto;
}
.contentElement-2col:before,
.contentElement-2col:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.contentElement-2col:after {
  clear: both;
}
.contentElement-2col .col-left {
  float: left;
  width: 390px;
}
.contentElement-2col .col-right {
  float: right;
  width: 390px;
}
/* === Inhaltsblock zweispaltig === */
.contentElement-1col {
  padding: 0;
  width: 850px;
  margin: 0 auto;
}
/* === Inhaltsblock Bild / Text === */
.contentElement-image {
  padding: 0;
  width: 850px;
  margin: 0 auto;
}
/* === Inhaltsblock Abstand === */
.contentElement-spacer {
  height: 60px;
}
/* === Farbschema Privat === */
body.private {
  background-color: #f7f0e4;
}
body.private .editmode {
  color: #00304A;
}
body.private header {
  background-color: #f7f0e4;
}
body.private #mainNav ul li {
  border-right: 2px #f7f0e4 solid;
}
body.private #mainNav ul li a {
  background-color: #ffb800;
  color: #00304A;
}
body.private #mainNav ul li a span.top {
  color: #00304A;
}
body.private #mainNav ul li a span.bottom {
  color: #00304A;
}
body.private #mainNav ul li a:hover span.bottom {
  border-bottom: 1px #002d3d solid;
}
body.private #mainNav ul li.active a {
  background-color: #002d3d;
}
body.private #mainNav ul li.active a span {
  color: #fff;
}
body.private #subNavigation {
  background-color: #002d3d;
}
body.private #subNavigation ul li a {
  color: #fff;
}
body.private #subNavigation ul li a:hover {
  color: #F8B519;
}
body.private .contentElement-mainImage {
  border-bottom: 1px #002d3d solid;
}
body.private .contentElement-mainImage h1 {
  color: #2F343B;
  /* background: rgba(247, 240, 228, 0.8); */
}
body.private .contentElement-fullwidthImage .background {
  border-bottom: 1px #00304A solid;
}
body.private .contentElement-fullwidthImage h1 {
  color: #2F343B;
  background-color: #f7f0e4;
  /* background: rgba(247, 240, 228, 0.8); */
}
body.private .standard-textarea,
body.private .standard-textarea-private,
body.private .contentElement-text {
  color: #2F343B;
}
body.private .standard-textarea h1,
body.private .standard-textarea-private h1,
body.private .contentElement-text h1 {
  color: #2F343B;
}
body.private .standard-textarea h2,
body.private .standard-textarea-private h2,
body.private .contentElement-text h2 {
  color: #2F343B;
}
body.private .standard-textarea a,
body.private .standard-textarea-private a,
body.private .contentElement-text a {
  color: #2F343B;
}
body.private .quote-textarea,
body.private .quote-textarea-private,
body.private .contentElement-quote {
  color: #2F343B;
}
body.private .quote-textarea .innerContent .line,
body.private .quote-textarea-private .innerContent .line,
body.private .contentElement-quote .innerContent .line {
  background: url(/system/img/grafik_privat_linie_zitat.png) center center no-repeat;
}
.quote-textarea-private {
  background-color: #f7f0e4 !important;
  color: #2F343B;
}
.quote-textarea-private .innerContent .line {
  background: url(/system/img/grafik_privat_linie_zitat.png) center center no-repeat;
}
.standard-textarea-private {
  background-color: #f7f0e4 !important;
  color: #2F343B;
}
.standard-textarea-private h1 {
  color: #2F343B;
}
.standard-textarea-private h2 {
  color: #2F343B;
}
#changeLanguage {
  position: absolute;
  top: 10px;
  right: 10px;
}
#changeLanguage a {
  font-family: 'Futura W01 Book';
  font-size: 9pt;
  color: #7E828A;
  text-decoration: none;
}
#changeLanguage span {
  color: #7E828A;
  font-family: 'Futura W01 Book';
  font-size: 9pt;
}
#changeLanguage a.current {
  color: #FFFFFF;
}
body.body-start {
  background-color: #2F343B;
}
.startPage {
  background-color: #2F343B;
  text-align: center;
}
.startPage a {
  display: inline-block;
  height: 120px;
  width: 140px;
  position: relative;
  overflow: hidden;
}
.startPage a img {
  border: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
.startPage a img.off {
  display: none;
  margin-top: -120px;
}
.startPage a#businessLink {
  margin-left: 45px;
}
.startPage a:hover img {
  /*				margin-top: -120px;*/
}
.startPage .cite-container {
  margin: 47px auto 77px auto;
  width: 600px;
  height: 134px;
  position: relative;
  overflow: hidden;
}
.startPage .line {
  height: 1px;
  width: 329px;
  border-top: 1px #747d8f solid;
  position: absolute;
  left: 50%;
  margin-left: -164px;
}
.startPage .line-top {
  top: 0px;
}
.startPage .line-bottom {
  bottom: 0px;
}
.startPage .cite {
  /*			border-top: 1px #747d8f solid;
		border-bottom: 1px #747d8f solid;*/
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 112px;
  padding-top: 20px;
  font-size: 18pt;
  line-height: 23pt;
  color: #F9B206;
  font-family: 'FuturaW01-LightOblique';
}
.startPage .cite .autor {
  display: block;
  font-size: 11pt;
  color: #5d646f;
}
.startPage .cite p {
  margin: 0 auto;
  text-align: center;
  width: 600px;
}
.startPage #teaserPrivate {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 90px;
  display: none;
}
.startPage #teaserBusiness {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -292px;
  display: none;
}
/* === Kontakt-Button === */
#contactBadge {
  position: fixed;
  top: 60px;
  left: 0px;
  background-color: transparent;
  z-index: 99999;
  padding: 0;
  margin: 0;
}
#contactBadge .kontakt-button {
  display: inline-block;
  position: relative;
  background: #2d3033;
  color: #e6c44a;
  padding: 9px 16px 8px 16px;
  font-family: 'Futura W01 Bold', Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.15;
  text-align: center;
  transform: rotate(-3deg);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.35);
  border-radius: 1px;
  min-width: 190px;
  white-space: nowrap;
  margin-left: -15px;
}
#contactBadge .kontakt-headline {
  display: block;
  font-size: 15px;
  color: #e6c44a;
  margin-bottom: 2px;
}
#contactBadge .kontakt-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#contactBadge .kontakt-tel,
#contactBadge .kontakt-mail {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100000;
  pointer-events: auto;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
#contactBadge .kontakt-mail {
  color: #ffffff;
  padding: 2px 6px;
}
#contactBadge .kontakt-oder {
  color: #e6c44a;
  margin-right: 3px;
}
#contactBadge .kontakt-tel:hover,
#contactBadge .kontakt-mail:hover {
  text-decoration: underline;
}
/* =========================================================
   NEUE STARTSEITE – JAN GONELL
   KONSOLIDIERTE ENDFASSUNG
   ========================================================= */
/* Grundfläche */
body.body-start {
  background-color: #2F343B;
}
body.body-start .portal-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
}
body.body-start .startPage.startPage-new {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 620px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  background: #2F343B;
  color: #EDEDEF;
  text-align: center;
}
/* ---------------------------------------------------------
   Alte Startseitenregeln sicher neutralisieren
   --------------------------------------------------------- */
body.body-start .startPage.startPage-new > a.portal-entry {
  position: absolute;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 390px;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  color: #EDEDEF;
  z-index: 20;
}
body.body-start .startPage.startPage-new > a#businessLink {
  margin-left: 0;
}
/* ---------------------------------------------------------
   Drei Hauptbereiche
   Die Positionen beziehen sich auf die tatsächlich verfügbare
   Höhe der Startseite und nicht auf 100vh.
   --------------------------------------------------------- */
/* PRIVAT – oben */
body.body-start .startPage.startPage-new .portal-private {
  top: 17%;
  transform: translateX(-50%);
}
/* MITTE – Jan Gonell */
body.body-start .startPage.startPage-new .portal-center {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 620px;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 15;
  text-align: center;
}
/* BUSINESS – unten */
body.body-start .startPage.startPage-new .portal-business {
  top: 61%;
  bottom: auto;
  transform: translateX(-50%);
}
/* ---------------------------------------------------------
   Signets
   Feste Bildfläche verhindert Verschiebungen durch Alt-CSS.
   --------------------------------------------------------- */
body.body-start .startPage.startPage-new .portal-entry .portal-signet {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 126px;
  width: 150px;
  height: 126px;
  margin: 0 auto 9px auto;
  padding: 0;
  overflow: visible;
}
body.body-start .startPage.startPage-new .portal-entry .portal-signet img {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  width: 150px;
  height: 126px;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: contain;
  object-position: 50% 50%;
  opacity: 0.74;
  filter: grayscale(100%) brightness(1.16);
  transform: none;
  transform-origin: 50% 50%;
  transition: opacity 0.28s ease,
        filter 0.28s ease,
        transform 0.28s ease;
}
/*
   Die beiden Quelldateien haben optisch unterschiedlich
   verteilte transparente Flächen. Kleine optische Korrekturen
   gleichen nur die Wahrnehmung aus, ohne das Bild zu drehen.
*/
body.body-start .startPage.startPage-new .portal-private .portal-signet img {
  object-position: 50% 50%;
}
body.body-start .startPage.startPage-new .portal-business .portal-signet img {
  object-position: 50% 48%;
}
/* Nur das Signet reagiert auf Hover/Fokus */
body.body-start .startPage.startPage-new .portal-entry:hover,
body.body-start .startPage.startPage-new .portal-entry:focus-visible {
  text-decoration: none;
}
body.body-start .startPage.startPage-new .portal-private:hover,
body.body-start .startPage.startPage-new .portal-private:focus-visible,
body.body-start .startPage.startPage-new .portal-business:hover,
body.body-start .startPage.startPage-new .portal-business:focus-visible {
  transform: translateX(-50%);
}
body.body-start .startPage.startPage-new .portal-entry:hover .portal-signet img,
body.body-start .startPage.startPage-new .portal-entry:focus-visible .portal-signet img {
  opacity: 1;
  filter: grayscale(0%) brightness(1);
  transform: scale(1.035);
}
/* ---------------------------------------------------------
   Portaltexte
   --------------------------------------------------------- */
body.body-start .startPage.startPage-new .portal-title {
  position: static;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Futura W01 Book', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  letter-spacing: 0;
  color: #EDEDEF;
  text-align: center;
}
body.body-start .startPage.startPage-new .portal-claim {
  position: static;
  display: block;
  width: 100%;
  margin: 4px 0 0 0;
  padding: 0;
  font-family: 'Futura W01 Light', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 0;
  color: #9EA4AD;
  text-align: center;
}
body.body-start .startPage.startPage-new .portal-private:hover .portal-title,
body.body-start .startPage.startPage-new .portal-private:focus-visible .portal-title,
body.body-start .startPage.startPage-new .portal-business:hover .portal-title,
body.body-start .startPage.startPage-new .portal-business:focus-visible .portal-title {
  color: #FFFFFF;
}
body.body-start .startPage.startPage-new .portal-private:hover .portal-claim,
body.body-start .startPage.startPage-new .portal-private:focus-visible .portal-claim,
body.body-start .startPage.startPage-new .portal-business:hover .portal-claim,
body.body-start .startPage.startPage-new .portal-business:focus-visible .portal-claim {
  color: #F9B206;
}
/* ---------------------------------------------------------
   Zentrale Wortmarke – bewusst kleiner als in der letzten Fassung
   --------------------------------------------------------- */
body.body-start .startPage.startPage-new .portal-name {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-family: 'Futura W01 Light', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.8px;
}
body.body-start .startPage.startPage-new .portal-name-jan,
body.body-start .startPage.startPage-new .portal-name-gonell {
  display: inline;
  font-size: 47px;
  line-height: 51px;
  font-weight: normal;
}
body.body-start .startPage.startPage-new .portal-name-jan {
  margin-right: 9px;
  color: #EDEDEF;
}
body.body-start .startPage.startPage-new .portal-name-gonell {
  color: #F9B206;
}
body.body-start .startPage.startPage-new .portal-services {
  display: block;
  margin: 13px 0 0 0;
  padding: 0;
  font-family: 'Futura W01 Light', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: normal;
  letter-spacing: 0;
  white-space: nowrap;
  color: #D7D9DD;
}
body.body-start .startPage.startPage-new .portal-services .portal-dot,
body.body-start .startPage.startPage-new .portal-claim .portal-dot {
  display: inline;
  margin: 0 6px;
  color: #747D8F;
}
body.body-start .startPage.startPage-new .portal-services strong {
  margin-left: 3px;
  font-family: 'Futura W01 Book', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #F9B206;
}
/* Dekorative Kurve vorerst bewusst aus */
body.body-start .startPage.startPage-new .portal-curve {
  display: none;
}
/* Tastaturfokus */
body.body-start .startPage.startPage-new .portal-entry:focus {
  outline: none;
}
body.body-start .startPage.startPage-new .portal-entry:focus-visible {
  outline: 1px solid rgba(249, 178, 6, 0.65);
  outline-offset: 9px;
}
/* ---------------------------------------------------------
   Niedrige Desktopfenster / webEdition-Vorschau
   --------------------------------------------------------- */
@media screen and (min-width: 801px) and (max-height: 760px) {
  body.body-start .startPage.startPage-new {
    min-height: 0;
  }
  body.body-start .startPage.startPage-new .portal-private {
    top: 10%;
  }
  body.body-start .startPage.startPage-new .portal-center {
    top: 48.5%;
  }
  body.body-start .startPage.startPage-new .portal-business {
    top: 62%;
  }
  body.body-start .startPage.startPage-new .portal-entry .portal-signet {
    flex-basis: 112px;
    width: 136px;
    height: 112px;
    margin-bottom: 7px;
  }
  body.body-start .startPage.startPage-new .portal-entry .portal-signet img {
    width: 136px;
    height: 112px;
  }
  body.body-start .startPage.startPage-new .portal-title {
    font-size: 19px;
    line-height: 23px;
  }
  body.body-start .startPage.startPage-new .portal-claim {
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
  }
  body.body-start .startPage.startPage-new .portal-name-jan,
  body.body-start .startPage.startPage-new .portal-name-gonell {
    font-size: 44px;
    line-height: 48px;
  }
  body.body-start .startPage.startPage-new .portal-services {
    margin-top: 11px;
    font-size: 16px;
    line-height: 21px;
  }
}
/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */
@media screen and (max-width: 800px) {
  body.body-start .startPage.startPage-new {
    min-height: 640px;
  }
  body.body-start .startPage.startPage-new > a.portal-entry {
    width: 90%;
    max-width: 360px;
  }
  body.body-start .startPage.startPage-new .portal-private {
    top: 5%;
  }
  body.body-start .startPage.startPage-new .portal-center {
    top: 48%;
    width: 92%;
    max-width: 560px;
  }
  body.body-start .startPage.startPage-new .portal-business {
    top: 69%;
  }
  body.body-start .startPage.startPage-new .portal-entry .portal-signet {
    flex-basis: 112px;
    width: 136px;
    height: 112px;
    margin-bottom: 8px;
  }
  body.body-start .startPage.startPage-new .portal-entry .portal-signet img {
    width: 136px;
    height: 112px;
  }
  body.body-start .startPage.startPage-new .portal-name-jan,
  body.body-start .startPage.startPage-new .portal-name-gonell {
    font-size: 43px;
    line-height: 47px;
  }
  body.body-start .startPage.startPage-new .portal-services {
    font-size: 16px;
  }
}
/* ---------------------------------------------------------
   Smartphone
   --------------------------------------------------------- */
@media screen and (max-width: 520px) {
  body.body-start .startPage.startPage-new {
    min-height: 610px;
  }
  body.body-start .startPage.startPage-new .portal-private {
    top: 4%;
  }
  body.body-start .startPage.startPage-new .portal-center {
    top: 47.5%;
    width: 96%;
  }
  body.body-start .startPage.startPage-new .portal-business {
    top: 69%;
  }
  body.body-start .startPage.startPage-new .portal-entry .portal-signet {
    flex-basis: 96px;
    width: 116px;
    height: 96px;
    margin-bottom: 6px;
  }
  body.body-start .startPage.startPage-new .portal-entry .portal-signet img {
    width: 116px;
    height: 96px;
  }
  body.body-start .startPage.startPage-new .portal-title {
    font-size: 18px;
    line-height: 22px;
  }
  body.body-start .startPage.startPage-new .portal-claim {
    font-size: 14px;
    line-height: 18px;
  }
  body.body-start .startPage.startPage-new .portal-name-jan,
  body.body-start .startPage.startPage-new .portal-name-gonell {
    font-size: 38px;
    line-height: 42px;
  }
  body.body-start .startPage.startPage-new .portal-name-jan {
    margin-right: 7px;
  }
  body.body-start .startPage.startPage-new .portal-services {
    margin-top: 10px;
    padding: 0 12px;
    font-size: 15px;
    line-height: 20px;
    white-space: normal;
  }
  body.body-start .startPage.startPage-new .portal-services .portal-dot {
    margin: 0 4px;
  }
}
/* ---------------------------------------------------------
   Touch-Geräte: kein Hover verfügbar.
   Signets deshalb direkt farbig und gut sichtbar darstellen.
   --------------------------------------------------------- */
@media (hover: none), (pointer: coarse) {
  body.body-start .startPage.startPage-new .portal-entry .portal-signet img {
    opacity: 0.92;
    filter: grayscale(0%) brightness(1);
    transform: none;
  }
  body.body-start .startPage.startPage-new .portal-entry .portal-title {
    color: #FFFFFF;
  }
  body.body-start .startPage.startPage-new .portal-entry .portal-claim {
    color: #B9BDC4;
  }
}
/* Bewegungsreduktion */
@media (prefers-reduced-motion: reduce) {
  body.body-start .startPage.startPage-new .portal-signet img {
    transition: none;
  }
}
