@import 'uikit/uikit.min.css';
@import 'font-awesome/css/fontawesome-all.min.css';
.navbar {
  background-color: #fff;
  box-shadow: 7px 0px 12px 0px rgba(50, 50, 50, 0.45);
  z-index: 800;
}
.navbar .uk-navbar-toggle {
  font-size: 1.5rem;
  color: #54575e;
}
.navbar .uk-navbar-toggle:hover {
  color: #000;
}

#menu-toggle {
  font-size: 1.8rem;
}
@media only screen and (max-width: 413px) {
  #menu-toggle .menu-toggle-text {
    display: none;
  }
}

#offcanvas-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(4, 5, 6, 0.55);
  display: none;
  transition: 0.5s;
}

#offcanvas-menu {
  height: 100%;
  width: 300px;
  position: fixed;
  top: 0;
  right: -312px;
  z-index: 1000;
  box-sizing: border-box;
  padding: 50px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: -7px 0px 12px 0px rgba(50, 50, 50, 0.45);
  overflow-x: hidden;
  transition: 0.5s;
}
#offcanvas-menu .uk-nav-sub li.menu-item {
  list-style-type: square;
}
#offcanvas-menu .current-menu-item > a {
  color: #85D35E;
}
#offcanvas-menu a {
  color: #575757;
  padding: 5px 0px;
}
#offcanvas-menu a:hover {
  color: #4BAFEA;
}
#offcanvas-menu .closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 16px;
  margin-left: 50px;
  color: #575757;
}

.header-drawing {
  background-color: #54575D;
  background-size: 100vw;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin: 0 auto;
  height: 50vh;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .header-drawing {
    height: inherit;
  }
}

#welcome-title-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 200;
  text-align: center;
  transform: translateY(-50%);
}
@media only screen and (max-width: 959px) {
  #welcome-title-wrapper {
    background-color: rgba(73, 76, 81, 0.83);
  }
}
#welcome-title-wrapper {
  /*  @media only screen and (max-width: 350px) {
      top: 150px;
    }

    @media only screen and (max-height: 700px) and (max-width: 1000px) {
      top: 140px;
    }*/
}

#welcome-title {
  text-align: center;
  color: #eeeeee;
  font-size: 2rem;
  line-height: 2.7rem;
  text-shadow: 0 0 5px black;
  padding: 0 30px;
  margin: auto;
  z-index: 200;
}
#welcome-title em {
  display: block;
  font-style: normal;
  color: #eeeeee;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 400px) {
  #welcome-title {
    font-size: 1.3rem;
  }
  #welcome-title em {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 700px) {
  #welcome-title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1850px) {
  #welcome-title {
    background-color: rgba(73, 76, 81, 0.83);
    padding: 30px 0;
    max-width: 1000px;
  }
}

#footer-block {
  background: #54575d;
  color: #dbdbdc;
  z-index: 1000;
  padding: 80px 20px;
  font-size: 1.1rem;
}
#footer-block a {
  color: #fff;
}
#footer-block a:hover {
  color: #4BAFEA;
}
#footer-block h3 {
  color: #dbdbdc;
}
#footer-block .footer-links-block {
  text-align: left;
}
#footer-block .footer-links-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer-block .footer-links-block li {
  text-align: left;
}
#footer-block .footer-links-block a {
  display: block;
  color: #dbdbdc;
}
#footer-block .footer-links-block a:hover {
  color: #4BAFEA;
}
#footer-block form {
  margin-top: 0px;
  padding: 0px;
}
#footer-block .search-field {
  width: 100%;
  max-width: 320px;
  padding: 12px 20px;
  box-sizing: border-box;
  background: #73777f;
  border: 1px solid #3d3f45;
  color: #ffffff;
  font-size: 1rem;
  margin: 0px;
  appearance: none;
  -webkit-appearance: none;
}
#footer-block .search-field.placeholder {
  color: #dbdbdc;
  opacity: 1;
}
#footer-block .search-field:-moz-placeholder {
  color: #dbdbdc;
  opacity: 1;
}
#footer-block .search-field::-webkit-input-placeholder {
  color: #dbdbdc;
  opacity: 1;
}
#footer-block .search-field::-ms-input-placeholder {
  color: #dbdbdc;
  opacity: 1;
}
#footer-block .search-submit {
  padding: 12px 20px;
  box-sizing: border-box;
  background: #434549;
  border: 1px solid #3d3f45;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
#footer-block .search-submit:hover {
  background: #303235;
}
@media only screen and (max-width: 450px) {
  #footer-block {
    padding: 50px 20px;
  }
  #footer-block .search-field {
    max-width: none;
  }
  #footer-block .search-submit {
    margin-top: 20px;
    width: 100%;
  }
}

footer {
  margin: 0px;
  background: #3d3f45;
  width: 100%;
  color: #bababb;
  z-index: 1000;
  font-size: 1.1rem;
}
footer a {
  color: #dbdbdc;
  text-decoration: none;
}
footer a:hover {
  color: #4BAFEA;
  text-decoration: underline;
}
footer span {
  color: #9f9f9f;
}

