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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.accessible-megamenu h2, .accessible-megamenu h3, .accessible-megamenu h4 {
  font-size: 1em;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover, .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus, .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open {
  margin-left: 0;
  background: #f5f8fa none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f8fa), to(#e3e5e5));
  background: -moz-linear-gradient(top, #f5f8fa, #e3e5e5);
  background: -ms-linear-gradient(top, #f5f8fa, #e3e5e5);
  background: -o-linear-gradient(top, #f5f8fa, #e3e5e5);
  z-index: 1002;
}

.accessible-megamenu {
  position: relative;
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 3.077em;
  color: #454545;
  background-color: #dfe2e2;
  border-color: #b3b3b3;
  border-color: rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 0 1px 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.accessible-megamenu .accessible-megamenu-top-nav-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 3.077em;
  float: left;
  color: #454545 !important;
  text-shadow: 0 1px 0 #fff;
  -moz-text-shadow: 0 1px 0 #fff;
  border-right: 1px solid #b3b3b3;
  border-right-color: rgba(0, 0, 0, 0.3);
}
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup] {
  position: relative;
  display: block;
  line-height: 3em;
  height: 3em;
  padding-left: 0.769em;
  padding-right: 0.769em;
  color: #454545 !important;
  text-decoration: none;
  box-shadow: inset 1px 1px 0 #fff;
  z-index: inherit;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover {
  color: #333 !important;
  outline-offset: -1px;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus {
  color: #333 !important;
  outline-offset: -1px;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open {
  background: #f5f8fa none;
  padding-bottom: 2px;
}
.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-haspopup] {
  border-bottom-left-radius: 3px;
}
.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-haspopup].open {
  border-bottom-left-radius: 0;
  border-left: 1px solid #b3b3b3;
  border-left-color: rgba(0, 0, 0, 0.3);
  left: -1px;
  margin-right: -1px;
}
.accessible-megamenu :focus {
  outline: 2px solid rgba(34, 95, 215, 0.3);
  -moz-outline-radius: 3px;
}
.accessible-megamenu .accessible-megamenu-panel {
  position: absolute;
  display: block;
  left: -1px;
  color: #454545;
  margin: 0;
  padding: 0 0.769em 0.769em;
  line-height: normal;
  background-color: #f5f8fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f8fa), to(#e3e5e5));
  background-image: -moz-linear-gradient(top, #f5f8fa, #e3e5e5);
  background-image: -ms-linear-gradient(top, #f5f8fa, #e3e5e5);
  background-image: -o-linear-gradient(top, #f5f8fa, #e3e5e5);
  cursor: default;
  -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.5), inset 1px 1px 0 #fff;
  -moz-box-shadow: 0 4px 6px -2px -moz- rgba(0, 0, 0, 0.5), inset 1px 1px 0 #fff;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.5), inset 1px 1px 0 #fff;
  visibility: hidden;
  top: -9999em;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -moz-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -ms-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -o-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  border: 1px solid #b3b3b3;
  border-color: rgba(0, 0, 0, 0.3);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.accessible-megamenu .accessible-megamenu-panel.open {
  visibility: visible;
  top: 3em;
  max-height: 600px;
  opacity: 1;
  z-index: 1001;
  -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
}
.accessible-megamenu .accessible-megamenu-panel a {
  display: inline-block;
  font-size: .92em;
  line-height: 1.2em;
  color: #225fd7;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0.5em;
}
.accessible-megamenu .accessible-megamenu-panel a:hover {
  color: #225fd7;
  text-decoration: underline;
}
.accessible-megamenu .accessible-megamenu-panel a:focus {
  color: #225fd7;
  text-decoration: underline;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4 {
  width: 878px;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li {
  width: 22%;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4b {
  width: 878px;
  left: -6.462em;
  border-top-left-radius: 3px;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li {
  width: 22%;
}
.accessible-megamenu .accessible-megamenu-panel.cols-3 {
  width: 724px;
}
.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
  width: 30%;
}
.accessible-megamenu .accessible-megamenu-panel.cols-1 {
  width: 615px;
}
.accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
  width: auto;
}
.accessible-megamenu .accessible-megamenu-panel ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.accessible-megamenu .accessible-megamenu-panel ol > li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.accessible-megamenu .accessible-megamenu-panel ol ol > li > a {
  width: auto;
  text-indent: -2.333em;
  padding-left: 2.333em;
}
.accessible-megamenu .accessible-megamenu-panel > p {
  color: #454545;
  font-size: 1.2em;
  line-height: 1.1em;
}
.accessible-megamenu .accessible-megamenu-panel hr {
  border-width: 1px 0;
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: #fff;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li {
  float: left;
  display: block;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 0 0 #fff;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li:first-of-type {
  padding-left: 0;
  border-left: none;
  box-shadow: none;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a {
  font-weight: bold;
  color: #454545;
  font-size: 1.2em;
  margin-bottom: 6px;
  padding-top: .4em;
  padding-bottom: 0;
  line-height: 1.1em;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:hover {
  color: #333;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:focus {
  color: #333;
}

@font-face {
  font-family: BundesSerif;
  font-weight: normal;
  font-style: normal;
  src: url(/static/Fonts/BundesSerifWeb-Regular.woff2) format("woff2"), url(/static/Fonts/BundesSerifWeb-Regular.woff) format("woff");
}
@font-face {
  font-family: BundesSerif;
  font-weight: bold;
  font-style: normal;
  src: url(/static/Fonts/BundesSerifWeb-Bold.woff2) format("woff2"), url(/static/Fonts/BundesSerifWeb-Bold.woff) format("woff");
}
@font-face {
  font-family: BundesSans;
  font-weight: normal;
  font-style: normal;
  src: url(/static/Fonts/BundesSansWeb-Regular.woff2) format("woff2"), url(/static/Fonts/BundesSansWeb-Regular.woff) format("woff");
}
@font-face {
  font-family: BundesSans;
  font-weight: bold;
  font-style: normal;
  src: url(/static/Fonts/BundesSansWeb-Bold.woff2) format("woff2"), url(/static/Fonts/BundesSansWeb-Bold.woff) format("woff");
}
div#siteFooter p.navToTop a, div#siteFooter p.navToTop a:link, div#siteFooter p.navToTop a:visited {
  position: absolute;
  font-size: 0.875em;
  color: #666;
  top: 1.28571em;
  right: 0;
  padding: 0 1.14286em 0.28571em 0;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_link_top.gif?__blob=normal) top right no-repeat;
}

#content-main form span.formLabel, #content-main form fieldset fieldset legend {
  display: block;
  width: 11em;
  padding-top: 0.21429em;
  float: left;
  margin-right: 0.65em;
}

#content-main input[type="text"], #content-main input[type="password"], #content-main textarea {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-size: 1.14286em;
  padding: 0.125em 0.1875em 0.1875em;
  width: 20.1875em;
  border: 0.0625em solid #999;
  color: #666;
}

input[type="submit"], input[type="button"], input[type="reset"] {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-size: 1em;
  border: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  background: #004f80;
  color: #fff;
  padding: 0.1em 1.6em 0.2em 1.6em;
  cursor: pointer;
}

html {
  overflow-y: scroll;
}

body {
  font-family: BundesSerif, Georgia, Times New roman, serif;
  color: #444;
  background: #eeeeee;
}
body#popup {
  background-color: #fff;
}

article {
  display: block;
}

aside {
  display: block;
}

details {
  display: block;
}

figcaption {
  display: block;
}

figure {
  display: block;
}

footer {
  display: block;
}

header {
  display: block;
}

menu {
  display: block;
}

nav {
  display: block;
}

section {
  display: block;
}

div#siteBackgrounds {
  position: relative;
  width: 61.25em;
  margin: 0 auto;
  padding: 0;
}
div#siteContainer {
  position: relative;
  width: 61.25em;
  text-align: left;
  background-color: #fff;
  -moz-box-shadow: 0 0 5px 5px #d8d8d8;
  -webkit-box-shadow: 0 0 5px 5px #d8d8d8;
  box-shadow: 0 0 5px 5px #d8d8d8;
}
div#siteFooter {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  position: relative;
  width: 61.25em;
  height: 8.625em;
  text-align: left;
}
div#siteFooter p.copyright {
  position: absolute;
  font-size: 0.875em;
  color: #666;
  top: 1.28571em;
  left: 0;
  width: 45.71429em;
  padding: 0 0 0.28571em 0;
}
div#siteFooter p.navToTop a:hover {
  color: #004f80;
  text-decoration: underline;
}
div#siteFooter p.navToTop a:focus {
  color: #004f80;
  text-decoration: underline;
}
div#siteFooter p.navToTop a:active {
  color: #004f80;
  text-decoration: underline;
}
div#footer-sitemap {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/footer_background.jpg?__blob=normal) top right no-repeat;
}
div#siteMeta {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  position: absolute;
  font-size: 0.875em;
  top: 4.486em;
  left: 19em;
}
div#siteMeta img {
  vertical-align: middle;
}
div#siteHeader {
  overflow: hidden;
  width: 61.25em;
  height: 10.625em;
  background: #fff url(/SiteGlobals/StyleBundles/Bilder/Layout/header_background.jpg?__blob=normal) bottom right no-repeat;
  vertical-align: middle;
}
div#siteHeader p {
  position: absolute;
  top: 3.375em;
  right: 1.1875em;
  padding: 0;
  margin: 0;
}
div#siteHeader form {
  display: inline;
  position: absolute;
  top: 7.75em;
  right: 0.125em;
  margin: 0;
  padding: 0 1.125em 0 0;
  width: 30em;
  text-align: right;
}
div#siteHeader form label {
  font-size: 1.125em;
  padding: 0 0.38889em 0.22222em 0;
  vertical-align: middle;
  display: inline-block;
}
div#siteHeader form label a {
  color: #444;
  text-decoration: none;
}
div#siteHeader form label a:link {
  color: #444;
  text-decoration: none;
}
div#siteHeader form label a:visited {
  color: #444;
  text-decoration: none;
}
div#siteHeader form label a:hover {
  color: #004f80;
  text-decoration: underline;
}
div#siteHeader form label a:focus {
  color: #004f80;
  text-decoration: underline;
}
div#siteHeader form label a:active {
  color: #004f80;
  text-decoration: underline;
}
div#siteHeader form .search-input input {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  color: #666;
  font-size: 0.875em;
  padding: 0.07143em 0.35714em 0.14286em 0.35714em;
  margin: 0 0.4375em 0 0;
  width: 14.35714em;
  border: 1px solid #999;
  vertical-align: middle;
}
div#siteHeader form input:focus {
  outline: #004f80 solid 1px;
}
div#siteHeader form .search-button input {
  padding: 0;
  vertical-align: middle;
}
div#siteLogos {
  position: absolute;
  top: 3.3125em;
  left: 0.9375em;
}
div#siteLogos a {
  display: block;
  float: left;
  margin-right: 1.75em;
}
div#siteLogos a:focus {
  outline: #004f80 solid 1px;
}
div#siteLogos a:active {
  outline: #004f80 solid 1px;
}
div#mainContent {
  background: #fff;
}
div.blockTopLabel {
  display: none;
}

* html .clearfix {
  height: 1%;
}
* html div#siteHeader form .search-input {
  display: inline-block;
  overflow: hidden;
}
* + html .clearfix {
  display: inline-block;
}
* + html div#siteHeader form .search-input {
  display: inline-block;
  overflow: hidden;
}

.three-column {
  overflow: hidden;
}
.three-column #content-col-left {
  width: 15em;
  padding: 0 0 5.9375em 0;
  overflow: hidden;
  float: left;
}
.three-column #content-col-mid-border {
  float: left;
  width: 31.25em;
  height: 0.25em;
  margin-right: 1.25em;
  background-color: #004f80;
  overflow: hidden;
}
.three-column #content-col-mid {
  width: 32.5em;
  padding: 0.875em 0 5.9375em 0;
  overflow: hidden;
  float: left;
}
.three-column #content-col-mid #siteInfo {
  width: 31.25em;
}
.three-column #content-col-right-border {
  float: left;
  width: 12.5em;
  height: 0.25em;
  background-color: #004f80;
  overflow: hidden;
}
.three-column #content-col-right {
  width: 13.75em;
  padding: 0.875em 0 5.9375em 0;
  overflow: hidden;
  float: left;
}
.three-column .startpageImageContainer {
  width: 31.3em;
}
.three-column #content-main .startpageImageContainer .image-box-homepage.image-box {
  width: 12.8em;
}

