/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%;}


/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

#logo_content{
margin-left:8%;
margin-right:8%;
}

#logo_content img{
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
margin:4px;
width:120px;
height:120px;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}

table.sortable tbody tr td, table.sortable thead tr th{

border: 1px solid #eb6a33;

}

div#slides{
margin-left:8px;
}

table.sortable thead{
	background-color:#DBDBDB;
}

table.sortable{
width:100%;
margin-top:30px;
border-collapse: collapse;
font-size:16px;
line-height:1.6em;
}

    table.sortable tbody tr:nth-child(even) {
      background-color: #ff9215;
    }
     
    table.sortable tbody tr:nth-child(odd) {
      background-color: #ffffff;
    }

div#logo_content a{
	border-style:none;
}

div#logo_content h4, div#Schirmherren_foerderer.hentry a h4,div#Kuratorium_foerderer.hentry a h4{
	margin-top:30px;
}

.container {
padding-left: 20px;
padding-right: 20px;
}

.row {
width: 100%;
max-width: 1140px;
min-width: 735px;
margin: 0 auto;
overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol {
margin-right: 1%;
float: left;
min-height: 1px;
}

.row .onecol {
width: 9.1%;
}

.row .twocol {
width: 19.2%;
}

.headerlogo {
width: 261%;
}

.row .threecol {
width: 29.3%;
}

.row .fourcol {
width: 39%;
}

.row .fivecol {
width: 49.5%;
}

.row .sixcol {
width: 59.6%;
}

.row .sevencol {
width: 69.7%;
}

.row .eightcol {
width: 79.8%;
}

.row .ninecol {
width: 89.9%;
}

.row .tencol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
float: right !important;
}

img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}


/* Smaller screens */

@media only screen and (max-width: 1023px) {

	body {
	font-size: 0.8em;
	line-height: 1.5em;
	}

/*	.row, body, .container {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	}

	.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol {
		margin-right: 1.1%;
		float: left;
		min-height: 1px;
	}
	
	.last {
		margin-right: 0%;
	}*/
	
	}


/* Mobile */

@media handheld, only screen and (max-width: 480px) {

	body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
	}
	
	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}

	.last {
	margin-right: 0px;
	float: none !important;
	}

}