@import url("fonts.css");

@import url("keyframes.css");
/* @override
        http://dev.teleclub.hvo.ch/css/teleclub-main.css */
/* border-box | content-box */
/* @group LESS */
/* swisscom color */
/* web tv *//* @end */
/* @group Common */
div {
  padding: 0;
  margin: 0;
}
body, * {
  font-family: Helvetica, Arial, sans;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Hide whitespace distance from ul */
body {
  background-color: white;
  color: #373C3D;
  padding-bottom: 30px;
  min-width: 799px;
  max-width: 1920px;
}
a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
/* @end */
/* @group Nav (general) */
ul.nav {
  overflow: hidden;
}
ul.nav > li {
  float: left;
}
ul.nav > li > a {
  display: block;
  overflow: hidden;
  position: relative;
}
ul.nav > li > a .icon {
  display: block;
  position: absolute;
  overflow: hidden;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0px;
}
ul.nav > li > a {
  -webkit-transition: all 180ms linear;
  -moz-transition: all 180ms linear;
  -o-transition: all 180ms linear;
  transition: all 180ms linear;
}
/* @end */
/* @group Header, Main-Nav */
#header {
  position: relative;
  height: 178px;
  background: #f0f0f0 url(../media/shared/header-gradient-24.png) repeat-x;
}
#header #logo {
  position: absolute;
  top: 34px;
  left: 72px;
}
#meta-nav,
.sub-nav,
#about-nav,
#social-nav,
.page-header h2 {
  font-family: Helvetica, Arial, sans;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#meta-nav, #main-nav {
  position: absolute;
  right: 60px;
}
#main-nav {
  padding-bottom: 12px;
  margin-bottom: -12px;
  top: 70px;
  font-size: 32px;
  line-height: 1.5;
}
#main-nav li a {
  position: relative;
  overflow: visible;
}
#main-nav li a .icon, #main-nav li a:hover .icon, #main-nav li a:active .icon {
  opacity: 1;
  display: block;
  position: absolute;
  top: inherit;
  bottom: -12px;
  height: 12px;
  width: 32px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: -32px -32px;
  -webkit-transition: background-position 100ms linear, opacity 100ms linear;
  -moz-transition: background-position 100ms linear, opacity 100ms linear;
  -o-transition: background-position 100ms linear, opacity 100ms linear;
  transition: background-position 100ms linear, opacity 100ms linear;
}
#main-nav li.selected a .icon {
  opacity: 1;
  background-position: -32px -20px;
}
#main-nav li a .icon, #main-nav li a:hover .icon, #main-nav li a:active .icon {
  right: 0;
  margin-left: 0px;
}
#main-nav li {
  margin-left: 17px;
}
#main-nav li a:hover {
  color: #ffffff;
}
#main-nav li.selected a {
  color: white;
}
#main-nav li a {
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 1;
  padding: 2px 5px 4px 6px;
}
#main-nav li.selected a {
  color: white;
  background-color: #ffffff;
}
#main-nav li a .icon {
  background-image: url(../media/icons/combined/btn-sub-zipfel.png);
}
/* @end */
/* @group Page Header */
.page-header {
  padding-top: 20px;
  padding-left: 72px;
  padding-right: 60px;
  padding-bottom: 0;
}
.page-header-top {
  background-color: #f0f0f0;
  padding-top: 0;
}
.page-header-bottom {
  padding-top: 0;
  padding-bottom: 0;
}
.page-header h1 {
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #ffffff;
  display: inline;
  vertical-align: bottom;
}
.page-header h2 {
  margin-bottom: 5px;
}
.page-header .cmd-left, .page-header .cmd-right, .page-header .cmd-bottom {
  font-family: Helvetica, Arial, sans;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.page-header .cmd-left {
  display: inline;
  display: inline-block;
  margin-left: 20px;
}
.page-header .cmd-right {
  float: right;
  margin-top: 4px;
  margin-bottom: 20px;
}
.page-header .cmd-bottom {
  margin-top: 0;
  clear: both;
}
.page-header .cmd-bottom .button-nav {
  margin-bottom: 4px;
}
/* @end */
/* @group Content (general) */
#main {
  margin-right: 0px;
}
.content-body {
  background-color: white;
  padding-left: 72px;
  padding-top: 20px;
  padding-bottom: 0;
}
.full-body {
  padding-left: 0;
  width: 100%;
  overflow: hidden;
}
.box-header h4 {
  font-family: Helvetica, Arial, sans;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.box-header h5 {
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #ffffff;
  max-width: 80%;
}
.box-header {
  padding-bottom: 50px;
}
dl.facts dt {
  display: block;
  font-family: Helvetica, Arial, sans;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3;
}
dl.facts.group {
  margin-bottom: 30px;
}
dl.facts.group dt {
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
}
dl.facts + dl.facts.group {
  margin-top: 30px;
}
dl.facts dd {
  display: block;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 8px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  line-height: 1.4;
  color: #777;
}
dl.facts dd + dd {
  margin-top: -12px;
}
dl.facts a {
  text-decoration: underline;
}
dl.facts a:hover {
  text-decoration: none;
  color: #ffffff;
}
dl.facts .info {
  font-family: Helvetica, Arial, sans;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  margin-left: 1ex;
}
.mini-desc {
  font-family: Helvetica, Arial, sans;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.mini-desc-icon {
  color: #999;
  font-family: Helvetica, Arial, sans;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *width: 32px;
  min-width: 32px;
  height: 22px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  background-position: center center;
}
.mini-desc-icon > img {
  margin-top: -5px;
}
.mini-desc-label {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  margin-left: 0.75ex;
  font-style: italic;
}
/* @end */
/* @group Text Content (RTF) */
.text-content {
  color: #2c3233;
}
.text-content ul, .text-content ol {
  margin-bottom: 1.5em;
}
.text-content ul > li, .text-content ol > li {
  margin-left: 1.5em;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 0.7em;
  line-height: 1.4;
}
.text-content ol > li {
  list-style-type: decimal;
}
.text-content p {
  margin-bottom: 1em;
  line-height: 1.4;
}
.text-content p.intro {
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 125%;
}
.text-content h2 {
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 150%;
  color: #ffffff;
  margin-top: 1.5em;
  margin-bottom: 1ex;
  line-height: 1.2;
}
.text-content h3 {
  font-family: Helvetica, Arial, sans;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1ex;
}
.text-content h3 + h2 {
  margin-top: 2px;
}
.text-content b, .text-content strong {
  font-weight: bold;
  color: #373c3d;
}
.text-content i {
  font-style: italic;
}
.text-content p a, .text-content li a {
  text-decoration: underline;
  text-decoration: underline;
}
.text-content p a:hover, .text-content li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.text-content > p > img, .text-content li > img {
  vertical-align: middle;
}
.text-content hr {
  height: 1px;
  border: none;
  background-color: #dfdfdf;
  margin-top: 1em;
  margin-bottom: 1em;
}
.text-content hr.divider {
  margin-top: 5em;
}
.text-content table {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.text-content table td, .text-content table th {
  padding-left: 0.25em;
  padding-right: 2em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
}
.text-content table.bordered td, .text-content table.bordered th {
  padding-left: 1em;
  border: 1px solid #dfdfdf;
}
.text-content table th {
  font-family: Helvetica, Arial, sans;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.text-content table td strong {
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #ffffff;
  font-size: 150%;
  font-weight: normal;
}
/* @end */

/* @group Start-Page */
#start-page #header {
  background-image: none;
  background-color: transparent;
}
#start-page .page-header {
  display: none;
}
#start-zoom {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
}
#start-zoom .zoom-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
  background-color: black;
}
#start-zoom .zoom-image .pic {
  position: absolute;
}
#start-zoom .zoom-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#start-page .zoom-title {
  display: block;
  position: absolute;
  bottom: 180px;
  left: 72px;
  z-index: 2;
  color: white;
  width: 300px;
}
#start-page .zoom-title h2 {
  font-family: Helvetica, Arial, sans;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3px;
}
#start-page .zoom-title h1 {
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #ffffff;
  color: white;
  line-height: 1.1;
  display: inline;
}
#start-page .zoom-title:hover h1, #start-page .zoom-title:hover h2 {
  color: #ffffff;
}
#start-strip {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: black;
}
#start-strip table {
  width: 1px;
  position: relative;
}
#start-strip td .media {
  width: 160px;
  height: 100px;
  overflow: hidden;
  /*border: 1px solid transparent;
        margin-right: -1px;
        margin-left: -1px;
        .border-radius(1px);
        .transition( opacity 100ms linear );*/

}
#start-strip a {
  display: block;
  position: relative;
  overflow: hidden;
}
/*#start-strip a.selected .media {
        opacity: 0.5;
        border-color: rgba(255,255,255,0.5);
}
#start-strip a.selected {
        z-index: 1;
}*/
#start-strip a .content {
  position: absolute;
  width: 100%;
  bottom: -40px;
  padding: 7px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#start-strip a:hover .content {
  opacity: 1;
  bottom: 0px;
}
#start-strip a {
  font-size: 0;
}
#start-strip a h3, #start-strip a h4 {
  color: white;
}
#start-strip a h3 {
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 15px;
}
#start-strip a h4 {
  font-family: Helvetica, Arial, sans;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#start-page #main-nav li a, #start-page #footer li a, #start-page #meta-nav li a {
  color: white;
}
#start-page #main-nav li a .icon, #start-page #footer li a .icon, #start-page #meta-nav li a .icon {
  background-position: -96px center;
}
#start-page #main-nav li a:hover, #start-page #footer li a:hover, #start-page #meta-nav li a:hover {
  color: #ffffff;
  background: none;
  border-color: transparent;
}
#start-page #main-nav li a:hover .icon, #start-page #footer li a:hover .icon, #start-page #meta-nav li a:hover .icon {
  background-position: -32px center;
}
#start-page #main-nav li a .icon {
  height: 0;
}
#start-page #footer {
  background-color: black;
}
#start-page #footer li a:hover {
  color: #ffffff;
}
/* @end */
/* @group Search-Page */
.search-page .page-header {
  padding-bottom: 15px;
  margin-left: -5px;
}
.search-page .page-header h1 {
  font-family: Helvetica, Arial, sans;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  margin-left: 10px;
}
.search-page #search-form input {
  background-color: white;
  border-color: #ccc;
  width: 25em;
}
.search-page #search-form input:focus {
  border-color: #999;
}
.search-page #search-form button {
  color: white !important;
  background-color: #373c3d;
  border-color: #373c3d;
}
.search-page #search-form button:hover {
  background-color: #131415;
  border-color: #131415;
}
.search-page .content-body {
  padding-top: 0;
}
.search-page #result-filter, .search-page #search-result a {
  display: block;
  border-top: 1px solid #dfdfdf;
  padding-left: 72px;
  padding-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.no-js .search-page #result-filter {
  display: none;
}
.search-page #search-result a:hover {
  background: #f8f8f8;
}
.search-page #result-filter dt {
  margin-left: 3px;
  margin-bottom: 10px;
}
#search-result li {
  overflow: hidden;
  clear: both;
  max-height: 150px;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: -1px;
}
#search-result li.hidden {
  max-height: 0px;
  opacity: 0;
  -webkit-transform: scaley(0);
  -moz-transform: scaley(0);
  -ms-transform: scaley(0);
  transform: scaley(0);
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.no-csstransitions #search-result li.hidden {
  display: none;
}
#search-result img {
  float: left;
  margin-right: 12px;
}
#search-result h4 {
  font-family: Helvetica, Arial, sans;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#search-result h3 {
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1px;
}
#search-result p {
  font-size: 85%;
  color: #666666;
  line-height: 1.5;
  max-width: 60em;
}
.search-page .a-search-footer {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 72px;
}
.search-page .a-search-footer .a-btn, .search-page .a-search-footer a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 7px 12px;
  border: 1px solid #ededed;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  font-family: Helvetica, Arial, sans;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.search-page .a-search-footer .a-btn .icon, .search-page .a-search-footer a .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  background-position: 0px center;
}
.search-page .a-search-footer .a-btn:hover, .search-page .a-search-footer a:hover {
  color: white;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-transition: all 50ms linear;
  -moz-transition: all 50ms linear;
  -o-transition: all 50ms linear;
  transition: all 50ms linear;
}
.search-page .a-search-footer .a-btn:active, .search-page .a-search-footer a:active {
  color: white;
  background-color: #94121b;
  border-color: #94121b;
}
.search-page .a-search-footer .a-btn:hover .icon, .search-page .a-search-footer a:hover .icon {
  background-position: -96px center;
}
.search-page .a-search-footer .a-btn:active .icon, .search-page .a-search-footer a:active .icon {
  background-position: -96px center;
}
.search-page .a-search-footer span.a-btn {
  color: white !important;
  background-color: #373c3d;
  border-color: #373c3d;
}
.search-page .a-search-footer span.a-btn:hover {
  background-color: #131415;
  border-color: #131415;
}
/* @end */
html > body *.loading {
  -webkit-animation: loading-animation 1.25s 0s infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation: loading-animation 1s 0s infinite alternate;
  -moz-animation-timing-function: linear;
}