/* Fonts */
@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/Proxima Nova Bold.eot');
    src: url('../fonts/Proxima Nova Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Proxima-Nova-Bold.woff') format('woff'),
    url('../fonts/Proxima Nova Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaReg';
    src: url('../fonts/Proxima Nova Reg.eot');
    src: url('../fonts/Proxima Nova Reg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Proxima-Nova-Reg_1.woff') format('woff'),
    url('../fonts/Proxima Nova Reg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


/* General */
body {
    font-family: 'ProximaNovaReg';
    font-size: 16px;
    line-height: 24px;
    color: #525252;
    background:#E3EDFA;
    width: 100%;
    margin:0px;
    overflow-y: auto;
}
* {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
a,
a:hover,
a:active,
a:focus,
a.active,
a:active,
a:visited,
.form-group label+a {
    color:#003750;
    cursor:pointer;
}
a.link-inverted {
    color:#fff !important;
}
.center {
    text-align: center;
}
.small-print {
    color:#999;
    font-size: 14px;
}
body.home:before {
    background: #E3EDFA;
}
.radio {
    min-height: 53px;
}
.spin {
    width: 32px;
    height: 32px;
    margin: -32px 0 0 -16px;
}
.radio {
    padding: 0px 0px 10px 0;
}
@media screen and (max-width: 750px ) {
    .hidden-custom-xs {
        display:none !important;
    }
}
@media screen and (min-width: 751px ) {
    .hidden-custom-lg {
        display:none !important;
    }
}
/* Headlines */
h1, h2, h3, h4, h5, h6 {
    text-transform:none;
    color: #525252;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 24px;
    font-family: 'ProximaNovaBold';
    line-height: 32px;
    font-weight:normal;
}
h4  {
    font-size: 20px;
    font-family: 'ProximaNovaBold';
    line-height: 28px;
}
p  {
    font-size: 16px;
    font-family: 'ProximaNovaReg';
    line-height: 24px;
}
.note  {
    font-size: 14px;
    font-family:'ProximaNovaReg';
    line-height: 22px;
}
.icontext  {
    font-size: 9px;
    font-family: 'ProximaNovaReg';
    line-height: 16px;
}

@media screen and (max-width: 979.9px) {
    h1  {
        font-size: 40px;
        font-family: 'ProximaNovaBold';
        line-height: 48px;
    }
    h2  {
        font-size: 24px;
        font-family: 'ProximaNovaBold';
        line-height: 32px;
    }
    h3  {
        font-size: 20px;
        font-family: 'ProximaNovaBold';
        line-height: 28px;
    }
}

@media screen and (max-width: 659.9px) {
    h1  { font-size: 32px; font-family: 'ProximaNovaBold'; line-height: 40px; }
    h2  { font-size: 24px; font-family: 'ProximaNovaBold'; line-height: 32px; }
    h3  { font-size: 20px; font-family: 'ProximaNovaBold'; line-height: 28px; }
}

/* Buttons */
.btn {
    color: #0E4097;
    display: inline-block;
    padding: 5px 16px 5px 16px;
    border: 0px solid;
    min-height: 40px;
    font-style: normal;
    width: auto;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
    transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
    border-radius: 4px;
    font-family: 'ProximaNovaBold', Arial;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    word-wrap: normal;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    text-transform:none;
    margin: 15px auto 15px auto;
}
.btn.btn-ok {
    background-color: #05d282;
    
}

.btn.mode_default:not(:disabled):hover,
.btn.btn-ok:not(:disabled):hover {
    color: #0E4097;
    background-color: #50dfa7;
    
}
.btn.bg-primary:not(:disabled).active,
.btn.bg-primary:not(:disabled).checked,
.btn.btn-primary:not(:disabled).active,
.btn.btn-ok:active {
    border:0px solid;
    background-color: #50dfa7;
    color: #FFFFFF;
    box-shadow: 0 0 0 1px #003d8f !important;
}

.btn.bg-ghost {
    color: #003D8F;
    border-color: #003D8F;
}
.btn.bg-ghost:hover,
.btn.bg-ghost:active {
    color: #FFFFFF;
    border-color: #16367C;
    background-color: #16367C;
}
.btn-download, .btn-label {
    width: auto;
    opacity: 1 !important;
    border-radius: 0;
    border: 0;
    display: block;
    float: left;
    padding: 0 10px !important;
    color: #707070 !important;
    border-left: 2px solid #e2e2e2;
    background: transparent;
    margin: 0 !important;
    line-height: 40px !important;
    font-size: 16px !important;
    text-transform: none;
    text-indent:0;
    font-family: 'ProximaNovaReg';
}
@media screen and (max-width: 750px ) {
    .invoices-table-footer #InvoiceYears,
    .invoices-table-footer .buttons {
        width:50%;
    }
    .invoices-table-footer .buttons .btn-download,
    .invoices-table-footer .btn.btn-label {
        width: 100%;
        text-align: center;
        border-left: none;
    }
    .invoices-table-footer .btn.btn-label::before {
        display:none;
    }
    .invoices-table-footer {
        width:100%;
        float:left;
        position: relative;
    }
    .invoices-table-footer::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0px;
        height: 100%;
        width: 2px;
        background: #efefef;
        z-index: 2;
    }
}
@media screen and (max-width: 450px) {
    .btn:not(.btn-download) {
        width:100% !important;
    }
}
@media screen and (min-width: 751px ) {
    #readingsForm1 .box-footer .btn {
        margin: 46px auto 0px auto;
    }
}
/* Forms */
form input:hover, form select:hover, form textarea:hover,
#main .select2-container .select2-selection--single:hover,
#main .select2-container .select2-selection--single:focus,
#main .select2-container .select2-selection--single:active,
.select2-dropdown {
    outline: none;
    border-color: #003D8F !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top:0px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before,
.select2-container--default .select2-selection--single:hover .select2-selection__arrow:before {
    color: #003D8F !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    color: #C2C2C2;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background:#003D8F !important;
}
#main .select2-container .select2-selection--single {
    border: 1px solid #C2C2C2;
    box-sizing: border-box;
    border-radius: 4px;
}
input.form-control {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #C2C2C2;
    position: relative;
    height: 40px;
    padding: 0px 10px;
    line-height: 20px;
    background-color: #FFFFFF;
    color: #525252;
    font-family: 'ProximaNovaReg';
    font-size: 16px;
    box-shadow: none;
}
input::selection {
    -webkit-text-fill-color:#fff;
}
input:not(.parsley-error).form-control {
    border: 1px solid #C2C2C2;
    background-color: #FFFFFF;
}
input.form-control[disabled="disabled"] {
    background-color: #ebebe4 !important;
    border-radius:4px;
}
input.form-control[disabled="disabled"]:hover {
    border-color:#C2C2C2 !important;
}
#installmentForm .input-group  {
    width:140px;
}
.form-control:active, .form-control:focus, .form-control:hover {
    outline: none;
    border-color: #003D8F !important;
}
.form-group {
    margin-bottom: 10px;
}
.form-group label {
    cursor: pointer;
    display: inline-block;
    font-family: 'ProximaNovaReg';
    font-size: 16px;
    margin: 0px;
    padding: 8px 0px;
}

