/* GLOBAL STYLES
-------------------------------------------------- */


/* Internet Explorer 10 in Windows 8 and Windows Phone 8*/
/* http://getbootstrap.com/getting-started/#browsers */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }

    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }

    .featurette-heading {
        font-size: 50px;
        margin-top: 0px;
    }

    .head-caption h1{
        font-size: 26px;
    }

    .head-caption h1 small{
        font-size: 22px;
    }

}

@media (min-width: 992px) {

    .head-caption h1{
        font-size: 36px;
    }

    .head-caption h1 small{
        font-size: 31px;
    }

    .featurette-heading {
        margin-top: 0px;
    }
}



@media (max-width: 768px) {

    .featurette-heading {
        font-size: 40px;
    }

    .main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .head-caption h1{
        font-size: 26px;
    }

    .head-caption h1 small{
        font-size: 22px;
    }
}

@media (max-width: 630px) {
    .head-caption h1{
        font-size: 20px;
    }

    .head-caption h1 small{
        font-size: 17px;
    }
}

@media (max-width: 500px) {
    .head-caption h1{
        font-size: 15px;
    }

    .head-caption h1 small{
        font-size: 13px;
    }
}


body {
   font-family: Helvetica, Arial, sans-serif; /* "Helvetica Neue" rausgenommen, sah unter win im ie furchtbar aus */
   /*padding-top: 50px;*/
   padding-bottom: 40px;
   color: #5a5a5a;
   background-color: #FFFFFF;
    background-image:url('../img/patterns/pattern5.png');
   background-attachment:fixed;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-family: Helvetica, Arial, sans-serif; /* "Helvetica Neue" rausgenommen, sah unter win im ie furchtbar aus */
}

footer {
    padding-top: 20px;
    padding-bottom: 40px;
}

.clickflip{
    cursor:pointer;
}

img.center {
    margin-left: auto;
    margin-right: auto;
}

.head-caption {
    position: absolute;
    left: 60%;
    right: 5%;
    top: 8%;
    z-index: 10;
   /* padding-top: 20px;*/
    padding-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/*.head-caption-footer{
    position: absolute;
    left: 5%;
    right: 55%;
    bottom: 1%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}*/


.album-well {
    min-height: 20px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #F8F8F8;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url('../img/album_well_corner_2.png');
    background-repeat: no-repeat;
    background-position: right bottom;

}

.presse-well {
    min-height: 20px;
    padding-left: 19px;
    padding-right: 19px;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #F8F8F8;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url('../img/presse_well_corner_2.png');
    background-repeat:no-repeat;
    background-position:right top;
}

.lead {
    font-size: 21px;
    margin-bottom: 5px;
}

.tinted{
    background-color: #e7e7e7;
}

hr.bio-top {
    margin-top: -20px;
}

hr.music-order-divider{
    margin-top: 0px;
    margin-bottom: 5px;
}

p.music-order {
    /*font-weight: 300;*/
    line-height: 1;
}

p.pressestimmen-head{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 25px;
}

.audiojs {
    margin-top: 0px;
}

blockquote p {
    font-size: 100%;
    font-weight: 300;
    line-height: 1.25;
}

.main {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #FFFFFF;
}

[class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
}

.adresse {
    font-size: 120%;
    line-height: 120%;
}

ul.linklist {
    padding: 0px;
    list-style: none inside;
}

ul.linklist li {
    position: relative;
    padding-bottom: 10px;
    line-height: 1.1;
}

.default-left-padding {
    padding-left: 15px;
}

/* audiojs playlist*/

ol.playlist {
    padding: 0px;
    margin: 0px;
    list-style: decimal-leading-zero inside;
    color: #ccc;
    width: 100%;
    max-width: 460px;
    border-top: 1px solid #ccc;
    font-size: 0.9em;
}

ol.playlist li {
    position: relative;
    margin: 0px;
    padding: 9px 2px 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

ol.playlist li a {
    /*display: block;
    text-indent: -3.3ex;
    padding: 0px 0px 0px 20px;*/
    color: #888;
}

li.playing{
    background-color: #F8F8F8;
}

li.playing a {
    color: #000;
}

li.playing a:after {
    content: ' - ♬';
    padding: 3px;
    color: #000;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}


/* Overwrite Bootstrap stuff
-------------------------------------------------- */

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 40px;
    border-bottom: 10px solid #eeeeee;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: relative;
    z-index: 15;
    margin-top: 50px;
}

.navbar-inverse .navbar-brand {
    color: #999999;
    margin-left: 5px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #999999;
    background-color: transparent;
    cursor: default;
}



.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

.marketing [class*='col-lg-'] {
    text-align: center;
    margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing [class*='col-lg-'] p {
  margin-left: 10px;
  margin-right: 10px;
}


.featurette-divider {
  margin: 60px 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.no-wrap{
    white-space: nowrap;
}

/*.small{
    font-size: 12px;
}
*/

