﻿@charset "utf-8";
.div-img-pq {
    top:45px;
    width: 100%;
    max-height:400px;
    left:20px;
}
.img-shadow {
    top:0px;
    width: 60vw;
    height:auto;
    position: relative;
    z-index: 6;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.container-wshadow {
    top:0px;
    width: 60vw;
    height:auto;
    position:relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    z-index: 5;
}

 .container-wshadow:before, .container-wshadow:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 25px;
        left: 10px;
        width: 50%;
        top: 80%;
        /*max-width: 300px;*/
        background: #777;
        -webkit-box-shadow: 0 35px 20px #777;
        -moz-box-shadow: 0 35px 20px #777;
        box-shadow: 0 35px 20px #777;
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

.container-wshadow:after {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
        right: 10px;
        left: auto;
    }

.wbanner {
    width: 65%;
    position:fixed;
    top:25%;
    left: -1300px;
    right: 5%;
    height:45vh;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    z-index: 9999;
    padding: 10px;
    /*background-color:rgba(255,255,255,0.7 );
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;*/
}


.wbannerbody {
    background-color: rgba(255,255,255,0.9);
}

.assisttext {
    -webkit-box-shadow: -4px 2px 15px 0px rgba(173,170,173,0.75);
    -moz-box-shadow: -4px 2px 15px 0px rgba(173,170,173,0.75);
    box-shadow: -4px 2px 15px 0px rgba(173,170,173,0.75);
}

.btnclosewbanner {
    z-index:8;
    float:right;
    display:flex;
    position:static;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    -webkit-box-shadow: -4px 2px 15px 0px rgba(173,170,173,0.75);
    -moz-box-shadow: -4px 2px 15px 0px rgba(173,170,173,0.75);
    box-shadow: -4px 2px 15px 0px rgba(173,170,173,0.75);
    cursor: pointer;
}

.wbannerimg {
    justify-content: center;
}

    .wbannerimg img {
        max-width: 100%;
        max-height: 100%;
        justify-content: center;
    }

.wbannertext {
    color: #A18E4C;
    font-size: 17px;
    height:250px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wbannerfooter {
    color: #A18E4C;
    font-size: 14px;
    padding: 3px;
}
/*tags*/
*, *:after, *:before {
  box-sizing: border-box;
}
.tag-weihnachten {
  background-image: url('../Images/bg/bg_233162445.png');
  background-repeat:no-repeat;
  background-size:contain;
  background-color:#fff;

}
.tag-weihnachten::after{
     -moz-box-shadow: 13px 13px 0px 0px #FFFFFF;
-webkit-box-shadow: 13px 13px 0px 0px #FFFFFF;
 box-shadow: 13px 13px 0px 0px  #FFFFFF;
}
.tags {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    float:left;
}

/* Shared */
.tag-container {
    top:-290px;
    z-index:7;
    width: 200px;
    height: 300px;
    margin: 20px;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;

}

.tag {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.tag-container:hover .tag {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.tag-side {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.tag-side.is-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 2;
}

.tag-text {
    width: 100%;
    padding: 0 20px;
    color: #222;
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* Tag 1 */
.tag-1-side:before {
    content: " ";
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.tag-1-top {
    width: 100%;
    margin-top: -35px;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.775, 0.5) translate3d(0, 0, 0);
    transform: scale(0.775, 0.5) translate3d(0, 0, 0);
}

.tag-1-top:before {
    content: " ";
    background: #e44f47;
    padding-bottom: 200px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 30px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tag-1-side.is-back .tag-1-top:before {
    background: #e44f47;
}

.tag-1-text {
    background:#e44f47;
    margin-top: 65px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 30px;
    position: relative;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tag-1-side.is-back .tag-1-text {
    background: #e44f47;
    color: #fff;
}



/* Extras */
.rule-shape {
    width: 100%;
    color: #fff;
    font-size: 34px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    align-self: flex-end;
}

.rule-shape:before,
.rule-shape:after {
    content: " ";
    background: #bfd8bd;
    height: 1px;
    margin-bottom: 8px;
    display: block;
    -webkit-box-flex: 2;
    flex-grow: 2;
}

.rule-shape:before {
    margin-right: 6.25px;
}

.rule-shape:after {
    margin-left: 6.25px;
}

.rule-red {
    color: #fff;
}

.rule-red:before,
.rule-red:after {
    background: #fff;
}

.rule-diagonal {
    background: -webkit-repeating-linear-gradient(
        45deg,
        #e44f47,
        #e44f47 7px,
        transparent 7px,
        transparent 14px,
       #fff 14px,
       #fff 21px,
        transparent 21px,
        transparent 28px
    );
    background: repeating-linear-gradient(
        45deg,
        #e44f47,
        #e44f47 7px,
        transparent 7px,
        transparent 14px,
        #fff 14px,
        #fff 21px,
        transparent 21px,
        transparent 28px
    );
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}


@media (max-width: 1859px) {
#tag-bla {
      display:none !important;
  }
}
@media (min-width: 1860px)   {
#tag-bla {
      display:flex !important;
  }
}


@media(max-width: 1650px) {
    /*.wbanner {
        height: 340px;
    }*/
}

@media (max-width: 1450px) {
    /*.wbanner {
        height: 300px;
    }*/
    #tag-bla {
      display:none !important;
  }
    .wbannertext {
        font-size: 15px;
    }

    .wbannerfooter {
        font-size: 13px;
        padding: 3px;
    }
}

@media(max-width: 1250px) {
    /*.wbanner {
        height: 250px;
    }*/
}

@media(max-width: 991px) {
    /*.wbanner {
        height: 200px;
    }*/
}

@media (max-width: 768px) {
    /*.wbanner {
        top: 10px;
        width: 80%;
        left: 15%;
        right: 5%;
    }*/

    .btnclosewbanner {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

@media (max-width:500px) {
    .wbannertext {
        font-size: 13px;
    }

    .wbannerfooter {
        font-size: 11px;
        padding: 2px;
    }

    /*.wbanner {
        top: 10px;
        width: 90%;
        left: 7%;
        right: 3%;
    }*/

    .assistfigure img {
        width: auto;
        height: 200px;
    }

    .btnclosewbanner {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
}

