.article-kind, .paid-content, .tag, .readtime {
  border-radius: 3px;
  padding: 0 7px;
  text-shadow: none;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.75);
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-backdrop-filter: blur(3px);
}

.tag, .readtime {
  background-color: transparent;
  border: 1px solid #fff;
}

.topic, .filter, #filter-label {
  display: inline-block;
  font-size: 0.9em;
  padding: 0 7px;
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(255, 255, 255, 0.75);
  margin-right: 0.6px;
}

.tile-support .tile-inner, #topics-filter {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@supports (mix-blend-mode: screen) {
  .box-row .box-item input:checked ~ .box-button, .tile-support #submit-button.clicked {
    color: #000 !important;
    mix-blend-mode: screen;
  }
}

.tile-support .switch-row .inactive-label, .tile-support .switch-row .active-label, .tile-event, .category-header .paid-content-label, .category-header .category-description, .testimonial .button, .die-zahl .excerpt, .gewusst .excerpt, .testimonial .excerpt, .tile-static .excerpt, .tile-page .excerpt, .tile-event .excerpt, #load-more .excerpt, .testimonial .title, .article-kind, .paid-content, .meta, .topic, .filter, #topics-filter {
  font-family: "Nonserif Light";
  font-feature-settings: "ss01";
}

.box-row .box-item #custom-amount, .box-row .box-item .box-button .value-label, .tile-support .switch-row .slider::before, .tilegrid-header, .event-title, .category-header .category-provider, .category-header .category-title, .testimonial .excerpt, .excerpt strong, .kicker, .series-label, .title {
  font-family: "Nonserif Bold";
  font-feature-settings: "ss01";
}

/* Animatinos */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  79% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink-background {
  0% {
    background-color: inherit;
    color: #dd2258;
  }
  50% {
    background-color: #dd2258;
    color: #fff;
  }
  100% {
    background-color: inherit;
    color: #dd2258;
  }
}
@keyframes appear-zoom {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  30% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bump-side {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-2vw);
  }
  80% {
    transform: translateX(0);
  }
}
@keyframes barberpole {
  100% {
    background-position: 100% 100%;
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    background-color: transparent;
    transform: translateY(100%);
  }
  30% {
    background-color: #00bf58;
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    background-color: transparent;
  }
}
#topics-filter {
  float: right;
  margin-right: 14px;
  margin-top: 3px;
  transition: all 120ms ease-in;
}

#filter-label {
  display: none;
  background-color: transparent;
}

.filter-active {
  background-color: #007ceb !important;
  color: #fff !important;
}

#filter-container-left {
  display: none;
}

.filter {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.filter:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.filter:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media (hover: hover) {
  .filter:hover, #filter-label:hover {
    background-color: #007ceb;
    color: #fff;
  }
}
.filter-button-active, .filter-button-active:hover, .filter-button-active:focus {
  animation: pulse 200ms 1;
  background-color: #007ceb;
  color: #fff;
}

#grid-container, .grid-container {
  padding: 7px;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.home #grid-container {
  margin: 89px auto 0 auto;
}

.tile {
  position: relative;
  float: left;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  height: 25vw;
  max-height: 500px;
  max-width: 500px;
  transform: translate3d(0, 0, 0);
  transition: transform 150ms ease-out;
}
.tile:hover {
  z-index: 4;
  transform: translate3d(0, -3px, 0);
}
.tile .tile-inner {
  animation: appear 500ms 1;
}

.tile-special .tile-inner {
  animation: none;
}

.tile-visible {
  opacity: 1;
}

.tile-hidden {
  opacity: 0;
  max-height: 0 !important;
  max-width: 0 !important;
  border-width: 0;
}

.tile-fresh {
  display: block;
  opacity: 0;
}

.tile-special {
  display: block;
  opacity: 1;
}

.featured {
  width: 50%;
  height: 49.95vw;
  max-height: 1000px;
  max-width: 1000px;
}

.featured .title {
  font-size: 4.5em;
}

.tile-inner {
  background-color: rgba(255, 255, 255, 0.2);
  background-position: center center;
  background-size: cover;
  background-clip: content-box;
  height: 100%;
  position: relative;
  border-radius: 3px;
  text-rendering: geometricPrecision;
}

