/* Hero
   ========================================================================== */
.hero_container {
    width: 100%;
    height: auto;

    background-color: rgba(242, 233, 236, 1.0); /* Bupl Background pink */

    display: none; /* iframe setting */
}

.hero_container hr {
    background-color: rgba(139, 31, 66, 0.33); /* Bupl Bordeaux @ 33% */
}

.hero_wrapper {
    width: 1325px;
    height: auto;

    margin: 0 auto;

    padding: 75px 0px;
}

.hero_text, .hero_image {
    float: left;

    width: 50%;
    height: auto;
}

.hero_text img {
    position: relative;
    top: -1px;
    left: -3px;
    
    width: 25px;
    height: auto;

    padding-right: 5px;
}

.hero_text a {
    display: inline-block;
    margin-bottom: 15px;
}

.hero_text a:last-child {
    margin-bottom: 0px;
}

.hero_image {
    text-align: right;
}

.hero_image img {
    width: 80%;
    height: auto;
}

/* Questionare
   ========================================================================== */
.question_header, .question_subheader, .question_input, .question_radio, .question_help,
.question_inline_text, .question_inline_input, .question_spacer, .question_inline_headline,
.question_supplement_input, .question_supplement_text, .question_inline_add {
    position: relative;
    float: left;

    width: 100%;
    height: auto;
}

.question_header {
    width: 100%;
    height: auto;

    margin-bottom: 5px;
}

.question_subheader {
    width: 100%;
    height: auto;

    margin-bottom: 25px;
}

.question_input {
    width: 100%;
    height: 50px;

    margin-bottom: 25px;
}

.question_radio {
    width: 100%;
    height: 25px;

    padding-top: 2px;
    margin-bottom: 25px;
}

.job_input {
    width: 225px;
}

.job_radio {
    width: auto;
    margin-right: 5px;
}

.job_radio_padding {
    margin-right: 5px;
    margin-left: 35px;
}

.radio_box {
    float: left;
}

.question_inline_text {
    display: flex;
    align-items: center; /* V */

    width: calc(100% - 170px);
    height: 50px;

    margin-bottom: 25px;
}

.question_inline_input {
    width: 170px;
    height: 50px;

    margin-bottom: 25px;
}

.question_inline_headline {
    margin-bottom: 5px;
    font-weight: 600;
}

.question_spacer {
    height: 1px;

    margin: 25px 0px 25px;

    background-color: rgba(16, 24, 32, 0.20); /* Bupl Sekundær Sort (Text) */
}

.question_supplement_input {
    width: calc(50% - 30px);

    margin-bottom: 25px;
}

.question_supplement_text {
    display: flex;
    align-items: center; /* V */
    justify-content: center; /* H */

    width: 60px;
    height: 50px;

    margin-bottom: 25px;
}

.question_inline_add {
    text-align: right;
}

.question_inline_add i {
    color: rgba(139, 31, 66, 1.0); /* Bupl Bordeaux */
    margin-left: 3px;
}

/* Questionare - Containers
   ========================================================================== */
.set2_toggle {
    display: none;
}

#set1_container_workplace, #set1_container_seniority, #set1_container_flexible, #set1_container_vacation, #set1_container_pension,
#set2_container_workplace, #set2_container_seniority, #set2_container_flexible, #set2_container_vacation, #set2_container_pension {
    float: left;
    
    width: 100%;
    height: auto;
}

#set1_container_workplace, #set1_container_seniority, #set1_container_flexible, #set1_container_vacation, #set1_container_pension,
#set2_container_workplace, #set2_container_seniority, #set2_container_flexible, #set2_container_vacation, #set2_container_pension {
    display: none;
}

/* Questionare - Supplements
   ========================================================================== */
#set1_supplement_p_container, #set1_supplement_container,
#set2_supplement_p_container, #set2_supplement_container  {
    float: left;

    width: 100%;
    height: auto;
}

.supplement_block {
    position: relative;

    width: 100%;
    height: auto;
}

.supplement_block button {
    position: absolute;
    top: 0px;
    right: -15px;

    width: 30px;
    height: 30px;

    padding: 0px 0px 5px 0px;

    font-size: 26px;
    line-height: 0.3;
    text-align: center;

    border-radius: 15px;

    display: none;
}

#set1_supplement_pension_add:hover, #set1_supplement_special_add:hover,
#set2_supplement_pension_add:hover, #set2_supplement_special_add:hover {
    cursor: pointer;
}

/* Result
   ========================================================================== */
.article_result {
    background-color: rgba(242, 233, 236, 1.0); /* Bupl Background pink */
}

.article_result h2 {
    margin-bottom: 0px;
}

.result_totalsum {
    font-family: "quatro-slab", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5em;
    line-height: 1.25;

    color: rgba(139, 31, 66, 0.80); /* Bupl Bordeaux */
}

.result_headline, .result_text, .result_sum {
    position: relative;
    float: left;

    width: 100%;
    height: auto;
}

.result_headline {
    font-weight: 600;

    margin-top: 25px;
}

.result_text {
    width: calc(100% - 100px);
}

