/* Allgemein ====================================================================================================================*/
div {
  margin: 0;
  padding: 0;
  border: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
   padding: 0;
}
a, a:link, a:visited, a:active {
    color: #000;
    text-decoration: none;
}
.ivoxmousepointer {
  cursor: pointer;
}
body {
  min-width:400px;
  font-family: 'PT Sans', sans-serif;
  /*font-family: 'PT Sans Narrow', sans-serif;*/
}
div.container {
  padding: 0px 15px 0px 5px;
  width: 100%;
}
div.container-fluid {
  padding: 0px 0px 0px 0px;
  width:96%;
}
div.ivox-page{
  padding: 5px 0px 0px 0px;
}
/* Hauptnavigation ====================================================================================================================*/
/* Feststehende lg Navi */
/*xs < 768 <= sm < 992 < md <= 1200*/
@media (min-width: 1200px) {
  .ivoxleftnavi{
    list-style-type: none;
    padding: 20px 0px 0px 15px;
  }
  .ivoxleftnavi li{
    padding: 15px 0px 0px 0px;
  }
  .ivoxnavi{
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 170px;
    position: fixed;
    z-index: 999;
    background-color: #FFFFFF;
    width: 1170px;
    left: 50%;
    margin-left: -585px;
  }
  body{
    padding-top: 0px;
  }
  .nav li a {
    padding: 15px 3px 15px 3px;
  }
  
}
.navbar{
  margin: 0px;
  padding-bottom: 5px;
   
}
#navbar{
  padding: 0px 0px 0px 0px;
}
.navbar-form{
  padding: 5px 0px 0px 0px;
  margin: 0px;
}
.navbar-form .btn{
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

nav.navbar button {
	border: none;
}


/*
.ivoxnav{
  height: 165px;
  background-color: #FFFFFF;
}

.ivoxtopnav{
  /*color: #49b6d5;*/
  /*
  padding: 10px 0px 0px 30px;
  float: left;
}
*/


div.logo_lg{
  height: 150px;
  padding-left: 15px;
}

.logo_lg_img{
  width:226px;
  height:131px;
  background-color:#FFFFFF;
}
/*
img.logo {
  padding: 2px 0px 15px 15px;
  width: 100px;
}*/


img.logo_md {
  padding: 18px 15px 0px 0px;
  width: 100px;
  
}
/*xs < 768 <= sm < 992 < md <= 1200*/
@media (max-width: 768px) {
  img.logo_md {
    padding: 18px 15px 0px 30px;
    width: 155px;
  }
}


#ssuchtext {
  width: 100%;
  border-radius: disabled;
  border: solid 2px #d7d7d7;
  background-color: #e9e9e9;
  height: 31px;
}
.ivoxsuche{
  padding: 0px 0px 0px 0px;
}
.ivoxsuche a{
  width: 100% !important;
}
#sbutton {
	background:url(../gfx/search_tool.png) center no-repeat;
  background-color: #00add5;
  height: 31px;
  width: 100%;
  border: none;
}

/*xs < 768 <= sm < 992 < md <= 1200*/
@media (max-width: 992px) {
  select.suchselect{
    width: 100%;
    margin-top: 5px;
  }
}
a.ivoxname {
  color: #49b6d5;
}

.paging_two_button{
  float: left;
}

/* Navigation links ====================================================================================================================*/
div.ivox_left_list{
  padding-right: 10px;
  width: 100%;
}

div.ivox_left_list_nav div{
  background-color: #000000;
  padding: 8px 0px 7px 0px;
  text-align: center;
}

div.ivox_left_list_nav div:first-child {
  /*border-right: solid 2px #FFFFFF;*/
}

div.ivox_left_list_nav div:last-child {
  /*border-left: solid 2px #FFFFFF;*/
}

div.ivox_left_list_nav .aktiv{
  background-color: #49b6d5;
}

div.ivox_left_list_nav  a{
  color: #FFFFFF;
}

div.left_list_nav_entry a{
  font-size: 18px;
}

div.left_list {
    padding: 15px 0px 9px 11px;
    background-color: #FFFFFF;
}

