﻿

body {
    height: 100%;
    background-color: whitesmoke;
    margin-top: 50px;

    .header {
        background-color: #4d4d4d;
        color: white;
        width: 300px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px;
        height: 40px;
        position: center;
    }

    .title {
        padding-top: 0.7em;
        justify-self: right;
        align-self: center;
        font-weight: 600
    }

    .datePicker {
        border-width: 1px;
        border-style: solid;
        border-color: #ccc;
        border-radius: 4px !important;
    }
}
    //Hier kommmt die Tablet-Ansicht
    @media only screen and (min-width:768px) and (max-width:1025px) {
       
    }
    //Hier kommt die Smartphone-Ansicht
    @media only screen and (max-width:767px) {

        

    }