.two-column {
  overflow: hidden;
}
.two-column #content-col-left {
  width: 15em;
  padding: 0 0 5.9375em 0;
  overflow: hidden;
  float: left;
}
.two-column #content-col-mid-border {
  float: left;
  width: 45em;
  height: 0.25em;
  margin-right: 1.25em;
  background-color: #004f80;
  overflow: hidden;
}
.two-column #content-col-mid {
  width: 46.25em;
  padding: 0.875em 0 5.9375em 0;
  overflow: hidden;
  float: left;
}
.two-column #content-col-mid #siteInfo {
  width: 45em;
}
.two-column #content-col-right {
  width: 13.75em;
  padding: 0.875em 0 5.9375em 0;
  overflow: hidden;
  float: left;
}
.two-column #content-col-right-border {
  float: left;
  width: 12.5em;
  height: 0.25em;
  background-color: #004f80;
  overflow: hidden;
}
.two-column.startseite {
  padding-left: 1.250em;
  padding-top: 2.688em;
}
.two-column.startseite #content-col-right {
  width: 12.5em;
}
.two-column.startseite .wechselteaser {
  margin-right: 1.25em;
  margin-bottom: 1.875em;
  width: 45em;
}
.two-column.startseite .startpageImageContainer {
  height: 18.75em;
  width: 45em;
}
.two-column.startseite #siteInfo {
  width: 45em;
}
.two-column.startseite #content-col-mid #content-main {
  border-bottom: none;
  padding-bottom: 0;
  margin-right: 0;
}
.two-column.startseite #content-col-mid #content-main .teaserPageHome {
  width: 21.875em;
  margin-bottom: 0.625em;
}
.two-column.startseite #content-main .startpageImageContainer .startpageImage {
  margin-right: 1.250em;
  text-align: right;
}
.two-column.startseite #content-main .startpageImageContainer .image-box-homepage h2 {
  padding-bottom: 0.625em;
  color: #fff;
}
.two-column.startseite #content-main .startpageImageContainer .image-box-homepage p {
  padding-bottom: 1.344em;
  color: #fff;
}

#content-col-mid #content-main {
  padding-bottom: 1.25em;
  overflow: hidden;
  margin-right: 1.25em;
}
#content-col-mid #siteInfo {
  margin-right: 1.25em;
  border-top: 0.125em solid #004f80;
  float: left;
  padding: 0.4375em 0 0.25em;
}

#content-main h1 {
  color: #004f80;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.16667em;
  padding-bottom: 0.66667em;
}
#content-main h2 {
  color: #004f80;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding-bottom: 0.38889em;
}
#content-main h3 {
  color: #004f80;
  font-weight: normal;
  line-height: 1.25em;
}
#content-main p {
  font-size: 0.875em;
  line-height: 1.28571em;
  padding-bottom: 1.14286em;
}
#content-main p.navToTop a {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_sprungmarke_up.gif?__blob=normal) no-repeat 0 0.42857em;
  padding: 0 2.14286em 0 1.21429em;
}
#content-main a {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-weight: bold;
  color: #444;
}
#content-main a:hover {
  color: #004f80;
  text-decoration: underline;
}
#content-main a:focus {
  color: #004f80;
  text-decoration: underline;
}
#content-main a:active {
  color: #004f80;
  text-decoration: underline;
}
#content-main a.RichTextExtLink {
  text-decoration: underline;
}
#content-main a.downloadLink {
  text-decoration: underline;
}
#content-main a.RichTextGlossarLink {
  text-decoration: underline;
}
#content-main a.RichTextIntLink {
  text-decoration: underline;
}
#content-main dl {
  padding-bottom: 1em;
}
#content-main dt {
  display: table;
  font-size: 0.875em;
  line-height: 1.28571em;
  font-family: BundesSerif, Georgia, Times New roman, serif;
  font-weight: bold;
  float: left;
  padding: 0 1em 0 0;
}
#content-main dd {
  display: table;
  font-size: 0.875em;
  line-height: 1.28571em;
}
#content-main ul {
  margin-bottom: 1em;
  padding-left: 2em;
  list-style: none outside url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_list.gif?__blob=normal);
}
#content-main ul.toc {
  list-style: none outside url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_sprungmarke_down.gif?__blob=normal);
}
#content-main ul.toc li {
  font-size: 0.875em;
  line-height: 1.28571em;
  margin-bottom: 0.71429em;
}
#content-main ul ul {
  margin-top: 0.71429em;
  padding-bottom: 0;
}
#content-main ol {
  margin-bottom: 1em;
  padding-left: 2em;
}
#content-main ol ol {
  margin-top: 0.71429em;
  padding-bottom: 0;
}
#content-main li {
  font-size: 0.875em;
  line-height: 1.28571em;
  margin-bottom: 0.71429em;
}
#content-main li li {
  font-size: 1em;
}
#content-main li p {
  font-size: 1em;
  padding-bottom: 0;
}
#content-main div.head {
  overflow: hidden;
  height: 1%;
}
#content-main div.head img {
  float: right;
}
#content-main div.head.dotted {
  padding-bottom: 0.875em;
  border-bottom: 0.0625em dotted #444;
  margin-bottom: 0.875em;
  overflow: hidden;
}
#content-main div.subhead p {
  color: #666;
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-bottom: 1em;
}
#content-main form {
  position: relative;
}
#content-main form p {
  overflow: hidden;
}
#content-main form p.formNote {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-size: 0.75em;
  position: absolute;
  top: 0.25em;
  left: 13.58333em;
  color: #666;
}
#content-main form p.formError {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  color: #a10000;
  padding: 0.57143em 0.35714em;
  margin: -0.71429em 0.35714em 1.42857em 11.65em;
  background-color: #f7f7f7;
  border-bottom: 0.07143em dotted #444;
  border-top: 0.07143em dotted #444;
}
#content-main form p.formError strong {
  font-weight: normal;
}
#content-main form p.formHandle {
  padding-left: 11.65em;
}
#content-main form legend {
  font-size: 1.125em;
  color: #004f80;
  padding-bottom: 1.11111em;
}
#content-main form label {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-size: 1.2857em;
  color: #444;
}
#content-main form span.formField {
  display: block;
  width: 24em;
  float: left;
}
#content-main form fieldset fieldset {
  padding-bottom: 1em;
}
#content-main form fieldset fieldset legend {
  width: 8.55em;
  color: #444;
}
#content-main form strong.formError {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  display: block;
  color: #a10000;
  padding-top: 0.35714em;
}
#content-main form ul.formFieldcheckbox {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0.125em 0 0;
}
#content-main form ul.formFieldcheckbox li label {
  display: block;
  font-size: 1.143em;
}
#content-main form ul.formFieldcheckbox li input.checkbox {
  float: left;
  margin-left: 0;
}
#content-main .vcard .label {
  font-weight: bold;
}
#content-main .vcard .name {
  font-weight: bold;
}
#content-main .vcard .n {
  font-weight: bold;
}
#content-main .vcard .fn {
  font-weight: bold;
}
#content-main .vcard .nickname {
  font-weight: bold;
}
#content-main .vcard .title {
  font-weight: bold;
}
#content-main .startpageImageContainer .image-box-homepage.image-box {
  width: 14.925em;
  padding: 1.6em;
  height: 15.55em;
  position: absolute;
  right: 0;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/wechselteaser_textur.png?__blob=normal) no-repeat center top #004f80;
}
#content-main .startpageImageContainer.Variante2 .image-box-homepage.image-box {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(/SiteGlobals/StyleBundles/Bilder/Layout/wechselteaser_textur_v2.png?__blob=normal);
}
#content-main .startpageImageContainer.Variante2 .image-box-homepage h2 {
  color: #004f80;
}
#content-main .startpageImageContainer.Variante2 .image-box-homepage p {
  color: #004f80;
}
#content-main .creativeCommons > a {
  float: left;
  width: 20%;
  font-family: BundesSerif, Georgia, Times New roman, serif;
}
#content-main .creativeCommons .cc-textlink {
  margin-left: 6.25em;
}
#content-main table a.sortUp {
  padding-right: 0.65em;
  font-family: BundesSerif, Georgia, Times New roman, serif;
  font-weight: normal;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_sort_up_inactive.jpg?__blob=normal) no-repeat right center;
}
#content-main table a.sortUp:focus {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_sort_up_active.jpg?__blob=normal) no-repeat right center;
  outline: none;
}
#content-main table a.sortUp:hover {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_sort_up_active.jpg?__blob=normal) no-repeat right center;
  outline: none;
}
#content-main table a.sortUp:active {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_sort_up_active.jpg?__blob=normal) no-repeat right center;
  outline: none;
}
#content-main table a.sortDown {
  padding-right: 0.65em;
  font-family: BundesSerif, Georgia, Times New roman, serif;
  font-weight: normal;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_sort_down_inactive.jpg?__blob=normal) no-repeat right center;
}
#content-main table a.sortDown:focus {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_sort_down_active.jpg?__blob=normal) no-repeat right center;
  outline: none;
}
#content-main table a.sortDown:hover {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_sort_down_active.jpg?__blob=normal) no-repeat right center;
  outline: none;
}
#content-main table a.sortDown:active {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_sort_down_active.jpg?__blob=normal) no-repeat right center;
  outline: none;
}
#content-main .ceLinkbox a {
  text-decoration: none;
}

#glossarEntry h1 {
  color: #004f80;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.16667em;
  padding-bottom: 0.66667em;
}
#glossarEntry h2 {
  color: #004f80;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding-bottom: 0.38889em;
}
#glossarEntry h3 {
  color: #004f80;
  font-weight: normal;
}
#glossarEntry p {
  font-size: 0.875em;
  line-height: 1.28571em;
  padding-bottom: 1.14286em;
}
#glossarEntry a {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-weight: bold;
  color: #444;
}
#glossarEntry a:hover {
  color: #004f80;
  text-decoration: underline;
}
#glossarEntry a:focus {
  color: #004f80;
  text-decoration: underline;
}
#glossarEntry a:active {
  color: #004f80;
  text-decoration: underline;
}
#glossarEntry #popupLinks a {
  font-size: 0.875em;
}
#glossarEntry #popupLinks ul {
  margin-left: 1em;
  list-style-image: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal);
}

input[type="submit"]:hover {
  background: #1175b0;
}
input[type="submit"]:focus {
  background: #1175b0;
}
input[type="submit"]:active {
  background: #1175b0;
}

input[type="button"]:hover {
  background: #1175b0;
}
input[type="button"]:focus {
  background: #1175b0;
}
input[type="button"]:active {
  background: #1175b0;
}

input[type="reset"] {
  margin-left: 0.38889em;
}
input[type="reset"]:hover {
  background: #1175b0;
}
input[type="reset"]:focus {
  background: #1175b0;
}
input[type="reset"]:active {
  background: #1175b0;
}

.gone {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.hidden {
  display: none;
}

a {
  color: #666;
  text-decoration: none;
}
a:link {
  color: #666;
  text-decoration: none;
}
a:visited {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #004f80;
  text-decoration: underline;
}
a:focus {
  color: #004f80;
  text-decoration: underline;
}
a:active {
  color: #004f80;
  text-decoration: underline;
}
a.RichTextGlossarLink.GlossarEntry {
  padding-right: 1em;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/lexicon_link_icon.png?__blob=normal) no-repeat center right;
  cursor: help;
}
a.downloadLink.Publication {
  padding-right: 1em;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/download_link_icon.png?__blob=normal) no-repeat center right;
}
a.RichTextExtLink.ExternalLink {
  padding-right: 1em;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_extern.png?__blob=normal) no-repeat center right;
}

#navigator {
  position: fixed;
  height: 100%;
  z-index: 99;
  right: 0;
}

#navigator_js {
  position: relative;
  top: 140px;
  cursor: pointer;
  width: 46px;
  height: 238px;
  display: none;
  float: left;
}
#navigator_js.docked:hover {
  margin-left: -51px;
  width: 51px;
}
#navigator_js.docked:focus {
  margin-left: -51px;
  width: 51px;
}

#flyout_portale {
  position: relative;
  width: 260px;
  padding: 0 1.3em;
  height: 100% !important;
  background: #fff;
  display: none;
  text-align: left;
  float: left;
}
#flyout_portale a {
  color: #444;
  font-size: 1.4em;
  text-decoration: none;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-weight: bold;
  display: block;
  padding: 0.8em 1.3em;
}
#flyout_portale a:hover {
  color: #004f80;
  text-decoration: underline;
}
#flyout_portale a:focus {
  color: #004f80;
  text-decoration: underline;
}
#flyout_portale #flyout_close {
  display: block;
  margin-top: 1em;
  cursor: pointer;
  text-align: right;
  z-index: 100;
  padding: 0;
}

.flyout_portale-box {
  padding: 0;
  overflow-y: auto;
  height: 100% !important;
}

#flyout_portale_nav {
  list-style: none outside none;
  display: block;
  padding: 0;
  margin: 0 0 24em 0;
}

.flyout_portale_link {
  display: block;
  color: #444;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/pfeil_link.png?__blob=normal) no-repeat scroll 0 -1px #fff;
  border-bottom: #444 1px dotted;
}
.flyout_portale_link:first-child {
  border-top: #444 1px dotted;
}

#flyout_close:focus {
  outline: 1px dotted #004f80;
}
#flyout_close:active {
  outline: none;
}

#flyout_headline {
  display: block;
  padding: 1.1em 1.0em 2.6em 1.0em;
  text-align: left;
  margin: 0;
}

.flyout_header {
  font-family: BundesSerif, Georgia, Times New Roman, serif;
  font-size: 1.2em;
  color: #004f80;
}

#flyout_preview {
  position: absolute;
  width: 27.7em;
  height: 34em;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/preview_portal.png?__blob=normal) no-repeat left top;
  background-size: cover;
  right: 27.7em;
  z-index: 100;
  display: none;
}

