.vxcp .vxcp_box-xl,
.vxcp .vxcp_c_box-xl-1,
.vxcp .vxcp_c_box-xl-2 {
    border-bottom: 1px solid #ddd;
    margin: 0 0 40px !important;
    padding: 0 0 20px !important;
    }
/* - - - - - - - - - - - - - - - - - - - - - -
        SCROLLING
- - - - - - - - - - - - - - - - - - - - - - */
.vxcp .vxcp_pagination  {
    float: left;
    }
    .vxcp .vxcp_pagination span a,
    .vxcp .vxcp_pagination span span {
        padding: 3px 11px;
        margin-left: 2px !important;
        color: #333;
        }
        .vxcp .vxcp_pagination span a:hover,
        .vxcp .vxcp_pagination span span:hover,
        .vxcp .vxcp_pagination span a.vxcp_active ,
        .vxcp .vxcp_pagination span span.vxcp_active {
            background: #f6f6f6;
            border: 1px solid #ddd !important;
            padding: 2px 10px;
            text-decoration: none;
            }
        .vxcp .vxcp_pagination span .vxcp_page-first,
        .vxcp .vxcp_pagination span .vxcp_page-prev,
        .vxcp .vxcp_pagination span .vxcp_page-next,
        .vxcp .vxcp_pagination span .vxcp_page-last {
            font-size: 13px !important;
            text-indent: 0px !important;
            }
/* - - - - - - - - - - - - - - - - - - - - - -
        TABLES
- - - - - - - - - - - - - - - - - - - - - - */
.vxcp table {
    border: 0px solid;
    }
.vxcp tr:hover {
    background: transparent;
    }
.vxcp td,
.vxcp th,
.vxcp .vxcp_table-normal td,
.vxcp .vxcp_table-normal th {
    background: transparent;
    border: 0 solid;
    padding: 3px;
    text-align: left;
    vertical-align: top;
    }
.vxcp #vxcp_broadband-calculator-result_table {
    border-collapse: separate;
    border-spacing: 0 5px;
    }
    .vxcp #vxcp_broadband-calculator-result_table > * > tr > th {
        padding: 10px;
        }
        #broadband_resultpage .vxcp #vxcp_broadband-calculator-result_table th:nth-child(2),
        #broadband_resultpage .vxcp #vxcp_broadband-calculator-result_table th:nth-child(5) {
            width: 25% !important;
            }
        #broadband_resultpage .vxcp #vxcp_broadband-calculator-result_table td:nth-child(3) {
            font-size: 16px;
            font-weight: bold;
            }
    .vxcp #vxcp_broadband-calculator-result_table > * > tr > td {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding: 5px 10px;
        }
        .vxcp table#vxcp_broadband-calculator-result_table > * > tr > td:first-child {
            border-left: 1px solid #ddd;
            }
        .vxcp table#vxcp_broadband-calculator-result_table > * > tr > td:last-child {
            border-right: 1px solid #ddd;
            }
        .vxcp table#vxcp_broadband-calculator-result_table td.vxcp_td-remarks .vxcp_tooltip {
            margin-left: 8px;
            position: relative;
            }
        .vxcp table#vxcp_broadband-calculator-result_table td.vxcp_td-remarks .vxcp_tooltip:before {
            color: #999;
            content: "\e615";
            font-family: "i12font";
            font-weight: bold;
            padding-right: 4px;
            position: absolute;
            top: -2px;
            left: -8px;
            }
    .vxcp #vxcp_broadband-calculator-result_table a.vxcp_button {
        text-align: center;
        max-width: 100px;
        }
/* - - - - - - - - - - - - - - - - - - - - - -
        BUTTONS, INPUTS
- - - - - - - - - - - - - - - - - - - - - - */
.vxcp input[type=text],
.vxcp select {
    border: 1px solid #c6c6c6;
    line-height: 1.1;
    padding: 2px 5px;
    }
.vxcp input[type=checkbox],
.vxcp input[type=radio] {
    vertical-align: middle;
    width: auto;
    }