div.left_list a{
	padding: 3px 0px 0px 0px;
	color: #000000;
	display: block;
  font-size: 12px;
}
div.left_list a.aktiv{
	
	color: #00add5;
	
}

div.ivox_left_list_entry a{
  font-size: 18px;
}

/* Selectbox änderungen ====================================================================================================================*/
.selectBox-dropdown {
    border: solid 1px #FFF;
}

@media (min-width: 1200px) {
.selectBox-dropdown {
    color: #FFFFFF;
    background: #000000;
    border-left: 0px;
    border-right: solid 1px #FFF;
}

.selectBox-options LI.selectBox-selected a {
  color: #00add5;
  background: #FFFFFF;
}
.selectBox-options a {
  text-decoration: none;
}
.selectBox-options LI.selectBox-hover a {
  color: #00add5;
}
}

/* Haupt Content ====================================================================================================================*/
  div.ivox_h1{
    background-color: #49b6d5;
    padding: 5px 0px 5px 15px;
    color: white;
    font-size: 18px;
  }
  div.ivox_h1_beschreibung{
    background-color: #49b6d5;
    padding: 5px 0px 15px 15px;
    color: white;
    font-size: 14px;
  }
  div.ivox_h1_beschreibung img{
    padding: 0px 15px 15px 0px;
  }
  /*xs < 768 <= sm < 992 < md <= 1200*/
  /*@media (min-width: 992px) {
    div.ivox5cover{
      width: 20%;
    }
  }*/
  div.album2benutzer_checkbox {
    display: inline;
  }
  
.ivox-page {
  display: table;
  width: 100%;
}
@media (min-width: 1200px) {
.ivox-page-content,
.ivox-links1,
.ivox-links2 {
  display: table-cell;
  vertical-align: top;
}
.ivox-page-content {
  padding-top: 75px;
}
}
.ivox-links1 {
  /*background-color: #eee;*/
  width: 130px;
}
/*xs < 768 <= sm < 992 < md <= 1200*/
  @media (min-width: 1200px) {
    .ivox-links1 {
      background-color: #eee;
    }
  }
.ivox-links2 {
  width: 280px;
}

.track_list_info_first{
  border-top: solid 1px #49b6d5;
}

.track_list_info{
  border-left: solid 1px #49b6d5;
  border-right: solid 1px #49b6d5;
} 

