.produkt-item,
.marken-item {
opacity: 0;
position: absolute;
display: none;
visibility: hidden;
transition: opacity 1s ease;
}
.show {
opacity: 1;
display: block;
visibility: visible;
animation: fade 1s;
position: relative;
}
@keyframes fade {
0% { opacity: 0; }
100% { opacity: 1; }
}
.filter-button {
line-height: normal;
padding: 7px 11px;
border: 2px solid #999;
margin-right: 10px;
margin-bottom: 10px;
border-radius: 2px;
background: #fff;
color: #444;
font-size: 14px;
cursor: pointer;
transition: all .3s ease;
}
.filter-button:hover {
background: #f5f5f5;
border-color: #666;
}
.filter-button:focus {
outline: 2px solid #008088;
outline-offset: 2px;
}
.filter-button.selected {
background: #008088;
color: #fff;
border-color: #008088;
}
.modal-dialog {
width: 70%;
max-width: 960px;
border-radius: 2px;
padding: 52px 20px 20px;
background: #fff;
margin: 60px auto;
position: relative;
box-shadow: 0 2px 5px rgba(15,15,15,.25);
}
.modal-header {
display: block;
position: absolute;
left: 20px;
right: 20px;
top: 0;
height: 52px;
border-bottom: 0;
padding: 0;
}
.modal-header .close {
cursor: pointer;
display: block;
height: 28px;
width: 28px;
position: absolute;
right: 0;
z-index: 999;
top: 50%;
margin-top: -14px;
font-size: 47px;
font-weight: 300;
opacity: .7;
transition: opacity .3s ease;
}
.modal-header .close:hover {
opacity: 1;
}
.show.produkt-item {
padding: 4px 2px;
height: 275px;
overflow: hidden;
}
.produkt-item > a > img {
object-fit: cover !important;
height: 275px !important;
width: 100%;
transition: transform .3s ease;
}
.produkt-item > a:hover > img {
transform: scale(1.05);
}
.marken-item {
background: rgba(0,0,0,.03);
padding: 15px !important;
width: calc(33.333% - 5px);
margin-right: 5px;
margin-bottom: 5px;
height: 275px;
overflow: hidden;
}
.product.marken-item img {
width: 75%;
margin: -10px auto !important;
float: none;
display: block;
filter: grayscale(100%);
transition: filter .3s ease;
}
.product.marken-item:hover img {
filter: grayscale(0%);
}
.produktgalerie .carousel-inner > .item {
max-height: 600px;
width: 100%;
}
body .produktgalerie .carousel-inner > .item img {
height: 600px;
object-fit: cover;
object-position: 50% 50%;
position: relative;
display: inline-block !important;
width: 100%;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 7%;
font-size: 30px;
color: #fff;
text-align: center;
background-color: transparent;
opacity: .5;
z-index: 9999;
transition: opacity .3s ease;
}
.carousel-control:hover {
opacity: .9;
}
.carousel-control.right {
left: auto;
right: 0;
}
@media (max-width: 768px) {
.modal-dialog {
width: 90%;
padding: 40px 15px 15px;
margin: 30px auto;
}
.produktgalerie .carousel-inner > .item,
body .produktgalerie .carousel-inner > .item img {
max-height: 400px;
height: 400px;
}
.show.produkt-item {
height: 200px;
}
.produkt-item > a > img {
height: 200px !important;
}
.marken-item {
height: 200px;
width: calc(50% - 5px);
}
}
@media (max-width: 520px) {
.modal-dialog {
width: 95%;
}
.produktgalerie .carousel-inner > .item,
body .produktgalerie .carousel-inner > .item img {
max-height: 300px;
height: 300px;
}
.marken-item {
width: 100%;
}
}.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
transform: translate3d(0, 0, 0);
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
} .fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
} #fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
background-image: url(//kellershohn-concept.de/wp-content/plugins/kellershohn-produkte/inc/images/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//kellershohn-concept.de/wp-content/plugins/kellershohn-produkte/inc/images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
transition: opacity 0.3s ease;
}
.fancybox-close:hover {
opacity: 0.8;
} .fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//kellershohn-concept.de/wp-content/plugins/kellershohn-produkte/inc/images/blank.gif);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
transition: visibility 0.3s ease;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
} .fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: visible !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//kellershohn-concept.de/wp-content/plugins/kellershohn-produkte/inc/images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent;
background: rgba(0, 0, 0, 0.8);
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #fff;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, 0.8);
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
background-image: url(//kellershohn-concept.de/wp-content/plugins/kellershohn-produkte/inc/images/fancybox_sprite@2x.png);
background-size: 44px 152px;
}
#fancybox-loading div {
background-image: url(//kellershohn-concept.de/wp-content/plugins/kellershohn-produkte/inc/images/fancybox_loading@2x.gif);
background-size: 24px 24px;
}
} .fancybox-close:focus,
.fancybox-nav:focus {
outline: 2px solid #008088;
outline-offset: 2px;
} .fancybox-nav span::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}