.wrapperDivisions {
  min-width: 320px;
  margin: 0 auto;
}

.content {
  padding-top: 80px;
}

.searchAutoSuggestBox {
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 100%;
  text-align: left;
  clear: both;
  z-index: 9999;
}

.c-servicesearch .searchAutoSuggestBox {
  position: relative;
  top: 10px !important;
}

.searchAutoSuggestBox a {
  background: #FFFFFF;
  font-family: "merriweather", Cambria, Georgia, "Droid Serif", "Times New Roman", serif;
  text-decoration: none;
  display: block !important;
  padding: 9px 60px 9px 20px;
}

.searchAutoSuggestBox a:hover, .searchAutoSuggestBox a:active, .searchAutoSuggestBox a:focus, .searchAutoSuggestBox a.active {
  text-decoration: underline;
}

[id='searchAutoSuggestBox2'] a {
  color: #005189 !important;
  padding-left: 10px;
}

.c-servicesearch {
  position: relative;
}

.c-servicesearch input[type=text] {
  font-size: 3.5rem;
  font-family: "merriweather", Cambria, Georgia, "Droid Serif", "Times New Roman", serif;
  background: #DFDFDF;
  border-bottom: 1px solid #005189;
  padding: 5px 60px 5px 20px;
}

.c-servicesearch .image {
  padding: 10px;
  position: absolute;
  top: 11px;
  right: 11px;
  width: 46px;
  height: 46px;
}

.live-calendar .pager {
  position: absolute;
  top: 0;
  width: 100%;
}

.live-calendar .next {
  position: absolute;
  right: 20px;
  top: 0;
}

.live-calendar h3 {
  text-align: center;
}

.live-calendar .all .button {
  float: none;
}

p.chart {
  margin-top: 20px;
}

.cookiebanner {
  background: #FFFFFF;
  border-bottom: 3px solid #005189;
  padding: 10px 10px 0;
  overflow: hidden;
}

.cookiebanner h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.cookiebanner .all {
  display: none;
}

.cookiebanner .text p {
  font-size: 1.6rem;
}

.cookiebanner a.RichTextIntLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -104px -67px;
  left: 5px;
  top: 5px;
}

.cookiebanner a.RichTextIntLink:hover, .cookiebanner a.RichTextIntLink:focus, .cookiebanner a.RichTextIntLink:active {
  text-decoration: none;
}

.cookiebanner.classic {
  background: #005189;
  color: #FFFFFF;
}

.js-on .cookiebanner {
  bottom: 0;
  position: fixed;
  z-index: 1099;
  width: 100%;
  height: auto;
  background-color: rgba(117, 117, 117, 0.8);
  overflow: inherit;
  border: none;
}

.js-on .cookiebanner.top {
  bottom: auto;
  padding-top: 4.8rem;
  top: -1000px;
  height: 100%;
}

.js-on .cookiebanner.top .cookiebannerbox {
  top: 15px;
}

.js-on .cookiebanner.classic {
  background-color: #005189;
  color: #FFFFFF;
}

.js-on .cookiebanner.classic .cookiebannerbox {
  top: 0;
  bottom: 0;
}

.js-on .cookiebanner.classic .cookiebannerbox > div {
  background-color: #005189;
  box-shadow: none;
  color: #FFFFFF;
  padding: 10px 0;
}

.js-on .cookiebanner.classic .cookiebannerbox > div .button {
  background-color: #FFFFFF;
  color: #005189;
}

.js-on .cookiebanner.classic .cookiebannerbox a.RichTextIntLink {
  color: #FFFFFF;
  padding-left: 20px;
  position: relative;
}

.js-on .cookiebanner.classic .cookiebannerbox a.RichTextIntLink:before {
  left: 9px;
  top: 5px;
}

.js-on .cookiebanner.classic.top .cookiebannerbox > div {
  background-color: #005189;
  box-shadow: none;
  color: #FFFFFF;
  padding: 10px 0 0;
}

.js-on .cookiebannerbox {
  width: 100%;
  position: relative;
  margin: 0 auto;
  top: -15px;
}

.js-on .cookiebannerbox > div {
  display: block;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 0 10px #000000;
  margin: 0 auto;
  padding: 10px 10px 0;
  width: 97%;
}

.js-on .cookiebannerbox > div .all {
  display: block;
  margin-bottom: 10px;
}

.js-on .cookiebannerbox .picture {
  display: none;
}

.docData {
  margin-bottom: 20px;
  overflow: hidden;
}

.docData .label {
  display: block;
  font-weight: bold;
}

.docData .value {
  display: block;
}

.docData a {
  display: block;
}

.dossierentry {
  border-bottom: 1px dotted #7F7F7F;
  padding-top: 10px;
  margin-bottom: 20px;
}

.dossierentry .navIndex ul {
  width: 100%;
  padding-left: 0;
  text-align: center;
}

.dossierentry .navIndex li {
  width: auto;
  display: inline-block;
  float: none;
}

.dossierentry .navIndex li a {
  white-space: nowrap;
}

.dossierentry .navIndex li a:hover, .dossierentry .navIndex li a:focus, .dossierentry .navIndex li a:active {
  color: #FFFFFF;
  text-decoration: none;
}

.facets {
  margin-left: auto;
  margin-right: auto;
}

.facets h4 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 5px 5px 0;
}

.facets ul {
  margin-bottom: 12px;
}

.facets ul.show {
  border-bottom: 1px solid #7F7F7F;
}

.facets li {
  border-top: 1px dotted #7F7F7F;
}

.facets li:first-child {
  border: none;
}

.facets li a,
.facets li strong {
  padding: 5px 5px 5px 30px;
  position: relative;
  display: block;
}

.facets li a:before,
.facets li strong:before {
  left: 0;
  top: 6px;
}

.facets li a:hover:before,
.facets li a:focus:before,
.facets li a:active:before,
.facets li strong:before {
  left: 0;
}

.facets li.link {
  border: none;
  padding-top: 10px;
}

.facets li.link a {
  font-weight: bold;
  padding-left: 20px;
}

.facets li.link a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -104px -67px;
  left: 5px;
  top: 11px;
}

.supplement .facets .inactive-control {
  position: relative;
  border-bottom: 1px solid #7F7F7F;
}

.supplement .facets .inactive-control:before {
  right: 2%;
  top: 9px;
}

.supplement .facets .inactive-control:hover, .supplement .facets .inactive-control:focus, .supplement .facets .inactive-control:active {
  text-decoration: none;
  color: #000000;
}

.supplement .facets .active-control {
  border: none;
  position: relative;
}

.supplement .facets .active-control:before {
  right: 2%;
  top: 9px;
}

.supplement .facets .active-control:hover, .supplement .facets .active-control:focus, .supplement .facets .active-control:active {
  text-decoration: none;
  color: #000000;
}

.supplement .facets .active-control + ul {
  border-bottom: 1px solid #7F7F7F;
}

label,
input,
select,
textarea,
.formLabel,
.formLabel em {
  font-size: 1.5rem;
  line-height: 1.5;
}

form {
  margin-bottom: 20px;
}

form fieldset {
  border: none;
  padding: 0;
}

form .columns {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

form .trenner {
  border-bottom: 1px dotted #7F7F7F;
}

form .trenner.row {
  margin-bottom: 20px;
}

form .trenner.columns {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

form .trenner .columns {
  padding-bottom: 20px;
  margin-bottom: 0;
}

input,
textarea,
select {
  border: 1px solid transparent;
  width: 100%;
  padding: 5px 3px;
}

textarea {
  resize: none;
}

.border input,
.border textarea,
.border select {
  border: 1px solid #BDBDBD;
}

.corner input,
.corner textarea,
.corner select {
  border-radius: 5px;
}

.background input,
.background textarea,
.background select {
  background-color: #EFEFEF;
}

.labelspacer {
  padding-top: 2.25em;
}

.labelspacer input {
  margin-top: 10px;
}

label,
.formLabel em {
  font-weight: normal;
  font-style: normal;
  display: table;
  margin-bottom: 10px;
}

input[type='checkbox'], input[type='radio'] {
  margin-top: 3px;
  clear: both;
  width: 2em;
  float: left;
}

input.submit, input.reset {
  font-weight: bold;
  background-color: #005189;
  border-color: #005189;
  color: #FFFFFF;
  padding: 6px 10px;
  text-transform: uppercase;
  float: right;
  width: auto;
  margin-left: 10px;
  margin-bottom: 10px;
}

input.submit:hover, input.submit:focus, input.submit:active, input.reset:hover, input.reset:focus, input.reset:active {
  background: #979797;
  color: #FFFFFF;
  border-color: #979797;
}

input.reset {
  background-color: #979797;
  border-color: #979797;
}

.oneline input {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}

input:hover, input:focus, input:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  border: 1px solid #005189;
}

.col2 .formField span {
  display: block;
  width: 50%;
  float: left;
}

.col3 .formField span {
  display: block;
  width: 33.33%;
  float: left;
}

.formHandle {
  margin-bottom: 10px;
}

.formError {
  color: #CA0101;
}

.formError.abstract {
  font-weight: bold;
}

.formError + input,
.formError + textarea {
  border: 1px solid #CA0101;
}

.error a {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  position: relative;
}

.error a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -104px -67px;
  left: 0;
  top: 8px;
}

