@charset "UTF-8";
/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
@font-face {
  font-family: 'Barlow';
  src: url("../fonts/barlow-v1-latin-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Barlow';
  src: url("../fonts/barlow-v1-latin-italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'Barlow';
  src: url("../fonts/barlow-v1-latin-700.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Barlow';
  src: url("../fonts/barlow-v1-latin-italic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: 'Barlow Semi Condensed';
  src: url("../fonts/barlow-semi-condensed-v1-latin-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Barlow Semi Condensed';
  src: url("../fonts/barlow-semi-condensed-v1-latin-italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'Barlow Semi Condensed';
  src: url("../fonts/barlow-semi-condensed-v1-latin-700.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Barlow Semi Condensed';
  src: url("../fonts/barlow-semi-condensed-v1-latin-700italic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 156.25%;
  line-height: 1.36em;
  font-family: "Barlow", Arial Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #575756;
  background-color: #fff;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

body.admin-menu {
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  transition: .2s;
  color: #da020e;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active {
  color: #fd454f;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  color: #da020e;
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 25px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

h1, h2 {
  font-weight: normal;
  font-family: "Barlow Semi Condensed", Arial Helvetica, sans-serif;
}

h1,
.header__site-name {
  margin-top: 0;
  line-height: 120%;
}

@media screen and (min-width: 600px) {
  h1,
  .header__site-name {
    font-size: 2rem;
    line-height: 2.72rem;
    margin-bottom: 1.36rem;
    font-family: "Barlow Semi Condensed", Arial Helvetica, sans-serif;
    font-weight: normal;
  }
}

h2 {
  font-size: 1.44rem;
  line-height: 1.768rem;
  margin-top: 1.36rem;
  margin-bottom: 1.36rem;
}

h2 a {
  text-decoration: none;
  color: #575756;
}

h2 a:hover {
  text-decoration: none;
  color: #da020e;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.36rem;
  margin-top: 1.36rem;
  margin-bottom: 1.36rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.36rem;
  margin-top: 1.36rem;
  margin-bottom: 1.36rem;
}

h5 {
  font-size: 0.88rem;
  line-height: 1.36rem;
  margin-top: 1.36rem;
  margin-bottom: 1.36rem;
}

h6 {
  font-size: 0.56rem;
  line-height: 1.36rem;
  margin-top: 1.36rem;
  margin-bottom: 1.36rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #575756;
}

small {
  font-size: 0.88rem;
}

sub,
sup {
  font-size: 0.56rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.36rem 0;
  border: 0;
  border-top: 1px solid #969695;
}

.divider > :first-child,
hr > :first-child {
  margin-top: 1.36rem;
}

blockquote {
  margin: 1.36rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.36rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 50px;
}

[dir="rtl"] dd {
  margin: 0 50px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 50px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 50px 0 0;
}

figure {
  margin: 1.36rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 1.36rem 0;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type='text'],
[type='search'],
[type='tel'],
[type='url'],
[type='email'],
[type='password'],
[type='date'],
[type='time'],
[type='number'], textarea {
  transition: .2s;
  outline: none;
  border: 1px solid #d4d4d3;
  padding: .5em .75em;
}

:hover[type='text'],
:hover[type='search'],
:hover[type='tel'],
:hover[type='url'],
:hover[type='email'],
:hover[type='password'],
:hover[type='date'],
:hover[type='time'],
:hover[type='number'], textarea:hover {
  border: 1px solid #bbb;
}

:focus[type='text'],
:focus[type='search'],
:focus[type='tel'],
:focus[type='url'],
:focus[type='email'],
:focus[type='password'],
:focus[type='date'],
:focus[type='time'],
:focus[type='number'], textarea:focus {
  outline: none;
  border: 1px solid #da020e;
}

#block-w21-vprt-custom-vprt-suche #edit-s-block,
[type='search'] {
  background-image: url(../images/svg/icon-search.svg);
  background-repeat: no-repeat;
  background-position: left 1em center;
  padding: .5em .75em .5em 2.5em;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0.476rem 0.85rem 0.884rem;
  border: 1px solid #969695;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

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

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.36rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

img {
  vertical-align: top;
}

figure {
  margin: 0;
}


.layout-center {
  max-width: 1920px;
  margin: 0 auto;
}

.panels-flexible-column.col-menu {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .panels-flexible-column.col-menu {
    width: 24%;
  }
}

.panels-flexible-column.col-main,
.panels-flexible-column.col-term-content {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .panels-flexible-column.col-main,
  .panels-flexible-column.col-term-content {
    width: 75%;
  }
}

.panels-flexible-column.col-main-content,
.panels-flexible-column.col-term-list {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .panels-flexible-column.col-main-content,
  .panels-flexible-column.col-term-list {
    width: 67%;
  }
}

.panels-flexible-column.col-main-margin,
.panels-flexible-column.col-term-margin {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .panels-flexible-column.col-main-margin,
  .panels-flexible-column.col-term-margin {
    width: 33%;
  }
}

.panels-flexible-themen,
.panels-flexible-3_spalter {
  margin-top: 2rem;
}

.panels-flexible-3_spalter .panels-flexible-column-3_spalter-1,
.panels-flexible-themen .col-menu {
  padding-left: 20px;
}

.panels-flexible-1 .panels-flexible-column-last {
  padding-right: 20px;
}

.page-user main > h1,
.page-user .profile {
  padding-left: 20px;
}

#user-login,
#user-register-form,
#user-pass {
  padding-left: 20px;
  padding-bottom: 40px;
}

.panels-flexible-region-1-slider {
  width: 100%;
}

.front .pane-start-teaser-panel-pane-1 {
  margin-bottom: 40px;
}

.front .pane-start-teaser-panel-pane-1 .pane__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.front .col-front-stage {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .front .col-front-stage {
    width: 76.5%;
  }
}

.front .col-front-margin {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .front .col-front-margin {
    width: 23.5%;
  }
}

.front .col-front-menu {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .front .col-front-menu {
    width: 33%;
  }
}

.front .col-front-content {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .front .col-front-content {
    width: 67%;
  }
}

.page-taxonomy .pane-term-description {
  margin-bottom: 2rem;
}

.page-taxonomy .pane-term-description p:first-child {
  margin-top: 0;
}

.page-taxonomy .panels-flexible-row-themen-2 {
  margin-bottom: 3rem;
}

.page-taxonomy .col-term-margin {
  padding-top: 4rem;
}

.page-taxonomy main.layout-3col__full > .node {
  padding: 0px 20px 2em 20px;
  margin-bottom: 2em;
  border-bottom: 1px solid #969695;
}

@media screen and (min-width: 900px) {
  .page-taxonomy main.layout-3col__full > h1 {
    padding-left: 26%;
  }
  .page-taxonomy main.layout-3col__full > .node {
    padding: 0 0 2em 0;
    margin-left: 26%;
    margin-right: 20%;
  }
  .page-taxonomy main.layout-3col__full .pager {
    margin-top: 40px;
  }
  .page-taxonomy main.layout-3col__full .feed-icon {
    display: none;
  }
}

.col-term-margin .panel-pane,
.col-main-margin .panel-pane {
  margin-bottom: 3rem;
}

.region-header .block__title {
  display: none;
}

.region-header .menu,
.region-header .menu__item {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.region-header .menu__item {
  margin-left: 1em;
}

.region-header .menu__link {
  color: #575756;
}

.ical-download {
  background-image: url("../images/svg/icon-calendar.svg");
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-size: 23px;
  display: inline-block;
  width: 24px;
  height: 31px;
}

.pane-node-content .field-type-taxonomy-term-reference a:link, .pane-node-content .field-type-taxonomy-term-reference a:visited {
  background-color: rgba(124, 103, 85, 0.7);
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  line-height: 184%;
  padding: 6px 10px;
  margin-right: 4px;
}

.pane-node-content .field-type-taxonomy-term-reference a:hover, .pane-node-content .field-type-taxonomy-term-reference a:focus {
  text-decoration: none !important;
  color: #fff;
  background-color: #da020e;
}

/* Verschiebe die Kontext-Links fuer Panels und Views, um an Node-Links heranzukommen */
div.panel-pane > div.contextual-links-wrapper {
  right: 85px;
}

div.view > div.contextual-links-wrapper {
  right: 45px;
}

.field .field-label {
  font-weight: normal;
}

.field-name-field-document-file .file::before {
  background-image: url("../images/svg/icon-download.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 15px;
  margin-right: .5rem;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  content: ' ';
}

.field-name-field-document-file .file-icon {
  display: none;
}

.field-name-field-copyright {
  font-size: 0.48rem;
  line-height: 0.8rem;
  margin-bottom: .5rem;
  color: #575756;
}

.node-article.access-restricted .article-title-link::before, .node-article.access-member .article-title-link::before, .node-article.access-member-full .article-title-link::before, .node-article.access-office .article-title-link::before {
  background-image: url("../images/svg/icon-lock.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: 'Access restricted: ';
  float: left;
  height: 34px;
  margin-right: .5rem;
  overflow: hidden;
  text-indent: 100%;
  width: 18px;
}

@media screen and (min-width: 600px) {
  .node-article.access-restricted .article-title-link::before, .node-article.access-member .article-title-link::before, .node-article.access-member-full .article-title-link::before, .node-article.access-office .article-title-link::before {
    margin-top: .5rem;
  }
}

.node-article.access-restricted .article-title-link:link, .node-article.access-restricted .article-title-link:visited, .node-article.access-member .article-title-link:link, .node-article.access-member .article-title-link:visited, .node-article.access-member-full .article-title-link:link, .node-article.access-member-full .article-title-link:visited, .node-article.access-office .article-title-link:link, .node-article.access-office .article-title-link:visited {
  color: #575756;
}

.node-article.access-restricted .article-title-link:focus, .node-article.access-restricted .article-title-link:hover, .node-article.access-restricted .article-title-link:active, .node-article.access-member .article-title-link:focus, .node-article.access-member .article-title-link:hover, .node-article.access-member .article-title-link:active, .node-article.access-member-full .article-title-link:focus, .node-article.access-member-full .article-title-link:hover, .node-article.access-member-full .article-title-link:active, .node-article.access-office .article-title-link:focus, .node-article.access-office .article-title-link:hover, .node-article.access-office .article-title-link:active {
  color: #da020e;
}

.node-article.access-restricted .field-name-field-teaser-text, .node-article.access-member .field-name-field-teaser-text, .node-article.access-member-full .field-name-field-teaser-text, .node-article.access-office .field-name-field-teaser-text {
  color: #575756;
}

.node-article .field-name-field-types {
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 0.8rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media screen and (min-width: 600px) {
  .node-article .field-name-field-types .field-items {
    display: inline;
  }
  .node-article .field-name-field-types .field-items .field-item {
    display: inline;
    margin-right: .75em;
    padding-right: .75em;
    border-right: 1px solid #575756;
  }
  .node-article .field-name-field-types .field-items .field-item:last-child {
    border: 0;
  }
}

.node-article .field-name-field-types .gattung-multimedia:link,
.node-article .field-name-field-types .gattung-multimedia:visited {
  color: #ed6f1e;
}

.node-article .field-name-field-types .gattung-audio:link,
.node-article .field-name-field-types .gattung-audio:visited .gattung-radio:link,
.node-article .field-name-field-types .gattung-radio:visited {
  color: #a2bb09;
}

.node-article .field-name-field-types .gattung-video:link,
.node-article .field-name-field-types .gattung-video:visited,
.node-article .field-name-field-types .gattung-fernsehen:link,
.node-article .field-name-field-types .gattung-fernsehen:visited {
  color: #0079b0;
}

.node-article .field-name-field-types .gattung-verband:link,
.node-article .field-name-field-types .gattung-verband:visited,
.node-article .field-name-field-types .gattung-verban:link,
.node-article .field-name-field-types .gattung-verban:visited {
  color: #da020e;
}

.node-article .article-meta {
  font-size: 0.88rem;
  line-height: 140%;
  margin-top: 1em;
}

.node-article .article-meta a:link,
.node-article .article-meta a:visited {
  color: #b2b2b1;
}

.node-article .article-meta a:hover,
.node-article .article-meta a:focus {
  color: #da020e;
}

@media screen and (min-width: 600px) {
  .node-article .article-meta .field-name-field-topics {
    margin-left: 6px;
  }
  .node-article .article-meta .field-name-field-topics::before {
    content: ' | ';
    margin-right: 6px;
  }
  .node-article .article-meta .field-name-field-topics .field-item {
    border-right: 1px solid #575756;
    padding-right: .5em;
    margin-right: .5em;
    display: inline;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
  .node-article .article-meta .field-name-field-topics .field-item:last-child {
    border-right: 0;
  }
}

.node-article .field-name-field-topics {
  display: inline;
}

.node-article .field-name-field-topics .field-items {
  display: inline;
}

.node-article .field-name-field-topics .field-item {
  display: inline-block;
}

.node-article .article-date {
  color: #575756;
  display: block;
}

@media screen and (min-width: 600px) {
  .node-article .article-date {
    display: inline;
  }
}

.node-article .field-name-field-media-teaser {
  float: left;
  margin-right: 1em;
}

@media screen and (min-width: 600px) {
  .node-article .field-name-field-media-teaser {
    width: 176px;
  }
}

.node-article .links {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.node-article.view-mode-full a:hover {
  text-decoration: underline;
}

.node-event.view-mode-short_teaser {
  color: #575756;
}

.node-event.view-mode-short_teaser .event-title {
  font-size: 0.96rem;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 10px 0;
}

.node-event.view-mode-short_teaser .event-date {
  text-align: center;
  padding: 20px;
}

.node-event.view-mode-short_teaser .event-date__day {
  font-weight: 700;
  font-size: 1.6rem;
  border-right: 2px solid #969695;
  margin-right: 4px;
  padding: 0 10px 0 0;
}

.node-event.view-mode-short_teaser .event-date__month {
  text-transform: uppercase;
}

.node-event.view-mode-short_teaser .event-link {
  color: #575756;
}

@media screen and (min-width: 1200px) {
  .node-event.view-mode-short_teaser {
    display: -webkit-box;
    display: flex;
  }
  .node-event.view-mode-short_teaser .event-title {
    width: 60%;
    padding: 25px 0 0 5%;
    margin: 0;
  }
  .node-event.view-mode-short_teaser .event-date {
    width: 30%;
  }
  .node-event.view-mode-short_teaser .event-date__day {
    display: block;
    border-right: 0;
    border-bottom: 2px solid #969695;
    padding: 0 0 7px;
    margin: 0;
  }
  .node-event.view-mode-short_teaser .event-date__month {
    display: block;
  }
}

.node-event.node-teaser {
  border-bottom: 1px solid #969695;
  margin-top: 1.5em;
  display: block;
}

.node-event .event-link {
  -webkit-transform: all .2s;
      -ms-transform: all .2s;
          transform: all .2s;
  color: #575756;
  display: block;
}

.node-event .event-link:focus, .node-event .event-link:hover, .node-event .event-link:active {
  text-decoration: none;
  color: #da020e;
}

.node-event .event-info {
  color: #575756;
  font-size: 0.64rem;
  line-height: 1.12rem;
}

.node-event .event-month {
  display: none;
}

/* Temine-Übersichts-Seite */
.node-event.node-teaser {
  display: -webkit-box;
  display: flex;
  margin-top: 0.5em;
  padding-bottom: 1em;
}

.node-event.node-teaser .date-content {
  width: 100%;
}

.node-event.node-teaser .field-name-field-media-teaser,
.node-event.node-teaser .event-date {
  margin-right: 10px;
  text-align: center;
  width: 35px;
}

.node-event.node-teaser .event-date span {
  display: block;
}

.node-event.node-teaser .event-date span.event-start-day {
  font-size: 1.7em;
}

.node-event.node-teaser .field-name-field-media-teaser + .event-date {
  display: none;
}

.node-event.node-teaser h3 {
  margin-top: 0;
}

.node-event.node-teaser.access-restricted .event-link::before {
  background-image: url("../images/svg/icon-lock.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  content: 'Access restricted: ';
  float: right;
  height: 34px;
  margin-right: 1rem;
  overflow: hidden;
  text-indent: 100%;
  width: 18px;
}

.node-contact .field-name-field-media-image {
  margin: 2rem 0 1rem;
}

.node-contact h3 {
  font-size: 1em;
  margin: 0;
}

.node-contact .contact-jobposition {
  margin: 0;
}

.node-contact .contact-information {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}

.node-contact .contact-email {
  margin-top: 1em;
}

.node-contact .contact-email a:link,
.node-contact .contact-email a:visited {
  background-color: #7c6755;
  color: #fff;
  padding: .25em 1em .4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.node-contact .contact-email a:hover,
.node-contact .contact-email a:focus {
  background-color: #da020e;
}

.node-teaser .field-name-field-teaser-text {
  display: none;
}

@media screen and (min-width: 900px) {
  .node-teaser .field-name-field-teaser-text {
    display: block;
    overflow: hidden;
  }
}

.node-teaser .field-name-field-teaser-text p {
  margin-bottom: .5rem;
}

.node-teaser .field-name-field-teaser-text p:first-child {
  margin-top: 0;
}

.node-teaser .field-name-field-teaser-text p:last-child {
  margin-bottom: 0;
}

.node-teaser-teaser {
  position: relative;
}

.node-teaser-teaser .field-name-field-media-teaser + .field-name-field-teaser-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.node-legal-basis h3 {
  margin-top: 0;
}

.node-offer {
  /* Offer-list */
}

.node-offer.view-mode-short_teaser {
  text-align: center;
}

.node-offer.view-mode-short_teaser h3 {
  padding: 5px 0 15px 0;
  text-align: left;
}

.node-offer.node-teaser {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0.5em;
  padding-bottom: 1em;
}

.node-offer.node-teaser .field-name-field-media-image {
  -webkit-box-flex: 1;
          flex: 1;
  margin-right: 10px;
}

.node-offer.node-teaser .offer-content {
  -webkit-box-flex: 4;
          flex: 4;
}

.node-offer.node-teaser .offer-content h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.node-member {
  /* Member-list */
}

.node-member.view-mode-short_teaser {
  text-align: center;
}

.node-member.view-mode-short_teaser h3 {
  padding: 5px 0 15px 0;
  text-align: left;
}

.node-member.node-teaser {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0.5em;
  padding-bottom: 1em;
}

.node-member.node-teaser .field-name-field-media-image {
  -webkit-box-flex: 1;
          flex: 1;
  margin-right: 10px;
}

.node-member.node-teaser .member-content {
  -webkit-box-flex: 4;
          flex: 4;
}

.node-member.node-teaser .member-content h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.box {
  margin-bottom: 1.36rem;
  border: 5px solid #969695;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #575756;
}

.box--highlight {
  border-color: #da020e;
}

.breadcrumb {
  padding: 1rem 2em;
  background-color: #e7dfd4;
}

@media screen and (max-width: 899px) {
  .breadcrumb {
    padding: 1rem 20px;
    font-size: 18px;
    line-height: 120%;
  }
}

.breadcrumb__item a:link,
.breadcrumb__item a:visited {
  color: #575756;
}

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

.breadcrumb__item:last-child {
  font-weight: 700;
}

/* Copyright für Themen-Bilder */
.panels-flexible-region-themen-term-inside .pane-taxonomy-term-field-themenbild .field-name-field-copyright {
  position: absolute;
  color: #fff;
  bottom: unset;
  top: 4px;
  right: 1em;
  font-size: 0.8em;
  text-shadow: 0px 0px 4px #000000;
}

@media screen and (min-width: 900px) {
  .panels-flexible-region-themen-term-inside .pane-taxonomy-term-field-themenbild .field-name-field-copyright {
    top: unset;
    bottom: 0;
    max-width: 30%;
    text-align: right;
    word-wrap: break-word;
  }
}

.panels-flexible-region-themen-term-inside .pane-taxonomy-term-field-themenbild .field-name-field-copyright a:link,
.panels-flexible-region-themen-term-inside .pane-taxonomy-term-field-themenbild .field-name-field-copyright a:visited {
  color: #fff;
}

.clearfix:before,
.header:before,
.tabs:before {
  content: '';
  display: table;
}

.clearfix:after,
.header:after,
.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.36rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #ffffdb;
}

.comment--nested,
.indented {
  margin-left: 50px;
}

[dir="rtl"] .comment--nested, [dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 50px;
}

.header {
  padding-top: 30px;
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
}

.header__site-name {
  margin: 0 0 0 20px;
}

.header__site-link {
  display: block;
  float: left;
  background-image: url("../images/svg/site-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 110px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.header__site-link:link, .header__site-link:visited {
  color: #575756;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-link span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.header__name-and-slogan {
  width: 40%;
}

@media screen and (min-width: 900px) {
  .header__name-and-slogan {
    width: 23%;
    position: absolute;
  }
}

.header__site-slogan {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__secondary-menu ul {
  margin-top: 0;
}

.header__region {
  clear: both;
}

@media screen and (min-width: 900px) {
  body.has-sticky-header {
    padding-top: 205px !important;
  }
  body.has-sticky-header .header {
    padding-top: 60px;
    transition: all .2s;
    position: fixed;
    width: 100%;
    top: 0;
  }
  body.has-sticky-header .header.minimized {
    padding-top: 0;
  }
  body.has-sticky-header #block-w21-vprt-gattungen-vprt-gattungen,
  body.has-sticky-header #block-w21-vprt-custom-vprt-suche {
    transition: all .2s;
  }
  .header.minimized {
    background-color: #fff;
    z-index: 1;
    min-height: 46px;
  }
  .header.minimized:after {
    content: ' ';
    height: 2px;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    position: absolute;
  }
  .header.minimized #block-w21-vprt-gattungen-vprt-gattungen {
    top: 0;
  }
  .header.minimized #block-w21-vprt-custom-vprt-suche {
    display: none;
  }
  .header.minimized .header__site-link {
    position: absolute;
    left: 20px;
    top: 9px;
    background-size: 100px;
    z-index: 1;
  }
}

.menu-toggle {
  display: none;
}

.menu-icon {
  background-image: url("../images/svg/icon-menu-dark.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: top 30px center;
  background-size: 54px;
  cursor: pointer;
  display: block;
  font-size: 0.84rem;
  font-weight: normal;
  outline: 0;
  padding-top: 80px;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 136px;
  width: 134px;
  position: absolute;
  right: 0;
  margin-top: -234px;
}

@media screen and (min-width: 900px) {
  .menu-icon {
    height: 174px;
    margin-top: -174px;
  }
}

#main-menu {
  display: none;
}

.menu-toggle:checked ~ .menu-icon {
  background-image: url("../images/svg/icon-menu-active-light.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #161616;
  background-position: top 30px center;
  background-size: 54px;
  color: #fff;
}

.menu-toggle:checked ~ #main-menu {
  display: block;
}

.footer {
  background-color: #575756;
  background-image: url("../images/stripes.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-repeat: repeat;
  background-size: 22px;
  padding: 60px 0;
}

.footer .block-menu .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.footer .menu,
.footer .menu__item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .menu {
  background-color: #575756;
  display: inline-block;
}

.footer .menu a:link,
.footer .menu a:visited {
  color: #fff;
  text-decoration: none;
}

.footer .menu a:focus,
.footer .menu a:hover,
.footer .menu a:active {
  transition: .2s;
  color: #da020e;
}

.footer #block-menu-menu-footer-menu {
  width: 100%;
}

.footer #block-menu-menu-footer-menu > .menu {
  margin: 0 auto;
  max-width: 1256px;
  position: relative;
  padding-left: 50px;
}

.footer #block-menu-menu-footer-menu .menu__item {
  display: inline;
  margin-right: 1em;
}

.footer #block-menu-menu-footer-menu .toggle-footer-link {
  background-image: url("../images/svg/icon-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: background-color .2s;
  background-size: 15px;
  position: absolute;
  left: 10px;
  top: -6px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #575756;
  overflow: hidden;
  text-indent: -9999%;
  white-space: nowrap;
  cursor: pointer;
}

.footer #block-menu-menu-footer-menu .toggle-footer-link:focus, .footer #block-menu-menu-footer-menu .toggle-footer-link:hover {
  background-color: #da020e;
}

.footer #block-menu-menu-footer-menu .toggle-footer-link.active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.footer #block-menu-menu-footer-menu-expanded > .menu {
  margin: 0 auto;
  max-width: 1165px;
  padding-bottom: 1em;
  padding-left: 10px;
}

@media screen and (min-width: 900px) {
  .footer #block-menu-menu-footer-menu-expanded > .menu {
    display: -webkit-box;
    display: flex;
  }
}

.footer #block-menu-menu-footer-menu-expanded > .menu > .menu__item {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: block;
}

.footer #block-menu-menu-footer-menu-expanded > .menu > .menu__item > .menu__link {
  display: block;
  margin: 1em 0;
  font-size: 0.72rem;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #da020e;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item, [dir="rtl"] .inline.links li, .inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling, [dir="rtl"] .field-label-inline .field-label, .field-label-inline [dir="rtl"] .field-label, [dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *,
.field-label-inline .field-label *,
span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child,
.field-label-inline .field-label + *,
span.field-label + *,
.field-label-inline .field-label + * > :first-child,
span.field-label + * > :first-child,
.field-label-inline .field-label + * > :first-child > :first-child,
span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 0 0 1.36rem;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 0;
}

[dir="rtl"] .messages, [dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0079b0;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #575756;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #edf9ff;
  color: #0079b0;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #ffffe6;
  color: #575756;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #da020e;
  color: #fff;
}

.messages--error-color a:link,
.messages--error-color a:visited,
.messages--error a:link,
.error a:link,
.messages--error a:visited,
.error a:visited {
  color: #fff;
  text-decoration: underline;
}

.messages--error-color a:focus,
.messages--error-color a:hover,
.messages--error-color a:active,
.messages--error a:focus,
.error a:focus,
.messages--error a:hover,
.error a:hover,
.messages--error a:active,
.error a:active {
  text-decoration: none;
}

.messages--warning,
.messages.warning {
  border-color: #ff0;
}

.messages--warning path,
.messages.warning path {
  fill: #ff0;
}

.messages--error,
.messages.error {
  border-color: #da020e;
}

.messages--error path,
.messages.error path {
  fill: #da020e;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.vprt_facet_wrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  margin-bottom: 25px;
}

.facet_gattungen {
  font-size: 0.64rem;
  width: 35%;
  cursor: pointer;
}

.facet_gattungen ul {
  list-style: none;
}

.facet_themen {
  cursor: pointer;
  font-size: 0.56rem;
  margin-left: 2%;
  width: 62%;
}

.facet_gattungen h2,
.facet_themen h2 {
  background-image: url("../images/svg/icon-dropdown.svg");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-color: #eee;
  font-size: 0.9rem;
  line-height: 140%;
  margin: 0;
  padding: .75rem 1rem;
  transition: .2s;
}

.facet_gattungen h2:hover,
.facet_themen h2:hover {
  background-color: #ccc;
}

.facet_gattungen > div.item-list,
.facet_themen > div.item-list {
  height: 200px;
  overflow: auto;
  position: absolute;
  background-color: #fff;
  z-index: 25;
  width: 100%;
  left: 0;
  top: 45px;
  display: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.facet_gattungen.opened > div.item-list,
.facet_themen.opened > div.item-list {
  display: block;
}

.facet_themen ul.leaf {
  display: none;
  list-style-type: none;
  padding: 0 0 0 8px;
}

.facet_themen li.leaf {
  display: none;
}

.facet_themen li.leaf.active-trail,
.facet_themen li.leaf.active-trail > div > ul {
  display: block;
}

/*
.pane-artikelliste li.leaf.active-trail::before {
  content: "[-] ";
}
*/
.facet_gattungen .leaf.active > a,
.facet_themen .leaf.active > a {
  font-weight: bold;
}

.watermark {
  font-family: "Barlow Semi Condensed", Arial Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #d4d4d3;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

.view-start-teaser {
  position: relative;
}

.view-start-teaser .field-name-field-overline {
  text-transform: uppercase;
}

.view-start-teaser .field-name-field-teaser-text {
  display: none;
}

@media screen and (min-width: 900px) {
  .view-start-teaser .field-name-field-teaser-text {
    display: block;
  }
}

.view-start-teaser .field-name-field-media-teaser {
  position: relative;
  z-index: -1;
}

.slider-text {
  padding: 30px 40px;
  position: static;
  z-index: 1;
  right: 0;
  background-color: rgba(218, 2, 14, 0.9);
  color: #fff;
  padding-bottom: 120px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media screen and (min-width: 900px) {
  .slider-text {
    position: absolute;
    width: 820px;
    left: 0;
    bottom: 160px;
    padding-bottom: 40px;
  }
}

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

.slider-title {
  font-family: "Barlow Semi Condensed", Arial Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.28rem;
  line-height: 120%;
  margin: 0 0 30px 0;
  display: block;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media screen and (min-width: 1200px) {
  .slider-title {
    font-size: 1.84rem;
  }
}

.slider-title a:link,
.slider-title a:visited {
  color: #fff;
}

.slider-title a:hover {
  text-decoration: none;
}

.bx-wrapper {
  position: relative;
}

.bx-controls-direction {
  z-index: 99;
}

@media screen and (min-width: 900px) {
  .bx-controls-direction {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

.bx-controls-direction a {
  background-image: url("../images/svg/icon-slider-arrow.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border-radius: 50px;
  border: 2px solid #fff;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-indent: -999%;
  position: absolute;
  bottom: 50px;
  overflow: hidden;
}

@media screen and (min-width: 900px) {
  .bx-controls-direction a {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.bx-controls-direction a.bx-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 50px;
}

.bx-controls-direction a.bx-next {
  right: 50px;
}

.bx-pager {
  display: none;
}

.bx-pager .bx-pager-item {
  display: inline-block;
}

.bx-pager .bx-pager-link {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 5px;
}

.bx-pager .bx-pager-link.active {
  background-color: #da020e;
}

@media screen and (min-width: 900px) {
  .bx-pager .bx-pager-link {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .bx-pager .bx-pager-link.active {
    background-color: #da020e;
  }
}

/* Farben für teaser definieren */
.vprt-blue .slider-text {
  background-color: #0079b0;
}

.vprt-green .slider-text {
  background-color: #a2bb09;
}

.vprt-magenta .slider-text {
  background-color: #ce1b7d;
}

.vprt-grey .slider-text {
  background-color: #575756;
}

/* Bild mobile teaser ausblenden */
.field-name-field-media-teaser-small {
  display: none;
}

/* In der Mobilansicht steht der Text unter dem Bild. Invers wird dabei ignoriert */
@media screen and (max-width: 899px) {
  .field-name-field-media-teaser-duplicate {
    display: none;
  }
  .field-name-field-media-teaser-small {
    display: block;
  }
  .field-name-field-media-teaser-small .field-name-field-copyright {
    position: absolute;
    margin-top: -20px;
    color: #fff;
    right: 5px;
    font-size: 0.5em;
  }
  .field-name-field-media-teaser-small .field-name-field-license {
    display: none;
  }
}

/* Fieldset wuith chosen facets. */
fieldset.chosen-facets a {
  margin-right: 12px;
}

/* Themen-Facets: show / hide 3rd level. */
.facet_themen li.facet-hidden > div > ul {
  display: none !important;
}

li.facet-hidden:before {
  content: '[+] ';
}

.facet_themen li.facet-opened > div > ul {
  display: block !important;
}

li.facet-opened:before {
  content: '[-]  ';
}

/* Marginal-Title links auf Startseite bei Bildschirm < 900px ausblenden */
@media screen and (max-width: 899px) {
  .pane-teaserliste-panel-pane-4 {
    display: none;
  }
}

/* Teaser Randspalte */
.panel-pane .view-teaserliste .views-row {
  margin-bottom: 2rem;
}

.panel-pane .view-teaserliste .media-image img {
  border: 1px solid #e5e5e5;
  width: 100%;
}

/* Newsletter-Teaser */
.pane-w21-vprt-newsletter-vprt-newsletter-teaser {
  margin-bottom: 2rem;
}

.view-artikelliste .view-header {
  border-bottom: 2px solid #969695;
  margin-bottom: 2em;
  padding-bottom: 2em;
  padding-top: 1em;
}

.view-artikelliste .views-row {
  border-bottom: 1px solid #969695;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

@media screen and (min-width: 600px) {
  .view-artikelliste .views-row {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}

.view-artikelliste .article-title {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-family: "Barlow Semi Condensed", Arial Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.28rem;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (min-width: 600px) {
  .view-artikelliste .article-title {
    font-size: 2rem;
  }
}

.view-artikelliste .links {
  margin-bottom: 0;
}

#contact-list .node-contact {
  margin-bottom: 3rem;
}

#contact-list .node-contact .field-name-field-media-image {
  margin: 0 0 1rem;
  width: 100%;
}

@media screen and (min-width: 900px) {
  #contact-list .node-contact .field-name-field-media-image {
    margin: 0 2rem 4rem 0;
    float: left;
    width: 284px;
  }
}

#contact-list .node-contact .contact-information {
  overflow: hidden;
}

.view-teaserliste {
  margin-bottom: 2rem;
  border: 1px solid #d4d4d3;
  padding: 1em;
}

.view-teaserliste.view-display-id-panel_pane_4 a {
  border-right: 1px solid #7c7c7c;
  padding-right: .5em;
  margin-right: .5em;
  color: #575756;
  font-size: 0.875rem;
  line-height: 150%;
}

.view-teaserliste.view-display-id-panel_pane_4 a:visited {
  color: #575756;
}

.view-teaserliste.view-display-id-panel_pane_4 a:hover {
  color: #da020e;
}

.pane-terminliste-article-events,
.pane-terminliste-margin-events,
.pane-terminliste-start-events {
  margin-bottom: 2rem;
  position: relative;
}

.pane-terminliste-article-events .view, .pane-terminliste-margin-events .view, .pane-terminliste-start-events .view {
  border: 1px solid #d4d4d3;
}

.pane-terminliste-article-events .views-row, .pane-terminliste-margin-events .views-row, .pane-terminliste-start-events .views-row {
  position: relative;
}

.pane-terminliste-article-events .event-title, .pane-terminliste-margin-events .event-title, .pane-terminliste-start-events .event-title {
  margin-top: 1em;
}

.pane-terminliste-article-events .view-footer, .pane-terminliste-margin-events .view-footer, .pane-terminliste-start-events .view-footer {
  text-align: center;
  text-transform: uppercase;
  border-top: 2px solid #969695;
  margin: 20px 20px 0 20px;
}

.pane-terminliste-article-events .view-footer p, .pane-terminliste-margin-events .view-footer p, .pane-terminliste-start-events .view-footer p {
  margin: 20px 0;
}

.pane-terminliste-article-events .view-footer a:link, .pane-terminliste-margin-events .view-footer a:link, .pane-terminliste-start-events .view-footer a:link,
.pane-terminliste-article-events .view-footer a:visited,
.pane-terminliste-margin-events .view-footer a:visited,
.pane-terminliste-start-events .view-footer a:visited {
  color: #575756;
}

.pane-terminliste-article-events .pane__title,
.pane-terminliste-margin-events .pane__title,
.pane-terminliste-start-events .pane__title {
  background-image: url("../images/svg/icon-pin.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
}

.view-id-terminliste .view-content {
  margin-bottom: 30px;
}

.view-id-terminliste .node-event.node-teaser .event-date {
  margin-right: 30px;
}

.view-id-terminliste .node-event.node-teaser h3 {
  margin-bottom: 5px;
}

.view.view-suche .node {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1em;
}

.view-rechtsgrundlagen .views-row {
  padding: .5em 0;
}

.view-rechtsgrundlagen .article-title {
  font-size: 0.88rem;
  font-weight: normal;
  line-height: 120%;
}

.view-rechtsgrundlagen .article-title-link {
  color: #575756;
}

.view-rechtsgrundlagen .article-title-link:hover {
  color: #da020e;
}

.pane-terminliste-article-events .pane__title,
.pane-terminliste-margin-events .pane__title,
.pane-terminliste-start-events .pane__title, .pane-node-field-contact .pane-title, .pane-node-field-member .pane-title, .pane-node-field-node-offer .pane-title, .pane-taxonomy-term-field-contact .pane-title, .pane-teaserliste-panel-pane-4 h2.pane-title.pane__title, .panels-flexible-column-themen-5 h2.pane-title.pane__title {
  background-color: #e7dfd4;
  color: #575756;
  font-size: 0.88rem;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 15px 20px;
}

.pane-terminliste-article-events .pane__title,
.pane-terminliste-margin-events .pane__title,
.pane-terminliste-start-events .pane__title, .pane-node-field-contact .pane-title, .pane-node-field-member .pane-title, .pane-node-field-node-offer .pane-title, .pane-taxonomy-term-field-contact .pane-title, .pane-teaserliste-panel-pane-4 h2.pane-title.pane__title {
  background-size: 24px;
  background-color: #e7dfd4;
  color: #575756;
  margin-left: auto;
  text-transform: uppercase;
  margin-bottom: .5em;
  padding: 15px 20px 15px 70px;
}

.pane-node-field-contact, .pane-node-field-member, .pane-node-field-node-offer, .pane-taxonomy-term-field-contact {
  position: relative;
  border: 1px solid #d4d4d3;
}

.pane-node-field-contact .node-contact, .pane-node-field-member .node-contact, .pane-node-field-node-offer .node-contact, .pane-taxonomy-term-field-contact .node-contact {
  padding: 30px;
}

.pane-node-field-contact .node-contact .field-name-field-media-image, .pane-node-field-member .node-contact .field-name-field-media-image, .pane-node-field-node-offer .node-contact .field-name-field-media-image, .pane-taxonomy-term-field-contact .node-contact .field-name-field-media-image {
  margin: 0 0 15px 0;
}

.pane-node-field-contact .contact-jobposition, .pane-node-field-member .contact-jobposition, .pane-node-field-node-offer .contact-jobposition, .pane-taxonomy-term-field-contact .contact-jobposition,
.pane-node-field-contact .contact-information,
.pane-node-field-member .contact-information,
.pane-node-field-node-offer .contact-information,
.pane-taxonomy-term-field-contact .contact-information {
  font-size: 0.88rem;
  line-height: 120%;
}

.pane-node-field-contact .pane-title, .pane-node-field-member .pane-title, .pane-node-field-node-offer .pane-title, .pane-taxonomy-term-field-contact .pane-title {
  background-image: url(../images/svg/icon-person.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: 36px;
  padding-left: 3em !important;
  margin-bottom: 15px;
}

#block-w21-vprt-custom-vprt-suche {
  position: static;
  padding: 20px 20px 0 20px;
}

@media screen and (min-width: 900px) {
  #block-w21-vprt-custom-vprt-suche {
    display: block;
    padding: 0 0 0 25.5%;
  }
}

#block-w21-vprt-custom-vprt-suche .block__title,
#block-w21-vprt-custom-vprt-suche label {
  display: none;
}

#block-w21-vprt-custom-vprt-suche .views-exposed-form .views-exposed-widget {
  padding: 0;
}

#block-w21-vprt-custom-vprt-suche .views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
}

#block-w21-vprt-custom-vprt-suche #edit-s-wrapper-block {
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  #block-w21-vprt-custom-vprt-suche #edit-s-wrapper-block {
    width: calc(100% - 120px);
  }
}

@media screen and (min-width: 900px) {
  #block-w21-vprt-custom-vprt-suche #edit-s-wrapper-block {
    margin-top: 0;
  }
}

#block-w21-vprt-custom-vprt-suche #edit-s-block {
  background-position: right 1em center;
  background-size: 25px;
  font-size: 0.8rem;
  padding: .25em 1.5em;
  width: 100%;
}

@media screen and (min-width: 600px) {
  #block-w21-vprt-custom-vprt-suche #edit-s-block {
    position: relative;
    top: -20px;
  }
}

@media screen and (min-width: 900px) {
  #block-w21-vprt-custom-vprt-suche #edit-s-block {
    margin-bottom: 40px;
    position: static;
  }
}

@media screen and (min-width: 1200px) {
  #block-w21-vprt-custom-vprt-suche #edit-s-block {
    width: 822px;
  }
}

#block-w21-vprt-custom-vprt-suche #edit-submit-suche-block {
  display: none;
}

#vprt-newsletter-teaser {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 0.5rem;
}

#vprt-newsletter-teaser h2 {
  margin: 0;
}

#vprt-newsletter-teaser h2 span {
  background-color: #fff;
  color: #7c7c7c;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 0 0.5rem;
}

#vprt-newsletter-teaser p {
  text-align: center;
  width: 100%;
  margin: 0 0 1em 0;
}

#vprt-newsletter-teaser p a {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 2rem;
}

#vprt-newsletter-teaser li {
  list-style: none;
}

