html, body {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Open Sans';
  color: #212121;
  overflow-x: hidden; }
  body #system-message-container {
    position: absolute;
    z-index: 3;
    width: 100%; }
  body .page-top, body .page-navigation, body .page-main {
    padding: 16px 16px 0;
    max-width: 100rem;
    margin: 0 auto; }
  body .page-main {
    margin-bottom: 80px; }
  body h1, body h2, body h3, body h4, body h5 {
    font-family: 'Merriweather'; }
  body h1, body h2 {
    margin: 1em 0; }
  body .extended-search-link {
    text-align: center;
    margin-top: 14px; }
    body .extended-search-link a {
      color: #212121; }
  body p a {
    color: #212121; }
body .social-feed-wrapper a {
  color: #212121; }
body .social-share {
  margin: 0 0 0 20px; }
  body #dropfiles-results.list-results ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    body #dropfiles-results.list-results ul li {
      margin: 0 10px; }
      body #dropfiles-results.list-results ul li a {
        font-size: 16px;
        font-weight: 500;
        color: #212121;
        text-decoration: none; }
        body #dropfiles-results.list-results ul li.active a {
          text-decoration: underline;
          font-weight: 700; }
body .main-header-container {
  display: flex;
  padding-top: 10px; }
  body .main-header-container .main-header-container-left {
    width: 80%; }
  body .main-header-container .main-header-container-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 20%; }
  body .main-header-container .header-icons-container {
    display: flex;
    align-items: center; }
    body .main-header-container .header-icons-container a {
      margin: 0 8px; }
      body .main-header-container .header-icons-container a img {
        height: 24px; }
body .main-logo {
  width: 50%;
  padding: 0 1em;
  display: flex;
  align-items: center; }
  body .main-logo img {
    width: 100%; }
    body .main-logo a:first-child {
      width: 45%; }
    body .main-logo a:last-child {
      width: 55%; }
body .navbar-toggler {
  display: none; }
body .global-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffffb8;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden; }
  body .global-loader.visible {
    visibility: visible; }
body .foerderleiste-media {
  text-align: center;
  margin: 40px 0 30px; }
  body .foerderleiste-media img {
    width: 100%;
    box-sizing: border-box;
    max-width: 1600px; }
body .social-feed-wrapper {
  margin-top: 70px;
  font-size: 14px; }
  body .social-feed-wrapper h2 {
    font-size: 24px; }
  body .social-feed-wrapper .info-text {
    margin-bottom: 10px; }
    body .social-feed-wrapper .info-text.sub {
      margin-bottom: 34px; }
    body .social-feed-wrapper .info-text.enabled {
      display: none; }
      body .social-feed-wrapper .info-text.enabled.activated {
        display: block; }
  body .social-feed-wrapper p {
    line-height: 22px; }
  body .social-feed-wrapper .crt-tag {
    display: none; }