.tile-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.tile-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  padding: 50px 21px 21px 21px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7) 90%);
  z-index: 1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tile-info .category-image {
  width: 130px;
  height: auto;
  padding: 3px;
  margin-bottom: 7px;
  border-radius: 3px;
}

.title {
  font-size: 1.8em;
  width: 95%;
  padding-top: 7px;
}

.kicker, .series-label {
  font-size: 0.9em;
  display: block;
}

.meta {
  font-size: 0.9em;
  line-height: 1.5;
  opacity: 1;
  width: 100%;
  padding-top: 14px;
  display: inline-block;
}
.meta .portrait-image {
  border: 1px solid #fff;
  border-radius: 3px;
  width: 44px;
  height: 44px;
  background-position: center center;
  background-size: cover;
  margin-right: 14px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.meta .meta-left, .meta .meta-right {
  float: left;
}

.post-authors {
  margin-right: 7px;
  display: inline;
}
.post-authors .author {
  display: inline-block;
}

.show-one-portrait .article-kind {
  display: table;
  margin-bottom: 3px;
}

.show-multiple-portraits .article-kind {
  display: inline-block;
  margin-bottom: 3px;
}
.show-multiple-portraits .portrait-image {
  height: 30px;
  width: 30px;
  margin-bottom: 7px;
}

.article-kind, .paid-content {
  color: rgba(0, 0, 0, 0.7);
  margin-right: 7px;
  margin-bottom: 7px;
  display: inline-block;
  border: none;
  transition: background-color 500ms ease-out;
}

.paid-content {
  background-color: rgba(255, 255, 122, 0.7);
  border-color: rgba(255, 255, 122, 0.7);
}

.topic:last-child {
  border-bottom-right-radius: 3px;
}

.tile a, .tile a:visited {
  text-decoration: none;
  color: #fff;
  pointer-events: all;
  opacity: 1;
}

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

.lowflying {
  pointer-events: none !important;
}

.featured .kicker, .featured .series-label {
  font-size: 1.2em;
}

.tag, .readtime {
  color: #fff;
  margin-right: 7px;
  margin-bottom: 7px;
  white-space: nowrap;
}

.meta .tag-live {
  animation: blink 2.4s infinite ease-in-out;
  background: rgba(255, 0, 0, 0.5);
}

#load-more {
  display: block;
}

#load-more .tile-inner {
  background-color: rgba(0, 0, 0, 0.7);
  background: linear-gradient(#545454, #2d2d2d);
}

.die-zahl:hover, .gewusst:hover, .testimonial:hover, .tile-static:hover, #load-more:hover {
  transform: translate3d(0, 0, 0);
}

.gewusst:hover .title {
  color: #00695c;
}

.die-zahl:hover .title {
  color: #fff;
}

.die-zahl .topic, .gewusst .topic, .testimonial .topic {
  display: none;
}

