@charset "UTF-8";

.colh {
    display: none;
}

#RateCalculator, #ApplicationForm {
    width: 100%;
    height: 100%;
}

#ApplicationForm {
    display: none;
}

#sctRechner .rechnerbg {
    background: url(../img/calcbg.jpg) right top no-repeat;
    background-size: cover;
    width: 35%;
    float: left;
    height: 100%;
    min-height: 675px
}

#sctRechner .calc {
    width: 30%;
    float: left;
    background: #0e72b5;
    height: 100%;
	min-height: 675px;
    color: #fff;
}

#sctRechner .calcSubmit {
    margin-top: 20px;
    line-height: 30px;
    background: #13649a;
    border: 1px solid #dadada;
    color: #fff;
    cursor: pointer;
}

#sctRechner .calcSubmit:hover {
    background: #2073aa;
}

#sctRechner .calcSubmit:active {
    background: #0e5a8d;
}

#sctRechner .calc .sectionSubtitle {
    margin-bottom: 30px;
}

#sctRechner .calcContent {
    padding: 70px 60px 0 60px;
}

#sctRechner .calcdesc {
    width: 35%;
    float: left;
    background: #fff;
    height: 100%;
	min-height: 675px;
    padding: 60px 30px 0 30px;
    box-sizing: border-box;
}

#sctRechner .calcResult {
    background: #f3f8fb;
    padding: 20px;
    margin-bottom: 20px;
}

#sctRechner .calcResultValue {
    color: #0e72b5;
    font-size: 30px;
}

#sctRechner #calcResultTotalContainer .sectionTitle {
    text-decoration: underline;
}

#sctRechner #calcResultTotalContainer .calcResultValue {
    font-weight: bold;
}

  

#ApplicationForm .left {
    float: left;
    width: 30%;
    height: 100%;
	min-height: 850px;
    background: #0e72b5;
    box-sizing: border-box;
    color: #fff;
    padding: 20px 0 0 0;
}

#ApplicationForm .left p {
    padding-left: 20px;
}

#ApplicationForm .left a {
    display: block;
    color: #fff;
    font-size: 1.3vw;
     line-height: 2.9vw;
    text-decoration: none;
    padding-left: 20px;
}

#ApplicationForm .left a:hover,
#ApplicationForm .left a.active {
    background: #fff;
    color: black;
}

#ApplicationForm .right {
    float: left;
    width: 70%;
    height: 100%;
	min-height: 850px;
    padding: 50px 20px 0 20px;
    background: #fff;
    box-sizing: border-box;
}

#ApplicationForm .right p {
    font-size: 16px; 
    line-height: 20px;
    padding: 3px 0 10px 0;
}

#ApplicationForm .right > div {
    display: none;
    background: #fff;
}

#ApplicationForm .right .col-1 {
    clear: both;
    box-sizing: border-box;
    padding: 10px;
}

#ApplicationForm .right .col-2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}

#ApplicationForm .right .col-3 {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 10px;
    height: 80px;
    display: block;
}

#ApplicationForm .right table td {
    vertical-align: bottom;
    padding: 0 10px 10px 10px;
}

#ResultValueJustification:after {
    content: '';
    display: block;
    clear: both;
}

/**
 * inputs ..
 */

#ApplicationForm form {
    height: 100%;
}

#ApplicationForm input[type="radio"] {
    display: inline;
    width: auto;
    margin-left: 10px;
}

.applFormNext, .formSend.c {
  position: absolute;
  right: 30px;
  color: #fff !important;
  background: #0e72b5;
  text-decoration: none !important;
  padding: 12px 39px;
}

.leftNavBtn, .formSend.n {
  background-color: rgb(11, 83, 131);
  margin-top: 34px;
  border: 1px solid;
  margin-left: 21px;
  padding: 8px 30px;
  line-height: normal !important;
  display: inline-block !important;
}

a.fnav span {
    display: none;
}

a.fnav.tick span {
    display: inline-block;
    background: url('../img/tick.png');
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

a.fnav.cross span {
    display: inline-block;
    background: url('../img/cross.png');
    width: 14px;
    height: 14px;
    margin-right: 10px;
}


.info {
    border-radius: 10px;
    border: 1px solid #0c4164;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 20px;
    font-size: 14px;
    padding: 0 7px;
}

