.menuToggle div {
	width: 35px;
	height: 4px;
	background-color:
	white;
	margin: 7px 0;
	border-radius: 5px;
}
h1.nostrip,
.nostrip h1{
	border-right: none;
}

#locations p{
	color:#808080;
}

span.company{
	display: none;
}

#footer .company{
	display: none;
}


@media (max-width: 991px) {


	#footer .inside{
		padding-left: 4%;
		padding-right: 4%;
	}


	#logo{
		display: none;
	}
	#header{
		height: 70px;
	}
	#header svg.menu{
		opacity: 1;
		top: 10px;
		right: 20px;
		height: 50px;
		width: 50px;
		left: inherit;
	}

	span.company{
		display: block;
		position: absolute;
		right: 75px;
		font-size: 18px;
		top: 10px;
		line-height: 50px;		
	}

	#header svg .cls-1{
		fill: white !important;
	}

	.menuToggle{
		left: 20px;
		top: 15px;
		position: absolute;
	}

	.artikelNav,
	.custom{
		display: none;
	}
	#main .inside > * {
	    padding-left: 5%;
	    padding-right: 5%;
	}	

	.twoofthree{
		width: 100%;
	}

	.mobile_menu .inner{
		background: #003a78;
	}


	.mobile_menu ul {
	    display: flex;
	    flex-direction: column;
	}

	.mobile_menu a{
		color: #fff;
	}

	.mobile_menu svg{
		width: 50px;
		margin-left: 30px;
		margin-top: 10px;
	}

	#mainNav {
	    margin-left: 30px;
	}

	#mainNav li{
		margin-right: 0;
	}
}

@media (max-width: 530px) {

	#botNav{
		flex-direction: column;
		padding-top: 70px;
	}
	#botNav span{
		text-align: center;
	}
	#botNav ul{
		margin:0 auto 20px;
	}


	h1{
		font-size: 36px;
	}
	h2.first{
		font-size: 26px;
	}

	.twoCol {
    	columns: 1;
	}
}