.glp-gradient-background {
  background: linear-gradient(24deg, rgba(16,58,93,1) 17%, rgba(22,110,32,1) 57%, rgba(16,58,93,1) 85%);
  background-size: 180% 180%;
  animation: gradient-animation 27s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


@font-face {
    font-family: "GerLiPro";
    src: url("../fonts/gerlipro-regular.woff2") format("woff2");
}

@media(max-width: @breakpoint-medium-max) {
    html, body {
    font-size: 14px;
    }
}

.uk-heading-bullet::before {
    display: none!important;
}

h1.uk-heading-bullet {
  width: fit-content;
  //background-image: linear-gradient(100deg, #249f23 0%, #187717 100%);
  //background-image: linear-gradient(100deg, #249f23 0%, rgba(27, 50, 68, 0.9) 100%);
    color: #1d1d1d;
    background-color: #66CC00;
    background-repeat: no-repeat;
    //background-size: 100% 0.4em;
    //background-position: 0 88%;
    //cursor: pointer;
  transition: background-size 0.25s ease-in;
}
h5.uk-heading-bullet{
    width: fit-content;
    background-color: #000000;
    color: #ffffff !important;
}
h2.uk-h2.uk-heading-bullet{
    width: fit-content;
    background-color: #ffffff;
    color: #171717 !important;
}

.uk-heading-bullet{
    width: fit-content;
    background-color: #ffffff;
    color: #171717 !important;
}

h2.uk-heading-bullet, h1.acym__front__archive__title{
    width: fit-content;
    background-color: #ffffff;
    color: #1d1d1d !important;
}
h1.acym__front__archive__title{
    font-family: GerLiPro !important;
    padding-bottom: 12px;
}
div#acym__front__archive__search {
    margin: 50px !important;
}
#acym_wrapper a, #acym_wrapper div, #acym_wrapper h1, #acym_wrapper h2, #acym_wrapper h3, #acym_wrapper h4, #acym_wrapper h5, #acym_wrapper h6, #acym_wrapper p, #acym_wrapper span {
    color: #bdc1c3 !important;
    font-family: 'GerLiPro'!important;
}

h1.-uk-heading-bullet:hover {
  background-size: 100% 88%;
}

.el-meta.uk-text-meta.uk-text-emphasis.uk-margin-top{
	font-size: 8px;
	text-transform: none;
}
