/*******************************************************
 *					Stylesheet						   *
 *******************************************************/

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

html{
	height:100%;
}

input[type="radio"], input[type="checkbox"]{
	margin-right:10px;
}

input[type="text"],input[type="password"]{
	width: 100%;
	padding: .4em 1em;
	color:#000000;
	font-size:1em;
	border:1px solid rgba(0,0,0,0.3);
	border-radius:4px;
	background-color:#FFFFFF;
}

input.width_auto{
	width:auto;
}

input[type=checkbox]{
	width: auto;
}

body{
	font-family: "Sohne", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight:400;
	line-height:1.5;
	color:#000000;
	background-color:#000000;
	margin:0;
	height:100%;
	position:relative;
	-moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline:0;
}

select{
	width:100%;
	font-size:1em;
	padding: .4em 1em;
	border:1px solid #dcdcdc;
	margin-bottom:5px; 
	cursor:pointer;
}

select.width_auto{
	width: auto;
}


fieldset{
 	border: 1px solid #cccccc;
    display: block;
}

hr{
	border:1px solid rgba(167, 185, 186, 0.26);
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	-moz-border-top-colors:none;
	border-image:none;
	border-width:1px 0 0;
	margin-bottom:60px;
	margin-top:60px;
	height:0;
	clear:both;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

textarea{
	font-size:1em;
	font-family: "Sohne", Helvetica, Arial, sans-serif;
	padding: .4em 1em;
	border:1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	color:#000000;
	width:100%;
}

strong{
	font-weight:500;
}

textarea:focus, input:focus{
    outline:0;
}

ul{
	list-style: none;
	overflow:hidden;
	
}

ul.ul-style-1{
	margin-top:10px;
	margin-bottom:10px;
	list-style:disc;
	padding-left:50px;	
}

label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

input[type=checkbox].css-checkbox {
	  position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

table.table-style-1{
	margin-top:10px !important;
	margin-bottom:20px;
}

table.table-style-1 th{
	text-align:left;
}

div#main_content table.table-style-1 tr td{
	padding-top:5px;
	padding-bottom:5px;
}

table.table-style-1 tr td:first-child{
	padding-right:25px;
	font-weight:500;
}

table.dataTable.display  tr.order_net td{
	border-top:1px solid #000000;
}

table tr.order_sum{
	font-weight:500;
}

#wrapper{
	position:relative;
	min-height:100%;
	margin:0 auto;
	background:#FFFFFF;
}

#content{
	padding-top:60px;
	position:relative;
	height:100%;
	padding-bottom:460px;
	background:#000000;
} 


h1, h2, h3, h4{
	font-family: "Sohne", Helvetica, Arial, sans-serif;
	word-wrap:break-word;
	line-height:1em;
}

h1 {
	font-size:75px;
	margin-top:10px;
	margin-bottom:10px;
}

h2{
	font-size: 40px;
	font-weight:500;
	margin-top:10px;
	margin-bottom:10px;
	letter-spacing: 0.01em;
	
}

h2.color_pink{
	color: #E32552;
}

h3{
	font-size:30px;
	margin-top:10px;
	margin-bottom:10px;
}

h4{
	margin-top:25px;
	margin-bottom:5px;
	font-size:25px;
}

a{
	color:#000000;
}

div#search_buttons button:first-child{
	margin-right:10px;
}

a.buttonlink, input.button_addtocart, input.buttonlink, button.buttonlink, button#submit, button#reset{
	font-family: "Sohne", Helvetica, Arial, sans-serif;
	margin-top:10px;
	text-transform: uppercase;
	color:#FFFFFF;
	border-radius:10px;
	text-align:center;
	text-decoration:none;
	padding: 13px 30px;
	font-weight:500;
	font-size:12px;
	letter-spacing:1.44px;
	cursor: pointer;
	transition: 0.3s;
	display:inline-block;
}

input.button_addtocart{
	width:200px;
}

a.buttonlink-color-1, button.buttonlink-color-1, input.buttonlink-color-1, input.button_addtocart, button#submit{
	background-color:#E32552;
	border: 1px solid #E32552;
}
a.buttonlink-color-1:hover, button.buttonlink-color-1:hover, input.buttonlink-color-1:hover, input.button_addtocart:hover, button#submit:hover{
	background-color:#D51946;
	border: 1px solid #D51946;
}


a.buttonlink-color-2, button.buttonlink-color-2, input.buttonlink-color-2, div#search_buttons button#reset{
	background-color:transparent;
	border: 1px solid rgba(255,255,255,0.5);	
}
a.buttonlink-color-2:hover, button.buttonlink-color-2:hover, input.buttonlink-color-2:hover, div#search_buttons button#reset:hover{
	border: 1px solid #FFFFFF;
}

a.buttonlink-color-3, button.buttonlink-color-3, input.buttonlink-color-3{
	background-color:#000000;
	border: 1px solid #000000;	
}

a.buttonlink-color-4, button.buttonlink-color-4, input.buttonlink-color-4{
	background-color:transparent;
	border: 1px solid #000000;
	color:#000000;
	transition:0.03s;
}
a.buttonlink-color-4:hover, button.buttonlink-color-4:hover, input.buttonlink-color-4:hover{
	background-color:#000000;
	border: 1px solid #000000;
	color:#FFFFFF;
}
a.buttonlink-color-5, button.buttonlink-color-5, input.buttonlink-color-5{
	background-color:transparent;
	color:#000000;
	text-decoration: underline;
}


.buttonlink.margin_10_top_bottom{
	margin-top: 10px;
	margin-bottom: 10px;
}

.buttonlink.no_margin{
	margin:0;
}

input.button_addtocart_sounds.button_addtocart{
	background-color:#000000;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}

input.button_addtocart_sounds.button_addtocart:hover{
	background-color:#D51946;
	border: 1px solid #D51946; 
}

a.buttonlink-textcolor-1{
	color: #000000;	
}

div.projekt_all_in_cart{
	margin-bottom:10px;
}

/*******************************************************
 *						Cookies						   *
 *******************************************************/

/* Animation: slide */
@-webkit-keyframes slide {
    100% { left: 2 0px; }
}

@keyframes slide {
    100% { left: 20px; }
}


#cookie-widget {
    position: fixed;
    z-index:999;
    left:-420px;
    bottom:20px;
    width: 400px;
    height: 260px;
    background: white;
    padding:20px;
    font-size:15px;
    border: 1px solid #FFFFFF;
    border-radius:4px;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
    box-shadow:0 0 18px rgba(0,0,0,0.3);
    box-sizing: border-box;
    text-align: center;
    line-height:1.5em;
}




#cookie-widget div.cookie-accept{
	margin-top:15px;
}

#cookie-widget div.cookie-accept a{
	width:100%;
}

.cookie-widget-accept-all, .cookie-widget-save-choice{
	display:block;
	float:none;
}

.cookie-widget-accept-all{
	margin-top:10px;
	width:100%-40px;
}

.cookie-widget-save-choice{
	margin-bottom:20px;
	margin-top:20px;	
}

.cookie-choose-input-div{
	margin-top:10px;
	margin-bottom:20px;
}

 
#cookie-widget-details input[type="checkbox"] {
  position: absolute;
  left: -15px;
}
#cookie-widget-details input[type="checkbox"]+label::before {
  width: 15px;
  height: 15px;
  border: 2px solid #006600;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}

#cookie-widget-details label{
	color:#006600;
	font-size:15px;
}

#cookie-widget-details input[type="checkbox"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #006600;
}
 

.cookie-widget-choose{
	color:black;
	padding:5px 20px;
	font-size:15px;
	margin-top:10px;
	width:100%-40px;;
	display:block;
	float:none;
	text-decoration:none;
	font-weight:400;
}


#cookie-widget-details {
	display:none;
    position: fixed;
    z-index:9999999;
    margin: 0 auto;
    top: 5%;
    bottom:10%;
    right:0;
    left:0;
    max-width: 500px;
    background: white;
    padding:20px;
    font-size:15px;
    color: #000000;
    text-align:left !important;
    border: 1px solid #FFFFFF;
    border-radius:4px;
    box-shadow:0 0 18px rgba(0,0,0,0.3);
    box-sizing: border-box;
    text-align: center;
    overflow:hidden;
    overflow-y:scroll;
}

#cookie-widget-details h2{
	font-size:25px;
	margin-bottom:10px;
}

#cookie-widget-details h3{
	font-size:16px;
	margin-top:20px;
	margin-bottom:10px;
}

#cookie-widget-details-background{
	display:none;
	position:fixed;
	z-index:1000;
	height:100%;
	width:100%;
	background:#000000;
	opacity:0.7;
}

.cookies-buttonlink-div{
	margin-top:20px;
	margin-bottom:50px;
}

#cookie-widget-details-close{
	display:none;
	position: absolute;
	height: 15px;
	width:15px;
	right:10px;
	top:10px;
	background:url("../images/close-2.png");
	background-repeat:no-repeat;
	background-size:15px 15px;
	float:right;
	cursor:pointer;
}


/*******************************************************
 *					   Formular						   *
 *******************************************************/

form.formular-style-1 table{
	margin-top:10px;
}
form.formular-style-1 h3{
	margin-top:50px;	
}
form.formular-style-1 table tr td{
	padding-bottom:5px;
	padding-right:10px;
}
form.formular-style-1 table tr td:first-child{
	min-width:150px;
}
form.formular-style-1 button{
	margin:0;
}

/*******************************************************
 *						Tooltip						   *
 *******************************************************/


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip_soundpool{
	min-width:40px;
	text-align:center;
}

.tooltip .tooltiptext {
  visibility:hidden;
  width: 120px;
  background-color: #FFFFFF;
  color: #000000;
  font-size:12px;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 130%;
  left: 50%;
  margin-left: -60px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
}

.lite-x-black{
	background-image:url(../images/lite-x-black.png);
	background-size: 15px 30px; 
}

/*******************************************************
 *					Infosites						   *
 *******************************************************/

#main_content.info_sites h3{
	font-size:30px;
	margin-top:25px;
	margin-bottom:10px;
}

#main_content.info_sites .info_box_style-1 h3{
	margin-top:0px;
}

#main_container.main_container_info_sites{
	padding-top:100px;
	background-color:#F6F6F6;
	color:#000000;
}

#info_sites_header{
	position:relative;
	text-align: left;
	min-height:400px;
	height:auto;
	overflow:hidden;
	padding: 100px 30px 50px 30px;
	color:#FFFFFF;
}

#info_sites_header.smaller{
	min-height:300px;
}

#info_sites_header h1{
	font-size:75px;
	font-weight:600;
	letter-spacing: -0.02em;
	margin-bottom:5px;
	margin-top:0px;
	color: #FFFFFF;
	line-height:1.1em;
}

#infosites_head_text{
	max-width:1400px;
	margin: 0 auto;
}



.info_box_style-1{
	display:flex;
	justify-content:space-between;
	gap: 25px 50px;
	align-items:flex-end;
}
.info_box_style-1 > div, 
.info_box_style-1 h2{
	flex-basis: 50%;
	margin:0;
}

#info_submenu{
	max-width:1400px;
	margin:0 auto;
}

.info_sites_block{
	padding: 50px 30px;
}

.info_sites_block.color-2{
	background-color:#1A1A1A;
	color:#FFFFFF;
	background-image: url('/static/images/info-gemafreie-musik-background.jpg');
	background-image: url('/static/images/info/speaker.jpg');
	background-repeat:repeat;
	background-size: cover;
	background-attachment: fixed;
}

div#main_content.info_sites img.float-right{
	float:right;
	margin-left:50px;
}

div#main_content.info_sites img.float-left{
	float:left;
	margin-top:50px;
	margin-right:50px;
	margin-bottom:50px;
}


div#main_content.info_sites div.infosite_player_small h2{
	margin-top:0px;
	font-size:35px;
}
       
div.infosite_player_small div.track-name-links{
	margin-top:35px;
	font-size:16px;
}


.info_sites_block.color-2 .info_service_start_box h2{
	color: #E32552;
	
}

.info_sites_block_content{
	margin: 0 auto auto;
	max-width: 1400px;
	position:relative;
	overflow:hidden;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 15px;
}


