/* von NEOS übernommene Styles ---------------- */

body {
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 16px;
    font-weight: 400;
    color: #000000;
    background-color: #F0F0F0;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: "Montserrat",sans-serif;
}

h2 {
	font-size: 32px;
	font-weight: 400;
	margin-top: 16px;
	color: #e84188;
}

h3 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 40px;
    color: #e84188;
}

.betrag {
    text-align: right;
}

/* eigene styles ------------------------------ */

.tabelle {
    margin: 30px 0px 5px;
}

#contentContainer {
	margin-top: 30px;
}

.summe {
	font-size: 21px;
    font-weight: 700;
}

label {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

/* preloader ---------------------------------- */

#preloader {
    position:fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;       
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}       

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
} 

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}