input[type=radio]+label {
    padding-left: 40px;
    padding-top: 5px;
}
input[type=radio]+label:before,
input[type=checkbox]+label:before {
    content: "";
    display: inline-block;
    vertical-align: 0px;
    border: 1px solid #C2C2C2;
    background: #FFFFFF;
    width: 32px;
    height: 32px;
}

input[type=radio]:checked+label:before,
input[type=checkbox]:checked+label:before {
    background: #FFFFFF;
}
input[type=checkbox]+label:hover:before, input[type=radio]+label:hover:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color:#003D8F;
}
input[type=radio]:checked+label:after {
    content: "";
    position: absolute;
    top: 9px;
    left:8px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #003D8F;
}

input[type=checkbox]:checked ~ label:after {
    content: "";
    position: absolute;
    top: 12px;
    left:6px;
    width: 20px;
    height: 10px;
    border-left: 4px solid #003D8F;
    border-bottom: 4px solid #003D8F;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
input[type=checkbox] ~ label:before {
    border-radius: 4px;
    margin-left: 2px;
}
input[type=checkbox]+label {
    padding-left:40px;
}

input[type=checkbox].middle+label:before {
    top:20px;
}
.partPayment input[type=checkbox]:checked ~ label:after {
    top:30px;
}

/* Header */
#header,
#left .top,
body.home #header {
    height:97px;
    background: #003750;
    box-shadow: none;
}
#left .top {
    padding: 10px 0px 10px 10px;
}
#header .inside {
    padding: 10px 20px;
}
#header .select2-container .select2-selection,
.user-box, body.mobile #left .user-box {
    background:transparent;
    line-height: 40px;
    font-size:16px;
    color:#fff;
    margin-top:15px;
    font-family:arial, sans-serif;
}
.user-box, body.mobile #left .user-box {
    padding-right:15px;
}
.user-box a,
#header .select2-container .select2-selection,
#header .select2-container .select2-selection .select2-selection__rendered {
    color:#fff;
    line-height:40px;
}
#header .select2-container .select2-selection,
#header .select2-container .select2-selection .select2-selection__rendered {
    padding-right:0px;
    max-width:200px;
}
.contact-box {
    background: url(../img/1und1/icons/service.svg) no-repeat 0% 0%;
    background-position: 25% 32.5%;
    background-size: auto 2592px, auto 2592px;
    width: 32px;
    height: 32px;
    float: right;
    position: relative;
    margin:15px 0px 16px 10px;
    cursor:pointer;
}
.contact-box:before {
    display: block;
    content: attr(data-icon-prefix-text);
    color: #FFFFFF;
    white-space: nowrap;
    text-indent: 0px;
    font-family: 'ProximaNovaBold';
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    right: 100%;
    padding-right: 8px;
    top: 4px;
    width: auto;
    height: auto;
}
.contact-box:after {
    content: 'Kontakt';
    color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 9px;
    line-height: 16px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contact-box:hover {
    background-position: 100% 32.5%;
}
.contact-box:hover:after,
.user-box .logout:hover:after {
    color: #D6DDED;
}
.user-box a:hover {
    color:#fff;
    text-decoration:underline;
}
.user-box {
    padding-top:0px;
    display:none;
}
.user-box a {
    background: url(../img/1und1/icons/service.svg) no-repeat 0% 0%;
    background-position: 25% 36.3%;
    background-size: auto 2592px, auto 2592px;
    width: 32px;
    height: 32px;
    float: right;
    position: relative;
    cursor:pointer;
}
.user-box .logout:before {
    display: block;
    content: attr(data-icon-prefix-text);
    color: #FFFFFF;
    white-space: nowrap;
    text-indent: 0px;
    font-family: RobotoRegular;
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    right: 100%;
    padding-right: 8px;
    top: 4px;
    width: auto;
    height: auto;
}
.user-box .logout:after {
    content: 'Logout';
    color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 9px;
    line-height: 16px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.user-box .logout:hover:before {
    content:'';
}
.user-box:hover {
    background-position: 100% 36.3%;
}
#header .logo,
body.home #header .logo,
.big-menu #left .logo{
    margin: 20px 0px 0px 0px;
    position: relative;
    float: left;
    
}
#header .nav_main ul li.web a:before {
    content: '';
    background: url(../img/1und1/icons/brand.svg) no-repeat 0 0;
    background-position: 27% 6.3%;
    background-size: auto 1704px, auto 1704px;
    width: 17px;
    height: 20px;
    margin-top: -12px;
}
body.home #header .inside {
    padding-left: 10px;
}
.logoText {
    margin: 18px 0px 0px 10px;
    float: left;
    font-weight: 400;
    font-size: 37px;
    color: #FFFFFF;
    font-family: ''ProximaNovaBold'', Arial, sans-serif;
    display: inline-block;
    line-height: 40px;
    position:relative;
}
/*body:not(.baseraw) header .logoText {
    display:none;
}*/
.mobile-logo {
    display:none;
}