#flyout_content {
  margin: 2.7em 3.1em 1.7em 2.5em;
  text-align: left;
}
#flyout_content p {
  margin: 0.5em 0.5em 0.5em 1.0em;
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: BundesSans, Arial, helvetica, sans-serif;
}

#flyout_menu {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.625em;
}

#dimmer {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 98;
  display: none;
}

.showpreview {
  color: #444;
}
.showpreview:hover {
  color: #004f80;
}
.showpreview:focus {
  color: #004f80;
}

.stoerer {
  position: absolute;
  top: 0;
  right: 0;
  background: #cc3366;
  color: #fff;
  padding: 0.05em 1.3em;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.25;
  font-weight: bold;
  font-family: BundesSans, Arial, helvetica, sans-serif;
}

#bgaLogo a:focus {
  outline: #004f80 solid 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#popup #glossarEntry {
  margin: 1em;
}

#to_content a, #to_context a, #to_mainnavigation a, #to_search a {
  position: absolute;
  top: 0;
  left: -1000em;
  z-index: 3;
  width: 255px;
  display: block;
  text-align: left;
  color: #fff;
  background: #004f80 url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_skipnavigation.gif?__blob=normal) no-repeat 10px 14px;
  border: none;
  padding: 9px 0 11px 31px;
  text-decoration: none;
  -moz-box-shadow: 3px 3px 5px #a0a0a0;
  -webkit-box-shadow: 3px 3px 5px #a0a0a0;
  box-shadow: 3px 3px 5px #a0a0a0;
}

#navigationMeta li strong, #navigationMeta li a, #navigationMeta li a:link, #navigationMeta li a:visited {
  display: block;
  color: #666;
  padding: 0 0.85714em 0 0.85714em;
  border-right: 1px solid #ccc;
  text-decoration: none;
}

#navigationPrimaer li em a, #navigationPrimaer li em a:link, #navigationPrimaer li em a:visited {
  font-family: BundesSerif, Georgia, Times New roman, serif;
  font-weight: bold;
  font-style: normal;
  color: #004f80;
  text-decoration: none;
}

#navFooter ul li h3 strong, #navFooter ul li h3 em, #navFooter ul li h3 a {
  font-size: 90%;
  color: #444;
  font-family: BundesSans, Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat 0 0.35em;
  padding-left: 1em;
  font-style: inherit;
}

#skipnavigation {
  font-family: BundesSerif, Georgia, Times New roman, serif;
  font-size: 1.125em;
  position: absolute;
  list-style: none;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 2;
}

#navigationMeta {
  float: left;
  padding: 0;
}
#navigationMeta ul {
  float: left;
}
#navigationMeta li {
  float: left;
  padding-bottom: 0.14286em;
}
#navigationMeta li strong {
  font-family: BundesSans, Georgia, Times New roman, serif;
  font-weight: bold;
}
#navigationMeta li a:hover {
  color: #004f80;
  text-decoration: underline;
}
#navigationMeta li a:focus {
  color: #004f80;
  text-decoration: underline;
}
#navigationMeta li a:active {
  color: #004f80;
  text-decoration: underline;
}

#navigationLanguage {
  float: left;
  padding: 0 1.14286em 0 0;
}
#navigationLanguage ul {
  float: left;
}
#navigationLanguage li {
  float: left;
}
#navigationLanguage li span {
  display: none;
}
#navigationLanguage p {
  float: left;
  color: #666;
  padding: 0 0.42857em 0 0;
}

#metanavigation-language {
  position: relative;
  display: block;
  float: left;
  z-index: 4;
  min-width: 11.2em;
}
#metanavigation-language .flag-icon {
  display: block;
  color: #666;
  overflow: hidden;
  width: 27px;
  height: 18px;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/meta_flags.gif?__blob=normal) no-repeat;
  float: right;
  margin-right: 0;
}
#metanavigation-language .flag-icon.lang-de {
  background-position: 0 -1px;
}
#metanavigation-language .flag-icon.lang-en {
  background-position: -24px -1px;
}
#metanavigation-language .flag-icon.lang-fr {
  background-position: -48px -1px;
}
#metanavigation-language .flag-icon.lang-it {
  background-position: -72px -1px;
}
#metanavigation-language .flag-icon.lang-ru {
  background-position: -96px -1px;
}
#metanavigation-language .flag-icon.lang-tr {
  background-position: -120px -1px;
}
#metanavigation-language ul {
  -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.2);
  padding: 1em 0.9em 1.6em;
  background: #fff;
  position: absolute;
  top: 2.3em;
  right: -1.3em;
}
#metanavigation-language li {
  width: 10em;
  clear: both;
  display: block;
  text-align: right;
  position: relative;
  border-bottom: 1px #999 dotted;
  padding-bottom: 0.5em;
  padding-right: 0.8em;
  padding-top: 0.3em;
  float: left;
}
#metanavigation-language li span {
  text-align: right;
  background: #fff;
  margin-right: 1em;
}
#metanavigation-language .selected {
  padding: 0.2em 0.9em 0.4em;
  margin-top: -0.175em;
  margin-right: -0.9em;
  cursor: pointer;
  float: left;
}
#metanavigation-language .selected a {
  position: relative;
}
#metanavigation-language .selected a img {
  margin: 0 0 0 -0.25em;
  padding: 0;
}
#metanavigation-language .selected:hover {
  -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.2);
}
#metanavigation-language .selected:focus {
  -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.2);
}
#metanavigation-language .selected span {
  float: left;
  margin-right: 1em;
}
#metanavigation-language .language-block {
  margin-top: -0.2em;
  position: absolute;
  left: 10em;
  display: none;
}
#metanavigation-language .language-block li a:hover span {
  text-decoration: underline;
}
#metanavigation-language .language-block li a:focus span {
  text-decoration: underline;
}
#metanavigation-language .language-dropdown-arrow {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-language-dropdown-block.png?__blob=normal) no-repeat;
  width: 1em;
  height: 1em;
  left: -5.6em;
  z-index: 600;
  position: absolute;
  top: 1.4em;
}

#navigationPrimaer {
  width: 13.75em;
  overflow: hidden;
}
#navigationPrimaer li {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/navigation_primary_spacer_dotted.gif?__blob=normal) 0 0 no-repeat;
  display: block;
  overflow: hidden;
}
#navigationPrimaer li a {
  color: #444;
  text-decoration: none;
  font-size: 0.875em;
  display: block;
  font-weight: normal;
  border-left: 0.28571em solid #fff;
  padding: 0.142857em 0 0.142857em 1.14286em;
  margin: 0.42857em 0 0.42857em 0;
}
#navigationPrimaer li a:link {
  color: #444;
  text-decoration: none;
}
#navigationPrimaer li a:visited {
  color: #444;
  text-decoration: none;
}
#navigationPrimaer li a:hover {
  color: #004f80;
  text-decoration: underline;
}
#navigationPrimaer li a:focus {
  color: #004f80;
  text-decoration: underline;
}
#navigationPrimaer li a:active {
  color: #004f80;
  text-decoration: underline;
}
#navigationPrimaer li li a {
  color: #666;
  text-decoration: none;
  padding-left: 1.85714em;
}
#navigationPrimaer li li a:link {
  color: #666;
  text-decoration: none;
}
#navigationPrimaer li li a:visited {
  color: #666;
  text-decoration: none;
}
#navigationPrimaer li li a:hover {
  color: #004f80;
  text-decoration: underline;
}
#navigationPrimaer li li a:focus {
  color: #004f80;
  text-decoration: underline;
}
#navigationPrimaer li li a:active {
  color: #004f80;
  text-decoration: underline;
}
#navigationPrimaer li li strong {
  padding-left: 1.85714em;
}
#navigationPrimaer li li li a {
  padding-left: 2.71429em;
}
#navigationPrimaer li li li strong {
  padding-left: 2.71429em;
}
#navigationPrimaer li strong {
  font-family: BundesSerif, Georgia, Times New roman, serif;
  font-weight: bold;
  font-size: 0.875em;
  display: block;
  border-left: 0.28571em solid #004f80;
  color: #004f80;
  padding: 0.142857em 0 0.142857em 1.14286em;
  margin: 0.42857em 0 0.42857em 0;
}
#navigationPrimaer li em a:hover {
  text-decoration: underline;
}
#navigationPrimaer li em a:focus {
  text-decoration: underline;
}
#navigationPrimaer li em a:active {
  text-decoration: underline;
}
#navigationPrimaer > ul {
  width: 13.75em;
  overflow: hidden;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/navigation_primary_spacer_dotted.gif?__blob=normal) left bottom no-repeat;
}

#metanavigation {
  text-align: right;
  display: block;
  color: #666;
  clear: both;
  float: left;
  position: absolute;
  top: 4.3em;
  left: 33em;
  z-index: 999;
}
#metanavigation div {
  float: left;
}
#metanavigation div #metanavigation-language {
  font-size: 1.4em;
  margin: 1em 0 0;
  z-index: 99;
  position: relative;
}
#metanavigation div #metanavigation-language h2 {
  display: inline;
  float: left;
}
#metanavigation div div {
  position: relative;
  float: left;
}
#metanavigation div ul {
  list-style: none;
  float: left;
}
#metanavigation div ul li {
  display: inline;
  float: left;
}
#metanavigation div #metanavigation-meta ul li a {
  padding-left: 0.7em;
  float: left;
  margin-top: -0.2em;
}
#metanavigation div #metanavigation-meta ul li .seperator {
  padding-right: 1.2em;
  border-right: 1px solid #ccc;
}
#metanavigation a {
  color: #666;
  text-decoration: none;
  float: left;
}
#metanavigation a:hover {
  color: #004f80;
  text-decoration: underline;
}
#metanavigation a:focus {
  color: #004f80;
  text-decoration: underline;
}
#metanavigation #metanavigation-meta {
  z-index: 7;
}
#metanavigation #metanavigation-meta ul {
  padding-top: 1.3em;
}

.metanavigation-social-media {
  z-index: 7;
  position: relative;
  margin-left: 1.0em;
  float: left;
  top: -0.3em;
}
.metanavigation-social-media li {
  float: left;
  margin-right: 0.5em;
  list-style: none;
}
.metanavigation-social-media a:hover {
  outline: 1px dotted #004f80;
}
.metanavigation-social-media a:focus {
  outline: 1px dotted #004f80;
}
.metanavigation-social-media a:active {
  outline: 1px dotted #004f80;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  z-index: 4;
  top: 0;
}

.background-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  top: 0;
}

#footer {
  clear: both;
  padding-top: 1em;
  height: 6.8em;
}

#footer-right {
  float: right;
}

#navFooter {
  position: relative;
  float: left;
  min-height: 16em;
  text-align: left;
  width: 72%;
  margin-left: 1em;
  margin-top: 1.5em;
}
#navFooter ul li {
  width: 11.0em;
  border-right: 1px dashed #999;
  position: absolute;
  height: 100%;
}
#navFooter ul li h3 {
  margin-bottom: 0.3em;
}
#navFooter ul li.minimap-li-1 {
  top: 0;
  left: 0;
  position: absolute;
}
#navFooter ul li.minimap-li-2 {
  left: 0;
  position: absolute;
  border: none;
  top: 1.4em;
}
#navFooter ul li.minimap-li-3 {
  top: 0;
  left: 12em;
}
#navFooter ul li.minimap-li-4 {
  top: 0;
  left: 24em;
}
#navFooter ul li.minimap-li-5 {
  left: 24em;
  border: none;
  top: 8.9em;
}
#navFooter ul li.minimap-li-6 {
  top: 0;
  left: 36em;
  border: none;
}
#navFooter ul li.minimap-li-7 {
  left: 36em;
  border: none;
  top: 8.8em;
}
#navFooter ul li ul {
  padding-top: 0.3em;
}
#navFooter ul li ul li {
  display: block;
  position: static !important;
  font-size: 84.4%;
  width: auto;
  border: none;
  top: inherit !important;
  left: inherit !important;
  padding-left: 1em;
  margin-bottom: 0.2em;
  padding-bottom: 0.7em;
}
#navFooter ul li ul li a {
  background: none;
  font-family: BundesSans, Arial, Helvetica, sans-serif;
  line-height: 1.3;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#navFooter ul li ul li a.moreTopicsLink {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat 0 0.35em;
  color: #333;
  padding-left: 1em;
}

#footer-claim {
  font-family: BundesSans, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

#footer-meta {
  float: left;
}
#footer-meta li {
  float: left;
  list-style: none outside none;
  margin-right: 0.8em;
}
#footer-meta li:first-child {
  padding-left: 0;
  margin-left: 0;
}
#footer-meta li:first-child .seperator {
  border-left: 0 none;
  padding-left: 0;
}
#footer-meta li .seperator {
  border-left: 1px solid #999;
  display: block;
  float: left;
  padding-left: 0.8em;
}
#footer-meta a {
  color: #666;
  float: left;
  font-size: 0.9em;
  font-family: BundesSans, Arial, Helvetica, sans-serif;
}

