@media only screen and (max-width: 1024px){ 
	header {
		position: relative;		
	}
	
	#mobile-menu-click {
		display: inline-block;	
		width: 27px;
		height: 27px;
		cursor: pointer;
		
		background-image: url('menu48.png');
		background-repeat: no-repeat;
		background-position: center;
		
		position: absolute;
		top: 20px;
		left: 2%;
	}
	#back-click {
		cursor: pointer;		
	}
	
	header .header-content {
		width: 100%;	
		text-align: center;		
	}
	.logo {
		margin: 0;
		float: none;		
	}
	
	ul#main_nav {		
		position: absolute;
		top: 0;
		left: 0;
		width: 290px;
		height: auto;
		background-color: #5a5a5a;	
		text-align: left;		
		box-sizing: border-box;
		display: none;
		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#686868+0,858585+100,858585+100,2989d8+100 */
		background: #686868; /* Old browsers */
		background: -moz-linear-gradient(left,  #686868 0%, #858585 100%, #858585 100%, #2989d8 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #686868 0%,#858585 100%,#858585 100%,#2989d8 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #686868 0%,#858585 100%,#858585 100%,#2989d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#2989d8',GradientType=1 ); /* IE6-9 */

		
	}
	ul#main_nav li {
		padding: 0;
		width: 100%;
		border-top: solid 1px #ffffff;
		font-family: "montserregular",sans-serif;
		margin-top: -1px;
	}	
	
	ul#main_nav li a {
		display: block;
		margin: 20px 0;
		padding: 0 0 0 40px;
		
	}
	ul#main_nav li.back_link {
		display: block;	
	}	
	ul#main_nav li.back_link a {
		display: block;
		margin: 20px 0;
		padding: 0 0 0 10px;		
	}
	
	ul.navigation_level2,
	ul#main_nav li:hover ul.navigation_level2 {
		display: none;	
		position: static;	
		background-color: #ffffff;			
		
	}
	ul#main_nav li.active ul.navigation_level2 {
		display: block;
		
	}
	
	ul#main_nav li ul.navigation_level2 li {
		padding: 0;	
		border-top: solid 1px #707070;
		width: 100%;
	}		
	ul#main_nav li ul.navigation_level2 li a {
		color: #707070;
		display: block;
		margin: 20px 0;
		padding: 0 0 0 60px;		
	}
	#cse-search-box {
		display: none;
		position: absolute;
		top: 0;		
		left: 70px;
	}
	.searchField {
		margin: 23px 0 0;		
	}
	.searchButton {
		margin: 23px 10px 0;			
	}
	
	#mobile-search-click {
		display: inline-block;	
		width: 27px;
		height: 27px;
		cursor: pointer;
		
		background-image: url('search.png');
		background-repeat: no-repeat;
		background-position: center;
		
		position: absolute;
		top: 20px;
		right: 2%;
	}
	
	div#header-image {
		height: 300px;
	}
	
	
	
	body.home #content,
	body.page #content	{
		width: 96%;
	}			
	body.home .page-content {		
		margin: 0 2% 30px 0;	
		padding: 15px 10px 12px;		
		width: 49%;
	}
	
	body.page .page-content.shown {
		padding: 45px 2% 12px;
		width: 100%;		
	}
	
	div.homelinks div.homelinks_teaser {
		padding: 15px 0 10px;		
	}
	.page-content h1 {
		padding-bottom: 10px;		
	}
	.page-content p {
		padding-top: 0;
		margin: 10px 0;
		padding-bottom: 16px;
	}
	
	div.homelinks {
		width: 49%;
	}
	div.homelinks div.link a.linkhref {
		width: calc(100% - 73px);		
	}	
	div.homelinks div.homelinks_teaser .button {
		height: 30px;
		line-height: 30px;		
	}
	
	div.tripleblock {
		width: 100%;		
	}
	div.tripleblock div.item1 img,
	div.tripleblock div.item2 img,
	div.tripleblock div.item3 img {		
		/* width: 100%; */
	}
	div.textarea {
		width: 96%;
		padding: 0 2%;		
	}
	div.video iframe {
		width: 100%;
	}
	div.image img {
		width: 100%;
	}
	div.blogList {
		padding: 0;		
	}
	.listitem {
		width: 100%;		
	}
	.listitem .listitem_title:hover {
		color: #337cbb;
	}
	
	
	
	footer .footer-content {
		width: 96%;		
		margin: 0 2%;
	}	
}

@media only screen and (max-width: 720px){ 
	div.contact {
		padding: 0;		
	}

}

@media only screen and (max-width: 640px){ 		
	.desktop-only {
		display: none;		
	}
	header {	
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#797979+0,858585+100,858585+100,676767+100 */
		background: #797979; /* Old browsers */
		background: -moz-linear-gradient(top,  #797979 0%, #858585 100%, #858585 100%, #676767 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #797979 0%,#858585 100%,#858585 100%,#676767 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #797979 0%,#858585 100%,#858585 100%,#676767 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#676767',GradientType=0 ); /* IE6-9 */		
	}
	div#header-image {
		height: 150px;
		margin-top: 0;	
	}
	
	body.page #content {
		width: 100%;
		padding: 10px 0;	
	}
	body.home #content {
		width: 100%;
		padding: 0;		
	}
	body.home .page-content {
		margin: 0 0 20px;
		padding: 25px 2%;
		width: 100%;
	}
	
	body.page .page-content.shown {
		padding: 25px 2% 12px;
		width: 100%;		
	}
	
	div.homelinks {
		width: 96%;	
		margin: 0 2% 20px;		
	}
	
	div.homelinks div.homelinks_teaser {
		padding: 25px;		
		height: auto;
	}
	
	.modules-content {
		width: 96%;
		margin: 0 2% 20px;		
	}
	
	div.tripleblock {
		margin: 20px 0 20px 0;
		
	}
	
	div.tripleblock h2 {
		font-size: 30px;
		word-wrap: break-word;		
	}
	
	div.tripleblock div.item1, 
	div.tripleblock div.item2, 
	div.tripleblock div.item3 {
		width: 100%;
		padding: 30px 0 0;
		
	}
	div.tripleblock img {
		width: auto;		
	}
	div.tripleblock div.item1 p, 
	div.tripleblock div.item2 p,
	div.tripleblock div.item3 p {
		margin: 0;		
	}
	
	
	
	.listitem {
		margin: 0 2% 8px;
		width: 96%;
		padding: 10px 2%;
	}
	
	.list-title {		
		font-size: 50px;
		line-height: 40px;
		margin: 0 2% 8px;
		padding: 18px 2%;
		width: auto;
	}
	
	.listitem .listitem_content {
		display: inline-block;
		width: 100%;
	}
	.listitem .listitem_title,
	.listitem .listitem_author,
	.listitem .listitem_lead,
	.listitem .listitem_text {
		width: calc(100% - 50px);
	}
	.listitem .listitem_text img {
		width: 100%;		
	}
	
	div.contact form fieldset {
		width: 90%;		
	}
	
	
	footer {
		height: auto;		
	}
	footer .footer-content .footernav,
	footer .footer-content .copyright {
		float: none;
		text-align: center;
		width: 100%;
	}
	footer .footer-content .copyright {
		font-size: 14px;
		line-height: 18px;
		margin: 5px 0;
		display: inline-block;
	}
	
}