/**
Theme Name: gangrAstra
Author: GANGR
Author URI: https://GANGR.DK
Description: Custom GANGR for Astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gangrastra
Template: astra
*/

#loginButton22 {
    background-color: #0073aa;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    margin-left: 10px;
    display: inline-block;
    float: right; /* Eller position: absolute; right: 20px; hvis foretrukket */
    transition: all 0.3s ease; /* Glat overgang for ændringer */
}

#loginButton22 a {
    color: white;
    text-decoration: none;
}

/* Behold font-størrelse-logik */
body:not(.logged-in) .ast-header-html-1 h1 a span,
body:not(.logged-in) .ast-builder-html-element h1 a span {
    font-size: 60pt !important;
}

body.logged-in .ast-header-html-1 h1 a span,
body.logged-in .ast-builder-html-element h1 a span {
    font-size: 75pt !important;
}