/*
**** Infos ****
Universal Color: #5a9c9d
*/

/* Extra Module */

/*Sidebuttons*/
.sidebuttons-wrap {
  position: fixed;
  top: 110px;
  right: 0px;
  z-index: 11;
  width: 100px;
  padding: 10px 8px 0px 10px;
  background: #fff;
  border-radius: 7px 0 0 7px;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
}

/* FAQ */

.faq_group_container .faq_question_box {
  padding: 11px 20px 11px 20px;
  border: none;
  background: #fff;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
}
.filegallery_content_file {
  float: left;
  width: 95%;
  padding: 15px 5px;
  border-block-end: 1px solid #fff;
  margin-inline: 20px;
}

.filegallery_content_file:first-child {
  border-block-start: 1px solid #fff;
}

.filegallery_content_file:after {
  content: "Jetzt herunterladen";
  text-decoration: underline;
  float: right;
}

.stellen.full_preview .faq_group_container .faq_question_box {
  background: #eee;
}

.faq_question_box {
  cursor: pointer;
}

.faq_headline.section-heading {
  padding: 11px 20px;
  background: var(--main-bg-color);

  border-radius: 10px;
  box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
  margin-top: 40px;
}

.faq_group_container .faq_answer_box {
  margin-bottom: 30px;
  padding: 20px;
  background: var(--grey-bg);
}

.faq_group_container .faq_answer_box {
  display: none;
}

.faq_question_box.active {
  border-radius: 10px 10px 0 0;
}

.faq_answer_box {
  border-radius: 0 0 10px 10px;
}

.faq_question_box.active {
  border-radius: 10px 10px 0 0;
  background: var(--light-grey);
}

.faq_question_box.active h3 {
  color: #fff;
}

.faq_question_box:after {
  content: "+";
  font-weight: 700;
  font-size: 20px;
  color: var(--light-grey);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.stellen.full_preview .faq_question_box:after {
  color: var(--main-bg-color);
}

.faq_question_box.active:after {
  content: "-";
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.faq_question_box {
  position: relative;
}

.faq h3 {
  padding-right: 30px;
  font-size: 20px;
  font-weight: 400;
  border: none;
  color: var(--main-font-color);
  margin: 0px;
}

.stellen.full_preview .faq h3 {
  color: var(--main-font-color);
}

.faq-search input[type="text"] {
  width: 250px;
  height: 30px;
  color: #fff;
  background: rgba(9, 0, 0, 0.9);
  border: 0;
  padding: 20px;
  position: relative;
}

/* 
.faq-search input[type="text"]:after {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0;
    border-bottom: 4px solid #5a9c9d !important;
} */

/* FAQ END */

/* END Extra Module */

/* Global */

/*color-var*/

:root {
  --main-bg-color: #e2001a;
  --main-special-link-color: #e2001a;
  --main-font-color: #303030;
  --second-font-color: #fff;
  --second-font-hover: #ddd;
  --light-grey: #707070;
  --lighter-grey: #a3a3a3;
  --grey-bg: #f9f9f9;
  --middle-grey: #eeeeee;
}

/*END color-var*/

.portalCol .collection_container {
  margin: 0px !important;
  padding: 40px;
  background: #fff !important;
  border: none !important;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 16%);
}

.full_preview .main-content.content-selector {
  background: none !important;
  padding: 30px;
}

.portalCol {
  position: relative;
  float: left;
  width: calc(100% + 30px);
  left: -15px;
}

.collection_full .collection_container .collection_content.menu {
  margin-bottom: 0px;
}

.collection_full.menu .menu .filegallery_content_file {
  position: relative;
}

.collection_full.menu .filegallery_content_file,
.collection_full.downloads .filegallery_content_file {
  position: relative;
  float: left;
  clear: left;
  padding-right: 40px;
  margin-bottom: 20px;
}

.collection_full.menu .menu .filegallery_content_file:after,
.collection_full.downloads
  .collection_content.data-gallery
  .filegallery_content_file:after {
  content: "";
  background: url(/userdata/images/download.svg);
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.full_preview .collection_content.week {
  position: relative;
  font-size: 1.3em;
  left: 0;
  float: left;
  display: block;
}

.collection_content.week {
  color: var(--main-bg-color);
  font-weight: 600 !important;
  font-size: 2em;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.collection_content.menuTitle {
  font-size: 1.3em;
  padding-right: 125px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857143;
  font-family: "Titillium Web", sans-serif;
  color: #303030;
}

.container {
  min-width: 200px;
}

ol li,
ul li {
  color: #4b4b4b;
  list-style-type: square;
}

.same-height > .row {
  display: flex;
  flex-wrap: wrap;
}

#content {
  min-height: 400px;
}

.textcontent {
  height: 100%;
}

div#content,
.main-screen {
  padding: 70px 0 !important;
  margin: 0 !important;
  position: relative;
}

.main-screen.grey {
  background-color: var(--grey-bg);
}

.back_to_overview {
  background: #eeeeee;
  display: inline-block;
  margin-bottom: 40px;
}

.back_to_overview {
  background: #fff;
  border-radius: 15px;
  background: url(/userdata/images/arrow_left_red.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  transition: 300ms;
  margin-top: 20px;
}

.back_to_overview:hover {
  margin-left: 5px;
  transition: 300ms;
}

.back_to_overview a {
  width: 100%;
  height: 100%;
}

.back_to_overview a {
  color: #7f7f7f;
  padding: 10px 20px;
  display: block;
  font-weight: 600;
}

/* Full width split with container */

.container-holder {
  overflow: hidden;
  background: white;
  padding: 0 !important;
}

/*top-nav info-line*/

.topnav {
  background: var(--main-bg-color);
  z-index: 11;
  position: relative;
  float: left;
  width: 100%;
  min-height: 30px;
}

.collection_list.news.hide {
  display: block !important;
}

.topnav_inner li {
  list-style: none;
  font-size: 13px;
  display: inline-block;
  padding: 11px 0;
  padding-right: 40px;
  color: var(--second-font-color);
}

.topnav_inner a {
  color: var(--second-font-color);
  text-decoration: underline;
}

.topnav_inner a:hover {
  color: var(--second-font-hover);
}

.topnav_inner ul {
  padding: 0;
}

/*END top-nav info-line*/

/*header*/

div#header_2 ul.level_1 {
  border-bottom: 2px solid #ababab;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sticky-helper {
  display: none;
  height: 0;
}

div#header .container {
  max-width: 1781px;
  display: block;
  position: relative;
  padding: 0;
  margin-left: auto;
  margin-right: 0;
  padding-left: 20px;
}

#header_3 .col-xs-12 {
  padding: 0;
}

.header-wrap_1 {
  position: relative;
  float: left;
  display: block;
  width: 50%;
}

div#header_2-1 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 50px;
  color: var(--main-font-color);
}

/*END header*/

ul {
  padding-left: 19px;
}

body,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
a,
b,
em {
  font-family: "fagono", sans-serif !important;
}

/*END Global */

/* Schriften */

/*fonts*/

@font-face {
  font-family: "chilanka";
  font-style: normal;
  font-weight: 400;
  src: local ("chilanka");
  src: url("/layout/frontend/b2c/src/fonts/chilanka.ttf") format("truetype");
}

@font-face {
  font-family: "Nanum Pen Script";
  font-style: normal;
  font-weight: 400;
  src: local ("Nanum Pen Script");
  src: url("/layout/frontend/b2c/src/fonts/NanumPenScript-Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "fagono";
  font-style: normal;
  font-weight: 400;
  src: local ("fagono");
  src: url("/layout/frontend/b2c/src/fonts/fagono.ttf") format("truetype");
}

@font-face {
  font-family: "fagono";
  font-style: normal;
  font-weight: 600;
  src: local ("fagono-bold");
  src: url("/layout/frontend/b2c/src/fonts/fagono-bold.ttf") format("truetype");
}

@font-face {
  font-family: "fagono";
  font-style: normal;
  font-weight: 800;
  src: local ("fagono-extrabold");
  src: url("/layout/frontend/b2c/src/fonts/fagono-extrabold.ttf")
    format("truetype");
}

/*END fonts*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  clear: both;
  font-weight: 500 !important;
  color: #4b4b4b;
  margin: 30px 0;
}

h1,
h2 {
  color: #4b4b4b;
}

h1 {
  font-size: 65px;
  font-style: normal;
  font-weight: 700 !important;
  font-family: "fagono";
  margin-bottom: 0;
  line-height: 1;
  color: #000;
  margin-top: 40px;
}

div#header_3 p {
  margin-bottom: 0;
}

h2 {
  font-size: 35px;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

h4,
h5 {
  font-size: 25px;
}

h6 {
  font-size: 17px;
}

big {
  font-size: 35px;
}

/* 
.patrol h1, .patrol h2, .patrol h3, .patrol h4, .patrol h5, .patrol h6, .patrol,  .we_are_breadcrumb h2 {
    color: #2d2d2d !important;
} */

/* END Schriften */

a {
  color: #4b4b4b;
  text-decoration: none;
}

a:hover {
  color: #5a9c9d;
  text-decoration: none;
}

/* Kollektion */

.full_preview .collection_full {
  display: block !important;
}

.collection_list,
.collection_container {
  position: relative;
}

.collection_list,
.content-container {
  position: relative;
}

/* END Kollektion */

/* Kontaktformular */

.fade {
  opacity: 1;
}

.modal {
  display: block;
}

.contactformular .form-check {
  line-height: 35px;
  clear: both;
  height: auto !important;
  position: relative;
  float: left;
  width: 100%;
}

.contactformular .form-check input {
  display: inline-block !important;
  width: auto !important;
  position: relative;
}

.input.select_body,
.contactformular select {
  width: 100% !important;
}

.form-control:focus {
  border-color: var(--main-bg-color) !important;
  box-shadow: 0 0 0 0.2rem rgb(226 0 26 / 25%) !important;
}

.modal.success .modal-header {
  border-color: #5a9c9d;
  background-color: #5a9c9d;
  color: #fff;
}

.contactformular .form-check .form-check-label {
  margin-left: 10px;
  width: auto;
  position: relative;
  float: left;
  display: block;
  white-space: inherit;
}

/* END Kontaktformular */

/* OWL Carousel Global */

.owl-stage-outer {
  width: 100%;
}

/* END OWL Carousel Global */

/* END Global */

/* Cookie */

div#cookiewarnung {
  position: fixed;
  bottom: 0;
  background: #2d2d2d;
  color: #fff;
  z-index: 99999999;
  width: 100%;
  text-align: center;
  padding: 15px;
}

.cookie-option-container {
  margin-top: 10px;
}

.cookie-option {
  cursor: pointer;
  border: 1px solid var(--main-bg-color);
  border-radius: 5px;
  background: var(--main-bg-color);
  display: inline-block;
  padding: 7px !important;
}

.cookie-option:hover {
  border: 1px solid #fff;
}

div#cookie-config {
  display: none;
  left: -100%;
  transition: 1s;
}

div#cookie-config.show {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #e2e2e2;
  max-width: 300px;
  z-index: 99999999999;
  overflow-y: auto;
}

#cookie-config .cookie-config-close {
  background: #2d2d2d;
  color: #fff;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

#cookie-config input {
  margin-right: 10px;
}

#cookie-config label {
  font-weight: normal;
  color: #000;
}

.cookie-config-close:after,
.cookie-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(225deg);
  box-shadow: -2px 2px 0 rgba(90, 156, 157, 0.5);
  content: "";
  right: 20px;
  top: 20px;
  transition: 0.1s;
}

.cookie-config-options.open .cookie-arrow {
  transform: rotate(315deg) !important;
}

.cookie-config-options {
  background: #fff;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.cookie-config-configuration .cookie-config-options:nth-child(2) {
  border-bottom: 1px solid #d5d5d5;
}

.config-child {
  display: none;
  background: #fff;
  padding: 10px;
}

.cookie-config-save {
  padding: 10px;
  text-align: center;
  background: #2d2d2d;
  cursor: pointer;
  margin: 20px 15px;
  color: #fff;
}

.cookie-config-configuration {
  margin-top: 10px;
}

.cookie-config-configuration > p {
  padding: 10px;
  font-weight: bold;
}

.cookie-config-description {
  padding: 10px;
  font-size: 15px;
}

