/*

 Magento Murman Style
 
 Farben
 blau grün    #2B8284
 orange       #ED4A00
 
 
*/

html body {
    background: url('../images/mp/background.png') repeat-x fixed 0 0 #dde0e0;
    color: #4c4c4c;
    font-family: Arial,verdana,Helvetica,sans-serif;
    font-size: 12px;
}

body a {
  color: #ED4A00;
}
body a {
  text-decoration: underline;
}

body .page-title {
  border:  0;
}
body .page-title h1 {
  padding: 0;
  margin: 0;
  color: #1d7678;
  font-family: Times,serif;
  font-size: 33px;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: none;
}
body h1 {
    border-bottom: 0 solid transparent;
    color: #1d7678;
    font-family: Times,serif;
    font-size: 33px;
    font-weight: normal;
    display: block;
    float: none;
}
h2 {
    /* border-bottom: 1px solid #000; */
    color: #1d7678;
    font-family: Times,serif;
    font-size: 33px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 46px;
}
h3 {
    border-bottom: 0 solid transparent;
    color: #1d7678;
    font-family: Times,serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 10px;
}
body .main .col-main h2 {
    border-bottom: 0 solid transparent;
    color: #1d7678;
    font-family: Times,serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 10px;
    border-bottom: 1px solid #000;
    margin: 0 0 10px;    
}

h4 {
    color: #343434;
    font-family: Arial,verdana,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
}

/* Global Boxes
******************************************************************************/
body .main-container {
    padding: 0 0 20px;
}
body .header-container .top-container {
    text-align: left;
}

.main .padding-s .std > p {
  display: none;
}

body .page-title, 
body .category-title {
    margin: 0;
    padding: 0;
}

/* Top Slider
******************************************************************************/
.header .top-container .product-teasers {
  margin-top: 30px;
}

.header .top-container .product-teasers .slick-dots {
  position: absolute;
  top: 21px;
  right: 27px;
  width: auto;
  display: inline-block !important;
}
.header .top-container .product-teasers .slick-dots li {
  height: 33px;
  width: 33px;
  margin: 0 0 0 7px;
}
.header .top-container .product-teasers .slick-dots li button {
  height: 33px;
  width: 33px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5);
  margin-left: 7px;
  font-family: times, 'Times New Roman', Georgia, serif;
  color: #817955;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: bold; 
  transition: all 250ms ease-out ;
}
.header .top-container .product-teasers .slick-dots li button:before {
  display: none;
}
.header .top-container .product-teasers .slick-dots li button:hover,
.header .top-container .product-teasers .slick-dots li.slick-active button {
  color: #ED4A00;
  background-color: rgba(255,255,255,1);
}
/* Add to Cart */
.header .top-container .product-teasers .slick-list .slick-track .slick-slide .teaser-add-to-cart {
  bottom: 17px;
  left: 277px;
}
html body .header .top-container .product-teasers .slick-list .slick-track .slick-slide .teaser-add-to-cart a {
  content: ' ';
  text-indent: -6000em !important;
  height: 33px;
  width: 33px;
  background: url('../images/mp/sprite.png') no-repeat 0 -550px;
  display: block;
}
/* News Slick Slider
******************************************************************************/
body .new-products-collection {
  position: relative;
  float: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #c5c5c5;
  height: 190px;
  margin-bottom: 20px;
  padding-top: 8px; 
  padding-left: 30px; 
  padding-right: 30px; 
}

.new-products-collection button.slick-prev:focus,
.new-products-collection button.slick-prev:hover,
.new-products-collection .slick-prev,
.new-products-collection .slick-next {
  background: url('../images/mp/sprite.png') no-repeat 0 -300px;
  text-indent: -6000em;
  width: 19px;
  height: 14px;
} 
.new-products-collection button.slick-prev:focus,
.new-products-collection button.slick-prev:hover {
  background-position: 0 -350px;
} 
.new-products-collection .slick-prev {
  left: 0;
} 
.new-products-collection button.slick-next:focus,
.new-products-collection button.slick-next:hover,
.new-products-collection .slick-next {
  background-position: 0 -250px;
  right: 0px;
}
.new-products-collection button.slick-next:focus,
.new-products-collection button.slick-next:hover {
  background: url('../images/mp/sprite.png') no-repeat 0 -200px;
}
.new-products-collection .slick-track .slick-slide a img {
  border: 1px solid #c2c2c2;
}
.slick-prev:before, 
.slick-next:before,
.slick-dots li button:hover:before, 
.slick-dots li button:focus:before,
.slick-dots li button:hover:before, 
.slick-dots li button:focus:before {
  display: none !important;
}

