﻿@import "variables.css";

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: var(--background-color) !important;
    padding-bottom: 20px;
    font: var(--basic-font);
    background-size: cover;
    line-height: 14px;
    margin: 0px;      
}

.content {
    padding: 15px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

/*Modal Fenster (PopUp)*/
.modal.fade .modal-dialog {
    max-width: 900px;
}

.hide{
    display: none !important;
}

.show{
    display: block !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 60px;
}