.form-base {
    min-width: 330px;
}

.error-box {
    background: #fef4f1 url("/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/formular/error-box/error-icon.png") no-repeat 21px 20px;
    border: 1px solid #fddcce;
    margin: 0 auto;
    padding: 19px 30px 22px 74px;
    color: #363636;
    font-size: 13px;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    margin-bottom: 22px;
    border-radius: 5px;
}

.error-box.shipment-error {
    margin: 0px 6px 2px 0px;
}

.error-box.shipment-error a {
    text-decoration: none;
    color: #0060AC;
}

.error-box.shipment-error a:hover {
    text-decoration: underline;
}

.shipment-box {
    background: #effaf2;
    border: 1px solid #c1eccd;
    margin: 0 25px 5px;
    padding: 19px 23px 22px 20px;
    color: #363636;
    font-size: 13px;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    border-radius: 5px;
    clear: both;
}

.shipment-box a {
    text-decoration: none;
    color: #0060AC;
}

.shipment-box a:hover {
    text-decoration: underline;
}

.shipment-box.warning {
    background: #ffffea url("/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/formular/warning-box/warning-icon.png") no-repeat 21px 20px;;
    border: 1px solid #fdea9d;
    padding: 19px 30px 22px 74px !important;
}

.shipment-box.error {
    background: url("/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/formular/error-box/error-icon.png") no-repeat scroll 21px 20px #FEF4F1;
    border: 1px solid #FDDCCE;
    padding: 19px 30px 22px 74px;
}

.return-box {
    background: #ffffea url("/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/formular/warning-box/warning-icon.png") no-repeat 21px 20px;;
    border: 1px solid #fdea9d;
    margin: 0 10px 5px;
    padding: 20px 36px 20px 72px;
    color: #444;
    font-size: 13px;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    border-radius: 5px;
    clear: both;
}

.success-box {
    background: #effaf2 url("/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/formular/confirmation-box/confirmation-icon.png") no-repeat 21px 20px;
    border: 1px solid #c1eccd;
    margin: 0 auto;
    padding: 19px 30px 22px 74px;
    color: #363636;
    font-size: 13px;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    margin-bottom: 22px;
    border-radius: 5px;
}

div.warning-box {
    background: #ffffea url("/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/formular/warning-box/warning-icon.png") no-repeat 21px 20px;
    border: 1px solid #fdea9d;
    margin: 0 auto;
    padding: 19px 30px 22px 74px;
    color: #444;
    font-size: 13px;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    margin-bottom: 22px;
    border-radius: 5px;
}

div.error-box h3 {
    font-weight: bold;
    margin-bottom: 2px;
    color: #d01b00;
    font-family: Verdana;
}

div.error-box,
div.warning-box,
div.success-box {
    min-height: 30px;
}


div.error-box h3.single,
div.warning-box h3.single,
div.success-box h3.single {
    margin-top: 9px;
}

.form-base .table-form tr td.header_warning {
    padding-bottom: 0;
}

.form-base div.success-box h3, .form-base div.warning-box h3 {
    font-weight: bold;
    margin-bottom: 2px;
    color: #000000;
}

div.error-box span,
div.success-box span,
div.warning-box span {
    line-height: 120%;
}

ul.form-general-errors {
    list-style: disc;
    color: #d01b00;
    position: relative;
    left: 17px;
    top: 5px;
}

.form-base h3.form-header {
    padding-bottom: 12px;
    font-size: 24px;
    font-family: Arial;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    text-align: left;
    position: relative;
}

.form-base div.form-instructions {
    margin-bottom: 24px;
    color: #444;
    font-family: Verdana;
    font-size: 13px;
    text-align: left;
    /*margin: 10px 0 10px 14px;*/
}

.wizard-form-wrapper .form-base div.form-instructions {
    font-weight: bold;
    margin: 10px;
}

.form-base .table-form {
    width: 685px;
    background-color: #F3F8FC;
    border-collapse: separate;
}

.form-base .table-form tr td {
    vertical-align: top;
    padding-bottom: 10px;
}

.form-base .table-form tr td.label {
    width: 230px;
    padding-right: 10px;
    text-align: right;
}

.form-base .table-form tr td.value {
    width: 455px;
    position: relative;
}

.form-base .table-form tr.radiospan td.value {
    padding-left: 20px;
}

.form-base .table-form tr.radio_wrapper td.value.radiospan {

}

