/* Desktop and general */

html {
    text-align: center;
}

body {
    width: 550px;
    display: inline-block;
    position: relative;
    background-color: #F2F2F4;
}

h2 {
    font-size: 18px;
}

a, a:focus {
    color: #51b9c7;
    transition: color 0.3s ease-out 0s;
    -webkit-transition: color 0.3s ease-out 0s;
    -o-transition: color 0.3s ease-out 0s;
    -moz-transition: color 0.3s ease-out 0s;
}

a:hover {
    color: #f7145c;
}

.column10, .column20, .column25, .column30, .column33, .column40, .column50, .column60, .column66, .column70, .column75, .column80, .column90, .column100 {
    font-size: 14px;
    font-weight: normal;
}

#header {
    background: #fff;
    padding: 0 20px;
    position: relative;
}

#logo {
    display: none;
}

#helplink {
    height: 70px;
    width: 100%;
}

#helplink a {
    margin: 0 20px 0 0;
    font-size: 16px;
    text-align: right;
}

#navigation li {
    line-height: 1.3;
    font-size: 14px;
}

#navigation li.active {
    background-color: #51b9c7;
}

#navigation .circle {
    font-size: 14px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px auto 6px auto;
}

#navigation .circle[data-num="1"] { background-image: url("../../img/iframe/step1_80x80_inactive.png"); }
#navigation .active .circle[data-num="1"] { background-image: url("../../img/iframe/step1_80x80_active.png"); }

#navigation .circle[data-num="2"] { background-image: url("../../img/iframe/step2_80x80_inactive.png"); }
#navigation .active .circle[data-num="2"] { background-image: url("../../img/iframe/step2_80x80_active.png"); }

#content {
    margin: 0;
    padding: 0 20px;
    background-color: #fff;
    text-align: left;
}

#main, #result {
    padding-top: 1px;
}

span.lighttext {
    font-size: 12px;
    font-weight: normal;
}

input.textField {
    color: #51b9c7;
    width: 70px;
    height: 26px;
}

.popupHeader {
    background-color: #51b9c7;
    height: 60px;
    padding: 0 15px;
}

#help .popupContent {
    text-align: left;
    padding: 0 20px 20px;
    margin: -3px 0 0 0;
    background-color: #fff;
}

#bottomNav {
    padding-bottom: 20px;
}

#bottomNav .button {
    background-color: #51b9c7;
    transition: background-color 0.3s ease-out 0s;
    -webkit-transition: background-color 0.3s ease-out 0s;
    -o-transition: background-color 0.3s ease-out 0s;
    -moz-transition: background-color 0.3s ease-out 0s;
    min-width: 70px;
    font-size: 15px;
}

#bottomNav .button:hover {
    background-color: #f7145c;
}

#bottomNav .rightlink {
    font-size: 14px;
}

#bottomNav span.arrow-right {
    width: 17px;
    height: 17px;
    margin: 0px 6px 0px 0;
}

#bottomNav .leftlink {
    font-size: 14px;
}

#popup {
    position: relative;
}

#popup > div {
     position: static;
     height: auto;
}

#popup #help {
    padding-bottom: 1px;
    margin-bottom: 20px;
    margin-top: -140px;
}

.popupHeader .column80 {
    position: absolute;
    left:0;
}

.popupHeader .column20 {
    position: absolute;
    right: 20px;
    top: 20px;
}

.popupHeader .headline {
    text-align: left;
    font-size: 15px;
    line-height: 60px;
    padding-left: 20px;
}

.popupHeader .closeButton {
    width: 20px;
    height: 20px;
    margin: 0 0 -4px 0;
    background-image: url(../../img/iframe/close-phone.png);
}

#help .popupContent {
margin: 0 15px;
font-size: 14px;
line-height: 17px;
}

.hasError {
color: #f7145c!important;
}

.hasError input.textField {
border-color: #f7145c;
background: #ffecf2;
}

.errorIcon {
    width: 20px;
    height: 20px;
    margin: 0 0 -5px 0;
    background-image: url("../../img/iframe/error2x.png");
}

.errorPopup {
    width: 70%;
    min-height: 100px;
    position: absolute;
    z-index: 5;
    left: 25px;
    background-image: url(../../img/iframe/popover_bg.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.errorPopup .errorTitle {
    font-size: 14px;
    margin: 20px 16px 16px;
}

.errorPopup .errorContent {
    font-size: 12px;
    margin: 0 16px;
    line-height: 16px;
}

.trenner {
    margin: 18px 0;
}

/* Tablet */


/* Phone */

@media (max-width: 767px) {
    body {
        background-color: #fff;
    }
}

@media (max-width: 500px) {
    body {
        width: 100%;
    }
}