body {
  
  background-image: url('/storage/images/background/background1.jpg');
  background-size: cover;
  background-attachment: fixed;


}

.header-informations{
  background-color: #ffffff;
  font-size: 16px;
  height: 50px;
  max-height: 50px;
  
}

a.header-informations{
  color: #212529;
  
}

a.header-informations:hover{
  text-decoration: none;
  text-decoration-line: none;
  color: #ef7800;
}

.header-line{
  background-color: #ef7800;
  height: 7px;
}


.shop-header {
	/*background-color:#ef7800;*/
	/*box-shadow: inset 0 -2px 5px rgba(0,0,0,0.6);*/
	
	text-align: left;
	display: flex;
  flex-wrap: wrap;
  /*align-content: center;*/
  /*border-top: 20px solid #ef7800;*/

  	
}

.navbar {
    padding: 0px;
    
    margin-bottom: -10px;
    color: white;
    border-top: 0px solid #ef7800;
    border-bottom: 0px solid #ef7800;
    background-color: #1e6566;

}

.nav-item-verline {
    border-left: 1px solid #ffffff;
    height: auto;
}

.nav-item {
	/*padding: 5px;*/
	font-size: 22px;
}

.nav-item:hover {
  background-color: #ef7800;
  color: #1e6566;
}

.nav-link {
  color: #ffffff;
  width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.nav-link:hover {
  color: #ffffff;
}

.megamenu-item {
    display: block;
    width: 100%;
    padding: 0.1rem 0.2rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.megamenu-item-cd-lit {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-top: 9px;
    padding-bottom: 1px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.megamenu-item:hover, .megamenu-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #ef7800;
}

.megamenu-item-cd-lit:hover, .megamenu-item-cd-lit:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #ef7800;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.0rem 0 0;
    font-size: 0.9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0rem;
}

.mega-menu-cd {
    position: absolute;
    top: 100%;
    left: 118px;
    right: 0px;
    z-index: 1000;
    display: none;
    float: left;
    
    width: 247px;
    padding: 0.5rem 0;
    margin: 0.0rem 0 0;
    font-size: 0.9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0rem;
}

.mega-menu-lit {
    position: absolute;
    top: 100%;
    left: 366px;
    right: 0px;
    z-index: 1000;
    display: none;
    float: left;
    
    width: 217px;
    padding: 0.5rem 0;
    margin: 0.0rem 0 0;
    font-size: 0.9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0rem;
}

.mega-group {
	padding-top: 1rem;
	padding-left: 2rem;
}

.mega-group-cd-lit {
  padding-top: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;

}

.mega-group-mobile {
  padding-top: 1rem;
  padding-left: 0rem;
}


.shop-content {
	
  background-color: rgba(255, 255, 255, 0.1);

  min-height: calc(100vh - 34em );
  
  
	/*box-shadow: inset 0 -2px 5px rgba(0,0,0,0.6);
	height: 100%;
	max-height: 100%;
	text-align: left;
	display: flex;
    flex-wrap: wrap;
  	align-content: center;*/
	margin-top: 12px;
  
}

.newest-cards {
	padding-bottom: 1rem;
}

hr.title_hr_orange {
  border: 1px solid #ef7800;
  margin-top: 0px;
}


.top-auto {
	top:auto;
}

img.pic-square {
    height: 250px;
    width: 100% !important;
    object-fit: cover;
    object-position: top center;
}


.dropdown:hover .dropdown-menu {display: block;}

.dropdown-cd:hover .dropdown-menu-cd {display: block;}

.center-search {
  margin-top: auto;
  margin-bottom: auto;
  width: 50%;
  padding: 10px;
}

.cart-icon{
  font-size: 32px;
  color: #ef7800 !important;
  
}

.cart-icon:hover{
    color: #1e6566 !important;
}

.cart-icon-mobile{
  font-size: 26px;
  color: #ef7800 !important;
  
}

.cart-icon-mobile:hover{
    color: #1e6566 !important;
}

.icon-counter {
  font-size: 12px;
  color: white; 
  background-color: #ef7800;
}



.custom-control-label::before, .custom-control-label::after {
  top: .8rem;
  width: 1.25rem;
  height: 1.25rem;
}


.invisible {
  display: none;
  visibility: hidden;
}

.center-pagination{
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.pagination {
  white-space: nowrap;
  overflow-x: scroll;
}

.cds-bottom-line{
  position: relative;
  color: #ffffff;
  
}

.grades-bottom-line{
  position: relative;
  color: #ffffff;
  /*background-color: #ef7800;*/
}

.all-search-bottom-line{
  position: relative;
  color: #ffffff;
  /*background-color: #ef7800;*/
}

.noten_icons{
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  background-color: #1e6566;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.noten_icons:hover{
  color: #ffffff;
  background-color: #ef7800;
}

.noten_icons_mobile{
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  background-color: #1e6566;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.noten_icons_mobile:hover{
  color: #ffffff;
  background-color: #ef7800;
}

.search_result_price {
  position: absolute;
  color: #1e6566;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  bottom: -3px;
  right: 18px;
  
}

.search_result_price_mobile {
  color: #1e6566;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  text-align: center;
}

.search_result_price:hover{
  color: #1e6566;
  background-color: #fff;
}

.search_result_price_mobile:hover{
  color: #1e6566;
  background-color: #fff;
}


.product_details_noten_icons{
  color: #1e6566;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  max-height: 50px;


}

.product_details_noten_icons:hover{
  color: #ffffff;
  background-color: #ef7800;
}

.details-cart {
  font-size: 1.4rem;

}

.cart-table-header {
  background-color: #cccccc; 
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 8px;
  margin-bottom: 10px;
}

.trash-hover:hover {
  cursor: pointer;
}


.cat_button, .cat_button:hover, .cat_button:active, .cat_button:visited {
    background-color: #ffffff !important;
    color: #343a40;;
    border: 1px solid #ced4da;
    
}

.dropdown-submenu {
    position: relative;
    
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;

}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;

}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}


