

/* ============================================================
   Shop
   ============================================================ */

body[id^="Shop_x_x"] .camera_wrap {
  width: calc(100% - 50px);
  margin: 20px 30px 20px 20px;
}

body[id^="Shop_x_x"] .camera_target {
  border-radius: 20px 20px 0 0;
}

body[id^="Shop_x_x"] .camera_thumbs_cont {
  border-radius: 0 0 20px 20px;
}

body[id^="Shop_x_x"] .camera_thumbs_cont ul li > img {
  border-radius: 10px;
}

body[id^="Shop_x_x"] .dataTables_wrapper .dataTables_filter input {
  width: 85%;
  transition-property: all;
  transition-duration: 1500ms;
}

body[id^="Shop_x_x"] #isearch {
  font-size: 23px;
  color: white;
}

body[id^="Shop_x_x"] .dataTables_wrapper .dataTables_length {
  float: left !important;
  color: white;
  font-weight: bold;
}

body[id^="Shop_x_x"] .dataTables_wrapper .dataTables_filter {
  text-align: right !important;
}

body[id^="Shop_x_x"] .dataTables_wrapper .dataTables_filter input {
  background-color: white;
}

body[id^="Shop_x_x"] select[name="hnj-list_length"] {
  color: white;
  font-weight: bold;
}

body[id^="Shop_x_x"] select[name="hnj-list_length"] option {
  color: black;
  font-weight: bold;
}

body[id^="Shop_x_x"] #hnj-list_filter,
body[id^="Shop_x_x"] #hnj-list_length {
  background-color: var(--bgcol-search);
  border-radius: 15px;
  margin-bottom: 30px;
  line-height: 40px;
  padding: 5px;
  transition-property: all;
  transition-duration: 1500ms;
}

@media (max-width: 814px) {
  body[id^="Shop_x_x"] .camera_wrap {
    width: 100%;
    margin: 10px 0 20px 0;
  }
}

@media only screen and (max-width: 640px) {
  body[id^="Shop_x_x"] #hnj-list_length {
    color: white;
    background-color: transparent;
  }

  body[id^="Shop_x_x"] #hnj-list_length select {
    color: white;
  }

  body[id^="Shop_x_x"] .dataTables_wrapper .dataTables_filter input {
    width: auto;
    transition: 2s !important;
  }
}

@media only screen and (max-width: 357px) {
  body[id^="Shop_x_x"] .dataTables_wrapper .dataTables_filter input {
    width: 30%;
    transition: 2s !important;
  }
}

/* ============================================================
   Federation Light / Grundlayout
   ============================================================ */

body {
  background-color: var(--fed-bg);
  color: var(--fed-text);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

p,
li {
  line-height: 1.55;
  font-size: 16px;
}

h1,
h2,
h3 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--fed-navy);
  font-weight: 800;
  letter-spacing: 0.06em;
}

h1 {
  text-transform: uppercase;
  font-size: 28px;
  margin: 0 0 10px 0;
}

h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 22px 0 8px 0;
}

h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 16px 0 8px 0;
}

/* Menü */
#mwrap {
  background: rgba(11, 42, 74, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

a.mainnav,
#nav10 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.10em;
}

/* Aktiver Menüpunkt */
body[id^="Startseite"]      #nav11 a,
body[id^="Wir_ueber_uns"]   #nav12 a,
body[id^="Service"]         #nav13 a,
body[id^="Projekte"]        #nav14 a,
body[id^="Shop"]            #nav15 a,
body[id^="Veranstaltungen"] #nav16 a,
body[id^="Kontakt"]         #nav17 a {
  color: #FFFFFF;
  border-bottom: 2px solid var(--fed-accent);
  padding-bottom: 6px;
}

/* Papier-Boxen */
div.textblock,
div.smid {
  background: var(--fed-paper);
  border: 1px solid var(--fed-line);
  padding: 18px 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

/* Footer */
#footer {
  color: var(--footer-color);
}

#footer a.mandatory {
  color: var(--fed-navy);
}

#footer a.mandatory:hover {
  color: var(--fed-accent);
}

