@font-face {
  font-family: "Weissenhof_Grotesk";
  src: url("/static/fonts/WeissenhofGrotesk-Regular.woff2") format("woff2"), url("/static/fonts/WeissenhofGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Weissenhof_Grotesk";
  src: url("/static/fonts/WeissenhofGrotesk-Bold.woff2") format("woff2"), url("/static/fonts/WeissenhofGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Weissenhof_Grotesk";
  src: url("/static/fonts/WeissenhofGrotesk-Medium.woff2") format("woff2"), url("/static/fonts/WeissenhofGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Weissenhof_Grotesk";
  src: url("/static/fonts/WeissenhofGrotesk-RegularItalic.woff2") format("woff2"), url("/static/fonts/WeissenhofGrotesk-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

body {
  font-size: 62.5%;
  font-family: Arial, helvetica, sans-serif, "Droid Sans";
  background: #fefefe;
}

.gsb h1, .gsb h2, .gsb h3, .gsb h4, .gsb h5, .gsb h6 {
  font-family: "Weissenhof_Grotesk", Arial, helvetica, sans-serif, "Droid Sans";
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Weissenhof_Grotesk", Arial, helvetica, sans-serif, "Droid Sans";
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0;
}

h1 {
  font-size: 270%;
}

h2 {
  font-size: 210%;
}

h3 {
  font-size: 190%;
}

h4 {
  font-size: 170%;
}

h5, h6,
.teaser-switcher h3 {
  font-size: 150%;
}

div, a, ul, li, h2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p,
address {
  margin: 0 0 20px 0;
}

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

img {
  height: auto;
  max-width: 100%;
  border: none;
}

body {
  color: #333333;
}

h1.firstInSlot {
  margin-top: 0;
}

#content .bottomLinks {
  float: right;
  display: inline-block;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  font-size: 130%;
  font-weight: bold;
  font-style: italic;
  padding: 10px;
  margin-top: 10px;
}

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

.navSkip a:focus, .navSkip a:active {
  background-color: #004176;
  color: #fff;
  font-size: 16px;
  height: auto;
  left: calc(50% - 90px);
  padding: 15px 0px 20px;
  top: 55px;
  width: 180px;
  z-index: 1000;
  text-align: center;
}

.clear,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content table {
  clear: both;
}

p, li, td, th, blockquote, dl, caption,
.address,
.contact,
.contactData,
.docData .label,
.docData .value,
.StndGallery .picture,
.formError,
address {
  font-size: 140%;
  line-height: 1.5;
}

li li,
li p,
table p,
table li,
table dl,
blockquote p {
  font-size: 100%;
}

q {
  quotes: "" "" "" "";
}

blockquote {
  margin: 10px 10px 20px;
  background: #EEE;
}

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

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

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

#navServiceMeta {
  margin-left: 30px;
}

#content {
  position: relative;
}

#content ol, #addContent ol {
  list-style: decimal outside none;
  padding-left: 20px;
}

#content ol ol, #addContent ol ol {
  list-style: lower-alpha outside none;
}

#content ol ol ol, #addContent ol ol ol {
  list-style: lower-roman outside none;
}

#content ol#searchResult, #addContent ol#searchResult {
  list-style-type: none;
  padding-left: 0;
}

#content ol#searchResult li, #addContent ol#searchResult li {
  display: inline-block;
}

#content ol#searchResult li a, #addContent ol#searchResult li a {
  display: inline-block;
}

#content ul, #content ol, #addContent ul, #addContent ol {
  margin-bottom: 20px;
}

#content ul *, #content ol *, #addContent ul *, #addContent ol * {
  margin-bottom: 0;
}

#content ul {
  list-style-type: disc;
  padding-left: 20px;
}

#content ul.links, #content ul#navFunctions, #content ul.downloadlinks, #content ul.navIndex, #content ul#searchResultIndex.navIndex, #content ul#glossaryIndex,
#content ul#sitemap ul {
  list-style-type: none;
  padding-left: 0;
}

ul.downloadlinks li {
  margin-top: 10px;
}

ul.downloadlinks li:first-child {
  margin-top: 0;
}

ul.links a, ul.links strong {
  display: block;
}

dl {
  line-height: 1.43em;
  margin: 0 0 20px;
  overflow: hidden;
}

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

dd {
  display: block;
}

dd p {
  font-size: unset;
}

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;
}

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

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

table .sortUp {
  background: url(/SiteGlobals/Frontend/Images/icons/sort-up-b.png?__blob=normal) no-repeat 100% 9px;
  padding-right: 17px;
  text-decoration: underline;
}

table .sortDown {
  background: url(/SiteGlobals/Frontend/Images/icons/sort-down-b.png?__blob=normal) no-repeat 100% 9px;
  padding-right: 17px;
  text-decoration: underline;
}

table .even {
  background: #F4F8FB;
}

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%;
}

table h2 {
  font-size: 146.67%;
}

table h3 {
  font-size: 133.34%;
}

table h4 {
  font-size: 120%;
}

table h5, table h6 {
  font-size: 100%;
}

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

tbody {
  padding: 0 0 10px;
}

.gsb th, th {
  background: #004176;
  color: #fff;
  padding: 20px;
  text-align: left;
}

.gsb th a, th a {
  color: #fff;
}

.gsb td, td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

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

.responsiveTable table {
  width: 637px;
}

.picture {
  background: #EEE;
  max-width: 100%;
  overflow: hidden;
}

.picture.links {
  margin: 6px auto 18px auto;
}

.picture.linksOhne {
  margin: 0;
}

.picture.linksOhne .wrapper-text {
  float: none;
}

.picture.rechts {
  margin: 6px auto 18px auto;
}

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

.picture.mitte {
  margin-left: auto;
  margin-right: auto;
}

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

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

.picture .loupe {
  display: block;
  padding: 5px;
  float: right;
  margin-bottom: 0;
}

.picture .loupe:hover, .picture .loupe:focus, .picture .loupe:active {
  opacity: 0.6;
}

.picture .loupe:focus img {
  outline-style: dotted;
  outline-color: #000;
  outline-width: 1px;
}

.address,
.contactData {
  line-height: 1.5;
  margin: 0 0 20px;
}

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

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

.docData .value {
  display: block;
}

.docData a {
  display: block;
}

.gsb blockquote:before, .gsb blockquote:after, .gsb q:before, .gsb q:after {
  content: "";
}

.gsb blockquote, .gsb q {
  quotes: "" "";
}

.gsb abbr, .gsb dfn {
  border-bottom: 1px dotted #000;
  text-decoration: none;
}

.gsb .has-tip, .gsb .has-tip:hover, .gsb .has-tip:active {
  color: inherit;
}

.gsb h1 .has-tip, .gsb h2 .has-tip, .gsb h3 .has-tip, .gsb h4 .has-tip, .gsb h5 .has-tip, .gsb h6 .has-tip {
  font-weight: normal;
}

a {
  font-size: 100%;
  color: #004176;
  text-decoration: none;
}

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

table a {
  text-decoration: underline;
}

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

a.RichTextIntLink {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 5px -3336px;
  padding-left: 17px;
  text-decoration: underline;
}

a.RichTextIntLink:hover, a.RichTextIntLink:focus, a.RichTextIntLink:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 5px -3549px;
  text-decoration: none;
}

a.RichTextGlossarLink,
a.GlossarEntry {
  border-bottom: 1px dotted #7F7F7F;
  color: #000;
  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 {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 5px -1855px;
  padding-left: 20px;
  text-decoration: underline;
}

a.RichTextWikiLink:hover, a.RichTextWikiLink:focus, a.RichTextWikiLink:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 5px -1855px;
  text-decoration: none;
}

ul.links a,
ul.teaserliste a,
ul.links strong,
a.themenLink {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 5px -3336px;
  padding-left: 20px;
}

ul.links a:hover, ul.links a:focus, ul.links a:active,
ul.teaserliste a:hover,
ul.teaserliste a:focus,
ul.teaserliste a:active,
ul.links strong:hover,
ul.links strong:focus,
ul.links strong:active,
a.themenLink:hover,
a.themenLink:focus,
a.themenLink:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 5px -3336px;
}

.error a {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 5px -3327px;
  padding-left: 20px;
}

.error a:hover, .error a:focus, .error a:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 5px -3327px;
}

#footer .copyright a,
#footer .copyright strong {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 5px -3758px;
  padding: 0 0 0 20px;
}

.downloadlinks a.downloadLink {
  display: block;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -5918px;
  padding-left: 25px;
}

.downloadlinks a.downloadLink:hover, .downloadlinks a.downloadLink:focus, .downloadlinks a.downloadLink:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -5699px;
}

.links a.downloadLink,
.teaserliste a.downloadLink,
a.download,
a.Publication {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -3975px;
  padding-left: 20px;
}

