﻿a,
a:visited {
    color: var(--main-txt-color);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: default;
}

a.hyperlink:hover{
    color: var(--main-on-color);
    text-decoration:underline;
    cursor:pointer;
}

a:hover {
    color: var(--main-txt-color);
    text-decoration: none;
}

a.confirm-button{
    text-decoration:none;
    color:var(--background-color);
}

header h1 {
    font-family: '712-font';
    font-size: 1.0em;
    height: 2.0em;
    line-height: 2.0em;
    float: none;
}

h2 {
    width: 100%;
    line-height: 1.2em;
    font-size: 1.2em;
    font-weight: 80;
    padding: 0;
    margin: 0.5em 0 0 0;
    -webkit-user-select: none; /* für Safari/Chrome */
    -moz-user-select: none; /* für Firefox */
    -ms-user-select: none; /* für ältere IE/Edge */
}