   @charset "UTF-8";
.siteInfo ul {
  list-style-type: none;
  padding: 0;
}

.siteInfo ul ul {
  list-style-type: none;
  margin-left: 0;
}

.siteInfo ul li {
  padding-left: 0;
}

.wrapperDivisions {
  min-width: 320px;
}

.content {
  padding-top: 20px;
}

.searchAutoSuggestBox {
  clear: both;
  position: absolute;
  background: #ececd7;
  border-radius: 5px;
  z-index: 9999;
}

.searchAutoSuggestBox a {
  font-size: 1.4rem;
  display: block !important;
  padding: 0 3px 3px;
  border-top: 1px dotted #7F7F7F;
}

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

.js-on .slick-dots {
  position: static;
  margin-bottom: 20px;
}

.js-on .slick-dots button {
  height: 10px;
  width: 10px;
  border: 1px solid #e54800;
  border-radius: 50%;
  line-height: 1.2;
  background-color: #FFFFFF;
  text-indent: -99999px;
  content: none;
}

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

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

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

.c-contact .label {
  display: block;
}

.c-contact__h {
  font-weight: bold;
  margin-bottom: 1rem;
}

.c-contact__p {
  margin-bottom: 1rem;
}

.c-contact mark {
  background-color: #FFFFFF;
}

.c-contact__l {
  text-decoration: underline;
}

.c-dropdown {
  position: relative;
}

.c-dropdown__group div {
  top: 100%;
  right: 0;
  z-index: 5;
  background: #FFFFFF;
  width: 100%;
  padding: 0 22px 10px 10px;
  border-top: none;
}

.c-dropdown__group div a {
  font-size: 1.6rem;
  display: block;
  padding: 10px 0;
  color: #000000;
}

.c-dropdown__select {
  font-size: 1.6rem;
  display: block;
  padding: 0 20px 7px 0;
  background-color: #FFFFFF;
  margin-bottom: 0;
}

.c-dropdown .heading {
  position: relative;
}

.c-dropdown .heading.active-control:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 16px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -59px;
  right: 15px;
  top: 5px;
}

.c-dropdown .heading.inactive-control:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 16px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -59px;
  right: 15px;
  top: 5px;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.js-on .c-dropdown div {
  width: 250px;
}

.c-form p {
  margin-bottom: 0;
}

.c-form input {
  margin: 0 0  1.3rem;
}

.c-form input[type='text'] {
  color: black;
}

.c-form input[type='submit'] {
  cursor: pointer;
  margin: 0;
  text-align: left;
  background: transparent;
  color: #c33e00;
  border: none;
  padding: 0;
  font-weight: normal;
}

.c-form input[type='submit']:hover, .c-form input[type='submit']:focus, .c-form input[type='submit']:active {
  text-decoration: underline;
}

.c-newsletter input[type='text'] {
  margin: 1.5rem 0;
}

.supplement .c-pub__p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-pub small {
  color: #000000;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: none;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  display: block;
}

.c-pub hr {
  border-color: #aaaaaa;
  margin-bottom: 3rem;
}

.c-pub__list {
  margin-bottom: 2.5rem;
}

.c-social__links {
  margin-top: 1rem;
}

.c-social__links ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-social__links li:first-child {
  margin-left: .5rem;
}

.footer .siteInfo .c-social__links a,
.footer .siteInfo .c-social__links strong {
  padding: 6px 20px 6px 48px;
  position: relative;
}

.footer .siteInfo .c-social__links a:before,
.footer .siteInfo .c-social__links strong:before {
  left: 0;
  top: 8px;
}

.c-social__links #navYouTube a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 37px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -118px -163.04px;
  top: 0;
}

.c-sup-ticker__h {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-transform: none;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.c-sup-ticker small {
  color: #000000;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: none;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  display: block;
}

.c-sup-ticker p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-sup-ticker .more {
  margin-top: 1.5rem;
}

.c-sup-ticker em:nth-child(4):before {
  content: '\007c';
  padding-right: 5px;
}

.c-teaser__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background: #ececd7;
}

.teaser .c-teaser__img img {
  margin-bottom: 0;
}

.c-teaser__text {
  padding: 10px;
}

.c-teaser__text .more {
  margin-top: 1.5rem;
}

.toggleEntry .c-teaser__text .more {
  margin-top: 5px;
}

.toggleEntry .c-teaser__text {
  padding: 0 .5rem;
}

.c-teaser__h {
  color: #000000;
}

