﻿@font-face {
	font-family: 'Barlow';
	src: url('/drv/extern/_skripte_css/fonts/Barlow-Regular.ttf')
		format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Barlow';
	src: url('/drv/extern/_skripte_css/fonts/Barlow-Bold.ttf')
		format('truetype');
	font-weight: bold;
	font-style: normal;
}

html {
	font-size: 10px;
}

body {
	font-family: "Barlow", "Noto Sans", sans-serif;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h2 {
	margin-top: 2rem;
	margin-bottom: 20px;
	line-height: 1.30769;
}

button {
	border: none;
	background-color: transparent;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 3vw;
}

.news-media {
	padding-top: 0.6rem;
}

.news-media img {
	height: auto;
	width: 220px;
	margin-bottom: 1rem;
}

@media ( min-width :90em) {
	.hide-for-large {
		display: none;
	}
	.show-for-medium-only {
		display: none;
	}
	#wrapperInner {
		max-width: 144em;
		margin-left: auto;
		margin-right: auto;
	}
	#header p {
		font-size: 3.5rem;
	}
	#content-header img {
		width: 100%;
	}
	p, li, #content-header {
		font-size: 1.8rem;
	}
	#content-header p {
		font-size: 2.1rem;
	}
	h1 {
		font-size: 4rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	#new-publications h2, #current-numbers h2, #fdz-rv h2 {
		font-size: 1.8rem;
	}
	.nav-service {
		justify-content: flex-end;
	}
	#mainNavigation a {
		font-size: 1.8rem;
	}
	#content {
		padding-bottom: 30px;
	}
	.sitemap {
		width: 60%;
	}
	.col3 li {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col2 li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.column.left {
		flex: 0 0 75%;
		max-width: 75%;
		padding-right: 6rem;
	}
	.column.right {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row li {
		margin-bottom: 4rem;
	}
	.card-row {
		margin-left: 0rem;
	}
	.card-row li {
		flex: 0 0 33.33333%;
		width: 33.33333%;
	}
}

@media ( max-width :90em) {
	.w3-container {
		padding: 0;
	}
	p, li {
		font-size: 1.6rem;
	}
	#header p {
		font-size: 2.8rem;
	}
	#content-header img {
		width: 80%;
	}
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2rem;
	}
	#new-publications h2, #current-numbers h2, #fdz-rv h2 {
		font-size: 1.8rem;
	}
	#mainNavigation a {
		font-size: 1.6rem;
	}
	#content {
		padding-bottom: 15px;
	}
	.column.left {
		width: 60%;
	}
	.col3 li, .col2 li {
		flex: 0 0 100%;
		max-width: 27rem;
	}
	.column.left {
		flex: 0 0 75%;
		max-width: 75%;
		padding-right: 4rem;
	}
	.column.right {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row li {
		margin-bottom: 2rem;
	}
	.card-row {
		margin-left: 0rem;
	}
	.card-row li {
		flex: 0 0 33.33333%;
	}
	.card, .card-description {
		max-width: 300px;
	}
}

