/*  Author:   Martin Stettler (http://dieweberei.ch/)
  	Version:  13082015
*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

html,
body,
ul {
    margin: 0;
    padding: 0;
    font: normal 16px 'DIN Next W01', Arial, sans-serif;
    font-weight: 200;
}

li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
b,
i {
    text-transform: uppercase;
    font-family: 'DIN Next W01', Arial, sans-serif;
}

h1,
h4 {
    font-size: 20px;
    color: #989898;
    font-weight: 500;
}

h1 {
    margin-top: 35px;
    padding-bottom: 10px;
}

h2 {
    font-size: 20px;
    font-weight: 200;
    color: #989898;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-bottom: 0;
}

h2 strong,
.teaser h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h2 strong {
    background: #1899d6;
    background: -moz-linear-gradient(45deg,  #1899d6 0%, #2e5faa 50%, #214596 100%);
    background: -webkit-linear-gradient(45deg,  #1899d6 0%,#2e5faa 50%,#214596 100%);
    background: linear-gradient(45deg,  #1899d6 0%,#2e5faa 50%,#214596 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1899d6', endColorstr='#214596',GradientType=1 );
}

@media (max-width: 479px) {
    h2 strong {
        font-size: 20px;
    }
}

h3,
.teaser h3 {
    font-size: 24px;
    font-weight: bold;
    color: #9B7A3D;
    border-bottom: 4px solid #9B7A3D;
    display: inline-block;
    margin: 0;
}

.teaser h2 a,
.teaser h3 a {
    color: #FFF;
}

.teaser h3 {
    border-color: #FFF !important;
}

h4 b {
    color: #E0006B;
    font-weight: 500;
}

.pub h4 {
    -ms-word-break: keep-all;
    word-break: keep-all;
}

/* Font-sizes on small screens */
@media (max-width: 480px) {
    h3,
    .teaser h3 {
        font-size: 18px;
    }

    .pub h4 {
        font-size: 16px;
    }
}

.single-act h4 {
    margin: 10px 0;
    font-weight: 200;
}

.single-act h4 strong {
    font-weight: 500;
    color: #000;
    padding-right: 5px;
    font-size: 20px;
}

p {
    line-height: 20px;
    margin: 10px 0;
}

p strong {
    font-weight: 500;
}

q,
i {
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
    color: #989898;
    overflow: hidden;
    text-align: left;
}

i strong {
    font-weight: 500;
}

q {
    color: #9B7A3D;
    text-transform: uppercase;
    overflow: hidden;
    text-align: left;
}

q:before {
    background-color: #9B7A3D;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 15%;
}

q:before {
    right: 0.5em;
    margin-left: 8px;
}

a {
    color: #E0006B;
}

a,
a:hover {
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    transition: color 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    text-decoration: none;
}

.base a {
    color: #000;
}

.base a:hover,
.base a:active {
    color: #FFF;
}

.single-act a {
    color: #E0006B;
}

a:hover,
a:active,
.single-act a:hover,
.single-act a:active {
    color: #989898;
}

/* Responsive images */
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   Browse Happy prompt lt IE 8
   ========================================================================== */

.browsehappy {
    position: fixed;
    background: #cc0033;
    color: #FFF;
    padding: 5px;
    z-index: 3000;
    font-size: 12px;
}

.browsehappy a {
    color: #FFF;
    text-decoration: underline;
}

.browsehappy a:hover {
    text-decoration: none;
}

/* ==========================================================================
   LOGO
   ========================================================================== */

.logo {
    position: fixed;
    top: -22px;
    left: 0;
    width: 200px;
    z-index: 1090;
}

.logo img {
    width: 200px;
}

@media (min-width: 600px) {
    .logo,
    .logo img {
        width: 348px;
    }
}

.logo a {
    opacity: 1;
}

.logo a:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

html, body {
    height: 100%;
}

body {
    padding: 50px 0 0 0;
}

