@charset "UTF-8";

/**
  * Menu
 */

/**
 * Header
 */

/**
 * Ueberschriften
 */

/**
  * Content
 */

/**
 * Hintergrundfarben
 */

/**
  * Font-Color von 0-4 und 2 Farben für die Headlines/Überschriften
 */

/**
  * Font-Color Menü, Menü Hover und das ganze noch einmal für ein 2.Farbschema
 */

/**
 * Border Farben
 */

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */

/**
 * Transform Drehung angeben in deg
 */

/**
 * Standard Einträge
 */

span.underlinenav {
    border-bottom: 2px solid #c7d300;
    padding-bottom: 3px;
}

#ortssuche_ortsliste,
#berufsuche__berufliste {
    top: 30px;
    z-index: 10;
}

.kampagneblock .container .rechtespalte .buttonwrap,
.kampagneblock .container,
footer#footer .container,
.joblistensucheblock form,
.auswahlbloecke .containerinner .agentlinks,
.agentenwrap .containerinner .agentlinks,
.kontaktblock .container form .mailbody,
.kontaktblock .container form .mailhead,
.flexcontainer.flexcontainer.flexcontainer {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}

.kartenreiter .kartenreiter__header {
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  flex-wrap: wrap;
}

.zitatblock .flexcontainer,
.stelleaufgebenblock .flexcontainer,
.auswahlbloecke .containerinner .agentlinks > div,
.agentenwrap .containerinner .agentlinks > div {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
}

/**
 * Custom Einträge dieses Templates
 */

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Open Sans";
  font-size: 14px;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

main {
  width: 100vw;
}

main .min-h-screen {
    padding: 90px 0 50px 0;
}

.container.container.container {
  margin: auto;
  max-width: 95%;
}

@media (min-width: 1400px) {
  .container.container.container {
    max-width: 1280px;
  }
}

a {
    color: #009bb5;
}

nav .navibereich__titel a {
    color: #1c388f;
}

.auth__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    width: 80%;
}

.auth .auth__wrap.register {
    display: inline-block;
    width: auto;
}

.auth .auth__wrap.uregister {
    width: auto;
}

.auth .auth__wrap.register > div {
    max-width: 400px;
    padding: 20px 40px;
}
.auth .halb {
    width: 50%;
}

