/*----------------------------------*/
/* TEMPLATE MADE BY PIXELSAFARI.NET */
/*----------------------------------*/
/*ANIMATIONEN*/

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.tabcontent ol,
.tabcontent ul {
    padding-left: 20px;
    margin: 0;
    line-height: 1.5;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#wrapper {
    max-width: 1390px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    margin: 0 auto;
}

#gallery {
    width: 45%;
    float: left;
    margin-bottom: 40px;
}

#bigPic {
    min-height: 400px;
    text-align: center;
    border: 1px solid #dddddd;
    background-color: #f5f5f5;
}

#bigPic img {
    max-width: 100%;
}

.galleryThumbPadding {
    display: inline-block;
    width: 23.5%;
}

.galleryThumb:hover {
    cursor: pointer;
    opacity: 0.7;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

.galleryThumb {
    padding: 0 5px 0 5px;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

.galleryThumb img {
    max-width: 100%;
    border: 1px solid #dddddd;
}

#galleryNav {
    padding-top: 15px;
    text-align: center
}

#header {
    padding-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 39px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header h1:hover {
    color: #BF392B;
    cursor: default;
}

#header a,
#header a:visited {
    text-decoration: none;
    color: inherit;
}

.logoHelper {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.logoHelper img {
    max-width: 100%;
}

#navigation {
    padding: 10px 0 10px 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    text-align: center;
}

.navlist img,
.navlist a {
    max-height: 40px;
    margin-left: 1%;
    margin-right: 1%;
}

.bsItem,
.bsItem1,
.bsItem2,
.bsItem3,
.bsItem4 {
    width: 20%;
    font-family: 'raleway', open sans;
    font-weight: 300;
    text-align: center;
    margin-left: 2.1%;
    margin-right: 2.1%;
    border: 3px solid #C5C5C5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bsItem img,
.bsItem1 img,
.bsItem2 img,
.bsItem3 img,
.bsItem4 img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bsItem4 {
    margin-top: 8px;
}

.bsItem a,
.bsItem a:hover,
.bsItem a:visited,
.bsItem1 a,
.bsItem1 a:hover,
.bsItem1 a:visited,
.bsItem2 a,
.bsItem2 a:hover,
.bsItem2 a:visited,
.bsItem3 a,
.bsItem3 a:hover,
.bsItem3 a:visited,
.bsItem4 a,
.bsItem4 a:hover,
.bsItem4 a:visited {
    text-decoration: none;
    color: inherit;
}

.bsItem sup,
.bsItem1 sup,
.bsItem2 sup,
.bsItem3 sup,
.bsItem4 sup {
    font-size: 13px;
}

.bsItem:hover img,
.bsItem1:hover img,
.bsItem2:hover img,
.bsItem3:hover img,
.bsItem4:hover img {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bsItem:hover,
.bsItem1:hover,
.bsItem2:hover,
.bsItem3:hover. .bsItem4:hover {
    cursor: pointer;
    border: 1px solid #BF392B;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#bsItemContainerHeading h1 {
    margin: 0 1em;
    position: relative;
    overflow: hidden;
    font-family: 'raleway', "open sans";
    font-size: 22px;
    font-weight: 400;
}

#bsItemContainerHeading h1:after,
#bsItemContainer h1:before {
    content: '';
    margin-top: 0.5em;
    height: 0;
    border-top: groove 1px #000;
    width: 100%;
    position: absolute;
    margin-right: -100%;
    margin-left: 1%;
}

#bsItemContainerHeading h1:before {
    margin-left: -101%;
}

#bsItemContainerHeading {
    margin-bottom: 35px;
}

#bsItemContainer {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}

.bsItem1 {
    display: inline-block;
}

.bsItem2 {
    display: inline-block;
}

.bsItem3 {
    display: inline-block;
}

.bsItem4 {
    display: inline-block;
}

.leftInfoContainer {
    width: 300px;
    float: none;
    margin-top: 110px;
    margin-bottom: 100px;
    text-align: center;
    margin-left: 35px;
    float: left;
}

.leftInfoContainer i {
    font-size: 26px;
    color: #222;
    margin-top: 30px;
}

.leftInfoContainer h2 {
    font-family: 'Alegreya', serif;
    font-weight: 400;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    margin: 0 auto;
    color: black;
    font-size: 25px;
}

.leftInfoContainer p {
    font-family: 'Puritan', sans-serif;
    color: black;
}

