/*@font-face {
    font-family: 'Poppins';
    src: url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Lato-Light.woff2') format('woff2'),
        url('fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Lato-Bold.woff2') format('woff2'),
        url('fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
	outline: none !important;
}

html {
	font-family: 'Poppins', sans-serif;
	font-weight: 200 !important;
	font-size: 1.15rem !important;
	line-height: 1.5 !important;
	color: #222 !important;
}

html.iframe-content {
	font-family: 'Poppins', sans-serif;
	font-weight: 300 !important;
	font-size: 1.15rem !important;
	line-height: 1.5 !important;
	color: #222 !important;
}

b, strong {
font-weight: 500 !important;
}
/*.bild-box {
	border-radius: 50%;
	width: 500px;
	height: 500px;
}*/
/* SWSM */

.uk-offcanvas-bar {
	font-weight: 300 !important;
}

.content ul:not(.no-bullet) {
  list-style: none !important; /* Remove default bullets */
}

.content ul:not(.no-bullet) li::before {
  content: "\2022" !important;  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #007995 !important; /* Change the color */
  display: inline-block !important; /* Needed to add space between the bullet and the text */ 
  width: 1em !important; /* Also needed for space (tweak if needed) */
  margin-left: -1em !important; /* Also needed for space (tweak if needed) */
}

.uk-card-primary.uk-card-body, .uk-card-primary>:not([class*=uk-card-media]), .uk-card-secondary.uk-card-body, .uk-card-secondary>:not([class*=uk-card-media]), .uk-light, .uk-offcanvas-bar, .uk-overlay-primary, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
color: rgba(255,255,255,1) !important;
}

.uk-lightbox-iframe {
	width: 90% !important;
	height: 90% !important;
}

.uk-slider-container-offset {
margin: -11px -10px -39px -10px !important;
padding: 11px 10px 39px 10px !important;
}


.uk-transition-slide-top {
	transform: none !important;
}

.uk-lightbox {
	background: rgba(0,0,0,0.8) !important;
}

.uk-lightbox-toolbar {
    padding: 10px 10px;
    background: rgba(0,0,0,0) !important;
    color: #fff !important;
}

.uk-lightbox-toolbar-icon {
    padding: 5px;
    color: #fff !important;
}

.uk-lightbox-toolbar * {
    color: #fff !important;
}

.uk-badge {
	color: #fff !important;
}

.filter-list li {
	cursor: pointer !important;
}

.filter-list li.uk-active {
	font-weight: 500 !important;
	cursor: pointer !important;
}

@media screen and (max-width: 640px) {
	.map-container {
		position: relative;
		box-sizing: border-box;
		height: 50vh !important;
	}
}

@media screen and (max-width: 960px) and (min-width: 640px) {
	.map-container {
		position: relative;
		box-sizing: border-box;
		height: 50vh !important;
	}
}

@media screen and (min-width: 960px) {
	.map-container {
		position: relative;
		box-sizing: border-box;
		min-height: calc(100vh);
	}
}

@media screen and (min-width: 640px) {
	.no-iframe .map-container {
		position: relative;
		box-sizing: border-box;
		min-height: inherit;
		height: 25vh !important;
	}
}

@media screen and (max-width: 640px) {
	.bild-box-outer {
		position: relative;
		width: 100% !important;
		overflow: hidden;
	}

	.bild-box-outer-small {
		position: relative;
		width: 100% !important;
		overflow: hidden;
	}
}

.bild-box-outer {
	position: relative;
	width: 130%;
	overflow: hidden;
}

