    @import url("reset.css");
/* dancing-script-regular - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../font/dancing-script-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Dancing Script Regular'), local('DancingScript-Regular'),
       url('../font/dancing-script-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/dancing-script-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/dancing-script-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/dancing-script-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/dancing-script-v9-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}
/* dancing-script-700 - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  src: url('../font/dancing-script-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Dancing Script Bold'), local('DancingScript-Bold'),
       url('../font/dancing-script-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/dancing-script-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/dancing-script-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../font/dancing-script-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/dancing-script-v9-latin-700.svg#DancingScript') format('svg'); /* Legacy iOS */
}
    /* Glyphter Icons */
    
    @font-face {
        font-family: 'Glyphter';
        src: url('../font/Glyphter.eot');
        src: url('../font/Glyphter.eot?#iefix') format('embedded-opentype'), url('../font/Glyphter.woff') format('woff'), url('../font/Glyphter.ttf') format('truetype'), url('../font/Glyphter.svg#Glyphter') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    [class*='icon-']:before {
        display: inline-block;
        font-family: 'Glyphter';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    *::before,
    *::after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
   
   
.mood-box{height:45vh; background-size: cover; background-repeat:no-repeat; position: relative;}   
.mood-box .mood-box-content{position: absolute; margin:2vh 4vw 0vh 0vw; height:100%; 

background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
padding:2vh 2vw; bottom:0; width:80%; max-width:500px;   text-shadow: 1px 1px 1px #000000;


}

#datafetch{display:none;}
.livesearch{position: relative; margin:20px 0; background-color:#d08042; padding:2% 5% 3% 5%; border-radius:3px;}
.livesearch strong{color:white; display:block; margin-bottom:5px;}
.livesearch input{
 display:block;
border:1px solid #cdcdcd;
background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAYAAACdkl3yAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAF2SURBVHjarJQ7SwNBFIWzaqOSQlKIoEEwjYhNSh9YWCixUITgY0HQFIJBf4CtlZWNpSgoaxSLVD4qRRtNJ1aiprexECEWRtfvwkXCZjaJSy58nOzunZPZMzNrua4bqkc1hOpUTd4btm1HkDWYhB6QKT9BFrYdx3k3GVmlr4ZJAnHgC47hQXogDjN6P4nZta8RJqPIBWQgTfOHZ6ZtyA5MwAjPc2VGNDXz+xluaUj65UBfI3IG3dBHb9Eb9jxINquVAmXgN7ICMc2wbNXG4IrG12qrQ08euYNxk1FUV6bWkhi6TEYFaP2HUQt8moxkmQdrcSBw2Q4DcG8yOoJe3UfVag46dIxxH50gwzBEoC8+s+lHbuCQnrTfEUnBJeQYsI4e0FxQgzCyBBsQ1r6KR0RC3IRlkD2T1yMS0+st6IRZmOaPTo1GJYbtSEINpB5lRzPwjWeS665m9WdmBfkeqdmezmwKs/NA3yMG/iCLsA8LgWdkql8BBgB9mojdGa8USQAAAABJRU5ErkJggg==');
background-position: 99% center;
background-repeat: no-repeat

}
#datafetch{position: absolute; z-index:99999; width:90%;}
#datafetch.filled{display:block; border:1px solid white; border-radius:3px;}
#datafetch img{width:60px; height:auto; display:inline-block; }
#datafetch .result{border-bottom:1px solid white; padding:5px; background-color:#d08042;}
#datafetch .result a.result_content_link{vertical-align: top; font-size:14px; padding:5px 5px 5px 30px; display:inline-block; width:calc(100% - 80px); color: white; text-decoration:none;}
#datafetch .result:hover{background-color:#fb9c53;}
.mood-box.time1{background-image:url(../images/time1.jpeg); color:white; background-position: center center}   
.mood-box.time1 h1{color:white; }

.mood-box.time2{background-image:url(../images/time2.jpeg); color:white; background-position: center center}   
.mood-box.time2 h1{color:white; }

.mood-box.time3{background-image:url(../images/time3.jpeg); color:white; background-position: center center}   
.mood-box.time3 h1{color:white; }

.mood-box.time4{background-image:url(../images/time4.jpeg); color:white; background-position: center center}   
.mood-box.time4 h1{color:white; }

.mood-box.time5{background-image:url(../images/time5.jpeg); color:white; background-position: center center}   
.mood-box.time5 h1{color:white; }
    
.swipebox-wrapper a{text-decoration: none;}    
.swipebox.none{display:none;}
.swipebox-wrapper{position: relative;}
.swipebox-wrapper span{text-shadow: 1px 1px 1px #000000; opacity: 0.8;
font-size:50px; color:white; text-align: center; position: absolute; top:calc(50% - 25px); left:calc(50% - 25px)}
    
.swipebox-wrapper span.info{display:none; font-size:14px; left:25%; background-color:#d08042; border-radius: 6px;
    color: #fff;

    padding: 8px 16px;
    width: 50%;
    text-decoration: none;}
.swipebox-wrapper span.dashicons{display:block}

.swipebox-wrapper:hover span.info{display:block}
.swipebox-wrapper:hover span.dashicons{display:none}    
    
.eintrag.masonry-brick{     padding: inherit;
    border: inherit;
    margin:inherit; width:48%; margin:1% 1% 1% 0;}    
    
.eintrag.masonry-brick img{max-width:100%; height:auto; width:100%; object-fit: cover; -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.masonry { 
  display: flex;
  flex-flow: row wrap;

  width: 100%;
}

.masonry iframe{max-width:100%; }

.masonry-brick {
  flex: auto;
background-color:#f3f2f2;
  min-width: 150px;
  margin: 0 8px 8px 0; /* Some gutter */
}

.masonry-content{padding:2% 5%;  -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;}
.eintrag.masonry-brick:nth-of-type(2n){margin-right:0px;}

    @media screen and (max-height: 1024px) and (max-width: 768px) {
        .mood-box .mood-box-content {
            max-width:inherit;
            
        }
        .mood-box{height:auto;}
        .mood-box .mood-box-content{position: static;}
    }
    
    @media screen and (max-width: 600px) {
    .eintrag.masonry-brick{width:100%;}
    }
    
    
    .default-thumbnail{    border-image: url(../images/border-rund-mittel-abstand.png) 16 17 16 17 round round;     border-style: solid;
    border-width: 18px 0 18px;}
    
    .default-thumbnail.post img{width:100%; height:auto;}
    
    
    

html .ngg-gallery-thumbnail img, html .ngg-gallery-thumbnail img:hover{border:0px; background-color:white;}    
    
#commentform #submit{border-radius: 6px !important;
    background-color: #D08042 !important;
}    
    
    
    
    .clear {
        clear: both;
    }
    .menu-inner .service--entry.navigation--entry{display:none;}
    .entry--service{
    position: absolute;
    right: 40px;
    top: 20px;
    width: 35%;
    }
    .entry--service li {    font-size: 12px;
    color: #d08042;
    margin-right: 8px;
    display: inline-block;}
    .entry--service li a{color: #d08042;
    text-decoration: none; font-family: "Open Sans", sans-serif !important;}
    
    .back-to-index {text-align: right; }
    .back-to-index a{    padding: 10px!important;
    margin: 0px 0% 10px 0; text-decoration: none; color:white;
    border-radius: 6px !important; background-color:#D08042 !important;}
    footer .blogfooter{text-align: center;}
    footer .navigation--list li{ list-style-type: disc; display: inline;}
    
    footer .navigation--list li:nth-last-of-type(1) a::after{content: "";}
     footer .navigation--list li a::after {
    content: "•";
}
    
    footer a.square{
      background: #d08042 none repeat scroll 0 0;
    padding: 8px 10px 6px;
    }
    
    footer a.square:hover{
      background: #000 none repeat scroll 0 0;
    text-decoration: none !important;
    }
    
    html .yarpp-related{margin-top:40px;}
    .yarpp-related h3{text-transform: none !important;}
    .yarpp-related ul{margin-left:20px; }
    .yarpp-related ul li{list-style: disc; color:#d08042; }
    .yarpp-related ul li a{color:#d08042; font-weight: normal;}
    .yarpp-related ul li a:hover{text-decoration: underline;}
    
 input, textarea{-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    background-clip: padding-box;
    box-sizing: border-box;
    line-height: 19px;
    line-height: 1.1875rem;
    font-size: 14px;
    font-size: 0.875rem;
    width: 290px;
    width: 18.125rem;
    padding: 10px 10px 9px 10px;
    padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
    box-shadow: inset 0 1px 1px #dadae5;
    background: #f8f8fa;
    border: 1px solid #dadae5;
    border-top-color: #cbcbdb;
    color: #8798a9;
    text-align: left;
    width:100%;}   
    
    input#submit, input#search_submit{
      background: #D08042 !important;
    padding: 8px 10px 6px 10px!important;
    border-radius: 0 !important;
    color: #fff !important;
    transition: all 0.8s ease 0s;
    border:0;
    box-shadow: none;
    text-align: center;

    }
    html input#search_submit{float:right; width:20%; padding:10px!important; margin: 12px 10% 0 0; border-radius: 6px !important;}
    #commentform{max-width:400px;}
    
    
    
 .eintrag ul{list-style: disc; margin-left:15px;}   
 .eintrag img{max-width:100%; height:auto;}
 .eintrag a{color:#d08042;}
    
    
    
    
    
    
    
    
    
    body {
        color: #000;
        font: 400 13px / 22px 'Open Sans', sans-serif;
    }
    ::selection {
        background: #D08042;
        color: #fff;
    }
    ::-moz-selection {
        background: #D08042;
        color: #fff;
    }
    h1 a{text-decoration: none;}
    h1, h1 a {
        color: #D08042;
        font: 400 36px/47px "Dancing Script", sans-serif;
        margin: 0 0 10px 0;
    }
    h2 {
        color: #D08042;
        font: 400 45px / 47px 'Dancing Script', sans-serif;
    }
    h2.abstand {
        margin: 0 0 10px 0;
    }
    h3 {
        color: #000;
        font: 400 14px / 18px 'Open Sans', sans-serif;
        margin: 0 0 30px 0;
    }
    p.float {
        width: 70%;
        float: left;
    }
    .icons {
        font-family: 'Glyphter';
    }
    header {
        background: url(../images/bg-weiss.jpg) repeat-x;
        padding: 20px 0 0 0;
    }
    #warenkorb {
        position: absolute;
        right: 20px;
        margin: 0 15px 0 0;
    }
    .topcart {
        background: url(../images/einkaufskorb.png) no-repeat;
        height: 34px;
        width: 33px;
        display: inline-block;
        text-align: center;
        padding: 30px 0 0 0;
    }
    .em-amount-topcart::before {
        color: #D08042;
    }
    .em-amount-topcart::before {
        -moz-osx-font-smoothing: grayscale;
        content: "M";
        display: inline-block;
        font-family: 'Glyphter';
        font-size: 2rem;
        height: 38px;
        line-height: 1;
        text-align: center;
        width: 38px;
    }
    .em-topcart-qty {
        background-color: #ffffff;
        color: #D08042;
    }
    .em-topcart-qty {
        border-radius: 100%;
        font-size: 9px;
        left: 36%;
        padding: 0 4px;
        position: absolute;
        top: 28px;
    }
    #suche {
        position: absolute;
        right: 60px;
        width: 300px;
    }
    #suche img {
        background: #D08042;
        padding: 5px 5px 6px 5px;
        border-radius: 3px;
    }
    .special {
        background: url(../images/special.jpg) no-repeat;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 16px;
        margin: 0 0 0 20px;
        position: absolute;
        width: 190px;
    }
    .special a {
        text-decoration: none;
        color: #000;
    }
    .special a:hover {
        color: #D08042;
    }
    .dashed {
        padding: 25px 0 0 0;
        height: 2px;
        border-image: url(../images/border-rund-mittel-abstand.png) 16 17 16 17 round round;
        border-style: solid;
        border-width: 0 0 18px;
    }
    .dashed-a {
        height: 2px;
        border-image: url(../images/border-rund-mittel-abstand.png) 16 17 16 17 round round;
        border-style: solid;
        border-width: 0 0 18px;
    }
    .dashed2-a {
        padding: 25px 0 0 0;
        height: 2px;
        border-top: 2px dashed #7c5a3f;
    }
    .logo {
        margin: 0 0 0 42%;
    }
    .inner {
        width: 960px;
        margin: auto;
    }
    .inner-2 {
        width: 780px;
        margin: auto;
    }
    .inner-3 {
        width: 600px;
        margin: auto;
    }
    #slider {
        background: #fff;
        box-shadow: 0 1px 6px #9d9d9d inset;
    }
    #produkte {
        background: url(../images/bg.jpg);
        padding: 0 0 25px 0;
        position: relative;
        z-index: 999;
    }
    #produkte .inner-2 {
        position: relative;
        z-index: 99999;
        padding: 30px 0;
    }
    .col-1 {
        position: relative;
        background: #fff;
        margin: 6px;
        width: 180px;
        height: 180px;
        float: left;
        border-radius: 5px;
    }
    .col-info {
        border-image: url(../images/border-rund-mittel-abstand.png) 16 16 16 16 round round;
        background: #fff;
        border-style: solid;
        border-width: 11px;
        width: 100%;
        height: 180px;
        overflow: hidden;
        border-radius: 5px;
    }
    .col-info img {
        position: relative;
        left: 0;
        cursor: pointer;
    }
    .col-info img:hover {
        left: -330px;
        transition: 2s ease 0s;
    }
    .col-info img.desktop-2:hover {
        left: 0;
        transition: none;
    }
    .col-1b {
        border: 1px dashed #7c5a3f;
        width: 220px;
        margin: 10px;
        float: left;
        text-align: center;
    }
    .col-1c {
        border-image: url(../images/border-rund-mittel-abstand.png) 16 16 16 16 round round;
        border-style: solid;
        border-width: 14px;
        border-radius: 5px;
        width: 220px;
        margin: 20px 25px 0 0;
        float: left;
        color: #686767;
        text-align: center;
    }
    .col-info-c > p {
        display: inline-block;
    }
    .col-1c:nth-child(4),
    .col-1c:nth-child(8) {
        border-image: url(../images/border-rund-mittel-abstand.png) 16 16 16 16 round round;
        border-style: solid;
        border-width: 14px;
        border-radius: 5px;
        width: 220px;
        margin: 20px 0 0 0;
        float: left;
        text-align: center;
    }
    .hover {
        margin: 20px 20px 0 0!important;
        transition: left 0.4s ease-in-out 0s, top 0.4s ease-in-out 0.4s;
        overflow: hidden;
    }
    .hover:hover {
        opacity: 0.6;
        transition: 0.6s ease 0s;
        cursor: pointer;
    }
    .col-1b p {
        font-weight: 700;
    }
    p.price {
        margin: 0 0 16px 12px;
        font-weight: 700;
    }
    .col-1d a {
        text-decoration: none;
    }
    .col-1d p.price {
        font-size: 40px;
        line-height: 44px;
        color: #d08042;
    }
    .col-1d button {
        background: #d08042 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        margin: 20px 0 0;
        padding: 12px;
        width: 100%;
    }
    .col-1d button:hover {
        background: #000;
        transition: 0.8s ease 0s;
    }
    .col-1d .margin {
        margin-right: 10px;
    }
    .col-info-b {
        width: 100%;
    }
    .col-info-c {
        width: 100%;
    }
    .col-1b img {
        width: 100%;
    }
    .col-1c img {
        width: 100%;
    }
    img.skala {
        width: 80%;
    }
    .col-1d {
        width: 350px;
        float: left;
    }
    .col-1e {
        width: 500px;
        float: left;
    }
    img.left {
        left: -515px;
        position: relative;
        top: 120px;
    }
    img.right {
        left: 0;
        position: relative;
        top: 120px;
    }
    .zoom-ico {
        background: url(../images/ico_zoom.png) no-repeat;
        display: inline-block;
        height: 68px;
        width: 120px;
        position: absolute;
        z-index: 9999;
        margin-top: -130px;
        margin-left: -148px;
        opacity: 0;
    }
    .hover:hover .zoom-ico {
        opacity: 1;
        transition: 0.6s ease 0s;
    }
    .col-1d:nth-child(1) {
        margin: 0 110px 0 0;
    }
    .col-1d p {
        margin: 0 0 12px 0;
    }
    .col-detail {
        border: 2px dashed #7c5a3f;
        border-radius: 5px;
        float: left;
        height: 119px;
        margin: 10px 10px 0 0;
        width: 119px;
    }
    p.abstand {
        margin: 10px 0 0 0;
    }
    #tooltip {
        position: fixed;
        z-index: 9999;
        right: 20px;
        top: 350px;
        font-size: 16px;
        width: 270px;
        cursor: pointer;
    }
    .tab {
        margin: 0 0 6px 0;
        display: block;
        box-shadow: 0 2px 3px #313131;
    }
    .tab-1 div {
        background: url(../images/bg-weiss.jpg);
        margin: 0 0 0 70px;
        padding: 28px 0 0 0;
        height: 80px;
    }
    .tab-2 div {
        background: url(../images/bg-weiss.jpg);
        margin: 0 0 0 70px;
        padding: 28px 0 0 0;
        height: 80px;
    }
    .tab a {
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
    }
    .tab img {
        float: left;
    }
    .tab-1 {
        transform: translate3d(210px, 0px, 0px);
        -webkit-transform: translate3d(210px, 0px, 0px);
        -moz-transform: translate3d(210px, 0px, 0px);
        -ms-transform: translate3d(210px, 0px, 0px);
        -o-transform: translate3d(210px, 0px, 0px);
        transition: transform 0.8s ease 0s;
        -webkit-transition: 0.8s ease 0s;
        -moz-transition: 0.8s ease 0s;
        -ms-transition: 0.8s ease 0s;
        -o-transition: 0.8s ease 0s;
        height: 80px;
    }
    .tab-1:hover {
        transform: translate3d(20px, 0px, 0px);
        -webkit-transform: translate3d(20px, 0px, 0px);
        -moz-transform: translate3d(20px, 0px, 0px);
        -ms-transform: translate3d(20px, 0px, 0px);
        -o-transform: translate3d(20px, 0px, 0px);
    }
    .tab-2 {
        transform: translate3d(210px, 0px, 0px);
        -webkit-transform: translate3d(210px, 0px, 0px);
        -moz-transform: translate3d(210px, 0px, 0px);
        -ms-transform: translate3d(210px, 0px, 0px);
        -o-transition: transform 0.8s ease 0s;
        -webkit-transition: 0.8s ease 0s;
        -moz-transition: 0.8s ease 0s;
        -ms-transition: 0.8s ease 0s;
        -o-transition: 0.8s ease 0s;
        height: 80px;
    }
    .tab-2:hover {
        transform: translate3d(20px, 0px, 0px);
        -webkit-transform: translate3d(20px, 0px, 0px);
        -moz-transform: translate3d(20px, 0px, 0px);
        -ms-transform: translate3d(20px, 0px, 0px);
        -o-transform: translate3d(20px, 0px, 0px);
    }
    img.rate {
        margin: auto;
        width: auto;
    }
    #produkte-auswahl .col-info {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    #produkte-auswahl .col-info img {
        position: relative;
        left: 0;
        cursor: pointer;
    }
    #produkte-auswahl .col-info img:hover {
        left: -440px;
        transition: 2s ease 0s;
    }
    #produkte-auswahl h2 {
        font: 400 16px / 22px 'Open Sans', sans-serif;
    }
    #tabs-1 img {
        bottom: -17px;
        position: relative;
    }
    .color {
        margin: 0 20px 0 0;
    }
    .col input {
        border: 1px solid #e8e8e8;
        color: #8a8a8a;
        font-size: 14px;
        line-height: 25px;
        padding: 6px 12px 3px;
        position: relative;
        text-align: center;
        top: 0;
        width: 20%;
    }
    a.qty {
        border: 1px solid #e8e8e8;
        color: #686767;
        font-size: 20px;
        font-weight: 400;
        line-height: 35px;
        text-align: center;
        text-decoration: none;
        width: 12%;
    }
    a.qty:hover {
        background: #D08042;
        color: #fff;
    }
    fieldset {
        border: 0;
    }
    label {
        display: block;
    }
    select {
        width: 100%;
    }
    .overflow {
        height: 200px;
    }
    .layout-inline > * {
        display: inline-block;
    }
    .col-info p {
        position: relative;
        margin-top: -30px;
        width: 165px;
        text-align: center;
        color: #000;
        font-size: 16px;
    }
    #produkte-auswahl {
        background: #fff;
        padding: 0 0 200px 0;
        color: #686767;
    }
    #teaser {
        background: #fff;
        box-shadow: 0 1px 6px #9d9d9d inset;
    }
    #teaser .inner {
        padding: 50px 0;
    }
    #teaser p {
        text-align: center;
        margin: 0 0 12px 0;
    }
    #teaser h2 {
        margin: 0 0 22px;
        text-align: center;
    }
    .col-3 {
        float: left;
        width: 300px;
        text-align: center;
    }
    .middle {
        margin: 0 30px;
    }
    .middle p {
        border-right: 1px dashed black;
        border-left: 1px dashed black;
        padding: 0 15px;
    }
    #slider-2 {
        height: 450px;
    }
    #galerie {
        background: #fff;
        box-shadow: 0 1px 6px #9d9d9d inset;
    }
    #galerie .inner {
        padding: 50px 0;
    }
    .col-4 {
        width: 480px;
        float: left;
    }
    .item {
        float: left;
        margin: 0 10px 0 0;
    }
    .item a {
        text-decoration: none;
        color: #fff;
        font-size: 30px;
        text-align: center;
        transition: 0.8s ease 0s;
        -webkit-transition: 0.8s ease 0s;
        -moz-transition: 0.8s ease 0s;
        -ms-transition: 0.8s ease 0s;
        -o-transition: 0.8s ease 0s;
    }
    .item a:hover {
        color: #006534;
    }
    .item.bg > p {
        padding: 26px 0 0 22px;
    }
    .item.bg strong {
        text-transform: uppercase;
    }
    a.readmore {
        color: #D08042;
        font-size: 12px;
        font-weight: 700;
    }
    img.profil {
        float: left;
        padding: 0 10px 0 0;
    }
    .col-4.left .item.bg {
        background: #f5f5f5 none repeat scroll 0 0;
        width: 468px;
    }
    .col-4.left .item.bg img,
    .col-4.left .item.bg p {
        float: left;
    }
    .col-4.right .item {
        background: #f5f5f5 none repeat scroll 0 0;
        height: 202px;
        padding: 10px 10px 0;
        width: 220px;
    }
    .item.first {
        background: none!important;
        border: none!important;
        width: auto!important;
        padding: 0!important;
        height: auto!important;
    }
    .item p {
        width: 200px;
        margin: 0 0 16px 0;
    }
    .italic {
        font-style: italic;
    }
    strong,
    .big {
        font-weight: 700;
    }
    .overlay {
        background: rgba(208, 128, 66, 0.6);
        opacity: 0;
        height: 300px;
        width: 450px;
        position: absolute;
        color: #fff!important;
    }
    .overlay:hover {
        opacity: 1;
        transition: 0.8s ease 0s;
    }
    .overlay p {
        position: relative;
        width: 350px;
        top: 28%;
        left: 10%;
        font-weight: 300;
        font-size: 24px;
        line-height: 30px;
    }
    .overlay span.icons {
        font-size: 42px;
        line-height: 64px;
    }
    .last {
        background: url(../images/ped.jpg) no-repeat;
        height: 251px;
        width: 470px;
        color: #fff;
        margin: 10px 0 0 0;
        text-shadow: 1px 1px 3px #686767;
    }
    .last p {
        width: 90%;
        margin: 0 5%;
        line-height: 20px;
        text-align: center;
    }
    .last h2 {
        color: #fff;
        text-align: center;
        padding: 20px 0 12px 0;
    }
    .first {
        margin: 0 0 6px 0;
    }
    /*Slider Anfang*/
    
    .slider-1,
    .slider-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 450px;
    }
    ul.bxslider.slider-1 .slider-1-img-1,
    ul.bxslider.slider-1 .slider-1-img-2,
    ul.bxslider.slider-1 .slider-1-img-3,
    ul.bxslider.slider-1 .slider-1-img-4,
    ul.bxslider.slider-1 .slider-1-img-5,
    ul.bxslider.slider-1 .slider-1-img-6,
    ul.bxslider.slider-1 .slider-1-img-9,
    ul.bxslider.slider-2 .slider-2-img-1 {
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50% 50%;
        -webkit-transition: background-size 0.275s ease-in-out;
        transition: background-size 0.275s ease-in-out;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .slider-1-img-2 {
        background-image: url(../images/slider-03.jpg);
    }
    .slider-1-img-3 {
        background-image: url(../images/slider-04.jpg);
    }
    .slider-1-img-4 {
        background-image: url(../images/slider-05.jpg);
    }
    .slider-1-img-5 {
        background-image: url(../images/slider-06.jpg);
    }
    .slider-1-img-6 {
        background-image: url(../images/slider-07.jpg);
    }
    .slider-1-img-9 {
        background-image: url(../images/slider-09.jpg);
    }
    .box:hover {
        background-size: 100%;
    }
    .box .box-info {
        background: rgba(255, 255, 255, 0.7);
        box-sizing: border-box;
        height: 450px;
        width: 100%;
        -webkit-transition: opacity 0.45s ease-in-out;
        transition: opacity 0.45s ease-in-out;
        text-align: center;
        padding: 7% 0 0;
        font-weight: 900;
        font-size: 30px;
        font: 400 45px / 42px 'Dancing Script', sans-serif;
        color: #D08042;
        opacity: 0;
    }
    .box .box-info img {
        margin: 0 0 0 46%;
        padding: 0 0 20px 0;
    }
    .box .box-info:hover {
        opacity: 1;
    }
    .box-info p {
        font: 400 16px / 40px 'Open Sans', sans-serif;
        color: #d08042;
    }
    .box-info .big {
        font-size: 26px;
    }
    .slider-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 450px;
        width: 100%;
    }
    ul.bxslider.slider-2 .box-3,
    ul.bxslider.slider-2 .box-4 {
        height: 100%;
        /*        width: 33.333%;*/
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-transition: background-size 0.275s ease-in-out;
        transition: background-size 0.275s ease-in-out;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .box-3 {
        background-image: url(../images/slider-03.jpg);
        z-index: 9999;
    }
    .box-4 {
        background-image: url(../images/slider-02.png);
    }
    .box-2 .box-info-2 {
        background: rgba(255, 255, 255, 0.7);
        box-sizing: border-box;
        height: 450px;
        width: 100%;
        -webkit-transition: opacity 0.45s ease-in-out;
        transition: opacity 0.45s ease-in-out;
        text-align: center;
        padding: 11% 0 0;
        font-weight: 900;
        font-size: 30px;
        font: 400 45px / 42px 'Dancing Script', sans-serif;
        color: #D08042;
        opacity: 0;
    }
    .box-2 .box-info-2 img {
        margin: 0 0 0 46%;
        padding: 0 0 20px 0;
    }
    .box-2 .box-info-2:hover {
        opacity: 1;
    }
    .box-info-2 span {
        font: 400 16px / 22px 'Open Sans', sans-serif;
        color: #7B2913;
    }
    /*Anfang Landingspage*/
    
    #content {
        margin: 80px 0;
    }
    #content p {
        margin: 0 0 12px 0;
    }
    #content .block h2 {
        font: 700 16px / 24px 'Open Sans', sans-serif;
    }
    #content h1 {
        margin: 0 0 20px 0;
    }
    #content .block {
        float: left;
        width: 48%;
    }
    #content h3 {
        font-size: 16px;
        font-weight: 700;
        color: #d08042;
        margin: 20px 0 0 0;
    }
    #content .block:first-of-type,
    #content .block.first {
        margin: 0 4% 0 0;
    }
    #content a.button {
        background: #d08042;
        border-radius: 6px;
        color: #fff;
        margin: 0 20% 20px;
        padding: 8px 16px;
        width: 60%;
        text-decoration: none;
    }
    #content a.button:hover {
        background: #000;
        transition: 0.8s ease 0s;
    }
    #content .col-info-c > a {
        display: block;
        text-decoration: none;
    }
    #content .col-1c {
        width: 260px;
    }
    .kategorie {
        margin: 0 0 40px 0;
    }
    /*Ende Landingspage*/
    div.blog.relaunch{width:100%;}
    div.blog {
        width: 70%;
        margin: auto;
    }
    div.blog h2 {
        font: 700 18px / 24px 'Open Sans', sans-serif;
        margin: 20px 0 6px 0;
    }
    div.blog h2 a{color:#d08042; text-decoration: none;}
    .eintrag {
        padding: 25px;
        border: 2px solid #e8e8e8;
        margin: 15px 0 0 0;
    }
    div.blog a.button {
        margin: 10px 0 0 0!important;
        display: block;
        width: 100px!important;
    }
    .smplugins {
        background: #F5F4F0;
        padding: 11px 0 4px 15px;
        margin: 25px 0 0 0;
    }
    .fb_butt,
    .tw_butt,
    .gplus_butt {
        float: left;
        width: 22%;
    }
    .avatar.avatar-40.photo {
        float: right;
    }
    div.blog a.brown {
        text-decoration: none;
        margin: 20px 0 0 0;
        display: block;
        float: right;
    }
    #search {
        background: url(../images/bg-weiss.jpg);
        padding: 0 0 10px 20px;
        border-image: url("../images/border-rund-mittel-abstand.png") 16 17 16 17 round round;
        border-style: solid;
        border-width: 18px;
        border-radius: 15px;
        margin: 0 0 40px 0;
    }
    
 
    
    select.kategorie,
    select.sortieren {
        -moz-appearance: none;
        background: #fff url("../images/pfeil-unten.png") no-repeat scroll 95% center;
       border: 1px solid #d4d4d4;
        border-radius: 5px;
        color: #707070;
        cursor: pointer;
        height: 40px;
        margin: 12px 10px 0 0;
        outline: medium none;
        padding: 0 0 0 15px;
        text-transform: uppercase;
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
    select.kategorie {
        width: 60%;
    }
    select.sortieren {
        width: 30%;
    }
    select.kategorie option,
    select.sortieren option {
        border: none;
        box-shadow: none;
        padding: 15px 15px;
        background: #fff;
        outline: none;
    }
    #kommentare {
        margin: 20px 0 0 0;
        border: 2px solid #F5F4F0;
        padding: 25px 25px 0 25px;
    }
    .commentmetadata {
        font-size: 11px;
    }
    .commentmetadata a {
        color: #d08042;
        text-decoration: none;
    }
    #form1 {
        margin: 20px 0 0 0;
    }
    .text-input {
        font: 700 12px / 20px 'Open Sans', sans-serif;
        border-bottom: 1px solid;
        border-left: none;
        border-right: none;
        border-top: none;
        border-color: #ddd;
        margin: 0 10%;
        display: block;
        width: 80%;
        padding: 3%;
        height: 42px;
        outline: none;
        color: #a5a5a5;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    input#search {
        font: 700 12px / 20px 'Open Sans', sans-serif;
        border: 1px solid #cdcdcd;
        display: block;
        width: 250px;
        padding: 0 2%;
        height: 38px;
        outline: none;
        color: #a5a5a5;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .text-input:hover {
        border-color: #D08042;
    }
    input#sub_kontakt {
        background: none;
        border: 2px solid #D08042;
        position: absolute;
        right: 60px;
        bottom: 0;
        margin-bottom: 6px;
        font-weight: 700;
        color: #D08042;
    }
    input#sub_search {
        background: #D08042 url(../images/search.png) center center no-repeat;
        position: absolute;
        right: 40px;
        top: 0px;
        font-weight: 700;
        color: #D08042;
    }
    .submit {
        padding: 6px 15px;
        cursor: pointer;
        border: none;
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    #sub_search {
        height: 38px;
    }
    input#sub_kontakt:hover {
        background: #D08042;
        color: #fff;
    }
    #form1 div {
        position: relative;
    }
    #status_message_ok,
    #status_message_error {
        background: #DCEBD0;
        border: 1px solid #B2C0A2;
        display: none;
        height: auto;
        margin-bottom: 45px;
    }
    #status_message_ok strong,
    #status_message_error strong {
        font-size: 15px;
        display: inline-block;
        margin-bottom: 5px;
    }
    #status_message_ok span,
    #status_message_error span {
        display: block;
        font-size: 13px;
        padding: 15px;
    }
    label.error {
        font-size: 10px;
        margin: 0;
        font-style: italic;
        padding: 4px 12px;
        display: block;
        background: rgb(228, 19, 19);
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    input.error {
        border-color: rgb(228, 19, 19) !important;
    }
    footer {
        background: url(../images/bg-weiss.jpg);
        color: #000;
    }
    footer a {
        color: #000;
        text-decoration: none;
        transition: 0.8s ease 0s;
        -webkit-transition: 0.8s ease 0s;
        -moz-transition: 0.8s ease 0s;
        -ms-transition: 0.8s ease 0s;
        -o-transition: 0.8s ease 0s;
    }
    footer a:hover {
        color: #D08042;
        text-decoration: underline;
    }
    footer h3 {
        font: 700 16px / 22px 'Open Sans', sans-serif;
        color: #D08042;
        text-transform: uppercase;
        margin: 0 0 18px 0;
    }
    .col-5 .icons {
        color: #D08042;
    }
    .pages .navigation .active {
        background: #D08042;
        padding: 8px 10px 6px 10px;
        /*        border-radius: 3px;*/
    }
    .pages .navigation .active:hover {
        background: #000;
        text-decoration: none!important;
    }
    a.square .icons {
        color: #fff!important;
    }
    a.square:hover .icons {
        color: #fff!important;
    }
    .col-5 {
        width: 220px;
        float: left;
        margin: 80px 20px 0 0;
    }

    .col-5 p:first-of-type {
        margin: 0 0 12px 0;
    }
    .col-5:nth-child(2) {
        text-align: right;
    }
    .col-6 {
        margin: 30px 0 0 0;
        padding: 0 0 50px 0;
        text-align: center;
    }
    .col-6 a {
        font-size: 12px;
    }
    .line {
        height: 2px;
        border-image: url("../images/border-rund-mittel-abstand.png") 16 17 16 17 round round;
        border-style: solid;
        border-width: 0 0 18px;
        width: 100%;
        margin: 15px 0;
    }
    #filter {
        margin: 30px 0 0 0;
    }
    #filter ul li {
        display: inline;
        margin: 0 20px 0 0;
        font-size: 14px;
        color: #686767;
    }
    #filter ul li a {
        color: #686767;
        text-decoration: none;
    }
    #filter ul li a:hover,
    #filter ul li a.active {
        color: #000;
        transition: 0.6s ease 0s;
    }
    #filter .count {
        vertical-align: super;
        font-size: 10px;
    }
    .filter {
        width: 220px;
        float: left;
        border: 1px solid #cdcdcd;
        margin: 0 0 0 160px;
    }
    .form-2 {
        margin: 0;
        width: 100%;
    }
    .filter-2 {
        width: 47.5%;
        float: left;
    }
    .filter-2.size {
        margin: 0 10px 0 0;
        width: 50% !important;
    }
    .filter-2:nth-child(1) {
        margin-right: 5%;
    }
    .breadcrumb {
        margin: 50px 0 50px 0;
    }
    p .green {
        color: #D08042;
        text-decoration: underline;
    }
    ul#size-menu li {
        text-align: center;
        height: 40px;
        padding: 10px 0 0 0;
        border-bottom: 1px solid #e8e8e8;
    }
    ul#size-menu li a img {
        width: 30px;
        height: 30px;
        text-align: right;
    }
    ul#size-menu li:nth-child(2) {
        background-image: url(../images/bulldog.png), url(../images/lineal.png);
        background-position: 20px center, 95% center;
        background-repeat: no-repeat;
    }
    ul#size-menu li:nth-child(3) {
        background-image: url(../images/spaniel.png), url(../images/lineal.png);
        background-position: 20px center, 95% center;
        background-repeat: no-repeat;
    }
    ul#size-menu li:nth-child(4) {
        background-image: url(../images/labrador.png), url(../images/lineal.png);
        background-position: 20px center, 95% center;
        background-repeat: no-repeat;
    }
    ul#size-menu li:nth-child(5) {
        background-image: url(../images/bernese.png), url(../images/lineal.png);
        background-position: 20px center, 95% center;
        background-repeat: no-repeat;
    }
    ul#size-menu li:nth-child(6) {
        background-image: url(../images/dogge.png), url(../images/lineal.png);
        background-position: 20px center, 95% center;
        background-repeat: no-repeat;
    }
    ul#color-menu li {
        border-bottom: 1px solid #e8e8e8;
        height: 40px;
    }
    ul#color-menu li:nth-child(2) {
        background: url(../images/rosa.png) no-repeat right center;
    }
    ul#color-menu li:nth-child(3) {
        background: url(../images/gruen.png) no-repeat right center;
    }
    ul#color-menu li:nth-child(4) {
        background: url(../images/grau.png) no-repeat right center;
    }
    ul#color-menu li:nth-child(5) {
        background: url(../images/braun.png) no-repeat right center;
    }
    ul#color-menu li:nth-child(6) {
        background: url(../images/schwarz.png) no-repeat right center;
    }
    .col.col-qty.layout-inline {
        margin: 0 0 25px;
    }
    #tabs {
        margin: 50px 0 0 0;
    }
    #tabs ul li {
        font-size: 16px;
        height: 60px!important;
        background: #fff!important;
    }
    #tabs ul li.ui-tabs-active a {
        background: #fff;
        font-weight: 700;
        border-color: #e8e8e8 #e8e8e8 #ffffff;
        border-style: solid;
        border-width: 2px;
    }
    #tabs ul li a {
        cursor: pointer;
        padding: 20px;
    }
    #tabs-1,
    #tabs-2,
    #tabs-3 {
        padding: 20px;
    }
    table th {
        font: 400 22px / 26px 'Dancing Script', sans-serif;
        color: #D08042;
        height: 50px;
    }
    table tr:nth-child(2n) {
        background: #e8e8e8;
    }
    table td {
        padding: 5px 15px;
    }
    td:nth-child(4) {
        width: 15%;
    }
    .pages {
        margin: 30px 0 0 0;
    }
    .pages a, .pages span {
        text-decoration: none;
        padding: 5px;
        color: #686767!important;
    }
    .pages a:hover, .pages span:hover {
        color: #D08042!important;
    }
    .pages a.square, .pages span.square {
        color: #fff!important;
    }
    .pages a.square:hover, .pages span.square:hover, .pages span.square {
        background: #D08042!important;
    }
    a.square, span.square {
        transition: all 0.8s ease 0s;
    }
    .rating {
        unicode-bidi: bidi-override;
        direction: rtl;
        width: 90px;
    }
    .rating span {
        display: inline-block;
        position: relative;
        width: 1em;
        font-size: 15px;
        cursor: pointer;
        color: #686767;
    }
    .rating span:hover:before,
    .rating span:hover ~ span:before {
        content: "\2605";
        position: absolute;
        color: #F8B01F;
        text-shadow: 0 0 1px #e8e8e8;
    }
    .rating .filled:before {
        content: "\2605";
        position: absolute;
        color: #F8B01F;
        text-shadow: 0 0 1px #e8e8e8;
    }
    .bewerten {
        width: 90%;
        margin: 0 5% 5% 5%!important;
    }
    #tabs h2 {
        font: 400 26px / 30px 'Dancing Script', sans-serif;
        color: #D08042;
        margin: 20px 0 0 5%;
    }
    #tabs-1 h2 {
        margin: 0;
    }
    .fb h2 {
        margin: 15px 0 10px 8px !important;
    }
    .produkte {
        margin: 30px 0 0 0;
    }
    .produkte h2 {
        padding: 0 0 15px 0;
        border-bottom: 2px solid #e8e8e8;
    }
    .inner_full {
        width: 100%;
        position: relative;
        text-align: center;
        object-fit: fill;
    }
    .start_gallery {
        position: absolute;
        z-index: 105;
        left: 0;
        top: 25%;
        text-align: center;
        width: 100%;
    }
    a.btn span {
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
    }
    a.btn span {
        display: inline-block;
        padding: 10px 26px;
        color: #fff;
        font-size: 18px;
        background: #D08042;
        border-radius: 5px;
        margin-top: 14px;
        text-decoration: none;
    }
    a.btn-close {
        width: 78px;
        height: 78px;
        background: url("../images/ico_close.png") center 300px no-repeat;
        display: none;
        opacity: 0;
        padding: 400px 30% 0 0;
        text-indent: -999px;
        text-decoration: none;
    }
    a.btn-close:hover {
        opacity: 0.8;
    }
    img.slide {
        width: 100%;
        min-width: 768px;
    }
    .gallery-pager {
        display: none;
    }
    #prev,
    #next,
    #prev-gal,
    #next-gal {
        width: 45px;
        height: 138px;
        text-indent: -9999px;
        position: absolute;
        top: 260px;
        cursor: pointer;
        z-index: 999;
    }
    #prev-gal {
        right: 50px;
        background: url("../images/arrow-right-inverse.png") left top no-repeat;
        top: 50%;
    }
    #next-gal {
        left: 50px;
        background: url("../images/arrow-left-inverse.png") left top no-repeat;
        top: 50%;
    }
    #prev-gal:hover {
        background: url("../images/arrow-right-inverse.png") left bottom no-repeat;
    }
    #next-gal:hover {
        background: url("../images/arrow-left-inverse.png") left bottom no-repeat;
        top: 50%;
    }
    .cycle-pager {
        cursor: pointer;
    }
    .textbox:hover {
        opacity: 1;
    }
    .text {
        text-align: center;
        color: #fff;
        font-size: 18px;
    }
    .textbox {
        width: 181px;
        height: 181px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        border-radius: 5px;
        background-color: rgba(208, 128, 66, 0.8);
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    .textbox > img {
        padding: 35px 0 0 36%;
    }
    .cycle2,
    .cycle3,
    .cycle4,
    .cycle5,
    .cycle6 {
        display: none;
    }
    .produktinfo {
        border-image: url(../images/border-rund-mittel-abstand.png) 16 17 16 17 round round;
        border-style: solid;
        border-width: 18px;
        margin: 30px 0 0 0;
    }
    .blogbild {
        width: 30%;
        float: left;
    }
    .blogbild img {
        width: 100%;
        display: block;
    }
    .information {
        width: 70%;
        float: left;
        padding: 20px 0 0 30px;
    }
    .information h3 {
        color: #d08042;
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 18px 0;
    }
    .information p {
        margin: 0 0 12px 0;
    }
    .information a {
        color: #d08042;
    }
    .ui-tabs-vertical {
        width: 55em;
    }
    .ui-tabs-vertical .ui-tabs-nav {
        padding: .2em .1em .2em .2em;
        float: left;
        width: 13em;
    }
    .ui-tabs-vertical .ui-tabs-nav li {
        clear: left;
        width: 100%;
        border-bottom-width: 1px !important;
        border-right-width: 0 !important;
        margin: 0 -1px .2em 0;
    }
    .ui-tabs-vertical .ui-tabs-nav li a {
        display: block;
    }
    .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
        padding-bottom: 0;
        padding-right: .1em;
        border-right-width: 1px;
    }
    .ui-tabs-vertical .ui-tabs-panel {
        padding: 1em;
        float: right;
        width: 40em;
    }
    .tabs-2 {
        border: 0!important;
        border-bottom: 0!important;
        width: 100%;
        margin: 30px 0 0 0;
    }
    .tabs-2 img {
        display: block;
        bottom: auto!important;
        margin: auto;
        padding: 0 0 10px 0;
    }
    .tabs-2 ul li {
        height: auto!important;
        margin: 0 0 10px 0!important;
        font-size: 16px;
    }
    .tabs-2 ul li a {
        border-image: url("../images/border-rund-mittel-abstand.png") 16 17 16 17 round round;
        border-style: solid;
        border-width: 18px;
        border-radius: 20px;
        height: 150px;
        padding: 25px 0 0 0!important;
        text-align: center;
        width: 168px;
        box-shadow: 0 2px 3px #313131
    }
    .tabs-2 li.ui-tabs-active a {
        background: #ededed;
    }
    .tabs-2 .ui-tabs-panel {
        border: none;
        width: 700px;
        float: left;
        margin: 0 0 0 40px;
    }
    .tabs-2 h2,
    .tabs-2 p {
        margin: 0 0 12px 0!important;
    }
    .tabs-2 h2 {
        font-size: 22px!important;
        line-height: 28px!important;
    }
    .tabs-2 h3 {
        font-size: 13px!important;
        font-weight: 700;
        margin: 20px 0 12px 0;
        color: #d08042;
    }
    .brown {
        color: #d08042;
    }
    ul.check {
        margin: 0 0 12px 0;
    }
    ul.check li {
        list-style-image: url(../images/check.png);
        font-size: 13px;
        line-height: 22px;
        margin: 0 0 0 25px!important;
        width: auto!important;
    }
    .tabs-2 .bx-controls {
        display: none!important;
    }
    .bxslider-3 li img {
        width: 500px!important;
        height: auto!important;
        margin: 0;
    }
    img.pflege {
        margin: 0;
        padding: 0;
    }
    .tabs-2 a.button {
        background: #D08042;
        color: #fff;
        text-decoration: none;
        padding: 10px 40px;
        position: relative;
        top: 40px;
    }
    .tabs-2 a.button:hover {
        background: #000;
        transition: 0.8s ease 0s;
    }
    @media screen and (min-width: 960px) {
        .smart {
            display: none;
        }
    }
    @media screen and (max-width: 960px) {
        img.slide {
            bottom: 0;
            left: 0;
            margin: auto;
            min-height: 50%;
            min-width: 50%;
            position: absolute;
            right: 0;
            top: 0;
        }
        .inner {
            width: 90%;
        }
        .logo {
            margin: 0 0 20px 40%;
            padding: 80px 0 0;
        }
        .desktop {
            display: none;
        }
        .col-1 {
            width: 30.9%;
            height: auto;
            margin: 1.0416666667%;
        }
        .col-info {
            height: auto;
            padding: 0 0 20px;
        }
        .col-info img {
            position: relative;
            left: auto;
            cursor: pointer;
            margin: 0 10%;
            width: 80%;
        }
        .col-info img:hover {
            left: auto;
        }
        .col-info p {
            width: 100%;
            margin-top: -15px;
        }
        .col-1c {
            margin: 20px 2.6% 0 0;
        }
        .col-1c,
        .col-1c:nth-child(4),
        .col-1c:nth-child(6) .col-1c:nth-child(8) {
            width: 23%;
            margin: 20px 0 0 0;
        }
        img.right,
        img.left {
            display: none;
        }
        .col-1d,
        .col-1e {
            width: 48%;
        }
        .col-1d:nth-child(1) {
            margin: 0 4% 0 0;
        }
        .col-info-d > img {
            width: 100%;
        }
        #slider-2,
        .slider-1,
        .slider-2,
        .box .box-info,
        .box-2 .box-info-2 {
            height: 350px;
        }
        .box .box-info img {
            margin: 0 0 0 43%;
        }
        .col-3 {
            width: 80%;
            margin: 15px 10%;
        }
        .middle p {
            border: 0;
        }
        .col-4 {
            width: 49%;
        }
        .col-4.left {
            margin: 0 1% 0 0;
        }
        .col-4.left .item.bg {
            width: 100%;
        }
        .item.bg > img {
            width: 50%;
        }
        .item p {
            width: 50%;
        }
        .last {
            width: 100%;
        }
        .item.last > p {
            width: 90%;
        }
        .col-4.right .item {
            width: 100%;
        }
        .item.first > img {
            width: 100%;
        }
        .item p.italic,
        .item p.user {
            width: 100%;
        }
        .overlay {
            height: 7.7%;
            width: 44.1%;
        }
        .col-4.right .item {
            height: 100%;
        }
        .col-5 {
            width: 31.25%;
            margin: 80px 2.0833333333% 0 0;
        }
        input#sub_kontakt {
            right: 11%;
            margin-bottom: 5px;
        }
        #galerie .bx-wrapper .bx-pager {
            right: 0;
        }
        .overlay p {
            position: relative;
            width: 350px;
            top: 26%;
            left: 6%;
            font-weight: 300;
            font-size: 24px;
            line-height: 30px;
        }
        .col-1 {
            background: none;
        }
        .cycle-pager img {
            height: auto;
            width: 100%;
        }
        .textbox {
            width: 100%;
            height: 97%;
        }
        .textbox img {
            width: auto;
            height: auto;
        }
        a.btn-close {
            padding: 400px 30% 0 0;
        }
        .tabs-2 {
            width: 100%;
        }
        .tabs-2 .ui-tabs-panel {
            width: 70%;
        }
        .tabs-2 img {
            width: 100%;
        }
        .ui-tabs-vertical .ui-tabs-nav,
        .ui-tabs-vertical .ui-tabs-nav img {
            width: auto;
        }
        .tabs-2 ul li a {
            height: 120px;
            padding: 15px 0 0 !important;
            text-align: center;
            width: 120px;
        }
    }
    @media screen and (max-width: 830px) {
        .box .box-info:hover,
        .box .box-info-2:hover {
            opacity: 0;
        }
        .col-4 {
            width: 100%;
        }
        .col-4.left {
            margin: 0;
        }
        .item.bg > img {
            width: 30%;
        }
        .item p {
            width: 70%;
        }
        .last {
            width: 100%;
            background: url(../images/ped.jpg) no-repeat center center/ cover;
        }
        .text-input {
            padding: 2%;
        }
        input#sub_kontakt {
            right: 12%;
        }
        .item.first {
            display: none;
        }
        .bxslider-2 {
            margin: 10px 0 0 0;
        }
    }
    @media screen and (max-width: 768px) {
      .navigation--entry.entry--service{display:none;}
      .menu-inner .service--entry.navigation--entry{display:block; }
        .inner-2,
        .inner-3 {
            width: 100%;
        }
        img.logo {
            margin: 15px 0 20px 35%;
            padding: 0;
            width: 30%;
        }
        .start_gallery {
            display: none;
        }
        #suche {
            top: 40px;
            right: 100px;
        }
        #warenkorb {
            right: 20px;
            top: 43px;
        }
        input#search {
            width: 87%;
        }
        #slider-2 {
            display: none;
        }
        #teaser .inner {
            padding: 30px 0;
        }
        .col-1c {
            margin: 20px 2.5% 0 0;
        }
        .col-1c,
        .col-1c:nth-child(4),
        .col-1c:nth-child(8) {
            width: 31.6%;
            margin: 20px 2.5% 0 0;
        }
        .col-1c:nth-child(3),
        .col-1c:nth-child(6),
        .col-1c:nth-child(8) {
            margin: 20px 0 0 0;
        }
        #content .col-1c:nth-child(6) {
            margin: 20px 2.5% 0 0;
        }
        #content .block {
            float: none;
            width: 100%;
        }
        .col-1d {
            width: 100%;
            float: none;
        }
        .col-1d:nth-child(1) {
            margin: 0 0 40px 0;
        }
        #tooltip {
            display: none;
        }
        .produktansicht {
            display: table;
        }
        .col-1d {
            float: none;
            display: table-footer-group;
        }
        .col-1e {
            float: none;
            display: table-header-group;
        }
    }
    @media screen and (max-width: 680px) {
      div.blog{width:100%;}
        footer .inner{text-align: center;}
        .col-5 {
            width: 100%;
            margin: 30px 0 0 0;
        }
        .col-6 {
            text-align: left;
        }
        #content .col-1c {
            width: 45%;
        }
        
        
        
    }
    @media screen and (max-width: 580px) {
        .col-1c {
            margin: 20px 2.5% 0 0;
        }
        .col-1c,
        .col-1c:nth-child(3),
        .col-1c:nth-child(4),
        .col-1c:nth-child(8) {
            width: 47.5%;
            margin: 20px 5% 0 0;
        }
        .col-1c:nth-child(2),
        .col-1c:nth-child(4),
        .col-1c:nth-child(6),
        .col-1c:nth-child(8) {
            margin: 20px 0 0 0;
        }
        .filter-2 {
            width: 100%;
            float: none;
        }
        .col {
            width: 100%;
        }
        .col input {
            width: 25%;
        }
        table th {
            width: 100%;
            text-align: left;
        }
        /*
        .size-2 {
            position: relative;
            width: 100px;
        }

        .size-2:before {
            position: absolute;
            top: 0;
            left: 0;
            content:"";
            background: green url(../images/lineal.png) no-repeat;
            width: 40px;
            height: 40px;
        }
*/
    }
    @media screen and (max-width: 460px) {
      #search{padding:0; margin;0;}
      #search select{width:100%; margin:0 0 20px 0; display:block; float:none;}
      #search #search_submit{width:100%; margin:0; display:block; float:none;}
        .col-1 {
            margin: 1%;
            width: 48%;
        }
        .col-1c,
        .col-1c:nth-child(3),
        .col-1c:nth-child(4),
        .col-1c:nth-child(8) {
            margin: 20px 0 0 0;
            width: 100%;
        }
        .blogbild {
            display: none;
        }
        .information {
            width: 100%;
            float: none;
        }
        
    }
    @media screen and (max-width: 360px) {
        .col-info p {
            font-size: 12px;
        }
        #content .col-1c {
            width: 100%;
            float: none;
        }
    }
    
    