.cookie_conflict {
  position: relative;
  top: unset;
  background: white;
  z-index: 1;
  padding: 40px 20px;
  width: 90%;
  box-shadow: 5px 5px 20px rgb(0 0 0 / 15%);
  border-radius: 10px;
  margin: 5%;
  text-align: center;
}

form {
  position: relative;
}

.cookie_conflict .cookie-accept.cookie-option {
  margin-top: 40px;
}

.cookie_conflict p {
  font-size: 1.2em;
  font-weight: 600;
}

/* Cookie end */

/* Header */

/* Sticky Header */

#header.sticky {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding-bottom: 0;
}

/* END Sticky Header */

.header-wrapper {
  position: relative;
}

#header {
  background: #fff;
  padding: 0;
}

#header a:hover {
  color: var(--main-bg-color);
}

#header #header_1,
#header #header_2,
#header #header_3 {
  float: left !important;
}

#header #header_1 {
  width: 100%;
  padding-left: 0;
  margin-top: 20px !important;
  padding-right: 100px;
}

#header #header_2 {
  width: 100%;
  padding: 0;
  padding-right: 100px;
}

#header div#header_2 li {
  display: block;
  float: left;
  text-align: center;
}

#header #header_3 {
  width: 50%;
}

#header ul.level_1 {
  margin: 0 !important;
  padding: 0 !important;
}

#header div#header_3 li {
  display: inline-block;
  float: left;
}

#header .active_tree {
  font-weight: bold;
}

#header div#header_3 li i {
  font-size: 14px;
}

div#header_3 {
  margin-top: 0px !important;
}

#header_1 {
  padding: 0 20px;
}

#header .component.logo,
#header .component.logo .textcontent {
  height: 100%;
}

#header_1 img {
  width: 173px !important;
  height: 100% !important;
}

div#header,
#header .container {
  height: 100%;
}

div#header,
.header-wrapper {
  width: 100%;
  z-index: 10;
  position: relative;
}

div#header img {
  width: 250px;
}

.sticky-active {
  position: relative;
}

/* hamburger menu */

#toggle_navigation,
.hamburger-menu {
  display: none;
}

div#toggle_navigation {
  float: right;
  width: auto;
  padding: 0 !important;
  height: auto;
  background: transparent;
  padding-top: 16px !important;
}

.hamburger-menu {
  background: #ececec;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
}

#header .hamburger-menu li.level_1 {
  padding: 0;
  border-bottom: 1px solid #fff;
}

#header .hamburger-menu a {
  padding: 15px 20px !important;
  display: block;
}

#header .hamburger-menu li.level_1:last-child {
  border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
  padding: 20px 0px;
  color: #fff;
}

#header .hamburger-menu li.level_1 {
  list-style-type: none;
}

#toggle_navigation label.hamburg {
  display: block;
  background: transparent;
  width: 55px;
  height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  margin: 0;
  cursor: pointer;
}

.line {
  position: absolute;
  left: 10px;
  height: 4px;
  width: 35px;
  background: #4b4b4b;
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}

.line:nth-child(1) {
  top: 12px;
}

.line:nth-child(2) {
  top: 24px;
}

.line:nth-child(3) {
  top: 36px;
}

div#toggle_navigation.active > .hamburg .line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active > .hamburg .line:nth-child(2) {
  opacity: 0;
}

div#toggle_navigation.active > .hamburg .line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

/* end* Header */

/* Slideshow */

div#slider {
  height: 100%;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1660px;
}

div#slider-title .container {
  width: 100%;
}

#slider #slider-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#slider div#slider-title h1 {
  color: #fff;
}

#slider-wrapper div.slider-untertitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(55, 55, 55, 0.7);
  color: #fff;
  padding: 20px 0;
}

#slider img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* End Slideshow */

/* Pop up Element */

/* .pop-up-element:first-child {
    display: block;
}
.pop-up-element {
    display: none;
} */

/* END Pop up Element */

/* Anker Element */

.anker-navi .row {
  margin: 0 !important;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.anker-navi {
  position: relative;
  background: rgba(77, 77, 77, 0.7);
  top: 0;
  width: 100%;
  clear: both;
  font-family: calibri light !important;
  margin-top: -70px;
  margin-bottom: 50px;
  z-index: 9;
  transition: 0.1s;
}

.anker-navi.sticky {
  position: fixed;
  top: 0;
  margin: 0 !important;
  background: rgba(77, 77, 77, 0.7);
}

.anker-button .textcontent {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-weight: 600;
  text-transform: initial;
}

.anker-button .textcontent:hover,
.anker-button.active .textcontent {
  background: #5a9c9d !important;
}

.anker-button.button {
  margin: 0 !important;
  padding: 0 !important;
  /* width: 20%; */
  width: 16.1666%;
  border-left: 1px solid #fff;
  border-bottom: 0;
  border-top: 0;
  background: transparent !important;
  color: #fff;
  align-items: center;
}

.anker-button.button:last-child {
  border-right: 1px solid #fff;
}

/* END Anker Element */

/* Footer */

#footer {
  clear: both;
  padding: 20px 20px 25px 20px;
  background: #fff;
  min-height: 200px;
  font-size: 15px;
  position: relative;
  padding-top: 100px;
}

.footer-sitemap {
  height: auto;
  clear: both;
  width: 100%;
  margin: 0 auto;
  display: block;
  float: left;
  margin-bottom: 40px;
}

.footer-sitemap ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #5a9c9d;
}

#footer li {
  list-style-type: none;
}

.footer-sitemap li.level_1 {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  width: 20%;
  float: left;
}

#footer li.level_1 a {
  margin-bottom: 7px;
  display: inline-block;
}

.footer-sitemap li.level_2 {
  font-weight: normal;
  font-size: 15px;
  text-transform: initial;
}

div#privacy-policy {
  background: #2d2d2d;
  padding: 15px 0;
  clear: both;
  text-align: right;
  color: #fff;
}

div#privacy-policy a {
  color: #fff;
}

#privacy-policy .footer-1 {
  text-align: left;
}

div#privacy-policy ul li {
  display: inline-block;
  padding: 0 10px;
}

#footer .footer-seo {
  clear: both;
  color: #fff;
}

.seo .footer-1 {
  border-right: 1px solid #9d9d9c;
  padding-right: 50px;
}

.seo .footer-2 {
  padding-left: 50px;
}

.footer-links a {
  color: #b5b5b5;
}

.footer-links a:hover {
  color: #5a9c9d !important;
}

/* End Footer */

.dotCut:after {
  content: "";
  border-bottom: 4px dotted var(--main-special-link-color);
  width: 25%;
  height: 5px;
  position: relative;
  margin-bottom: 30px;
  float: left;
}

.dotCut.center:after {
  width: 20%;
  left: 50%;
  transform: translate(-50%, 0px);
}

.dotCut {
  position: relative;
  display: block;
  float: left;
}

.downloadlink a {
  color: var(--main-special-link-color);
  text-decoration: underline;
  float: right;
}

.topline .textcontent {
  border-top: 1px solid #ababab;
  padding: 15px 0;
}

.topline.lastline .textcontent {
  border-bottom: 1px solid #ababab;
}

.topline:nth-child(even) {
  padding-right: 0;
  padding-left: 20px;
}

.topline:nth-child(odd) {
  padding-left: 0;
  padding-right: 20px;
}

.topline {
  position: relative;
  float: left;
  width: 66.66666%;
}

.downloadlink.topline {
  width: 33.33333%;
}

.map {
  max-width: 749px;
  margin-top: 20px;
}

.map .textcontent iframe {
  max-height: 500px;
  border-radius: 20px;
}

.lastline .textcontent {
  float: left;
  width: 100%;
}

.impressionSlider img {
  object-fit: cover;
  min-width: 100%;
}

.home-team-bg h2,
.home-team-bg a {
  color: var(--second-font-color);
}

.infoNumbers_wrap1 {
  background: #f0001c;
}

.infoNumbers_wrap2 {
  background: #e2001a;
}

.infoNumbers_wrap3 {
  background: #c90018;
}

/* 
.factBox_3, .factBox_1, .factBox_2 {
    width: 33.33333%;
    color: #fff;
    float: left;
    height: 265px;
    display: flex;
    justify-content: center;
} */

.home-team-bg {
  height: 265px !important;
}

.factBox_3 .textcontent,
.factBox_1 .textcontent,
.factBox_2 .textcontent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.factBoxes big {
  font-weight: 600;
}

.impressionSlider {
  position: relative;
  float: left;
  height: 390px;
  overflow: hidden;
  width: 100%;
  max-height: 500px;
  padding: 0;
}

.title-impressions {
  position: absolute !important;
  bottom: 0;
}

.title-impressions h2 {
  color: #fff;
}

.places,
.contact-area-home {
  height: 390px;
  padding: 40px;
}

.places,
.places h2,
.places a {
  background: #ababab;
  color: #fff;
}

.contact-area-home {
  background: #f9f9f9;
}

.places a,
.contact-area-home a {
  position: absolute;
  right: 40px;
  bottom: 40px;
  text-decoration: underline;
}

.contact-area-home h2,
.places h2 {
  margin-top: 0;
}

a:hover {
  color: var(--main-bg-color);
  transition: 300ms;
}

.boxWrapper-home {
  border-radius: 20px;
  overflow: hidden;
}

.slideshow_content.container {
  height: 363px;
}

.slide-container {
  background: no-repeat;
  background-size: cover;
}

.infoGallery .slideshow_box .owl-nav {
  position: absolute !important;
  bottom: 0 !important;
  right: 0;
  display: inline-block;
  top: unset;
  text-align: right;
  width: 100%;
}

.infoGallery .slideshow_box .owl-prev,
.infoGallery .slideshow_box .owl-next {
  position: relative;
  float: right;
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 0;
}

.teamCol .collection_container:hover,
.kita_facts .collection_container:hover {
  box-shadow: 0 0 15px rgb(220 0 0);
}

.impressionSlider:after {
  content: "Impressionen";
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 50px;
  font-size: 35px;
  color: #fff;
  height: auto;
  z-index: 1;
  text-shadow: 0 0 12px rgb(0 0 0);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--middle-grey) !important;
  color: var(--main-bg-color) !important;
}

div#footer .container {
  border-top: 1px solid var(--main-font-color);
}

.footer-1 .textcontent {
  padding: 0px;
  padding-right: 20px;
  display: inline-block;
}

.footer-2 a {
  color: var(--main-font-color) !important;
}

.footer-1 {
  padding: 20px 0 0 0;
}

.footer-2 a:hover {
  color: var(--main-special-link-color) !important;
}

button#btnTop {
  background: #fff;
  border: none;
  padding-right: 0;
}

button#btnTop img {
  margin-left: 20px;
}

button#btnTop:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 300ms;
}

.home-focus {
  padding-right: 0;
}

.home-map {
  padding-left: 0;
}

.component.footer-3 {
  text-align: right;
}

.footer-1 {
  width: 128px;
}

.footer-2 {
  width: auto;
  padding: 0;
}

.footer-2 .textcontent {
  padding: 20px 40px 20px 0;
  display: inline-block;
}

button#btnTop {
  padding-top: 7px;
}

.footer-3 {
  width: auto;
  float: right;
  padding-right: 0;
}

.footer-4 {
  padding-top: 3px;
  width: 63%;
  float: right;
  padding-right: 0;
}

.home-team-bg h2 {
  margin-left: 30px;
}

.slideshow_box .owl-dots {
  display: none;
}

div#header_2-1 {
  padding-right: 100px;
}

.hamburger-menu {
  position: absolute;
  float: left;
  top: 95px;
  z-index: 10;
}

div#header_2-1 p {
  max-width: 760px;
}

.collection_list.kita_facts {
  width: 25%;
  position: relative;
  float: left;
}

.collection_list {
  width: 100%;
  position: relative;
  float: left;
}

.collection_list .collection_container {
  background: none;
  border: 1px solid var(--light-grey);
  margin: 35px;
  border-radius: 10px;
}

.kita .collection_list.kita_facts .description,
.team .collection_list.teamCol .teamCol_title {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  min-height: 105px;
}

.collection_content.teamCol_title p strong {
  color: var(--main-bg-color) !important;
  font-weight: 400;
}

#header_3 img {
  object-fit: cover;
  width: 100% !important;
}