.form-base .table-form tr.radiospanchild td {
    padding-left: 40px;
}
.form-base .table-form tr.radiospanchild td.label {
    width: 205px;
}

.form-base .table-form tr.radio_wrapper.radiospanchild td.value {
    padding-left: 0px;
}

.form-base tr.label .form-field-title {
    color: #444444;
    font-family: "Arial";
    font-size: 13px;
    padding-right: 20px;
    text-align: right;
    float: right;
    width: 175px;
    padding-top: 2px;
}

.form-base tr td.description div {
    font-family: "Verdana";
    background-color: #DEEBF5;
    color: #003366;
    font-size: 13px;
    letter-spacing: 1px;
    height: 22px;
    padding-left: 10px;
    line-height: 22px
}

.form-base tr.form-notes-label div {
    color: #adadad;
    font-family: "Arial";
    font-size: 11px;
    width: 300px;
    margin: 4px 0;
}

.form-base #csrf-label, .form-base #csrf-element {
    display: none;
}

.form-base tr td.label_fields {
    padding-left: 10px;
    padding-bottom: 20px;
    padding-right: 10px;

}

.form-base .hint {
    color: #7A7A7A;
    font-family: "Arial";
    font-size: 11px;
    width: 360px;
    /*margin-top: 11px*/
}

.form-base .table-form tr td.white {
    line-height: 0px;
    height: 12px;
    border-collapse: collapse;
    padding: 0;
}

.form-base .table-form input:focus::-moz-placeholder {
    color: transparent;
}

.form-base .table-form input, .form-base .table-form select, .form-base .table-form textarea, .form-base div.success-content {
    width: 300px;
    color: #000;
    font-family: "Arial";
    font-size: 13px;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin: 0;
}

.form-base .table-form input[type='tel'] {
    width: 164px;
}

.form-base .table-form input[maxlength='6'] {
    width: 150px;

}

.form-base div.success-content {
    width: 370px;
    line-height: 19px;
}

.form-base .table-form input[type='radio'][disabled] +span {
    color: #777;
}
.form-base .table-form input[type='radio'] {
    width: 10px;
    margin-right: 7px;
}

.form-base#form-contact .table-form select, .form-base#form-contact .table-form textarea {
    width: 395px;
}

.form-base .table-form input.small {
    width: 150px;
}

.form-base ul.errors li {
    color: #d01b00;
    font-family: 'Arial';
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 2px;
    padding-top: 5px;
}

.form-base input.error, .form-base textarea.error {
    background-color: #fef4f1;
    border: 1px solid #d01b00
}

.form-base .table-form tr td.last-white {
    border-collapse: collapse;
    padding-bottom: 0;
    line-height: 0;
}

.form-base .reset-button {
    margin-left: 10px
}

.form-base tr.white_header {
    background-color: white
}

.wizard-form-wrapper .form-base tr.white_header td.label {
    padding-left: 0;
}

.form-base.contact-channel tr.white_header td.label {
    padding-left: 70px;
}

.form-base .form-icon {
    height: 50px;
    line-height: 47px;
    background-image: url("/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/contact-page/big_icons.png");
    background-repeat: no-repeat;
    background-position: 0 0px;
    background-attachment: scroll;
    width: 51px;
    margin: 0 5px 0 0;
    position: absolute;
    left: -59px;
    top: -10px;
}

.form-base .form-icon.callback,
.form-base .form-icon.terminatedcallback {
    background-position: 0px -100px;
}
.form-base .form-icon.phone {
    background-position: 0px -50px;
}
.form-base .form-icon.chat {
    background-position: 0px -150px;
}
.form-base .form-icon.email {
    background-position: 0px 0px;
}

#form-contact.form-base .table-form select {
    width: 400px;

}

.form-base td.nachricht div.message {
    /*margin-left: 220px; why??*/
    float: right;
    width: 450px;
}
.form-base td.nachricht div.anliegen {
    margin-bottom: 20px;
    /*width: 680px;why??**/
}

.form-base tr td input[name='code'] {
    width: 60px
}

.form-base tr td input[type='number'] {
    /*margin-right: 93px ; why??? */
}

.form-base tr td input[type='radio'] {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: -3px;
    width: 107px;
}

.form-base tr td label + br {
    display: block;
    margin: 5px 0;
}

.tracking-icons {
    text-align: justify;
    width: 720px;
    padding: 0 16px;
    height: 150px;
    vertical-align: top;
}