@media ( min-width :54em) {
	.hide-for-large {
		display: none;
	}
	.show-for-medium-only {
		display: none;
	}
	#header {
		padding-left: 3%;
		padding-right: 3%;
	}
	.sticky-nav {
		right: 25px;
		bottom: 25px;
		left: auto;
	}
	.bubble2 {
		padding: 20px;
	}
	.bubble {
		padding: 18px 30px 24px;
	}
	.column.small {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.start-row>div:first-child {
		flex: 1 0 60%;
		max-width: 60%;
		margin-right: 5%;
	}
	.start-row>div:last-child {
		flex: 1 0 35%;
		max-width: 35%;
	}
	figure table {
		width: 100%;
	}
	figure table.table-inline {
		width: 70%;
	}
	figure p, figure table {
		font-size: 1.6rem
	}
	.row:nth-child(even) .news-text {
		margin-left: 2rem;
	}
	.c-header-text {
		width: 60%;
	}
	.c-header-text-error {
		width: 85%;
	}
	.c-header-monthly {
		margin-left: -2rem;
		margin-right: -2rem;
	}
	.area-overview {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.row li, .card-row li {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	ul.row, .card-row ul {
		margin-right: -2rem;
		margin-left: -2rem;
	}
	.area-overview {
		min-height: 11rem;
		max-height: 11rem;
		padding: 0 10px;
	}
	.area-overview h2 {
		font-size: 1.8rem;
		margin-top: 1rem;
		margin-bottom: 0;
	}
}

@media ( max-width :54em) {
	.show-for-large {
		display: none;
	}
	.c-main {
		max-width: 80em;
		margin-left: 0;
		margin-right: 0;
	}
	h1 {
		font-size: 2.6rem;
	}
	#wrapperInner {
		max-width: 100em;
		margin-left: 0;
		margin-right: 0;
	}
	#header {
		padding: 0 0;
	}
	#logo {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 3%
	}
	#content-header img {
		max-width: 300px;
	}
	.sticky-nav {
		right: 20px;
		bottom: 20px;
	}
	.bubble, .bubble2 {
		padding: 15px 15px 20px;
	}
	.column.left {
		width: 100%;
	}
	.column.right {
		width: 100%;
	}
	.card-row {
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.column.small {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.column.left {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 1rem;
	}
	.column.right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.start-row>div {
		width: 100%;
	}
	figure table {
		width: 100%;
	}
	figure p, figure table {
		font-size: 1.6rem
	}
	.c-header-text {
		width: 100%;
	}
	.row li, .card-row li {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	ul.row, .card-row ul {
		margin-right: -1rem;
		margin-left: -1rem;
	}
	.area-overview {
		min-height: 6rem;
		padding: 0 10px;
	}
	.area-overview h2 {
		font-size: 1.6rem;
		margin-top: 1rem;
		margin-bottom: 0;
	}
}

@media ( min-width :37.5em) {
	.card p {
		font-size: 1.8rem;
	}
	th {
		padding: 8px 15px;
	}
}

@media ( max-width :37.5em) {
	.show-for-medium-only {
		display: none;
	}
	.sticky-nav {
		right: 15px;
		bottom: 15px;
	}
	.card-row li {
		flex: 0 0 50%;
		width: 50%;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.card {
		font-size: 1.7rem;
	}
	.column.small {
		flex: 0 0 100%;
		max-width: 100%;
	}
	th {
		padding: 2px 10px;
	}
	.row li, .card-row li {
		padding-left: 0rem;
	}
	ul.row, .card-row ul {
		margin-left: 0rem;
	}
}

#footer {
	border-top: 2px solid #2E517B;
}

#footer p, #footer a {
	font-size: 1.6rem;
}

#footer a {
	color: #fff;
}

#logo {
	padding-right: 10px
}

#logo>a>img {
	max-height: 70px;
}

#content-header {
	min-height: 20px;
	/*background-color: #E1E6EC;*/
}