ul.error {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 12px;
}

@font-face {
  font-family: 'merriweather';
  src: url("/static/fonts/Merriweather/merriweather-v19-latin-regular.woff2") format("woff2"), url("/static/fonts/Merriweather/merriweather-v19-latin-regular.woff") format("woff"), url("/static/fonts/Merriweather/merriweather-v19-latin-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather';
  src: url("/static/fonts/Merriweather/merriweather-v19-latin-italic.woff2") format("woff2"), url("/static/fonts/Merriweather/merriweather-v19-latin-italic.woff") format("woff"), url("/static/fonts/Merriweather/merriweather-v19-latin-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'merriweather';
  src: url("/static/fonts/Merriweather/merriweather-v19-latin-300.woff2") format("woff2"), url("/static/fonts/Merriweather/merriweather-v19-latin-300.woff") format("woff"), url("/static/fonts/Merriweather/merriweather-v19-latin-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather';
  src: url("/static/fonts/Merriweather/merriweather-v19-latin-300italic.woff2") format("woff2"), url("/static/fonts/Merriweather/merriweather-v19-latin-300italic.woff") format("woff"), url("/static/fonts/Merriweather/merriweather-v19-latin-300italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'merriweather';
  src: url("/static/fonts/Merriweather/merriweather-v19-latin-700.woff2") format("woff2"), url("/static/fonts/Merriweather/merriweather-v19-latin-700.woff") format("woff"), url("/static/fonts/Merriweather/merriweather-v19-latin-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather';
  src: url("/static/fonts/Merriweather/merriweather-v19-latin-700italic.woff2") format("woff2"), url("/static/fonts/Merriweather/merriweather-v19-latin-700italic.woff") format("woff"), url("/static/fonts/Merriweather/merriweather-v19-latin-700italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'merriweather';
  src: url("/static/fonts/Merriweather/merriweather-v19-latin-900.woff2") format("woff2"), url("/static/fonts/Merriweather/merriweather-v19-latin-900.woff") format("woff"), url("/static/fonts/Merriweather/merriweather-v19-latin-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather';
  src: url("/static/fonts/Merriweather/merriweather-v19-latin-900italic.woff2") format("woff2"), url("/static/fonts/Merriweather/merriweather-v19-latin-900italic.woff") format("woff"), url("/static/fonts/Merriweather/merriweather-v19-latin-900italic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'muli';
  src: url("/static/fonts/Muli/muli-v11-latin-regular.woff2") format("woff2"), url("/static/fonts/Muli/muli-v11-latin-regular.woff") format("woff"), url("/static/fonts/Muli/muli-v11-latin-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'muli';
  src: url("/static/fonts/Muli/muli-v11-latin-italic.woff2") format("woff2"), url("/static/fonts/Muli/muli-v11-latin-italic.woff") format("woff"), url("/static/fonts/Muli/muli-v11-latin-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'muli';
  src: url("/static/fonts/Muli/muli-v11-latin-200.woff2") format("woff2"), url("/static/fonts/Muli/muli-v11-latin-200.woff") format("woff"), url("/static/fonts/Muli/muli-v11-latin-200.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'muli';
  src: url("/static/fonts/Muli/muli-v11-latin-200italic.woff2") format("woff2"), url("/static/fonts/Muli/muli-v11-latin-200italic.woff") format("woff"), url("/static/fonts/Muli/muli-v11-latin-200italic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'muli';
  src: url("/static/fonts/Muli/muli-v11-latin-300.woff2") format("woff2"), url("/static/fonts/Muli/muli-v11-latin-300.woff") format("woff"), url("/static/fonts/Muli/muli-v11-latin-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'muli';
  src: url("/static/fonts/Muli/muli-v11-latin-300italic.woff2") format("woff2"), url("/static/fonts/Muli/muli-v11-latin-300italic.woff") format("woff"), url("/static/fonts/Muli/muli-v11-latin-300italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'muli';
  src: url("/static/fonts/Muli/muli-v11-latin-600.woff2") format("woff2"), url("/static/fonts/Muli/muli-v11-latin-600.woff") format("woff"), url("/static/fonts/Muli/muli-v11-latin-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'muli';
  src: url("/static/fonts/Muli/muli-v11-latin-600italic.woff2") format("woff2"), url("/static/fonts/Muli/muli-v11-latin-600italic.woff") format("woff"), url("/static/fonts/Muli/muli-v11-latin-600italic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'muli';
  src: url("/static/fonts/Muli/muli-v11-latin-700.woff2") format("woff2"), url("/static/fonts/Muli/muli-v11-latin-700.woff") format("woff"), url("/static/fonts/Muli/muli-v11-latin-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'muli';
  src: url("/static/fonts/Muli/muli-v11-latin-700italic.woff2") format("woff2"), url("/static/fonts/Muli/muli-v11-latin-700italic.woff") format("woff"), url("/static/fonts/Muli/muli-v11-latin-700italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'muli';
  src: url("/static/fonts/Muli/muli-v11-latin-800.woff2") format("woff2"), url("/static/fonts/Muli/muli-v11-latin-800.woff") format("woff"), url("/static/fonts/Muli/muli-v11-latin-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'muli';
  src: url("/static/fonts/Muli/muli-v11-latin-800italic.woff2") format("woff2"), url("/static/fonts/Muli/muli-v11-latin-800italic.woff") format("woff"), url("/static/fonts/Muli/muli-v11-latin-800italic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'muli';
  src: url("/static/fonts/Muli/muli-v11-latin-900.woff2") format("woff2"), url("/static/fonts/Muli/muli-v11-latin-900.woff") format("woff"), url("/static/fonts/Muli/muli-v11-latin-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'muli';
  src: url("/static/fonts/Muli/muli-v11-latin-900italic.woff2") format("woff2"), url("/static/fonts/Muli/muli-v11-latin-900italic.woff") format("woff"), url("/static/fonts/Muli/muli-v11-latin-900italic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

.aural {
  left: -2000px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.clear {
  clear: both;
}

.column .columns {
  padding-left: 1rem;
  padding-right: 1rem;
}

ol {
  list-style-type: none;
}

.all {
  width: 100%;
  text-align: center;
}

.all a {
  position: relative;
  border: 1px solid #005189;
  border-radius: 2px;
  display: inline-block;
  height: 47px;
  font-size: 1.5rem;
  color: #005189;
  text-decoration: none;
  line-height: 47px;
  padding: 0 20px 0 40px;
  margin: 0 auto;
  z-index: 3;
}

.all a:hover {
  text-decoration: underline;
}

.all .all__icon {
  background-size: 10px 15px;
  background-image: url(/SiteGlobals/Frontend/Images/icons/next.svg?__blob=normal&v=1);
  background-repeat: no-repeat;
  position: absolute;
  left: 17px;
  top: 15px;
  width: 15px;
  height: 15px;
}

.button {
  border-radius: 5px;
  font-weight: bold;
  clear: left;
  display: block;
  padding: 9px 10px;
  color: #FFFFFF;
  background-color: #005189;
  line-height: 1;
  text-transform: uppercase;
  word-spacing: .25em;
}

.all .button {
  float: right;
  color: #FFFFFF;
}

a.button:hover, a.button:focus, a.button:active {
  color: #FFFFFF;
  text-decoration: underline;
  background: #979797;
}

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

body {
  color: #333333;
}

body > div {
  font-size: 100%;
}

h1,
h2,
h3 {
  color: #333333;
}

#content h1 {
  padding-left: 78px;
  max-width: 300px;
  word-wrap: break-word;
}

#content h1:before {
  content: ' ';
  width: 70px;
  display: block;
  position: absolute;
  margin-left: -78px;
  margin-top: 6px;
  border-top: 2px solid #005189;
}

#content h3 {
  margin: 1.75rem 0;
}

.divider {
  border-top: 1px solid #333333;
  width: 100%;
  opacity: 0.2;
  margin: 50px 0;
}

.title-box {
  padding-bottom: 30px;
}

.title-box .underline {
  width: 47px;
  height: 4px;
  background: #005189;
  margin: 0 auto;
}

.title-box h2 {
  font-weight: lighter;
  font-size: 2.5rem;
  color: #333333;
  text-align: center;
}

.modal--layer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #0b0b0b;
  opacity: 0.8;
}

.modal {
  display: none;
  background: #FFFFFF;
  border: 1px solid #333333;
  width: 300px;
  position: fixed;
  top: 50%;
  margin-top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 20px 10px 10px;
  z-index: 101;
}

.modal .js-close {
  position: absolute;
  right: 5px;
  top: 0;
  padding: 10px;
  z-index: 102;
  font-size: 1.8rem;
  cursor: pointer;
  color: #333333;
}

.modal .modal--wrapper {
  color: #333333;
  height: 100%;
  margin-top: 10px;
}

.glossaryIndex.navIndex li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: auto;
}

.glossaryIndex.navIndex .page,
.glossaryIndex.navIndex strong {
  display: block;
  min-width: 2em;
}

.glossaryIndex span {
  background: #EFEFEF;
}

.hero {
  display: none;
}

.l-wide {
  margin-right: calc(1em / -2);
  margin-left: calc(1em / -2);
}

.l-wide--search {
  background-color: #EFEFEF;
  width: 100vw;
  margin: 0;
  padding: 54px 0;
  position: absolute;
  top: 115px;
  left: 0;
  z-index: 2;
}

.l-wide__inner {
  padding-right: calc(1em / 2);
  padding-left: calc(1em / 2);
}

.l-wide__row {
  max-width: 112.4rem;
  margin: 0 auto;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  background-color: #FFFFFF;
  width: auto;
  max-width: 100%;
  padding: 4em 10px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

h1 .mfp-inline-holder .mfp-content button.mfp-close, h1
.mfp-ajax-holder .mfp-content button.mfp-close {
  left: -2000px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.mfp-inline-holder .mfp-content button.mfp-close,
.mfp-ajax-holder .mfp-content button.mfp-close {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  background: url(/SiteGlobals/Frontend/Images/icons/close-b.svg?__blob=normal&v=1) no-repeat 100% 0/20px 20px;
  padding-right: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  opacity: 1;
}

.mfp-inline-holder .mfp-content button.mfp-close:hover, .mfp-inline-holder .mfp-content button.mfp-close:focus, .mfp-inline-holder .mfp-content button.mfp-close:active,
.mfp-ajax-holder .mfp-content button.mfp-close:hover,
.mfp-ajax-holder .mfp-content button.mfp-close:focus,
.mfp-ajax-holder .mfp-content button.mfp-close:active {
  text-decoration: underline;
}

.mfp-inline-holder .mfp-content .all,
.mfp-ajax-holder .mfp-content .all {
  margin-bottom: 0;
}

.mfp-inline-holder .mfp-content .glossarEntry ul,
.mfp-ajax-holder .mfp-content .glossarEntry ul {
  margin-bottom: 20px;
}

.mfp-inline-holder .mfp-content .picture,
.mfp-ajax-holder .mfp-content .picture {
  background: transparent;
}

.mfp-inline-holder .mfp-content .picture.poster,
.mfp-ajax-holder .mfp-content .picture.poster {
  max-width: 100%;
}

.mfp-inline-holder .mfp-content img,
.mfp-ajax-holder .mfp-content img {
  display: block;
  margin: 0 auto;
}

.mfp-inline-holder .mfp-content .slide h1,
.mfp-ajax-holder .mfp-content .slide h1 {
  padding: 10px 5em 0 10px;
}

.mfp-inline-holder .mfp-content .slide .position,
.mfp-ajax-holder .mfp-content .slide .position {
  position: absolute;
  top: 5.5em;
  right: 20px;
}

.mfp-inline-holder .mfp-content .slide video,
.mfp-ajax-holder .mfp-content .slide video {
  display: block;
  margin: 0 auto;
}

.mfp-gallery .mfp-inline-holder .mfp-content,
.mfp-gallery .mfp-ajax-holder .mfp-content {
  width: 900px;
}

.mfp-container .mfp-arrow {
  width: 30px;
  height: 43px;
}

.mfp-container .mfp-arrow, .mfp-container .mfp-arrow:active {
  margin-top: 0;
}

.mfp-container .mfp-arrow:before, .mfp-container .mfp-arrow:after,
.mfp-container .mfp-arrow .mfp-b,
.mfp-container .mfp-arrow .mfp-a {
  border: none;
  padding: 0;
  height: 43px;
  width: 30px;
  margin: 0;
}

.content a {
  display: inline-block;
}

.downloadlinks a.downloadLink {
  display: block;
  padding-left: 25px;
  position: relative;
}

.downloadlinks a.downloadLink:before {
  left: 0;
  top: -1px;
}

.supplement .box .links a.downloadLink {
  padding-left: 20px;
  position: relative;
}

.supplement .box .links a.downloadLink:before {
  top: -1px;
  left: 0;
}

.supplement .box .links a.shoppingCartLink {
  padding-left: 20px;
  position: relative;
}

.supplement .box .links a.shoppingCartLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -15px -76.667px;
  top: 2px;
  left: 0;
}

.downloadlinks a.shoppingCartLink {
  display: block;
  padding-left: 25px;
  position: relative;
}

.downloadlinks a.shoppingCartLink:before {
  top: 2px;
  left: 0;
}

a.external,
.teaser .more a.external {
  padding-left: 13px;
  position: relative;
}

a.external:before,
.teaser .more a.external:before {
  top: 8px;
  left: 0;
}

.more {
  display: block;
  margin-top: 5px;
}

.more a {
  position: relative;
  padding-left: 15px;
}

.more a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -104px -67px;
  left: 0;
  top: 7px;
}

a.themenLink {
  display: block;
  padding-left: 15px;
  position: relative;
}

a.themenLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -104px -67px;
  left: 0;
  top: 8px;
}

ul.links {
  margin-bottom: 20px;
}

ul.links a,
ul.links strong {
  display: block;
  padding-left: 20px;
  position: relative;
}

.StndGallery ul.links a, .StndGallery
ul.links strong {
  font-size: 1.6rem;
}

ul.links a:before,
ul.links strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -104px -67px;
  left: 5px;
  top: 7px;
}

ul.links a.downloadLink:before,
ul.links strong.downloadLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 14px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -104px -26px;
  left: 0;
  top: 2px;
}

ul.links a.shoppingCartLink:before,
ul.links strong.shoppingCartLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -15px -76.667px;
  top: 4px;
  left: 0;
}

.tableOfDocuments {
  margin-bottom: 12px;
  list-style: decimal outside none;
  padding-left: 20px;
}

video,
.mejs-container {
  margin: 0 auto 20px;
}

.galleryBox .mejs-wrapper {
  margin-top: 46px;
}

.galleryBox .mejs-wrapper .mejs-container {
  margin: 0 auto;
}

.mejs-overlay-button {
  background-image: url(/SiteGlobals/Frontend/Images/icons/mediaelementjs/icon_play_custom_svg.svg?__blob=normal&v=1);
}

.gsb .navSkip,
.gsb .navSkip a {
  left: -2000px;
  line-height: 0;
  position: absolute;
  width: 0;
}

.gsb .navSkip a:focus, .gsb .navSkip a:active {
  background-color: #005189;
  color: #FFFFFF;
  font-size: 1.6rem;
  height: auto;
  left: calc(2000px + 50vw);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 0 20px;
  top: 75px;
  width: 180px;
  z-index: 1000;
  text-align: center;
}

.menu-box {
  display: none;
}

#menu {
  display: none;
}

#menu.mm-menu.mm-current {
  display: block;
}

#menu h1 {
  text-align: left;
  font-size: 1.8rem;
  background: #005189;
  z-index: 1000;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0;
  padding: 8px 40px 10px 12px;
  text-transform: uppercase;
  font-family: "muli", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#menu h1 a {
  color: #FFFFFF;
  font-weight: bold;
}

#menu .mobile-head {
  padding: 0;
}

#menu .mobile-head h1 {
  color: #FFFFFF;
}

#menu .close-button {
  width: 22px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 10px;
}

#menu .close-button:focus img {
  outline: 1px dotted #FFFFFF;
}

#menu .close-button img {
  vertical-align: initial;
}

#menu .mm-search {
  background: #005189;
  position: relative;
}

#menu .mm-search input {
  color: #000000;
  background: #EFEFEF;
  width: 100%;
  border: none;
  border-radius: 5px;
}

#menu .mm-search input.image {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 30px;
  padding: 5px;
}

#menu .mm-search input.image:focus {
  outline: 1px dotted #979797;
  padding: 0;
}

#menu ul {
  color: #005189;
  background: #FAFAFA;
  position: relative;
  padding-top: 0;
}

#menu ul ul {
  padding: 0;
}

#menu li {
  font-size: 1.4rem;
}