.info_sites ul li:before{
	font-size: 1.5em;
    content: '›';
    margin-right:5px;
    color:#979da2;
}

.info_service_start_box{
	float:left;
	flex-basis:22%;
}


.info_boxes_simple{
	margin-top:100px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.info_boxes_simple .info_box{
	padding:50px;
	background-color:#FFFFFF;
	flex-basis:33%;
}

.info_boxes_simple h4{
	margin-top:0px;
	font-size:30px;
	font-weight:500;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.info_boxes_simple ul{
	margin-top:10px;
}

.info_service_start_box.filling-empty-space-childs, .account_start_box.filling-empty-space-childs{
	height:0;
}

#references-gallery-container.info_site_referenzen h3{
	margin-bottom:20px;
}

span.referenzen-musiktitel a{
	color: #FFFFFF;
}


hr.transparent{
	border:1px solid transparent!important;
}

div#main_content table.table-slider-packages{
	margin-top:0px;
	padding-left:0px;
}

div#main_content table.table_addtrack{
	margin-bottom:150px;
}

div#main_content table.table_addtrack td{
	vertical-align: top;
}

div#main_content table.table-slider-packages td{
	vertical-align:top;
	color: #000000;
}

img.package-cover-big{
	margin-right:25px;
	margin-bottom:15px;
	float:left;
	width:25%;
	height:auto;
}


div#main_content table td{
	vertical-align:middle;
}


div.go_back_button{
	margin-bottom:30px;
}

img.musicfox_soundpool_logo_img{
	margin-top:30px;
	margin-bottom:21px;
	margin-left:10px;
}

div.remove_track_project{
	font-size:11px;
	margin-bottom:20px;
}

div.remove_track_project a{
	color:#000000;
	font-size:12px;
}


span.small, div.small{
	font-size:15px;
}

span.small_15{
	font-size:15px;
}

div#team_person_container{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	gap: 35px 0px;
}

div.team_person{
	flex-basis:48%;
}

div.team_person a{
	text-decoration:none;
	font-weight:500;
}

div.team_person a:hover{
	color:#E32552;
}

div.team_person_image_name{
	height:350px;
	position:relative;
}

div.team_person_image_name::after{
	border-color: transparent transparent #F6F6F6;
	border-image:none;
	border-style:solid;
	border-width:10px;
	content:'';
	position:absolute;
	right:2em;
	width:0;
	bottom:0;
	
}

div#main_content.info_sites .team_person_image_name p{
	position:absolute;
	bottom:0;
	background:rgba(30, 35, 40, 0.4) none repeat scroll 0 0;
	width:100%;
	text-align:center;
	height:75px;
	left:0;
	margin:0;
	padding:10px 0 0;
	color:#FFFFFF;
	font-size:35px;
	font-weight:600;
	text-transform:uppercase;
}

#main_content div.team_person h3{
	font-weight:400;
	margin-top:10px;
}


div#theater_spezial_license_overview{
	margin-top:100px;
	margin-bottom:80px;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	gap: 50px 0px;
}

div.theater_spezial_license{
	flex-basis:30%;
	text-align:center;
}

div#main_content div.theater_spezial_license h3{
	margin-bottom:10px;
	
}

div.theater_spezial_license img{
	width:120px;
	height:120px;
}

div#theater_special_content{
	color: #000000;
}


div#theater_spezial_info{
	min-height:50px;
	padding:10px;
	box-sizing:border-box;
	overflow:auto;
	margin-bottom:60px;
}

div#theater_spezial_info_inside{
	font-size:18px;
	color: #000000;
	font-weight:400;
	margin-top:-5px;
}

div#theater_spezial_info img{
	width:50px;
	float:left;
	margin-right:10px;
}

div.theater_spezial_price{
	margin-top:10px;
	font-weight:500;
}

/*******************************************************
 *					Webfonts						   *
 *******************************************************/

@font-face {font-family: "Atlas Grotesk";
  src: url("/static/fonts/atlas-grotesk/AtlasGrotesk-Regular-Web.woff2"); /* chrome firefox */
}

@font-face {font-family: "Sohne";
  src: url("/static/fonts/sohne/sohne.woff2");
  font-style:normal;
  font-weight:400;
}

@font-face {font-family: "Sohne";
  src: url("/static/fonts/sohne/sohne-fat.woff2");
  font-style:normal;
  font-weight:500;
}

@font-face {font-family: "Sohne Slim";
  src: url("/static/fonts/sohne/sohne-slim.woff2");
  font-style:normal;
  font-weight:300;
}

@font-face{font-family:TradeGothicLTCom-BdCn20;
src:url(/static/fonts/trade-gothic/TradeGothicLTCom-BdCn20.eot);
src:url(/static/fonts/trade-gothic/TradeGothicLTCom-BdCn20.eot?#iefix) format("embedded-opentype"),
url(/static/fonts/trade-gothic/TradeGothicLTCom-BdCn20.woff) format("woff"),
url(/static/fonts/trade-gothic/TradeGothicLTCom-BdCn20.ttf) format("truetype");
font-weight:400;font-style:normal}

@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/OpenSans-Light-webfont.eot');
  src: url('/static/fonts/open-sans/OpenSans-Light-webfont.woff') format('woff'), 
  url('/static/fonts/open-sans/OpenSans-Light-webfont.ttf') format('truetype'), 
  url('/static/fonts/open-sans/OpenSans-Light-webfont.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/OpenSans-LightItalic-webfont.eot');
  src: url('/static/fonts/open-sans/OpenSans-LightItalic-webfont.woff') format('woff'), url('/static/fonts/open-sans/OpenSans-LightItalic-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/OpenSans-LightItalic-webfont.svg') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/OpenSans-Regular-webfont.eot');
  src: url('/static/fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'), url('/static/fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/OpenSans-Regular-webfont.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/OpenSans-Italic-webfont.eot');
  src: url('/static/fonts/open-sans/OpenSans-Italic-webfont.woff') format('woff'), url('/static/fonts/open-sans/OpenSans-Italic-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/OpenSans-Italic-webfont.svg') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/OpenSans-Semibold-webfont.eot');
  src: url('/static/fonts/open-sans/OpenSans-Semibold-webfont.woff') format('woff'), url('/static/fonts/open-sans/OpenSans-Semibold-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/OpenSans-Semibold-webfont.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot');
  src: url('/static/fonts/open-sans/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('/static/fonts/open-sans/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/OpenSans-SemiboldItalic-webfont.svg') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/OpenSans-Bold-webfont.eot');
  src: url('/static/fonts/open-sans/OpenSans-Bold-webfont.woff') format('woff'), url('/static/fonts/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/OpenSans-Bold-webfont.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/open-sans/OpenSans-BoldItalic-webfont.eot');
  src: url('/static/fonts/open-sans/OpenSans-BoldItalic-webfont.woff') format('woff'), url('/static/fonts/open-sans/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('/static/fonts/open-sans/OpenSans-BoldItalic-webfont.svg') format('svg');
  font-weight: 700;
  font-style: italic;
}


/*******************************************************
 *					Bestellvorgang					   *
 *******************************************************/
 
 
.choose_own_other_container{
	display:flex;
	flex-wrap: wrap;
	gap: 20px;
}

.choose_own_other_container > div input{
	margin-right:5px;
}

div#own-address, div#own-licenser, div#other-address, div#other-licenser{
	padding:10px;
	margin-top:15px;
}

div.address_show{
	display:table;
	margin-left:10px;
	padding:10px 10px 10px 0px;
	line-height:1.5em;
	margin-bottom:5px;
}

a.address_book_link, a.address_book_licenser_link{
	text-decoration:underline;
	cursor: pointer;
}

div.address_show a{
	color:#000000;
}

div.address_block{
	padding:10px;
	float:left;
}

a#takeaddress, a#takeaddresslicenser{
	color:#FFFFFF;
	margin-left:10px;
	cursor:pointer;
	margin-bottom:10px;
}

a.address_chosen, a.address_chosen_licenser{
	color:#000000;
}

#adressbuch, #adressbuch-licenser{
	background-color:#FFF;
	margin-bottom:20px;
}

.adresse,.adresse-licenser{
	color:#000000;
}

/************************************ 
 *          Sidemenu	        	*
 ************************************/
div#sidemenu{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:10px 10px;
	padding-bottom:50px;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	margin-bottom:50px;
}

div#sidemenu a{
	text-decoration:none;
}

div#sidemenu a:hover{
	text-decoration:underline;
}

div.sidemenu_block{
	flex-basis:23%;
}

div#sidemenu.sidemenu_admin div.sidemenu_block{
	flex-basis: 11%;
}


/************************************ 
 *          Shopping Menu	        *
 ************************************/

div.order_process_button{
	margin-top:10px;
}

/************************************ 
 *         Top-Submenu	        	*
 ************************************/

div#top_submenu{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	gap: 0px 20px;
	z-index: 999;
	margin-top:10px;
}

div#top_submenu > div{
	flex-basis:23%;
}

div#top_submenu a{
	color:#ffffff;
	text-decoration:none;
}

div#top_submenu a.info_menu_current{
	color: #E32552;
	font-weight:500;
}

div#top_submenu a::before{
	content: '›';
	margin-right:5px;
	font-size:1em;
}

.mymusicfox #main_content h2{
	margin-bottom:15px;
	margin-top:20px;
}

.button_back_container{
	clear:both;
	margin-bottom:30px;
}

.info_sites_block h2.infosites{
	width:100%;
	font-size: 75px;
	letter-spacing:-0.02em;
	margin-bottom:40px;
}

.info_sites_block h2.infosites.kostenlose-musik{
	float:left;
	width:35%;
}

.info_sites_block:last-child{
	margin-top:50px;
	background-image: url('/static/images/bg-muster-1.png');
}

.info_sites_block:last-child .info_service_start_box{
	flex-basis: 30%;
	padding-top:45px;
}

#main_container.infosites{
	background-color: #F6F6F6;
	color:#000000;
}


/*******************************************************
 *					Top Menu						   *
 *******************************************************/

#topmenu{
	height:60px;
	font-family: "TradeGothicLTCom-BdCn20", Avenir, sans-serif;
	font-size: 18px;
	letter-spacing:0.02em;
	color: #FFFFFF;
	text-transform: uppercase;
}

#topmenu a{
	color:#FFFFFF;
	transition:0.2s;
}

#topmenu_right{
	position: absolute;
	right: 0;
	top: 0%;
	margin:0 0 0 0;
	padding-right:30px;
}

#topmenu_right nav ul{
	list-style-type: none;
	margin:0;
	padding: 0;
}

#topmenu_right nav ul li{
	display: inline-block;
	cursor: pointer;
}

#topmenu_right nav ul li div.topmenu{
	float:left;
	margin-left:0px;
	margin-right:5px;
	margin-top:3px;
	width:19px;
	height:16px;
	background-image: url('../images/header-icons-white.png');
	background-repeat:no-repeat;
	background-size: 85px 15px;
	transition:0.2s;
}

#topmenu_right nav ul li div.topmenu_button_container{
	float:left;
	height: 27px;
	padding-right: 20px;
	margin-top:20px;
	border-right: transparent;
}
#topmenu_right nav ul li:nth-child(3) div.topmenu_button_container {
	border:none;
	margin-right:35px;
	transition:0.2s;
}

#topmenu_right nav ul li:last-child div.topmenu_button_container {
	padding-right:0px;
}

#topmenu_right nav ul li div.topmenu_button_container span.current{
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

#topmenu_right img{
	float: none;
}

#topmenu_right a{
	text-decoration: none;
	display: inline;
}

#topmenu_right a.current, #topmenu_right .topmenu_button_container.current{
	color: #E32552;
}

/* Start: Geändert für Christmas Bundle */
#topmenu_left {
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	background-color:#000;
}

#topmenu_left td {
  display: inline-block; /* oder flex: 0 0 auto; */
  padding: 0 10px;       /* optional: Abstand */
  white-space: nowrap;   /* verhindert Zeilenumbruch im Text selbst */
}
/* Ende: Geändert für Christmas Bundle */

#topmenu_left table {
	margin-top: 18px;
	margin-left:300px;
}