.bild-box-outer-small {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.bild-box-outer:before,
.bild-box-outer-small:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.bild-box {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
}




.uk-card-header {
	background: #007995;
	color: #fff !important;
}

.uk-card-header h3,
.uk-card-header h4,
.uk-card-header .uk-text-meta {
	color: #fff !important;
}

.ma-text p {
	margin: 0 !important;
}

.uk-badge {
	background: #007995 !important;
}

.uk-accordion-title {
	font-size: inherit !important;
}

hr {
	margin: 40px 0 40px 0 !important;
}

.uk-text-meta {
    font-size: .675rem !important;
    font-weight: 500 !important;
    line-height: 1.4;
    color: #999;
}
/* SWSM */

@media (max-width: 960px) {
	.uk-offcanvas-bar {
	    width: 300px !important;
	    padding: 20px 20px;
	}
}


@media (min-width: 960px) {
	.uk-offcanvas-bar {
	    width: 500px !important;
	    padding: 40px 40px;
	}

	#users ul {
		padding-left: 0 !important;
	}
}

.top-bar {
	background: #007995 !important;
}

.top-bar p,
.top-bar .uk-icon,
.top-bar a {
	color: #fff !important;
}

.red {
	color: #cc6600 !important;
}

.green {
	color: #007995 !important;;
}

.uk-container {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.uk-drop, .mobile-menu, .mobile-menu>.uk-sticky {
	width: 100% !important;
	background: #f2f2f2!important;
}

.mobile-menu {
	padding-left: 0 !important;
}

.orange {
	background: #EC6804;
}

.color {
	  background: #dbddd9;
}

.color .page-title {
	color: #EC6804 !important;
	font-size: 2rem !important;
}

.color .page-title:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 6px;
	border-radius: 3px;
	left: 0;
	bottom: -15px;
	background: #EC6804;
}



/*.skew-color:before, .skew-color:after {*/
.skew-color:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  transform-origin: right top;
  transform: skewY(2deg);
}
/*
.skew-color:after {
  bottom: 0;
  transform-origin: right bottom;
  transform: skewY(-2deg);
}*/




.skew {
	position: relative;
	  padding: 50px 0;
	  background: #f2f2f2;
	  overflow: visible;
	  z-index: 1;
}

.skew:before, .skew:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  transform-origin: left top;
  transform: skewY(-2deg);
}

.skew:after {
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(2deg);
}

@media screen and (max-width: 640px) {
	.uk-height-medium {
		height: 150px !important;
	}
}


.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500 !important;
}

em {
	color: #222 !important;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
/*	font-family: 'Roboto Mono', monospace !important;
	font-weight: 400 !important;*/
	padding: 0 0 0 30px !important;
}

/*.map {
	background: #007995;
}*/

.map {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #007995;
}

.map {
/*	background-image: url(images/cookie-bite-icon.svg);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;*/
}

.iframe-content .privacywire-banner {
	display: none;
}

.consent-category-marketing {
	position: absolute;
	top: 25%;	
	left: calc(50% - 150px);
	background: #fff;
	padding: 20px;
	width: 300px;
	text-align: center;
	box-sizing: border-box;
}

.bg {
	background: #f2f2f2;
}

.platzhalter {
	background: #e2e2e2;
	background-image: url(images/logo.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	font-weight: 500 !important;
}

/*.child .uk-navbar-item, .child .uk-navbar-nav>li>a, .child .uk-navbar-toggle {
	color: #fff !important;
}*/

.orange .uk-navbar-item, .orange .uk-navbar-nav>li>a, .orange .uk-navbar-toggle {
	color: #fff !important;
}

.home-nav a {
	color: #007995 !important;
}

.child-nav a {
	color: #007995 !important;
}

.uk-link, a {
	color: #007995 !important;
}

.home .uk-navbar-toggle {
	color: #007995 !important;
}



.child .uk-cover {
	top: 0 !important;
	transform: translate(-50%,0) !important;
}

h1.page-title {
	font-weight: 500 !important;
	text-transform: uppercase;
}

/*.page-title {
	position: relative;
	margin-bottom: 40px !important;
}

.page-title:after {
content: "";
position: absolute;
width: 80px;
height: 3px;
left: 0;
bottom: -15px;
background: #007995;
}*/


.viewport-half {
	height: 50vh;
}


.viewport-quarter {
	height: 20vh;
}

@media screen and (min-width: 640px) {
	.viewport-quarter {
		height: 30vh;
	}
}

.bio-img {
		border-radius: 50% !important;
		overflow: hidden;
		position: relative;
}

.bio-img .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:linear-gradient(-21.5deg, rgba(190,151,152,0.7) 45%, rgba(0, 0, 0, 0) 45%);
}