#menu li a,
#menu li strong {
  color: #005189;
  padding: 10px;
  display: block;
}

#menu li a span,
#menu li strong span {
  padding-left: 0;
}

#menu li.service {
  background: #005189;
}

#menu li.service a,
#menu li.service strong,
#menu li.service span {
  color: #FFFFFF;
}

#menu li.service li {
  background: #EBEBEB;
}

#menu li.service li a,
#menu li.service li strong,
#menu li.service li span {
  color: #005189;
}

#menu li li {
  background: #EBEBEB;
}

#menu li li a,
#menu li li strong {
  padding-left: 20px;
}

#menu li li li {
  background: #DBDBDB;
}

#menu li li li:after {
  border-color: #CCCCCC;
}

#menu li li li a,
#menu li li li strong {
  padding-left: 30px;
}

#menu li li li li {
  background: #CCCCCC;
}

#menu li li li li:after {
  border-color: #BDBDBD;
}

#menu li li li li a,
#menu li li li li strong {
  padding-left: 40px;
}

#menu .navFacebook em,
#menu .navFlickr em,
#menu .navGoogle em,
#menu .navRSSFeed em,
#menu .navTwitter em,
#menu .navYouTube em {
  display: none;
}

#menu .navServiceGS > a,
#menu .navServiceGS strong,
#menu .navServiceLS > a,
#menu .navServiceLS strong,
#menu .navTwitter > a,
#menu .navTwitter strong,
#menu .navRSSFeed > a,
#menu .navRSSFeed strong,
#menu .navFlickr > a,
#menu .navFlickr strong,
#menu .navFacebook > a,
#menu .navFacebook strong,
#menu .navYouTube > a,
#menu .navYouTube strong,
#menu .navGoogle > a,
#menu .navGoogle strong {
  position: relative;
}

