html {
    height: 100%;
}

body {
    background-image: url("/images/coffee1.jpg");
    /* coffee beans and cup image */
    background-size: cover;
    background-color: #ACACAC;
    /* a nice grey if no image is found */
}

.container {
    background-color: white;
    text-align: center;
    margin-top: 5%;
    padding: 3%;
    height: 100%;
    width: 90%;
}

.row {
    margin-bottom: 3%;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.mainLogo {
    background: no-repeat center center;
    background-size: contain;
    height: 6em;
}

.subLogo {
    background: no-repeat center center;
    background-size: contain;
    height: 4em;
    padding-left: 10px;
    padding-right: 10px;
}

.logoThreeThirds {
    background-image: url("/images/threethirds_logo_withtext.svg");
}

.logoBelsoftCollaboration {
    background-image: url("/images/belsoft-collaboration-block.svg");
}

.logoIsw {
    background-image: url("/images/isw_logo.svg");
}

.logoProminic {
    background-image: url("/images/prominic_logo_full-color.svg");
}

h1 {
    margin-bottom: 20px;
}

table {
    text-align: center;
    width: 100%;
}

tr {
    height: 63px;
}

td {
    width: 3%;
}

button {
    background-color: #325B80;
    border: none;
    color: white;
    padding: 15px 32px; 
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

p.nachricht {
    font-size: 1.2em;
}
