
* {
    font-family: "Hind Vadodara" sans-serif;
    box-sizing: border-box;
}


body {
    max-width: 100%;
    width: 100%;
    font-family: "Hind Vadodara", sans-serif;
}


.forsidaheader {
    background-color: rgba(41, 91, 167, 1);
    background-image: url("../notadir/img/transparent-bill.png");
    width: 100%;
    height: 100%;
    min-height: 1000px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: bottom right;
    background-repeat: no-repeat;
}


.logobanner {
    margin-top: 30px;
    padding-left: 100px;
}

.velkominntexti {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 4em;
    text-transform: uppercase;
}

.kassar {
    margin-top: -15px;
}

.takkiforsida {
    width: 100%;
    height: 40px;
    text-align: center;
    margin:0;
    background-color: #295ba7;
    color: #ffffff;
}

.takkiforsida:hover{
    background-color: #ffffff;
    border: 1px solid #295ba7;
    color: #295ba7;
}

.bluebillforsida-mobile {
    display: none;
}

.kassi1 {
    padding:20px;
    padding-top: 35px;
    background-color: #ffffff;
    margin: 10px;
    line-height: 2.5em;
    border-radius: 15px 0 0 0;
    width: 20%;
}
.kassi2 {
    padding:20px;
    padding-top: 35px;
    background-color: #ffffff;
    margin: 10px;
    line-height: 2.5em;
    border-radius: 0 15px 0 0;
    width: 20%;
}


.kassatexti {
    font-family: 'Hind Vadodara', sans-serif;
    font-weight: 800;
    font-size: 2.5em;
    text-transform: uppercase;
    color: #295ba7;
    margin-bottom: 0;
}

.bilatakki {
    background-color: #295ba7;
    color: #fff;
    padding: 5px 40px;
    margin-top: 15px;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: bold;
    bottom:   20px;
    border: 0;
}

.bilatakki:hover {
    background-color: #fff;
    color: #295ba7;
    border: 1px solid #295ba7;
}

.mobiledoteri {
    text-align: center;
}

.mobilekassi {
    background-color: #ffffff;
    border-radius: 0 15px 0 15px;
    padding: 25px;
    width: 298px;
    margin-bottom: 35px;
}

.davidsdullafront{
    background-color: #295ba7;
    height: 40px;
    width: 65%;
    margin: 0;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.davidsdullafronthvitt {
    background-color: #ffffff;
    margin:0;
    margin-top: -15px;
    padding:0;
}


/* Mobile */
@media only screen and (min-width: 1025px) {
    .frontmobile {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .velkominntexti {
        margin-top: -70px;
        color: #ffffff;
        font-size: 1em;
    }

    .kassi1 {
        display: none;
    }

    .kassi2 {
        display: none;
    }

    .frontmobile {
        display: inline-block;
    }

    h5 {
        color: #295ba7;
    }

    .forsidaheader {
        min-height: 700px;
    }
    .bluebillforsida-mobile {
        display: block;
    }
    .bluebillforsida-desktop {
        display: none;
    }

}