.icon-wrapper {
    margin-bottom: 20px;
    display: inline-block;
    width: 107px;
}

.stretch {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 100%;
}

.icon-wrapper span {
    float: left;
    clear: both;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.shipment-icon {
    background: url("/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/tracker/icons.png") no-repeat 0 0;
    width: 80px;
    height: 80px;
    margin: 20px auto 8px;
    display: block;
}

.return-icon {
    background: url("/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/tracker/icons.png") no-repeat 0 0;
    width: 80px;
    height: 80px;
    margin: 20px auto 8px;
    display: block;
}

.shipment-icon.icon-1 {
    background-position: 0 0;
}

.shipment-icon.icon-1.inactive {
    background-position: 0 -80px;
}

.shipment-icon.icon-2 {
    background-position: -80px 0;
}

.shipment-icon.icon-2.inactive {
    background-position: -80px -80px;
}

.shipment-icon.icon-3 {
    background-position: -160px 0;
}

.shipment-icon.icon-3.inactive {
    background-position: -160px -80px;
}

.shipment-icon.icon-4 {
    background-position: -240px 0;
}

.shipment-icon.icon-4.inactive {
    background-position: -240px -80px;
}

.shipment-icon.icon-5 {
    background-position: -320px 0;
}

.shipment-icon.icon-5.inactive {
    background-position: -320px -80px;
}

.shipment-icon.icon-1 {
    background-position: 0 0;
}

.shipment-icon.icon-1.inactive {
    background-position: 0 -80px;
}

.return-icon.icon-1 {
    background-position: -320px 0;
}

.return-icon.icon-1.inactive {
    background-position: -320px -80px;
}

.return-icon.icon-2 {
    background-position: -400px 0;
}

.return-icon.icon-2.inactive {
    background-position: -400px -80px;
}

.return-icon.icon-3 {
    background-position: 0 0;
}

.return-icon.icon-3.inactive {
    background-position: 0 -80px;
}


.shipment-arrow {
    background: url("/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/tracker/arrows.png") no-repeat 0 0;
    width: 16px;
    height: 24px;
    margin: 47px 0 73px;
    display: inline-block;
}

.shipment-arrow.inactive {
    background-position: 0 -24px;
}

.return-arrow {
    margin: 47px 0 73px;
    background: url("/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/tracker/arrows.png") repeat-x scroll 0 -48px transparent;
    width: 150px;
    height: 24px;
    display: inline-block;
}

.return-arrow.inactive {
    background-position: 0 -72px;
}

table.shipmentlog {
    width: 100%;
    border: solid 1px #d7e4ef;
}

table.shipmentlog thead {
    background-color: #d7e4ef;

}
table.shipmentlog thead th {
    color: #2e446d;
}

table.shipmentlog thead th.hour, table.shipmentlog td.hour {
    text-align: right;
}

table.shipmentlog td.first-cell, table.shipmentlog th.first-cell {
    border-left: none;
}

table.shipmentlog td, table.shipmentlog th {
    padding-left: 13px;
    padding: 4px 13px !important;
    vertical-align: middle;
    color: #444;
    font-family: arial;
    font-size: 13px;
    border-left: solid 1px #d7e4ef;
}

table.shipmentlog tr.row0 {
    background-color: #f4f8fc;
}

table.shipmentlog tr.row1 {
    background-color: #e6eaef;
}

a.shipment.backlink {
    padding-left: 34px;
    color: #0060AC;
    text-decoration: none;
}

a.shipment.backlink:hover {
    text-decoration: underline;
}

.form-base .table-form tr.label {
    padding: 0 0px 20px;
}

.form-base input.submit-button,
a.submit-button,
#topic-page-content-area a.submit-button
{
    font-family: Verdana;
    font-size: 12px;
    color: #fff;
    height: 27px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #005da7;
    border: solid 1px #cfcfcf;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007abf', endColorstr='#005da7', GradientType=0);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#005da7), to(#007abf));
    background-image: -webkit-linear-gradient(bottom, #005da7, #007abf);
    background-image: -moz-linear-gradient(bottom, #005da7, #007abf);
    background-image: -o-linear-gradient(bottom, #005da7, #007abf);
    background-image: linear-gradient(to top, #005da7, #007abf);
    height: 27px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #444;
    cursor: pointer;
    padding: 0 18px;
    width: auto;
    display: inline-block;
}


 a.submit-button,
#topic-page-content-area a.submit-button {
    padding: 5px 18px !important;
    height: auto;
}

 a.submit-button:hover,
#topic-page-content-area a.submit-button:hover{
    text-decoration: none !important;
}

.form-base input.submit-button:hover,
a.submit-button:hover,
#topic-page-content-area a.submit-button:hover
{
    background-color: #007abf;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005da7', endColorstr='#007abf', GradientType=0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005da7), to(#007abf));
    background-image: -webkit-linear-gradient(top, #005da7, #007abf);
    background-image: -moz-linear-gradient(top, #005da7, #007abf);
    background-image: -o-linear-gradient(top, #005da7, #007abf);
    background-image: linear-gradient(to bottom, #005da7, #007abf);
}




.form-base input::-moz-focus-inner { /*Remove button padding in FF*/
    border: 0;
    padding: 0;
}

#table-form-dslunsubscribe tbody td {
    text-align: center;
}

#table-form-dslunsubscribe tbody tr.white_header td {
    text-align: left;
}

#table-form-dslunsubscribe tbody td.label {
    display: none;
}

#table-form-dslunsubscribe {
    width: 99%;
}
.form-wizard h1 {
    font-weight: normal;
    padding-right: 46px;
    color: #343434;
    font-family: Arial;
    font-size: 20px;
    line-height: 20px;
}

div.wizard-form-wrapper .error-box, div.wizard-form-wrapper .warning-box, div.wizard-form-wrapper .success-box {
    margin: 0 10px 10px;
}
div.wizard-form-wrapper {
    background: #F3F8FC;
    width: 685px;
}
div.wizard-form-wrapper .form-base .table-form {
    width: 685px;
}
div.wizard-form-wrapper .form-base tr.white_header {
    background: #F3F8FC;
}

div.wizard-form-wrapper.confirmation {

}

ul.wizard-breadcrumb {
    margin: 10px 0 10px;
    border-radius: 5px;
    display: table;
    overflow: hidden;
    width: 685px;
    position: relative;
}

ul.wizard-breadcrumb li {
    background: none repeat scroll 0 0 #e9e9e9;
    color: #000000;
    display: table-cell;
    font-size: 12px;
    line-height: 36px;
    outline: medium none;
    padding: 0 0 0 10px;
    position: relative;
    text-decoration: none;
    text-align: center;
}

ul.wizard-breadcrumb li:first-child:before {
    left: 14px;
}

ul.wizard-breadcrumb li:last-child:after {
    box-shadow: none;
    background: none;
}
ul.wizard-breadcrumb li:last-child {
    border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
    /*padding-right: 20px;*/
}

ul.wizard-breadcrumb li:before {
    background: none repeat scroll 0 0 #e9e9e9;
    box-shadow: 0 0 0 1px #ffffff;
    border-radius: 100%;
    font-weight: bold;
    height: 20px;
    left: 30px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    width: 20px;
}

ul.wizard-breadcrumb li span:after {
    background: none repeat scroll 0 0 #e9e9e9;
    color: #000000;
    border-radius: 0 5px 0 50px;
    box-shadow: 2px -2px 0 2px #FFFFFF, 2px -2px 0 1px #FFFFFF;
    content: "";
    height: 36px;
    position: absolute;

    top: 0px;
    transform: scale(0.707) rotate(45deg);
    -ms-transform: scale(0.707) rotate(45deg);
    -moz-transform: scale(0.707) rotate(45deg);
    -webkit-transform: scale(0.707) rotate(45deg);
    width: 36px;
    z-index: 1;
    margin-left: -8px;
    right: -24px;
}

ul.wizard-breadcrumb li.active, ul.wizard-breadcrumb li.active span:after {
    background: none repeat scroll 0 0 #3795cc;
    color: #ffffff;
}


ul.wizard-breadcrumb li.available span {
    color: #ffffff;
}
ul.wizard-breadcrumb li.available, ul.wizard-breadcrumb li.available span:after {
    background: none repeat scroll 0 0 #999999;
    color: #ffffff;
}

ul.wizard-breadcrumb li.available:hover,
ul.wizard-breadcrumb li.available span:hover,
ul.wizard-breadcrumb li.available span:hover:after {
    background: none repeat scroll 0 0 #3795cc;
    color: #ffffff;
}


ul.wizard-breadcrumb li a,
ul.wizard-breadcrumb li span {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    margin: 0 4px 0 -8px;
}
ul.wizard-breadcrumb li a {
    color: #ffffff;
}

ul.wizard-breadcrumb li.active span {
    color: #ffffff;
    font-weight: bold;
}
ul.wizard-breadcrumb li span {
    color: #444444;
    position: relative;
}

.form-base .table-form input.small[type="radio"] {
    margin-right: 7px;
    width: 10px;

}

.radio_wrapper {
    margin: 5px 17px 0;
}

.form-base .table-form tr.radio_wrapper td.value {
    padding-left: 17px;
    width: 430px;
}
.radio_label_wrapper {
    display: block;
    margin: 5px 10px 0 20px;
    font-family: arial;
}

#problemdesc {
    width: 350px;
    position: relative;
}

.wizard-form-wrapper .selfcare h4 {
    font-weight: normal;
    margin-left: 21px;
}


.wizard-form-wrapper ul.contact-advantages  {
    margin: 5px 0 0 86px;
}

.wizard-form-wrapper ul.contact-advantages  li:before {
    color: #888888;
    content: "";
    float: left;
    font-family: "FontAwesome";
    font-size: 10px;
    margin-right: 8px;
}


.wizard-form-wrapper .selfcare ul {
    margin: 5px 0 0 56px;
}

.wizard-form-wrapper .selfcare ul li:before {
    color: #888888;
    content: "";
    float: left;
    font-family: "FontAwesome";
    font-size: 10px;
    margin-right: 8px;
}

.wizard-form-wrapper .selfcare ul li .result-breadcrumb {
    font-size: 11px;
    color: #999999;
}
.wizard-form-wrapper .selfcare ul li a.title {
    font-family: verdana;
    font-weight: normal;

}


.wizard-form-wrapper .selfcare.articles ul li {
    margin-bottom: 10px;
}
.wizard-form-wrapper .selfcare ul li div {
    margin-left: 20px;
    color: #444;
    font-family: verdana;
    font-size: 12px;

}

#topic-page-content-area .wizard-form-wrapper .selfcare ul li div.result-breadcrumb a {
    color: #999;
}

#topic-page-content-area .wizard-form-wrapper .selfcare ul li div.result-breadcrumb a:hover {
    color: #0060AC;
}

