/*
Theme Name:  Museum Kolding.
Theme URI:  https://museumkolding.dk/
Description:  Tema til Musem Kolding
Author:  Flying October
Textdomain:  flyingoctober
Author URI:  https://flyingoctober.com/
Template:  hello-elementor
Version:  1.1
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/

@charset "UTF-8";
/* CSS Document */

/* Override GTranslate flags */
a[data-gt-lang="da"] img {
    content: none !important;
    display: block;
    background: url('https://museumkolding.dk/wp-content/uploads/2025/09/DK.svg') no-repeat center center !important;
    background-size: contain;
    width: 16px;
    height: 16px;
	margin-left:5px !important;
}

a[data-gt-lang="en"] img {
    content: none !important;
    display: block;
    background: url('https://museumkolding.dk/wp-content/uploads/2025/09/EN.svg') no-repeat center center !important;
    background-size: contain;
    width: 16px;
    height: 16px;
	margin-left:5px !important;
}

a[data-gt-lang="de"] img {
    content: none !important;
    display: block;
    background: url('https://museumkolding.dk/wp-content/uploads/2025/09/DE.svg') no-repeat center center !important;
    background-size: contain;
    width: 16px;
    height: 16px;
	margin-left:5px !important;
}