.viewport-bg, .footer-section {
	background: #007995;
}



.viewport-bg h1 {
	color: #fff !important;
}

@media screen and (max-width: 640px) {
  .viewport-half {
    height: 75vh;
  }
}

/*.uk-position-top {
  background: -moz-linear-gradient(top,  rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}*/
.main-content h3, h3.headline-mono {
	font-family: 'Roboto Mono', monospace !important;
	font-weight: 400 !important;
	position: relative;
	margin-bottom: 40px !important;
	font-size: 1rem !important;
	text-transform: uppercase;
}

.main-content h3:after, h3.headline-mono:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 3px;
	left: 0;
	bottom: -15px;
	background: #007995;
}

.margin {
	margin-bottom: 50px !important;
}

.white {
	color: #fff !important;
}

.grey {
	background: #007995;
}

.blue {
	background: #007995 !important;
}

/*.uk-label {
	background: #007995 !important;
	font-family: 'Roboto Mono', monospace !important;
	font-weight: 400 !important;
}

.uk-text-meta, .uk-button {
	font-family: 'Roboto Mono', monospace !important;
	font-weight: 400 !important;
}*/

.uk-offcanvas .uk-text-meta,
.uk-offcanvas a {
	color: #fff !important;
}

.uk-offcanvas-bar {
	background: #007995 !important;
}

.blue .uk-label {
	background: #fff !important;
	color: #007995 !important;
}

.blue h1 a, .blue p, .blue a {
	color: #fff !important;
}

.uk-button-default {
	border: 1px solid #007995 !important;
}

/*.top-navi {
	position: fixed;
	width: 100vw;
	z-index:10;
}*/

.bar-logo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.top-gradient {
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 25%, rgba(47,68,95,0.6404936974789917) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 25%, rgba(47,68,95,0.6404936974789917) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0) 25%, rgba(47,68,95,0.6404936974789917) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#007995",GradientType=1);
}
/*
.uk-nav-default li {
	border-top: 1px solid #233247;
}

.uk-nav-default li:last-child {
	border-bottom: 1px solid #233247;
}

.uk-nav-default li a {
	padding: 10px 30px;
}*/

.uk-nav-default .uk-nav-sub a {
 color: #fff !important;
}

.footer-section {
	/*background: #007995;*/
	color: #fff !important;
}

.footer-section a {
	color: #fff !important;
}

.uk-grid-divider>:not(.uk-first-column)::before {
	border-left: 1px solid #007995;
}

.bar-logo {
	text-indent: -9999px;
	position: relative;
	height: 125px;
}

/*.home .bar-logo a {
	background: url(images/logo.svg);
	width: 100%;
	height: 146px;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}

.child .bar-logo a {
	background: url(images/logo_w.svg);
	width: 100%;
	height: 146px;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}*/

.bar-logo a {
	background: url(images/logo.svg);
	width: 100%;
	height: 146px;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}



.mobile-logo {
	text-indent: -9999px;
	position: relative;
}

/*.home .mobile-logo a {
	background: url(images/logo.svg);
	width: 240px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	padding: 20px 0;
	background-position: center;
}

.child .mobile-logo a {
	background: url(images/logo_w.svg);
	width: 240px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	padding: 20px 0;
	background-position: center;
}*/

.mobile-logo a {
	background: url(images/logo.svg);
	width: 240px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	padding: 20px 0;
	background-position: center;
}

