@charset "UTF-8";
/*$color_bg_blue: #2584C2;*/
/*
defaults
*/
* {
  box-sizing: border-box;
}
form {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, p {
  margin: 0 0 0.7em 0;
}
a img {
  border: none;
}
.hidden {
  visibility: hidden;
  display: none !important;
}
.clear, .clearer, .clearfix {
  clear: both;
  display: block;
}
table {
  table-layout: fixed;
}
#mfPreviewBar, #mfPreviewBarShow {
  display: none !important;
}
/*
form default
*/
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
legend {
  display: none;
}
label {
  text-transform: uppercase;
  font-family: 'ApercuRegular', Verdana, sans-serif;
  line-height: 2em;
}
input, select, textarea, .qq-uploader {
  border: 1px solid #ffffff;
  background: #1A1A1A;
  color: #ffffff;
  font-family: 'ApercuRegular', Verdana, sans-serif;
  padding: 5px;
  min-width: 250px;
  text-align: center;
  margin: 0 0 10px 0;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}
input[type="checkbox"] {
  width: auto;
  min-width: 0;
  border: 0 none;
  background: transparent none;
}
input[type="submit"], button[type="submit"] {
  border: none;
  font-family: 'FashionDidot', Times, serif;
  color: #0093C9;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
  margin: 20px 0 0 0;
}
.ui-datepicker select {
  min-width: 0;
}
.monthpicker .ui-datepicker-calendar {
  display: none;
}
/*button[type="submit"] {
  color: $color_text_white;
}*/
.qq-uploader {
  width: 250px !important;
  margin: 0 auto;
}
/*
typo and positioning
*/
body {
  font-family: 'ApercuRegular', Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
h1 {
  font-family: 'FashionDidot', Times, serif;
  border-bottom: 2px solid #ffffff;
  padding: 0 30px 5px 30px;
  display: inline-block;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.05em;
}
h2 {
  font-weight: normal;
  font-family: 'FashionDidot', Times, serif;
  color: #0093C9;
  font-size: 28px;
}
h3 {
  font-weight: normal;
  font-family: 'FashionDidot', Times, serif;
  font-size: 28px;
}
h4, h5 {
  font-size: 15px;
}
h2.register {
  color: #ffffff;
}
h2.register a {
  text-decoration: none;
}
h2.register a.user {
  color: #0093C9;
}
h2.register a.user.active {
  text-decoration: underline;
}
h2.register a.kuenstler {
  color: #FD8079;
}
h2.register a.kuenstler.active {
  text-decoration: underline;
}
/*
navigation
*/
nav ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
nav ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav ul li a {
  text-decoration: none;
}
.navigation-menu {
  text-align: center;
  position: relative;
  padding: 0;
  font-family: 'calendas_plusbold', Times, serif;
}
.navigation-menu span.title {
  font-family: 'FashionDidot', Times, serif;
  font-size: 16px;
}
.navigation-menu li {
  display: inline-block;
  border-bottom: 5px solid #ffffff;
}
.navigation-menu li i.fa {
  display: none;
}
.navigation-menu .navigation-main-description {
  position: absolute;
  width: 35%;
  text-align: center;
  left: 0;
  bottom: -20px;
  color: #0093C9;
  line-height: 1.1em;
}
.navigation-menu .navigation-main-description span {
  font-family: "icomoon";
  position: absolute;
  font-size: 26px;
}
.navigation-menu #navigation-main-45 {
  width: 170px;
  margin-left: -50px;
}
.navigation-menu #navigation-main-45 a {
  color: #0093C9;
  text-decoration: none;
}
.navigation-menu #navigation-main-45 .navigation-main-description span {
  right: 0;
  bottom: 30px;
}
.navigation-menu #navigation-main-45.act, .navigation-menu #navigation-main-45:hover {
  border-bottom: 5px solid #0093C9;
}
.navigation-menu #navigation-main-46 {
  width: 120px;
}
.navigation-menu #navigation-main-46 a {
  color: #FD8079;
  text-decoration: none;
}
.navigation-menu #navigation-main-46 .navigation-main-description {
  left: auto;
  right: 0;
  color: #FD8079;
}
.navigation-menu #navigation-main-46 .navigation-main-description span {
  left: 0;
  bottom: 30px;
}
.navigation-menu #navigation-main-46.act, .navigation-menu #navigation-main-46:hover {
  border-bottom: 5px solid #FD8079;
}
.icon-Zugangsdaten .path1:before {
  content: "";
  color: black;
}
.icon-Zugangsdaten .path2:before {
  content: "";
  color: black;
  margin-left: -1em;
}
.icon-Zugangsdaten .path3:before {
  content: "";
  color: white;
  margin-left: -1em;
}
/*
layout
*/
body {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}
body, tr {
  color: #000000;
}
.page-block {
  display: table;
  width: 100%;
}
.page-block .page-row {
  display: table-row;
}
.page-block .page-row .page-cell {
  display: table-cell;
  vertical-align: top;
}
.page-block .page-row .page-cell.sell-left, .page-block .page-row .page-cell.cell-side {
  width: 220px;
  padding: 0 20px 40px 20px;
  background-color: #fff;
}
/*
header
*/
.page-header {
  height: 28px;
  line-height: 28px;
  background-color: #1A1A1A;
  color: #ffffff;
  font-size: 14px;
}
.page-header a {
  color: #ffffff;
}
.page-header button[type="submit"] {
  font-size: 20px;
  margin: 0;
}
.page-header .menu-top {
  text-align: center;
}
.page-header .menu-top li {
  margin-top: 5px;
  padding: 0 15px;
  line-height: 18px;
}
.page-header .menu-top li:hover, .page-header .menu-top li.act {
  border-top: 5px solid #ffffff;
  margin-top: -5px;
}
.page-header .menu-top a {
  text-transform: uppercase;
}
.page-header #user_loginform {
  position: absolute;
  top: 0;
  left: 0;
}
.page-header #user_loginform label {
  margin: 0 0 0 6px;
}
.page-header #user_loginform .toplogin-input {
  min-width: 0;
  width: 100px;
  padding: 2px;
  margin: 0 0 0 6px;
}
.page-header #user_loginform button {
  vertical-align: sub;
}
.page-header #user_loginform button[type="submit"] {
  color: #ffffff;
}
.page-header #user_logoutform {
  position: absolute;
  left: 50%;
  width: 200px;
  margin: 0 0 0 -100px;
  text-align: center;
}
.page-header #user_logoutform ul {
  margin: 0;
}
.page-header #user_logoutform li {
  list-style: none;
  display: inline;
}
.page-header #user_logoutform a {
  text-transform: uppercase;
  text-decoration: none;
}
.page-header .logininfo-top {
  text-align: right;
  height: 28px;
}
.page-header .logininfo-top .logininfo-name, .page-header .logininfo-top .user-image {
  display: inline-block;
}
.page-header .logininfo-top .logininfo-name {
  font-family: 'FashionDidot', Times, serif;
  line-height: 28px;
  font-size: 18px;
  vertical-align: top;
  margin: 0 20px 0 0;
}
.page-header .logininfo-top .user-image img {
  height: 28px;
  width: auto;
}
.page.archiv .page-header {
  background-color: #0093C9;
}
.page.space .page-header {
  background-color: #FD8079;
}
.page-logo, .page-search, .main-menu {
  color: #000000;
  text-align: center;
}
.page-logo a, .page-search a, .main-menu a {
  color: #000000;
}
.page-logo {
  padding-top: 65px;
}
.page-logo .logo {
  font-size: 130px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'FashionDidot', Times, serif;
  margin: 0 0 0 -212px;
  line-height: 100px;
}
.tqw-logo {
  padding-top: 45px;
  float: left;
  margin: 0 0 0 20px;
}
.tqw-logo img {
  max-width: 300px;
  max-height: 74px;
}
/*
menu
*/
nav.main-menu {
  height: 20px;
  line-height: 20px;
  margin: 35px 0;
}
nav.main-menu li span {
  background-color: #1A1A1A;
  display: none;
  height: 5px;
  width: auto;
  margin: -11px 30px 5px 30px;
}
nav.main-menu li a {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 15px;
  font-family: 'ApercuBold', Verdana, sans-serif;
}
nav.main-menu li:hover span, nav.main-menu li.act span {
  display: block;
}
/*
search
*/
.page-cell.search {
  text-align: center;
}
.page-cell.search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000000;
  line-height: 60px;
  height: 60px;
}
.page-cell.search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
  line-height: 60px;
  height: 60px;
}
.page-cell.search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
  line-height: 60px;
  height: 60px;
}
.page-cell.search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000;
  line-height: 60px;
  height: 60px;
}
.page-cell.search .input-search {
  border: 4px solid #000000;
  color: #000000;
  display: block;
  font-size: 38px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  max-width: 615px;
  text-align: center;
  width: 100%;
  font-family: 'FashionDidot', Times, serif;
  background-color: #ffffff;
  padding: 4px 0 0 0;
}
.page-cell.search .search-extended-link {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  font-family: 'FashionDidot', Times, serif;
  font-size: 16px;
}
.page-navigation-info {
  margin: 10px 0;
}
.page-navigation-info .page-cell.info {
  text-align: center;
  font-family: 'calendas_plusbold', Times, serif;
}
.page.archiv .page-navigation-info {
  color: #0093C9;
}
.page.space .page-navigation-info {
  color: #FD8079;
}
/* form */
.femanager_new, .csc-mailform, .row-fluid {
  max-width: 600px;
  margin: 0 auto;
}
.femanager_new .femanager_fieldset, .femanager_new #femanager_field_fine-uploader, .femanager_new .span6, .csc-mailform .femanager_fieldset, .csc-mailform #femanager_field_fine-uploader, .csc-mailform .span6, .row-fluid .femanager_fieldset, .row-fluid #femanager_field_fine-uploader, .row-fluid .span6 {
  width: 296px;
  display: inline-table;
  vertical-align: top;
}
.femanager_new #playlist_title, .csc-mailform #playlist_title, .row-fluid #playlist_title {
  text-transform: uppercase;
}
.femanager_new .femanager_submit, .csc-mailform .femanager_submit, .row-fluid .femanager_submit {
  display: inline;
}
.femanager_new .fa, .csc-mailform .fa, .row-fluid .fa {
  font-size: 16px;
}
.femanager_new #femanager_field_preview-image, .femanager_new #femanager_field_preview-profileBackground, .csc-mailform #femanager_field_preview-image, .csc-mailform #femanager_field_preview-profileBackground, .row-fluid #femanager_field_preview-image, .row-fluid #femanager_field_preview-profileBackground {
  position: absolute;
  background-color: #1A1A1A;
  border: 1px solid #ffffff;
  padding: 5px;
  z-index: 1;
  max-width: 296px;
}
.femanager_new .fileupload_image, .femanager_new .fileupload_profileBackground, .csc-mailform .fileupload_image, .csc-mailform .fileupload_profileBackground, .row-fluid .fileupload_image, .row-fluid .fileupload_profileBackground {
  width: 240px !important;
  height: auto !important;
}
.tx-femanager .femanager_flashmessages > .message-ok, .tx-femanager .femanager_flashmessages > .message-notice, .tx-femanager .femanager_error {
  background-color: #1A1A1A;
  background-image: none;
  border: none;
  color: #ffffff;
}
div.csc-mailform ol {
  list-style: none;
}
div.csc-mailform ol label {
  display: block;
  float: none;
  width: 100%;
}
div.csc-mailform ol label em {
  display: none;
}
/*
content
*/
.content {
  background-color: #1A1A1A;
  text-align: center;
  min-height: 300px;
  color: #ffffff;
  padding: 20px 20px 60px 20px;
}
.content a {
  color: #ffffff;
}
.content a:hover {
  text-decoration: none;
}
.content .frame-1, .content .frame-2, .content .csc-frame-frame1 {
  padding: 20px 40px;
  max-width: 600px;
  margin: 0 auto;
}
.content .frame-1 p, .content .frame-2 p, .content .csc-frame-frame1 p {
  text-align: left;
}
.content .csc-frame-frame1 p {
  text-align: center;
}
.content .frame-1 {
  border: 2px dashed #ffffff;
}
.content .frame-2 {
  border-left: 2px dashed #ffffff;
  border-right: 2px dashed #ffffff;
  border-bottom: 2px dashed #ffffff;
}
.content .frame-3 {
  margin: 80px 0 0;
}
/*
footer
*/
.page-footer {
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  font-family: 'ApercuBold', Verdana, sans-serif;
  position: fixed;
  bottom: 0;
  font-size: 11px;
  z-index: 2;
}
.page-footer a {
  color: #000000;
}
.page-footer div {
  line-height: 28px;
  height: 28px;
}
.page-footer .page-cell {
  padding: 0 20px;
}
.page-footer .menu-bottom, .page-footer .menu-social {
  line-height: 22px;
  height: 22px;
}
.page-footer ul li a {
  display: inline-block;
  padding: 0 10px;
  margin: 3px;
}
.page-footer i {
  font-size: 18px;
  line-height: 22px;
}
.page-footer .social-links {
  width: 150px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
}
.page-footer .social-links ul {
  text-align: center;
}
.page-footer .social-links a {
  margin: 2px;
}
.page-tanzquartier .page-footer {
  background-color: #0093C9;
}
.page-tanzquartier .page-footer ul li a:hover, .page-tanzquartier .page-footer ul li a.act {
  background-color: #00FFFF;
}
.page-tanzquartier .page-footer .navigation-social {
  background-color: #0093C9;
}
.page-tanzquartier .page-footer .navigation-social li a:hover, .page-tanzquartier .page-footer .navigation-social li a.act {
  background-color: #0093C9;
  color: #00FFFF;
}
/* usermenu */
.usermenu h1, .usermenu h2 {
  text-align: center;
  width: 100%;
  color: #000000;
}
.usermenu h1 {
  border-bottom: 2px solid #000000;
}
.usermenu h2 {
  border-bottom: 1px solid #000000;
  margin: 0 0 10px;
  font-size: 22px;
}
.usermenu ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.usermenu ul li {
  list-style: none;
  text-transform: uppercase;
  padding: 5px 0;
  line-height: 14px;
}
.usermenu ul li a {
  text-decoration: none;
  color: #000000;
  font-family: 'ApercuBold', Verdana, sans-serif;
  font-size: 11px;
}
.usermenu ul li a i {
  font-size: 16px;
  margin: 0 5px 0;
}
.usermenu ul #user_submenu_8 {
  margin: 10px 0;
}
.usermenu ul #user_submenu_8 a {
  display: block;
  background: #1A1A1A;
  padding: 10px;
  text-align: center;
  color: #ffffff;
}
/* user */
.subscribe-button {
  display: inline-block;
  background-color: #FD8079;
  padding: 3px;
  text-decoration: none;
  color: #000000;
}
.subscribe-button.clicked {
  opacity: 0.7;
}
.subscribe-button .default {
  display: inline;
}
.subscribe-button .over {
  display: none;
}
.subscribe-button:hover .default {
  display: none;
}
.subscribe-button:hover .over {
  display: inline;
}
/* Video */
.video-list {
  position: relative;
  margin: 0 0 40px;
}
.video-list .list-arrow-left, .video-list .list-arrow-right {
  position: absolute;
  font-family: "icomoon";
  text-decoration: none;
  font-size: 28px;
  width: 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: -30px;
  top: 50%;
}
.video-list .list-arrow-left {
  left: 0;
}
.video-list .list-arrow-right {
  right: 0;
}
.video-list .list-inner {
  position: relative;
  overflow: hidden;
}
.video-list .list-inner .list-scroll {
  top: 0;
  left: 0;
}
.video-listitem {
  width: 245px;
  height: 180px;
  overflow: hidden;
  display: block;
  float: left;
  margin: 0 10px 20px 10px;
  border: 2px dashed #ccc;
  box-sizing: border-box;
  padding: 1px;
  font-size: 8px;
  position: relative;
}
.video-listitem .video-info {
  padding: 2px 8px 0 8px;
  line-height: 9px;
}
.video-listitem .author-name {
  margin: 5px 0 0 0;
  text-transform: uppercase;
  line-height: 9px;
}
.video-listitem .author-name a {
  text-decoration: none;
}
.video-listitem .video-name a {
  text-decoration: none;
}
.video-listitem.video-type-0 {
  border-color: #0093C9;
}
.video-listitem.video-type-0 .subscribe-button {
  background-color: #0093C9;
}
.video-listitem.video-type-1 {
  border-color: #FD8079;
}
.video-listitem .video-preview {
  height: 135px;
  overflow: hidden;
}
.video-listitem .video-preview .video-preview-image {
  backgorund-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: transform 0.5s;
  /* Safari 3.1 to 6.0 */
  transition: transform 0.5s;
  position: relative;
  text-decoration: none;
}
.video-listitem .video-preview .video-preview-image:hover {
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari */
  transform: scale(1.2, 1.2);
  text-decoration: none;
}
.video-listitem .video-preview .video-preview-image .play-icon {
  position: relative;
  font-family: "icomoon";
  font-size: 35px;
  padding-top: 52px;
  width: 44px;
  margin-left: 98px;
  text-decoration: none;
}
.video-listitem .video-preview .closed-text {
  font-size: 9px;
  margin-top: 65px;
  padding: 0 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.video-listitem .video-preview .closed-text.open {
  margin-top: 5px;
  padding: 0 25px;
}
.video-listitem .video-access-layer {
  font-size: 9px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 180px;
  background-color: #1A1A1A;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.video-listitem .video-access-layer.open {
  top: 65px;
}
.video-listitem-mini {
  width: 180px;
  height: 132px;
  overflow: hidden;
  display: block;
  float: left;
  margin: 0 0 20px 0;
  border: 1px solid #000000;
  box-sizing: border-box;
  font-size: 8px;
  font-family: 'ApercuBold', Verdana, sans-serif;
  position: relative;
  text-align: center;
}
.video-listitem-mini a {
  text-decoration: none;
  color: #000000;
}
.video-listitem-mini .video-info {
  padding: 2px 8px 0 8px;
  line-height: 9px;
}
.video-listitem-mini .author-name {
  margin: 5px 0 0 0;
  text-transform: uppercase;
  line-height: 9px;
}
.video-listitem-mini .video-mini-date {
  background-color: #1A1A1A;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 12px;
}
.video-listitem-mini .video-preview {
  height: 90px;
  overflow: hidden;
}
.video-listitem-mini .video-preview .video-preview-image {
  backgorund-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: transform 0.5s;
  /* Safari 3.1 to 6.0 */
  transition: transform 0.5s;
  position: relative;
  text-decoration: none;
}
.video-listitem-mini .video-preview .video-preview-image:hover {
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari */
  transform: scale(1.2, 1.2);
  text-decoration: none;
}
.video-listitem-mini .video-preview .video-preview-image .play-icon {
  position: relative;
  font-family: "icomoon";
  font-size: 35px;
  color: #ffffff;
  padding-top: 30px;
  width: 44px;
  margin-left: 70px;
  text-decoration: none;
}
.video-listitem-mini .video-preview.closed .closed-text {
  font-size: 9px;
  margin-top: 30px;
  padding: 0 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.video-listitem-mini .video-preview.closed .closed-text.open {
  margin-top: 5px;
  padding: 0 25px;
}
.video-listitem-mini .video-access-layer {
  font-size: 9px;
  position: absolute;
  top: 180px;
  background-color: #1A1A1A;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.video-listitem-mini .video-access-layer.open {
  top: 65px;
}
.video-access-form input {
  margin-bottom: 0;
  min-width: 0;
  padding: 1px;
  width: 80%;
  font-size: 11px;
}
.video-access-form [type="submit"] {
  background-color: #666;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 2px 10px;
  width: 80%;
}
.video-type-1 .video-access-form [type="submit"] {
  background-color: #FD8079;
}
.video-type-0 .video-access-form [type="submit"] {
  background-color: #0093C9;
}
.video-access-form-hasErrors input {
  border-color: #FF0000;
}
.video-detail {
  max-width: 840px;
  margin: 0 auto;
}
.video-detail .no-mute.no-volume.no-brand.flowplayer .fp-timeline {
  margin-right: 120px;
}
.video-detail .flowplayer {
  margin-bottom: 60px;
  z-index: 1;
}
.video-detail .flowplayer .fp-tooltip {
  display: none !important;
}
.video-detail .flowplayer canvas {
  outline: 4px solid #fff;
  position: absolute;
  z-index: 9999;
  display: none;
}
.video-detail .flowplayer.is-mouseover .fp-controls, .video-detail .flowplayer.fixed-controls .fp-controls {
  height: 60px;
  background-color: #1A1A1A;
  bottom: -60px;
}
.video-detail .flowplayer .fp-timeline {
  height: 3px;
  margin: 0 225px 0 90px;
  top: 28px;
  overflow: visible;
}
.video-detail .flowplayer .fp-timeline .fa-circle {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -7px;
}
.video-detail .flowplayer .fp-embed, .video-detail .flowplayer .fp-brand {
  display: none;
}
.video-detail .flowplayer .fp-play {
  height: auto !important;
}
.video-detail .flowplayer.is-splash .fp-ui, .video-detail .flowplayer.is-paused .fp-ui {
  background: none;
}
.video-detail .flowplayer.play-button .fp-elapsed {
  right: 70px;
  left: auto;
}
.video-detail .flowplayer.play-button .fp-divider {
  right: 45px;
  left: auto;
}
.video-detail .flowplayer.fixed-controls .fp-time em {
  bottom: -36px;
}
.video-detail .flowplayer.no-mute.no-volume .fp-remaining, .video-detail .flowplayer.no-mute.no-volume .fp-duration {
  right: 20px;
}
.video-detail .flowplayer.is-playing .fp-play::before, .video-detail .flowplayer .fp-play::before {
  font-family: "icomoon";
  content: '';
  font-size: 60px;
  color: #ffffff;
  position: absolute;
  top: -43px;
  left: 2px;
}
.video-detail .flowplayer .fp-play::before {
  content: "";
}
.video-detail .video-wrap {
  border: 2px dashed #ffffff;
  position: relative;
}
.video-detail .video-wrap .video-preview {
  height: 305px;
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.video-detail .video-wrap .video-preview.closed .closed-text {
  font-size: 9px;
  margin-top: 110px;
  padding: 0 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.video-detail .video-wrap .video-preview.closed .closed-text.open {
  margin-top: 60px;
  padding: 0 25px;
}
.video-detail .video-wrap .video-access-layer {
  width: 100%;
  height: 100%;
  font-size: 9px;
  position: absolute;
  top: 305px;
  background-color: #1A1A1A;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.video-detail .video-wrap .video-access-layer.open {
  top: 145px;
}
.video-detail .video-wrap #unique-info {
  display: none;
}
.video-detail.video-category-1 #unique-info {
  display: block;
  position: absolute;
  right: -165px;
  bottom: 0;
  width: 150px;
  text-align: left;
  font-size: 11px;
}
.video-detail.video-category-1 #unique-info .fa-video-camera {
  font-size: 22px;
  margin-bottom: 10px;
}
.video-detail.video-type-0 .video-wrap {
  border-color: #0093C9;
}
.video-detail.video-type-0 .video-wrap canvas {
  outline-color: #0093C9;
}
.video-detail.video-type-0 .video-wrap .flowplayer.is-playing .fp-play::before, .video-detail.video-type-0 .video-wrap .flowplayer .fp-play::before {
  color: #0093C9;
}
.video-detail.video-type-0 .video-wrap .flowplayer .fp-timeline .fp-progress {
  background-color: #0093C9;
}
.video-detail.video-type-0 .video-wrap .flowplayer .fp-timeline .fa-circle {
  color: #0093C9;
}
.video-detail.video-type-0 .video-wrap #unique-info {
  color: #0093C9;
}
.video-detail.video-type-0 .download-file {
  background-color: #0093C9;
}
.video-detail.video-type-1 .video-wrap {
  border-color: #FD8079;
}
.video-detail.video-type-1 .video-wrap canvas {
  outline-color: #FD8079;
}
.video-detail.video-type-1 .video-wrap .flowplayer.is-playing .fp-play::before, .video-detail.video-type-1 .video-wrap .flowplayer .fp-play::before {
  color: #FF0000;
}
.video-detail.video-type-1 .video-wrap .flowplayer .fp-timeline .fp-progress {
  background-color: #FD8079;
}
.video-detail.video-type-1 .video-wrap .flowplayer .fp-timeline .fa-circle {
  color: #FF0000;
}
.video-detail.video-type-1 .video-wrap #unique-info {
  color: #FF0000;
}
.video-detail.video-type-1 .download-file {
  background-color: #FF0000;
}
.video-detail h4 {
  text-transform: uppercase;
  margin: 30px 0 0 0;
}
.video-detail .video-info {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5em;
}
.video-detail .download-file {
  text-transform: uppercase;
  padding: 6px 10px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.video-detail .download-file:hover {
  color: #ffffff;
}
.video-detail .video-header table {
  margin: 20px 0 0 0;
  width: 100%;
}
.video-detail .video-header table td {
  vertical-align: top;
  color: #ffffff;
}
.video-detail .video-header table td h1 {
  border: none;
}
.video-detail .video-header table td.col1 {
  text-align: left;
}
.video-detail .video-header table td.col1, .video-detail .video-header table td.col3 {
  width: 25%;
  text-transform: uppercase;
}
.video-detail .video-header table td.col3 {
  text-align: right;
}
.video-detail .video-header table td.options {
  text-align: right;
  text-transform: uppercase;
  position: relative;
}
.video-detail .video-header table .video-share-button {
  display: none;
}
.video-detail .video-playlist-add-block, .video-detail .video-share-block {
  margin: 5px 0 0 0;
  background-color: #1A1A1A;
  position: absolute;
  width: 300px;
  border: 1px solid #ffffff;
  right: 0px;
  padding: 10px;
  text-align: center;
  z-index: 1;
}
.video-detail .video-playlist-add-block input[type="text"], .video-detail .video-share-block input[type="text"] {
  text-transform: uppercase;
}
.video-detail .video-playlist-add-block ul, .video-detail .video-share-block ul {
  padding: 0;
}
.video-detail .video-playlist-add-block .video-playlist-add-list, .video-detail .video-share-block .video-playlist-add-list {
  list-style: none;
}
.video-detail .video-playlist-add-block h5, .video-detail .video-share-block h5 {
  font-weight: normal;
  border-bottom: 1px solid #999;
}
.video-detail .video-playlist-add-block .shariff .theme-grey .shariff-button .share_count, .video-detail .video-share-block .shariff .theme-grey .shariff-button .share_count {
  display: none;
}
ul.pagination-initials {
  display: block;
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}
ul.pagination-initials li {
  list-style: none;
  display: inline-block;
  margin: 0 2px;
  color: #cccccc;
}
ul.pagination-initials li a {
  text-decoration: none;
  color: #ffffff;
}
ul.pagination-initials li a.act {
  font-weight: bold;
}
.manage-video-listitem {
  clear: both;
  overflow: auto;
}
.manage-video-listitem .fa {
  font-size: 16px;
  margin: 0 5px 0 0;
}
.manage-video-listitem .video-listitem {
  margin-right: 15px;
}
.list-form-block {
  margin: 0 0 30px 0;
}
.frame-limited, .tx-felogin-pi1, .list-form-block, .playlist-list {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.playlist-list {
  text-transform: uppercase;
}
.playlist-list li {
  display: list-item;
  list-style: none;
  margin-bottom: 5px;
}
.playlist-list .playlist-item table td {
  vertical-align: top;
}
.playlist-list .playlist-item .fa {
  font-size: 16px;
  margin-left: 10px;
}
.mediathek-user-detail h2 {
  color: #ffffff;
  font-size: 25px;
  margin: 1.5em 0 0.7em;
}
.mediathek-user-detail .profile-visual {
  height: 120px;
  position: relative;
  overflow: hidden;
}
.mediathek-user-detail .profile-visual .artist-image {
  position: absolute;
  left: 0;
  top: 0;
}
.mediathek-user-detail .profile-visual .profile-background {
  width: 100%;
  height: 100%;
  background: transparent none 50% 50% repeat;
  backgorund-size: cover;
}
.mediathek-user-detail .user-description {
  text-align: justify;
}
.mediathek-user-detail table {
  width: 100%;
  table-layout: fixed;
  margin: 5px 0 0 0;
}
.mediathek-user-detail table td {
  padding: 0;
  color: #ffffff;
  vertical-align: top;
}
.mediathek-user-detail table .col1 {
  text-align: left;
}
.mediathek-user-detail table .col3 {
  text-align: right;
  font-size: 18px;
}
.mediathek-user-detail table .col1, .mediathek-user-detail table .col3 {
  width: 33%;
  text-transform: uppercase;
}
.mediathek-user-detail table .options {
  text-transform: uppercase;
}
.video-search-form .search-type-button {
  display: block;
  padding: 10px;
  margin: 0 5px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  font-family: 'calendas_plusbold', Times, serif;
}
.video-search-form .search-type-button.search-type-button-0 {
  border: 2px dashed #0093C9;
}
.video-search-form .search-type-button.search-type-button-0.checked {
  color: #0093C9;
}
.video-search-form .search-type-button.search-type-button-1 {
  border: 2px dashed #FD8079;
}
.video-search-form .search-type-button.search-type-button-1.checked {
  color: #FD8079;
}
.video-search-form .search-type-button input[type="checkbox"] {
  display: none;
}
.video-search span.advice {
  font-family: 'FashionDidot', Times, serif;
  font-size: 15px;
  margin: 0 0 10px 0;
  display: block;
}
.video-search h3.results, .video-search h3.paramschange {
  margin: 30px 0 20px 0;
}
.video-search .param-big {
  font-size: 14px;
}
.video-search .param-small {
  margin: 5px 0 0 0;
}
.video-search .param-type-0 {
  color: #0093C9;
  font-family: 'calendas_plusbold', Times, serif;
}
.video-search .param-type-1 {
  color: #FD8079;
  font-family: 'calendas_plusbold', Times, serif;
}
.video-search .video-searchitem {
  margin-bottom: 20px;
}
.video-search .video-searchitem .video-preview-block {
  float: left;
  border: 2px dashed #0093C9;
  width: 245px;
}
.video-search .video-searchitem .video-preview-block .video-preview {
  height: 135px;
  overflow: hidden;
}
.video-search .video-searchitem .video-preview-block .video-preview .video-preview-image {
  backgorund-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: transform 0.5s;
  /* Safari 3.1 to 6.0 */
  transition: transform 0.5s;
  position: relative;
  text-decoration: none;
}
.video-search .video-searchitem .video-preview-block .video-preview .video-preview-image:hover {
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari */
  transform: scale(1.2, 1.2);
  text-decoration: none;
}
.video-search .video-searchitem .video-preview-block .video-preview .video-preview-image .play-icon {
  position: relative;
  font-family: "icomoon";
  font-size: 35px;
  padding-top: 52px;
  width: 44px;
  margin-left: 98px;
  text-decoration: none;
}
.video-search .video-searchitem .video-preview-block .video-preview.closed .closed-text {
  font-size: 9px;
  margin-top: 30px;
  padding: 0 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.video-search .video-searchitem .video-preview-block .video-preview.closed .closed-text.open {
  margin-top: 5px;
  padding: 0 25px;
}
.video-search .video-searchitem.video-type-1 .video-preview-block {
  border-color: #FD8079;
}
.page.video .content .frame > header {
  display: none;
}
