@charset "utf-8";
/* CSS Document */
.sponsor {
	/*display:inline-block;*/
	float:left;
	margin: 10px;
	 text-align: center;
} 

#sponsorbottom .sponsor {
	width: 50%!important;
	text-align:center;
	/*position:relative;*/
}

#sponsorbottom .sponsor img {
/*  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}
#sponsortop {
	/*margin-left: 0;
	width: 600px;*/
	clear:both;
	width: 815px;
}
#sponsortop .sponsor {
	-moz-box-shadow: 2px 2px 5px #dbdbdb; /* Firefox */  
	-webkit-box-shadow: 2px 2px 5px #dbdbdb; /* Safari, Chrome */  
	box-shadow: 2px 2px 5px #dbdbdb;

	border-top: #eee 2px solid;
	border-left: #eee 2px solid;
	border-right: #bbb 2px solid;
	border-bottom: #bbb 2px solid;


}
#sponsortop .sponsor:hover {
	-moz-box-shadow: 2px 2px 5px #aaa; /* Firefox */  
	-webkit-box-shadow: 2px 2px 5px #aaa; /* Safari, Chrome */  
	box-shadow: 2px 2px 5px #aaa;
}
#sponsorbottom {
	/*	margin-top:10px;
	margin-left: 0px;

	clear:both;*/
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
	align-items: baseline;
	justify-content: center;
}
#sponsorbottom .sponsor {
	margin: 0;
}
/*#footer, #footer a { color:#CCCCCC }
#menu_container, #sidebarmenu li {
    font-size: 1.1em;
}
div.textblockBottom {
    border-bottom: 1px solid #ccc;
}*/
#content P, #content li { font-size: 16.5px; line-height: 27px; }

.textblok_container:nth-child(4n-3) {background-color: #e9e9e9;}

@media only screen and (max-width: 900px) {
	#sponsortop, #sponsorbottom, #sponsorbottom .sponsor {
		width: auto!important;
	}
	
}

@media only screen and (max-width: 480px) {
	
	.sponsor  {
		float: none;
		display: block;
	}
	
}