#header_3 img {
  max-height: 450px;
}

.home #header_3 img {
  max-height: 550px;
}

div#header_2-1 .textcontent {
  display: FLEX;
  align-items: CENTER;
}

.flyer div#header_2-1 .textcontent,
.home div#header_2-1 .textcontent {
  display: block;
  align-items: unset;
}

div#header_2-1 {
  height: auto;
}

.impressum div#content,
.datenschutz div#content {
  background: var(--grey-bg);
}

.leader-image img {
  height: 100% !important;
  object-fit: cover;
}

.leader-image {
  height: 450px;
  margin-bottom: 90px;
}

.leader-image div {
  height: 100%;
}

.leader-image .row .col-xs-12 {
  display: flex;
  justify-content: center;
}

.leader-image img {
  border-radius: 10px;
}

.leader-image .textcontent {
  max-width: 400px !important;
  margin-top: 20px;
  position: relative;
}

.leader-image .textcontent:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 20px;
  bottom: 20px;
  background: var(--main-bg-color);
  border-radius: 10px;
  position: absolute;
  z-index: -1;
}

.signature .textcontent,
.signature p {
  font-family: "chilanka" !important;
  font-size: 25px;
  font-weight: 400;
  color: var(--main-bg-color);
}

.kita div#content {
  background: var(--grey-bg);
  z-index: 0;
}

.home div#area-3 {
  background: none;
}

.slide-container.animated {
  background-position: center;
}

.home-news {
  background: var(--main-bg-color);
  padding: 20px 40px;
  border-radius: 20px 20px 0 0;
  float: right;
}

.home-news h2,
.home-news p,
.home-news span {
  color: var(--second-font-color);
}

.home-news h2 {
  margin: 0;
}

.home div#area-3 {
  background: url(/userdata/images/Gruppe%203654%402x.jpg);
  background-position: center;
}

.collection_list.announcement .collection_container {
  border-radius: 0;
  border: none;
  background: #fff;
  padding: 40px;
  height: 661px;
  border-radius: 15px;
  overflow: hidden;
}

.collection_list.announcement .collection_container .collection_link {
  text-align: right;
}

.collection_list.announcement .collection_container > div {
  padding: 0;
}

.collection_list.announcement
  .collection_container
  .collection_content.create_date {
  margin-bottom: 15px;
}

.collection_list.announcement .collection_container .collection_link a {
  border: none;
  background: none;
  color: var(--main-bg-color);
  text-decoration: underline;
}

/* Collection infoAria */

.infoArea .collection_container {
  border: none;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  margin: 0;
  border-radius: 20px;
  padding: 0px;
  overflow: hidden;
}

.infoArea .collection_content {
  padding: 0;
}

.infoArea .collection_content.title,
.infoArea .collection_content.galleryTitle,
.infoArea .collection_content.infoGallery {
  width: 100%;
  position: relative;
  float: left;
}

.left_start_info {
  width: 50%;
  position: relative;
  float: left;
}

.home .collection_content.title,
.home-team-bg {
  background: linear-gradient(45deg, #00000091, #00000078),
    url(/userdata/images/gruppe.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  padding: 40px;
  color: #fff;
  font-size: 35px;
  margin-bottom: 0;
  background-position: top;
}

.infoArea .collection_content.see_more {
  position: absolute;
  width: 100%;
  text-align: right;
  padding-right: 40px;
  height: auto;
  top: 186px;
}

.infoArea .collection_content.see_more a {
  color: #fff;
}

.infoArea .collection_content.see_more a:hover {
  color: var(--main-bg-color);
}

.infoArea .collection_content.galleryTitle {
  position: absolute;
  bottom: 40px;
  z-index: 1;
  color: #fff;
  padding-left: 40px;
  font-size: 35px;
}

.left_start_info .collection_content {
  margin-bottom: 0;
}

.numbersOuter_wrap {
  position: relative;
  float: left;
  width: 50%;
  height: 250px;
}

.numbersOuter_wrap {
  display: flex;
  width: 50%;
  justify-content: center;
}

.numbersOuter_wrap > div {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.numbersOuter_wrap .infoNumbers_wrap1,
.numbersOuter_wrap .infoNumbers_wrap2,
.numbersOuter_wrap .infoNumbers_wrap3 {
  color: #fff;
}

.infoArea .numbers1,
.infoArea .numbers2,
.infoArea .numbers3 {
  font-weight: 700;
  font-size: 35px;
}

.placestHome_wrap a {
  color: #fff;
}

.placestHome_wrap a:hover {
  color: var(--main-bg-color);
}

.collection_content.text_0-3,
.collection_content.text_3-6 {
  width: auto;
  position: relative;
  float: left;
}

.collection_content.data_3-6,
.collection_content.data_0-3 {
  position: relative;
  float: right;
}

.placestHome_wrap,
.contactHome_wrap {
  position: relative;
  float: left;
  height: 380px;
  width: 25%;
  padding: 40px;
}

.placestHome_wrap {
  background: #707070;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.anmeldungslink{
  margin-top: 10px;
  text-align: right;
}

.collection_content.link-infosite a {
  float: right;
  clear: both;
}

.infoArea .collection_content.textPlaces {
  margin-bottom: 35px;
}

.outerWrap_places1 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}

.infoArea .collection_content.link-infosite,
.infoArea .collection_content.mailLink {
  position: absolute;
  width: 100%;
  padding-right: 40px;
  left: 0;
  bottom: 20px;
  text-align: right;
}

/* .infoArea .collection_content.infoGallery {
    height: 380px;
} */

.infoArea .collection_content.titleContact,
.infoArea .collection_content.titlePlaces {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.infoArea .collection_content.contactName {
  font-weight: 700;
}

.infoArea .collection_content.title,
.infoArea .collection_content.galleryTitle {
  text-shadow: 0 0 10px rgb(0 0 0 / 75%);
}

.infoArea .collection_content.data_0-3,
.infoArea .collection_content.data_3-6 {
  font-style: italic;
}

.infoArea .slideshow_content.container {
  height: 380px;
}

/*END Collection infoAria*/

/*impressions slider*/

.impressions {
  background: var(--grey-bg);
}

.impressions div#area-2,
.impressions div#area-4,
.impressions div#area-6,
.impressions div#area-8 {
  background: var(--middle-grey);
  padding: 5px 0 !important;
}

.impressSlider {
  padding: 0px;
  margin-bottom: 40px;
}

.impressSlider .owl-stage {
  left: -200px;
}

.visualContent1 {
  width: 40%;
  position: relative;
  float: left;
  padding-right: 40px;
  margin-right: 20px;
}

.visualContent2 {
  width: calc(60% - 20pc);
  position: relative;
  float: left;
}

.visualContent2 .row {
  padding-left: 40px;
  padding-right: 40px;
  background: var(--grey-bg);
  width: 190%;
}

body.impressions {
  overflow-x: hidden;
}

.impressSlider .owl-nav {
  position: absolute;
  left: 35px;
  top: 308px;
}

/*END impressions slider*/

.red-box-of-right-wrap:after {
  content: "";
  background: var(--main-bg-color);
  height: calc(100% + 50px);
  width: 1000%;
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  z-index: -1;
  border-radius: 20px;
}

.kita div#area-3 .container {
  display: flex;
}

.red-box-of-right-wrap {
  z-index: 0;
  position: relative;
  display: block;
  padding: 0px 40px;
  color: #fff;
}

.red-box-of-right-wrap a,
.red-box-of-right-wrap li,
.red-box-of-right-wrap h2 {
  color: #fff;
}

.red-box-of-right-wrap .topline.lastline {
  width: 100%;
  padding: 0 20px;
  border-bottom: #fff !important;
  border-top: #fff !important;
}

.red-box-of-right-wrap .topline.lastline .textcontent {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.red-box-of-right-wrap a:hover {
  color: var(--second-font-hover);
}

.downloadlink .textcontent p:first-child {
  width: 60%;
  position: relative;
  float: left;
}

.downloadlink .textcontent p:last-child {
  width: 40%;
  float: left;
  position: relative;
}

.downloadlink .textcontent {
  width: 100%;
}

.downloadlink .textcontent p {
  margin-bottom: 0;
}

.kita div#area-3 {
  padding-bottom: 120px !important;
}

.kita div#area-2 .container {
  max-width: 1730px;
}

.of-right-left-Box .row {
  max-width: 650px;
}

.impressSlider .slide-container.animated {
  max-height: 400px;
}

.owl-next {
  background: #e2001a !important;
}

.owl-prev {
  color: var(--main-bg-color) !important;
  background: #fff !important;
}

.owl-carousel .owl-nav .owl-next {
  right: -50px;
}

.owl-theme .owl-nav [class*="owl-"] {
  border-radius: 0px !important;
  padding: 0 !important;
}

.max800 .textcontent {
  max-width: 800px;
  margin: 0 auto;
}

.team div#content {
  background: var(--grey-bg);
}

.iconSet .row {
  max-width: 460px;
  margin: 0 auto;
}

.quote p {
  font-size: 40px;
  font-weight: 700;
}

.quoteAutor p {
  color: var(--main-bg-color);
  font-family: "chilanka";
}

.team div#area-3 .container {
  display: flex;
  align-items: center;
}

.quoteGroup:after {
  content: '"';
  position: absolute;
  left: -23px;
  top: 70px;
  font-size: 300px;
  line-height: 0;
  font-family: "chilanka";
  color: var(--main-bg-color);
}

.quoteImage img {
  border-radius: 5000px;
}

.home .downloadlink .textcontent p:last-child {
  width: 100%;
}

.topline.lastline p,
.topline p,
.downloadlink.topline p {
  margin: 0;
}

.socialIcons svg {
  width: 30px;
  margin-right: 20px;
}

.socialIcons a:hover svg {
  fill: var(--main-bg-color);
}

.collection_content.title {
  font-size: 1.8em !important;
}

.home .collection_content.document {
  display: none;
}

.full_preview .collection_content.document {
  display: block;
}

.stellen.full_preview .text-description img {
  border-radius: 15px;
  box-shadow: var(--shadow);
}

@media only screen and (max-width: 550px) {
  .teamCol .collection_container {
    width: calc(100% - 70px) !important;
  }

  .filegallery_content_file:after {
    font-size: 13px;
  }
}

/* .socialIcons a:hover:after {
    content: '';
    background: var(--main-bg-color);
    position: absolute;
    left: 0;
    top: -2px;
    height: 30px;
    width: 30px;
    border-radius: 8px;
    z-index: 0;
} */

.socialIcons a {
  position: relative;
}

.socialIcons a:hover img {
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

.socialIcons img {
  position: relative;
  z-index: 1;
  margin-right: 20px;
}

.socialIcons a:hover img {
  position: relative;
  z-index: 1;
  opacity: 0.5;
}

.infoGallery .owl-carousel .owl-nav .owl-next {
  right: -40px;
}

/* Calendar */

.calendar-sidebar {
  background-color: var(--main-bg-color) !important;
  -webkit-box-shadow: 5px 0 18px -3px var(--main-bg-color) !important;
  box-shadow: 5px 0 10px -3px rgb(0 0 0 / 25%) !important;
}

.calendar-sidebar > span#sidebarToggler {
  background-color: var(--light-grey) !important;
  -webkit-box-shadow: 5px 0 18´0px -3px rgb(0 0 0 / 25%) !important;
  box-shadow: 5px 0 10px -3px rgb(0 0 0 / 25%) !important;
  padding: 4px 8px !important;
}

.evo-calendar {
  -webkit-box-shadow: 5px 0 18´0px -3px rgb(0 0 0 / 25%) !important;
  box-shadow: 5px 0 10px -3px rgb(0 0 0 / 25%) !important;
}

.calendar-sidebar > .month-list > .calendar-months > li.active-month {
  background-color: var(--grey-bg) !important;
  color: var(--main-bg-color) !important;
}

.calendar-sidebar > .month-list > .calendar-months > li {
  color: #fff !important;
}

table.calendar-table th {
  color: #000 !important;
}

.event-list > .event-empty {
  padding: 15px 10px;
  background-color: var(--grey-bg) !important;
  border: 1px solid var(--main-bg-color) !important;
}

