@import url(https://fonts.googleapis.com/css?family=Amiri:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/* farbe1: #0098b0  */
/* RESET ------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, fuss, kopf, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older bzeilesers */
article, aside, details, figcaption, figure, fuss, kopf, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 100.01%;
	height: 100.1%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div {
	position: relative;
	min-width: 0;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
/* Ende RESET ---------------------------------- */


html {
	height: 101%;
}
body {
	font-family: 'Roboto', 'Arial', 'Verdana', Helvetica, sans-serif;
	font-size:101.1%;
	font-weight: 400;
	color:#000;
	background-color:#fff;
	margin: 0;
	padding: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0098b0+0,ffffff+34,ffffff+58,0098b0+100 */
background: #0098b0; /* Old browsers */
	background: -moz-linear-gradient(top, #0098b0 0%, #ffffff 34%, #ffffff 58%, #0098b0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0098b0 0%, #ffffff 34%, #ffffff 58%, #0098b0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0098b0 0%, #ffffff 34%, #ffffff 58%, #0098b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098b0', endColorstr='#0098b0', GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
	background-attachment:fixed;
	text-align: left;
}
/* Layout -------------------------------------- */
#wrapper {
	position: relative;
	width: 61%;
	min-width: 780px;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 80px;
	margin-top: 30px;
	background-color: #fff;
	border: 1px solid #0098b0;
}
#header {
	position: relative;
	width: 92%;
	padding: 4%;
	background-color: #fff;
	border: 0px solid red;
}
#header img#unesco {
	float:left;
	width: 30%;
	max-width: 210px;
	height: auto;
}
#header img#clock {
	float: right;
	width: 40%;
	max-width: 500px;
	height: auto;
}
#slogan {
	width: 92%;
	padding: 4%;
	padding-top: 0;
	padding-bottom: 0;
	color: #ff;
	background-color: #0098b0;
	border: 0px solid red;
}
#slogan p {
	font-size: 14px;
	font-size: 0.9em;
	line-height: 40px;
	height: 40px;
	color: #fff;
	text-align: right;
}
#slogan p a {
	color: #fff;
}
#content {
	position: relative;
	background-color: #fff;
	width: 75%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	border: 0px solid red;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#content img {
width: 100%;
height: auto;
border: 1px solid #efefef;
}
.contentbox {
	margin-top: 30px;
	margin-bottom: 50px;
}
#footer {
	position: relative;
	background-color: #0098b0;
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
	color: #fff;
	border: 0px solid red;
}
.col1-2 {
	position: relative;
	width: 48%;
	float: left;
	border: 0px solid red;
}
.col2-2 {
	position: relative;
	width: 48%;
	float: right;
	border: 0px solid red;
}
/* Textformatierungen -------------------- */
#slogan h1 {
	font-family: 'Amiri', 'Georgia', 'Times News Roman', 'Times', Serif;
	font-size: 20px;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
#content h1 {
	font-family: 'Amiri', 'Georgia', 'Times News Roman', 'Times', Serif;
	font-size: 30px;
	font-size: 2.0em;
	font-weight: 400;
	line-height: 130%;
	margin-top: 40px;
	margin-bottom: 0px;
}
#content h1:first-child {
	margin-top: 0;
}
#content h2 {
	font-size: 26px;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 150%;
	margin-top: 1.8em;
	margin-bottom: 0.7em;
}
#content h2:first-child {
	margin-top: 0;
}
#content h3 {
	font-size: 16px;
	font-size: 1.0em;
	font-weight: 700;
	line-height: 150%;
	margin-top: 1.8em;
	margin-bottom: 0.8em;
}
#content p {
	font-size: 20px;
	font-size: 0.9em;
	line-height:180%;
	margin-bottom: 0.8em;
	text-align: left;
}
#content .contentbox p:nth-child(odd) {
margin-left: 0%;
margin-right: 10%;
margin-bottom: 2.0em;
}
#content .contentbox p:nth-child(even) {
margin-left: 8%;
margin-right: 0%;
margin-bottom: 2.0em;
}
#content p.tklein {
	font-size: 10px;
	font-size: 0.7em;
}
#content a {
	color: #0098b0;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	color: #000;
	text-decoration: none;
}
#content a:visited {
	color: #0098b0;
	text-decoration: underline;
}
a.noborder {
	border: 0;
}
#content ul {
	list-style-type: square;
	padding-left: 17px;
	margin-bottom: 0.85em;
}
#content li {
	font-size: 18px;
	font-size: 1.0em;
	line-height:160%;
	margin-bottom: 0.80em;
}
a.telresp {
	color: #fff;
	text-decoration: none;
}
a.telmobil {
	display: none;
}
p.trigger {
	cursor: pointer;
}
/* Sonderformate ------------------------- */
#content a.bigger {
position: relative;
}

#content a.bigger:after {
position: absolute;
	font-family: 'FontAwesome';
	right: 7px;
	bottom: 10px;
	content: "\f00e";
	color: #fff;
	font-size: 18px;
	font-size: 1.2em;
	font-weight: 300;

}
/* Fussbereich ------------- */

#footer p {
	font-size: 10px;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
}
#footer p.navi {
	text-align: right;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Kennzeichnung externer Links */
.exlink {
	position: relative;
	top: 0px;
	left: 0px;
}
a.exlink span {
	display: none;
}
a:hover.exlink span {
	display: block;
	position: absolute;
	top: -50px;
	left: 0;
	margin: 0px;
	background-color: #000;
	padding: 5px;
	border: 1px solid #000;
	color: #fff;
	font-weight:normal;
	text-decoration: none;
	z-index: 100;
}
a:hover.exlink {
	color: #000000;
	font-weight:normal;
	text-decoration: none;
	z-index: 1200;
}
/* Ende exlink */


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

@media only screen and (max-width: 970px) {

/* Layout -------------------------------------- */
#wrapper {
 position: relative;
 width: 92%;
 min-width: inherit;
 max-width: inherit;
 margin: 0 auto;
 margin-bottom: 40px;
 margin-top: 20px;
}
#header {
 position: relative;
 width: 94%;
  text-align: center;
 padding-left: 3%;
 padding-right: 3%;
}
#header img#unesco {
 float:none;
 width: 100%;
 max-width: 210px;
 margin-bottom: 20px;
 text-align: center;
 height: auto;
}
#header img#clock {
 float: none;
 width: 100%;
  text-align: center;
 max-width: 500px;
 height: auto;
}
#slogan {
 width: 94%;
 padding-left: 3%;
 padding-right: 3%;
 padding-bottom: 8px;
 padding-top: 8px;
}
#slogan p {
line-height: inherit;
height: inherit;
color: #fff;
text-align: left;
}
#content {
 position: relative;
 background-color: #fff;
 width: 94%;
 padding-left: 3%;
 padding-right: 3%;
 margin: 0 auto;
 padding-top: 30px;
 padding-bottom: 30px;
}
.contentbox {
margin-top: 30px;
margin-bottom: 30px;
}
#content .contentbox p:nth-child(odd) {
margin-left: 0%;
margin-right: 0%;
margin-bottom: 2.0em;
}
#content .contentbox p:nth-child(even) {
margin-left: 0%;
margin-right: 0%;
margin-bottom: 2.0em;
}
#footer {
 position: relative;
 background-color: #0098b0;
 width: 94%;
 padding-left: 3%;
 padding-right: 3%;
 color: #fff;
 border: 0px solid red;
}
.col1-2 {
 position: relative;
 width: 100%;
 float: none;
}
.col2-2 {
 position: relative;
 width: 100%;
 float: none;
}
#footer p {
text-align: left;
}


}