.bezahlungsbox {
    border: 1px solid #ebebeb;
    width: 200px;
    min-height: 200px;
    padding: 10px 15px 10px 15px;
    background-color: #eee;
    border-left: 2px solid #C7C7C7;
    border-top: 2px solid #C7C7C7;
    border-right: 2px solid #C7C7C7;
}

.bezahlungsbox h5 {
    text-align: center;
    color: #777;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.bezahlungsbox i {
    margin-right: 15px;
}

.bezahlungsbox ul {
    display: inline-block;
    margin: 0 auto;
    padding-left: 0px;
    text-align: center;
    list-style: none;
}

.bezahlungsbox li {
    margin-top: 8px;
    font-family: 'Open Sans', sans-serif;
}

.versandbox {
    border: 1px solid #ebebeb;
    width: 200px;
    min-height: 200px;
    padding: 40px 15px 10px 15px;
    background-color: #eee;
    border-left: 2px solid #C7C7C7;
    border-bottom: 2px solid #C7C7C7;
    border-right: 2px solid #C7C7C7;
}

.kontaktbox {
    border: 1px solid #ebebeb;
    width: 200px;
    margin-top: 20px;
    min-height: 200px;
    padding: 10px 15px 10px 15px;
    background-color: #eee;
    border-left: 2px solid #C7C7C7;
    border-bottom: 2px solid #C7C7C7;
    border-right: 2px solid #C7C7C7;
    border-top: 2px solid #C7C7C7;
}

.bewertungsbox {
    border: 1px solid #ebebeb;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 200px;
    padding: 10px 15px 10px 15px;
    background-color: #eee;
    border: 2px solid #C7C7C7;
}

.bewertungsbox i {
    color: gold;
    margin: 0 auto;
}

.Informationsbox {
    border: 1px solid #ebebeb;
    width: 200px;
    min-height: 200px;
    padding: 20px 15px 10px 15px;
    text-align: center;
    background-color: #eee;
    border: 2px solid #C7C7C7;
}

#tabGB,
#tabFR,
#tabES,
#tabNO,
#tabDK{
display: none;
}

.tabbar1 {
    width: 100%;
    margin-top: 50px;
    margin-right: 35px;
    font-family: 'Puritan', sans-serif;
}

.tabbar1 i {
    font-size: 180px;
    color: #aaa;
    margin-left: 60px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 50px;
    float: left;
}

.tabbar1 h2,
.tabbar2 h2,
.tabbar3 h2 {
    font-family: 'Alegreya', serif;
    font-weight: 400;
    color: #FF9C00;
    border-bottom: 1px solid #FF9C00;
    width: 60%;
    height: 45px;
    padding: 0;
    line-height: 45px;
    margin-left: 20px;
}

.tabbar4 h2 {
    font-family: 'Alegreya', serif;
    font-weight: 400;
    color: #FF9C00;
    border-bottom: 1px solid #FF9C00;
    width: 60%;
    height: 45px;
    padding: 0;
    line-height: 45px;
    margin-left: 20px;
}
.tabbar1 ul {
line-height: 1.5;
}
.tabbar1 p {
    padding: 10px 50px 50px 20px;
    line-height: 1.5;
}

.tabbar1 img {
    max-width: 400px;
    float: right;
    padding: 10px 50px 50px 40px;
}

.tabbarContainer {
    padding-top: 50px;
    overflow: hidden;
}

.tabbar2 {
    background-color: #eee;
    margin-top: 150px;
    margin-right: 35px;
}

.tabbar2 p {
    font-family: 'Puritan', sans-serif;
    padding: 10px 50px 50px 20px;
    line-height: 1.5;
}

.tabbar2 img {
    width: 400px;
    float: none;
    clear: both;
    padding: 40px 50px 50px 40px;
}

.tabbar3 {
    width: 40%;
    display: inline-block;
    margin-right: 5%;
    margin-top: 70px;
    vertical-align: top;
}

.tabbar3 p {
    font-family: 'Puritan', sans-serif;
    padding: 10px 50px 50px 20px;
    line-height: 1.5;
}

.tabbar4 {
    width: 50%;
    display: inline-block;
    margin-top: 70px;
    vertical-align: top;
}

.tabbar4 p {
    font-family: 'Puritan', sans-serif;
    padding: 10px 10px 50px 20px;
    line-height: 1.5;
}

#footerContainer {
    font-family: 'Lato', sans-serif;
    background-color: #222222;
    width: 100%;
    min-height: 250px;
    margin: 80px 0 0 0;
    padding: 25px 0 100px 0;
    clear: both;
    text-align: center;
}