body .page-navigation nav ul {
  list-style: none;
  display: flex;
  padding: 0; }
  body .page-navigation nav ul li {
    font-family: 'Merriweather';
    font-size: 18px;
    font-weight: 700; }
    body .page-navigation nav ul li a {
      padding: 18px 14px;
      color: #212121;
      text-decoration: none; }
      body .page-navigation nav ul li a:hover {
        background: #cccccc; }
body .com-content-article__body {
  padding: 0 1em; }
  body .default-teaser-view.header-introtext {
    margin: 50px 0; }
    body .default-teaser-view.header-introtext.align-center {
      text-align: center; }
  body .default-teaser-view.header-text-mundartwoerterbuch {
    width: 84%; }
  body .default-teaser-view.dialektwort-formular {
    padding: 6%;
    display: flex;
    background-color: #eeeeee;
    margin: 90px 0;
    align-items: center;
    border-radius: 8px; }
    body .default-teaser-view.dialektwort-formular .teaser-bar {
      width: 50%; }
      body .default-teaser-view.dialektwort-formular .teaser-bar .teaser-intro-text ul {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 40px; }
        body .default-teaser-view.dialektwort-formular .teaser-bar .teaser-intro-text ul li {
          list-style: none;
          position: relative; }
          body .default-teaser-view.dialektwort-formular .teaser-bar .teaser-intro-text ul li::before {
            content: "";
            position: absolute;
            width: 22px;
            height: 22px;
            background-image: url(/images/web/icons/check-mark.svg);
            left: -36px;
            top: 8px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center; }
    body .default-teaser-view.dialektwort-formular .teaser-intro-image {
      text-align: center;
      height: 220px; }
      body .default-teaser-view.dialektwort-formular .teaser-intro-image img {
        max-height: 100%; }
body .custom-btn-link {
  color: #212121;
  text-decoration: none;
  font-size: 14px;
  padding: 12px;
  border: 1px solid;
  transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
  cursor: pointer;
  width: fit-content; }
  body .custom-btn-link:hover {
    background: #eb058c;
    color: white;
    border-color: transparent; }
body .refresh-list-container {
  display: flex;
  justify-content: center;
  margin-top: 46px; }
body .custom-link {
  color: #212121;
  font-weight: 700; }
  body .custom-link:hover {
    text-decoration: none; }
body .quick-search {
  margin: 70px 0; }
  body .quick-search.result-search {
    margin-top: 0; }
    body .quick-search.result-search form {
      text-align: left;
      display: flex;
      width: 100%;
      flex-wrap: wrap; }
      body .quick-search.result-search form .form-group {
        display: flex;
        flex-direction: column;
        width: 30%;
        box-sizing: border-box;
        margin-bottom: 18px; }
        body .quick-search.result-search form .form-group.select {
          position: relative; }
          body .quick-search.result-search form .form-group.select::after {
            content: "";
            background: #212121;
            border: none;
            padding: 29px 12px;
            width: 24px;
            cursor: pointer;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            position: absolute;
            right: 4%;
            background-size: 48%;
            bottom: 0;
            background-image: url(/images/web/icons/down-arrow.svg);
            background-repeat: no-repeat;
            background-position: center center;
            pointer-events: none; }
        body .quick-search.result-search form .form-group input, body .quick-search.result-search form .form-group select {
          width: 96%;
          box-sizing: border-box;
          max-width: unset; }
        body .quick-search.result-search form .form-group label {
          font-weight: 600;
          margin-bottom: 6px;
          padding-left: 6px;
          font-size: 14px; }
      body .quick-search.result-search form button {
        margin-top: 22px; }
        body .quick-search.result-search form button#reset-search {
          margin-left: 10px; }
          body .quick-search.result-search form button#reset-search.hidden {
            display: none; }
  body .quick-search form {
    text-align: center; }
    body .quick-search form input, body .quick-search form select {
      padding: 16px 12px;
      width: 50%;
      max-width: 500px;
      border-radius: 8px;
      border: 3px solid #212121;
      color: #212121;
      font-size: 16px;
      outline: none;
      font-weight: bold;
      font-family: 'Open Sans'; }
      body .quick-search form input::placeholder, body .quick-search form select::placeholder {
        color: #212121;
        opacity: 0.8; }
    body .quick-search form select {
      cursor: pointer;
      padding-right: 12%;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      height: 59.5px;
      background: white; }
      body .quick-search form:not(.result-search-form) button {
        background: #212121;
        border: none;
        padding: 17px 12px;
        width: 54px;
        margin-left: 6px;
        cursor: pointer;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        position: absolute;
        margin-left: -54px; }
        body .quick-search form:not(.result-search-form) button img {
          width: 22px;
          box-sizing: border-box; }
body #spy-container {
  position: fixed;
  right: 22px;
  top: 30%; }
  body #spy-container .scrollspy-indicator-container {
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 350px;
    flex-wrap: wrap; }
  body #spy-container .spy-clickable {
    margin: 3px 0;
    font-size: 12px;
    color: #eb058c;
    padding: 1px 6px;
    border-radius: 10px; }
    body #spy-container .spy-clickable.spy-active, body #spy-container .spy-clickable:hover {
      color: white;
      background: #eb058c;
      border-left: none; }
body .custom-btn-link-filled {
  background: #212121;
  border: none;
  padding: 16px 50px 16px 60px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  color: white;
  height: fit-content;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  min-width: 280px;
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out; }
  body .custom-btn-link-filled.light {
    background: #cccccc; }
  body .custom-btn-link-filled.icon-only {
    min-width: unset;
    padding: 16px 20px; }
    body .custom-btn-link-filled.icon-only img {
      margin: 0; }
  body .custom-btn-link-filled img {
    width: 22px;
    box-sizing: border-box;
    margin-left: 10px; }
  body .custom-btn-link-filled:hover {
    opacity: 0.85; }
body .word-summary {
  padding: 24px 6px 0; }
  body .word-summary .search-word, body .word-summary .search-total {
    font-weight: 700; }
body .word-summary-buttons {
  margin-top: 46px; }
  body .word-summary-buttons.hidden {
    opacity: 0; }
body .dropfiles_search#adminForm {
  padding: 0 6px; }