.content-header-with-image {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.c-header-media {
	width: 40%
}

.c-header-media img {
	width: 90%;
	margin-left: 10%
}

.c-header-media-error {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
}

.c-header-media-error svg {
	color: rgb(160, 20, 30);
}

.c-header-col-main {
	flex: 1;
}

.c-header-col-optional {
	flex: 0;
}

.c-header-monthly, .area-overview {
	background-color: #D3DB2B;
}

.area-overview a {
	position: relative;
}

.area-overview p {
	position: relative;
	font-weight: 400;
	font-size: 1.3rem;
	color: #000;
	margin: 7px 0 0 0;
	padding: 0;
}

.c-header-link a:focus, .c-header-link a:active, .c-header-link a:hover
	{
	text-decoration: none;
}

.c-header-link a:focus h2, .c-header-link a:focus h3, .c-header-link a:focus span,
	.c-header-link a:active h2, .c-header-link a:active h3, .c-header-link a:active span,
	.c-header-link a:hover h2, .c-header-link a:hover h3, .c-header-link a:hover span
	{
	text-decoration: underline;
}

.c-header-monthly {
	padding: 10px 2rem;
	margin-top: 4rem;
}

.c-header-text {
	margin-top: 1rem;
}

.c-header-date {
	font-size: 1.8rem;
	margin-top: 0rem;
	margin-bottom: 0.5rem;
}

.c-header-button span {
	background-color: #083163;
	padding: 11px 26px 12px;
	border: 2px solid #083163;
	border-radius: 8px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3125;
	display: inline-block;
	cursor: pointer;
	transition: background-color .6s ease, border-color .6s ease, box-shadow
		.6s ease;
	position: relative;
}

.c-header-button span:active, .c-header-button span:focus,
	.c-header-button span:hover {
	background-color: #000000;
	border: 2px solid #ffffff;
	box-shadow: 0 0 1px 1px #000;
}

.c-header-media-area {
	width: 50%;
	padding-left: 5%;
	position: relative;
}

.c-header-media-area img {
	width: 100%;
	margin-top: 1rem;
	max-height: 7rem;
}

.c-header-monthly h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.row, .card-row ul {
	font-size: 1.8rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 0;
	margin-bottom: 0;
}

.nowrap {
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.row li {
	min-width: 0;
}

.card-row li {
	margin-bottom: 3rem;
}

.col2 li {
	flex: 0 0 50%;
	max-width: 50%;
}

a.distant {
	margin-top: 5rem;
}

a.bubble2 {
	font-weight: 700;
	background-color: #fff;
	color: #000;
	height: 100%;
	border-radius: 10px;
	display: block;
}

a.bubble {
	min-height: 92px;
	font-weight: 700;
	background-color: #B4C1D0;
	color: #000;
	height: 100%;
	border-radius: 10px;
	display: block;
}

a.link, a.card {
	font-weight: bold;
}

a.link::after {
	content: '';
	width: 16px;
	height: 15px;
	display: inline-block;
	position: relative;
	margin-left: 6px;
}

a.extern::after {
	background:
		url(/drv/extern/allgemein/images/icons/sprite.svg?__blob=normal&v=3)
		no-repeat -1090px -1578px;
}

a.intern::after {
	background:
		url(/drv/extern/allgemein/images/icons/sprite.svg?__blob=normal&v=3)
		no-repeat -515px -1578px;;
}

.links li {
	margin-bottom: 0;
	padding-left: 0;
}

.links li:first-child a {
	padding-top: 0;
}

.links li:first-child a::after {
	top: 15px;
}

.links a, .links div.dead-link {
	display: block;
	position: relative;
	font-weight: 700;
	padding-top: 20px;
	padding-right: 40px;
	transition: border-color .6s ease, color .6s ease;
	border-bottom: 2px solid #B4C1D0;
}

.links div.dead-link {
	padding-top: 0px;
}

a.card-description {
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 1.3rem;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 40px;
	transition: border-color .6s ease, color .6s ease;
	border-bottom: 2px solid #B4C1D0;
}

.links a.meta, .links a.extern, div.meta {
	padding-bottom: 5px;
}

.links a::after, a.card-description::after {
	position: absolute;
	right: 0px;
	top: 32px;
	content: '';
	width: 16px;
	height: 17px;
	display: inline-block;
	margin-left: 6px;
	-webkit-transform: translateY(-50%) scale(1.25);
	-ms-transform: translateY(-50%) scale(1.25);
	transform: translateY(-50%) scale(1.25);
	transition: right .6s ease;
}

a.card-description::after {
	top: 16px;
}

a.document-link::after {
	background:
		url(/drv/extern/allgemein/images/icons/sprite.svg?__blob=normal&v=3)
		no-repeat -392px -1698px;
}

.links a:hover, .links a:active, .links a:focus, a.card-description:hover,
	a.card-description:active, a.card-description:focus, .links div.dead-link:hover
	{
	text-decoration: none;
	border-bottom-color: #000;
}

.links a:hover::after, .links a:active::after, .links a:focus::after, a.card-description:hover::after,
	a.card-description:active::after, a.card-description:focus::after {
	right: 15px;
}

.links a.meta p, div.meta {
	font-weight: 400;
	font-size: 1.3rem;
	color: #000;
	margin: 5px 0 0 0;
	text-rendering: optimizeLegibility;
}

.card {
	color: #083163;
	height: 100%;
	height: 120px;
	min-width: 130px;
	padding: 15px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	/*background-color: #083163;*/
	background-color: #E1E6EC;
	display: block;
	border: 1px solid #999999;
	transition: border .5s ease;
}

a.card:hover, a.card:active, a.card:focus {
	border: 1px solid #D3DB2B;
}

a.card:hover::after, a.card:active::after, a.card:focus::after {
	background: url(/drv/extern/allgemein/images/icons/analysis_yellow.svg)
		no-repeat;
}

.card>* {
	z-index: 100;
	position: relative;
}

.card p {
	margin: 0;
	z-index: 100;
	position: relative;
}

.card::after {
	content: '';
	width: 80px;
	height: 80px;
	right: -9px;
	bottom: -6px;
	background: url(/drv/extern/allgemein/images/icons/analysis.svg)
		no-repeat;
	display: inline-block;
	position: absolute;
	opacity: .70;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	z-index: 1;
	-moz-transition: background .5s linear;
	transition: background .5s ease;
}

#mainNavigation, #footer, #content-header, #content-main, div.breadcrumb
	{
	padding-left: 3%;
	padding-right: 3%;
}

#mainNavigation strong {
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

#mainNavigation a, #mainNavigation strong {
	font-weight: bold;
	letter-spacing: .5px;
	color: #fff;
}

#mainNavigation ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#mobile-navigation {
	background: #E1E6EC;
	position: relative;
	z-index: 9999;
	overflow: hidden;
}