@media all and (max-width: 1050px) {
    .logoText,
    #header .nav_main,
    body.mobile #left .user-box,
    #left .user-box,
    .inside .contact-box:after,
    .inside .contact-box:before {
        display:none;
    }
    body.home #header,
    body #header,
    #left .top {
        height:48px;
        background-color:#003D8F;
        text-align:center;
    }
    #header .inside {
        text-align:center;
    }
    #header .logo,
    #left .logo {
        display: inline-block;
        float: none;
        width: 30px !important;
        margin:0px;
    }

    body.home #header .logo,
    .big-menu #left .logo{
        position:absolute;
        left:50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        float: none;
        margin:0px;
    }
    #container .show-menu {
        position:absolute;
        right:20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin:0px;
    }
    .inside .show-menu {
        float: left;
        margin-top:5px;
    }
    .inside .contact-box {
        margin: 0px !important;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        right: 10px;
    }
    .showMenu #left, #left {
        margin-bottom:0px;
        z-index:103;
    }
}
@media all and (min-width: 1051px) and (max-width:1080px) {
    #header .select2-container {
        max-width: 260px;
    }
    div#selectContainer {
        max-width:240px;
    }
    #header .select2-container .select2-selection,
    #header .select2-container .select2-selection .select2-selection__rendered {
        line-height: 27px;
        margin-top:0px;
        height:27px;
        padding-top:0px;
    }
}
#header .nav_main {
    margin-top: 10px;
}
#header .nav_main ul li a {
    font-weight:normal;
    color:#fff;
    text-transform: none;
    font-family: 'ProximaNovaReg' !important;
    padding-left: 20px;
}
#header .nav_main ul li a:after {
    display:none;
}
.user-box,
.navigation ul li a {
    text-transform:none;
}
.user-box .CustomerFullName,
#selectContainer {
    display:none;
}
.show-menu .line,
.showMenu .show-menu .line {
    background:#fff;
}
/* Navigation */
#left {
    background: #fff;
}
#left .nav_left ul li {
    border-bottom: 1px solid #DADADA;
}
#left .nav_left ul li,
#left .nav_left ul li a,
#left .nav_left ul li.active i {
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
    color: #525252;
}
#left .nav_left ul li.active{
    background-color: #F3F3F3;
}
#left .nav_left ul li.active a {
    color: #003D8F;
}
#left .nav_left ul li:hover {
    background-color: #D6DDED;
}
#left .nav_left ul li.active::before,
#left .nav_left ul li:hover::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #003D8F;
}
#left .nav_left ul li.active i::before,
#left .nav_left ul li:hover i::before {
    color:#003D8F;
}
.CountInvoices {
    display:none !important;
}
@media (min-width: 1021px) {
    #left {
        width: 260px;
    }
}
.big-menu #left .nav_left ul li a:hover {
    padding: 0 0 0 40px;
}
#left .nav_left ul li a:hover i {
    padding-left: 0px;
}

