html {
    text-align: center;
    font-family: 'Work Sans';
    font-size: 1.3em;


}

body {
    /* background-image: linear-gradient(rgba(2,2,2, 0.01), rgba(0,0,0,0.0));*/

}

.leansailsContainer {
    width: 100%;
    clear: both;
    color: #597C7B !important;
    /*border: 2px solid #0b3a39;*/
    /* background-image: linear-gradient(rgba(2,2,2, 0.01), rgba(0,0,0,0.0));*/

}

.leansailsContainer .part2,
.partform .part2,
.part2 {
    display: none;
}

.leansailsContainer .part3,
.partform .part3,
.part3 {
    display: none;

}

.leansailsContainer hr {
    margin: 0;
}

.leanRow {
    border-bottom: 1px dotted #ccc;
}

.leansails-grid-6 {
    width: 40%;
    margin: 0 5%;
    padding: 0;
    float: left;
    text-align: left;
    position: relative;
    /* background-image: linear-gradient(rgba(2,2,2, 0.01), rgba(0,0,0,0.0));*/
}

.spinorange {
    /* background: rgba(247,216,149,0.33)*/
    border-radius: 60px 60px 60px 60px;
    /*overflow: hidden;*/
    border-color: #597C7B;
    /*display: flex;*/

}

.spinorange h4 {
    /* line-height:50px;*/

}

.leansailsContainer h3 {
    background: #0b3a39;
    color: #fff !important;
    margin-bottom: 0 !important;
}

.radioset {
    margin-bottom: 30px;
}

.partform .wpcf7-submit,
.partform input[type="text"],
.partform input[type="email"],
.partform input[type="number"],
.partform select,
.partform textarea,
.send-copy-form .wpcf7-submit,
.send-copy-form input[type="text"],
.send-copy-form input[type="email"],
.send-copy-form input[type="number"],
.send-copy-form select,
.send-copy-form textarea,
.leansailsContainer input[type="text"],
.leansailsContainer input[type="email"],
.leansailsContainer input[type="number"],
.leansailsContainer select,
.leansailsContainer textarea {
    margin: 0 auto 20px auto;
    /*max-width:350px;*/
    width: 98%;
    padding: 10px 12%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    border-width: 1px;
    border-color: #ccc;
}

.partform .wpcf7-submit,
.send-copy-form .wpcf7-submit {
    border-radius: 30px;
    font-size: 20px;
    font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #733821;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer
}

.partform input,
.send-copy-form input {
    padding: 6px;
}

.leansailsContainer #log,
.leansailsContainer .rowhtmlline {
    margin-bottom: 40px;
    padding: 10px;
    background: #fff;
    font-size: 17px;
    color: #0b3a39;
}

.partform .pl,
.send-copy-form .pl,
.leansailsContainer .pl {
    text-align: left;
    position: relative;
}

.partform .pl,
.send-copy-form .pl,
.leansailsContainer .pr {
    text-align: right;
    font-family: serif;
    position: relative;
}

.leansailsContainer .basketLine {
    font-size: 1.4em;

    color: #ffffff;
    position: relative;

}

.part2 .basketLine {
    font-size: 1.3em;
    width: 38vw;
    display: inline-block;
    margin: 2vw;
    color: #ffffff;
    position: relative;

}

.part2 h4 {
    margin-top: 80px;
}

.leansailsContainer .basketLine span,
.partform .basketLine span,
.send-copy-form .basketLine span {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 25px;
    width: 30px;
}

.et_pb_button {
    cursor: pointer;
}

.leansailsContainer .basketLine span.editter {
    color: #ccc;
    text-transform: lowercase;
    font-size: 90%;
    text-align: right;
    position: absolute;
    right: 40px;

}

#tilbageknappen {
    cursor: pointer;
}

.leansailsContainer .basketLine span.deletter {
    color: #ccc;
    font-size: 90%;
    text-align: right;
    text-transform: lowercase;
    position: absolute;
    right: 0px;
}

#summary .deletter,
#summary .editter {
    display: none !important
}

.part2 #summary-footer {
    display: none;
}

.leansailsContainer .codeLine,
.codeLine {
    display: none;
}

.leansailsContainer input[type='radio'] {
    /* height:100%; */
}

.basketLine {


    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 30px !important;
    color: #BAB035 !important;
    font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.wpcf7-radio [type="radio"]:checked,
.wpcf7-radio [type="radio"]:not(:checked) {
    position: static !important;
    left: 0 !important;

}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    padding-right: 20px;
    cursor: pointer;

    margin-right: 10px;
    line-height: 20px;
    display: inline-block;
    width: 40%;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0b3a39;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.leansails-grid-6 input[type="radio"]:nth-child(2),
.leansails-grid-6 label:nth-child(2) {
    /*margin-left:15px!important;*/

}

.leansails-set-b,
.leansails-set-c,
.leansails-set-d,
.leansails-set-e,
.leansails-set-f {
    display: none;
}

.LeanSailLogo {
    width: 20vw;
    max-width: 200px;
}

.circle {
    border-radius: 10px;
    display: inline-block;
    height: 12px;
    margin-right: 6px;
    width: 12px;
}

.rowhtmlline {
    display: none;
}

#summary-footer {
    text-align: left;

}

#summary .rowhtmlline {
    display: block;
}

textarea.wpcf7-textarea.hidden {
    display: none !important;
}

/* @media only screen and (max-width: 1200px) {

    .leansails-grid-6 {
        width: 100%;
        margin: 0%;
        float: none;
        display: block;

    }
} */