.navbar-fixed-top {
    position: fixed;
    background: #000;
    border: 0;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid #989898 !important;
    border-radius: 2px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

@media (min-width: 0) {
    .navbar-toggle {
        display: block;
    }
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #989898;
}

.navmenu,
.navbar-offcanvas {
    width: 240px;
    border-radius: 0;
    padding-top: 8px;
}

.navmenu-nav li a {
    background-color: #000;
    text-transform: uppercase;
    color: #989898;
    font-size: 16px;
    font-weight: 500;
}

.navmenu-nav.dropdown-menu {
    background-color: #000 !important;
    position: relative;
}

.dropdown-menu li a {
    display: block;
    padding: 5px 30px;
    white-space: nowrap;
}

@media (min-width: 992px) {
    /* Set navigation breakpoint 1(3) */
    body {
        padding: 0;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar {
        right: auto;
        background: none;
        border: none;
    }

    .navbar-bg {
        position: fixed;
        top: 0;
        background: #000;
        width: 100%;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
        z-index: 1080;
    }

    .navmenu-nav {
        margin: 0;
    }

    .navmenu {
        width: 100%;
        max-width: 1800px;
        padding-top: 10px;
        background: transparent;
        border: 0;
    }

    .navmenu-fixed-left,
    .navmenu-fixed-right,
    .navbar-offcanvas {
        position: relative;
        overflow: visible;
    }

    .nav {
        float: right;
    }

    .nav li {
        float: left;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navmenu-nav.dropdown-menu {
        position: absolute;
        width: 160px;
        z-index: 1090;
    }

    .dropdown-menu li a {
        padding: 5px 15px;
    }
}

/* ==========================================================================
   CONTENT
   ========================================================================== */

/* Background images */
.bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-color: #000;
}

.content {
    padding-bottom: 100px;
}

/* Main page */
.program-all {
    padding-top: 50px;
}

@media (min-width: 600px) {
    .program-all {
        padding-top: 100px;
    }
}

@media (min-width: 721px) {
    .program-all {
        padding-top: 150px;
    }
}

@media (min-width: 1025px) {
    .program-all {
        padding-top: 250px;
    }

    .ie8 .program-all {
        padding-top: 120px;
    }
}

/* Detail page */
.program-single {
    padding-top: 80px;
}

@media (min-width: 768px) {
    .program-single {
        padding-top: 285px;
    }
}

@media (min-width: 1025px) {
    .program-single {
        padding-top: 485px;
    }

    .ie8 .program-single {
        padding-top: 120px;
    }
}

.teaser {
    padding: 0px 0 50px 0;
}

@media (min-width: 1025px) {
    .teaser {
        padding: 0px 0 150px 0;
    }

    .teaser .nopadding {
        padding: 0 !important;
    }

    .ie8 .teaser {
        padding-bottom: 50px;
    }
}

.paper-lg {
    background: url(../graphics/paper-lg.svg) no-repeat top right;
    padding-bottom: 20px;
}

.no-svg .paper-lg {
    background: url(../graphics/paper-lg.png) no-repeat top right;
}

.ie8 .paper-sm,
.ie8 .paper-lg {
    background: #FFF !important;
}

.col-lg-8,
.col-md-8 {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #FFF;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .mobile-margin {
        margin: 0 15px;
    }
}

/* Mainarea (acts) & program details */
.single-act {
    padding-bottom: 35px;
}

@media (max-width: 768px) {
    .single-act img {
        padding-bottom: 20px;
    }
}

.single-act ul {
    padding: 35px 0 40px 0;
    background: transparent;
}

.single-act li {
    margin-right: 20px;
    display: inline-block;
}

.single-act li img {
    width: 24px;
    min-height: 24px;
}

.single-act li a,
.single-act li a:hover {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.single-act li a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 75% for 4:3 aspect ratio */
    padding-top: 35px; /* only for youtube on Chrome... */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Sidebar (publicity) */
.no-bg-color {
    background-color: transparent !important;
}

.nopadding {
    margin-top: 0 !important;
}

.pub {
    padding: 25px;
    margin-bottom: 40px;
    background-color: transparent;
}

.pub img,
.base img {
    padding: 10px 0;
    display: block;
}

.paper-sm {
    background: url(../graphics/paper-sm.svg) no-repeat top right;
}

.no-svg .paper-sm {
    background-image: url(../graphics/paper-sm.png);
}

.base {
    padding: 40px 0 80px 0;
    background-color: #E0006B;
    margin-bottom: 40px;
    color: #000;
}

@media (min-width: 1025px) {
    .base {
        padding-bottom: 40px;
    }
}

.base .row {
    margin: 0;
}

.base p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .img-right img {
        float: right !important;
    }
}

@media (max-width: 767px) {

    .base div {
        text-align: center;
    }

    .base img {
        margin: 0 auto;
    }
}

/* Carousel */
html,
body {
    height: 100%;
}

.container.fill {
    padding: 0;
    margin: 0;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.ie8 .fill {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}

/* Keep full widget on smaller screens */
@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Customized carousel */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

/* Icons */
.carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

@media (max-width: 768px) {
    .carousel-control {
        top: 30%;
    }
}

/* Indicators */
.carousel-indicators {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.ie8 .carousel-indicators {
    bottom: 60px;
}

@media (max-width: 479px) {
    .carousel-indicators {
        bottom: 60px;
    }
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: #E0006B;
    border: 1px solid #E0006B;
}

/* Caption */
.carousel-caption {
    position: absolute;
    bottom: 120px;
    z-index: 2000;
    padding: 10px 10px 5px 10px;
    color: #000;
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
    background-color: #FFF;
    text-shadow: none;
}

.ie8 .carousel-caption {
    padding: 0;
}

.ie9 .carousel-caption {
    width: 500px;
}

/* Fading */
.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.carousel.carousel-fade .active.item {
    opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
    opacity: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #FFF;
    border-top: 1px solid #000;
    z-index: 10;
}

.footer {
    max-width: 1800px;
    text-align: right;
    color: #989898;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .footer {
        text-align: center;
        padding: 0 10px;
    }
}

.fb {
    display: inline-block;
    padding-left: 15px;
}

.fb img {
    width: 24px;
    height: 24px;
}

a.fb {
    opacity: 1;
}

a.fb:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* ==========================================================================
   SELECTION
   ========================================================================== */

::-moz-selection {
    text-shadow: none;
    background: #e1e1e1;
}

::selection {
    text-shadow: none;
    background: #e1e1e1;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #e1e1e1;
}

.well-lg ul {
    background-color: transparent;
}