/* 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:0px;
	font-family: Jura; 
	font-weight: 400; 
	font-size: 16px; 
}

h1 {
	font-family: Jura; 
	font-weight: bold; 
	font-size: 24px; 
	color:#0f5394;
}

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

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

a:visited {
	color:#525152;
 	text-decoration: none;
}
      img {
      max-width:600px;
      height: auto;
}


/* Akkordion */

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  margin-top:4px;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 12px;
  font-size: 15px;
  font-align: left;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
