/* Wrapper with padding */

.wrap {
    padding: 0;
    width: 100%;
    position: relative;
    cursor: move;
    margin: 40px 0;
    height: 450px;
}

.btn-lightgreen {
    background-color: #76b828;
}

#tinderslide {
    position: relative;
    width: 100%;
    height: 100%;
}

#tinderslide ul {
    margin: 0;
    position: relative;
    display: block;
    height: 100%;
}

#tinderslide li {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    overflow: hidden;
    text-align: center;
    padding: 1%;
    background: url("img/nabu_tool_bg_v5.jpg") repeat top left;
    font-size: 24px;
    color: #000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}


/* Like & dislike badge images */

#tinderslide .like, #tinderslide .dislike {
    background: url("img/liked.png") no-repeat scroll 0 0;
    opacity: 0;
    height: 80px;
    position: absolute;
    width: 170px;
    left: 45px;
    top: 167px;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#tinderslide .dislike {
    right: 45px;
    left: auto;
    background: url("img/nope.png") no-repeat scroll 0 0;
}


/* Image container */

#tinderslide .img {
    height: 100%;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-transform-style: preserve-3d;
    background: transparent url("img/nabu_tool_flowers.png") no-repeat scroll top center;
    background-size: contain;
}

#tinderslide .img>div {
    position: absolute;
    top: 50px;
    width: 100%;
}

#tinderslide .img div h2 {
    color: #0068b4;
    font-size: 24px;
}

#tinderslide .img div h3 {
    margin: 20px auto 0;
    width: 85%;
    color: #5c5c5c;
    font-size: 18px;
}

#tinderslide .img .counter {
    color: #0068b4;
    font-size: 17px;
    margin-top: 20px;
}


/* Image rotation */

#tinderslide li.pane1 {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

#tinderslide li.pane2 {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

.readmore {
    display: block;
    margin-top: 5px;
    color: #5c5c5c !important;
    font-weight: bold;
}


/* Action - buttons */

.actions {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 295px;
    z-index: 10;
    height: 110px;
    cursor: default;
}

.actions__intro {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 250px;
    z-index: 10;
    height: 60px;
    cursor: default;
}

.actions div {
    position: relative;
    display: inline-block;
    margin-right: -4px;
}

.actions a i {
    display: inline-block;
}

.actions a {
    float: left;
    display: block;
    color: #a7a7a7;
    position: absolute;
    text-align: center;
    outline: none;
}

.actions__intro a {
    color: #fff !important;
}

#content .actions a.like {
    left: 8% !important;
    right: auto !important;
}

#content .actions a.dislike {
    right: 8% !important;
    left: auto !important;
    top: 4%;
}

.actions a.dislike i {
    width: 135px;
    height: 69px;
    background: url("img/nabu_tool_no_v3.png") no-repeat scroll top center;
    background-size: cover;
}

.actions a.like i {
    width: 132px;
    height: 90px;
    background: url("img/nabu_tool_yes_v3.png") no-repeat scroll top center;
    background-size: cover;
}

.actions a:hover {
    text-decoration: none;
    color: #555;
}


/* jTinder images */

#tinderslide .pane .img {}

.questionstep {
    margin: 0;
    padding-bottom: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -15px;
}

.questionstep span {
    display: inline-block;
    background: transparent url("img/nabu_tool_border.png") no-repeat bottom center;
    background-size: contain;
    padding-bottom: 12px;
}


/* jTinder status text */

#status {
    text-align: center;
    font-size: 18px;
    font-family: arial;
    margin-top: 30px;
    font-weight: bold;
}

.results_dekoqueen, .results_pragmatiker {
    margin-bottom: 30px;
    background: url("img/nabu_tool_bg.jpg") repeat top left;
}

.results__content {
    background: transparent url("img/nabu_tool_flowers.png") no-repeat scroll top center;
    background-size: contain;
    min-height: 410px;
}

.results__content>h2 {
    padding: 100px 15px 0;
}

.result__intro {
    font-size: 22px !important;
    color: #86846b !important;
    padding: 0 15px;
    line-height: 26px !important;
    margin-bottom: 250px !important;
}

.tipp_links, .tipp_rechts {
    list-style-type: none !important;
    background-image: none !important;
    padding: 0 !important;
}

.tipp__image {
    width: 35%;
    position: relative;
    top: -40px;
}

.tipp__content>h4 {
    font-size: 27px;
}

.tipp_links>.tipp__content {
    width: 65%;
    float: left;
    padding-right: 0 !important;
    padding-left: 100px !important;
}

.tipp__content {
    width: 65%;
    float: right;
    padding-left: 0 !important;
}