.auth .rechtespalte {
    background-image: url('/images/hintergruende/hintergrund-verlauf_einloggen_unternehmen.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.auth .login-haeuser {
    margin: 20% auto 34px;
    width: 700%;
    max-width: 200px;
}

.auth .login-wechsel {
    background-color: #F3F4F4;
    border: 1px solid #1c388f;
    color: #000;
    margin: auto;
    padding: 20px;
    width: 90%;
}

.auth .linke_spalte {
    padding: 20px 50px;;
}

.auth input {
    background-color: #F3F4F4;
    border: none;
}

.auth button[type="submit"] {
    background-color: #c7d300;
    color: #000;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.auth button:hover {
    background-color: #7fb61b;
    color: #ffffff;
}


/* Toggle Switch Styles */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .toggle-slider {
    background-color: #7fb61b;
}

input:checked + .toggle-slider:before {
    transform: translateX(26px);
}


.center.center.center {
  margin: auto;
  text-align: center;
}

.halbe.halbe.halbe {
  width: 50%;
}

.halbe1.halbe1.halbe1 {
  width: 48%;
}

.anker.anker.anker {
  bottom: 80px;
  position: relative;
}

.button.button.button {
  background-color: #ffffff;
  border: 2px solid #7fb61b;
  color: #7fb61b;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 1.2rem;
  margin: 5px 5px 5px 0;
  padding: 0px 10px;
}

.button.button.button:hover {
  background-color: #7fb61b;
  color: #ffffff;
}

.button.button.button.red {
  border: 2px solid #f05252;
  color: #f05252;
}

.button.button.button.red:hover {
  background-color: #f05252;
  color: #ffffff;
}

.button.button.button.orange {
  border: 2px solid #F9AA28;
  color: #F9AA28;
}

.button.button.button.orange:hover {
  background-color: #F9AA28;
  color: #ffffff;
}

.button.button.button.grau {
  border: 2px solid #777777;
  color: #777777;
}

.button.button.button.grau:hover {
  background-color: #777777;
  color: #ffffff;
}

.button.button.button.blau {
  border: 2px solid #0B5783;
  color: #0B5783;
}

.button.button.button.blau:hover {
  background-color: #0B5783;
  color: #ffffff;
}

.button.button.button.inv {
  background-color: #7fb61b;
  border: 2px solid #7fb61b;
  color: #ffffff;
}

.button.button.button.inv:hover {
  background-color: #ffffff;
  color: #7fb61b;
}

.button.button.button.inv.red {
  background-color: #f05252;
  border: 2px solid #f05252;
  color: #ffffff;
}

.button.button.button.inv.red:hover {
  background-color: #ffffff;
  color: #f05252;
}

.button.button.button.inv.grau {
  background-color: #777777;
  border: 2px solid #777777;
  color: #ffffff;
}

.button.button.button.inv.grau:hover {
  background-color: #ffffff;
  color: #777777;
}

.button.button.button.inv.blau {
  background-color: #0B5783;
  border: 2px solid #0B5783;
  color: #ffffff;
}

.button.button.button.inv.blau:hover {
  background-color: #ffffff;
  color: #0B5783;
}

a.button.weissw.weissw.weissw {
  display: inline-block;
  border: 1px solid #111213;
  color: #111213;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 8px 15px;
  text-decoration: none;
}

.cursor.cursor.cursor {
  cursor: pointer;
}

.sucheblock .container.container.container form select[type=submit], .sucheblock .container.container.container.container.container form input[type=submit]:hover,
input[type="submit"]:hover,
a:hover {
  opacity: 0.8;
}

button,
button:link,
button:focus,
a,
a:link,
a:focus,
a:visited {
  outline: none;
}

button:hover {
  opacity: 0.8;
}

.alertb.alertb.alertb {
  background-color: #DC0039;
}

.warningb.warningb.warningb {
  background-color: #F9AA28;
}

.align-items-center.align-items-center.align-items-center {
  align-items: center;
}

.bg-indigo-500.bg-indigo-500.bg-indigo-500 {
  background-color: #7fb61b;
}

.bg-indigo-500.bg-indigo-500.bg-indigo-500:hover {
  opacity: 0.7;
}

.namefeldheader.namefeldheader.namefeldheader {
  background-color: transparent;
  text-align: center;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans";
}

.h1,
.h2,
h1,
h2 {
  color: #1c388f;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

h3 {
  color: #7fb61b;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.subtitel.subtitel.subtitel,
h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
}

h3 {
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
}

.ausblenden.ausblenden.ausblenden {
  display: none;
}

.rechts.rechts.rechts {
  float: right;
}

a.button.button.button {
  padding: 0px 10px;
}

.left.left.left {
  float: left;
}

.overridelink.overridelink.overridelink {
  border-bottom: 1px solid #777777;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 5px;
  width: 80%;
}

.overridelink.overridelink.overridelink img {
  fill: gray;
}

.overridelink.overridelink.overridelink a:hover {
  display: inline-block;
  opacity: 0.6;
}

.overridelink.overridelink.overridelink.gesperrt a {
  color: #e36E17;
}

.formularwrap textarea {
  height: 16.4rem;
}

.formularwrap textarea.small {
  height: 10rem;
}

img.icon.icon.icon {
  margin-right: 5px;
  max-width: 20px;
  max-height: 20px;
}

img {
  align-self: center;
  height: auto;
  max-width: 100%;
}

.button.klein.button.klein.button.klein {
  background-color: #ffffff;
  border: 2px solid #7fb61b;
  color: #7fb61b;
  padding: 0px 10px;
}

.button.klein.button.klein.button.klein:hover {
  background-color: #7fb61b;
  color: #ffffff;
}

.button.klein.button.klein.button.klein.red {
  background-color: #ffffff;
  border: 2px solid #f05252;
  color: #f05252;
  padding: 0px 10px;
}

.button.klein.button.klein.button.klein.red:hover {
  background-color: #f05252;
  color: #ffffff;
}

p {
  margin-bottom: 15px;
}

.formularwrap ul {
  list-style: inherit;
  margin-left: 15px;
  width: calc(100% - 20px);
}

.formularwrap ol {
  list-style: decimal;
  margin-left: 15px;
  width: calc(100% - 20px);
}

/****** Startseite Start ********/

.fuerarbeitgeber {
  background: rgb(255, 255, 255);
  background: linear-gradient(165deg, rgb(255, 255, 255) 0, rgb(255, 255, 255) 50%, rgb(230, 230, 230) 50%);
  transition: 0.7s linear;
}

.fuerarbeitgeber .container--inner {
  margin: auto;
  padding: 30px 0;
  text-align: center;
  width: 60%;
}

.fuerarbeitgeber .container--inner h2 {
  font-weight: bold;
  margin-top: 40px;
}

/****** Startseite Ende ********/

/****** Login-Register Start *******/

.loginregister h4 {
  color: #F9AA28;
}

.loginregistertitel {
  background-color: #F9AA28;
  color: #ffffff;
  display: block;
  font-size: 2rem;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}

.loginregistertitel.unternehmen {
  background-color: #7FB61B;
}

.loginregister.unternehmen h4 {
  color: #7FB61B;
}

/****** Login-Register Ende ********/

.unternehmens_detail_wrap .unternehmensfoto {
  overflow: hidden;
}

header h2 {
  display: none;
}

ul.new-nav.new-nav.new-nav {
  margin-right: 25px;
}

@media (max-width: 950px) {
  ul.new-nav.new-nav.new-nav {
    margin-right: 0px;
  }
}

ul.new-nav.new-nav.new-nav li span {
  /* font-size: 0.875rem; */
  letter-spacing: 0.3px;
}

ul.new-nav.new-nav.new-nav li ul {
  display: none;
  position: absolute;
  margin: -8px 0 0;
  padding: 0;
}

ul.new-nav.new-nav.new-nav li ul li a {
  font-size: 0.875rem;
}

ul.new-nav.new-nav.new-nav li:hover ul {
  display: block;
}

ul.new-nav.new-nav.new-nav li:hover ul:hover {
  background-color: #fff;
  color: #7fb61b;
}

ul.new-nav.new-nav.new-nav li:hover ul li {
  padding: 5px 10px;
}

ul.new-nav.new-nav.new-nav li:hover ul li:hover {
  background-color: #7fb61b;
  color: #fff;
}

nav {
  background-color: #fff;
  font-family: "Open Sans";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 1000;
}

nav.bg-white {
  background-color: #fff;
}

nav .navibereich {
  width: 100%;
}

nav img.headerlogo {
  height: 50px;
  max-height: 50px;
  max-width: 100%;
  width: auto;
  position: relative;
}

@media (max-width: 950px) {
  nav img.headerlogo {
    display: none;
  }
}

nav a {
  font-family: "Open Sans";
}

nav .navibereich__titel {
  color: #1c388f;
  font-size: 1.8rem;
}

@media (max-width: 880px) {
  nav .navibereich__titel {
    font-size: 1.3rem;
  }
}

@media (max-width: 715px) {
  nav .navibereich__titel {
    font-size: 1.1rem;
    width: 40%;
  }
}

@media (max-width: 639px) {
  nav .navibereich__titel {
    width: 90%;
  }
}

@media (max-width: 639px) {
  nav .desktoponly {
    display: none;
  }

  nav .navibereich {
    width: 100%;
  }
}

footer .footer__stoerer_wrap {
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}

footer .footer__stoerer_wrap .footer__stoerer_innerwrap {
  position: relative;
  width: 400px;
}

footer .footer__stoerer_wrap .footer__stoerer_innerwrap img {
  position: absolute;
  right: -100px;
  top: -20px;
  width: 80px;
}

@media (max-width: 605px) {
  footer .footer__stoerer_wrap .footer__stoerer_innerwrap img {
    display: none;
  }
}

footer .container > div h4.borderrein {
  border-bottom: 4px solid #c7d300;
}

footer .container > div svg {
  display: inline-block;
  transform: rotate(-45deg);
  width: 15px;
}

footer .textoben {
  color: #fff;
  font-size: 1.5rem;
  padding-top: 30px;
  text-align: center;
}

.footerlogo {
  margin: 10px auto;
  max-width: 300px;
}

.startseite .sucheblock .sucheblockmenu {
  display: flex;
  justify-content: space-between;
}

.sucheblock {
  background-image: url('/images/jobsuche_hgrd-gros.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 10px solid #c7d300;
  margin-bottom: 25px;
  background-position: top center;
}

.sucheblock .suchetitel {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.sucheblock .sucheblockmenu {
  display: none;
}

@media (max-width: 700px) {
  .sucheblock .sucheblockmenu.sucheblockmenu.sucheblockmenu.sucheblockmenu {
    display: none;
  }
}

.sucheblock .sucheblockmenu > div {
  position: relative;
  width: 50%;
}

.sucheblock .sucheblockmenu > div .textwrap {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.sucheblock .sucheblockmenu > div .textwrap .textwrap_inhalt {
  height: auto;
  padding-right: 50px;
  text-align: right;
  width: 42%;
}

@media (max-width: 990px) {
  .sucheblock .sucheblockmenu > div .textwrap .textwrap_inhalt {
    width: 50%;
  }
}

@media (max-width: 830px) {
  .sucheblock .sucheblockmenu > div .textwrap .textwrap_inhalt {
    padding-right: 25px;
    width: 55%;
  }
}

.sucheblock .sucheblockmenu > div .textwrap .textwrap_inhalt .textwrap_inhalt-titel {
  color: #fff;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

@media (max-width: 1400px) {
  .sucheblock .sucheblockmenu > div .textwrap .textwrap_inhalt .textwrap_inhalt-titel {
    font-size: 1.4rem;
  }
}

.sucheblock .sucheblockmenu > div .textwrap .textwrap_inhalt .textwrap_inhalt-text {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 1400px) {
  .sucheblock .sucheblockmenu > div .textwrap .textwrap_inhalt .textwrap_inhalt-text {
    font-size: 1rem;
  }
}

@media (max-width: 1150px) {
  .sucheblock .sucheblockmenu > div .textwrap .textwrap_inhalt .textwrap_inhalt-text {
    display: none;
  }
}

.sucheblock .sucheblockmenu > div .textwrap .textwrap_inhalt .textwrap_inhalt-button {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px 20px;
}

@media (max-width: 1400px) {
  .sucheblock .sucheblockmenu > div .textwrap .textwrap_inhalt .textwrap_inhalt-button {
    font-size: 1rem;
  }
}

@media (max-width: 1135px) {
  .sucheblock .sucheblockmenu > div .textwrap .textwrap_inhalt .textwrap_inhalt-button {
    font-size: 0.9rem;
    padding: 5px 10px;
  }
}

.sucheblock .sucheblockmenu > div .textwrap .textwrap_inhalt .textwrap_inhalt-button:hover {
  background-color: #fff;
  color: #000000;
}

.sucheblock .sucheblockmenu > div .textwrap.rechteseite {
  justify-content: flex-start;
}

.sucheblock .sucheblockmenu > div .textwrap.rechteseite .textwrap_inhalt {
  padding-left: 50px;
  padding-right: 0px;
  text-align: left;
  width: 45%;
}

@media (max-width: 990px) {
  .sucheblock .sucheblockmenu > div .textwrap.rechteseite .textwrap_inhalt {
    width: 55%;
  }
}

@media (max-width: 830px) {
  .sucheblock .sucheblockmenu > div .textwrap.rechteseite .textwrap_inhalt {
    padding-left: 25px;
    width: 60%;
  }
}

.sucheblock .sucheblockmenu > div .textwrap.rechteseite .textwrap_inhalt-button:hover {
  color: #7FB61B;
}

.sucheblock .container.container.container {
  padding: 20px 0 50px;
}

@media (min-width: 1400px) {
  .sucheblock .container.container.container {
    max-width: 1280px;
  }
}

@media (max-width: 768px) {
  .sucheblock .container.container.container {
    padding: 20px 20px 50px;
  }
}

.sucheblock .container.container.container h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: left;
}

.sucheblock .container.container.container h3 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 80px auto 80px;
  text-align: center;
}

.stellenergebnis__head1 {
    font-size: 1.2rem;
}

.stellenergebnis__wrap .stellenergebnis__body .stellenergebnis__unternehmen_firmenname {
    color: #009bb5;
}

.inputicon {
  position: absolute;
  left: 10px;
  top: 15%;
  transform: rotate(90deg);
}

.ortsuche__wrap {
  background-image: url('/images/icon_standort_kurzanzeige_suche.svg');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left 5px center;
  padding-left: 30px;
}

.sucheblock .container.container.container .stellenergebnis__stelle_info {
  padding: 0 20px;
}

.sucheblock .container.container.container .stellenergebnis__stelle_info h3 {
  color: #000;
}

.sucheblock .container.container.container form div.serchwrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 685px) {
  .sucheblock .container.container.container form div.serchwrap,
  .sucheblock .container.container.container form {
    flex-wrap: wrap;
  }
  .sucheblock .container.container.container form div.serchwrap select,
  .sucheblock .container.container.container form div.serchwrap input {
    margin-bottom: 15px;
    width: 47%;
  }
  .sucheblock .container.container.container form div.serchwrap div {
    padding-right: 10px;
  }
  .sucheblock .container.container.container form div.serchwrap div input {
    width: 100%;
  }

}

@media (max-width: 450px) {
  .sucheblock .container.container.container form {
    margin-bottom: -45px;
  }
  .sucheblock .container.container.container form div.serchwrap select,
  .sucheblock .container.container.container form div.serchwrap input {
    margin-bottom: 15px;
    width: 100%;
  }

}

.sucheblock .container.container.container form select,
.sucheblock .container.container.container form input {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin: 0 5px;
  padding: 3px 30px;
}

@media (max-width: 600px) {
  .sucheblock .container.container.container form select,
  .sucheblock .container.container.container form input {
    margin-bottom: 25px;
    width: 47%;
  }
    .sucheblock .container.container.container form input[type=checkbox] {
      margin: 0 5px;
      width: 18px;  
    }
}

@media (max-width: 500px) {
  .sucheblock .container.container.container form select,
  .sucheblock .container.container.container form input {
    margin-bottom: 25px;
    width: 100%;
  }
}

.sucheblock .container.container.container form select[type=submit],
.sucheblock .container.container.container form input[type=submit] {
  background-color: #c7d300;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  width: auto;
  color: #000;
}

.sucheblock .container.container.container form .umkreissuche__wrap {
  margin-right: 2%;
  padding: 1px 0;
}

.sucheblock .container.container.container form select {
  display: inline-block;
}

.kontaktblock {
  background-color: #4960A5;
}

.kontaktblock .container {
  padding: 30px 0 150px;
}

.kontaktblock .container h2 {
  color: #fff;
  font-weight: bold;
  margin: 0 0 40px;
  text-align: center;
}

.kontaktblock .container h2 span {
  background: url(/images/icon-direkterDraht.svg?645d098403366cc4d37d6289a5ffe11c) no-repeat left center;
  background-size: 25px auto;
  display: inline-block;
  font-weight: 400;
  font-size: 0.9rem;
  padding-left: 45px;
}

.kontaktblock .container h2 img {
  width: 15px;
}

.kontaktblock .container form .mailhead {
  align-items: flex-start;
  justify-content: center;
}

.kontaktblock .container form .mailbody {
  align-items: flex-end;
  justify-content: center;
  padding: 15px 0;
}

.kontaktblock .container form small {
  color: #fff;
  display: inline-block;
  font-size: 0.6rem;
  line-height: 0.8rem;
  width: 55%;
}

.kontaktblock .container form small input {
  color: #777777;
  font-size: 1rem;
  height: 28.8px;
  margin: 0 0 5px;
  width: 95%;
}

.kontaktblock .container form small textarea {
  color: #777777;
  font-size: 1.2rem;
  height: 180px;
  line-height: 1.3rem;
  margin: 0;
  padding: 10px 10px;
  width: 95%;
}

.kontaktblock .container form small p {
  font-size: 1rem;
}

.kontaktblock .container form input {
  margin: 0 5px 3px;
  padding: 3px 10px;
  width: 35%;
}

.kontaktblock .container form input[type=submit] {
  background-color: #7fb61b;
  border: 1px solid #fff;
  color: #fff;
  width: 145px;
}

.kontaktblock .container form .mailbody {
  display: none;
}

.kontaktblock .container form .mailbody.aktiv {
  display: flex;
}

.kontaktblock .container form a.weiterlesen {
  background-color: #7fb61b;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 5px 3px;
  padding: 3px 10px;
  width: 145px;
}

.kontaktblock .container form a.weiterlesen.aktiv {
  opacity: 0;
}

.agentenwrap {
  border-top: 30px solid #F9AA28;
  padding-bottom: 50px;
}

.agentenwrap .containerinner {
  margin: auto;
  max-width: 700px;
  width: 100%;
}

.agentenwrap .containerinner h2 {
  margin: 50px 0 20px;
  text-align: center;
}

.agentenwrap .containerinner h3 {
  margin: -20px 0 60px;
  text-align: center;
}

.agentenwrap .containerinner .agentlinks > div {
  align-items: flex-end;
  font-size: 0.8rem;
}

.agentenwrap .containerinner .agentlinks > div h3 {
  border-bottom: 1px solid #fff;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
}

.agentenwrap .containerinner .agentlinks > div a {
  background-color: rgba(55, 55, 255, 0.1);
  border: 1px solid #fff;
  color: #000000;
  display: block;
  margin: 30px auto;
  padding: 3px 10px;
  text-align: center;
  width: 70%;
}

.agentenwrap .containerinner .jobagendbox {
  background: url(/images/Jobagent_bildmotiv-NO.jpg?471655cd0a4061a3c34b89bbed3782dc);
  background-size: cover;
  width: 45%;
}

.agentenwrap .containerinner .stellengesuchbox {
  background: url(/images/stellengesuch-bildmotiv.jpg?aed24bfa2be43e7db9be2422926c6c23);
  background-size: cover;
  position: relative;
  width: 45%;
}

.agentenwrap .containerinner .stellengesuchbox div.dach {
  background: url(/images/dach_f_quadrate.svg?1b9f6635265ebc1ea974b0766ec0f861) no-repeat;
  background-size: 100% auto;
  left: 0;
  min-height: 80px;
  position: absolute;
  top: 0;
  width: 100%;
}

.agentenwrap .containerinner .stellengesuchbox div.dach img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10%;
}

.agentenwrap .containerinner .stellengesuchbox h3 {
  border-bottom: 1px solid #fff;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
}

.agentenwrap .containerinner .stellengesuchbox a {
  background-color: rgba(55, 55, 255, 0.1);
  border: 1px solid #fff;
  color: #7fb61b;
  display: block;
  font-family: "Open Sans";
  font-size: 0.9rem;
  font-weight: 800;
  margin: 30px auto;
  padding: 3px 10px;
  text-align: center;
  width: 70%;
}

.agentenwrap .containerinner .innerbox {
  color: #fff;
  width: 80%;
}

.auswahlbloecke {
  padding-bottom: 50px;
}

.auswahlbloecke .containerinner {
  margin: auto;
  max-width: 700px;
  width: 100%;
}

.auswahlbloecke .containerinner h2 {
  font-size: 1.3rem;
  margin: 50px 0 10px;
  text-align: center;
}

.auswahlbloecke .containerinner p.center {
  margin: 0px 0 40px;
}

.auswahlbloecke .containerinner .agentlinks > div {
  align-items: flex-end;
  background-size: cover;
  font-size: 0.8rem;
  margin-bottom: 10%;
  position: relative;
  width: 45%;
}

.auswahlbloecke .containerinner .agentlinks > div div.dach {
  background: url(/images/dach_f_quadrate.svg?1b9f6635265ebc1ea974b0766ec0f861) no-repeat;
  background-size: 100% auto;
  left: 0;
  min-height: 80px;
  position: absolute;
  top: 0;
  width: 100%;
}

.auswahlbloecke .containerinner .agentlinks > div div.dach img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10%;
}

.auswahlbloecke .containerinner .agentlinks > div h3 {
  border-bottom: 1px solid #fff;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
}

.auswahlbloecke .containerinner .agentlinks > div a {
  background-color: rgba(55, 55, 255, 0.1);
  border: 1px solid #fff;
  color: #7fb61b;
  display: block;
  font-family: "Open Sans";
  font-size: 0.9rem;
  font-weight: 800;
  margin: 30px auto;
  padding: 3px 10px;
  text-align: center;
  width: 70%;
}

.auswahlbloecke .containerinner .unternehmensprofil {
  background: url(/images/unternehmensprofil_bild.jpg?657bf5cce0a8955acbc69cbb7d48a37f);
}

.auswahlbloecke .containerinner .stellenausschreibungen {
  background: url(/images/stellengesuch-bildmotiv.jpg?aed24bfa2be43e7db9be2422926c6c23);
}

.auswahlbloecke .containerinner .bewerberagent {
  background: url(/images/bewerberagent_bild.jpg?14d12d9f9116b2e631b65eef52396b9e);
}

.auswahlbloecke .containerinner .mitarbeiterfinder {
  background: url(/images/mitarbeiterfinder_bild.jpg?db1a39f8df365c68474d7a1c17781b87);
}

.auswahlbloecke .containerinner .innerbox {
  color: #fff;
  width: 80%;
}

.joblistensucheblock {
  background: url(/images/orangenerHG.jpg?3fc7db9714522de5de9c35566e0331d1);
  background-size: cover;
  padding: 60px 0;
}

.joblistensucheblock h2 {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.joblistensucheblock form a span {
  color: #000;
}

.joblistensucheblock form span {
  background-color: #fff;
  color: #aaa;
  display: inline-block;
  text-align: center;
  width: 25px;
}

.joblistensucheblock form .jobcontainer a {
  color: #ffffff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 10px;
  width: 100%;
}

.joblistensucheblock form .jobcontainer a.font-bold {
  font-weight: bold;
}

.jobboerse__wrap {
  background-color: #ffffff;
  padding-bottom: 40px;
}

.register-container {
    text-align: center;
}

.register-btn {
  background-color: #4960A5;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  margin: 40px auto 0;
  padding: 10px 0;
  text-align: center;
  width: 350px;
}

.register-btn:hover {
  box-shadow: none;
}

@media (min-width: 1400px) {
  .jobboerse__wrap .container.container.container {
    max-width: 1280px;
  }
}

.jobboerse__wrap .container.container.container h2:after {
  background-color: #c7d300;
  content: "";
  display: block;
  height: 2px;
  width: 90px;
}

.jobboerse__wrap .container.container.container p {
  color: #000000;
  font-size: 1.2rem;
  width: calc(100% - 250px);
}

@media (max-width: 570px) {
  .jobboerse__wrap .container.container.container p {
    width: 100%;
  }
}

.jobboerse__wrap .container.container.container img.jobboerseimgjob {
  float: right;
  margin-top: -120px;
  width: 150px;
}

@media (max-width: 570px) {
  .jobboerse__wrap .container.container.container img.jobboerseimgjob {
    display: none;
  }
}

.jobboerse__wrap .container.container.container .jobboerse__noxen_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 76px;
  width: 100%;
}

@media (max-width: 450px) {
  .jobboerse__wrap .container.container.container .jobboerse__noxen_wrap {
    margin-top: 45px;
  }
}

.jobboerse__wrap .container.container.container .jobboerse__noxen_wrap .jobboerse__noxen_box {
  border: 3px solid #c7d300;
  padding: 30px 10px 10px;
  width: 21%;
}

@media (max-width: 900px) {
  .jobboerse__wrap .container.container.container .jobboerse__noxen_wrap .jobboerse__noxen_box {
    margin-bottom: 4%;
    width: 48%;
  }
}

@media (max-width: 600px) {
  .jobboerse__wrap .container.container.container .jobboerse__noxen_wrap .jobboerse__noxen_box {
    margin-bottom: 6%;
  }
}

@media (max-width: 450px) {
  .jobboerse__wrap .container.container.container .jobboerse__noxen_wrap .jobboerse__noxen_box {
    margin-bottom: 60px;
    width: 100%;
  }

  .jobboerse__wrap .container.container.container .jobboerse__noxen_wrap .jobboerse__noxen_box:last-of-type {
    margin-bottom: -30px;
  }
}

.jobboerse__wrap .container.container.container .jobboerse__noxen_wrap .jobboerse__noxen_box .jobboerse__noxen_box-header {
  display: flex;
  justify-content: center;
  position: relative;
}

.jobboerse__wrap .container.container.container .jobboerse__noxen_wrap .jobboerse__noxen_box .jobboerse__noxen_box-header img.imghacken {
  margin-top: -60px;
  position: absolute;
  width: 50px;
}

.jobboerse__wrap .container.container.container .jobboerse__noxen_wrap .jobboerse__noxen_box p {
  color: #000000;
  font-size: 1rem;
  text-align: center;
  width: 100%;
}

.berufung__wrap {
  background-color: #F3F4F4;
  padding-bottom: 40px;
}

@media (max-width: 900px) {
  .berufung__wrap {
    padding-bottom: 15px;
  }
}

.berufung__wrap .container.container.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 1400px) {
  .berufung__wrap .container.container.container {
    max-width: 1280px;
  }
}