.c-twitterbox p, .c-twitterbox__p {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.supplement .c-twitterbox p, .supplement .c-twitterbox__p {
  font-size: 1.2rem;
}

.c-twitterbox a {
  text-decoration: underline;
}

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

.c-twitterbox__l {
  text-decoration: underline;
}

.c-twitterbox__l--retweet {
  position: absolute;
  right: 0;
  bottom: 0;
}

.c-twitterbox__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-twitterbox__img {
  width: 48px;
  height: 48px;
  position: relative;
}

.c-twitterbox__text {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.c-twitterbox__status {
  margin-bottom: 2rem;
}

.c-section__header {
  font-family: Verdana, Arial, "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 2.4rem;
  color: #000000;
  margin-bottom: 2rem;
}

.live-calendar {
  overflow: visible;
  position: relative;
  z-index: 1;
}

.live-calendar table {
  position: relative;
}

.live-calendar table th,
.live-calendar table td {
  font-size: 1.4rem;
  text-align: center;
}

.live-calendar h3 {
  margin-right: 4.5em;
  margin-bottom: 18px;
}

.live-calendar .pager {
  height: 1%;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 6.3em;
  z-index: 5;
  font-size: 1.3rem;
}

.live-calendar .pager div {
  float: left;
  margin-left: 10px;
  width: 30px;
  height: 30px;
}

.live-calendar .pager .prev.inactive {
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/back-g-quadrate.svg?__blob=normal&v=1) repeat 0 0;
}

.live-calendar .pager .next.inactive {
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/next-g-quadrate.svg?__blob=normal&v=1) repeat 0 0;
}

.live-calendar .pager .prev a:hover img, .live-calendar .pager .prev a:active img, .live-calendar .pager .prev a:focus img,
.live-calendar .pager .next a:hover img,
.live-calendar .pager .next a:active img,
.live-calendar .pager .next a:focus img {
  opacity: .6;
}

.live-calendar .pager a {
  display: block;
}

.live-calendar th {
  padding: 9px 2px;
}

.live-calendar th abbr {
  white-space: nowrap;
}

.live-calendar td {
  padding: 0;
}

.live-calendar td > a,
.live-calendar td span {
  display: block;
  padding: 4px;
  text-align: center;
}

.live-calendar td > a > span,
.live-calendar td span > span {
  left: -2000px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.live-calendar .today {
  background: #ececd7;
}

.live-calendar .today em {
  font-style: normal;
}

.live-calendar .on {
  color: #c33e00;
  font-weight: bold;
}

.live-calendar .calendar-details {
  display: none;
  background: #FFFFFF;
  border: 1px solid #7F7F7F;
  position: absolute;
  left: 10px;
  width: 293px;
  padding: 10px;
}

.live-calendar .calendar-details li {
  border-top: 1px dotted #7F7F7F;
}

.live-calendar .calendar-details li:first-child {
  border: none;
}

.live-calendar .calendar-details li a {
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  padding: 4px 4px 4px 17px;
  display: block;
  position: relative;
}

.live-calendar .calendar-details li a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -315.25px -247px;
  left: 6px;
  top: 11px;
}

.live-calendar .calendar-details li a:hover, .live-calendar .calendar-details li a:focus, .live-calendar .calendar-details li a:active {
  text-decoration: underline;
}

.live-calendar .calendar-details li a:hover:before, .live-calendar .calendar-details li a:focus:before, .live-calendar .calendar-details li a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -315.25px -173px;
}

.live-calendar .calendar-details li span {
  color: #c33e00;
  font-weight: normal;
  text-align: left;
  display: inline;
}

.live-calendar .calendar-details .button {
  text-decoration: none;
}

.live-calendar .calendar-details h4 {
  color: #000000;
}

.live-calendar .opened > a {
  background-color: #c33e00;
  color: #FFFFFF;
  border-bottom: none;
  height: 30px;
}

.live-calendar .opened > a:hover, .live-calendar .opened > a:focus, .live-calendar .opened > a:active {
  color: #FFFFFF;
}

.live-calendar .opened .calendar-details {
  position: absolute;
  left: 0;
  display: block;
}

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

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

.cookiebanner h2 {
  margin-bottom: 20px;
}

.cookiebanner .all {
  display: none;
}

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

.cookiebanner.classic {
  background: #c33e00;
  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;
}

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

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

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

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

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

.js-on .cookiebanner.classic .cookiebannerbox a.RichTextIntLink {
  color: #FFFFFF;
}

.js-on .cookiebanner.classic.top .cookiebannerbox > div {
  background-color: #c33e00;
  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 solid #b2b2b2;
  padding-top: 10px;
  margin-bottom: 20px;
}

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

.content .dossierentry .navIndex ul:not([class]) li:before {
  content: none;
}

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

