body {
  background: url("../img/bg_serien.jpg") no-repeat #000;
  background-size: 100%;
}

.card-columns {
  column-count: 5;
}

a {
  color: #000000;
}

a:hover {
  color: #f65f24;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: lighter;
}

h4 {
  font-size: 18px;
}

input:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.xxdisabledform-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #fff;
}

.bg-black {
  background: #000000;
}
.text-primary {
  color: #f65f24 !important;
}

.wrapper {
  max-width: 1600px;
  margin: auto;
  background: #f8f8f8;
  padding-bottom: 50px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.container {
  max-width: 1500px;
}

.mt-15 {
  margin-top: 15px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-50 {
  margin-top: 50px;
}

.mb-15 {
  margin-bottom: 15px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-50 {
  margin-bottom: 50px;
}

.bg-grey {
  background: #f8f8f8;
}

.navbar {
  background: #020202;
}

.navbar a {
  color: white;
}

.navbar .navbtn.btn {
  color: white;
  background: #333333;
  border-color: #333333;
}

.navbar .navbtn.btn:hover {
  background: #f65f24;
  border-color: #f65f24;
}

.top-search .form-row {
  margin-right: 0px;
  margin-left: 0px;
}

.btn {
  border-radius: 0;
}

.btn:focus {
  outline: none;
}

.btn-primary {
  background: #f65f24;
  border-color: #f65f24;
}

.btn-primary:focus,
.btn-primary:hover {
  background: #f77444 !important;
  border-color: #f77444 !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn-success {
  background: #059b5e;
  border-color: #059b5e;
}

.btn-success:hover {
  background: #2ea977;
  border-color: #2ea977;
  color: #ffffff;
}

.btn-doku {
  background: #059b5e;
  border-color: #059b5e;
  color: #ffffff;
}

.btn-edit-acp {
  background: #77b2ff;
  border-color: #000000;
  color: #ffffff !important;
}
.btn-edit-acp:hover {
  background: rgba(255, 0, 0, 0.43);
  border-color: #000000;
  color: #ffffff;
}

.btn-doku:hover {
  background: #2ea977;
  border-color: #2ea977;
  color: #ffffff;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.header {
  background: url("/img/header_sj.png") no-repeat;
  height: 213px;
  margin-top: -17px;
  position: relative;
}

#topnav .nav-link {
  color: #fff;
}

#topnav .nav-link:hover {
  color: #f65f24;
}

.navbar-brand {
  color: #ffffff;
}

.navbar-brand span {
  color: #f65f24;
}

.navbar-brand a:hover {
  text-decoration: none;
}

.xxdisabledform-control {
  color: #495057;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}

.btn-search {
  background: #f65f24;
  color: #fff;
}

.btn-search:hover {
  background: #f77444;
  color: #fff;
}

.title-box {
  background: #f65f24;
  color: #fff;
  padding: 15px 25px;
  font-size: 30px;
  font-weight: lighter;
}

.abc_container .letter {
  border: 1px solid #f65f24;
  padding: 5px 10px;
  margin: 2px;
  color: #f65f24;
  display: inline-block;
  margin-bottom: 5px;
}

.image-grid {
  font-size: 0;
  flex-flow: row wrap;
  display: flex;
  max-height: 640px;
  overflow: hidden;
}
.image-grid figure {
  flex: auto;
  width: 185px;
}
.image-grid figure:hover {
  /* opacity: 0.8; */
}
.image-grid figure img {
  width: 100%;
  height: auto;
}

.snip1504 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  min-width: 185px;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background-color: #000;
}

.snip1504 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1504 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1504 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.snip1504 h2,
.snip1504 div {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1504 h2 {
  font-size: 14px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}

.snip1504 div {
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  color: #888;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.snip1504 .btn {
  color: #fff;
  border: 1px solid #fff;
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
}

.snip1504 .btn:hover {
  color: #f65f24;
  border: 1px solid #f65f24;
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
}

.snipl504:active > img,
.snip1504:focus > img,
.snip1504:hover > img,
.snip1504.hover > img {
  opacity: 0.1;
}

.snip1504:hover h2,
.snip1504.hover h2,
.snip1504:hover .btn,
.snip1504:hover div,
.snip1504.hover div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

h3.title {
  color: #f65f24;
  font-size: 1.25rem;
  font-weight: lighter;
}

.wellcome-title {
  background: #f65f24;
  color: #fff;
  font-size: 40px;
  font-weight: lighter;
  position: absolute;
  margin-top: -60px;
}

.content-box.wellcome {
  min-height: 210px;
}

.content-box .news-space.title {
  margin-top: 80px;
  color: #f65f24;
  font-size: 18px;
  font-weight: lighter;
}

.de_flag {
  background: url("../img/de.png") no-repeat center;
  font-size: 0;
  width: 16px;
  height: 11px;
  display: block;
  margin-top: 5px;
}

.us_flag {
  background: url("../img/eng.png") no-repeat center;
  font-size: 0;
  width: 16px;
  height: 11px;
  display: block;
  margin-top: 5px;
}

.table td,
.table th {
  padding: 0.25rem 0.75rem;
  vertical-align: middle;
  border-top: 0;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0;
  background: #000;
  color: #ffffff;
  font-weight: normal;
}

.page-item.disabled .page-link {
  color: #ffffff;
  pointer-events: none;
  cursor: auto;
  background-color: #000000;
  border-color: #fff;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #f65f24;
  background-color: #000000;
  border: 1px solid #fff;
}

.page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f65f24;
  border-color: #fff;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.figure_layer {
  z-index: 99;
  background: rgba(0, 0, 0, 0.9);
  display: block;
  min-height: 450px;
  position: absolute;
  max-width: 1470px;
  width: calc(100% - 30px);
  top: 15%;
  font-size: initial;
  color: #777777;
  display: none;
}

.figure_layer img {
  max-height: 350px;
}

.figure_layer .close {
  text-shadow: none;
  color: #777777;
  font-size: 4rem;
  font-weight: lighter;
  margin-bottom: -64px;
}

.meta {
  color: #777777;
  font-size: 1.25rem;
}

.meta span {
  margin-right: 10px;
}
.meta-score {
  color: #f65f24;
}

.maturity-number {
  text-transform: uppercase;
  border: 1px solid #777777;
  padding: 3px 5px;
  unicode-bidi: normal;
  white-space: nowrap;
  font-size: 1rem;
}

.meta-genre {
  margin-top: 15px;
}

.meta-genre a {
  color: #777777;
}

.meta-genre a:hover {
  color: #f65f24;
}

.btn-secondary-line {
  color: #777777;
  background-color: transparent;
  border-color: #777777;
}

.svg-inline--fa.fa-w-16 {
  width: 1.2em;
  vertical-align: bottom;
}

.dropdown-menu {
  background-color: #f65f24 !important;
  margin-right: 4px;
  border-radius: 0;
}

.dropdown-item {
  background-color: transparent !important;
}

.dropdown-item:hover {
  background-color: #000000 !important;
  color: #f65f24;
}

.detail-p-cover img {
  max-width: 185px;
  margin-right: 25px;
}
.detail-p-cover {
  max-width: 185px;
  margin-right: 25px;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-body {
  padding: 15px 20px;
}

.panel-body .search-label p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #000000;
}

.panel-body .search-value span {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
  font-weight: 100;
  color: #000000;
}

.panel-body .search-value span.address {
  margin-bottom: 0px;
}
.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #000000;
  background-color: #e5e5e5;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  /* height: 52px; */
  display: block;
  padding: 12px 12px 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #000000;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-group span {
  margin-right: 1em;
  display: inline-block;
}