#topic-page-content-area a.contact_option:hover {
    text-decoration: none;
}
.wizard-form-wrapper h2 {
    margin: 10px 10px 16px 10px;
    font-weight: normal;
}

.contact_option {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    height: 50px;
    position: relative;
    text-align: center;
    width: 509px;
    display: table;
    margin: 10px auto 20px;
    box-shadow: 1px 1px 5px #777;
    margin-left: auto;
    margin-right: auto;
}

.contact_option .bold_text {
    font-weight: bold;
}

.additional-information {
    margin-left: 10px;
    margin-bottom: 14px;
}

.contact_option div {
    display: table-cell;
    font: arial;
    font-size: 17px;
    vertical-align: middle;
    width: 52%;
}

.contact_option div.splitter {
    background: linear-gradient(to right, #E9F0F4, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9F0F4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    width: 10%;
}

.contact_option.preferred {
    height: 80px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.contact_option .name {
    background: none repeat scroll 0 0 #E9F0F4;
    height: 40px;
    padding: 5px 10px 5px 13px;
    border-radius: 5px 0 0 5px;
    text-align: left;
}

.contact_option.preferred .name .icon {
    height: 50px;
    line-height: 47px;
    background-image: url("/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/contact-page/big_icons.png");
    background-repeat: no-repeat;
    background-position: 0 0px;
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    width: 51px;
    vertical-align: inherit;
    display: inline-block;
    margin: 0 5px 0 0;
}

.contact_option .name .icon {
    height: 35px;
    line-height: 47px;
    background-image: url("/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/contact-page/contact_options.png");
    background-repeat: no-repeat;
    background-position: 0px -8px;
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    width: 35px;
    vertical-align: inherit;
    display: inline-block;
    margin: 0 6px 0 6px;
    margin-right: 4px;
}

.contact_option.preferred .name .icon.terminated_callback, .contact_option.preferred .name .icon.terminated_callback ,
.contact_option.preferred .name .icon.direct_callback, .contact_option.preferred .name .icon.direct_callback {
    background-position: 0px -100px;
}

.contact_option.preferred .name .icon.phone {
    background-position: 0px -50px;
}
.contact_option.preferred .name .icon.chat {

    background-position: 0px -150px;
}

.contact_option.preferred .name .icon.email {
    background-position: 0px 0px;
}

.contact_option .name .icon.direct_callback ,
.contact_option .name .icon.terminated_callback {
    background-position: 0px -158px;
}

.contact_option .name .icon.phone {

}

.contact_option .name .icon.chat {
    background-position: 0px -109px;
}

.contact_option .name .icon.email {
    background-position: 0px -59px;
}

.contact_option .name .description {
    color: #0060AC;
    font-family: arial;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    width: 185px;
    font-size: 15px;
}

.contact_option.preferred .name .description {
    font-size: 18px;
}

.contact_option.preferred .name {
    padding: 10px 0 10px 10px;
}

.contact_option div.splitter {
    width: 20%;
}

.contact_option.preferred .action {
    font-family: arial;
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
}
.contact_option .action {
    color: #0060AC;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
}

.contact_option .action_smaller {
    color: #0060AC;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    width: 235px;
}

.contact_option .waiting {
    padding: 10px 20px 10px 10px;
    background: #ffffff;
    border-radius: 0 5px 5px 0;
    font-family: arial;
    font-size: 13px;
    color: #444444;
    text-align: left;
    width: 40%;
}

.contact_option.preferred .waiting {
    font-size: 16px;
}

.wizard-form-wrapper .backlink {
    position: relative;
}

.form-wizard.contact-step-2 .wizard-form-wrapper .backlink.form {
    margin-left: 25px;
    text-decoration: none;
}

.form-wizard.contact-step-2 .form-base input.submit-button {
    margin-left: -151px;
}

.wizard-form-wrapper .backlink.form, span.hcform .backlink {
    margin-left: 173px;
    top: -33px;
    color: #0060AC;
    text-decoration: none;
}
.wizard-form-wrapper .backlink.form, .hcform .backlink a:hover {
    text-decoration: underline;
}
.wizard-form-wrapper .backlink.form, .hcform .backlink a {
    color: #0060AC;
    text-decoration: none;
}

.hcform .backlink {
    position: relative;
    margin-left: 174px;
    top: -33px;
    color: #0060AC;
}

.wizard-form-wrapper.confirmation .backlink.form {
    margin-left: 10px;
    top: -15px;
    color: #0060AC;
}

.form-base select option:first-child {
    color: #888888;
}

.form-base input[name='problemdesc'] + p.hint {
    width: 350px;
}

.form-base .table-form input[type=checkbox] {
    width: auto;
    margin: 3px;
}
#form-email input#callback, #form-email #callback-label {
    float: left;
    display: inline-block;
}

.form-base .table-form input[name="customerId"], .form-base .table-form input[name="contractno"], .form-base .table-form input[name="telephone"] {
    width: 160px;
}

.form-base tr td input[type="radio"] {
    margin-left: 0;

}

table.weekselector {
    background: none repeat scroll 0 0 #F3F8FC;
    margin: 10px auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

table.weekselector td.disabled {
    background: none repeat scroll 0 0 #fff;
    color: #aaa;
    font-family: FontAwesome;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    cursor: default;

}

.table-form table.weekselector tr td.timezone {
    text-align: right;
    border: none;
    height: auto;
    padding-top: 5px;
}
.table-form table.weekselector tr td.timezone div{
    color: #777;
    font-size: 10px;
    line-height: 15px;
}

.pivot{
	width: 130px;
}

.weekselector_phrase {
   padding: 0 10px;
}

.weekselector_phrase label {
	width: auto !important;
}

.weekselector_phrase td.label {
	width: 250px !important;
}

.weekselector_phrase span{
    margin-left: 4px;
}

.weekselector .timezone .timezone_selector{
    width: 200px;
    border-radius: 3px;
    padding: 2px 4px;
}

.form-base .weekselector .timezone select.timezone_selector option:first-child {
    color: #000;
}

.form-base .weekselector .timezone .timezone_selector.dropdown-open {
    background: #888;
    color: #FFF;
}

.form-base .weekselector .timezone .timezone_selector.dropdown-open:after {
    color: #FFF;
}

.form-base .weekselector .timezone .timezone_selector:hover {
    background: #57aedc;
    color: #fff;
}

.form-base .weekselector .dropdown.dropdown-tip {
    text-align: left;
}

.form-base .weekselector .timezone .timezone_selector::after {
    font-family: Consolas, Courier New, Arial, sans-serif;
    content: '↓';
    margin-left: 2px;
    color: #08C;
}
.form-base .weekselector .timezone .timezone_selector  {
    position: relative;
}

table.weekselector td.selectable {
    font-family: "FontAwesome";
    color: #0060AC;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: none repeat scroll 0 0 #FFFFFF;
}
table.weekselector td.selectable:hover {
    background-color: #aac9ec;
}

.table-form table.weekselector tr td.pivot {
    border-top: medium none;
    border-left: none;
    background: none repeat scroll 0 0 #F3F8FC;
}

.table-form table.weekselector tr td {
    padding-bottom: 0px;
    height: 30px;
    border: 1px solid #8daed9;
}
table.weekselector td.timeframe {
    text-align: right;
    font-size: 12px;
    vertical-align: middle;
    padding: 0 10px;
    color: #003366;
    background: #DEEBF5;
    width: 78px;
    cursor: default;
}

table.weekselector td.weekday {
    text-align: center;
    width: 100px;
    color: #003366;
    vertical-align: middle;
    border-top: none;
    background: #DEEBF5;
    font-weight: bold;
    cursor: default;
}

table.weekselector td.selected {
    background-color: rgba(0, 90, 200, 1);
}

.wizard-info #topic-page-aditional-info-wrapper {
    margin-top: 22px;
}

.wizard-info .related_articles_title.contact_blue_title span {
    font-size: 13px;
    line-height: 15px;
}

.wizard-info .newkunden-link {
    font-size: 12px;
    font-family: arial;
    line-height: 15px;
    color: #777;
}

.wizard-info .contact_gray_title {
    font-size: 13px;
    font-family: arial;
    color: #777;
}

.contact-box-asterix {
    margin-left: 10px;
}

.contact-box-list-header {
    margin-left: 85px;
}

body.mobile .contact-box-list-header {
    margin-left: 86px;
}

.form-wizard.confirmation .submit-button {
    margin-left: 86px;
}

form[name="email"] td.phoneconfirmation {
    padding-left: 245px;
}

.wizard-info .customer_value {
    color: #444;
    display: inline-block;
    line-height: 17px;
    padding-bottom: 5px;
}

.callback_information {
    margin-left: -10px;
}

div.success-content span.radio_label_wrapper{
    margin-left: 0;
}


.start-page-headline {
    font-family: Verdana;
    font-size: 14px;
    color: #000000;
    padding-top: 13px;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
    background-repeat: no-repeat;
}

.start-page-headline .headline-border {
    background-image: url('/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/start-page/container-type-3/A/seperator-line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    padding-bottom: 10px;
}

.wizard-info .container-type-3b {
    margin-bottom: 15px;
}

.wizard-info .container-type-3b .start-page-headline {
    height: auto;
    padding-bottom: 10px;
}

.wizard-info .container-type-3b .middle {
    padding: 0px 14px 8px;
}

.wizard-info .container-type-3b .bottom {
    height: 15px;
}

.wizard-info .right-top-article {
    margin-left: 0px;
    width: 210px !important;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #BBBBBB;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #e7e7e7 0%, #ffffff 19%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(19%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e7e7e7 0%,#ffffff 19%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e7e7e7 0%,#ffffff 19%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e7e7e7 0%,#ffffff 19%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e7e7e7 0%,#ffffff 19%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: 2px solid #fff;
}

.contact-box {
    margin-left: 0px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px #aaa;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #e7e7e7 0%, #ffffff 19%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(19%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e7e7e7 0%,#ffffff 19%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e7e7e7 0%,#ffffff 19%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e7e7e7 0%,#ffffff 19%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e7e7e7 0%,#ffffff 19%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    margin-bottom: 20px;
    width: 320px;
    float: left;
    border: 1px solid #e7e7e7;
}


.contact-box span,
.contact-box div.content div
{
    font-size: 14px;
    margin-left: 10px;
}

.contact-box.wide {
    width: 660px;
}

.contact-box.centered {
    width: 300px;
    clear: both;
    float: none;

    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
}

.contact-box .title {
    background: none repeat scroll 0 0 #e9f0f4;
    padding: 20px 12px 19px;
    font-family: arial;
    font-size: 37px;
    font-weight: bold;
    text-decoration: none;
    color: #244590;
    margin-bottom: 13px;
    text-align: center;
}

.contact-box.wide .title {
    text-align: left;
    padding-left: 15px;
    margin-left: 0px;
}

.contact-box div.overhead {
    font-size: 18px;
    color: #244590;
    font-family: arial;
    padding: 0 14px;
    line-height: 47px;
    margin-bottom: 8px;
    margin-top: 7px;
}

.contact-box div.overhead span{
    font-size: 18px;
    margin-left: 4px;
}

.contact-box .content {
    font-size: 18px;
    color: #244590;
    font-family: arial;
    padding: 0 8px 10px 4px;
    font-weight: bold;
}

#topic-page-content-area a.contact-box-link:hover,
a.contact-box-link:hover div {
    text-decoration: none;
}

.wizard-info .right-top-article-list {
    padding-left: 18px;
    padding-right: 14px;
    padding-top: 8px;
    line-height: 16px;
}

.wizard-info .right-top-article-list li {
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url("/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/start-page/container-type-3/B/bullet.jpg");
    background-position: 0 10px;
    background-repeat: no-repeat;
    padding-left: 18px;
}

.wizard-info .right-top-article-list li a {
    font-size: 13px;
    color: #888888;
    text-decoration: none;
    display: block;
}

.wizard-info .right-top-article-list li a:hover {
    text-decoration: underline;
    color: #0060ac;
}

.form-base .table-form tr td.label div label.form-field-title {
    display: block;
    width: 210px;
    float: right;
    /*white-space: nowrap;*/
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }

.form-base .table-form .problem_description {
    width: 367px;
    height: 167px;
    max-width: 435px;
    max-height: 400px;
}


.wizard-form-wrapper h2 {
    font-weight: bold;
}

.charcounter {
    font-family: arial;
    font-size: 10px;
    margin-left: 5px;
    position: absolute;
}

div.form-base {
    padding-top: 1px;
    padding-right: 5px;
}

.dslstatus.entry {
    margin-bottom: 16px;
    min-height: 20px;

}

.dslstatus.entry .icon{
    float: left;
    height: 20px;
    margin-right: 10px;
    width: 20px;
    border-radius: 11px;
    border: 1px solid #777;
    font-family: "FontAwesome";
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}


.dslstatus.entry.disabled {
    color: #888;
}

.dslstatus.entry.reached .icon{
    background-color: #449944;
    background-image: -webkit-linear-gradient(122deg, #0e8708, #84ff84);
    background-image: -moz-linear-gradient(122deg, #0e8708, #84ff84);
    background-image: -o-linear-gradient(122deg, #0e8708, #84ff84);
    background-image: linear-gradient(-32deg, #0e8708, #84ff84);
}
.dslstatus.entry.error .icon{
    background-color: #994444;
    background-image: -webkit-linear-gradient(122deg, #870e08, #ff8484);
    background-image: -moz-linear-gradient(122deg, #870e08, #ff8484);
    background-image: -o-linear-gradient(122deg, #870e08, #ff8484);
    background-image: linear-gradient(-32deg, #870e08, #ff8484);
}
.dslstatus.entry.disabled .icon{
    background: #777777;
    background-image: -webkit-linear-gradient(122deg, #aaaaaa, #eeeeee);
    background-image: -moz-linear-gradient(122deg, #aaaaaa, #eeeeee);
    background-image: -o-linear-gradient(122deg, #aaaaaa, #eeeeee);
    background-image: linear-gradient(-32deg, #aaaaaa, #eeeeee);
}

.dslstatus.entry .title{
    line-height: 22px;

}

.dslstatus.entry .additional-information{
    /*background: none repeat scroll 0 0 #deebf5; why?
    margin-top: 10px; */
    border-radius: 5px;
    margin-left: 20px;
    padding: 10px;
    color: #444;
}

.dslstatus.entry .additional-information.dslhint{
    background: none repeat scroll 0 0 #f0f4f8;
    border: 5px solid #deebf5;
    margin-left: 30px;
}

.dslstatus.entry i{
    margin-top: 3px;
}
.egular-table.topic-page-element.blockelement.dslstatus {
    margin: 15px 25px 0;
}

#standard_time_dropdown .dropdown-menu {
	max-height: 350px;
	overflow: auto;
}

#standard_time_dropdown .timezone_UTC {
	background: #deebf5;
}