.dossierentry .navIndex li a {
  white-space: nowrap;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

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

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

.facets h4 {
  border-top: 1px solid #b2b2b2;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 5px 5px 0;
  text-transform: uppercase;
}

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

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

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

.facets li a:before,
.facets li strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -180.9px -213.04px;
  left: 0;
  top: 6px;
}

.facets li a:hover:before,
.facets li a:focus:before,
.facets li a:active:before,
.facets li strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -201.9px -213.04px;
  left: 0;
}

.facets li.link {
  padding-top: 10px;
  font-size: 1.6rem;
}

.facets li.link a {
  padding: 10px 0;
  text-decoration: underline;
  color: #c33e00;
}

.facets li.link a:before {
  content: none;
}

.facets li.link a:hover, .facets li.link a:active, .facets li.link a:focus {
  text-decoration: none;
  color: #000000;
}

.facets li.facets-reset {
  padding-top: 20px;
  font-size: 1.6rem;
}

.facets li.facets-reset a {
  background: #ececd7;
  padding: 10px 0;
  text-align: center;
}

.facets li.facets-reset a:before {
  content: none;
}

.facets li.facets-reset a:hover, .facets li.facets-reset a:active, .facets li.facets-reset a:focus {
  background-color: #c33e00;
  color: #FFFFFF;
  text-decoration: none;
}

.supplement .facets .box {
  box-shadow: 0 14px 20px 10px rgba(43, 10, 0, 0.14);
  padding: 3.5rem 3.5rem 1.5rem;
}

label,
input,
select,
textarea,
.formLabel,
.formLabel em {
  font-size: 1.6rem;
  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: 8px 20px;
}

textarea {
  resize: none;
}

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

.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: #c33e00;
  color: #FFFFFF;
  padding: 8px 10px;
  width: auto;
  margin-bottom: 10px;
}

input.reset {
  background-color: #373737;
}

.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 #c33e00;
}

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

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

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

.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(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -315.25px -247px;
  left: 0;
  top: 8px;
}

.error a:hover:before, .error a:focus:before, .error a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -315.25px -173px;
}

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

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

.clear {
  clear: both;
}

small {
  color: #000000;
  line-height: 1;
}

h1 small,
h2 small,
h3 small {
  color: #000000;
}

.subheadline p,
.abstract p {
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}

ol {
  list-style-type: none;
}

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

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

matomoTracking input[type='checkbox'], input[type='radio'] {
  margin-top: 21px;
}

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

.glossaryIndex.navIndex .page,
.glossaryIndex.navIndex strong {
  display: block;
  min-width: 2em;
  padding-left: 15px;
  padding-right: 15px;
}

.glossaryIndex span {
  background: #ececd7;
  border: 1px solid #ececd7;
}

.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(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/close-b.svg?__blob=normal&v=1) 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 .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 {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 19px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -40px -275.32px;
  left: 0;
  top: -1px;
}

.downloadlinks a.downloadLink:hover:before, .downloadlinks a.downloadLink:focus:before, .downloadlinks a.downloadLink:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 19px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -20px -275.32px;
}

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

.downloadlinks a.shoppingCartLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -236px -241.32px;
  top: 2px;
  left: 0;
}

.downloadlinks a.shoppingCartLink:hover:before, .downloadlinks a.shoppingCartLink:focus:before, .downloadlinks a.shoppingCartLink:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -256px -241.32px;
}

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

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

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

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

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

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

ul.links a:hover:before, ul.links a:focus:before, ul.links a:active:before,
ul.links strong:hover:before,
ul.links strong:focus:before,
ul.links strong:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -315.25px -173px;
}

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

ul.links a.downloadLink:hover:before, ul.links a.downloadLink:focus:before, ul.links a.downloadLink:active:before,
ul.links strong.downloadLink:hover:before,
ul.links strong.downloadLink:focus:before,
ul.links strong.downloadLink:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -14px -295.32px;
}

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

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

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

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

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

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

.menu-box {
  display: none;
}

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

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

#menu h1 {
  text-align: left;
  font-size: 1.6rem;
  background: #c33e00;
  z-index: 1000;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0;
  padding: 15px 40px 14px 12px;
  text-transform: uppercase;
  font-family: Verdana, Arial, "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}

#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: #c33e00;
  position: relative;
}

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

#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: #c33e00;
  background: #FAFAFA;
  position: relative;
  padding-top: 0;
}

#menu ul ul {
  padding: 0;
}

#menu li {
  font-size: 1.6rem;
  font-family: Georgia, "Droid Serif", "Times New Roman", serif;
}

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

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