#vprt-newsletter-teaser li:before {
  content: '\2713';
  position: absolute;
  left: 1em;
}

h1.pane-title {
  font-family: "Barlow Semi Condensed", Arial Helvetica, sans-serif;
  line-height: 120%;
}

@media screen and (max-width: 899px) {
  h1.pane-title {
    font-size: 1.5em;
    line-height: 120%;
    font-weight: normal;
  }
}

.panels-flexible-region-themen-term-inside {
  position: relative;
}

.panels-flexible-region-themen-term-inside .pane-taxonomy-term-field-themenbild + .pane-term-name {
  position: absolute;
  top: 1rem;
}

@media screen and (min-width: 900px) {
  .panels-flexible-region-themen-term-inside .pane-taxonomy-term-field-themenbild + .pane-term-name {
    max-width: 55%;
  }
}

.panels-flexible-region-themen-term-inside .pane-taxonomy-term-field-themenbild + .pane-term-name h1 {
  background-color: #fff;
  display: block;
  line-height: 120%;
  padding: .1em .3em;
}

.pane-node-content div.field-label {
  color: #7c7c7c;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: bold;
}

.pane-node-content .field-name-field-link-external .field-label,
.pane-node-content .field-name-field-topics .field-label,
.pane-node-content .field-name-field-tags .field-label {
  text-transform: uppercase;
  padding: .5em 1em .5em 2.5em;
  background-color: rgba(124, 103, 85, 0.5);
  color: #fff;
  margin-bottom: 0;
  background-position: center left .75em;
  background-size: 30px;
  background-repeat: no-repeat;
}

