.container {
	padding: 0 1%;
}

main {
	margin-top: 120px;
}

header {
	width: 98%;
	height: 124px;
	left: 1%;	
}

header h1 img {
	height: 80px;
	margin-left: 0.5em;
}

nav {
	display: none;
	background-color: white;
}

header nav ul li {
	display: block;
	line-height: 30px;
	padding: 0;
	text-align: right;
}

.mobile_menu {
	display: inline-block;
	position: absolute;
	right: 1%;
	top: 40px;
}

.burger-container {
	display: inline-block;
	cursor: pointer;
	padding: 0 1em;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: var(--first-color);
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	transform: translate(0, 11px) rotate(-45deg);
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	transform: translate(0, -11px) rotate(45deg);
}

h2 {
	margin: 1em 0;
}

.text {
	padding: 1em 0.5em;
}

#consulting .einleitung div:last-child,
#focus .einleitung div:first-child {
	padding: 1em;
}

#consulting .einleitung div:last-child p,
#focus .einleitung div:first-child p {
	margin-bottom: 0;
}

#contact_sm {
	padding: 2em 0;
}

footer p:last-child {
	text-align: center; 
}

footer p span {
	display: inline-block;
	margin-left: 20px;
}


@media screen and (max-width: 600px) {
	header h1 img {
		height: 55px;
	}
	.mobile_menu {
		top: 28px;
	}
}
