/**
$Id: fonts.css 59 2022-12-25 09:31:50Z cba $
$Date: 2022-12-25 09:31:50 +0000 (Sun, 25 Dec 2022) $
$Rev: 59 $
$Author: cba $
**/
/*font-family: 'Ubuntu', sans-serif; 300 oder 500*/

body{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    line-height: 110%;
    color: #0064A0;
    font-size:12px;
}

a{
    color: #0064A0;
}
p{
    line-height: 110%;
    font-size:1.2em;
}

.textover p{
    font-size:1em !important;
}


h1{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    line-height: 110%;
    color: #0064A0;
    font-size: 3em;
    text-transform: uppercase;
}

h2{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    line-height: 110%;
    color: #0064A0;
    font-size: 2em;
    margin: 10px 0px;
}

h3{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    line-height: 110%;
    color: #0064A0;
    font-size: 1.6em;
    margin-top:10px;
}

h4{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    line-height: 110%;
    color: #0064A0;
    font-size: 1.8em;
}

h4.navipoints{
    font-size:1.8em;
}

.h1{
    padding:0 40px !important;
    margin:0 !important;
    line-height: 0 !important;
}
.h2{
    padding:0 40px !important;
    margin:0 !important;
    line-height: 0 !important;
}

.h1 .navipoints, .h2 .navipoints{
    font-size:1.4rem !important;
    padding-right:20px;
    line-height: 110%;
    margin: 0;
}

.h1 p.tooltiptext, .h2 p.tooltiptext{
    line-height: 110%;
    font-size: 1rem !important;
}


ul{
    margin:0;
}

li{
    font-size: 1.2em;
}
.nolist{
    list-style: none;
}
.listdot{
    color: rgba(0, 100, 160, 1);
    font-weight: 500;
}


.bad{
    color: darkred;
}
.okay{
    color: rgb(0, 100, 160);
}
.good{
    color: rgb(0, 150, 64);
}



.lightgrey{
    color:#f2f2f2;
}

.forgotten{
    font-size:1.2em;
    line-height: 100%;
    display: inline-block;
}

.downloadbutton-pdf{
    text-align: center;
}

.downloadbutton-pdf h4{
    display: inline-block;
    font-size: 1.5em;
    font-weight: 600;
}