.pane-node-content .field-name-field-link-external .field-label.toggle,
.pane-node-content .field-name-field-topics .field-label.toggle,
.pane-node-content .field-name-field-tags .field-label.toggle {
  transition: all, .2s;
  cursor: pointer;
}

.pane-node-content .field-name-field-link-external .field-label.toggle:hover,
.pane-node-content .field-name-field-topics .field-label.toggle:hover,
.pane-node-content .field-name-field-tags .field-label.toggle:hover {
  background-color: rgba(124, 103, 85, 0.7);
}

.pane-node-content .field-name-field-link-external .field-items,
.pane-node-content .field-name-field-topics .field-items,
.pane-node-content .field-name-field-tags .field-items {
  display: block;
  padding: 1em;
  background-color: rgba(124, 103, 85, 0.5);
}

.pane-node-content .field-name-field-link-external .field-items a:link,
.pane-node-content .field-name-field-link-external .field-items a:visited,
.pane-node-content .field-name-field-topics .field-items a:link,
.pane-node-content .field-name-field-topics .field-items a:visited,
.pane-node-content .field-name-field-tags .field-items a:link,
.pane-node-content .field-name-field-tags .field-items a:visited {
  color: #fff;
}

.pane-node-content .field-name-field-link-external .field-label {
  background-image: url(../images/svg/icon-extern.svg);
}