body .dropfiles_search .category-box li {
  margin: 8px 15px;
  list-style: none;
  display: inline-block; }
body .dropfiles_search .dropfiles_tabcontent {
  display: block !important; }
body .dropfiles_search .box-btngroup-below {
  border: 1px solid #cccccc !important;
  border-top: none !important;
  padding-bottom: 20px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px; }
body .dropfiles_search .chk-tags-filtering ul {
  border: 1px solid #cccccc !important;
  border-bottom: none !important; }
body .dropfiles_search .reset-button, body .dropfiles_search #btnsearchbelow {
  padding: 16px 50px 16px 60px;
  padding-top: auto !important;
  margin-top: -16px;
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out; }
  body .dropfiles_search .reset-button:hover, body .dropfiles_search #btnsearchbelow:hover {
    box-shadow: none !important; }
body .dropfiles_search #btnsearchbelow {
  margin-left: 8px; }
body .source-page .page-header {
  padding: 0 1em; }
body .source-page .sources-container {
  margin: 40px 0; }
  body .source-page .sources-container .source-item {
    padding: 10px 6px;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee; }
    body .source-page .sources-container .source-item.header {
      background: #212121;
      color: white; }
body span.search-match {
  background: #eb058c;
  color: white; }
body .share-item img {
  width: 28px; }
  body .word-container .word-inner-container {
    display: flex;
    flex-wrap: wrap; }
    body .word-container .word-inner-container .group-item {
      width: 86%; }
      body .word-container .word-inner-container .group-item h4 {
        font-family: 'Open Sans';
        font-weight: 700;
        font-size: 28px;
        padding-left: 8px;
        margin-bottom: 16px; }
    body .word-container .word-inner-container .word-item {
      padding: 36px 30px;
      box-sizing: border-box;
      box-shadow: 0px 2px 16px #cccccc91;
      border-radius: 8px;
      margin: 12px 0;
      width: 100%;
      display: flex;
      align-items: center;
      transition: background 0.1s ease-in-out;
      -webkit-transition: background 0.1s ease-in-out; }
      body .word-container .word-inner-container .word-item.highlight-in {
        transition: background 1s ease-in-out;
        -webkit-transition: background 1s ease-in-out; }
      body .word-container .word-inner-container .word-item.highlight {
        background: #eb058c1a; }
        body .word-container .word-inner-container .word-item .play-icon.enabled {
          opacity: 1 !important;
          pointer-events: all !important;
          cursor: pointer; }
      body .word-container .word-inner-container .word-item:hover {
        background: #cccccc4d; }
        body .word-container .word-inner-container .word-item .result-bar.result-bar-left {
          width: 10%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          body .word-container .word-inner-container .word-item .result-bar.result-bar-left .result-player {
            display: flex;
            height: 80px;
            justify-content: center;
            align-items: center;
            text-align: center;
            margin-right: 36px;
            border-radius: 4px;
            max-width: 100px; }
            body .word-container .word-inner-container .word-item .result-bar.result-bar-left .result-player .play-icon {
              opacity: 0.2;
              pointer-events: none; }
              body .word-container .word-inner-container .word-item .result-bar.result-bar-left .result-player .play-icon img {
                width: 54px;
                transition: transform 0.2s ease-in-out;
                -webkit-transition: transform 0.2s ease-in-out; }
                body .word-container .word-inner-container .word-item .result-bar.result-bar-left .result-player .play-icon img:hover {
                  transform: scale(1.1); }
        body .word-container .word-inner-container .word-item .result-bar.result-bar-middle {
          width: 60%; }
        body .word-container .word-inner-container .word-item .result-bar.result-bar-right {
          width: 30%; }
        body .word-container .word-inner-container .word-item .result-bar .result-title {
          font-weight: 700;
          font-size: 32px;
          margin-bottom: 8px; }
        body .word-container .word-inner-container .word-item .result-bar .result-translation {
          font-size: 20px;
          margin-bottom: 18px; }
        body .word-container .word-inner-container .word-item .result-bar .result-flexion {
          font-size: 12px;
          font-style: italic; }
        body .word-container .word-inner-container .word-item .result-bar .result-notice {
          font-weight: 300;
          font-size: 14px;
          margin-bottom: 12px; }
        body .word-container .word-inner-container .word-item .result-bar .result-source {
          font-size: 12px;
          font-style: italic; }
body .convertforms {
  margin-bottom: 80px; }
  body .convertforms .cf-control-group .cf-label {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    margin-bottom: 6px;
    padding-left: 6px; }
  body .convertforms .cf-control-group .cf-input, body .convertforms .cf-control-group .dz-message {
    border: 3px solid #212121;
    outline: none;
    color: #212121;
    font-size: 13px;
    padding: 16px 12px;
    border-radius: 8px !important; }
    body .convertforms .cf-control-group .cf-input:focus, body .convertforms .cf-control-group .dz-message:focus {
      border: 3px solid #212121; }
  body .convertforms .cf-control-group .cf-btn {
    margin-top: 20px;
    font-family: 'Open Sans';
    padding: 16px 50px !important;
    border-radius: 8px !important;
    background-color: #212121 !important; }
  body .convertforms .cf-control-group .dz-message {
    padding: 24px;
    font-family: 'Open Sans';
    color: #212121 !important;
    font-weight: 600; }
    body .convertforms .cf-control-group .dz-message .cfupload-browse {
      padding: 8px 16px; }
    body .convertforms .cf-control-group .dz-message * {
      opacity: 1 !important; }
  body .convertforms .cf-control-group .cfup-name, body .convertforms .cf-control-group .cfup-size {
    font-family: 'Open Sans';
    font-size: 13px; }
  body .convertforms .cf-response {
    padding: 30px !important;
    font-family: 'Open Sans';
    background-color: #93D816 !important;
    color: #212121 !important;
    font-weight: 700;
    font-size: 14px; }
body ul.cloud {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  line-height: 2.75rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px; }
body ul.cloud a {
  --size: 4;
  --color: #212121;
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  display: block;
  padding: 0.125rem 0.25rem;
  position: relative;
  text-decoration: none;
  margin: 2px; }
  body ul.cloud a[data-weight="1"]:hover, body ul.cloud a[data-weight="2"]:hover, body ul.cloud a[data-weight="3"]:hover, body ul.cloud a[data-weight="4"]:hover, body ul.cloud a[data-weight="5"]:hover, body ul.cloud a[data-weight="6"]:hover {
    color: #93D816; }
body ul.cloud a[data-weight="1"] {
  --size: 1; }
body ul.cloud a[data-weight="2"] {
  --size: 2; }
body ul.cloud a[data-weight="3"] {
  --size: 3; }
body ul.cloud a[data-weight="4"] {
  --size: 4; }
body ul.cloud a[data-weight="5"] {
  --size: 6; }
body ul.cloud a[data-weight="6"] {
  --size: 6;
  color: #2121219c; }
body ul.cloud a[data-weight="7"] {
  --size: 8;
  color: #212121b0; }
  body ul.cloud a[data-weight="7"]:hover {
    color: #eb058c; }
body ul.cloud a[data-weight="8"] {
  --size: 9;
  color: #212121db; }
  body ul.cloud a[data-weight="8"]:hover {
    color: #eb058c; }
body ul.cloud a[data-weight="9"] {
  --size: 12;
  font-weight: 700;
  --color: #212121; }
  body ul.cloud a[data-weight="9"]:hover {
    color: #eb058c; }
body ul[data-show-value] a::after {
  content: " (" attr(data-weight) ")";
  font-size: 1rem; }
body .page-top-container {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 2; }
  body .page-top-container.shadow {
    box-shadow: 0 0 0.35em 0.1em rgba(0, 0, 0, 0.2); }
body .page-to-top {
  background: #eb058c;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 14px;
  cursor: pointer;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: transform 0.8s ease-in-out;
  -webkit-transition: transform 0.8s ease-in-out; }
  body .page-to-top img {
    width: 100%;
    filter: invert(1);
    -webkit-filter: invert(1); }
  body .page-to-top.hidden {
    transform: translateY(200px);
    -webkit-transform: translateY(200px); }
body #footer .openinghours ul {
  padding-left: 1.25em; }
body #footer .section__footer {
  background-color: #333333;
  padding: 4em 0; }
  body #footer .section__footer .wrapper {
    max-width: 100rem;
    margin: 0 auto; }
body #footer .section__tray {
  background: #1a1a1a;
  padding: 4px 0; }
  body #footer .section__tray .wrapper {
    max-width: 100rem;
    margin: 0 auto; }
  body #footer .section__tray a {
    padding-right: 2em;
    font-size: 13px; }
body #footer * {
  color: #ffffff; }
body #footer h2 {
  font-size: 1.25rem !important; }
body #footer .grid__container {
  display: flex; }
  body #footer .grid__container .grid__item {
    width: 25%;
    padding: 0 3em;
    box-sizing: border-box;
    font-size: 14px; }
    body #footer .grid__container .grid__item:first-child {
      padding-left: 0; }
    body #footer .grid__container .grid__item:last-child {
      padding-right: 0; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-pulse-sync, .la-ball-pulse-sync > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-pulse-sync {
  display: block;
  font-size: 0;
  color: #212121; }

.la-ball-pulse-sync.la-dark {
  color: #212121; }

.la-ball-pulse-sync > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-pulse-sync {
  width: 54px;
  height: 18px; }

.la-ball-pulse-sync > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation: ball-pulse-sync 0.6s infinite ease-in-out;
  -moz-animation: ball-pulse-sync 0.6s infinite ease-in-out;
  -o-animation: ball-pulse-sync 0.6s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s infinite ease-in-out; }

.la-ball-pulse-sync > div:nth-child(1) {
  -webkit-animation-delay: -0.14s;
  -moz-animation-delay: -0.14s;
  -o-animation-delay: -0.14s;
  animation-delay: -0.14s; }

.la-ball-pulse-sync > div:nth-child(2) {
  -webkit-animation-delay: -0.07s;
  -moz-animation-delay: -0.07s;
  -o-animation-delay: -0.07s;
  animation-delay: -0.07s; }

.la-ball-pulse-sync > div:nth-child(3) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.la-ball-pulse-sync.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-pulse-sync.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-pulse-sync.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-pulse-sync.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-pulse-sync.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-pulse-sync.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Dropfiles override
 */
#dropfiles-results .files-container {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  column-gap: 80px;
  row-gap: 100px; }
#dropfiles-results .titelbild-container {
  margin-bottom: 10px; }
#dropfiles-results .file {
  width: 240px;
  height: 400px; }
#dropfiles-results a {
  color: black; }
