/**
 * contrast.css
 */
body {
	background: #000000;
	color: #FFFFFF;
	font-size: 100%;
	padding: 0.5em;
	font-family: Arial;
	line-height:1.5em;
}

a:link, a:hover, a:visited, a:focus {
	background: none !important;
	border: none !important;
	color: #fff !important; /* 66ffff */
	text-decoration: underline !important;
	display: inline !important;
}

ul {
	list-style: disc outside none;
	padding-left: 1em
}


h6 {
	margin: 1em 0;
	font-size:1em;
}

.logo,
.logo_mobile,
#slider,
#fontsize {
    display:none;
}

#slider-page img {
    width:200px;
    height:auto;
}

.post {
    display:block !important;
    margin-bottom:1em;
    padding-bottom:1em;
}

.wpcf7-form label,
.wpcf7-form span {
    min-width:150px;
    display:inline-block;
}

.wpcf7-form p {
    margin:0 !important;
}

#content {
    margin:1em 0;
    padding:1em 0;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}

.xs-seperator {
    clear:both;
    display:block;
}

#menu:before {
    content:'Seitenbereiche:';
    color:#fff;
    font-weight:bold;
    margin-bottom:1em;
    display:block;
}
#header .navbar-default {
    background-color: #000000;
    background-color: rgba(0,0,0,1);
}
.inner .status {
    color: #000000;
    color: rgba(0,0,0,1);
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,1);
    font-size:20px;
}
.textwidget .status {
    color: #FFFFFF;
    color: rgba(255,255,255,1);
    font-size:14px;    
}
.title-main h1,
h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF;
    color: rgba(255,255,255,1);
}