@font-face {
  font-family: mellow Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: mellow Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: mellow Roboto;
  src: url('../fonts/Roboto-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: mellow Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --crimson: #e32d4a;
  --black: black;
  --white: white;
}

.navbar {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 15px -2px #00000040;
}

.nav-link {
  color: var(--crimson);
  text-transform: uppercase;
  border-top: 3px solid #fff;
  font-weight: 300;
}

.nav-link:hover {
  color: #e32d4a80;
  border: 3px #000;
  border-top: 3px solid #e32d4a80;
}

.nav-link.w--current {
  color: #e32d4a80;
  background-color: #fff;
  border-top: 3px solid #e32d4a80;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image {
  display: block;
}

.container {
  justify-content: flex-end;
  align-items: center;
  height: 63px;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-2 {
  color: var(--crimson);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
}

.paragraph-4 {
  color: #000;
  text-align: left;
  width: 80%;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-8 {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.link {
  color: var(--crimson);
  text-decoration: none;
}

.section-5 {
  border-top: 1px solid var(--crimson);
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 10vh;
  margin-top: 0;
  padding: 0 50px;
  display: flex;
}

.text-block-5 {
  color: var(--crimson);
  background-color: #0000;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 300;
}

.text-block-5:hover {
  color: #e32d4a80;
}

.section-7 {
  background-color: var(--crimson);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 10% 5% 5%;
  display: flex;
}

.paragraph-11 {
  color: var(--black);
  margin-bottom: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.section-17 {
  height: auto;
  min-height: 100vh;
  padding: 10% 10% 0%;
}

.paragraph-12 {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.body {
  background-color: #fff;
  padding-top: 10%;
  font-family: mellow Roboto, sans-serif;
}

.link-9 {
  color: var(--black);
  text-decoration: none;
}

.link-9:hover {
  text-decoration: underline;
}

.referenzen {
  height: auto;
  padding: 100px 50px 50px;
  display: block;
}

.text-block-105 {
  color: var(--crimson);
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
}

.heading-3 {
  width: 70%;
  color: var(--crimson);
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 10%;
  font-size: 30px;
  line-height: 35px;
}

.paragraph-19 {
  color: #000;
  direction: ltr;
  width: auto;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 45px;
  text-decoration: none;
}

.section-23 {
  height: 90vh;
  margin-bottom: 0;
  padding: 10%;
}

.section-25 {
  background-color: #fff;
  height: auto;
  padding: 10%;
}

.div-block-20 {
  margin-bottom: 25px;
}

.section-26 {
  padding: 10%;
}

.image-4 {
  margin-bottom: 50px;
}

.column-68 {
  border-right: 1px solid var(--crimson);
  padding: 0;
}

.column-69 {
  text-align: left;
  padding: 25px 35px 25px 0;
}

.column-70 {
  border-left: 1px solid var(--crimson);
  text-align: left;
  padding: 25px 0 25px 35px;
}

.columns-17 {
  margin-left: 10%;
  margin-right: 10%;
}

.column-72 {
  padding-left: 0;
  padding-right: 0;
}

.column-73 {
  padding-left: 0;
}

.button-5 {
  border: 1px solid var(--crimson);
  background-color: var(--crimson);
  border-radius: 5px;
  margin-top: 25px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.button-5:hover {
  border: 1px solid var(--crimson);
  color: var(--crimson);
  background-color: #0000;
  border-radius: 5px;
}

.section-27 {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.link-13 {
  color: var(--crimson);
  text-decoration: none;
}

.link-13:hover, .link-13.w--current:hover {
  text-decoration: underline;
}

.heading-impressum {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
}

.heading-angebot {
  width: 70%;
  color: var(--crimson);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 0%;
  font-size: 30px;
  line-height: 35px;
}

.column-76 {
  padding-top: 55px;
  padding-left: 25px;
  padding-right: 0;
}

.paragraph-24 {
  text-transform: none;
  cursor: crosshair;
  direction: ltr;
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.link-14 {
  color: var(--black);
  text-decoration: none;
}

.link-14:hover {
  text-decoration: underline;
}

.zitatneu {
  color: #000;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.zitat1 {
  color: #e32d4a80;
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.italic-text {
  color: #e32d4a80;
  text-align: left;
  font-family: mellow Roboto, sans-serif;
  font-weight: 300;
}

.div-block-21 {
  background-image: url('../images/Poerksen-Coching.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 400px;
  margin-bottom: 15px;
}

.link-16 {
  color: var(--black);
  text-decoration: none;
}

.link-16:hover {
  text-decoration: underline;
}

.link-17 {
  color: var(--black);
  text-decoration: none;
}

.link-17:hover {
  text-decoration: underline;
}

.link-18 {
  color: var(--crimson);
  text-decoration: none;
}

.link-18:hover {
  text-decoration: underline;
}

.link-19 {
  color: var(--crimson);
  text-decoration: none;
}

.link-19:hover {
  text-decoration: underline;
}

.titel-impressum {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
}

.integration-logo {
  background-image: url('../images/INTEGRATION.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 120px;
  margin-bottom: 0;
}

.integration-logo:hover {
  background-image: url('../images/Integrationjpg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
}

.forumzfd {
  background-image: url('../images/ForumZFD.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 140px;
  width: 150px;
  height: 150px;
  margin-bottom: 0;
}

.forumzfd:hover {
  background-image: url('../images/forumZFD_logo_web_2.jpg'), url('../images/ForumZFD.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 140px, auto 140px;
}

.jobcenter-kommun {
  background-image: url('../images/Logo-kommunales-Jobcenter-Solingen-cmyk_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 100px;
  margin-bottom: 0;
}

.jobcenter-kommun:hover {
  background-image: url('../images/Logo-kommunales-Jobcenter-Solingen-cmyk.jpg'), url('../images/Logo-kommunales-Jobcenter-Solingen-cmyk_1.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 140px, 140px;
}

.jobcenter-landkreis {
  background-image: url('../images/Logo_Waldshut.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 100px;
  margin-bottom: 0;
}

.jobcenter-landkreis:hover {
  background-image: url('../images/Logo_Waldshut_1.jpg'), url('../images/Logo_Waldshut.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 140px, 140px;
}

.pum {
  background-image: url('../images/MARBURG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 160px;
  height: 70px;
  margin-bottom: 0;
}

.pum:hover {
  background-image: url('../images/MARBURG-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-26 {
  border: 1px solid var(--crimson);
  background-color: var(--white);
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 25px;
  display: flex;
}

.paragraph-25 {
  width: 75%;
  color: var(--crimson);
  margin-bottom: 0;
  margin-right: 0;
  font-size: 15px;
  line-height: 25px;
}

.cookies {
  border: 1px solid var(--crimson);
  background-color: var(--crimson);
  border-radius: 5px;
  margin-top: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.cookies:hover {
  border: 1px solid var(--crimson);
  color: var(--crimson);
  background-color: #0000;
  border-radius: 5px;
}

.link-block {
  width: 100%;
  height: 100%;
}

.zitat-name {
  color: #e32d4a80;
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.heinrich-b-ll-stiftun {
  background-image: url('../images/logo_hbs_SW.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 100px;
  margin-bottom: 0;
}

.heinrich-b-ll-stiftun:hover {
  background-image: url('../images/logo_hbs.jpg'), url('../images/Logo-kommunales-Jobcenter-Solingen-cmyk_1.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 140px, 140px;
}

.stiftungen-der-ekd-im-heiligen-land {
  background-image: url('../images/kopf_erloeser_SW.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 80px;
  margin-bottom: 0;
}

.stiftungen-der-ekd-im-heiligen-land:hover {
  background-image: url('../images/kopf_erloeser.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
}

.kurve-wustrow {
  background-image: url('../images/logo__large.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 100px;
  margin-bottom: 0;
}

.kurve-wustrow:hover {
  background-image: url('../images/logo__large.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
}

.main-taunus-kreis {
  background-image: url('../images/Main-Taunus-Kreis_Logo_SW.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 70px;
  margin-bottom: 0;
}

.main-taunus-kreis:hover {
  background-image: url('../images/Main-Taunus-Kreis_Logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
}

.button_dropdown {
  border: 1px solid var(--crimson);
  cursor: pointer;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.dropdown_text_1 {
  color: var(--crimson);
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.dropdown_text_1:active {
  color: var(--crimson);
}

.kasten_dropdown, .kasten_dropdown_2 {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--crimson);
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: none;
}

.button_dropdown_2 {
  border: 1px solid var(--crimson);
  cursor: pointer;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 15px;
  display: flex;
}

.plus_1, .plus_2 {
  cursor: pointer;
  background-image: url('../images/CP-Plus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.kasten_dropdown_3 {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--crimson);
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: none;
}

.button_dropdown_3 {
  border: 1px solid var(--crimson);
  cursor: pointer;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 15px;
  display: flex;
}

.kasten_dropdown_4 {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--crimson);
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: none;
}

.button_dropdown_4 {
  border: 1px solid var(--crimson);
  cursor: pointer;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 15px;
  display: flex;
}

.kasten_dropdown_5 {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--crimson);
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: none;
}

.button_dropdown_5 {
  border: 1px solid var(--crimson);
  cursor: pointer;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 15px;
  display: flex;
}

.plus_4, .plus_5 {
  cursor: pointer;
  background-image: url('../images/CP-Plus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.button_dropdown_6 {
  border: 1px solid var(--crimson);
  cursor: pointer;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 15px;
  display: flex;
}

.plus_6 {
  cursor: pointer;
  background-image: url('../images/CP-Plus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.kasten_dropdown_6 {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--crimson);
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: none;
}

.column-78 {
  padding-left: 0;
  padding-right: 0;
}

.columns-20 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.column-79 {
  padding-left: 25px;
  padding-right: 0;
}

.plus_2-copy {
  cursor: pointer;
  background-image: url('../images/CP-Plus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.fu-mobil {
  display: none;
}

.giz {
  background-image: url('../images/giz-sw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 170px;
  width: 150px;
  height: 80px;
  margin-bottom: 0;
}

.giz:hover {
  background-image: url('../images/gizlogo-unternehmen-de-rgb-300.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 170px;
}

.lamdkreis-aurich {
  background-image: url('../images/Bildschirmfoto-2020-01-23-um-11.09.34.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 170px;
  width: 150px;
  height: 80px;
  margin-bottom: 0;
}

.lamdkreis-aurich:hover {
  background-image: url('../images/Bildschirmfoto-2020-01-23-um-11.09.34.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 170px;
}

.collection-item {
  font-size: 15px;
}

.rich-text-block-2 {
  font-weight: 500;
  line-height: 25px;
}

.collection-item-2, .rich-text-block-3, .collection-list-wrapper, .rich-text-block-4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.rich-text-block-5 {
  font-size: 15px;
  line-height: 25px;
}

.body-2, .body-3, .body-4, .body-5, .body-6, .body-7, .body-8, .body-9, .body-10, .body-11 {
  font-family: mellow Roboto, sans-serif;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-12, .body-13 {
  font-family: mellow Roboto, sans-serif;
}

.bundesamt-f-r-verbraucherschutz-und-lebensmittelsicherheit {
  background-image: url('../images/Bundesamt_für_Verbraucherschutz_und_Lebensmittelsicherheit-Logo.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 120px;
  margin-bottom: 0;
}

.bundesamt-f-r-verbraucherschutz-und-lebensmittelsicherheit:hover {
  background-image: url('../images/Bundesamt_für_Verbraucherschutz_und_Lebensmittelsicherheit-Logo.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
}

.ministerium-f-r-arbeit-gesundheit-und-soziales-des-landes-nordrhein-westfalen {
  background-image: url('../images/Nordrhein-Westfalen_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 120px;
  margin-bottom: 0;
}

.ministerium-f-r-arbeit-gesundheit-und-soziales-des-landes-nordrhein-westfalen:hover {
  background-image: url('../images/Nordrhein-Westfalen_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
}

.ministerium-f-r-bildung-jugend-und-sport-des-landes-brandenburg {
  background-image: url('../images/mbjs.png.172222.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 120px;
  margin-bottom: 0;
}

.ministerium-f-r-bildung-jugend-und-sport-des-landes-brandenburg:hover {
  background-image: url('../images/mbjs.png.172222.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
}

.landesamtf-r-soziales-und-versorgung-brandenburg {
  background-image: url('../images/logo_lasv_large_358x90.4397123.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 120px;
  margin-bottom: 0;
}

.landesamtf-r-soziales-und-versorgung-brandenburg:hover {
  background-image: url('../images/logo_lasv_large_358x90.4397123.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
}

.kommunales-jobcenter-kreis-gro--gerau {
  background-image: url('../images/logo_jc_gg_2012_klein_0.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 120px;
  margin-bottom: 0;
}

.kommunales-jobcenter-kreis-gro--gerau:hover {
  background-image: url('../images/logo_jc_gg_2012_klein_0.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
}

.ennepe-ruhr-kreis {
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 120px;
  margin-bottom: 0;
}

.ennepe-ruhr-kreis:hover {
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
}

.stadt-g-tersloh {
  background-image: url('../images/logo-hd.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 120px;
  margin-bottom: 0;
}

.stadt-g-tersloh:hover {
  background-image: url('../images/logo-hd.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
}

.gb-infravelo-gmbh {
  background-image: url('../images/infravelo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 120px;
  margin-bottom: 0;
}

.gb-infravelo-gmbh:hover {
  background-image: url('../images/infravelo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
}

.awobundesverband {
  background-image: url('../images/Awo-logo-08.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
}

.seawatch {
  background-image: url('../images/sea-watch_logo_1024.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
}

.gesellschaft-f-r-bildung-und-teilhabe-mbh {
  background-image: url('../images/download.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
}

.heinrich-b-ll-stiftung {
  background-image: url('../images/download-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
}

@media screen and (max-width: 479px) {
  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #0000;
    padding-top: 0;
  }

  .paragraph-4 {
    color: #333;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
  }

  .section-5 {
    display: none;
  }

  .section-7 {
    height: 90vh;
    padding: 0%;
  }

  .paragraph-11 {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-17 {
    height: 100vh;
    padding: 100px 5% 10%;
  }

  .paragraph-12 {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
  }

  .body {
    padding-top: 100px;
  }

  .referenzen {
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-3 {
    margin-left: 5%;
  }

  .paragraph-19 {
    font-size: 15px;
    line-height: 25px;
  }

  .section-23 {
    padding: 100px 5% 0%;
  }

  .section-25 {
    padding: 100px 5% 10%;
  }

  .image-4 {
    margin-bottom: 25px;
  }

  .column-68 {
    border-bottom: 1px solid var(--crimson);
    border-right-style: none;
  }

  .column-69 {
    padding: 0;
    font-size: 15px;
  }

  .column-70 {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--crimson) black black;
    padding: 25px 0 0;
  }

  .columns-17 {
    margin-left: 5%;
  }

  .button-5 {
    margin-top: 15px;
    padding: 10px;
  }

  .section-27 {
    justify-content: flex-start;
    padding-bottom: 25px;
    padding-left: 5%;
  }

  .heading-impressum {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-angebot {
    width: 100%;
  }

  .column-76 {
    padding-top: 15px;
    padding-left: 0;
  }

  .paragraph-24 {
    padding-left: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .zitatneu {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 25px;
  }

  .zitat1, .italic-text {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-21 {
    width: 300px;
    height: 250px;
  }

  .titel-impressum {
    font-weight: 700;
  }

  .integration-logo {
    background-position: 0%;
    background-size: 100px;
  }

  .forumzfd {
    background-position: 0%;
    background-size: auto 100px;
  }

  .jobcenter-kommun, .jobcenter-landkreis, .pum {
    background-position: 0%;
    background-size: 100px;
  }

  .div-block-26 {
    display: none;
  }

  .heinrich-b-ll-stiftun, .stiftungen-der-ekd-im-heiligen-land, .kurve-wustrow, .main-taunus-kreis {
    background-position: 0%;
    background-size: 100px;
  }

  .button_dropdown {
    padding: 10px;
  }

  .dropdown_text_1 {
    font-size: 15px;
  }

  .kasten_dropdown, .kasten_dropdown_2 {
    padding: 10px;
    display: none;
  }

  .button_dropdown_2 {
    padding: 10px;
  }

  .plus_2 {
    margin-left: 0;
  }

  .kasten_dropdown_3 {
    padding: 10px;
    display: none;
  }

  .button_dropdown_3, .kasten_dropdown_4, .button_dropdown_4, .kasten_dropdown_5, .button_dropdown_5, .button_dropdown_6, .kasten_dropdown_6 {
    padding: 10px;
  }

  .columns-20 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .column-79 {
    padding-left: 0;
  }

  .fu-mobil {
    border-top: 1px solid var(--crimson);
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 5%;
    display: flex;
  }

  .link-20, .link-21, .link-22 {
    color: var(--crimson);
    margin-bottom: 5px;
    margin-right: 5px;
    font-family: Exo, sans-serif;
    font-size: 15px;
    text-decoration: none;
  }

  .link-23 {
    color: var(--crimson);
    font-family: Exo, sans-serif;
    font-size: 15px;
    text-decoration: none;
  }

  .div-block-28 {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

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

  .icon-3 {
    color: var(--crimson);
  }

  .bold-text {
    font-size: 25px;
  }

  .giz, .lamdkreis-aurich, .bundesamt-f-r-verbraucherschutz-und-lebensmittelsicherheit, .ministerium-f-r-arbeit-gesundheit-und-soziales-des-landes-nordrhein-westfalen, .ministerium-f-r-bildung-jugend-und-sport-des-landes-brandenburg, .landesamtf-r-soziales-und-versorgung-brandenburg, .kommunales-jobcenter-kreis-gro--gerau, .ennepe-ruhr-kreis, .stadt-g-tersloh, .gb-infravelo-gmbh {
    background-position: 0%;
    background-size: 100px;
  }
}


@font-face {
  font-family: 'mellow Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mellow Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mellow Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mellow Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}