@charset "UTF-8";
.hyphenate, .mod_eventlist .event > a, .mod_newsarchive.horizontal h2 a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

fieldset {
  max-width: calc(100% - 2px);
  min-width: calc(100% - 2px);
}

fieldset * {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.radio_container span {
  white-space: nowrap;
}

.links {
  float: left;
  margin-left: 0;
}

.c4g_navigation_burger .level_1 a,
.c4g_navigation_burger strong,
.c4g_navigation_burger span {
  line-height: 35px;
}

.c4g_burger_footer {
  margin-top: 0;
}

.suchergebnisse button:hover {
  background: none;
}

.overlay_footer {
  color: var(--light);
  padding: 1em;
  background: var(--dark);
  text-align: center;
}

#footer .euf_overlay .overlay_footer a {
  color: var(--light);
}

.suchergebnisse > div:not(:last-child) {
  border-bottom: 1px solid var(--base-border-color);
}

.suchergebnisse > div:nth-child(2n) {
  background: var(--base-border-color);
}

/* Sinn?? */
test {
  text-decoration: underline;
}

html {
  overflow-x: hidden;
  /* hyphens: auto; /* Ene, 2021-03-01*/
}

.horizontal .image_container {
  padding-bottom: 214px;
  position: relative;
  width: 100%;
}

.horizontal img {
  position: absolute;
  height: 214px;
  max-width: 100%;
  width: auto;
}

.horizontal {
  position: absolute;
  width: var(--max-width);
}

#footer .euf_overlay a {
  color: var(--color-company-1);
}

#footer .euf_overlay a:hover {
  color: var(--color-company-2);
}

#main table {
  display: block;
  max-width: 100%;
  overflow: auto;
}

.ce_accordion {
  border: 1px solid var(--base-border-color);
}

.ce_accordion .ce_accordion:not(:last-child) {
  margin-bottom: 1.5em;
}

.ce_accordion .accordion {
  padding: 1em;
}

.ce_accordion .toggler,
.ce_accordion p {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multiply_acc .toggler ~ .accordion {
  display: none;
}

.multiply_acc .toggler:before {
  font-family: "Font Awesome 5 Free";
  color: var(--color-text-invert);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: 25px;
  text-align: center;
  content: '\f101';
}

.multiply_acc .clicked ~ .accordion {
  display: block;
}

.multiply_acc .clicked:before {
  content: '\f338';
}

/*-------FAQ Bereich------*/
.faq {
  max-width: 100%;
  padding: 4rem 0;
  text-align: center;
}

.faq > div {
  max-width: var(--max-width);
  margin: auto;
}

.faq ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  text-align: left;
  padding: 0;
  list-style: none;
  margin-top: 3em;
}

.faq li {
  padding: 1em;
  background: var(--light);
  color: var(--dark);
  margin: 0;
  font-weight: bold;
  transition: .3s;
}

.faq li:hover {
  transform: translate3d(0, -4px, 0);
}

.faq li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  margin-right: .5em;
  position: absolute;
}

.faq li a {
  display: block;
  height: 100%;
  text-indent: 1em;
}

/* Info */
.info_icon {
  overflow: visible;
  margin-left: 30px;
  /*Ene: Abstand 30px zu groß, wird auf alle Elemente angewandt??*/
}

.info_icon a {
  position: relative;
}

.info_icon a:before {
  position: absolute;
  left: -1.5em;
  bottom: 0;
}

.info_icon a:before {
  content: "\f129";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: var(--current-color);
}

/* Ene: Link-Symbol vor dem Link */
.linkSymbol {
  overflow: visible;
}

.linkSymbol a:before {
  content: "\f0c1  ";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: var(--current-color);
}

.species:hover {
  background: var(--color-dark);
}

.species:hover * {
  color: var(--light);
}

.species {
  height: 100%;
  transition: .3s;
}

.species > * {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ce_accordion .toggler.active,
.ce_accordion .toggler:hover {
  background: var(--base-border-color);
}

.ui-accordion-content {
  padding-top: 1em;
}

.ce_form .submit {
  font-size: 1rem;
  position: relative;
  color: white;
  text-decoration: none;
  user-select: none;
  padding: .5em 2em;
  outline: none;
  background: var(--color-red);
}

.ce_form .submit:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0 !important;
}

/* Startpage */
.four_grid_kacheln .wrapper-inside {
  --max-width: 90%;
}

.homepage .fourSections {
  width: 90%;
}

.fourSections {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 1em;
  margin: 1em auto 0;
  padding: 0;
}

.wave {
  pointer-events: none;
}

.wave ::selection {
  background: none;
}

.fourSections .header {
  position: relative;
  overflow: visible;
  padding: .5em 1rem;
  z-index: 1;
  transition-delay: 1s;
  transition-property: z-index;
}

.fourSections li:first-child .header:hover,
.fourSections li:nth-child(2) .header:hover {
  z-index: 2;
  transition-delay: 0s;
}

.technikSection .header {
  border-bottom: 0.25em solid var(--technik);
}