#menu .navServiceGS a.mm-subopen,
#menu .navServiceLS a.mm-subopen,
#menu .navTwitter a.mm-subopen,
#menu .navRSSFeed a.mm-subopen,
#menu .navFlickr a.mm-subopen,
#menu .navFacebook a.mm-subopen,
#menu .navYouTube a.mm-subopen,
#menu .navGoogle a.mm-subopen {
  background: none;
}

#menu .navServiceGS > a:before,
#menu .navServiceGS strong:before {
  left: 10px;
  top: 8px;
}

#menu .navServiceLS > a:before,
#menu .navServiceLS strong:before {
  left: 10px;
  top: 8px;
}

#menu .navTwitter > a:before,
#menu .navTwitter strong:before {
  left: 10px;
  top: 8px;
}

#menu .navRSSFeed > a:before,
#menu .navRSSFeed strong:before {
  left: 10px;
  top: 8px;
}

#menu .navFlickr > a:before,
#menu .navFlickr strong:before {
  left: 10px;
  top: 8px;
}

#menu .navFacebook > a:before,
#menu .navFacebook strong:before {
  left: 10px;
  top: 8px;
}

#menu .navYouTube > a:before,
#menu .navYouTube strong:before {
  left: 10px;
  top: 8px;
}

#menu .navGoogle > a:before,
#menu .navGoogle strong:before {
  left: 10px;
  top: 8px;
}

#menu .mm-next {
  height: 42px;
}

#menu .mm-next:after {
  border-color: #005189;
}

#menu .mm-next:focus {
  outline: 1px dotted #005189;
}

.mm-opening .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#menu .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
}

html.mm-opened #togglenav {
  position: absolute;
}

.mm-vertical .mm-listview .mm-panel {
  padding: 0;
}

.mm-menu .mm-noresultsmsg {
  display: none;
}

.mm-menu > .mm-navbar-top-2 {
  top: 39px;
  z-index: 4;
}

.mm-hasnavbar-top-2 .mm-panels {
  top: 94px;
}

.mm-listview > li:not(.mm-divider):after {
  left: 0;
}

.mm-hasnavbar-top-1 .mm-panels {
  top: 92px;
}

.pageBottom {
  outline-style: dotted;
  outline-color: #7F7F7F;
  outline-width: 2px;
  background: #EFEFEF;
  padding-top: 20px;
}

.navIndex {
  overflow: hidden;
  margin-bottom: 20px;
}

.navIndex:after {
  clear: both;
  content: '';
  display: block;
  height: 1px;
}

.content .navIndex ul {
  padding: 0;
}

.navIndex li {
  list-style-type: none;
  float: left;
  text-align: center;
  width: 50%;
}

.navIndex .page,
.navIndex strong {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  display: block;
  padding: 3px 10px;
}

.navIndex .page:hover,
.navIndex .page:focus,
.navIndex .page:active,
.navIndex strong {
  color: #FFFFFF;
  background: #005189;
}

.navIndex a.page,
.navIndex strong,
.navIndex span.page {
  display: none;
}

.navIndex span.back, .navIndex span.forward {
  color: #005189;
  background: #FFFFFF;
}

.navIndex .back {
  margin-right: 10px;
}