/* ============================================================
   Headerbereich Nicht-Startseiten
   ============================================================ */

body:not([id="Startseite"]) #add_design_oben {
  position: relative;
  background: var(--fed-bg);
  overflow: hidden;
}

body:not([id="Startseite"]) #add_design_oben:before {
  content: "";
  position: absolute;
  inset: -30px;
  background-image: var(--fed-header-img);
  background-size: cover;
  background-position: center;
  filter: blur(14px) saturate(0.95) brightness(0.78);
  transform: scale(1.12);
  pointer-events: none;
}

body:not([id="Startseite"]) #add_design_oben:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(11, 42, 74, 0.72) 0%,
    rgba(11, 42, 74, 0.38) 100%
  );
  pointer-events: none;
}

/* ============================================================
   Startseite: Slideshow + Caption
   ============================================================ */

body#Startseite #add_design_oben:before,
body[id="Startseite"] #add_design_oben:before {
  content: none !important;
  display: none !important;
}

body#Startseite #add_design_oben,
body[id="Startseite"] #add_design_oben {
  background: var(--fed-bg);
}

body#Startseite #slidecont,
body[id="Startseite"] #slidecont,
body#Startseite #slidecont .camera_target,
body[id="Startseite"] #slidecont .camera_target {
  position: relative;
}

body#Startseite #slidecont .camera_target:after,
body[id="Startseite"] #slidecont .camera_target:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  background: linear-gradient(
    to bottom,
    rgba(11, 42, 74, 0.60) 0%,
    rgba(11, 42, 74, 0.10) 60%,
    rgba(246, 247, 249, 0.85) 100%
  );
}

body#Startseite #slidecont .camera_caption,
body[id="Startseite"] #slidecont .camera_caption {
  position: absolute !important;
  bottom: 22px !important;
  left: 22px !important;
  right: auto !important;
  width: auto !important;
  max-width: min(720px, calc(100% - 44px)) !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  z-index: 20 !important;
  pointer-events: none;
}

body#Startseite #slidecont .camera_caption > div,
body[id="Startseite"] #slidecont .camera_caption > div {
  margin: 0 !important;
  background: rgba(246, 247, 249, 0.62) !important;
  color: rgba(11, 42, 74, 0.82) !important;
  border-left: 3px solid var(--fed-accent) !important;
  padding: 10px 14px;
  border-radius: 6px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  backdrop-filter: blur(14px) saturate(1.15);
  opacity: 1 !important;
  filter: none !important;
  -webkit-filter: none !important;
  text-shadow: none !important;
  z-index: 21 !important;
}

body#Startseite #slidecont .camera_caption > div > p,
body[id="Startseite"] #slidecont .camera_caption > div > p {
  font-size: 16px;
}

body#Startseite #slidecont .camera_caption > div *,
body[id="Startseite"] #slidecont .camera_caption > div * {
  margin: 0 !important;
  color: rgba(11, 42, 74, 0.82) !important;
  opacity: 1 !important;
}

@media (max-width: 640px) {
  body#Startseite #slidecont .camera_caption > div,
  body[id="Startseite"] #slidecont .camera_caption > div {
    padding: 0 10px;
  }

  body#Startseite #slidecont .camera_caption > div > p,
  body[id="Startseite"] #slidecont .camera_caption > div > p {
    font-size: 12px;
  }
}

/* ============================================================
   Kontaktformular
   ============================================================ */



body#Kontakt .cont_form form {
  background: transparent !important;
  width: 100%;
  margin: 0;
}

body#Kontakt #myForm fieldset {
  border: 1px solid var(--fed-line) !important;
  background: var(--fed-paper) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06) !important;
  padding: 10px !important;
}

body#Kontakt #myForm fieldset.okmsg2 {
  border-color: #2e9b53 !important;
}

body#Kontakt #myForm fieldset.errmsg2 {
  border-color: var(--fed-accent) !important;
}

body#Kontakt #myForm legend {
  display: none !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