@media all and (min-width: 1050px) {
    #left:after {
        height: 78px !important;
    }
}
@media all and (max-width: 1049px) {
    #left:after {
        height: 0px !important;
    }
    #left .bottom {
        margin-bottom: 20px !important;
    }
}

/* Footer */
#footer {
    background: #999999;
    border-top: 1px solid #999999;
    color: #ffffff;
    padding: 0 15px;
    height: 78px;
    margin-top: -78px;
    display: flex;
    position: absolute;
}
#footer .inside {
    flex-wrap: wrap;
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
}
#footer .nav_footer li {
    float: left;
    list-style: none;
    margin: 0 5px;
    display: block;
}
#footer .nav_footer li a,
#footer .inside .copyright {
    color: #ffffff;
    line-height: 76px;
    font-family:Arial, Verdana;
    font-size: 16px;
    display: block;
    padding: 0 0 0 12px;
    position: relative;
}
#footer .nav_footer li a {
    cursor: pointer;
}
#footer .inside > div,
#footer .inside > ul {
    float:none;
    display: inline-block;
}
#footer .nav_footer li a:hover {
    text-decoration: underline !important;
}

#footer .nav_footer li a:before {
    content: '|';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}


@media screen and (max-width: 1024px) {
    #footer {
        height: auto;
        text-align: center;
        line-height:45px;
    }
    #footer .inside .copyright {
        padding-top: 5px;
    }
    #footer .nav_footer,
    #footer .inside .copyright {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    #footer .nav_footer li {
        display: inline-block;
        float: none;
        margin: 0px;
    }
    #footer .nav_footer li a,
    #footer .inside .copyright {
        line-height: 32px;
    }
    #footer .nav_footer li a:before {
        display: none;
    }
}