.links a.downloadLink:hover, .links a.downloadLink:focus, .links a.downloadLink:active,
.teaserliste a.downloadLink:hover,
.teaserliste a.downloadLink:focus,
.teaserliste a.downloadLink:active,
a.download:hover,
a.download:focus,
a.download:active,
a.Publication:hover,
a.Publication:focus,
a.Publication:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -4189px;
}

#supplement .box .links a.downloadLink {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -3969px;
  padding-left: 20px;
}

#supplement .box .links a.downloadLink:hover, #supplement .box .links a.downloadLink:focus, #supplement .box .links a.downloadLink:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -4183px;
}

span .shoppingCartLink,
.links a.shoppingCartLink {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -2909px;
  padding-left: 20px;
}

span .shoppingCartLink:hover, span .shoppingCartLink:focus, span .shoppingCartLink:active,
.links a.shoppingCartLink:hover,
.links a.shoppingCartLink:focus,
.links a.shoppingCartLink:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -2697px;
}

.shoppingCartLink,
#supplement .box .links a.shoppingCartLink {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -2903px;
  padding-left: 20px;
}

.shoppingCartLink:hover, .shoppingCartLink:focus, .shoppingCartLink:active,
#supplement .box .links a.shoppingCartLink:hover,
#supplement .box .links a.shoppingCartLink:focus,
#supplement .box .links a.shoppingCartLink:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -2691px;
}

ul.teaserliste .downloadlinks a.shoppingCartLink,
ul.links .downloadlinks a.shoppingCartLink,
.downloadlinks a.shoppingCartLink {
  display: block;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -5264px;
  padding-left: 25px;
}

ul.teaserliste .downloadlinks a.shoppingCartLink:hover, ul.teaserliste .downloadlinks a.shoppingCartLink:focus, ul.teaserliste .downloadlinks a.shoppingCartLink:active,
ul.links .downloadlinks a.shoppingCartLink:hover,
ul.links .downloadlinks a.shoppingCartLink:focus,
ul.links .downloadlinks a.shoppingCartLink:active,
.downloadlinks a.shoppingCartLink:hover,
.downloadlinks a.shoppingCartLink:focus,
.downloadlinks a.shoppingCartLink:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -5480px;
}

a.external,
.teaser .more a.external,
.links a.external,
.teaserliste a.external {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -1855px;
  padding-left: 13px;
}

a.external:hover, a.external:focus, a.external:active,
.teaser .more a.external:hover,
.teaser .more a.external:focus,
.teaser .more a.external:active,
.links a.external:hover,
.links a.external:focus,
.links a.external:active,
.teaserliste a.external:hover,
.teaserliste a.external:focus,
.teaserliste a.external:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -1855px;
}

a.RichTextExtLink,
a.ExternalLink {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 5px -1855px;
  padding-left: 20px;
  text-decoration: underline;
}

a.RichTextExtLink:hover, a.RichTextExtLink:focus, a.RichTextExtLink:active,
a.ExternalLink:hover,
a.ExternalLink:focus,
a.ExternalLink:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 5px -1855px;
  text-decoration: none;
}

.box a.RichTextExtLink,
.box a.ExternalLink {
  display: inline-block;
}

a.ContactData, ul.links a.ContactData {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -2485px;
  padding-left: 20px;
}

a.ContactData:hover, a.ContactData:focus, a.ContactData:active, ul.links a.ContactData:hover, ul.links a.ContactData:focus, ul.links a.ContactData:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -2063px;
}

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

p.navToTop a {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -6576px;
  float: right;
  padding-left: 25px;
}

p.navToTop a:hover, p.navToTop a:focus, p.navToTop a:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -6576px;
}

#content .toc {
  padding-left: 0;
}

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

#content .toc li a {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 3px -402px;
  padding-left: 18px;
  text-decoration: none;
}

#content .toc li a:hover, #content .toc li a:focus, #content .toc li a:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 3px -1020px;
  text-decoration: underline;
}

.all {
  overflow: hidden;
  margin-bottom: 20px;
  /* Android-Fix
   * border-radius: $topLeft $topright $bottomRight $bottomLeft;*/
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
}

.wrapper-teaser .all,
.boxWrapper .all,
#service-border .all,
.live-calendar .all {
  margin-bottom: 0;
}

#content .all {
  background: #EEE;
}

.button {
  font-weight: bold;
  /* Android-Fix
   * border-radius: $topLeft $topright $bottomRight $bottomLeft;*/
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  clear: left;
  display: block;
  padding: 8px 10px 10px;
  color: #fff;
  background-color: #004176;
  line-height: 1;
  text-transform: uppercase;
  word-spacing: .25em;
}

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

/*Facelift 2017 */
#main .content {
  margin-bottom: 100px;
}

/*Header*/
#header .right-50 {
  text-align: right;
}

#header .logo {
  float: right;
  clear: both;
}

#header .content {
  overflow: visible;
}

#search {
  width: 300px;
  display: block;
  background-color: #EEE;
  margin-bottom: 10px;
}

#search p {
  margin-top: 0;
}

#search form {
  margin-bottom: 0;
}

#search fieldset {
  width: 100%;
}

#search td input {
  font-size: 100%;
  padding: .42em .83em;
}

#search input {
  padding: 12px 0 14px 10px;
  border: 0;
}

#search input[type="text"] {
  font-size: 100%;
  width: 100%;
  background-color: #EEE;
  margin-right: .14em;
  float: left;
  font-family: "Weissenhof_Grotesk", Arial, helvetica, sans-serif, "Droid Sans";
}

#search input[type="image"] {
  float: right;
  padding: 0;
  margin: 7px 3px;
  width: 22px;
  height: 22px;
  background-color: transparent;
}

#search fieldset {
  border: 0;
  padding: 0;
}

#search .formField {
  float: left;
  width: 81%;
}

#search h2, #search p {
  margin-bottom: 0;
}

.home #content {
  margin: 0;
  padding: 0;
}

.home #content .content * h2 {
  font-size: 200%;
  margin-top: 0;
}

.fullImage, #footer, .fullContent {
  clear: both;
  padding: 20px 0 20px 0;
}

.fullImage .content, #footer .content, .fullContent .content {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.fullImage .content .left-50, #footer .content .left-50, .fullContent .content .left-50 {
  width: 100%;
}

.fullImage .content .right-50, #footer .content .right-50, .fullContent .content .right-50 {
  width: 100%;
}

.fullImage .content .left-33, #footer .content .left-33, .fullContent .content .left-33 {
  width: 100%;
}

.fullImage .content .middle-33, #footer .content .middle-33, .fullContent .content .middle-33 {
  width: 100%;
}

.fullImage .content .right-33, #footer .content .right-33, .fullContent .content .right-33 {
  width: 100%;
  float: right;
}

.fullImage.over, #footer.over, .fullContent.over {
  overflow: hidden;
}

.fullImage.over .content, #footer.over .content, .fullContent.over .content {
  overflow: visible;
}

.fullImage.lower, #footer.lower, .fullContent.lower {
  padding: 40px 0 40px 0;
}

.fullImage.navFunctions, #footer.navFunctions, .fullContent.navFunctions {
  padding: 30px 0 30px 0;
}

.fullImage#header, #footer#header, .fullContent#header {
  padding: 30px 0 0 0;
}

.fullImage.breadcrumb, #footer.breadcrumb, .fullContent.breadcrumb {
  padding: 14px 0 14px 0;
  margin-bottom: 56px;
}

.fullImage {
  padding: 0;
}

#footer {
  padding: 0 90px;
  max-width: none;
}

#navBreadCrumbsVertical {
  -webkit-box-shadow: inset 0 10px 5px -8px rgba(0, 0, 0, 0.34);
  box-shadow: inset 0 10px 5px -8px rgba(0, 0, 0, 0.34);
}

#navBreadCrumbsVertical li {
  display: block;
  float: left;
  font-size: 130%;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 8px 7px;
  padding-left: 20px;
}

#navBreadCrumbsVertical li:first-of-type {
  background-image: none;
  padding-left: 0;
}

#navBreadCrumbsVertical li a, #navBreadCrumbsVertical li strong {
  color: #004176;
}

#navBreadCrumbsVertical li strong {
  font-weight: bold;
  color: #333333;
}

#navBreadCrumbsVertical ol {
  margin-left: 0;
}

#footer .columns {
  float: left;
  width: 16%;
  padding-right: 20px;
}

#footer #siteInfo {
  width: auto;
  padding: 0;
}

#footer #siteInfo h3, #footer #siteInfo li {
  border: none;
}

#footer #siteInfo a, #footer #siteInfo strong {
  background: none;
  padding: 3px 0;
  display: block;
  color: #fff;
}

#footer #siteInfo a {
  font-size: 140%;
}

#footer #siteInfo li:last-child {
  border: none;
}

#siteInfo {
  float: none;
  background-color: transparent;
  width: 100%;
  padding: 10px;
}

#footer {
  background-color: #004176;
}

#footer #siteInfo .heading a {
  font-size: 100%;
}

.bgDarkBlue {
  background-color: #004176;
  color: #fff;
}