.berufung__wrap .container.container.container h2 {
}

.berufung__wrap .container.container.container h2.border-after:after {
    background-color: #c7d300;
    content: "";
    display: block;
    height: 2px;
    width: 90px;
}

.berufung__wrap .container.container.container p {
  color: #000000;
  font-size: 1.2rem;
}

.berufung__wrap .container.container.container .berufung__stellen {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.berufung__wrap .container.container.container .berufung__stellen .berufung__stellen-box {
  background-color: #fff;
  box-shadow: 1px 1px 4px 2px #8A8A8A;
  cursor: pointer;
  width: 23%;
}

@media (max-width: 900px) {
  .berufung__wrap .container.container.container .berufung__stellen .berufung__stellen-box {
    margin-bottom: 25px;
    width: 48%;
  }
}

@media (max-width: 500px) {
  .berufung__wrap .container.container.container .berufung__stellen .berufung__stellen-box {
    width: 100%;
  }
}

.berufung__wrap .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  border-bottom: 5px solid #4960A5;
  height: 150px;
  position: relative;
}

.berufung__wrap.stimmen .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-logo {
  height: auto;
}

.berufung__wrap .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-logo img {
  align-self: center;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  max-height: 120px;
  max-width: 80%;
}

.berufung__wrap .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-text {
  padding: 10px 15px 0px;
}

