/*
 * Created on 01.01.2023
 *
 *
 * Copyright by Marco Franke
 * 
 * View: Mobil
 */




footer .footer_left {
	padding: 30px 20px 30px 20px;
	text-align: center;
}

footer .footer_right {
	padding: 30px 20px 30px 20px;
	text-align: center;
}


/* Logo Style
-------------------------------------------------------------------*/


.logo_box {
	padding: 10px 0 8px 20px;
	text-align: center;
}


.logo_box a {
	text-decoration: none;
	}

.logo_box img {
	height: 50px;
	width: auto;
}


/* Mobil-Navi Styles
-------------------------------------------------------------------*/

#toggleNavMain {
	display:block;
	position: absolute;
	lef: 0;
	top: 0;
	padding: 10px;
	margin: 7px 2px 0 2px;
	cursor:pointer;
	}

#navMain {
	display: none;
	float: left;
	}

#navMain ul {
	text-align: center;
	padding: 0;
}

#navMain li {
	display: inline-block;
	width: 100%;
	text-align: center;
	list-style-type: none;
	font-size: 1.2rem;
	font-family: var(--headlineFont);
	font-weight: 500;
	letter-spacing: 3px;
}

#navMain li a {
	color: var(--standardTextColor);
	display: inline-block;
	width: 100%;
	padding: 12px 0 12px 0;
	border-bottom: 1px solid var(--lighterBackground);
	text-decoration: none;
	}

#navMain li a:focus {
	
	}


/* Typo Content 
-------------------------------------------------------------------*/
	

/* Box Style 
-------------------------------------------------------------------*/

.footer_case {
	border-top: 1px solid var(--baseGrey);
	background-color: var(--baseBackground);
	min-height: 150px;
}