@media screen and (max-width: 640px) {
/*	.mobile-logo a {
		background: url(images/logo_s.svg);
		width: 180px;
		height: 60px;
		background-repeat: no-repeat;
		background-size: 100%;
		display: block;
		padding: 20px 0;
		background-position: center;
	}*/

	.mobile-logo a {
		background: url(images/logo.svg);
		width: 180px;
		height: 60px;
		background-repeat: no-repeat;
		background-size: 100%;
		display: block;
		padding: 20px 0;
		background-position: center;
	}
}


.uk-nav-default>li>a {
	color: #fff !important;
}

.uk-nav-default {
	font-size: 1rem !important;
}

.hauptnavi {
	position: absolute !important;
	width: 100%;
}

.footer-section .uk-text-meta {
	color: #fff !important;
}

.side-nav li.uk-active a {
	font-weight: 500 !important;
/*	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;*/
}

.side-nav li a {
	font-weight: 300 !important;
/*	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;*/
}


.spenden-section {
	background: #1898b6;
}

.spenden-section .headline,
.spenden-section p,
.spenden-section a  {
	color: #fff !important;
}

.spenden-section .headline:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 6px;
	border-radius: 3px;
	left: 0;
	bottom: -15px;
	background: #fff !important;
}

#scroll-top {
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 20px 16px 20px 16px !important;
	background: #007995 !important;
	color: #fff !important;
}

.custom-accordion-title::before {
	display: none !important;
}
/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser.
 *
 */
.WireFatalError {
	background: #a30000;
	color: #fff;
	padding: 1em;
	position: relative;
	z-index: 9999;
}

/*********************************************************************
 * 6. Accessibility helpers
 *
 */

/* Hide visually, but remain approachable for screenreader */

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

/* Show bypass link on hover */

.element-focusable:focus {
	clip: auto;
	overflow: visible;
	height: auto;
}

/* Sample styling for bypass link */

.bypass-to-main:focus {
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	color: #fff;
}




.post-card:after {
/*	content: '';
	position: absolute;
	width: 0;
  height: 0;
  border-top: 100px solid red;
  border-right: 100px solid transparent;*/
}

.section-red {
	background: #007995;
}
.section-orange {
	background: #EC6804;
}

/*.uk-cover-container {
	margin-bottom: -5px;
}*/

.page-title:after {
content: "";
position: absolute;
width: 80px;
height: 6px;
border-radius: 3px;
left: 0;
bottom: -15px;
background: #007995;
}

.page-title {
	color: #222 !important;
	position: relative;
	margin-bottom: 40px !important;
}

.headline {
	position: relative;
	margin-bottom: 40px !important;
	text-transform: uppercase;
}

.headline:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 6px;
	border-radius: 3px;
	left: 0;
	bottom: -15px;
	background: #007995;
}

.uk-dotnav>*>* {
  border: 1px solid #007995;
}

.uk-dotnav>.uk-active>* {
background-color: #007995;
border-color: transparent;
}

.uk-slidenav {
padding: 5px 10px;
color: #007995 !important;
transition: color .1s ease-in-out;
}

/*.home {
  background: url(images/bg_dreieck.png);
  background-repeat: repeat-y;
  background-size: contain;
}*/

.uk-button-text {
padding: 0;
line-height: 1.5;
background: 0 0;
color: #007995;
position: relative;
padding-left: 48px;
border-radius: 0;
}

.uk-button-text::before {
content: "";
position: absolute;
bottom: inherit !important;
top: calc(50% - 1px);
left: 0;
width: 30px;
border-bottom: 2px solid #007995;
-webkit-transition: width 250ms ease-in-out;
-moz-transition: width 250ms ease-in-out;
-ms-transition: width 250ms ease-in-out;
-o-transition: width 250ms ease-in-out;
transition: width 250ms ease-in-out;
}