.panel-body .title {
  font-size: 14px;
  font-weight: bold;
}

.grecaptcha-badge {
  width: 0 !important;
}

.border-bottom-2-white {
  border-bottom: 2px solid white;
}

.IMDb {
  font-weight: 500;
  border: 1px solid #f65f24;
  padding: 3px 10px;
  color: #f65f24;
}

.comments {
  margin: 2.5rem auto 0;
  padding: 0 1.25rem;
}

.comment-wrap {
  margin-bottom: 1.25rem;
  display: table;
  width: 100%;
  min-height: 5.3125rem;
}

.photo {
  padding-top: 0.625rem;
  display: table-cell;
  width: 3.5rem;
}
.photo .avatar {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  background-size: contain;
}

.comment-block {
  padding: 1rem;
  background-color: #fff;
  display: table-cell;
  vertical-align: top;
  border-radius: 0.1875rem;
}
.comment-block textarea {
  width: 100%;
  resize: none;
  padding: 10px 10px;
  border: 0;
  background: #f8f8f8;
}

.comment-text {
  margin-bottom: 1.25rem;
}

.bottom-comment {
  color: #acb4c2;
  font-size: 0.875rem;
}

.comment-date {
  float: left;
}

.comment-actions {
  float: right;
}
.comment-actions li {
  display: inline;
  margin: -2px;
  cursor: pointer;
}
.comment-actions li.complain {
  padding-right: 0.75rem;
  border-right: 1px solid #e1e5eb;
}
.comment-actions li.reply {
  padding-left: 0.75rem;
  padding-right: 0.125rem;
}
.comment-actions li a {
  color: #acb4c2;
}
.comment-actions li a:hover {
  color: #f65f24;
}