span.aural {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

#to_content a span {
  padding: 0.3em 0.8em 0.3em 0.8em;
  float: left;
}
#to_content a:focus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
#to_content a:hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
#to_content a:active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

#to_context a span {
  padding: 0.3em 0.8em 0.3em 0.8em;
  float: left;
}
#to_context a:focus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
#to_context a:hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
#to_context a:active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

#to_mainnavigation a span {
  padding: 0.3em 0.8em 0.3em 0.8em;
  float: left;
}
#to_mainnavigation a:focus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
#to_mainnavigation a:hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
#to_mainnavigation a:active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

#to_search a span {
  padding: 0.3em 0.8em 0.3em 0.8em;
  float: left;
}
#to_search a:focus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
#to_search a:hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
#to_search a:active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

* html #navigationPrimaer li {
  zoom: 1;
}

html #navigationPrimaer li li {
  background: none;
}

#content-main .teaserPageHome h2 a, #content-main .teaserPageHome h2 a:link, #content-main .teaserPageHome h2 a:visited {
  font-family: BundesSerif, Georgia, Times New roman, serif;
  font-weight: normal;
  margin: 0;
  padding-left: 0.94444em;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat 0 0.38889em;
  color: #444;
}

#content-main .ceImg-Text h2 a, #content-main .ceImg-Text h2 a:link, #content-main .ceImg-Text h2 a:visited {
  font-family: BundesSerif, Georgia, Times New roman, serif;
  font-weight: normal;
  display: block;
  color: #444;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat 0 0.38889em;
  padding-left: 0.94444em;
}

#content-col-mid #content-main .ceLinkbox li a, #content-col-mid #content-main .ceLinkbox li a:link, #content-col-mid #content-main .ceLinkbox li a:visited {
  font-family: BundesSans, Georgia, Times New roman, serif;
  font-weight: bold;
  color: #444;
  display: block;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat 0 0.35714em;
  padding-left: 1.21429em;
}

#content-main form fieldset.suchMaske .formLabel, #content-main form fieldset.suchMaske .formField {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 0 0.5em;
  display: block;
}

#content-main form fieldset.vorbildunternehmerinnen .formLabel, #content-main form fieldset.vorbildunternehmerinnen .formField {
  float: none;
  width: 90%;
  padding: 0;
  margin: 0 0 0.5em;
  display: block;
  font-weight: bold;
}

.register-newsletter form input[type="submit"], .rating-flyout input[type="submit"], form.rating input[type="submit"] {
  color: #fff;
  padding: 0.1em 1.6em 0.2em 1.6em;
  text-align: center;
  text-decoration: none;
  background: #004f80;
  display: block;
  margin-top: 1.5em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  float: right;
  border: 1px solid #004f80;
  cursor: pointer;
  margin-right: -0.6em;
}

#content-main .startpageTeaserTop a.startpageImageButton, #content-main .startpageTeaserTop a.startpageImageButton:visited {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-arrow-default.png?__blob=normal) no-repeat scroll 0.7em 0.7em #004f80;
  color: #fff;
  height: 20px;
  padding: 0.6em 1.2em 0.2em 2em;
  text-align: center;
  text-decoration: none;
  border-color: #004f80;
  border-radius: 15px;
  display: block;
  float: right;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-size: 0.85em;
}

.startpageTeaserTop .pagination .pager-left, .startpageTeaserTop .pagination .pager-pause, .startpageTeaserTop .pagination .pager-right, .startpageTeaserTop .pagination .pager {
  background: transparent;
  float: left;
  height: 1.0em;
  position: relative;
  top: 0.1em;
}

#content-main .artikelbewertung li a, #content-main .artikelbewertung li a:link, #content-main .artikelbewertung li a:visited {
  font-family: BundesSans, Georgia, Times New roman, serif;
  font-weight: bold;
  color: #444;
  display: block;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat 0 0.35714em;
  padding-left: 1.21429em;
}

.accessible-megamenu, #navPrimary.menu-js-loading > ul {
  height: 2.250em;
  color: #fff;
  background-color: #004f80;
  border-color: #004f80;
  border-style: solid;
  border-width: 0 1px 1px;
  border-radius: 0;
  font-family: BundesSerif, Georgia, Times New roman, serif;
  font-size: 1em;
}

.accessible-megamenu .accessible-megamenu-top-nav-item, #navPrimary.menu-js-loading > ul > li {
  height: 2.250em;
  color: #fff !important;
  text-shadow: none;
  border-right: 1px solid #004f80;
  border-right-color: #004f80;
}

.accessible-megamenu .accessible-megamenu-top-nav-item a, .accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup], #navPrimary.menu-js-loading > ul > li > a {
  line-height: 2.250em;
  height: 2.250em;
  padding-left: 1.250em;
  padding-right: 1.250em;
  color: #fff !important;
  text-decoration: none;
  box-shadow: none;
}

.accessible-megamenu .accessible-megamenu-top-nav-item .accessible-megamenu-panel a, .accessible-megamenu .accessible-megamenu-top-nav-item .accessible-megamenu-panel a.open {
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  padding: 0.375em 0;
  margin-bottom: 0;
  height: auto;
  border-bottom: 1px dotted #8c9fb2;
  display: block;
}

#content-main .faq .answer h2, #content-col-mid #content-main .faq .ceLinkbox h2 {
  color: #004f80;
  font-family: BundesSerif, Georgia, Times New roman, serif;
  font-size: 1.2857em;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0.38889em;
}

#content-col-right .marginalTeaserHome {
  font-size: 0.875em;
  line-height: 1.42857em;
  width: 12.85714em;
  padding: 1.65714em 0.71429em 1.64286em;
  margin-bottom: 2.85714em;
}
#content-col-right .marginalTeaserHome h2 {
  font-size: 1.28571em;
  font-weight: normal;
  padding-bottom: 1em;
}
#content-col-right .marginalTeaserHome p {
  padding-bottom: 0.85714em;
}
#content-col-right .marginalTeaserHome.closingBorder {
  background-color: #004f80;
  float: left;
  height: 0.25em;
  overflow: hidden;
  padding: 0 0.7em;
  width: 12.8571em;
  margin-top: -3em;
}
#content-col-right .marginalTeaserStandard {
  font-size: 0.875em;
  line-height: 1.28571em;
  width: 12.85714em;
  border-top: 0.07143em dotted #444;
  border-bottom: 0.07143em dotted #444;
  padding: 0.71429em 0.71429em 1em 0.71429em;
  margin-bottom: 2em;
  color: #666;
  background-color: #f7f7f7;
}
#content-col-right .marginalTeaserStandard h2 {
  font-weight: normal;
  color: #004f80;
  padding-bottom: 0.85714em;
}
#content-col-right .marginalTeaserStandard img {
  padding-bottom: 0.35714em;
}
#content-col-right .marginalTeaserStandard p {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  padding-bottom: 1em;
}
#content-col-right .marginalTeaserStandard ul {
  font-family: BundesSans, Arial, helvetica, sans-serif;
}
#content-col-right .marginalTeaserStandard ul li {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) 0 0.35714em no-repeat;
  padding: 0 0 0.85714em 1.07143em;
  width: 11.78571em;
  overflow: hidden;
}
#content-col-right .marginalTeaserStandard ul li a {
  color: #666;
  text-decoration: none;
}
#content-col-right .marginalTeaserStandard ul li a:link {
  color: #666;
  text-decoration: none;
}
#content-col-right .marginalTeaserStandard ul li a:visited {
  color: #666;
  text-decoration: none;
}
#content-col-right .marginalTeaserStandard ul li a:hover {
  color: #004f80;
  text-decoration: underline;
}
#content-col-right .marginalTeaserStandard ul li a:focus {
  color: #004f80;
  text-decoration: underline;
}
#content-col-right .marginalTeaserStandard ul li a:active {
  color: #004f80;
  text-decoration: underline;
}
#content-col-right .marginalTeaserStandard ul li .marginalTeaserStandard-title {
  font-family: BundesSans, Georgia, Times New roman, serif;
  color: #444;
  display: block;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#content-col-right .marginalTeaserStandard ul li img {
  padding: 0.57143em 0 0.35714em 0;
}
#content-col-right .wechselteaser {
  border-bottom: 0.0625em dotted #444;
  border-top: 0.0625em dotted #444;
  background: #eee;
  width: 12.5em;
}
#content-col-right .wechselteaser .image-box-homepage {
  padding: 1.3em 0.5em;
}
#content-col-right .wechselteaser .image-box-homepage p {
  font-size: 0.875em;
  line-height: 1.25;
  margin-bottom: 0.8em;
}
#content-col-right .wechselteaser .image-box-homepage a {
  font-size: 0.85em;
  font-weight: bold;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat 0 0.3em;
  padding-left: 1.3em;
}
#content-col-right .wechselteaser h2 {
  color: #004f80;
  font-weight: normal;
  margin-bottom: 1em;
  line-height: 1.25;
}
#content-col-right .wechselteaser .headline {
  font-size: 0.75em;
  font-weight: bold;
  margin-bottom: 1em;
  clear: left;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  text-transform: uppercase;
}
#content-col-right .startpageImageContainer {
  width: 12.5em;
  height: 17em;
}
#content-col-right .startpageTeaserTop .dateblock {
  float: left;
  margin: 0 0.5em 1em 0;
  background: #fff;
  padding: 0 0.4em 0.3em;
  text-align: center;
}
#content-col-right .startpageTeaserTop .dateblock .day {
  font-size: 2em;
  color: #004f80;
  font-weight: bold;
  margin-bottom: 0.1em;
}
#content-col-right .startpageTeaserTop .dateblock .month {
  font-size: 0.75em;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  color: #666;
  font-weight: bold;
}
#content-col-right .startpageTeaserTop .paginationContainer {
  padding-left: 0;
  margin-bottom: 0.5em;
}