.wirtschaftSection .header {
  border-bottom: 0.25em solid var(--wirtschaft);
}

.pflegeSection .header {
  border-bottom: 0.25em solid var(--pflege);
}

.gymnasiumSection .header {
  border-bottom: 0.25em solid var(--gymnasium);
}

.fourSections .header * {
  margin: 0;
}

.fourSections .header > * > a {
  display: block;
}

.fourSections .header nav {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  top: 100%;
  left: 0;
  padding: 0;
  margin-top: .25em;
  width: 100%;
  height: 0;
  background: white;
  box-shadow: 1px 1px 5px 0px var(--color-company-1);
  transition: 1s;
  z-index: -1;
}

.fourSections .header > div:first-child,
.ribbon {
  font-weight: bold;
}

.fourSections .header ul {
  padding: .5em;
}

.fourSections .header li:before {
  content: "";
  position: absolute;
  border: .35em solid transparent;
  margin-top: .9em;
  margin-left: .5em;
}

.technikSection .header li:before {
  border-left-color: var(--technik);
}

.gymnasiumSection .header li:before {
  border-left-color: var(--gymnasium);
}

.wirtschaftSection .header li:before {
  border-left-color: var(--wirtschaft);
}

.pflegeSection .header li:before {
  border-left-color: var(--pflege);
}

.fourSections nav a,
.fourSections nav strong {
  display: block;
  color: var(--color-company-1);
  text-decoration: none;
  padding: .5em;
  padding-left: 1.5em;
}

.fourSections li {
  list-style-type: none;
  margin: 0;
}

li[class$=Section] > div {
  height: 100%;
  display: grid;
  grid-template-rows: max-content auto;
}

.technikSection ::selection {
  background: var(--technik);
  color: white;
}

.fourSections .header + div {
  color: white;
  display: grid;
  margin: 1em .5em 0;
  grid-auto-rows: max-content;
  align-content: flex-end;
}

.fourSections.no_images .header + div {
  display: none;
}

.fourSections .header + div > * {
  align-self: end;
}

.fourSections .ribbon {
  grid-row: 3;
  grid-column: 1;
  margin: 0;
  margin-bottom: 2em;
  padding: .5em 1rem;
  background: var(--color-company-1);
  color: white !important;
  transition: 1s;
}

.fourSections .ribbon a {
  color: white !important;
  text-decoration: none;
}

.fourSections .heading {
  grid-row: 1;
  grid-column: 1;
  padding: 0 1rem;
  opacity: 0;
  color: white;
  font-weight: bold;
}

.fourSections .header + div figure {
  align-self: self-end;
  grid-row: 1/4;
  grid-column: 1/2;
  margin: 0;
}

.fourSections .header + div img {
  width: 100%;
}

li[class$=Section] figure ::selection {
  background: none;
}

.fourSections .header + div p {
  opacity: 0;
  padding: 0 1em;
  grid-row: 2;
  grid-column: 1;
}

.fourSections li:nth-child(2n) .header:hover > * > a {
  color: white;
}

.fourSections li:nth-child(2n + 1) .header:hover > * > a {
  color: black;
}

.technikSection .header:hover {
  background-color: var(--technik);
}

.wirtschaftSection .header:hover {
  background-color: var(--wirtschaft);
}

.pflegeSection .header:hover {
  background-color: var(--pflege);
}

.gymnasiumSection .header:hover {
  background-color: var(--gymnasium);
}

.fourSections .header:hover nav {
  visibility: visible;
  top: 100%;
  bottom: calc(-100% - 2em);
}

.fourSections .header li:not(.active):hover:before {
  border-left-color: white;
}

.fourSections .header li:hover a {
  color: white;
  background: var(--color-company-1);
}

.fourSections .header + div:hover {
  background: var(--color-company-1);
}

.fourSections .header + div:hover figure {
  opacity: 0.08;
}

.fourSections .header + div:hover img {
  transform: scale(1.2);
  transition: 1s;
}

.fourSections .header + div:hover .ribbon {
  margin-bottom: 0;
  margin-top: 2em;
}

.technikSection .header + div:hover .ribbon {
  background: var(--technik);
}

.gymnasiumSection .header + div:hover .ribbon {
  background: var(--gymnasium);
}

.wirtschaftSection .header + div:hover .ribbon {
  background: var(--wirtschaft);
}

.pflegeSection .header + div:hover .ribbon {
  background: var(--pflege);
}

.fourSections .header + div:hover p,
.fourSections .header + div:hover .heading {
  opacity: 1;
}

.layout_upcoming a:hover:after {
  color: var(--color-company-2);
}

.ce_form .submit:active {
  transform: scale(0.8);
}