.widget {
  z-index: 3;
  width: 600px;
  padding: 50px 0px 70px;
}

.widget.active {
  transform: translateY(0);
}

.widget:after {
  display: block;
  clear: both;

  content: "";
}

.slider {
  margin: 0 10px;
  width: 540px;
  display: inline-block;
}

.dragdealer {
  margin: 40px 8px 0;

  border-radius: 0px;
  background: #e9e9ea;
}

.dragdealer .green-circle {
  line-height: 30px;

  position: relative;
  z-index: 8;

  width: 30px;
  height: 30px;

  text-align: center;

  background: #fff;
}

.dragdealer .green-circle:after {
  position: absolute;
  top: -8px;
  left: -8px;

  width: 46px;
  height: 46px;

  content: "";
  transition: all 0.1s;

  border: 3px solid #f65f24;
  background: #fff;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}

.dragdealer.active .green-circle:after {
  position: absolute;
  top: -10px;
  left: -10px;

  width: 50px;
  height: 50px;

  content: "";

  border: 3px solid #f65f24;
  background: #fff;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}

@keyframes iconIn {
  0% {
    transform: translateY(40px) scale(0);
  }
  70% {
    transform: translateY(-10px) scale(1.3);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}

@keyframes iconOut {
  0% {
    transform: translateY(0px) scale(1);
  }
  100% {
    transform: translateY(50px) scale(0);
  }
}

.rating-submit-button {
  margin-top: 36px;
  display: inline-block;
  position: absolute;
}

.dragdealer .green-circle .icon {
  position: absolute;
  top: -100px;
  left: -22px;

  width: 75px;
  height: 75px;

  transform: scale(0);
  animation: iconOut 0.3s 1.3s backwards;
  animation-delay: 1s;

  color: white;
  background: #fe5f23;
  background-image: url(../img/faces.jpg);
  background-position-x: -0.5px;
  background-position-y: 0;
}

.dragdealer.active .green-circle .icon {
  transform: scale(1);
  transform: translateY(0px) scale(1);
  animation: iconIn 0.3s forwards;
}

.dragdealer .green-circle .icon:after {
  position: absolute;
  bottom: -10px;
  left: 50%;

  width: 0;
  height: 0;
  margin-left: -10px;

  content: "";

  border-width: 15px 10px 0 10px;
  border-style: solid;
  border-color: #fe5f23 transparent transparent transparent;
}

.scale {
  width: 100%;
  margin-top: 20px;
}

.scale td {
  position: relative;

  width: 10%;

  text-align: center;
}

.scale td:after {
  position: absolute;
  z-index: 5;
  top: -40px;
  left: 50%;

  width: 10px;
  height: 10px;
  margin-left: -6px;

  content: "";

  border-radius: 50%;
  background-color: #bcbec0;
}

.orange-line {
  width: 25%;
  background: #f65f24;
  height: 3px;
  display: block;
  font-size: 0px;
  margin-left: 20px;
}

.border-bottom-2-grey {
  border-bottom: 2px solid #eee;
}

.border-bottom-1-orange {
  border-bottom: 1px solid #f65f24;
}

.heat-rating {
  margin: 25px 0px 0px 40px;
  width: 240px;
}
.rating-block {
  height: 20px;
  width: 20px;
  display: inline-block;
  float: left;
  cursor: pointer;
  opacity: 0.5;
}
.ratings {
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
  display: inline-block;
  float: left;
}
.one {
  background-color: #cb202d;
}
.two {
  background-color: #de1d0f;
}
.three {
  background-color: #ff7800;
}
.four {
  background-color: #ffba00;
}
.five {
  background-color: #edd614;
}
.six {
  background-color: #9acd32;
}
.seven {
  background-color: #5ba829;
}
.eight {
  background-color: #3f7e00;
}
.nine {
  background-color: #305d02;
}

.ten {
  background-color: #305d02;
}

.mirrors li.list-group-item {
  border-radius: 0 !important;
  margin: 2px 0px;
  padding: 0px 0px 0px 15px;
  border: 0;
  line-height: 38px;
}

.mirrors .more {
  padding-top: 15px;
}
.mirrors .more a {
  color: #f65f24;
}
@media all and (min-width: 976px) {
  .image-grid {
    max-height: 567px !important;
  }
}

@media all and (min-width: 1140px) {
  .image-grid {
    max-height: 552px !important;
  }
}

@media all and (min-width: 1200px) {
  .image-grid {
    max-height: 582px !important;
  }
}

@media all and (min-width: 1324px) {
  .image-grid {
    max-height: 630px !important;
  }
}

@media all and (max-width: 991px) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 575px) {
}

/* Filehoster Buttons CSS */
.btn-filer,
.btn-filer:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#95ce86+0,95ce86+16,95ce86+16,669933+89 */
  background: #95ce86 !important; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #95ce86 0%,
    #95ce86 16%,
    #95ce86 16%,
    #669933 89%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #95ce86 0%,
    #95ce86 16%,
    #95ce86 16%,
    #669933 89%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #95ce86 0%,
    #95ce86 16%,
    #95ce86 16%,
    #669933 89%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ce86', endColorstr='#669933',GradientType=0 ) !important; /* IE6-9 */
  color: #fff;
  border: 0 none;
}

.btn-shareonline,
.btn-shareonline:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#212121+0,2b2b2b+54,000000+100 */
  background: #212121 !important; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #212121 0%,
    #2b2b2b 54%,
    #000000 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #212121 0%,
    #2b2b2b 54%,
    #000000 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #212121 0%,
    #2b2b2b 54%,
    #000000 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  border: 0 none;
  color: #02a1e3;
}
.btn-shareonline span {
  color: #fff;
  margin-right: 0;
}
.btn-uploaded,
.btn-uploaded:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#12609b+0,024090+52,20528e+100 */
  background: #12609b !important; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #12609b 0%,
    #024090 52%,
    #20528e 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #12609b 0%,
    #024090 52%,
    #20528e 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #12609b 0%,
    #024090 52%,
    #20528e 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12609b', endColorstr='#20528e',GradientType=0 ) !important; /* IE6-9 */
  border: 0 none;
  color: #fff;
  border: 0 none;
}