body#Kontakt #myForm legend.errmsg,
body#Kontakt #myForm legend.okmsg,
body#Kontakt #myForm legend.errmsg2,
body#Kontakt #myForm legend.okmsg2 {
  display: table !important;
  position: relative !important;
  z-index: 2 !important;
  margin: -14px 0 10px 12px !important;
  padding: 6px 10px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  line-height: 1.25;
}

body#Kontakt #myForm legend.errmsg + .fbody,
body#Kontakt #myForm legend.okmsg + .fbody,
body#Kontakt #myForm legend.errmsg2 + .fbody,
body#Kontakt #myForm legend.okmsg2 + .fbody {
  padding-top: 18px !important;
}

body#Kontakt #myForm legend.errmsg,
body#Kontakt #myForm legend.errmsg2 {
  color: var(--fed-accent) !important;
  background: #FDECEF !important;
  border-left: 3px solid var(--fed-accent) !important;
  box-shadow: 0 0 0 4px var(--fed-paper) !important;
}

body#Kontakt #myForm legend.okmsg,
body#Kontakt #myForm legend.okmsg2 {
  color: #2e9b53 !important;
  background: #EAF7EE !important;
  border-left: 3px solid #2e9b53 !important;
  box-shadow: 0 0 0 4px var(--fed-paper) !important;
}

body#Kontakt #myForm fieldset .fbody {
  padding: 10px 12px 12px !important;
  margin: 0 !important;
}

body#Kontakt #myForm label {
  font-weight: 600 !important;
  color: var(--fed-navy) !important;
  letter-spacing: 0.02em;
}

body#Kontakt #myForm input,
body#Kontakt #myForm textarea {
  background: #fff !important;
  color: var(--fed-text) !important;
  border: 1px solid var(--fed-line) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font: 14px "Open Sans", Arial, Helvetica, sans-serif !important;
  padding: 10px 12px !important;
}
body#Kontakt #myForm textarea {width: calc(100% - 24px);}

body#Kontakt #myForm input[id='company'],
body#Kontakt #myForm input[id='phone'],
body#Kontakt #myForm input[id='phone_wide'],
body#Kontakt #myForm input[id='firstname'],
body#Kontakt #myForm input[id='lastname'],
body#Kontakt #myForm input[id='address'],
body#Kontakt #myForm input[id='email'] {
  width: 100% !important;
}

body#Kontakt #myForm input:focus,
body#Kontakt #myForm textarea:focus {
  outline: none !important;
  border-color: rgba(11, 42, 74, 0.80) !important;
  box-shadow: 0 0 0 3px rgba(11, 42, 74, 0.14) !important;
  background-image: none !important;
}

body#Kontakt #myForm input.valid,
body#Kontakt #myForm textarea.valid {
  border-color: rgba(46, 155, 83, 0.85) !important;
  box-shadow: 0 0 0 3px rgba(46, 155, 83, 0.10) !important;
}

body#Kontakt #myForm input.error,
body#Kontakt #myForm textarea.error {
  border-color: rgba(178, 30, 43, 0.85) !important;
  box-shadow: 0 0 0 3px rgba(178, 30, 43, 0.10) !important;
}

body#Kontakt #myForm label.error {
  color: var(--fed-accent) !important;
  font-size: 11px !important;
  line-height: 14px !important;
  font-weight: 600 !important;
  white-space: normal !important;
}

body#Kontakt #dslink {
  color: var(--fed-navy) !important;
  text-decoration: underline;
  font-weight: 700 !important;
}

body#Kontakt #dslink:hover {
  color: var(--fed-accent) !important;
}

body#Kontakt .fileUpload {
  background: rgba(11, 42, 74, 0.92) !important;
  border: 1px solid rgba(11, 42, 74, 0.92) !important;
  color: #fff !important;
  border-radius: 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12) !important;
}

body#Kontakt .fileUpload:hover,
body#Kontakt .fileUpload:focus,
body#Kontakt .fileUpload:active {
  background: rgba(11, 42, 74, 1) !important;
  border-color: rgba(11, 42, 74, 1) !important;
  color: #fff !important;
  box-shadow: 0 0 0 3px rgba(11, 42, 74, 0.18), 0 10px 18px rgba(0, 0, 0, 0.12) !important;
}

