body {
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    min-width: 300px;
    min-height: 600px;
    margin: 0px;
    touch-action: manipulation;
}

.drinks-top {
    background-color: #AA0000;
    color: white;
    height: 45px;
    
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: x-large;
    align-content: center;
    
}
.top-title {
    display: inline;
    line-height: 45px;
    padding-left: 15px;
}
.top-buttons {
    float: right;
    height: 45px;
    align-content: center;
}

.top-buttons-left {
    float: left;
    height: 45px;
    align-content: center;
}

[class^="button-"] {
    display: inline-block;
    margin-left: 10px;
    height: 45px;
    width: 45px;
    position: relative;
    background-color: transparent;
    border: none;
    outline:none;
}
.button-back {
    margin-left: 0px;
}

[class^="item-button-"] {
    display: inline-block;
    margin-left: 10px;
    height: 40px;
    width: 40px;
    background-color: #AA0000;
    display: inline-block;
    text-align: center;
    color:#EEEEEE;
    align-content: center;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 2px;
    border: none;
    outline:none;
    position: relative;
}
[class^="button-"] img, [class^="item-button-"] img, #add_modal button img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.item {
    border-bottom: 1px solid #DDDDDD;
    padding-top: 5px;
    height: 45px;
    overflow: hidden;
}
.item-title {
    float: left;
    margin-left: 15px;
    align-content: center;
    vertical-align: middle;
    height: 40px;
}
.item-buttons {
    float: right;
    height: 40px;
}

.item-button-minus, .item-button-plus {
    background-color: #AA0000;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color:#EEEEEE;
    align-content: center;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 2px;
    border: none;
    outline:none;
    position: relative;
}
.item-count {
    display: inline-block;
    width:40px;
    height: 100%;
    text-align: center;
    align-content: center;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

.show {
    display: block;
    z-index: 100;
    position: absolute;
}

#add_name {
    height: 40px;
    font-size: x-large;
}

#add_modal {
    background-color: #3f3f3f80;
    width: 100%;
    height: 100%;
    align-content: center;
    z-index: 100;
}

#add_modal button {
    display: inline-block;
    margin-left: 10px;
    height: 40px;
    width: 40px;
    background-color: #AA0000;
    display: inline-block;
    text-align: center;
    color:#EEEEEE;
    align-content: center;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 2px;
    border: none;
    outline:none;
    position: relative;
}

.modal_window {
    width:80%;
    height:150px;
    margin:auto;
    background-color: white;
    padding: 10px;
    box-shadow: #00000033 2px 2px 20px ;
    z-index: 101;
}

.modal_window_title {
    margin-bottom: 20px;
    text-align: center;
}

.modal_window_input {
    align-content: center;
    width: 95%;
    margin: auto;
}

#add_modal input {
    width: 78%;
}

.settings-item {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: middle;
    color: #444444;
    display: grid;
    grid-template-columns: 1fr 4fr 1fr; 
}

.settings-item-icon {
    display: inline-block;
    height: 100%;
    position: relative;
}

.settings-item-icon img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-height: 50px;
    max-width: 100%;
    width: auto;
    height: auto;
}

.settings-item-title {
    font-size: large;
    height: 100%;
    align-content: center;
    -webkit-align-content: center;
}

.settings-item-subtitle {
    color: #777777;    
    font-size: small;
    line-height: 13px;
}

.settings-item-edit {
    height: 100%;
    align-content: center;
    -webkit-align-content: center;
    vertical-align: middle;
}

.help-content {
    padding: 10px;
    font-size: x-large;
}

.datenschutz-content {
    padding: 10px;
    font-size: medium;
}

.impressum-content {
    padding: 10px;
}

.footer {
    font-size: small;
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
    color: #AA0000;
}
.footer a:link, .footer a:visited, .footer a:active {
    color: #AA0000;
    text-decoration: none;
}