@media screen and (max-width: 350px) {
    body.login #footer {
        margin-top: -157px;
    }
}
@media screen and (min-width: 350px) and (max-width: 450px) {
    body.login #footer {
        margin-top: -137px;
    }
}
@media screen and (min-width: 450px) and (max-width: 1024px) and (orientation:portrait) {
    body.login #footer {
        margin-top: -93px;
    }
}
@media screen and (min-width: 660px) and (max-width: 1024px) and (orientation:landscape) {
    body.login #footer {
        margin-top: -93px;
    }
}
@media screen and (min-width: 1400px) {
    #footer {
        margin: -78px auto 0 auto;
    }
}
/* Loginpage */
.form-group label+a {
    font-size: 16px;
    font-family: 'ProximaNovaReg';
}
/*body.login #loginForm button {
    display: inline-block;
    width: auto;
}*/
body.login.home:before {
    background: #E3EDFA;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.login.home:after {
    background:none;
}

/* Icons */
#main a:hover:after {
    display: none;
}
.fa-info-circle:before {
    content: '';
    background: url(../img/1und1/icons/brand.svg) no-repeat 0% 0%;
    background-position: 0% 23.75%;
    display: block;
    width: 23px;
    height: 23px;
}
.box-header i.fa {
    width: 25px;
    height: 25px;
    position: relative;
}
.fa-fire::before {
    content:'';
    background: url(../img/1und1/icons/icon_gas.svg) no-repeat 0% 0%;
    background-size:32px auto;
    width: 32px;
    height: 32px;
    position: absolute;
}
.fa-plug::before {
    content:'';
    background: url(../img/1und1/icons/icon_strom.svg) no-repeat 0% 0%;
    background-size:32px auto;
    width: 32px;
    height: 32px;
    position: absolute;
}
/* searchfield */
.search input {
    padding-left: 30px
}

.search .icon:hover:before,
.search .icon:focus:before,
.search .icon:active:before,
.search.active .icon:before {
    color:#003D8F;
}

.search.active input:focus {
    border-color: #003D8F !important;
}

@media screen and (min-width: 751px) {
    .search.active .icon {
        left: 10px;
    }
}

/* Pagination */
#main .pagination li.previous a:before,
#main .pagination li.next a:before,
#main .pagination li.previous a:hover:before,
#main .pagination li.next a:hover:before {
   color: #003D8F;
}

#main .pagination .active a {
    background: #003D8F;
    border-color: #003D8F;
}

/* Content */
#main {
    padding:117px 0px 78px 0px;
}

body:not(.baseraw):not(.printing) #main {
    padding:117px 15px 78px 280px;
}
body.printing #main{
    opacity: 1;
}
body.home #main {
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.box {
    box-shadow: none;
}
.box .box-header,
.callout.callout-info .callout-header,
.box.dash.todo .box-header {
    border-bottom: 1px solid #C0C9CE;
    text-transform:none;
    color:#525252;
}
.box .buttons a {
    font-size:16px;
}
.box-footer .btn-label,
.box-footer .btn.btn-download {
    color: #707070;
    opacity: 1;
}
.box-footer .btn-label:hover,
.box-footer .btn-label:focus,
.box-footer .btn-label:active,
.box-footer .btn-label.active {
    background: none;
    color: #707070;
    border: none !important;
}
.box-footer .btn.btn-download:hover {
    background: none;
    color: #707070;
    border-left: 2px solid #e2e2e2 !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
}
body:not(.printing) #main table#documentsTable th {
    width:auto !important;
    min-width: 130px;
}
body:not(.printing) #main table:not(.ui-datepicker-calendar) td.last-reading-date {
    min-width: 120px;
}