.berufung__wrap .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-text span.titelstelle {
  color: #1c388f;
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 20px;
  word-break: break-word;
}

.berufung__wrap .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-text span.unternehmenstelle {
  color: #009bb5;
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 20px;
  word-break: break-word;
}

.berufung__wrap.stimmen .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-text {
    padding: 15px 20px 120px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

@media (max-width: 900px) {
    .berufung__wrap.stimmen .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-text {
        padding: 15px 20px 90px 20px;
    }
}

@media (max-width: 630px) {
    .berufung__wrap.stimmen .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-text {
        padding: 15px 20px 130px 20px;
    }
}

@media (max-width: 500px) {
    .berufung__wrap.stimmen .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-text {
        padding: 15px 20px 90px 20px;
    }
}

@media (max-width: 380px) {
    .berufung__wrap.stimmen .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-text {
        padding: 15px 20px 120px 20px;
    }
}

.berufung__wrap.stimmen .container.container.container .berufung__stellen .berufung__stellen-box {
    display: flex;
    flex-wrap: wrap;
}

.berufung__wrap.stimmen .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom: 5px solid #4960A5;
    position: relative;
    width: 100%;
    overflow: hidden;
}


.berufung__wrap.stimmen .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-logo img {
    max-height: none;
    max-width: 100%;
}