.die-zahl .tile-inner {
  background-color: #ff6e40;
  background: linear-gradient(#ff922c, #ff6e40);
  pointer-events: all;
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gewusst .tile-inner {
  background-color: #1de9b6;
  background: linear-gradient(#00ff95, #1de9b6);
  pointer-events: all;
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.testimonial .tile-inner {
  pointer-events: all;
}

.tile-static .tile-inner, .tile-page .tile-inner, .tile-event .tile-inner {
  background-color: #007ceb;
  background: linear-gradient(#21b3ff, #007ceb);
  transition: all 350ms ease-in-out;
  pointer-events: all;
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tile-event .tile-inner {
  background: none;
}

.tile-page .tile-inner {
  background-color: #263238;
}

.die-zahl .tile-info, .gewusst .tile-info, .tile-static .tile-info, .tile-special .tile-info, .tile-page .tile-info {
  background: none;
}

.tile-event .tile-info {
  background: linear-gradient(transparent, rgba(0, 52, 99, 0.79) 64%);
}

.tile-event-past {
  opacity: 0.7;
}

.tile-event-past .tile-info {
  background: linear-gradient(transparent, rgba(60, 60, 60, 0.9) 40%);
}

.event-tag {
  background-color: #007ceb;
  border-color: #007ceb;
}

#tile-error {
  margin-top: 96px;
  transform: rotateZ(0deg);
  transition: transform 500ms ease-in-out;
}

#tile-error:hover {
  transform: rotateZ(-2deg);
}

#tile-error .tile-inner {
  background: linear-gradient(#ff4081, #f50057);
}

.die-zahl .title {
  width: 290px;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.75);
  transition: color 500ms ease-in;
}

.gewusst .title {
  text-shadow: none;
  color: #278075;
  transition: color 500ms ease-in;
}

.testimonial .title {
  text-shadow: none;
  color: #fff;
  font-size: 1.2em;
  width: 90%;
}

.tile-static .title, .tile-page .title, .tile-event .title {
  text-shadow: none;
  color: rgba(255, 255, 255, 0.75);
  transition: color 500ms ease-in;
  display: block;
}
.tile-static:hover .title, .tile-page:hover .title, .tile-event:hover .title {
  color: #fff;
}

#load-more .title {
  margin-bottom: 14px;
  color: #fff;
  display: block;
  text-shadow: none;
}

#load-more .excerpt {
  color: #fff;
  display: block;
  text-shadow: none;
}

.die-zahl .excerpt, .gewusst .excerpt, .testimonial .excerpt, .tile-static .excerpt, .tile-page .excerpt, .tile-event .excerpt {
  text-shadow: none;
  width: 100%;
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 500ms ease-out, opacity 500ms ease-in;
  padding-top: 7px;
}

.gewusst .excerpt {
  color: #278075;
  padding-top: 14px;
}

.tile-static .excerpt {
  color: #fff;
}

.testimonial .excerpt {
  color: #fff;
  padding-top: 14px;
}

.tile-page .excerpt, .tile-event .excerpt {
  color: rgba(255, 255, 255, 0.75);
  padding-top: 0;
}

.tile:hover .excerpt, .touched-tile .excerpt {
  max-height: 325px;
  opacity: 1;
}

.tile-static .gg-icon, #load-more .gg-icon {
  fill: #fff;
  max-width: 15%;
  max-height: 15%;
  margin-bottom: 21px;
  margin-left: 7px;
  transition: all 500ms ease-out;
  animation: pulse 7s infinite ease-in-out;
}

.tile-center {
  display: flex;
}
.tile-center .tile {
  margin: 0 auto;
}
.tile-center .tile-login {
  height: auto;
  max-height: 3000px;
  min-height: 400px;
}
.tile-center .small-info {
  margin-top: 56px;
}

.tile-login .excerpt {
  max-height: none;
  opacity: 1;
}

.tile-login:hover .excerpt {
  max-height: none;
}

.tile-login p {
  padding-left: 0;
  padding-right: 0;
}

.tile-login .gg-icon {
  margin-bottom: 7px;
  animation: none;
}

.tile-login.tile-static:hover .gg-icon {
  opacity: 1;
}

.tile-login .tile-info {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.tile-login .tile-inner {
  overflow: visible;
}

.tile-login ul {
  font-size: 1em;
  padding-left: 18px;
}

#load-more .gg-icon {
  opacity: 1;
  margin-left: 0;
  visibility: hidden;
  animation: spin 1s ease infinite reverse;
}

.bottom-reached .gg-icon {
  visibility: visible !important;
  animation: pulse 7s infinite ease-in-out !important;
}

