.footer {
	font-family: 'Frutiger LT Com 45';
  font-weight: 300;
  font-style: normal;
	font-size: 16px;
  background: #fff;
  color: #000;
  padding-bottom: 50px;
}

.footer div.service {
	padding-top: 80px;
	position: relative;
}

.footer div.service .tbl {
	max-width: 1500px;
	margin: 0 auto;
}

.footer div.copyright {
	max-width: 33%;
	font-size: 12px;
  padding-left: 50px;
  float:left;
}
.footer div.sponsorright {
	max-width: 67%;
  font-size: 12px;
  line-height: 1.2em;
  font-style: italic;
  padding-right: 220px;
  float:right;
  text-align: right;
  position: relative;
  
}
.footer div.sponsorright:after {
  content:'';
  position: absolute;
  top:0;
  right: 50px;
  display: block;
  content: ' ';
  background-image: url(../Images/Frontend/Logo_DOVOBA.png);
  background-size: 150px 30px;
  background-repeat: no-repeat;
  height: 30px;
  width: 150px;
  transition: all 0.3s;
  cursor: pointer;
  
}

.footer div.service .ctype-textmedia .container .ce-textpic .ce-bodytext h3,
.footer div.service .ctype-menu_pages .container header h3 {
	font-weight: 300;
    position: relative;
    padding: 0;
}
.footer div.service .ctype-menu_pages .container header h3:after{
     content: '';
    display: block;
    height: 1px;
    background:#E4E6E4;
    width:230px;
    margin: 0 auto ;  
    position: absolute;
    bottom:-5px;
}


.footer div.service .ctype-textmedia .container .ce-textpic .ce-bodytext h3:after,
.footer div.service .ctype-menu_pages .container header h3:after {
	  content: '';
    display: block;
    height: 1px;
    background:#E4E6E4;
    width:100%;
    margin: 0 auto ;  
    position: absolute;
    bottom:-5px;
}


.tcell.sitemap li {
    padding-bottom: 10px;
    list-style: none;
    font-weight: normal;
}

.tcell.sitemap a {
    font-weight: normal;
}

.tcell.sitemap h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    font-weight: 300;
    margin-bottom: 33px;
    padding: 0;
}

.tcell.sitemap h3:after {
    content: '';
    display: block;
    height: 1px;
    background: #E4E6E4;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: -5px;
}

.footer .cele {overflow: visible;}

.tcell.sitemap .uppersite {padding-bottom: 20px;}


/*+++++++++++++++++*/

.footer .tbl .container {
	padding: 0;
}

.footer .tbl .container .ce-bodytext {
	padding: 0;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
}
.footer ul li {padding-bottom: 10px;}

.footer .service .tbl {
	overflow: hidden;
}

.footer .service .tbl:after {
	content: '';
	display: block;
	width: 1500px;
	height: 1px;
	background: #E3E4E6;
	margin: 20px auto;
}

.footer ul li:nth-child(4):after,
.footer ul li:last-of-type:after {
	display: block;
	content: 'block';
	visibility: hidden;
}

.footer a {
    font-weight: bold;
    color:#000;
}
.footer ul li a{
	color: #000;
    font-weight: normal;
}

.footer .service .tbl .tcell {
	border-right: 1px solid #E3E4E6;
	padding: 0 50px;
}

.footer .service .tbl .tcell:last-of-type {
	border: none;
}

#footerlink {
    padding-bottom: 32px;
}

#footerlink a {
    font-weight: bold;
}

/* Stifter werden */

.ctype-container.layout-4 {
	overflow: visible;
  background-color: #161A1D;
}

.ctype-container.layout-4 .ce-textpic.ce-right.ce-intext .ce-gallery {
    width: 40%;
		position: relative;
		margin: 0;
}

.ctype-container.layout-4 .ce-textpic.ce-right.ce-intext .ce-gallery .ce-column {
	padding: 0;
}

.ctype-container.layout-4:before {
	position: absolute;
	content: '';
  display: block;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 999;
  background: #161A1D;
  transform: skewY(-2deg) translate3d(0,0,0);
  -ms-transform: skewY(-2deg) translate3d(0,0,0);
  transform-origin: left bottom;
}

.ctype-container.layout-4:after {
	position: absolute;
	content: '';
  display: block;
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	z-index: 999;
  background: #161A1D;
  transform: skewY(-2deg) translate3d(0,0,0);
  -ms-transform: skewY(-2deg) translate3d(0,0,0);
  transform-origin: right bottom;
}