/* Version:  März 2023 / Creator: 167 */
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&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: 'PT Sans', sans-serif;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  word-spacing: normal;
  line-height: 1.5;
  background-color: #f2f2f2;
  /*	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.85rem; /*	minimale Schriftgröße 0.6rem	*/
  overflow: hidden;
}
.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}
/*--für Titel--*/
h1 {
  margin: 2rem 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.4rem;
  position: relative;
  z-index: 99;
}
h1 span {
  font-size: 1rem;
}
/*--für Untertitel (Vollzeit, Teilzeit/Standort)--*/
h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
  z-index: 99;
}
/*--für Überschiften--*/
h3 {
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.1rem;
  font-weight: 700;
}
.icon h3 {
  display: block;
  padding: 1rem;
  margin: 0;
  background-color: #dadada;
  font-size: 0.85rem;
  line-height: 1.1rem;
  font-weight: 700;
}
/*--für kleine/unter Überschiften--*/
h4 {
  margin: 0;
  font-size: 0.9rem;
}
#logo {
  padding: 1.5rem 4%;
  position: relative;
}
#logo img {
  width: 25%;
}
#header {
  position: relative;
}
.content {
  position: relative;
  padding: 1.5rem 4%;
  z-index: 99;
}
.content::after {
  content: "";
  display: block;
  clear: both;
}
/*--für Stellentitel--*/
#title {
  position: relative;
  padding: 1.5rem 4%;
}
#footer {
  position: relative;
  padding: 1.5rem 4%;
  background-color: #dadada;
}
#footer::after {
  content: "";
  display: block;
  clear: both;
}
#footer a {
  color: #000;
}
/*--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;
}
.left {
  margin: 0;
  padding: 0;
  width: 48%;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.right {
  margin: 0;
  padding: 0;
  width: 48%;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.icon {
  position: relative;
  width: 23%;
  text-align: center;
  margin: 0 0 1rem 0;
  padding: 0;
  background: linear-gradient(0deg, rgba(218, 218, 218, 1) 15%, rgba(255, 255, 255, 1) 15%);
  border: 1px solid #dadada;
}
.icon img {
  padding: 2rem;
}
#footer .left {
  margin: 0;
  padding: 0;
  width: 49%;
  background: none;
}
#footer .right {
  margin: 0;
  padding: 0;
  width: 49%;
  background: none;
}
.boxGrey {
  position: relative;
  padding: 1.5rem 4%;
  background-color: #dadada;
  z-index: 99;
}
.diamonds {
  position: absolute;
  bottom: -400px;
  right: -233px;
  z-index: 1;
  width: 75%;
}
.padding {
  padding: 1.5rem 4%;
}
/* [1] The container */
.img-hover-zoom {
  height: 220px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}
/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}
/*--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: #ec6400;
}
a:hover {
  text-decoration: underline;
}
/*--Listen--*/
ul {
  margin: 0;
  list-style-type: none;
}
li {
  position: relative;
  margin: 0.25rem 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;
}
/*--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: block;
  background-color: #ec6400;
  background-image: linear-gradient(#883b00, #883b00);
  background-size: 0 100%;
  background-repeat: no-repeat;
  padding: 0.6rem 5%;
  margin: 0;
  cursor: pointer;
  -moz-transition: all 0.33s;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  width: 15rem;
  text-align: center;
  -moz-border-radius: 111rem;
  -webkit-border-radius: 111rem;
  border-radius: 111rem;
}
.button a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
/*--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: #dadada;
  height: 2px;
  margin: 1rem 0;
}
p {
  margin: 0;
}
p:empty {
  height: 1rem;
}
.hide_m {
  display: block;
}
.hide {
  display: none;
}
.refnr {}

.apply {}