.pane-node-content .field-name-field-topics .field-label,
.pane-node-content .field-name-field-tags .field-label {
  background-image: url(../images/svg/icon-tags.svg);
}

/* Artikelliste unter einem Artikel. */
.pane-artikelliste-panel-pane-3 h2 {
  font-family: "Barlow Semi Condensed", Arial Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #7c7c7c;
  margin-top: 2em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e5e5e5;
}

.pane-artikelliste-panel-pane-3 h3.article-title a {
  color: #575756;
}

.pane-artikelliste-panel-pane-3 h3.article-title a:hover {
  color: #da020e;
}

.pane-artikelliste-panel-pane-3 .view-artikelliste .views-row {
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.pane-node-field-member .field-name-field-member {
  padding: 30px;
}

.pane-node-field-member h3 {
  font-size: 1em;
  margin: 0;
}

.pane-node-field-node-offer .field-name-field-node-offer {
  padding: 30px;
}

.pane-node-field-node-offer h3 {
  font-size: 1em;
  margin: 0;
}

.pane-start-teaser-panel-pane-2 {
  margin-bottom: 2rem;
}

.pane-teaserliste-panel-pane-4 h2.pane-title.pane__title {
  background-image: url("../images/svg/icon-topics.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 36px;
}

.panels-flexible-1 .panels-flexible-region-1-spalte_links {
  padding-left: 20px;
}

/* Themenbeschreibung bei Bildschirm < Tablet 600px ausblenden */
@media screen and (max-width: 599px) {
  .panel-pane.pane-term-description {
    display: none;
  }
}

.onepager main > h1 {
  text-align: center;
  background: #da020e;
  color: #fff;
  padding: 1rem 0;
  margin: 0;
}

.onepager main .breadcrumb {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.onepager main .panel-1col {
  text-align: center;
  width: 90%;
  margin: auto;
  padding-bottom: 2rem;
}

@media screen and (max-width: 899px) {
  .onepager main .panel-1col .panel-col > div .pane-node {
    -webkit-box-flex: 0;
            flex: 0 1 100%;
  }
}

@media screen and (min-width: 600px) {
  .onepager main .panel-1col .panel-col > div .pane-node {
    -webkit-box-flex: 0;
            flex: 0 1 50%;
  }
}

@media screen and (min-width: 900px) {
  .onepager main .panel-1col .panel-col > div .pane-node {
    -webkit-box-flex: 0;
            flex: 0 1 33.333%;
  }
}

.onepager main .panel-1col .panel-col > div {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.onepager main .panel-1col .panel-col > div .pane-1 .pane-title {
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #969695;
  padding: 1rem;
  margin: 0;
}

.onepager main .panel-1col .panel-col > div .pane-1,
.onepager main .panel-1col .panel-col > div .pane-custom {
  clear: both;
  text-align: left;
  -webkit-box-flex: 0;
          flex: 0 1 100%;
}

.onepager main .panel-1col .panel-col > div .pane-node {
  background: #fff;
}

.onepager main .panel-1col .panel-col > div .pane-node article {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.onepager main .panel-1col .panel-col > div .pane-node article .field-name-field-teaser-text {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  color: black;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 1rem;
}

@media screen and (min-width: 1200px) {
  .onepager main .panel-1col .panel-col > div .pane-node article .field-name-field-teaser-text {
    font-size: 1.4em;
    line-height: 120%;
  }
}

.onepager main .panel-1col .panel-col > div .pane-node article img {
  transition: all, .2s;
}

.onepager main .panel-1col .panel-col > div .pane-node article:hover img {
  position: relative;
  max-width: 130%;
  width: 130%;
  height: 130%;
  margin-top: -15%;
  margin-left: -15%;
}

.onepager main .panel-1col .panel-col > div .pane-node .vprt-green .field-name-field-teaser-text {
  background-color: rgba(162, 187, 9, 0.3);
}

.onepager main .panel-1col .panel-col > div .pane-node .vprt-magenta .field-name-field-teaser-text {
  background-color: rgba(206, 27, 125, 0.3);
}

.onepager main .panel-1col .panel-col > div .pane-node .vprt-blue .field-name-field-teaser-text {
  background-color: rgba(0, 121, 176, 0.3);
}

.onepager main .panel-1col .panel-col > div .pane-node .vprt-grey .field-name-field-teaser-text {
  background-color: rgba(87, 87, 86, 0.3);
}

.onepager main .panel-1col .panel-col > div .pane-node .vprt-inverse .field-name-field-teaser-text {
  color: #fff;
}

.gattung-tv.onepager main > h1 {
  background: #0079b0;
}

.gattung-radio.onepager main > h1 {
  background: #a2bb09;
}

/* Abstände auf User-Profilseite */
.page-user .pane-entity-field {
  margin-bottom: 1em;
}

.page-user .pane-entity-field .field-label {
  font-weight: bold;
}

.page-user .pane-entity-field .field-items {
  margin-left: 1em;
}

.media-vprt-listpage-stage img {
  width: 100%;
  height: auto;
}

/* Term-Name am unteren Ende des Bildes */
.panels-flexible-region-themen-term-inside .pane-taxonomy-term-field-themenbild + .pane-term-name {
  position: absolute;
  bottom: -2em;
  top: unset;
}

/* Blende Term-Bild aus wenn Slider im Thema aktiv */
.pane-start-teaser-panel-pane-2 + .pane-taxonomy-term-field-themenbild {
  display: none;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link, [dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon, [dir="rtl"] .more-help-link a, .more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.nav-menu__item,
.menu__item {
  list-style-image: url(../sass/navigation/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed, [dir="rtl"] .is-collapsed.menu__item, [dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #575756;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar, [dir="rtl"] .main-navigation .links, .main-navigation [dir="rtl"] .links,
[dir="rtl"] .main-navigation .menu, .main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li,
.main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"] .main-navigation .menu li, .main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.pager {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0 0 2em;
}

.pager-item a, .pager-current, .pager-previous a, .pager-next a {
  border-radius: 50px;
  display: inline-block;
  padding: 11px 19px;
  margin: 0;
  border: 2px solid #d4d4d3;
  color: #706f6f;
  width: 60px;
  height: 60px;
  vertical-align: top;
}

.pager-item {
  display: inline-block;
}

.pager-item a:hover {
  text-decoration: none;
  background-color: #d4d4d3;
}

.pager-current {
  background-color: #575756;
  border-color: #575756;
  color: #fff;
}

.pager-previous, .pager-next {
  display: inline-block;
}

.pager-previous a, .pager-next a {
  background-image: url("../images/svg/icon-slider-arrow.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  background-color: #575756;
  border-color: #575756;
  color: #fff;
  font-size: 0;
  text-indent: 999%;
  overflow: hidden;
  width: 60px;
  height: 60px;
}

.pager-previous {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pager-first,
.pager-last,
.pager-ellipsis {
  display: none;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #575756;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  margin: 1.02rem 0 0;
  line-height: 1.7rem;
  border-bottom: 1px solid #969695 \0/ie;
  background-image: linear-gradient(to top, #969695 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #969695;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.36rem;
  display: block;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
  color: #575756;
  letter-spacing: 1px;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.36rem;
  font-size: 0.88rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: linear-gradient(to top, #969695 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.51rem 0.12rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #969695;
  color: #575756;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #242423;
  border-color: #3d3d3d;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: #a7a6a6;
  text-shadow: #242423 0 1px 0;
  border-color: black;
}

#block-menu-menu-top-menu {
  float: right;
  display: none;
}

@media screen and (min-width: 900px) {
  #block-menu-menu-top-menu {
    display: block;
    position: absolute;
    top: 1em;
    right: 1em;
  }
}

#block-system-user-menu {
  display: none;
  float: right;
}

@media screen and (min-width: 900px) {
  #block-system-user-menu {
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
  }
}

.menu-name-menu-themen-menu,
.menu-name-main-menu {
  font-size: 1em;
  line-height: 130%;
  border-top: 1px solid #969695;
  margin-bottom: 2rem;
}

.menu-name-menu-themen-menu .menu,
.menu-name-menu-themen-menu .menu__item,
.menu-name-main-menu .menu,
.menu-name-main-menu .menu__item {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-name-menu-themen-menu .menu__link,
.menu-name-main-menu .menu__link {
  padding: .75em 0;
  display: block;
  border-bottom: 1px solid #969695;
  color: #575756;
}

.menu-name-menu-themen-menu .menu__link:hover,
.menu-name-main-menu .menu__link:hover {
  color: #da020e;
  text-decoration: none;
}

.menu-name-menu-themen-menu .menu__link:focus,
.menu-name-main-menu .menu__link:focus {
  text-decoration: underline;
}

.menu-name-menu-themen-menu .menu__link.active,
.menu-name-main-menu .menu__link.active {
  color: #da020e;
}

.menu-name-menu-themen-menu .menu__item .menu,
.menu-name-main-menu .menu__item .menu {
  padding-left: 1.25em;
}

.menu-name-menu-themen-menu .menu__item .menu .menu__link,
.menu-name-main-menu .menu__item .menu .menu__link {
  border: 0;
  padding: .5em 0;
}

.menu-name-menu-themen-menu > .menu > .menu__item > .menu > .menu__item > .menu__link,
.menu-name-main-menu > .menu > .menu__item > .menu > .menu__item > .menu__link {
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1rem;
}

.menu-name-menu-themen-menu > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu__link,
.menu-name-main-menu > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu__link {
  font-size: 0.64rem;
  line-height: 0.88rem;
}

.menu-name-menu-themen-menu > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu__link,
.menu-name-main-menu > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu__link {
  font-size: 0.64rem;
  line-height: 0.8rem;
  padding: .3em 0;
}

.menu-name-menu-themen-menu > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu,
.menu-name-main-menu > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.menu .menu {
  display: none;
}

.active-trail + .menu {
  display: block;
}

@media screen and (min-width: 900px) {
  .menu-name-menu-themen-menu li:not(.is-active-trail):hover {
    position: relative;
  }
  .menu-name-menu-themen-menu li:not(.is-active-trail):hover > ul.menu {
    display: block;
    position: absolute;
    left: 90%;
    background-color: #ffffff;
    z-index: 25;
    top: 0;
    border: 1px solid #ddd;
    padding: 0 15px;
    width: 200px;
  }
  .menu-name-menu-themen-menu li:not(.is-active-trail):hover > ul.menu .menu__link {
    font-weight: normal !important;
    font-size: 0.6rem !important;
    line-height: 0.72rem !important;
  }
}

#main-menu-wrapp {
  position: relative;
}

#main-menu {
  background-color: rgba(17, 17, 17, 0.95);
  padding: 0 1em;
  position: absolute;
  top: 237px;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 900px) {
  #main-menu {
    padding: 1em;
    top: 205px;
  }
}

#main-menu .links {
  padding: 0;
  display: block;
}

@media screen and (min-width: 900px) {
  #main-menu .links {
    margin: 0 auto;
    max-width: 600px;
  }
}

#main-menu .links li {
  display: block;
  margin: 0;
}

#main-menu .links li a {
  font-size: 1.28rem;
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 1em 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px;
}

#main-menu .links li a:focus, #main-menu .links li a:hover, #main-menu .links li a:active {
  text-decoration: none;
  color: #da020e;
}

#main-menu .links li:nth-of-type(1) a,
#main-menu .links li:nth-of-type(3) a,
#main-menu .links li:nth-of-type(5) a,
#main-menu .links li:nth-of-type(6) a {
  border-bottom: 1px solid #fff;
}

#main-menu .links li:nth-of-type(2) a,
#main-menu .links li:nth-of-type(4) a {
  padding-bottom: .5em;
}

