/* jura-regular - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/jura-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/jura-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/jura-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/jura-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/jura-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/jura-v22-latin-regular.svg#Jura') format('svg'); /* Legacy iOS */
}
/* jura-500 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/jura-v22-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/jura-v22-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/jura-v22-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/jura-v22-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/jura-v22-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/jura-v22-latin-500.svg#Jura') format('svg'); /* Legacy iOS */
}
/* jura-700 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/jura-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/jura-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/jura-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/jura-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/jura-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/jura-v22-latin-700.svg#Jura') format('svg'); /* Legacy iOS */
}

body {
	background-color: #FFFFFF;
	margin:5px;
	font-family: Jura; 
	font-weight: 400; 
	font-size: 20px; 
}

h1 {
	font-family: Jura; 
	font-weight: bold; 
	font-size: 36px; 
}

h2 {
	font-family: Jura; 
	font-weight: bold; 
	font-size: 24px; 
}

a:link {
	color:#525152;
 	text-decoration: none;
}

a:visited {
	color:#525152;
 	text-decoration: none;
}



/* Bildschirm Auflösung */

@media only screen and (min-width:600px) {
	div.mobil {
		display:none; 
	}
}


@media only screen and (max-width:599px) {
	div.desktop {
		display:none;
	}
}