#dropfiles-results .titelbild {
  max-width: 240px;
  max-height: 320px; }
#dropfiles-results .file-description {
  hyphens: auto; }
#dropfiles-results .file i {
  font-size: 20px;
  float: right; }
#dropfiles-results .file-title {
  width: 210px;
  float: left; }
#dropfiles-results .download-container {
  height: 55px; }
#dropfiles-results .file-description p {
  margin: 0; }

.dropfiles_search #dropfiles-results tbody td.file_download a.dropfiles_downloadlink {
  border: 1px solid black;
  padding: 10px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  color: #eb058c;
  height: fit-content;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  background: #cccccc;
  width: 50px; }
.dropfiles_search .reset-button {
  padding: 10px;
  cursor: pointer;
  border-radius: 8px;
  height: fit-content;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  background: #cccccc;
  width: 150px;
  text-transform: lowercase;
  text-decoration: none;
  color: white; }
.dropfiles_search .reset-button:hover {
  background: #eb058c !important; }
.dropfiles_search #dropfiles-results tbody td.file_download > a:hover {
  box-shadow: 1px 1px 12px #ccc !important;
  background: #eb058c !important; }
.dropfiles_search #btnsearchbelow, .dropfiles_search #mod_btnsearchbelow {
  background: #212121;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  color: white;
  height: fit-content;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  min-width: 175px;
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  text-transform: none;
  margin-top: -10px;
  padding-top: 12px; }