#eventListToggler {
  -webkit-box-shadow: 5px 0 18´0px -3px rgb(0 0 0 / 25%) !important;
  box-shadow: 5px 0 10px -3px rgb(0 0 0 / 25%) !important;
  background: var(--light-grey) !important;
}

.calendar-year {
  background: var(--grey-bg) !important;
  color: var(--main-font-color) !important;
}

.calendar-sidebar > .calendar-year > button.icon-button > span {
  border-right: 2px solid var(--main-font-color) !important;
  border-bottom: 2px solid var(--main-font-color) !important;
  width: 10px !important;
  height: 10px !important;
  bottom: 3px !important;
  position: relative !important;
}

.calendar-sidebar > .month-list > .calendar-months > li:hover {
  background-color: var(--second-font-hover) !important;
  color: var(--main-bg-color) !important;
}

/* END Calendar */

tr.calendar-body .calendar-day .day.calendar-today:hover,
tr.calendar-body .calendar-day .day.calendar-today {
  background-color: var(--main-bg-color) !important;
}

.impressum div#header_2-1 .textcontent,
.datenschutz div#header_2-1 .textcontent {
  display: block;
}

.menu_link_logout a {
  color: var(--main-bg-color) !important;
}

.navigation_desktop .active_tree,
.menu_link_logout a:hover,
li#user_menu a:hover,
nav#SupportMenu a:hover {
  color: #fff !important;
}

.menu_link_logout a:hover path {
  fill: #fff !important;
}

.collection_content.eventArt {
  color: var(--main-bg-color);
  margin-bottom: 0px !important;
}

.collection_content.create_date {
  color: var(--lighter-grey);
}

.col-events {
  clear: left;
  padding: 0;
}

.collection_list.announcement .title {
  background: none;
  height: auto;
  color: var(--main-font-color);
  min-height: unset;
}

.col-events .collection_container {
  width: calc(33.333% - 40px);
  float: left;
  margin: 0 20px !important;
  margin-bottom: 40px !important;
  box-shadow: 5px 0 10px -3px rgb(0 0 0 / 25%);
}

.col-events {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  position: relative;
  float: left;
}

.collection_content.overview-img img {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
}

.announcement .collection_content.title {
  padding-left: 20px px !important;
  position: relative;
  background: var(--main-bg-color);
  color: #fff;
  min-height: 100px;
}

.collection_content.preview {
  font-weight: 600;
  font-size: 1.2em;
}

.event-btn {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px 20px;
  color: var(--main-bg-color);
  border-top: 5px solid var(--main-bg-color);
  border-radius: 0 0 20px 20px;
  padding-bottom: 10px;
  font-size: 1.1em;
  box-shadow: 5px 0 10px -3px rgb(0 0 0 / 25%);
}

.col-events {
  height: 718px;
  overflow: hidden;
}

.col-events.active {
  height: 800px !important;
  overflow-y: scroll;
}

.event-btn {
  cursor: pointer;
}

/* width */

::-webkit-scrollbar {
  width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: var(--light-grey);
}

/* Handle on hover */

/* ::-webkit-scrollbar-thumb:hover {
    cursor: grab !important;
} */

div#colEvents.active {
  width: calc(100% + 45px);
  margin-bottom: 40px;
}

div#colEvents .announcement {
  display: none;
}

div#colEvents.active .announcement {
  display: block !important;
}

div#colEvents .announcement:nth-child(1),
div#colEvents .announcement:nth-child(2),
div#colEvents .announcement:nth-child(3) {
  display: block;
}

.collection_list.teamCol .collection_content.image {
  padding: 20px;
  height: auto;
  position: relative;
  float: left;
}

.collection_list.teamCol .collection_content.image img {
  margin: 0 auto;
  height: 100px !important;
  width: 100%;
  position: relative;
  float: left;
  object-fit: contain;
}

.teamCol .collection_content.image::before {
  padding: 0;
}

.teamCol .collection_container {
  min-height: 290px;
  padding: 20px;
  position: relative;
  float: left;
}

.collection_content.teamCol_title {
  position: relative;
  float: left;
  padding: 0px !important;
  display: block;
}

div#colEvents .announcement:nth-child(1),
div#colEvents .announcement:nth-child(2),
div#colEvents .announcement:nth-child(3) {
  display: block;
}

.col-events .collection_list {
  float: unset;
  width: 100%;
}

.kita div#area-3 {
  overflow: hidden;
}

.col-events .collection_list {
  float: unset;
  width: 100%;
  padding: 0px;
  margin-top: 0;
}

.collection_content.preview {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.col-xs-12.eventsHome .row {
  display: block;
}

.portalNews .collection_container {
  padding: 15px !important;
}

.breadcrumb-helpdesk {
  background-image: url(/userdata/images/kinder_und_erzieherin_bg.png) !important;
  background-size: contain !important;
}

.contactformular .form-control {
  height: 3em;
  font-size: 1em;
  border-radius: 10px;
}

.breadcrumb {
  padding: 20px !important;
}

#SupportUserMenu ul.level_2 li {
  white-space: nowrap;
}

#SupportUserMenu ul.level_2 {
  overflow: visible;
  background: var(--middle-grey);
  box-shadow: inset 10px 0 15px -18px rgb(0 0 0 / 40%),
    12px 7px 30px -5px rgb(0 0 0 / 16%);
  border-radius: 0 20px 20px 0;
}

#SupportUserMenu ul.level_2 {
  min-height: 310px;
}

.label {
  text-align: left;
  color: #000;
  font-size: 85%;
}

.input {
  margin-bottom: 1rem;
}

label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.contactformular label {
  font-size: 85%;
}

form#form_support_contact_card .spacer_6 {
  height: 0;
}

.button_save,
.button_reset {
  color: #fff;
  background: var(--secondary-color);
  border: 0;
  border-radius: 10px;
  padding: 12px 50px !important;
  font-weight: 600;
  display: block;
}

ul.toolbar_menu li.promoted {
  position: relative;
  float: left;
  display: inline-block;
}

ul.toolbar_menu {
  position: relative;
  float: left;
  display: inline-block;
  width: 100%;
}

ul.toolbar_menu li.promoted {
  position: relative;
  float: left;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 40px;
}

.button:hover,
button:hover,
.btn:hover,
.button_save:hover,
.button_reset:hover {
  opacity: 0.65 !important;
}

.button_save:hover,
.button_reset:hover {
  color: #fff;
}

input#button {
  padding: 12px 50px !important;
  font-weight: 600;
}

nav#SupportMenu li a:hover,
nav#SupportMenu li a.active_tree,
div#SupportUserMenu li a:hover,
div#SupportUserMenu li a.active_tree {
  color: #fff !important;
}

.hamburger-menu {
  box-shadow: 5px 10px 10px rgb(0 0 0 / 10%);
}

.contact-button {
  position: relative;
  float: left;
  margin-top: 15px;
  padding: 5px;
}

.form-group label {
  white-space: break-spaces;
}

.app .collection_container {
  margin: 0;
  padding: 0;
}

.menu .collection_container {
  padding: 40px;
}

.logo-left {
  width: 40%;
  border-right: 1px solid #000;
  position: relative;
  float: left;
}

.logo-wrap {
  position: relative;
  float: left;
  height: 94px;
}

.logo-left img {
  position: relative;
  float: left;
  max-width: 100%;
  padding-right: 20px;
  width: 121px !important;
}

.logo-right {
  float: left;
  width: 60%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  padding-left: 20px;
}

.logo-right p {
  color: #000;
}

.colDownloads {
  padding: 0;
}

.collection_list.downloads {
  width: 220px;
  position: relative;
  padding: 5px;
  margin-top: 20px;
  float: left;
  height: auto;
}

.collection_list.downloads .collection_container {
  background: #b0b0b0;
  border: none;
  box-shadow: 7px 7px 20px 0px rgb(0 0 0 / 16%);
  padding: 15px;
  border-radius: 15px;
  color: #fff;
  transition: 300ms;
}

.collection_content.iconOption {
  width: 100%;
  text-align: left;
}

.collection_content.iconOption img {
  max-width: 80px !important;
  max-height: 80px;
}

.collection_list.downloads .collection_content.title {
  font-size: 1.2em !important;
  hyphens: auto;
  position: absolute !important;
  bottom: 20px;
}

.collection_list.downloads:hover .collection_container {
  background: var(--main-bg-color);
  transition: 300ms;
}

.collection_full.downloads .collection_content.iconOption {
  background: var(--main-bg-color);
  padding: 20px;
  border-radius: 15px;
  width: 100% !important;
}

.collection_full.downloads .collection_container {
  padding: 40px;
}

.portalCol .collection_full.menu {
  width: calc(100% + 30px);
  left: -15px;
  position: relative;
}

.downloads .collection_content.title {
  padding-right: 15px;
}

.event-list > .event-empty {
  border-radius: 11px !important;
  background: var(--main-bg-color) !important;
  color: #fff;
}

.downloads .collection_content.title {
  background: none;
  min-height: unset !important;
  font-size: 16px;
  padding: 0;
  padding-right: 15px;
}

.collection_list.downloads .collection_container {
  margin: 0;
  height: 100%;
}

.downloads .collection_content.iconOption {
  padding-left: 0;
}

.downloads a.button {
  background: unset;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  border: none;
}

.col-xs-12.colDownloads {
  padding: 0 17px;
}

.app .col-xs-12.colDownloads {
  padding: 0;
}

.downloads .collection_container {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}

.collection_full.downloads .collection_container {
  display: block;
}

.jobcenter h3 {
  margin-bottom: 50px !important;
}

.jobcenter a {
  background: var(--main-bg-color);
  color: #fff;
  padding: 15px 40px;
  border-radius: 10px;
}

.jobcenter a:hover {
  background: var(--light-grey);
}

.mainpage_link_img {
  width: 100%;
  position: relative;
  float: right;
}

.mainpage_link {
  position: relative;
  float: right;
  text-align: right;
  font-size: 0.8em;
}

.mainpage_link a:hover .mainpage_link_img svg {
  fill: var(--main-bg-color);
  transition: 300ms;
}

.footer_main a:hover img {
  opacity: 0.8;
}

/*Full Content Collection START*/

.home.full_preview #colEvents {
  height: auto;
}

.home.full_preview #content {
  height: auto;
  padding: 0 !important;
}

.home.full_preview .eventsHome {
  display: none;
}

.home.full_preview .col-events .collection_container {
  width: 100%;
}

.home.full_preview .announcement .collection_content.title {
  height: auto;
  padding: 0;
  margin: 0;
  min-height: unset;
  float: left;
  padding-right: 20px;
  border-radius: 5px;
}

.home.full_preview .collection_content.overview-img img {
  height: auto !important;
  width: auto;
  margin-bottom: 40px;
  max-width: 800px;
  max-height: 600px;
}

.home.full_preview .event-btn,
.home.full_preview div#area-4,
.home.full_preview div#content {
  display: none !important;
}

.home.full_preview .col-events .collection_container {
  box-shadow: none;
  max-width: calc(100% - 0px);
  margin: 0 !important;
}

.home.full_preview .collection_content.create_date,
.home.full_preview .collection_content.preview,
.home.full_preview .collection_content.short-description,
.home.full_preview .collection_content.description,
.home.full_preview .collection_content.data {
  float: left;
  clear: left;
}