#topmenu_left td {
	padding:0px 15px 0px 0px;
}

#topmenu_left td a:hover{
	border-bottom: 3px solid #FFFFFF;	
}

#topmenu_left td.current a{
	color: #E32552;
}

#topmenu_left td.current a:hover{
	border-bottom: 3px solid #E32552;
}

#topmenu_left a {
	text-decoration:none;
}

#topmenu_left a#musicfox_logo {
	text-decoration:none;
	position: absolute;
	top:14px;
	left:30px;
}
#topmenu_left td:last-child{
	padding-right:0;
}

div#main_content_header{
	margin-bottom:35px;
}

div#main_container.overview_site{
	min-height:650px;
}

div#main_container.min-height{
	min-height:550px;
}


div#main_container.overview_site #main_content_header{
	margin-bottom:60px;
}

div#main_content_header img{
	right:0;
	top:0;
	position:absolute;
	
}

img.main_content_shopping_headimage{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

div.main_content_textblock{
	margin-bottom:30px;
	width:100%;
}

header#header{
	width:100%;
	position:fixed;
	height:60px;
	z-index:999999;
	background-color:rgba(0,0,0,0.75);
	line-height:1.2;
}

div#header_account h1{
	color:#000000;
	font-size:50px;
	font-weight:200;
	margin-top:30px;
}

/*******************************************************
 *					My Musicfox						   *
 *******************************************************/

.mymusicfox #main_content div#header_account h1{
	margin-bottom:0;
	font-size:60px;
}

#mymusicfox_sound_search_results{
	background-color:#000000;
	padding-left:30px;
	padding-right:30px;
	border-radius:4px;
}

.account_start_box_container{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 10px;
}

.account_start_box{
	flex-basis: 20%;
}

#main_content .account_start_box ul li::before{
	content:"›";
	font-size:1em;
	margin-right:5px;
}

#main_content .account_startbox_produzent{
	width:33%;
}

.infoblock_text{
	opacity: 0.9;
}

#main_content .info_service_start_box h2{
	margin-top:10px;
	margin-bottom:10px;
	color:#000000;
}

#main_content .info_service_start_box h3{
	margin-top:0px;	
}

.info_sites_block .info_service_start_box a{
	display:inline-block;
	width:70%;
	padding: 13px 0px;
}

img.info_head_image{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
div.info_head_text{
	overflow:hidden;
}

div#main_content.info_sites h2{
	font-size:75px;
	letter-spacing:-0.03em;
}
div#main_content.info_sites div.h2_subline{
	font-size:25px;
	font-weight:500;
}

div#main_content p{
	margin-top:10px;
	margin-bottom:10px;
}

#lizenzen_container{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px 10px;
	margin-top:100px;
	 
}
#lizenzen_container div.lizenz{
	flex-basis:24%;
	border-radius: 14px;
	background-color:#E32552;
	background: linear-gradient(
		to bottom,
		#E32552 0px,
		#E32552 160px,
		#FFFFFF 160px,
		#FFFFFF 100%
	);
	min-height:300px;
}


#lizenzen_container div.lizenz_verwendung.one_line{
	padding-top:50px;
	text-align:center;
}

#lizenzen_container div.lizenz h3{
	text-align:center;
	color:#ffffff;
	padding-top:0px;
	font-size:25px;
}

div#main_content.info_sites div.lizenz_preis{
	text-align:center;
	color:#ffffff;
	font-size: 45px;
}
div#main_content.info_sites div.lizenz_mwst{
	text-align:center;
	color:#ffffff;
	margin-top:-5px;
	margin-bottom:20px;
	font-size:15px;
}

div.lizenz_verwendung{
	background-color: #FFFFFF;
	padding:10px 15px;
	margin-bottom:15px;
}
div.lizenz_verwendung_firstline{
	color: #000000;
	font-weight:500;
	margin-top:10px;
	margin-bottom:5px;
}

div.lizenz_verwendung ul{
	line-height: 1.5em;
	overflow: visible;
}


div.info_container{
	position:relative;
	display:inline;
}
div.info_container_content{
	position:absolute;
	background-color:#000000;
	padding:10px 15px;
	bottom:31px;
	left:-122px;
	width:250px;
	border:2px solid #000000;
	border-radius:4px;
	text-align:center;
	color:#FFFFFF;
}

div.info_container_content::after{
	content: " ";
  	position: absolute;
  	top: 100%; /* At the bottom of the tooltip */
  	left: 50%;
  	margin-left: -5px;
  	border-width: 10px;
  	border-style: solid;
  	border-color: #000000 transparent transparent transparent;
}

div.info_container img{
	margin-bottom:-2px;
	width:15px;
	height:15px;
}

div.account_texticon{
	clear:both;
	float:left;
	width:110px;
	margin-top:20px;
}

div.account_infotext{
	float:right;
	width:85%;
	margin-top:20px
}


/*******************************************************
 *					Admin-Account				   	   *
 *******************************************************/
 
div.admin_orders_overview_box_container{
	display:flex;
	flex-direction:row;
	gap: 10px 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.admin_orders_overview_box{
	position:relative;
	flex-basis: 22%;
	background-color:#FFFFFF;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius:4px;
	padding-bottom:5px;
	min-width: 250px;
}
div.admin_orders_overview_box > div{
	padding-right:10px;
	padding-left:10px;
}
div.admin_orders_overview_box_headcontainer{
	width:100%;
	height:45px;
	background-color:#000000;
	overflow:hidden;
	font-weight:500;
}

div.admin_orders_overview_box_header{
	color:#ffffff;
	margin-top:8px;
}

div.admin_orders_overview_box_headcontainer img{
	width:30px;
	margin-right:10px;
	padding-top:5px;
	float:left;
}

div.admin_orders_overview_box table{
	width:100%;
}

div.admin_orders_overview_box table tr td{
	padding:2px 0px;
}

div.addtrack_subs_container{
	float:left;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	background-color: #eaeaea;
	padding:10px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
}

div.addtrack_subs_box{
	float:left;
	margin-right:20px;
}

div.addtrack_subs_box.addtrack_subs_box_stimmungen{
	margin-bottom:50px;
	min-width:400px;
}

table.admin_account_order_customer_data td{
	padding-right:20px;
}

img.icon_small{
	margin-right:5px;
	margin-top:4px;
	float:left;
}

input.input_date{
	width:135px;
}

/*******************************************************
 *					Detailsuche						   *
 *******************************************************/
div#noresults{
	text-align: center;
	margin-top:40px;
	padding-bottom:100px;
	color:#E32552;
	font-size:19px;
}

div#search_buttons{
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.detailsearch_highlighted a{
	color: #E32552;
}



div.search_results_firstline{
	font-size:25px;
	font-weight:600;
	background-color: #E32552;
	color:#000000;
	margin:0;
	position:relative;
	letter-spacing: 0em;
	height:40px;
}

div.search_results_firstline_content{
	max-width:1400px;
	margin: 0 auto;
	padding: 0px 30px;
	box-sizing:border-box;
	position:relative;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items: center;
}

div.search_results_firstline_name::before{
	
	background-image:  url('/static/images/musicfox-logo-stripes-black.png');
    background-size: 14px;
    background-repeat:no-repeat;
    background-position:bottom left;
    display: inline-block;
    width: 20px; 
    height: 1em;
    content:"";

}

span.number_of_results{
	font-size:15px;
}

div.search_results_firstline_content img.search_results_firstline_content_musicfox_logo{
	width:21px;
	margin-bottom:-5px;
	margin-top:5px;
	opacity:0.7;
	margin-right:10px	
}


div.order_by{
	font-size:16px;
	display: flex;
	justify-content: right;
	align-items:center;
}

div.order_by form{
	margin-left:5px;
}

div.order_by_name{
	float:left;
	padding-right:5px;
	white-space:nowrap;
	padding-top:1px;
	color:#FFFFFF;
}

/* Select: Sortierung */

select#select-orderby{
	width:120px;
}

div.order_by form select{
	background-color: transparent;
	border:none;
}

span#select-orderby-button{
	background-color:transparent;
	border: 1px solid transparent;
	color:rgba(255,255,255,0.7);
	font-weight: 500;
	padding:0;
}

span#select-orderby-button:hover{
	color:rgba(255,255,255,1);
}

span#select-orderby-button span.ui-icon-triangle-1-s{
	background-image: url("/static/images/jquery_ui_1.13.1/ui-icons_FFFFFF_512x480.png");
	background-position: -68px -12px;
	opacity:0.6;
}

span#select-orderby-button span.ui-icon-triangle-1-s:hover{
	opacity:1;
}

ul#select-orderby-menu{
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	border-radius:5px;
}

ul#select-orderby-menu li.ui-menu-item div.ui-state-active{
	background-color:transparent;
	border: 1px solid transparent;
	color:#000000;
	background-color: rgba(0,0,0,0.2);
}


/* Select: Lizenzwahl */

select#select_license{
	background-color:transparent;
	border: 1px solid transparent;
	width:210px;
}

span#select_license-button{
	background-color:transparent;
	font-size:16px;
	color:#FFFFFF;
	width:200px;
}


span#select_license-button span.ui-icon-triangle-1-s{
	background-image: url("/static/images/jquery_ui_1.13.1/ui-icons_FFFFFF_512x480.png");
}

/*******************************************************
 *					Detailsearch					   *
 *******************************************************/

div#free_text_search_container{
	margin: 0 auto;
	max-width:1400px;
}

div#free_text_search{
	text-align:center;
	margin:0;
	padding:0;
	margin-top:40px;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	border-radius: 50px;
	height:70px;
	position:relative;
}
div#free_text_search input{
	background-color: transparent;
	background-image: url("/static/images/icon-lupe.png");
	background-size: 25px 25px;
	background-position: 25px 20px;
	background-repeat: no-repeat;
	color:rgba(0,0,0,0.9);
	height:68px;
	width:calc(100% - 100px);
	font-size:16px;
	border:none;
	padding-left:70px;
	box-sizing:border-box;
	float:left;
}

button#submit_freetext{
	height:68px;
	position:absolute;
	right:30px;
	top:0;
	font-size:16px;
	letter-spacing:0.03em;
	border:none;
	padding-left:5px;
	padding-right:5px;
	background-color:transparent;
	cursor:pointer;
}

div#textvorschlaege{
	color:rgba(255,255,255,0.85);
	font-size:16px;
	text-align:left;
	padding-top:10px;
	padding-left:70px;
}

div#textvorschlaege a{
	color:rgba(255,255,255,0.85);
	text-decoration:none;
}

div#textvorschlaege a:hover{
	color:rgba(255,255,255,1);
	text-decoration:underline;
}

div#container_detailsearch{
	margin: 0 auto;
	padding-top:50px;
	max-width:1400px;
}

table#detailsearch{
	position:relative;
	width:100%;
}

table#detailsearch select{
	width: 250px;
}

table#detailsearch select#key, table#detailsearch select#mode{
	width:120px;
}

span#mode-button{
	float:left;
}

table#detailsearch tr td.detailsearch_td{
	color:#FFFFFF;
	font-size:16px;
	vertical-align:top;
}

table#detailsearch tr td.detailsearch_td table{
	border-spacing: 0px;
	width:100%;
}

table#detailsearch tr td.detailsearch_td table td{
	padding:0px;
	padding-bottom:10px;
}

table#detailsearch tr td.detailsearch_td:first-child table tr td:first-child,
table#detailsearch tr td.detailsearch_td:nth-child(2) table tr td:first-child
{
	width:30%;
	text-align:right;
}
table#detailsearch tr td.detailsearch_td:first-child table tr td:nth-child(2),
table#detailsearch tr td.detailsearch_td:nth-child(2) table tr td:nth-child(2){
	width:70%;
	padding-left:15px;
	text-align:left;
}
table#detailsearch fieldset{
	padding:25px;
	min-height:345px;
	margin:5px;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 13px;
	background-color: rgba(0,0,0,0.5);
}

table#detailsearch fieldset legend{
	color: #FFFFFF;
	font-size:35px;
	font-weight:600;
}


table.shopping_overview{
	line-height:1.4em;
	margin-bottom:20px;
	max-width: 600px;
}

table.shopping_overview td.shopping_overview_name{
	color:#2c3e50;
}