.berufung__wrap.stimmen .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-text span.name {
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
}

.berufung__wrap.stimmen .container.container.container .berufung__stellen .berufung__stellen-box .berufung__stellen-text span.unternehmenstelle {
  color: #000000;
  display: block;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 0;
  word-break: break-word;
  align-self: flex-start;
  flex: 0 0 auto;
  align-self: baseline;
}

.berufeliste__wrap {
  margin-bottom: 50px;
}

.berufeliste__wrap .container.container.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 1400px) {
  .berufeliste__wrap .container.container.container {
    max-width: 1280px;
  }
}

.berufeliste__wrap .container.container.container h2:after {
  background-color: #000000;
  content: "";
  display: block;
  height: 7px;
  width: 90px;
}

.berufeliste__wrap .container.container.container p {
  color: #000000;
  font-size: 1.2rem;
}

.berufeliste__wrap .container.container.container a.weiter {
  display: none;
}

@media (max-width: 580px) {
  .berufeliste__wrap .container.container.container a.weiter {
    display: inherit;
  }
}

.berufeliste__wrap .container.container.container .berufeliste__berufe {
  -moz-columns: 5 12rem;
       columns: 5 12rem;
  color: #000000;
  gap: 2rem;
  font-size: 1rem;
  line-height: 1.3rem;
  position: relative;
  width: 100%;
}

@media (max-width: 1400px) {
  .berufeliste__wrap .container.container.container .berufeliste__berufe {
    -moz-columns: 4 12rem;
         columns: 4 12rem;
    gap: 1.2rem;
  }
}

@media (max-width: 1100px) {
  .berufeliste__wrap .container.container.container .berufeliste__berufe {
    -moz-columns: 3 12rem;
         columns: 3 12rem;
    gap: 1.2rem;
  }
}

@media (max-width: 840px) {
  .berufeliste__wrap .container.container.container .berufeliste__berufe {
    -moz-columns: 2 12rem;
         columns: 2 12rem;
    gap: 1.2rem;
  }
}

@media (max-width: 580px) {
  .berufeliste__wrap .container.container.container .berufeliste__berufe {
    -moz-columns: 1 12rem;
         columns: 1 12rem;
    gap: 0rem;
    height: 300px;
    overflow: hidden;
  }

  .berufeliste__wrap .container.container.container .berufeliste__berufe:after {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
    bottom: 0;
    content: "";
    display: block;
    height: 35px;
    position: absolute;
    left: 0;
    width: 100%;
  }

  .berufeliste__wrap .container.container.container .berufeliste__berufe.aktiv {
    height: auto;
  }

  .berufeliste__wrap .container.container.container .berufeliste__berufe.aktiv:after {
    height: 0;
  }
}

.ausbildung {
    margin-bottom: 60px;
}

.ausbildung h2 {
    margin-bottom: 0;
}

.subtitle,
.ausbildung .subtitle {
    color: #000000;
    font-size: 1.2rem;
    margin: 0 0 20px;
}

.ausbildung h2.border-after:after {
    background-color: #c7d300;
    content: "";
    display: block;
    height: 2px;
    width: 90px;
}

.ausbildung .ausbildung-img {
    position: absolute;
    top: -100px;
    right: 0;
    width: 25%;
}

@media (max-width: 710px) {
    .ausbildung .ausbildung-img {
        top: -170px;
    }
}

@media (max-width: 630px) {
    .ausbildung .ausbildung-img {
        display: none;
    }
}