/* Rechnungen - Spalte Zeitraum ausblenden, wenn die Breite zu knapp wird - bei ausgeblendetem Menü... */
@media screen and (max-width: 900px ) and (min-width:751px) {
    body:not(.printing) #main .table:not(.ui-datepicker-calendar) th.invoiceperiod-sort,
    body:not(.printing) #main .table:not(.ui-datepicker-calendar) td.invoice-period {
        display:none;
    }
}
/* ...und bei eingeblendetem Menü: */
@media screen and (max-width: 1200px ) and (min-width:1051px) {
    body:not(.printing) #main .table:not(.ui-datepicker-calendar) th.invoiceperiod-sort,
    body:not(.printing) #main .table:not(.ui-datepicker-calendar) td.invoice-period {
        display:none;
    }
}


@media screen and (max-width: 750px ) {
    .box .box-header, .box .box-body {
        padding: 10px;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td {
        padding:5px !important;
    }

    body:not(.printing) #main table#invoicesTable td,
    body:not(.printing) #main table#documentsTable td:not(.dataTables_empty),
    body:not(.printing) #main table#statTable td:not(.dataTables_empty),
    body:not(.printing) #main table#readingsTable td {
        display:inline-block;
        text-align:left !important;
        position:relative;
    }

    /* Texts Invoices */
    body:not(.printing) #main table#invoicesTable td.invoice-type {
        display:none;
    }
    body:not(.printing) #main .table:not(.ui-datepicker-calendar) td.invoice-date:before {
        content: 'Datum';
        width:50%;
        display:inline-block;
    }
    body:not(.printing) #main .table:not(.ui-datepicker-calendar) td.invoice-number:before {
        content: 'Rechnungsnummer';
        width:50%;
        display:inline-block;
    }
    body:not(.printing) #main .table:not(.ui-datepicker-calendar) td.invoice-period:before {
        content: 'Zeitraum';
        width:50%;
        display:inline-block;
    }
    body:not(.printing) #main .table:not(.ui-datepicker-calendar) td.invoice-amount:before {
        content: 'Betrag';
        width:50%;
        display:inline-block;
    }
    body:not(.printing) #main .table:not(.ui-datepicker-calendar) td .downloadLink:before {
        content: 'Download';
        width:50%;
        display:inline-block;
        color:#525252;
    }

    /* Texts Documents */
    body:not(.printing) #main table#documentsTable td:not(.dataTables_empty) {
        padding-left:30% !important;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td.doc-date:before {
        content: 'Datum';
        position:absolute;
        left:10px;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td.doc-down:before {
        content: 'Dokument';
        position:absolute;
        left:10px;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td.doc-type:before {
        content: 'Typ';
        position:absolute;
        left:10px;
    }

    /* Consumption */
    body:not(.printing) #main table#statTable td:not(.dataTables_empty) {
        padding-left:50% !important;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td.consum-period:before {
        content: 'Zeitraum';
        position:absolute;
        left:10px;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td.consum-days:before {
        content: 'Tage';
        position:absolute;
        left:10px;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td.consum-overall:before {
        content: 'Gesamtverbrauch';
        position:absolute;
        left:10px;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td.consum-daily:before {
        content: 'Tagesdurchschnitt';
        position:absolute;
        left:10px;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td.consum-before:before {
        content: 'Unterschied Vorjahr';
        position:absolute;
        left:10px;
    }

    /* Reading */
    body:not(.printing) #main table#readingsTable td {
        padding-left:50% !important;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td.last-reading-date {
        min-width:120px;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td.last-reading-date:before {
        content: 'Letzte Ablesung';
        position:absolute;
        left:10px;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td.last-reading-value:before {
        content: 'Letzter Stand';
        position:absolute;
        left:10px;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td.last-reading-type:before {
        content: 'Ablesungsart';
        position:absolute;
        left:10px;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td.last-reading-input:before {
        content: 'Neuer Zählerstand';
        position:absolute;
        left:10px;
    }
    body:not(.printing) #main table:not(.ui-datepicker-calendar) td.last-reading-consumption:before {
        content: 'Verbrauch';
        position:absolute;
        left:10px;
    }
    #readingsForm1 .w50 {
        width:100%;
        padding:0 10px !important;
    }

    .form-group.partPayment {
        margin-left: 10px;
    }
    .search {
        padding: 0 10px;
    }
    .search .icon,
    .search.active .icon {
        left:20px;
    }
}

@media screen and (max-width: 750px ) {
    #main {
        padding-bottom:120px !important;
        padding-top:65px !important;
    }
    #cval-input-info {
        padding-right:8px;
    }
}
@media screen and (min-width: 751px ) {
    .search {
        margin-right:10px;
    }
}
@media screen and (min-width: 751px ) and (max-width: 1024px) {
    #main {
        padding-bottom:93px !important;
    }
}
th, td {
    font-size: 16px;
}
#main table.dataTable thead .sorting_asc,
#main table.dataTable thead .sorting_desc {
    color: #003750;
}
@media screen and (min-width: 751px) {
    #main .table:not(.ui-datepicker-calendar) th,
    #main table:not(.ui-datepicker-calendar) th,
    #main .table:not(.ui-datepicker-calendar) td,
    #main table:not(.ui-datepicker-calendar) td {
        border-right: 1px solid #F3F3F3;
    }
}
@media screen and (min-width: 1050px) {
    #main table.dataTable thead .sorting:after,
    #main table.dataTable thead .sorting_asc:after,
    #main table.dataTable thead .sorting_desc:after {
        right: 15px;
        transition: unset;
        -webkit-transition: unset;
        -moz-transition: unset;
        -o-transition: unset;
    }
    #main .table:not(.ui-datepicker-calendar) th,
    #main table:not(.ui-datepicker-calendar) th,
    #main .table:not(.ui-datepicker-calendar) td,
    #main table:not(.ui-datepicker-calendar) td {
        border-right: 1px solid #F3F3F3;
        text-align: left;
        position:relative;
    }
    #main #invoicesTable th:first-child,
    #main #invoicesTable.table td:first-child {
        min-width:80px;
        /*padding-left:10px;*/
    }
    #main #invoicesTable th:nth-child(2) {
        min-width:100px;
    }
    #main #invoicesTable th:nth-child(3) {
        min-width:145px;
    }
    #main #invoicesTable th:nth-child(4) {
        min-width:60px;
    }
    #main #invoicesTable th:nth-child(5) {
        min-width:60px;
        padding-right:28px
    }
    #main #statTable th:first-child {
        min-width:77px;
        /*padding-left:10px;*/
    }
    #main #statTable th:nth-child(2) {
        min-width:47px;
    }
    #main #statTable th:nth-child(3) {
        min-width:137px;
    }
    #main #statTable th:nth-child(4) {
        min-width:142px;
    }
    #main #statTable th:nth-child(5) {
        min-width:95px;
        padding-right:28px
    }
}