/**
 * 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;
	padding: 0;
	*zoom: 1;
}

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

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

.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: 9;
}

/* PAGER */

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

#galerie .bx-wrapper .bx-pager {
	text-align: left;
	font-size: .85em;
    line-height: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
    position: absolute;
    right: -15px;
    width: 15px;
    top: 157px;
}

.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 {
	display: none;
}

#galerie .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
}


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

/* DIRECTION CONTROLS (NEXT / PREV) */

#slider-2 .bx-wrapper .bx-prev, #slider .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/pfeil-l.png) no-repeat;
}

#slider-2 .bx-wrapper .bx-next, #slider .bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/pfeil-r.png) no-repeat;
}

#galerie .bx-wrapper .bx-prev, #galerie .bx-wrapper .bx-next {
	display: none;
}

#slider-2 .bx-wrapper .bx-controls-direction a, #slider .bx-wrapper .bx-controls-direction a  {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 37px;
	height: 73px;
	text-indent: -9999px;
	z-index: 10;
}

.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: #666\9;
	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 screen and (max-width: 960px) {
    .bx-controls.bx-has-pager.bx-has-controls-direction {
        display: none;
    }
}



.menu {
    background: #fff;
    box-shadow: 0 1px 6px #9d9d9d inset;
    margin: 20px 0 0;
    padding: 10px 0;
}
.menu-checkbox {
    display: none;
}
.menu label.menu-toggle {
    display: none;
}
.menu ul {
    text-align: center;
}
.menu ul li {
    display: inline;
    margin: 0 10px 0 0;
    font-size: 16px;
    line-height: 42px;
    padding: 20px 3px 20px 6px;
}
.menu-inner li:last-child {
    margin: 0;
}
.menu ul li.meaning {
    background: url(../images/star.png) no-repeat center center;
}
.menu ul li.active {
    background: #D08042;
}
.menu ul li.active a,
.menu ul li.active a:hover {
    color: #fff;
}
.menu ul li a {
    text-decoration: none;
    color: #000;
}
.menu ul li a:hover {
    color: #D08042;
}
@media screen and (max-width: 768px) {
    * {
        margin: 0;
        padding: 0;
    }
    .menu ul li {
        display: inline;
        margin: 0;
        font-size: 16px;
        line-height: 42px;
        padding: 0;
    }
    #wrapper {
        height: calc(100% - 28px);
        overflow: hidden;
        width: 100%;
        position: relative;
    }
    label {
        cursor: pointer;
    }
    label:focus {
        outline: none;
    }
    .menu {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        background: url(../images/bg-weiss.jpg);
        -webkit-box-shadow: 4px 0px 5px -3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 4px 0px 5px -3px rgba(0, 0, 0, 0.3);
        box-shadow: 4px 0px 5px -3px rgba(0, 0, 0, 0.3);
        z-index: 999999;
        width: 240px;
        height: 100%;
        transform: translate3d(-240px, 0, 0);
        -moz-transform: translate3d(-240px, 0, 0);
        -webkit-transform: translate3d(-240px, 0, 0);
        -o-transform: translate3d(-240px, 0, 0);
        -ms-transform: translate3d(-240px, 0, 0);
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        -ms-transform: all 0.35s;
    }
    .menu-inner {
        background: #fff;
        width: 200px;
        height: 100%;
        border-image: url("../images/border-rund-mittel-abstand.png") 16 17 16 17 round round;
        border-style: solid;
        border-width: 0 18px 0 0;
    }
    .menu label.menu-toggle {
        position: absolute;
        right: -100px;
        width: 80px;
        height: 80px;
        top: 20px;
        line-height: 0px;
        display: block;
        padding: 0;
        text-indent: -9999px;
    }
    .menu-toggle {
        background: url(../images/menu.jpg) no-repeat;
    }
    .menu ul li > label {
        background: url(../images/pfeil.png) 95% 50%/15px 15px no-repeat;
    }
    .menu ul li a,
    .menu ul li label {
        display: block;
        text-align: center;
        padding: 0 10px;
        line-height: 60px;
        text-decoration: none;
        color: #000;
    }
    .menu ul li.active a,
    .menu ul li.active a:hover {
        color: #D08042;
    }
    .menu ul li a:hover,
    .menu ul li label:hover {
        color: #e6d9ce;
    }
    .menu p {
        font: 400 28px / 32px 'Dancing Script', sans-serif;
        text-align: center;
        color: #fff;
        padding: 20px 0 0 0;
    }
    /* hide inputs */
    .menu-checkbox {
        display: none;
    }
    /* hide navigation icon for sublabels */
    .menu .menu label.menu-toggle {
        background: none;
    }
    /* fade in checked menu */
    .menu-checkbox:checked + .menu {
        transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }
}
@media screen and (max-width: 768px) {
    #suche {
        display: none;
    }
    .menu label.menu-toggle {
        top: 32px;
    }
}
@media screen and (max-width: 480px) {
    .menu-toggle {
        background: url(../images/menu.jpg) no-repeat 50% 50% / contain;
    }
    .menu label.menu-toggle {
        right: -80px;
        top: 0;
    }
}


/* SWIPEBOX CSS */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../images/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.bloggallery{margin-top:20px;}
.gallery-type-2 img{width:48.0%; margin-right:2%}
.gallery-type-2 a:nth-of-type(2n) img{margin-right:0%}
.gallery-type-3 img{width:31.0%; margin-right:2%}
.gallery-type-3 a:nth-of-type(3n) img{margin-right:0%}
.gallery-type-4 img{width:23%; margin-right:2%}
.gallery-type-4 a:nth-of-type(4n) img{margin-right:0%}
.gallery-type-5 img{width:17.5%; margin-right:1.875%}
.gallery-type-5 a:nth-of-type(5n) img{margin-right:0%}

@media screen and (max-width: 480px) {
.gallery-type-3 a:nth-of-type(3n) img, .gallery-type-5 a:nth-of-type(5n) img, .gallery-type-2 img, .gallery-type-3 img, .gallery-type-4 img, .gallery-type-5 img{width:47.0%; margin-right:2%}
.gallery-type-2 a:nth-of-type(2n) img{margin-right:0%}

}

/* WP BLOCK STYLES */
@import url('../../../../wp-includes/css/dist/block-library/style.min.css') ;