@media (max-width: 980px) {
div.sectionStart{
	display: block;
	width: 100%;
	min-height: 100vh;
	background: url(../gfx/topImg.jpg) top left no-repeat;
	clear: both;
}
div.section{
	display: block;
	width: 100%;
	min-height: 100vh;
	background: url(../gfx/bg.jpg) top left repeat-y;
	clear: both;
}
div.fullWidth{
	display:block;
	width: 90%;
	margin: 0px 5%;
}
}
@media (max-width: 780px) {
div.columnLeft{
	display:block;
	width: 90%;
	float: none;
	margin: 0px 5%;
}
div.columnRight{
	display:block;
	width: 90%;
	float: none;
	margin: 40px 5% 0px 5%;
}

}
@media (max-width: 600px) {
	h2{
		font-size:40px;
		margin-left: 0px
	}
	p.contentText{
	font-size: 15px;
	margin-left: 0px;
	}
	a.navTop, a.navBottom{
		display:none;
	}
a.logo_dark, a.logo_white{
	display:block;
	width: 90%;
	position: absolute;
	top:34px;
	left:5%;
	z-index: 1000;
	text-align: center;
}
	a.logo_dark img, a.logo_white img{
		display: block;
		max-width: 90%;
	}
a.buttonStart{
	display:block;
	width:90%;
	max-width: 400px;
	padding: 25px 0px;
	text-align: center;
	background-color: #ff8e24;
	margin-left: 5%;
	margin-top: 60px;
	font-size: 13px;
	color: #12242e;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0px 10px 10px rgba(117, 64, 8, 0.6);
	margin-bottom: 20px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
	div.section{
	display: block;
	width: 100%;
	min-height: 0px;
	background: url(../gfx/bg.jpg) top left repeat-y;
	clear: both;
}
div.sectionContent{
	display: block;
	width: 100%;
	min-height:0px;
	max-width:1300px;
	margin: auto;
	padding-top: 200px;
	position: relative;
	align-items: center;
}

}