/**
 * Page
 *
 * @format
 */

.tm-page {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Header */

.tm-header .uk-navbar-container {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tm-headerbar-default {
  border-top: 4px solid #9cb224;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tm-header-mobile .uk-navbar-container {
  border-top: 4px solid #9cb224;
}

.tm-header-mobile .uk-navbar-container {
  padding-top: 0px;
}

/* Mobile cialog fixes */

@media (max-width: 960px) {
#tm-dialog-mobile .uk-nav-accordion {
  margin-top: 0px;
}

#tm-dialog-mobile .uk-nav-accordion .uk-nav-sub li a {
  font-weight: 400;
  font-size: 16px;
}

#tm-dialog-mobile .meta-mobile li a {
  text-decoration: none;
}
}

/* Hero Image */

@media (min-width: 768px) {
  .hero-image > div {
    height: 520px !important;
  }
}
@media (min-width: 1200px) {
  .hero-image > div {
    height: 700px !important;
  }
}

.hero-image .uk-container {
  height: 100%;
}

.hero-image .uk-container .uk-grid {
  height: 100%;
}

@media (max-width: 768px) {
  .hero-image .uk-container {
    height: 300px;
  }
}

/* Hero Split */

.hero-split .text-column {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 960px) {
  .hero-split .text-column {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .hero-split .text-column {
    padding: 70px;
  }
}

/* Headlines wrap */


  .uk-heading-2xlarge,
  .uk-heading-xlarge,
  .uk-heading-large,
  .uk-heading-large,
  .uk-heading-small,
  h1,
  .uk-h1,
  h2,
  .uk-h2,
  h3,
  .uk-h3,
  h4,
  .uk-h4,
  h5,
  .uk-h5
   {
    hyphens: auto;
    -webkit-hyphens: auto;
  }


/* Slider fix card shadows */
.uk-slider-items {
  padding-bottom: 2px;
}

/* Overwrite Standard ul RTE */

.uk-section ul:not([class]) li::marker {
  content: "";
  list-style-type: none;
}

.uk-section ul:first-of-type:not([class]) {
  margin-left: 2em;
  padding-left: 0;
  list-style-type: none;
}

.uk-section ul:not([class]) li {
  text-indent: -1em;
  vertical-align: middle;
  margin-left: -2em;
  padding-left: 2em;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1.3;
}

.uk-section ul:not([class]) li::before {
  content: "\25A0";
  color: #9cb224;
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 0.45em;
}

.uk-section.uk-section-primary:not(.uk-preserve-color) ul:not([class]) li::before,
.uk-section.uk-section-secondary:not(.uk-preserve-color) ul:not([class]) li::before,
.uk-section:not(.uk-preserve-color) .uk-card-primary ul:not([class]) li::before,
.uk-section:not(.uk-preserve-color) .uk-card-secondary ul:not([class]) li::before,
.uk-light ul:not([class]) li::before {
  color: #9cb224;
}

/* Label additional Styles */

.uk-label.uk-label-outline {
  background-color: transparent;
  color: #212529;
  border: 1px solid #212529;
}

.uk-section.uk-section-primary:not(.uk-preserve-color) .uk-label.uk-label-outline,
.uk-section.uk-section-secondary:not(.uk-preserve-color) .uk-label.uk-label-outline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.uk-label.uk-label-lightblue {
  background-color: #0099ff !important;
  color: #fff !important;
  border: 0px;
}

.uk-label.uk-label-magenta {
  background-color: #d2009b !important;
  color: #fff !important;
  border: 0px;
}

.uk-section.uk-section-primary:not(.uk-preserve-color) .uk-label.uk-label-danger,
.uk-section.uk-section-secondary:not(.uk-preserve-color) .uk-label.uk-label-danger {
  background-color: #ff6735;
  color: #fff;
  border: 0px;
}

/* Button fix */

.el-link.uk-button.uk-button-danger:hover {
  color: #fff !important;
}

/* Badge */

.badge-bubble {
  width: 7rem;
  height: 7rem;
  border-radius: 10rem;
  display: inline-block;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ff6735;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

/* .badge-bubble::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid white;
  pointer-events: none;
  border-radius: 500px;
} */

.badge-bubble:hover {
  transform: scale(1.05);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.badge-bubble * {
  display: block;
}

.badge-bubble .el-title {
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 16px 0 16px;
}

.badge-bubble .el-meta {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 4px;
  padding: 0 16px 0 16px;
}

.badge-bubble .el-meta::before {
  content: '';
  position: static;
  width: 30px;
  height: 1px;
  background-color: #fff;
  pointer-events: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  margin-top: 4px;
}

.badge-bubble .el-meta::after {
  content: '';
  position: static;
  width: 30px;
  height: 1px;
  background-color: #fff;
  pointer-events: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 4px;
}


.badge-bubble .el-content {
  font-size: 11px;
  line-height: 1;
  margin-top: 4px;
  padding: 0 16px 0 16px;
}

.badge-bubble .el-link {
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  display: none;
}

.badge-bubble .el-link .uk-icon {
  order: 2;
  margin-left: 0px;
}

@media (min-width: 768px) {
  .badge-bubble {
    width: 10rem;
    height: 10rem;
    font-size: 14px;
  }

  .badge-bubble .el-title {
    font-size: 14px;
  }

  .badge-bubble .el-meta {
    font-size: 20px;
  }

  .badge-bubble .el-content {
    font-size: 14px;
  }

  .badge-bubble.badge-bubble-small {
    width: 7rem;
    height: 7rem;
  }

  .badge-bubble.badge-bubble-small .el-title {
    font-size: 11px;
  }

  .badge-bubble.badge-bubble-small .el-meta {
    font-size: 16px;
  }

  .badge-bubble.badge-bubble-small .el-content {
    font-size: 11px;
  }

  .badge-bubble .el-link {
    display: inline-flex;
  }

}

.badge-bubble.badge-bubble-blue {
  background-color: #0099ff;
}

/* Lead Desktop fix */

@media (min-width: 1400px) {
  .uk-text-lead {
    font-size: 20px;
  }
}

/* Grid Media Top w Divider */
.grid-media-top-divider .uk-card-media-top {
	border-bottom: 1px solid rgba(0,0,0,0.18);
}

/* Blockquote */

:lang(de) blockquote p:first-of-type::before {
  content: "„";
  color: #9cb224;
  margin-right: 4px;
  font-weight: 700;
}

:lang(de) blockquote p:last-of-type::after {
  content: "“";
  color: #9cb224;
  margin-left: 4px;
  font-weight: 700;
}

:lang(en) blockquote p:first-of-type::before {
  content: "“";
  color: #9cb224;
  margin-right: 4px;
  font-weight: 700;
}

:lang(en) blockquote p:last-of-type::after {
  content: "”";
  color: #9cb224;
  margin-left: 4px;
  font-weight: 700;
}

/* Footer */
@media (max-width: 960px) {
  footer .panel-company .uk-first-column {
    padding-left: 0;
  }

  footer .panel-company .el-image {
    display: none;
  }
}

@media (max-width: 1200px) {
  footer .footer-contact,
  footer .footer-contact .uk-h6 {
    font-size: 14px;
  }
}

footer a {
  text-decoration: none;
}

/* footer .subnav-footer a.el-link {
    font-size: 14px;
    font-weight: 400;
} */

footer .widget ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  padding: 0;
  list-style: none;
  margin-top: -6px;
}

footer .widget ul > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}

footer .widget ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;

  line-height: 1;
}

footer .widget ul li a:hover {
  color: rgba(255, 255, 255, 0.85) !important;
}

footer .widget ul {
  text-align: center;
  justify-content: center;
}

@media (min-width: 960px) {
  footer .widget ul {
    justify-content: flex-end;
    margin-left: auto;
  }
}

.sf-pagination > div {
  justify-content: space-between !important;
}

/* Hide EN pages for Training */
html:lang(en) li.hide-en-sub > ul,
html:lang(en) li.hide-en-sub > .sub-menu {
  display: none !important;
}

html:lang(en) .hide-en {
    display: none;
}