.tile-loadall .tile-inner {
  background: linear-gradient(#545454, #2d2d2d);
}

.tile-loadall .gg-icon {
  animation: none;
}

.tile-static:hover .gg-icon {
  opacity: 0;
  transform: translateY(-14%) scale(1.1);
}

.tile-loadall:hover .gg-icon {
  opacity: 1;
  transform: none;
}

.tile-static:hover .excerpt {
  color: #fff;
}

.category-header {
  margin: 96px 14px 0 14px;
  min-height: 25vw;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  padding: 28px;
  animation: appear 777ms 1;
  pointer-events: all;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
}
.category-header .category-title {
  font-size: 4.5em;
  color: #fff;
  opacity: 0.8;
  padding-right: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.category-header .category-description {
  font-size: 1.2em;
  margin-top: 14px;
  margin-bottom: 7px;
  color: #fff;
  width: 85%;
}
.category-header .category-description a {
  color: #fff;
  text-decoration: none;
  pointer-events: all;
}
.category-header .category-description a:hover {
  text-decoration: underline;
}
.category-header .category-provider {
  margin-top: 28px;
  font-size: 0.9em;
  opacity: 0.8;
  width: 60%;
}
.category-header .category-provider a {
  text-decoration: none;
}
.category-header .category-provider-url {
  font-size: 0.9em;
  opacity: 0.8;
  width: 60%;
  margin-top: 14px;
  display: block;
}
.category-header .category-provider-url a {
  text-decoration: none;
}
.category-header .category-provider-url a:hover, .category-header .category-provider a:hover {
  text-decoration: underline;
}
.category-header .category-img {
  display: block;
  width: 240px;
  max-height: 200px;
  object-fit: contain;
  object-position: left;
  margin: 14px 0;
}
.category-header .gg-icon {
  fill: #fff;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  padding-bottom: 14px;
  left: 0;
  right: 0;
  opacity: 0.5;
  width: 70px;
  transition: opacity 250ms ease;
  animation: pulse 1.4s 3 ease-in-out;
}
.category-header .gg-icon:hover {
  cursor: pointer;
  opacity: 1;
}
.category-header .new-search {
  margin-top: 112px;
}
.category-header .new-search input {
  margin-top: 14px;
}
.category-header .badge-button, .category-header .mini-button {
  margin: 14px 0;
  padding: 3px 7px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  animation: appear-zoom 200ms ease;
  display: inline-block;
}
.category-header .badge-button:hover, .category-header .mini-button:hover {
  background-color: #fff;
  color: #000;
}
.category-header .badge-button:hover a, .category-header .mini-button:hover a {
  color: #000 !important;
}
.category-header .badge-button a, .category-header .mini-button a {
  color: #fff;
}
.category-header .term-follow-button {
  display: inline-block;
  vertical-align: bottom;
}
.category-header .paid-content-label {
  display: block;
}
.category-header .paid-content-label a, .category-header .paid-content-label a:visited {
  color: #fff;
  text-decoration: none;
}
.category-header .paid-content-label a:hover {
  text-decoration: underline;
}
.category-header.category-box {
  opacity: 1;
  width: 700px;
  margin: 28px auto 0 auto;
  box-sizing: border-box;
  min-height: auto;
  padding: 14px;
  overflow: visible;
}
.category-header.category-box .category-title {
  font-size: 2em;
  padding-left: 0;
  margin-top: 7px;
}
.category-header.category-box .category-description {
  font-size: 1em;
  margin-top: 14px;
}
.category-header.category-box .term-follow-button {
  vertical-align: middle;
}

.category-header, .category .post-meta .article-kind {
  background-color: rgba(0, 0, 0, 0.5);
}

.tile:hover .meta .article-kind {
  background-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.tile.die-zahl:hover .meta .article-kind, .tile.gewusst:hover .meta .article-kind {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(255, 255, 255, 0.75);
}

#tile-static-events .title {
  text-shadow: none;
}

#tile-static-events:hover .title {
  display: none;
}

#tile-static-events .tile-inner {
  background-color: #007ceb;
  background: linear-gradient(#21b3ff, #007ceb);
}

#tile-static-events .tile-info {
  background: none;
}

#tile-static-events .event-date {
  display: inline;
}

.tile-event {
  text-shadow: none;
}