.ausbildung .maedelblock {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ausbildung .maedelblock .links {
    width: 30%;
}

.ausbildung .maedelblock .rechts {
    width: 68%;
    align-self: flex-end;
    font-size: 1.1rem;
}

@media (max-width: 700px) {
  .ausbildung .maedelblock .links,
  .ausbildung .maedelblock .rechts {
        width: 100%;
    }

    .ausbildung .maedelblock .links img {
      max-width: 300px;
      margin: 0 auto 30px;
  }

}

.ausbildung .maedelblock .rechts .kreutze {
    margin: auto
}

.ausbildung .maedelblock .rechts .btn-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.ausbildung .maedelblock .rechts .btn-container .btn-primary {
    display: inline-block;
    margin: 0px;
    max-width: 48%;
    padding: 10px 20px;
    width: 350px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ausbildung .maedelblock .rechts .btn-container .btn-primary.register-btn {
    background-color: #c7d300;
    margin-right: 20px;
    color: #000;
    min-width: 300px;
}

.ausbildung .maedelblock .rechts .btn-container .btn-primary:hover {
    box-shadow: none;
}

.ausbildung .maedelblock .rechts .btn-container .btn-primary.register1-btn {
    background-color: #fff;
    border: 1px solid #c7d300;
    color: #000000;
    min-width: 300px;
}

.ausbildung .maedelblock .rechts .btn-container .btn-primary.register1-btn:hover {
    box-shadow: none;
}

.aa_ww_wrap {
  background: #fff url("/images/orangenerHG.jpg") no-repeat center 100px;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  padding: 25px 0 50px;
}

.aa_ww_wrap .container.container.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 1400px) {
  .aa_ww_wrap .container.container.container {
    max-width: 1180px;
  }
}

@media (max-width: 900px) {
  .aa_ww_wrap .halbe.halbe.halbe {
    margin-bottom: 35px;
    width: 100%;
  }
}

.aa_ww_wrap .halbe.halbe.halbe .aa_ww_img {
  box-shadow: 1px 1px 4px 2px #8A8A8A;
  width: 70%;
}

@media (max-width: 550px) {
  .aa_ww_wrap .halbe.halbe.halbe .aa_ww_img {
    width: 100%;
  }
}

.aa_ww_wrap .halbe.halbe.halbe h2 {
  color: #fff;
}

.aa_ww_wrap .halbe.halbe.halbe p {
  color: #fff;
  font-size: 1.2rem;
  max-width: 400px;
}

.stelleaufgebenblock {
  background: url(/images/hintergruende/02branchenvorteile_hgrd.jpg);
  background-size: cover;
  color: #fff;
  padding: 20px 0 40px;
}

.stelleaufgebenblock h2,
.stelleaufgebenblock ul,
.stelleaufgebenblock p {
  color: #fff;
}

.stelleaufgebenblock h2 {
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
    font-size: 1.7rem;
}

.stelleaufgebenblock ul {
    font-size: 1.2rem;
    font-weight: bold;
    list-style: disc;
    padding-left: 20px;
}

.stelleaufgebenblock ul li {
    margin-bottom: 10px;
}

.aidww-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.aidww {
    display: inline-block;
    text-align: left;
    margin: 20px auto 0;}

.stelleaufgebenblock .aidww a {
    background-color: #c7d300;
    color: #000;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px auto 0;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
}

@media (min-width: 1400px) {
  .stelleaufgebenblock .container.container.container {
    max-width: 1280px;
  }
}

.stelleaufgebenblock .ww-unternehmen__wrap h2 {
  color: #fff;
  margin-bottom: 0.5rem;
}

.stelleaufgebenblock .ww-unternehmen__wrap h2:after {
  background-color: #000000;
  content: "";
  display: block;
  height: 7px;
  width: 90px;
}

.stelleaufgebenblock .ww-unternehmen__wrap h3 {
  color: #fff;
  margin-top: 0;
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche {
  background-color: rgba(255, 255, 255, 0.55);
  font-size: 1.1rem;
  margin: 40px 0 80px;
  padding: 20px;
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .ww-unternehmen__personalverantwortliche_header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .ww-unternehmen__personalverantwortliche_header .ww-unternehmen__personalverantwortliche_header-image {
  width: 15%;
}

@media (max-width: 550px) {
  .stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .ww-unternehmen__personalverantwortliche_header .ww-unternehmen__personalverantwortliche_header-image {
    display: none;
  }
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .ww-unternehmen__personalverantwortliche_header .ww-unternehmen__personalverantwortliche_header-image img.button-bewerber {
  margin: -40px auto 0;
  max-width: 90%;
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .ww-unternehmen__personalverantwortliche_header .ww-unternehmen__personalverantwortliche_header-text {
  width: 80%;
}

@media (max-width: 550px) {
  .stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .ww-unternehmen__personalverantwortliche_header .ww-unternehmen__personalverantwortliche_header-text {
    width: 100%;
  }
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .ww-unternehmen__personalverantwortliche_header .ww-unternehmen__personalverantwortliche_header-text h3 {
  color: #111213;
  margin-bottom: 0.5rem;
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .table {
  margin: 15px auto;
  width: 90%;
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .table .tr .td {
  padding: 5px 2%;
  width: 45%;
}

@media (max-width: 775px) {
  .stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .table .tr .td {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
  }
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .table .tr .td:last-of-type {
  width: 55%;
}

@media (max-width: 775px) {
  .stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .table .tr .td:last-of-type {
    display: flex;
    width: 100%;
  }
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .table .tr .td img.hackenmitkreis {
  float: left;
  margin-bottom: 25px;
  margin-right: 15px;
  width: 50px;
}

@media (max-width: 775px) {
  .stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .table .tr .td img.hackenmitkreis {
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__personalverantwortliche .table .tr .td img.hackenmitkreis {
    margin-bottom: 35px;
  }
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__besonders_wrap {
  margin-bottom: 60px;
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__besonders_wrap h2 {
  margin-bottom: 50px;
  text-align: center;
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__besonders_wrap h2:after {
  content: none;
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__besonders_wrap .ww-unternehmen__besonders_innerwrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__besonders_wrap .ww-unternehmen__besonders_innerwrap .ww-unternehmen__besonders_box {
  background-color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
  margin-bottom: 1.33%;
  padding: 10px;
  width: 24%;
}

@media (max-width: 850px) {
  .stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__besonders_wrap .ww-unternehmen__besonders_innerwrap .ww-unternehmen__besonders_box {
    margin-bottom: 4%;
    width: 48%;
  }
}

@media (max-width: 550px) {
  .stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__besonders_wrap .ww-unternehmen__besonders_innerwrap .ww-unternehmen__besonders_box {
    margin-bottom: 4%;
    width: 100%;
  }
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__besonders_wrap .ww-unternehmen__besonders_innerwrap .ww-unternehmen__besonders_box .ww-unternehmen__besonders_box-header {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px;
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__besonders_wrap .ww-unternehmen__besonders_innerwrap .ww-unternehmen__besonders_box .ww-unternehmen__besonders_box-header img.boximage {
  align-self: flex-start;
  margin-left: 15px;
  width: 65px;
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__besonders_wrap .ww-unternehmen__besonders_innerwrap .ww-unternehmen__besonders_box-spezial {
  padding: 10px;
  width: 49.33%;
}

@media (max-width: 850px) {
  .stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__besonders_wrap .ww-unternehmen__besonders_innerwrap .ww-unternehmen__besonders_box-spezial {
    margin-bottom: 4%;
    width: 100%;
  }
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__besonders_wrap .ww-unternehmen__besonders_innerwrap .ww-unternehmen__besonders_box-spezial h2 {
  font-size: 1.4rem;
  margin: 20px auto;
  width: 70%;
}

.stelleaufgebenblock .ww-unternehmen__wrap .ww-unternehmen__besonders_wrap .ww-unternehmen__besonders_innerwrap .ww-unternehmen__besonders_box-spezial a.button.weissw {
  margin-left: 30%;
}

.stelleaufgebenblock .stellenaufgabenblock__inner {
  background-color: rgba(57, 97, 58, 0.6);
  padding: 40px 0;
}

.stelleaufgebenblock .flexcontainer {
  align-items: center;
}

.stelleaufgebenblock .flexcontainer > div {
  box-sizing: border-box;
  color: #fff;
  margin: 0 20px;
  text-align: right;
  width: 46%;
}

.stelleaufgebenblock .flexcontainer > div p {
  float: right;
  font-size: 1.2rem;
  max-width: 500px;
}

.stelleaufgebenblock .flexcontainer > div.rechtebox {
  text-align: left;
}

.stelleaufgebenblock .flexcontainer > div.rechtebox a {
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 0 10px 5px;
}

.stelleaufgebenblock a {
  font-weight: bold;
  text-decoration: underline;
}

.stelleaufgebenblock a.box {
  background-color: #000000;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
}

.stelleaufgebenblock .tr:nth-child(even) {
  background-color: transparent;
}

.zitatblock {
  background: url(/images/frau_startseite.jpg?e32e27bc9ad45af048dde879889b60ea);
  background-size: cover;
  padding: 100px 0 180px;
}

.zitatblock .flexcontainer {
  align-items: center;
}

.zitatblock .flexcontainer > div {
  margin: 0 20px;
  text-align: left;
  width: 30%;
}

.nachobenwrap {
  margin: auto;
  position: relative;
  width: 400px;
}

.nachobenwrap .nachoben {
  background: url(/images/hg-pfeil-nach-oben.svg?c7e1c39b30747b80cd7746a114d770f2) no-repeat center center;
  background-size: 100% auto;
  bottom: -20px;
  cursor: pointer;
  height: 60px;
  position: absolute;
  transition: all 1s;
  width: 400px;
  display: none;
}

.nachobenwrap .nachoben:hover {
  bottom: -5px;
}

.nachobenwrap .nachoben svg {
  height: 25px;
  margin-top: 10px;
}

footer#footer {
  background: #595959;
  background-size: cover;
  border-top: 10px solid #c7d300;
  position: relative;
}

footer#footer .container {
  padding: 60px 0 20px;
}

footer#footer .container > div {
  width: auto;
}

footer#footer .container > div a {
  color: #fff;
}

footer#footer .container > div.seitenlinks {
  min-width: 250px;
  width: 20%;
}

footer#footer .container > div.logowrap {
  width: 25%;
}

footer#footer .container > div.logowrap img {
  max-width: 100%;
}

.namenwrap {
  background-color: #7fb61b;
  color: #fff;
  font-size: 1.1rem;
  padding: 5px 0 0px;
  text-align: center;
  width: 100%;
}

.kampagneblock {
  background: url(/images/orangenerHG.jpg?3fc7db9714522de5de9c35566e0331d1);
  background-size: cover;
}

.kampagneblock .container .linkespalte {
  bottom: 50px;
  position: relative;
  width: 30%;
}

.kampagneblock .container .linkespalte img {
  max-width: 100%;
}

.kampagneblock .container .rechtespalte {
  color: #fff;
  width: 65%;
}

.kampagneblock .container .rechtespalte h2 {
  color: #fff;
  font-size: 1.2rem;
  margin: 30px 0 10px;
}

.kampagneblock .container .rechtespalte h2 img {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
}

.kampagneblock .container .rechtespalte p {
  text-align: left;
}

.kampagneblock .container .rechtespalte .buttonwrap {
  justify-content: flex-start;
  padding: 40px 0;
}

.kampagneblock .container .rechtespalte .buttonwrap a {
  background-color: rgba(255, 255, 255, 0.9);
  margin-right: 15px;
}

.kampagneblock .container .rechtespalte .buttonwrap a:hover {
  background-color: transparent;
  border-color: #ffffff;
}

.nav.untermenu {
  background-color: #7fb61b;
}

.nav.untermenu a {
  color: #fff;
  margin: 10px 25px 10px 0;
  padding: 0px 0;
}

.nav.untermenu a.aktiv {
  border-color: #fff;
}

.unternehmenfaqwrap h2 {
  color: #000000;
  margin: 20px 0 25px;
}

.unternehmenfaqwrap .faqwrap {
  padding: 20px 0;
}

.unternehmenfaqwrap .faqwrap.hgwrap0 {
  background-color: #efefef;
}

.unternehmenfaqwrap .eintrag {
  margin-bottom: 15px;
}

.unternehmenfaqwrap .eintrag.aktiv .akkordionbody {
  display: inherit;
}

.unternehmenfaqwrap .akkordionheader {
  border-bottom: 1px solid #595959;
  cursor: pointer;
}

.unternehmenfaqwrap .akkordionbody {
  display: none;
}

.berufwrap .hgwrap1 {
  background-color: #efefef;
  padding: 5px 10px;
}

.berufwrap .hgwrap0 {
  padding: 5px 10px;
}

.berufwrap .container h2 {
  cursor: pointer;
}

.berufwrap .container h4 {
  background-image: url("/images/icons/icon_pfeil_unten.svg");
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: 80% center;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 400;
}

.berufwrap .container .gruppenwrap {
  display: none;
}

.berufwrap .container .gruppenwrap .berufeintrag {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 10px;
}

.berufwrap .container .gruppenwrap .berufeintrag input {
  margin-right: 5px;
}

.berufwrap .container.aktiv .gruppenwrap {
  display: inherit;
}

.berufwrap .container.aktiv h4 {
  background-image: url("/images/icons/icon_pfeil_oben.svg");
}

#abschlusswrap .abschluss {
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
  margin: 15px 0;
  padding-bottom: 15px;
}

#abschlusswrap .abschluss input {
  margin-top: 10px;
}

.eintraegeoverlay {
  background-color: rgba(200, 200, 200, 0.9);
  border-radius: 5px;
  border: 1px solid #999999;
  left: 200vw;
  min-height: 80vh;
  position: absolute;
  transition: 0.7s linear;
  z-index: 900;
}

.eintraegeoverlay .container {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  border: 3px solid #ffffff;
  margin-top: 20px;
  padding: 10px 20px;
}

@media (max-width: 470px) {
  .stellencontainer {
    width: 100%;
  }
}

.stellenergebnis__wrap {
  background-color: #ffffff;
  border: 1px solid #7fb61b;
  border-radius: 5px;
  width: 100%;
}

.stellenergebnis__wrap .stellenergebnis__head p {
  background-color: #4960A5;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 5px 15px;
  word-break: break-word;
}

.stellenergebnis__wrap .stellenergebnis__unternehmen_firmenname {
  color: #00FFFB;
  color: #000000;
  display: inline-block;
  font-size: 1.1rem;
  padding: 10px 0;
  text-align: left;
  width: 100%;
}

.stellenergebnis__wrap img.icon.icon.icon.unternehmen {
    max-width: none;
    width: 90%;
    min-width: 200px;
    max-height: none;
    object-fit: contain;
}

.stellenergebnis__wrap .stellenergebnis__body h3 {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 15px 0;
  text-align: left;
}

.stellenergebnis__wrap .stelle {
  border-bottom: 1px solid #7fb61b;
  margin-bottom: 10px;
  padding: 10px 0 20px;
}

.stellenergebnis__wrap .stelle:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.stellenergebnis__wrap .stelle .stellenergebnis__stelle_info .stellenergebnis__stelle_parameter {
  border-bottom: 1px solid #7fb61b;
  padding-bottom: 5px;
}

.stellenergebnis__wrap .stelle .stellenergebnis__stelle_info .stellenergebnis__stelle_social_media {
    padding-top: 5px;
}

.stellenergebnis__wrap .stelle .stellenergebnis__stelle_info .stellenergebnis__stelle_social_media img {
    height: 30px;
    max-width: none;
    max-height: none;
}


@media (max-width: 470px) {
  .stellenergebnis__wrap .stelle .stellenergbnis_unternen_logo {
    order: 1;
    width: 60%;
  }

  .stellenergebnis__wrap .stelle .stellenergebnis__stelle_info.stellenergebnis__stelle_info.stellenergebnis__stelle_info.stellenergebnis__stelle_info {
    order: 3;
    padding: 0 20px;
    width: 100%;
  }

  .stellenergebnis__wrap .stelle .stellenergebnis__stelle_info.stellenergebnis__stelle_info.stellenergebnis__stelle_info.stellenergebnis__stelle_info h3 {
    color: #000;
    margin: 15px 0 0;
  }

  .stellenergebnis__wrap .stelle .stellenergebnis__favoriten {
    order: 2;
    width: 30%;
  }
}

.stellenergebnis__wrap .stelle h3 {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.stellenergebnis__wrap .stelle .stellenergbnis_unternen_logo {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-right: 10px;
}

.stellenergebnis__wrap .stelle .stellenergbnis_unternen_logo img {
  flex: 1;
  max-width: 90%;
}

.stellenergebnis__wrap .stelle .stellenergbnis_unternen_logo a {
  display: block;
  margin: auto;
  max-width: 90%;
}

.stellenergebnis__wrap .stelle .stellenergbnis_unternen_logo a img {
  max-width: 100%;
}

.stellenergebnis__wrap .stelle .stellenergebnis__favoriten img {
  float: right;
  margin-right: 15px;
  width: 30px;
}

.stellenergebnis__wrap .stelle p {
  padding: 5px 15px;
}

.stellenergebnis__wrap .zumunternehmensprofil {
  color: #7fb61b;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  padding-right: 10px;
}

.stellenergebnis__wrap .zumunternehmensprofil .iconbg {
  background-color: #7fb61b;
  display: inline-block;
  margin-right: 15px;
  padding: 5px 0 5px 5px;
}

.stellenergebnis__wrap .zumunternehmensprofil .iconbg img.icon {
  max-height: 30px;
  max-width: 30px;
}

.stellenergebnis__wrap.unternehmen__wrap .unternehmen__firmenname {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  justify-content: center;
  min-height: 150px;
}

.stellenergebnis__wrap.unternehmen__wrap .stelle .stellenergbnis_unternen_logo img {
  flex: 0 1 auto;
  max-width: 85%;
}

.cookiebanner__wrap {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 20px;
  display: flex;
  height: 100vh;
  padding: 15px 0;
  position: fixed;
  width: 100vw;
  z-index: 9999;
}

.cookiebanner__wrap .cookiebanner__background {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
}

.cookiebanner__wrap .cookiebanner__innenwrap {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  margin: auto;
  text-align: center;
  width: 300px;
  z-index: 10000;
}

.cookiebanner__wrap .cookiebanner__innenwrap button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #7FB61B;
  border-radius: 4px;
  color: #ffffff;
  margin-bottom: 5px;
  padding: 5px 15px;
  width: 90%;
}

.cookiebanner__wrap .cookiebanner__innenwrap button.ohne {
  background-color: transparent;
  color: #000;
  font-size: 0.7rem;
}

.cookiebanner__wrap .cookiebanner__innenwrap p {
  font-size: 0.8rem;
}

.cookiebanner__wrap .cookiebanner__innenwrap p.small {
  font-size: 0.7;
}

#tinymce {
  padding: 15px;
}

#tinymce h3 {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 15px 0;
  text-align: left;
}

#tinymce ol,
#tinymce ul {
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

#tinymce::before {
  left: 15px;
  top: 15px;
}

.kartenreiter {
  margin: 25px auto;
}

.kartenreiter .kartenreiter__header .kartenreiter__auswahl {
  border: 1px solid #0B5783;
  border-bottom: 0;
  border-radius: 0 15px 0 0;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 20px;
  width: auto;
}

.kartenreiter .kartenreiter__header .kartenreiter__auswahl:hover,
.kartenreiter .kartenreiter__header .kartenreiter__auswahl.active {
  background-color: #0B5783;
  color: #fff;
}

.kartenreiter .kartenreiter__body {
  border-top: 1px solid #0B5783;
}

.kartenreiter .kartenreiter__body .kartenreiter__body_wrap {
  display: none;
  transition: all 1s;
}

.kartenreiter .kartenreiter__body .kartenreiter__body_wrap.active {
  display: inherit;
}

@media (max-width: 800px) {
  .logo.headerlogo {
    display: none;
  }
}

@media (max-width: 768px) {
  .container.container.container {
    max-width: 100%;
    padding: 0 20px;
  }

  .joblistensucheblock form {
    justify-content: flex-start;
  }

  .joblistensucheblock form span {
    display: inline-block;
    margin: 5px 10px;
  }

  .joblistensucheblock form:nth-of-type(2) {
    padding: 0 10px;
  }

  .stelleaufgebenblock .items-center > div {
    margin: 0;
  }

  .zitatblock .flexcontainer .linkebox {
    order: 2;
  }

  .zitatblock .flexcontainer .rechtebox {
    order: 1;
  }

  footer#footer .container {
    padding: 30px 20px;
  }

  footer#footer .container > div {
    width: 25%;
  }

  footer#footer .container div.logowrap {
    margin-top: 15px;
    width: 100%;
  }

  footer#footer .container div.logowrap div {
    margin: auto;
    width: 25%;
  }
}

@media (max-width: 640px) {
  nav .max-w-7xl {
    max-width: 100%;
    width: 100%;
  }

  .stellenvorschau__content {
    width: 100%;
  }

  .stellenvorschau__rechteseite {
    padding-left: 0;
    width: 100%;
  }
}

@media (max-width: 550px) {
  .joblistensucheblock .stellencontainer,
  .joblistensucheblock .jobcontainer {
    width: 100%;
  }

  .zitatblock .flexcontainer .rechtebox {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .unternehmens_detail_wrap .stellenergebnis__wrap .stelle {
    flex-wrap: wrap;
  }

  .unternehmens_detail_wrap .stellenergebnis__wrap .stelle .stellenergbnis_unternen_logo {
    order: 1;
    width: 60%;
  }

  .unternehmens_detail_wrap .stellenergebnis__wrap .stelle .unternehmen__firmenname {
    font-size: 1.2rem;
    min-height: auto;
    margin-top: 25px;
    order: 2;
    padding: 0 20px;
    width: 100%;
  }

  .stellenergebnis__stelle_parameter {
    flex-wrap: wrap;
  }

  .stellenergebnis__stelle_parameter .stellenergebnis__unternehmen_ort {
    display: block;
    margin: 15px 0;
    width: 100%;
  }

  .stellenergebnis__stelle_parameter .stellenergebnis__unternehmen_ort img {
    float: left;
  }

  .agentenwrap .containerinner .agentlinks > div {
    margin-bottom: 15px;
    width: 100%;
  }

  .stelleaufgebenblock .items-center h2 {
    text-align: left;
  }

  .stelleaufgebenblock .items-center > div {
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
  }

  footer#footer .container {
    padding: 30px 20px;
  }

  footer#footer .container > div {
    margin-bottom: -50px;
    width: 49%;
  }

  footer#footer .container > div:last-of-type {
    margin-bottom: 15px;
  }

  footer#footer .container > div a {
    display: inline-block;
    margin-bottom: 10px;
  }

  footer#footer .container > div.seitenlinks {
    width: 100%;
  }

  footer#footer .container > div:nth-child(2n) {
    text-align: left;
  }

  footer#footer .container div.logowrap {
    margin-top: 15px;
    width: 100%;
  }

  footer#footer .container div.logowrap div {
    margin: auto;
    width: 50%;
  }
}

