/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25.01.2021, 12:54:03
    Author     : RoeschS
*/

@font-face {
  font-family: 'Hanoded';
  src: url('fonts/hanoded_brushcrush/Hanoded_BrushCrush.otf') format('opentype');
  font-weight: 300;
}

#breadcrumb {
  display: none;
}
#content .wrapper {
  max-width: 1920px;
  padding: 0;
}
.fact-content-wrapper {
  padding-top: 20px;
}
.fs-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#video-wrapper {
  margin: 0 -20px;
}
/* ntk video */
#ntk-video-top {
  text-align: center;
  position: relative;
}
#ntk-video {
  position: relative;
  width: 100%;
  height: auto;
  max-width: none;
}
#ntk-video-top .fs-mask {
  display: flex;
  padding: 5% 10% 5% 10%;
  align-items: top;
  z-index: 3;
}
#ntk-video-top .ntk-content {
  margin: auto;
}
.ntk-osd-image {
  text-align: center;
}
.ntk-osd-image img {
  max-width: 120px;
}
.ntk-title-big, .ntk-title-small {
  font-family: 'Hanoded';
  display: block;
  text-transform: uppercase;
  color: #ffffff;
}
.ntk-title-big {
  font-size: 62px;
  line-height: 100%;
}
.ntk-title-small {
  font-size: 20px;
  line-height: 100%;
}
.ntk-buttons {
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ntk-buttons .button {
  padding: 5px;
  text-align: center;
}
.ntk-buttons.show-desktop {
  display: none;
}

#ntk-navigation {
  margin: 0 -10px;
  padding-bottom: 20px;
}
#ntk-fact-grid {
  margin: 0 -10px;
}