.bgDarkBlue h2 {
  text-transform: uppercase;
  font-family: "Weissenhof_Grotesk", Arial, helvetica, sans-serif, "Droid Sans";
  color: #fff;
  font-size: 260%;
}

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

.bgDarkBlue .more a {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 15px -3749px;
  padding-left: 15px;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bgDarkBlue .more a:hover, .bgDarkBlue .more a:focus, .bgDarkBlue .more a:active {
  color: #fff;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 15px -3749px;
}

.bgDarkBlue .slot3-right .more a {
  padding: 15px 20px 15px 30px;
}

.bgWhiteSmoke {
  background-color: #EEE;
}

.gsb .bgMidnightBlue,
.bgMidnightBlue {
  background-color: #002036;
  padding: 24px 0 24px 0;
  color: #fff;
}

.gsb .bgMidnightBlue a,
.bgMidnightBlue a {
  color: #fff;
}

.bgLavender {
  background: #ddeeff;
}

#wrapperBranding, #branding {
  height: auto;
}

.home #wrapperInner {
  margin-top: 0;
}

/* Aktuelles Modul */
#content .slot3-left .teaser {
  background-color: #fff;
  color: #333333;
  width: 100%;
}

#content .slot3-left .teaser p {
  padding: 15px 20px;
}

#content .slot3-left .teaser p a:first-of-type {
  margin-top: 20px;
  display: block;
}

#content .slot3-left .teaser h3 {
  padding: 20px 20px 0 20px;
  font-size: 180%;
  margin-top: 0;
  margin-bottom: 0;
  color: #004176;
}

#content .slot3-left .teaser img {
  padding-right: 0;
  float: none;
  width: 100%;
}

ul.teaserlink a,
ul.teaserlink strong {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 15px -3319px;
  padding-left: 20px;
}

ul.teaserlink a:hover, ul.teaserlink a:focus, ul.teaserlink a:active,
ul.teaserlink strong:hover,
ul.teaserlink strong:focus,
ul.teaserlink strong:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 15px -3319px;
}

#content .slot3 h2 {
  font-size: 220%;
}

#content .slot3 ul {
  padding-left: 0;
}

#content ul.teaserlink {
  list-style-type: none;
  width: 100%;
}

#content ul.teaserlink li {
  display: block;
}

#content ul.teaserlink li a {
  background-color: #ADBDE3;
  color: #004176;
  padding: 15px 20px 15px 30px;
  display: block;
}

#content ul.teaserlink li a:hover, #content ul.teaserlink li a:focus {
  background-color: #fff;
  color: #333333;
}

/* Module Startseite */
.gsb #content .content .modulHeadline,
.modulHeadline {
  text-align: center;
  padding-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
  font-stretch: condensed;
  font-family: "Weissenhof_Grotesk", Arial, helvetica, sans-serif, "Droid Sans";
  font-size: 260%;
}

/* Information Modul */
.home #content .infoModul ul,
.infoModul ul {
  float: left;
  width: 100%;
  padding-left: 0;
}

.home #content .infoModul ul li,
.infoModul ul li {
  display: block;
  text-align: left;
}

.home #content .infoModul ul li span.icon,
.infoModul ul li span.icon {
  display: none;
}

.home #content .infoModul ul li a:hover span.icon, .home #content .infoModul ul li a:focus span.icon, .home #content .infoModul ul li a:active span.icon,
.infoModul ul li a:hover span.icon,
.infoModul ul li a:focus span.icon,
.infoModul ul li a:active span.icon {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home #content .infoModul ul li a:hover span.linktext, .home #content .infoModul ul li a:focus span.linktext, .home #content .infoModul ul li a:active span.linktext,
.infoModul ul li a:hover span.linktext,
.infoModul ul li a:focus span.linktext,
.infoModul ul li a:active span.linktext {
  border-color: #000;
}

.home #content .infoModul ul li span.linktext,
.infoModul ul li span.linktext {
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 133.3%;
  font-family: "Weissenhof_Grotesk", Arial, helvetica, sans-serif, "Droid Sans";
}

/* Institute Modul */
.home #content .institutModul ul,
.institutModul ul {
  width: 100%;
  margin-left: -20px;
  padding-left: 0;
  display: block;
}

.home #content .institutModul ul li,
.institutModul ul li {
  float: none;
  display: block;
  margin-left: 22px;
  margin-bottom: 22px;
  position: relative;
  width: 300px;
  height: 167px;
}

.home #content .institutModul ul li a,
.institutModul ul li a {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(2, 61, 107, 0.8);
  width: 300px;
  height: 167px;
}

.home #content .institutModul ul li a span.linktext,
.institutModul ul li a span.linktext {
  display: inline-block;
  font-size: 133.3%;
  font-family: "Weissenhof_Grotesk", Arial, helvetica, sans-serif, "Droid Sans";
  padding: 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/linie_weiss.png?__blob=normal) no-repeat 20px 100%;
  color: #fff;
}

.home #content .institutModul ul li a:hover, .home #content .institutModul ul li a:focus, .home #content .institutModul ul li a:active,
.institutModul ul li a:hover,
.institutModul ul li a:focus,
.institutModul ul li a:active {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2);
}

.home #content .institutModul ul li a:hover span.linktext, .home #content .institutModul ul li a:focus span.linktext, .home #content .institutModul ul li a:active span.linktext,
.institutModul ul li a:hover span.linktext,
.institutModul ul li a:focus span.linktext,
.institutModul ul li a:active span.linktext {
  background: url(/SiteGlobals/Frontend/Images/icons/linie_grau.png?__blob=normal) no-repeat 20px 100%;
  color: #333333;
}

/* Bereichs-Tab/ImageTab */
#content .imageTab {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

#content .imageTab .tabs-list {
  padding-left: 0;
  display: none;
}

#content .imageTab .tabs-list li {
  display: block;
  float: left;
  width: 33.2%;
  margin-left: 1px;
}

#content .imageTab .tabs-list li:first-of-type {
  margin-left: 0;
}

#content .imageTab .tabs-list li button {
  background: #004176;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 133.3%;
  font-family: "Weissenhof_Grotesk", Arial, helvetica, sans-serif, "Droid Sans";
  color: #ADBDE3;
}

#content .imageTab .tabs-list li button.active-control {
  background-color: #EEE;
  color: #004176;
}

#content .imageTab .tabs-list li button span {
  padding: 15px;
  display: block;
}

#content .imageTab .teaser {
  background-color: #EEE;
  padding: 20px;
  margin-right: 0;
  width: 100%;
}

#content .imageTab ul.links {
  margin-top: 30px;
}

/* Mehr Button */
#content ul.zweispaltig li {
  width: 100%;
  float: left;
}

ul.vierspaltig li {
  width: 100%;
  float: left;
}

.more a {
  font-size: 160%;
  text-transform: none;
  color: #fff;
  display: inline-block;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 10px -3756px;
  background-color: #004176;
  padding: 5px 10px 5px 25px;
  -webkit-box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.more a:hover, .more a:focus, .more a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}

#content .bereichsTeaser,
#content .teaser.trenner {
  background-color: #EEE;
  padding: 20px;
  float: none;
  margin-bottom: 20px;
  clear: both;
  width: 100%;
}

#content .bereichsTeaser h2,
#content .teaser.trenner h2 {
  font-size: 210%;
  color: #004176;
  clear: none;
}

#content .bereichsTeaser .imageBox,
#content .teaser.trenner .imageBox {
  max-width: 220px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

#content .bereichsTeaser .imageBox img,
#content .teaser.trenner .imageBox img {
  width: 100%;
}

#content .bereichsTeaser ul.links,
#content .teaser.trenner ul.links {
  clear: both;
}

#content .teaser.trenner > img {
  max-width: 195px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

#content .teaser.trenner .abstract {
  font-size: 150%;
}

#content .teaser.trenner .abstract p {
  font-size: 100%;
}

#content .teaser.trenner .abstract p strong.more {
  font-weight: normal;
  margin-top: 0;
}

#content .teaser.trenner .abstract .more {
  margin: 0;
  display: block;
}

#content .teaser.trenner .abstract .more a {
  font-size: 99%;
  font-weight: normal;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 10px -3757px;
  background-color: #004176;
}

#content .teaser.trenner h2 {
  font-size: 210%;
  color: #004176;
  clear: none;
}

#content .teaser.trenner .teaserliste {
  clear: both;
}

#content .teaser.trenner::before, #content .teaser.trenner::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#content .teaser.trenner::after {
  clear: both;
}

#content .institut,
#content .kennziffer {
  font-size: 150%;
}

/* teaser Marginalspalte */
#supplement .contentdoc p {
  padding: 10px;
}

#supplement .simpleTeaser, #supplement .linkTeaser {
  margin-bottom: 20px;
  clear: both;
}

#supplement .simpleTeaser .borderBox, #supplement .linkTeaser .borderBox {
  border-left: 2px solid #EEE;
  border-bottom: 2px solid #EEE;
  border-right: 2px solid #EEE;
  padding: 20px;
  display: block;
  clear: left;
}