/* Blick ins Buch
******************************************************************************/
.main .std .cover {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 3%;
}
.main .std .cover p {
  margin-top: 1em;
}
.main .std .cover p a {
  padding-left: 1em;
  background: url('../images/mp/sprite.png') no-repeat 0 4px;
  margin-left: 40px;
}
.main .std .cover p a:first-child:before {
  content: ' ';
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url('../images/mp/sprite.png') no-repeat 0 -450px;
  margin-left: -53px;
  margin-bottom: -12px;
}
.main .std .cover p a:first-child {
  
}

/* News
******************************************************************************/

.main .news-item {
/*
  float: left;
  clear: none;
  width: 66%;
*/
}

/* Tags
******************************************************************************/
.top-container .block-tags {
  padding-top: 1em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #c5c5c5;
  float: right;
  max-width: 560px;

  height: 190px;
  line-height: 27px;
  margin: 0 15px 20px;
  overflow: hidden;
  padding-top: 8px;
  word-spacing: 2px;  
  
}
.top-container .block-title {
  display: none;
}

/* Head
******************************************************************************/

body .header .head_row {
    border-top: 1px solid #000;
    padding: 0px 7px 0px 0;
}
body .sf-menu > li > a > span {
    padding: 8px 10px 5px;
}

/* Head Main Menu
******************************************************************************/

body .sf-menu li {
    border-right: none;
    float: left;
    position: relative;
    text-align: left;
    font-family: Arial,verdana,Helvetica,sans-serif;
}
body .sf-menu li:hover ul,
body .sf-menu li.sfHover ul {
  top: 33px;
}
body .head_row .nav-container .container #nav.sf-menu li a {
  
}

body .head_row .nav-container .container #nav.sf-menu > li > a > span {
    text-transform: none;
    color: #ED4A00;
}
body .head_row .nav-container .container #nav li.level-top > a {
  background: url('../images/mp/sprite.png') no-repeat 0 14px;
  padding-left:  0px;
  padding-right: 15px;
  
  transition: none;
  transition: color 300ms ease-out ;
  font-size: 0.9em;
}
body .head_row .nav-container .container #nav li.level-top > a:hover > span {
  color: #2B8284;
}
body .head_row .nav-container .container #nav li.level-top > a:hover {
  background-position: 0 -9px;
}
.head_row .nav-container .container #nav li.level-top:nth-child(-n+3) > a > span {
  color: #000;
}
.head_row .nav-container .container #nav li.level-top:nth-child(-n+3) > a {
  background: url('../images/mp/sprite.png') no-repeat 0 -36px;
  padding-left:  3px;
  padding-right: 15px;
  transition: none;
  transition: color 300ms ease-out ;
  color: #000;
  text-transform: uppercase;
  font-size: 1em;
  font-family: times, 'Times New Roman', Georgia, serif;
}
.head_row .nav-container .container #nav li.level-top:nth-child(-n+3) > a:hover > span {
  color: #2B8284;
}
.head_row .nav-container .container #nav li.level-top:nth-child(-n+3) > a:hover {
  background-position: 0 -85px;
}
.head_row .nav-container .container #nav.sf-menu li li > a:hover, 
.head_row .nav-container .container #nav.sf-menu li li.sfHover > a, 
.head_row .nav-container .container #nav.sf-menu li li.active > a {
    color: #2B8284;
}

/* Header Buttons
******************************************************************************/
body .header-buttons {
  float: none;
  position: absolute;
  right: 0;
  bottom: 2px;
}

