@font-face {
  font-family: "Inter V 20 Latin";
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter V 20 Latin 700";
  src: url("../fonts/inter-v20-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter V 20 Latin 600";
  src: url("../fonts/inter-v20-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter V 20 Latin 300";
  src: url("../fonts/inter-v20-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter V 20 Latin";
  src: url("../fonts/inter-v20-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --dk-blau: #005496;
  --dl-rot: #ce1344;
  --dk-abschattung: #000c;
  --dk-textfarbe: #545252;
  --dk-hellgrau-2: #54525285;
  --dk-hellgrau: #f1f0f0;
  --schattenfarbe: #54525217;
  --dk-beige: #f2dfaa;
  --dk-beige-hell: #f2dfaa5c;
  --white: #ffffffba;
  --radiant-ui-components-library-marketplace--color--white: white;
  --relume-library-lite--rl-black: black;
  --black: black;
  --relume-library-lite--rl-white: white;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --accessible-components--dark-grey: #9b9b9b;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Inter V 20 Latin", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

a {
  color: var(--dk-blau);
  text-decoration: none;
}

a:hover {
  color: var(--dl-rot);
}

.mainwrapper {
  background-color: #fff;
  border: 1px #000;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.navcontainer {
  z-index: 4;
  opacity: 1;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
}

.image {
  width: 170px;
  margin-left: 51px;
}

.container {
  opacity: 1;
  background-color: #ffffffd6;
  border: 1px solid #54525200;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation {
  background-color: #dddddda1;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.dk-logo {
  width: 170px;
  margin-left: 5rem;
  display: inline-block;
}

.nav-menu {
  flex: 0 auto;
  order: 1;
  margin-right: 3%;
  display: block;
}

.logo {
  flex: 1;
}

.navtypo {
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.navtypo:hover {
  color: var(--dl-rot);
}

.navtypo.w--current {
  color: var(--dl-rot);
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
}

.body {
  clear: left;
  color: var(--dk-blau);
  background-color: #dbdbdb;
  border: 1px solid #54525254;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

.body:focus {
  color: var(--dl-rot);
}

.herocontainer {
  background-image: url("../images/herobild-computertraining.jpg");
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 450px;
  margin: 4.5rem auto 0;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.herocontainer.computertraining {
  justify-content: flex-start;
}

.image-3 {
  width: auto;
}

.titel-computertrainings {
  width: 20%;
  margin-right: 30px;
}

.linie {
  background-color: #fff;
  width: 2px;
  height: 120px;
}

.titel-container {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 140px;
  display: flex;
}

.titel-unternehmensberatung {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.footer {
  background-color: var(--dk-abschattung);
  justify-content: center;
  align-items: center;
  height: auto;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.footertext {
  color: #fff;
  text-align: center;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  max-width: 1280px;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-titel {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: Inter, Arial, sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 92px;
  display: block;
}

.hero-titel.test {
  position: relative;
  bottom: 330px;
}

.hero-titel.ub {
  margin-bottom: 125px;
}

.hero {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000001a;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 45vh;
  min-height: auto;
  margin: 4.5rem auto 0;
  padding: 0% 5%;
  display: flex;
}

.hero.ub {
  background-image: url("../images/hero-unternehmensberatung.jpg");
  background-size: cover;
}

.hero.kontakt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(#0000004a, #0000004a), url("../images/hero-kontakt.jpg");
  background-position:
    0 0,
    0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
}

.hero.redsys {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: url("../images/hero_redaktionssysteme.jpg");
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
}

.hero.publishing {
  aspect-ratio: 2;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  height: auto;
  position: relative;
}

.hero.training {
  aspect-ratio: auto;
  background-image: url("../images/herobild-computertraining.jpg");
  background-position: 0 0;
  background-size: cover;
}

.hero.microsoft {
  aspect-ratio: 2.39;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.inhalt {
  background-color: #0000;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.seitentitel {
  color: var(--dk-blau);
  text-align: left;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.seitentitel.rot {
  color: var(--dl-rot);
  margin-top: 0;
  margin-right: 58px;
}

.seitentitel.rot.ub {
  margin-right: 4px;
}

.seitentitel.formhalber {
  text-align: center;
  height: auto;
}

.seitentitel.bereiche,
.seitentitel.redsys {
  text-align: left;
}

.intro-text {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding-right: 0;
}

.p-grundtext {
  color: var(--dk-textfarbe);
  text-align: left;
  margin-bottom: 5px;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.p-grundtext.abschluss {
  margin-bottom: 69px;
}

.p-grundtext.adresse {
  color: var(--dk-abschattung);
  margin-bottom: 10px;
  padding-left: 0;
}

.p-grundtext.datenschutz {
  width: 84%;
  font-size: 14px;
  line-height: 19px;
}

.p-grundtext.redsys {
  text-align: left;
}

.p-grundtext.progbeschreibung {
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 0.8rem;
  line-height: 128%;
}

.trainings-block {
  background-color: var(--dk-hellgrau);
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 33px;
  font-family:
    Open Sans,
    sans-serif;
  display: flex;
}

.h2 {
  text-align: left;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
}

.trainingsblock-text {
  margin-left: 395px;
  margin-right: 215px;
  display: flex;
}

.button-block {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 59px;
  padding-left: 60px;
  display: flex;
  position: static;
}

.button-ct {
  background-color: #f2dfaa;
  border-radius: 10px;
  flex: none;
  width: 205px;
  height: 150px;
  margin-left: -1px;
  margin-right: 26px;
}

.button-ct.rs {
  cursor: pointer;
  margin-top: 0;
  padding-top: 30px;
}

.button-ct.rs:hover {
  box-shadow: 1px 1px 3px 4px var(--schattenfarbe);
}

.button-ct.rs.ks {
  padding-top: 20px;
}

.button-ct.wp {
  cursor: pointer;
  padding-top: 30px;
}

.button-ct.wp:hover {
  box-shadow: 1px 1px 3px 4px var(--schattenfarbe);
}

.button-ct.wp.kk {
  padding-top: 20px;
}

.button-ct.ms {
  cursor: pointer;
  padding-top: 30px;
}

.button-ct.ms:hover {
  box-shadow: 1px 1px 3px 4px var(--schattenfarbe);
}

.button-ct.ms.c {
  padding-top: 20px;
}

.button-ct.at {
  background-color: var(--dk-beige);
  cursor: pointer;
  padding-top: 30px;
}

.button-ct.at:hover {
  box-shadow: 1px 1px 3px 4px var(--schattenfarbe);
}

.button-ct.at.m {
  padding-top: 47px;
}

.buttons-links,
.buttons-rechts {
  display: flex;
}

.button-text {
  color: var(--dk-blau);
  text-align: center;
  margin-bottom: 19px;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.button-text.ub {
  margin-bottom: 10px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 22px;
}

.button-text-mehr {
  color: var(--dl-rot);
  text-align: center;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.person {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  padding: 0 5rem;
  display: flex;
}

.ines-bild {
  border-radius: 10px;
  width: 22rem;
  height: 10rem;
  margin-left: 0;
}

.personen-text {
  width: 43rem;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.personen-head {
  color: var(--dk-blau);
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.personen-head.ub {
  margin-bottom: 8px;
}

.grundtext-rot {
  color: var(--dl-rot);
}

.formblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 0 #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 87%;
  margin: 0 auto;
  padding: 28px 5% 27px;
  display: flex;
}

.formblock.kontakt {
  flex-direction: row;
  align-items: center;
}

.form-head {
  color: var(--dk-blau);
  text-align: right;
  margin: 0 auto;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
}

.form-head.kontakt {
  color: var(--dk-blau);
  text-align: left;
  width: 19.5rem;
  margin: -4px 0 0;
  font-weight: 300;
}

.form-head.kontakt.danke {
  text-wrap: balance;
  line-height: 115%;
}

.form-block {
  width: 500px;
  margin-bottom: 0;
  display: block;
}

.text-field {
  background-color: var(--dk-beige-hell);
  margin-bottom: 21px;
}

.feldnamen {
  color: var(--dk-textfarbe);
  margin-bottom: -31px;
  margin-left: 15px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-field-2 {
  background-color: var(--dk-beige-hell);
  height: 40px;
  margin-bottom: 21px;
  line-height: 30px;
}

.text-field-2.anliegen {
  height: 90px;
  margin-bottom: 12px;
  line-height: 80px;
}

.submit-button {
  background-color: var(--dk-beige-hell);
  color: var(--dk-blau);
  border: 1px solid #54525247;
  border-radius: 0;
  width: 210px;
  font-family:
    Open Sans,
    sans-serif;
  font-weight: 400;
}

.submit-button:hover {
  background-color: var(--dl-rot);
  color: #fff;
}

.div-block {
  background-color: var(--dk-blau);
}

.image-4 {
  width: 100%;
  margin-right: 0;
  font-family: "Inter V 20 Latin", Arial, sans-serif;
}

.linkblock-ct {
  width: auto;
  margin-right: 23px;
}

.linkblock-ub {
  margin-left: 23px;
  margin-right: 60px;
}

.abschattung {
  z-index: 2;
  background-color: var(--dk-abschattung);
  width: 100%;
  height: 2000px;
  min-height: 100vh;
  display: none;
  position: absolute;
  overflow: scroll;
}

.overlay-rs {
  z-index: 3;
  background-color: #fff;
  width: 900px;
  height: 80vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-left: 210px;
  padding-right: 90px;
  display: block;
  position: fixed;
  inset: 80px 0% 0;
  overflow: scroll;
}

.subheads {
  color: var(--dk-blau);
  font-size: 22px;
  line-height: 36px;
}

.grundtext-blau {
  color: var(--dk-blau);
}

.image-5 {
  max-width: 120%;
  margin-left: -48px;
}

.image-6 {
  margin-bottom: 37px;
  display: block;
}

.overlay-wp {
  z-index: 3;
  background-color: #fff;
  width: 900px;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 210px;
  padding-right: 90px;
  display: none;
  position: fixed;
  inset: 80px 0% auto;
  overflow: scroll;
}

.overlay-wp.ub {
  display: block;
}

.image-7 {
  margin-left: -24px;
  display: block;
}

.overlay-ms {
  z-index: 3;
  background-color: #fff;
  width: 900px;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 210px;
  padding-right: 90px;
  display: none;
  position: fixed;
  inset: 80px 0% auto;
  overflow: scroll;
}

.overlay-ms.ub {
  display: block;
}

.image-8 {
  margin-left: -20px;
}

.overlay-at {
  z-index: 3;
  background-color: #fff;
  width: 900px;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 210px;
  padding-right: 90px;
  display: none;
  position: fixed;
  inset: 80px 0% auto;
  overflow: scroll;
}

.overlay-at.ub {
  display: block;
}

.div-block-2 {
  background-color: #bdb4b4;
  width: 500px;
  height: 300px;
  margin-left: auto;
  margin-right: 207px;
}

.button {
  background-color: var(--dk-blau);
  color: var(--white);
  border-radius: 20px;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 1rem;
  overflow: clip;
}

.button:hover {
  background-color: var(--dl-rot);
  color: #fff;
  transform: scale(1.1);
}

.button.titel {
  background-color: var(--dk-blau);
  border: 1px solid #f8f5f5;
  width: 10rem;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.8rem;
}

.button.titel:hover {
  background-color: var(--dl-rot);
}

.button.fragen {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  padding: 10px 15px;
  font-size: 0.9rem;
}

.button.fragen:hover {
  transform: scale(1);
}

.image-9 {
  margin-bottom: 39px;
}

.div-block-3 {
  padding-top: 0;
  display: none;
  top: 80px;
}

.div-block-3.ub {
  display: block;
}

.button-halter {
  cursor: pointer;
  height: 50px;
  margin-right: -90px;
  display: block;
  position: relative;
}

.fenster-aus {
  background-color: var(--dk-blau);
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.liste-ub {
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: disc;
}

.list-item {
  list-style-type: disc;
}

.kundenlogos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 47px;
  display: flex;
}

.overlay-ks {
  z-index: 3;
  background-color: #fff;
  width: 900px;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 210px;
  padding-right: 90px;
  display: none;
  position: fixed;
  inset: 80px 0% auto;
  overflow: scroll;
}

.overlay-kk {
  z-index: 3;
  background-color: #fff;
  width: 900px;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 210px;
  padding-right: 90px;
  display: none;
  position: fixed;
  inset: 80px 0% auto;
  overflow: scroll;
}

.overlay-cfv {
  z-index: 3;
  background-color: #fff;
  width: 900px;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 210px;
  padding-right: 90px;
  display: none;
  position: fixed;
  inset: 80px 0% auto;
  overflow: scroll;
}

.overlay-m {
  z-index: 3;
  background-color: #fff;
  width: 900px;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 210px;
  padding-right: 90px;
  display: none;
  position: fixed;
  inset: 80px 0% auto;
  overflow: scroll;
}

.image-10 {
  margin-bottom: 36px;
}

.image-11 {
  margin-bottom: 29px;
}

.image-12 {
  margin-bottom: 40px;
}

.formhalber {
  width: 70%;
  height: 300px;
}

.html-embed {
  height: 300px;
}

.feldbeschreibung {
  color: var(--dk-hellgrau-2);
  margin-bottom: -28px;
  padding-left: 12px;
  font-family:
    Open Sans,
    sans-serif;
  font-weight: 400;
}

.anliegenfeld {
  background-color: var(--dk-beige-hell);
  height: 100px;
  margin-bottom: 27px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 12px;
}

.form-block-2 {
  background-color: var(--dk-beige-hell);
  width: 50%;
  height: 500px;
}

.form-block-2.kontakt {
  background-color: #0000;
  height: auto;
}

.namensfeld,
.e-mail-feld {
  background-color: var(--dk-beige-hell);
  margin-bottom: 19px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 12px;
}

.absenden {
  background-color: var(--dk-beige);
  color: var(--dk-blau);
  width: 200px;
  margin-top: 6px;
  font-family:
    Open Sans,
    sans-serif;
  font-weight: 400;
  display: inline-block;
}

.anlliegenfeld {
  background-color: var(--dk-beige-hell);
  margin-bottom: 20px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 12px;
}

.check-ct {
  color: var(--dk-textfarbe);
  font-family:
    Open Sans,
    sans-serif;
}

.checkbox-field {
  margin-bottom: 15px;
}

.impressum {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.adressblock {
  width: 35%;
  margin-left: 80px;
  margin-right: 34px;
}

.datenschutz {
  width: 50%;
}

.fotocredit {
  color: var(--dk-textfarbe);
  font-family:
    Open Sans,
    sans-serif;
}

.fotocredit-link {
  color: var(--dk-textfarbe);
  font-style: normal;
  text-decoration: none;
}

.fotocredit-link:hover {
  color: var(--dl-rot);
}

.kontakt-ines {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-4 {
  height: 80px;
}

.div-block-5,
.div-block-6,
.div-block-7 {
  height: 60px;
}

.div-block-8 {
  height: 100px;
}

.linkfooter {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.div-block-9 {
  object-fit: cover;
  width: 30%;
}

.uteblockmail {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  margin-bottom: 35px;
  padding-top: 0;
  padding-left: 80px;
  display: flex;
}

.bildute {
  margin-right: 0;
}

.image-13 {
  width: 90px;
  height: 90px;
  margin-right: 1px;
}

.e-mail {
  color: var(--dk-blau);
  font-family:
    Open Sans,
    sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 23px;
  text-decoration: none;
}

.link-2 {
  cursor: pointer;
  text-decoration: none;
}

.image-14 {
  width: 90px;
  height: 90px;
}

.kontaktute {
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.bildinesklein {
  margin-right: 25px;
}

.kontaktpeter {
  align-items: flex-start;
  display: flex;
}

.bildpeterklein,
.bildpeter {
  margin-right: 25px;
}

.videoblock {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  font-size: 1em;
  line-height: 1.3;
  display: flex;
}

.interred-logo {
  width: 34em;
  margin-top: 4em;
}

.vid-h1 {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 3em;
  font-weight: 600;
}

.wub-logo {
  width: 12em;
  margin-top: 5em;
}

.grid {
  grid-template-columns: 50% 50%;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  max-width: 80%;
  margin-top: 3em;
  margin-bottom: 5em;
}

.card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20em;
  display: flex;
}

.card-image {
  box-shadow: 0 1px 3px 0 var(--dk-hellgrau-2);
  margin-bottom: 0.5em;
}

.card-image:hover {
  color: var(--dk-abschattung);
}

.card-text {
  color: var(--dk-abschattung);
  align-self: flex-start;
  font-size: 1em;
  line-height: 1.3;
}

.card-text:hover,
.card-link:hover {
  color: var(--dk-abschattung);
}

.bold-text,
.bold-text-2,
.bold-text-3 {
  font-weight: 600;
}

.rl-padding-section-large {
  padding-top: 1rem;
  padding-bottom: 7rem;
}

.rl_layout250_spacing-block-1 {
  width: 100%;
  padding-bottom: 2.4rem;
}

.rl_layout250_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: "Inter V 20 Latin", Arial, sans-serif;
}

.cardbox {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition-property: transform, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  overflow: hidden;
  box-shadow: 0 2px 12px #0000001a;
}

.cardbox:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px #00000026;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: 0.25rem 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-heading-style-h5 {
  color: var(--dk-blau);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.rl_layout250_spacing-block-4 {
  flex: 1;
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout250_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout250_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start;
  width: 100%;
  display: grid;
}

.rl_layout250_component {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.rl_layout250_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.trainingsbereich {
  background-color: var(--schattenfarbe);
  flex-flow: column;
  margin-bottom: 0;
  padding: 0 5rem;
  display: flex;
}

.rl-heading-style-h3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-padding-global {
  padding-left: 7%;
  padding-right: 8%;
}

.rl_home4-features_image-wrapper {
  width: 100%;
  position: relative;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.cardbutton {
  background-color: #005496;
  border-radius: 20px;
  font-family: "Inter V 20 Latin", Arial, sans-serif;
}

.cardbutton:hover {
  color: var(--white);
  background-color: #c90538;
}

.div-block-10 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout250_spacing-block-5 {
  width: 100%;
  padding-bottom: 0.6rem;
}

.intro {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-wrap: balance;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 5rem;
  padding-right: 5%;
  display: flex;
}

.training-bild {
  width: 33%;
}

.bild-training {
  aspect-ratio: 1;
  object-fit: cover;
  width: auto;
  max-width: 40%;
  max-height: 290px;
}

.textboxcard {
  flex-flow: column;
  align-items: flex-start;
  padding: 15px 24px;
  display: flex;
}

.cardbox_image {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  position: relative;
}

.cardbox_image:hover {
  transform: scale(1.05);
}

.textcard {
  color: var(--black);
  text-wrap: balance;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

.hero-title {
  color: var(--white);
  text-align: center;
  text-wrap: balance;
  width: 80%;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: -15px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(1.8rem, 7vw + 1rem, 6rem);
  font-weight: 100;
  line-height: 100%;
}

h2.hero-subtitle {
  color: var(--white);
  text-align: left;
  text-wrap: balance;
  width: 70%;
  margin-top: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 100;
  line-height: 120%;
}

h2.hero-subtitle.start {
  text-align: center;
}

.background-video {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.container-2 {
  width: 100vh;
  max-width: 1280px;
}

.background-video-3 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.bg-video {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1280px;
  height: 45rem;
  max-height: none;
  margin-top: 4.5rem;
  display: flex;
}

.stibo {
  width: 30%;
  margin-bottom: 0%;
}

.interred {
  width: 50%;
}

.hero_block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.textanfang {
  color: var(--dk-blau);
  font-family: "Inter V 20 Latin", Arial, sans-serif;
}

.heading {
  font-size: clamp(12px, 2.5vw, 24px);
}

.heading-2 {
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
}

.h2-redsys {
  color: var(--dk-blau);
  margin-top: 0;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: clamp(16px, 5vw, 24px);
  line-height: 110%;
}

.kundenbereich {
  background-color: var(--schattenfarbe);
  padding: 2rem 5rem;
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: 0.5rem 1rem;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: 0.5rem;
}

.rl_navbar1_link {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
  padding: 0.5rem 1rem;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link.w--current {
  color: #000;
}

.rl_navbar1_link-text {
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 1.2rem;
}

.rl_navbar1_logo {
  max-width: 90%;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component {
  border-bottom: 1px none var(--relume-library-lite--rl-black);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.rl_navbar1_button {
  border: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--dk-blau);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  border-radius: 20px;
  padding: 0.5rem 1.25rem;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button:hover {
  background-color: var(--dl-rot);
  color: var(--relume-library-lite--rl-white);
}

.rl_navbar1_dropdown-toggle {
  color: var(--relume-library-lite--rl-black);
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: 0.5rem 1.25rem;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_logo-link {
  padding-left: 0;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.body-2 {
  background-color: #dbdbdb;
}

.programmbereich {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  padding: 2rem 0;
  display: flex;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Inter;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-accordion-v-six {
  padding-top: 50px;
}

.rt-accordion-answer-wrap {
  background-color: #f4f4fc;
  display: flex;
  position: static;
  overflow: hidden;
}

.rt-home-three-accordion-answer {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 20px;
}

.rt-home-three-accordion-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.rt-home-three-accordions {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.rt-home-three-accordion-block {
  background-color: #f4f4fc;
  border-radius: 10px;
  width: 100%;
  padding: 20px 50px;
}

.rt-home-three-accordion-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-home-three-accordion-wrap-heading {
  margin-bottom: 50px;
}

.rt-question-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-home-three-accordion-question {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.rt-minus {
  position: absolute;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-radius-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-home-one-progress-text-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-home-one-progress-main-heading {
  border-bottom: 1px solid var(--radiant-ui-components-library-marketplace--color--heading-dark);
  padding-bottom: 10px;
}

.rt-home-one-progress-text-item {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  background-color: #89b8ff;
  border-radius: 10px;
  padding: 20px 40px;
}

.rt-home-one-progress-text-item.rt-top-mergin {
  margin-top: -20px;
}

.rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-one {
  background-color: #adceff;
}

.rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-three {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-two {
  background-color: #89b8ff;
}

.rt-home-one-progress-details {
  padding-top: 20px;
  overflow: hidden;
}

.rt-home-one-progress-paragraph {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  max-width: 415px;
  padding-top: 10px;
}

.rt-home-one-progress-image-wrapper {
  position: relative;
}

.rt-home-one-progress-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-one-progress-number-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.rt-home-one-progress-image {
  padding-top: 60px;
  padding-left: 20px;
}

.rt-change-padding-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-home-one-progress-heading {
  max-width: 479px;
  padding-bottom: 20px;
}

.rt-auto-fit-8 {
  object-fit: cover;
}

.rt-auto-fit-8.rt-radius-ten {
  border-radius: 10px;
}

.rt-auto-fit-8.rt-radius-ten.rt-position-relative {
  z-index: 1;
  position: relative;
}

.rt-body-font-11 {
  letter-spacing: 0;
}

.rt-body-font-11.rt-change-style {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 500;
}

.rt-home-one-progess-image-main {
  border-radius: 8px;
  overflow: hidden;
}

.rt-home-one-client-image-background {
  background-color: #d2efff;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
  transform: rotate(-6.2deg);
}

.rt-position-relative {
  position: relative;
}

.image-16 {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  padding-top: 10px;
}

.abstand-l {
  height: 2vh;
}

.abstand-xl {
  height: 3vh;
}

.kontaktblock {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  background-color: var(--schattenfarbe);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px 3.4rem 0 5.2rem;
  display: flex;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible,
.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible,
.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible,
.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.programm-wrap {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  border-color: var(--dk-blau);
  background-color: var(--white);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 54%;
  margin-left: 10.5rem;
  margin-right: auto;
  display: flex;
}

.proglogocontainer {
  background-color: #a3a3a3;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 19rem;
  display: flex;
}

.programmlogo {
  width: 5rem;
}

.textwrap {
  width: 69rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.progname {
  color: var(--dk-blau);
  margin-top: 0;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: clamp(16px, 5vw, 24px);
  line-height: 110%;
}

.bildcontainer {
  background-image: url("../images/placeholder-image.svg");
  background-position: 50%;
  background-size: cover;
  width: 13rem;
  height: 10.5rem;
}

.background-video-4 {
  width: 100vw;
  height: 45rem;
}

.hero-bg {
  aspect-ratio: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid-3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.body-3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.logo-image {
  width: 5rem;
  height: 5rem;
}

.prog-logos {
  width: 60%;
}

.wrapping {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.bground {
  aspect-ratio: 16 / 9;
  position: absolute;
  inset: 0% 0% auto;
}

.image-17 {
  z-index: 1;
  aspect-ratio: 2;
  flex: 0 auto;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-3 {
  z-index: 2;
  position: relative;
}

.image-18 {
  z-index: 2;
  aspect-ratio: 2;
  width: 60%;
  position: relative;
  top: auto;
  bottom: auto;
}

.bg_img_publishing {
  aspect-ratio: 2;
  position: absolute;
  inset: 0% 0% auto;
}

.prog_logos {
  z-index: 2;
  width: 80%;
  position: relative;
}

.hero_redaktionssysteme {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  aspect-ratio: 2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  max-width: 1280px;
}

.bg_redaktionssysteme {
  aspect-ratio: 2;
  position: absolute;
  inset: 0% 0% auto;
}

.verlage-1 {
  z-index: 1;
  width: 90%;
  position: absolute;
}

.verlage-1._1 {
  opacity: 1;
  vertical-align: baseline;
}

.verlage-1._2 {
  opacity: 1;
  transition: opacity 0.2s;
}

.verlage-2 {
  z-index: 1;
  opacity: 1;
  width: 90%;
  position: absolute;
}

.verlage-2._1 {
  opacity: 1;
  vertical-align: baseline;
}

.verlage-2._2 {
  opacity: 1;
  transition: opacity 0.2s;
}

.verlage-3 {
  max-width: none;
  height: 70%;
  position: relative;
}

.verlage-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-19 {
  width: 90%;
  position: relative;
}

.bg-img-ms {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto;
}

.ms-logo {
  z-index: 1;
  width: 50%;
  position: relative;
}

.prog-card-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  display: grid;
}

.prog-card {
  transition:
    transform 0.2s ease,
    box-shadow undefined undefined;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 12px #0000001a;
}

.prog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px #00000026;
}

.prog-card-img {
  object-fit: cover;
  width: 100%;
  height: 180px;
  transition: transform 0.2s;
  display: block;
}

.prog-card:hover .prog-card-img {
  transform: scale(1.05);
}

.prog-card-body {
  grid-row-gap: 0rem;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
}

.prog-card-tags {
  grid-column-gap: 0.5rem;
  flex-direction: row;
  margin-bottom: 0.5rem;
  display: flex;
}

.prog-card-tag {
  color: #1b4498;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #e3ecfc;
  border: 1.5px solid #b6c8ed;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 2px 10px;
  font-family: "Inter V 20 Latin", Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
}

.prog-card-tag.alt {
  color: #2c2c96;
  background-color: #e3e3f7;
  border-color: #b9b9e4;
}

.prog-card-tag.is-red {
  background-color: var(--schattenfarbe);
}

.prog-card-title-row {
  grid-column-gap: 0.75rem;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.prog-card-logo {
  object-fit: contain;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
}

.prog-card-title {
  color: #1b2532;
  margin-bottom: 14px;
  font-family: "Inter V 20 Latin", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.prog-card-title:hover {
  color: #005496;
}

.prog-card-desc {
  color: #5c6570;
  flex-grow: 1;
  margin-bottom: 0;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
}

.prog-card-footer {
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 0.75rem;
  display: flex;
}

.prog-card-duration {
  grid-column-gap: 0.3rem;
  color: #737e8c;
  align-items: center;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 0.85rem;
  display: flex;
}

.prog-card-link {
  color: #005494;
  font-family: "Inter V 20 Latin", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.prog-section-head {
  text-align: center;
  width: 100%;
  margin-bottom: 2.5rem;
}

.prog-section-title {
  color: #1b2532;
  margin-bottom: 0.75rem;
  font-family: "Inter V 20 Latin", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
}

.prog-section-subtitle {
  color: #67727e;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Inter V 20 Latin 300", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.prog-section-wrapper {
  box-sizing: border-box;
  background-color: #f3f4f7;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 4rem 5%;
  display: flex;
}

.code-embed {
  width: 100%;
  height: 100%;
  position: static;
  inset: 0% 0% auto auto;
}

.bold-text-4 {
  background-color: var(--white);
  font-weight: 300;
}

.form_inhalt {
  width: 100%;
  height: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  position: relative;
  overflow: hidden;
}

.intro_mit_bild {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 19.5rem;
  display: flex;
}

.kontakt_bild {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .hero.publishing {
    background-image: url("../images/herobild-publishing.avif");
  }

  .hero.microsoft {
    background-image: url("../images/bg-MS-2.webp");
    background-position: 50%;
    background-size: cover;
  }

  .p-grundtext.progbeschreibung {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .formblock {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-head.kontakt {
    text-align: left;
    width: 100%;
  }

  .button.titel {
    background-color: #014174;
  }

  .button.titel:hover {
    background-color: var(--dl-rot);
  }

  .impressum {
    padding-left: 5%;
    padding-right: 5%;
  }

  .adressblock {
    margin-left: 0;
    margin-right: 0;
  }

  .kontakt-ines {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: #fff0;
    flex-flow: row;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .e-mail,
  .kontaktute {
    margin-bottom: 0;
  }

  .bildinesklein {
    border-radius: 6px;
    margin-right: 0;
  }

  .trainingsbereich {
    margin-bottom: 0;
  }

  .intro {
    padding-right: 5%;
  }

  .hero-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  h2.hero-subtitle.start {
    text-align: center;
  }

  .bg-video {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero_block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
  }

  .rl_navbar1_component {
    background-color: #fffc;
  }

  .rt-home-one-progress-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .abstand-xl.linie {
    border-bottom: 1px solid #000;
  }

  .kontaktblock {
    grid-column-gap: 3.6rem;
    grid-row-gap: 3.6rem;
    background-color: var(--schattenfarbe);
    justify-content: flex-start;
    align-items: flex-start;
    padding: 56px 5%;
    display: flex;
  }

  .programm-wrap {
    border-style: none;
    padding: 0;
  }

  .proglogocontainer {
    background-color: #a3a3a3;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .programmlogo {
    width: 5rem;
  }

  .textwrap {
    padding-top: 15px;
    padding-bottom: 18px;
  }

  .div-block-12 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-bg {
    aspect-ratio: 2;
    height: auto;
  }

  .body-3 {
    pointer-events: auto;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .prog-logos {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .wrapping {
    max-width: 980px;
  }

  .image-18 {
    width: 60%;
  }

  .intro_mit_bild {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 33rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    text-align: left;
    font-family: "Inter V 20 Latin 300", Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    height: 75px;
  }

  .dk-logo {
    vertical-align: baseline;
    min-width: 0;
    margin-left: 8%;
    display: inline-block;
  }

  .nav-menu {
    margin-right: 4%;
    padding-left: 0;
  }

  .logo {
    flex: 1;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navtypo {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .icon {
    font-size: 24px;
  }

  .herocontainer {
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    margin-top: 76px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 20%;
  }

  .titel-computertrainings {
    width: 75%;
    margin-right: 0;
  }

  .linie {
    height: 90px;
  }

  .titel-container {
    height: 110px;
    margin-bottom: 5px;
  }

  .titel-unternehmensberatung {
    width: 75%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    text-wrap: balance;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .footertext {
    font-size: 13px;
  }

  .hero-titel {
    margin-left: 0%;
    font-size: 55px;
    line-height: 55px;
    display: block;
  }

  .hero-titel.test {
    bottom: 206px;
  }

  .hero-titel.ub {
    margin-bottom: 78px;
  }

  .hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-image: none;
    justify-content: center;
    height: 30vh;
    min-height: auto;
    margin-top: 4.5rem;
  }

  .hero.training {
    height: 30vh;
    padding-left: 4rem;
  }

  .seitentitel {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.75rem;
    display: block;
  }

  .seitentitel.rot {
    margin-right: 30px;
  }

  .seitentitel.bereiche {
    text-align: left;
  }

  .intro-text {
    text-align: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0;
    font-size: 11px;
  }

  .p-grundtext {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }

  .p-grundtext.adresse {
    font-size: 16px;
  }

  .p-grundtext.datenschutz {
    width: 100%;
    margin-left: 50px;
  }

  .h2 {
    font-family: "Inter V 20 Latin 300", Arial, sans-serif;
    font-weight: 300;
  }

  .trainingsblock-text {
    margin-left: 111px;
    margin-right: 80px;
  }

  .button-block {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .button-ct {
    width: 140px;
    height: 102px;
    margin-right: 14px;
  }

  .button-ct.rs {
    border-radius: 8px;
    margin-left: 57px;
    padding-top: 20px;
  }

  .button-ct.rs.ks {
    padding-top: 12px;
  }

  .button-ct.wp {
    border-radius: 8px;
    padding-top: 20px;
  }

  .button-ct.wp.kk {
    padding-top: 12px;
  }

  .button-ct.ms {
    border-radius: 8px;
    padding-top: 20px;
  }

  .button-ct.ms.c {
    padding-top: 12px;
  }

  .button-ct.at {
    border-radius: 8px;
    padding-top: 20px;
  }

  .button-ct.at.m {
    padding-top: 29px;
  }

  .button-text {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 22px;
  }

  .button-text.ub {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 19px;
  }

  .button-text.ub.klein {
    margin-bottom: 1px;
    font-size: 16px;
  }

  .button-text-mehr {
    font-size: 14px;
  }

  .person {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5rem;
  }

  .person.ub {
    align-items: flex-start;
  }

  .ines-bild {
    border-radius: 8px;
    min-width: 300px;
    max-width: 36%;
    margin-left: 62px;
  }

  .personen-text {
    flex-direction: column;
    margin-left: 26px;
    margin-right: 60px;
    display: flex;
  }

  .personen-head {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .formblock {
    border: 1px #000;
    justify-content: center;
    width: 100%;
  }

  .form-head {
    width: 390px;
    margin-left: 0;
    font-size: 30px;
  }

  .form-head.kontakt {
    width: 16rem;
    margin-left: 0;
    margin-right: 0;
    font-size: 28px;
  }

  .form-head.kontakt.danke {
    width: auto;
  }

  .linkblock-ct {
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 23px;
    display: flex;
  }

  .linkblock-ub {
    align-items: flex-start;
    width: 300px;
    margin-right: -40px;
    display: flex;
  }

  .overlay-rs {
    width: 650px;
    padding-left: 100px;
    padding-right: 75px;
    display: none;
    top: 75px;
  }

  .subheads {
    font-size: 20px;
  }

  .image-5 {
    margin-left: -42px;
  }

  .image-6 {
    height: 120px;
  }

  .overlay-wp {
    width: 650px;
    height: 64vh;
    padding-left: 100px;
    padding-right: 75px;
    display: none;
    top: 75px;
  }

  .overlay-ms {
    width: 650px;
    height: 41vh;
    padding-top: 0;
    padding-left: 100px;
    padding-right: 75px;
    display: none;
    top: 75px;
  }

  .overlay-at {
    width: 650px;
    height: 40vh;
    padding-top: 0;
    padding-left: 100px;
    padding-right: 75px;
    display: none;
    top: 75px;
  }

  .button {
    font-size: 0.9rem;
  }

  .button-halter {
    height: 39px;
    margin-right: -76px;
    display: block;
  }

  .fenster-aus {
    display: block;
  }

  .overlay-ks {
    width: 650px;
    height: 80vh;
    padding-left: 100px;
    padding-right: 75px;
    display: none;
    top: 76px;
    overflow: scroll;
  }

  .overlay-kk {
    z-index: 3;
    width: 650px;
    padding-left: 100px;
    padding-right: 75px;
    display: none;
    top: 76px;
  }

  .overlay-cfv {
    width: 650px;
    height: 65vh;
    padding-left: 100px;
    padding-right: 75px;
    top: 76px;
  }

  .overlay-m {
    width: 650px;
    height: 52vh;
    padding-left: 100px;
    padding-right: 75px;
    top: 76px;
  }

  .form-block-2 {
    width: 59%;
  }

  .form {
    width: 100%;
  }

  .impressum {
    flex-direction: column;
  }

  .adressblock {
    width: 60%;
    margin-left: 48px;
    margin-right: 26px;
  }

  .datenschutz {
    width: 89%;
    margin-top: 12px;
  }

  .kontakt-ines {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .uteblockmail {
    padding-left: 32px;
  }

  .bildute {
    margin-right: 25px;
  }

  .e-mail {
    font-size: 16px;
  }

  .kontaktbild-ute,
  .kontaktbild-peter {
    width: 90px;
    height: 90px;
  }

  .image-14 {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }

  .bildinesklein {
    max-width: 50%;
    margin-right: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_layout250_spacing-block-1 {
    padding-bottom: 1.4rem;
  }

  .rl_layout250_heading-wrapper {
    margin-left: 0;
  }

  .cardbox {
    flex-flow: column;
    display: flex;
  }

  .rl-heading-style-h5 {
    line-height: 1.1;
  }

  .rl_layout250_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    grid-auto-flow: column;
    justify-content: stretch;
  }

  .trainingsbereich {
    background-color: var(--dk-hellgrau);
    padding-left: 4rem;
    padding-right: 8%;
    display: flex;
  }

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

  .rl-container-large {
    text-align: left;
  }

  .intro {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    margin-bottom: 0;
    padding-left: 4rem;
    padding-right: 0%;
  }

  .training-bild {
    width: 63%;
  }

  .bild-training {
    display: none;
  }

  .textboxcard {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .hero-title {
    max-width: 80%;
    line-height: 100%;
  }

  h2.hero-subtitle {
    font-size: 1.9rem;
  }

  .bg-video {
    height: 30rem;
    max-height: none;
  }

  .stibo {
    width: 40%;
  }

  .interred {
    width: 60%;
  }

  .hero_block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .h2-redsys {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: 0.75rem 0 0.75rem 5%;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_link {
    width: auto;
    padding: 0.75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar1_component {
    background-color: #fffc;
    padding-left: 4rem;
    padding-right: 5%;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0;
    display: flex;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .programmbereich {
    align-items: flex-start;
    padding-left: 4rem;
    padding-right: 0%;
  }

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-home-three-accordion-section {
    flex-flow: column;
  }

  .rt-home-three-accordion-wrap-heading {
    margin-bottom: 30px;
  }

  .rt-home-one-progress-text-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .rt-home-one-progress-text {
    width: 100%;
  }

  .rt-home-one-progress-text-item {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-one-progress-text-item.rt-top-mergin {
    margin-top: 0;
  }

  .rt-home-one-progress-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-home-one-progress-text-wrapper {
    width: 100%;
  }

  .rt-home-one-progress-image {
    padding-top: 0;
    padding-left: 0;
  }

  .rt-home-one-progress-heading {
    max-width: 100%;
  }

  .rt-auto-fit-8.rt-radius-ten.rt-position-relative.rt-responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-home-one-client-image-background {
    display: none;
  }

  .kontaktblock {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    padding-left: 2.8rem;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .programm-wrap {
    width: 75%;
    margin-left: 2rem;
    margin-right: 0;
  }

  .programmlogo {
    max-width: 90%;
  }

  .progname {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .div-block-11 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 4.5rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .hero-bg {
    box-sizing: border-box;
    aspect-ratio: 2;
    object-fit: cover;
    height: auto;
  }

  .hero_redaktionssysteme {
    object-fit: cover;
    margin-top: 4.5rem;
  }

  .bg_redaktionssysteme {
    inset: 0% 0% auto;
  }

  .prog-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .container {
    height: 70px;
  }

  .dk-logo {
    margin-left: 8%;
  }

  .logo {
    flex: 1;
  }

  .icon {
    font-size: 34px;
  }

  .menu-button {
    margin-right: 2%;
  }

  .herocontainer {
    height: 210px;
    margin-top: 70px;
    padding-left: 0%;
    padding-right: 10%;
  }

  .titel-computertrainings {
    width: 50%;
  }

  .linie {
    height: 70px;
  }

  .titel-container {
    background-color: #0000;
    height: 90px;
  }

  .titel-unternehmensberatung {
    width: 50%;
    margin-right: 30px;
  }

  .footertext {
    text-wrap: balance;
    font-size: 13px;
  }

  .hero-titel {
    margin-left: 0%;
    font-size: 45px;
    line-height: 45px;
  }

  .hero-titel.ub {
    margin-bottom: 51px;
  }

  .hero {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    height: 22vh;
    min-height: auto;
    margin-top: 4.5rem;
  }

  .hero.kontakt {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero.redsys {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    height: 25vh;
  }

  .hero.training {
    height: 20vh;
    padding-left: 3rem;
  }

  .seitentitel {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    display: block;
  }

  .seitentitel.rot {
    margin-right: 23px;
  }

  .intro-text {
    margin-left: 0%;
    margin-right: 0%;
  }

  .p-grundtext {
    font-size: 16px;
    line-height: 22px;
  }

  .trainingsblock-text {
    margin-left: 42px;
    margin-right: 40px;
  }

  .button-block {
    flex-direction: row;
    flex: none;
    margin-top: 14px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .button-ct {
    width: 110px;
    height: 81px;
  }

  .button-ct.rs {
    margin-left: 15px;
    padding-top: 14px;
  }

  .button-ct.rs.ks {
    padding-top: 9px;
  }

  .button-ct.wp {
    padding-top: 14px;
  }

  .button-ct.wp.kk {
    padding-top: 9px;
  }

  .button-ct.ms {
    padding-top: 14px;
  }

  .button-ct.ms.c {
    padding-top: 9px;
  }

  .button-ct.at {
    padding-top: 14px;
  }

  .button-ct.at.m {
    padding-top: 25px;
  }

  .button-text {
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-text.ub {
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 15px;
  }

  .button-text.ub.klein {
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .button-text-mehr {
    font-size: 12px;
  }

  .person {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 3rem;
    padding-right: 5rem;
  }

  .person.ub {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .ines-bild {
    border-radius: 6px;
    max-width: 50%;
    margin-bottom: 10px;
    margin-left: 28px;
  }

  .ines-bild.peter {
    width: 100%;
    max-width: 80%;
    margin-bottom: 32px;
    margin-left: 27px;
  }

  .personen-text {
    width: 53rem;
    margin-right: 0;
  }

  .personen-head {
    font-size: 20px;
  }

  .formblock {
    grid-column-gap: 0.3rem;
    grid-row-gap: 0.3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
  }

  .formblock.kontakt {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-head {
    width: 430px;
    margin-top: -12px;
    margin-right: 21px;
    font-size: 24px;
  }

  .form-head.kontakt {
    text-align: left;
    width: 10rem;
    margin-bottom: 27px;
    margin-right: 0;
    font-size: 1.1rem;
    line-height: 120%;
  }

  .form-head.kontakt.danke {
    text-align: center;
    margin-bottom: 0;
  }

  .linkblock-ct {
    margin-right: 16px;
  }

  .linkblock-ub {
    justify-content: flex-start;
    margin-left: 16px;
    margin-right: -130px;
  }

  .overlay-rs {
    width: 450px;
    height: 80vh;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
    display: none;
    top: 70px;
  }

  .subheads {
    font-size: 17px;
    line-height: 28px;
  }

  .image-5 {
    margin-left: -30px;
  }

  .image-6 {
    height: 90px;
  }

  .overlay-wp {
    width: 450px;
    height: 80vh;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
    display: none;
    top: 70px;
  }

  .overlay-ms {
    width: 450px;
    height: 80vh;
    padding-left: 50px;
    padding-right: 50px;
    display: none;
    top: 70px;
  }

  .overlay-at {
    width: 450px;
    height: 80vh;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
    display: none;
    top: 69px;
  }

  .button {
    font-size: 16px;
  }

  .image-9 {
    margin-bottom: 22px;
    display: block;
  }

  .button-halter {
    height: 36px;
    margin-right: -50px;
    display: block;
  }

  .fenster-aus {
    padding: 8px 12px;
  }

  .overlay-ks {
    width: 450px;
    height: 90vh;
    padding-left: 50px;
    padding-right: 50px;
    display: none;
    top: 70px;
  }

  .overlay-kk {
    z-index: 3;
    width: 450px;
    height: 80vh;
    padding-left: 50px;
    padding-right: 50px;
    display: none;
    top: 70px;
  }

  .overlay-cfv {
    width: 450px;
    height: 80vh;
    padding-left: 50px;
    padding-right: 50px;
    top: 70px;
  }

  .overlay-m {
    width: 450px;
    height: 90vh;
    padding-left: 50px;
    padding-right: 50px;
    top: 70px;
  }

  .form-block-2 {
    width: 80%;
  }

  .form-block-2.kontakt {
    background-color: #0000;
    height: auto;
  }

  .adressblock {
    width: 63%;
  }

  .kontakt-ines {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .e-mail {
    font-size: 0.9rem;
    line-height: 120%;
  }

  .bildinesklein {
    width: 6rem;
  }

  .videoblock {
    font-size: 0.9em;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout250_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_layout250_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout250_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl_layout250_content {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(25.5rem, 1fr));
  }

  .rl_layout250_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .trainingsbereich {
    padding-left: 3rem;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

  .intro {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-left: 3rem;
  }

  .bild-training {
    width: 40%;
  }

  .hero-title {
    font-size: clamp(1.8rem, 7vw + 1rem, 6rem);
  }

  h2.hero-subtitle {
    font-size: 1.5rem;
  }

  .bg-video {
    height: 18rem;
    max-height: none;
  }

  .bg-video.start {
    height: 25rem;
  }

  .stibo {
    margin-bottom: 0%;
  }

  .hero_block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .kundenbereich {
    padding: 2% 5%;
  }

  .rl_navbar1_logo {
    max-width: 90%;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4.5rem;
    padding-left: 3rem;
  }

  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .programmbereich {
    padding: 2rem 5% 2%;
  }

  .rt-home-three-accordion-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-three-accordion-question {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .kontaktblock {
    padding-bottom: 20px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .programm-wrap {
    width: 87%;
  }

  .bildcontainer {
    width: 23rem;
    height: 10.6rem;
  }

  .prog-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .code-embed {
    position: absolute;
    inset: 0% auto 0 0%;
  }

  .form_inhalt {
    height: 0%;
    padding-bottom: 200%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    height: 57px;
  }

  .dk-logo {
    width: 130px;
    margin-left: 10%;
  }

  .herocontainer {
    background-position: 20% 0;
    height: 140px;
    margin-top: 57px;
    margin-bottom: 1px;
  }

  .titel-computertrainings {
    width: 90%;
  }

  .linie {
    height: 69px;
  }

  .titel-container {
    background-color: #ffffffba;
    flex-wrap: nowrap;
    justify-content: center;
    align-self: flex-end;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .titel-unternehmensberatung {
    width: 90%;
    margin-right: 0;
  }

  .footer {
    background-color: var(--dk-textfarbe);
    padding: 0.7rem 18px;
    font-size: 12px;
    line-height: 15px;
  }

  .footertext {
    font-size: 11px;
  }

  .hero-titel {
    margin-left: 0%;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-titel.ub {
    margin-bottom: 34px;
  }

  .hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-image: none;
    justify-content: space-around;
    height: 15vh;
    margin-top: 4.5rem;
    margin-bottom: 0;
  }

  .hero.kontakt {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    background-image: linear-gradient(to bottom, var(--dk-hellgrau-2), var(--dk-hellgrau-2)),
      url("../images/hero-kontakt.jpg");
    background-position:
      0 0,
      62% 0;
    justify-content: center;
    align-items: flex-start;
  }

  .hero.redsys {
    grid-column-gap: 0.8rem;
    grid-row-gap: 0.8rem;
    height: 24vh;
  }

  .hero.training {
    height: 15vh;
    padding-left: 1.5rem;
  }

  .seitentitel {
    text-align: left;
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 19px;
    line-height: 25px;
    display: block;
  }

  .seitentitel.rot {
    font-size: 18px;
  }

  .seitentitel.formhalber {
    text-align: center;
    margin-bottom: 20px;
  }

  .seitentitel.bereiche {
    text-align: left;
  }

  .intro-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .p-grundtext {
    text-align: left;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .p-grundtext.adresse {
    font-size: 16px;
    line-height: 21px;
  }

  .p-grundtext.datenschutz {
    margin-left: 0;
  }

  .p-grundtext.redsys {
    margin-bottom: 8px;
  }

  .trainings-block {
    flex-direction: column;
    padding-top: 10px;
  }

  .trainingsblock-text {
    flex-direction: column;
    margin-top: 5px;
    margin-left: 22px;
    margin-right: 20px;
  }

  .button-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 29px;
    margin-left: 17px;
    padding-left: 0;
  }

  .button-ct {
    width: 120px;
    height: 66px;
    margin-left: 0;
  }

  .button-ct.rs {
    width: 140px;
    height: 80px;
    margin-left: 0;
    padding-top: 11px;
  }

  .button-ct.wp {
    width: 140px;
    height: 80px;
    padding-top: 11px;
  }

  .button-ct.wp.kk {
    padding-top: 18px;
  }

  .button-ct.ms,
  .button-ct.at {
    width: 140px;
    height: 80px;
    padding-top: 11px;
  }

  .buttons-links {
    margin-bottom: 11px;
  }

  .button-text {
    font-size: 16px;
    line-height: 18px;
  }

  .button-text.ub,
  .button-text.ub.klein {
    font-size: 14px;
  }

  .button-text-mehr {
    font-size: 13px;
  }

  .person {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ines-bild {
    width: 250px;
    min-width: 200px;
    max-width: 100%;
    margin-bottom: -0.8rem;
    margin-left: 28px;
  }

  .ines-bild.peter {
    margin-bottom: 22px;
  }

  .personen-text {
    width: 17rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }

  .personen-head {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    margin-right: auto;
    line-height: 27px;
    position: static;
    inset: 57px 0% auto;
    overflow: visible;
  }

  .personen-head.ub {
    width: auto;
    height: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .formblock {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 3.5rem 0 1.5rem;
    display: flex;
  }

  .formblock.mobil {
    padding-top: 16px;
    padding-bottom: 26px;
  }

  .formblock.kontakt {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin-left: 19px;
  }

  .form-head {
    text-align: left;
    width: 260px;
    margin-top: -20px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .form-head.kontakt {
    width: auto;
    font-size: 1.5rem;
    line-height: 120%;
  }

  .form-head.kontakt.danke {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    display: flex;
  }

  .form-block {
    width: 274px;
  }

  .feldnamen {
    color: var(--dk-hellgrau-2);
    margin-left: 7px;
  }

  .linkblock-ub {
    width: auto;
    margin-right: 0;
  }

  .overlay-rs {
    width: 300px;
    height: 80vh;
    padding-top: 1px;
    padding-left: 20px;
    padding-right: 25px;
    display: none;
    top: 57px;
  }

  .subheads {
    font-size: 18px;
    line-height: 24px;
  }

  .image-5 {
    margin-left: -22px;
  }

  .image-6 {
    height: 60px;
    margin-bottom: 21px;
  }

  .overlay-wp {
    width: 300px;
    height: 600px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 25px;
    display: none;
    top: 57px;
  }

  .image-7 {
    margin-left: -13px;
  }

  .overlay-ms {
    width: 300px;
    height: 70vh;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    top: 57px;
  }

  .image-8 {
    margin-left: -14px;
  }

  .overlay-at {
    width: 300px;
    height: 80vh;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    top: 57px;
  }

  .button {
    font-size: 14px;
  }

  .button.titel {
    text-align: center;
    width: 9.4rem;
    padding: 4px 0;
    font-size: 0.8rem;
  }

  .button.fragen {
    margin-left: 0;
  }

  .image-9 {
    margin-bottom: 23px;
    padding-right: 10px;
    display: block;
  }

  .button-halter {
    height: 33px;
    margin-right: -20px;
    display: block;
  }

  .fenster-aus {
    padding: 3px 8px;
    display: block;
  }

  .overlay-ks,
  .overlay-kk,
  .overlay-cfv {
    width: 300px;
    height: 80vh;
    padding-left: 20px;
    padding-right: 25px;
    display: none;
    top: 57px;
  }

  .overlay-m {
    width: 300px;
    height: 80vh;
    padding-left: 25px;
    padding-right: 25px;
    top: 57px;
  }

  .image-10 {
    margin-bottom: 21px;
  }

  .form-block-2 {
    width: auto;
  }

  .adressblock {
    width: 91%;
    margin-left: 20px;
  }

  .datenschutz {
    margin-left: 22px;
  }

  .kontakt-ines {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .uteblockmail {
    padding-left: 10px;
  }

  .image-13 {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }

  .e-mail {
    line-height: 22px;
  }

  .kontaktbild-ute,
  .kontaktbild-peter {
    display: none;
  }

  .image-14 {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }

  .bildinesklein {
    width: 100px;
  }

  .bildpeterklein {
    width: 80px;
    margin-right: 0;
  }

  .videoblock {
    font-size: 0.9em;
  }

  .interred-logo {
    width: 30em;
    max-width: 80%;
    margin-top: 2.9em;
  }

  .vid-h1 {
    margin-top: 0.2em;
    font-size: 2.5em;
  }

  .wub-logo {
    width: 9.2em;
  }

  .card-image {
    max-width: 95%;
  }

  .rl_layout250_spacing-block-1 {
    padding-bottom: 2.1rem;
  }

  .rl_layout250_content {
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  }

  .trainingsbereich {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.5rem;
  }

  .intro {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  .bild-training {
    vertical-align: baseline;
  }

  .textboxcard {
    padding-top: 13px;
  }

  .hero-title {
    margin-bottom: -11px;
    font-size: clamp(1.6rem, 5vw + 1rem, 6rem);
  }

  h2.hero-subtitle {
    width: 83%;
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  h2.hero-subtitle.start {
    font-size: 0.8rem;
  }

  .bg-video {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 10rem;
    max-height: none;
  }

  .bg-video.start {
    height: 16rem;
  }

  .stibo {
    width: 42%;
  }

  .interred {
    width: 63%;
  }

  .hero_block {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .h2-redsys {
    font-size: clamp(18px, 5vw, 24px);
    line-height: 130%;
  }

  .rl_navbar1_logo {
    max-width: 80%;
  }

  .rl_navbar1_component {
    min-height: 4.5rem;
    padding-left: 1.5rem;
  }

  .programmbereich {
    padding-left: 1.5rem;
    padding-right: 1.9rem;
  }

  .rt-home-one-progress-text-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kontaktblock {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 1.5rem;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .programm-wrap {
    width: 100%;
    margin-left: 0;
  }

  .proglogocontainer {
    width: 32rem;
  }

  .progname {
    margin-bottom: 3px;
    font-size: clamp(18px, 5vw, 24px);
    line-height: 130%;
  }

  .bildcontainer {
    width: 10rem;
    height: 9rem;
  }

  .intro_mit_bild {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }
}

@font-face {
  font-family: "Inter V 20 Latin";
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter V 20 Latin 700";
  src: url("../fonts/inter-v20-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter V 20 Latin 600";
  src: url("../fonts/inter-v20-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter V 20 Latin 300";
  src: url("../fonts/inter-v20-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter V 20 Latin";
  src: url("../fonts/inter-v20-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Webflow Badge ausblenden */
.w-webflow-badge { display: none !important; }

/* SEO-only: visuell versteckt, für Screenreader und Suchmaschinen sichtbar */
.seo-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