div.shopping_overview_change_link_box a{
	color: #000000;
}

div.order_overview{
	color: #2c3e50;
}


div.shopping_overview_change_link_box:before{
	margin-bottom:8px;
	font-size: 1.5em;
    content: '›';
    margin-right:5px;
    color:#979da2;
}

div.shopping_agb{
	margin-top:30px;
	background:#F4F5F6;
	padding:10px;
}

/*******************************************************
 *			Kostenlose GEMA-freie Musik				   *
 *******************************************************/

div.gemafrei-kostenlos-musiktitel{
	background-color:#ffffff;
	border:1px solid #cccccc;
	width:235px;
	float:left;
	padding:20px;
	margin-right:20px;
	margin-bottom:20px;
	min-height:265px;
	position: relative;
}

.mymusicfox #main_content div.gemafrei-kostenlos-musiktitel h2{
	font-size:20px;
	line-height:20px;
	color: #000000;
	margin-top:0px;
	font-weight:400;
}

.info_sites div.gemafrei-kostenlos-musiktitel ul li::before{
	content: none;
}

div.gemafrei-kostenlos-downloadbutton{
	position:absolute;
	bottom: 30px;
}

div.gemafrei-kostenlos-downloadbutton a{
	color: #FFFFFF;
	text-decoration:none;
}

div.music_search_result_free{
	position:absolute;
	width:95%;
	bottom:75px;
	left:10px;
}

div.music_search_result_free div.music_search_result_player{
	width: 100%;
}

div.infosite_player_container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:40px 0;
}


div.infosite_player_small{
	background-color:#000000;
	border-radius:6px;
	padding:20px;
	color:#FFFFFF;
	min-width:370px;
	max-width: 450px;
	position:relative;
	flex-basis: 420px;
}

div.infosite_player_small div.track-play.buttons{
	width:35px;
}

div.infosite_player_small div.track-dauer.time{
	width:42px;
	font-size:14px;
	padding-top:8px;
}

div.infosite_player_small div.mfplayer{
	height:40px;
	margin-top:35px;
	display:flex;
	justify-content:space-between;
	align-items: center;
}

div.infosite_player_small canvas.waveform{
	margin-top:2px;
}



div.infosite_player_small a{
	color:#FFFFFF;
}


.mymusicfox #main_content div.infosite_player_small h2{
	font-size:20px;
	color: #000000;
	margin-bottom:10px;
	margin-top:0px;
}

.mymusicfox #main_content div.infosite_player_small div.music_search_result{
	position:relative;
	bottom:none;
	left:none;
	clear:both;
	width: 100%;
	padding:0;
	margin-left:-10px;
	border:none;
}

.info_sites div.infosite_player_small ul li::before{
	content: none;
}

.infosite_player_small.light{
	background-color:transparent;
	color: #000000;
}


/*******************************************************
 *					Alerts & Errors 				   *
 *******************************************************/
.error{
	color:red;
}

.error_soundpool_searchtext{
	margin-top:45px;
	color:red;
	text-align:center;
	font-size: 20px;
	text-shadow:1px 1px #000;
}

div.alert{
	width:auto;
	background-color:#D51946;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #D51946;
	background-image:url('../images/icon_alert.png');
	background-size:43px 43px;
	background-repeat:no-repeat;
	background-position:5px 5px;
	min-height: 53px;
	padding-left:111px;
	color:#FFFFFF;
	line-height:53px;
	margin-bottom:30px;
	clear:both;
}

div.success{
	width:auto;
	background-color:#627B95;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #627B95;
	background-image:url('../images/icon_alert.png');
	background-size:43px 43px;
	background-repeat:no-repeat;
	background-position:5px 5px;
	min-height: 53px;
	padding-left:111px;
	color:#FFFFFF;
	line-height:53px;
	margin-bottom:30px;
	clear:both;
}

div.question{
	width:auto;
	background-color:#627B95;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #627B95;
	background-image:url('../images/icon_question.png');
	background-size:43px 43px;
	background-repeat:no-repeat;
	background-position:5px 5px;
	min-height: 53px;
	padding-left:111px;
	color:#FFFFFF;
	line-height:53px;
	margin-bottom:30px;
	clear:both;
}


table#projects_table td.add img, table#merkzettel td.add img{
	margin-bottom:-5px;
	margin-right:3px;
}

/*******************************************************
 *					Music Catalog 				   	   *
 *******************************************************/

#music_catalog_selector{
	width:100%;
	overflow:visible;
	background:#171717;
	position:relative;
	padding-left:30px;
	padding-right:30px;
	box-sizing:border-box;
}

#music_catalog_selector.black{
	background:#000000;
}


#music_catalog_selector_bg{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:40vh;
	min-height:400px;
}

#music_catalog_selector_bg.detailsearch{
	height:70vh;
	min-height:600px;
}


#music_catalog_selector_content{
	margin: 0px auto auto;
	padding:0;
	overflow:visible;
}

div#music_catalog_selector_content.music_catalog_selector_content_wide{
	max-width:1400px;
}

#music_catalog_selector_content_top{
	position:relative;
	text-align: left;
	min-height:300px;
	overflow:hidden;
	margin-bottom:-50px;
	padding-top:100px;
	padding-bottom:50px;
}

#music_catalog_selector_content_top.show_themes_version{
	height: 30vh;
}

#music_catalog_selector_content_bottom{
	width:100%;
	height:30%;
	position: absolute;
	bottom:0;
	left:0;
	background: transparent;
}

#music_catalog_selector_content_bottom.black{
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

#music_catalog_selector_content_bottom.gray{
	background: linear-gradient(180deg, rgba(23,23,23,0) 0%, rgba(23,23,23,1) 100%);
}
#music_catalog_selector_content_bottom.black_full{
	height:100%;
	background: rgba(0,0,0,0.2);
}


#music_catalog_selector_content_top_box{
	max-width: 1400px;
	margin:auto;
	text-align:left;
	box-sizing:border-box;
	margin-bottom:50px;
}

#music_catalog_selector_content_top p{
	font-size:25px;
	line-height:1.1em;
	font-weight:400;
	margin-top: 15px;
	color:#FFFFFF;
	opacity: 0.95;
}

#music_catalog_selector_content_top.detailsuche h1{
	font-size:75px;
}

#music_catalog_selector_content_top.detailsuche p{
	margin-top: 0px;
}

#music_catalog_selector_content_top h1{
	font-family:"Sohne", Helvetica, Arial, sans-serif;
	font-size:75px;
	font-weight:600;
	letter-spacing: -0.02em;
	margin-bottom:5px;
	margin-top:0px;
	color: #FFFFFF;
	line-height:1.1em;
}

#catalog_selector_types{
	margin-top:50px;
	position:relative;
	z-index:2;
}

#catalog_selector_types a{
	margin-right: 10px;
}


#catalog_selector_types a:last-child{
	margin-right:0px;
}


#catalog_selector_types_soundpool{
	margin-bottom:0px;
	margin-top: 50px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

.catalog_selector_type{
	font-size:35px;
	font-weight:600;
	padding-top: 5px;
	padding-bottom:5px;
}

div#catalog_selector_types_soundpool a{
	text-decoration:none;
}

div.catalog_selector_type_soundpool{
	font-family: "TradeGothicLTCom-BdCn20", Avenir, sans-serif;
	font-size:30px;
	text-transform: uppercase;
	color:#FFFFFF;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.catalog_selector_type.catalog_selector_type_soundpool.catalog_selector_type_chosen {
	color: #E32552;
}

.catalog_selector_type img{
	width: 60px;
}

.catalog_selector_type a{
	color: #ffffff;
	text-decoration: none;
}

.catalog_selector_type_chosen{
	color: #FFFFFF;
}

.music_details_section > div{
	width:50%;
	float:left;
}

.large-header {
   position: relative;
   width: 100%;
   background: #111;
   overflow: hidden;
   background-size: cover;
   background-position: center center;
   z-index: 1;
}


.demo .main-title {
   text-transform: uppercase;
   font-size: 4.2em;
   letter-spacing: 0.1em;
}

.main-title .thin {
   font-weight: 200;
}

#results-firstline{
	margin:0 auto;
	max-width:1400px;
	text-align: left;
	padding-bottom:10px;
	box-sizing: border-box;
	overflow:hidden;
	font-size:16px;
	font-weight:500;
	position:relative;
	z-index:2;
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	align-items:center;
}

#results-firstline {
	color:rgba(255,255,255,0.6);
}

#music_catalog_selector_content_breadcrumbcontainer{
	color:#FFFFFF;
}

#results-firstline div.breadcrumb a{
	color:rgba(255,255,255,0.7);
	transition:0.3s;
}

#results-firstline div.breadcrumb a:hover{
	color:rgba(255,255,255,1);
}

#katalog_menu_head{
	margin:0 auto;
	max-width:1400px;
	text-align: left;
	box-sizing: border-box;
	overflow:hidden;
	font-weight:400;
	position:relative;
	z-index:2;
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	align-items:center;
	margin-bottom:10px;
	font-weight:600;
	color:#FFFFFF;
}

div#music_details span.ui-accordion-header-icon {
	background-image: url("/static/images/jquery_ui_1.13.1/ui-icons_FFFFFF_512x480.png") !important;
}

div.breadcrumb{
	font-size:16px;
	float:left;
	position:relative;
	padding-right:10px;
}

div.breadcrumb:last-child {
	padding-right:0px;
}

div.breadcrumb_location_pin::before{
	background-image:  url('/static/images/location-pin.png');
    background-size: 8px;
    background-repeat:no-repeat;
    background-position:bottom left;
    display: inline-block;
    width: 16px; 
    height: 1em;
    content:"";
}

div.breadcrumb_before:before{
	margin-bottom:8px;
	font-weight:400;
	font-size: 1em;
	color:#FFFFFF;
    content:"❯";
    margin-right:5px;
}

div.addtrack_breadcrumb, div#shopping_menu{
	padding:10px;
	margin-bottom:20px;
}

div.shopping_menu_item{
	float:left;
}

div.addtrack_breadcrumb span.current, div#shopping_menu span.current{
	color: #E32552;
	font-weight:500;
}




div.breadcrumb span.current{
	color:#000000;
}

div.breadcrumb img{
	position:absolute;
	top:6px;
	left:7px;
}

#catalog_categories{
	margin:0 auto;
	max-width:1400px;
	padding: 0px 0px 00px 0px;
	box-sizing:border-box;
	overflow:auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap:wrap;
	margin-bottom:50px;
}

#catalog_categories.catalog_categories_soundpool{
	justify-content: left;
}

.catalog_categories_row_soundpool{
		padding:0 15px 15px 15px;
		flex-basis:16%;
}

#catalog_categories.catalog_categories_flex_left{
	justify-content: left;
}

#catalog_categories.catalog_categories_flex_left > div{
	padding-right:30px;
}

#catalog_categories.catalog_categories_flex_left > div:last-child{
	padding-right:0px;
}

.catalog_categories_row ul{
	list-style-type:none;
}

.catalog_categories_row span.cat_selected{
	font-weight:600;
	color:#FFFFFF;
}

.catalog_categories_row ul li:before{
	margin-bottom:8px;
	font-size: 1em;
    content: '›';
    margin-right:5px;
    color:rgba(255,255,255,1);
}

.catalog_categories_row ul li{
	padding-bottom:10px;
	opacity:0.9;
}



.catalog_categories_row a{
	color: #FFFFFF;
	text-decoration:none;
	word-wrap:break-word;
	font-weight:400;
}

.music_catalog_selector_content_top_soundpool .catalog_categories_row a{
	color:#FFFFFF;
	transition:0.3s;
}

.music_catalog_selector_content_top_soundpool .catalog_categories_row a:hover{
	color:#E32552;
}

/*******************************************************
 *						Soundpool					   *
 *******************************************************/

table#soundpool_filter{
	margin: 20px auto auto;
}

table#soundpool_filter label{
	padding-left:15px;
	margin-top:-2px;
}

table#soundpool_filter td.soundpool_filter_name{
	padding-right:20px;
	color:#666666;
}


div#free_text_search_searchbox{
	width:65%;
	margin:0 auto auto;
	overflow:hidden;
}

