/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.11.2018, 17:04:34
    Author     : Paul Schlichter
*/


/* css reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

body
{
    width: 100%;
    height: 100%;
    overflow: scroll;
    
}

::-webkit-scrollbar 
{ 
    display: none;
}

@font-face 
{
    font-family: "Preloader Font";
    src: url("../assets/fonts/Preloader_Font.ttf");
}

.checkbox 
{
    -webkit-appearance: none;
    background-color: #FFFFFF;
    border: 3px solid #00A0E4;
    margin-right: 20px;
    position: relative;
    top: 6px;
    width: 30px;
    height: 30px;
}

.checkbox:checked 
{
    background-color: #00A0E4;
    outline: none;
}

.consent
{
    background-color: #FFFFFF;
    color: #00A0E4;
}
.consent:hover
{
    background-color: #00A0E4;
    color: #FFFFFF;
}

.fuellink
{
    color: #00A0E4;
    cursor: pointer;
    pointer-events: all;
}
