@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&display=swap');

body, html
{
    font-family: 'Open Sans', sans-serif;
}

.logo-row
{
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}
.logo-row img
{
    height: 30px;
    max-width: 99%;
}
.logo-row .partner
{
    text-align: right;
}

.cookie-row p
{
    color: #ffffff;
    font-size: 65%;
    text-align: center;
}
.cookie-row a
{ 
    color: #fff !important;
    text-decoration: none; 
}
.cookie-row a:hover
{ 
    color: #fff !important;
    text-decoration: none; 
}

.headline
{
    font-family: 'Montserrat', sans-serif;
}

.w400 { font-weight: 400; }
.w500 { font-weight: 500; }
.w600 { font-weight: 600; }
.w700 { font-weight: 700; }
.w800 { font-weight: 800; }
.w900 { font-weight: 900; }