.uk-button-text:focus::before, .uk-button-text:hover::before {
border-bottom-color: #007995;
width: 40px;
-webkit-transition: width 250ms ease-in-out;
-moz-transition: width 250ms ease-in-out;
-ms-transition: width 250ms ease-in-out;
-o-transition: width 250ms ease-in-out;
transition: width 250ms ease-in-out;
}



.uk-text-right .uk-button-text::before {
border-bottom: 2px solid #007995;
}

.uk-text-right .uk-button-text:focus::before,
.uk-text-right .uk-button-text:hover::before {
  width: 40px;
border-bottom-color: #007995;
}


.uk-navlist {
	margin: 0 0 0 20px !important;
	list-style-type: none !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
}

.jobfilter .uk-card-header p a {
	color: #fff !important;
}

/* COOKIEMANAGEMENT */

.privacywire{position:fixed;bottom:-250%;left:0;right:0;box-shadow:0 -1px 3px rgba(0,0,0,.3);opacity:0;background:#fff;z-index:1;padding:1rem;transition:bottom .3s ease-in,opacity .3s ease}.show-banner .privacywire-banner,.show-message .privacywire-message,.show-options .privacywire-options{bottom:0;opacity:1}.privacywire-header{font-weight:bold}.privacywire-ask-consent-blueprint,.privacywire button[hidden],[data-ask-consent-rendered="1"]{display:none}
div.privacywire-wrapper div.privacywire {
    max-width: 350px;
    right: auto;
    z-index: 999;
    transform: translateZ(1px)
}

div.privacywire-wrapper div.privacywire-text ol li, div.privacywire-wrapper div.privacywire-text p,
div.privacywire-wrapper div.privacywire-text ul li, ol div.privacywire-wrapper div.privacywire-text li,
ul div.privacywire-wrapper div.privacywire-text li {
    font-size: .9rem
}

div.privacywire-wrapper a {
    color: rgb(122,158,26) !important;
}

div.privacywire-wrapper button {
    display: block;
    width: 100%;
    border: none
}

div.privacywire-wrapper button.allow-all {
    padding: 6px;
    background: #007995;
    color: #fff;
    transition: .3s ease
    border: none !important;
}

div.privacywire-wrapper button.allow-all:hover {
    background: #222;
    color: #fff
}

div.privacywire-wrapper button.allow-necessary,
div.privacywire-wrapper button.choose,
div.privacywire-wrapper button.save {
    padding: 6px;
    margin: 6px 0;
    font-weight: 300;
    background: #f2f2f2;
}

div.privacywire-wrapper button.allow-necessary:hover {
    opacity: 1
}

/*div.privacywire-wrapper button.choose {
    display: none;
    visibility: hidden
}*/






.show-banner > .privacywire-page-wrapper,
    .show-options > .privacywire-page-wrapper,
    .show-message > .privacywire-page-wrapper {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(5px);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1001;
    }

    .privacywire {
        display: none;
    }

    .show-banner .privacywire.privacywire-banner,
    .show-options .privacywire.privacywire-options,
    .show-message .privacywire.privacywire-message {
        display: block;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        max-width: 450px;
    }

    .consent-category-external_media {
      padding: 10vw;
      background: #f2f2f2;
      text-align: center;
    }

.privacywire-consent-button {
  margin: 0;
border: none;
overflow: visible;
font: inherit;
color: inherit;
text-transform: none;
-webkit-appearance: none;
border-radius: 0;
display: inline-block;
box-sizing: border-box;
padding: 0 30px;
vertical-align: middle;
font-size: .875rem;
line-height: 38px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: .1s ease-in-out;
transition-property: color,background-color,border-color;
cursor: pointer;
}

.privacywire-text ul {
  list-style-type: none !important;
}


.privacywire-header {
	font-size: 2rem;
	line-height: 1.8rem;
	margin-bottom: 20px;
}

.privacywire-header,
.privacywire-text {
	text-align: center;
}