#supplement .simpleTeaser h3, #supplement .linkTeaser h3 {
  font-size: 200%;
  margin: 0;
  padding: 0;
}

#supplement .simpleTeaser .imageBox img, #supplement .linkTeaser .imageBox img {
  float: left;
  width: 100%;
}

#supplement .teaser.calendar {
  width: 303px;
}

#supplement .teaser.contentdoc,
#supplement .teaser.video {
  border-left: 2px solid #EEE;
  border-bottom: 2px solid #EEE;
  border-right: 2px solid #EEE;
  padding: 0;
  display: block;
  margin-bottom: 20px;
  clear: both;
}

#supplement .teaser.contentdoc h2,
#supplement .teaser.video h2 {
  background-color: #EEE;
  padding: 20px;
  font-size: 200%;
}

#supplement .teaser.contentdoc .jwplayer,
#supplement .teaser.video .jwplayer {
  margin: 20px;
}

#supplement .teaser.contentdoc ul.teaserliste,
#supplement .teaser.video ul.teaserliste {
  padding: 0 20px 20px;
  margin-bottom: 0;
}

#supplement .teaser.contentdoc .abstract,
#supplement .teaser.video .abstract {
  padding: 20px 20px 0;
}

#supplement .teaser.contentdoc .abstract .more a,
#supplement .teaser.video .abstract .more a {
  font-size: 99%;
  font-weight: normal;
}

#supplement #addContent .teaser.contentdoc,
#supplement #addContent .linkTeaser {
  margin-bottom: 20px;
}

#supplement #addContent .teaser.contentdoc h3,
#supplement #addContent .linkTeaser h3 {
  background-color: #EEE;
  padding: 20px;
}

#supplement #addContent .teaser.contentdoc ul.links,
#supplement #addContent .linkTeaser ul.links {
  margin-bottom: 0;
}

#supplement #addContent .teaser.contentdoc ul.links li a,
#supplement #addContent .linkTeaser ul.links li a {
  background-color: transparent;
  padding: 5px 5px 5px 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0px -3329px;
}

#supplement #addContent .teaser.contentdoc ul li.mod a,
#supplement #addContent .linkTeaser ul li.mod a {
  background-color: transparent;
  padding: 5px 5px 5px 20px;
  margin-top: 2px;
  display: block;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0px -3329px;
}

/* Bereichsseite*/
div.header {
  margin-bottom: 30px;
}

/*Karriere teaser */
#content .linkTeaser {
  background-color: #EEE;
  color: #333333;
  width: 293px;
  float: left;
  margin-bottom: 20px;
}

#content .linkTeaser p {
  padding: 15px 20px;
}

#content .linkTeaser p a {
  margin-top: 10px;
  display: block;
}

#content .linkTeaser p a:first-of-type {
  margin-top: 20px;
  display: block;
}

#content .linkTeaser h3 {
  padding: 20px 20px 0 20px;
  font-size: 166.6%;
  margin-top: 0;
  margin-bottom: 0;
  color: #004176;
}

#content .linkTeaser h2 {
  padding: 20px 20px 0 20px;
  font-size: 210%;
  margin-top: 0;
  margin-bottom: 0;
  color: #333333;
}

#content .linkTeaser img {
  padding-right: 0;
  float: none;
  width: 100%;
}

#content .teaserBlock > div:nth-of-type(2n+1) {
  /* padding-left: 0rem; */
  margin-right: 10px;
  clear: both;
}

#content .teaserBlock > div:nth-of-type(2n) {
  margin-left: 10px;
  margin-right: 0;
}

/*service modul */
.serviceModul ul.links {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.serviceModul ul.links li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 30px;
  margin-top: 5px;
}

.serviceModul ul.links a {
  padding-left: 0;
  background-image: none;
  padding-bottom: 15px;
  border-bottom: 4px solid #fff;
}

.serviceModul ul.links a .ExternalLink {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0px -1854px;
}

/* Themen Modul */
.home #content .themenmodul .tabs-list,
.themenmodul .tabs-list {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.home #content .themenmodul .tabs-list li,
.themenmodul .tabs-list li {
  display: block;
  width: 50%;
}

.home #content .themenmodul .tabs-list li button,
.themenmodul .tabs-list li button {
  padding: 5px 0;
  color: #fff;
  cursor: pointer;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0px -3755px;
  font-size: 133.3%;
  padding-left: 15px;
  text-align: left;
}

.home #content .themenmodul .tabs-list li button.active-control,
.themenmodul .tabs-list li button.active-control {
  text-decoration: underline;
  text-underline-position: under;
  font-weight: bold;
}

.home #content .themenmodul .teaser,
.themenmodul .teaser {
  background-color: #023156;
  padding: 20px;
  margin-right: 0;
}

.home #content .themenmodul .teaser a,
.themenmodul .teaser a {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0px -3754px;
  color: #fff;
  text-decoration: none;
  padding: 5px 0 5px 15px;
  display: block;
  font-size: 160%;
}

.home #content .themenmodul .teaser a:first-of-type,
.themenmodul .teaser a:first-of-type {
  margin-top: 5px;
}

.home #content .themenmodul .teaser a:hover, .home #content .themenmodul .teaser a:focus, .home #content .themenmodul .teaser a:active,
.themenmodul .teaser a:hover,
.themenmodul .teaser a:focus,
.themenmodul .teaser a:active {
  text-decoration: underline;
}

.home #content .themenmodul .teaser img,
.themenmodul .teaser img {
  padding-bottom: 20px;
  width: 100%;
}

.home #content .themenmodul .teaser h3,
.themenmodul .teaser h3 {
  font-size: 200%;
  font-family: "Weissenhof_Grotesk", Arial, helvetica, sans-serif, "Droid Sans";
  margin-top: 0;
}

.home #content .themenmodul .heading,
.themenmodul .heading {
  left: -2000px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.copyright a {
  margin-left: 20px;
}

/* Folgen Modul */
.home #content h3.blog {
  padding-left: 30px;
  padding-top: 2px;
  padding-bottom: 5px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0px -7464px;
  font-size: 160%;
  color: #004176;
  margin-top: 0;
}

.home #content h3.youtube {
  padding-left: 30px;
  padding-bottom: 5px;
  padding-top: 2px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0px -7910px;
  font-size: 160%;
  color: #004176;
  margin-top: 0;
}

.home #content .subtitle {
  font-weight: bold;
  font-size: 140%;
  margin-bottom: 20px;
  display: block;
}

.home #content .centeredContent {
  text-align: center;
  clear: both;
  padding-top: 40px;
}

.home #content ul.socialLinks {
  padding-left: 0;
  width: 100%;
  margin: 0 auto;
  display: block;
  float: none;
  margin-top: 20px;
}

.home #content ul.socialLinks li {
  display: inline-block;
}

.home #content ul.socialLinks li a {
  padding-top: 40px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 70px;
}

.home #content ul.socialLinks li a.termine {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 23px -8819px;
}

.home #content ul.socialLinks li a.twitter {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 23px -8358px;
}

.home #content ul.socialLinks li a.facebook {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 23px -9050px;
}

.home #content ul.socialLinks li a.xing {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 26px -8588px;
}

.home #content ul.socialLinks li a.instagram {
  background: url(/SiteGlobals/Frontend/Images/icons/instagram.png?__blob=normal) no-repeat 26px 0;
}

.home #content ul.socialLinks li a.effzett {
  background: url(/SiteGlobals/Frontend/Images/icons/effzett.png?__blob=normal) no-repeat 26px 0;
}

.home #content ul.socialLinks li a.news {
  background: url(/SiteGlobals/Frontend/Images/icons/news.png?__blob=normal) no-repeat 26px 0;
}

.home #content ul.socialLinks li a.linkedin {
  background: url(/SiteGlobals/Frontend/Images/icons/linkedin.png?__blob=normal) no-repeat 26px 0;
}

/* Content / Richtext */
#content .picture {
  min-width: 300px;
  padding-bottom: 20px;
}

#content .picture.pictureBG--off {
  background-color: unset;
}

#content .picture span {
  padding: 20px 20px 0 20px;
  font-size: 86%;
  display: block;
}

#content .picture span.source {
  font-style: italic;
  padding-top: 0;
}

#content .picture span.source cite {
  font-style: italic;
}

#content .picture span.wrapper {
  padding: 0;
}

.content .employee .picture.rechts {
  background: none;
  width: auto !important;
}

#supplement .teaser {
  margin-bottom: 0;
  padding-bottom: 0;
}

#supplement #addContent ul.links a,
#supplement #addContent ul.links strong {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 15px -3319px;
  padding-left: 20px;
}

#supplement #addContent ul.links a:hover, #supplement #addContent ul.links a:focus, #supplement #addContent ul.links a:active,
#supplement #addContent ul.links strong:hover,
#supplement #addContent ul.links strong:focus,
#supplement #addContent ul.links strong:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 15px -3532px;
}

