/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

#footerpanel {
  background: red;
}

.line-horizontal {
  background: #BBBBBB;
  height: 1px;
  margin: 20px 10px;
  display: block;
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

strong {
  font-weight: bold;
}

#language-selector {
  margin-top: 20px;
}
#language-selector img.flag {
  margin-top: 2px;
  width: 16px;
  float: left;
}
#language-selector .label-title {
  float: left;
  margin: 0px 0 0 9px;
}

.ui-header .ui-title {
  font-size: 130%;
}

.ui-navbar span.ui-btn-text {
  font-size: 130%;
  line-height: 30px;
}

.panel-close {
  position: absolute;
  right: 6px;
  top: 6px;
}

body .ui-footer h4.footer-header {
	font-size: 12px;
	font-family: arial !important;
	margin: 5px;
	font-weight: normal !important;
}

#social p {
  margin-bottom: 10px;
}

#componentWrapper .playlistControls_v {
  background: #f9f9f9;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  background-image: linear-gradient(#f9f9f9, #eeeeee);
}
#componentWrapper .playlist_toggle_v {
  background: #f9f9f9 url("/videoplayer/_deploy/data/icons/thumb_prev.png") no-repeat center center;
}
#componentWrapper .playlist_switch_v {
  background: #f9f9f9 url("/videoplayer/_deploy/data/icons/switch.png") no-repeat center center;
}
#componentWrapper .controls_toggle {
  background: #f9f9f9 url("/videoplayer/_deploy/data/icons/play.png") no-repeat center center;
}
#componentWrapper .controls_fullscreen {
  background: #f9f9f9 url("/videoplayer/_deploy/data/icons/fullscreen_enter.png") no-repeat center center;
}
#componentWrapper .volume_toggle {
  background: #f9f9f9 url("/videoplayer/_deploy/data/icons/volume.png") no-repeat center center;
}
#componentWrapper .volume_seekbar {
  background: #f9f9f9;
}
#componentWrapper .controls {
  background: #f9f9f9;
}
#componentWrapper .controls_prev {
  background: #f9f9f9 url("/videoplayer/_deploy/data/icons/controls_prev.png") no-repeat center center;
}
#componentWrapper .controls_next {
  background: #f9f9f9 url("/videoplayer/_deploy/data/icons/controls_next.png") no-repeat center center;
}
#componentWrapper .playlistControls {
  background: #f9f9f9;
}
#componentWrapper .playlist_toggle {
  background: #f9f9f9 url("/videoplayer/_deploy/data/icons/thumb_prev_v.png") no-repeat center center;
}
#componentWrapper .playlist_switch {
  background: #f9f9f9 url("/videoplayer/_deploy/data/icons/switch.png") no-repeat center center;
}

#logo {
  margin-top: 7px;
  width: 95px;
}

.appGallery {
  background-color: #EFEFEF !important;
  width: 100% !important;
}
.appGallery .imageHandler {
  width: 100% !important;
}

.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery li {
  float: left;
  width: 33.33333333%;
}
.gallery li a {
  display: block;
  margin: 5px;
  border: 1px solid #3c3c3c;
}
.gallery li a img {
  display: block;
  width: 100%;
  height: auto;
}

.rotate {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.shadow, #erfahrungsberichte {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

#erfahrungsberichte {
  position: absolute;
  right: 20px;
  top: 20px;
}