.dropfiles_search li.tags-item.active {
  background: #eb058c !important; }
.dropfiles_search #btnsearchbelow:hover {
  opacity: 0.85; }
.dropfiles_search input#filename {
  padding: 16px 12px;
  width: 50%;
  max-width: 500px;
  border-radius: 8px;
  border: 3px solid #212121;
  color: #212121;
  font-size: 16px;
  outline: none;
  font-weight: bold;
  font-family: 'Open Sans'; }
.dropfiles_search .label {
  font-weight: 600;
  margin-bottom: 6px;
  padding-left: 6px;
  font-size: 14px;
  display: block; }
.dropfiles_search .box-btngroup-below {
  padding-top: 40px; }
.dropfiles_search .category-box {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 100px; }
.dropfiles_search .category-box a {
  color: black; }
.dropfiles_search .category-box a.active {
  background: #eb058c; }
.dropfiles_search .category-box a.active {
  background: #eb058c;
  text-decoration: none;
  padding: 4px;
  border-radius: 5px;
  color: white; }
.dropfiles_search .category-box li {
  margin: 5px; }
.dropfiles_search h2 {
  font-size: 24px;
  text-align: left; }
.dropfiles_search .box-search-filter, .dropfiles_search .by-feature {
  margin: 0px; }
.dropfiles_search #inhalts-filter-container, .dropfiles_search .box-btngroup-below {
  display: none; }