#mobile-navigation ul {
	margin: 0;
	padding: 15px 20px;
	list-style: none;
}

#mobile-navigation li {
	border-bottom: 2px solid #B4C1D0;
	font-size: 1.6rem;
	line-height: 1.4375;
	padding: 0;
}

#mobile-navigation a, #mobile-navigation strong {
	width: 100%;
	padding: 15px 0;
	color: #004F80;
	font-weight: bold;
	line-height: inherit;
	text-align: left;
	display: block;
}

#mobile-navigation.is-closed, .is-closed>ul {
	display: none;
}

.sticky-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	z-index: 200;
}

.sticky-nav a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid #B4C1D0;
	border-radius: 10px;
	background-color: #fff;
}

.sticky-nav a:hover, .sticky-nav a:active, .sticky-nav a:focus {
	background-color: transparent;
	border-color: #000;
}

.sticky-nav img {
	height: auto;
	max-width: 25px;
	max-height: 25px;
	margin: auto;
}

.nav-toggle {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	cursor: pointer;
	margin-left: auto;
}

.nav-toggle img {
	width: 34px;
	height: 25px;
}

.nav-toggle img {
	width: 34px;
	height: 25px;
}

.nav-toggle span {
	font-size: 1.6rem;
	padding-left: 5px;
}

.nav-toggle.is-opened span {
	color: #083163;
}

.nav-toggle.is-closed span {
	color: #fff;
}

.nav-toggle.is-opened {
	background: #E1E6EC;
	border-top-left-radius: 8px;
}

.is-closed img.close {
	display: none;
}

.is-opened img.burger {
	display: none;
}

.sitemap h2 {
	border-bottom: solid 1px #004F80;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sitemap ul+h2 {
	margin-top: 40px;
}

.sitemap ul {
	list-style-type: none !important;
	padding-left: 0;
	margin-top: 1.5rem;
}

.sitemap li {
	margin-bottom: 1.5rem;
}

.sitemap ul ul {
	margin-left: 25px;
}

.breadcrumb {
	/*background: #E1E6EC;*/
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 1.2rem;
}

.breadcrumb ol {
	padding-left: 0;
	padding-top: 0;
	margin-bottom: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	list-style: none;
	counter-reset: item;
	position: relative;
}

.breadcrumb li {
	font-size: 1.2rem;
}

.breadcrumb li:not(:last-child ) {
	margin-right: 12px;
	padding-right: 18px;
	position: relative;
}

.breadcrumb li:not(:last-child )::after {
	content: '';
	background:
		url(/drv/extern/allgemein/images/icons/sprite.svg?__blob=normal&v=3)
		no-repeat -1722px -709px;
	width: 5px;
	height: 8px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.breadcrumb strong {
	font-weight: 400;
}

.breadcrumb a {
	font-weight: 700;
	letter-spacing: .5px;
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus {
	text-underline-offset: 1px;
	outline: none;
}

a {
	text-decoration: none;
	color: #083163;
}

a:hover, a:active, a:focus {
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

#content-main ul.dotted>li {
	padding-left: 24px;
	position: relative;
}

#content-main  ul.dotted>li::before {
	content: '';
	background-color: #083163;
	width: 7px;
	height: 7px;
	border-radius: 2px;
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.color-drv-blue {
	background-color: #083163;
}

.color-nav {
	background-color: #072B57;
}

.color-light-blue {
	background-color: #E1E6EC;
}

#header a, #header button {
	outline-color: #FFFFFF;
}

.nav-service {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	width: auto;
	align-items: center;
	margin-top: 10px;
}

.nav-service svg path {
	fill: #fff;
}

.nav-service li:not(:last-child ) {
	margin-right: 20px;
}

.start-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.news-text {
	position: relative;
	flex: 1 0 0;
}

#news h2 {
	margin-top: 4rem;
	margin-bottom: 2rem;
}

