html, body {
    background-color: #f8f6f6;
    height: 100%;
    margin: 0;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

.wrapper {
  position: fixed;
  bottom: 0;
}

.exobase-iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    width: 100%;            
    height: calc(100% - 0px);
}

.header-text {
    font-family: "Arial", "Corbel", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Juster titel og billede på Keycloak forside */
.login-header {
    text-align: left; /* Venstrejuster titel */
}

.login-header img {
    float: left; /* Venstrejuster billede */
    margin-right: 100px; /* Tilføj evt. margin til højre for billede */
}

.button-logout {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 2px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
    background-color: rgb(0, 110, 100);
    padding: 0 18px;
} 

.button-login {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 2px;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
    background-color: rgb(0, 110, 100);
    /* font-family: "Vast XL", "Corbel", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    padding: 0 18px;
}

.button-cookies {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 2px;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
    background-color: rgb(0, 110, 100);
    /* font-family: "Vast XL", "Corbel", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    padding: 0 18px;
}


.span-buttons {
    padding: 0px;
}

.custom-link {
 display: inline-block;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 2px;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    background-color: rgb(0, 110, 100);
    /* font-family: "Vast XL", "Corbel", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    padding: 0 18px;
}

.custom-link:hover {
  background-color: #004e4a; /* Mørkere grøn ved hover */
}

.button-logout:hover {
  background-color: #004e4a; /* Mørkere grøn ved hover */
}