#menu li.service {
  font-size: 1.4rem;
  background: #c33e00;
  font-family: Verdana, Arial, "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
}

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

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

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

#menu li li {
  font-family: Verdana, Arial, "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
  background: #ececd7;
  font-size: 1.4rem;
  text-transform: uppercase;
}

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

#menu li li li {
  background: #F5F5EB;
  text-transform: none;
}

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

#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 .navServiceTwitter a,
#menu .navServiceTwitter 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,
#menu .navServiceGS strong,
#menu .navServiceLS > a,
#menu .navServiceLS strong,
#menu .navServiceTwitter > a,
#menu .navServiceTwitter 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 .navServiceTwitter 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 {
  content: '';
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 28px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -273.25px -148px;
  left: 10px;
  top: 8px;
}

#menu .navServiceLS > a:before,
#menu .navServiceLS strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 24px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -88px -241.32px;
  left: 10px;
  top: 8px;
}

#menu .navServiceTwitter > a:before,
#menu .navServiceTwitter strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 17px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -60px -275.32px;
  left: 10px;
  top: 8px;
}

#menu .navRSSFeed > a:before,
#menu .navRSSFeed strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 21px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -160.9px -213.04px;
  left: 10px;
  top: 8px;
}

#menu .navFlickr > a:before,
#menu .navFlickr strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -174px -241.32px;
  left: 10px;
  top: 8px;
}

#menu .navFacebook > a:before,
#menu .navFacebook strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -39px;
  left: 10px;
  top: 8px;
}

#menu .navYouTube > a:before,
#menu .navYouTube strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 23px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -154px -241.32px;
  left: 10px;
  top: 8px;
}

#menu .navGoogle > a:before,
#menu .navGoogle strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat 0px -275.32px;
  left: 10px;
  top: 8px;
}

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

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

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

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

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(235, 235, 214, 0.5);
}

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

.navIndex {
  overflow: hidden;
  margin-bottom: 40px;
  border-top: 1px solid #b2b2b2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.navIndex.top {
  border-bottom: 1px solid #b2b2b2;
}

.content .navIndex ul {
  padding: 0;
}

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

.navIndex .page {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 7px 15px;
}

.navIndex a,
.navIndex strong {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 7px 15px;
  border: 1px solid #c33e00;
  background: #FFFFFF;
  color: #000000;
}

.navIndex .page:hover,
.navIndex .page:focus,
.navIndex .page:active,
.navIndex strong {
  color: #FFFFFF;
  border: 1px solid #c33e00;
  background: #c33e00;
}

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

.navIndex span.back, .navIndex span.forward {
  display: block;
  padding: 7px 15px;
}

.navIndex span.page {
  padding-left: 0;
  padding-right: 0;
}

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

.navIndex .back,
.navIndex .forward {
  border: none;
}

.navIndex .button {
  color: #000000;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

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

h1 {
  color: #e54800;
}

h3 {
  text-transform: uppercase;
}

h3,
h4,
h5,
h6 {
  font-family: Verdana, Arial, "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 2.4rem;
  color: #000000;
}

p,
li,
td,
th,
blockquote,
dl,
caption,
.formError,
address,
.address {
  font-size: 1.6rem;
}

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

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

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

.content ul:not([class]) li {
  position: relative;
  padding-left: 14px;
}

.content ul:not([class]) li:before {
  position: absolute;
  left: 0;
  font-weight: bold;
  content: '\005f';
  display: inline-block;
  padding-right: 5px;
  color: #000;
}

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

.content ol:not([class]) li:before {
  counter-increment: list;
  content: counter(list) " –";
  color: #c33e00;
  padding-right: 5px;
}

.content ol:not([class]) ol {
  counter-reset: list_2;
}

.content ol:not([class]) ol li:before {
  counter-increment: list_2;
  content: counter(list) counter(list_2, lower-latin) " – ";
}

.content ol:not([class]) ol ol {
  counter-reset: list_3;
}

.content ol:not([class]) ol ol li:before {
  counter-increment: list_3;
  content: counter(list) counter(list_2, lower-latin) counter(list_3, lower-latin) " – ";
}

.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: #ececd7;
  border: none;
}

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

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

cite:before {
  content: '';
}

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

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 .sortUp:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 6px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -310.25px -285px;
}

table .sortDown:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 6px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -282.25px -232px;
}

table .even {
  background: #ececec;
}

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: #ececd7;
  color: #000000;
  border: 2px solid #FFFFFF;
  padding: 10px;
  text-align: left;
}

th a {
  color: currentColor;
}

