/* nunito-sans-300 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/nunito-sans-v19-latin-300.woff2') format('woff2');
}

/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v19-latin-regular.woff2') format('woff2');
}

/* nunito-sans-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/nunito-sans-v19-latin-500.woff2') format('woff2');
}

/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-sans-v19-latin-600.woff2') format('woff2');
}

/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v19-latin-700.woff2') format('woff2');
}



body {
	font-family: 'Nunito Sans';
	font-size: 18px;
	line-height: 1.42857143;
	color: #1a171b;
}

p {
	font-size:1.0em;
	font-weight:200;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Nunito Sans';
	font-weight:300;
}

h1 {
	font-size:2.0em;
	line-height:1.25em;
	margin-top:40px;
}
h2 {
	font-size:1.8em;
	line-height: 1.25em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.3em;
	line-height:1.45em;
}
h5 {
	font-size:1.15em;
	font-weight:normal;
}
h6 {
	font-size:1.10em;
	font-weight:normal;
}

strong {
	font-weight:bold;
}

a, a:hover {
	color:#16588E;
}

/* Text-Farben */
.wd-color-black {
	color:#262626;
}

/* Hintergrund-Farben */
.wd-bg-white {
	background-color:#FFF;
}

.footer {
	font-weight:200;
	font-size:0.76em;
	line-height: 1.8em;
}
.footer strong {
	font-weight:400;
}
.footer a {
	color:#1a171b;
	text-decoration:none;
}
.footer a:hover,
.footer a:focus {
	color:#1a171b;
	text-decoration:underline;
}