.vxcp label {
    display: inline;
    }
.vxcp a.vxcp_button,
.vxcp input.vxcp_button {
    background: #ef2c23;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    border: 0 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 1px 0px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    min-width: 80px;
    padding: 4px 12px 5px;
    text-decoration: none;
    }
    .vxcp a.vxcp_button:hover,
    .vxcp input.vxcp_button:hover {
        background-image: none;
        text-decoration: none;
        }
/* - - - - - - - - - - - - - - - - - - - - - -
        PRINTPOPUP & TOOLTIPS XTRAS
- - - - - - - - - - - - - - - - - - - - - - */
.vxcp .vxcp_tooltip {
    border-bottom: 1px dotted #777;
    font-size: 13px;
    font-weight: normal;
    }
    .vxcp .vxcp_tooltip:hover {
        color: #777 !important;
        }
    .vxcp .vxcp_tooltip > span > b {
        color: #2b5;
        font-weight: normal;
        }
.vxcp.vxcp_tooltip_container,
.vxcp.vxcp_tooltip_container table th,
.vxcp.vxcp_tooltip_container table td {
    border: 0 solid;
    font-size: 11px;
    }
    .vxcp.vxcp_tooltip_container table > * > tr:nth-child(odd) > td {
        background: #fff !important;
        }
    .vxcp.vxcp_tooltip_container table > * > tr:nth-child(even) > td {
        background: #f6f6f6 !important;
        }
.vxcp.vxcp_tooltip_container h3 {
    color: #444;
    }
.vxcp.vxcp_tooltip_container ul {
    margin-left: 0px;
    }
.vxcp.vxcp_tooltip_container ul li:before {
    padding-left: 6px;
    }
.vxcp ul.vxcp_column {
    list-style-type: none;
    margin-bottom: 30px !important;
    }
    .vxcp ul.vxcp_column li {
        margin-bottom: 8px !important;
        padding-left: 30px;
        }
        .vxcp ul.vxcp_column li:before {
            border: 1px solid #0479e0;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            color: #0479e0;
            content:"\e615";
            font-family: 'i12font';
            font-weight: 700;
            display: inline-block;
            height: 18px;
            line-height: 18px;
            margin: 0 6px 0 -26px;
            text-align: center;
            width: 18px;
            }
 .vxcp .vxcp_small {
    color: #aaa;
    margin-bottom: 10px;
    font-size: 11px;
    }