#main-menu .links li:nth-of-type(3) a,
#main-menu .links li:nth-of-type(5) a {
  padding-top: .5em;
}

#main-menu .links li:nth-of-type(6) a {
  background-image: url(../images/svg/icon-menu-grid.svg);
}

#main-menu .links li:last-of-type a {
  background-image: url(../images/svg/icon-menu-lock.svg);
}

.menu-button {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("../images/svg/icon-menu.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px;
  display: block;
  height: 50px;
  position: absolute;
  right: 2rem;
  top: 1rem;
  width: 50px;
  cursor: pointer;
}

@media screen and (min-width: 900px) {
  .menu-button {
    display: none;
  }
}

.close-button {
  background-image: url("../images/svg/icon-x.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  cursor: pointer;
  display: none;
  height: 60px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 60px;
  z-index: 9;
}

#block-w21-vprt-gattungen-vprt-gattungen {
  font-size: 1.12rem;
  display: none;
}

@media screen and (min-width: 900px) {
  #block-w21-vprt-gattungen-vprt-gattungen {
    display: block;
    margin-left: 25.5%;
  }
}

@media screen and (min-width: 1200px) {
  #block-w21-vprt-gattungen-vprt-gattungen {
    width: 830px;
  }
}

#block-w21-vprt-gattungen-vprt-gattungen ul, #block-w21-vprt-gattungen-vprt-gattungen li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#block-w21-vprt-gattungen-vprt-gattungen > ul {
  display: -webkit-box;
  display: flex;
}

