
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                  News Sublayout
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

 .tpl-sublayout-news {
  background: #f2f2f2;
  border-bottom: 1px solid #63ae86;
  padding: 8px 8px 0 8px;
}
.tpl-sublayout-news .uk-link-text {
  color: var(--primary-background);
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                  News Grid
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-grid-news .el-item,
.tpl-grid-news .el-item .uk-margin-remove-first-child {
  display: flex;
  flex-wrap: wrap;
}
.tpl-grid-news > div {
  flex: 1 1 100%;
}
.tpl-grid-news .el-meta {
  display: flex;
  flex: 1 1 50%;
  justify-content: start;
  align-items: center;
}
.tpl-grid-news .el-meta + div {
  display: flex;
  flex: 1 1 50%;
  align-items: center;
  justify-content: end;
}
.tpl-grid-news .el-content {
  text-align: justify;
  hyphens: auto;
}

.tpl-grid-news .tpl-text-reference {
  text-align: left!important;
}
.tpl-grid-news .tpl-text-reference + p {
  margin-top: 10px !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                  Accourdeon
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.uk-accordion .el-item {
  padding: 0;
  background: #d4e6da;
  border: 2px solid #d4e6da;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.uk-accordion .el-item {
  margin-top: 0;
  margin-bottom: 8px;
}

.uk-accordion .el-item .uk-accordion-title {
  position: relative;
  background: #d4e6da;
  color: #008246;
  font-size: 22px;
  padding-left: 32px;
}

.uk-accordion .el-item .uk-accordion-content {
  padding: 0;
  margin: 0;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.uk-accordion .el-item .uk-accordion-content .el-content {
  padding: 8px;
}
.uk-accordion .el-item .uk-accordion-title:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f105";
  color: #008246;
  font-size: 22px;
  background: none;
}
.uk-accordion .el-item.uk-open .uk-accordion-title:before {
  content: "\f107";
}
.uk-accordion .el-item ul {
  margin-bottom: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                  Slider Startseite
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-slideshow-start {
  margin: 0!important;
}
.tpl-slideshow-start .uk-section-small {
  padding: 0!important;
}
.tpl-slideshow-start .el-overlay {
  background: rgba(0, 0, 0, 0.65);
}
.tpl-slideshow-start .el-content {
  margin: 0 auto;
  max-width: 80%;
}

@media (max-width: 959px) {
  .tpl-slideshow-start .el-title {
    font-size: 22px;
  }
  .tpl-slideshow-start .el-content {
    font-size: 16px;
    max-width: 100%;
  }
  .tpl-slideshow-start .el-content p {
    margin: 0;
  }
  .tpl-slideshow-start .el-content p + p {
    margin-top: 8px;
  }
}

@media (max-width: 579px) {
  .tpl-slideshow-start .el-content {
    display: none;
  }
}

@media (max-width: 379px) {
  .tpl-slideshow-start .el-title {
    font-size: 16px;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                  Verlinkter Slider
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-slideshow-linked .uk-overlay {
  z-index: 99;
}
.tpl-slideshow-linked .el-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  color: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  z-index: -1;
}
.tpl-slideshow-linked .el-slidenav {
  padding: 30px;
  margin: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                  Text Slider Startseite
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-text-slider {
  padding: 15px 0;
}
.tpl-text-slider .el-title {
  font-weight: bold;
}
.tpl-text-slider .el-image {
  display: none;
}

@media (max-width: 959px) {
  .tpl-text-slider .el-title {
    font-size: 20px;
  }
}

@media (max-width: 379px) {
  .tpl-slideshow-start .el-title {
    font-size: 16px;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                  Page Title
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-section-headline .uk-panel {
  box-shadow: var(--box-shadow);
}

.tpl-section-headline h1,
.tpl-section-headline h2,
.tpl-section-headline h3 {
  font-size: 36px;
  color: #fff;
  background-color: #63ae86;
}

.tpl-section-headline-dotted h2 {
  display: block;
  position: relative;
  padding: 0 10px;
  text-transform: uppercase;
  color: #636363;
  overflow: hidden;
}
.tpl-section-headline-dotted h2:before,
.tpl-section-headline-dotted h2:after {
  content: "";
  display: block;
  width: 25vw;
  max-width: 420px;
  position: absolute;
  top: 50%;
  border-top: 7px dotted #636363;
  transform: translateY(-50%);
}
.tpl-section-headline-dotted h2:before {
  right: 0;
}
.tpl-section-headline-dotted h2:after {
  left: 0;
}

@media (max-width: 959px) {
  .tpl-section-headline h1,
  .tpl-section-headline h2,
  .tpl-section-headline h3 {
    font-size: 28px;
  }
  .tpl-section-headline-dotted h2:before,
  .tpl-section-headline-dotted h2:after {
    width: 10vw;
  }
}
@media (max-width: 479px) {
  .tpl-section-headline-dotted h2:before,
  .tpl-section-headline-dotted h2:after {
    display: none;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                  Grid Startseite
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-grid-hover a.uk-card:hover {
  background-color: var(--third-background);
  color: #fff;
  border: none;
}
.tpl-grid-hover a.uk-card:hover .el-title,
.tpl-grid-hover a.uk-card:hover .el-content {
  color: #fff;
}
.tpl-grid-hover .uk-card img.el-image_hover {
  display: none !important;
}
.tpl-grid-hover .uk-card:hover picture:first-of-type img.el-image {
  display: none !important;
}
.tpl-grid-hover .uk-card:hover img.el-image_hover {
  display: block !important;
}

@media (max-width: 959px) {
  .tpl-grid-hover a.uk-card .el-title {
    font-size: 24px;
  }
  .tpl-grid-hover a.uk-card .el-content {
    font-size: 18px;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                  Referenzen Grid
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-grid-referenzen.el-meta {
  color: var(--text-gray);
  font-weight: 700;
}
.tpl-grid-referenzen a.uk-card {
  display: flex !important;
  flex-direction: column;
}
.tpl-grid-referenzen a.uk-card div:last-of-type {
  margin-top: auto !important;
}
.tpl-grid-referenzen .el-meta {
  margin-bottom: 16px;
}

.tpl-grid-referenzen .el-link {
  font-size: 0;

  width: 52px;
  height: 72px;

  content: " ";
  cursor: pointer;

  background-image: url("../../../../images/template/pictogramme/pdf_file.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                  Kunden Grid
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-grid-kunden .el-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tpl-grid-kunden .el-title {
  display: none;
}

.tpl-grid-kunden .el-image {
  max-width: 220px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                  indented Grid
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-card-indented {
  background-color: #e3e3e6;
  padding: 20px;
  border-left: 3px solid #008246;
  margin-bottom: 20px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                  Profile
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.form-control-feedback {
  display: block;
  color: var(--warning-background);
}
.a_pf-wrap .a_pf-txt-pass {
  width: 100%;
}
.a_pf-wrap .a_pf-warn {
  margin-top:  4px;
  display: block;
  color: var(--warning-background);
}
.input-password-toggle {
  display: none;
}

#member-registration #password-0 {
  display: none;
}

#member-registration legend {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  height: 28px;
  color: #008246;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                  RSS
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-grid-with-rss-link p {
  margin: 0;
}
.tpl-grid-with-rss-link .el-content {
  position: initial;
}

.tpl-rss-link {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 32px;
  height: 32px;
  background-image: url("../../../../images/template/pictogramme/rss.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.tpl-grid-with-rss-link .tpl-rss-link {
  top: 20px;
  right: 20px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                  Hinweis
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

 .message-notification-popup {
  display: none;
}

.uk-notification > div {
  font-weight: bold;
  color: #fff!important;
  text-align: center;
}

.uk-notification .uk-notification-close {
  font-weight: bold;
  color: #fff!important;
  text-align: center;
}

.uk-notification-bottom-center, .uk-notification-top-center {
  top: 15px;
  left: 50%;
  z-index: 1040;
  box-sizing: border-box;
  width: 80%;
  max-width: 1400px;
  transform: translateX(-50%);
  margin-left: 0;
}