/* === Import von Stylesheets === */
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import 'forms.css';
@import 'buttons.css';


/* === FARBEN === */
:root{
        --red:      rgba(0,0,128,1);     /* purple */
/*        --red:      rgba(195,50,84,1); */
        --red-light1:      rgba(0,0,128,0.1);
/*        --red-light1:      rgba(195,50,84,0.1);*/
        --light-red:rgba(243,214,220,1);
        --green:    rgba(3,97,66,1);
        --yellow:   rgba(171,203,52,1);
        --grey:     rgba(91,91,89,1);
        --grey-light5:rgba(91,91,89,0.5);
        --grey-light1:rgba(91,91,89,0.1);
        --white:    rgba(255,255,255,0.95);
}

/* === GENERELLES ===*/

html {
    font-size: 100%;
}


body {
    font: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: var(--grey);
    background-color: var(--white);
    box-sizing: border-box;
}


h1,h2,h3,h4 {
    color: var(--red);
}

h1    {font-size: 1.7em;}
h2    {font-size: 1.4em;}
h3    {font-size: 1.2em;}
h4    {font-size: 1em;}

.header{
    padding-left: 0;
    padding-right: 0;
    background-image: linear-gradient(to bottom, var(--white), var(--red-light1));
    text-align: center;
}

.header>h1{
    margin-top:0.5rem;
}

li {
    list-style-type: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}


a, a:link, a:visited, a:focus, a:hover, a:active{
    color: var(--grey);
    text-decoration: none;
}


a:hover{
    color: var(--grey-light5);
    cursor: pointer;
}

strong{
    font-weight: bold;
}

em, i{
    font-style: italic;
}

p{
    line-height: 1.5em;
}

ul{
    padding: 0;
}


ul>li{
    padding-bottom: 0.3em;
    border-top: solid thin;
    border-color: var(--grey-light1);
    line-height: 2em;
}

ul>li:nth-child(even){
    /*background-color: var(--red-light1);*/
}

ul>li>span:first-child{
    display: block;
    font-style: italic;
    font-size: 1em;
}

ul>li>span:last-child{
    display: block;
}

ul>li>span:nth-child(5){
    float: right;
}

ul>li>span>span{
    font-size: 0.9em;
    color: black;
    font-style: normal;
    margin-left: 1em;
}

ul>li>span>form{
    display: inline;
}

ul>h4{
    margin-top: 1em;
    margin-bottom:0.25em;
    border-bottom: dotted;
    border-width: thin;
    padding-bottom:0.1em;
}

.user>ul>li>span{
    display: inline;
}
.user>ul>li>span:last-child{
    float: right;
}

.category >ul>li>span{
    display: inline;
}
.category >ul>li>span:last-child{
    float: right;
}


.orderList >ul>li>span{
    display: inline;
}
.orderList >ul>li>span:last-child{
    float: right;
}

.todo >ul>li>span{
    display: inline;
}

.todo >ul>li>span:nth-child(3){
    float: right;
}

.todo >ul>li>span:last-child{
    display: block;
}

.todo >ul>li>span>span{
    margin: inherit;
    color: inherit;
    font-size: inherit;
}

/* Farben zuordnen für todo-Liste*/

.angelikaOffen { background-color: #99ffcc; }
.angelikaErledigt { color: var(--grey-light5); text-decoration: line-through; }
.peterOffen { background-color: #99ccff; }
.peterErledigt { color: var(--grey-light5);  text-decoration: line-through; }
.gemeinsamOffen { background-color: #ffff99; }
.gemeinsamErledigt { color: var(--grey-light5);  text-decoration: line-through; }
.trash{color: red;}





.rechte >ul>li>span{
    display: inline;
}

.rechte >ul>li>span:last-child{
    float: right;
}

.container{
    padding:0;
}













/*
ul.buttonListHorizontal{
    display: flex;
    flex-wrap: wrap;
    margin: 0 1em;
    justify-content: space-around;
}

*/
/*
.navTopButton{
    display: table;
    width: 4.2rem;
    height: 4.2rem;
    margin-bottom: 1em;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 50%;
    box-shadow: 10px 10px 10px -3px #808080;
    background-color: var(--red-light1);
    text-align: center;
}
*/

















/*
ul.buttonListHorizontal > li:hover{
    border-color: var(--grey-light1);
    box-shadow: 8px 8px 8px -3px #808080;
}

ul.buttonListHorizontal > li > a {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.8em;
}
*/


/*
.listButton{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-color: var(--red-light1);
    width: 5rem;
    height: 5rem;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
}
*/

.listBeschreibung{
    display: block;
}

option{
    background-color: white;
}

.errorMessage{
    width: 90%;
    color: var(--light-red);
    font-size: 2em;
}


.positiverSaldo{
    color: green;
}

.negativerSaldo{
    color: red;
}

.gruss{
    font-size: 1.2em;
    text-align: center;

}

.btn-startseite{
    margin-top: 1em;
    font-size: 1.5em;
    padding:0em;
    border-color: var(--grey-light1);
    color: var(--red);
}


.buttonArrows{
    color: var(--red);
}

.btnTopNav{
    font-size: 1.8rem;
    padding-top:1.2rem;
    width: 4.5rem;
    height: 4.5rem;
    text-align: center;
    text-decoration: none;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 50%;
    box-shadow: 10px 10px 10px -3px #808080;
    background-color: var(--red-light1);
}

.btnTopNav>span{
    font-size: 1rem;
}

.btnTopNavTop{
    font-size: 1.2rem;
    font: Arial, Helvetica, sans-serif;
    padding-top:0.8rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    text-decoration: none;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 50%;
    box-shadow: 10px 10px 10px -3px #808080;
    background-color: var(--red-light1);
}

.btnTopNavTop>span{
    font-size: 0.55rem;
}

.navbar{
    padding:0;
    margin-bottom: 0.8rem;
}

.navText{
    font: Arial, Helvetica, sans-serif;
}