#footerColumn1 {
    width: 41%;
    padding:0 4%;
    display: inline-block;
    vertical-align: top;
    font-family: 'Alegreya', serif;
    font-size: 25px;
    color: #eee;
}

#footerColumn2 {
    width: 41%;
    padding:0 4%;
    display: inline-block;
    vertical-align: top;
    font-family: 'Alegreya', serif;
    font-size: 25px;
    color: #eee;
}

#footerColumn2 p {
    font-size: 18px;
    color: #aaa;
    margin: 0 0 0 0;
    margin-bottom: 0;
    padding: 0;
    width: auto;
    font-family: 'Puritan', sans-serif;
    line-height: 1.3;
    text-align: center;
}

#footerColumn2 h2 {
    font-family: 'Alegreya', serif;
    font-size: 25px;
    color: #ccc;
    margin-bottom: 20px;
    text-align: center;
}

#footerColumn1 h2 {
    font-family: 'Alegreya', serif;
    font-size: 25px;
    color: #ccc;
    margin-bottom: 20px;
}

.fazit {
    text-align: center;
}

.fazit h3 {
    font-family: 'Patrick Hand', cursive;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.footerRow {
    height: 28px;
    margin-bottom: 20px;
}

#footerColumn1 p {
    font-size: 18px;
    color: #aaa;
    margin: 0 0 0 0;
    margin-bottom: 0;
    padding: 0;
    width: auto;
    font-family: 'Puritan', sans-serif;
    line-height: 1.3;
    text-align: center;
}

#copyright {
    float: left;
    color: #D6D6D6;
    font-size: 9px;
    margin: 10px 0 0 0;
}

#copyright a {
    color: #ffffff;
    text-decoration: none;
}

@media only screen and (max-width: 1024px),
only screen and (max-width: 1024px) and (-moz-min-device-pixel-ratio: 3),
only screen and (max-width: 1024px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 1024px) and (min-device-pixel-ratio: 3),
only screen and (max-width: 1024px) and (-moz-min-device-pixel-ratio: 2),
only screen and (max-width: 1024px) and (-o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 1024px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 1024px) and (-moz-min-device-pixel-ratio: 3),
only screen and (max-width: 1024px) and (-o-min-device-pixel-ratio: 3),
only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 1024px) and (min-device-pixel-ratio: 3),
only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .logoHelper {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
    #navigation {
        text-align: center;
        width: 100%;
    }
    .navlist {
        text-align: center;
    }
    .bsItem1,
    .bsItem2,
    .bsItem3,
    .bsItem4 {
        width: 35%;
    }
    .bsItem2,
    .bsItem4 {
        margin-top: 40px;
    }
    .tabbar1 img {
        max-width: 50%;
        float: none;
        display: none;
    }
    .tabbar1,
    .tabbar2,
    .tabbar3,
    .tabbar4 {
    width: 100%;
        margin-bottom: 50px;
        margin-top: 0;
    }
    .tabbar1 h2,
    .tabbar2 h2,
    .tabbar3 h2,
    .tabbar4 h2 {
    height: auto;
    margin-bottom: 0px;
    }
    .tabbar1 p,
    .tabbar2 p,
    .tabbar3 p,
    .tabbar4 p {
    padding-bottom: 0;
    }
    #footerContainer {
        height: auto;
    }
    #footerColumn1,
    #footerColumn2 {
        height: auto;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-left: 50px;
        padding-right: 50px;
    }
    #footerColumn2 {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 820px),