#supplement #addContent ul.institute a,
#supplement #addContent ul.institute strong {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 15px -3323px;
  padding-left: 20px;
}

#supplement #addContent ul.institute a:hover, #supplement #addContent ul.institute a:focus, #supplement #addContent ul.institute a:active,
#supplement #addContent ul.institute strong:hover,
#supplement #addContent ul.institute strong:focus,
#supplement #addContent ul.institute strong:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 15px -3536px;
}

#supplement #addContent ul.links {
  list-style-type: none;
  width: 100%;
}

#supplement #addContent ul.links li {
  display: block;
}

#supplement #addContent ul.links li a {
  background-color: #EEE;
  color: #004176;
  padding: 15px 20px 15px 30px;
  margin-top: 2px;
  display: block;
}

#supplement #addContent ul.links li a:hover, #supplement #addContent ul.links li a:focus, #supplement #addContent ul.links li a:active {
  background-color: #EEE;
}

#supplement #addContent ul.links.institute li a {
  padding-left: 40px;
  color: #ADBDE3;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 15px -6337px;
  background-color: #004176;
}

#content .sectionRelated h2 {
  margin-bottom: 10px;
}

#content .sectionRelated ul {
  background-color: #EEE;
  padding: 10px 20px 10px 20px;
}

#content .sectionRelated ul a {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.blockTopLabel {
  clear: both;
  padding-top: 2em;
}

/* Footer */
#navFunctionsWrapper .middle-33 {
  text-align: center;
}

#navFunctionsWrapper .middle-33 p {
  display: inline-block;
  padding: 0;
}

#footer {
  width: 100%;
}

#footer .columns {
  float: none;
  width: 100%;
  padding-right: 0;
}

#footer .columns:last-child {
  padding-right: 0;
}

#footer h3 {
  color: #fff;
  font-size: 180%;
}

#footer ul {
  display: block;
  margin-right: 20px;
}

#footer ul li {
  display: block;
  font-size: 93%;
  padding: 3px 0;
}

#footer ul:last-child {
  margin-right: 0;
}

.copyright .right-50 {
  text-align: right;
  font-size: 140%;
}

.copyright .right-50 a {
  padding-left: 3em;
}

.copyright .left-50 {
  font-size: 140%;
}

.socialLinks {
  float: right;
}

.social {
  width: 25px;
  overflow: hidden;
  height: 22px;
  margin-left: 15px;
  display: block;
  float: left;
  text-indent: -2000px;
}

.social a {
  display: block;
}

.social a.facebook {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -7018px;
}

.social a.twitter {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -7241px;
}

.social a.rss {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -7687px;
}

.social a.youtube {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -7910px;
}

.social a.blog {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -7464px;
}

.social a.instagram {
  background: url(/SiteGlobals/Frontend/Images/icons/instagram_small.png?__blob=normal) no-repeat 0 0;
}

.social a.effzett {
  background: url(/SiteGlobals/Frontend/Images/icons/effzett_small.png?__blob=normal) no-repeat 0 0;
}

.social a.news {
  background: url(/SiteGlobals/Frontend/Images/icons/news_small.png?__blob=normal) no-repeat 0 0;
}

.menu-box {
  display: none;
}

#navPrimary > ul > li:last-child .menu-box {
  left: auto;
}

/* aus Entwicklung */
.live-calendar {
  background-color: #eee;
}

.live-calendar h3 {
  width: 50%;
  float: left;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 200%;
}

.live-calendar .pager {
  float: right;
  padding-top: 10px;
  padding-right: 10px;
}

.live-calendar .pager div {
  float: left;
}

.live-calendar table {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.live-calendar th {
  background-color: #eee;
  color: #333333;
  border-bottom: none;
  padding: 10px;
}

.live-calendar td {
  border-bottom: none;
  background-color: #eee;
}

.live-calendar td.datum {
  background-color: #fff;
  color: #fff;
}

.live-calendar td.on {
  background-color: #004176;
}

.live-calendar td.on a {
  color: #fff;
  text-decoration: none;
}

.live-calendar td span span {
  display: none;
}

.live-calendar td div.calendar-details {
  display: none;
}

.live-calendar td div.calendar-details {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #7f7f7f;
  display: none;
  padding: 10px;
  width: 293px;
}

.live-calendar td.opened div.calendar-details {
  display: block;
  left: 0;
  position: absolute;
  z-index: 9999;
}

.live-calendar td div.calendar-details h4,
.live-calendar td div.calendar-details a {
  color: #000;
}

.live-calendar p.all {
  background-color: #fff;
}

.live-calendar p {
  padding: 10px 10px 10px 17px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -3326px;
  background-color: #fff;
}

.live-calendar p.all .button {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 5px -3336px;
  background-color: #fff;
  border-radius: 0;
  color: #004176;
  padding: 0 0 10px 17px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: normal;
  font-size: 100%;
  text-transform: none;
}

.live-calendar p.all .button:hover, .live-calendar p.all .button:focus, .live-calendar p.all .button:active {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 5px -3549px;
  text-decoration: underline;
}

.live-calendar .next a,
.live-calendar .prev a {
  width: 50px;
  overflow: hidden;
  height: 50px;
  display: block;
  text-indent: -2000px;
}

.live-calendar .next a {
  background: #EEE url(/SiteGlobals/Frontend/Images/icons/next-quadrate.png?__blob=normal) no-repeat 0 0;
}

.live-calendar .prev a {
  background: #EEE url(/SiteGlobals/Frontend/Images/icons/back-quadrate.png?__blob=normal) no-repeat 0 0;
}

#navServiceMeta {
  position: relative;
}

#navServiceMeta ul {
  float: right;
}

#navServiceMeta ul li {
  float: left;
}

/*Breadcrumb*/
#navBreadcrumbs {
  background: #EEE url(/SiteGlobals/Frontend/Images/icons/hatch-b.png?__blob=normal) repeat 0 0;
  border-top: 2px dotted #7F7F7F;
  overflow: hidden;
}

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

#navBreadcrumbs li {
  font-size: 100%;
  float: left;
  margin-right: 10px;
  padding: 0;
  line-height: 2;
}

#navBreadcrumbs li.first a {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0px -5039px;
  text-indent: -9999em;
  width: 25px;
}

#navBreadcrumbs a, #navBreadcrumbs strong {
  font-weight: bold;
  font-size: 160%;
  line-height: 1;
  display: block;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -3113px;
  padding: 10px 10px 14px 15px;
}

#navBreadcrumbs a {
  color: #000;
}

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

#navBreadcrumbs strong {
  color: #666666;
}

/*Breadcrumb Ende*/
/*Primary*/
#navPrimary {
  position: relative;
  clear: both;
  display: none;
}

#navPrimary a {
  color: #000;
  padding: 10px 0;
  display: block;
  font-size: 100%;
}

.c-submenu {
  height: auto !important;
}

.c-submenu h1 {
  margin-top: 1.5em;
}

.c-submenu-wrapper .navigationContainer {
  visibility: hidden;
}

.c-submenu-wrapper--opened .navigationContainer {
  visibility: visible;
}

.home .c-submenu-wrapper {
  max-width: 79em;
  min-width: auto;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  height: 100vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}

/*Primary Ende*/
/*Secondary*/
#navSecondary {
  display: none;
}

/*Secondary Ende*/
/*Verticalbreadcrumb*/
#navBreadcrumbsVertical {
  background: #004176;
}

#navBreadcrumbsVertical .level2, #navBreadcrumbsVertical .level3 {
  display: none;
}

#navBreadcrumbsVertical li {
  font-size: 10%;
}

#navBreadcrumbsVertical > strong, #navBreadcrumbsVertical .level1 a {
  font-size: 200%;
  font-family: Georgia, Times New Roman, serif, "Droid Serif";
  line-height: 1;
  color: #fff;
  display: block;
  padding: 18px 5px 22px 5px;
}

#navBreadcrumbsVertical > strong {
  font-weight: normal;
}

/*Verticalbreadcrumb Ende*/
/*Mobile Menu*/
.menu-box {
  display: none;
}

#menu {
  padding-bottom: 100px;
  display: none;
}

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

#menu h1 {
  text-align: left;
  font-size: 180%;
  background: #004176;
  z-index: 1000;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0;
  padding: 8px 40px 10px 12px;
  text-transform: uppercase;
  font-family: Arial, helvetica, sans-serif, "Droid Sans";
}

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

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

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

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

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

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

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

#menu .mm-search input {
  color: #000;
  background: #EEE;
  width: 100%;
  border: none;
  /* Android-Fix
   * border-radius: $topLeft $topright $bottomRight $bottomLeft;*/
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
}

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

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

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

#menu li {
  font-size: 100%;
}

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

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

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

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

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

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

#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: #CCCCCC;
}

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

#menu ul ul {
  padding: 0;
}

#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 {
  padding-left: 40px;
}

#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,
#menu .navServiceGS strong {
  background: url("../icons/sprite-mobile.png") no-repeat 10px -1087px;
}