.callout {
    margin:0px;
    background-color: #1C8AD9;
    border-color: #1C8AD9;
    padding: 10px 20px 20px 88px;
    border-radius: 5px;
    max-width: 100%;
    color: #fff;
    position: relative;
}
.callout h5 {
    font-size: 24px;
    font-family: 'ProximaNovaBold';
    line-height: 32px;
    font-weight: 400;
    color: #fff;
}
.callout:before {
    content: '';
    background-image: url(../img/1und1/icons/brand.svg);
    background-position: 26% 23.8%;
    background-size: auto 3888px, auto 3888px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 25px;
    top: 10px;
}
.callout.callout-warning:before {
    background-position: 26% 26.35%;
}
.callout .callout-header {
    display:none;
}
.callout .callout-body {
    padding: 0px;
}
.callout.callout-warning,
.callout.callout-error {
    color:#fff !important;
    background: #C00000;
    margin: 0;
}
.callout.callout-warning h5,
.callout.callout-warning .callout-body {
    color:#fff !important;
}
.dashboard #main ul:not(.parsley-errors-list) {
    list-style:disc;
    font-size:16px;
}
#main ul:not(.select2-selection__rendered):not(.pagination):not(.parsley-errors-list):not(.timeline) li:before {
    display: none;
}
#main ul:not(.select2-selection__rendered):not(.pagination):not(.parsley-errors-list):not(.timeline) li {
    padding-left:10px;
}
#main ul:not(.select2-selection__rendered):not(.pagination):not(.parsley-errors-list):not(.timeline){
    margin:20px 0px 20px 18px;
}
.box.dash.todo .box-header h1:before, .box.dash.todo .box-header h2:before, .box.dash.todo .box-header h3:before, .box.dash.todo .box-header h4:before, .box.dash.todo .box-header h5:before, .box.dash.todo .box-header h6:before {
    color: #003D8F;
}
.box.dash .box-header h1:before, .box.dash .box-header h2:before, .box.dash .box-header h3:before, .box.dash .box-header h4:before, .box.dash .box-header h5:before, .box.dash .box-header h6:before {
    top: 6px;
    position: relative;
}
#page-alert .alert-warning {
    background-color:#c00030;
}
#page-alert .alert-warning p {
    font-family:arial, sans-serif;
    font-size:16px;
}
#page-alert button {
    margin-right:20px
}
.captchaImgContainer {
    max-width:350px;
}

