﻿/* Template styles */
body {
    background-color: #e4e2e3;
    color: #303030;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

div.backgroundWrap {
    background-attachment: fixed;
    background-color: #fff;
    background-position: left bottom, 50% 50%;
    background-repeat: repeat-x, no-repeat;
    background-size: auto auto, cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

div.container {
    margin: 0 auto;
    position: relative;
    width: 940px;
}

header a {
    background: #ffffff;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    display: inline-block;
    padding: 10px 49px 6px 33px;
}

h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    margin: 78px 0;
    text-shadow: 3px 3px 4px rgba(2, 3, 3, 0.5);
    width: 60%;
}

h2 {
    border-bottom: 2px dotted #eb7687;
    color: #da0023;
    font-size: 21px;
    font-weight: bold;
    line-height: 40px;
    margin: 34px 0 26px;
    padding: 0 0 12px;
}

div.form h2:first-of-type {
    margin-top: 7px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 19px 0 0;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 19px 0 0;
}

div.cols:after,
div.cols:before {
    content: '';
    display: table;
}

div.cols:after {
    clear: both;
}

div.form {
    background: #ffffff;
    float: left;
    margin: 0 2.1% 0 0;
    min-height: 390px;
    width: 65.9%;
}

div.cols div section {
    padding: 0 20px;
}

footer {
    background: #ffffff;
    border-top: 2px dotted #eb7687;
    margin-top: 40px;
    position: relative;
}

footer:after,
footer:before {
    content: '';
    display: table;
}

footer:after {
    clear: both;
}

footer div.footerLogo {
    display: inline-block;
}

footer img {
    height: auto;
    max-width: 117px;
    margin: 10px 0;
}

footer a.arrowRight {
    float: right;
    margin: 31px 0;
}

a.arrowRight {
    background: #eaf3f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #3288c3;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 5px;
    text-decoration: none;
}

a.arrowRight:after,
a.arrowRightContent:after {
    content: '\f0a9';
    display: inline-block;
    font-family: 'icon';
    font-weight: normal;
    margin-left: 2px;
}

a.arrowRightContent:after {
    color: #3388c2;
}

a.arrowRightContent {
    color: #3288c3;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
}

a.arrowRight:hover {
    background: #dbedf9;
}

/* Form styles */
/* Form template styles */
.formRow {
    margin: 0 0 15px;
    min-height: 55px;
    position: relative;
}

.formRow.topBorder {
    border-top: 2px dotted #eb7687;
    margin-top: 23px;
    padding-top: 26px;
}

.formRow:after,
.formRow:before {
    content: '';
    display: table;
}

.formRow:after {
    clear: both;
}

.formRow label {
    display: block;
    font-weight: bold;
    margin: 0 0 7px;
}

.formRow label span {
    color: #e1334f;
}

.formRow p:after,
.formRow p:before {
    content: '';
    display: table;
}

.formRow p:after {
    clear: both;
}

.formRow p {
    line-height: 20px;
    margin: 3px 0 12px;
}

.formRow p.intro {
    font-size: 16px;
    line-height: 22px;
}

/* Radiobutton list / CheckboxList */
.formRow table {
    float: left;
    width: 100%;
}

.formRow table tr td {
    display: inline-block;
    padding: 0 9px 10px 0;
}

.formRow input[type=radio],
.formRow input[type=checkbox] {
    float: left;
    margin: 1px 0 0;
}

.formRow table label {
    font-weight: normal;
    float: left;
    margin: 0 0 0 7px;
    max-width: 96%;
    vertical-align: middle;
    width: auto;
}

/* Single radiobutton */
.formRow span.radio:before,
.formRow span.radio:after {
    content: '';
    display: table;
}

.formRow span.radio:after {
    clear: both;
}

.formRow span.radio {
    display: block;
    padding: 0 9px 10px 0;
}

.formRow span.radio input[type=radio] {
    float: left;
}

.formRow span.radio label {
    display: inline-block;
    font-weight: normal;
    float: left;
    margin: 0 0 0 5px;
    vertical-align: middle;
    width: auto;
}

/* Single checkbox */
.formRow span.checkbox:before,
.formRow span.checkbox:after {
    content: '';
    display: table;
}

.formRow span.checkbox:after {
    clear: both;
}

.formRow span.checkbox {
    display: block;
    padding: 0 9px 10px 0;
}

.formRow span.checkbox input[type=checkbox] {
    float: left;
}

.formRow span.checkbox label {
    display: inline-block;
    font-weight: normal;
    float: left;
    margin: 0 0 0 5px;
    vertical-align: middle;
    width: auto;
}

/* RadioButtonList with content / CheckboxList with content*/
div.additionalContent:after,
div.additionalContent:before {
    content: '';
    display: table;
}

div.additionalContent:after {
    clear: both;
}

div.additionalContent {
    padding: 0 0 6px;
}

/* Select */
.formRow select {
    max-width: 300px;
    width: 100%;
}

/* Calender */
.formRow table.calender {
    border: 2px solid #cee1f2 !important;
    max-width: 301px;
}

.formRow table.calender table.calender {
    border-color: transparent !important;
}

.formRow table.calender tr td {
    display: table-cell;
    padding: 6px 2px;
}

.formRow table.calender tr td a {
    text-decoration: none !important;
}

/* Textboxes */
.formRow input[type=text] {
    border: 2px solid #cee1f2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    max-width: 206px;
    padding: 6px 7px;
    width: 100%;
}

.formRow input[type=text].small {
    max-width: 122px;
}

.formRow input[type=text].big {
    max-width: 282px;
}

.formRow textarea {
    border: 2px solid #cee1f2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    padding: 6px 7px;
    width: 100%;
    max-width: 282px;
    height: 100px;
    max-height: 100px;
}

/* File upload */
.formRow input[type=file] {
    max-width: 100%;
}

/* Amount */
.formRow span.amount {
    font-size: 21px;
    font-weight: bold;
}

/* Captcha */
.formRow img.captchaImage {
    float: left;
    margin: 5px 20px 0 0;
}

/* Submit button */
span.button {
    display: inline-block;
    margin: -6px 0 5px;
    position: relative;
}

span.button:after {
    color: #ffffff;
    content: '\f0a9';
    font-family: 'icon';
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 8px;
    pointer-events: none;
}

span.button input[type=submit] {
    background: #2b88c0;
    background: -moz-linear-gradient(top, #2b88c0 0%, #236e9b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b88c0), color-stop(100%,#236e9b));
    background: -webkit-linear-gradient(top, #2b88c0 0%,#236e9b 100%);
    background: -o-linear-gradient(top, #2b88c0 0%,#236e9b 100%);
    background: -ms-linear-gradient(top, #2b88c0 0%,#236e9b 100%);
    background: linear-gradient(to bottom, #2b88c0 0%,#236e9b 100%);
    border: 1px solid #226d9a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b88c0', endColorstr='#236e9b',GradientType=0 );
    font-size: 16px;
    font-weight: bold;
    padding: 8px 61px 10px 15px;
}

span.button input[type=submit]:hover {
    background: #2b88c0;
    background: -moz-linear-gradient(top, #236e9b 0%, #2b88c0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#236e9b), color-stop(100%,#2b88c0));
    background: -webkit-linear-gradient(top, #236e9b 0%,#2b88c0 100%);
    background: -o-linear-gradient(top, #236e9b 0%,#2b88c0 100%);
    background: -ms-linear-gradient(top, #236e9b 0%,#2b88c0 100%);
    background: linear-gradient(to bottom, #236e9b 0%,#2b88c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#236e9b', endColorstr='#2b88c0',GradientType=0 );
}

/* Error */
.formRow input[type=text].error {
    border-color: #ff0000;
}

.formRow span.errorMessage:before {
    content: '\f071';
    display: inline-block;
    font-family: 'icon';
    font-size: 14px;
    font-style: normal;
    margin-right: 5px;
}

.formRow span.errorMessage {
    color: #ff0000;
    float: left;
    font-size: 11px;
    font-style: italic;
    padding: 3px 0 0;
    width: 100%;
}

/* Contact Col */
div.cols div.contact {
    background: #e1334f;
    -moz-border-radius: 0 20px 0 20px;
    -webkit-border-radius: 0 20px 0 20px;
    border-radius: 0 20px 0 20px;
    color: #ffffff;
    float: left;
    min-height: 390px;
    width: 32%;
}

div.contact section {
    margin-bottom: 27px;
}

div.contact h2 {
    border-bottom-color: #ffffff;
    color: #ffffff;
    margin: 7px 0 27px;
}

div.contact p {
    margin: 5px 0 0;
    line-height: 20px;
}

div.contact div.person:after,
div.contact div.person:before {
    content: '';
    display: table;
}

div.contact div.person:after {
    clear: both;
}

div.contact div.person {
    margin: 8px 0 0;
}

div.contact div.person div.image {
    float: left;
    margin: 0 6.5% 0 0;
    width: 25%;
}

div.contact div.person div.image img {
    margin: 2px 0 0;
    max-width: 70px;
    height: auto;
    width: 100%;
}

div.contact div.person div.info {
    line-height: 20px;
    float: left;
    width: 68.5%;
}

div.contact div.person div.info strong,
div.contact div.person div.info em {
    display: block;
}

div.contact a {
    color: #ffffff;
    text-decoration: none;
}

div.contact a:hover {
    text-decoration: underline;
}

div.contact div.person div.info a.email {
    color: #ffffff;
    display: block;
    padding-left: 22px;
    position: relative;
}

div.contact div.person div.info a.email:before {
    content: '\f0e0';
    display: inline-block;
    font-family: 'icon';
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 0;
}

div.contact div.person div.info span.telNum {
    display: block;
    padding-left: 22px;
    position: relative;
}

div.contact div.person div.info span.telNum:before {
    content: '\f095';
    display: inline-block;
    font-family: 'icon';
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 0;
}

/* Overview page */
div.warning {
    background: #ffefc8;
    padding: 15px 15px 18px 30px;
    position: relative;
}

div.warning:before {
    color: #ffc320;
    content: '\f071';
    display: inline-block;
    font-family: 'icon';
    font-size: 16px;
    left: 10px;
    top: 15px;
    position: absolute;
}

div.valueOverview ul {
    margin: 24px 0 31px;
    list-style: none;
    padding: 0;
}

div.valueOverview ul li:before,
div.valueOverview ul li:after {
    content: '';
    display: table;
}

div.valueOverview ul li:after {
    clear: both;
}

div.valueOverview ul li {
    margin: 0 0 8px;
}

div.valueOverview ul li > span {
    float: left;
    width: 72.5%;
}

div.valueOverview ul li span.label {
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 3% 0 0;
    width: 24.5%;
}

/* Responsive styles */
@media only screen and (max-width: 980px) {
    div.container {
        margin: 0 auto;
        min-width: 320px;
        width: 100%;
    }

    header,
    footer,
    div.cols,
    h1 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 850px) {
    h1 {
        font-size: 32px;
        line-height: 34px;
        margin: 25px 0 32px;
        width: auto;
    }

    header {
        padding: 0;
    }

    header a {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: block;
        text-align: center;
    }

    header a img {
        display: inline-block;
    }

    div.cols div.form,
    div.cols div.contact {
        margin: 0;
        width: 100%;
    }

    div.cols div.contact {
        margin: 10px 0 0;
    }

    div.valueOverview ul li > span {
        float: none;
        width: 100%;
    }

    div.valueOverview ul li span.label {
        width: 100%;
    }

    footer {
        margin-top: 10px;
    }

    footer div.container {
        text-align: center;
    }

    footer div.footerLogo {
        display: block;
    }

    footer a.arrowRight {
        float: none;
        margin: 11px 0 20px;
    }
}