/* - - - - - - - - - - - - - - - - - - - - - -
        COLORS
- - - - - - - - - - - - - - - - - - - - - - */
.vxcp .vxcp_color0,
.vxcp .vxcp_th-color0 th,
.vxcp .vxcp_td-color0 td,
.vxcp tr.vxcp_color0 th,
.vxcp tr.vxcp_color0 td {color: #0479e0 !important;}
.vxcp .vxcp_color1,
.vxcp .vxcp_th-color1 th,
.vxcp .vxcp_td-color1 td,
.vxcp tr.vxcp_color1 th,
.vxcp tr.vxcp_color1 td  {color: #333 !important;}
.vxcp .vxcp_color2,
.vxcp .vxcp_th-color2 th,
.vxcp .vxcp_td-color2 td,
.vxcp tr.vxcp_color2 th,
.vxcp tr.vxcp_color2 td {color: #333 !important;}
.vxcp .vxcp_color3,
.vxcp .vxcp_th-color3 th,
.vxcp .vxcp_td-color3 td,
.vxcp tr.vxcp_color3 th,
.vxcp tr.vxcp_color3 td {color: #444 !important;}
.vxcp .vxcp_color4,
.vxcp .vxcp_th-color4 th,
.vxcp .vxcp_td-color4 td,
.vxcp tr.vxcp_color4 th,
.vxcp tr.vxcp_color4 td {color: #046 !important;}
/* bgcolor */
.vxcp .vxcp_bgcolor0,
.vxcp .vxcp_td-bgcolor0 td,
.vxcp .vxcp_th-bgcolor0 th,
.vxcp tr.vxcp_bgcolor0 th,
.vxcp tr.vxcp_bgcolor0 td {background-color: #f0f5fa !important;}
.vxcp .vxcp_bgcolor1,
.vxcp .vxcp_td-bgcolor1 td,
.vxcp .vxcp_th-bgcolor1 th,
.vxcp tr.vxcp_bgcolor1 th,
.vxcp tr.vxcp_bgcolor1 td {background-color: #fff !important;}
.vxcp .vxcp_bgcolor2,
.vxcp .vxcp_td-bgcolor2 td,
.vxcp .vxcp_th-bgcolor2 th,
.vxcp tr.vxcp_bgcolor2 th,
.vxcp tr.vxcp_bgcolor2 td {background-color: #fff !important;}
.vxcp .vxcp_bgcolor3,
.vxcp .vxcp_td-bgcolor3 td,
.vxcp .vxcp_th-bgcolor3 th,
.vxcp tr.vxcp_bgcolor3 th,
.vxcp tr.vxcp_bgcolor3 td {background-color: #e5e5e5 !important;}
.vxcp .vxcp_bgcolor4,
.vxcp .vxcp_td-bgcolor4 td,
.vxcp .vxcp_th-bgcolor4 th,
.vxcp tr.vxcp_bgcolor4 th,
.vxcp tr.vxcp_bgcolor4 td {background-color: #eee !important;}
/* - - - - - - - - - - - - - - - - - - - - - -
        Content
- - - - - - - - - - - - - - - - - - - - - - */
.vxcp #vxcp_broadband-calculator .vxcp_box-xl {
    border: 1px solid #dfe8e8;
    margin: 0 0 15px!important;
    padding: 10px 10px 0 !important;
    position: relative;
    z-index: 10;
    }
    .vxcp #vxcp_broadband-calculator input[type="text"] {
        padding: 4px 8px !important;
        width: 120px !important;
        }
    .vxcp #vxcp_broadband-calculator #vxcp_less-options .vxcp_button,
    .vxcp #vxcp_broadband-calculator #vxcp_more-options .vxcp_button {
        background: #1067b5;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
        padding: 4px 6px 5px;
        position: relative;
        top: 10px;
        }
    .vxcp #vxcp_broadband-calculator #vxcp_less-options {
        padding-top: 20px;
        position: absolute;
        right: 20px;
        bottom: 0;
        }
    .vxcp #vxcp_broadband-calculator #vxcp_more-options {
        position: absolute;
        right: 10px;
        bottom: 20px;
        }
    .vxcp #vxcp_broadband-calculator #vxcp_broadband-calculator_opener {
        color: #0479e0;
        display: block;
        float: none !important;
        margin: 0 0 5px;
        }
        .vxcp #vxcp_broadband-calculator #vxcp_broadband-calculator_opener:before {
            content: "\e617";
            font-family: 'i12font';
            font-size: 16px;
            padding-right: 4px;
            }
        .vxcp #vxcp_broadband-calculator #vxcp_broadband-calculator_opener {
            font-weight: normal;
            position: relative;
            top: -70px;
            text-align: center;
            }
    .vxcp #vxcp_broadband-calculator .vxcp {
        padding: 0;
        }
/* - - - - - - - - - - - - - - - - - - - - - -
        RESPONSIV STYLES
- - - - - - - - - - - - - - - - - - - - - - */
[data-content-max-width~="6"] .vxcp ul.vxcp_column {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    }
[data-content-max-width~="4"] .vxcp ul.vxcp_column {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    }
[data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator .vxcp_box-xl  {
    padding: 0 !important;
    }
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator .vxcp_box-xl table,
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator .vxcp_box-xl table table {
        width: auto !important;
        margin-bottom: 0;
        }
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator .vxcp_box-xl table .vxcp_width-m {
        width: 100% !important;
        }
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator .vxcp_box-xl table input#vxcp_broadband-calculator_phone_prefix,
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator .vxcp_box-xl table select#vxcp_broadband-calculator_min-speed {
        width: 80px !important;
        }
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator .vxcp_box-xl table table colgroup {
        display: none;
        }
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator .vxcp_box-xl table table > * > tr > *:first-child {
        width: 110px !important;
        }
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator .vxcp_box-xl table tr.vxcp_none td {
        display: block !important;
        }
[data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator #vxcp_less-options {
    position: static;
    padding: 0;
    width: 100%;
    }
[data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator #vxcp_broadband-calculator_opener {
    float: left;
    font-size: 90%;
    top: -15px;
    text-align: left;
    left: 5px;
    }
[data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator #vxcp_less-options .vxcp_button {
    float: right;
    margin-right: 5px;
    }
[data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table {
    border-collapse: collapse;
    border-spacing: 0;
    }
[data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr,
[data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr > th,
[data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr > td {
    display: block;
    width: auto !important;
    float: left \9;
    clear: left \9;
    width: 100% \9 !important;
    -moz-box-sizing: border-box \9;
    -webkit-box-sizing: border-box \9;
    -ms-box-sizing: border-box \9;
    -o-box-sizing: border-box \9;
    box-sizing: border-box \9;
    }
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr {
        border-color: #ddd;
        border-style: solid;
        border-width: 1px 1px 0;
        margin-bottom: 10px;
        }
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > thead > tr:first-child {
        display: none;
        }
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr > td {
        border-width: 0 0 1px !important;
        padding: 8px 8px 8px 100px;
        text-align: left !important;
        }
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr > td {
        border-width: 0 0 1px !important;
        overflow: auto;
        padding: 8px 8px 8px 120px;
        text-align: left !important;
        }
        [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr > td:nth-child(1) {
            background-color: #eee !important;
            }
        [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr > td:before {
            display: block;
            float: left;
            font-size: 11px;
            font-weight: normal;
            width: 110px;
            margin-left: -120px;
            padding-left: 10px;
            }
            [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr > td:nth-child(1):before { content: "Tarif";  }
            [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr > td:nth-child(2):before { content: "Kosten";  }
            [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr > td:nth-child(3):before { content: "Geschwindigkeit";  }
            [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr > td:nth-child(4):before { content: "Anmerkungen";  }
            [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr > td:nth-child(5):before { content: "Anmelden";  }
            [data-content-max-width~="6"] #broadband_resultpage .vxcp #vxcp_broadband-calculator-result_table > * > tr > td:nth-child(1):before { content: "Nummer";  }
            [data-content-max-width~="6"] #broadband_resultpage .vxcp #vxcp_broadband-calculator-result_table > * > tr > td:nth-child(2):before { content: "Anbieter/ Tarif";  }
            [data-content-max-width~="6"] #broadband_resultpage .vxcp #vxcp_broadband-calculator-result_table > * > tr > td:nth-child(3):before { content: "Kosten";  }
            [data-content-max-width~="6"] #broadband_resultpage .vxcp #vxcp_broadband-calculator-result_table > * > tr > td:nth-child(4):before { content: "Geschwindigkeit";  }
            [data-content-max-width~="6"] #broadband_resultpage .vxcp #vxcp_broadband-calculator-result_table > * > tr > td:nth-child(5):before { content: "Anmerkungen";  }
            [data-content-max-width~="6"] #broadband_resultpage .vxcp #vxcp_broadband-calculator-result_table > * > tr > td:nth-child(6):before { content: "Anmelden";  }
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr > td > div.vxcp_center {
        text-align: left !important;
        }
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr > td > img {
        border: 1px solid #ddd;
        float: right;
        height: auto;
        max-width: 40px;
        margin: 0 0 10px 8px !important;
        padding: 4px;
        }
    [data-content-max-width~="6"] .vxcp #vxcp_broadband-calculator-result_table > * > tr > td > img + br {
        display: none;
        }