.navIndex .button {
  color: #FFFFFF;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p,
li,
td,
th,
blockquote,
dl,
caption,
.formError,
address,
.address {
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.05px;
}

strong,
b {
  color: #151515;
  font-weight: 600;
}

i {
  color: #151515;
}

.content {
  padding-left: 1rem;
  padding-right: 1rem;
}

.content ul:not([class]) {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 20px;
}

.content ul:not([class]) * {
  margin-bottom: 0;
}

.content ol:not([class]) {
  list-style: decimal outside none;
  margin-bottom: 20px;
  padding-left: 20px;
}

.content ol:not([class]) ol {
  list-style: lower-alpha outside none;
}

.content ol:not([class]) ol ol {
  list-style: lower-roman outside none;
}

.content ol:not([class]) * {
  margin-bottom: 0;
}

blockquote,
q {
  quotes: '' '' '' '';
}

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

blockquote {
  color: #000000;
  margin: 10px 10px 20px;
  padding: 0;
  background: #EFEFEF;
}

blockquote p {
  color: #000000;
  padding: 10px;
  margin-bottom: 0;
}

cite {
  color: #000000;
  font-size: 1.5rem;
  display: inline;
}

cite:before {
  content: '';
}

abbr,
dfn {
  border-bottom: 1px dotted #000000;
  text-decoration: none;
  color: #151515;
}

table {
  border-collapse: separate;
  table-layout: fixed;
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  clear: both;
}

table td.right, table td.left {
  float: none !important;
}

table a {
  text-decoration: underline;
}

table a:hover, table a:active, table a:focus {
  text-decoration: none;
}

table .sortUp,
table .sortDown {
  padding-right: 14px;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}

table .sortUp:after,
table .sortDown:after {
  top: 8px;
  right: 0;
}

table .even {
  background: #EFEFEF;
}

table .width15 {
  width: 15%;
}

table .width20 {
  width: 20%;
}

table .width25 {
  width: 25%;
}

table .width30 {
  width: 30%;
}

table .width35 {
  width: 35%;
}

table .width40 {
  width: 40%;
}

table .width45 {
  width: 45%;
}

table .width50 {
  width: 50%;
}

table .width70 {
  width: 70%;
}

table .width80 {
  width: 80%;
}

table .width85 {
  width: 85%;
}

caption {
  font-weight: bold;
  color: #000000;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
}

tbody {
  padding: 0 0 10px;
}

th {
  background: #DFDFDF;
  color: #000000;
  border-bottom: 1px dotted #7F7F7F;
  padding: 10px;
  text-align: left;
}

th a {
  color: currentColor;
}

td {
  border-bottom: 1px dotted #7F7F7F;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

.responsiveTable {
  overflow-x: scroll;
  margin-bottom: 20px;
}

.responsiveTable table {
  width: 637px;
}

dl {
  margin: 0 0 20px;
  overflow: hidden;
}

dt {
  font-weight: bold;
  display: block;
  float: left;
  padding-right: 15px;
  clear: both;
}

dd {
  display: block;
  margin-bottom: .3rem;
}

p.left,
td.left,
th.left {
  text-align: left;
}

p.right,
td.right,
th.right {
  text-align: right;
}

p.center,
td.center,
th.center {
  text-align: center;
}

p.justify,
td.justify,
th.justify {
  text-align: justify;
}

.picture {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto 18px;
}

.picture.linksOhne {
  margin-left: 0;
  margin-right: 0;
}

.picture.rechtsOhne {
  margin-left: auto;
  margin-right: 0;
}

.picture a,
.picture a span {
  display: block;
}

.picture .wrapper-text {
  display: block;
  margin: 5px 0 5px 5px;
}

.picture .loupe,
.picture .image-caption {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  text-align: center;
  padding-top: 14px;
}

.picture .loupe:hover, .picture .loupe:focus, .picture .loupe:active,
.picture .image-caption:hover,
.picture .image-caption:focus,
.picture .image-caption:active {
  background: black;
}

.picture .loupe:focus img,
.picture .image-caption:focus img {
  outline-style: dotted;
  outline-color: #000000;
  outline-width: 1px;
}

.picture .image-caption {
  top: inherit;
  bottom: 0;
  z-index: 2;
}

a {
  color: #005189;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #028EF2;
  outline: none;
}

a.RichTextIntLink {
  position: relative;
  padding-left: 17px;
  text-decoration: underline;
}

a.RichTextIntLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -112px -55px;
  left: 6px;
  top: 7px;
}

a.RichTextIntLink:hover, a.RichTextIntLink:focus, a.RichTextIntLink:active {
  text-decoration: none;
}

a.RichTextExtLink, a.ExternalLink {
  text-decoration: underline;
  position: relative;
  padding-left: 20px;
}

a.RichTextExtLink:before, a.ExternalLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -84px -50px;
  top: 7px;
  left: 0;
}

a.RichTextExtLink:hover, a.RichTextExtLink:focus, a.RichTextExtLink:active, a.ExternalLink:hover, a.ExternalLink:focus, a.ExternalLink:active {
  text-decoration: none;
}

a.RichTextGlossarLink, a.GlossarEntry {
  border-bottom: 1px dotted #7F7F7F;
  color: #000000;
  cursor: help;
  text-decoration: none;
}

a.RichTextGlossarLink:hover, a.RichTextGlossarLink:focus, a.RichTextGlossarLink:active, a.GlossarEntry:hover, a.GlossarEntry:focus, a.GlossarEntry:active {
  border-bottom: 1px solid #7F7F7F;
}

a.RichTextWikiLink {
  padding-left: 20px;
  text-decoration: underline;
  position: relative;
}

a.RichTextWikiLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -84px -50px;
  top: 7px;
  left: 0;
}

a.RichTextWikiLink:hover, a.RichTextWikiLink:focus, a.RichTextWikiLink:active {
  text-decoration: none;
}

a.ContactData {
  padding-left: 20px;
  position: relative;
}

a.ContactData:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 11px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -65px -34px;
  top: 6px;
  left: 0;
}

a.ContactData:hover, a.ContactData:focus, a.ContactData:active {
  text-decoration: underline;
}

a.download, a.Publication {
  position: relative;
  padding-left: 20px;
}

a.download:before, a.Publication:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 14px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -104px -26px;
  left: 0;
  top: 2px;
}

a.download:hover, a.download:focus, a.download:active, a.Publication:hover, a.Publication:focus, a.Publication:active {
  text-decoration: underline;
}

a.shoppingCartLink {
  padding-left: 20px;
  position: relative;
}

a.shoppingCartLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -15px -76.667px;
  top: 4px;
  left: 0;
}

a.shoppingCartLink:hover, a.shoppingCartLink:focus, a.shoppingCartLink:active {
  text-decoration: underline;
}

.download-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #575757;
  border-radius: 2px;
  width: 100%;
  max-width: 736px;
  padding: 40px;
  margin: 60px 0;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.download-box .all {
  text-align: left;
  margin-top: 30px;
}

.download-box .all a {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 0 40px;
}

.download-box--context {
  width: 100%;
}

.download-box__image {
  display: none;
}

.download-box__title {
  font-family: "merriweather", Cambria, Georgia, "Droid Serif", "Times New Roman", serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  line-height: 2.7rem;
}

.download-box__info {
  opacity: 0.8;
  font-size: 1.4rem;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  margin-top: 14px;
}

ul.toc {
  margin-bottom: 20px;
}

ul.toc li {
  list-style-type: none;
}

ul.toc li a {
  padding-left: 18px;
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
  display: block;
}

ul.toc li a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 6px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -104px -82px;
  top: 8px;
  left: 0;
}

ul.toc li a:hover, ul.toc li a:focus, ul.toc li a:active {
  text-decoration: underline;
}

p.navToTop {
  overflow: hidden;
  padding: 3px 0 15px;
  margin-bottom: 0;
}

p.navToTop a {
  float: right;
  padding-left: 15px;
  position: relative;
}

p.navToTop a:before {
  top: 10px;
  left: 0;
}

.has-tip {
  color: inherit;
  font-weight: inherit;
}

.has-tip:focus, .has-tip:hover, .has-tip:active {
  color: inherit;
  font-weight: inherit;
}

.subheadline p {
  font-family: "merriweather", Cambria, Georgia, "Droid Serif", "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: lighter;
  color: #575757;
  line-height: 3.2rem;
}

.share {
  position: absolute;
  width: 100%;
  z-index: 99;
  background: #FFFFFF;
  border-top: 2px dotted #7F7F7F;
}

.share .wrapper-share {
  padding: 3em 10px;
  position: relative;
  min-height: 19em;
}

.share button.close {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.5;
  background: url(/SiteGlobals/Frontend/Images/icons/close-b.svg?__blob=normal&v=1) no-repeat 100% 0/22px 22px;
  padding-right: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.share button.close:hover, .share button.close:focus, .share button.close:active {
  text-decoration: underline;
}

.share .shariff h3 {
  font-size: 1.7rem;
  color: #000000;
  padding: 0 0 10px;
  margin-top: 10px;
}

.share .shariff ul {
  margin: 0 !important;
}

.share .shariff li {
  width: calc(50% - 1.4%);
  max-width: calc(50% - 1.4%);
  margin-right: 0;
}

.share .shariff li:nth-child(odd) {
  margin-right: 2.8%;
}

.share .shariff li a {
  padding: 0 10px 0 30px;
  font-size: 1.4rem;
  background: #005189 !important;
}

.share .shariff li a:before {
  position: absolute;
  left: 10px;
  top: 10px;
}

.share .shariff li a:hover, .share .shariff li a:focus, .share .shariff li a:active {
  color: #FFFFFF;
  text-decoration: underline;
}

.share .shariff li a .fa {
  display: none;
}

.share .shariff li a .share_text {
  font-size: inherit;
  font-family: inherit;
  text-indent: 0;
}

.share .shariff .twitter a:before {
  top: 8px;
}

.share .shariff .googleplus a:before {
  top: 10px;
  left: 10px;
}

.share .shariff .facebook a:before {
  top: 7px;
  left: 8px;
}

.share .shariff .email a {
  padding-top: 4px;
  padding-left: 35px;
  line-height: 23px;
}

.share .shariff .email a:before {
  top: 9px;
}

.share .shariff .info {
  width: 35px;
  max-width: auto;
  border: 1px solid #666666;
}

.share .shariff .info a {
  position: relative;
  padding: 0;
  background: #FFFFFF !important;
}

.share .shariff .info a:before {
  -webkit-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  top: 50%;
  left: 50%;
}

.warenkorb td {
  vertical-align: middle;
}

.warenkorb td label,
.warenkorb td input {
  margin-bottom: 0;
}

.sitemap {
  margin-bottom: 20px;
  list-style-type: none;
}

.sitemap ul {
  margin-left: 20px;
}

.gsb .content .sitemap ul {
  margin-bottom: 10px;
  margin-left: 20px;
  list-style-type: none;
  padding-left: 0;
}

.sitemap li {
  margin: 0;
  padding: 0;
}

.sitemap li li a,
.sitemap li li strong {
  padding: 1px 0 3px 20px;
  position: relative;
}

.sitemap li li a:before,
.sitemap li li strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -104px -67px;
  left: 5px;
  top: 7px;
}

