#mainfooter
{
	float:left;
	font-size:16px;
	line-height:22px;
	padding:0 0 150px;
	width:100%;
}

#mainfooter h3
{
	color:#1C0357;
	font-size:18px;
	line-height:28px;
}

#mainfooter .topfooter
{
	background:#fff;
	float:left;
	padding:40px 10px;
	width:100%;
}

#mainfooter .topfooter .row
{
	display:flex;
	justify-content:space-between;
	position:relative;
}

#mainfooter .topfooter .row.first
{
	margin:0 0 30px;
	padding:0 0 30px;
}

#mainfooter .topfooter .row.first:before
{
	background:#707070;
	bottom:0;
	content:'';
	height:1px;
	left:-20px;
	position:absolute;
	width:calc(100% + 40px);
}

#mainfooter .topfooter .row .kununuwrapper
{
	margin:0 20px 0 0;
	width:230px;
}

#mainfooter .topfooter .row #kununutopcompany
{
	margin:0 20px 0 0;
	min-width:137px;
	max-width:137px;
}

#mainfooter .topfooter .row .footerstellen
{
	margin:0 20px 0 0;
}

#mainfooter .topfooter .row .footerlanguagewrapper #footerlanguagemenu
{
	display:flex;
	flex-wrap:wrap;
	float:left;
	margin:0 0 20px 0;
	width:100%;
}

#mainfooter .topfooter .row .footerlanguagewrapper #footerlanguagemenu .disabled
{
	display:none;
}

#mainfooter .topfooter .row .footerlanguagewrapper #footerlanguagemenu img
{
	margin:0 15px 0 0;
	max-width:50px;
}

#mainfooter .topfooter .row .footerlanguagewrapper #footerlanguagemenu img:last-child
{
	margin-right:0;
}

#mainfooter .topfooter .row .footerlanguagewrapper #footerlanguagemenu .language
{
	display:none;
}

#mainfooter .topfooter .row .footerlanguagewrapper .footerlanguagemenutext
{
	font-size:14px;
	line-height:20px;
}

#mainfooter .topfooter .row .column
{
	margin:0 20px 0 0;
	width:calc(100% / 4 - 60px / 4);
}

#mainfooter .topfooter .row .column:last-child
{
	margin-right:0;
}

#mainfooter .topfooter .row .column p:last-child
{
	margin-bottom:0;
}

#mainfooter .bottomfooter
{
	float:left;
	margin:20px 0;
	width:100%;
}

#mainfooter .bottomfooter #footermenu
{
	display:flex;
	float:left;
	justify-content:center;
	width:100%;
}

#mainfooter .bottomfooter #footermenu div
{
	margin:0 20px 0 0;
}

#mainfooter .bottomfooter #footermenu div.last
{
	margin-right:0;
}

#mainfooter .bottomfooter #footermenu div a
{
	color:#454F63;
	text-decoration:none;
}


@media (max-width:1200px)
{
	#mainfooter .topfooter
	{
		padding:30px 0;
	}
	
	#mainfooter .topfooter .row.first:before
	{
		left:0;
		width:100%;
	}
}

@media (min-width:768px) and (max-width:1023px)
{
	#mainfooter .topfooter
	{
		margin:0 -20px;
		padding:20px 0;
		width:calc(100% + 40px);
	}
	
	#mainfooter .topfooter .row
	{
		flex-wrap:wrap;
	}
	
	#mainfooter .topfooter .row .kununuwrapper
	{
		margin-bottom:20px;
	}
	
	#mainfooter .topfooter .row #kununutopcompany
	{
        margin:0 0 20px;
        min-width:auto;
        max-width:none;
        width:100%;
	}
	
	#mainfooter .topfooter .row #kununutopcompany img
	{
	    min-width:120px;
	    max-width:120px;
	}
	
	#mainfooter .topfooter .row .column
	{
		margin:0 20px 20px 0;
		width:calc(100% / 2 - 20px / 2);
	}
	
	#mainfooter .topfooter .row .column:nth-child(2)
	{
		margin-right:0;
	}
}

@media (max-width:767px)
{
	#mainfooter
	{
		font-size:14px;
		line-height:20px;
		padding:0 0 130px;
	}
	
	#mainfooter .topfooter
	{
		margin:0 -20px;
		padding:20px 0;
		width:calc(100% + 40px);
	}
	
	#mainfooter .topfooter .row
	{
		flex-wrap:wrap;
	}
	
	#mainfooter .topfooter .row .kununuwrapper
	{
		margin-bottom:20px;
		margin-right:0;
	}
	
	#mainfooter .topfooter .row #kununutopcompany
    {
        margin:0 0 20px;
        min-width:auto;
        max-width:none;
        width:100%;
    }
    
    #mainfooter .topfooter .row #kununutopcompany img
    {
        min-width:120px;
        max-width:120px;
    }
	
	#mainfooter .topfooter .row .footerstellen
	{
		margin-right:0;
	}
	
	#mainfooter .topfooter .row .column
	{
		margin:0 0 20px 0;
		width:100%;
	}
	
	#mainfooter .topfooter .row .column:last-child
	{
		margin-bottom:0;
	}
}