.home.full_preview .collection_content.gallery {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.home.full_preview .collection_content.short-description,
.home.full_preview .collection_content.description {
  max-width: 900px;
}

.home.full_preview .owl-next {
  display: block !important;
  background: #e2001a !important;
  color: #fff !important;
  right: -5px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.home.full_preview .collection_content.gallery {
  margin-top: 60px;
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
}

.home.full_preview .collection_content.overview-img img {
  border-radius: 20px;
  width: 100%;
  max-width: 800px !important;
}

.home.full_preview .owl-next:before {
  background: #e2001a;
  color: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home.full_preview .owl-prev {
  display: block !important;
  color: #e2001a !important;
  background: #fff !important;
  left: -5px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.home.full_preview .owl-prev:before {
  color: #e2001a;
  background: #727272;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home.full_preview .owl-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  height: 30%;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: translate(-30%, -50%) rotate(-135deg);
}

.home.full_preview .owl-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  height: 30%;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: translate(-60%, -50%) rotate(45deg);
}

.home.full_preview .announcement .owl-carousel .owl-item {
  display: flex;
}

.home.full_preview .collection_content.description {
  margin-bottom: 50px;
}

.home.full_preview div#area-3 {
  padding-top: 0 !important;
}

.owl-nav {
  position: absolute;
  width: 100%;
  bottom: 50%;
}

.owl-carousel.owl-theme.owl-two.gallery-style.owl-loaded.owl-drag {
  position: relative;
  float: left;
  width: 100%;
}

.full-col-img-wrapper,
.full-col-text-wrapper {
  width: 50%;
  float: left;
  padding-right: 40px;
}

.full-col-text-wrapper {
  margin-top: 20px;
}

.collection_full.announcement .collection_content.eventArt {
  padding-left: 20px;
}

.collection_full.announcement .collection_content.create_date {
  padding-left: 5px;
  margin-bottom: 20px;
}

.impressions div#content,
.impressions div#area-3,
.impressions div#area-5,
.impressions div#area-7 {
  min-height: auto;
}

.impressions .owl-next {
  position: relative;
  float: left;
  left: 0;
}

.infoGallery .slideshow_box {
  width: 100% !important;
}

.infoGallery .owl-item {
  max-width: 100% !important;
}

.announcement .collection_content.title {
  padding-top: 5px !important;
  line-height: 1.2 !important;
  padding-bottom: 10px !important;
}

.collection_full.announcement .collection_content.title {
  padding-top: 10px !important;
}

.collection_full.news .image:before {
  display: none;
}

.collection_full.news img {
  height: auto !important;
  width: 50%;
  max-height: unset;
  height: auto;
  position: relative;
  float: left;
  padding-right: 40px;
}

.collection_full.news .collection_content.location {
  padding-left: 15px;
  color: var(--main-bg-color);
}

.collection_full .newsTitle {
  height: auto;
  margin: 0;
  min-height: unset;
  float: left;
  border-radius: 5px;
  background: var(--main-bg-color);
  padding: 10px 20px;
  color: #fff;
  line-height: 1.2;
  font-size: 35px;
  float: left;
}

.news.collection_full .date,
.news.collection_full .descriptionAppt,
.news.collection_full .time {
  position: relative;
  float: left;
  width: 50%;
}

.news.collection_full .descriptionAppt {
  padding-top: 20px;
}

.news.collection_full .date,
.news.collection_full .time {
  padding-left: 5px;
}

.leader-image p {
  height: 450px;
}

div#colEvents {
  margin-top: 40px;
}

.collection_content.iconOption {
  color: rgb(0 0 0 / 0%) !important;
}

.collection_content.iconOption:after {
  content: "";
  height: 100px;
  width: 70px;
  float: left;
  clear: left;
}