table.table_soundpool_hauptkategorien{
	border-spacing:15px;
	flex-basis:25%;
}
table.table_soundpool_hauptkategorien td{
	text-align:left;
	vertical-align:middle;
	padding: 0px 0px;
}

table.table_soundpool_hauptkategorien td:hover{
	text-align:left;
	padding: 0px 0px;
	max-height:50px;
}

table.table_soundpool_hauptkategorien a{
	color:#FFFFFF;
	text-decoration:none;
	opacity:0.9;
	transition:0.03s;	
}

table.table_soundpool_hauptkategorien a:hover{
	color:#E32552;
	opacity:1;
}



table.table_soundpool_hauptkategorien td a img{
	width:40px;
	height:40px;
	transition:0.3s;
	
}

table.table_soundpool_hauptkategorien td a img:hover{
	width:50px;
	height:50px;
	margin-top:-5px;
	margin-left:-5px;
	margin-right:-5px;
	margin-bottom:-5px;
	display:inline;
}

/************************************ 
 *      Music Search Results	    *
 ************************************/

#music_search_results{
	margin: 0 auto auto;
	background-color: #000000;
	position:relative;
	color: #FFFFFF;
	padding-left:30px;
	padding-right:30px;
	box-sizing:border-box;
}

#no_results{
	text-align:center;
	background-color: #171717;
	color:#FFFFFF;
	font-size:30px;
	padding-top:50px;
	padding-bottom:50px;
}

div.music_search_result div.accordion_details h3{
	background-color: #191C21;
	color: #FFFFFF;
	font-weight:500;
}

div.music_search_result div.music_details_section{
	background-color:#191C21;
	color:#FFFFFF;
	line-height: 1.5em;
}

.music_search_result, .sound_search_result{
	margin-bottom:0;
	padding-bottom:20px;
	clear:both;
	color:#FFFFFF;
	border-bottom:1px solid rgba(255, 255,255, 0.2);
}

.music_search_result_content{
	margin:0 auto;
	max-width:1400px;
	box-sizing:border-box;
	color:#FFFFFF;
	font-size:16px;
}

#ergebnisse-text{
	display:inline;
}



div.music_search_result_content div.ui-accordion-content, div.music_search_result_content h3.ui-accordion-header{
	border: none;
}

.music_search_result_sound{
	border:none;
}

.music_search_result_top, .sound_search_result_top{
	margin:0;
	padding: 30px 0 20px 0;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	gap: 0px 10px;
}

.sound_search_result_top{
	row-gap:20px;
}

.music_search_result_demodownloads_files{
	font-size: 16px;
}

.music_search_result_demodownloads_files a{
	text-decoration:none;
	font-size:16px;
	color:#FFFFFF;
	opacity:0.9;
}

.music_search_result_demodownloads_files img{
	margin-top:5px;
	margin-right:5px;
}

.music_search_result_demodownloads_caption{
	font-size:20px;
	font-weight:600;
	padding-bottom:5px;
}

.music_search_result_bottom{
	margin-top:-30px;
	position:relative;
	height:120px;
}
.sound_search_result_bottom{
	position:relative;
	height:50px;
	margin-top:-30px;
}

.music_search_result_bottom_button_block_1, .sound_search_result_bottom_button_block_1{
	float:left;
	position:absolute;
	bottom:10px;
	font-size:16px;
	width: calc( 100% - 220px);
	display:flex;
	flex-direction:row;
}
.music_search_result_bottom_button_block_1 div.music_search_result_bottom_button,
.sound_search_result_bottom_button_block_1 div.sound_search_result_bottom_button{
	height:auto;
	margin-right:15px;
}

.music_search_result_bottom_button_block_1 div.music_search_result_bottom_button_content_last{
	margin-right:0px;
}

.music_search_result_bottom_button_block_1 div.music_search_result_bottom_button div.music_search_result_bottom_button_content,
.sound_search_result_bottom_button_block_1 div.sound_search_result_bottom_button div.sound_search_result_bottom_button_content{
	padding: 3px 0 0;
}

.music_search_result_bottom_button_block_2{
	position:absolute;
	right:0;
	bottom:10px;
	width:220px;
}

.music_search_result_bottom_button{
	float:left;
	height:45px;
}

.music_search_result_bottom_button a,
.sound_search_result_bottom_button a{
	text-decoration:none;
	font-size:14px;
	color:#FFFFFF;
	opacity: 0.6;
	transition: 0.3s;
}

.music_search_result_bottom_button a:hover,
.sound_search_result_bottom_button a:hover{
	text-decoration:none;
	opacity:1;
}

.music_search_result_bottom_button_content{
	padding-top:0px;
}

.music_search_result_bottom_button img{
	margin-right: 5px;
	margin-top:-4px;
	vertical-align:middle;
}

.music_search_result_name, .sound_search_result_name{
	font-family: "TradeGothicLTCom-BdCn20", Avenir, sans-serif;
	letter-spacing: -0.02em;
	font-size: 30px;
	font-weight:600;
	line-height:1em;
	margin-bottom:5px;
}
.music_search_result_name_desc{
	width: 25%;
}
.music_search_result_main_info, .sound_search_result_main_info{
	font-size:18px;
	font-weight:600;
	font-family: "TradeGothicLTCom-BdCn20", Avenir, sans-serif;
}

.music_search_result_name_desc .music_search_result_main_info img{
	float:none;
	margin-right:5px;
}

.music_search_result_bottom_button_content_license{
	padding:0;
	float:right;
	font-size:12px;
}

.music_search_result_bottom_button_content_license a.chosen-single{
	font-size:12px;
}

.music_search_result_bottom_button_content_license ul.chosen-results li{
	font-size:12px;
	text-transform:none;	
	font-weight:normal;
	line-height:12px;
}


.music_search_result_bottom_button_content_cart{
	float:right;
	width:201px;
	text-align:right;
}

.music_search_result_bottom_button_content_cart img{
	margin-left:0px;
	width:20px;
	height:20px;
	margin-top:-1px;
}

.music_search_result_name_desc img{
	margin-top:-3px;
	margin-right:10px;
	float:left;
}

.music_search_result_desc{
	margin-top:10px;
	font-size:16px;
	font-weight:400;
	opacity:0.9;
}

.music_search_result_demodownloads{
	min-width:200px;
}

.music_search_result_player{
	float:left;
	max-width:650px;
	width:50%;
}

table.details_mainversion{
	margin-bottom:10px;
}

table.details_mainversion tr th{
	text-transform:uppercase;
	font-size:11px;
	letter-spacing: 0.05em;
	text-align:left;
}

table.details_mainversion tr td{
	word-wrap:break-word;
	vertical-align:top;	
	font-size:11px;
}

div.all_versions_included{
	font-size: 11px;
	color: #E32552;
	margin-top:10px;
	text-decoration:underline;
}

img.details_bullet{
	margin-bottom:0 !important;
	margin-right:5px !important;
}

div.sound_to_project{
	max-width: 200px;
	width:100%;
	float:right;
	margin-right:13px;
	text-align:left;
	clear:both;
	margin-top:15px;
}

div.sound_to_project img{
	float:left;
	margin-right:10px;
	margin-top:-3px;
}

div.sound_to_project a{
	font-size: 12px;
	color: #2C3E50;
	width:100%;
	display:block;
	text-decoration:underline;
}


#music_search_results_pages{
	width:100%;
	min-height:50px;
	clear:both;
	background-color:#000000;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing:border-box;
}

#music_search_results_pages_content{
	max-width: 1400px;
	text-align:right;
	margin:0 auto;
	padding: 30px 0;
	font-size:14px;
	color:#FFFFFF;
	overflow:hidden;
	display:flex;
	justify-content: right;
	align-items: center;
}


#music_search_results_pages_content ul{
	float:right;
	list-style: none outside none;
	margin:0 0 0 5px;
	padding:0;
}

#music_search_results_pages_content li{
	border: 1px solid #ced7df;
	float:left;
	margin-left:3px;
	padding-top:2px;
	width:30px;
	height:30px;
	font-size:16px;
	text-align:center;
}

#music_search_results_pages_content li.dots, #music_search_results_pages_content li.dots:hover{
	border:none;
	background-color:#000000;
}

#music_search_results_pages_content li.act, #music_search_results_pages_content li:hover{
	background-color:#E32552;
	color:#ffffff;
	border:1px solid #FFFFFF;
}

#music_search_results_pages_content.music_search_results_pages_content_soundpool li.act, #music_search_results_pages_content.music_search_results_pages_content_soundpool li:hover{
	background-color:#E32552;
	border:1px solid #FFFFFF;
}
#music_search_results_pages_content li:hover a{
	color:#ffffff;
}


#music_search_results_pages_content a{
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	width:30px;
}


/************************************ 
 *     Soundpool Search Results	    *
 ************************************/

#sound_search_results_container{
	max-width:1400px;
	margin: 0 auto;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	overflow:hidden;
	position:relative;
	background-color:rgba(0,0,0,0.7);
	color:#FFFFFF;
}

#sound_search_filter{
	min-height:300px;
	float:left;
	width:250px;
	margin-bottom: 200px;
	padding:10px;
}

#sound_search_filter_top{
	font-size:25px;
	font-weight:500;
	text-transform:uppercase;
}

#sound_search_filter_reset{
	margin-top:10px;
}

#sound_search_filter_reset a{
	color:#FFFFFF;
	font-size:16px;
}

#sound_search_results{
	float:right;
	width:calc(100% - 270px);
}

.sound_search_result_top{
	align-items: center;
}

.sound_search_result_name{
	font-size:25px;
}
.sound_search_result_name_desc{
	flex-basis: 200px;
}
.sound_search_result_player{
	position:relative;
	flex-basis: 25%;
}
.sound_search_add_to_cart{
	padding-right:10px;
}
.sound_search_result_main_info{
	font-size:15px;
}


.sound_search_results_all{
	width:100% !important;
}

.sound_search_result_speakertext{
	padding-top:10px;
}

.sound_search_result_speakertext.truncated{
	cursor:pointer;
}

.sprechertext-full {
  background-color: #FFFFFF;
  visibility:hidden;
  width: 150%;
  color: #000000;
  font-size:16px;
  text-align: center;
  border-radius: 4px;
  padding: 10px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: -120%;
  left:0;
}

.sprechertext-full::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 0;
  margin-left: 10px;
  border-width: 10px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
}

.sound_search_filter_block_top{
	margin-top:20px;
	margin-bottom:5px;
	font-weight:500;
}

.sound_search_filter_block_content ul{
	padding-left:10px;
}

.sound_search_result_icon{
	float:left;
	width: 30px;
	margin-left:-6px;
	margin-right:5px;
	margin-top:-1px;
}

.sound_search_result_voice_infos{
	margin-top:10px;
	font-size:14px;
	opacity: 0.9;
}

input.sound_search_filter_use_button{
	margin-top:10px;
	border:none;
	box-shadow:none;
	text-transform:uppercase;
	color:#FFFFFF;
	letter-spacing:0.1em;
	background-color:#E32552;
	font-size:11px;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
	width:100%;
	vertical-align: top;
	border-radius:4px;
}

.sound_search_functions{
	height:25px;
}

.sound_search_price_license_info{
	font-size:12px;
	color: #E32552;
}

/************************************ 
 *           Login	        	    *
 ************************************/
#loginContainer{
	margin-top:-7px;
	margin-right: -15px;
	float: right;
	width:192px;
	position:relative;
	z-index:100;
}

#login_box{
	position:absolute;
	right:0;
	top:60px;
	background-color:#ffffff;
	color: #333333;
	float:right;
	width:345px;
	z-index:999;
	margin-right:40px;
	border: 1px solid #000000;
	border-top:none;
	text-align: left;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.login_box_login{
	margin:0 0 0 138px;
}

.login_box_logout{
	margin:0 0 0 150px;
}
#login_form{
	padding:30px;
	background: url('/static/images/login-box-background.png') no-repeat 0 0;
	background-size: 345px 10px;
}

#login_form table td{
	padding: 3px;
}

#logged-in{
	clear:right;
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float:right;
	padding: 4px;
}