#menu .navServiceLS > a,
#menu .navServiceLS strong {
  background: url("../icons/sprite-mobile.png") no-repeat 10px -2197px;
}

#menu .navTwitter > a,
#menu .navTwitter strong {
  background: url("../icons/sprite-mobile.png") no-repeat 10px 12px;
}

#menu .navRSSFeed > a,
#menu .navRSSFeed strong {
  background: url("../icons/sprite-mobile.png") no-repeat 10px -1531px;
}

#menu .navFlickr > a,
#menu .navFlickr strong {
  background: url("../icons/sprite-mobile.png") no-repeat 10px -1752px;
}

#menu .navFacebook > a,
#menu .navFacebook strong {
  background: url("../icons/sprite-mobile.png") no-repeat 10px -209px;
}

#menu .navYouTube > a,
#menu .navYouTube strong {
  background: url("../icons/sprite-mobile.png") no-repeat 10px -1974px;
}

#menu .navGoogle > a,
#menu .navGoogle strong {
  background: url("../icons/sprite-mobile.png") no-repeat 10px -429px;
}

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

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

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

.mm-opening .mm-page {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          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;
}

/*Mobile Menu Ende*/
/*Serviceborder*/
/***************************** serviceleiste *****************************/
#service-border {
  background: #EEE url(/SiteGlobals/Frontend/Images/icons/hatch-b.png?__blob=normal) repeat 0 0;
}

#service-border > ul > li {
  list-style: none none;
  border-bottom: 1px dotted #7F7F7F;
  font-size: 100%;
}

#service-border > ul > li a {
  font-size: 140%;
  background: url("../icons/sprite-service.png") no-repeat 5px -6921px;
}

#service-border > ul > li a:hover, #service-border > ul > li a:focus, #service-border > ul > li a:active {
  background: url("../icons/sprite-service.png") no-repeat 5px -6481px;
}

#service-border > ul > li.navVeranstaltungen a {
  background: url("../icons/sprite-service.png") no-repeat 5px -5168px;
}

#service-border > ul > li.navVeranstaltungen a:hover, #service-border > ul > li.navVeranstaltungen a:focus, #service-border > ul > li.navVeranstaltungen a:active {
  background: url("../icons/sprite-service.png") no-repeat 5px -4731px;
}

#service-border > ul > li.navPublikationen a {
  background: url("../icons/sprite-service.png") no-repeat 5px -6043px;
}

#service-border > ul > li.navPublikationen a:hover, #service-border > ul > li.navPublikationen a:focus, #service-border > ul > li.navPublikationen a:active {
  background: url("../icons/sprite-service.png") no-repeat 5px -5605px;
}

#service-border > ul > li.navMediathek a {
  background: url("../icons/sprite-service.png") no-repeat 5px -3426px;
}

#service-border > ul > li.navMediathek a:hover, #service-border > ul > li.navMediathek a:focus, #service-border > ul > li.navMediathek a:active {
  background: url("../icons/sprite-service.png") no-repeat 5px -3860px;
}

#service-border > ul > li.navThemen a {
  background: url("../icons/sprite-service.png") no-repeat 5px -4294px;
}

#service-border > ul > li.navThemen a:hover, #service-border > ul > li.navThemen a:focus, #service-border > ul > li.navThemen a:active {
  background: url("../icons/sprite-service.png") no-repeat 5px -2992px;
}

#service-border > ul > li a, #service-border > ul > li strong {
  display: block;
  padding: 16px 5px 16px 60px;
  text-transform: uppercase;
}

#service-border .container {
  display: none;
}

/*Serviceborder Ende*/
/*Carousel*/
.wrapper-teaser-switcher {
  clear: both;
  position: relative;
}

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

#content .teaser-switcher .teaser {
  float: left;
  padding: 0;
  margin: 0 10px;
  width: 220px;
}

#content .teaser-switcher .teaser > a,
#content .teaser-switcher .teaser > div {
  font-family: "Weissenhof_Grotesk", Arial, helvetica, sans-serif, "Droid Sans";
  display: block;
  width: 220px;
  margin: 0 auto;
  background-color: #EEE;
  font-size: 133.3%;
}

#content .teaser-switcher .teaser > a p,
#content .teaser-switcher .teaser > div p {
  font-size: 113%;
  padding: 0 10px 10px;
  color: #333;
}

#content .teaser-switcher .teaser > a:hover, #content .teaser-switcher .teaser > a:focus, #content .teaser-switcher .teaser > a:active {
  background: #fff;
}

#content .teaser-switcher .teaser img {
  margin-bottom: 0;
  width: 100%;
  padding-right: 0;
}

#content .teaser-switcher h3 {
  margin: 10px 0 5px;
  padding: 10px;
}

#content .teaser-switcher .navigation .next,
#content .teaser-switcher .navigation .prev {
  display: none;
}

.wrapper-teaser-switcher {
  min-width: auto;
}

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

.js-on #content .teaser-switcher .slick-dots,
.js-on .teaser-switcher .slick-dots {
  display: block !important;
  position: static;
  text-align: center;
  padding: 20px 2px 0 2px;
  width: 100%;
  clear: both;
}

.js-on #content .teaser-switcher .slick-dots li,
.js-on .teaser-switcher .slick-dots li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.js-on #content .teaser-switcher .slick-dots button,
.js-on .teaser-switcher .slick-dots button {
  height: 14px;
  width: 14px;
  border: 2px solid #ADBDE3;
  /* Android-Fix
   * border-radius: $topLeft $topright $bottomRight $bottomLeft;*/
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  -khtml-border-radius: 50% 50% 50% 50%;
  line-height: 1.2;
  text-indent: -99999px;
  content: none;
  background-color: #ADBDE3;
}

.js-on #content .teaser-switcher .slick-dots button:hover, .js-on #content .teaser-switcher .slick-dots button:focus, .js-on #content .teaser-switcher .slick-dots button:active,
.js-on .teaser-switcher .slick-dots button:hover,
.js-on .teaser-switcher .slick-dots button:focus,
.js-on .teaser-switcher .slick-dots button:active {
  background-color: #000;
  border-color: #000;
}

.js-on #content .teaser-switcher .slick-dots .slick-active button,
.js-on .teaser-switcher .slick-dots .slick-active button {
  background-color: #000;
  border-color: #000;
}

.js-on #content .teaser-switcher .slick-dots .slick-active button:hover, .js-on #content .teaser-switcher .slick-dots .slick-active button:focus, .js-on #content .teaser-switcher .slick-dots .slick-active button:active,
.js-on .teaser-switcher .slick-dots .slick-active button:hover,
.js-on .teaser-switcher .slick-dots .slick-active button:focus,
.js-on .teaser-switcher .slick-dots .slick-active button:active {
  background-color: transparent;
}

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

.js-on #content .teaser-switcher .navigation,
.js-on .teaser-switcher .navigation {
  display: block;
  bottom: 65px;
  left: 0;
  position: absolute;
  width: 100%;
}

.js-on #content .teaser-switcher .navigation button,
.js-on .teaser-switcher .navigation button {
  height: 50px;
  width: 50px;
  position: absolute;
}

.js-on #content .teaser-switcher .navigation button:hover, .js-on #content .teaser-switcher .navigation button:active,
.js-on .teaser-switcher .navigation button:hover,
.js-on .teaser-switcher .navigation button:active {
  opacity: 0.6;
}

.js-on #content .teaser-switcher .navigation button:focus,
.js-on .teaser-switcher .navigation button:focus {
  /* Android-Fix
   * border-radius: $topLeft $topright $bottomRight $bottomLeft;*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  -khtml-border-radius: 0 0 0 0;
  outline: 1px solid #004176;
}

.js-on #content .teaser-switcher .navigation .next,
.js-on .teaser-switcher .navigation .next {
  right: 2px;
}

.js-on #content .teaser-switcher .navigation .prev,
.js-on .teaser-switcher .navigation .prev {
  left: 8px;
}

/*Carousel Ende*/
/*Gallery*/
#content .StndGallery h2 {
  margin: 10px 0 10px 10px;
}

#content .StndGallery .picture {
  width: auto;
  float: none;
}

#content .StndGallery .picture img {
  margin: 0 auto;
}

.StndGallery {
  margin-bottom: 20px;
}

.StndGallery .galleryBox {
  position: relative;
}

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

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

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

.StndGallery .galleryBox .source cite {
  display: inline;
  font-size: 100%;
  color: #666;
}

.StndGallery .galleryBox .source cite:before {
  content: none;
}

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

.StndGallery img, .StndGallery .picture {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: none;
  width: auto;
  float: none;
}

.StndGallery video {
  margin: 0 auto;
}

.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: 0.6;
}

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

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

.StndGallery .navigation .next.inactive {
  background: url(/SiteGlobals/Frontend/Images/icons/next-g-upright.png?__blob=normal) repeat 0 0;
}

.StndGallery .navigation .back.inactive {
  background: url(/SiteGlobals/Frontend/Images/icons/back-g-upright.png?__blob=normal) 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: #fff;
}

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

