::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #022027;
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #022027;
  opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #022027;
  opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #022027;
  opacity:1;
}

.no-padding-left {
    padding-left:0 !important;
}
.no-padding-plr { padding-right: 0!important;padding-left: 0!important;}
.postnummer-note {
    font-size: 12px;
    line-height: 1.35;

}

.pdf-option-form {
    font-size:15px;
}
.pdf-option-form .row-fluid.eugdpr {
    font-size: 12px;
}

.pdf-option-form a {
    color: #59a66d;
}
.pdf-option-form a:hover {
    color: #59a66d;
    opacity: 0.8;
}


.rbox { position:relative;}
.rbox img {
    margin-bottom: -100px;
    position: relative;
}


.graybox .bg-lgray {
    background-color:#f6f6f6;
    padding:70px 35px 35px;
}
.graybox .bg-lgray a { font-weight:600;}
.pdf-option-form input[type="text"],
.pdf-option-form input[type="number"],
.pdf-option-form input[type="email"],
.pdf-option-form select {

    height:46px;
    width: 100%;
    border:0;

}

.pdf-option-form input[type="number"],
.pdf-option-form input[type="text"],
.pdf-option-form input[type="email"],
.pdf-option-form select {
    color: #022027;
}
select:-moz-focusring,
.submit input:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


.submit input::-moz-focus-inner {
  border: 0;
}


.pdf-option-form select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.pdf-option-form select::-ms-expand {
    display: none;
}

*:focus {
     outline: 0 none;
}
.pdf-option-form input:focus,
.pdf-option-form select:focus {
     outline: 0 none !important;
}

.pdf-option-form select option {
  background: #fff;
  border:0;
}

.label-wrapper {
    position:relative;
}
.label-wrapper > span.tooltip-label {
    background: #222;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    left: 18px;
    line-height: 1;
    padding: 2px 5px 3px;
    position: absolute;
    top: -10px;
    z-index: 2;
    display:none;
}
.pdf-option-form p {
    line-height:1.35;
}

.post-content .pdf-option-form h1 {
    color: #3f5b69;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;

}

.pdf-option-form .subheading {
    padding: 0;
    margin-bottom: 10px;
}
.pdf-option-form p.disclaimer {
    font-size: 13px;
    line-height: 1.65;
}
.pdf-option-form .row-fluid {
    position: relative;
}
.pdf-option-form .pdf-opt-desc span {
    float:left;
}

.pdf-option-form .row-fluid .gfield_label {
    color: #035469;
    font-family: "Dax Pro Wide Medium";
    display: block;
    padding: 0 0 8px 0;
    position: relative;
}
.pdf-option-form .row-fluid .postnum label {
    color: #022027;
}

.pdf-option-form
.price-calculator-box .pdf-option-form label {
    padding: 0 0 5px;
}
.pdf-option-form .row-fluid.eugdpr > label {
    padding-left: 25px;
    position: relative;
}
.pdf-option-form .row-fluid.eugdpr > label input {
    position:absolute;
    left: 0;
    top: 1px;
}
.pdf-option-form .button {
    background: #59a66d;
    border: 0 none;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    font-weight: 400;
    height: 48px;
    margin-bottom: 10px;
    padding: 9px 10px;
    text-transform:uppercase;
}
.pdf-option-form .button:hover {
    background: #2f8445;
    opacity:1;

}
#gform_wrapper_15 .gform_fields div.error input,
.gform_fields div.error,
.pdf-option-form .error input.large,
.pdf-option-form div.error input[type="number"],
.pdf-option-form div.large.error {
    border-color: red !important;
    background-color: #f8d5d5;
}
#gform_wrapper_15 .gform_fields div.error > input {
     background-color: #f8d5d5 !important;
}
#gform_wrapper_15 .gform_fields div.error {
   border:0; 
   background-color: transparent;
}
.pdf-option-form div.large select {
    width:100%;
    border:0;
}

.pdf-option-form .custom-select .large,
.pdf-option-form .custom-select .medium {
    position:relative;
}

.pdf-option-form .custom-select .large::after {
    font-family: "dashicons";
    color: #035469;
    content: "\f140";
    font-size: 32px;
    height: 46px;
    line-height: 48px;
    padding: 0 18px;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 0;
    width: 15px;
    
}

.pdf-option-form .custom-select .large.selection-done span.done {
    background: transparent url("../img/ico_check.png") center center no-repeat;
    height: 45px;
    position: absolute;
    right: 50px;
    top: 0;
    width: 20px;
}
.pdf-option-form .label-wrapper {
    position:relative;
}
/*.label-wrapper.selection-done:after {
    background: transparent url("../img/ico_check.png") center center no-repeat;
    content: "";
    height: 42px;
    position: absolute;
    right: 10px;
    top: 2px;
    width: 20px;
}*/

.pdf-option-form .gfield_required { color:#790000; font-family: "Open Sans", Garamond, serif !important; font-size: 16px;}
.pdf-option-form #generatePDF .gfield_required { color:#035469;}
.pdf-option-form .gf-tooltip-icon-img:hover {
    opacity:1;
}
.pdf-option-form .qtip-container {
    position:absolute;
    top:5px;
    background: white none repeat scroll 0 0;
    border: 3px solid #7d9a9e;
    overflow: hidden;
    width:100%;
    display: none;
    z-index: 3;
}

.pdf-option-form .showtooltip .qtip-container {
    display:block;
}
.pdf-option-form .qtip-container .qtip-content {
    background: #f6f6f6;
    padding:15px 10px;
}

.pdf-option-form #success-pdf {
  margin-top: 25px;
  padding:8px 30px 8px 15px;

}
.pdf-option-form #success-pdf {
     display: none;
}
.pdf-option-form #success-pdf {
    background-color:#edfbed;
    border: 1px solid #3c763d;
}
#gform_wrapper_15 { display:block !important; font-size: 14px; }
#gform_wrapper_15 .gform_page_fields .gfield.hide { display:none !important;}

@media (min-width:0px) {
    .pdf-option-form .row-fluid .gfield_label {
        font-size: 15px;
    }
}
@media (min-width: 768px) {
    .pdf-option-form .row-fluid .gfield_label {
        font-size: 18px;
    }
}
/* kundeaften styles */
.kundeaften-sc-wrapper{
    font-size: 16px;
    background: #f6f6f6;
    background-color: #f6f6f6;
}
.kundeaften-sc-wrapper h2{
    text-align: center;
    font-weight: 600!important;
    font-size: 18px!important;
}

.kundeaften-sc-wrapper .kundeaften-sc-content{
    padding: 30px 50px;
}