body .header-buttons a {
  font-size: 1.6em;
  font-family: times, 'Times New Roman', Georgia, serif;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}

/* Header Cart
******************************************************************************/

body .block-cart-header:before {
  content: ' ';
  display: none; /* */  
}
body .block-cart-header h3 {
    color: #333;
    float: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    margin: 0 12px 0 0;
    text-transform: none;
    display: none; /* */
}
body .block-cart-header:after {
  content: ' ';
  text-indent: -6000em !important;
  height: 33px;
  width: 33px;
  background: url('../images/mp/sprite.png') no-repeat 0 -550px;
  display: block;
  margin: -5px 0 0 15px; 
}

/* Top Nav
******************************************************************************/

body .top_row {
  position: relative;
  min-height: 58px;
}
body .top_row ul.links {
  position: absolute;
  bottom: 2px;
}
body .top_row ul.links li a {
  text-transform: none;
  font-size: 0.85em;
  margin-right: 20px;
}
/* Home Link */
body .top_row ul.links li.first a {
  display: block;
  width: 16px;
  height: 15px;
  background: url('../images/mp/sprite.png') no-repeat 0 -400px;
  text-indent: -6000em;
}


/* Footer Nav
******************************************************************************/

body .footer ul li a {
  background: url('../images/mp/sprite.png') no-repeat 0 6px;
  padding-left:  10px;
  padding-right: 15px;
  transition: none;
  transition: color 300ms ease-out ;
  font-size: 0.9em;
  color: #ED4A00;
}
body .footer ul li a:hover {
  color: #2B8284;
  background-position: 0 -18px;
}

/* To Top Link
******************************************************************************/
body #back-top a {
  color: #c5c5c5;
}
body #back-top a:hover {
  color: #666;
}

/* Tag List
******************************************************************************/
.tags-list a {
    color: #9b9b9b;
    text-decoration: none;
}
.tags-list a:hover,
.tags-list a:focus {
    color: #9b9b9b;
    text-decoration: underline;
}

/* Menü Suche 
******************************************************************************/
body #search_mini_form {
  background: #eef5f5;
  padding-right: 0;
  margin-right: 30px;
  padding-top: 0;
}
body #search_mini_form label {
  display: none;
}
input#search {
  border: none;
}
body .header .form-search .input-text,
body .header .form-search button.button  {
    height: 32px;
}
.button .fa-search:before {
    content: ' ';
    width: 31px;
    height: 32px;
    background: url('../images/mp/sprite.png') no-repeat 5px -243px;
    display: block;
}
.button:hover .fa-search:before {
    background-position: 5px -593px;
}

/* Newsletter Box
******************************************************************************/

.block-subscribe {
  background: none repeat scroll 0 0 #2b8284;
  padding: 10px;
  margin-bottom: 25px;
  color: #FFF;
  min-height: 110px;
  position: relative;
}

.block.block-subscribe .block-title {
    border: 0 ;
    padding: 0;
    margin-bottom: 10px;
    background: transparent;
    font-family: Arial,verdana,Helvetica,sans-serif;
}
.block.block-subscribe .block-title strong {
    color: #FFF;
    font-size: 12px;
    font-family: Arial,verdana,Helvetica,sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: none;
}
.block-subscribe input#newsletter {
    color: #4c4c4c;
    font-family: Arial,verdana,Helvetica,sans-serif;
    font-size: 12px;
    height: 22px;
    margin: 0 5px 0 0;
    padding: 2px 5px;
    width: 80%;
}
body .block-subscribe .input-box,
body .block-subscribe .actions {
    display: inline;
    float: left;
    position: absolute;
    bottom: 20px;
    left: 10px;
}
body .block-subscribe .actions {
    left: 86%;
}
.block-subscribe button.button > span {
    width: 20px;
    height: 15px;
    background: url('../images/mp/sprite.png') no-repeat 0 -250px;
    display: block;
    transition: none;
}
.block-subscribe button.button span span {
    text-indent: -6000em;
}
.block-subscribe button.button:hover > span {
  background-color: transparent;
  background: url('../images/mp/sprite.png') no-repeat 0 -200px;
}

