@media (min-width: 1000px) { 
.mobiledisplay
	{
	display: none !important;
	}
	
.desktopdisplay
	{
	display: inline !important;
	}
}

@media (max-width: 1000px) { 
	body {
		
	}
	
	.header {
		position: fixed;
		text-align: left;
		height: 100px;
		display: table;
	}
	
	.logo {
		padding: 10px;
	}
	
	.options {
		float: right;
	}
	
	.navigation {
		clear: both;
		display: block;
		float: none;
		padding-left: 0px;
		text-align: center;
	}
	
	.navigation li {
		display: block;
	}
	
	.center {
		width: auto;
	}
	
	.header-image
		{
		display: none;
		}
	
	.col-1, .col-2 {
		clear: both;
		float: none;
		display: block;
		width: 100%;
	}
	
	.col-2 {
		margin-top:60px;
	}
	
	.col-2 .news, .leftshadow, .col-2 .news, .col-2 .tx-cal-controller {
		position: static;
		left: 0px;
		border: 1px solid #ccc;
		box-shadow: none;
	} 
	.map{
	/* )background-image: url(../../esm_content/contry_reports/europ_map_farbe.png); */
	width: 100%;
	display: block;
	margin-left: 0px;
	bottom: 0px;
}

img {
		max-width: 100%!important;
		height: auto;
	}
	
}

@media (max-width: 600px) { 

.map{
	/* )background-image: url(../../esm_content/contry_reports/europ_map_farbe.png); */
	width: 100%;
	display: block;
	margin-left: 0px;
	bottom: 0px;
}

.block-content {
width: 90%;
	clear: both;
	background-color: #fff;
	padding: 5% 5% 5% 5%;
	display: block;
}
.center {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
	
	img {
		max-width: 100%!important;
		height: auto;
	}
	
	.csc-textpic-intext-right-nowrap .csc-textpic-text { margin-right: 0!important; }
.csc-textpic-intext-left-nowrap .csc-textpic-text { margin-left: 0!important; }
.csc-textpic-intext-right-nowrap-460 .csc-textpic-text { margin-right: 0!important;  }
.csc-textpic-intext-left-nowrap-460 .csc-textpic-text { margin-left: 0!important;  }
	
	.csc-textpic-text
	{
	width: 100% !important;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	}
	
	
	.header {
		text-align: center;
	}
	
	.logo {
		width:60%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		float: none;
	}
	
	.footernavigation
	{
	float: right;
	color: #fff;
	}
	
	.footernavigation ul li 
		{
		list-style: none;
		float: left;
		color: #fff;
		padding-right: 30px;
		font-size: 12px;
		}
		
	.footernavigation ul li a
		{
		color: #fff;
		font-size: 12px;
		}

	
	.navarrow
		{
		display: none;
		}
	
	.header-image
		{
		display: none;
		}
		
	.col-4 {
		width:45% !important;
	}
	
	.col-1-3 {
	display: inline-block;
	width:100%;
	float: left;
	padding-right: 5%;
	text-align: center !important;
	}
	
	.col-1-3 img, .col-2-3 img, .col-3-3 img
	{
	text-align: center !important;
	}

	.col-2-3 {
		display: inline-block;
		width:100%;
		float: left;
		padding-right: 5%;
		text-align: center !important;
	}

	.col-3-3 {
		display: inline-block;
		width:100%;
		float: left;
		text-align: center !important;
	}	
	
.col-1-5 .align-center, .col-2-5 .align-center,.col-3-5 .align-center,.col-4-5 .align-center,.col-5-5 .align-center
		{
		text-align: center !important;
		}
		
.col-1-5 {
	display: inline-block;
	width:100%;
	float: left;
	padding-right: 5%;
	text-align: center !important;
}

.col-2-5 {
	display: inline-block;
	width:100%;
	float: left;
	padding-right: 5%;
	text-align: center !important;
}


.col-3-5 {
	display: inline-block;
	width:100%;
	float: left;
	padding-right: 5%;
	text-align: center !important;
}

.col-4-5 {
	display: inline-block;
	width:100%;
	float: left;
	padding-right: 5%;
	text-align: center !important;
}

.col-5-5 {
	display: inline-block;
	width:100%;
	float: left;
	text-align: center !important;
}


h1 {
font-weight: lighter;
text-transform: uppercase;
font-style: italic;
color: #6da6d1;
font-size: 23px;
text-align: left;
background: #fff;
}

h2 {

text-align: left;
}

h1 span
	{
	padding-left: 0px;
	padding-right: 10px;
	}

}