.kundeaften-guest-elem{
    display: none
}
.kundeaften-sc-form .gform_wrapper .gsection{
    border-bottom: none;

}
.kundeaften-sc-form .gform_wrapper .gsection h2{
    font-size: 16px!important;
}
.kundeaften-sc-form .gform_wrapper .gfield{
    position: relative;
}
.kundeaften-sc-form .gform_wrapper .gfield label{
    background: #222;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    left: 18px;
    line-height: 1;
    padding: 2px 5px 3px;
    position: absolute;
    top: -10px;
    z-index: 9;
}
.kundeaften-sc-form .gform_wrapper .gfield label .gfield_required,
.kundeaften-sc-form .gform_wrapper .gfield.hide-label label{
    display: none
}
.kundeaften-sc-form .gform_wrapper .gfield .ginput_container select,
.kundeaften-sc-form .gform_wrapper .gfield .ginput_container input[type="tel"],
.kundeaften-sc-form .gform_wrapper .gfield .ginput_container input[type="email"],
.kundeaften-sc-form .gform_wrapper .gfield .ginput_container input[type="text"]{
    height: 46px !important;
    border: none;
    color: #555;
    padding-left: 18px!important;
    padding-right: 18px!important;
    font-size: 15px!important;
}
.kundeaften-sc-form .gform_wrapper .ginput_container.valid:after{
    background: transparent url(../img/ico_check.png) center center no-repeat;
    content: "";
    height: 42px;
    position: absolute;
    right: 25px;
    top: 2px;
    width: 20px;

}
.kundeaften-sc-form .gform_wrapper .gfield .ginput_container .select-arrow{
    background: #fff url(../img/arrow-down.png) center center no-repeat;
    color: transparent;
    content: "";
    font-size: 20px;
    height: 46px !important;
    line-height: 30px;
    padding: 0 15px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #e5e5e5 !important;
    width: 15px;
    left: auto !important;
}
.kundeaften-sc-form .gform_wrapper .gfield .ginput_container{
    border: 1px solid #e5e5e5;
}

.kundeaften-sc-form .gform_wrapper .gform_footer{
    text-align: center
}

.kundeaften-sc-form .gform_wrapper .gform_button{
    background: #59a66d;
    border: 0 none;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    font-weight: 400;
    height: 48px;
    margin-bottom: 10px;
    padding: 9px 10px;
    text-transform: uppercase;
    font-size: 18px !important;
}
.kundeaften-sc-form .gform_wrapper .gform_button:hover{
    background: #2F8445;
}
.kundeaften-sc-form .gform_wrapper .validation_message,
.kundeaften-sc-form .gform_wrapper div.validation_error{
    display: none
}
.kundeaften-sc-form .gform_wrapper li.gfield.gfield_error,
.kundeaften-sc-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background-color: transparent;
    margin-bottom: 15px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
}

.kundeaften-sc-form .gform_wrapper .gfield.custom_error .ginput_container {
    border: 1px solid red;
    background-color: #f8d5d5;
}
.kundeaften-sc-form .ginput_container .custom_required_field{
    position: absolute;
    right: 0;
    top: 0;
    color: red;
}
.kundeaften-sc-form .gform_wrapper .gfield.custom_error .ginput_container input[type="email"],
.kundeaften-sc-form .gform_wrapper .gfield.custom_error .ginput_container input[type="text"]{
    background-color: #f8d5d5;
}
.kundeaften-error-block,
.kundeaften-limit-reached-block{
    text-align: center;
    color: red;
}
.kundeaften-error-block.hidden,
.kundeaften-limit-reached-block.hidden{
    display: none;
}
.kundeaften-loader{
    text-align: center;
    display: none
}
.pdf-option-form .pdf-opt-desc {
    margin-bottom: 30px;
    font-size: 16px;
}
@media (min-width:0px){
     .pdf-option-form input[type="number"],
    .pdf-option-form input[type="text"],
    .pdf-option-form input[type="email"],
    .pdf-option-form select {
        padding-left:10px;
        padding-right:10px;
    }
   
    .post-content .pdf-option-form h3,
    .pdf-option-form h3 {
        font-weight: 300;
        color:#3f5b69;
        text-align:center;
        text-transform:uppercase;
    }
    .pdf-option-form .gf-tooltip-icon-img {
        display: block;
        position: absolute;
        right: 0;
        top: -58px;
        z-index: 2;
        cursor: pointer;
    }
    .pdf-option-form #generatePDF .gf-tooltip-icon-img {  top: -48px; }
    .pdf-option-form .qtip-container {
        right:44px;
    }
    .pdf-option-form .qtip-container {
        max-width:216px;
    }
    
    .pdf-option-form .row-fluid {
        padding:5px 0;
    }
    .pdf-option-form .submit.row-fluid {
        padding: 0;
    }
    .pdf-option-form .row-fluid.eugdpr label {
        padding-bottom:0px;
    }
    .pdf-option-form .row-fluid.block3 {
        padding:5px 0 20px;
    }
    
    .page-id-469 #main,
    .page-id-5434 #main,
    .page page-id-469 #main
     {
        padding: 15px 5px 40px;
    }

    .postnum {
        max-width: 205px;
    }
    .pdf-option-form .postnummer-note { margin-top:6px; padding: 0 20px !important; }
    .rbox {
        max-width: 400px;
    }
    .graybox { margin:0 auto; width:70%;}
    
    .price-calculator-box h2 {
        font-size: 20px !important;
        margin-bottom: 0;
     }

}
@media (min-width:360px){
    .pdf-option-form .qtip-container {
        max-width:250px;
    }
    .pdf-option-form input[type="text"],
    .pdf-option-form input[type="email"],
    .pdf-option-form select {
        font-size:14px;
    }
     .pdf-option-form .custom-select .large.selection-done span.done { display: block}
     .pdf-option-form #generatePDF .row-fluid.invested .gf-tooltip-icon-img {  top: -30px; }
}
@media (min-width:384px){
    .pdf-option-form .qtip-container {
        max-width:280px;
    }
}
@media (min-width:390px){
 .pdf-option-form #generatePDF .gf-tooltip-icon-img,   
 .pdf-option-form #generatePDF .row-fluid.invested .gf-tooltip-icon-img {  top: -40px; }
}
@media (min-width: 482px) {
    .pdf-option-form .postnummer-note { margin-top:13.5px;}
}
@media (min-width:568px){
    .pdf-option-form input.medium,
    .pdf-option-form div.medium {
        width: 60%;
    }
    .graybox {
         max-width:292px;
    }
}
@media (min-width:0px) and (max-width:767px) {
    .pdf-option-form > .row { margin-left:-5px; margin-right:-5px;}
}
.no-spinners {
  -moz-appearance:textfield;
  padding-right: 0 !important;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pdf-option-form input[type="number"],   
.pdf-option-form input[type="text"],
.pdf-option-form input[type="email"],
.pdf-option-form select {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 15px;
    background: rgba(144,166,172,0.2);
    
    color: #022027;
}
#updatePriceCalculation .pdf-option-form input[type="email"] {
    background: #FFFFFF80 0% 0% no-repeat padding-box !important;
}
.price-calculator-box .footer-text input[type="email"] {
    border: 1px solid #022027;
    background: #fff;
}
.gf-tooltip-icon-img {
    background: rgba(144,166,172,0.2);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.gf-tooltip-icon-img:before {
    content: "\f128";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 16px;
    height: 16px;
    font-size: 8px;
    top: 3px;
    position: absolute;
    left: 5px;
    color: #035469;
}
.pdf-option-form .input-box {
    position: relative;
}
.pdf-option-form .input-box > label {
    position: absolute;
    width: 93%;
    top: 4px;
    left: 0;
    font-size: 15px;
    z-index: 1;
}
.pdf-option-form .postnum.input-box > label {
    left: 15px; 
}
.security-note {
    font-size: 12px;
    margin-top: 10px;
}
@media (min-width: 0px) {
    .pdf-option-form .input-box > label {
        padding: 0 15px;
        line-height: 38px;
    }
    #updatePriceCalculation .pdf-option-form .input-box > label {
        font-size: 11px;
    }
     
    .pdf-option-form #postnummer {
        width: 190px;
    }
    
}
@media (min-width: 360px) {
    #updatePriceCalculation .pdf-option-form .input-box > label {
        font-size: 12px;
    }
}
@media (min-width:414px) {
    #updatePriceCalculation .pdf-option-form .input-box > label {
        font-size: 13px;
    }
}
@media (min-width:480px) {
    #updatePriceCalculation .pdf-option-form .input-box > label {
        font-size: 15px;
    }
}
@media (min-width:720px){
     .pdf-option-form .gf-tooltip-icon-img {
        top: -48px;
       }

    .price-calculator-box h2 {
        font-size: 25px !important;
     }
     .pdf-option-form .input-box > label {
        padding: 9px 15px;
    }
    .pdf-option-form .postnum.input-box > label {
        padding: 0 15px;
    }
}
@media (min-width:768px){
    .pdf-option-form .gf-tooltip-icon-img { top: -42px;  }
       
    .price-calculator-box .pdf-option-form .qtip-container {
        right: 0 !important;
        top: 45px;
    }
    .pdf-option-form .email-wrapper,
    .pdf-option-form #generatePDF .custom-select {  width: 96%; }
    .pdf-option-form #generatePDF .row-fluid.invested .gf-tooltip-icon-img,
    .pdf-option-form #generatePDF .gf-tooltip-icon-img {
        top: 18px;
    }
    .pdf-option-form input.medium,
    .pdf-option-form div.medium {
        width: 50%;
    }
    .pdf-option-form > .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .rbox {
        max-width: 452px;
    }
    .col-sm-6 {
        float:left;
        width:50%;

    }
   
     .pdf-option-form .gf-tooltip-icon-img {
         right:-30px;
        top: 9px;
    }
    .pdf-option-form .qtip-container {
        right: 38px
    }
    .qtip-light .qtip-content { max-width: 300px; }
    .pdf-option-form .input-box > label {
        padding: 0 15px;
    }
    #updatePriceCalculation .pdf-option-form .input-box > label {
        font-size: 13px;
        padding-right: 0;
    }
}
@media (min-width:800px){
    .pdf-option-form .qtip-container {
        right: 25px;
    }
}
@media (min-width:980px){
    .pdf-option-form .qtip-container {
       right: 32px
    }
    /* .pdf-option-form .input-box > label {
        padding: 9px 15px;
    }*/
}
@media (min-width:992px){
    #updatePriceCalculation .pdf-option-form .input-box > label {
        font-size: 15px;
    }
    .col-md-6.custom-left {
        width:46%;
    }
    .col-md-6.custom-right {
        width:54%;
    }
    .post-content .pdf-option-form h1 {
        font-size: 40px;
    }
    .pdf-option-form .pdf-opt-desc span {
        font-size: 18px;
    }

    .pdf-option-form input.medium,
    .pdf-option-form div.medium {
        width: 47.5%;
    }

    .pdf-option-form .row-fluid {
        margin-bottom: 30px;
        padding: 0;
    }
    .price-calculator-box .pdf-option-form .row-fluid {
        margin-bottom: 15px;
        clear: both;
        text-align: left;
    }
    .price-calculator-box .pdf-option-form .row-fluid.no-mg-btm,
    .pdf-option-form .row-fluid.no-mg-btm {
        margin-bottom: 0;
    }
    
    .price-calculator-box .pdf-option-form .eugdpr.row-fluid {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .pdf-option-form .row-fluid.block3 {
        padding:5px 0 40px;
    }
}