.track_list_info_last{
  border-bottom: solid 1px #49b6d5;
}
.cd_beschreibung{
  padding: 5px 0px 5px 5px;
  background-color: #eee;
}
  
  /* Teaser ====================================================================================================================*/
  .teaser{
    width: 100%
  }
  
  div.blaettern_vor{
    float:left;
    padding: 0px 0px 0px 5px;
  }
  div.blaettern_zurueck{
    float:left;
    padding: 0px 5px 0px 0px;
  }
  
  div.teaser2 {
		position: absolute;
    width: 100%;
    padding-right: 10px;
	}
  div.teaser_button {
		z-index: 1;
		position: absolute;
    right: 20px;
    top: 20px;
	}
  
  
  
  /*xs < 768 <= sm < 992 < md <= 1200*/
  @media (min-width: 992px) {
    .teaser_container{
      padding: 0px 0px 10px 10px;
    }
    .teaser_container2{
      padding: 0px 0px 10px 10px;
      padding-bottom: 400px;
    }
  }
  
  /*xs < 768 <= sm < 992 < md <= 1200*/
  @media (max-width: 992px) {
    .teaser_container{
      padding: 0px 0px 10px 0px;
    }
  
    .teaser_container2{
        padding: 0px 0px 10px 0px;
        position: relative;
        height: 0;
        padding-bottom: 750px;
       
    }
  }
  @media (max-width: 768px) {
    .teaser_container2{
        padding: 0px 0px 10px 0px;
        position: relative;
        height: 0;
        padding-bottom: 760px;
       
    }
  }
  @media (max-width: 700px) {
    .teaser_container2{
        padding: 0px 0px 10px 0px;
        position: relative;
        height: 0;
        padding-bottom: 700px;
       
    }
  }
  @media (max-width: 650px) {
    .teaser_container2{
        padding: 0px 0px 10px 0px;
        position: relative;
        height: 0;
        padding-bottom: 650px;
       
    }
  }
  @media (max-width: 600px) {
    .teaser_container2{
        padding: 0px 0px 10px 0px;
        position: relative;
        height: 0;
        padding-bottom: 600px;
       
    }
  }
  @media (max-width: 500px) {
    .teaser_container2{
        padding: 0px 0px 10px 0px;
        position: relative;
        height: 0;
        padding-bottom: 500px;
       
    }
  }
  @media (max-width: 450px) {
    .teaser_container2{
        padding: 0px 0px 10px 0px;
        position: relative;
        height: 0;
        padding-bottom: 450px;
       
    }
  }
  @media (max-width: 400px) {
    .teaser_container2{
        padding: 0px 0px 10px 0px;
        position: relative;
        height: 0;
        padding-bottom: 400px;
       
    }
  }
  /* Komponist ====================================================================================================================*/
  .ivox_komponist h2{
    padding-left: 15px;
  }
  .ivox_komponist p{
    padding-left: 30px;
  }
  
  /* Registrierung ====================================================================================================================*/
  .ivox_register {
    /*padding: 15px 0px 0px 15px;*/
  }
  .ivox_register h3{
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0px 0px 0px;
  }
  .ivox_register label {
		display:block;
    clear:both;
    padding:8px 0px 0px 0px;
	}
  .ivox_register select {
    max-width: 190px;
	}

  
  /* WYSIWYG EDITOR ====================================================================================================================*/
  .ivoxeditor h1{
    font-size: 20px;
    font-weight: bold;
    padding: 0px 15px 0px 15px;
  }
  .ivoxeditor h2{
    font-size: 14px;
    font-weight: bold;
    padding: 0px 15px 0px 15px;
  }
  .ivoxeditor div.h2{
    font-size: 14px;
    font-weight: bold;
    padding: 0px 15px 0px 15px;
  }
  .ivoxeditor p{
    text-align: justify;
    padding: 0px 15px 0px 15px;
  }
  /* Tabelle ====================================================================================================================*/
  .ivox_track_abstand{
    height: 5px;
  }
  .ivox_track_list{
    width: 97%;
  }
  /*xs < 768 <= sm < 992 < md <= 1200*/
  @media (max-width: 992px) {
    .ivox_track_list{
      width: 100%;
    }
  }
  .ivox_track_list h3 {
    font-size: 14px;
    font-weight: bold;
  }
  .ivox_track_list tr.tr0 {
    background-color: #E1E1E1;
  }
  .ivox_track_list tr.tr1 {
    background-color: #FFFFFF;
  }
  .ivox_track_list tr.tr2 {
    background-color: #b1b1b1;
  }
  .ivox_track_list th{
    background-color: #49b6d5;
		color: #FFFFFF;
		
		font-weight: bold;
    padding: 5px;
		
  }
  .ivox_track_list td{
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  a.probe {
    padding-left: 17px;
    background: url(../gfx/intervox/play_12x12.png) no-repeat left center;
    border:none;
    color:#878787;
    color: #333;
  }
/* Licence ====================================================================================================================*/

div.ivoxlicence{
  padding-top: 15px;
}

div.ivoxlicence div.ueberschrift{
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}
/* ueberschift + ueberschift2 */
div.ivoxlicence div.ueberschrift2{
  padding: 30px 0px 10px 0px;
}

div.ivoxlicence .licencebutton{
  background-color: #00add5;
  color: #FFF;
  border-radius: 9px;
  border: 1px solid #989898;
  width: 100%;
  height: 80px;
}

div.ivoxlicence .block{
  background-color: #00add5;
  border-radius: 11px;
  border: 3px solid #FFFFFF;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  background-image: url('../gfx/arrow.png');
  background-repeat: no-repeat;
  background-position: right top; 
}
div.ivoxlicence #corporate_social{
  height: 150px;
}
div.ivoxlicence #corporate_social div.h1{
  padding-top: 40px;
}
div.ivoxlicence #single_track{
  height: 150px;
}

