/*!
Theme Name: Unterweisungsportal
Theme URI: https://tutool.io/
Author: TUTOOLIO GmbH
Author URI: https://tutool.io/
Description: Einfaches Unterweisungportal mit dem Onlinekurse ausgespielt und der Bearbeitung protokolliert werden kann.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ums
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

:root {
  --primary: #1e90ff;

}


.uk-card-media-top {
 
  background-color: var(--primary);
  aspect-ratio: 16/9 !important;
  
}

.uk-card-media-top img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

strong {
  font-weight: 700 !important;
}

.uk-section-primary {
  color: #ffffff !important;
}