.post-content .elem-contact-person-list.fusion-content-boxes .heading .content-box-heading {
    font-family: "Dax Pro Wide Medium";
}
.fusion-content-boxes.fusion-columns-1.elem-contact-person-list .fusion-column {
    margin-bottom: 28px;
    text-align: left;
    margin-top: 3px;
}

.fusion-content-boxes.fusion-columns-1.elem-contact-person-list .fusion-column.content-box-column-last,
.fusion-content-boxes.content-boxes-icon-on-side.elem-contact-person-list .heading {
    margin-bottom: 0;
}
@media (min-width: 0px) and (max-width:639px) {
    .fusion-content-boxes.fusion-columns-1.elem-contact-person-list .fusion-column {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .online-test-result .fusion-content-boxes.fusion-columns-1.elem-contact-person-list .fusion-column {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .post-content .elem-contact-person-list.fusion-content-boxes .heading .content-box-heading {
        font-size: 16px !important;
    }
    
}
@media (min-width:0px) {
    .price-calculator-box .pdf-option-form .button-default {
        min-width: 100%;
    }
    .elem-contact-person-list {
        font-size: 12px;
    }
    .security-note {
        margin-bottom: 0;
    }
}
@media (min-width: 414px) {
 
    .elem-contact-person-list {
        font-size: 14px;
    }
}
@media (min-width:600px) {
    .price-calculator-box .pdf-option-form .button-default {
        min-width: 264px;
    }
    .elem-contact-person-list {
        font-size: 15px;
    }
}
@media (min-width: 768px) {
    .security-note {
        margin-bottom: 0;
    }
}
/*Team box Form*/
.online-test-result .fusion-row {
    /*padding-left:10px;
    padding-right:10px;*/
}
/*.online-test-result #gform_wrapper_23.gform_wrapper .gfield input {
    margin-top: 0;
}
.online-test-result #gform_wrapper_23.gform_wrapper ul li.gfield {
    padding-right: 0;
    margin-top:0;
}
.online-test-result #gform_wrapper_23.gform_wrapper .gfield.md,
.online-test-result #gform_wrapper_23.gform_wrapper ul li.gfield.input-name,
.online-test-result #gform_wrapper_23.gform_wrapper ul li.gfield.input-phone,
.online-test-result #gform_wrapper_23.gform_wrapper ul li.gfield.input-name input,
.online-test-result #gform_wrapper_23.gform_wrapper ul li.gfield.input-phone input {
    width: 100%;
}
.online-test-result .gform_wrapper .top_label div.ginput_container.ginput_container_textarea {
    margin-top: 10px;
}*/
@media (max-width: 991px) {
    .online-test-result .newspaper.bg-lgray {
        margin-top: 30px !important;
    }
    
}
@media (max-width: 767px) and (min-width: 0px) {
    .online-test-result .fusion-content-boxes.content-boxes-icon-on-side.elem-contact-person-list .heading-with-icon img, .fusion-content-boxes.content-boxes-icon-on-side.elem-contact-person-grid .heading-with-icon img {
        max-width: 90%;
    }
    .online-test-result .fusion-body .fusion-layout-column,
    .online-test-result .fusion-fullwidth {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/*Price CALCULATOR*/
.slider-input {
    text-align: center;
    font-size: 16px !important;
    color: #035469 !important;
    border: 0 !important;
    margin-top: 15px;
    text-transform: uppercase;
}


.percentage label input {
    background: transparent !important;
    font-size: 16px !important;
    color: #333 !important;
    border: 0 !important;
}

.price-calculator-box .ui-state-default,
.price-calculator-box .ui-widget-content .ui-state-default,
.price-calculator-box .ui-widget-header .ui-state-default,
.price-calculator-box .ui-button,
html .price-calculator-box .ui-button.ui-state-disabled:hover,
html .price-calculator-box .ui-button.ui-state-disabled:active {
    border: 0px solid #c5c5c5;
    background: transparent url("../img/price-slider-holder.png") 0 center no-repeat;
    font-weight: normal;
    color: #454545;
}

.price-calculator-box .ui-slider-horizontal .ui-slider-handle {
    top: -13px;
    margin-left: -15px;
}
.price-calculator-box #slider-percentage.ui-slider-horizontal .ui-slider-handle { margin-left: -3px; }
.price-calculator-box .ui-slider .ui-slider-handle {
    z-index: 2;
    width: 33px;
    height: 33px;
    cursor: pointer;
}

.percentage label.pull-left,
.percentage label.pull-right {
    width: 49%;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
}

.percentage .text-left { text-align:left;}
.percentage .text-right { text-align:right;}

.ui-slider .ui-slider-range { background:#59a66d;}

.page-id-29 .hentry > .post-content {
    margin: 0 auto;
    color:#333;
}

.inner-center .team {
    max-width: 650px;
    margin: 0 auto;
    
}
.price-calculator-box .priser .footer-text {
    clear: both;
    background: rgba(144, 166, 172, 0.6);
    color: #022027;
    
}

/*.price-calculator-box,*/
.price-calculator-box h2 {
    text-align: left;
    text-transform: uppercase;
}
.price-calculator-box .footer-text h2 {
    font-family: "Open Sans", Garamond, serif !important;
    font-weight: 600 !important;
    margin-bottom: 20px;
}
.price-calculator-box h2.hdg-secondary-color {
    color: #035469 !important;
}
.price-calculator-box .inner-info > div img.gf-tooltip-icon-img {
    cursor: pointer;
    max-width: 45px;
    padding: 5px;
    right: -10px;
    z-index: 2;
}
@media (min-width:0px){
    .percentage label.pull-left,
    .percentage label.pull-right {
         font-size: 14px;
    }
    .price-calculator-box,
    .pdf-option-form .form-wrapper {
        padding: 20px;
    }
    .price-calculator-box .priser .footer-text > div {
        width: 100%;
    }
    .price-calculator-box .priser .footer-text {
        padding: 25px 20px 20px;    
    }
}
@media (min-width:768px){
    .percentage label.pull-left,
    .percentage label.pull-right {
         font-size: 16px;
    }
    .price-calculator-box,
    .pdf-option-form .form-wrapper {
        padding: 35px;
    }
    .price-calculator-box .priser .footer-text {
        padding: 40px 35px 35px;    
    }
    .price-calculator-box .priser .footer-text > div {
        width:48%;
    }
}
@media (min-width:992px){
    .price-calculator-box .priser .footer-text > div {
        width:45%;
    }
}
.price-calculator-box .inner-info { padding: 0; }
.price-calculator-box .qtip-container {
    position: absolute;
    top: 0;
    background: white none repeat scroll 0 0;
    border: 3px solid #7d9a9e;
    overflow: hidden;
    width: 100%;
    display: none;
    z-index: 22;
    min-width: 216px;
    right: 35px;
    font-size: 15px;
    text-align:left;
    font-weight:400;
}

.price-calculator-box .showtooltip .qtip-container {
    display:block;
}
.price-calculator-box .pdf-option-form .qtip-container {
    right:0;
}
.price-calculator-box .qtip-container.showme {
    display:block;
}
.price-calculator-box .qtip-container .qtip-content {
    background: #f6f6f6;
    padding: 15px 10px;
}
.price-calculator-box .inner-info label.hdg { position:relative; font-weight:600;  text-align:center; display:inline-block;}

@media (min-width:0px) {
    .price-calculator-box .inner-info label.hdg {
        font-size: 16px;
        padding-right:0;
    }
    .price-calculator-box .inner-info .result.sticky label.hdg {
        font-size: 17px;
    }
    .price-calculator-box .inner-info .result label.hdg {
        padding-right: 0;
        width: 100%;
        margin-top: 0;
    }
    .price-calculator-box .inner-info .result.sticky label.hdg {
        padding-top: 10px;
        margin-top: 0;
    }
    .price-calculator-box .inner-info label.hdg {
        margin-bottom: 40px;
    }
    .price-calculator-box .inner-info .result.sticky label.hdg {
        margin-bottom: 15px;
    }
     .price-calculator-box .inner-info > div img.gf-tooltip-icon-img {
         position: absolute;
         top: -5px;
    }
    .price-calculator-box .inner-info .qtip-container {
        max-width: 230px;
    }
    .price-calculator-box .pdf-option-form .qtip-container {
        right: 45px !important;
    }
    .result { position:relative;}
    .result .show-more-result { 
        display: none; 
        
    }
    .result.sticky .show-more-result { 
        display: block; 
        position: absolute;
        left:0;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        text-transform: none;
        font-size: 15px;
        font-weight:600;
    }
    .online-test-result .inner-center-chart text{
        font-size: 11px !important;
        font-family: Verdana, sans-serif !important;
        font-weight:Normal !important;
    }
    .online-test-result .stackchart-wrapper label > span {
        color: #474747;
        display: inline-block;
        fill: #474747;
        font: 12px/1.35 Verdana,sans-serif;
    }
}
@media (min-width:0px) and (max-width: 767px) {
    .price-calculator-box .pdf-option-form .inner-info label { position:relative; padding-right:35px;}
    .price-calculator-box .inner-info .border-right {
        border-right: 2px solid #eaeaea;
    }
    .price-calculator-box .inner-info .result label.hdg {
        margin-bottom: 15px;
    }
    .price-calculator-box .inner-info .result label.hdg.total {
        margin-top: 15px;
    }
    .price-calculator-box .inner-info .result .mg-btm30 {
        margin-bottom: 10px;
    }
    .price-calculator-box .inner-info label.hdg {
        margin-bottom: 20px;
    }
    
}

@media (min-width:600px){
    .online-test-result .inner-center-chart text{
      font-size: 12px !important;
    }
}
@media (min-width:720px){
    .price-calculator-box .inner-info label.hdg {
        margin-bottom: 20px;
    }
     .price-calculator-box .inner-info label.hdg {
        font-size:18px;
        padding-right:0;
    }
    
    .price-calculator-box .inner-info > div img.gf-tooltip-icon-img {
         position: relative;
         top: -10px;
    }
    .price-calculator-box .inner-info .qtip-container {
        max-width: 280px;
    }

    .price-calculator-box .pdf-option-form .qtip-container {
        right: 0 !important;
    }
     .online-test-result .stackchart-wrapper label > span {
       
        font: 13px/1.35 Verdana,sans-serif;
    }
    
    
}
.price-calculator-box .result > label {
    border-top:2px solid #eaeaea;
}
.price-calculator-box .inner-info label.hdg {
    margin-bottom: 30px;
    width: 100%;
    display: block;
    text-align: left;
}

@media (min-width: 768px) { 
   
    .show-more-result { display: none;}
    .result > .bdr-right {
        border-right: 2px solid #eaeaea;
    }
    .online-test-result .inner-center-chart text{
        font-size: 14px !important;
    }
     .online-test-result .stackchart-wrapper label > span {
       
        font: 14px/1.35 Verdana,sans-serif;
    }
    .online-test-result .team .list { float:left; width: 100%;}
    .online-test-result .team .list .item {
        float:left;
        width: 50%;
        
    }
}
.price-calculator-box .chart-area .tbl-cell span { position:relative; z-index:2;  }
.price-calculator-box .chart-area span.value { display:block; font-weight:600;  line-height: 1.0125;  text-align:center;  }
.price-calculator-box .chart-area span.label { line-height:1;margin-top:10px; display:block;}
.price-calculator-box .footer-text { font-size:18px; color:#59a66d;  }


.price-calculator-box .pdf-option-form label { text-align:left;}

.price-calculator-box .pdf-option-form .button { width:100%;font-family: 'Quicksand', Arial, Helvetica, sans-serif; }

.price-calculator-box .custom-select { position:relative;}
 
.price-calculator-box .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%;
}



    body { background-color: #fff; padding: 0; margin: 0; }
    body .newspaper a {
        color: #59a66d;
        cursor:pointer;
    }
    .page-template-page-test-redirect  iframe { display:none; }
    .page-template-page-test-redirect div.grecaptcha-badge div.grecaptcha-logo iframe { display:inline; }
    #main.testresult {
        padding-left: 0;
        padding-right: 0;
    }
    #page { font-family: "Quicksand",Arial,Helvetica,sans-serif; background-color: #fff; line-height:1.35;}
    .rel { position:relative;}
    .hdg-primary-color { color: #2b6571 !important; }
    .hdg-secondary-color { color: #7d9a9e; }
    .online-test-result .text-right { text-align:right;}
    .online-test-result .text-center { text-align:center;}
    .online-test-result > .inner-center {
        max-width:1000px; margin:0 auto;
    }
    .online-test-result > .inner-center > .inner-content {
        max-width: 650px;
        margin: 0 auto;
    }
    .fullwidth {
        padding-left:15px;
        padding-right:15px;
    }
    .online-test-result p.space-break {
        height: 10px;
        margin: 0;
    }
    .text-uppercase {
        text-transform:uppercase;
    }

    .round-spar span {
        display:block;
        text-align:center;
    }

    .online-test-result .inner-center-chart {
        margin:0 auto;
    }

    

    .online-test-result .row-fluid {
        float:left;
        width:100%;
    }
    .online-test-result .pdf-option-form .row-fluid {
        float:none;
    }
    .online-test-result .row-fluid > div{
        padding-top:5px;
        padding-bottom:5px;
    }
    .online-test-result .row-fluid > div.qtip-container{
        padding-top:0;
        padding-bottom:0;
    }
    .online-test-result { color: #333;}
    .online-test-result input[type="text"],
    .online-test-result input[type="email"],
    .online-test-result textarea { color: #333 !important;}
    .online-test-result h1 {
        font-size: 44px;
        font-weight: 300;
        margin-top:50px;
        text-transform: uppercase;
        text-align:center;
    }

    .online-test-result h1.border-bottom {
         border-bottom: 2px solid #e5e5e5;
         padding: 0 0 50px;
         margin-bottom: 50px;
    }

    .online-test-result h2 {
        margin-bottom: 20px;
    }
    .online-test-result .priser h2 {
        margin-bottom: 0px;
    }
    .online-test-result h3 {
        font-size:18px;
        line-height: 1.125;
    }
    .online-test-result .spar-wrapper h3 {
        margin-bottom: 10px;
    }
    .online-test-result .fullwidth {
        width:100%;
       margin-bottom:30px;
    }
    .online-test-result .bg-white {
        background-color:#fff;
    }
    .bg-lgray {
        background-color: #F4F6F7;
    }
    .online-test-result .spar-wrapper .bg-lgray {
         padding-top:12px;
         padding-bottom:15px;
    }
    .online-test-result .newspaper.bg-lgray {
        margin-bottom: 95px;
        margin-top: 75px;
        padding-bottom: 45px;
        padding-top: 45px;
    }
    .online-test-result .fusion-row.bg-lgray {
        padding-top:30px;
        padding-bottom:30px;
		overflow: hidden;
    }
    .online-test-result ul {
        margin:0 0 0 15px;
        padding:0;
    }

    .online-test-result ul.inline_list{
        width: 45%;
        float: left;
    }
    .online-test-result ul.inline_list.last{
        margin:0px 0px 0px 35px;
    }
    .online-test-result .clear_inline_float{
        clear:both;
        display:block;
    }

    .online-test-result td {
        padding-left:15px;
        padding-right:15px;
    }
    .online-test-result ul li {
        margin:0;
        padding:0;
        line-height: 1.5;
    }
    .border-top-solid-3px-green {
        border-top:3px solid #7d999c;
    }
    .border-top-solid-2px-green {
        border-top:2px solid #7d999c;
    }
    .border-top-solid-2px-gray {
        border-top:2px solid #e5ebeb;
    }
    .border-bottom-solid-2px-green {
       border-bottom:2px solid #7d999c;
    }

    .border-bottom-solid-2px-green {
        border-bottom:2px solid #7d999c;
    }
    .border-bottom-solid-2px-gray {
       border-bottom:2px solid #e5ebeb;
    }

    .no-margin-bottom {
        margin-bottom:0 !important;
    }
    .spar-wrapper {
        position: relative;
    }
    .round-spar {
        background-color: #59a66d;
        border-radius: 62px;
        color: #fff;
        height: 124px;
        left: 50%;
        margin-left: -62px;
        padding-top: 25px;
        width: 124px;
    }

    .spar-label {
        font-size:15px;
    }
    .spar-percent {
        font-size: 24px;
        font-weight: bold;
    }
    .spar-amount {
        font-size:12px;
    }
    .online-test-result .text-center {
        text-align:center;
    }
    .online-test-result .team .list {
        margin-top: 10px;
    }
    .online-test-result .team .list .item {
        margin-bottom: 30px;
    }
    .online-test-result .team img {
        border-radius: 49px;
        display: block;
        height: 98px;
        margin: 0 auto 12px;
        width: 98px;
    }
    .online-test-result .item span {
        display: block;
        font-size: 11px;
        line-height: 1.65;
    }
    .online-test-result .item span.tel,
    .online-test-result .item span.city {
        font-weight:bold;
        color:#666;
    }
    .online-test-result table { width:100%;}
    .online-test-result #stackchart { /*min-width: 280px;*/ height: 400px; margin: 0 auto }
    .online-test-result #barchart {height: 380px;}
    .online-test-result .highcharts-xaxis-labels tspan { display:none;}
    .online-test-result .highcharts-point { border-radius: 0 !important;}

    .online-test-result .fulldwidth .legend { width:20px; margin-right:6px; height:12px; display:inline-block;  position: relative;
    top: 2px;}
    .online-test-result .fullwidth label { margin-right:7px; margin-left:7px;}
    .online-test-result .fullwidth label > span { display:inline-block; line-height:2; fill:#474747;color:#474747;}
    .online-test-result .legend.legend1 {background:#b2c6cd;}
    .online-test-result .legend.legend2 { background:#7d9a9e;}
    .online-test-result .legend.legend3 {background:#2b6571;}
    .online-test-result .stackchart-wrapper .legend {
        display: inline-block;
        height: 12px;
        margin-right: 6px;
        position: relative;
        top: 2px;
        width: 20px;
    }
    .online-test-result .stackchart-wrapper label > span {
        color: #474747;
        display: inline-block;
        fill: #474747;
    }

    /*.online-test-result .gform_wrapper {
        margin: 50px 0 10px;
    }
    .online-test-result .gform_wrapper .gform_heading {
        display:none;
    }
    .online-test-result .gform_wrapper .gfield {
        position:relative;
    }
    .online-test-result .gform_wrapper .gfield > label {
        background: #000;
        border-radius: 3px;
        color: #fff;
        font-size: 11px;
        left: 10px;
        line-height: 1;
        padding: 2px 5px 3px;
        position: absolute;
        top: -8px;
        display: none;
        z-index: 1;
    }

     .online-test-result .gform_wrapper .gfield label span {
        line-height:1 !important;

     }
    .online-test-result .gform_wrapper .gfield.gfield_error label {
        top: -20px;
    }

    .online-test-result .gform_wrapper .top_label div.ginput_container{
        margin-top:2px;
    }
    .online-test-result .gform_wrapper div.validation_error {
        border-bottom: 0 solid #790000;
        border-top: 0 solid #790000;
        padding: 16px 20px 16px 0;
    }


    .online-test-result .gform_wrapper .gfield.sm {
        box-sizing: border-box;
        clear: none;
        float: left;
        margin-top: 0;
        width: 25%;
    }
    .online-test-result .gform_wrapper .gfield.md {
        box-sizing: border-box;
        clear: none;
        float: left;
        margin-top: 0;
        width: 75%;
    }
    .online-test-result .gform_wrapper .gfield label span {
        color:#fff;
    }
    .online-test-result .gform_wrapper .gfield input[type="email"],
    .online-test-result .gform_wrapper .gfield input[type="number"],
    .online-test-result .gform_wrapper .gfield input[type="tel"],
    .online-test-result .gform_wrapper .gfield input[type="text"] {
        height: 45px;
        padding:5px 15px !important;
    }
    .online-test-result .gform_wrapper .gfield textarea {
        height: 150px;
        padding:5px 15px !important;
    }
    .online-test-result .gform_wrapper .gform_footer {
        text-align:center;
    }
    .online-test-result .gform_wrapper .button {
        background: #59a66d;
        height: 48px;
    }

    .online-test-result .gform_wrapper .button:hover {
        background: #2f8445 !important;
        opacity:1;
        color:#fff !important;
    }
    .online-test-result .gform_wrapper .field_description_below .gfield_description {
        padding-top: 0;
    }
    .online-test-result .gform_wrapper li.gfield.gfield_error,
    .online-test-result .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
        background-color: transparent;
        border-bottom: 0 solid #c89797;
        border-top: 0 solid #c89797;
        box-sizing: border-box;
        margin-bottom: 0 !important;
        padding-bottom: 0;
        padding-top: 0;
    }
    */

    .online-test-result #barchart-legend label {
        display: inline-block;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: right;
        font-size: 14px;
    }
    div.result { position: relative; }
    @media (min-width:0px){
        .round-spar {
            position:relative;
        }
        .img-news {
            position: relative;
            right: auto;
            top: 0;
        }
       .col-xs-ptop40 {
            padding-top: 40px;
        }

        .online-test-result #barchart-legend {  padding-left:90px; }
        .online-test-result #barchart-legend label { width: 109px;}
        .online-test-result #barchart-legend label.lbl1 {
            width: 106px;
        }

         .online-test-result .gform_wrapper .button {
            font-size: 14px !important;
        }

        .online-test-result > .inner-center{
            width:90%;

        }
        .price-calculator-box .footer-text,
        .price-calculator-box .inner-info > div  { padding: 20px 0 0 0; }
        .price-calculator-box .inner-info > div.result { padding:0 0 20px; }
        .price-calculator-box .inner-info > div.sticky-anchor {
            padding: 0;
            height: 1px;
            clear: both;
            width: 100%;
        
        }
        .pdf-option-form .button { font-size: 15px !important; }
       
        .price-calculator-box .inner-info span.label {
            font-size: 14px;
            font-weight: 400;
        }
       
    }
    @media (min-width:0px) and (max-width:767px){
        .img-news {
            margin-top:20px;
            margin:15px;
        }
        .online-test-result #stackchart-legend { padding-left:70px;}
        .online-test-result #barchart-legend label { display:none !important;}
        .price-calculator-box .inner-info .border-right {
            padding-left: 5px;
            padding-right: 5px;
        }
        .price-calculator-box .inner-info .result .col-xs-6 {
            padding-left: 5px;
            padding-right: 5px;
        }

        .price-calculator-box .inner-info > div.result.sticky {
            position: fixed;
            bottom:-2px;
            z-index: 99999;
            left: 0;
            background: #f6f6f6;
            border-top: 3px solid #7d999c;
            height: auto;
            width: 100%;
        }
        .price-calculator-box .inner-info > div.result.sticky  .last,
        .price-calculator-box .inner-info > div.result.sticky  .bar-result .label { display: none;}
    }
    @media(min-width:768px){
       
        .price-calculator-box .inner-info span.label {
            font-size:16px; font-weight:600;
        }
        
        .online-test-result #barchart-legend {  padding-left:159px; }
        .online-test-result #barchart-legend label { width: 75px;}
         .online-test-result .gform_wrapper .button {
            font-size: 18px !important;
        }
        .online-test-result .inner-center-chart {
            width:80%;

        }
        .price-calculator-box .inner-info > div.result  { width: 100%;}
        /*.price-calculator-box .inner-info > div  { padding:0 30px 0; }
        
        .price-calculator-box .inner-info > div.investment,
        .price-calculator-box .inner-info > div.percentage { width: 50%;}*/
        .price-calculator-box .footer-text { padding: 20px 0; }
        .pdf-option-form .button { font-size: 18px !important; }
    }
     @media(min-width:980px){
        .online-test-result #barchart-legend { padding-left: 119px;}
        .online-test-result #barchart-legend label { width: 102px;}
       
     }
    @media(min-width:992px){
        .online-test-result #barchart-legend { padding-left: 110px;}
        .online-test-result #barchart-legend label { width: 105px;}
        .col-md-pleft0 { padding-left:0;}
        .col-md-pright0 { padding-right:0;}

        .col-md-pright50 {
            padding-right: 50px !important;
        }
        .col-md-pleft50 {
            padding-left: 50px !important;
        }
        .round-spar {
            bottom: -62px;
            position: absolute;
            z-index: 1;
        }
        .img-news {
            position: absolute;
            right: -40px;
            top: -112px;
        }
        .spar-wrapper {
            margin-bottom: 60px;
        }

    }
    @media (min-width:1024px){
        .online-test-result #barchart-legend { padding-left: 95px;}
        .online-test-result #barchart-legend label {  width: 108px; }
	.img-news {
	     
        }
    }
    @media(min-width:1200px){
         .online-test-result #stackchart-legend { padding-left:90px;}
         .online-test-result #barchart-legend {  padding-left:90px; }
         .online-test-result #barchart-legend label { width: 110px;}
         .online-test-result #barchart-legend label.lbl4 { width: 109px;}
         .result .show-more-result { 
            display: none !important; 

        }
	.img-news {
           
            right: -100px;
        }
    }

.gform_confirmation_message { color: green;}
.gform_validation_error .gform_wrapper .gform_footer { padding-top:0 !important; margin-top:0 !important;}
.gform_wrapper .contactform { display:none;}
.gform_footer { position:relative;}
img.gform_ajax_spinner { display:none !important; position:absolute; left:45%; top:-10px; margin-top:5px; width:24px !important;height:16px !important;}


/*Overlay Form*/
.close-eugdpr {
    position: relative;
    top: -20px;
    right: -25px;
    float: right;
    padding: 3px 8px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;

}
#overlayForm {
    position:fixed;
    background:#000;
    opacity:.5;
    -webkit-opacity:.5;
    -moz-opacity:.5;
    z-index:99991;
    top:0;
    left:0;
    height:100%;
    width:100%
}

#processing-pdf {
    background-color:#ffffe4;
    border: 1px solid #e9e05f;
    position: fixed;
    z-index:99992;
    padding:25px;
    top: 45%;
    left:50%;
}
#processing-pdf img { margin-left:15px; margin-top:3px;}
#processing-pdf.eugdpr-popup {
    background-color: #fff;
    border: 1px solid #ccc;
}
.text-center { text-align: center;}
.btn-default {
    padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;
    background: #474747;
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 12px;
    display: inline-block;
    margin: 0 8px;
}
.mg-top0 { margin-top:0; }
.mg-btm0 { margin-bottom:0;}
.mg-btm15 { margin-bottom: 15px;}
.mg-btm30 { margin-bottom: 30px;}
#frmUnsubscribe img { margin-top: 10px;}
@media (min-width:0px){
    #processing-pdf {
        max-width:250px;
        margin-left:-125px;
    }
}
@media (min-width:600px){
    #processing-pdf {
        max-width:435px;
        margin-top:-40px;
        margin-left:-200px;
    }
    #processing-pdf.eugdpr-popup {
        max-width: 500px;
        margin-left: -250px;
    }
}

@media (min-width:768px){
    #processing-pdf.eugdpr-popup {
        max-width: 600px;
        margin-left: -300px;
    }
}


/*Gform 15*/
.gform_fields .prev-next {
    margin: 14px 0;
    width: 100%;
    padding: 16px 0 0;
    clear: both;
}

/*.gform_wrapper .gform_page_footer .button.gform_previous_button { display:none !important;}*/
.gform_fields:last-child .gform_page_footer { display: block;}

.gform_fields .prev-next a.prev {
    margin-right: 10px;
}

.gform_fields .next a,
.gform_fields .prev-next a {
    padding: 11px 20px;
    background: #035469;
    color: #ffffff;
    border: 1px solid #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    margin-top: 5px;
    display: inline-block;
    height: 46px;
    min-width: 137px;
    font-weight: 600;
}
#gform_15 .gform_page_footer { display:none;}

@media (min-width:0px) and (max-width: 479px) {
    .gform_fields #field_15_28.html-prev-next a.prev,
    .gform_fields #field_15_28.html-prev-next a.send {
        margin-right: 0;
        width: 100%;
    }
}

#gform_15 #loading { margin: 18px 10px 0;}
.success-message {
    color: green;
    font-weight: 700;
    font-size: 18px;
}
.gform_wrapper ul.gform_fields li.gfield.prev-next.block-3 {
    float:left;
    width: auto;
}
#gform_wrapper_15.gform_wrapper .gform_footer {
    margin: 8px 0 0;
    clear: none;
    width: auto;
    float: left;
}

.gform_wrapper ul.gfield_radio {
    border: 1px solid transparent;
}
.gform_wrapper .gfield input[type="text"].error,
.gform_wrapper ul.gfield_radio.error,
.gform_wrapper .chosen-container-single .chosen-single.error {
    border: 1px solid red !important;
}
.gform_fields .prev-next.block-3 {
    border-top:0;
}
.gform_fields li.block-3.hidden { display:none !important;}
.gform_wrapper .row-fluid.eugdpr label {
   display: block;
    position: relative;
    padding-left: 25px;
    font-size: 12px !important;
    line-height: 20px !important;
    /*font-family: "Quicksand",Arial,Helvetica,sans-serif;*/
}
.gform_wrapper .row-fluid.eugdpr label input {
    position: absolute;
    left: 0;
    top: 1px;
}
@media (max-width:680px){
    .kundeaften-sc-form .ginput_container .custom_required_field{
        right: -15px;
    }
    .kundeaften-sc-form .gform_wrapper .ginput_container.valid:after{
        right: 15px;
    }
    .kundeaften-sc-form .gform_wrapper .gform_button{
        font-size: 14px!important;
        white-space: normal;
        line-height: 16px!important;
    }
}

.kundeaften-guest-count .custom_required_field {
    display:none;
}

.savings-title {
	border-bottom: 2px solid #c0bfbf;
	margin-bottom: 10px;
	padding-bottom: 30px
}

.overlay {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: #fff;
    opacity: 0.60;
    z-index: 1;
    display: none;
}

.spinner {
  margin: 0 auto 0;
  width: 100px !important;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #e8e8e8;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.fusion-logo img {
    height: auto !important;
}
.f-bold {font-weight: 700; }
.f-semi-bold {font-weight: 600;}
.fs-default { font-size: 14px !important; font-weight: normal !important;}
.f-right { float:right;}
.tc-white { color: #fff; }
.tc-default { color: #333 !important; }
.ta-left { text-align: left; }
.bar-chart { width:100%; margin-top:30px;}
.tbl { display: table; }
.tbl-row { display: table-row; }
.tbl-cell { display: table-cell; float:none;}
.valign-bottom { vertical-align: bottom; }
.valign-middle { vertical-align: middle; }

.bar-chart .col-xs-4 { float:none;}
.bar-chart .col-xs-4 .bar { margin: 8px auto 0; display: table; }
.bar-chart .col-xs-4 .bar.hide { display: none; }
.bar-chart .tbl {
    display: table;
    float: none;
    width: 100%;
    margin: 0 AUTO;
}
.bar-chart > .tbl {  margin-bottom: 30px;}
.bar-chart > .text-result.hide { display: none; }
div.result.sticky.bar-chart > .tbl {
    margin-bottom: 19px;
}
.bar-chart span { line-height: 1.35em !important;}
.bg-bar { clear:both; display: table-cell; vertical-align:middle; width: 100%; }
.bar-height {
     -moz-transition: height .5s ease;
  -webkit-transition: height .5s ease;
  -o-transition: height .5s ease;
  transition: height .5s ease;
}
.bg-bar1-a { background:#377785; }
.bg-bar1-b { background:#003e4b; }
.bg-bar2 { background:#DD070F; }
.bg-bar3 { background:#189002; }
.bg-white { background: #fff; }
.tc-green { color: #189002 !important; }
.tc-dgreen { color: #035469 !important; }
.tc-pomelo { color: #DD070F !important; }
.bar-chart .box,
.bar-chart .box .tbl-cell > div { width: 100%;}
.bar-chart .box .tbl-cell { float: none;}
.text-result > div { padding: 20px; }
.text-result > div span.tr-label { width: 80%; display:inline-block; }
.bar-chart .text-result .div-grp > div { padding: 2px 0 3px 25px; position: relative; }
.bar-chart .control__indicator { border:0;top: 5px; width: 16px; height: 16px;}
.bar-chart .top-label {display:block;}
.ftr-label {
    padding: 10px 0 0;
    border-top: 1px solid #035469;
    margin-top: 10px;
}
.ftr-label .nopad { padding-left:0; padding-right:0;}
.ftr-label .col-xs-3 { text-align:right; }
.bar-result { padding-top: 10px; }

div.border-graph { display:none;}
/*.wborder .chart-area > div { border-bottom: 1px solid #eaeaea; position: relative; }*/
.bar-chart .tbl.bar-result { position:relative; }
.wborder .chart-area > div.border-graph {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 0 solid #eaeaea;
}
.wborder .chart-area {
    position: relative;
}

.wborder .chart-area > div.border-graph:after { background:transparent;}
.wborder .chart-area > div.border-graph span {
    border-top: 1px solid #eaeaea;
    width: 100%;
    display: block;
    height: 23px;
}
.wborder .chart-area > div.border-graph span.after-span {
    border-bottom: 1px solid #eaeaea;
}
.gform_wrapper #gform_15 .top_label .gsection_description { font-size: 14px !important; }
@media (min-width:0px){
    
    .bar-chart .tbl.bar-result .label {
        font-size: 11px;
    }
    .bar-chart .tbl.bar-result .label > div {
        padding-top: 10px;
    }
    .wborder .chart-area > div.border-graph {
        bottom: 68px;
    }
    .sticky .wborder .chart-area > div.border-graph {
        bottom: 0;
    }
    .bar-chart .col-xs-4 .bar { 
        position: relative;
        z-index: 1; 
        width: 100%; 
        max-width: 130px;
        font-size: 11px;
    }
    
    .bar-chart .top-value { font-size:15px; }
    .bar-chart .top-label {
        margin-left: -10px;
        margin-right: -10px;
        font-size: 12px;
    }
    .price-calculator-box .inner-info .bar .value.percent { color:#fff; }
    .label .valign-middle { 
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 10px;
        line-height: 1.5;
    }
    .label img { max-width:75px;}
}
@media (min-width:0px) and (max-width:719px){
    .bar-chart .col-xs-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
   
    .bar-chart .box .tbl-cell { float:left; width: 100%; margin-bottom: 15px;}
}
.text-result .col-2 .ftr-note {
    padding-left: 25px;
    margin-top: 10px;
}

@media (min-width: 375px) {

    .bar-chart .col-xs-4 .bar,
    .bar-chart .tbl.bar-result .label {
        font-size: 12px;
    }
    .ftr-label { font-size: 16px; }
}    

@media (min-width:568px) {
    .bar-chart .col-xs-4 .bar, 
    .bar-chart .tbl.bar-result .label {
        font-size: 14px;
    }
}
@media (min-width: 768px ){
    .bar-chart .top-value { font-size:35px; }
    .label .valign-middle { font-size:13px;}
    
    .bar-chart .col-xs-4 .bar,
    .bar-chart .tbl.bar-result .label {
        font-size: 16px;
    }
    .bar-chart .tbl.bar-result .label > div {
        padding-top: 15px;
    }
    .wborder .chart-area > div.border-graph {
        bottom: 58px;
    }
}

@media (max-width: 767px){
    #processing-pdf {
        top: 10%;
    }
    
    #processing-pdf img{
        margin-left: auto;
        margin-right: auto
    }
    
    #processing-pdf .btn-default{
        display: block;
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    #processing-pdf .btn-default:last-child{
        margin-bottom: 0;
    }
    
    #processing-pdf .close-eugdpr{
        position: absolute;
        top: 5px;
        right: 5px;
    }
}

.flex-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-container.text-result {
    margin-bottom: 20px;
    padding-top: 20px;
}
@media (min-width: 0px) {
    .flex-container.two-col > div,
    .flex-container.two-col.text-result > div {
        width: 100%;
    }
    .flex-container.two-col > div.investment {
        margin-bottom: 20px;
    }
    .flex-container.text-result {
        font-size: 14px;
    }
    .flex-container.two-col.text-result > div.col-2 span.value {
        position: absolute;
        right: 0;
        top: 3px;
    }
}
@media (min-width: 720px) {
    .bar-chart .top-value {
        font-size: 24px;
    }
    .flex-container.two-col > div {
        width: 46%;
    }
    .flex-container.two-col.text-result > div {
        width: 48%;
    }
    .bar-chart .col-xs-4 .bar,
    .flex-container.text-result {
        font-size: 16px;
    }
}

.inner-info .investment,
.inner-info .percentage {
    color: #035469;
}

.gform_wrapper .chosen-container-single .chosen-single {
    height: 38px !important;
    border: 1px solid #035469 !important;
    background-color: #fff !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #035469 !important;
    line-height: 34px !important;
    font-size: 16px !important;
    
}
.gform_wrapper .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px !important;
}
.gform_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    background: transparent !important;
    background-image: none !important;
    top: 0 !important;
    transform: none !important;
}
.gform_wrapper .chosen-container-single .chosen-single div b:before {
    content: "\f140";
    width: 12px;
    height: 10px;
    position: absolute;
    font: normal 20px/1 dashicons;
    font-size: 28px;
    left: -15px;
    top: 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .gform_wrapper .chosen-container-single .chosen-single div b {
        background-size: 0 !important;
    }
}
@media (max-width: 767px){
    .kundeaften-sc-wrapper .kundeaften-sc-content{
        padding: 20px 35px 20px 20px !important;
    }
    .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .gfield_select[multiple=multiple] {

        padding-left: 10px !important;
        padding-right: 35px !important;

    }

    
}
.kundeaften-sc-form .ginput_container_select .custom_required_field {
    display: none !important;
}

.kundeaften-sc-form .gform_legacy_markup_wrapper {
    margin-bottom: 0px !important;
}
.kundeaften-sc-form .gform_legacy_markup_wrapper .gform_footer {
    padding-bottom: 0px !important;
}

.kundeaften-sc-form ul.gform_fields.top_label.form_sublabel_below.description_below {

    height: 250px !important;

}
.kundeaften-sc-form  ul.gform_fields.top_label.form_sublabel_below.description_below.guest-no-1 {
    height: 450px !important;
}
.kundeaften-sc-form  ul.gform_fields.top_label.form_sublabel_below.description_below.guest-no-2 {
    height: 650px !important;
}
.kundeaften-sc-form .gform_wrapper h3.gform_title {
    display: none !important;
}

.kundeaften-sc-form .gform_wrapper .gfield .ginput_container select, .kundeaften-sc-form .gform_wrapper .gfield .ginput_container div {
    height: 38px !important;
} 

