/* CSS Document */
html, body {
  margin:0;
padding:0;
height:100%;
 background-color: #000; color:#fff; background-image: url("../images/BrotherSnakeoil_Blue001.png"); background-repeat: no-repeat; background-position: bottom right;background-size: 25%; background-attachment: fixed;}
/** Farbraum */
p, em, ul,li,.list-group { color:#fff;}
h1,h2 { color:#9acee4;}
h3,h4,h5,h6 { color:#fff; font-weight: 700; border-bottom: 1px solid #99cde3;}
a:hover { color:#99cde3;}
a { color:#ece54e;}

/** Elemente */
.list-group-item {background-color: #000;}
.btn-primary, .alert-primary ,.active,.my-4,.list-group {background: #9acee4; }
.jumbotron, .card , .media,.list-group-item, .list-group { border:1px solid #fff; border-radius: 15px;}
.media { margin-bottom: 21px;}
.jumbotron h1 { color:#ece54e;}

.main {
	height:auto !important; /* normale Browser */
	height:100%; /* IE6: setzt dies wie min-height um*/
	min-height:100%; /* normale Browser */
}
.newsholder{ margin-bottom:21px; }
.newsholderimg{ width:20%;
}
.pagination, .pagination ul li, .page-item, .page-link, .jumbotron, .card
{
	 background-color: #000; color:#fff;
}