.collection_content.iconOption.formular:after {
  background: url(/userdata/images/form.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

.collection_content.iconOption.check:after {
  background: url(/userdata/images/checklist.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

.collection_content.iconOption.flyer:after {
  background: url(/userdata/images/flyer.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

.collection_content.iconOption.bild:after {
  background: url(/userdata/images/foto.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

.collection_content.iconOption.zip:after {
  background: url(/userdata/images/zip.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

.collection_list.downloads a.button {
  color: rgb(0 0 0 / 0%);
}

.home.full_preview .news .collection_container > div {
  clear: left;
  float: left;
}

.home.full_preview .news .collection_container .location {
  padding: 0 !important;
}

.home .collection_content.data-gallery {
  display: none;
}

.collection_list.downloads .collection_container {
  display: block;
}

.collection_content.data-gallery {
  padding: 0;
  padding-top: 20px;
}

.collection_list.downloads .collection_container {
  position: relative;
  float: left;
  height: auto;
  min-height: 200px;
}

.collection_list.downloads .collection_container > div {
  position: relative;
  float: left;
  width: auto;
}

.collection_list.downloads .collection_container > div {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  clear: left;
}

.collection_content.data-gallery {
  font-size: 0.8em;
}

.collection_content.data-gallery a:hover {
  text-decoration: underline;
}

.collection_content.data-gallery a {
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 20px !important;
  float: left;
}

.collection_content.data-gallery {
  position: fixed !important;
  top: 50%;
  left: 50%;
  background: red;
  transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 10px 10px 30px rgb(0 0 0 / 55%);
}

.filegallery_content_file a i {
  margin-right: 10px;
}

.collection_content.data-gallery .filegallery_content_file:last-child a {
  margin: 0 !important;
}

.collection_content.data-gallery.show {
  z-index: 1;
}

.home.full_preview .news .collection_container .image {
  width: auto !important;
  margin-top: 40px;
  background: none;
}

.announcement .collection_content.short-description {
  min-height: 100px;
}

/* .infoGallery .owl-carousel.owl-drag .owl-item {
  max-width: 810px !important;
} */

#colEvents .collection_content.title {
  padding: 10px;
}

.collection_container .infoGallery {
  width: 50% !important;
}

.left_start_info .infoGallery {
  width: 100% !important;
}

.event-list > .event-empty > p {
  margin: 0;
  color: #fff !important;
}

.type-bullet .type-event,
.event-bullet-event {
  background: #43d867 !important;
}

.full_preview .announcement .collection_content.preview {
  white-space: normal;
}

.announcement .collection_content.preview {
  padding-top: 20px !important;
}

.calendar-events .event-info a {
  width: 100%;
  height: 100%;
  /* opacity: 0;
    position: absolute;
    left: 0;
    top: 0; */
  color: red;
}

[class~="todayEvent"]:last-of-type {
  background: #eee;
  border-bottom: none;
}

.calendar-events .event-info:after {
  position: relative;
  float: left;
  /* content: "mehr erfahren"; */
  color: var(--main-bg-color);
}

.oeffnungszeiten,
.betreuungszeiten {
  font-size: 18px !important;
}

.full_preview a.button.addCalendar {
  background: var(--main-bg-color);
  color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  padding: 11px 20px;
}

.full_preview a.button.addCalendar:hover {
  background: var(--light-grey);
  opacity: 1 !important;
}

.full_preview .collection_content.descriptionAppt {
  font-size: 1.6em;
  color: var(--main-bg-color);
}

.full_preview .announcement .collection_content.video {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px;
  background: #fff;
  border-radius: 20px;
}

.full_preview .announcement .collection_content.video .youtubecontent {
  padding: 20px;
}

.button.all-jobs {
  margin-top: 40px;
}

.content-group h2 {
  position: relative;
}

.dottie-left h2:after {
  bottom: -15px;
}

.col-xs-12.button .tetcontent,
.col-xs-12.button p,
.content-group .button {
  background: none;
}

.col-xs-12.button.left-btn a {
  float: left;
  margin-left: 20px;
}

.job-form .row {
  max-width: 700px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 40px;
  border-radius: 20px;
}

/*2022-09-15 Designupdate Startseite und Kollektions-Detailseite*/

.announcement .collection_content.overview-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.announcement .collection_content.overview-img img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.collection_content.eventArt {
  font-size: 1.3em;
  z-index: 1;
  position: relative;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  transition: 500ms;
  text-shadow: 0 0 6px rgb(0 0 0 / 80%);
}

.announcement .collection_content.title {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 30px !important;
  background: rgb(226 0 26 / 85%);
  height: 30%;
  transition: 500ms;
}

.announcement .collection_container:hover .collection_content.title {
  height: 100%;
  transition: 500ms;
}

.announcement .collection_container:hover .collection_content.eventArt {
  transition: 500ms;
  opacity: 0;
}

.announcement .collection_container:hover .collection_content.preview,
.announcement
  .collection_container:hover
  .collection_content.short-description {
  opacity: 1;
  transition: 500ms;
  z-index: 1;
  position: relative;
  color: #fff;
  top: 0;
  transition: 500ms;
}

.announcement .collection_content.preview {
  padding-top: 80px !important;
}

.announcement .collection_container .collection_content.preview,
.announcement .collection_container .collection_content.short-description {
  color: #fff;
  top: 510px;
  transition: 500ms;
  opacity: 0;
}

.collection_list.announcement .collection_container .collection_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
  color: #fff;
  padding-bottom: 40px;
  opacity: 0;
  margin-top: 50px;
  transition: 500ms;
}

.collection_list.announcement .collection_container {
  padding: 30px;
}

.collection_list.announcement .collection_container:hover .collection_link a {
  opacity: 1;
  margin-top: 0;
  transition: 500ms;
}

.collection_list.announcement .collection_container .collection_link a:hover {
  color: #fff !important;
  opacity: 1 !important;
}

.announcement .collection_content.title:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background: url(/userdata/images/hover-mouse.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  transition: 500ms;
}

.announcement .collection_container:hover .collection_content.title:after {
  opacity: 0;
  transition: 500ms;
}

div#calendar {
  border-radius: 15px 0 15px 15px;
}

.full_preview .collection_content.title {
  position: relative;
  padding: 20px !important;
  padding-bottom: 10px !important;
}

.full_preview .collection_content.title:after {
  display: none;
}

.full_preview
  .announcement
  .collection_container
  .collection_content.short-description {
  display: none;
}

.full_preview .announcement .collection_container .collection_content.preview {
  top: unset;
  position: relative;
  float: left;
  opacity: 1;
  color: var(--main-font-color);
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0 !important;
}

.full_preview
  .announcement
  .collection_container:hover
  .collection_content.eventArt {
  opacity: 1;
}

.full_preview .announcement .collection_container .collection_content.eventArt {
  padding-top: 10px;
  color: #fff;
  position: absolute;
}

/*END - 2022-09-15 Designupdate Startseite und Kollektions-Detailseite*/

.full_preview .collection_content.overview-img {
  position: relative;
  float: left;
}

.full_preview .full-col-text-wrapper {
  margin: 0;
}

p.table-p {
  position: relative;
  float: left;
}

.collection_content.table-element table {
  float: left;
  max-width: 1400px;
  padding: 0 20px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  box-shadow: var(--shadow);
  border-radius: 10px;
}

.collection_content.table-element h3 {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.jobportal-home div#area-2 {
  background: var(--grey-bg);
  padding-top: 0 !important;
}

.collection_content.table-element .textcontent > p {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.collection_content.table-element .textcontent > p span {
  max-width: 800px;
  clear: both;
  position: relative;
  float: left;
}

.spec-wrap2 .collection_content.job-specs2.dottie-left img {
  margin-right: 20px;
}

.full_preview .announcement .gallery img {
  max-height: 450px !important;
}

.jobportal-home #content .container .jobs:nth-child(4) .title-stellen {
  font-size: 1.6em;
}

.collection_list.school .collection_container .school-contact {
    z-index: 1;
    position: relative;
}

.collection_content.jobForm {
  display: block;
  z-index: 0;
  position: relative;
}

.group-flyer .row {
  width: 100%;
  float: left;
}

.collection_list.flyer {
  width: 33.33333%;
  float: left;
  padding: 20px;
}

.collection_list.flyer .collection_container {
  box-shadow: var(--shadow);
  border: none;
  overflow: hidden;
  padding: 0px;
  margin: 0;
  padding-bottom: 65px;
  height: 100%;
  background: #fff;
}

.collection_content.flyer-title {
  padding: 20px 80px 10px 30px;
  font-size: 1.4em;
  background: var(--main-bg-color);
  color: #fff;
  min-height: 98px;
  font-weight: bold;
}

.collection_content.flyer-desc {
  padding: 10px 30px 10px 30px;
  margin-bottom: 0;
  border: none !important;
}

.collection_content.flyer-data .filegallery_content_file {
  border: none !important;
}

.collection_content.flyer-data {
  padding: 0;
  margin: 0;
}

.collection_content.flyer-data .filegallery_content_file {
  padding: 0;
  margin: 0;
}

.collection_content.flyer-data .filegallery_content_file a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: transparent;
  z-index: 1;
}

.collection_list.flyer .filegallery_content_file:after {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  background: #9d9d9d;
  color: #fff;
  padding: 7px 20px;
  border-radius: 5px;
  content: 'Ansehen / Herunterladen';
  text-decoration: none;
  z-index: 0;
}

.collection_list.flyer .filegallery_content_file:hover:after {
  background: var(--main-bg-color);
  cursor: pointer;
}

.flyer-group .row {
  display: flex;
  flex-wrap: wrap;
}

.flyer div#content {
  background: #fbfbfb;
}

.collection_list.flyer:nth-child(5n+2) .collection_content.flyer-title:after {
  content: '';
  background: url(/userdata/images/Flyer1.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 98px;
  background-size: calc(100% - 40px);;
  background-repeat: no-repeat;
  filter:brightness(500);
  background-position: center;
  transform: rotate(30deg) translate(0px, 0px);
}

.collection_list.flyer:nth-child(5n+3) .collection_content.flyer-title:after {
  content: '';
  background: url(/userdata/images/Flyer2.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 98px;
  background-size: calc(100% - 40px);;
  background-repeat: no-repeat;
  filter:brightness(500);
  background-position: center;
  transform: rotate(30deg) translate(0px, 0px);
}

.collection_list.flyer:nth-child(5n+4) .collection_content.flyer-title:after {
  content: '';
  background: url(/userdata/images/Flyer3.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 98px;
  background-size: calc(100% - 40px);;
  background-repeat: no-repeat;
  filter:brightness(500);
  background-position: center;
  transform: rotate(30deg) translate(0px, 0px);
}

.collection_list.flyer:nth-child(5n+5) .collection_content.flyer-title:after {
  content: '';
  background: url(/userdata/images/Flyer4.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 98px;
  background-size: calc(100% - 40px);;
  background-repeat: no-repeat;
  filter:brightness(500);
  background-position: center;
  transform: rotate(30deg) translate(0px, 0px);
}
.collection_list.flyer:nth-child(5n+6) .collection_content.flyer-title:after {
  content: '';
  background: url(/userdata/images/Flyer5.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 98px;
  background-size: calc(100% - 40px);;
  background-repeat: no-repeat;
  filter:brightness(500);
  background-position: center;
  transform: rotate(30deg) translate(0px, 0px);
}

.collection_list.flyer .collection_container {
  box-shadow: var(--shadow);
  border: none;
  overflow: hidden;
  padding: 0px;
  margin: 0;
  padding-bottom: 89px;
  height: 100%;
  background: url(/userdata/images/flyer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.flyer-pv .mb30 {
  width: 66.66666%;
  float: left;
}

.flyer-pre .filter_display {
  display: none;
}

.flyer-pv .button {
  width: auto;
  float: right;
}

.button {
  padding: 0;
  margin: 0;
  border: none;
}

.flyer-pv h2 {
  margin-top: 0;
}

.flyer-pre .row {
  display: flex;
}

.flyer-btn.button a {
  padding: 11px 50px;
}

.button a {
  background: var(--main-bg-color);
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 5px;
}

.flyer-pv .button:hover {
  background: unset;
  color: #fff !important;
  box-shadow: none;
  opacity: 1;
}

.button.mt30 {
  margin-top: 30px;
}

.flyer-btn:hover {
  opacity: 1 !important;
  background-color: unset !important;
}

.flyer-btn:hover a {
  box-shadow: var(--shadow);
}

.contact-area .collection_content {
  display: none;
}

.contact-area .collection_content.mailLink,
.contact-area .collection_content.contactName,
.contact-area .collection_content.contactAdress,
.contact-area .collection_content.contactPostalcode,
.contact-area .collection_content.contactPhone,
.contact-area .collection_content.contactMail {
  display: block;
  padding-left: 0;
}

.contact-area .homeInfoboard .collection_container {
  background: #fff;
  font-size: 1.2em;
  border: none;
  box-shadow: var(--shadow);
  padding: 30px;
}

.contact-area .outerWrap_places1 {
  display: none;
}

.contact-area  .collection_content.contactName {
  font-weight: 600;
  font-size: 1.4em;
}

.contact-area  .collection_content.mailLink a {
  background: var(--main-bg-color);
  color: #fff;
  padding: 8px 30px;
  border-radius: 5px;
  margin-top: 20px;
}

.contact-area  .collection_content.mailLink {
  float: left;
  margin-top: 30px;
}

.contact-area .homeInfoboard .collection_container {
  background: #fff;
  font-size: 1em;
  border: none;
  box-shadow: var(--shadow);
  padding: 30px;
  float: left;
  min-width: 500px;
  padding-right: 130px;
}

.contact-area .homeInfoboard .collection_container:after {
  content: '';
  background: url(/userdata/images/contact-sheet.png);
  position: absolute;
  right: 30px;
  top: 30px;
  width: 70px;
  height: 70px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.flyer div#area-4 {
  padding-bottom: 0px !important;
}

.flyer h1 {
  font-size: 2.5em;
}

a.button_filter {
  float: left;
  margin-bottom: 5px;
}



/*responsive*/

@media only screen and (max-width: 1800px) {
  .portalNews .announcement .collection_content.title {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 1700px) {
  .home.full_preview .col-events .collection_container {
    max-width: calc(100% - 40px);
    margin: 0 20px !important;
  }

  .benefit-carousel-wrapper:before {
    width: 10%;
  }

  .benefit-carousel-wrapper:after {
    width: 10%;
  }
}

@media only screen and (max-width: 1600px) {
  .red-pain:before {
    right: 40px;
    top: -15px;
  }

  .portalNews.col-events .collection_container {
    width: calc(50% - 40px);
  }
  .portalNew .announcement:nth-child(3) {
    display: none;
  }
  #header_3 img {
    max-height: 380px;
  }
  div#header_3,
  .header-wrap_1 {
    height: 380px !important;
  }
  .home div#header_3,
  .home .header-wrap_1 {
    height: 550px !important;
  }
  h1 {
    font-size: 50px;
  }
  .impressSlider .owl-stage {
    left: 0px;
  }
  .visualContent2 .row {
    padding-right: 40px;
    width: 100%;
  }
  .visualContent1 {
    margin-right: 0;
    width: 50%;
    padding: 0 40px;
  }
  .visualContent2 {
    width: 50%;
  }
  .collection_list.announcement .collection_container {
    padding: 15px !important;
  }
  h2,
  .collection_list.announcement .title {
    font-size: 1.6em;
  }
  .collection_content.overview-img img {
    height: 180px !important;
  }
  .collection_list.announcement .collection_container {
    min-height: 570px;
  }
  .col-events {
    height: 610px;
  }
  .team #content {
    padding: 40px 0 !important;
    min-height: unset !important;
  }
  .portalNews#colEvents .announcement:nth-child(3) {
    display: none;
  }

  .jobs .collection_content.title-stellen {
    font-size: 1.4em;
  }

  .jobs .collection_content.title-stellen {
    font-size: 1.4em;
  }

  .stellen.full_preview #area-6 .dottie-left h2:after {
    left: 45px;
  }

  .collection_content.stellen-institute .school {
    width: 33.33333%;
  }
}

/*END 1600px*/

@media only screen and (max-width: 1509px) {
  .sidebar-hide .calendar-inner,
  .event-hide .calendar-inner {
    max-width: 100%;
  }
  .event-hide .calendar-inner {
    max-width: 100% !important;
    margin: 0 !important;
  }
  .sidebar-hide .calendar-inner {
    max-width: 100% !important;
  }
  .calendar-inner {
    padding: 50px 20px 70px 20px;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .calendar-events {
    z-index: 2 !important;
    box-shadow: 0px 0 15px 0px rgb(0 0 0 / 25%) !important;
  }
  .event-hide .calendar-events {
    right: -400px;
    transition: 300ms;
  }
  .calendar-events {
    right: 0;
    transition: 300ms;
  }
  /* .evo-calendar:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 35%);
        z-index: 1;
    } */
  .evo-calendar.event-hide.sidebar-hide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    background: rgb(0 0 0 / 35%);
    z-index: 1;
  }
  .calendar-inner::after {
    background-color: rgb(0 0 0 / 35%) !important;
  }
  #eventListToggler {
    z-index: 3 !important;
  }
  div#header_2-1,
  #header #header_2 {
    padding-right: 40px;
  }
}

/*END 1509px*/

@media only screen and (max-width: 1400px) {
  .jobs .collection_content.title-stellen {
    padding: 10px;
    min-height: 100px;
  }

  .stellen-pv-wrapper {
    height: 50%;
  }

  .jobs .collection_content.stellen-short {
    height: auto;
    padding: 0 !important;
    margin: 15px;
  }

  .collection_list.jobs .collection_container {
    margin: 10px;
    height: 480px;
  }

  .home div#header_3,
  .home .header-wrap_1 {
    height: 500px !important;
  }
  .collection_content.teamCol_title {
    padding: 0px 0px !important;
  }
  .quoteAutor p {
    font-size: 1.2em !important;
  }
  .quoteGroup {
    padding: 0 40px;
  }
  .quoteGroup p {
    font-size: 1.6em;
  }
  .placestHome_wrap,
  .contactHome_wrap {
    position: relative;
    float: left;
    height: 380px;
    width: 25%;
    padding: 20px;
  }
  .infoArea .collection_content.link-infosite,
  .infoArea .collection_content.mailLink {
    padding-right: 20px;
  }
}

/*END 1400px*/

@media only screen and (max-width: 1250px) {
  .right-txt .textcontent p {
    text-align: left !important;
  }

  .infoGallery .owl-carousel.owl-drag .owl-item {
    max-width: unset !important;
  }
  .infoArea .slideshow_content.container {
    height: 560px;
  }
  .portalNews.col-events {
    height: 605px;
  }
  div#content {
    min-height: unset;
  }
  .home div#header_3,
  .home .header-wrap_1,
  .home #header_3 img {
    height: 450px !important;
  }
  .kita_facts .collection_content.description {
    min-height: 120px !important;
  }
  .collection_list.kita_facts {
    width: 33.33333%;
  }
  .iconSet img {
    width: 180px !important;
  }
  .iconSet {
    margin-bottom: 40px;
  }
  .left_start_info {
    width: 100%;
  }
  .placestHome_wrap,
  .contactHome_wrap {
    width: 33.33333%;
  }
  .numbersOuter_wrap {
    height: 380px;
    width: 33.333333%;
  }
  div#header_3,
  .header-wrap_1 {
    height: 466px;
  }
  div#header_3 div {
    height: 100%;
  }
  div#header_3 img {
    height: 100% !important;
    object-fit: cover;
  }
  big {
    font-size: 25px;
  }
  h1 {
    font-size: 36px;
  }
  div#header_2-1 {
    margin-bottom: 20px;
  }
  #header #header_2 {
    padding-right: 20px !important;
  }
  #header #header_2 {
    display: block;
    float: right !important;
    position: relative !important;
  }
  #header #header_1,
  #header #header_2 {
    width: auto;
  }
  #header_2 ul.level_1 {
    display: none !important;
  }
  #a9 .owl-nav {
    bottom: 0px !important;
  }
  .home-map,
  .home-focus {
    padding: 0;
  }
  .map .textcontent iframe {
    width: 100%;
  }
  .map {
    width: 100%;
    max-width: unset;
  }
  .places,
  .contact-area-home {
    height: auto;
  }
  .impressionSlider {
    height: auto;
  }
  .factBox_3,
  .factBox_1,
  .factBox_2 {
    height: 160px;
  }
  div#header_1,
  #header_2,
  #header_3 {
    padding: 0 !important;
    margin: 0 !important;
  }
  div#toggle_navigation {
    display: block !important;
  }
  div#toggle_navigation:hover,
  div#toggle_navigation:active,
  div#toggle_navigation:focus {
    background: transparent;
  }
  .home.home .collection_list.announcement .collection_container {
    min-height: 490px;
  }
  .col-events {
    height: 530px;
  }
  .col-events .collection_container {
    width: calc(50% - 40px);
  }
  .collection_list.teamCol .collection_content {
    padding-left: 120px;
  }
  .collection_content.teamCol_title {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  div#colEvents .announcement:nth-child(3) {
    display: none;
  }

  .collection_list.jobs {
    width: 50%;
  }

  .red-pain img {
    float: left;
  }

  .red-pain:before {
    right: 40px;
    top: 40px;
  }

  .grid-gallery .row {
    grid-template-rows: [row1] 200px [row2] 200px [end];
  }

  .mainpage_link {
    float: left;
    margin-top: 20px;
  }

  .spec-wrap2 .job-specs2,
  .spec-wrap .job-specs {
    width: 100%;
    margin-bottom: 20px;
  }

  .spec-wrap2,
  .spec-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .spec-wrap2 .collection_content.job-specs2.dottie-left {
    padding-left: 0;
  }

  .stellen.full_preview .stellen-faq,
  .stellen.full_preview .contact-infos {
    width: 50%;
    float: left;
    max-width: unset;
  }

  .stellen.full_preview .contact-infos {
    margin: 0 20px;
    width: calc(50% - 40px);
  }

  .faq-home-img .row {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    padding: 0 20px;
  }

  .collection_content.stellen-institute .school {
    width: 50%;
  }

  h1 {
    margin-top: 10px;
    font-size: 2em;;
  }

  .flyer h1 {
    font-size: 2em;;
  }

}

