//Tabelle
.tablepress td, .tablepress th{
	padding:3px 3px 0 3px !important;
	//padding:0 !important;
	line-height:17px !important;
}


.tablepress td,.tablepress th{
padding:3px 3px 1px 3px !important;
//padding:0 !important;
border:none;
background:0 0;
text-align:left;
float: none!important
line-height:17px !important;
color:#444444 !important;
}
.tablepress tbody td, .tablepress tfoot th{
line-height:17px !important;
}
.tablepress strong{
	//background-color:#cddaec;
	//display:block;
	//padding:3px 3px 1px 3px !important;
}
.scrollToTop{
	width:60px;
	height:60px;
	//display:block;
	background: url(assets/top.png) no-repeat;
	background-size:60px 60px;
	position: fixed;
	bottom:20px;
	right:20px;
}
.block{
	float:left;
	width:100%;
}
.blockleft{
	width:100%;
	float:left;
}
.blockright{
	width:100%;
	float:left;
}
@media screen and (min-width: 530px) {
	.blockleft{
		width:48%;
		padding-right:4%;
	}
	.blockright{
		width:48%;
	}
}

.widget_nav_menu#nav_menu-3 ul li, .widget_nav_menu#nav_menu-4 ul li{
    list-style-type:disc;
    margin-left: 17px;
    padding-bottom: 4px;
    a{
        font-size: 13px !important;
        line-height: 13px !important;
    }
}
.hide-if-no-customize{
    display:none;
}
.encrypted-email{
    font-size:12px;
}

.tablepress .blau td{
    background-color: #ccdbec;
}
.tablepress .grau td{
    background-color: #cccccc;
}