.btn-rapidgator,
.btn-rapidgator:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa427+0,ffba60+52,ffa427+100 */
  background: #ffa427 !important; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffa427 0%,
    #ffba60 52%,
    #ffa427 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffa427 0%,
    #ffba60 52%,
    #ffa427 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffa427 0%,
    #ffba60 52%,
    #ffa427 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa427', endColorstr='#ffa427',GradientType=0 ) !important; /* IE6-9 */
  color: #fff;
  border: 0 none;
}

.btn-turbobit,
.btn-turbobit:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8631c+0,e04b04+52,f8631c+100 */
  background: #f8631c !important; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f8631c 0%,
    #e04b04 52%,
    #f8631c 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f8631c 0%,
    #e04b04 52%,
    #f8631c 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f8631c 0%,
    #e04b04 52%,
    #f8631c 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8631c', endColorstr='#f8631c',GradientType=0 ) !important; /* IE6-9 */
  color: #fff;
  border: 0 none;
}

.btn-ddownload,
.btn-ddownload:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f2e79+0,153fa6+52,0f2e79+100 */
  background: #0f2e79 !important; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #0f2e79 0%,
    #153fa6 52%,
    #0f2e79 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #0f2e79 0%,
    #153fa6 52%,
    #0f2e79 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #0f2e79 0%,
    #153fa6 52%,
    #0f2e79 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2e79', endColorstr='#0f2e79',GradientType=0 ) !important; /* IE6-9 */
  color: #fff;
  border: 0 none;
}

.btn-oboom,
.btn-oboom:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#22aff1+0,75d7ff+52,22aff1+100 */
  background: #22aff1 !important; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #22aff1 0%,
    #75d7ff 52%,
    #22aff1 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #22aff1 0%,
    #75d7ff 52%,
    #22aff1 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #22aff1 0%,
    #75d7ff 52%,
    #22aff1 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22aff1', endColorstr='#22aff1',GradientType=0 ) !important; /* IE6-9 */
  color: #fff;
  border: 0 none;
}
