@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.step_5 .item_48_container
{
    overflow:hidden;
    width:1px;
    height:1px;
}
input#answer_6104 {
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-left: 1px;
}

input#answer_6356 {
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-left: 1px;
}
input#answer_6484{
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-left: 1px;
}

.step_5 .item_69_container
{
    overflow:hidden;
    width:1px;
    height:1px;
}

.step_5 .item_74_container
{
    overflow:hidden;
    width:1px;
    height:1px;
}
.form-check-label {
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
}

.step_5 .item_80_container
{
    overflow:hidden;
    width:1px;
    height:1px;
}

.step_5 .item_67_container
{
    overflow:hidden;
    width:1px;
    height:1px;
}
label#item_39_label, label#item_40_label, label#item_78_label{
 clear:both;   
}

/* The container */
.containercheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div#item_74_container .form-check {
    display: inline-block;
    width: 100%;
    /* margin-left: 30px; */
    padding: 20px;
}

#answer_1806 {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 10px;
    margin-top: 20px;
    margin-left: 0;
}

#answer_3504{
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 10px;
    margin-top: 20px;
    margin-left: 0;
}

#answer_2105{
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 10px;
    margin-top: 20px;
    margin-left: 0;
}

#answer_2014{
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 10px;
    margin-top: 20px;
    margin-left: 0;
}
#answer_3962{
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 10px;
    margin-top: 20px;
    margin-left: 0;
}

#answer_2409{
    -ms-transform: scale(3);
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transform: scale(3);
    padding: 10px;
    margin-top: 10px;
    margin-left: 5px;
}

p.disclaimer {
    font-size: 11px !important;
}

form.path_form {
    padding: 40px;
    background:#fff;
    border: 2px solid rgba(170,170,170,1.00);
    border-radius: 7px;
    text-align:left;
}

.next_button.item-container.item_6_container {
    text-align: center;
}

.form-control {
    max-width: 500px;
}

/* Hide the browser's default checkbox */
.containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmarkcust {
    position: absolute;
    top: 10px;
    left: 90px;
    height: 45px;
    width: 45px;
    background-color: #fff;
    /* border: black; */
    border: solid black;
}


/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmarkcust {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmarkcust {
  background-color: #2196F3;
}

/* Create the checkmarkcust/indicator (hidden when not checked) */
.checkmarkcust:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmarkcust when checked */
.containercheck input:checked ~ .checkmarkcust:after {
  display: block;
}

/* Style the checkmarkcust/indicator */
.containercheck .checkmarkcust:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkboxes{
 display: inline-block;
}

div#right-container{
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
    text-align: center !important;
}

div#left-container{
    webkit-box-flex: 0 !important;
    -ms-flex: 0 0 0% !important;
    flex: 0 0 0% !important;
    max-width: 0 !important;
}

#topbar {
	height: 67px;
	background-color:#333333;
    background-position: center;
	padding: 0;
	width: 100%;
}

div#header-container{
	background-color:#333333;


}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color:#4caf50;
        font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.container
{
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
    text-align: center !important;
}

.btn-primary {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
    width: 80%;
    padding: 2%;
    font-size: 34px;
    margin-top:20px;
    
}



.form-check {
    position: relative;
    display: inline-block !important;
   
}

.col-sm-9 {
    margin: auto;
}

#answer_649
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(4); /* IE */
  -moz-transform: scale(4); /* FF */
  -webkit-transform: scale(4); /* Safari and Chrome */
  -o-transform: scale(4); /* Opera */
  padding: 10px;
    margin-top:20px;
    margin-left:5px;
}
#answer_742
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(3); /* IE */
  -moz-transform: scale(3); /* FF */
  -webkit-transform: scale(3); /* Safari and Chrome */
  -o-transform: scale(3); /* Opera */
  padding: 10px;
    margin-top:13px;
    margin-left:5px;
}

body
{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
.main
{
	margin:0px auto;
}
.questions_page
{
	padding:40px;
	background:rgba(233,233,233,1.00);
	border:2px solid rgba(170,170,170,1.00);
	border-radius:7px;
}

img
{
	max-width:100%;
}

.questions_page form > h2
{
	background:#fff;
	color:rgba(0,154,85,1.00);
	padding:10px; 
	margin:-38px -38px 30px -38px;
	border-radius:5px 5px 0 0;
	text-align:center;
}
.category
{
	border:1px solid rgba(215,215,215,1.00);
	background:#fff;
	margin-bottom:20px;
	padding:10px;
	border-radius:10px;
}

.page_progress
{
	margin:0;
	list-style:none;
	background:rgba(126,126,126,1.00);
	padding:5px 5px 0 5px;
	border-radius:20px;
	margin-bottom:10px;
}
.page_progress li
{
	display:inline-block;
	background:rgba(212,212,212,1.00);
	padding:0 15px 0 25px;
	position:relative;
	margin-left:15px;
	height:30px;
	line-height:28px;
	margin-right:10px;
	border-radius: 0 20px 20px 0;
	box-shadow:0 0 5px rgba(0,0,0,0.50);
	margin-bottom:5px;
	
	
}

.page_progress li.active
{
	background-color:rgba(0,154,85,1.00);
	color:#fff;
	font-weight:bold;
	z-index:30;
}

.page_progress li.completed
{
	color:rgba(98,98,98,1.00);
}

.page_progress li span
{
	border:2px solid rgba(100,100,100,1.00);
	border-radius:20px;
	height:38px;
	width:38px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:rgba(236,236,236,1.00);
	line-height:34px;
	font-size:20px;
	text-align:center;
	margin-top:-4px;
	margin-left:-18px;
	font-weight:bold;
	color:rgba(50,50,50,1.00);
	box-shadow:0 0 5px rgba(0,0,0,0.20);
}

.page_progress li.completed span
{
	color:rgba(98,98,98,1.00);
}



.page_progress li.active span
{
	border:2px solid rgba(135,175,62,1.00);
	
	
}

#content_text {
	margin: 1em 0 0 1em;
	float: left;
	width: 60%;
	font-family:  'Montserrat', sans-serif; 
    margin-bottom:20px;
}

