/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.mod_eventlist_v2 .date {
    font-weight: normal;
    font-size: 1rem;
    color: #004a81;
}

.mod_eventlist_v2 .time {
    text-align: left;
}

.mod_eventlist_v2 .title {
    border-right: 2px solid rgb(204,213,218);
}

.newsteaser_v2 h6 a {
	font-size: 1.2rem;
}

#wrapper li a {
  color: #243588;
}

.newslist-v2 h4 {
  padding-right: 0;
}

form span.mandatory {
	display: inline;
}

.ce_iconbox .ce_iconbox_outside.padding .content {
	opacity: 1;
}



h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}



.subnav a.active {
  background: #ffe400;
}



#main .ce_text a {
	text-decoration: underline;
}



ul li::marker {
  color: #243588;
  font-size: 1.2rem;
}

.subnav ul ul a {
	background: #fcfae6;
}

.subnav ul ul a {
	padding-left: 50px;
}

.subnav ul ul ul a {
	padding-left: 60px;
}

.subnav ul ul ul a {
	background: #faf5b4;
}

.subnav ul ul ul a.active {
	background: #ffe400;
}

.subnav a:hover {
	background: #cbd2f7;
}