.articles-frontpage .uk-card-body .uk-card-title a, .articles-archive .uk-card-body .uk-card-title a {
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
}
.articles-frontpage .uk-card-body .uk-card-title a:after, .articles-archive .uk-card-body .uk-card-title a:after {
  content: "";
  top: 120%;
  left: 0;
  position: absolute;
  z-index: -1;
  display: block;
  height: 8px;
  width: 100%;
  background-color: #4BAFEA;
  background-image: -webkit-linear-gradient(to right, #4BAFEA 0%, #85D35E 34%, #b8b294 67%, #dd212f 100%);
  background-image: -moz-linear-gradient(to right, #4BAFEA 0%, #85D35E 34%, #b8b294 67%, #dd212f 100%);
  background-image: -ms-linear-gradient(to right, #4BAFEA 0%, #85D35E 34%, #b8b294 67%, #dd212f 100%);
  background-image: -o-linear-gradient(to right, #4BAFEA 0%, #85D35E 34%, #b8b294 67%, #dd212f 100%);
  background-image: linear-gradient(to right, #4BAFEA 0%, #85D35E 34%, #b8b294 67%, #dd212f 100%);
}
.articles-frontpage .uk-card-body .uk-text-muted, .articles-archive .uk-card-body .uk-text-muted {
  font-size: 1rem;
}

.section-logos {
  background: #f8f8f8;
}
.section-logos .logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.section-logos .logo-item img {
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
}
.section-logos .logo-item img svg {
  max-height: 100%;
  max-width: 100%;
}
.section-logos .logo-item .logo-text {
  font-size: 0.9rem;
  line-height: 1.3;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: "Lato", sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.3em;
  color: #575757;
  background: #e8eaeb;
}

a {
  color: #4BAFEA;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

article em {
  color: #000;
}

.text-blue {
  color: #4BAFEA;
}
.text-blue:hover a:hover {
  color: rgb(21.6268656716, 124.6119402985, 185.3731343284);
  text-decoration: none;
}

.text-green {
  color: #85D35E;
}
.text-green:hover a:hover {
  color: rgb(82.1902439024, 159.4292682927, 43.5707317073);
  text-decoration: none;
}

.text-beige {
  color: #b8b294;
}
.text-beige:hover a:hover {
  color: rgb(138.2584269663, 130.5056179775, 91.7415730337);
  text-decoration: none;
}

.text-red {
  color: #dd212f;
}
.text-red:hover a:hover {
  color: rgb(132.2519685039, 19.7480314961, 28.125984252);
  text-decoration: none;
}

#content-wrap {
  background: #e8eaeb;
  z-index: 1000;
  padding-top: 50px;
}
@media only screen and (max-width: 450px) {
  #content-wrap {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 374px) {
  #main-container {
    padding: 0px;
  }
}

#content {
  z-index: 1100;
}

#rainbow {
  height: 6px;
  width: 100%;
  background: url("../images/rainbow.jpg");
  z-index: 1000;
}

.color-gradient {
  height: 6px;
  width: 100%;
  z-index: 1000;
  background: #4BAFEA;
  /*  background: -moz-linear-gradient(left, $blue 0%, $green 34%, $beige 67%, $red 100%);
    background: -webkit-linear-gradient(left, $blue 0%, $green 34%, $beige 67%, $red 100%);*/
  background: linear-gradient(to right, #4BAFEA 0%, #85D35E 34%, #b8b294 67%, #dd212f 100%);
}

.colorful_headline {
  font-family: "Lato", sans-serif;
  color: #404040;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1em;
  margin: 0;
}
@media only screen and (max-width: 450px) {
  .colorful_headline {
    font-size: 1.8rem;
  }
}
.colorful_headline em {
  color: #404040;
  font-style: normal;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.colorful_headline em:after {
  content: "";
  top: 120%;
  left: 0;
  position: absolute;
  z-index: -1;
  display: block;
  height: 8px;
  width: 100%;
  background-color: #4BAFEA;
  background-image: -webkit-linear-gradient(15deg, #4BAFEA 0%, #65d8bd 40%, #85D35E 100%);
  background-image: -moz-linear-gradient(15deg, #4BAFEA 0%, #65d8bd 40%, #85D35E 100%);
  background-image: -ms-linear-gradient(15deg, #4BAFEA 0%, #65d8bd 40%, #85D35E 100%);
  background-image: -o-linear-gradient(15deg, #4BAFEA 0%, #65d8bd 40%, #85D35E 100%);
  background-image: linear-gradient(15deg, #4BAFEA 0%, #65d8bd 40%, #85D35E 100%);
}

.uk-card-body img {
  max-width: 100%;
}
.uk-card-body figure {
  max-width: 100%;
}
.uk-card-body {
  word-wrap: break-word;
}

a.uk-card {
  display: block;
}

.pagination {
  margin: 30px auto;
}
.pagination .uk-pagination-previous, .pagination .uk-pagination-next {
  width: 100px;
}
.pagination li {
  border: 1px solid #d8dfed;
  background-color: #ffffff;
  padding: 8px 12px;
  text-align: center;
  margin: 5px;
}
.pagination .current {
  color: #4BAFEA;
  font-weight: bold;
}

.download-attachments {
  overflow: auto;
}

.gallery-tooltip {
  display: inline;
  position: relative;
  text-decoration: none;
}

.gallery-tooltip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px;
  box-sizing: border-box;
  bottom: 0;
  color: #fff;
  font-size: 1.1rem;
  content: attr(title);
  left: 0%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 100%;
}

.gallery-tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}

.bult-button {
  margin: 0px auto;
  border: 1px solid #d8dfed;
  background-color: #ffffff;
  padding: 8px 12px;
  text-align: center;
  margin: 5px;
}
.bult-button:hover {
  color: #4BAFEA;
  background-color: #ffffff;
}

#home-shortcuts .uk-card-primary {
  background: #D9D9D9;
}
#home-shortcuts .uk-card-primary a {
  color: #000000;
}
@media only screen and (max-width: 413px) {
  #home-shortcuts > div {
    width: 100%;
  }
}

.uk-button-primary {
  background: #4BAFEA;
}

/*# sourceMappingURL=main.css.map */