body#Kontakt #fupld2_sel_files {
  margin-top: 6px;
  color: var(--fed-text);
}

body#Kontakt #fupld2_sel_files .fstype {
  color: #6b7280;
}

body#Kontakt input#captcha {
  width: 100px !important;
  top: -5px;
}

body#Kontakt .realperson-text {
  color: var(--fed-navy) !important;
}
.realperson-challenge {margin-right:0 !important;}

body#Kontakt .realperson-regen {
  color: var(--fed-accent) !important;
}

body#Kontakt #myForm input.button {
  background: rgba(11, 42, 74, 0.92) !important;
  border: 1px solid rgba(11, 42, 74, 0.92) !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 10px 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  cursor: pointer;
}

body#Kontakt #myForm input.button:hover {
  background: rgba(11, 42, 74, 1) !important;
  border-color: rgba(11, 42, 74, 1) !important;
  box-shadow: 0 0 0 3px rgba(11, 42, 74, 0.18) !important;
}

@media (max-width: 948px) {
  body#Kontakt #myForm fieldset {
    padding: 8px !important;
  }

  body#Kontakt #myForm fieldset .fbody {
    padding: 10px !important;
  }

}

@media (max-width: 530px) {
  body#Kontakt .cont_form {
    margin: 10px 5px 20px 5px;
  }
}
@media (max-width: 360px) {
  body#Kontakt #myForm {
    left: -22px !important;
	position: relative !important;
	width: calc(100% + 44px) !important;
  }
}

/* ============================================================
   Header: Warenkorb + Sprachumschalter
   ============================================================ */

header #wrap_header_area > form {
  position: fixed;
  top: 8px;
  right: 14px;
  z-index: 101;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 4px 6px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(10, 18, 28, 0.22);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

header #wrap_header_area > form #ahc {
  display: none;
}

header #wrap_header_area > form .hcart,
header #wrap_header_area > form .lnbut,
header #wrap_header_area > form .llnbut {
  position: static;
  top: auto;
  right: auto;
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 32px;
  min-width: 32px;
  margin: 0;
  padding: 0 10px;
  border-radius: 999px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

header #wrap_header_area > form .hcart {
  padding: 0 11px;
  font-size: 19px;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
}

header #wrap_header_area > form .hcart:hover,
header #wrap_header_area > form .hcart:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  outline: none;
}

header #wrap_header_area > form .hcart .fa {
  position: relative;
}

header #wrap_header_area > form #item_nb {
  position: absolute;
  top: -5px;
  right: -9px;
  left: auto;

  width: 16px;
  min-width: 16px;
  height: 16px;
  padding: 0;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #b21e2b;
  color: #fff;
  border: 0;

  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.35);
}

header #wrap_header_area > form #item_nb.empty {
  background: rgba(255,255,255,0.92);
  color: #111;
  border: 1px solid rgba(0,0,0,0.18);
}

header #wrap_header_area > form .lnbut {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #c83a46;
  font-weight: 700;
  cursor: pointer;
  transition:
    background-color .18s ease,
    color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

header #wrap_header_area > form .lnbut:hover,
header #wrap_header_area > form .lnbut:focus {
  background: rgba(178, 30, 43, 0.82);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
  outline: none;
}

header #wrap_header_area > form .llnbut {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  cursor: default;
  user-select: none;
}

@media (max-width: 640px) {
  header #wrap_header_area > form {
    top: 8px;
    right: 10px;
    gap: 6px;
    padding: 5px 6px;
  }

  header #wrap_header_area > form .hcart,
  header #wrap_header_area > form .lnbut,
  header #wrap_header_area > form .llnbut {
    height: 28px;
    min-width: 30px;
    padding: 0 5px;
    font-size: 10px;
  }

  header #wrap_header_area > form .hcart {
    font-size: 15px;
    padding: 0 5px;
  }

  header #wrap_header_area > form #item_nb {
    top: -2px;
    right: -5px;
    left: auto;

    width: 10px;
    min-width: 10px;
    height: 10px;
    padding: 0;

    font-size: 8px;
    line-height: 1;
    font-weight: 500;
  }
}