td {
  border-bottom: 2px solid #FFFFFF;
  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;
  color: #c33e00;
  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 {
  background: #ececd7;
  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 .source {
  display: block;
  font-size: 1.4rem;
  font-style: italic;
}

.picture .source cite {
  font-size: 1.4rem;
}

.picture .loupe {
  display: block;
  padding-left: 1rem;
  float: right;
  margin-bottom: 0;
}

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

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

a {
  color: #c33e00;
  text-decoration: none;
}

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

a.RichTextIntLink {
  text-decoration: underline;
}

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

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

a.RichTextExtLink:before, a.ExternalLink:before, a.external:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 14px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -189px;
  top: 5px;
  left: 3px;
}

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

a.RichTextExtLink:hover:before, a.RichTextExtLink:focus:before, a.RichTextExtLink:active:before, a.ExternalLink:hover:before, a.ExternalLink:focus:before, a.ExternalLink:active:before, a.external:hover:before, a.external:focus:before, a.external:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 14px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -203px;
}

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.ContactData {
  padding-left: 20px;
  position: relative;
}

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

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

a.ContactData:hover:before, a.ContactData:focus:before, a.ContactData:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 11px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -276px -241.32px;
}

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

a.download:before, a.Publication:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat 0px -295.32px;
  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.download:hover:before, a.download:focus:before, a.download:active:before, a.Publication:hover:before, a.Publication:focus:before, a.Publication:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -14px -295.32px;
}

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

.content ul.toc ul {
  margin-bottom: 0;
}

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

ul.toc li:before {
  font-weight: bold;
  content: '\005f';
  display: inline-block;
  padding-right: 5px;
  color: #c33e00;
}

ul.toc li a {
  text-decoration: none;
}

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: 25px;
  position: relative;
  color: #000000;
}

p.navToTop a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 10px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -153px;
  top: 8px;
  left: 0;
}

p.navToTop a:hover:before, p.navToTop a:focus:before, p.navToTop a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 10px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -153px;
}

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

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

address {
  font-style: normal;
}

.service-border p {
  color: #000000;
}

.service-border h2 {
  font-family: Georgia, "Droid Serif", "Times New Roman", serif;
  color: #e54800;
}

.service-border h3 {
  font-weight: normal;
  color: #000000;
  font-family: Georgia, "Droid Serif", "Times New Roman", serif;
  position: relative;
  padding: 21px 0 21px 73px;
  text-transform: none;
}

.service-border h3:before {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  left: 0;
  top: 0;
}

.service-border h3.navFoerderverfahren:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 68px;
  height: 78.28px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat 0px -163.04px;
}

.service-border h3.navFoerderverfahren:hover:before, .service-border h3.navFoerderverfahren:focus:before, .service-border h3.navFoerderverfahren:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 68px;
  height: 78.28px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -127.06px -80.85px;
}

.service-border h3.navEvaluation:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 99.62px;
  height: 80.85px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -99.62px 0px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  left: -16px;
}

.service-border h3.navEvaluation:hover:before, .service-border h3.navEvaluation:focus:before, .service-border h3.navEvaluation:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 99.62px;
  height: 80.85px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat 0px 0px;
}

.service-border h3.navEmpfehlung:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 74.01px;
  height: 80.63px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -199.24px -80.63px;
}

.service-border h3.navEmpfehlung:hover:before, .service-border h3.navEmpfehlung:focus:before, .service-border h3.navEmpfehlung:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 74.01px;
  height: 80.63px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -199.24px 0px;
}

.service-border h3.navAkkreditierung:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 63.53px;
  height: 82.19px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -63.53px -80.85px;
}

.service-border h3.navAkkreditierung:hover:before, .service-border h3.navAkkreditierung:focus:before, .service-border h3.navAkkreditierung:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 63.53px;
  height: 82.19px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat 0px -80.85px;
}

.share {
  position: absolute;
  width: 100%;
  z-index: z();
  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(https://www.wissenschaftsrat.de/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 .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: #c33e00 !important;
}

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

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

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

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

.share .shariff .email a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 13px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -93px;
}

.share .shariff .twitter a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 14px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -106px;
}

.share .shariff .facebook a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -120px;
}

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

.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 {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 18px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -75px;
  -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;
}

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

.content .sitemap ul:not([class]) li:before {
  content: none;
}

.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(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -315.25px -247px;
  left: 5px;
  top: 7px;
}

.sitemap li li strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -315.25px -173px;
}

.sitemap li li a:hover:before, .sitemap li li a:focus:before, .sitemap li li a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -315.25px -173px;
}

.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 ul {
  overflow: hidden;
  padding-left: 0;
}

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

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

.solrSortLinks a {
  position: relative;
}

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

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