div.ivoxlicence #production{
  height: 150px;
}
div.ivoxlicence #commercial{
  background-color: #ff0198;
  height: 210px;
}
div.ivoxlicence #commercial div.h1{
  padding-top: 75px;
}
div.ivoxlicence #deutschland{
  background-color: #ff0198;
  height: 210px;
}
div.ivoxlicence #all_media{
  background-color: #ff0198;
  height: 210px;
}
div.ivoxlicence #tv_radio{
  background-color: #4c8c96;
  height: 97px;
}
div.ivoxlicence #others{
  background-color: #95629d;
  height: 97px;
}
div.ivoxlicence #allgemein{
  background-color: #a79958;
  height: 97px;
}


div.ivoxlicence hr{
  height: 1px;
  color: #FFFFFF;
  background: #FFFFFF;
}

div.ivoxlicence div.h1{
  font-size: 15px;
  font-weight: bold;
  padding: 11px 0px 0px 0px;
}

/* Licence =================================================================================================================END*/
  

/* Haupt Content =================================================================================================================END*/
/* Footer ====================================================================================================================*/
div.ivox_footer{
  /*background-color: #e1e1e1;*/
  padding: 5px 5px 5px 15px;
  border: solid 1px #000000;
}

/* Player ====================================================================================================================*/
/*xs < 768 <= sm < 992 < md <= 1200*/
@media (min-width: 1200px) {
div.ivoxplayer{
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  z-index: 1;
  margin: 0px 15px 0px 405px;
  padding: 0px 420px 0px 0px;*/
  /*text-align: center;*/
  
  /*display: none;*/
  /*border: 1px solid red;*/
}
}
div.ivox_player_lg{
  display: inline-block;
  /*position: fixed;
  bottom: 0;
  left: 50%;
  margin-left:-361px;
  z-index: 101;
  border: 1px solid red;*/
}

div.ivox_player_sm{
   display: block;
}

.player{
  padding-top: 5px;
}

div.player div.jp-no-solution{
  display: none;
}

div.player div.cover{
  text-align: left;
}

/*xs < 768 <= sm < 992 < md <= 1200*/
@media (min-width: 1200px) {
  .player{
    padding-left: 130px;
  }
}

/*xs < 768 <= sm < 992 < md <= 1200*/
@media (max-width: 992px) {
  #player {
  	height: 45px;	
  }
  #player div.platzhalter {
  	height: 0px;
  }
  #player a.jp-play {
  	background: url("../gfx/jplayer/play_sm.png") no-repeat;
  }
  #player a.jp-play:hover {
    background: url("../gfx/jplayer/play_sm.png") no-repeat;
  }
  #player a.jp-pause {
    background: url("../gfx/jplayer/pause_sm.png") no-repeat;
    display: none;
  }
  #player a.jp-pause:hover {
    background: url("../gfx/jplayer/pause_sm.png") no-repeat;
  }
  #player_cover {
    display: none;
  }
}

div.jp-progress {
	background: url("../gfx/jplayer/default_waveform2.png");
}

/* Bootstrap änderungen ====================================================================================================================*/
.btn-primary {
    background-color: #49b6d5;
    border-color: #49b6d5;
}




/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0; background-color: #FFFFFF;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#FFF;}
#colorbox{outline:0; border: 1px solid #000000; background-color: #fff; }

#cboxContent{margin-top:32px; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:0px solid #ccc;}
#cboxLoadedContent{background:#FFF; padding:1px;}
#cboxLoadingGraphic{/*background:url(images/loading.gif) no-repeat center center;*/}
#cboxLoadingOverlay{background:#FFF;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-30px; background:url(../gfx/colorbox/colorbox_controls.png) no-repeat 0 0;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
#cboxTitle{cursor: move; position:absolute; top:-31px; left:0; color:#666; height: 25px; width: 100%; vertical-align: middle; margin: auto; background:#e0e0e0; border-bottom: 1px solid #000000;}
        