.sitemap a,
.sitemap strong {
  display: block;
  text-decoration: none;
}

.sitemap a:hover, .sitemap a:active, .sitemap a:focus {
  text-decoration: underline;
}

.sitemap h2 {
  font-size: 2.2rem;
  border-top: 1px dotted #7F7F7F;
  padding-top: 5px;
  margin-bottom: 10px;
}

.sitemap h2 a {
  background: none;
  padding-left: 0;
}

.sitemap h2 a:hover, .sitemap h2 a:focus, .sitemap h2 a:active, .sitemap h2 a {
  background: none;
}

.sitemap h2 a:hover:before, .sitemap h2 a:focus:before, .sitemap h2 a:active:before, .sitemap h2 a:before {
  content: none;
}

.solrSortLinks {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.solrSortLinks ul {
  overflow: hidden;
  padding-left: 0;
}

.solrSortLinks li {
  border: none;
  list-style-type: none;
  float: left;
  width: 50%;
}

.solrSortLinks li:first-child a {
  margin-right: 10px;
}

.solrSortLinks a {
  position: relative;
  color: #FFFFFF;
}

.solrSortLinks a:before {
  right: 7px;
  top: 13px;
}

.solrSortLinks a:hover, .solrSortLinks a:focus, .solrSortLinks a:active {
  text-decoration: none;
  color: #FFFFFF;
}

.stage-detail {
  background: #EFEFEF;
  border-bottom: 1px solid #DFDFDF;
  padding: 60px 10px 80px;
}

.stage-detail .title-box {
  margin: 0 auto;
}

.stage-detail p {
  max-width: 736px;
  margin: 0 auto;
}

.wrapper-teaser,
.row.teaser {
  margin: 0 0 50px;
}

/* allgemeiner Textbereich: z.b. Bieterfragen */
.wrapper-teaser ul + .all {
  margin-top: 80px;
}

.wrapper-teaser li {
  margin-bottom: 15px;
  padding-left: 30px;
}

.wrapper-teaser li:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -84px -40px;
  margin-top: 10px;
  margin-left: -25px;
}

.wrapper-teaser li a {
  position: relative;
  text-decoration: none;
}

/* Bieterfragen */
.teaser h1,
.teaser h2,
.teaser h3 {
  font-size: 1.8rem;
}

.teaser h1.withHeader,
.teaser h2.withHeader,
.teaser h3.withHeader {
  padding-top: 1em;
  position: relative;
}

.teaser h1.withHeader .category,
.teaser h2.withHeader .category,
.teaser h3.withHeader .category {
  top: 0;
  left: 0;
  position: absolute;
  font-family: "muli", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2rem;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}

.teaser h1 a,
.teaser h2 a,
.teaser h3 a {
  text-decoration: none;
}

.teaser h1 a:hover,
.teaser h1 a :active, .teaser h1 a:focus,
.teaser h2 a:hover,
.teaser h2 a :active,
.teaser h2 a:focus,
.teaser h3 a:hover,
.teaser h3 a :active,
.teaser h3 a:focus {
  text-decoration: underline;
}

.teaser .medium-4 a:focus {
  outline: 1px dotted #005189;
}

.teaser .picture-element {
  float: left;
  margin: 1.07em 1.07em 0 0;
  width: 35%;
}

.teaser h2,
.teaser img {
  margin-bottom: 20px;
}

.teaser img {
  width: 100%;
  display: block;
}

.wrapperTeaser {
  margin-bottom: 20px;
}

.dateblock {
  width: 100%;
  font-weight: bold;
  float: left;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border: 1px solid #7F7F7F;
}

.dateblock .day {
  font-size: 1.8rem;
}

.dateblock .month {
  font-size: 1.8rem;
  background-color: transparent;
  color: #000000;
}

.dateblock .month abbr {
  color: #000000;
  text-transform: uppercase;
}

.service-border .dateblock {
  width: 3em;
  margin-top: 6px;
}

.video-image {
  margin-bottom: 12px;
}

.video-image a {
  position: relative;
  display: block;
}

.video-image a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -50px 0px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.video-image img {
  margin-bottom: 0;
}

.wrapper-teaser--background .wrapper-teaser__content {
  background: #FFFFFF;
  padding: 40px 10px;
}

.wrapper-teaser--background .wrapper-teaser__items {
  margin-top: 50px;
  margin-bottom: 45px;
}

.wrapper-teaser--background .wrapper-teaser__items a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  text-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper-teaser--background .wrapper-teaser__items a:hover {
  text-decoration: underline;
}

.wrapper-teaser--background .wrapper-teaser__items h3 {
  color: #005189;
  font-size: 1.5rem;
  line-height: 2.7rem;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  max-width: 100%;
}

.wrapper-teaser--background .wrapper-teaser__items img {
  width: 154px;
  margin-bottom: 24px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.125);
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.wrapper-teaser--background .wrapper-teaser__items__item {
  margin-bottom: 40px;
}

/* Verteilerseite */
.type-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px solid #DFDFDF;
  /* textarea */
}

.type-1.row.teaser {
  margin: 0;
}

.type-1.row.teaser:last-child {
  margin-bottom: 90px;
}

.type-1 > a {
  width: 100%;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.type-1 img {
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.125);
}

.type-1 .textContainer {
  width: 60%;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.type-1 .textContainer__text {
  font-size: 1.4rem;
}

.type-1 h2 {
  font-size: 2rem;
  letter-spacing: 0.1px;
  line-height: 3.2rem;
  margin-bottom: 0;
}

.type-1 p {
  max-width: 67.9rem;
}

.type-1 .all {
  display: block;
  margin-top: 1rem;
}

.type-1 .all a {
  float: left;
}

.toggleEntry {
  border-bottom: 1px dotted #7F7F7F;
}

.toggleEntry h2 {
  padding: 8px 0;
  margin-bottom: 0;
}

.toggleEntry .heading {
  border-top: 1px dotted #7F7F7F;
  padding-right: 35px;
}

.toggleEntry .heading.inactive-control {
  position: relative;
}

.toggleEntry .heading.inactive-control:before {
  right: 2%;
  top: 15px;
}

.toggleEntry .heading.active-control {
  padding-right: 35px;
  position: relative;
}

.toggleEntry .heading.active-control:before {
  right: 2%;
  top: 15px;
}

.toggleEntry .heading + div {
  overflow: hidden;
}

.togglenav {
  width: 100%;
  z-index: 9999;
  background: #005189;
  overflow: hidden;
  padding: 0 5px 0 10px;
}

.togglenav ul {
  display: inline-table;
  height: 4rem;
  margin: 4px 0;
  padding: 0;
}

.togglenav li {
  float: left;
  height: 100%;
}

.togglenav a,
.togglenav strong {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-weight: normal;
  display: block;
  margin-right: 10px;
  padding: 8px 10px;
}

.togglenav a:hover, .togglenav a:focus, .togglenav a:active,
.togglenav strong:hover,
.togglenav strong:focus,
.togglenav strong:active {
  color: #FFFFFF;
}

.togglenav .right {
  float: right;
}

.togglenav .right a,
.togglenav .right strong {
  margin-right: 0;
  margin-left: 10px;
}

.togglenav .navServiceGS a,
.togglenav .navServiceGS strong,
.togglenav .navServiceLS a,
.togglenav .navServiceLS strong {
  display: block;
  position: relative;
}

.togglenav .navServiceGS a:hover,
.togglenav .navServiceGS a:focus,
.togglenav .navServiceGS a:active,
.togglenav .navServiceGS strong,
.togglenav .navServiceLS a:hover,
.togglenav .navServiceLS a:focus,
.togglenav .navServiceLS a:active,
.togglenav .navServiceLS strong {
  outline: 1px solid #FFFFFF;
}

.togglenav .navServiceGS img,
.togglenav .navServiceLS img {
  height: 21px;
}

.togglenav .navServiceGS img {
  height: 30px;
}

.togglenav .navServiceLS a,
.togglenav .navServiceLS strong {
  padding: 8px 13px 8px;
}

.navMobileMenu a {
  padding-left: 35px;
  position: relative;
}

.navMobileMenu a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -84px 0px;
  top: 12px;
  left: 0;
}