/* Breadcrump Menu
******************************************************************************/
body .breadcrumbs {
    border: 0;
    margin: 0 0 30px;
    padding: 0;
}

/* Product List and Cart Button
******************************************************************************/

button.button.btn-cart {
  content: ' ';
  text-indent: -6000em;
  height: 33px;
  width: 33px;
  background: url('../images/mp/sprite.png') no-repeat 0 -550px;
  display: block;
}

body .product-shop .price-box .price {
    color: #343434;
    font-family: Times,serif;
    font-size: 14px;
    font-weight: bold;
}
body .products-grid .product-name a, 
body .products-list .product-name a {
    color: #ED4A00;
    text-decoration: none;
    text-transform: none;    
}
body .products-grid .product-name a:hover,
body .products-grid .product-name a:focus, 
body .products-list .product-name a:hover,
body .products-list .product-name a:focus {
      color: #ED4A00;
      text-decoration: underline; 
}
body .main .col-main h2.product-name {
    font-family: Arial,verdana,Helvetica,sans-serif;
    font-size: 14px;
    padding: 0 ;
    border: 0 ; 
    font-weight: bold;
}
.product-shop .book_authors {
  font-weight: bold;
}

/* Autoren
******************************************************************************/
body .main .col-main .author-shop h2 {
    font-family: Arial,verdana,Helvetica,sans-serif;
    font-size: 14px;
    padding: 0 ;
    border: 0 ; 
    color: #000;
}

/* Autoren Suche */
body .all-authors .title,
body .autorensuche label {
  font-weight: bold;
  margin-right: 0.2em;
}
input#authors {
  height: 22px;
}
button#autorensuche {
  width: 20px;
  height: 15px;
  padding: 0 ;
}
button#autorensuche .fa-search:before {
  background: url("../images/mp/sprite.png") no-repeat scroll 0px -250px;
  content: " ";
  display: block;
  width: 20px;
  height: 15px;
}
button#autorensuche:hover .fa-search:before {
  background: url("../images/mp/sprite.png") no-repeat scroll 0px -600px;
}
body.catalog-authors-list h1 {
    float: none;
    width: 100%;
    display: block;
}



/* Pager
******************************************************************************/
.pager .amount {
  font-weight: bold;
}
.pager .pages li.current {
  color: #2B8284;
}


/* Block
******************************************************************************/
body .block .block-title {
    border: 0;
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #000000;
    padding-bottom: 7px;
}
body .block .block-title strong {
    color: #1d7678;
    font-family: Times,serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

/* Sub Menu
******************************************************************************/

/*
ul.menu {
    margin: 110px 0 50px;
    padding: 0;
    width: 100%;
}
ul.menu {
    margin-top: 0;
}
ul.menu li {
    margin-left: 0;
    margin-right: 0;
}
* html ul.menu {
    padding-left: 0.8em;
    width: 10em;
}
ul.menu li {
    height: 30px;
    list-style: outside none none;
    margin: 0.4em;
    padding: 0;
}
ul.menu a {
    background-color: #eef5f5;
    border-left-color: white;
    border-right-color: white;
    border-top: 1px solid #c5c5c5;
    color: #4c4c4c;
    display: block;
    padding: 10px 10px 10px 25px;
    text-decoration: none;
}
ul.menu li.last a {
    border-bottom: 1px solid #c5c5c5;
}
* html ul.menu a {
    width: 8.8em;
}
ul.menu a:hover {
    background-color: #fff;
    color: #1d7678;
}
ul.menu a.active {
    background: url("img/Pfeile/subnavi_pfeil_aktiv.png") no-repeat scroll left top #fff;
    color: #1d7678;
}
ul.menu a {
    background: url("img/Pfeile/subnavi_pfeil_inaktiv.png") no-repeat scroll left top #eef5f5;
}
ul.menu a:hover {
    background: url("img/Pfeile/subnavi_pfeil_aktiv.png") no-repeat scroll left top #fff;
}
*/