.tile-event .title {
  margin-bottom: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.event {
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 1px;
  padding: 7px 7px 7px 10.5px;
  transition: background-color 200ms ease-out, color 200ms ease-out;
  text-shadow: none;
  position: relative;
}

.tile-event a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tile-event a:hover {
  text-decoration: none;
}

.tile-event .button a {
  position: relative;
}

@media (hover: hover) {
  .event:hover {
    background-color: rgba(255, 255, 255, 0.75);
    color: #007ceb;
  }
}
.event:first-of-type {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.event:nth-of-type(3) {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.event-title {
  display: block;
  margin-bottom: 3px;
}

.event-date {
  display: block;
}

.event-location {
  display: block;
}

.tilegrid-header {
  font-size: 3em;
  padding: 14px;
  box-sizing: border-box;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 75.8px;
  z-index: 6;
  background-color: #fff;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
}
.tilegrid-header .highlight {
  color: #007ceb;
}

.tile-support .tile-inner {
  padding: 21px;
  box-sizing: border-box;
  background: linear-gradient(#ff4081, #f50057);
}
.tile-support .title {
  padding: 0;
}
.tile-support .label-byline {
  font-size: 1em;
  padding: 7px 0;
  display: block;
}
.tile-support .switch-row {
  margin-top: 28px;
  padding-left: 0;
  float: left;
  width: 100%;
}
.tile-support .switch-row .slider {
  border-color: #fff;
}
.tile-support .switch-row .slider::before {
  background-color: #fff;
  color: #f50058;
}
@supports (mix-blend-mode: screen) {
  .tile-support .switch-row .slider::before {
    color: #000;
    mix-blend-mode: screen;
  }
}
.tile-support .switch-row input:checked + .slider::before {
  padding-top: 3px;
}
.tile-support .switch-row .active-label {
  display: none;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 36px;
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 1em;
}
.tile-support .switch-row .active ~ .active-label {
  display: inline;
}
.tile-support .switch-row .active ~ .active-label.display-table {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.tile-support .switch-row .active ~ .inactive-label {
  display: none;
}
.tile-support .switch-row .recurring-list::after {
  content: "v";
}
.tile-support .switch-row .inactive-label {
  color: #fff;
}
.tile-support .switch-row a {
  text-decoration: underline;
}
.tile-support #submit-button {
  margin-top: 28px;
  height: 50px;
  position: absolute;
  bottom: 14px;
}
.tile-support #submit-button.clicked {
  background-color: #fff;
  color: #007ceb;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 1rem, rgba(0, 0, 0, 0.2) 1rem, rgba(0, 0, 0, 0.2) 2rem);
  background-size: 200% 200%;
  animation: barberpole 7s linear infinite;
}

.box-row .box-item {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  margin-top: 7px;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 21%;
  height: 60px;
  overflow: hidden;
  vertical-align: top;
}
.box-row .box-item input {
  opacity: 0;
  width: 0;
  height: 0;
  border: 0;
  cursor: pointer;
}
.box-row .box-item .box-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.box-row .box-item .box-button .value-label {
  display: block;
  height: 30px;
  text-align: center;
  font-size: 1.8em;
}
.box-row .box-item .box-button .box-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 0.7em;
  text-align: center;
}
.box-row .box-item:hover input ~ .box-button {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.box-row .box-item input:checked ~ .box-button {
  display: block;
  color: #f50058;
  background-color: #fff;
}
.box-row .box-item #custom-amount {
  display: inline-block;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  overflow: hidden;
  opacity: 1;
  width: 100%;
  height: 100%;
  padding-left: 7px;
  text-align: center;
  font-size: 1.8rem;
}
.box-row .box-item #custom-amount::-webkit-inner-spin-button, .box-row .box-item #custom-amount::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.box-row .box-item.show-input .box-button {
  padding-top: 0;
}
.box-row .box-item.show-input .box-button:hover {
  background: transparent;
}
.box-row .box-item.show-input #custom-amount {
  background-color: #fff;
  color: #f50058;
  border-radius: 0;
  caret-color: #f50058;
}