#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 .navigation {
  top: 100px;
  z-index: 99;
}

/*Gallery Ende*/
/*Stage*/
#stage .stage-wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

#stage .container {
  padding: 20px 10px;
  background-color: white;
}

#stage .textContainer {
  color: #333333;
  padding: 15px 15px 60px 15px;
  background-color: #fff;
}

#stage .textContainer h3 {
  font-size: 300%;
  line-height: 1.1;
  color: #004176;
}

#stage .textContainer h3 small {
  display: block;
  font-size: 44%;
  color: #333333;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -1232px;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#stage .textContainer h3 a {
  color: #004176;
}

#stage .textContainer p {
  display: none;
}

#stage .imageContainer {
  position: relative;
  text-align: left;
}

#stage .imageContainer a {
  display: block;
}

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

#stage .imageContainer img {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

#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: 220%;
  margin-right: 5px;
}

#stage .pagination a, #stage .pagination strong {
  font-weight: bold;
  /* Android-Fix
   * border-radius: $topLeft $topright $bottomRight $bottomLeft;*/
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  clear: left;
  display: block;
  padding: 4px 13px 11px;
  line-height: 1;
  text-transform: uppercase;
}

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

#stage .pagination strong {
  color: #004176;
  background-color: #fff;
}

#stage .navigation {
  display: none;
}

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

.js-on #stage .teaser {
  float: left;
  /*Nur bei fade-effect*/
  /*position: absolute;*/
  width: 100%;
}

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

.js-on #stage .slick-dots {
  position: absolute;
  margin-bottom: 20px;
  display: inline-block;
  bottom: 0;
}

.js-on #stage .slick-dots li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.js-on #stage .slick-dots button {
  height: 14px;
  width: 14px;
  border: 2px solid #fff;
  /* Android-Fix
   * border-radius: $topLeft $topright $bottomRight $bottomLeft;*/
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  -khtml-border-radius: 50% 50% 50% 50%;
  line-height: 1.2;
  background-color: transparent;
  text-indent: -99999px;
  content: none;
  background-color: #ADBDE3;
}

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

.js-on #stage .slick-dots .slick-active button {
  background-color: #000;
}

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

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

.js-on #stage .navigation button {
  height: 46px;
  width: 46px;
  padding: 0;
  position: absolute;
}

.js-on #stage .navigation button:hover, .js-on #stage .navigation button:active {
  opacity: 0.8;
}

.js-on #stage .navigation button.playbutton, .js-on #stage .navigation button.playbutton-paused, .js-on #stage .navigation button.playbutton-playing {
  top: 50px;
  right: 0;
}

.js-on #stage .navigation button:focus {
  background: #004176 none repeat scroll 0% 0%;
  /* Android-Fix
   * border-radius: $topLeft $topright $bottomRight $bottomLeft;*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  -khtml-border-radius: 0 0 0 0;
  outline: 1px solid #004176;
}

.js-on #stage .navigation .next {
  right: 0;
}

.js-on #stage .navigation .prev {
  left: 0;
}

.js-on #stage .navigation .play, .js-on #stage .navigation .pause {
  display: none;
}

/*Stage Ende*/
/*Toggle*/
.toggleEntry {
  border-bottom: 1px dotted #7F7F7F;
}

.toggleEntry h2 {
  padding-top: 6px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

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

.toggleEntry .heading.inactive-control {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite-right.png?__blob=normal) no-repeat 98% -1862px;
}

.toggleEntry .heading.active-control {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite-right.png?__blob=normal) no-repeat 98% -2074px;
  padding-right: 35px;
}

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

#supplement .facets h4 {
  padding: 5px 5px 5px 0;
}

#supplement .facets .inactive-control {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite-right.png?__blob=normal) no-repeat 98% -407px;
  border-bottom: 1px solid #7F7F7F;
}

#supplement .facets .inactive-control:hover, #supplement .facets .inactive-control:focus, #supplement .facets .inactive-control:active {
  color: #000;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite-right.png?__blob=normal) no-repeat 98% 9px;
}

#supplement .facets .active-control {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite-right.png?__blob=normal) no-repeat 98% -615px;
  border: none;
}

#supplement .facets .active-control:hover, #supplement .facets .active-control:focus, #supplement .facets .active-control:active {
  color: #000;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite-right.png?__blob=normal) no-repeat 98% -823px;
}

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

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

#siteInfo .active-control {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite-right.png?__blob=normal) no-repeat 99% -1021px;
  padding-right: 25px;
  border-bottom: 1px solid #fff;
}

#siteInfo .inactive-control {
  background: url(/SiteGlobals/Frontend/Images/icons/sprite-right.png?__blob=normal) no-repeat 99% -189px;
  padding-right: 25px;
  border-bottom: 1px solid #fff;
}

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

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

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

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

/*Toggle Ende*/
/*Togglebar*/
#togglenav {
  width: 100%;
  z-index: 9999;
  background: #004176;
  overflow: hidden;
  padding: 0 5px 0 10px;
}

#togglenav ul {
  display: table;
  height: 4em;
  margin: 4px 0;
}

#togglenav li {
  font-size: 100%;
  float: left;
  height: 100%;
}

#togglenav a,
#togglenav strong {
  font-size: 160%;
  color: #fff;
  font-weight: normal;
  display: block;
  margin-right: 10px;
  padding: 6px 10px 10px;
}

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

#togglenav .navServiceGS a,
#togglenav .navServiceGS strong,
#togglenav .navServiceLS a,
#togglenav .navServiceLS strong {
  padding-left: 30px;
  display: block;
  width: 30px;
  height: 40px;
  text-indent: -9999px;
}

#togglenav .navServiceGS a {
  background: url("../icons/sprite-mobile.png") no-repeat 10px -1088px;
}

#togglenav .navServiceGS a:hover, #togglenav .navServiceGS a:focus, #togglenav .navServiceGS a:active,
#togglenav .navServiceGS strong {
  background: url("../icons/sprite-mobile.png") no-repeat 10px -1309px;
  background-color: #fff;
}

#togglenav .navServiceLS a {
  background: url("../icons/sprite-mobile.png") no-repeat 10px -2199px;
}

#togglenav .navServiceLS a:hover, #togglenav .navServiceLS a:focus, #togglenav .navServiceLS a.active,
#togglenav .navServiceLS strong {
  background: url("../icons/sprite-mobile.png") no-repeat 10px -2426px;
  background-color: #fff;
}

#navMobileMenu a {
  background: url("../icons/sprite-mobile.png") no-repeat 0 -867px;
  padding-left: 35px;
}

#navMobileSearch a {
  background: url("../icons/sprite-mobile.png") no-repeat 0 -647px;
  padding-left: 28px;
}

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

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

/*Togglebar Ende*/
/*twoclickshare*/
#footer {
  position: relative;
}

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

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

#share button.close {
  font-size: 150%;
  text-transform: uppercase;
  line-height: 1.5;
  background: url(/SiteGlobals/Frontend/Images/icons/close-b.png?__blob=normal) no-repeat 100% 2px;
  padding-right: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
}

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

#share h3 {
  font-size: 170%;
  color: #333333;
  padding: 0 0 10px 0;
}

#share ul {
  margin: 0 !important;
}

#share a {
  color: #333333;
}

#share a:hover, #share a:focus, #share a:active {
  color: #333333;
  text-decoration: underline;
}

#share .social_share_privacy_area li .help_info.icon {
  background-position: -93px -42px;
}

#share .social_share_privacy_area li .help_info.icon .info {
  height: auto;
  left: -150px;
  width: 300px;
}

#share .social_share_privacy_area li {
  height: 1.75em;
  margin-bottom: 10px !important;
}

#share .social_share_privacy_area li .switch {
  margin-top: 6px;
}

#share .social_share_privacy_area li .switch:focus {
  outline-style: dotted;
  outline-color: #000;
  outline-width: 1px;
}

#share .social_share_privacy_area .email {
  width: 100%;
}

#share .social_share_privacy_area .email a {
  font-size: 92.86%;
  border: 1px solid #D2D2D2;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 7px -2063px;
  background-color: #EEE;
  /* Android-Fix
   * border-radius: $topLeft $topright $bottomRight $bottomLeft;*/
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  padding: 0 4px 2px 32px;
  display: inline;
}

#share .social_share_privacy_area .facebook,
#share .social_share_privacy_area .twitter,
#share .social_share_privacy_area .gplus,
#share .social_share_privacy_area .twitter,
#share .social_share_privacy_area .gplus {
  width: 50%;
  padding-right: 10px !important;
}

#share .social_share_privacy_area li div.tweet,
#share .social_share_privacy_area li div.gplusone {
  width: auto;
}

#share .social_share_privacy_area li.help_info .info {
  width: 300px;
}

#share .social_share_privacy_area li.help_info.twitter .info {
  left: -150px;
}