#content-main .teaserPageHome a {
  display: block;
  margin-bottom: 0.5625em;
}
#content-main .teaserPageHome a:focus {
  outline: 2px solid #004f80;
}
#content-main .teaserPageHome p {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  color: #666;
  padding-left: 1.21429em;
}
#content-main .teaserPageHome h2 a:hover {
  color: #004f80;
  text-decoration: underline;
  outline: 0;
}
#content-main .teaserPageHome h2 a:focus {
  color: #004f80;
  text-decoration: underline;
  outline: 0;
}
#content-main .teaserPageHome h2 a:active {
  color: #004f80;
  text-decoration: underline;
  outline: 0;
}
#content-main .ceImg-Text {
  border-top: 0.0625em dotted #444;
  padding-top: 0.6875em;
}
#content-main .ceImg-Text h2 {
  width: 19em;
  float: left;
}
#content-main .ceImg-Text h2 a:hover {
  color: #004f80;
  text-decoration: underline;
}
#content-main .ceImg-Text h2 a:focus {
  color: #004f80;
  text-decoration: underline;
}
#content-main .ceImg-Text h2 a:active {
  color: #004f80;
  text-decoration: underline;
}
#content-main .ceImg-Text h3 {
  width: 20.3125em;
  float: left;
  padding-left: 1.0625em;
  padding-bottom: 0.375em;
}
#content-main .ceImg-Text p {
  color: #666;
  width: 23.21429em;
  padding-bottom: 0.85714em;
  padding-left: 1.21429em;
  float: left;
}
#content-main table {
  margin: 0 0 1.563em 0;
  width: 100%;
}
#content-main table caption {
  color: #004f80;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  padding-bottom: 0.38889em;
}
#content-main table .odd {
  background-color: #f7f7f7;
}
#content-main table .even {
  background-color: #fff;
}
#content-main table tr {
  border-bottom: 0.05556em solid #e2e2e2;
}
#content-main table tr:hover {
  background-color: #e2e2e2;
}
#content-main table tr:focus {
  background-color: #e2e2e2;
}
#content-main table tr:active {
  background-color: #e2e2e2;
}
#content-main table th {
  font-size: 0.875em;
  font-weight: normal;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  text-align: left;
  color: #004f80;
  padding: 0.813em 0.438em;
}
#content-main table th a:hover {
  outline: #004f80 solid 1px;
}
#content-main table th a:focus {
  outline: #004f80 solid 1px;
}
#content-main table th a:active {
  outline: #004f80 solid 1px;
}
#content-main table p {
  padding: 0;
}
#content-main table a {
  padding: 0;
}
#content-main table td a:hover {
  color: #004f80;
  text-decoration: underline;
}
#content-main table td a:focus {
  color: #004f80;
  text-decoration: underline;
}
#content-main table td a:active {
  color: #004f80;
  text-decoration: underline;
}
#content-main td {
  font-size: 0.875em;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  padding: 0.688em 0.438em;
  vertical-align: top;
}
#content-main .filter-box fieldset.suchMaske {
  padding-bottom: 1em;
}
#content-main .filter-box fieldset.vorbildunternehmerinnen {
  width: 100%;
}
#content-main .filter-box fieldset.vorbildunternehmerinnen div {
  width: 50%;
  float: left;
}
#content-main .filter-box .filter-link a {
  color: #004f80;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-runter.png?__blob=normal) no-repeat right 0.6em;
  padding-right: 1.3em;
  margin-bottom: 1em;
  font-family: BundesSerif, Georgia, Times New roman, serif;
  font-size: 0.9em;
}
#content-main .filter-box .filter-link a.open {
  background-image: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-hoch.png?__blob=normal);
}
#content-main form fieldset.vorbildunternehmerinnen label {
  font-size: 14px;
  color: #666;
}
#content-main form fieldset.vorbildunternehmerinnen input {
  font-size: 14px;
  color: #666;
  width: 24.1em;
}
#content-main form fieldset.vorbildunternehmerinnen select {
  font-size: 14px;
  color: #666;
  padding: 1px 0;
  border: 1px solid #999;
  width: 23em;
}
#content-main form fieldset.frauenunternehmensuche {
  background-color: #f7f7f7;
  display: block;
  padding: 1em;
  margin-bottom: 1em;
}
#content-main form fieldset.frauenunternehmensuche .formField {
  display: inline;
  vertical-align: middle;
}
#content-main form fieldset.frauenunternehmensuche .FormTextInputField {
  width: 26.5em;
  margin: 0 0.4375em 0 0;
}
#content-main form fieldset.frauenunternehmensuche .image {
  vertical-align: middle;
}
#content-main form fieldset legend.formLabel {
  font-family: BundesSans, Arial, helvetica, sans-serif;
}
#content-main form .formField > select {
  width: 100%;
}
#content-main p.searchResultInfo {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-size: 0.875em;
  color: #666;
  padding: 0.35714em 0 0.35714em 0;
  border-bottom: 0.0714em dotted #444;
  border-top: 0.0714em dotted #444;
}
#content-main p.employee-back-lin a.employee-back-link {
  font-size: 1em;
}
#content-main #searchResult {
  padding: 1.5625em 0 0.375em;
  list-style: decimal inside none;
}
#content-main #searchResult li {
  font-size: 1.125em;
  padding: 0 0 0.36em 3.5em;
  position: relative;
}
#content-main .startpageImageCaroufredsel {
  height: 18.75em;
  overflow: hidden;
}
#content-main .startpageImageContainer .startpageImage {
  float: left;
  margin-right: 1.0em;
}
#content-main .startpageImageContainer .image-box-homepage {
  float: left;
}
#content-main .startpageImageContainer .image-box-homepage.image-box {
  width: 14.9em;
}
#content-main .startpageImageContainer .image-box-homepage h2 {
  font-weight: bold;
  font-family: BundesSans, Arial, Helvetica, sans-serif;
  font-size: 142%;
}
#content-main .startpageImageContainer .image-box-homepage p {
  font-weight: normal;
  font-family: BundesSans, Arial, Helvetica, sans-serif;
}
#content-main .artikelbewertung {
  border-top: 0.0625em dotted #444;
  border-bottom: 0.0625em dotted #444;
  padding: 1.5em 1.5em 0.8em 1.5em;
  margin-bottom: 1.625em;
  background-color: #f7f7f7;
  font-size: 0.750em;
  font-family: BundesSans, Georgia, Times New roman, serif;
}
#content-main .artikelbewertung h2 {
  font-size: 1.250em;
  line-height: 1.28571em;
  padding-bottom: 1em;
}
#content-main .artikelbewertung h3 {
  font-size: 1.250em;
  line-height: 1.28571em;
  padding-bottom: 1em;
}
#content-main .artikelbewertung p {
  padding-bottom: 0.71429em;
}
#content-main .artikelbewertung p.formHandle {
  padding-left: 0;
  text-align: right;
}
#content-main .artikelbewertung ul {
  padding-left: 0;
  padding-bottom: 1em;
  margin-bottom: 0;
  list-style: none;
}
#content-main .artikelbewertung ul li {
  padding-left: 0;
  margin-bottom: 0.3em;
}
#content-main .artikelbewertung .formField li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#content-main .artikelbewertung .formField input {
  float: left;
  display: inline;
  position: relative;
  z-index: -1;
  left: 16px;
  top: -2px;
}
#content-main .artikelbewertung .formField input:disabled + label {
  cursor: default;
}
#content-main .artikelbewertung .formField .item-1 {
  padding-left: 0;
  width: 8.5em;
}
#content-main .artikelbewertung .formField .item-1 input {
  float: right;
  left: 0;
}
#content-main .artikelbewertung .formField .item-1 label {
  padding: 0 10px 0 3px;
  background-position: right 0;
}
#content-main .artikelbewertung .formField .item-1 label span {
  padding: 0 30px 0 0;
  display: block;
  margin-top: 2px;
  float: left;
}
#content-main .artikelbewertung .formField .item-1 input[type="radio"] + label {
  margin-right: -22px;
  position: relative;
}
#content-main .artikelbewertung .formField .item-1 input[type="radio"] + label:before {
  content: "";
}
#content-main .artikelbewertung .formField .item-1 input[type="radio"] + label:after {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-radiobutton-inactive.png?__blob=normal);
  position: absolute;
  right: 0;
  top: 0;
}
#content-main .artikelbewertung .formField .item-1 input[type="radio"]:checked + label {
  margin-right: -22px;
}
#content-main .artikelbewertung .formField .item-1 input[type="radio"]:checked + label:before {
  content: "";
}
#content-main .artikelbewertung .formField .item-1 input[type="radio"]:checked + label:after {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-radiobutton-active.png?__blob=normal);
}
#content-main .artikelbewertung .formField .item-1 input[type="radio"]:focus + label {
  margin-right: -22px;
}
#content-main .artikelbewertung .formField .item-1 input[type="radio"]:focus + label:before {
  content: "";
}
#content-main .artikelbewertung .formField .item-1 input[type="radio"]:focus + label:after {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-radiobutton-active.png?__blob=normal);
}
#content-main .artikelbewertung .formField .item-1 input[type="radio"][disabled] + label:after {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-radiobutton-disabled.png?__blob=normal);
  cursor: default;
}
#content-main .artikelbewertung .formField label {
  display: inline-block;
  padding: 0 0 3px 0;
  color: #333;
  text-align: left;
  float: left;
  cursor: pointer;
  margin-left: 0;
  font-size: 1.4em;
}
#content-main .artikelbewertung .formField label span {
  padding-left: 25px;
}
#content-main .artikelbewertung .formField input[type="radio"] + label {
  background: transparent none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}
#content-main .artikelbewertung .formField input[type="radio"] + label:before {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-radiobutton-inactive.png?__blob=normal);
}
#content-main .artikelbewertung .formField input[type="radio"]:checked + label:before {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-radiobutton-active.png?__blob=normal);
}
#content-main .artikelbewertung .formField input[type="radio"]:focus + label:before {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-radiobutton-active.png?__blob=normal);
}
#content-main .artikelbewertung .formField input[type="radio"][disabled] + label:before {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-radiobutton-disabled.png?__blob=normal);
  cursor: default;
}
#content-main .artikelbewertung legend {
  color: #444;
  font-weight: bold;
}
#content-main .artikelbewertung span.formLabel {
  width: 100%;
  float: none;
}
#content-main .artikelbewertung span.formField {
  width: 100%;
}
#content-main .artikelbewertung textarea {
  width: 33.4em;
  font-size: 1.3em;
  margin-bottom: 1em;
}
#content-main .artikelbewertung .submit {
  color: #fff;
  padding: 0 1.6em 0.2em;
  text-align: center;
  text-decoration: none;
  background: #004f80;
  border-radius: 10px;
  border: 1px solid #004f80;
  cursor: pointer;
  font-size: 1.15em;
}
#content-main .artikelbewertung .submit:hover {
  background: #1175b0;
  border: 1px solid #1175b0;
}
#content-main .artikelbewertung .submit:focus {
  background: #1175b0;
  border: 1px solid #1175b0;
}
#content-main .artikelbewertung .submit:active {
  background: #1175b0;
  border: 1px solid #1175b0;
}
#content-main .artikelbewertung .disabled {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #888;
  cursor: default;
}
#content-main .artikelbewertung .disabled:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
}
#content-main .artikelbewertung .disabled:focus {
  background-color: #ccc;
  border: 1px solid #ccc;
}
#content-main .artikelbewertung .disabled:active {
  background-color: #ccc;
  border: 1px solid #ccc;
}
#content-main .artikelbewertung .checkbox {
  display: inline-block;
}
#content-main .artikelbewertung .checkbox:focus {
  outline: 1px solid #1175b0;
}
#content-main .artikelbewertung .checkbox:active {
  outline: none;
}
#content-main .artikelbewertung .radio:focus {
  outline: 1px solid #1175b0;
}
#content-main .artikelbewertung .radio:active {
  outline: none;
}
#content-main .artikelbewertung fieldset {
  padding-bottom: 1em;
}
#content-main .artikelbewertung li a:hover {
  color: #004f80;
  text-decoration: underline;
}
#content-main .artikelbewertung li a:focus {
  color: #004f80;
  text-decoration: underline;
}
#content-main .artikelbewertung li a:active {
  color: #004f80;
  text-decoration: underline;
}
#content-main .artikelbewertung .item-1 label {
  float: left;
}
#content-main .artikelbewertung .artikelbewertung-options .formField .item-2 label span {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#content-main .artikelbewertung .artikelbewertung-options .formField .item-3 label span {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#content-main .artikelbewertung .artikelbewertung-options .formField .item-4 label span {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#content-main .artikelbewertung-zusatz {
  margin-top: -1em;
  padding-bottom: 0.1em;
}
#content-main .artikelbewertung-zusatz label {
  font-size: 1.4em;
}
#content-main .artikelbewertung-zusatz input {
  font-size: 1.4em;
  margin-right: 0.5em;
}
#content-main .publication-list {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
#content-main .publication-item {
  border-top: 0.0625em dotted #444;
  padding-top: 0.6875em;
  clear: right;
  padding-bottom: 0.6875em;
}
#content-main .publication-item p {
  padding-bottom: 0.85714em;
  color: #666;
}
#content-main .publication-item h2 {
  color: #004f80;
}
#content-main .publication-item .publication-item-status {
  position: absolute;
  left: 0;
  top: 1.1em;
  margin: 0;
  margin-left: -0.8em;
  background: #8c9fb2;
  color: #fff;
  padding: 0.05em 1.3em;
  text-transform: uppercase;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-size: 0.813em;
  display: block;
}
#content-main .publication-item .publication-item-sort {
  position: absolute;
  right: 0;
  bottom: 0.8em;
  margin: 0 0.5em 0 0;
  background: #004f80;
  color: #fff;
  padding: 0.375em;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-size: 0.813em;
  display: block;
  border-radius: 1.625em;
  line-height: 0;
}
#content-main .publication-item-content {
  width: 70%;
}
#content-main .publication-item-link {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
#content-main .publication-item-link a {
  padding-left: 1.21429em;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat 0 0.35714em;
}
#content-main .publication-item-picto {
  float: right;
  position: relative;
}
#content-main .bga-tabs > ul {
  padding-left: 0;
  margin-bottom: 0;
}
#content-main .bga-tabs > ul li {
  display: inline;
}
#content-main .bga-tabs > ul li a {
  padding: 0.5em 2em;
  color: #666;
  background: #fff;
  display: block;
  float: left;
  z-index: 1;
}
#content-main .bga-tabs > ul li.active a {
  color: #004f80;
  border: 1px solid #b2b2b2;
  border-bottom: none;
  margin-bottom: -1px;
}
#content-main .bga-tabs > div {
  display: none;
}
#content-main .bga-tabs > div.visible {
  display: block;
  clear: left;
  border-top: 1px solid #b2b2b2;
  padding: 1em 0;
}
#content-main .bga-tabs .more-wrapper {
  text-align: center;
}
#content-main .bga-tabs .more {
  background: #004f80 url(/SiteGlobals/StyleBundles/Bilder/Layout/mehr-weiss.png?__blob=normal) no-repeat 0.9em center;
  border-radius: 7px;
  color: #fff;
  font-size: 0.85em;
  padding: 0.2em 1.3em 0.25em 2.5em;
  font-weight: normal;
}
#content-main ul.pfeil {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#content-main ul.faqlist {
  list-style-image: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_acc-closed.png?__blob=normal);
  background: #f7f7f7;
  padding: 1em 1em 1em 2em;
  border-bottom: 0.0625em dotted #444;
  border-top: 0.0625em dotted #444;
}
#content-main ul.faqlist .faq.open {
  list-style-image: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_acc-open.png?__blob=normal);
}
#content-main ul.faqlist .faq .answer {
  margin-bottom: 1.714em;
}
#content-main .faq h2 {
  font-size: 1em;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-weight: bold;
  color: #444;
}
#content-main .aktuelles-teaser {
  padding-bottom: 2em;
  margin-right: 1.25em;
}
#content-main .aktuelles-teaser-headline {
  border-bottom: 2px solid #004f80;
  font-size: 1em;
  padding-bottom: 0.250em;
  line-height: 1.25;
}
#content-main .aktuelles-teaser-liste {
  margin: 0;
  padding: 0;
  list-style: none outside none;
  background: transparent none;
}
#content-main .aktuelles-teaser-item {
  margin: 0;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) 0 1.23em no-repeat;
  padding: 0.625em 0 0.875em 1.250em;
  border-bottom: 0.0625em dotted #444;
  font-size: inherit;
}
#content-main .aktuelles-teaser-item p {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  padding-right: 18%;
  font-size: 0.938em;
}
#content-main .aktuelles-teaser-item-headline {
  font-size: 1em;
  line-height: 1.2;
  color: #444;
  font-weight: bold;
  font-family: BundesSerif, Georgia, Times New roman, serif;
  padding-bottom: 0.2em;
}
#content-main .aktuelles-teaser-link {
  font-family: BundesSerif, Georgia, Times New roman, serif;
  background: transparent none;
  color: #004f80;
  font-weight: normal;
  font-size: 1em;
}
#content-main .aktuelles-teaser-footer {
  float: right;
  padding: 0.750em 0.750em 0 0;
}
#content-main .aktuelles-teaser-footer-liste {
  margin: 0;
  padding: 0;
  list-style: none outside none;
  background: transparent none;
}
#content-main .aktuelles-teaser-footer-item {
  margin: 0;
  padding: 0 2.063em 0 0;
  float: left;
  background: transparent none;
}
#content-main .aktuelles-teaser-footer-picto {
  vertical-align: baseline;
  margin-right: 0.5em;
}
#content-main .aktuelles-teaser-footer-link {
  display: block;
  font-weight: normal;
  font-size: 0.938em;
  background: transparent none;
}
#content-main .employeePic {
  float: right;
  margin-left: 10px;
  margin-top: -3em;
  width: 9.75em;
}
#content-main .employeePic img {
  float: none;
  display: block;
  max-width: 100%;
  height: auto;
}
#content-main .employeePic p {
  font-size: 0.625em;
  line-height: 2em;
  text-align: right;
}
#content-main #employeeAdditionalInfo {
  clear: both;
}
#content-main #employeeAdditionalInfo dl {
  padding-bottom: 0.5em;
}
#content-main #employeeAdditionalInfo dl dd {
  padding-bottom: 0.4em;
}
#content-main .box-aktivitaet .links {
  list-style: none outside;
  padding-left: 0;
}
#content-main .box-aktivitaet .links li {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat 0 0.571em;
  margin-bottom: 0.429em;
  padding-left: 1.21429em;
}
#content-main .box-aktivitaet .aktivitaet-items dt {
  font-size: 1em;
  line-height: inherit;
  font-weight: 700;
  min-width: 3.571em;
}
#content-main .box-aktivitaet .aktivitaet-items dd {
  font-size: 1em;
  line-height: inherit;
  padding-top: 0.143em;
}
#content-main .box-aktivitaet .aktivitaet-subline a {
  color: #444;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#content-main #searchResultIndex li {
  font-size: 1em;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_paginator_seperator.gif?__blob=normal) no-repeat 0 0.0625em;
  float: left;
  padding: 0 0.125em;
}
#content-main #searchResultIndex li:first-child {
  background: none;
  border-left: none;
}
#content-main #searchResultIndex li a {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  display: block;
  padding: 0 0.25em 0 0.25em;
}
#content-main #searchResultIndex li a:hover {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  color: #004f80;
  text-decoration: underline;
}
#content-main #searchResultIndex li a:focus {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  color: #004f80;
  text-decoration: underline;
}
#content-main #searchResultIndex li a:active {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  color: #004f80;
  text-decoration: underline;
}
#content-main #searchResultIndex li a.prev {
  font-size: 0.875em;
  background-color: #666;
  color: #fff;
  padding: 0.07143em 0.78571em;
  padding-left: 1.64286em;
  margin-right: 1.42857em;
  background-repeat: no-repeat;
  background-position: left 0.5em;
  background-image: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_pager_prev.gif?__blob=normal);
}
#content-main #searchResultIndex li a.prev:hover {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  text-decoration: none;
  background-color: #004f80;
}
#content-main #searchResultIndex li a.prev:focus {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  text-decoration: none;
  background-color: #004f80;
}
#content-main #searchResultIndex li a.prev:active {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  text-decoration: none;
  background-color: #004f80;
}
#content-main #searchResultIndex li a.next {
  font-size: 0.875em;
  background-color: #666;
  color: #fff;
  padding: 0.07143em 0.78571em;
  padding-right: 1.64286em;
  margin-left: 1.42857em;
  background-repeat: no-repeat;
  background-position: right 0.5em;
  background-image: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_pager_next.gif?__blob=normal);
}
#content-main #searchResultIndex li a.next:hover {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  text-decoration: none;
  background-color: #004f80;
}
#content-main #searchResultIndex li a.next:focus {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  text-decoration: none;
  background-color: #004f80;
}
#content-main #searchResultIndex li a.next:active {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  text-decoration: none;
  background-color: #004f80;
}
#content-main #searchResultIndex li strong {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  display: block;
  padding: 0 0.25em 0 0.25em;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-weight: bold;
  color: #004f80;
  text-decoration: underline;
}
#content-main fieldset.suchMaske {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  padding-bottom: 1.75em;
}
#content-main fieldset.suchMaske.twoColumn {
  float: left;
  width: 48%;
}
#content-main fieldset.suchMaske.twoColumn.first {
  margin-right: 2%;
}
#content-main fieldset.suchMaske.twoColumn.second {
  margin-left: 2%;
}
#content-main fieldset.suchMaske .formLabel {
  padding: 0 0.28571em 0 0;
  width: auto;
  display: inline;
  color: #666;
}
#content-main fieldset.suchMaske input[type="radio"] {
  font-size: 1em;
  margin: 0 0.28571em 0 0.28571em;
}
#content-main fieldset.suchMaske p {
  padding-bottom: 0.5em;
}
#content-main fieldset.suchMaske p.formError {
  margin-left: 0;
}
#content-main fieldset.suchMaske .submit {
  padding: 0 0.72222em 0.11111em 0.72222em;
  margin-left: 0.5em;
}
#content-main fieldset.suchMaske .formField label {
  font-size: 1em;
  display: inline;
  width: auto;
  padding: 0;
  color: #666;
}
#content-main .artikelbewertung-options ul {
  margin-left: -0.375em;
}
#content-main .artikelbewertung-nachricht span.formLabel {
  padding-bottom: 1em;
  font-weight: bold;
}
#content-main .publication-item-headline a {
  padding-right: inherit;
  background: inherit;
}
#content-main .ceLinkbox .contactData {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  margin-bottom: 2em;
  line-height: 1.6em;
}
#content-main .ceLinkbox .contactData h3 {
  font-weight: bold;
  color: #444;
}
#content-main .project ul {
  margin-top: 0.5em;
}
#content-main .section > p {
  padding-bottom: 0.4em;
}
#content-main a.employee-contact-link {
  font-size: 1em;
}
#content-main .faqlist .answer p {
  margin-bottom: 1em;
}
#content-main .pfeil.verticalSpace {
  margin-bottom: 20px;
}

