@font-face {
    font-family:'Gravity-Regular', Helvetica, sans-serif;
    font-style: normal;
    /*font-weight: 400;*/
    src: local('Gravity-Regular'),
    url(/fonts/Gravity-Regular.woff) format('woff');
}

@font-face {
    font-family:'Gravity-Bold', Helvetica, sans-serif;
    font-style: normal;
    /*font-weight: 700;*/
    src: local('Gravity-Bold'),
    url(/fonts/Gravity-Bold.woff) format('woff');
}

/*globals*/
body {
    background-color: #5661A9;
    --bs-secondary: #192B4C;
}

/*navigation*/
#navigation {
    width: 100%;
    z-index: 1020;
    position: fixed;
    background-color: #5661A9 !important;
    padding: 20px 0;
    border-bottom: 2px solid #192B4C;
    top:0;
}

.logo {
    width: 260px;
    height: auto;
}

.navigationPoints {
    height: 100%;
    display: flex;
    align-items: center;
}
.navigationPoints ul {
    display: flex;
    flex-direction: row;
    margin:0;
}

.navigationPoints li {
    list-style: none;
    padding: 0 14px;
    font-size: 18px;
}

.navigationPoints a {
    text-decoration-color: transparent;
    color: #FFCC00;
    font-family: "Signika Negative", Helvetica, sans-serif;
}


/*space*/
section:not(#supporter){
    padding: 80px 0;
}

#supporter{
    padding-bottom: 80px;
}

/*banner-overlay*/
.banner {
    position: relative;
    width: 100%;
}

header{
    position: relative;
    margin-top: 50px;
}

header .overlay{
    position: absolute;
    left:0;
    top: 0;
    width:100%;
    height: 100%;
}

header .container{
    display: flex;
    align-items: center;
    height: 100%;
}

.header-text-overlay {
    z-index: 1000;
    width: 60%;
}

/*text*/
h1, h2 {
    color: #FFCC00;
    font-family:"Signika Negative", Helvetica, sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 35px;
    padding-bottom: 20px;
}

p, ul {
    color: white;
    font-size: 17px;
    font-family: "Gravity-Regular", Helvetica, sans-serif;
    line-height: 1.4;
}

#help li{
    margin-bottom: 10px;
}

.modal-body * {
    color: black !important;
}

.email, .telefon{
    text-decoration: none;
    color: #5661A9;
}

.email:hover,
.telefon:hover{
    color: #FFCC00;
}

/*Modal*/
button{
    color: white;
    background-color: transparent;
    border: none;
    font-family: "Signika Negative Medium", Helvetica, sans-serif;
}

/*background-colors*/
.bg-secondary {
    background-color: #192B4C !important;
}

/*footer*/
.contactLogo {
    width: 260px;
    height: auto;
}

/*Mobile*/
@media (max-width: 1399.98px){
    .header-text-overlay{
        width: 50%;
    }
    h1{
        font-size: 50px;
    }
}

@media (max-width: 1199.98px){
    .header-text-overlay{
        width: 70%;
    }
    h1{
        font-size: 45px;
    }
}

@media (max-width: 767.98px){
    h1{
        font-size: 40px;
    }
}

@media (max-width: 575.98px){
    h1{
        font-size: 30px;
    }
}