#login_box a{
	color: #000000;
	font-size:15px;
}

#login_box a:hover{
	color: #E32552;
	color: #E32552;
}

#logged_in_as{
	color: #000000;
	font-size:15px;
	margin-bottom:20px;
}

.button-login {
	background:none repeat scroll 0 0 #000000;
	border:1px solid #000000;
	border-radius: 4px;
	color:#FFFFFF;
	font-size:18px;
	padding:4px 28px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0.02em;
	cursor:pointer;
	font-family: "TradeGothicLTCom-BdCn20", Avenir, sans-serif;
}

div.register{
	width:100%;
	margin-top:20px;
	padding-left:3px;
}
div.password_reset{
	margin-top:10px;
	padding-left:3px;
}

/*******************************************************
 *					Maincontent						   *
 *******************************************************/


#main_container{
	width:100%;
	background-color:#171717;
	color:#FFFFFF;
	padding-top:50px;
	padding-bottom:50px;
	padding-left:30px;
	padding-right:30px;
}

#main_container.light{
	background-color: #F6F6F6;
	color:#000000;
}

#main_content{
	margin:0px auto auto;
	max-width:1400px;
	position:relative;
	font-weight:200;
	padding-bottom:50px;
	overflow:hidden;
}

#popup_content h2{
	color:#000000;
	letter-spacing: -0.03em;
	font-size:75px;
	margin:0;
	padding:0;
	line-height:1em;
}

#main_content h2.subline{
	font-size:15px;
}

#popup_content h3{
	font-size:25px;
	font-weight:400;
	margin-top:5px;
	margin-bottom:15px;
	line-height:1em;
}

#popup_content h4{
	color: #000000;
	font-size: 30px;
	font-weight:600;
	margin:30px 0 5px 0;
}

#popup_content span.vat_info{
	font-size:13px;
	font-weight:400;
}

div#h1_line{
	font-size:15px;
	color: #979da2;
	margin-top: 0px;
	text-transform:uppercase;
	line-height:1.5em;
	letter-spacing:0.25em;
}


#main_content h2.style_2{
	color:#ec7600;
	margin-bottom:5px;
}

#mymusicfox-content .mymusicfox-smallbox {
	width:300px;
	font-size: 12px;
	line-height: 2.1;
	float:left;
}

#mymusicfox-content .mymusicfox-smallbox h1{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: -8px;
	margin-bottom: 2px;
	padding-left:59px;	
}

#mymusicfox-content img {
	float:left;
	margin-right:10px;
}

#mymusicfox-content table.result{
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	/*cell-padding:5px;*/
}

#mymusicfox-content table.result th{

	background:none repeat scroll 0 0 #FF8135;
	color:#FFFFFF;
	font-weight:normal;
	line-height:1.2;
	padding:5px 11px;
	min-height: 25px;
}


#mymusicfox-content table.result td.less-padding{
	padding-left: 5px;
	padding-right: 5px;	
}

#mymusicfox-content table.result td.green{
	background-color: #A5EB3C;
	line-height: 1.3em;
}

#mymusicfox-content table.result tr.over td, 
#mymusicfox-content table.result tr:hover td {
	background:none repeat scroll 0 0 #EBD5BC;
}


#mymusicfox-content table.result td{
	border-bottom:1px solid #E3C39E;
	padding:6px 11px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align:top;
}

#mymusicfox-content table.result td.sum{
	background-color: #CCC;
	font-weight: bold;
}

#mymusicfox-content table.result td.gerade{
	background:none repeat scroll 0 0 #FBF2EC;
}

/*******************************************************
 *				Datatables 				   			   *
 *******************************************************/


table.dataTable{
	padding-top:20px;
}

table.dataTable thead{
	background-color:#000000;
	color:#FFFFFF;
}

table.dataTable.no-footer{
	border-bottom:1px solid #000000 !important;
}

table.dataTable thead th, table.dataTable tfoot th{
	font-weight:500 !important;
}

div#wrapper table.dataTable thead .sorting_asc{
	background-image: url("../images/datatables/sort_asc.png") !important;
	background-size: 18px 18px;
}

div#wrapper table.dataTable thead .sorting_desc{
	background-image: url("../images/datatables/sort_desc.png") !important;
	background-size: 18px 18px;
}

div#wrapper table.dataTable thead .sorting{
	background-image: url("../images/datatables/sort_both.png");
	background-size: 18px 18px;
}

div#wrapper .dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: .2em .7em;
}

div#wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
div#wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	background:#000000;
	color:#FFFFFF !important;
}

div#wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background:#000000;
}

table.dataTable tr td:first-child{
	min-width: 0px !important;
}

.dataTables_length, .dataTables_filter{
	margin-bottom:15px;
}
.dataTables_length select{
	background-color:#FFFFFF !important;
}


.dataTables_wrapper .dataTables_length select{
	width:auto;
}


div.dataTables_length span.ui-selectmenu-button{
	width:100px;
}
.dataTables_wrapper .dataTables_filter input{
	background-color:#FFFFFF !important;
	font-size: 18px;
	padding: .4em 1em;
}


.mymusicfox-download{
	float:left;
	margin-right:15px;
	margin-bottom:40px;
}

.mymusicfox-download a{
	font-size:16px;
}
.mymusicfox-download img{
	margin-top:3px;
	margin-right:5px;
	margin-bottom:-4px;
}

.mymusicfox-download.sound{
	float:none;
	margin-bottom:0px;
}

.my-musicfox-download-beschallung-cover{
	margin-top:15px;
	vertical-align:middle;
	position:relative;
	margin-bottom:10px;
}

.my-musicfox-download-beschallung-cover-text{
	position:absolute;
	top:5px;
	left:85px;
	font-size:18px;
}

.mymusicfox-download-more{
	clear:both;
	margin-top:20px;
}

/************************************ 
 *            Popups	            *
 ************************************/

#popup_showroom{
	border:none;
	background-color:#000000;
}

#popup_showroom div.showroom_h1{
	font-size:22px;
	color:#E32552;
	margin-bottom:10px;
}

#popup_showroom div.showroom_h2{
	color:#FFFFFF;
	font-size:18px;
	margin-bottom:10px;
}

#popup_showroom div.jp-current-time, #popup_showroom div.jp-duration{
	color: #FFFFFF;
}

#popup_showroom div.jp-interface{
	background-color:#000000;
}

#popup_license.popup, #popup_information.popup{
	top: 4%;
}

.popup {
	display: none;
    z-index: 5;
	position:absolute;
    max-width:1000px;
    width:90%;
    top: 7%;
    left:0;
    right:0;
    margin:auto;
	background: none repeat scroll 0 0 #F4F5F6;
    border: 2px solid #F4F5F6;
    border-radius: 5px 5px 5px 5px;
}

.popup_background{
	display:none;
	z-index:4;
	position: fixed;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background:#000000;
}

div.popup_close {
    position: relative;
    height: 30px;
    width: 30px;
    left: 27px;
    bottom: 24px;
    background: url("../images/close.png") no-repeat scroll 0 0 transparent;
    background-size:30px 30px;
	float: right;
	cursor: pointer;
}

#popup_content {
    margin:30px 30px;
    overflow:hidden;
}

#popup_content p{
	margin-top:10px;
	margin-bottom:10px;
}

#popup_content ul{
	margin-top:5px;
	margin-left:10px;
}

#popup_content img{
    float:left;
    margin-right:25px;
    margin-bottom:30px;
}


#popup_content li::before{
	content:"›";
	color: #000000;
	font-size:1em;
	margin-right:5px;
}

/************************************ 
 *            Footer	            *
 ************************************/
#footer{
	background-color: #000000;
	width: 100%;
	color:#FFFFFF;
	font-size: 11px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	min-height:460px;
	padding-left:30px;
	padding-right:30px;
	box-sizing: border-box;
}

#footer div.linkblock{
	color: rgba(255, 255, 255, 0.5);
}

#footer a{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
}

#footer a:hover{
	color:#ffffff;
}

#footer-content{
	max-width:1400px;
	margin: 0px auto auto;
	padding:50px 0px 0px 0px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
}

.footer_heading{
	font-size: 24px;
	font-weight:500;
	color:#FFFFFF;
}

#footer-content .linkblocks {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.6);
}


#footer-content .linkblock{
	margin-bottom:10px;
}


#footer-content .linkblock a:hover{
	color: #FFFFFF;
}

#footer-content .linkblock img{
	margin-top:5px;
	margin-right:10px;
}

#footer .copyright{
	clear:both;
	border-top: 2px solid rgba(0,0,0,0.2);
	padding-top:30px;
	overflow:hidden;
}

div.sharethis-inline-follow-buttons{
	text-align:center !important;
	margin-bottom:20px
}

.copyright_bottom{
	float:none;
	text-align: center;
	color: rgb(255, 255, 255);
	opacity: 0.8;
	margin-top:10px;
	margin-bottom:50px;
}

.copyright_top{
	float:none;
	text-align: center;
	opacity: 0.7;
}


/*******************************************************
 *					Beschallung	   			      	   *
 *******************************************************/
.music-packages-start-box{
	width:100%;
	display:inline-block;
}

.music-packages-start-box-text{
	float:left;
	width:100%;
}

.music-packages-start-box-text h4{
	color: #000000;
	font-size:32px;
	margin-top:60px;
	margin-bottom:15px;
	font-weight:500;
	letter-spacing: 0.01em;
}

.thumbs{
	background:linear-gradient(45deg, #E7F3FF 0%, #2c3e50 50%);
	margin-top:0px;
	padding:30px;
	overflow:hidden;
	margin-bottom:20px;
}

.thumbs img{
	margin-left:0px;
	margin-bottom:0px;
}

.thumbs a{
	margin-right:10px;
	line-height:1.2em;
	margin-bottom:10px;
}

.table-slider-packages a.cart_button{
  	background-color: #2C3E50;
  	border:none;
  	text-decoration : none;
  	padding: 10px 20px;
  	text-decoration:uppercase;
 	font-size:14px;
  	color:#ffffff;
}

table.table-packages-info{
	margin-bottom:10px;
}

div.packages-desc-text{
	float:left;
	line-height:1.6em;
}

div.packages-desc-text p{
	margin-bottom:20px;
}
div.packages-desc-table{
	float:right;
	margin-top:0px;
	font-size:15px;
	background-color: #D9D9D9;
	border-radius: 4px 0px 0px 4px;
	padding:30px;
}

.table-slider-packages img.cart_image{
	margin-right:10px;
	margin-bottom:-3px;
	display:inline;
}

#main_content .table-slider-packages h2{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:10px;
	margin-top:20px;
	font-size:30px;
	color: #2c3e50;
	font-weight:400;
}

table.table-packages-info td{
	line-height:17px;
	padding-right:10px;
}

div#main_content table.table-packages-info td.info-name{
	text-align:right;
	vertical-align:top;
	color: #2c3e50;
	line-height:17px;
}

div.jp-playlist ul.ul-playlist-package{
	margin-bottom:60px;
}

ul.ul-playlist-package li{
	line-height:1.2em;
	border-bottom: 1px solid #dde2e4;
}

ul.playlist{
	font-size:16px;
	opacity:0.9;
}

div.versions_inclusive{
	padding-top:10px;
	padding-left:0px;
	font-size:12px;
	opacity:0.9;
}


/************************************ 
 *         Sonstiges	            *
 ************************************/

.clear{
	clear:both;
}

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: musicfox
 *
 * Copyright (c) 2010-2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.4 (jPlayer 2.6.0)
 * Date: 1st April 2014
 */

div.jp-audio,
div.jp-audio-stream,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
	line-height:1.3;
}
div.jp-audio {
	width:100%;
}
div.jp-audio-stream {
	width:182px;
}
div.jp-video-270p {
	width:630px;
}

#popup_showroom .jp-video-270p {
	width:auto;
}

div.jp-video-360p {
	width:640px;
}
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
	z-index:1000;
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1001; /* 1 layer above the others. */
}

div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}

div.jp-interface {
	position: relative;
	background:#f3f2f0 none repeat scroll 0 0;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.jp-audio-stream div.jp-type-single div.jp-interface {
	height:80px;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	float:left;
	padding:0px 10px;
	width:88px;
}