.filter-box {
  background: #f7f7f7;
  padding: 1em;
  margin-bottom: 2.5em;
}
.filter-box .filter-container {
  display: none;
  border-top: 1px solid #ddd;
  margin: 1em 0 0;
  padding: 1em 0;
}
.filter-box .submit-container {
  border-top: 1px solid #ddd;
  padding-top: 1em;
  text-align: right;
  clear: both;
}

.relevance {
  border: 1px solid;
  height: 7px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -200px;
  top: 8px;
  width: 50px;
  color: #004f80;
}

.relevance100 {
  border-left-width: 50px;
  width: 0;
}

.relevance90 {
  border-left-width: 45px;
  width: 5px;
}

.relevance80 {
  border-left-width: 40px;
  width: 10px;
}

.relevance70 {
  border-left-width: 35px;
  width: 15px;
}

.relevance60 {
  border-left-width: 30px;
  width: 20px;
}

.relevance50 {
  border-left-width: 25px;
  width: 25px;
}

.relevance40 {
  border-left-width: 20px;
  width: 30px;
}

.relevance30 {
  border-left-width: 15px;
  width: 35px;
}

.relevance20 {
  border-left-width: 10px;
  width: 40px;
}

.relevance10 {
  border-left-width: 5px;
  width: 45px;
}

.register-newsletter {
  float: left;
  text-align: left;
  margin-top: 2.8em;
  margin-bottom: 2em;
  width: 20em;
  height: 100%;
  padding-right: 2em;
  border-right: 1px #999 dashed;
  font-size: 62.5%;
  font-family: BundesSans, Arial, Helvetica, sans-serif;
}
.register-newsletter a {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat scroll left center transparent;
  color: #444;
  display: block;
  float: right;
  font-size: 1.4em;
  margin: 1em -0.6em 0 0;
  padding: 0 0 0 1.1em;
}
.register-newsletter a:hover {
  text-decoration: underline;
}
.register-newsletter .emag {
  color: #004f80;
  margin-top: -0.25em;
  font-size: 3.4em;
  margin-bottom: 0.2em;
}
.register-newsletter .emag span {
  font-family: BundesSans, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.register-newsletter .emag-subheadline {
  color: #444;
  font-family: BundesSans, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.6em;
}
.register-newsletter p {
  color: #666;
  margin-top: 0.5em;
  clear: both;
  font-size: 1.4em;
}
.register-newsletter form {
  margin-top: 0.5em;
  position: relative;
}
.register-newsletter form em {
  color: #444;
  margin-top: 0.1em;
  margin-left: 0.4em;
  margin-right: 1em;
  font-style: normal;
  float: left;
  font-size: 1.4em;
}
.register-newsletter form .radiobuttons {
  float: left;
  margin-top: 0.4em;
  margin-bottom: 0.9em;
  clear: both;
}
.register-newsletter form .radiobuttons .radiobutton {
  float: left;
  display: block;
}
.register-newsletter form .radiobuttons input {
  float: left;
  display: inline;
  position: relative;
  z-index: -1;
  left: 6px;
  top: -2px;
}
.register-newsletter form .radiobuttons label {
  height: 1.6em;
  display: inline-block;
  padding: 0 3px 3px 20px;
  color: #333;
  text-align: left;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-radiobutton-inactive.png?__blob=normal) no-repeat left 0;
  float: left;
  cursor: pointer;
  margin-left: 1em;
  font-size: 1.4em;
  border: 1px solid transparent;
}
.register-newsletter form .radiobuttons input[type="radio"] + label {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-radiobutton-inactive.png?__blob=normal) no-repeat 0.21em 0;
  z-index: 2;
  margin-left: -1em;
  padding-left: 1.7em;
  margin-right: 1.5em;
}
.register-newsletter form .radiobuttons input[type="radio"]:checked + label {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-radiobutton-active.png?__blob=normal) no-repeat 0.21em 0;
}
.register-newsletter form input[type="text"] {
  width: 100%;
  padding-left: 0.5em;
  padding-bottom: 0.1em;
  height: 1.9em;
  border: 1px solid #999;
  color: #666;
  font-family: BundesSans, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.6em;
}
.register-newsletter form input[type="submit"]:hover {
  background: #1175b0;
  border: 1px solid #1175b0;
}
.register-newsletter form input[type="submit"]:focus {
  background: #1175b0;
  border: 1px solid #1175b0;
}
.register-newsletter .mail-address {
  clear: both;
  float: left;
  margin-bottom: 0.2em;
  width: 100%;
  font-size: 1.4em;
}

.wechselteaser {
  width: 31.3em;
  margin-bottom: 1.0em;
  position: relative;
}

.startpageTeaserTop .paginationContainer {
  display: block;
  position: relative;
  width: auto;
  height: 1.5em;
  text-align: center;
}
.startpageTeaserTop .paginationContainer .pagination {
  display: inline-block;
}
.startpageTeaserTop .pagination .pager-left {
  cursor: pointer;
  float: left;
  height: 1em;
  padding: 0.3em 0 0 0.6em;
  position: relative;
  width: 1em;
}
.startpageTeaserTop .pagination .pager-pause {
  cursor: pointer;
  float: left;
  height: 1.2em;
  padding-top: 0.2em;
  width: 0.9em;
  background: #fff;
}
.startpageTeaserTop .pagination .pager-pause.paused {
  background: transparent url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-pagination-play.png?__blob=normal) no-repeat 0.35em 0.575em;
}
.startpageTeaserTop .pagination .pager-pause.paused img {
  visibility: hidden;
}
.startpageTeaserTop .pagination .pager-right {
  cursor: pointer;
  float: left;
  height: 1em;
  padding-top: 0.275em;
  width: 1em;
}
.startpageTeaserTop .pagination .pager a {
  display: block;
  float: left;
  height: 1em;
  margin-right: 0.0em;
  margin-top: 0.3em;
  width: 1em;
}

.startpageImageContainer {
  height: 14em;
  float: left;
  width: 30.2em;
  position: relative;
}

.paginationContainer.pages-2 {
  padding-left: 4em;
}
.paginationContainer.pages-3 {
  padding-left: 3em;
}
.paginationContainer.pages-4 {
  padding-left: 2em;
}
.paginationContainer.pages-5 {
  padding-left: 1em;
}