#share .social_share_privacy_area li.help_info.facebook .info,
#share .social_share_privacy_area li.help_info.gplus .info {
  left: -10px;
}

#share .social_share_privacy_area li.settings_info {
  top: 3px;
}

#share .social_share_privacy_area li.settings_info .settings_info_menu.on {
  border: solid 1px #7F7F7F;
  color: #333333;
}

#share .social_share_privacy_area li.settings_info .settings_info_menu a {
  padding: 0;
}

#share .social_share_privacy_area li.settings_info .settings_info_menu span {
  height: 20px;
  border-width: 1px;
}

#share .social_share_privacy_area li.settings_info .settings_info_menu a:focus, #share .social_share_privacy_area li.settings_info .settings_info_menu span:focus {
  outline: 1px dotted #585858;
}

#share .social_share_privacy_area li.settings_info .settings_info_menu legend {
  word-break: normal;
}

#share .social_share_privacy_area li.settings_info .settings_info_menu input[type="checkbox"],
#share .social_share_privacy_area li.settings_info .settings_info_menu input[type="radio"] {
  width: auto;
}

#share .social_share_privacy_area li.settings_info .settings_info_menu label {
  line-height: 1.5;
}

#share .social_share_privacy_area .fb_like iframe {
  margin-top: 2px !important;
  width: 8.2em !important;
}

#share .social_share_privacy_area .tweet iframe {
  margin-top: 2px !important;
  width: 6em !important;
}

#share .social_share_privacy_area .gplusone > div {
  font-size: 100% !important;
}

#share .social_share_privacy_area .gplusone iframe {
  margin-top: 2px !important;
  width: 5em !important;
}

#share .settings_info a {
  display: inline;
}

#share .social_share_privacy_area {
  height: auto !important;
}

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

.mfp-inline-holder .mfp-content h1 button.mfp-close,
.mfp-ajax-holder .mfp-content h1 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: 150%;
  line-height: 1.5;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  background: url(/SiteGlobals/Frontend/Images/icons/close-b.png?__blob=normal) no-repeat 100% 1px;
  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 p.all,
.mfp-ajax-holder .mfp-content p.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: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;
}

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

/*Lightbox Ende*/
/* Floating Placeholder */
#content .floating-placeholder {
  line-height: 2em;
  height: 45px;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
}

#content .floating-placeholder input[type="text"] {
  padding: .17em 0;
  width: 96%;
}

#content .floating-placeholder input[type="text"]:focus + label {
  color: #005A84;
}

#content .floating-placeholder {
  position: relative;
}

#content .floating-placeholder input[type="text"] {
  font-size: 18pt;
  position: absolute;
  top: 0;
  left: 24px;
  display: block;
  background: transparent;
  z-index: 2;
  text-indent: 15px;
}

/* Sonderfall: Label + Textfeld + Submit-Button */
#content form .advancedExpertSearch .searchInputField.floating-placeholder input[type="submit"] {
  float: right;
}

#content .floating-placeholder:last-child input[type="text"] {
  border-bottom: none;
}

#content .floating-placeholder label {
  display: block;
  position: absolute;
  top: 0;
  left: 1.67em;
  font-size: 18pt;
  z-index: 1;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: color 200ms, -webkit-transform 160ms;
  transition: color 200ms, -webkit-transform 160ms;
  transition: transform 160ms, color 200ms;
  transition: transform 160ms, color 200ms, -webkit-transform 160ms;
  -webkit-transform: scale(1, 1) rotateY(0);
          transform: scale(1, 1) rotateY(0);
  color: #757575;
  width: 96%;
}

#content .floating-placeholder input[type="text"]:valid ~ label {
  top: -.2em;
  -webkit-transform: scale(0.55, 0.55) rotateY(0);
  transform: scale(0.55, 0.55) rotateY(0);
}

/* Floating Placeholder Ende */
/* Socialmedia */
.socialmedia__headline {
  margin-bottom: 20px !important;
}

.socialmedia__links {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.socialmedia__linkitem {
  margin: 0 !important;
}

.socialmedia__link {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.socialmedia__link svg {
  width: 20px;
  height: 20px;
}

.socialmedia__link svg path {
  fill: #fff !important;
}

.socialmedia__link--facebook {
  background: #4267b2;
}

.socialmedia__link--twitter {
  background: #1da1f2;
}

.socialmedia__link--youtube {
  background: #cc0000;
}

.socialmedia__link--linkedin {
  background: #004176;
}

.socialmedia__link--instagram {
  background: #fb3958;
}

/* Socialmedia Ende */
/* Schnellzugriff */
.schnellzugriff-neu {
  margin-left: -10px;
}

.schnellzugriff-neu__headline {
  font-size: 260% !important;
  color: #000;
}

.schnellzugriff-neu__items {
  list-style-type: none !important;
  margin-bottom: 0 !important;
  text-indent: -16px;
}

.schnellzugriff-neu__item {
  margin: 0 !important;
  padding: 5px 0;
}

.schnellzugriff-neu__link {
  color: #000;
  position: relative;
  padding-left: 15px;
}

.schnellzugriff-neu__link:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 13px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0px -3552px;
  left: 0;
  top: 0;
}

/* Schnellzugriff Ende */
/* Teaser-neu */
.teaser-neu {
  margin-left: -10px;
  margin-bottom: 20px;
}

.teaser-neu__image, .teaser-neu__text {
  width: calc(100% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

.teaser-neu__headline {
  margin: 10px 0 !important;
  padding: 0 !important;
}

.teaser-neu__date, .teaser-neu__teasertext {
  margin-bottom: 10px !important;
}

/* Teaser-neu Ende */
/* Header-neu */
.header-neu {
  margin-left: -10px;
}

.header-neu__headline {
  margin-bottom: 10px !important;
}

.header-neu__image {
  margin-bottom: 10px;
}

/* Header-neu Ende */
/* Service */
.service__item {
  border-bottom: 1px solid #004176;
}

.service__item:last-child {
  border-bottom: none;
}

.service__link {
  padding: 10px 0;
}

/* Service Ende */
/* Institute */
.institute {
  margin: 20px 0;
}

.institute__headline {
  margin-bottom: 10px;
  padding: 10px 20px 10px 0;
  color: #004176;
}

.institute__headline--bereich2 {
  font-weight: bold;
}

/* Institute Ende */
/* Branding */
.branding__left {
  margin-bottom: 20px;
}

/* Branding Ende */
/* Servicesuche */
.servicesearch {
  right: 0;
  bottom: 0;
  height: 21px;
}

.servicesearch-anchor {
  position: relative;
}

.servicesearch__trigger {
  cursor: pointer;
}

.servicesearch__formcontainer {
  display: none;
}

.servicesearch__formcontainer--opened {
  display: block;
  position: absolute;
  right: 0;
  width: calc(100vw - (10px * 4));
  background: #004176;
  padding: 5px;
  margin-top: 10px;
}

.servicesearch__form {
  background: #EEE;
}

.servicesearch .formField {
  width: 90%;
  float: left;
  margin: 10px 0;
  padding-left: 10px;
}

.servicesearch input[type="image"] {
  float: left;
  margin: 10px 0;
  width: 22px;
  height: 22px;
}

.servicesearch input {
  border: none;
  background: none;
  padding: 0;
}

.servicesearch p::before, .servicesearch p::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.servicesearch p::after {
  clear: both;
}

/* Servicesuche Ende */
/* Bilderstrecke Rasteransicht */
.rasteransicht {
  margin: 50px -10px 0;
}

.rasteransicht__thumbnail {
  background: #EEE;
}

.rasteransicht__thumbnail img {
  width: 100%;
}

.rasteransicht__thumbnail .subtext {
  padding: 10px 5px;
}

/* Bilderstrecke Rasteransicht Ende */
/* Bilderstrecke Aufmacher */
.aufmacher {
  padding-bottom: 40px !important;
}

.aufmacher__slider {
  position: relative;
  color: #fff;
  background-color: #004176;
}

.aufmacher__text {
  padding: 20px;
  background-color: #ADBDE3;
}

.aufmacher__title {
  margin-top: 0 !important;
}

.aufmacher__title > a {
  color: #004176;
}

.aufmacher__teasertext {
  margin-bottom: 0 !important;
  color: #004176;
}

.aufmacher__navigation {
  display: none;
}

.js-on .aufmacher__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 5px;
  right: 5px;
}

.js-on .aufmacher__navigation button {
  background-color: #fff;
  margin-bottom: 1px;
}

.aufmacher .slick-dots {
  display: block !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: absolute;
  bottom: -30px;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.aufmacher .slick-dots li {
  margin: 0 5px !important;
}

.aufmacher .slick-dots button {
  content: none;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 1.2;
  text-indent: -99999px;
}

.aufmacher .slick-dots button:active, .aufmacher .slick-dots button:focus, .aufmacher .slick-dots button:hover {
  background-color: #004176;
}

.aufmacher .slick-dots .slick-active button {
  background-color: #fff;
}

/* Bilderstrecke Aufmacher Ende */