/* Modalbox */
.modal {
    top: 100px;
}
.modal .modal-body {
    font-size:16px;
}
.modal-content {
    border-radius: 4px;
    box-shadow:none;
    border: 1px solid #DADADA;
}
.modal-header {
    border-bottom:1px solid #C0C9CE;
}
.modal.fade.show {
    opacity:1;
}
.modal-backdrop.fade.show {
    opacity:.7;
    background-color: #333333;
}
.modal.fade .modal-dialog {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.ui-dialog-title {
    font-family:WebdeSansMedium;
}
.modal-header .close, .ui-dialog .ui-dialog-titlebar-close {
    height:32px;
    width:32px;

}
.modal-header .close:before, .ui-dialog .ui-dialog-titlebar-close:before {
    content: '';
    height: 32px;
    width: 32px;
    background: url(../img/1und1/icons/brand.svg) no-repeat 0% 0%;
    background-position: 0% 7.5%;
    background-size: auto 2592px, auto 2592px;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
    opacity: 1;
    top: 0px;
    margin: 0px;
}

/* Cookie Layer */
body .cc_banner-wrapper {
    bottom:0px;
    top:auto;
}
.cc_container {
    background:#3da3dc !important;
}
.cc_container a, .cc_container a:visited {
    color:#fff !important;
}
.cc_container a:hover {
    text-decoration:underline !important;
}
.cc_container .cc_message {
    line-height: 40px !important;
    padding-left: 34px !important;
    font-size: 16px !important;
    font-family: arial, sans-serif !important;
}
.cc_container .btn {
    height: 40px;
    padding: 0 16px;
    font-size: 20px;
    background-color: transparent;
    background-image: none;
    border-color: #FFFFFF;
    color: inherit;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    right: 20px;
    top: 50%;
    outline: none;
    display: block;
    position: absolute;
    margin: -20px 0 0 0;
    text-indent: 0px;
}
.cc_container .btn.btn-ok:hover,
.cc_container .btn.btn-ok:focus {
    border-color: #F3F3F3 !important;
    background: #F3F3F3 !important;
    color: #333333 !important;
    webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.cc_container .btn.btn-ok:active {
    border-color: #FFFFFF !important;
    background: #FFFFFF !important;
    color: #333333 !important;
    webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
@media screen and (max-width: 767px) {
    .cc_container .cc_message {
        line-height: 25px !important;
        padding-left: 0px !important;
        text-align:left;
    }
    .cc_container .btn {
        position:relative;
        float:right;
        right:0px;
        margin-top:0px;
    }
}
/* datepicker */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-datepicker .ui-datepicker-title,
.ui-datepicker table thead,
.ui-datepicker .ui-datepicker-buttonpane button {
    font-family: arial, sans-serif;
    font-weight:400;
}
.ui-widget.ui-widget-content,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border-color:#C2C2C2;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #D6DDED;
}
.ui-datepicker .ui-datepicker-header,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background:#003D8F;
}