#contentsocial h2 {
  font-weight: normal;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-size: 0.875em;
  margin-bottom: 0.5em;
  margin-top: 0;
}
#contentsocial ul#socialBookmarks {
  list-style: none;
  overflow: hidden;
  margin: 0 0 0.2em;
  padding: 0;
}
#contentsocial ul#socialBookmarks li.socialBookmark {
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  float: left;
}
#contentsocial ul#navFunctions {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#contentsocial ul#navFunctions li#navFunctionsPrint a {
  font-size: 0.875em;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/picto-drucken.jpg?__blob=normal) no-repeat left center;
  padding-left: 2.8em;
  height: 2em;
  padding-top: 0.2em;
  display: block;
}
#contentsocial ul#navFunctions li#navFunctionsPrint a span {
  display: block;
  margin-top: 0.3em;
}

table.pressReleaseList col.title {
  width: 80%;
}
table.pressReleaseList col.dateOfIssue {
  width: 20%;
}
table.downloadList col.title {
  width: 80%;
}
table.downloadList col.downloadNr {
  width: 20%;
}

.accessible-megamenu .accessible-megamenu-top-nav-item:hover {
  border-right: 1px solid #193e64;
  border-right-color: #193e64;
}
.accessible-megamenu .accessible-megamenu-top-nav-item:focus {
  border-right: 1px solid #193e64;
  border-right-color: #193e64;
}
.accessible-megamenu .accessible-megamenu-top-nav-item.active {
  border-right: 1px solid #193e64;
  border-right-color: #193e64;
  border-bottom: 1px solid #193e64;
}
.accessible-megamenu .accessible-megamenu-top-nav-item.active:after {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-navigation-flyout-active.png?__blob=normal);
  display: block;
  text-align: center;
  margin-top: -0.5em;
}
.accessible-megamenu .accessible-megamenu-top-nav-item.active a {
  background: #193e64 none;
  color: #fff !important;
  padding-bottom: 0;
}
.accessible-megamenu .accessible-megamenu-top-nav-item.topinpath {
  border-right: 1px solid #193e64;
  border-right-color: #193e64;
  border-bottom: 1px solid #193e64;
}
.accessible-megamenu .accessible-megamenu-top-nav-item.topinpath:after {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon-navigation-flyout-active.png?__blob=normal);
  display: block;
  text-align: center;
  margin-top: -0.5em;
}
.accessible-megamenu .accessible-megamenu-top-nav-item.topinpath a {
  background: #193e64 none;
  color: #fff !important;
  padding-bottom: 0;
}
.accessible-megamenu .accessible-megamenu-top-nav-item strong {
  display: block;
  position: relative;
  font-weight: normal;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a:hover {
  color: #333 !important;
  outline-offset: -1px;
  margin-left: 0;
  background: #193e64 none;
  color: #fff !important;
  z-index: 1002;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a:focus {
  color: #333 !important;
  outline-offset: -1px;
  text-decoration: underline;
  margin-left: 0;
  background: #193e64 none;
  color: #fff !important;
  z-index: 1002;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a.open {
  margin-left: 0;
  background: #193e64 none;
  color: #fff !important;
  z-index: 1002;
  background: #193e64 none;
  color: #fff !important;
  padding-bottom: 0.063em;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover {
  color: #333 !important;
  outline-offset: -1px;
  margin-left: 0;
  background: #193e64 none;
  color: #fff !important;
  z-index: 1002;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus {
  color: #333 !important;
  outline-offset: -1px;
  margin-left: 0;
  background: #193e64 none;
  color: #fff !important;
  z-index: 1002;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open {
  margin-left: 0;
  background: #193e64 none;
  color: #fff !important;
  z-index: 1002;
  background: #193e64 none;
  color: #fff !important;
  padding-bottom: 0.063em;
}
.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a {
  border-radius: 0;
}
.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a.open {
  border-radius: 0;
  border-left: 1px solid #193e64;
  border-left-color: #193e64;
}
.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-haspopup] {
  border-radius: 0;
}
.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-haspopup].open {
  border-radius: 0;
  border-left: 1px solid #193e64;
  border-left-color: #193e64;
}
.accessible-megamenu :focus {
  outline: 1px solid #004f80;
}
.accessible-megamenu a {
  font-weight: normal;
  display: block;
}
.accessible-megamenu em {
  font-style: normal;
}
.accessible-megamenu .accessible-megamenu-panel {
  color: #fff;
  background: #193e64 none;
  padding: 0.750em 1.063em 1.188em 1.063em;
  width: 12.75em;
  left: 0;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3), inset 0 0 0 #fff;
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3), inset 0 0 0 #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3), inset 0 0 0 #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  border: 1px solid #193e64;
  border-radius: 0;
}
.accessible-megamenu .accessible-megamenu-panel.open {
  top: 2.250em;
  max-height: 37.5em;
  z-index: 1001;
  -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4 {
  width: 878px;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li {
  width: 22%;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4b {
  width: 878px;
  left: -6.462em;
  border-radius: 0;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li {
  width: 22%;
}
.accessible-megamenu .accessible-megamenu-panel.cols-3 {
  width: 724px;
}
.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
  width: 30%;
}
.accessible-megamenu .accessible-megamenu-panel.cols-1 {
  width: 615px;
}
.accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
  width: auto;
}
.accessible-megamenu .accessible-megamenu-panel > p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.1em;
}
.accessible-megamenu .accessible-megamenu-panel a:hover {
  color: #fff;
  text-decoration: underline;
}
.accessible-megamenu .accessible-megamenu-panel a:focus {
  color: #fff;
  text-decoration: underline;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li {
  margin-right: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 1px solid #193e64;
  box-shadow: none;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li:first-of-type {
  padding-left: 0;
  border-left: none;
  box-shadow: none;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a {
  font-weight: bold;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 6px;
  padding-top: .4em;
  padding-bottom: 0;
  line-height: 1.1em;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:hover {
  color: #fff;
  text-decoration: underline;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:focus {
  color: #fff;
  text-decoration: underline;
}
.accessible-megamenu .accessible-megamenu-panel ol ol > li > a {
  width: auto;
  text-indent: -2.333em;
  padding-left: 2.333em;
}

ul#glossaryIndex {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
ul#glossaryHits {
  list-style-image: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_acc-closed.png?__blob=normal);
}
ul#glossaryHits > li.open {
  list-style-image: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_acc-open.png?__blob=normal);
}

.subSubTitle {
  color: #666;
  font-weight: bold;
}

.darkList {
  color: #444;
  font-weight: bold;
}

#lineTab {
  margin-top: -3px;
}

#fields {
  margin-left: 30px;
}

#greyBack {
  background-color: #f7f7f7;
}

.select {
  width: 400px;
}

#map {
  width: 100%;
  height: 43em;
}

.disabledTab {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 10px;
  color: #666;
}

.enabledTab {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-color: #b2b2b2;
  border-style: solid;
  border-width: 1px;
  padding: 10px 20px;
  border-bottom-style: none;
  color: #255e89;
  margin-left: -2px;
}

#ergebnisseTitle {
  font-weight: bold;
  color: #004f80;
  padding-top: 25px;
  padding-left: 25px;
}

#ergebnisse {
  background-color: #f7f7f7;
  height: 70px;
  border-bottom-color: #ddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.headLine {
  font-weight: bold;
  padding-bottom: 6px;
}

.urlLink {
  list-style-type: none;
  padding-left: 1.3em;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_extern.png?__blob=normal) no-repeat 0 0.3em;
  margin-bottom: 0.1em;
}

.section {
  padding-bottom: 0.7em;
}
.section h3 {
  margin-bottom: 0.2em;
}
.section h4 {
  font-size: 0.875em;
  line-height: 1.5em;
}
.section > div {
  line-height: 1.3em;
  display: block;
}
.section > p > span {
  line-height: 1.3em;
  display: block;
}

.employeeItem {
  font-family: BundesSerif, Georgia, Times New roman, serif;
  margin-bottom: 1.4em;
  padding-bottom: 1.4em;
  border-bottom: 0.07143em dotted #444;
}
.employeeItem .detail-link a {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat 0 0.35em;
  padding-left: 1.1em;
  font-size: 0.85em;
}

.box-aktivitaet {
  border-top: 0.0625em dotted #444;
  padding-top: 0.813em;
  margin-bottom: 1.625em;
  margin-top: 0.625em;
  border-bottom: 0.0625em dotted #444;
}
.box-aktivitaet .aktivitaet-headline {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/akt_aktivitaeten-bg.png?__blob=normal) no-repeat 0 0;
  min-height: 2.278em;
  padding-bottom: 2.222em;
  padding-left: 2.5em;
  padding-top: 0.556em;
}
.box-aktivitaet .aktivitaet-subline {
  color: #444;
  font-family: BundesSerif, Georgia, Times New roman, serif;
  font-size: 1.286em;
  font-weight: 400;
  line-height: 1.571em;
  padding-bottom: 0.214em;
}

#content-col-mid #content-main .teaserPageHome {
  width: 15em;
  height: 18em;
  padding-right: 1.25em;
  margin-bottom: 0.9375em;
  margin-right: 0;
  float: left;
  overflow: hidden;
}
#content-col-mid #content-main .ceLinkbox {
  border-top: 0.0625em dotted #444;
  border-bottom: 0.0625em dotted #444;
  padding-top: 0.625em;
  padding-right: 0.625em;
  padding-bottom: 0;
  padding-left: 0.625em;
  margin-bottom: 1.625em;
  background-color: #f7f7f7;
}
#content-col-mid #content-main .ceLinkbox h2 {
  font-size: 0.875em;
  line-height: 1.28571em;
  padding-bottom: 0.857141em;
}
#content-col-mid #content-main .ceLinkbox p {
  padding-bottom: 0.71429em;
}
#content-col-mid #content-main .ceLinkbox ul {
  padding-left: 0;
  padding-bottom: 1em;
  margin-bottom: 0;
  list-style: none;
}
#content-col-mid #content-main .ceLinkbox ul li {
  padding-left: 0;
}
#content-col-mid #content-main .ceLinkbox .pfeilen {
  padding: 0;
}
#content-col-mid #content-main .ceLinkbox li a:hover {
  color: #004f80;
  text-decoration: underline;
}
#content-col-mid #content-main .ceLinkbox li a:focus {
  color: #004f80;
  text-decoration: underline;
}
#content-col-mid #content-main .ceLinkbox li a:active {
  color: #004f80;
  text-decoration: underline;
}
#content-col-mid #content-main .projekt .ceLinkbox {
  border: none;
  background: none;
  padding: 0;
  margin-bottom: 0;
}
#content-col-mid #content-main .projekt .ceLinkbox ul {
  padding-bottom: 0;
}
#content-col-mid #content-main .projekt .section span {
  display: inline;
}
#content-col-mid #content-main .projekt .section p span {
  font-size: 100%;
}
#content-col-mid #content-main .ceImg-Text p.picture.links {
  padding-top: 0.0625em;
  padding-bottom: 0.75em;
}
#content-col-mid #content-main .sectionRelated .ceLinkbox {
  margin-top: 1em;
}
#content-col-mid #content-main ul#searchResultIndex {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  border-top: 0.0625em dotted #444;
  padding: 0.5625em 0 0 0;
  margin-bottom: 1.25em;
  overflow: hidden;
  list-style: none;
}
#content-col-mid #content-main .faq .ceLinkbox {
  background: #fff;
}

#searchResult li a {
  font-family: BundesSerif, Georgia, Times New roman, serif;
  font-weight: normal;
  color: #004f80;
}
#searchResult li a em {
  font-style: normal;
  background-color: #004f80;
  color: #fff;
}
#searchResult li p {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-size: 0.77778em;
  line-height: 1.42857em;
  padding: 0;
}
#searchResult li p.metaData {
  color: #666;
}
#searchResult li p em {
  font-style: normal;
  background-color: #004f80;
  color: #fff;
}

#rating_container form.rating .radiobutton {
  float: left;
  display: block;
  margin: 2px;
}
#rating_container form.rating .checkbox {
  float: left;
  display: block;
  margin-bottom: 5px;
}

.rating-flyout input[type="submit"] {
  float: left !important;
}
.rating-flyout input[type="submit"]:hover {
  background: #1175b0;
  border: 1px solid #1175b0;
}
.rating-flyout input[type="submit"]:focus {
  background: #1175b0;
  border: 1px solid #1175b0;
}

form.rating input[type="submit"]:hover {
  background: #1175b0;
  border: 1px solid #1175b0;
}
form.rating input[type="submit"]:focus {
  background: #1175b0;
  border: 1px solid #1175b0;
}

div#contentsocial {
  margin-left: 0.5em;
  margin-bottom: 1.25em;
  width: 12.8571em;
}

#navPrimary.menu-js-loading > ul > li {
  float: left;
}
#navPrimary.menu-js-loading > ul > li > div {
  display: none;
}

#glossaryIndex > li {
  float: left;
  margin: 0.3em;
}
#glossaryIndex > li > a {
  padding: 0 0.5em;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-weight: bold;
  background-color: #fff;
}
#glossaryIndex > li > a:hover {
  background-color: #004f80;
  color: #fff;
  text-decoration: none;
}
#glossaryIndex > li > a:focus {
  background-color: #004f80;
  color: #fff;
  text-decoration: none;
}
#glossaryIndex > li > a:active {
  background-color: #004f80;
  color: #fff;
  text-decoration: none;
}
#glossaryIndex > li > strong {
  padding: 0 0.5em;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #666;
}
#glossaryIndex > li > span {
  padding: 0 0.5em;
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-weight: bold;
  color: #666;
}