.navMobileSearch a {
  padding-left: 28px;
  position: relative;
  text-decoration: none;
}

.navMobileSearch a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -84px -20px;
  top: 12px;
  left: 0;
}

.fixed .togglenav {
  position: fixed;
  top: 0;
}

.fixed .wrapperDivisions {
  padding-top: 4.8em;
}

.tooltip {
  background: #000000;
  outline: none;
}

.footer {
  color: #FFFFFF;
  position: relative;
}

.footer h2,
.footer h3 {
  font-family: "merriweather", Cambria, Georgia, "Droid Serif", "Times New Roman", serif;
  font-size: 2.3rem;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  line-height: 3.2rem;
}

.footer h2 a,
.footer h3 a {
  color: #FFFFFF;
}

.footer p {
  color: #FFFFFF;
}

.footer li,
.footer p {
  font-size: 1.4rem;
}

.footer a,
.footer strong {
  display: block;
  padding: 10px 15px 10px 0;
  color: #FFFFFF;
}

.footer strong,
.footer a:hover,
.footer a:focus,
.footer a:active {
  text-decoration: underline;
  color: #FFFFFF;
}

.siteInfo {
  background: #005189;
  padding: 0 10px;
}

.siteInfo .heading {
  font-size: 2rem;
}

.siteInfo__item {
  padding-top: 30px;
  padding-bottom: 0;
  text-align: center;
}

.siteInfo__item:last-child {
  padding-bottom: 10px;
}

.footer__servicebar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.footer__termbar,
.footer__servicebar {
  background: #EFEFEF;
}

.footer__termbar a, .footer__termbar strong,
.footer__servicebar a,
.footer__servicebar strong {
  display: inline-block;
  color: #575757;
  font-family: "muli", Cambria, Georgia, "Droid Serif", "Times New Roman", serif;
  font-weight: normal;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 0 30px 5px 0;
}

.footer__termbar a:hover,
.footer__termbar a:focus,
.footer__termbar a:active,
.footer__servicebar a:hover,
.footer__servicebar a:focus,
.footer__servicebar a:active {
  color: #575757;
  text-decoration: underline;
}

.footer__termbar strong,
.footer__servicebar strong {
  text-decoration: underline;
  line-height: 1.5rem;
}

.footer__termbar {
  padding: 20px 0;
}

.footer__termbar > .row {
  height: 100%;
}

.footer__termbar .copyright {
  color: #575757;
  font-size: 1.5rem;
}

.footer__termbar-align {
  text-align: center;
}

.footer__termbar-align.end {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.siteInfo .heading {
  padding: 10px 15px 10px 0;
}

.siteInfo .active-control {
  padding-right: 25px;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
}

.siteInfo .active-control:before {
  right: 1%;
  top: 19px;
}

.siteInfo .inactive-control {
  padding-right: 25px;
  position: relative;
  border-bottom: 1px solid #FFFFFF;
}

.siteInfo .inactive-control:before {
  right: 1%;
  top: 19px;
}

.js-on .heading {
  cursor: pointer;
}

.js-on .heading:hover {
  text-decoration: underline;
}

.js-on .toggleEntry .heading,
.js-on .facets .heading {
  color: #005189;
}

.js-on .toggleEntry .heading:hover,
.js-on .facets .heading:hover {
  color: #000000;
}

.navServiceMeta,
.search {
  display: none;
}

.header {
  background-color: #FFFFFF;
  padding-top: 13px;
  margin-bottom: 20px;
}

.header p {
  margin: 20px 0;
}

.header .logo {
  margin: 20px 0;
}

.header .logo a {
  display: block;
}

.header .logo a:focus {
  outline: 1px dotted #005189;
}

.header .logo img {
  width: 15.5rem;
}

.header .mod .addlogo img {
  float: right;
}

.supplement h3 {
  font-family: "muli", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8rem;
}

.supplement .addContent {
  padding-top: 20px;
}

.supplement .banner,
.supplement .box {
  position: relative;
  margin: 0 auto 20px;
  width: 300px;
}

.supplement .banner a {
  display: block;
}

.supplement .banner a:hover h3, .supplement .banner a:active h3, .supplement .banner a:focus h3 {
  color: #FFFFFF;
  background: #005189;
  text-decoration: underline;
}

.supplement .banner h3 {
  font-family: "muli", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 93.3%;
  padding: 6px 5px;
  margin: 10px;
  background: #FFFFFF;
}

.supplement .lists > ul:last-child {
  margin-bottom: 0;
}

.banner,
.box {
  margin-bottom: 15px;
}

.navBreadcrumbs {
  background: #EFEFEF;
  overflow: hidden;
  border-bottom: 1px solid #DFDFDF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.125);
}

.navBreadcrumbs ol {
  padding: 0 5px;
  overflow: hidden;
}

.navBreadcrumbs li {
  float: left;
  padding: 0;
  line-height: 2;
}

.navBreadcrumbs a,
.navBreadcrumbs strong {
  display: block;
  padding: 12px 20px 12px;
  position: relative;
  opacity: .9;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: .2px;
  font-weight: 600;
  color: #575757;
  text-decoration: none;
}

.navBreadcrumbs a::before,
.navBreadcrumbs strong::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='8px' height='12px' viewBox='0 0 8 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EFlyout_Angle%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Startseite' transform='translate(-562.000000, -302.000000)' fill='%23575757' fill-rule='nonzero'%3E%3Cg id='Flyout-Das-Gericht' transform='translate(-20.000000, 147.000000)'%3E%3Cpolygon id='Flyout_Angle' points='582 155.7275 582.831696 155 589.714286 161 582.831696 167 582 166.27625 588.046875 161'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 14px;
}

.navBreadcrumbs a:hover, .navBreadcrumbs a:focus, .navBreadcrumbs a:active {
  text-decoration: underline;
  color: #005189;
}

.navBreadcrumbs strong {
  color: #575757;
}

.navBreadcrumbs .first a,
.navBreadcrumbs .first strong {
  padding: 9px 20px 12px 0;
  margin: 1px;
}

.navBreadcrumbs .first a:before,
.navBreadcrumbs .first strong:before {
  background: none;
  width: 0;
  height: 0;
}

.navBreadcrumbs .first a:focus {
  outline: 1px dotted #005189;
}

.further {
  border: 1px solid #DFDEDA;
  border-radius: 2px;
  margin: 0 0.5rem 2rem;
}

.further h3 {
  color: #575757;
  text-align: center;
  margin: 0;
  padding: 22px 0 22px;
}

.further ul {
  padding: 18px 25px 16px 25px;
}

.further h3 + ul {
  padding-top: 0;
}

.further a {
  color: #005189;
  text-decoration: none;
  display: block;
  padding: 0 0 12px 20px;
  position: relative;
  font-size: 1.4rem;
}

.further a:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='8px' height='12px' viewBox='0 0 8 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EFlyout_Angle%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Startseite' transform='translate(-562.000000, -302.000000)' fill='%23005189' fill-rule='nonzero'%3E%3Cg id='Flyout-Das-Gericht' transform='translate(-20.000000, 147.000000)'%3E%3Cpolygon id='Flyout_Angle' points='582 155.7275 582.831696 155 589.714286 161 582.831696 167 582 166.27625 588.046875 161'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}

.further a.external:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -84px -50px;
  top: 6px;
  left: 0;
}

.further li:last-child a {
  padding-bottom: 0;
}

.c-navprimary {
  display: none;
}

.navSecondary {
  display: none;
}