/*END 1250px*/

@media only screen and (max-width: 1200px) {
  .visualContent1,
  .visualContent2 {
    width: 100%;
  }
  .visualContent2 {
    padding-left: 0;
  }
  .visualContent2 .row {
    padding-left: 40px;
    margin-top: 40px;
    width: calc(100% + 60px) !important;
  }
  .impressGrouptitle {
    padding-left: 0;
  }
  .collection_list.teamCol .collection_content {
    padding-left: 100px;
  }
}

/*END 1200px*/

@media only screen and (max-width: 1024px) {
  .flyer-pv .mb30 {
    width: 100%;
}

  .full-col-img-wrapper,
  .full-col-text-wrapper {
    width: 100%;
    padding: 0;
  }
  .home.full_preview #header_3 {
    display: none;
  }
  .full_preview .main-content.content-selector {
    padding: 0px !important;
  }
  .collection_full.downloads .collection_container {
    padding: 15px;
  }
  #user_menu.topmenu.gray_arrow.level_1 > a:before {
    content: "Benutzer";
    font-weight: 400;
    color: var(--main-bg-color);
    font-size: 80%;
    top: -20px;
    position: absolute;
  }
  #user_menu.topmenu.gray_arrow.level_1 > a:hover {
    background: unset;
    color: #000 !important;
  }
  #user_menu.topmenu.gray_arrow.level_1 > a {
    color: #000 !important;
    font-weight: 600;
    border-top: 1px solid var(--main-bg-color);
    margin-top: 40px;
  }
  #user_menu.topmenu.gray_arrow.level_1 li.menu_userdata,
  #user_menu.topmenu.gray_arrow.level_1 .spacer {
    display: none;
  }
  div#SupportUserMenu ul.level_2 {
    left: 0;
    position: relative;
    float: left;
    display: block !important;
    width: 95%;
    min-height: unset;
    padding: 0 0 !important;
    overflow: hidden;
  }
  .home div#header_3,
  .home .header-wrap_1 {
    height: auto !important;
  }
  .collection_list.kita_facts {
    width: 50%;
  }
  div#footer {
    padding-top: 40px;
  }
  .quoteGroup:after {
    font-size: 230px;
    top: 30px;
    left: -10px;
  }
  .quoteImage {
    width: 30%;
  }
  #header #header_2 {
    padding-right: 0px !important;
  }
  .infoArea .collection_content.title {
    padding: 20px;
  }
  .infoArea .collection_content.galleryTitle {
    padding-left: 20px;
  }
  .infoArea .collection_content.see_more {
    padding-right: 20px;
  }
  .numbersOuter_wrap {
    width: 100%;
    height: 140px;
  }
  .placestHome_wrap,
  .contactHome_wrap {
    width: 50%;
  }
  div#header_3,
  .header-wrap_1 {
    height: auto !important;
  }
  .anker-navi .container {
    padding: 0 !important;
  }
  div#header_3 img {
    height: 400px !important;
    object-fit: cover;
  }
  div#header .container {
    padding: 0 20px;
  }
  p,
  span,
  .textcontent {
    font-size: 15px;
  }
  .header-wrap_1,
  #header #header_3 {
    width: 100%;
  }
  div#header_3 img {
    height: 400px !important;
    object-fit: cover;
    max-width: unset !important;
    width: calc(100% + 40px) !important;
    margin-left: -20px;
  }
  .col-events {
    height: 600px;
  }
  /* .collection_list.announcement .collection_container {
        min-height: 562px;
    } */
  .home.home .collection_list.announcement .collection_container {
    min-height: 562px;
  }
  .portalCol {
    width: calc(100% + 0px);
    left: 0px;
  }
  .home.full_preview .collection_content.gallery {
    margin-top: 20px;
  }
  .home.full_preview .collection_content.overview-img img {
    max-width: 600px !important;
  }

  .jobportal-home .youtubecontent iframe {
    margin: 0;
  }

  .grid-gallery .row {
    grid-template-rows: [row1] 150px [row2] 150px [end];
    grid-template-columns:
      [col1] calc(25% - 15px) [col2] calc(25% - 15px) [col3] calc(25% - 15px)
      [col4] calc(25% - 15px) [end];
  }

  .jobs .collection_link a {
    opacity: 1;
  }

  .stellen.full_preview .stellen-faq {
    width: 100%;
  }

  .stellen.full_preview .contact-infos {
    width: calc(100% - 40px);
    margin-top: 20px;
  }

  .stellen.full_preview #area-6 .dottie-left h2:after {
    left: 40px;
  }

  .faq_headline.section-heading h2,
  .faq_question_box h3 {
    font-size: 1.2em;
  }

  .flyer-pre .row {
    flex-direction: column;
}

.collection_list.flyer.show {
    width: 100%;
}

.flyer-btn.button.mt30 {
  width: 100%;
}

} /*END 1024px*/

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 35px;
  }

  #header #header_1 {
    width: 50%;
  }

  .anker-navi.sticky {
    position: relative !important;
  }

  .collection_list.benefits {
    width: 100%;
  }
  .anmeldung .form-group{
    width: 100% !important;
  }
  .anmeldung .sidebuttons-wrap{
    display: none;
  }
}

/*END 992px*/

@media only screen and (max-width: 769px) {
  .collection_list.jobs .collection_container {
    height: 400px;
  }

  .jobs .collection_content.title-stellen {
    min-height: 90px;
  }

  .stellen-pv-wrapper {
    font-size: 0.8em;
  }

  .infoArea .slideshow_content.container {
    height: 400px;
  }
  .collection_full .collection_content.title {
    font-size: 1.6em !important;
  }
  .evo-calendar:after {
    height: 0%;
  }
  h2 {
    font-size: 1.5em !important;
  }

  .faq_headline.section-heading h2,
  .faq_question_box h3 {
    font-size: 1.2em !important;
  }

  ul.toolbar_menu li.promoted {
    margin-bottom: 10px;
  }
  form#form_support_contact_card table.cardform tbody tr td {
    width: 100%;
    position: relative;
    float: left;
  }
  form#form_support_contact_card table.cardform tbody tr td input {
    /* max-width: unset; */
    width: 100% !important;
  }
  .portalNews.col-events {
    height: 490px;
  }
  .col-events .collection_container {
    margin-bottom: 10px !important;
  }
  .collection_list.kita_facts img {
    width: auto;
    height: 80px;
  }
  .collection_list.kita_facts .collection_container {
    margin: 10px;
  }
  .kita_facts .collection_content.image {
    position: relative;
    float: left;
    width: 100%;
    height: 80px;
    margin: 0 auto;
  }
  .kita_facts .collection_content.description {
    width: 100%;
    position: relative;
    float: left;
  }
  .kita_facts .collection_container {
    display: block;
    position: relative;
    float: left;
  }
  .col-events {
    height: auto;
  }
  .dotCut:after {
    margin-bottom: 15px;
  }
  .team div#area-3 .container {
    flex-direction: column;
    flex-flow: column-reverse;
  }
  .quoteImage {
    width: 40%;
  }
  .quoteImage {
    margin-bottom: 20px;
  }
  .owl-carousel .owl-nav {
    display: block !important;
  }
  div#content,
  .main-screen {
    padding: 40px 0 !important;
  }
  .downloadlink.topline {
    padding-left: 20px;
  }
  .home-news {
    padding: 20px 20px;
  }
  .collection_list.announcement .collection_container {
    min-height: 480px;
  }
  .col-events.active {
    height: 620px;
  }
  .col-events .collection_container {
    width: calc(100% - 40px);
  }
  .downloadlink .textcontent p:first-child,
  .downloadlink .textcontent p:last-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .downloadlink .textcontent p a {
    float: left;
  }
  .placestHome_wrap,
  .contactHome_wrap {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
  }
  .leader-image {
    height: auto;
  }
  .leader-image .row .col-xs-12 {
    display: inline-block;
    justify-content: unset;
  }
  big {
    font-size: 20px;
  }
  .footer-3.col-xs-12 {
    margin-top: 10px;
  }
  .footer-3 {
    width: 100%;
    padding: 0 20px;
  }
  .footer-2 .textcontent {
    padding: 20px 0px 20px 40px;
  }
  .footer-2 {
    float: right;
  }
  .topline:nth-child(even) {
    padding-right: 20px;
  }
  #slider div#slider-title {
    padding: 0 20px;
  }
  .anker-button.button {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  #footer .footer-1,
  #footer .footer-2,
  #footer .footer-3,
  #footer .footer-4 {
    text-align: center;
    margin-bottom: 0px;
  }
  .footer-sitemap li.level_1 {
    width: 50%;
    margin-bottom: 30px;
  }
  .seo .footer-1 {
    padding: 0 20px;
    border: 0;
  }
  .seo .footer-2 {
    padding: 0;
  }
  #privacy-policy .footer-1,
  div#privacy-policy {
    text-align: center !important;
  }
  div#privacy-policy ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  .component.privacy_policy {
    padding: 20px 0 0 0;
  }
  div#cookiewarnung {
    font-size: 13px !important;
  }
  .topline {
    width: 100%;
  }
  .downloadlink.topline {
    width: 100%;
  }
  .topline .textcontent {
    border-top: 1px solid #ababab;
  }
  .downloadlink.topline .textcontent {
    border-top: none;
  }
  .downloadlink.topline.lastline .textcontent {
    border-top: none;
  }
  .topline.lastline .textcontent {
    border-bottom: none;
  }
  .downloadlink.topline.lastline .textcontent {
    border-bottom: 1px solid #ababab;
  }
  .downloadlink.topline.lastline {
    padding: 0 20px;
  }
  .downloadlink.topline.lastline .textcontent {
    border-bottom: none;
  }
  .downloadlink a {
    padding-bottom: 20px;
  }
  .topline .textcontent {
    border-top: 1px solid #ababab;
    padding: 15px 0 0 0;
  }
  div#colEvents .announcement:nth-child(2) {
    display: none;
  }
  .col-kitaFacts {
    padding: 0;
  }
  .portalNews.col-events .collection_container {
    width: calc(100% - 40px);
  }

  .red-pain:before {
    width: 70px;
    height: 57px;
  }

  .job-form .row {
    padding: 20px;
  }

  .collection_content.spec-img2,
  .collection_content.spec-img {
    width: 100%;
  }

  .collection_content.stellen-institute .school {
    width: 100%;
  }
}

/*END 769px*/

@media only screen and (max-width: 600px) {

  .collection_content.flyer-title {
    font-size: 1.2em;
    padding: 20px 50px 10px 30px;
}

.collection_list.flyer:nth-child(5n+2) .collection_content.flyer-title:after, 
.collection_list.flyer:nth-child(5n+3) .collection_content.flyer-title:after, 
.collection_list.flyer:nth-child(5n+4) .collection_content.flyer-title:after,
.collection_list.flyer:nth-child(5n+5) .collection_content.flyer-title:after, 
.collection_list.flyer:nth-child(5n+6) .collection_content.flyer-title:after {
  width: 66px;
}

  .breadcrumb-helpdesk {
    background-size: cover !important;
  }

  .collection_list.jobs {
    width: 100%;
  }

  .red-pain .textcontent img {
    width: 100% !important;
    max-width: unset !important;
  }

  .red-pain:after {
    display: none;
  }

  .collection_content.benefit-text {
    min-height: 100px;
    display: flex;
    align-items: center;
  }

  .jobportal-home div#content .container {
    padding: 0;
  }

  .red-pain .textcontent:after {
    width: 100%;
  }

  .red-pain .textcontent:after {
    display: none;
  }

  .grid-gallery .row {
    grid-template-columns: none;
    grid-template-rows: none;
    grid-template-areas: unset;
    column-gap: 0;
    row-gap: 0;
    row-gap: 0;
    display: block;
  }

  .grid-one {
    grid-column-start: unset;
    grid-column-end: unset;
    grid-row-start: unset;
    grid-row-end: unset;
  }

  .grid-gallery .row .grid-two,
  .grid-gallery .row .grid-three,
  .grid-gallery .row .grid-five,
  .grid-gallery .row .grid-six {
    width: 50% !important;
    float: left;
  }

  .grid-gallery .row > div img {
    max-height: 200px !important;
    padding: 5px;
  }

  .red-pain {
    margin-right: 0px;
  }
}