.solrSortLinks a.sortDown:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 12px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -169px -275.32px;
}

.solrSortLinks a.sortUp:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 12px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -155px -275.32px;
}

.result-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #b2b2b2;
  padding-top: 2rem;
}

.result-filter > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.resultsPerPage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.resultsPerPage a,
.resultsPerPage strong {
  padding: 7px 10px;
  display: inline;
  color: #000000;
}

.solrSortLinks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper-teaser,
.row.teaser {
  margin-bottom: 20px;
}

.toggleEntry .wrapper-teaser, .toggleEntry
.row.teaser {
  margin-bottom: 10px;
}

.content .teaser {
  background: #ececd7;
}

.searchresult .teaser,
.toggleEntry .teaser {
  background: #FFFFFF;
}

.teaser h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: none;
}

.toggleEntry .teaser h3 {
  font-size: 2.2rem;
  font-weight: normal;
}

.searchresult .teaser h3 a {
  color: #c33e00;
}

.searchresult .teaser h3 a .category {
  color: #000000;
}

.teaser h1.withHeader,
.teaser h2.withHeader,
.teaser h3.withHeader {
  font-family: Georgia, "Droid Serif", "Times New Roman", serif;
}

.teaser h1.withHeader .category,
.teaser h2.withHeader .category,
.teaser h3.withHeader .category {
  font-family: Verdana, Arial, "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2rem;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  width: 100%;
  padding-bottom: 1.5rem;
}

.teaser h1.withHeader .category:after,
.teaser h2.withHeader .category:after,
.teaser h3.withHeader .category:after {
  content: '';
  border-bottom: 1px solid #b2b2b2;
  display: block;
  padding-top: 4px;
}

.searchresult .teaser h1.withHeader .category:after, .searchresult
.teaser h2.withHeader .category:after, .searchresult
.teaser h3.withHeader .category:after {
  content: none;
}

.teaser h1.withHeader .category em,
.teaser h2.withHeader .category em,
.teaser h3.withHeader .category em {
  margin-left: 4px;
  padding-left: 8px;
  position: relative;
}

.teaser h1.withHeader .category em.lowercase,
.teaser h2.withHeader .category em.lowercase,
.teaser h3.withHeader .category em.lowercase {
  text-transform: none;
}

.teaser h1.withHeader .category em:after,
.teaser h2.withHeader .category em:after,
.teaser h3.withHeader .category em:after {
  content: '';
  position: absolute;
  background: #CCCCCC;
  width: 2px;
  height: 9px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.teaser h1.withHeader .category em:first-of-type,
.teaser h2.withHeader .category em:first-of-type,
.teaser h3.withHeader .category em:first-of-type {
  margin-left: 0;
  padding-left: 0;
}

.teaser h1.withHeader .category em:first-of-type:after,
.teaser h2.withHeader .category em:first-of-type:after,
.teaser h3.withHeader .category em:first-of-type:after {
  content: normal;
}

.teaser h1 a,
.teaser h2 a,
.teaser h3 a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-decoration: none;
  color: #000000;
}

.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 #c33e00;
}

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

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

.searchresult .teaser .columns:after {
  content: '';
  display: block;
  border-bottom: 1px solid #b2b2b2;
}

.searchresult .teaser:last-of-type .columns:after {
  content: none;
}

.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 a {
  position: relative;
  display: block;
}

.video-image a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat 0px -241.32px;
  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;
}

.toggleEntry h2 {
  padding: 16px 20px;
  margin-bottom: 10px;
}

.toggleEntry .heading {
  background: #ececd7;
  padding-right: 60px;
}

.startseite .toggleEntry .heading {
  background: #FFFFFF;
}

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

.toggleEntry .heading.inactive-control:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 16px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -59px;
  right: 15px;
  top: 25px;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.toggleEntry .heading.active-control {
  position: relative;
  margin-bottom: 0;
}

.toggleEntry .heading.active-control:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 16px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -59px;
  right: 15px;
  top: 25px;
}

.toggleEntry .heading + div {
  overflow: hidden;
  background: #FFFFFF;
  margin-bottom: 10px;
  padding: 30px 30px 10px;
}

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

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

.js-on .toggleEntry .heading {
  box-shadow: 0 14px 20px 10px rgba(43, 10, 0, 0.14);
  color: #000000;
}

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

.supplement .js-on .toggleEntry .heading {
  box-shadow: none;
}

.togglenav {
  width: 100%;
  z-index: 9999;
  background: #c33e00;
  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;
}

.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 .navServiceLS a {
  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(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -19px;
  top: 9px;
  left: 0;
}

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

.navMobileSearch a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -242.9px -213.04px;
  top: 9px;
  left: 0;
}

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

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

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

