/* Version:  März 2023 / Creator: 167 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.5;
  background-color: #ddd;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust: exact;
}
.frame-outer {
  position: relative;
  width: 780px; /*	maximale Breite: 782px	*/
  margin: 1.4rem auto;
  background-color: #fff;
  font-size: 0.75rem; /*	minimale Schriftgröße 0.6rem	*/
}
.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}
/*--für Titel--*/
h1 {
  margin: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.2rem;
}
h1 span {
  font-size: 1.2rem;
}
/*--für Untertitel (Vollzeit, Teilzeit/Standort)--*/
h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 500;
}
/*--für Überschiften--*/
h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}
/*--für kleine/unter Überschiften--*/
h4 {
  margin: 0;
  font-size: 0.9rem;
}
#logo {
  padding: 1.5rem 4%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
#logo img {
  width: 35%;
}
#header {
  position: relative;
}
.content {
  position: relative;
  padding: 1.5rem 4%;
}
.content::after {
  content: "";
  display: block;
  clear: both;
}
.imgAufgaben {
  background-image: url("aufgaben.jpg");
  background-position: center center;
  background-size: cover;
  transition: .25s all ease-in-out;
}

.imgProfil {
  background-image: url("profil.jpg");
  background-position: center center;
  background-size: 172%;
  transition: .25s all ease-in-out;
}
.imgProfil:hover {
  background-size: 182%;
}
.imgKontakt {
  background-image: url("kontakt.jpg");
  background-position: center center;
  background-size: cover;
  transition: .25s all ease-in-out;
}
.bg_benefits {
  position: relative;
  padding: 1.5rem 4%;
  background-image: url("bg_benefits.jpg");
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.grey {
  background-color: #f5f5f5;
}
/*--für Stellentitel--*/
#title {
  position: relative;
  padding: 1.5rem 4%;
}
#footer {
  position: relative;
  padding: 1.5rem 4%;
}
#footer::after {
  content: "";
  display: block;
  clear: both;
}
/*--Flex--*/
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*align-items: flex-start;*/
  flex-direction: row;
  flex-wrap: wrap;
}
.flexCenter {
  align-items: center;
}
.left {
  margin: 0;
  padding: 1.5rem 4%;
  width: 50%;
}
.right {
  margin: 0;
  padding: 1.5rem 4%;
  width: 50%;
}
.width65 {
  width: 65%;
}
.width35 {
  width: 35%;
}
#footer .left {
  margin: 0;
  padding: 0;
  width: 49%;
  border-bottom: 1px solid #000;
}
#footer .right {
  margin: 0;
  padding: 0;
  width: 49%;
}
/*--Float--*/
.box-left {
  float: left;
  width: 48%;
}
.box-right {
  float: right;
  width: 48%;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}
/*--Links - bitte für unterschiedliche Hintergründe farblich anpassen!--*/
a:link, a:visited, a:active {
  text-decoration: none;
  color: #00afaa;
}
a:hover {
  text-decoration: underline;
}
/*--Listen--*/
ul {
  margin: 0;
  list-style-type: none;
}
li {
  position: relative;
  margin: 0.35rem 0;
  padding: 0 0 0 1rem;
}
li:last-child {
  padding-bottom: 0;
}
li::before {
  position: absolute;
  top: -7px;
  left: 0;
  content: "•";
  font-size: 1.4rem;
  color: #00afaa;
}
.bg_benefits li::before {
  color: #fff;
}
/*--Eingrückte Listenpunkte--*/
li ul {
  margin: 0 0 0 0;
  padding: 0 0 0 1rem;
}
/*--Button--*/
.button_box {
  text-align: center;
}
.button_box::after {
  clear: both;
  content: "";
  display: block;
}
.button a {
  display: inline-block;
  background-color: #000;
  padding: 0.75rem 10%;
  margin: 0 auto;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.button a:hover {
  background-color: #444;
  text-decoration: none;
}
/*--Slider editierbar--*/
.slider-wrap {
  max-width: 800px;
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.slider-wrap img {
  display: block;
}
.slideshow {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.slideshow li span {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 24s linear infinite; /* 1 Frame = 6 Sekunden */
  animation: image 24s linear infinite;
}
@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% /* 1/4 von 100 */ {
    opacity: 1;
  }
  30% /* 2. und 3. Wert addiert */ {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slideshow li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
ul.slideshow {
  margin: 0;
  padding-left: 0;
}
.slideshow li::before {
  display: none;
}
/*--Angaben Bilder, Video, etc.--*/
iframe {
  display: block;
  width: 100%;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
}
.imgcenter {
  display: inline-block;
}
strong {
  font-weight: 700;
}
hr {
  border: 0;
  background-color: #000;
  height: 1px;
}
p {
  margin: 0;
}
p:empty {
  height: 1rem;
}
.hide_m {
  display: block;
}
.hide {
  display: none;
}
.refnr {}

.apply {}
