/*  2025-10-20 kun brugt i templatehtml5.inc.php */
@import 'buttons.css';
@import 'cookies.css';
@import 'vars.css';

html {
    position: relative;
    min-height: 100%;
    padding: 0px;
    margin: 0 auto;
    font-size: 1em;
    font-family: var(--default-font);
    background: rgb(10,211,95);
    background: linear-gradient(0deg, rgb(37,87,12) 0%, rgb(220,255,220) 50%);
    /* https://cssgradient.io/ */
    background-attachment: fixed;
}



footer {
    position: absolute;
    text-align: center;
    padding: 9px;
    background: var(--light-bg);
    margin: 25px 5px 1px 5px;
    border: solid 1px white;
    font-size: 0.7em;
    bottom: 0;
    left: 0px;
    right: 0px;
}

footer a {
    font-weight: normal;
}

body {
    background-color: rgba(0,0,0,0) !important;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #f5f5f5;
}