.result_sum {
    width: 100px;

    text-align: right;
}

#set1_result_reduction_text, #set1_result_reduction_value, #set2_result_reduction_text, #set2_result_reduction_value {
    display: none;
}

/* Result - Doughnut
   ========================================================================== */
.result_graph_labels, .result_graph_doughnut {
    position: relative;
    float: left;

    width: 100%;
    height: auto;

    margin-top: 25px;
}

.result_graph_labels {
    width: 200px;
}

.result_graph_doughnut {
    display: flex;
    justify-content: center; /* H */

    width: calc(100% - 200px);
    height: 275px;
}

.graph_label_box {
    float: left;

    width: 30px;
    height: 30px;

    margin-bottom: 10px;
}

.graph_label_text {
    display: flex;
    align-items: center; /* V */

    float: left;

    width: calc(100% - 30px);
    height: 30px;

    padding-left: 20px;
    margin-bottom: 15px;
}

.graph_label_piece_01 { background-color: rgba(139, 31, 66, 1.0); /* Bupl Bordeaux */ }
.graph_label_piece_02 { background-color: rgba(13, 63, 104, 1.0); /* Bupl Sekundær Blå */ }
.graph_label_piece_03 { background-color: rgba(197, 218, 232, 1.0); /* Bupl Sekundær Blå Lys */ }
.graph_label_piece_04 { background-color: rgba(229, 0, 125, 1.0); /* Bupl Magenta */ }
.graph_label_piece_05 { background-color: rgba(242, 141, 48, 1.0); /* Bupl Sekundær Orange */ }
.graph_label_piece_06 { background-color: rgba(0, 174, 181, 1.0); /* Bupl Sekundær Turkis */ }

#set1_chart-area, #set2_chart-area {
    width: 100%;
}

/* Info
   ========================================================================== */
.article_info {
    background-color: rgba(242, 233, 236, 0.50); /* Bupl Background pink @ 50% */

    display: none;
}

.info_headline, .info_image, .info_text, .info_spacer {
    position: relative;
    float: left;

    width: 100%;
    height: auto;
}

.info_headline {
    margin-bottom: 15px;
}

.info_image {
    width: 50px;
}

.info_text {
    width: calc(100% - 50px);

    padding-left: 25px;
}

.info_spacer {
    height: 1px;

    margin: 25px 0px;

    background-color: rgba(139, 31, 66, 0.25); /* Bupl Bordeaux @ 25% */

}

/* Help icon and box
   ========================================================================== */
.helpicon {
    position: relative;
    top: -2px;

    display: inline-block;

    width: 20px;
    height: 20px;

    margin-left: 5px;
}

.helpicon:hover {
    cursor: pointer;
}

.helpbox {
	z-index: 25;
	position: absolute;
	top: 50px;
	left: 25px;

	width: calc(100% - 50px);
	height: auto;
	padding: 25px 35px 25px 25px;

    background-color: rgba(255, 255, 255, 1.0); /* White */
    text-align: left;
    font-weight: 400;

	box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.35);

    border: 1px solid;
	border-color: rgba(227, 227, 226, 1.0); /* 20% black */

	display: none;
}

.helpbox .close {
    z-index: 25;

    position: absolute;
    top: 5px;
    right: 14px;

    height: auto;

    color: rgba(139, 31, 66, 1.0); /* Bupl Bordeaux */
    font-size: 28px;
    font-weight: 600;

    margin-top: 0px;

    transition: color 0.25s ease;
}

.helpbox .close:focus, .helpbox .close:hover {
    color: rgba(16, 24, 32, 1.0); /* Bupl Sekundær Sort (Text) */

    text-decoration: none;
    cursor: pointer;
}

.helpbox_wcag {
    float: left;

    width: 100%;
    height: auto;

    font-style: italic;
    color: rgba(139, 31, 66, 1.0); /* Bupl Bordeaux */

    margin: 25px 0px;

	display: none;
}

/* Modal overlays
   ========================================================================== */
.icon_modal_supplement_h, .icon_modal_supplement_location {

}

.icon_modal_supplement_h:hover, .icon_modal_supplement_location:hover {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 50 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.75); /* White 75% opacity */
}

.modal-content {
    position: relative;

    width: 1024px;
    height: auto;

    margin: 10% auto;
    padding: 50px;

    font-size: 1.0em;

    background-color: rgba(255, 255, 255, 1.0); /* White  */

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

    border-radius: 8px;
}

.modal-content img {
    width: 70%;
    height: auto;

    margin: 0 auto;
}

.modal-content .close {
    z-index: 25;

    position: absolute;
    top: 15px;
    right: 15px;

    height: auto;

    color: rgba(139, 31, 66, 1.0); /* Bupl Bordeaux */
    font-size: 28px;
    font-weight: 600;

    margin-top: 0px;

    transition: color 0.25s ease;
}

.modal-content .close:focus, .modal-content .close:hover {
    color: rgba(16, 24, 32, 1.0); /* Bupl Sekundær Sort (Text) */

    text-decoration: none;
    cursor: pointer;
}