@import url(scss/bootstrap.css);
/* montserrat-200 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/montserrat-v15-latin-200.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v15-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-200.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-200.woff") format("woff"), url("../fonts/montserrat-v15-latin-200.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-200.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-300.woff") format("woff"), url("../fonts/montserrat-v15-latin-300.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-300.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-regular.woff") format("woff"), url("../fonts/montserrat-v15-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v15-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v15-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-500.woff") format("woff"), url("../fonts/montserrat-v15-latin-500.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-500.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-600.woff") format("woff"), url("../fonts/montserrat-v15-latin-600.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-600.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-700.woff") format("woff"), url("../fonts/montserrat-v15-latin-700.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v15-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v15-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-800.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-800.woff") format("woff"), url("../fonts/montserrat-v15-latin-800.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-800.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* line 98, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
html, body {
  font-family: 'Montserrat';
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  background-image: linear-gradient(180deg, #E6007E 0%, #00141D 100%);
  min-height: 100vh;
  overflow-x: hidden; }

/* line 113, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
h1 {
  font-size: 1.9rem;
  font-weight: 700; }
  @media (min-width: 700px) {
    /* line 113, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
    h1 {
      font-size: 3rem;
      font-weight: 700; } }

/* line 122, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
h2 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: normal;
  word-wrap: normal;
  font-size: 1.7rem;
  font-weight: 600; }
  @media (min-width: 700px) {
    /* line 122, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
    h2 {
      font-size: 2.3rem; } }
  /* line 136, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  h2.herotitle {
    word-break: normal;
    word-wrap: normal;
    font-size: 1.3rem; }
    @media (min-width: 700px) {
      /* line 136, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
      h2.herotitle {
        font-size: 2.3rem; } }

/* line 145, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
h5 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: normal;
  word-wrap: normal; }

/* line 155, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
h6.herotitle {
  font-size: 0.8rem; }
  @media (min-width: 700px) {
    /* line 155, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
    h6.herotitle {
      font-size: 1rem; } }

/* line 162, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.card-text {
  font-size: 1.075rem; }
  @media (min-width: 700px) {
    /* line 162, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
    .card-text {
      font-size: 1.375rem; } }

/* line 168, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.main-text {
  font-size: 1.0rem; }
  @media (min-width: 700px) {
    /* line 168, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
    .main-text {
      font-size: 1.175rem; } }

/* line 174, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.small-text {
  font-size: 0.87rem; }
  @media (min-width: 700px) {
    /* line 174, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
    .small-text {
      font-size: 0.87rem; } }

/* line 180, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.opacityhover {
  opacity: 0.5;
  transition: 0.25s ease opacity; }
  /* line 181, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .opacityhover > a {
    text-decoration: none !important; }
  /* line 187, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .opacityhover:hover {
    opacity: 1; }

/* line 201, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.btn {
  -webkit-appearance: none;
  font-weight: 600;
  font-size: 0.9rem !important;
  padding: 0.375rem 1rem;
  transition: 0.25s ease all; }
  /* line 207, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .btn:active {
    transform: scale(0.95); }

/* line 211, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.navbar-toggler {
  border: 0px;
  padding: 0; }

/* line 217, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
a {
  color: white !important; }

/* line 220, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.btn-link {
  font-size: 0.9rem !important;
  text-decoration: none;
  color: white !important;
  border-bottom: 1px dotted white;
  transition: 0.4s ease all; }
  /* line 226, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .btn-link:hover {
    border-bottom: 1px dotted transparent; }

/* line 232, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
  border: none; }
  /* line 239, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .btn-labeled .btn-label {
    position: relative;
    left: -16px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 3px 0 0 3px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    transition: 0.3s ease-out clip-path; }
  /* line 249, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .btn-labeled:hover .btn-label {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%); }

/* line 254, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.btn-lg {
  font-size: 0.9rem !important; }

/* line 257, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.bg-magenta {
  background-color: #E6007E !important; }

/* line 261, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.bg-primary {
  background-color: #01141D !important; }

/* line 265, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.bg-dark {
  background-color: #01141D !important; }

/* line 268, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.bg-darklight {
  background-color: #1F4151 !important; }

/* line 272, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.rounded {
  border-radius: 0.7rem !important; }

/* line 275, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.rounded-top {
  border-top-left-radius: 0.7rem !important;
  border-top-right-radius: 0.7rem !important; }

/* line 287, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.card {
  background-color: #01141D; }

/* line 291, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.border-dark {
  border-color: #214455 !important; }

/* line 295, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.btn-primary {
  background-color: #E6007E;
  border-color: #E6007E; }
  /* line 299, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .btn-primary:hover {
    background-color: #b30062;
    border-color: #b30062; }

/* line 306, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.icon-bar {
  width: 22px;
  height: 2px;
  background-color: white;
  display: block;
  transition: all 0.2s;
  margin-top: 4px; }

/* line 315, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.navbar-toggler {
  border: none;
  background: transparent !important; }
  /* line 319, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .navbar-toggler > .top-bar {
    margin-top: 0px; }
  /* line 322, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .navbar-toggler:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important; }

/* line 328, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #001925;
  background-clip: padding-box;
  border: 1px solid #1F4151;
  border-radius: 0.25rem; }

/* line 344, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.dropdown-divider {
  background-color: #214455; }

/* line 347, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #002a3f; }

/* line 353, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.navbar-toggler.active {
  border: none;
  background: transparent !important; }
  /* line 357, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .navbar-toggler.active:hover {
    background: transparent !important; }
  /* line 361, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .navbar-toggler.active .icon-bar {
    width: 22px;
    transition: all 0.2s ease-in-out; }
  /* line 365, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .navbar-toggler.active .top-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%; }
  /* line 371, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .navbar-toggler.active .middle-bar {
    opacity: 0; }
  /* line 374, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .navbar-toggler.active .bottom-bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -webkit-transform-origin: 10% 90%; }

/* line 381, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.navbar-toggler {
  outline: 0 !important;
  cursor: pointer; }
  /* line 384, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .navbar-toggler .icon-bar {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
  /* line 388, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .navbar-toggler .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0); }
  /* line 392, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .navbar-toggler .middle-bar {
    opacity: 1; }
  /* line 395, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .navbar-toggler .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0); }

/* line 400, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.nav-link {
  font-size: 0.95rem;
  font-weight: 600; }

/* line 405, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.nav-link {
  transition: 0.2s ease all; }
  @media (min-width: 576px) {
    /* line 405, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
    .nav-link {
      padding-right: 0.9rem !important;
      padding-left: 0.9rem !important; } }
  /* line 411, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .nav-link:hover {
    opacity: 0.8; }

/* line 416, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
footer {
  font-size: 0.95rem; }
  /* line 418, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  footer a.link-secondary {
    transition: 0.2s ease-out all; }
    /* line 420, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
    footer a.link-secondary:hover {
      opacity: 0.6; }

/* line 425, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: #214455;
  border: 0;
  opacity: 1; }

/* line 433, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.footer-socials {
  opacity: 0.7;
  transition: 0.2s ease-out all; }
  /* line 437, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .footer-socials:hover {
    opacity: 1;
    transform: scale(1.1); }

/* line 443, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.zoom-on-hover {
  transition: 0.2s ease-out all; }
  /* line 445, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .zoom-on-hover:active {
    transform: scale(0.98); }
  /* line 448, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .zoom-on-hover:hover {
    transform: scale(1.06);
    cursor: pointer; }

/* line 453, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.zoom-on-hover-slim {
  transition: 0.2s ease-out all; }
  /* line 455, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .zoom-on-hover-slim:active {
    transform: scale(0.98); }
  /* line 458, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .zoom-on-hover-slim:hover {
    transform: scale(1.02); }

/* line 464, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.mouseovercursor:hover {
  cursor: pointer; }

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(18px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes reveal-back-up {
  from {
    opacity: 1;
    transform: translateY(0px); }
  to {
    opacity: 0.01;
    transform: translateY(-18p); } }

@keyframes reveal-back-down {
  from {
    opacity: 0.01;
    transform: translateY(-18px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes zoom-in {
  from {
    transform: scale(1.05); }
  to {
    transform: scale(1); } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* line 521, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.reveal-1 {
  animation-delay: 0.2s;
  opacity: 0;
  animation-name: reveal-up;
  animation-duration: 1.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

/* line 529, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.reveal-2 {
  opacity: 0;
  animation-delay: 0.4s;
  animation-name: reveal-up;
  animation-duration: 0.9s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

/* line 537, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.reveal-3 {
  opacity: 0;
  animation-delay: 0.5s;
  animation-name: reveal-up;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

/* line 546, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.reveal-back-1 {
  transform: translateY(-18px);
  animation-delay: 0s;
  animation-name: reveal-back-up;
  animation-duration: 1s;
  animation-timing-function: ease-out; }

/* line 555, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.reveal-back-2 {
  animation-delay: 0s;
  animation-name: reveal-back-down;
  animation-duration: 1s;
  animation-timing-function: ease-out; }
  /* line 561, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .reveal-back-2.timer-2 {
    animation-timing-function: ease-in-out; }

/* line 566, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.zoom-in {
  animation-delay: 0s;
  animation-name: zoom-in;
  animation-duration: 1.7s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

/* line 575, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.fade-in-after-1 {
  opacity: 0 !important;
  animation-delay: 2.5s;
  animation-name: fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes wait-50ms {
  0% {
    opacity: 0;
    transform: scale(0); }
  50% {
    transform: scale(1); }
  100% {
    opacity: 1;
    transform: scale(1);
    visibility: visible; } }

/* line 601, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.wait-50ms {
  visibility: hidden;
  opacity: 0;
  animation-delay: 50ms;
  animation-name: wait-50ms;
  animation-duration: 0.25s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

/* line 610, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px; }

@keyframes floating {
  from {
    transform: translate(0, 0px); }
  65% {
    transform: translate(0, 15px); }
  to {
    transform: translate(0, 0px); } }

/* line 625, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.antifloating {
  animation-name: antifloating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: -15px;
  opacity: 0.7; }

@keyframes antifloating {
  from {
    transform: scale(1);
    opacity: 0.5; }
  65% {
    transform: scale(0.65);
    opacity: 0.7; }
  to {
    transform: scale(1);
    opacity: 0.5; } }

/* line 644, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.time {
  text-align: right;
  font-size: 0.87rem; }
  /* line 649, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .time > img {
    display: inline-block !important; }

/* line 654, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.videobox {
  position: relative;
  margin-right: 1.5rem; }
  /* line 657, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .videobox .time {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0.87rem; }
    /* line 663, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
    .videobox .time > img {
      display: inline-block !important; }
  /* line 669, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .videobox .videobox-hero {
    height: 55vh;
    background-size: cover !important;
    background-repeat: no-repeat; }
  /* line 675, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .videobox .videobox-small {
    height: 180px;
    background-size: cover !important;
    background-repeat: no-repeat; }
    @media (min-width: 700px) {
      /* line 675, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
      .videobox .videobox-small {
        height: 255px; } }
  /* line 683, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .videobox .vidinfo {
    padding: 2px 12px;
    border: 1px solid white;
    font-size: 0.87rem;
    opacity: 0.6;
    border-radius: 0.35rem; }

/* line 694, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.infotoptitle {
  opacity: 0.7; }

/* line 697, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.infotoptitle-small {
  font-size: 0.75rem !important; }

/* line 701, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.searchbar {
  margin-bottom: auto;
  margin-top: auto;
  height: 60px;
  background-color: transparent;
  border-radius: 30px;
  padding: 10px 10px 10px 0px; }

/* line 710, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.search_input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color: transparent;
  line-height: 40px;
  transition: width 0.3s ease-out; }

/* line 721, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.searchbar:hover > .search_input {
  padding: 0 0px;
  width: 70vw;
  caret-color: red;
  transition: width 0.4s linear; }
  @media (min-width: 700px) {
    /* line 721, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
    .searchbar:hover > .search_input {
      width: 20vw; } }

/* line 731, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.searchbar:hover > .search_icon {
  background: #001925; }

/* line 736, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.search_icon {
  height: 40px;
  width: 30px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  background: none;
  border: none; }

/* line 750, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.cat-img-thumbnail {
  width: 181px;
  height: 128px;
  background-size: cover; }

/* line 755, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.cat-list {
  text-decoration: none !important; }
  /* line 757, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .cat-list .cat-bg {
    transition: 0.3s ease background-color; }
  /* line 760, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .cat-list:hover .cat-bg {
    background-color: #001925; }

/* line 764, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.small-cat-icon {
  width: 50px;
  height: 50px;
  background-size: cover; }

/* line 770, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent;
  border-bottom: 1px dotted white; }

/* line 776, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.nav-pills .nav-link {
  color: #c3c3c3;
  font-size: 1.3rem;
  font-weight: 400;
  color: white;
  background: none;
  border: 0;
  border-radius: 0rem !important;
  padding: 0 !important;
  margin-right: 1.5rem !important; }
  @media (min-width: 700px) {
    /* line 776, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
    .nav-pills .nav-link {
      font-size: 1.5rem; } }

/* line 790, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.heightdepending {
  height: 260px; }
  @media (min-width: 700px) {
    /* line 790, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
    .heightdepending {
      height: 500px; } }

/* line 797, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.5em; }

/* line 803, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.backlink {
  margin-left: 0px;
  transition: 0.25s ease-out all; }
  /* line 806, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .backlink:hover {
    margin-left: -10px; }

/* line 811, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.list-group-item-dark {
  color: #141619;
  background-color: #001925 !important;
  transition: 0.2s ease-out all; }
  /* line 817, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
  .list-group-item-dark:hover {
    background-color: #002a3f !important;
    padding-left: 20px;
    padding-right: 15px; }

/* line 824, /Users/christianbinder/Desktop/Mediathek HTML/assets/css/style.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  font-size: 0.95rem !important; }

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