#content_image {

    margin: 0% 0% 4% 0%;
	float: left;
	width: 35%;
	text-align: right;

}

#content_image img {
	width: 100%;
border-radius:30px;
border: 10px solid #333;
}


.option-input label
{
     font: 300 16px/1.7 'Open Sans', sans-serif;
     color: #333;
     cursor: pointer;
}

div#step_1 .form-group {
    text-align: center;
        border: 1px solid black;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 10px;
}
div#item_39_container {
    clear: both;
}
div#item_40_container {
    clear: both;
}
div#item_41_container {
    clear: both;
}
div#item_43_container {
    clear: both;
}






#content_text p {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 1.4em;
    font-family: 'Montserrat', sans-serif;
}

#content_text strong{
      padding: 0;
    margin: 0;
        font-weight: bold;
    font-size: 1.6em;
    display: inline-block;
    color:#ba2025;
}



.button  {
width: 33.3%;
        background-color: transparent;
    border: none;
	float: left;
	color: #333333;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-size:23px;
	font-weight: bold;
	   font-family: 'Ubuntu', sans-serif;
}




#question_block {
	
	border: 1px solid #ccc;
	margin: 0;
	float: left;
	width: 90%;
	padding: 37% 0% 0% 0%;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background: transparent url('https://www.spareklubbnorge.com/matbutikk/velg-gavekort/images/womansuper.jpg') left top no-repeat;
	background-size: cover;

	margin: 0;
	width: 100%;
	position: relative;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.bgButtons{
  background-color: rgba(255, 255, 255, 0.8313725490196079);
	width:100%;
	height:250px;
	
}



#question_1.question {
	display: block;
}



#questionfield {
	height: 120%;
	background-color: rgba(255, 255, 255, 1);
	clear: both;
	border: 1px #8b8b8b solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding-bottom: 20px;
}
#questionfield p {
	padding-bottom: 20px;
	
	color: #000
}

div#step_2 .path_form {
    background-color: white;
    border: none;
}

  
.questionblock h3 {
    color: #fff;
    padding: 0.5em;
    font-weight: bold;
    font-size: 1.7em;
    font-family: 'Montserrat', sans-serif;
    background-color:   rgba(38, 218, 45, 0.8509803921568627);
    margin: 0;
    text-shadow: 1px 2px black;
 
}
#answer_1029
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
    margin-top:20px;
}

#answer_1575
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
    margin-top:20px;
}

#answer_1703
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
    margin-top:20px;
}

/* Mobila anpassningar */


@media screen and (max-width:768px) {
	html, body {
		    font-size: 14px;
	}

	p strong {
		font-size: 1.2em;
	}
	
	.prozess_status {

	font-size: 22px;

}


.button {

  
	font-size:17px;
	}
	
	
}


@media screen and (max-width:580px) {
#content_image {
    margin: auto;
    width: 80%;
    text-align: center;
    float:none;
}
    
      .btn-primary {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
    width: 100%;
    padding: 4%;
    font-size: 24px;
}  

    #answer_742 {

    margin-left: 5px;
   
}

    #step_3 form.path_form {
    background: white;
    padding: 10px 20px 10px 20px;
    border-radius: 7px;
    text-align: left;
    width: 100%;
}
    #answer_1575{

    margin-left: 30%;
    margin-top: -40px;
}  
    
    #answer_1029 {

    margin-left: 30%;
    margin-top: -40px;
}
    
        #answer_1703 {

    margin-left: 30%;
    margin-top: -40px;
}

    #step_5 form.path_form {
    background: white;
    padding: 10px 20px 10px 20px;
    border-radius: 7px;
    text-align: left;
    width: 100%;
}
    
    
        #step_4 form.path_form {
    background: white;
    padding: 10px 20px 10px 20px;
    border-radius: 7px;
    text-align: left;
    width: 100%;
}
    
    
div#step_1 .form-group {
    text-align: left;
    padding-left: 20px;
    border: 1px solid black;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 10px;
}
    .form-check {
    padding: 10px;

}

div#right-container {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
}
    
    p.disclaimer {
    font-size: 10px !important;
}
    #content_image img {
    width: 100%;
    border: 2px solid #333;
        margin-top:10px;
}
    #content_text {
font-size:0.8em;
    width: 100%;
            margin: 0;
    float: none;
}
    
    form.path_form {

    background: white;

    padding: 5px;
    border-radius: 7px;
    text-align: center;
    width: 100%;
}
    
    .container {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
    
    
#question_block {
	
	border: 1px solid #ccc;

	float: none;
	padding: 47% 0% 0% 0%;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-size: cover;

	margin: 0;
	width: 100%;
	position: relative;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
    


.bgButtons {
  background-color: rgba(255, 255, 255, 0.8313725490196079);
    width: 100%;
    height: 150px;
    rgba(38, 218, 45, 0.8509803921568627)
}
	
	.button {

	font-size:15px;
	}
	
    
    
   .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
    

}
.container-fluid {
    background-color: #fe9e06;
}
input#answer_2689 {
    -webkit-transform: scale(3);
    margin-left: 5px;
}