.dropfiles_search #inhaltsfilter, .dropfiles_search #kategoriefilter {
  cursor: pointer; }

/*
 * Animation
 */
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  66% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes ball-pulse-sync {
  33% {
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
  66% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes ball-pulse-sync {
  33% {
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  66% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  66% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
/* Media Queries */
@media screen and (max-width: 1649px) {
  html #footer .section__footer {
    padding: 4em 2em; }
  html #footer .section__tray {
    padding: 4px 2em; } }

@media screen and (max-width: 1599px) {
  .foerderleiste-media {
    padding: 0 2%; } }

@media screen and (max-width: 1149px) {
  html .main-logo {
    width: 80%; }
    html #footer .grid__container {
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      text-align: center; }
      html #footer .grid__container .grid__item {
        width: 50%;
        margin-bottom: 10px; }
        html #footer .grid__container .grid__item ul {
          padding-left: 0;
          list-style: none; }
    html #footer .section__tray p.TrayMenu {
      text-align: center; }
  html .page-navigation nav ul li {
    font-size: 14px; } }

@media screen and (max-width: 1099px) {
  html .quick-search.result-search form .form-group {
    width: 48%; } }

@media screen and (max-width: 967px) {
  html .quick-search form input, html .quick-search form select {
    width: 70%;
    max-width: unset; }
  html .main-header-container {
    margin: 0 0 14px; } }

@media screen and (max-width: 850px) {
  body .list-results table.table thead tr th:first-child {
    width: 60%; } }

