.uk-button {
	transition: all 0.2s ease-in 0.2s; 
    -webkit-transition: all 0.2s ease-in 0.2s !important; 
    -moz-transition: all 0.2s ease-in 0.2s; 
}

ol li::before { 
  color: red;
  font-weight: bold;
}

.uk-modal-caption {
    font-size: large;
    font-weight: 200;
}



  /* Weite Navi-Bar
 ========================================================================== */

.uk-navbar-center {
    max-width: 95%;
}


  /* Bildunterschrift
 ========================================================================== */
  
  figure {
  padding: 5px;
  margin-right: 10px;
  float: left;
  border: 0px solid #cccccc;
  border-radius: 5px;
}

figure img {
  border-radius: 3px 3px 0 0;
}

figure figcaption {
  padding: 2px 4px 2px 4px;
  background-color: #fff;
  color: #bbbbbb;
  font-style: italic;
  text-align: center;
  border-radius: 0 0 3px 3px;
}


/* Joomla Content
 ========================================================================== */
.tm-content {
  padding: 0px;
}


/* Large Screen */
@media (min-width: 1025px) {
  .uk-container {
    padding: 40px 40px;
  }
}
/* Large Screen */
@media (max-width: 1024px) {
  .uk-container {
    padding: 30px 30px;
  }
  