div.jp-audio-stream ul.jp-controls {
	width: 100%;
	padding:20px 20px 0 20px;
}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 78px;
	margin-left: 200px;
}

div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:20px;
	height:30px;
}

a.jp-play {
	background-image:url("/static/images/musicfox_player_button_play.png");
	background-size: 50% 50%;
	background-repeat:no-repeat;
	background-position: 5px 13px;
}
a.jp-play:hover {
	background-image:url("/static/images/musicfox_player_button_play_hover.png");
	background-size: 50% 50%;
	background-repeat:no-repeat;
	background-position: 5px 13px;
}
a.jp-pause {
	background-image:url("/static/images/musicfox_player_button_pause.png");
	background-size: 50% 50%;
	background-repeat:no-repeat;
	background-position: 5px 13px;
}
a.jp-pause:hover {
	background-image:url("/static/images/musicfox_player_button_pause_hover.png");
	background-size: 50% 50%;
	background-repeat:no-repeat;
	background-position: 5px 13px;
}

a.jp-stop, a.jp-previous, a.jp-next {
	width:20px;
	height:30px;
}

a.jp-stop {
	background-image:url("/static/images/musicfox_player_button_stop.png");
	background-size: 50% 50%;
	background-repeat:no-repeat;
	background-position: 5px 13px;
}

a.jp-stop:hover {
	background-image:url("/static/images/musicfox_player_button_stop_hover.png");
	background-size: 50% 50%;
	background-repeat:no-repeat;
	background-position: 5px 13px;
}

a.jp-previous {
	background-image:url("/static/images/musicfox_player_button_previous.png");
	background-size: 60% 60%;
	background-repeat:no-repeat;
	background-position: bottom center;
}
a.jp-previous:hover {
	background-image:url("/static/images/musicfox_player_button_previous_hover.png");
	background-size: 60% 60%;
	background-repeat:no-repeat;
	background-position: bottom center;
}

a.jp-next {
	background-image:url("/static/images/musicfox_player_button_next.png");
	background-size: 60% 60%;
	background-repeat:no-repeat;
	background-position: bottom center;
}
a.jp-next:hover {
	background-image:url("/static/images/musicfox_player_button_next_hover.png");
	background-size: 60% 60%;
	background-repeat:no-repeat;
	background-position: bottom center;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	height:5px;
	float:right;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	width:70%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right:10px;
	margin-top:18px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background: url("/static/images/jplayer.musicfox.jpg") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("/static/images/jplayer.musicfox.jpg") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("/static/images/jplayer.musicfox.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:18px;
	height:15px;
	margin-top:12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 255px;	
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 250px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
	margin-left: 55px;	
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	top:12px;
	margin-top:0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	left: 50px;
}

div.jp-video a.jp-volume-max {
	left: 134px;
}

a.jp-mute {
	background: url("/static/images/jplayer.musicfox.jpg") 0 -170px no-repeat;
}
a.jp-mute:hover {
	background: url("/static/images/jplayer.musicfox.jpg") -19px -170px no-repeat;
}
a.jp-unmute {
	background: url("/static/images/jplayer.musicfox.jpg") -60px -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("/static/images/jplayer.musicfox.jpg") -79px -170px no-repeat;
}
a.jp-volume-max {
	background: url("/static/images/jplayer.musicfox.jpg") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
	background: url("/static/images/jplayer.musicfox.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("/static/images/jplayer.musicfox.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
	top:19px;
	left:364px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.jp-audio-stream div.jp-volume-bar {
	top:37px;
	left:92px;
}
div.jp-video div.jp-volume-bar {
	top:19px;
	left:72px;
}
div.jp-volume-bar-value {
	background: url("/static/images/jplayer.musicfox.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */


div.jp-audio div.jp-type-single div.jp-time-holder {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	float:right;
	width:70%;
	margin-right:10px;
}

div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.60em;
	color: #2C3E50;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

div.jp-video div.jp-current-time {
	margin-left:20px;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}

/* @end */

/* @group playlist */

div.jp-details {
	font-weight:bold;
	text-align:center;
}

div.jp-details,
div.jp-playlist {
	width:100%;
	margin-top:10px;
}
div.jp-type-single div.jp-details,
div.jp-type-playlist div.jp-details,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-details ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 0px;
	font-size:12px;
	font-weight:lighter;
}

div.jp-details li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom: 1px solid #e5e5e5;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color:#666666;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#E32552;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#E32552;
	padding-left:1px;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#E32552;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#E32552;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.jp-video-play {
	width:100%;
	overflow:hidden; /* Important for nested negative margins to work in modern browsers */
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	margin-top:-270px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	margin-top:-360px;
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	left:50%;
	top:50%;

	background: url("jplayer.musicfox.video.play.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("jplayer.musicfox.video.play.png") 0 -100px no-repeat;
}





div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}

ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url("/static/images/jplayer.musicfox.jpg") 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("/static/images/jplayer.musicfox.jpg") -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url("/static/images/jplayer.musicfox.jpg") -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("/static/images/jplayer.musicfox.jpg") -90px -310px no-repeat;
}

a.jp-repeat {
	background: url("/static/images/jplayer.musicfox.jpg") 0 -290px no-repeat;
}

a.jp-repeat:hover {
	background: url("/static/images/jplayer.musicfox.jpg") -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url("/static/images/jplayer.musicfox.jpg") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url("/static/images/jplayer.musicfox.jpg") -90px -290px no-repeat;
}

a.jp-shuffle {
	background: url("/static/images/jplayer.musicfox.jpg") 0 -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url("/static/images/jplayer.musicfox.jpg") -30px -270px no-repeat;
}

a.jp-shuffle-off {
	background: url("/static/images/jplayer.musicfox.jpg") -60px -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url("/static/images/jplayer.musicfox.jpg") -90px -270px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */




#tempo-range, #duration-range{
	margin-top: 0px;
	margin-bottom: 15px;
	background-color:#D9D9D9;
}

/************************************ 
 *         Soundmanager	            *
 ************************************/

a.sm2_button {
 position:relative;
 display:inline-block; /* If you worry about old browser bugs, Firefox 2 might not like this and may need -moz-inline-box instead. :D */
 width:35px;
 height:35px;
 text-indent:-9999px; /* don't show link text */
 overflow:hidden; /* don't draw inner link text */
 vertical-align:middle;
 /* and, a bit of round-ness for the cool browsers. */
 border-radius:18px;
 margin-top:-1px; /* vertical align tweak */
 /* safari 3.1+ fun (/W3 working draft extension, TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out 0s; /* firefox 4 (couldn't sort out -moz-transform vs. MozTransform, so, "all" for now) */
 -o-transition-property: background-color; /* opera 10.5 */
 -o-transition-duration: 0.15s;
 /* weird IE 6/7 display fixes, and/or I'm doing it wrong */
 *text-indent:0px;
 *line-height:99em;
 *vertical-align: top;
}

a.sm2_trackselector{
	float:left;
	margin-right:10px;
}

a.sm2_button:focus {
 outline:none; /* maybe evil, but don't show the slight border outline on focus. */
}

a.sm2_button,
a.sm2_button.sm2_paused:hover {
 background-color:#233A49;
 
 background-image:url(../images/icon_play_button.png);
 background-size: 35px 35px;
 background-repeat:no-repeat;
 margin-top:0;
}

a.sm2_button:hover,
a.sm2_button.sm2_playing,
a.sm2_button.sm2_playing:hover {
 background-color:#E32552;
}

a.sm2_button.sm2_playing,
a.sm2_button.sm2_playing:hover {
 -moz-transform:rotate(90deg);
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
}

a.sm2_button.sm2_paused,
a.sm2_button.sm2_paused:hover {
 background-color:#666;
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}



/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background-image: url(../images/controls.png);
	background-size: 96px 63px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

.bx-wrapper .bx-next {
	right: 10px;
	background-image: url(../images/controls.png);
	background-size: 96px 63px;
	background-position: -42px 4px;
	background-repeat: no-repeat;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0px -31px;
}

.bx-wrapper .bx-next:hover {
	background-position: -42px -31px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/************************************ 
 *         		@media	            *
 ************************************/
 
 @media (max-width: 1500px) {
	
	header#header{
		height:90px;
	}
	
	#content{
		padding-top:90px;
	}
	
	#topmenu{
		height:50px;
	}
	
	#topmenu_left td:first-child{
		text-align:left;
		padding-left:0px;
	}
	#topmenu_left td:last-child{
		text-align:right;
		padding-right:0px;
	}
	
	#topmenu_left table{
		width: 100%;
		padding-left:30px;
		padding-right:30px;
		margin-left:0;
		margin-top:50px;
		border:none;
	}
	
	#topmenu_left td{
		margin-left:0px;
		padding-top:8px;
		padding-bottom:8px;
		text-align: center;
	}
	#topmenu_left a{
		padding-top:0px;
		font-weight: normal;
		font-size:16px;
		color:white;
	}
}

@media (max-width: 1400px) {
	div#trackselector_showroom{
		display:none;
	}
	div.info_service_start_box{
		flex-basis:30%;
	}
	
	header#header{
		height:90px;
	}
	
	#content{
		padding-top:90px;
	}
	
	#topmenu{
		height:50px;
	}
	
	#topmenu_left td:first-child{
		text-align:left;
		padding-left:0px;
	}
	#topmenu_left td:last-child{
		text-align:right;
		padding-right:0px;
	}
	
	#topmenu_left table{
		width: 100%;
		padding-left:30px;
		padding-right:30px;
		margin-left:0;
		margin-top:50px;
		border:none;
	}
	
	#topmenu_left td{
		margin-left:0px;
		padding-top:8px;
		padding-bottom:8px;
		text-align: center;
	}
	#topmenu_left a{
		padding-top:0px;
		font-weight: normal;
		font-size:16px;
		color:white;
	}
}

@media (max-width: 1200px) {
	table#detailsearch td.detailsearch_td{
		display:block;
		height:auto;
	}
	table#detailsearch tr td{
		width:auto;
	}
	div.info_service_start_box{
		flex-basis:45%;
	}
	.catalog_categories_row_soundpool{
		flex-basis:25%;
	}
}

@media (max-width: 1100px) {
	
	.account_start_box{
		flex-basis: 45%;
	}
	
	div.theater_spezial_license{
		flex-basis:100%;
	}
	.info_sites_block h2.infosites.kostenlose-musik{
		width:100%;
	}
	.info_sites_block:last-child .info_service_start_box{
		flex-basis:45%;
		padding-top:0px;
	}
	#lizenzen_container div.lizenz{
		flex-basis: 46%;
	}
}

@media (max-width: 1030px) {
	
	div#top_submenu table tbody tr td{
		display:block;
	}
	
	#catalog_categories{
		flex-wrap: wrap;
	}
	table.table_soundpool_hauptkategorien{
		flex-basis: 49%;
	}
	
	div.catalog_selector_type_soundpool{
		font-size:20px;
	}
	
	.music_search_result_top, .sound_search_result_top{
		flex-wrap: wrap;
	}
	.music_search_result_name_desc, .music_search_result_player{
		width:70%;
	}
	.music_search_result_name_desc{
		padding-bottom:20px;
	}
	
	
}


@media (max-width: 980px) {
	
	.catalog_categories_row_soundpool{
		flex-basis:32%;
	}
	#music_catalog_selector_content_top h1{
		font-size:50px;
	}
	div.info_service_start_box{
		width:50%;
	}
	div.info_head_text img{
		display:none;
	}
	
	.info_boxes_simple .info_box{
		flex-basis:100%;
	}
}

@media (max-width: 910px) {

	#content{
		padding-bottom:560px;
	}

	#footer-content .linkblocks{
		flex-wrap: wrap;
	}
	div.linkblock{
		width:50%;
	}
	
	div.music_search_result_player{
		width:70%;
	}
	
	img.info_head_image{
		width:200px;
		height:200px;
		margin-bottom:15px;
	}
	
}

@media (max-width: 850px) {
	
	div.sidemenu_block{
		flex-basis:45%;
	}
	
	div#top_submenu > div{
		flex-basis:45%
	}
	
	#info_sites_header.infosite{
		padding-top:40px;
	}
}


