
/*!
 * Milligram v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
 *,*:after,*:before{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{color:var(--main-color);font-family:'Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;font-size:1.6em;font-weight:300;letter-spacing:.01em;line-height:1.6}blockquote{border-left:.3rem solid #d1d1d1;margin-left:0;margin-right:0;padding:1rem 1.5rem}blockquote *:last-child{margin-bottom:0}.button,button,input[type='button'],input[type='reset'],input[type='submit']{background-color:var(--main-pp-color);border:.1rem solid var(--main-pp-color);border-radius:.4rem;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:700;height:3.8rem;letter-spacing:.1rem;line-height:3.8rem;padding:0 3rem;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap}.button:focus,.button:hover,button:focus,button:hover,input[type='button']:focus,input[type='button']:hover,input[type='reset']:focus,input[type='reset']:hover,input[type='submit']:focus,input[type='submit']:hover{background-color:var(--main-color);border-color:var(--main-color);color:#fff;outline:0}.button[disabled],button[disabled],input[type='button'][disabled],input[type='reset'][disabled],input[type='submit'][disabled]{cursor:default;opacity:.5}.button[disabled]:focus,.button[disabled]:hover,button[disabled]:focus,button[disabled]:hover,input[type='button'][disabled]:focus,input[type='button'][disabled]:hover,input[type='reset'][disabled]:focus,input[type='reset'][disabled]:hover,input[type='submit'][disabled]:focus,input[type='submit'][disabled]:hover{background-color:var(--main-pp-color);border-color:var(--main-pp-color)}.button.button-outline,button.button-outline,input[type='button'].button-outline,input[type='reset'].button-outline,input[type='submit'].button-outline{background-color:#fff0;color:var(--main-pp-color)}.button.button-outline:focus,.button.button-outline:hover,button.button-outline:focus,button.button-outline:hover,input[type='button'].button-outline:focus,input[type='button'].button-outline:hover,input[type='reset'].button-outline:focus,input[type='reset'].button-outline:hover,input[type='submit'].button-outline:focus,input[type='submit'].button-outline:hover{background-color:#fff0;border-color:var(--main-color);color:var(--main-color)}.button.button-outline[disabled]:focus,.button.button-outline[disabled]:hover,button.button-outline[disabled]:focus,button.button-outline[disabled]:hover,input[type='button'].button-outline[disabled]:focus,input[type='button'].button-outline[disabled]:hover,input[type='reset'].button-outline[disabled]:focus,input[type='reset'].button-outline[disabled]:hover,input[type='submit'].button-outline[disabled]:focus,input[type='submit'].button-outline[disabled]:hover{border-color:inherit;color:var(--main-pp-color)}.button.button-clear,button.button-clear,input[type='button'].button-clear,input[type='reset'].button-clear,input[type='submit'].button-clear{background-color:#fff0;border-color:#fff0;color:var(--main-pp-color)}.button.button-clear:focus,.button.button-clear:hover,button.button-clear:focus,button.button-clear:hover,input[type='button'].button-clear:focus,input[type='button'].button-clear:hover,input[type='reset'].button-clear:focus,input[type='reset'].button-clear:hover,input[type='submit'].button-clear:focus,input[type='submit'].button-clear:hover{background-color:#fff0;border-color:#fff0;color:var(--main-color)}.button.button-clear[disabled]:focus,.button.button-clear[disabled]:hover,button.button-clear[disabled]:focus,button.button-clear[disabled]:hover,input[type='button'].button-clear[disabled]:focus,input[type='button'].button-clear[disabled]:hover,input[type='reset'].button-clear[disabled]:focus,input[type='reset'].button-clear[disabled]:hover,input[type='submit'].button-clear[disabled]:focus,input[type='submit'].button-clear[disabled]:hover{color:var(--main-pp-color)}code{background:#f4f5f6;border-radius:.4rem;font-size:86%;margin:0 .2rem;padding:.2rem .5rem;white-space:nowrap}pre{background:#f4f5f6;border-left:.3rem solid var(--main-pp-color);overflow-y:hidden}pre>code{border-radius:0;display:block;padding:1rem 1.5rem;white-space:pre}hr{border:0;border-top:.1rem solid #f4f5f6;margin:3rem 0}input[type='email'],input[type='number'],input[type='password'],input[type='search'],input[type='tel'],input[type='text'],input[type='url'],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff0;border:.1rem solid #d1d1d1;border-radius:.4rem;box-shadow:none;box-sizing:inherit;height:3.8rem;padding:.6rem 1rem;width:100%}input[type='email']:focus,input[type='number']:focus,input[type='password']:focus,input[type='search']:focus,input[type='tel']:focus,input[type='text']:focus,input[type='url']:focus,textarea:focus,select:focus{border-color:var(--main-pp-color);outline:0}select{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;padding-right:3rem}select:focus{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="var(--main-pp-color)" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>')}textarea{min-height:6.5rem}label,legend{display:block;font-size:1.6rem;font-weight:700;margin-bottom:.5rem}fieldset{border-width:0;padding:0}input[type='checkbox'],input[type='radio']{display:inline}.label-inline{display:inline-block;font-weight:400;margin-left:.5rem}.container{margin:0 auto;max-width:112rem;padding:0 2rem;position:relative;width:100%}.row{display:flex;flex-direction:column;padding:0;width:100%}.row.row-no-padding{padding:0}.row.row-no-padding>.column{padding:0}.row.row-wrap{flex-wrap:wrap}.row.row-top{align-items:flex-start}.row.row-bottom{align-items:flex-end}.row.row-center{align-items:center}.row.row-stretch{align-items:stretch}.row.row-baseline{align-items:baseline}.row .column{display:block;flex:1 1 auto;margin-left:0;max-width:100%;width:100%}.row .column.column-offset-10{margin-left:10%}.row .column.column-offset-20{margin-left:20%}.row .column.column-offset-25{margin-left:25%}.row .column.column-offset-33,.row .column.column-offset-34{margin-left:33.3333%}.row .column.column-offset-50{margin-left:50%}.row .column.column-offset-66,.row .column.column-offset-67{margin-left:66.6666%}.row .column.column-offset-75{margin-left:75%}.row .column.column-offset-80{margin-left:80%}.row .column.column-offset-90{margin-left:90%}.row .column.column-10{flex:0 0 10%;max-width:10%}.row .column.column-20{flex:0 0 20%;max-width:20%}.row .column.column-25{flex:0 0 25%;max-width:25%}.row .column.column-33,.row .column.column-34{flex:0 0 33.3333%;max-width:33.3333%}.row .column.column-40{flex:0 0 40%;max-width:40%}.row .column.column-50{flex:0 0 50%;max-width:50%}.row .column.column-60{flex:0 0 60%;max-width:60%}.row .column.column-66,.row .column.column-67{flex:0 0 66.6666%;max-width:66.6666%}.row .column.column-75{flex:0 0 75%;max-width:75%}.row .column.column-80{flex:0 0 80%;max-width:80%}.row .column.column-90{flex:0 0 90%;max-width:90%}.row .column .column-top{align-self:flex-start}.row .column .column-bottom{align-self:flex-end}.row .column .column-center{-ms-grid-row-align:center;align-self:center}@media (min-width:40rem){.row{flex-direction:row;width:calc(100%)}.row .column{margin-bottom:inherit;padding:0 1rem}}a{color:var(--main-pp-color);text-decoration:none}a:focus,a:hover{color:var(--main-color)}dl,ol,ul{list-style:none;margin-top:0;padding-left:0}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{font-size:90%;margin:1.5rem 0 1.5rem 3rem}ol{list-style:decimal inside}ul{list-style:circle inside}.button,button,dd,dt,li{margin-bottom:1rem}fieldset,input,select,textarea{margin-bottom:1.5rem}blockquote,dl,figure,form,ol,p,pre,table,ul{margin-bottom:2.5rem}table{border-spacing:0;width:100%}td,th{border-bottom:.1rem solid #e1e1e1;padding:1.2rem 1.5rem;text-align:left}td:first-child,th:first-child{padding-left:0}td:last-child,th:last-child{padding-right:0}b,strong{font-weight:700}p{margin-top:0}h1,h2,h3,h4,h5,h6{font-weight:300;letter-spacing:-.1rem;margin-bottom:2rem;margin-top:0}h1{font-size:4.6rem;line-height:1.2}h2{font-size:3.6rem;line-height:1.25}h3{font-size:2.8rem;line-height:1.3}h4{font-size:2.2rem;letter-spacing:-.08rem;line-height:1.35}h5{font-size:1.8rem;letter-spacing:-.05rem;line-height:1.5}h6{font-size:1.6rem;letter-spacing:0;line-height:1.4}img{max-width:100%}.clearfix:after{clear:both;content:' ';display:table}.float-left{float:left}.float-right{float:right}:root{--main-pp-color:#ff6b00;--fa-secondary-color:red;--fa-primary-color:#99C220;--fa-hover-color:#797979}body{hyphens:auto}.row{margin-left:0}#page-wrapper{position:relative;overflow:hidden}h2{text-transform:unset!important}.cardrequest-wrap{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(7,1fr);grid-column-gap:0;grid-row-gap:0}.cardrequest1{grid-area:1 / 1 / 2 / 3}.cardrequest2{grid-area:2 / 1 / 3 / 2}.cardrequest3{grid-area:2 / 2 / 3 / 3}.cardrequest4{grid-area:3 / 1 / 4 / 2}.cardrequest5{grid-area:3 / 2 / 4 / 3}.cardrequest6{grid-area:4 / 1 / 5 / 2}.cardrequest7{grid-area:4 / 2 / 5 / 3}.cardrequest8{grid-area:5 / 1 / 6 / 2}.cardrequest9{grid-area:5 / 2 / 6 / 3}.cardrequest10{grid-area:6 / 1 / 7 / 2}.cardrequest11{grid-area:6 / 2 / 7 / 3}.cardrequest12{grid-area:7 / 1 / 8 / 2}.cardrequest-wrap2{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,1fr);grid-column-gap:0;grid-row-gap:0}.cardrequest13{grid-area:1 / 1 / 2 / 2}.cardrequest14{grid-area:1 / 2 / 2 / 3}.cardrequest15{grid-area:2 / 1 / 3 / 2}.cardrequest16{grid-area:2 / 2 / 3 / 3}.cardrequest17{grid-area:3 / 1 / 4 / 2}.cardrequest18{grid-area:3 / 2 / 4 / 3}.cardrequest19{grid-area:4 / 1 / 5 / 2}.cardrequest20{grid-area:4 / 2 / 5 / 3}.cardrequest21{grid-area:5 / 1 / 6 / 2}.cardrequest22{grid-area:5 / 2 / 6 / 3}.cardrequest-wrap3{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:0;grid-row-gap:0}.cardrequest23{grid-area:1 / 1 / 2 / 2}.cardrequest24{grid-area:1 / 2 / 2 / 3}.cardrequest25{grid-area:2 / 1 / 3 / 3}.contactform-wrap{display:grid;grid-column-gap:0;grid-row-gap:0;grid-template-columns:repeat(2,1fr);grid-auto-rows:auto}.contact1{grid-area:1 / 1 / 2 / 2}.contact2{grid-area:1 / 2 / 2 / 3}.contact3{grid-area:2 / 1 / 3 / 2}.contact4{grid-area:2 / 2 / 3 / 3}.contact5{grid-area:3 / 1 / 4 / 2}.contact6{grid-area:3 / 2 / 4 / 3}.contact7{grid-area:4 / 1 / 5 / 3}.contact8{grid-area:5 / 1 / 6 / 3}.item-left{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.item-right{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.item-center{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.switch-field{display:inline-block}.switch-field input{position:absolute;clip:rect(0,0,0,0);height:1px;width:1px;border:0;overflow:hidden;display:inline-block}.switch-field label{float:left}.switch-field label{min-width:60px;background-color:#fff;color:#797979;font-size:14px;font-weight:400;text-align:center;text-shadow:none;padding:14px 30px;border:1px solid #f7f8f8;transition:all .3s ease-out;letter-spacing:1px}.switch-field label:hover{cursor:pointer;background-color:rgb(255 107 0 / .58)}.switch-field input:checked+label{background-color:var(--main-pp-color);color:#fff;-webkit-box-shadow:none;box-shadow:none}.switch-field label:first-of-type{border-radius:40px 0 0 40px}.switch-field label:last-of-type{border-radius:0 40px 40px 0}.inp select.error,.inp textarea.error,.inp input.error,.inp-file input.error{box-shadow:inset 0 -1px 0 #f26101;background:#f2610114}input.ichfangdich{display:none}.hidden{display:none!important}label.checkbox{margin-right:1rem;padding-left:3rem;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:16px;color:rgb(0 0 0 / .5);font-weight:500}label.checkbox input[type=checkbox]{position:absolute;opacity:0}label.checkbox input[type=checkbox]:checked~span{color:#FFF;background:var(--main-pp-color) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;border:2px solid var(--main-pp-color)}.indicator{position:absolute;left:0;width:20px;height:20px;background-color:#fff;border:1px solid rgb(0 0 0 / 30%);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.error{background:rgb(194 32 32 / 4%);box-shadow:inset 0 -1px 0 rgb(255 0 0 / 50%)}html{background:#f2f2f2;scroll-behavior:smooth}body{background:#fff;color:#797979;font-weight:400;font-size:1.8em;letter-spacing:.025em;line-height:calc(1ex / 0.32);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;text-align:justify;text-justify:inter-word;scroll-behavior:smooth}.container{margin:0 auto;max-width:1920px}.btn-box-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;grid-column-gap:0;grid-row-gap:0;justify-content:center;align-content:center;margin-bottom:50px}.logo-box-container{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:3;grid-column-gap:0;grid-row-gap:0;justify-content:center;align-content:center;margin-bottom:50px}.column{border:0 solid lightgrey}.header-main{height:5rem;padding-top:10px}.headerimg{max-width:80%;margin-left:10%;margin-top:50px}.logo{max-width:15rem;position:absolute;top:0;bottom:0;margin:auto}.circle{width:40px;height:40px;border-radius:50%;background-color:#99C220;position:relative;display:flex;justify-content:center;align-items:center;color:#fff;font-size:20px;float:left;margin:0 20px}.small-circle{width:25px;height:25px;background:url(/user/themes/powerpay/css/images/info.png);background-size:cover;position:absolute;display:flex;justify-content:center;align-items:center;color:#fff;font-size:14px;transform:translate(-50%,-50%);cursor:pointer;opacity:.4}.small-circle:hover{opacity:1}.close_invoice_infos{position:relative;background:var(--fa-hover-color);color:#fff;z-index:50;left:50%;transform:translate(-50%,-50%);margin-top:20px}.close_modal{position:absolute;right:12px;top:12px;width:32px;height:32px}.close_modal:before,.close_modal:after{position:absolute;left:15px;content:' ';height:33px;width:2px;background-color:#333}.close_modal:before{transform:rotate(45deg)}.close_modal:after{transform:rotate(-45deg)}div.modal{background:#fff;width:960px;max-width:100%;margin:auto;position:fixed;top:10px;text-align:center;left:50%;transform:translate(-50%,20px);box-shadow:0 0 0 999em rgb(0 0 0 / .8);height:fit-content;display:none}div.modal p{max-width:80%;text-align:center;margin:0 auto 50px auto}div.modal .mobile-upload{text-align:center;border-left:1px solid lightgrey;margin-bottom:50px}div#upload-wrap{z-index:12}div#scan-wrap{z-index:13}.upload-points{list-style-type:none;display:flex;align-items:center;width:400px;padding:10px 0}.upload-points img{max-width:50px;padding-right:10px}div#application-success-container{position:relative;z-index:10;margin:auto;width:80%;text-align:center;display:none}div#application-success-container p{max-width:960px;text-align:center;margin:10px auto 50px auto}#info-single-invoice,#info-monthly-invoice{z-index:15}#single_invoice_points{position:absolute;left:100%;display:block;background:#fff;width:100%;text-align:left;z-index:15;top:160px;box-shadow:rgb(99 99 99 / 20%) 0 2px 8px 0}#monthly_invoice_points{position:absolute;left:-100%;display:block;background:#fff;width:100%;text-align:left;z-index:15;top:160px;box-shadow:rgb(99 99 99 / 20%) 0 2px 8px 0}.invoice_info_box{display:flex;position:relative}.morph{width:100vh;height:100vh;z-index:0;position:absolute;top:100px;left:50%;margin-right:-50%;transform:translate(-50%,0%);border-radius:46% 54% 43% 57% / 40% 53% 47% 60%;background:#f7f8f8;filter:blur(0);animation-duration:20s;animation-name:morph;animation-iteration-count:infinite;animation-direction:alternate-reverse}@keyframes morph{0%{border-radius:46% 54% 43% 57% / 40% 53% 47% 60%}25%{border-radius:39% 61% 61% 39% / 31% 46% 54% 69%}50%{border-radius:71% 29% 61% 39% / 57% 34% 66% 43%}75%{border-radius:66% 34% 30% 70% / 51% 62% 38% 49%}100%{border-radius:46% 54% 43% 57% / 40% 53% 47% 60%}}.morph2{width:100vh;height:100vh;z-index:0;position:absolute;top:200px;left:0%;margin-right:-50%;transform:translate(-50%,0%);border-radius:30% 70% 58% 42% / 30% 16% 84% 70%;background:#f7f8f8;filter:blur(0);animation-duration:20s;animation-name:morph2;animation-iteration-count:infinite;animation-direction:alternate-reverse}@keyframes morph2{0%{border-radius:30% 70% 58% 42% / 30% 16% 84% 70%}35%{border-radius:68% 32% 68% 32% / 30% 37% 63% 70%}70%{border-radius:32% 68% 76% 24% / 18% 84% 16% 82%}100%{border-radius:30% 70% 58% 42% / 30% 16% 84% 70%}}.morph3{width:100vh;height:100vh;z-index:0;position:absolute;top:85%;left:50%;margin-right:-50%;transform:translate(-50%,0%);border-radius:51% 49% 49% 51% / 24% 24% 76% 76%;background:#f7f8f8;filter:blur(0);animation-duration:20s;animation-name:morph3;animation-iteration-count:infinite;animation-direction:alternate-reverse}@keyframes morph3{0%{border-radius:51% 49% 49% 51% / 24% 24% 76% 76%}35%{border-radius:28% 72% 49% 51% / 40% 32% 68% 60%}70%{border-radius:72% 28% 49% 51% / 24% 32% 68% 76%}100%{border-radius:51% 49% 49% 51% / 24% 24% 76% 76%}}.morph4{width:100vh;height:100vh;z-index:0;position:absolute;top:0%;left:50%;margin-right:-50%;transform:translate(-50%,0%);border-radius:51% 49% 49% 51% / 24% 24% 76% 76%;background:#f7f8f8;filter:blur(0);animation-duration:20s;animation-name:morph4;animation-iteration-count:infinite;animation-direction:alternate-reverse}@keyframes morph4{0%{border-radius:51% 49% 49% 51% / 24% 24% 76% 76%}35%{border-radius:28% 72% 49% 51% / 40% 32% 68% 60%}70%{border-radius:72% 28% 49% 51% / 24% 32% 68% 76%}100%{border-radius:51% 49% 49% 51% / 24% 24% 76% 76%}}.invoice{box-shadow:rgb(99 99 99 / .2) 0 2px 8px 0}h1{font-size:3.5em;text-align:center;color:var(--main-pp-color);font-weight:900;letter-spacing:.5rem;text-transform:uppercase;margin:0}h2{font-size:3em;text-align:center;color:var(--main-pp-color);font-weight:900;letter-spacing:.5rem;text-transform:uppercase;margin:100px 0 50px 0}h3{font-size:2.5em;text-align:center;color:#979899;font-weight:700;letter-spacing:.25rem;margin:50px 0 20px 0;z-index:3;position:relative}h4{text-align:center;font-size:1.25em;font-weight:500;letter-spacing:.25rem}h4.impressum{text-align:left;color:#99c220;margin:0}em{font-style:normal;padding:0 10px}.tooltip{background:#fff;color:#797979;box-shadow:rgb(99 99 99 / 20%) 0 2px 8px 0;line-height:1.5em;font-size:1em;text-align:left}a{color:var(--main-pp-color)}p{max-width:500px;text-align:justify;font-weight:400;z-index:10;position:relative}#impressum{overflow:hidden;padding-bottom:100px}#impressum p{max-width:fit-content}button{background:var(--main-pp-color);border:none;border-radius:20px;min-width:150px}button:hover{background:var(--fa-hover-color)}button:focus{background:var(--fa-hover-color)}button.button-clear{color:#797979;text-decoration:underline}button.button-clear:hover{color:var(--main-pp-color)}.btn-support{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;background:#fff;height:100%;gap:5px;max-width:300px}.btn-vertrag{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;flex-wrap:nowrap;background:var(--main-pp-color);height:100%;gap:5px;max-width:310px}.btn-support-icon,.btn-vertrag-icon{padding:5px;min-width:50px}.btn-support-text,.btn-vertrag-text{text-align:center;width:-webkit-fill-available}a.button{background:var(--main-pp-color);border:none;border-radius:20px;min-width:150px;padding:0;color:#fff}a.button:hover{background:var(--fa-hover-color);color:#fff}a.button:focus{background:var(--fa-hover-color);color:#fff}.footer_menu{color:#fff;list-style-type:none;padding-right:100px}.footer_menu li{margin-bottom:.25em}a.btn{display:inline-block;color:#000;background-color:lightblue;box-sizing:border-box;min-height:40px;line-height:20px;padding:10px;margin:5px;border:1px solid skyblue;border-radius:4px;font-family:sans-serif;cursor:pointer;transition:0.3s;max-width:100px;overflow-wrap:break-word}a.btn:hover{color:darkblue;background-color:skyblue}.button{margin:2em auto!important;padding:1em!important;cursor:pointer!important;background:#fff!important;text-decoration:none!important;color:var(--main-pp-color)!important;border:0!important;height:auto!important;border-radius:0!important}.button:hover{background:#fff;color:var(--main-pp-color)}.outline-outward{font-size:.75em;line-height:normal;text-align:left;width:300px;margin:50px auto;display:inline-block;position:relative}.outline-outward:before{content:"";position:absolute;border:#fff solid 4px;background:#fff0;top:-8px;right:-8px;bottom:-8px;left:-8px;transition:all linear 0.5s}.outline-outward:hover{box-shadow:#889b3b 0 19px 38px,#889b3b 0 15px 12px}.button:focus{background:#fff;color:var(--main-pp-color)}.button-vertrag{background:var(--main-pp-color)!important;color:white!important}.button-vertrag:hover,.button-vertrag:focus,.button-vertrag:hover>.btn-vertrag,.button-vertrag:focus>.btn-vertrag{background:var(--main-pp-color)!important;color:white!important}.outline-outward-vertrag:hover:before,.outline-outward-vertrag:focus:before{border:var(--main-pp-color) solid 4px!important;box-shadow:rgb(0 0 0 / .16) 0 3px 6px,rgb(0 0 0 / .23) 0 3px 6px}.outline-outward-vertrag{font-size:.75em;line-height:normal;text-align:left;width:300px;margin:50px auto;display:inline-block;position:relative}.button-vertrag{margin:2em!important;padding:1em!important;cursor:pointer!important;background:var(--main-pp-color)!important;text-decoration:none!important;color:white!important;width:fit-content!important;border:0!important;height:auto!important;border-radius:0!important}.button-vertrag:hover{color:#fff}.outline-outward-vertrag:before{content:"";position:absolute;border:var(--main-pp-color) solid 4px;background:#fff0;top:-8px;right:-8px;bottom:-8px;left:-8px;transition:all linear 0.5s}:focus-visible{outline:none}.submit{display:inline-block;min-width:150px;margin:20px auto;background:var(--main-pp-color);color:#fefefe;font-size:1em;padding:1em;line-height:.15em;border-radius:20px;text-align:center;position:relative;cursor:pointer;appearance:none;-webkit-appearance:none;border:0;transition:border-radius linear 0.05s,width linear 0.05s;box-shadow:inset 0 -1px 0 var(--main-pp-color)}.submit:focus{outline:0}.submit.animate{background:var(--main-pp-color);width:68.1818181818px;height:68.1818181818px;min-width:0;border-radius:50%;color:#fff0}.submit.animate:after{background:var(--main-pp-color);position:absolute;content:"";width:25px;height:25px;border:4px solid #fefefe;border-radius:50%;border-left-color:#fff0;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:spin ease-in 1.5s forwards;animation-name:spin;-webkit-animation-name:spin;transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.submit.animate.success:before{background:var(--main-pp-color);position:absolute;content:"";width:25px;height:12.5px;border:4px solid #fefefe;border-right:0;border-top:0;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) rotate(0deg) scale(0);transform:translate(-50%,-50%) rotate(0deg) scale(0);-webkit-animation:success ease-in 0.15s forwards;animation:success ease-in 0.15s forwards;animation-delay:1.5s}.submit.animate.error{position:relative;-webkit-animation:vibrate ease-in 0.5s forwards;animation:vibrate ease-in 0.5s forwards;-webkit-animation-delay:1.5s;animation-delay:1.5s}.submit.animate.error:before{color:#fff;position:absolute;content:"!";font-size:2.8rem;font-weight:700;text-align:center;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-animation:error ease-in 0.5s forwards;animation:error ease-in 0.5s forwards;animation-delay:1.5s}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg) scale(1)}90%{transform:translate(-50%,-50%) rotate(1080deg) scale(1)}100%{transform:scale(0)}}@-webkit-keyframes spin{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg) scale(1)}98%{-webkit-transform:translate(-50%,-50%) rotate(1080deg) scale(1)}100%{-webkit-transform:translate(-50%,-50%) rotate(1080deg) scale(0)}}@keyframes success{from{transform:translate(-50%,-50%) rotate(0) scale(0)}to{transform:translate(-50%,-50%) rotate(-45deg) scale(1)}}@-webkit-keyframes success{from{-webkit-transform:translate(-50%,-50%) rotate(0) scale(0)}to{-webkit-transform:translate(-50%,-50%) rotate(-45deg) scale(1)}}@keyframes error{from{transform:translate(-50%,-50%) scale(0)}to{transform:translate(-50%,-50%) scale(1);background-color:#f44336}}@-webkit-keyframes error{from{-webkit-transform:translate(-50%,-50%) scale(0)}to{-webkit-transform:translate(-50%,-50%) scale(1);background-color:#f44336}}@keyframes vibrate{0%,30%,60%,85%,100%{left:0;background-color:#f44336}10%,40%,90%,70%{left:-2px;background-color:#f44336}20%,50%,80%,95%{left:2px;background-color:#f44336}}fieldset{min-inline-size:auto;margin:0;padding:0}.formCol{padding:10px;width:450px;display:flex}input[type='email'],input[type='number'],input[type='password'],input[type='search'],input[type='tel'],input[type='text'],input[type='url'],textarea,select,option,.inp{border-radius:0;letter-spacing:1px}.inp{position:relative;margin:auto;width:100%;max-width:450px;overflow:hidden}.inp,.inp-file{border-radius:0}.inp .label{position:absolute;top:20px;left:12px;font-size:16px;color:rgb(0 0 0 / .5);font-weight:500;transform-origin:0 0;transform:translate3d(0,0,0);transition:all 0.2s ease;pointer-events:none}.inp input,.inp textarea,.inp select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:0;font-family:inherit;padding:16px 12px 0 12px;height:56px;font-size:16px;font-weight:400;background:rgb(255 255 255 / .9);box-shadow:inset 0 -1px 0 rgb(0 0 0 / .3);color:#000;transition:all 0.15s ease}.inp input:hover,.inp textarea:hover,.inp select:hover{background:rgb(255 107 0 / .04);box-shadow:inset 0 -1px 0 rgb(0 0 0 / .5)}.inp input:not(:-moz-placeholder-shown)+.label,.inp textarea:not(:-moz-placeholder-shown)+.label,.inp select:not(:-moz-placeholder-shown)+.label{color:rgb(0 0 0 / .5);transform:translate3d(0,-12px,0) scale(.75)}.inp input:not(:-ms-input-placeholder)+.label,.inp textarea:not(:-ms-input-placeholder)+.label,.inp select:not(:-ms-input-placeholder)+.label{color:rgb(0 0 0 / .5);transform:translate3d(0,-12px,0) scale(.75)}.inp input:not(:placeholder-shown)+.label,.inp textarea:not(:placeholder-shown)+.label,.inp select:not(:placeholder-shown)+.label{color:rgb(0 0 0 / .5);transform:translate3d(0,-12px,0) scale(.75)}.inp input:focus,.inp textarea:focus,.inp select:focus{background:rgb(153 194 32 / .01);outline:none;box-shadow:inset 0 -2px 0 #ff6b00}.inp input:focus+.label,.inp textarea:focus+.label,.inp select:focus+.label{color:#ff6b00;transform:translate3d(0,-12px,0) scale(.75)}.selectlabel{font-size:16px!important;color:rgb(0 0 0 / .5)!important;font-weight:500!important;padding-top:0px!important}table{box-shadow:rgb(99 99 99 / 20%) 0 2px 8px 0;z-index:5;position:relative}th{background-color:#99C220;color:#fff}table.table-stripped tr:nth-child(even){background-color:#f7f8f8}td:first-child,th:first-child{padding-left:1.5rem}.long-arrow-right{position:absolute;left:51%;top:50%;display:block;margin:30px auto;width:35px;height:35px;border-top:5px solid #99C220;border-left:5px solid #99C220;transform:rotate(135deg);z-index:20}.long-arrow-right::after{content:"";display:block;width:5px;height:120px;background-color:#99C220;transform:rotate(-45deg) translate(40px,16px);left:0;top:0}.faq{width:80%;max-width:900px;margin:50px auto}.faq p{max-width:900px}h3.accordion{width:100%;color:#99C220;border:none;outline:none;text-align:left;padding:1em .5em;font-size:1.5em;cursor:pointer;display:flex;margin:0}.accordion-content{padding:0 1em;height:0;overflow:hidden;transition:height 0.2s ease-out;border-bottom:1px solid #f7f8f8}h3.accordion div .arrow{border:1px solid #99C220;border-width:0 4px 4px 0;display:inline-block;padding:7px;transform:rotate(-135deg);transition:transform 0.3s ease-out}h3.accordion div{margin:auto 0 auto auto}.nav-slide{text-align:center;margin-top:25px}.nav-slide li{display:inline-block;background:lightgrey;border-radius:50%;width:15px;height:15px;margin:0 10px;cursor:pointer}.nav-slide li.active{background:#99C220}.applabel:nth-of-type(1){display:inline-block;margin:50px 20px 0 0}.applabel:nth-of-type(2){display:inline-block;margin:50px 0 0 20px}.menu-bar{position:absolute;display:inline-flex;align-items:center;margin:10px 0 0 0;margin-right:0;right:0}.menu-bar li a{height:100%;width:100%;padding:8px 20px 8px 20px;border-radius:50px;color:#252525;transition:all 0.3s ease;margin:0 8px;cursor:pointer;white-space:nowrap;font-weight:700}.menu-bar li a:hover,.menu-bar li a.active{color:#fff;background:var(--main-pp-color)}a.white:hover{color:var(--fa-primary-color)!important}.menu-bar li{list-style:none}#langSelection{transition:all 0.3s ease;margin:5px;position:absolute;display:none;z-index:11;opacity:0}.langselector:hover+#langSelection,#langSelection:hover{display:block;opacity:1}.invisible{display:none}.right{text-align:right;right:20px}.left{text-align:left;left:20px}.white{color:#fff;opacity:1}#lipocard-wrapper{margin:150px auto}.mobileonly{display:none}.desktoponly{display:inline-block}#langselect{text-align:center}#footer{background:#323333;font-family:'Lato',sans-serif;color:white!important;padding:60px 20px;font-size:.8em;text-transform:uppercase}#footer ul li{list-style-type:none;margin-bottom:0}.footer-background{background:#323333}.footer-link{color:#fff;margin:10px 0;cursor:pointer;text-decoration:none;font-size:.9em;border-bottom:1px solid #fff0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.footer-link:hover{color:#fff;border-bottom:1px solid #fff}.footer-link:hover{color:#fff;border-bottom:1px solid #fff}.footer-link:focus{color:#fff;border-bottom:1px solid #fff}@media only screen and (max-width:1200px){#lipocard-wrapper{}.long-arrow-right{left:50%;transform:rotate(135deg) scale(.5);z.index:20}}@media only screen and (min-width :1025px){input[type=checkbox]#toggle,label[for=toggle],#menu-toggle{display:none}}@media only screen and (min-width :1200px){.invoice{max-width:500px}}@media only screen and (max-width:1024px){.top-bar{width:80%}.headerimg{visibility:hidden;width:100vw;height:70vw}#header-img-wrapper{background:url(/user/themes/powerpay/css/images/header-mobile.png);background-size:80%;background-position:top center;background-repeat:no-repeat}#btn_invoice_single,#btn_invoice_monthly{//display:none}input[type=checkbox]#toggle{display:none}.menu-bar{display:none}input[type=checkbox]#toggle:checked~.menu-bar{display:block}input[type=checkbox]#toggle:checked~.menu-bar li{display:block}#menu-toggle{color:#000;right:0;position:absolute;margin-top:0;font-size:1.5em}#menu-toggle:before{background:none;border:none}ul.menu-bar{background:#fff;left:0;text-align:center;font-size:2em;line-height:2em;top:50px;position:fixed;z-index:20}li.menupoint{border-bottom:1px solid #d3d3d36b}.footer_menu li.menupoint{border-bottom:0}#langSelection,#langSelection{display:block;opacity:1;width:100%;background:#fff;margin:0}.langselector{display:none}li.lang{display:inline-block!important}h1{font-size:3em}h2{font-size:2.5em}h3{font-size:2em}h4{font-size:1.25em}#lipocard-wrapper{margin:0 auto}.btn-box-container{grid-template-columns:repeat(2,1fr)}.applabel:nth-of-type(1){margin:50px 10px 0 0}.long-arrow-right{display:none}.logo-box-container{grid-template-columns:repeat(3,1fr)}.formCol{width:100%}}@media only screen and (max-width:768px){.mobileonly{display:inline-block}.desktoponly{display:none!important}.footer_menu{//min-width:250px;padding-right:0}.row{margin-left:0}h4{font-size:1em}div#upload-wrap .mobile-upload{display:none}footer{flex-direction:column;align-items:center}.footer-column{flex-basis:100%;width:190px}}@media only screen and (max-width:768px){.lipo_request_form .column-50{flex:0 0 100%!important;max-width:100%!important}.lipo_request_form .row{flex-direction:column}.formCol{float:none!important}label.inp{max-width:none!important}}@media only screen and (max-width:480px){.mobileonly{display:inline-block}.desktoponly{display:none!important}.container{overflow:hidden}h1,h2{font-size:2em;word-break:break-word;hyphens:none}h3{font-size:1.5em;margin:50px 0 0 0}h3.accordion{font-size:1.15em}h4{font-size:1.25em}table{font-size:.75em}.menu-bar{overflow-y:auto;height:-webkit-fill-available;max-height:100vh}div#application-success-container,div#upload-wrap{width:100%;overflow-y:scroll}#acceptance{padding-bottom:20px;font-size:1.25em;margin-top:30px}#faq{margin:50px 0 0 0}h3.accordion div .arrow{border-width:0 3px 3px 0;padding:5px}#header-img-wrapper{background-size:100%}.headerimg{height:80vw}.btn-box-container{grid-template-columns:repeat(1,1fr)}.contactform-wrap{display:block}.logo-box-container{display:block}.cardrequest-wrap,.cardrequest-wrap2,.cardrequest-wrap3{display:block}.faq{width:100%}.footer{display:block}.row .column.column-50{flex:0 0 100%;max-width:100%}.morph{width:100vw;height:100vw;top:200px}.morph,.morph2,.morph3{width:140vw;height:140vw}.right,.left{text-align:center}.outline-outward{margin:30px auto}.footer_div1{margin-bottom:40px}ul.footer_menu{width:100%;text-align:center;padding:0;padding-right:unset!important}.footer_menu li.menupoint{border:0}ul.footer_menu:first-of-type{//display:none}ul.footer_menu:last-of-type li.lang{margin:0 10px}.lipoapp{margin-bottom:80px}.morph,.morph2,.morph3{//display:none}}@media (max-width:1400px){h1{font-size:3.4em}h2{font-size:2.975em}h3{font-size:2.125em}h4{font-size:1.27 5em}p{font-size:1.05em}}@media (max-width:1200px){#primary_nav_wrap{padding-left:5%;padding-right:5%}}@media (max-width:1035px){.office{top:0;position:absolute;z-index:-1}#formoverlay{position:relative;top:0;z-index:1}.office-show{position:relative!important;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out}}@media (max-width:959px){h1{font-size:3.4em}h2{font-size:2.975em}h3{font-size:2.125em}h4{font-size:1.27 5em}p{font-size:1.05em}.morphsection{padding-top:100px;right:10vw;opacity:.2;z-index:-1}}@media (min-width:768px) and (max-width:1150px){.contactform_success{margin:auto;position:relative!important;top:50%;transform:translateY(0%)!important}.tooltip{padding:5px 15px;position:absolute;z-index:100;min-width:max-content;top:50px;left:-100%;background-color:#fff;border-radius:6px;box-shadow:0 0 24px rgb(0 0 0 / .4)}.tooltip:before{content:'';position:absolute;left:50%;top:-15px;border-style:solid;border-width:10px 14px 10px 0;border-color:#fff0 #fff #fff0 #fff0;transform:rotate(90deg)}.btn-text{transform:translateY(50%)}.btn{height:unset;max-height:250px;min-height:150px}.btn-qh{height:unset;max-height:250px;min-height:150px;display:inline-grid;vertical-align:middle}.btn-qh .btn-text{transform:translateY(-50%);vertical-align:middle}#pre_contact_section{margin:50px 0 50px 0;padding:0;transform:translateY(0%)}.office-box{flex-direction:column}.office{padding:0 10px!important;border:0 solid green;max-width:100%!important}.column.column-50.align-center.office{padding:50px 10px!important;border:0 solid red;max-width:100%}.fastpoints{margin:0!important}.modallayer{width:80vw;left:-10vw}.contact-submit{margin-left:unset!important;transform:translateX(0%)!important}}@media (max-width:768px){h3{font-size:1.25em}h4{font-size:1.1em;line-height:1.25em;letter-spacing:.3px}#primary_nav_wrap{padding-left:5%;padding-right:5%;left:0;right:0}.tooltip{display:none!important}.fastpoints,#pre_contact_section{margin:0!important;padding:0!important}.arrow,.arrow-right{padding:0!important}.morphsection{display:none!important}.function-text{max-width:100%!important}.btn-text{transform:translateY(50%)}.btn{height:unset;max-height:250px;min-height:150px}.btn-qh{height:unset;max-height:250px;min-height:150px;display:inline-grid;vertical-align:middle}.contact-link{display:block}.btn-qh .btn-text{transform:translateY(-50%);vertical-align:middle}#pre_contact_section{margin:50px 0 50px 0!important;padding:0;transform:translateY(0%)}.bg-maincolor{width:100vw!important;margin-left:0!important}.modallayer{width:100%;left:0vw;margin-left:0}#invoicePanel{z-index:100;position:absolute;left:100vw;width:100vw;opacity:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr}.inv_btn_1{grid-column:1/2;grid-row:1/2;width:100%;align-items:baseline}.inv_btn_2{grid-column:2/3;grid-row:1/2;width:100%;align-items:baseline}.inv_btn_3{grid-column:1/2;grid-row:2/3;width:100%;align-items:baseline}.inv_btn_4{grid-column:2/3;grid-row:2/3;width:100%;align-items:baseline}.inv_btn_5{grid-column:1/2;grid-row:3/4;width:100%;align-items:baseline}.inv_btn_6{grid-column:2/3;grid-row:3/4;width:100%;align-items:baseline}#reminderPanel{z-index:100;position:absolute;left:100vw;opacity:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.rem_btn_1{grid-column:1/2;grid-row:1/2;width:100%;align-items:baseline}.rem_btn_3{grid-column:1/2;grid-row:2/3;width:100%;align-items:baseline}.rem_btn_4{grid-column:2/3;grid-row:2/3;width:100%;align-items:baseline}.office-box{flex-direction:column}.office{padding:0 10px!important;max-width:100%!important}.column.column-50.align-center.office{padding:50px 10px!important;max-width:100%}.fastpoints{margin:0!important}.contact-submit{margin-left:unset!important;transform:translateX(0%)!important}.qHelp-invoice{display:none!important}.modallayer{width:100%;left:0vw;margin-left:0}.qHelp-points{border:0 solid #ff0;flex:0 0 100%!important;max-width:100%!important}.lang-link{padding:10px;float:left}}@media (max-width:880px){.menupoint{display:none}.login{max-width:fit-content;text-align:center;margin:auto}a.login{background:var(--main-pp-color)!important;border-color:var(--main-pp-color)!important;color:white!important}a.menulink{margin:5px auto}a.menulink:hover{max-width:fit-content;border-bottom:2px solid transparent!important;background:var(--main-pp-color)!important;color:white!important}#primary_nav_wrap{padding-left:0%;padding-right:0%;z-index:101}#primary_nav_wrap ul:first-child li:first-child{width:100%;text-align:center}#primary_nav_wrap ul li{width:100%;text-align:center}#primary_nav_wrap ul{width:100%}div.BMenu{display:inline-block;width:18px;height:18px;cursor:pointer;text-decoration:none}div.BMenu i{position:relative;display:inline-block;width:18px;height:3px;color:#fff;font:bold 14px/.4 Helvetica;text-transform:uppercase;text-indent:-55px;background:#fff;transition:all .2s ease-out}div.BMenu i::before,div.BMenu i::after{content:'';width:18px;height:3px;background:#fff;position:absolute;left:0;transition:all .2s ease-out}div.BMenu i::before{top:-7px}div.BMenu i::after{bottom:-7px}div.BMenu.active i{background:#fff0}div.BMenu.active i::before{top:0;-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);-o-transform:rotateZ(45deg);transform:rotateZ(45deg)}div.BMenu.active i::after{bottom:0;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}div.BMenu{position:relative;margin-left:-9px;top:50%;margin-top:-9px}div.BMenuDark i{background:var(--main-color)}div.BMenuDark i::before,div.BMenuDark i::after{background:var(--main-color)}}@media (max-width:480px){.row.appear.appear-active{padding:0!important}#invoicePanel,#reminderPanel{max-width:100%!important;margin:auto!important}.bg-maincolor{width:100vw!important;left:0!important}#langselect{text-align:left!important}#overlay_contact{max-height:500px}h1{font-size:2em;margin:50px 0 20px 0}h2{font-size:1.5em}h3{font-size:1.25em}.modallayer-text{line-height:25px}.modallayer{min-height:400px;width:100%;left:0vw;margin-left:0}.menupoint{display:none}a.login{background:var(--main-pp-color)!important;border-color:var(--main-pp-color)!important;color:white!important}a.menulink{margin:5px auto}a.menulink:hover{border-bottom:2px solid transparent!important;background:var(--main-pp-color)!important;color:white!important}.faq-column{flex:0 0 100%!important;max-width:100%!important}.button,button,input[type='button'],input[type='reset'],input[type='submit']{cursor:pointer;height:unset;letter-spacing:.1rem;line-height:1.8rem;padding:0 4rem;white-space:normal;text-align:center!important;min-height:3em}#invoices .column{flex:0 0 100%;max-width:100%}#monthly-invoice-list,#single-invoice-list{height:100%;overflow:scroll}.arrow,.arrow-right{display:none}.modallayer{overflow:scroll}.invoice_title,.tooltip{display:block}.invoiceBoxLeft,.invoiceBoxRight{width:100%;float:none;position:relative}#monthly-invoice-list,#single-invoice-list{opacity:1;position:relative}#single-invoice-list{margin-bottom:100px}#monthly-invoice{left:5%}#single-invoice{width:90%;margin:5%}.InvList{left:0!important;width:90%!important;margin:5%!important}#primary_nav_wrap{padding-left:0%;padding-right:0%;z-index:1}#primary_nav_wrap ul:first-child li:first-child{width:100%;text-align:center}#primary_nav_wrap ul li{width:100%;text-align:center}#primary_nav_wrap ul{width:100%}#claim{max-width:80%;top:50%;left:10%;transform:translate(0%,-50%)}#pre_contact_section{position:relative;top:50%;-ms-transform:none;transform:none;padding:25px}.morphsection{display:none!important}.QHIcons{width:100%;max-width:40px;display:block;margin-right:20px;vertical-align:middle;margin:5px auto}.button{max-width:100%}.office{max-width:100%!important}.login{max-width:fit-content;text-align:center;margin:auto}.row .column.column-50{flex:0 0 80%;max-width:80%}div.BMenu{display:inline-block;width:18px;height:18px;cursor:pointer;text-decoration:none}div.BMenu i{position:relative;display:inline-block;width:18px;height:3px;color:#fff;font:bold 14px/.4 Helvetica;text-transform:uppercase;text-indent:-55px;background:#fff;transition:all .2s ease-out}div.BMenu i::before,div.BMenu i::after{content:'';width:18px;height:3px;background:#fff;position:absolute;left:0;transition:all .2s ease-out}div.BMenu i::before{top:-7px}div.BMenu i::after{bottom:-7px}div.BMenu.active i{background:#fff0}div.BMenu.active i::before{top:0;-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);-o-transform:rotateZ(45deg);transform:rotateZ(45deg)}div.BMenu.active i::after{bottom:0;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}div.BMenu{position:relative;margin-left:-9px;top:50%;margin-top:-9px}div.BMenuDark i{background:var(--main-color)}div.BMenuDark i::before,div.BMenuDark i::after{background:var(--main-color)}.function-text{max-width:100vw!important;margin:0!important;padding:10px!important}.keks{position:relative!important;width:100vw!important;max-width:80vw!important}.singleinvoice-box,.monthlyinvoice-box,.confirmation{max-width:100vw!important}#s-invoice-title,#m-invoice-title{width:100%;float:unset;text-align:center;padding-left:0}.s-invoice-partner-active,.m-invoice-partner-active{float:unset;right:-15%}#monthly-invoice-list{display:block}#single-invoice-list{display:block}//#header{border:5px solid coral!important}}.notices{padding:1px 1px 1px 30px;margin:15px 0}.notices.yellow{border-left:10px solid #f0ad4e;background:#fcf8f2;color:#df8a13}.notices.red{border-left:10px solid #d9534f;background:#fdf7f7;color:#b52b27}.notices.blue{border-left:10px solid #5bc0de;background:#f4f8fa;color:#28a1c5}.notices.green{border-left:10px solid #5cb85c;background:#f1f9f1;color:#3d8b3d}