.tipp_rechts>.tipp__content {
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.tipp_rechts img {
    float: left;
}

.tipp__content>p {
    font-size: 18px;
    color: #86846b !important;
    line-height: 22px !important;
}

.tipp>h4, .tipp>p {
    padding: 0 100px;
}

.tipp_links .tipp__image {
    float: right;
    width: 30%;
}

.results_dekoqueen h2 {
    color: #000;
    font-size: 28px;
}

.tipp .trenner {
    background: transparent url(img/nabu_tool_trenner.png) no-repeat center center;
    margin-bottom: 60px !important;
    margin-top: 60px !important;
    border-bottom: 0px none !important;
    height: 37px !important;
}

.shop {
    background: transparent url(img/nabu_tool_footer.png) no-repeat bottom center;
    background-size: contain;
    height: 264px;
    padding: 35px 0 0 130px;
}

.shop h3 {
    font-size: 22px;
    font-weight: normal;
}

.shop>a {
    font-size: 35px;
    font-weight: bold;
    width: 60%;
    line-height: 35px;
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 479px) {
    .wrap {
        height: 350px;
    }
    #tinderslide .img div h2, #tinderslide .img div h3 {
        margin: 0px auto 20px;
        color: #5c5c5c;
        font-size: 18px;
        width: 85%;
    }
    #tinderslide .img div h2 {
        font-size: 20px;
        color: #0068b4;
    }
    .results__content>h2 {
        padding: 60px 40px 0;
    }
    .result__intro {
        margin-bottom: 50px !important;
        padding: 0 40px;
    }
    .tipp__content {
        width: 100%;
        float: none;
        padding-left: 0 !important;
    }
    .tipp_links>.tipp__content {
        width: 100%;
        float: left;
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .tipp_rechts>.tipp__content {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .tipp__image {
        width: 60%;
        position: relative;
        top: 0px;
    }
    .tipp_links .tipp__image {
        float: right;
        width: 60%;
    }
    .shop {
        padding: 0px 0 0 50px;
        height: 160px;
    }
    .shop h3 {
        font-size: 20px !important;
        font-weight: normal !important;
    }
    .shop>a {
        font-size: 20px;
        font-weight: bold;
        width: 65%;
        line-height: 20px;
        display: block;
        margin-top: 10px;
    }
    .actions {
        top: 250px;
        height: 100px;
        cursor: default;
    }
    #content .actions a.like {
        left: 0 !important;
    }
    #content .actions a.dislike {
        top: 14%;
        right: 3% !important;
    }
    .actions .intro_show {
        float: none;
        position: relative;
        margin: 0 auto;
        width: 125px;
        text-align: center;
        color: #fff !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .wrap {
        height: 350px;
    }
    .result__intro {
        padding: 0 60px;
        margin-bottom: 50px !important;
    }
    .results__content>h2 {
        padding: 65px 60px 0;
    }
    .tipp_links>.tipp__content {
        width: 70%;
        float: left;
        padding-right: 0 !important;
        padding-left: 60px !important;
    }
    .tipp_rechts>.tipp__content {
        padding-right: 60px !important;
        padding-left: 0px !important;
    }
    .shop {
        padding: 35px 0 0 60px;
    }
    .shop>a {
        font-size: 30px;
        font-weight: bold;
        width: 60%;
        line-height: 35px;
        display: block;
        margin-top: 10px;
    }
    .actions {
        top: 130px;
        height: 180px;
    }
    .actions__intro {
        top: 235px;
        height: 60px;
    }
    .actions a.like {
        left: 10% !important;
        bottom: 0;
    }
    .actions a.dislike {
        right: 9% !important;
        top: auto !important;
        bottom: 5%;
    }
    .actions .intro_show {
        float: none;
        position: relative;
        margin: 135px auto 0;
        width: 125px;
        text-align: center;
        color: #fff !important;
    }
}

@media screen and (min-width: 768px) {
    .wrap {
        height: 350px;
    }
    #tinderslide .img>div {
        top: 125px;
    }
    #tinderslide .paneintro .img>div {
        top: 70px;
    }
    #tinderslide .img div h2 {
        color: #0068b4;
        font-size: 35px;
    }
    #tinderslide .img div h3 {
        margin: 20px auto 0;
        font-size: 22px;
        width: 52%;
        left: -10px;
        position: relative;
    }

    #tinderslide .paneintro .img div h3 {
        margin: 20px auto 0;
        font-size: 20px;
        width: 100%;
        left: 0;
    }
    .actions {
        width: 893px;
        top: 140px;
        height: 180px;
    }
    .actions__intro {
        top: 255px;
        height: 60px;
    }
    .actions a.dislike i {
        width: 130px;
        height: 66px;
    }
    .actions a.like i {
        width: 115px;
        height: 80px;
    }
    .actions a.like {
        left: 9% !important;
    }
    .actions a.dislike {
        right: 9% !important;
        top: -7%;
    }
    .results__content>h2 {
        padding: 100px 100px 0;
    }
    .result__intro {
        font-size: 22px !important;
        color: #86846b !important;
        padding: 0 100px;
        line-height: 26px !important;
        margin-bottom: 100px !important;
    }
    .actions .intro_show {
        float: none;
        position: relative;
        margin: 120px auto 0;
        width: 125px;
        text-align: center;
        color: #ffffff !important;
    }
}

@media screen and (min-width: 980px) {
    .wrap {
        height: 448px;
    }
    .actions a.dislike i {
        width: 168px;
        height: 86px;
    }
    .actions a.like i {
        width: 145px;
        height: 99px;
    }
    .actions a.like {
        left: 12% !important;
    }
    .actions a.dislike {
        right: 12% !important;
    }
    .actions .intro_show {
        float: none;
        position: relative;
        margin: 135px auto 0;
        width: 125px;
        text-align: center;
        color: #ffffff !important;
    }
    .actions__intro {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: absolute;
        top: 295px;
        z-index: 10;
        height: 60px;
        cursor: default;
    }

    #tinderslide .img>div {
        top: 155px;
    }

    .actions {
        width: 893px;
        top: 165px;
        height: 180px;
    }

    #tinderslide .img div h3 {
        font-size: 26px;
        width: 100%;
        left: 0;
    }

    #tinderslide .paneintro .img div h3 {
        margin: 20px auto 0;
        font-size: 24px;
        width: 100%;
    }

}