@media (max-width: 800px) {
	
	div.team_person{
		flex-basis:100%;
	}
	
	#lizenzen_container div.lizenz{
		flex-basis: 100%;
	}
	
	#main_container.main_container_info_sites{
		padding-top:50px;
	}
	
	.info_box_style-1{
		flex-wrap:wrap;
	}
	
	.info_box_style-1 > div, .info_box_style-1 h2{
		flex-basis:100%;
	}
	
	div#main_content.info_sites h2{
		font-size:50px;
	}
	
	div.info_service_start_box{
		flex-basis:100%;
		text-align:center;
	}
	
	.info_sites_block:last-child .info_service_start_box{
		flex-basis:100%;
	}
	
	.info_sites_block .info_service_start_box a{
		width:100%;
	}
	
	.info_boxes_simple{
		margin-top:50px;
	}
}

@media (max-width: 760px) {
	
	div.admin_orders_overview_box{
		flex-basis: 100% !important;
	}
	
	#catalog_categories{
		flex-wrap: wrap;
	}
	
	#results-firstline{
		flex-wrap: wrap;
	}
	
	div.music_search_result_name_desc, div.music_search_result_player{
		width:100%;
		max-width:none;
	}
	
	div.versions_inclusive{
		display:none;
	}
	
	.music_search_result_demodownloads{
		padding-top:20px;
	}
	
	#music_catalog_selector_bg{
		height: 30vh;
		min-height:300px;
	}
	
	.catalog_categories_row_soundpool{
		flex-basis:50%;
	}
	
	.catalog_categories_row:first-child, .catalog_categories_row:nth-child(2)  {
		margin-bottom:30px;
	}
	
	div.bx-pager{
		display:none;
	}
	
	#footer-content .linkblock img{
		width:20px;
		height:auto;
	}
	
	#music_catalog_selector_content_top{
		padding-top:50px;
		min-height:270px;
	}
	
	div#noresults{
		font-size:13px;
	}
	div#h1_line{
		font-size:13px;
	}
	
	div#main_content.info_sites div.h2_subline{
		font-size:15px;
	}
	
	div.start_einsatzgebiete_blocks{
		width:100%;
		float:none;
	}
	div.start_einsatzgebiete_blocks_image{
		padding-left:10px;
		padding-right:10px;
	}
	div.start_einsatzgebiete_blocks_text{
		padding-left:10px;
		padding-right:10px;
		font-family:"Atlas Grotesk", sans-serif;
	}
	div.music-packages-start-box-image{
		width:100%;
	}
	div.music-packages-start-box-image img.music-packages-start-box-image-1{
		width:215px;
	}
	div.music-packages-start-box-image img.music-packages-start-box-image-2{
		width:215px;
	}
	
	#main_content .music-packages-start-box h2{
		font-size: 25px;
		padding-top:20px;
	}
	
	#main_content .music-packages-start-box h3{
		font-size: 15px;
		line-height:1.5em;
	}
	
	div.music-packages-start-box-text p{
		line-height:1.7em;
	}
	
	div#main_content table.table-slider-packages td{
		display:block;
		overflow:hidden;
	}
	
	div.packages-desc-table{
		margin:0;
		padding:0;
		border-radius:0;
		width:100%;
		background-color:transparent;
		border-top:1px solid #dde2e4;
		border-bottom:1px solid #dde2e4;
	}
	div#main_content table.table-packages-info td.info-name{
		margin-top:10px;
		text-align:left;
	}
	.table-slider-packages a.cart_button{
		display:block;
		text-align:center;
		margin-bottom:20px;
	}
	div.packages-desc-text p{
		line-height:20px;
	}
	
	div#top_submenu{
		text-align:left;
	}
	
	#main_content .account_startbox_produzent{
	width:50%;
	}
	
	#sound_search_filter{
		width:100%;
		min-height:0;
		margin-bottom:30px;
	}
	#sound_search_results{
		clear:both;
		width:96%;
		float:left;
	}
}

@media (max-width: 750px) {

	.music_search_result_bottom_button_block_1{
		flex-direction:column;
	}
	.music_search_result_bottom{
	 	margin-top:10px;
	 	z-index:0;
	}
	.music_search_result_demodownloads{
		z-index:1;
	}
	.music_search_result_bottom_button img{
		display:none;
	}
	
	#topmenu_right nav ul li div.topmenu{
		display:none;
	}
	
	#topmenu_right nav ul li div.topmenu_button_container{
		border:none;
		font-size:18px;
	}
	#topmenu_right nav ul li:nth-child(3) div.topmenu_button_container{
		margin-right:0px;
	}
	.sound_to_project_and_cart_box{
		width:100%;
		float:left;
		margin-top:20px;
	}
	div.sound_to_project{
		float:left;
	}
	
	div.jp-current-time, div.jp-duration{
		width:55px !important;
	}
}

@media (max-width: 650px) {
	
	h1{
		font-size: 40px;
	}
	
	h2{
		font-size: 25px;
	}
	
	h3{
		font-size: 20px;
	}
	
	h4{
		font-size: 18px;
	}
	
	#catalog_selector_types_soundpool{
		line-height:1em;
		flex-wrap:wrap;
		justify-content:left;
		gap: 0px 10px;
		margin-top:30px;
		margin-bottom:10px;
	}
	
	div.info_service_start_box{
		width:100%;
	}
	
	#main_content h2.infosites{
		font-size:40px;
	}
	
	#footer-content .linkblock_clear{
		display:block !important;
		clear:both;
	}
}


@media (max-width: 580px) {
	
	div#main_content.info_sites div.lizenz_preis{
		font-size:40px;
	}
	
	.ergebnisse_von_bis{
		display:none;
	}
	
	#info_sites_header h1{
    	font-size:50px;
    }
    
    .info_sites_block h2.infosites{
    	font-size:50px;
    	margin-bottom:10px;
    }
    
    .info_sites_block:last-child{
    	margin-top:15px;
    }
    
    .catalog_categories_row_soundpool{
    	flex-basis:100%;
    }
    
    header#header{
		height:80px;
	}
	
	#topmenu{
		height:40px;
	}
	
	#topmenu_left table{
		margin-top:40px;
	}

	img.musicfox_logo_img{
    	width: 120px;
	}

	img.details_bullet{
		display:none;
	}
	
	a.musikpakete_button:link{
		font-size:11px;
		letter-spacing:0.05em;
	}
	#topmenu_right a{
		letter-spacing:0;
	}
	
	#topmenu_left a{
		font-size:12px;
	}
	
	#topmenu_right nav ul li div.topmenu_button_container{
		padding-right:10px;
		font-size:14px;
		border:none;
	}
	
	.thumbs img{
		width:80px;
		height:80px;
	}
	
	.table-slider-packages img.cart_image{
		display:none;
	}
	.table-slider-packages a.cart_button{
		padding:10px 10px;
	}
	
	img.info_head_image{
		height:120px;
		width:120px;
	}
	
	
	
	table#soundpool_filter td.soundpool_filter_name{
		font-size:10px;
		padding:0;
		word-wrap:break-word;
	}
	
	#music_details{
		font-size:14px;
	}
	
	div#showroom{
		display:none;
	}
	#footer{
		min-height:600px;
	}
	#content{
		padding-bottom:600px;
		padding-top:80px;
	}
	#footer-content{
		font-size:14px;
	}
}

@media (max-width: 510px) {
	
	div.music_search_result_player.player_package{
		border-bottom:none;
	}
	
	table.table-slider-packages div.music_search_result_player{
		width:90%;
	}
	
}



@media (max-width: 490px) {
	
	#main_container{
		padding-left:10px;
		padding-right:10px;
	}
	
	#sound_search_results_container{
		padding-left:10px;
		padding-right:10px;
	}
	
	table.table_soundpool_hauptkategorien{
		flex-basis: 100%;
	}

	table#detailsearch fieldset{
		padding:10px;
		margin:0 0 20px 0;
		min-height:0;
		
	}
	table#detailsearch tr td.detailsearch_td{
		font-size:14px;
	}
	table#detailsearch select{
		width:200px;
	}
	table#detailsearch select#key, table#detailsearch select#mode{
		width:100px;
	}
	#topmenu_left a#musicfox_logo{
		left:10px;
	}
	#topmenu_right{
		padding-right:10px;
	}
	#topmenu_left table{
		padding-left:10px;
		padding-right:10px;
	}
	#topmenu_left td{
		padding-left:0px;
		padding-right:0px;
	}
	/* Bei Anzeige von Christmas Bundle 9px sonst 12px */
	#topmenu_left a{
		font-size:12px;
	}
	#topmenu_right nav ul li div.topmenu{
		margin-left:5px;
	}
	#topmenu_right nav ul li div.topmenu_button_container{
		padding-right:5px;
		font-size:13px;
	}
	#footer{
		padding-left:10px;
		padding-right:10px;
	}
	#footer-content{
		font-size:13px;
	}
	div#catalog_selector_types a.buttonlink{
		padding: 8px 15px;
	}
	#catalog_selector_types a{
		margin-right:3px;
	}
	#content{
		padding-bottom:600px;
	}
	#music_catalog_selector, #music_search_results{
		padding-left:10px;
		padding-right:10px;
	}
	#music_catalog_selector_content_top.detailsuche h1{
		font-size:50px;
	}
	div#textvorschlaege{
		text-align:center;
		padding:0;
	}
	.music_search_result_bottom_button{
		font-size:10px;
	}
	.music_search_result_bottom_button_block_1{
		width:140px;
	}
	.chosen-container{
		width:150px !important;
	}
	.music_search_result_bottom_button_content_cart img{
		display:none;
	}
	.music_search_result_demodownloads{
		float:left;
		margin-left:0;
	}
	
	#cookie-widget {
	left:-100%;
    bottom:20px;
    width: 90%;
    height: 290px;
    padding:20px;
	}
	
	#cookie-widget-details {
	margin: 0 auto;
    top: 5%;
    bottom:10%;
    right:0;
    left:0;
    max-width: 350px;
    padding:20px;
    }
    
    .cookie-widget-save-choice{
    	width:200px;
    }
    
    #topmenu_left td{
    	padding-left:3px;
    	padding-right:3px;
    }
    #popup_content h2{
    	font-size:40px;
    }
    #popup_content h3{
    	font-size:20px;
    }
    
    #info_sites_header{
    	padding: 50px 10px 50px 10px;
    	min-height:200px;
    }
    
    .info_sites_block{
    	padding:15px 10px;
    }

}

@media (max-width: 400px) {

	div#main_container.overview_site #main_content_header{
		text-align: center;
	}
	
	.account_start_box{
		flex-basis:100%;
		text-align:center;
	}
	
	
	#info_sites_header.infosite{
		display:none;
	}

	.music_details_section > div{
		width:100%;
	}
	#music_catalog_selector_content_top h1{
		font-size:35px;
	}
	
	#music_catalog_selector_content_top p{
		display:none;
	}
	
	#music_catalog_selector_content_top p.detailsearch{
		display:block;
		font-size:20px;
	}
	
	#catalog_categories {
		padding-bottom:30px;
	}
	
	#catalog_selector_types{
		margin-top:30px;
	}
	
	#music_catalog_selector_content_top{
		min-height:200px;
	}
	
	.music_search_result_bottom_button_block_2{
		width:170px;
	}
	
	select#select_license{
		width:165px;
	}
	
	span#select_license-button span.ui-selectmenu-text{
		font-size:13px;
	}
	
	div#free_text_search{
		height:60px;
	}
	
	div#free_text_search input, button#submit_freetext{
		height:58px;
		font-size:13px;
	}
	
	div#free_text_search input{
		padding-left:60px;
		background-size: 20px 20px;
	}
	
	#select_license{
		width:180px;
	}
	
	div.breadcrumb, div.order_by, ul.playlist, 
	.mfplayer .playlist .duration, 
	.music_search_result_demodownloads_files a, 
	.music_search_result_bottom_button a,
	.music_search_result_demodownloads_caption{
		font-size:13px !important;
	}
	
	.music_search_result_bottom_button_block_2{
		width:190px;
	}
	
	input.button_addtocart{
		font-size: 10px;
		padding: 10px 17px;
	}
	
}