﻿@charset "utf-8";
/*
- ColorBox
- AnythingSlider
- Bildbox-Galerie
*/


/*colorbox*/

#cboxTitle{
  background: url(/symbole/hks47_grau/gallery-title_over.png) transparent;
}
#cboxPrevious{
  background: url(/symbole/hks47_grau/arrow-left-gallery.png) no-repeat 4% 50%;
}
#cboxPrevious:hover,
#cboxPrevious:focus{
  background: url(/symbole/hks47_grau/arrow-left-gallery-hover.png) no-repeat 4% 50%;
}
#cboxNext{
  background: url(/symbole/hks47_grau/arrow-right-gallery.png) no-repeat 96% 50%;
}
#cboxNext:hover,
#cboxNext:focus{
  background: url(/symbole/hks47_grau/arrow-right-gallery-hover.png) no-repeat 96% 50%;
}
#cboxClose{
  background: url(/symbole/hks47_grau/icons-gallery.png) no-repeat 0 0;
}
#cboxClose:hover, #cboxClose:focus{
  background-position: -48px 0;
}

/*slider*/

#content .slide .caption{
  background-image: url(/symbole/hks47_grau/gallery-title_over.png);
}

#content .slider .back span{
  background: url(/symbole/hks47_grau/arrow-left-gallery.png) no-repeat 0 50%;
}
#content .slider .back:hover span{
  background-image: url(/symbole/hks47_grau/arrow-left-gallery-hover.png);
}
#content .slider .forward span{
  background: url(/symbole/hks47_grau/arrow-right-gallery.png) no-repeat 100% 50%;
  *background: url(/symbole/hks47_grau/arrow-right-gallery.png) no-repeat 94% 50%;
}
#content .slider .forward:hover span{
  background-image: url(/symbole/hks47_grau/arrow-right-gallery-hover.png);
}

.overlay-magnifier,
#content .slide .magnifier {
  background: url(/symbole/hks47_grau/icons-gallery.png) no-repeat 0 -50px;
}
.overlay-magnifier:hover,
.overlay-magnifier:focus,
.overlay:hover .overlay-magnifier,
.overlay:focus .overlay-magnifier,
#content .slide .magnifier:hover,
#content .slide .magnifier:focus {
  background-position: -48px -50px;
}

@media screen {
  .teaserlink a {
    background: #F6F7F8 url(//design.sachsen.de/symbole/arrow_right.png) no-repeat 95% 50%;
    background: url(//design.sachsen.de/symbole/arrow_right.png) no-repeat 95% 50%, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(246, 247, 248, 0.2)), color-stop(100%, rgba(220, 222, 227, 0.2)));
    background: url(//design.sachsen.de/symbole/arrow_right.png) no-repeat 95% 50%, -moz-linear-gradient(top, rgba(246, 247, 248, 0.2) 0%, rgba(220, 222, 227, 0.2) 100%);
    background: url(//design.sachsen.de/symbole/arrow_right.png) no-repeat 95% 50%, -webkit-linear-gradient(top, rgba(246, 247, 248, 0.2) 0%, rgba(220, 222, 227, 0.2) 100%);
    background: url(//design.sachsen.de/symbole/arrow_right.png) no-repeat 95% 50%, linear-gradient(to bottom, rgba(246, 247, 248, 0.2) 0%, rgba(220, 222, 227, 0.2) 100%);
    background-size: auto, 100%;
  }
}

@media print {
  .teaserlink {
    border-color: #117FAE;
  }
}

/*__________=Bildbox-Galerie_______________________________________________________________*/

.bildbox-gallery .magnifier {
  background: url(/symbole/hks47_grau/icons-gallery.png) no-repeat 0 -50px;
}

 
 