@media screen and (max-width: 849px) {
  html .dialektwort-formular .teaser-bar.teaser-bar-left {
    width: 100%; }
    html .dialektwort-formular .teaser-bar.teaser-bar-left .custom-btn-link {
      display: block;
      margin: 0 auto; }
  html .dialektwort-formular .teaser-bar.teaser-bar-right {
    display: none; }
  html .social-share {
    margin: 40px 0 0 0; }
    html .word-container .word-inner-container .word-item {
      flex-wrap: wrap;
      position: relative; }
      html .word-container .word-inner-container .word-item .result-bar.result-bar-left {
        position: absolute;
        right: 4px;
        top: 16px;
        display: block;
        height: auto; }
        html .word-container .word-inner-container .word-item .result-bar.result-bar-left .result-player .play-icon img {
          width: 32px; }
      html .word-container .word-inner-container .word-item .result-bar.result-bar-middle {
        width: 90%;
        margin-bottom: 20px; }
      html .word-container .word-inner-container .word-item .result-bar.result-bar-right {
        width: 100%;
        padding-top: 14px;
        border-top: 1px solid #cccccc; }
        html .word-container .word-inner-container .word-item .result-bar.result-bar-right .result-notice {
          margin-bottom: 8px; }
      html .word-container .word-inner-container .word-item .result-bar .result-title {
        font-size: 26px; }
      html .word-container .word-inner-container .word-item .result-bar .result-translation {
        font-size: 18px; } }

@media screen and (max-width: 767px) {
  html .quick-search form input, html .quick-search form select {
    width: 90%; }
  html ul.cloud a[data-weight="1"] {
    --size: 1; }
  html ul.cloud a[data-weight="2"] {
    --size: 2; }
  html ul.cloud a[data-weight="3"] {
    --size: 3; }
  html ul.cloud a[data-weight="4"] {
    --size: 3; }
  html ul.cloud a[data-weight="5"] {
    --size: 3; }
  html ul.cloud a[data-weight="6"] {
    --size: 4;
    color: #2121219c; }
  html ul.cloud a[data-weight="7"] {
    --size: 4;
    color: #212121b0; }
    html ul.cloud a[data-weight="7"]:hover {
      color: #eb058c; }
  html ul.cloud a[data-weight="8"] {
    --size: 4;
    color: #212121db; }
    html ul.cloud a[data-weight="8"]:hover {
      color: #eb058c; }
  html ul.cloud a[data-weight="9"] {
    --size: 5;
    font-weight: 700;
    --color: #212121; }
    html ul.cloud a[data-weight="9"]:hover {
      color: #eb058c; }
  html ul.cloud {
    width: 100%;
    line-height: 1.6rem;
    margin-top: 30px; }
    html ul.cloud li:nth-child(n+40) {
      display: none; }
  html #footer .grid__container .grid__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 24px; }
  html #footer .section__tray p.TrayMenu {
    text-align: center; } }

@media screen and (max-width: 699px) {
  html .page-top {
    padding-top: 0; }
  html .main-header-container {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    html .main-header-container .main-header-container-left {
      width: 100%; }
      html .main-header-container .main-header-container-left .main-logo {
        width: 100%;
        margin: 0 auto;
        padding: 0; }
        html .main-header-container .main-header-container-left .main-logo a:first-child {
          margin: 0 auto; }
    html .main-header-container .main-header-container-right {
      width: 100%;
      justify-content: center; }
      html .main-header-container .main-header-container-right .header-icons-container {
        justify-content: center;
        width: 100%;
        margin-bottom: 14px;
        margin-top: 14px; }
        html .main-header-container .main-header-container-right .header-icons-container a {
          margin: 0 12px; }
          html .main-header-container .main-header-container-right .header-icons-container a img {
            width: 18px;
            height: auto; }
    html .main-header-container .header-icons-container a:first-child {
      margin-left: 0; }
    html .main-header-container .header-icons-container a:last-child {
      margin-right: 0; }
    html .main-header-container .header-icons-container a img {
      width: 18px; }
  html .page-navigation nav ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    html .page-navigation nav ul li {
      margin: 18px 0; }
  html .com-content-article__body {
    padding: 0; }
    html #footer .section__tray p.TrayMenu {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 0 20px; }
      html #footer .section__tray p.TrayMenu a {
        margin-bottom: 8px; }
  html h1 {
    font-size: 24px; }
  html h2 {
    font-size: 20px; }
  html .page-navigation {
    padding-top: 0; }
    html .page-navigation nav {
      font-size: 14px; }
      html .page-navigation nav ul li {
        margin: 8px 4px; }
        html .page-navigation nav ul li a {
          padding: 10px 4px; }
          html .page-navigation nav ul li a:hover {
            background: none;
            text-decoration: underline; }
        html .page-navigation nav ul li.current a {
          background: none;
          text-decoration: underline; }
  html .quick-search.result-search form .form-group {
    width: 100%; }
  html .custom-btn-link-filled {
    min-width: unset;
    font-size: 14px;
    padding: 16px 40px 16px 50px; } }

@media screen and (max-width: 499px) {
  html .main-logo {
    flex-direction: column;
    width: 80% !important;
    padding: 0 !important; }
    html .main-logo a:first-child {
      width: 70%;
      margin-bottom: 0px;
      z-index: 1; }
    html .main-logo a:last-child {
      width: 84%;
      margin-top: -10px; }
  html .main-header-container .main-header-container-right {
    justify-content: center; }
  html .word-summary-buttons a:last-child {
    display: block;
    margin-top: 20px; }
  body .dropfiles_search #btnsearchbelow {
    margin-top: 22px;
    margin-left: 0;
    width: 100%; }
  body .dropfiles_search a.reset-button {
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: center; }
  body .dropfiles_search input#filename {
    box-sizing: border-box;
    width: 100%; } }

@media screen and (max-width: 399px) {
  html .main-logo a:first-child {
    width: 80%; }
  html .main-logo a:last-child {
    width: 100%; } }