/*END 600px*/

@media only screen and (max-width: 500px) {
  .logo-wrap {
    position: relative;
    float: left;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .leader-image p {
    height: 300px;
  }
  .logo-left img {
    padding-right: 10px;
  }
  .logo-right {
    width: 60%;
    transform: translateY(0%);
    padding-left: 10px;
    height: auto;
  }
  .logo-right p {
    margin-bottom: 0;
  }
  #header #header_1 {
    width: 75%;
  }
  .downloads .collection_content.iconOption {
    margin-bottom: 0;
  }
  .collection_list.downloads .collection_content.title {
    position: relative;
    float: left;
    bottom: 0;
    width: 70%;
  }
  .downloads .collection_content.iconOption {
    position: relative;
    float: left;
    height: auto;
    display: block;
    width: 30%;
  }
  .collection_list.downloads {
    width: 100%;
    height: auto;
    font-size: 15px;
  }
  .contactformular .form-check {
    height: auto !important;
    line-height: unset;
    position: relative;
    float: left;
  }
  .contactformular .form-check .form-check-label {
    margin-left: 0px;
  }
  .kita_facts .collection_content.description {
    min-height: auto !important;
  }
  .leader-image {
    margin-bottom: 0px;
  }
  .kita div#area-3 {
    padding-bottom: 20px !important;
    border-radius: 0 0 0 20px;
  }
  .red-box-of-right-wrap {
    padding: 10px 20px;
  }
  .of-right-left-Box {
    padding-bottom: 20px;
  }
  .kita div#area-3 .container {
    display: block;
  }
  .red-box-of-right-wrap {
    padding: 0px 20px;
  }
  .quoteGroup p {
    font-size: 1.2em;
  }
  .quoteGroup {
    padding: 0px 20px;
  }
  .quoteImage {
    width: 70%;
  }
  .slideshow_content.container {
    height: 230px;
  }
  .impressSlider .owl-nav {
    top: 175px;
  }
  h2 {
    margin: 0.6em 0;
  }
  .calendar-sidebar > .month-list {
    background-color: var(--main-bg-color) !important;
  }
  div#content,
  .main-screen {
    padding: 50px 0 !important;
  }
  .col-events.active {
    height: 570px;
  }
  div#colEvents.active {
    margin-bottom: 10px;
  }
  .collection_list.announcement .collection_container {
    margin-bottom: 10px !important;
  }
  .infoArea .collection_content.title,
  .infoArea .collection_content.galleryTitle,
  .infoArea .numbers1,
  .infoArea .numbers2,
  .infoArea .numbers3,
  .infoArea .collection_content.titleContact,
  .infoArea .collection_content.titlePlaces {
    font-size: 26px;
  }
  div#header_3 img {
    height: 300px !important;
  }
  .impressionSlider:after {
    bottom: 80px;
    left: 20px;
  }
  .home-team-bg h2 {
    margin-left: 0px;
  }
  button#btnTop img {
    margin: 0;
    margin-bottom: 10px;
  }
  .footer-3.col-xs-12 {
    margin-top: 20px;
  }
  button#btnTop {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  button#btnTop {
    color: #ababab;
  }
  .footer-2.col-xs-12 {
    margin-top: 20px;
  }
  div#slider-wrapper {
    height: auto !important;
  }
  div#slider {
    height: 300px;
  }
  #slider-wrapper div.slider-untertitle {
    position: relative;
    background: rgba(55, 55, 55, 0.9);
  }
  #slider div#slider-title {
    padding: 0 20px !important;
  }
  .footer-sitemap li.level_1 {
    width: 100%;
    text-align: center;
  }
  .factBox_3,
  .factBox_1,
  .factBox_2 {
    width: 100%;
    height: 100px;
  }
  .footer-1,
  .footer-2 {
    width: 100%;
  }
  .footer-1 .textcontent {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-2 .textcontent {
    padding: 5px 20px 5px 20px;
    width: 100%;
  }
  div#header_3 img {
    height: 220px !important;
  }
  .infoArea .slideshow_content.container {
    height: 300px;
  }
  h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 1.4em;
  }
  .iconSet h3 {
    margin-top: 0px;
  }
  #content > .container,
  #area-2 > .container,
  #area-3 > .container,
  #area-4 > .container,
  #area-5 > .container,
  #area-6 > .container,
  #area-7 > .container,
  #area-8 > .container {
    padding: 0;
  }
  .home #content > .container,
  .home #area-2 > .container,
  .home #area-3 > .container,
  .home #area-4 > .container,
  .home #area-5 > .container,
  .home #area-6 > .container,
  .home #area-7 > .container,
  .home #area-8 > .container {
    padding: 20px;
  }
  .team #content > .container,
  .team #area-2 > .container,
  .team #area-3 > .container,
  .team #area-4 > .container,
  .team #area-5 > .container,
  .team #area-6 > .container,
  .team #area-7 > .container,
  .team #area-8 > .container {
    padding: 20px;
  }
  .team #content {
    min-height: unset;
  }
  .collection_list.kita_facts {
    width: 100%;
  }

  .collection_content.benefit-icon {
    height: 60px;
    width: 60px;
  }

  .collection_content.benefit-icon img {
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    object-fit: contain;
  }
  .collection_content.benefit-text {
    width: calc(100% - 60px);
    padding-right: 20px !important;
  }

  div#header_2-1 .extra .textcontent h1,
  .stellen.full_preview .collection_content.title-stellen {
    font-size: 2.4em;
  }

  .collection_list.collection-skills.show .collection_content.icon {
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
  }

  .collection_list.collection-skills .collection_container {
    margin: 10px 5px;
    margin-top: 0;
  }

  .spec-wrap,
  .spec-wrap2 {
    padding: 40px 20px;
  }

  .spec-wrap .spec-wrap {
    padding: 0;
  }

  .collection_content.benefit-text {
    min-height: 140px;
    hyphens: auto;
  }

  .contact-infos .row {
    padding: 20px;
  }

  .contact-infos {
    padding: 0 40px;
  }

  .stellen.full_preview .contact-infos {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .flyer h1{
    font-size: 1.7em;
  }

  .collection_list.flyer.show {
    padding: 10px 25px;
}

.collection_content.flyer-title {
  font-size: 1.1em;
}

}

/*END 500px*/

@media only screen and (max-width: 360px) {

  .downloads .collection_container {
    margin: 0px !important;
  }
  .infoArea .slideshow_content.container {
    height: 240px;
  }
  .collection_list.kita_facts {
    width: 100% !important;
  }
  .announcement .collection_content.title {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  h2,
  .collection_list.announcement .title,
  .portalNews .announcement .collection_content.title {
    font-size: 1.4em;
  }
  .collection_list .collection_container {
    margin: 10px;
  }
  .infoArea .collection_container {
    margin: 0;
  }
  .teamCol .collection_container {
    width: calc(100% - 20px) !important;
  }
  h1 {
    font-size: 1.8em;
  }
  .quoteImage {
    width: 90%;
  }
  .iconSet img {
    width: 120px !important;
  }
  body {
    font-size: 16px;
  }
  .infoArea .collection_content.data_0-3,
  .infoArea .collection_content.data_3-6 {
    width: 100%;
    text-align: right;
  }
  .infoArea .collection_content.numberDescription1,
  .infoArea .collection_content.numberDescription2,
  .infoArea .collection_content.numberDescription3 {
    font-size: 14px;
  }
}

.future_text .textcontent p {
  font-family: "Nanum Pen Script", sans-serif !important;
  font-size: 50px;
}

/*END 360px*/
/* .anmeldung h1 {
  color: #fff;
} */
.anmeldung form {
  /* border: 1px solid #000; */
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.anmeldung .content-selector.grey {
  padding: 0px !important;
  background-color: #f9f9f9;
}
.anmeldung .form-group label {
  display: block;
}
.anmeldung .form-label-left .form-group:not(.form-check) input {
  width: 100%;
}
.anmeldung .sitepart_182 {
  float: left;
  width: 100%;
}

.anmeldung label {
  font-weight: 600;
}

.anmeldung h2 {
  color: #fff;
  width: 100%;
  background: var(--light-grey);
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;

  font-size: 25px;
  cursor: pointer;
  margin: 0;
  margin-bottom: 1rem;
}

.anmeldung .confirmation-text{
  color: var(--main-bg-color);
  font-size: 25px;
}

h2.active-h2 {
  background: var(--main-bg-color);
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.anmeldung {
  background: #f9f9f9;
}

.anmeldung h2:after {
  content: "";
  width: 15px;
  height: 15px;
  transition: 0.5s;
  transform: rotate(-135deg);
  position: relative;
  float: left;
  cursor: pointer;
  margin: 20px;
  background: transparent !important;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  position: absolute;
  right: 0;
  top: -4px;
}

.anmeldung h2.active-h2:after {
  transform: rotate(45deg);
  top: 3px;
}

.anmeldung input#button {
  padding: 12px 20px !important;
  font-weight: 600;
  text-transform: none;
  background: var(--main-bg-color);
  border-radius: 10px;
  color: #fff;
  border: none;
}

.anmeldung-content p {
  margin: 0 0 50px;
}

.anmeldung .header-wrapper {
  display: none;
}

.anmeldung .form-label-left .form-group:not(.form-check) label {
  margin-bottom: 0;
  width: auto;
}

.anmeldung .form-group {
  margin-bottom: 0px;
}

.anmeldung div#footer {
  display: none;
}

.anmeldung div#privacy-policy {
  display: none;
}

.form-group-wrap {
  width: 100%;
  float: left;
  padding: 1rem 2rem;
  border: 2px solid var(--main-bg-color);
  border-radius: 0 0 10px 10px;
  margin-bottom: 2rem;
  background: #fff;
}

.anmeldung-content h1 {
  margin-bottom: 2rem;
}

.anmeldung-content ul {
  display: flex;
  gap: 20px;
  padding: 0;
}

.anmeldung-content ul li {
  list-style: none;
}

.anmeldung .form-group {
  width: 50%;
  float: left;
  padding-right: 1rem;
}

.anmeldung .form-check{
  width: 100%;
}

.anmeldung .select {
  border-radius: 10px;
  height: 50px;
}

.anmeldung .header-wrap_1 {
  width: 100%;
}
.anmeldung div#header_3 {
  display: none;
}
@media (max-width: 746px) {
  .anmeldung .form-label-left {
    width: 100%;
  }
}
.anmeldung .header-wrap_1 {
  height: unset !important;
}
.anmeldung div#content {
  min-height: unset;
}
.anmeldung .contact-button input {
  transition-duration: 300ms;
}
/* div#header_3 {
  display: none;
} */

.anmeldung h2:after {
  /* content: ">"; */
}
.anmeldung a{
  color: var(--main-bg-color);
  text-decoration: underline;
}
.anmeldung .sidebuttons-wrap{
  display: none;
}
.anmeldung-content img {
  max-width: 100px !important;
}
.anmeldung .submit-wrapper {
  float: left;
  width: 100%;
  /* position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffffab;
  z-index: 1; */
}

/* body.anmeldung:after {
  content: '';
  background: #0000006e;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
} */

.cookie-wrapper:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #00000099;
  z-index: 15;
}

.cookie-accept.cookie-option {
  color: #fff;
}

.anmeldung .cookie_conflict + .cookie-accept.cookie-option {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: 4rem;
}

div#submit_button {
  width: 100%;
  float: left;
}

.anmeldung div#cookie_conflict_form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 0;
}

.anmeldung div#cookiewarnung {
  position: fixed;
  bottom: 0;
  background: #2d2d2d;
  color: #fff;
  z-index: 99999999;
  width: 100%;
  text-align: center;
  padding: 15px;
  width: 530px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  height: 290px;
}

/* .home-area .calender {
  width: 100%;
} */