.cat_selection_cursor { cursor: context-menu; }

.footer{
  padding: 25px;
  margin-top: 20px;
  position: relative;
  width: 100%;
  color: #ffffff;
  background-color: #1e6566;
  
}

a.footer_links {
  text-decoration: none;
  text-decoration-line: none;
  color: #ffffff;
}

a.footer_links:hover {
  text-decoration: none;
  text-decoration-line: none;
  color: #ef7800;
}

.mein-konto-button{
  position: absolute;
  font-size: 32px;
  color: #ef7800;
  top: -8px;
  left: 20px;

}

.mein-konto-button:hover{
    color: #1e6566;
}

.mein-konto-button-mobile{
  position: absolute;
  font-size: 26px;
  color: #ef7800;
  top: -5px;
  left: 20px;

}

.mein-konto-button-mobile:hover{
    color: #1e6566;
}

.mein-konto-menu-items {
  font-size: 14px;
}

.profisuche-button {
    background-color: #ffffff;
    
}

.profisuche-button:hover {
    background-color: #ef7800;
    border-color: #ef7800;
    padding-bottom: 10px;
}

.schnellsuche-eingabe, .schnellsuche-eingabe:focus {
    color: #212529;
    font-size: 20px;
    border-color: #212529;
    height: 45px;
    
}

.subcats {
  background-color: #1e6566;
  color: #ffffff;
  margin-top: 36px;

}

.subcats_items {
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 10px;
}

.subcats_items:hover, .subcats_items:focus {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #ffffff;

}

hr.subcat_title {
  border-top: 1px solid #ffffff;
  margin-top: 0px;
}

.product-details-cat {
  margin-bottom: 0px;
}

.product-details-price-title {
  margin-bottom: 0px;
  margin-top: 20px;

}

.product-details-title {
  color: #ef7800;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.product-details-cats {
  color: #1e6566;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.product_details_card {
  background-color: #1e6566;
  color: #ffffff;
  margin-top: 28px;

}

.product-details-remember {
  color: #ffffff;
  float: right;
  padding-right: 0px;
  text-decoration: none;
}

.product-details-remember:hover {
  color: #ffffff;

}

hr.product-details {
  border-top: 1px solid #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-details-row-grey {
  background-color: #eaeaea; 
  margin-left: 0px; 
  max-height: 60px;
  padding-top: 4px;
  margin-right: 0px;
}

.product-details-row-white {
  max-height: 60px; 
  margin-left: 0px;
  padding-top: 4px;
  margin-right: 0px;
  
}

.product-details-text {
  padding-bottom: 0px;
  margin-bottom: 4px;
}

.similar_products_title{
  color: #ef7800;
}

