.post-thumbnail-credit, .media-credit-container .media-credit, .slide__inner .media-credit, .post-meta .post-series, .post-meta .post-paid-content {
  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); }

.post-thumbnail-credit, .media-credit-container .media-credit, .slide__inner .media-credit {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-style: none;
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(0, 0, 0, 0.2); }

.collapsible-header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.post-aftershare, .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .post-content hr, .post-content p, .post-content ul, .post-content ol, .wp-caption-text.portrait, .infobox, .higgs-aktualisiert, .post-teaser, .science-check, .wq_quizCtr {
  margin: 0 auto;
  max-width: 700px;
  padding-left: 14px;
  padding-right: 14px;
  word-wrap: break-word; }

.post-meta .post-series, .post-meta .post-paid-content, .post-excerpt, .post-authors, .post-info, .post-sharelabel, .post-thumbnail-credit, .post-thumbnail-caption, .responsive-outer, .media-credit-container .media-credit, .wp-caption-text, .infobox, blockquote p cite, .higgs-aktualisiert, .post-teaser .action, .science-check .action, .science-check .name, .science-check .description, .slide__caption, .slick-prev::before, .slick-next::before, .slide__inner .media-credit, .section-header, .single-event .event-date, .single-event .event-time, .single-event .event-location, .event-button, .single-event .post-content, .wq_quizCtr, .wq_quizCtr label {
  font-family: 'Nonserif Light';
  font-feature-settings: 'ss01'; }

.post-kicker, .post-title, .post-author a, .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .post-content hr, .post-content .infobox strong, .sharelines h3, blockquote p, .science-check .description strong, .science-check .action, .post-content .higgs-aktualisiert strong, .single-event .post-title {
  font-family: 'Nonserif Bold';
  font-feature-settings: 'ss01'; }

.post-content {
  font-family: 'Serif Light'; }

.post-content strong {
  font-family: 'Serif Bold'; }

.post-content em {
  font-family: 'Serif Light Italic'; }