#news>div:nth-child(odd) .news-media {
	margin-left: 3rem;
}

#news>div:nth-child(even) .news-media {
	margin-right: 3rem;
}

#news>div:not(:nth-child(3) ) {
	margin-top: 4rem;
}

#news>div::after {
	content: '';
	border-bottom: 2px solid #B4C1D0;
	display: block;
}

#news>div:nth-child(even) .row {
	flex-direction:row-reverse;
} 

.news-text span {
	font-size: 1.3rem;
	line-height: 1.30769;
	letter-spacing: .5px;
}

h3 {
	font-size: 1.8rem;
	font-weight: 700;
}

h4 {
	font-size: 1.4rem;
	font-weight: 700;
}

#new-publications h2, #current-numbers h2, #fdz-rv h2 {
	/*background-color: #083163;*/
	background-color: #B4C1D0;
	margin-top: 4rem;
	margin-bottom: 2rem;
	padding: 5px 55px 5px 10px;
	color: #000;
	letter-spacing: .2px;
}

#new-publications ul, #fdz-rv p {
	padding-left: 15px;
	padding-right: 10px;
}

#new-publications, #current-numbers, #fdz-rv {
	margin-bottom: 5rem;
}

#new-publications, #fdz-rv {
	background-image: linear-gradient(#E1E6EC, #fff);
}

table {
	border-collapse: separate;
	background-color: #fff;
	border-spacing: 0;
}

table p, th, td {
	margin: 0;
}

tr:first-child th {
	background: #B4C1D0;
}

th {
	text-align: left;
	background: #E1E6EC;
}

th:not(:last-child ) {
	border-right: 2px solid #fff;
}

td {
	text-align: right;
	vertical-align: top;
}

td:not(:last-child ) {
	border-right: 2px solid #B4C1D0;
}

td {
	padding: 8px;
}

.fliptree ul, .fliptree li {
	margin-bottom: 10px;
	padding-right: 0;
}

.fliptree button {
	display: block;
	font-weight: bold;
}

.fliptree li {
	position: relative;
	padding-left: 0rem;
}

.fliptree li:not(.first-level ) {
	padding-left: 3rem;
}

.fliptree li:first-child {
	margin-top: 10px;
}

.fliptree p.border::after {
	content: '';
	border-bottom: 2px solid #B4C1D0;
	display: block;
	transition: border-bottom .6s ease, color .6s ease;
}

.fliptree p.border:hover::after, .fliptree p.border:active::after,
	.fliptree p.border:focus::after {
	border-bottom: 2px solid #000;
}

.fliptree p, .fliptree button {
	margin: 0;
}

.fliptree button {
	cursor: pointer;
	width: 100%;
	text-align: left;
}

.fliptree li button::before {
	background-color: #B4C1D0;
	border-radius: 5px;
	transition: background-color .6s ease;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	width: 23px;
	height: 23px;
}

.fliptree button.is-closed::before {
	background-color: #083163;
}

.fliptree button::after {
	content: '-';
	text-align: center;
	position: absolute;
	right: 0;
	width: 23px;
	color: #000;
	display: block;
	position: absolute;
	top: 5px;
}

.fliptree button.is-closed::after {
	content: '+';
	color: #FFF;
}

.fliptree a {
	padding-top: 0;
	padding-bottom: 10px;
}

.fliptree a::after {
	top: 10px;
}

.skipnav {
	text-align: center;
	font-size: 1.6rem;
}

.skipnav a {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skipnav a:focus, .skipnav a:active {
	position: absolute;
	left: calc(50vw - 80px);
	top: 80px;
	background-color: #004F80;
	color: #fff;;
	width: 160px;
	height: 20px;
	overflow: visible;
	text-decoration: underline;
}

.aural {
	left: -2000px !important;
	line-height: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	width: 0 !important;
}

.footnote {
	margin-top: 3rem;
	display: inline-block;
	position: relative;
}

.footnote:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	border-top: 2px solid #B4C1D0;
}

.footnote p {
	margin-top: 1rem;
}

.indent {
	padding-left: 20px;
}

figure table.table-inline td {
	padding-left: 15px;
	padding-right: 15px;
}

figure table.table-inline td p {
	text-align: left;
}