/* ============================================================
   Startseite: 3 Teaser unter der Slideshow
   nutzt sleft / smid / sright
   ============================================================ */

body#Startseite #maincont_inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 30px 25px 36px 25px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body#Startseite #maincont_inner > .sleft,
body#Startseite #maincont_inner > .smid,
body#Startseite #maincont_inner > .sright {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  min-width: 0;
  box-sizing: border-box;
}

body#Startseite .home-teaser,
body#Startseite .home-teaser-link,
body#Startseite .home-teaser-body {
  min-width: 0;
  box-sizing: border-box;
}

body#Startseite .home-teaser {
  height: 100%;
}

body#Startseite .home-teaser-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid var(--fed-line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

body#Startseite .home-teaser-link:hover,
body#Startseite .home-teaser-link:focus {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
  border-color: rgba(11, 42, 74, 0.18);
  outline: none;
}

body#Startseite .home-teaser-media {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #dfe5ea;
}

body#Startseite .home-teaser-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

body#Startseite .home-teaser-link:hover .home-teaser-media img,
body#Startseite .home-teaser-link:focus .home-teaser-media img {
  transform: scale(1.06);
}

body#Startseite .home-teaser-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 230px;
  padding: 18px 20px 22px 20px;
}

body#Startseite .home-teaser-kicker {
  display: inline-block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fed-accent);
}

body#Startseite .home-teaser-title {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--fed-navy);
}

body#Startseite .home-teaser-text {
  display: block;
  flex-grow: 1;
  color: var(--fed-text);
  font-size: 15px;
  line-height: 1.6;
}

body#Startseite .home-teaser-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--fed-navy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body#Startseite .home-teaser-more::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  transition: transform .2s ease;
}

body#Startseite .home-teaser-link:hover .home-teaser-more::after,
body#Startseite .home-teaser-link:focus .home-teaser-more::after {
  transform: translateX(3px);
}

@media (max-width: 980px) {
  body#Startseite #maincont_inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body#Startseite .home-teaser-link {
    flex-direction: row;
    min-height: 0;
  }

  body#Startseite .home-teaser-media {
    flex: 0 0 40%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: auto;
  }

  body#Startseite .home-teaser-body {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    padding: 22px 24px;
  }
}

@media (max-width: 640px) {
  body#Startseite #maincont_inner {
    grid-template-columns: 1fr;
    padding: 18px 10px 26px 10px;
    gap: 16px;
  }

  body#Startseite .home-teaser-link {
    flex-direction: column;
    min-height: 0;
  }

  body#Startseite .home-teaser-media {
    flex: none;
    width: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  body#Startseite .home-teaser-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body#Startseite .home-teaser-body {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 16px 16px 18px 16px;
  }

  body#Startseite .home-teaser-title {
    font-size: 21px;
  }

  body#Startseite .home-teaser-text {
    font-size: 14px;
    line-height: 1.55;
  }
}

/* ============================================================
   Desktop-Unterseitenmenü links
   flach, kantig, ruhiger
   ============================================================ */
@media (min-width: 1099px) {

  .threecol .lfa {
    overflow: visible;
  }
  
  .left_sub {
    position: fixed;
    margin-top: 72px;
    width: 160px;
    z-index: 400;
  }

  .left_sub > span {
    display: block;
  }

  .left_sub a.menu {
    display: block;
    margin: 0 0 8px 0;
    padding: 10px 5px 10px 5px;

    background: #ffffff;
    background-image: none;
    border: 1px solid var(--fed-line);
    border-left: 3px solid transparent;
    border-radius: 0;
    box-shadow: none;

    color: var(--fed-navy);
    text-align: left;
    text-decoration: none;
    text-transform: none;

    font-size: 12px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.01em;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .left_sub a.menu span {
    display: block;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .left_sub a.menu:hover {
    background: #f6f7f9;
    background-image: none;
    border-color: #cfd6dd;
    border-left-color: var(--fed-accent);
    color: var(--fed-navy);
    box-shadow: none;
  }
}