.wrapper-teaser-switcher {
  clear: both;
  position: relative;
  background: #EFEFEF;
  padding: 40px 10px;
}

.wrapper-teaser-switcher .columns {
  padding: 0;
}

.wrapper-teaser-switcher .all {
  margin-top: 10px;
}

.teaser-switcher {
  overflow: hidden;
  margin-bottom: 10px;
}

.teaser-switcher .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.teaser-switcher .slick-slide {
  height: inherit;
}

.teaser-switcher .teaser {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.teaser-switcher .textContainer {
  background: #FFFFFF;
  min-height: 370px;
  box-shadow: 4px 1px 4px 0 rgba(51, 51, 51, 0.125);
  position: relative;
}

.teaser-switcher .textContainer__text {
  font-size: 1.4rem;
}

.teaser-switcher a {
  display: block;
  /* weiterlesen button */
}

.teaser-switcher a:first-child {
  padding: 30px;
  text-decoration: none;
}

.teaser-switcher a:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}

.teaser-switcher a .textContainer__text {
  color: #333333;
  font-size: 1.4rem;
}

.teaser-switcher .navigation {
  display: none;
}

.js-on .teaser-switcher .karussell {
  overflow: hidden;
  position: relative;
  height: 100%;
  margin: 0;
}

.js-on .teaser-switcher .slick-dots {
  display: block !important;
  position: static;
  margin-top: 20px;
}

.js-on .teaser-switcher .slick-list {
  margin-bottom: 10px;
}

.js-on .teaser-switcher .navigation {
  display: block;
  height: 60px;
  width: 100%;
  max-width: 124.4rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.js-on .teaser-switcher .navigation .next {
  right: 0;
}

.js-on .teaser-switcher .navigation .prev {
  left: 0;
}

.StndGallery {
  margin-bottom: 20px;
}

.StndGallery .galleryBox {
  position: relative;
}

.StndGallery .galleryBox .slick-list:focus {
  outline-style: dotted;
  outline-color: #000000;
  outline-width: 1px;
}

.StndGallery .galleryBox .slick-slide {
  background: #EFEFEF;
}

.StndGallery .galleryBox .slick-slide p {
  margin-bottom: 0;
}

.StndGallery h2 {
  width: 80%;
  margin: 10px 0 10px 10px;
  padding-right: 4em;
  font-size: 2.4rem;
  float: left;
}

.StndGallery img,
.StndGallery .picture {
  clear: both;
  display: block;
  margin: 0 auto;
}

.StndGallery video {
  margin: 0 auto;
}

.StndGallery .wrapper-text {
  font-size: 1.4rem;
}

.StndGallery .source {
  font-size: 1.2rem;
}

.StndGallery .navigation {
  z-index: 999;
  top: 43%;
  left: 0;
  position: absolute;
  width: 100%;
}

.StndGallery .navigation div,
.StndGallery .navigation button {
  height: 43px;
  width: 30px;
  position: absolute;
}

.StndGallery .navigation button:hover, .StndGallery .navigation button:focus, .StndGallery .navigation button:active {
  opacity: .6;
}

.StndGallery .navigation .next {
  right: 0;
}

.StndGallery .navigation .next.inactive {
  background: url(/SiteGlobals/Frontend/Images/icons/next-b.svg?__blob=normal&v=2) repeat 0 0;
}

.StndGallery .navigation .prev {
  left: 0;
}

.StndGallery .navigation .back .inactive {
  background: url(/SiteGlobals/Frontend/Images/icons/back-b.svg?__blob=normal&v=1) repeat 0 0;
}

.StndGallery .position {
  /* Fade-Effekt
    position:  absolute;*/
  position: relative;
  float: right;
  top: 10px;
  right: 10px;
}

.supplement .slick-slide,
.supplement .picture,
.supplement .galleryBox {
  background: #FFFFFF;
}

.supplement .imageSlider {
  padding: 10px 0;
  background: #EFEFEF;
}

.supplement .imageSlider h3 {
  left: -2000px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.supplement .imageSlider h4 {
  margin: 10px 0 10px 10px;
  padding-right: 4em;
  /* slide effekt */
  width: 80%;
  float: left;
}

.supplement .imageSlider .position {
  right: 10px;
}

.supplement .imageSlider .StndGallery .navigation {
  top: 115px;
  z-index: 99;
}

.stage {
  top: 301px;
  margin-bottom: 20px;
}

.stage .stage-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}

.stage .teaser__wrapper {
  margin: 0 auto 30px;
  display: block;
  width: 75%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.125);
}

.stage .textContainer__text {
  display: none;
}

.stage .imageContainer {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.stage .imageContainer a {
  display: block;
}

.stage .imageContainer a:focus {
  outline: 1px dotted #FFFFFF;
  margin: 1px;
}

.stage .imageContainer img {
  margin-bottom: 0;
}

.stage .teaser {
  border-bottom: none;
}

.stage .teaser.hidden {
  visibility: hidden;
}

.stage .small-pagination {
  margin-bottom: 10px;
  padding-right: 10px;
  text-align: right;
}

.stage .pagination {
  margin-bottom: 20px;
  width: 100%;
}

.stage .pagination ul {
  text-align: center;
}

.stage .pagination li {
  display: inline-block;
  list-style-type: none;
  font-size: 2.2rem;
  margin-right: 5px;
}

.stage .pagination a,
.stage .pagination strong {
  font-weight: bold;
  border-radius: 5px;
  clear: left;
  display: block;
  padding: 7px 13px 8px;
  line-height: 1;
  text-transform: uppercase;
}

.stage .pagination a {
  color: #FFFFFF;
  background-color: #005189;
}

.stage .pagination strong {
  color: #005189;
  background-color: #FFFFFF;
}

.stage .navigation {
  display: none;
}

.stage .all a {
  margin-top: 20px;
}

.stage .slick-dots {
  display: none !important;
}

.textContainer {
  padding: 0 10px 10px;
}

.textContainer h3 {
  font-size: 2.3rem;
  letter-spacing: 0.1px;
  line-height: 3.2rem;
}

.textContainer h3 a {
  color: #333333;
}

.textContainer h3 a:hover {
  text-decoration: none;
}

.textContainer h3 + p,
.textContainer .textContainer__date {
  color: #575757;
  font-size: 1.4rem;
  letter-spacing: 0.2px;
  opacity: 0.6;
  float: left;
}

.textContainer h3 + p:not(.textContainer__date):after {
  content: '-';
  padding: 0 7px;
}

.textContainer .textContainer__more {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.7rem;
}

.karussell .textContainer a:first-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.karussell h3 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.karussell .textContainer__date {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.karussell .textContainer__text {
  padding: 0 30px 10px;
}

.karussell .textContainer__text + p {
  margin: 0;
  padding: 0;
}

.karussell .textContainer__text + p a {
  padding: 0 30px 20px 30px;
  text-decoration: underline;
}

.js-on .stage .stage-container {
  margin-bottom: 0;
}

.js-on .stage .pagination {
  display: none;
}

.js-on .slick-dots {
  bottom: 0;
  z-index: 2;
}

.js-on .slick-dots button {
  border: 2px solid #DFDFDF;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.js-on .slick-dots button:hover, .js-on .slick-dots button:focus, .js-on .slick-dots button:active {
  background: #005189;
}

.js-on .slick-dots .slick-active button {
  background: #005189;
}

.js-on .navigation {
  display: block;
  top: 26%;
  left: 0;
  position: absolute;
  width: 100%;
}

.js-on .navigation button {
  height: 43px;
  width: 30px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.js-on .navigation .next {
  right: 5px;
}

.js-on .navigation .prev {
  left: 5px;
}

.box {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding: 10px;
}

.box .links li {
  border-top: 1px dotted #7F7F7F;
}

.box .links li:first-child {
  border: none;
}

.box .links a,
.box .links strong {
  display: block;
  position: relative;
  padding: 5px 5px 5px 20px;
}

.box .links a:before,
.box .links strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=4) no-repeat -104px -67px;
  left: 5px;
  top: 11px;
}

.searchResult {
  margin-bottom: 30px;
}

.searchResult li {
  border-bottom: 1px dotted #7F7F7F;
  margin-bottom: 7px;
}

.searchResult li:last-child {
  border-bottom: none;
}

em.searchString {
  background: #EFEFEF;
  padding: 0 5px;
}
