/*
@EKS
@BRANDMISSION, 2015

* STANDARD RESET
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
ol, ul{
	padding-left:20px;
}
ul li{
	padding-left:15px;
	line-height:1.5em;
	margin-bottom:15px;
}
.content ul{
	
}
.content ul li{
	padding-left:0px;
}

a:focus,
a:focus-visible,
.btn:focus,
.btn:focus-visible,
.accordionButton:focus,
.accordionButton:focus-visible {
	outline:orange 3px solid !important;
	outline-offset: 5px !important;
	/* background-color: transparent !important; */
}

.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:focus + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
	outline:orange 3px solid !important;
	outline-offset: 5px !important;
	background-color: transparent !important;
}


*:focus:not(:focus-visible) {
	outline:none !important;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
	color: #000000 !important;
	background: transparent !important;
}

.sr-only-button {
	background: none;
}


.sr-only-button {
	padding: 10px 10px 10px 10px !important;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-color: #E9E9E9;
}


.sr-only-button:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.searchwidgetcontainer:focus-within {
	width: 250px;
}

.sr-only-button:focus {
	outline:orange 3px solid !important;
	outline-offset: 5px !important;
	margin-top:2rem;
	margin-bottom:1rem;
	background-color:#E270A8;
	color:white;
	padding:10px 10px;
	border-radius:2rem;
}


.btn {
	background-color:#E270A8;
	border: none;
	cursor: pointer;
	border-radius: 10px;
}

.btn-search {
	background-color: transparent;
	margin-right: 5px;
}

.btn-close-sidebar {
	position: absolute;
	top: 5px;
	right: 15px;
	background-color: #ffffff;
}

.btn-close-sidebar svg {
	width: 40px;
	height: 40px;
	display: block;
}

.skipNavigation {
	position: absolute;
	top: -208px;
	left: 8px;
	z-index: 10000      ;
}

.skipNavigation p {
	font-size: 16px !important;
}

.skipNavigation:focus,
.skipNavigation:focus-within {
	position: fixed;
	top: 8px;
	outline-offset: 0 !important;
	padding: 5px;
	background: #001640;
}


ul.footerNavigation {
	padding-left: 0;
	margin: 0;
}

ul.footerNavigation li {
	padding-left: 0;
	line-height: 1.5em;
	margin-bottom: 0;
}

ul.footerNavigation li a {
	color: #ffffff;
}


.relative {
	position: relative;
}

.flex {
	display: flex;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr{
	border:1px solid #283583;

}

a {
	text-decoration:none;
}
img, iframe, object, embed {
	vertical-align: bottom;
}
strong {
	color:#E270A8;
	font-weight: 500;
}
input, textarea, select {
	font-size: 1em;
}
html {
	/*
	height: 100.01%;
	margin-bottom: -1px;
	*/

}

body, div,
h1, h2, h3, h4, h5, h6, p,
a, span,
li {
	background-repeat:no-repeat;
}


body {
	position:relative;
	background-color: #fff;
	color: #000;
	font: 12px Arial, Verdana, san-serif;
	font-size: 110.01%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
	height: 100%;
}

p, ul{
	margin-bottom:1rem;
}
p:empty{
	display:none;
}

.content img,
.content iframe{
	border-radius: 1rem;
}

a {
	color: #000;
}
a:hover {
	text-decoration: none;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.block {
	display: block;
}


.clearer {
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}