only screen and (max-width: 820px) and (-moz-min-device-pixel-ratio: 3),
only screen and (max-width: 820px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (max-width: 820px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 820px) and (min-device-pixel-ratio: 3),
only screen and (max-width: 820px) and (-moz-min-device-pixel-ratio: 2),
only screen and (max-width: 820px) and (-o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 820px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 820px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 800px) and (-moz-min-device-pixel-ratio: 3),
only screen and (max-width: 820px) and (-o-min-device-pixel-ratio: 3),
only screen and (max-width: 820px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 820px) and (min-device-pixel-ratio: 3),
only screen and (max-width: 820px) and (device-aspect-ratio: 9/16),
only screen and (device-width: 820px) and (device-height: 820px) and (-webkit-device-pixel-ratio: 3),
only screen and (max-width: 820px) and (-webkit-min-device-pixel-ratio: 1.5) {
    #header img {
        max-width: 100%;
    }
    #navigation {
        height: auto;
    }
    #navigation li {
        display: block;
        padding: 10px;
    }
    #gallery {
        width: 100%;
        clear: both;
        margin-bottom: 30px;
    }
    .galleryThumbPadding {
        display: inline-block;
        width: 23%;
    }
    #upperBody {
        clear: both;
        margin-left: 0;
        padding: 0;
        margin-bottom: 50px;
        text-align: center;
    }
    #shortdescription {
        max-width: 820px;
        padding-right: 0;
    }
    #priceContainer {
        margin: 0 auto;
        width: 180px;
        height: 140px;
        margin-bottom: 40px;
        padding: 10px 10px 0 40px;
    }
    #buyItNowButton {
        margin-top: 20px;
        position: relative;
        right: 15px;
    }
    #feedbackContainer {
        width: auto;
        display: block;
    }
    .tablinks {
        display: none;
    }
    #tab1,
    #tab2,
    #tab3,
    #tab4,
    #tab5 {
        display: block;
        margin-top: 50px;
    }
    .tabcontent {
        padding: 15px;
    }
    .tabcontent img {
        max-width: 100%;
        width: auto;
        max-height: auto;
        height: auto;
        margin: 0;
    }
    .contentImgLeft,
    .contentImgRight {
        margin: 0 auto;
        text-align: center;
        float: none;
        clear: both;
        width: 100%;
    }
    .contentImgLeft img,
    .contentImgRight img {
        margin-bottom: 10px;
    }
    .bsItem1,
    .bsItem2,
    .bsItem3 .bsItem4 {
        float: none;
        clear: both;
        margin: 0 auto;
        width: 90%;
    }
    .bsItem1,
    .bsItem2,
    .bsItem3,
    .bsItem4 {
        width: 50%;
        margin: 30px auto;
    }
    #footerContainer {
        height: 700px;
    }
}

@media only screen and (max-width: 630px),
only screen and (max-width: 630px) and (-moz-min-device-pixel-ratio: 3),
only screen and (max-width: 630px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (max-width: 630px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 630px) and (min-device-pixel-ratio: 3),
only screen and (max-width: 630px) and (-moz-min-device-pixel-ratio: 2),
only screen and (max-width: 630px) and (-o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 630px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 630px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 630px) and (-moz-min-device-pixel-ratio: 3),
only screen and (max-width: 630px) and (-o-min-device-pixel-ratio: 3),
only screen and (max-width: 630px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 630px) and (min-device-pixel-ratio: 3),
only screen and (max-width: 630px) and (-webkit-min-device-pixel-ratio: 1.5) {
    #navigation {
        text-align: center;
        width: auto;
        height: auto;
    }
    .navlist a,
    .navlist img {
        display: block;
        margin: 40px auto;
        text-align: center;
        max-width: 50%;
    }
    .bsItem1,
    .bsItem2,
    .bsItem3,
    .bsItem4 {
        width: 60%;
        margin: 30px auto;
    }
    .tabbar1,
    .tabbar2,
    .tabbar3,
    .tabbar4 {
        width: auto;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .tabbar1,
    .tabbar2,
    .tabbar3 {
        margin-bottom: 45px;
    }
    .tabbar1 img {
        max-width: 50% !important;
        margin: 20px auto 0 auto;
        padding-bottom: 0;
        display: block;
    }
    .tabbar1 i {
        margin-bottom: 0px;
        margin-right: auto;
        margin-left: auto;
        width: 65%;
        text-align: center;
    }
    .tabbar1 h2 {
        margin: 0 auto;
        margin-bottom: 0 !important;
    }
    .tabbar1 ul {
    list-style: none;
        padding: 0;
    }
    .leftInfoContainer {
        float: none;
        margin: 0px auto;
    }
    .bezahlungsbox,
    .versandbox,
    .kontaktbox {
        display: none;
    }
    .tabbarContainer p {
        padding: 10px;
    }
    .tabbarContainer img,
    .tabbarContainer i {
        float: none;
        max-width: 95%;
        padding-left: 0;
        padding-right: 0;
    }
    .tabbarContainer h2 {
        text-align: center;
        margin: 0 auto 40px auto;
        min-width: 30%;
    }
    #footerColumn1,
    #footerColumn2 {
        min-width: 0;
        width: 90%;
        padding: 0;
        text-align: center;
        display: block;
        margin: 40px auto 0 auto;
    }
    .Informationsbox,
    .bewertungsbox {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .tabbarContainer {
        padding: 0;
    }
}