.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.4rem;
  text-transform: uppercase;
  line-height: 1.5;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/close-b.svg?__blob=normal&v=1) no-repeat 100% 0;
  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: 1.7rem;
  color: #000000;
  padding: 0 0 10px !important;
  text-transform: none;
}

.share ul {
  margin: 0 !important;
}

.share a {
  color: #000000;
}

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

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

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

.share .social_share_privacy_area .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: #000000;
  outline-width: 1px;
}

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

.share .social_share_privacy_area .email a {
  font-size: 1.3rem;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  padding: 0 4px 2px 32px;
  display: inline;
  position: relative;
  background-color: #ececd7;
  color: #000000;
}

.share .social_share_privacy_area .email a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 11px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -276px -241.32px;
  left: 7px;
  top: 3px;
}

.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 .tweet,
.share .social_share_privacy_area .gplusone {
  width: auto;
}

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

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

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

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

.share .social_share_privacy_area .settings_info .settings_info_menu a {
  padding: 0;
  display: inline;
}

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

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

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

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

.share .social_share_privacy_area .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: 1.4rem !important;
}

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

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

.footer h2,
.footer h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 10px 0 0;
  margin-bottom: 0;
}

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

.footer p {
  color: #000000;
}

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

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

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

.footer .navFunctionsWrapper h2 {
  font-family: Verdana, Arial, "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
  margin-right: 10px;
  color: #000000;
}

.footer .navFunctionsWrapper h2,
.footer .navFunctionsWrapper ul {
  float: left;
}

.footer .navFunctionsWrapper a {
  padding-right: 0;
  padding-left: 20px;
}

.footer .navFunctionsWrapper .navToTop {
  padding: 0;
}

.footer .navFunctionsWrapper .navToTop a,
.footer .navFunctionsWrapper .navToTop strong {
  position: relative;
}

.footer .navFunctionsWrapper .navToTop a:before,
.footer .navFunctionsWrapper .navToTop strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 10px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -153px;
  left: 0;
  top: 17px;
}

.footer .navFunctionsWrapper .navFunctionsRecommend a,
.footer .navFunctionsWrapper .navFunctionsRecommend strong {
  position: relative;
  padding-left: 30px;
}

.footer .navFunctionsWrapper .navFunctionsRecommend a:before,
.footer .navFunctionsWrapper .navFunctionsRecommend strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 16px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -247px;
  left: 11px;
  top: 13px;
}

.footer .copyright {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .copyright ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .copyright p {
  margin-left: .5rem;
  margin-bottom: 1rem;
}

.footer .copyright li a,
.footer .copyright li strong {
  display: inline;
  padding: 0 0 0 20px;
  position: relative;
}

.footer .copyright li a:before,
.footer .copyright li strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -315.25px -173px;
  left: 5px;
  top: 3px;
}

.footer .copyright li:first-child:after {
  content: '';
  border: 1px solid #aaaaaa;
  margin-left: 1rem;
}

.footer .copyright #navImprint a,
.footer .copyright #navImprint strong {
  padding-left: 20px;
}

.footer .copyright #navImprint a:before,
.footer .copyright #navImprint strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9.02px;
  height: 14.94px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -309.25px -75px;
  left: 5px;
  top: 3px;
}

.footer .copyright #navPrivacy a,
.footer .copyright #navPrivacy strong {
  padding-left: 25px;
}

.footer .copyright #navPrivacy a:before,
.footer .copyright #navPrivacy strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 16px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -137px;
  left: 5px;
  top: 1px;
}

.siteInfo {
  margin-bottom: 10px;
}

.siteInfo h3 {
  font-family: Georgia, "Droid Serif", "Times New Roman", serif;
  font-weight: normal;
  text-transform: none;
  color: #000000;
}

.siteInfo ul {
  margin-bottom: 1rem;
}

.siteInfo .heading {
  font-size: 2.2rem;
  padding: 10px 15px 10px 0;
}

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

.siteInfo .active-control:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 16px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -59px;
  right: 15px;
  top: 25px;
}

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

.siteInfo .inactive-control:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 16px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -301.25px -59px;
  right: 15px;
  top: 25px;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.navServiceMeta,
.search,
.navPrimary {
  display: none;
}

.header {
  background-color: #FFFFFF;
}

.header p {
  margin: 0;
}

.header .logo {
  padding-bottom: 2rem;
}

.header .logo a {
  display: block;
}

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

.header .wrapper-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 112.4rem;
}

.header .mod .logo,
.header .mod .addlogo {
  border-bottom: 1px solid #000000;
}

