html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
  display: block;
  width: 100% !important;
  float: none !important;
}
.block {
  width: 100%;
  height: 100%;
  display: block;
}
.spacer {
  clear: both;
  display: block;
  width: 100% !important;
  float: none !important;
  height: 50px;
}
.spacer.half {
  height: 50px/2;
}
.spacer.third {
  height: 50px/3;
}
.spacer.quart {
  height: 50px/4;
}
.spacer.double {
  height: 100px;
}
.spacer.trip {
  height: 150px;
}
.spacer.quad {
  height: 200px;
}
.divide_2 > * {
  width: 50%;
  float: left;
}
.divide_3 > * {
  width: 100%/3;
  float: left;
}
.divide_4 > * {
  width: 100%/4;
  float: left;
}
.divide_5 > * {
  width: 100%/5;
  float: left;
}
.divide_6 > * {
  width: 100%/6;
  float: left;
}
.align,
.align-bottom {
  position: absolute;
}
.align-bottom {
  bottom: 0;
}
.alignleft {
  float: left;
  margin-right: 50px/2;
}
.alignright {
  float: right;
  margin-left: 50px/2;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.blank {
  height: 1px;
  display: block;
  width: 50px/4;
  display: inline-block;
}
.blank.double {
  width: 50px/2;
}
.blank.quad {
  width: 50px;
}
.f3cc .f3cc-banner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.f3cc .f3cc-title {
  font-size: 18px;
  font-weight: normal;
}
.f3cc .f3cc-description {
  font-size: 12px;
  line-height: 1.7;
}
.f3cc .f3cc-button {
  font-size: 14px;
}
.f3cc .f3cc-button.accept {
  background-color: #013f7d !important;
  color: #fff !important;
}
.f3cc .f3cc-button.reject {
  color: #151515;
}
a {
  color: #545762;
  text-decoration: none;
}
a:hover {
  color: #013f7d;
  text-decoration: underline;
}
span.title {
  padding-bottom: 4px;
  font-weight: bold;
  display: inline-block;
}
body {
  font-family: 'Lucida Grande', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #545762;
  background: #ccc url('../images/content_bg.jpg') repeat;
}
h1 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
strong {
  font-weight: bold;
}
p {
  margin-bottom: 10px;
}
/*
	Header, Navigation
*/
#header {
  width: 100%;
  height: 135px;
  display: block;
  border-bottom: 15px solid #013f7d;
  background: #fff url('/static/images/header_bg.jpg') repeat-x top center;
}
#header .site-title {
  margin-top: 16px;
  margin-bottom: 7px;
  display: block;
}
#header .logo {
  width: 245px;
  height: 40px;
  background: transparent url('/static/images/logo_header.png') no-repeat 0 5px;
  display: block;
  text-indent: -999em;
  background-size: contain;
}
#header .site-description {
  color: #d9d9d9;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin: 0;
}
#header .nav {
  position: absolute;
  bottom: 0;
  right: 15px;
  line-height: 6px;
}
#header .nav li {
  float: left;
}
#header .nav li a {
  padding: 5px;
  color: #d9d9d9;
  display: block;
}
#header .nav li a:hover,
#header .nav li a:focus {
  background-color: transparent !important;
  text-decoration: underline;
}
#header .flag {
  display: inline-block;
  margin-left: 4px;
  height: 15px;
  width: 23px;
  overflow: hidden;
}
#header .flag a {
  height: 100%;
  width: 100%;
  display: block;
  background: transparent url('/static/images/flags.png') no-repeat;
  opacity: 0.75;
  transition: opacity 500ms;
}
#header .flag a.de {
  background-position: 0 -15px !important;
}
#header .flag a.en {
  background-position: -23px -15px !important;
}
#header .flag a.fr {
  background-position: -46px -15px !important;
}
#header .flag a.de.active {
  background-position: 0 0 !important;
}
#header .flag a.en.active {
  background-position: -23px 0 !important;
}
#header .flag a.fr.active {
  background-position: -46px 0 !important;
}
#header .flag a:hover,
#header .flag a.active {
  opacity: 1;
}
#main_content {
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0 0 12px 0 #aeaeae;
  margin-bottom: 15px;
  background-color: #fff;
}
/*
	Recommended Clips on Homepage
*/
#recommended_clips .title {
  display: block;
  margin-top: 15px;
}
#recommended_clips .description {
  margin-top: 20px;
}
#recommended_clips a.more {
  border-top: 1px solid #d9d9d9;
  width: 100%;
  padding: 5px 0;
  display: block;
  text-align: center;
  transition: all 500ms;
  color: #a6a6a6;
}
#recommended_clips a.more:hover {
  color: #151515;
  border-color: #c0c0c0;
  text-decoration: none;
}
#sc_player {
  margin: 15px 0;
}
#sc_player .sc_video_container {
  background-color: #2b2b2b;
  display: block;
}
#sc_description {
  position: relative;
  height: 100%;
}
#sc_clips_listed {
  padding: 20px 20px 0 20px;
  background: #666 url('../images/sc_clips_bg.jpg') repeat top center;
  box-shadow: inset 0 0 5px #151515;
}
#sc_clips_listed .sc_clip_item {
  cursor: pointer;
  position: relative;
  border: 2px solid #151515;
  margin-bottom: 20px;
}
#sc_clips_listed .sc_clip_item:hover {
  border: 2px solid #013f7d;
}
#sc_clips_listed .sc_clip_item:hover .textblock {
  opacity: 1;
}
#sc_clips_listed .sc_clip_item .image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
#sc_clips_listed .sc_clip_item .image-container img {
  width: 100%;
  height: auto;
}
#sc_clips_listed .sc_clip_item .textblock {
  opacity: 0;
  transition: all 500ms;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