#block-w21-vprt-gattungen-vprt-gattungen > ul li {
  width: 33%;
}

#block-w21-vprt-gattungen-vprt-gattungen > ul li a {
  width: 100%;
}

#block-w21-vprt-gattungen-vprt-gattungen .gattung-tv a:link,
#block-w21-vprt-gattungen-vprt-gattungen .gattung-tv a:visited, #block-w21-vprt-gattungen-vprt-gattungen .gattung-multimedia a:link,
#block-w21-vprt-gattungen-vprt-gattungen .gattung-multimedia a:visited, #block-w21-vprt-gattungen-vprt-gattungen .gattung-radio a:link,
#block-w21-vprt-gattungen-vprt-gattungen .gattung-radio a:visited, #block-w21-vprt-gattungen-vprt-gattungen .gattung-verband a:link,
#block-w21-vprt-gattungen-vprt-gattungen .gattung-verband a:visited {
  display: inline-block;
  min-width: 20%;
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
}

#block-w21-vprt-gattungen-vprt-gattungen .gattung-tv a:link,
#block-w21-vprt-gattungen-vprt-gattungen .gattung-tv a:visited {
  color: #fff;
  background-color: #0079b0;
}

#block-w21-vprt-gattungen-vprt-gattungen .gattung-multimedia a:link,
#block-w21-vprt-gattungen-vprt-gattungen .gattung-multimedia a:visited {
  color: #fff;
  background-color: #ed6f1e;
}

