:root {
  --textcolor: #575756;
  --grau: #555555;
  --light-grey: #dbdbdb;
  --bg-image-check: url("../img/check-gelb.svg");
  --bg-image-plus: url("../img/plus.svg");
  --dark: #151515;
  --highlight: #1276b7;
  --primary: #237ab7;
  --secondary: #914393;
  --bg-light-blue:#cae4f4;
  --bg-light-grey:#f0f0f0;
  --border: #97d3f8;
  --rosa: #f3e9f3;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.relative {
  position: relative;
}

hr {
  border-color: var(--primary);
  margin-top: 5px;
  margin-bottom: 5px;
}

.sticky {
  padding-top: 0px !important;
  position: sticky;
  border-radius: 0 !important;
  top: 0;
  background-color: #fff;
  color: var(--textcolor);
  box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.19);
}
.sticky a {
  color: var(--textcolor) !important;
}
.sticky a:hover,
.sticky a.active {
  color: var(--primary) !important;
}

body {
  font-family: "Noto Sans";
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8rem;
  margin: 0;
  padding: 0;
  color: var(--textcolor);
}
@media (max-width: 360px) {
  body {
    font-size: 14px;
    line-height: 1.4rem;
  }
}

ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

a:hover,
a.active {
  color: var(--primary);
  text-decoration: none !important;
}

h1,
h2,
h3,
h4 {
  font-weight: 300;
  font-size: 40px;
  color: var(--primary);
  line-height: normal;
}
@media (max-width: 720px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 25px;
  }
}
@media (max-width: 360px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 18px;
  }
}

h2 {
  font-size: 28px;
  font-weight: 700;
}

h3,
h4 {
  font-size: 40px;
}

.primary {
  color: var(--primary) !important;
}