/* 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; } }
body {
  pointer-events: all; }

article {
  margin-top: 124px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  max-width: 2000px;
  animation: appear 700ms 1;
  pointer-events: all;
  overflow: hidden; }
  article a {
    text-decoration: underline;
    color: #000;
    pointer-events: all; }
  article a:visited {
    color: #000; }
  article header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }

.post-meta {
  padding: 14px; }
  .post-meta a {
    text-decoration: none; }
  .post-meta .post-series, .post-meta .post-paid-content {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1px 7px;
    border: none;
    color: #fff;
    margin-right: 7px;
    -webkit-backdrop-filter: none; }
    .post-meta .post-series a, .post-meta .post-paid-content a {
      color: #fff; }
  .post-meta .article-kind {
    padding: 0;
    -webkit-backdrop-filter: none;
    margin-right: 7px; }
    .post-meta .article-kind a {
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      border: none;
      display: inline;
      padding: 1px 7px;
      border-radius: 3px; }
    .post-meta .article-kind.post-event-label {
      display: inline-block;
      padding: 2px 7px;
      color: #fff;
      background-color: #007ceb; }

.post-kicker {
  font-size: 1em; }

.post-title {
  font-size: 3em;
  max-width: 85%;
  line-height: 1.2;
  margin-top: 14px;
  margin-bottom: 14px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto; }

.post-excerpt {
  font-size: 1.5em;
  line-height: 1.2;
  max-width: 85%;
  margin-top: 21px; }

.meta-row-first {
  display: block;
  margin: 21px 0; }

.meta-row {
  display: block;
  margin-top: 7px;
  line-height: 1; }

.post-authors {
  display: inline-block; }

.post-author a {
  color: #000;
  border-radius: 3px;
  padding: 1px 7px;
  margin-left: -7px;
  margin-right: -7px;
  transition: margin 70ms ease-in; }
  .post-author a:hover {
    color: #fff;
    background-color: #007ceb;
    margin-left: 0;
    margin-right: 0; }
.post-author:hover {
  cursor: pointer; }
.post-author .tooltip-text {
  margin-bottom: 5px; }

.post-meta .tooltip-text {
  padding: 3px 7px;
  white-space: nowrap; }

.post-info {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5); }
  .post-info a {
    color: rgba(0, 0, 0, 0.5); }

.post-shareicons-container {
  display: block;
  margin: 28px 0; }

.post-shareicons {
  margin-left: -6px; }

.post-shareicons .gg-icon {
  padding: 3px;
  width: 24px;
  height: 24px;
  fill: #000;
  border-radius: 3px; }
  .post-shareicons .gg-icon:hover {
    background-color: #007ceb;
    fill: #fff; }

.post-sharelabel {
  font-size: 0.9em;
  margin-bottom: 7px; }

.post-thumbnail {
  width: 100%;
  min-height: 600px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: content-box;
  border-radius: 3px;
  position: relative; }

.post-thumbnail-credit {
  font-size: 0.9em;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3; }

.post-thumbnail-caption {
  font-size: 0.9em;
  margin: 7px 14px; }

.post-separator {
  display: block;
  height: 28px; }

.post-content {
  width: 100%;
  margin: 42px auto 56px auto;
  word-wrap: break-word;
  text-rendering: geometricPrecision; }
  .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .post-content hr {
    margin-top: 28px;
    margin-bottom: 14px;
    font-size: 1.8em; }
  .post-content h1 {
    font-size: 2.7em; }
  .post-content h3 {
    font-size: 1.5em; }
  .post-content h4, .post-content h5, .post-content h6 {
    font-size: 1.2em; }
  .post-content a[name] {
    position: relative;
    display: block;
    top: -96px;
    left: 0; }

.post-content p, .post-content ul, .post-content ol {
  margin-top: 14px;
  font-size: 1.2em;
  line-height: 1.4; }

.post-content ul {
  list-style-type: square;
  list-style-position: outside;
  padding-left: 56px; }
  .post-content ul li {
    padding-bottom: 7px; }

.post-content ol {
  counter-reset: item; }
  .post-content ol li {
    font-size: 1em;
    display: block; }
    .post-content ol li ol {
      counter-reset: item;
      margin-top: 0; }
      .post-content ol li ol li {
        font-size: 1.1em; }
  .post-content ol li::before {
    content: counters(item,".") ". ";
    counter-increment: item; }

.post-content hr {
  border: none;
  height: 1px;
  background-color: rgba(0, 128, 255, 0.03); }

.media-credit-container {
  position: relative;
  margin: 28px auto 0 auto; }

.wp-caption {
  margin-top: 28px;
  margin-bottom: 28px;
  max-width: 100%; }

.wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px; }

.media-credit-container img {
  width: 100%;
  border-radius: 3px;
  display: block; }

.wp-caption p {
  font-size: 0.9em;
  display: inline-block;
  max-width: 90%; }

.alignleft {
  float: left;
  margin: 28px 56px 28px 112px; }

.alignright {
  float: right;
  margin: 28px 112px 28px 56px; }

.wp-caption .alignleft {
  margin: 0; }

.wp-caption .alignright {
  margin: 0; }

.aligncenter, .alignnone {
  margin-left: auto;
  margin-right: auto; }

.responsive-outer {
  max-width: 1000px;
  margin: 28px auto; }

.responsive-inner {
  position: relative;
  padding-bottom: 53.2%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 3px; }

.responsive-inner.portrait {
  padding-bottom: 656px;
  max-width: 360px;
  margin: 0 auto; }

.wp-caption-text.portrait {
  text-align: center; }

.responsive-inner iframe, .responsive-inner object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.media-credit-container .media-credit {
  font-size: 0.9em;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  margin: 0; }

.wp-caption-text {
  font-size: 0.9em;
  margin: 7px 14px;
  max-width: 90%; }

.mejs-video {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto !important;
  height: auto !important; }
  .mejs-video video {
    width: 100% !important;
    height: 100% !important; }

.post-content img {
  max-width: 100%;
  height: auto; }

.infobox {
  font-size: 1em;
  padding: 14px;
  margin-top: 28px;
  margin-bottom: 28px;
  display: block;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: rgba(0, 128, 255, 0.03); }
  .infobox p {
    font-size: 1em;
    padding-left: 0; }
  .infobox ul {
    font-size: 1em;
    padding-left: 21px; }
  .infobox ol {
    font-size: 0.9em; }
    .infobox ol li {
      padding-bottom: 7px; }
  .infobox .wp-caption-text {
    font-size: 0.9em; }
  .infobox h2, .infobox h3, .infobox h4, .infobox h4, .infobox h5, .infobox h6 {
    padding-left: 0; }
  .infobox h3 {
    margin-top: 0; }
  .infobox a {
    text-decoration: underline; }
  .infobox .alignleft {
    margin: 0 14px 0 0; }
  .infobox .alignright {
    margin: 0 0 0 14px; }
  .infobox td {
    vertical-align: top; }

.collapsible {
  position: relative; }

.collapsible-header {
  width: 100%;
  cursor: pointer;
  min-height: 30px;
  display: table;
  color: #007ceb; }
  .collapsible-header h4 {
    font-family: 'Nonserif Light'; }

.collapsible-left {
  display: table-cell;
  vertical-align: middle;
  transition: all 300ms ease-in-out; }

.collapsible-middle {
  display: table-cell;
  max-width: 78%;
  vertical-align: middle; }

.has-image .collapsible-left {
  width: 84px; }

.collapsible-expanded .has-image .collapsible-left {
  width: 214px; }

.collapsible-right {
  display: table-cell;
  vertical-align: middle;
  width: 46px; }

.has-image .collapsible-right {
  vertical-align: top;
  padding-top: 25px; }

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  transform: translateY(-20px);
  transition: all 300ms ease-out; }

.collapsible-expanded .collapsible-content {
  max-height: 4000px;
  margin-top: 14px;
  transform: translateY(0);
  overflow: auto;
  opacity: 1; }

.collapsible .article-kind {
  background-color: #000;
  background: linear-gradient(#545454, #2d2d2d);
  color: #fff;
  border: none;
  font-size: 1.2em;
  margin-right: 14px;
  display: inline;
  padding: 1px 7px; }

.collapsible .collapsible-img, .collapsible-left .gg-icon {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 3px;
  transition: all 300ms ease-out; }

.collapsible h3 {
  display: inline;
  padding-left: 0;
  margin-bottom: 0; }

.collapsible h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5); }

.collapsible-expanded .collapsible-img {
  width: 200px;
  height: 200px; }

.collapsible .higgs-aktualisiert {
  padding-left: 0;
  padding-top: 7px;
  padding-bottom: 21px; }

.post-media .gg-icon {
  width: 40px;
  height: 40px;
  fill: #007ceb; }

.post-media .collapsible-left {
  width: 54px !important; }

.post-media .has-image .collapsible-right {
  padding-top: 14px; }

.post-audio .responsive-inner {
  padding-bottom: 11%; }

.post-media h3 {
  color: #007ceb; }

.collapsible-right .gg-icon {
  transition: transform 300ms ease-in-out;
  width: 32px;
  float: right;
  fill: #007ceb; }

.collapsible-expanded .collapsible-right .gg-icon {
  transform: rotate(180deg); }

.sharelines ul {
  font-size: 1em;
  color: #007ceb; }

.sharelines h3 {
  margin-top: 0;
  color: #007ceb; }

blockquote {
  margin: 28px 0 28px 35px; }
  blockquote p {
    background: linear-gradient(to right, rgba(0, 128, 255, 0.03), transparent 7%);
    font-size: 1.8em !important;
    color: #007ceb;
    border-left: 1px solid #007ceb;
    padding: 14px 0 14px 14px; }
    blockquote p cite {
      display: block;
      color: rgba(0, 0, 0, 0.5);
      font-size: 0.7em;
      margin-top: 14px; }

.higgs-aktualisiert {
  font-size: 0.9em;
  padding-top: 28px;
  color: rgba(0, 0, 0, 0.5); }
  .higgs-aktualisiert a {
    color: rgba(0, 0, 0, 0.5); }
  .higgs-aktualisiert p {
    padding: 0; }

.post-teaser, .science-check {
  margin-top: 21px;
  margin-bottom: 21px;
  min-height: 100px;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 14px;
  display: table; }
  .post-teaser .left, .science-check .left {
    display: table-cell;
    width: 100px;
    vertical-align: top; }
  .post-teaser .right, .science-check .right {
    display: table-cell;
    vertical-align: top;
    padding-left: 14px; }
  .post-teaser .image, .science-check .image {
    width: 100px;
    height: 100px;
    border-radius: 3px;
    float: left;
    background-position: center;
    background-size: cover; }
  .post-teaser .title, .science-check .title {
    margin: 0;
    padding: 0;
    font-size: 1.2em; }
  .post-teaser .action, .science-check .action {
    color: #007ceb;
    font-size: 0.7em; }
  .post-teaser a, .science-check a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .post-teaser:hover, .science-check:hover {
    background-color: rgba(0, 0, 0, 0.07); }

.science-check {
  background-color: #d5ffa3;
  min-height: 64px;
  color: #00695c;
  overflow: visible;
  box-sizing: border-box;
  border-radius: 3px; }
  .science-check a, .science-check a:visited {
    position: relative;
    color: #00695c;
    text-decoration: underline; }
    .science-check a:hover, .science-check a:visited:hover {
      text-decoration: underline; }
  .science-check .left {
    width: 64px; }
  .science-check .gg-icon {
    width: 64px;
    height: 64px;
    fill: #00695c; }
  .science-check .name {
    font-size: 0.7em; }
  .science-check .description {
    display: block; }
    .science-check .description .tag {
      font-size: 0.7em;
      color: #00695c;
      border-color: #00695c; }
      .science-check .description .tag .tooltip-text {
        font-size: 1em; }
    .science-check .description.first {
      margin-top: 14px;
      margin-bottom: 14px; }
  .science-check .action {
    color: #00695c;
    margin-top: 7px; }
    .science-check .action:hover {
      cursor: pointer;
      text-decoration: underline; }
  .science-check:hover {
    background-color: #c6ff83; }
  .science-check .expandable {
    display: none; }
  .science-check.expanded .action {
    display: none; }
  .science-check.expanded .expandable {
    display: block; }

.slick-slider-wrapper {
  max-width: 1000px !important;
  margin: 28px auto !important; }

.slick-list {
  height: auto !important; }

.slide__inner {
  margin: 0 auto  !important; }

.slide__inner img {
  margin: 0 auto;
  max-height: 85vh;
  border-radius: 3px !important;
  position: relative; }

.slide__caption {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0.9em;
  padding: 7px 14px 0 14px; }

.slick-next {
  right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  animation: pulse 3s infinite both;
  transform-origin: right center; }

.slick-next::before {
  content: '\003009' !important; }

.slick-prev {
  left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.slick-prev::before {
  content: '\003008' !important; }

.slick-prev::before, .slick-next::before {
  font-size: 40px !important;
  color: rgba(0, 0, 0, 0.5) !important; }

.slick-prev, .slick-next {
  top: 45% !important;
  transform: none !important;
  width: 42px !important;
  height: 60px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(10px); }

.slide__inner .media-credit {
  text-align: right;
  margin-top: -21px;
  position: relative;
  float: right;
  display: table;
  margin-right: 0; }

.twitter-tweet, .instagram-media, .fb-post {
  margin: 28px auto !important;
  display: table; }

.mejs-audio {
  margin: 0 auto;
  max-width: 700px !important; }

.post-audio-expanded {
  max-height: 105px !important; }

#progress-bar {
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), #000);
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 0;
  transition: all 300ms ease-out; }

.section-header {
  font-size: 1.8em;
  padding: 42px 14px 14px 14px;
  margin: 0 auto;
  max-width: 2000px; }

#grid-container {
  margin: 0 auto; }

#topics-filter {
  opacity: 0; }

.single-event .event-date, .single-event .event-time, .single-event .event-location {
  font-size: 1.8em;
  color: #007ceb;
  display: block; }

.event-date {
  margin-top: 14px; }

.event-button {
  background-color: #3e9fff;
  border: none;
  font-size: 1.2em; }

.event-button:hover {
  background-color: #007ceb;
  color: #fff; }

.single-event .post-meta a {
  text-decoration: none; }

.wq_quizCtr {
  margin-bottom: 14px; }
  .wq_quizCtr label {
    color: #000; }
  .wq_quizCtr .wq_singleAnswerCtr:hover {
    background-color: #007ceb !important; }
  .wq_quizCtr .wq_singleAnswerCtr:hover label {
    color: #fff; }

.post-content .tile-support {
  margin: 0 auto;
  float: none;
  max-width: none;
  width: 700px;
  box-sizing: content-box;
  max-height: 0;
  opacity: 0;
  transition: max-height 500ms ease-in, opacity 1s ease-out; }
  .post-content .tile-support .title {
    color: #fff; }
  .post-content .tile-support .label-byline {
    display: block; }
  .post-content .tile-support #submit-button {
    opacity: 0; }
  .post-content .tile-support.visible {
    max-height: 430px;
    opacity: 1; }
    .post-content .tile-support.visible #submit-button {
      transition-delay: 1s;
      opacity: 1; }
  .post-content .tile-support .switch-row {
    font-size: 1em; }

.payment-page .tile-support {
  transition: none;
  max-height: 430px;
  opacity: 1;
  margin-top: 28px; }
  .payment-page .tile-support .label-byline {
    visibility: visible;
    color: #fff; }

@media screen and (max-width: 2000px) {
  .post-content .size-full {
    border-radius: 0; }

  .box-item {
    min-height: 60px; } }
@media screen and (max-width: 1500px) {
  article {
    margin-top: 82px;
    font-size: 16px; }

  .slide__inner .media-credit {
    margin-top: -19px; }

  .box-item {
    min-height: auto; }

  .post-content a[name] {
    top: -86px; } }
@media screen and (max-width: 1000px) {
  article {
    margin-top: 82px;
    font-size: 14px; }

  .alignright, .alignleft {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .post-thumbnail {
    border-radius: 0; }

  .responsive-inner {
    padding-bottom: 52.9%;
    border-radius: 0; }

  .wq_quizCtr {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 700px) {
  article {
    margin-top: 68px; }

  .post-title {
    font-size: 2.3em;
    max-width: 100%; }

  .post-excerpt {
    font-size: 1.5em;
    max-width: 100%; }

  .meta-row {
    margin-top: 3.5px; }

  .post-audio .responsive-inner {
    padding-bottom: 21%; }

  .infobox {
    padding-left: 14px;
    padding-right: 14px; }

  .infobox h3, .infobox .article-kind {
    font-size: 1.2em; }

  .collapsible-expanded .collapsible-img {
    width: 70px;
    height: 70px; }

  .collapsible-expanded .has-image .collapsible-left {
    width: 84px; }

  .collapsible-arrow {
    width: 21px; }

  .post-media .gg-icon {
    width: 32px; }

  .infobox p, .infobox h2, .infobox h3, .infobox h4, .infobox h4, .infobox h5, .infobox h6 {
    padding-left: 0;
    padding-right: 0; }

  .higgs-serie {
    margin-left: 0; }

  .wp-caption, .media-credit-container {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0; }

  .wp-caption img {
    border-radius: 0; }

  .media-credit-container img {
    border-radius: 0; }

  .media-credit-container .media-credit {
    border-bottom-right-radius: 0; }

  .responsive-inner {
    padding-bottom: 48.2%; }

  blockquote {
    margin-left: 14px; }

  .slick-prev, .slick-next {
    top: 28% !important; }

  .post-content ul {
    padding-left: 35px; }

  .sharelines ul {
    padding-left: inherit; }

  .post-content .tile-support {
    min-height: 0;
    transition: min-height 500ms ease-in;
    border: 0;
    width: 100%;
    border-radius: 0; }
    .post-content .tile-support .tile-inner {
      border-radius: 0; }
    .post-content .tile-support.visible {
      min-height: 420px; }

  .post-teaser .kicker {
    display: none; }

  .science-check .left {
    width: 32px; }
    .science-check .left .gg-icon {
      width: 32px;
      height: 32px; }

  .post-content a[name] {
    top: -64px; } }

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