#sc_clips_listed .sc_clip_item .textblock .meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.3);
}
/*
	TOOLBAR
*/
#toolbar {
  clear: both;
  background-color: #d9d9d9;
  padding: 10px 0;
}
#toolbar .toolbar_header {
  line-height: 30px;
  font-size: 120%;
}
#toolbar .toolbar_header .text-right {
  display: block;
}
#toolbar .tool_search .searchfield {
  line-height: 29px;
  width: 100%;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  padding-left: 28px;
  box-shadow: inset 0 1px 3px 0 #7d7d7d;
  outline: none;
}
#toolbar .tool_search:before {
  content: '\e003';
  height: 19px;
  width: 19px;
  display: block;
  position: absolute;
  left: 22px;
  top: 9px;
  font-size: 120%;
  cursor: pointer;
  color: #939393;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#toolbar .tools_right {
  float: right;
}
#toolbar .tools_right > li {
  float: left;
  margin-left: 5px;
}
#toolbar .tools_right > li .btn {
  position: relative;
  padding: 0;
}
#toolbar .tools_right > li .btn.filled {
  background-color: #151515;
  color: #d9d9d9;
  text-shadow: none;
}
#toolbar .tools_right > li .btn .selection {
  position: relative;
  padding: 6px 12px;
  display: block;
}
#toolbar .tools_right > li .btn .selection .selection_text {
  padding-right: 7px;
}
#toolbar .tools_right > li .btn .glyphicon {
  font-size: 100%;
  transition: all 500ms;
}
#toolbar .tools_right > li .btn > ul {
  display: none;
  position: absolute;
  background-color: #151515;
  border-radius: 4px;
  z-index: 400;
  left: 0;
  overflow: hidden;
}
#toolbar .tools_right > li .btn > ul li {
  padding: 5px;
  color: #d9d9d9;
  text-shadow: none;
}
#toolbar .tools_right > li .btn > ul li:hover {
  background-color: #013f7d;
}
#toolbar .tools_right > li .btn:hover .glyphicon {
  transform: rotateZ(-90deg);
}
#toolbar .tools_right > li .btn:hover ul {
  display: block;
}
#toolbar .btn {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 0;
  box-shadow: 0 1px 1px 0 #959595;
}
#toolbar .btn:hover {
  background-color: #e6e6e6;
  box-shadow: 0 0 2px 0 #555555;
}
#toolbar .btn.active {
  background-color: #151515;
  color: #d9d9d9;
  text-shadow: none;
}
#toolbar .related_tools > li {
  float: left;
  margin-right: 10px;
}
/*
	FILMLISTE
*/
#filmlist {
  clear: both;
}
#filmlist .film_list_item {
  border-bottom: 1px solid #b7b7b7;
  padding: 20px 0;
}
#filmlist .film_list_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#filmlist .film_list_item .thumb {
  width: 100%;
  display: block;
}
#filmlist .film_list_item .thumb img {
  width: 100%;
  height: auto;
}
#filmlist .film_list_item .title {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
#filmlist .film_list_item .descr {
  font-size: 12px;
}
#filmlist .film_list_item .meta {
  border-left: 1px solid #d9d9d9;
}
#filmlist .film_list_item .meta .title {
  font-size: 12px;
  margin-bottom: 7px;
}
#filmlist .film_list_item .meta .goodies {
  margin-bottom: 10px;
}
/*
	DETAILSEITE
*/
#detail_wrapper h1 {
  display: block;
}
#detail_wrapper .big_player_container {
  display: block;
  background-color: #000;
  margin-top: 15px;
}
#detail_wrapper .detail_buttons .detail_download {
  background-color: #fff !important;
  box-shadow: none !important;
}
#detail_wrapper .detail_buttons .detail_download a {
  transition: all 500ms;
  box-shadow: 0 1px 1px 0 #959595;
}
#detail_wrapper .detail_buttons .detail_download a:hover {
  background-color: #013f7d;
  color: #fff;
  text-shadow: none;
}
#detail_wrapper .detail_buttons .detail_download_title {
  display: block;
  padding: 6px 12px;
  border-bottom: 1px solid #fff;
}
#detail_wrapper .detail_buttons .detail_download_title .glyphicon {
  float: right;
  margin-top: 2px;
}
.datasheet {
  margin: 15px 0;
}
.datasheet tr td:first-child {
  font-weight: bold;
  padding-right: 10px;
}
ul.datasheet {
  padding-left: 115px;
}
ul.datasheet strong {
  display: inline-block;
  width: 110px;
  margin-left: -115px;
}
#movie_main_content .datasheet {
  padding-left: 140px;
}
#movie_main_content .datasheet strong {
  width: 140px;
  margin-left: -140px;
}
/*
	LINKLISTE
*/
.link_list li {
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 20px;
}
.link_list a {
  text-decoration: underline;
}
/* 
	PAGINATION
*/
.pagination {
  width: 100%;
  text-align: center;
}
.pagination .current {
  margin: 0 20px;
  font-weight: bold;
}
.btn,
#detail_wrapper .detail_buttons .detail_download {
  background-color: #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 #959595;
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  text-shadow: 0 1px 0 #fff;
  text-align: left;
  transition: all 500ms;
  max-width: 240px;
}
.btn:hover {
  background-color: #c0c0c0;
  box-shadow: 0 0 2px 0 #959595;
}
.btn .glyphicon {
  float: right;
  font-size: 120%;
  margin-right: -5px;
  margin-top: 2px;
}
@media screen and (max-width: 500px) {
  #header {
    height: 95px;
    border-bottom-width: 10px;
  }
  #header .site-title {
    margin-left: -13px;
  }
  #header .logo {
    width: 196px;
    height: 32px;
    margin-bottom: 27px;
  }
  #header .nav {
    left: 0;
  }
  .site-description {
    display: none;
  }
  #toolbar {
    padding-bottom: 0;
  }
  #toolbar .tools_right > li {
    margin-bottom: 10px;
  }
  #toolbar .tool_search {
    margin-bottom: 10px;
  }
  .film_list_item .thumb-container {
    padding: 0;
    margin-top: -18px;
  }
  .film_list_item .text .title {
    font-size: 140% !important;
    line-height: 140%;
    margin-bottom: 5px;
  }
}