/* Keyframes */
@-webkit-keyframes fall-in {
  0% {
    transform: scale(3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}

@-moz-keyframes fall-in {
  0% {
    transform: scale(3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}

@-o-keyframes fall-in {
  0% {
    transform: scale(3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fall-in {
  0% {
    transform: scale(3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}

/* little Grid Startpage */
.little_grid_kacheln.fullwidth {
  max-width: 100%;
}

.little_grid_kacheln {
  --grid__gutter: 5px;
  max-width: 900px;
  margin: auto;
}

.little_grid_kacheln h3 {
  display: none;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  color: white;
  justify-content: center;
  align-content: center;
  text-align: center;
  border: 1px solid white;
  pointer-events: none;
}

.ce_rowStart > div,
.ce_rowStart > div > div,
.ce_rowStart > div figure,
.ce_rowStart a {
  display: grid;
  position: relative;
  justify-content: stretch;
  margin: 0;
  align-items: center;
}

.ce_rowStart img {
  width: 100%;
  z-index: -1;
}

.little_grid_kacheln > div:hover h3 {
  display: grid;
}

.little_grid_kacheln > div:hover figure {
  background: rgba(0, 0, 0, 0.5);
}

.ce_rowStart figure,
.ce_rowStart h3 {
  transition: .3s;
}

.tabcontrol_panes .row {
  --grid__gutter: 20px;
}

.full_link {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}

.full_link a {
  display: block;
  height: 100%;
}

.two_columns {
  display: inline-block;
  width: 37%;
  vertical-align: top;
}

.mod_c4g_maps button[class*="c4g"],
.c4g-control-container-top-left button {
  padding: 0;
  margin: 0;
  font-size: .75rem;
  border-radius: 0;
  box-shadow: none;
}

/* Calendar Date picker */
.widget-calendar {
  position: relative;
}

.widget-calendar label {
  padding-left: 30px;
}

.widget-calendar img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.fixed_kontakt {
  position: fixed;
  width: 200px;
  right: -200px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2em;
  font-size: 18px;
  padding: .25em .5em;
  background: var(--dark);
  color: var(--color-company-2) !important;
  border-radius: 10px 0 0 10px;
  transition: .3s;
  z-index: 5;
}

.fixed_kontakt:hover {
  right: 0;
}

.fixed_kontakt:hover:before {
  border-radius: 50%;
}

.fixed_kontakt a {
  color: var(--color-page-background);
  display: block;
}

.fixed_kontakt a:visited {
  color: var(--color-company-2);
}

.fixed_kontakt:before {
  content: "\f1d8";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding: .25em .5em;
  left: -35px;
  top: 0;
  border-radius: 50% 0 0 50%;
  background: var(--dark);
}

/* Header CTA */
.mail:before,
.tel:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 0 .5em;
}

.tel:before {
  content: "\f3cd";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 0 .5em;
}

.mail:before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 0 .5em;
}

.mod_newsarchive.horizontal {
  grid-template-rows: auto auto 1em;
  overflow-x: scroll;
}

.mod_newsarchive.horizontal .layout_latest {
  display: flex;
  flex-flow: column nowrap;
}

.mod_newsarchive.horizontal .layout_latest p.more {
  margin-top: auto;
}

.mod_newsarchive img {
  object-fit: contain;
}

.mod_article.horizontal_news ::-webkit-scrollbar {
  width: 10px;
  height: 20px;
}

.mod_article.horizontal_news ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6);
}

.mod_article.horizontal_news ::-webkit-scrollbar-track {
  background: #ebebeb;
}

@media screen and (max-width: 694px) {
  .fourSections {
    grid-row-gap: 3em;
  }
  .fourSections .header {
    padding-right: 2.5em;
  }
  .fourSections .header:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f13a';
    font-weight: bold;
    position: absolute;
    right: .8em;
    top: 50%;
    transform: translateY(-50%);
  }
  .fourSections .header + div {
    position: relative;
    color: #000000;
  }
  .fourSections .header + div:hover {
    background: transparent;
  }
  .fourSections .header + div:hover figure {
    opacity: 1;
  }
  .fourSections .header + div:hover img {
    transform: none;
  }
  .fourSections .header + div figure {
    height: 100%;
    grid-row: 1/4;
    grid-column: 1/2;
    max-width: 100px;
  }
  .fourSections .header + div figure > a {
    height: 100%;
    display: block;
  }
  .fourSections .header + div figure > a > img {
    height: 100%;
    object-fit: cover;
  }
  .fourSections .header + div p {
    opacity: 1;
    grid-row: 2;
    grid-column: 2/3;
  }
  .fourSections .header + div p.LinkTo {
    grid-row: 3;
    margin-bottom: 0;
  }
  .fourSections .header + div p.LinkTo a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: ease-in-out 250ms;
  }
  .fourSections .header + div p.LinkTo a:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .fourSections .ribbon {
    display: none;
  }
  .fourSections .heading {
    opacity: 1;
    color: #000;
    grid-row: 1;
    grid-column: 2/3;
  }
}

.c4g_map {
  max-height: 200px;
}

@media screen and (min-width: 786px) {
  .c4g_map {
    max-height: 350px;
  }
}

@media screen and (min-width: 1251px) {
  .c4g_map {
    max-height: none;
  }
}