.table {
  border: 1px solid var(--hg-button);
  border-radius: 5px 5px 0 0;
  display: table;
}

.th {
  display: table-cell;
  padding: 5px 10px 5px 5px;
}

.th:first-child {
  border-radius: 5px 0px 0 0;
}

.th:last-child {
  border-radius: 0px 5px 0 0;
}

.tr {
  display: table-row;
}

.tr:nth-child(odd) {
  background-color: var(--table-odd);
}

.tr:nth-child(even) {
  background-color: #fff;
}

.td {
  display: table-cell;
  padding: 5px 10px 5px 5px;
}

.td.klein {
  width: 90px;
}

.td.colspan-3 {
  width: 227%;
  display: table;
}

.table-body {
  display: table-row-group;
}

/* Share Overlay Styles */
.overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.close-overlay {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
}

.close-overlay:hover,
.close-overlay:focus {
    color: #000;
    text-decoration: none;
}

.overlay-content h3 {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

.share-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.share-link {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    cursor: pointer;
}

.share-link:hover {
    border-color: #4CAF50;
    background-color: #f9f9f9;
    transform: translateY(-2px);
}

.share-link img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.share-link span {
    font-weight: 500;
}

.copy-link {
    position: relative;
}

.copy-success {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #4CAF50;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.copy-success.show {
    opacity: 1;
}

.stelleaufunternehmen p a {
    color: #009bb5;
}

.stelleaufunternehmen hr {
    border: 1px solid #bbb;
}

.stelleaufunternehmen .stellenergebnis__unternehmen_ort {
}

.stelleaufunternehmen br:last-of-type,
.stelleaufunternehmen hr:last-of-type {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .share-links {
        grid-template-columns: 1fr;
    }

    .overlay-content {
        margin: 20% auto;
        width: 95%;
        padding: 20px;
    }
}

/* Erweiterte Suche Styles */
.erweiterte-suche-wrapper {
    margin-top: 30px;
    width: 100%;
}

.erweiterte-suche-toggle {
    border-bottom: 1px solid #777777;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.erweiterte-suche-toggle:hover {
    border-bottom-color: #c7d300;
}

.erweiterte-suche-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000000;
    padding: 3px 40px;
}