.secondary {
  color: var(--secondary) !important;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-light {
  background-color: #f9f9f9;
}

.bg-primary {
  background-color: var(--primary);
  color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3 {
  color: #fff;
}

.bg-highlight {
  background-color: var(--highlight);
}

.bg-dark {
  background-color: #4b4b4b;
}

.shadow {
  box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
}

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

.viertel {
  width: 25%;
}

.half {
  width: 50%;
}

.slanted {
  font-family: "Mr Dafoe";
  font-size: 40px;
  color: var(--primary);
  line-height: normal;
}

.container {
  max-width: 1250px !important;
  width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 960px) {
  .container {
    width: 80% !important;
  }
}
@media (max-width: 660px) {
  .container {
    width: 85% !important;
  }
}

.container-small {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 810px) {
  .container-small {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .container-small {
    width: 85%;
  }
}

.container-wide {
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1400px) {
  .container-wide {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .container-wide {
    width: 85%;
  }
}

.container-extra-wide {
  max-width: 1800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1800px) {
  .container-extra-wide {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .container-extra-wide {
    width: 85%;
  }
}

.container-full-width {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.column {
  width: 33%;
}

.plusliste,
.plusliste li {
  text-align: left;
}

.plusliste li {
  margin-bottom: 5px;
  background-image: var(--bg-image-plus);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: left 5px;
  padding-left: 25px;
}

.normliste,
.normliste li {
  list-style: square;
  text-align: left;
  padding-left: 20px;
}

.normliste li {
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .normliste li {
    padding-left: 0px;
  }
}

.buttonliste li {
  display: block;
  padding: 10px 20px;
  background-color: var(--bg-light-blue);
  color: var(--highlight);
}

.checkliste,
.checkliste li {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 50px;
  padding: 10px 20px;
  background-color: #f9f9f9;
  color: var(--blau);
  margin-top: 20px;
  background-image: var(--bg-image-check);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
  padding-left: 60px;
}

.clear {
  clear: both;
}

.checkliste li {
  margin-bottom: 5px;
}

ul.checkliste.d-flex li,
ul.normliste.d-flex li,
ul.plusliste.d-flex li {
  white-space: nowrap;
  min-width: 25%;
}
@media (max-width: 730px) {
  ul.checkliste.d-flex li,
  ul.normliste.d-flex li,
  ul.plusliste.d-flex li {
    min-width: 50%;
  }
}
@media (max-width: 670px) {
  ul.checkliste.d-flex li,
  ul.normliste.d-flex li,
  ul.plusliste.d-flex li {
    min-width: 100%;
  }
}

.rounded {
  border-radius: 10px;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.button {
  display: inline-block;
  width: auto;
  border-radius: 10px;
  border: 2px solid var(--grau);
  color: var(--grau);
  padding: 5px 10px;
  font-size: 16px;
  font-weight: normal;
  margin-top: 50px;
}
.button img {
  max-width: 15px;
  height: auto;
  display: inline;
  border-radius: 0 !important;
  margin-right: 5px;
}
.button.filled {
  background-color: var(--secondary);
  margin-top: 10px;
  border: none;
  color: #fff;
  width: auto;
  font-weight: 700;
}
.button.filled.primary {
  background-color: var(--primary);
  color: #fff !important;
}
.button.filled:hover {
  background-color: var(--secondary);
  text-decoration: none;
  opacity: 0.7;
}
.button.bigger {
  margin-top: 25px;
  font-size: 24px;
  padding: 15px 30px;
}
.button.bg-white {
  background-color: #fff !important;
  color: var(--highlight) !important;
}

.form-group-highlight {
  display: none !important;
}

@media (max-width: 580px) {
  .m-bg-right {
    background-position: right !important;
  }
}

.erfolg {
  background-color: #e3edc7;
  padding: 30px;
}
.erfolg h4 {
  font-size: 18px;
}

.fehler {
  background-color: #e7a1a1;
  color: #fff;
  padding: 30px;
}
.fehler h4 {
  font-size: 18px;
  color: #c10000;
}
.fehler a {
  color: #fff;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.bb-10-light {
  border-bottom: 10px solid #fff;
}

.w-auto {
  width: auto;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-100 {
  width: 100% !important;
}

.w-25 {
  width: 25%;
}

.w-75 {
  width: 75%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-70 {
  width: 70%;
}

.w-33 {
  width: 33%;
}

.w-48 {
  width: 48%;
}

.w-40 {
  width: 40%;
}
@media (max-width: 600px) {
  .w-40 {
    width: 100%;
  }
}

.w-45 {
  width: 45%;
}
@media (max-width: 600px) {
  .w-45 {
    width: 100%;
  }
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-position: center center;
     object-position: center center;
}

.w-60 {
  width: 60%;
}
@media (max-width: 600px) {
  .w-60 {
    width: 100%;
  }
}

.w-65 {
  width: 65%;
}
@media (max-width: 600px) {
  .w-65 {
    width: 100%;
  }
}

.bg-half {
  background-image: url("../img/bg-half.svg");
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100%;
}

.flipbox img {
  max-width: 70px;
  height: auto;
}
.flipbox.rounded {
  width: 16%;
  height: auto;
}
.flipbox.rounded .box-front p {
  margin-top: 0;
}
.flipbox.rounded .box-back p {
  font-size: 14px;
}
@media (max-width: 1150px) {
  .flipbox.rounded {
    width: 33%;
  }
}
@media (max-width: 680px) {
  .flipbox.rounded {
    width: 50%;
  }
}
@media (max-width: 370px) {
  .flipbox.rounded {
    width: 100%;
  }
}
.flipbox.rounded .box-inner,
.flipbox.rounded .box-front,
.flipbox.rounded .box-back {
  width: 200px;
  height: 200px;
  border-radius: 100px;
}
@media (max-width: 1420px) {
  .flipbox.rounded .box-inner,
  .flipbox.rounded .box-front,
  .flipbox.rounded .box-back {
    width: 175px;
    height: 175px;
    border-radius: 88px;
  }
}
@media (max-width: 1150px) {
  .flipbox.rounded .box-inner,
  .flipbox.rounded .box-front,
  .flipbox.rounded .box-back {
    width: 300px;
    height: 300px;
    border-radius: 150px;
  }
}
@media (max-width: 1010px) {
  .flipbox.rounded .box-inner,
  .flipbox.rounded .box-front,
  .flipbox.rounded .box-back {
    width: 200px;
    height: 200px;
    border-radius: 100px;
  }
}
@media (max-width: 680px) {
  .flipbox.rounded .box-inner,
  .flipbox.rounded .box-front,
  .flipbox.rounded .box-back {
    width: 250px;
    height: 250px;
    border-radius: 125px;
  }
}
@media (max-width: 560px) {
  .flipbox.rounded .box-inner,
  .flipbox.rounded .box-front,
  .flipbox.rounded .box-back {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .flipbox.rounded .box-inner,
  .flipbox.rounded .box-front,
  .flipbox.rounded .box-back {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    font-size: 14px;
    line-height: normal;
  }
}
@media (max-width: 370px) {
  .flipbox.rounded .box-inner,
  .flipbox.rounded .box-front,
  .flipbox.rounded .box-back {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    font-size: 18px;
  }
}
.flipbox.rounded .box-back {
  background-color: var(--light-grey);
  color: var(--highlight);
  text-align: center;
}
.flipbox.rounded .box-front {
  font-size: 14px;
  padding: 40px;
  text-align: center;
}

.box-inner,
.faktenkreis .box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
  color: #fff;
}

.flipbox:hover .box-inner,
.clicked {
  transform: rotateY(180deg);
}

.flip-card:hover .flip-card-inner::after {
  transform: rotateY(180deg);
}

.box-front,
.box-back {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.box-front {
  background-color: var(--highlight);
}

.box-back {
  background-color: var(--highlight);
  color: #fff;
  transform: rotateY(180deg);
  padding: 20px;
}

/*********************************/
.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.px-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 960px) {
  .py-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}

.mt-n50 {
  margin-top: -50px !important;
}
@media (max-width: 560px) {
  .mt-n50 {
    margin-top: 50px !important;
  }
}

.p-0 {
  padding: 0 !important;
}

.p-20 {
  padding: 20px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-100 {
  padding: 100px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.mt-n15 {
  margin-top: -15px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

hr {
  width: 100%;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px solid var(--light-grey);
}

@media (max-width: 1000px) {
  .subpage.py-100 {
    padding-top: 20px !important;
  }
}

input, textarea {
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  color: #151515;
  width: 100%;
  padding: 8px;
  margin-bottom: 2%;
  text-align: left;
}

#trackVisits {
  width: auto;
  margin-right: 10px;
}

@media (max-width: 1000px) {
  .home .pt-150 {
    padding-top: 50px !important;
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  transition: all 1s ease-in-out;
  z-index: 10000;
  text-align: center;
}
.overlay .popup {
  margin: 70px auto;
  padding: 20px;
  color: #fff !important;
  border-radius: 5px;
  width: auto;
  min-width: 300px;
  display: inline-block;
  position: relative;
  transition: all 1s ease-in-out;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.overlay.erfolg .popup {
  background: #528e44;
}

.overlay.fehler .popup {
  background-color: #a12b1e;
}

.popup h2 {
  margin-top: 0;
  color: #fff !important;
}

.popup .close {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
}

.popup .close:hover {
  color: #fff;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

header .logo {
  width: 150px;
  height: auto;
}
header .navi {
  position: fixed;
  border-radius: 10px;
  padding-top: 20px;
  margin: auto;
  z-index: 100;
  width: 100%;
  top: 0;
}
@media (max-width: 810px) {
  header .navi {
    padding-top: 0;
  }
}
header .navi .show_mobile_nav {
  display: none !important;
}
header .navi .show_mobile_nav strong {
  color: #914393;
}
header .navi .show_mobile_nav .logo {
  width: 150px;
  max-height: 40px;
}
header .navi .show_mobile_nav img.menu {
  max-height: 30px;
  width: auto;
  margin-right: 10px;
  display: block;
}
@media (max-width: 1050px) {
  header .navi .show_mobile_nav {
    display: block !important;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 810px) {
  header .navi nav {
    margin-top: 0;
    width: 100% !important;
    border-radius: 0 !important;
  }
}
header .navi ul li {
  position: relative;
}
header .navi ul li a {
  color: var(--primary);
  text-transform: uppercase;
  padding: 20px;
  display: block;
  font-size: 18px;
}
@media (max-width: 1360px) {
  header .navi ul li a {
    font-size: 15px;
    padding: 15px;
  }
}
header .navi ul li a:hover,
header .navi ul li a.active {
  color: var(--secondary);
}
header .navi ul li.right {
  margin-left: auto;
}
header .navi ul li.right a {
  text-transform: none !important;
}
header .navi ul li:hover ul {
  display: block;
}
@media (max-width: 1050px) {
  header .navi ul li {
    display: none;
  }
}
header .navi ul li ul {
  display: none;
  position: absolute;
  background-color: #fff;
}
header .navi ul li ul a {
  padding-top: 5px;
  padding-bottom: 5px;
}
header .mobile_nav {
  z-index: 100000;
  position: fixed;
  color: #58585A;
  width: 100%;
  height: auto;
  display: none;
  padding: 15%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  top: 0;
  font-size: 16px;
}
header .mobile_nav .angle {
  width: 12px;
  float: right;
  height: 12px;
}
header .mobile_nav a {
  color: #58585A;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 16px;
}
header .mobile_nav a.active {
  font-weight: 700;
}
header .mobile_nav ul li:hover {
  color: var(--f29400);
}
header .mobile_nav ul li,
header .mobile_nav ul a {
  display: block;
  cursor: pointer;
}
header .mobile_nav ul li li,
header .mobile_nav ul a li {
  padding-left: 20px;
}
header .mobile_nav ul li {
  padding-top: 10px;
}
header .mobile_nav .hassub ul {
  display: none;
}
header .mobile_nav .close-navi {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 2rem;
  color: #fff;
  width: 40px;
  height: 40px;
}

.secondary-navi {
  background-color: var(--primary);
  top: 140px;
  position: fixed;
  z-index: 6;
  width: 100%;
  color: #fff;
  min-height: 10px;
}
.secondary-navi.sticky {
  top: 100px;
}
.secondary-navi.sticky a {
  color: #fff !important;
}
@media (max-width: 1360px) {
  .secondary-navi.sticky {
    top: 90px;
  }
}
@media (max-width: 1050px) {
  .secondary-navi.sticky {
    top: 70px;
  }
}
@media (max-width: 950px) {
  .secondary-navi.sticky {
    top: 0;
  }
}
@media (max-width: 1050px) {
  .secondary-navi {
    top: 100px;
  }
}
@media (max-width: 810px) {
  .secondary-navi {
    top: 60px;
  }
}
@media (max-width: 950px) {
  .secondary-navi {
    position: relative;
    top: auto;
    padding-top: 10px !important;
    padding-bottom: 10px;
  }
}
.secondary-navi .show_secondary_nav {
  display: none;
}
@media (max-width: 950px) {
  .secondary-navi .show_secondary_nav {
    display: block;
  }
}
.secondary-navi .show_secondary_nav img {
  max-width: 30px;
  margin-right: 10px;
}
@media (max-width: 950px) {
  .secondary-navi nav {
    display: none;
  }
}
.secondary-navi ul {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 895px) {
  .secondary-navi ul {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
}
.secondary-navi ul li {
  margin: 10px;
  position: relative;
}
@media (max-width: 950px) {
  .secondary-navi ul li {
    margin: 0px;
    width: 100%;
  }
}
.secondary-navi ul li ul {
  position: absolute;
  display: none;
  white-space: nowrap;
  background-color: var(--primary);
}
@media (max-width: 950px) {
  .secondary-navi ul li ul {
    display: block;
    position: relative;
    padding-left: 20px;
  }
}
.secondary-navi ul li:hover ul {
  display: block;
}
.secondary-navi ul li:hover ul li {
  background-color: var(--primary);
}
.secondary-navi a:hover,
.secondary-navi a.active {
  color: #fff;
  text-decoration: underline !important;
}

.secondary-navi.kinderleben {
  top: 50px;
}
@media (max-width: 950px) {
  .secondary-navi.kinderleben {
    position: fixed;
    top: 0px !important;
  }
}
.secondary-navi.kinderleben.sticky {
  top: 0px;
}

.trenner {
  margin-top: 140px;
  top: 0;
  position: relative;
}

.breadcrumb {
  z-index: 5;
}

.cc-rockmenu {
  position: fixed;
  z-index: 1000;
  bottom: 10%;
  right: 0;
}
.cc-rockmenu .rolling {
  display: inline-block;
  cursor: pointer;
  width: 52px;
  height: 52px;
  text-align: left;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: var(--secondary);
  transition: all 0.3s ease-out;
  white-space: nowrap;
  padding: 15px;
  margin-bottom: 5px;
}
.cc-rockmenu .rolling.kontakt:hover {
  width: 180px;
}
.cc-rockmenu .rolling.mail:hover {
  width: 140px;
}
.cc-rockmenu .rolling.speach:hover {
  width: 180px;
}
.cc-rockmenu .rolling.insta:hover {
  width: 180px;
}

.cc-rockmenu .rolling img {
  width: 30px !important;
  max-height: 30px;
  height: auto;
  margin-right: 10px;
}

.cc-rockmenu .rolling a {
  display: block;
  color: #fff;
  padding: 4px 0;
  margin-left: 15px;
}
.cc-rockmenu .rolling a.p0 {
  padding: 0px;
  margin-left: 0;
}
.cc-rockmenu .rolling a.p0 img {
  max-width: 20px;
}

.home .head {
  background-image: url("../img/kitas-nordheide-jobboerse-erzieher-by-antje-wulf-pixelfraeulein.jpg");
  background-size: cover;
  height: 700px;
}
.home .head .logo {
  max-width: 500px;
  height: auto;
}
@media (max-width: 780px) {
  .home .head .logo {
    max-width: 300px;
  }
}
.home .head h1 {
  font-family: "Asap Condensed";
  font-weight: 900;
  font-size: 205px;
  text-transform: uppercase;
  color: var(--secondary);
  line-height: 150px;
}
.home .head h1 span {
  display: block;
  font-size: 105px;
  color: var(--primary);
}
@media (max-width: 780px) {
  .home .head {
    height: 500px;
  }
}
@media (max-width: 580px) {
  .home .head {
    height: 400px;
    background-position: center;
  }
}
.home .badge {
  position: fixed;
  right: -35px;
  top: 200px;
  width: 200px;
  transition: all 1s ease-in-out;
  z-index: 3;
}
.home .badge.smaller {
  width: 150px;
  right: -25px;
  box-shadow: none;
  transition: all 1s ease-in-out;
}
@media (max-width: 850px) {
  .home .badge {
    width: 150px;
    right: -25px;
    top: 450px;
  }
}
@media (max-width: 780px) {
  .home .badge {
    top: 250px;
  }
}
@media (max-width: 580px) {
  .home .badge {
    width: 80px !important;
    right: -10px !important;
    top: 270px;
  }
}

.toggle-title {
  position: relative;
  display: block;
  border-top: 1px solid var(--primary);
  margin-bottom: 6px;
}
.toggle-title h3 {
  font-size: 20px;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
  font-weight: 200;
  color: var(--primary);
}

.toggle-inner {
  padding: 7px 25px 10px 25px;
  display: none;
  margin: -7px 0 6px;
}
.toggle-inner div {
  max-width: 100%;
}

.toggle-title .title-name {
  display: block;
  padding: 25px 25px 14px;
}
.toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}
.toggle-title i {
  position: absolute;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  margin: 20px;
  right: 0;
}
.unterseite .head {
  background-size: cover;
  height: 700px;
  background-position: center;
}
@media (max-width: 780px) {
  .unterseite .head {
    height: 500px;
  }
}
@media (max-width: 580px) {
  .unterseite .head {
    height: 400px;
    background-position: center;
  }
}
.unterseite .head h1 {
  font-family: "Asap Condensed";
  font-weight: 900;
  font-size: 100px;
  text-transform: uppercase;
  color: var(--secondary);
  line-height: 100px;
  padding-left: 20px;
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .unterseite .head h1 {
    font-size: 70px;
    line-height: normal;
  }
}
@media (max-width: 880px) {
  .unterseite .head h1 {
    font-size: 40px;
    margin-top: 190px;
  }
}
@media (max-width: 460px) {
  .unterseite .head h1 {
    font-size: 30px;
  }
}
.unterseite .head h1 span {
  background-color: #fff;
  display: inline;
  white-space: pre-wrap;
  padding: 5px;
  padding-left: 5px;
  box-shadow: -20px 0 0 #fff, 20px 0 0 #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 10px;
  color: var(--primary);
}
.unterseite .head h1 span.secondary {
  font-size: 75px;
}
@media (max-width: 880px) {
  .unterseite .head h1 span.secondary {
    font-size: 40px;
  }
}
@media (max-width: 460px) {
  .unterseite .head h1 span.secondary {
    font-size: 30px;
  }
}

.glow {
  box-shadow: 0px 0px 20px #fff;
}

.text-shadow {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.66);
}

.fliesstext a {
  color: var(--primary);
  font-weight: bold;
}

.content {
  margin-top: -70px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 30px;
}
@media (max-width: 620px) {
  .content {
    padding: 20px !important;
  }
}
@media (max-width: 1000px) {
  .content .w-45 {
    width: 100%;
  }
}

.download {
  background-color: #f3f3f3;
  padding: 10px;
  margin-bottom: 5px;
}
.download img {
  max-width: 40px;
  height: auto;
  margin-right: 10px;
}

.absolute {
  position: absolute;
}

.kitauebersicht .trenner {
  border-top: 3px solid var(--primary);
  width: 100%;
}
.kitauebersicht .trenner img {
  max-height: 100px;
  width: auto;
}
@media (max-width: 580px) {
  .kitauebersicht .w-50 {
    width: 100%;
  }
}

.kita.start .head {
  height: auto;
}
.kita .head {
  height: 700px;
}
@media (max-width: 580px) {
  .kita .head {
    align-items: flex-start !important;
    padding-top: 48px;
    height: 400px;
  }
}
.kita .head .owl-carousel {
  z-index: 1;
  max-height: 700px;
}
.kita .head .owl-carousel div {
  max-height: 700px;
}
.kita .head .container {
  z-index: 2;
  bottom: 10%;
  left: 0;
  right: 0;
}
.kita .head .logo {
  z-index: 2;
  max-width: 600px;
  height: auto;
}
@media (max-width: 1080px) {
  .kita .head .logo {
    max-width: 400px;
  }
}
@media (max-width: 660px) {
  .kita .head .logo {
    max-width: 200px;
  }
}
.kita .kita-detailcontent {
  padding-top: 30px;
}
@media (max-width: 940px) {
  .kita .kita-detailcontent .w-40 {
    width: 100%;
    padding: 30px !important;
  }
}
.kita .kita-detailcontent ul,
.kita .kita-detailcontent ul li {
  list-style: square;
  text-align: left;
  padding-left: 20px;
}
.kita .kita-detailcontent ul {
  margin-top: 10px;
}
.kita .kita-detailcontent ul li {
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .kita .kita-detailcontent ul li {
    padding-left: 0px;
  }
}
.kita .kita-detailcontent h2, .kita .kita-detailcontent h3 {
  margin-top: 10px;
}
.kita .kita-detailcontent .bild-rechts {
  background-size: cover;
  background-position: center;
}
@media (max-width: 940px) {
  .kita .kita-detailcontent .bild-rechts {
    height: 200px;
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 940px) {
  .kita .kita-detailcontent .bilder-links {
    width: 100%;
    flex-direction: row !important;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  .kita .kita-detailcontent .bilder-links img {
    width: 30%;
    margin-top: 0 !important;
  }
}
@media (max-width: 940px) {
  .kita .kita-detailcontent .w-55 {
    width: 100%;
  }
}

.bg-secondary {
  background-color: var(--secondary);
  color: #fff;
}
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4 {
  color: #fff;
}

blockquote {
  color: var(--secondary);
  font-family: "a_day_without_sun_textbold";
  font-size: 24px;
  max-width: 60%;
  border-left: 5px solid var(--light-grey);
  padding-left: 20px;
  margin: 5%;
}
blockquote .autor {
  font-size: 18px;
}
@media (max-width: 960px) {
  blockquote {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 960px) {
  .portrait {
    width: 100%;
  }
}

.stellenanzeigen.uebersicht .head {
  background-image: url("../img/head-erzieher-kindergarten-1.jpg");
  background-size: cover;
  background-position: center 20%;
  height: 700px;
}
@media (max-width: 1820px) {
  .stellenanzeigen.uebersicht .head {
    background-position: top;
  }
}
@media (max-width: 780px) {
  .stellenanzeigen.uebersicht .head {
    height: 500px;
  }
}
@media (max-width: 580px) {
  .stellenanzeigen.uebersicht .head {
    height: 400px;
    background-position: center;
  }
}
.stellenanzeigen.uebersicht .head .logo {
  max-width: 700px;
  height: auto;
}
.stellenanzeigen.detail .head {
  min-height: 300px;
  height: auto;
  padding-top: 50px;
  background-image: none;
}
@media (max-width: 580px) {
  .stellenanzeigen.detail .head {
    height: auto;
    padding-top: 0px;
  }
}
.stellenanzeigen.detail .head .logo {
  max-width: 500px;
  width: 35%;
  height: auto;
}
@media (max-width: 580px) {
  .stellenanzeigen.detail .head .logo {
    width: 80%;
    padding-top: 50px;
    margin: auto;
  }
}
.stellenanzeigen.detail .hauptdetails {
  width: 55%;
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 580px) {
  .stellenanzeigen.detail .hauptdetails {
    width: 100%;
    text-align: center;
  }
}
.stellenanzeigen.detail .hauptdetails h1 {
  font-family: "Noto Sans";
  font-size: 30px;
  color: var(--primary);
  text-align: left;
  line-height: normal;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .stellenanzeigen.detail .hauptdetails h1 {
    font-size: 26px;
  }
}
@media (max-width: 780px) {
  .stellenanzeigen.detail .hauptdetails h1 {
    font-size: 20px;
  }
}
.stellenanzeigen.detail .hauptdetails .ort {
  text-align: left;
}
.stellenanzeigen.detail .hauptdetails .ort img {
  max-width: 30px;
  display: inline-block;
}
.stellenanzeigen.detail .hauptdetails .ort span {
  float: right;
  font-weight: 300;
  font-size: 1rem;
}
@media (max-width: 580px) {
  .stellenanzeigen.detail .buttons {
    padding-bottom: 0 !important;
    padding-top: 50px;
    align-items: center !important;
  }
}
.stellenanzeigen.detail .buttons .button {
  margin: 10px;
}
@media (max-width: 580px) {
  .stellenanzeigen.detail .buttons .button {
    font-size: 14px;
    width: 100%;
    text-align: center;
    justify-content: center !important;
    margin: 5px;
  }
}
@media (max-width: 580px) {
  .stellenanzeigen.detail .buttons form {
    width: 100%;
  }
  .stellenanzeigen.detail .buttons form .button {
    margin-left: 0;
  }
}
.stellenanzeigen.detail .owl-carousel {
  padding-top: 140px;
}
@media (max-width: 950px) {
  .stellenanzeigen.detail .owl-carousel {
    padding-top: 90px;
  }
}
@media (max-width: 950px) {
  .stellenanzeigen.detail .owl-carousel.kinderleben {
    padding-top: 70px;
  }
}
.stellenanzeigen.detail .owl-carousel img {
  max-height: 500px;
  width: auto;
  border-radius: 30px;
}
.stellenanzeigen.detail .stellenbeschreibung h2,
.stellenanzeigen.detail .stellenbeschreibung h3,
.stellenanzeigen.detail .stellenbeschreibung h4 {
  color: var(--primary);
  font-size: 30px;
  margin-top: 20px;
}
.stellenanzeigen.detail .stellenbeschreibung ul,
.stellenanzeigen.detail .stellenbeschreibung ul li {
  list-style: square;
  text-align: left;
  padding-left: 20px;
}
.stellenanzeigen.detail .stellenbeschreibung ul li {
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .stellenanzeigen.detail .stellenbeschreibung ul li {
    padding-left: 0px;
  }
}
.stellenanzeigen .form-group-highlight {
  display: none;
}
.stellenanzeigen .filter {
  background-color: var(--primary);
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  transition: all 0.3s ease-out;
  min-width: 270px;
}
@media (max-width: 1040px) {
  .stellenanzeigen .filter {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .stellenanzeigen .filter {
    width: 80%;
    left: -80%;
    position: absolute;
    margin-top: -100px;
  }
}
.stellenanzeigen .filter .show_mobile_filter {
  background-color: var(--primary);
  border-radius: 10px;
  position: absolute;
  right: -70px;
  padding-left: 20px;
  height: 70px;
  width: 80px;
  right: -70px;
  opacity: 0;
}
@media (max-width: 580px) {
  .stellenanzeigen .filter .show_mobile_filter {
    opacity: 1;
  }
}
.stellenanzeigen .filter .show_mobile_filter img {
  width: 40px;
  height: auto;
}
.stellenanzeigen .filter input[type=submit] {
  color: #fff;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
.stellenanzeigen .filter input[type=text],
.stellenanzeigen .filter select,
.stellenanzeigen .filter textarea {
  color: var(--primary);
  width: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 10px;
}
.stellenanzeigen .filter input[type=checkbox] {
  color: var(--primary);
  width: auto;
  border-radius: 5px;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  background-color: #fff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.stellenanzeigen .filter input[type=checkbox]:checked {
  background-color: var(--secondary);
}
.stellenanzeigen .stellenbox {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  color: var(--primary);
  margin-bottom: 40px;
}
.stellenanzeigen .stellenbox h2 {
  color: var(--primary);
  font-family: "Noto Sans";
  font-size: 21px;
  line-height: normal;
}
.stellenanzeigen .stellenbox .datum {
  background-color: var(--secondary);
  color: #fff;
  font-size: 0.9rem;
  border-radius: 10px;
  padding: 2px 8px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 580px) {
  .stellenanzeigen .stellenbox .stellencontent {
    display: block !important;
  }
}
.stellenanzeigen .stellenbox .stellencontent .stelleninfos {
  width: 70%;
}
@media (max-width: 1080px) {
  .stellenanzeigen .stellenbox .stellencontent .stelleninfos {
    width: 100%;
  }
}
.stellenanzeigen .stellenbox .stellencontent .logo {
  width: 30%;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 1080px) {
  .stellenanzeigen .stellenbox .stellencontent .logo {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .stellenanzeigen .stellenbox .stellencontent .logo {
    padding-left: 0;
    margin: auto;
  }
}
.stellenanzeigen .stellenbox .stellencontent .logo img {
  width: 150px;
  height: auto;
  margin-right: 20px;
  max-width: 100% !important;
}
@media (max-width: 1080px) {
  .stellenanzeigen .stellenbox .stellencontent .logo img {
    margin: auto;
  }
}
.stellenanzeigen .stellenbox .ort {
  color: var(--primary);
}
@media (max-width: 770px) {
  .stellenanzeigen .stellenbox .ort {
    flex-direction: column;
  }
}
.stellenanzeigen .stellenbox .ort img {
  max-width: 20px;
  margin-right: 10px;
}
.stellenanzeigen .stellenbox .ort .kitaname {
  margin-left: 20px;
}
@media (max-width: 770px) {
  .stellenanzeigen .stellenbox .ort .kitaname {
    margin-left: 0px;
  }
}
.stellenanzeigen .stellenbox .mehr {
  text-align: right;
  font-weight: 700;
}
.stellenanzeigen .stellenbox .mehr img {
  max-width: 20px;
  margin-left: 10px;
}

.uebersicht .boxen {
  margin-left: 5%;
}
.uebersicht .stellenbox {
  width: 48%;
}
@media (max-width: 1200px) {
  .uebersicht .stellenbox {
    width: 100%;
  }
}

.traeger h2 {
  padding-left: 50px;
}
@media (max-width: 580px) {
  .traeger h2 {
    padding-left: 0px;
  }
}
@media (max-width: 580px) {
  .traeger {
    justify-content: center;
  }
}
@media (max-width: 580px) {
  .traeger img {
    margin: auto;
  }
}

.kitabox {
  margin-bottom: 50px;
}
@media (max-width: 580px) {
  .kitabox {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .kitabox .w-50 {
    width: 100%;
  }
}
.kitabox strong {
  text-transform: uppercase;
}
.kitabox img {
  max-width: 45%;
  margin-right: 20px;
  height: auto;
}
@media (max-width: 960px) {
  .kitabox img {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.zitat {
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  font-family: "a_day_without_sun_textbold";
  width: 400px;
  color: var(--primary);
  position: absolute;
  bottom: 0;
  padding: 30px;
  font-size: 35px;
  line-height: 2.5rem;
}
@media (max-width: 580px) {
  .zitat {
    font-size: 16px;
    line-height: normal;
    width: 60%;
    padding: 10px;
  }
}
.zitat .autor {
  display: block;
  font-size: 28px;
}

h1,
h2,
h3 {
  font-weight: normal;
  font-size: 49px;
  margin: 0;
  padding: 0;
  font-family: "a_day_without_sun_textbold";
  line-height: 55px;
}
@media (max-width: 580px) {
  h1,
  h2,
  h3 {
    font-size: 26px;
    background-position: center;
    line-height: 40px;
  }
}

h3 {
  font-size: 40px;
}

.bg_blue {
  background-image: url("../img/pinselstrich_blau_kurz.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: var(--primary);
  padding-top: 0px;
  padding-bottom: 15px;
}

.bg_pink {
  background-image: url("../img/Pinselstrich_rosa.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: var(--secondary);
  padding-top: 0px;
  padding-bottom: 15px;
}

.highlighttext {
  color: var(--primary);
  font-family: "a_day_without_sun_textbold";
  font-size: 35px;
  margin-top: 20px;
  display: block;
  line-height: 2.5rem;
}
@media (max-width: 560px) {
  .highlighttext {
    font-size: 26px;
  }
}

.bg-lightblue {
  background-color: var(--bg-light-blue);
}

.trenner-lr {
  min-height: 400px;
}
.trenner-lr div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.trenner-lr blockquote,
.trenner-lr blockquote h1,
.trenner-lr blockquote h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}

.modal h2 {
  color: var(--primary);
}
.modal input {
  width: 100%;
}
@media (max-width: 560px) {
  .modal .modal__container {
    width: 90% !important;
  }
}

.footer {
  border-top: 10px solid var(--primary);
}
@media (max-width: 560px) {
  .footer .w-30 {
    width: 100%;
  }
}
.footer .logo-buchholz {
  max-width: 200px;
}
.footer span {
  display: block;
}
.footer .icon {
  max-width: 20px;
  height: auto;
  display: inline;
  margin-right: 10px;
}
.footer strong {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  color: var(--primary);
}
.footer .logo img {
  width: 100%;
}
@media (max-width: 560px) {
  .footer .logo img {
    max-width: 50%;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .footer {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    text-align: left !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .footer .schnellkontakt {
    width: 100%;
  }
}
.footer .schnellkontakt form {
  width: 100%;
}
.footer .schnellkontakt ul {
  margin-right: 100px;
}
@media (max-width: 590px) {
  .footer .schnellkontakt ul {
    margin-bottom: 20px;
  }
}
.footer .schnellkontakt ul li {
  white-space: nowrap;
}

.impressum h2,
.impressum h3 {
  font-size: 24px !important;
  line-height: normal;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-bottom: 50px;
  margin-top: 50px;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=main.css.map */