#glossaryHits #glossarEntry h2 {
  font-family: BundesSans, Arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #444;
}

.leaflet-popup-content .employeeItem {
  margin: 0;
  padding: 0;
  border: none;
}

a.employee-contact-link {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat 0 0.35em;
  padding-left: 1.1em;
  font-size: 0.85em;
}

p.employee-back-link {
  margin-top: 0.5em;
}
p.employee-back-link a {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_left.gif?__blob=normal) no-repeat 0 0.65em;
  padding-left: 1.1em;
  font-size: 0.85em;
  font-weight: bold;
}

#content-col-mid #content-main p.picture {
  font-size: 1em;
  display: block;
  padding: 0.125em 0 1.5em 0;
  margin: 0;
  clear: both;
}
#content-col-mid #content-main p.picture a {
  display: block;
}
#content-col-mid #content-main p.picture .caption {
  font-size: 0.625em;
  display: block;
  float: left;
}
#content-col-mid #content-main p.picture .source {
  font-size: 0.625em;
  display: block;
  color: #666;
  float: left;
}
#content-col-mid #content-main p.picture img {
  margin: 0;
}
#content-col-mid #content-main p.picture.mitte {
  margin: 0 auto 0 auto;
  text-align: right;
}
#content-col-mid #content-main p.picture.links {
  padding: 0.125em 0.5em 1.5em 0;
  text-align: right;
  float: left;
}
#content-col-mid #content-main p.picture.links.break-before {
  clear: left;
}
#content-col-mid #content-main p.picture.links.break-before + p {
  float: left;
  width: 24em;
}
#content-col-mid #content-main p.picture.linksOhne {
  padding: 0.125em 0.5em 1.5em 0;
  text-align: right;
}
#content-col-mid #content-main p.picture.rechts {
  padding: 0.125em 0 1.5em 0.5em;
  text-align: right;
  float: right;
  margin-right: 8px;
}
#content-col-mid #content-main p.picture.rechtsOhne {
  padding: 0.125em 0 1.5em 0.5em;
  text-align: right;
  float: none;
  margin: 0 8px 0 auto;
}
#content-col-mid #content-main p.picture.rechtsOhne img {
  text-align: right;
}

.mejs-bmwi .mejs-container {
  margin-bottom: 30px;
  width: 100%;
  min-height: 17.563em;
  height: auto;
}
.mejs-bmwi .mejs-container .mejs-controls {
  background: #004f80;
  bottom: -30px;
  background: #004f80 none;
  border-top: 1px solid #004f80;
  height: 1.875em;
}
.mejs-bmwi .mejs-container .mejs-controls div {
  font-size: 0.750em;
  line-height: 1em;
  height: 1.625em;
  width: 2.25em;
}
.mejs-bmwi .mejs-container .mejs-controls .mejs-time {
  height: 1.063em;
  background: #004f80;
  width: 2.5em;
}
.mejs-bmwi .mejs-container .mejs-controls .mejs-time span {
  font-size: inherit;
  line-height: inherit;
  background: #004f80;
  height: 2.4em;
}
.mejs-bmwi .mejs-container .mejs-controls .mejs-fullscreen-button {
  width: 1.250em;
}
.mejs-bmwi .mejs-container .mejs-controls .mejs-volume-button {
  width: 1.425em;
  margin-left: 0.313em;
  margin-right: 0.188em;
}
.mejs-bmwi .mejs-container .mejs-controls .mejs-horizontal-volume-slider div {
  height: 0.6em;
  width: 4em;
}
.mejs-bmwi .mejs-container .mejs-poster {
  width: 100%;
  height: 100%;
}
.mejs-bmwi .mejs-container .mejs-overlay-play {
  width: 100%;
  height: 100%;
}
.mejs-bmwi .mejs-container .me-plugin {
  width: 100%;
  height: 100%;
}
.mejs-bmwi .mejs-container video {
  width: 100%;
  height: 100%;
}
.mejs-bmwi .mejs-container embed {
  width: 100%;
  height: 100%;
}
.mejs-bmwi .mejs-container .mejs-time-rail {
  width: 66%;
  padding-top: 3px;
}
.mejs-bmwi .mejs-container .mejs-time-total {
  width: 64%;
}
.mejs-bmwi .mejs-container .mejs-fullscreen-button button {
  margin-right: 0;
  margin-left: 0;
}
.mejs-bmwi .mejs-container .mejs-volume-button button {
  margin-right: 0;
  margin-left: 0;
}
.mejs-bmwi .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #012857;
  border: 1px solid #012857;
  border-radius: 0;
}
.mejs-bmwi .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff none;
  border: 1px solid #fff;
  border-radius: 0;
}
.mejs-bmwi .mejs-controls .mejs-time-rail span {
  border-radius: 0;
}
.mejs-bmwi .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #99b9cc;
  border: 1px solid #99b9cc;
}
.mejs-bmwi .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 3em;
}
.mejs-bmwi .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 100%;
  border: solid 1px #333;
}
.mejs-bmwi .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #012857;
  border: 1px solid #012857;
  border-radius: 0;
}
.mejs-bmwi .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff none;
  border: 1px solid #fff;
  border-radius: 0;
}
.mejs-bmwi .mejs-controls .mejs-captions-button.mejs-captions-enabled button {
  background-position: -48px -16px;
}
.mejs-bmwi .mejs-controls .mejs-captions-button button:before {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/controls.bmwi-caption.png?__blob=normal);
}
.mejs-bmwi .mejs-controls .mejs-button button {
  background: transparent none;
}
.mejs-bmwi .mejs-controls .mejs-volume-button .mejs-volume-slider {
  background: #004f80;
  height: 115px;
  width: 2.9em;
}
.mejs-bmwi .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.mejs-bmwi .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  background: #fff;
  border: 1px solid #fff;
}
.mejs-bmwi .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  border: 1px solid #ddd;
}
.mejs-bmwi .mejs-controls .mejs-play button:before {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/controls.bmwi-play.png?__blob=normal);
}
.mejs-bmwi .mejs-controls .mejs-pause button:before {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/controls.bmwi-pause.png?__blob=normal);
}
.mejs-bmwi .mejs-controls .mejs-stop button:before {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/controls.bmwi-stop.png?__blob=normal);
}
.mejs-bmwi .mejs-controls .mejs-fullscreen-button button:before {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/controls.bmwi-fullscreen.png?__blob=normal);
}
.mejs-bmwi .mejs-controls .mejs-unfullscreen button:before {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/controls.bmwi-unfullscreen.png?__blob=normal);
}
.mejs-bmwi .mejs-controls .mejs-mute button:before {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/controls.bmwi-mute.png?__blob=normal);
}
.mejs-bmwi .mejs-controls .mejs-unmute button:before {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/controls.bmwi-unmute.png?__blob=normal);
}
.mejs-bmwi .no-svg .mejs-overlay-button {
  background: transparent none;
}
.mejs-bmwi .no-svg .mejs-controls .mejs-button button {
  background: transparent none;
}
.mejs-bmwi .mejs-overlay-button {
  background: transparent none;
}
.mejs-bmwi .mejs-overlay-button:before {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/bigplay.bmwi-overlay-button.png?__blob=normal);
}
.mejs-bmwi .mejs-overlay-loading {
  background: none transparent;
}
.mejs-bmwi .mejs-overlay-loading span {
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/loading.gif?__blob=normal);
}
.mejs-bmwi .mejs-container-fullscreen {
  margin-bottom: 0;
}
.mejs-bmwi .mejs-container-fullscreen .mejs-controls {
  bottom: 0;
}
.mejs-bmwi .mejs-audio {
  min-height: 1px;
  height: auto;
  background: transparent;
}
.mejs-bmwi .me-cannotplay {
  margin: 0;
  padding: 0;
  color: #fff;
}
.mejs-bmwi .me-cannotplay a {
  font-weight: bold;
  font-size: 0.813em;
  background: transparent url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat 0 2px;
  padding-left: 0.75em;
  display: block;
  line-height: 1.45em;
}
.mejs-bmwi .me-cannotplay span {
  padding: 0;
  font-size: inherit;
}
.mejs-bmwi .mejs-captions-layer {
  width: 100%;
  font-size: 0.8em;
}
.mejs-bmwi .mejs-captions-position-hover {
  bottom: 15px;
}
.mejs-bmwi .mejs-captions-text {
  border: 1px solid #000;
  line-height: 1.3;
}
.mejs-bmwi .mejs-overlay:hover .mejs-overlay-button:before {
  content: url(/SiteGlobals/StyleBundles/Bilder/Layout/bigplay.bmwi-overlay-button-hover.png?__blob=normal);
}

#content-main .audio-wrapper {
  clear: both;
  margin-bottom: 1em;
}
#content-main .audio-wrapper ul.alternativ {
  background-color: #edefef;
  list-style: none;
  padding: 0.5em 0 0.5em 0.5em;
}
#content-main .audio-wrapper ul.alternativ > li > a {
  font-weight: bold;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat scroll left center transparent;
  padding-left: 0.5em;
  padding-left: 0.75em;
}
#content-main .video-wrapper ul.alternativ {
  background-color: #edefef;
  list-style: none;
  padding: 0.5em 0 0.5em 0.5em;
}
#content-main .video-wrapper ul.alternativ > li > a {
  font-weight: bold;
  background: url(/SiteGlobals/StyleBundles/Bilder/Layout/icon_arrow_right.gif?__blob=normal) no-repeat scroll left center transparent;
  padding-left: 0.5em;
  padding-left: 0.75em;
}

.video-wrapper {
  clear: both;
  margin-bottom: 1em;
}

.mejs-container .mejs-controls div {
  background: transparent;
}

.leaflet-fade-anim .leaflet-tile, .leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-bar a, .leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.leaflet-map-pane {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-tile {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  filter: inherit;
  visibility: hidden;
}

.leaflet-marker-icon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
}

.leaflet-marker-shadow {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
}

.leaflet-tile-pane {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.leaflet-tile-container {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-overlay-pane {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.leaflet-overlay-pane svg {
  position: absolute;
  left: 0;
  top: 0;
  -moz-user-select: none;
}

.leaflet-shadow-pane {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.leaflet-marker-pane {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}

.leaflet-popup-pane {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
  cursor: auto;
}

.leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-image-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  background: #ddd;
  outline: 0;
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.leaflet-container img {
  max-width: none !important;
}
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}
.leaflet-container a {
  color: #0078a8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 11px;
}
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
  float: left;
  clear: both;
  cursor: auto;
}

.leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  top: 0;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  bottom: 0;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-right {
  right: 0;
}
.leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px;
}

.leaflet-left {
  left: 0;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-fade-anim .leaflet-tile-loaded {
  opacity: 1;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-clickable {
  cursor: pointer;
}

.leaflet-dragging .leaflet-container {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-touch .leaflet-bar {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-touch .leaflet-control-attribution {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.leaflet-control-zoom-in {
  font: bold 18px Lucida Console, Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-zoom-out {
  font: bold 18px Lucida Console, Monaco, monospace;
  text-indent: 1px;
  font-size: 20px;
}

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers .leaflet-control-layers-list {
  display: none;
}
.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

.leaflet-control-attribution {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border: 1px solid #b2b2b2;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.75);
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
  font-size: 1.4em;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.75);
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
  border: 1px solid #999;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
  border: 1px solid #999;
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom {
  border: 1px solid #999;
}
.leaflet-oldie .leaflet-control-layers {
  border: 1px solid #999;
}
.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}
.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}
.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}
.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}
.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-cluster-anim .leaflet-marker-icon {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.marker-cluster-small {
  background-color: #608fab;
}
.marker-cluster-small div {
  background-color: #004f80;
}

.marker-cluster-medium {
  background-color: #608fab;
}
.marker-cluster-medium div {
  background-color: #004f80;
}

.marker-cluster-large {
  background-color: #608fab;
}
.marker-cluster-large div {
  background-color: #004f80;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
}
.marker-cluster span {
  line-height: 30px;
}

.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

#content-main .leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
  color: #004f80;
  line-height: 0.7;
  font-size: 2.5em;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}

.mejs-container:focus {
  outline: none;
}

.me-plugin {
  position: absolute;
}

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

.mejs-clear {
  clear: both;
}

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

:root .mejs-poster img {
  display: none;
}

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
}

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}

.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
  position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}

/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
}

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

.mejs-captions-position-hover {
  bottom: 35px;
}

.mejs-captions-text {
  padding: 3px 5px;
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

.me-cannotplay span {
  padding: 15px;
  display: block;
}

/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}

/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}

/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* End: Speed */
/* Start: Jump Forward */
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}

/* End: Jump Forward */
/* Start: Skip Back */
.mejs-controls .mejs-button.mejs-skip-back-button {
  background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}

/* End: Skip Back */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=screen-vendor.css.map */