.new_products_title{
  color: #ef7800;
}

.cart-icon-card {
  color: #1e6566;
  font-size: 1.4rem;
  position: absolute;
  bottom: 10px;
  left: 18px;
}

.cart-icon-searchresult {
  color: #1e6566;
  font-size: 1.4rem;
  position: absolute;
  bottom: 10px;
  right: 18px;
}


.card-price {
  color: #1e6566;
  font-size: 1.4rem !important;
  position: absolute;
  bottom: 2px;
  left: 20px;

}



.no-price {
  color: #1e6566;
  font-size: 1.4rem !important;
  position: absolute;
  bottom: 0px;
  right: 48px;

}

.no-price-mobile {
  color: #1e6566;
  font-size: 14px !important;
  

}

.cart-icon-card:hover {
  cursor: pointer;
}

.card-icon-options {
  color: #1e6566;
  font-size: 1rem;
  position: absolute;
  bottom: 5px;
  right: 18px;
}

.card-komp-arra {
  color: #ef7800;
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1e6566;
    border-color: #1e6566;
}

.page-link:hover {
    z-index: 2;
    color: #1e6566;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1e6566;
    background-color: #fff;
    border: 1px solid #dee2e6;
        border-top-color: rgb(222, 226, 230);
        border-right-color: rgb(222, 226, 230);
        border-bottom-color: rgb(222, 226, 230);
        border-left-color: rgb(222, 226, 230);
}

.searchresult_title {
  color: #ef7800;
  padding-bottom: 0px;
  margin-bottom: 0px;
  
}

.search-result-cat {
    margin-bottom: 0px;
}

a.title_link {
  text-decoration: none;
  text-decoration-line: none;
}


.composits_link {
  font-size: 16px;
  color: #1e6566;
  margin-bottom: 0px;
}

.composits_link:hover {
  color: #ef7800;
  cursor: pointer;
}

a.composits_link {
  text-decoration: none;
  text-decoration-line: none;
}

.cd_tracks {
  font-size: 14px;
  color: #1e6566;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
}

.cd_tracks_without_sound {
  font-size: 14px;
  color: #1e6566;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
}

.cd_track_line {
  font-size: 14px;
  
  margin-bottom: -15px;
}

.cd_tracks:hover {
  color: #ef7800;
  cursor: pointer;
}

a.cd_tracks {
  text-decoration: none;
  text-decoration-line: none;
}

.product-details-cart-button {
  padding-top: 10px; 
  padding-bottom: 10px; 
  padding-left: 0px; 
  padding-right: 0px;
}

.publisher-button {
  background-color: #1e6566;
  color: #ffffff;
  text-align: center;
}

.publisher-button:hover {
  background-color: #ef7800 !important;
  cursor: pointer;
}

a.publisher-button {
  text-decoration: none;
  text-decoration-line: none;
}

.list-composer-name {
  color: #ef7800;
  text-align: center;
}

.break-text {
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.page_counter {
  font-size: 16px; 
  float: right;
  margin-top: 8px;
}

.page_counter_sm {
  font-size: 12px; 
  float: right;
  margin-top: 11px;
}

.page_counter_xs {
  font-size: 12px; 
  float: left;
  margin-top: 0px;
}

.profisearch_select {
  background-color: #1e6566;
  box-shadow: 0px 0px #ffffff !important;
}

.profisearch_select:hover, .profisearch_select:active, .profisearch_select:focus {
  background-color: #ef7800 !important;
  box-shadow: 0px 0px #ffffff !important;
}

.mobile_menu {
  color: #1e6566;
  position: relative;
  font-size: 20px;

}

.mobile_menu:hover {
  color: #1e6566;
  
}

.justify-center {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-product-title {
  color: #ef7800;
}

.cart-product-title-mobile {
  color: #ef7800;
}

.shorten-long-text{
   white-space: nowrap;
   overflow: hidden;
   width: 100%;
   text-overflow: ellipsis;
}

.yt-video-text {
  color: #ffffff;
  position: absolute; 
  left: 30px; 
  top: 20px;"
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;

}

.header-bgcolor {
  background-color: #CBDCDD;
}

.cookie-popup { 
  text-align: left; 
  background: #ef7800;
  color: #ffffff;
  position: fixed;
  top: 0; 
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }
 
.cookie-popup.hidden {
  display: none;
}