.header .mod .addlogo {
  border-left: 1px solid #000000;
  height: 7.8rem;
  padding-left: 1rem;
}

.supplement h3 {
  font-family: Georgia, "Droid Serif", "Times New Roman", serif;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #000000;
}

.supplement h3 {
  text-transform: none;
}

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

.supplement .banner {
  position: relative;
  margin: 0 auto 30px;
}

.supplement .banner a {
  display: block;
}

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

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

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

.supplement p,
.supplement li,
.supplement td,
.supplement th,
.supplement blockquote,
.supplement dl,
.supplement caption,
.supplement address,
.supplement .address {
  font-size: 1.4rem;
}

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

.navPrimary {
  position: relative;
  clear: both;
}

.navPrimary a {
  color: #000000;
  padding: 10px 0;
  display: block;
}

.navSecondary {
  display: none;
}

.navBreadcrumbsVertical {
  background: #ececd7;
}

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

.navBreadcrumbsVertical > strong,
.navBreadcrumbsVertical .level1 a {
  font-size: 2rem;
  font-family: Verdana, Arial, "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  color: #000000;
  display: block;
  padding: 18px 5px 22px;
  text-transform: uppercase;
}

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

.navBreadcrumbsVertical .level2 span {
  position: relative;
}

.navBreadcrumbsVertical .level2 span:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -118px -200.04px;
  top: 100%;
  left: 46px;
}

.navBreadcrumbsVertical .level3 span {
  position: relative;
}

.navBreadcrumbsVertical .level3 span:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=1) no-repeat -138px -200.04px;
  top: 100%;
  left: 46px;
}

.wrapper-teaser-switcher {
  clear: both;
  position: relative;
}

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

.teaser-switcher .teaser {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.teaser-switcher a {
  display: block;
  width: 171px;
  margin: 0 auto;
  padding: 10px;
}

.teaser-switcher a:hover, .teaser-switcher a:focus, .teaser-switcher a:active {
  background: #FFFFFF;
}

.teaser-switcher img {
  margin-bottom: 0;
}

.teaser-switcher h3 {
  font-size: 1.5rem;
  margin: 10px 0 5px;
}

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

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

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

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

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

.js-on .teaser-switcher .slick-dots .slick-active button {
  background-color: #585858;
}

.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 .teaser-switcher .slick-list {
  margin-bottom: 10px;
}

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

.js-on .teaser-switcher .navigation button {
  height: 43px;
  width: 30px;
  position: absolute;
}

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

.js-on .teaser-switcher .navigation button:focus {
  background: #c33e00 none repeat scroll 0 0;
  outline: 1px solid #c33e00;
  border-radius: 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: #ececd7;
}

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

.StndGallery h2 {
  font-family: Verdana, Arial, "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 2.4rem;
  color: #000000;
  font-size: 1.6rem;
  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;
}

.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: 40px;
  width: 40px;
  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(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/next-g-quadrate.svg?__blob=normal&v=1) repeat 0 0;
}

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

.StndGallery .navigation .back .inactive {
  background: url(https://www.wissenschaftsrat.de/SiteGlobals/Frontend/Images/icons/back-g-quadrate.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: #ececd7;
}

.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 {
  background: #ececd7;
  margin-bottom: 2rem;
}

.stage .stage-wrapper {
  position: relative;
  max-width: 116.4rem;
  margin: 0 auto;
  overflow: hidden;
}

.stage .textContainer {
  padding-left: 10px;
  padding-right: 10px;
}

.stage .textContainer h3 {
  font-family: Georgia, "Droid Serif", "Times New Roman", serif;
  font-size: 2.6rem;
  font-weight: normal;
  margin: 20px 0;
  text-transform: none;
  line-height: 1.44;
}

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

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

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

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

.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 .navigation {
  display: block;
  top: 26%;
  left: 0;
  position: absolute;
  width: 100%;
}

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

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

.js-on .stage .navigation button:focus {
  background: #c33e00 none repeat scroll 0 0;
  outline: 1px solid #c33e00;
  border-radius: 0;
}

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

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

.js-on .stage .navigation .playbutton-paused,
.js-on .stage .navigation .playbutton-playing {
  display: none;
}

.box {
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 1rem 2rem 1.5rem 0;
}

.startseite .box {
  box-shadow: 0 14px 20px 10px rgba(43, 10, 0, 0.14);
  padding: 3.5rem 3.5rem 1.5rem .5rem;
}

.searchResult {
  margin-bottom: 30px;
}

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

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

em.searchString {
  background: #ececd7;
  padding: 0 5px;
  font-style: italic;
} 