
#footer{
	margin-top:64px;
}

#footer .footer-main
{
	display: block;
    margin: auto;
    max-width: 1920px;
	background-color:#496b6c;
}

#footer .footer-main .inside,
#footer .footer-bottom .inside
{
    display: block;
    margin: auto;
    max-width: 1280px;
}

#footer .footer-main #footer_logo
{
    margin-top: 46px;
    margin-bottom: 35px;
}

#footer .footer-main #footer_row1
{
	margin-bottom:18px;
}

#footer .footer-main h5
{
	margin:0;
	height:25px;
	margin-top:50px;
	font-size: 20px;
    color: #fff;
	text-transform:uppercase;
	font-weight:900;
}

#footer .footer-main h6
{
	color:#fff;
	font-weight:300;
	margin-top:0px;
	margin-bottom:8px;
	height: 44px;
    padding-top: 23px;
}
#footer .footer-main p
{
	color:#fff;
	color: #fff;
    font-size: 13px;
    font-weight: 500;
}

#footer .footer-main p.intend-30,
#footer .footer-main .mod_customnav li
 {
    margin-bottom: 4px;
    margin-left: 30px;
	position:relative
}

#footer .footer-main .mod_customnav li
{
	margin-left: 18px;
}
#footer .footer-main .mod_customnav li.active strong
{
	font-weight:300;
	color:#fff;
	font-family: "FoundrySterling-Medium", sans-serif;
}
#footer .footer-main .mod_customnav li a
{
	text-transform:none;
}


#footer .footer_top {
	padding-top:160px;
	text-align: center;
}

#footer .footer-top{
	clear:both;
	height:100px;
}

#footer .footer-bottom{
	display:block;
	clear:both;
	height:46px;
	background-color:#fff;
}

#footer .footer-bottom p
{
	height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    color: #496b6c;
	font-size:15px;
}

#footer .footer-main a,
#footer .footer-bottom a
{
	color:#fff;
}

#footer .lnk
{
	padding-left:12px;
	padding-right:12px;
}
#footer .lnk a
{
	color:#496b6c!important
}

#footer .footer-bottom a:hover
{
	color:#f3f3f3;
}


#footer .plogo li
{
	width:50%;
}

#footer .plogo li figure {
	margin: 0 5px 5px 0;
}





#footer .footer_bottom
{
	text-align:right;
	clear:both;
	position: relative;
    height: 77px;
}
#footer .footer_bottom ul
{
	position:absolute;
	right:0px;
}
#footer .footer_bottom ul li
{
	float:left;
	padding-right:35px;
}
#footer .footer_bottom ul li.item_impressum, 
#footer .footer_bottom ul li.item_datenschutz 
{
	padding-top:34px;
}

#footer .footer_bottom ul li.item_partner_2
{
	padding-top:6px;
}
#footer .footer_bottom ul li.item_partner_3
{
	padding-top:7px;
}


#footer_bottom,
#footer_bottom a {
    color: #000000;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
}

#footer .ce_toplink {
    background-color: rgb(0,150,54);
    bottom: 20px;
    height: 40px;
    position: fixed;
    right: 20px;
    -webkit-transition: transform 0.25s ease-in-out 0.1s;
	-moz-transition: transform 0.25s ease-in-out 0.1s;
	transition: transform 0.25s ease-in-out 0.1s;
    width: 40px;
    z-index: 9999;
}

#footer .ce_toplink > a {
    color: #fff;
    position: absolute;
    text-indent: -9999em;
}

#footer .ce_toplink > a::after {
    content: "?";
    font-size: 3.2rem;
	font-weight: normal;
    height: 40px;
    left: -1px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    -webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
    width: 40px;
}

#footer .ce_image.footer-logo {
    margin-top: 45px;
    margin-bottom: 60px;
}


/* --------------------------------------------------------------------------------
 * Responsive Design
 * ----------------------------------------------------------------------------- */

/* --- Large devices - Desktop // xxl
 * ---------------------------------------- */

@media only screen and (max-width: 1560px) {
	
}


/* --- Large devices - Desktop // xl
 * ---------------------------------------- */
 
@media only screen and (max-width: 1380px) {
	
	
}


/* --- Large devices - Desktop // lg
 * ---------------------------------------- */
 
@media only screen and (max-width: 1199px) {
	
	
}

/* --- Medium devices - Tablet // md
 * ---------------------------------------- */
 
@media only screen and (max-width: 991px) {
	
	.flex-container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}
	
	.flex-container > div
	{
		min-width:50%;
	}
	
	.flex-container .flex-r3. padding-bottom-m
	{
		margin-bottom:0px!important;
	}
}

/* --- Small devices - Phone // sm
 * ---------------------------------------- */
 
@media only screen and (max-width: 767px) {
	
}

/* --- Small devices - Phone // s
 * ---------------------------------------- */
 
@media only screen and (max-width: 639px) {


}


/* --- Extra small devices - Phone // xs
 * ---------------------------------------- */
 
@media only screen and (max-width: 544px) {
	
}