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

body {
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 16px;
    font-weight: 400;
    color: #6e6e6e;
    background-color: #E4E4E4;
}

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;
}

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

#finanztransparenz {
	background-color: #FFF;
	margin-top: 30px;
	padding-top: 15px;
}

#contentContainer {
	margin-top: 30px;
}

#finanztransparenz .row{
  margin: 15px 0px;
}

.summenContainer {
	font-size: 21px;
	color: #FFF;
	background: #444;
}

/* 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 */
} 