#block-w21-vprt-gattungen-vprt-gattungen .gattung-radio a:link,
#block-w21-vprt-gattungen-vprt-gattungen .gattung-radio a:visited {
  color: #fff;
  background-color: #a2bb09;
}

#block-w21-vprt-gattungen-vprt-gattungen .gattung-verband a:link,
#block-w21-vprt-gattungen-vprt-gattungen .gattung-verband a:visited {
  color: #fff;
  background-color: #da020e;
}

#block-w21-vprt-gattungen-vprt-gattungen a:link,
#block-w21-vprt-gattungen-vprt-gattungen a:visited {
  padding: .75rem;
  color: #575756;
}

#block-w21-vprt-gattungen-vprt-gattungen a:focus,
#block-w21-vprt-gattungen-vprt-gattungen a:hover,
#block-w21-vprt-gattungen-vprt-gattungen a:active {
  text-decoration: none;
  color: #da020e;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete, [dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #575756;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0079b0;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #575756;
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #575756;
}

.button[disabled],
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #575756;
}

.button[disabled]:hover,
button[disabled]:hover,
[disabled]:hover[type='button'],
[disabled]:hover[type='reset'],
[disabled]:hover[type='submit'], .button[disabled]:focus,
button[disabled]:focus,
[disabled]:focus[type='button'],
[disabled]:focus[type='reset'],
[disabled]:focus[type='submit'], .button[disabled]:active,
button[disabled]:active,
[disabled]:active[type='button'],
[disabled]:active[type='reset'],
[disabled]:active[type='submit'] {
  color: #575756;
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend, [dir="rtl"] .collapsible .fieldset-legend, .collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #575756;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper,
.is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend,
.is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend, .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend, .collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend, [dir="rtl"] .collapsible.collapsed .fieldset-legend, .collapsible.collapsed [dir="rtl"] .fieldset-legend, [dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend, .collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend, [dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  margin: 1.36rem 0;
}

.form-item__required,
.form-required {
  color: #da020e;
}

.form-item__description,
.form-item .description {
  font-size: 0.88rem;
}

.form-item--inline div,
.form-item--inline label,
.container-inline .form-item div,
.container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label,
.form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description,
.form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description, .form-item--radio .form-item .description, .form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item .form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #da020e;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #969695;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header, [dir="rtl"] .form-table th, .form-table [dir="rtl"] th,
[dir="rtl"] form table th, form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #969695;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #969695;
  background-color: #d4d4d3;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #c3c3c1;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #706f6f;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: ivory;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #575756;
  background-color: #706f6f;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0079b0 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage, [dir="rtl"] .progress .percentage, .progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline, [dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber, [dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget, [dir="rtl"] .ajax-progress .throbber, .ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #d4d4d3;
  border: 1px solid #969695;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #ffffdb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #ffffc2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle, [dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover,
.is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle, .table-drag__handle.is-hover .tabledrag-handle .handle, .tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper, [dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation, [dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child, [dir="rtl"] .table-drag__tree-child-last, [dir="rtl"] .tree-child-last, [dir="rtl"] .table-drag__tree-child-horizontal, [dir="rtl"] .tree-child-horizontal, [dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

/* User Register Form needs margin */
#user-register-form {
  margin-bottom: 4rem;
}

#user-register-form .form-submit {
  margin-top: 2rem;
}

.webform-client-form {
  padding-bottom: 40px;
}

.webform-client-form .form-radios {
  margin-top: -.25rem;
}

.webform-client-form .form-radios .form-radio {
  position: relative;
  top: -.2em;
  margin-right: .2em;
}

.webform-client-form .form-submit {
  margin-right: 20px;
}

.webform-client-form-29459 .form-select,
.webform-client-form-28050 .form-select {
  font-size: 16px;
}

.webform-component .description {
  line-height: 130%;
}

.webform-component.form-item > label {
  margin-bottom: .5em;
}

.webform-component-radios .description {
  position: relative;
  top: -.5em;
  margin-bottom: .25em;
}

/*# sourceMappingURL=styles.css.map */