/* fact navigation */
.fact-navigation {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.fact-cat-container {
  flex-basis: 50%;
  padding: 10px;
}
.fact-cat {
  border: 1px solid #ccc;
  min-height: 70px;
  display: flex;
  align-items: stretch;
}
.fact-cat a {
  position: relative;
  display: block;
  /*padding: 20px 24px;*/
  text-align: center;
  color: #333333;
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #edeef2;
  text-decoration: none;
  padding: 10px;
}
.fact-cat a::after {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-color: #CF0008;
  bottom: 0;
  content: "";
  height: 3px;
  left: -1px;
  left: 0;
  position: absolute;
  width: 0;
}
.fact-cat.active a::after {
  background-color: #333333;
  width: 100%;
}
.fact-cat a:hover::after {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-color: #CF0008;
  left: 0;
  width: 100%;
}

/* fact listing */
.fact-listing {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 5px;
}
.fact-tile-container {
  flex-basis: 50%;
  padding: 5px;
}
.fact-listing.closed .fact-tile-container.inactive {
  opacity: 1.0;
  transform: scale(1.00);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fact-listing.closed .fact-tile-container.inactive:hover {
  transform: scale(1.03);
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.fact-listing.open .fact-tile-container.inactive {
  opacity: 0.3;
  transform: scale(1.00);
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.fact-listing.open .fact-tile-container.inactive:hover {
  opacity: 0.5;
  transform: scale(1.03);
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.fact-tile-container.active {
  opacity: 1;
}
.fact-tile {
  position: relative;
  cursor: pointer;
  background-color: #d9d9d9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fact-tile::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.fact-tile .fs-mask {
  /*    background-image: url(../images/nettohp2018/tile_bottom.svg);
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: 100% auto;*/
  display: flex;
  padding: 5% 5% 5% 5%;
  align-items: center;
}
.fact-tile .fs-mask a {
  flex-basis: 100%;
}
.fact-tile-content {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.fact-tile .fact-number, .fact-tile .fact-title {
  font-family: 'Hanoded';
  color: #ffffff;
  text-align: center;
}
.fact-tile .fact-number {
  font-size: 18px;
  line-height: 110%;
  padding-bottom: 5px;
  text-shadow: 0px  0px 20px black,
    0px 0px 0px black,
    0px 0px 0px black,
    0px 0px 0px black;
}
.fact-tile .fact-title {
  font-size: 14px;
  line-height: 105%;
  text-transform: uppercase;
  /*align-items: center;*/
  flex-grow: 1;
  display: flex;
  text-shadow:  0px  0px 20px black,
    0px 0px 0px black,
    0px 0px 0px black,
    0px 0px 0px black;
}
.fact-tile .fact-title span.marked {
  font-size: 160%;
  line-height: 110%;
}
.fact-tile .fact-title span.asterisk {
  font-family: 'Roboto';
  font-size: 8px;
  display: inline-block;
  text-align: center;
  line-height: 100%;
  text-transform: none;
  padding-top: 10px;
}
/* fact content */
.fact-content-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 10px;
}
.fact-content-row.bg-yellow {
  background-color: #ffe500;
}
.fact-content-video {
  flex-basis: 100%;
  padding: 10px;
}
.fact-content-close {
  font-family: 'Frankfurter';
  z-index: 2;
  color: #CF0008;
  padding: 5px 12px;
  font-size: 33px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
}
.fact-content-text {
  flex-basis: 100%;
  padding: 4%;
  position: relative;
}
.fact-info-title {
  font-family: 'Frankfurter';
  color: #CF0008;
  font-size: 21px;
  line-height: 100%;
  padding-bottom: 10px;
  padding-right: 30px;
}
.fact-info-title span.asterisk {
  display: inline-block;
  font-family: 'Roboto';
  font-size: 50%;
  line-height: 100%;
  padding-top: 10px;
}
.fact-info-text {
  color: #5B5B5B;
}
.fact-info-social {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.fact-info-social img {
  max-width: 32px;
  height: auto;
}
.fact-info-social span {
  padding-right: 10px;
}
.fact-info-social .social-hashtag {
  padding-left: 5px;
  font-family: 'Frankfurter';
  color: #CF0008;
  font-size: 21px;
}
.fact-content-container {
  flex-basis: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
}
.fact-teaser-row {
  padding: 5px;
}
.fact-teaser-row.bg-grey {
  background-color: #edeef2;
}
.teaser-box-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.fact-content-teaser-box {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.teaser-box-image {
  flex-grow: 0;
}
.teaser-box-image, .teaser-box-text {
  flex-basis: 100%;
}
.teaser-box-image a, .teaser-box-text a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.teaser-box-text {
  color: #CF0008;
  background-color: #ffffff;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teaser-box-text a {
  color: #CF0008;
}

@media screen and (min-width: 480px)
{
  .ntk-osd-image img {
    max-width: 180px;
  }
  .ntk-title
  {
    padding: 10px 0 10px 0;
  }
  .ntk-title-big {
    font-size: 74px;
  }
  .ntk-title-small {
    font-size: 28px;
  }
  .button a {
    /*      font-size: 16px;
          padding: 8px 16px;
          width: 180px;*/
  }
  .fact-tile .fact-number {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .fact-tile .fact-title span.asterisk {
    font-size: 12px;
  }
}

@media screen and (min-width: 600px)
{
  .ntk-buttons.show-mobile {
    display: none;
  }
  .ntk-buttons.show-desktop {
    display: flex;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px)
{
  .ntk-osd-image img {
    max-width: 260px;
  }
  .ntk-title
  {
    padding: 20px 0 20px 0;
  }
  .ntk-title-big {
    font-size: 160px;
  }
  .ntk-title-small {
    font-size: 44px;
  }
  .button a {
    /*    font-size: 20px;
        padding: 10px 24px;
        width: 230px;*/
  }
  .ntk-buttons {
    flex-direction: row;
  }
  .fact-content-video {
    flex-basis: 50%;
  }
  .fact-content-text {
    flex-basis: 50%;
  }
  .fact-cat-container {
    flex-basis: 33.33%;
  }
  .fact-info-title, .fact-info-social .social-hashtag {
    font-size: 27px;
  }
  .fact-tile-container {
    flex-basis: 33.33%;
  }
  .fact-tile .fact-number {
    font-size: 34px;
  }
  .fact-tile .fact-title {
    font-size: 20px;
  }
  .fact-content-teaser-box {
    flex-basis: 25%;
  }
  .teaser-box-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px)
{
  .ntk-osd-image img {
    max-width: 400px;
  }
  .ntk-title
  {
    padding: 20px 0 50px 0;
  }
  .ntk-title-big {
    font-size: 180px;
  }
  .ntk-title-small {
    font-size: 54px;
  }
  .button a {
    /*    font-size: 20px;
        padding: 10px 24px;*/
  }
  .fact-tile .fact-title span.asterisk {
    font-size: 14px;
  }
  .fact-content-video {
    flex-basis: 60%;
  }
  .fact-cat-container {
    /* flex-basis: 25%; */
    flex-basis: 20%;
  }
  .fact-content-text {
    flex-basis: 40%;
  }
  .fact-tile-container {
    flex-basis: 25%;
  }
  .fact-tile .fact-number {
    font-size: 36px;
  }
  .fact-tile .fact-title {
    font-size: 22px;
  }
  .fact-info-social img {
    max-width: 48px;
  }
  .fact-teaser-row {
    padding: 15px;
  }
}

@media screen and (min-width: 1280px)
{
  #video-wrapper {
    margin: 0 -40px;
  }
}

@media screen and (min-width: 1440px)
{
  .ntk-osd-image img {
    max-width: 503px;
  }
  .ntk-title
  {
    padding: 40px 0 80px 0;
  }
  .ntk-title-big {
    font-size: 220px;
  }
  .ntk-title-small {
    font-size: 58px;
  }
  .button a {
    /*    font-size: 22px;
        padding: 12px 24px;
        width: 225px;*/
  }
  .fact-cat-container {
    /*  flex-basis: 12.5%; */
    flex-basis: 11.1%;
  }
  .fact-info-title, .fact-info-social .social-hashtag {
    font-size: 37px;
  }
  .fact-tile .fact-number {
    font-size: 48px;
  }
  .fact-tile .fact-title {
    font-size: 32px;
  }
  .fact-info-social img {
    max-width: 60px;
  }
  .teaser-box-text {
    font-size: 18px;
  }
}

/* video iframe */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.boxed-50 {
  padding: 50px;
}

.mfp-close {
  width: 32px;
  height: 32px;
  background-color: #CF0008 !important;
  opacity: 1 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-family: 'Frankfurter';
  color: #ffffff !important;
  font-size: 31px;
  top: -23px;
  right: 10px;
  padding-bottom: 3px !important;
}


