body {
	width:					100%;
	background-image:		url();
	background-repeat:		no-repeat;
	background-size:		cover;
	background-position:	fixed;
	background-color:		#2E2E2E;
}
p {
	text-align: justify;
}
.navbar {
	background-color:		#2E2E2E !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus
.navbar-default .navbar-nav > .active > a:active {
    color: 					#DFDFDF;
    background-color: 		#1F1F1F;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus
.dropdown-menu > .active > a:active {
	color: 					#DFDFDF;
	text-decoration: 		none;
	background-color: 		#1F1F1F;
	outline:				0;
}
.navbar-default li > a:hover{
	background-color:		#292929 !important;
}
.navbar-default :hover{
	color:					#DFDFDF !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color:		#1F1F1F;
	color:					#DFDFDF;
}
.navbar-default li > a{
	color:					#DFDFDF;
}
.dropdown-menu .divider {
	background-color:		#333333;
}
.dropdown-menu {
	background-color:		#2E2E2E;
}
.navbar-brand {
	padding:				5px;
}
.no-bottom-border{
	padding-top:			10px;
	padding-bottom:			10px;
	border-bottom:			none;
	margin-top:				15px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.nav-center-out {
	display: 				inline-block;
	float: 					none;
	width:					100%;
}
.navbar {
	background-color:		#303238;
	width:					100%;
	margin:					0px;
	border-radius:			0px;
	border:					none;
}
.nav-center {
	text-align: 			center;
}
.img-responsive {
	display:				inline;
}
.img-round {
	width:					90px;
	border-radius:			50%;
}
.content .container .row .col-lg-4 a {
	color:					gray;
}
.content .container .row .col-lg-4 a:hover {
	color:					#424949;
}
.content .container .row .col-lg-4 img:hover{
	-webkit-background-clip:padding-box;
  	-moz-background-clip:   padding; 
  	background-clip:        padding-box;
	border:					1px solid #424949;
	border-collapse:		seperate;
	/* margin:					-1px; */
}
.content{
	background-color:		white!important;
}
.content .container{
	padding-top:			10px;
	width:					65%;
	margin:					0 auto;
}
.row {
	text-align:				center;
	margin-left:			0px;
	margin-right:			0px;
}
.row p {
	text-align:				center;	
}
.jumbotron {
	padding:				0px;
	margin-bottom:			0px;
}
.jumbotron img{
	width:					100%;
}
.page {
	background-image:		url('medien/news_background.jpg');
}
.news {
	margin-top:				15px;
	margin-left:			0px;
	margin-right:			0px;
	text-align:				center;
	padding:				30px;
	border-radius:			20px;
	background-color:		#2E2E2E;
}
.news img{
	width:					80%;
}
.newstext {
	width:					60%;
	padding-top:			30px;
	padding-bottom:			0px;
	margin:					0 auto;
	color:					white;
}
.newstext p{
	margin-bottom:			0px;
}
.to_top {
	position:				relative;
	right:					0px;
}
.icon {
	max-width:				50px;
	height:					30px;
}
.no-hov a:hover {
	 background-color:		white;
}
.guestbook{
	background-color:		white;
	text-align:				center;
	border:					5px solid gray;
	border-radius:			10px;
	width:					35%;
	margin:					0 auto;
	margin-top:				2%;
}
.guesttable {
	margin:					0 auto;
	text-align:				center;
}
@media screen and (max-width: 1200px) {
	.guestbook{
		width:				60%;
	}
}
@media screen and (max-width: 768px){
.content .container{
	width:					100%;
	padding:				0px;
}
.guestbook{
		width:				100%;
	}
.news {
	margin-top:				10px;
	margin-left:			5px;
	margin-right:			5px;
	margin-bottom:			15px;
	text-align:				center;
	padding:				0px;
	padding-top:			15px;
	border-radius:			10px;
	background-color:		#2E2E2E;
}
.news img{
	width:					95%;
}
.newstext {
	width:					95%;
	padding-top:			10px;
	padding-bottom:			15px;
	margin:					0 auto;
	color:					white;
}
.newstext p{
	margin-bottom:			0px;
}
}