/*!
Theme Name: ON Creatives
Theme URI: http://underscores.me/
Author: ON Creatives
Author URI: http://oncreatives.com
Description: Description
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: oncreatives
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 600!important;
}
.hl {
    font-family: 'Source Serif 4', serif;
	font-style: italic;
	letter-spacing: -0.08em;
	font-weight: 500!important;
}
.lead {
	font-weight: 500!important;
}
.btn-primary {
	background-color: #ef180f!important;
	border-color: #ef180f!important;
	font-weight: 600!important;
}
.btn-primary:hover {
	background-color: #c5120b!important;
	border-color: #c5120b!important;
}
.action, .text-primary {
	color: #ef180f!important;
	font-weight: 600!important;
}
.action:hover, .text-primary-hover:hover {
	color: #c5120b!important;
}
.nav-item, .btn {
	font-weight: 600!important;
}
.bg-opaque-green {
    background-color: rgb(239 24 15 / 11%) !important;
}
.card-hover-gradient:hover {
    background-color: #ef180f!important;
}
.iti {
  width: 100%;
}

.iti input {
  width: 100%;
}


.card.equal-3-4 {
  aspect-ratio: 9 / 16; /* fx hvis din video er widescreen */
  overflow: hidden;
}
.background video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fylder hele containeren */
}
.list-group-item {
  display: flex;
  align-items: flex-start; /* vigtigt */
  gap: 10px;
}

.list-group-item .icon-box {
  flex-shrink: 0; /* forhindrer ikonet i at krympe */
}