@media screen and (min-width: 2000px) {
  .category-header {
    max-width: 1986px;
    box-sizing: border-box;
    height: 500px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .category-header.category-box {
    height: auto;
  }
}
@media screen and (max-width: 1500px) {
  .home #grid-container {
    margin-top: 79px;
  }

  .tile {
    width: 33.333%;
    height: 33.333vw;
    max-width: 500px;
    max-height: 500px;
  }

  .featured {
    width: 66.666%;
    height: 33.333vw;
    max-width: 1000px;
    max-height: 500px;
  }
  .featured .title {
    font-size: 2.7em;
  }

  .category-header {
    margin-top: 86px;
    min-height: 33.333vw;
  }
  .category-header .category-title {
    font-size: 3em;
  }

  .box-row .box-item {
    height: 50px;
  }
}
@media screen and (max-width: 1700px) {
  .tile-support .switch-row {
    margin-top: 14px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1250px), screen and (min-width: 500px) and (max-width: 750px) {
  .tile .title {
    font-size: 1.8em;
  }

  .featured .title {
    font-size: 2.7em;
  }

  .die-zahl .title {
    width: 230px;
  }

  .tile .excerpt {
    font-size: 0.9em;
  }

  .testimonial .title {
    font-size: 1.2em;
  }

  .featured .kicker, .featured .series-label {
    font-size: 0.9em;
  }

  .featured .meta {
    font-size: 0.9em;
  }

  .tilegrid-header {
    font-size: 2em;
  }

  .tile-support .box-item {
    height: 60px;
  }
  .tile-support .box-label {
    display: block;
  }
  .tile-support .box-row .box-item.show-input .box-button {
    padding-top: 0;
  }
  .tile-support .label-byline {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .tile {
    width: 50%;
    height: 50vw;
    max-height: 90vh;
    max-width: 500px;
  }

  .featured {
    width: 100%;
    height: 50vw;
    max-width: 1000px;
    max-height: 90vh;
  }

  .category-header {
    min-height: 50vw;
  }
  .category-header .category-provider, .category-header .category-provider-url {
    width: 100%;
  }
  .category-header .category-description {
    width: 100%;
  }

  .tilegrid-header {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 750px) {
  #header-info-row {
    left: 14px;
  }

  #topics-filter {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 84px;
  }

  #filter-container-right {
    display: none;
  }

  #filter-container-left {
    display: block;
  }

  #filter-container-left.filter-toggle {
    display: none;
  }

  #filter-label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #000;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 5px;
    float: right;
    display: block;
  }

  #filter-buttons {
    float: right;
  }

  .filter {
    text-align: right;
    margin-bottom: 1px;
  }

  .category-box {
    border-radius: 0;
  }
}
@media screen and (max-width: 500px) {
  .home #grid-container {
    margin-top: 57px;
  }

  .filter {
    border-radius: 3px;
  }

  .tile, .featured {
    width: 100%;
    height: 100vw;
    max-height: 450px;
    max-width: 500px;
    transform: none;
  }

  .tile-info {
    padding: 14px;
  }

  .tile-support {
    height: auto;
    max-height: 3000px;
    min-height: 420px;
  }
  .tile-support .tile-inner {
    position: absolute;
    padding: 14px;
  }
  .tile-support .switch-row {
    margin-top: 14px;
  }

  .tile .title, .featured .title {
    font-size: 1.8em;
  }

  .die-zahl .title {
    width: 260px;
  }

  .testimonial .title {
    font-size: 1.2em;
  }

  .featured .kicker, .featured .series-label {
    font-size: 0.9em;
  }

  .featured .meta {
    font-size: 0.9em;
  }

  .category-header {
    margin-top: 64px;
    min-height: 100vw;
    padding: 14px;
  }
  .category-header .category-title {
    font-size: 2em;
  }
  .category-header .category-description {
    max-width: 100%;
    font-size: 1em;
  }
  .category-header .category-description p {
    width: 100%;
  }
  .category-header.category-box {
    width: 100%;
  }

  .tilegrid-header {
    font-size: 1.8em;
    top: 60px;
  }
}
@media screen and (max-width: 350px) {
  .tile .title, .featured .title {
    font-size: 1.5em;
  }

  .die-zahl .title {
    width: 230px;
  }

  .event-title, .event-date, .event-time, .event-location {
    font-size: 0.8em;
  }

  .meta {
    font-size: 0.9em;
  }

  .gewusst .title, .tile-static .title {
    transition: opacity 250ms ease-out;
  }

  .testimonial .title {
    font-size: 1.5em;
  }

  .touched-tile .title {
    opacity: 0;
  }

  .tilegrid-header {
    font-size: 1.2em;
  }

  .tile-support {
    min-height: 480px;
  }

  #topics-filter {
    font-size: 0.7em;
  }
}

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