.erweiterte-suche-pfeil {
    font-size: 1.2rem;
    font-weight: bold;
    color: #c7d300;
    transition: transform 0.3s ease;
}

.erweiterte-suche-content {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.erweiterte-suche-beschreibung {
    color: #666666;
    font-size: 1rem;
    margin-bottom: 20px;
    font-style: italic;
    padding: 3px 40px;
}

.erweiterte-suche-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.erweiterte-suche-zeile {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.erweiterte-suche-input,
.erweiterte-suche-select {
    flex: 1;
    min-width: 200px;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.erweiterte-suche-input:focus,
.erweiterte-suche-select:focus {
    border-color: #c7d300;
    outline: none;
}

.erweiterte-suche-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding-right: 40px;
    appearance: none;
}

.beschaeftigungsart-section {
    margin-top: 30px;
}

.beschaeftigungsart-title {
    color: #000000;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 3px 40px;
}

.beschaeftigungsart-checkboxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.beschaeftigungsart-checkboxes.beschaeftigungsart-checkboxes.beschaeftigungsart-checkboxes.beschaeftigungsart-checkboxes.beschaeftigungsart-checkboxes.beschaeftigungsart-checkboxes input[type="checkbox"] {
    padding: 3px 3px;
}
.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    color: #000000;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
    accent-color: #c7d300;
}

.checkbox-label span {
    user-select: none;
}

.erweiterte-suche-button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.erweiterte-suche-button {
    background-color: #c7d300;
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 10px 30px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.erweiterte-suche-button:hover {
    background-color: #7fb61b;
    color: #ffffff;
}

/* Responsive Design für erweiterte Suche */
@media (max-width: 768px) {
    .erweiterte-suche-zeile {
        flex-direction: column;
    }

    .erweiterte-suche-input,
    .erweiterte-suche-select {
        min-width: 100%;
    }

    .beschaeftigungsart-checkboxes {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .erweiterte-suche-text {
        font-size: 1rem;
    }

    .erweiterte-suche-beschreibung {
        font-size: 0.9rem;
    }
}

/* QR-Code Styles */
.qr-code-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr-code-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr-code-image {
    max-width: 150px;
    height: auto;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.qr-code-image:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.qr-code-text {
    font-size: 0.8rem;
    color: #666;
    text-align: center;
    line-height: 1.3;
    margin-top: 8px;
}

/* Responsive QR-Code */
@media (max-width: 768px) {
    .qr-code-image {
        max-width: 120px;
    }

    .qr-code-text {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .qr-code-image {
        max-width: 100px;
    }
}

/* Stellenanzeige Detail - Rechte Spalte Layout */
.stellenvorschau__wrap {
    align-items: stretch;
}

.stellenvorschau__rechteseite {
    min-height: 600px; /* Mindesthöhe für Flexbox-Layout */
}

.stellenvorschau__content {
    min-height: 600px; /* Gleiche Mindesthöhe für linke Spalte */
}

/* Responsive Anpassungen für Stellenanzeige Layout */
@media (max-width: 768px) {
    .stellenvorschau__rechteseite {
        min-height: auto;
        flex-direction: column;
        justify-content: flex-start;
    }

    .stellenvorschau__rechteseite .stellenergebnis__wrap:last-child {
        margin-top: 20px;
    }
}
