/*!
Theme Name: Akira Web
Theme URI: https://akiraweb.dk/
Author: Shane Akira
Author URI: https://akiraweb.dk/
Description: Custom theme for Akira Web by Shane Akira
Version: 1.0.0
Text Domain: akiraweb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.firma-cvr,
.firma-telefon,
.firma-email,
.firma-findvej,
.firma-some.vandret {
    display: inline-flex;
    align-items: center;
    white-space: break-spaces;
}
.firma-adresse {
    display: inline-flex;
    align-items: flex-start;
	white-space: break-spaces;
}
.firma-ikon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.firma-ikon svg {
    width: 100%;
    height: 100%;
}

section#anmeldelser {
    background: var(--secondary);
}
section#anmeldelser h2 {
	color: var(--white);
}