/* set body to „no-scroll“ */
.noscroll{
    overflow: hidden;
}

#questionnaire-popup .link-button {
    background: #eb6012 none repeat scroll 0 0;
    border: 2px solid #eb6012;
    border-radius: 0.75em;
    color: #fff;
    display: inline-block;
    font-family: NeoSansWeledaW01-Regular;
    padding: 0.5em 1em;
    transition: background 50ms ease 0s;
}

#questionnaire-popup {
    background: white none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    left: 3%;
    top: 5%;
    padding: 20px;
    position: absolute;
    width: 80%;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow-y: auto;
    height: 80%;
}

#questionnaire-popup .qq-content {
	margin-bottom: 1.6em;
}

#questionnaire-popup h1 {
    color: #7dae12;
    font-family: 'newWeleda';
}

span.noshopmessage {
    font-family: NeoSansWeledaW01-Regular;
    font-size: 16px;
    margin-top: 50px;
}

#questionnairemodule {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #7f7f7f;
    cursor: auto;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99;
}

#qq-nav {
    width: 100%;
}

ul.answers {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

 ul.answers li {
    margin: 0 20px 10px 0;
    display: inline;
}

ul.answers input[type= 'radio']{
    margin-right: 5px;
}

.qq-img {
    margin: 0 auto 20px auto;
    width: 100%;
}

.qq-img img {
    width: 100%;
	height: auto;
}

@media (min-width: 480px){

	#questionnaire-popup {
	    left: 7%;
	    padding: 20px;
	    position: absolute;
	    width: 80%;
	}

    .qq-intro {
        margin-top: 0;
		float: left;
    }

    #qq-form {
        line-height: 28px;
        font-size: 1.1em;
        color: #52514f;
    }
}

img.qq-prod-img {
    height: auto;
    max-width: 100px;
}
.qq-module .link-close {
    color: grey !important;
    cursor: pointer;
    float: right;
}
.qq-product {
    margin: 20px auto 0 auto;
    text-align: center;
    width: auto;
}
.qq-allpages {
    border-top: 1px solid #f2f2f2;
    min-height: 100px;
    padding-top: 10px;
}
.wld-ovh-meta {
    overflow: hidden;
    padding: 17px 0 0;
}

.wld-link-back {
    color: #7dae12;
    font-size: 13px;
    line-height: 18px;
    margin: 11px 0 0;
    padding: 0;
    text-decoration: none;
    float: left;
    top: -3px;
    position: relative;
}

@media (min-width: 960px) {

    #questionnaire-popup {
        left: 0;
        position: relative;
        width: 940px;
    }

    #questionnaire-popup .qq-content {
		margin-bottom: 1.6em;
	}

	.buttoncontainer {
		width: 30%;
		float: right;
		position: relative;
		top: -70px;
	}

    .wld-link-back {
        color: #7dae12;
        float: left;
        font-size: 1pc;
        line-height: 18px;
        margin: 11px 0 0;
        padding: 0;
        position: relative;
        text-decoration: none;
        top: -3px;
    }

	.wld-ovh-meta {
		padding-top: 30px;
	}

    .qq-intro {
		width: 48%;
		float: left;
    }

    ul.answers {
        padding-left: 0;
        text-align: left;
    }

    .qq-img {
        width: 48%;
        max-width: 480px;
        float: right;
    }

    .qq-img img {
        width: 100%;
		height: auto;
    }

    .progress {
	    margin-bottom: 0;
	}
}

.wld-link-back::after {
    box-sizing: border-box;
    height: 1pc;
    left: 0;
    position: absolute;
    top: 2px;
    width: 1pc;
}

.wld-link-back > img {
    height: 16px !important;
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: top;
    width: 16px !important;
}

.wld-btn {
    margin: 0;
    padding: .18em 1.8em;
    float: right;
    color: #fff !important;
    font-size: 18px;
    line-height: 24px;
    font-family: NeoSansWeledaMedium, Helvetica, sans-serif;
    text-align: center;
    background: #7dae12;
}

.wld-btn:hover {
    color: #fff;
    text-decoration: none;
/*     float: right; */
}

.progress {
    margin-bottom: 40px;
    padding: 0;
    width: 300px;
    height: 24px;
    color: #4e4e4e;
    border: 1px solid #7f7f7f;
}

#qq-progress-text {
    top: 2px;
    margin-left: 45%;

}
.progress-bar {
    height: 24px;
    background-color: #7dae12;
}